.navbar-toggler {
  margin-top: 0 !important
}

.navbar-toggler-icon {
  width: 34px
}

header .social {
  gap: 24px;
  position: static;
  width: unset
}
header .social a{
  padding: 0 5px;
}

header .top_soc .social {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.logo {
  padding: 0 0 10px
}

.logo a {
  display: inline-block
}

.logo img {
  width: 100% !important;
  display: block
}

@media screen and (max-width: 736px) {
  .logo a {
    display: block
  }

  .logo img {
    margin: 0 0 0 auto
  }
}

.login_link {
  max-width: unset;
  padding: 0;
  margin-left: 22px
}

.login_link a {
  display: inline-block;
  width: unset;
  padding: 23px 22px
}

.prof {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  background: #1b537c;
  padding: 2px 8px 2px 2px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  color: #fff !important;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  margin-left: 6px;
  text-decoration: none !important
}

.prof-icon {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #d10000;
  width: 21px;
  height: 21px;
  line-height: 21px;
  margin-right: 5px;
  text-align: center
}

.prof-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block
}

.prof-buscet img {
  display: block
}

@media screen and (max-width: 768px) {
  .prof {
    font-size: 12px;
    padding: 2px;
  }
  
  .prof span {font-size: 0;}

  .prof-icon {
    width: 21px;
    height: 21px;
    line-height: 21px;
    margin: 0;
  }
  
  .prof-bascet img {
    height: 21px;
    width: 18px;
    max-width: none;
  }
}

.title__heading {
  font-size: 24px;
  color: #000;
  margin: 0 0 20px;
  text-align: center
}

.owl-video-play-icon {
  background-image: url("../images/icons/play-icon.svg") !important;
  -webkit-background-size: contain !important;
  -moz-background-size: contain !important;
  -o-background-size: contain !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  max-width: 50%;
  max-height: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0 !important
}

.owl-video-play-icon:hover {
  -webkit-transform: translate(-50%, -50%) scale(1.1) !important;
  -moz-transform: translate(-50%, -50%) scale(1.1) !important;
  -ms-transform: translate(-50%, -50%) scale(1.1) !important;
  -o-transform: translate(-50%, -50%) scale(1.1) !important;
  transform: translate(-50%, -50%) scale(1.1) !important
}

.owl-video-wrapper {
  aspect-ratio: 4/3 !important;
  width: unset !important;
  height: unset !important;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  overflow: hidden
}

.main_slider {
  width: 100% !important
}

.main_slider .owl-stage-outer {
  background-color: #1b537c;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #fff
}

.main_slider .owl-nav .owl-prev, .main_slider .owl-nav .owl-next {
  color: #fff !important;
  left: -webkit-calc((100% - 1230px) / 2);
  left: -moz-calc((100% - 1230px) / 2);
  left: calc((100% - 1230px) / 2);
  top: 39%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 50px !important
}

.main_slider .owl-nav .owl-next {
  left: auto !important;
  right: -webkit-calc((100% - 1230px) / 2);
  right: -moz-calc((100% - 1230px) / 2);
  right: calc((100% - 1230px) / 2)
}

@media screen and (max-width: 1230px) {
  .main_slider .owl-nav .owl-prev {
    left: 1%
  }

  .main_slider .owl-nav .owl-next {
    right: 1%
  }
}

.main_slider .owl-dots .owl-dot span {
  width: 8px;
  height: 8px
}

.main_slider .owl-dots .owl-dot.active span {
  background-color: #1b537c
}

.main_slider .item {
  padding-top: 23px;
  padding-bottom: 23px
}

.main_slider h1, .main_slider h2, .main_slider h3, .main_slider h4 {
  font-size: 24px
}

.main_slider h1::after, .main_slider h2::after, .main_slider h3::after, .main_slider h4::after {
  content: "";
  display: block;
  width: 54px;
  height: 5px;
  background-color: #fff;
  margin: 23px auto 15px
}

