.b-default {
  position: relative;
  padding-top: 172px;
  min-height: 675px;
  position: relative;
  z-index: 1;
}
.b-default picture img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: -1;
}
.b-default .ban-info {
  background: rgba(26, 26, 26, 0.8);
  padding: 50px 40px;
  max-width: 671px;
  position: relative;
  color: #fff;
}
.b-default .ban-info h1 {
  margin-bottom: 27px;
}
.b-default .ban-info .btn-wrap {
  margin-top: 43px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.b-default .ban-info .btn-wrap .btn {
  gap: 10px;
  min-width: 190px;
}

@media (max-width: 1366px) {
  .b-default {
    padding-top: 0px;
    min-height: 600px;
    display: flex;
    align-items: center;
  }
  .b-default .ban-info h1 {
    margin-bottom: 22px;
  }
  .b-default .ban-info .btn-wrap {
    margin-top: 39px;
  }
}
@media (max-width: 640px) {
  .b-default {
    position: relative;
    padding-top: 0px;
    min-height: 600px;
    display: flex;
    align-items: center;
  }
  .b-default .ban-info h1 {
    margin-bottom: 35px;
  }
  .b-default .ban-info .btn-wrap {
    flex-direction: column;
  }
  .b-default .ban-info .btn-wrap .btn {
    width: 100%;
  }
}
:root {
  --image_wrap_height: 443px;
  --image_wrap_width: 683px;
  --slide_wrap_gap: 75px;
  --image_wrap_padding: 8px;
  --active_image_wrap_padding: 16px;
  --vertical_shift: -121%;
  --smallImageWidth: 345px;
  --smallImageHeight: 200px;
  --bigImageWidth: 598px;
  --bigImageHeight: 342px;
  --bigImageLeftSpace: 84px ;
}

.slider-img-sec {
  margin-top: 145px;
}
.slider-img-sec .slider-wrap {
  padding: 29px 12px 0px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.slider-img-sec .s-img-wrap {
  width: var(--image_wrap_width);
}
.slider-img-sec .s-img-wrap .slider-item-image {
  min-height: var(--image_wrap_height);
  position: relative;
}
.slider-img-sec .s-img-wrap .slider-item-image .image-holder {
  padding: var(--image_wrap_padding);
  border-radius: 4px;
  position: absolute;
  background-color: #ffffff;
  width: var(--smallImageWidth);
  height: var(--smallImageHeight);
  overflow: hidden;
  box-shadow: 0 0 10px 0 rgba(59, 59, 59, 0.14);
  transition: all ease-in-out 0.3s;
}
.slider-img-sec .s-img-wrap .slider-item-image .image-holder.changeActive, .slider-img-sec .s-img-wrap .slider-item-image .image-holder.changePrev, .slider-img-sec .s-img-wrap .slider-item-image .image-holder.changeNext {
  transition: none;
}
.slider-img-sec .s-img-wrap .slider-item-image .image-holder img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - var(--image_wrap_padding) * 2);
  height: calc(100% - var(--image_wrap_padding) * 2);
  transform: translate(-50%, -50%);
  object-fit: cover;
  object-position: center center;
  transition: all ease-in-out 0.3s;
}
.slider-img-sec .s-img-wrap .slider-item-image .image-holder.next-slide.changeActive {
  -webkit-animation: changeActive 1s ease !important;
  -moz-animation: changeActive 1s ease !important;
  -ms-animation: changeActive 1s ease !important;
  -o-animation: changeActive 1s ease !important;
  animation: changeActive 1s ease !important;
  z-index: 3;
}
.slider-img-sec .s-img-wrap .slider-item-image .image-holder.next-slide.changePrev {
  -webkit-animation: changePrev 1s ease !important;
  -moz-animation: changePrev 1s ease !important;
  -ms-animation: changePrev 1s ease !important;
  -o-animation: changePrev 1s ease !important;
  animation: changePrev 1s ease !important;
  z-index: 2;
}
.slider-img-sec .s-img-wrap .slider-item-image .image-holder.next-slide.changeNext {
  -webkit-animation: changeNext 1s ease !important;
  -moz-animation: changeNext 1s ease !important;
  -ms-animation: changeNext 1s ease !important;
  -o-animation: changeNext 1s ease !important;
  animation: changeNext 1s ease !important;
  z-index: 1;
}
.slider-img-sec .s-img-wrap .slider-item-image .image-holder.prev-slide.changeNext {
  -webkit-animation: changeNextReverse 1s ease !important;
  -moz-animation: changeNextReverse 1s ease !important;
  -ms-animation: changeNextReverse 1s ease !important;
  -o-animation: changeNextReverse 1s ease !important;
  animation: changeNextReverse 1s ease !important;
  z-index: 1;
}
.slider-img-sec .s-img-wrap .slider-item-image .image-holder.prev-slide.changePrev {
  -webkit-animation: changePrevReverse 1s ease !important;
  -moz-animation: changePrevReverse 1s ease !important;
  -ms-animation: changePrevReverse 1s ease !important;
  -o-animation: changePrevReverse 1s ease !important;
  animation: changePrevReverse 1s ease !important;
  z-index: 2;
}
.slider-img-sec .s-img-wrap .slider-item-image .image-holder.prev-slide.changeActive {
  -webkit-animation: changeActiveReverse 1s ease !important;
  -moz-animation: changeActiveReverse 1s ease !important;
  -ms-animation: changeActiveReverse 1s ease !important;
  -o-animation: changeActiveReverse 1s ease !important;
  animation: changeActiveReverse 1s ease !important;
  z-index: 3;
}
.slider-img-sec .s-img-wrap .slider-item-image .image-holder.prev {
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  z-index: 2;
  -webkit-transform: translate(0%, 0%);
  -moz-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  -o-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
}
.slider-img-sec .s-img-wrap .slider-item-image .image-holder.next {
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  z-index: 1;
  -webkit-transform: translate(0%, 0%);
  -moz-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  -o-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
}
.slider-img-sec .s-img-wrap .slider-item-image .image-holder.active {
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  padding: var(--active_image_wrap_padding);
  width: var(--bigImageWidth);
  height: var(--bigImageHeight);
  z-index: 3;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
.slider-img-sec .s-img-wrap .slider-item-image .image-holder.active img {
  width: calc(100% - var(--active_image_wrap_padding) * 2);
  height: calc(100% - var(--active_image_wrap_padding) * 2);
}
.slider-img-sec .s-text-wrap {
  width: calc(100% - var(--image_wrap_width) - var(--slide_wrap_gap));
}
.slider-img-sec .s-text-wrap .itm-content {
  display: none;
}
.slider-img-sec .s-text-wrap .itm-content h3 {
  padding-top: 2px;
}
.slider-img-sec .s-text-wrap .itm-content p {
  padding: 25px 0px 40px;
}
.slider-img-sec .s-text-wrap .itm-content.slick-initialized {
  display: block;
}
@media (max-width: 1040px) {
  .slider-img-sec .s-text-wrap .itm-content.slick-initialized {
    display: flex;
    flex-direction: column-reverse;
  }
}

@-webkit-keyframes changeActive {
  0% {
    top: 0;
    right: auto;
    left: 0;
    bottom: 0;
    width: var(--smallImageWidth);
    height: var(--smallImageHeight);
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
  100% {
    top: 50%;
    right: auto;
    left: var(--bigImageLeftSpace);
    bottom: auto;
    width: var(--bigImageWidth);
    height: var(--bigImageHeight);
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
  }
}
@-moz-keyframes changeActive {
  0% {
    top: 0;
    right: auto;
    left: 0;
    bottom: 0;
    width: var(--smallImageWidth);
    height: var(--smallImageHeight);
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
  100% {
    top: 50%;
    right: auto;
    left: var(--bigImageLeftSpace);
    bottom: auto;
    width: var(--bigImageWidth);
    height: var(--bigImageHeight);
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
  }
}
@keyframes changeActive {
  0% {
    top: 0;
    right: auto;
    left: 0;
    bottom: 0;
    width: var(--smallImageWidth);
    height: var(--smallImageHeight);
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
  100% {
    top: 50%;
    right: auto;
    left: var(--bigImageLeftSpace);
    bottom: auto;
    width: var(--bigImageWidth);
    height: var(--bigImageHeight);
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
  }
}
@-webkit-keyframes changeActiveReverse {
  0% {
    top: auto;
    right: auto;
    left: 0;
    bottom: 0;
    width: var(--smallImageWidth);
    height: var(--smallImageHeight);
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
  100% {
    top: 50%;
    right: auto;
    left: var(--bigImageLeftSpace);
    bottom: auto;
    width: var(--bigImageWidth);
    height: var(--bigImageHeight);
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
  }
}
@-moz-keyframes changeActiveReverse {
  0% {
    top: auto;
    right: auto;
    left: 0;
    bottom: 0;
    width: var(--smallImageWidth);
    height: var(--smallImageHeight);
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
  100% {
    top: 50%;
    right: auto;
    left: var(--bigImageLeftSpace);
    bottom: auto;
    width: var(--bigImageWidth);
    height: var(--bigImageHeight);
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
  }
}
@keyframes changeActiveReverse {
  0% {
    top: auto;
    right: auto;
    left: 0;
    bottom: 0;
    width: var(--smallImageWidth);
    height: var(--smallImageHeight);
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
  100% {
    top: 50%;
    right: auto;
    left: var(--bigImageLeftSpace);
    bottom: auto;
    width: var(--bigImageWidth);
    height: var(--bigImageHeight);
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
  }
}
@-webkit-keyframes changePrev {
  0% {
    top: auto;
    right: auto;
    left: 0;
    bottom: 0;
    width: var(--smallImageWidth);
    height: var(--smallImageHeight);
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
  100% {
    top: auto;
    right: auto;
    left: 0;
    bottom: 0;
    width: var(--smallImageWidth);
    height: var(--smallImageHeight);
    -webkit-transform: translate(0%, var(--vertical_shift));
    -moz-transform: translate(0%, var(--vertical_shift));
    -ms-transform: translate(0%, var(--vertical_shift));
    -o-transform: translate(0%, var(--vertical_shift));
    transform: translate(0%, var(--vertical_shift));
  }
}
@-moz-keyframes changePrev {
  0% {
    top: auto;
    right: auto;
    left: 0;
    bottom: 0;
    width: var(--smallImageWidth);
    height: var(--smallImageHeight);
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
  100% {
    top: auto;
    right: auto;
    left: 0;
    bottom: 0;
    width: var(--smallImageWidth);
    height: var(--smallImageHeight);
    -webkit-transform: translate(0%, var(--vertical_shift));
    -moz-transform: translate(0%, var(--vertical_shift));
    -ms-transform: translate(0%, var(--vertical_shift));
    -o-transform: translate(0%, var(--vertical_shift));
    transform: translate(0%, var(--vertical_shift));
  }
}
@keyframes changePrev {
  0% {
    top: auto;
    right: auto;
    left: 0;
    bottom: 0;
    width: var(--smallImageWidth);
    height: var(--smallImageHeight);
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
  100% {
    top: auto;
    right: auto;
    left: 0;
    bottom: 0;
    width: var(--smallImageWidth);
    height: var(--smallImageHeight);
    -webkit-transform: translate(0%, var(--vertical_shift));
    -moz-transform: translate(0%, var(--vertical_shift));
    -ms-transform: translate(0%, var(--vertical_shift));
    -o-transform: translate(0%, var(--vertical_shift));
    transform: translate(0%, var(--vertical_shift));
  }
}
@-webkit-keyframes changePrevReverse {
  0% {
    top: 50%;
    right: auto;
    left: var(--bigImageLeftSpace);
    bottom: auto;
    width: var(--bigImageWidth);
    height: var(--bigImageHeight);
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
  }
  100% {
    top: 0;
    right: auto;
    left: 0;
    bottom: auto;
    width: var(--smallImageWidth);
    height: var(--smallImageHeight);
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
}
@-moz-keyframes changePrevReverse {
  0% {
    top: 50%;
    right: auto;
    left: var(--bigImageLeftSpace);
    bottom: auto;
    width: var(--bigImageWidth);
    height: var(--bigImageHeight);
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
  }
  100% {
    top: 0;
    right: auto;
    left: 0;
    bottom: auto;
    width: var(--smallImageWidth);
    height: var(--smallImageHeight);
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
}
@keyframes changePrevReverse {
  0% {
    top: 50%;
    right: auto;
    left: var(--bigImageLeftSpace);
    bottom: auto;
    width: var(--bigImageWidth);
    height: var(--bigImageHeight);
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
  }
  100% {
    top: 0;
    right: auto;
    left: 0;
    bottom: auto;
    width: var(--smallImageWidth);
    height: var(--smallImageHeight);
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
}
@-webkit-keyframes changeNext {
  0% {
    top: 50%;
    right: auto;
    left: var(--bigImageLeftSpace);
    bottom: auto;
    width: var(--bigImageWidth);
    height: var(--bigImageHeight);
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
  }
  100% {
    top: auto;
    right: auto;
    left: 0;
    bottom: 0;
    width: var(--smallImageWidth);
    height: var(--smallImageHeight);
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
}
@-moz-keyframes changeNext {
  0% {
    top: 50%;
    right: auto;
    left: var(--bigImageLeftSpace);
    bottom: auto;
    width: var(--bigImageWidth);
    height: var(--bigImageHeight);
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
  }
  100% {
    top: auto;
    right: auto;
    left: 0;
    bottom: 0;
    width: var(--smallImageWidth);
    height: var(--smallImageHeight);
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
}
@keyframes changeNext {
  0% {
    top: 50%;
    right: auto;
    left: var(--bigImageLeftSpace);
    bottom: auto;
    width: var(--bigImageWidth);
    height: var(--bigImageHeight);
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
  }
  100% {
    top: auto;
    right: auto;
    left: 0;
    bottom: 0;
    width: var(--smallImageWidth);
    height: var(--smallImageHeight);
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
}
@-webkit-keyframes changeNextReverse {
  0% {
    top: auto;
    right: auto;
    left: 0;
    bottom: 0;
    width: var(--smallImageWidth);
    height: var(--smallImageHeight);
    -webkit-transform: translate(0%, var(--vertical_shift));
    -moz-transform: translate(0%, var(--vertical_shift));
    -ms-transform: translate(0%, var(--vertical_shift));
    -o-transform: translate(0%, var(--vertical_shift));
    transform: translate(0%, var(--vertical_shift));
  }
  100% {
    top: auto;
    right: auto;
    left: 0;
    bottom: 0;
    width: var(--smallImageWidth);
    height: var(--smallImageHeight);
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
}
@-moz-keyframes changeNextReverse {
  0% {
    top: auto;
    right: auto;
    left: 0;
    bottom: 0;
    width: var(--smallImageWidth);
    height: var(--smallImageHeight);
    -webkit-transform: translate(0%, var(--vertical_shift));
    -moz-transform: translate(0%, var(--vertical_shift));
    -ms-transform: translate(0%, var(--vertical_shift));
    -o-transform: translate(0%, var(--vertical_shift));
    transform: translate(0%, var(--vertical_shift));
  }
  100% {
    top: auto;
    right: auto;
    left: 0;
    bottom: 0;
    width: var(--smallImageWidth);
    height: var(--smallImageHeight);
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
}
@keyframes changeNextReverse {
  0% {
    top: auto;
    right: auto;
    left: 0;
    bottom: 0;
    width: var(--smallImageWidth);
    height: var(--smallImageHeight);
    -webkit-transform: translate(0%, var(--vertical_shift));
    -moz-transform: translate(0%, var(--vertical_shift));
    -ms-transform: translate(0%, var(--vertical_shift));
    -o-transform: translate(0%, var(--vertical_shift));
    transform: translate(0%, var(--vertical_shift));
  }
  100% {
    top: auto;
    right: auto;
    left: 0;
    bottom: 0;
    width: var(--smallImageWidth);
    height: var(--smallImageHeight);
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
}
@media (min-width: 640px) {
  .slider-img-sec .slick-dots {
    justify-content: flex-start;
    gap: 8px;
  }
  .slider-img-sec .slick-dots li button {
    width: 60px;
    height: 8px;
    border-radius: 8px;
    background: #D9D9D9;
  }
  .slider-img-sec .slick-dots li.slick-active button {
    background: var(--primaryColor);
  }
}
@media (max-width: 1280px) {
  :root {
    --image_wrap_width: 630px;
    --image_wrap_height: 410px;
    --slide_wrap_gap: 55px;
    --bigImageLeftSpace: 78px;
    --active_image_wrap_padding: 12px;
    --smallImageWidth: 318px;
    --smallImageHeight: 185px;
    --bigImageWidth: 552px;
    --bigImageHeight: 316px;
  }
  .slider-img-sec {
    padding: 0;
  }
  .slider-img-sec .sec-info {
    margin-bottom: 64px;
  }
  .slider-img-sec .slider-wrap {
    flex-direction: column;
    max-width: 630px;
    margin: 0 auto;
    padding: 0;
  }
  .slider-img-sec .s-text-wrap {
    width: 100%;
    position: relative;
  }
  .slider-img-sec .s-text-wrap .itm-content {
    padding-top: 90px;
    text-align: center;
  }
  .slider-img-sec .s-text-wrap .itm-content p {
    padding: 18px 0px 4px;
  }
  .slider-img-sec .s-text-wrap .itm-content .slick-dots {
    position: absolute;
    top: 38px;
    justify-content: center;
  }
}
@media (max-width: 1040px) {
  .slider-img-sec {
    margin-top: 110px;
  }
}
@media (max-width: 640px) {
  :root {
    --image_wrap_height: 208px;
    --image_wrap_width: 320px;
    --slide_wrap_gap: 75px;
    --image_wrap_padding: 4px;
    --active_image_wrap_padding: 8px;
    --bigImageLeftSpace: 39px;
    --smallImageWidth: 161px;
    --smallImageHeight: 94px;
    --bigImageWidth: 280px;
    --bigImageHeight: 160px;
  }
  .slider-img-sec {
    margin-top: 90px;
  }
  .slider-img-sec .sec-info {
    margin-bottom: 40px;
  }
  .slider-img-sec .slider-wrap {
    max-width: 320px;
  }
  .slider-img-sec .s-text-wrap .itm-content {
    padding-top: 68px;
  }
  .slider-img-sec .s-text-wrap .itm-content p {
    padding: 20px 0px 4px;
  }
  .slider-img-sec .s-text-wrap .itm-content .slick-dots {
    top: 30px;
  }
}
.features-sec .sec-info {
  margin-bottom: 67px;
}

.features-list .itm {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.features-list .itm > div {
  width: calc(50% - 15px);
}
.features-list .itm:nth-child(even) {
  flex-direction: row-reverse;
}
.features-list .itm + .itm {
  margin-top: 80px;
}
.features-list .itm .img-wrap {
  padding: 14px;
  box-shadow: 0px 0px 10px 0px rgba(59, 59, 59, 0.1411764706);
}
.features-list .itm .text-wrap {
  max-width: 530px;
}
.features-list .itm .text-wrap .title {
  margin-bottom: 25px;
}
.features-list .itm .text-wrap p {
  padding-bottom: 5px;
}

@media (max-width: 1280px) {
  .features-sec .sec-info {
    margin-bottom: 64px;
  }
  .features-list .itm + .itm {
    margin-top: 60px;
  }
  .features-list .itm .text-wrap {
    max-width: 440px;
  }
}
@media (max-width: 1040px) {
  .features-sec .sub-head br {
    display: none;
  }
  .features-list .itm {
    flex-direction: column-reverse;
  }
  .features-list .itm > div {
    width: 100%;
  }
  .features-list .itm + .itm {
    margin-top: 0px;
  }
  .features-list .itm:nth-child(even) {
    flex-direction: column-reverse;
  }
  .features-list .itm .text-wrap {
    max-width: 100%;
    text-align: center;
    margin-top: 44px;
  }
  .features-list .itm .text-wrap .title {
    margin-bottom: 18px;
  }
  .features-list .slick-dots {
    margin-top: 33px;
  }
}
@media (max-width: 640px) {
  .features-sec .sec-info {
    margin-bottom: 40px;
  }
  .features-sec .slick-dots {
    margin-top: 25px;
  }
  .features-list .itm .img-wrap {
    padding: 6px;
  }
  .features-list .itm .text-wrap {
    margin-top: 30px;
  }
  .features-list .itm .text-wrap .title {
    margin-bottom: 20px;
  }
}
.benefits-sec .sec-info {
  margin-bottom: 67px;
}

.benefits-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  position: relative;
}
.benefits-list::after, .benefits-list::before {
  content: "";
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.benefits-list::before {
  width: 1px;
  height: 100%;
}
.benefits-list::after {
  height: 1px;
  width: 100%;
}
.benefits-list .itm {
  padding: 35px 42px 31px;
  text-align: center;
  border-top: 1px solid #EDEDED;
  border-left: 1px solid #EDEDED;
}
.benefits-list .itm .icon {
  margin: 0 auto;
  max-height: 72px;
  width: auto;
}
.benefits-list .itm .title {
  font-size: var(--fontSizeH4);
  margin: 27px auto 25px;
}
.benefits-list .itm p {
  font-size: var(--fontSubtext);
}

@media (min-width: 1040px) {
  .benefits-list .itm .mob {
    display: none;
  }
}
@media (max-width: 1280px) {
  .benefits-list .itm {
    padding: 35px 25px 31px;
  }
}
@media (max-width: 1040px) {
  .benefits-sec .sec-info {
    margin-bottom: 64px;
  }
  .benefits-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .benefits-list .itm {
    padding: 35px 16px 31px;
  }
  .benefits-list .itm .dkt {
    display: none;
  }
  .benefits-list .itm .title {
    margin: 27px auto 22px;
  }
}
@media (max-width: 640px) {
  .benefits-sec .sec-info {
    margin-bottom: 0px;
  }
  .benefits-list {
    grid-template-columns: repeat(1, 1fr);
  }
  .benefits-list .slick-list {
    overflow: unset;
    max-width: 240px;
    margin: 0 auto;
  }
  .benefits-list .itm {
    padding: 30px 10px;
    border: none;
  }
  .benefits-list .itm p br {
    display: none;
  }
  .benefits-list .itm .icon {
    max-height: 65px;
  }
  .benefits-list .itm .title {
    margin: 16px auto 16px;
  }
}
.pricing-sec .sec-info {
  margin-bottom: 0px;
}

.pricing-nav {
  display: grid;
  max-width: 500px;
  grid-template-columns: repeat(2, 1fr);
  margin: 40px auto;
  width: 100%;
  list-style: none;
  box-shadow: 8px 8px 10px 0px #D1D9E6;
  border-radius: 100px;
  position: relative;
  transition: all ease-in-out 0.3s;
}
.pricing-nav::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: inherit;
  width: 50%;
  height: 100%;
  background: var(--primaryColor);
  transition: all ease-in-out 0.3s;
}
.pricing-nav.annually:before {
  transform: translateX(100%);
}
.pricing-nav.monthly::before {
  transform: translateX(0%);
}
.pricing-nav li {
  text-box-trim: unset;
  text-box-edge: unset;
}
.pricing-nav li button {
  height: 45px;
  border-radius: 50px;
  font-weight: 500;
  width: 100%;
  background: transparent;
  border: none;
  font-family: "Poppins", sans-serif;
  transition: all ease-in-out 0.3s;
}
.pricing-nav li.active button {
  color: #fff;
  font-weight: 600;
}

.plan-list .itm {
  padding: 45px 55px 51px;
  display: flex;
  flex-direction: column;
}
.plan-list .top-info {
  text-align: center;
}
.plan-list .top-info h3 {
  margin-bottom: 27px;
  font-weight: 600;
}
.plan-list .price-info {
  margin: 32px 0px 36px;
  text-align: center;
}
.plan-list .price-info .plan-details:not(.active) {
  display: none;
}
.plan-list .price-info .plan-price {
  display: flex;
  justify-content: center;
  font-family: "Poppins", sans-serif;
  flex-wrap: wrap;
}
.plan-list .price-info .plan-price .currency {
  height: 33px;
  width: 14px;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 33px;
}
.plan-list .price-info .plan-price .rate {
  font-size: 34px;
  font-weight: 500;
  height: 45px;
}
.plan-list .price-info .plan-price .date {
  font-size: 16px;
  line-height: 24px;
  align-self: end;
}
.plan-list .price-info .plan-price .save {
  color: #33C1A0;
  font-weight: 700;
  font-size: 16px;
  margin-left: 24px;
  align-self: end;
}
.plan-list .price-info .bill {
  margin-top: 13px;
  font-size: 13px;
  height: 29px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.plan-list .price-info .btn {
  text-transform: uppercase;
  height: 50px;
  font-weight: 700;
  margin-top: 32px;
}
.plan-list .addons {
  margin-top: 48px;
}
.plan-list .list-title {
  font-weight: 600;
  margin-bottom: 22px;
}
.plan-list .features {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.plan-list .features ul {
  flex: 1;
}
.plan-list .features ul li:last-child {
  margin-top: auto;
}
.plan-list .itm ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.plan-list .itm ul li {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 31px;
  min-height: 21px;
  font-size: 16px;
  line-height: 1.44;
}
.plan-list .itm ul li::before {
  content: "";
  position: absolute;
  display: block;
  height: 18.5px;
  width: 18.5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20px;
  -moz-box-flex: 0;
  -moz-flex: 0 0 20px;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
  top: 1px;
  left: 0;
  border-radius: 25px;
  border: 1px solid #272727;
  background-color: #fff;
}
.plan-list .itm ul li::after {
  content: "";
  position: absolute;
  display: block;
  top: 8px;
  left: 6px;
  height: 3px;
  width: 8px;
  border-left: 1px solid #272727;
  border-bottom: 1px solid #272727;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.plan-list .itm ul li a:hover {
  text-decoration: underline;
}
.plan-list .expand-btn {
  margin-top: 32px;
  background: transparent;
  height: 26px;
  font-weight: 600;
  font-size: 13px;
  border: none;
  font-family: "Poppins", sans-serif;
}
.plan-list .expand-btn span {
  width: 12px;
  height: 8px;
  display: inline-block;
  position: relative;
  transition: all ease-in-out 0.3s;
  margin-left: 8px;
}
.plan-list .expand-btn span::before, .plan-list .expand-btn span::after {
  content: "";
  border-radius: 10px;
  width: 50%;
  height: 2px;
  position: absolute;
  display: block;
  background-color: #272727;
  top: 50%;
}
.plan-list .expand-btn span::before {
  left: 1px;
  transform: translateY(-50%) rotate(45deg);
}
.plan-list .expand-btn span::after {
  right: 1px;
  transform: translateY(-50%) rotate(-45deg);
}
.plan-list .expand-btn.active span {
  transform: scale(-1);
}

@media (min-width: 1040px) {
  .plan-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border: 1px solid #8193AE;
    border-radius: 20px;
  }
  .plan-list .itm + .itm {
    border-left: 1px solid #8193AE;
  }
  .plan-list .itm ul li.h-dkt {
    display: none;
  }
  .plan-list .features.mob {
    display: none;
  }
  .plan-list .expand-btn {
    display: none;
  }
}
@media (max-width: 1280px) {
  .plan-list .itm {
    padding: 45px 30px 51px;
  }
  .plan-list .price-info .btn {
    height: 45px;
  }
  .plan-list .itm ul {
    gap: 16px;
  }
  .plan-list .itm ul li {
    min-height: 20px;
    font-size: 15px;
  }
}
@media (max-width: 1040px) {
  .pricing-sec .sec-info p br {
    display: none;
  }
  .pricing-nav {
    max-width: 388px;
  }
  .pricing-nav li button {
    height: 33px;
    font-size: 13px;
  }
  .plan-list:not(.slick-initialized) {
    display: flex;
  }
  .plan-list .slick-list {
    overflow: unset;
    margin-left: 8px;
  }
  .plan-list .slick-dots {
    margin-top: 30px;
  }
  .plan-list .itm {
    border: 1px solid #8193AE;
    padding: 38px 20px 24px;
    border-radius: 16px;
    max-width: 280px !important;
    margin: 0 15px;
  }
  .plan-list .top-info h3 {
    margin-bottom: 18px;
  }
  .plan-list .price-info {
    margin: 24px 0px 30px;
  }
  .plan-list .price-info .plan-price .currency {
    font-size: 18px;
    width: 12px;
    line-height: 27px;
    height: 27px;
  }
  .plan-list .price-info .plan-price .rate {
    font-size: 30px;
    height: 34px;
    line-height: 34px;
  }
  .plan-list .price-info .plan-price .date {
    font-size: 15px;
    line-height: 23px;
  }
  .plan-list .price-info .plan-price .save {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-size: 15px;
  }
  .plan-list .price-info .bill {
    margin-top: 16px;
  }
  .plan-list .price-info .btn {
    height: 33px;
    font-size: 13px;
    margin-top: 28px;
  }
  .plan-list .itm ul {
    gap: 14px;
  }
  .plan-list .itm ul li {
    min-height: 18px;
    font-size: 13px;
    padding-left: 25px;
  }
  .plan-list .itm ul li::before {
    height: 12.5px;
    width: 12.5px;
    top: 2px;
  }
  .plan-list .itm ul li::after {
    height: 2px;
    width: 6px;
    top: 7px;
    left: 4px;
  }
  .plan-list .itm ul li.h-mob {
    display: none;
  }
  .plan-list .addons {
    margin-top: 40px;
  }
  .plan-list .features .list-title {
    display: none;
  }
  .plan-list:not(.show) .addons {
    display: none;
  }
  .plan-list:not(.show) .features li {
    display: none;
  }
  .plan-list:not(.show) .features li:nth-child(1), .plan-list:not(.show) .features li:nth-child(2), .plan-list:not(.show) .features li:nth-child(3), .plan-list:not(.show) .features li:nth-child(4), .plan-list:not(.show) .features li:nth-child(5), .plan-list:not(.show) .features li:nth-child(6), .plan-list:not(.show) .features li:nth-child(7), .plan-list:not(.show) .features li:nth-child(8), .plan-list:not(.show) .features li:nth-child(9), .plan-list:not(.show) .features li:nth-child(10), .plan-list:not(.show) .features li:last-child {
    display: flex;
  }
}
@media (max-width: 640px) {
  .pricing-sec .sec-info h2 {
    padding: 0 20px;
  }
  .pricing-nav {
    margin: 30px 0px;
  }
  .plan-list .top-info h3 {
    margin-bottom: 11px;
  }
  .plan-list .price-info .btn {
    font-size: 12px;
  }
}
.faq .fq-list {
  list-style: none;
  padding: 0;
  margin: 0 0 -24px;
}
.faq .fq-list .fq-itm + .fq-itm {
  border-top: 1px solid rgba(39, 39, 39, 0.6980392157);
}
.faq .fq-list .fq-itm.active .title::before {
  transform: translateY(-50%) scaleY(1);
}
.faq .fq-list .fq-itm .title {
  padding: 24px 50px 24px 0px;
  position: relative;
  cursor: pointer;
}
.faq .fq-list .fq-itm .title::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  display: block;
  width: 19px;
  height: 19px;
  transition: all ease-in-out 0.3s;
  transform: translateY(-50%) scaleY(-1);
  background-image: url("../../images/faq-arrow.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.faq .fq-list .fq-itm .info {
  padding: 0 45px 24px 0px;
}

@media (max-width: 1040px) {
  .faq .fq-list {
    margin: 0 0 -22px;
  }
  .faq .fq-list .fq-itm .title {
    padding: 22px 40px 22px 0px;
  }
}
.multi-form {
  padding: 85px 0px;
}
.multi-form .mf-ctr .sec-info {
  margin-bottom: 45px;
}
.multi-form .mf-ctr .sec-info p a {
  text-decoration: underline;
  font-weight: 600;
  color: inherit;
}
.multi-form .mf-ctr .sec-info p a:hover {
  color: #0070D5;
}
.multi-form .mf-ctr .carousel-ctr {
  max-width: 338px;
  margin: 0 auto;
}
.multi-form .mf-ctr .carousel-ctr .mf-wrap {
  clear: both;
  margin: 0;
  width: 100%;
  padding: 34px 0 0;
  overflow: hidden;
}
.multi-form .mf-ctr .carousel-ctr .mf-wrap.slick-initialized .slick-list .slick-slide.mf-itm {
  display: flex !important;
  justify-content: center;
}
.multi-form .mf-ctr .carousel-ctr .mf-wrap .mf-itm {
  min-height: 242px;
}
.multi-form .mf-ctr .carousel-ctr .mf-wrap .mf-itm img {
  margin: 0 auto;
}
.multi-form .mf-ctr .carousel-ctr .mf-wrap .mf-itm .form-container .row .btn-group {
  margin-top: 6px;
}
.multi-form .mf-ctr .carousel-ctr .mf-wrap .mf-itm .calendly-holder {
  width: 100%;
}
.multi-form .mf-ctr .carousel-ctr .mf-wrap .mf-itm div#calendly-embed {
  height: 100%;
  min-height: 450px;
}
.multi-form .mf-ctr .carousel-ctr .mf-menu {
  position: relative;
  display: flex;
  gap: 20px;
  padding: 0 15px;
}
.multi-form .mf-ctr .carousel-ctr .mf-menu li, .multi-form .mf-ctr .carousel-ctr .mf-menu .itm {
  box-sizing: border-box;
  text-align: center;
  padding: 0px 5px 11px;
  width: 100%;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  border-bottom: 1px solid rgba(39, 39, 39, 0.2);
  transition: all ease-in-out 0.3s;
}
.multi-form .mf-ctr .carousel-ctr .mf-menu li.active, .multi-form .mf-ctr .carousel-ctr .mf-menu .itm.active {
  border-color: #272727;
  font-weight: 600;
}
.multi-form .mf-ctr .carousel-ctr .mf-menu li:hover, .multi-form .mf-ctr .carousel-ctr .mf-menu .itm:hover {
  border-color: #272727;
}

@media (max-width: 1040px) {
  .multi-form {
    padding: 74px 0px;
  }
  .multi-form .mf-ctr .carousel-ctr {
    max-width: 284px;
  }
  .multi-form .mf-ctr .carousel-ctr .mf-menu {
    padding: 0px;
  }
  .multi-form .mf-ctr .carousel-ctr .mf-wrap .mf-itm {
    min-height: 214px;
  }
}
@media (max-width: 640px) {
  .multi-form .sec-info p br {
    display: none;
  }
  .multi-form .mf-ctr .carousel-ctr {
    max-width: 278px;
  }
}
.soft-sol-sec {
  overflow: hidden;
}
.soft-sol-sec .sec-info {
  margin-bottom: 52px;
}
.soft-sol-sec .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px 0px;
}
.soft-sol-sec .itm {
  width: 33.3333333333%;
}
.soft-sol-sec .itm .img-wrap img {
  width: auto;
  max-height: 160px;
  margin: 0 auto;
}
.soft-sol-sec .itm .text-wrap {
  text-align: center;
  max-width: 340px;
  margin: 0px auto;
}
.soft-sol-sec .itm .text-wrap h3 {
  font-size: 19px;
  font-weight: 600;
  margin: 16px 0px 25px;
}
.soft-sol-sec .itm .text-wrap h3 a {
  color: #272727;
  text-decoration: none;
}
.soft-sol-sec .itm .text-wrap p {
  font-size: var(--fontSubtext);
  margin: 0;
}

@media (max-width: 1280px) {
  .soft-sol-sec .itm .img-wrap img {
    max-height: 130px;
  }
  .soft-sol-sec .itm .text-wrap {
    max-width: 280px;
  }
  .soft-sol-sec .itm .text-wrap h3 {
    font-size: 18px;
  }
}
@media (max-width: 1040px) {
  .soft-sol-sec .sec-info {
    margin-bottom: 57px;
  }
  .soft-sol-sec .slick-list {
    overflow: unset;
  }
  .soft-sol-sec .slick-dots {
    margin-top: 30px;
  }
  .soft-sol-sec .list {
    display: block;
    max-width: 440px;
    margin: 0 auto;
  }
  .soft-sol-sec .list:not(.slick-initialized) .itm + .itm {
    display: none;
  }
  .soft-sol-sec .itm {
    width: 100%;
  }
  .soft-sol-sec .itm .text-wrap {
    max-width: 100%;
    padding: 0 30px;
  }
  .soft-sol-sec .itm .text-wrap h3 {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  .soft-sol-sec .sec-info {
    margin-bottom: 30px;
  }
  .soft-sol-sec .list {
    display: block;
    max-width: 270px;
    margin: 0 auto;
  }
  .soft-sol-sec .itm .img-wrap img {
    max-height: 120px;
  }
  .soft-sol-sec .itm .text-wrap {
    padding: 0 10px;
  }
  .soft-sol-sec .itm .text-wrap h3 {
    font-size: 14px;
    margin: 8px 0px 16px;
  }
}
@media (max-width: 1040px) {
  section {
    margin: 135px 0px;
  }
}
@media (max-width: 640px) {
  section {
    margin: 115px 0px;
  }
}

/*# sourceMappingURL=pdct-wms.css.map */
