@import url(https://fonts.googleapis.com/earlyaccess/opensanshebrew.css);
@import url(https://fonts.googleapis.com/earlyaccess/opensanshebrewcondensed.css);

/* CSS Variables */
:root {
  --blue: #1e54a4;
  --light-blue: #5098c1;
  --black: #1c2b29;
  --bg: #F5F5F5;
  --font-48: 48px;
  --font-40: 40px;
  --font-32: 32px;
  --font-24: 24px;
  --font-20: 20px;
  --font-text: 17px;
}

/*=========General Settings========*/
body * {
  font-family: "Open Sans Hebrew", serif;
  font-size: var(--font-20);
}

.d-flex {
  display: flex;
  flex-wrap: wrap;
}

.inline-grid {
  display: inline-grid;
}

.block-end {
  justify-self: end;
}

.d-grid {
  display: grid;
}

.t-center {
  text-align: center;
}

.flex-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.container {
  width: 100%;
  padding: 0 1rem;
  margin: 0 auto;
}

a,
button {
  transition: ease-in-out 0.4s;
}

.sr-only {
  font-size: 0;
  width: 0;
  height: 0;
}

h1,
h2 {
  font-size: var(--font-40);
  font-weight: normal;
  margin: 0 0 1.5rem;
}

h3 {
  font-weight: normal;
}

p {
  margin: 0 0 1rem;
}

a.about_link {
  color: #fff;
  font-size: var(--font-20);
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.theme-btn {
  background: var(--light-blue);
  color: #fff;
  padding: 9px 28px;
  text-decoration: none;
  border-radius: 30px;
  font-size: var(--font-20);
}

.theme-btn:hover {
  background: var(--blue);
}

.theme-btn.white {
  background: #fff;
  border: 1px solid var(--blue);
  color: var(--blue);
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  /* display: inline-block; */
  padding-block: 6px;
  min-width: 156px;
}

.page-template-lobby-page #breadcrumbs {
  display: none;
}

.link_wrapper {
  text-align: end;
}

.theme-btn.white:hover {
  background: var(--blue);
  color: #fff;

  & svg path {
    color: #fff;
    fill: #fff;
  }
}

#breadcrumbs {
  position: absolute;
  width: 100%;
  top: 135px;
  z-index: 1;
  color: #fff;
  text-align: end;

  & a {
    color: #fff;
    text-decoration: none;
  }
}

.ps-grid {
  display: grid;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.jo_row {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 770px) {
  .container {
    max-width: 1520px;
  }

  .container-small {
    max-width: 1235px;
    width: 100%;
    padding-inline: 15px;
    margin-inline: auto;
  }



  .jo_col_12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .jo_col_11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .jo_col_10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .jo_col_9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .jo_col_8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .jo_col_7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .jo_col_6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .jo_col_5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .jo_col_4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .jo_col_3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .jo_col_2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .jo_col_1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  /*--Grid--*/


  .ps-grid-2 * {
    min-width: 0;
    box-sizing: border-box;
  }

  .ps-grid-2 {
    grid-template-columns: repeat(2, 1fr);
  }

  .ps-grid-3 {
    grid-template-columns: repeat(3, 1fr);
  }

  .ps-grid-4 {
    grid-template-columns: repeat(4, 1fr);
  }

  .ps-grid-4-submit {
    grid-template-columns: repeat(3, 1fr) 15%;
  }

  .ps-grid-5 {
    grid-template-columns: repeat(5, 1fr);
  }

  .ps-grid-gap15 {
    gap: 15px;
  }

  .ps-grid-gap20 {
    gap: 20px;
  }

  .ps-grid-gap30 {
    gap: 30px;
  }

  .ps-grid-gap40 {
    gap: 40px;
  }

  .ps-grid-gap60 {
    gap: 60px;
  }

  .ps-grid-gap70 {
    gap: 70px;
  }
}

form input {
  max-width: 100%;
}

form .ps-grid {
  gap: 15px;
}

form.wpcf7-form input,
form.wpcf7-form textarea {
  direction: rtl !important;
  height: 60px;
  border-radius: 35px;
  width: 100%;
}

.page-id-55 form.wpcf7-form input,
.page-id-55 form.wpcf7-form textarea {
  height: 50px;
  font-size: 1rem;
}

form.wpcf7-form textarea {
  padding: 10px 15px;
}

.grid-submit {
  grid-template-columns: 75% 1fr;
  margin-top: 35px;
}

.col-input input {
  padding-inline: 15px;
}

form.wpcf7-form {
  direction: rtl;
}

.col-file input {
  width: 100%;
  background: #fff;
  padding: 5px 15px 5px 5px;
  line-height: 50px;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
  background: #999A9BB8;
  border: 0;
  float: left;
  height: 100%;
  border-radius: 50px;
  padding: 5px 49px;
  color: #fff;
  line-height: 40px;
  cursor: pointer;
}

.col-submit input {
  width: 100%;
  background: var(--light-blue);
  border-color: var(--light-blue);
  color: #fff;
}

.wpcf7-spinner {
  position: absolute;
}

/*=========Header==========*/
header#masthead {
  position: fixed;
  width: 100%;
  top: 20px;
  left: 0;
  z-index: 3;

  & .container {
    justify-content: space-between;
  }

  & .main-navigation {
    display: flex;
    width: auto;
    align-items: center;
    justify-content: flex-end;
  }

  & .custom-logo-link {
    display: flex;
  }
}

body:not(.home) #masthead {
  background: rgba(255, 255, 255, 0.85);
  padding: 15px 0;
}

