@font-face {
  font-family: eUkraine;
  src: url(/templates/webhit/fonts/e-Ukraine-Thin.otf);
  src: url(/templates/webhit/fonts/e-Ukraine-Thin.otf?#iefix) format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: eUkraine;
  src: url(/templates/webhit/fonts/e-Ukraine-UltraLight.otf);
  src: url(/templates/webhit/fonts/e-Ukraine-UltraLight.otf?#iefix) format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: eUkraine;
  src: url(/templates/webhit/fonts/e-Ukraine-Light.otf);
  src: url(/templates/webhit/fonts/e-Ukraine-Light.otf?#iefix) format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: eUkraine;
  src: url(/templates/webhit/fonts/e-Ukraine-Regular.otf);
  src: url(/templates/webhit/fonts/e-Ukraine-Regular.otf?#iefix) format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: eUkraine;
  src: url(/templates/webhit/fonts/e-Ukraine-Medium.otf);
  src: url(/templates/webhit/fonts/e-Ukraine-Medium.otf?#iefix) format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: eUkraine;
  src: url(/templates/webhit/fonts/e-Ukraine-Medium.otf);
  src: url(/templates/webhit/fonts/e-Ukraine-Medium.otf?#iefix) format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: eUkraine;
  src: url(/templates/webhit/fonts/e-Ukraine-Bold.otf);
  src: url(/templates/webhit/fonts/e-Ukraine-Bold.otf?#iefix) format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: eUkraineHead;
  src: url(/templates/webhit/fonts/e-UkraineHead-Thin.otf);
  src: url(/templates/webhit/fonts/e-UkraineHead-Thin.otf?#iefix) format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: eUkraineHead;
  src: url(/templates/webhit/fonts/e-UkraineHead-UltraLight.otf);
  src: url(/templates/webhit/fonts/e-UkraineHead-UltraLight.otf?#iefix) format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: eUkraineHead;
  src: url(/templates/webhit/fonts/e-UkraineHead-Light.otf);
  src: url(/templates/webhit/fonts/e-UkraineHead-Light.otf?#iefix) format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: eUkraineHead;
  src: url(/templates/webhit/fonts/e-UkraineHead-Regular.otf);
  src: url(/templates/webhit/fonts/e-UkraineHead-Regular.otf?#iefix) format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: eUkraineHead;
  src: url(/templates/webhit/fonts/e-UkraineHead-Medium.otf);
  src: url(/templates/webhit/fonts/e-UkraineHead-Medium.otf?#iefix) format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: eUkraineHead;
  src: url(/templates/webhit/fonts/e-UkraineHead-Bold.otf);
  src: url(/templates/webhit/fonts/e-UkraineHead-Bold.otf?#iefix) format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: eUkraineHead;
  src: url(/templates/webhit/fonts/e-UkraineHead-NAME.otf);
  src: url(/templates/webhit/fonts/e-UkraineHead-NAME.otf?#iefix) format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

:root {
  /* Colors */
  --black: #000;
  --white: #fff;
  --blue-primary-click: #007EFF;
  --blue-primary-hover: #3398FF;
  --light-gray: #ccc;
  --text-gray: #808080;
  --dark-gray: #595959;

  /* Fonts */
  --main-font: "eUkraine", sans-serif;
}
.menuToogleButton{
  display: inline-block;
  width: 14px;
  justify-content: center;
  padding: 0px 3px;
  margin: 0;
  background: none;
  border: none;
  font-size: 14px;
  line-height: 121%;
  font-family: fontAwesome;
}
.menuToogleButton:before{
  content: "\f107";
  font-family: fontAwesome;
}
.btn.btn {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 15px 30px;
  gap: 10px;
  border-radius: 51px;
  font-family: 'eUkraine', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 121%;
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  box-sizing: border-box;
  transition: all 0.1s ease-in;
  border-image-slice: 1;
  position: relative;
  background-origin: border-box;
  background-clip: padding-box, border-box;
}

.btn.btn:hover {
  text-decoration: none;
}

.btn.btn-primary {
  background-color: #000000;
  color: white;
  border: 3px solid #000;
}

.btn.btn-primary:hover {
  background: #3398FF;
  color: black;
  border-color: #3398FF;
}

.btn.btn-primary:focus {
  background: #3398FF;
  border-color: black;
  border-width: 3px;
  color: black;
  box-shadow: none;
  outline: none;
}

.btn.btn-primary:active {
  background: #007EFF;
  border-color: #007EFF;
  color: black;
}

.btn.btn-primary[disabled] {
  background-color: #80808080;
  border-color: #80808080;
  color: #fff;
}

.btn.btn-secondary {
  border-width: 2px;
  border-style: solid;
  border-color: #000000;
}

.btn.small {
  padding: 11px 20px;
  font-size: 12px;
  text-transform: capitalize;
  letter-spacing: 0px;
  line-height: 11px;
}

.btn.btn-secondary:hover {
  color: black;
  border-width: 2px;
  border-style: solid;
  border-color: #3398FF;
}

.btn.btn-secondary:focus {
  border-color: #3398FF;
  outline-color: #3398FF;
  outline-offset: 1px;
}

.btn.btn-secondary:active {
  border-color: #007EFF;
}

.btn.btn-secondary[disabled] {
  border-color: #80808080;
  color: #80808080;
}

.form-control {
  display: block;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}

textarea.form-control {
  height: auto;
}

@font-face {
  font-family: "IcoMoon";
  src: url("../fonts/IcoMoon.eot");
  src: url("../fonts/IcoMoon.eot?#iefix") format("embedded-opentype"),
    url("../fonts/IcoMoon.woff") format("woff"),
    url("../fonts/IcoMoon.ttf") format("truetype"),
    url("../fonts/IcoMoon.svg#IcoMoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[data-icon]:before {
  font-family: "IcoMoon";
  content: attr(data-icon);
  speak: none;
}

[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 0.25em;
  line-height: 14px;
  background-image: none;
}

dd>span[class^="icon-"]+time,
dd>span[class*=" icon-"]+time {
  margin-left: -0.25em;
}

dl.article-info dd.hits span[class^="icon-"],
dl.article-info dd.hits span[class*=" icon-"] {
  margin-right: 0;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "IcoMoon";
  font-style: normal;
  speak: none;
}

[class^="icon-"].disabled,
[class*=" icon-"].disabled {
  font-weight: normal;
}

.icon-joomla:before {
  content: "\e200";
}

.icon-chevron-up:before,
.icon-uparrow:before,
.icon-arrow-up:before {
  content: "\e005";
}

.icon-chevron-right:before,
.icon-rightarrow:before,
.icon-arrow-right:before {
  content: "\e006";
}

.icon-chevron-down:before,
.icon-downarrow:before,
.icon-arrow-down:before {
  content: "\e007";
}

.icon-chevron-left:before,
.icon-leftarrow:before,
.icon-arrow-left:before {
  content: "\e008";
}

.icon-arrow-first:before {
  content: "\e003";
}

.icon-arrow-last:before {
  content: "\e004";
}

.icon-arrow-up-2:before {
  content: "\e009";
}

.icon-arrow-right-2:before {
  content: "\e00a";
}

.icon-arrow-down-2:before {
  content: "\e00b";
}

.icon-arrow-left-2:before {
  content: "\e00c";
}

.icon-arrow-up-3:before {
  content: "\e00f";
}

.icon-arrow-right-3:before {
  content: "\e010";
}

.icon-arrow-down-3:before {
  content: "\e011";
}

.icon-arrow-left-3:before {
  content: "\e012";
}

.icon-menu-2:before {
  content: "\e00e";
}

.icon-arrow-up-4:before {
  content: "\e201";
}

.icon-arrow-right-4:before {
  content: "\e202";
}

.icon-arrow-down-4:before {
  content: "\e203";
}

.icon-arrow-left-4:before {
  content: "\e204";
}

.icon-share:before,
.icon-redo:before {
  content: "\27";
}

.icon-undo:before {
  content: "\28";
}

.icon-forward-2:before {
  content: "\e205";
}

.icon-backward-2:before,
.icon-reply:before {
  content: "\e206";
}

.icon-unblock:before,
.icon-refresh:before,
.icon-redo-2:before {
  content: "\6c";
}

.icon-undo-2:before {
  content: "\e207";
}

.icon-move:before {
  content: "\7a";
}

.icon-expand:before {
  content: "\66";
}

.icon-contract:before {
  content: "\67";
}

.icon-expand-2:before {
  content: "\68";
}

.icon-contract-2:before {
  content: "\69";
}

.icon-play:before {
  content: "\e208";
}

.icon-pause:before {
  content: "\e209";
}

.icon-stop:before {
  content: "\e210";
}

.icon-previous:before,
.icon-backward:before {
  content: "\7c";
}

.icon-next:before,
.icon-forward:before {
  content: "\7b";
}

.icon-first:before {
  content: "\7d";
}

.icon-last:before {
  content: "\e000";
}

.icon-play-circle:before {
  content: "\e00d";
}

.icon-pause-circle:before {
  content: "\e211";
}

.icon-stop-circle:before {
  content: "\e212";
}

.icon-backward-circle:before {
  content: "\e213";
}

.icon-forward-circle:before {
  content: "\e214";
}

.icon-loop:before {
  content: "\e001";
}

.icon-shuffle:before {
  content: "\e002";
}

.icon-search:before {
  content: "\53";
}

.icon-zoom-in:before {
  content: "\64";
}

.icon-zoom-out:before {
  content: "\65";
}

.icon-apply:before,
.icon-edit:before,
.icon-pencil:before {
  content: "\2b";
}

.icon-pencil-2:before {
  content: "\2c";
}

.icon-brush:before {
  content: "\3b";
}

.icon-save-new:before,
.icon-plus-2:before {
  content: "\5d";
}

.icon-ban-circle:before,
.icon-minus-sign:before,
.icon-minus-2:before {
  content: "\5e";
}

.icon-delete:before,
.icon-remove:before,
.icon-cancel-2:before {
  content: "\49";
}

.icon-publish:before,
.icon-save:before,
.icon-ok:before,
.icon-checkmark:before {
  content: "\47";
}

.icon-new:before,
.icon-plus:before {
  content: "\2a";
}

.icon-plus-circle:before {
  content: "\e215";
}

.icon-minus:before,
.icon-not-ok:before {
  content: "\4b";
}

.icon-minus-circle:before {
  content: "\e216";
}

.icon-unpublish:before,
.icon-cancel:before {
  content: "\4a";
}

.icon-cancel-circle:before {
  content: "\e217";
}

.icon-checkmark-2:before {
  content: "\e218";
}

.icon-checkmark-circle:before {
  content: "\e219";
}

.icon-info:before {
  content: "\e220";
}

.icon-info-2:before,
.icon-info-circle:before {
  content: "\e221";
}

.icon-question:before,
.icon-question-sign:before,
.icon-help:before {
  content: "\45";
}

.icon-question-2:before,
.icon-question-circle:before {
  content: "\e222";
}

.icon-notification:before {
  content: "\e223";
}

.icon-notification-2:before,
.icon-notification-circle:before {
  content: "\e224";
}

.icon-pending:before,
.icon-warning:before {
  content: "\48";
}

.icon-warning-2:before,
.icon-warning-circle:before {
  content: "\e225";
}

.icon-checkbox-unchecked:before {
  content: "\3d";
}

.icon-checkin:before,
.icon-checkbox:before,
.icon-checkbox-checked:before {
  content: "\3e";
}

.icon-checkbox-partial:before {
  content: "\3f";
}

.icon-square:before {
  content: "\e226";
}

.icon-radio-unchecked:before {
  content: "\e227";
}

.icon-radio-checked:before,
.icon-generic:before {
  content: "\e228";
}

.icon-circle:before {
  content: "\e229";
}

.icon-signup:before {
  content: "\e230";
}

.icon-grid:before,
.icon-grid-view:before {
  content: "\58";
}

.icon-grid-2:before,
.icon-grid-view-2:before {
  content: "\59";
}

.icon-menu:before {
  content: "\5a";
}

.icon-list:before,
.icon-list-view:before {
  content: "\31";
}

.icon-list-2:before {
  content: "\e231";
}

.icon-menu-3:before {
  content: "\e232";
}

.icon-folder-open:before,
.icon-folder:before {
  content: "\2d";
}

.icon-folder-close:before,
.icon-folder-2:before {
  content: "\2e";
}

.icon-folder-plus:before {
  content: "\e234";
}

.icon-folder-minus:before {
  content: "\e235";
}

.icon-folder-3:before {
  content: "\e236";
}

.icon-folder-plus-2:before {
  content: "\e237";
}

.icon-folder-remove:before {
  content: "\e238";
}

.icon-file:before {
  content: "\e016";
}

.icon-file-2:before {
  content: "\e239";
}

.icon-file-add:before,
.icon-file-plus:before {
  content: "\29";
}

.icon-file-remove:before,
.icon-file-minus:before {
  content: "\e017";
}

.icon-file-check:before {
  content: "\e240";
}

.icon-file-remove:before {
  content: "\e241";
}

.icon-save-copy:before,
.icon-copy:before {
  content: "\e018";
}

.icon-stack:before {
  content: "\e242";
}

.icon-tree:before {
  content: "\e243";
}

.icon-tree-2:before {
  content: "\e244";
}

.icon-paragraph-left:before {
  content: "\e246";
}

.icon-paragraph-center:before {
  content: "\e247";
}

.icon-paragraph-right:before {
  content: "\e248";
}

.icon-paragraph-justify:before {
  content: "\e249";
}

.icon-screen:before {
  content: "\e01c";
}

.icon-tablet:before {
  content: "\e01d";
}

.icon-mobile:before {
  content: "\e01e";
}

.icon-box-add:before {
  content: "\51";
}

.icon-box-remove:before {
  content: "\52";
}

.icon-download:before {
  content: "\e021";
}

.icon-upload:before {
  content: "\e022";
}

.icon-home:before {
  content: "\21";
}

.icon-home-2:before {
  content: "\e250";
}

.icon-out-2:before,
.icon-new-tab:before {
  content: "\e024";
}

.icon-out-3:before,
.icon-new-tab-2:before {
  content: "\e251";
}

.icon-link:before {
  content: "\e252";
}

.icon-picture:before,
.icon-image:before {
  content: "\2f";
}

.icon-pictures:before,
.icon-images:before {
  content: "\30";
}

.icon-palette:before,
.icon-color-palette:before {
  content: "\e014";
}

.icon-camera:before {
  content: "\55";
}

.icon-camera-2:before,
.icon-video:before {
  content: "\e015";
}

.icon-play-2:before,
.icon-video-2:before,
.icon-youtube:before {
  content: "\56";
}

.icon-music:before {
  content: "\57";
}

.icon-user:before {
  content: "\22";
}

.icon-users:before {
  content: "\e01f";
}

.icon-vcard:before {
  content: "\6d";
}

.icon-address:before {
  content: "\70";
}

.icon-share-alt:before,
.icon-out:before {
  content: "\26";
}

.icon-enter:before {
  content: "\e257";
}

.icon-exit:before {
  content: "\e258";
}

.icon-comment:before,
.icon-comments:before {
  content: "\24";
}

.icon-comments-2:before {
  content: "\25";
}

.icon-quote:before,
.icon-quotes-left:before {
  content: "\60";
}

.icon-quote-2:before,
.icon-quotes-right:before {
  content: "\61";
}

.icon-quote-3:before,
.icon-bubble-quote:before {
  content: "\e259";
}

.icon-phone:before {
  content: "\e260";
}

.icon-phone-2:before {
  content: "\e261";
}

.icon-envelope:before,
.icon-mail:before {
  content: "\4d";
}

.icon-envelope-opened:before,
.icon-mail-2:before {
  content: "\4e";
}

.icon-unarchive:before,
.icon-drawer:before {
  content: "\4f";
}

.icon-archive:before,
.icon-drawer-2:before {
  content: "\50";
}

.icon-briefcase:before {
  content: "\e020";
}

.icon-tag:before {
  content: "\e262";
}

.icon-tag-2:before {
  content: "\e263";
}

.icon-tags:before {
  content: "\e264";
}

.icon-tags-2:before {
  content: "\e265";
}

.icon-options:before,
.icon-cog:before {
  content: "\38";
}

.icon-cogs:before {
  content: "\37";
}

.icon-screwdriver:before,
.icon-tools:before {
  content: "\36";
}

.icon-wrench:before {
  content: "\3a";
}

.icon-equalizer:before {
  content: "\39";
}

.icon-dashboard:before {
  content: "\78";
}

.icon-switch:before {
  content: "\e266";
}

.icon-filter:before {
  content: "\54";
}

.icon-purge:before,
.icon-trash:before {
  content: "\4c";
}

.icon-checkedout:before,
.icon-lock:before,
.icon-locked:before {
  content: "\23";
}

.icon-unlock:before {
  content: "\e267";
}

.icon-key:before {
  content: "\5f";
}

.icon-support:before {
  content: "\46";
}

.icon-database:before {
  content: "\62";
}

.icon-scissors:before {
  content: "\e268";
}

.icon-health:before {
  content: "\6a";
}

.icon-wand:before {
  content: "\6b";
}

.icon-eye-open:before,
.icon-eye:before {
  content: "\3c";
}

.icon-eye-close:before,
.icon-eye-blocked:before,
.icon-eye-2:before {
  content: "\e269";
}

.icon-clock:before {
  content: "\6e";
}

.icon-compass:before {
  content: "\6f";
}

.icon-broadcast:before,
.icon-connection:before,
.icon-wifi:before {
  content: "\e01b";
}

.icon-book:before {
  content: "\e271";
}

.icon-lightning:before,
.icon-flash:before {
  content: "\79";
}

.icon-print:before,
.icon-printer:before {
  content: "\e013";
}

.icon-feed:before {
  content: "\71";
}

.icon-calendar:before {
  content: "\43";
}

.icon-calendar-2:before {
  content: "\44";
}

.icon-calendar-3:before {
  content: "\e273";
}

.icon-pie:before {
  content: "\77";
}

.icon-bars:before {
  content: "\76";
}

.icon-chart:before {
  content: "\75";
}

.icon-power-cord:before {
  content: "\32";
}

.icon-cube:before {
  content: "\33";
}

.icon-puzzle:before {
  content: "\34";
}

.icon-attachment:before,
.icon-paperclip:before,
.icon-flag-2:before {
  content: "\72";
}

.icon-lamp:before {
  content: "\74";
}

.icon-pin:before,
.icon-pushpin:before {
  content: "\73";
}

.icon-location:before {
  content: "\63";
}

.icon-shield:before {
  content: "\e274";
}

.icon-flag:before {
  content: "\35";
}

.icon-flag-3:before {
  content: "\e275";
}

.icon-bookmark:before {
  content: "\e023";
}

.icon-bookmark-2:before {
  content: "\e276";
}

.icon-heart:before {
  content: "\e277";
}

.icon-heart-2:before {
  content: "\e278";
}

.icon-thumbs-up:before {
  content: "\5b";
}

.icon-thumbs-down:before {
  content: "\5c";
}

.icon-unfeatured:before,
.icon-asterisk:before,
.icon-star-empty:before {
  content: "\40";
}

.icon-star-2:before {
  content: "\41";
}

.icon-featured:before,
.icon-default:before,
.icon-star:before {
  content: "\42";
}

.icon-smiley:before,
.icon-smiley-happy:before {
  content: "\e279";
}

.icon-smiley-2:before,
.icon-smiley-happy-2:before {
  content: "\e280";
}

.icon-smiley-sad:before {
  content: "\e281";
}

.icon-smiley-sad-2:before {
  content: "\e282";
}

.icon-smiley-neutral:before {
  content: "\e283";
}

.icon-smiley-neutral-2:before {
  content: "\e284";
}

.icon-cart:before {
  content: "\e019";
}

.icon-basket:before {
  content: "\e01a";
}

.icon-credit:before {
  content: "\e286";
}

.icon-credit-2:before {
  content: "\e287";
}

.icon-expired:before {
  content: "\4b";
}

.sp-megamenu-parent {
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 9;
  display: block;
  float: right;
}

.sp-megamenu-parent>li {
  display: inline-block;
  position: relative;
  padding: 0 10px 32px 0px;
}

.sp-megamenu-parent>li.menu-justify {
  position: static;
}

.sp-megamenu-parent>li>a {
  display: inline-block;
  padding: 0 15px;
  line-height: 55px;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 1px;
  color: #292929;
  opacity: 0.7;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.sp-megamenu-parent>li.sp-has-child>a:after {
  font-family: "FontAwesome";
  content: " \f107";
}

.sp-megamenu-parent .sp-module {
  padding: 10px;
}

.sp-megamenu-parent .sp-mega-group {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sp-megamenu-parent .sp-mega-group .sp-mega-group-child {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sp-megamenu-parent .sp-dropdown {
  margin: 0;
  position: absolute;
  z-index: 10;
  display: none;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  background: #292929;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
  padding: 0 20px;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-items {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-items .sp-has-child>a:after {
  font-family: 'icomoon';
  content: "\e900";
  float: right;
}

.sp-megamenu-parent .sp-dropdown.sp-menu-center {
  margin-left: 45px;
}

.sp-megamenu-parent .sp-dropdown.sp-dropdown-main {
  top: 100%;
}

.sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-right,
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-full {
  left: 0;
}

.sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-left {
  right: 0;
}

.sp-megamenu-parent .sp-dropdown.sp-dropdown-sub {
  top: 0;
  left: 100%;
}

.sp-megamenu-parent .sp-dropdown.sp-dropdown-sub .sp-dropdown-items {
  gap: 10px;
}

.sp-megamenu-parent .sp-dropdown.sp-dropdown-sub .sp-dropdown-inner {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
  display: block;
  padding: 0 16px;
  position: relative;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a {
  display: block;
  padding: 10px;
  color: #ffffff;
  cursor: pointer;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 1px;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a.sp-group-title {
  text-transform: uppercase;
  font-weight: bold;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a:hover {
  color: #fff;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active>a:hover {
  color: #fff;
}

.sp-megamenu-parent .sp-dropdown-mega>.row {
  margin-top: 30px;
}

.sp-megamenu-parent .sp-dropdown-mega>.row:first-child {
  margin-top: 0;
}

.sp-megamenu-parent .sp-has-child:hover>.sp-dropdown {
  display: block;
}

.sp-menu-item .sp-has-child:focus-within>.sp-dropdown {
  display: block;
}

.sp-megamenu-parent.menu-fade .sp-has-child:hover>.sp-dropdown {
  -webkit-animation: spMenuFadeIn 400ms;
  animation: spMenuFadeIn 400ms;
}

.sp-megamenu-parent.menu-zoom .sp-has-child:hover>.sp-dropdown {
  -webkit-animation: spMenuZoom 400ms;
  animation: spMenuZoom 400ms;
}

#offcanvas-toggler {
  float: right;
  line-height: 55px;
  margin-right: 30px;
}

#offcanvas-toggler>i {
  -webkit-transition: color 400ms, background-color 400ms;
  -o-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
}

#offcanvas-toggler>i:hover {
  color: #fff;
}

.off-canvas-menu-init {
  overflow-x: hidden;
  position: relative;
}

.offcanvas .offcanvas-overlay {
  visibility: visible;
  opacity: 1;
}

.offcanvas-overlay {
  background: rgba(0, 0, 0, 0.2);
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9999;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.off-canvas-menu-wrap {
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  right: 0;
  backface-visibility: hidden;
}

.close-offcanvas {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1;
  border-radius: 100%;
  width: 25px;
  height: 25px;
  line-height: 0.5;
  text-align: center;
  font-size: 16px;
  border: 1px solid #fff;
  color: #fff;
  padding-top: 3px;
}

.offcanvas-menu {
  width: min(400px, 100vw);
  height: 100%;
  background-color: #3398FF;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-320px);
  transform: translateX(-320px);
  visibility: hidden;
  overflow: inherit;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 10000;
}


.offcanvas-menu .offcanvas-inner .sp-module:after {
  display: none;
}

.offcanvas-menu .offcanvas-inner .sp-module:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  margin-bottom: 0;
}

.offcanvas-menu .offcanvas-inner .sp-module.off-canvas-menu {
  padding: 0;
}

.offcanvas-menu .offcanvas-inner .sp-module .sp-module-title {
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
}

.offcanvas-menu .offcanvas-inner .sp-module ul>li {
  border: 0;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
  padding: 12px 0;
}

.offcanvas-menu .offcanvas-inner .sp-module ul>li a {
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  padding: 10px 20px;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  line-height: 28px;
}

.offcanvas-menu .offcanvas-inner .sp-module .nav.menu a,
.offcanvas-menu .offcanvas-inner .sp-module .nav.menu p,
.offcanvas-menu .offcanvas-inner.deeper .nav>li>a,
.offcanvas-menu .offcanvas-inner.deeper .nav>li>p {
  font-weight: 400;
}

.offcanvas-menu .offcanvas-inner .sp-module ul>li:hover a,
.offcanvas-menu .offcanvas-inner .sp-module ul>li:focus a {
  background: rgba(0, 0, 0, 0.15);
}

.offcanvas-menu .offcanvas-inner .sp-module ul>li a:hover,
.offcanvas-menu .offcanvas-inner .sp-module ul>li a:focus {
  background: rgba(0, 0, 0, 0.15);
}

.offcanvas-menu .offcanvas-inner .sp-module ul>li ul>li.active>a,
.offcanvas-menu .offcanvas-inner .sp-module ul>li ul>li:hover>a,
.offcanvas-menu .offcanvas-inner .sp-module ul>li ul>li:focus>a {
  background: rgba(0, 0, 0, 0.15) !important;
}

.offcanvas-menu .offcanvas-inner .sp-module ul>li ul>li>a:hover,
.offcanvas-menu .offcanvas-inner .sp-module ul>li ul>li>a:focus {
  background: rgba(0, 0, 0, 0.15) !important;
}

.offcanvas-menu .offcanvas-inner .sp-module ul>li .offcanvas-menu-toggler {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  padding: 13px 20px;
  cursor: pointer;
}

.offcanvas-menu .offcanvas-inner .sp-module ul>li .offcanvas-menu-toggler .close-icon {
  display: inline;
}

.offcanvas-menu .offcanvas-inner .sp-module ul>li .offcanvas-menu-toggler.collapsed .open-icon {
  display: inline;
}

.offcanvas-menu .offcanvas-inner .sp-module ul>li .offcanvas-menu-toggler.collapsed .close-icon {
  display: none;
}

.offcanvas-menu .offcanvas-inner .sp-module ul>li>a:after {
  display: none;
}

.offcanvas-menu .offcanvas-inner .sp-module ul>li ul {
  background: rgba(0, 0, 0, 0.02);
}

.offcanvas-menu .offcanvas-inner .sp-module ul>li ul>li>a {
  padding-left: 30px;
}

.offcanvas-menu .offcanvas-inner .sp-module:first-child {
  margin-top: 0;
  padding: 30px;
}



.offcanvas {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.offcanvas .off-canvas-menu-wrap {
  right: 0;
}

.offcanvas .off-canvas-menu-wrap:after {
  width: 100%;
  height: 100%;
  right: 0;
}

.offcanvas .offcanvas-menu {
  visibility: visible;
  z-index: 9999;
  right: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@media screen and (min-width: 991px) {
  .offcanvas .offcanvas-menu {
    top: 0;
    left: 0;
    -webkit-transform: translateX(-320px);
    transform: translateX(-320px);
    visibility: hidden;
    overflow: inherit;
  }

  .offcanvas .offcanvas-overlay {
    visibility: hidden;
    opacity: 0;
  }
}

.offcanvas .offcanvas-menu ul.nav-child li {
  padding-left: 10px;
}

.menu .nav-child.small {
  font-size: inherit;
}

.sp-megamenu-parent.menu-fade-up .sp-has-child:hover>.sp-dropdown {
  -webkit-animation: spMenuFadeInUp 400ms;
  animation: spMenuFadeInUp 400ms;
}

.sp-megamenu-parent.menu-rotate .sp-has-child:hover>.sp-dropdown {
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  visibility: visible;
}

.sp-megamenu-parent.menu-slide-down .sp-has-child:hover>.sp-dropdown {
  opacity: 1;
  visibility: visible;
  top: 90px;
}

.sp-megamenu-parent.menu-slide-down .sp-has-child:hover>.sp-dropdown .sp-dropdown {
  top: 0;
}

.menu-slide-down .sp-has-child>.sp-dropdown {
  top: 60px;
  opacity: 0;
  visibility: hidden;
  display: block;
  transition: all 500ms ease;
}

.menu-slide-down .sp-has-child>.sp-dropdown.sp-dropdown-mega {
  left: auto;
  right: 0;
}

.menu-rotate .sp-has-child {
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.menu-rotate .sp-has-child>.sp-dropdown {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: rotateX(-70deg);
  transform: rotateX(-70deg);
  -webkit-transition: transform 0.4s ease 0s, opacity 0.2s ease 0s,
    visibility 0.2s ease 0s;
  transition: transform 0.4s ease 0s, opacity 0.2s ease 0s,
    visibility 0.2s ease 0s;
  opacity: 0;
  visibility: hidden;
  display: block;
}

.menu-rotate .sp-has-child>.sp-dropdown.sp-dropdown-mega {
  left: auto;
  right: 0;
}

.menu-drop-in .sp-has-child .sp-dropdown-inner {
  background: transparent none repeat scroll 0 0;
  box-shadow: none;
  padding: 0;
}

.menu-drop-in .sp-has-child .sp-dropdown-items {
  margin: 0;
  padding: 0;
  perspective: 1000px;
}

.menu-drop-in .sp-has-child .sp-menu-item {
  -webkit-transform: translate(0, 100px);
  transform: translate(0, 100px);
  opacity: 0;
  padding: 0 20px !important;
  background-color: #292929;
}

.menu-drop-in .sp-has-child .sp-menu-item:first-child {
  padding-top: 20px !important;
}

.menu-drop-in .sp-has-child .sp-menu-item:last-child {
  padding-bottom: 20px !important;
}

.menu-drop-in .sp-has-child:hover .sp-menu-item {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-name: dropup;
  animation-name: dropup;
}

.menu-drop-in .sp-has-child:hover .sp-menu-item:nth-child(1) {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
}

.menu-drop-in .sp-has-child:hover .sp-menu-item:nth-child(2) {
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
}

.menu-drop-in .sp-has-child:hover .sp-menu-item:nth-child(3) {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.menu-drop-in .sp-has-child:hover .sp-menu-item:nth-child(4) {
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
}

.menu-drop-in .sp-has-child:hover .sp-menu-item:nth-child(5) {
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
}

.menu-drop-in .sp-has-child:hover .sp-menu-item:nth-child(6) {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
}

.menu-drop-in .sp-has-child:hover .sp-menu-item:nth-child(7) {
  -webkit-animation-duration: 0.9s;
  animation-duration: 0.9s;
}

.menu-drop-in .sp-has-child:hover .sp-menu-item:nth-child(8) {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.menu-drop-in .sp-has-child:hover .sp-menu-item:last-child {
  box-shadow: 0 3px 3px -2px rgba(0, 0, 0, 0.2);
}

.menu-drop-in .sp-has-child.menu-justify:hover .sp-dropdown {
  -webkit-animation: spMenuFadeInUp 500ms;
  animation: spMenuFadeInUp 500ms;
}

.menu-drop-in .sp-has-child.menu-justify .sp-dropdown-inner {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  padding: 20px !important;
}

.menu-drop-in .sp-has-child.menu-justify .sp-mega-group .sp-menu-item {
  padding: 0 !important;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: none;
  animation-fill-mode: none;
  -webkit-animation-iteration-count: 0;
  animation-iteration-count: 0;
  -webkit-animation-name: none;
  animation-name: none;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}

.menu-drop-in .sp-has-child.menu-justify .sp-mega-group .sp-menu-item:last-child {
  box-shadow: none;
}

@keyframes dropup {
  0% {
    opacity: 0;
    transform: translate(0, 100px);
  }

  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}

@-webkit-keyframes dropup {
  0% {
    opacity: 0;
    transform: translate(0, 100px);
  }

  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}

.menu-twist .sp-has-child .sp-dropdown-inner {
  background: transparent none repeat scroll 0 0;
  box-shadow: none;
  padding: 0;
}

.menu-twist .sp-has-child .sp-dropdown-items {
  margin: 0;
  padding: 0;
}

.menu-twist .sp-has-child .sp-menu-item {
  -webkit-transform: rotateY(90deg);
  transform: rotateY(90deg);
  padding: 0 20px !important;
  background: #fff;
}

.menu-twist .sp-has-child .sp-menu-item:first-child {
  padding-top: 20px !important;
}

.menu-twist .sp-has-child .sp-menu-item:last-child {
  padding-bottom: 20px !important;
}

.menu-twist .sp-has-child:hover .sp-menu-item {
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-name: twist;
  animation-name: twist;
}

.menu-twist .sp-has-child:hover .sp-menu-item:nth-child(1) {
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
}

.menu-twist .sp-has-child:hover .sp-menu-item:nth-child(2) {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.menu-twist .sp-has-child:hover .sp-menu-item:nth-child(3) {
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
}

.menu-twist .sp-has-child:hover .sp-menu-item:nth-child(4) {
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
}

.menu-twist .sp-has-child:hover .sp-menu-item:nth-child(5) {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
}

.menu-twist .sp-has-child:hover .sp-menu-item:nth-child(6) {
  -webkit-animation-duration: 0.9s;
  animation-duration: 0.9s;
}

.menu-twist .sp-has-child:hover .sp-menu-item:nth-child(7) {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.menu-twist .sp-has-child:hover .sp-menu-item:nth-child(8) {
  -webkit-animation-duration: 1.1s;
  animation-duration: 1.1s;
}

.menu-twist .sp-has-child:hover .sp-menu-item:last-child {
  box-shadow: 0 3px 3px -2px rgba(0, 0, 0, 0.2);
}

.menu-twist .sp-has-child.menu-justify:hover .sp-dropdown {
  -webkit-animation: spMenuFadeInUp 500ms;
  animation: spMenuFadeInUp 500ms;
}

.menu-twist .sp-has-child.menu-justify .sp-dropdown-inner {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  padding: 20px !important;
}

.menu-twist .sp-has-child.menu-justify .sp-mega-group .sp-menu-item {
  padding: 0 !important;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: none;
  animation-fill-mode: none;
  -webkit-animation-iteration-count: 0;
  animation-iteration-count: 0;
  -webkit-animation-name: none;
  animation-name: none;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}

.menu-twist .sp-has-child.menu-justify .sp-mega-group .sp-menu-item:last-child {
  box-shadow: none;
}

@keyframes twist {
  0% {
    opacity: 0;
    transform: rotateY(90deg);
  }

  100% {
    opacity: 1;
    transform: rotateY(0);
  }
}

@-webkit-keyframes twist {
  0% {
    opacity: 0;
    -webkit-transform: rotateY(90deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: rotateY(0);
  }
}

@-webkit-keyframes spMenuFadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes spMenuFadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes spMenuZoom {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}

@keyframes spMenuZoom {
  0% {
    opacity: 0;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
  }

  100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

@-webkit-keyframes spMenuFadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
  }
}

@keyframes spMenuFadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 30px, 0);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

.slide-top-menu .offcanvas-menu {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.slide-top-menu .off-canvas-menu-wrap {
  right: 0;
}

.slide-top-menu .offcanvas-overlay {
  visibility: visible;
  opacity: 1;
}

.slide-top-menu .offcanvas-menu {
  right: 0;
  background-color: #000000;
  visibility: visible;
}

.full-screen .offcanvas-menu {
  right: -100%;
  width: 100%;
  transform: translateX(0);
  background-color: rgba(0, 0, 0, 0.9);
  transition: all 600ms ease;
}

.full-screen .offcanvas-menu .offcanvas-inner {
  margin: 0 auto;
  text-align: center;
}

.full-screen .offcanvas-menu .offcanvas-inner .sp-module {
  margin-bottom: 0;
  margin-top: 80px;
  padding-bottom: 0;
}

.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul {
  background: transparent;
  height: auto;
}

.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li {
  overflow: inherit;
}

.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li a {
  color: #fff;
  display: inline-block;
  font-size: 28px;
  padding: 20px;
}

.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li a:before {
  display: none;
}

.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li a:hover,
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li a:focus {
  background: transparent;
}

.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li .offcanvas-menu-toggler {
  left: auto;
  right: auto;
  font-size: 28px;
  padding: 20px 10px;
}

.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li ul li {
  display: block;
  padding: 0 20px;
}

.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li ul li a {
  font-size: 16px;
  padding: 5px 20px;
}

.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li ul li .offcanvas-menu-toggler {
  padding: 6px 10px;
}

.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li:hover a,
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li:focus a {
  background: transparent;
}

.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul.nav.menu {
  padding-bottom: 75px;
}

.full-screen .offcanvas-menu .offcanvas-inner .sp-module .search {
  max-width: 300px;
  margin: 25px auto 0;
}

.full-screen .offcanvas-menu .offcanvas-inner .sp-module .sp-module-title {
  font-size: 28px;
}

.full-screen .offcanvas-menu .close-offcanvas {
  font-size: 20px;
  height: 35px;
  line-height: 1;
  right: 30px;
  top: 25px;
  width: 35px;
  padding-top: 6px;
}

.full-screen-off-canvas.ltr .offcanvas-menu {
  visibility: visible;
  z-index: 9999;
  width: 100%;
  right: 0;
}

.full-screen-ftop .offcanvas-menu {
  right: 0;
  width: 100%;
  opacity: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  background-color: rgba(0, 0, 0, 0.9);
  transition: all 500ms ease;
}

.full-screen-ftop .offcanvas-menu .offcanvas-inner {
  margin: 0 auto;
  text-align: center;
}

.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module {
  margin-bottom: 0;
  margin-top: 80px;
  padding-bottom: 0;
}

.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul {
  background: transparent;
  height: auto;
}

.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul>li {
  opacity: 0;
  -webkit-transform: translate3d(0px, -80px, 0px);
  transform: translate3d(0px, -80px, 0px);
  -webkit-transition: transform 0.5s ease 0s, opacity 0.5s ease 0s;
  transition: transform 0.5s ease 0s, opacity 0.5s ease 0s;
}

.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li {
  overflow: inherit;
}

.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li a {
  color: #fff;
  display: inline-block;
  font-size: 28px;
  padding: 20px;
}

.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li a:before {
  display: none;
}

.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li a:hover,
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li a:focus {
  background: transparent;
}

.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li .offcanvas-menu-toggler {
  left: auto;
  right: auto;
  font-size: 28px;
  padding: 20px 10px;
}

.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li ul li {
  display: block;
  padding: 0 20px;
}

.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li ul li a {
  font-size: 16px;
  padding: 5px 20px;
}

.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li ul li .offcanvas-menu-toggler {
  padding: 6px 10px;
}

.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li:hover a,
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li:focus a {
  background: transparent;
}

.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul.nav.menu {
  padding-bottom: 75px;
}

.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module .search {
  max-width: 300px;
  margin: 25px auto 0;
}

.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module .sp-module-title {
  font-size: 28px;
}

.full-screen-ftop .offcanvas-menu .close-offcanvas {
  font-size: 20px;
  height: 35px;
  line-height: 1;
  right: 30px;
  top: 25px;
  width: 35px;
  padding-top: 6px;
}

.full-screen-off-canvas-ftop.ltr .offcanvas-menu {
  visibility: visible;
  z-index: 9999;
  width: 100%;
  right: 0;
  opacity: 1;
}

.full-screen-off-canvas-ftop.ltr .offcanvas-menu .sp-module {
  margin-top: 80px;
}

.full-screen-off-canvas-ftop.ltr .offcanvas-menu .sp-module ul {
  background: transparent;
  height: auto;
}

.full-screen-off-canvas-ftop.ltr .offcanvas-menu .sp-module ul>li {
  opacity: 1;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.new-look .offcanvas-menu {
  background-color: #2b2f3b;
}

.new-look .offcanvas-menu .sp-module ul>li>a {
  padding-left: 28px;
}

.new-look .offcanvas-menu .sp-module ul>li>a:before {
  display: none;
}

.new-look .offcanvas-menu .sp-module ul>li:hover a,
.new-look .offcanvas-menu .sp-module ul>li:focus a,
.new-look .offcanvas-menu .sp-module ul>li.active a {
  background: #22b8f0;
}

.new-look .offcanvas-menu .sp-module ul>li ul li a {
  background-color: #2b2f3b !important;
}

.new-look .offcanvas-menu .sp-module ul>li ul li a:hover,
.new-look .offcanvas-menu .sp-module ul>li ul li a:focus {
  color: #22b8f0;
}

.new-look .offcanvas-menu .sp-module ul>li .offcanvas-menu-toggler {
  top: 6px;
  padding: 18px 25px;
}

.new-look .offcanvas-menu .sp-module ul>li .offcanvas-menu-toggler i {
  display: none !important;
}

.new-look .offcanvas-menu .sp-module ul>li .offcanvas-menu-toggler:before {
  background: #fff none repeat scroll 0 0;
  content: "";
  height: 8px;
  left: auto;
  position: absolute;
  right: 25px;
  top: 14px;
  width: 2px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.new-look .offcanvas-menu .sp-module ul>li .offcanvas-menu-toggler:after {
  background: #fff none repeat scroll 0 0;
  content: "";
  height: 2px;
  left: auto;
  position: absolute;
  right: 22px;
  top: 17px;
  width: 8px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.new-look .offcanvas-menu .sp-module ul>li .offcanvas-menu-toggler.collapsed:before {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.new-look .offcanvas-menu .sp-module ul>li .offcanvas-menu-toggler.collapsed:after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.new-look-off-canvas .offcanvas-overlay {
  visibility: visible;
  opacity: 1;
}

.new-look-off-canvas.ltr .offcanvas-menu {
  visibility: visible;
  right: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@-moz-document url-prefix() {
  .offcanvas-menu {
    right: -320px;
    transform: translateX(0px);
  }
}

a {
  -webkit-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
}

body {
  line-height: 24px;
  font-family: eUkraine, "Open Sans", sans-serif !important;
}

body.app-header {
  line-height: 1.42857143;
}

label {
  font-weight: normal;
}

legend {
  padding-bottom: 10px;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

table,
p {
  font-size: 14px;
  line-height: 1.7;
  font-weight: 400;
}

.view-article #sp-main-body .table-container {
  overflow-y: auto;
  display: block;
}

#sp-page-builder .sppb-section-title .sppb-title-subheading {
  font-size: 14px;
}

.btn,
.sppb-btn {
  -webkit-transition: color 400ms, background-color 400ms, border-color 400ms;
  -o-transition: color 400ms, background-color 400ms, border-color 400ms;
  transition: color 400ms, background-color 400ms, border-color 400ms;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  margin-right: 8px;
  height: auto;
  padding: 12px 40px;
  font-size: 10px;
  color: #5b90b7;
  border: 2px solid;
  background: transparent;
}

.sppb-btn-default {
  border: 2px solid #5b90b7;
  color: #5b90b7;
}

.sppb-btn-default:hover,
.sppb-btn-default:focus,
.sppb-btn-default:active,
.sppb-btn-default.active,
.open>.dropdown-toggle.sppb-btn-default {
  color: #fff;
  border-color: transparent;
  background: #5b90b7;
  text-decoration: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn.btn-small {
  height: auto;
  padding: 6px 17px;
  font-size: 9px;
  letter-spacing: 1px;
}

.btn.btn-large {
  height: auto;
  padding: 17px 60px;
  font-size: 10px;
}

.btn.btn-color {
  color: #fff;
  border: 2px solid #5b90b7;
  background: #5b90b7;
}

.btn.btn-color:hover,
.btn.btn-color:focus {
  color: #fff;
  border: 2px solid #5b90b7;
}

.btn.btn-border-dark {
  color: rgba(0, 0, 0, 0.8);
  border: 2px solid rgba(0, 0, 0, 0.4);
}

.btn.btn-border-dark:hover,
.btn.btn-border-dark:focus {
  border: 2px solid rgba(0, 0, 0, 0.8);
  background: transparent;
}

.btn.btn-circle {
  -webkit-border-radius: 30px;
  border-radius: 30px;
}

.btn.btn-round {
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.btn-icon {
  width: 40px;
  height: 40px;
  font-size: 20px;
  min-width: 0;
  padding: 0;
  line-height: 38px;
  padding: 0 !important;
}

.btn-icon.btn-large {
  width: 50px;
  height: 50px;
  line-height: 49px;
  font-size: 24px;
  min-width: 0;
}

.btn-icon.btn-small {
  width: 30px;
  height: 30px;
  line-height: 29px;
  font-size: 13px;
  min-width: 0;
  padding: 0;
}

.btn-full {
  width: 100%;
}

.parallax .btn,
.image-bg .btn {
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.75);
  background: transparent;
}

.parallax .btn:hover,
.image-bg .btn:hover,
.parallax .btn:focus,
.image-bg .btn:focus {
  color: #111;
  border-color: transparent;
  background: #fff;
}

.image-bg .btn.btn-color,
.btn.btn-color-white {
  color: #555 !important;
  border: 2px solid #fff;
  background: #fff;
}

.image-bg .btn.btn-color:hover,
.btn.btn-color-white:hover,
.image-bg .btn.btn-color:focus,
.btn.btn-color-white:focus {
  opacity: 0.9;
}

.image-bg .btn.btn-color:hover,
.image-bg .btn.btn-color:focus {
  opacity: 0.9;
}

.btn-scroll-down {
  color: #fff;
  font-size: 32px;
  position: absolute;
  bottom: 10px;
  left: 50%;
  margin-left: -16px;
  -webkit-animation: move-down 0.5s infinite alternate;
  animation: move-down 0.5s infinite alternate;
  z-index: 99;
}

.btn-scroll-down:hover {
  color: #fff;
}

@-webkit-keyframes move-down {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  100% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}

@keyframes move-down {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  100% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}

.offline-inner {
  margin-top: 100px;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: block;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  display: inline-block;
  vertical-align: middle;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
  background: transparent;
  border: 0px;
  border-bottom: 1px solid #ccc;
  height: 37px;
  padding: 20px 13px;
  font-size: 15px;
}

select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}

select::-moz-placeholder,
textarea::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="color"]::-moz-placeholder,
.uneditable-input::-moz-placeholder {
  color: #999;
  opacity: 1;
}

select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder,
.uneditable-input:-ms-input-placeholder {
  color: #999;
}

select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
.uneditable-input::-webkit-input-placeholder {
  color: #999;
}

select[disabled],
select[readonly],
fieldset[disabled] select,
textarea[disabled],
textarea[readonly],
fieldset[disabled] textarea,
input[type="text"][disabled],
input[type="text"][readonly],
fieldset[disabled] input[type="text"],
input[type="password"][disabled],
input[type="password"][readonly],
fieldset[disabled] input[type="password"],
input[type="datetime"][disabled],
input[type="datetime"][readonly],
fieldset[disabled] input[type="datetime"],
input[type="datetime-local"][disabled],
input[type="datetime-local"][readonly],
fieldset[disabled] input[type="datetime-local"],
input[type="date"][disabled],
input[type="date"][readonly],
fieldset[disabled] input[type="date"],
input[type="month"][disabled],
input[type="month"][readonly],
fieldset[disabled] input[type="month"],
input[type="time"][disabled],
input[type="time"][readonly],
fieldset[disabled] input[type="time"],
input[type="week"][disabled],
input[type="week"][readonly],
fieldset[disabled] input[type="week"],
input[type="number"][disabled],
input[type="number"][readonly],
fieldset[disabled] input[type="number"],
input[type="email"][disabled],
input[type="email"][readonly],
fieldset[disabled] input[type="email"],
input[type="url"][disabled],
input[type="url"][readonly],
fieldset[disabled] input[type="url"],
input[type="search"][disabled],
input[type="search"][readonly],
fieldset[disabled] input[type="search"],
input[type="tel"][disabled],
input[type="tel"][readonly],
fieldset[disabled] input[type="tel"],
input[type="color"][disabled],
input[type="color"][readonly],
fieldset[disabled] input[type="color"],
.uneditable-input[disabled],
.uneditable-input[readonly],
fieldset[disabled] .uneditable-input {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}

textareaselect,
textareatextarea,
textareainput[type="text"],
textareainput[type="password"],
textareainput[type="datetime"],
textareainput[type="datetime-local"],
textareainput[type="date"],
textareainput[type="month"],
textareainput[type="time"],
textareainput[type="week"],
textareainput[type="number"],
textareainput[type="email"],
textareainput[type="url"],
textareainput[type="search"],
textareainput[type="tel"],
textareainput[type="color"],
textarea.uneditable-input {
  height: auto;
}

select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
}

.acysubbuttons button {
  cursor: pointer;
  z-index: 0;
  color: #373737;
  border: none;
  background: none;
  position: absolute;
  right: 75px;
  bottom: 10px;
  font-size: 16px;
}

.group-control select,
.group-control textarea,
.group-control input[type="text"],
.group-control input[type="password"],
.group-control input[type="datetime"],
.group-control input[type="datetime-local"],
.group-control input[type="date"],
.group-control input[type="month"],
.group-control input[type="time"],
.group-control input[type="week"],
.group-control input[type="number"],
.group-control input[type="email"],
.group-control input[type="url"],
.group-control input[type="search"],
.group-control input[type="tel"],
.group-control input[type="color"],
.group-control .uneditable-input {
  width: 100%;
}

.scrollup {
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 62px;
  right: 100px;
  display: none;
  z-index: 980;
  border: 1px solid #ddd;
  background-color: rgba(255, 255, 255, 0.4);
}

.scrollup:hover {
  background-color: #c4c4c4;
}

.scrollup:before {
  content: " \f106";
  font-family: "FontAwesome";
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 3px;
  width: 40px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  color: #292929;
  opacity: 0.8;
}

#sp-top-bar {
  padding: 8px 0;
  background: #303036 !important;
  color: rgba(255, 255, 255, 0.7);
}

#sp-top-bar .sp-module {
  display: inline-block;
  margin: 0 0 0 20px;
}

#sp-top-bar a {
  color: rgba(255, 255, 255, 0.7);
}

ul.social-icons {
  list-style: none;
  padding: 0;
  margin: -5px;
  display: inline-block;
}

ul.social-icons>li {
  display: inline-block;
  margin: 5px 7px;
}

ul.social-icons>li a {
  color: #999999;
}

.sp-module-content .mod-languages ul.lang-inline {
  margin: 0;
  padding: 0;
}

.sp-module-content .mod-languages ul.lang-inline li {
  border: none;
  display: inline-block;
  margin: 0 5px 0 0;
}

.sp-module-content .mod-languages ul.lang-inline li a {
  padding: 0 !important;
}

.sp-module-content .mod-languages ul.lang-inline li>a:before {
  display: none;
}

.sp-contact-info {
  float: right;
  list-style: none;
  padding: 0;
  margin: 0 -10px;
}

.sp-contact-info li {
  display: inline-block;
  margin: 0 10px;
  font-size: 90%;
}

.sp-contact-info li i {
  margin: 0 3px;
}

.sticky-wrapper {
  position: relative;
  z-index: 99;
}

.transparent-header #sp-header {
  position: absolute;
  background: rgba(0, 0, 0, 0);
}

.agency-header #sp-header,
.app-header #sp-header {
  background: #fff;
}

.gutted {
  padding: 0px 40px 40px 50px;
}

#sp-header {
  position: relative;
  z-index: 99;
  width: 100%;
}

#sp-header .logo h1 {
  font-size: 24px;
  line-height: 1;
  margin: 0;
  padding: 0;
  display: table-cell;
  vertical-align: middle;
}

#sp-header .logo h1>img {
  float: left;
}

#sp-header .logo p {
  margin: 5px 0 0;
}

#sp-header .sp-retina-logo {
  display: none;
}

#sp-header .logo-slogan {
  float: right;
  margin-left: 20px;
  padding-left: 30px;
  border-left: 1px solid #000;
  font-size: 20px;
  font-weight: 300;
  line-height: 33px;
  color: #000;
}

#sp-header.menu-fixed-out .sp-megamenu-parent>li>a {
  color: rgba(42, 43, 47, 0.75);
}

.transparent-header .sp-megamenu-parent>li>a {
  color: #fff;
}

.transparent-header .sp-megamenu-parent>li.active>a,
.transparent-header .sp-megamenu-parent>li:hover>a {
  color: #fff;
  opacity: 1;
}

.transparent-header .menu-fixed .sp-megamenu-parent>li>a,
.transparent-header .menu-fixed #offcanvas-toggler>i {
  color: #292929;
  opacity: 0.7;
}

.transparent-header .menu-fixed .sp-megamenu-parent>li>a:hover,
.transparent-header .menu-fixed #offcanvas-toggler>i:hover {
  opacity: 1;
}

.transparent-header #offcanvas-toggler>i {
  color: #fff;
  opacity: 0.7;
}

.transparent-header #offcanvas-toggler>i:hover {
  opacity: 1;
}

.transparent-header #sp-header.menu-fixed-out .sp-megamenu-parent>li>a {
  color: #fff;
}

#sp-header+.menu-fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  padding: 0;
  background-color: #3398FF;
  -webkit-box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.065);
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.065);
}

#sp-header+.menu-fixed .sp-megamenu-parent > .sp-menu-item {
  padding-bottom: 15px;
  padding-top: 15px;
}

#sp-header .logo .sp-scroll-logo,
#sp-header .logo .sp-ratinascroll-logo {
  display: none;
}

#sp-header.menu-fixed .has-scroll-logo .sp-default-logo {
  display: none;
}

#sp-header.menu-fixed .has-scroll-logo .sp-scroll-logo {
  display: block;
}

.sticky-wrapper.is-sticky {
  position: relative;
  z-index: 999;
}

#sp-title {
  min-height: 0;
  background: #e1e1e1;
}

.sp-page-title {
  padding: 30px 0;
}

.sp-page-title h2,
.sp-page-title h3 {
  margin: 0;
  padding: 0;
  color: #706d6d;
}

.sp-page-title h2 {
  font-size: 24px;
  line-height: 1;
}

.sp-page-title h3 {
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  margin-top: 10px;
}

.sp-page-title .breadcrumb {
  background: none;
  padding: 0;
  margin: 10px 0 0 0;
}

.sp-page-title .breadcrumb>.active {
  color: #706d6d;
}

.sp-page-title .breadcrumb>span,
.sp-page-title .breadcrumb>li,
.sp-page-title .breadcrumb>li+li:before,
.sp-page-title .breadcrumb>li>a {
  color: #5b90b7;
}

.body-innerwrapper {
  overflow-x: hidden;
  -webkit-transition: margin-left 400ms cubic-bezier(0.7, 0, 0.3, 1);
  transition: margin-left 400ms cubic-bezier(0.7, 0, 0.3, 1);
}

.layout-boxed .body-innerwrapper {
  max-width: 1240px;
  margin: 0 auto;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

#sp-main-body {
  padding-top: 32px;
  padding-bottom: 80px;
}

@media screen and (max-width: 991px) {
  #sp-main-body {
    padding-bottom: 64px;
  }
}

#sp-main-body.search-container {
  padding: 0;
}

#sp-breadcrumb.hide {
  display: none;
}

@media screen and (max-width: 576px) {
  #sp-main-body {
    padding: 20px 0 64px;
  }
}

@media screen and (max-width: 359px) {
  #sp-main-body {
    padding: 20px 0;
  }
}

