/* http://meyerweb.com/eric/tools/css/reset/
   v5.0.1 | 20191019
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block;
}

/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
  display: none;
}

body {
  line-height: 1;
}

menu, ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* onest-regular - cyrillic_latin */
@font-face {
  font-display: swap;
  font-family: "Onest";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/onest/onest-v8-cyrillic_latin-regular.woff2") format("woff2");
}
/* onest-500 - cyrillic_latin */
@font-face {
  font-display: swap;
  font-family: "Onest";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/onest/onest-v8-cyrillic_latin-500.woff2") format("woff2");
}
/* onest-600 - cyrillic_latin */
@font-face {
  font-display: swap;
  font-family: "Onest";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/onest/onest-v8-cyrillic_latin-600.woff2") format("woff2");
}
/* onest-700 - cyrillic_latin */
@font-face {
  font-display: swap;
  font-family: "Onest";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/onest/onest-v8-cyrillic_latin-700.woff2") format("woff2");
}
body {
  font-family: "Onest", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  color: #636363;
}

button,
input,
textarea {
  font-family: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  line-height: 1.2;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 36px;
}

h4 {
  font-size: 22px;
}
@media (min-width: 768px) {
  h4 {
    font-size: 30px;
  }
}

h5 {
  font-size: 24px;
}

h6 {
  font-size: 20px;
}

.h1 {
  font-weight: 600;
  font-size: 28px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .h1 {
    font-size: 48px;
  }
}

.h2 {
  font-weight: 600;
  font-size: 22px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .h2 {
    font-size: 40px;
  }
}

.h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .h3 {
    font-size: 36px;
  }
}

.h4 {
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  font-size: 22px;
}
@media (min-width: 768px) {
  .h4 {
    font-size: 30px;
  }
}

.h5 {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .h5 {
    font-size: 24px;
  }
}

.h6 {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .h6 {
    font-size: 20px;
  }
}

.text {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
}
@media (min-width: 576px) {
  .text {
    font-size: 18px;
  }
}

ul.styled li {
  position: relative;
  padding: 0 0 0 30px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  color: #3f4041;
}
@media (min-width: 992px) {
  ul.styled li {
    font-size: 18px;
  }
}
ul.styled li a {
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #ff7100;
}
ul.styled li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 9px;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background-color: #ff7100;
}

ol.styled {
  counter-reset: num;
  list-style-type: none;
}
ol.styled li {
  position: relative;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  color: #3f4041;
  counter-increment: num;
  padding-left: 1.7em;
}
ol.styled li::before {
  position: absolute;
  top: 0;
  left: 0;
  color: #ff7100;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  content: counter(num) ". ";
}
ol.styled li a {
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #ff7100;
}
ol.styled li a:hover {
  text-decoration: none;
}

a {
  color: inherit;
  transition: color 0.3s cubic-bezier(0.3, 0.1, 0.26, 1);
}
a:hover {
  color: #ff7100;
}

sup {
  vertical-align: super;
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
}

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

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

a:hover {
  text-decoration: none;
}

/* Common */
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;
}

svg {
  transition: color 0.3s cubic-bezier(0.3, 0.1, 0.26, 1);
}

address {
  font-style: normal;
}

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

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

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

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

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

label {
  cursor: pointer;
}

legend {
  display: block;
}

html {
  background-color: #fff;
  overflow-x: clip;
  /*&::-webkit-scrollbar {
      //width: 3px;
  }

  &::-webkit-scrollbar-track {
      background-color: $grey-light;
      border-radius: 4px;
  }

  &::-webkit-scrollbar-thumb {
      background-color: $orange;
      border-radius: 4px;
  }*/
}

body, html {
  scroll-behavior: smooth;
}

body {
  display: flex !important;
  flex-direction: column;
  min-height: 100vh;
  overflow-x: clip;
  min-width: 305px;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  -webkit-font-smoothing: antialiased;
  background-color: #fff;
}