@media screen and (min-width:769px){
.main-navigation ul {
  gap: 25px;

  & .sub-menu {
    background: #fff;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    height: 0;
    display: flex;
    flex-direction: column;
  }
}

.main-navigation ul li:hover {
  & .sub-menu {
    opacity: 1;
    visibility: visible;
    height: auto;
    padding: 1rem;
    transition: ease-in-out 0.4s;
  }
}

.main-navigation a {
  display: block;
  text-decoration: none;
  color: var(--black);
  font-size: 18px;
}

.main-navigation a:hover,
.main-navigation a:focus {
  color: var(--blue);
}
}

.home header#masthead {
  top: 60px;

  & img {
    max-height: 45px;
    width: auto;
  }
}



/*======= Lobby ==========*/
#about_lobby,
.about_lobby {
  position: relative;

  & .inner_section {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
  }

  & .about_text {
    background: var(--blue);
    max-width: 800px;
    padding: 4rem;

    & h2 {
      display: flex;
      align-items: center;
      color: #fff;
      gap: 20px;
      flex-wrap: wrap;
    }
  }

  & .free_textt p {
    color: #fff;
    font-size: var(--font-20);
  }

  .link-wrapper {
    text-align: end;
  }

  & video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left;
  }

  & .two_sides.only_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  & .free_textt {
    color: #fff;
  }
}

/* #about_lobby_2{

} */
#about_lobby .ps-grid.ps-grid-2 {
  grid-template-columns: repeat(2, 50%);

  & .two_sides {
    aspect-ratio: 992 / 684;
    overflow: hidden;
  }

  & .two_sides img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }


}

#instruments {
  padding-block: 200px 115px;
}

section#cta_job {
  background: var(--blue);
  text-align: center;
  padding-block: 4rem 3rem;

  & h2 {
    color: #fff;
    margin-bottom: 10px;
    font-size: var(--font-48);
  }

  & .subtitle {
    font-size: var(--font-24);
    color: #fff;
    margin-bottom: 2rem;
  }

  & .theme-btn {
    display: inline-block;
  }

  & .theme-btn:hover {
    background: #fff;
  }

}

.intro {
  padding-top: 225px;
  text-align: center;

  & h1 {
    color: #fff;
  }

  & .intro-text {
    color: #fff;
  }
}


#main {
  padding-top: 210px;
  padding-bottom: 70px;
}

.page-template-default #main {
  padding-top: 160px;
  padding-bottom: 45px;

  & h1 {
    color: #fff;
	margin: 0;
  }
}

.container.inner-page {
  padding-block: 50px;
}