@media screen and (min-width: 992px) {
  .main_slider h1::after, .main_slider h2::after, .main_slider h3::after, .main_slider h4::after {
    margin: 18px 0
  }
}

.main_slider .button_yellow {
  display: inline-block;
  padding-left: 60px;
  padding-right: 60px;
  margin: 38px 0 0
}

.main_slider-img {
  text-align: center;
  position: relative
}

.main_slider-img::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: 111;
  pointer-events: none;
  background-image: url("../images/icons/slide-bg.svg");
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain
}

.main_slider-img img {
  display: block;
  margin: 0 auto;
  width: 325px !important;
  height: 325px !important;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important
}

@media screen and (max-width: 992px) {
  .main_slider p {
    margin-bottom: 7px
  }

  .main_slider .button_yellow {
    width: 100%;
    margin-top: 21px
  }

  .main_slider-img {
    padding-top: 5px
  }

  .main_slider-img img {
    width: 230px !important;
    height: 230px !important
  }
}

@media screen and (max-width: 576px) {
  .main_slider h1, .main_slider h2, .main_slider h3, .main_slider h4 {
    font-size: 16px
  }

  .main_slider p {
    font-size: 12px
  }

  .main_slider-img img {
    width: 210px !important;
    height: 210px !important
  }
}

.service {
  padding: 60px 0 80px;
  width: 100%;
}

.service-item {
  text-align: center;
  color: #1b537c
}

.service-item img {
  display: inline-block;
  width: 220px;
  height: 191px;
  margin-bottom: 28px;
  -o-object-fit: contain;
  object-fit: contain
}

@media screen and (max-width: 992px) {
  .service {
    padding: 50px 0 0
  }

  .service-item {
    margin-bottom: 60px
  }

  .service-item img {
    margin-bottom: 20px;
    max-width: 110px;
    height: unset;
    width: unset
  }

  .service-item__heading {
    font-size: 20px
  }
}

.info {
  text-align: center;
  background-color: #e5ebef;
  padding: 24px 0
}

.info p {
  margin-bottom: 10px
}

.button_blue {
  display: inline-block;
  line-height: 110%;
  padding: 15px;
  text-decoration: none !important
}

.button_outline {
  display: inline-block;
  text-decoration: none !important;
  text-align: center;
  padding: 13px 10px 12px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid #1b537c;
  background-color: rgba(0, 0, 0, 0);
  font-size: 16px;
  color: #1b537c;
  font-weight: 700;
  min-width: 233px
}

.amountCounter {
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border-radius: 13px;
  background: #1b537c;
  border-width: 0 0 5px 0;
  border-color: #0d3858;
  border-style: solid;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 81px
}

.amountCounter button, .amountCounter input {
  height: 56px;
  color: #fff;
  text-align: center;
  border: none;
  background-color: rgba(0, 0, 0, 0);
  width: 32.5%;
  padding: 0;
  font-weight: bold
}

.amountCounter button:hover, .amountCounter input:hover {
  opacity: .5
}

.amountCounter input {
  opacity: 1 !important;
  font-size: 14px;
  width: 35%
}

.card {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  border: 1px solid #e5ebef;
  background: #fff;
  margin-bottom: 23px;
  position: relative;
  z-index: 1
}

.card-cashback {
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 12px;
    background: #1b537c;
    font-weight: bold;
    color: #fff;
    z-index: 1;
    font-size:13px;
    padding: 2px 10px 2px 2px;
    display: inline-block;
}

.card-cashback span {display: inline-block; position:relative; top: -2px;}

