/*fonts*/
@font-face {
  font-family: "Georgia";
  src: url("../fonts/Georgia.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Georgia";
  src: url("../fonts/Georgia-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "OpenSans";
  src: url("../fonts/OpenSans-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "OpenSans";
  src: url("../fonts/OpenSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
.title-xl {
  font-family: "Georgia", sans-serif;
  font-weight: 400;
  font-size: 55px;
  line-height: 120%;
}

.title-x {
  font-family: "Georgia", sans-serif;
  font-weight: 400;
  font-size: 45px;
  line-height: 120%;
}

.title-lg {
  font-weight: 600;
  font-size: 40px;
  line-height: 120%;
}
.title-lg span {
  color: #F490BA;
}

.title-l {
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  color: #000000;
}

.title-md {
  font-family: "Georgia", sans-serif;
  font-weight: 400;
  font-size: 26px;
  line-height: 112%;
}

.text-xl {
  font-weight: 400;
  font-size: 20px;
}

.text-x {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}

@media (max-width: 800px) {
  .title-xl {
    font-size: 28px;
  }
  .title-x {
    font-size: 24px;
  }
  .title-lg {
    font-size: 22px;
  }
  .title-l {
    font-size: 16px;
  }
  .title-md {
    font-size: 24px;
  }
  .text-xl {
    font-size: 14px;
  }
  .text-x {
    font-size: 14px;
  }
}
/*-fonts*/
/*options*/
*, ::after, ::before {
  box-sizing: border-box;
}

body {
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
  color: #333333;
  line-height: normal;
  margin: 0px;
  padding: 0px;
}

body::-webkit-scrollbar {
  width: 10px;
}

body::-webkit-scrollbar-thumb {
  background: #000000;
}

body::-webkit-scrollbar-track {
  background: #FFFFFF;
}

p {
  width: 100%;
  margin: 0px;
}

h1, h2, h3, h4, h5 {
  width: 100%;
  margin: 0px;
}

img {
  height: auto;
  max-width: 100%;
}

ul, ol {
  padding: 0px;
  margin: 0px;
}

li {
  list-style-type: none;
}

a {
  outline: none;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  outline: none;
}

select {
  opacity: 1;
  border-radius: 0;
  font-family: "OpenSans", sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select:hover, select:focus {
  outline: none;
  text-decoration: none;
}

textarea {
  font-family: "OpenSans", sans-serif;
  resize: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  opacity: 1;
  resize: none;
  border-radius: 0;
}
textarea::-webkit-input-placeholder {
  color: #000;
}
textarea::-moz-placeholder {
  color: #000;
}
textarea:-ms-input-placeholder {
  color: #000;
}
textarea:-moz-placeholder {
  color: #000;
}
textarea:hover, textarea:focus {
  outline: none;
  text-decoration: none;
}

input {
  font-family: "OpenSans", sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  opacity: 1;
  border-radius: 0;
}
input::-webkit-input-placeholder {
  color: #000;
}
input::-moz-placeholder {
  color: #000;
}
input:-ms-input-placeholder {
  color: #000;
}
input:-moz-placeholder {
  color: #000;
}
input:hover, input:focus {
  outline: none;
  text-decoration: none;
}

button {
  font-family: "", sans-serif;
  font-weight: 700;
  cursor: pointer;
  border: none;
  background: none;
  padding: 0px;
}
button:hover, button:focus {
  outline: none;
  text-decoration: none;
}

html,
body {
  height: 100%;
}

.container {
  height: 100%;
  width: 100%;
  max-width: 1230px;
  padding: 0 15px;
  margin: 0 auto;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

main {
  flex: 1 0 auto;
}

footer {
  flex: 0 0 auto;
}

.section-one {
  padding: 70px 0px;
}

.section-two {
  padding: 140px 0px 70px 0px;
}

.section-wrap {
  position: relative;
}

.section-top {
  position: relative;
  margin-bottom: 40px;
}

.section-top.two {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.section-title {
  position: relative;
  width: fit-content;
}
.section-title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  height: 3px;
  width: 40px;
  background: #F490BA;
}

.section-top.two .section-title:before {
  left: 50%;
  transform: translateX(-50%);
}

.section-descr {
  max-width: 580px;
  margin-top: 20px;
}

.section-link {
  position: absolute;
  right: 0;
  bottom: 0;
}

.section-arrows {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}
.section-arrows .products-next {
  margin-left: 30px;
}

.section-content {
  width: 900px;
  margin: auto;
}

@media (max-width: 1200px) {
  .container {
    max-width: 800px;
  }
  .section-two {
    padding: 80px 0px 70px 0px;
  }
  .section-content {
    width: 100%;
  }
}
@media (max-width: 800px) {
  .container {
    max-width: 500px;
  }
  .wrapper {
    overflow: hidden;
  }
  .section-one {
    padding: 32px 0px;
  }
  .section-two {
    padding: 80px 0px 32px 0px;
  }
  .section-top {
    position: static;
    margin-bottom: 24px;
  }
  .section-title {
    padding-bottom: 6px;
  }
  .section-title::before {
    bottom: 0px;
    width: 24px;
    height: 2px;
  }
  .section-descr {
    margin-top: 10px;
  }
  .section-wrap {
    padding-bottom: 40px;
  }
  .section-link {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .section-arrows {
    right: auto;
    left: 0;
  }
}
/*-options*/
/*form*/
.form-sub {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 112%;
  margin-bottom: 10px;
  cursor: pointer;
}

.form-false {
  position: absolute;
  right: 0;
  bottom: -20px;
  font-size: 12px;
  color: #F76D57;
  display: none;
}

.form-label {
  position: relative;
  display: block;
  width: 100%;
}

.form-label.active .form-false {
  display: block;
}

.form-input {
  display: block;
  width: 100%;
  height: 40px;
  font-size: 16px;
  color: #000000;
  background: transparent;
  border: none;
  border-bottom: 1px solid #EAEAEA;
}

.form-input:focus {
  border-bottom: 1px solid #F490BA;
}

.form-select {
  display: block;
  width: 100%;
  height: 40px;
  font-size: 16px;
  color: #000000;
  background: transparent;
  border: none;
  border-bottom: 1px solid #EAEAEA;
  padding-right: 30px;
}

.form-select:focus {
  border: none;
  border-bottom: 1px solid #F490BA;
}

.form-textarea {
  display: block;
  width: 100%;
  height: 120px;
  font-size: 16px;
  color: #000000;
  background: transparent;
  border: none;
  border: 1px solid #EAEAEA;
  padding: 10px;
}

.form-textarea:focus {
  border: 1px solid #F490BA;
}

.form-icon {
  position: absolute;
  right: 0;
  bottom: 5px;
}

.form-radio {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.form-radio_wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-left: 30px;
  cursor: pointer;
}

.form-radio_box {
  position: absolute;
  left: 0;
  top: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #EAEAEA;
}
.form-radio_box::after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #F490BA;
  opacity: 0;
}

.form-radio_title {
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
}

.form-radio_price {
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  color: #000000;
  width: 100px;
  min-width: 100px;
  text-align: right;
}

.form-radio_text {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  padding-left: 30px;
  margin-top: 20px;
  display: none;
}

.form-radio:checked + .form-radio_wrap > .form-radio_box:after {
  opacity: 1;
}

.form-radio:checked + .form-radio_wrap + .form-radio_text {
  display: block;
}

/*-form*/
/*buttons*/
.btn-one {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 40px;
  width: fit-content;
  font-family: "Georgia", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 112%;
  text-align: center;
  color: #FFFFFF;
  background: #000000;
  padding: 0px 30px;
  border-radius: 3px;
  white-space: nowrap;
  transition: 0.3s;
}

.btn-three {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 40px;
  width: fit-content;
  font-family: "Georgia", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 112%;
  text-align: center;
  color: #333333;
  background: #EAEAEA;
  padding: 0px 30px;
  border-radius: 3px;
  white-space: nowrap;
  transition: 0.3s;
}
.btn-three svg {
  stroke: #333333;
}

.btn-two {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: fit-content;
  font-family: "Georgia", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #000000;
  transition: 0.3s;
}
.btn-two svg {
  stroke: #000000;
  margin-left: 10px;
  transition: 0.3s;
}

@media (max-width: 800px) {
  .btn-one {
    font-size: 14px;
  }
  .btn-two {
    font-size: 14px;
  }
  .btn-three {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .btn-one:hover {
    background: #F490BA;
  }
  .btn-two:hover {
    color: #F490BA;
  }
  .btn-two:hover svg {
    stroke: #F490BA;
  }
  .btn-three:hover {
    color: #FFFFFF;
    background: #F490BA;
  }
  .btn-three:hover svg {
    stroke: #FFFFFF;
  }
}
/*-buttons*/
/*breadcrumbs*/
.breadcrumbs {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.breadcrumbs li {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.breadcrumbs li:after {
  content: "/";
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #000000;
  margin: 0px 5px;
}
.breadcrumbs a {
  display: block;
}
.breadcrumbs span {
  position: relative;
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #000000;
  opacity: 0.2s;
}
.breadcrumbs span:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 1px;
  background: #F490BA;
  opacity: 0;
}
.breadcrumbs li:last-child:after {
  display: none;
}
.breadcrumbs li:last-child span:after {
  opacity: 1;
}

@media (max-width: 800px) {
  .breadcrumbs {
    margin-bottom: 15px;
  }
}
@media (min-width: 1200px) {
  .breadcrumbs span:hover {
    color: #F490BA;
  }
}
/*-breadcrumbs*/
/*tabs*/
.tabs {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 10px;
}
.tabs li {
  margin: 20px 5px 0px 5px;
}
.tabs a {
  position: relative;
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #333333;
  transition: 0.2s;
}
.tabs a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 1px;
  background: #F490BA;
  opacity: 0;
}
.tabs li.active a:after {
  opacity: 1;
}

@media (max-width: 800px) {
  .tabs {
    padding-top: 0px;
  }
  .tabs li {
    margin: 15px 5px 0px 5px;
  }
  .tabs a {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .tabs a:hover {
    color: #F490BA;
  }
}
/*-tabs*/
/*navigation*/
.navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
.navigation li {
  margin: 0px 10px;
}
.navigation a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #000000;
  border-radius: 50%;
  background: #EAEAEA;
}
.navigation a svg {
  fill: #000000;
}
.navigation li.active a {
  color: #FFFFFF;
  background: #F490BA;
}
.navigation li.active a svg {
  fill: #FFFFFF;
}

@media (max-width: 800px) {
  .navigation {
    margin-top: 24px;
  }
  .navigation li {
    margin: 0px 4px;
  }
  .navigation a {
    font-size: 12px;
    width: 30px;
    height: 30px;
  }
  .navigation svg {
    width: 6px;
    height: auto;
  }
}
@media (min-width: 1200px) {
  .navigation a:hover {
    color: #FFFFFF;
    background: #F490BA;
  }
  .navigation a:hover svg {
    fill: #FFFFFF;
  }
}
/*-navigation*/
/*slider*/
.slider-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #EAEAEA;
  pointer-events: auto;
  transition: 0.3s;
}
.slider-arrow svg {
  fill: #333333;
  transition: 0.3s;
}

.slider-arrow.swiper-button-disabled {
  opacity: 0.5;
}

@media (min-width: 1200px) {
  .slider-arrow:hover {
    background: #F490BA;
  }
  .slider-arrow:hover svg {
    fill: #FFFFFF;
  }
}
/*-slider*/
/*socials*/
.socials {
  position: fixed;
  z-index: 7;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 10px;
  background: #FFFFFF;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  border-radius: 3px 0px 0px 3px;
}
.socials li {
  margin-bottom: 20px;
}
.socials li:last-child {
  margin-bottom: 0px;
}
.socials a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.socials svg {
  fill: #333333;
  transition: 0.2s;
}

@media (max-width: 500px) {
  .socials {
    display: flex;
    align-items: center;
    justify-content: space-between;
    top: auto;
    bottom: 0;
    transform: translate(0);
    width: 100%;
    padding: 10px 15px;
    border-radius: 0px;
  }
  .socials li {
    margin: 0px;
  }
  .socials svg {
    width: 20px;
    height: 20px;
  }
}
@media (min-width: 1200px) {
  .socials a:hover svg {
    fill: #F490BA;
  }
}
/*-socials*/
/*header*/
.header {
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  background: #333333;
  border-bottom: 1px solid #333333;
  box-shadow: 0px 4px 4px rgba(241, 145, 166, 0.05);
}

.header.active {
  border-bottom: 1px solid rgba(244, 144, 186, 0.2);
}

.header-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
  background: #333333;
}

.header-menu {
  display: flex;
  align-items: center;
}
.header-menu li {
  margin-right: 45px;
}
.header-menu li:last-child {
  margin-right: 0px;
}
.header-menu a {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 150%;
  color: #FFFFFF;
  transition: 0.1s;
}
.header-menu a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 1px;
  background: #F490BA;
  opacity: 0;
}
.header-menu li.current-menu-item a:after {
  opacity: 1;
}

.header-logo {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.header-logo img {
  height: 100%;
}

.header-buttons {
  display: flex;
  align-items: center;
}

.header-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 30px;
  transition: 0.3s;
}
.header-btn:last-child {
  margin-right: 0px;
}
.header-btn span {
  position: absolute;
  z-index: 2;
  top: -2px;
  right: -10px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 15px;
  height: 15px;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #333333;
  background: #F490BA;
  border-radius: 50%;
}

.header-burger {
  display: none;
}

@media (max-width: 1200px) {
  .header-wrap {
    height: 52px;
  }
  .header-burger {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 26px;
    height: 16px;
    cursor: pointer;
    transition: 0.2s;
  }
  .header-burger span {
    display: block;
    height: 2px;
    width: 100%;
    border-radius: 20px;
    background: #FFFFFF;
    transition: 0.2s;
  }
  .header-burger span:nth-child(1) {
    width: 80%;
  }
  .header-burger span:nth-child(3) {
    width: 80%;
  }
  .header-burger.active span:nth-child(1) {
    width: 100%;
    transform: rotate(45deg) translate(2px, 6px);
  }
  .header-burger.active span:nth-child(2) {
    opacity: 0;
    transform: translateX(-5px);
  }
  .header-burger.active span:nth-child(3) {
    width: 100%;
    transform: rotate(-45deg) translate(4px, -8px);
  }
  .header-nav {
    position: fixed;
    z-index: -1;
    left: 0;
    top: 53px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 100%;
    background: #333333;
    transform: translateY(-100%);
    transition: 0.3s;
  }
  .header-nav.active {
    transform: translate(0);
    box-shadow: 0px 5px 5px 0px rgba(51, 51, 51, 0.2);
  }
  .header-menu {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header-menu a {
    font-size: 14px;
  }
  .header-menu a:after {
    bottom: -3px;
  }
  .header-btn svg {
    width: 19px;
    height: 20px;
  }
  .header-btn span {
    width: 13px;
    height: 13px;
    font-size: 10px;
  }
  .header-buttons {
    margin-right: 10px;
  }
}
@media (min-width: 1200px) {
  .header-menu a:hover {
    color: #F490BA;
  }
  .header-btn:hover {
    transform: scale(1.1);
  }
}
/*-header*/
/*footer*/
.footer {
  background: #333333;
}

.footer-socials {
  display: flex;
  align-items: center;
}
.footer-socials li {
  margin-right: 20px;
}
.footer-socials li:last-child {
  margin-right: 0px;
}
.footer-socials a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-socials svg {
  fill: #F490BA;
  transition: 0.2s;
}

.footer-top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 0px;
  border-bottom: 1px solid #F490BA;
}

.footer-logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 60px;
}
.footer-logo img {
  height: 100%;
}

.footer-menu {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-menu li {
  margin: 0px 22px;
}
.footer-menu a {
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #FFFFFF;
  transition: 0.1s;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 0px 20px 0px;
}

.footer-descr {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #FFFFFF;
}

.footer-links {
  display: flex;
  align-items: center;
}
.footer-links li {
  margin-right: 44px;
}
.footer-links li:last-child {
  margin-right: 0px;
}
.footer-links a {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #FFFFFF;
  transition: 0.1s;
}

@media (max-width: 800px) {
  .footer-top {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 32px 0px;
  }
  .footer-logo {
    height: 50px;
    margin-bottom: 16px;
  }
  .footer-menu {
    position: static;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transform: translate(0);
  }
  .footer-menu li {
    margin: 0px;
    margin-bottom: 15px;
  }
  .footer-menu a {
    font-size: 14px;
  }
  .footer-socials li {
    margin: 0px 10px;
  }
  .footer-bottom {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px 0px 50px 0px;
  }
  .footer-links {
    order: -1;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .footer-links li {
    margin: 0px 0px 15px 0px;
  }
  .footer-links a {
    font-size: 12px;
  }
  .footer-descr {
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  .footer-menu a:hover {
    color: #F490BA;
  }
  .footer-socials a:hover svg {
    fill: #FFFFFF;
  }
  .footer-links a:hover {
    color: #F490BA;
  }
}
/*-footer*/
/*content*/
.content *:last-child {
  margin-bottom: 0px;
}
.content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 24px;
}
.content h2 {
  font-weight: 600;
  font-size: 35px;
  line-height: 120%;
  margin-bottom: 16px;
}
.content h3 {
  font-weight: 600;
  font-size: 30px;
  line-height: 120%;
  margin-bottom: 16px;
}
.content h4 {
  font-weight: 600;
  font-size: 25px;
  line-height: 120%;
  margin-bottom: 16px;
}
.content h5 {
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  margin-bottom: 16px;
}
.content a {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-decoration: underline;
  color: #F490BA;
}
.content ul {
  margin-bottom: 24px;
}
.content ul li {
  position: relative;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  padding-left: 16px;
  margin-bottom: 16px;
}
.content ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #F490BA;
}
.content ol {
  list-style: none;
  counter-reset: num;
  margin-bottom: 24px;
}
.content ol li {
  position: relative;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  padding-left: 16px;
  margin-bottom: 16px;
}
.content ol li:before {
  content: counter(num) ".";
  counter-increment: num;
  position: absolute;
  left: 0px;
  top: 0px;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #F490BA;
}
.content blockquote {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  padding: 0px;
  margin: 0px;
  font-style: italic;
  padding-left: 16px;
  margin-bottom: 24px;
  border-left: 2px solid #F490BA;
}
.content img {
  margin-bottom: 24px;
}

@media (max-width: 800px) {
  .content h2 {
    font-size: 28px;
  }
  .content h3 {
    font-size: 24px;
  }
  .content h4 {
    font-size: 20px;
  }
  .content h5 {
    font-size: 16px;
  }
  .content p {
    font-size: 14px;
  }
  .content ul li {
    font-size: 14px;
  }
  .content ul li:before {
    top: 7px;
  }
  .content ol li {
    font-size: 14px;
  }
  .content ol li:before {
    font-size: 14px;
  }
  .content a {
    font-size: 14px;
  }
  .content blockquote {
    font-size: 14px;
  }
}
/*-content*/
/*popup*/
.popup {
  position: fixed;
  z-index: 20;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
  background: #333333;
  border-radius: 3px;
  padding: 10px 20px;
}

.popup-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.popup-descr {
  display: block;
  font-family: "Georgia", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 112%;
  color: #FFFFFF;
  margin-top: 10px;
}

@media (max-width: 800px) {
  .popup-descr {
    font-size: 14px;
  }
}
/*-popup*/
/*modal*/
.modal {
  position: fixed;
  z-index: 21;
  left: 0;
  top: 0;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.modal.active {
  display: block;
}

.modal-wrap {
  position: relative;
  width: 500px;
  height: 100%;
  background: #FFFFFF;
  padding: 20px;
  margin-left: auto;
}

.modal-top {
  padding-bottom: 20px;
  border-bottom: 1px solid #EAEAEA;
}

.modal-title {
  display: block;
  font-family: "Georgia", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 112%;
  color: #333333;
}

.modal-close {
  position: absolute;
  left: -50px;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background: #EAEAEA;
  border-radius: 0px 0px 0px 3px;
  cursor: pointer;
  transition: 0.2s;
}
.modal-close svg {
  fill: #000000;
  transition: 0.2s;
}

.modal-false {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 70px;
}

.modal-false_title {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #000000;
  margin-top: 20px;
}

.modal-items {
  margin-top: 20px;
}

.modal-list_point {
  position: relative;
  padding-left: 180px;
  min-height: 160px;
  margin-bottom: 20px;
}

.modal-list_img {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 160px;
  border-radius: 3px;
}
.modal-list_img::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  opacity: 0.3s;
}
.modal-list_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.modal-list_label {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  height: 28px;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: #FFFFFF;
  padding: 0px 10px;
  background: #F490BA;
  border-radius: 3px 0px;
}

.modal-list_title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #333333;
  transition: 0.2s;
}

.modal-list_price {
  display: flex;
  align-items: center;
  margin-top: 10px;
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  color: #333333;
}
.modal-list_price span {
  display: block;
  font-weight: 400;
  text-decoration: line-through;
  margin-right: 5px;
}

.modal-list_remove {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 112%;
  color: #000000;
  margin-top: 10px;
  transition: 0.2s;
}
.modal-list_remove svg {
  fill: #000000;
  margin-right: 10px;
  transition: 0.2s;
}

.modal-buy {
  width: 100%;
  margin-top: 20px;
}

.modal-cart {
  width: 100%;
  margin-top: 20px;
}

.modal-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #333333;
  padding-top: 20px;
  border-top: 1px solid #EAEAEA;
}

@media (max-width: 800px) {
  .modal-wrap {
    width: 100%;
    padding: 15px;
    overflow: auto;
  }
  .modal-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 15px;
  }
  .modal-close {
    position: static;
    width: 40px;
    height: 40px;
  }
  .modal-false {
    margin-top: 24px;
  }
  .modal-false svg {
    width: 60px;
    height: 60px;
  }
  .modal-list_img {
    width: 122px;
    height: 122px;
  }
  .modal-list_point {
    min-height: 132px;
    padding-left: 132px;
  }
  .modal-list_title {
    font-size: 14px;
    line-height: 21px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .modal-list_price {
    margin-top: 8px;
  }
  .modal-list_remove {
    margin-top: 8px;
  }
  .modal-list_label {
    height: 24px;
  }
}
@media (min-width: 1200px) {
  .modal-close:hover {
    background: #F490BA;
  }
  .modal-close:hover svg {
    fill: #FFFFFF;
  }
  .modal-list_img:hover:after {
    opacity: 1;
  }
  .modal-list_title:hover {
    color: #F490BA;
  }
  .modal-list_remove:hover {
    color: #F76D57;
  }
  .modal-list_remove:hover svg {
    fill: #F76D57;
  }
}
/*-modal*/
/*start*/
.start-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100vh;
  overflow: hidden;
}

.start-text {
  max-width: 590px;
}

.start-descr {
  max-width: 480px;
  margin-top: 30px;
}

.start-btn {
  margin-top: 50px;
}

.start-sliders {
  display: flex;
  align-items: center;
  height: 100%;
}

.start-slider {
  height: 100%;
  width: 277px;
  margin-left: 8px;
}
.start-slider .swiper-wrapper {
  transition-timing-function: linear !important;
}

.start-slide {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 277px !important;
}
.start-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.start-slide::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  opacity: 0.3s;
}

.start-slide.active {
  height: 380px !important;
}

.start-slide_name {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  height: 40px;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translate(-50%, -50%);
  font-family: "Georgia", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 112%;
  color: #FFFFFF;
  white-space: nowrap;
  background: rgba(244, 144, 186, 0.7);
  border-radius: 3px;
  padding: 0px 20px;
  opacity: 0;
  opacity: 0.3s;
}

@media (max-width: 1200px) {
  .start-slider_two {
    display: none;
  }
  .start-text {
    width: 450px;
  }
  .start-slider {
    margin: 0px;
  }
}
@media (max-width: 800px) {
  .start-text {
    width: calc(100% - 130px);
  }
  .start-slider {
    width: 130px;
  }
  .start-slide {
    height: 130px !important;
  }
  .start-slide.active {
    height: 170px !important;
  }
  .start-slide_name {
    display: none;
  }
  .start-descr {
    margin-top: 8px;
  }
  .start-btn {
    margin-top: 24px;
  }
}
@media (max-width: 500px) {
  .start-wrap {
    width: calc(100% + 15px);
  }
  .start-sliders {
    position: relative;
    right: -15px;
  }
}
@media (min-width: 1200px) {
  .start-slide:hover::after {
    opacity: 1;
  }
  .start-slide:hover .start-slide_name {
    opacity: 1;
  }
}
/*-start*/
/*category*/
.category {
  background: #EAEAEA;
}

.category-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-auto-rows: 278px;
}

