@font-face {
  font-family: "Caslon540BT";
  src: url("../fonts/Caslon540BT-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.caslon {
  font-family: "Caslon540BT", serif;
}

.landingHm {
  font-size: 16px;
  line-height: normal;
}
.landingHm .btn-black,
.landingHm .btn-white {
  font-size: 12px;
  height: 60px;
  line-height: 58px;
}
.landingHm h2 {
  font-size: 19px;
  line-height: 22px;
}
.times {
  font-family: Times;
}

.mb40 {
  margin-bottom: 40px;
}
.dFjB {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.logoHmWr {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-size: 11px;
}
.logoHmWr img {
  height: 11px;
}
.hmHead {
  padding: 14px 0;
  background-color: #fff;
}
.hmHead .return span {
  display: none;
  white-space: nowrap;
  font-size: 11px;
  letter-spacing: 2.1px;
  text-transform: uppercase;
  margin-top: 5px;
}
.hmHead .return,
.hmHead .next {
  width: 24px;
  height: 24px;
}

.slick-slider .slick-track {
  display: flex;
  align-items: stretch;
}

.reviewItem {
  flex: 1;
  display: flex !important;
  flex-direction: column;
  gap: 30px;
  justify-content: space-between;
}

.hmTop {
  padding: 35px 15px 20px;
  width: calc(100% + 30px);
  margin-left: -15px;
  background: #f5f5f5;
}
.hmTop h1 {
  font-size: 26px;
  line-height: normal;
  margin-bottom: 17px;
}
.hmTop .btnBlock {
  margin-top: 400px;
}
.hmTop .btnBlock a {
  margin-top: 10px;
}

.howTitle {
  margin-top: 40px;
}
.howTitle span {
  display: none;
}
.howWr > div {
  margin-bottom: 30px;
}
.howWr img {
  width: 100%;
  margin-bottom: 12px;
}
.howWr .descTitle {
  display: block;
  margin-bottom: 10px;
  font-size: 19px;
}
.howWr .descTitle span {
  display: block;
  font-size: 9px;
  letter-spacing: 2.1px;
  font-family: "Inter";
}
.sellRouteTitle {
  font-size: 19px;
  line-height: normal;
  margin-bottom: 28px;
}
.sellRouteTitle b {
  font-family: "Inter", sans-serif;
}
.videoHm {
  padding: 40px 0;
  margin-bottom: 40px;
}

.soldWr {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 26px;
}
.soldItem {
  width: calc(50% - 12px);
  margin-bottom: 34px;
}
.soldImg {
  margin-bottom: 10px;
}
.soldDesc span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.soldDesc span:first-child,
.soldDesc span:last-child {
  font-size: 14px;
}
.soldDesc span:first-child {
  font-weight: 700;
}
.soldDesc span:last-child {
  margin-top: 14px;
}

.whyWe {
  background-color: #000;
  color: #fff;
  padding: 50px 0;
}
.whyWeWr {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.whyWeItem .num {
  font-size: 40px;
}

.comission {
  padding: 40px 0 16px;
  background: url(/catalog/view/image/helenmarlen/com_m.jpg) no-repeat right top /
    cover;
}
.comission h2 {
  margin-bottom: 24px;
}

.notAccept {
  font-size: 18px;
  margin-bottom: 14px;
  gap: 8px;
}
.notAccept:last-of-type {
  margin-bottom: 34px;
}

.hmWr {
  background: #f8f8f8;
  padding: 40px 0 32px;
}
.hmScroll {
  display: flex;
  gap: 16px;
  width: 100%;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding-bottom: 8px;
}
.hmScroll::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.hmScroll > div {
  background: #fff;
  padding: 30px;
  width: 285px;
  min-width: 285px;
}
.hmScroll > div > div {
  font-size: 28px;
  margin-bottom: 10px;
  gap: 4px;
}

.lTogWr .tog {
  border-bottom: 1px solid #d9d9d9;
  padding: 24px 0;
}
.lTogWr .tog:first-child {
  padding-top: 0;
}
.lTogWr .tog .togHeading > * {
  display: inline-block;
  vertical-align: middle;
}
.lTogWr .tog .togHeading p {
  width: calc(100% - 36px);
  line-height: normal;
  margin: 0;
  padding-right: 20px;
}
.lTogWr .tog .togHeading {
  cursor: pointer;
  font-size: 20px;
  line-height: 23px;
}
.lTogWr .tog .togHeading .ico {
  width: 28px;
  height: 14px;
  background: url(../../../image/sell/down.svg) no-repeat center / cover;
  transition: all 0.3s ease;
}
.lTogWr .tog .togHeading.ac .ico {
  transform: rotate(180deg);
}
.lTogWr .tog .togDesc {
  display: none;
  padding-top: 16px;
}
.lTogWr .tog .togHeading.ac + .togDesc {
  display: block;
}
.qaWr .det {
  font-size: 14px;
  line-height: normal;
  margin-top: 24px;
}
.qaWr a {
  text-decoration: underline;
}

.reviewItem {
  background-color: #f8f8f8;
  padding: 24px 20px 24px 34px;
  width: 100%;
}
.reviewItemText {
  font-size: 18px;
  position: relative;
  min-height: 110px;
}
.reviewItemText:before {
  content: "“";
  display: block;
  position: absolute;
  left: -14px;
  top: 0;
}
.reviewItemSign {
  font-size: 9px;
  letter-spacing: 1.6px;
}
.hmSlider {
  position: relative;
}
.slick-slider {
  margin: 0 -10px;
}
.slick-slide {
  margin: 0 10px;
}
.sliderLeft,
.sliderRight {
  display: block;
  position: absolute;
  bottom: -3px;
  z-index: 1;
  cursor: pointer;
  width: 66px;
  height: 7px;
}
.sliderLeft img,
.sliderRight img {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
.sliderLeft {
  left: 0;
}
.sliderRight {
  right: 0;
}
.slick-dots {
  width: calc(100% - 180px);
  margin-left: 90px;
  height: 2px;
  background-color: rgba(0, 0, 0, 0.1);
  display: flex;
  margin-top: 24px;
}
.slick-dots li {
  padding: 0;
  height: 2px;
  width: 100%;
}
.slick-dots li button {
  height: 2px;
  width: 100%;
  border-radius: 0;
  overflow: hidden;
  color: transparent;
  vertical-align: top;
}

.whyWeItem {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.reviewItemText {
  line-height: 21px;
}

@media screen and (min-width: 768px) {
  .logoHmWr {
    font-size: 15px;
  }
  .logoHmWr img {
    height: 15px;
  }
  .landingHm .btn-black,
  .landingHm .btn-white {
    width: 192px;
  }
  .hmHead .return span {
    display: block;
  }
  .hmHead .return img {
    display: none;
  }

  .hmTop {
    width: 100%;
    margin-left: 0px;
    background: #f8f8f8;
  }
  .hmTop .btnBlock {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 24px;
  }
  .hmTop .btnBlock a {
    margin: 0;
  }

  .howWr {
    display: flex;
    justify-content: space-between;
  }
  .howWr > div {
    margin-bottom: 60px;
    width: 30%;
  }
  .howWr img {
    margin-bottom: 24px;
  }
  .howWr .descTitle {
    font-size: 28px;
  }
  .howWr .descTitle span {
    font-size: 11px;
  }

  .soldWr {
    gap: 7px;
    flex-wrap: nowrap;
    margin-bottom: 60px;
  }
  .soldItem {
    width: 24%;
    margin-bottom: 0;
  }
  .soldDesc span:first-child,
  .soldDesc span:last-child {
    font-size: 18px;
  }
  .soldDesc span:first-child {
    margin-bottom: 10px;
  }
  .soldDesc span:last-child {
    margin-top: 18px;
  }
  .comission {
    padding: 30px 0;
    background: url(/catalog/view/image/helenmarlen/com_d.jpg) no-repeat center
      top / cover;
  }
  .comission > .container > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .comission > .container > div a {
    margin: 0;
  }
  .comission h2 {
    margin-bottom: 0px;
  }

  .rejectWr {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    margin-bottom: 60px;
  }
  .rejectWr > img {
    width: 50%;
  }
  .rejectWr > div {
    width: 100%;
  }
  .rejectWr > div a {
    margin: 0;
  }
  .reviewItemText {
    min-height: 132px;
  }
  .whyWe h2 {
    text-align: left;
  }

  .hmTop .btnBlock.pc {
    display: flex;
  }

  .hmTop .btnBlock.mobile {
    display: none;
  }
}

@media screen and (min-width: 1200px) {
  .whyWe .row {
    margin: unset;
  }

  .whyWe .why-we-block {
    justify-content: space-between;
  }
}

@media screen and (min-width: 1370px) {
  .main_img {
    right: 0;
    max-width: 63%;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1370px) {
  .main_img {
    right: -3% !important;
    height: unset !important;
    max-width: 63% !important;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .main_img {
    right: -24%;
    height: 600px;
    max-width: unset;
  }
}

@media screen and (min-width: 992px) {
  .hmTop {
    position: relative;
  }
  .hmTop .banContent {
    z-index: 1;
  }

  .main_img {
    position: absolute;
  }

  .landingHm h2 {
    font-size: 40px;
    line-height: 56px;
  }
  .hmHead.border {
    position: relative;
  }
  .hmHead.border:after {
    content: "";
    display: block;
    width: 860px;
    height: 1px;
    background-color: black;
    position: absolute;
    top: 56px;
    left: calc(50% - 430px);
  }
  .hmHead {
    padding: 16px 0;
  }
  .hmHead .logo img {
    width: 330px;
  }

  .hmTop {
    padding: 100px 0 100px 80px;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-height: 470px;
    overflow: hidden;
  }

  .hmTop h1 {
    font-size: 40px;
    margin-bottom: 25px;
  }
  .hmTop h1 + div br,
  .sellRouteTitle br {
    display: none;
  }
  .hmTop .btnBlock {
    justify-content: flex-start;
    margin-top: 70px;
  }

  .howTitle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 60px 0 40px;
  }
  .howTitle span {
    display: block;
  }
  .howTitle h2 {
    margin: 0;
  }

  .sellRouteTitle {
    font-size: 40px;
    margin-bottom: 40px;
  }
  .videoHm {
    padding: 60px 0;
  }

  .whyWe {
    padding: 80px 0;
  }
  .whyWe h2 {
    margin: 0;
    font-size: 30px;
    line-height: 40px;
  }
  .whyWeWr {
    flex-direction: row;
  }

  .whyWe,
  .comission,
  .rejectWr,
  .hmWr,
  .hmSlider {
    margin-bottom: 60px;
  }
  .comission h2 {
    line-height: 46px;
  }

  .rejectWr {
    gap: 80px;
    margin-bottom: 60px;
  }
  .notAccept {
    font-size: 28px;
    margin-bottom: 24px;
    gap: 16px;
  }

  .hmWr {
    padding: 60px 0;
  }
  .hmWr .tac > img {
    width: 287px;
  }
  .hmScroll {
    justify-content: space-between;
    gap: 20px;
    overflow-x: initial;
    padding: 0;
  }
  .hmScroll > div {
    width: calc(25% - 15px);
    min-width: initial;
    padding: 36px;
  }

  .lTogWr .tog {
    padding: 36px 0;
  }
  .lTogWr .tog .togHeading {
    font-size: 28px;
    line-height: 32px;
  }
  .qaWr .det {
    font-size: 16px;
    margin-top: 36px;
  }
  .qaWr {
    margin-bottom: 100px;
  }

  .reviewItem {
    padding: 36px 36px 36px 48px;
    display: flex !important;
    flex-direction: column;
    gap: 30px;
    justify-content: space-between;
  }
  .reviewItemText {
    font-size: 28px;
    line-height: 32px;
  }
  .reviewItemSign {
    font-size: 11px;
    letter-spacing: 2.1px;
  }
  .sliderWr h2 {
    line-height: normal;
    margin-bottom: 40px;
  }
  .sliderWr h2 + a {
    margin-top: 16px;
  }
  .reviewItemText {
    min-height: 224px;
  }
}

@media screen and (min-width: 1200px) {
  .whyWeWr {
    gap: 60px;
  }
  .whyWe h2 {
    font-size: 40px;
    line-height: 40px;
  }
  .whyWeItem {
    margin-top: -6px;
    gap: unset;
  }
  .whyWeItem .num {
    font-size: 65px;
    line-height: 65px;
    margin-bottom: 16px;
    margin-bottom: 2px;
  }

  .rejectWr h2,
  .notAccept:last-of-type {
    margin-bottom: 54px;
  }

  .lTogWr {
    padding-left: 36px;
  }

  .reviewItemText {
    min-height: 160px;
  }

  .slick-dots {
    margin-top: 50px;
  }
}

.dFjBaC .return.icon-only span {
  visibility: hidden;
}

.dFjBaC .return.icon-only img {
  display: inline;
}

.landingHm,
.banContent .text div {
  font-size: 16px;
  line-height: 18px;
}

.howWr .descTitle.hmDescTitle {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.why-we-block {
  display: flex;
  gap: 100px;
}

@media screen and (max-width: 768px) {
  .hmTop .btnBlock {
    margin-top: unset;
  }

  .hmTop .btnBlock.pc {
    display: none;
  }

  .hmTop .btnBlock.mobile {
    display: flex;
    flex-direction: column;
  }

  .upper.tac {
    margin-bottom: unset;
  }

  .why-we-block {
    flex-direction: column;
    gap: 28px;
    align-items: center;
  }

  .slick-list {
    padding-left: 0 !important;
  }

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

  .rejectWr .text-block {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

@media screen and (max-width: 400px) {
  .reviewItem {
    min-height: 225px;
  }
}
