.registration__wrapper {
  width: 453px;
  margin: 0 auto;
  margin-top: 60px;
}

.registration-tabs {
  display: flex;
}

.registration-tabs__item {
  width: 50%;
  text-align: center;
  line-height: 54px;
  font-weight: 600;
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border: 1px solid #CDDDE3;
  cursor: pointer;
}

.registration-tabs__item:hover {
  background: rgba(205, 221, 227, 0.6);
}

.registration-tabs__item--active {
  background-color: #CDDDE3;
  pointer-events: none;
}

.registration-blocks__wrapper {
  padding: 50px 0px;
  border: 1px solid #CDDDE3;
  border-top: none;
  margin-bottom: 120px;
}

.registration-socials {
  text-align: center;
  padding-bottom: 30px;
  margin: 0 75px;
}

.registration-socials__text {
  font-weight: 300;
  font-size: 14px;
  color: #697B87;
  margin-bottom: 10px;
}

.registration-socials__list {
  display: flex;
  justify-content: space-between;
}

.registration-socials__item {
  width: 40px;
  height: 40px;
  border: 1px solid #697B87;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  cursor: pointer;
}

.registration-socials--gmail {
  background-image: url(../../img/N/pages/registrationPage/gmail.svg);
}

.registration-socials--mail {
  background-image: url(../../img/N/pages/registrationPage/mail.svg);
}

.registration-socials--fb {
  background-image: url(../../img/N/pages/registrationPage/fb.svg);
}

.registration-socials--vk {
  background-image: url(../../img/N/pages/registrationPage/vk.svg);
}

.registration-socials--ya {
  background-image: url(../../img/N/pages/registrationPage/ya.svg);
}

.registration-socials--active {
  background-color: #697B87;
}

.registration-socials--active.registration-socials--gmail {
  background-image: url(../../img/N/pages/registrationPage/gmail-check.svg);
}

.registration-socials--active.registration-socials--mail {
  background-image: url(../../img/N/pages/registrationPage/mail-check.svg);
}

.registration-socials--active.registration-socials--fb {
  background-image: url(../../img/N/pages/registrationPage/fb-check.svg);
}

.registration-socials--active.registration-socials--vk {
  background-image: url(../../img/N/pages/registrationPage/vk-check.svg);
}

.registration-socials--active.registration-socials--ya {
  background-image: url(../../img/N/pages/registrationPage/ya-check.svg);
}

.registration-block {
  padding-top: 50px;
  border-top: 1px solid rgba(205, 221, 227, 0.6);
  margin: 0 75px;
  display: none;
}

.registration-block--actve {
  display: block;
}

.registration-form__item {
  margin-bottom: 30px;
  position: relative;
}

.registration-form__item-name {
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 5px;
}

.registration-form__item-input {
  font-family: 'Open Sans';
  font-weight: normal;
  width: 100%;
  height: 54px;
  border: 1px solid #CDDDE3;
  padding: 0 18px;
  font-weight: 300;
}

.town-select__arrow {
  width: 20px;
  height: 16px;
  background-image: url(../../img/N/icons/productCardPage/arrow-up.svg);
  transform: rotate(180deg);
  transition: 0.3s;
}

.town-select--opened .town-select__arrow {
  transform: rotate(0deg);
}

.registration-form__item-capture-box {
  width: 180px;
  height: 54px;
  border: 1px solid #697B87;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.registration-form__item-capture {
  display: block;
  margin: 0 auto;
}

.registration-form__submit {
  height: 54px;
  width: 100%;
  background: #CDDDE3;
  font-weight: 600;
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  margin-bottom: 20px;
}

.registration-form__submit:hover {
  background: #697B87;
  color: #fff;
}

.registration-form__text-agree {
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #5A5A5A;
  max-width: 232px;
  width: 232px;
  margin: 0 auto;
}

.registration-form__text-agree a {
  display: inline;
  color: #697B87;
}

.registration-form__error {
  font-size: 14px;
  font-weight: 300;
  color: #F02D2D;
  display: none;
  margin-top: 3px;
  position: absolute;
  top: 100%;
  right: 0;
}

.invalid-repeat-password .registration-form__error {
  display: block;
}

