@media (max-width: 992px) {
  .responsAbilityMenu.header-nav .raMenuWrapper.nav {
    height: auto;
  }
}
.responsAbilityMenu .raMenuWrapper > ol {
  margin: 0;
  padding: 0;
}
.responsAbilityMenu .raMenuWrapper > ol > .edsmm_menuItem {
  font-weight: 400;
  position: relative;
  text-transform: uppercase;
  margin: -10px 0;
  padding: 10px 0;
  display: block;
  float: left;
}
@media (max-width: 992px) {
  .responsAbilityMenu .raMenuWrapper > ol > .edsmm_menuItem {
    float: none;
    margin: 0;
    padding: 0;
  }
}
.responsAbilityMenu .raMenuWrapper > ol > .edsmm_menuItem > span > .edsmm_itemContainer {
  position: relative;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1.2;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  color: #000;
  font-size: 1.4rem;
  font-weight: 300;
  padding: 35px 25px;
  cursor: pointer;
  letter-spacing: 2px;
  margin: -10px 0;
  transition: all 0.2s linear;
}
@media (max-width: 1400px) {
  .responsAbilityMenu .raMenuWrapper > ol > .edsmm_menuItem > span > .edsmm_itemContainer {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 1200px) {
  .responsAbilityMenu .raMenuWrapper > ol > .edsmm_menuItem > span > .edsmm_itemContainer {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (max-width: 992px) {
  .responsAbilityMenu .raMenuWrapper > ol > .edsmm_menuItem > span > .edsmm_itemContainer {
    border-top: 1px solid #E9E9E9;
    padding: 12px 15px;
    margin: 0;
  }
}
.responsAbilityMenu .raMenuWrapper > ol > .edsmm_menuItem > span > .edsmm_itemContainer::before {
  display: inline-block;
  content: "";
  position: absolute;
  height: 4px;
  left: 25px;
  bottom: 20px;
  background-color: #00adac;
}
@media (max-width: 1400px) {
  .responsAbilityMenu .raMenuWrapper > ol > .edsmm_menuItem > span > .edsmm_itemContainer::before {
    left: 20px;
  }
}
@media (max-width: 1200px) {
  .responsAbilityMenu .raMenuWrapper > ol > .edsmm_menuItem > span > .edsmm_itemContainer::before {
    left: 10px;
  }
}
@media (max-width: 992px) {
  .responsAbilityMenu .raMenuWrapper > ol > .edsmm_menuItem > span > .edsmm_itemContainer::before {
    bottom: 0;
  }
}
.responsAbilityMenu .raMenuWrapper > ol > .edsmm_menuItem:hover > span > .edsmm_itemContainer {
  background-color: transparent;
  color: #00adac;
}
.responsAbilityMenu .raMenuWrapper > ol > .edsmm_menuItem:hover > span > .edsmm_itemContainer::before, .responsAbilityMenu .raMenuWrapper > ol > .edsmm_menuItem.edsmm_active > span > .edsmm_itemContainer::before {
  -webkit-animation-name: strafta;
          animation-name: strafta;
  -webkit-animation-duration: 200ms;
          animation-duration: 200ms;
  -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;
}
.responsAbilityMenu .raMenuWrapper ol .edsmm_menuItem > div {
  background-color: #ffffff;
  border: 1px solid #f4f4f4;
  display: block;
  left: 0;
  top: 100%;
  margin: 20px 0 0;
  margin-top: 20px;
  opacity: 0;
  padding: 0px;
  position: absolute;
  visibility: hidden;
  width: 220px;
  z-index: 10;
}
@media (max-width: 992px) {
  .responsAbilityMenu .raMenuWrapper ol .edsmm_menuItem > div {
    display: none;
    position: static;
    visibility: visible;
    width: auto;
    background: #f9f9f9;
  }
}
.responsAbilityMenu .raMenuWrapper ol .edsmm_menuItem:hover > div {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
  transition: all 0.3s ease;
}
@media (max-width: 992px) {
  .responsAbilityMenu .raMenuWrapper ol .edsmm_menuItem.edsmm_hasChild > span > .edsmm_childIndicator {
    display: block;
  }
}
.responsAbilityMenu .raMenuWrapper ol .edsmm_menuItem.raItemOpened > div {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
  transition: all 0.3s ease;
  display: block;
}
.responsAbilityMenu .raMenuWrapper ol .edsmm_menuItem.raItemOpened .edsmm_childIndicator::before {
  content: "\e114";
}
.responsAbilityMenu .raMenuWrapper ol .edsmm_menuItem.edsmm_active > span > .edsmm_itemContainer {
  color: #00adac;
}
.responsAbilityMenu .raMenuWrapper .edsmm_menuListsContainer > ol {
  margin: 0;
  padding: 0;
}
.responsAbilityMenu .raMenuWrapper .edsmm_menuListsContainer > ol > .edsmm_menuItem {
  border-bottom: 1px solid #f4f4f4;
  position: relative;
  text-transform: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.responsAbilityMenu .raMenuWrapper .edsmm_menuListsContainer > ol > .edsmm_menuItem > span > .edsmm_itemContainer {
  color: #000;
  display: block;
  font-size: 1.3rem;
  padding: 10px 20px;
}
.responsAbilityMenu .raMenuWrapper .edsmm_menuListsContainer > ol > .edsmm_menuItem:hover > span > .edsmm_itemContainer {
  background-color: #F2F2F2;
  color: #000;
  text-decoration: none;
}
.responsAbilityMenu .raMenuWrapper .edsmm_menuListsContainer > ol > .edsmm_menuItem.edsmm_active > span > .edsmm_itemContainer {
  color: #00adac;
}
.responsAbilityMenu .raMenuWrapper .edsmm_childIndicator {
  position: absolute;
  right: 4px;
  top: 4px;
  color: #000;
  background-color: transparent;
  z-index: 900;
  cursor: pointer;
  padding: 10px;
  font-size: 14px;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  display: none;
}
.responsAbilityMenu .raMenuWrapper .edsmm_childIndicator::before {
  content: "\e080";
}

.bg-primary .circle-block-outer .wt-icon-box-wraper {
  border-color: #016b6b;
}
.bg-primary .circle-block-outer .wt-icon-box-wraper .wt-tilte {
  color: #0f4848;
}
.bg-primary .hilite-title strong {
  color: #fff;
}

.circle-block-outer .wt-icon-box-wraper:hover .icon-content h4 img {
  filter: invert(100%);
}

.edNews_defaultList article {
  position: relative;
}
.edNews_defaultList article::before {
  display: block;
  position: absolute;
  content: "";
  top: -15px;
  left: -15px;
  border-top: solid 6px #00adac;
  border-left: solid 6px #00adac;
  width: 70px;
  height: 70px;
  opacity: 0;
}
@media (max-width: 768px) {
  .edNews_defaultList article::before {
    top: -10px;
    left: -10px;
    width: 40px;
    height: 40px;
    border-top-width: 3px;
    border-bottom-width: 3px;
  }
}
.edNews_defaultList article .overlay-main {
  opacity: 0;
  transition: all 200ms;
}
.edNews_defaultList article .eds_absoluteLink {
  z-index: 1;
}
.edNews_defaultList article .edNews_summary,
.edNews_defaultList article .site-button {
  position: relative;
  z-index: 2;
}
.edNews_defaultList article:hover::before {
  opacity: 1;
}
.edNews_defaultList article:hover .overlay-main {
  opacity: 0.88;
}

.eds_absoluteLink {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 0;
  text-decoration: none !important;
}

@media (min-width: 992px) {
  .d-lg-flex {
    display: flex;
  }
}

.align-items-stretch {
  align-items: stretch;
}

.section-head.framed > h3 {
  display: inline-block;
  margin: 0;
  padding: 0 150px 50px 0;
  position: relative;
  color: #000;
  text-transform: uppercase;
  font-size: 40px;
}
.section-head.framed > h3::before {
  content: "";
  border: solid 10px #000;
  position: absolute;
  top: -90px;
  right: 0;
  bottom: 0;
  left: -150px;
}

.eds_pageFooter .square_shape3 {
  overflow: visible;
}

.widget_services.eds_usluge ul li {
  border-bottom: none;
  padding-left: 25px;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .widget_services.eds_usluge ul li {
    margin-bottom: 1rem;
  }
}
.widget_services.eds_usluge ul li::before {
  color: #000;
  content: ">";
  font: 600 3rem/1 "Poppins", sans-serif;
  top: 4px;
}
.widget_services.eds_usluge ul li a {
  color: #fff;
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 600;
}
.widget_services.eds_usluge ul li a:hover {
  color: #f5a140;
}

.eds_contactList {
  display: flex;
  flex-flow: row wrap;
}
.eds_contactList dt,
.eds_contactList dd {
  padding: 0.5rem 0;
}
.eds_contactList dt {
  flex-basis: 91px;
  padding: 2px 4px;
  padding-right: 1rem;
  border-right: solid 6px #fff;
  color: #f5a140;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .eds_contactList dt {
    border-right: none;
    border-bottom: solid 6px #fff;
  }
}
.eds_contactList dd {
  flex-basis: calc(100% - 91px);
  flex-grow: 1;
  margin: 0;
  padding-left: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1200px) {
  .eds_contactList dd {
    flex-basis: 100%;
  }
}
.eds_contactList a {
  color: #fff;
}
.eds_contactList a:hover {
  color: #00adac;
}

.section-head.eds_footerHead h2 {
  margin-bottom: 0;
  font-weight: 400;
  color: #00adac;
}

.eds_sideButton {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(50%, -50%) rotate(-90deg);
  transform-origin: bottom;
  padding: 1.5rem 3rem;
  display: inline-block;
  color: #f5a140;
  background-color: #000;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1.8rem;
  letter-spacing: 4px;
  text-align: center;
}
@media (max-width: 768px) {
  .eds_sideButton {
    transform: none;
    position: relative;
    display: block;
    font-size: 1.2rem;
  }
}
.eds_sideButton:visited {
  color: #f5a140;
}
.eds_sideButton:hover {
  color: #fff;
}

.wt-bnr-inr.eds_bannerHome {
  height: 750px;
  margin-bottom: 30px;
}
.wt-bnr-inr.eds_bannerHome .eds_bannerContent {
  position: absolute;
  right: 0;
  bottom: -30px;
  left: 0;
}
.wt-bnr-inr.eds_bannerHome .eds_bannerContent::before, .wt-bnr-inr.eds_bannerHome .eds_bannerContent::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 30px;
  display: block;
  opacity: 0.75;
}
.wt-bnr-inr.eds_bannerHome .eds_bannerContent::before {
  left: 0;
  right: 50%;
  background-color: #00adad;
}
.wt-bnr-inr.eds_bannerHome .eds_bannerContent::after {
  left: 50%;
  right: 0;
  background-color: #f69d37;
}
.wt-bnr-inr.eds_bannerHome .eds_bannerContent > div {
  width: 80%;
  margin: auto;
  background-color: #f6f7f8;
  position: relative;
  z-index: 1;
  padding: 4rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .wt-bnr-inr.eds_bannerHome .eds_bannerContent > div {
    padding: 2rem;
  }
}
.wt-bnr-inr.eds_bannerHome .eds_bannerContent > div .eds_bannerTitle {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 70px;
  line-height: 1.1;
}
@media (max-width: 768px) {
  .wt-bnr-inr.eds_bannerHome .eds_bannerContent > div .eds_bannerTitle {
    font-size: 40px;
  }
}
.wt-bnr-inr.eds_bannerHome .eds_bannerContent > div .eds_bannerTitle::before {
  content: "";
  margin-right: 1rem;
  height: 6px;
  width: 5%;
  background-color: #00adac;
}
.wt-bnr-inr.eds_bannerHome .eds_bannerContent > div .eds_bannerTitle small {
  font-size: 40%;
  margin-left: 1rem;
}

.edn_printButton {
  background-color: #B9B9B9;
  cursor: pointer;
  padding: 6px 15px 5px 10px;
  border-radius: 2px;
  font-size: 0;
  line-height: 0;
  margin: 5px 2px;
  position: relative;
}
@media (max-width: 576px) {
  .edn_printButton {
    padding: 6px 8px;
  }
}
.edn_printButton::after {
  content: "";
  border-left: dotted 1px #ddd;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -13px;
  display: none;
}
.edn_printButton::before {
  font: 900 14px/1 FontAwesome;
  color: #fff;
  content: "\f02f";
  vertical-align: middle;
  padding-right: 10px;
}
@media (max-width: 576px) {
  .edn_printButton::before {
    padding-right: 0;
  }
}
.edn_printButton > span {
  color: #fff;
  line-height: 1.4;
  font-family: helvetica neue, helvetica, arial, sans-serif;
  font-size: 11px;
  font-weight: normal;
  vertical-align: middle;
  display: inline-block;
  padding-top: 1px;
}
@media (max-width: 576px) {
  .edn_printButton > span {
    display: none;
  }
}
.edn_printButton:hover {
  background-color: #a5a5a5;
}

.addthis_inline_share_toolbox,
.edNews_fbLike,
.edn_printButton {
  display: inline-block;
  vertical-align: middle;
}

.OpenForm .btn-primary {
  background-color: #000;
  color: #fff;
  border-radius: 0;
  padding: 10px 20px;
  display: inline-block;
  font-size: 14px;
  outline: none;
  cursor: pointer;
  outline: none;
  border-width: 0;
  border-style: solid;
  border-color: transparent;
  line-height: 1.42857;
  margin-left: -1px;
  text-decoration: none !important;
}
.OpenForm .btn-primary:hover, .OpenForm .btn-primary:active, .OpenForm .btn-primary:focus {
  background-color: #171717;
  color: #fff;
}

.group {
  position: absolute;
  z-index: 9999;
  display: inline-block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.bigSqr {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  overflow: hidden;
  transform-origin: bottom left;
  -webkit-animation: bigSqrShrink 1s linear infinite;
          animation: bigSqrShrink 1s linear infinite;
}

.square {
  position: absolute;
  width: 20px;
  height: 20px;
}
.square.first {
  left: 0px;
  top: 20px;
  background: #00adad;
}
.square.second {
  left: 20px;
  top: 20px;
  -webkit-animation: drop2 1s linear infinite;
          animation: drop2 1s linear infinite;
  background: #c5a167;
}
.square.third {
  left: 0px;
  top: 0px;
  -webkit-animation: drop3 1s linear infinite;
          animation: drop3 1s linear infinite;
  background: #ac0500;
}
.square.fourth {
  left: 20px;
  top: 0px;
  -webkit-animation: drop4 1s linear infinite;
          animation: drop4 1s linear infinite;
  background: #bf6400;
}

@media (max-width: 992px) {
  .is-fixed .logo-header {
    height: 60px;
  }
}

@media (max-width: 992px) {
  .logo-header-inner img {
    height: 50px;
  }
}

@media (max-width: 992px) {
  .is-fixed .main-bar {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media (max-width: 768px) {
  .banner-title-name .font-50 {
    font-size: 30px;
  }
}

@media (max-width: 768px) {
  .wt-bnr-inr-entry .banner-title-outer {
    width: 200px;
  }
}
@media (max-width: 576px) {
  .wt-bnr-inr-entry .banner-title-outer {
    width: 100px;
  }
}

@media (max-width: 768px) {
  .wt-bnr-inr-entry .banner-title-name {
    width: 300px;
  }
}
@media (max-width: 576px) {
  .wt-bnr-inr-entry .banner-title-name {
    width: 200px;
  }
}

@media (max-width: 768px) {
  .wt-bnr-inr .container {
    width: 90%;
  }
}

.wt-icon-box-wraper > a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  font-size: 0;
  line-height: 0;
}

a.text-white:active, a.text-white:visited {
  color: inherit;
}
a.text-white:active:hover, a.text-white:visited:hover {
  color: #333;
}

@-webkit-keyframes bigSqrShrink {
  0% {
    transform: scale(1);
  }
  90% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.5);
  }
}

@keyframes bigSqrShrink {
  0% {
    transform: scale(1);
  }
  90% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.5);
  }
}
@-webkit-keyframes drop2 {
  0% {
    transform: translateY(-50px);
  }
  25% {
    transform: translate(0);
  }
  100% {
    transform: translate(0);
  }
}
@keyframes drop2 {
  0% {
    transform: translateY(-50px);
  }
  25% {
    transform: translate(0);
  }
  100% {
    transform: translate(0);
  }
}
@-webkit-keyframes drop3 {
  0% {
    transform: translateY(-50px);
  }
  50% {
    transform: translate(0);
  }
  100% {
    transform: translate(0);
  }
}
@keyframes drop3 {
  0% {
    transform: translateY(-50px);
  }
  50% {
    transform: translate(0);
  }
  100% {
    transform: translate(0);
  }
}
@-webkit-keyframes drop4 {
  0% {
    transform: translateY(-50px);
  }
  75% {
    transform: translate(0);
  }
  100% {
    transform: translate(0);
  }
}
@keyframes drop4 {
  0% {
    transform: translateY(-50px);
  }
  75% {
    transform: translate(0);
  }
  100% {
    transform: translate(0);
  }
}
@-webkit-keyframes strafta {
  0% {
    right: 100%;
  }
  80% {
    right: 0;
  }
  100% {
    right: 30%;
  }
}
@keyframes strafta {
  0% {
    right: 100%;
  }
  80% {
    right: 0;
  }
  100% {
    right: 30%;
  }
}