/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: "Montserrat";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: local("Montserrat-Regular"), local("Montserrat Regular"), url("../fonts/Montserrat/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat/Montserrat-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Montserrat";
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: local("Montserrat-Light"), local("Montserrat Light"), url("../fonts/Montserrat/Montserrat-Light.woff") format("woff"), url("../fonts/Montserrat/Montserrat-Light.woff2") format("woff2");
}
@font-face {
  font-family: "Montserrat";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: local("Montserrat-Medium"), local("Montserrat Medium"), url("../fonts/Montserrat/Montserrat-Medium.woff") format("woff"), url("../fonts/Montserrat/Montserrat-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Montserrat";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: local("Montserrat-SemiBold"), local("Montserrat SemiBold"), url("../fonts/Montserrat/Montserrat-SemiBold.woff") format("woff"), url("../fonts/Montserrat/Montserrat-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: "Montserrat";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: local("Montserrat-Bold"), local("Montserrat Bold"), url("../fonts/Montserrat/Montserrat-Bold.woff") format("woff"), url("../fonts/Montserrat/Montserrat-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Montserrat";
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  src: local("Montserrat-Black"), local("Montserrat Black"), url("../fonts/Montserrat/Montserrat-Black.woff") format("woff"), url("../fonts/Montserrat/Montserrat-Black.woff2") format("woff2");
}
@font-face {
  font-family: "Gotham Pro";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: local("Gotham Pro-Regular"), local("Gotham Pro Regular"), url("../fonts/GothamPro/GothamPro.woff") format("woff"), url("../fonts/GothamPro/GothamPro.woff2") format("woff2");
}
@font-face {
  font-family: "Gotham Pro";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: local("Gotham Pro-Medium"), local("Gotham Pro Medium"), url("../fonts/GothamPro/GothamPro-Medium.woff") format("woff"), url("../fonts/GothamPro/GothamPro-Medium.woff2") format("woff2");
}
* {
  box-sizing: border-box;
}

html {
  font-family: "Montserrat";
  -webkit-overflow-scrolling: touch;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  line-height: 1;
  background-color: #FFFFFF;
}
html.no-scroll {
  overflow: hidden !important;
}
html.no-scroll body {
  overflow: hidden !important;
}
html.compensate-for-scrollbar body,
html.compensate-for-scrollbar header.header,
html.compensate-for-scrollbar .top-line,
html.compensate-for-scrollbar footer.footer.fixed {
  padding-right: 17px;
}
html.compensate-for-scrollbar .black-before::before,
html.compensate-for-scrollbar .black-before::after {
  left: calc(50% - 8.5px) !important;
  width: calc(100% - 17px) !important;
}
html.compensate-for-scrollbar .cookie {
  right: 42px;
}
html.safari.compensate-for-scrollbar body,
html.safari.compensate-for-scrollbar header.header,
html.safari.compensate-for-scrollbar .top-line,
html.safari.compensate-for-scrollbar footer.footer.fixed {
  padding-right: 0;
}
html.safari.compensate-for-scrollbar .black-before::before,
html.safari.compensate-for-scrollbar .black-before::after {
  left: 50% !important;
  width: 100% !important;
}
html.safari.compensate-for-scrollbar .cookie {
  right: 25px;
}
html.mobile.compensate-for-scrollbar body,
html.mobile.compensate-for-scrollbar header.header,
html.mobile.compensate-for-scrollbar .top-line,
html.mobile.compensate-for-scrollbar footer.footer.fixed {
  padding-right: 0;
}
html.mobile.compensate-for-scrollbar .black-before::before,
html.mobile.compensate-for-scrollbar .black-before::after {
  left: 50% !important;
  width: 100% !important;
}
html.mobile.compensate-for-scrollbar .cookie {
  right: 25px;
}

body {
  width: 100%;
  -webkit-text-size-adjust: none;
  background-color: #f5f4f4;
  position: relative;
  transition: opacity 0.8s;
}
html.visible body {
  opacity: 1 !important;
}

.root {
  max-width: 1280px;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 90px;
  position: relative;
}

main {
  position: relative;
  z-index: 2;
}

button {
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

input {
  border: none;
  outline: none;
  background-color: transparent;
}

input[type=text],
input[type=number],
input[type=submit],
textarea {
  appearance: none;
  -webkit-appearance: none;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  display: none;
  -webkit-appearance: none;
  margin: 0;
}

input[type=submit] {
  cursor: pointer;
}

b, strong {
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .root {
    padding-top: 80px;
  }
}
@media screen and (max-width: 634px) {
	.buy .buy-btn a{
		margin-right: 0;
	}
	.buy-btn{
		margin-left: auto;
		margin-right: auto;
	}
}
@media screen and (max-width: 576px) {
  html.compensate-for-scrollbar .cookie {
    right: 37px;
  }
  html.safari.compensate-for-scrollbar .cookie {
    right: 20px;
  }
  html.mobile.compensate-for-scrollbar .cookie {
    right: 20px;
  }
  .root {
    padding-top: 80px;
  }
}
/**
 * Swiper 7.2.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 27, 2021
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-vertical &gt; .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), #000000);
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), #000000);
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), #000000);
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), #000000);
}

/* CSS Mode */
.swiper-css-mode &gt; .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode &gt; .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode &gt; .swiper-wrapper &gt; .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode &gt; .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode &gt; .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered &gt; .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal &gt; .swiper-wrapper &gt; .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal &gt; .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical &gt; .swiper-wrapper &gt; .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical &gt; .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered &gt; .swiper-wrapper &gt; .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal &gt; .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical &gt; .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-vertical &gt; .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical &gt; .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical &gt; .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal &gt; .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal &gt; .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal &gt; .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl &gt; .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal &gt; .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical &gt; .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-vertical &gt; .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal &gt; .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-horizontal &gt; .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-vertical &gt; .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container &gt; img,
.swiper-zoom-container &gt; svg,
.swiper-zoom-container &gt; canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode &gt; .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid &gt; .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column &gt; .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev,
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.swiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #FFFFFF;
  opacity: 1;
  margin: 0 !important;
  margin-right: 8px !important;
}
.swiper .swiper-pagination-bullet:last-child {
  margin-right: 0 !important;
}
.swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #12214a;
}

@media screen and (max-width: 576px) {
  .swiper .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin-right: 6px;
  }
}
.black-before::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 60vh;
  min-height: 300px;
  width: 100%;
  background-color: #FFFFFF;
  max-width: 1280px;
}
body.before-on .black-before::before {
  z-index: 2;
}
body.before-on .black-before::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100vh;
  width: 100%;
  background-color: #000000;
  max-width: 1280px;
  z-index: 1;
}

.container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 45px;
  padding-right: 45px;
}

@media screen and (max-width: 768px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.section-title {
  margin: 0;
  font-weight: 900;
  font-size: 60px;
  color: #FFFFFF;
  padding-bottom: 30px;
  border-bottom: 1px solid #FFFFFF;
  text-transform: uppercase;
}
.section-title--blue {
  color: #12214a;
}
.section-title--black {
  color: #000000;
}
.section-title--no-border {
  padding-bottom: 0;
  border-bottom: none;
}

@media screen and (max-width: 1080px) {
  .section-title {
    font-size: 52px;
  }
}
@media screen and (max-width: 768px) {
  .section-title {
    font-size: 44px;
  }
}
@media screen and (max-width: 576px) {
  .section-title {
    font-size: 32px;
    padding-bottom: 25px;
  }
  .section-title--no-border {
    padding-bottom: 0;
    border-bottom: none;
  }
}
@media screen and (max-width: 380px) {
  .section-title {
    font-size: 28px;
  }
}
@media screen and (max-width: 350px) {
  .section-title {
    font-size: 24px;
  }
}
.button-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  transition: background-color 0.3s;
  flex-shrink: 0;
  transform: rotate(180deg);
}
.button-arrow:hover {
  background-color: #FFFFFF;
}
.button-arrow:hover svg * {
  stroke: #000000;
}
.button-arrow.swiper-button-prev {
  transform: none;
}
.button-arrow.swiper-button-prev::after, .button-arrow.swiper-button-next::after {
  content: none;
}
.button-arrow svg {
  width: 50%;
  height: auto;
}
.button-arrow svg * {
  transition: stroke 0.3s;
}