.com-sppagebuilder #sp-main-body {
  padding: 0;
}

.sppb-addon-cta .sppb-cta-subtitle {
  font-size: 14px;
  color: #777;
  line-height: 1.7 !important;
  font-weight: 400;
}

.sppb-addon-cta .sppb-btn-lg {
  margin-top: 30px;
}

.cta-bg {
  background: #5b90b7;
}

@media only screen and (max-width: 768px) {
  .sppb-addon-cta .sppb-row>div {
    display: inherit;
    float: left;
  }

  .sppb-addon-cta .sppb-btn {
    margin-top: 15px;
  }
}

.sppb-addon-image-content {
  position: relative;
}

.sppb-addon-image-content .sppb-image-holder {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  background-position: 50%;
  background-size: cover;
}

.sppb-addon-image-content.aligment-left .sppb-image-holder {
  left: 0;
}

.sppb-addon-image-content.aligment-left .sppb-content-holder {
  padding: 120px 0 120px 50px;
}

.sppb-addon-image-content.aligment-right .sppb-image-holder {
  right: 0;
}

.sppb-addon-image-content.aligment-right .sppb-content-holder {
  padding: 120px 50px 120px 0;
}

@media (max-width: 768px) {
  .sppb-addon-image-content .sppb-image-holder {
    position: inherit;
    width: 100% !important;
    height: 300px;
  }
}

