

/* Start:/local/templates/velken/css/main.css?177510542369620*/
@font-face {
  font-family: "Inter";
  src: url("/fonts/Inter-Regular.eot");
  src: local("Inter Regular"), local("Inter-Regular"), url("/fonts/Inter-Regular.eot?#iefix") format("embedded-opentype"), url("/fonts/Inter-Regular.woff2") format("woff2"), url("/fonts/Inter-Regular.woff") format("woff"), url("/fonts/Inter-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Inter";
  src: url("/fonts/Inter-Medium.eot");
  src: local("Inter Medium"), local("Inter-Medium"), url("/fonts/Inter-Medium.eot?#iefix") format("embedded-opentype"), url("/fonts/Inter-Medium.woff2") format("woff2"), url("/fonts/Inter-Medium.woff") format("woff"), url("/fonts/Inter-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Inter";
  src: url("/fonts/Inter-SemiBold.eot");
  src: local("Inter Semi Bold"), local("Inter-SemiBold"), url("/fonts/Inter-SemiBold.eot?#iefix") format("embedded-opentype"), url("/fonts/Inter-SemiBold.woff2") format("woff2"), url("/fonts/Inter-SemiBold.woff") format("woff"), url("/fonts/Inter-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "TT Travels Next";
  src: url("/fonts/TT_Travels_Next_ExtraBold.eot");
  src: local("TT Travels Next ExtraBold"), local("TTTravelsNext-ExtraBold"), url("/fonts/TT_Travels_Next_ExtraBold.eot?#iefix") format("embedded-opentype"), url("/fonts/TT_Travels_Next_ExtraBold.woff2") format("woff2"), url("/fonts/TT_Travels_Next_ExtraBold.woff") format("woff"), url("/fonts/TT_Travels_Next_ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "TT Travels Next";
  src: url("/fonts/TT_Travels_Next_Bold.eot");
  src: local("TT Travels Next Bold"), local("TTTravelsNext-Bold"), url("/fonts/TT_Travels_Next_Bold.eot?#iefix") format("embedded-opentype"), url("/fonts/TT_Travels_Next_Bold.woff2") format("woff2"), url("/fonts/TT_Travels_Next_Bold.woff") format("woff"), url("/fonts/TT_Travels_Next_Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "TT Travels Next";
  src: url("/fonts/TT_Travels_Next_Black.eot");
  src: local("TT Travels Next Black"), local("TTTravelsNext-Black"), url("/fonts/TT_Travels_Next_Black.eot?#iefix") format("embedded-opentype"), url("/fonts/TT_Travels_Next_Black.woff2") format("woff2"), url("/fonts/TT_Travels_Next_Black.woff") format("woff"), url("/fonts/TT_Travels_Next_Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "TT Firs Neue";
  src: url("/fonts/TT_Firs_Neue_DemiBold.eot");
  src: local("TT Firs Neue DemiBold"), local("TTFirsNeue-DemiBold"), url("/fonts/TT_Firs_Neue_DemiBold.eot?#iefix") format("embedded-opentype"), url("/fonts/TT_Firs_Neue_DemiBold.woff2") format("woff2"), url("/fonts/TT_Firs_Neue_DemiBold.woff") format("woff"), url("/fonts/TT_Firs_Neue_DemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

.container {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.7);
  padding-left: calc(var(--bs-gutter-x) * 0.7);
  margin-right: auto;
  margin-left: auto;
}

* {
  padding: 0px;
  margin: 0px;
  border: none;
}

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

a,
a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

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

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

ul,
ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

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

input,
textarea,
button,
select {
  font: inherit inherit;
  background: transparent;
  color: inherit;
}

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

button,
input[type=submit] {
  background: transparent;
  display: inline-block;
  -webkit-box-shadow: none;
  box-shadow: none;
  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;
}

input,
textarea,
input:active,
textarea:active,
select {
  outline: none !important;
}

input[type=checkbox]:focus,
input[type=radio]:focus {
  visibility: hidden;
}

.footer {
  background: black;
  padding: 26px 0 14px 0;
}

.footer a {
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.footer a:hover {
  color: #FEC500;
}

.footer__top,
.footer__bottom {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 20px;
  position: relative;
  z-index: 1;
}

.footer__top {
  margin-bottom: 42px;
  align-items: center;
}
.footer__bottom-left{
  grid-column: span 9;
  display: flex;
  justify-content: flex-start;
  gap: 0 50px;
}

.footer__copyright,
.footer__vendor,
.footer__privacy,
.footer__zavod {
  color: #7d7d7d;
  letter-spacing: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 122.58%;
}

.footer__copyright {
  grid-column: span 3;
}

.footer__vendor {
  grid-column: span 2;
  -webkit-text-decoration-line: underline !important;
  text-decoration-line: underline !important;
  text-underline-offset: 2px;
}

.footer__privacy {
  grid-column: span 4;
}

.footer__zavod {
  grid-column: span 3;
  color: #615C5C;
}

.footer__zavod:hover {
  color: #db0037 !important;
}

.footer-column--logo {
  grid-column: span 2;
}
.footer__nav{
  grid-column: 4/span 6;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 30px;
}


.footer-column--contacts {
  grid-column: span 3;
}

.footer-logo__img {
  width: 210px;
}

.footer-menu {
  padding-top: 10px;
}
.footer-menu__list{
  column-count: 2;
}
.footer-menu__item {
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0;
  margin-bottom: 15px;
}

.footer-menu__item:last-child {
  margin-bottom: 0;
}

.footer-menu__link {
  color: white;
}

.footer-contacts {
  margin-bottom: 28px;
}

.footer-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 16px;
}

.footer-contact:last-child {
  margin-bottom: 0;
}

.footer-contact__icon {
  -webkit-box-flex: 26px;
  -ms-flex: 26px 0 0px;
  flex: 26px 0 0;
}

.footer-contact__title {
  color: #A9A9A9;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: -0.04em;
  margin-bottom: 4px;
}

.footer-contact__value {
  color: white;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.04em;
}

.footer-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  background-color: #db0037;
  box-shadow: 0 7px 4px -3px rgb(35 34 34 / 39%);
}
.header:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-image: var(--pattern, url(/img/other/bubbles.svg));
  background-size: cover;
  opacity: 0.15;
  height: 100%;
  display: flex;
  z-index: -1;
  background-position-y: -420px;
}
.header--mission{
  background: #e6eaed7a;
  backdrop-filter: blur(10px);
}
.header--active{
  background: transparent !important;
}
.header--mission:before{
  content: none;
}


.header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 80px;
  -moz-column-gap: 80px;
  column-gap: 80px;
  padding: 10px 31px 4px 31px;
}

.header-logo {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.header-logo__img {
  max-width: 114px;
}

.header-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 36px;
  -moz-column-gap: 36px;
  column-gap: 36px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-menu__item {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0;
  position: relative;
}

.header-menu__link {
  color: white;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.header--mission .header-menu__link{
  color: #2b281b;
}

.header-menu__link:hover {
  color: #FEC500;
}

.header-submenu {
  position: absolute;
  max-width: 530px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -400px;
  z-index: 1000;
  width: 470px;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.header-submenu:before {
  content: "";
  position: absolute;
  top: 15%;
  left: -3%;
  right: -3%;
  width: 106%;
  height: 100%;
  border-radius: 13px;
  background: -o-radial-gradient(50% 26%, 97% 104%, #db0037, black 100%), #d9d9d9;
  background: radial-gradient(97% 104% at 50% 26%, #db0037, black 100%), #d9d9d9;
}

.header-submenu.is-active {
  top: 35px;
}

.header-submenu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 32px;
  -moz-column-gap: 32px;
  column-gap: 32px;
  z-index: 1;
  position: relative;
}

.header-submenu__item {
  -webkit-box-flex: 130px;
  -ms-flex: 130px 0 0px;
  flex: 130px 0 0;
}

.header-submenu__link {
  display: block;
  text-align: center;
}

.header-submenu__link:hover .header-submenu__img {
  -webkit-transform: scale(1.06);
  -ms-transform: scale(1.06);
  transform: scale(1.06);
}

.header-submenu__link:hover .header-submenu__title {
  color: #FEC500;
}

.header-submenu__image {
  display: block;
  margin-bottom: 6px;
}

.header-submenu__img {
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.header-submenu__title {
  font: 807 14px/94.1% "TT Travels Next";
  color: white;
  letter-spacing: -0.05em;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.header-double {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
}
.header-action.btn{
  font-size: 16px;
  padding: 10px 16px;
}

.mobile-menu__button {
  background: #FEC500;
  display: none;
  cursor: pointer;
  position: relative;
  width: 44px;
  height: 44px;
  border-radius: 9px;
}

.mobile-menu__button span {
  position: relative;
  display: block;
  width: 18px;
  height: 2px;
  background: black;
  border-radius: 3px;
  -webkit-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

.mobile-menu__button span::before,
.mobile-menu__button span::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 18px;
  height: 2px;
  background: black;
  border-radius: 3px;
  -webkit-transition: top 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: top 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease, top 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, top 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, top 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}

.mobile-menu__button span::before {
  top: -6px;
}

.mobile-menu__button span::after {
  top: 6px;
}

.mobile-menu__button.is-active span {
  background: transparent;
}

.mobile-menu__button.is-active span::before {
  top: 0;
  width: 24px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}

.mobile-menu__button.is-active span::after {
  top: 0;
  width: 24px;
  -webkit-transform: translateX(-50%) rotate(-45deg);
  -ms-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
}

.mobile-menu-wrapper {
  position: fixed;
  z-index: 8;
  inset: 0 0 100% 0;
  background: -o-radial-gradient(50% 26%, 97% 104%, #db0037, black 100%), white;
  background: radial-gradient(97% 104% at 50% 26%, #db0037, black 100%), white;
  /*z-index: 100;*/
  overflow: auto;
  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-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  opacity: 0;
}

.mobile-menu-wrapper.is-active {
  bottom: 0;
  opacity: 1;
}

.mobile-menu-wrapper__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 70%;
  padding: 150px 32px 0 32px;
  gap: 10%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start;
}

.mobile-menu-wrapper__item {
  font: 500 22px/27px "Inter";
  display: block;
  color: white;
  letter-spacing: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.mobile-menu-wrapper__item::after {
  background: url("/img/other/arrow.svg") no-repeat center/cover;
  visibility: hidden;
  content: "";
  width: 36px;
  height: 36px;
  margin-top: 2px;
}

.mobile-menu-wrapper__item.is-active {
  color: #FEC500;
}

.mobile-menu-wrapper__item.is-active::after {
  visibility: visible;
}

.mobile-menu-wrapper__item.is-active .mobile-submenu {
  display: block;
}

.mobile-menu__actions {
  padding-left: 32px;
  margin-bottom: 20px;
}

.mobile-menu__actions-item:first-child {
  width: 124px;
  margin-bottom: 18px;
}

.mobile-menu__actions-item:last-child {
  width: 224px;
}

.mobile-submenu {
  position: absolute;
  right: 10px;
  top: 50%;
  width: 40%;
  height: 60vh;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: none;
}

.mobile-submenu__item {
  text-align: center;
  margin-bottom: 25px;
}

.mobile-submenu__item:last-child {
  margin-bottom: 0;
}

.mobile-submenu__img {
  max-width: 75px;
}

.mobile-submenu__title {
  font: 807 14px/94.1% "TT Travels Next";
  color: white;
  letter-spacing: -0.05em;
  display: block;
  margin-top: 10px;
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 38px;
  border-radius: 9px;
  background: #FEC500;
  color: #1D1D1C;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0;
  padding: 0 10px;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.btn:hover {
  background: #FAB900;
}

.btn[type=submit]:disabled {
  background: #ababab;
  border-color: #ababab;
  cursor: not-allowed;
}

.cookie {
  background: #252731;
  position: fixed;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  font-size: 14px;
  line-height: 1.4;
  color: #e1e3eb;
  -webkit-box-shadow: 0 1px 3px rgba(9, 10, 15, 0.25), 0 4px 16px rgba(9, 10, 15, 0.1), 0 8px 24px rgba(9, 10, 15, 0.1), inset 0 1px 1px #323543;
  box-shadow: 0 1px 3px rgba(9, 10, 15, 0.25), 0 4px 16px rgba(9, 10, 15, 0.1), 0 8px 24px rgba(9, 10, 15, 0.1), inset 0 1px 1px #323543;
  padding: 20px 24px;
  border-radius: 25px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 600px;
  z-index: 9;
}

.cookie__icon {
  -webkit-box-flex: 50px;
  -ms-flex: 50px 0 0px;
  flex: 50px 0 0;
  height: 50px;
}

.cookie__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
}

.cookie__btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  color: inherit;
  outline: none;
  font: inherit;
  font-size: 14px;
  font-weight: 500;
  background: #2e303d;
  -webkit-box-shadow: inset 0 0 0 1px #3c3e4d;
  box-shadow: inset 0 0 0 1px #3c3e4d;
  line-height: 24px;
  padding: 8px 16px;
  border-radius: 15px;
  -webkit-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.cookie__btn:hover {
  background: #3e4254;
}

.form-group {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 calc((100% - 12px) / 2);
  flex: 1 1 calc((100% - 12px) / 2);
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.form-group:has(textarea) {
  -webkit-box-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;
}

.form-group-checkbox {
  margin: 5px 0 15px 0;
}

.form-input,
.form-textarea {
  border: 1px solid #B9BDC7;
  border-radius: 7px;
  background: white;
  width: 100%;
  color: black;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.form-input:active,
.form-input:focus,
.form-textarea:active,
.form-textarea:focus {
  border-color: #777D89;
}

.form-input:active ~ .form-label,
.form-input:focus ~ .form-label,
.form-input.filled ~ .form-label,
.form-textarea:active ~ .form-label,
.form-textarea:focus ~ .form-label,
.form-textarea.filled ~ .form-label {
  top: 2px;
  left: 10px;
  -webkit-transform: inherit;
  -ms-transform: inherit;
  transform: inherit;
  font-size: 12px;
}

.form-input {
  height: 52px;
  padding: 0 10px;
}

.form-input:active,
.form-input:focus,
.form-input.filled {
  padding-top: 10px;
}

.form-label {
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  pointer-events: none;
  color: #848181;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: -0.08em;
}

.form-label--textarea {
  top: 10px;
  -webkit-transform: inherit;
  -ms-transform: inherit;
  transform: inherit;
}

.form-textarea {
  height: 100px;
  padding: 10px;
  resize: none;
}

.form-textarea:active,
.form-textarea:focus,
.form-textarea:valid {
  padding-top: 20px;
}

.form-checkbox {
  display: none;
}

.form-checkbox:checked + .form-checkbox-label:after {
  background: #FEC500;
}

.form-checkbox-label {
  color: white;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: -0.08em;
  position: relative;
  padding-left: 42px;
  display: inline-block;
}

.form-checkbox-label a {
  color: white;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.form-checkbox-label a:hover {
  text-decoration: none;
}

.form-checkbox-label:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 26px;
  height: 26px;
  border: 1px solid white;
  border-radius: 5.56px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}

.form-checkbox-label:after {
  background: inherit;
  content: "";
  display: inline-block;
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 3px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 6px;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.form__btn {
  border: 1px solid white;
  border-radius: 7px;
  color: black;
  font-size: 19px;
  line-height: 23px;
  letter-spacing: -0.08em;
  width: 245px;
  height: 68px;
}

.main-header {
  padding-top: 64px;
}

.main-header__title {
  color: white;
  text-align: center;
  font-size: 60px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.hero {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  padding-bottom: 5%;
}

.hero__container {
  position: relative;
}

.hero__container:before {
  content: "";
  position: absolute;
  top: 30%;
  left: 32%;
  width: 510px;
  height: 289px;
  -webkit-filter: blur(210.3px);
  filter: blur(210.3px);
  background: rgba(255, 255, 255, 0.67);
}

.hero__wrapper {
  margin-left: -7% !important;
  margin-right: -7% !important;
  z-index: 20 !important;
}
.hero__wrapper:hover .hero__wrapper-nav{
  opacity: 1;
}
.hero__wrapper-nav{
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: 50%;
  transform: translateX(-50%) translateY(50%);
  max-width: 610px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  opacity:0;
  transition: 0.3s ease;
}

.hero__wrapper-arrow{
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s ease;
}

.hero__wrapper-arrow svg{
  transition: 0.3s ease;
}
.hero__wrapper-arrow:hover {
  transform: scale(1.05);
}

.hero-item {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: scale(0.8) !important;
  -ms-transform: scale(0.8) !important;
  transform: scale(0.8) !important;
  will-change: transform;
}

.hero-item:hover {
  -webkit-transform: scale(0.85) !important;
  -ms-transform: scale(0.85) !important;
  transform: scale(0.85) !important;
}

.hero-item.swiper-slide-active {
  -webkit-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  transform: scale(1) !important;
}

.hero-item.swiper-slide-active:hover {
  -webkit-transform: scale(1.05) !important;
  -ms-transform: scale(1.05) !important;
  transform: scale(1.05) !important;
}

.hero-item__image {
  display: block;
}

.hero-item__img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-user-drag: none;
  user-drag: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  pointer-events: none;
}

.hero .seed {
  position: absolute;
  z-index: 2;
  pointer-events: none;
  will-change: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 6vw;
  height: auto;
}

.hero .seed--first {
  left: 0;
  bottom: 7%;
  z-index: 21;
}

.hero .seed--second {
  left: 29%;
  top: 17%;
}

.hero .seed--third {
  left: 39%;
  bottom: -1%;
  z-index: 21;
  width: 5.3vw;
}

.hero .seed--fourth {
  right: 23%;
  bottom: 20%;
  z-index: 21;
}

.hero .seed--fifth {
  right: 22%;
  top: 19%;
}

.hero .seed-static {
  position: absolute;
  z-index: 21;
  width: 8vw;
  height: auto;
}

.hero .seed-static--first {
  left: -7%;
  top: -3%;
  width: 8vw;
}

.hero .seed-static--second {
  right: -8%;
  top: -9%;
  width: 11.2vw;
}

.hero .seed-static--third {
  right: -9%;
  bottom: -6%;
  width: 9.7vw;
}

.hero .seed-static--fourth,
.hero .seed-static--fifth,
.hero .seed-static--sixth {
  display: none;
}

.hero .seed-static--fourth {
  width: 80px;
  left: 18%;
  bottom: -4%;
}

.hero .seed-static--fifth {
  width: 75px;
  right: 14%;
  bottom: 30%;
}

.hero .seed-static--sixth {
  width: 151px;
  right: -25%;
  bottom: -24%;
}

.where-to-buy {
  padding: 50px 0;
  overflow: hidden;
}

.where-to-buy__title {
  font-size: 34px;
  /*font-size: clamp(*/
  /*  2.5rem,*/
  /*  2.2794117647rem + 0.9803921569vw,*/
  /*  3.125rem*/
  /*);*/
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 30px;
}

.where-to-buy__slider {
  margin-left: -2% !important;
  margin-right: -2% !important;
  border-radius: 20px;
}

.where-to-buy__slide {
  background: white;
  height: 132px;
  border: 1px solid #DED7D7;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px 14px;
  filter: grayscale(100%);
  transition: 0.3s ease;
}
.where-to-buy__slide:hover{
  filter: grayscale(0%);
}

.where-to-buy__slide-img {
  background: white;
  -webkit-user-drag: none;
  user-drag: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  pointer-events: none;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.lead-form {
  overflow: hidden;
  padding-top: 100px;
}

.lead-form__container {
  position: relative;
  padding-top: 44px;
  padding-bottom: 44px;
}

.lead-form__container:after {
  background: url("/img/form/bg-new.png") no-repeat 0 0/cover;
  content: "";
  position: absolute;
  bottom: 0%;
  right: 0;
  width: 56%;
  height: 116%;
}

.lead-form__wrapper {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.lead-form__column {
  grid-column: span 5;
}

.lead-form__title {
  font-size: 34px;
  font-weight: 900;
  line-height: 120%;
  letter-spacing: -0.01em;
  margin-bottom: 20px;
}

.lead-form__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 6px;
  z-index: 99;
  position: relative;
}

.lead-form .seed-static {
  position: absolute;
  z-index: 21;
  width: 8vw;
  height: auto;
}

.lead-form .seed-static--first {
  left: -4%;
  top: -7%;
  width: 4vw;
}

.lead-form .seed-static--second {
  left: -2%;
  bottom: 19%;
  width: 4vw;
}

.lead-form .seed-static--third {
  left: 35%;
  top: -2%;
  width: 4vw;
}

.lead-form .seed-static--fourth {
  width: 4vw;
  right: 31%;
  top: -4%;
}

.lead-form .seed-static--fifth {
  width: 4.8vw;
  right: 49%;
  bottom: 0;
}

.lead-form .seed-static--sixth {
  width: 8vw;
  right: -3%;
  bottom: -11%;
}

.mission-header,
.mission-fidgets,
.mission-music,
.mission-timer,
.mission-video,
.mission-actions {
  position: relative;
  z-index: 9;
}

.mission-header {
  padding-top: 44px;
  margin-bottom: 500px;
}

.mission-header__title {
  color: black;
  text-align: center;
  text-transform: uppercase;
  font-size: clamp(
    1.0625rem,
    0.5992647059rem + 2.0588235294vw,
    2.375rem
  );
  font-weight: 807;
  line-height: 121%;
  letter-spacing: -0.01em;
  margin-bottom: 20px;
}

.mission-header__description {
  color: black;
  font-size: clamp(
    1rem,
    0.9558823529rem + 0.1960784314vw,
    1.125rem
  );
  font-weight: 400;
  line-height: 130.37%;
  letter-spacing: -0.03em;
  text-align: center;
  max-width: 55%;
  margin: 0 auto;
  -webkit-column-fill: balance;
  -moz-column-fill: balance;
  column-fill: balance;
}

.mission-fidgets {
  padding-bottom: 390px;
}

.mission-fidgets__title {
  font-size: clamp(
    3.75rem,
    1.4338235294rem + 10.2941176471vw,
    10.3125rem
  );
  font-weight: 807;
  line-height: 101%;
  letter-spacing: -0.02em;
  text-align: center;
}

.mission-fidgets__description {
  color: black;
  font-size: clamp(
    1rem,
    0.9558823529rem + 0.1960784314vw,
    1.125rem
  );
  font-weight: 400;
  line-height: 130.37%;
  letter-spacing: -0.03em;
  text-align: center;
  max-width: 62%;
  margin: 0 auto;
  -webkit-column-fill: balance;
  -moz-column-fill: balance;
  column-fill: balance;
}

.mission-fidgets__image {
  text-align: center;
  margin-top: -50px;
  margin-bottom: 20px;
}

.mission-fidgets__subtitle {
  color: black;
  font-size: clamp(
    1.4375rem,
    1.1948529412rem + 1.0784313725vw,
    2.125rem
  );
  font-weight: 807;
  line-height: 101%;
  letter-spacing: -0.02em;
  text-align: center;
  text-transform: uppercase;
  max-width: 900px;
  margin: 0 auto 18px auto;
}

.mission-fidgets__text {
  color: black;
  font-size: clamp(
    0.875rem,
    0.7867647059rem + 0.3921568627vw,
    1.125rem
  );
  font-weight: 400;
  line-height: 130.37%;
  letter-spacing: -0.03em;
  text-align: center;
  max-width: 62%;
  margin: 0 auto;
  -webkit-column-fill: balance;
  -moz-column-fill: balance;
  column-fill: balance;
}

.mission-music {
  padding-bottom: 108px;
}

.mission-music__title {
  color: black;
  font-size: clamp(
    1.4375rem,
    1.1948529412rem + 1.0784313725vw,
    2.125rem
  );
  font-weight: 807;
  line-height: 101%;
  letter-spacing: -0.02em;
  text-align: center;
  max-width: 1050px;
  margin: 0 auto 12px auto;
}

.mission-music__description {
  color: black;
  font-size: clamp(
    0.875rem,
    0.7867647059rem + 0.3921568627vw,
    1.125rem
  );
  font-weight: 400;
  line-height: 130.37%;
  letter-spacing: -0.03em;
  text-align: center;
  max-width: 62%;
  margin: 0 auto;
  -webkit-column-fill: balance;
  -moz-column-fill: balance;
  column-fill: balance;
}

.mission-music__image {
  text-align: center;
}

.mission-music__subtitle {
  color: white;
  font-size: clamp(
    1rem,
    0.9558823529rem + 0.1960784314vw,
    1.125rem
  );
  font-weight: 400;
  line-height: 130.37%;
  letter-spacing: -0.03em;
  text-align: center;
  margin-bottom: 12px;
}

.mission-music__platforms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mission-music-platform__img {
  border-radius: 13px;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.mission-music-platform__img:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.mission-timer {
  padding-bottom: 38px;
}

.mission-timer__title {
  color: black;
  font-size: clamp(
    1.4375rem,
    1.1948529412rem + 1.0784313725vw,
    2.125rem
  );
  font-weight: 807;
  line-height: 101%;
  letter-spacing: -0.02em;
  text-align: center;
  margin-bottom: 26px;
}

.mission-timer__description {
  color: black;
  font-size: clamp(
    0.875rem,
    0.7867647059rem + 0.3921568627vw,
    1.125rem
  );
  font-weight: 400;
  line-height: 130.37%;
  letter-spacing: -0.03em;
  text-align: center;
  max-width: 62%;
  margin: 0 auto 28px auto;
}

.mission-timer__wrapper {
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 700px;
  margin: 0 auto;
  border-radius: 14px;
  padding: 26px 30px;
}

.mission-timer__time {
  position: relative;
  -webkit-box-flex: 31.25%;
  -ms-flex: 31.25% 0 0px;
  flex: 31.25% 0 0;
  text-align: right;
}

.mission-timer__time--second {
  text-align: left;
}

.mission-timer__time:before,
.mission-timer__time:after {
  content: "";
  position: absolute;
  left: 50%;
  width: 16px;
  height: 8px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.mission-timer__time:before {
  background: url("/img/timer/arrow.svg") no-repeat 0 0/cover;
  top: -6px;
}

.mission-timer__time:after {
  background: url("/img/timer/arrow-reverse.svg") no-repeat 0 0/cover;
  bottom: -6px;
}

.mission-timer__colon {
  -webkit-box-flex: 6.25%;
  -ms-flex: 6.25% 0 0px;
  flex: 6.25% 0 0;
  text-align: center;
}

.mission-timer__time,
.mission-timer__colon {
  font: 807 103px/101% "TT Travels Next";
  color: #d2d2d2;
  letter-spacing: -0.02em;
}

.mission-timer__play {
  position: relative;
  -webkit-box-flex: 21%;
  -ms-flex: 21% 0 0px;
  flex: 21% 0 0;
  -webkit-animation: bounce 1s ease infinite;
  animation: bounce 1s ease infinite;
}

@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }

  30% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }

  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  70% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }

  90% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounce {
  0%, 100% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }

  30% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }

  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  70% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }

  90% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.mission-timer__play.is-active {
  -webkit-animation: none;
  animation: none;
}

.mission-timer__play.is-active img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.mission-timer__play img {
  position: absolute;
  top: -85px;
  left: 0;
  cursor: pointer;
}

.mission-video__img {
  border-radius: 10px;
  cursor: pointer;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.mission-video__img:hover {
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
}

.mission-actions {
  height: 800px;
  padding-top: 80px;
}

.mission-actions__container {
  position: relative;
}

.mission-actions__bg {
  text-align: center;
}

.mission-actions__logo,
.mission-actions__text,
.mission-actions__button {
  position: absolute;
}

.mission-actions__logo {
  top: 28%;
  left: 10%;
  width: 352px;
}

.mission-actions__text {
  bottom: 36%;
  right: 9%;
}

.mission-actions__button {
  bottom: 12%;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.mission-actions__button:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

.mission-actions__button--left {
  left: 15%;
}

.mission-actions__button--right {
  right: 16%;
}

.product-header {
  margin-top: 64px;
  margin-bottom: 0;
}

.product-header__title {
  font-size: 60px;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}

.product-body {
  padding-bottom: 120px;
}

.product-body__wrapper {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr) minmax(0, 1fr);
  -webkit-column-gap: 70px;
  -moz-column-gap: 70px;
  column-gap: 70px;
  grid-template-areas: "advantages center extra" "advantages center advantages-right" "notes center notes-right";
}

.product-body-advantages {
  margin-bottom: 52%;
  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: end;
  -ms-flex-align: end;
  align-items: end;
  gap: 54px;
  grid-area: advantages;
  padding-top: 68px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}

.product-body-advantages--right {
  grid-area: advantages-right;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  padding-top: 60px;
}

.product-body-advantage {
  background: #FEC500;
  width: 300px;
  min-height: 108px;
  clip-path: polygon(2.644% 12.266%, 2.644% 12.266%, 2.81% 10.362%, 3.072% 8.58%, 3.421% 6.938%, 3.851% 5.455%, 4.352% 4.148%, 4.916% 3.038%, 5.535% 2.142%, 6.201% 1.479%, 6.906% 1.067%, 7.641% 0.926%, 94.551% 0.926%, 94.551% 0.926%, 95.519% 1.169%, 96.419% 1.863%, 97.235% 2.961%, 97.955% 4.412%, 98.563% 6.168%, 99.046% 8.179%, 99.389% 10.397%, 99.577% 12.771%, 99.598% 15.253%, 99.436% 17.793%, 93.94% 72.133%, 93.94% 72.133%, 93.722% 73.835%, 93.425% 75.415%, 93.057% 76.862%, 92.624% 78.159%, 92.134% 79.295%, 91.594% 80.255%, 91.008% 81.026%, 90.386% 81.594%, 89.733% 81.944%, 89.056% 82.064%, 44.02% 82.064%, 19.562% 82.064%, 11.442% 82.064%, 11.442% 100%, 3.786% 81.969%, 3.786% 81.969%, 2.972% 79.846%, 2.25% 77.54%, 1.622% 75.072%, 1.093% 72.464%, 0.665% 69.736%, 0.34% 66.91%, 0.122% 64.005%, 0.013% 61.044%, 0.016% 58.048%, 0.134% 55.036%, 2.644% 12.266%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
  padding: 12px 26px 30px 18px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-body-advantage--reverse {
  clip-path: polygon(97.356% 12.268%, 97.356% 12.268%, 97.19% 10.364%, 96.928% 8.582%, 96.579% 6.94%, 96.149% 5.457%, 95.648% 4.151%, 95.084% 3.04%, 94.465% 2.144%, 93.799% 1.481%, 93.094% 1.069%, 92.359% 0.928%, 5.449% 0.928%, 5.449% 0.928%, 4.481% 1.171%, 3.581% 1.866%, 2.765% 2.963%, 2.045% 4.414%, 1.437% 6.17%, 0.954% 8.181%, 0.611% 10.399%, 0.423% 12.773%, 0.402% 15.254%, 0.564% 17.794%, 6.059% 72.132%, 6.059% 72.132%, 6.278% 73.833%, 6.575% 75.414%, 6.943% 76.86%, 7.376% 78.158%, 7.866% 79.294%, 8.407% 80.254%, 8.992% 81.025%, 9.614% 81.592%, 10.267% 81.943%, 10.944% 82.063%, 55.98% 82.063%, 80.437% 82.063%, 88.558% 82.063%, 88.558% 99.997%, 96.214% 81.968%, 96.214% 81.968%, 97.028% 79.844%, 97.75% 77.539%, 98.378% 75.071%, 98.907% 72.463%, 99.335% 69.735%, 99.66% 66.909%, 99.878% 64.004%, 99.987% 61.044%, 99.984% 58.047%, 99.866% 55.036%, 97.356% 12.268%);
  padding: 12px 18px 32px 26px;
}

.product-body-advantage:last-child {
  margin-bottom: 0;
}

.product-body-advantage span {
  color: black;
  font-size: 19px;
  font-weight: 600;
  line-height: 88%;
  letter-spacing: 0.05em;
  text-transform: lowercase;
}

.product-body-advantage__icon {
  -webkit-box-flex: 40px;
  -ms-flex: 40px 0 0px;
  flex: 40px 0 0;
}

.product-body-notes {
  width: 100%;
  grid-area: notes;
}

.product-body-notes--right {
  grid-area: notes-right;
}

.product-body-note {
  min-height: 300px;
  color: white;
}

.product-body-note__title {
  font-size: clamp(
    1.125rem,
    1.0588235294rem + 0.2941176471vw,
    1.3125rem
  );
  font-weight: 600;
  line-height: 101%;
  letter-spacing: -0.03em;
  margin-bottom: 13px;
}

.product-body-note__description {
  font-size: clamp(
    1rem,
    0.9558823529rem + 0.1960784314vw,
    1.125rem
  );
  font-weight: 500;
  line-height: 121%;
  letter-spacing: -0.05em;
}

.product-body-note__description ul li {
  list-style: disc;
  margin: 0 0 3px 20px;
}

.product-body-medals {
  width: auto;
  height: auto;
  position: absolute;
  bottom: 30px;
  left: 0;
  z-index: 9;
}

.product-body-medal:nth-child(2) {
  margin-top: -55px;
}

.product-body-medal__img {
  width: 110px;
}

.product-body-center {
  position: sticky;
  top: 80px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  grid-area: center;
}

.product-body-center:before {
  content: "";
  position: absolute;
  top: -20%;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-filter: blur(210.3px);
  filter: blur(210.3px);
  background: rgba(255, 255, 255, 0.67);
}

.product-body-extra {
  border-radius: 15px;
  background: black;
  width: 280px;
  padding: 26px 30px;
  -webkit-transform: rotate(-7.99deg);
  -ms-transform: rotate(-7.99deg);
  transform: rotate(-7.99deg);
  position: relative;
  grid-area: extra;
  margin-top: 40px;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
}

.product-body-extra__icon {
  position: absolute;
  top: -30px;
  left: -30px;
}

.product-body-extra__title {
  font-size: 17px;
  font-weight: 500;
  color: white;
  letter-spacing: -0.05em;
  line-height: 105%;
}

.product-body-extra--mobile {
  display: none;
}

.product-body .seed {
  position: absolute;
  z-index: 2;
  pointer-events: none;
  will-change: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 6vw;
  height: auto;
}

.product-body .seed--first {
  left: 19%;
  top: 28%;
  z-index: 21;
  width: 5vw;
}

.product-body .seed--second {
  right: 32%;
  top: 26%;
  width: 7vw;
}

.product-body-advantage,
.product-body-note,
.product-body-extra {
  z-index: 99;
  position: relative;
}

.product-slider {
  max-width: 100%;
  padding-bottom: 26px;
}

.product-slider__img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  height: 660px;
}

.product-slider-thumbs__wrapper {
  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;
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
}

.product-slider-thumbs__slide {
  border: 1px solid #f56767;
  border-radius: 8px;
  background: -o-radial-gradient(50% -47%, 139% 147%, #db0037, #3f1d1d 100%);
  background: radial-gradient(139% 147% at 50% -47%, #db0037, #3f1d1d 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  cursor: pointer;
  padding: 16px 10px 8px 10px;
  height: 126px;
  row-gap: 10px;
  text-align: center;
  -webkit-box-flex: 23%;
  -ms-flex: 23% 0 0px;
  flex: 23% 0 0;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.product-slider-thumbs__slide img {
  -o-object-fit: contain;
  object-fit: contain;
  width: auto;
  height: 60px;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.product-slider-thumbs__slide.is-active {
  border-color: #d2c4c4 !important;
  height: 136px;
}

.product-slider-thumbs__slide.is-active .product-slider-thumbs__image img {
  height: 70px;
}

.product-slider-thumbs__slide.is-active .product-slider-thumbs__description {
  color: white;
}

.product-slider-thumbs__slide:hover {
  border-color: #d2c4c4 !important;
}

.product-slider-thumbs__slide:hover .product-slider-thumbs__description {
  color: white;
}

.product-slider-thumbs__image {
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.product-slider-thumbs__description {
  color: #827979;
  font-size: clamp(
    0.8125rem,
    0.7683823529rem + 0.1960784314vw,
    0.9375rem
  );
  font-weight: 400;
  line-height: 121%;
  letter-spacing: -0.05em;
  text-align: center;
  -webkit-box-flex: 100%;
  -ms-flex: 100% 0 0px;
  flex: 100% 0 0;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.product-related {
  padding-bottom: 60px;
  overflow: hidden;
}

.product-related__title {
  font-size: 34px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -1%;
  text-align: center;
  margin-bottom: 50px;
}

.product-related-slider {
  position: relative;
  padding: 50px 0 !important;
}

.product-related-slider__wrapper {
  padding: 20px 0 !important;
  padding-bottom: 60px !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.product-related-slider__slide:hover .product-related-slider__img {
  scale: 1.05;
  -webkit-transform: translateY(-5%);
  -ms-transform: translateY(-5%);
  transform: translateY(-5%);
}

.product-related-slider__slide:hover .product-related-slider__description {
  opacity: 1;
  height: 220px;
}

.product-related-slider__image {
  z-index: 1;
  position: relative;
}

.product-related-slider__img {
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.product-related-slider__description {
  color: white;
  text-align: center;
  border-radius: 18px;
  font-size: 16px;
  font-weight: 600;
  background: radial-gradient(104% 97% at 50% 26%, #db0037 0%, #000 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  padding: 26px 20px;
  position: absolute;
  top: 70%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 80%;
  opacity: 0;
  height: 0;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.product-seeds {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}

.product-seeds .seed-static {
  position: absolute;
  z-index: 21;
  width: 8vw;
  height: auto;
}

.product-seeds .seed-static--first {
  left: 9%;
  top: 10%;
  width: 7vw;
}

.product-seeds .seed-static--second {
  right: 9%;
  top: 8%;
  width: 8.2vw;
}

.product-seeds .seed-static--third {
  right: 8%;
  bottom: 0%;
  width: 9.7vw;
}

* {
  scroll-behavior: smooth;
}

body {
  font-family: "Inter";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "TT Travels Next";
  letter-spacing: -0.01em;
  color: white;
}

.wrapper {
  position: relative;
}

.wrapper main {
  background: #db0037;
}

.wrapper main::before {
  background: var(--pattern, url("/img/other/bubbles.svg")) repeat 0 0/contain;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.15;
}

.wrapper--mission main {
  background: url("/img/other/bg-2.png") no-repeat 50% 23%/auto;
  position: relative;
}

.wrapper--mission main::before {
  background: url("/img/mission/header-2.png") no-repeat bottom/cover;
  content: "";
  position: absolute;
  top: -55px;
  left: 0;
  width: 100%;
  height: 1500px;
  opacity: 1;
}

.wrapper--mission main::after {
  background: url("/img/other/bg-3.png") no-repeat bottom/cover;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 368px;
}

main {
  padding-top: 80px;
  z-index: 1;
  position: relative;
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

.overlay.active {
  display: block;
}

@supports (-webkit-appearance:none) {
  .mobile-menu-wrapper__item::after {
    background-image: url("/img/other/arrow.svg");
  }

  .lead-form__container:after {
    background-image: url("/img/form/bg-new.webp");
  }

  .mission-timer__time:before {
    background-image: url("/img/timer/arrow.svg");
  }

  .mission-timer__time:after {
    background-image: url("/img/timer/arrow-reverse.svg");
  }

  .wrapper main::before {
    background-image: var(--pattern, url("/img/other/bubbles.svg"));
  }

  .wrapper--mission main {
    background-image: url("/img/other/bg-2.webp");
  }

  .wrapper--mission main::before {
    background-image: url("/img/mission/header-2.webp");
  }

  .wrapper--mission main::after {
    background-image: url("/img/other/bg-3.webp");
  }
}

@media (min-width: 576px) {
  .container {
    max-width: calc(540px + 1.5rem);
  }

@supports (-webkit-appearance:none) {

}
}

@media (min-width: 768px) {
  .container {
    max-width: calc(720px + 1.5rem);
  }

@supports (-webkit-appearance:none) {

}
}

@media (min-width: 992px) {
  .container {
    max-width: calc(960px + 1.5rem);
  }

@supports (-webkit-appearance:none) {

}
}

@media (min-width: 1200px) {
  .container {
    max-width: calc(1140px + 1.5rem);
  }

@supports (-webkit-appearance:none) {

}
}

@media (min-width: 1400px) {
  .container {
    max-width: calc(1384px + 1.5rem);
  }

@supports (-webkit-appearance:none) {

}
}

@media (max-width: 1499px) {
  .footer__copyright,
  .footer__vendor,
  .footer__privacy,
  .footer__zavod {
    font-size: 12px;
  }

  .footer-menu__item {
    font-size: 15px;
    margin-bottom: 12px;
  }

  .footer-contact__value {
    font-size: 17px;
  }

  .header-menu__item {
    font-size: 16px;
  }

  .product-body__wrapper {
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
  }

  .product-body-advantages {
    gap: 44px;
    margin-bottom: 34%;
  }

  .product-body-advantage {
    width: 280px;
  }

  .product-body-advantage span {
    font-size: 18px;
  }

  .product-body-extra {
    margin-bottom: 56px;
  }

  .product-slider__img {
    height: 545px;
  }

@supports (-webkit-appearance:none) {

}
}

@media (max-width: 1399px) {
  .where-to-buy__slider {
    margin-right: -16% !important;
  }

  .lead-form {
    padding-top: 75px;
  }

  .lead-form__container:after {
    bottom: -13%;
    right: 0;
    width: 56%;
    height: 110%;
  }

  .mission-actions__logo {
    left: 0;
  }

  .mission-actions__text {
    right: 3%;
  }

  .mission-actions__button--left {
    left: 9%;
  }

  .mission-actions__button--right {
    right: 9%;
  }

  .product-slider-thumbs__wrapper {
    height: 126px !important;
  }

  .product-slider-thumbs__slide {
    padding: 10px 10px 8px;
    height: 116px !important;
  }

  .product-slider-thumbs__slide img {
    height: 50px;
  }

  .product-slider-thumbs__slide.is-active {
    height: 126px !important;
  }

  .product-slider-thumbs__slide.is-active .product-slider-thumbs__image img {
    height: 60px;
  }

@supports (-webkit-appearance:none) {

}

  .hero__wrapper-nav{
    max-width: 530px;
  }
  .hero__wrapper-arrow{
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 1199px) {
  .footer-contact__value {
    font-size: 16px;
  }

  .header__wrapper {
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
    padding: 10px 30px 10px 30px;
  }

  .header-menu__list{
    gap:  0 30px ;
  }
  .header-menu__item {
    font-size: 14px;
  }

  .header-submenu:before {
    left: 0;
    right: 0;
    width: 100%;
  }

  .header-submenu__item {
    -webkit-box-flex: 110px;
    -ms-flex: 110px 0 0px;
    flex: 110px 0 0;
  }

  .header-submenu__title {
    font-size: 12px;
  }
  .header-action.btn{
    font-size: 14px;
    padding: 10px 20px;
  }
  .main-header__title{
    font-size: 44px;
    line-height: 1;
  }
  .where-to-buy__title,.lead-form__title, .product-related__title {
    font-size: 32px;
    margin-bottom: 20px;
  }

  .cookie {
    width: 700px;
  }

  .hero .seed--first {
    display: none;
  }

  .hero .seed--fifth {
    display: none;
  }

  .lead-form {
    padding-top: 50px;
  }

  .lead-form__container:after {
    bottom: 0;
    right: 0;
    width: 50%;
    height: 86%;
  }

  .lead-form__column {
    grid-column: span 6;
  }

  .lead-form .seed-static--fourth {
    right: 20%;
    top: 16%;
  }

  .mission-header__description {
    max-width: 70%;
  }

  .mission-fidgets__description {
    max-width: 70%;
    margin-top: 10px;
  }

  .mission-fidgets__text {
    max-width: 70%;
  }

  .mission-music__description {
    max-width: 70%;
  }

  .mission-timer__time,
  .mission-timer__colon {
    font-size: 100px;
  }

  .product-body__wrapper {
    -webkit-column-gap: 36px;
    -moz-column-gap: 36px;
    column-gap: 36px;
  }
  .product-header__title {
    font-size: 44px;
  }

  .product-body-advantages {
    gap: 30px;
  }

  .product-body-advantage {
    width: 100%;
  }

  .product-body-advantage span {
    font-size: 16px;
  }

  .product-body-note {
    min-height: 250px;
  }

  .product-body-medal__img {
    width: 90px;
  }

  .product-body-extra {
    width: 258px;
  }

  .product-body-extra__icon {
    top: -25px;
    left: -25px;
    width: 50px;
  }

  .product-body .seed {
    display: none;
  }

  .product-slider__img {
    height: 474px;
  }

  .product-slider-thumbs__wrapper {
    height: 110px !important;
  }

  .product-slider-thumbs__slide {
    height: 100px !important;
  }

  .product-slider-thumbs__slide.is-active {
    height: 110px !important;
  }

  .product-seeds .seed-static {
    display: none;
  }
  .where-to-buy__slide{
    padding: 10px 26px;
    height: 94px;
    border-radius: 16px;
  }

  .footer__top{
    margin-bottom: 30px;
  }

  .footer-contacts{
    margin-bottom: 20px;
  }
  .footer-contact{
    gap:0 10px;
  }

  .footer-contact__value {
    font-size: 14px;
  }

  .footer-socials{
    gap: 10px;
  }
  .footer-socials a{
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;

  }

  .footer__bottom-left{
    gap: 30px;
    flex-wrap: wrap;
  }

@supports (-webkit-appearance:none) {

}
  .hero__wrapper-nav{
    max-width: 390px;
    opacity: 1;
  }
  .hero__wrapper-arrow{
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 991px) {
  .footer__bottom-left{
    gap:10px 30px;
    grid-column: span 7;
  }
  .footer__copyright {
    grid-column: span 7;
  }

  .footer__vendor {
    /*grid-column: span 5;*/
  }

  .footer__privacy {
    /*grid-column: span 7;*/
  }

  .footer__zavod {
    grid-column: span 5;
  }

  .footer-column--logo {
    grid-column: span 12;
  }

  .footer__nav{
    grid-column: span 7;
    grid-template-columns: repeat(2, 1fr);
  }
  .footer-menu__list{
    column-count: 1;
  }

  .footer-column--contacts {
    grid-column: span 5;
  }

  .header__wrapper {
    -webkit-column-gap: 18px;
    -moz-column-gap: 18px;
    column-gap: 18px;
    padding: 10px 0 4px 0;
  }

  .header-menu__list {
    -webkit-column-gap: 18px;
    -moz-column-gap: 18px;
    column-gap: 18px;
  }

  .header-menu__item {
    font-size: 14px;
  }

  .form-group {
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
  }

  .hero {
    padding-top: 20px;
  }

  .hero__wrapper {
    margin-left: -30% !important;
    margin-right: -30% !important;
  }
  .hero__wrapper-nav{
    max-width: 430px;
  }


  .hero .seed--third {
    width: 6.3vw;
  }

  .hero .seed--fourth {
    width: 7vw;
  }

  .where-to-buy__title {
    line-height: 100%;
  }

  .where-to-buy__slider {
    margin: 0 !important;
    overflow: visible !important;
  }
  .where-to-buy__slider .swiper-slide{
    max-width: 210px;
  }
  .where-to-buy__slide{
    height: 94px;
    border-radius:15px;
  }

  .lead-form__container:after {
    bottom: 0%;
    right: -20%;
    width: 80%;
    height: 67%;
    z-index: 1;
  }

  .lead-form__column {
    grid-column: span 5;
  }

  .lead-form__title {
    line-height: 100%;
  }

  .mission-timer__wrapper {
    width: 100%;
  }

  .mission-actions {
    height: auto;
    padding-bottom: 80px;
  }

  .mission-actions__container {
    height: 100%;
  }

  .mission-actions__bg {
    z-index: 1;
    position: relative;
    padding-top: 156px;
  }

  .mission-actions__logo {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
    text-align: center;
    width: 71%;
  }

  .mission-actions__text {
    z-index: 1;
    right: 0;
    top: 84%;
    width: 38%;
    bottom: inherit;
  }

  .mission-actions__button {
    width: 31%;
    z-index: 2;
    bottom: inherit;
  }

  .mission-actions__button--left {
    left: 4%;
    top: 77%;
  }

  .mission-actions__button--right {
    right: 0;
    top: 67%;
  }

  .product-body-advantages--right {
    padding-top: 0;
  }

  .product-body-advantage {
    min-height: 80px;
  }

  .product-body-advantage span {
    font-size: 14px;
  }

  .product-body-advantage__icon {
    -webkit-box-flex: 30px;
    -ms-flex: 30px 0 0px;
    flex: 30px 0 0;
  }

  .product-body-note {
    min-height: 220px;
  }

  .product-body-note__title {
    font-size: 18px;
  }

  .product-body-note__description {
    font-size: 15px;
  }

  .product-body-medal:nth-child(2) {
    margin-top: -35px;
  }

  .product-body-medal__img {
    width: 74px;
  }

  .product-body-extra {
    width: 206px;
    padding: 26px 16px;
  }

  .product-body-extra__title {
    font-size: 15px;
  }

  .product-slider {
    padding-bottom: 40px;
  }

  .product-slider__img {
    height: 344px;
  }

  .product-slider-thumbs {
    display: none !important;
  }

  .product-related-slider {
    margin-left: -30% !important;
    margin-right: -30% !important;
  }

  .product-related-slider__slide:hover.swiper-slide-active .product-related-slider__img {
    scale: 1.05;
    -webkit-transform: translateY(-5%);
    -ms-transform: translateY(-5%);
    transform: translateY(-5%);
  }

  .product-related-slider__slide.swiper-slide-active .product-related-slider__description {
    opacity: 1;
    height: 220px;
    font-size: 14px;
    padding: 20px 10px;

  }

  .product-related-slider__slide:hover.swiper-slide-next .product-related-slider__img,
  .product-related-slider__slide:hover.swiper-slide-prev .product-related-slider__img {
    scale: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .product-related-slider__slide:hover.swiper-slide-next .product-related-slider__description,
  .product-related-slider__slide:hover.swiper-slide-prev .product-related-slider__description {
    opacity: 0;
    height: 0;
  }

@supports (-webkit-appearance:none) {

}
}

@media (max-width: 991px) and (max-width: 767px) {
  .product-related-slider__slide.swiper-slide-active .product-related-slider__description {
    height: 200px;
    
  }

@supports (-webkit-appearance:none) {

}
}

@media (max-width: 991px) and (max-width: 399px) {
  .product-related-slider__slide.swiper-slide-active .product-related-slider__description {
    height: 180px;
  }

@supports (-webkit-appearance:none) {

}
}

@media (max-width: 767px) {
  .main-header__title{
    font-size: 28px;
  }
  .where-to-buy__title,.lead-form__title, .product-related__title {
    font-size: 24px;

  }
  .header__wrapper{
    padding: 8px 0 8px 0;
  }
  .header-logo__img{
    max-width: 94px;
  }
  .footer {
    padding: 10px 0 20px;
  }
  .footer__bottom{
    gap: 10px;
  }
  .footer-column--logo{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .footer__nav{
    order:3;
    margin-top: 10px;
    gap: 0;
  }

  .footer__bottom-left{
    grid-column: span 12;
    flex-direction: column;
    gap: 10px;
  }

  .footer__copyright,
  .footer__vendor,
  .footer__privacy,
  .footer__zavod {
    font-size: 14px;
  }

  .footer__copyright {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    grid-column: span 12;
  }

  .footer__vendor {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    grid-column: span 12;
  }

  .footer__privacy {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    grid-column: span 12;
  }

  .footer__zavod {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    grid-column: span 12;
  }

  .footer-column--logo {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .footer-column--menu-primary {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    grid-column: span 12;
  }

  .footer-column--menu-secondary {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    grid-column: span 12;
  }

  .footer-column--contacts {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    grid-column: span 12;
  }

  .footer-menu__item {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .footer-contact__value {
    font-size: 18px;
  }

  .header-menu {
    display: none;
  }

  .mobile-menu__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-column: span 1;
  }

  .cookie {
    width: 94%;
  }

  .hero__wrapper {
    margin-left: -50% !important;
    margin-right: -50% !important;
  }

  .hero .seed {
    display: none;
  }

  .hero .seed-static--first,
  .hero .seed-static--second,
  .hero .seed-static--third {
    display: none;
  }

  .hero .seed-static--fourth,
  .hero .seed-static--fifth,
  .hero .seed-static--sixth {
    display: block;
  }

  .where-to-buy {
    padding: 100px 0 16px 0;
  }

  .lead-form__container:after {
    display: block;
    top: inherit;
    left: inherit;
    bottom: inherit;
    right: inherit;
    width: 100%;
    height: 500px;
    position: relative;
    margin: 40px 0 -38% 0;
    background-position: center;
    background-size:contain;
  }

  .lead-form__column {
    grid-column: span 12;
  }

  .lead-form .seed-static--first {
    display: none;
  }

  .lead-form .seed-static--second {
    display: none;
  }

  .lead-form .seed-static--third {
    display: none;
  }

  .lead-form .seed-static--fourth {
    right: 55%;
    bottom: 22%;
    top: inherit;
    width: 50px;
  }

  .lead-form .seed-static--fifth {
    display: none;
  }

  .lead-form .seed-static--sixth {
    right: -12%;
    bottom: -2%;
    width: 100px;
  }

  .mission-header__title {
    line-height: 112%;
  }

  .mission-header__description {
    max-width: 95%;
  }

  .mission-fidgets__description {
    max-width: 95%;
  }

  .mission-fidgets__subtitle {
    line-height: 112%;
  }

  .mission-fidgets__text {
    max-width: 95%;
  }

  .mission-music__title {
    line-height: 112%;
  }

  .mission-music__description {
    max-width: 95%;
  }

  .mission-timer__time,
  .mission-timer__colon {
    font-size: 80px;
  }

  .mission-timer__play img {
    top: -55px;
  }

  .product-body__wrapper {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "center center" "extra extra" "advantages advantages-right" "notes notes" "notes-right notes-right";
  }

  .product-body-advantages {
    padding-top: 50px;
  }

  .product-body-notes--right {
    margin-top: 60px;
  }

  .product-body-note {
    min-height: auto;
    margin-bottom: 60px;
  }

  .product-body-note:last-child {
    margin-bottom: 0;
  }

  .product-body-medals {
    top: 16px;
    left: inherit;
    right: 25px;
  }

  .product-body-center {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    position: relative;
    top: 50px;
  }

  .product-body-extra {
    display: none;
  }

  .product-body-extra--mobile {
    display: block;
    border-radius: 15px;
    background: black;
    -webkit-transform: rotate(-7.99deg);
    -ms-transform: rotate(-7.99deg);
    transform: rotate(-7.99deg);
    position: relative;
    grid-area: extra;
    margin: -40px auto 0 auto;
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    width: 300px;
    padding: 26px 16px;
    z-index: 1;
    justify-self: center;
  }

  .product-slider__img {
    height: 550px;
  }

  .product-slider-thumbs {
    display: block !important;
  }

  .product-slider-thumbs__slide {
    height: 110px !important;
    padding: 10px 5px 8px 5px;
    row-gap: 2px;
  }

  .product-slider-thumbs__slide img {
    height: 60px;
  }

  .product-slider-thumbs__slide.is-active {
    height: 120px !important;
  }

  .product-slider-thumbs__slide.is-active .product-slider-thumbs__image img {
    height: 70px;
  }

  .product-related__title {
    margin-bottom: 20px;
  }

  .wrapper--mission main::before {
    height: 1350px;
  }

@supports (-webkit-appearance:none) {

}

  .hero__wrapper-nav{
    max-width: 390px;
  }
}

@media (max-width: 575px) {
  .header-double {
    display: none;
  }
  .product-header{
    margin-top: 30px;
  }
  .product-header__title {
    font-size: 28px;
  }
  .product-body-center {
    top: 15px;
  }

  .mobile-menu__button {
    grid-column: inherit;
  }

  .cookie {
    gap: 10px;
    font-size: 12px;
    line-height: 14px;
    padding: 16px;
  }

  .cookie {
    font-size: 12px;
    padding: 10px;
    bottom: 20px;
  }

  .cookie__icon {
    -webkit-box-flex: 28px;
    -ms-flex: 28px 0 0px;
    flex: 28px 0 0;
    height: 28px;
  }

  .cookie__content {
    gap: 10px;
  }

  .form__footer {
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
  }

  .form__btn {
    width: 100%;
  }

  .main-header {
    padding-top: 20px;
  }

  .hero {
    padding-top: 0;
  }

  .where-to-buy__slider {
    border-radius: 10px;
  }

  .where-to-buy__slider .swiper-slide{
    max-width: 150px;
  }
  .where-to-buy__slide{
    height: 72px;
    border-radius:10px;
  }

  .lead-form {
    padding-top: 0;
  }

  .lead-form__container:after {
    width: 130%;
    height: inherit;
    position: relative;
    margin: 40px 15% -38% -15%;
    background-position: center;
    aspect-ratio: 1/1;
  }

  .mission-music__subtitle {
    max-width: 73%;
    margin: 0 auto 12px auto;
  }

  .mission-timer__wrapper {
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
  }

  .mission-timer__time,
  .mission-timer__colon {
    font-size: 52px;
  }

  .mission-actions {
    padding-bottom: 50px;
  }

  .mission-actions__text {
    right: 5%;
    top: 87%;
  }

  .mission-actions__button--left {
    left: 5%;
    top: 80%;
  }

  .mission-actions__button--right {
    top: 75%;
    right: 3%;
  }

  .product-body {
    padding-bottom: 60px;
  }

  .product-body__wrapper {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "center center" "extra extra" "advantages advantages" "advantages-right advantages-right" "notes notes" "notes-right notes-right";
  }

  .product-body-advantages {
    margin-bottom: 0;
    gap: 20px 0;
  }

  .product-body-advantages--right {
    padding-top: 20px;
  }

  .product-body-advantage {
    -ms-flex-item-align: center;
    align-self: center;
    max-width: 56%;
  }

  .product-body-advantage--reverse {
    clip-path: polygon(2.644% 12.266%, 2.644% 12.266%, 2.81% 10.362%, 3.072% 8.58%, 3.421% 6.938%, 3.851% 5.455%, 4.352% 4.148%, 4.916% 3.038%, 5.535% 2.142%, 6.201% 1.479%, 6.906% 1.067%, 7.641% 0.926%, 94.551% 0.926%, 94.551% 0.926%, 95.519% 1.169%, 96.419% 1.863%, 97.235% 2.961%, 97.955% 4.412%, 98.563% 6.168%, 99.046% 8.179%, 99.389% 10.397%, 99.577% 12.771%, 99.598% 15.253%, 99.436% 17.793%, 93.94% 72.133%, 93.94% 72.133%, 93.722% 73.835%, 93.425% 75.415%, 93.057% 76.862%, 92.624% 78.159%, 92.134% 79.295%, 91.594% 80.255%, 91.008% 81.026%, 90.386% 81.594%, 89.733% 81.944%, 89.056% 82.064%, 44.02% 82.064%, 19.562% 82.064%, 11.442% 82.064%, 11.442% 100%, 3.786% 81.969%, 3.786% 81.969%, 2.972% 79.846%, 2.25% 77.54%, 1.622% 75.072%, 1.093% 72.464%, 0.665% 69.736%, 0.34% 66.91%, 0.122% 64.005%, 0.013% 61.044%, 0.016% 58.048%, 0.134% 55.036%, 2.644% 12.266%);
    padding: 12px 26px 30px 18px;
  }

  .product-body-notes {
    margin-top: 30px;
  }

  .product-body-notes--right {
    margin-top: 30px;
  }

  .product-body-note {
    margin-bottom: 30px;
  }

  .product-body-medals {
    right: 0;
  }

  .product-related {
    padding-bottom: 0;
  }

  .product-related-slider {
    margin-left: -50% !important;
    margin-right: -50% !important;
    padding: 10px 0 55px !important;
  }

  .wrapper--mission main::before {
    height: 1250px;
  }

@supports (-webkit-appearance:none) {

}
  .hero__wrapper-nav{
    max-width:calc(100vw - 120px);
  }
}

@media (max-width: 399px) {
  .mobile-menu__button span {
    width: 20px;
  }

  .mobile-menu__button span::before,
  .mobile-menu__button span::after {
    width: 20px;
  }

  .hero__wrapper {
    margin-left: -50% !important;
    margin-right: -50% !important;
  }
  .hero__wrapper-nav{
    max-width:calc(100vw - 60px);
  }

  .hero .seed-static--fourth {
    left: 14%;
    bottom: -11%;
  }

  .hero .seed-static--fifth {
    right: 8%;
    bottom: 22%;
  }

  .hero .seed-static--sixth {
    right: -15%;
    bottom: -43%;
  }

  .mission-timer__wrapper {
    padding: 15px 30px;
  }

  .mission-timer__play img {
    top: -35px;
  }

  .mission-actions__bg {
    padding-top: 140px;
  }

  .product-body__wrapper {
    gap: 16px;
  }

  .product-body-advantages {
    padding-top: 20px;
  }

  .product-body-advantages--right {
    padding-top: 4px;
  }

  .product-body-advantage {
    max-width: 80%;
  }

  .product-body-notes {
    margin-top: 14px;
  }

  .product-body-notes--right {
    margin-top: 14px;
  }

  .product-body-medals {
    top: 36px;
  }

  .product-body-extra__icon {
    top: -22px;
    left: -8px;
    width: 45px;
    height: 45px;
  }

  .product-body-extra--mobile {
    margin: -60px auto 0 auto;
  }

  .product-slider {
    padding-bottom: 50px;
  }

  .product-slider-thumbs__slide {
    row-gap: 10px;
  }

  .product-related__title {
    margin-bottom: 0;
    text-align: left;
  }

  .wrapper--mission main::before {
    height: 1330px;
  }

@supports (-webkit-appearance:none) {

}
}
/* End */
/* /local/templates/velken/css/main.css?177510542369620 */