.category-point:nth-child(5) {
  grid-column-start: 3;
  grid-column-end: 5;
  grid-row-start: 1;
  grid-row-end: 3;
}

.category-item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.category-item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  opacity: 0.3s;
}

.category-item_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.category-item_name {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  height: 40px;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translate(-50%, -50%);
  font-family: "Georgia", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 112%;
  color: #FFFFFF;
  white-space: nowrap;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 3px;
  padding: 0px 20px;
  opacity: 0.3s;
}

@media (max-width: 1200px) {
  .category-list {
    grid-template-columns: 1fr 1fr;
  }
  .category-point:nth-child(5) {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 3;
  }
  .category-list {
    grid-auto-rows: 370px;
  }
}
@media (max-width: 800px) {
  .category-list {
    grid-row-gap: 15px;
    grid-column-gap: 15px;
    grid-auto-rows: 227px;
  }
  .category-item_name {
    font-size: 12px;
    height: 34px;
    padding: 0px 10px;
  }
}
@media (max-width: 500px) {
  .category-list {
    grid-auto-rows: 44vw;
  }
}
@media (min-width: 1200px) {
  .category-item:hover::after {
    opacity: 1;
  }
  .category-item:hover .category-item_name {
    background: rgba(244, 144, 186, 0.7);
  }
}
/*-category*/
/*products*/
.products-list {
  position: relative;
}