.sp-module {
  margin-top: 50px;
}

.sp-module:first-child {
  margin-top: 0;
}

.sp-module .sp-module-title {
  margin: 0 0 20px;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1;
}

.sp-module ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sp-module ul>li {
  display: block;
  border-bottom: 1px solid #e8e8e8;
  -webkit-transition: 300ms;
  transition: 300ms;
}

#sp-footer2 .sp-module ul>li {
  border-bottom: none;
}

.sp-module ul>li>a {
  display: block;
  padding: 5px 0;
  line-height: 36px;
  padding: 2px 0;
  -webkit-transition: 300ms;
  transition: 300ms;
}

.layout-blog .sp-module ul>li>a {
  padding: 8px 0;
}

.sp-module ul>li>a:hover {
  background: none;
}

.sp-module ul>li>a:before {
  font-family: FontAwesome;
  content: "\f105";
  margin-right: 8px;
}

.sp-module ul>li:last-child {
  border-bottom: none;
}

.sp-module .categories-module ul {
  margin: 0 10px;
}

.sp-module .latestnews>div {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #e8e8e8;
}

.sp-module .latestnews>div:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.sp-module .latestnews>div>a {
  display: block;
  font-weight: 400;
}

.sp-module .tagscloud {
  margin: -2px 0;
}

.sp-module .tagscloud .tag-name {
  display: inline-block;
  padding: 5px 10px;
  background: #808080;
  color: #fff;
  border-radius: 4px;
  margin: 2px 0;
}

.sp-module .tagscloud .tag-name span {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}

.login img {
  display: inline-block;
  margin: 20px 0;
}

.login .checkbox input[type="checkbox"] {
  margin-top: 6px;
}

.form-links ul {
  list-style: none;
  padding: 0;
}

.search .btn-toolbar {
  margin-bottom: 20px;
  margin-right: 32px;
}

.search .btn-toolbar span.icon-search {
  margin: 0;
}

.search .search-group {
  background: #F0F3F6;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.search .search-group .only {
  margin-bottom: 20px;
}

.search .search-group .only .Select-trigger {
  min-width: unset;
  width: 254px;
  margin-right: 32px;
}

.search .search-group .only .Select [role="listbox"] {
  max-width: calc(100% - 32px);
}

.search .search-group .search-area-label {
  margin-left: 0;
  margin-bottom: 5px;
}

.search .btn-container {
  margin-top: 10px;
}

.search .btn-container .btn {
  letter-spacing: initial;
  text-transform: capitalize;
  font-weight: 400;
  padding: 19px 30px;
  max-height: 56px;
  height: 56px;
}

.searchintro p {
  color: #757575;
  font-weight: 300;
  line-height: 24px;
  font-size: 16px;
}

.search .phrases .phrases-box .controls label {
  display: inline-block;
  margin: 0 20px 20px;
}

.search .phrases {
  margin-right: 15px;
}

.search .phrases .ordering-box {
  margin-bottom: 15px;
}

.search .only label {
  display: inline-block;
  margin: 0 20px 20px;
}

.search .search-results dt.result-title {
  border-top: 1px solid #CCCCCC;
}

.search .search-results dt,
.search .search-results dd {
  margin: 5px 0;
}

@media screen and (max-width: 769px) {
  .search .search-group .only .Select-trigger {
    margin-right: 24px;
  }

  .search .search-group .only .Select [role="listbox"] {
    max-width: calc(100% - 24px);
  }
}

@media screen and (max-width: 576px) {
  .search .search-group .only .Select-trigger {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }

  .search .search-group .only .Select [role="listbox"] {
    max-width: 100%;
  }

  .search .input-group,
  .search .input-group .input-container,
  .search .input-group .input-container > span {
    width: 100%;
  }

  .search .btn-toolbar {
    margin-bottom: 32px;
    margin-right: 0;
    max-width: 100%;
    width: 100%;
  }

  .search .btn-container,
  .search .btn-container .btn {
    width: 100%;
  }

  .search .search-group .only {
    width: 100%;
    margin-bottom: 32px;
  }
}

.filter-search .chzn-container-single .chzn-single {
  height: 34px;
  line-height: 34px;
}

.form-search .finder label {
  display: block;
}

.form-search .finder .input-medium {
  width: 60%;
  border-radius: 4px;
}

.finder .word input {
  display: inline-block;
}

.finder .search-results.list-striped li {
  padding: 20px 0;
}

.article-info {
  margin: 0 -8px 5px;
  line-height: 12px;
}

.article-info>dd {
  display: inline-block;
  line-height: 1;
  color: #595959;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1px;
  font-family: eUkraine, Helvetica, Arial, sans-serif;
  margin: 0 8px;
}

.article-info>dd>i {
  display: inline-block;
  margin-right: 3px;
}

article.item {
  margin-bottom: 50px;
}

.tags {
  margin-top: 20px;
}

.tags>span {
  text-transform: uppercase;
  letter-spacing: 2px;
}

.content_rating,
.content_rating+form {
  display: none;
}

.voting-symbol {
  unicode-bidi: bidi-override;
  direction: rtl;
  font-size: 14px;
  display: inline-block;
}

.voting-symbol span.star {
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
}

.voting-symbol span.star.active:before {
  content: "\f005";
}

.voting-symbol span.star:before {
  content: "\f006";
  padding-right: 5px;
}

.sp-rating span.star:hover:before,
.sp-rating span.star:hover~span.star:before {
  content: "\f005";
  cursor: pointer;
}

.post_rating {
  margin-bottom: 20px;
}

.post_rating .ajax-loader,
.post_rating .voting-result {
  display: none;
}

.post-format {
  position: absolute;
  top: 0;
  left: -68px;
  display: block;
  width: 48px;
  height: 48px;
  font-size: 24px;
  line-height: 48px;
  text-align: center;
  color: #fff;
  border-radius: 3px;
}

.entry-image,
.entry-gallery,
.entry-video,
.entry-audio,
.entry-link {
  margin-bottom: 30px;
}

.entry-status,
.entry-quote {
  margin-bottom: 50px;
}

.entry-header {
  position: relative;
  margin-bottom: 30px;
}

.entry-header.has-post-format {
  margin-left: 68px;
}

.entry-header h2 {
  position: relative;
  font-size: 20px;
  font-weight: 400;
  color: #595959;
  font-family: eUkraine, sans-serif;
}

.entry-header h2 a {
  color: #000;
}

.entry-link {
  padding: 100px 50px;
  position: relative;
  z-index: 1;
}

.entry-link a h4 {
  margin: 0;
  font-size: 36px;
  color: #fff;
}

.entry-link a h4:hover {
  color: rgba(255, 255, 255, 0.85);
}

.entry-link:before {
  position: absolute;
  left: -60px;
  font-size: 300px;
  content: "\f0c1";
  font-family: FontAwesome;
  transform: rotate(90deg);
  top: -75px;
  color: rgba(255, 255, 255, 0.15);
  z-index: -1;
}

.entry-quote {
  position: relative;
  padding: 80px 50px;
  color: rgba(255, 255, 255, 0.9);
}

.entry-quote:before {
  position: absolute;
  left: -40px;
  font-size: 300px;
  content: "\f10e";
  font-family: FontAwesome;
  transform: rotate(15deg);
  top: -75px;
  color: rgba(255, 255, 255, 0.15);
}

.entry-quote blockquote small {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
}

.entry-quote blockquote {
  padding: 0;
  margin: 0;
  font-size: 16px;
  border: none;
}

.carousel-left,
.carousel-right {
  position: absolute;
  top: 50%;
  font-size: 24px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  margin-top: -18px;
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  -webkit-transition: 400ms;
  transition: 400ms;
}

.carousel-left:hover,
.carousel-right:hover {
  color: #fff;
}

.carousel-left:focus,
.carousel-right:focus {
  color: #fff;
}

.carousel-left {
  left: 10px;
}

.carousel-right {
  right: 10px;
}

.newsfeed-category .category {
  list-style: none;
  padding: 0;
  margin: 0;
}

.newsfeed-category .category li {
  padding: 5px 0;
}

.newsfeed-category #filter-search {
  margin: 10px 0;
}

.category-module,
.categories-module,
.archive-module,
.latestnews,
.newsflash-horiz,
.mostread,
.list-striped {
  list-style: none;
  padding: 0;
  margin: 0;
}

.category-module li,
.categories-module li,
.archive-module li,
.latestnews li,
.newsflash-horiz li,
.mostread li,
.list-striped li {
  padding: 2px 0;
}

.category-module li h4,
.categories-module li h4,
.archive-module li h4,
.latestnews li h4,
.newsflash-horiz li h4,
.mostread li h4,
.list-striped li h4 {
  margin: 5px 0;
}

.form-links {
  list-style: none;
  padding: 0;
}

.form-links li {
  padding: 2px 0;
}

.form-links li h4 {
  margin: 5px 0;
}

.article-footer-top {
  display: table;
  clear: both;
  width: 100%;
}

.article-footer-top .post_rating {
  float: left;
}

.helix-social-share {
  float: right;
}

.helix-social-share .helix-social-share-icon ul {
  padding: 0;
  list-style: none;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

.helix-social-share .helix-social-share-icon ul li {
  margin-right: 16px;
  display: inline-block;
}

.helix-social-share .helix-social-share-icon ul li div {
  display: block;
}

.helix-social-share .helix-social-share-icon ul li div a {
  text-align: center;
  display: inline-block;
}

.helix-social-share .helix-social-share-icon ul li div a img {
  width: auto;
  display: inline-block;
}

.helix-social-share .helix-social-share-icon ul li div a:hover,
.helix-social-share .helix-social-share-icon ul li div a:focus {
  background: #5b90b7;
  color: #fff;
}

.pagenav [class^="icon-"]:before,
.pagenav [class*=" icon-"]:before {
  font-family: "IcoMoon" !important;
  font-style: normal;
  speak: none;
}

#sp-bottom {
  background-color: #303030 !important;
  border-top: 1px solid #393939;
  color: #e3e3e3;
}

#sp-bottom .sp-module .sp-module-title {
  text-transform: none;
  font-weight: 400;
  font-size: 24px;
}

.get-quote {
  padding-top: 150px;
}

@media only screen and (max-width: 768px) {
  .get-quote {
    padding-top: 50px;
  }
}

#sp-footer {
  color: #666;
  background-color: #F8F8F8;
  text-align: center;
  padding: 20px 0;
}



#sp-footer a {
  color: #5b90b7;
}

#sp-footer a:hover {
  color: #666;
}

.main-footer ul.social-icons li a {
  color: #444 !important;
}

.main-footer ul.social-icons li a:hover,
.main-footer ul.social-icons li a:focus {
  color: #999 !important;
}

#sp-footer-wrapper ul {
  display: inline-block;
}

#sp-footer-wrapper ul.nav {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0 5px;
}

#sp-footer-wrapper ul.nav li {
  display: inline-block;
  margin: 0 5px;
}

#sp-footer-wrapper ul.nav li a {
  display: block;
}

#sp-footer-wrapper ul.nav li a:hover {
  background: none;
}

#sp-footer-wrapper .helix-framework {
  display: inline-block;
}

#sp-footer-wrapper .helix-framework .helix-logo {
  display: block;
  width: 130px;
  height: 40px;
  text-indent: -9999px;
  background: url(../images/helix-logo-white.png) no-repeat 0 0;
}

#sp-footer-wrapper .copyright {
  display: block;
}

.sp-comingsoon {
  width: 100%;
  height: 100%;
  min-height: 100%;
}

.sp-comingsoon body {
  width: 100%;
  height: 100%;
  min-height: 100%;
  color: #fff;
}

.sp-comingsoon ul.social-icons {
  float: none;
}

.sp-comingsoon #sp-comingsoon {
  padding: 100px 0;
}

.sp-comingsoon .sp-comingsoon-wrap.has-background {
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  position: relative;
}

.sp-comingsoon .sp-comingsoon-wrap.has-background:before {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background: #303133;
  opacity: 0.95;
  filter: alpha(opacity=95);
}

.sp-comingsoon .sp-comingsoon-wrap.has-background .container {
  position: relative;
  z-index: 9999;
}

.sp-comingsoon .comingsoon-page-logo {
  text-align: center;
}

.sp-comingsoon .comingsoon-page-logo img {
  display: inline-block;
}

.sp-comingsoon .comingsoon-page-logo .sp-retina-logo {
  display: none;
}

.sp-comingsoon .sp-comingsoon-title {
  margin-top: 130px;
  font-size: 42px;
  margin-bottom: 10px;
  font-weight: 700;
  color: #fff;
}

.sp-comingsoon .sp-comingsoon-content {
  font-size: 28px;
  font-weight: 300;
}

.sp-comingsoon .days,
.sp-comingsoon .hours,
.sp-comingsoon .minutes,
.sp-comingsoon .seconds {
  display: inline-block;
  margin: 80px 15px;
}

.sp-comingsoon .days .number,
.sp-comingsoon .hours .number,
.sp-comingsoon .seconds .number,
.sp-comingsoon .minutes .number {
  height: 120px;
  line-height: 120px;
  border: 1px solid #fff;
  display: inline-block;
  font-size: 48px;
  font-weight: bold;
  background-color: rgba(255, 255, 255, 0.1);
  font-size: 40px;
  color: #fff;
  width: 120px;
  border: none !important;
  letter-spacing: -1px;
  border-radius: 3px 3px 0 0;
}

.sp-comingsoon .days .string,
.sp-comingsoon .minutes .string,
.sp-comingsoon .seconds .string,
.sp-comingsoon .hours .string {
  display: block;
  background-color: #fff;
  color: #666;
  width: 120px;
  border: none !important;
  letter-spacing: -1px;
  border-radius: 0;
  margin-top: -10px !important;
}

.sp-comingsoon .social-icons li {
  display: inline-block;
  margin: 0 15px;
}

.sp-comingsoon .social-icons li a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 24px;
  background: rgba(0, 0, 0, 0);
  -webkit-transition: color 400ms;
  transition: color 400ms;
}

.sp-comingsoon .social-icons li a:hover {
  color: #fff;
}

.error {
  margin-bottom: 30px;
}

.error-page {
  width: 100%;
  height: 100%;
  min-height: 100%;
}

.error-page body {
  width: 100%;
  height: 100%;
  min-height: 100%;
}

.error-page .error-page-inner {
  height: 100%;
  min-height: 100%;
  width: 100%;
  display: table;
  text-align: center;
}

.error-page .error-page-inner.has-background {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.error-page .error-page-inner .error-logo-wrap {
  text-align: center;
  margin-bottom: 30px;
}

.error-page .error-page-inner .error-logo-wrap img {
  display: inline-block;
}

.error-page .error-page-inner>div {
  display: table-cell;
  vertical-align: middle;
}

.error-page .fa-exclamation-triangle {
  font-size: 64px;
  line-height: 1;
  margin-bottom: 10px;
}

.error-page .error-code {
  font-weight: bold;
  font-size: 96px;
  line-height: 1;
  margin: 0 0 10px 0;
  padding: 0;
}

.error-page .error-message {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 30px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
  #sp-header .sp-default-logo {
    display: none;
  }

  #sp-header .sp-retina-logo {
    display: block;
  }

  .sp-comingsoon .comingsoon-page-logo .sp-retina-logo {
    display: table;
    margin: 0 auto;
  }

  .sp-comingsoon .comingsoon-page-logo .sp-default-logo {
    display: none;
  }
}

.sp-social-share ul {
  display: block;
  padding: 0;
  margin: 20px -5px 0;
}

.sp-social-share ul li {
  display: inline-block;
  font-size: 24px;
  margin: 0 5px;
}

.dl-horizontal dt {
  margin: 8px 0;
  text-align: left;
}

.page-header {
  padding-bottom: 0;
  border-bottom: none;
  margin: 0;
  margin-bottom: 80px;
}

.page-header h1 {
  font-weight: 400;
  margin: 0;

  word-wrap: break-word;
}

table.category {
  width: 100%;
  border: none;
}

table.category thead>tr,
table.category tbody>tr {
  border: none;
}

table.category>tbody {
  display: block;
}

table.category>thead>tr>#categorylist_header_title {
  border: none;
  padding: 0;
}

table.category>thead>tr>#categorylist_header_title>a {
  color: #000;

  font-family: "eUkraine", sans-serif;
  font-size: 44px;
  font-style: normal;
  font-weight: 400;
  line-height: 52px;
  text-decoration: none;
  cursor: default;
}

table.category>tbody>tr[class*="cat-list-row"] {
  background: none;
  color: #000;
  border-bottom: 1px solid #ccc;
  display: block;
}

table.category>tbody>tr>.list-title {
  border: none;
  padding: 24px 0;
}

table.category>tbody>tr:first-child>.list-title {
  padding-top: 0;
}

table.category>tbody>tr>th>a {
  color: #000;

  font-family: "eUkraine", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  margin-right: 10px;

  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

table.category thead>tr th,
table.category thead>tr td,
table.category tbody>tr th,
table.category tbody>tr td {
  padding: 10px;
}

@media screen and (max-width: 768px) {
  table.category>tbody {
    margin-bottom: 0;
  }

  table.category>thead>tr>#categorylist_header_title>a {
    font-size: 32px;
    line-height: 40px;
  }
}

@media screen and (max-width: 480px) {
  table.category tbody tr>th a {
    font-size: 24px;
    line-height: 28px;
  }
}

.skip-link {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px,1px,1px,1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.skip-link:active, .skip-link:focus {
  position: fixed;
  width: auto;
  height: auto;
  clip: auto;
  overflow: initial;
  display: inline;
  padding: 13px;
  text-decoration: underline;
  color: #161616;
  box-shadow: none;
  -webkit-appearance: none;
  background-color: #fff;
  border: none;
  outline: 3px solid #161616;
  margin-top: 3px;
  margin-left: 3px;
  outline-style: auto;
  z-index: 100000;
}

.contact-form .form-actions {
  background: none;
  border: none;
}

@media print {
  .visible-print {
    display: inherit !important;
  }

  .hidden-print {
    display: none !important;
  }
}

.sp-simpleportfolio .sp-simpleportfolio-meta {
  width: 100%;
  float: left;
  padding-left: 0px;
}

.sp-simpleportfolio .sp-simpleportfolio-description {
  width: 100%;
  float: left;
}

.sp-simpleportfolio .sp-simpleportfolio-filter>ul>li>a {
  background: #2d2d2d;
  border-radius: 2px;
  color: #fff;
  -webkit-transition: 300ms;
  transition: 300ms;
}

.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-btns a {
  border-radius: 0;
}

.sppb-addon-cta .sppb-row {
  display: table;
  width: 100%;
}

.contact-form .form-actions {
  background: none;
  border: none;
}

@media print {
  .visible-print {
    display: inherit !important;
  }

  .hidden-print {
    display: none !important;
  }
}

.sp-simpleportfolio .sp-simpleportfolio-filter>ul>li>a {
  background: rgba(0, 0, 0, 0);
  border: none;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  color: #444;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 1px;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  padding: 0;
  margin-right: 20px;
  border-radius: 0;
}

.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-overlay {
  padding: 30px !important;
}

.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  background-color: transparent;
  z-index: 5;
  color: #fff;
}

.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info:hover {
  background-color: transparent;
}

.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-title {
  line-height: 35px !important;
  margin-bottom: 10px !important;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  -webkit-transform: translate3d(0, 50px, 0) !important;
  transform: translate3d(0, 50px, 0) !important;
  -webkit-transition-delay: 0.15s !important;
  transition-delay: 0.15s !important;
}

.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-title a {
  color: #fff !important;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-title a:hover {
  opacity: 0.8;
}

.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-tags {
  text-transform: uppercase;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  -webkit-transform: translate3d(0, 50px, 0) !important;
  transform: translate3d(0, 50px, 0) !important;
}

.sp-simpleportfolio .sp-simpleportfolio-item:hover .sp-simpleportfolio-title,
.sp-simpleportfolio .sp-simpleportfolio-item:hover .sp-simpleportfolio-tags {
  -webkit-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
  opacity: 1;
}

.sp-simpleportfolio .sp-simpleportfolio-item:hover .sp-simpleportfolio-tags {
  -webkit-transition-delay: 0.3s !important;
  transition-delay: 0.3s !important;
}

.sp-simpleportfolio .sp-simpleportfolio-item .sp-vertical-middle {
  height: 100%;
  width: 100%;
  background: rgba(40, 40, 46, 0.9) !important;
  display: table;
}

.sppb-addon-cta .sppb-row {
  display: table;
  width: 100%;
}

.sppb-testimonial-message:before {
  position: absolute;
  content: "\f10d";
  font-family: fontAwesome;
  top: 10px;
  left: 20px;
  color: rgba(50, 50, 50, 0.2);
  font-size: 40px;
  width: 50px;
  height: 50px;
  line-height: 97px;
  transition: all 100ms ease-out;
}

.sppb-testimonial-pro .sppb-carousel-control {
  position: relative;
  margin: 1px 0 0 0;
  width: 50px;
  height: 50px;
  border: none;
  font-size: 22px;
  color: #ffffff;
  line-height: 50px;
  text-align: center;
  background-color: #5b90b7;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  border-radius: 1px;
  outline: none;
  transition: all 100ms ease-out;
}

.sppb-testimonial-pro .sppb-testimonial-message {
  font-size: 18px;
  line-height: 26px;
  position: relative;
  max-width: 700px;
  margin: 0 auto;
  padding: 40px 40px 10px 90px;
  font-size: 16px;
  line-height: 2;
  color: #777;
}

.pro-client-name {
  color: #acb4b6;
  font-weight: 300;
  text-transform: uppercase;
}

.layout-blog #sp-main-body article.item {
  overflow: hidden;
  margin: 0 0 40px 0;
  background: #fff;
}

.view-tag #sp-main-body article.item .article-info,
.layout-blog #sp-main-body article.item .article-info {
  margin: auto -8px 5px;
  line-height: 12px;
}

.layout-blog #sp-main-body article.item .post-format {
  background: #777777;
  border-radius: 0;
}

.view-tag #sp-main-body .blog p,
.layout-blog #sp-main-body .blog p {
  position: relative;
  z-index: 15;
}

.view-article #sp-main-body .item.item-page {
  overflow: hidden;
  margin: 0 0 40px 0;
  background: #fff;
  padding: 10px;
}

#sp-component .item.item-page .complex-list {
  list-style-type: none;
  padding: 0;
}

