section.our-values{
    margin-bottom:50px;
}
.circle {
    width: 20px;
    height: 20px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    background: #58585a;
    margin: auto;
    margin-top: 30px;

}

.swiper-hr {
    position: absolute;
    bottom: 0;
    border: none;
    height: 5px;
    color: black;
    background-color: #cfcfcf;
    width: 5000px;
    margin: 0;
    margin-bottom: 74px;
}
.col-hr{
  position: absolute;
  bottom: 0;
  border: none;
  height: 5px;
  color: black;
  background-color: #cfcfcf;
  width: 100%;
  margin: 0;
  margin-bottom: 133px;
}
.col-hr-ar{
  position: absolute;
  bottom: 0;
  border: none;
  height: 5px;
  color: black;
  background-color: #cfcfcf;
  width: 100%;
  margin: 0;
  margin-bottom: 90px;
}

.col-desktop .swiper-slide {
    width: 220px;
    text-align: center;
}
.col-desktop{
  text-align: center;
}
.col-desktop svg {
    background: none !important;
}

.slide-title {
    background: none !important;
    text-align: center;
    margin-top: 40px;
    font-size: 18px;
}
.our-values .img-container div{
  background-size:cover!important;
}
.our-values-navigation.inactive path{
    fill: #cfcfcf !important;
    stroke:#cfcfcf!important;

    /*color: #cfcfcf;*/
    /*background: #cfcfcf;*/
}
.our-values-navigation.inactive polygon{
    fill: #cfcfcf !important;
    stroke:#cfcfcf!important;

}
.circle.inactive{
  background:#58585a!important;
}
.slide-title.inactive{
  color:#58585a!important;
}
.our-values-navigation {
    cursor: pointer;
}
svg.our-values-navigation {
    width: 150px;
    height: 150px;
}

.values{
    margin-top:40px;
}

.values .img-container {
    padding: 0;
}

.values .img-container img {
    padding: 0;
}

.values .img-text {
    font-size: 21px;
    color: #58585a;
    background: #f6f4f7;
    padding-right: 0;
    padding-left: 0;
}
.values .swiper-slide svg{
    max-height: 150px;
}


.values .triangle {
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    position: absolute;
    top: 40px;
    right: -20px;
    z-index: 3;
    border-left: 20px solid #f6f4f7;

}
.our-values-text-col {
    text-transform: uppercase;
}
.col-desktop{
  display: block;
}
.swiper-mobile{
  display: none;
}
.our-values-swiper{
  text-align: center;
}

.our-values-icon {
  display: flex;
  width: 100%;
  height: auto;
  justify-content: center;
  align-items: center;
}
.our-values-icon img {
  width: 100%;
  height: auto;
  max-width: 150px;
}

@media only screen and (max-width: 1000px) {
  .col-desktop{
    display:none;
  }
  .swiper-mobile{
    display:block!important;
  }
}
@media only screen and (max-width: 768px) {
    .values .triangle {
        transform: rotate(90deg)!important;
        right: 20%!important;
        top: unset;
        top: calc(100% - 10px);
    }
}
