@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,400;0,700;1,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700;800&display=swap');
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
/*!
 * Bootstrap Grid v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}
*, *::before, *::after {
  box-sizing: inherit;
}
.container {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 820px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1350px) {
  .container {
    max-width: 1160px;
  }
}
.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 820px;
  }
}
@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}
@media (min-width: 1350px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1160px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col, .no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}
.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}
.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}
.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}
.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}
.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}
.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}
.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  order: -1;
}
.order-last {
  order: 13;
}
.order-0 {
  order: 0;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
.order-5 {
  order: 5;
}
.order-6 {
  order: 6;
}
.order-7 {
  order: 7;
}
.order-8 {
  order: 8;
}
.order-9 {
  order: 9;
}
.order-10 {
  order: 10;
}
.order-11 {
  order: 11;
}
.order-12 {
  order: 12;
}
.offset-1 {
  margin-left: 8.3333333333%;
}
.offset-2 {
  margin-left: 16.6666666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.3333333333%;
}
.offset-5 {
  margin-left: 41.6666666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.3333333333%;
}
.offset-8 {
  margin-left: 66.6666666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.3333333333%;
}
.offset-11 {
  margin-left: 91.6666666667%;
}
@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1350px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1350px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1350px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.m-0 {
  margin: 0 !important;
}
.mt-0, .my-0 {
  margin-top: 0 !important;
}
.mr-0, .mx-0 {
  margin-right: 0 !important;
}
.mb-0, .my-0 {
  margin-bottom: 0 !important;
}
.ml-0, .mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 1rem !important;
}
.mt-1, .my-1 {
  margin-top: 1rem !important;
}
.mr-1, .mx-1 {
  margin-right: 1rem !important;
}
.mb-1, .my-1 {
  margin-bottom: 1rem !important;
}
.ml-1, .mx-1 {
  margin-left: 1rem !important;
}
.m-2 {
  margin: 2rem !important;
}
.mt-2, .my-2 {
  margin-top: 2rem !important;
}
.mr-2, .mx-2 {
  margin-right: 2rem !important;
}
.mb-2, .my-2 {
  margin-bottom: 2rem !important;
}
.ml-2, .mx-2 {
  margin-left: 2rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3, .my-3 {
  margin-top: 1rem !important;
}
.mr-3, .mx-3 {
  margin-right: 1rem !important;
}
.mb-3, .my-3 {
  margin-bottom: 1rem !important;
}
.ml-3, .mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4, .my-4 {
  margin-top: 1.5rem !important;
}
.mr-4, .mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4, .my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4, .mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5, .my-5 {
  margin-top: 3rem !important;
}
.mr-5, .mx-5 {
  margin-right: 3rem !important;
}
.mb-5, .my-5 {
  margin-bottom: 3rem !important;
}
.ml-5, .mx-5 {
  margin-left: 3rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0, .py-0 {
  padding-top: 0 !important;
}
.pr-0, .px-0 {
  padding-right: 0 !important;
}
.pb-0, .py-0 {
  padding-bottom: 0 !important;
}
.pl-0, .px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 1rem !important;
}
.pt-1, .py-1 {
  padding-top: 1rem !important;
}
.pr-1, .px-1 {
  padding-right: 1rem !important;
}
.pb-1, .py-1 {
  padding-bottom: 1rem !important;
}
.pl-1, .px-1 {
  padding-left: 1rem !important;
}
.p-2 {
  padding: 2rem !important;
}
.pt-2, .py-2 {
  padding-top: 2rem !important;
}
.pr-2, .px-2 {
  padding-right: 2rem !important;
}
.pb-2, .py-2 {
  padding-bottom: 2rem !important;
}
.pl-2, .px-2 {
  padding-left: 2rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3, .py-3 {
  padding-top: 1rem !important;
}
.pr-3, .px-3 {
  padding-right: 1rem !important;
}
.pb-3, .py-3 {
  padding-bottom: 1rem !important;
}
.pl-3, .px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4, .py-4 {
  padding-top: 1.5rem !important;
}
.pr-4, .px-4 {
  padding-right: 1.5rem !important;
}
.pb-4, .py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4, .px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5, .py-5 {
  padding-top: 3rem !important;
}
.pr-5, .px-5 {
  padding-right: 3rem !important;
}
.pb-5, .py-5 {
  padding-bottom: 3rem !important;
}
.pl-5, .px-5 {
  padding-left: 3rem !important;
}
.m-n1 {
  margin: -1rem !important;
}
.mt-n1, .my-n1 {
  margin-top: -1rem !important;
}
.mr-n1, .mx-n1 {
  margin-right: -1rem !important;
}
.mb-n1, .my-n1 {
  margin-bottom: -1rem !important;
}
.ml-n1, .mx-n1 {
  margin-left: -1rem !important;
}
.m-n2 {
  margin: -2rem !important;
}
.mt-n2, .my-n2 {
  margin-top: -2rem !important;
}
.mr-n2, .mx-n2 {
  margin-right: -2rem !important;
}
.mb-n2, .my-n2 {
  margin-bottom: -2rem !important;
}
.ml-n2, .mx-n2 {
  margin-left: -2rem !important;
}
.m-n3 {
  margin: -1rem !important;
}
.mt-n3, .my-n3 {
  margin-top: -1rem !important;
}
.mr-n3, .mx-n3 {
  margin-right: -1rem !important;
}
.mb-n3, .my-n3 {
  margin-bottom: -1rem !important;
}
.ml-n3, .mx-n3 {
  margin-left: -1rem !important;
}
.m-n4 {
  margin: -1.5rem !important;
}
.mt-n4, .my-n4 {
  margin-top: -1.5rem !important;
}
.mr-n4, .mx-n4 {
  margin-right: -1.5rem !important;
}
.mb-n4, .my-n4 {
  margin-bottom: -1.5rem !important;
}
.ml-n4, .mx-n4 {
  margin-left: -1.5rem !important;
}
.m-n5 {
  margin: -3rem !important;
}
.mt-n5, .my-n5 {
  margin-top: -3rem !important;
}
.mr-n5, .mx-n5 {
  margin-right: -3rem !important;
}
.mb-n5, .my-n5 {
  margin-bottom: -3rem !important;
}
.ml-n5, .mx-n5 {
  margin-left: -3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto, .my-auto {
  margin-top: auto !important;
}
.mr-auto, .mx-auto {
  margin-right: auto !important;
}
.mb-auto, .my-auto {
  margin-bottom: auto !important;
}
.ml-auto, .mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0, .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0, .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0, .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0, .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 1rem !important;
  }
  .mt-sm-1, .my-sm-1 {
    margin-top: 1rem !important;
  }
  .mr-sm-1, .mx-sm-1 {
    margin-right: 1rem !important;
  }
  .mb-sm-1, .my-sm-1 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-1, .mx-sm-1 {
    margin-left: 1rem !important;
  }
  .m-sm-2 {
    margin: 2rem !important;
  }
  .mt-sm-2, .my-sm-2 {
    margin-top: 2rem !important;
  }
  .mr-sm-2, .mx-sm-2 {
    margin-right: 2rem !important;
  }
  .mb-sm-2, .my-sm-2 {
    margin-bottom: 2rem !important;
  }
  .ml-sm-2, .mx-sm-2 {
    margin-left: 2rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3, .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3, .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3, .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3, .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4, .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4, .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4, .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4, .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5, .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5, .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5, .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5, .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0, .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0, .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0, .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0, .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 1rem !important;
  }
  .pt-sm-1, .py-sm-1 {
    padding-top: 1rem !important;
  }
  .pr-sm-1, .px-sm-1 {
    padding-right: 1rem !important;
  }
  .pb-sm-1, .py-sm-1 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-1, .px-sm-1 {
    padding-left: 1rem !important;
  }
  .p-sm-2 {
    padding: 2rem !important;
  }
  .pt-sm-2, .py-sm-2 {
    padding-top: 2rem !important;
  }
  .pr-sm-2, .px-sm-2 {
    padding-right: 2rem !important;
  }
  .pb-sm-2, .py-sm-2 {
    padding-bottom: 2rem !important;
  }
  .pl-sm-2, .px-sm-2 {
    padding-left: 2rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3, .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3, .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3, .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3, .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4, .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4, .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4, .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4, .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5, .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5, .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5, .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5, .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -1rem !important;
  }
  .mt-sm-n1, .my-sm-n1 {
    margin-top: -1rem !important;
  }
  .mr-sm-n1, .mx-sm-n1 {
    margin-right: -1rem !important;
  }
  .mb-sm-n1, .my-sm-n1 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n1, .mx-sm-n1 {
    margin-left: -1rem !important;
  }
  .m-sm-n2 {
    margin: -2rem !important;
  }
  .mt-sm-n2, .my-sm-n2 {
    margin-top: -2rem !important;
  }
  .mr-sm-n2, .mx-sm-n2 {
    margin-right: -2rem !important;
  }
  .mb-sm-n2, .my-sm-n2 {
    margin-bottom: -2rem !important;
  }
  .ml-sm-n2, .mx-sm-n2 {
    margin-left: -2rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3, .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3, .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3, .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3, .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4, .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4, .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4, .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4, .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5, .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5, .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5, .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5, .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto, .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto, .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto, .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto, .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0, .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0, .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0, .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0, .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 1rem !important;
  }
  .mt-md-1, .my-md-1 {
    margin-top: 1rem !important;
  }
  .mr-md-1, .mx-md-1 {
    margin-right: 1rem !important;
  }
  .mb-md-1, .my-md-1 {
    margin-bottom: 1rem !important;
  }
  .ml-md-1, .mx-md-1 {
    margin-left: 1rem !important;
  }
  .m-md-2 {
    margin: 2rem !important;
  }
  .mt-md-2, .my-md-2 {
    margin-top: 2rem !important;
  }
  .mr-md-2, .mx-md-2 {
    margin-right: 2rem !important;
  }
  .mb-md-2, .my-md-2 {
    margin-bottom: 2rem !important;
  }
  .ml-md-2, .mx-md-2 {
    margin-left: 2rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3, .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3, .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3, .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3, .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4, .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4, .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4, .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4, .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5, .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5, .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5, .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5, .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0, .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0, .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0, .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0, .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 1rem !important;
  }
  .pt-md-1, .py-md-1 {
    padding-top: 1rem !important;
  }
  .pr-md-1, .px-md-1 {
    padding-right: 1rem !important;
  }
  .pb-md-1, .py-md-1 {
    padding-bottom: 1rem !important;
  }
  .pl-md-1, .px-md-1 {
    padding-left: 1rem !important;
  }
  .p-md-2 {
    padding: 2rem !important;
  }
  .pt-md-2, .py-md-2 {
    padding-top: 2rem !important;
  }
  .pr-md-2, .px-md-2 {
    padding-right: 2rem !important;
  }
  .pb-md-2, .py-md-2 {
    padding-bottom: 2rem !important;
  }
  .pl-md-2, .px-md-2 {
    padding-left: 2rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3, .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3, .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3, .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3, .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4, .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4, .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4, .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4, .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5, .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5, .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5, .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5, .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -1rem !important;
  }
  .mt-md-n1, .my-md-n1 {
    margin-top: -1rem !important;
  }
  .mr-md-n1, .mx-md-n1 {
    margin-right: -1rem !important;
  }
  .mb-md-n1, .my-md-n1 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n1, .mx-md-n1 {
    margin-left: -1rem !important;
  }
  .m-md-n2 {
    margin: -2rem !important;
  }
  .mt-md-n2, .my-md-n2 {
    margin-top: -2rem !important;
  }
  .mr-md-n2, .mx-md-n2 {
    margin-right: -2rem !important;
  }
  .mb-md-n2, .my-md-n2 {
    margin-bottom: -2rem !important;
  }
  .ml-md-n2, .mx-md-n2 {
    margin-left: -2rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3, .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3, .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3, .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3, .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4, .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4, .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4, .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4, .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5, .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5, .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5, .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5, .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto, .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto, .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto, .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto, .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0, .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0, .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0, .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0, .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 1rem !important;
  }
  .mt-lg-1, .my-lg-1 {
    margin-top: 1rem !important;
  }
  .mr-lg-1, .mx-lg-1 {
    margin-right: 1rem !important;
  }
  .mb-lg-1, .my-lg-1 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-1, .mx-lg-1 {
    margin-left: 1rem !important;
  }
  .m-lg-2 {
    margin: 2rem !important;
  }
  .mt-lg-2, .my-lg-2 {
    margin-top: 2rem !important;
  }
  .mr-lg-2, .mx-lg-2 {
    margin-right: 2rem !important;
  }
  .mb-lg-2, .my-lg-2 {
    margin-bottom: 2rem !important;
  }
  .ml-lg-2, .mx-lg-2 {
    margin-left: 2rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3, .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3, .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3, .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3, .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4, .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4, .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4, .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4, .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5, .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5, .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5, .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5, .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0, .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0, .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0, .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0, .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 1rem !important;
  }
  .pt-lg-1, .py-lg-1 {
    padding-top: 1rem !important;
  }
  .pr-lg-1, .px-lg-1 {
    padding-right: 1rem !important;
  }
  .pb-lg-1, .py-lg-1 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-1, .px-lg-1 {
    padding-left: 1rem !important;
  }
  .p-lg-2 {
    padding: 2rem !important;
  }
  .pt-lg-2, .py-lg-2 {
    padding-top: 2rem !important;
  }
  .pr-lg-2, .px-lg-2 {
    padding-right: 2rem !important;
  }
  .pb-lg-2, .py-lg-2 {
    padding-bottom: 2rem !important;
  }
  .pl-lg-2, .px-lg-2 {
    padding-left: 2rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3, .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3, .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3, .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3, .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4, .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4, .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4, .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4, .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5, .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5, .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5, .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5, .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -1rem !important;
  }
  .mt-lg-n1, .my-lg-n1 {
    margin-top: -1rem !important;
  }
  .mr-lg-n1, .mx-lg-n1 {
    margin-right: -1rem !important;
  }
  .mb-lg-n1, .my-lg-n1 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n1, .mx-lg-n1 {
    margin-left: -1rem !important;
  }
  .m-lg-n2 {
    margin: -2rem !important;
  }
  .mt-lg-n2, .my-lg-n2 {
    margin-top: -2rem !important;
  }
  .mr-lg-n2, .mx-lg-n2 {
    margin-right: -2rem !important;
  }
  .mb-lg-n2, .my-lg-n2 {
    margin-bottom: -2rem !important;
  }
  .ml-lg-n2, .mx-lg-n2 {
    margin-left: -2rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3, .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3, .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3, .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3, .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4, .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4, .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4, .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4, .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5, .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5, .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5, .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5, .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto, .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto, .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto, .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto, .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1350px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0, .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0, .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0, .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0, .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 1rem !important;
  }
  .mt-xl-1, .my-xl-1 {
    margin-top: 1rem !important;
  }
  .mr-xl-1, .mx-xl-1 {
    margin-right: 1rem !important;
  }
  .mb-xl-1, .my-xl-1 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-1, .mx-xl-1 {
    margin-left: 1rem !important;
  }
  .m-xl-2 {
    margin: 2rem !important;
  }
  .mt-xl-2, .my-xl-2 {
    margin-top: 2rem !important;
  }
  .mr-xl-2, .mx-xl-2 {
    margin-right: 2rem !important;
  }
  .mb-xl-2, .my-xl-2 {
    margin-bottom: 2rem !important;
  }
  .ml-xl-2, .mx-xl-2 {
    margin-left: 2rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3, .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3, .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3, .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3, .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4, .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4, .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4, .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4, .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5, .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5, .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5, .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5, .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0, .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0, .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0, .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0, .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 1rem !important;
  }
  .pt-xl-1, .py-xl-1 {
    padding-top: 1rem !important;
  }
  .pr-xl-1, .px-xl-1 {
    padding-right: 1rem !important;
  }
  .pb-xl-1, .py-xl-1 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-1, .px-xl-1 {
    padding-left: 1rem !important;
  }
  .p-xl-2 {
    padding: 2rem !important;
  }
  .pt-xl-2, .py-xl-2 {
    padding-top: 2rem !important;
  }
  .pr-xl-2, .px-xl-2 {
    padding-right: 2rem !important;
  }
  .pb-xl-2, .py-xl-2 {
    padding-bottom: 2rem !important;
  }
  .pl-xl-2, .px-xl-2 {
    padding-left: 2rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3, .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3, .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3, .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3, .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4, .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4, .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4, .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4, .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5, .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5, .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5, .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5, .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -1rem !important;
  }
  .mt-xl-n1, .my-xl-n1 {
    margin-top: -1rem !important;
  }
  .mr-xl-n1, .mx-xl-n1 {
    margin-right: -1rem !important;
  }
  .mb-xl-n1, .my-xl-n1 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n1, .mx-xl-n1 {
    margin-left: -1rem !important;
  }
  .m-xl-n2 {
    margin: -2rem !important;
  }
  .mt-xl-n2, .my-xl-n2 {
    margin-top: -2rem !important;
  }
  .mr-xl-n2, .mx-xl-n2 {
    margin-right: -2rem !important;
  }
  .mb-xl-n2, .my-xl-n2 {
    margin-bottom: -2rem !important;
  }
  .ml-xl-n2, .mx-xl-n2 {
    margin-left: -2rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3, .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3, .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3, .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3, .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4, .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4, .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4, .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4, .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5, .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5, .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5, .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5, .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto, .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto, .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto, .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto, .mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}
.text-justify {
  text-align: justify !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1350px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.font-weight-light {
  font-weight: 300 !important;
}
.font-weight-lighter {
  font-weight: lighter !important;
}
.font-weight-normal {
  font-weight: 400 !important;
}
.font-weight-bold {
  font-weight: 700 !important;
}
.font-weight-bolder {
  font-weight: bolder !important;
}
.font-italic {
  font-style: italic !important;
}
.text-white {
  color: #fff !important;
}
.text-primary {
  color: #007bff !important;
}
a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important;
}
.text-secondary {
  color: #6c757d !important;
}
a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}
.text-success {
  color: #28a745 !important;
}
a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}
.text-info {
  color: #17a2b8 !important;
}
a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}
.text-warning {
  color: #ffc107 !important;
}
a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}
.text-danger {
  color: #dc3545 !important;
}
a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}
.text-light {
  color: #f8f9fa !important;
}
a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}
.text-dark {
  color: #343a40 !important;
}
a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}
.text-body {
  color: #212529 !important;
}
.text-muted {
  color: #6c757d !important;
}
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}
.text-reset {
  color: inherit !important;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mh-100 {
  max-height: 100% !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.vw-100 {
  width: 100vw !important;
}
.vh-100 {
  height: 100vh !important;
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: sticky !important;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
@keyframes circleAction {
  0%, 100% {
    border-radius: 64% 56% 47% 73% / 55% 58% 62% 65%;
  }
  25% {
    border-radius: 73% 47% 46% 58% / 73% 56% 64% 47%;
  }
  50% {
    border-radius: 28% 72% 64% 56% / 49% 60% 60% 51%;
  }
  75% {
    border-radius: 40% 60% 70% 50% / 47% 62% 58% 53%;
  }
}
@keyframes fade {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
.tilda {
  position: relative;
}
.tilda::before, .tilda::after {
  content: "~";
  font-family: "Cormorant";
  font-style: italic;
  font-weight: bold;
  font-size: 10rem;
  line-height: 0;
  letter-spacing: -0.02em;
  color: #d09c61;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .tilda::before, .tilda::after {
    font-size: 4rem;
  }
}
/* Указываем box sizing */
*, *::before, *::after {
  box-sizing: border-box !important;
  background: none;
  border: none;
  box-shadow: none;
  outline: none;
  padding: 0;
  margin: 0;
  text-decoration: none;
}
/* Убираем внешние отступы */
body, h1, h2, h3, h4, p, ul, ol, li, figure, figcaption, blockquote, dl, dd {
  margin: 0;
}
/* Выставляем основные настройки по-умолчанию для body */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  background: #fff;
}
/* Удаляем стандартную стилизацию для всех ul и il, у которых есть атрибут class*/
ul[class], ol[class] {
  list-style: none;
}
/* Элементы a, у которых нет класса, сбрасываем до дефолтных стилей */
a:not([class]) {
  text-decoration-skip-ink: auto;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
/* Упрощаем работу с изображениями */
img {
  display: block;
  width: 100%;
  height: auto;
}
/* Указываем понятную периодичность в потоке данных у article*/
article > * + * {
  margin-top: 1em;
}
/* Наследуем шрифты для инпутов и кнопок */
input, button, textarea, select {
  font: inherit;
}
/* Удаляем все анимации и переходы для людей, которые предпочитай их не использовать */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
a, button {
  cursor: pointer;
}
html {
  font-size: 10px;
}
@media (max-width: 767px) {
  html {
    font-size: 10px;
  }
}
body {
  font-family: "Noto Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 22px;
  color: #444547;
}
p {
  letter-spacing: 0.06em;
}
.title {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 7.5rem;
  line-height: 65px;
}
@media (max-width: 767px) {
  .title {
    font-size: 3rem;
    line-height: 30px;
  }
}
.title_color {
  color: #d09c61;
}
.title_cursive {
  font-family: "Cormorant";
  font-style: italic;
  font-weight: bold;
  font-size: 10rem;
  line-height: 100px;
  color: #d09c61;
  letter-spacing: -0.02em;
}
@media (max-width: 767px) {
  .title_cursive {
    font-size: 4rem;
    line-height: 30px;
  }
}
.title_cursive_dark {
  color: #444547;
}
.section + .section {
  padding-top: 120px;
}
.overflow-hidden {
  overflow: hidden !important;
}
.quote {
  display: flex;
  font-family: "Cormorant";
  font-style: italic;
  font-weight: bold;
  font-size: 4rem;
  line-height: 50px;
  color: #fff;
}
@media (max-width: 767px) {
  .quote {
    flex-direction: column;
  }
}
.quote_dark {
  color: #444547;
}
.quote::before {
  content: "“";
  font-size: 20rem;
  line-height: 100px;
  -webkit-text-stroke: 1px #d09c61;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-right: 40px;
}
@media (max-width: 767px) {
  .quote::before {
    line-height: 0;
  }
}
.my-container {
  width: 100%;
  max-width: 1000px;
  padding: 0 20px;
  margin: 0 auto;
}
.js-select {
  position: relative;
}
.js-select-button {
  outline: none;
  cursor: pointer;
}
.js-select-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}
.preview-screen {
  height: 700px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-image: url("../themes/tochkamolochka/assets/images/preview-img.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: -200px 0;
  overflow: hidden;
  animation: preview-bg 25s 0.5s linear infinite;
  z-index: 2;
}
@media (max-width: 576px) {
  .preview-screen {
    height: 580px;
  }
}
.preview-screen::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #444547;
  mix-blend-mode: lighten;
  z-index: 1;
}
.preview-screen.is-closed {
  animation: preview-hide 0.5s linear forwards;
}
@media (max-width: 991px) {
  .preview-screen__title {
    font-size: 6rem;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  .preview-screen__title {
    font-size: 4rem;
  }
}
@media (max-width: 576px) {
  .preview-screen__title {
    font-size: 3rem;
    line-height: 40px;
  }
}
.preview-screen__border {
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: auto;
  transform: translateY(50%);
}
.preview-screen__bg {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  animation: preview-bg 2s forwards;
}
.preview-screen__description {
  z-index: 1;
  padding-bottom: 50px;
}
.preview-screen__subtitle {
  color: #ffffff;
  font-family: "Cormorant";
  font-style: italic;
  font-weight: bold;
  font-size: 3rem;
  line-height: 40px;
}
@media (max-width: 767px) {
  .preview-screen__subtitle {
    font-size: 2rem;
    text-align: center;
  }
}
.preview-screen__subtitle::after {
  content: "~";
  top: 25%;
  margin-left: 20px;
}
@media (max-width: 767px) {
  .preview-screen__subtitle::after {
    display: none;
  }
}
.preview-screen__subtitle::before {
  display: none;
}
.preview-screen__row {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .preview-screen__row {
    flex-direction: column;
  }
}
.preview-screen__row h2 + h2 {
  padding-left: 20px;
}
@media (max-width: 767px) {
  .preview-screen__row h2 + h2 {
    padding-left: 0;
  }
}
.preview-screen__row_margin {
  margin: -30px 0 0 40px;
}
@media (max-width: 1349px) {
  .preview-screen__row_margin {
    margin: -30px 0 0 0;
  }
}
@media (max-width: 991px) {
  .preview-screen__row_margin {
    margin: 0 0 0 0;
  }
}
.preview-screen__line-left {
  position: absolute;
  left: 0;
}
@media (max-width: 767px) {
  .preview-screen__line-left {
    display: none;
  }
}
.preview-screen__line-left-path {
  stroke-dasharray: 1580;
  stroke-dashoffset: 1580;
  animation: preview-line_left 2s 1s ease-in forwards;
}
.preview-screen__line-left_mobile {
  position: absolute;
  left: 0;
  top: 20%;
  transform: translateX(-35%);
  display: none;
}
@media (max-width: 991px) {
  .preview-screen__line-left_mobile {
    display: block;
  }
}
@media (max-width: 576px) {
  .preview-screen__line-left_mobile {
    transform: translateX(-70%);
  }
}
.preview-screen__line-left_mobile-path {
  stroke-dasharray: 700;
  stroke-dashoffset: 700;
  animation: preview-line_left_mobile 2s 1s ease-in forwards;
}
.preview-screen__line-right {
  position: absolute;
  right: 0;
  bottom: 90px;
}
@media (max-width: 767px) {
  .preview-screen__line-right {
    display: none;
  }
}
.preview-screen__line-right-path {
  stroke-dasharray: 1240;
  stroke-dashoffset: 1240;
  animation: preview-line_right 2s 3s ease-out forwards;
}
.preview-screen__line-right_mobile {
  position: absolute;
  right: 0;
  bottom: 30%;
  transform: translateX(45%);
  display: none;
}
@media (max-width: 991px) {
  .preview-screen__line-right_mobile {
    display: block;
  }
}
@media (max-width: 576px) {
  .preview-screen__line-right_mobile {
    transform: translateX(75%);
  }
}
.preview-screen__line-right_mobile-path {
  stroke-dasharray: 510;
  stroke-dashoffset: 510;
  animation: preview-line_right_mobile 2s 1s ease-in forwards;
}
@keyframes preview-hide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes preview-bg {
  0% {
    background-position: -200px 0;
  }
  50% {
    background-position: -250px -50px;
  }
  100% {
    background-position: -200px 0;
  }
}
@keyframes preview-line_left {
  0% {
    stroke-dashoffset: 1580;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes preview-line_left_mobile {
  0% {
    stroke-dashoffset: 700;
  }
  100% {
    stroke-dashoffset: 1400;
  }
}
@keyframes preview-line_right {
  0% {
    stroke-dashoffset: 1240;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes preview-line_right_mobile {
  0% {
    stroke-dashoffset: 510;
  }
  100% {
    stroke-dashoffset: 1020;
  }
}
.main-slider {
  opacity: 0;
  animation: main-slider-visible 0.2s 6.5s ease-out forwards;
  height: 715px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .main-slider {
    height: initial;
  }
}
@media (max-width: 991px) {
  .main-slider br {
    display: none;
  }
}
.main-slider__line {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
@media (max-width: 991px) {
  .main-slider__line {
    top: -40%;
    opacity: 0.75;
  }
}
.main-slider__line-path {
  stroke-dasharray: 12545;
  stroke-dashoffset: 12545;
  transition: stroke-dashoffset 3s linear;
}
.main-slider__nav {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  display: none;
  align-items: center;
}
@media (max-width: 991px) {
  .main-slider__nav {
    display: flex;
  }
}
.main-slider #path-1 {
  stroke-dasharray: 2405;
  stroke-dashoffset: 2405;
}
.main-slider .swiper-slide-active #path-1 {
  animation: first-line 10s ease-in forwards;
}
.main-slider #smetana-1, .main-slider #smetana-4 {
  top: -50px;
  left: 25px;
}
.main-slider #smetana-2, .main-slider #smetana-3 {
  top: -50px;
  left: 140px;
}
.main-slider #smetana-2 img, .main-slider #smetana-3 img {
  transform: rotate(45deg);
}
.main-slider #cheese-1 {
  margin: 0 -65px 0 0;
  max-width: 562px;
}
@media (max-width: 991px) {
  .main-slider #cheese-1 {
    max-width: 100%;
    width: auto;
  }
}
@media (max-width: 767px) {
  .main-slider #cheese-1 {
    max-width: 100%;
    height: auto;
  }
}
.main-slider #cheese-2 {
  margin: 0 0 -80px -75px;
}
@media (max-width: 991px) {
  .main-slider #cheese-2 {
    max-width: 100%;
    width: auto;
  }
}
@media (max-width: 767px) {
  .main-slider #cheese-2 {
    max-width: 100%;
    height: auto;
  }
}
@media (max-width: 991px) {
  .main-slider #cheese-3 {
    max-width: 100%;
    width: auto;
  }
}
@media (max-width: 767px) {
  .main-slider #cheese-3 {
    max-width: 100%;
    height: auto;
  }
}
.main-slider #cheese-4 {
  margin: 0 0 -200px 0;
}
@media (max-width: 991px) {
  .main-slider #cheese-4 {
    max-width: 100%;
    width: auto;
  }
}
@media (max-width: 767px) {
  .main-slider #cheese-4 {
    max-width: 100%;
    height: auto;
  }
}
@media (max-width: 991px) {
  .main-slider__cheese {
    margin: 0 auto !important;
    height: 345px;
    width: auto;
  }
}
.main-slider__smetana {
  position: absolute;
  max-width: 180px;
  z-index: 3;
}
@media (max-width: 575px) {
  .main-slider__smetana {
    max-width: 110px;
  }
}
.main-slider__priz {
  position: absolute;
  max-width: 110px;
  z-index: 3;
  right: 80px;
  bottom: 0;
}
@media (max-width: 575px) {
  .main-slider__priz {
    max-width: 80px;
    right: 40px;
  }
}
.main-slider-container {
  height: 100%;
}
.main-slider__slide {
  padding: 138px 0 0;
  overflow: hidden;
  transition: background 0.7s 0.2s;
  height: 100%;
}
.main-slider__slide:nth-of-type(5), .main-slider__slide:nth-of-type(6) {
  display: none;
}
@media (max-width: 991px) {
  .main-slider__slide:nth-of-type(5), .main-slider__slide:nth-of-type(6) {
    display: block;
  }
}
@media (max-width: 991px) {
  .main-slider__slide {
    padding: 138px 0 125px 0;
  }
}
@media (max-width: 767px) {
  .main-slider__slide {
    padding: 138px 0 125px 0;
  }
}
@media (max-width: 575px) {
  .main-slider__slide {
    padding: 138px 0 70px 0;
  }
}
.main-slider__slide-border {
  bottom: -75px;
  left: 0;
  position: absolute;
  width: 100%;
  height: auto;
  z-index: 1;
}
@media (max-width: 1260px) {
  .main-slider__slide-border {
    bottom: -1px;
  }
}
.main-slider__title {
  line-height: 70px;
  margin-left: -28px;
}
@media (max-width: 1260px) {
  .main-slider__title {
    line-height: 50px;
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  .main-slider__title {
    margin: 0 0 0 55px;
    font-size: 7.5rem;
    line-height: 65px;
  }
}
@media (max-width: 767px) {
  .main-slider__title {
    font-size: 4rem;
    line-height: 30px;
    margin: 0 0 0 20px;
  }
}
@media (max-width: 575px) {
  .main-slider__title {
    font-size: 3rem;
    line-height: 30px;
  }
}
.main-slider__title::after {
  display: none;
}
.main-slider__title::before {
  left: -60px;
}
@media (max-width: 767px) {
  .main-slider__title::before {
    left: -20px;
  }
}
.main-slider__title_cursive {
  line-height: 81px;
  margin: 7px 0 0 -96px;
}
@media (max-width: 1260px) {
  .main-slider__title_cursive {
    line-height: 50px;
    font-size: 60px;
  }
}
@media (max-width: 991px) {
  .main-slider__title_cursive {
    margin: 0;
    font-size: 10rem;
    line-height: 100px;
  }
}
@media (max-width: 767px) {
  .main-slider__title_cursive {
    font-size: 4rem;
    line-height: 30px;
  }
}
.main-slider__article {
  padding-top: 82px;
}
@media (max-width: 1260px) {
  .main-slider__article {
    padding-top: 40px;
    max-width: 575px;
  }
}
.main-slider__article-text + .main-slider__article-text {
  padding-top: 20px;
}
.main-slider__article-list + .main-slider__article-list {
  padding-top: 20px;
}
.main-slider__article-title {
  color: #d09c61;
}
.main-slider__article-bold {
  font-family: "Noto Sans";
  font-weight: 700;
}
.main-slider__article-ul {
  padding-left: 60px;
}
.main-slider .swiper-pagination {
  flex-direction: column;
  display: flex;
  bottom: initial;
  top: 50%;
  transform: translate(-100%, -50%);
  left: 100%;
  padding: 0 40px;
  align-items: flex-end;
  width: min-content;
}
@media (max-width: 991px) {
  .main-slider .swiper-pagination {
    display: none;
  }
}
.main-slider__prefix {
  font-weight: 800;
  font-size: 28px;
  line-height: 30px;
  margin-left: 5px;
  white-space: nowrap;
}
@media (max-width: 1260px) {
  .main-slider__prefix {
    font-size: 22px;
    line-height: 16px;
  }
}
@media (max-width: 575px) {
  .main-slider__prefix {
    font-size: 14px;
    line-height: 18px;
  }
}
.main-slider__prefix_italy {
  font-size: 40px;
}
@media (max-width: 1260px) {
  .main-slider__prefix_italy {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .main-slider__prefix_italy {
    font-size: 26px;
  }
}
@media (max-width: 575px) {
  .main-slider__prefix_italy {
    font-size: 20px;
  }
}
.circle {
  border-radius: 64% 56% 47% 73% / 55% 58% 62% 65%;
  width: 60px;
  height: 60px;
  background: transparent;
  border: 1px solid #d09c61;
  overflow: hidden;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  position: relative;
  cursor: pointer;
  opacity: 1;
}
.circle__wave {
  animation: waveAction 5s infinite ease-in-out;
  width: 120px;
  height: 120px;
  fill: #d09c61;
}
.circle__fill {
  transform: translate(0, 60px);
  animation: none;
}
.circle__wrapper {
  position: relative;
  margin: 10px 0 !important;
  cursor: default !important;
  width: 60px;
  height: 60px;
  background: transparent;
  opacity: 1;
}
.circle__num {
  font-family: "Noto Sans";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  color: #444547;
  font-size: 1.4rem;
  letter-spacing: 0.06em;
}
.circle__drop {
  width: 30px;
  height: 30px;
  background: #d09c61;
  border-radius: 50%;
  display: none;
  position: absolute;
}
.circle__drop_mini {
  height: 10px;
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
.circle__drop_drop {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
.circle__drop-container {
  position: absolute;
  width: 100%;
  height: 140px;
  top: 0;
  left: 0;
  overflow: hidden;
}
.swiper-pagination-bullet-active .circle__fill {
  transform: translate(0, -5px);
}
.current .circle__drop {
  display: inline-block;
}
.current .circle__drop_drop {
  animation: drop 2.5s ease-in 5 forwards;
}
.last .circle__drop {
  display: none;
}
.current .circle__fill {
  transform: translate(0, -5px);
  animation-play-state: running;
  animation: fillActionReverse 13s 0.5s linear forwards;
}
.next .circle__fill {
  animation-play-state: running;
  animation: fillAction 12s 0.5s linear forwards;
}
.pause .circle__fill {
  animation-play-state: paused;
}
.caciotta-switcher {
  position: absolute;
  top: 40%;
  left: 60%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
@media (max-width: 1349px) {
  .caciotta-switcher {
    width: 110px;
    top: 50%;
  }
}
.caciotta-switcher__btn {
  cursor: pointer;
}
.caciotta-switcher__btn:hover .caciotta-switcher__path, .caciotta-switcher__btn.active .caciotta-switcher__path {
  fill: #e4f2ea;
}
.caciotta-switcher__path {
  fill: #ffffff;
  transition: fill 0.2s;
}
@keyframes fillAction {
  0% {
    transform: translate(0, 60px);
  }
  100% {
    transform: translate(0, -5px);
  }
}
@keyframes fillActionReverse {
  0% {
    transform: translate(0, -5px);
  }
  100% {
    transform: translate(0, 60px);
  }
}
@keyframes waveAction {
  0% {
    transform: translate(-150px, 0);
  }
  50% {
    transform: translate(-5px, 0);
  }
  100% {
    transform: translate(-150px, 0);
  }
}
@keyframes drop {
  0% {
    top: 0;
    transform: translateX(-50%) scale(0);
  }
  25% {
    transform: translateX(-50%) scale(0.2);
  }
  75% {
    transform: translateX(-50%) scale(1);
    top: 50px;
  }
  100% {
    top: 200px;
  }
}
@keyframes main-slider-visible {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes first-line {
  0% {
    stroke-dashoffset: 2405;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
.products {
  overflow: hidden;
  padding: 120px 0;
  margin: -15px 0 -120px;
  position: relative;
}
@media (max-width: 768px) {
  .products {
    padding: 50px 0 120px !important;
  }
}
.products-slider {
  overflow: initial;
}
@media (max-width: 767px) {
  .products-slider {
    padding: 0 150px;
    margin-left: -150px;
  }
}
@media (max-width: 575px) {
  .products-slider {
    padding: 0 50px;
    margin-left: -50px;
  }
}
.products__title {
  margin-left: -20px;
  letter-spacing: 0.02em;
}
@media (max-width: 1349px) {
  .products__title {
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  .products__title {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .products__title {
    margin-bottom: 20px;
    padding-left: 25px;
  }
}
.products__title::before, .products__title::after {
  display: none;
}
@media (max-width: 767px) {
  .products__title::before {
    display: block;
    left: 0px;
  }
}
@media (max-width: 1354px) {
  .products__title-wrapper {
    margin: 0 35px 0 -35px;
  }
}
@media (max-width: 991px) {
  .products__title-wrapper {
    margin: 0;
  }
}
.products__title-cursive {
  margin-left: -60px;
  display: inline-block;
}
@media (max-width: 1349px) {
  .products__title-cursive {
    margin-left: 0;
  }
}
.products__title-cursive::before {
  right: -60px;
}
@media (max-width: 767px) {
  .products__title-cursive::before {
    display: none;
  }
}
.products__title-cursive::after {
  display: none;
}
.products__header {
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .products__header {
    padding-bottom: 60px;
  }
}
.products__progress {
  position: absolute;
  top: 50%;
  left: -50px;
  z-index: 2;
}
@media (max-width: 1349px) {
  .products__progress {
    width: 100%;
    left: 0;
  }
}
@media (max-width: 767px) {
  .products__progress {
    display: none;
  }
}
.products__progress-bar {
  stroke-dasharray: 1260;
  transition: stroke-dashoffset 1s;
}
.products__mobile-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-top: 150px;
}
.products__mobile-nav .slider-count {
  display: none;
}
@media (max-width: 575px) {
  .products__mobile-nav .slider-count {
    display: flex;
  }
}
@media (max-width: 991px) {
  .products__mobile-nav .slider-button-next {
    margin-left: 40px;
  }
}
@media (max-width: 575px) {
  .products__mobile-nav .slider-button-next {
    margin-left: 0;
  }
}
@media (max-width: 575px) {
  .products__mobile-nav {
    padding-top: 75px;
  }
}
@media (max-width: 375px) {
  .products__mobile-nav {
    padding-top: 50px;
  }
}
.fatucci {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 767px) {
  .fatucci {
    margin-top: 120px;
  }
  .fatucci.section {
    padding-top: 0;
  }
}
.fatucci-inner {
  background: url("../themes/tochkamolochka/assets/images/fatucci/fatucci-bg.png") top no-repeat;
  height: 100%;
  padding: 180px 0 230px 0;
  position: relative;
}
@media (max-width: 1349px) {
  .fatucci-inner {
    background-size: 100% 100%;
    margin: 0 20px;
    padding: 80px 0 230px 0;
  }
}
@media (max-width: 767px) {
  .fatucci-inner {
    background: url("../themes/tochkamolochka/assets/images/fatucci/fatucci-bg_mobile.png") top no-repeat;
    background-size: 100% 100%;
    padding: 105px 0 230px 0;
  }
}
@media (max-width: 375px) {
  .fatucci-inner {
    padding: 105px 0 125px 0;
  }
}
.fatucci__img {
  max-width: 400px;
  margin-right: 55px;
  position: relative;
}
@media (max-width: 991px) {
  .fatucci__img {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .fatucci__img {
    max-width: 175px;
  }
}
@media (max-width: 575px) {
  .fatucci__img {
    max-width: 150px;
  }
}
@media (max-width: 375px) {
  .fatucci__img {
    max-width: 110px;
  }
}
.fatucci__subtitle {
  font-family: "Cormorant";
  font-style: italic;
  font-weight: bold;
  font-size: 4rem;
  line-height: 50px;
}
@media (max-width: 767px) {
  .fatucci__subtitle {
    font-size: 2.6rem;
    line-height: 30px;
  }
}
.fatucci__subtitle-mini {
  font-weight: 800;
  font-size: 2rem;
  line-height: 30px;
  padding-left: 26px;
}
.fatucci__subtitle-mini::after {
  display: none;
}
.fatucci__subtitle-mini::before {
  left: 0;
  top: 12px;
  font-size: 4rem;
  line-height: 50px;
}
.fatucci__subtitle-wrapper {
  padding: 65px 0 40px;
}
@media (max-width: 767px) {
  .fatucci__subtitle-wrapper {
    padding: 0;
  }
}
@media (max-width: 575px) {
  .fatucci__subtitle-wrapper {
    padding: 0 0 20px;
    width: 100%;
  }
}
@media (max-width: 375px) {
  .fatucci__subtitle-wrapper {
    padding: 0 0 20px;
    width: initial;
  }
}
.fatucci__title {
  position: relative;
}
@media (max-width: 375px) {
  .fatucci__title {
    line-height: 40px;
  }
}
.fatucci__title_margin {
  margin-left: 50px;
}
@media (max-width: 991px) {
  .fatucci__title_margin {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .fatucci__title_margin {
    margin-left: 20px;
  }
}
.fatucci__title-wrapper {
  padding-bottom: 15px;
}
@media (max-width: 375px) {
  .fatucci__title-wrapper {
    padding-bottom: 0;
    margin: 0px 0 -38px -32px;
  }
}
.fatucci__video-row {
  padding-top: 60px;
}
@media (max-width: 375px) {
  .fatucci__video-row {
    padding-top: 72px;
  }
}
.fatucci__video-button {
  cursor: pointer;
  position: relative;
  z-index: 2;
}
.fatucci__video-button:hover ~ .fatucci__video-svg-path:nth-of-type(13) {
  animation: fade 0.5s infinite;
}
.fatucci__video-button:hover ~ .fatucci__video-svg-path:nth-of-type(12) {
  animation: fade 0.5s 0.2s infinite;
}
.fatucci__video-button:hover ~ .fatucci__video-svg-path:nth-of-type(11) {
  animation: fade 0.5s 0.4s infinite;
}
.fatucci__video-button:hover ~ .fatucci__video-svg-path:nth-of-type(10) {
  animation: fade 0.5s 0.6s infinite;
}
.fatucci__video-button:hover ~ .fatucci__video-svg-path:nth-of-type(9) {
  animation: fade 0.5s 0.8s infinite;
}
.fatucci__video-button:hover ~ .fatucci__video-svg-path:nth-of-type(8) {
  animation: fade 0.5s 1s infinite;
}
.fatucci__video-button:hover ~ .fatucci__video-svg-path:nth-of-type(7) {
  animation: fade 0.5s 1.2s infinite;
}
.fatucci__video-button:hover ~ .fatucci__video-svg-path:nth-of-type(6) {
  animation: fade 0.5s 1.4s infinite;
}
.fatucci__video-button:hover ~ .fatucci__video-svg-path:nth-of-type(5) {
  animation: fade 0.5s 1.6s infinite;
}
.fatucci__video-button:hover ~ .fatucci__video-svg-path:nth-of-type(4) {
  animation: fade 0.5s 1.8s infinite;
}
.fatucci__video-button:hover ~ .fatucci__video-svg-path:nth-of-type(3) {
  animation: fade 0.5s 2s infinite;
}
.fatucci__video-button:hover ~ .fatucci__video-svg-path:nth-of-type(2) {
  animation: fade 0.5s 2.2s infinite;
}
.fatucci__video-button:hover ~ .fatucci__video-svg-path:nth-of-type(1) {
  animation: fade 0.5s 2.4s infinite;
}
.fatucci__video-svg-path {
  opacity: 0;
}
.fatucci__video-wrapper {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .fatucci__video-wrapper {
    margin-top: 20px;
    max-width: 300px;
  }
}
@media (max-width: 1349px) {
  .fatucci__video-wrapper svg {
    width: 100%;
    height: auto;
  }
}
.fatucci__video-quote {
  position: absolute;
  top: 99px;
  right: 64px;
}
@media (max-width: 1349px) {
  .fatucci__video-quote {
    top: 60px;
    right: 15px;
  }
}
@media (max-width: 991px) {
  .fatucci__video-quote {
    top: 0px;
  }
}
@media (max-width: 767px) {
  .fatucci__video-quote {
    right: -80px;
  }
}
@media (max-width: 575px) {
  .fatucci__video-quote {
    right: -5px;
  }
}
@media (max-width: 375px) {
  .fatucci__video-quote {
    top: auto;
    bottom: -50px;
    right: 30px;
  }
}
.fatucci__video-quote-span {
  font-size: 1.4rem;
  line-height: 24px;
  letter-spacing: 0.06em;
}
.fatucci__video-quote-wrapper {
  display: flex;
  flex-direction: column;
}
.fatucci__video-quote-text {
  font-family: "Cormorant";
  font-style: italic;
  font-weight: bold;
  font-size: 4rem;
  line-height: 42px;
}
@media (max-width: 575px) {
  .fatucci__video-quote-text {
    font-size: 2.6rem;
    line-height: 27px;
  }
}
.fatucci__video-quote-text_margin {
  margin-left: 25px;
}
@media (max-width: 575px) {
  .fatucci__video-quote-text_margin {
    margin-left: 20px;
  }
}
.fatucci__video-button:hover + .fatucci__video-pulse .fatucci__video-pulse-path:nth-of-type(12) {
  animation: fade 0.5s infinite;
}
.fatucci__video-button:hover + .fatucci__video-pulse .fatucci__video-pulse-path:nth-of-type(11) {
  animation: fade 0.5s 0.2s infinite;
}
.fatucci__video-button:hover + .fatucci__video-pulse .fatucci__video-pulse-path:nth-of-type(10) {
  animation: fade 0.5s 0.4s infinite;
}
.fatucci__video-button:hover + .fatucci__video-pulse .fatucci__video-pulse-path:nth-of-type(9) {
  animation: fade 0.5s 0.6s infinite;
}
.fatucci__video-button:hover + .fatucci__video-pulse .fatucci__video-pulse-path:nth-of-type(8) {
  animation: fade 0.5s 0.8s infinite;
}
.fatucci__video-button:hover + .fatucci__video-pulse .fatucci__video-pulse-path:nth-of-type(7) {
  animation: fade 0.5s 1s infinite;
}
.fatucci__video-button:hover + .fatucci__video-pulse .fatucci__video-pulse-path:nth-of-type(6) {
  animation: fade 0.5s 1.2s infinite;
}
.fatucci__video-button:hover + .fatucci__video-pulse .fatucci__video-pulse-path:nth-of-type(5) {
  animation: fade 0.5s 1.4s infinite;
}
.fatucci__video-button:hover + .fatucci__video-pulse .fatucci__video-pulse-path:nth-of-type(4) {
  animation: fade 0.5s 1.6s infinite;
}
.fatucci__video-button:hover + .fatucci__video-pulse .fatucci__video-pulse-path:nth-of-type(3) {
  animation: fade 0.5s 1.8s infinite;
}
.fatucci__video-button:hover + .fatucci__video-pulse .fatucci__video-pulse-path:nth-of-type(2) {
  animation: fade 0.5s 2s infinite;
}
.fatucci__video-button:hover + .fatucci__video-pulse .fatucci__video-pulse-path:nth-of-type(1) {
  animation: fade 0.5s 2.4s infinite;
}
.fatucci__video-pulse {
  position: absolute;
  width: 100%;
  height: auto;
}
.fatucci__video-pulse-path {
  opacity: 0;
}
.fatucci__article {
  padding: 5px 0 60px;
  max-width: 360px;
  font-size: 1.4rem;
  line-height: 24px;
}
@media (max-width: 991px) {
  .fatucci__article {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .fatucci__article {
    font-size: 1.2rem;
    line-height: 22px;
    max-width: 100%;
  }
}
.fatucci__text + .fatucci__text {
  padding-top: 25px;
}
.fatucci__svg {
  position: absolute;
  left: 50%;
  top: 59%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media (max-width: 991px) {
  .fatucci__svg {
    width: 100%;
    height: auto;
    padding: 0 20px;
    top: 50%;
  }
}
@media (max-width: 767px) {
  .fatucci__svg {
    width: initial;
    top: 50%;
    height: 100%;
  }
}
.fatucci__quote {
  position: relative;
  margin-right: -200px;
  z-index: 2;
}
@media (max-width: 991px) {
  .fatucci__quote {
    margin: 40px 0 0 0;
  }
}
@media (max-width: 575px) {
  .fatucci__quote {
    margin: 75px 0 0 0;
  }
}
@media (max-width: 375px) {
  .fatucci__quote {
    margin: 150px 0 0 0;
  }
}
.recipes {
  margin: -225px 0 0;
  overflow: hidden;
}
@media (max-width: 575px) {
  .recipes {
    overflow: initial;
  }
}
.recipes.section {
  padding-top: 0;
}
.recipes__video-svg {
  width: 100%;
  height: auto;
}
.recipes__inner {
  padding: 100px 0;
  height: 100%;
  position: relative;
}
@media (max-width: 575px) {
  .recipes__inner {
    padding: 12px 0 12px;
    margin-top: 100px;
  }
}
.recipes__wrapper {
  background: #f1e8e0;
  height: 100%;
  padding: 245px 0 0;
}
@media (max-width: 767px) {
  .recipes__wrapper {
    padding: 195px 0 0;
  }
}
.recipes__top, .recipes__bottom {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 575px) {
  .recipes__top, .recipes__bottom {
    width: 100%;
    height: auto;
  }
}
.recipes__top {
  transform: translateX(-50%) rotate(180deg);
  top: 0;
}
@media (max-width: 767px) {
  .recipes__description {
    padding-top: 25px;
  }
}
.recipes__bottom {
  transform: translateX(-50%);
  bottom: 0;
}
.recipes__title {
  margin: 0 -50px 0 40px;
}
@media (max-width: 767px) {
  .recipes__title {
    margin: 5px 0 0 30px;
  }
}
.recipes__tilda::before {
  left: -50px;
}
@media (max-width: 767px) {
  .recipes__tilda::before {
    left: -30px;
  }
}
.recipes__tilda::after {
  display: none;
}
.recipes-slider {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .recipes-slider {
    padding-top: 20px;
  }
}
.recipes-tabs {
  margin-top: 60px;
  overflow: initial;
}
@media (max-width: 991px) {
  .recipes-tabs {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .recipes-tabs {
    margin-top: 10px;
  }
}
.recipes-tab {
  opacity: 0 !important;
}
.recipes-tab.swiper-slide-active {
  opacity: 1 !important;
}
@media (max-width: 767px) {
  .recipes-tab__col-margin {
    padding-bottom: 40px;
  }
}
.recipes-thumbs {
  overflow: initial;
}
@media (max-width: 575px) {
  .recipes-thumbs {
    padding: 0 75px;
    margin-left: -75px;
  }
}
.recipes-thumbs__wrapper {
  margin: 0 -20px;
  padding: 0 20px;
}
@media (max-width: 575px) {
  .recipes-thumbs__wrapper {
    overflow: hidden;
  }
}
.recipes__slide {
  color: #444547;
  text-align: left;
  display: flex;
  flex-direction: column;
}
.recipes__slide-hover {
  position: relative;
  z-index: -1;
  width: 100%;
  height: auto;
}
.recipes__slide-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .recipes__slide-header {
    padding-bottom: 10px;
  }
}
.recipes__slide-text {
  padding-bottom: 10px;
  font-size: 1.4rem;
  line-height: 24px;
}
@media (max-width: 767px) {
  .recipes__slide-text {
    font-size: 1.2rem;
    line-height: 22px;
  }
}
.recipes__slide-img {
  max-width: 100px;
}
@media (max-width: 767px) {
  .recipes__slide-img {
    max-width: 60px;
  }
}
.recipes__slide-svg {
  margin-left: 20px;
}
.recipes__slide-mask {
  stroke-dasharray: 600;
  stroke-dashoffset: 600;
  transition: stroke-dashoffset 1s ease;
}
.recipes__slide.swiper-slide-thumb-active .recipes__slide-mask, .recipes__slide:hover .recipes__slide-mask {
  stroke-dashoffset: 0;
}
@media (max-width: 767px) {
  .recipes__slide:hover .recipes__slide-mask {
    stroke-dashoffset: 600;
  }
}
@media (max-width: 767px) {
  .recipes__slide.swiper-slide-thumb-active:hover .recipes__slide-mask {
    stroke-dashoffset: 0;
  }
}
.recipes-tab__title {
  font-family: "Cormorant";
  font-style: italic;
  font-weight: bold;
  font-size: 4rem;
  line-height: 44px;
  padding-bottom: 60px;
}
@media (max-width: 991px) {
  .recipes-tab__title {
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .recipes-tab__title {
    font-size: 2.6rem;
    line-height: 30px;
    padding: 30px 0 40px;
  }
}
.recipes-tab__svg {
  width: 100%;
  height: auto;
}
.recipes-tab__options {
  font-size: 1.4rem;
  line-height: 24px;
}
.recipes-tab__options-title {
  font-weight: 800;
  color: #d09c61;
  padding-bottom: 20px;
}
@media (max-width: 991px) {
  .recipes-tab__options-title {
    padding-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .recipes-tab__options-title {
    padding-bottom: 10px;
  }
}
.recipes-tab__options-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.recipes-tab__options-row + .recipes-tab__options-row {
  padding-top: 20px;
}
@media (max-width: 991px) {
  .recipes-tab__options-row + .recipes-tab__options-row {
    padding-top: 15px;
  }
}
@media (max-width: 767px) {
  .recipes-tab__options-row + .recipes-tab__options-row {
    padding-top: 10px;
  }
}
.recipes-tab__options-name, .recipes-tab__options-num {
  background: #f1e8e0;
  position: relative;
  z-index: 1;
}
.recipes-tab__options-name {
  padding-right: 5px;
}
.recipes-tab__options-num {
  font-weight: 800;
  padding-left: 5px;
}
.recipes-tab__options-dotted {
  position: absolute;
  bottom: 5px;
  width: 100%;
  height: 100%;
  background: url("../themes/tochkamolochka/assets/images/recipes/recipes-border.png") bottom;
  background-repeat: repeat-x;
}
.recipes-tab__footer {
  font-size: 1.4rem;
  line-height: 24px;
  padding-top: 120px;
  list-style-type: none;
  counter-reset: section;
}
@media (max-width: 575px) {
  .recipes-tab__footer {
    padding-top: 42px;
    margin-bottom: -25px;
  }
}
@media (max-width: 375px) {
  .recipes-tab__footer {
    margin-bottom: -35px;
  }
}
.recipes-tab__footer-list {
  position: relative;
  height: 100%;
}
@media (max-width: 575px) {
  .recipes-tab__footer-list {
    display: flex;
    align-items: flex-start;
  }
}
.recipes-tab__footer-list::before {
  counter-increment: section;
  content: "0" counter(section);
  font-family: Cormorant;
  font-style: italic;
  font-weight: 300;
  font-size: 30rem;
  line-height: 200px;
  letter-spacing: -0.02em;
  -webkit-text-stroke: 2px #ffffff;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  white-space: nowrap;
  opacity: 0.5;
  position: absolute;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 575px) {
  .recipes-tab__footer-list::before {
    font-size: 4rem;
    line-height: 50px;
    position: static;
    margin: -20px 28px 0 0;
    transform: none;
    color: #ffffff;
    -webkit-text-fill-color: initial;
    opacity: 1;
  }
}
.recipes-tab__footer-list:nth-of-type(odd)::before {
  top: -125px;
}
.recipes-tab__footer-list:nth-of-type(even)::before {
  top: -50px;
}
@media (max-width: 991px) {
  .recipes-tab__footer-list:nth-of-type(even)::before {
    top: -125px;
  }
}
@media (max-width: 991px) {
  .recipes-tab__footer-list + .recipes-tab__footer-list + .recipes-tab__footer-list + .recipes-tab__footer-list {
    margin-top: 80px;
  }
}
@media (max-width: 575px) {
  .recipes-tab__footer-list + .recipes-tab__footer-list + .recipes-tab__footer-list + .recipes-tab__footer-list {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .recipes-tab__footer-list + .recipes-tab__footer-list + .recipes-tab__footer-list {
    margin-top: 80px;
  }
}
@media (max-width: 575px) {
  .recipes-tab__footer-list + .recipes-tab__footer-list + .recipes-tab__footer-list {
    margin-top: 40px;
  }
}
@media (max-width: 575px) {
  .recipes-tab__footer-list + .recipes-tab__footer-list {
    margin-top: 40px;
  }
}
.recipes-tab__slide-footer {
  padding-top: 60px;
}
@media (max-width: 991px) {
  .recipes-tab__slide-footer {
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  .recipes-tab__slide-footer {
    padding-top: 10px;
  }
}
.recipes-tab__slide-footer .slider-button-next {
  margin-left: 40px;
}
.recipes-tab__slide-footer .slider-count {
  display: none;
}
.recipes-tab__slide-time {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 767px) {
  .recipes-tab__slide-time {
    height: auto;
    margin-right: -15px;
    margin-top: 20px;
  }
}
.recipes-tab__slide-time + .recipes-tab__slide-time {
  margin-left: 40px;
}
@media (max-width: 992px) {
  .recipes-tab__slide-time + .recipes-tab__slide-time {
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  .recipes-tab__slide-time + .recipes-tab__slide-time {
    margin: 25px -10px 0 0px;
  }
}
.recipes-tab__slide-svg {
  height: 34px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-end;
}
.recipes-tab__slide-text {
  padding-top: 10px;
}
.andrea {
  position: relative;
}
@media (max-width: 1350px) {
  .andrea br {
    display: none;
  }
}
.andrea__line {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1349px) {
  .andrea__line {
    top: 30%;
    left: 0;
    width: 100%;
    height: auto;
    transform: none;
  }
}
@media (max-width: 767px) {
  .andrea__line {
    width: initial;
    top: 12%;
    left: 50%;
    transform: translateX(-50%);
  }
}
.andrea__subtitle {
  font-weight: 800;
  font-size: 2rem;
  line-height: 30px;
  margin-right: -100px;
}
@media (max-width: 575px) {
  .andrea__subtitle {
    margin: 10px 0 0;
    max-width: 100%;
  }
}
@media (max-width: 375px) {
  .andrea__subtitle {
    margin: 8px 0 0 auto;
  }
}
.andrea__title {
  display: flex;
  align-items: center;
}
.andrea__title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-bottom: 60px;
  margin-left: 100px;
}
@media (max-width: 991px) {
  .andrea__title-wrapper {
    margin-left: 0;
    padding-bottom: 40px;
    width: 100%;
    align-items: flex-start;
  }
}
.andrea__title-svg {
  margin: 10px 0 0 23px;
}
@media (max-width: 767px) {
  .andrea__title-svg {
    margin: 0 0 10px 15px;
    max-width: 35px;
  }
}
.andrea__description {
  max-width: 332px;
  font-size: 1.4rem;
  line-height: 24px;
  margin-right: 30px;
}
@media (max-width: 767px) {
  .andrea__description {
    margin: 0 0 40px 0;
    max-width: 100%;
  }
}
.andrea__img {
  max-width: 360px;
  margin: -95px auto 60px;
}
@media (max-width: 991px) {
  .andrea__img {
    margin: 0;
  }
}
@media (max-width: 575px) {
  .andrea__img {
    margin: 0 0 0 auto;
    max-width: 205px;
  }
}
.andrea__video {
  width: 100%;
  height: auto;
  margin-top: -210px;
}
@media (max-width: 767px) {
  .andrea__video {
    margin-top: 40px;
    max-width: 360px;
  }
}
@media (max-width: 575px) {
  .andrea__video {
    max-width: 240px;
    margin: 40px 0 0 20px;
  }
}
.andrea__video-button {
  cursor: pointer;
}
.andrea__video-button:hover ~ .andrea__video-svg-path:nth-of-type(13) {
  animation: fade 0.5s infinite;
}
.andrea__video-button:hover ~ .andrea__video-svg-path:nth-of-type(12) {
  animation: fade 0.5s 0.2s infinite;
}
.andrea__video-button:hover ~ .andrea__video-svg-path:nth-of-type(11) {
  animation: fade 0.5s 0.4s infinite;
}
.andrea__video-button:hover ~ .andrea__video-svg-path:nth-of-type(10) {
  animation: fade 0.5s 0.6s infinite;
}
.andrea__video-button:hover ~ .andrea__video-svg-path:nth-of-type(9) {
  animation: fade 0.5s 0.8s infinite;
}
.andrea__video-button:hover ~ .andrea__video-svg-path:nth-of-type(8) {
  animation: fade 0.5s 1s infinite;
}
.andrea__video-button:hover ~ .andrea__video-svg-path:nth-of-type(7) {
  animation: fade 0.5s 1.2s infinite;
}
.andrea__video-button:hover ~ .andrea__video-svg-path:nth-of-type(6) {
  animation: fade 0.5s 1.4s infinite;
}
.andrea__video-button:hover ~ .andrea__video-svg-path:nth-of-type(5) {
  animation: fade 0.5s 1.6s infinite;
}
.andrea__video-button:hover ~ .andrea__video-svg-path:nth-of-type(4) {
  animation: fade 0.5s 1.8s infinite;
}
.andrea__video-button:hover ~ .andrea__video-svg-path:nth-of-type(3) {
  animation: fade 0.5s 2s infinite;
}
.andrea__video-button:hover ~ .andrea__video-svg-path:nth-of-type(2) {
  animation: fade 0.5s 2.2s infinite;
}
.andrea__video-button:hover ~ .andrea__video-svg-path:nth-of-type(1) {
  animation: fade 0.5s 2.4s infinite;
}
.andrea__video-svg-path {
  opacity: 0;
}
.andrea__text {
  padding-top: 60px;
  font-size: 1.4rem;
  line-height: 24px;
}
@media (max-width: 767px) {
  .andrea__text {
    padding-top: 40px;
  }
}
@media (max-width: 991px) {
  .andrea__quote {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .andrea__quote {
    margin-top: 130px;
  }
}
.production {
  margin-bottom: -50px;
  background: #fff;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .production {
    margin-bottom: 0;
    padding-top: 60px !important;
  }
}
.production__header {
  padding-bottom: 60px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 991px) {
  .production__header {
    align-items: center;
  }
}
@media (max-width: 767px) {
  .production__header {
    justify-content: flex-start;
    padding-bottom: 40px;
  }
}
.production .slider-count {
  display: flex;
}
.production__nav {
  display: flex;
  align-items: center;
  margin-left: 75px;
}
@media (max-width: 991px) {
  .production__nav {
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  .production__nav {
    padding: 20px 0 60px;
    justify-content: center;
  }
}
.production__title {
  line-height: 82px;
}
@media (max-width: 767px) {
  .production__title {
    font-size: 40px;
    line-height: 50px;
  }
}
.production__slider {
  position: relative;
  padding-top: 60px;
  margin-top: -60px;
}
@media (max-width: 767px) {
  .production__slider {
    overflow: initial;
  }
}
.production__progress {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
}
@media (max-width: 991px) {
  .production__progress {
    display: none;
  }
}
.production__progress-bar {
  stroke-dasharray: 1135;
  stroke-dashoffset: 1135;
  transition: stroke-dashoffset 1s;
}
@media (max-width: 575px) {
  .production__slide br {
    display: none;
  }
}
.production__slide-oblako {
  position: absolute;
  top: 0;
}
.production__slide-oblako_left {
  max-width: 350px;
  left: 10%;
  top: 15%;
}
@media (max-width: 767px) {
  .production__slide-oblako_left {
    left: -15%;
  }
}
@media (max-width: 375px) {
  .production__slide-oblako_left {
    left: -35%;
  }
}
.production__slide-oblako_right {
  max-width: 320px;
  right: 15%;
}
@media (max-width: 767px) {
  .production__slide-oblako_right {
    right: -15%;
  }
}
@media (max-width: 375px) {
  .production__slide-oblako_right {
    right: -35%;
  }
}
@media (max-width: 991px) {
  .production__slide-oblako_left, .production__slide-oblako_right {
    max-width: 190px;
  }
}
.production__slide-description {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  .production__slide-description {
    position: static;
    padding-top: 40px;
  }
}
.production__slide-title {
  font-family: "Cormorant";
  font-style: italic;
  font-weight: bold;
  font-size: 40px;
  line-height: 50px;
  color: #d09c61;
}
@media (max-width: 767px) {
  .production__slide-title {
    font-size: 26px;
    line-height: 30px;
  }
}
.production__slide-text {
  padding-top: 20px;
  font-family: "Noto Sans";
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.06em;
  color: #444547;
}
.production__slide-img {
  display: block;
  margin: 0 auto;
}
.production__slide #production-img-ex {
  width: 100%;
  max-width: 700px;
  height: auto;
}
@media (max-width: 767px) {
  .production__slide #production-img-ex {
    max-width: 400px;
  }
}
.production__slide #production-line-md {
  stroke-dasharray: 870;
  stroke-dashoffset: 870;
}
.production__slide #production-line-lg {
  stroke-dasharray: 985;
  stroke-dashoffset: 985;
}
.production__slide #production-line-sm {
  stroke-dasharray: 250;
  stroke-dashoffset: 250;
}
.production__slide-img.animate__animated #production-line-md, .production__slide-img.animate__animated #production-line-lg, .production__slide-img.animate__animated #production-line-sm {
  stroke-dashoffset: 0;
}
.production__slide-img.animate__animated #production-line-md {
  transition: stroke-dashoffset 2s 1s ease-in;
}
.production__slide-img.animate__animated #production-line-lg {
  transition: stroke-dashoffset 2s 1.5s ease-in;
}
.production__slide-img.animate__animated #production-line-sm {
  transition: stroke-dashoffset 2s 2s ease-in;
  stroke-dashoffset: 500;
}
.production__slide #cow {
  max-width: 528px;
}
@media (max-width: 767px) {
  .production__slide #cow {
    max-width: 350px;
  }
}
.production__slide #cheese-5 {
  max-width: 580px;
  transform: translateX(-90px);
}
@media (max-width: 1349px) {
  .production__slide #cheese-5 {
    transform: none;
  }
}
.production__slide #buble-1, .production__slide #buble-2, .production__slide #buble-3 {
  position: absolute;
}
.production__slide #buble-1 svg, .production__slide #buble-2 svg, .production__slide #buble-3 svg {
  width: 100%;
  height: auto;
}
.production__slide #buble-1 {
  top: 100px;
  animation: buble_animation 5s linear infinite;
}
@media (max-width: 767px) {
  .production__slide #buble-1 {
    max-width: 50px;
    top: 0;
    left: -50px;
    animation: buble_animation 10s linear infinite;
  }
}
.production__slide #buble-2 {
  bottom: 200px;
  right: 50px;
  animation: buble_animation 7s linear infinite;
}
@media (max-width: 767px) {
  .production__slide #buble-2 {
    max-width: 36px;
    right: -30px;
    animation: buble_animation 15s linear infinite;
  }
}
.production__slide #buble-3 {
  bottom: 75px;
  right: 250px;
  animation: buble_animation 3s linear infinite;
}
@media (max-width: 767px) {
  .production__slide #buble-3 {
    max-width: 16px;
    right: 32px;
    bottom: 140px;
    animation: buble_animation 20s linear infinite;
  }
}
.production__slide #pop-1, .production__slide #pop-2, .production__slide #pop-3, .production__slide #pop-4 {
  position: absolute;
}
.production__slide #pop-1 {
  max-width: 80px;
  bottom: 80px;
  left: 150px;
  animation: buble_animation 5s linear infinite;
}
@media (max-width: 991px) {
  .production__slide #pop-1 {
    left: 50px;
  }
}
@media (max-width: 575px) {
  .production__slide #pop-1 {
    left: -45px;
  }
}
.production__slide #pop-2 {
  max-width: 120px;
  top: 0;
  left: 185px;
  animation: buble_animation 7s linear infinite;
}
@media (max-width: 991px) {
  .production__slide #pop-2 {
    left: 50px;
  }
}
@media (max-width: 575px) {
  .production__slide #pop-2 {
    left: -75px;
  }
}
.production__slide #pop-3 {
  max-width: 120px;
  top: -55px;
  right: 30%;
  animation: buble_animation 3s linear infinite;
}
@media (max-width: 991px) {
  .production__slide #pop-3 {
    right: 0;
  }
}
@media (max-width: 575px) {
  .production__slide #pop-3 {
    right: -45px;
  }
}
.production__slide #pop-4 {
  max-width: 80px;
  bottom: 55px;
  right: 15%;
  animation: buble_animation 4s linear infinite;
}
@media (max-width: 575px) {
  .production__slide #pop-4 {
    right: 0;
  }
}
@keyframes buble_animation {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(10px, 20px);
  }
}
@keyframes sm-line {
  0% {
    stroke-dashoffset: 870;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
.screens-wrapper {
  padding-top: 100px;
  position: relative;
  overflow: hidden;
}
.screens-wrapper__inner {
  background: #444547;
  padding-top: 50px;
}
@media (max-width: 767px) {
  .screens-wrapper__inner {
    padding-top: 0;
  }
}
.screens-wrapper__top {
  position: absolute;
  top: 1px;
  left: 50%;
  transform: translateX(-50%);
}
.advantages {
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .advantages {
    padding-bottom: 60px;
  }
}
.advantages__title {
  text-align: center;
  font-family: "Cormorant";
  font-style: italic;
  font-weight: bold;
  font-size: 4rem;
  line-height: 50px;
  color: #ffffff;
  padding-bottom: 40px;
}
.advantages__title_color {
  color: #d09c61;
}
.advantages__title-span {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 30px;
  color: #d09c61;
}
.advantages__row {
  padding-bottom: 120px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .advantages__row {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .advantages__row {
    padding-bottom: 60px;
  }
}
.advantages__list {
  font-size: 1.4rem;
  line-height: 24px;
  color: #ffffff;
  text-transform: uppercase;
  position: relative;
  margin-left: 40px;
  text-align: center;
}
@media (max-width: 991px) {
  .advantages__list {
    margin: 0;
  }
}
.advantages__list:nth-of-type(3) {
  margin-right: 40px;
}
@media (max-width: 991px) {
  .advantages__list:nth-of-type(3) {
    margin: 0;
  }
}
.advantages__list:nth-of-type(1)::before, .advantages__list:nth-of-type(2)::before, .advantages__list:nth-of-type(3)::before {
  left: -40px;
}
.advantages__list:nth-of-type(3)::after {
  right: -40px;
}
.advantages__list:nth-of-type(1)::before, .advantages__list:nth-of-type(2)::before, .advantages__list:nth-of-type(3)::before, .advantages__list:nth-of-type(3)::after {
  content: "";
  width: 4px;
  height: 4px;
  background: #d09c61;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .advantages__list:nth-of-type(1)::before, .advantages__list:nth-of-type(2)::before, .advantages__list:nth-of-type(3)::before, .advantages__list:nth-of-type(3)::after {
    display: none;
  }
}
@media (max-width: 991px) {
  .advantages__list + .advantages__list {
    margin: 20px 0 0;
  }
  .advantages__list + .advantages__list::before {
    display: block;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.advantages__logos {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -20px;
}
.advantages__img {
  max-width: 125px;
  margin: 0 20px;
}
@media (max-width: 575px) {
  .advantages__img {
    max-width: 50px;
  }
}
.shops {
  position: relative;
  z-index: 1;
}
.shops__title-wrapper {
  margin-top: 30px;
}
.shops__description {
  padding-top: 75px;
  font-size: 14px;
  line-height: 24px;
}
@media (max-width: 767px) {
  .shops__description {
    padding-top: 40px;
  }
}
.shops__destr-btn {
  margin-top: 60px;
  text-align: left;
  font-weight: 800;
  font-size: 14px;
  line-height: 24px;
  display: grid;
}
@media (max-width: 767px) {
  .shops__destr-btn {
    margin-top: 40px;
  }
}
.shops__destr-svg {
  margin-top: 10px;
}
.shops__tilda {
  display: inline-block;
}
.shops__tilda::before {
  display: none;
}
.shops__tilda::after {
  right: -60px;
}
.shops__map-circle {
  background: url("../themes/tochkamolochka/assets/images/shops/shops-map-circle.png") center no-repeat;
  background-size: contain;
  width: 100%;
  max-width: 553.5px;
  height: 100%;
  position: relative;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .shops__map-circle {
    height: 465px;
    margin-top: 40px;
  }
}
@media (max-width: 450px) {
  .shops__map-circle {
    background-size: cover;
  }
}
.shops__map-svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 575px) {
  .shops__map-svg {
    transform: translate(-55%, -50%);
    width: 220px;
  }
}
.shops__map-point {
  fill: #5e5f61;
  transition: fill 0.3s;
  position: relative;
  z-index: 1;
}
.shops__map-point.hover, .shops__map-point:hover {
  cursor: pointer;
  fill: #d09c61;
}
.shops__map-city {
  display: inline-block;
  position: absolute;
  cursor: pointer;
}
.shops__map-title {
  font-weight: 800;
  font-size: 20px;
  line-height: 26px;
  color: #d09c61;
  border-bottom: 1px solid #d09c61;
  margin-bottom: 5px;
  display: inline-block;
}
@media (max-width: 767px) {
  .shops__map-title {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.06em;
  }
}
.shops__map-desc {
  letter-spacing: 0.06em;
  color: #ffffff;
  opacity: 0.3;
}
.shops__destr-btn:hover .shops__line {
  stroke-dashoffset: 0;
}
.shops__line {
  stroke-dasharray: 570;
  stroke-dashoffset: -570;
  transition: stroke-dashoffset 0.5s;
}
@media (max-width: 576px) {
  .shops__row {
    margin: 0 -20px;
  }
}
.shops #krasnodar {
  top: 33%;
  left: 50%;
  transform: translate(50%, -20%);
}
@media (max-width: 767px) {
  .shops #krasnodar {
    transform: translate(50%, -15%);
  }
}
@media (max-width: 575px) {
  .shops #krasnodar {
    transform: translate(30%, -2%);
  }
}
.shops #novorossijsk {
  top: 33%;
  left: -4%;
}
@media (max-width: 1349px) {
  .shops #novorossijsk {
    top: 25%;
    left: 5%;
  }
}
@media (max-width: 767px) {
  .shops #novorossijsk {
    top: 23%;
    left: 24%;
  }
}
@media (max-width: 575px) {
  .shops #novorossijsk {
    top: 27%;
    left: 13%;
  }
}
.shops #sochi {
  bottom: 15%;
  right: -5%;
  transform: translate(-35%, -100%);
}
@media (max-width: 1349px) {
  .shops #sochi {
    transform: translate(0%, -80%);
  }
}
@media (max-width: 991px) {
  .shops #sochi {
    transform: translate(0%, -20%);
  }
}
@media (max-width: 767px) {
  .shops #sochi {
    right: 8%;
    transform: translate(0);
  }
}
@media (max-width: 575px) {
  .shops #sochi {
    bottom: 21%;
    right: 9%;
  }
}
@media (max-width: 400px) {
  .shops #sochi {
    right: 3%;
  }
}
.shops #gelendzhik {
  top: 48%;
  left: 10%;
  transform: translate(10%, -15%);
}
@media (max-width: 1349px) {
  .shops #gelendzhik {
    top: 48%;
    left: 25%;
    transform: translate(-5%, 50%);
  }
}
@media (max-width: 767px) {
  .shops #gelendzhik {
    left: 35%;
    top: 49%;
    transform: translate(5%, 40%);
  }
}
@media (max-width: 575px) {
  .shops #gelendzhik {
    transform: translate(-20%, 30%);
  }
}
.map__back {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .map__back {
    margin-top: 20px;
  }
}
.map__back:hover .map__back-svg {
  transform: translateX(0);
}
.map__back-svg {
  transform: translateX(5px);
  transition: transform 0.2s;
}
.map__back-span {
  font-size: 20px;
  line-height: 30px;
  font-weight: 800;
  color: #d09c61;
  background: #444547;
  padding-left: 10px;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.map__back-span span {
  border-bottom: 1px solid #d09c61;
}
.map__back-points {
  color: #ffffff;
  opacity: 0.3;
  letter-spacing: 0.06em;
}
.map__col {
  padding-top: 60px;
}
@media (max-width: 991px) {
  .map__col {
    padding-top: 20px;
  }
}
.map .slider-button {
  transition: opacity 0.2s;
}
.map .slider-button.disabled {
  opacity: 0.3;
  pointer-events: none;
}
.map .slider-count {
  display: flex;
}
.map__select {
  font-family: "Noto Sans";
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.06em;
  color: #d09c61;
}
.map__select-button {
  padding: 16px 20px;
  border: 1px solid #d09c61;
  border-bottom: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  position: relative;
  z-index: 2;
  color: #d09c61;
}
.map__select-body {
  transform: translateY(-1px);
  position: absolute;
  width: 100%;
  border: 1px solid #d09c61;
  border-top: 1px solid transparent;
  border-radius: 0 0 4px 4px;
  background: #444547;
  z-index: 1;
}
.map__select-inner {
  padding: 0 20px 16px 20px;
}
.map__select-option {
  cursor: pointer;
  transition: color 0.2s;
}
.map__select-option:hover {
  color: #d09c61;
}
.map__select-option + .map__select-option {
  margin-top: 18px;
}
.map__select-svg {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(-50%, -50%);
  transition: transform 0.4s;
}
.map__select.active .map__select-svg {
  transform: translate(-50%, -50%) rotate(-180deg);
}
.map__nav {
  display: flex;
  align-items: center;
}
@media (max-width: 575px) {
  .map__nav {
    padding: 20px 0 0;
  }
}
.active-shop .map__shop, .map__shop:hover {
  background: rgba(255, 255, 255, 0.3);
}
.map__shop {
  color: #ffffff;
  font-family: "Noto Sans";
  margin-top: 15px;
  transition: background 0.2s;
  border-radius: 5px;
  padding: 15px 20px 15px 15px;
  text-align: left;
}
.map__shop-address, .map__shop-phone {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.06em;
}
.map__shop-address {
  font-weight: 400;
}
.map__shop-phone {
  font-weight: 800;
}
.map__shop-header {
  letter-spacing: 0.06em;
  opacity: 0.3;
}
.map__shop-place::before {
  content: "•";
  display: inline-block;
  margin: 0 15px 0 10px;
}
.map-wrapper {
  position: absolute;
  right: 0;
  width: 45vw;
  height: 632px;
  border-radius: 20px 0 0 20px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .map-wrapper {
    border-radius: 0;
    width: 100%;
    height: 460px;
    padding-top: 20px;
  }
}
.map-wrapper #map {
  width: 100%;
  height: 632px;
}
@media (max-width: 991px) {
  .map-wrapper #map {
    height: 460px;
  }
}
@media (max-width: 575px) {
  .map-wrapper #map {
    height: 100%;
  }
}
.map-wrapper #map .leaflet-layer {
  filter: grayscale(1) brightness(0.9);
}
.map__static {
  height: 660px;
}
@media (max-width: 991px) {
  .map__static {
    height: 460px;
    padding-top: 20px;
  }
}
@media (max-width: 575px) {
  .map__static {
    padding-top: 0;
  }
}
.leaflet-div-icon {
  border: none !important;
  border-radius: 64% 56% 47% 73% / 55% 58% 62% 65%;
  animation: circleAction 3s linear infinite;
}
.map-icon {
  background: #000000;
}
.leaflet-top.leaflet-left {
  right: 0;
  left: initial;
  top: 50%;
  transform: translateY(-50%);
}
.leaflet-touch .dg-zoom__in:before {
  display: none;
}
.dg-zoom__out {
  padding: 5px !important;
  margin: 0 !important;
  width: 30px !important;
  height: 30px !important;
}
.dg-zoom__out:after {
  display: none;
}
.dg-zoom__in:after {
  display: none;
}
.dg-control-round {
  background: none !important;
  box-shadow: none !important;
}
.dg-zoom__button_type_out {
  width: 30px !important;
  height: 30px !important;
}
.dg-control-round__icon {
  background: #fff !important;
  box-shadow: none !important;
}
.leaflet-touch .dg-zoom__button_type_out:before {
  position: absolute;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  margin: auto;
  width: 14px;
  height: 2px;
  background-color: #7a7a7a;
  -webkit-box-shadow: 0 1px #fff;
  box-shadow: 0 1px #fff;
  content: "";
}
.cheese {
  position: relative;
}
@media (max-width: 767px) {
  .cheese {
    padding-top: 60px !important;
  }
}
.cheese__bg {
  position: absolute;
  top: -100px;
}
.cheese-slider {
  padding-top: 40px;
  overflow: initial;
  padding: 40px 175px 0;
  margin-left: -175px;
}
@media (max-width: 767px) {
  .cheese-slider {
    padding: 20px 75px 0;
    margin-left: -75px;
  }
}
.cheese__title {
  font-family: Open Sans;
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  padding-bottom: 40px;
}
.cheese__description {
  font-size: 14px;
  line-height: 24px;
}
.cheese__inst {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .cheese__inst {
    margin-top: 40px;
  }
}
.cheese__inst-link {
  font-size: 14px;
  line-height: 24px;
  background: #444547;
  padding-right: 20px;
  position: relative;
  z-index: 1;
  text-decoration: underline;
}
.cheese__inst-svg {
  transform: translateX(-5px);
  transition: transform 0.2s;
}
.cheese__inst:hover .cheese__inst-svg {
  transform: translateX(0);
}
.cheese__slide {
  padding-bottom: 100%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.cheese__slide-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cheese__nav {
  padding-top: 20px;
}
.cheese .slider-count {
  display: none;
}
.cheese .slider-button-next {
  margin-left: 30px;
}
@media (max-width: 767px) {
  .distributors {
    padding-top: 60px !important;
  }
}
.distributors__title {
  font-family: Cormorant;
  font-style: italic;
  font-weight: bold;
  font-size: 40px;
  line-height: 50px;
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .distributors__title {
    padding-bottom: 40px;
    font-size: 26px;
    line-height: 30px;
  }
}
.distributors__text {
  font-size: 14px;
  line-height: 24px;
}
.distributors__desc {
  opacity: 0.3;
  padding-top: 60px;
}
@media (max-width: 767px) {
  .distributors__desc {
    padding-top: 40px;
  }
}
.distributors__detail-block {
  position: relative;
  height: 280px;
}
.distributors__detail-block svg {
  position: absolute;
  right: 166px;
  top: 86px;
}
@media (max-width: 576px) {
  .distributors__detail-block svg {
    right: 132px;
  }
}
.distributors__detail-button {
  position: absolute;
  right: 100px;
  top: 25px;
  width: 132px;
  height: 122px;
  background: #d09c61;
  animation: circleAction 4s linear infinite reverse;
  z-index: 8;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 64% 56% 47% 73% / 55% 58% 62% 65%;
  transition: transform 0.3s;
  color: #444547;
  font-weight: 800;
  font-size: 14px;
  line-height: 24px;
}
@media (max-width: 576px) {
  .distributors__detail-button {
    right: 0;
  }
}
.distributors__link {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .contacts {
    padding-top: 60px !important;
  }
}
@media (max-width: 575px) {
  .contacts__title {
    font-size: 26px;
    line-height: 30px;
  }
}
.contacts__article {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .contacts__article {
    max-width: 300px;
    margin-top: 40px;
  }
}
.contacts__article-title {
  font-family: "Open Sans";
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  color: #d09c61;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .contacts__article-text {
    line-height: 24px;
  }
}
.footer {
  padding-bottom: 65px;
}
@media (max-width: 767px) {
  .footer {
    padding-bottom: 30px;
  }
}
.footer__inner {
  position: relative;
  padding-top: 60px;
}
@media (max-width: 1440px) {
  .footer__inner {
    padding-top: 40px;
  }
}
.footer__svg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 1440px) {
  .footer__svg {
    width: 100%;
    max-width: 1920px;
    height: auto;
  }
}
.footer__row {
  margin-top: 60px;
  position: relative;
}
@media (max-width: 767px) {
  .footer__row {
    margin-top: 40px;
  }
}
.footer__link {
  font-size: 14px;
  line-height: 24px;
  opacity: 0.8;
  color: #ffffff;
  transition: color 0.2s;
}
.footer__link:hover {
  color: #d09c61;
}
@media (max-width: 767px) {
  .footer__link {
    font-size: 12px;
    line-height: 22px;
  }
}
.footer__link + .footer__link {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .footer__link + .footer__link {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .footer__link_distr {
    margin-right: -10px;
  }
}
@media (max-width: 767px) {
  .footer .footer__link_margin {
    margin-top: 0;
  }
}
.footer__text {
  color: #d09c61;
}
@media (max-width: 767px) {
  .footer__text {
    max-width: 300px;
  }
}
@media (max-width: 991px) {
  .footer__text + .footer__text {
    padding-top: 20px;
  }
}
.footer__mail {
  text-decoration: underline;
}
.footer__mail:hover {
  text-decoration: none;
}
.footer__tel {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 22px;
  color: #d09c61;
  border-bottom: 1px solid #d09c61;
}
.footer__tel:hover {
  border-bottom: 1px solid transparent;
}
@media (max-width: 991px) {
  .footer__tel {
    padding-top: 20px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .footer__tel {
    font-size: 20px;
  }
}
.footer__social {
  margin-top: auto;
}
@media (max-width: 767px) {
  .footer__social {
    margin-top: 40px;
  }
}
.footer__social-link {
  display: inline-block;
  width: 20px;
  height: 20px;
}
.footer__social-link + .footer__social-link {
  margin-left: 20px;
}
.footer__social-link:hover .footer__social-path {
  fill: #ffffff;
}
.footer__social-path {
  transition: fill 0.2s;
}
.footer__bottom-line {
  padding-top: 60px;
}
@media (max-width: 767px) {
  .footer__bottom-line {
    padding-top: 35px;
  }
}
.footer__copyright {
  color: #ffffff;
  opacity: 0.4;
}
@media (max-width: 767px) {
  .footer__contacts {
    padding-top: 40px;
  }
}
.nuts {
  display: flex;
  align-items: center;
  opacity: 0.4;
  transition: opacity 0.2s;
}
@media (max-width: 767px) {
  .nuts {
    margin-top: 40px;
  }
}
@media (max-width: 400px) {
  .nuts {
    width: min-content;
    flex-wrap: wrap;
  }
}
.nuts__text {
  margin-right: 10px;
  color: #ffffff;
}
@media (max-width: 1349px) {
  .nuts__text {
    margin: 0 0 10px 0;
  }
}
.nav {
  position: fixed;
  padding: 40px 0 0;
  width: 100%;
  top: 0;
  z-index: 99;
}
.nav__fixed-elem {
  position: fixed;
  top: 35px;
  z-index: 99;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav__fixed-elem_left {
  left: 40px;
}
@media (max-width: 767px) {
  .nav__fixed-elem_left {
    left: 20px;
  }
}
.nav__fixed-elem_right {
  right: 40px;
}
@media (max-width: 767px) {
  .nav__fixed-elem_right {
    right: 20px;
  }
}
.nav__positioned {
  z-index: 99;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 50px 115px 0px 0;
}
@media (max-width: 767px) {
  .nav__positioned {
    padding: 50px 100px 0px 0;
  }
}
.nav__container {
  width: 100%;
  padding: 0 40px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .nav__container {
    padding: 0 20px;
  }
}
.nav__item {
  height: 20px;
  z-index: 1;
}
.nav__item + .nav__item {
  margin-left: 40px;
}
@media (max-width: 767px) {
  .nav__item + .nav__item {
    margin-left: 20px;
  }
}
.nav__item-path {
  transition: fill 0.3s;
}
.nav__item:hover .nav__item-path {
  fill: #444547;
}
.nav__item-contacts {
  color: #d09c61;
}
.nav__item-contacts_tel {
  text-decoration: underline;
}
.nav__item.nav__item-contacts {
  color: #d09c61;
}
@media (max-width: 767px) {
  .nav__item.nav__item-contacts {
    display: none;
  }
}
.nav__links {
  padding: 2px 14px;
  display: flex;
}
.burger {
  z-index: 3;
}
.burger-ov {
  z-index: 2;
  position: fixed;
  background: #000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s 0.2s, visibility 0.2s 0.2s;
}
.burger__menu {
  z-index: 3;
  transform: translateX(0);
  left: 100%;
  transition: transform 0.4s;
  position: fixed;
  height: 100%;
  width: 276px;
  background: url(../themes/tochkamolochka/assets/images/menu-bg.svg);
  background-size: cover;
  padding: 52px 40px 40px 74px;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-repeat: no-repeat repeat;
  overflow: auto;
  animation: wave-bg 10s linear infinite;
}
@media (max-width: 575px) {
  .burger__menu {
    padding: 52px 20px 40px 74px;
    width: 250px;
    animation: none;
  }
}
.burger__menu-line {
  width: 100%;
}
.burger__menu-bg {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  display: none;
}
.burger__menu-links {
  display: flex;
  align-items: center;
}
.burger__menu-items {
  padding: 20px 0;
  display: flex;
  flex-direction: column;
}
.burger__menu-item {
  color: #444547;
  transition: color 0.3s;
  position: relative;
}
.burger__menu-item + .burger__menu-item {
  margin-top: 20px;
}
.burger__menu-item:hover {
  color: #d09c61;
}
.burger__menu-item:hover::before {
  opacity: 1;
}
.burger__menu-item::before {
  content: "~";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity 0.3s;
}
.burger__menu-footer {
  padding: 20px 0 20px;
  display: flex;
  flex-direction: column;
}
.burger__menu-footer .nav__item-contacts_tel {
  margin-top: 20px;
}
.burger__button {
  height: 32px;
  height: 100%;
  width: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.burger__button_close {
  margin-left: 40px;
}
@media (max-width: 575px) {
  .burger__button_close {
    margin-left: auto;
  }
}
.burger__button_open {
  cursor: default;
}
.burger__button_open .burger__path {
  fill: #d09c61;
}
.burger__button-wrapper {
  overflow: hidden;
  height: 32px;
}
.is-open .burger__menu {
  transform: translateX(-100%);
}
.is-open + .burger-ov {
  visibility: visible;
  opacity: 0.5;
}
@keyframes contactsColor {
  0% {
    color: #ffffff;
  }
  100% {
    color: #d09c61;
  }
}
@keyframes burgerColor {
  0% {
    fill: #ffffff;
  }
  100% {
    fill: #444547;
  }
}
@keyframes wave-bg {
  0%, 100% {
    background-position-y: 0;
  }
  50% {
    background-position-y: 1000px;
  }
}
.flat-button {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 80px;
  height: 80px;
  background: #d09c61;
  animation: circleAction 3s linear infinite;
  z-index: 8;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 64% 56% 47% 73% / 55% 58% 62% 65%;
  transition: transform 0.3s;
}
.flat-button:hover {
  transform: scale(1.05);
}
@media (max-width: 991px) {
  .flat-button {
    display: none;
  }
}
.cookie {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  border: 1px solid #f1e8e0;
  border-radius: 6px;
  background: #fff;
  width: 100%;
  max-width: 405px;
  padding: 0 40px 0 20px;
  z-index: 9;
  background: #fff;
}
@media (max-width: 575px) {
  .cookie {
    width: calc(100vw - 35px);
    padding: 0 35px 0 15px;
  }
}
.cookie__text {
  font-size: 1.4rem;
  line-height: 42px;
}
@media (max-width: 575px) {
  .cookie__text {
    font-size: 1rem;
    line-height: 40px;
  }
}
.cookie__link {
  color: #444547;
  line-height: 18px;
  border-bottom: 1px solid #444547;
  transition: border 0.2s, color 0.2s;
}
.cookie__link:hover {
  color: #d09c61;
  border-bottom: 1px solid #d09c61;
}
.cookie__button {
  position: absolute;
  top: -10px;
  right: -30px;
}
@media (max-width: 575px) {
  .cookie__button {
    width: 100%;
    max-width: 50px;
    top: -5px;
    right: -15px;
  }
  .cookie__button svg {
    width: 100%;
    height: auto;
  }
}
.cookie__circle {
  transition: fill 0.2s;
}
.cookie__button:hover .cookie__circle {
  fill: #d09c61;
}
.product {
  padding: 38px 40px;
}
@media (max-width: 575px) {
  .product {
    padding: 20px;
  }
}
.product__photo {
  width: 100%;
  max-width: 280px;
  height: 100%;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .product__photo {
    margin-bottom: 20px;
  }
}
.product__img {
  margin: 0 auto;
  width: 100%;
  max-width: 170px;
  height: auto;
}
.product__title {
  font-size: 2rem;
  line-height: 30px;
  padding-bottom: 20px;
  font-weight: 800;
}
@media (max-width: 767px) {
  .product__title {
    font-size: 1.4rem;
    line-height: 24px;
  }
}
.product__slide {
  position: relative;
}
.product__slide-bg {
  position: absolute;
  width: 100%;
  padding-bottom: 100%;
  opacity: 0.4;
  left: 0;
  z-index: -1;
  border-radius: 20px;
}
.product__slide-bg.anim-left {
  animation: anim-left 0.8s linear 1;
}
.product__slide-bg.anim-right {
  animation: anim-right 0.8s linear 1;
}
.product__slide:nth-of-type(1) .product__slide-bg {
  background: #f1e8e0;
  top: 0px;
}
.product__slide:nth-of-type(2) .product__slide-bg {
  background: #e1e8f2;
  bottom: -25px;
}
.product__slide:nth-of-type(3) .product__slide-bg {
  background: #f2eddc;
  top: -30px;
}
.product__slide:nth-of-type(4) .product__slide-bg {
  background: #e4f2ea;
  top: 10px;
}
.product__slide:nth-of-type(5) .product__slide-bg {
  background: #f1e8e0;
  bottom: -25px;
}
.product__slide:nth-of-type(6) .product__slide-bg {
  background: #e1e8f2;
  top: -30px;
}
@keyframes anim-left {
  0% {
    left: 20px;
  }
  100% {
    left: 0;
  }
}
@keyframes anim-right {
  0% {
    left: -20px;
  }
  100% {
    left: 0;
  }
}
.slider-button {
  transition: opacity 0.2s;
  position: relative;
}
.slider-button + .slider-button {
  margin-left: auto;
}
@media (max-width: 1349px) {
  .slider-button + .slider-button {
    margin-left: 20px;
  }
}
.slider-button.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.slider-button-svg {
  transition: opacity 0.2s;
}
.slider-button-hover {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.slider-button-hover_next {
  right: 0;
  left: initial;
}
.slider-button:hover .slider-button-default {
  opacity: 0;
}
.slider-button:hover .slider-button-hover {
  opacity: 1;
}
.slider-count {
  color: #d09c61;
  display: none;
  font-size: 1.8rem;
  margin: 0 10px;
}
@media (max-width: 991px) {
  .slider-count {
    display: flex;
  }
}
@media (max-width: 575px) {
  .slider-count {
    font-size: 1.2rem;
  }
}
.slider-count-text {
  margin: 0 5px;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: none;
  justify-content: center;
  align-items: center;
  padding: 20px 65px;
}
@media (max-width: 767px) {
  .modal {
    padding: 20px;
  }
}
.modal.is-open {
  display: flex;
}
.modal__ov {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
}
.modal__content {
  z-index: 1;
  width: 100%;
  max-width: 1160px;
  height: 100%;
  max-height: 640px;
  position: relative;
  background: #d3d2d0;
  border-radius: 15px;
}
@media (max-width: 1349px) {
  .modal__content {
    max-height: 540px;
  }
}
@media (max-width: 991px) {
  .modal__content {
    max-height: 350px;
  }
}
@media (max-width: 575px) {
  .modal__content {
    max-height: 280px;
  }
}
@media (max-width: 500px) {
  .modal__content {
    max-height: 210px;
  }
}
@media (max-width: 375px) {
  .modal__content {
    max-height: 180px;
  }
}
@media (max-width: 320px) {
  .modal__content {
    max-height: 160px;
  }
}
.modal__content iframe {
  border-radius: 15px;
}
.modal__close {
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translate(50%, -50%);
  width: 120px;
  height: 120px;
}
@media (max-width: 767px) {
  .modal__close {
    top: 0;
    right: 0;
    transform: translate(0%, -50%);
    width: 60px;
    height: 60px;
  }
}
.modal__close svg {
  width: 100%;
  height: 100%;
}
.modal__close-path {
  transition: fill 0.2s;
}
.modal__close:hover .modal__close-path {
  fill: #d09c61;
}
.congratulations-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: none;
  justify-content: center;
  align-items: center;
  padding: 20px 65px;
}
@media (max-width: 767px) {
  .congratulations-modal {
    padding: 20px;
  }
}
.congratulations-modal.is-open {
  display: flex;
}
.congratulations-modal__ov {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
}
.congratulations-modal__content {
  z-index: 1;
  width: 100%;
  max-width: 720px;
  position: relative;
  background: #fff;
  border-radius: 15px;
  padding: 20px 40px 20px 20px;
  text-align: justify;
  font-size: 1.4rem;
  line-height: 4rem;
}
@media (max-width: 575px) {
  .congratulations-modal__content {
    font-size: 1.2rem;
    line-height: 3rem;
  }
}
.congratulations-modal__close {
  position: absolute;
  top: -10px;
  right: -30px;
}
@media (max-width: 575px) {
  .congratulations-modal__close {
    width: 100%;
    max-width: 50px;
    top: -5px;
    right: -15px;
  }
  .congratulations-modal__close svg {
    width: 100%;
    height: auto;
  }
}
.form {
  padding-top: 15px;
}
@media (max-width: 767px) {
  .form {
    padding: 0;
  }
}
.form__span {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  font-size: 8px;
  line-height: 18px;
  font-family: "Noto Sans";
  letter-spacing: 0.06em;
}
.form__invalid {
  color: #ff7d6b;
  display: none;
}
.form__valid {
  color: #7bbd97;
  display: none;
}
.form__input-container.invalid .form__invalid {
  display: block;
}
.form__input-container.valid .form__valid {
  display: block;
}
.form__input-container.invalid .form__input-svg-path {
  stroke: #ff7d6b;
}
.form__input-container.valid .form__input-svg-path {
  stroke: #7bbd97;
}
.form__input {
  color: #ffffff;
  width: 100%;
  padding-bottom: 5px;
  height: 42px;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.06em;
}
@media (max-width: 767px) {
  .form__input {
    padding-bottom: 15px;
    height: 35px;
  }
}
.form__input-wrapper {
  position: relative;
  width: 100%;
}
.form__input-container {
  position: relative;
  display: block;
  width: 100%;
}
.form__input-container + .form__input-container {
  margin-top: 55px;
}
@media (max-width: 767px) {
  .form__input-container + .form__input-container {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .form__input-container {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .form__input-container_margin {
    margin-top: 40px;
  }
}
.form__input-svg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .form__input-svg-path_width {
    stroke-width: 2px;
  }
}
.form__textarea {
  width: 100%;
  resize: none;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.06em;
  height: 36px;
  color: #ffffff;
  margin-top: 60px;
}
@media (max-width: 767px) {
  .form__textarea {
    margin-top: 0;
  }
}
.form__button {
  font-weight: 800;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.06em;
  color: #ffffff;
  margin-top: 60px;
}
@media (max-width: 767px) {
  .form__button {
    margin-top: 40px;
  }
}
.form__button-svg {
  margin-top: 5px;
}
.form__button:hover .form__line {
  stroke-dashoffset: 0;
}
.form__line {
  stroke-dasharray: 570;
  stroke-dashoffset: -570;
  transition: stroke-dashoffset 0.5s;
}
.form-success {
  border: 1px solid #d09c61;
}
.form-error {
  border: 1px solid #ffffff;
}
.form-success, .form-error {
  border-radius: 20px;
  padding: 86px 60px 60px;
  position: relative;
  width: 100%;
}
@media (max-width: 767px) {
  .form-success, .form-error {
    padding: 66px 20px 16px;
    margin-top: 87px;
  }
}
.form__title {
  font-family: Cormorant;
  font-style: italic;
  font-weight: bold;
  font-size: 40px;
  line-height: 50px;
  color: #d09c61;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .form__title {
    font-size: 26px;
    line-height: 30px;
  }
}
.form__text {
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
}
.form__svg {
  position: absolute;
  top: 0;
  transform: translateY(-50%);
}
.footer__flat-button {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(100%);
  height: 60px;
  width: 60px;
}
.footer__flat-button svg {
  width: 100%;
  height: auto;
  transition: opacity 0.2s;
}
@media (max-width: 1349px) {
  .footer__flat-button {
    position: relative;
    transform: none;
  }
}
.footer__flat-button_hover {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.footer__flat-button:hover .footer__flat-button_default {
  opacity: 0;
}
.footer__flat-button:hover .footer__flat-button_hover {
  opacity: 1;
}