.card-cashback font {font-size: 14px;padding: 1px 10px; background: #D10000; border-radius: 12px; display: inline-block;}

.card-top {
  padding: 13px 16px 0
}

.card-top img {
  width: 100%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 4/3;
  -webkit-transition: -webkit-transform .2s ease;
  transition: -webkit-transform .2s ease;
  -o-transition: -o-transform .2s ease;
  -moz-transition: transform .2s ease, -moz-transform .2s ease;
  transition: transform .2s ease;
  transition: transform .2s ease, -webkit-transform .2s ease, -moz-transform .2s ease, -o-transform .2s ease
}

.card-title {
  font-size: 16px;
  margin-bottom: 11px;
  font-weight: 900
}

.card-text {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 23px
}

.card-body {
  padding-bottom: 16px
}

.card-price {
  margin: 0 !important
}

.card-price b {
  font-size: 24px;
  font-weight: 900;
  display: inline-block;
  padding: 0 4px
}

.card-price s {
  font-size: 15px;
  font-weight: 400;
  line-height: normal
}

.card .button_blue {
  padding: 19px 10px 17px;
  width: -webkit-calc(100% - 90px);
  width: -moz-calc(100% - 90px);
  width: calc(100% - 90px);
  margin: 0
}

.card-tag {
  position: absolute;
  z-index: 100;
  top: 18px;
  left: 21px;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  -webkit-border-radius: 47px;
  -moz-border-radius: 47px;
  border-radius: 47px;
  background: #ececec;
  padding: 4px 15px
}

.card-footer {
  position: relative;
  z-index: 100;
  padding-top: 0;
  gap: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: rgba(0, 0, 0, 0);
  border: none
}

.card-more {
  color: #98dd00;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 700
}

.card-more::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  vertical-align: middle;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #98dd00;
  margin-right: 3px
}

.card__link {
  display: block;
  position: absolute;
  top: 20px;
  left: 20px;
  width: -webkit-calc(100% - 40px);
  width: -moz-calc(100% - 40px);
  width: calc(100% - 40px);
  height: -webkit-calc(80% - 40px);
  height: -moz-calc(80% - 40px);
  height: calc(80% - 40px);
  z-index: 1;
  background-color: rgba(0, 0, 0, 0);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px
}

.card__link:hover ~ .card-top img {
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  -ms-transform: scale(1.04);
  -o-transform: scale(1.04);
  transform: scale(1.04)
}

.collapceDrop {
  margin-bottom: 20px
}

@media screen and (max-width: 992px) {
  .collapceDrop {
    margin-bottom: 10px
  }
}

.collapceDrop-btn {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  background-color: rgba(0, 0, 0, 0);
  text-decoration: none !important;
  border: none
}

.collapceDrop-btn::after {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  vertical-align: middle;
  background-image: url("../images/icons/arrow_bottom.svg");
  background-repeat: no-repeat;
  background-position: center right;
  margin-left: 6px;
  -webkit-transition: all ease .2s;
  -o-transition: all ease .2s;
  -moz-transition: all ease .2s;
  transition: all ease .2s
}

.collapceDrop-btn.show::after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg)
}

@media screen and (max-width: 992px) {
  .collapceDrop-btn {
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee
  }

  .collapceDrop-btn::after {
    float: right
  }
}

.collapceDrop-content {
  display: none;
  padding: 14px 0 0
}

.collapceDrop.show .collapceDrop-content {
  display: block
}

.collapceDrop.show .collapceDrop-btn::after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg)
}

.checkbox label {
  font-size: 13px;
  font-weight: 400;
  padding: 2px 0 2px 28px;
  display: block;
  position: relative;
  cursor: pointer
}

.checkbox label::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 1px solid #000;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain
}

.checkbox input {
  display: none
}

.checkbox input:checked ~ label::before {
  border-color: #1b537c;
  background-color: #1b537c;
  background-image: url("../images/icons/check.svg")
}

.filter__heading {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  padding: 0;
  margin: 0 0 20px;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  display: block;
  width: 100%;
  text-align: left
}

@media screen and (max-width: 992px) {
  .filter__heading {
    margin-bottom: 17px
  }

  .filter__heading::after {
    content: "";
    width: 17px;
    height: 17px;
    display: inline-block;
    vertical-align: middle;
    background-image: url("../images/icons/arrow_bottom.svg");
    background-repeat: no-repeat;
    background-position: center right;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    margin-left: 12px;
    -webkit-transition: all ease .2s;
    -o-transition: all ease .2s;
    -moz-transition: all ease .2s;
    transition: all ease .2s
  }

  .filter__heading.show::after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
  }
}