@media screen and (max-width: 768px) {
  .button-arrow {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 576px) {
  .button-arrow {
    width: 30px;
    height: 30px;
  }
}
.arrow-link {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.arrow-link__text {
  margin: 0;
  margin-right: 25px;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 600;
  transition: text-decoration-color 0.3s, color 0.3s;
  text-decoration: underline;
  text-underline-offset: 0.2em;
  text-decoration-thickness: 1px;
  text-decoration-color: transparent;
}
.arrow-link:hover .arrow-link__text {
  text-decoration-color: #FFFFFF;
}
.arrow-link__icon {
  width: 60px;
  height: 60px;
}
.arrow-link:hover .arrow-link__icon {
  background-color: #FFFFFF;
}
.arrow-link:hover .arrow-link__icon svg * {
  stroke: #000000;
}

@media screen and (max-width: 1080px) {
  .arrow-link__text {
    margin-right: 20px;
    font-size: 18px;
  }
  .arrow-link__icon {
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 768px) {
  .arrow-link__text {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .arrow-link__icon {
    width: 45px;
    height: 45px;
  }
}
.page-title {
  padding: 30px 0 45px;
  background-color: #FFFFFF;
}

@media screen and (max-width: 576px) {
  .page-title {
    padding: 30px 0 50px;
  }
}
.modal {
  display: flex;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  visibility: hidden;
}
.modal__overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(18, 33, 74, 0.8);
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.3s;
}
.modal--visible .modal__overlay {
  opacity: 1;
}
.modal__wrapper {
  transform: translateX(100%);
  transition-property: transform;
  transition-duration: 0.55s;
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  width: 100%;
}
.modal--visible .modal__wrapper {
  transform: none;
}
.modal--aside .modal__content {
  position: relative;
  height: 100%;
  z-index: 1;
  background-color: #FFFFFF;
  overflow: auto;
  max-width: 510px;
  margin-left: auto;
  padding: 20px 20px 60px;
}
.modal--aside .modal__overlay {
  transition-duration: 0.4s;
}
.modal--aside__top {
  display: flex;
  padding-bottom: 20px;
}
.modal--aside__top-close {
  width: 24px;
  height: 24px;
  position: relative;
  border-radius: 50%;
  transition: background-color 0.3s;
  background-color: #000000;
  border: 1px solid #000000;
  margin-left: auto;
}
.modal--aside__top-close:hover {
  background-color: #FFFFFF;
}
.modal--aside__top-close:hover::before, .modal--aside__top-close:hover::after {
  background-color: #000000;
}
.modal--aside__top-close::before, .modal--aside__top-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  height: 1px;
  background-color: #FFFFFF;
  transition: background-color 0.3s;
}
.modal--aside__top-close::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.modal--aside__top-close::after {
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal--aside__question-title {
  margin: 0;
  font-size: 30px;
  font-weight: 600;
  color: #000000;
  padding-bottom: 25px;
  border-bottom: 1px solid #000000;
  line-height: 1.2;
}
.modal--aside__question-answer {
  margin: 0;
  font-size: 14px;
  color: #000000;
  line-height: 1.4;
  margin-top: 25px;
}

@media screen and (max-width: 576px) {
  .modal--aside__question-title {
    font-size: 24px;
    padding-bottom: 20px;
  }
  .modal--aside__question-answer {
    font-size: 15px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 374px) {
  .modal--aside__question-title {
    font-size: 20px;
  }
  .modal--aside__question-answer {
    font-size: 14px;
  }
}
.animate.fadeInUp {
  transform: translateY(30px);
  opacity: 0;
  transition: transform 0.8s, opacity 0.8s;
}
.animate.fadeInUp.delay-0-1 {
  transition-delay: 0.1s;
}
.animate.fadeInUp.delay-0-2 {
  transition-delay: 0.2s;
}
.animate.fadeInUp.delay-0-25 {
  transition-delay: 0.25s;
}
.animate.fadeInUp.delay-0-3 {
  transition-delay: 0.3s;
}
.animate.fadeInUp.delay-0-4 {
  transition-delay: 0.4s;
}
.animate.fadeInUp.delay-0-5 {
  transition-delay: 0.5s;
}
.animate.fadeInUp.delay-0-6 {
  transition-delay: 0.6s;
}
.animate.fadeInUp.animated {
  transform: none;
  opacity: 1;
}

.header {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.header__content {
  background-color: #FFFFFF;
}
.header__inner {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
}
.header__logo {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
  color: #000000;
}
.header__menu {
  margin-left: auto;
  padding-right: 65px;
}
.header__menu-open {
  display: none;
}
.header__menu-top {
  display: none;
}
.header__menu-sub {
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
}
.header__menu-nav {
  display: flex;
}
.header__menu-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-right: 32px;
  height: 90px;
}
.header__menu-item:last-child {
  margin-right: 0;
}
.header__menu-item--sub .header__menu-link {
  cursor: default;
}
.header__menu-item--sub .header__menu-link:hover {
  color: #000000;
  border-color: transparent;
}
.header__menu-item--sub:hover .header__menu-sub {
  opacity: 1;
  pointer-events: auto;
}
.header__menu-item--sub:hover .header__menu-sub .header__menu-link {
  color: #c32243;
  border-color: #c32243;
}
.header__menu-link {
  margin: 0;
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  border-bottom: 1px solid transparent;
  transition: color 0.3s, border-color 0.3s;
}
.header__menu-link:hover {
  color: #e31c42;
  border-color: #e31c42;
}
.header__menu-sub {
  position: absolute;
  top: 0;
  left: -40px;
  right: -40px;
  background-color: #FFFFFF;
  padding: 0 40px 40px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  z-index: 1;
  box-shadow: 0 3px 25px -5px rgba(60, 60, 60, 0.12);
}
.header__menu-sub:hover {
  display: block;
}
.header__menu-sub-top {
  position: relative;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__menu-sub-top::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #000000;
}
.header__menu-sub-links {
  padding-top: 28px;
}
.header__menu-sub-link {
  display: flex;
  margin-top: 16px;
}
.header__menu-sub-link:first-child {
  margin-top: 0;
}
.header__menu-sub-link img {
  width: 100%;
}

@media screen and (max-width: 1080px) {
  .header__logo {
    font-size: 20px;
  }
  .header__menu {
    padding-right: 0;
  }
  .header__menu-item {
    margin-right: 20px;
  }
  .header__menu-link {
    font-size: 14px;
  }
}
@media screen and (max-width: 800px) {
  .header__logo {
    font-size: 18px;
  }
  .header__menu-item {
    margin-right: 18px;
  }
  .header__menu-link {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .header__inner {
    height: 80px;
    position: relative;
  }
  .header__logo {
    font-size: 27px;
  }
  .header__menu {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 220px;
    padding: 0 40px 40px;
    background-color: #FFFFFF;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    z-index: 1;
    box-shadow: 0 3px 25px -5px rgba(60, 60, 60, 0.12);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s;
  }
  .header--menu-open .header__menu {
    opacity: 1;
  }
  .header__menu-item {
    height: auto;
  }
  .header__menu-open {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #000000;
    cursor: pointer;
    margin-left: auto;
    transition: opacity 0.3s;
  }
  .header--menu-open .header__menu-open {
    opacity: 0;
    pointer-events: none;
  }
  .header__menu-open img {
    width: 70%;
  }
  .header__menu-nav {
    flex-direction: column;
    align-items: flex-start;
  }
  .header__menu-top {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    position: relative;
  }
  .header__menu-top::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #000000;
  }
  .header__menu-close {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #000000;
  }
  .header__menu-close img {
    width: 55%;
  }
  .header__menu-sub {
    position: static;
    display: block;
    padding: 0;
    width: 100%;
    border-radius: 0;
    box-shadow: none;
    opacity: 1;
    pointer-events: auto;
  }
  .header__menu-sub-top {
    display: none;
  }
  .header__menu-item {
    margin-right: 0;
    margin-top: 15px;
  }
  .header__menu-item:first-child {
    margin-top: 0;
  }
  .header__menu-item--sub {
    margin-bottom: 5px;
  }
  .header__menu-item--sub .header__menu-link {
    display: none;
  }
  .header__menu-link {
    font-size: 14px;
  }
  .header__menu-sub-links {
    padding-top: 38px;
  }
}
.top-line {
  position: fixed;
  top: 91px;
  left: 0;
  right: 0;
  z-index: 3;
}
.top-line--hide {
  opacity: 0;
  visibility: hidden;
}
.top-line__line {
  height: 1px;
  background-color: #000000;
}

@media screen and (max-width: 768px) {
  .top-line {
    top: 81px;
  }
}
.header-section {
  background-color: #FFFFFF;
  padding-top: 30px;
  padding-bottom: 50px;
  position: relative;
}
.header-section__swiper .swiper-pagination {
  bottom: 75px;
}
.header-section__slide {
  position: relative;
}
.header-section--video .header-section__slide {
  min-height: 600px;
}
.header-section__slide-content {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 440px;
}
.header-section__slide-title {
  width: 50%;
  margin: 0;
  color: #000000;
  font-weight: 900;
  font-size: 60px;
}
.header-section__slide-image {
  width: 50%;
  margin-left: auto;
  margin-top: auto;
}
.header-section__slide-image img {
  width: 100%;
}
.header-section__slider-circle {
  max-width: 540px;
  max-height: 540px;
  width: 48vw;
  height: 48vw;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ebebeb;
}
.header-section__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.header-section__video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 1200px) {
  .header-section__slider-circle {
    width: 40vw;
    height: 40vw;
  }
}
@media screen and (max-width: 991px) {
  .header-section__slider-circle {
    width: 400px;
    height: 400px;
  }
}
@media screen and (max-width: 1080px) {
  .header-section__swiper .swiper-pagination {
    bottom: 50px;
  }
  .header-section--video .header-section__slide {
    min-height: 400px;
  }
  .header-section__slide-title {
    font-size: 44px;
  }
  .header-section__slide-image {
    width: 40%;
  }
}
@media screen and (max-width: 768px) {
  .header-section__swiper {
    padding-bottom: 20px;
  }
  .header-section__swiper .swiper-pagination {
    bottom: 0;
  }
  .header-section__swiper .swiper-pagination .swiper-pagination-bullet {
    background-color: #ebebeb;
  }
  .header-section__swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #12214a;
  }
  .header-section__slide-content {
    display: block;
    min-height: 0;
  }
  .header-section__slide-title {
    width: 100%;
    font-size: 44px;
  }
  .header-section__slide-image {
    width: 100%;
  }
  .header-section__slider-circle {
    top: 5%;
    transform: translateX(-50%);
    width: 100%;
    height: auto;
    max-width: none;
    max-height: none;
    background-color: none;
  }
  .header-section__slider-circle::before {
    content: "";
    display: block;
    padding-bottom: 100%;
  }
  .header-section__slider-circle div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ebebeb;
    border-radius: 50%;
  }
}
@media screen and (max-width: 576px) {
  .header-section__slide-title {
    font-size: 36px;
  }
  .header-section--video .header-section__slide {
    min-height: 300px;
  }
}
.types {
  position: relative;
  z-index: 3;
  background-color: #FFFFFF;
  border-bottom-left-radius: 30px;
  padding-bottom: 100px;
}
.types__items {
  display: flex;
}
.types__item {
  width: 50%;
}
.types__item--red::before {
  content: "";
  position: absolute;
  top: 0;
  height: 620px;
  left: 0;
  width: 50%;
  background-color: #910034;
  border-bottom-left-radius: 40px;
}
.types__item--red::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;

  height: 620px;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-image: url("../img/red-bg.png");
}
.types__item--blue::before {
  content: "";
  position: absolute;
  top: 0;
  height: 620px;
  left: 50%;
  width: 50%;
  background-color: #12214a;
  border-bottom-left-radius: 40px;
}
.types__item--blue::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 620px;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-image: url("../img/blue-bg.png");
}
.types__item-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 620px;
}
.types__item--red .types__item-content {
  padding: 45px 45px 45px 0;
}
.types__item--blue .types__item-content {
  padding: 45px 0 45px 45px;
}
.types__item-top {
  width: 100%;
  margin-top: auto;
  padding-bottom: 15px;
  border-bottom: 1px solid #FFFFFF;
}
.types__item-top-title {
  margin: 0;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 53px;
  font-weight: 700;
}
.types__item-top-subtitle {
  margin: 0;
  margin-top: 5px;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 21px;
}
.types__item-desc {
  margin: 0;
  margin-top: 20px;
  color: #FFFFFF;
  font-size: 17px;
  font-weight: 600;
}
.types__item-link {
  width: 60px;
  height: 60px;
  margin-left: auto;
  margin-top: 25px;
}
.types__text {
  margin: 0;
  margin-top: 80px;
  color: #b7b6b6;
  font-size: 42px;
  font-weight: 600;
  line-height: 1.2;
}
.types__gost {
  margin: 0;
  margin-top: 55px;
  color: #000000;
  font-size: 36px;
  font-weight: 600;
}
.types__desc {
  margin: 0;
  margin-top: 30px;
  color: #000000;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}
.container-en{
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 1200px) {
  .types__item--red .types__item-content {
    padding: 25px 25px 25px 0;
  }
  .types__item--blue .types__item-content {
    padding: 25px 0 25px 25px;
  }
  .types__item-top-title {
    font-size: 50px;
  }
  .types__item-top-subtitle {
    font-size: 20px;
  }
  .types__item-desc {
    font-size: 16px;
  }
  .types__text {
    font-size: 38px;
  }
  .types__gost {
    font-size: 32px;
  }
  .types__desc {
    font-size: 20px;
  }
}
@media screen and (max-width: 1080px) {
  .types__item--red::before {
    height: 560px;
  }
  .types__item--red::after {
    height: 560px;
    background-size: 70%;
  }
  .types__item--blue::before {
    height: 560px;
  }
  .types__item--blue::after {
    height: 560px;
    background-size: 70%;
  }
  .types__item-content {
    height: 560px;
  }
  .types__item-desc {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .types__items {
    display: block;
  }
  .types__item {
    width: 100%;
  }
  .types__item--red::before {
    height: 560px;
    width: 100%;
    z-index: 1;
  }
  .types__item--red::after {
    height: 560px;
    left: auto;
    right: 0;
    background-size: 80%;
    z-index: 1;
  }
  .types__item--blue {
    margin-top: -40px;
  }
  .types__item--blue::before {
    height: 600px;
    top: 520px;
    width: 100%;
    left: 0;
  }
  .types__item--blue::after {
    top: 520px;
    height: 600px;
    background-size: 80%;
  }
  .types__item-content {
    height: 560px;
    z-index: 3;
  }
  .types__item--red .types__item-content {
    padding: 20px 0;
  }
  .types__item--blue .types__item-content {
    height: 600px;
    padding: 20px 0;
  }
  .types__item-desc {
    font-size: 14px;
  }
  .types__item--red:after {
    width: 75%;
  }
}
@media screen and (max-width: 576px) {
  .types {
    padding-bottom: 85px;
  }
  .types__item--red::before {
    height: 430px;
  }
  .types__item--red::after {
    height: 430px;
    background-size: 50%;
    width: 100%;
  }
  .types__item--blue::before {
    height: 470px;
    top: 390px;
  }
  .types__item--blue::after {
    top: 390px;
    height: 470px;
    background-size: 50%;
    width: 100%;
  }
  .types__item-content {
    height: 430px;
  }
  .types__item--blue .types__item-content {
    height: 470px;
    padding: 20px 0;
  }
  .types__item-top-title {
    font-size: 37px;
  }
  .types__item-top-subtitle {
    font-size: 15px;
  }
  .types__item-link {
    width: 45px;
    height: 45px;
    margin-top: 15px;
  }
  .types__text {
    font-size: 28px;
    margin-top: 50px;
  }
  .types__gost {
    font-size: 28px;
    margin-top: 50px;
    line-height: 1.2;
  }
  .types__gost span {
    display: inline-block;
  }
  .types__desc {
    font-size: 18px;
    margin-top: 50px;
  }
}
@media screen and (max-width: 480px) {
  .types__item--red::after {
    background-size: 60%;
  }
  .types__item--blue::after {
    background-size: 60%;
  }
}
@media screen and (max-width: 374px) {
  .types__item--red::before {
    height: 380px;
  }
  .types__item--red::after {
    height: 380px;
  }
  .types__item--blue::before {
    height: 420px;
    top: 340px;
  }
  .types__item--blue::after {
    top: 340px;
    height: 420px;
  }
  .types__item-content {
    height: 380px;
  }
  .types__item--blue .types__item-content {
    height: 420px;
    padding: 20px 0;
  }
}
.about {
  background-color: #910034;
  padding-top: 150px;
  padding-bottom: 120px;
  border-bottom-left-radius: 30px;
  z-index: 2;
  margin-top: -30px;
  position: relative;
}
.about.ru{
      z-index:1;
}
.about__text {
  margin: 0;
  color: #FFFFFF;
  font-size: 36px;
  font-weight: 600;
  margin-top: 60px;
}
.about__image {
  display: flex;
  width: 100%;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}
.about__image::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.about__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s;
  border-radius: 50%;
}
.about__image img:hover {
  transform: scale(1.1);
}
html.mobile .about__image img:hover {
  transform: none;
}
.about__swiper {
  margin-top: 60px;
}
.about__swiper .swiper-wrapper {
  left: 50%;
  opacity: 0;
}
.about__swiper .swiper-initialized .swiper-wrapper {
  opacity: 1;
}
.about__swiper .swiper-slide {
  width: 33.33%;
  max-width: 400px;
  padding: 0 5px;
}
.about__swiper .swiper-button-prev,
.about__swiper .swiper-button-next {
  top: calc(50% - 60px);
}
.about-page .about__swiper .swiper-button-prev,
.about-page .about__swiper .swiper-button-next {
  top: calc(50% - 38px);
}
.about__swiper .swiper-button-prev {
  left: 25px;
}
.about__swiper .swiper-button-next {
  right: 25px;
}
.about__swiper .swiper-pagination {
  display: flex;
  width: auto;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  bottom: auto;
}
.about__swiper .swiper-pagination-bullet {
  background-color: #a72744;
}
.about__swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #FFFFFF;
}
.about__swiper-slides {
  position: relative;
}
.about__swiper-bottom {
  margin-top: 60px;
  display: flex;
  align-items: center;
}
.about__swiper-count {
  opacity: 0;
  user-select: none;
}
.swiper-initialized .about__swiper-count {
  opacity: 1;
}
.about__swiper-count p {
  margin: 0;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 500;
}
.about__swiper-wrap {
  margin-left: auto;
}

