/* Almet Baku — home.css (exported from the Next.js build: Tailwind, CSS modules, Swiper, Fancybox) */

.title__title {
  font-size: 64px;
  font-style: normal;
  line-height: 80px;
  text-transform: uppercase;
  font-weight: 700;
  color: #1a1a1a;
}

@media screen and (max-width:992px) {
  .title__title {
    font-size: 50px;
    line-height: 40px;
  }
}

@media screen and (max-width:769px) {
  .title__title {
    font-size: 28px;
    margin-top: 40px;
  }
}

.aplication-works__container {
  margin-top: 60px;
  position: relative;
}

.aplication-works__list {
  padding: 40px 100px 40px 27px;
}

.aplication-works__list li {
  color: #1a1a1a;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 29px;
  margin-bottom: 30px;
  position: relative;
}

.aplication-works__list li span {
  content: "";
  position: absolute;
  top: 7px;
  left: -25px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: red;
  animation: aplication-works__colorChange linear infinite;
}

.aplication-works__metal {
  position: absolute;
  right: 10px;
  animation: aplication-works__rotateMetal 10s linear infinite;
}

@keyframes aplication-works__rotateMetal {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(1turn);
  }
  to {
    transform: rotate(0deg);
  }
}

@keyframes aplication-works__colorChange {
  0% {
    background-color: #1a1a1a;
  }
  25% {
    background-color: #6e6c6c;
  }
  50% {
    background-color: #fff;
  }
  75% {
    background-color: #b4b47d;
  }
  to {
    background-color: #daa520;
  }
}

@media screen and (max-width:769px) {
  .aplication-works__list li {
    line-height: 20px;
    margin-bottom: 14px;
  }
  .aplication-works__container {
    margin-top: 30px;
  }
  .aplication-works__list {
    padding-right: 50px;
  }
}

@media screen and (max-width:577px) {
  .aplication-works__list {
    padding: 16px 0 16px 27px;
  }
  .aplication-works__list li {
    line-height: 26px;
    font-size: 16px;
  }
}

.dropfiltervideo__dropfilter {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,.1);
  z-index: 111;
  opacity: 1;
  transition: opacity .5s ease;
}

.metalmesh-roundedtext__roundedTextContainer {
  position: absolute;
  z-index: 111;
  right: 5%;
  bottom: -125px;
}

.metalmesh-roundedtext__curve {
  fill: transparent;
}

.metalmesh-roundedtext__text {
  fill: #fff;
  text-transform: uppercase;
  letter-spacing: 7px;
  font-size: 20px;
  transform-origin: 50% 50%;
  animation: metalmesh-roundedtext__rotate 15s linear infinite;
  -webkit-animation: metalmesh-roundedtext__rotate 15s linear infinite;
}

@keyframes metalmesh-roundedtext__rotate {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}

.metalmesh-title__container {
  position: relative;
  width: 800px;
  height: auto;
}

.metalmesh-title__container h1 {
  font-weight: 700;
  font-size: 64px;
  text-transform: uppercase;
}

.metalmesh-title__container h1:first-child {
  display: inline-block;
  position: absolute;
  z-index: 555;
  height: 140px;
  left: 0;
  top: -74px;
  animation-delay: 1s;
  animation: metalmesh-title__openclose1 1s ease-in-out;
}

.metalmesh-title__container h1:nth-child(2) {
  display: inline-block;
  position: absolute;
  z-index: 555;
  top: 0;
  width: 100%;
  height: 140px;
  overflow: hidden;
  animation: metalmesh-title__openclose2 .9s ease-in-out;
}

.metalmesh-title__container h1:nth-child(2):after {
  content: "";
  position: absolute;
  width: 70%;
  background-color: #fff;
  height: 1px;
  bottom: 40px;
  overflow: hidden;
  left: 0;
}

.metalmesh-title__container h4 {
  position: absolute;
  display: inline-block;
  transform: rotate(-90deg);
  bottom: -400px;
  font-weight: 700;
  font-size: 24px;
  left: -50px;
  letter-spacing: 2px;
  animation: metalmesh-title__openclose3 .9s ease-in-out;
}

.metalmesh-title__container h4:after {
  content: "";
  position: absolute;
  width: 30%;
  background-color: #fff;
  height: 1px;
  top: 21px;
  right: -80px;
}

@media screen and (max-width:1275px) {
  .metalmesh-title__container h1 {
    font-size: 81px;
  }
  .metalmesh-title__container h1:nth-child(2):after {
    width: 68%;
  }
}

@media screen and (max-width:1100px) {
  .metalmesh-title__container h1 {
    font-size: 70px;
  }
  .metalmesh-title__container h1:nth-child(2):after {
    width: 60%;
    bottom: 34px;
  }
}

@media screen and (max-width:992px) {
  .metalmesh-title__container {
    left: 70px;
  }
}