.products-list_point {
  width: 31.6%;
  margin-bottom: 30px;
}

.products-items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.products-items_point {
  display: flex;
  align-items: flex-end;
}

.products-slider .swiper-wrapper {
  align-items: flex-end;
}

.products-item {
  width: 100%;
}

.products-item_img {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 380px;
}
.products-item_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 3px;
}
.products-item_img::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  opacity: 0.3s;
}

.products-item.active .products-item_img {
  height: 520px;
}

.products-item_label {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  height: 31px;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  background: #F490BA;
  border-radius: 3px 0px;
  padding: 0px 10px;
}

.products-item_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}

.products-item_title {
  display: block;
  width: calc(100% - 150px);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #333333;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: 0.2s;
}

.products-item_price {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #333333;
}
.products-item_price span {
  display: block;
  font-weight: 400;
  text-decoration: line-through;
  margin-right: 5px;
}

.products-item_bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #EAEAEA;
  margin-top: 12px;
  padding-top: 12px;
}

.products-item_buttons {
  display: flex;
  align-items: center;
}

.products-item_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  transition: 0.3s;
}
.products-item_btn svg {
  stroke: #333333;
  transition: 0.2s;
}

.products-item_fav.active svg {
  fill: #F490BA;
  stroke: #F490BA;
}