@media screen and (max-width: 960px) {
  .about__link .arrow-link__text {
    display: none;
  }
}
@media screen and (max-width: 1080px) {
  .about__text {
    font-size: 26px;
    margin-top: 50px;
  }
  .about__swiper .swiper-button-prev {
    left: 20px;
  }
  .about__swiper .swiper-button-next {
    right: 20px;
  }
  .about__swiper .swiper-button-prev,
  .about__swiper .swiper-button-next {
    top: calc(50% - 55px);
  }
}
@media screen and (max-width: 768px) {
  .about__text {
    font-size: 22px;
    margin-top: 40px;
  }
  .about__swiper .swiper-button-prev,
  .about__swiper .swiper-button-next {
    display: none;
  }
  .about__swiper .swiper-slide {
    width: 40%;
    padding: 0 5px;
  }
}
@media screen and (max-width: 576px) {
  .about {
    padding-top: 100px;
    padding-bottom: 40px;
  }
  .about__text {
    font-size: 18px;
    margin-top: 30px;
  }
  .about__swiper {
    margin-top: 40px;
  }
  .about__swiper .swiper-wrapper {
    left: 0;
  }
  .about__swiper .swiper-slide {
    width: 66.6%;
    padding: 0 3px;
  }
  .about__swiper .swiper-pagination {
    top: 0;
    display: flex;
    flex-wrap: wrap;
    transform: none;
    justify-content: center;
    left: 0;
    right: -8px;
    padding: 0 20px;
  }
  .about__swiper .swiper-pagination-bullet {
    margin-top: 7px !important;
  }
  .about__swiper .swiper-pagination-bullet:last-child {
    margin-right: 8px !important;
  }
  .about__swiper-bottom {
    margin-top: 40px;
  }
}
.buy {
  background-color: #12214a;
  padding-top: 190px;
  padding-bottom: 160px;
  border-bottom-left-radius: 30px;
  margin-top: -30px;
}
.buy.ru{
  z-index: 2;
  position: relative;
}
.buy__text {
  margin: 0;
  color: #FFFFFF;
  font-size: 36px;
  font-weight: 600;
  margin-top: 60px;
}
.buy__items {
  margin-top: 70px;
}
.buy__item {
  display: flex;
  padding: 25px 30px;
  transition: background-color 0.3s, border-color 0.3s;
  border-top: 1px solid #FFFFFF;
}
.buy__item:last-child {
  border-bottom: 1px solid #FFFFFF;
}
.buy__item:hover {
  background-color: #910034;
  border-color: transparent;
}
.buy__item:hover + .buy__item {
  border-top-color: transparent;
}
.buy__item-logo {
  width: 235px;
  padding-right: 30px;
  flex-shrink: 1;
  margin: auto 0;
  min-width: 150px;
}
.buy__item-logo img,
.buy__item-logo svg {
  width: 100%;
  max-width: 160px;
  max-height: 58px;
  object-fit: contain;
}
.buy__item-desc {
  padding: 0 70px;
  flex-shrink: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.buy__item-desc::before, .buy__item-desc::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 50px;
  width: 1px;
  background-color: #FFFFFF;
}
.buy__item-desc::before {
  left: 0;
}
.buy__item-desc::after {
  right: 0;
}
.buy__item-desc p {
  max-width: 440px;
}
.buy__item-cta {
  width: 100%;
  max-width: 270px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 1;
}
.buy__item-text {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 1.25;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-decoration-thickness: 1px;
  transition: text-decoration-color 0.3s;
}
.buy__item:hover .buy__item-text {
  text-decoration-color: #FFFFFF;
}
.buy__item-icon {
  margin: auto 0;
}
.buy__item:hover .buy__item-icon {
  background-color: #FFFFFF;
}
.buy__item:hover .buy__item-icon svg * {
  stroke: #000000;
}
.buy-btn {display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    justify-content: center;
	}
	
