@charset "UTF-8";
/* Reset and base styles  */
* {
  padding: 0px;
  margin: 0px;
  border: none;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

/* Links */
a, a:visited {
  color: inherit;
  text-decoration: none;
  display: inline-block;
}

a:hover {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

a:focus,
a:active {
  outline: none;
}

/* Common */
aside, nav, footer, header, section, main {
  display: block;
}

h1, h2, h3, h4, h5, h6, p {
  font-size: inherit;
  font-weight: inherit;
}

ul {
  list-style: none;
  padding-left: 0;
  padding-right: 0;
}

img, svg {
  display: block;
  max-width: 100%;
  height: auto;
}

/* Form */
input, textarea, button, select {
  font-family: inherit;
  font-size: inherit;
}

input::-ms-clear {
  display: none;
}

button, input[type="submit"] {
  display: inline-block;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
}

input:focus, input:active,
button:focus, button:active {
  outline: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

label {
  cursor: pointer;
}

legend {
  display: block;
}

* > {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

html {
  min-height: 100vh;
  /* sticky footer */
  scroll-behavior: smooth;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

@font-face {
  font-family: 'aMavickFont';
  src: url("./../fonts/amavickfont.woff");
}
body {
  min-height: 100vh;
  /* sticky footer */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* sticky footer */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* sticky footer */
  font-family: 'aMavickFont';
  color: #323232;
  font-size: 16px;
  line-height: 1.6875;
  text-rendering: optimizeSpeed;
  -webkit-font-smoothing: antialiased;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  background: rgba(223, 223, 223, 0.767);
}

body > * {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  /* sticky footer */
}

section {
  position: relative;
}

/* Grid styles */
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  background: #a785ea;
  background: -webkit-gradient(linear, left top, right top, color-stop(30%, #a785ea), color-stop(65%, #54c2d8));
  background: linear-gradient(90deg, #a785ea 30%, #54c2d8 65%);
  /* Mobile tiny */
  /* Mobile XXS */
  /* Mobile XS */
  /* Tablet */
  /* big Tablet */
  /* Desktop */
  /* LARGE desktop */
}
@media (min-width: 320px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 375px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 480px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .container {
    width: 730px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 900px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1100px;
  }
}
@media (min-width: 1365px) {
  .container {
    width: 1200px;
  }
}
.container--fluid {
  max-width: unset;
}
.container--no-padding {
  padding: 0;
}

/* Utility */
.none {
  display: none !important;
}

.visually-hidden {
  opacity: 0;
  visibility: hidden;
  width: 0px;
  height: 0px;
  display: block;
  margin-left: -10000px;
  background: transparent;
  font-size: 0;
}

/* Sticky Footer */
.footer {
  margin-top: auto;
  /* sticky footer */
  /* Just for fun */
  text-align: center;
  background-color: #e2e2e2;
  padding: 50px 0;
}

.logo_section_header {
  padding-left: auto;
  padding-right: auto;
}

.logo_screen_wrapper {
  min-height: 100vh;
  max-width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
}

.logo_box {
  padding-top: 100px;
  display: block;
  min-width: 150px;
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  /* Tablet */
  /* big Tablet */
}
@media (min-width: 768px) {
  .logo_box {
    max-width: 55%;
  }
}
@media (min-width: 992px) {
  .logo_box {
    max-width: 25%;
    padding-top: 60px;
  }
}

.logo_screen_scroll {
  margin-bottom: 180px;
}
.logo_screen_scroll img {
  height: 50px;
}
.logo_screen_scroll:hover {
  opacity: 0.7;
}

.footer_section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer_info_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #11bba7;
  padding: 15px;
  border-top: 2px solid #fbdc4d;
  margin-left: 0;
  margin-right: 0;
  /* Mobile tiny */
  /* Mobile XXS */
  /* Mobile XS */
  /* Tablet */
  /* big Tablet */
  /* Desktop */
  /* LARGE desktop */
}
@media (min-width: 320px) {
  .footer_info_wrapper {
    width: 100%;
  }
}
@media (min-width: 375px) {
  .footer_info_wrapper {
    width: 100%;
  }
}
@media (min-width: 480px) {
  .footer_info_wrapper {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .footer_info_wrapper {
    width: 730px;
  }
}
@media (min-width: 992px) {
  .footer_info_wrapper {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 1200px) {
  .footer_info_wrapper {
    min-width: 1100px;
  }
}
@media (min-width: 1365px) {
  .footer_info_wrapper {
    width: 1200px;
  }
}

.footer_info_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* big Tablet */
}
@media (min-width: 992px) {
  .footer_info_row {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.copyright_candyland {
  font-size: 12px;
  color: aliceblue;
  text-shadow: 0.5px 0.5px black;
  /* big Tablet */
  /* Desktop */
}
@media (min-width: 992px) {
  .copyright_candyland {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .copyright_candyland {
    font-size: 16px;
  }
}

.copyright_gingerdev {
  font-size: 8px;
  /* big Tablet */
  /* Desktop */
}
@media (min-width: 992px) {
  .copyright_gingerdev {
    font-size: 10px;
  }
}
@media (min-width: 1200px) {
  .copyright_gingerdev {
    font-size: 12px;
  }
}

.gingerdev_link {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.gingerdev_link:hover {
  text-decoration: none;
  color: #ffeb91;
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
  text-shadow: 5px 5px 20px #fff, -5px -5px 20px #fff;
}

.backTopBtn {
  position: fixed;
  display: inline-block;
  width: 60px;
  -webkit-filter: grayscale(0.35);
          filter: grayscale(0.35);
  z-index: 98;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-animation: myAnim 3000ms ease 3s infinite normal forwards;
          animation: myAnim 3000ms ease 3s infinite normal forwards;
  /* Mobile XXS */
  /* Tablet */
  /* big Tablet */
  /* Desktop */
}
@-webkit-keyframes myAnim {
  0% {
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
  }
  10% {
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
  }
  17% {
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
  33% {
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
  }
  45% {
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes myAnim {
  0% {
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
  }
  10% {
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
  }
  17% {
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
  33% {
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
  }
  45% {
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.backTopBtn:hover {
  -webkit-filter: drop-shadow(-1px 4px 15px #fd0808);
          filter: drop-shadow(-1px 4px 15px #fd0808);
  scale: 1.08;
}
@media (min-width: 375px) {
  .backTopBtn {
    bottom: 75px;
    right: 30px;
  }
}
@media (min-width: 768px) {
  .backTopBtn {
    bottom: 80px;
    right: calc(50% - 350px);
  }
}
@media (min-width: 992px) {
  .backTopBtn {
    bottom: 85px;
    right: calc(50% - 400px);
  }
}
@media (min-width: 1200px) {
  .backTopBtn {
    bottom: 100px;
    right: calc(50% - 550px);
  }
}

.header {
  margin-left: auto;
  margin-right: auto;
  /* Mobile tiny */
  /* Mobile XXS */
  /* Mobile XS */
  /* Tablet */
  /* big Tablet */
  /* Desktop */
  /* LARGE desktop */
}
@media (min-width: 320px) {
  .header {
    width: 100%;
  }
}
@media (min-width: 375px) {
  .header {
    width: 100%;
  }
}
@media (min-width: 480px) {
  .header {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .header {
    width: 730px;
  }
}
@media (min-width: 992px) {
  .header {
    width: 900px;
  }
}
@media (min-width: 1200px) {
  .header {
    width: 1100px;
  }
}
@media (min-width: 1365px) {
  .header {
    width: 1200px;
  }
}

.header.sticky {
  position: -webkit-sticky;
  position: sticky;
  z-index: 99;
  top: 0;
  background-color: #103d38;
  margin-left: auto;
  margin-right: auto;
  /* Mobile XXS */
  /* Mobile XS */
  /* Tablet */
  /* big Tablet */
  /* Desktop */
  /* LARGE desktop */
  margin-left: auto;
  margin-right: auto;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}
@media (min-width: 375px) {
  .header.sticky {
    width: 100%;
  }
}
@media (min-width: 480px) {
  .header.sticky {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .header.sticky {
    width: 730px;
  }
}
@media (min-width: 992px) {
  .header.sticky {
    width: 900px;
  }
}
@media (min-width: 1200px) {
  .header.sticky {
    min-width: 1100px;
  }
}
@media (min-width: 1365px) {
  .header.sticky {
    width: 1200px;
  }
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.header__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #11bba7;
  border-bottom: 2px solid #fbdc4d;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  /* Mobile XXS */
  /* Mobile XS */
  /* Tablet */
  /* big Tablet */
  /* Desktop */
  /* LARGE desktop */
}
@media (min-width: 375px) {
  .header__row {
    width: 100%;
  }
}
@media (min-width: 480px) {
  .header__row {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 768px) {
  .header__row {
    width: 730px;
  }
}
@media (min-width: 992px) {
  .header__row {
    width: 900px;
  }
}
@media (min-width: 1200px) {
  .header__row {
    width: 1100px;
  }
}
@media (min-width: 1365px) {
  .header__row {
    width: 1200px;
  }
}

.logo {
  padding-top: 10px;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
}

.logo--pages:hover {
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
  scale: 1.05;
}

.logo--pages-link {
  display: none;
  /* big Tablet */
}
@media (min-width: 992px) {
  .logo--pages-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-column-gap: 40px;
          column-gap: 40px;
  vertical-align: center;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
}

.nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-column-gap: 25px;
          column-gap: 25px;
  vertical-align: center;
}
.nav__list > li {
  position: relative;
  list-style: none;
}

.nav a {
  color: #f7f6f4;
}

.one {
  -webkit-transition: all ease 5s;
  transition: all ease 5s;
}

.sub-nav__list {
  display: block;
  opacity: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
  top: 25px;
  left: 0;
  background-color: #f355ac;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 5px;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
}

.nav__list .one:hover .sub-nav__list {
  opacity: 0.88;
  height: auto;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
}

.header-nav-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* big Tablet */
}
@media (min-width: 992px) {
  .header-nav-button {
    display: none;
  }
}

.main_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.card_section_title {
  padding-bottom: 30px;
  padding-top: 30px;
  margin: auto;
  width: 100%;
  display: inline-block;
  text-align: center;
  color: #f7f6f4;
  font-size: 32px;
}

.card_section_title--pages {
  /* Mobile tiny */
  /* Tablet */
  /* Desktop */
}
@media (min-width: 320px) {
  .card_section_title--pages {
    font-size: 26px;
  }
}
@media (min-width: 768px) {
  .card_section_title--pages {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .card_section_title--pages {
    font-size: 34px;
  }
}

.cards_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .cards_wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 40px;
            column-gap: 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 40px;
  padding: 30px;
  min-width: 300px;
  height: auto;
  -webkit-box-shadow: 0px 0px 25px 20px rgba(255, 255, 255, 0.3);
          box-shadow: 0px 0px 25px 20px rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.card--40 {
  background: #ffc7f6;
}

.card--60 {
  background: #174dff27;
}

.card:hover {
  scale: 1.005;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.card img {
  height: 350px;
  width: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.card--sale {
  border: 5px solid rgba(255, 92, 92, 0.47);
}

.card__img {
  display: block;
  margin-bottom: 20px;
  border-radius: 10px;
}

.card__title {
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 26px;
  line-height: 1.2;
  color: #000000;
  text-align: center;
}

.card--sale .card__title {
  font-size: 24px;
  line-height: 1.2;
}

.card__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.card__details-description--40 {
  color: #e2881b;
}

.card__details-description--60 {
  color: #FFEB3B;
}

.card__price {
  display: inline-block;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.4;
  color: darkmagenta;
}

.card--sale .card__price {
  color: #FF5C5C;
}

.measure {
  text-decoration: none;
  font-size: 0.7em !important;
}

.nav {
  background: transparent;
  /* Mobile tiny */
  /* big Tablet */
}
@media (min-width: 320px) {
  .nav {
    display: none;
  }
}
@media (min-width: 992px) {
  .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.mobile-nav-overlay {
  /* display: none; */
  /* display: block; */
  /* чтоб можно было кликать сквозь оверлей: */
  pointer-events: none;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0;
}

.mobile-nav-overlay.visible {
  /* display: block; */
  opacity: 1;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  /* чтобы когда включен оверлей, сквозь него нельзя было кликать: */
  pointer-events: all;
}

.mobile-nav__panel {
  overflow: auto;
  /* чтоб не было гориз скрола: */
  position: fixed;
  z-index: 99;
  top: 0;
  right: -320px;
  width: 320px;
  height: 100vh;
  background-color: #f355ac;
  opacity: 0.88;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* transform: translateX(100%); */
  -webkit-transition: -webkit-transform 0.2s ease-in;
  transition: -webkit-transform 0.2s ease-in;
  transition: transform 0.2s ease-in;
  transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in;
}

.mobile-nav__panel.visible {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.mobile-nav__panel-content {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 50%;
  padding-bottom: 50%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.column-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: auto;
  margin-bottom: auto;
}

.column-nav a {
  color: white;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.column-nav a:hover {
  text-decoration: none;
  color: #ffeb91;
  -webkit-transform: scale(1.016);
          transform: scale(1.016);
  text-shadow: 5px 5px 20px #fff, -5px -5px 20px #fff;
}

.no-scroll {
  overflow: hidden;
}

.fix-scroll-jump {
  /* решаем проблему с прыгающим контентом, когда исчезает скролл */
  padding-right: 17px;
}

.mobile-nav-button {
  /* reset for button */
  cursor: pointer;
  padding: 0;
  border: none;
  background: transparent;
  /* nav icon styles */
  position: relative;
  z-index: 999;
  width: 40px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mobile-nav-button__icon {
  display: block;
  position: relative;
  width: 40px;
  height: 5px;
  background-color: #f7f6f4;
}

.mobile-nav-button__icon::after,
.mobile-nav-button__icon::before {
  position: absolute;
  content: '';
  width: 40px;
  height: 5px;
  background-color: #f7f6f4;
  /* трансформация при закрывании */
  -webkit-transition: top 0.15s ease-in 0.15s, -webkit-transform 0.15s ease-in;
  transition: top 0.15s ease-in 0.15s, -webkit-transform 0.15s ease-in;
  transition: transform 0.15s ease-in, top 0.15s ease-in 0.15s;
  transition: transform 0.15s ease-in, top 0.15s ease-in 0.15s, -webkit-transform 0.15s ease-in;
}

.mobile-nav-button__icon::before {
  left: 0;
  top: -10px;
}

.mobile-nav-button__icon::after {
  left: 0;
  top: 10px;
}

.mobile-nav-button__icon.active {
  background-color: transparent;
}

.mobile-nav-button__icon.active::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 0;
  /* трансформация при открывании */
  -webkit-transition: top 0.15s linear, -webkit-transform 0.15s ease-in 0.15s;
  transition: top 0.15s linear, -webkit-transform 0.15s ease-in 0.15s;
  transition: top 0.15s linear, transform 0.15s ease-in 0.15s;
  transition: top 0.15s linear, transform 0.15s ease-in 0.15s, -webkit-transform 0.15s ease-in 0.15s;
}

.mobile-nav-button__icon.active::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 0;
  /* трансформация при открывании */
  -webkit-transition: top 0.15s linear, -webkit-transform 0.15s ease-in 0.15s;
  transition: top 0.15s linear, -webkit-transform 0.15s ease-in 0.15s;
  transition: top 0.15s linear, transform 0.15s ease-in 0.15s;
  transition: top 0.15s linear, transform 0.15s ease-in 0.15s, -webkit-transform 0.15s ease-in 0.15s;
}

.promo_section__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.banner {
  position: relative;
  margin-top: 30px;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 3px solid #e896eb;
  border-radius: 5px;
  background-color: #e896eb;
  overflow: hidden;
  /* Mobile XS */
  /* Tablet */
  /* big Tablet */
  /* Desktop */
}
@media (min-width: 480px) {
  .banner {
    width: 400px;
  }
}
@media (min-width: 768px) {
  .banner {
    width: 400px;
    width: 600px;
  }
}
@media (min-width: 992px) {
  .banner {
    width: 600px;
  }
}
@media (min-width: 1200px) {
  .banner {
    width: 800px;
  }
}
.banner img {
  border-radius: 5px;
  overflow: hidden;
}
.banner:hover .card__img__promo:before {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.banner:hover .card__img__promo span {
  opacity: 1;
}

.card__img__promo {
  position: relative;
  overflow: hidden;
}

.card__img__promo:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  background-color: rgba(243, 85, 172, 0.719);
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.card__img__promo span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: inline-block;
  padding: 10px 20px;
  color: #091c2c;
  font-size: 20px;
  line-height: 40px;
  font-weight: 500;
  border: 1px solid orange;
  border-radius: 50px;
  background-color: #eccb38;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 15;
}

.production_content__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  padding-top: 40px;
  padding-bottom: 40px;
  /* Tablet */
  /* big Tablet */
  /* Desktop */
}
@media (min-width: 768px) {
  .production_content__wrapper {
    gap: 40px;
  }
}
@media (min-width: 992px) {
  .production_content__wrapper {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1200px) {
  .production_content__wrapper {
    width: 1000px;
    gap: 50px;
  }
}

.row__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* big Tablet */
}
@media (min-width: 992px) {
  .row__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.row_first {
  /* Tablet */
  /* big Tablet */
}
@media (min-width: 768px) {
  .row_first {
    gap: 15px;
  }
}
@media (min-width: 992px) {
  .row_first {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.row_second {
  /* Tablet */
  /* big Tablet */
}
@media (min-width: 768px) {
  .row_second {
    gap: 15px;
  }
}
@media (min-width: 992px) {
  .row_second {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.row__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* Desktop */
}
@media (min-width: 1200px) {
  .row__content {
    height: 350px;
    width: 500px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: left;
  }
}

.row__content-padding-right {
  /* Desktop */
}
@media (min-width: 1200px) {
  .row__content-padding-right {
    padding-right: 40px;
  }
}

.row__content-padding-left {
  /* Desktop */
}
@media (min-width: 1200px) {
  .row__content-padding-left {
    padding-left: 40px;
  }
}

.row__content_header {
  display: inline-block;
  color: #f7f6f4;
  font-size: 18px;
  line-height: 2.3;
  /* Tablet */
  /* big Tablet */
  /* Desktop */
}
@media (min-width: 768px) {
  .row__content_header {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .row__content_header {
    margin-bottom: 15px;
  }
}
@media (min-width: 1200px) {
  .row__content_header {
    font-size: 22px;
    margin-bottom: 20px;
  }
}

.row__content_text {
  display: inline-block;
  font-size: 16px;
  padding-left: 5px;
  padding-right: 5px;
  /* Tablet */
  /* big Tablet */
  /* Desktop */
}
@media (min-width: 768px) {
  .row__content_text {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .row__content_text {
    height: 200px;
    width: 350px;
  }
}
@media (min-width: 1200px) {
  .row__content_text {
    height: 500px;
    font-size: 20px;
  }
}

.row__image {
  border-radius: 10px;
  height: 300px;
  width: 100%;
  /* Mobile XS */
  /* Tablet */
  /* big Tablet */
  /* Desktop */
}
@media (min-width: 480px) {
  .row__image {
    width: 395px;
  }
}
@media (min-width: 768px) {
  .row__image {
    height: 300px;
    width: 595px;
  }
}
@media (min-width: 992px) {
  .row__image {
    height: 400px;
    width: 400px;
  }
}
@media (min-width: 1200px) {
  .row__image {
    height: 500px;
    width: 500px;
  }
}
.row__image img {
  width: 100%;
  height: 100%;
  border: 3px solid #e896eb;
  border-radius: 10px;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.common_sizes {
  /* Mobile XS */
  /* Tablet */
  /* big Tablet */
  /* big Tablet */
  /* Desktop */
}
@media (min-width: 480px) {
  .common_sizes {
    width: 330px;
  }
}
@media (min-width: 768px) {
  .common_sizes {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 595px;
  }
}
@media (min-width: 992px) {
  .common_sizes {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 800px;
    gap: 30px;
  }
}
@media (min-width: 992px) {
  .common_sizes {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 900px;
    gap: 60px;
  }
}
@media (min-width: 1200px) {
  .common_sizes {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 1000px;
    gap: unset;
  }
}

.section__title {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  min-width: 90%;
  text-align: center;
  color: #f7f6f4;
  /* Mobile XS */
}
@media (min-width: 480px) {
  .section__title {
    min-width: unset;
  }
}

.contacts_title {
  margin-bottom: 10px;
  padding: 0;
  font-size: 20px;
  line-height: 1.6;
}

.section__title--promo {
  margin-top: 30px;
  font-size: 32px;
}

.section__title--logo {
  width: 60%;
  font-size: 30px;
  /* Mobile XS */
  /* Tablet */
}
@media (min-width: 480px) {
  .section__title--logo {
    width: 60%;
  }
}
@media (min-width: 768px) {
  .section__title--logo {
    width: 70%;
  }
}
@media (min-width: 1200px) {
  .section__title--logo {
    font-size: 30px;
  }
}

.section_subtitle {
  display: inline-block;
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 3px;
  min-width: 100%;
  text-align: center;
  color: #f7f6f4;
  text-shadow: 1px 1px black;
  position: inherit;
  z-index: 16;
  /* Mobile tiny */
  /* Mobile XS */
  /* big Tablet */
  /* Desktop */
}
@media (min-width: 320px) {
  .section_subtitle {
    width: 100%;
    font-size: 14px;
    line-height: 1.9;
  }
}
@media (min-width: 480px) {
  .section_subtitle {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .section_subtitle {
    font-size: 18px;
    line-height: 2.5;
  }
}
@media (min-width: 1200px) {
  .section_subtitle {
    font-size: 22px;
    line-height: 2.5;
  }
}

.section_subtitle--contacts {
  /* Desktop */
}
@media (min-width: 1200px) {
  .section_subtitle--contacts {
    font-size: 22px;
  }
}

.section_category__wrapper {
  padding-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* Tablet */
  /* big Tablet */
  /* Desktop */
}
@media (min-width: 768px) {
  .section_category__wrapper {
    padding-bottom: 10px;
  }
}
@media (min-width: 992px) {
  .section_category__wrapper {
    padding-bottom: 15px;
  }
}
@media (min-width: 1200px) {
  .section_category__wrapper {
    padding-bottom: 25px;
  }
}

.section_category_header {
  padding-left: auto;
  padding-right: auto;
  min-width: 100%;
}
@media (max-width: 479px) {
  .section_category_header {
    font-size: 20px;
  }
}

.slider {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}

.slider__wrapper {
  position: relative;
  /* Tablet */
  /* big Tablet */
  /* Desktop */
}
@media (min-width: 768px) {
  .slider__wrapper {
    width: 595px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 992px) {
  .slider__wrapper {
    width: 794px;
  }
}
@media (min-width: 1200px) {
  .slider__wrapper {
    width: 994px;
  }
}
.slider__wrapper .slider_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -o-object-fit: cover;
     object-fit: cover;
}

.slider_item__img {
  display: block;
  height: 290px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: relative;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .slider_item__img {
    height: 450px;
    -o-object-position: top;
       object-position: top;
  }
}
@media (min-width: 992px) {
  .slider_item__img {
    height: 350px;
  }
}
@media (min-width: 768px) {
  .slider_item__img {
    height: 300px;
  }
}
.slider_item__img * {
  height: 100%;
  width: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .slider_item__img * {
    -o-object-position: 30%;
       object-position: 30%;
  }
}

.slider__arrow {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #fbdc4d;
  border: none;
  cursor: pointer;
  z-index: 10;
  -webkit-transition: background 0.4s ease-in;
  transition: background 0.4s ease-in;
}
.slider__arrow .slider__arrow-svg {
  stroke: #00C470;
}
.slider__arrow:hover {
  background: #eccb38;
}
.slider__arrow:hover .slider__arrow-svg {
  stroke: #101f1a;
}
@media (max-width: 479px) {
  .slider__arrow {
    display: none;
  }
}
.slider__arrow--left {
  top: 81px;
  left: 27px;
  -webkit-transform: translate(-25%, 125%);
          transform: translate(-25%, 125%);
  /* Tablet */
  /* big Tablet */
  /* Desktop */
}
@media (min-width: 768px) {
  .slider__arrow--left {
    top: calc(30% - 27px);
  }
}
@media (min-width: 992px) {
  .slider__arrow--left {
    top: calc(30% - 27px);
  }
}
@media (min-width: 1200px) {
  .slider__arrow--left {
    top: calc(30% - 27px);
  }
}
.slider__arrow--right {
  top: 54px;
  right: 54px;
  -webkit-transform: translate(75%, 175%);
          transform: translate(75%, 175%);
  /* Tablet */
  /* big Tablet */
  /* Desktop */
}
@media (min-width: 768px) {
  .slider__arrow--right {
    top: calc(23% - 27px);
  }
}
@media (min-width: 992px) {
  .slider__arrow--right {
    top: calc(23% - 27px);
  }
}
@media (min-width: 1200px) {
  .slider__arrow--right {
    top: calc(25% - 27px);
  }
}

.slide__title {
  display: inline-block;
  position: absolute;
  left: 50px;
  top: 50px;
  color: #101f1a;
  font-size: 40px;
  z-index: 20;
}

.contacts_section__wrapper {
  padding-top: 40px;
  padding-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contacts_wrapper_first_row {
  /* big Tablet */
  /* Desktop */
}
@media (min-width: 992px) {
  .contacts_wrapper_first_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.contacts_wrapper_second_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contacts_section_row {
  padding-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* Tablet */
  /* big Tablet */
  /* Desktop */
}
@media (min-width: 992px) {
  .contacts_section_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 100px;
  }
}

.contacts_section_row_info {
  margin-bottom: 20px;
  text-align: center;
}

.info_list {
  font-size: 16px;
  /* Tablet */
}
@media (min-width: 768px) {
  .info_list {
    font-size: 18px;
  }
}

.info_list__item, .contact_list__item {
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  /* Tablet */
}
.info_list__item:hover, .contact_list__item:hover {
  text-decoration: none;
  color: #ffeb91;
  -webkit-transform: scale(1.016);
          transform: scale(1.016);
  text-shadow: 5px 5px 20px #fff, -5px -5px 20px #fff;
}
@media (min-width: 768px) {
  .info_list__item, .contact_list__item {
    margin-bottom: 15px;
  }
}

.info_list__item--header {
  margin: 0;
}

.info_list__item--header-pages {
  /* big Tablet */
  /* Desktop */
}
@media (min-width: 992px) {
  .info_list__item--header-pages {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .info_list__item--header-pages {
    font-size: 16px;
  }
}

.contacts_section_row_contacts {
  text-align: center;
}

.contact_list {
  font-size: 16px;
  /* Tablet */
}
@media (min-width: 768px) {
  .contact_list {
    font-size: 18px;
  }
}

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: auto;
  padding-right: auto;
  width: 150px;
  height: auto;
  display: none;
}
@media (min-width: 992px) {
  .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.logo:img {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.logo .logo--bottom {
  margin-top: 15px;
  /* big Tablet */
}

.logo_desc {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  font-size: 7px;
  color: aliceblue;
  text-shadow: 0.5px 0.5px black;
  /* big Tablet */
  /* Desktop */
}
@media (min-width: 992px) {
  .logo_desc {
    font-size: 10px;
  }
}
@media (min-width: 1200px) {
  .logo_desc {
    font-size: 12px;
  }
}

.footer_section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer_info_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #11bba7;
  padding: 15px;
  border-top: 2px solid #fbdc4d;
  margin-left: 0;
  margin-right: 0;
  /* Mobile tiny */
  /* Mobile XXS */
  /* Mobile XS */
  /* Tablet */
  /* big Tablet */
  /* Desktop */
  /* LARGE desktop */
}
@media (min-width: 320px) {
  .footer_info_wrapper {
    width: 100%;
  }
}
@media (min-width: 375px) {
  .footer_info_wrapper {
    width: 100%;
  }
}
@media (min-width: 480px) {
  .footer_info_wrapper {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .footer_info_wrapper {
    width: 730px;
  }
}
@media (min-width: 992px) {
  .footer_info_wrapper {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 1200px) {
  .footer_info_wrapper {
    min-width: 1100px;
  }
}
@media (min-width: 1365px) {
  .footer_info_wrapper {
    width: 1200px;
  }
}

.footer_info_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* big Tablet */
}
@media (min-width: 992px) {
  .footer_info_row {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.copyright_candyland {
  font-size: 12px;
  color: aliceblue;
  text-shadow: 0.5px 0.5px black;
  /* big Tablet */
  /* Desktop */
}
@media (min-width: 992px) {
  .copyright_candyland {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .copyright_candyland {
    font-size: 16px;
  }
}

.copyright_gingerdev {
  font-size: 8px;
  /* big Tablet */
  /* Desktop */
}
@media (min-width: 992px) {
  .copyright_gingerdev {
    font-size: 10px;
  }
}
@media (min-width: 1200px) {
  .copyright_gingerdev {
    font-size: 12px;
  }
}

.gingerdev_link {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.gingerdev_link:hover {
  text-decoration: none;
  color: #ffeb91;
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
  text-shadow: 5px 5px 20px #fff, -5px -5px 20px #fff;
}

.backTopBtn {
  position: fixed;
  display: inline-block;
  width: 60px;
  -webkit-filter: grayscale(0.35);
          filter: grayscale(0.35);
  z-index: 98;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-animation: myAnim 3000ms ease 3s infinite normal forwards;
          animation: myAnim 3000ms ease 3s infinite normal forwards;
  /* Mobile XXS */
  /* Tablet */
  /* big Tablet */
  /* Desktop */
}
@keyframes myAnim {
  0% {
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
  }
  10% {
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
  }
  17% {
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
  33% {
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
  }
  45% {
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.backTopBtn:hover {
  -webkit-filter: drop-shadow(-1px 4px 15px #fd0808);
          filter: drop-shadow(-1px 4px 15px #fd0808);
  scale: 1.08;
}
@media (min-width: 375px) {
  .backTopBtn {
    bottom: 75px;
    right: 30px;
  }
}
@media (min-width: 768px) {
  .backTopBtn {
    bottom: 80px;
    right: calc(50% - 350px);
  }
}
@media (min-width: 992px) {
  .backTopBtn {
    bottom: 85px;
    right: calc(50% - 400px);
  }
}
@media (min-width: 1200px) {
  .backTopBtn {
    bottom: 100px;
    right: calc(50% - 550px);
  }
}

.breakline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  height: 60px;
  background: #e38dc7;
  background: -webkit-gradient(linear, left top, right top, color-stop(30%, #e38dc7), color-stop(65%, #ddcc68));
  background: linear-gradient(90deg, #e38dc7 30%, #ddcc68 65%);
  border-top: 2px solid #fbdc4d;
  border-bottom: 2px solid #fbdc4d;
  /* Mobile XXS */
  /* Mobile XS */
  /* Tablet */
  /* big Tablet */
  /* Desktop */
  /* LARGE desktop */
  margin-left: auto;
  margin-right: auto;
}
.breakline img {
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (min-width: 375px) {
  .breakline {
    width: 100%;
    height: 70px;
  }
}
@media (min-width: 480px) {
  .breakline {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .breakline {
    width: 730px;
  }
}
@media (min-width: 992px) {
  .breakline {
    width: 900px;
  }
}
@media (min-width: 1200px) {
  .breakline {
    width: 1100px;
  }
}
@media (min-width: 1365px) {
  .breakline {
    width: 1200px;
  }
}

.social_icon_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  /* Mobile tiny */
  /* Mobile XS */
  /* big Tablet */
}
@media (min-width: 320px) {
  .social_icon_wrapper {
    gap: 10px;
  }
}
@media (min-width: 480px) {
  .social_icon_wrapper {
    gap: 20px;
  }
}
.social_icon_wrapper img {
  /* Mobile tiny */
  /* Mobile XS */
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 320px) {
  .social_icon_wrapper img {
    height: 30px;
  }
}
@media (min-width: 480px) {
  .social_icon_wrapper img {
    height: 40px;
  }
}
.social_icon_wrapper img:hover {
  opacity: 0.8;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-filter: drop-shadow(-1px 4px 20px #f0efeb);
          filter: drop-shadow(-1px 4px 20px #f0efeb);
}

.social_icon_wrapper--bottom {
  /* Mobile XS */
}
@media (min-width: 480px) {
  .social_icon_wrapper--bottom {
    height: 40px;
    gap: 25px;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}

.social_icon_item {
  display: inline-block;
}
.social_icon_item:hover {
  text-shadow: 5px 5px 20px #c7fd04, -5px -5px 20px #f0ff1b;
}

.button {
  display: inline-block;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 2px;
  height: 50px;
  line-height: 47px;
  font-weight: 600;
  font-size: 20px;
  background: #fbdc4d;
  border-radius: 50px;
  border: 2px solid #eccb38;
  cursor: pointer;
  white-space: nowrap;
  -webkit-transition: background 0.2s ease-in;
  transition: background 0.2s ease-in;
}
.button:hover {
  background: #eccb38;
}

.button--promo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding-left: 50px;
  padding-right: 50px;
}
.button--promo:hover {
  background: #eccb38;
}

.button--other {
  margin-bottom: 40px;
}
.button--other:hover {
  background: #eccb38;
}

.page_content__wrapper {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: auto;
  padding-right: auto;
  padding-top: 30px;
}

.page__pic {
  margin-bottom: 20px;
  display: block;
  height: auto;
  /* Mobile tiny */
  /* Mobile XS */
  /* Tablet */
  /* big Tablet */
  /* Desktop */
}
@media (min-width: 320px) {
  .page__pic {
    margin-bottom: 40px;
    width: 130px;
  }
}
@media (min-width: 480px) {
  .page__pic {
    width: 150px;
  }
}
@media (min-width: 768px) {
  .page__pic {
    width: 180px;
  }
}
@media (min-width: 992px) {
  .page__pic {
    width: 200px;
  }
}
@media (min-width: 1200px) {
  .page__pic {
    width: 300px;
  }
}

.page__title {
  display: inline-block;
  margin: unset;
  /* Mobile tiny */
  /* Mobile XS */
  /* Tablet */
  /* Desktop */
}
@media (min-width: 320px) {
  .page__title {
    font-size: 20px;
  }
}
@media (min-width: 480px) {
  .page__title {
    font-size: 22px;
  }
}
@media (min-width: 768px) {
  .page__title {
    font-size: 24px;
    font-weight: 700;
  }
}
@media (min-width: 1200px) {
  .page__title {
    font-size: 34px;
  }
}

.tomain__link {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tomain__link:hover {
  text-decoration: none;
  color: #ffeb91;
  -webkit-transform: scale(1.016);
          transform: scale(1.016);
  text-shadow: 5px 5px 20px #fff, -5px -5px 20px #fff;
}

.section_subtitle--adver {
  display: block;
  line-height: 1.6;
  /* Mobile tiny */
  /* Tablet */
  /* Desktop */
}
@media (min-width: 320px) {
  .section_subtitle--adver {
    min-width: unset;
    width: 470px;
  }
}
@media (min-width: 768px) {
  .section_subtitle--adver {
    width: 630px;
  }
}
@media (min-width: 1200px) {
  .section_subtitle--adver {
    width: 750px;
  }
}

.page__title {
  display: inline-block;
  margin-bottom: 15px;
  /* Mobile tiny */
  /* Mobile XS */
  /* Tablet */
  /* Desktop */
}

.tomain__link--order {
  margin-bottom: 20px;
  margin-top: 20px;
}

.logo_desc--order {
  margin-bottom: 50px;
}

.card_section__category-description {
  padding-left: 50px;
  padding-right: 50px;
  margin-bottom: 40px;
  text-align: left;
  color: darkmagenta;
  /* Mobile tiny */
  /* Mobile XXS */
  /* Mobile XS */
  /* Tablet */
  /* Desktop */
  /* LARGE desktop */
}
@media (min-width: 320px) {
  .card_section__category-description {
    width: 100%;
  }
}
@media (min-width: 375px) {
  .card_section__category-description {
    width: 100%;
  }
}
@media (min-width: 480px) {
  .card_section__category-description {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .card_section__category-description {
    width: 100%;
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .card_section__category-description {
    width: 900px;
  }
}
@media (min-width: 1365px) {
  .card_section__category-description {
    width: 100%;
    max-width: 1180px;
  }
}

/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}
/*# sourceMappingURL=main.css.map */