.products-item_add.active svg {
  stroke: #F490BA;
}

.products-btn {
  margin: 0px auto;
}

@media (max-width: 1200px) {
  .products-list_point {
    width: 48%;
  }
  .products-items {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 800px) {
  .products-slider {
    margin-bottom: 30px;
  }
  .products-items {
    grid-row-gap: 24px;
    grid-column-gap: 15px;
  }
  .products-list_point {
    margin-bottom: 24px;
  }
  .products-item_img {
    height: 226px;
  }
  .products-item.active .products-item_img {
    height: 266px;
  }
  .products-btn {
    margin: 0px auto;
  }
  .products-item {
    position: relative;
  }
  .products-item_btn {
    margin-left: 16px;
  }
  .products-item_btn:first-child {
    margin: 0px;
  }
  .products-item_btn svg {
    width: 20px;
    height: 20px;
  }
  .products-item_bottom {
    padding-top: 10px;
    margin-top: 10px;
  }
  .products-item_top {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 10px;
  }
  .products-item_title {
    width: 100%;
    font-size: 14px;
    margin-bottom: 6px;
  }
  .products-item_price {
    font-size: 14px;
  }
  .products-item_label {
    font-size: 12px;
    height: 24px;
  }
}
@media (max-width: 500px) {
  .products-list_point {
    width: 47.5%;
  }
  .products-item_img {
    height: 45.2vw;
  }
  .products-item.active .products-item_img {
    height: 60.2vw;
  }
}
@media (min-width: 1200px) {
  .products-item_img:hover:after {
    opacity: 1;
  }
  .products-item_title:hover {
    color: #F490BA;
  }
  .products-item_btn:hover {
    transform: scale(1.1);
  }
}
/*-products*/
/*benefits*/
.benefits {
  position: relative;
  background: #EAEAEA;
}
.benefits::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 480px;
  height: 480px;
  background: url("../img/benefits/benefits-1.png") center no-repeat;
  background-size: contain;
}

