/* stylelint-disable max-line-length */
:root {
  --breakpoint-xxl: 1920px;
  --breakpoint-xl: 1440px;
  --breakpoint-lg: 1280px;
  --breakpoint-md: 1024px;
  --breakpoint-md-s: 992px;
  --breakpoint-sm: 768px;
  --breakpoint-sm-s: 550px;
  --breakpoint-xs: 512px;
  --breakpoint-xxs: 390px;
  --breakpoint-xxxs: 375px;
}

.services .container {
  padding-top: 35px;
  padding-bottom: 35px;
}
@media (min-width: 992px) {
  .services .container {
    padding-top: 85px;
    padding-bottom: 85px;
  }
}
@media (min-width: 1280px) {
  .services .container {
    padding-top: 110px;
    padding-bottom: 200px;
  }
}
.services-title {
  font-weight: 300;
  text-align: center;
  margin-bottom: 30px !important;
}
@media (min-width: 992px) {
  .services-title {
    margin-bottom: 95px !important;
  }
}
.services__tab {
  display: flex;
  flex-direction: column;
}
.services__content {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .services__content {
    flex-direction: row;
    position: relative;
  }
}
.services__content--img {
  width: 100%;
  flex: 0 0 100%;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
@media (min-width: 992px) {
  .services__content--img {
    width: 50%;
    flex: 0 0 50%;
    min-height: 100%;
  }
}
@media (min-width: 1280px) {
  .services__content--img {
    width: 600px;
    flex: 0 0 600px;
    position: static;
  }
}
.services__content--img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  opacity: var(--opacity);
  width: 100%;
  height: 100%;
}
@media (min-width: 1280px) {
  .services__content--img::after {
    width: 600px;
  }
}
.services__content--img .decor {
  position: absolute;
  bottom: -15%;
  right: 10%;
  width: 150px;
  height: 150px;
}
@media (min-width: 992px) {
  .services__content--img .decor {
    bottom: -40%;
    right: -2%;
    width: 400px;
    height: 400px;
  }
}
.services__content--img .decor img,
.services__content--img .decor svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 992px) {
  .services__content--img .decor img,
  .services__content--img .decor svg {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.content-first .services__content--img::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: -100%;
  background: var(--sk-color-primary);
}
@media (min-width: 992px) {
  .content-second .services__content--img {
    order: 2;
  }
}
.content-second .services__content--img::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: -100%;
  background: var(--sk-color-third);
}
.content-second .services__content--img::after {
  content: "";
  position: absolute;
  left: inherit;
  right: 0;
  background: #000;
  opacity: var(--opacity);
  width: 100%;
  height: 100%;
}
@media (min-width: 1280px) {
  .content-second .services__content--img::after {
    width: 600px;
  }
}
.services__content--title {
  max-width: 300px;
  margin: 0 auto;
  font-size: 30px;
  font-weight: 300;
  padding: 0 15px;
  position: relative;
  z-index: 2;
}
@media (min-width: 375px) {
  .services__content--title {
    padding: 0;
  }
}
.services__content--title p,
.services__content--title span {
  display: inline-block;
  line-height: 35px;
}
.services__content--bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.services__content--bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.services__content--main {
  padding-top: 75px;
  padding-bottom: 75px;
}
.services__content--main p:last-child {
  margin-bottom: 0;
}
.services__content--main a {
  margin-top: 10px;
}
@media (min-width: 992px) {
  .content-first .services__content--main {
    padding-left: 75px;
  }
}
@media (min-width: 992px) {
  .content-second .services__content--main {
    order: 1;
    padding-right: 75px;
  }
}