.job-item {
  background: url(/wp-content/uploads/2025/07/bg_job.png)no-repeat left top / cover;
  padding: 50px 35px;

  & .date {
    font-size: var(--font-24);
    color: var(--blue);
    font-weight: bold;
  }

  & h3 {
    color: #000;
    font-weight: bold;
    font-size: var(--font-24);
    margin-block: 0.7rem;
  }
}

#free_text {
  background: var(--bg);
  padding-block: 25px;

  & strong {
    display: block;
    margin-bottom: 10px;
  }
}

.project-item img {
  aspect-ratio: 592 / 406;  height: 100%;
  object-fit: cover;
  transition: ease-in-out 0.4s;
}

.link_img {
  overflow: hidden;
  display: block;
  aspect-ratio: 592 / 406;
}

.link_img:hover img {
  transform: scale(1.05);
}

.link_text_wrapper {
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
}

.link_text_wrapper a {
  font-weight: normal;
}

.link_text_wrapper h3 {
  font-size: var(--font-24);
  padding-inline-start: 1rem;
}

.filters-button-group {
  align-items: center;
  justify-content: center;
  gap: 25px;
  margin-top: 5rem;

  & button {
    padding: 10px 25px;
    border-radius: 35px;
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
  }

  & button:hover,
  button.is-checked {
    background: var(--light-blue);
    border-color: var(--light-blue);
  }

}

#gallery,
#projects {
  text-align: center;
  padding: 2rem;
}

#gallery h2 {
  margin-bottom: 3rem;
}

.project-image img {
  aspect-ratio: 592 / 406;
  object-fit: cover;
}

.text_start {
  text-align: start;
}

.text_end {
  text-align: end;
}

.main_info {
  color: #fff;
}

.footer_info {
  background: #1C212B;
  padding: 55px 0 40px;
}

footer {
  & a:visited {
    color: #fff;
  }
}

.credit {
  background: #000000;
  padding-block: 31px;

  & * {
    color: #fff;
    font-size: 16px;
    text-decoration: unset;
  }
}

.post,
.page {
  margin: 0;
}

.jo_col_6.site-info a {
  display: flex;
  justify-content: end;
  align-items: center;
  flex-direction: row-reverse;
  gap: 10px;
  filter: brightness(0) invert(1);
  text-decoration: unset;
}

.flex-footer {
  justify-content: space-between;
}

.footer-menu * {
  display: flex;
  color: #fff;
  text-decoration: unset;
  align-items: center;

}

.contact-footer {
  display: flex;
  align-items: center;
  gap: 15px;

  & .item-contact {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #fff;
    font-size: 17px;

    & a {
      color: #fff;
      text-decoration: none;
      font-size: 17px;
    }
  }
}

ul#menu-footer {
  margin: 0;
  gap: 15px;
  color: #fff;
  padding: 0;

  & * {
    font-size: 17px;
    color: #fff;
  }
}

.contact-footer {
  flex: 1;
  justify-content: center;
}

a.mail-f {
  display: flex;
  align-items: anchor-center;
  gap: 15px;
  color: #fff;
  text-decoration: none;
  border-radius: 25px;
  font-size: 17px;
  border: 1px solid var(--light-blue);
  padding: 5px 16px;
  margin: 0 30px;
}

.social-footer {
  display: flex;
  gap: 10px;
  align-items: center;

  & * {
    display: flex;
    align-items: center;
  }
}
.item-social{
  background: var(--blue);
  border-radius: 50%;
  padding: 8px;
  width: 40px;
  height: 40px;
}
.item-social svg{
  width: 100%;
  height: auto;
}
.item-social path{
  fill: #fff;
}

.col-3.navigation-mob {
  display: flex;
}

.only-mob {
  display: none;
}

.swiper-wrapper {
  height: auto;
}

.project-item.swiper-slide {
  margin-inline: 0;
}
@media screen and (min-width:1950px){
    .container{
        max-width:1920px;
    }
}