@media screen and (max-width:769px) {
  .metalmesh-title__container {
    left: 0;
  }
  .metalmesh-title__container h1 {
    font-size: 60px;
  }
  .metalmesh-title__container h1:nth-child(2) {
    top: -11px;
  }
  .metalmesh-title__container h1:nth-child(2):after {
    width: 60%;
    bottom: 50px;
  }
  .metalmesh-title__container h4 {
    bottom: -310px;
  }
}

@media screen and (max-width:577px) {
  .metalmesh-title__container h1 {
    font-size: 36px;
  }
  .metalmesh-title__container h1:first-child {
    top: -30px;
  }
  .metalmesh-title__container h1:nth-child(2) {
    top: 12px;
  }
  .metalmesh-title__container h1:nth-child(2):after {
    width: 40%;
    bottom: 85px;
  }
  .metalmesh-title__container h4 {
    left: -62px;
  }
}

.metalmesh-title__backg {
  display: block;
  background-color: #fff;
}

.metalmesh-slider__container {
  margin-top: 100px;
  margin-bottom: 100px;
  position: relative;
}

.metalmesh-slider__upperParagraph {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  text-transform: uppercase;
}

.metalmesh-slider__sliderContainer {
  display: flex;
  justify-content: flex-end;
}

.metalmesh-slider__sliderContainerSlider {
  width: 75%;
  position: relative;
}

@media screen and (max-width:992px) {
  .metalmesh-slider__sliderContainerSlider {
    top: 125px;
    right: 60px;
  }
}

@media screen and (max-width:769px) {
  .metalmesh-slider__sliderContainerSlider {
    right: 20px;
  }
  .metalmesh-slider__sliderContainer {
    display: flex;
    margin-left: 20px;
  }
  .metalmesh-slider__sliderContainerSlider {
    width: 90%;
    top: 90px;
  }
  .metalmesh-slider__upperParagraph {
    font-size: 17px;
  }
}

@media screen and (max-width:577px) {
  .metalmesh-slider__upperParagraph {
    font-size: 14px;
  }
}

.metalmesh-infotext__container {
  margin-top: 180px;
  padding: 0 60px;
}

.metalmesh-infotext__text {
  color: #fff;
  text-align: center;
  font-family: Open Sans;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 42px;
}

@media screen and (max-width:1200px) {
  .metalmesh-infotext__text {
    font-size: 30px;
  }
}

@media screen and (max-width:992px) {
  .metalmesh-infotext__container {
    margin-top: 250px;
    padding: 0 30px;
  }
  .metalmesh-infotext__text {
    font-size: 24px;
    line-height: 32px;
  }
}

@media screen and (max-width:577px) {
  .metalmesh-infotext__text {
    font-size: 20px;
    line-height: 28px;
  }
}

.dropfilter__dropfilter {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,.6);
  z-index: 111;
  opacity: 1;
  transition: opacity .5s ease;
}

.metalmesh-grids-items__container {
  overflow: hidden;
  border-radius: 10px;
}

.metalmesh-grids-items__para {
  position: absolute;
  top: 5%;
  left: 5%;
  z-index: 222;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  right: 10%;
}

.metalmesh-grids-items__heading {
  position: absolute;
  bottom: 40px;
  left: 10px;
  right: 10px;
  z-index: 222;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  line-height: 70px;
  text-transform: uppercase;
  font-size: 30px;
  color: transparent;
  -webkit-text-stroke: 1px #fff;
  margin: 0;
  transition: all 1s;
}

.metalmesh-grids-items__dropfilter {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,.7);
  z-index: 111;
  opacity: 1;
  transition: opacity .5s ease;
}

.metalmesh-grids-items__container:hover .metalmesh-grids-items__dropfilter {
  opacity: .5;
}

.metalmesh-grids-items__container:hover .metalmesh-grids-items__heading {
  color: #fff;
  font-size: 32px;
}

.metalmesh-grids-items__productImage {
  transition: transform .5s ease;
}

.metalmesh-grids-items__container:hover .metalmesh-grids-items__productImage {
  transform: scale(1.1);
}

.metalmesh-grids-items__box1 {
  height: 240px;
}

.metalmesh-grids-items__box2 {
  height: 350px;
  overflow: hidden;
}

@media screen and (max-width:992px) {
  .metalmesh-grids-items__box2 {
    height: 290px;
  }
  .metalmesh-grids-items__heading {
    font-size: 28px;
  }
  .metalmesh-grids-items__container:hover .metalmesh-grids-items__heading {
    color: #fff;
    font-size: 29px;
  }
}

@media screen and (max-width:577px) {
  .metalmesh-grids-items__box1 {
    height: 180px;
  }
  .metalmesh-grids-items__para {
    font-size: 20px;
    line-height: 26px;
  }
  .metalmesh-grids-items__heading {
    font-size: 25px;
    line-height: 40px;
  }
  .metalmesh-grids-items__container:hover .metalmesh-grids-items__heading {
    font-size: 26px;
  }
}

