/* servicepage style start */
.service__banner {
  position: relative;
}

.service__banner {
  position: relative;
}

.service__banner .banner__slide {
  height: 600px;
}

.service__banner .banner__bg {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 0;
}

.service__banner .container-fluid {
  position: relative;
  z-index: 4;
  height: 100%;
}

.service__banner .banner__content {
  max-width: 800px;
  color: var(--bg1-color);
  height: 100%;
  display: flex;
  flex-dircetion: column;
  justify-content: center;
}
.banner__title {
  margin-bottom: 2rem;
}
.banner__desc {
  padding-left: 1.5rem;
  border-left: 2px solid var(--bg1-color);
  margin-bottom: 2rem;
}
.banner__btn {
  display: flex;
}
.banner__btn .btn__red {
  width: 255px;
}

.section__servicepage {
  background-image: url('../manager/логотип/bg-card.png') !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  max-height: 600px;
  display: flex;
  align-items: center;
  color: var(--bg-color);
}
.servicepage__title {
  text-align: left;
  align-items: flex-start;
}
.servicepage__block {
  grid-template-columns: 1fr 300px;
  grid-auto-rows: auto;
  grid-gap: 3rem;
}
.servicepage__content {
  
}
.servicepage__img img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.partners__block {
  grid-template-columns: repeat(auto-fill, minmax(255px, 1fr));
  grid-gap: 30px;
  grid-auto-rows: auto;
}

/* servicepage style over */


/* partnerspage style start */

.partnerslider__banner {
  width: 100%;
}
.partnerpage__slide {
  position: relative;
  width: 100%;
}
.partnerpage__slide .slide__img {
  width: 100%;
  height: 600px;
}
.partnerpage__slide .slide__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.partnerpage__slide .slide__content {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 450px;
  height: auto;
  bottom: 0;
  left: 0;
  padding: 2rem;
  background: rgba( 10, 14, 26, 0.75 );
  box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
  backdrop-filter: blur( 4px );
  -webkit-backdrop-filter: blur( 4px );
  border: 1px solid rgba( 255, 255, 255, 0.18 );
}

.partnerpage__slide .slide__content .slide__title {
  margin-bottom: 1rem;
}

/* partnerspage style end */

/* autopage style start */

.product__table {
  display: block;
  overflow-x: auto;
  white-space: nowrap;
  width: 100%;
  font-size: .85rem;
  border-radius: 8px;
  box-shadow: 0px 0px 0px 1px rgba( 255, 255, 255, 0.18) inset;
}
.product__item {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(14, minmax(60px, 1fr));
  grid-auto-rows: auto;
  border-bottom: 1px solid rgba( 255, 255, 255, 0.18);
}
.product__thead {
  background: rgba( 111, 140, 234, 0.25 );
  box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
  backdrop-filter: blur( 4px );
  -webkit-backdrop-filter: blur( 4px );
}
.product__thead,
.product__tbody {
  display: table;
  width: 1340px;
}
.product__item .item__td {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: .5rem;
  border-right: 1px solid rgba( 255, 255, 255, 0.18);
}
.product__item .item__td p {
  word-break: break-all !important;
}
.product__thead .product__item .item__td {
  align-items: center;
}

.product__thead .sort__link {
  flex: 0 0 24px;
}
.product__thead .sort__link svg {
  margin-left: .2rem;
  width: 24px;
}
.product__thead .sort__link svg path {
  fill: var(--bg1-color);
}
.product__thead .sort__link.active svg path {
  fill: var(--base-color);
}
.product__thead .sort__link.active[data-dir="asc"] svg path:first-child {
  opacity: .5;
}
.product__thead .sort__link.active[data-dir="asc"] svg path:last-child {
  opacity: 1;
}
.product__item .item__td.td2 {
  grid-column: span 2;
}
.product__item .item__td .link {
  width: 100%;
}
.product__item .item__td .link img {
  width: 100%;
  height: auto;
}
.filter__block {
  border-radius: 8px;
  padding: 3rem;
  background: rgba( 111, 140, 234, 0.25 );
  box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
  backdrop-filter: blur( 4px );
  -webkit-backdrop-filter: blur( 4px );
}
.filter__block .section__btn.filter__btn {
  padding-top: 1.5rem;
  gap: 1rem;
}
.filter__form {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-auto-rows: auto;
  grid-row-gap: 1rem;
  grid-column-gap: 2rem;
}
.form__title {
  margin-bottom: 1rem;
}
.form__number .form__group {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.5rem;
  gap: .5rem;
}
.form__tv .form__group .label__input {
  margin-right: .5rem;
  margin-bottom: .5rem;
}

