/*!
 * Bootstrap Reboot v4.5.0 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

          .modal {
            display:    none;
            position:   fixed;
            z-index:    1000;
            top:        0;
            left:       0;
            height:     100%;
            width:      100%;
            background: rgba( 255, 255, 255, .8 )
                        url('../images/ajax-loader.gif')
                        50% 50%
                        no-repeat;
        }

        /* When the body has the loading class, we turn
           the scrollbar off with overflow:hidden */
        body.loading .modal {
            overflow: hidden;
        }

        /* Anytime the body has the loading class, our
           modal element will be visible */
        body.loading .modal {
            display: block;
        }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important; }

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #0056b3;
    text-decoration: underline; }

a:not([href]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):hover {
    color: inherit;
    text-decoration: none; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

[role="button"] {
  cursor: pointer; }
.btn.disabled, .btn:disabled{
    cursor: not-allowed;
}
select {
  word-wrap: normal; }
.g-recaptcha{
    position:relative;
    top: 0;
    left: 0;
    margin: 0 auto;
    display: inline-block;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), url("../fonts/roboto-regular-webfont.woff2") format("woff2"); }

@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 400;
  src: local("Roboto"), url("../fonts/roboto-italic-webfont.woff2") format("woff2"); }

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: local("Roboto"), url("../fonts/roboto-bold-webfont.woff2") format("woff2"); }

@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 700;
  src: local("Roboto"), url("../fonts/roboto-bolditalic-webfont.woff2") format("woff2"); }

@font-face {
  font-family: "IntroBoldAlt";
  font-style: bold;
  font-weight: 800;
  src: local("IntroBoldAlt"), url("../fonts/IntroBoldAlt/intro-bold-alt.woff") format("woff2"); }

@font-face {
  font-family: "Appetite";
  font-style: bold;
  font-weight: 700;
  src: local("Appetite"), url("../fonts/Appetite/appetite.woff2") format("woff2"); }

@font-face {
  font-family: "IntroCond";
  font-style: normal;
  font-weight: normal;
  src: local("IntroCond"), url("../fonts/IntroCold/introcond-alt.woff2") format("woff2"); }

@font-face {
  font-family: "IntroCondLightItalic";
  font-style: italic;
  font-weight: 300;
  src: local("IntroCondLightItalic"), url("../fonts/IntroCondLightItalic/IntroCond-LightItalic.woff2") format("woff2"); }