#sp-component .item.item-page .complex-list > li {
  display: grid;
  grid-template-columns: 100px 1fr;
  column-gap: 32px;
  padding-bottom: 32px;
  margin-bottom: 40px;
  border-bottom: 1px solid #CCC;
}

#sp-component .item.item-page .complex-list > li:last-child {
  border-bottom: none;
}

#sp-component .item.item-page .complex-list > li img {
  width: 100px;
  height: 100px;
}

#sp-component .item.item-page .complex-list > li h3 {
  margin-top: 0;
  margin-bottom: 32px;
  color: #000;

  font-size: 28px;
  font-family: "eUkraine", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}

#sp-component .item.item-page .complex-list > li h3 > a {
  text-decoration: none;
}

#sp-component .item.item-page .complex-list > li h3 > a:hover {
  text-decoration: underline;
}

#sp-component .item.item-page .complex-list > li > div ul {
  padding: 0;
  list-style-type: none;
}

#sp-component .item.item-page .complex-list > li > div ul > li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 8px;
}

#sp-component .item.item-page .complex-list > li > div ul > li img {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}

#sp-component .item.item-page .complex-list > li > div ul > li span {
  margin-right: 8px;
}

#sp-component .item.item-page .complex-list > li > div ul > li p {
  margin-bottom: 0;
}

#sp-component .item.item-page .complex-list > li > div ul > li p a:hover {
  text-decoration: underline;
}

.blogmanagement .page-header {
  margin: 0;
  padding: 0;
  border: none;
}

.blogmanagement .page-header h1 {
  color: #000;

  font-family: "eUkraine", sans-serif;
  font-size: 44px;
  font-style: normal;
  font-weight: 400;
  line-height: 52px;
  margin: 0;
}

.blogmanagement .entry-header {
  display: none;
}

.blogmanagement .item-content {
  max-width: 736px;
}

.blogmanagement div > article {
  display: flex;
  justify-content: center;
}

.blogmanagement .items-leading .item-content {
  border-bottom: 1px solid #CCC;
  padding-bottom: 40px;
}

.blogmanagement .items-row:not(:last-child) .item-content {
  border-bottom: 1px solid #CCC;
  padding-bottom: 40px;
}

.blogmanagement .items-leading .introtext {
  margin-top: 80px;
}

.blogmanagement .introtext > div {
  display: grid;
  grid-template-columns: 200px 1fr;
  column-gap: 32px;
  padding-bottom: 0;
  margin-bottom: 0;
}

.blogmanagement .introtext .img-container img {
  width: 200px;
  height: 250px;
  object-fit: cover;
}

.blogmanagement .introtext .heading {
  margin-top: 0;
  margin-bottom: 24px;
  color: #000;

  font-size: 28px;
  font-family: "eUkraine", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}

.blogmanagement .introtext .name {
  margin-top: 0;
  margin-bottom: 32px;
  color: #000;

  font-family: "eUkraine", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.blogmanagement .introtext .part-two ul {
  padding: 0;
  list-style-type: none;
}

.blogmanagement .introtext .part-two ul > li {
  display: grid;
  grid-template-columns: 186px 1fr;
  margin-bottom: 8px;
}

.blogmanagement .introtext .part-two ul > li > div {
  display: flex;
  align-items: baseline;
}

.blogmanagement .introtext .part-two ul > li p {
  color: #000;

  font-family: "eUkraine", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.blogmanagement .introtext .part-two ul > li > p {
  font-weight: 300;
}

.blogmanagement .introtext .part-two ul > li > div > img {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}


.blogmanagement .introtext .part-two ul > li > p {
  margin-bottom: 0;
}

.blogmanagement .readmore {
  margin-left: 232px;
}

#sp-component .item.item-page .complex-list > li > div ul > li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 8px;
}
@media screen and (max-width: 769px) {
  .blogmanagement .page-header h1 {
    line-height: 48px;
  }
}


@media screen and (max-width: 720px) {
  #sp-component .item.item-page .complex-list > li {
    grid-template-columns: unset;
    gap: 32px;
  }

  #sp-component .item.item-page .complex-list > li a {
    line-break: anywhere;
  }

  #sp-component .item.item-page .complex-list > li h3 {
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
    line-break: anywhere;
  }

  .blogmanagement .introtext {
    margin-top: 64px;
  }

  .blogmanagement .introtext .img-container {
    margin: 0 auto;
  }

  .blogmanagement .introtext > div {
    grid-template-columns: auto;
    gap: 32px;
  }

  .blogmanagement .introtext .heading {
    font-size: 24px;
    line-height: 28px;
  }

  .blogmanagement .introtext .name {
    font-size: 18px;
    line-height: 21px;
  }

  .blogmanagement .introtext .part-two ul > li {
    grid-template-columns: auto;
  }

  .blogmanagement .introtext .part-two ul > li > p {
    margin-left: 24px;
  }

  .blogmanagement .introtext .part-two ul > li p {
    font-size: 15px;
  }

  .blogmanagement .readmore {
    margin: 24px 0 0 0;
  }
}

@media screen and (max-width: 440px) {
  .blogmanagement .page-header h1 {
    font-size: 32px;
    line-height: 40px;
  }
}


.layout-blog .sp-module .latestnews>div>a {
  padding: 10px;
}

.layout-blog .latestnews small {
  display: none;
}

.layout-blog .class2 .sp-module .sp-module-title {
  text-transform: uppercase;
  padding: 15px;
  color: #fff;
  background: #444;
  border-left: 6px solid #5b90b7;
}

.layout-blog .class2 .sp-module-content {
  padding: 10px;
  background: #fff;
  border: 1px solid #dddddd;
}

.class2 #mod-search-searchword {
  float: none !important;
}

#sp-bottom .sp-module ul>li>a:before {
  display: none !important;
}

#sp-bottom .sp-module ul>li>a {
  line-height: 24px !important;
}

#sp-bottom .sp-module ul>li>a:focus {
  background-color: initial;
}

#sp-bottom .sp-module ul>li {
  border-bottom: none;
}

.view-login .login,
.view-login .registration,
.view-registration .login,
.view-registration .registration {
  position: relative;
  padding: 33px 25px 29px;
  background: #ffffff;
  border-bottom: 1px solid #c4c4c4;
  border-radius: 0px;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}

.pager .previous>a,
.pager .previous>span {
  float: left;
  text-transform: uppercase;
}

.pager li>a,
.pager li>span {
  border-radius: 0;
  background: #5b90b7;
  color: #fff;
}

.pager li>a:hover,
.pager li>a:focus,
.pager li>a:active {
  background: #44769b;
  color: #fff;
}

.sppb-addon-tab .sppb-nav-tabs {
  border-bottom: none;
}

.sppb-addon-tab .sppb-nav-tabs li {
  padding-left: 30px;
  margin-bottom: 0;
  border-right: 1px solid #e9e9e9;
}

.sppb-addon-tab .sppb-nav-tabs li:last-child {
  border-right: none;
}

.sppb-addon-tab .sppb-nav-tabs li:first-child {
  padding-left: 0;
}

.sppb-addon-tab .sppb-nav-tabs li>a {
  font-size: 16px;
  font-weight: 500;
  padding: 0 0 15px 0;
  color: #a8a8a8;
  border: 0;
  border-radius: 0;
}

.sppb-addon-tab .sppb-nav-tabs li>a:hover,
.sppb-addon-tab .sppb-nav-tabs li>a:focus {
  background-color: transparent;
  border: none;
  outline: none;
}

.sppb-addon-tab .sppb-nav-tabs li.active>a {
  color: #5b90b7;
}

.sppb-addon-tab .sppb-tab-pane {
  padding: 20px 0;
}

.sppb-addon-tab .sppb-tab-pane>div p {
  padding-right: 20px;
  float: left;
  color: #a8a8a8;
}

.sppb-addon-tab .sppb-nav-tabs li>a {
  display: inline-block;
  padding: 5px 0;
  position: relative;
  margin-right: 40px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.tab-content .content-image img {
  width: 100%;
}

.tab-content .content-detail .separator {
  margin: 40px 0 0 0;
}

.tab-content .content-detail .separator:first-child {
  margin: 30px 0 0 0;
}

.tab-content .content-detail .title {
  text-align: left;
}

.tab-content .content-detail .nav {
  padding-left: 40px;
  margin-top: 15px;
}

.tab-content .content-detail .nav li {
  margin-bottom: 10px;
  text-align: left;
}

.tab-content .content-detail .nav li:after {
  content: "\f05d";
  font-family: "FontAwesome";
  font-size: 18px;
  position: absolute;
  left: -40px;
  color: #5b90b7;
  top: -1px;
}

#sp-bottom #sp-bottom1,
#sp-bottom #sp-bottom2,
#sp-bottom #sp-bottom3,
#sp-bottom #sp-bottom4 {
  margin-bottom: 40px;
}

.sp-pre-loader {
  background: #f5f5f5;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}

.sp-pre-loader .sp-loader-clock {
  border: 3px solid #333333;
  border-radius: 60px;
  bottom: 0;
  height: 80px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 80px;
}

.sp-pre-loader .sp-loader-clock:after {
  content: "";
  position: absolute;
  background-color: #333333;
  top: 2px;
  left: 48%;
  height: 38px;
  width: 4px;
  border-radius: 5px;
  -webkit-transform-origin: 50% 97%;
  transform-origin: 50% 97%;
  -webkit-animation: grdAiguille 2s linear infinite;
  animation: grdAiguille 2s linear infinite;
}

.sp-pre-loader .sp-loader-clock:before {
  content: "";
  position: absolute;
  background-color: #333333;
  top: 6px;
  left: 48%;
  height: 35px;
  width: 4px;
  border-radius: 5px;
  -webkit-transform-origin: 50% 94%;
  transform-origin: 50% 94%;
  -webkit-animation: ptAiguille 12s linear infinite;
  animation: ptAiguille 12s linear infinite;
}

.sp-pre-loader .sp-loader-circle {
  position: absolute;
  height: 80px;
  width: 80px;
  border-radius: 80px;
  border: 3px solid rgba(51, 51, 51, 0.7);
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation: loader1 3s linear infinite;
  animation: loader1 3s linear infinite;
}

.sp-pre-loader .sp-loader-circle:after {
  content: "";
  position: absolute;
  top: -5px;
  left: 20px;
  width: 11px;
  height: 11px;
  border-radius: 10px;
  background-color: #333333;
}

.sp-pre-loader .sp-loader-bubble-loop {
  position: absolute;
  width: 12px;
  height: 12px;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius: 12px;
  background-color: #333333;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation: loader6 1s ease-in-out infinite;
  animation: loader6 1s ease-in-out infinite;
}

.sp-pre-loader .sp-loader-bubble-loop:before {
  content: "";
  position: absolute;
  background-color: rgba(51, 51, 51, 0.5);
  top: 0px;
  left: -25px;
  height: 12px;
  width: 12px;
  border-radius: 12px;
}

.sp-pre-loader .sp-loader-bubble-loop:after {
  content: "";
  position: absolute;
  background-color: rgba(51, 51, 51, 0.5);
  top: 0px;
  left: 25px;
  height: 12px;
  width: 12px;
  border-radius: 12px;
}

.sp-pre-loader .circle-two {
  bottom: 0;
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
}

.sp-pre-loader .circle-two>span,
.sp-pre-loader .circle-two>span:before,
.sp-pre-loader .circle-two>span:after {
  content: "";
  display: block;
  border-radius: 50%;
  border: 2px solid #333333;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.sp-pre-loader .circle-two>span {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-left-color: transparent;
  -webkit-animation: effect-2 2s infinite linear;
  -moz-animation: effect-2 2s infinite linear;
  -ms-animation: effect-2 2s infinite linear;
  -o-animation: effect-2 2s infinite linear;
  animation: effect-2 2s infinite linear;
}

.sp-pre-loader .circle-two>span:before {
  width: 75%;
  height: 75%;
  border-right-color: transparent;
}

.sp-pre-loader .circle-two>span:after {
  width: 50%;
  height: 50%;
  border-bottom-color: transparent;
}

.sp-pre-loader .wave-two-wrap {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 50%;
  width: 90px;
}

.sp-pre-loader .wave-two {
  margin: 0;
  list-style: none;
  width: 90px;
  position: relative;
  padding: 0;
  height: 10px;
}

.sp-pre-loader .wave-two li {
  position: absolute;
  width: 2px;
  height: 0;
  background-color: #333333;
  bottom: 0;
}

.sp-pre-loader .wave-two li:nth-child(1) {
  left: 0;
  -webkit-animation: sequence1 1s ease infinite 0;
  animation: sequence1 1s ease infinite 0;
}

.sp-pre-loader .wave-two li:nth-child(2) {
  left: 15px;
  -webkit-animation: sequence2 1s ease infinite 0.1s;
  animation: sequence2 1s ease infinite 0.1s;
}

.sp-pre-loader .wave-two li:nth-child(3) {
  left: 30px;
  -webkit-animation: sequence1 1s ease-in-out infinite 0.2s;
  animation: sequence1 1s ease-in-out infinite 0.2s;
}

.sp-pre-loader .wave-two li:nth-child(4) {
  left: 45px;
  -webkit-animation: sequence2 1s ease-in infinite 0.3s;
  animation: sequence2 1s ease-in infinite 0.3s;
}

.sp-pre-loader .wave-two li:nth-child(5) {
  left: 60px;
  -webkit-animation: sequence1 1s ease-in-out infinite 0.4s;
  animation: sequence1 1s ease-in-out infinite 0.4s;
}

.sp-pre-loader .wave-two li:nth-child(6) {
  left: 75px;
  -webkit-animation: sequence2 1s ease infinite 0.5s;
  animation: sequence2 1s ease infinite 0.5s;
}

.sp-pre-loader .sp-loader-audio-wave {
  width: 3em;
  height: 2em;
  background: linear-gradient(#333333, #333333) 0 50%,
    linear-gradient(#333333, #333333) 0.625em 50%,
    linear-gradient(#333333, #333333) 1.25em 50%,
    linear-gradient(#333333, #333333) 1.875em 50%,
    linear-gradient(#333333, #333333) 2.5em 50%;
  background-repeat: no-repeat;
  background-size: 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em,
    0.5em 0.25em;
  animation: audioWave 1.5s linear infinite;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.sp-pre-loader .sp-loader-with-logo {
  top: 0;
  left: 0;
  width: 100%;
  height: 105px;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  position: absolute;
}

.sp-pre-loader .sp-loader-with-logo .logo {
  display: inline-block;
  width: auto;
}

.sp-pre-loader .sp-loader-with-logo .line {
  background: #333333;
  bottom: 0;
  height: 5px;
  left: 0;
  position: absolute;
  top: auto;
}

@-webkit-keyframes grdAiguille {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes grdAiguille {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes ptAiguille {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes ptAiguille {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes loader1 {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes loader1 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes loader6 {
  0% {
    -webkit-transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(180deg);
  }

  100% {
    -webkit-transform: rotate(180deg);
  }
}

@keyframes loader6 {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(180deg);
  }
}

@keyframes rotate-360 {
  from {
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  to {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes audioWave {
  25% {
    background: linear-gradient(#333333, #333333) 0 50%,
      linear-gradient(#333333, #333333) 0.625em 50%,
      linear-gradient(#333333, #333333) 1.25em 50%,
      linear-gradient(#333333, #333333) 1.875em 50%,
      linear-gradient(#333333, #333333) 2.5em 50%;
    background-repeat: no-repeat;
    background-size: 0.5em 2em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em,
      0.5em 0.25em;
  }

  37.5% {
    background: linear-gradient(#333333, #333333) 0 50%,
      linear-gradient(#333333, #333333) 0.625em 50%,
      linear-gradient(#333333, #333333) 1.25em 50%,
      linear-gradient(#333333, #333333) 1.875em 50%,
      linear-gradient(#333333, #333333) 2.5em 50%;
    background-repeat: no-repeat;
    background-size: 0.5em 0.25em, 0.5em 2em, 0.5em 0.25em, 0.5em 0.25em,
      0.5em 0.25em;
  }

  50% {
    background: linear-gradient(#333333, #333333) 0 50%,
      linear-gradient(#333333, #333333) 0.625em 50%,
      linear-gradient(#333333, #333333) 1.25em 50%,
      linear-gradient(#333333, #333333) 1.875em 50%,
      linear-gradient(#333333, #333333) 2.5em 50%;
    background-repeat: no-repeat;
    background-size: 0.5em 0.25em, 0.5em 0.25em, 0.5em 2em, 0.5em 0.25em,
      0.5em 0.25em;
  }

  62.5% {
    background: linear-gradient(#333333, #333333) 0 50%,
      linear-gradient(#333333, #333333) 0.625em 50%,
      linear-gradient(#333333, #333333) 1.25em 50%,
      linear-gradient(#333333, #333333) 1.875em 50%,
      linear-gradient(#333333, #333333) 2.5em 50%;
    background-repeat: no-repeat;
    background-size: 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 2em,
      0.5em 0.25em;
  }

  75% {
    background: linear-gradient(#333333, #333333) 0 50%,
      linear-gradient(#333333, #333333) 0.625em 50%,
      linear-gradient(#333333, #333333) 1.25em 50%,
      linear-gradient(#333333, #333333) 1.875em 50%,
      linear-gradient(#333333, #333333) 2.5em 50%;
    background-repeat: no-repeat;
    background-size: 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em,
      0.5em 2em;
  }
}

@-webkit-keyframes effect-2 {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes effect-2 {
  from {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes sequence1 {
  0% {
    height: 10px;
  }

  50% {
    height: 50px;
  }

  100% {
    height: 10px;
  }
}

@keyframes sequence2 {
  0% {
    height: 20px;
  }

  50% {
    height: 65px;
  }

  100% {
    height: 20px;
  }
}

@keyframes rot1 {
  100% {
    transform: skew(-10deg) translateX(50px) rotate(405deg);
  }
}

@-webkit-keyframes rot1 {
  100% {
    -webkit-transform: skew(-10deg) translateX(50px) rotate(405deg);
  }
}

@keyframes rot2 {
  100% {
    transform: skew(-10deg) rotate(525deg);
  }
}

@-webkit-keyframes rot2 {
  100% {
    -webkit-transform: skew(-10deg) rotate(525deg);
  }
}

@keyframes rot3 {
  100% {
    transform: skew(-10deg) translateX(20px) translateY(-50px) rotate(645deg);
  }
}

@-webkit-keyframes rot3 {
  100% {
    -webkit-transform: skew(-10deg) translateX(20px) translateY(-50px) rotate(645deg);
  }
}

@keyframes width {
  10% {
    width: 10%;
  }

  20% {
    width: 20%;
  }

  30% {
    width: 30%;
  }

  40% {
    width: 40%;
  }

  50% {
    width: 50%;
  }

  60% {
    width: 60%;
  }

  70% {
    width: 70%;
  }

  80% {
    width: 80%;
  }

  90% {
    width: 90%;
  }

  100% {
    width: 100%;
  }
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .scrollup {
    bottom: 25px;
    right: 25px;
  }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  ul.social-icons {
    margin: 0;
    width: 100%;
    text-align: center;
  }

  ul.social-icons>li {
    margin: 5px;
  }

  .sp-contact-info {
    display: table;
    float: none;
    margin: 0;
    text-align: center;
    width: 100%;
  }

  .sp-contact-info li {
    margin: 0 5px;
    font-size: 89%;
  }

  .sppb-animated .sppb-addon-cta .sppb-cta-title {
    font-size: 40px !important;
    line-height: 40px !important;
  }

  .scrollup {
    bottom: 25px;
    right: 25px;
  }
}

@media screen and (min-width: 550px) and (max-width: 767px) {
  .sp-contact-info li {
    margin: 0 5px;
    font-size: 90%;
  }
}

.app-header .sp-copyright,
.main-default-footer .sp-copyright {
  float: left;
}

.app-header .main-footer ul.social-icons,
.main-default-footer .main-footer ul.social-icons {
  float: right;
}

.app-header .main-footer ul.social-icons li a,
.main-default-footer .main-footer ul.social-icons li a {
  color: #8c8c8c !important;
}

.main-default-footer ul.social-icons {
  float: right;
}

.main-default-footer ul.social-icons li a {
  color: #8c8c8c !important;
}

.corporate-bottom .sp-module-title {
  color: #fff;
  font-weight: 500 !important;
  letter-spacing: 1px;
  line-height: 1.4;
  font-size: 14px !important;
}

.app-header #sp-footer,
.corporate-bottom #sp-footer {
  background: #303030 !important;
  border-top: 1px solid #393939;
  color: #8c8c8c !important;
}

.app-header .footer-logo,
.corporate-bottom .footer-logo {
  height: 40px;
  margin-left: -30px;
}

.app-header .info-text,
.corporate-bottom .info-text {
  font-size: 13px;
  font-weight: 400;
  margin-top: 22px;
  display: block;
  line-height: 22px;
}

.app-header .info-text a,
.corporate-bottom .info-text a {
  color: #b8b8b8;
}

.app-header #sp-bottom .sp-module .sp-module-title,
.corporate-bottom #sp-bottom .sp-module .sp-module-title {
  color: #fff;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.4;
  font-size: 14px;
}

.app-header #sp-bottom4 table.acymailing_form,
.corporate-bottom #sp-bottom4 table.acymailing_form {
  width: 100%;
}

.app-header #sp-bottom4 table.acymailing_form .acysubbuttons button,
.corporate-bottom #sp-bottom4 table.acymailing_form .acysubbuttons button {
  color: #fff;
  right: 15px;
}

.app-header #sp-bottom4 table.acymailing_form select,
.app-header #sp-bottom4 table.acymailing_form textarea,
.app-header #sp-bottom4 table.acymailing_form input[type="text"],
.app-header #sp-bottom4 table.acymailing_form input[type="password"],
.app-header #sp-bottom4 table.acymailing_form input[type="datetime"],
.app-header #sp-bottom4 table.acymailing_form input[type="datetime-local"],
.app-header #sp-bottom4 table.acymailing_form input[type="date"],
.app-header #sp-bottom4 table.acymailing_form input[type="month"],
.app-header #sp-bottom4 table.acymailing_form input[type="time"],
.app-header #sp-bottom4 table.acymailing_form input[type="week"],
.app-header #sp-bottom4 table.acymailing_form input[type="number"],
.app-header #sp-bottom4 table.acymailing_form input[type="email"],
.app-header #sp-bottom4 table.acymailing_form input[type="url"],
.app-header #sp-bottom4 table.acymailing_form input[type="search"],
.app-header #sp-bottom4 table.acymailing_form input[type="tel"],
.app-header #sp-bottom4 table.acymailing_form input[type="color"],
.app-header #sp-bottom4 table.acymailing_form .uneditable-input,
.corporate-bottom #sp-bottom4 table.acymailing_form select,
.corporate-bottom #sp-bottom4 table.acymailing_form textarea,
.corporate-bottom #sp-bottom4 table.acymailing_form input[type="text"],
.corporate-bottom #sp-bottom4 table.acymailing_form input[type="password"],
.corporate-bottom #sp-bottom4 table.acymailing_form input[type="datetime"],
.corporate-bottom #sp-bottom4 table.acymailing_form input[type="datetime-local"],
.corporate-bottom #sp-bottom4 table.acymailing_form input[type="date"],
.corporate-bottom #sp-bottom4 table.acymailing_form input[type="month"],
.corporate-bottom #sp-bottom4 table.acymailing_form input[type="time"],
.corporate-bottom #sp-bottom4 table.acymailing_form input[type="week"],
.corporate-bottom #sp-bottom4 table.acymailing_form input[type="number"],
.corporate-bottom #sp-bottom4 table.acymailing_form input[type="email"],
.corporate-bottom #sp-bottom4 table.acymailing_form input[type="url"],
.corporate-bottom #sp-bottom4 table.acymailing_form input[type="search"],
.corporate-bottom #sp-bottom4 table.acymailing_form input[type="tel"],
.corporate-bottom #sp-bottom4 table.acymailing_form input[type="color"],
.corporate-bottom #sp-bottom4 table.acymailing_form .uneditable-input {
  color: #fff;
}

.app-header #sp-bottom .sp-module ul>li>a,
.corporate-bottom #sp-bottom .sp-module ul>li>a {
  color: #fff;
}

.app-header #sp-bottom .sp-module ul>li>a:focus,
.app-header #sp-bottom .sp-module ul>li>a:active,
.app-header #sp-bottom .sp-module ul>li>a:active,
.corporate-bottom #sp-bottom .sp-module ul>li>a:focus,
.corporate-bottom #sp-bottom .sp-module ul>li>a:active,
.corporate-bottom #sp-bottom .sp-module ul>li>a:active {
  background: rgba(0, 0, 0, 0);
}

.app-header #sp-bottom .sp-module ul>li>a,
.corporate-bottom #sp-bottom .sp-module ul>li>a {
  color: #fff;
}

.app-header #sp-bottom .sp-module ul>li>a:focus,
.app-header #sp-bottom .sp-module ul>li>a:active,
.app-header #sp-bottom .sp-module ul>li>a:active,
.corporate-bottom #sp-bottom .sp-module ul>li>a:focus,
.corporate-bottom #sp-bottom .sp-module ul>li>a:active,
.corporate-bottom #sp-bottom .sp-module ul>li>a:active {
  background: rgba(0, 0, 0, 0);
}

/* Breakpoints */
/* Desktop */
/* min - 992px */

/* Tablet landscape */
/* max - 991px
min - 768px */

/* Tablet Portret */
/* max - 767px
min - 480px */

/* Mobile */
/* min - 320px */

.body-innerwrapper a:hover,
.body-innerwrapper a:active,
.body-innerwrapper a:focus {
  color: var(--black);
}

.view-article .body-innerwrapper #sp-main-body a {
  text-decoration: underline;
}

/* Navigation */
.body-innerwrapper .menu-section {
  padding: 0;
  background: #3398FF;
}

@media screen and (max-width: 991px) {
  .body-innerwrapper .menu-section {
    border-top: none;
  }
}

.sp-megamenu-parent {
  float: none;
  display: flex;
  justify-content: space-between;
}

/* bootstrap doesnt hide the menu when 767px width is set so here we handle this 1px issue */
@media screen and (min-width: 767px) and (max-width: 768px) {
  .sp-megamenu-parent {
    display: none;
  }
}

.sp-megamenu-wrapper .sp-megamenu-parent>li.active>a {
  color: #000;
}

.sp-megamenu-wrapper .sp-megamenu-parent>li:hover > a {
  color: inherit;
  text-decoration: underline;
}

.sp-megamenu-parent .sp-dropdown.sp-dropdown-sub {
  left: 100%;
  z-index: -1;
}

.sp-megamenu-parent li:nth-last-of-type(-n + 2) .sp-dropdown.sp-dropdown-main {
  left: initial;
  right: 0;
}

.sp-megamenu-parent li:nth-last-of-type(-n + 3) .sp-dropdown.sp-dropdown-main .sp-dropdown.sp-dropdown-sub.sp-menu-right {
  left: initial;
  right: 100%;
  z-index: -1;
}

.sp-megamenu-parent>li.sp-has-child>a:after {
  content: none;
}

.sp-megamenu-parent>li:first-child {
  padding-left: 0;
}

.sp-megamenu-parent>li:last-child {
  padding-right: 0;
}

.sp-megamenu-parent>li>a {
  color: #000000;
  font-family: "eUkraine", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: center;
  opacity: 1;
  padding: 0;
  -webkit-transition: all 0s ease;
  transition: all 0s ease;
}

.sp-megamenu-parent .sp-dropdown {
  z-index: 102;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  background: #fff;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
  padding: 16px 0;
  border-width: 0px 0px 1px 0px;
  border-style: solid;
  border-color: #cccccc;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner .sp-dropdown-items li.sp-menu-item>a {
  transition: all 0.1s ease;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner .sp-dropdown-items li.sp-menu-item>a:hover {
  color: #0c68d3 !important;
  text-decoration: underline;
  color: inherit!important;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a {
  padding: 0 20px 0 0;
  color: #000000;
  font-family: "eUkraine", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-items {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.sp-megamenu-parent .sp-dropdown.sp-dropdown-main {
  top: 100%;
  width: 333px !important;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  border-left: 1px solid #CCC;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.offcanvas-menu .offcanvas-inner .sp-module ul>li a {
  color: #000;
  font-family: "eUkraine", sans-serif;
  font-size: 18px;
  line-height: 24px;
  padding: 0;
  text-transform: capitalize;
}

.sp-module ul>li>a:before {
  margin: 0;
  content: none;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-items .sp-has-child>a:after {
  font-size: 13px;
  font-weight: 100;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

/* Tricky place. Here we setup chevron to right side */
.fa-angle-down:before {
  content: "\f105";
  color: #000;
  font-size: 22px;
  font-weight: 800;
}

/* Tricky place. Here we setup chevron to bottom side */
.fa-angle-up:before {
  content: "\f107";
  color: #000;
  font-size: 22px;
  font-weight: 800;
}

/* Tricky place. Here we setup chevron to left side */
.fa-angle-left:before {
  content: "\f104";
  color: #000;
  font-size: 22px;
  font-weight: 800;
}

.close-offcanvas {
  border: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 35px;
  left: min(335px, calc(85vw - 25px));
}

.fa-remove:before {
  content: "\00d7";
  color: #000;
  font-size: 43px;
  display: block;
}

.offcanvas-menu .offcanvas-inner .sp-module ul>li {
  border-bottom: none;
}

.offcanvas-menu .offcanvas-inner .sp-module:first-child {
  padding: 12px 0;
}

.offcanvas-menu .sp-module {
  margin-top: 40px;
}

.offcanvas-menu #sp-search .a11y a {
  max-width: 100%;
}

.offcanvas-menu #sp-search .sp-module {
  padding: 40px;
}

.offcanvas-menu #sp-search .sp-column .sp-module:last-of-type {
  display: none;
}

.offcanvas-menu #sp-search .custom.mod-custom {
  display: block;
}

.offcanvas-menu #sp-search .custom.mod-custom p,
.offcanvas-menu #sp-search .social {
  margin-bottom: 32px;
}

/* Top carousel */
#slider-news-title {
  margin-top: 40px;
  margin-bottom: 32px;
  font-family: "eUkraine", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 52px;
  font-size: 44px;
}

@media (max-width: 769px) {
  #slider-news-title {
    line-height: 48px;
  }
}

@media (max-width: 480px) {
  #slider-news-title {
    margin-bottom: 16px;
    margin-top: 16px;
  }
}

@media (max-width: 440px) {
  #slider-news-title {
    line-height: 40px;
    font-size: 32px;
    max-width: 80%;
    margin-bottom: 16px;
    margin-top: 16px;
  }
}

#btcontentslider109 {
  background: none;
}

#btcontentslider184 {
  background: #f0f3f6;
}

#btcontentslider109.bt-cs a.prev,
#btcontentslider184.bt-cs a.prev {
  background: none !important;
  background-color: #808080 !important;
  -webkit-mask: url(../images/icons/slider-arrow-right.svg) no-repeat 50% 50%;
  mask: url(../images/icons/slider-arrow-right.svg) no-repeat 50% 50%;
  transform: rotate(180deg);
  display: block;
  opacity: 1;
  top: -84px;
  right: 56px;
  height: 40px;
  left: initial;
  z-index: 100;
}

#btcontentslider109.bt-cs a.next,
#btcontentslider184.bt-cs a.next {
  background: none !important;
  background-color: #808080 !important;
  -webkit-mask: url(../images/icons/slider-arrow-right.svg) no-repeat 50% 50%;
  mask: url(../images/icons/slider-arrow-right.svg) no-repeat 50% 50%;
  display: block;
  opacity: 1;
  top: -84px;
  right: 0px;
  height: 40px;
  z-index: 100;
}

#btcontentslider109.bt-cs a.prev:hover,
#btcontentslider109.bt-cs a.next:hover,
#btcontentslider184.bt-cs a.prev:hover,
#btcontentslider184.bt-cs a.next:hover {
  background-color: #000000 !important;
}

#btcontentslider109.bt-cs a.prev:focus,
#btcontentslider109.bt-cs a.next:focus,
#btcontentslider184.bt-cs a.prev:focus,
#btcontentslider184.bt-cs a.next:focus {
  background-color: #000000 !important;
  -webkit-mask: url(../images/icons/slider-arrow-right-outline.svg) no-repeat 50% 50%;
  mask: url(../images/icons/slider-arrow-right-outline.svg) no-repeat 50% 50%;
}
#btcontentslider109#btcontentslider109 .bt_handles,
#btcontentslider184#btcontentslider184 .bt_handles {
  display: flex;
  width: 100%;
  top: initial !important;
  right: initial !important;
  bottom: -40px;
  left: 50%;
  transform: translatex(-50%);
}

#btcontentslider109 .bt_handles li,
#btcontentslider184 .bt_handles li {
  display: flex;
  background-color: #cccccc !important;
  border-bottom: 0;
  height: 2px;
  width: 100%;
  margin: 0 !important;
}

#btcontentslider109.bt-cs.bt-inner,
#btcontentslider184.bt-cs.bt-inner {
  display: flex !important;
  flex-direction: column-reverse !important;
  justify-content: center;
  align-items: center;
}

#btcontentslider109 .bt_handles li.current,
#btcontentslider184 .bt_handles li.current {
  background-color: #000000 !important;
}

#btcontentslider109 .bt_handles li a,
#btcontentslider184 .bt_handles li a {
  height: 0;
  width: 100%;
  background-image: none;
}

#btcontentslider109 .bt-inner div>div,
#btcontentslider184 .bt-inner div>div {
  padding: 0;
}

#btcontentslider109 .bt-inner div>div .bt-extra,
#btcontentslider184 .bt-inner div>div .bt-extra {
  margin-bottom: 10px;
  margin-top: 16px;
}

#btcontentslider109 #slider-card-date,
#btcontentslider184 #slider-card-date {
  display: none;
}

#btcontentslider109 #slider-card-date br,
#btcontentslider184 #slider-card-date br {
  display: none;
}

#btcontentslider109 .bt-date,
#btcontentslider184 .bt-date {
  padding-left: 0;
}

#btcontentslider109 .bt-inner>div,
#btcontentslider184 .bt-inner>div {
  display: flex;
  flex-direction: column-reverse;
}


#btcontentslider184 .bt-row {
  padding: 8px 0 18px 0;
}

#btcontentslider109 .bt-row {
  padding: 8px 0 0 0;
}

#btcontentslider109 .bt-inner {
  padding: 15px;
}

#btcontentslider109 .bt-row.bt-row-last .bt-inner img {
  margin-left: 5px;
}

#btcontentslider109 .bt-row .bt-inner .col-sm-12 {
  background-color: #f0f3f6;
  padding-bottom: 18px;
}

#btcontentslider109 .bt-title {
  font-family: "eUkraine", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  color: #000000;
  padding: 0;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#btcontentslider109 .bt-inner img {
  height: 363px;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .bt-cs .slide .bt-row:not(.bt-row-first) {
    display: none;
  }

  .page-header {
    margin-bottom: 64px;
  }
}

/** Body news **/
.view-featured #sp-main-body {
  padding-bottom: 80px;
}

.view-featured #sp-main-body #sp-component {
  width: 100%;
}

.view-featured #body-news-title {
  margin-top: 30px;
  margin-bottom: 40px;
  font-family: "eUkraine", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 38px;
  line-height: 60px;
}

.view-featured .body-news-title-wrapper {
  display: flex;
  align-items: center;
  column-gap: 40px;
}

.view-featured .body-news-title-wrapper .body-news-title-rss {
  display: flex;
  align-items: center;
  column-gap: 12px;
}

.view-featured .body-news-title-wrapper .body-news-title-rss p {
  margin: 0;
  font-family: "eUkraine", sans-serif;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
  text-decoration: none;
}

.view-featured .blog-featured {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 24px;
  column-gap: 31px;
}

.view-featured .blog-featured .pagination {
  display: none;
}

.view-featured .blog-featured>div {
  width: 48%;
  padding-bottom: 24px;
  border-bottom: 1px solid #cccccc;
}

.view-featured .blog-featured>.pagination {
  width: auto;
}

@media screen and (max-width: 836px) {
  .view-featured .blog-featured>div {
    width: auto;
  }
}

.view-featured #sp-main-body article.item .readmore,
.view-featured #sp-main-body article.item .introtext {
  display: none;
}

.view-featured #sp-main-body article.item .article-info .article-info-term,
.view-featured #sp-main-body article.item .article-info .category-name {
  display: none;
}

.view-featured #sp-main-body article.item .article-info {
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 179px;
  width: 100%;
}