.buy-btn a {
	display: flex;
    flex-direction: column;
	font-size:22px;
    border-radius: 90px;
	border:2px solid #fff;
    width: auto;
    margin-right: 20px;
    margin-top: 15px;
    padding: 25px;

    cursor: pointer;
    transition: background-color 0.3s;
	text-align:center;
}


@media screen and (max-width: 1080px) {
  .buy__text {
    font-size: 26px;
    margin-top: 50px;
  }
  .buy__items {
    margin-top: 60px;
  }
  .buy__item {
    padding: 25px 0;
  }
  .buy__item-logo {
    width: 160px;
    max-width: none;
    min-width: 130px;
  }
  .buy__item-cta {
    max-width: 200px;
  }
  .buy__item-desc {
    padding: 0 40px;
  }
  .buy__item-text {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .buy__text {
    font-size: 22px;
    margin-top: 40px;
  }
  .buy__items {
    margin-top: 70px;
  }
  .buy__item {
    padding: 25px 20px;
  }
  .buy__item-logo {
    padding: 0;
    width: 50%;
    max-width: none;
    min-width: 0;
    position: relative;
  }
  .buy__item-logo::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 30px;
    width: 1px;
    background-color: #FFFFFF;
    right: -1%;
  }
  .buy__item-logo img {
    max-width: 120px;
    max-height: 50px;
  }
  .buy__item-cta {
    max-width: none;
    width: 55%;
  }
  .buy__item-desc {
    display: none;
  }
  .buy__item-text {
    font-size: 15px;
  }
}
@media screen and (max-width: 576px) {
	
.buy-btn {justify-content:left}
  .buy {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .buy__text {
    font-size: 18px;
    margin-top: 30px;
  }
  .buy__items {
    margin-top: 50px;
  }
  .buy__item-logo img {
    max-width: 100px;
    max-height: 40px;
  }
  .buy__item-text {
    font-size: 14px;
  }
  .buy__item-cta .buy__item-text {
    max-width: 80px;
  }
  .buy-btn{}
  .buy-btn a{width: calc(90% - 3px);}

}
@media screen and (max-width: 374px) {
  .buy__item-logo img {
    max-width: 80px;
    max-height: 30px;
  }
  .buy__item-text {
    font-size: 13px;
  }
}
.footer {
  margin-top: -40px;
  z-index: 1;
}
.footer.fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  margin-top: 0;
}
.footer.fixed.more-than-window {
  overflow: hidden;
  top: 90px;
  bottom: auto;
  height: calc(100vh - 90px);
}
.footer__content {
  position: relative;
  display: flex;
  padding-top: 130px;
  padding-bottom: 120px;
  background-color: #000000;
}
.footer__side {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
}
.footer__logo {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
  color: #FFFFFF;
}
.footer__slogan {
  margin: 0;
  margin-top: 18px;
  font-size: 18px;
  line-height: 1.25;
  color: #FFFFFF;
  font-weight: 500;
}
.footer__folders {
  margin-top: 50px;
}
.footer__folder {
  display: flex;
  align-items: center;
  margin-top: 16px;
}
.footer__folder:first-child {
  margin-top: 0;
}
.footer__folder-image {
  display: flex;
  margin-right: 20px;
  width: 58px;
  min-width: 40px;
}
.footer__folder-image img {
  width: 100%;
}
.footer__folder-link {
  margin: 0;
  font-size: 14px;
  color: #FFFFFF;
  max-width: 200px;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-decoration-color: transparent;
  transition: color 0.3s, text-decoration-color 0.3s;
  font-weight: 500;
}
.footer__folder-link:hover {
  text-decoration-color: #e31c42;
  color: #e31c42;
}
.footer__copyright {
  margin: 0;
  font-size: 12px;
  color: #FFFFFF;
  margin-top: 60px;
  font-weight: 500;
}
.footer__copyright--mobile {
  display: none;
}
.footer__menu {
  border: 1px solid #FFFFFF;
  padding: 50px;
  width: 100%;
  max-width: 300px;
}
.footer__menu-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 50px;
}
.footer__menu-block:first-child {
  margin-top: 0;
}
.footer__link {
  color: #FFFFFF;
  font-size: 14px;
  margin: 0;
  margin-top: 8px;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-decoration-color: transparent;
  transition: color 0.3s, text-decoration-color 0.3s;
  font-weight: 500;
}
.footer__link--uppercase {
  text-transform: uppercase;
}
.footer__link:hover {
  text-decoration-color: #e31c42;
  color: #e31c42;
}
.footer__link:first-child {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .footer.fixed.more-than-window {
    top: 80px;
    height: calc(100vh - 80px);
  }
  .footer__content {
    padding-bottom: 145px;
  }
  .footer__logo {
    font-size: 27px;
  }
  .footer__slogan {
    margin-top: 16px;
  }
}
@media screen and (max-width: 767px) {
  .footer__content {
    display: block;
  }
  .footer__side {
    display: block;
    width: 100%;
  }
  .footer__side:last-child {
    margin-top: 65px;
  }
  .footer__copyright--mobile {
    display: block;
  }
  .footer__copyright--desktop {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .footer__menu {
    max-width: none;
  }
  .фfooter__side:last-child {
    display: none;
  }
  .footer__copyright--mobile {
    display: none;
  }
  .footer__copyright--desktop {
    display: block;
  }
}
.faq {
  background-color: #12214a;
  border-bottom-left-radius: 30px;
  padding: 155px 0 60px;
  margin-top: -40px;
}
.faq__content {
  display: flex;
  flex-direction: column;
}
.faq__subtitle {
  display: none;
}
.faq__items {
  display: flex;
  flex-wrap: wrap;
  margin-top: 80px;
  margin-right: -3px;
}
.faq__item {
  display: flex;
  flex-direction: column;
  background-color: #FFFFFF;
  border-bottom-left-radius: 30px;
  width: calc(25% - 3px);
  margin-right: 3px;
  margin-top: 3px;
  padding: 40px 30px 30px 40px;
  min-height: 280px;
  cursor: pointer;
  transition: background-color 0.3s;
}
.faq__item:nth-child(5), .faq__item:nth-child(6) {
  display: none;
}
.faq-page .faq__item:nth-child(5), .faq-page .faq__item:nth-child(6) {
  display: flex;
}
.faq__item:hover {
  background-color: #c32243;
}
.faq__item:hover p {
  color: #FFFFFF;
  text-decoration-color: #FFFFFF;
}
.faq__item:hover .button-arrow {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}
.faq__item p {
  margin: 0;
  color: #000000;
  font-size: 20px;
  font-weight: 600;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-decoration-color: #000000;
  transition: color 0.3s, text-decoration-color 0.3s;
  margin-bottom: 20px;
  word-break: break-word;
}
.faq__item .button-arrow {
  border: 1px solid #000000;
  transition: border-color 0.3s, background-color 0.3s;
  margin-top: auto;
  margin-left: auto;
}
.faq__item .button-arrow svg * {
  stroke: #000000;
}
.faq__item-modal-content {
  display: none;
}
.faq__link {
  margin-left: auto;
  margin-top: 50px;
}

@media screen and (max-width: 1279px) {
  .faq__item {
    padding: 25px;
    min-height: 240px;
  }
  .faq__item p {
    font-size: 20px;
  }
}
@media screen and (max-width: 1080px) {
  .faq__item {
    width: calc(33.3% - 3px);
    min-height: 280px;
  }
  .faq__item:nth-child(4) {
    display: none;
  }
  .faq-page .faq__item:nth-child(4) {
    display: flex;
  }
}
@media screen and (max-width: 900px) {
  .faq__item {
    min-height: 220px;
  }
}
@media screen and (max-width: 768px) {
  .faq {
    padding-bottom: 90px;
  }
  .faq__items {
    margin-top: 45px;
  }
  .faq-page .faq__items {
    margin-top: 80px;
  }
  .faq__item {
    width: calc(50% - 3px);
    min-height: 280px;
    padding: 30px 20px 20px 30px;
  }
  .faq__item:nth-child(5), .faq__item:nth-child(6) {
    display: flex;
  }
  .faq__item:nth-child(4) {
    display: flex;
  }
  .faq__link {
    display: none;
  }
  .faq__subtitle {
    margin: 0;
    color: #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    padding-bottom: 40px;
    margin-top: 40px;
    font-size: 28px;
    font-weight: 600;
    display: block;
    line-height: 1.2;
  }
}
@media screen and (max-width: 576px) {
  .faq {
    padding-top: 110px;
  }
  .faq__subtitle {
    padding-bottom: 40px;
    margin-top: 40px;
    font-size: 24px;
  }
  .faq__items {
    margin-top: 45px;
  }
  .faq__item {
    min-height: 180px;
  }
  .faq__item:nth-child(7), .faq__item:nth-child(8) {
    display: none;
  }
  .faq__item p {
    font-size: 14px;
  }
  .faq__item .button-arrow {
    width: 25px;
    height: 25px;
  }
}
@media screen and (max-width: 374px) {
  .faq__item {
    padding: 20px;
    min-height: 140px;
  }
  .faq__item p {
    font-size: 13px;
  }
}
.product-top {
  position: relative;
  padding: 80px 0 100px;
  border-bottom-left-radius: 30px;
  z-index: 5;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 580px;
}
.product-top--blue {
  background-color: #12214a;
  background-image: url("../img/blue-bg.png");
}
.product-top--red {
  background-color: #910034;
  background-image: url("../img/red-bg.png");
}
.product-top--grey {
  background-color: #4E5056;
  background-image: url("../img/standard-bg.png");
}
.product-top--profi {
  background-color: #64196B;
  background-image: url("../img/profi-bg.png");
}
.product-top--optima {
  background-color: #004A4A;
  background-image: url("../img/optima-bg.png");
}
.product-top__title {
  padding-bottom: 17px;
  border-bottom: 1px solid #FFFFFF;
}
.product-top__title-text, .product-top__title-subtext {
  margin: 0;
  color: #FFFFFF;
  text-transform: uppercase;
}
.product-top__title-text {
  font-weight: 700;
  font-size: 58px;
}
.product-top__title-subtext {
  font-size: 23px;
  margin-top: 7px;
}
.product-top__desc {
  margin: 0;
  margin-top: 25px;
  font-size: 22px;
  font-weight: 600;
  max-width: 600px;
  color: #FFFFFF;
  line-height: 1.2;
}
.product-top__adv {
  margin-top: 60px;
}
.product-top__adv-title {
  margin: 0;
  color: #FFFFFF;
  font-size: 48px;
  font-weight: 600;
}
.product-top__adv-items {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 800px;
}
.product-top__adv-item {
  display: flex;
  margin: 0;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #FFFFFF;
  font-size: 13px;
  font-weight: 600;
  color: #FFFFFF;
  width: 150px;
  height: 150px;
  line-height: 1.25;
  transition: background-color 0.3s, color 0.3s;
  cursor: default;
  margin-top: 4px;
  margin-right: 4px;
}
.product-top__adv-item:hover {
  color: #000000;
  background-color: #FFFFFF;
}
.product-top__adv-item span {
  width: 100%;
  height: 100%;
}
.product-top__link-wrap {
  display: flex;
}
.product-top__link {
  margin-left: auto;
}

@media screen and (max-width: 1080px) {
  .product-top__link-wrap {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .product-top__title-text {
    font-size: 52px;
  }
  .product-top__title-subtext {
    font-size: 21px;
  }
  .product-top__desc {
    font-size: 20px;
  }
  .product-top__adv {
    margin-top: 50px;
  }
  .product-top__adv-title {
    font-size: 32px;
  }
  .product-top__adv-items {
    margin-top: 30px;
    width: 100%;
  }
  .product-top__adv-item {
    font-size: 13px;
    width: calc(33.33% - 4px);
    position: relative;
    height: auto;
  }
  .product-top__adv-item::after {
    content: "";
    display: block;
    padding-bottom: 100%;
  }
  .product-top__adv-item span {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    padding: 20px;
  }
  .product-top__link {
    margin-top: 50px;
  }
  .product-top__link .arrow-link__text {
    display: block;
  }
}
@media screen and (max-width: 576px) {
  .product-top {
    background-position: 100px 100%;
    padding-bottom: 40px;
  }
  .product-top__desc {
    font-size: 18px;
  }
  .product-top__adv {
    margin-top: 40px;
  }
  .product-top__adv-title {
    font-size: 24px;
  }
  .product-top__adv-item {
    font-size: 14px;
    width: calc(50% - 4px);
  }
}
@media screen and (max-width: 374px) {
  .product-top__title-text {
    font-size: 44px;
  }
  .product-top__title-subtext {
    font-size: 19px;
  }
  .product-top__adv-item {
    font-size: 12px;
  }
  .product-top__adv-item span {
    padding: 15px;
  }
}
.product-chars {
  position: relative;
  padding: 130px 0 90px;
  border-bottom-left-radius: 30px;
  z-index: 4;
  background-color: #FFFFFF;
  margin-top: -40px;
}
.product-chars__content {
  display: flex;
}
.product-chars__images {
  width: 50%;
  border-right: 1px solid #000000;
  padding-right: 45px;
}
.product-chars__images .swiper {
  padding-bottom: 50px;
}
.product-chars__images .swiper-pagination {
  bottom: 0;
}
.product-chars__images .swiper-pagination-bullet {
  background-color: #c8c8c8;
}
.product-chars__images .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #c32243;
}
.product-chars__image {
  display: flex;
}
.product-chars__image img {
  width: 100%;
  object-fit: contain;
}
.product-chars__info {
  width: 50%;
  padding: 20px 0 20px 45px;
}
.product-chars__info-title {
  font-size: 36px;
  font-weight: 600;
  margin: 0;
  color: #000000;
}
.product-chars__info-blocks {
  margin-top: 40px;
}
.product-chars__info-block {
  margin-top: 30px;
}
.product-chars__info-block:first-child {
  margin-top: 0;
}
.product-chars__info-block-title {
  margin: 0;
  color: #000000;
  padding-bottom: 13px;
  border-bottom: 1px solid #000000;
  margin-bottom: 13px;
  font-weight: 600;
  font-size: 24px;
}
.product-chars__info-block-link {
  display: inline-block;
  margin: 0;
  color: #c32243;
  font-weight: 600;
  font-size: 24px;
  text-decoration-thickness: 0.1em;
  text-decoration-color: #c32243;
  text-underline-offset: 0.2em;
  transition: text-decoration-color 0.3s, color 0.3s;
  line-height: 1.25;
}
.product-chars__info-block-type {
  margin: 0;
  color: #000000;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
}
.product-chars__info-paper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border: 2px solid #c8c8c8;
  width: 58px;
  height: 72px;
  font-size: 24px;
  font-weight: 700;
  color: #c32243;
}
.product-chars__info-paper--long {
  width: 118px;
}
.product-chars__info-text {
  margin: 0;
  color: #000000;
  font-size: 16px;
  font-weight: 500;
}
.product-chars__info-text span {
  display: block;
}
.product-chars__info-text span + span {
  margin-top: 5px;
}
.product-chars__info-block-count {
  display: flex;
  flex-wrap: wrap;
  margin-right: -13px;
  margin-top: -13px;
  padding-top: 10px;
}
.product-chars__info-block-count .product-chars__info-paper {
  margin-right: 13px;
  margin-top: 13px;
}
.product-chars__info-block-count .product-chars__info-text {
  padding-top: 2px;
  margin-right: 13px;
  margin-top: 13px;
}
.product-chars__info-block-formats {
  display: flex;
  flex-wrap: wrap;
  padding-top: 10px;
  margin-top: -20px;
}
.product-chars__info-block-formats .product-chars__info-paper {
  margin-right: 13px;
}
.product-chars__info-block-format {
  width: calc(50% - 15px);
  display: flex;
  min-width: 200px;
  flex-grow: 1;
  margin-top: 20px;
}
.product-chars__info-block-format:nth-child(odd) {
  margin-right: 30px;
}

