@charset "UTF-8";
@font-face {
  font-family: "MANEurope";
  src: url("../fonts/MANEuropeCondensed-Regular.woff2") format("woff2"), url("../fonts/MANEuropeCondensed-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MANEurope";
  src: url("../fonts/MANEurope-Light.woff2") format("woff2"), url("../fonts/MANEurope-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MANEurope";
  src: url("../fonts/MANEuropeCondensed-Bold.woff2") format("woff2"), url("../fonts/MANEuropeCondensed-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham Pro";
  src: url("../fonts/GothamPro.woff2") format("woff2"), url("../fonts/GothamPro.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham Pro";
  src: url("../fonts/GothamPro-Black.woff2") format("woff2"), url("../fonts/GothamPro-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham Pro";
  src: url("../fonts/GothamPro-BlackItalic.woff2") format("woff2"), url("../fonts/GothamPro-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gotham Pro";
  src: url("../fonts/GothamPro-Medium.woff2") format("woff2"), url("../fonts/GothamPro-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham Pro";
  src: url("../fonts/GothamPro-Italic.woff2") format("woff2"), url("../fonts/GothamPro-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gotham Pro";
  src: url("../fonts/GothamPro-LightItalic.woff2") format("woff2"), url("../fonts/GothamPro-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gotham Pro";
  src: url("../fonts/GothamPro-MediumItalic.woff2") format("woff2"), url("../fonts/GothamPro-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gotham Pro";
  src: url("../fonts/GothamPro-Bold.woff2") format("woff2"), url("../fonts/GothamPro-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham Pro";
  src: url("../fonts/GothamPro-BoldItalic.woff2") format("woff2"), url("../fonts/GothamPro-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gotham Pro";
  src: url("../fonts/GothamPro-Light.woff2") format("woff2"), url("../fonts/GothamPro-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
  outline: none;
}

html, body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, sub, sup, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, table, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 100%;
}

header, nav, section, article, aside, footer {
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

html {
  height: 100%;
}

body {
  position: relative;
  height: 100%;
  font-family: "Gotham Pro";
  color: #121212;
  font-size: 18px;
  line-height: 1.3888888889;
  font-weight: normal;
  font-style: normal;
  background: #FFF;
}
@media (max-width: 1699.98px) {
  body {
    font-size: 16px;
  }
}
@media (max-width: 1023.98px) {
  body {
    font-size: 14px;
  }
}

body *,
body *:before,
body *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  border: none;
  max-width: 100%;
  vertical-align: bottom;
}

ul {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
  margin: 0;
  padding: 0;
}

.clear {
  clear: both;
  height: 0;
  overflow: hidden;
  font-size: 0;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.container {
  width: 100%;
  padding-right: 7.5vw;
  padding-left: 7.5vw;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.container--sm {
  width: 80%;
}
@media screen and (max-width: 1023.98px) {
  .container {
    width: 100% !important;
    max-width: 710px;
    padding: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .container {
    max-width: 100%;
    padding: 0 15px;
  }
}
.wrapper {
  min-height: 100%;
  width: 100%;
  position: relative;
  z-index: 0;
  display: flex;
  flex-direction: column;
}

.content__wrapper {
  flex: 1 0 auto;
}

.pd__header {
  padding-top: 100px;
}

@media (max-width: 1699.98px) {
  .hide-desktop-lg {
    display: none !important;
  }
}

@media (max-width: 1339.98px) {
  .hide-desktop-md {
    display: none !important;
  }
}

@media (max-width: 1139.98px) {
  .hide-desktop {
    display: none !important;
  }
}

@media (max-width: 1023.98px) {
  .hide-tablet {
    display: none !important;
  }
}

@media (max-width: 767.98px) {
  .hide-tablet-sm {
    display: none !important;
  }
}

@media (max-width: 609.98px) {
  .hide-mobile-lg {
    display: none !important;
  }
}

@media (min-width: 1140px) {
  .show-desktop {
    display: none !important;
  }
}

@media (min-width: 1024px) {
  .show-tablet {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .show-tablet-sm {
    display: none !important;
  }
}

@media (min-width: 610px) {
  .show-mobile-lg {
    display: none !important;
  }
}

.noscroll {
  overflow: hidden;
}

.nowrap {
  white-space: nowrap;
}

.no-display {
  display: none;
}

.content__text {
  font-size: 18px;
  line-height: 1.3888888889;
  font-weight: 300;
}
.content__text > * {
  margin-bottom: 15px;
}
.content__text b, .content__text strong {
  font-weight: 700;
  font-family: Arial;
}
.content__text a {
  color: #12535d;
}
.content__text a:hover {
  text-decoration: underline;
}
.content__text h1, .content__text h2, .content__text h3, .content__text h4, .content__text h5 {
  color: #121212;
  line-height: 1.1;
  font-weight: 700;
  text-transform: uppercase;
}
.content__text h1 {
  font-size: 36px;
  margin: 30px 0;
}
.content__text h2 {
  font-size: 32px;
  margin: 30px 0;
}
.content__text h3 {
  font-size: 24px;
  margin: 20px 0;
}
.content__text h4 {
  font-size: 20px;
  margin: 15px 0;
}
.content__text h5 {
  font-size: 18px;
  margin: 15px 0;
}
.content__text ul,
.content__text ol {
  padding-left: 26px;
}
.content__text ol {
  list-style-type: none;
  counter-reset: num;
}
.content__text li {
  position: relative;
}
.content__text ul li:before {
  position: absolute;
  top: 0px;
  right: 100%;
  margin-right: 11px;
  color: #12535d;
  font-size: 16px;
  content: "•";
}
.content__text ol li:before {
  content: counter(num) ".";
  counter-increment: num;
  display: inline-block;
  position: absolute;
  top: 0px;
  right: 100%;
  margin-right: 8px;
  text-align: right;
}
.content__text img {
  height: auto;
}
.content__text .icon {
  vertical-align: middle;
  transform: translateY(-1px);
}
@media (max-width: 1699.98px) {
  .content__text {
    font-size: 16px;
  }
  .content__text h2 {
    font-size: 28px;
  }
  .content__text h3 {
    font-size: 22px;
  }
  .content__text h4 {
    font-size: 18px;
  }
}
.section__head {
  margin-bottom: 40px;
}
.section__head.mb--lg {
  margin-bottom: 60px;
}
.section__head.h-cols {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 30px;
}
.section__title {
  font-size: 60px;
  line-height: 1.0666666667;
  font-weight: 500;
  text-transform: uppercase;
}
.section__title.fs--md {
  font-size: 46px;
}
.text--center .section__intro {
  margin-left: auto;
  margin-right: auto;
}
.section__buttons {
  margin-top: 30px;
  text-align: center;
}
.section__bg {
  background: #f4f5f6;
  padding: 70px 0;
}
.section__mg {
  margin: 100px 0;
}
.section__mg:first-child {
  margin-top: 40px;
}
.section__first {
  margin-top: 40px;
}
.section__pd {
  padding: 130px 0;
}
.section__pdt {
  padding-top: 70px;
}
.section__tab {
  display: none;
}
.section__tab.show {
  display: block;
}
@media (max-width: 1139.98px) {
  .section__title {
    font-size: 50px;
  }
  .section__title.fs--md {
    font-size: 34px;
  }
}
@media (max-width: 1023.98px) {
  .section__head.hcols {
    flex-direction: column;
    gap: 20px;
  }
  .section__title {
    font-size: 42px;
  }
  .section__title.fs--md {
    font-size: 30px;
  }
}
@media (max-width: 767.98px) {
  .section__head {
    margin-bottom: 28px;
  }
  .section__head.mb--lg {
    margin-bottom: 35px;
  }
  .section__title {
    font-size: 32px;
  }
  .section__title.fs--md {
    font-size: 24px;
  }
  .section__mg {
    margin: 60px 0;
  }
  .section__mg:first-child {
    margin-top: 20px;
  }
  .section__first {
    margin-top: 30px;
  }
  .section__bg {
    padding: 40px 0;
  }
}
.title {
  font-size: 34px;
  text-transform: uppercase;
  font-weight: 700;
}
.title.fs--md {
  font-size: 18px;
}
.title.fs--sm {
  font-size: 18px;
}
.title a {
  transition: all 0.3s ease-in-out;
}
.title a:hover {
  color: #12535d;
}
@media (max-width: 1699.98px) {
  .title {
    font-size: 28px;
  }
}
@media (max-width: 1139.98px) {
  .title {
    font-size: 24px;
  }
}
@media (max-width: 1023.98px) {
  .title {
    font-size: 20px;
  }
}

.text--center {
  text-align: center;
}

.text--right {
  text-align: right;
}

.text--white {
  color: white;
}

.icon {
  stroke: currentColor;
  fill: none;
  color: inherit;
  font-size: inherit;
  transition: all 0.3s ease-in-out;
  flex: 0 0 auto;
}
.icon--fill {
  fill: currentColor;
  stroke: initial;
}
.icon path {
  stroke: currentColor;
  color: inherit;
  font-size: inherit;
  transition: all 0.3s ease-in-out;
}

.link {
  font-size: 18px;
  color: #12535d;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  align-items: center;
  text-decoration: underline;
}
.link .icon {
  width: 20px;
  height: 20px;
  margin-left: 8px;
}
.link:hover {
  color: #2a6975;
  text-decoration: none;
}
.link__more .close_t {
  display: none;
}
.link__more.opened .open_t {
  display: none;
}
.link__more.opened .close_t {
  display: block;
}
@media (max-width: 609.98px) {
  .link {
    font-size: 16px;
  }
}

.breadcrumbs {
  margin: 20px 0 50px;
}
.breadcrumbs__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
}
.breadcrumbs__item {
  display: flex;
  align-items: center;
}
.breadcrumbs__item:not(:last-child):after {
  margin: 0 10px;
  content: "/";
  transform: translateY(-5%);
  font-size: 0.9em;
}
.breadcrumbs__link {
  transition: all 0.3s ease-in-out;
}
.breadcrumbs__link:hover {
  color: #12535d;
}
@media (max-width: 609.98px) {
  .breadcrumbs {
    margin-bottom: 30px;
  }
}

/**************************************************************
swiper
**************************************************************/
.swiper-slide {
  height: auto;
}

.swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 2px;
}
.swiper-pagination-pos {
  position: static;
  margin-top: 40px;
}

.swiper-pagination-bullet {
  margin: 0 4px !important;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #121212;
  transition: all 0.3s ease-in-out;
  opacity: 1;
}
.swiper-pagination--white .swiper-pagination-bullet {
  background: none;
  border: 2px solid #fff;
}

.swiper-pagination-bullet-active {
  background: #12535d !important;
  border-color: #12535d !important;
  width: 12px;
  height: 12px;
}

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

.swiper-button {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  border: none;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.5);
  color: #12535d;
}
.swiper-button-prev {
  padding-right: 5px;
}
.swiper-button-next {
  padding-left: 5px;
}
.swiper-button:after {
  display: none;
}
.swiper-button .icon {
  width: 50%;
  height: 50%;
}
.swiper-button-nav {
  position: relative;
  display: flex;
  align-items: center;
}
.swiper-button-nav .swiper-pagination {
  position: static;
  width: auto;
  margin: 0 -6px;
}

.swiper-scrollbar {
  background: none;
}

/**************************************************************
forms
**************************************************************/
.input::-webkit-input-placeholder {
  color: rgb(185, 185, 185);
  opacity: 1;
}

.input::-o-input-placeholder {
  color: rgb(185, 185, 185);
  opacity: 1;
}

.input::-moz-input-placeholder {
  color: rgb(185, 185, 185);
  opacity: 1;
}

.input:-moz-input-placeholder {
  color: rgb(185, 185, 185);
  opacity: 1;
}

.input::-ms-input-placeholder {
  color: rgb(185, 185, 185);
  opacity: 1;
}

.input input-placeholder {
  color: rgb(185, 185, 185);
  opacity: 1;
}

.input::placeholder {
  color: rgb(185, 185, 185);
  opacity: 1;
}

.input:placeholder-shown {
  color: rgb(185, 185, 185);
  opacity: 1;
}

.input:focus::-webkit-input-placeholder {
  color: transparent;
  opacity: 0;
}

.input:focus::-o-input-placeholder {
  color: transparent;
  opacity: 0;
}

.input:focus::-moz-input-placeholder {
  color: transparent;
  opacity: 0;
}

.input:focus:-moz-input-placeholder {
  color: transparent;
  opacity: 0;
}

.input:focus::-ms-input-placeholder {
  color: transparent;
  opacity: 0;
}

.input:focus:input-placeholder {
  color: transparent;
  opacity: 0;
}

input[placeholder] {
  text-overflow: ellipsis;
}

input::-moz-placeholder {
  text-overflow: ellipsis;
}

input:-moz-placeholder {
  text-overflow: ellipsis;
}

input:-ms-input-placeholder {
  text-overflow: ellipsis;
}

input, button {
  -webkit-appearance: none;
}

.form__row {
  margin-bottom: 20px;
  position: relative;
}
.form__inputs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}
.form__inputs.i--3 {
  grid-template-columns: repeat(3, 1fr);
}
.form__checks {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.form__lcheck {
  display: flex;
  align-items: center;
  gap: 7px;
  cursor: pointer;
}
.form__submit {
  margin-top: 25px;
}
.form__policy {
  text-align: center;
  display: flex;
  gap: 10px;
  font-size: 14px;
  line-height: 1.3333333333;
  cursor: pointer;
}
.form__policy label {
  cursor: pointer;
}
.form__policy input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: -100px;
}
.form__policy a {
  transition: all 0.3s ease-in-out;
  text-decoration: underline;
}
.form__policy-sq {
  position: relative;
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  cursor: pointer;
  border: 1px solid #d9d9d9;
  transition: all 0.1s ease-in-out;
}
.form__policy-sq::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/icons/check.svg) no-repeat center center;
  background-size: 14px;
  opacity: 0;
  transition: all 0.1s ease-in-out;
  content: "";
}
.form__policy:hover .form__policy-sq {
  border-color: #121212;
}
.form__policy .error + .form__policy-sq {
  border-color: brown;
}
.form__policy :checked + .form__policy-sq {
  border-color: #121212;
}
.form__policy :checked + .form__policy-sq::before {
  opacity: 1;
}
@media (max-width: 767.98px) {
  .form__lcheck {
    gap: 12px;
  }
  .form__row {
    margin-bottom: 15px;
  }
  .form__inputs {
    grid-template-columns: 1fr !important;
    grid-gap: 15px;
  }
}

.input {
  width: 100%;
  height: 55px;
  border: 1px solid #d9d9d9;
  font-family: "Gotham Pro";
  color: #121212;
  font-size: 16px;
  padding: 0 20px;
  outline: none;
}
.input:focus {
  border-color: #12535d;
}
.input.error {
  border-color: brown;
}

textarea.input {
  line-height: normal;
  padding: 10px 15px;
  resize: none;
  height: 150px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  height: 55px;
  padding: 0 30px;
  background: #12535d;
  border: none;
  font-family: "Gotham Pro";
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  outline: none;
}
.btn:hover {
  background: #2a6975;
}
.btn img {
  max-width: 15px;
}
.btn .icon {
  width: 20px;
  height: 20px;
}
.btn--bd {
  color: #12535d;
  background: none;
  border: 2px solid #12535d;
}
.btn--bd:hover {
  background: #12535d;
  color: #fff;
}
.btn--primary {
  color: #fff;
  background: #12535d;
}
.btn--primary:hover {
  background: #2a6975;
}
.btn--icon {
  padding: 0;
  width: 45px;
}
.btn--sm {
  height: 30px;
  font-size: 14px;
}
.btn--sm .icon {
  width: 15px;
  height: 15px;
}
.btn--sm.btn--icon {
  width: 30px;
}
.btn--wall {
  width: 100% !important;
}
.passview {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  right: 20px;
  transform: translateY(-45%);
  border: none;
  background: none;
  background-size: 100%;
  cursor: pointer;
  outline: 0;
  color: #121212;
}
.passview .hide-pwd {
  display: none;
}
.passview .icon {
  width: 100%;
  height: 100%;
}
.passview.view .hide-pwd {
  display: block;
}
.passview.view .sho-pwd {
  display: none;
}
@media (max-width: 767.98px) {
  .passview {
    width: 20px;
    height: 20px;
    background-size: 100%;
    right: 20px;
    top: 25px;
  }
}

.counter {
  position: relative;
  display: inline-flex;
  justify-content: center;
  overflow: hidden;
  width: 170px;
  height: 45px;
  z-index: 1;
}
.counter--sm {
  width: 110px;
  height: 30px;
}
.counter:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #b0adad;
  border-radius: 5px;
  content: "";
  z-index: -1;
}
.counter__button {
  width: 45px;
  height: 100%;
  background: none;
  border: none;
  cursor: pointer;
  transition: all 0.3s;
  background: #121212;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}
.counter--sm .counter__button {
  width: 30px;
}
.counter__button-plus {
  background-image: url(../images/icons/plus.svg);
}
.counter__button-minus {
  background-image: url(../images/icons/minus.svg);
}
.counter__button:hover {
  background-color: #12535d;
}
.counter__button.disabled {
  cursor: default;
  background-color: #b0adad;
}
.counter__value {
  flex: 1 0 0;
  font-size: 16px;
  color: #121212;
  display: flex;
  align-items: center;
  justify-content: center;
}
.counter--sm .counter__value {
  font-size: 14px;
}

.jq-selectbox {
  width: 100%;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
}

.jq-selectbox__select {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 55px;
  font-family: "Gotham Pro";
  font-family: "Gotham Pro";
  color: #121212;
  font-size: 16px;
  padding: 0 50px 0 20px;
  background: #fff;
  border: 1px solid #d9d9d9;
}

.jq-selectbox.error .jq-selectbox__select {
  border-color: brown !important;
  color: brown;
}

.jq-selectbox__select-text {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.jq-selectbox .placeholder {
  color: rgb(185, 185, 185);
}

.jq-selectbox__trigger {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 100%;
}

.jq-selectbox__trigger-arrow {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  border-top: 7px solid #12535d;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
}

.jq-selectbox__dropdown {
  top: 100% !important;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 1px solid #d9d9d9;
  border-top: none;
  background: #fff;
  overflow: hidden;
}

.dropdown .jq-selectbox__dropdown {
  border-top: none;
}

.dropup .jq-selectbox__dropdown {
  border-bottom: none;
}

.jq-selectbox__search {
  display: none;
}

.jq-selectbox ul {
  margin: 0;
  padding: 0;
  max-height: 150px;
  scrollbar-color: #121212 #d9d9d9;
  scrollbar-width: thin;
}

.jq-selectbox li {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -o-user-select: none;
  white-space: nowrap;
  line-height: normal;
  position: relative;
  transition: all 0.3s;
  color: #121212;
  font-size: 16px;
  padding: 5px 20px;
  text-align: left;
}

.jq-selectbox li:last-child {
  border: none;
}

.jq-selectbox li.selected,
.jq-selectbox li:hover {
  color: #fff;
  background: #12535d;
}

.jq-selectbox li.selected:before,
.jq-selectbox li:hover:before {
  color: #fff;
  background: #12535d;
}

.jq-checkbox {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  position: relative;
  cursor: pointer;
  border: 1px solid #b0adad;
  border-radius: 5px;
}
.jq-checkbox.checked {
  background: url(../images/icons/check.svg) no-repeat left 2px center;
  background-size: 80%;
  background-color: #121212;
  border-color: #121212 !important;
}
.jq-radio {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  position: relative;
  cursor: pointer;
  border-radius: 100%;
}
.jq-radio::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  border: 1px solid #121212;
  border-radius: 100px;
  z-index: 10;
}
.jq-radio.checked {
  box-shadow: inset 0 0 0 4px #fff;
  background: #12535d;
}
.search {
  position: relative;
}
.search__form {
  display: flex;
  gap: 15px;
  position: relative;
}
.search__input {
  height: 45px;
  border-radius: 5px;
}
.search__btn {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  padding: 0;
  border: none;
  background: url(../images/icons/search.svg) no-repeat center center !important;
  background-size: 16px;
  cursor: pointer;
  outline: none;
}
.search__error {
  display: none;
  font-size: 14px;
  color: brown;
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: 5px;
}

/**************************************************************
popup
**************************************************************/
.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  display: none;
}
.popup__content {
  width: 100%;
  min-height: 100%;
  overflow: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 15px;
  position: relative;
  z-index: 1;
}
.popup__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #232730;
  opacity: 0.7;
}
.popup__container {
  position: relative;
  width: 100%;
  max-width: 510px;
  padding: 60px 30px 70px;
  background: #2B2D38;
  overflow: hidden;
  text-align: center;
}
.popup__close {
  position: absolute;
  right: 13px;
  top: 13px;
  width: 28px;
  height: 28px;
  background: url(../images/popup-close.svg) no-repeat center;
  cursor: pointer;
  z-index: 99;
}
.popup__head {
  margin-bottom: 30px;
}
.popup__title {
  font-weight: bold;
  font-size: 48px;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  font-family: "Gotham Pro";
}
.popup form {
  max-width: 360px;
  margin: 0 auto;
}
.popup form .btn {
  min-width: 280px;
}
.popup__iconthank {
  margin-bottom: 50px;
}
.popup-thank .popup__title {
  margin-bottom: 0;
}

/**************************************************************
header
**************************************************************/
.header__top {
  background: #121212;
  color: #fff;
  font-size: 16px;
}
.header__tinner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 30px;
  min-height: 40px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.header__contact {
  display: flex;
  align-items: center;
  gap: 6px;
}
.header__contact-icon {
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__inner {
  display: flex;
  align-items: center;
  gap: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
  height: 80px;
}
.header__logo {
  display: flex;
  max-width: 200px;
}
.header__menu ul {
  display: flex;
  gap: 20px;
}
.header__menu li {
  position: relative;
}
.header__menu li > a {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
  transition: all 0.3s ease-in-out;
}
.header__menu li > a:hover {
  color: #12535d;
}
.header__menu li.active > a {
  color: #12535d;
}
.header__search {
  flex: 1 0 0;
  max-width: 300px;
  margin-left: auto;
  position: relative;
}
.header__search-input {
  border-radius: 100px;
  height: 40px;
  padding-left: 45px;
}
.header__search-btn {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  padding: 0;
  border: none;
  background: url(../images/icons/search.svg) no-repeat center center !important;
  background-size: 16px;
  cursor: pointer;
  outline: none;
}
.header__burger {
  display: none;
}
@media (max-width: 1023.98px) {
  .header__top {
    font-size: 14px;
  }
  .header__contact-icon {
    width: 14px;
    height: 14px;
  }
  .header__inner {
    gap: 30px;
  }
  .header__logo {
    max-width: 150px;
  }
  .header__menu {
    display: none;
  }
  .header__burger {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: none;
    background: none;
    color: #12535d;
    cursor: pointer;
    outline: none;
  }
  .header__burger .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-in-out;
  }
  .header__burger .icon-close {
    opacity: 0;
  }
  .header__search {
    max-width: 100%;
  }
}
@media (max-width: 609.98px) {
  .header__top {
    font-size: 12px;
  }
  .header__tinner {
    gap: 20px;
  }
  .header__inner {
    flex-wrap: wrap;
    gap: 15px 30px;
    height: auto;
  }
  .header__search {
    width: 100%;
    flex: 0 0 auto;
    order: 2;
  }
  .header__burger {
    margin-left: auto;
  }
}

.navfix {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(var(--vh) * 100);
  background: #fff;
  z-index: 999;
  padding: 30px 0 20px;
  margin: 0;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.navfix.opened {
  opacity: 1;
  visibility: visible;
}
.navfix__head {
  margin-bottom: 60px;
  padding-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  border-bottom: 1px solid #d9d9d9;
}
.navfix__logo {
  max-width: 200px;
  display: flex;
}
.navfix__close {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background: none;
  outline: none;
  cursor: pointer;
  color: #12535d;
}
.navfix__close .icon {
  width: 100%;
  height: 100%;
}
.navfix__menu li + li {
  margin-top: 30px;
}
.navfix__menu li a {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
}
.navfix__contacts {
  margin-top: 40px;
  font-size: 14px;
  color: #737373;
}
.navfix__contacts-row {
  display: flex;
  align-items: center;
  gap: 24px;
}
.navfix__contacts-row + .navfix__contacts-row {
  margin-top: 16px;
}
.navfix__phone {
  font-size: 20px;
  color: #171717;
  font-weight: 600;
  line-height: 1.4;
}
/**************************************************************
footer
**************************************************************/
.footer {
  background: #12535d;
  color: #fff;
  padding: 40px 0;
}
.footer__cols {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.footer__logo {
  display: flex;
  max-width: 200px;
}
.footer__menu {
  min-width: 250px;
}
.footer__menu li {
  position: relative;
}
.footer__menu li + li {
  margin-top: 15px;
}
.footer__menu li > a {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  white-space: nowrap;
  transition: all 0.3s ease-in-out;
}
.footer__menu li > a:hover {
  text-decoration: underline;
}
.footer__contacts {
  display: flex;
  flex-direction: column;
  max-width: 500px;
}
.footer__contact {
  font-size: 18px;
  display: inline-flex;
}
.footer__contact + .footer__contact {
  margin-top: 10px;
}
@media (max-width: 1023.98px) {
  .footer__logo {
    max-width: 150px;
  }
  .footer__contact {
    font-size: 16px;
  }
}
@media (max-width: 767.98px) {
  .footer__cols {
    flex-direction: column;
    gap: 40px;
  }
  .footer__logo {
    max-width: 200px;
  }
  .footer__menu ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
  }
  .footer__menu li {
    margin: 0 !important;
  }
}

/**************************************************************

**************************************************************/
.hero .swiper-button {
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.hero .swiper-button-prev {
  left: 2.5vw;
}
.hero .swiper-button-next {
  right: 2.5vw;
}
.hero:hover .swiper-button {
  opacity: 1;
  visibility: visible;
}
.hero__item img {
  width: 100%;
}

/**************************************************************

**************************************************************/
.numbers {
  background: #12535d;
  padding: 50px 0;
  color: #fff;
}
.numbers__items {
  display: flex;
  justify-content: center;
  gap: 30px;
}
.numbers__item {
  text-align: center;
  width: 100%;
  max-width: 500px;
}
.numbers__item-val {
  font-weight: bold;
  font-size: 50px;
  line-height: 1.1;
  text-wrap: balance;
  margin-bottom: 10px;
}
@media (max-width: 1023.98px) {
  .numbers__items {
    flex-wrap: wrap;
  }
}
@media (max-width: 609.98px) {
  .numbers {
    padding: 30px 0;
  }
  .numbers__items {
    gap: 25px 0;
    justify-content: center;
  }
  .numbers__item {
    text-align: center;
    /* width: 50%; */
    /* padding: 0 10px; */
  }
  .numbers__item-val {
    font-weight: 600;
    font-size: 36px;
  }
}

/**************************************************************

**************************************************************/
.mabout {
  text-align: center;
}

/**************************************************************

**************************************************************/
.category__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
}
.category__item {
  color: #fff;
  position: relative;
}
.category__item-photo {
  position: relative;
  overflow: hidden;
  padding-bottom: 60%;
}
.category__item-photo::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.51) 10%, rgba(255, 255, 255, 0) 100%);
  content: "";
}
.category__item-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
}
@media (hover: hover) {
  .category__item:hover .category__item-photo img {
    transform: scale(1.05);
  }
}
.category__item-info {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  padding: 0 30px;
  z-index: 2;
}
.category__item-mlink {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 2;
}
@media (max-width: 1023.98px) {
  .category__items {
    grid-gap: 15px;
  }
}
@media (max-width: 767.98px) {
  .category__items {
    grid-template-columns: 1fr;
    grid-gap: 10px;
  }
  .category__item-info {
    bottom: 15px;
    padding: 0 20px;
  }
}

/**************************************************************

**************************************************************/
.binfo__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}
.binfo__item {
  background: #12535d;
  color: #fff;
  padding: 50px 30px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.binfo__item:is(a):hover {
  background: #2a6975;
}
.binfo__item-title {
  font-size: 40px;
  line-height: 1.3;
  font-weight: 600;
  text-transform: uppercase;
}
.binfo__item-desc {
  margin-top: 30px;
  font-size: 20px;
  text-wrap: balance;
}
.item-contacts .binfo__item-desc {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.binfo__item-contact {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 24px;
}
.binfo__item-contact + .binfo__item-contact {
  margin-top: 15px;
}
.binfo__item-contact__icon {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1139.98px) {
  .binfo__items {
    grid-gap: 15px;
  }
  .binfo__item {
    padding: 30px 20px;
  }
  .binfo__item-title {
    font-size: 30px;
  }
  .binfo__item-desc {
    font-size: 16px;
  }
  .binfo__item-contact {
    font-size: 16px;
  }
  .binfo__item-contact__icon {
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 1023.98px) {
  .binfo__items {
    grid-template-columns: 1fr 1fr;
  }
  .binfo__item.item-contacts {
    grid-column: span 2;
  }
  .binfo__item-contact {
    font-size: 20px;
  }
  .binfo__item-contact__icon {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 767.98px) {
  .binfo__items {
    grid-template-columns: 1fr;
    grid-gap: 10px;
  }
  .binfo__item.item-contacts {
    grid-column: initial;
  }
}

/**************************************************************

**************************************************************/
.ordform {
  text-align: center;
}
.ordform__inputs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  max-width: 700px;
  margin: 0 auto;
}
.ordform__ii {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}
.ordform__row {
  margin-bottom: 20px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.ordform__buttons {
  margin-top: 30px;
  text-align: center;
}
.ordform__buttons .btn {
  min-width: 240px;
}
@media (max-width: 1023.98px) {
  .ordform__ii {
    grid-template-columns: 1fr;
    grid-gap: 15px;
  }
}
@media (max-width: 767.98px) {
  .ordform__inputs {
    grid-template-columns: 1fr;
    grid-gap: 15px;
  }
}

/**************************************************************

**************************************************************/
.contacts__items {
  display: flex;
  justify-content: center;
  max-width: 1000px;
  margin: 0 auto;
}
.contacts__item {
  background: #12535d;
  transition: all 0.3s ease-in-out;
  color: #fff;
  text-align: center;
  padding: 30px;
  width: 33.3333333333%;
}
@media (hover: hover) {
  .contacts__item:hover {
    background: #2a6975;
  }
}
.contacts__item-icon {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  color: #fff;
}
.contacts__item-icon .icon {
  width: 100%;
  height: 100%;
}
.contacts__item-title {
  font-size: 30px;
  text-transform: uppercase;
}
.contacts__item-text {
  margin-top: 15px;
}
.contacts__item-text.fs--md {
  font-size: 20px;
}
@media (max-width: 1139.98px) {
  .contacts__item {
    padding: 20px;
  }
  .contacts__item-icon {
    height: 35px;
    margin-bottom: 10px;
  }
  .contacts__item-title {
    font-size: 24px;
  }
  .contacts__item-text {
    font-size: 14px;
  }
  .contacts__item-text.fs--md {
    font-size: 18px;
  }
}
@media (max-width: 1023.98px) {
  .contacts__items {
    flex-direction: column;
    gap: 15px;
  }
  .contacts__item {
    width: 100%;
    padding: 30px;
  }
  .contacts__item-title {
    font-size: 28px;
  }
  .contacts__item-text {
    font-size: 16px;
  }
  .contacts__item-text.fs--md {
    font-size: 20px;
  }
}

/**************************************************************

**************************************************************/
.catalog__cols {
  display: flex;
  gap: 30px;
}
.catalog__aside {
  flex: 0 0 auto;
  width: 360px;
}
.catalog__nav {
  background-color: #f9f9f9;
  padding: 30px;
  position: sticky;
  top: 10px;
}
.catalog__nav li {
  padding: 10px 0;
  border-top: 1px solid #d9d9d9;
  position: relative;
  padding-right: 30px;
}
.catalog__nav li:first-child {
  border: none;
}
.catalog__nav li a {
  display: inline-block;
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  text-wrap: balance;
}
.catalog__nav li a:hover {
  color: #12535d;
}
.catalog__nav li.current > a, .catalog__nav li.active > a {
  color: #12535d;
}
.catalog__nav li button {
  position: absolute;
  top: 11px;
  right: 0;
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  outline: 0;
  cursor: pointer;
  border: none;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.catalog__nav li button .icon {
  width: 16px;
  height: 16px;
}
.catalog__nav li button.active {
  transform: scale(1, -1);
}
@media (hover: hover) {
  .catalog__nav li button:hover {
    color: #12535d;
  }
}
.catalog__nav li ul {
  padding: 5px 0 0 20px;
  display: none;
}
.catalog__nav li ul li {
  border: 0;
  padding: 4px 0;
}
.catalog__nav li ul a {
  font-size: 16px;
}
.catalog__nav li.current ul {
  display: block;
}
.catalog__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
}
.catalog__item-photo {
  padding-bottom: 100%;
  position: relative;
  margin-bottom: 10px;
  overflow: hidden;
}
.catalog__item-photo img {
 /*  width: 100%;
 height: 100%;
 object-fit: cover; */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out;
}
@media (hover: hover) {
  .catalog__item-photo:hover img {
    transform: translate(-50%, -50%) scale(1.05);
  }
}
.catalog__item-art {
  font-size: 14px;
  margin-bottom: 5px;
}
.catalog__item-art b {
  font-weight: 500;
  color: #12535d;
}
.catalog__item-title {
  font-size: 20px;
  transition: all 0.3s ease-in-out;
}
.catalog__item-title:hover {
  color: #12535d;
}
@media (max-width: 1699.98px) {
  .catalog__aside {
    width: 300px;
  }
  .catalog__nav li a {
    font-size: 16px;
  }
  .catalog__nav li ul a {
    font-size: 14px;
  }
  .catalog__items {
    grid-template-columns: repeat(3, 1fr);
  }
  .catalog__item-title {
    font-size: 18px;
  }
}
@media (max-width: 1139.98px) {
  .catalog__cols {
    gap: 20px;
  }
  .catalog__aside {
    width: 280px;
  }
  .catalog__nav {
    padding: 10px 20px;
  }
  .catalog__items {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 1023.98px) {
  .catalog__aside {
    width: 240px;
  }
  .catalog__items {
    grid-gap: 20px 10px;
  }
  .catalog__item-title {
    font-size: 16px;
  }
}
@media (max-width: 767.98px) {
  .catalog__cols {
    flex-direction: column;
  }
  .catalog__aside {
    width: 100%;
  }
}
@media (max-width: 609.98px) {
  .catalog__items {
    grid-template-columns: 1fr;
  }
}

/**************************************************************

**************************************************************/
.detail__cols {
  display: flex;
  gap: 50px 50px;
  margin-bottom: 70px;
}
.detail__photos {
  min-width: 1px;
  width: 550px;
  flex: 0 0 auto;
  position: relative;
}
.detail__slider {
  background: #fff;
}
.detail__slider-item:not(.item--one) {
  padding-bottom: 100%;
  position: relative;
}
.detail__slider-item:not(.item--one) img {
  /* width: 100%;
  height: 100%;
  object-fit: cover; */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.detail__thumbs {
  position: relative;
  min-width: 1px;
  margin-top: 20px;
}
.detail__thumbs .swiper {
  padding-bottom: 1px;
}
.detail__thumbs-item {
  padding-bottom: 100%;
  position: relative;
  background: #fff;
  border: 3px solid #fff;
  cursor: pointer;
}
.swiper-slide-thumb-active .detail__thumbs-item {
  border-color: #12535d;
}
.detail__thumbs-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.detail__info {
  flex: 1 0 0;
  display: flex;
  flex-direction: column;
}
.detail__art {
  margin-top: 20px;
}
.detail__art-val {
  font-weight: 600;
  color: #12535d;
}
.detail__haract {
  max-width: 600px;
}
.detail__haract-row {
  display: flex;
  justify-content: space-between;
  gap: 5px;
  padding-bottom: 4px;
  position: relative;
}
.detail__haract-row + .detail__haract-row {
  margin-top: 8px;
}
.detail__haract-label {
  flex: 1 0 0;
  position: relative;
}
.detail__haract-label span {
  background: #fff;
  padding-right: 5px;
}
.detail__haract-label::after {
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 100%;
  border-bottom: 0.5px dashed #D8D8D8;
  z-index: -1;
  content: "";
}
.detail__haract-val {
  text-align: right;
}
.detail__desc > * + * {
  margin-top: 10px;
}
.detail__ord {
  padding-top: 30px;
}
.detail__ord .link {
  font-size: 20px;
  letter-spacing: 0.02em;
}
.detail__prices {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.detail__prices-val {
  font-weight: 500;
}
.detail__buttons {
  margin-top: 18px;
}
.detail__analog-head {
  margin-bottom: 20px;
}
.detail__analog table {
  width: auto;
  min-width: 320px;
}
@media (max-width: 1139.98px) {
  .detail__cols {
    gap: 30px;
  }
  .detail__photos {
    width: 450px;
  }
}
@media (max-width: 1023.98px) {
  .detail__cols {
    flex-direction: column;
  }
  .detail__photos {
    width: 100%;
    padding-right: 120px;
  }
  .detail__thumbs {
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100%;
    margin: 0;
  }
  .detail__thumbs .swiper {
    height: 100%;
  }
}
@media (max-width: 767.98px) {
  .detail__photos {
    padding-right: 0;
  }
  .detail__thumbs {
    position: relative;
    height: auto;
    width: 100%;
    margin: 10px 0 0;
  }
  .detail__thumbs .swiper {
    height: auto;
    overflow: initial;
  }
  .detail__ord {
    padding-top: 20px;
  }
  .detail__ord .link {
    font-size: 18px;
  }
}

/**************************************************************

**************************************************************/
table {
  width: 100%;
  border-collapse: collapse;
}
table td, table th {
  border-bottom: 1px solid #12535d;
  padding: 5px 10px;
  font-size: 16px;
}
table th {
  font-weight: bold;
  text-transform: uppercase;
  text-align: left;
  font-size: 14px;
  padding-bottom: 6px;
}
table td:first-child, table th:first-child {
  padding-left: 0;
}
table .td-art {
  white-space: nowrap;
}
table .td-brand {
  min-width: 150px;
  white-space: nowrap;
}
table .td-count {
  font-size: 14px;
  padding-top: 2px;
  padding-bottom: 2px;
  white-space: nowrap;
}
@media (max-width: 767.98px) {
  table th {
    font-size: 12px;
  }
  table td {
    font-size: 14px;
  }
  table .td-info {
    min-width: 200px;
  }
  table .td-brand {
    min-width: 10px;
  }
  table .td-count {
    font-size: 12px;
  }
}

@media (max-width: 767.98px) {
  .table__scroll {
    margin: 0 -15px;
    padding: 0 15px 5px;
    overflow: auto;
  }
}


.pagination {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.pagination .page-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.pagination .page-item.disabled,
.pagination .page-first, .pagination .page-last {
  display: none;
}
.pagination .page-link {
  background: none;
  min-width: 40px;
  height: 35px;
  color: #12535d;
  font-weight: 700;
  border: 2px solid #12535d;
  padding: 0 10px 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.pagination .page-link:hover {
  border-color: #2196F3;
  color: #2196F3;
}
.pagination .active .page-link {
  pointer-events: none;
  background: #12535d;
  border-color: #12535d;
  color: #fff;
}
@media (max-width: 609.98px) {
  .pagination {
    margin-top: 30px;
  }
}

/**************************************************************

**************************************************************/
/**************************************************************

**************************************************************/
/**************************************************************

**************************************************************/