.page {
  flex: 1;
}
.page h1 {
  color: #262627;
}
.page__breadcrumbs {
  padding-top: 14px;
}
@media (min-width: 768px) {
  .page__breadcrumbs {
    padding-top: 0;
  }
}
.page__breadcrumbs .breadcrumbs {
  margin-bottom: 24px;
}
.page__header {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .page__header {
    margin-bottom: 56px;
  }
}
.page__content {
  padding-bottom: 56px;
}
@media (min-width: 576px) {
  .page__content {
    padding-bottom: 140px;
  }
}

.hide {
  display: none !important;
}

.container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  max-width: 1440px;
  padding-inline: 15px;
}
@media (max-width: 375px) {
  .container {
    padding-inline: 10px;
  }
}
@media (max-width: 340px) {
  .container {
    padding-inline: 7px;
  }
}

.button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: max-content;
  gap: 10px;
  line-height: 1;
  border-radius: 10px;
  padding: 9px 24px;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  z-index: 1;
  text-overflow: ellipsis;
  text-align: center;
  cursor: pointer;
  font-weight: 500;
  background-color: transparent;
  transition: background-color 0.3s cubic-bezier(0.3, 0.1, 0.26, 1), border-color 0.3s cubic-bezier(0.3, 0.1, 0.26, 1), padding 0.3s cubic-bezier(0.3, 0.1, 0.26, 1), box-shadow 0.3s cubic-bezier(0.3, 0.1, 0.26, 1), color 0.3s cubic-bezier(0.3, 0.1, 0.26, 1);
}
.button > * {
  position: relative;
  z-index: 2;
}
.button:disabled {
  background: #eaeaea !important;
  border-color: #eaeaea !important;
  color: #c6c6c6 !important;
  cursor: not-allowed;
  pointer-events: none !important;
  user-select: none !important;
}
.button::before {
  content: "";
  position: absolute;
  top: -50%;
  left: 0;
  width: 100%;
  height: 200%;
  background-color: #ff7100;
  z-index: -1;
  transform: scaleY(0) skewY(10deg);
  transform-origin: top center;
  transition: transform 0.6s;
  backface-visibility: hidden;
}
.button:hover::before {
  transform: scaleY(1);
  transform-origin: bottom center;
}
.button.primary {
  color: #fff;
}
.button.primary:focus {
  background-color: #ff7100;
  opacity: 0.8;
}
.button.primary.dark {
  background-color: #3f4041;
}
.button.primary.dark:disabled::before {
  background-color: #eaeaea;
}
.button.primary.light {
  background-color: #fff;
}
.button.primary.light:disabled::before {
  background-color: #eaeaea;
}
.button.primary:hover::before {
  background-color: #ff7100;
}
.button.secondary {
  border: 1px solid #636363;
  color: #636363;
}
.button.secondary:focus {
  background-color: #ff7100;
  opacity: 0.8;
}
.button.secondary.dark {
  border-color: #3f4041;
}
.button.secondary.light {
  color: #fff;
  border-color: #fff;
}
.button.secondary:hover {
  color: #fff;
  border-color: #ff7100;
  background-color: transparent;
}
.button.secondary:hover::before {
  background-color: #ff7100;
}
.button.orange {
  color: #fff;
  background-color: #ff7100;
}
.button.orange:focus {
  background-color: #3f4041;
  opacity: 0.8;
}
.button.orange::before {
  background-color: #3f4041;
}
.button.orange:hover::before {
  background-color: #3f4041;
}
.button.neutral {
  background-color: #f6f6f6;
  border-color: #f6f6f6;
  color: #3f4041;
}
.button.neutral:hover {
  color: #fff;
}
.button.neutral:focus {
  background-color: #eaeaea;
}
.button.neutral.large {
  font-size: 16px;
  line-height: 1.125;
}
.button.neutral.shadow {
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.05);
}
.button.neutral.shadow:hover {
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
}
.button.neutral.shadow:focus {
  box-shadow: none;
}
.button.grey {
  background-color: #fff;
  border-color: #c6c6c6;
  color: #636363;
}
.button.grey::before {
  display: none;
}
.button.grey svg {
  color: #636363;
}
.button.grey:hover {
  border-color: #636363;
  color: #3f4041;
}
.button.grey:hover svg {
  color: #3f4041;
}
.button.large {
  padding: 16px 24px;
  font-size: 16px;
}
@media (min-width: 768px) {
  .button.large {
    font-size: 18px;
    padding: 19px 40px;
  }
}
.button.medium {
  padding: 13px 20px;
  font-size: 14px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .button.medium {
    font-size: 15px;
    padding: 14px 32px;
  }
}
.button.small {
  padding: 9px 24px;
  font-size: 13px;
  line-height: 1.38462;
}
.button__icon {
  display: block;
  width: 22px;
  height: 22px;
}
.button__icon svg {
  width: 100%;
  height: 100%;
}