@media screen and (max-width:1500px) {
  :root {
    --font-48: 42px;
    --font-40: 32px;
    --font-32: 25px;
    --font-24: 20px;
    --font-20: 16px;
  }
  .container{
      padding: 0 2rem;
  }
  #about_lobby, .about_lobby {
    & .about_text {
       max-width: 55%;
    }
 }
 .video-about img {
    max-height: 160px;
 }
 span.text_after{
     margin-top: 0;
     max-width: 70%;
 }
}
@media screen and (max-width:768px) {
  :root {
    --font-48: 36px;
    --font-40: 30px;
    --font-32: 24px;
    --font-24: 20px;
    --font-20: 16px;

  }
  .container{
      padding: 0 1rem;
  }
  .social-footer{
	padding-top: 20px;
  }
  
  .page-template-default #main {
	padding-top: 86px;
	padding-bottom: 35px;
  }
  .page-template-default #main h1{}

    .menu-mobile {
        display: none;
        position: absolute;
        width: 100%;
        height: calc(100dvh - 50px);
        /* background: #fff; */
        z-index: 11;
        padding: 20px;
        box-sizing: border-box;
        inset-inline-start: 0;
        top: 56px;
        overflow-y: auto;
    }

  .menu-mobile .main-navigation ul {
    display: block;
  }

  .menu-bottom ul {
    list-style: none;
    margin: 10px 0;
  }

  .main-navigation .btn-link-menu a {
    display: inline-block;
  }

  .navigation-mob,
  .nav-block.d-flex.col-3 {
    flex: 0 0 15%;
    max-width: 15%;
  }

  .site-branding {
    flex: 0 0 60%;
    max-width: 60%;
    text-align: center;
  }

  .site-branding img {
    max-width: 100%;
  }

  button.menu-toggle {
    background: rgba(0, 0, 0, 0);
    border: 0;
  }

  /*button.menu-toggle span {*/
  /*  width: 35px;*/
  /*  height: 2px;*/
  /*  background: var(--blue);*/
  /*  display: block;*/
  /*  margin-bottom: 6px;*/
  /*}*/
  
button.menu-toggle span {
  width: 35px;
  height: 2px;
  background: var(--blue);
  display: block;
  margin-bottom: 6px;
  position: absolute;
  left: 0;
  transition: transform 0.3s ease, opacity 0.2s ease, top 0.3s ease;
}

button#mobile-menu-btn {
  position: relative;
  width: 35px;
  height: 26px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

button#mobile-menu-btn .menu-line {
  left: 50%;
  transform: translateX(-50%);
}

button#mobile-menu-btn .first-span {
  top: 0;
}

button#mobile-menu-btn .second-span {
  top: 10px;
}

button#mobile-menu-btn .third-span {
  top: 20px;
  margin: 0;
}

button#mobile-menu-btn.open-menu .first-span {
  top: 10px;
  transform: translateX(-50%) rotate(45deg);
}

button#mobile-menu-btn.open-menu .second-span {
  opacity: 0;
}