.benefits-wrap {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.benefits-top {
  position: sticky;
  z-index: 1;
  top: 100px;
  width: 590px;
}
.benefits-top::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: -10px;
  bottom: -10px;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  background: rgba(234, 234, 234, 0.7);
  border-radius: 3px;
}

.benefits-list {
  width: 480px;
}
.benefits-list li {
  position: relative;
  min-height: 230px;
  padding-left: 100px;
  margin-bottom: 25px;
  overflow: hidden;
}
.benefits-list li:last-child {
  min-height: auto;
  margin-bottom: 0px;
}
.benefits-list li:last-child::after {
  display: none;
}
.benefits-list li:after {
  content: "";
  position: absolute;
  left: 25px;
  top: 75px;
  height: 100%;
  width: 1px;
  background: #F490BA;
}
.benefits-list img {
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 50px;
}
.benefits-list h3 {
  margin-top: 12px;
}
.benefits-list p {
  margin-top: 20px;
}

@media (max-width: 1200px) {
  .benefits-top {
    width: 370px;
  }
  .benefits-list {
    width: 370px;
  }
}
@media (max-width: 800px) {
  .benefits::before {
    width: 100px;
    height: 100px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
  }
  .benefits-wrap {
    display: block;
  }
  .benefits-top {
    width: 100%;
    margin-bottom: 24px;
  }
  .benefits-top::before {
    display: none;
  }
  .benefits-list {
    width: 100%;
  }
  .benefits-list img {
    width: 40px;
    height: 40px;
  }
  .benefits-list li {
    padding-left: 70px;
    min-height: 140px;
  }
  .benefits-list li:after {
    left: 20px;
    top: 50px;
  }
  .benefits-list h3 {
    margin-top: 8px;
  }
  .benefits-list p {
    margin-top: 10px;
  }
}
/*-benefits*/
/*comments*/
.comments-slider {
  padding: 80px 0px;
}
.comments-slider::after {
  content: "";
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  height: 100%;
  background: url("../img/phone.png") center no-repeat;
  background-size: contain;
  pointer-events: none;
}