@media screen and (max-width: 1080px) {
  .product-chars__images {
    padding-right: 25px;
  }
  .product-chars__info {
    padding: 20px 0 20px 25px;
  }
}
@media screen and (max-width: 768px) {
  .product-chars {
    padding: 130px 0 90px;
  }
  .product-chars__content {
    display: block;
  }
  .product-chars__images {
    width: 100%;
    padding-right: 0;
    border-right: none;
    border-bottom: 1px solid #000000;
    padding-bottom: 35px;
  }
  .product-chars__images .swiper {
    padding-bottom: 10px;
  }
  .product-chars__info {
    width: 100%;
    padding: 0;
    margin-top: 35px;
  }
  .product-chars__info-title {
    font-size: 32px;
  }
  .product-chars__info-blocks {
    margin-top: 30px;
  }
  .product-chars__info-block {
    margin-top: 25px;
  }
  .product-chars__info-block-title {
    padding-left: 5px;
    font-size: 22px;
  }
  .product-chars__info-block-link {
    font-size: 22px;
    margin-left: 5px;
  }
  .product-chars__info-block-count {
    padding-left: 5px;
  }
  .product-chars__info-block-type {
    padding-left: 5px;
  }
  .product-chars__info-block-formats {
    padding-left: 5px;
  }
}
@media screen and (max-width: 576px) {
  .product-chars {
    padding: 80px 0 60px;
  }
  .product-chars__info-title {
    font-size: 30px;
  }
  .product-chars__info-block-title {
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .product-chars__info-block-link {
    font-size: 18px;
  }
  .product-chars__info-text {
    font-size: 14px;
  }
  .product-chars__info-block-count {
    padding-left: 5px;
    padding-top: 7px;
    margin-top: -10px;
    margin-right: -10px;
  }
  .product-chars__info-block-count .product-chars__info-paper {
    margin-top: 10px;
    margin-right: 10px;
  }
  .product-chars__info-block-type {
    font-size: 14px;
  }
  .product-chars__info-block-formats {
    padding-left: 5px;
    padding-top: 7px;
    margin-top: -15px;
  }
  .product-chars__info-block-format {
    width: calc(50% - 10px);
    margin-top: 15px;
    min-width: 160px;
  }
  .product-chars__info-block-format:nth-child(odd) {
    margin-right: 20px;
  }
  .product-chars__info-paper {
    width: 43px;
    height: 55px;
  }
  .product-chars__info-paper--long {
    width: 88px;
  }
  .product-chars__info-paper span {
    font-size: 18px;
  }
}
.cert {
  position: relative;
  z-index: 3;
  background-color: #f1eeee;
  border-bottom-left-radius: 30px;
  margin-top: -40px;
  padding: 130px 0 110px;
}
.cert__swiper {
  margin-top: 60px;
}
.cert__swiper .swiper-wrapper {
  width: auto;
  margin-right: -35px;
  margin-top: -35px;
}
.cert__swiper .swiper-slide {
  width: auto;
  height: auto;
  flex-grow: 1;
  margin-right: 35px;
  margin-top: 35px;
}
.cert__swiper .swiper-slide--image {
  flex-grow: 0;
  width: 26.2%;
}
.cert__slide {
  display: flex;
  position: relative;
  user-select: none;
}
.cert__slide::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.cert__slide--image {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  height: 100%;
}
.cert__slide--image img {
  width: 102%;
}
.cert__slide--image::before {
  content: none;
}
.cert__slide-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cert__slide-content p {
  margin: 0;
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  transition: text-decoration-color 0.3s, color 0.3s;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
  text-decoration-color: transparent;
}
.cert__slide:hover .cert__slide-content p {
  color: #e31c42;
  text-decoration-color: #e31c42;
}
.cert__title {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 30px;
  margin-top: -10px;
  border-bottom: 1px solid #000000;
}
.cert__title h2 {
  margin: 0;
  color: #000000;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 60px;
  padding-top: 10px;
  margin-right: 30px;
}
.cert__title p {
  margin: 0;
  color: #000000;
  font-size: 30px;
  font-weight: 600;
  margin-left: auto;
  margin-top: auto;
  text-transform: uppercase;
  padding-top: 10px;
}

@media screen and (max-width: 1080px) {
  .cert__swiper .swiper-wrapper {
    flex-wrap: wrap;
  }
  .cert__swiper .swiper-slide {
    margin-right: 35px;
    width: calc(33.33% - 35px);
    flex-grow: 0;
  }
  .cert__swiper .swiper-slide--image {
    flex-grow: 0;
    width: calc(33.33% - 35px);
  }
  .cert__slide {
    display: flex;
    height: 100px;
  }
  .cert__slide::before {
    content: none;
  }
  .cert__title h2 {
    font-size: 52px;
  }
}
@media screen and (max-width: 768px) {
  .cert {
    padding-bottom: 50px;
  }
  .cert__swiper {
    padding-bottom: 50px;
    margin-top: 40px;
  }
  .cert__swiper .swiper-pagination {
    bottom: 0;
  }
  .cert__swiper .swiper-wrapper {
    flex-wrap: nowrap;
    margin-right: 0;
    margin-top: 0;
  }
  .cert__swiper .swiper-slide {
    width: 180px;
    flex-grow: 0;
    margin-right: 0;
    margin-right: 35px;
    margin-top: 0;
  }
  .cert__swiper .swiper-slide:last-child {
    margin-right: 0;
  }
  .cert__swiper .swiper-slide--image {
    flex-grow: 0;
    width: 350px;
  }
  .cert__slide {
    height: 180px;
  }
  .cert__title {
    display: block;
    margin-top: 0;
  }
  .cert__title h2 {
    font-size: 44px;
    padding-top: 0;
  }
  .cert__title p {
    padding-top: 0;
    margin-left: 0;
    margin-top: 20px;
    font-size: 24px;
  }
}
@media screen and (max-width: 576px) {
  .cert {
    padding-top: 110px;
  }
  .cert__swiper .swiper-slide {
    width: 130px;
    margin-right: 30px;
  }
  .cert__swiper .swiper-slide--image {
    width: 270px;
  }
  .cert__slide {
    height: 130px;
  }
  .cert__title {
    padding-bottom: 25px;
  }
  .cert__title h2 {
    font-size: 32px;
  }
  .cert__title p {
    font-size: 18px;
    margin-top: 15px;
  }
}
@media screen and (max-width: 380px) {
  .cert__title h2 {
    font-size: 28px;
  }
  .cert__title p {
    font-size: 17px;
  }
}
@media screen and (max-width: 350px) {
  .cert__title h2 {
    font-size: 24px;
  }
}
.brand {
  padding: 120px 0 90px;
  position: relative;
  z-index: 2;
  margin-top: -40px;
  background-color: #FFFFFF;
  border-bottom-left-radius: 30px;
}
.brand__content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-right: -35px;
  margin-top: -35px;
  padding: 0 40px;
}
.brand__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(33.33% - 35px);
  margin-right: 35px;
  margin-top: 35px;
  min-width: 290px;
  flex-grow: 1;
}
.brand__item a {
  flex-shrink: 0;
  margin: 0;
  margin-left: 35px;
  font-size: 16px;
  color: #000000;
  text-decoration: underline;
  text-underline-offset: 0.2em;
  text-decoration-thickness: 1px;
  text-decoration-color: transparent;
  transition: text-decoration-color 0.3s, color 0.3s;
  line-height: 1.3;
}
.brand__item a:hover {
  text-decoration-color: #e31c42;
  color: #e31c42;
}
.brand__item-image {
  width: 100%;
  max-width: 170px;
}
.brand__item-image img {
  width: 100%;
  object-fit: contain;
}
.brand__item--pdf .brand__item-image {
  width: 90px;
}