button#mobile-menu-btn.open-menu .third-span {
  top: 10px;
  transform: translateX(-50%) rotate(-45deg);
}

  .site-branding a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    padding: 0;
  }

   #about_lobby,
    .about_lobby {
      & .inner_section {
        position: static;
      }
      & .about_text {
        width: 100%;
        max-width: none;
      }
    }

  .two_sides.only_img {
    display: none;
  }

  span.menu-line.third-span {
    margin: 0;
  }

  .home header#masthead,
  header#masthead {
    top: 0;
  }

  body:not(.home) #masthead {
    padding: 0;
  }

  .home #masthead .container,
  header#masthead .container {
    padding: 0.5rem 1rem 0.5rem 0;
  }

  .about_text img {
    max-height: 36px;
  }

  #about_lobby,
  .about_lobby {
    & .about_text {
      padding: 1rem;
      margin-top: 0;
      margin-bottom: 0;
    }
  }

  #activity h2 {
    padding-block: 20px;
    margin-bottom: 00;
  }

  #instruments {
    & .area_text {
      padding: 1.5rem;
    }
  }

  #about_lobby .ps-grid.ps-grid-2 {
    grid-template-columns: repeat(1, 1fr);
  }

  #activity {
    padding-bottom: 2rem;

    & .back {
      z-index: 1;
      opacity: 1;
    }

    & .areas_wrapper {
      gap: 25px;
    }
  }

  ul#menu-footer {
    flex-direction: column;
    padding: 0;
  }

  .footer-menu * {
    align-items: start;
  }

  a.mail-f {
    margin: 0 0 5px;
  }

  .footer-menu {
    flex: 0 0 40%;
  }

  .contact-footer {
    flex: 0 0 57%;
  }

  .contact-footer {
    flex-direction: column;
    align-items: start;
    gap: 5px;
  }

  .only-mob {
    display: block;
  }

  .only-desk {
    display: none;
  }

  a.mail-f {
    padding: 2px 16px;
  }

  .credit .d-flex {
    justify-content: center;
    row-gap: 16px;
  }

  .flex_proccess .item-process {
    order: 1;
    flex: 0 0 calc(50% - 16px);
    max-width: 50%;
  }


  .item-process:nth-child(3) {
    order: 2;
  }

  .item-process:nth-child(5) {
    order: 3;
    max-width: 100%;
    flex: 0 0 100%;
  }

  #proccess .item-process:after {
    width: 20px;
    height: 18px;
    left: -26px;
  }

  #proccess .item-process:nth-child(3):after {
    left: unset;
    right: -26px;
    transform: scale(-1);
  }

  #proccess .item-process:nth-child(2):after,
  #proccess .item-process:nth-child(4):after {
    bottom: -26px;
    left: 50%;
    transform: rotate(-90deg);
  }

  #proccess .flex_proccess {
    gap: 32px;
  }

  #breadcrumbs {
    top: 40px;
    margin-top: 30px;
  }

  #main {
    padding-top: 90px;
  }

  .main_info .jo_col_7 {
    padding-inline-start: 0 !important;
  }

  .main_info .jo_col_5 {
    padding-inline-end: 0 !important;
  }

  .intro {
    & h1 {
      color: #fff;
      margin-bottom: 10px;
      line-height: 1.2;
    }
  }

  .setificates img {
    max-height: 70px;
  }

  .three_gallery {
    gap: 15px;
    transform: unset;
  }

  #jobs_grid {
    padding-block: 25px;
  }

  #jobs_grid {
    & .ps-grid-2 {
      gap: 25px;
    }
  }

  form.wpcf7-form {
    max-width: 100%;
    padding: 15px;
  }

  .wpcf7-spinner {
    display: none;
  }

  form.wpcf7-form input {
    height: 45px;
  }

  .grid-submit {
    grid-template-columns: 100%;
    margin-top: 14px;
  }

  ::-webkit-file-upload-button {
    padding: 5px 29px;
    line-height: 26px;
  }

  .col-file input {
    line-height: 38px;
  }

  #job_contact {
    padding-block: 40px;

    & h2 {
      margin-bottom: 10px;
    }
  }

  #jobs_grid {
    padding: 25px 15px;
    text-align: center;

    & .ps-grid-2 {
      gap: 25px;
    }

    & h2 {
      margin-bottom: 20px;
    }
  }

/*  .main-navigation ul {
    & .sub-menu {
      background: #fff;
      padding: 0;
      opacity: 1;
      visibility: visible;
      height: auto;
      position: static;
      float: unset;
      /* padding-inline-start: 25px; */
 /*     box-shadow: none;
      gap: 0;
    }
  }*/

  .menu-item-has-children .sub-menu a:before {
    content: "←";
    margin-inline-end: 6px;
  }

  .icon img {
    max-width: 50px;
  }

  #sub_areas {
    padding-block: 25px;
  }


  .link_img {
    aspect-ratio: 2 / 1.5;
  }

  .project-item img {
    aspect-ratio: unset;
  }

  .link_text_wrapper h3 {
    font-size: var(--font-24);
    padding-inline-start: 0;
    margin: 0 0 0.8rem;
  }

  .filters-button-group {
    margin-top: 2rem;
  }

  .page-template-projects-page #main {
    padding-bottom: 30px;
    padding-top: 120px;

    & h1 {
      line-height: 1.2;
    }

  }

	/*==============MENU=============*/
	
