.g-pagination__item--active {
  background-color: #35C5B1 !important;
  border-color: #35C5B1 !important;
}
body .g-comment {
  background: #eeeeee;
  border-color: transparent;
}
body .g-comment.g-comment--reply {
  border-color: transparent;
}
.lpc-take__address-box {
  height: auto !important;
  min-height: 300px;
}
@media (min-width: 961px) {
  body h2 {
    line-height: 1.1 !important;
    font-size: 2.5vw !important;
  }
}
@media (max-width: 479px) {
  body .div--u-izhm9un6s {
    max-width: 100%;
  }
  body br + form input {
    max-width: 100%;
  }
  body .g-img--gallery-image {
    margin-left: 0;
    margin-right: 0;
  }
}
.g-page-article {
  font-size: 19px;
}
@media (max-width: 1200px) {
  .g-page-article {
    font-size: 18px;
  }
}
@media (max-width: 960px) {
  .g-page-article {
    font-size: 16px;
  }
}
.reviews-form-item.tpl-field.check label {
  display: flex;
  align-items: flex-start;
}
.reviews-form-item.tpl-field.check label input[type="checkbox"] {
  margin-right: 10px;
}
.reviews-form-item.tpl-field.check p {
  margin: 0;
}
body .g-page-article__text, body .g-article__text {
  font-size: 20px;
}
@media (max-width: 1023px) {
  body .g-page-article__text, body .g-article__text {
    font-size: 18px;
  }
}
.article {
  font-family: Jost, sans-serif;
  position: relative;
}
.article__top {
  border-radius: 2px;
  border: 1px solid #ececec;
  background: rgba(53, 197, 177, 0.1);
  padding: 20px;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .article__top {
    flex-direction: column;
    align-items: flex-start;
  }
}
.article__top--image {
  border-radius: 2px;
  border: 2px solid #fff;
  overflow: hidden;
  margin-right: 20px;
  font-size: 0;
  aspect-ratio: 0.75;
  flex: none;
  max-width: 250px;
}
@media (max-width: 767px) {
  .article__top--image {
    margin-right: 0;
    margin-bottom: 15px;
    width: 100%;
    max-width: 100%;
  }
}
.article__top--image img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.article__top--speciality {
  border-radius: 25px;
  background: rgba(53, 197, 177, 0.2);
  color: #35c5b1;
  font-size: 16px;
  font-weight: 500;
  padding: 3px 10px;
  display: inline-block;
  margin-bottom: 18px;
}
@media (max-width: 767px) {
  .article__top--speciality {
    position: absolute;
    top: 30px;
    left: 30px;
    margin-bottom: 0;
    font-size: 14px;
    background: #C6EEE8;
  }
}
.article__top--name {
  color: #575757;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 18px;
  font-size: 36px;
}
@media (max-width: 1023px) {
  .article__top--name {
    font-size: 28px;
  }
}
@media (max-width: 639px) {
  .article__top--name {
    font-size: 24px;
  }
}
.article__top--desc {
  font-size: 20px;
  line-height: 1.2;
}
@media (max-width: 1023px) {
  .article__top--desc {
    font-size: 18px;
  }
}
@media (max-width: 639px) {
  .article__top--desc {
    font-size: 16px;
  }
}
.article__top--more {
  margin-top: 20px;
}
.article__bottom {
  margin-top: 20px;
  border-radius: 2px;
  border: 1px solid #ececec;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  background: rgba(53, 197, 177, 0.1);
}
.article__bottom--item {
  padding: 20px;
  margin: 15px;
  width: calc(50% - 30px);
  border: 1px solid #ececec;
  border-radius: 2px;
  background: #fff;
}
@media (max-width: 639px) {
  .article__bottom--item {
    width: 100%;
    margin: 0 0 20px;
  }
  .article__bottom--item:last-child {
    margin-bottom: 0;
  }
}
.article__bottom--item__title {
  text-transform: uppercase;
  font-size: 22px;
  margin-bottom: 18px;
  line-height: 1.2;
  font-weight: 700;
}
@media (max-width: 1023px) {
  .article__bottom--item__title {
    font-size: 20px;
  }
}
.article__bottom--item__body {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 400;
}
@media (max-width: 1023px) {
  .article__bottom--item__body {
    font-size: 16px;
  }
}
.article__widget {
  padding: 20px;
  border: 1px solid #ececec;
  border-radius: 2px;
  text-align: center;
  margin-top: 20px;
}
.article-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
  font-family: Jost, sans-serif;
}
@media (max-width: 1023px) {
  .article-list {
    margin: 0 -15px;
  }
}
@media (max-width: 639px) {
  .article-list {
    margin: 0;
  }
}
.article-list__item {
  width: calc(25% - 40px);
  margin: 20px;
  border-radius: 2px;
  border: 1px solid #ececec;
  background: rgba(53, 197, 177, 0.1);
  padding: 20px;
  position: relative;
}
@media (max-width: 1499px) {
  .article-list__item {
    width: calc(33.33333% - 40px);
  }
}
@media (max-width: 1023px) {
  .article-list__item {
    width: calc(50% - 30px);
    margin: 15px;
    padding: 15px;
  }
}
@media (max-width: 639px) {
  .article-list__item {
    width: 100%;
    margin: 15px 0;
  }
}
.article-list__speciality {
  border-radius: 25px;
  background: #C6EEE8;
  color: #35c5b1;
  font-size: 18px;
  font-weight: 400;
  padding: 3px 10px;
  display: inline-block;
  top: 30px;
  left: 30px;
  position: absolute;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 639px) {
  .article-list__speciality {
    font-size: 14px;
  }
}
.article-list__image {
  border-radius: 2px;
  border: 2px solid #fff;
  overflow: hidden;
  font-size: 0;
  position: relative;
  padding-top: 125%;
  width: 100%;
}
.article-list__image a {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  font-size: 0;
  text-decoration: none;
}
.article-list__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.article-list__name {
  text-decoration: none;
  color: #575757;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 18px;
  font-size: 24px;
  display: inline-block;
}
@media (max-width: 1023px) {
  .article-list__name {
    font-size: 20px;
  }
}
.article-list__text {
  font-size: 16px;
  line-height: 1.2;
  margin-top: 10px;
}
@media (max-width: 639px) {
  .article-list__text {
    font-size: 14px;
  }
}
.article-list__body {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  height: 100%;
}
.article-list__more {
  display: inline-block;
  margin-top: auto;
  padding-top: 20px;
}
.article-list__more a {
  text-decoration: none;
  border-radius: 25px;
  background: #C6EEE8;
  color: #fff;
  font-size: 16px;
  background: #35c5b1;
  display: inline-block;
  padding: 14px 16px;
}
@media (max-width: 639px) {
  .article-list__more a {
    padding: 10px 14px;
    font-size: 14px;
  }
}
body .g-button.g-button--invert, body a.g-button.g-button--invert, body .g-page-article .g-article-nav a, body .g-article-offered__button, body .g-button {
  border-radius: 25px;
  padding: 14px 20px;
  font-size: 14px;
  line-height: 1.2;
  text-shadow: none;
  outline: none;
  font-family: Jost, sans-serif;
}
body .g-button.g-button--invert:hover, body a.g-button.g-button--invert:hover, body .g-page-article .g-article-nav a:hover, body .g-article-offered__button:hover, body .g-button:hover {
  border-radius: 25px;
}
body .g-form-control-text, body .g-form-control-textarea, body .g-form-control-checkbox__input, body .g-form-control-select + .chosen-container a.chosen-single, body .g-form-control-select + .chosen-container a.chosen-single:hover, body .g-form-control-select + .chosen-container a.chosen-single:focus, body .g-form-control-select + .chosen-container-multi .chosen-choices, body .g-form-control-select + .chosen-container-multi .chosen-choices:hover, body .g-form-control-select + .chosen-container-multi .chosen-choices:focus, body input[type=text][name=_cn], body .g-form-control-select + .chosen-container-single.chosen-container-active .chosen-drop, body .g-form-control-select + .chosen-container-multi.chosen-container-active .chosen-drop, body .g-form-control-select + .chosen-container-multi.chosen-container-active .chosen-choices {
  border-radius: 6px;
  padding: 14px 20px;
  font-size: 14px;
}
.g-article--simple-view {
  border-color: #c4c4c4 !important;
}
.g-article--simple-view .g-article__name {
  text-decoration: none;
}
.g-article--simple-view:hover .g-article__name {
  text-decoration: underline;
}
@media (max-width: 640px) {
  .g-article--simple-view .g-article__name {
    font-size: 20px;
  }
  body .g-page-article__text, body .g-article__text {
    font-size: 15px;
    text-align: center;
  }
  body .g-article--simple-view .g-article__image {
    float: none;
    margin-right: 0;
    text-align: center;
    margin-bottom: 5px;
  }
}
@media (min-width: 961px) {
  .reviews-item {
    font-size: 20px;
  }
}
body .g-pagination__item:not(.g-pagination__item--active):hover {
  border-color: #17b09c !important;
  color: #fff !important;
}
body .g-pagination__item--active {
  color: #fff !important;
  border-color: #17b09c !important;
  background-color: #17b09c !important;
}
ul.galka {
  vertical-align: top;
  margin: 10px 5px 10px -10px;
}
ul.galka li {
  background: url("/t/images/css/teethicon.png") no-repeat scroll left 6px / 20px rgba(0, 0, 0, 0);
  list-style-type: none;
  padding: 3px 1px 5px 28px;
}
.advan {
  font-weight: bold;
  color: #0f7b79;
  display: inline;
  vertical-align: top;
  margin-left: 1px;
}
ul.spisok {
  vertical-align: top;
  margin: 10px 5px 10px -10px;
}
ul.spisok li {
  background: url("/t/images/css/spisok.png") no-repeat scroll left 2px / 20px rgba(0, 0, 0, 0);
  list-style-type: none;
  padding: 3px 1px 5px 25px;
}
.seo_imgi2 {
  border: 3px solid #fff !important;
  box-shadow: 0 0 3px #aaa;
  margin: 0 auto;
  transition: border 1s ease 0s;
}
.right-img {
  float: right;
  margin: 1px 1px 5px 15px;
}
@media screen and (min-width: 320px) and (max-width: 830px) {
  .right-img {
    float: none;
    margin: 0px auto;
  }
  body .g-page-article__text, body .g-article__text {
    font-size: 17px;
    text-align: justify;
  }
}
.popover-body input[type="checkbox"] {
  width: 1em !important;
  height: 1em !important;
}
.reviews-form-item ul, .reviews-form-item li, .type-checkbox ul, .type-checkbox li {
  margin: 0;
  list-style: none;
  padding: 0;
}
.reviews-form-item input[type="checkbox"], .type-checkbox input[type="checkbox"] {
  margin-right: 6px;
}
.g-pagination {
  font-size: var(--g-pagination-font-size);
  letter-spacing: -0.4em;
  margin: 3.33333em 0 0;
}
.g-pagination__dots, .g-pagination__item {
  display: inline-block;
  margin: 10px 0.1333em;
  vertical-align: bottom;
}
.g-pagination__dots {
  min-height: 1.8667em;
  width: 19px;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2215px%22%20height%3D%229px%22%20%20viewBox%3D%220%200%2015%209%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23c5c5c5%22%20d%3D%22M13.656%2C3.000%20C12.879%2C3.000%2012.249%2C2.328%2012.249%2C1.500%20C12.249%2C0.672%2012.879%2C-0.000%2013.656%2C-0.000%20C14.432%2C-0.000%2015.062%2C0.672%2015.062%2C1.500%20C15.062%2C2.328%2014.432%2C3.000%2013.656%2C3.000%20ZM7.562%2C3.000%20C6.734%2C3.000%206.062%2C2.328%206.062%2C1.500%20C6.062%2C0.672%206.734%2C-0.000%207.562%2C-0.000%20C8.390%2C-0.000%209.062%2C0.672%209.062%2C1.500%20C9.062%2C2.328%208.390%2C3.000%207.562%2C3.000%20ZM1.406%2C3.000%20C0.629%2C3.000%20-0.000%2C2.328%20-0.000%2C1.500%20C-0.000%2C0.672%200.629%2C-0.000%201.406%2C-0.000%20C2.182%2C-0.000%202.812%2C0.672%202.812%2C1.500%20C2.812%2C2.328%202.182%2C3.000%201.406%2C3.000%20Z%22%2F%3E%3C%2Fsvg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2215px%22%20height%3D%229px%22%20%20viewBox%3D%220%200%2015%209%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23c5c5c5%22%20d%3D%22M13.656%2C3.000%20C12.879%2C3.000%2012.249%2C2.328%2012.249%2C1.500%20C12.249%2C0.672%2012.879%2C-0.000%2013.656%2C-0.000%20C14.432%2C-0.000%2015.062%2C0.672%2015.062%2C1.500%20C15.062%2C2.328%2014.432%2C3.000%2013.656%2C3.000%20ZM7.562%2C3.000%20C6.734%2C3.000%206.062%2C2.328%206.062%2C1.500%20C6.062%2C0.672%206.734%2C-0.000%207.562%2C-0.000%20C8.390%2C-0.000%209.062%2C0.672%209.062%2C1.500%20C9.062%2C2.328%208.390%2C3.000%207.562%2C3.000%20ZM1.406%2C3.000%20C0.629%2C3.000%20-0.000%2C2.328%20-0.000%2C1.500%20C-0.000%2C0.672%200.629%2C-0.000%201.406%2C-0.000%20C2.182%2C-0.000%202.812%2C0.672%202.812%2C1.500%20C2.812%2C2.328%202.182%2C3.000%201.406%2C3.000%20Z%22%2F%3E%3C%2Fsvg%3E");
  -webkit-mask-size: 15px 9px;
  mask-size: 15px 9px;
  -webkit-mask-position: 50% 100%;
  mask-position: 50% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: #ededed;
}
.g-pagination__item {
  box-sizing: border-box;
  padding: 0.3571em 0.6428em;
  text-decoration: none !important;
  color: #484848;
  border: 1px solid #c5c5c5;
  border-radius: 3px;
  font-family: Arial, sans-serif;
  font-size: 0.9333em;
  font-weight: 400;
  line-height: 1.2em;
  letter-spacing: normal;
  background: var(--g-pagination-item-bg-color);
}
.g-pagination__item:hover {
  color: #fff;
}
.g-pagination__item--prev {
  padding: 0.3571em 0 0.3571em 0.6428em;
}
.g-pagination__item--prev::after {
  margin: 0 0.6923em 0.1538em 0;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2213px%22%20height%3D%2211px%22%20%20viewBox%3D%220%200%2013%2011%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23484848%22%20d%3D%22M5.9%2C0.7L5.2%2C0L0%2C5.5L5.2%2C11l0.7-0.7L1.9%2C6H13V5H1.9L5.9%2C0.7z%22%2F%3E%3C%2Fsvg%3E");
  -webkit-mask-size: 13px 11px;
  mask-size: 13px 11px;
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background: #000;
}
.g-pagination__item--next::after {
  margin: 0 0 0.1538em 0.6923em;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2213px%22%20height%3D%2211px%22%20%20viewBox%3D%220%200%2013%2011%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23484848%22%20d%3D%22M7.1%2C0.7L7.8%2C0L13%2C5.5L7.8%2C11l-0.7-0.7l4-4.3H0V5h11.1L7.1%2C0.7z%22%2F%3E%3C%2Fsvg%3E");
  -webkit-mask-size: 13px 11px;
  mask-size: 13px 11px;
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background: #000;
}
.g-pagination__item:hover {
  color: #fff;
  border-color: #17b09c !important;
  background-color: #17b09c !important;
}
.g-pagination__item--prev:hover::after {
  margin: 0 0.6923em 0.1538em 0;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2213px%22%20height%3D%2211px%22%20%20viewBox%3D%220%200%2013%2011%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23484848%22%20d%3D%22M5.9%2C0.7L5.2%2C0L0%2C5.5L5.2%2C11l0.7-0.7L1.9%2C6H13V5H1.9L5.9%2C0.7z%22%2F%3E%3C%2Fsvg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2213px%22%20height%3D%2211px%22%20%20viewBox%3D%220%200%2013%2011%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23484848%22%20d%3D%22M5.9%2C0.7L5.2%2C0L0%2C5.5L5.2%2C11l0.7-0.7L1.9%2C6H13V5H1.9L5.9%2C0.7z%22%2F%3E%3C%2Fsvg%3E");
  -webkit-mask-size: 13px 11px;
  mask-size: 13px 11px;
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background: #fff;
}
.g-pagination__item--next:hover::after {
  margin: 0 0 0.1538em 0.6923em;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2213px%22%20height%3D%2211px%22%20%20viewBox%3D%220%200%2013%2011%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23484848%22%20d%3D%22M7.1%2C0.7L7.8%2C0L13%2C5.5L7.8%2C11l-0.7-0.7l4-4.3H0V5h11.1L7.1%2C0.7z%22%2F%3E%3C%2Fsvg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2213px%22%20height%3D%2211px%22%20%20viewBox%3D%220%200%2013%2011%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23484848%22%20d%3D%22M7.1%2C0.7L7.8%2C0L13%2C5.5L7.8%2C11l-0.7-0.7l4-4.3H0V5h11.1L7.1%2C0.7z%22%2F%3E%3C%2Fsvg%3E");
  -webkit-mask-size: 13px 11px;
  mask-size: 13px 11px;
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background: #fff;
}
.g-pagination__item--active {
  color: #fff !important;
  border-color: #17b09c !important;
  background-color: #17b09c !important;
}
.g-pagination__item--next::after, .g-pagination__item--prev::after {
  display: inline-block;
  width: 0.9286em;
  height: 0.7857em;
  margin-bottom: 2px;
  content: "";
  vertical-align: middle;
  background-size: cover !important;
}