.invalid-repeat-password input {
  border: 1px solid #EB5757;
}

.authorization-form__submit {
  height: 54px;
  width: 100%;
  background: #CDDDE3;
  font-weight: 600;
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  margin-bottom: 30px;
}

.authorization-form__submit:hover {
  background: #697B87;
  color: #fff;
}

.error--invalid-auth .registration-form__error {
  display: block;
}

.error--invalid-auth input {
  border: 1px solid #EB5757;
}

.authorization-form__forgot-password {
  font-weight: 300;
  font-size: 14px;
  color: #697B87;
  text-align: center;
}

.registration-form__item-input:focus {
  border: 1px solid #697B87;
}

@media screen and (max-width: 800px) {
  .registration__wrapper {
    margin-top: 40px;
  }
  .registration-block {
    padding-top: 30px;
  }
}

@media screen and (max-width: 560px) {
  .registration__wrapper {
    margin-top: 20px;
  }
  .registration__wrapper {
    width: 100%;
  }
  .registration-blocks__wrapper {
    padding-top: 30px;
    margin-bottom: 80px;
    padding-bottom: 50px;
  }
  .registration-block {
    margin: 0 30px;
  }
  .registration-socials {
    margin: 0 20px;
  }
  .registration-tabs__item,
  .authorization-form__submit,
  .registration-form__submit {
    font-size: 8px;
  }
  .registration-form__item-input {
    height: 44px;
  }
  .town-select__input {
    height: 44px;
  }
  .town-select__arrow {
    top: 14px;
  }
  .town-select__list-item {
    line-height: 44px;
    font-size: 12px;
  }
  .town-select__input {
    font-size: 12px;
  }
  .registration-form__text-agree {
    width: 100%;
  }
  .registration-form__error {
    font-size: 12px;
  }
}

.card-box {
  width: 47%;
  text-transform: uppercase;
  margin-bottom: 60px;
  position: relative;
}

.card-box-content {
  position: relative;
  background-color: #fff;
  z-index: 2;
  transition: z-index 0.3s;
}

.card-img {
  position: relative;
  margin-bottom: 10px;
  width: 100%;
  padding-bottom: 80%;
}

.card-img > a {
  position: absolute;
  width: 100%;
  height: 100%;
}