.comments-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 370px;
  filter: blur(1px);
}
.comments-slide img {
  width: 80%;
  height: 80%;
  object-position: top;
  object-fit: cover;
  transition: 0.2s;
}

.comments-slide.swiper-slide-prev img,
.comments-slide.swiper-slide-next img {
  height: 90%;
  width: 90%;
}

.comments-slide.swiper-slide-active {
  position: relative;
  filter: blur(0px);
}
.comments-slide.swiper-slide-active img {
  width: 100%;
  height: 100%;
}

.comments-arrows {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 360px;
  cursor: pointer;
  outline: none;
  pointer-events: none;
}

@media (max-width: 800px) {
  .comments-slider {
    overflow: visible;
  }
  .comments-slide {
    width: 240px;
  }
  .comments-arrows {
    display: none;
  }
}
/*-comments*/
/*faq*/
.faq-list li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #EAEAEA;
}
.faq-list li:last-child {
  margin-bottom: 0px;
}
.faq-list h3 {
  width: 380px;
  min-width: 380px;
  margin-right: 36px;
}

.faq-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.faq-tabs {
  position: sticky;
  top: 100px;
  width: 250px;
}
.faq-tabs li {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 58px;
  font-family: "Georgia", sans-serif;
  font-weight: 400;
  font-size: 25px;
  line-height: 150%;
  color: #333333;
  background: #EAEAEA;
  border-radius: 3px;
  margin-bottom: 24px;
  cursor: pointer;
  transition: 0.1s;
}
.faq-tabs li:last-child {
  margin-bottom: 0px;
}
.faq-tabs li.active {
  color: #FFFFFF;
  background: #F490BA;
}