.menu-mobile{
	background:var(--blue);
}
.menu-menu-1-container{
  padding:0;
}
.menu-menu-1-container ul{
  margin: 0;
  list-style: none;
  border-top: 1px solid #ffffff30;
}
.menu-menu-1-container ul > li{
  border-bottom: 1px solid #ffffff30;
}
.menu-menu-1-container .menu .menu-item a{
  color: #fff;
  font-size: 20px;
  padding: 8px 20px;
  display: block;
  margin: 5px 0;
}
.menu-menu-1-container .menu .current-menu-item>a,
.menu-menu-1-container .menu .menu-item a:hover{
  background: rgba(255,255,255,0.1);
}
.menu-item-has-children{
  position:relative;
}
    .menu-item-has-children.menu-item> .dropdown-menu-toggle {
        content: "";
        background: url(/wp-content/uploads/2025/12/path.webp) no-repeat scroll left center / 15px;
        position: absolute;
        left: 0;
        width: 50px;
        height: 35px;
        top: 0;
        transition: all 0.4s ease;
        display: block;
		z-index:1;
    }
.menu-item-has-children.active.menu-item> .dropdown-menu-toggle{
	        transform: scaleY(-1);
}
.menu-item-has-children .sub-menu > li > a::before{
  content: "";
  margin: 0 0 0 15px;
  background: #fff;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  display: table;
}
.menu-menu-1-container .menu .sub-menu .menu-item {
    padding-inline: 0;
}
.main-navigation.toggled .menu-item-has-children > .sub-menu {
    display: none;
	position: static;
    float: none;
	box-shadow: unset;
}
.menu-menu-1-container .menu .menu-item-has-children > .sub-menu > li > a{
  display: flex;
  align-items: center;
}
	body .main-navigation a {
		color:#fff;
	}

}

.grid-submit {
  display: grid;
  grid-template-columns: 1fr 1fr; /* 50/50 */
  /*column-gap: 15px;*/
  margin-top: 35px;
  align-items: center;
  gap: 35px !important;
}
.grid-submit .col-file {
  grid-column: 1 / 2;
}
.grid-submit .col-acceptance {
  grid-column: 2 / 3;
  display: flex;
  align-items: center;
}
.grid-submit .col-acceptance .wpcf7-list-item {
  margin: 0;
}
.grid-submit .col-acceptance .wpcf7-list-item label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}
.grid-submit .col-submit {
  grid-column: 1 / -1; /* кнопка на всю ширину */
}
.grid-submit .col-submit .wpcf7-submit,
.grid-submit .col-submit input[type="submit"] {
  width: 100%;
}
.grid-submit .col-acceptance input[type="checkbox"] {
  width: 24px;
  height: 24px;
  min-width: 24px;
  margin: 0;
  accent-color: var(--blue);
}
#wpcf7-f329-p55-o1 .col-acceptance .wpcf7-list-item-label a,
#wpcf7-f329-p55-o1 .col-acceptance .wpcf7-list-item-label a:visited {
  color: var(--blue);
  /*text-decoration: none;*/
}
#wpcf7-f329-p55-o1 .col-acceptance .wpcf7-list-item-label a:hover,
#wpcf7-f329-p55-o1 .col-acceptance .wpcf7-list-item-label a:focus,
#wpcf7-f329-p55-o1 .col-acceptance .wpcf7-list-item-label a:active {
  color: var(--blue);
  text-decoration: none;
}
/* JOB FORM: link color = white */
#wpcf7-f172-o1 .col-acceptance .wpcf7-list-item-label a,
#wpcf7-f172-o1 .col-acceptance .wpcf7-list-item-label a:visited {
  color: #fff;
  /*text-decoration: none;*/
}
#wpcf7-f172-o1 .col-acceptance .wpcf7-list-item-label a:hover,
#wpcf7-f172-o1 .col-acceptance .wpcf7-list-item-label a:focus,
#wpcf7-f172-o1 .col-acceptance .wpcf7-list-item-label a:active {
  color: #fff;
  text-decoration: none;
}

#clients .splide__pagination__page.is-active {
  background: var(--blue);
  opacity: 1;
}

#clients .splide__pagination__page {
  background: #c7cfdd;
  opacity: 1;
}
