/* MIXINS */
/* border radius */
/* size */
/* letter spacing */
/* transition */
/* mediaqueries */
.our-works {
  margin: 40px auto;
  max-width: 100%;
  overflow: hidden;
  width: 1050px;
}
@media (max-width: 991.98px) {
  .our-works {
    margin: 32px auto;
  }
}
@media (max-width: 575.98px) {
  .our-works {
    margin: 24px auto;
  }
}
.our-works_horizontal {
  touch-action: pan-y;
}
.our-works__external {
  position: relative;
}
.our-works__wrapper {
  align-items: stretch;
  box-sizing: content-box;
  display: flex;
  width: 100%;
}
.our-works__item {
  transition: opacity var(--transition-speed);
  display: block;
  flex-shrink: 0;
  max-width: 100%;
  opacity: 0;
  pointer-events: none;
  width: 460px;
}
@media (max-width: 575.98px) {
  .our-works__item {
    width: 280px;
  }
}
.our-works__item_active {
  opacity: 1;
  pointer-events: initial;
}
@media (min-width: 768px) {
  .our-works__item_next {
    opacity: 1;
    pointer-events: initial;
  }
}
.our-works__pagination {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 24px 0 0;
}
.our-works__bullet {
  height: 26px;
  width: 27px;
  transition: all var(--transition-speed);
  background: transparent url("data:image/svg+xml,%3Csvg width='25' height='26' viewBox='0 0 25 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.5 0L24.1913 6.5V19.5L12.5 26L0.808657 19.5V6.5L12.5 0Z' fill='%23E6E6E6'/%3E%3C/svg%3E") center no-repeat;
  display: block;
  margin: 0 9px;
}
.our-works__bullet_active {
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='26' viewBox='0 0 25 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.5 0L24.1913 6.5V19.5L12.5 26L0.808657 19.5V6.5L12.5 0Z' fill='%23E32E16'/%3E%3C/svg%3E");
}
.our-works-item {
  background: #F6F6F6;
  border-radius: 36px;
  color: #4D4D4D;
  padding: 34px 30px 16px;
}
.our-works-item__img-wrap {
  border-radius: 50%;
  height: 320px;
  width: 320px;
  background: #D9D9D9;
  border: 5px solid #4D4D4D;
  box-sizing: border-box;
  display: block;
  margin: 0 auto;
  overflow: hidden;
}
@media (max-width: 575.98px) {
  .our-works-item__img-wrap {
    height: 240px;
    width: 240px;
    margin: 0 auto 24px;
  }
}
.our-works-item__img {
  height: 100%;
  width: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}