.filter-wrap {
  gap: 16px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

@media screen and (max-width: 992px) {
  .filter-wrap {
    padding-top: 8px;
    gap: 8px
  }
}

.filter-btn {
  text-decoration: none !important;
  font-size: 16px;
  font-weight: 900;
  -webkit-border-radius: 47px;
  -moz-border-radius: 47px;
  border-radius: 47px;
  background: #ececec;
  padding: 11px 30px;
  border: none;
  -webkit-transition: all ease .2s;
  -o-transition: all ease .2s;
  -moz-transition: all ease .2s;
  transition: all ease .2s
}

.filter-btn.active {
  color: #fff;
  background: #b7922e
}

@media screen and (max-width: 992px) {
  .filter-btn {
    padding: 10px 20px 9px;
    font-size: 12px
  }
}

.filter-form button {
  width: 100%;
  max-width: 100%;
  display: block;
  margin: 16px 0 0
}

@media screen and (max-width: 992px) {
  .filter-form {
    display: none;
    max-width: 500px;
    padding-bottom: 24px
  }
}

.inp {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  background: #ececec;
  padding: 0 0 0 18px;
  max-width: 135px;
  margin-right: 13px
}

.inp input {
  width: 75%;
  height: 65px;
  font-size: 16px;
  padding: 0 2px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.inp label {
  color: #969696;
  font-size: 16px;
  font-weight: 400;
  margin: 0
}

.modal__icon {
  display: block;
  margin: 0 auto 33px
}

.modal-cart {
  display: none;
  top: 50%;
  width: 90%;
  max-width: 442px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  padding: 0
}

.modal-cart h3 {
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  color: #000;
  line-height: 110%;
  text-align: center;
  margin-bottom: 12px
}

.modal-cart p {
  text-align: center;
  margin: 0 0 11px
}

.modal-cart .button_blue, .modal-cart .button_outline {
  width: 90%;
  margin-top: 15px;
  display: inline-block
}

.modal-cart .close-modal {
  display: none !important
}

.modal-cart .modal-content {
  padding: 33px 20px 35px
}

.jquery-modal.blocker {
  background-color: rgba(0, 0, 0, .5) !important;
  z-index: 1002;
}

.tovar-slider img, .tovar-nav img {
  display: block;
  width: 100% !important;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
  object-fit: cover
}

.tovar-slider .owl-stage-outer, .tovar-nav .owl-stage-outer {
  background-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none
}

.tovar-nav .owl-prev, .tovar-nav .owl-next {
  width: 25px;
  height: 25px;
  background-color: rgba(0, 0, 0, .5) !important;
  left: 5px;
  z-index: 111;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 30px !important;
  line-height: 21px !important;
  color: #fff !important
}

.tovar-nav .owl-prev span, .tovar-nav .owl-next span {
  display: block;
  width: 100%;
  text-align: center;
  height: 100%
}

.tovar-nav .owl-prev.disabled, .tovar-nav .owl-next.disabled {
  opacity: 0 !important
}

.tovar-nav .owl-next {
  left: auto !important;
  right: 5px !important
}

.tovar-nav .current img {
  border: 3px solid #000
}

.tovar-nav .item {
  cursor: pointer
}

.tovar-nav .item * {
  pointer-events: none
}

.tovar-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.tovar-content .button_blue {
  margin: 0;
  padding: 18px 10px;
  width: -webkit-calc(100% - 110px);
  width: -moz-calc(100% - 110px);
  width: calc(100% - 110px)
}

.tovar-footer {
  margin: auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0 20px
}

.tovar-price {
  width: 100%;
  margin: 0 0 16px
}

.tovar-price .card-cashback {position: static;}

.tovar-price b {
  font-size: 24px;
  font-weight: 900;
  display: inline-block;
  padding: 0 4px
}

.tovar-price s {
  font-size: 15px;
  font-weight: 400;
  line-height: normal
}

.tovar-more {
  display: inline-block;
  margin: 9px 0 0;
  color: #98dd00;
  text-align: left;
  font-size: 12px;
  font-style: normal;
  font-weight: 700
}

.tovar-more::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  vertical-align: middle;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #98dd00;
  margin-right: 3px
}

.tovar-description {
  padding-top: 60px;
  text-align: left
}

.tovar-description__img {
  float: right;
  max-width: 40%;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px
}

.tovar-description .title__heading {
  color: #000;
  text-align: left
}

.tovar-description__text {
  max-width: 58%;
  margin: 0 auto 0 0
}

@media screen and (max-width: 992px) {
  .tovar-content {
    padding-top: 20px;
    text-align: center
  }

  .tovar-slider, .tovar-nav {
    width: 100%
  }

  .tovar-footer {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
  }

  .tovar-more {
    text-align: center;
    margin: 9px auto 0
  }

  .tovar-description {
    padding-top: 32px;
    text-align: left
  }

  .tovar-description .title__heading {
    text-align: center
  }

  .tovar-description__img {
    width: 100%;
    float: none;
    margin-bottom: 20px;
    max-width: 100%
  }

  .tovar-description__text {
    max-width: 100%;
    margin-bottom: 20px
  }
}

@media screen and (max-width: 767px) {
  .content h1 {
    margin: 3px 0 16px;
    font-size: 16px
  }
}

.ord-list {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  border: 1px solid #e5ebef;
  background: #fff;
  padding: 18px 0 18px 20px;
  list-style: none;
  overflow: hidden;
  margin-bottom: 62px
}

.ord-list p {
  margin: 0
}

.ord-list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-bottom: 11px
}