.metalmesh-grids-items__placeholder {
  width: 100%;
  height: 100%;
  background-color: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  font-size: 14px;
}

.metalmesh-features__container {
  margin-top: 123px;
  text-align: center;
}

.metalmesh-features__container h2 {
  display: inline-block;
  position: relative;
  color: #fff;
  font-size: 74px;
  font-weight: 700;
  transition: .6s ease-in-out;
}

.metalmesh-features__container h2:hover {
  color: #daa520;
}

.metalmesh-features__container h2 span {
  position: absolute;
  top: -14px;
  left: -36px;
}

.metalmesh-features__container h4 {
  margin-top: 40px;
  margin-bottom: 60px;
  font-size: 30px;
  font-weight: 500;
  line-height: 30px;
  text-transform: uppercase;
}

@media screen and (max-width:769px) {
  .metalmesh-features__container h2 {
    font-size: 56px;
  }
}

@media screen and (max-width:577px) {
  .metalmesh-features__container h2 {
    font-size: 38px;
  }
  .metalmesh-features__container h4 {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 26px;
  }
}

.metalmesh__container {
  background: #1a1a1a;
  color: #fff;
  font-weight: 500;
  padding-top: 40px;
  padding-bottom: 93px;
}

@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, 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");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical>.swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function,initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translateZ(0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform,height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
  transform-style: preserve-3d;
}

.swiper-css-mode>.swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal>.swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical>.swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered>.swiper-wrapper:before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0,0,0,.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(270deg,rgba(0,0,0,.5),transparent);
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(90deg,rgba(0,0,0,.5),transparent);
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(0deg,rgba(0,0,0,.5),transparent);
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(180deg,rgba(0,0,0,.5),transparent);
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border-radius: 50%;
  border: 4px solid var(--swiper-preloader-color,var(--swiper-theme-color));
  border-top: 4px solid transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s linear infinite;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: opacity .3s;
  transform: translateZ(0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none!important;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom,8px);
  top: var(--swiper-pagination-top,auto);
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));
  height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius,50%);
  background: var(--swiper-pagination-bullet-inactive-color,#000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity,.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none!important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity,1);
  background: var(--swiper-pagination-color,var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
  right: var(--swiper-pagination-right,8px);
  left: var(--swiper-pagination-left,auto);
  top: 50%;
  transform: translate3d(0,-50%,0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap,6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: transform .2s,top .2s;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap,4px);
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: transform .2s,left .2s;
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: transform .2s,right .2s;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color,inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color,var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size,4px);
  left: 0;
  top: 0;
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size,4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
  padding-bottom: 60px;
}

.swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 20px;
  font-size: 18px;
  opacity: 1;
  background: rgba(0,0,0,.2);
  background-image: url("../images/qayka2.svg");
  background-position: 50%;
}

.swiper-pagination-bullet-active {
  background-image: url("../images/qayka1.svg");
  background-repeat: none;
  transform: scale(1.1);
  width: 23px;
  height: 23px;
}

.swiper-pagination-bullet:active,
.swiper-pagination-bullet:target {
  background-color: transparent;
}

.services-content__content {
  text-align: center;
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
  z-index: 2000;
  color: #fff;
}

.services-content__content h2 {
  color: #fff;
  text-align: center;
}

.services-content__content h2,
.services-content__content h3 {
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  text-transform: uppercase;
}

.services-content__content h3 {
  color: #f2c94c;
}

.services-content__content p {
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  width: 60%;
  margin: 60px auto 0;
}

.services-content__buttonData {
  display: inline-block;
  padding: 10px 50px;
  background-color: #fff;
  width: auto;
  border-radius: 30px;
  color: #173a56;
  margin-top: 40px;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  transition: all .6s;
}

.services-content__buttonData:hover {
  background-color: #173a56;
  color: #fff;
}

@media screen and (max-width:769px) {
  .services-content__content h2 {
    font-size: 28px;
    line-height: 30px;
  }
  .services-content__content h3 {
    font-size: 28px;
    line-height: 20px;
  }
  .services-content__content p {
    font-size: 18px;
    line-height: 20px;
    width: 80%;
    margin-top: 50px;
  }
}

@media screen and (max-width:577px) {
  .services-content__content h2 {
    font-size: 23px;
  }
  .services-content__content h3 {
    font-size: 23px;
    line-height: 20px;
  }
  .services-content__content p {
    font-size: 15px;
  }
  .services-content__buttonData {
    width: 120px;
    text-align: center;
    line-height: 20px;
    padding: 10px;
    margin-bottom: 40px;
  }
}
