.fader {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 20, 0.931) 0%,
    rgba(0, 0, 0, 0.2) 20%,
    rgba(0, 0, 0, 0.1) 80%,
    rgba(0, 0, 15, 0.8239670868347339) 100%
  );
}
.floatingBtn {
  display: none;
}
.cover {
  position: relative;
  min-height: 650px;
}

.cover-slick {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.cover-slick div {
  height: 100%;
  background-size: cover;
  background-position: center;
}

.cover .toggle-slick {
  position: absolute;
  top: 125px;
  right: 15px;
  background: none;
  border: 0;
}

.cover-content {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  text-align: center;

  max-width: 600px;
  margin-top: -60px;
}

/**/

video {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  transition: 1s opacity;
  object-fit: cover;
  z-index: -1;
}

#toggle-video {
  position: absolute;
  top: 125px;
  right: 15px;
  background: none;
  border: 0;
}

.logoicons {
  position: fixed;
  /* bottom: 0;
  width: 100%;
  bottom: 0;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center; */
  width: 50px;
  height: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 3;
  opacity: 1;
  right: 16px;
  transition: all 0.3s ease-out;
  top: 180px;
}
.logoicons a {
  margin-block: 5px;
  position: relative;
  right: 5px;
  width: 50px;
  height: 50px;
  border: 3px solid #fff;
  background-size: 82%;
  border-radius: 50px;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.25rem;
  box-shadow: rgba(0, 0, 0, 0.435) 0px 5px 15px;
}
.logoicons a::before {
  content: "";
  content: none;
  position: absolute;
  inset: 0;
  margin: -60px auto auto auto;
  height: 5rem;
  width: 3px;
  background-color: #fff;
  z-index: -1;
}
.logoicons a:hover {
  right: 10px;
}
/**/
section .row.pos {
  align-items: center;
  padding-block: 0.5rem;
  margin-inline: auto;
}
section .row.left {
  max-width: 90%;
  justify-content: flex-end;
}
section .row.center {
  justify-content: center;
}
.row.left a {
  margin-top: auto;
}

/* Articles */
.articles .row {
}
.articles .row > div {
  margin-block-end: 2rem;
  margin-inline-end: 20px;
  padding: 0;
  flex: 0 0 365px;
}
.articles {
  padding: 3rem 2rem;
}
.articles h2 {
  font-weight: bold;
  margin-bottom: 2rem;
}
.articles article {
  flex: 1;
  width: 100%;
  display: block;
  height: 100%;
  border: 4px solid var(--teal);
  /* height: 395px; */
  border-radius: 20px;
  overflow: hidden;
}

.article {
  display: flex;
  flex-direction: column;
  background: #fff;
  color: #000;
  position: relative;
  height: 100%;
  flex: 1;
}
.article:hover {
  text-decoration: none;
  color: var(--darkblue);
}
.articles article:hover {
  border-color: var(--darkblue);
}
.article:hover .dates {
  background-color: var(--darkblue);
  color: #fff;
}
.article:hover .link {
  color: var(--darkblue);
}
.article:hover .dates.square {
  background-color: var(--darkblue);
}
.article img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.article .info {
  flex: 1;
  padding: 1rem 25px;
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
}
.article .link {
  /* position: absolute;
  bottom: 1.5rem; */
  position: relative;
  color: var(--site3safe);
  font-weight: 700;
  font-size: 1rem;
  margin-top: auto;
  padding-block: 1rem;
}
.article .link._ru {
  font-size: 1rem;
}
.article h3 {
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.2;
  margin-bottom: 2rem;
  position: relative;
}
.article h3::after {
  content: "";
  position: absolute;
  bottom: -1rem;
  right: 0;
  width: 50px;
  height: 2px;
  background-color: var(--teal);
}
.dates.square {
  position: absolute;
  right: 0;
  top: 0;
  width: 90px;
  height: 90px;
  background-color: var(--teal);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 1.35rem;
  line-height: 1;
  transition: all 0.3s ease-in-out;
  border-radius: 0 0 0 20px;
}
.dates.square[data-month="01"],
.dates.square[data-month="03"],
.dates.square[data-month="07"],
.dates.square[data-month="04"],
.dates.square[data-month="05"],
.dates.square[data-month="06"] {
  font-size: 1.8rem;
}
.dates.square[data-month="10"],
.dates.square[data-month="02"],
.dates.square[data-month="11"],
.dates.square[data-month="08"],
.dates.square[data-month="09"],
.dates.square[data-month="12"] {
  width: 100px;
  height: 100px;
  /* left: 1.6rem;
  bottom: calc(-1 * (110px / 2)); */
  /* font-size: 1.6rem; */
  top: -3px;
  right: -3px;
}
.dates.date {
  padding-bottom: 56.25%;
  position: relative;
  background: rgb(87, 129, 207);
  background: linear-gradient(
    45deg,
    rgb(77, 131, 246) 0%,
    rgb(132, 146, 183) 50%,
    rgb(88, 109, 215) 100%
  );
}
.dates.dates .day {
  font-weight: 700;
  font-size: 3rem;
}
.dates.date > div {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);

  font-size: 3rem;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