.our-works-item__cont {
  align-items: center;
  display: flex;
  justify-content: flex-start;
}
.our-works-item__cont-img {
  display: block;
  margin-right: 14px;
  max-width: 40%;
  width: 180px;
}
@media (max-width: 575.98px) {
  .our-works-item__cont-img {
    max-width: 30%;
    width: 120px;
  }
}
.our-works-item__cont-cont {
  display: block;
}
.our-works-item__cont-name {
  font-family: Akrobat;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  margin: 0 0 6px;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  .our-works-item__cont-name {
    font-size: 20px;
  }
}
@media (max-width: 575.98px) {
  .our-works-item__cont-name {
    font-size: 16px;
  }
}
.our-works-item__cont-desc {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
@media (max-width: 575.98px) {
  .our-works-item__cont-desc {
    font-size: 12px;
  }
}
.our-works-item__footer {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  width: 100%;
}
.our-works-item__footer-img {
  display: block;
  margin-right: 7px;
  min-width: 78px;
  width: 78px;
}
.our-works-item__footer-cont {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
@media (max-width: 575.98px) {
  .our-works-item__footer-cont {
    font-size: 12px;
  }
}
.specials-slider {
  margin: 36px auto;
  max-width: 100%;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .specials-slider {
    margin: 32px auto;
  }
}
@media (max-width: 575.98px) {
  .specials-slider {
    margin: 24px auto;
  }
}
.specials-slider_horizontal {
  touch-action: pan-y;
}
.specials-slider__wrapper {
  align-items: stretch;
  box-sizing: content-box;
  display: flex;
  width: 100%;
}
.specials-slider__item {
  display: flex;
  flex-shrink: 0;
  width: 100%;
}
.specials-slider__pagination {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 24px 0 0;
}
.specials-slider__bullet {
  height: 26px;
  width: 27px;
  transition: all var(--transition-speed);
  background: transparent url("data:image/svg+xml,%3Csvg width='25' height='26' viewBox='0 0 25 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.5 0L24.1913 6.5V19.5L12.5 26L0.808657 19.5V6.5L12.5 0Z' fill='%23E6E6E6'/%3E%3C/svg%3E") center no-repeat;
  display: block;
  margin: 0 9px;
}
.specials-slider__bullet_active {
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='26' viewBox='0 0 25 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.5 0L24.1913 6.5V19.5L12.5 26L0.808657 19.5V6.5L12.5 0Z' fill='%23E32E16'/%3E%3C/svg%3E");
}
.specials-slider-item {
  align-items: center;
  background: #F6F6F6 url(../images/specials-bg.png) center center no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  padding: 20px 40px;
  position: relative;
}
@media (max-width: 1199.98px) {
  .specials-slider-item {
    padding: 16px 30px;
  }
}
@media (max-width: 991.98px) {
  .specials-slider-item {
    flex-direction: column;
    padding: 16px 24px;
  }
}
.specials-slider-item__img-wrap {
  display: block;
  margin-right: 4%;
  position: relative;
  width: 43.8%;
}
@media (max-width: 991.98px) {
  .specials-slider-item__img-wrap {
    margin: 0 0 24px;
    width: 100%;
  }
}
.specials-slider-item__img-wrap_right {
  margin-right: 0;
  margin-left: 4%;
}
@media (max-width: 991.98px) {
  .specials-slider-item__img-wrap_right {
    margin: 0 0 24px;
  }
}
.specials-slider-item__img {
  display: block;
  max-width: 100%;
}
.specials-slider-item__cont {
  flex: 1;
}
@media (max-width: 991.98px) {
  .specials-slider-item__cont {
    flex: initial;
    order: 2;
    width: 100%;
  }
}
.specials-slider-item__name {
  color: #4D4D4D;
  font-family: Akrobat;
  font-size: 54px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.2;
  margin: 0 0 0.5em;
  text-transform: uppercase;
}
@media (max-width: 1199.98px) {
  .specials-slider-item__name {
    font-size: 48px;
  }
}
@media (max-width: 991.98px) {
  .specials-slider-item__name {
    font-size: 40px;
  }
}
@media (max-width: 767.98px) {
  .specials-slider-item__name {
    font-size: 32px;
    text-align: center;
  }
}
@media (max-width: 575.98px) {
  .specials-slider-item__name {
    font-size: 24px;
  }
}
.specials-slider-item__name .red {
  font-family: inherit !important;
  font-size: inherit !important;
}
.specials-slider-item__price {
  height: 198px;
  width: 530px;
  background: url(../images/spec-price-1.png) top left no-repeat;
  background-size: 100% 100%;
  color: #fff;
  display: block;
  position: relative;
}
@media (max-width: 767.98px) {
  .specials-slider-item__price {
    height: 140px;
    width: 100%;
  }
}
.specials-slider-item__price_1 {
  align-items: center;
  background-image: url(../images/spec-price-2.png);
  box-sizing: border-box;
  display: flex;
  font-family: Akrobat;
  font-size: 90px;
  font-style: normal;
  font-weight: 800;
  justify-content: center;
  height: 155px;
  line-height: normal;
  padding: 20px 165px 48px 16px;
  text-transform: uppercase;
  white-space: nowrap;
  gap: 20px;
}
.specials-slider-item__price_1 span {
  text-decoration: line-through; 
  font-size: 60%;
}
@media (max-width: 767.98px) {
  .specials-slider-item__price_1 {
    font-size: 36px;
    height: 135px;
    padding-right: 120px;
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .specials-slider-item__price_1 {
    font-size: 28px;
    flex-direction: column;
    gap: 0;
  }
}
.specials-slider-item__price-1 {
  font-family: Akrobat;
  font-size: 75px;
  font-style: normal;
  font-weight: 800;
  line-height: 1em;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .specials-slider-item__price-1 {
    font-size: 48px;
    line-height: 56px;
  }
}
@media (max-width: 575.98px) {
  .specials-slider-item__price-1 {
    font-size: 36px;
  }
}
.specials-slider-item__price-2 {
  font-family: Akrobat;
  font-size: 55px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.6;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .specials-slider-item__price-2 {
    font-size: 40px;
    line-height: 64px;
  }
}
@media (max-width: 575.98px) {
  .specials-slider-item__price-2 {
    font-size: 32px;
  }
}
.specials-slider-item__price-comment {
  color: #4d4d4d;
  bottom: -5px;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  left: 16px;
  position: absolute;
  white-space: nowrap;
}
@media (max-width: 767.98px) {
  .specials-slider-item__price-comment {
    font-size: 12px;
  }
}
.specials-slider-item__actions {
  margin-top: 34px;
}
.specials-slider-item__btn {
  border-radius: 10px;
  background: #4D4D4D;
  color: #fff;
  display: block;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  max-width: 100%;
  padding: 18px 18px 17px;
  text-align: center;
  text-decoration: none;
  width: 330px;
}
@media (max-width: 991.98px) {
  .specials-slider-item__btn {
    margin: 0 auto;
  }
}
.specials-slider-item__btn:hover {
  background: #E31E24;
  color: #fff;
  text-decoration: none;
}
.specials-slider-item__btn_blue {
  background: #0033A0;
}
.specials-slider-item__btn_blue:hover {
  background: #E31E24;
}