.view-featured #sp-main-body article.item .article-info .create {
  margin: 0;
}

.view-featured .article-info>dd {
  font-family: "eUkraine", sans-serif;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0;
  color: #757575;
}

.view-featured .article-info>dd i {
  display: none;
}

.view-featured #sp-main-body article.item {
  display: flex;
  gap: 12px;
  padding: 0;
  margin: 0;
  overflow: hidden;
  position: relative;
}

.view-featured #sp-main-body article.item>div {
  gap: 12px;
  display: flex;
}

.view-featured #sp-main-body .sp-column {
  padding: 0;
}

.view-featured #sp-main-body article.item .left-article {
  width: auto;
  padding: 0;
}

.view-featured #sp-main-body article.item .right-article {
  padding: 0;
}

.view-featured #sp-main-body article.item .right-article h2 {
  margin: 0;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: "eUkraine", sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.view-featured #sp-main-body article.item .left-article>div {
  margin: 0;
}

.view-featured #sp-main-body article.item .left-article .entry-image.intro-image a {
  display: block;
  width: 167px;
  height: 130px;
  object-fit: cover;
}

.view-featured #sp-main-body article.item .left-article .entry-image.intro-image img {
  height: 130px;
  width: 100%;
  object-fit: cover;
}

.view-featured #main-body-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  gap: 24px;
}

.view-featured #main-body-buttons a {
  padding: 18px 30px;
  text-transform: none;
  margin-right: 0;
}

/* Gallery */
#sp-gallery {
  display: none;
}

/** Announcement **/
.section-8 {
  padding: 0;
  margin-bottom: 0 !important;
}

.section-8 .position-8 .sp-module-title {
  font-family: var(--main-font, sans-serif);
  font-size: 38px;
  font-weight: 400;
  line-height: 40px;
  text-transform: none;
  color: #000000;
  margin: 0 0 40px;
}

.section-8 .position-8 .latestviddovid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: min-content;
  row-gap: 24px;
  column-gap: 33px;
}

@media screen and (max-width: 769px) {
  .section-8 .position-8 .sp-module-title {
    font-size: 32px;
  }
}

@media screen and (max-width: 576px) {
  .section-8 .position-8 .latestviddovid {
    grid-template-columns: 1fr;
    row-gap: 16px;
  }

  .section-8 .position-8 .sp-module-title {
    margin-bottom: 32px;
    font-size: 26px;
    line-height: 32px;
  }
}

.section-8 .position-8 .vid {
  width: 100%;
  padding: 24px;
  display: flex;
  flex-direction: column;
  background-color: #F0F3F6;
}

.section-8 .position-8 .datevid {
  color: #6c6c6c;
  width: 100%;
  padding: 0;
  margin-bottom: 16px;

  font-family: var(--main-font, sans-serif);
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

.section-8 .position-8 .vidtem {
  padding: 0;
}

.section-8 .position-8 .vidtem a span {
  font-family: "eUkraine", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #000000;
}

@media screen and (max-width: 769px) {
  .section-8 {
    padding: 0 40px;
  }
}

@media screen and (max-width: 576px) {
  .section-8 {
    padding: 0;
  }

  .section-8 .position-8 .vidtem a span {
    font-size: 16px;
    line-height: 21px;
  }

  .section-8 .position-8 .datevid {
    font-size: 12px;
  }
}

#vid-buttons {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 40px;
}

#vid-buttons a {
  padding: 15px 30px;
  text-transform: none;
}

#vid-buttons a:active {
  box-shadow: none;
}

@media screen and (max-width: 576px) {
  #vid-buttons {
    margin-top: 32px;
  }
}


/**  Important  **/
#sp-position9 {
  padding-bottom: 80px;
}

/**  Bottom Section **/
#sp-bottom-site-map {
  padding: 24px 0;
}

#sp-bottom-site-map.footermenu {
  background-color: #f8f8f8;
}

#sp-site-map-button {
  background-color: #f1f1f1 !important;
}

#sp-site-map-button .sp-module-content {
  padding: 24px 0;
  border-bottom: 1px solid #CCCCCC;
}

#sp-site-map-button .sp-module-title {
  display: none;
}

#site-map-button-wrapper a {
  margin-bottom: 0;
  font-family: "eUkraine", sans-serif;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  transition: all 0.2s ease-in-out;
}

#site-map-button-wrapper a::after {
  position: absolute;
  transform: rotate(0deg);
  font-family: "FontAwesome";
  content: "\f107";
  color: #fff;
  font-size: 25px;
  margin-left: 8px;
}

#site-map-button.checked::after {
  transform: rotate(180deg);
}

#sp-bottom#sp-bottom {
  display: none;
  background-color: #000 !important;
  border-top: none;
  padding: 40px 0 0;
}

#sp-bottom#sp-bottom .container > .row {
  border-bottom: 1px solid #757575;
}

#sp-bottom .sp-module .sp-module-title {
  color: #fff;
  font-family: eUkraine, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 16px;
}

#sp-bottom .sp-module ul>li {
  padding: 0 0 8px;
}

#sp-bottom .sp-module ul>li:last-child {
  padding-bottom: 0;
}

#sp-bottom .sp-module ul>li>a {
  color: #fff;
  font-family: eUkraine, sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  padding: 0;
}

body {
  color: black;
}

h1 {
  font-family: eUkraineHead, eUkraine, "Open Sans", sans-serif !important;
  font-size: 44px;
  font-weight: 400;
  line-height: 52px;
  letter-spacing: 0;
}

@media screen and (max-width: 991px) {
  #sp-position9 {
    padding-bottom: 64px;
  }
}

@media screen and (max-width: 769px) {
  h1 {
    font-size: 44px;
    line-height: 48px;
  }
}

@media screen and (max-width: 576px) {
  h1 {
    font-size: 32px;
    line-height: 40px;
  }
}

.body-innerwrapper h6 {
  font-family: "eUkraine", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

#sp-header {
  background: #3398FF;
  background-image: none!important;
  padding-top: 32px!important;
  padding-bottom: 80px!important;
}

#sp-header .logo a {
  font-family: "eUkraineHead", eUkraine, "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 32px;
  flex-shrink: 0;
  max-width: 390px;
}

#sp-header .logo a:hover {
  text-decoration: none;
  color: inherit;
}

#sp-logo {
  display: flex;
  justify-content: space-between;
  padding: 0;
  width: auto;
  flex-grow: 2;
}

#sp-search {
  padding: 0;
  width: auto;
}

#sp-search .header-search {
  font-size: 18px;
  display: flex;
  line-height: 24px;
  margin-right: 40px;
}

#sp-search .header-search:hover {
  text-decoration: none;
  color: inherit;
}

#sp-search .header-search img {
  margin-right: 8px;
}

#sp-search .sp-column {
  display: flex;
}

#sp-search .sp-column .sp-module:first-of-type {
  order: 2;
}

#sp-search .sp-column .sp-module:last-of-type {
  order: 1;
}

.search .inputbox {
  width: 263px;
  height: 36px;

  /* Text/White */

  background-color: #ffffff;
  border: 1px solid #000000;
  border-radius: 250px;
  display: block;
  padding: 6px 16px;
  max-width: 100%;
}

.search .input-group {
  display: flex;
  align-items: flex-end;
}

.search .input-group label,
.search-group .Select-label,
#reiester .Select-label {
  font-weight: 300;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 24px;
  display: inline-block;
}

.search .input-container .inputbox {
  height: 56px;
  color: var(--black, #000);
  min-width: 198px;
  width: 352px;
  max-width: 359px;
  padding: 16px 48px;

  position: relative;
}

.search .input-container>span:before {
  content: url(/templates/webhit/icons/magnifier.svg);
  display: inline-block;
  width: 24px;
  height: 24px;

  position: absolute;
  z-index: 1;
  left: 24px;
  bottom: 13px;
}

.search .input-container>span>button {
  position: absolute;
  right: 24px;
  bottom: 15px;

  border: none;
  background: none;
  display: none;

  padding: 0;
  margin: 0;
}

.search #search_area-select.inputbox {
  height: auto;
  padding: 16px;
  color: #000;
  min-width: 254px;
  max-width: 288px;
  width: 100%;
  background: transparent;
  -webkit-appearance: none;
}

.search .search-group .ordering-box {
  display: flex;
  align-items: center;
}

.search .ordering-box .ordering {
  margin: 0 8px 0 0;
  color: #757575;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
}

.search .styled-select.custom {
  min-width: 194px;
  max-width: 196px;
  width: 100%;
}

.search .ordering-box .inputbox {
  color: #000;
  min-width: 194px;
  max-width: 196px;
  width: 100%;
  background: transparent;
  -webkit-appearance: none;
}

.search-group.custom {
  justify-content: space-between;
  margin-top: 32px;
  background: transparent;
}

@media screen and (max-width: 769px) {
  .search-group.custom {
    margin-top: 24px;
  }

  .search .input-container .inputbox {
    width: 272px;
  }
}

@media screen and (max-width: 576px) {
  .search .input-container .inputbox {
    max-width: 100%;
    width: 100%;
  }
}
.search .form-limit {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.search .form-limit label {
  margin: 0 8px 0 0;
  color: #757575;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
}

.Select ul#limit-list label,
.Select ul#ordering-list label {
  margin: 0 8px 0 0;
}

.search .form-limit .styled-select.custom {
  padding: 6px 16px;
  min-width: unset;
  max-width: unset;
  width: 94px;
  background-position-x: 82%;
}

.search .form-limit .form-select {
  width: 94px;
  height: 36px;


  color: #000;
  background-color: transparent;
  border: 1px solid #000000;
  border-radius: 250px;
  display: block;
  padding: 6px 16px;
  max-width: 100%;
  -webkit-appearance: none;
}

#searchForm>h1,
#searchForm .search-group:not(.custom) {
  background: #F0F3F6;
}

#searchForm .search-part {
  max-width: 737px;
}

#searchForm .search-part h2 {
  margin-top: 80px;
  margin-bottom: 16px;
  font-size: 38px;
  font-weight: 400;
  font-family: 'eUkraine', sans-serif;
  line-height: 40px;
}

@media screen and (max-width: 768px) {
  #searchForm .search-part h2 {
    margin-top: 64px;
    font-size: 32px;
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 480px) {
  #searchForm .search-part h2 {
    font-size: 26px;
    line-height: 32px;
  }
}

.search .search-results {
  max-width: 737px;
}

.search .search-results .result-title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 16px;
  padding-top: 40px;
}

.search .search-results .result-category {
  color: var(--dark-gray, #595959);

  font-family: "eUkraine", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

.search .search-results .result-text {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  margin: 0;
}

.search .search-results .result-created {
  font-size: 13px;
  color: #757575;
  line-height: 18px;
  margin: 16px 0 40px;
}

@media screen and (max-width: 768px) {
  .search .search-results .result-title {
    padding-top: 24px;
    font-size: 20px;
    line-height: 24px;
  }

  .search .search-results .result-text {
    font-size: 14px;
    line-height: 21px;
  }

  .search .search-results .result-created {
    margin: 24px 0 24px;
    font-size: 12px;
  }
}

#sp-search .search form {
  margin-bottom: 0;
}

.search form {
  position: relative;
  margin-bottom: 32px;
}

.search form .submit {
  background: transparent;
  position: absolute;
  right: 10px;
  top: calc(50% - 8px);
  border: none;
  padding: 0;
}

#sp-header .row {
  display: flex;
  margin: 0;
}

#sp-header .row::before,
#sp-header .row::after {
  content: none;
}

#sp-header .logo {
  display: flex;
  flex-direction: row-reverse;
  column-gap: 24px;
  margin: 0;
}

#sp-logo .logo img {
  height: 40px;
  width: 24px;
}

#sp-header .container {
  width: auto;
}

@media screen and (max-width: 990px) {

  #sp-header .rdesc,
  #sp-header #sp-search {
    display: none;
  }
}

#sp-header .rdesc .rdata,
#sp-search .rdesc .rdata {
  display: none;
}

#sp-header .rdesc table,
#sp-search .rdesc table,
#sp-header .rdesc p,
#sp-search .rdesc p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  /* identical to box height, or 150% */

  color: #000000;
}

#sp-header .rdesc p {
  cursor: pointer;
}

#sp-top-header {
  display: none;
}

#sp-search .fa {
  font-size: 24px;
}

#sp-search a .fa {
  font-size: 20px;
}

#sp-search .custom.mod-custom {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}

#sp-search .custom.mod-custom p {
  margin: 0;
}

@media (max-width: 1060px) {
  #sp-search .custom.mod-custom {
    gap: 20px;
  }

  #sp-search .header-search {
    margin-right: 20px;
  }
}

#sp-search .a11y a,
#sp-search .social {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
}

#sp-search .a11y a {
  max-width: 180px;
  font-size: 18px;
  line-height: 24px;
}

#sp-search .a11y a:hover {
  text-decoration: none;
  color: #000;
}

#sp-search .social .fa {
  width: 24px;
  height: 24px;
  background-size: cover;
}

#sp-search .social .fa-facebook {
  background-image: url(/templates/webhit/icons/facebook.svg);
}

#sp-search .social .fa-instagram {
  background-image: url(/templates/webhit/icons/instagram.svg);
}

#sp-search .social .fa-telegram {
  background-image: url(/templates/webhit/icons/telegram.svg);
}

#sp-search .social .fa-youtube {
  background-image: url(/templates/webhit/icons/youtube.svg);
}

#sp-search .social .fa::before {
  content: none;
}

#offcanvas-toggler {
  display: none !important;
}

@media screen and (max-width: 990px) {
  #sp-header {
    padding: 20px 40px !important;
  }

  #sp-search {
    margin-left: 0;
    padding: 0;
  }

  #sp-search .sp-module {
    margin-top: 0;
    padding: 24px 40px;
  }

  #sp-logo {
    display: block;
  }

  #sp-menu {
    padding-bottom: 0;
  }

  #sp-logo .sp-column {
    display: flex;
  }

  #sp-header .logo {
    justify-content: flex-end;
    width: 100%;
    order: 1;
  }

  #sp-header>.container {
    padding-left: 0;
    padding-right: 0;
  }

  #sp-header #offcanvas-toggler {
    margin-right: 0;
    display: flex !important;
    align-items: center;
    padding: 5px;
    order: 2
  }

  #sp-header #offcanvas-toggler .fa-bars::before {
    display: none;
  }

  #sp-header #offcanvas-toggler .fa-bars {
    background-image: url(/templates/webhit/icons/burger.svg);
    background-size: cover;
    width: 32px;
    height: 32px;
  }

  #sp-search .social {
    flex-grow: 1;
    justify-content: flex-start;
    column-gap: 24px;
  }

  #sp-search .custom.mod-custom {
    column-gap: 22px;
  }

  .deeper.parent {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #000000;
  }

  .deeper.parent>p {
    font-size: 18px;
    line-height: 24px;
    margin: 0;
  }


  .offcanvas-inner>#sp-search {
    border-bottom: 1px solid #0C68D3;
  }

  .offcanvas-inner>#sp-back {
    padding: 40px;
    color: #000000;
    display: flex;
    align-items: center;
    column-gap: 12px;
    background: #007EFF;
  }

  .offcanvas-inner>#sp-back .offcanvas-menu-toggler i:before {
    font-size: 25px;
  }

  .offcanvas-inner>#sp-back .sp-back.text {
    margin: 0;
    font-size: 18px;
    line-height: 24px;
  }

  .offcanvas-inner.deeper>#sp-parent {
    padding: 0 40px 24px 40px;
    font-size: 24px;
    font-weight: 400;
    background: #007EFF;
  }

  .nav.menu {
    padding: 0 40px;
  }

  .nav>li>a {
    font-size: 18px;
    font-weight: 500;
  }
}

@media screen and (max-width: 570px) {
  #sp-header {
    padding: 16px !important;
  }

  #sp-header .logo a {
    font-size: 14px;
    line-height: 21px;
    max-width: 210px;
  }

  #sp-logo .logo img {
    height: 28px;
    width: 16px;
  }

  #sp-header .logo {
    align-items: center;
    column-gap: 16px;
  }
}

/** Footer User4 **/
#sp-user4 {
  display: none;
}

/** Footer **/
#sp-footer#sp-footer {
  margin: 0;
  background-color: #000;
  padding: 40px 0px;
}