.card-img__background {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-img__discount {
  position: absolute;
  top: 20px;
  left: 0;
  z-index: 1;
  width: 60px;
  height: 40px;
  background: #EB5757;
  color: #fff;
  text-align: center;
  line-height: 40px;
  font-family: 'Inter';
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.04em;
}

.card-img__buy-btn {
  position: absolute;
  top: 20px;
  right: 0;
  z-index: 1;
  height: 40px;
  width: 144px;
  font-weight: 600;
  background: #F4F4F4;
  font-size: 10px;
  line-height: 24px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
}

.card-img__buy-btn:hover {
  background: #CDDDE3;
}

.card-img__like {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 1;
  width: 26px;
  height: 27px;
}

.card-img__like-checkbox {
  cursor: pointer;
  position: relative;
  z-index: 2;
}

.card-img__like-checkbox:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 26px;
  height: 27px;
  background-image: url(../../img/N/icons/catalogProductsPage/like-empty.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.card-img__like-checkbox:after {
  content: '';
  position: absolute;
  transition: 0.3s;
  top: -10px;
  left: 0;
  width: 26px;
  height: 27px;
  background-image: url(../../img/N/icons/catalogProductsPage/like.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0;
}

.card-content {
  position: relative;
  background-color: #fff;
}

.card-content__row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-end;
}

.card-content__row-hover {
  position: relative;
  top: 0;
  transition: 0s;
}

.card-content__brand {
  font-weight: 600;
  font-size: 10px;
  letter-spacing: 0.1em;
}

.card-content__status {
  font-weight: 600;
  font-size: 10px;
  letter-spacing: 0.1em;
}

.card-content__title {
  font-size: 16px;
  text-transform: initial;
  margin: 4px 0 8px;
}

.card-price__text {
  font-size: 8px;
  letter-spacing: 0.1em;
}

.card-price__box {
  display: flex;
  align-items: center;
}

.card-price__price {
  font-family: 'Inter';
  font-weight: 500;
  font-size: 28px;
  margin-right: 5px;
}

.card-price__full-price {
  font-size: 18px;
  letter-spacing: 0.05em;
  color: #5A5A5A;
  position: relative;
}

.card-price__full-price--line {
  position: absolute;
  width: 70px;
  height: 1px;
  top: 50%;
  background-color: #5A5A5A;
  left: -2px;
}

.card-content__btn {
  width: 158px;
  height: 54px;
  border: none;
  background: #CDDDE3;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
}

.card-content__btn:hover {
  background: #697B87;
  color: #fff;
}

.card-content__btn--mobile {
  width: 44px;
  height: 44px;
  border: none;
  background: #CDDDE3;
  background-image: url(../../img/N/icons/catalogProductsPage/in-basket.svg);
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  display: none;
}

.block-cards__show-more--disable {
  display: none;
}

.card-content__size {
  font-weight: 600;
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  position: absolute;
  bottom: calc(100% + 10px);
  opacity: 0;
  transition: 0s;
}

.card-box-hover {
  position: absolute;
  top: -20px;
  left: -20px;
  width: 100%;
  height: 100%;
  opacity: 0;
  overflow: hidden;
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  z-index: 0;
  display: flex;
  transition: width 0.3s, height 0.3s, opacity 0.3s, z-index 0.3s;
}

.card-box-hover__box-bottom {
  width: calc(100% - 150px - 20px);
  padding: 20px;
  height: 100%;
  z-index: 2;
  display: flex;
  align-items: flex-end;
}

.card-box-hover__box-right {
  width: 170px;
  padding: 20px 0;
}

.card-box-hover__img {
  width: 150px;
  height: 116px;
  object-fit: cover;
}

.card-box-hover__download-3d {
  position: relative;
  padding-left: 32px;
  color: #333333;
  font-size: 14px;
  text-transform: none;
}

.card-box-hover__download-3d svg {
  position: absolute;
  left: 0;
  top: -2px;
}

.card-box-hover__download-3d:hover {
  color: #000;
}

.card-box-hover__download-3d:hover path {
  stroke: #000;
}

@media screen and (min-width: 1000px) {
  .card-box:hover .card-box-hover {
    opacity: 1;
    width: calc(100% + 150px + 20px + 40px);
    height: calc(100% + 20px + 80px);
    z-index: 3;
    transition: width 0.3s, height 0.3s, opacity 0.3s, z-index 0s;
  }
  .card-box:hover .card-box-content {
    transition: z-index 0s;
    position: relative;
    z-index: 4;
  }
  .card-box:hover .card-content__size {
    opacity: 1;
    transition: 0.5s;
  }
  .card-box:hover .card-content__row-hover {
    top: 20px;
    transition: 0.3s;
  }
}

@media screen and (max-width: 560px) {
  .card-box:nth-child(n) {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .card-content__btn {
    display: none;
  }
  .card-content__btn--mobile {
    display: block;
  }
  .card-content__row {
    align-items: center;
  }
}

.tooltipe-background {
  top: 0;
  left: 0;
  position: fixed;
  overflow: auto;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.tooltipe-add__box {
  width: 470px;
  height: 600px;
  background: #FFFFFF;
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
  margin: 10vh auto;
  padding: 60px;
  text-transform: uppercase;
  flex-direction: column;
  align-items: center;
  display: none;
}

.tooltipe__close-btn {
  width: 30px;
  height: 30px;
  display: block;
  background: none;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../../img/N/tooltipes/close.svg);
  border: none;
  margin-left: auto;
  cursor: pointer;
  margin-bottom: 30px;
}

.tooltipe-add__icon {
  width: 100%;
  height: 100px;
  background-repeat: no-repeat;
  background-image: url(../../img/N/tooltipes/icon-ok.svg);
  background-position: center;
  margin-bottom: 40px;
}

.tooltipe-add__gratitude {
  font-family: 'Inter';
  font-weight: 500;
  font-size: 26px;
  margin-bottom: 30px;
}

.tooltipe-add__text {
  font-size: 18px;
  line-height: 30px;
  text-align: center;
}

.tooltipe-add__checkout-btn {
  width: 100%;
  max-width: 220px;
  text-align: center;
  height: 54px;
  line-height: 54px;
  background: #F4F4F4;
  font-weight: 600;
  font-size: 10px;
  letter-spacing: 0.1em;
  margin-top: auto;
}

.tooltipe-add__checkout-btn:hover {
  background: #CDDDE3;
}

.tooltipe-add__continue-btn {
  width: 100%;
  max-width: 220px;
  background: #fff;
  border: none;
  border: 1px solid #CDDDE3;
  height: 54px;
  font-weight: 600;
  font-size: 10px;
  line-height: 24px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  margin-top: 20px;
}

.tooltipe-add__continue-btn:hover {
  background: #CDDDE3;
}

.tooltipe-appointment__title {
  text-transform: uppercase;
  margin-bottom: 30px;
}

.tooltipe-appointment__box {
  width: 90%;
  background: #FFFFFF;
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
  margin: 10vh auto;
  padding: 60px;
  flex-direction: column;
  align-items: center;
  display: none;
}

.tooltipe-appointment-success__box {
  width: 470px;
  height: 700px;
  background: #FFFFFF;
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
  margin: 10vh auto;
  padding: 60px;
  flex-direction: column;
  align-items: center;
  display: none;
}

.appointment-success__icon {
  margin-top: 30%;
}

.tooltipe-appointment-success__text {
  font-family: 'Inter';
  text-align: center;
  font-weight: 500;
  font-size: 28px;
  line-height: 48px;
}

.tooltipe-buy-one-tap__box {
  width: 470px;
  height: 800px;
  background: #FFFFFF;
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
  margin: 10vh auto;
  padding: 60px;
  flex-direction: column;
  align-items: center;
  display: none;
}

.tooltipe-buy-one-tap__title-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.tooltipe-buy-one-tap__title {
  font-family: 'Inter';
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
}

.tooltipe-buy-one-tap__form {
  width: 100%;
}

.tooltipe-background {
  display: none;
}

.tooltipe-add--show {
  display: block;
}

.tooltipe-add--show .tooltipe-add__box {
  display: flex;
}

.tooltipe-add--show .tooltipe-add__box .tooltipe-add__icon {
  animation: success 0.6s;
}

.tooltipe-appointment--show {
  display: block;
}

.tooltipe-appointment--show .tooltipe-appointment__box {
  display: flex;
}

.tooltipe-appointment-success--show {
  display: block;
}

.tooltipe-appointment-success--show .tooltipe-appointment-success__box {
  display: flex;
}

.tooltipe-appointment-success--show .tooltipe-appointment-success__box .tooltipe-add__icon {
  animation: success 0.6s;
}

.tooltipe-buy-one-tap--show {
  display: block;
}

.tooltipe-buy-one-tap--show .tooltipe-buy-one-tap__box {
  display: flex;
}

@keyframes success {
  0% {
    position: relative;
    top: -80px;
    transform: scale(0.1);
  }
  100% {
    position: relative;
    top: 0px;
    transform: scale(1);
  }
}

@media screen and (max-width: 1100px) {
  .tooltipe-add__box {
    width: 70%;
    max-width: 470px;
    height: 500px;
    padding: 35px;
  }
  .tooltipe__close-btn {
    width: 16px;
    height: 16px;
  }
  .tooltipe-add__icon {
    height: 80px;
    background-size: contain;
  }
  .tooltipe-add__gratitude {
    font-size: 22px;
  }
  .tooltipe-add__text {
    font-size: 16px;
    line-height: 24px;
  }
}

@media screen and (max-width: 600px) {
  .tooltipe-add__box {
    width: 100%;
    padding: 25px;
    width: 90%;
  }
  .tooltipe-appointment__box {
    padding: 25px;
  }
  .tooltipe__close-btn {
    width: 14px;
    height: 14px;
  }
  .tooltipe-add__icon {
    height: 70px;
    background-size: contain;
  }
  .tooltipe-add__gratitude {
    font-size: 20px;
  }
  .tooltipe-add__text {
    font-size: 12px;
    line-height: 16px;
  }
  .tooltipe-add__continue-btn,
  .tooltipe-add__checkout-btn {
    font-size: 8px;
  }
  .tooltipe-appointment__box {
    padding: 60px;
  }
  .tooltipe-buy-one-tap__box {
    width: 90%;
    padding: 20px;
    height: 730px;
  }
}

@media screen and (max-width: 560px) {
  .tooltipe-buy-one-tap__box {
    height: 700px;
  }
}

@media screen and (max-width: 450px) {
  .tooltipe-appointment__box {
    padding: 20px;
  }
}

.card-img__like-popup--not-authorized {
  position: absolute;
  top: calc(100% + 10px);
  right: -70px;
  background-color: #fff;
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
  width: 300px;
  z-index: 8;
  padding: 20px;
  height: auto;
  text-transform: none;
  display: none;
}

.like-popup--not-authorized__title {
  font-size: 20px;
  font-weight: 500;
  font-family: 'Inter';
  margin-bottom: 5px;
}

.like-popup--not-authorized__text {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 10px;
}

.like-popup--not-authorized__link {
  font-weight: 300;
  color: #697B87;
}

.like-popup--not-authorized__link:hover {
  color: #000;
}

.like-popup--not-authorized__arrow {
  width: 0;
  height: 0;
  border: none;
  border: 10px solid transparent;
  border-bottom: 10px solid #fff;
  position: absolute;
  bottom: 98%;
  left: 208px;
}

.card-img__like--not-authorized .card-img__like-popup--not-authorized {
  display: block;
}

.card-img__like--authorized .card-img__like-popup--authorized {
  display: block;
}

.card-img__like-popup--authorized {
  position: absolute;
  top: calc(100% + 10px);
  right: -70px;
  background-color: #fff;
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
  z-index: 8;
  height: auto;
  text-transform: none;
  display: none;
  width: 300px;
}

.card-img__like-popup--wrapper-box {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.card-img__like-popup--wrapper {
  display: flex;
  position: relative;
  left: 0px;
  transition: 0.2s;
}

.like-popup--authorized__main-block {
  min-width: 100%;
}

.like-popup--authorized__title {
  font-size: 20px;
  font-weight: 500;
  font-family: 'Inter';
  padding: 10px 15px;
}

.like-popup--authorized__list {
  max-height: 100px;
  overflow: auto;
}

.like-popup--authorized__list::-webkit-scrollbar {
  width: 10px;
  background-color: #fff;
}

.like-popup--authorized__list::-webkit-scrollbar-thumb {
  background: linear-gradient(90deg, #fff 0%, #fff 35%, #CDDDE3 35%, #CDDDE3 75%, #fff 75%, #fff 100%);
  cursor: pointer;
}

.like-popup--authorized__list-item {
  font-size: 12px;
  font-weight: 300;
  padding: 10px 15px;
  cursor: pointer;
}

.like-popup--authorized__list-item:first-child {
  border-top: 1px solid  #CDDDE3;
}

.like-popup--authorized__list-item:last-child {
  border-bottom: 1px solid  #CDDDE3;
}

.like-popup--authorized__list-item:hover {
  background-color: rgba(205, 221, 227, 0.4);
}

.like-popup--authorized__create {
  padding: 10px 15px;
  width: 100%;
  background: none;
  border: none;
  color: #697B87;
  margin-bottom: 10px;
  cursor: pointer;
}

.like-popup--authorized__create:hover {
  color: #000;
}

.like-popup--authorized__create:hover path,
.like-popup--authorized__create:hover circle {
  stroke: #000;
}

.like-popup--authorized__create-text {
  position: relative;
}

.like-popup--authorized__create-text svg {
  position: absolute;
  left: 20px;
  top: -1px;
}

.like-popup--authorized__create-block {
  min-width: 100%;
  padding: 15px;
}

.like-popup--authorized__step-2 {
  left: -100%;
}

.like-popup--authorized__title-create {
  font-size: 20px;
  font-weight: 500;
  font-family: 'Inter';
}

.like-popup--authorized__input {
  display: block;
  width: 100%;
  height: 40px;
  font-size: 14px;
  font-weight: 300;
  padding: 0px 18px;
  border: 1px solid #CDDDE3;
  margin: 10px 0;
}

.like-popup--authorized__add-btn {
  width: 100%;
  background: #CDDDE3;
  font-size: 12px;
  border: none;
  padding: 4px 0;
  cursor: pointer;
  margin-bottom: 10px;
}

.like-popup--authorized__add-btn:hover {
  background: #697B87;
  color: #fff;
}

.like-popup--authorized__back {
  display: block;
  font-size: 12px;
  margin: 0 auto;
  border: none;
  background: none;
  cursor: pointer;
}

.like-popup--authorized__back:hover {
  color: #697B87;
}

.like-popup--authorized--success-add {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 4;
  text-align: center;
  background: rgba(205, 221, 227, 0.95);
  display: none;
}

.like-popup--authorized--success-add__title {
  color: #fff;
  font-family: 'Inter';
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 100px;
}

.like-popup--authorized--success-add--show {
  display: block;
}

@media screen and (max-width: 710px) {
  .card-img__like-popup--not-authorized {
    right: -40px;
  }
  .card-img__like-popup--authorized {
    right: -40px;
  }
  .like-popup--not-authorized__arrow {
    left: 238px;
  }
}

@media screen and (max-width: 540px) {
  .card-img__like-popup--not-authorized {
    width: 250px;
  }
  .card-img__like-popup--authorized {
    width: 250px;
  }
  .like-popup--not-authorized__title {
    font-size: 16px;
  }
  .like-popup--authorized__title-create,
  .like-popup--authorized__title {
    font-size: 16px;
  }
  .like-popup--not-authorized__text {
    font-size: 12px;
    font-weight: 300;
  }
  .like-popup--not-authorized__link {
    font-size: 12px;
  }
  .card-img__like-popup--not-authorized {
    right: -40px;
  }
  .like-popup--not-authorized__arrow {
    left: 188px;
  }
}

.search__wrapper {
  margin-top: 40px;
}

.search-title {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  margin-bottom: 40px;
}

.search-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.search__input-box {
  position: relative;
  width: 100%;
}

.search__input-icon {
  width: 16px;
  height: 15px;
  position: absolute;
  z-index: 2;
  opacity: 0.7;
  top: 14.4px;
  left: 20px;
  border: none;
  background: none;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../img/N/icons/header/search.svg);
  cursor: pointer;
}

.search__input {
  background: #F4F4F4;
  opacity: 0.8;
  border: none;
  width: 100%;
  height: 44px;
  padding-left: 44px;
  padding-right: 10px;
  font-weight: 300;
  font-size: 12px;
  line-height: 19px;
  color: rgba(0, 0, 0, 0.7);
}

.search__input-clear {
  position: absolute;
  top: 17px;
  right: 16px;
  z-index: 2;
  border: none;
  background: none;
  text-transform: uppercase;
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.1em;
  cursor: pointer;
  display: none;
}

.search__list-box {
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 3;
  background-color: #fff;
}

.search__show-all-box {
  display: none;
}

.search__show-all-separator {
  width: 100%;
  height: 1px;
  background: rgba(90, 90, 90, 0.5);
  opacity: 0.6;
  margin-bottom: 10px;
}

.search__show-all {
  font-size: 12px;
  font-weight: 300;
  width: auto;
  padding: 5px 44px;
}

.search__show-all:hover {
  background-color: #F4F4F4;
}

.search__list-item {
  padding: 5px 10px 5px 44px;
  font-size: 12px;
  font-weight: 300;
}

.search__list-item:first-child {
  margin-top: 10px;
}

.search__list-item:last-child {
  margin-bottom: 10px;
}

.search__list-item:hover {
  background-color: #F4F4F4;
}

.search__list--show-result {
  -webkit-box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
  padding-bottom: 12px;
}

.search__list--show-result .search__show-all-box {
  display: block;
}

.search__input-clear--show {
  display: block;
}

.block-cards {
  padding: 60px 0;
}

.block-cards__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.card-box {
  width: 31.1%;
  text-transform: uppercase;
  margin-bottom: 60px;
  position: relative;
}

.card-box:not(:nth-child(3n)) {
  margin-right: 3.35%;
}

.card-img__like-input {
  z-index: -1;
  opacity: 0;
  position: absolute;
}

.card-img__like-input:checked + .card-img__like-checkbox:after {
  opacity: 1;
  top: 0;
}

.block-cards__show-more {
  width: 100%;
  height: 54px;
  font-weight: 600;
  font-size: 10px;
  border: none;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  background: #F4F4F4;
}

.block-cards__show-more:hover {
  background: #CDDDE3;
}

.card-box:nth-child(3n) .card-box-hover {
  left: auto;
  right: -20px;
}

.card-box:nth-child(3n) .card-box-hover .card-box-hover__box-bottom {
  width: calc(100% - 150px);
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.card-box:nth-child(3n) .card-box-hover .card-box-hover__box-right {
  margin-left: 20px;
}

.search-empty {
  margin-top: 40px;
  font-weight: 300;
  display: none;
}

.search-empty--show {
  display: block;
}

@media screen and (min-width: 1000px) {
  .card-box:hover .card-box-hover {
    opacity: 1;
    width: calc(100% + 40px);
    height: calc(100% + 20px + 30px);
    z-index: 3;
    -webkit-transition: width 0.3s, height 0.3s, opacity 0.3s, z-index 0s;
    -o-transition: width 0.3s, height 0.3s, opacity 0.3s, z-index 0s;
    transition: width 0.3s, height 0.3s, opacity 0.3s, z-index 0s;
  }
  .card-box:hover .card-box-content {
    -webkit-transition: z-index 0s;
    -o-transition: z-index 0s;
    transition: z-index 0s;
    position: relative;
    z-index: 4;
  }
  .card-box:hover .card-content__size {
    opacity: 1;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
}

@media screen and (max-width: 1380px) {
  .card-content__btn {
    margin-top: 10px;
    width: 100%;
  }
}

@media screen and (max-width: 900px) {
  .block-cards {
    padding: 20px 0;
  }
  .card-box {
    width: 47%;
  }
  .card-box:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .card-box:nth-child(odd) {
    margin-right: 6%;
  }
}

@media screen and (max-width: 600px) {
  .block-cards__show-more {
    font-weight: normal;
    font-size: 8px;
    height: 44px;
  }
  .search-title {
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 560px) {
  .card-box:nth-child(n) {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .card-content__btn {
    display: none;
  }
  .card-content__btn--mobile {
    display: block;
  }
  .card-content__row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.card-box-hover {
  position: absolute;
  top: -20px;
  left: -20px;
  width: 100%;
  height: 100%;
  opacity: 0;
  overflow: hidden;
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  z-index: 0;
  display: flex;
  transition: width 0.3s, height 0.3s, opacity 0.3s, z-index 0.3s;
}

.card-box-hover__box-bottom {
  width: calc(100% - 150px - 20px);
  padding: 20px;
  height: 100%;
  z-index: 2;
  display: flex;
  align-items: flex-end;
}

.card-box-hover__box-right {
  width: 170px;
  padding: 20px 0;
}

.card-box-hover__img {
  width: 150px;
  height: 116px;
  object-fit: cover;
}

.card-box-hover__download-3d {
  position: relative;
  padding-left: 32px;
  color: #333333;
  font-size: 14px;
  text-transform: none;
}

.card-box-hover__download-3d svg {
  position: absolute;
  left: 0;
  top: -2px;
}

.card-box-hover__download-3d:hover {
  color: #000;
}

.card-box-hover__download-3d:hover path {
  stroke: #000;
}

@media screen and (min-width: 1000px) {
  .card-box:hover .card-box-hover {
    opacity: 1;
    width: calc(100% + 150px + 20px + 40px);
    height: calc(100% + 20px + 80px);
    z-index: 3;
    transition: width 0.3s, height 0.3s, opacity 0.3s, z-index 0s;
  }
  .card-box:hover .card-box-content {
    transition: z-index 0s;
    position: relative;
    z-index: 4;
  }
  .card-box:hover .card-content__size {
    opacity: 1;
    transition: 0.5s;
  }
  .card-box:hover .card-content__row-hover {
    top: 20px;
    transition: 0.3s;
  }
}