.faq-boxs {
  width: 900px;
}

.faq-box {
  display: none;
}

.faq-box.active {
  display: block;
}

@media (max-width: 1200px) {
  .faq-list h3 {
    width: 280px;
    min-width: 280px;
  }
  .faq-tabs {
    top: 70px;
    width: 240px;
  }
  .faq-boxs {
    width: 500px;
  }
}
@media (max-width: 800px) {
  .faq-wrap {
    display: block;
  }
  .faq-tabs {
    width: 100%;
    margin-bottom: 20px;
  }
  .faq-tabs li {
    font-size: 16px;
    height: 38px;
    margin-bottom: 16px;
  }
  .faq-list li {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .faq-list h3 {
    width: 100%;
    min-width: 100%;
    margin-bottom: 10px;
  }
}
@media (min-width: 1200px) {
  .faq-tabs li:hover {
    color: #FFFFFF;
    background: #F490BA;
  }
}
/*-faq*/
/*product*/
.product-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.product-slider {
  width: 570px;
  margin: 0px;
}

.product-slide {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 570px;
}
.product-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 3px;
}
.product-slide svg {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  fill: #FFFFFF;
  transition: 0.2s;
}

.product-slide.active {
  height: 670px;
}

.product-label {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 40px;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #FFFFFF;
  background: #F490BA;
  border-radius: 3px 0px;
  padding: 0px 10px;
}

.product-text {
  position: sticky;
  top: 100px;
  width: 590px;
}

.product-price {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  color: #333333;
  margin-top: 20px;
}
.product-price span {
  display: block;
  font-weight: 400;
  text-decoration: line-through;
  margin-right: 5px;
}

.product-content {
  margin-top: 20px;
}

.product-sub {
  margin-top: 20px;
}

.product-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  margin-top: 20px;
}
.product-list li {
  position: relative;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  padding-left: 25px;
}
.product-list svg {
  position: absolute;
  left: 0;
  top: 5px;
}

.product-buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 30px;
  margin-top: 20px;
}

.product-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 30px;
}

.product-buy {
  width: 100%;
}

.product-add {
  width: 100%;
  padding: 0px;
}

.product-add.active {
  color: #FFFFFF;
  background: #F490BA;
}
.product-add.active svg {
  stroke: #FFFFFF;
}

.product-fav {
  width: 100%;
  padding: 0px;
}

.product-fav.active {
  color: #FFFFFF;
  background: #F490BA;
}
.product-fav.active svg {
  stroke: #FFFFFF;
}

.product-mob {
  display: none;
}