#sp-footer2 table td p {
  margin: 0;
}

#sp-footer2 table td p {
  font-family: eUkraine, sans-serif;
  font-weight: 400;
  font-size: 12px !important;
  line-height: 16px;
}

#sp-footer2 table td p span {
  font-family: eUkraine, sans-serif;
  font-weight: 400;
  font-size: 12px !important;
  line-height: 16px;
  color: #000000;
}

#sp-footer2 table td p span a {
  color: #000000;
  text-decoration: underline;
}

/** Copyright **/
#sp-copyright#sp-copyright {
  background-color: #000;
  padding: 0;
}

#sp-footer1 {
  padding: 24px 0;
  border-top: 1px solid #cccccc;
  margin: 0;
}

#sp-footer1 .sp-module-content p {
  font-family: eUkraine, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #fff;
}

#sp-footer1 .sp-module-content p a {
  color: #fff;
  text-decoration: underline;
}

/** Breadcrumbs **/

#sp-breadcrumb#sp-breadcrumb {
  background-color: #ffffff;
}

#sp-breadcrumb .breadcrumb li:last-child:after {
  content: unset;
}

#searchForm .breadcrumb {
  background-color: #F0F3F6;
  padding: 80px 0 0;
  margin-bottom: 0;
}

#sp-breadcrumb .breadcrumb {
  background-color: #ffffff;
  padding: 80px 0 0;
  margin-bottom: 0;
}

#searchForm .breadcrumb li:before,
#sp-breadcrumb .breadcrumb li:before {
  display: none;
}

#searchForm .breadcrumb li:first-child,
#sp-breadcrumb .breadcrumb li:first-child {
  display: none;
}


#searchForm .breadcrumb li:not(.active)::after,
#sp-breadcrumb .breadcrumb li::after {
  font-family: "FontAwesome";
  content: "\f105";
  color: #727272;
  padding: 0 16px;
  font-size: 28px;
  line-height: 16px;
  font-weight: 100;
  position: relative;
  bottom: -4px;
}

#searchForm .breadcrumb li a,
#searchForm .breadcrumb li.active,
#sp-breadcrumb .breadcrumb li a,
#sp-breadcrumb .breadcrumb li.active {
  font-family: eUkraine, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #595959;
  text-decoration: none;
}

#searchForm .breadcrumb li.active,
#sp-breadcrumb .breadcrumb li.active {
  color: black;
}

@media screen and (max-width: 767px) {

  #searchForm .breadcrumb,
  #sp-breadcrumb .breadcrumb {
    padding-top: 64px;
  }
}

@media screen and (max-width: 576px) {
  #searchForm .breadcrumb li a,
  #searchForm .breadcrumb li.active,
  #sp-breadcrumb .breadcrumb li a,
  #sp-breadcrumb .breadcrumb li.active {
    font-size: 15px;
    font-weight: 300;
    line-height: 21px;
  }
}

/* View separate peace of news body */
.view-article #sp-component {
  margin: 0 auto;
  width: 100%;
  float: none;
}

@media (min-width: 1200px) {
  .view-article #sp-component {
    max-width: 1170px;
  }
}

.view-article.full-width-container #sp-component {
  max-width: 100%;
}

.view-article #sp-right {
  display: none;
}

.view-article #sp-component .entry-header {
  display: flex;
  flex-direction: column-reverse;
}

.view-article #sp-component .entry-header h2 {
  font-family: eUkraine, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 52px;
  color: #000000;
  margin-bottom: 80px;
}

.view-article #sp-component .entry-header .article-info {
  max-width: 736px;
  width: 100%;
  align-self: center;
}

.view-article #sp-component .entry-header .article-info .category-name,
.view-article #sp-component .entry-header .article-info .article-info-term,
.view-article #sp-component .entry-header .article-info .create i,
.view-article #sp-component .entry-header .article-info .published i {
  display: none;
}

.view-article #sp-component .entry-header .article-info .create,
.view-article #sp-component .entry-header .article-info .published {
  margin: 0;
}

.view-article #sp-component article .entry-image.intro-image {
  width: 100%;
  max-width: 736px;
  margin: 0 auto 32px;
}

.view-article #sp-component article div[itemprop="articleBody"] {
  max-width: 736px;
  margin: 0 auto;
}

.view-article #sp-component article div[itemprop="articleBody"].full-width {
  max-width: 100%;
}

.view-article #sp-component article div[itemprop="articleBody"] p,
.view-article #sp-component article div[itemprop="articleBody"] ul li,
.view-article #sp-component article div[itemprop="articleBody"] ol li {
  font-family: eUkraine, sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 24px;
}

.view-article #sp-component article .tags {
  display: none;
}

.view-article #sp-component .article-footer-wrap {
  max-width: 736px;
  margin: 0 auto;
}

.view-article.full-width-container #sp-component .article-footer-wrap {
  max-width: 100%;
}

.view-article #sp-component>div {
  padding: 0;
}

.view-article #sp-main-body .item.item-page {
  padding: 10px 0;
}

.view-article #sp-main-body .article-footer-wrap .article-footer-top {
  display: flex;
  padding-top: 40px;
  margin-top: 32px;
  flex-direction: column;
  border-top: 1px solid #ccc;
}
.view-article #sp-main-body .article-footer-wrap .article-footer-top > span {
  color: #000;
  font-size: 18px;
  font-family: eUkraine, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 16px;
}


.view-article #sp-main-body .item.item-page .article-footer-wrap .article-footer-top .helix-social-share-icon ul a {
  background: #ffffff none repeat scroll 0 0;
  transition: all 0.1s ease-in;
}

.view-article #sp-main-body .item.item-page .article-footer-wrap .article-footer-top .helix-social-share-icon ul a:hover {
  opacity: 0.6;
}

.view-article #sp-main-body .item.item-page .article-footer-wrap .article-footer-top .helix-social-share-icon ul i {
  color: #000000;
  font-size: 24px;
}

/* Category page */

#sp-component .department-news-header {
  font-size: 28px;
  margin-bottom: 40px;
}

#sp-component .blog .department-article {
  display: flex;
  gap: 16px;
  flex-direction: column;
}

#sp-component .blog .department-article .tags {
  display: none;
}

#sp-component .blog .items-leading {
  margin-bottom: 40px;
}

#sp-component .blog.vpo-blog .items-leading {
  margin-top: 64px;
}

#sp-component .blog .items-row {
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 40px;
}

#sp-component .blog .department-article .department-article-details {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}

#sp-component .blog .department-article .department-article-details .entry-header {
  margin-bottom: 16px;
}

#sp-component .blog .department-article .department-article-details .entry-header h2 {
  margin-top: 0;
}

#sp-component .blog .department-article .department-article-details .entry-header a {
  font-family: "eUkraine", sans-serif;
  line-height: 26px;
}

#sp-component .blog .department-article .department-article-details .introtext {
  font-weight: 300;
  margin-bottom: 16px;
  margin-top: 16px;
}

#sp-component .blog .department-article .department-article-details .introtext p {
  font-family: 'eUkraine', sans-serif;
}

#sp-component .blog .department-article .entry-image.intro-image {
  margin: 0;
}

#sp-component .blog .department-article .entry-image.intro-image .image-wrapper {
  width: 340px;
  height: 260px;
  margin: auto;
}

#sp-component .blog .department-article .entry-image.intro-image img {
  width: 340px;
  height: 260px;
  object-fit: cover;
}

#sp-right .department-info {
  background-color: #eff3f8;
  padding: 24px 20px;
}

#sp-right .department-info .sp-module-title {
  text-transform: none;
  font-family: 'eUkraine', sans-serif;
  font-weight: 400;
  font-size: 28px;
}

#sp-right .department-info .department-info-head-name {
  font-size: 20px;
  margin-bottom: 24px;
}

#sp-right .department-info .department-info-details {
  display: flex;
  align-items: flex-start;
  column-gap: 8px;
  margin-bottom: 8px;
}

#sp-right .department-info .department-info-details p {
  font-size: 16px;
  margin: 0;
}

#sp-right .department-info .department-info-details a {
  text-decoration: none;
}

#sp-right .department-info .department-info-details a:hover {
  text-decoration: underline;
}

#sp-right .department-info .department-info-details img {
  margin-top: 6px;
}

#sp-right .department-menu {
  background-color: var(--white, #fff);
  padding: 0 24px 24px;
  margin-bottom: 40px;
}

#sp-right .department-menu .department-menu-header {
  font-size: 20px;
  line-height: 24px;

  margin-bottom: 12px;
  padding-bottom: 24px;
  border-bottom: 2px solid black;
}

#sp-main-body #sp-right .department-menu ul>li {
  border-bottom: none;
}

#sp-main-body #sp-right .department-menu ul>li>a {
  font-weight: 400;
  font-size: 16px;
  color: #000;
  line-height: 24px;

  padding: 12px 0;

  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;

  transition: background 400ms, padding 400ms;
}

#sp-main-body #sp-right .department-menu ul>li>a:hover {
  color: var(--white, #fff);
  background-color: var(--black, #000);
  padding-left: 16px;
  padding-right: 16px;
}

#sp-right .department-menu ul li:last-child {
  border-bottom: 1px solid #e8e8e8;
}

/*#sp-right .department-menu ul>li>a:after {*/
/*  content: '';*/

/*  display: inline-block;*/
/*  min-width: 20px;*/
/*  height: 16px;*/

/*  background: url(/templates/webhit/icons/arrov-right.svg) no-repeat 50% 50% / contain;*/
/*}*/

@media screen and (min-width: 768px) and (max-width: 1200px) {
  #sp-right .department-info .custom.mod-custom {
    display: flex;
    column-gap: 24px;
  }
}

@media screen and (min-width: 768px) {
  #sp-component .blog .department-article {
    flex-direction: row;
  }

  #sp-component .blog .department-article .entry-image.intro-image .image-wrapper {
    margin: 0;
  }
}

@media screen and (max-width: 768px) {
  #sp-right .department-menu .nav.menu {
    padding: 0;
  }

  #sp-right .department-menu {
    margin-bottom: 64px;
  }

  #sp-right .department-menu ul>li>a {
    padding: 12px 0;
  }
}

@media screen and (max-width: 992px) {
  .view-article #sp-component article div[itemprop="articleBody"] {
    padding: 0 15px;
  }
}

@media screen and (max-width: 480px) {
  #sp-header .logo a {
    font-size: 14px;
    line-height: 18px;
  }

  #sp-header {
    padding: 0 0 0 16px !important;
  }

  #sp-header #offcanvas-toggler {
    padding: 27px 16px;
  }

  .view-article #sp-component .entry-header h2 {
    font-size: 32px;
    line-height: 40px;
  }
}

#sp-footer2 {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

#sp-footer2 .content-root {
  width: 100%;
  color: initial;
}

#sp-footer2 .content-root .general-info {
  display: flex;
  border-bottom: 1px solid #757575;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

#sp-footer2 .content-root .general-info address > h6 {
  margin-bottom: 25px;
}

#sp-footer2 .content-root .general-info address .contact {
  line-height: 24px;
}

#sp-footer2 .content-root .general-info .column-1 > a {
  display: grid;
  grid-template-columns: 24px auto;
  align-items: center;
  gap: 8px;
  width: 352px;
  max-width: 100%;

  font-size: 16px;
  line-height: 24px;
}

#sp-footer2 .content-root .general-info .identity p {
  color: #757575;
}

#sp-footer2 .content-root .general-info .identity .name {
  display: flex;
  flex-direction: column;
}
#sp-footer2 .content-root .general-info .identity .name p {
  font-family: "eUkraine", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  text-transform: none;
  margin: 8px 0 0;
}

#sp-footer2 .content-root .general-info .identity .name h6 {
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
  max-width: 217px;
}

#sp-footer2 .content-root .general-info .identity img {
  display: inline-block;
  width: 72px;
}

#sp-footer2 .content-root .additional-info {
  display: grid;
  grid-template-columns: 1fr 0.55fr;
  gap: 10px;
}

#gov-resources,
#gov-partners {
  width: 1px;
  height: 1px;
  clip: rect(0,0,0,0);
  position: absolute;
  opacity: 0;
}

#sp-footer2 .content-root .additional-info .partners {
  max-width: 360px;
  margin-left: auto;
}

#sp-footer2 .content-root .additional-info .resources label,
#sp-footer2 .content-root .additional-info .partners label {
  color: #fff;
  width: 100%;
  text-align: start;
  position: relative;

  font-family: "eUkraine", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}

#sp-footer2 .content-root .additional-info .resources > div:first-child,
#sp-footer2 .content-root .additional-info .partners > div:first-child {
  margin-bottom: 16px;
}

#sp-footer2 .content-root .additional-info .resources .lists-wrapper,
#sp-footer2 .content-root .additional-info .partners .lists-wrapper {
  display: flex;
}

#sp-footer2 .content-root .additional-info .resources > div {
  display: flex;
}

#sp-footer2 .content-root .additional-info .resources > div > ul:first-child {
  margin-right: 32px;
}

#sp-footer2 .content-root .additional-info .resources div > ul {
  max-width: 352px;
}


#sp-footer2 .content-root .additional-info li > a {
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  text-align: start;
  color: #fff;
  padding: 0;
  margin-bottom: 8px;
}

#sp-footer2 .column-1 {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 32px;
  margin-right: 34px;
  flex: 1 0 327px;
}

#sp-footer2 .identity {
  display: flex;
  align-items: center;
  gap: 16px;
  max-width: 327px;
  width: 100%;
  margin-bottom: 57px;
}

#sp-footer2 .name {
  font-family: 'eUkraineHead', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 145%;
  text-transform: uppercase;
  text-align: left;
}

#sp-footer2 a[rel='alternate'] {
  color: #fff;
  width: 50%;
  text-align: left;
}

#sp-footer2 address {
  width: 100%;
  color: #fff;
  margin-bottom: 0;
}

#sp-footer2 address h2 {
  font-family: 'eUkraine', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.33;
  text-align: left;
  margin-bottom: 25px;
}

#sp-footer2 address .contacts {
  display: flex;
  gap: 64px;
}

#sp-footer2 address .contacts > ul {
  width: 327px;
}

#sp-footer2 address ul {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  gap: 8px;
  flex-direction: column;
  font-family: 'eUkraine', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height:
    1.5;
  width: 50%;
}

#sp-footer2 address .contact {
  text-decoration: none;
  color: #fff;
  display: flex;
  gap: 8px;
}

#sp-footer h6 {
  color: #fff;
  text-align: start;
  margin: 0;
}

#sp-footer2 address .contact>div {
  display: inline-block;
}

#sp-footer2 .social-links {
  display: grid;
  grid-template-columns: repeat(4, max-content);
  gap: 8px;
  margin-top: 16px;
}

#sp-footer2 .social-links a {
  text-decoration: none;
  color: initial;
}

#sp-footer2 .misc-emails {
  font-family: 'eUkraine', sans-serif;
  font-style: normal;
  width: 340px;
  max-width: 352px;
  text-align: left;
}

#sp-footer2 .misc-emails p {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
  margin: 0;
}

#sp-footer2 .misc-emails p:not(:first-child) {
  margin-top: 24px;
}

#sp-footer2 .misc-emails a {
  text-decoration: none;
  color: #fff;
  display: flex;
  gap: 8px;
  margin-top: 8px;
}

#sp-footer2 .misc-emails img {
  margin: 4px 0;
}

@media screen and (max-width: 1192px) {
  #sp-footer2 .content-root .general-info {
    flex-direction: column;
  }

  #sp-footer2 .column-1 {
    flex-basis: unset;
    flex-direction: row;
    justify-content: space-between;
  }

  #sp-footer2 address .contacts {
    justify-content: space-between;
  }

  #sp-footer2 .content-root .additional-info {
    grid-template-columns: 1fr 340px;
  }
}
@media screen and (max-width: 992px) {

  #sp-footer2 address .contacts > ul {
    width: 340px;
    flex-shrink: 0;
  }

  #sp-footer2 .content-root .additional-info .partners {
    margin-left: unset;
    max-width: 100%;
  }

  #sp-footer2 .content-root .additional-info .resources > div {
   justify-content: space-between;
   flex-wrap: wrap;
  }

  #sp-footer2 address .contacts {
    gap: 32px;
  }

  #sp-footer2 .content-root .additional-info .resources div > ul {
    width: 328px;
  }

  #sp-footer2 .content-root .additional-info .resources > div > ul:first-child {
    margin-right: unset;
  }

  #sp-footer2 .content-root .additional-info {
    grid-template: 1fr / 1fr;
    gap: 32px;
  }
}

@media screen and (max-width: 768px) {
  #sp-footer2 .column-1 {
    display: block;
  }

  #sp-footer2 .content-root .additional-info {
    gap: 8px;
    grid-template-columns: 100%;
  }

  #sp-footer2 .content-root .additional-info .resources .lists-wrapper,
  #sp-footer2 .content-root .additional-info .partners .lists-wrapper {
    display: none;
  }

  #sp-footer2 .content-root .additional-info .resources > div:first-child #gov-resources:checked + label::after,
  #sp-footer2 .content-root .additional-info .partners > div:first-child #gov-partners:checked + label::after {
    transform: rotate(180deg);
  }

  #sp-footer2 .content-root .additional-info .resources > div:first-child label::after,
  #sp-footer2 .content-root .additional-info .partners > div:first-child label::after {
    position: absolute;
    right: 13px;
    top: 0;
    transform: rotate(0deg);
    font-family: "FontAwesome";
    content: "\f107";
    color: #fff;
    font-size: 25px;
    margin-left: 8px;
  }

  #sp-footer2 .content-root .general-info .identity .name h6 {
    max-width: unset;
  }

  #sp-footer2 .identity {
    margin-bottom: 32px;
    width: 100%;
    max-width: 100%;
  }

  #sp-footer2 a[rel='alternate'] {
    display: block;
    text-align: left;
    width: 100%;
  }

  #sp-footer2 address .contacts {
    display: block;
  }

  #sp-footer2 .misc-emails {
    width: 100%;
  }

  #sp-footer2 address ul {
    margin-bottom: 32px;
    width: 100%;
  }
}

.sitemap {
  background-color: #000;
  border-top: 1px solid #CCCCCC;
  padding: 0
}

.sitemap .col-lg-12 {
  padding: 0;
}

@media screen and (max-width: 1170px) {
  #sp-footer#sp-footer,
  #sp-copyright#sp-copyright {
    padding-left: 40px;
    padding-right: 40px;
  }

  .sitemap {
    padding: 0 40px;
  }
}

@media screen and (max-width: 769px) {
  #sp-footer#sp-footer,
  #sp-copyright#sp-copyright {
    padding: 32px 15px;
  }

  .sitemap {
    padding: 0 15px;
  }
}

@media screen and (max-width: 481px) {
  #sp-footer#sp-footer,
  #sp-copyright#sp-copyright {
    padding: 32px 15px;
  }

  #sp-footer2 {
    margin-left: 0;
    margin-right: 0;
  }

  #sp-footer2 .content-root .general-info .identity img {
    height: 48px;
    width: 48px;
  }

  #sp-footer2 .content-root .additional-info .resources label,
  #sp-footer2 .content-root .additional-info .partners label {
    font-size: 16px;
    line-height: 21px;
    padding-right: 40px;
  }

  #sp-footer2 [rel='alternate'] {
    font-size: 14px;
    line-height: 21px;
    text-align: left;
  }

  #sp-footer2 .name {
    font-size: 14px;
    line-height: 129%;
  }

  #sp-footer2 h6,
  #sp-bottom .sp-module .sp-module-title {
    font-size: 16px;
    line-height: 24px;
  }

  #sp-footer2 address ul,
  #sp-footer .misc-emails p,
  #sp-footer2 .content-root .additional-info li > a,
  #sp-bottom .sp-module ul>li>a {
    font-size: 14px;
    line-height: 150%;
  }

  #sp-footer2 .social-links {
    margin-top: 10px;
  }

  #sp-footer2 address ul {
    margin-bottom: 32px;
  }
}

@media screen and (max-width: 320px) {
  #sp-footer2 .contact span {
    flex-shrink: 0;
  }
}

#sp-search>.sp-column>.sp-module {
  margin-top: 0;
}

@media screen and (max-width: 991px) {
  #sp-search .diia-logo-wrapper {
    position: static;
  }
}


.offcanvas-inner .search {
  order: -1;
  padding: 40px;
  background-color: #007EFF;
}

.offcanvas-inner .search .header-search {
  display: flex;
  font-size: 18px;
}

.offcanvas-inner .search .header-search img {
  width: 21px!important;
  margin-right: 8px;
}

.offcanvas-inner {
  display: flex;
  flex-direction: column;
}

.offcanvas-inner.deeper .nav li a {
  padding: 0;
}

.offcanvas-inner.deeper .nav li a:focus,
.offcanvas-inner.deeper .nav li a:hover {
  background: none;
  color: #000;
}

.offcanvas-inner.deeper .nav li {
  padding: 12px 0;
}

.offcanvas-inner.deeper .nav {
  padding-top: 12px;
  padding-bottom: 12px;
}

.offcanvas-inner .search .magnifier {
  color: black;
  font-size: 24px;
}

@media screen and (max-width: 400px) {
  .offcanvas-menu {
    width: 100%;
  }

  .offcanvas-inner .search {
    padding: 16px;
  }

  .close-offcanvas {
    top: 11px;
    left: initial;
    right: 16px;
  }

  .offcanvas-menu .nav {
    padding-left: 16px;
    padding-right: 16px;
  }

  .offcanvas-menu #sp-search .sp-module {
    padding: 24px 16px;
  }

  #sp-search .a11y a {
    font-size: 16px;
    line-height: 21px;
  }

  .offcanvas-inner>#sp-back .sp-back.text {
    font-size: 16px;
    line-height: 21px;
  }

  .offcanvas-inner>#sp-back {
    padding: 16px;
  }

  .offcanvas-inner.deeper>#sp-parent {
    font-size: 20px;
    padding: 8px 16px 24px 16px;
  }

  .deeper.parent>p, .offcanvas-inner.deeper .nav li a {
    font-size: 16px;
    line-height: 21px;
  }

  .offcanvas-menu .offcanvas-inner .sp-module ul>li a {
    font-size: 16px;
    line-height: 21px;
  }
}

#site-map-button-wrapper {
  display: flex;
}

#site-map-button-wrapper #site-map-button  {
  border-bottom: 1px solid #757575;
  flex-grow: 1;
  padding: 24px 0;
}

@media screen and (max-width: 481px) {
  #site-map-button-wrapper #site-map-button {
    padding: 16px 0;
    /* margin: 0 16px; */
  }
}

.view-category .cat-items .com-content-category__pagination {
  display: none;
}

.view-category .category-list h2,
.view-category .cat-children h2 {
  font-family: 'eUkraine', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 38px;
  line-height: 40px;
  letter-spacing: 0;
  margin-bottom: 40px;
  margin-top: 80px;
  text-align: left;
}

.view-category .cat-children-container .cat-children h2 {
  margin-top: 0;
}

.view-category .cat-items {
  margin-bottom: 80px;
}