.filter__block .label__input {
  padding: 5px 10px;
  background: #F5F2FB;
  text-transform: uppercase;
  border-radius: 4px;
  transition: .3s;
  color: var(--bg-color);
}
.filter__block .hidden__input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.hidden__input:checked + .label__input {
  background: var(--base-color);
  color: #fff;
}

.pagination__block {
  display: flex;
  justify-content: center;
}
.page__item {
  font-size: 1.25rem;
  padding: .5rem;
}
.page__item.next {
  transform: scaleX(-1);
}
.page__item.active {
  color: var(--base-color);
}

.stuffpage__gallery
.autopage__gallery {
  display: flex;
  justify-content: center;
}
.swiper-main {
  position: relative;
  margin-bottom: 1rem;
}
.swiper-main .swiper-slide {
  width: 100% !important;
  height: 600px !important;
  margin-right: 0 !important;
  position: relative;
}
.swiper-main .icon__full {
  position: absolute;
  display: block;
  background: rgba(0, 0, 0, .5);
  border-radius: 4px;
  top: 5%;
  right: 5%;
  z-index: 10;
  width: 2.6rem;
  height: 2.6rem;
  padding: .3rem;
}
.swiper-main .icon__full svg {
  width: 2rem;
}
.swiper-main .icon__full path {
  fill: var(--bg1-color);
}
.swiper-thumbs .swiper-slide {
  width: 25% !important;
  height: 100% !important;
  margin-right: 1rem !important;
}
.swiper-main .swiper-slide img,
.swiper-thumbs .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper__arrow {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: calc(50% - 30px);
  width: 60px;
  height: 60px;
  border: 3px solid var(--base-color);
  z-index: 1;
  opacity: .5;
  transition: all 300ms ease-in-out;
}
.swiper__arrow.swiper__prev {
  left: 1rem;
}
.swiper__arrow.swiper__next {
  right: 1rem;
}
.swiper__arrow svg path {
  fill: var(--base-color);
}
.swiper__arrow:hover {
  opacity: 1;
}
.swiper__arrow.swiper__prev {
  transform: scale(-1);
  margin-right: 1em;
}
.table-base {
  display: table;
  width: 100%;
}
.tbody-fr {
  100%;
}
.tr-fr {
  width: 100%;
}
.col1, .col-fr {
  padding: 5px;
}

.autopage__otherinfo {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1.5rem;
}
.otherinfo__item {
  padding-bottom: 2.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, .18);
}
.otherinfo__item .btn__red {
  width: 255px;
}
.otherinfo__item .collapsed__block {
  padding: 1.5rem;
}
/* autopage style over */


@media (max-width: 1300px) {
  .partnerpage__slide .slide__img {
    height: 530px;
  }
}
@media (max-width: 1199px) {
  .swiper-main .swiper-slide,
  .partnerpage__slide .slide__img {
    height: 450px !important;
  }
}
@media (max-width: 992px) {
  .swiper-main .swiper-slide {
    height: 530px !important;
  }
  .partnerpage__slide .slide__img {
    height: 350px;
  }
  .partnerpage__slide .slide__content {
    padding: 1rem;
    width: 400px;
  }
  .autopage__info {
    padding: 1.5rem 0;
  }
}
@media (max-width: 768px) {
  .swiper-main .swiper-slide,
  .partnerpage__slide .slide__img {
    height: 300px !important;
  }
}

@media (max-width: 576px) {
  .swiper-main .swiper-slide,
  .partnerpage__slide .slide__img {
    height: 250px !important;
  }
  .partnerpage__slide .slide__content {
    position: static;
    height: 160px;
    justify-content: flex-start;
    width: 100%;
    overflow: hidden;
  }
  .servicepage__block {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    grid-gap: 1.5rem;
  }  
  .filter__block {
    padding: 1.5rem;
  }
  .filter__form {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    grid-row-gap: 1rem;
    grid-column-gap: 1rem;
  }
  .form__number .form__group .form__item {
    flex: 0 0 110px;
  }
  .form__number .form__item.line {
    width: 100%;
  }
  .swiper__arrow {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: calc(50% - 15px);
    width: 30px;
    height: 30px;
    border: 2px solid var(--bg1-color);
  }
}
@media (max-width: 360px) {
  .partnerpage__slide .slide__img {
    height: 200px;
  }
}