.dates.date > div > span:nth-child(2) {
  font-size: 1.5rem;
  display: block;
}
.read-more {
  border-radius: 50px;
  background: #fff;
  display: inline-block;
  padding: 0.5rem 3.5rem;
  font-weight: bold;
  color: #fff;
  width: fit-content;
  font-weight: bold;
  text-align: center;
  margin-top: 6rem;
  border: 2px solid transparent;
  font-size: calc(0.75vw + 16px);
}
.articles .read-more {
  background: var(--teal);
}
.articles .read-more:hover {
  text-decoration: none;
  color: #fff;
  transform: scale(1.05);
  background-color: var(--darkblue);
}
.events .dates.square {
  z-index: 1;
  background-color: var(--site6);
}
.events .read-more {
  background: var(--site6);
}
.events .read-more:hover {
  text-decoration: none;
  transform: scale(1.05);
  background-color: var(--site5);
  color: #fff;
}
.scroll2top {
  position: fixed;
  bottom: 150px;
  right: 82px;
  display: none;
  background-color: var(--site2);
  color: white;
  border: none;
  border-radius: 50%;
  padding: 10px 15px;
  cursor: pointer;
  font-size: 1rem;
  z-index: 92;
}
/**/

/** EVENTS NEW */

.event-promo:hover {
  text-decoration: none;
  border: 4px solid var(--site5);
}
.event-promo:hover .details .icon {
  background-color: var(--site5);
}
.event-promo:hover .read-more-btn {
  background-color: var(--site5);
}
.event-promo:hover .dates.square {
  background-color: var(--site5);
}
.event-promo {
  position: relative;
  border-radius: 25px;
  overflow: hidden;
  margin-bottom: 30px;
  border: 4px solid var(--site6);
  display: block;
  color: inherit;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.event-promo .pic {
  background-color: #f9f9f9;
  padding-bottom: 72%;
  overflow: hidden;
  position: relative;
}

.event-promo .pic img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.event-promo .details {
  border-top: 1px solid #ddd;
  padding: 1rem;
  color: var(--text);
  font-size: 1.15rem;
  display: flex;
  flex-direction: column;
  height: inherit;
}
.event-promo .details .name {
  font-weight: 700;
  font-size: 1.4rem;
  min-height: 4rem;
  line-height: 1.2;
  color: var(--text);
  position: relative;
}
.events article {
  height: 100%;
}
.event-promo .read-more-btn {
  text-align: left;
  position: relative;
  padding: 2px 10px;
  margin-right: auto;
  width: fit-content;
  border-radius: 0 1rem 1rem 0;
  background-color: var(--site6);
  border-color: var(--site6);
  color: #fff;
  left: -1rem;
  margin-top: auto;
}

.event-promo .details .icon {
  background-color: var(--site6);
  margin-right: -1rem;
  border-radius: 1rem 0 0 1rem;
  display: inline-block;
  width: 40px;
  text-align: center;
  padding: 2px 0;
  color: #fff;
}
/**/
.login {
  position: absolute;
  bottom: 8rem;
  left: 4rem;
  background-color: #fff;
  border-radius: 80px;
  width: 100%;
  max-width: 340px;
  padding: 10px;
  color: var(--darkblue);
}
.login .wrap {
  border-radius: 80px;
  border: 2px solid var(--darkblue);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 30px;
}
.login h3 {
  margin-bottom: 0;
}
.login img {
  width: 67px;
}
.login._ru h3 {
  font-size: 1.4rem;
  margin-bottom: 0;
}
.login._ru img {
  width: 42px;
}
/**/
.k8 {
  color: #fff;
  width: 100%;
  max-width: 900px;
  text-align: center;
  margin-bottom: 4rem;
}
.k8 h2 {
  font-size: 5rem;
}
.fservices {
  margin-top: 10rem;
  display: block;
  position: relative;
  z-index: 2;
}
.fservices .top {
  display: flex;
  width: 855px;
  justify-content: space-between;
  position: relative;
  box-shadow: rgba(99, 99, 99, 0.32) 0px 2px 8px 0px;
  border-radius: 25px;
  z-index: 1;
}
.fservices .bottom {
}
.fservices .block {
  background-color: #fff;
  display: none;
  justify-content: center;
  flex-wrap: wrap;
  position: absolute;
  width: 855px;
  height: 340px;
  padding: 50px 40px 20px;
  margin-top: -22px;
  border-radius: 0 0 25px 25px;
  box-shadow: rgba(100, 100, 111, 0.3) 0px 7px 29px 0px;
}
.fservices .block.open {
  display: flex;
}
.fservices .block .icon {
  width: 100%;
  max-width: 65px;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.fservices .block .icon img {
  width: 100%;
}
.fservices .block[data-category="1"] a:nth-child(-n + 6) {
  border-bottom: 1px solid #e0e1e1;
  position: relative;
}

.fservices .block[data-category="2"] a:nth-child(-n + 5) {
  border-bottom: 1px solid #e0e1e1;
  position: relative;
}
.fservices .block a:nth-child(-n + 5):after {
  content: "";
  background-color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  position: absolute;
  bottom: -15px;
  left: -15px;
  z-index: 3;
}
.fservices .top > img {
  max-width: 94px;
  position: absolute;
  inset: 0;
  margin: auto;
  z-index: 1;
}
.block .arrowd {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 45px;
  height: 45px;
  background-color: #fff;
  border-radius: 50px;
  display: none;
  place-content: center;
  box-shadow: rgba(99, 99, 99, 0.52) 0px 2px 6px 0px;
  font-size: 1.5rem;
  color: var(--darkblue);
}
/*
.block[data-category="2"] {
  padding: 50px 110px 20px;
}*/
.block[data-category="2"] .srv:nth-of-type(4) {
  border-left: 0;
}
.block[data-category="1"] .arrowd {
  right: 29%;
  left: auto;
  display: grid;
}
.block[data-category="2"] .arrowd {
  right: auto;
  left: 25%;
  display: grid;
}
.fservices .half {
  padding: 30px 54px 10px 30px;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 50%;
}
.fservices .half > span {
  position: relative;
}

/* .fservices .half .hint {
position: absolute;
	width: 20px;
	height: 20px;
	left: 50%;
	transform: translate(-50%, -50px);
	opacity: 0;
	transition: all 0.2s ease-in;
}

.fservices .half span:hover .hint {
display: flex;
	transform: translate(-50%, 40px);
	opacity: 1;
} */

.fservices .half > span {
  position: relative;
  font-size: 1.8rem;
  display: block;
  width: 100%;
  max-width: 250px;
  font-weight: bold;
  text-align: center;
  line-height: 1.1;
  transition: all 0.4s ease-out;
  border-radius: 10px;
}
.fservices .half > span i {
  position: absolute;
  font-size: 1rem;
  top: 94%;
  left: 45%;
  transition: all 0.3s ease-in-out;
}
.fservices .half > span:hover {
  transform: scale(1.04);
}
.fservices .half > span:hover i {
  transform: translateY(0);
}

.fservices svg {
  height: 120px;
  margin-top: -10px;
  stroke: red;
  stroke-width: 1;
  stroke-linecap: butt;
  stroke-dasharray: 0;
}
.fservices .half:first-of-type {
  border-radius: 0 25px 25px 0;
}
.fservices .half:last-child {
  border-radius: 25px 0 0 25px;
}
.fservices .half:first-of-type > img {
  width: 80px;
  height: 80px;
}
.fservices .half:last-child > img {
  width: 70px;
  height: 70px;
}
.srv {
  display: flex;
  flex-direction: column;
  width: 154px;
  height: 130px;
  padding: 10px 19px;
  border-left: 1px solid #efefef;
}
.srv:hover {
  text-decoration: none;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 2px 7px 0px;
}
.srv:hover img {
  filter: hue-rotate(45deg);
}
.block[data-category="1"] .srv:nth-of-type(5),
.srv:last-child {
  border-left: none;
}
.srv span {
  padding-top: 0.25rem;
  display: flex;
  justify-content: center;
  text-align: center;
  line-height: 1.2;
  min-height: 45px;
}

/**/
.navibtns {
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  position: absolute;
  bottom: -100px;
  height: 100%;
  max-height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.navibtns .desktop {
  display: flex;
  width: 75%;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  position: relative;
  padding-right: 0;
}
.navibtns .desktop li {
  z-index: 1;
  background: #fff;
  flex: 0 1 260px;
  aspect-ratio: 1;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: 65px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  margin-inline: 0.25rem;
  transition: all 0.2s ease;
}
.navibtns .desktop li:hover {
  transform: scale(1.05);
}
.navibtns .desktop a,
.navibtns .desktop .inner {
  z-index: 1;
  display: flex;
  flex-direction: column;
  height: 63%;
  justify-content: space-between;
  align-items: center;
}
.navibtns .desktop img {
  max-height: 75px;
}
.navibtns .desktop li::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  border-radius: 100vw;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  background-color: transparent;
  border: 5px solid currentColor;
}
.navibtns .circ {
  position: absolute;
  background-color: #fff;
  border-radius: 50%;
  width: 110px;
  height: 110px;
  box-shadow: rgba(100, 100, 111, 0.3) 0px 7px 29px 0px;
}
.navibtns .desktop li span,
.navibtns .desktop a span {
  position: absolute;
  bottom: 3rem;
  font-size: calc(0.75vw + 16px);
  line-height: 1.2;
  width: min-content;
  color: var(--text);
  text-align: center;
  font-weight: 600;
}

.switch_content {
  margin-top: 4.5rem;
  position: relative;
}
.switch_content section {
  width: 100%;
  padding-top: 6rem;
  background-color: #fff;
  position: relative;
  display: none;
}
.switch_content section.open {
  display: block;
}
.switch_content section h2 {
  margin-bottom: 5rem;
  font-size: calc(2.5vw + 16px);
  position: relative;
  z-index: 1;
  isolation: isolate;
}
.switch_content section h2 span {
  background-color: #fff;
  padding-inline: 3.5rem;
}
.switch_content section h2:after {
  content: "";
  position: absolute;
  width: 82%;
  inset: 0;
  margin: auto;
  height: 1px;
  background-color: currentColor;
  z-index: -1;
  content: none;
}
section.articles h2 {
  font-weight: 700;
  color: var(--teal);
}
section.events h2 {
  font-weight: 700;
  color: var(--site6);
}

/**/
.side-banners a {
  background-color: #fff;
  display: block;
  padding: 1rem;
  margin: 1rem 0;
}

/**************************************************************/

@media (min-width: 992px) {
  .fast-navigation .smart-nav-sub > label,
  .fast-navigation .smart-nav-sub > select,
  .fast-navigation .smart-nav-sub > button {
    float: right;
    display: block;
  }

  .services {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
  }

  .bn-news {
    padding-right: 100px;
  }

  .centered {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    width: 900px;
    margin: auto;
    inset: 175px 0 0 0;
  }
  .fast-navigation > label,
  .fast-navigation > select,
  .fast-navigation > span {
    float: right;
    display: block;
  }

  .side-banners {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
  }

  .side-banners.side-banners-right {
    right: 0;
  }

  .side-banners.side-banners-left {
    left: 0;
  }

  .cover {
    height: 90vh;
  }

  .news a {
    color: #fff;
    font-size: 1.25rem;
    line-height: 1.2;
  }
}
.events .row > div {
  margin-bottom: 2rem;
}
/**************************************************************/
@media (max-width: 1600px) {
  .news {
    bottom: 2.5rem;
  }

  .article .info {
    padding: 20px 25px 5px;
  }

  .article .dates {
    width: 80px;
    height: 80px;
  }
  .article .dates[data-month="10"],
  .article .dates[data-month="02"],
  .article .dates[data-month="11"],
  .article .dates[data-month="08"],
  .article .dates[data-month="09"],
  .article .dates[data-month="12"] {
    width: 100px;
    height: 100px;
    left: 0.6rem;
    bottom: calc(-1 * (100px / 2));
    font-size: 1.4rem;
  }
  .article .dates[data-month="01"],
  .article .dates[data-month="03"],
  .article .dates[data-month="07"],
  .article .dates[data-month="04"],
  .article .dates[data-month="05"],
  .article .dates[data-month="06"] {
    font-size: 1.6rem;
  }

  .event {
    height: 342px;
  }
  .login {
    max-width: 260px;
    left: 2.2rem;
    padding: 5px;
  }
  .login .wrap {
    padding: 0 20px;
  }
  .login img {
    width: 54px;
  }
  .login h3 {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1580px) {
  .k8 {
    margin-bottom: 3rem;
  }

  .k8 h2 {
    font-size: 3.64rem;
  }

  .k8 h3 {
    font-size: 1.5rem;
  }
  .centered {
    inset: 125px 0 0 0;
  }
  .fservices .top {
    width: 770px;
  }
  .fservices .block {
    padding-top: 40px;
    height: 312px;
    width: 770px;
    padding-inline: 20px;
  }
  .fservices .block[data-category="2"] {
    padding-inline: 37px;
  }

  .fservices .half {
    padding: 10px 45px 10px 30px;
  }
  .fservices .half > span {
    font-size: 1.6rem;
    display: flex;
    align-items: center;
  }
  .articles .row > div {
    flex-basis: 22%;
  }
  .block .arrowd {
    font-size: 1.25rem;
    width: 36px;
    height: 36px;
  }
  .srv {
    width: 140px;
  }
  .srv .icon img {
    max-width: 40px;
  }

  .news .content {
    max-width: 500px;
  }
  .login {
    max-width: 245px;
    left: 2rem;
  }
  .login h3 {
    font-size: 1.4rem;
  }
  .login img {
    width: 55px;
  }
  .news {
    bottom: 6.4rem;
  }
}

/* ipad tablet portrait */
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
}
/* ipad tablet landscape */
@media all and (device-width: 1024px) and (device-height: 768px) and (orientation: landscape) {
  .cover {
    padding-top: 205px;
  }
}
@media (min-width: 992px) and (max-height: 1025px) {
}
@media (min-width: 992px) and (max-width: 1025px) {
  .navibtns .desktop li img {
    height: 50px;
  }
}
@media (max-width: 1199px) {
  .articles .row > div,
  .events .container > .row > div {
    flex-basis: 45%;
  }
  .navibtns .desktop li span,
  .navibtns .desktop a span {
    bottom: 1.82rem;
  }
}
@media (max-width: 991px) {
  .footer-soc {
    display: none;
  }
  .logoicons {
    display: none;
  }
  .fservices .half > span i {
    top: 100%;
  }
  .fader {
    background: linear-gradient(
      180deg,
      rgba(0, 0, 20, 0.931) 0%,
      rgba(0, 0, 0, 0.2) 20%,
      rgba(0, 0, 0, 0.1) 50%,
      rgba(0, 0, 15, 0.8239670868347339) 100%
    );
  }
  .switch_content {
    display: none;
  }
  .k8 h2 {
    font-size: 3.6rem;
  }
  .k8 h3 {
    font-size: 1.6rem;
  }
  .centered {
    z-index: 3;
    position: relative;
  }

  .cover {
    padding: 15px;
    padding-top: 60px;
    /* header height + padding */
  }

  .centered {
    text-align: center;
  }

  .centered-banner img {
    max-width: 100%;
  }

  .news a {
    color: #fff;
  }
  .news .container {
    padding-inline: 0;
    max-width: 90%;
  }
  .news h2 a {
    font-size: 2.2rem;
    border-radius: 0;
    border-bottom: 3px solid;
  }

  .news .arrs {
    max-width: 62px;
  }
  .slick-news .slick-slide > div {
    min-height: 82px;
  }
  .news h2 a:after {
    content: none;
  }

  .cover .toggle-slick {
    display: none;
  }
  video,
  #toggle-video {
    display: none;
  }
  .fast-navigation > label,
  .fast-navigation > select,
  .fast-navigation > span {
    display: block;
    border-radius: 2rem;
    width: 100%;
  }

  .fast-navigation .smart-nav-sub > label,
  .fast-navigation .smart-nav-sub > select,
  .fast-navigation .smart-nav-sub > button {
    display: block;
    border-radius: 2rem;
  }
  .navibtns {
    width: 100%;
    position: relative;
  }
  .navibtns ul.mobile {
    margin-block: 4rem;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-right: 0;
    gap: 1rem;
  }
  .navibtns li {
    width: 100%;
    max-width: calc(50% - 1rem);
  }
  .navibtns li a {
    position: relative;
    border-radius: 80px;
    background-color: #fff;
    color: var(--text);
    width: 100%;
    padding: 5px 10px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    font-weight: 600;
    min-height: 50px;
  }
  .navibtns li a span {
    width: min-content;
    padding: 5px;
    line-height: 1.3;
  }
  .navibtns li a:hover {
    text-decoration: none;
  }
  .navibtns li img {
    max-height: 32px;
  }
  .navibtns .outline {
    position: absolute;
    inset: 0;
    margin: auto;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border-radius: 80px;
    border: 1px solid var(--darkblue);
    padding: 5px;
  }

  /* .navibtns ul.desktop{
padding-right: 0;
}
.navibtns ul li.active {
	position: relative;
right: auto;
	width: 130px;
	height: 130px;
}
.navibtns ul li.active img {
	height: 60px;
	z-index: 1;
}

*/
  .smart-nav-submit {
    margin: 0 auto;
  }
  .fservices .block a:nth-child(-n + 5):after {
    content: none;
  }
  .fservices .block a:nth-child(-n + 6) {
    border-bottom: none;
  }
  .block[data-category="2"] .srv:nth-of-type(4) {
    border-left: 1px solid #e0e1e1;
    border-bottom: 1px solid #e0e1e1;
  }

  .fservices .block a:nth-child(-n + 6) {
    border-bottom: 1px solid #e0e1e1;
  }
  .fservices .block a {
    border: 1px solid #e0e1e1;
  }
  .login {
    left: auto;
    right: 0.75rem;
    max-width: 141px;
    padding: 3px;
    top: 0.63rem;
    bottom: auto;
  }
  .login h3 {
    font-size: 1.1rem;
  }

  .login .wrap {
    padding: 5px;
    justify-content: center;
  }
  .login img {
    display: none;
  }

  .fservices {
    margin-top: 4.5rem;
    background-color: #fff;
    border-radius: 25px;
  }
  .fservices .top,
  .fservices .block {
    width: 100%;
  }

  .fservices .half {
    padding: 15px;
    width: 100%;
    max-width: 50%;
    text-align: center;
    justify-content: center;
  }

  .fservices .half > span {
    padding-inline: 1rem;
    font-size: 1.5rem;
  }
  .block[data-category="2"] .arrowd {
    left: 25%;
  }
  .block[data-category="1"] .arrowd {
    right: 26%;
  }
  .fservices .half:first-of-type > img,
  .fservices .half:last-child > img {
    width: 60px;
    height: auto;
  }

  .fservices .top > img {
    max-width: 82px;
  }
  .fservices .block {
    /* box-shadow: none; */
    padding: 25px 2px 14px;
    height: auto;
  }
  .fservices .block .icon img {
    width: 35px;
  }

  .srv {
    padding: 10px;
    width: 125px;
    height: 125px;
  }
}

@media (max-width: 700px) {
  .k8 {
    margin-bottom: 2.5rem;
  }
  .fservices .half > img {
    display: none;
  }
  .block .arrowd {
    width: 40px;
    height: 40px;
    font-size: 1.3rem;
    top: -20px;
  }

  .block[data-category="1"] .arrowd {
    right: 1px;
  }
  .block[data-category="2"] .arrowd {
    left: 1px;
  }
}

@media (max-width: 600px) {
  .news {
    bottom: 1.5rem;
  }

  .k8 h2 {
    font-size: 2.82rem;
  }
  .srv {
    padding: 1px;
    width: 90px;
    height: 90px;
  }
  .fservices .half > span {
    font-size: 1.35rem;
  }

  .fservices .half {
    padding: 20px 20px;
  }
  .fservices .block .icon {
    min-height: 30px;
  }

  .fservices .block .icon img {
    width: 25px;
  }
  .srv span {
    font-size: 0.9rem;
  }
  .fservices .block .icon {
  }
  .navibtns li img {
    max-height: 25px;
  }
}

@media (max-width: 399px) {
  .navibtns li {
    max-width: 100%;
  }
}
@media (max-width: 360px) {
  .fservices .top > img {
    max-width: 68px;
  }
}