/*@keyframes animButton {
  from {
    clip-path: polygon(0% 0%, 100% 80%, 100% 100%, 0 100%);
  }
  to {
    clip-path: polygon(0% 0%, 100% 0, 100% 100%, 0 100%);
  }
}*/
.social__icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  overflow: hidden;
}
.social__icon svg {
  /*position: absolute;
  margin-inline: auto;
  inset-inline: 0;
  inset-block-start: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 100%;*/
  color: #CDCDCD;
}
.social__icon_telegram {
  background: #37aee2;
  padding: 0 3px 0 0;
}
.social__icon_telegram svg {
  width: 22px;
  height: 19px;
}
.social__icon_vk {
  background: #4c6c91;
}
.social__icon_vk svg {
  width: 21px;
  height: 13px;
}
.social__icon_youtube {
  background: #FF0000;
}
.social__icon_youtube svg {
  width: 20px;
  height: 15px;
}
.social__icon_whatsapp {
  background: #25D366;
  padding: 0 0 1px 1px;
}
.social__icon_whatsapp svg {
  width: 25px;
  height: 25px;
}

.block-header-link {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.36;
  text-align: center;
  color: #3f4041;
  white-space: nowrap;
}
.block-header-link:hover {
  color: #ff7100;
}
.block-header-link:hover .block-header-link__icon .animate-arrow span:nth-child(1) {
  transform: translateX(120%) translateY(-120%);
}
.block-header-link:hover .block-header-link__icon .animate-arrow span:nth-child(2) {
  transform: translateX(0) translateY(0);
}
.block-header-link__icon {
  flex: 0 0 13px;
}
.block-header-link__icon .animate-arrow svg {
  width: 13px;
  height: 13px;
}
.block-header-link__icon .animate-arrow span:nth-child(1) svg {
  color: #3f4041;
}

.block-header-arrows {
  display: flex;
  align-items: center;
}
.block-header-arrows .swiper-button-prev:after,
.block-header-arrows .swiper-button-next:after {
  display: none;
}
.block-header-arrows .block-header-arrow {
  position: relative;
  left: auto;
  right: auto;
  width: auto;
  height: auto;
  margin-top: 0;
}
.block-header-arrows .block-header-arrow.swiper-button-prev .round-arrow-button svg {
  transform: rotate(225deg);
}
.block-header-arrows .block-header-arrow.swiper-button-next .round-arrow-button svg {
  transform: rotate(45deg);
}

.bg--overlay {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  z-index: 99;
  inset: 0;
  overflow: hidden;
  background-color: rgba(48, 48, 48, 0.25);
  transition: opacity 0.3s cubic-bezier(0.3, 0.1, 0.26, 1), visibility 0.3s cubic-bezier(0.3, 0.1, 0.26, 1);
}
.bg--overlay.active {
  opacity: 1;
  visibility: visible;
}