.ord-list li li {
  display: list-item;
  padding: 0 0 2px
}

.ord-list ol {
  counter-reset: my-counter;
  list-style-type: none
}

.ord-list ol li {
  position: relative;
  z-index: 1;
  padding-left: 20px
}

.ord-list ol li::before {
  position: absolute;
  left: 0;
  top: 0;
  counter-increment: my-counter;
  content: counter(my-counter) ".";
  font-weight: bold;
  color: #000;
  margin-right: 10px
}

.ord-head {
  font-weight: bold;
  position: relative;
  z-index: 1
}

.ord-head::after {
  content: "";
  display: inline-block;
  width: 800px;
  height: 2px;
  border-bottom: 1px dashed rgba(0, 0, 0, .2);
  position: absolute;
  left: 108%;
  bottom: 5px;
  z-index: -1
}

.ord-text {
  background-color: #fff;
  width: 360px;
  padding: 0 20px 0 8px;
  font-size: 14px;
  line-height: 120%;
  font-weight: 400;
  position: relative;
  z-index: 111
}

@media screen and (max-width: 700px) {
  .ord-list {
    text-align: center;
    padding: 18px 24px 25px;
    margin-bottom: 48px
  }

  .ord-list li {
    display: block;
    margin-bottom: 32px;
    padding: 0
  }

  .ord-list li:last-of-type {
    margin-bottom: 0
  }

  .ord-list li li {
    margin-bottom: 0
  }

  .ord-list ol li {
    padding-left: 0
  }

  .ord-list ol li::before {
    position: static
  }

  .ord-head {
    width: 100%;
    font-size: 14px;
    margin: 0 0 10px !important
  }

  .ord-head::after {
    display: none
  }

  .ord-text {
    font-size: 14px;
    width: 100%;
    padding: 0
  }
}

.bx-pagination ul {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  color: #1b537c;
  font-size: 16px;
  font-weight: 700
}

.bx-pagination li {
  padding: 11px 10px 9px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px
}

.bx-pagination .bx-active {
  background-color: #1b537c;
  color: #fff
}

@media screen and (max-width: 700px) {
  .bx-pagination ul {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}

/*# sourceMappingURL=changes.css.map */