@media (max-width: 991px) {
  .view-category .category-list h2, .view-category .cat-children h2 {
    margin-top: 32px;
  }

  .view-category .cat-children-container {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .view-category .cat-items {
    margin-bottom: 64px;
  }
}

.view-category .category-list h3,
.view-category .cat-children h3 {
  font-family: 'eUkraine', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 32px;
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-bottom: 0;
  padding-top: 0;
  margin: 0;

  align-items: center;

  transition: background 400ms, padding 400ms;
}

.view-category .category-list > h3,
.view-category .cat-children > h3 {
  font-size: 38px;
  line-height: 40px;
  margin-bottom: 40px;
}

.view-category .category-list .com-content-category-blog__child h3:hover,
.view-category .cat-children .com-content-category-blog__child h3:hover {
  background: var(--black, #000);
  padding-left: 24px;
  padding-right: 24px;
}

.view-category .category-list .com-content-category-blog__child h3[aria-expanded="true"]:hover,
.view-category .cat-children .com-content-category-blog__child h3[aria-expanded="true"]:hover {
  padding-left: 0;
  padding-right: 0;
  color: #fff;
}


.view-category .category-list .com-content-category-blog__child h3[aria-expanded="true"]:hover a,
.view-category .cat-children .com-content-category-blog__child h3[aria-expanded="true"]:hover a {
  color: #fff;
}

.view-category .cat-children .com-content-category-blog__child h3:not([aria-expanded="true"]):hover a {
  color: var(--white, #fff);
}

.view-category .category-list h3 .badge,
.view-category .cat-children h3 .badge {
  background-color: transparent;
  color: #727272;
  font-family: 'eUkraine', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 138%;
  min-width: 100px;
  text-align: left;
  margin-right: 20px;
}

.view-category .category-list h3 .badge::after,
.view-category .cat-children h3 .badge::after {
  content: " статей";
}

.view-category .category-list h3 a,
.view-category .cat-children h3 a {
  padding: 24px 0;
  flex: 1;
  margin-right: 22px;
}

.view-category .category-list h3 a:hover,
.view-category .cat-children h3 a:hover {
  text-decoration: none;
}

.view-category .category-list h3 .btn,
.view-category .cat-children h3 .btn,
.view-category .category-list h3 .btn.expandable,
.view-category .cat-children h3 .btn.expandable {
  position: absolute;
  top: calc(50% + 4px);
  margin-top: -12px;
  right: -5px;
  width: 16px;
  height: 16px;
  transition: 0.2s ease-in-out;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(/templates/webhit/icons/arrov-right.svg);
  border: none;
  padding: 0;
  margin-right: 3px;
}

.view-category .category-list h3 .btn.expandable,
.view-category .cat-children h3 .btn.expandable {
  background-image: url(/templates/webhit/images/icons/close.svg);
  transform: rotate(45deg);
}

.view-category .category-list h3:not([aria-expanded="true"]):hover .btn.expandable,
.view-category .cat-children h3:not([aria-expanded="true"]):hover .btn.expandable {
  background-image: url(/templates/webhit/images/icons/close-white.svg);
  transform: rotate(45deg);

  right: 16px;
}

.view-category .category-list h3:not([aria-expanded="true"]):hover .btn.expandable[aria-expanded="true"],
.view-category .cat-children h3:not([aria-expanded="true"]):hover .btn.expandable[aria-expanded="true"],
.view-category .category-list h3:not([aria-expanded="true"]):hover .btn[aria-expanded="true"],
.view-category .cat-children h3:not([aria-expanded="true"]):hover .btn[aria-expanded="true"] {
  background-image: url(/templates/webhit/icons/minus-white.svg);
  transform: rotate(0deg);

  right: 16px;
}

.view-category .category-list h3 .btn.expandable[aria-expanded="true"],
.view-category .cat-children h3 .btn.expandable[aria-expanded="true"],
.view-category .category-list h3 .btn[aria-expanded="true"],
.view-category .cat-children h3 .btn[aria-expanded="true"] {
  background-image: url(/templates/webhit/icons/minus-black.svg);
  transform: rotate(0deg);
}

.view-category .category-list h3:hover .btn.expandable[aria-expanded="true"],
.view-category .cat-children h3:hover .btn.expandable[aria-expanded="true"],
.view-category .category-list h3:hover .btn[aria-expanded="true"],
.view-category .cat-children h3:hover .btn[aria-expanded="true"] {
  background-image: url(/templates/webhit/icons/minus-white.svg);
  transform: rotate(0deg);
  right: 10px;
}

.view-category .cat-children h3:not([aria-expanded="true"]):hover .btn {
  background-image: url(/templates/webhit/icons/arrow-right-white.svg);

  right: 16px;
}

.view-category .category-list h3 .btn:hover,
.view-category .category-list h3 .btn:focus,
.view-category .cat-children h3 .btn:hover,
.view-category .cat-children h3 .btn:focus {
  background-color: transparent;
}

.view-category .category-list h3 .btn span,
.view-category .cat-children h3 .btn span {
  display: none;
}

.view-category .category-list .com-content-category__children {
  margin: 24px 0;
}

.view-category .category-list .com-content-category__children .com-content-category__children {
  margin: 0;
  padding-top: 20px;
}

.view-category .category-list .com-content-category__children .item-title {
  margin-top: 0;
  margin-bottom: 0;
}

.view-category .category-list .com-content-category__children .show,
.view-category .cat-children .com-content-category-blog__children.show {
  margin-top: 8px;
  margin-left: 32px;
  opacity: 1;
}

.view-category .category-list .com-content-category__children .show h3,
.view-category .cat-children .com-content-category-blog__children.show h3 {
  font-size: 24px;
  line-height: 133%;
  padding-bottom: 20px;
  padding-top: 20px;
}

.view-category .category-list .com-content-category__children .show h3 .badge,
.view-category .cat-children .com-content-category-blog__children.show h3 .badge {
  padding-top: 6px;
}

.view-category .category-list .com-content-category__children .show h3 a,
.view-category .cat-children .com-content-category-blog__children.show h3 a {
  padding: 0;
}

.view-category .category-list .com-content-category__children .show h3:not([data-bs-toggle]):hover,
.view-category .cat-children .com-content-category-blog__children.show h3:not([data-bs-toggle]):hover {
  padding-left: 0;
  padding-right: 0;
}

.view-category .category-list .com-content-category__children .show h3:not([data-bs-toggle]):hover a,
.view-category .cat-children .com-content-category-blog__children.show h3:not([data-bs-toggle]):hover a {
  color: #fff;
}

.view-category .category-list .com-content-category__children .show h3:not([data-bs-toggle]) .btn,
.view-category .cat-children .com-content-category-blog__children.show h3:not([data-bs-toggle]) .btn {
  display: none;
}

.view-category .cat-children .com-content-category-blog__children.show .com-content-category-blog__child:first-child h3,
.view-category .category-list .com-content-category__children .show .com-content-category__children:first-child h3 {
  margin-top: 0px;
}

.view-category .cat-children .com-content-category-blog__children.show .com-content-category-blog__child:last-child h3,
.view-category .category-list .com-content-category__children .show .com-content-category__children:last-child h3 {
  margin-bottom: 0px;
}

.view-category #sp-component {
  max-width: 1121px;
}

@media screen and (max-width: 767px) {

  .view-category .category-list h2,
  .view-category .cat-children h2 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 20px;
  }

  .view-category .category-list h3,
  .view-category .cat-children h3 {
    flex-direction: column;
    align-items: flex-start;
  }

  .view-category .category-list h3 .badge,
  .view-category .cat-children h3 .badge {
    padding-left: 0;
    padding-top: 12px;
  }

  .view-category .cat-children .com-content-category-blog__children.show h3,
  .view-category .category-list .com-content-category__children .show h3 {
    font-size: 20px;
    line-height: 120%;
  }
}

@media screen and (max-width: 576px) {
  .view-category .category-list h2,
  .view-category .cat-children h2 {
    font-size: 26px;
    line-height: 32px;
  }

  .view-category .category-list h3, .view-category .cat-children h3 {
    font-size: 20px;
    line-height: 24px;
    align-items: stretch;
    padding-bottom: 16px;
  }

  .view-category .category-list h3, .view-category .cat-children > h3 {
    font-size: 26px;
    line-height: 32px;
    padding-bottom: 0;
    margin-bottom: 20px;
  }

  .view-category .category-list h3 .badge, .view-category .cat-children h3 .badge {
    padding-top: 0;
  }

  .view-category .category-list h3 a, .view-category .cat-children h3 a {
    padding: 16px 0;
  }

  .view-category .category-list .com-content-category__children .show h3,
  .view-category .cat-children .com-content-category-blog__children.show h3 {
    padding: 12px 0 12px 10px;
  }
}

body.view-tag #sp-slider,
body.com-search #sp-slider {
  display: none;
}

@media (max-width: 991px) {
  #sp-slider {
    margin-top: 0!important;
  }
}

body.view-tag #sp-important,
body.com-search .footermenu,
body.com-search #sp-important,
body.com-search .section-8 {
  display: none;
}

.form-limit select[name=limit] {
  padding: 0;
}

#sp-back,
.nav.menu .deeper.parent {
  cursor: pointer;
}

/*PAGINATION*/
.pagination {
  width: 100%!important;
  position: relative;
}

.pagination>li {
  display: block;
}

.pagination__wrapper ul.pagination {
  display: flex;
  position: static;
  justify-content: center;
}

.pagination-wrapper .counter {
  display: none;
}

.tag-category > .pagination:not(ul) {
  width: 100%;
}

.pagination .counter {
  display: none !important;
}

.pagination .page-item {
  height: 44px;
  width: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pagination .page-item.page-start-item
{
  width: 32px;
}

.pagination .page-item.page-prev-item,
.pagination .page-item.page-next-item,
.pagination .page-item.disabled
{
  width: auto;
}

.pagination .page-next-item .page-link {
  display: flex;
}
.pagination .page-item:last-of-type .page-link span:first-of-type {
  order: 1;
}

.pagination .page-item:first-child {
  margin-left: 0px;
}

.pagination .page-item.active {
  border-radius: 50%;
  border: 1px solid #000;
}

.pagination .page-item.active a {
  background: none;
  color: #000;
}

.pagination .page-item.disabled span {
  color: #727272;
}

.pagination .page-item a:hover {
  color: inherit;
  text-decoration: none;
  background: none;
}

.pagination .page-item.active a:hover {
  color: inherit;
  text-decoration: none;
  background: none;
}

.pagination .page-item a:focus,
.pagination .page-item.active a:focus {
  color: inherit;
  outline: none;
  background: none;
}

.pagination .page-item:focus-within {
  border: 2px solid #0C68D3;
}

.pagination .page-item:focus-within:active {
  border: none;
}

.pagination .page-item.active:focus-within {
  border-radius: 0;
}

.pagination .page-item:active:not(.active, .disabled) {
  border-radius: 50%;
}

.pagination .page-item:active:not(.active) a {
  text-decoration: none;
  color: inherit;
}

.pagination .page-item:first-of-type a:hover,
.pagination .page-item:last-of-type a:hover,
.pagination .page-item:active:first-of-type a,
.pagination .page-item:active:last-of-type a {
  text-decoration: none;
}

.pagination .page-link {
  display: flex;
  padding: 0;
  border: none;
  color: #000;
  font-size: 16px;
  align-items: center;
  background: none;
}

.pagination .page-item:not(:first-of-type) .page-link,
.pagination .page-item:not(:last-of-type) .page-link {
  width: 100%;
  height: 100%;
  justify-content: center;
}

.pagination .page-item:first-of-type .page-link span:first-of-type,
.pagination .page-item:last-of-type .page-link span:last-of-type {
  margin-right: 14px;
}

.pagination .page-item:first-of-type {
  margin-right: 31px;
  position: absolute;
  left: 15px;
}

.pagination .page-item:last-of-type {
  margin-left: 31px;
  position: absolute;
  right: 15px;
}

.pagination .page-item .icon-angle-right:before {
  content: '\e900';
}

.pagination .page-item .icon-angle-left:before {
  content: '\e901';
}

.pager .pagination .page-link {
  text-decoration: none!important;
  font-size: 16px;
  text-transform: capitalize;
}

.pager .pagination .page-item {
  width: auto;
  height: auto;
}

.pager .pagination .next .page-link:after {
  font-family: 'icomoon';
  content: "\e900";
  display: block;
  margin-left: 14px;
}

.pager .pagination .previous {
  left: 0;
}

.pager .pagination .next {
  right: 0;
}

.pager .pagination .previous .page-link:before {
  font-family: 'icomoon';
  content: "\e901";
  display: block;
  margin-right: 14px;
}

.pager .pagination .page-link .icon-chevron-right, .pager .pagination .page-link .icon-chevron-left {
  display: none;
}

@media (max-width: 767px) {
  .pagination .page-item .pagination-text {
    display: none;
  }
}

@media (max-width: 480px) {
  .pagination .page-item:first-of-type, .pagination .page-item:last-of-type {
    display: none;
  }

  .pagination .page-item:first-of-type, .pagination .page-item:last-of-type {
    position: static;
  }
}

.tag-category #adminForm .category {
  overflow: hidden;
  margin: 40px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 736px;
}

.tag-category #adminForm .category hr {
  border-color: #CCCCCC;
  margin: 40px -20px;
}

.tag-category #adminForm .category .list__content {
  width: 352px;
  height: auto;
}

@media (max-width: 400px) {
  .tag-category #adminForm .category .list__content {
    width: 100%;
    height: auto;
  }

  #btcontentslider109 .bt-inner {
    padding: 0;
  }

  .view-featured #sp-main-body article.item {
    display: block;
  }

  .view-featured #sp-main-body article.item .left-article .entry-image.intro-image img {
    height: auto;
    width: 100%;
  }

  .view-featured #sp-main-body article.item .left-article .entry-image.intro-image a {
    height: auto;
    width: auto;
    margin-bottom: 20px;
  }

  .view-featured #sp-main-body article.item .left-article {
    display: block;
  }

  .view-featured #sp-main-body article.item .article-info {
    position: static;
    margin-bottom: 10px;
  }

  .view-featured #sp-main-body article.item .entry-header {
    margin-bottom: 0;
  }
}

.tag-category #adminForm .category li > .list__content div {
  padding: 0;
  float: none;
  width: 100%;
  height: 88px;
}

.tag-category .category a img {
  width: 352px;
  height: 250px;
  object-fit: cover;
}

.tag-category .category li > .list__content div h6 {
  margin: 16px 0 0;
}

.tag-category .category li > .list__content div h6 a {
  font-weight: 400;
  font-family: 'eUkraine', Sans-Serif, Arial;
  font-size: 18px;
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.tag-category .Select {
  max-width: 94px;
}

.tag-category .Select-trigger {
  padding: 6px 16px;
  min-width:94px;
  max-width: 100%;
  width: 94px;
  background-position-x: 82%;

  font-size: 16px;
}

.tag-category .input-group {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  margin-left: 0;
}

.tag-category .btn-group {
  display: flex;
  align-items: center;
  margin-top: 10px;
  margin-left: auto;
}

.tag-category .btn-group .Select-label {
  font-size: 13px;
  line-height: 18px;
  color: #757575;
  font-weight: 400;
  margin-right: 8px;
}

.tag-category .filter-search-lbl {
  visibility: hidden;
  font-size: 16px;
  font-weight: 300;
}

.tag-category > h1 {
  color: #000;

  font-family: "eUkraine", sans-serif;
  font-size: 44px;
  font-style: normal;
  font-weight: 400;
  line-height: 52px;
  margin-top: 0;
  margin-bottom: 80px;
}

.tag-category #adminForm .filters {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  max-width: 736px;
  margin: 0 auto;
}

#adminForm .inputbox {
  height: 56px;
  padding: 16px 48px;
  color: #000;
  min-width: 198px;
  max-width: 359px;
  display: block;
  background: transparent;
  -webkit-appearance: none;
  border: 1px solid #000000;
  border-radius: 250px;
  width: 352px;
  position: relative;
}

#adminForm .input-group .input-container>span:before {
  content: url(/templates/webhit/icons/magnifier.svg);
  display: inline-block;
  width: 24px;
  height: 24px;

  position: absolute;
  z-index: 1;
  left: 24px;
  bottom: 13px;
}

#adminForm .input-container {
  position: relative;
  margin-right: 16px;
}

#adminForm .input-container button {
  position: absolute;
  right: 24px;
  bottom: 15px;

  border: none;
  background: none;
  display: none;

  padding: 0;
  margin: 0;
}

#adminForm .btn-container .btn-primary {
  letter-spacing: initial;
  text-transform: capitalize;
  font-weight: 400;
  padding: 19px 30px;
  height: 56px;
  margin: 0;

  border: 1px solid var(--black, #000);
}

#adminForm .btn-container .btn-primary:hover {
  border-width: 0;
}

.view-tag .sp-module.popular-categories,
.view-tags .sp-module.popular-categories,
.itemid-131 .sp-module.popular-categories,
.itemid-132 .sp-module.popular-categories {
    margin-top: 260px;
}

.popular-categories .sp-module-title {
  font-family: 'eUkraine', Sans-Serif, Arial;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 16px;
  text-transform: none;
}

.popular-categories ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 8px;
}

.popular-categories ul > li {
  border-bottom: none;
}

.body-innerwrapper #sp-main-body .popular-categories.sp-module ul > li > a {
  color: #000;
  background: #E7EEF3;
  padding: 12px 20px;
  border-radius: 250px;
  line-height: 1;
  font-weight: 300;
  font-size: 16px;
  text-decoration: none;
}

.body-innerwrapper #sp-main-body .popular-categories.sp-module ul > li > a:hover {
  background-color: #3398FF;
  text-decoration: none;
}

.body-innerwrapper #sp-main-body .popular-categories.sp-module ul > li > a:active {
  background-color: #007EFF;
}

.body-innerwrapper #sp-main-body .popular-categories.sp-module ul > li > a:focus {
  background-color: #007EFF;
}

@media (max-width: 1199px) {
  .view-tag .sp-module.popular-categories,
  .itemid-131 .sp-module.popular-categories,
  .itemid-132 .sp-module.popular-categories {
    margin-top: 0px;
  }
}

@media screen and (max-width: 768px) {
  .tag-category > h1 {
    line-height: 48px;
    margin-bottom: 64px;
  }

  .tag-category #adminForm .category > div:nth-child(odd) {
    margin-right: 10px;
  }

  .tag-category #adminForm .category hr {
    margin: 24px 0;
  }

  .popular-categories .sp-module-title {
    font-size: 20px;
    line-height: 24px;
  }

  .popular-categories.sp-module ul > li > a {
    font-size: 14px;
  }

  #adminForm .input-container {
    max-width: 288px;
  }

  #adminForm .inputbox {
    max-width: 288px;
  }
}

@media screen and (max-width: 650px) {
  .tag-category > h1 {
    font-size: 32px;
    line-height: 40px;
  }

  .tag-category #adminForm .category li > .list__content div {
    height: auto;
  }

  .tag-category #adminForm .category li:nth-last-child(2) > .list__content div {
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid #ccc;
  }

  .tag-category #adminForm .category {
    margin-top: 24px;
    overflow: unset;
    justify-content: center;
  }

  .tag-category #adminForm .category > li:nth-child(odd) {
    margin-right: 0;
  }

  .tag-category .category a img {
    width: 100%;
    height: 233px;
  }

  .tag-category #adminForm .filters {
    justify-content: flex-end;
    flex-direction: column;
  }

  .tag-category .input-group {
    margin-bottom: 40px;
    flex-direction: column;
  }

  #adminForm .input-container {
    margin-right: 0;
    margin-bottom: 16px;
    width: 100%;
  }

  #adminForm .inputbox {
    width: 100%;
  }

  #adminForm .input-container button {
    top: unset;
    bottom: 16px;
  }
}

@media screen and (max-width: 576px) {
  .tag-category .input-group {
    width: 100%;
  }

  #adminForm .input-container {
    max-width: 100%;
  }

  #adminForm .inputbox {
    max-width: 100%;
    width: 100%;
  }

  #adminForm .input-group .btn-container {
    width: 100%;
  }

  #adminForm .input-group .btn-container button {
    width: 100%;
  }
}

#headerInfoModal {
  z-index: 10000;
  padding-right: 0;
}

#headerInfoModal .modal-content {
  background-color: #a9d0ff;
  border-radius: 0;
  border: none;
}

#headerInfoModal ul {
  padding: 0 30px;
}

#headerInfoModal ul li {
  list-style: none;
  padding: 6px 0;
  margin: 0;
  line-height: normal;
}


#headerInfoModal ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  font-weight: 200;
}

#headerInfoModal ul li a:hover {
  text-decoration: underline;
}

#headerInfoModal .modal-header {
  border-bottom: none;
  height: 1px;
  position: relative;
  padding: 0;
  margin-bottom: 38px;
}

#headerInfoModal .modal-header .close {
  color: #fff;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 20px;
  top: 20px;
  opacity: 1;
  font-weight: 400;
  text-shadow: none;
  line-height: unset;
  font-size: 30px;
}

#headerInfoModal .modal-footer {
  border-top: none;
  height: 1px;
  padding: 0;
}

.visually-hidden {
  border: 0;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.small-select-hidden {
  height: 28px !important;
  visibility: hidden !important;
}

.huge-select-hidden {
  height: 46px !important;
  visibility: hidden !important;
}

.Select {
  display: flex;
  flex-direction: column;
  position: relative;
}

.ordering-box .Select-label,
.form-limit .Select-label {
  font-size: 13px;
  line-height: 18px;
  color: #757575;
  margin-right: 8px;
  margin-bottom: 0;
}

/* Custom Select */
.Select-trigger {
  padding: 6px 7px;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  color: #000;
  font-weight: 300;

  display: flex;
  align-items: center;

  border-radius: 28px;
  border: 1px solid #000;

  min-width: 300px;
  width: 100%;
  max-width: 435px;
  height: auto;
  background: url(../images/icons/down-arrow.svg) no-repeat 94% white;
}

.Select-trigger[aria-expanded="true"] {
  background: url(../images/icons/arrow-up.svg) no-repeat 94% white;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

@media screen and (max-width: 340px) {
  .Select-trigger {
    min-width: 280px;
    padding-right: 10%;
  }

  .Select-trigger span {
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}

.Select-trigger>div {
  cursor: auto;
  background: #E7EEF3;
  padding: 10px 20px;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  border-radius: 280px;
  color: #000;
  display: flex;
  align-items: baseline;
  margin-right: 5px;
}

.form-limit .Select-trigger,
.ordering-box .Select-trigger {
  padding: 6px 16px;
  min-width: 204px;
  width: 100%;
}

.form-limit .Select-trigger {
  padding: 6px 16px;
  min-width: 94px;
  width: 100%;
  background-position-x: 82%;
}

.Select-trigger.placeholder {
  color: #757575;
  padding: 16px 16px;
}

.ordering-box .Select-trigger.placeholder {
  padding: 6px 16px;
}

.Select-trigger>div>p {
  margin: 0 5px 0 0;
  font-weight: 300;
}

.Select-trigger>div button {
  border: none;
  font-size: 13px;
  width: 10px;
  height: 10px;
  background: url(../images/icons/close.svg) no-repeat center transparent;

}

.Select-trigger:focus,
.Select [role="listbox"]:focus {
  border-color: #5b90b7;
  outline: none;
}

.Select [role="listbox"] {
  background-color: #fff;
  border: 1px solid #000;
  border-top: none;
  border-bottom-left-radius: 28px;
  border-bottom-right-radius: 28px;
  color: #000;
  font-size: 1rem;
  list-style-type: none;
  margin: 0;
  width: 100%;
  max-width: 100%;
  max-height: 21rem;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  top: 100%;
  z-index: 20;
}

.Select [role="combobox"][aria-expanded="false"]+[role="listbox"] {
  display: none;
}

.Select li {
  height: auto;
  font-size: 16px;
  line-height: 24px;
  font-style: normal;
  padding: 8px 16px;
  position: relative;
}

.Select li:not([role="option"]) {
  padding-left: .750rem;
}

.Select [role="option"] {
  cursor: pointer;
}

.Select [role="option"]:focus,
.Select [role="option"]:hover {
  background-color: #F0F3F6;
}

.Select-isVisible {
  overflow: hidden;
}

.Select ul[aria-multiselectable=false] .checkbox-container {
  color: #000;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  background: none;
}

.Select ul[aria-multiselectable=false] li[aria-selected=true]:after {
  content: '';
  width: 20px;
  height: 20px;

  background: url(../images/icons/checkmark.svg) no-repeat center transparent;

  right: .5rem;
  line-height: 1rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.Select ul[aria-multiselectable=false] li[aria-selected=true] .checkbox-container {
  font-weight: 500;
}

.Select ul[aria-multiselectable=true] li>.checkbox-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin: 0;
  cursor: pointer;
  font-size: 16px;
  line-height: 24px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

ul[aria-multiselectable=false] input,
ul[aria-multiselectable=false] .checkmark {
  display: none;
}

/* Hide the browser's default checkbox */
ul[aria-multiselectable=true] .checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
ul[aria-multiselectable=true] .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: #F0F3F6;
  border: 1px solid rgba(128, 128, 128, 0.5);
  border-radius: 4px;
}

.Select ul[aria-multiselectable=true] li[aria-selected="false"]:hover input~.checkmark {
  border-color: #757575;
}

/* When the checkbox is checked, add a blue background */
.Select ul[aria-multiselectable=true] li[aria-selected="true"] .checkbox-container input~.checkmark {
  background-color: #0C68D3;
}

/* When the checkbox is checked and li item is hovered over, add a dark blue background */
.Select ul[aria-multiselectable=true] li[aria-selected="true"]:hover .checkbox-container input~.checkmark {
  background-color: #16549D;
}

/* Create the checkmark/indicator (hidden when not checked) */
ul[aria-multiselectable=true] .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
ul[aria-multiselectable=true] li[aria-selected="true"] .checkbox-container input~.checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
ul[aria-multiselectable=true] .checkbox-container .checkmark:after {
  left: 8px;
  top: 3px;
  width: 7px;
  height: 13px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.extra-container {
  margin-left: calc((((100vw - 100%) / 2) + -5px) * -1);
  margin-right: calc((((100vw - 100%) / 2) + -5px) * -1);

  background: #F0F3F6;
}

.extra-container h1 {
  margin-bottom: 80px;
  font-size: 44px;
  line-height: 52px;
  font-family: "eUkraine", sans-serif !important;
  font-weight: 400;
}


.extra-container .search-group {
  padding-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .extra-container h1 {
    line-height: 48px;
    margin-bottom: 64px;
  }

  .extra-container .search-group {
    padding-bottom: 64px;
  }
}

.important .col-sm-3,
.important .col-sm-12 {
  padding-right: 10px;
  padding-left: 10px;
}

.important .row {
  margin-right: -10px;
  margin-left: -10px;
}

.important .col-lg-3,
.important .col-md-4,
.important .col-sm-6,
.important .col-12,
.important .col-sm-3 {
  padding-right: 10px;
  padding-left: 10px;
}

.important .introtext .article,
.carousel.important .article {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  padding: 16px;
  height: 280px;
  overflow: hidden;
  font-size: 16px;
}

.important .introtext .article_logo,
.carousel.important .article_logo {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  margin: 0 0 16px;

  width: 48px;
  height: 48px;
}

.important .introtext .article_title,
.carousel.important .article_title {
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  margin: 0;
}

.important .introtext .article_phone-number,
.carousel.important .article_phone-number {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  margin-top: 10px;
  display: flex;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
}

.important .introtext .article_phone-number img,
.carousel.important .article_phone-number img {
  margin: 0 5px 0 0;
}

.important .carousel-indicators {
  position: static;
  width: 100%;
  text-align: start;
  padding: 0 10px;
  margin: 20px 0 40px;
}

.important .carousel-indicators li {
  height: 2px;
  background: #CCCCCC;
  margin: 0;
  border: none;
  border-radius: 0;
}

.important .carousel-indicators li.active {
  height: 2px;
  background: #000;
}

.important.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 80px 0 40px;
  padding: 0 10px;
}

.important.header #slider-news-title {
  font-weight: 400;
  font-size: 38px;
  line-height: 40px;
  margin: 0;
}

.important .control {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.important .control .prev {
  margin-right: 10px;
  transform: rotate(180deg);
}

.important .control .prev,
.important .control .next {
  background-color: #808080;
  -webkit-mask: url(../images/icons/slider-arrow-right.svg) no-repeat 50% 50%;
  mask: url(../images/icons/slider-arrow-right.svg) no-repeat 50% 50%;
  display: block;
  opacity: 1;
  height: 40px;
  width: 40px;
}

.important .control .prev:hover,
.important .control .next:hover {
  background-color: #000;
}

@media screen and (max-width: 992px) {
  .important.header {
    margin: 64px 0 40px;
  }

  .important.header #slider-news-title {
    font-size: 32px;
  }
}

/* Accessibility */
.accessibility-version #sp-header {
  background: none !important;
}

.accessibility-version .body-innerwrapper a:hover {
  color: var(--black);
}

.accessibility-version .body-innerwrapper .menu-section {
  background: #fff;
  border-bottom: 2px solid #000;
}

.accessibility-version .sp-megamenu-wrapper .sp-megamenu-parent>li:hover a {
  color: inherit;
}

.accessibility-version #btcontentslider109,
.accessibility-version #btcontentslider184 {
  background: none;
}

.accessibility-version .article-info>dd,
.accessibility-version .pagination .page-item a:hover {
  color: #000;
}

.accessibility-version .btn.btn-primary:hover {
  background: var(--light-gray);
  border-color: var(--light-gray);
  box-shadow: none;
}

.accessibility-version .btn.btn-primary:focus {
  background: var(--black);
  border-color: var(--black);
  outline-width: 2px;
  outline-offset: -6px;
  outline-color: var(--white);
  outline-style: solid;
  color: var(--white);
}