.article-label {
  display: inline-block;
  padding: 7px 13px;
  border-radius: 6px;
  font-size: 9px;
  line-height: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.article-label::before {
  content: "#";
}
.article-label--white {
  background-color: #F6F6F6;
  color: #3f4041;
}
.article-label--red {
  background-color: #e0252f;
  color: #fff;
}

.slider-dots {
  display: flex;
  justify-content: center;
  gap: 12px;
}
.slider-dots.swiper-pagination-lock {
  display: none;
}
.slider-dots .slider-dot {
  flex-shrink: 0;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background-color: #c6c6c6;
  transition: background-color 0.3s cubic-bezier(0.3, 0.1, 0.26, 1);
}
.slider-dots .slider-dot--active {
  background-color: #ff7100;
}

.pincode-input-container {
  display: inline-flex;
  align-items: center;
  gap: 16px;
}
.pincode-input-container .pincode-input {
  margin: 0;
  width: 70px;
  height: 78px;
  border: 1px solid #c6c6c6;
  border-radius: 10px;
  padding: 20px 24px;
  background-color: #fff;
  font-weight: 500;
  font-size: 30px;
  line-height: 1.26;
  text-align: center;
  color: #3f4041;
  transition: border-color 0.3s cubic-bezier(0.3, 0.1, 0.26, 1);
}
.pincode-input-container .pincode-input.pincode-input--filled {
  border-color: #eaeaea;
}
.pincode-input-container .pincode-input:hover {
  border-color: #959595;
}
.pincode-input-container .pincode-input:focus {
  border-color: #636363;
}

.lk-action-more {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: transparent;
  transition: background-color 0.3s cubic-bezier(0.3, 0.1, 0.26, 1);
}
.lk-action-more:hover {
  background-color: #f6f6f6;
}
.lk-action-more:hover svg {
  color: #ff7100;
}
@media (min-width: 768px) {
  .lk-action-more {
    top: 24px;
    right: 24px;
    width: 44px;
    height: 44px;
    border-radius: 10px;
  }
}
@media (min-width: 768px) {
  .lk-action-more.active {
    background-color: #f6f6f6;
  }
}
.lk-action-more.active svg {
  color: #ff7100;
}
.lk-action-more svg {
  width: 4px;
  height: 16px;
}

.lk-action-more-tooltip {
  position: fixed;
  z-index: 3;
  background-color: #fff;
  opacity: 0;
  left: 0;
  bottom: 0;
  visibility: hidden;
  pointer-events: none;
  border-radius: 16px 16px 0 0;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.1);
  padding: 14px 20px;
  transform: translateY(100%);
  width: 100%;
  height: max-content;
  transition: opacity 0.3s cubic-bezier(0.3, 0.1, 0.26, 1), visibility 0.3s cubic-bezier(0.3, 0.1, 0.26, 1), transform 0.3s cubic-bezier(0.3, 0.1, 0.26, 1);
}
@media (min-width: 768px) {
  .lk-action-more-tooltip {
    bottom: auto;
  }
}
.lk-action-more-tooltip.show {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transform: translateY(0);
}
@media (min-width: 768px) {
  .lk-action-more-tooltip {
    border-radius: 16px;
    max-width: 190px;
    transform: none;
  }
}
.lk-action-more-tooltip_swipe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30px;
  z-index: 5;
  touch-action: none;
}
.lk-action-more-tooltip_swipe::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 3px;
  width: 40px;
  background-color: #c6c6c6;
  border-radius: 25px;
}
@media (min-width: 768px) {
  .lk-action-more-tooltip_swipe {
    display: none;
  }
}
.lk-action-more-tooltip_title {
  white-space: nowrap;
  padding-block: 15px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.24;
  color: #3f4041;
}
@media (min-width: 768px) {
  .lk-action-more-tooltip_title {
    display: none;
  }
}
.lk-action-more-tooltip_buttons {
  display: flex;
  flex-direction: column;
}
.lk-action-more-tooltip_button {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-block: 5px;
}
.lk-action-more-tooltip_button:hover span svg, .lk-action-more-tooltip_button:hover p {
  color: #ff7100;
}
.lk-action-more-tooltip_button span {
  flex: 0 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lk-action-more-tooltip_button span svg {
  width: 20px;
  height: 20px;
}
.lk-action-more-tooltip_button p {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.3;
  color: #636363;
  transition: color 0.3s cubic-bezier(0.3, 0.1, 0.26, 1);
}

.fade-from-bottom {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.fade-from-bottom.visible {
  opacity: 1;
  transform: translateY(0);
}

.anim > * {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1s cubic-bezier(0.3, 0.1, 0.26, 1), transform 1s cubic-bezier(0.3, 0.1, 0.26, 1);
  display: block;
}

.anim > .visible {
  opacity: 1;
  transform: translateY(0);
}