::-webkit-input-placeholder {
  color: #666; }

::-moz-placeholder {
  color: #666; }

:-ms-input-placeholder {
  color: #666; }

::-ms-input-placeholder {
  color: #666; }

::placeholder {
  color: #666; }

::-moz-selection {
  background-color: #c20147;
  color: #fff; }

::selection {
  background-color: #c20147;
  color: #fff; }

input, textarea {
  outline: none; }
  input:focus:required:invalid, textarea:focus:required:invalid {
    border-color: red; }
  input:required:valid, textarea:required:valid {
    border-color: green; }

body {
  font-family: IntroBoldAlt, sans-serif;
  font-size: 16px;
  min-width: 320px;
  position: relative;
  line-height: 1.65;
  overflow-x: hidden;
  color: #333; }

@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1280px; } }


.product-right-block-text {
    height: 360px;
    overflow-y: auto;
}
::-webkit-scrollbar-button{ display: none; height: 13px; -webkit-border-radius: 0px; border-radius: 0px; background-color: #AAA; }
::-webkit-scrollbar-button:hover{ background-color: #AAA; }
::-webkit-scrollbar-thumb{ background-color: #ffc3d7; }
::-webkit-scrollbar-thumb:hover{ background-color: #ffc3d7; }
::-webkit-scrollbar-track{ background-color: #fff; }
::-webkit-scrollbar-track:hover{ background-color: #fff; }
::-webkit-scrollbar{ width: 10px; }
.custom-scroll::-webkit-scrollbar{ width: 5px; }
.section__header {

  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;

}
.header__logo{
    width: 155px;
}
.header__logo img {
  width: 100%; }

.header {
  position: relative;
  padding-top: 20px;
  z-index: 2; }
  .header__logo-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .header__log-info {
    margin-left: 50px;
      color: #441500;
  }
  .header__group-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }

h1, h2, h3, h4, p {
  margin-bottom: 0; }

a {
  text-decoration: none;
  color: #fff; }
  a:hover {
    text-decoration: none;
    color: #fff; }
.composit-btn{
    display: none;
}
.header__img-group {
  position: absolute;
  top: 30%;
  right: 0;
  max-width: 900px;
  z-index: 2;}
  .header__img-group .header__img-cake {
    max-width: 800px; }
    .header__img-group .header__img-cake img {
      width: 100%; }
  .header__img-group .header__img-people {
    max-width: 350px;
    position: absolute;
    top: -20%;
    left: -10%; }
    .header__img-group .header__img-people img {
      width: 100%; }
.product-block-table img{width:16px;}
.px-100 {
  padding-left: 100px;
  padding-right: 100px; }

.header__group-btn .btn-underline {
  margin-right: 50px; }

.btn-underline {
  font-size: 24px;
  color: #c20147;
  text-decoration: none;
  position: relative; }
  .btn-underline:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: #c20147;
    height: 2px;
    width: 100%;
    -webkit-transition: .1s;
    -o-transition: .1s;
    transition: .1s; }
  .btn-underline:hover {
    color: #c20147; }
    .btn-underline:hover:before {
      opacity: 0; }

.btn-color {
  font-size: 18px;
  color: #fff;
  border-radius: 30px;
  background: #c20147;
  height: 50px;
  width: 210px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s; }
  .btn-color:hover {
    background: #db0150;
    color: #fff; }

.page-header-content {
  padding-top: 8rem;
  padding-bottom: 18rem;}

.header-content-info {
  padding-left: 18rem;
  z-index: 3;
  position: relative; }
  .header-content-info h2 {
    font-size: 120px;
    font-weight: bold;
    color: #eb5f99;
    margin-bottom: 60px; }
  .header-content-info a {
    font-size: 18px; }

.header-content-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .header-content-btn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 30px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s; }
    .header-content-btn a:hover {
      -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
              transform: scale(1.1); }

.bg-s-img {
  background-image: url("/assets/images/btn-bg-small.png");
  width: 250px;
  height: 65px; }

.bg-b-img {
  background-image: url("/assets/images/btn-bg-big.png");
  width: 560px;
  height: 65px; }

.section-bg-floating {
  position: absolute;
  width: 530px;
  right: -10%;
  z-index: 1;
  top: -20%;
  height: 800px;
  z-index: 1; }
  .bg-floating-right {
    background-image: url(/assets/images/bg-rose-right.png);
    position: absolute;
    background-position: 0px 0px;
    height: 850px;
    background-size: contain;
    width: 640px;
    background-repeat: no-repeat;
    z-index: -1; }

.section-bg-floating-left{
  position: absolute;
  width: 900px;
  left: -21%;
  z-index: 1;
  bottom: 0;
  height: 780px;
  z-index: 1; }
  .bg-floating-left {
    background-image: url(/assets/images/bg-rose-left.png);
    background-position: 0px 0px;
    height: 900px;
    background-size: contain;
    width: 1000px;
    background-repeat: no-repeat;
    z-index: -1; }

.section-catalog-bg-floating {
  position: absolute;
  width: 100%;
  z-index: 0;
  height: 100%;
  bottom: 90px;}
  .section-catalog-bg-floating .bg-floating-catalog {
    background-image: url(/assets/images/catalog-bg.png);
    height: 110%;
    background-size: contain;
    width: 110%;
    background-repeat: repeat;
    z-index: 1; }

.section__header:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 135px;
  background-image: url("/assets/images/bg-pattern.png");
  background-repeat-y: no-repeat; }

.section__filter {
  background-color: #ffe7ee;
  position: relative;
  padding-bottom: 230px; }
  .section__filter:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 135px;
    background-image: url("/assets/images/bg-pattern.png");
    background-repeat-y: no-repeat; }

.filter-row, .fl-block-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.filter-row {
  margin-bottom: 70px;
    justify-content: center;
}

.fl-block-chek h2 {
  font-size: 24px;
  color: #5e2007;
  margin-bottom: 35px; }

.filter__item {
  position: relative;
  width: 150px;
  height: 115px;
  background-size: contain;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
  text-align: center;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  margin-right: 20px; }
  .filter__item h2 {
    font-size: 18px;
    line-height: 20px; }
  .filter-row li:hover .filter__item,.filter-row li.active .filter__item {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2); }
.child-categories .filter__item {
    width: 140px;
    height: 105px;
}
.filter-row,.filter-row li{
    list-style: none;
}
.fl-block-button label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin: 0 20px 25px 0;
  height: 35px;
  width: auto;
  border: 1px solid #4d1e0b;
  border-radius: 100px;
  color: #4d1e0b;
  background-color: transparent;
  white-space: nowrap;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: background-color .2s;
  -o-transition: background-color .2s;
  transition: background-color .2s;
  padding: 0 0 0 40px; }

.fl-check {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  display: none; }

.fl-check:checked, input:checked ~ label {
  border-color: #c81b5a; }

.fl-block-item label::before {
  display: none;
  content: '';
  font-family: "Font Awesome 5 Pro";
  display: block;
  position: absolute;
  font-size: 13px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
  left: 10px;
  width: 20px;
  height: 20px;
  border: 1px solid #4d1e0b;
  border-radius: 100px;
  -webkit-transition: background-color .2s;
  -o-transition: background-color .2s;
  transition: background-color .2s; }

.fl-block-item input:checked + label::before {
  background-color: #c81b5a;
  display: block;
  content: '\f00c';
  border-color: #c81b5a; }

.fl-block-item span {
  font-size: 16px;
  line-height: 17px;
    padding-right: 10px;
}

.rs-range {
  -webkit-appearance: none;
  width: 100%;
  height: 5px;
  border-radius: 5px;
  background: #eeb6cc;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  -webkit-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s; }

.rs-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #c81b5a;
  cursor: pointer; }

.rs-range::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #c81b5a;
  cursor: pointer; }

.box-minmax {
  margin-top: 30px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 16px;
  color: #5e2007; }

.rs-label {
  position: relative;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  display: block;
  width: 48px;
  height: 30px;
  text-align: center;
  font-weight: bold;
  padding-top: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 0;
  left: attr(value);
  color: #5e2007;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  font-size: 18px; }

.section__catalog {
  background-color: #ffe7ee; }

.title {
  color: #c20147;
  font-size: 60px;
  text-align: center;
  position: relative;
  z-index: 2; }

.section__catalog .title {
  margin-bottom: 55px;
    font-family: Appetite, sans-serif;
}
.product-right-block-text ul,.product-right-block-text li{
    list-style: none;
}

.catalog__wrapper {
  position: relative; }

.catalog__item-tag span {
  font-size: 18px;
  color: #5e2007; }

.catalog__item-img {
  max-width: 350px;
  width: 100%;
  margin: 0 auto;
  position: relative; }
  .catalog__item-img > img {
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    height: 310px;
    -webkit-filter: drop-shadow(0 34px 20px rgba(0, 0, 0, 0.2));
            filter: drop-shadow(0 34px 20px rgba(0, 0, 0, 0.2));
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s; }
    .catalog__item-img > img:hover {
      -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
              transform: scale(1.1); }
  .catalog__item-img .num {
    display: block;
    max-width: 75px;
    height: 75px;
    position: absolute;
    bottom: 0; }
    .catalog__item-img .num span {
      font-size: 20px;
      text-wrap: nowrap;
      color: #fff;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
  .catalog__item-img .catalog__item-name {
      height: 75px;
      position: absolute;
      bottom: 0;
      background: url(/assets/images/image-1.png) no-repeat;
      /*-moz-background-size: 100%; !* Firefox 3.6+ *!*/
      /*-webkit-background-size: 100%; !* Safari 3.1+ и Chrome 4.0+ *!*/
      /*-o-background-size: 100%; !* Opera 9.6+ *!*/
      background-size: 100% 75px; /* Современные браузеры */
      font-size: 20px;
      line-height: 75px;
      color: #fff;
      padding: 0 20px;
  }

.catalog__item {
  margin-bottom: 90px; }
  .catalog__item h2 {
    color: #c20247;
    margin-top: 50px;
    text-align: center; }

.btn-more {
  display: block;
  text-align: center;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  position: relative;
  z-index: 2;
      display: block;
    width: 180px;
    margin: 0 auto;}
  .btn-more:hover {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1); }

.section__catalog {
  padding-bottom: 250px;
  position: relative; }
  .section__catalog:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 135px;
    background-image: url("/assets/images/bg-pattern-2.png");
    background-repeat-y: no-repeat; }

.footer {
  padding: 30px 0 40px 0;
  background-color: #ffc3d7;
  position: relative;
  z-index: 2; }
  .footer .ftr-info-block-link ul {
    padding-left: 0;
    list-style-type: none; }
    .footer .ftr-info-block-link ul li {
      list-style-type: none;
      position: relative;
      display: inline-block;
      margin-right: 45px; }
      .footer .ftr-info-block-link ul li a {
        color: #000; }
      .footer .ftr-info-block-link ul li:before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        background: #c20147;
        height: 1px;
        width: 100%;
        -webkit-transition: .1s;
        -o-transition: .1s;
        transition: .1s; }
      .footer .ftr-info-block-link ul li:hover:before {
        opacity: 0; }

.btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.btn-transparent {
  border: 1px solid #c20147;
  border-radius: 20px; }
  .btn-transparent:hover {
    background-color: #c20147;
    color: #fff; }

.studio_developer {
  color: #441500;
  font-size: 14px;
  width: 100%;
  display: block;
  text-align: right; }
  .studio_developer:hover {
    color: #441500; }

.mt-50 {
  margin-top: 50px; }

.ftr-info-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .ftr-info-block p {
    margin-right: 5rem;
    margin-top: 10px;
    display: inline-block; }

.ftr-info-block ul {
  padding-left: 0;
  list-style-type: none; }
  .ftr-info-block ul li {
    list-style-type: none;
    display: inline-block;
    margin-right: 15px;
    max-width: 50px; }
    .ftr-info-block ul li img {
      width: 100%;
      -webkit-transition: .2s;
      -o-transition: .2s;
      transition: .2s; }
      .ftr-info-block ul li img:hover {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1); }
.modal-product-card{overflow-y: auto;}
.modal .modal-dialog {
  max-width: 90%;
  margin: 4rem auto; }
  .modal .modal-dialog .modal-content {
    border: none;
    border-radius: 30px;
    background-size: cover;
    background-color: #ffe6ed; }
  .modal .modal-dialog .modal-content.style-bg {
    background-image: url("/assets/images/modal-bg.png"); }

.modal > span {
  background: #fbe2e8; }

.modal h3 {
  font-family: Appetite, sans-serif;
  margin: 40px 0 30px 0; }

.modal-header {
  border-bottom: none; }

.modal-header .close {
  position: absolute;
  top: -35px;
  right: -45px;
  background-color: #5e2007;
  width: 70px;
  height: 70px;
  opacity: 1;
  border-radius: 50%;
  text-shadow: none;
  color: #fff;
  font-size: 34px;
    transition: .3s;
}
.modal-accessories .modal-body-title h3{
    font-size:48px;
    margin: 40px 0 55px 0
}
.modal-header .close:hover{
    background-color: #c20147;
}
.product-right-block .btn-transparent{margin-bottom: 30px;}
button:focus {
  outline: none; }
  .close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
    opacity: 1;
}

.modal-body-title {
  color: #c20147;
  font-size: 48px;
  text-align: center; }

.acsessories-item {
  text-align: center; }
  .acsessories-item h2 {
    margin-bottom: 20px; }
  .acsessories-item p {
    font-size: 18px; }
small{font-size: 14px;}
.description-left-block h2 {
  font-family: IntroCond, sans-serif;
  margin-bottom: 40px;
  font-size: 30px;
  margin-top: 20px; }

.description-left-block img {
  width: 100%;
  max-width: 320px; }

.right-block-item {
  margin-bottom: 45px; }
  .right-block-item h4 {
    font-size: 20px;
    margin-bottom: 20px; }
  .right-block-item p {
    font-size: 18px;
    font-family: IntroCondLightItalic, sans-serif;
    color: #441500; }
.nav-collapse .right-block-item,.nav-collapse .right-block-item h4{
    margin-bottom: 0;
}
#order-conditions .modal-body-title h3 {
  font-size: 48px;
  margin-bottom: 50px; }

.modal-order-conditions li,.modal-how-order-conditions li {
  font-family: IntroCond, sans-serif;
  font-size: 24px;
  margin-bottom: 20px; }
.modal-how-order-conditions h3{font-size:48px;}
.modal-order-conditions ol {
  padding: 0 7rem; }

.mb-70 {
  margin-bottom: 70px; }

.modal-callback .modal-body-title h3 {
  font-size: 48px;
  margin-bottom: 40px; }
.modal-callback a{
    color: #c20147;
    border-bottom: 2px dotted  #c20147;
}
.form-control {
  border-color: #c20147;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 50px;
  border-radius: 30px;
  margin-bottom: 25px; }

.modal.modal-callback .modal-dialog {
  max-width: 700px;
    margin: 4rem auto;
}
.product-image {
  position: relative; }
  .product-image .num {
    position: absolute;
    bottom: 0;
    left: 0; }

.product-image.catalog__item-img > img:hover {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1); }

.catalog__item-img.product-image {
  max-width: 530px; }
  .catalog__item-img.product-image img {
    height: auto; }

.modal.composition-description .modal-dialog {
  max-width: 75%;
  margin: 10rem auto; }

.thumb-slider-title {
  margin-bottom: 25px; }
  .thumb-slider-title h2 {
    font-size: 18px; }

.product-thumb-slider-group {
  position: relative;
  margin-top: 40px;
  text-align: center;
  padding: 0 6rem; }
  .product-thumb-slider-group .thumb-slider-item img {
    width: 140px;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    margin: 0 auto;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s; }
    .product-thumb-slider-group .thumb-slider-item:hover img {
      -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
              transform: scale(1.1); }
  .product-thumb-slider-group .thumb-slider-item:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none; }

.btn-default:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none; }

.slider-item-desc p {
  font-size: 21px;
    font-family: IntroCond, sans-serif;
    margin-top: 20px;
    color: #e30047;
    display: inline;
    border-bottom: 1px solid #e30047;
    font-weight: 800;}
    .slider-item-desc {
    margin-top: 10px;
}

.slick-arrow {
  position: absolute;
  top: 15px; }

.prev {
  left: -40px; }

.next {
  right: -40px; }

.product-right-block .btn-transparent {
  width: 210px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 40px; }

.product-right-block h2 {
  color: #c20147;
  margin-bottom: 50px;
  font-size: 60px; }
  .product-right-block h2 small {
    font-size: 36px; }

.product-right-block-text p {
  margin: 60px 0 35px 0; }
  .product-right-block-text p a {
    color: #c20147;
    border-bottom: 2px dotted #c20147;
    }
.product-right-block-text p{
   font-size: 22px;
}
.modal-product-card .modal-body {
  padding-top: 100px;
  padding-bottom: 140px; }

.product-block-table {
  font-family: IntroCond, sans-serif;
  margin-top: 70px;
  font-family: IntroCond, sans-serif;
        height: 400px;
    overflow-y: auto;
}
.product-block-table a small{
    font-size: 16px;
    border-bottom: 1px solid #fff;
}
  .product-block-table th {
    background: #e48dac;
    border-color: #fff;
    color: #fff;
    font-size: 14px;
    font-family: IntroCond, sans-serif;
    border: 1px solid #fff;
    padding: 10px; }
  .product-block-table td {
    padding: 10px;
    background-color: #fff;
    border: 1px solid #e48dac;
    font-family: IntroCond, sans-serif;
    font-size: 16px;
      text-align: center;
  }

.product-block-table tr:first-child td{
    background: #e48dac;
    border: 1px solid #fff;
    color: #fff;
    text-align: left;
}
.product-block-table tr:first-child td:first-child{
    border-radius: 20px 0 0 0;
    border-width: 0px 1px 0px 0px;
}
.product-block-table tr:last-child td:first-child{
    border-radius: 0 0 0 20px;
    border-width: 0px 1px 0px 0px;
}
.product-block-table tr:last-child td{
    border-width: 1px 1px 0px 1px;
}
.product-block-table tr td:first-child{
    border-width: 1px 1px 1px 0px;
    text-align: left;
}
.product-block-table tr td:last-child{
    border-width: 1px 0 1px 1px;
}

.product-block-table tr:last-child td:last-child{
    border-radius: 0 0 20px 0;
    border-width: 0px 0px 0px 0px;
}
.product-block-table tr:first-child td{
    border-width: 0 1px 1px 1px;
}
.product-block-table tr:first-child td:last-child{
    border-radius: 0 20px 0 0;
    border-width: 0px 0px 0px 0px;
}

.product-block-table table{border-color: transparent;}

.product-block-table td.bl-none,
.product-block-table th.bl-none {
  border-width: 0 0 1px 0; }

.product-block-table td.br-none {
  border-width: 0 0 1px 0; }

.modal-backdrop{
    background-color:rgba(255,255,255);
}
.modal-backdrop.show{opacity: .95;}

.nav-item {
    border-top: 1px solid rgb(239 206 215);
    cursor: pointer;
}
.nav-item:first-child {
    border-top: none;
}

.nav-item-inner > a {
    display: block;
}
.ul-reset{
    list-style: none;
    padding-left: 0;
    width: 95%;
}
.nav-item-inner-heading {
    position: relative;
    padding: 0.75rem;
    padding-right: 2.5rem;
    font-weight: 700;
}
.nav-item-inner-heading:focus {
    opacity: 1;
}
.nav-item-inner-heading.minus:after, .nav-item-inner-heading.plus:after {
    position: absolute;
    top: 50%;
    right: 0.75rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1rem;
    text-align: center;
    font-style: normal;
    font-size: 1rem;
    color: #e794ab;
    font-family: "Font Awesome 5 Pro";
}
.nav-item-inner-heading.minus:after {
    content: "\f068";
}
.nav-item-inner-heading.plus:after {
    content: "\f067";
}

.nav-sub-list {
    display: none;
    font-size: 0.8rem;
    overflow: hidden;
}

.nav-sub-list-inner {
    padding: 0 0.75rem 0.75rem;
}

.nav-sub-item {
    padding-left: 0.75rem;
    margin-top: 0.375rem;
}
.nav-sub-item:first-child {
    margin-top: 0;
    font-style: italic;
}

div.ui-slider{
    height: 5px;
    background: #eeb6cc;
    border: none;
}
.ui-slider-horizontal .ui-slider-range{
    background: #eeb6cc;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
    background: #c81b5a!important;
    border: none!important;
    border-radius: 50%;
    cursor: pointer!important;
}
.ui-slider-handle:focus{
    border-radius: 50%;
    border: none!important;
    outline: none;
}
.ui-slider-horizontal .ui-slider-handle {
    top: -.4em!important;
}
.btn-color:focus{
    box-shadow: none;
}
.fl-block-range input{
    background: transparent;
    border: none;
    width: 35px;
}
.range-left{
    position: absolute;
    top: -30px;
    left: -15px
}
.range-left span{
    display: inline;
    margin-left: -5px;
}
.range-right{
    position: absolute;
    right: -25px;
    top: -30px;
}
.range-right span{
    display: inline;
    margin-left: -5px;

}
.fl-block-range{
    position: relative;
    margin-top: 60px;
}
.catalog__item .comp-name span{
    color: #c20247;
    margin-top: 0;
    font-size: 20px;
    display: inline-block;
}
.comp-name{
    text-align: center;
    margin-top: 50px;
}
.fl-block-range .btn-color{
    width: 150px;
    height: 40px;
}



@media only screen and (max-width: 1480px) {
  .btn-underline {
    font-size: 18px; }
  .header__log-info h2 {
    font-size: 24px; }
  .header__log-info h4 {
    font-size: 20px; }
  .header-content-info a {
    font-size: 16px; } }

@media only screen and (max-width: 1400px) {
  .px-100 {
    padding-right: 15px;
    padding-left: 15px; }
  .header-content-info {
    padding-left: 13rem; }
  .header__img-group .header__img-cake {
    max-width: 630px; }
  .page-header-content {
    padding-top: 1rem;
    position: relative;
    z-index: 2; }
  .header__img-group .header__img-people {
    max-width: 280px; }
  .header-content-info h2 {
    font-size: 100px;
    line-height: 100px; } }

@media only screen and (max-width: 1200px) {
  .header__log-info {
    display: none; }
    .section-bg-floating-left,.section-bg-floating{display: none;}
}

@media only screen and (max-width: 992px) {
  .header__img-group .header__img-cake {
    max-width: 450px; }
  .header__img-group .header__img-people {
    max-width: 190px; }
  .header__group-btn .btn-underline {
    margin-right: 25px; }
  .page-header-content {
    padding-top: 5rem; }
  .header-content-info {
    padding-left: 1rem; }
  .section-bg-floating {
    display: none; }
    .modal-header .close{top: 0;right: 0;}
    .product-block-table{overflow-x: scroll;}
    .product-right-block h2{font-size: 38px;
    margin-top: 40px;}

}

@media only screen and (max-width: 786px) {
  .header__group-btn.hidden-md {
    display: none; }
  .fl-block.fl-block-chek {
    margin-bottom: 40px; }
  .filter-row, .fl-block-button {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .modal.modal-callback .modal-dialog{max-width: 90%;}
    .product-thumb-slider-group{padding: 0 15px;}
    .product-right-block-text .bg-b-img{
        background-image: url(/assets/images/btn-bg-small.png);
        width: 249px;
        height: 65px;
        font-size: 14px;
        padding: 0 43px;
        background-size: cover;
        margin-top:20px;
    }
    .block-weight{
        padding: 0 25px;
    }
    .composit-btn{
        display: inline-block;
        margin-top: 10px;
        margin-right: 0!important;
        font-size:16px;
    }
    .btn-color{margin: 0 auto;}
    .ds-none{display: none}
    .header__group-btn{display:block;text-align: center}
    .modal-how-order-conditions h3, #order-conditions .modal-body-title h3{font-size:32px;}
}

@media only screen and (max-width: 580px) {
  .header-content-info h2 {
    font-size: 58px;
    line-height: 60px; }
  .header-content-btn {
    display: block; }
  .header-content-info a.bg-b-img {
    width: 320px;
    font-size: 14px; }
  .ftr-info-block {
    display: block;
    text-align: center; }
  .btn-wrap .btn-transparent {
    margin: 20px auto; }
  .ftr-info-block p {
    display: block;
    margin-right: 0; }
  .ftr-info-block ul {
    margin-top: 20px; }
  .catalog__item h2 {
    margin-top: 20px; }
  .footer .ftr-info-block-link ul li {
    margin-right: 10px; }
  .footer .ftr-info-block-link ul {
    text-align: center; }
  .mt-50 {
    margin-top: 15px; }
  .title {
    font-size: 38px; }
  .filter__item h2 {
    font-size: 14px; }
  .filter__item {
    width: 120px;
    height: 79px; }
  .header-content-info h2 {
    margin-bottom: 420px; }
  .btn-color {
    height: 40px;
    font-size: 14px; }
  .header-content-info {
    padding-left: 0; }
    .modal-order-conditions ol{
        padding: 0 15px;
    }
    .header-content-btn .bg-b-img{display: none;}
    .btn-color {width:175px;}
    .modal-how-order-conditions h3, #order-conditions .modal-body-title h3{
        font-size:24px;
    }
}
@media only screen and (max-width: 480px){
    .btn-color{
        width:140px;
    }
    html body .bvi-body[data-bvi-theme=white] * a.bvi-panel-close{top:-7px!important;}
}
@media only screen and (max-width: 380px){
    .bvi-open{
        right:20px!important;
    }
}

.bvi-body .section__header,.bvi-body .section__filter,.bvi-body .footer,.bvi-body .catalog__item-img img, .bvi-body .bg-floating-catalog,
.bvi-body .catalog__item-tag img,.bvi-body .btn-more,.bvi-body .section__catalog:before,.bvi-body .thumb-slider-item img,.bvi-body .product-block-table tr:first-child td,.bvi-body .product-block-table td img,
.bvi-body .composition-description img{
    filter: grayscale(1);
}
html body .bvi-body[data-bvi-theme=white] .plus:after,html body .bvi-body[data-bvi-theme=white] .minus:after{color:#fff!important;}
.bvi-body .section__catalog {
    background-color: #ededed;
}
.bvi-body .header__log-info,.bvi-body .fl-block-chek,.bvi-body .ftr-info-block-link,.bvi-body .ftr-info-block,html body .bvi-body[data-bvi-theme=white] * a.btn-underline{background:#000!important;}
.bvi-body .header-content-info h2{font-size:40px;background:#000;}
.bvi-body .modal .modal-dialog .modal-content{background:#323232;}
html body .bvi-body[data-bvi-theme=white] * .catalog__wrapper a span{color:#000!important;}
html body .bvi-body[data-bvi-theme=white] * .catalog__wrapper a:hover span{color:#fff!important;}
.bvi-body .fl-block-chek,.bvi-body .block-weight,.bvi-body .ftr-info-block{padding: 15px;}
html body .bvi-body[data-bvi-size="16"] * .filter__item h2, html body .bvi-body[data-bvi-size="16"] * .filter__item h2 * {
    font-size: 20px !important;
}
html body .bvi-body[data-bvi-theme=white] * a.bg-s-img,html body .bvi-body[data-bvi-theme=white] * a.bg-b-img{background-color:#000!important;background-image: none;}
.bvi-body .catalog__item-img{padding-top:15px;}
html body .bvi-body[data-bvi-font-family=arial] *:not(i):not(span){font-family: IntroBoldAlt, sans-serif!important;}
html body .bvi-body[data-bvi-theme=white] * a.bvi-panel-close{position:absolute;top:20px;background:#000!important;right:30px;z-index:2;}
html body .bvi-body[data-bvi-theme=white] * a.btn-color{background-color:#000!important;}

.bvi-open{color: #c20147;font-size:20px;position:absolute;right:30px;z-index:2;}
.bvi-open:hover{color:#c20147;}
html body .bvi-body[data-bvi-theme=white] *:before{color:#fff!important;}
html body .bvi-body[data-bvi-theme=white]{z-index:1045;position:relative;}
html body .bvi-body[data-bvi-theme=white] * .product-block-table td{color:#000!important;}
html body .bvi-body[data-bvi-theme=white] * .product-block-table tr:first-child td{color:#fff!important;}
.section__catalog h2.title{
    display:inline-block;
}
html .bvi-body .section__catalog h2.title{
    background:#000;
}
.modal-open .modal-stack{
    display:none;
}

.ftr-info-block a{
    color:#333;
}