.accessibility-version #mod-custom104 a,
.accessibility-version .caption a {
  color: #000 !important;
}

.accessibility-version .sp-module ul>li>a,
.accessibility-version .sp-module ul>li>a:hover,
.accessibility-version .article-info>dd {
  color: #000;
}

.accessibility-version .section-8 {
  background: #fff;
}

.accessibility-version #sp-footer#sp-footer {
  background: var(--black, #000);
}

.accessibility-version #sp-copyright#sp-copyright {
  background: var(--black, #000);
}

.accessibility-version .sp-megamenu-parent .sp-dropdown .sp-dropdown-inner .sp-dropdown-items li.sp-menu-item>a:hover {
  color: #000 !important;
}

.accessibility-version .blog table tr {
  background: #fff!important;
}

.accessibility-version .blog table td {
  background: #f8f8f8 !important;
}

.accessibility-version .blog table tr span,
.accessibility-version .blog table td span {
  color: #000!important;
}

.accessibility-version .blog table .go span {
  color: #000 !important;
}

.accessibility-version .pagination .page-item.active {
  background: #fff;
}

.accessibility-version .category-desc span,
.accessibility-version .item-page strong {
  color: #000 !important;
}

.accessibility-version .label-info {
  background: #000;
}

.accessibility-version #sp-breadcrumb .breadcrumb li a,
.accessibility-version #sp-breadcrumb .breadcrumb li:after {
  color: #000;
}


.accessibility-version .more-news-slider {
  background: none;
}

.accessibility-version img {
  filter: grayscale(1);
}

.accessibility-version .carousel.important .article, .accessibility-version .important .introtext .article {
  background-color: #fff!important;
  border: 1px solid #000;
}

.accessibility-version .offcanvas-menu {
  background: #fff;
}

.accessibility-version .offcanvas-menu .offcanvas-inner .sp-module:first-child {
  border-color: #000;
}

.accessibility-version .offcanvas-menu .offcanvas-inner .sp-module ul>li a:hover,
.accessibility-version .offcanvas-menu .offcanvas-inner .sp-module ul>li a:focus {
  background: #bababa;
}

@media (max-width: 990px) {

  .accessibility-version .offcanvas-inner.deeper>#sp-parent {
    background: #fff;
    border-bottom: 1px solid #000;
  }
}

.accessibility-version .nav>li>a:focus, .accessibility-version  .nav>li>a:hover {
  background: #bababa;
}

.accessibility-version #headerInfoModal .modal-content {
  background-color: #fff!important;
  border: 1px solid #000;
}

.accessibility-version .btn.btn-secondary:active, .accessibility-version .btn.btn-secondary:hover {
  background: var(--light-gray);
  border-color: var(--light-gray);
  box-shadow: none;
}

.accessibility-version .btn.btn-secondary:focus {
  border-color: var(--black);
  border-width: 3px;
  background: var(--white);
  outline: none;
}

.accessibility-version iframe {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}

.accessibility-version #sp-right .department-info, .accessibility-version #sp-right .department-menu {
  background: none;
  border: 1px solid #000;
}

.accessibility-version .com-content-category-blog__child .com-content-category-blog__description > div {
  background: none!important;
}

.accessibility-version .offcanvas-inner .search {
  background: #fff;
  border-bottom: 1px solid #000;
}

.accessibility-version .offcanvas-inner>#sp-back {
  background: #fff;
}

.accessibility-version .body-innerwrapper #sp-main-body .popular-categories.sp-module ul > li > a {
  border: 1px solid #000;
  background-color: #fff;
  transition: none;
}

.accessibility-version .body-innerwrapper #sp-main-body .popular-categories.sp-module ul > li > a:hover {
  border: 3px solid #000;
  padding: 10px 18px;
}

.accessibility-version .body-innerwrapper #sp-main-body .popular-categories.sp-module ul > li > a:focus,
.accessibility-version .body-innerwrapper #sp-main-body .popular-categories.sp-module ul > li > a:active {
  background: #000;
  color: #fff;
}

.accessibility-version #btcontentslider109 .bt-row .bt-inner .col-sm-12 {
  background-color: #fff;
}

.accessibility-version .section-8 .position-8 .vid {
  background-color: #fff;
  border: 1px solid #000;
}

.accessibility-version.view-article article.item td {
  background-color: initial!important;
}

.accessibility-version .announcement-section {
  background: none;
  border-top: 1px solid #000;
  border-bottom: 3px solid #000;
}

.accessibility-version #sp-header+.menu-fixed {
  background: #fff;
}

/*More news slider*/
.more-news-slider #slider-news-title {
  font-size: 38px;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1;
}

.more-news-slider {
  background: #F0F3F6;
  padding: 80px 40px;
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.more-news-slider .slider-content {
  display: flex;
}

.more-news-slider .slider-image {
  max-width: 167px;
  margin-right: 12px;
}

.more-news-slider .slider-image img {
  margin: 0 !important;
  object-fit: cover;
  height: 130px;
  width: 167px !important;
  max-width: 167px !important;
}

.more-news-slider .slider-content .slider-description .bt-title {
  font-size: 18px;
  font-family: eUkraine, sans-serif;
  color: #000;
  padding: 0;
}

.more-news-slider .slider-description .slider-date .bt-extra {
  margin-top: 0;
}

.more-news-slider .slider-description .slider-date .bt-date {
  padding: 0;
  font-size: 13px;
  color: #6f6f6f;
}

.more-news-slider .slider-description {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#sp-bottomslider .more-news-slider .bt_handles {
  bottom: -40px;
  left: 0;
  top: initial !important;
  right: initial !important;
  width: 100%;
  display: flex;
  align-items: flex-end;
}

.more-news-slider .slides_container {
  margin-bottom: 40px;
}

#sp-bottomslider .more-news-slider .bt_handles li {
  margin: 0 !important;
  flex-grow: 1;
  border-bottom: none;
}

#sp-bottomslider .more-news-slider .bt_handles li a {
  height: 2px;
  width: 100%;
  border-radius: 0;
  background-image: none;
  background-color: #ccc;
  padding: 0 !important;
}

#sp-bottomslider .more-news-slider .bt_handles li.current a {
  height: 2px;
  background-color: #000;
}

.more-news-slider .slider-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

.more-news-slider .slider-header .slider-controls {
  display: flex;
  gap: 24px;
}

.more-news-slider .slider-header .prev,
.more-news-slider .slider-header .next {
  position: static;
  background: none !important;
  display: block;
  width: auto;
  text-indent: initial;
  opacity: 1;
}

.more-news-slider .slider-header .prev span,
.more-news-slider .slider-header .next span {
  font-size: 28px;
  width: auto;
  height: auto;
  line-height: initial;
  margin: 0;
  color: #000;
}

.more-news-slider .slider-header .prev .icon-slider-arrow-left:before {
  content: "\e901";
}

.more-news-slider .slider-header .next .icon-slider-arrow-right:before {
  content: "\e900";
}

.view-article #sp-bottomslider {
  display: none;
}

@media screen and (max-width: 767px) {
  .more-news-slider {
    padding: 40px 20px;
  }

  .more-news-slider #slider-news-title {
    font-size: 28px;
  }

  .more-news-slider .slider-header .prev span,
  .more-news-slider .slider-header .next span {
    font-size: 20px;
  }

  .more-news-slider .slider-description .bt-title {
    font-size: 16px;
  }
}

@media screen and (max-width: 480px) {
  .more-news-slider #slider-news-title {
    font-size: 20px;
  }

  .more-news-slider .slider-header .prev span,
  .more-news-slider .slider-header .next span {
    font-size: 16px;
  }

  .more-news-slider .slider-header {
    margin-bottom: 20px;
  }

  .more-news-slider .slider-description .slider-date .bt-date {
    font-size: 12px;
  }
}

.dbSelect select {
  padding: 0;
}

#offcanvas-toggler+a[href="/"] {
  display: none;
}

.view-tag .blog .items-leading .item img:not(.content-icon),
.layout-blog .blog .items-row .item img:not(.content-icon),
.layout-blog .blog .items-leading .item img:not(.content-icon) {
  width: 100%;
  height: 280px;
  object-fit: cover;
}

.view-tag .blog .items-leading .item .readmore,
.layout-blog .blog .items-row .item .readmore,
.layout-blog .blog .items-leading .item .readmore {
  margin-bottom: 0;
}

.view-tag .blog .items-leading .item:not(:last-child),
.layout-blog .blog .items-row:not(:last-child) .item,
.layout-blog .blog .items-leading .item {
  border-bottom: 1px solid #ccc;
}


.view-tag .blog .items-leading .item,
.layout-blog .blog .items-row .item,
.layout-blog .blog .items-leading .item {
  display: flex;
  box-sizing: content-box;
  padding-bottom: 40px;
}

.view-tag .blog .items-leading .item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}

.layout-blog .blog .item .entry-image {
  margin-right: 15px;
  max-width: 367px;
  min-width: 367px;
  flex-shrink: 0;
  margin-bottom: 0;
}

.view-tag .blog .item .item-content,
.layout-blog .blog .item .item-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.view-tag .blog .item .entry-header h2,
.layout-blog .blog .item .entry-header h2 {
  font-size: 24px;
  line-height: 32px;
  margin: 0;
}

.layout-blog .blog.large-article .item .entry-header {
  max-height: 160px;
  margin-bottom: 12px;
}

.layout-blog .blog .item .entry-header {
  margin-bottom: 16px;
  max-height: 192px;
  overflow: hidden;
}

.view-tag .blog .item .item-text,
.layout-blog .blog .item .item-text {
  margin-bottom: 16px;
}

.layout-blog .blog .item .introtext {
  margin-bottom: 0;
}

.layout-blog .blog .item .introtext p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  text-align: left;
  margin-bottom: 0;
}

.view-tag .blog .item .item-content .readmore,
.layout-blog .blog .item .item-content .readmore {
  margin-top: 16px;
}

.layout-blog .blog .item .article-info .article-info-term, .layout-blog .blog .item .article-info i, .layout-blog .blog .item .article-info .category-name {
  display: none;
}

.view-tag .blog .item .article-info dd,
.layout-blog .blog .item .article-info dd{
  font-size: 13px;
  color: #757575;
}

.layout-blog .blog .item .article-info {
  margin-bottom: 0;
}

.layout-blog #sp-component .blog .items-row {
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .layout-blog .blog .item .entry-image {
    min-width: 350px;
  }
}

@media screen and (max-width: 767px) {
  .view-tag .blog .item,
  .layout-blog .blog .item {
    display: block;
    padding-bottom: 20px;
  }

  .view-tag .blog .item .entry-image,
  .layout-blog .blog .item .entry-image {
    margin-right: 0;
    margin-bottom: 20px;
    max-width: 100%;
  }

  .view-tag #sp-main-body article.item,
  .layout-blog #sp-main-body article.item {
    margin: 0 0 24px 0;
  }

  .view-tag .blog .items-leading .item img,
  .layout-blog .blog .items-row .item img,
  .layout-blog .blog .items-leading .item img {
    height: 235px;
    max-width: 100%;
  }

  .view-tag .blog .items-leading .item,
  .layout-blog .blog .items-row .item,
  .layout-blog .blog .items-leading .item {
    height: auto;
    flex-direction: column;
    padding-bottom: 24px;
  }

  #sp-component .blog .items-leading {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 576px) {
  .view-tag .blog .item .entry-image,
  .layout-blog .blog .item .entry-image {
    min-width: unset;
    min-width: unset;
    width: 100%;
  }
}

#sp-component .blog .items-row {
  border-bottom: 0;
}

.view-tag #sp-right .sp-module-title,
.layout-blog #sp-right .sp-module-title {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 24px;
  text-transform: initial;
  font-family: eUkraine, sans-serif;
}

.view-tag #sp-right .tagspopular ul,
.layout-blog #sp-right .tagspopular ul {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.view-tag #sp-right .tagspopular ul,
.layout-blog #sp-right .tagspopular ul li {
  border: none;
  background-color: #E7EEF3;
  border-radius: 250px;
  padding: 13px 20px;
}

.view-search #sp-main-body .page-title {
  display: none;
}

.view-search #sp-main-body {
  padding-top: 0;
}

.view-featured .blog-featured .page-header {
  display: none;
}

.view-category .blog article.item {
  display: flex;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #ccc;
}

.view-category #sp-component .blog .items-leading, .view-category #sp-component .blog .items-row {
  margin-bottom: 0;
}

.view-tag .blog article.item .entry-image,
.view-category .blog article.item .entry-image {
  max-width: 367px;
  min-width: 367px;
  flex-shrink: 0;
  margin-right: 16px;
  margin-bottom: 0;
}

.view-tag .blog article.item .item-content .entry-header h2,
.view-category .blog article.item .item-content .entry-header h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 32px;
}

.view-category .blog article.item .item-content .entry-header h2 i {
  display: none;
}

.view-tag .blog article.item .item-content .entry-header,
.view-category .blog article.item .item-content .entry-header {
  margin-bottom: 16px;
}

.view-tag .blog article.item .item-content .introtext,
.view-category .blog article.item .item-content .introtext {
  margin-bottom: 16px;
}

.view-tag .blog article.item .item-content .introtext p,
.view-category .blog article.item .item-content .introtext p {
  font-weight: 300;
  font-size: 16px;
}

.view-category .blog article.item .item-content .article-info .create i {
  display: none;
}

.view-tag .blog article.item .item-content .article-info .create time,
.view-category .blog article.item .item-content .article-info .create time {
  font-size: 13px;
  font-weight: 400;
  color: #757575;
}

.view-category .blog article.item .item-content .article-info {
  margin-bottom: 16px;
}

@media screen and (max-width: 991px) {
  .view-tag .blog article.item .entry-image,
  .view-category .blog article.item .entry-image {
    min-width: 350px;
  }
}

@media screen and (max-width: 767px) {
  .view-category .blog article.item {
    display: block;
  }

  .view-tag .blog article.item .entry-image,
  .view-category .blog article.item .entry-image {
    margin-right: 0;
    margin-bottom: 16px;
    max-width: initial;
  }

  .view-tag .blog article.item .item-content .entry-header h2,
  .view-category .blog article.item .item-content .entry-header h2 {
    font-size: 20px;
    line-height: 24px;
  }

  .view-tag .blog article.item .item-content .introtext p,
  .view-category .blog article.item .item-content .introtext p {
    font-size: 14px;
  }

  .view-category .blog article.item {
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 576px) {
  .view-tag .blog article.item .entry-image,
  .view-category .blog article.item .entry-image {
    min-width: unset;
    min-width: unset;
    width: 100%;
  }
}

.management .article-footer-top {
  border-top: 1px solid #ccc;
}

.management .page-header {
  border-bottom: none;
  padding: 0;
  margin-bottom: 0;
}

.management .entry-header {
  margin-bottom: 80px;
}

.management .page-header h1 {
  margin: 0;
}

.management .content .img-container img {
  width: 457px;
  max-width: 100%;
  height: 530px;
}

.management .content h3 {
  color: var(--black, #000);

  font-family: "eUkraine", sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 32px;

  margin: 40px 0 0;
}

.management .content h4 {
  color: var(--black, #000);

  font-family: "eUkraine", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;

  margin: 32px 0 16px;
}

.management .content .labor h4 {
  margin-top: 24px;
}

.management .content .labor ul {
  padding-left: 30px;
  margin-bottom: 16px;
}

.management #sp-component .content .labor ul>li,
.management #sp-component .content .links-wrapper ul>li {
  margin: 0;
}

.management #sp-component .content .labor ul>li>p {
  margin: 0;
}

.management #sp-component .content .links-wrapper {
  margin-bottom: 40px;
}

.management #sp-component .content .links-wrapper h4 {
  margin-top: 40px;
  margin-bottom: 0;
}

.management #sp-component .content .links-wrapper ul {
  list-style: none;
  padding: 0;
  margin: 16px 0 0;
}

.management #sp-component .content .links-wrapper ul>li>a {
  display: flex;
  text-decoration: none;
}

.management #sp-component .content .links-wrapper ul>li>a:hover {
  text-decoration: underline;
}

.management #sp-component .content .links-wrapper ul>li>a>img {
  margin-right: 8px;
}

@media screen and (max-width: 991px) {
  .management .entry-header {
    margin-bottom: 64px;
  }

  .management .content .img-container img {
    height: auto;
  }
}

@media screen and (max-width: 576px) {
  .management .content h3 {
    font-size: 24px;
    line-height: 28px;

    margin-top: 20px;
  }

  .management .content h4 {
    font-size: 20px;
    line-height: 24px;
  }

  .management .content p,
  .management .content a {
    font-size: 16px;
    line-height: 21px;
  }
}


.visforms h1 {
  font-weight: 400;
  margin-bottom: 80px;
}

@media (max-width: 767px) {
  .visforms input[type='text'], .visforms textarea {
    font-size: 16px !important;
  }
}

.visforms * {
  float: none;
}

.visforms .visCSSclear {
  clear: initial;
}

.visforms form {
  max-width: 735px;
  margin: 0 auto;
}

.visforms .visCSSlabel {
  margin: 0;
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 16px;
  font-weight: 300;
  width: 100%;
  position: relative;
}

.visforms label.visCSSbot5, .visforms label.visCheckbox {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  margin-bottom: 12px;
  display: block;
  position: relative;
  padding-left: 32px;
  width: 100%;
}

.visforms label.radio-label:before, .visforms label.visCheckbox:before, .visforms label.checkbox-label:before {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  border: 2px solid #000;
  border-radius: 50%;
  position: absolute;
  left: 0;
}

.visforms label.visCheckbox:before, .visforms label.checkbox-label:before {
  border-radius: 0;
}

.visforms input:checked.visCSSbot5 + label.radio-label:after {
  content: '';
  display: block;
  height: 12px;
  width: 12px;
  background: #000;
  border-radius: 50%;
  position: absolute;
  left: 6px;
  top: 6px;
}

.visforms#visformcontainer form.visform input:checked.visCSStop10 + label.visCheckbox:after,
.visforms input:checked.visCSSbot5 + label.checkbox-label:after {
  font-family: icomoon;
  content: "\47";
  position: absolute;
  left: 5px;
  top: 0px;
  font-size: 14px;
  padding-left: 0;
  color: #000;
}

.visforms input[type="radio"], .visforms input[type="checkbox"] {
  display: none;
}

#reiester .inputs .inputbox,
.visforms input.visCSSinput {
  display: block;
  padding: 16px 24px;
  margin: 0;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 300;
  border: 1px solid #000;
  border-radius: 80px;
  height: auto;
  width: 100%;
}

#reiester {
  max-width: 736px;
  margin: 0 auto;
}

#reiester .controls {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#reiester .controls button {
  height: 56px;
  width: 225px;
  max-width: 100%;
  text-transform: capitalize;
}

#reiester .inputs .inputbox {
  margin-bottom: 24px;
}

#reiester .inputs .Select {
  margin-bottom: 24px;
}

#reiester .inputs .Select-trigger {
  padding: 16px 24px;
  width: 100%;
  max-width: unset;
  background: none;
}

#reiester .inputs .Select-trigger:after {
  content: url(../images/icons/down-arrow.svg);
  width: 50px;
  text-align: center;
  height: 30px;
  position: absolute;
  right: 0;
  top: 16px;
  background: white;
}

#vyd_docum-list li:last-child {
  margin-bottom: 0;
}

#reiester .inputs .Select-trigger.disabled {
  pointer-events: none;
  cursor: not-allowed;
  border-color: #80808080;
}

#reiester .inputs .Select-trigger.disabled:after {
  content: url(../images/icons/down-arrow-gray.svg);
  width: 50px;
  text-align: center;
  height: 30px;
  position: absolute;
  right: 0;
  top: 16px;
  background: white;
}

#reiester .inputs label {
  margin-bottom: 8px;
}

.view-article #sp-component #reiester .inputs p {
  margin-bottom: 0;
  display: inline-block;
}

.view-article #sp-component #reiester .inputs #data_stvor_z + p {
  margin-left: 20px;
  margin-right: 20px;
}

#reiester .inputs .datepicker-container {
  margin-bottom: 24px;
}

#reiester .inputs .datepicker-container label {
  width: 100%;
}

#reiester .inputs .datepicker-container b {
  display: inline-block;
}

#reiester .inputs .datepicker-container .inputbox {
  max-width: 332px;
  margin-bottom: 0;
  display: inline-block;
}

@media screen and (max-width: 992px) {
  .view-article #sp-component #reiester .inputs #data_stvor_z + p {
    margin: 5px 0;
  }

  #reiester .inputs .datepicker-container .inputbox {
    max-width: 100%;
    margin-bottom: 0;
    display: block;
  }
}

.visforms input.visCSSinput.error {
  border: 1px solid #BA0000!important;
}

.visforms .input-text-container {
  position: relative;
}

.visforms input.visCSSinput.error + .error-icon {
  position: absolute;
  right: 16px;
  bottom: 16px;
  height: 24px;
  width: 24px;
  background: url("/templates/webhit/icons/error-icon.svg");
}

.visforms br {
  display: none;
}

.visforms fieldset > div {
  margin-bottom: 24px;
}

.visforms textarea.visCSSinput {
  display: block;
  padding: 16px 24px;
  margin: 0;
  margin-bottom: 12px;
  height: 120px;
  width: 100%;
  border: 1px solid #000;
  border-radius: 16px;
  resize: none;
}

.visforms textarea.visCSSinput.error + .error-icon {
  position: absolute;
  right: 16px;
  bottom: 16px;
  height: 24px;
  width: 24px;
  background: url("/templates/webhit/icons/error-icon.svg");
}

.visforms textarea.visCSSinput.error {
  border: 1px solid #BA0000!important;
}

.visforms .visCustomText {
  margin-bottom: 24px;
}

.visforms .visCustomText p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}

.visforms .visCustomText a {
  text-decoration: underline;
}

.visforms .visBtnCon {
  margin-top: 40px;
  text-align: left!important;
}

.visforms .vis_mandatory {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 40px;
  font-weight: 300;
  color: #000;
}

.visforms .vis_mandatory span {
  color: #BA0000;
}

.visforms .visBtnCon input {
  text-transform: initial;
}

.visforms#visformcontainer form.visform div.required > label.visCSSlabel:not(.visCheckbox):after,
.visforms#visformcontainer form.visform div.required > label.vflocationlabel:not(.visCheckbox):after {
  display: block;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.visforms#visformcontainer form.visform div.required > label.visCSSlabel:not(.visCheckbox),
.visforms#visformcontainer form.visform div.required > label.vflocationlabel:not(.visCheckbox) {
  padding-left: 12px;
}

.visforms#visformcontainer form.visform .errorcontainer {
  margin: 0;
  margin-bottom: 10px;
  padding: 0;
}

.visforms#visformcontainer form.visform .errorcontainer label.error {
  font-size: 13px;
  line-height: 18px;
  color: #BA0000;
  padding: 0;
  background-color: initial;
  border: none;
  display: block !important;
  max-width: 100%;
  margin: 0;
}

.visforms#visformcontainer form.visform .errorcontainer:after {
  content: none;
}

.view-category #sp-right {
  padding-top: 135px;
}

@media (max-width: 1199px) {
  .view-category #sp-right {
    padding-top: 0px;
  }
}

.loading-screen {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 0.9;
  background: var(--dark-gray);
  z-index: 9999;

  display: none;
}

.loading-screen.active {
  display: flex;
  justify-content: center;
  align-items: center;
}

.loading-element {
  width: 70px;
  height: 70px;
  background-image: url("/templates/webhit/images/loading.gif");
  background-repeat: no-repeat;
  background-position: center;
}

.announcement-section {
  background: linear-gradient(270deg, #D0E6FF 0%, #A7CFFF 100%);
  text-align: center;
  padding: 16px 0;
}

.announcement-section a {
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.announcement-section a:after {
  content: '\e903';
  font-family: icomoon;
  display: block;
  margin-left: 10px;
  font-size: 15px;
}

.announcement-section p {
  margin: 0;
  line-height: 1;
}

@media (max-width: 480px) {
  .announcement-section a {
    font-size: 16px;
  }

  .announcement-section {
    padding: 12px 0;
  }
}
/*Style for img icons inside the content*/

.tags-form-input {
  position: relative;
}

.tags-form .reset-btn {
  position: absolute;
  width: 24px;
  height: 24px;
  border: none;
  padding: 0;
  margin: 0;
  top: 50%;
  right: 16px;
  transform: translate(0, -50%);
  background-image: url("/templates/webhit/icons/reset.svg");
  background-repeat: no-repeat;
}

.tags-form .reset-btn:hover {
  border: none;
}

/*.tags-form #filter-search {*/
/*  background: url("/templates/webhit/icons/magnifier.svg") 16px no-repeat;*/
/*}*/

.tags-form .submit-btn {
  border-radius: 50px!important;
  margin-left: 16px;
}

.tags-form .form-select {
  width: 94px;
  padding: 0 16px;
  border: 1px solid #000;
  border-radius: 50px;
}

.tags-form .select-label {
  font-size: 13px;
  color: #595959;
  margin-right: 8px;
  margin-bottom: 0;
}

.tags-form #adminForm {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 40px;
}

.tags-form .com-tags-tags__filter {
  margin: 0;
}

.tags-form .btn-group {
  margin: 0;
}

.tags-form .com-tags__category {
  margin-bottom: 0;
}

.tags-form .com-tags__category .list-group-item {
  border: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  padding: 24px 0;
  margin: 0;
}

.tags-form .com-tags__category .list-group-item h3 {
  margin: 0;
  color: #000;
  font-family: "eUkraine", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  margin-right: 10px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .tags-form .com-tags-tags__filter {
    display: block;
  }

  .tags-form #adminForm {
    margin-bottom: 24px;
  }

  .tags-form #filter-search {
    width: 100%;
    max-width: 100%;
  }

  .tags-form .submit-btn {
    margin: 0;
    width: 100%;
    margin-bottom: 40px;
    float: none;
  }

  .tags-form .btn-group {
    justify-content: flex-end;
  }

  .tags-form .com-tags__category .list-group-item {
    padding: 16px 0;
  }
}

@media screen and (max-width: 650px) {
  .tags-form #adminForm {
    justify-content: flex-end;
    flex-direction: column;
  }

  .tags-form .com-tags__category .list-group-item h3 {
    font-size: 20px;
    line-height: 24px;
  }
}