@media (max-width: 1200px) {
  .product-slider {
    width: 350px;
  }
  .product-slide {
    height: 350px;
  }
  .product-slide.active {
    height: 450px;
  }
  .product-list {
    grid-template-columns: 1fr;
  }
  .product-text {
    width: 400px;
  }
  .product-buttons {
    grid-column-gap: 15px;
  }
  .product-links {
    grid-column-gap: 15px;
  }
}
@media (max-width: 800px) {
  .product-wrap {
    position: relative;
    display: block;
    padding-top: 40px;
  }
  .product-text {
    position: static;
    width: 100%;
  }
  .product-text .breadcrumbs {
    position: absolute;
    left: 0;
    top: 0;
  }
  .product-title {
    display: none;
  }
  .product-mob {
    display: block;
    margin-bottom: 20px;
  }
  .product-price {
    font-size: 16px;
    margin-top: 20px;
  }
  .product-content {
    margin-top: 10px;
  }
  .product-list {
    grid-row-gap: 10px;
    margin-top: 10px;
  }
  .product-list li {
    font-size: 14px;
  }
  .product-slider {
    width: 220px;
    overflow: visible;
  }
  .product-slider .swiper-wrapper {
    align-items: flex-end;
  }
  .product-slide {
    height: 220px;
  }
  .product-slide svg {
    width: 40px;
    height: 40px;
  }
  .product-slide.active {
    height: 280px;
  }
  .product-label {
    height: 24px;
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  .product-slide:hover svg {
    fill: #F490BA;
  }
}
@media (min-width: 800px) {
  .product-slider .swiper-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
  }
  .product-slide {
    margin: 0px 0px 30px 0px !important;
  }
  .product-slide:last-child {
    margin: 0px !important;
  }
}
/*-product*/
/*thank*/
.thank-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
  text-align: center;
}

.thank-title {
  margin-top: 30px;
}

.thank-descr {
  margin-top: 20px;
}

.thank-btn {
  margin-top: 20px;
}

/*-thank*/
/*mistake*/
.mistake-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100vh;
  max-width: 1000px;
  margin: auto;
}
.mistake-wrap::before {
  content: "";
  position: absolute;
  left: 0;
  top: 81px;
  width: 230px;
  height: 400px;
  background: url("../img/mistake/mistake-1.png") center no-repeat;
  background-size: contain;
}
.mistake-wrap::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 180px;
  height: 400px;
  background: url("../img/mistake/mistake-2.png") center no-repeat;
  background-size: contain;
}

.mistake-label {
  display: block;
  font-weight: 400;
  font-size: 150px;
  line-height: 70%;
  color: #F490BA;
}

.mistake-title {
  margin-top: 20px;
}

.mistake-descr {
  margin-top: 20px;
}

.mistake-btn {
  margin-top: 20px;
}

@media (max-width: 800px) {
  .mistake-wrap::before {
    width: 80px;
    height: 140px;
    top: 60px;
  }
  .mistake-wrap::after {
    width: 80px;
    height: 140px;
  }
  .mistake-label {
    font-size: 100px;
  }
}
/*-mistake*/
/*busket*/
.busket-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.busket-cart {
  width: 460px;
}

.busket-list_point {
  position: relative;
  padding-left: 180px;
  min-height: 160px;
  margin-bottom: 20px;
}

.busket-list_img {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 160px;
  border-radius: 3px;
}
.busket-list_img::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  opacity: 0.3s;
}
.busket-list_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.busket-list_label {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  height: 28px;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: #FFFFFF;
  padding: 0px 10px;
  background: #F490BA;
  border-radius: 3px 0px;
}

.busket-list_title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #333333;
  transition: 0.2s;
}

.busket-list_price {
  display: flex;
  align-items: center;
  margin-top: 10px;
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  color: #333333;
}
.busket-list_price span {
  display: block;
  font-weight: 400;
  text-decoration: line-through;
  margin-right: 5px;
}

.busket-price {
  margin-top: 20px;
  border-bottom: 1px solid #EAEAEA;
}
.busket-price li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 400;
  font-size: 16px;
  line-height: 112%;
  margin-bottom: 20px;
}
.busket-price span {
  display: block;
  font-weight: 600;
  white-space: nowrap;
  margin-left: 10px;
}

.busket-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 600;
  font-size: 18px;
  line-height: 112%;
  margin-top: 20px;
}

.busket-buy {
  width: 100%;
  margin-top: 20px;
}

.busket-boxs {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 46px;
  width: 690px;
}

.busket-title {
  margin-bottom: 40px;
}

.busket-info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-row-gap: 30px;
  grid-column-gap: 30px;
}
.busket-info .form-label:last-child {
  grid-column-start: 1;
  grid-column-end: 3;
}

.busket-choice {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 30px;
  width: 600px;
}

@media (max-width: 1200px) {
  .busket-wrap {
    display: block;
  }
  .busket-cart {
    width: 100%;
    margin-top: 46px;
  }
  .busket-boxs {
    width: 100%;
  }
}
@media (max-width: 800px) {
  .busket-choice {
    width: 100%;
  }
  .busket-info {
    grid-template-columns: 1fr;
  }
  .busket-info .form-label:last-child {
    grid-column-start: 1;
    grid-column-end: 2;
  }
  .busket-title {
    margin-bottom: 30px;
  }
  .busket-list_img {
    width: 122px;
    height: 122px;
  }
  .busket-list_point {
    min-height: 132px;
    padding-left: 132px;
  }
  .busket-list_title {
    font-size: 14px;
    line-height: 21px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .busket-list_price {
    margin-top: 8px;
  }
}
@media (min-width: 1200px) {
  .busket-list_img:hover:after {
    opacity: 1;
  }
  .busket-list_title:hover {
    color: #F490BA;
  }
}
/*-busket*/