@media screen and (max-width: 1080px) {
  .brand__content {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .brand__content {
    display: block;
    margin-right: 0;
    margin-top: 0;
  }
  .brand__item {
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    margin-right: 0;
    margin-top: 35px;
    min-width: 0;
    flex-grow: 0;
    text-align: center;
  }
  .brand__item a {
    margin-left: 0;
    margin-top: 15px;
  }
  .brand__item--pack a {
    margin-top: 0;
  }
}
@media screen and (max-width: 576px) {
  .brand {
    padding: 90px 0 70px;
  }
}
.buy-page__buy {
  margin-top: 0;
  padding-top: 230px;
  padding-bottom: 330px;
}
.buy-page__buy .buy__text {
  margin-top: 0;
}

@media screen and (max-width: 576px) {
  .buy-page__buy {
    padding-top: 30px;
	padding-bottom: 40px;
	padding-left:20px;
	padding-right:20px;
  }
}
.about-page__about {
  position: relative;
  margin-top: 0;
  padding-top: 90px;
  z-index: 2;
}
.about-page__about .about__swiper {
  margin-top: 100px;
}
.about-page__about-title {
  margin: 0;
  font-size: 60px;
  color: #FFFFFF;
  font-weight: 600;
  padding-bottom: 35px;
  border-bottom: 1px solid #FFFFFF;
}
.about-page__stats {
  position: relative;
  background-color: #12214a;
  border-bottom-left-radius: 30px;
  padding-top: 155px;
  margin-top: -40px;
  padding-bottom: 200px;
  z-index: 1;
}
.about-page__stats-title {
  margin: 0;
  font-size: 48px;
  color: #FFFFFF;
  font-weight: 600;
  max-width: 915px;
  word-break: break-word;
}
.about-page__stats-subtitle {
  margin: 0;
  margin-top: 50px;
  font-size: 30px;
  color: #FFFFFF;
  max-width: 915px;
}
.about-page__info {
  padding: 155px 0 110px;
  background-color: #FFFFFF;
  margin-top: -40px;
  border-bottom-left-radius: 30px;
}
.about-page__info-title {
  margin: 0;
  color: #000000;
  font-size: 36px;
  line-height: 1.2;
  font-weight: 600;
}
.about-page__info-rows {
  margin-top: 40px;
}
.about-page__info-row {
  display: flex;
  padding: 60px 0;
  border-top: 1px solid #000000;
}
.about-page__info-col {
  width: 50%;
  padding-left: 45px;
}
.about-page__info-col:first-child {
  border-right: 1px solid #000000;
  padding-left: 0;
  padding-right: 45px;
}
.about-page__info-col-title {
  margin: 0;
  color: #000000;
  font-size: 30px;
  line-height: 1.2;
}
.about-page__info-col-text {
  margin: 0;
  color: #000000;
  font-size: 16px;
  line-height: 1.2;
}

@media screen and (max-width: 1080px) {
  .about-page__about-title {
    font-size: 36px;
    padding-bottom: 25px;
  }
  .about-page__stats {
    padding-bottom: 120px;
  }
  .about-page__stats-title {
    font-size: 36px;
    padding-bottom: 25px;
  }
  .about-page__stats-subtitle {
    font-size: 24px;
    margin-top: 40px;
  }
  .about-page__info {
    padding-top: 140px;
  }
  .about-page__info-title {
    font-size: 28px;
  }
  .about-page__info-row {
    padding: 50px 0;
  }
  .about-page__info-col-title {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .about-page__about-title {
    font-size: 30px;
  }
  .about-page__stats-title {
    font-size: 30px;
  }
  .about-page__stats-subtitle {
    font-size: 20px;
  }
  .about-page__info-title {
    font-size: 26px;
  }
  .about-page__info-col {
    padding-left: 25px;
  }
  .about-page__info-col:first-child {
    padding-right: 25px;
  }
  .about-page__info-col-title {
    font-size: 20px;
  }
  .about-page__info-col-text {
    font-size: 15px;
  }
}
@media screen and (max-width: 576px) {
  .about-page__about {
    padding-top: 45px;
    padding-bottom: 80px;
  }
  .about-page__about .about__swiper {
    margin-top: 45px;
  }
  .about-page__about-title {
    font-size: 26px;
  }
  .about-page__stats {
    padding: 100px 0 80px;
  }
  .about-page__stats-title {
    font-size: 24px;
  }
  .about-page__stats-subtitle {
    font-size: 18px;
    margin-top: 30px;
  }
  .about-page__info {
    padding: 100px 0;
  }
  .about-page__info-title {
    font-size: 20px;
  }
  .about-page__info-rows {
    margin-top: 60px;
  }
  .about-page__info-row {
    display: block;
    padding: 0;
  }
  .about-page__info-col {
    width: 100%;
    padding-left: 0;
  }
  .about-page__info-col:first-child {
    padding-right: 0;
    border-right: none;
  }
  .about-page__info-col-title {
    font-size: 18px;
    padding: 45px 0;
    border-bottom: 1px solid #000000;
  }
  .about-page__info-col-text {
    font-size: 14px;
    padding: 35px 0 80px;
  }
  .about-page__info-row:last-child .about-page__info-col-text {
    padding-bottom: 0;
  }
}
._404__content {
  background-color: #12214a;
  border-bottom-left-radius: 30px;
  padding: 90px 0;
}
._404__inner {
  display: flex;
  align-items: center;
}
._404__404, ._404__desc {
  width: 50%;
  margin: 0;
  color: #FFFFFF;
}
._404__404 {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #FFFFFF;
  color: transparent;
  font-size: 256px;
  font-weight: 900;
  margin-right: 90px;
}
._404__desc {
  font-size: 30px;
  line-height: 1.2;
  font-family: "Gotham Pro";
}
._404__desc span {
  font-weight: 500;
}

@media screen and (max-width: 1200px) {
  ._404__404 {
    font-size: 200px;
  }
  ._404__desc {
    font-size: 24px;
  }
}
@media screen and (max-width: 1080px) {
  ._404__404 {
    font-size: 140px;
    margin-right: 45px;
  }
  ._404__desc {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  ._404__inner {
    flex-direction: column;
    align-items: flex-start;
  }
  ._404__404 {
    width: auto;
    font-size: 180px;
    margin-right: 0;
  }
  ._404__desc {
    width: 100%;
    font-size: 22px;
    margin-top: 45px;
  }
}
@media screen and (max-width: 576px) {
  ._404__404 {
    font-size: 120px;
  }
  ._404__desc {
    font-size: 20px;
  }
}
@media screen and (max-width: 374px) {
  ._404__404 {
    font-size: 100px;
  }
  ._404__desc {
    font-size: 18px;
  }
}
.faq-page__faq {
  padding: 90px 0 130px;
  margin-top: 0;
}
.faq-page__title {
  margin: 0;
  color: #FFFFFF;
  font-size: 60px;
  font-weight: 600;
  padding-bottom: 35px;
  border-bottom: 1px solid #FFFFFF;
}

@media screen and (max-width: 1080px) {
  .faq-page__title {
    font-size: 36px;
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 768px) {
  .faq-page__faq {
    padding-bottom: 90px;
  }
  .faq-page__title {
    font-size: 30px;
  }
}
@media screen and (max-width: 576px) {
  .faq-page__faq {
    padding: 55px 0 90px;
  }
  .faq-page__title {
    font-size: 26px;
  }
}
.cookie {
  position: fixed;
  bottom: 25px;
  right: 25px;
  background-color: #FFFFFF;
  border-radius: 20px;
  padding: 20px;
  width: 282px;
  z-index: 1000;
  transition: opacity 0.4s, transform 0.4s;
}
.cookie--hiding {
  transform: translateY(30px);
  opacity: 0;
}
.cookie__title, .cookie__subtitle {
  margin: 0;
  color: #000000;
}
.cookie__title {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2;
}
.cookie__subtitle {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.2;
}
.cookie__subtitle a {
  color: #e31c42;
  text-decoration: underline;
  text-underline-offset: 0.2em;
  text-decoration-thickness: 1px;
  text-decoration-color: transparent;
  transition: text-decoration-color 0.3s, color 0.3s;
}
.cookie__subtitle a:hover {
  text-decoration-color: #e31c42;
}
.cookie__button {
  width: 100%;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 48px;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  background-color: #e31c42;
  border-radius: 10px;
  transition: background-color 0.3s;
  margin-top: 16px;
}
.cookie__button:hover {
  background-color: rgba(227, 28, 66, 0.8);
}

.text-page__content {
  padding-bottom: 190px;
  border-bottom-left-radius: 30px;
  background-color: #FFFFFF;
  margin-top: -1em;
  font-weight: 500;
  line-height: 1.2;
}

@media screen and (max-width: 576px) {
  .cookie {
    bottom: 20px;
    right: 20px;
    width: 240px;
  }
  .cookie__title {
    font-size: 17px;
  }
  .cookie__subtitle {
    font-size: 13px;
  }
  .cookie__button {
    height: 40px;
    font-size: 15px;
  }
  
  .text-page__content {
    margin-top: -2em;
    padding-bottom: 120px;
    font-size: 0.875em;
  }
  .container.animate &gt; .types__items .types__item--red:after {
    width: 100%!important;
  }
}

/* my style */

.container-in .types__item{
  width: 100%;
  box-sizing: border-box;
}
.container-in .types__item--red:before, #header-section-swiper .types__item--blue:after{
  width: 100%;
}
.container-in .types__item--blue:after{
      background-color: #12214A;
}
.container-in .swiper-button-prev.button-arrow{
  border: none;
  background: url('/en/specifications/left.svg') no-repeat;
  width: 29px;
    height: 56px;
    top: 45%;
    left: 43px;
}
.container-in .swiper-button-next.button-arrow{ 
  border: none;
  background: url('/en/specifications/right.svg') no-repeat;
  width: 29px;
    height: 56px;
    top: 45%;
    transform: rotate(0deg);
    right: 43px;
}
.container-in{
  padding-left: 0;
  padding-right: 0;
}
.container-in .types__item-content{
  padding-left: 45px;
  padding-right: 45px;
}
.container-in .types__item--red:after {
  border-radius: 0 0 0 0;
}
.container-in .types__item--blue:after{
  border-radius: 0 0 0 40px;
}
.container-in .types__item--gray:after {
    background-color: #4E5056;
}
.container-in .types__item--gray:after {
    background-image: url("../img/standard-bg.png");
}
.container-in .types__item--profi:after {
    background-color: #64196B;
    background-image: url("../img/profi-bg.png");
}
.container-in .types__item--optima:after {
    background-color: #004A4A;
    background-image: url("../img/optima-bg.png");
}
.container-in .types__item--red:after{
  left: auto;
  right: 0;
}
.container.animate &gt; .types__items .types__item--red:after{
  width: 50%;
}
@media screen and (max-width: 768px) {
  #header-section-swiper .swiper-button-prev.button-arrow, #header-section-swiper .swiper-button-next.button-arrow{
    display: none;
  }
  .container-in #header-section-swiper {
    overflow: visible;
  }
  .container-in  .swiper-wrapper{
    display: block;
    height: auto;
    transform: none !important;
    width: 100% !important;
  }
  .container-in .types__item--blue:before {
    top: 0;
  }
  .container-in .types__item--blue:after {
    top: 0;
  }
  .container-in .types__item-content{
    height: 450px;
  }
  .container-in .types__item--red:before, .container-in .types__item--blue:before{
    height: 450px;
  }
  .container-in .swiper-slide{
    width: 100% !important;
    height: auto !important;
    overflow: hidden;
    margin-top: -33px;
  }
  .container-in .swiper-slide:nth-child(1){
    z-index: 5;
  }
  .container-in .swiper-slide:nth-child(2){
    z-index: 4;
  }
  .container-in .swiper-slide:nth-child(3){
    z-index: 3;
  }
  .container-in .swiper-slide:nth-child(4){
    z-index: 2;
  }
  .container-in .swiper-slide:nth-child(5){
    z-index: 1;
  }
  .container-in .types__item:before{
  	height: auto;
  	top: 0;
  	bottom: 0;
  }
  .container-in .types__item:after{
  	height: auto;
  	top: 0;
  	bottom: 0;
    background-size: auto 92%;
  }
  .container-in .types__item--gray:after {
    background-image: url("../img/standard-bg-mobile.png");
  }
  .container-in .types__item--profi:after {
    background-image: url("../img/profi-bg-mobile.png");
  }
  .container-in .types__item--optima:after {
    background-image: url("../img/optima-bg-mobile.png");
  }
  .container-in .types__item--gray:before {
    background-color: #64196B;
  }
  .container-in .types__item--profi:before {
    background-color: #004A4A;
  }
  .container-in .types__item--optima:before {
    background-color: #FFFFFF;
  }
  .container-in .types__item--gray:before,
  .container-in .types__item--profi:before,
  .container-in .types__item--optima:before {
    border-bottom-left-radius: 0;
  }
  .container-in .types__item--gray:after,
  .container-in .types__item--profi:after,
  .container-in .types__item--optima:after {
    background-color: transparent;
    background-size: cover;
  }
}

.myblock{
    display:grid;
    grid-template-columns: 1fr !important;
    max-width: 545px;
    margin: 0 auto 20px auto;
}
.inputwrap{
       position: relative; 
       width:100%;
}
/*.required-in:before {*/
/*    content: '';*/
/*    display: block;*/
/*    position: absolute;*/
/*    z-index: 3;*/
/*    right: 8px;*/
/*    top: 8px;*/
/*    background: url(https://cart-blank.ru/wp-content/themes/cart-blank/assets/images/r.svg) no-repeat;*/
/*    width: 7px;*/
/*    height: 8px;*/
/*}*/
.myinput {
    display: block;
    box-sizing: border-box;
    width: 100%;
    border: none;
    background: #fff;
    height: 66px;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    /*color: #b5b5b5;*/
    padding-left: 33px;
    padding-right: 12px;
    margin: 40px 0 30px 0;
}
.mybtn{
    width:100%;
    max-width:345px;
    display:flex;
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    width: 100%;
    border: 1px solid #fff;
    transition: 0.25s;
    height: 80px;
    border-radius: 61px;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    background: #910034;
    margin:0 auto;
}
.mybtn:hover{
 
    color: #910034;
    background: #fff;
}
