@import "normalize.min.css";
@font-face {
  font-family: "Geologica";
  src:
    url("../fonts/Geologica-ExtraBold.woff2") format("woff2"),
    url("../fonts/Geologica-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Geologica";
  src:
    url("../fonts/Geologica-Bold.woff2") format("woff2"),
    url("../fonts/Geologica-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Geologica";
  src:
    url("../fonts/Geologica-SemiBold.woff2") format("woff2"),
    url("../fonts/Geologica-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Geologica";
  src:
    url("../fonts/Geologica-Medium.woff2") format("woff2"),
    url("../fonts/Geologica-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Geologica";
  src:
    url("../fonts/Geologica-Regular.woff2") format("woff2"),
    url("../fonts/Geologica-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Geologica";
  src:
    url("../fonts/Geologica-Light.woff2") format("woff2"),
    url("../fonts/Geologica-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Highliner";
  src:
    url("../fonts/Highliner.woff2") format("woff2"),
    url("../fonts/Highliner.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PassionsConflictRUS";
  src:
    url("../fonts/PassionsConflictRUS.woff2") format("woff2"),
    url("../fonts/PassionsConflictRUS.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

:root {
  --font-Geologica: "Geologica", sans-serif;
  --font-Highliner: "Highliner", sans-serif;
  --font-Passions: "PassionsConflictRUS", serif;
  --black: #000;
  --black-font: #211817;
  --white: #fff;
  --violet: #81385a;
  --violet-text: #a55d7f;
  --pink: #dd628d;
  --light-gray: #f5f1f5;
}
* {
  box-sizing: border-box;
}
ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  color: inherit;
  text-decoration: none;
}
p {
  margin: 0 0 20px;
  padding: 0;
  line-height: 1.4;
}
[data-href] {
  cursor: pointer;
}
body {
  font-size: 16px;
  font-family: var(--font-Geologica);
  color: var(--black);
  line-height: 1.4;
  background-color: var(--white);
}
body.no-scroll {
  overflow-y: hidden;
}
h1,
h2,
.h2 {
  font-family: var(--font-Highliner);
  font-weight: normal;
  text-align: center;
  margin: 0;
  font-size: 120px;
  line-height: 1;
}
h3 {
  font-size: 20px;
}

.container {
  width: 100%;
  max-width: 1270px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}
.page-wrap {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
main {
  flex: 1;
}
.row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.fancybox-container {
  z-index: 100;
}
.fancybox-close-small {
  color: var(--black);
}
.btn {
  border: none;
  cursor: pointer;
  text-align: center;
}
.gdpr {
  position: fixed;
  top: auto;
  bottom: 0;
  height: auto;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  box-shadow: 0px 3px 38px 0px rgba(99, 99, 99, 0.38);
  padding: 15px 0;
  font-weight: 600;
  z-index: 1000;
}
.gdpr--white {
  background-color: rgba(255, 255, 255, 0.9);
  color: #090f1f;
  border-top: 3px solid #191919;
}
.gdpr .container {
  display: grid;
  grid-template-columns: 1fr 244px;
  grid-column-gap: 80px;
  align-items: center;
  box-sizing: border-box;
  padding-top: 0;
  padding-bottom: 0;
}
.gdpr .container:before,
.gdpr .container:after {
  display: none;
}
.gdpr p,
.gdpr small {
  margin: 0;
  padding: 0;
  color: inherit;
  font-size: 14px;
  line-height: 1.3;
}
.gdpr .container > small {
  display: none;
}
.gdpr a {
  text-decoration: underline;
  color: #005dc2;
}
.gdpr a:hover {
  text-decoration: none;
}
.btn_close {
  grid-row: 1/3;
  grid-column: 2/3;
  display: block;
  margin: 0;
  padding: 20px;
  font-size: 14px;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  border: none;
  background-color: #fff;
  cursor: pointer;
  font-weight: 600;
}
.gdpr--white .btn_close {
  background-color: #000000;
  color: #fff;
}
.btn_close:hover {
  color: #000;
}
.gdpr--white .btn_close:hover {
  color: #fff;
}
@media screen and (max-width: 991px) {
  .gdpr .container {
    grid-template-columns: 1fr 200px;
    grid-column-gap: 40px;
  }
}
@media screen and (max-width: 680px) {
  .gdpr {
    padding: 20px 0 15px;
  }
  .gdpr .container {
    grid-template-columns: 1fr 175px;
    grid-column-gap: 35px;
  }
  .gdpr p {
    grid-column: 1/-1;
    margin-bottom: 10px;
    font-size: 13px;
  }
  .gdpr p small {
    display: none;
  }
  .gdpr .container > small {
    display: block;
    font-size: 12px;
    font-weight: normal;
  }
  .btn_close {
    grid-row: 2/3;
    grid-column: 2/3;
    font-size: 13px;
  }
}
@media screen and (max-width: 400px) {
  .gdpr .container {
    grid-template-columns: 1fr 145px;
    grid-column-gap: 20px;
  }
  .btn_close {
    padding: 15px 10px;
  }
}
.contact-elem {
  position: relative;
  display: block;
  padding-left: 30px;
  line-height: 1.1em;
}
.contact-elem::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 22px;
  top: -1px;
  left: 0;
}
a.contact-elem--tel,
.contact-elem--tel a {
  white-space: nowrap;
}
header .contact-elem--tel,
footer .contact-elem--tel {
  font-size: 18px;
}
header .contact-elem::before,
footer .contact-elem::before {
  filter: invert(48%) sepia(14%) saturate(1327%) hue-rotate(279deg)
    brightness(85%) contrast(90%);
}
.contact-elem--tel::before {
  background: url("/static/img/tel.svg") center center / 95% no-repeat;
}
.contact-elem--mail::before {
  background: url("/static/img/mail.svg") center center / 100% no-repeat;
}
.contact-elem--adr::before {
  background: url("/static/img/adr.svg") center center / 100% no-repeat;
}
.contact-elem .contact-elem--none {
  padding-left: 0;
}
@media screen and (max-width: 600px) {
  .contact-elem {
    padding-left: 30px;
  }
  .contact-elem::before {
    width: 20px;
    height: 22px;
  }
}
.menu-toggle {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  display: none;
  align-items: center;
  cursor: pointer;
  padding: 0;
  margin: 0 0 0 auto;
  border: none;
  background: transparent;
}
.menu-toggle > span {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 4px;
  background: var(--white);
  color: var(--white);
}
.menu-toggle > span::before,
.menu-toggle > span::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: currentColor;
  left: 0;
}
.menu-toggle > span::before {
  top: -12px;
  transition: top 0.3s;
}
.menu-toggle > span::after {
  bottom: -12px;
  transition: bottom 0.3s;
}
.menu-toggle.is-active > span {
  background: transparent !important;
}
.menu-toggle.is-active > span::before {
  top: 0;
  transform: rotate(-45deg);
  transition:
    transform 0.3s,
    -webkit-transform 0.3s;
}
.menu-toggle.is-active > span::after {
  bottom: 0;
  transform: rotate(45deg);
  transition:
    transform 0.3s,
    -webkit-transform 0.3s;
}
@media screen and (max-width: 890px) {
  .menu-toggle {
    display: flex;
  }
}
@media screen and (max-width: 400px) {
  .menu-toggle {
    width: 40px;
    height: 40px;
  }
  .menu-toggle > span {
    height: 4px;
  }
  .menu-toggle > span::before {
    top: -12px;
  }
  .menu-toggle > span::after {
    bottom: -12px;
  }
}
@media screen and (max-width: 380px) {
  .menu-toggle {
    width: 30px;
    height: 30px;
  }
  .menu-toggle > span {
    height: 3px;
  }
  .menu-toggle > span::before {
    top: -10px;
  }
  .menu-toggle > span::after {
    bottom: -10px;
  }
}

.phones-row {
  display: flex;
  align-items: center;
  column-gap: 3px;
}
.phones-row .messenger {
  flex-shrink: 0;
}
.phones-row img {
  display: block;
}
@media screen and (max-width: 480px) {
  .phones-row {
    column-gap: 5px;
  }
}
/* header */
header {
  background: var(--white);
}
.header_content {
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  column-gap: 35px;
  row-gap: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.header_logo {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  font-size: 18px;
  line-height: 1.1;
  min-height: 85px;
  padding-left: 144px;
}
.header_logo::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 130px;
  height: 133px;
  background: url("/static/img/logo.png") center center / 100% no-repeat;
  z-index: 2;
}
.header_logo b {
  color: var(--violet);
  font-size: 1.11em;
  margin-bottom: 6px;
}
.header_logo span {
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.header_menu {
  background-color: var(--violet-text);
  color: var(--white);
  padding: 7px 0;
}
header .menu {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 5px;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (min-width: 891px) {
  header .menu {
    display: flex !important;
  }
}
header .menu > li > a {
  position: relative;
  z-index: 1;
  display: block;
  padding: 10px 25px;
  border-radius: 40px;
  text-align: center;
}
header .menu > li:hover > a,
header .menu > li.active > a {
  background-color: var(--pink);
}
.header_phones {
  display: flex;
  align-items: center;
  column-gap: 20px;
  row-gap: 10px;
  font-weight: 700;
  font-size: 18px;
}
.header_vk {
  display: flex;
  align-items: center;
  column-gap: 5px;
  font-weight: 700;
}
@media screen and (max-width: 1280px) {
  .header_content {
    column-gap: 20px;
  }
  .header_phones {
    flex-direction: column;
    align-items: flex-end;
  }
  .header_menu .container {
    padding-left: 5px;
    padding-right: 5px;
  }
  header .menu > li > a {
    padding: 10px 15px;
    line-height: 1em;
  }
}
@media screen and (max-width: 1080px) {
  .header_logo {
    font-size: 17px;
    min-height: 78px;
    padding-left: 124px;
  }
  .header_logo::before {
    width: 114px;
    height: 120px;
  }
  header .menu {
    justify-content: space-around;
  }
  header .menu > li > a {
    padding: 10px;
    font-size: 17px;
  }
}
@media screen and (max-width: 992px) {
  header .menu > li > a {
    font-size: 16px;
  }
}
@media screen and (max-width: 890px) {
  header .menu {
    display: none;
    padding: 20px 0 30px;
  }
  header .menu > li > a {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .header_logo {
    font-size: 16px;
    padding-left: 110px;
    min-height: 60px;
    grid-column: 1/-1;
  }
  .header_logo::before {
    width: 100px;
    height: 105px;
    z-index: initial;
  }
  .header_content {
    grid-template-columns: 1fr auto;
    row-gap: 5px;
    padding-bottom: 10px;
  }
  .header_phones {
    column-gap: 10px;
    flex-direction: row;
    align-items: center;
    row-gap: 8px;
    flex-wrap: wrap;
    padding-left: 110px;
  }
}
@media screen and (max-width: 600px) {
  .header_content {
    padding-left: 5px;
    padding-right: 5px;
  }
  .header_logo {
    font-size: 15px;
    line-height: 1;
    padding-left: 100px;
    min-height: 56px;
  }
  .header_logo::before {
    width: 92px;
    height: 98px;
  }
  .header_logo b {
    margin-bottom: 2px;
  }
  .header_phones {
    padding-left: 100px;
  }
  .header_phones img {
    width: 22px;
  }
}
@media screen and (max-width: 480px) {
  .header_content {
    grid-template-columns: 100%;
    row-gap: 10px;
  }
  .header_vk {
    margin-left: 100px;
    margin-right: auto;
  }
  .header_vk img {
    width: 28px;
  }
  header .menu > li > a {
    font-size: 16px;
  }
}
@media screen and (max-width: 400px) {
  .header_phones,
  header .contact-elem--tel {
    font-size: 16px;
  }
}
/* end header */

/* footer */
footer {
  position: relative;
  background:
    url("/static/img/footer-decor.png") center top / auto no-repeat,
    #33242b;
  color: var(--white);
}
.footer {
  display: grid;
  grid-template-columns: auto 1fr 1.7fr;
  align-items: flex-start;
  column-gap: 20px;
  row-gap: 20px;
  padding-top: 30px;
  padding-bottom: 25px;
}
.footer_menu {
  grid-row: 1/3;
  grid-column: 2/3;
  width: 100%;
  max-width: 200px;
  padding-top: 10px;
  margin: 0 auto;
}
.footer_menu li {
  margin-bottom: 2px;
}
.footer_menu li a {
  display: block;
  padding: 5px 0;
}
.footer_menu li.active a,
.footer_menu li:hover a {
  text-decoration: underline;
}
.footer_contacts {
  grid-row: 1/3;
  grid-column: 3/4;
  width: 100%;
  max-width: 550px;
  padding-top: 20px;
  margin-left: auto;
}
.footer_phones {
  display: flex;
  align-items: center;
  column-gap: 20px;
  row-gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 700;
}
footer .contact-elem {
  padding-left: 35px;
}
footer .contact-elem--mail {
  margin-bottom: 35px;
}
footer .contact-elem--adr > span {
  display: block;
  margin-bottom: 20px;
}
footer .contact-elem--adr > span span {
  display: inline-block;
}
.footer_org {
  font-size: 14px;
  color: #d194b1;
  align-self: flex-end;
  margin-bottom: 15px;
}
.footer_copy {
  padding: 20px 0;
  background-color: #4a2235;
  font-weight: 300;
  font-size: 14px;
  border-radius: 30px 30px 0 0;
  color: #d194b1;
}
@media screen and (max-width: 1280px) {
  .footer {
    grid-template-columns: auto 1fr 2fr;
    row-gap: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .footer_menu li {
    margin-bottom: 0;
  }
  .footer_phones {
    margin-bottom: 20px;
  }
  footer .contact-elem--mail {
    margin-bottom: 25px;
  }
  footer .contact-elem--adr > span {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 992px) {
  .footer {
    grid-template-columns: auto 1fr;
  }
  .footer_contacts {
    grid-column: 2 / 3;
  }
  .footer_menu {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .footer_logo {
    grid-row: 1 / 3;
  }
  .footer_contacts {
    grid-row: 1 / 2;
    max-width: initial;
  }
  .footer_org br {
    display: none;
  }
  .footer_org,
  footer .contact-elem {
    padding-left: 34px;
  }
  .footer_copy {
    padding: 15px 0;
    border-radius: 20px 20px 0 0;
  }
}
@media screen and (max-width: 600px) {
  .footer {
    grid-template-columns: 100%;
  }
  .footer_logo {
    grid-row: initial;
  }
  .footer_contacts {
    grid-row: initial;
    grid-column: initial;
    padding-top: 0;
  }
}
@media screen and (max-width: 480px) {
  footer .contact-elem--adr {
    font-size: 14px;
  }
}
/* end footer */

.mainslide {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto 50px;
}
.mainslide_inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 460px;
  background: url("/static/img/mainslide_bg.jpg") center center / cover
    no-repeat;
  padding: 50px 0 40px;
}
.mainslide_inner::before,
.mainslide_inner::after {
  content: "";
  position: absolute;
  bottom: 0;
  transition: transform .5s;
}
.mainslide_inner::before {
  height: 100%;
  width: 30%;
  max-width: 530px;
  left: 0;
  background: url("/static/img/mainslide_left.png") left bottom / 100% auto
    no-repeat;
}
.mainslide_inner::after {
  height: calc(100% + 27px);
  width: 26.5%;
  max-width: 470px;
  right: 7%;
  background: url("/static/img/mainslide_right.png") right bottom / 100% auto
    no-repeat;
}
/* .mainslide_inner:hover::before {
  transform: translateX(10px);
}
.mainslide_inner:hover::after {
  transform: translateX(-10px);
} */
.mainslide_desc {
  position: relative;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1em;
  margin-bottom: -10px;
  background-image: linear-gradient(90deg, #81385a, #bf557a);
  color: transparent;
  background-clip: text;
}
.mainslide_title {
  position: relative;
  text-transform: uppercase;
  font-size: 150px;
  line-height: 100px;
  margin: 0;
  background-image: linear-gradient(-30deg, #662845, #171219);
  color: transparent;
  background-clip: text;
  z-index: 1;
}
.mainslide_sub {
  position: relative;
  font-family: var(--font-Passions);
  font-size: 200px;
  color: var(--pink);
  z-index: 1;
  line-height: 120px;
  transform: translateY(-45%);
}
.mainslide_list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 25%);
  font-weight: 700;
  margin-top: -80px;
}
.mainslide_list__elem {
  position: relative;
  display: flex;
  align-items: center;
  line-height: 1.3em;
  padding-left: 110px;
  padding-right: 5px;
  border-radius: 80px;
  min-height: 160px;
}
.mainslide_list__elem::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 104px;
  height: 90px;
}
.mainslide_list__elem--1 {
  background-color: #d0fbff;
}
.mainslide_list__elem--2 {
  background-color: #e8e4fc;
}
.mainslide_list__elem--3 {
  background-color: #ffebd6;
}
.mainslide_list__elem--4 {
  background-color: #ffeaf8;
}
.mainslide_list__elem--1::before {
  background: url("/static/img/mainslide-elem-01.png") center center / 100% auto
    no-repeat;
}
.mainslide_list__elem--2::before {
  background: url("/static/img/mainslide-elem-02.png") center center / 100% auto
    no-repeat;
}
.mainslide_list__elem--3::before {
  background: url("/static/img/mainslide-elem-03.png") center center / 100% auto
    no-repeat;
}
.mainslide_list__elem--4::before {
  background: url("/static/img/mainslide-elem-04.png") center center / 100% auto
    no-repeat;
}
.mainslide_list__elem span {
  position: relative;
}
@media screen and (max-width: 1600px) {
  .mainslide_inner::after {
    right: 0;
  }
  .mainslide_inner::before {
    width: 34%;
  }
  .mainslide_inner::after {
    width: 30%;
  }
}
@media screen and (max-width: 1280px) {
  .mainslide_inner {
    min-height: 400px;
  }
  .mainslide_inner::after {
    height: 100%;
  }
  .mainslide_title {
    font-size: 120px;
    line-height: 80px;
  }
  .mainslide_desc {
    font-size: 24px;
  }
  .mainslide_sub {
    font-size: 165px;
  }
  .mainslide_list {
    margin-top: -65px;
  }
  .mainslide_list__elem {
    padding-left: 94px;
    border-radius: 60px;
    min-height: 130px;
  }
  .mainslide_list__elem::before {
    left: 4px;
    width: 95px;
    height: 80px;
  }
}
@media screen and (max-width: 992px) {
  .mainslide_inner {
    min-height: 350px;
  }
  .mainslide_list {
    grid-template-columns: repeat(2, 49.5%);
    justify-content: space-between;
    row-gap: 10px;
    max-width: 740px;
    margin: -50px auto 0;
  }
  .mainslide_list__elem {
    padding-right: 10px;
    border-radius: 35px;
    min-height: 100px;
  }
}
@media screen and (max-width: 768px) {
  .mainslide {
    margin-bottom: 30px;
  }
  .mainslide_title {
    font-size: 100px;
    line-height: 70px;
  }
  .mainslide_desc {
    font-size: 20px;
  }
  .mainslide_sub {
    font-size: 135px;
  }
  .mainslide_list {
    margin-top: -40px;
    max-width: 600px;
  }
  .mainslide_list__elem {
    min-height: 80px;
    padding: 5px 5px 5px 80px;
    line-height: 1.1em;
    font-size: 14px;
  }
  .mainslide_list__elem::before {
    left: 2px;
    width: 80px;
    height: 70px;
  }
}
@media screen and (max-width: 480px) {
  .mainslide .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .mainslide_inner {
    min-height: 300px;
  }
  .mainslide_title {
    font-size: 80px;
    line-height: 55px;
  }
  .mainslide_desc {
    font-size: 16px;
  }
  .mainslide_sub {
    font-size: 105px;
  }
  .mainslide_list {
    grid-template-columns: 100%;
    margin-top: -30px;
  }
  .mainslide_list__elem {
    min-height: 60px;
    padding-left: 70px;
  }
  .mainslide_list__elem::before {
    width: 65px;
    height: 60px;
  }
}
.title {
  display: flex;
  align-items: center;
  justify-content: center;
}
.title_sub {
  position: relative;
  text-transform: uppercase;
  font-size: 120px;
  padding-bottom: 50px;
  margin-bottom: 10px;
  line-height: 70px;
  /* background-image: linear-gradient(-30deg, #662845, #171219); */
  background-image: linear-gradient(-30deg, var(--pink), var(--black) 75%);
  color: transparent;
  background-clip: text;
}
.title_desc {
  position: absolute;
  font-family: var(--font-Passions);
  font-size: 80px;
  color: var(--violet-text);
  text-transform: none;
  white-space: nowrap;
  left: 45%;
  bottom: 0;
  transform: translateY(-65%);
  line-height: 0.5;
}
.title--vk .title_sub {
  padding-left: 62px;
  padding-right: 62px;
}
.title--vk .title_desc {
  left: auto;
  right: 60px;
}
.title_vk {
  position: absolute;
  display: block;
  right: 0;
  bottom: 25px;
}
.title_vk img {
  display: block;
}
@media screen and (max-width: 992px) {
  .title_sub {
    font-size: 100px;
    line-height: 60px;
    padding-bottom: 45px;
  }
  .title_desc {
    font-size: 70px;
  }
  .title_vk img {
    width: 54px;
  }
}
@media screen and (max-width: 768px) {
  .title_sub {
    font-size: 90px;
    line-height: 55px;
    padding-bottom: 40px;
  }
  .title_desc {
    font-size: 55px;
  }
  .title--vk .title_sub {
    padding-right: 52px;
  }
  .title_vk img {
    width: 48px;
  }
}
@media screen and (max-width: 600px) {
  .title_sub {
    font-size: 80px;
    line-height: 50px;
    padding-bottom: 35px;
  }
  .title_desc {
    font-size: 50px;
  }
  .title--vk .title_sub {
    padding-right: 44px;
  }
  .title_vk img {
    width: 40px;
  }
}
@media screen and (max-width: 480px) {
  .title_sub {
    font-size: 75px;
    line-height: 45px;
    padding-bottom: 30px;
  }
  .title_desc {
    font-size: 45px;
    left: 50%;
    transform: translate(-50%, -65%);
  }
  .title--vk .title_sub {
    padding-right: 32px;
  }
  .title_vk img {
    width: 30px;
  }
}

.page-slide {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
.page-slide img {
  display: block;
}
@media screen and (max-width: 1280px) {
  .page-slide {
    height: 100px;
  }
  .page-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media screen and (max-width: 768px) {
  .page-slide {
    height: 80px;
  }
}
@media screen and (max-width: 480px) {
  .page-slide {
    height: 60px;
  }
}
.delivery {
  padding-top: 35px;
  padding-bottom: 100px;
}
.delivery_enter {
  position: relative;
  display: flex;
  align-items: center;
  background-color: var(--light-gray);
  font-size: 22px;
  min-height: 114px;
  padding: 20px 20px 20px 50px;
  border-radius: 20px;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 40px;
  line-height: 1em;
}
.delivery_enter__link {
  display: inline-block;
  position: relative;
  padding-right: 26px;
  color: var(--violet-text);
  border-bottom: 1px solid #cda7ba;
}
.delivery_enter__link::before {
  content: "";
  position: absolute;
  top: 6px;
  right: 6px;
  width: 12px;
  height: 12px;
  background: url("/static/img/arr-45-p.svg") center center / 100% no-repeat;
}
.delivery_list {
  padding-top: 10px;
  margin-bottom: 40px;
}
.delivery_list__elem {
  position: relative;
  padding-left: 50px;
  margin-bottom: 25px;
}
.delivery_list__elem::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
}
.delivery_list__elem--car::before {
  background: url("/static/img/delivery-elem-car.svg") center center / 100%
    no-repeat;
}
.delivery_list__elem--check::before {
  background: url("/static/img/delivery-elem-check.svg") center center / 96%
    no-repeat;
}
.delivery_list__elem--time::before {
  background: url("/static/img/delivery-elem-time.svg") center center / 100%
    no-repeat;
}
.delivery_list__elem b {
  font-weight: 700;
  text-transform: uppercase;
}
.delivery_row {
  display: grid;
  grid-template-columns: 46% 54%;
  justify-content: space-between;
  row-gap: 20px;
  margin-bottom: 35px;
}
.delivery_row__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #eef5f8;
  padding: 20px 20px 20px 45px;
  border-radius: 20px 0 0 20px;
  margin: 30px 0;
}
.delivery_row__text p {
  line-height: 1.45em;
  margin: 0;
}
.delivery_row__text p + p {
  margin-top: 25px;
}
.delivery_row__text p b {
  font-weight: 600;
  text-transform: uppercase;
}
.delivery_row__img img {
  display: block;
  border-radius: 20px;
}
.delivery_outro__sub {
  display: block;
  font-weight: 700;
  font-size: 22px;
  color: var(--violet-text);
  line-height: 1.2em;
}
@media screen and (max-width: 1280px) {
  .delivery_row__text {
    padding: 15px 10px 15px 30px;
    border-radius: 20px 0 0 20px;
    margin: 20px 0;
  }
  .delivery_row__text p + p {
    margin-top: 20px;
  }
  .delivery_row__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right center;
  }
}
@media screen and (max-width: 992px) {
  .delivery_enter {
    font-size: 20px;
    min-height: 100px;
    padding: 15px 10px 15px 30px;
    margin-top: 0px;
    margin-bottom: 30px;
  }
  .delivery_row__text p + p {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .delivery {
    padding-top: 20px;
    padding-bottom: 60px;
  }
  .delivery_row {
    grid-template-columns: 100%;
  }
  .delivery_row__text {
    padding: 25px 10px 25px 30px;
    border-radius: 15px;
    margin: 0;
  }
  .delivery_outro__sub {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  .delivery_enter {
    font-size: 18px;
    padding-left: 20px;
  }
  .delivery_list__elem {
    padding-left: 38px;
    margin-bottom: 20px;
  }
  .delivery_list__elem::before {
    width: 26px;
    height: 26px;
  }
  .delivery_row__text {
    padding-left: 20px;
  }
  .delivery_outro__sub {
    font-size: 18px;
  }
}
.mainpage_catalog {
  position: relative;
  width: 100%;
  max-width: 1400px;
  padding: 0 15px 40px;
  margin: 0 auto 85px;
}
.mainpage_catalog::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% - 35px);
  background-color: var(--light-gray);
  z-index: -1;
  border-radius: 70px;
}
.maincatalog {
  display: grid;
  grid-template-columns: repeat(2, 49%);
  justify-content: space-between;
  row-gap: 40px;
  padding-top: 5px;
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: 500;
}
.maincatalog_elem {
  position: relative;
  background-color: var(--white);
  padding: 50px 15px 40px 250px;
  border-radius: 20px;
  min-height: 278px;
}
.maincatalog_elem::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 0;
  width: 230px;
  height: 100%;
}
.maincatalog_elem--1::before {
  background: url("/static/img/maincatalog_elem_01.png") right center / 100%
    auto no-repeat;
}
.maincatalog_elem--2::before {
  background: url("/static/img/maincatalog_elem_02.png") right center / 100%
    auto no-repeat;
}
.maincatalog_elem--3::before {
  background: url("/static/img/maincatalog_elem_03.png") right center / 100%
    auto no-repeat;
}
.maincatalog_elem--4::before {
  background: url("/static/img/maincatalog_elem_04n.png") right center / 100%
    auto no-repeat;
}
.maincatalog_elem--1,
.maincatalog_elem--2 {
  min-height: 460px;
}
.maincatalog_elem__sub {
  display: block;
  color: #7f1e4c;
  font-size: 30px;
  font-weight: 700;
  line-height: 1em;
  margin-bottom: 18px;
}
.maincatalog_elem__list li {
  margin-bottom: 1px;
}
.maincatalog_elem__list a {
  display: block;
  padding: 4px 0;
  line-height: 1.5em;
  text-decoration: underline;
}
.maincatalog_elem__list a:hover {
  text-decoration: none;
}
@media screen and (max-width: 1280px) {
  .mainpage_catalog::before {
    border-radius: 45px;
  }
  .maincatalog {
    row-gap: 30px;
  }
  .maincatalog_elem__sub {
    font-size: 28px;
    margin-bottom: 15px;
  }
  .maincatalog_elem {
    padding: 35px 15px 30px 230px;
    min-height: 260px;
  }
  .maincatalog_elem::before {
    left: 10px;
    width: 220px;
  }
  .maincatalog_elem--1,
  .maincatalog_elem--2 {
    min-height: 420px;
  }
  .maincatalog_elem__list li {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 992px) {
  .mainpage_catalog {
    padding: 0 0 30px;
    margin-bottom: 50px;
  }
  .mainpage_catalog::before {
    border-radius: 30px;
  }
  .maincatalog {
    row-gap: 25px;
    margin-bottom: 25px;
  }
  .maincatalog_elem {
    padding: 25px 15px 20px 185px;
    min-height: 230px;
    font-size: 16px;
  }
  .maincatalog_elem--1,
  .maincatalog_elem--2 {
    min-height: 360px;
  }
  .maincatalog_elem::before {
    left: 5px;
    width: 180px;
  }
  .maincatalog_elem__sub {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .maincatalog {
    grid-template-columns: 100%;
  }
  .maincatalog_elem {
    padding-left: 220px;
  }
  .maincatalog_elem::before {
    left: 25px;
  }
}
@media screen and (max-width: 480px) {
  .mainpage_catalog::before {
    border-radius: 15px;
  }
  .maincatalog {
    row-gap: 20px;
    margin-bottom: 20px;
  }
  .maincatalog_elem {
    padding: 25px 10px 20px 140px;
    min-height: 150px;
    border-radius: 10px;
  }
  .maincatalog_elem--1,
  .maincatalog_elem--2 {
    min-height: 300px;
  }
  .maincatalog_elem::before {
    left: 5px;
    width: 140px;
    background-position: left top 20px;
  }
  .maincatalog_elem__sub {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .maincatalog_elem__list a {
    padding: 4px 0;
  }
}
@media screen and (max-width: 380px) {
  .maincatalog_elem {
    padding-left: 120px;
  }
  .maincatalog_elem::before {
    width: 110px;
  }
  .maincatalog_elem__sub {
    font-size: 18px;
  }
}
.slider-btn-prev,
.slider-btn-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 86px;
  height: 86px;
  border-radius: 50%;
  background:
    url("/static/img/slider-btn-next.png") center center / 24px auto no-repeat,
    #fff;
  border: 1px solid #ac6b8a;
  z-index: 2;
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 0.1s;
}
.slider-btn-prev.swiper-button-disabled,
.slider-btn-next.swiper-button-disabled {
  opacity: 0.6;
}
.slider-btn-prev:hover,
.slider-btn-next:hover {
  opacity: 1;
}
.slider-btn-prev {
  left: -44px;
  transform: translateY(-50%) scale(-1, 1);
}
.slider-btn-next {
  right: -44px;
}
@media screen and (max-width: 1360px) {
  .slider-btn-prev {
    left: -10px;
  }
  .slider-btn-next {
    right: -10px;
  }
}
@media screen and (max-width: 1280px) {
  .slider-btn-prev,
  .slider-btn-next {
    width: 78px;
    height: 78px;
  }
}
@media screen and (max-width: 992px) {
  .slider-btn-prev,
  .slider-btn-next {
    width: 68px;
    height: 68px;
    background-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .slider-btn-prev,
  .slider-btn-next {
    width: 58px;
    height: 58px;
    background-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  .slider-btn-prev,
  .slider-btn-next {
    width: 48px;
    height: 48px;
    background-size: 18px;
  }
}
.mainpage_photos {
  margin-bottom: 85px;
}
.mainpage_photos .title {
  margin-bottom: 20px;
}
.photos-gallery {
  position: relative;
}
.photos-slider {
  overflow: hidden;
}
.photos-slider img {
  display: block;
  border-radius: 15px;
  margin: 0 auto;
}
.mainpage_photos__controls {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 35px;
}
.mainpage_photos__more {
  font-size: 18px;
  font-weight: 700;
  text-decoration: underline;
}
@media screen and (max-width: 992px) {
  .mainpage_photos {
    margin-bottom: 60px;
  }
  .mainpage_photos .title {
    margin-bottom: 0;
  }
  .mainpage_photos__controls {
    padding-top: 20px;
  }
}
.page-bottom {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
.page-bottom img {
  display: block;
}
.mainpage_serts {
  background:
    url("/static/img/confetti.png") center top / 100% no-repeat,
    #f5f1ff;
  width: 100%;
  max-width: 1920px;
  padding: 90px 0 0;
  border-radius: 70px 70px 0 0;
  margin: 0 auto;
}
.mainpage_serts__content {
  margin-bottom: 90px;
}
.mainpage_serts .title_desc {
  left: 35%;
  transform: translateY(-70%);
}
.serts-gallery {
  position: relative;
  padding: 30px 0;
}
.serts-slider {
  overflow: hidden;
}
.swiper-slide a,
.swiper-slide img {
  display: block;
}
@media screen and (max-width: 1280px) {
  .mainpage_serts {
    padding: 60px 0 0;
    border-radius: 45px 45px 0 0;
  }
  .mainpage_serts__content {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 992px) {
  .mainpage_serts {
    padding: 45px 0 0;
    border-radius: 30px 30px 0 0;
  }
  .serts-gallery {
    padding: 10px 0;
  }
}
@media screen and (max-width: 480px) {
  .mainpage_serts .title_desc {
    left: 50%;
    transform: translate(-50%, -65%);
  }
}
.rubric {
  padding-top: 35px;
}
.rubric_block {
  position: relative;
  width: 100%;
  max-width: 1400px;
  padding: 0 0 80px;
  margin: 0 auto 85px;
}
.rubric_block::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% - 35px);
  background-color: var(--light-gray);
  z-index: -1;
  border-radius: 70px;
}
.rubric_block--comp::before {
  background-image: url("/static/img/rubric-comp_decor.jpg");
  background-position: right 10% bottom;
  background-size: 20% auto;
  background-repeat: no-repeat;
}
.rubric_block__list {
  display: grid;
  grid-template-columns: repeat(2, 48.5%);
  justify-content: space-between;
  row-gap: 28px;
  font-size: 22px;
  font-weight: 500;
  padding-top: 20px;
  margin-bottom: 20px;
}
.rubric_link {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 120px;
  padding: 20px 20px 20px 160px;
  background-color: var(--white);
  border-radius: 20px;
  border: 2px solid transparent;
  transition: 0.1s;
}
.rubric_link:hover {
  border-color: var(--violet-text);
  box-shadow: 0px 0px 20px 0px rgba(165, 93, 127, 0.3);
}
.rubric_link--pink:hover {
  border-color: #ebaad5;
}
.rubric_link--green:hover {
  border-color: #6bc0c8;
}
.rubric_link--yellow:hover {
  border-color: #f3b87a;
}
.rubric_link--violet:hover {
  border-color: #9a8ddb;
}
.rubric_link::before {
  content: "";
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  width: 90px;
  height: 90px;
}
@media screen and (max-width: 1280px) {
  .rubric_block::before {
    border-radius: 45px;
  }
  .rubric_block__list {
    grid-template-columns: repeat(2, 49%);
    row-gap: 20px;
  }
  .rubric_link {
    min-height: 100px;
    padding: 20px 20px 20px 125px;
  }
  .rubric_link::before {
    left: 20px;
  }
}
@media screen and (max-width: 992px) {
  .rubric_block::before {
    border-radius: 30px;
  }
  .rubric_block__list {
    padding-top: 0;
    margin-bottom: 0;
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .rubric_link {
    min-height: 80px;
    padding: 15px 10px 15px 95px;
    border-radius: 10px;
  }
  .rubric_link::before {
    left: 5px;
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 600px) {
  .rubric_block__list {
    grid-template-columns: 100%;
    row-gap: 15px;
  }
}
@media screen and (max-width: 480px) {
  .rubric_block::before {
    border-radius: 15px;
  }
  .rubric_block__list {
    font-size: 16px;
  }
}
.rubric_block--comp .rubric_link--1::before {
  background: url("/static/img/rubric-comp_01.png") center center / 68% auto
    no-repeat;
}
.rubric_block--comp .rubric_link--2::before {
  background: url("/static/img/rubric-comp_02.svg") center center / 82% auto
    no-repeat;
}
.rubric_block--comp .rubric_link--3::before {
  background: url("/static/img/rubric-comp_03.png") center center / 72% auto
    no-repeat;
}
.rubric_block--comp .rubric_link--4::before {
  background: url("/static/img/rubric-comp_04.png") center center / 90% auto
    no-repeat;
}
.rubric_block--comp .rubric_link--5::before {
  background: url("/static/img/rubric-comp_05.png") center center / 82% auto
    no-repeat;
}
.rubric_block--comp .rubric_link--6::before {
  background: url("/static/img/rubric-comp_06.svg") center center / 88% auto
    no-repeat;
}
.rubric_block--comp .rubric_link--7::before {
  background: url("/static/img/rubric-comp_07.png") center center / 88% auto
    no-repeat;
}
.contacts {
  padding-top: 35px;
}
.contacts .title {
  margin-bottom: 15px;
}
.contacts .contact-elem::before {
  filter: invert(48%) sepia(14%) saturate(1327%) hue-rotate(279deg)
    brightness(85%) contrast(90%);
}
.contacts_links {
  display: flex;
  align-items: center;
  background-color: #eef5f8;
  padding: 20px 50px;
  border-radius: 15px;
  margin-bottom: 40px;
  min-height: 115px;
}
.contacts_links__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  column-gap: 30px;
  row-gap: 10px;
  max-width: 1100px;
}
.contacts_links__slogan {
  flex: 1;
  color: var(--violet-text);
  font-style: italic;
}
.contacts_shops__list {
  display: grid;
  grid-template-columns: repeat(3, 31.5%);
  justify-content: space-between;
  row-gap: 20px;
  margin-bottom: 60px;
}
.contacts_shop {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.contacts_shop .contact-elem {
  position: relative;
  display: flex;
  align-items: center;
  flex: 1;
  padding-left: 48px;
  line-height: 1.25em;
  margin-bottom: 15px;
}
.contacts_shop .contact-elem::before {
  top: 55%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
}
.contacts_shop .contact-elem span {
  display: block;
  max-width: 275px;
}
.contacts_shop img {
  display: block;
  border-radius: 15px;
}
.contacts_map iframe {
  display: block;
}
@media screen and (max-width: 1280px) {
  .contacts_links {
    padding: 20px 30px;
  }
  .contacts_shops__list {
    grid-template-columns: repeat(3, 32%);
  }
  .contacts_links__row {
    column-gap: 20px;
  }
  .contacts_links__slogan {
    flex: initial;
  }
  .contacts_shop .contact-elem {
    padding-left: 34px;
  }
  .contacts_shop .contact-elem::before {
    width: 26px;
    height: 24px;
  }
}
@media screen and (max-width: 992px) {
  .contacts_map {
    height: 400px;
  }
  .contacts_map iframe {
    height: 100%;
  }
  .contacts_shop .contact-elem {
    font-size: 15px;
  }
  .contacts_shop .contact-elem br {
    display: none;
  }
}
@media screen and (max-width: 840px) {
  .contacts_shops__list {
    grid-template-columns: repeat(2, 49%);
    margin-bottom: 40px;
  }
  .contacts_links__row {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .contacts {
    padding-top: 20px;
  }
  .contacts .title {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 540px) {
  .contacts_shops__list {
    grid-template-columns: 100%;
    max-width: 380px;
    margin: 0 auto 30px;
  }
  .contacts_links {
    padding: 20px 10px 20px 15px;
    margin-bottom: 30px;
  }
}
.rubric_block--design .rubric_link--1::before {
  background: url("/static/img/rubric-design_01.png") center center / 80% auto
    no-repeat;
}
.rubric_block--design .rubric_link--2::before {
  background: url("/static/img/rubric-design_02.png") center center / 82% auto
    no-repeat;
}
.rubric_block--design .rubric_link--3::before {
  background: url("/static/img/rubric-design_03.png") center center / 82% auto
    no-repeat;
}
.rubric_block--design .rubric_link--4::before {
  background: url("/static/img/rubric-design_04.png") center center / 84% auto
    no-repeat;
}
.rubric_block--design .rubric_link--5::before {
  background: url("/static/img/rubric-design_05.png") center center / 78% auto
    no-repeat;
}
.rubric_block--design .rubric_link--6::before {
  background: url("/static/img/rubric-design_06.png") center center / 100% auto
    no-repeat;
}
.rubric_block--design .rubric_link--7::before {
  background: url("/static/img/rubric-design_07.png") center center / 70% auto
    no-repeat;
}
.rubric_block--design .rubric_link--8::before {
  background: url("/static/img/rubric-design_08.png") center center / 90% auto
    no-repeat;
}
.breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 14px;
  padding: 20px 0 0;
}
.breadcrumbs li {
  display: flex;
  align-items: center;
}
.breadcrumbs li::after {
  content: "-";
  display: block;
  margin: 0 3px;
}
.breadcrumbs li:last-child::after {
  display: none;
}
.breadcrumbs span {
  color: var(--violet-text);
}
.catalog {
  padding-bottom: 70px;
}
.catalog--rubric .title_desc {
  left: 55%;
}
.catalog_rubrics {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 30px;
}
.catalog_rubrics a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 25px;
  font-weight: 500;
  min-height: 44px;
  border-radius: 40px;
  background-color: var(--light-gray);
  border: 1px solid var(--violet-text);
  transition: 0.1s;
}
.catalog_rubrics a.active,
.catalog_rubrics a:hover {
  background-color: var(--violet-text);
  color: var(--white);
}
.catalog_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 13px;
  row-gap: 15px;
  padding-top: 10px;
  margin-bottom: 40px;
  font-size: 18px;
}
.catalog_list__item {
  display: flex;
  line-height: 1.1em;
}
.catalog_list__link {
  display: flex;
  flex-direction: column;
}
.catalog_list__img {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0px 0px 4px 0px rgba(165, 93, 127, 0.2);
}
.catalog_list__img img {
  display: block;
  border-radius: 20px;
  transition: transform 0.2s;
}
.catalog_list__item:hover .catalog_list__img img {
  transform: scale(1.15);
}
.catalog_list__item-text {
  display: flex;
  flex-direction: column;
  padding: 20px;
  flex: 1;
}
.catalog_list__name {
  display: block;
  margin-bottom: 8px;
}
.catalog_list__price {
  font-weight: 700;
  color: var(--violet-text);
  margin-top: auto;
}
.catalog-more {
  display: block;
  width: 100%;
  border: none;
  border-radius: 40px;
  background-color: var(--pink);
  color: var(--white);
  padding: 12px 8px;
  max-width: 165px;
  margin: 0 auto 40px;
  cursor: pointer;
}
@media screen and (max-width: 1140px) {
  .catalog_list,
  .catalog-more {
    margin-bottom: 30px;
  }
  .catalog_list__item-text {
    padding: 20px 10px 20px 15px;
  }
}
@media screen and (max-width: 992px) {
  .catalog_list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .catalog_rubrics {
    gap: 6px;
    margin-bottom: 20px;
  }
  .catalog_rubrics a {
    padding: 10px 15px;
    min-height: 40px;
  }
  .catalog_list__item-text {
    padding: 15px 5px 15px 10px;
  }
  .catalog_list__name {
    font-size: 16px;
  }
}
@media screen and (max-width: 680px) {
  .catalog_list {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 20px;
  }
  .catalog-more {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  .catalog_list__item-text {
    padding: 15px 0;
  }
}
@media screen and (max-width: 380px) {
  .catalog_list {
    grid-template-columns: 1fr;
    max-width: 300px;
    margin: 0 auto 20px;
  }
}

.item_other {
  padding-top: 40px;
}
.item_other__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 13px;
  row-gap: 15px;
  padding-top: 10px;
  margin-bottom: 30px;
  font-size: 18px;
}
.item_other__item {
  display: flex;
  line-height: 1.1em;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}
.item_other__link {
  display: flex;
  flex-direction: column;
}
.item_other__img {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0px 0px 4px 0px rgba(165, 93, 127, 0.2);
}
.item_other__img img {
  display: block;
  border-radius: 20px;
  transition: transform 0.2s;
}
.item_other__item:hover .item_other__img img {
  transform: scale(1.15);
}
.item_other__item-text {
  display: flex;
  flex-direction: column;
  padding: 15px 15px 5px;
  flex: 1;
}
.item_other__name {
  display: block;
  margin-bottom: 8px;
}
.item_other__price {
  font-weight: 700;
  color: var(--violet-text);
  margin-top: auto;
}
@media screen and (max-width: 1140px) {
  .item_other__list {
    margin-bottom: 30px;
  }
  .item_other__item-text {
    padding: 20px 10px 20px 15px;
  }
}
@media screen and (max-width: 768px) {
  .item_other__list {
    grid-template-columns: repeat(2, 1fr);
    padding-top: 0;
    margin-bottom: 20px;
  }
  .item_other__item-text {
    padding: 15px 5px 15px 10px;
  }
  .item_other__name {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .item_other__list__item-text {
    padding: 15px 0;
  }
}
@media screen and (max-width: 380px) {
  .item_other__list {
    grid-template-columns: 1fr;
    max-width: 300px;
    margin: 0 auto 20px;
  }
}
.item {
  padding-bottom: 40px;
}
.item h1,
.item h2 {
  font-family: var(--font-Geologica);
  text-align: left;
  font-weight: 700;
}
.item h1 {
  font-size: 30px;
  margin: 25px 0 20px;
}
.item h2 {
  font-size: 24px;
  margin: 0 0 25px;
}
.item_content {
  display: grid;
  grid-template-columns: 42% 55.5%;
  justify-content: space-between;
  row-gap: 25px;
  padding-top: 70px;
  margin-bottom: 40px;
}
.item_display a,
.item_display img {
  display: block;
}
.item_price {
  font-size: 24px;
  font-weight: 700;
  color: #a55d7f;
  margin-bottom: 45px;
}
.item_text__sub {
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.item_text p {
  line-height: 1.3em;
  margin-bottom: 10px;
}
.item_text b {
  font-weight: 600;
}
.item_controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 10px;
  row-gap: 10px;
  margin-bottom: 40px;
}
.item_back,
.item_more {
  display: inline-block;
  border-radius: 40px;
  font-weight: 500;
}
.item_back {
  position: relative;
  padding: 10px 25px 10px 55px;
  background-color: var(--light-gray);
}
.item_back::before {
  content: "";
  position: absolute;
  left: 22px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 15px;
  background: url("/static/img/arrow-back.svg") center center / 100% no-repeat;
}
.item_more {
  background-color: var(--pink);
  color: var(--white);
  padding: 10px 30px;
}
@media screen and (max-width: 992px) {
  .item_content {
    grid-template-columns: 45% 52%;
    padding-top: 30px;
    margin-bottom: 30px;
  }
  .item h1 {
    margin-top: 0;
    font-size: 28px;
  }
  .item_price {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 768px) {
  .item_content {
    grid-template-columns: 100%;
  }
  .item_other {
    padding-top: 20px;
  }
}
@media screen and (max-width: 480px) {
  .item h1 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .item h2 {
    font-size: 20px;
  }
  .item_price {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .item_text__sub {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .item_back {
    padding: 10px 15px 10px 40px;
  }
  .item_back::before {
    left: 12px;
  }
  .item_more {
    padding: 10px 20px;
  }
}
