.price__title {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 60px auto;
  font-size: 63px;
  line-height: 73px;
  font-weight: 700;
  letter-spacing: -2.5px;
}
@media (max-width: 990px) {
  .price__title {
    font-size: 34px;
    line-height: 40px;
    letter-spacing: -1.5px;
    margin-bottom: 30px;
  }
}
.price .swiper-pagination-bullet {
  background: #010101;
  height: 12px;
  width: 12px;
}
.price .swiper-button-next:after, .price .swiper-button-prev:after {
  display: none;
}
.price .swiper-button-next {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  height: 44px;
  width: 44px;
  outline: none;
}
.price .swiper-button-prev {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  height: 44px;
  width: 44px;
  outline: none;
}
.price__wrap {
  display: grid;
  grid-template-columns: 700px 1fr;
  align-items: center;
  border: 1px solid #DBDEE7;
  overflow: hidden;
  border-radius: 25px;
}
@media (max-width: 1200px) {
  .price__wrap {
    grid-template-columns: 600px 1fr;
  }
}
@media (max-width: 1100px) {
  .price__wrap {
    grid-template-columns: 500px 1fr;
  }
}
@media (max-width: 990px) {
  .price__wrap {
    display: block;
  }
}
.price__alone {
  padding: 30px;
  background: #f9f9fa;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 990px) {
  .price__alone {
    display: block;
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
  }
}
.price__alone img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
  object-fit: contain;
}
.price__slider {
  padding: 30px;
  width: 700px;
  background: #f9f9fa;
  display: grid;
  grid-gap: 20px;
  grid-template-columns: 420px 200px;
  box-sizing: border-box;
  height: 100%;
  align-items: center;
}
@media (max-width: 1200px) {
  .price__slider {
    width: 600px;
    grid-template-columns: 370px 150px;
  }
}
@media (max-width: 1100px) {
  .price__slider {
    width: 500px;
    grid-template-columns: 300px 120px;
  }
}
@media (max-width: 990px) {
  .price__slider {
    display: block;
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
  }
}
.price .mySwiper {
  width: 200px;
  box-sizing: border-box;
  max-width: 100%;
  height: 100%;
  max-height: 480px;
}
@media (max-width: 1200px) {
  .price .mySwiper {
    width: 150px;
  }
}
@media (max-width: 1100px) {
  .price .mySwiper {
    width: 120px;
  }
}
@media (max-width: 990px) {
  .price .mySwiper {
    display: none;
  }
}
.price .mySwiper .swiper-slide-item {
  background: #fff;
  border: 1px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
  height: 150px;
  cursor: pointer;
}
.price .mySwiper .swiper-slide-item img {
  height: 100px;
  width: 100px;
  object-fit: contain;
}
.price .mySwiper .swiper-slide-thumb-active .swiper-slide-item {
  border-color: #ED3026;
}
.price .mySwiper2 {
  width: 420px;
  box-sizing: border-box;
  max-width: 100%;
}
@media (max-width: 1200px) {
  .price .mySwiper2 {
    width: 370px;
  }
}
@media (max-width: 1100px) {
  .price .mySwiper2 {
    width: 300px;
  }
}
@media (max-width: 990px) {
  .price .mySwiper2 {
    width: 100%;
  }
}
.price .mySwiper2 .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.price .mySwiper2 .swiper-slide img {
  object-fit: contain;
}
.price__info {
  padding: 30px;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
@media (max-width: 990px) {
  .price__info {
    padding: 25px;
  }
}
.price__type {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 10px;
}
@media (max-width: 990px) {
  .price__type {
    line-height: 26px;
    margin-bottom: 3px;
  }
}
.price__name {
  margin-bottom: 5px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  color: #ED3026;
}
@media (max-width: 990px) {
  .price__name {
    font-size: 28px;
    line-height: 34px;
  }
}
.price__name span {
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
  color: #010101;
}
@media (max-width: 990px) {
  .price__name span {
    font-size: 20px;
    line-height: 24px;
  }
}
.price__tax {
  margin-bottom: 25px;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #5F6980;
}
@media (max-width: 990px) {
  .price__tax {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 30px;
  }
}
.price__list {
  padding: 0;
  margin: 0 0 25px 0;
  list-style-type: none;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 15px;
}
@media (max-width: 990px) {
  .price__list {
    grid-gap: 5px;
  }
}
.price__list li {
  display: grid;
  grid-template-columns: 20px 1fr;
  grid-gap: 10px;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
}
.price__list img {
  margin: 0;
}
.price__fee {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 25px;
  background: #F8F8F8;
  border-radius: 12px;
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .price__fee {
    padding: 14px 12px;
  }
}
.price__fee p {
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  color: #010101;
  display: flex;
  align-items: center;
}
@media (max-width: 990px) {
  .price__fee p {
    font-size: 12px;
    line-height: 14px;
  }
}
.price__fee p img {
  margin: 0 10px 0 0;
}
.price__bottom {
  margin-top: auto;
}
.price__btn {
  max-width: 100%;
  width: 100%;
  padding: 12px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #ED3026;
  border-radius: 40px;
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  color: #fff;
  transition: 0.3s;
}
.price__btn:hover {
  background: #A00800;
}

/*# sourceMappingURL=price-section.css.map */
