@charset "UTF-8";

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/

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

/* make sure to set some focus styles for accessibility */

:focus {
  outline: 0;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */

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

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/**
 * Remove most spacing between table cells.
 */

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

html,
button,
input,
select,
textarea {
  color: #222;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

@font-face {
  font-family: "Circe-Light";
  src: url(/fonts/Circe-Light.otf?9b873950dc2ae3209c619419dfe9b468) format("opentype");
  font-display: swap;
}

@font-face {
  font-family: "Circe-Regular";
  src: url(/fonts/Circe-Regular.ttf?f80cf2f1a50fc5107f4c51e11d746047) format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Circe-Bold";
  src: url(/fonts/Circe-Bold.ttf?bcd01100961c0fac3f4103f4fc02acac) format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Circe-Extra-Bold";
  src: url(/fonts/Circe-Extra-Bold.otf?0bf9e7f626ded5ce2e195beb2f033310) format("opentype");
  font-display: swap;
}

.selectric-wrapper {
  position: relative;
  cursor: pointer;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  border: 0px solid #DDD;
  border-radius: 0px;
  background: #F8F8F8;
  position: relative;
  overflow: hidden;
}

.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 20px 0 10px;
  font-size: 16px;
  line-height: 20px;
  color: #444;
  height: 20px;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding-right: 10px;
}

.selectric .button {
  min-width: auto;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  background-color: transparent;
  color: #044263;
  text-align: center;
  font: 0/0 a;
  *font: 20px/20px Lucida Sans Unicode, Arial Unicode MS, Arial;
}

.selectric .button:hover {
  background-color: transparent;
}

.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border-right: 2px solid #044263;
  border-bottom: 2px solid #044263;
  width: 4px;
  height: 4px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.selectric-focus .selectric {
  border-color: #aaaaaa;
}

.selectric-hover .selectric {
  border-color: #c4c4c4;
}

.selectric-hover .selectric .button {
  color: #a2a2a2;
}

.selectric-hover .selectric .button:after {
  border-top-color: #a2a2a2;
}

.selectric-open {
  z-index: 9999;
}

.selectric-open .selectric {
  border-color: #c4c4c4;
}

.selectric-open .selectric-items {
  display: block;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}

.selectric-hide-select select {
  position: absolute;
  left: -100%;
}

.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */

.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #F8F8F8;
  border: 1px solid #c4c4c4;
  z-index: -1;
  box-shadow: 0 0 10px -6px;
}

.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}

.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}

.selectric-items ul,
.selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 16px;
  line-height: 20px;
  min-height: 20px;
}

.selectric-items li {
  display: block;
  padding: 10px;
  color: #666;
  cursor: pointer;
}

.selectric-items li.selected {
  background: #E0E0E0;
  color: #444;
}

.selectric-items li.highlighted {
  background: #D0D0D0;
  color: #444;
}

.selectric-items li:hover {
  background: #D5D5D5;
  color: #444;
}

.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: none;
  color: #444;
}

.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}

.selectric-items .selectric-group li {
  padding-left: 25px;
}

/**
 * Swiper 6.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: December 18, 2020
 */

@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") format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

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

.swiper-container-vertical > .swiper-wrapper {
  -ms-flex-direction: column;
      flex-direction: column;
}

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

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

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: column;
      flex-direction: column;
}

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

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

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

/* Auto Height */

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

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

/* 3D Effects */

.swiper-container-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

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

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

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

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

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

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

/* CSS Mode */

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

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

: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(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: 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-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

@media all and (max-width: 768px) {
  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    left: 20px;
  }
}

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

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

@media all and (max-width: 768px) {
  .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    right: 20px;
  }
}

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

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}

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

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

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

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

/* Common Styles */

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */

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

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

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

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

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

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

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

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

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 100%;
  background: #A9BECA;
  opacity: 0.3;
}

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-active {
  opacity: 1;
  background: #044263;
}

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

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

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

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 7px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* 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%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

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

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

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

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

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

/* Scrollbar */

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

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

.swiper-container-vertical > .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);
  border-radius: 10px;
  left: 0;
  top: 0;
}

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

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

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

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     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;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

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

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

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/* a11y */

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

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

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

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

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

.swiper-container-cube {
  overflow: visible;
}

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

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

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

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

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

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

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

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

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

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

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

.pets .swiper-button-next:after {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  width: 30px;
  height: 30px;
}

.pets .swiper-button-prev:after {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  width: 30px;
  height: 30px;
}

.awards .swiper-button-next,
.awards .swiper-button-prev {
  width: 74px;
  height: 74px;
}

@media all and (max-width: 768px) {
  .awards .swiper-button-next,
  .awards .swiper-button-prev {
    width: 46px;
    height: 46px;
  }
}

.awards .swiper-button-next:after {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  width: 74px;
  height: 74px;
}

.awards .swiper-button-prev:after {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  width: 74px;
  height: 74px;
}

/* box-sizing */

.fr-window,
.fr-window [class^=fr-],
.fr-overlay,
.fr-overlay [class^=fr-],
.fr-spinner,
.fr-spinner [class^=fr-] {
  box-sizing: border-box;
}

.fr-window {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  font: 13px/20px "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
  /* Chrome hack, this fixes a visual glitch when quickly toggling a video */
  -webkit-transform: translateZ(0px);
          transform: translateZ(0px);
}

/* z-index */

.fr-overlay {
  z-index: 99998;
}

.fr-window {
  z-index: 99999;
}

.fr-spinner {
  z-index: 100000;
}

/* overlay */

.fr-overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.fr-overlay-background {
  float: left;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.fr-overlay-ui-fullclick .fr-overlay-background {
  background: #292929;
  opacity: 1;
  filter: alpha(opacity=100);
}

/* mobile touch has position:absolute to allow zooming */

.fr-window.fr-mobile-touch,
.fr-overlay.fr-mobile-touch {
  position: absolute;
  overflow: visible;
}

/* some properties on the window are used to toggle things
 * like margin and the fullclick mode,
 * we reset those properties after measuring them
 */

.fr-measured {
  margin: 0 !important;
  min-width: 0 !important;
  min-height: 0 !important;
}

.fr-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fr-pages {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fr-page {
  position: absolute;
  width: 100%;
  height: 100%;
}

.fr-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  text-align: center;
}

.fr-hovering-clickable .fr-container {
  cursor: pointer;
}

/*
   padding:
   youtube & vimeo always have buttons on the outside
   side button = 72 = 54 + (2 * 9 margin)
   close button = 48
*/

/* padding ui:inside */

.fr-ui-inside .fr-container {
  padding: 20px 20px;
}

.fr-ui-inside.fr-no-sides .fr-container {
  padding: 20px;
}

/* padding ui:outside */

.fr-ui-outside .fr-container {
  padding: 20px 82px;
}

.fr-ui-outside.fr-no-sides .fr-container {
  padding: 20px 48px;
}

/* reduce padding on smaller screens */

@media all and (max-width: 700px) and (orientation: portrait), all and (orientation: landscape) and (max-height: 700px) {
  /* padding ui:inside */

  .fr-ui-inside .fr-container {
    padding: 12px 12px;
  }

  .fr-ui-inside.fr-no-sides .fr-container {
    padding: 12px;
  }

  /* padding ui:outside */

  .fr-ui-outside .fr-container {
    padding: 12px 72px;
  }

  .fr-ui-outside.fr-no-sides .fr-container {
    padding: 12px 48px;
  }
}

@media all and (max-width: 500px) and (orientation: portrait), all and (orientation: landscape) and (max-height: 500px) {
  /* padding ui:inside */

  .fr-ui-inside .fr-container {
    padding: 0px 0px;
  }

  .fr-ui-inside.fr-no-sides .fr-container {
    padding: 0px;
  }

  /* padding ui:outside */

  .fr-ui-outside .fr-container {
    padding: 0px 72px;
  }

  .fr-ui-outside.fr-no-sides .fr-container {
    padding: 0px 48px;
  }
}

/* padding ui:fullclick */

.fr-ui-fullclick .fr-container {
  padding: 0;
}

.fr-ui-fullclick.fr-no-sides .fr-container {
  padding: 0;
}

/* video fullclick */

.fr-ui-fullclick.fr-type-video .fr-container {
  padding: 0px 62px;
}

.fr-ui-fullclick.fr-no-sides.fr-type-video .fr-container {
  padding: 48px 0px;
}

/* overflow-y should always have 0 padding top and bottom */

.fr-overflow-y .fr-container {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.fr-content,
.fr-content-background {
  position: absolute;
  top: 50%;
  left: 50%;
  /* IE11 has a 1px blur bug on the edges of the caption (ui:inside)
     during animation with overflow:hidden */
  overflow: visible;
}

/* img/iframe/error */

.fr-content-element {
  float: left;
  width: 100%;
  height: 100%;
}

.fr-content-background {
  background: #101010;
}

.fr-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: #efefef;
  font-size: 13px;
  line-height: 20px;
  text-align: left;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
   -ms-text-size-adjust: none;
       text-size-adjust: none;
  -webkit-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

.fr-info-background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #000;
  line-height: 1%;
  -webkit-filter: none;
          filter: none;
  opacity: 1;
}

.fr-ui-inside .fr-info-background {
  filter: alpha(opacity=80);
  opacity: 0.8;
  zoom: 1;
}

/* ui:outside has a slightly lighter info background to break up from black page backgrounds */

.fr-ui-outside .fr-info-background {
  background: #0d0d0d;
}

/* info at the bottom for ui:inside */

.fr-content .fr-info {
  top: auto;
  bottom: 0;
}

.fr-info-padder {
  display: block;
  overflow: hidden;
  padding: 12px;
  position: relative;
  width: auto;
}

.fr-caption {
  width: auto;
  display: inline;
}

.fr-position {
  color: #b3b3b3;
  float: right;
  line-height: 21px;
  opacity: 0.99;
  position: relative;
  text-align: right;
  margin-left: 15px;
  white-space: nowrap;
}

/* positions not within the info bar
   for ui:outside/inside */

.fr-position-outside,
.fr-position-inside {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 12px;
  width: auto;
  padding: 2px 8px;
  border-radius: 10px;
  font-size: 11px;
  line-height: 20px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
  display: none;
  overflow: hidden;
  white-space: nowrap;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
   -ms-text-size-adjust: none;
       text-size-adjust: none;
  -webkit-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

.fr-position-inside {
  border: 0;
}

.fr-position-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0d0d0d;
  filter: alpha(opacity=80);
  opacity: 0.8;
  zoom: 1;
  /* oldIE */
}

.fr-position-text {
  color: #b3b3b3;
}

.fr-position-outside .fr-position-text,
.fr-position-inside .fr-position-text {
  float: left;
  position: relative;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  opacity: 1;
}

/* display it for the outside ui, hide the caption inside */

.fr-ui-outside .fr-position-outside {
  display: block;
}

.fr-ui-outside .fr-info .fr-position {
  display: none;
}

.fr-ui-inside.fr-no-caption .fr-position-inside {
  display: block;
}

/* links */

.fr-info a,
.fr-info a:hover {
  color: #ccc;
  border: 0;
  background: none;
  text-decoration: underline;
}

.fr-info a:hover {
  color: #eee;
}

/* no-caption */

.fr-ui-outside.fr-no-caption .fr-info {
  display: none;
}

.fr-ui-inside.fr-no-caption .fr-caption {
  display: none;
}

/* --- stroke */

.fr-stroke {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
}

.fr-stroke-vertical {
  width: 1px;
  height: 100%;
}

.fr-stroke-horizontal {
  padding: 0 1px;
}

.fr-stroke-right {
  left: auto;
  right: 0;
}

.fr-stroke-bottom {
  top: auto;
  bottom: 0;
}

.fr-stroke-color {
  float: left;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.08);
}

/* the stroke is brighter inside the info box */

.fr-info .fr-stroke-color {
  background: rgba(80, 80, 80, 0.3);
}

/* remove the stroke when outside ui has a caption */

.fr-ui-outside.fr-has-caption .fr-content .fr-stroke-bottom {
  display: none;
}

/* remove stroke and shadow when ui:fullclick */

.fr-ui-fullclick .fr-stroke {
  display: none;
}

.fr-ui-fullclick .fr-content-background {
  box-shadow: none;
}

/* the info box never bas a top stroke */

.fr-info .fr-stroke-top {
  display: none;
}

/* < > */

.fr-side {
  position: absolute;
  top: 50%;
  width: 54px;
  height: 72px;
  margin: 0 9px;
  margin-top: -36px;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
      user-select: none;
  zoom: 1;
}

.fr-side-previous {
  left: 0;
}

.fr-side-next {
  right: 0;
  left: auto;
}

.fr-side-disabled {
  cursor: default;
}

.fr-side-hidden {
  display: none !important;
}

.fr-side-button {
  float: left;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.fr-side-button-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #101010;
}

.fr-side-button-icon {
  float: left;
  position: relative;
  height: 100%;
  width: 100%;
  zoom: 1;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

/* smaller side buttons */

@media all and (max-width: 500px) and (orientation: portrait), all and (orientation: landscape) and (max-height: 414px) {
  .fr-side {
    width: 54px;
    height: 60px;
    margin: 0;
    margin-top: -30px;
  }

  .fr-side-button {
    width: 48px;
    height: 60px;
    margin: 0 3px;
  }
}

/* X */

.fr-close {
  position: absolute;
  width: 48px;
  height: 48px;
  top: 0;
  right: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.fr-close-background,
.fr-close-icon {
  position: absolute;
  top: 12px;
  left: 12px;
  height: 26px;
  width: 26px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.fr-close-background {
  background-color: #000;
}

/* Thumbnails */

.fr-thumbnails {
  position: absolute;
  overflow: hidden;
}

.fr-thumbnails-disabled .fr-thumbnails {
  display: none !important;
}

.fr-thumbnails-horizontal .fr-thumbnails {
  width: 100%;
  height: 12%;
  min-height: 74px;
  max-height: 160px;
  bottom: 0;
}

.fr-thumbnails-vertical .fr-thumbnails {
  height: 100%;
  width: 10%;
  min-width: 74px;
  max-width: 160px;
  left: 0;
}

.fr-thumbnails,
.fr-thumbnails * {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fr-thumbnails-wrapper {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
}

.fr-thumbnails-vertical .fr-thumbnails-wrapper {
  top: 50%;
  left: 0;
}

.fr-thumbnails-slider {
  position: relative;
  width: 100%;
  height: 100%;
  float: left;
  zoom: 1;
}

.fr-thumbnails-slider-slide {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

.fr-thumbnails-thumbs {
  float: left;
  height: 100%;
  overflow: hidden;
  position: relative;
  top: 0;
  left: 0;
}

.fr-thumbnails-slide {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}

.fr-thumbnail-frame {
  position: absolute;
  zoom: 1;
  overflow: hidden;
}

.fr-thumbnail {
  position: absolute;
  width: 30px;
  height: 100%;
  left: 50%;
  top: 50%;
  zoom: 1;
  cursor: pointer;
  margin: 0 10px;
}

.fr-ltIE9 .fr-thumbnail * {
  overflow: hidden;
  /* IE6(7) */
  z-index: 1;
  zoom: 1;
}

.fr-thumbnail-wrapper {
  position: relative;
  background: #161616;
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  display: inline;
  /* IE6(7) */
  z-index: 0;
  /* IE8 */
}

.fr-thumbnail-overlay {
  cursor: pointer;
}

.fr-thumbnail-active .fr-thumbnail-overlay {
  cursor: default;
}

.fr-thumbnail-overlay,
.fr-thumbnail-overlay-background,
.fr-thumbnail-overlay-border {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
  overflow: hidden;
  border-style: solid;
  border-color: transparent;
}

.fr-ltIE9 .fr-thumbnail-overlay-border {
  border-width: 0 !important;
}

.fr-thumbnail .fr-thumbnail-image {
  position: absolute;
  filter: alpha(opacity=85);
  opacity: 0.85;
  max-width: none;
}

.fr-thumbnail:hover .fr-thumbnail-image,
.fr-thumbnail-active:hover .fr-thumbnail-image {
  filter: alpha(opacity=99);
  opacity: 0.99;
}

.fr-thumbnail-active .fr-thumbnail-image,
.fr-thumbnail-active:hover .fr-thumbnail-image {
  filter: alpha(opacity=35);
  opacity: 0.35;
}

.fr-thumbnail-active {
  cursor: default;
}

/* Thumbnails loading */

.fr-thumbnail-loading,
.fr-thumbnail-loading-background,
.fr-thumbnail-loading-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fr-thumbnail-loading-background {
  background-color: #161616;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  opacity: 0.8;
  position: relative;
  float: left;
}

/* this element is there as an alternative to putting the loading image on the background */

.fr-thumbnail-loading-icon {
  display: none;
}

/* error on thumbnail */

.fr-thumbnail-error .fr-thumbnail-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #202020;
}

/* Thumbnail < > */

.fr-thumbnails-side {
  float: left;
  height: 100%;
  width: 28px;
  margin: 0 5px;
  position: relative;
  overflow: hidden;
}

.fr-thumbnails-side-previous {
  margin-left: 12px;
}

.fr-thumbnails-side-next {
  margin-right: 12px;
}

.fr-thumbnails-vertical .fr-thumbnails-side {
  height: 28px;
  width: 100%;
  margin: 10px 0;
}

.fr-thumbnails-vertical .fr-thumbnails-side-previous {
  margin-top: 20px;
}

.fr-thumbnails-vertical .fr-thumbnails-side-next {
  margin-bottom: 20px;
}

.fr-thumbnails-side-button {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -14px;
  margin-left: -14px;
  width: 28px;
  height: 28px;
  cursor: pointer;
}

.fr-thumbnails-side-button-background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  filter: alpha(opacity=80);
  opacity: 0.8;
  transition: background-color 0.2s ease-in;
  background-color: #333;
  cursor: pointer;
  border-radius: 4px;
}

.fr-thumbnails-side-button:hover .fr-thumbnails-side-button-background {
  background-color: #3b3b3b;
}

.fr-thumbnails-side-button-disabled * {
  cursor: default;
}

.fr-thumbnails-side-button-disabled:hover .fr-thumbnails-side-button-background {
  background-color: #333;
}

.fr-thumbnails-side-button-icon {
  position: absolute;
  /*top: -7px;
  left: -7px;*/
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* vertical thumbnails */

.fr-thumbnails-vertical .fr-thumbnails-side,
.fr-thumbnails-vertical .fr-thumbnails-thumbs,
.fr-thumbnails-vertical .fr-thumbnail-frame {
  clear: both;
}

/* ui:fullclick has a dark thumbnail background */

.fr-window-ui-fullclick .fr-thumbnails {
  background: #090909;
}

/* put a stroke on the connecting caption*/

.fr-window-ui-fullclick.fr-thumbnails-enabled.fr-thumbnails-horizontal .fr-info .fr-stroke-bottom {
  display: block !important;
}

/*({ box-shadow: inset 0 -1px 0 rgba(255,255,255,.1); } */

.fr-window-ui-fullclick.fr-thumbnails-enabled.fr-thumbnails-vertical .fr-info .fr-stroke-left {
  display: block !important;
}

/* thumbnail spacing  */

.fr-thumbnails-horizontal .fr-thumbnails-thumbs {
  padding: 12px 5px;
}

.fr-thumbnails-vertical .fr-thumbnails-thumbs {
  padding: 5px 12px;
}

.fr-thumbnails-measured .fr-thumbnails-thumbs {
  padding: 0 !important;
}

/* horizontal */

@media all and (min-height: 700px) {
  .fr-thumbnails-horizontal .fr-thumbnails-thumbs {
    padding: 16px 8px;
  }

  .fr-thumbnails-horizontal .fr-thumbnails-side {
    margin: 0 8px;
  }

  .fr-thumbnails-horizontal .fr-thumbnails-side-previous {
    margin-left: 16px;
  }

  .fr-thumbnails-horizontal .fr-thumbnails-side-next {
    margin-right: 16px;
  }
}

@media all and (min-height: 980px) {
  .fr-thumbnails-horizontal .fr-thumbnails-thumbs {
    padding: 20px 10px;
  }

  .fr-thumbnails-horizontal .fr-thumbnails-side {
    margin: 0 10px;
  }

  .fr-thumbnails-horizontal .fr-thumbnails-side-previous {
    margin-left: 20px;
  }

  .fr-thumbnails-horizontal .fr-thumbnails-side-next {
    margin-right: 20px;
  }
}

/* vertical */

@media all and (min-width: 1200px) {
  .fr-thumbnails-vertical .fr-thumbnails-thumbs {
    padding: 8px 16px;
  }

  .fr-thumbnails-vertical .fr-thumbnails-side {
    margin: 0 8px;
  }

  .fr-thumbnails-vertical .fr-thumbnails-side-previous {
    margin-top: 16px;
  }

  .fr-thumbnails-vertical .fr-thumbnails-side-next {
    margin-bottom: 16px;
  }
}

@media all and (min-width: 1800px) {
  .fr-thumbnails-vertical .fr-thumbnails-thumbs {
    padding: 10px 20px;
  }

  .fr-thumbnails-vertical .fr-thumbnails-side {
    margin: 10px 0;
  }

  .fr-thumbnails-vertical .fr-thumbnails-side-previous {
    margin-top: 20px;
  }

  .fr-thumbnails-vertical .fr-thumbnails-side-next {
    margin-bottom: 20px;
  }
}

/* hide thumbnails on smaller screens
   the js always hides them on touch based devices
*/

@media all and (max-width: 500px) and (orientation: portrait), all and (orientation: landscape) and (max-height: 500px) {
  .fr-thumbnails-horizontal .fr-thumbnails {
    display: none !important;
  }
}

@media all and (max-width: 700px) and (orientation: portrait), all and (orientation: landscape) and (max-height: 414px) {
  .fr-thumbnails-vertical .fr-thumbnails {
    display: none !important;
  }
}

/* force fullClick: true
   and force overflow: false */

@media all and (max-width: 500px) and (orientation: portrait), all and (orientation: landscape) and (max-height: 414px) {
  .fr-page {
    min-width: 100%;
  }

  /* fullclick */

  .fr-page {
    min-height: 100%;
  }

  /* overflow: false */
}

/* switch between ui modes
   we force everything not in the current UI mode to hide
*/

.fr-window-ui-fullclick .fr-side-next-outside,
.fr-window-ui-fullclick .fr-side-previous-outside,
.fr-window-ui-fullclick .fr-close-outside,
.fr-window-ui-fullclick .fr-content .fr-side-next,
.fr-window-ui-fullclick .fr-content .fr-side-previous,
.fr-window-ui-fullclick .fr-content .fr-close,
.fr-window-ui-fullclick .fr-content .fr-info,
.fr-window-ui-outside .fr-side-next-fullclick,
.fr-window-ui-outside .fr-side-previous-fullclick,
.fr-window-ui-outside .fr-close-fullclick,
.fr-window-ui-outside .fr-content .fr-side-next,
.fr-window-ui-outside .fr-content .fr-side-previous,
.fr-window-ui-outside .fr-content .fr-close,
.fr-window-ui-outside .fr-content .fr-info,
.fr-window-ui-inside .fr-page > .fr-info,
.fr-window-ui-inside .fr-side-next-fullclick,
.fr-window-ui-inside .fr-side-previous-fullclick,
.fr-window-ui-inside .fr-close-fullclick,
.fr-window-ui-inside .fr-side-next-outside,
.fr-window-ui-inside .fr-side-previous-outside,
.fr-window-ui-inside .fr-close-outside {
  display: none !important;
}

/* some ui elements can be toggled on mousemove.
   filter:alpha(opacity) is bugged so we use display in oldIE
*/

.fr-toggle-ui {
  opacity: 0;
  transition: opacity 0.3s;
}

.fr-visible-fullclick-ui .fr-box > .fr-toggle-ui,
.fr-visible-inside-ui .fr-ui-inside .fr-toggle-ui {
  opacity: 1;
}

.fr-hidden-fullclick-ui .fr-box > .fr-toggle-ui,
.fr-hidden-inside-ui .fr-ui-inside .fr-toggle-ui {
  transition: opacity 0.3s;
}

.fr-ltIE9.fr-hidden-fullclick-ui .fr-box > .fr-toggle-ui,
.fr-ltIE9.fr-hidden-inside-ui .fr-ui-inside .fr-toggle-ui {
  display: none;
}

/* Spinner */

.fr-spinner {
  position: fixed;
  width: 52px;
  height: 52px;
  background: #101010;
  background: rgba(16, 16, 16, 0.85);
  border-radius: 5px;
}

.fr-spinner div {
  position: absolute;
  top: 0;
  left: 0;
  height: 64%;
  width: 64%;
  margin-left: 18%;
  margin-top: 18%;
  opacity: 1;
  -webkit-animation: fresco-12 1.2s infinite ease-in-out;
  animation: fresco-12 1.2s infinite ease-in-out;
}

.fr-spinner div:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 8px;
  margin-left: -1px;
  background: #fff;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  /* fixes rendering in Firefox */
}

.fr-spinner div.fr-spin-1 {
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.fr-spinner div.fr-spin-2 {
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.fr-spinner div.fr-spin-3 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.fr-spinner div.fr-spin-4 {
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg);
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.fr-spinner div.fr-spin-5 {
  -webkit-transform: rotate(150deg);
  transform: rotate(150deg);
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.fr-spinner div.fr-spin-6 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.fr-spinner div.fr-spin-6 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.fr-spinner div.fr-spin-7 {
  -webkit-transform: rotate(210deg);
  transform: rotate(210deg);
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.fr-spinner div.fr-spin-8 {
  -webkit-transform: rotate(240deg);
  transform: rotate(240deg);
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.fr-spinner div.fr-spin-9 {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.fr-spinner div.fr-spin-10 {
  -webkit-transform: rotate(300deg);
  transform: rotate(300deg);
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.fr-spinner div.fr-spin-11 {
  -webkit-transform: rotate(330deg);
  transform: rotate(330deg);
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

.fr-spinner div.fr-spin-12 {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

@-webkit-keyframes fresco-12 {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fresco-12 {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* Thumbnail spinner */

.fr-thumbnail-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  width: 40px;
  height: 40px;
}

.fr-thumbnail-spinner-spin {
  position: relative;
  float: left;
  margin: 8px 0 0 8px;
  text-indent: -9999em;
  border-top: 2px solid rgba(255, 255, 255, 0.2);
  border-right: 2px solid rgba(255, 255, 255, 0.2);
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  border-left: 2px solid #fff;
  -webkit-animation: fr-thumbnail-spin 1.1s infinite linear;
  animation: fr-thumbnail-spin 1.1s infinite linear;
}

.fr-thumbnail-spinner-spin,
.fr-thumbnail-spinner-spin:after {
  border-radius: 50%;
  width: 24px;
  height: 24px;
}

@-webkit-keyframes fr-thumbnail-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes fr-thumbnail-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Error */

.fr-error {
  float: left;
  position: relative;
  background-color: #ca3434;
  width: 160px;
  height: 160px;
}

.fr-error-icon {
  position: absolute;
  width: 42px;
  height: 42px;
  top: 50%;
  left: 50%;
  margin-left: -21px;
  margin-top: -21px;
}

/* skin: 'fresco' */

/* Sprite */

.fr-window-skin-fresco .fr-side-button-icon,
.fr-window-skin-fresco .fr-close-icon,
.fr-window-skin-fresco .fr-thumbnails-side-button-icon,
.fr-window-skin-fresco .fr-error-icon {
  background-image: url(/images/sprite.svg?b204ac285313efc1d7f51c92171f1fa8);
}

/* fallback png sprite */

.fr-window-skin-fresco.fr-no-svg .fr-side-button-icon,
.fr-window-skin-fresco.fr-no-svg .fr-close-icon,
.fr-window-skin-fresco.fr-no-svg .fr-thumbnails-side-button-icon,
.fr-window-skin-fresco .fr-error-icon {
  background-image: url(/images/sprite.png?ddb644636966f1b5f1a1bb251df1ea19);
}

.fr-window-skin-fresco .fr-error-icon {
  background-position: -160px -126px;
}

.fr-window-skin-fresco .fr-content-background {
  background: #101010;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}

.fr-window-skin-fresco.fr-window-ui-fullclick .fr-content-background {
  box-shadow: none;
}

/* thumbnail shadow */

.fr-window-skin-fresco .fr-thumbnail-wrapper {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

.fr-window-skin-fresco .fr-thumbnail-active .fr-thumbnail-wrapper {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}

/* < > */

.fr-window-skin-fresco .fr-side-button-background {
  background-color: transparent;
}

.fr-window-skin-fresco .fr-side-previous .fr-side-button-icon {
  background-position: -13px -14px;
}

.fr-window-skin-fresco .fr-side-next .fr-side-button-icon {
  background-position: -93px -14px;
}

.fr-window-skin-fresco .fr-side-previous:hover .fr-side-button-icon {
  background-position: -13px -114px;
}

.fr-window-skin-fresco .fr-side-next:hover .fr-side-button-icon {
  background-position: -93px -114px;
}

/* transition (png) */

.fr-window-skin-fresco.fr-no-svg .fr-hovering-previous .fr-side-previous .fr-side-button-icon,
.fr-window-skin-fresco.fr-no-svg.fr-mobile-touch .fr-side-previous .fr-side-button-icon {
  background-position: -13px -114px;
}

.fr-window-skin-fresco.fr-no-svg .fr-hovering-next .fr-side-next .fr-side-button-icon,
.fr-window-skin-fresco.fr-no-svg.fr-mobile-touch .fr-side-next .fr-side-button-icon {
  background-position: -93px -114px;
}

/* disabled state (png) */

.fr-window-skin-fresco.fr-no-svg .fr-side-previous.fr-side-disabled .fr-side-button-icon,
.fr-window-skin-fresco.fr-no-svg .fr-hovering-previous .fr-side-previous.fr-side-disabled .fr-side-button-icon,
.fr-window-skin-fresco.fr-no-svg .fr-side-previous.fr-side-disabled:hover .fr-side-button-icon {
  background-position: -13px -214px;
}

.fr-window-skin-fresco.fr-no-svg .fr-side-next.fr-side-disabled .fr-side-button-icon,
.fr-window-skin-fresco.fr-no-svg .fr-hovering-next .fr-side-next.fr-side-disabled .fr-side-button-icon,
.fr-window-skin-fresco.fr-no-svg .fr-side-next.fr-side-disabled:hover .fr-side-button-icon {
  background-position: -93px -214px;
}

/* transition (svg) */

.fr-window-skin-fresco.fr-svg .fr-side-previous .fr-side-button-icon {
  background-position: -13px -114px;
}

.fr-window-skin-fresco.fr-svg .fr-side-next .fr-side-button-icon {
  background-position: -93px -114px;
}

.fr-window-skin-fresco.fr-svg .fr-side-button-icon {
  opacity: 0.5;
}

.fr-window-skin-fresco.fr-svg .fr-side:hover .fr-side-button-icon,
.fr-window-skin-fresco.fr-svg .fr-hovering-previous .fr-side-previous .fr-side-button-icon,
.fr-window-skin-fresco.fr-svg .fr-hovering-next .fr-side-next .fr-side-button-icon {
  opacity: 1;
}

.fr-window-skin-fresco.fr-svg.fr-mobile-touch .fr-side .fr-side-button-icon {
  opacity: 0.8;
}

/* touch always active but at lower opacity */

/* disabled (svg) */

.fr-window-skin-fresco.fr-svg .fr-side-disabled .fr-side-button-icon,
.fr-window-skin-fresco.fr-svg .fr-hovering-previous .fr-side-disabled .fr-side-button-icon,
.fr-window-skin-fresco.fr-svg .fr-hovering-next .fr-side-disabled .fr-side-button-icon,
.fr-window-skin-fresco.fr-svg .fr-side-disabled:hover .fr-side-button-icon,
.fr-window-skin-fresco.fr-svg.fr-mobile-touch .fr-side-disabled .fr-side-button-icon {
  opacity: 0.2;
}

/* hide for ui:inside/fullclick, only for the image type */

.fr-window-skin-fresco.fr-window-ui-inside .fr-type-image .fr-side-disabled .fr-side-button-icon,
.fr-window-skin-fresco.fr-window-ui-fullclick.fr-showing-type-image .fr-side-disabled .fr-side-button-icon {
  background-image: none;
}

/* < > responsive */

@media all and (max-width: 500px) and (orientation: portrait), all and (orientation: landscape) and (max-height: 414px) {
  .fr-window-skin-fresco .fr-side-previous .fr-side-button-icon {
    background-position: 0px -300px;
  }

  .fr-window-skin-fresco .fr-side-next .fr-side-button-icon {
    background-position: -48px -300px;
  }

  .fr-window-skin-fresco .fr-side-previous:hover .fr-side-button-icon {
    background-position: 0px -360px;
  }

  .fr-window-skin-fresco .fr-side-next:hover .fr-side-button-icon {
    background-position: -48px -360px;
  }

  /* transition (png) */

  .fr-window-skin-fresco.fr-no-svg .fr-hovering-previous .fr-side-previous .fr-side-button-icon,
  .fr-window-skin-fresco.fr-no-svg.fr-mobile-touch .fr-side-previous .fr-side-button-icon {
    background-position: 0px -360px;
  }

  .fr-window-skin-fresco.fr-no-svg .fr-hovering-next .fr-side-next .fr-side-button-icon,
  .fr-window-skin-fresco.fr-no-svg.fr-mobile-touch .fr-side-next .fr-side-button-icon {
    background-position: -48px -360px;
  }

  /* transition (svg) */

  .fr-window-skin-fresco.fr-svg .fr-side-previous .fr-side-button-icon {
    background-position: 0px -360px;
  }

  .fr-window-skin-fresco.fr-svg .fr-side-next .fr-side-button-icon {
    background-position: -48px -360px;
  }

  /* disabled state (png) */

  .fr-window-skin-fresco.fr-no-svg .fr-side-previous.fr-side-disabled .fr-side-button-icon,
  .fr-window-skin-fresco.fr-no-svg .fr-hovering-previous .fr-side-previous.fr-side-disabled .fr-side-button-icon,
  .fr-window-skin-fresco.fr-no-svg .fr-side-previous.fr-side-disabled:hover .fr-side-button-icon {
    background-position: 0px -420px;
  }

  .fr-window-skin-fresco.fr-no-svg .fr-side-next.fr-side-disabled .fr-side-button-icon,
  .fr-window-skin-fresco.fr-no-svg .fr-hovering-next .fr-side-next.fr-side-disabled .fr-side-button-icon,
  .fr-window-skin-fresco.fr-no-svg .fr-side-next.fr-side-disabled:hover .fr-side-button-icon {
    background-position: -48px -420px;
  }
}

/* X */

/* colors */

.fr-window-skin-fresco.fr-window-ui-outside .fr-close-background {
  background-color: #363636;
}

.fr-window-skin-fresco.fr-window-ui-outside .fr-close:hover .fr-close-background {
  background-color: #434343;
}

.fr-window-skin-fresco.fr-window-ui-inside .fr-close-background,
.fr-window-skin-fresco.fr-window-ui-fullclick .fr-close-background {
  background-color: #131313;
  filter: alpha(opacity=80);
  opacity: 0.8;
}

.fr-window-skin-fresco.fr-window-ui-inside .fr-close:hover .fr-close-background,
.fr-window-skin-fresco.fr-window-ui-fullclick .fr-close:hover .fr-close-background {
  background-color: #191919;
}

/* - image */

.fr-window-skin-fresco .fr-close .fr-close-icon {
  background-position: -168px -8px;
}

.fr-window-skin-fresco .fr-close:hover .fr-close-icon {
  background-position: -210px -8px;
}

/* - transition */

.fr-window-skin-fresco.fr-svg .fr-close .fr-close-icon {
  background-position: -210px -8px;
  opacity: 0.8;
}

.fr-window-skin-fresco .fr-close:hover .fr-close-icon {
  opacity: 1;
}

/* iOS 8.4.1 bug: when opacity changes it'll require 2 taps
   force a single opacity to fix this
*/

.fr-window-skin-fresco.fr-svg.fr-mobile-touch .fr-close .fr-close-icon,
.fr-window-skin-fresco.fr-mobile-touch .fr-close:hover .fr-close-icon {
  opacity: 1;
}

/* Thumbnails */

.fr-window-skin-fresco .fr-thumbnail-wrapper {
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}

.fr-window-skin-fresco .fr-thumbnail-wrapper {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

.fr-window-skin-fresco .fr-thumbnail-active .fr-thumbnail-wrapper {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}

.fr-window-skin-fresco .fr-thumbnail-wrapper {
  box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.3);
}

.fr-window-skin-fresco .fr-thumbnail-overlay-border {
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.08);
  /* should remain rgba */
}

/* no inner border on active thumbnail */

.fr-window-skin-fresco .fr-thumbnail-active .fr-thumbnail-overlay-border,
.fr-window-skin-fresco .fr-thumbnail-active:hover .fr-thumbnail-overlay-border {
  border: 0;
}

/* Thumbnails < > */

.fr-window-skin-fresco .fr-thumbnails-side-previous .fr-thumbnails-side-button-icon {
  background-position: -167px -49px;
}

.fr-window-skin-fresco .fr-thumbnails-side-previous:hover .fr-thumbnails-side-button-icon {
  background-position: -209px -49px;
}

.fr-window-skin-fresco .fr-thumbnails-side-next .fr-thumbnails-side-button-icon {
  background-position: -167px -91px;
}

.fr-window-skin-fresco .fr-thumbnails-side-next:hover .fr-thumbnails-side-button-icon {
  background-position: -209px -91px;
}

/* vertical ^ (up/down) adjustments */

.fr-window-skin-fresco.fr-thumbnails-vertical .fr-thumbnails-side-previous .fr-thumbnails-side-button-icon {
  background-position: -293px -49px;
}

.fr-window-skin-fresco.fr-thumbnails-vertical .fr-thumbnails-side-previous:hover .fr-thumbnails-side-button-icon {
  background-position: -335px -49px;
}

.fr-window-skin-fresco.fr-thumbnails-vertical .fr-thumbnails-side-next .fr-thumbnails-side-button-icon {
  background-position: -293px -91px;
}

.fr-window-skin-fresco.fr-thumbnails-vertical .fr-thumbnails-side-next:hover .fr-thumbnails-side-button-icon {
  background-position: -335px -91px;
}

/* Thumbnails < > transition */

.fr-window-skin-fresco.fr-svg .fr-thumbnails-side .fr-thumbnails-side-button-icon {
  transition: opacity 0.2s ease-in;
  opacity: 0.8;
}

.fr-window-skin-fresco.fr-svg .fr-thumbnails-side-previous .fr-thumbnails-side-button-icon,
.fr-window-skin-fresco.fr-svg .fr-thumbnails-side-previous .fr-thumbnails-side-button-disabled {
  background-position: -167px -49px;
}

.fr-window-skin-fresco.fr-svg .fr-thumbnails-side-next .fr-thumbnails-side-button-icon,
.fr-window-skin-fresco.fr-svg .fr-thumbnails-side-next .fr-thumbnails-side-button-disabled {
  background-position: -209px -91px;
}

.fr-window-skin-fresco.fr-svg .fr-thumbnails-side:hover .fr-thumbnails-side-button-icon {
  opacity: 1;
}

/* vertical ^ (up/down) adjustments */

.fr-window-skin-fresco.fr-svg.fr-thumbnails-vertical .fr-thumbnails-side-previous .fr-thumbnails-side-button-icon,
.fr-window-skin-fresco.fr-svg.fr-thumbnails-vertical .fr-thumbnails-side-previous .fr-thumbnails-side-button-disabled {
  background-position: -293px -49px;
}

.fr-window-skin-fresco.fr-svg.fr-thumbnails-vertical .fr-thumbnails-side-next .fr-thumbnails-side-button-icon,
.fr-window-skin-fresco.fr-svg.fr-thumbnails-vertical .fr-thumbnails-side-next .fr-thumbnails-side-button-disabled {
  background-position: -335px -91px;
}

/* lower opacity on disabled states */

.fr-window-skin-fresco.fr-svg .fr-thumbnails-side .fr-thumbnails-side-button-disabled,
.fr-window-skin-fresco.fr-svg .fr-thumbnails-side:hover .fr-thumbnails-side-button-disabled {
  opacity: 0.5;
}

/* lower opacity IE < 9 using images */

.fr-window-skin-fresco.fr-no-svg .fr-thumbnails-side-previous .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon,
.fr-window-skin-fresco.fr-no-svg .fr-thumbnails-side-previous:hover .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon {
  background-position: -251px -49px;
}

.fr-window-skin-fresco.fr-no-svg .fr-thumbnails-side-next .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon,
.fr-window-skin-fresco.fr-no-svg .fr-thumbnails-side-next:hover .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon {
  background-position: -251px -91px;
}

.fr-window-skin-fresco.fr-no-svg .fr-thumbnails-side .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-background,
.fr-window-skin-fresco.fr-no-svg .fr-thumbnails-side:hover .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-background {
  filter: alpha(opacity=50);
}

/* vertical ^ (up/down) adjustments */

.fr-window-skin-fresco.fr-no-svg.fr-thumbnails-vertical .fr-thumbnails-side-previous .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon,
.fr-window-skin-fresco.fr-no-svg.fr-thumbnails-vertical .fr-thumbnails-side-previous:hover .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon {
  background-position: -377px -49px;
}

.fr-window-skin-fresco.fr-no-svg.fr-thumbnails-vertical .fr-thumbnails-side-next .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon,
.fr-window-skin-fresco.fr-no-svg.fr-thumbnails-vertical .fr-thumbnails-side-next:hover .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon {
  background-position: -377px -91px;
}

.rect-auto,
.c100.p100 .slice,
.c100.p99 .slice,
.c100.p98 .slice,
.c100.p97 .slice,
.c100.p96 .slice,
.c100.p95 .slice,
.c100.p94 .slice,
.c100.p93 .slice,
.c100.p92 .slice,
.c100.p91 .slice,
.c100.p90 .slice,
.c100.p89 .slice,
.c100.p88 .slice,
.c100.p87 .slice,
.c100.p86 .slice,
.c100.p85 .slice,
.c100.p84 .slice,
.c100.p83 .slice,
.c100.p82 .slice,
.c100.p81 .slice,
.c100.p80 .slice,
.c100.p79 .slice,
.c100.p78 .slice,
.c100.p77 .slice,
.c100.p76 .slice,
.c100.p75 .slice,
.c100.p74 .slice,
.c100.p73 .slice,
.c100.p72 .slice,
.c100.p71 .slice,
.c100.p70 .slice,
.c100.p69 .slice,
.c100.p68 .slice,
.c100.p67 .slice,
.c100.p66 .slice,
.c100.p65 .slice,
.c100.p64 .slice,
.c100.p63 .slice,
.c100.p62 .slice,
.c100.p61 .slice,
.c100.p60 .slice,
.c100.p59 .slice,
.c100.p58 .slice,
.c100.p57 .slice,
.c100.p56 .slice,
.c100.p55 .slice,
.c100.p54 .slice,
.c100.p53 .slice,
.c100.p52 .slice,
.c100.p51 .slice {
  clip: rect(auto, auto, auto, auto);
}

.pie,
.c100.p100 .fill,
.c100.p99 .fill,
.c100.p98 .fill,
.c100.p97 .fill,
.c100.p96 .fill,
.c100.p95 .fill,
.c100.p94 .fill,
.c100.p93 .fill,
.c100.p92 .fill,
.c100.p91 .fill,
.c100.p90 .fill,
.c100.p89 .fill,
.c100.p88 .fill,
.c100.p87 .fill,
.c100.p86 .fill,
.c100.p85 .fill,
.c100.p84 .fill,
.c100.p83 .fill,
.c100.p82 .fill,
.c100.p81 .fill,
.c100.p80 .fill,
.c100.p79 .fill,
.c100.p78 .fill,
.c100.p77 .fill,
.c100.p76 .fill,
.c100.p75 .fill,
.c100.p74 .fill,
.c100.p73 .fill,
.c100.p72 .fill,
.c100.p71 .fill,
.c100.p70 .fill,
.c100.p69 .fill,
.c100.p68 .fill,
.c100.p67 .fill,
.c100.p66 .fill,
.c100.p65 .fill,
.c100.p64 .fill,
.c100.p63 .fill,
.c100.p62 .fill,
.c100.p61 .fill,
.c100.p60 .fill,
.c100.p59 .fill,
.c100.p58 .fill,
.c100.p57 .fill,
.c100.p56 .fill,
.c100.p55 .fill,
.c100.p54 .fill,
.c100.p53 .fill,
.c100.p52 .fill,
.c100.p51 .fill,
.c100 .bar {
  position: absolute;
  border: 0.08em solid #A9BECA;
  width: 0.84em;
  height: 0.84em;
  clip: rect(0em, 0.5em, 1em, 0em);
  border-radius: 50%;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.pie-fill,
.c100.p100 .fill,
.c100.p100.bar:after,
.c100.p99 .fill,
.c100.p99.bar:after,
.c100.p98 .fill,
.c100.p98.bar:after,
.c100.p97 .fill,
.c100.p97.bar:after,
.c100.p96 .fill,
.c100.p96.bar:after,
.c100.p95 .fill,
.c100.p95.bar:after,
.c100.p94 .fill,
.c100.p94.bar:after,
.c100.p93 .fill,
.c100.p93.bar:after,
.c100.p92 .fill,
.c100.p92.bar:after,
.c100.p91 .fill,
.c100.p91.bar:after,
.c100.p90 .fill,
.c100.p90.bar:after,
.c100.p89 .fill,
.c100.p89.bar:after,
.c100.p88 .fill,
.c100.p88.bar:after,
.c100.p87 .fill,
.c100.p87.bar:after,
.c100.p86 .fill,
.c100.p86.bar:after,
.c100.p85 .fill,
.c100.p85.bar:after,
.c100.p84 .fill,
.c100.p84.bar:after,
.c100.p83 .fill,
.c100.p83.bar:after,
.c100.p82 .fill,
.c100.p82.bar:after,
.c100.p81 .fill,
.c100.p81.bar:after,
.c100.p80 .fill,
.c100.p80.bar:after,
.c100.p79 .fill,
.c100.p79.bar:after,
.c100.p78 .fill,
.c100.p78.bar:after,
.c100.p77 .fill,
.c100.p77.bar:after,
.c100.p76 .fill,
.c100.p76.bar:after,
.c100.p75 .fill,
.c100.p75.bar:after,
.c100.p74 .fill,
.c100.p74.bar:after,
.c100.p73 .fill,
.c100.p73.bar:after,
.c100.p72 .fill,
.c100.p72.bar:after,
.c100.p71 .fill,
.c100.p71.bar:after,
.c100.p70 .fill,
.c100.p70.bar:after,
.c100.p69 .fill,
.c100.p69.bar:after,
.c100.p68 .fill,
.c100.p68.bar:after,
.c100.p67 .fill,
.c100.p67.bar:after,
.c100.p66 .fill,
.c100.p66.bar:after,
.c100.p65 .fill,
.c100.p65.bar:after,
.c100.p64 .fill,
.c100.p64.bar:after,
.c100.p63 .fill,
.c100.p63.bar:after,
.c100.p62 .fill,
.c100.p62.bar:after,
.c100.p61 .fill,
.c100.p61.bar:after,
.c100.p60 .fill,
.c100.p60.bar:after,
.c100.p59 .fill,
.c100.p59.bar:after,
.c100.p58 .fill,
.c100.p58.bar:after,
.c100.p57 .fill,
.c100.p57.bar:after,
.c100.p56 .fill,
.c100.p56.bar:after,
.c100.p55 .fill,
.c100.p55.bar:after,
.c100.p54 .fill,
.c100.p54.bar:after,
.c100.p53 .fill,
.c100.p53.bar:after,
.c100.p52 .fill,
.c100.p52.bar:after,
.c100.p51 .fill,
.c100.p51.bar:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.c100 {
  position: relative;
  font-size: 70px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  float: left;
  margin: 0 0.1em 0.1em 0;
  background-color: #DEE8EE;
}

.c100 *,
.c100 *:before,
.c100 *:after {
  box-sizing: content-box;
}

@media all and (max-width: 1440px) {
  .c100 {
    font-size: 65px;
  }
}

@media all and (max-width: 1024px) {
  .c100 {
    font-size: 60px;
  }
}

@media all and (max-width: 768px) {
  .c100 {
    font-size: 55px;
  }
}

@media all and (max-width: 500px) {
  .c100 {
    font-size: 50px;
  }
}

.c100.center {
  float: none;
  margin: 0 auto;
}

.c100.big {
  font-size: 240px;
}

.c100.small {
  font-size: 80px;
}

.c100 > span {
  position: absolute;
  width: 100%;
  z-index: 1;
  left: 0;
  top: 0;
  width: 5em;
  line-height: 5em;
  font-size: 0.2em;
  color: #DEE8EE;
  display: block;
  text-align: center;
  white-space: nowrap;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
}

.c100:after {
  position: absolute;
  top: 0.08em;
  left: 0.08em;
  display: block;
  content: " ";
  border-radius: 50%;
  background-color: #DEE8EE;
  width: 0.84em;
  height: 0.84em;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in;
}

.c100 .slice {
  position: absolute;
  width: 1em;
  height: 1em;
  clip: rect(0em, 1em, 1em, 0.5em);
}

.c100.p1 .bar {
  -webkit-transform: rotate(3.6deg);
  transform: rotate(3.6deg);
}

.c100.p2 .bar {
  -webkit-transform: rotate(7.2deg);
  transform: rotate(7.2deg);
}

.c100.p3 .bar {
  -webkit-transform: rotate(10.8deg);
  transform: rotate(10.8deg);
}

.c100.p4 .bar {
  -webkit-transform: rotate(14.4deg);
  transform: rotate(14.4deg);
}

.c100.p5 .bar {
  -webkit-transform: rotate(18deg);
  transform: rotate(18deg);
}

.c100.p6 .bar {
  -webkit-transform: rotate(21.6deg);
  transform: rotate(21.6deg);
}

.c100.p7 .bar {
  -webkit-transform: rotate(25.2deg);
  transform: rotate(25.2deg);
}

.c100.p8 .bar {
  -webkit-transform: rotate(28.8deg);
  transform: rotate(28.8deg);
}

.c100.p9 .bar {
  -webkit-transform: rotate(32.4deg);
  transform: rotate(32.4deg);
}

.c100.p10 .bar {
  -webkit-transform: rotate(36deg);
  transform: rotate(36deg);
}

.c100.p11 .bar {
  -webkit-transform: rotate(39.6deg);
  transform: rotate(39.6deg);
}

.c100.p12 .bar {
  -webkit-transform: rotate(43.2deg);
  transform: rotate(43.2deg);
}

.c100.p13 .bar {
  -webkit-transform: rotate(46.8deg);
  transform: rotate(46.8deg);
}

.c100.p14 .bar {
  -webkit-transform: rotate(50.4deg);
  transform: rotate(50.4deg);
}

.c100.p15 .bar {
  -webkit-transform: rotate(54deg);
  transform: rotate(54deg);
}

.c100.p16 .bar {
  -webkit-transform: rotate(57.6deg);
  transform: rotate(57.6deg);
}

.c100.p17 .bar {
  -webkit-transform: rotate(61.2deg);
  transform: rotate(61.2deg);
}

.c100.p18 .bar {
  -webkit-transform: rotate(64.8deg);
  transform: rotate(64.8deg);
}

.c100.p19 .bar {
  -webkit-transform: rotate(68.4deg);
  transform: rotate(68.4deg);
}

.c100.p20 .bar {
  -webkit-transform: rotate(72deg);
  transform: rotate(72deg);
}

.c100.p21 .bar {
  -webkit-transform: rotate(75.6deg);
  transform: rotate(75.6deg);
}

.c100.p22 .bar {
  -webkit-transform: rotate(79.2deg);
  transform: rotate(79.2deg);
}

.c100.p23 .bar {
  -webkit-transform: rotate(82.8deg);
  transform: rotate(82.8deg);
}

.c100.p24 .bar {
  -webkit-transform: rotate(86.4deg);
  transform: rotate(86.4deg);
}

.c100.p25 .bar {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.c100.p26 .bar {
  -webkit-transform: rotate(93.6deg);
  transform: rotate(93.6deg);
}

.c100.p27 .bar {
  -webkit-transform: rotate(97.2deg);
  transform: rotate(97.2deg);
}

.c100.p28 .bar {
  -webkit-transform: rotate(100.8deg);
  transform: rotate(100.8deg);
}

.c100.p29 .bar {
  -webkit-transform: rotate(104.4deg);
  transform: rotate(104.4deg);
}

.c100.p30 .bar {
  -webkit-transform: rotate(108deg);
  transform: rotate(108deg);
}

.c100.p31 .bar {
  -webkit-transform: rotate(111.6deg);
  transform: rotate(111.6deg);
}

.c100.p32 .bar {
  -webkit-transform: rotate(115.2deg);
  transform: rotate(115.2deg);
}

.c100.p33 .bar {
  -webkit-transform: rotate(118.8deg);
  transform: rotate(118.8deg);
}

.c100.p34 .bar {
  -webkit-transform: rotate(122.4deg);
  transform: rotate(122.4deg);
}

.c100.p35 .bar {
  -webkit-transform: rotate(126deg);
  transform: rotate(126deg);
}

.c100.p36 .bar {
  -webkit-transform: rotate(129.6deg);
  transform: rotate(129.6deg);
}

.c100.p37 .bar {
  -webkit-transform: rotate(133.2deg);
  transform: rotate(133.2deg);
}

.c100.p38 .bar {
  -webkit-transform: rotate(136.8deg);
  transform: rotate(136.8deg);
}

.c100.p39 .bar {
  -webkit-transform: rotate(140.4deg);
  transform: rotate(140.4deg);
}

.c100.p40 .bar {
  -webkit-transform: rotate(144deg);
  transform: rotate(144deg);
}

.c100.p41 .bar {
  -webkit-transform: rotate(147.6deg);
  transform: rotate(147.6deg);
}

.c100.p42 .bar {
  -webkit-transform: rotate(151.2deg);
  transform: rotate(151.2deg);
}

.c100.p43 .bar {
  -webkit-transform: rotate(154.8deg);
  transform: rotate(154.8deg);
}

.c100.p44 .bar {
  -webkit-transform: rotate(158.4deg);
  transform: rotate(158.4deg);
}

.c100.p45 .bar {
  -webkit-transform: rotate(162deg);
  transform: rotate(162deg);
}

.c100.p46 .bar {
  -webkit-transform: rotate(165.6deg);
  transform: rotate(165.6deg);
}

.c100.p47 .bar {
  -webkit-transform: rotate(169.2deg);
  transform: rotate(169.2deg);
}

.c100.p48 .bar {
  -webkit-transform: rotate(172.8deg);
  transform: rotate(172.8deg);
}

.c100.p49 .bar {
  -webkit-transform: rotate(176.4deg);
  transform: rotate(176.4deg);
}

.c100.p50 .bar {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.c100.p51 .bar {
  -webkit-transform: rotate(183.6deg);
  transform: rotate(183.6deg);
}

.c100.p52 .bar {
  -webkit-transform: rotate(187.2deg);
  transform: rotate(187.2deg);
}

.c100.p53 .bar {
  -webkit-transform: rotate(190.8deg);
  transform: rotate(190.8deg);
}

.c100.p54 .bar {
  -webkit-transform: rotate(194.4deg);
  transform: rotate(194.4deg);
}

.c100.p55 .bar {
  -webkit-transform: rotate(198deg);
  transform: rotate(198deg);
}

.c100.p56 .bar {
  -webkit-transform: rotate(201.6deg);
  transform: rotate(201.6deg);
}

.c100.p57 .bar {
  -webkit-transform: rotate(205.2deg);
  transform: rotate(205.2deg);
}

.c100.p58 .bar {
  -webkit-transform: rotate(208.8deg);
  transform: rotate(208.8deg);
}

.c100.p59 .bar {
  -webkit-transform: rotate(212.4deg);
  transform: rotate(212.4deg);
}

.c100.p60 .bar {
  -webkit-transform: rotate(216deg);
  transform: rotate(216deg);
}

.c100.p61 .bar {
  -webkit-transform: rotate(219.6deg);
  transform: rotate(219.6deg);
}

.c100.p62 .bar {
  -webkit-transform: rotate(223.2deg);
  transform: rotate(223.2deg);
}

.c100.p63 .bar {
  -webkit-transform: rotate(226.8deg);
  transform: rotate(226.8deg);
}

.c100.p64 .bar {
  -webkit-transform: rotate(230.4deg);
  transform: rotate(230.4deg);
}

.c100.p65 .bar {
  -webkit-transform: rotate(234deg);
  transform: rotate(234deg);
}

.c100.p66 .bar {
  -webkit-transform: rotate(237.6deg);
  transform: rotate(237.6deg);
}

.c100.p67 .bar {
  -webkit-transform: rotate(241.2deg);
  transform: rotate(241.2deg);
}

.c100.p68 .bar {
  -webkit-transform: rotate(244.8deg);
  transform: rotate(244.8deg);
}

.c100.p69 .bar {
  -webkit-transform: rotate(248.4deg);
  transform: rotate(248.4deg);
}

.c100.p70 .bar {
  -webkit-transform: rotate(252deg);
  transform: rotate(252deg);
}

.c100.p71 .bar {
  -webkit-transform: rotate(255.6deg);
  transform: rotate(255.6deg);
}

.c100.p72 .bar {
  -webkit-transform: rotate(259.2deg);
  transform: rotate(259.2deg);
}

.c100.p73 .bar {
  -webkit-transform: rotate(262.8deg);
  transform: rotate(262.8deg);
}

.c100.p74 .bar {
  -webkit-transform: rotate(266.4deg);
  transform: rotate(266.4deg);
}

.c100.p75 .bar {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.c100.p76 .bar {
  -webkit-transform: rotate(273.6deg);
  transform: rotate(273.6deg);
}

.c100.p77 .bar {
  -webkit-transform: rotate(277.2deg);
  transform: rotate(277.2deg);
}

.c100.p78 .bar {
  -webkit-transform: rotate(280.8deg);
  transform: rotate(280.8deg);
}

.c100.p79 .bar {
  -webkit-transform: rotate(284.4deg);
  transform: rotate(284.4deg);
}

.c100.p80 .bar {
  -webkit-transform: rotate(288deg);
  transform: rotate(288deg);
}

.c100.p81 .bar {
  -webkit-transform: rotate(291.6deg);
  transform: rotate(291.6deg);
}

.c100.p82 .bar {
  -webkit-transform: rotate(295.2deg);
  transform: rotate(295.2deg);
}

.c100.p83 .bar {
  -webkit-transform: rotate(298.8deg);
  transform: rotate(298.8deg);
}

.c100.p84 .bar {
  -webkit-transform: rotate(302.4deg);
  transform: rotate(302.4deg);
}

.c100.p85 .bar {
  -webkit-transform: rotate(306deg);
  transform: rotate(306deg);
}

.c100.p86 .bar {
  -webkit-transform: rotate(309.6deg);
  transform: rotate(309.6deg);
}

.c100.p87 .bar {
  -webkit-transform: rotate(313.2deg);
  transform: rotate(313.2deg);
}

.c100.p88 .bar {
  -webkit-transform: rotate(316.8deg);
  transform: rotate(316.8deg);
}

.c100.p89 .bar {
  -webkit-transform: rotate(320.4deg);
  transform: rotate(320.4deg);
}

.c100.p90 .bar {
  -webkit-transform: rotate(324deg);
  transform: rotate(324deg);
}

.c100.p91 .bar {
  -webkit-transform: rotate(327.6deg);
  transform: rotate(327.6deg);
}

.c100.p92 .bar {
  -webkit-transform: rotate(331.2deg);
  transform: rotate(331.2deg);
}

.c100.p93 .bar {
  -webkit-transform: rotate(334.8deg);
  transform: rotate(334.8deg);
}

.c100.p94 .bar {
  -webkit-transform: rotate(338.4deg);
  transform: rotate(338.4deg);
}

.c100.p95 .bar {
  -webkit-transform: rotate(342deg);
  transform: rotate(342deg);
}

.c100.p96 .bar {
  -webkit-transform: rotate(345.6deg);
  transform: rotate(345.6deg);
}

.c100.p97 .bar {
  -webkit-transform: rotate(349.2deg);
  transform: rotate(349.2deg);
}

.c100.p98 .bar {
  -webkit-transform: rotate(352.8deg);
  transform: rotate(352.8deg);
}

.c100.p99 .bar {
  -webkit-transform: rotate(356.4deg);
  transform: rotate(356.4deg);
}

.c100.p100 .bar {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.c100:hover {
  cursor: default;
}

.c100:hover > span {
  width: 3.33em;
  line-height: 3.33em;
  font-size: 0.3em;
  color: #A9BECA;
}

.c100:hover:after {
  top: 0.04em;
  left: 0.04em;
  width: 0.92em;
  height: 0.92em;
}

.c100.dark {
  background-color: #777;
}

.c100.dark .bar,
.c100.dark .fill {
  border-color: #c6ff00 !important;
}

.c100.dark > span {
  color: #777;
}

.c100.dark:after {
  background-color: #666;
}

.c100.dark:hover > span {
  color: #c6ff00;
}

.c100.green .bar,
.c100.green .fill {
  border-color: #4db53c !important;
}

.c100.green:hover > span {
  color: #4db53c;
}

.c100.green.dark .bar,
.c100.green.dark .fill {
  border-color: #5fd400 !important;
}

.c100.green.dark:hover > span {
  color: #5fd400;
}

.c100.orange .bar,
.c100.orange .fill {
  border-color: #dd9d22 !important;
}

.c100.orange:hover > span {
  color: #dd9d22;
}

.c100.orange.dark .bar,
.c100.orange.dark .fill {
  border-color: #e08833 !important;
}

.c100.orange.dark:hover > span {
  color: #e08833;
}

img {
  max-width: 100%;
}

pre {
  white-space: break-spaces;
}

h1 {
  font-weight: 600;
  font-size: 6rem;
  line-height: 116%;
}

@media all and (max-width: 1200px) {
  h1 {
    font-size: 4rem;
  }
}

@media all and (max-width: 1024px) {
  h1 {
    font-size: 3.2rem;
  }
}

@media all and (max-width: 768px) {
  h1 {
    font-size: 20px;
  }
}

@media all and (max-width: 768px) {
  h1 {
    font-size: 18px;
  }
}

ul,
ol {
  list-style: disc;
  margin-bottom: 1.2em;
}

ul li,
ol li {
  margin-bottom: 1.7rem;
  font-size: 1.6rem;
  line-height: 120%;
  list-style: none;
  padding-left: 2.6rem;
  position: relative;
  color: #627289;
}

strong,
b {
  font-weight: 600;
}

em {
  font-style: italic;
}

h2 {
  font-size: 4.2rem;
  margin-bottom: 10px;
}

@media all and (max-width: 1200px) {
  h2 {
    font-size: 3.4rem;
  }
}

@media all and (max-width: 1024px) {
  h2 {
    font-size: 2.6rem;
  }
}

@media all and (max-width: 768px) {
  h2 {
    font-size: 18px;
  }
}

@media all and (max-width: 768px) {
  h2 {
    font-size: 16px;
  }
}

h3 {
  font-size: 3.6rem;
}

@media all and (max-width: 1200px) {
  h3 {
    font-size: 3.2rem;
  }
}

@media all and (max-width: 1024px) {
  h3 {
    font-size: 2.4rem;
  }
}

@media all and (max-width: 768px) {
  h3 {
    font-size: 16px;
  }
}

@media all and (max-width: 768px) {
  h3 {
    font-size: 14px;
  }
}

h4 {
  font-size: 3rem;
}

@media all and (max-width: 1200px) {
  h4 {
    font-size: 2.6rem;
  }
}

@media all and (max-width: 1024px) {
  h4 {
    font-size: 2.2rem;
  }
}

@media all and (max-width: 768px) {
  h4 {
    font-size: 14px;
  }
}

@media all and (max-width: 768px) {
  h4 {
    font-size: 12px;
  }
}

h5 {
  font-size: 2.4rem;
}

h6 {
  font-size: 1.8rem;
}

table th {
  font-weight: 600;
}

table td {
  font-weight: 400;
}

table th,
table td {
  font-style: normal;
  font-weight: normal;
  font-size: 1.8rem;
  line-height: 28px;
  color: #000000;
  border-top: 1px solid black;
  padding: 10px;
}

table th.actions,
table td.actions {
  text-align: left;
}

table th.actions .button,
table td.actions .button {
  padding: 14px 30px;
}

table tr {
  border: 1px solid black;
}

table tr td,
table tr th {
  padding: 4px 10px;
}

p {
  font-size: 1.6rem;
  line-height: 153.9%;
  color: #191919;
  margin-bottom: 2rem;
}

a {
  text-decoration: none;
}

select {
  font-size: 16px;
  padding: 4px 10px;
}

[tooltip] {
  position: relative;
  /* opinion 1 */
}

/* Applies to all tooltips */

[tooltip]::before,
[tooltip]::after {
  text-transform: none;
  /* opinion 2 */
  font-size: 14px;
  /* opinion 3 */
  line-height: 1;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  position: absolute;
  display: none;
  opacity: 0;
}

[tooltip]::before {
  content: "";
  border: 5px solid transparent;
  /* opinion 4 */
  z-index: 1001;
  /* absurdity 1 */
}

[tooltip]::after {
  content: attr(tooltip);
  /* magic! */
  /* most of the rest of this is opinion */
  font-family: Helvetica, sans-serif;
  text-align: center;
  /*
    Let the content set the size of the tooltips
    but this will also keep them from being obnoxious
    */
  min-width: 3em;
  max-width: 21em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 1ch 1.5ch;
  border-radius: 0.3ch;
  box-shadow: 0 1em 2em -0.5em rgba(0, 0, 0, 0.35);
  background: #333;
  color: #fff;
  z-index: 1000;
  /* absurdity 2 */
}

/* Make the tooltips respond to hover */

[tooltip]:hover::before,
[tooltip]:hover::after {
  display: block;
}

/* don't show empty tooltips */

[tooltip=""]::before,
[tooltip=""]::after {
  display: none !important;
}

/* FLOW: UP */

[tooltip]:not([flow])::before,
[tooltip][flow^=up]::before {
  bottom: 100%;
  border-bottom-width: 0;
  border-top-color: #333;
}

[tooltip]:not([flow])::after,
[tooltip][flow^=up]::after {
  bottom: calc(100% + 5px);
}

[tooltip]:not([flow])::before,
[tooltip]:not([flow])::after,
[tooltip][flow^=up]::before,
[tooltip][flow^=up]::after {
  left: 50%;
  -webkit-transform: translate(-50%, -0.5em);
          transform: translate(-50%, -0.5em);
}

/* FLOW: DOWN */

[tooltip][flow^=down]::before {
  top: 100%;
  border-top-width: 0;
  border-bottom-color: #333;
}

[tooltip][flow^=down]::after {
  top: calc(100% + 5px);
}

[tooltip][flow^=down]::before,
[tooltip][flow^=down]::after {
  left: 50%;
  -webkit-transform: translate(-50%, 0.5em);
          transform: translate(-50%, 0.5em);
}

/* FLOW: LEFT */

[tooltip][flow^=left]::before {
  top: 50%;
  border-right-width: 0;
  border-left-color: #333;
  left: calc(0em - 5px);
  -webkit-transform: translate(-0.5em, -50%);
          transform: translate(-0.5em, -50%);
}

[tooltip][flow^=left]::after {
  top: 50%;
  right: calc(100% + 5px);
  -webkit-transform: translate(-0.5em, -50%);
          transform: translate(-0.5em, -50%);
}

/* FLOW: RIGHT */

[tooltip][flow^=right]::before {
  top: 50%;
  border-left-width: 0;
  border-right-color: #333;
  right: calc(0em - 5px);
  -webkit-transform: translate(0.5em, -50%);
          transform: translate(0.5em, -50%);
}

[tooltip][flow^=right]::after {
  top: 50%;
  left: calc(100% + 5px);
  -webkit-transform: translate(0.5em, -50%);
          transform: translate(0.5em, -50%);
}

/* KEYFRAMES */

@-webkit-keyframes tooltips-vert {
  to {
    opacity: 0.9;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}

@keyframes tooltips-vert {
  to {
    opacity: 0.9;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}

@-webkit-keyframes tooltips-horz {
  to {
    opacity: 0.9;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

@keyframes tooltips-horz {
  to {
    opacity: 0.9;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

/* FX All The Things */

[tooltip]:not([flow]):hover::before,
[tooltip]:not([flow]):hover::after,
[tooltip][flow^=up]:hover::before,
[tooltip][flow^=up]:hover::after,
[tooltip][flow^=down]:hover::before,
[tooltip][flow^=down]:hover::after {
  -webkit-animation: tooltips-vert 300ms ease-out forwards;
          animation: tooltips-vert 300ms ease-out forwards;
}

[tooltip][flow^=left]:hover::before,
[tooltip][flow^=left]:hover::after,
[tooltip][flow^=right]:hover::before,
[tooltip][flow^=right]:hover::after {
  -webkit-animation: tooltips-horz 300ms ease-out forwards;
          animation: tooltips-horz 300ms ease-out forwards;
}

* {
  box-sizing: border-box;
  outline: none !important;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-feature-settings: "pnum" on, "lnum" on;
          font-feature-settings: "pnum" on, "lnum" on;
  -webkit-user-select: none;
  /* user-select -- это нестандартное свойство */
  -moz-user-select: none;
  /* поэтому нужны префиксы */
  -ms-user-select: none;
}

html {
  font-family: "Circe-Regular";
  font-display: swap;
  font-size: 10px;
  font-weight: 400;
}

body {
  background-color: #F5F9FA;
  height: auto;
  min-height: 100vh;
  position: relative;
}

@media all and (max-width: 768px) {
  body {
    height: auto;
  }
}

body:not(.admin) .phpdebugbar {
  display: none !important;
}

body.page-blog,
body.page-basket,
body.page-drafts,
body.page-comparison,
body.page-favorites,
body.page-cabinet,
body.page-search,
body.page-documentations {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

body.page-blog main,
body.page-basket main,
body.page-drafts main,
body.page-comparison main,
body.page-favorites main,
body.page-cabinet main,
body.page-search main,
body.page-documentations main {
  -ms-flex: 1;
      flex: 1;
}

body:before {
  opacity: 0;
  pointer-events: none;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 60;
  background-color: rgba(0, 0, 0, 0.8);
  transition: all 0.3s ease-in-out;
}

body.fade:before {
  opacity: 1;
  pointer-events: auto;
}

body.blog-single main {
  padding-bottom: 62px;
}

body.page-order-is-processed {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

body.page-order-is-processed .main {
  padding: 40px 0;
}

body.page-offer ul {
  list-style: none;
}

body.page-offer ul li {
  list-style: none;
}

.locked {
  overflow: hidden;
}

img {
  max-width: 100%;
}

main {
  -ms-flex: 1;
      flex: 1;
  max-width: 100%;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  [data-aos-delay] {
    transition-delay: 0.3s !important;
  }
}

.padding-right,
.main-container {
  padding-right: 100px;
}

@media all and (max-width: 1024px) {
  .padding-right,
  .main-container {
    padding-right: 50px;
  }
}

@media all and (max-width: 768px) {
  .padding-right,
  .main-container {
    padding-right: 35px;
  }
}

@media all and (max-width: 500px) {
  .padding-right,
  .main-container {
    padding-right: 20px;
  }
}

.padding-left,
.main-container {
  padding-left: 100px;
}

@media all and (max-width: 1024px) {
  .padding-left,
  .main-container {
    padding-left: 50px;
  }
}

@media all and (max-width: 768px) {
  .padding-left,
  .main-container {
    padding-left: 35px;
  }
}

@media all and (max-width: 500px) {
  .padding-left,
  .main-container {
    padding-left: 20px;
  }
}

.main-container {
  max-width: 1920px;
  margin: auto;
  width: 100%;
}

.small-container {
  max-width: 1920px;
  margin: auto;
  width: 100%;
  padding: 0 235px;
}

@media all and (max-width: 1800px) {
  .small-container {
    padding: 0 200px;
  }
}

@media all and (max-width: 1700px) {
  .small-container {
    padding: 0 150px;
  }
}

@media all and (max-width: 1600px) {
  .small-container {
    padding: 0 100px;
  }
}

@media all and (max-width: 1400px) {
  .small-container {
    padding: 0 75px;
  }
}

@media all and (max-width: 1024px) {
  .small-container {
    padding: 0 50px;
  }
}

@media all and (max-width: 768px) {
  .small-container {
    padding: 0 35px;
  }
}

@media all and (max-width: 500px) {
  .small-container {
    padding: 0 20px;
  }
}

.big-container {
  max-width: 1920px;
  margin: auto;
  width: 100%;
  padding: 0 60px;
}

@media all and (max-width: 1280px) {
  .big-container {
    padding: 0 75px;
  }
}

@media all and (max-width: 1024px) {
  .big-container {
    padding: 0 50px;
  }
}

@media all and (max-width: 768px) {
  .big-container {
    padding: 0 35px;
  }
}

@media all and (max-width: 500px) {
  .big-container {
    padding: 0 20px;
  }
}

.site-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}

.green-button-button {
  padding: 0.75em 1.25em;
  min-width: 206px;
  border-radius: 5px;
  transition: 0.2s;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  cursor: pointer;
  border: 1px solid transparent;
  font-size: 16px;
  line-height: 150%;
  background-color: #30C690;
  color: #FFFFFF;
}

.green-button-button:hover {
  background-color: #16AA75;
}

.button {
  padding: 0.75em 1.25em;
  min-width: 206px;
  background-color: #E63525;
  border-radius: 5px;
  transition: 0.2s;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  cursor: pointer;
  border: 1px solid transparent;
  font-size: 16px;
  line-height: 150%;
}

@media all and (max-width: 768px) {
  .button {
    min-width: auto;
    font-size: 14px;
  }
}

@media all and (max-width: 500px) {
  .button {
    width: 100%;
  }
}

.button.grey-button {
  background-color: #DEE8EE;
  border: 1px solid #A9BECA;
}

.button.grey-button span {
  color: #044263;
}

.button.grey-button:hover {
  background-color: #A9BECA;
  border: 1px solid #A9BECA;
}

.button.blue-button {
  background-color: #044263;
}

.button.blue-button:hover {
  background-color: #155F87;
}

.button.green-button {
  background-color: #30C690;
}

.button.green-button:hover {
  background-color: #16AA75;
}

.button:hover {
  background-color: #BE1506;
}

@media all and (max-width: 500px) {
  .button {
    min-width: 248px;
  }
}

@media all and (max-width: 320px) {
  .button {
    width: 100%;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}

.button span {
  font-family: "Circe-Light";
  font-weight: 400;
  color: #FFFFFF;
}

.category-wrapper {
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
  display: -ms-flexbox;
  display: flex;
}

.section-title {
  font-family: "Circe-Bold";
  font-size: 40px;
  line-height: 125.9%;
  color: #044263;
}

@media all and (max-width: 1600px) {
  .section-title {
    font-size: 36px;
  }
}

@media all and (max-width: 1440px) {
  .section-title {
    font-size: 32px;
  }
}

@media all and (max-width: 1200px) {
  .section-title {
    font-size: 30px;
  }
}

@media all and (max-width: 1024px) {
  .section-title {
    font-size: 28px;
  }
}

@media all and (max-width: 768px) {
  .section-title {
    font-size: 26px;
  }
}

@media all and (max-width: 500px) {
  .section-title {
    font-size: 24px;
  }
}

.page--title {
  font-family: "Circe-Bold";
  font-size: 40px;
  line-height: 125.9%;
  color: #044263;
  margin-top: 45px;
  margin-bottom: 16px;
}

@media all and (max-width: 1440px) {
  .page--title {
    font-size: 38px;
  }
}

@media all and (max-width: 1024px) {
  .page--title {
    margin-top: 30px;
    margin-bottom: 17px;
    font-size: 34px;
  }
}

@media all and (max-width: 768px) {
  .page--title {
    margin-top: 20px;
    margin-bottom: 18px;
    font-size: 30px;
  }
}

@media all and (max-width: 500px) {
  .page--title {
    margin-top: 10px;
    margin-bottom: 19px;
    font-size: 24px;
  }
}

.absolute-btn {
  position: fixed;
  bottom: 57px;
  right: 57px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: column;
      flex-direction: column;
  z-index: 20;
}

@media all and (max-width: 1440px) {
  .absolute-btn {
    width: 65px;
  }
}

@media all and (max-width: 1024px) {
  .absolute-btn {
    bottom: 50px;
    right: 50px;
    width: 60px;
  }
}

@media all and (max-width: 768px) {
  .absolute-btn {
    bottom: 35px;
    right: 35px;
    width: 55px;
  }
}

@media all and (max-width: 500px) {
  .absolute-btn {
    bottom: 20px;
    right: 20px;
    width: 50px;
  }
}

.absolute-btn .to-up {
  z-index: 50;
  cursor: pointer;
  box-shadow: 0 4px 20px rgba(169, 190, 202, 0.3);
  border-radius: 50%;
}

.absolute-btn .to-up .c100 {
  cursor: pointer;
  margin: 0;
}

.absolute-btn .to-up .c100 svg {
  position: absolute;
  width: 38px;
  height: 38px;
  top: calc(50% - 19px);
  left: calc(50% - 19px);
  z-index: 2;
}

.absolute-btn .to-message {
  margin-top: 28px;
  bottom: 57px;
  right: 57px;
  cursor: pointer;
  z-index: 50;
}

@media all and (max-width: 1440px) {
  .absolute-btn .to-message {
    margin-top: 26px;
  }
}

@media all and (max-width: 1024px) {
  .absolute-btn .to-message {
    margin-top: 24px;
  }
}

@media all and (max-width: 768px) {
  .absolute-btn .to-message {
    margin-top: 22px;
  }
}

@media all and (max-width: 500px) {
  .absolute-btn .to-message {
    margin-top: 20px;
  }
}

.absolute-btn .to-message__container {
  box-shadow: 0 4px 20px rgba(230, 53, 37, 0.3);
  border-radius: 50%;
}

.preloader-page {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 100vh;
  background: linear-gradient(95.58deg, #F3F5FF 25.17%, #FFFFFF 94.41%);
  z-index: 999;
}

.preloader {
  /*фиксированное позиционирование*/
  position: fixed;
  /* координаты положения */
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  /* фоновый цвет элемента */
  background: #e0e0e0;
  /* размещаем блок над всеми элементами на странице (это значение должно быть больше, чем у любого другого позиционированного элемента на странице) */
  z-index: 1001;
}

.preloader__row {
  position: relative;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  margin-top: -35px;
  margin-left: -35px;
  text-align: center;
  -webkit-animation: preloader-rotate 2s infinite linear;
          animation: preloader-rotate 2s infinite linear;
}

.preloader__item {
  position: absolute;
  display: inline-block;
  top: 0;
  background-color: #005BAA;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  -webkit-animation: preloader-bounce 2s infinite ease-in-out;
          animation: preloader-bounce 2s infinite ease-in-out;
}

.preloader__item:last-child {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}

@-webkit-keyframes preloader-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes preloader-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes preloader-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }

  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes preloader-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }

  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.loaded_hiding .preloader {
  transition: 0.3s opacity;
  opacity: 0;
}

.loaded .preloader {
  display: none;
}

#layout {
  height: 100%;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 99;
}

#load,
#load span,
#load:before,
#load span:before,
#load:after,
#load span:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid 12px #fff;
  border-radius: 50%;
  box-shadow: 0px 0px 12px 0px rgb(255, 255, 255);
}

#load,
#load span {
  position: relative;
}

#load:before,
#load:after,
#load span:before,
#load span:after {
  position: absolute;
  top: 65px;
}

#load:before,
#load span:before {
  left: 35px;
  background: #fff;
}

#load:after,
#load span:after {
  right: 35px;
  background: #fff;
}

#load {
  top: -50px;
}

#load span {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  top: 90px;
  left: -10px;
}

#load {
  -webkit-animation: pulsein 0.8s infinite;
          animation: pulsein 0.8s infinite;
}

#load:before,
#load:after {
  -webkit-animation: pulsein 0.8s infinite;
          animation: pulsein 0.8s infinite;
}

#load span {
  -webkit-animation: pulseout 0.8s infinite;
          animation: pulseout 0.8s infinite;
}

#load span:before,
#load span:after {
  -webkit-animation: pulseout 0.8s infinite;
          animation: pulseout 0.8s infinite;
}

@-webkit-keyframes pulsein {
  0% {
    border-width: 8px;
  }

  50% {
    border-width: 12px;
  }

  100% {
    border-width: 8px;
  }
}

@keyframes pulsein {
  0% {
    border-width: 8px;
  }

  50% {
    border-width: 12px;
  }

  100% {
    border-width: 8px;
  }
}

@-webkit-keyframes pulseout {
  0% {
    border-width: 12px;
  }

  50% {
    border-width: 8px;
  }

  100% {
    border-width: 12px;
  }
}

@keyframes pulseout {
  0% {
    border-width: 12px;
  }

  50% {
    border-width: 8px;
  }

  100% {
    border-width: 12px;
  }
}

.body-fade {
  position: fixed;
  width: 100vw;
  height: 100%;
  z-index: 99;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

.login-popup {
  padding: 0;
  position: relative;
  max-width: 530px;
  width: 100%;
  background: #FFFFFF;
  -webkit-filter: drop-shadow(0px 0px 27px rgba(4, 66, 99, 0.09));
          filter: drop-shadow(0px 0px 27px rgba(4, 66, 99, 0.09));
  border-radius: 5px;
  overflow: hidden;
}

@media all and (max-width: 500px) {
  .login-popup {
    width: calc(100% - 40px);
  }
}

.login-popup__header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.login-popup__header .login-popup__tab {
  width: auto;
  border-bottom: 2px solid transparent;
  text-align: center;
  padding: 22px 20px;
  font-weight: 700;
  font-family: "Circe-Bold";
  font-size: 24px;
  line-height: 125.9%;
  color: #044263;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  cursor: pointer;
  margin: 0 20px;
}

@media all and (max-width: 500px) {
  .login-popup__header .login-popup__tab {
    padding: 10px;
    font-size: 18px;
  }
}

.login-popup__header .login-popup__tab.active {
  border-bottom: 2px solid #E63525;
}

.login-popup .tabs-content-item {
  display: none;
  width: 100%;
  padding: 36px 40px;
  background-color: #F5F9FA;
}

@media all and (max-width: 500px) {
  .login-popup .tabs-content-item {
    padding: 30px 20px;
  }
}

@media all and (max-width: 400px) {
  .login-popup .tabs-content-item {
    padding: 10px 20px 20px 20px;
  }
}

.login-popup .tabs-content-item.active {
  display: block;
}

.login-popup .tabs-content-item form {
  width: 100%;
}

.login-popup .tabs-content-item.active {
  display: -ms-flexbox;
  display: flex;
}

.login-popup__close {
  position: absolute;
  top: 13px;
  right: 13px;
  cursor: pointer;
}

.login-popup .bottom {
  margin-top: 20px;
  text-align: center;
}

.login-popup button {
  margin-top: 16px;
  width: 100%;
  border: none;
  padding: 20px;
}

@media all and (max-width: 500px) {
  .login-popup button {
    padding: 10px;
  }
}

.login-popup button:before {
  display: none;
}

.login-popup button span {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #FFFFFF;
}

.login-popup .form-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 12px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.login-popup .form-header-google {
  margin-top: 12px;
  width: 100%;
  position: relative;
  font-family: "Circe-Light";
  font-size: 16px;
  line-height: 24px;
  color: #044263;
  padding: 21px 20px 20px 20px;
  border: 1px solid #DEE8EE;
  background-color: #FFFFFF;
  border-radius: 5px;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  cursor: pointer;
}

@media all and (max-width: 500px) {
  .login-popup .form-header-google {
    padding: 10px;
  }
}

.login-popup .form-header-google svg {
  margin-right: 20px;
}

.login-popup .group-label {
  font-family: "Circe-Regular";
  font-size: 16px;
  line-height: 24px;
  color: #044263;
}

.login-popup .form-header .title,
.login-popup .form-header .devider {
  font-family: "Circe-Regular";
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #A9BECA;
}

.login-popup .form-header .devider {
  margin: 0 10px;
  text-decoration: none;
}

.login-popup .else {
  text-decoration: underline;
  color: #1d8fbd;
  cursor: pointer;
  margin-left: 20px;
}

.login-popup .recovery {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #C2C6DC;
}

.login-popup .group label {
  width: 100%;
  display: block;
  margin-bottom: 14px;
}

@media all and (max-width: 500px) {
  .login-popup .group label {
    font-size: 12px;
    margin-bottom: 8px;
  }
}

.login-popup .group label.flex {
  display: -ms-flexbox;
  display: flex;
}

.login-popup .group label input {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #C2C6DC;
  border-radius: 5px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #2E3A87;
  padding: 22px 20px 12px 24px;
}

@media all and (max-width: 500px) {
  .login-popup .group label input {
    padding: 10px;
    font-size: 14px;
  }
}

.login-popup .group label input:focus {
  border: 1px solid #2E3A87;
}

.login-popup .group label input:not(:-ms-input-placeholder) {
  border: 1px solid #2E3A87;
}

.login-popup .group label input:not(:placeholder-shown) {
  border: 1px solid #2E3A87;
}

.pagination {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

.pagination > a {
  margin: 0 4px;
}

.pagination__more {
  width: 100%;
  text-align: center;
  margin-bottom: 42px;
  margin-top: 42px;
}

.pagination__more span {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  line-height: 100%;
}

.pagination__more svg {
  margin-right: 10px;
}

.pagination__wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin: 0 22px;
}

.pagination__wrapper li {
  padding: 0 10px;
  margin-bottom: 0;
}

.pagination a {
  font-weight: 700;
  font-size: 16px;
  line-height: 125.9%;
  color: #A9BECA;
}

.pagination a.current {
  color: #044263;
}

.pagination a.disabled {
  opacity: 0.3;
  pointer-events: none;
}

.breadcrumbs {
  margin-top: 14px;
  margin-bottom: 14px;
}

@media all and (max-width: 1200px) {
  .breadcrumbs {
    margin-bottom: 13px;
  }
}

@media all and (max-width: 1024px) {
  .breadcrumbs {
    margin-bottom: 12px;
  }
}

@media all and (max-width: 768px) {
  .breadcrumbs {
    margin-bottom: 11px;
  }
}

@media all and (max-width: 500px) {
  .breadcrumbs {
    margin-bottom: 10px;
  }
}

.breadcrumbs .breadcrumb {
  padding-left: 0;
  margin-bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.breadcrumbs ul li,
.breadcrumbs ol li {
  padding-left: 0;
  margin-bottom: 0;
}

.breadcrumbs a {
  font-family: "Circe-Regular";
  font-size: 14px;
  line-height: 21px;
  color: #A9BECA;
  text-decoration: none;
}

@media all and (max-width: 1024px) {
  .breadcrumbs a {
    font-size: 13px;
  }
}

@media all and (max-width: 500px) {
  .breadcrumbs a {
    font-size: 12px;
  }
}

.breadcrumbs .current-page {
  font-family: "Circe-Regular";
  font-size: 14px;
  line-height: 21px;
  color: #044263;
}

@media all and (max-width: 1024px) {
  .breadcrumbs .current-page {
    font-size: 13px;
  }
}

@media all and (max-width: 500px) {
  .breadcrumbs .current-page {
    font-size: 12px;
  }
}

.breadcrumbs .devider {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
}

.products-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: linear-gradient(0deg, rgba(4, 66, 99, 0.5), rgba(4, 66, 99, 0.5));
  z-index: 999;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

@media all and (max-width: 1024px) {
  .products-menu {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

.products-menu__mobile {
  display: none;
}

@media all and (max-width: 1024px) {
  .products-menu__mobile {
    display: -ms-flexbox;
    display: flex;
    background-color: #044263;
  }
}

.products-menu__mobile .mobile-tabs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex: 1;
      flex: 1;
}

.products-menu__mobile .mobile-tab {
  padding: 13px 36px;
  color: #FFF;
  font-family: "Circe-Bold";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  cursor: pointer;
}

.products-menu__mobile .mobile-tab-active {
  background-color: #A9BECA;
}

.products-menu__container {
  position: relative;
  margin: auto;
  background-color: #FFFFFF;
  border-radius: 5px;
  -webkit-filter: drop-shadow(0px 0px 27px rgba(4, 66, 99, 0.09));
          filter: drop-shadow(0px 0px 27px rgba(4, 66, 99, 0.09));
  max-width: 952px;
  width: calc(100% - 200px);
  padding: 64px 30px 0 30px;
  min-height: 100px;
  max-height: calc(100vh - 40px);
  height: 820px;
}

@media all and (max-width: 1200px) {
  .products-menu__container {
    max-width: 90vw;
    width: 100%;
  }
}

@media all and (max-width: 1024px) {
  .products-menu__container {
    max-width: none;
    max-height: none;
    padding: 0;
    -ms-flex: 1;
        flex: 1;
  }
}

.products-menu__container .products-menu__close {
  display: block;
}

@media all and (max-width: 1024px) {
  .products-menu__container .products-menu__close {
    display: none;
  }
}

.products-menu__close {
  position: fixed;
  top: 13px;
  right: 10px;
  cursor: pointer;
  display: none;
}

@media all and (max-width: 1024px) {
  .products-menu__close {
    right: 14px;
    display: block;
  }
}

.products-menu__close svg path {
  transition: 0.2s;
}

.products-menu__close:hover path {
  fill: #044263;
}

.products-menu__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 100%;
  -ms-flex-align: stretch;
      align-items: stretch;
}

@media all and (max-width: 1024px) {
  .products-menu__content {
    padding: 0 50px;
    overflow-y: scroll;
  }
}

@media all and (max-width: 768px) {
  .products-menu__content {
    padding: 0 35px;
  }
}

@media all and (max-width: 500px) {
  .products-menu__content {
    padding: 0 20px;
  }
}

.products-menu-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 0 16px 0 0;
  position: static;
  transition: 0.2s;
  margin-bottom: 0;
}

.products-menu-item.active {
  background-color: #F5F9FA;
}

.products-menu-item.active .products-menu-subitem {
  display: block;
}

.products-menu-item:hover {
  background-color: rgba(245, 249, 250, 0.5);
}

.products-menu-item img {
  margin-right: 10px;
  height: 24px;
  width: auto;
}

.products-menu-lnk {
  position: relative;
  cursor: pointer;
  padding: 10px 12px 10px 10px;
}

@media all and (min-width: 1024px) and (max-height: 850px) {
  .products-menu-lnk {
    padding: 6px 12px 6px 10px;
  }
}

@media all and (max-width: 768px) {
  .products-menu-lnk {
    padding-left: 0;
  }
}

.products-menu-lnk:after {
  position: absolute;
  content: "";
  right: 0;
  top: calc(50% - 3px);
  width: 6px;
  height: 6px;
  border-right: 2px solid #044263;
  border-bottom: 2px solid #044263;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.products-menu-subitem {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  display: none;
  overflow-y: scroll;
  overflow-x: hidden;
  width: 45%;
  padding: 16px 28px;
  background-color: #F5F9FA;
  margin-bottom: 0;
}

.products-menu-subitem:hover::-webkit-scrollbar-track {
  background: #DEE8EE;
}

.products-menu-subitem:hover::-webkit-scrollbar-thumb {
  background: #A9BECA;
}

.products-menu-subitem::-webkit-scrollbar {
  width: 2px;
}

.products-menu-subitem::-webkit-scrollbar-track {
  background: transparent;
  width: 2px;
  background-clip: content-box;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.products-menu-subitem::-webkit-scrollbar-thumb {
  background: transparent;
  width: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media all and (max-width: 768px) {
  .products-menu-subitem {
    top: -50px;
    left: 0;
    z-index: 99;
    position: fixed;
    height: 100vh;
    width: 100vw;
    padding: 0 20px 16px 20px;
  }
}

.products-menu-subitem__header {
  display: none;
}

@media all and (max-width: 768px) {
  .products-menu-subitem__header {
    display: -ms-flexbox;
    display: flex;
    margin-left: -35px;
    margin-right: -35px;
    width: calc(100% + 70px);
    background-color: #044263;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    padding: 15px 35px;
    margin-bottom: 40px;
  }
}

@media all and (max-width: 500px) {
  .products-menu-subitem__header {
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);
    padding: 15px 20px;
  }
}

.products-menu-subitem__header .back,
.products-menu-subitem__header .close {
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.products-menu-subitem__header .text {
  font-size: 16px;
  color: #FFFFFF;
}

.products-menu-subitem__header img {
  margin-right: 10px;
}

.products-menu-subitem .current-category a {
  font-weight: bolder;
  color: #044263;
}

.products-menu-subitem .current-category span {
  text-transform: lowercase;
}

.products-menu-subitem li {
  margin-left: 0 !important;
  padding-left: 0;
  margin-bottom: 10px;
}

@media all and (min-width: 1024px) and (max-height: 850px) {
  .products-menu-subitem li {
    margin-bottom: 6px;
  }
}

@media all and (max-width: 768px) {
  .products-menu-subitem li {
    margin-bottom: 14px;
  }
}

.products-menu-subitem li:hover a {
  color: #044263;
}

.products-menu-subitem li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 112.9%;
  color: #A9BECA;
  transition: 0.2s;
}

.products-menu-subitem li:last-child {
  margin-bottom: 0;
}

.products-menu__category {
  width: 67%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding-right: 30%;
  position: relative;
  margin-bottom: 0;
  height: 100%;
}

@media all and (max-width: 1024px) {
  .products-menu__category {
    width: 100%;
    padding-right: 50%;
  }
}

@media all and (max-width: 768px) {
  .products-menu__category {
    padding-right: 0;
  }
}

.products-menu__brands {
  width: 33%;
  position: relative;
  padding-bottom: 22px;
  height: 100%;
}

@media all and (max-width: 1024px) {
  .products-menu__brands {
    display: none;
    width: 100%;
  }
}

.products-menu__brands-list {
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  padding-right: 27px;
  padding-top: 16px;
}

.products-menu__brands-list:hover::-webkit-scrollbar-track {
  background: #DEE8EE;
}

.products-menu__brands-list:hover::-webkit-scrollbar-thumb {
  background: #A9BECA;
}

.products-menu__brands-list::-webkit-scrollbar {
  width: 2px;
}

.products-menu__brands-list::-webkit-scrollbar-track {
  background: transparent;
  width: 2px;
  background-clip: content-box;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.products-menu__brands-list::-webkit-scrollbar-thumb {
  background: transparent;
  width: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media all and (max-width: 768px) {
  .products-menu__brands-list {
    padding-right: 35px;
    margin-right: -35px;
    width: calc(100% + 32px);
  }
}

@media all and (max-width: 500px) {
  .products-menu__brands-list {
    padding-right: 20px;
    margin-right: -20px;
    width: calc(100% + 17px);
  }
}

.products-menu .products-category__header {
  position: absolute;
  font-weight: 700;
  font-size: 18px;
  line-height: 125.9%;
  color: #044263;
  top: -40px;
  left: 0;
  padding-left: 0;
}

@media all and (max-width: 1024px) {
  .products-menu .products-category__header {
    display: none;
  }
}

.products-menu .products-brands__header {
  position: absolute;
  font-weight: 700;
  font-size: 18px;
  line-height: 125.9%;
  color: #044263;
  top: -40px;
  left: 0;
  padding-left: 30px;
}

@media all and (max-width: 1024px) {
  .products-menu .products-brands__header {
    display: none;
  }
}

.products-menu .products-brands__item {
  margin-bottom: 0;
  padding-left: 30px;
}

@media all and (max-width: 768px) {
  .products-menu .products-brands__item {
    padding-left: 0;
  }
}

.products-menu .products-brands__item:hover a {
  color: #044263;
}

.products-menu .products-brands__name {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  font-weight: 400;
  font-size: 16px;
  line-height: 112.9%;
  color: #A9BECA;
  transition: 0.2s;
}

.products-menu .products-brands__name img {
  height: 25px;
  width: auto;
}

.greedy-nav {
  position: relative;
  text-align: center;
  min-width: 250px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

@media all and (max-width: 1440px) {
  .greedy-nav {
    padding: 0 20px;
  }
}

.greedy-nav a {
  display: block;
  text-decoration: none;
  white-space: nowrap;
}

.greedy-nav button {
  background-color: transparent;
  border: none;
  display: inline-block;
}

.greedy-nav .hamburger {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: 20px;
  height: 100%;
  margin: auto;
  color: #044263;
}

.greedy-nav .visible-links {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.greedy-nav .visible-links li {
  display: table-cell;
}

.greedy-nav .hidden-links {
  position: absolute;
  right: 0;
  top: 100%;
  background: #FFF;
  box-shadow: 0px 4px 20px 0px rgba(169, 190, 202, 0.3);
  z-index: 5;
}

.greedy-nav .hidden-links li {
  display: block;
  margin: 0;
}

.greedy-nav .hidden-links li:hover {
  background-color: #044263;
}

.greedy-nav .hidden-links li:hover a {
  color: #FFFFFF;
}

.greedy-nav .hidden-links li:hover a:after {
  display: none;
}

.greedy-nav .hidden-links li a {
  padding: 10px 20px;
}

.greedy-nav .hidden {
  visibility: hidden;
}

.header {
  z-index: 55;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.header__currency {
  position: fixed;
  left: 57px;
  bottom: 57px;
}

@media all and (max-width: 1024px) {
  .header__currency {
    left: 50px;
    bottom: 50px;
  }
}

@media all and (max-width: 768px) {
  .header__currency {
    left: 35px;
    bottom: 35px;
  }
}

@media all and (max-width: 500px) {
  .header__currency {
    left: 20px;
    bottom: 20px;
  }
}

.header__currency-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.header__currency-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 10px;
  border-radius: 5px;
  background: var(--dee-8-ee, #DEE8EE);
  box-shadow: 0px 4px 20px 0px rgba(169, 190, 202, 0.3);
  width: 70px;
  height: 70px;
  margin-bottom: 28px;
}

@media all and (max-width: 1440px) {
  .header__currency-item {
    width: 65px;
    height: 65px;
    margin-bottom: 26px;
  }
}

@media all and (max-width: 1024px) {
  .header__currency-item {
    width: 60px;
    height: 60px;
    margin-bottom: 24px;
  }
}

@media all and (max-width: 768px) {
  .header__currency-item {
    width: 55px;
    height: 55px;
    margin-bottom: 22px;
  }
}

@media all and (max-width: 500px) {
  .header__currency-item {
    width: 50px;
    height: 50px;
    margin-bottom: 20px;
  }
}

.header__currency-item:last-child {
  margin-bottom: 0;
}

.header__currency-item .znak {
  color: #044263;
  text-align: center;
  font-family: "Circe-Bold";
  font-size: 16px;
  font-style: normal;
  line-height: normal;
}

@media all and (max-width: 1024px) {
  .header__currency-item .znak {
    font-size: 15px;
  }
}

@media all and (max-width: 500px) {
  .header__currency-item .znak {
    font-size: 14px;
  }
}

.header__currency-item .value {
  color: var(--Style, #A9BECA);
  text-align: center;
  font-family: "Circe-Bold";
  font-size: 16px;
  font-style: normal;
  line-height: normal;
}

@media all and (max-width: 1024px) {
  .header__currency-item .value {
    font-size: 15px;
  }
}

@media all and (max-width: 500px) {
  .header__currency-item .value {
    font-size: 14px;
  }
}

@media all and (max-width: 1280px) {
  .header .custom-logo-link {
    margin-right: 9px;
  }
}

.header__locate {
  display: none;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-preferred-size: 180px;
      flex-basis: 180px;
}

.header__locate .label {
  font-family: "Circe-Bold";
  font-size: 16px;
  line-height: 150%;
  color: #044263;
}

@media all and (max-width: 1440px) {
  .header__locate .label {
    font-size: 14px;
  }
}

.header__locate .selectric-items {
  width: auto !important;
}

.header__contacts {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
}

@media all and (max-width: 1024px) {
  .header__contacts {
    -ms-flex-align: start;
        align-items: flex-start;
  }
}

.header__contacts .arrow {
  margin-right: 0;
  margin-left: 10px;
  cursor: pointer;
  margin-top: -2px;
}

.header__contacts-else {
  position: absolute;
  top: 100%;
  left: 30px;
  width: 100%;
  display: none;
  padding: 10px 10px 10px 10px;
  background-color: #FFFFFF;
  z-index: 99;
  box-shadow: 0px 4px 20px 0px rgba(169, 190, 202, 0.3);
}

.header__contacts-current {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.header__contacts a {
  font-family: "Circe-Bold";
  font-size: 16px;
  line-height: 150%;
  color: #044263;
  white-space: nowrap;
}

@media all and (max-width: 1440px) {
  .header__contacts a {
    font-size: 14px;
  }
}

.header__contacts svg {
  margin-right: 10px;
}

.header__contacts-desc {
  position: absolute;
  top: 100%;
  left: 34px;
  cursor: pointer;
  font-size: 14px !important;
  font-family: "Circe-Regular" !important;
  color: #044263 !important;
  text-decoration: none !important;
}

.header__contacts-desc:hover {
  text-decoration: underline;
}

.header__top {
  background-color: #F6F9FA;
}

@media all and (max-width: 1024px) {
  .header__top {
    padding: 12px 0;
  }
}

@media all and (max-width: 768px) {
  .header__top {
    display: none;
  }
}

.header__top .big-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}

.header__personal {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

@media all and (max-width: 768px) {
  .header__personal {
    width: 100%;
  }
}

.header__personal > div {
  cursor: pointer;
}

.header__personal * {
  font-family: "Circe-Regular";
  font-size: 16px;
  line-height: 150%;
  color: #044263;
}

@media all and (max-width: 1440px) {
  .header__personal * {
    font-size: 14px;
  }
}

.header__personal a {
  white-space: nowrap;
}

.header__personal span {
  margin: 0 10px;
}

.header__nav {
  -ms-flex-positive: 1;
      flex-grow: 1;
  max-width: 50vw;
}

@media all and (max-width: 1024px) {
  .header__nav {
    display: none;
  }
}

.header__nav-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  background-color: #F6F9FA;
  margin-bottom: 0;
}

.header__nav-item {
  margin: 0 10px;
  padding: 0;
}

.header__nav-item.hide {
  display: none !important;
}

.header__nav-item.current-page .header__nav-lnk:after,
.header__nav-item:hover .header__nav-lnk:after {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.header__nav-lnk {
  color: #044263;
  text-decoration: none;
  padding: 32px 0;
  position: relative;
  overflow: hidden;
  display: block;
  font-size: 16px;
}

@media all and (max-width: 1440px) {
  .header__nav-lnk {
    font-size: 14px;
  }
}

.header__nav-lnk:after {
  -webkit-transform: translateX(-120%);
          transform: translateX(-120%);
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #E63525;
  transition: 0.2s;
  bottom: 0;
  left: 0;
}

.header__language {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-left: 20px;
}

@media all and (max-width: 1024px) {
  .header__language {
    display: none;
  }
}

.header__language * {
  font-family: "Circe-Regular";
  font-size: 16px;
  line-height: 150%;
  text-transform: uppercase;
}

@media all and (max-width: 1440px) {
  .header__language * {
    font-size: 14px;
  }
}

.header__language-current {
  color: #044263;
}

.header__language-devider {
  color: #A9BECA;
  margin: 0 10px;
}

.header__language-else {
  color: #A9BECA;
}

.header__main {
  background: #FFFFFF;
  box-shadow: 0px 4px 20px rgba(169, 190, 202, 0.3);
}

@media all and (max-width: 768px) {
  .header__main {
    padding: 0;
  }
}

@media all and (max-width: 500px) {
  .header__main .small-container {
    padding: 0 10px;
  }
}

.header__main-market {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

@media all and (max-width: 1440px) {
  .header__main-market .favorite,
  .header__main-market .compare,
  .header__main-market .draft {
    font-size: 14px;
  }
}

@media all and (max-width: 768px) {
  .header__main-market .favorite,
  .header__main-market .compare,
  .header__main-market .draft {
    display: none;
  }
}

.header__main-market .basket {
  margin-right: 0 !important;
}

@media all and (max-width: 1024px) {
  .header__main-market .basket {
    margin-right: 2px !important;
  }
}

.header__main-market .basket.js-show-basket {
  position: relative;
}

.header__main-market .basket.js-show-basket .basket-popup {
  position: absolute;
  top: 100%;
  right: -1px;
  width: 421px;
  border-radius: 5px;
  background: #FFF;
  box-shadow: 0px 4px 20px 0px rgba(169, 190, 202, 0.3);
  padding: 15px 31px 26px 31px;
}

@media all and (max-width: 768px) {
  .header__main-market .basket.js-show-basket .basket-popup {
    display: none !important;
  }
}

.header__main-market .basket.js-show-basket .basket-popup .ordering__aside-totals {
  -ms-flex-align: end;
      align-items: flex-end;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding-top: 20px;
}

.header__main-market .basket.js-show-basket .basket-popup .ordering__aside-totals .button {
  min-width: auto;
  padding: 13px 20px;
  display: block;
}

.header__main-market .basket.js-show-basket .basket-popup .ordering__aside-totals .button span {
  white-space: nowrap;
  padding: 0;
}

.header__main-market .basket.js-show-basket .basket-popup .ordering__aside-totals .total {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin-bottom: 0;
  -ms-flex-align: start;
      align-items: flex-start;
}

.header__main-market .basket.js-show-basket .basket-popup .ordering__aside-totals .total .name {
  color: #A9BECA;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 6px;
}

.header__main-market .basket.js-show-basket .basket-popup .ordering__aside-totals .total .value .currency {
  font-size: 14px;
}

@media all and (max-width: 768px) {
  .header__main-market .basket img {
    height: 24px;
    width: auto;
  }
}

.header__main-market > a,
.header__main-market > div:not(.menu),
.header__main-market .menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  background: #DEE8EE;
  padding: 16px;
  border: 1px solid transparent;
  transition: 0.2s;
  margin: 0 2px 0 0;
  cursor: pointer;
  position: relative;
}

@media all and (max-width: 1440px) {
  .header__main-market > a,
  .header__main-market > div:not(.menu),
  .header__main-market .menu {
    padding: 10px;
  }
}

.header__main-market > a:hover,
.header__main-market > div:not(.menu):hover,
.header__main-market .menu:hover {
  border: 1px solid #044263;
}

.header__main-market > a:last-child,
.header__main-market > div:not(.menu):last-child,
.header__main-market .menu:last-child {
  margin-right: 0;
}

.header__main-market > a > span:not(.devider),
.header__main-market > div:not(.menu) > span:not(.devider),
.header__main-market .menu > span:not(.devider) {
  font-family: "Circe-Extra-Bold";
  position: absolute;
  top: 12%;
  right: 12%;
  background: #E63525;
  border-radius: 3px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 3px 4px 1px 4px;
  font-size: 12px;
  line-height: 100%;
  color: #FFFFFF;
}

@media all and (max-width: 768px) {
  .header__main-market > a > span:not(.devider),
  .header__main-market > div:not(.menu) > span:not(.devider),
  .header__main-market .menu > span:not(.devider) {
    top: 8px;
    right: 8px;
    font-size: 9px;
  }
}

.header__main-market .menu {
  display: none;
}

@media all and (max-width: 1024px) {
  .header__main-market .menu {
    display: -ms-flexbox;
    display: flex;
    height: 54px;
    width: 54px;
  }
}

@media all and (max-width: 768px) {
  .header__main-market .menu {
    height: 46px;
    width: 46px;
  }
}

.header__main-search {
  margin: 0 43px;
  -ms-flex: 1;
      flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

@media all and (max-width: 768px) {
  .header__main-search {
    margin: 0 20px 0 0;
  }
}

@media all and (max-width: 500px) {
  .header__main-search {
    margin: 0 12px 0 0;
  }
}

.header__main-search .logo {
  display: none;
  margin-right: 20px;
}

@media all and (max-width: 768px) {
  .header__main-search .logo {
    display: block;
  }
}

@media all and (max-width: 500px) {
  .header__main-search .logo {
    margin-right: 12px;
  }
}

.header__main-search form {
  width: 100%;
  position: relative;
}

.header__main-search form input {
  box-sizing: border-box;
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #DEE8EE;
  border-radius: 5px;
  font-family: "Circe-Regular";
  font-size: 16px;
  line-height: 24px;
  color: #044263;
  padding: 8px 80px 8px 20px;
}

@media all and (max-width: 1440px) {
  .header__main-search form input {
    font-size: 15px;
  }
}

@media all and (max-width: 768px) {
  .header__main-search form input {
    padding: 4px 80px 4px 20px;
  }
}

.header__main-search form input::-webkit-input-placeholder {
  color: #A9BECA;
}

.header__main-search form input:-ms-input-placeholder {
  color: #A9BECA;
}

.header__main-search form input::-ms-input-placeholder {
  color: #A9BECA;
}

.header__main-search form input::placeholder {
  color: #A9BECA;
}

.header__main-search form button {
  position: absolute;
  right: 44px;
  height: 100%;
  width: auto;
  top: 0;
  border: none;
  background-color: transparent;
}

.header__main-search form #voice-trigger {
  cursor: pointer;
  position: absolute;
  right: 13px;
  height: 100%;
  width: auto;
  top: 0;
  border: none;
  background-color: transparent;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.header__main .small-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.header__main-catalog {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  background-color: #E63525;
  border-radius: 5px;
  padding: 8px 20px;
  transition: 0.2s;
  cursor: pointer;
}

@media all and (max-width: 768px) {
  .header__main-catalog {
    display: none;
  }
}

.header__main-catalog:hover {
  background-color: #BE1506;
}

.header__main-catalog svg {
  margin-right: 10px;
}

.header__main-catalog-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  cursor: pointer;
}

.header__main-catalog-list * {
  font-size: 16px;
  line-height: 150%;
  color: #FFFFFF;
  font-family: "Circe-Regular";
}

@media all and (max-width: 1440px) {
  .header__main-catalog-list * {
    font-size: 14px;
  }
}

@media all and (max-width: 768px) {
  .header__main-catalog-list * {
    font-size: 12px;
  }
}

.header__main-catalog-list span {
  margin: 0 10px;
}

.header__mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 99;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.header__mobile-close {
  cursor: pointer;
}

.header__mobile-top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  background-color: #044263;
  padding-top: 8px;
  padding-bottom: 8px;
  height: 53px;
}

.header__mobile .selectric {
  background-color: transparent;
}

.header__mobile .selectric .button {
  color: #FFFFFF;
}

.header__mobile .selectric .button:after {
  border-right: 2px solid #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
}

.header__mobile .selectric .label {
  color: #FFFFFF;
  font-size: 16px;
}

.header__mobile-bottom {
  background-color: #F5F9FA;
  padding-top: 20px;
  -ms-flex: 1;
      flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  height: calc(100% - 53px);
  overflow-y: scroll;
  padding-bottom: 40px;
}

@media all and (max-width: 500px) {
  .header__mobile-bottom {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.header__mobile-bottom .left {
  width: 300px;
}

@media all and (max-width: 768px) {
  .header__mobile-bottom .left {
    width: 100%;
  }
}

.header__mobile-bottom .left .header__main-market .header__language {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 20px;
  background-color: transparent;
  padding: 0;
  border: 1px solid transparent;
}

.header__mobile-bottom .left .header__main-market .header__language:hover {
  border: 1px solid transparent;
}

.header__mobile-bottom .left .header__main-market .header__language span {
  background-color: transparent;
  position: static;
  color: #044263;
}

.header__mobile-bottom .left .header__main-market .header__language a,
.header__mobile-bottom .left .header__main-market .header__language span {
  font-size: 18px;
  line-height: 100%;
  margin-bottom: 0;
}

@media all and (max-width: 500px) {
  .header__mobile-bottom .left .header__contacts {
    padding-bottom: 32px;
    border-bottom: 1px solid #DEE8EE;
    margin-bottom: 20px;
  }
}

.header__mobile-bottom .left .header__contacts a {
  font-size: 16px;
}

.header__mobile-bottom .left .header__contacts svg {
  margin-right: 10px;
}

.header__mobile-bottom .left .header__contacts .header__contacts-desc {
  font-size: 14px;
}

@media all and (max-width: 500px) {
  .header__mobile-bottom .left .header__contacts .header__contacts-desc {
    bottom: 18px;
    left: 34px;
    top: auto;
    color: #A9BECA;
  }
}

.header__mobile-bottom .left .wrapper {
  padding-bottom: 20px;
  border-bottom: 1px solid #DEE8EE;
}

.header__mobile-bottom .left .header__main-catalog {
  -ms-flex-pack: center;
      justify-content: center;
}

.header__mobile-bottom .left .header__personal .header__login {
  margin-bottom: 0;
  font-size: 16px;
  font-family: "Circe-Regular";
}

.header__mobile-bottom .left .header__main-market {
  margin-top: 20px;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  padding-bottom: 20px;
  border-bottom: 1px solid #DEE8EE;
  margin-bottom: 20px;
}

.header__mobile-bottom .left .header__main-market svg {
  margin-right: 13px;
}

.header__mobile-bottom .left .header__main-market a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 20px;
  background-color: transparent;
  padding: 0;
}

.header__mobile-bottom .left .header__main-market a:hover {
  border: 1px solid transparent;
}

.header__mobile-bottom .left .header__main-market a span {
  color: #044263;
  font-size: 16px;
  line-height: 100%;
  position: static;
  background-color: transparent;
  font-family: "Circe-Regular";
}

@media all and (max-width: 768px) {
  .header__mobile-bottom .left .header__main-catalog {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
  }
}

.header__mobile-bottom .left .header__main-catalog-item {
  font-size: 16px;
}

.header__mobile-bottom .right {
  width: calc(100% - 320px);
}

@media all and (max-width: 768px) {
  .header__mobile-bottom .right {
    width: 100%;
  }
}

.header__mobile-bottom .right .header__nav {
  display: block;
  padding: 76px 0;
  min-width: auto;
  max-width: 100%;
  text-align: left;
}

@media all and (max-width: 500px) {
  .header__mobile-bottom .right .header__nav {
    padding: 0;
  }
}

.header__mobile-bottom .right .header__nav button {
  display: none !important;
}

.header__mobile-bottom .right .header__nav .hamburger {
  display: none !important;
}

.header__mobile-bottom .right .header__nav-list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.header__mobile-bottom .right .header__nav-lnk {
  font-size: 16px;
  display: block;
  padding: 10px 0;
}

.header__mobile-bottom .right .header__nav-lnk:after {
  display: none;
}

.header__mobile-bottom .right .header__nav-item {
  display: block;
  padding: 0;
  margin: 0;
  width: 50%;
}

.slider {
  margin-top: 25px;
  margin-bottom: 20px;
}

@media all and (max-width: 500px) {
  .slider {
    margin-top: 15px;
  }
}

@media all and (max-width: 768px) {
  .slider.small-container {
    padding: 0;
  }
}

.slider__container {
  border-radius: 5px;
}

@media all and (max-width: 768px) {
  .slider__container {
    border-radius: 0;
  }
}

.slider__container-block {
  position: relative;
}

.slider__wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
      align-items: stretch;
}

@media all and (max-width: 768px) {
  .slider__navigation {
    display: none;
  }
}

.slider__navigation > div {
  position: absolute;
  width: 54px;
  height: 54px;
  z-index: 10;
  cursor: pointer;
}

.slider__navigation > div.prev {
  left: -27px;
  top: calc(50% - 27px);
}

.slider__navigation > div.next {
  right: -27px;
  top: calc(50% - 27px);
}

@media all and (max-width: 768px) {
  .slider__pagination {
    position: static;
    margin-top: 10px;
  }
}

.slider__pagination.swiper-pagination {
  bottom: 24px;
}

.slider__pagination span {
  background: #DEE8EE;
  transition: 0.2s;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 7px;
}

@media all and (max-width: 768px) {
  .slider__pagination span {
    position: static;
    margin-top: 20px;
    border: 1px solid #044263;
  }
}

@media all and (max-width: 768px) {
  .slider__pagination span {
    width: 8px;
    height: 8px;
  }
}

@media all and (max-width: 500px) {
  .slider__pagination span {
    width: 5px;
    height: 5px;
    margin: 0 5px !important;
  }
}

.slider__pagination span.swiper-pagination-bullet-active {
  background: #FFFFFF;
  opacity: 1;
}

@media all and (max-width: 768px) {
  .slider__pagination span.swiper-pagination-bullet-active {
    background: #044263;
  }
}

.slider__slide {
  display: -ms-flexbox;
  display: flex;
  height: auto;
}

@media all and (max-width: 500px) {
  .slider__slide.have-logo {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
}

@media all and (max-width: 500px) {
  .slider__slide.have-logo .slider__slide-img {
    width: 100%;
    -ms-flex: 1;
        flex: 1;
  }
}

.slider__slide.have-logo .slider__slide-desc {
  padding-top: 68px;
  width: 50%;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

@media all and (max-width: 1600px) {
  .slider__slide.have-logo .slider__slide-desc {
    padding-top: 60px;
  }
}

@media all and (max-width: 1440px) {
  .slider__slide.have-logo .slider__slide-desc {
    padding-top: 54px;
  }
}

@media all and (max-width: 1200px) {
  .slider__slide.have-logo .slider__slide-desc {
    padding-top: 50px;
  }
}

@media all and (max-width: 1024px) {
  .slider__slide.have-logo .slider__slide-desc {
    padding-top: 44px;
  }
}

@media all and (max-width: 768px) {
  .slider__slide.have-logo .slider__slide-desc {
    padding-top: 40px;
  }
}

@media all and (max-width: 500px) {
  .slider__slide.have-logo .slider__slide-desc {
    padding: 30px 30px 30px 20px;
    width: 100%;
  }
}

.slider__slide.have-logo .slider__slide-title {
  font-size: 66px;
  margin-bottom: 10px;
}

@media all and (max-width: 1600px) {
  .slider__slide.have-logo .slider__slide-title {
    font-size: 54px;
  }
}

@media all and (max-width: 1440px) {
  .slider__slide.have-logo .slider__slide-title {
    font-size: 48px;
  }
}

@media all and (max-width: 1200px) {
  .slider__slide.have-logo .slider__slide-title {
    font-size: 42px;
  }
}

@media all and (max-width: 1024px) {
  .slider__slide.have-logo .slider__slide-title {
    font-size: 36px;
  }
}

@media all and (max-width: 768px) {
  .slider__slide.have-logo .slider__slide-title {
    font-size: 30px;
  }
}

@media all and (max-width: 500px) {
  .slider__slide.have-logo .slider__slide-title {
    font-size: 24px;
  }
}

.slider__slide.have-logo .slider__slide-subtitle {
  font-size: 36px;
}

@media all and (max-width: 1600px) {
  .slider__slide.have-logo .slider__slide-subtitle {
    font-size: 34px;
  }
}

@media all and (max-width: 1440px) {
  .slider__slide.have-logo .slider__slide-subtitle {
    font-size: 32px;
  }
}

@media all and (max-width: 1200px) {
  .slider__slide.have-logo .slider__slide-subtitle {
    font-size: 30px;
  }
}

@media all and (max-width: 1024px) {
  .slider__slide.have-logo .slider__slide-subtitle {
    font-size: 26px;
  }
}

@media all and (max-width: 768px) {
  .slider__slide.have-logo .slider__slide-subtitle {
    font-size: 22px;
  }
}

@media all and (max-width: 500px) {
  .slider__slide.have-logo .slider__slide-subtitle {
    font-size: 18px;
  }
}

.slider__slide-logo {
  margin-bottom: 45px;
}

@media all and (max-width: 1200px) {
  .slider__slide-logo {
    font-size: 40px;
  }
}

@media all and (max-width: 1024px) {
  .slider__slide-logo {
    margin-bottom: 32px;
  }
}

@media all and (max-width: 768px) {
  .slider__slide-logo {
    margin-bottom: 26px;
  }
}

@media all and (max-width: 500px) {
  .slider__slide-logo {
    margin-bottom: 20px;
  }
}

.slider__slide-desc {
  width: 38%;
  background-color: #044263;
  padding: 90px 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: start;
      align-items: flex-start;
}

@media all and (max-width: 1600px) {
  .slider__slide-desc {
    padding: 80px 80px 80px 70px;
  }
}

@media all and (max-width: 1440px) {
  .slider__slide-desc {
    padding: 70px 70px 70px 60px;
  }
}

@media all and (max-width: 1200px) {
  .slider__slide-desc {
    padding: 60px 60px 60px 50px;
  }
}

@media all and (max-width: 1024px) {
  .slider__slide-desc {
    padding: 50px 50px 50px 40px;
    width: auto;
    max-width: 50%;
  }
}

@media all and (max-width: 768px) {
  .slider__slide-desc {
    padding: 40px 40px 40px 30px;
    max-width: none;
  }
}

@media all and (max-width: 500px) {
  .slider__slide-desc {
    padding: 30px 30px 30px 20px;
    width: 50%;
  }
}

.slider__slide-untitle {
  font-family: "Circe-Light";
  font-size: 46px;
  margin-bottom: 0.3em;
  color: white;
  text-transform: uppercase;
}

@media all and (max-width: 1600px) {
  .slider__slide-untitle {
    font-size: 42px;
  }
}

@media all and (max-width: 1440px) {
  .slider__slide-untitle {
    font-size: 37px;
  }
}

@media all and (max-width: 1200px) {
  .slider__slide-untitle {
    font-size: 32px;
  }
}

@media all and (max-width: 1024px) {
  .slider__slide-untitle {
    font-size: 26px;
  }
}

@media all and (max-width: 768px) {
  .slider__slide-untitle {
    font-size: 21px;
  }
}

@media all and (max-width: 500px) {
  .slider__slide-untitle {
    font-size: 16px;
  }
}

.slider__slide-title {
  font-family: "Circe-Extra-Bold";
  font-size: 80px;
  margin-bottom: 44px;
  color: white;
}

@media all and (max-width: 1600px) {
  .slider__slide-title {
    font-size: 76px;
    margin-bottom: 40px;
  }
}

@media all and (max-width: 1440px) {
  .slider__slide-title {
    font-size: 72px;
    margin-bottom: 36px;
  }
}

@media all and (max-width: 1200px) {
  .slider__slide-title {
    font-size: 62px;
    margin-bottom: 32px;
  }
}

@media all and (max-width: 1024px) {
  .slider__slide-title {
    font-size: 52px;
    margin-bottom: 28px;
  }
}

@media all and (max-width: 768px) {
  .slider__slide-title {
    font-size: 42px;
    margin-bottom: 24px;
  }
}

@media all and (max-width: 500px) {
  .slider__slide-title {
    font-size: 32px;
    margin-bottom: 20px;
  }
}

.slider__slide-subtitle {
  font-size: 34px;
  color: white;
  font-family: "Circe-Light";
  line-height: 112%;
  margin-bottom: 0;
}

@media all and (max-width: 1600px) {
  .slider__slide-subtitle {
    font-size: 30px;
  }
}

@media all and (max-width: 1440px) {
  .slider__slide-subtitle {
    font-size: 28px;
  }
}

@media all and (max-width: 1200px) {
  .slider__slide-subtitle {
    font-size: 24px;
  }
}

@media all and (max-width: 1024px) {
  .slider__slide-subtitle {
    font-size: 20px;
  }
}

@media all and (max-width: 768px) {
  .slider__slide-subtitle {
    font-size: 16px;
  }
}

@media all and (max-width: 500px) {
  .slider__slide-subtitle {
    font-size: 13px;
  }
}

.slider__slide-button {
  margin-top: 64px;
}

@media all and (max-width: 1600px) {
  .slider__slide-button {
    margin-top: 50px;
  }
}

@media all and (max-width: 1440px) {
  .slider__slide-button {
    margin-top: 44px;
  }
}

@media all and (max-width: 1200px) {
  .slider__slide-button {
    margin-top: 38px;
  }
}

@media all and (max-width: 1024px) {
  .slider__slide-button {
    margin-top: 32px;
  }
}

@media all and (max-width: 768px) {
  .slider__slide-button {
    min-width: auto;
    margin-top: 26px;
  }
}

.slider__slide-img {
  width: 70%;
}

@media all and (max-width: 500px) {
  .slider__slide-img {
    width: 50%;
  }
}

.slider__slide-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.three-columns-img {
  margin-top: 20px;
  margin-bottom: 70px;
}

@media all and (max-width: 1440px) {
  .three-columns-img {
    margin-bottom: 62px;
  }
}

@media all and (max-width: 1024px) {
  .three-columns-img {
    margin-bottom: 57px;
  }
}

@media all and (max-width: 768px) {
  .three-columns-img {
    margin-bottom: 47px;
  }
}

@media all and (max-width: 500px) {
  .three-columns-img {
    margin-bottom: 37px;
  }
}

.three-columns-img__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -20px;
}

.three-columns-img__item {
  width: calc(33.3333% - 20px);
  margin-right: 20px;
  border-radius: 5px;
  position: relative;
  padding: 33px 160px 33px 41px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

@media all and (max-width: 1024px) {
  .three-columns-img__item {
    width: 100%;
    margin-bottom: 10px;
  }

  .three-columns-img__item:last-child {
    margin-bottom: 0;
  }
}

@media all and (max-width: 768px) {
  .three-columns-img__item {
    padding: 28px 130px 30px 36px;
  }
}

@media all and (max-width: 500px) {
  .three-columns-img__item {
    padding: 22px 109px 25px 30px;
  }
}

.three-columns-img__img {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  width: auto;
}

@media all and (max-width: 1800px) {
  .three-columns-img__img {
    max-height: 170px;
  }
}

@media all and (max-width: 500px) {
  .three-columns-img__img {
    height: 90%;
  }
}

.three-columns-img__img img {
  height: 100%;
  width: auto;
}

.three-columns-img__content,
.three-columns-img__content * {
  margin-top: 5px;
  position: relative;
  font-family: "Circe-Light";
  font-size: 18px;
  line-height: 125.9%;
}

@media all and (max-width: 1440px) {
  .three-columns-img__content,
  .three-columns-img__content * {
    font-size: 17px;
  }
}

@media all and (max-width: 1024px) {
  .three-columns-img__content,
  .three-columns-img__content * {
    font-size: 16px;
  }
}

@media all and (max-width: 768px) {
  .three-columns-img__content,
  .three-columns-img__content * {
    font-size: 15px;
  }
}

@media all and (max-width: 500px) {
  .three-columns-img__content,
  .three-columns-img__content * {
    font-size: 12px;
  }
}

.three-columns-img__title {
  font-family: "Circe-Bold";
  font-size: 24px;
  line-height: 145%;
}

@media all and (max-width: 1440px) {
  .three-columns-img__title {
    font-size: 22px;
  }
}

@media all and (max-width: 1024px) {
  .three-columns-img__title {
    font-size: 20px;
  }
}

@media all and (max-width: 768px) {
  .three-columns-img__title {
    font-size: 18px;
  }
}

@media all and (max-width: 500px) {
  .three-columns-img__title {
    font-size: 16px;
  }
}

.products-slider,
.added-slider {
  margin-top: 80px;
  margin-bottom: 80px;
  width: 100%;
}

@media all and (max-width: 1600px) {
  .products-slider,
  .added-slider {
    margin: 70px auto;
  }
}

@media all and (max-width: 1440px) {
  .products-slider,
  .added-slider {
    margin: 64px auto;
  }
}

@media all and (max-width: 1200px) {
  .products-slider,
  .added-slider {
    margin: 58px auto;
  }
}

@media all and (max-width: 1024px) {
  .products-slider,
  .added-slider {
    margin: 52px auto;
  }
}

@media all and (max-width: 768px) {
  .products-slider,
  .added-slider {
    margin: 46px auto;
  }
}

@media all and (max-width: 500px) {
  .products-slider,
  .added-slider {
    margin: 40px auto;
  }
}

.products-slider__markers,
.added-slider__markers {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  position: absolute;
  left: 0;
}

.products-slider .added-title,
.added-slider .added-title {
  display: none;
  color: #044263;
  margin-bottom: 20px;
}

@media all and (max-width: 1200px) {
  .products-slider .added-title,
  .added-slider .added-title {
    display: block;
  }
}

.products-slider .swiper-container,
.added-slider .swiper-container {
  overflow-x: clip;
  overflow-y: visible;
  width: 100%;
}

@media all and (max-width: 768px) {
  .products-slider .swiper-container,
  .added-slider .swiper-container {
    margin-right: -35px;
    margin-left: -35px;
    padding: 0 35px;
    width: calc(100% + 70px);
  }
}

@media all and (max-width: 500px) {
  .products-slider .swiper-container,
  .added-slider .swiper-container {
    margin-right: -20px;
    margin-left: -20px;
    padding: 0 20px;
    width: calc(100% + 40px);
  }
}

.products-slider .swiper-container::-webkit-scrollbar,
.added-slider .swiper-container::-webkit-scrollbar {
  width: 0;
}

.products-slider .swiper-container::-webkit-scrollbar-track,
.added-slider .swiper-container::-webkit-scrollbar-track {
  background: transparent;
  width: 0;
  border: none;
  background-clip: content-box;
}

.products-slider .swiper-container::-webkit-scrollbar-thumb,
.added-slider .swiper-container::-webkit-scrollbar-thumb {
  background: transparent;
  width: 0;
}

.products-slider .tabs-content-item,
.added-slider .tabs-content-item {
  display: none;
}

@media all and (max-width: 1200px) {
  .products-slider .tabs-content-item,
  .added-slider .tabs-content-item {
    display: block;
    margin-bottom: 40px;
  }

  .products-slider .tabs-content-item:last-child,
  .added-slider .tabs-content-item:last-child {
    margin-bottom: 0;
  }
}

.products-slider .tabs-content-item.active,
.added-slider .tabs-content-item.active {
  display: block;
}

.products-slider .tabs-nav-item,
.added-slider .tabs-nav-item {
  cursor: pointer;
}

.products-slider__tabs,
.added-slider__tabs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding-right: 60px;
}

@media all and (max-width: 1200px) {
  .products-slider__tabs,
  .added-slider__tabs {
    display: none;
  }
}

.products-slider__tabs-item,
.added-slider__tabs-item {
  font-family: "Circe-Bold";
  font-size: 40px;
  line-height: 125.9%;
  color: #A9BECA;
  transition: 0.2s;
  margin-right: 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

@media all and (max-width: 1600px) {
  .products-slider__tabs-item,
  .added-slider__tabs-item {
    font-size: 36px;
    margin-right: 50px;
  }
}

@media all and (max-width: 1440px) {
  .products-slider__tabs-item,
  .added-slider__tabs-item {
    font-size: 32px;
    margin-right: 46px;
  }
}

@media all and (max-width: 1200px) {
  .products-slider__tabs-item,
  .added-slider__tabs-item {
    font-size: 30px;
    margin-right: 42px;
  }
}

@media all and (max-width: 1024px) {
  .products-slider__tabs-item,
  .added-slider__tabs-item {
    font-size: 28px;
    margin-right: 38px;
  }
}

@media all and (max-width: 768px) {
  .products-slider__tabs-item,
  .added-slider__tabs-item {
    font-size: 26px;
    margin-right: 34px;
  }
}

@media all and (max-width: 500px) {
  .products-slider__tabs-item,
  .added-slider__tabs-item {
    font-size: 24px;
    margin-right: 30px;
  }
}

@media all and (max-width: 400px) {
  .products-slider__tabs-item,
  .added-slider__tabs-item {
    font-size: 22px;
  }
}

.products-slider__tabs-item:hover,
.added-slider__tabs-item:hover {
  color: #044263;
}

.products-slider__tabs-item:last-child,
.added-slider__tabs-item:last-child {
  margin-right: 0;
}

.products-slider__tabs-item.active,
.added-slider__tabs-item.active {
  color: #044263;
}

.products-slider__contents,
.added-slider__contents {
  margin-top: 37px;
  -ms-flex: 1;
      flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

@media all and (max-width: 1200px) {
  .products-slider__contents,
  .added-slider__contents {
    margin-top: 0;
  }
}

.products-slider__contents-bottom,
.added-slider__contents-bottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: end;
      align-items: flex-end;
  margin-top: 24px;
}

@media all and (max-width: 768px) {
  .products-slider__contents-bottom,
  .added-slider__contents-bottom {
    margin-top: 20px;
  }
}

@media all and (max-width: 500px) {
  .products-slider__contents-bottom,
  .added-slider__contents-bottom {
    margin-top: 16px;
  }
}

.products-slider__contents-img,
.added-slider__contents-img {
  margin-bottom: 39px;
  height: auto;
  min-height: 212px;
}

@media all and (max-width: 1600px) {
  .products-slider__contents-img,
  .added-slider__contents-img {
    min-height: 195px;
    margin-bottom: 31px;
  }
}

@media all and (max-width: 1440px) {
  .products-slider__contents-img,
  .added-slider__contents-img {
    min-height: 175px;
    margin-bottom: 27px;
  }
}

@media all and (max-width: 1200px) {
  .products-slider__contents-img,
  .added-slider__contents-img {
    min-height: 165px;
    margin-bottom: 23px;
  }
}

@media all and (max-width: 1024px) {
  .products-slider__contents-img,
  .added-slider__contents-img {
    min-height: 155px;
    margin-bottom: 19px;
  }
}

@media all and (max-width: 768px) {
  .products-slider__contents-img,
  .added-slider__contents-img {
    min-height: 145px;
    margin-bottom: 15px;
  }
}

@media all and (max-width: 500px) {
  .products-slider__contents-img,
  .added-slider__contents-img {
    min-height: 135px;
    margin-bottom: 15px;
  }
}

.products-slider__contents-img a,
.added-slider__contents-img a {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

@media all and (max-width: 500px) {
  .products-slider__contents-img a,
  .added-slider__contents-img a {
    height: 140px;
  }
}

.products-slider__contents-img a img,
.added-slider__contents-img a img {
  width: auto;
  max-height: 200px;
  background-image: none !important;
}

@media all and (max-width: 500px) {
  .products-slider__contents-img a img,
  .added-slider__contents-img a img {
    width: 100%;
    height: 100%;
  }
}

.products-slider__contents-atributes,
.added-slider__contents-atributes {
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: end;
      justify-content: flex-end;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 0 20px 19px 20px;
  background: #FFFFFF;
  border: 1px solid #DEE8EE;
  box-shadow: 0px 0px 40px #DEE8EE;
  border-radius: 5px;
  z-index: -1;
  display: none;
}

.products-slider__contents-atributes .atribute-name,
.added-slider__contents-atributes .atribute-name {
  font-weight: 400;
  font-size: 14px;
  line-height: 125.9%;
  color: #A9BECA;
  padding-right: 20px;
}

.products-slider__contents-atributes .atribute-name__row,
.added-slider__contents-atributes .atribute-name__row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 12px;
}

.products-slider__contents-atributes .atribute-name__row:last-child,
.added-slider__contents-atributes .atribute-name__row:last-child {
  margin-bottom: 0;
}

.products-slider__contents-atributes .atribute-value,
.added-slider__contents-atributes .atribute-value {
  font-weight: 400;
  font-size: 14px;
  line-height: 125.9%;
  color: #000000;
  text-align: right;
}

.products-slider__contents-add,
.added-slider__contents-add {
  position: absolute;
  right: 0;
  bottom: 0;
  cursor: pointer;
  background: #044263;
  border-radius: 2px;
  padding: 7px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  transition: all 0.2s;
}

@media all and (min-width: 1024px) {
  .products-slider__contents-add:hover,
  .added-slider__contents-add:hover {
    padding: 7px 7px 7px 14px;
  }

  .products-slider__contents-add:hover .hidden,
  .added-slider__contents-add:hover .hidden {
    max-width: 100px;
    margin-right: 10px;
  }
}

.products-slider__contents-add.already-added,
.added-slider__contents-add.already-added {
  height: 44px;
  padding: 7px 14px 7px 14px;
  background-color: #E63525;
}

@media all and (max-width: 1024px) {
  .products-slider__contents-add.already-added,
  .added-slider__contents-add.already-added {
    height: 38px;
  }
}

@media all and (max-width: 1024px) {
  .products-slider__contents-add.already-added,
  .added-slider__contents-add.already-added {
    height: 34px;
  }
}

@media all and (max-width: 500px) {
  .products-slider__contents-add.already-added,
  .added-slider__contents-add.already-added {
    height: 30px;
  }
}

.products-slider__contents-add.already-added .hidden,
.added-slider__contents-add.already-added .hidden {
  display: none !important;
}

.products-slider__contents-add.already-added:before,
.added-slider__contents-add.already-added:before {
  content: "Додано";
  max-width: none;
}

@media all and (max-width: 1024px) {
  .products-slider__contents-add.already-added:before,
  .added-slider__contents-add.already-added:before {
    font-size: 13px;
  }
}

@media all and (max-width: 500px) {
  .products-slider__contents-add.already-added:before,
  .added-slider__contents-add.already-added:before {
    font-size: 12px;
  }
}

.products-slider__contents-add.already-added svg,
.added-slider__contents-add.already-added svg {
  display: none;
}

.products-slider__contents-add.disabled,
.added-slider__contents-add.disabled {
  pointer-events: none;
  opacity: 0.3;
}

@media all and (max-width: 1440px) {
  .products-slider__contents-add svg,
  .added-slider__contents-add svg {
    width: 30px;
    height: 30px;
  }
}

@media all and (max-width: 1200px) {
  .products-slider__contents-add svg,
  .added-slider__contents-add svg {
    width: 28px;
    height: 28px;
  }
}

@media all and (max-width: 1024px) {
  .products-slider__contents-add svg,
  .added-slider__contents-add svg {
    width: 24px;
    height: 24px;
  }
}

@media all and (max-width: 768px) {
  .products-slider__contents-add svg,
  .added-slider__contents-add svg {
    width: 20px;
    height: 20px;
  }
}

@media all and (max-width: 500px) {
  .products-slider__contents-add svg,
  .added-slider__contents-add svg {
    width: 16px;
    height: 16px;
  }
}

.products-slider__contents-add .hidden,
.products-slider__contents-add:before,
.added-slider__contents-add .hidden,
.added-slider__contents-add:before {
  overflow: hidden;
  display: inline-block;
  max-width: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 125.9%;
  color: #FFFFFF;
  transition: all 0.2s;
}

@media all and (max-width: 1200px) {
  .products-slider__contents-add .hidden,
  .products-slider__contents-add:before,
  .added-slider__contents-add .hidden,
  .added-slider__contents-add:before {
    font-size: 14px;
  }
}

.products-slider__contents-add rect,
.added-slider__contents-add rect {
  transition: all 0.2s;
}

.products-slider__contents-add:hover rect,
.added-slider__contents-add:hover rect {
  fill: #E63525;
}

.products-slider__contents-price,
.added-slider__contents-price {
  font-family: "Circe-Bold";
  font-size: 24px;
  line-height: 125.9%;
  color: #044263;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

@media all and (max-width: 1024px) {
  .products-slider__contents-price,
  .added-slider__contents-price {
    font-size: 20px;
  }
}

@media all and (max-width: 1024px) {
  .products-slider__contents-price,
  .added-slider__contents-price {
    font-size: 18px;
  }
}

@media all and (max-width: 768px) {
  .products-slider__contents-price,
  .added-slider__contents-price {
    font-size: 16px;
  }
}

@media all and (max-width: 500px) {
  .products-slider__contents-price,
  .added-slider__contents-price {
    font-size: 14px;
  }
}

.products-slider__contents-price .products-slider__contents-sku > span,
.added-slider__contents-price .products-slider__contents-sku > span {
  font-size: 14px;
  line-height: 125.9%;
  text-decoration-line: line-through;
  color: #E63525;
}

@media all and (max-width: 1024px) {
  .products-slider__contents-price .products-slider__contents-sku > span,
  .added-slider__contents-price .products-slider__contents-sku > span {
    font-size: 13px;
  }
}

@media all and (max-width: 1024px) {
  .products-slider__contents-price .products-slider__contents-sku > span,
  .added-slider__contents-price .products-slider__contents-sku > span {
    font-size: 12px;
  }
}

@media all and (max-width: 768px) {
  .products-slider__contents-price .products-slider__contents-sku > span,
  .added-slider__contents-price .products-slider__contents-sku > span {
    font-size: 11px;
  }
}

@media all and (max-width: 500px) {
  .products-slider__contents-price .products-slider__contents-sku > span,
  .added-slider__contents-price .products-slider__contents-sku > span {
    font-size: 10px;
  }
}

.products-slider__contents-desc,
.added-slider__contents-desc {
  -ms-flex: 1;
      flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  position: relative;
}

.products-slider__contents-desc:after,
.added-slider__contents-desc:after {
  transition: 0.2s;
  position: absolute;
  opacity: 0;
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  bottom: -18px;
  left: 0;
  border-bottom: 1px dashed #A9BECA;
}

.products-slider__contents-lnk,
.added-slider__contents-lnk {
  -ms-flex: 1;
      flex: 1;
}

.products-slider__contents-title,
.added-slider__contents-title {
  font-size: 16px;
  font-family: "Circe-Light";
  line-height: 125.9%;
  color: #044263;
}

@media all and (max-width: 1024px) {
  .products-slider__contents-title,
  .added-slider__contents-title {
    font-size: 14px;
  }
}

@media all and (max-width: 768px) {
  .products-slider__contents-title,
  .added-slider__contents-title {
    font-size: 13px;
  }
}

@media all and (max-width: 500px) {
  .products-slider__contents-title,
  .added-slider__contents-title {
    font-size: 12px;
  }
}

.products-slider__contents-sku,
.added-slider__contents-sku {
  font-size: 14px;
  line-height: 125.9%;
  color: #A9BECA;
}

@media all and (max-width: 1024px) {
  .products-slider__contents-sku,
  .added-slider__contents-sku {
    font-size: 12px;
  }
}

@media all and (max-width: 768px) {
  .products-slider__contents-sku,
  .added-slider__contents-sku {
    font-size: 11px;
  }
}

@media all and (max-width: 500px) {
  .products-slider__contents-sku,
  .added-slider__contents-sku {
    font-size: 10px;
  }
}

.products-slider__contents-in,
.products-slider__contents-out,
.added-slider__contents-in,
.added-slider__contents-out {
  font-size: 14px;
  line-height: 125.9%;
}

@media all and (max-width: 1024px) {
  .products-slider__contents-in,
  .products-slider__contents-out,
  .added-slider__contents-in,
  .added-slider__contents-out {
    font-size: 13px;
  }
}

@media all and (max-width: 1024px) {
  .products-slider__contents-in,
  .products-slider__contents-out,
  .added-slider__contents-in,
  .added-slider__contents-out {
    font-size: 12px;
  }
}

@media all and (max-width: 768px) {
  .products-slider__contents-in,
  .products-slider__contents-out,
  .added-slider__contents-in,
  .added-slider__contents-out {
    font-size: 11px;
  }
}

@media all and (max-width: 500px) {
  .products-slider__contents-in,
  .products-slider__contents-out,
  .added-slider__contents-in,
  .added-slider__contents-out {
    font-size: 10px;
  }
}

.products-slider__contents-in,
.added-slider__contents-in {
  color: #30C690;
}

.products-slider__contents-out,
.added-slider__contents-out {
  color: #E63525;
}

.products-slider__contents-init,
.added-slider__contents-init {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 13px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media all and (max-width: 1024px) {
  .products-slider__contents-init,
  .added-slider__contents-init {
    margin-top: 11px;
  }
}

@media all and (max-width: 768px) {
  .products-slider__contents-init,
  .added-slider__contents-init {
    margin-top: 8px;
  }
}

@media all and (max-width: 500px) {
  .products-slider__contents-init,
  .added-slider__contents-init {
    margin-top: 5px;
  }
}

.products-slider__contents-slide,
.added-slider__contents-slide {
  padding: 20px;
  background-color: #FFFFFF;
  border: 1px solid #DEE8EE;
  border-radius: 5px;
  position: relative;
  height: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  z-index: 2;
}

@media all and (max-width: 768px) {
  .products-slider__contents-slide,
  .added-slider__contents-slide {
    padding: 15px;
  }
}

@media all and (max-width: 500px) {
  .products-slider__contents-slide,
  .added-slider__contents-slide {
    padding: 10px;
  }
}

.products-slider__contents-slide:hover,
.added-slider__contents-slide:hover {
  z-index: 30;
  border-radius: 5px 5px 0 0;
  border: 1px solid transparent;
}

.products-slider__contents-slide:hover .products-slider__contents-desc:after,
.added-slider__contents-slide:hover .products-slider__contents-desc:after {
  opacity: 1;
}

@media all and (min-width: 1024px) {
  .products-slider__contents-slide:hover .products-slider__contents-atributes,
  .added-slider__contents-slide:hover .products-slider__contents-atributes {
    display: -ms-flexbox;
    display: flex;
  }
}

.products-slider__contents-star,
.added-slider__contents-star {
  border-radius: 0px 3px 3px 0px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 8px;
}

.products-slider__contents-favorite,
.products-slider__contents-compare,
.added-slider__contents-favorite,
.added-slider__contents-compare {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

@media all and (max-width: 768px) {
  .products-slider__contents-favorite,
  .products-slider__contents-compare,
  .added-slider__contents-favorite,
  .added-slider__contents-compare {
    top: 15px;
    right: 15px;
  }
}

@media all and (max-width: 500px) {
  .products-slider__contents-favorite,
  .products-slider__contents-compare,
  .added-slider__contents-favorite,
  .added-slider__contents-compare {
    top: 10px;
    right: 10px;
  }
}

.products-slider__contents-favorite svg path,
.products-slider__contents-compare svg path,
.added-slider__contents-favorite svg path,
.added-slider__contents-compare svg path {
  transition: 0.2s;
}

.products-slider__contents-favorite:hover svg path,
.products-slider__contents-favorite.selected svg path,
.products-slider__contents-compare:hover svg path,
.products-slider__contents-compare.selected svg path,
.added-slider__contents-favorite:hover svg path,
.added-slider__contents-favorite.selected svg path,
.added-slider__contents-compare:hover svg path,
.added-slider__contents-compare.selected svg path {
  fill: #E63525;
}

.products-slider__contents-compare,
.added-slider__contents-compare {
  top: 53px;
}

@media all and (max-width: 768px) {
  .products-slider__contents-compare,
  .added-slider__contents-compare {
    top: 40px;
  }
}

@media all and (max-width: 500px) {
  .products-slider__contents-compare,
  .added-slider__contents-compare {
    top: 35px;
  }
}

.products-slider__contents-item,
.added-slider__contents-item {
  position: relative;
}

.products-slider__contents-item-navigate,
.added-slider__contents-item-navigate {
  position: absolute;
  right: 0;
  top: -86px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

@media all and (max-width: 1200px) {
  .products-slider__contents-item-navigate,
  .added-slider__contents-item-navigate {
    top: -6px;
  }
}

@media all and (max-width: 500px) {
  .products-slider__contents-item-navigate,
  .added-slider__contents-item-navigate {
    top: 0;
  }
}

.products-slider__contents-item-navigate div,
.added-slider__contents-item-navigate div {
  margin-left: 25px;
  cursor: pointer;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
}

@media all and (max-width: 1024px) {
  .products-slider__contents-item-navigate div svg,
  .added-slider__contents-item-navigate div svg {
    width: 32px;
    height: 32px;
  }
}

@media all and (max-width: 1200px) {
  .products-slider__contents-item-navigate div,
  .added-slider__contents-item-navigate div {
    margin-left: 10px;
  }
}

.products-slider__contents-item-navigate div:first-child,
.added-slider__contents-item-navigate div:first-child {
  margin-left: 0;
}

.three-columns-items {
  margin-top: 65px;
  margin-bottom: 65px;
}

@media all and (max-width: 1440px) {
  .three-columns-items {
    margin: 60px auto;
  }
}

@media all and (max-width: 1200px) {
  .three-columns-items {
    margin: 55px auto;
  }
}

@media all and (max-width: 1024px) {
  .three-columns-items {
    margin: 50px auto;
  }
}

@media all and (max-width: 768px) {
  .three-columns-items {
    margin: 45px auto;
  }
}

@media all and (max-width: 500px) {
  .three-columns-items {
    margin: 40px auto;
  }
}

.three-columns-items__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -20px;
  margin-top: 30px;
}

@media all and (max-width: 500px) {
  .three-columns-items__list {
    margin-right: 0;
    margin-top: 24px;
  }
}

.three-columns-items__item {
  width: calc(33.333% - 20px);
  background: #DEE8EE;
  border-radius: 5px;
  padding: 41px 44px 37px 44px;
  margin-bottom: 20px;
  margin-right: 20px;
}

@media all and (max-width: 1024px) {
  .three-columns-items__item {
    padding: 30px;
    text-align: center;
  }
}

@media all and (max-width: 968px) {
  .three-columns-items__item {
    padding: 20px;
    width: calc(50% - 20px);
    margin-bottom: 15px;
  }
}

@media all and (max-width: 500px) {
  .three-columns-items__item {
    padding: 13px 17px;
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .three-columns-items__item:last-child {
    margin-bottom: 0;
  }
}

.three-columns-items__item img {
  margin-bottom: 14px;
  height: 100px;
  width: auto;
}

@media all and (max-width: 1440px) {
  .three-columns-items__item img {
    height: 90px;
  }
}

@media all and (max-width: 1200px) {
  .three-columns-items__item img {
    height: 80px;
  }
}

@media all and (max-width: 1024px) {
  .three-columns-items__item img {
    height: 70px;
  }
}

@media all and (max-width: 968px) {
  .three-columns-items__item img {
    height: 60px;
  }
}

@media all and (max-width: 500px) {
  .three-columns-items__item img {
    height: 50px;
  }
}

.three-columns-items__item p,
.three-columns-items__item h3 {
  font-family: "Circe-Regular";
  font-size: 18px;
  line-height: 150%;
}

@media all and (max-width: 1024px) {
  .three-columns-items__item p,
  .three-columns-items__item h3 {
    font-size: 16px;
  }
}

@media all and (max-width: 500px) {
  .three-columns-items__item p,
  .three-columns-items__item h3 {
    font-size: 14px;
  }
}

.three-columns-items__item p:last-child,
.three-columns-items__item h3:last-child {
  margin-bottom: 0;
}

.text-block {
  margin-bottom: 40px;
}

@media all and (max-width: 1024px) {
  .text-block {
    margin-bottom: 35px;
  }
}

@media all and (max-width: 768px) {
  .text-block {
    margin-bottom: 30px;
  }
}

@media all and (max-width: 500px) {
  .text-block {
    margin-bottom: 24px;
  }
}

.text-block__title {
  font-style: normal;
}

@media all and (max-width: 1800px) {
  .text-block__title {
    font-size: 38px;
  }
}

@media all and (max-width: 1600px) {
  .text-block__title {
    font-size: 34px;
  }
}

@media all and (max-width: 1440px) {
  .text-block__title {
    font-size: 30px;
  }
}

@media all and (max-width: 1200px) {
  .text-block__title {
    font-size: 26px;
  }
}

@media all and (max-width: 1024px) {
  .text-block__title {
    font-size: 22px;
  }
}

@media all and (max-width: 768px) {
  .text-block__title {
    font-size: 18px;
  }
}

@media all and (max-width: 500px) {
  .text-block__title {
    font-size: 14px;
  }
}

.products-quantity {
  margin-top: 28px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.products-quantity .favorite {
  margin-left: 20px;
}

.products-quantity .compare {
  margin-left: 14px;
}

.products-quantity .favorite,
.products-quantity .compare {
  font-weight: 400;
  font-size: 14px;
  line-height: 125.9%;
  color: #000000;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  cursor: pointer;
}

.products-quantity .favorite svg,
.products-quantity .compare svg {
  margin-right: 8px;
}

.products-quantity .favorite.selected svg path,
.products-quantity .compare.selected svg path {
  fill: #E63525;
}

.products-quantity__wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  background: #FFFFFF;
  border: 1px solid #DEE8EE;
  border-radius: 5px;
  width: 130px;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 10px 12px;
}

.products-quantity__wrapper .number-plus,
.products-quantity__wrapper .number-minus {
  cursor: pointer;
}

.products-quantity__wrapper .number-plus.disable,
.products-quantity__wrapper .number-minus.disable {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.5;
}

.products-quantity input {
  border: none;
  font-weight: 400;
  font-size: 24px;
  line-height: 35px;
  text-align: center;
  color: #000000;
}

.products-quantity input[type=number] {
  -moz-appearance: textfield;
  max-width: 40px;
}

.products-quantity input::-webkit-outer-spin-button,
.products-quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.quantity__wrap {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  alignment-baseline: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  border: 1px solid #DEE8EE;
  border-radius: 5px;
  padding: 5px 11px;
  font-size: 14px;
  font-weight: 700;
  width: auto;
  align-items: center;
}

@media all and (max-width: 768px) {
  .quantity__wrap {
    margin-left: auto;
    margin-right: 0;
  }
}

.quantity__wrap .custom_input_num {
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
}

.quantity__wrap .custom_input_num svg * {
  transition: 0.2s;
}

.quantity__wrap .custom_input_num:hover svg rect {
  fill: #044263;
}

.quantity__wrap .custom_input_num.disable {
  pointer-events: none;
  opacity: 0.5;
}

.quantity__wrap input {
  border: none;
  text-align: center;
  font-size: 24px;
  line-height: 35px;
  min-width: 50px;
  max-width: 80px;
}

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

.quantity__wrap input::-webkit-outer-spin-button,
.quantity__wrap input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.default-text {
  font-size: 18px;
  line-height: 150%;
  color: #000000;
  font-family: "Circe-Regular";
}

@media all and (max-width: 1440px) {
  .default-text {
    font-size: 17px;
  }
}

@media all and (max-width: 1024px) {
  .default-text {
    font-size: 16px;
  }
}

@media all and (max-width: 768px) {
  .default-text {
    font-size: 15px;
  }
}

@media all and (max-width: 500px) {
  .default-text {
    font-size: 14px;
  }
}

.default-text h1,
.default-text h2,
.default-text h3,
.default-text h4,
.default-text h5 {
  font-family: "Circe-Bold";
  color: #044263;
  margin-bottom: 1em;
}

.default-text h3 {
  font-size: 24px;
  line-height: 1em;
  margin-bottom: 1em;
}

@media all and (max-width: 1440px) {
  .default-text h3 {
    font-size: 19px;
  }
}

@media all and (max-width: 1024px) {
  .default-text h3 {
    font-size: 18px;
  }
}

@media all and (max-width: 768px) {
  .default-text h3 {
    font-size: 17px;
  }
}

@media all and (max-width: 500px) {
  .default-text h3 {
    font-size: 16px;
  }
}

.default-text h4 {
  font-size: 18px;
  line-height: 1em;
  margin-bottom: 1.28em;
}

@media all and (max-width: 1440px) {
  .default-text h4 {
    font-size: 17px;
  }
}

@media all and (max-width: 1024px) {
  .default-text h4 {
    font-size: 16px;
  }
}

@media all and (max-width: 768px) {
  .default-text h4 {
    font-size: 15px;
  }
}

@media all and (max-width: 500px) {
  .default-text h4 {
    font-size: 14px;
  }
}

.default-text p,
.default-text li,
.default-text a {
  font-size: 18px;
  line-height: 150%;
  color: #000000;
  font-family: "Circe-Regular";
}

@media all and (max-width: 1440px) {
  .default-text p,
  .default-text li,
  .default-text a {
    font-size: 17px;
  }
}

@media all and (max-width: 1024px) {
  .default-text p,
  .default-text li,
  .default-text a {
    font-size: 16px;
  }
}

@media all and (max-width: 768px) {
  .default-text p,
  .default-text li,
  .default-text a {
    font-size: 15px;
  }
}

@media all and (max-width: 500px) {
  .default-text p,
  .default-text li,
  .default-text a {
    font-size: 14px;
  }
}

.default-text li {
  line-height: 100%;
}

.default-text ul li {
  list-style-type: "•";
}

.default-text a {
  color: #044263;
}

.default-text strong {
  font-weight: bolder;
}

.default-text ul,
.default-text ol {
  margin-left: 16px;
  margin-bottom: 14px;
}

@media all and (max-width: 768px) {
  .default-text ul,
  .default-text ol {
    margin-left: 10px;
    margin-bottom: 10px;
  }
}

.default-text ul li,
.default-text ol li {
  padding-left: 14px;
}

@media all and (max-width: 768px) {
  .default-text ul li,
  .default-text ol li {
    padding-left: 10px;
  }
}

.default-text .two-columns {
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
}

@media all and (max-width: 768px) {
  .default-text .two-columns {
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1;
  }
}

.logo-slider {
  margin-top: 45px;
  margin-bottom: 45px;
  overflow: hidden;
  width: 100%;
  max-width: 100vw;
}

@media all and (max-width: 500px) {
  .logo-slider {
    margin: 40px auto;
  }
}

@media all and (max-width: 500px) {
  .logo-slider__slider {
    overflow: visible;
  }
}

.logo-slider__slide img {
  width: 100%;
  height: auto;
}

.logo-slider .swiper-pagination {
  position: relative;
  margin-top: 30px;
  bottom: 0;
}

@media all and (max-width: 768px) {
  .logo-slider .swiper-pagination {
    margin-top: 16px;
  }
}

@media all and (max-width: 768px) {
  .logo-slider .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}

@media all and (max-width: 500px) {
  .logo-slider .swiper-pagination .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
    margin: 0 5px;
  }
}

body:not(.page-reviews) .reviews {
  margin: 85px 0;
}

@media all and (max-width: 1440px) {
  body:not(.page-reviews) .reviews {
    margin: 60px auto;
  }
}

@media all and (max-width: 1200px) {
  body:not(.page-reviews) .reviews {
    margin: 55px auto;
  }
}

@media all and (max-width: 1024px) {
  body:not(.page-reviews) .reviews {
    margin: 50px auto;
  }
}

@media all and (max-width: 768px) {
  body:not(.page-reviews) .reviews {
    margin: 45px auto;
  }
}

@media all and (max-width: 500px) {
  body:not(.page-reviews) .reviews {
    margin: 40px auto;
  }
}

body:not(.page-reviews) .reviews__list {
  display: -ms-flexbox;
  display: flex;
  margin-right: -20px;
}

@media all and (max-width: 1024px) {
  body:not(.page-reviews) .reviews__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media all and (max-width: 680px) {
  body:not(.page-reviews) .reviews__list {
    margin-right: 0;
  }
}

@media all and (max-width: 500px) {
  body:not(.page-reviews) .reviews__list {
    margin: 20px auto;
  }
}

body:not(.page-reviews) .reviews__title {
  margin-bottom: 37px;
}

@media all and (max-width: 1600px) {
  body:not(.page-reviews) .reviews__title {
    margin-bottom: 30px;
  }
}

@media all and (max-width: 1440px) {
  body:not(.page-reviews) .reviews__title {
    margin-bottom: 28px;
  }
}

@media all and (max-width: 1200px) {
  body:not(.page-reviews) .reviews__title {
    margin-bottom: 26px;
  }
}

@media all and (max-width: 1024px) {
  body:not(.page-reviews) .reviews__title {
    margin-bottom: 24px;
  }
}

@media all and (max-width: 768px) {
  body:not(.page-reviews) .reviews__title {
    margin-bottom: 22px;
  }
}

@media all and (max-width: 500px) {
  body:not(.page-reviews) .reviews__title {
    margin-bottom: 20px;
  }
}

body:not(.page-reviews) .reviews__item {
  margin-right: 20px;
  width: calc((100% - 265px) / 3);
  border-radius: 5px;
  padding: 16px 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: start;
      justify-content: flex-start;
  background: #FFFFFF;
  border: 1px solid #DEE8EE;
}

@media all and (max-width: 1200px) {
  body:not(.page-reviews) .reviews__item {
    padding: 16px 28px;
  }
}

@media all and (max-width: 1024px) {
  body:not(.page-reviews) .reviews__item {
    padding: 16px 26px;
    width: calc(33.333% - 20px);
  }
}

@media all and (max-width: 768px) {
  body:not(.page-reviews) .reviews__item {
    padding: 16px 24px;
  }
}

@media all and (max-width: 680px) {
  body:not(.page-reviews) .reviews__item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }

  body:not(.page-reviews) .reviews__item:last-child {
    margin-bottom: 0;
  }
}

@media all and (max-width: 500px) {
  body:not(.page-reviews) .reviews__item {
    padding: 16px 22px;
  }
}

body:not(.page-reviews) .reviews__item:first-child {
  border: 1px solid #044263;
  background-color: #044263;
  width: 265px;
  -ms-flex-align: center;
      align-items: center;
}

@media all and (max-width: 1024px) {
  body:not(.page-reviews) .reviews__item:first-child {
    width: 100%;
    margin-bottom: 10px;
  }
}

body:not(.page-reviews) .reviews__item:first-child .reviews__item-stars {
  margin: 16px 0;
}

body:not(.page-reviews) .reviews__item:first-child .reviews__item-bottom {
  font-size: 14px;
  line-height: 21px;
  color: #A9BECA;
}

body:not(.page-reviews) .reviews__item-head {
  font-size: 14px;
  line-height: 21px;
  color: #FFFFFF;
  margin-bottom: 10px;
}

body:not(.page-reviews) .reviews__item-digit {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
}

body:not(.page-reviews) .reviews__item-big {
  font-family: "Circe-Extra-Bold";
  font-size: 48px;
  line-height: 114%;
  color: #FFFFFF;
  margin-right: 10px;
}

@media all and (max-width: 1600px) {
  body:not(.page-reviews) .reviews__item-big {
    font-size: 46px;
  }
}

@media all and (max-width: 1440px) {
  body:not(.page-reviews) .reviews__item-big {
    font-size: 44px;
  }
}

@media all and (max-width: 1200px) {
  body:not(.page-reviews) .reviews__item-big {
    font-size: 42px;
  }
}

@media all and (max-width: 1024px) {
  body:not(.page-reviews) .reviews__item-big {
    font-size: 40px;
  }
}

@media all and (max-width: 768px) {
  body:not(.page-reviews) .reviews__item-big {
    font-size: 38px;
  }
}

@media all and (max-width: 500px) {
  body:not(.page-reviews) .reviews__item-big {
    font-size: 36px;
  }
}

body:not(.page-reviews) .reviews__item-small {
  font-size: 18px;
  line-height: 150%;
  color: #A9BECA;
}

@media all and (max-width: 1200px) {
  body:not(.page-reviews) .reviews__item-small {
    font-size: 17px;
  }
}

@media all and (max-width: 1024px) {
  body:not(.page-reviews) .reviews__item-small {
    font-size: 16px;
  }
}

@media all and (max-width: 768px) {
  body:not(.page-reviews) .reviews__item-small {
    font-size: 15px;
  }
}

@media all and (max-width: 500px) {
  body:not(.page-reviews) .reviews__item-small {
    font-size: 14px;
  }
}

body:not(.page-reviews) .reviews__item-bottom {
  font-size: 16px;
  line-height: 150%;
  color: #000000;
}

@media all and (max-width: 1024px) {
  body:not(.page-reviews) .reviews__item-bottom {
    font-size: 15px;
  }
}

@media all and (max-width: 500px) {
  body:not(.page-reviews) .reviews__item-bottom {
    font-size: 14px;
  }
}

body:not(.page-reviews) .reviews__item-name {
  font-family: "Circe-Bold";
  font-size: 18px;
  line-height: 150%;
  color: #044263;
}

@media all and (max-width: 1200px) {
  body:not(.page-reviews) .reviews__item-name {
    font-size: 17px;
  }
}

@media all and (max-width: 1024px) {
  body:not(.page-reviews) .reviews__item-name {
    font-size: 16px;
  }
}

@media all and (max-width: 768px) {
  body:not(.page-reviews) .reviews__item-name {
    font-size: 15px;
  }
}

@media all and (max-width: 500px) {
  body:not(.page-reviews) .reviews__item-name {
    font-size: 14px;
  }
}

body:not(.page-reviews) .reviews__item-stars {
  margin: 6px 0 16px 0;
}

body:not(.page-reviews) .reviews__item-stars svg {
  height: 100%;
  width: auto;
}

@media all and (max-width: 1440px) {
  body:not(.page-reviews) .reviews__item-stars {
    height: 21px;
  }
}

@media all and (max-width: 1200px) {
  body:not(.page-reviews) .reviews__item-stars {
    height: 20px;
  }
}

@media all and (max-width: 1024px) {
  body:not(.page-reviews) .reviews__item-stars {
    height: 18px;
  }
}

@media all and (max-width: 768px) {
  body:not(.page-reviews) .reviews__item-stars {
    height: 17px;
  }
}

@media all and (max-width: 500px) {
  body:not(.page-reviews) .reviews__item-stars {
    height: 16px;
  }
}

.publications {
  overflow: hidden;
  width: 100%;
}

.publications__container {
  position: relative;
}

.publications__navigate {
  position: absolute;
  top: 4px;
  right: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.publications__navigate div {
  cursor: pointer;
  margin-left: 25px;
}

.publications__navigate div:first-child {
  margin-left: 0;
}

.publications__title {
  margin-bottom: 45px;
}

@media all and (max-width: 768px) {
  .publications__list {
    overflow: visible;
  }
}

.publications__list .swiper-wrapper {
  display: -ms-flexbox;
  display: flex;
}

.publications__slide {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: auto;
  padding-left: 0;
}

.publications__slide:hover .publications__slide-img img {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

.publications__slide:hover .publications__slide-title {
  text-decoration: underline;
}

.publications__slide-img {
  border-radius: 5px;
  margin-bottom: 10px;
  overflow: hidden;
  height: 250px;
}

@media all and (max-width: 1024px) {
  .publications__slide-img {
    height: 200px;
  }
}

.publications__slide-img img {
  width: 100%;
  transition: -webkit-transform 1s ease-in-out;
  transition: transform 1s ease-in-out;
  transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out;
}

.publications__slide-date {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 21px;
  color: #A9BECA;
}

@media all and (max-width: 768px) {
  .publications__slide-date {
    margin-bottom: 5px;
  }
}

.publications__slide-title {
  font-family: "Circe-Bold";
  font-size: 18px;
  line-height: 27px;
  color: #044263;
  margin-bottom: 7px;
  transition: 0.2s;
}

@media all and (max-width: 768px) {
  .publications__slide-title {
    font-size: 17px;
  }
}

@media all and (max-width: 500px) {
  .publications__slide-title {
    font-size: 16px;
  }
}

.publications__slide-desc {
  -ms-flex: 1;
      flex: 1;
  margin-bottom: 18px;
}

@media all and (max-width: 768px) {
  .publications__slide-desc {
    margin-bottom: 0;
  }
}

.publications__slide-desc p {
  margin-bottom: 0;
}

@media all and (max-width: 768px) {
  .publications__slide-desc p {
    font-size: 15px;
  }
}

@media all and (max-width: 500px) {
  .publications__slide-desc p {
    font-size: 14px;
  }
}

.publications__slide-more {
  text-align: right;
}

@media all and (max-width: 768px) {
  .publications__slide-more {
    display: none;
  }
}

.publications__slide-more a {
  font-size: 16px;
  line-height: 24px;
  color: #A9BECA;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  transition: 0.2s;
}

.publications__slide-more a:hover {
  text-decoration: underline;
}

.publications__slide-more a svg {
  margin-left: 13px;
}

.subscription {
  margin-top: 85px;
  margin-bottom: 85px;
}

@media all and (max-width: 1440px) {
  .subscription {
    margin: 60px auto;
  }
}

@media all and (max-width: 1200px) {
  .subscription {
    margin: 55px auto;
  }
}

@media all and (max-width: 1024px) {
  .subscription {
    margin: 50px auto;
  }
}

@media all and (max-width: 768px) {
  .subscription {
    margin: 45px auto;
  }
}

@media all and (max-width: 500px) {
  .subscription {
    margin: 40px auto;
  }
}

.subscription__container {
  background: #DEE8EE;
  border-radius: 5px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 76px 94px 76px 94px;
  position: relative;
  -ms-flex-direction: column;
      flex-direction: column;
  padding-right: calc(100% - 605px);
  overflow: hidden;
}

@media all and (max-width: 1600px) {
  .subscription__container {
    font-size: 28px;
  }
}

@media all and (max-width: 1440px) {
  .subscription__container {
    font-size: 24px;
    padding: 50px 50px 50px 50px;
  }
}

@media all and (max-width: 1200px) {
  .subscription__container {
    padding: 40px 40px 40px 40px;
  }
}

@media all and (max-width: 1024px) {
  .subscription__container {
    font-size: 18px;
  }
}

@media all and (max-width: 600px) {
  .subscription__container {
    padding-bottom: 0;
  }
}

@media all and (max-width: 500px) {
  .subscription__container {
    padding: 30px 20px 0 20px;
  }
}

.subscription__img {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  width: calc(100% - 605px);
  text-align: right;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
}

@media all and (max-width: 1200px) {
  .subscription__img {
    max-width: 50%;
    width: 50%;
    z-index: 0;
  }
}

@media all and (max-width: 600px) {
  .subscription__img {
    position: static;
    width: 100%;
    max-width: none;
  }
}

.subscription__img img {
  height: auto;
  width: 100%;
}

.subscription__title {
  font-family: "Circe-Extra-Bold";
  font-size: 40px;
  line-height: 104.9%;
  text-transform: uppercase;
  color: #044263;
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
}

@media all and (max-width: 1600px) {
  .subscription__title {
    font-size: 39px;
  }
}

@media all and (max-width: 1440px) {
  .subscription__title {
    font-size: 36px;
  }
}

@media all and (max-width: 1200px) {
  .subscription__title {
    font-size: 33px;
  }
}

@media all and (max-width: 1024px) {
  .subscription__title {
    font-size: 30px;
  }
}

@media all and (max-width: 768px) {
  .subscription__title {
    font-size: 27px;
  }
}

@media all and (max-width: 500px) {
  .subscription__title {
    font-size: 24px;
  }
}

.subscription__text {
  font-family: "Circe-Regular";
  font-size: 32px;
  line-height: 125.9%;
  color: #044263;
  max-width: 605px;
  position: relative;
  z-index: 1;
}

@media all and (max-width: 1600px) {
  .subscription__text {
    font-size: 28px;
  }
}

@media all and (max-width: 1440px) {
  .subscription__text {
    font-size: 24px;
  }
}

@media all and (max-width: 1200px) {
  .subscription__text {
    font-size: 20px;
    max-width: 500px;
    width: 50%;
  }
}

@media all and (max-width: 1024px) {
  .subscription__text {
    font-size: 18px;
  }
}

@media all and (max-width: 768px) {
  .subscription__text {
    font-size: 16px;
  }
}

@media all and (max-width: 600px) {
  .subscription__text {
    width: 100%;
  }
}

@media all and (max-width: 700px) {
  .subscription__text {
    max-width: none;
    width: 100%;
  }
}

@media all and (max-width: 500px) {
  .subscription__text {
    font-size: 14px;
  }
}

.subscription span {
  margin-top: 10px;
  font-size: 16px;
  font-family: "Circe-Bold";
  color: #E63525;
}

.subscription form {
  margin-top: 37px;
  max-width: 605px;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
}

@media all and (max-width: 1200px) {
  .subscription form {
    max-width: 50%;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
    margin-top: 0;
  }
}

@media all and (max-width: 600px) {
  .subscription form {
    max-width: 100%;
  }
}

.subscription form input:not([type=submit]) {
  padding: 16px 24px;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  width: 100%;
  margin-right: -10px;
  -ms-flex: 1;
      flex: 1;
  background: #FFFFFF;
  border-radius: 5px;
  border: none;
}

.subscription form input:not([type=submit])::-webkit-input-placeholder {
  color: #A9BECA;
}

.subscription form input:not([type=submit]):-ms-input-placeholder {
  color: #A9BECA;
}

.subscription form input:not([type=submit])::-ms-input-placeholder {
  color: #A9BECA;
}

.subscription form input:not([type=submit])::placeholder {
  color: #A9BECA;
}

.subscription form button,
.subscription form input[type=submit] {
  background: #30C690;
  color: #FFFFFF;
  font-size: 18px;
  line-height: 27px;
  padding: 14px 47px;
  border: none;
  border-radius: 5px;
  transition: 0.2s;
}

@media all and (max-width: 1200px) {
  .subscription form button,
  .subscription form input[type=submit] {
    margin-top: 10px;
    width: 100%;
  }
}

.subscription form button:hover,
.subscription form input[type=submit]:hover {
  background-color: #16AA75;
}

.galery__list picture {
  width: 100%;
  margin-bottom: 20px;
  display: block;
  text-align: center;
}

.galery__list picture img {
  width: auto;
  max-height: 90vh;
}

.exclusive-banner {
  margin-top: 3.6979166667vw;
  margin-bottom: 4.1666666667vw;
}

@media all and (min-width: 1920px) {
  .exclusive-banner {
    margin-top: 71px;
    margin-bottom: 80px;
  }
}

.exclusive-banner__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}

@media all and (max-width: 768px) {
  .exclusive-banner__container {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
}

.exclusive-banner__title {
  font-family: "Circe-Extra-Bold";
  font-style: normal;
  font-weight: 800;
  font-size: 3.3333333333vw;
  line-height: 95%;
  text-transform: uppercase;
  color: #044263;
  margin-bottom: 0.5208333333vw;
}

@media all and (min-width: 1920px) {
  .exclusive-banner__title {
    font-size: 64px;
    margin-bottom: 10px;
  }
}

@media all and (max-width: 768px) {
  .exclusive-banner__title {
    font-size: 40px;
    margin-bottom: 20px;
    text-align: center;
  }

  .exclusive-banner__title br {
    display: none;
  }
}

@media all and (max-width: 500px) {
  .exclusive-banner__title {
    font-size: 36px;
    margin-bottom: 10px;
  }
}

.exclusive-banner__subtitle {
  font-style: normal;
  font-weight: 400;
  font-size: 1.0416666667vw;
  line-height: 107.9%;
  color: #044263;
}

@media all and (min-width: 1920px) {
  .exclusive-banner__subtitle {
    font-size: 20px;
  }
}

@media all and (max-width: 768px) {
  .exclusive-banner__subtitle {
    font-size: 18px;
    text-align: center;
  }
}

@media all and (max-width: 500px) {
  .exclusive-banner__subtitle {
    font-size: 16px;
    margin-bottom: 0;
  }
}

.exclusive-banner__left {
  width: calc(100% - 49.9479166667vw);
}

@media all and (min-width: 1920px) {
  .exclusive-banner__left {
    width: calc(100% - 959px);
  }
}

@media all and (max-width: 768px) {
  .exclusive-banner__left {
    width: 100%;
    margin-top: 40px;
  }
}

@media all and (max-width: 500px) {
  .exclusive-banner__left {
    margin-top: 30px;
  }
}

.exclusive-banner__right {
  width: 49.9479166667vw;
}

@media all and (min-width: 1920px) {
  .exclusive-banner__right {
    width: 959px;
  }
}

@media all and (max-width: 768px) {
  .exclusive-banner__right {
    width: 100%;
  }
}

.exclusive-banner__right .main {
  position: relative;
}

.exclusive-banner__right .main .markers > div.active .markers__item-glow {
  opacity: 0.8;
}

@media all and (max-width: 768px) {
  .exclusive-banner__right .main .markers > div.active .markers__item-glow {
    display: none;
  }
}

.exclusive-banner__right .main .markers > div.active .markers__item-marker img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.exclusive-banner__right .main .markers__item {
  position: absolute;
  cursor: pointer;
}

.exclusive-banner__right .main .markers__item-close {
  position: absolute;
  top: -5px;
  right: -5px;
  cursor: pointer;
}

.exclusive-banner__right .main .markers__item-desc {
  position: absolute;
  bottom: 2.0833333333vw;
  right: 2.0833333333vw;
  padding: 1.0416666667vw;
  border-radius: 5px;
  background-color: #FFFFFF;
  width: 23.0729166667vw;
  cursor: auto;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.25);
  z-index: 99;
}

.exclusive-banner__right .main .markers__item-descwrap {
  position: relative;
}

@media all and (min-width: 1920px) {
  .exclusive-banner__right .main .markers__item-desc {
    right: 40px;
    bottom: 40px;
    padding: 20px;
    width: 443px;
  }
}

@media all and (max-width: 768px) {
  .exclusive-banner__right .main .markers__item-desc {
    position: fixed;
    width: 100%;
    max-width: 320px;
    left: calc(50% - 160px);
    top: 80px;
    bottom: auto;
    padding: 20px;
  }
}

.exclusive-banner__right .main .markers__item-desc h3 {
  font-family: "Circe-Bold";
  font-size: 0.9375vw;
  line-height: 125.9%;
  margin-bottom: 0.5729166667vw;
  color: #044263;
}

@media all and (min-width: 1920px) {
  .exclusive-banner__right .main .markers__item-desc h3 {
    font-size: 18px;
    margin-bottom: 11px;
  }
}

@media all and (max-width: 768px) {
  .exclusive-banner__right .main .markers__item-desc h3 {
    font-size: 18px;
  }
}

.exclusive-banner__right .main .markers__item-desc p {
  font-size: 0.8333333333vw;
}

@media all and (min-width: 1920px) {
  .exclusive-banner__right .main .markers__item-desc p {
    font-size: 16px;
    margin-bottom: 1em;
  }
}

@media all and (max-width: 768px) {
  .exclusive-banner__right .main .markers__item-desc p {
    font-size: 16px;
    margin-bottom: 1em;
  }
}

.exclusive-banner__right .main .markers__item-desc ul {
  margin-left: 1.0416666667vw;
  margin-top: 1em;
  margin-bottom: 0;
}

@media all and (min-width: 1920px) {
  .exclusive-banner__right .main .markers__item-desc ul {
    margin-left: 20px;
  }
}

@media all and (max-width: 768px) {
  .exclusive-banner__right .main .markers__item-desc ul {
    margin-left: 20px;
  }
}

.exclusive-banner__right .main .markers__item-desc ul li {
  margin-bottom: 0;
  list-style: disc;
  margin-left: 0;
  padding-left: 0;
}

.exclusive-banner__right .main .markers__item-desc a {
  color: #044263;
  font-size: 0.78125vw;
}

@media all and (min-width: 1920px) {
  .exclusive-banner__right .main .markers__item-desc a {
    font-size: 15px;
    margin-bottom: 0.5em;
  }
}

@media all and (max-width: 768px) {
  .exclusive-banner__right .main .markers__item-desc a {
    font-size: 15px;
    margin-bottom: 0.5em;
  }
}

.exclusive-banner__right .main .markers__item-desc a:hover {
  text-decoration: underline;
}

.exclusive-banner__right .main .markers__item-desc p:not(:first-child) {
  margin-bottom: 0;
}

.exclusive-banner__right .main .markers__item .markers__item-marker img {
  width: 100%;
  height: 100%;
}

.exclusive-banner__right .main .markers__item:hover .markers__item-glow {
  opacity: 0.8;
}

.exclusive-banner__right .main .markers__item:hover .markers__item-marker img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.exclusive-banner__right .main .markers__item1 {
  top: 36%;
  right: 37%;
}

.exclusive-banner__right .main .markers__item1 .markers__item-marker:before {
  -webkit-animation-delay: 1.6193512202s;
          animation-delay: 1.6193512202s;
}

.exclusive-banner__right .main .markers__item1 .markers__item-glow {
  width: 3.3333333333vw;
  height: 2.5vw;
  left: -1.09375vw;
  top: -0.15625vw;
}

@media all and (min-width: 1920px) {
  .exclusive-banner__right .main .markers__item1 .markers__item-glow {
    left: -21px;
    top: -3px;
    width: 64px;
    height: 48px;
  }
}

.exclusive-banner__right .main .markers__item2 {
  top: 37.5%;
  left: 50%;
}

.exclusive-banner__right .main .markers__item2 .markers__item-marker:before {
  -webkit-animation-delay: 1.3962650641s;
          animation-delay: 1.3962650641s;
}

.exclusive-banner__right .main .markers__item2 .markers__item-glow {
  width: 6.71875vw;
  height: 1.875vw;
  left: -3.8020833333vw;
  top: 0.2604166667vw;
}

@media all and (min-width: 1920px) {
  .exclusive-banner__right .main .markers__item2 .markers__item-glow {
    left: -73px;
    top: 5px;
    width: 129px;
    height: 36px;
  }
}

.exclusive-banner__right .main .markers__item3 {
  bottom: 19%;
  left: 31%;
}

.exclusive-banner__right .main .markers__item3 .markers__item-marker:before {
  -webkit-animation-delay: 1.8642359035s;
          animation-delay: 1.8642359035s;
}

.exclusive-banner__right .main .markers__item3 .markers__item-glow {
  width: 14.7916666667vw;
  height: 4.6354166667vw;
  left: -5.8854166667vw;
  top: -0.46875vw;
}

@media all and (min-width: 1920px) {
  .exclusive-banner__right .main .markers__item3 .markers__item-glow {
    left: -113px;
    top: -9px;
    width: 284px;
    height: 89px;
  }
}

.exclusive-banner__right .main .markers__item4 {
  bottom: 35%;
  right: 35.5%;
}

.exclusive-banner__right .main .markers__item4 .markers__item-marker:before {
  -webkit-animation-delay: 1.1833854962s;
          animation-delay: 1.1833854962s;
}

.exclusive-banner__right .main .markers__item4 .markers__item-glow {
  width: 2.2395833333vw;
  height: 4.7395833333vw;
  left: -0.15625vw;
  top: -1.3020833333vw;
}

@media all and (min-width: 1920px) {
  .exclusive-banner__right .main .markers__item4 .markers__item-glow {
    left: -3px;
    top: -25px;
    width: 43px;
    height: 91px;
  }
}

.exclusive-banner__right .main .markers__item5 {
  bottom: 37%;
  right: 24%;
}

.exclusive-banner__right .main .markers__item5 .markers__item-marker:before {
  -webkit-animation-delay: 1.4833915385s;
          animation-delay: 1.4833915385s;
}

.exclusive-banner__right .main .markers__item5 .markers__item-glow {
  width: 3.3854166667vw;
  height: 6.25vw;
  left: -0.5729166667vw;
  top: -1.3541666667vw;
}

@media all and (min-width: 1920px) {
  .exclusive-banner__right .main .markers__item5 .markers__item-glow {
    left: -11px;
    top: -26px;
    width: 65px;
    height: 120px;
  }
}

.exclusive-banner__right .main .markers__item6 {
  bottom: 48%;
  right: 18%;
}

.exclusive-banner__right .main .markers__item6 .markers__item-marker:before {
  -webkit-animation-delay: 1.1277998027s;
          animation-delay: 1.1277998027s;
}

.exclusive-banner__right .main .markers__item6 .markers__item-glow {
  width: 38.1770833333vw;
  height: 18.0729166667vw;
  left: -34.6354166667vw;
  top: -2.5vw;
}

@media all and (min-width: 1920px) {
  .exclusive-banner__right .main .markers__item6 .markers__item-glow {
    left: -665px;
    top: -48px;
    width: 733px;
    height: 347px;
  }
}

.exclusive-banner__right .main .markers__item7 {
  bottom: 38%;
  right: 16.5%;
}

.exclusive-banner__right .main .markers__item7 .markers__item-marker:before {
  -webkit-animation-delay: 1.392267501s;
          animation-delay: 1.392267501s;
}

.exclusive-banner__right .main .markers__item7 .markers__item-glow {
  width: 3.0729166667vw;
  height: 4.4791666667vw;
  right: -0.0520833333vw;
  top: -1.3020833333vw;
}

@media all and (min-width: 1920px) {
  .exclusive-banner__right .main .markers__item7 .markers__item-glow {
    right: -1px;
    top: -25px;
    width: 59px;
    height: 86px;
  }
}

.exclusive-banner__right .main .markers__item8 {
  bottom: 24%;
  left: 12%;
}

.exclusive-banner__right .main .markers__item8 .markers__item-marker:before {
  -webkit-animation-delay: 1.8522965989s;
          animation-delay: 1.8522965989s;
}

.exclusive-banner__right .main .markers__item8 .markers__item-glow {
  width: 6.4583333333vw;
  height: 7.5520833333vw;
  left: -3.1770833333vw;
  top: -1.7708333333vw;
}

@media all and (min-width: 1920px) {
  .exclusive-banner__right .main .markers__item8 .markers__item-glow {
    left: -61px;
    top: -34px;
    width: 124px;
    height: 145px;
  }
}

.exclusive-banner__right .main .markers__item9 {
  bottom: 12%;
  right: 29%;
}

.exclusive-banner__right .main .markers__item9 .markers__item-marker:before {
  -webkit-animation-delay: 1.6005609625s;
          animation-delay: 1.6005609625s;
}

.exclusive-banner__right .main .markers__item9 .markers__item-glow {
  width: 19.7395833333vw;
  height: 5.6770833333vw;
  left: -9.0625vw;
  top: -2.5520833333vw;
}

@media all and (min-width: 1920px) {
  .exclusive-banner__right .main .markers__item9 .markers__item-glow {
    left: -174px;
    top: -49px;
    width: 379px;
    height: 109px;
  }
}

.exclusive-banner__right .main .markers__item10 {
  bottom: 13%;
  right: 5%;
}

.exclusive-banner__right .main .markers__item10 .markers__item-marker:before {
  -webkit-animation-delay: 1.084103288s;
          animation-delay: 1.084103288s;
}

.exclusive-banner__right .main .markers__item10 .markers__item-glow {
  width: 7.6041666667vw;
  height: 8.0208333333vw;
  left: -2.5vw;
  top: -1.5104166667vw;
}

@media all and (min-width: 1920px) {
  .exclusive-banner__right .main .markers__item10 .markers__item-glow {
    left: -48px;
    top: -29px;
    width: 146px;
    height: 154px;
  }
}

.exclusive-banner__right .main .markers__item11 {
  bottom: 32%;
  right: 20%;
}

.exclusive-banner__right .main .markers__item11 .markers__item-marker:before {
  -webkit-animation-delay: 1.4001613706s;
          animation-delay: 1.4001613706s;
}

.exclusive-banner__right .main .markers__item11 .markers__item-glow {
  width: 7.6041666667vw;
  height: 8.0208333333vw;
  left: -2.5vw;
  top: -1.5104166667vw;
}

@media all and (min-width: 1920px) {
  .exclusive-banner__right .main .markers__item11 .markers__item-glow {
    left: -48px;
    top: -29px;
    width: 146px;
    height: 154px;
  }
}

.exclusive-banner__right .main .markers__item-wrapper {
  position: relative;
}

.exclusive-banner__right .main .markers__item-wrapper img {
  max-width: none;
}

.exclusive-banner__right .main .markers__item-glow {
  position: absolute;
  mix-blend-mode: overlay;
  opacity: 0;
  transition: 0.3s ease-in-out;
  pointer-events: none;
}

@media all and (max-width: 768px) {
  .exclusive-banner__right .main .markers__item-glow {
    display: none;
  }
}

.exclusive-banner__right .main .markers__item-marker {
  width: 2.1875vw;
  height: 2.1875vw;
  position: relative;
}

.exclusive-banner__right .main .markers__item-marker:before {
  content: "";
  display: block;
  position: absolute;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  background-color: #FFFFFF;
  top: calc(50% - 3px);
  left: calc(50% - 3px);
  -webkit-animation: pulse infinite ease-in;
          animation: pulse infinite ease-in;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

.exclusive-banner__right .main .markers__item-marker:after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  background-color: #E63525;
  top: calc(50% - 3px);
  left: calc(50% - 3px);
}

.exclusive-banner__right .main .markers__item-marker img {
  -webkit-transform: scale(0);
          transform: scale(0);
  transition: 0.3s ease-in-out;
}

@media all and (min-width: 1920px) {
  .exclusive-banner__right .main .markers__item-marker {
    width: 42px;
    height: 42px;
  }
}

@-webkit-keyframes pulse {
  0% {
    opacity: 1;
  }

  10% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  80% {
    -webkit-transform: scale(3);
            transform: scale(3);
  }

  90% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}

@keyframes pulse {
  0% {
    opacity: 1;
  }

  10% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  80% {
    -webkit-transform: scale(3);
            transform: scale(3);
  }

  90% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}

.faq {
  margin-bottom: 106px;
}

@media all and (max-width: 768px) {
  .faq {
    margin-bottom: 40px;
  }
}

.faq__list {
  padding-left: 17px;
}

@media all and (max-width: 768px) {
  .faq__list {
    padding-left: 0;
  }
}

.faq__title {
  margin-bottom: 24px;
}

.faq__item {
  border: 1px solid #dee8ee;
  border-radius: 5px;
  background-color: #FFFFFF;
  padding: 24px 21px 6px 36px;
  position: relative;
  margin-bottom: 20px;
}

@media all and (max-width: 768px) {
  .faq__item {
    padding-left: 20px;
  }
}

.faq__item:last-child {
  margin-bottom: 0;
}

.faq__item.active {
  padding-bottom: 31px;
}

.faq__item.active .faq__item-bottom {
  display: block;
}

.faq__item.active svg .vert {
  opacity: 0;
}

.faq__item-top {
  font-family: "Circe-Bold";
  font-weight: 700;
  font-size: 20px;
  line-height: 126%;
  color: #044263;
  padding-right: 70px;
  padding-bottom: 15px;
}

@media all and (max-width: 1024px) {
  .faq__item-top {
    font-size: 18px;
  }
}

@media all and (max-width: 768px) {
  .faq__item-top {
    font-size: 16px;
    padding-left: 50px;
    padding-right: 50px;
  }
}

.faq__item-top svg {
  position: absolute;
  right: 20px;
  top: 18px;
  cursor: pointer;
}

.faq__item-bottom {
  padding-right: 70px;
  font-weight: 400;
  font-size: 16px;
  line-height: 125.9%;
  color: #044263;
  display: none;
}

@media all and (max-width: 1024px) {
  .faq__item-bottom {
    font-size: 15px;
    padding-right: 0;
  }
}

@media all and (max-width: 768px) {
  .faq__item-bottom {
    font-size: 14px;
  }
}

.faq__item-bottom ol {
  list-style: disc;
}

.faq__item-bottom ol li {
  list-style: disc;
}

.faq__item-bottom ul,
.faq__item-bottom ol {
  padding-left: 2em;
}

.faq__item-bottom ul li,
.faq__item-bottom ol li {
  padding-left: 0.5em;
  margin-left: 0 !important;
}

.faq__item-bottom ul {
  list-style: decimal;
}

.faq__item-bottom ul li {
  list-style: decimal;
}

.faq__item-bottom p:last-child {
  margin-bottom: 0;
}

@media all and (max-width: 768px) {
  .faq__item-bottom li,
  .faq__item-bottom p {
    font-size: 14px;
  }
}

.faq__item-number {
  font-family: "Circe-Extra-Bold";
  position: absolute;
  top: 18px;
  left: -17px;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  border: 1px solid #dee8ee;
  background: #dee8ee;
  font-weight: 800;
  font-size: 20px;
  line-height: 126%;
  text-align: center;
  color: #A9BECA;
}

@media all and (max-width: 768px) {
  .faq__item-number {
    left: 20px;
  }
}

.full-img {
  margin-top: 14px;
  margin-bottom: 42px;
}

.full-img__container {
  border-radius: 5px;
  overflow: hidden;
}

@media all and (max-width: 500px) {
  .full-img__container {
    padding: 0;
    height: 195px;
    border-radius: 0;
  }
}

.full-img__container img {
  width: 100%;
  height: auto;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
}

@media all and (max-width: 500px) {
  .full-img__container img {
    height: 100%;
    -o-object-position: left top;
       object-position: left top;
  }
}

.default-text {
  font-size: 18px;
  line-height: 150%;
  color: #000000;
  font-family: "Circe-Regular";
}

@media all and (max-width: 1440px) {
  .default-text {
    font-size: 17px;
  }
}

@media all and (max-width: 1024px) {
  .default-text {
    font-size: 16px;
  }
}

@media all and (max-width: 768px) {
  .default-text {
    font-size: 15px;
  }
}

@media all and (max-width: 500px) {
  .default-text {
    font-size: 14px;
  }
}

.default-text h1,
.default-text h2,
.default-text h3,
.default-text h4,
.default-text h5 {
  font-family: "Circe-Bold";
  color: #044263;
  margin-bottom: 1em;
}

.default-text h3 {
  font-size: 24px;
  line-height: 1em;
  margin-bottom: 1em;
}

@media all and (max-width: 1440px) {
  .default-text h3 {
    font-size: 19px;
  }
}

@media all and (max-width: 1024px) {
  .default-text h3 {
    font-size: 18px;
  }
}

@media all and (max-width: 768px) {
  .default-text h3 {
    font-size: 17px;
  }
}

@media all and (max-width: 500px) {
  .default-text h3 {
    font-size: 16px;
  }
}

.default-text h4 {
  font-size: 18px;
  line-height: 1em;
  margin-bottom: 1.28em;
}

@media all and (max-width: 1440px) {
  .default-text h4 {
    font-size: 17px;
  }
}

@media all and (max-width: 1024px) {
  .default-text h4 {
    font-size: 16px;
  }
}

@media all and (max-width: 768px) {
  .default-text h4 {
    font-size: 15px;
  }
}

@media all and (max-width: 500px) {
  .default-text h4 {
    font-size: 14px;
  }
}

.default-text p,
.default-text li,
.default-text a {
  font-size: 18px;
  line-height: 150%;
  color: #000000;
  font-family: "Circe-Regular";
}

@media all and (max-width: 1440px) {
  .default-text p,
  .default-text li,
  .default-text a {
    font-size: 17px;
  }
}

@media all and (max-width: 1024px) {
  .default-text p,
  .default-text li,
  .default-text a {
    font-size: 16px;
  }
}

@media all and (max-width: 768px) {
  .default-text p,
  .default-text li,
  .default-text a {
    font-size: 15px;
  }
}

@media all and (max-width: 500px) {
  .default-text p,
  .default-text li,
  .default-text a {
    font-size: 14px;
  }
}

.default-text li {
  line-height: 100%;
}

.default-text ul li {
  list-style-type: "•";
}

.default-text a {
  color: #044263;
}

.default-text strong {
  font-weight: bolder;
}

.default-text ul,
.default-text ol {
  margin-left: 16px;
  margin-bottom: 14px;
}

@media all and (max-width: 768px) {
  .default-text ul,
  .default-text ol {
    margin-left: 10px;
    margin-bottom: 10px;
  }
}

.default-text ul li,
.default-text ol li {
  padding-left: 14px;
}

@media all and (max-width: 768px) {
  .default-text ul li,
  .default-text ol li {
    padding-left: 10px;
  }
}

.default-text .two-columns {
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
}

@media all and (max-width: 768px) {
  .default-text .two-columns {
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1;
  }
}

.three-col-center {
  margin-top: 42px;
  margin-bottom: 60px;
}

@media all and (max-width: 500px) {
  .three-col-center {
    margin-top: 30px;
    margin-bottom: 20px;
  }
}

@media all and (max-width: 968px) {
  .three-col-center .three-columns-items__list {
    -ms-flex-pack: center;
        justify-content: center;
  }
}

.three-col-center .three-columns-items__item {
  text-align: center;
  margin-bottom: 0;
}

@media all and (max-width: 968px) {
  .three-col-center .three-columns-items__item {
    margin-bottom: 20px;
  }
}

@media all and (max-width: 680px) {
  .three-col-center .three-columns-items__item {
    width: 100%;
  }
}

@media all and (max-width: 500px) {
  .three-col-center .three-columns-items__item {
    margin-bottom: 10px;
  }
}

.items-row {
  margin-top: 80px;
  margin-bottom: 80px;
}

@media all and (max-width: 1800px) {
  .items-row {
    margin-top: 74px;
    margin-bottom: 74px;
  }
}

@media all and (max-width: 1600px) {
  .items-row {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}

@media all and (max-width: 1440px) {
  .items-row {
    margin-top: 62px;
    margin-bottom: 62px;
  }
}

@media all and (max-width: 1200px) {
  .items-row {
    margin-top: 54px;
    margin-bottom: 54px;
  }
}

@media all and (max-width: 1024px) {
  .items-row {
    margin-top: 46px;
    margin-bottom: 46px;
  }
}

@media all and (max-width: 768px) {
  .items-row {
    margin-top: 38px;
    margin-bottom: 38px;
  }
}

@media all and (max-width: 500px) {
  .items-row {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.items-row__list {
  margin-top: 45px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-right: -20px;
}

@media all and (max-width: 1200px) {
  .items-row__list {
    margin-top: 32px;
  }
}

@media all and (max-width: 1024px) {
  .items-row__list {
    margin-top: 28px;
  }
}

@media all and (max-width: 768px) {
  .items-row__list {
    margin-top: 25px;
  }
}

@media all and (max-width: 500px) {
  .items-row__list {
    margin-right: 0;
    width: 100%;
    margin-top: 21px;
  }
}

.items-row__item {
  width: calc(16.6666666667% - 20px);
  margin-right: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
}

@media all and (max-width: 1024px) {
  .items-row__item {
    margin-bottom: 25px;
  }
}

@media all and (max-width: 950px) {
  .items-row__item {
    width: calc(33.3333333333% - 20px);
    margin-bottom: 20px;
  }
}

@media all and (max-width: 500px) {
  .items-row__item {
    width: calc(50% - 5px);
    margin-bottom: 15px;
    margin-right: 0;
  }
}

.items-row__item-img {
  padding: 20px;
  width: 127px;
  height: 127px;
  background: #E63525;
  border-radius: 5px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

@media all and (max-width: 1200px) {
  .items-row__item-img {
    width: 90px;
    height: 90px;
    padding: 13px;
  }
}

@media all and (max-width: 1024px) {
  .items-row__item-img {
    width: 80px;
    height: 80px;
    padding: 12px;
  }
}

@media all and (max-width: 768px) {
  .items-row__item-img {
    width: 70px;
    height: 70px;
    padding: 11px;
  }
}

@media all and (max-width: 500px) {
  .items-row__item-img {
    width: 60px;
    height: 60px;
    padding: 10px;
  }
}

.items-row__item-title {
  font-family: "Circe-Light";
  margin-top: 24px;
  font-size: 18px;
  line-height: 1.125;
  color: #000000;
}

@media all and (max-width: 1200px) {
  .items-row__item-title {
    margin-top: 18px;
    font-size: 22px;
  }
}

@media all and (max-width: 1024px) {
  .items-row__item-title {
    margin-top: 16px;
    font-size: 20px;
  }
}

@media all and (max-width: 1024px) {
  .items-row__item-title {
    margin-top: 14px;
    font-size: 18px;
  }
}

@media all and (max-width: 768px) {
  .items-row__item-title {
    margin-top: 12px;
    font-size: 16px;
  }
}

@media all and (max-width: 500px) {
  .items-row__item-title {
    margin-top: 10px;
    font-size: 14px;
    line-height: normal;
  }
}

.default-text {
  font-size: 18px;
  line-height: 150%;
  color: #000000;
  font-family: "Circe-Regular";
}

@media all and (max-width: 1440px) {
  .default-text {
    font-size: 17px;
  }
}

@media all and (max-width: 1024px) {
  .default-text {
    font-size: 16px;
  }
}

@media all and (max-width: 768px) {
  .default-text {
    font-size: 15px;
  }
}

@media all and (max-width: 500px) {
  .default-text {
    font-size: 14px;
  }
}

.default-text h1,
.default-text h2,
.default-text h3,
.default-text h4,
.default-text h5 {
  font-family: "Circe-Bold";
  color: #044263;
  margin-bottom: 1em;
}

.default-text h3 {
  font-size: 24px;
  line-height: 1em;
  margin-bottom: 1em;
}

@media all and (max-width: 1440px) {
  .default-text h3 {
    font-size: 19px;
  }
}

@media all and (max-width: 1024px) {
  .default-text h3 {
    font-size: 18px;
  }
}

@media all and (max-width: 768px) {
  .default-text h3 {
    font-size: 17px;
  }
}

@media all and (max-width: 500px) {
  .default-text h3 {
    font-size: 16px;
  }
}

.default-text h4 {
  font-size: 18px;
  line-height: 1em;
  margin-bottom: 1.28em;
}

@media all and (max-width: 1440px) {
  .default-text h4 {
    font-size: 17px;
  }
}

@media all and (max-width: 1024px) {
  .default-text h4 {
    font-size: 16px;
  }
}

@media all and (max-width: 768px) {
  .default-text h4 {
    font-size: 15px;
  }
}

@media all and (max-width: 500px) {
  .default-text h4 {
    font-size: 14px;
  }
}

.default-text p,
.default-text li,
.default-text a {
  font-size: 18px;
  line-height: 150%;
  color: #000000;
  font-family: "Circe-Regular";
}

@media all and (max-width: 1440px) {
  .default-text p,
  .default-text li,
  .default-text a {
    font-size: 17px;
  }
}

@media all and (max-width: 1024px) {
  .default-text p,
  .default-text li,
  .default-text a {
    font-size: 16px;
  }
}

@media all and (max-width: 768px) {
  .default-text p,
  .default-text li,
  .default-text a {
    font-size: 15px;
  }
}

@media all and (max-width: 500px) {
  .default-text p,
  .default-text li,
  .default-text a {
    font-size: 14px;
  }
}

.default-text li {
  line-height: 100%;
}

.default-text ul li {
  list-style-type: "•";
}

.default-text a {
  color: #044263;
}

.default-text strong {
  font-weight: bolder;
}

.default-text ul,
.default-text ol {
  margin-left: 16px;
  margin-bottom: 14px;
}

@media all and (max-width: 768px) {
  .default-text ul,
  .default-text ol {
    margin-left: 10px;
    margin-bottom: 10px;
  }
}

.default-text ul li,
.default-text ol li {
  padding-left: 14px;
}

@media all and (max-width: 768px) {
  .default-text ul li,
  .default-text ol li {
    padding-left: 10px;
  }
}

.default-text .two-columns {
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
}

@media all and (max-width: 768px) {
  .default-text .two-columns {
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1;
  }
}

.text-only ul span {
  font-weight: bolder;
}

.grid {
  margin-top: 80px;
  margin-bottom: 80px;
}

@media all and (max-width: 1800px) {
  .grid {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}

@media all and (max-width: 1600px) {
  .grid {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

@media all and (max-width: 1440px) {
  .grid {
    margin-top: 56px;
    margin-bottom: 56px;
  }
}

@media all and (max-width: 1200px) {
  .grid {
    margin-top: 52px;
    margin-bottom: 52px;
  }
}

@media all and (max-width: 1024px) {
  .grid {
    margin-top: 48px;
    margin-bottom: 48px;
  }
}

@media all and (max-width: 768px) {
  .grid {
    margin-top: 44px;
    margin-bottom: 44px;
  }
}

@media all and (max-width: 500px) {
  .grid {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

@media all and (max-width: 500px) {
  .grid__wrapper {
    overflow-x: scroll;
  }
}

.grid__list {
  margin-top: 25px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
}

@media all and (max-width: 500px) {
  .grid__list {
    margin-top: 15px;
    width: 205vw;
    padding-bottom: 20px;
    /* Track */
    /* Handle */
    /* Handle on hover */
  }

  .grid__list ::-webkit-scrollbar {
    height: 4px;
    width: 4px;
    background: gray;
  }

  .grid__list ::-webkit-scrollbar-track {
    background: #f1f1f1;
  }

  .grid__list ::-webkit-scrollbar-thumb {
    background: #888;
  }

  .grid__list ::-webkit-scrollbar-thumb:hover {
    background: #555;
  }

  .grid__list ::-webkit-scrollbar-thumb:horizontal {
    background: #000;
    border-radius: 10px;
  }
}

.grid__list-img {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.grid__list .block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 29%;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.grid__list .block > a {
  height: calc(50% - 10px);
}

@media all and (max-width: 768px) {
  .grid__list .block > a {
    height: calc(50% - 5px);
  }
}

.grid__list .block-inner {
  display: -ms-flexbox;
  display: flex;
  height: calc(50% - 10px);
}

@media all and (max-width: 768px) {
  .grid__list .block-inner {
    height: calc(50% - 5px);
  }
}

.grid__list-item {
  border-radius: 5px;
  overflow: hidden;
  margin-right: 20px;
}

@media all and (max-width: 768px) {
  .grid__list-item {
    margin-right: 10px;
  }
}

.grid__list-item-it1 {
  width: 39%;
  margin-bottom: 0;
}

.grid__list-item-it5 {
  width: calc(32% - 20px);
  margin-bottom: 0;
  margin-right: 0;
}

@media all and (max-width: 768px) {
  .grid__list-item-it5 {
    width: calc(32% - 10px);
  }
}

.grid__list-item:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.grid__list-item img {
  transition: -webkit-transform 1s ease-in-out;
  transition: transform 1s ease-in-out;
  transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  max-width: none;
}

.call-back {
  margin: 80px auto;
}

@media all and (max-width: 1800px) {
  .call-back {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}

@media all and (max-width: 1600px) {
  .call-back {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

@media all and (max-width: 1440px) {
  .call-back {
    margin-top: 56px;
    margin-bottom: 56px;
  }
}

@media all and (max-width: 1200px) {
  .call-back {
    margin-top: 52px;
    margin-bottom: 52px;
  }
}

@media all and (max-width: 1024px) {
  .call-back {
    margin-top: 48px;
    margin-bottom: 48px;
  }
}

@media all and (max-width: 768px) {
  .call-back {
    margin-top: 44px;
    margin-bottom: 44px;
  }
}

@media all and (max-width: 500px) {
  .call-back {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.call-back__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
}

@media all and (max-width: 768px) {
  .call-back__container {
    position: relative;
  }
}

.call-back__container > picture {
  z-index: 1;
  pointer-events: none;
}

.call-back .subscription {
  margin-top: 37px;
  margin-bottom: 0;
}

@media all and (max-width: 500px) {
  .call-back .subscription {
    margin-top: 20px;
  }
}

@media all and (max-width: 1200px) {
  .call-back .subscription form {
    max-width: none;
    -ms-flex-direction: row;
        flex-direction: row;
  }
}

@media all and (max-width: 500px) {
  .call-back .subscription form {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

.call-back .subscription form input {
  width: 50%;
  margin-top: 0;
  margin-bottom: 20px;
}

@media all and (max-width: 500px) {
  .call-back .subscription form input {
    width: 100%;
  }
}

.call-back__title {
  font-family: "Circe-Extra-Bold";
  font-size: 40px;
  line-height: 104.9%;
  text-transform: uppercase;
  color: #044263;
  margin-bottom: 15px;
}

@media all and (max-width: 1800px) {
  .call-back__title {
    font-size: 38px;
  }
}

@media all and (max-width: 1600px) {
  .call-back__title {
    font-size: 34px;
  }
}

@media all and (max-width: 1440px) {
  .call-back__title {
    font-size: 32px;
  }
}

@media all and (max-width: 1200px) {
  .call-back__title {
    font-size: 30px;
  }
}

@media all and (max-width: 1024px) {
  .call-back__title {
    font-size: 28px;
  }
}

@media all and (max-width: 768px) {
  .call-back__title {
    font-size: 26px;
  }
}

@media all and (max-width: 500px) {
  .call-back__title {
    font-size: 24px;
  }
}

.call-back__subtitle {
  font-size: 32px;
  line-height: 125.9%;
  color: #044263;
}

@media all and (max-width: 1800px) {
  .call-back__subtitle {
    font-size: 30px;
  }
}

@media all and (max-width: 1600px) {
  .call-back__subtitle {
    font-size: 29px;
  }
}

@media all and (max-width: 1440px) {
  .call-back__subtitle {
    font-size: 26px;
  }
}

@media all and (max-width: 1200px) {
  .call-back__subtitle {
    font-size: 23px;
  }
}

@media all and (max-width: 1024px) {
  .call-back__subtitle {
    font-size: 20px;
  }
}

@media all and (max-width: 768px) {
  .call-back__subtitle {
    font-size: 17px;
  }
}

@media all and (max-width: 500px) {
  .call-back__subtitle {
    font-size: 14px;
  }
}

.call-back__img-left {
  width: 9.3229166667vw;
  height: auto;
  margin-right: -2.3958333333vw;
  z-index: 2;
  max-width: 179px;
}

@media all and (max-width: 768px) {
  .call-back__img-left {
    position: absolute;
    bottom: 0;
    left: -17px;
    max-width: none;
    width: auto;
  }
}

.call-back__img-right {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: auto;
}

@media all and (max-width: 768px) {
  .call-back__img-right {
    position: absolute;
    bottom: 0;
    height: auto;
    right: 0;
    top: auto;
    width: 100%;
  }
}

.call-back__content {
  padding: 50px 180px 50px 90px;
  background-color: #DEE8EE;
  width: calc(100% - 6.9270833333vw);
  position: relative;
  -ms-flex: 1;
      flex: 1;
  z-index: 0;
}

@media all and (max-width: 1200px) {
  .call-back__content {
    padding: 50px 50px 50px 90px;
  }
}

@media all and (max-width: 768px) {
  .call-back__content {
    padding: 35px 35px 210px 35px;
  }
}

@media all and (max-width: 500px) {
  .call-back__content {
    padding: 20px 20px 210px 20px;
  }
}

.call-back__content-block {
  position: relative;
  z-index: 1;
}

.shop-page .attribute-param {
  margin-bottom: 10px;
  border: 1px solid transparent;
}

.shop-page .attribute-param.showed {
  border: 1px solid #044263;
}

.shop-page .attribute-param.showed .attribute-param__title {
  margin-bottom: 20px;
}

.shop-page .attribute-param.showed .attribute-param__title:before {
  display: none;
}

.shop-page .attribute-param.showed .fielditem {
  display: -ms-flexbox;
  display: flex;
}

.shop-page .attribute-param.showed .fielditem:last-child {
  margin-bottom: 20px;
}

.shop-page .attribute-param .fielditem {
  display: none;
}

.shop-page .attribute-param:last-child {
  margin-bottom: 0;
}

.shop-page .attribute-param__title {
  font-size: 18px;
  line-height: 20px;
  color: #044263;
  padding: 10px 20px 10px 10px;
  background-color: #F5F9FA;
  margin-bottom: 0;
  position: relative;
  cursor: pointer;
}

.shop-page .attribute-param__title:after {
  position: absolute;
  content: "";
  top: 20px;
  right: 10px;
  height: 2px;
  width: 14px;
  background-color: #044263;
}

.shop-page .attribute-param__title:before {
  position: absolute;
  content: "";
  top: 14px;
  right: 16px;
  height: 14px;
  width: 2px;
  background-color: #044263;
}

.shop-page .attribute-param .fielditem {
  padding-left: 20px;
}

.shop-page__apply {
  margin-top: 40px;
  margin-bottom: 40px;
  display: none;
}

@media all and (max-width: 1024px) {
  .shop-page__apply {
    display: block;
    text-align: center;
  }
}

.shop-page__sort {
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 10px;
  display: none;
}

@media all and (max-width: 1024px) {
  .shop-page__sort {
    display: -ms-flexbox;
    display: flex;
  }
}

@media all and (max-width: 500px) {
  .shop-page__sort {
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}

.shop-page__sort > div {
  min-width: 120px;
  border-radius: 5px;
  margin-right: 11px;
  padding: 8px;
  background-color: #FFFFFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  cursor: pointer;
}

@media all and (max-width: 500px) {
  .shop-page__sort > div {
    width: calc(50% - 5px);
    margin-right: 0;
  }
}

.shop-page__sort > div.js-sort-button {
  color: #044263;
}

.shop-page__sort > div.js-show-filter {
  background-color: #30C690;
  color: white;
}

.shop-page__sort > div svg {
  margin-right: 10px;
}

.shop-page__sort > div:last-child {
  margin-right: 0;
}

.shop-page .call-back {
  margin: 26px 20px 48px 0;
  padding-right: 0;
  padding-left: 0;
  width: 100%;
}

.shop-page__seo {
  margin-bottom: 135px;
  margin-top: 80px;
}

.shop-page__seo li {
  line-height: 130%;
  margin-bottom: 10px;
}

.shop-page__rubrik {
  display: -ms-flexbox;
  display: flex;
}

.shop-page__rubrik:has(input.disabled) {
  display: none !important;
}

.shop-page__rubrik input.disabled {
  pointer-events: none;
}

.shop-page .products-slider__contents-slide {
  width: calc(25% - 20px);
  margin-right: 20px;
  margin-bottom: 20px;
}

@media all and (max-width: 1200px) {
  .shop-page .products-slider__contents-slide {
    width: calc(33.33333% - 20px);
  }
}

@media all and (max-width: 1024px) {
  .shop-page .products-slider__contents-slide {
    width: calc(25% - 20px);
  }
}

@media all and (max-width: 768px) {
  .shop-page .products-slider__contents-slide {
    width: calc(33.33333% - 20px);
  }
}

@media all and (max-width: 500px) {
  .shop-page .products-slider__contents-slide {
    width: calc(50% - 10px);
    margin-bottom: 10px;
    margin-right: 10px;
  }
}

.shop-page__result {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -20px;
}

@media all and (max-width: 500px) {
  .shop-page__result {
    margin-right: -10px;
  }
}

.shop-page__result-header {
  width: 100%;
  margin-right: 20px;
  border-radius: 5px;
  background: #FFF;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 20px;
  padding: 0 30px;
}

@media all and (max-width: 1340px) {
  .shop-page__result-header {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media all and (max-width: 1024px) {
  .shop-page__result-header {
    display: none;
  }
}

.shop-page__result-count {
  color: #A9BECA;
  font-size: 16px;
}

@media all and (max-width: 1340px) {
  .shop-page__result-count {
    width: 100%;
    padding-top: 18px;
  }
}

.shop-page__result-count span {
  margin-left: 11px;
  color: #044263;
  font-size: 16px;
  line-height: 125.9%;
}

.shop-page__result-sort {
  color: #A9BECA;
  font-size: 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.shop-page__result-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.shop-page__result-item {
  margin-left: 29px;
  color: #044263;
  font-size: 16px;
  padding: 18px 0;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  transition: 0.2s;
}

.shop-page__result-item:hover {
  color: #E63525;
}

.shop-page__result-item.current {
  color: #E63525;
  border-bottom: 2px solid #E63525;
}

.shop-page__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 31px;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.shop-page__aside {
  width: 274px;
}

@media all and (max-width: 1024px) {
  .shop-page__aside {
    padding: 0 20px 20px 20px;
    background-color: #F5F9FA;
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    z-index: 99;
    overflow-y: scroll;
    -webkit-transform: translateX(-120%) !important;
            transform: translateX(-120%) !important;
    transition: all 0.3s ease-in-out !important;
    box-shadow: 0px 20px 20px 0 rgba(169, 190, 202, 0.3);
  }
}

@media all and (max-width: 500px) {
  .shop-page__aside {
    width: 80%;
  }
}

.shop-page__aside-mobile {
  display: none;
  padding: 15px 20px;
  margin-bottom: 26px;
}

@media all and (max-width: 1024px) {
  .shop-page__aside-mobile {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);
    background-color: #FFFFFF;
  }
}

.shop-page__aside-mobile h3 {
  color: #044263;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 125.9%;
}

.shop-page__aside-mobile .js-filter-close {
  cursor: pointer;
}

.shop-page__aside.active {
  -webkit-transform: translateX(0) !important;
          transform: translateX(0) !important;
}

.shop-page__aside #category_filter {
  height: auto;
}

.shop-page__aside .filter-title {
  font-family: "Circe-Bold";
  font-size: 18px;
  line-height: 27px;
  color: #044263;
  margin-bottom: 15px;
}

.shop-page__aside .filter-count {
  position: absolute;
  top: 20px;
  top: 20px;
  right: 24px;
  font-size: 14px;
  line-height: 21px;
  color: #A9BECA;
}

.shop-page__aside-item {
  position: relative;
  background: #FFFFFF;
  border-radius: 5px;
  padding: 18px 24px;
  margin-bottom: 15px;
}

.shop-page__aside-item .shop-page__rubrik-block {
  display: none;
}

.shop-page__aside-item.showed .shop-page__rubrik-block {
  display: block;
}

.shop-page__aside-item.showed .category__group-triger .vertical {
  display: none;
}

.shop-page__aside-item.category__group-cat-taxo .shop-page__rubrik-name {
  text-transform: none;
}

.shop-page__aside-item.category-products-category .shop-page__rubrik-name .count {
  display: none;
}

.shop-page__added-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -10px;
}

.shop-page__added-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 3px 43px 3px 15px;
  background: #DEE8EE;
  border-radius: 5px;
  margin-right: 10px;
  margin-bottom: 10px;
  position: relative;
}

.shop-page__added-item.disable-checkbox {
  padding-right: 15px;
}

.shop-page__added-item.disable-checkbox svg {
  display: none;
}

.shop-page__added-item span {
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}

.shop-page__added-item svg.cancel-id-item {
  cursor: pointer;
  position: absolute;
  top: calc(50% - 8px);
  right: 15px;
}

.shop-page__added-item svg.cancel-id-item path {
  transition: 0.2s ease-in-out;
}

.shop-page__added-item svg.cancel-id-item:hover path {
  fill: #000000;
}

.shop-page__main {
  width: calc(100% - 294px);
  margin-left: auto;
}

@media all and (max-width: 1024px) {
  .shop-page__main {
    width: 100%;
  }
}

.basket {
  margin-top: 45px;
  margin-bottom: 82px;
}

.basket-mob {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

@media all and (max-width: 1024px) {
  .basket-mob {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}

.basket-mob__content {
  font-size: 14px;
  margin-bottom: 12px;
}

.basket-mob__bottom {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}

.basket-mob .basket__table-row {
  width: calc(50% - 10px);
  margin-bottom: 20px;
  padding: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: flex-start;
}

@media all and (max-width: 1024px) {
  .basket-mob .basket__table-row {
    width: 100%;
  }
}

.basket-mob .basket__table-price {
  margin-top: 12px;
  font-size: 20px;
}

.basket-mob .basket__table-title {
  font-size: 20px;
  margin-bottom: 5px;
}

@media all and (max-width: 768px) {
  .basket-mob .basket__table-title {
    font-size: 18px;
  }
}

@media all and (max-width: 500px) {
  .basket-mob .basket__table-title {
    font-size: 16px;
  }
}

.basket-mob .basket__table-name {
  -ms-flex-align: start;
      align-items: flex-start;
  width: calc(100% - 70px);
}

@media all and (max-width: 440px) {
  .basket-mob .basket__table-name {
    width: calc(100% - 56px);
  }
}

.basket-mob .basket__table-img a {
  margin-right: 10px;
}

@media all and (max-width: 768px) {
  .basket-mob .basket__table-img a {
    width: 60px;
    height: auto;
  }
}

.basket-mob .basket__table-remove svg {
  width: 50px;
  height: auto;
}

@media all and (max-width: 440px) {
  .basket-mob .basket__table-remove svg {
    width: 36px;
    height: auto;
  }
}

.basket table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 15px;
}

.basket table thead {
  background: #DEE8EE;
  border-radius: 5px;
  margin-bottom: 15px;
}

.basket table thead th {
  font-family: "Circe-Light";
  font-size: 16px;
  line-height: 125.9%;
  color: #A9BECA;
  text-align: left;
}

.basket table tr,
.basket table td,
.basket table th {
  border: none;
}

.basket table td,
.basket table th {
  padding: 15px 25px;
  vertical-align: middle;
}

.basket table td:first-child,
.basket table th:first-child {
  border-radius: 5px 0 0 5px;
}

.basket table td:last-child,
.basket table th:last-child {
  border-radius: 0 5px 5px 0;
}

.basket__table {
  border-spacing: 15px 0;
}

.basket__table-name {
  font-family: "Circe-Light";
  font-size: 16px;
  line-height: 125.9%;
  color: #A9BECA;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.basket__table-name img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: none;
}

.basket__table-img a {
  overflow: hidden;
  display: block;
  margin-right: 42px;
  width: 110px;
  height: 110px;
}

.basket__table-price {
  font-family: "Circe-Light";
  font-size: 24px;
  line-height: 125.9%;
  color: #044263;
}

.basket__table-total {
  font-family: "Circe-Bold";
  font-size: 24px;
  line-height: 125.9%;
  color: #044263;
}

.basket__table-row {
  background: #FFFFFF;
  border-radius: 5px;
}

.basket__table-title {
  font-family: "Circe-Light";
  font-size: 24px;
  line-height: 125.9%;
  color: #044263;
  margin-bottom: 5px;
}

.basket__table-remove svg {
  cursor: pointer;
  transition: 0.2s;
  border-radius: 3px;
}

.basket__table-remove svg * {
  transition: 0.2s;
}

.basket__table-remove svg:hover {
  border: 2px solid #044263;
}

.basket__table-remove svg:hover path {
  fill: #044263;
}

.basket-order {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: flex-start;
  margin-top: 27px;
}

@media all and (max-width: 1024px) {
  .basket-order {
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

@media all and (max-width: 1024px) {
  .basket-order__simple {
    margin-bottom: 16px;
  }
}

@media all and (max-width: 1024px) {
  .basket-order__go {
    -ms-flex-order: 3;
        order: 3;
    margin-bottom: 16px;
  }
}

.basket-order__total {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  color: #044263;
}

@media all and (max-width: 1024px) {
  .basket-order__total {
    -ms-flex-order: 1;
        order: 1;
    margin-bottom: 20px;
  }
}

.basket-order__total-item {
  margin-bottom: 4px;
}

.basket-order__total-item:last-child {
  margin-bottom: 0;
}

.basket-order__total span {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #A9BECA;
  margin-bottom: 10px;
}

.basket-order form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #044263;
}

@media all and (max-width: 1024px) {
  .basket-order form {
    -ms-flex-order: 2;
        order: 2;
    width: 100%;
    margin-bottom: 20px;
  }
}

.basket-order form input {
  margin-left: 19px;
  padding: 13px 20px;
  background: #FFFFFF;
  border: 1px solid #DEE8EE;
  border-radius: 5px;
}

.basket-order form input::-webkit-input-placeholder {
  color: #A9BECA;
}

.basket-order form input:-ms-input-placeholder {
  color: #A9BECA;
}

.basket-order form input::-ms-input-placeholder {
  color: #A9BECA;
}

.basket-order form input::placeholder {
  color: #A9BECA;
}

.basket-order__buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

@media all and (max-width: 1024px) {
  .basket-order__buttons {
    -ms-flex-order: 4;
        order: 4;
  }
}

@media all and (max-width: 500px) {
  .basket-order__buttons {
    width: 100%;
  }
}

.basket-order__buttons .button {
  margin-bottom: 16px;
}

.basket-order__buttons .button:last-child {
  margin-bottom: 0;
}

@media all and (max-width: 500px) {
  .basket-order__buttons .button {
    width: 100%;
  }
}

body.product-single-page main .product-seo .default-text {
  max-height: 100px;
  overflow-y: scroll;
  margin-bottom: 80px;
}

body.product-single-page main .product-seo .default-text:hover::-webkit-scrollbar-track {
  background: #DEE8EE;
}

body.product-single-page main .product-seo .default-text:hover::-webkit-scrollbar-thumb {
  background: #A9BECA;
}

body.product-single-page main .product-seo .default-text::-webkit-scrollbar {
  width: 2px;
}

body.product-single-page main .product-seo .default-text::-webkit-scrollbar-track {
  background: transparent;
  width: 2px;
  background-clip: content-box;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

body.product-single-page main .product-seo .default-text::-webkit-scrollbar-thumb {
  background: transparent;
  width: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media all and (max-width: 500px) {
  body.product-single-page main .product-seo .default-text {
    margin-bottom: 40px;
  }
}

.product-single {
  margin-bottom: 64px;
}

@media all and (max-width: 1200px) {
  .product-single {
    margin-bottom: 60px;
  }
}

@media all and (max-width: 1024px) {
  .product-single {
    margin-bottom: 50px;
  }
}

@media all and (max-width: 500px) {
  .product-single {
    margin-bottom: 40px;
  }
}

.product-single .products-butons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-top: 28px;
}

.product-single .products-butons__item {
  width: calc(50% - 10px);
  margin-bottom: 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-size: 16px;
}

@media all and (max-width: 500px) {
  .product-single .products-butons__item {
    width: 100%;
    margin-bottom: 10px;
    padding: 13px;
  }
}

@media all and (max-width: 500px) {
  .product-single .products-butons__item:last-child {
    margin: 0 0 30px 0;
    -ms-flex-pack: center;
        justify-content: center;
  }
}

.product-single .products-butons__item svg {
  margin-right: 10px;
}

.product-single .products-butons__item-else {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-right: 15px;
  cursor: pointer;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  color: #000000;
}

.product-single .products-butons__item-else img {
  margin-left: 5px;
}

.product-single__price {
  margin-top: 48px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.product-single__price-econom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 14px;
}

.product-single__price-econom .econom-desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 125.9%;
  color: #A9BECA;
  margin-right: 15px;
}

.product-single__price-econom .econom-value {
  font-weight: 700;
  font-size: 16px;
  line-height: 125.9%;
  color: #30C690;
}

.product-single__price-value {
  position: relative;
  margin-right: 36px;
}

.product-single__price-current {
  font-weight: 700;
  font-size: 36px;
  line-height: 125.9%;
  color: #044263;
}

.product-single__price-old {
  position: absolute;
  top: -20px;
  left: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 125.9%;
  text-decoration-line: line-through;
  color: #E63525;
}

.product-single__header-rait {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.product-single__header-rait .rev-count {
  font-weight: 400;
  font-size: 16px;
  line-height: 125.9%;
  color: #044263;
  margin-left: 21px;
}

.product-single__header-rait .container {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
}

.product-single__header-rait .container span {
  font-size: 18px;
  color: #044263;
  margin: 0 3px;
}

.product-single__header-rait .container span.checked {
  color: #FFD02C;
}

.product-single__header-present {
  margin-top: 14px;
  font-size: 16px;
}

.product-single .gallery {
  width: 100%;
  max-width: 620px;
}

@media all and (max-width: 768px) {
  .product-single .gallery {
    max-width: none;
  }
}

.product-single .gallery-slider {
  width: 100%;
  height: auto;
  margin: 0 0 10px 0;
}

.product-single .gallery-slider .swiper-slide {
  width: 100%;
  height: auto;
}

.product-single .gallery-slider .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.product-single .gallery-thumbs {
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.product-single .gallery-thumbs .swiper-slide {
  width: auto;
  text-align: center;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #DEE8EE;
  border-radius: 5px;
}

.product-single .gallery-thumbs .swiper-slide img {
  opacity: 0.5;
  transition: 0.2s;
}

.product-single .gallery-thumbs .swiper-slide-active img,
.product-single .gallery-thumbs .swiper-slide:hover img {
  opacity: 1;
}

.product-single .gallery-thumbs .swiper-slide img {
  width: auto;
  height: auto;
}

.product-single__sku {
  font-weight: 400;
  font-size: 16px;
  line-height: 125.9%;
  color: #A9BECA;
}

.product-single__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: flex-start;
  margin-top: 32px;
}

@media all and (max-width: 768px) {
  .product-single__container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

.product-single__main {
  width: calc(100% - (30% + 62px));
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: flex-start;
}

@media all and (max-width: 768px) {
  .product-single__main {
    width: 100%;
  }
}

.product-single__content {
  width: calc(100% - 330px);
}

@media all and (max-width: 1400px) {
  .product-single__content {
    width: 100%;
  }
}

.product-single__desc .scroll-to-har {
  font-weight: 400;
  font-size: 16px;
  line-height: 125.9%;
  color: #044263;
  text-decoration: underline;
  display: inline-block;
  cursor: pointer;
}

.product-single__desc-atributes {
  margin-top: 19px;
}

@media all and (max-width: 1400px) {
  .product-single__desc-atributes {
    margin-right: 20px;
    padding: 20px;
    background-color: #FFFFFF;
    border-radius: 5px;
  }
}

@media all and (max-width: 500px) {
  .product-single__desc-atributes {
    width: 100%;
    padding: 0;
    background-color: transparent;
  }
}

.product-single__desc-atributes-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

@media all and (max-width: 1400px) {
  .product-single__desc-atributes-wrapper {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.product-single__desc-atributes-title {
  font-weight: 400;
  font-size: 16px;
  line-height: 125.9%;
  color: #044263;
}

.product-single__desc-atributes-values {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: start;
      align-items: flex-start;
  margin-top: 19px;
}

.product-single__desc-atributes-item {
  border: 1px solid #A9BECA;
  border-radius: 5px;
  font-weight: 400;
  font-size: 16px;
  line-height: 125.9%;
  color: #000000;
  padding: 8px 12px 5px 12px;
  margin-right: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  transition: 0.2s;
}

.product-single__desc-atributes-item:hover:not(.absent) {
  border-color: #044263;
}

.product-single__desc-atributes-item:last-child {
  margin-right: 0;
}

.product-single__desc-atributes-item.absent {
  background-color: #DEE8EE;
  color: #A9BECA;
  cursor: not-allowed;
}

.product-single__desc-atributes-item.current {
  background-color: #044263;
  color: #FFFFFF;
  cursor: auto;
}

.product-single__desc-atributes-item.current:hover {
  border: 1px solid #A9BECA;
}

.product-single__desc-note {
  margin-top: 48px;
  width: 100%;
  background-color: #DEE8EE;
  border-radius: 5px;
  padding: 22px 28px;
}

.product-single__desc-note span {
  font-weight: 400;
  font-size: 16px;
  line-height: 125.9%;
  color: #044263;
}

.product-single__desc-params {
  margin-top: 48px;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  position: relative;
  margin-bottom: 40px;
}

@media all and (max-width: 1100px) {
  .product-single__desc-params {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
}

.product-single__desc-params:after {
  content: "";
  display: block;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  border-right: 1px dashed #A9BECA;
}

@media all and (max-width: 500px) {
  .product-single__desc-params:after {
    display: none;
  }
}

.product-single__desc .params-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 12px;
}

.product-single__desc .params-row.center {
  margin-bottom: 0;
}

.product-single__desc .params-row:last-child {
  margin-bottom: 0;
}

.product-single__desc .params-row__name {
  font-weight: 400;
  font-size: 16px;
  line-height: 125.9%;
  color: #A9BECA;
  margin-right: 10px;
}

.product-single__desc .params-row__value {
  font-weight: 400;
  font-size: 16px;
  line-height: 125.9%;
  color: #000000;
  text-align: right;
}

.product-single__aside {
  width: 294px;
}

@media all and (max-width: 1400px) {
  .product-single__aside {
    width: 100%;
  }
}

.product-single__bottom {
  width: 100%;
}

.product-single__bottom-item {
  width: calc(25% - 22px);
}

@media all and (max-width: 768px) {
  .product-single__bottom-item {
    width: calc(50% - 22px);
    margin-bottom: 30px;
  }
}

@media all and (max-width: 500px) {
  .product-single__bottom-item {
    width: 100%;
    margin-bottom: 15px;
  }
}

.product-single__image {
  width: 30%;
  margin-bottom: 40px;
}

@media all and (max-width: 768px) {
  .product-single__image {
    width: 100%;
  }
}

.product-description {
  margin-top: 81px;
  margin-bottom: 40px;
}

@media all and (max-width: 1400px) {
  .product-description {
    margin-top: 70px;
  }
}

@media all and (max-width: 1200px) {
  .product-description {
    margin-top: 60px;
  }
}

@media all and (max-width: 1024px) {
  .product-description {
    margin-top: 50px;
  }
}

@media all and (max-width: 500px) {
  .product-description {
    margin-top: 40px;
  }
}

.product-description .product-description-name {
  font-family: "Circe-Bold";
  font-size: 24px;
  line-height: 100%;
  color: #044263;
  margin-bottom: 1em;
}

@media all and (max-width: 1400px) {
  .product-description .product-description-name {
    font-size: 20px;
  }
}

@media all and (max-width: 1024px) {
  .product-description .product-description-name {
    font-size: 18px;
  }
}

@media all and (max-width: 500px) {
  .product-description .product-description-name {
    font-size: 16px;
  }
}

@media all and (max-width: 500px) {
  .product-description .default-text ul {
    margin-bottom: 20px;
  }

  .product-description .default-text li {
    margin-bottom: 0;
    line-height: 150%;
  }
}

.product-description .default-text p strong {
  font-weight: bolder;
  font-family: "Circe-Bold";
}

.product-description .products-slider {
  margin-bottom: 0;
}

.product-description .tabs-elements__wrapper {
  border-bottom: 3px solid #DEE8EE;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.product-description__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-top: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.product-description__container:after {
  content: "";
  display: block;
  height: 3px;
  width: 100%;
  background-color: #DEE8EE;
  margin-top: 40px;
}

.product-description__aside {
  width: 274px;
}

@media all and (max-width: 768px) {
  .product-description__aside {
    display: none;
  }
}

.product-description__aside .fixed_block {
  transition: 0.2s;
}

.product-description__aside .fixed {
  position: fixed;
  z-index: 2;
  top: 40px;
}

.product-description__aside .absolute {
  position: absolute;
  z-index: 99;
}

.product-description__main {
  width: calc(100% - 294px);
}

@media all and (max-width: 768px) {
  .product-description__main {
    width: 100%;
  }
}

.product-description__tabs-content {
  display: none;
  padding-bottom: 40px;
  border-bottom: 3px solid #DEE8EE;
}

.product-description__tabs-content.active {
  display: block;
}

.product-description__tabs-item {
  padding: 17px 33px 12px 33px;
  font-family: "Circe-Bold";
  font-size: 24px;
  line-height: 100%;
  color: #044263;
  cursor: pointer;
  transition: 0.2s;
  white-space: nowrap;
}

@media all and (max-width: 1400px) {
  .product-description__tabs-item {
    font-size: 20px;
    padding: 14px 20px 12px 20px;
  }
}

@media all and (max-width: 1024px) {
  .product-description__tabs-item {
    font-size: 18px;
    padding: 14px 20px 12px 20px;
  }
}

@media all and (max-width: 500px) {
  .product-description__tabs-item {
    font-size: 16px;
    padding: 14px 16px 12px 16px;
  }
}

.product-description__tabs-item.active,
.product-description__tabs-item:hover {
  display: block;
  background-color: #DEE8EE;
  border-radius: 5px 5px 0 0;
}

.products-characteristics {
  width: 100%;
  width: 100%;
}

.products-characteristics__title {
  margin-top: 0;
  margin-bottom: 27px;
}

.products-characteristics__group {
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  color: #044263;
  margin-top: 53px;
  margin-bottom: 20px;
}

@media all and (max-width: 500px) {
  .products-characteristics__list {
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);
  }
}

.products-characteristics dl {
  background-color: transparent;
  border: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.products-characteristics dl:nth-child(odd) {
  background-color: #DEE8EE;
}

.products-characteristics dt,
.products-characteristics dd {
  width: 50%;
  font-weight: 400;
  font-size: 18px;
  line-height: 125.9%;
  color: #000000;
  padding: 14px 35px;
  border: none;
}

@media all and (max-width: 768px) {
  .products-characteristics dt,
  .products-characteristics dd {
    padding: 12px 24px;
    font-size: 16px;
  }
}

@media all and (max-width: 500px) {
  .products-characteristics dt,
  .products-characteristics dd {
    padding: 10px 20px;
    font-size: 14px;
  }
}

.products-characteristics dt:last-child,
.products-characteristics dd:last-child {
  padding-left: 0;
}

.products-reviews {
  width: 100%;
}

.products-reviews__title {
  margin-top: 0;
  margin-bottom: 22px;
}

.products-reviews__content {
  width: 100%;
}

.products-reviews .rate {
  display: inline-block;
  position: relative;
  height: 30px;
  line-height: 30px;
  font-size: 30px;
}

.products-reviews .rate label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  cursor: pointer;
}

.products-reviews .rate label:last-child {
  position: static;
}

.products-reviews .rate label:last-child .icon {
  color: #044263;
}

.products-reviews .rate label:nth-child(1) {
  z-index: 5;
}

.products-reviews .rate label:nth-child(2) {
  z-index: 4;
}

.products-reviews .rate label:nth-child(3) {
  z-index: 3;
}

.products-reviews .rate label:nth-child(4) {
  z-index: 2;
}

.products-reviews .rate label:nth-child(5) {
  z-index: 1;
}

.products-reviews .rate label input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.products-reviews .rate label .icon {
  float: left;
  color: transparent;
}

.products-reviews .rate:not(:hover) label input:checked ~ .icon,
.products-reviews .rate:hover label:hover input ~ .icon {
  color: #FFD02C;
}

.products-reviews .rate label input:focus:not(:checked) ~ .icon:last-child {
  color: #044263;
  text-shadow: 0 0 5px #FFD02C;
}

.products-reviews__popup-send {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  z-index: 60;
}

.products-reviews__popup-send-cont {
  padding: 40px;
  -webkit-filter: drop-shadow(0px 0px 27px rgba(4, 66, 99, 0.09));
          filter: drop-shadow(0px 0px 27px rgba(4, 66, 99, 0.09));
  background: #FFFFFF;
  border-radius: 5px;
  font-size: 24px;
}

.products-reviews .comments-block__form {
  background: linear-gradient(0deg, rgba(4, 66, 99, 0.5), rgba(4, 66, 99, 0.5));
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  z-index: 60;
}

.products-reviews .comments-block__form .comment-form {
  position: relative;
  -webkit-filter: drop-shadow(0px 0px 27px rgba(4, 66, 99, 0.09));
          filter: drop-shadow(0px 0px 27px rgba(4, 66, 99, 0.09));
  padding: 40px 30px 30px 30px;
  background: #FFFFFF;
  border-radius: 5px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: calc(100vw - 40px);
  max-width: 500px;
}

.products-reviews .comments-block__form .comment-form__close {
  position: absolute;
  right: 10px;
  top: 13px;
  cursor: pointer;
}

.products-reviews .comments-block__form .comment-form__title {
  margin-bottom: 20px;
}

.products-reviews .comments-block__form .comment-form .row-label {
  font-weight: 700;
  font-size: 16px;
  line-height: 125.9%;
  color: #044263;
  margin-top: 20px;
}

.products-reviews .comments-block__form .comment-form button {
  margin-top: 40px;
}

.products-reviews .comments-block__form .comment-form textarea,
.products-reviews .comments-block__form .comment-form input {
  border: 1px solid #DEE8EE;
  border-radius: 5px;
  padding: 13px 20px;
  font-size: 16px;
  line-height: 24px;
  color: #044263;
}

.products-reviews .comments-block__form .comment-form textarea.comment,
.products-reviews .comments-block__form .comment-form input.comment {
  resize: none;
}

.products-reviews .comments-block__form .comment-form textarea.pluses,
.products-reviews .comments-block__form .comment-form textarea.minuses,
.products-reviews .comments-block__form .comment-form input.pluses,
.products-reviews .comments-block__form .comment-form input.minuses {
  resize: none;
}

.products-reviews .comments-block__form .comment-form textarea::-webkit-input-placeholder, .products-reviews .comments-block__form .comment-form input::-webkit-input-placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #A9BECA;
}

.products-reviews .comments-block__form .comment-form textarea:-ms-input-placeholder, .products-reviews .comments-block__form .comment-form input:-ms-input-placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #A9BECA;
}

.products-reviews .comments-block__form .comment-form textarea::-ms-input-placeholder, .products-reviews .comments-block__form .comment-form input::-ms-input-placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #A9BECA;
}

.products-reviews .comments-block__form .comment-form textarea::placeholder,
.products-reviews .comments-block__form .comment-form input::placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #A9BECA;
}

.products-reviews .comments-block__button {
  text-align: center;
  margin-top: 48px;
}

.products-reviews .comments-block__param {
  margin-bottom: 11px;
}

.products-reviews .comments-block__param:last-child {
  margin-bottom: 0;
}

.products-reviews .comments-block__head {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.products-reviews .comments-block__head svg {
  margin-right: 11px;
}

.products-reviews .comments-block__math {
  padding-left: 27px;
}

.products-reviews .comments-block__math p {
  margin-bottom: 0;
}

.products-reviews .comments-block__item {
  background-color: #FFFFFF;
  border-radius: 5px;
  padding: 20px 30px 20px 20px;
  position: relative;
  margin-bottom: 20px;
}

.products-reviews .comments-block__item:last-child {
  margin-bottom: 0;
}

.products-reviews .comments-block__item .user-name {
  font-weight: 700;
  font-size: 16px;
  line-height: 125.9%;
  color: #044263;
}

.products-reviews .comments-block__item-comment {
  font-weight: 400;
  font-size: 16px;
  line-height: 125.9%;
  color: #000000;
  margin-bottom: 22px;
}

.products-reviews .comments-block__item-date {
  position: absolute;
  top: 20px;
  right: 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 125.9%;
  color: #A9BECA;
}

.products-reviews .comments-block__item-name {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 22px;
}

.products-reviews .comments-block__item-name .container {
  margin-left: 20px;
}

.products-reviews .comments-block__item-name .container .checked {
  color: #FFD02C;
}

.products-documents .small-container,
.products-guarantee .small-container {
  padding: 0;
}

.products-documents .text-default__title,
.products-guarantee .text-default__title {
  margin-top: 0;
}

.products-documents .text-default,
.products-guarantee .text-default {
  margin-bottom: 0;
}

.product-right-widget__head {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.product-right-widget__item {
  background: #DEE8EE;
  border-radius: 5px;
  padding: 15px;
  margin-bottom: 20px;
}

@media all and (max-width: 500px) {
  .product-right-widget__item {
    margin-bottom: 10px;
  }

  .product-right-widget__item:last-child {
    margin-bottom: 0;
  }
}

.product-right-widget__item:last-child {
  margin-bottom: 0;
}

.product-right-widget__icon {
  width: 40px;
  height: auto;
  margin-right: 6px;
}

.product-right-widget__title {
  font-family: "Circe-Bold";
  font-size: 20px;
  line-height: 125.9%;
  color: #044263;
}

.product-right-widget__desc {
  margin-top: 10px;
}

.product-right-widget__desc ul,
.product-right-widget__desc ol {
  margin-left: 10px;
}

.product-right-widget__desc li {
  list-style-type: "•";
  padding-left: 14px;
}

.product-right-widget__desc span,
.product-right-widget__desc p,
.product-right-widget__desc li {
  font-family: "Circe-Light";
  font-size: 14px;
  line-height: 108.4%;
  color: #000000;
  margin-bottom: 8px;
}

.product-right-widget__desc span:last-child,
.product-right-widget__desc p:last-child,
.product-right-widget__desc li:last-child {
  margin-bottom: 0;
}

.product-single__bottom {
  margin-top: 53px;
}

.product-single__bottom-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}

@media all and (max-width: 768px) {
  .product-single__bottom-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.product-single__bottom-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.product-single__bottom-icon {
  height: 36px;
  width: auto;
  margin-right: 11px;
  margin-top: -6px;
}

.product-single__bottom-title {
  font-family: "Circe-Bold";
  font-size: 14px;
  line-height: 113.9%;
  color: #044263;
}

.shop-page__rubrik {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.shop-page__rubrik:last-child {
  margin-bottom: 0;
}

.shop-page__rubrik-block {
  margin-top: 15px;
  padding-right: 10px;
}

.shop-page__rubrik-block.scroll {
  max-height: 200px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.shop-page__rubrik-block.scroll:hover::-webkit-scrollbar-track {
  background: #DEE8EE;
}

.shop-page__rubrik-block.scroll:hover::-webkit-scrollbar-thumb {
  background: #A9BECA;
}

.shop-page__rubrik-block.scroll::-webkit-scrollbar {
  width: 2px;
}

.shop-page__rubrik-block.scroll::-webkit-scrollbar-track {
  background: transparent;
  width: 2px;
  background-clip: content-box;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.shop-page__rubrik-block.scroll::-webkit-scrollbar-thumb {
  background: transparent;
  width: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.shop-page__rubrik span {
  width: 18px;
  height: 18px;
  margin-right: 12px;
  border: 1px solid #DEE8EE;
  background-color: white;
  border-radius: 2px;
}

.shop-page__rubrik > span {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.shop-page__rubrik-name {
  font-family: "Circe-Light";
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  -ms-flex: 1;
      flex: 1;
  text-transform: lowercase;
}

.shop-page__rubrik-name .count {
  font-family: "serif";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #A9BECA;
  margin-right: 0;
  border: none;
}

.shop-page__rubrik input:checked + span {
  border: 1px solid #044263;
  background-color: #044263;
}

.shop-page__rubrik input:checked + span:before {
  width: 10px;
  height: 4px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  display: block;
  content: "";
  border-bottom: 2px solid white;
  border-left: 2px solid white;
  margin-bottom: 4px;
}

.shop-page__aside .range-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-top: 2rem;
}

.shop-page__aside-item {
  position: relative;
}

.shop-page__aside-item .ui-widget-header {
  background: #3FE331;
}

.shop-page__aside-item .ui-widget.ui-widget-content {
  border: none;
  background-color: #DEE8EE;
  border-radius: 10px;
}

.shop-page__aside-item .ui-slider-horizontal {
  height: 4px;
  width: 100%;
  margin-bottom: 22px;
}

.shop-page__aside-item .ui-slider .ui-slider-range {
  background: #E63525;
  border-radius: 10px;
}

.shop-page__aside-item .ui-slider .ui-slider-handle {
  width: 14px;
  height: 14px;
  background-color: #FFFFFF;
  border-radius: 50%;
  border: 4px solid #E63525 !important;
  margin-top: -2px;
}

.shop-page__aside-item .price-range-select {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.shop-page__aside-item .price-range-select input::-webkit-outer-spin-button,
.shop-page__aside-item .price-range-select input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.shop-page__aside-item .price-range-select span {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  display: inline-block;
}

.shop-page__aside-item .price-range-search {
  background-color: #30C690;
  border: 1px solid #30C690;
  width: calc(50% - 10px);
  min-width: 16%;
  display: -ms-flexbox;
  display: flex;
  height: 32px;
  border-radius: 5px;
  font-size: 16px;
}

.shop-page__aside-item .price-range-field {
  width: calc(50% - 10px);
  min-width: 16%;
  background-color: transparent;
  border: 1px solid #DEE8EE;
  border-radius: 5px;
  padding: 6px 15px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}

.shop-page__aside-item .search-results-block {
  position: relative;
  display: block;
  clear: both;
}

.shop-page__aside-item svg {
  position: absolute;
  right: 24px;
  top: 23px;
  cursor: pointer;
}

.shop-page__aside-item-title {
  font-family: "Circe-Bold";
  font-size: 18px;
  line-height: 27px;
  color: #044263;
  padding-right: 20px;
}

.comparison__selected {
  display: -ms-flexbox;
  display: flex;
}

@media all and (max-width: 1200px) {
  .comparison__selected > .comparison__item {
    display: none;
  }
}

.comparison__selected .swiper-wrapper {
  height: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
      align-items: stretch;
}

.comparison__selected .swiper-wrapper .swiper-slide {
  height: auto;
}

.comparison .swiper-container {
  width: 80%;
  padding-bottom: 50px;
}

@media all and (max-width: 1200px) {
  .comparison .swiper-container {
    width: 100%;
  }
}

.comparison .swiper-container .swiper-pagination {
  position: static;
  margin-top: 40px;
}

.comparison .swiper-container .swiper-wrapper .comparison__item {
  width: calc(25% - 20px);
}

.comparison .swiper-container .swiper-wrapper .products-slider__contents-atributes {
  display: none !important;
}

.comparison .swiper-container .swiper-wrapper .products-slider__contents-desc:after {
  display: none !important;
}

.comparison .swiper-navigation {
  position: fixed;
  bottom: 57px;
  left: calc(50% - 50px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 100px;
  background-color: #044263;
  padding: 40px;
  z-index: 20;
}

.comparison .swiper-navigation .swiper-button-prev:after,
.comparison .swiper-navigation .swiper-container-rtl .swiper-button-next:after {
  color: white;
}

.comparison .swiper-navigation div {
  color: white !important;
}

.comparison__item {
  width: calc(20% - 20px);
  margin-right: 20px;
  margin-bottom: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.comparison__item > .products-slider__contents-slide {
  -ms-flex: 1;
      flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.comparison__item .delete-item-button {
  margin-top: 25px;
  text-align: center;
  cursor: pointer;
}

.comparison__item .delete-item-button svg {
  cursor: pointer;
  transition: 0.2s;
  border-radius: 3px;
}

.comparison__item .delete-item-button svg * {
  transition: 0.2s;
}

.comparison__item .delete-item-button svg:hover {
  border: 2px solid #044263;
}

.comparison__item .delete-item-button svg:hover path {
  fill: #044263;
}

.comparison__table {
  margin-top: 18px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.comparison__table-fixed {
  background-color: #FFFFFF;
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 2;
  pointer-events: none;
  opacity: 0;
  transition: all 0.2s;
  box-shadow: 0px 4px 20px rgba(169, 190, 202, 0.3);
  border: none;
}

.comparison__table-fixed .swiper-container {
  padding: 0 !important;
}

@media all and (max-width: 1200px) {
  .comparison__table-fixed .swiper-container {
    width: 100%;
  }
}

.comparison__table-fixed .swiper-slide {
  padding: 4px 10px;
  -ms-flex-align: start;
      align-items: flex-start;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  border: 1px solid #DEE8EE;
}

.comparison__table-fixed.moved {
  opacity: 1;
  pointer-events: all;
}

.comparison__table-fixed .comparison__table-block {
  margin: 0;
  padding: 15px 0;
}

.comparison__table-fixed .comparison__table-block .comparison__table-row div {
  background-color: transparent !important;
  color: #044263;
}

.comparison__table-fixed .comparison__table-block .comparison__table-row div .price {
  width: auto;
  padding: 0;
  margin: 4px 0 0 0;
}

.comparison__table-fixed .comparison__table-block .comparison__table-row div .price span {
  font-family: "Circe-Bold";
  font-size: 20px;
  line-height: 125.9%;
  color: #044263;
}

.comparison__table-fixed .comparison__table-block .comparison__table-row > div {
  border-radius: 3px;
  padding: 4px 10px;
  -ms-flex-align: start;
      align-items: flex-start;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
}

.comparison__table-fixed .comparison__table-block .comparison__table-row > div:first-child {
  border: none;
  padding-left: 0;
}

@media all and (max-width: 1200px) {
  .comparison__table-fixed .comparison__table-block .comparison__table-row > div:first-child {
    display: none;
  }
}

.comparison__table-block {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 50px;
}

.comparison__table-row {
  display: -ms-flexbox;
  display: flex;
}

.comparison__table-row div {
  padding: 14px 35px;
  width: calc(25% - 20px);
  margin-right: 20px;
  border: none;
  background-color: #F5F5F5;
  font-size: 18px;
  line-height: 125.9%;
  color: #000000;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

@media all and (max-width: 1400px) {
  .comparison__table-row div {
    font-size: 17px;
  }
}

@media all and (max-width: 1024px) {
  .comparison__table-row div {
    font-size: 16px;
  }
}

@media all and (max-width: 768px) {
  .comparison__table-row div {
    font-size: 15px;
  }
}

@media all and (max-width: 500px) {
  .comparison__table-row div {
    font-size: 14px;
  }
}

.comparison__table-row div .mob-header {
  display: none;
}

@media all and (max-width: 1200px) {
  .comparison__table-row div .mob-header {
    display: block;
    color: #A9BECA;
    padding: 0;
    width: 100%;
  }
}

.comparison__table-row div:last-child {
  border-right: 0;
}

.comparison__table-row div:first-child:not(.mob-header) {
  font-family: "Circe-Bold";
  font-size: 18px;
  line-height: 125.9%;
  color: #000000;
  width: calc(20% - 20px);
}

@media all and (max-width: 1400px) {
  .comparison__table-row div:first-child:not(.mob-header) {
    font-size: 17px;
  }
}

@media all and (max-width: 1200px) {
  .comparison__table-row div:first-child:not(.mob-header) {
    font-family: "Circe-Regular";
  }
}

@media all and (max-width: 1024px) {
  .comparison__table-row div:first-child:not(.mob-header) {
    font-size: 16px;
  }
}

@media all and (max-width: 768px) {
  .comparison__table-row div:first-child:not(.mob-header) {
    font-size: 15px;
  }
}

@media all and (max-width: 500px) {
  .comparison__table-row div:first-child:not(.mob-header) {
    font-size: 14px;
  }
}

.comparison__table-row .swiper-container,
.comparison__table-row .swiper-wrapper {
  background-color: #F5F9FA !important;
  padding: 0;
  margin-right: 0;
}

@media all and (max-width: 1200px) {
  .comparison__table-row .swiper-container,
  .comparison__table-row .swiper-wrapper {
    width: 100%;
  }
}

.comparison__table-row .swiper-wrapper {
  width: auto !important;
}

.comparison__table-row .swiper-wrapper .swiper-slide {
  font-family: "Circe-Regular";
}

@media all and (max-width: 1400px) {
  .comparison__table-row .swiper-wrapper .swiper-slide {
    font-size: 17px;
  }
}

@media all and (max-width: 1200px) {
  .comparison__table-row .swiper-wrapper .swiper-slide {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
  }
}

@media all and (max-width: 1024px) {
  .comparison__table-row .swiper-wrapper .swiper-slide {
    font-size: 16px;
  }
}

@media all and (max-width: 768px) {
  .comparison__table-row .swiper-wrapper .swiper-slide {
    font-size: 15px;
  }
}

@media all and (max-width: 500px) {
  .comparison__table-row .swiper-wrapper .swiper-slide {
    font-size: 14px;
    padding: 6px 16px;
  }
}

.comparison__table-row:nth-child(odd) div {
  background-color: #DEE8EE;
}

@media all and (max-width: 1200px) {
  .comparison__table-row > div:first-child {
    display: none;
  }
}

.comparison__table-title {
  font-family: "Circe-Bold";
  font-size: 18px;
  line-height: 27px;
  color: #044263;
}

.order-is-processed__container {
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
}

.order-is-processed__title {
  margin-top: 0;
}

@media all and (max-width: 500px) {
  .order-is-processed__title {
    margin-bottom: 14px;
  }
}

.order-is-processed__desc {
  font-family: "Circe-Light";
  font-size: 20px;
  line-height: 125.9%;
  color: #A9BECA;
}

@media all and (max-width: 1024px) {
  .order-is-processed__desc {
    font-size: 18px;
  }
}

@media all and (max-width: 500px) {
  .order-is-processed__desc {
    font-size: 16px;
  }
}

.order-is-processed .button {
  padding: 13px 88px;
}

@media all and (max-width: 768px) {
  .order-is-processed .button {
    padding: 13px 20px;
    margin-top: 65px;
  }
}

.order-is-processed .button span {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.img-right {
  margin-bottom: 53px;
}

@media all and (max-width: 768px) {
  .img-right {
    padding-top: 0;
    margin-bottom: 30px;
  }
}

@media all and (max-width: 500px) {
  .img-right {
    margin-bottom: 0;
  }
}

@media all and (max-width: 768px) {
  .img-right.img-left {
    margin-bottom: 30px;
  }
}

.img-right.img-left .img-right__content {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}

@media all and (max-width: 768px) {
  .img-right.img-left .img-right__content {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
}

@media all and (max-width: 768px) {
  .img-right__title {
    position: absolute;
    top: 0;
  }
}

.img-right__subtitle {
  font-size: 18px;
  line-height: 27px;
  font-family: "Circe-Light";
}

.img-right__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: flex-start;
}

@media all and (max-width: 768px) {
  .img-right__content {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    position: relative;
    padding-top: 30px;
  }
}

.img-right__content-left {
  width: calc(50% - 10px);
}

@media all and (max-width: 768px) {
  .img-right__content-left {
    width: 100%;
  }
}

.img-right__content-right {
  width: calc(50% - 10px);
  text-align: center;
  padding-top: 100px;
}

@media all and (max-width: 768px) {
  .img-right__content-right {
    width: 100%;
    padding-top: 0;
  }
}

.img-right__content-desc {
  margin-top: 23px;
}

.img-right__content-desc ul:last-child {
  margin-bottom: 0;
}

.img-right__content-desc li {
  margin-bottom: 0;
  line-height: 27px;
}

.img-right__content-item {
  background: #DEE8EE;
  border-radius: 5px;
  padding: 31px 45px;
  margin-bottom: 20px;
}

@media all and (max-width: 768px) {
  .img-right__content-item {
    padding: 35px;
  }
}

@media all and (max-width: 500px) {
  .img-right__content-item {
    padding: 13px;
    margin-bottom: 10px;
  }
}

.img-right__content-item:last-child {
  margin-bottom: 0;
}

.img-right__content-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.img-right__content-icon {
  margin-right: 25px;
}

@media all and (max-width: 768px) {
  .img-right__content-icon {
    height: 60px;
    width: auto;
  }
}

@media all and (max-width: 500px) {
  .img-right__content-icon {
    margin-bottom: 0;
    height: 50px;
    width: auto;
  }
}

.img-right__content-icon img {
  height: 100%;
  width: auto;
}

.img-right__content-title {
  font-family: "Circe-Bold";
  font-size: 24px;
  line-height: 120%;
  color: #044263;
}

@media all and (max-width: 1200px) {
  .img-right__content-title {
    font-size: 22px;
  }
}

@media all and (max-width: 1024px) {
  .img-right__content-title {
    font-size: 20px;
  }
}

@media all and (max-width: 768px) {
  .img-right__content-title {
    font-size: 18px;
  }
}

@media all and (max-width: 500px) {
  .img-right__content-title {
    font-size: 16px;
  }
}

.img-right__content-bottom {
  font-family: "Circe-Light";
  margin-top: 31px;
  font-size: 18px;
  line-height: 120%;
  color: #A9BECA;
}

@media all and (max-width: 1200px) {
  .img-right__content-bottom {
    font-size: 17px;
  }
}

@media all and (max-width: 1024px) {
  .img-right__content-bottom {
    font-size: 16px;
  }
}

@media all and (max-width: 768px) {
  .img-right__content-bottom {
    font-size: 15px;
  }
}

@media all and (max-width: 500px) {
  .img-right__content-bottom {
    margin-top: 26px;
    font-size: 14px;
  }
}

.text-default {
  margin-bottom: 71px;
}

.text-default__color {
  background: #DEE8EE;
  border-radius: 5px;
  padding: 22px 32px;
  margin-bottom: 24px;
}

@media all and (max-width: 500px) {
  .text-default__color {
    padding: 15px;
  }
}

.text-default__color p {
  color: #044263;
  font-size: 18px;
  line-height: normal;
  font-family: "Circe-Light";
}

.text-default__color p:last-child {
  margin-bottom: 0;
}

@media all and (max-width: 1440px) {
  .text-default__color p {
    font-size: 17px;
  }
}

@media all and (max-width: 1024px) {
  .text-default__color p {
    font-size: 16px;
  }
}

@media all and (max-width: 768px) {
  .text-default__color p {
    font-size: 15px;
  }
}

@media all and (max-width: 500px) {
  .text-default__color p {
    font-size: 14px;
  }
}

.text-default__content.default-text li {
  line-height: 1.44em;
}

.video {
  margin-top: 64px;
}

@media all and (max-width: 1200px) {
  .video {
    margin-top: 58px;
  }
}

@media all and (max-width: 1024px) {
  .video {
    margin-top: 52px;
  }
}

@media all and (max-width: 768px) {
  .video {
    margin-top: 46px;
  }
}

@media all and (max-width: 500px) {
  .video {
    margin-top: 40px;
  }
}

.video__container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}

.video__container iframe {
  margin-top: 5px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

@media all and (max-width: 500px) {
  .video {
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);
  }
}

@media all and (max-width: 500px) {
  .video .products-slider__tabs-item {
    padding: 0 20px;
  }
}

.looking {
  margin-top: 40px;
  margin-bottom: 80px;
}

.looking__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 27px;
}

.looking__item {
  display: block;
  background: #FFFFFF;
  border-radius: 5px;
  font-family: "Circe-Light";
  font-size: 18px;
  line-height: 100%;
  color: #A9BECA;
  padding: 10px 20px;
  margin-right: 20px;
  margin-bottom: 20px;
  transition: 0.2s;
}

.looking__item:hover {
  color: #044263;
}

.favorites {
  margin-bottom: 61px;
}

.favorites .comparison__selected {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.items-block {
  margin-top: 45px;
  margin-bottom: 22px;
}

@media all and (max-width: 1800px) {
  .items-block {
    margin-top: 36px;
  }
}

@media all and (max-width: 1600px) {
  .items-block {
    margin-top: 30px;
  }
}

@media all and (max-width: 1440px) {
  .items-block {
    margin-top: 26px;
  }
}

@media all and (max-width: 1200px) {
  .items-block {
    margin-top: 22px;
  }
}

@media all and (max-width: 1024px) {
  .items-block {
    margin-top: 18px;
  }
}

@media all and (max-width: 768px) {
  .items-block {
    margin-top: 14px;
  }
}

@media all and (max-width: 500px) {
  .items-block {
    margin-top: 10px;
  }
}

.items-block__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -20px;
}

@media all and (max-width: 700px) {
  .items-block__list {
    margin-right: -10px;
  }
}

.items-block__list a:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.items-block__list-item {
  width: calc(20% - 20px);
  margin-right: 20px;
  margin-bottom: 30px;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  min-height: 206px;
  padding: 16px 28px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
}

@media all and (max-width: 1024px) {
  .items-block__list-item {
    width: calc(25% - 20px);
    margin-bottom: 20px;
  }
}

@media all and (max-width: 900px) {
  .items-block__list-item {
    width: calc(33.3333% - 20px);
    margin-bottom: 20px;
  }
}

@media all and (max-width: 700px) {
  .items-block__list-item {
    width: calc(50% - 10px);
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 20px;
  }
}

@media all and (max-width: 500px) {
  .items-block__list-item {
    min-height: auto;
    height: 140px;
    padding: 15px;
  }
}

.items-block__list-title {
  z-index: 3;
  font-family: "Circe-Bold";
  font-size: 18px;
  line-height: 120.4%;
  color: #FFFFFF;
  position: relative;
  margin-bottom: 0;
}

@media all and (max-width: 1200px) {
  .items-block__list-title {
    font-size: 17px;
  }
}

@media all and (max-width: 1024px) {
  .items-block__list-title {
    font-size: 16px;
  }
}

@media all and (max-width: 768px) {
  .items-block__list-title {
    font-size: 15px;
  }
}

@media all and (max-width: 500px) {
  .items-block__list-title {
    font-size: 14px;
  }
}

.items-block__list-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.items-block__list-img:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 75%;
  background: linear-gradient(180deg, rgba(4, 66, 99, 0) 13.03%, #044263 100%);
  mix-blend-mode: multiply;
  z-index: 2;
}

.items-block__list-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 1s ease-in-out;
}

.toocol-form {
  margin-top: 22px;
  margin-bottom: 103px;
}

@media all and (max-width: 1024px) {
  .toocol-form {
    margin-bottom: 90px;
  }
}

@media all and (max-width: 500px) {
  .toocol-form {
    margin-bottom: 70px;
  }
}

.toocol-form__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: flex-start;
  position: relative;
}

.toocol-form__container:not(.toocol-form__form-contacts) {
  padding-right: calc(50% - 25px);
}

@media all and (max-width: 1024px) {
  .toocol-form__container:not(.toocol-form__form-contacts) {
    padding-right: 0;
  }
}

@media all and (max-width: 1024px) {
  .toocol-form__container.toocol-form__form-contacts {
    padding-right: 50px;
  }
}

@media all and (max-width: 768px) {
  .toocol-form__container.toocol-form__form-contacts {
    padding-right: 35px;
  }
}

@media all and (max-width: 500px) {
  .toocol-form__container.toocol-form__form-contacts {
    padding-right: 20px;
  }
}

.toocol-form__container.toocol-form__form-contacts .toocol-form__form {
  width: 50%;
}

@media all and (max-width: 1200px) {
  .toocol-form__container.toocol-form__form-contacts .toocol-form__form {
    width: 100%;
  }
}

@media all and (max-width: 768px) {
  .toocol-form__container.toocol-form__form-contacts .toocol-form__form {
    margin-top: 32px;
  }
}

@media all and (max-width: 768px) {
  .toocol-form__container.toocol-form__form-contacts .toocol-form__form {
    margin-right: -20px;
    margin-left: -20px;
    width: calc(100% + 40px);
    border-radius: 0;
  }
}

@media all and (max-width: 1200px) {
  .toocol-form__container.toocol-form__form-contacts .toocol-form__left {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}

@media all and (max-width: 1200px) {
  .toocol-form__container.toocol-form__form-contacts .toocol-form__left-group {
    width: calc(50% - 10px);
  }
}

@media all and (max-width: 768px) {
  .toocol-form__container.toocol-form__form-contacts .toocol-form__left-group {
    width: 100%;
  }
}

@media all and (max-width: 1200px) {
  .toocol-form__container.toocol-form__form-contacts .toocol-form__left-value {
    padding-left: 80px;
  }
}

@media all and (max-width: 500px) {
  .toocol-form__container.toocol-form__form-contacts .toocol-form__left-value {
    margin-bottom: 20px;
    padding-top: 0;
  }
}

@media all and (max-width: 1024px) {
  .toocol-form__container {
    padding-right: 0;
  }
}

.toocol-form__left {
  padding-right: 25px;
}

@media all and (max-width: 1024px) {
  .toocol-form__left {
    padding-right: 0;
  }
}

.toocol-form__left-group:last-child .toocol-form__left-value {
  margin-bottom: 0;
}

.toocol-form__left-title {
  font-family: "Circe-Bold";
  font-size: 24px;
  line-height: 125.9%;
  color: #044263;
  margin-bottom: 10px;
}

@media all and (max-width: 1024px) {
  .toocol-form__left-title {
    font-size: 22px;
  }
}

@media all and (max-width: 500px) {
  .toocol-form__left-title {
    font-size: 20px;
  }
}

.toocol-form__left-value {
  padding-left: 94px;
  padding-top: 16px;
  position: relative;
  margin-bottom: 58px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.toocol-form__left-value svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: auto;
}

@media all and (max-width: 500px) {
  .toocol-form__left-value svg {
    width: 40px;
  }
}

.toocol-form__left-value .value {
  font-family: "Circe-Light";
  text-decoration: none;
  font-size: 20px;
  line-height: 1.45;
  color: #000000;
  margin-bottom: 11px;
  display: inline-block;
}

@media all and (max-width: 1024px) {
  .toocol-form__left-value .value {
    font-size: 16px;
  }
}

@media all and (max-width: 768px) {
  .toocol-form__left-value .value {
    margin-bottom: 0;
  }
}

@media all and (max-width: 500px) {
  .toocol-form__left-value .value {
    font-size: 14px;
  }
}

.toocol-form__left-value .value img {
  margin-left: 10px;
}

.toocol-form__left-value .value img:first-child {
  margin-left: 21px;
}

.toocol-form__left-value .value:last-child {
  margin-bottom: 0;
}

.toocol-form__left-bottom {
  margin-top: 72px;
}

@media all and (max-width: 1024px) {
  .toocol-form__left-bottom {
    margin-top: 35px;
  }
}

@media all and (max-width: 500px) {
  .toocol-form__left-bottom {
    margin-top: 30px;
  }

  .toocol-form__left-bottom p:last-child {
    margin-bottom: 0;
  }
}

.toocol-form__left-bottom * {
  padding-right: 120px;
  font-family: "Circe-Bold";
  font-size: 24px;
  line-height: 140%;
  color: #044263;
}

@media all and (max-width: 1440px) {
  .toocol-form__left-bottom * {
    font-size: 20px;
  }
}

@media all and (max-width: 1024px) {
  .toocol-form__left-bottom * {
    font-size: 18px;
    padding-right: 0;
  }
}

@media all and (max-width: 768px) {
  .toocol-form__left-bottom * {
    font-size: 17px;
  }
}

@media all and (max-width: 500px) {
  .toocol-form__left-bottom * {
    font-size: 16px;
  }
}

.toocol-form__absolute {
  width: calc(50% - 25px);
  position: absolute;
  top: 0;
  right: 0;
}

@media all and (max-width: 1024px) {
  .toocol-form__absolute {
    position: static;
    width: 100%;
  }
}

@media all and (max-width: 500px) {
  .toocol-form__absolute {
    margin: 0 -20px;
    width: calc(100% + 40px);
  }
}

.toocol-form__form {
  padding: 53px 65px;
  background-color: #DEE8EE;
  border-radius: 5px;
  position: relative;
  width: 100%;
}

@media all and (max-width: 768px) {
  .toocol-form__form {
    padding: 50px 35px;
  }
}

@media all and (max-width: 500px) {
  .toocol-form__form {
    border-radius: 0;
    padding: 35px 20px;
  }
}

.toocol-form__form > img {
  position: absolute;
  bottom: 0;
  left: -133px;
  width: 179px;
  height: auto;
}

@media all and (max-width: 1200px) {
  .toocol-form__form > img {
    display: none;
  }
}

.toocol-form__form-title {
  font-family: "Circe-Extra-Bold";
  font-size: 36px;
  line-height: 104.9%;
  color: #044263;
  margin-bottom: 15px;
  text-transform: uppercase;
}

@media all and (max-width: 1600px) {
  .toocol-form__form-title {
    font-size: 34px;
  }
}

@media all and (max-width: 1440px) {
  .toocol-form__form-title {
    font-size: 32px;
  }
}

@media all and (max-width: 1200px) {
  .toocol-form__form-title {
    font-size: 30px;
  }
}

@media all and (max-width: 1024px) {
  .toocol-form__form-title {
    font-size: 28px;
  }
}

@media all and (max-width: 768px) {
  .toocol-form__form-title {
    font-size: 26px;
  }
}

@media all and (max-width: 500px) {
  .toocol-form__form-title {
    font-size: 24px;
    margin-bottom: 10px;
  }
}

.toocol-form__form-subtitle {
  margin-bottom: 17px;
  font-size: 20px;
  line-height: 125.9%;
  color: #044263;
  font-family: "Circe-Light";
}

@media all and (max-width: 768px) {
  .toocol-form__form-subtitle {
    font-size: 16px;
  }
}

@media all and (max-width: 500px) {
  .toocol-form__form-subtitle {
    font-size: 14px;
    margin-bottom: 30px;
  }
}

.toocol-form__form-row {
  margin-right: -15px;
  display: -ms-flexbox;
  display: flex;
}

@media all and (max-width: 500px) {
  .toocol-form__form-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: 0;
  }
}

.toocol-form__form label {
  margin-right: 15px;
  -ms-flex: 1;
      flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin-bottom: 15px;
}

@media all and (max-width: 500px) {
  .toocol-form__form label {
    -ms-flex: auto;
        flex: auto;
    width: 100%;
    margin-right: 0;
  }
}

.toocol-form__form label textarea {
  min-height: 115px;
  resize: none;
}

.toocol-form__form label input,
.toocol-form__form label textarea {
  width: 100%;
  padding: 14px 20px 12px 20px;
  font-family: "Circe-Light";
  font-size: 16px;
  line-height: 24px;
  background: #FFFFFF;
  border: 1px solid #DEE8EE;
  border-radius: 5px;
}

.toocol-form__form label input::-webkit-input-placeholder, .toocol-form__form label textarea::-webkit-input-placeholder {
  color: #A9BECA;
}

.toocol-form__form label input:-ms-input-placeholder, .toocol-form__form label textarea:-ms-input-placeholder {
  color: #A9BECA;
}

.toocol-form__form label input::-ms-input-placeholder, .toocol-form__form label textarea::-ms-input-placeholder {
  color: #A9BECA;
}

.toocol-form__form label input::placeholder,
.toocol-form__form label textarea::placeholder {
  color: #A9BECA;
}

.toocol-form__form-label {
  font-family: "Circe-Light";
  font-size: 16px;
  line-height: 24px;
  color: #044263;
  margin-bottom: 3px;
  display: inline-block;
}

.toocol-form__form-button {
  text-align: center;
  margin-top: 27px;
}

@media all and (max-width: 500px) {
  .toocol-form__form-button {
    min-width: auto;
    margin-top: 15px;
  }
}

.products-documents {
  height: auto;
  width: 100%;
}

.products-documents__list {
  height: auto;
  width: 100%;
}

.products-documents__list embed,
.products-documents__list object {
  height: 70vh !important;
  width: 100% !important;
}

.products-documents__item {
  text-decoration: none;
}

.title-block {
  margin: 31px auto;
  width: 100%;
}

.title-block__date {
  color: #A9BECA;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.doc-sin {
  padding-bottom: 40px;
}

.doc-sin__title {
  margin-bottom: 40px;
}

.doc-sin__image {
  display: inline-block;
  float: left;
  margin: 0 30px 30px 0;
  max-width: 400px;
  width: 100%;
}

@media all and (max-width: 768px) {
  .doc-sin__image {
    margin-right: 0;
    max-width: none;
  }
}

.doc-sin__content {
  text-align: justify;
}

@media all and (max-width: 768px) {
  .doc-sin__content p {
    clear: both;
    float: none;
  }
}

@media all and (max-width: 768px) {
  .doc-sin__content h3,
  .doc-sin__content h4,
  .doc-sin__content ul,
  .doc-sin__content ol,
  .doc-sin__content li {
    float: none;
    clear: both;
    width: 100%;
    margin-left: 0;
  }
}

.doc-sin__content table td a {
  text-decoration: underline;
  color: #E63525;
}

@media all and (max-width: 768px) {
  .doc-sin__content table td {
    font-size: 1.6rem;
    line-height: 110%;
  }
}

@media all and (max-width: 500px) {
  .doc-sin__content table td {
    font-size: 1.4rem;
  }
}

.doc-sin__content picture {
  float: right;
  margin-bottom: 40px;
  margin-left: 40px;
}

@media all and (max-width: 768px) {
  .doc-sin__content picture {
    margin-bottom: 20px;
    margin-left: 20px;
  }
}

@media all and (max-width: 500px) {
  .doc-sin__content picture {
    float: none;
    clear: both;
    width: 100%;
    margin-left: 0;
  }
}

.doc-sin__content picture:after {
  content: "";
  clear: both;
  display: block;
  float: none;
}

.doc-sin table {
  width: 100%;
  margin-bottom: 20px;
}

.doc-sin table tr:nth-child(odd) {
  background-color: #DEE8EE;
}

.doc-sin table td {
  border: 1px solid #044263;
  width: auto !important;
}

.doc-sin table td p {
  margin-bottom: 0;
}

@media all and (max-width: 1440px) {
  .doc-sin .big-table {
    overflow: auto;
    position: relative;
  }

  .doc-sin .big-table table {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }

  .doc-sin .scroll-right:after {
    content: "";
    display: block;
    width: 15px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    background: radial-gradient(ellipse at right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 75%) 100% center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: 15px 100%;
    background-position: 100% 0%;
  }

  .doc-sin .scroll-left:before {
    content: "";
    display: block;
    width: 15px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 500;
    background: radial-gradient(ellipse at left, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 75%) 0 center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: 15px 100%;
  }
}

.search-page__result-row {
  padding-bottom: 20px;
  padding-top: 20px;
  border-bottom: 1px dotted #A9BECA;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
}

.search-page__result-row:first-child {
  padding-top: 0;
}

.search-page__result-img {
  width: 150px;
  height: 150px;
  margin-right: 48px;
}

@media all and (max-width: 500px) {
  .search-page__result-img {
    width: 100px;
    height: 100px;
    margin-right: 20px;
    margin-bottom: 20px;
  }
}

.search-page__result-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.search-page__result-wrapper {
  -ms-flex: 1;
      flex: 1;
}

.search-page__result-group {
  background-color: #DEE8EE;
  display: block;
  color: #044263;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 125.9%;
  padding: 20px 25px;
  margin-bottom: 20px;
}

@media all and (max-width: 1024px) {
  .search-page__result-group {
    font-size: 22px;
  }
}

@media all and (max-width: 768px) {
  .search-page__result-group {
    font-size: 20px;
  }
}

@media all and (max-width: 500px) {
  .search-page__result-group {
    padding: 15px 20px;
    font-size: 18px;
  }
}

.search-page__result.blog {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -19px;
  width: calc(100% + 19px);
}

@media all and (max-width: 1024px) {
  .search-page__result.blog {
    margin-right: -20px;
    width: calc(100% + 20px);
  }
}

@media all and (max-width: 600px) {
  .search-page__result.blog {
    width: 100%;
    margin-right: 0;
  }
}

.search-page__result.blog .blog-item {
  width: calc(33.3333% - 19px);
  margin-right: 19px;
  margin-bottom: 20px;
}

@media all and (max-width: 1024px) {
  .search-page__result.blog .blog-item {
    width: calc(50% - 20px);
    margin-right: 20px;
  }
}

@media all and (max-width: 600px) {
  .search-page__result.blog .blog-item {
    width: 100%;
    margin-right: 0;
  }
}

.search-page__result.blog .search-page__result-group {
  width: 100%;
}

.search-page__result.blog .search-page__result-img {
  width: 100%;
  height: 250px;
  margin-bottom: 10px;
  display: block;
}

@media all and (max-width: 500px) {
  .search-page__result.blog .search-page__result-img {
    height: auto;
  }
}

.search-page__result.blog .search-page__result-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.search-page__result.blog .search-page__result-title {
  color: #044263;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
}

@media all and (max-width: 768px) {
  .search-page__result.blog .search-page__result-title {
    font-size: 17px;
  }
}

@media all and (max-width: 500px) {
  .search-page__result.blog .search-page__result-title {
    font-size: 16px;
  }
}

.search-page__result.products {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -20px;
}

@media all and (max-width: 500px) {
  .search-page__result.products {
    margin-right: -10px;
  }
}

.search-page__result.products .products-slider__contents-slide {
  width: calc(20% - 20px);
  margin-right: 20px;
  margin-bottom: 20px;
}

@media all and (max-width: 1200px) {
  .search-page__result.products .products-slider__contents-slide {
    width: calc(25% - 20px);
  }
}

@media all and (max-width: 1024px) {
  .search-page__result.products .products-slider__contents-slide {
    width: calc(33.3333% - 20px);
  }
}

@media all and (max-width: 768px) {
  .search-page__result.products .products-slider__contents-slide {
    width: calc(50% - 20px);
  }
}

@media all and (max-width: 500px) {
  .search-page__result.products .products-slider__contents-slide {
    width: calc(50% - 10px);
    margin-bottom: 10px;
    margin-right: 10px;
  }
}

.search-page__result-title {
  font-size: 18px;
  text-decoration: underline;
  margin-bottom: 0;
}

@media all and (max-width: 1440px) {
  .search-page__result-title {
    font-size: 16px;
  }
}

@media all and (max-width: 1024px) {
  .search-page__result-title {
    font-size: 15px;
  }
}

.search-page__result-excerpt p {
  margin-bottom: 0;
}

@media all and (max-width: 768px) {
  .search-page__result-excerpt p {
    font-size: 15px;
    margin-top: 10px;
    line-height: 120%;
  }
}

@media all and (max-width: 500px) {
  .search-page__result-excerpt p {
    font-size: 14px;
  }
}

.sucesspopup {
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0.8);
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  top: 0;
  left: 0;
}

.sucesspopup__container {
  max-width: 300px;
  padding: 40px;
  font-size: 20px;
  text-align: center;
  box-shadow: 0px 4px 20px 0px rgba(169, 190, 202, 0.3);
  background-color: #FFFFFF;
}

.sucesspopup__container p {
  margin-bottom: 0;
  font-size: 24px;
  line-height: 150%;
  color: #000000;
  font-family: "Circe-Regular";
}

@media all and (max-width: 1440px) {
  .sucesspopup__container p {
    font-size: 20px;
  }
}

@media all and (max-width: 1024px) {
  .sucesspopup__container p {
    font-size: 18px;
  }
}

.technic-widget {
  position: relative;
}

.technic-widget__title {
  top: 35px;
  left: 0;
  position: absolute;
  padding: 14px 20px 13px 32px;
  color: #044263;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 125.9%;
  pointer-events: none;
  width: auto;
  border-right: 20px solid transparent;
  border-top: 57px solid #FFD02C;
}

@media all and (max-width: 768px) {
  .technic-widget__title {
    font-size: 22px;
    border-top: 46px solid #FFD02C;
    padding: 14px 20px 13px 20px;
  }
}

.technic-widget__title-value {
  -webkit-transform: translateY(-57px);
          transform: translateY(-57px);
}

@media all and (max-width: 768px) {
  .technic-widget__title-value {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
}

.technic-widget__wrapper {
  position: relative;
}

.technic-widget__wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.technic-widget__text {
  position: absolute;
  bottom: 32px;
  right: 32px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  color: #A9BECA;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: 0.2s;
}

.technic-widget__text:hover {
  color: #FFD02C;
}

.technic-widget__text:hover svg path {
  fill: #FFD02C;
}

@media all and (max-width: 1200px) {
  .technic-widget__text {
    font-size: 14px;
  }
}

@media all and (max-width: 600px) {
  .technic-widget__text {
    font-size: 13px;
  }
}

@media all and (max-width: 500px) {
  .technic-widget__text {
    font-size: 12px;
  }
}

.technic-widget__text svg {
  margin-left: 13px;
}

.blog1 {
  margin: 31px auto;
  width: 100%;
}

.blog1__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.blog1__content {
  width: 50%;
}

@media all and (max-width: 768px) {
  .blog1__content {
    width: 100%;
  }
}

.blog1__image {
  width: 40%;
}

@media all and (max-width: 768px) {
  .blog1__image {
    width: 100%;
  }
}

.blog2 {
  margin: 49px auto;
}

@media all and (max-width: 1200px) {
  .blog2 {
    padding: 0;
  }
}

.blog2__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  background-color: #DEE8EE;
  padding: 37px 140px;
  width: 100%;
}

@media all and (max-width: 1200px) {
  .blog2__container {
    padding: 30px 75px;
  }
}

@media all and (max-width: 1024px) {
  .blog2__container {
    padding: 30px 50px;
  }
}

@media all and (max-width: 768px) {
  .blog2__container {
    padding: 25px 35px;
  }
}

@media all and (max-width: 500px) {
  .blog2__container {
    padding: 20px;
  }
}

.blog2__content {
  width: 40%;
}

@media all and (max-width: 768px) {
  .blog2__content {
    width: 100%;
    margin-top: 40px;
  }
}

@media all and (max-width: 500px) {
  .blog2__content {
    margin-top: 20px;
  }
}

.blog2__image {
  width: 50%;
  text-align: center;
}

@media all and (max-width: 768px) {
  .blog2__image {
    width: 100%;
  }

  .blog2__image picture {
    display: block;
    width: 100%;
  }

  .blog2__image img {
    width: 100%;
  }
}

.blog2__image-alt {
  color: #000;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 190.4%;
  margin-bottom: 1.2em;
}

@media all and (max-width: 1024px) {
  .blog2__image-alt {
    font-size: 16px;
  }
}

@media all and (max-width: 768px) {
  .blog2__image-alt {
    font-size: 14px;
  }
}

@media all and (max-width: 500px) {
  .blog2__image-alt {
    font-size: 12px;
  }
}

.blog3 {
  margin: 46px auto 60px auto;
}

.blog3__title {
  margin-bottom: 34px;
}

.blog3__item {
  margin-bottom: 58px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.blog3__item:last-child {
  margin-bottom: 0;
}

.blog3__content {
  width: 50%;
}

@media all and (max-width: 1024px) {
  .blog3__content {
    width: 100%;
  }
}

.blog3__image {
  width: 40%;
}

@media all and (max-width: 1024px) {
  .blog3__image {
    width: 100%;
    margin-top: 40px;
  }
}

@media all and (max-width: 768px) {
  .blog3__image {
    margin-top: 30px;
  }
}

@media all and (max-width: 500px) {
  .blog3__image {
    margin-top: 20px;
  }
}

.blog4 {
  margin: 60px auto 30px auto;
}

@media all and (max-width: 1200px) {
  .blog4 {
    padding: 0;
  }
}

@media all and (max-width: 768px) {
  .blog4 {
    margin: 30px 0 30px 0;
  }
}

.blog4__container {
  background-color: #DEE8EE;
  padding: 56px 64px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
}

@media all and (max-width: 1200px) {
  .blog4__container {
    padding: 30px 75px;
  }
}

@media all and (max-width: 1024px) {
  .blog4__container {
    padding: 30px 50px;
  }
}

@media all and (max-width: 768px) {
  .blog4__container {
    padding: 25px 35px;
  }
}

@media all and (max-width: 500px) {
  .blog4__container {
    padding: 20px;
  }
}

.blog4__image {
  text-align: center;
  margin-top: 36px;
  width: 100%;
}

@media all and (max-width: 768px) {
  .blog4__image {
    margin-top: 35px;
  }
}

@media all and (max-width: 500px) {
  .blog4__image {
    margin-top: 20px;
  }
}

.cookie-popup {
  position: fixed;
  left: 0;
  bottom: -100%;
  width: 100%;
  background-color: #044263;
  padding: 40px 38px;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
  box-sizing: border-box;
  z-index: 9999999;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: start;
      align-items: flex-start;
  box-shadow: 0px -4px 20px rgba(0, 0, 0, 0.3);
}

@media all and (max-width: 500px) {
  .cookie-popup {
    padding: 20px 20px 20px 20px;
  }
}

.cookie-popup.active {
  bottom: 0;
  visibility: visible;
}

.cookie-popup span {
  display: block;
  max-width: calc(100% - 228px);
  font-size: 18px;
  line-height: 130%;
  color: #fff;
}

@media all and (max-width: 768px) {
  .cookie-popup span {
    max-width: 100%;
  }
}

@media all and (max-width: 500px) {
  .cookie-popup span {
    font-size: 14px;
  }
}

.cookie-popup span a {
  text-decoration: underline;
  color: #fff;
}

.cookie-popup .close-cookies {
  cursor: pointer;
  pointer-events: all;
  display: block;
  width: 190px;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid rgba(255, 255, 255, 0.95);
  font-size: 16px;
  line-height: 150%;
  color: rgba(255, 255, 255, 0.95);
}

@media all and (max-width: 768px) {
  .cookie-popup .close-cookies {
    margin-top: 20px;
  }
}

@media all and (max-width: 500px) {
  .cookie-popup .close-cookies {
    width: 100%;
  }
}

.cookie-popup .close-cookies svg {
  width: 25px;
  height: 25px;
  fill: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

.cookie-popup:before {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  transition: opacity linear 0.3s;
}

.exclusive-widget {
  position: relative;
}

.exclusive-widget__title {
  top: 35px;
  left: 0;
  position: absolute;
  padding: 14px 32px 13px 32px;
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 125.9%;
  pointer-events: none;
  width: auto;
  border-right: 20px solid transparent;
  border-top: 57px solid #30C690;
  z-index: 2;
}

@media all and (max-width: 768px) {
  .exclusive-widget__title {
    font-size: 22px;
    border-top: 46px solid #FFD02C;
    padding: 14px 20px 13px 20px;
  }
}

.exclusive-widget__title-value {
  -webkit-transform: translateY(-57px);
          transform: translateY(-57px);
}

@media all and (max-width: 768px) {
  .exclusive-widget__title-value {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
}

.exclusive-widget__container {
  z-index: 0;
}

.exclusive-widget__container .swiper-pagination {
  bottom: 27px;
}

.exclusive-widget__container .swiper-pagination-bullet {
  background-color: #A9BECA;
}

.exclusive-widget__container .swiper-pagination-bullet-active {
  background-color: #30C690;
}

.exclusive-widget__slide {
  position: relative;
}

.exclusive-widget__slide img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.exclusive-widget__slide-desc {
  position: absolute;
  bottom: 44px;
  left: 29px;
}

.exclusive-widget__slide-untitle {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media all and (max-width: 768px) {
  .exclusive-widget__slide-untitle {
    font-size: 22px;
  }
}

@media all and (max-width: 500px) {
  .exclusive-widget__slide-untitle {
    font-size: 20px;
  }
}

.exclusive-widget__slide-title {
  color: #FFF;
  font-size: 64px;
  font-style: normal;
  font-weight: 800;
  line-height: 100%;
}

@media all and (max-width: 1200px) {
  .exclusive-widget__slide-title {
    font-size: 58px;
  }
}

@media all and (max-width: 1024px) {
  .exclusive-widget__slide-title {
    font-size: 52px;
  }
}

@media all and (max-width: 768px) {
  .exclusive-widget__slide-title {
    font-size: 46px;
  }
}

@media all and (max-width: 500px) {
  .exclusive-widget__slide-title {
    font-size: 40px;
  }
}

.map {
  margin-top: 45px;
  margin-bottom: 48px;
}

@media all and (max-width: 1800px) {
  .map {
    margin-top: 36px;
  }
}

@media all and (max-width: 1600px) {
  .map {
    margin-top: 30px;
  }
}

@media all and (max-width: 1440px) {
  .map {
    margin-top: 26px;
  }
}

@media all and (max-width: 1200px) {
  .map {
    margin-top: 22px;
  }
}

@media all and (max-width: 1024px) {
  .map {
    margin-top: 18px;
    margin-bottom: 40px;
  }
}

@media all and (max-width: 768px) {
  .map {
    margin-top: 14px;
    margin-bottom: 38px;
  }
}

@media all and (max-width: 500px) {
  .map {
    margin-top: 10px;
    margin-bottom: 35px;
  }
}

.map__title {
  margin-bottom: 30px;
}

.map #map {
  height: 525px;
}

@media all and (max-width: 500px) {
  .map #map {
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);
  }
}

@media all and (max-width: 500px) {
  .map #map {
    height: 318px;
  }
}

.blog-page {
  margin-bottom: 80px;
}

@media all and (max-width: 1800px) {
  .blog-page {
    margin-top: 36px;
  }
}

@media all and (max-width: 1600px) {
  .blog-page {
    margin-top: 30px;
  }
}

@media all and (max-width: 1440px) {
  .blog-page {
    margin-top: 26px;
  }
}

@media all and (max-width: 1200px) {
  .blog-page {
    margin-top: 22px;
  }
}

@media all and (max-width: 1024px) {
  .blog-page {
    margin-top: 18px;
  }
}

@media all and (max-width: 768px) {
  .blog-page {
    margin-top: 14px;
  }
}

@media all and (max-width: 500px) {
  .blog-page {
    margin-top: 10px;
  }
}

.blog-page__filter {
  display: none;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 30px;
}

@media all and (max-width: 1440px) {
  .blog-page__filter {
    width: calc(50% - 10px);
  }
}

@media all and (max-width: 1024px) {
  .blog-page__filter {
    width: calc(33.3333% - 13px);
    display: -ms-inline-flexbox;
    display: inline-flex;
    cursor: pointer;
  }
}

@media all and (max-width: 768px) {
  .blog-page__filter {
    width: calc(50% - 10px);
  }
}

@media all and (max-width: 500px) {
  .blog-page__filter {
    width: 100%;
  }
}

.blog-page__filter span {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  max-width: 300px;
}

.blog-page__filter svg {
  margin-right: 10px;
}

.blog-page__filter .button {
  width: 100%;
}

.blog-page__title {
  margin-bottom: 31px;
}

@media all and (max-width: 768px) {
  .blog-page__title {
    margin-bottom: 20px;
  }
}

@media all and (max-width: 500px) {
  .blog-page__title {
    margin-bottom: 10px;
  }
}

.blog-page__wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

@media all and (max-width: 1024px) {
  .blog-page__wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.blog-page .category__group {
  position: relative;
}

.blog-page .category__group.active .blog-page__rubrik {
  display: inline-block;
}

.blog-page .category__group-close {
  position: absolute;
  top: 23px;
  right: 24px;
  cursor: pointer;
  pointer-events: none;
}

.blog-page__rubriks {
  width: 431px;
}

@media all and (max-width: 1440px) {
  .blog-page__rubriks {
    width: 300px;
  }
}

@media all and (max-width: 1024px) {
  .blog-page__rubriks {
    position: fixed;
    top: 0;
    right: -120vw;
    height: 100vh;
    width: 300px;
    background-color: white;
    padding-top: 60px;
    z-index: 30;
  }
}

@media all and (max-width: 500px) {
  .blog-page__rubriks {
    width: 100%;
  }
}

.blog-page__rubriks.active {
  right: 0;
}

.blog-page__rubriks-close {
  display: none;
  margin-left: 18px;
  cursor: pointer;
}

@media all and (max-width: 1024px) {
  .blog-page__rubriks-close {
    display: inline-block;
  }
}

.blog-page__rubriks .category__group {
  background: #FFFFFF;
  border-radius: 5px;
  margin-bottom: 15px;
  padding: 18px 24px 1px 24px;
}

@media all and (max-width: 1024px) {
  .blog-page__rubriks .category__group {
    margin-bottom: 0;
    padding: 18px 24px 0px 24px;
  }
}

.blog-page__rubriks .category__group br {
  display: none;
}

.blog-page__rubriks .category__group-head {
  font-family: "Circe-Bold";
  font-size: 18px;
  line-height: 27px;
  color: #044263;
  margin-bottom: 15px;
  cursor: pointer;
}

.blog-page__rubriks .category__group label {
  font-family: "Circe-Light";
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  margin-bottom: 8px;
}

.blog-page__rubriks .category__group.group-active {
  padding: 18px 24px 18px 24px;
}

@media all and (max-width: 1024px) {
  .blog-page__rubriks .category__group.group-active {
    padding: 18px 24px 0 24px;
  }
}

.blog-page__rubriks .category__group.group-active .blog-page__rubrik {
  display: inline-block !important;
}

.blog-page__rubriks .category__group.group-active br {
  display: inline-block;
}

.blog-page__rubriks .category__group.group-active .vert {
  display: none;
}

.blog-page__rubrik {
  -ms-flex-align: center;
      align-items: center;
  display: none;
  cursor: pointer;
}

.blog-page__rubrik input:checked + .input {
  border: 1px solid #044263;
  background-color: #044263;
  position: relative;
}

.blog-page__rubrik input:checked + .input:before {
  position: absolute;
  top: 4px;
  left: 2px;
  width: 10px;
  height: 4px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  display: -ms-flexbox;
  display: flex;
  content: "";
  border-bottom: 2px solid white;
  border-left: 2px solid white;
}

.blog-page__rubrik .input {
  width: 18px;
  height: 18px;
  margin-right: 12px;
  border: 1px solid #DEE8EE;
  background-color: white;
  border-radius: 2px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: -2px;
}

.blog-page__rubrik-head {
  font-family: "Circe-Light";
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  display: inline-block;
}

.blog-page__rubrik-head span {
  color: #A9BECA;
  margin: 0 5px;
}

.blog-page__contents {
  width: calc(100% - 451px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

@media all and (max-width: 1440px) {
  .blog-page__contents {
    width: calc(100% - 320px);
  }
}

@media all and (max-width: 1024px) {
  .blog-page__contents {
    width: calc(100% + 20px);
    margin-right: -20px;
  }
}

.blog-page__item {
  width: calc(50% - 34px);
  margin-bottom: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

@media all and (max-width: 1440px) {
  .blog-page__item {
    width: calc(50% - 10px);
  }
}

@media all and (max-width: 1024px) {
  .blog-page__item {
    width: calc(33.3333% - 20px);
    margin-right: 20px;
  }
}

@media all and (max-width: 768px) {
  .blog-page__item {
    width: calc(50% - 20px);
  }
}

@media all and (max-width: 500px) {
  .blog-page__item {
    width: 100%;
  }
}

.blog-page__item:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.blog-page__item-desc {
  margin-top: 7px;
}

.blog-page__item-desc * {
  font-family: "Circe-Light";
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}

@media all and (max-width: 500px) {
  .blog-page__item-desc * {
    font-size: 14px;
  }
}

@media all and (max-width: 500px) {
  .blog-page__item-desc p {
    margin-bottom: 0;
  }
}

@media all and (max-width: 500px) {
  .blog-page__item-desc {
    margin-bottom: 0;
    margin-top: 0;
  }
}

.blog-page__item-more {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex: 1;
      flex: 1;
}

@media all and (max-width: 768px) {
  .blog-page__item-more {
    display: none;
  }
}

.blog-page__item-more a {
  font-family: "Circe-Light";
  font-size: 16px;
  line-height: 24px;
  color: #A9BECA;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
}

.blog-page__item-more a svg {
  margin-left: 13px;
}

.blog-page__item-img {
  height: 249px;
  border-radius: 5px;
  overflow: hidden;
}

@media all and (max-width: 500px) {
  .blog-page__item-img {
    height: 150px;
  }
}

.blog-page__item-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  transition: 1s ease-in-out;
}

.blog-page__item-date {
  font-family: "Circe-Light";
  font-size: 14px;
  line-height: 21px;
  color: #A9BECA;
  margin-top: 10px;
}

.blog-page__item-lnk {
  text-decoration: none;
}

.blog-page__item-title {
  margin-top: 10px;
  font-family: "Circe-Bold";
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  color: #044263;
}

@media all and (max-width: 500px) {
  .blog-page__item-title {
    margin-top: 6px;
    margin-bottom: 6px;
    font-size: 16px;
  }
}

.page-reviews .reviews {
  margin-bottom: 75px;
}

.page-reviews .reviews__form {
  margin-bottom: 61px;
}

.page-reviews .reviews__form .block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.page-reviews .reviews__form .block input {
  width: calc(50% - 10px);
}

.page-reviews .reviews__form .block textarea {
  width: 100%;
  height: 90px;
  resize: none;
  padding: 13px 30px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #044263;
}

@media all and (max-width: 1024px) {
  .page-reviews .reviews__form .block textarea {
    font-size: 15px;
  }
}

@media all and (max-width: 500px) {
  .page-reviews .reviews__form .block textarea {
    font-size: 14px;
    padding: 13px 20px;
  }
}

.page-reviews .reviews__form .block textarea::-webkit-input-placeholder {
  color: #A9BECA;
  font-family: "Circe";
}

.page-reviews .reviews__form .block textarea:-ms-input-placeholder {
  color: #A9BECA;
  font-family: "Circe";
}

.page-reviews .reviews__form .block textarea::-ms-input-placeholder {
  color: #A9BECA;
  font-family: "Circe";
}

.page-reviews .reviews__form .block textarea::placeholder {
  color: #A9BECA;
  font-family: "Circe";
}

.page-reviews .reviews__form .block input,
.page-reviews .reviews__form .block textarea {
  background: #FFFFFF;
  border: 1px solid #DEE8EE;
  border-radius: 5px;
}

.page-reviews .reviews__form-label {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #044263;
}

@media all and (max-width: 1024px) {
  .page-reviews .reviews__form-label {
    font-size: 15px;
  }
}

@media all and (max-width: 500px) {
  .page-reviews .reviews__form-label {
    font-size: 14px;
  }
}

.page-reviews .reviews__form-buttons {
  text-align: center;
}

.page-reviews .reviews__form button {
  margin-top: 20px;
}

.page-reviews .reviews .rate-area {
  border-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
  -ms-flex-pack: end;
      justify-content: flex-end;
}

.page-reviews .reviews .rate-area:not(:checked) > input {
  position: absolute;
  top: -9999px;
  clip: rect(0, 0, 0, 0);
}

.page-reviews .reviews .rate-area:not(:checked) > label {
  width: 1em;
  padding: 0 0.1em;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 400%;
  line-height: 1.2;
  color: lightgrey;
  text-shadow: 1px 1px #bbb;
}

@media all and (max-width: 1024px) {
  .page-reviews .reviews .rate-area:not(:checked) > label {
    font-size: 30px;
  }
}

@media all and (max-width: 500px) {
  .page-reviews .reviews .rate-area:not(:checked) > label {
    font-size: 24px;
  }
}

.page-reviews .reviews .rate-area:not(:checked) > label:before {
  content: "★ ";
}

.page-reviews .reviews .rate-area > input:checked ~ label {
  color: #FFD02C;
  text-shadow: 1px 1px #FFD02C;
  font-size: 400% !important;
}

@media all and (max-width: 1024px) {
  .page-reviews .reviews .rate-area > input:checked ~ label {
    font-size: 30px !important;
  }
}

@media all and (max-width: 500px) {
  .page-reviews .reviews .rate-area > input:checked ~ label {
    font-size: 24px !important;
  }
}

.page-reviews .reviews .rate-area:not(:checked) > label:hover,
.page-reviews .reviews .rate-area:not(:checked) > label:hover ~ label {
  color: #FFD02C;
}

.page-reviews .reviews .rate-area > input:checked + label:hover,
.page-reviews .reviews .rate-area > input:checked + label:hover ~ label,
.page-reviews .reviews .rate-area > input:checked ~ label:hover,
.page-reviews .reviews .rate-area > input:checked ~ label:hover ~ label,
.page-reviews .reviews .rate-area > label:hover ~ input:checked ~ label {
  color: #FFD02C;
  text-shadow: 1px 1px #FFD02C;
}

.page-reviews .reviews .rate-area > label:active {
  position: relative;
  top: 2px;
  left: 2px;
}

.page-reviews .reviews__item {
  background: #FFFFFF;
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 20px 30px;
  border: 1px solid #DEE8EE;
}

@media all and (max-width: 1024px) {
  .page-reviews .reviews__item {
    padding: 20px 25px;
  }
}

@media all and (max-width: 500px) {
  .page-reviews .reviews__item {
    padding: 20px 20px;
    margin-bottom: 10px;
  }
}

.page-reviews .reviews__item-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 22px;
}

@media all and (max-width: 768px) {
  .page-reviews .reviews__item-header {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
    margin-bottom: 9px;
  }
}

.page-reviews .reviews__item-name {
  font-weight: 700;
  font-size: 16px;
  line-height: 125.9%;
  color: #044263;
}

@media all and (max-width: 1024px) {
  .page-reviews .reviews__item-name {
    font-size: 15px;
  }
}

@media all and (max-width: 500px) {
  .page-reviews .reviews__item-name {
    font-size: 14px;
  }
}

.page-reviews .reviews__item-date {
  -ms-flex: 1;
      flex: 1;
  text-align: right;
  font-weight: 400;
  font-size: 16px;
  line-height: 125.9%;
  color: #A9BECA;
}

@media all and (max-width: 1024px) {
  .page-reviews .reviews__item-date {
    font-size: 15px;
  }
}

@media all and (max-width: 500px) {
  .page-reviews .reviews__item-date {
    font-size: 14px;
  }
}

.page-reviews .reviews__item-rate {
  margin-left: 20px;
}

@media all and (max-width: 768px) {
  .page-reviews .reviews__item-rate {
    margin: 9px 0 9px 0;
  }
}

.page-reviews .reviews__item-rate .container span {
  font-size: 18px;
  color: #044263;
}

.page-reviews .reviews__item-rate .container span.checked {
  color: #FFD02C;
}

.page-reviews .reviews__item-content * {
  font-weight: 400;
  font-size: 16px;
  line-height: 125.9%;
  color: #000000;
}

@media all and (max-width: 1024px) {
  .page-reviews .reviews__item-content * {
    font-size: 15px;
  }
}

@media all and (max-width: 500px) {
  .page-reviews .reviews__item-content * {
    font-size: 14px;
  }
}

.page-reviews .reviews__item-content *:last-child {
  margin-bottom: 0;
}

.cabinet {
  margin-bottom: 115px;
}

.cabinet .scroll-block {
  overflow-y: scroll;
  -ms-flex: 1;
      flex: 1;
}

.cabinet .scroll-block:hover::-webkit-scrollbar-track {
  background: #DEE8EE;
}

.cabinet .scroll-block:hover::-webkit-scrollbar-thumb {
  background: #A9BECA;
}

.cabinet .scroll-block::-webkit-scrollbar {
  width: 2px;
}

.cabinet .scroll-block::-webkit-scrollbar-track {
  background: transparent;
  width: 2px;
  background-clip: content-box;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.cabinet .scroll-block::-webkit-scrollbar-thumb {
  background: transparent;
  width: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.cabinet #resultFields {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media all and (max-width: 768px) {
  .cabinet #resultFields .shop-page__aside-item {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media all and (max-width: 500px) {
  .cabinet #resultFields .shop-page__aside-item svg {
    display: block;
    right: 0;
    top: 5px;
  }
}

.cabinet #resultFields .category__group {
  width: calc(25% - 20px);
  margin-right: 20px;
  margin-bottom: 20px;
  max-height: 250px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

@media all and (max-width: 1440px) {
  .cabinet #resultFields .category__group {
    width: calc(33.3333% - 20px);
  }
}

@media all and (max-width: 768px) {
  .cabinet #resultFields .category__group {
    width: calc(50% - 20px);
  }

  .cabinet #resultFields .category__group .shop-page__rubrik-name {
    font-size: 14px;
  }

  .cabinet #resultFields .category__group .shop-page__aside-item-title {
    font-size: 15px;
  }
}

@media all and (max-width: 500px) {
  .cabinet #resultFields .category__group {
    width: 100%;
  }
}

.cabinet #resultFields .category__group-triger {
  display: none;
}

.cabinet__tabs {
  margin-top: 31px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.cabinet__links {
  width: 274px;
}

@media all and (max-width: 1300px) {
  .cabinet__links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    width: 100%;
  }
}

@media all and (max-width: 430px) {
  .cabinet__links {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

.cabinet__links-item {
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  color: #044263;
  padding: 18px 24px;
  margin-bottom: 10px;
  background-color: #FFFFFF;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.2s;
  -ms-flex-direction: column;
      flex-direction: column;
}

@media all and (max-width: 1300px) {
  .cabinet__links-item {
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    margin-right: 1px;
  }
}

@media all and (max-width: 768px) {
  .cabinet__links-item {
    font-size: 16px;
    padding: 14px 16px;
  }
}

@media all and (max-width: 430px) {
  .cabinet__links-item {
    width: 100%;
    margin-bottom: 10px;
    border-radius: 5px;
  }
}

.cabinet__links-item.active,
.cabinet__links-item:hover {
  background-color: #DEE8EE;
}

.cabinet__contents {
  width: calc(100% - 294px);
}

@media all and (max-width: 1300px) {
  .cabinet__contents {
    width: 100%;
  }
}

.cabinet__contents-item {
  display: none;
  -ms-flex-direction: column;
      flex-direction: column;
}

.cabinet__contents-item.active {
  display: -ms-flexbox;
  display: flex;
}

.cabinet__contents-header {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  background: #FFFFFF;
  border-radius: 5px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #A9BECA;
  padding: 0 31px;
  margin-bottom: 12px;
}

@media all and (max-width: 1024px) {
  .cabinet__contents-header {
    padding: 16px 31px;
  }
}

@media all and (max-width: 500px) {
  .cabinet__contents-header {
    padding: 16px 20px;
  }
}

.cabinet__contents-header .header-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.cabinet__contents-header .header-item-mobile {
  display: none;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 10px 30px;
  border-radius: 5px;
  border: 1px solid #044263;
}

@media all and (max-width: 1024px) {
  .cabinet__contents-header .header-item-mobile {
    display: -ms-flexbox;
    display: flex;
  }
}

.cabinet__contents-header .header-item-mobile svg {
  margin-right: 20px;
}

.cabinet__contents-header .header-item-mobile span {
  font-weight: 400;
  font-size: 16px;
  line-height: 125.9%;
  color: #044263;
}

.cabinet__contents-header .header-item__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.cabinet__contents-header .header-item__list-item {
  margin-left: 29px;
  cursor: pointer;
  padding: 17px 0;
  border-bottom: 2px solid transparent;
  color: #044263;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  transition: 0.2s;
}

.cabinet__contents-header .header-item__list-item.active,
.cabinet__contents-header .header-item__list-item:hover {
  border-bottom: 2px solid #E63525;
  color: #E63525;
}

.cabinet__contents-header .found {
  -ms-flex: 1;
      flex: 1;
}

@media all and (max-width: 450px) {
  .cabinet__contents-header .found {
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

.cabinet__contents-header .found span {
  font-weight: 400;
  font-size: 16px;
  line-height: 125.9%;
  color: #044263;
  margin-left: 11px;
}

@media all and (max-width: 450px) {
  .cabinet__contents-header .found span {
    margin-left: 0;
  }
}

@media all and (max-width: 1024px) {
  .cabinet__contents-header .show {
    display: none;
  }

  .cabinet__contents-header .show.active-sort {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

.cabinet__contents-order {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 20px 56px 16px 31px;
  border: 1px solid #DEE8EE;
  border-radius: 5px;
  position: relative;
  margin-bottom: 12px;
  background-color: #FFF;
}

@media all and (max-width: 600px) {
  .cabinet__contents-order {
    padding: 20px 20px 16px 20px;
  }
}

.cabinet__contents-order.show .cabinet__contents-order-full {
  display: -ms-flexbox;
  display: flex;
}

.cabinet__contents-order.show svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.cabinet__contents-order:before {
  content: "";
  display: block;
  background: #30C690;
  border-radius: 12px;
  width: 8px;
  height: calc(100% - 20px);
  max-height: 36px;
  position: absolute;
  top: 10px;
  left: 10px;
}

.cabinet__contents-order.done .order-item__status {
  color: #30C690;
}

.cabinet__contents-order.done:before {
  background-color: #30C690;
}

.cabinet__contents-order.cancel .order-item__status {
  color: #A9BECA;
}

.cabinet__contents-order.cancel:before {
  background-color: #A9BECA;
}

.cabinet__contents-order.process .order-item__status {
  color: #E63525;
}

.cabinet__contents-order.process:before {
  background-color: #E63525;
}

.cabinet__contents-order svg {
  position: absolute;
  top: 17px;
  right: 16px;
  cursor: pointer;
}

@media all and (max-width: 500px) {
  .cabinet__contents-order svg {
    right: 10px;
  }
}

.cabinet__contents-order-header {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  line-height: 125.9%;
  color: #A9BECA;
}

@media all and (max-width: 900px) {
  .cabinet__contents-order-header {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.cabinet__contents-order-header .order-item__sku {
  width: 25%;
}

@media all and (max-width: 1200px) {
  .cabinet__contents-order-header .order-item__sku {
    width: auto;
    white-space: nowrap;
  }
}

@media all and (max-width: 900px) {
  .cabinet__contents-order-header .order-item__sku {
    padding-left: 6px;
  }
}

@media all and (max-width: 500px) {
  .cabinet__contents-order-header .order-item__sku {
    -ms-flex-order: 2;
        order: 2;
    padding-left: 6px;
    margin-top: 10px;
  }
}

.cabinet__contents-order-header .order-item__sku a {
  margin-left: 10px;
  color: #E63525;
}

.cabinet__contents-order-header .order-item__sku span {
  font-weight: 400;
  font-size: 14px;
  line-height: 125.9%;
  color: #044263;
  margin-right: 7px;
}

.cabinet__contents-order-header .order-item__status {
  width: 55%;
  font-weight: 700;
  font-size: 16px;
  line-height: 125.9%;
  color: #A9BECA;
}

@media all and (max-width: 1200px) {
  .cabinet__contents-order-header .order-item__status {
    padding: 0 20px;
    width: 20%;
  }
}

@media all and (max-width: 500px) {
  .cabinet__contents-order-header .order-item__status {
    -ms-flex-order: 1;
        order: 1;
    padding-left: 6px;
    width: 100%;
  }
}

.cabinet__contents-order-header .order-item__total {
  width: 20%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 125.9%;
  color: #044263;
}

@media all and (max-width: 1200px) {
  .cabinet__contents-order-header .order-item__total {
    width: 60%;
    text-align: right;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }

  .cabinet__contents-order-header .order-item__total br {
    display: none;
  }
}

@media all and (max-width: 900px) {
  .cabinet__contents-order-header .order-item__total {
    width: 100%;
    text-align: center;
    -ms-flex-pack: start;
        justify-content: flex-start;
    margin-top: 6px;
    padding-left: 6px;
  }
}

@media all and (max-width: 500px) {
  .cabinet__contents-order-header .order-item__total {
    -ms-flex-order: 3;
        order: 3;
  }
}

.cabinet__contents-order-header .order-item__total span {
  width: 60%;
  font-weight: 400;
  font-size: 14px;
  color: #A9BECA;
}

@media all and (max-width: 900px) {
  .cabinet__contents-order-header .order-item__total span {
    width: auto;
    margin-right: 20px;
  }
}

.cabinet__contents-order-full {
  -ms-flex-direction: column;
      flex-direction: column;
  margin-top: 24px;
  display: none;
}

.cabinet__contents-order-full .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding-bottom: 20px;
  position: relative;
}

@media all and (max-width: 900px) {
  .cabinet__contents-order-full .row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
    padding-left: 120px;
  }
}

@media all and (max-width: 600px) {
  .cabinet__contents-order-full .row {
    background-color: #FFFFFF;
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 10px 10px 50px 120px;
    overflow: hidden;
    min-height: 140px;
    -ms-flex-align: start;
        align-items: flex-start;
  }
}

@media all and (min-width: 601px) {
  .cabinet__contents-order-full .row:last-child {
    padding-bottom: 0;
  }
}

.cabinet__contents-order-full .row:last-child:after {
  display: none;
}

.cabinet__contents-order-full .row:after {
  content: "";
  display: block;
  position: absolute;
  left: 25%;
  bottom: 10px;
  width: calc(82% - 58px);
  border-bottom: 1px dashed #A9BECA;
}

@media all and (max-width: 600px) {
  .cabinet__contents-order-full .row:after {
    display: none;
  }
}

.cabinet__contents-order-full .row .column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: center;
      justify-content: center;
}

.cabinet__contents-order-full .row .name {
  font-weight: 400;
  font-size: 14px;
  line-height: 125.9%;
  color: #A9BECA;
}

.cabinet__contents-order-full .row .value {
  font-weight: 700;
  font-size: 16px;
  line-height: 125.9%;
  color: #044263;
}

.cabinet__contents-order-full .row .empty {
  width: 25%;
}

@media all and (max-width: 1200px) {
  .cabinet__contents-order-full .row .empty {
    width: 0;
  }
}

.cabinet__contents-order-full .row .product {
  width: 45%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

@media all and (max-width: 1200px) {
  .cabinet__contents-order-full .row .product {
    width: 60%;
    padding-right: 40px;
  }
}

@media all and (max-width: 900px) {
  .cabinet__contents-order-full .row .product {
    width: 100%;
    padding-right: 0;
  }
}

.cabinet__contents-order-full .row .product img {
  width: 47px;
  height: auto;
  margin-right: 22px;
  max-width: 47px;
}

@media all and (max-width: 900px) {
  .cabinet__contents-order-full .row .product img {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    max-width: 100px;
    max-height: 100%;
  }
}

.cabinet__contents-order-full .row .product-name {
  font-weight: 400;
  font-size: 14px;
  line-height: 125.9%;
  color: #044263;
}

.cabinet__contents-order-full .row .price {
  width: 10%;
}

@media all and (max-width: 1200px) {
  .cabinet__contents-order-full .row .price {
    width: 15%;
  }
}

@media all and (max-width: 900px) {
  .cabinet__contents-order-full .row .price {
    width: 33.3333%;
  }
}

@media all and (max-width: 768px) {
  .cabinet__contents-order-full .row .price {
    width: 46.6666%;
  }
}

@media all and (max-width: 768px) {
  .cabinet__contents-order-full .row .price {
    width: 66.6666%;
  }
}

.cabinet__contents-order-full .row .quantity {
  width: 12%;
}

@media all and (max-width: 900px) {
  .cabinet__contents-order-full .row .quantity {
    width: 33.3333%;
  }
}

.cabinet__contents-order-full .row .sum {
  width: 8%;
}

@media all and (max-width: 900px) {
  .cabinet__contents-order-full .row .sum {
    width: 33.3333%;
  }
}

@media all and (max-width: 768px) {
  .cabinet__contents-order-full .row .sum {
    width: 20%;
  }
}

@media all and (max-width: 600px) {
  .cabinet__contents-order-full .row .sum {
    -ms-flex-align: start;
        align-items: flex-start;
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 10px 20px;
    background-color: #DEE8EE;
    -ms-flex-pack: end;
        justify-content: flex-end;
    -ms-flex-direction: row;
        flex-direction: row;
  }

  .cabinet__contents-order-full .row .sum * {
    color: #044263;
  }

  .cabinet__contents-order-full .row .sum .name {
    margin-right: 20px;
  }
}

.cabinet__personal-title {
  font-weight: 400;
  font-size: 24px;
  line-height: 35px;
  color: #A9BECA;
  margin-bottom: 15px;
}

.cabinet__personal-pas {
  margin-top: 43px;
}

.cabinet__personal-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 15px;
}

.cabinet__personal-block {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #044263;
  width: calc(50% - 10px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  position: relative;
}

@media all and (max-width: 700px) {
  .cabinet__personal-block {
    width: 100%;
  }
}

.cabinet__personal-block .edit {
  position: absolute;
  right: 13px;
  bottom: 13px;
  cursor: pointer;
}

.cabinet__personal-block .edit path {
  transition: 0.2s;
}

.cabinet__personal-block .edit:hover path {
  fill: #2D404A;
}

.cabinet__personal-block span {
  margin-bottom: 3px;
}

.cabinet__personal-block input {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #044263;
  padding: 13px 20px;
  background: #FFFFFF;
  border: 1px solid #DEE8EE;
  border-radius: 5px;
}

.cabinet__personal-block input::-webkit-input-placeholder {
  color: #044263;
}

.cabinet__personal-block input:-ms-input-placeholder {
  color: #044263;
}

.cabinet__personal-block input::-ms-input-placeholder {
  color: #044263;
}

.cabinet__personal-block input::placeholder {
  color: #044263;
}

.ordering__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: start;
      align-items: flex-start;
}

.ordering__aside {
  width: 421px;
}

@media all and (max-width: 960px) {
  .ordering__aside {
    width: 100%;
    margin-bottom: 40px;
    margin-top: 52px;
  }
}

@media all and (max-width: 500px) {
  .ordering__aside {
    margin-right: -20px;
    margin-left: -20px;
    width: calc(100% + 40px);
    padding: 20px !important;
    border-radius: 0;
  }
}

.ordering__main {
  width: calc(100% - 441px);
}

@media all and (max-width: 960px) {
  .ordering__main {
    width: 100%;
  }
}

.ordering__main-item {
  padding-bottom: 40px;
  border-bottom: 2px solid #DEE8EE;
}

@media all and (max-width: 500px) {
  .ordering__main-item {
    padding-bottom: 6px;
  }
}

.ordering__main-item.active .marker-list {
  background-color: #E63525;
  color: #FFFFFF;
}

.ordering__main-item.active .ordering__main-content {
  display: -ms-flexbox;
  display: flex;
}

.ordering__main-item.order-first label {
  width: calc(50% - 35px);
  margin-top: 0;
}

@media all and (max-width: 1400px) {
  .ordering__main-item.order-first label {
    width: 100%;
  }
}

.ordering__main-title {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  cursor: pointer;
  margin-top: 50px;
}

@media all and (max-width: 500px) {
  .ordering__main-title {
    margin-top: 25px;
  }
}

.ordering__main-title .marker-list {
  display: -ms-flexbox;
  display: flex;
  width: 43px;
  height: 43px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border-radius: 50%;
  margin-right: 20px;
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  padding-top: 4px;
  margin-bottom: 4px;
  color: #A9BECA;
  background-color: #DEE8EE;
}

.ordering__main-content {
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: start;
      align-items: flex-start;
  transition: all 1s ease-in;
  padding-left: 60px;
  width: 100%;
}

@media all and (max-width: 768px) {
  .ordering__main-content {
    padding-left: 0;
  }
}

.ordering__main-content .row {
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px dotted #A9BECA;
}

.ordering__main-content .row > label > input:checked ~ .dop {
  display: block;
}

.ordering__main-content .row.self p {
  color: #044263;
  text-align: left;
  -ms-flex: 1;
      flex: 1;
  margin-right: 20px;
}

.ordering__main-content .row.self p i {
  color: #A9BECA;
}

.ordering__main-content .row.self b {
  color: #30C690;
  font-size: 16px;
}

.ordering__main-content .row label {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 0;
}

.ordering__main-content .row label .dop label {
  margin: 20px 0;
}

.ordering__main-content .row label .wrapper-input {
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: auto;
  width: 100%;
  margin: 20px -10px 0 0;
}

@media all and (max-width: 1440px) {
  .ordering__main-content .row label .wrapper-input {
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}

.ordering__main-content .row label .wrapper-input input {
  max-width: calc(33.333% - 10px);
  margin-right: 10px;
  margin-bottom: 10px;
  width: 100%;
}

@media all and (max-width: 1440px) {
  .ordering__main-content .row label .wrapper-input input {
    max-width: calc(50% - 35px);
    margin-right: 35px;
  }
}

@media all and (max-width: 1400px) {
  .ordering__main-content .row label .wrapper-input input {
    max-width: 100%;
    margin-right: 0;
  }
}

.ordering__main-content .row label .delivery-item__row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}

.ordering__main-content .row label > span:not(.wrapper-input) {
  width: 16px;
  height: 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  border-radius: 50%;
  border: 1px solid #DEE8EE;
  margin-right: 10px;
  background-color: #FFFFFF;
}

.ordering__main-content .row label > span:not(.wrapper-input):before {
  content: "";
  display: block;
  background-color: #044263;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  opacity: 0;
}

.ordering__main-content .row label p {
  color: #A9BECA;
  text-align: right;
  font-size: 16px;
  margin-bottom: 0;
}

.ordering__main-content .row label input:checked + span {
  border: 1px solid #044263;
  background-color: transparent;
}

.ordering__main-content .row label input:checked ~ .wrapper-input {
  display: -ms-flexbox;
  display: flex;
}

.ordering__main-content .row label input:checked + span:before {
  opacity: 1;
}

.ordering__main-content .ordering-delivery {
  width: 100%;
}

.ordering__main-content .ordering-delivery label {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.ordering__main-content .ordering-delivery .dop {
  display: none;
  width: 100%;
  padding-left: 40px;
  margin-top: 24px;
}

.ordering__main-content .button {
  margin-top: 24px;
  width: calc(50% - 35px);
}

@media all and (max-width: 500px) {
  .ordering__main-content .button {
    width: 100%;
  }
}

.ordering__main-content label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin-right: 35px;
  width: calc(50% - 35px);
  margin-bottom: 10px;
}

@media all and (max-width: 1400px) {
  .ordering__main-content label {
    width: 100%;
    margin-right: 0;
  }
}

.ordering__main-content label span {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #044263;
}

.ordering__main-content label input,
.ordering__main-content label textarea {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #044263;
  background: #FFFFFF;
  border: 1px solid #DEE8EE;
  border-radius: 5px;
  padding: 13px 20px;
}

.ordering__main-content label input::-webkit-input-placeholder, .ordering__main-content label textarea::-webkit-input-placeholder {
  color: #A9BECA;
}

.ordering__main-content label input:-ms-input-placeholder, .ordering__main-content label textarea:-ms-input-placeholder {
  color: #A9BECA;
}

.ordering__main-content label input::-ms-input-placeholder, .ordering__main-content label textarea::-ms-input-placeholder {
  color: #A9BECA;
}

.ordering__main-content label input::placeholder,
.ordering__main-content label textarea::placeholder {
  color: #A9BECA;
}

.ordering__main-content > label {
  margin-top: 24px;
  width: 100%;
}

.ordering__main-content > label.agry {
  position: relative;
  padding-left: 28px;
}

.ordering__main-content > label.agry .wrap {
  position: absolute;
  top: 0;
  left: 0;
}

.ordering__main-content > label.agry .wrap span {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 18px;
  height: 18px;
  background-color: #FFFFFF;
  border: 1px solid #DEE8EE;
  border-radius: 2px;
}

.ordering__main-content > label.agry input {
  display: none;
}

.ordering__main-content > label.agry input:checked + span {
  border: 1px solid #044263;
}

.ordering__main-content > label.agry input:checked + span:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #044263;
}

.ordering__main-content > label.agry .label {
  color: #000;
  font-size: 12px;
}

.ordering__main-content > label.agry .sublable {
  color: #A9BECA;
  font-size: 12px;
}

.product-faq {
  margin-bottom: 110px;
  width: 100%;
}

.product-faq__list {
  margin-bottom: 48px;
}

.product-faq__item {
  background: #FFFFFF;
  border-radius: 5px;
  padding: 20px 30px;
  margin-bottom: 20px;
}

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

.product-faq__name {
  font-weight: 700;
  font-size: 16px;
  line-height: 125.9%;
  color: #044263;
  margin-bottom: 19px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.product-faq__name .time {
  font-weight: 400;
  font-size: 16px;
  line-height: 125.9%;
  color: #A9BECA;
}

.product-faq__question,
.product-faq__answer {
  padding-left: 85px;
  position: relative;
}

.product-faq__question p,
.product-faq__answer p {
  font-weight: 400;
  font-size: 16px;
  line-height: 125.9%;
  margin-bottom: 0;
}

.product-faq__elem {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 125.9%;
  color: #A9BECA;
}

.product-faq__question {
  margin-bottom: 19px;
}

.product-faq__question p {
  color: #000000;
}

.product-faq__answer p {
  background: #F5F9FA;
  border-radius: 5px;
  padding: 10px 20px;
  color: #044263;
}

.product-faq textarea,
.product-faq input {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #DEE8EE;
  border-radius: 5px;
  height: 115px;
  resize: none;
  padding: 13px 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #044263;
  margin-bottom: 10px;
}

.product-faq textarea::-webkit-input-placeholder, .product-faq input::-webkit-input-placeholder {
  color: #A9BECA;
}

.product-faq textarea:-ms-input-placeholder, .product-faq input:-ms-input-placeholder {
  color: #A9BECA;
}

.product-faq textarea::-ms-input-placeholder, .product-faq input::-ms-input-placeholder {
  color: #A9BECA;
}

.product-faq textarea::placeholder,
.product-faq input::placeholder {
  color: #A9BECA;
}

.product-faq .result-question {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #044263;
  margin-bottom: 40px;
}

.product-faq input {
  height: auto;
}

.product-faq .wrapper {
  text-align: center;
}

.ordering__aside {
  border-radius: 5px;
  background: #FFF;
  padding: 25px 31px 36px 31px;
  margin-bottom: 60px;
}

.ordering__aside-title {
  color: #044263;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 6px;
}

.ordering__aside-subtitle {
  color: #A9BECA;
  font-size: 16px;
  margin-bottom: 22px;
}

.ordering__aside-list {
  margin-bottom: 17px;
  max-height: 30vh;
  overflow-y: scroll;
}

.ordering__aside-list:hover::-webkit-scrollbar-track {
  background: #DEE8EE;
}

.ordering__aside-list:hover::-webkit-scrollbar-thumb {
  background: #A9BECA;
}

.ordering__aside-list::-webkit-scrollbar {
  width: 2px;
}

.ordering__aside-list::-webkit-scrollbar-track {
  background: transparent;
  width: 2px;
  background-clip: content-box;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.ordering__aside-list::-webkit-scrollbar-thumb {
  background: transparent;
  width: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media all and (max-width: 960px) {
  .ordering__aside-list {
    max-height: none;
    overflow-y: visible;
  }
}

.ordering__aside-item {
  border-radius: 5px;
  background: #F5F9FA;
  padding: 15px;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.ordering__aside-item:last-child {
  margin-bottom: 0;
}

.ordering__aside-item .image {
  width: 72px;
  height: 72px;
  overflow: hidden;
  margin-right: 23px;
}

.ordering__aside-item .image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.ordering__aside-item .content {
  -ms-flex: 1;
      flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
}

.ordering__aside-item .content a {
  margin-bottom: 13px;
}

.ordering__aside-item .content .bottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.ordering__aside-item .content .bottom .count {
  color: #A9BECA;
  font-size: 14px;
}

.ordering__aside-item .content .bottom .price {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.ordering__aside-item .content .bottom .price .old {
  color: #E63525;
  font-size: 12px;
  text-decoration-line: line-through;
}

.ordering__aside-item .content .bottom .price .current {
  margin-left: 13px;
  color: #044263;
  font-size: 18px;
  font-weight: 700;
}

.ordering__aside-name {
  color: #044263;
  font-size: 14px;
  font-weight: 400;
  line-height: 125.9%;
  margin-bottom: 0;
}

.ordering__aside-promocode {
  color: #044263;
  font-size: 16px;
  margin-bottom: 19px;
}

.ordering__aside-promocode input {
  margin-top: 4px;
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #044263;
  background: #FFFFFF;
  border: 1px solid #DEE8EE;
  border-radius: 5px;
  padding: 8px 10px;
}

.ordering__aside-promocode input::-webkit-input-placeholder {
  color: #A9BECA;
}

.ordering__aside-promocode input:-ms-input-placeholder {
  color: #A9BECA;
}

.ordering__aside-promocode input::-ms-input-placeholder {
  color: #A9BECA;
}

.ordering__aside-promocode input::placeholder {
  color: #A9BECA;
}

.ordering__aside-totals .line {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 15px;
}

.ordering__aside-totals .line .name {
  color: #044263;
  font-size: 16px;
}

.ordering__aside-totals .line .value {
  color: #000;
  font-size: 16px;
}

.ordering__aside-totals .line.total {
  margin-bottom: 27px;
}

.ordering__aside-totals .line.total .name {
  font-weight: 700;
}

.ordering__aside-totals .line.total .value {
  font-size: 20px;
  font-weight: 700;
  color: #044263;
}

.ordering__aside-buttons .button {
  width: 100%;
}

.ordering__aside-buttons .button.disabled {
  pointer-events: none;
  background-color: #CDD9E0;
}

.ordering__aside-buttons p {
  margin-top: 17px;
  color: #000;
  font-size: 12px;
  margin-bottom: 0;
}

.ordering__aside-buttons p a {
  color: #044263;
  text-decoration: underline;
}

.personal-proposition .personal-filter {
  background-color: #FFF;
  padding: 6px;
  border-radius: 5px;
}

.personal-proposition .personal-filter__wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -10px;
  width: calc(100% + 10px);
}

.personal-proposition .personal-filter__wrapper > div {
  width: calc(33.3333% - 10px);
  margin-right: 10px;
}

@media all and (max-width: 1024px) {
  .personal-proposition .personal-filter__wrapper > div {
    width: calc(33.3333% - 10px);
  }
}

@media all and (max-width: 768px) {
  .personal-proposition .personal-filter__wrapper > div {
    width: calc(50% - 10px);
  }
}

@media all and (max-width: 500px) {
  .personal-proposition .personal-filter__wrapper > div {
    width: 100%;
  }
}

.personal-proposition .personal-filter__wrapper > div input,
.personal-proposition .personal-filter__wrapper > div .selectric {
  padding: 12px 20px;
  border: 1px solid #DEE8EE;
  background: #FFF;
  border-radius: 5px;
}

.personal-proposition .personal-filter__wrapper > div input {
  width: 100%;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #044263;
}

.personal-proposition .personal-filter__wrapper > div input::-webkit-input-placeholder {
  color: #A9BECA;
}

.personal-proposition .personal-filter__wrapper > div input:-ms-input-placeholder {
  color: #A9BECA;
}

.personal-proposition .personal-filter__wrapper > div input::-ms-input-placeholder {
  color: #A9BECA;
}

.personal-proposition .personal-filter__wrapper > div input::placeholder {
  color: #A9BECA;
}

.personal-proposition .personal-filter__wrapper > div .selectric .button {
  height: 100%;
}

.personal-proposition .personal-filter__wrapper > div .selectric .label {
  color: #044263;
  font-family: "Circe-Regular";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.personal-proposition .personal-table {
  background-color: #F5F9FA;
  margin-top: 0;
  border-radius: 5px;
  border-spacing: 0 14px;
  border-collapse: initial;
}

@media all and (max-width: 1024px) {
  .personal-proposition .personal-table {
    width: 100%;
    display: block;
  }
}

.personal-proposition .personal-table thead {
  position: relative;
}

@media all and (max-width: 1024px) {
  .personal-proposition .personal-table thead {
    display: none;
  }
}

.personal-proposition .personal-table thead tr {
  background-color: #DEE8EE;
}

.personal-proposition .personal-table tr {
  border: none;
}

.personal-proposition .personal-table th {
  color: #A9BECA;
  font-family: "Circe-Regular";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 125.9%;
  padding: 15px 0;
  border: none;
  vertical-align: middle;
}

.personal-proposition .personal-table th.personal-table__product {
  width: 32%;
}

.personal-proposition .personal-table th:first-child {
  padding-left: 24px;
  text-align: left;
}

.personal-proposition .personal-table th:last-child {
  padding-right: 24px;
  text-align: right;
}

@media all and (max-width: 1024px) {
  .personal-proposition .personal-table #resultSearch {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

.personal-proposition .personal-table #resultSearch tr {
  background-color: transparent;
  position: relative;
  background-color: white;
}

@media all and (max-width: 1024px) {
  .personal-proposition .personal-table #resultSearch tr {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: center;
        align-items: center;
    margin-bottom: 10px;
  }
}

.personal-proposition .personal-table #resultSearch tr td {
  border: none;
  vertical-align: middle;
}

@media all and (max-width: 1024px) {
  .personal-proposition .personal-table #resultSearch tr td.basket__table-name {
    width: 70%;
    -ms-flex-order: 1;
        order: 1;
  }
}

@media all and (max-width: 768px) {
  .personal-proposition .personal-table #resultSearch tr td.basket__table-name {
    width: calc(100% - 50px);
  }
}

@media all and (max-width: 1024px) {
  .personal-proposition .personal-table #resultSearch tr td.basket__table-add {
    -ms-flex-order: 3;
        order: 3;
  }
}

@media all and (max-width: 768px) {
  .personal-proposition .personal-table #resultSearch tr td.basket__table-add {
    -ms-flex-order: 2;
        order: 2;
  }
}

.personal-proposition .personal-table #resultSearch tr td.basket__table-pocket,
.personal-proposition .personal-table #resultSearch tr td.basket__table-standartprice,
.personal-proposition .personal-table #resultSearch tr td.basket__table-personalprice,
.personal-proposition .personal-table #resultSearch tr td.basket__table-totalprice {
  color: #044263;
  font-size: 16px;
  font-family: "Circe-Regular";
  line-height: 125.9%;
}

@media all and (max-width: 1024px) {
  .personal-proposition .personal-table #resultSearch tr td.basket__table-pocket {
    -ms-flex-order: 4;
        order: 4;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
        flex: 1;
  }

  .personal-proposition .personal-table #resultSearch tr td.basket__table-pocket br {
    display: none;
  }

  .personal-proposition .personal-table #resultSearch tr td.basket__table-pocket b {
    margin-right: 20px;
  }
}

@media all and (max-width: 600px) {
  .personal-proposition .personal-table #resultSearch tr td.basket__table-pocket {
    width: 100%;
    -ms-flex: auto;
        flex: auto;
  }
}

.personal-proposition .personal-table #resultSearch tr td.basket__table-quantity {
  text-align: center;
}

@media all and (max-width: 1024px) {
  .personal-proposition .personal-table #resultSearch tr td.basket__table-quantity {
    width: calc(30% - 50px);
    -ms-flex-order: 2;
        order: 2;
  }
}

@media all and (max-width: 768px) {
  .personal-proposition .personal-table #resultSearch tr td.basket__table-quantity {
    width: 100%;
    -ms-flex-order: 3;
        order: 3;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }

  .personal-proposition .personal-table #resultSearch tr td.basket__table-quantity .storage {
    margin-left: 20px;
  }

  .personal-proposition .personal-table #resultSearch tr td.basket__table-quantity .quantity__wrap {
    margin-left: 0;
  }
}

.personal-proposition .personal-table #resultSearch tr td.basket__table-standartprice {
  font-size: 20px;
}

@media all and (max-width: 1024px) {
  .personal-proposition .personal-table #resultSearch tr td.basket__table-standartprice {
    -ms-flex-order: 7;
        order: 7;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }

  .personal-proposition .personal-table #resultSearch tr td.basket__table-standartprice:before {
    content: "Роздрібна:";
    color: #A9BECA;
    font-family: Circe-Regular;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 125.9%;
  }
}

.personal-proposition .personal-table #resultSearch tr td.basket__table-personalprice {
  font-size: 20px;
}

@media all and (max-width: 1024px) {
  .personal-proposition .personal-table #resultSearch tr td.basket__table-personalprice {
    -ms-flex-order: 8;
        order: 8;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }

  .personal-proposition .personal-table #resultSearch tr td.basket__table-personalprice:before {
    content: "Зі знижкою:";
    color: #A9BECA;
    font-family: Circe-Regular;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 125.9%;
  }
}

.personal-proposition .personal-table #resultSearch tr td.basket__table-totalprice {
  font-size: 20px;
}

.personal-proposition .personal-table #resultSearch tr td .storage {
  color: #A9BECA;
  font-family: "Circe-Regular";
  font-size: 14px;
  text-align: center;
}

.personal-proposition .personal-table #resultSearch tr td .quantity__wrap {
  margin-bottom: 10px;
}

.personal-proposition .personal-table #resultSearch tr td .image {
  max-width: 110px;
  margin-right: 20px;
}

.personal-proposition .personal-table #resultSearch tr td .desc {
  color: #A9BECA;
  font-family: Circe-Regular;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 125.9%;
}

.personal-proposition .personal-table #resultSearch tr td .desc .basket__table-title {
  color: #044263;
  font-family: "Circe-Regular";
  font-size: 16px;
  font-style: normal;
  line-height: 125.9%;
  margin-bottom: 5px;
}

.personal-proposition .to-draft {
  cursor: pointer;
}

.personal-proposition .to-draft:after {
  content: "Додати в чорнетки" !important;
}

.personal-proposition .to-draft.added-drafts:after {
  content: "Вже доданий" !important;
}

.personal-proposition .to-draft.added-drafts svg rect {
  fill: #E63525;
}

.personal-proposition .to-draft.added-drafts svg path {
  fill: #FFFFFF;
}

.personal-proposition .to-basket {
  cursor: pointer;
}

.personal-proposition .to-basket:after {
  content: "Додати у кошик" !important;
}

.personal-proposition .to-basket.added-basket:after {
  content: "Вже доданий" !important;
}

.personal-proposition .to-basket.added-basket svg rect {
  fill: #E63525;
}

.personal-proposition .to-basket.added-basket svg path {
  fill: #FFFFFF;
}

.small-banner {
  margin-top: 25px;
  margin-bottom: 20px;
}

@media all and (max-width: 500px) {
  .small-banner {
    margin-top: 15px;
  }
}

@media all and (max-width: 768px) {
  .small-banner.small-container {
    padding: 0;
  }
}

.small-banner__container {
  border-radius: 5px;
  background-color: #739AAF;
}

@media all and (max-width: 768px) {
  .small-banner__container {
    border-radius: 0;
  }
}

.small-banner__container-block {
  position: relative;
}

.small-banner__wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
      align-items: stretch;
}

@media all and (max-width: 768px) {
  .small-banner__navigation {
    display: none;
  }
}

.small-banner__navigation > div {
  position: absolute;
  width: 54px;
  height: 54px;
  z-index: 10;
  cursor: pointer;
}

.small-banner__navigation > div.prev {
  left: -27px;
  top: calc(50% - 27px);
}

.small-banner__navigation > div.next {
  right: -27px;
  top: calc(50% - 27px);
}

@media all and (max-width: 768px) {
  .small-banner__pagination {
    position: static;
    margin-top: 10px;
  }
}

.small-banner__pagination.swiper-pagination {
  bottom: 24px;
}

.small-banner__pagination span {
  background: #DEE8EE;
  transition: 0.2s;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 7px;
}

@media all and (max-width: 768px) {
  .small-banner__pagination span {
    position: static;
    margin-top: 20px;
    border: 1px solid #044263;
  }
}

@media all and (max-width: 768px) {
  .small-banner__pagination span {
    width: 8px;
    height: 8px;
  }
}

@media all and (max-width: 500px) {
  .small-banner__pagination span {
    width: 5px;
    height: 5px;
    margin: 0 5px !important;
  }
}

.small-banner__pagination span.swiper-pagination-bullet-active {
  background: #FFFFFF;
  opacity: 1;
}

@media all and (max-width: 768px) {
  .small-banner__pagination span.swiper-pagination-bullet-active {
    background: #044263;
  }
}

.small-banner__slide {
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -ms-flex-pack: end;
      justify-content: flex-end;
  position: relative;
}

.small-banner__slide-desc {
  position: relative;
  width: 35%;
  padding: 45px 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: start;
      align-items: flex-start;
}

@media all and (max-width: 1600px) {
  .small-banner__slide-desc {
    padding: 45px 80px 45px 70px;
  }
}

@media all and (max-width: 1440px) {
  .small-banner__slide-desc {
    padding: 45px 70px 45px 60px;
  }
}

@media all and (max-width: 1200px) {
  .small-banner__slide-desc {
    padding: 40px 60px 40px 50px;
  }
}

@media all and (max-width: 1024px) {
  .small-banner__slide-desc {
    padding: 30px 50px 30px 40px;
    width: auto;
    max-width: 50%;
  }
}

@media all and (max-width: 768px) {
  .small-banner__slide-desc {
    padding: 30px 40px 30px 30px;
    max-width: none;
  }
}

@media all and (max-width: 500px) {
  .small-banner__slide-desc {
    padding: 30px 30px 30px 20px;
    width: 100%;
    -ms-flex-align: center;
        align-items: center;
  }
}

.small-banner__slide-untitle {
  font-family: "Circe-Light";
  font-size: 32px;
  margin-bottom: 0.3em;
  color: white;
  text-transform: uppercase;
}

@media all and (max-width: 1600px) {
  .small-banner__slide-untitle {
    font-size: 32px;
  }
}

@media all and (max-width: 1440px) {
  .small-banner__slide-untitle {
    font-size: 30px;
  }
}

@media all and (max-width: 1200px) {
  .small-banner__slide-untitle {
    font-size: 28px;
  }
}

@media all and (max-width: 1024px) {
  .small-banner__slide-untitle {
    font-size: 26px;
  }
}

@media all and (max-width: 768px) {
  .small-banner__slide-untitle {
    font-size: 21px;
  }
}

@media all and (max-width: 500px) {
  .small-banner__slide-untitle {
    font-size: 16px;
  }
}

.small-banner__slide-title {
  font-family: "Circe-Extra-Bold";
  font-size: 76px;
  line-height: 100%;
  margin-bottom: 0;
  color: white;
}

@media all and (max-width: 1600px) {
  .small-banner__slide-title {
    font-size: 74px;
    margin-bottom: 0;
  }
}

@media all and (max-width: 1440px) {
  .small-banner__slide-title {
    font-size: 72px;
    margin-bottom: 0;
  }
}

@media all and (max-width: 1200px) {
  .small-banner__slide-title {
    font-size: 62px;
    margin-bottom: 0;
  }
}

@media all and (max-width: 1024px) {
  .small-banner__slide-title {
    font-size: 52px;
    margin-bottom: 0;
  }
}

@media all and (max-width: 768px) {
  .small-banner__slide-title {
    font-size: 42px;
    margin-bottom: 18px;
  }
}

@media all and (max-width: 500px) {
  .small-banner__slide-title {
    font-size: 32px;
    margin-bottom: 14px;
  }
}

.small-banner__slide-subtitle {
  font-size: 20px;
  color: white;
  font-family: "Circe-Light";
  line-height: 112%;
  margin-bottom: 0;
}

@media all and (max-width: 1600px) {
  .small-banner__slide-subtitle {
    font-size: 20px;
  }
}

@media all and (max-width: 1440px) {
  .small-banner__slide-subtitle {
    font-size: 18px;
  }
}

@media all and (max-width: 1200px) {
  .small-banner__slide-subtitle {
    font-size: 18px;
  }
}

@media all and (max-width: 1024px) {
  .small-banner__slide-subtitle {
    font-size: 16px;
  }
}

@media all and (max-width: 768px) {
  .small-banner__slide-subtitle {
    font-size: 16px;
  }
}

@media all and (max-width: 500px) {
  .small-banner__slide-subtitle {
    font-size: 13px;
  }
}

.small-banner__slide-button {
  margin-top: 32px;
}

@media all and (max-width: 1600px) {
  .small-banner__slide-button {
    margin-top: 30px;
  }
}

@media all and (max-width: 1440px) {
  .small-banner__slide-button {
    margin-top: 28px;
  }
}

@media all and (max-width: 1200px) {
  .small-banner__slide-button {
    margin-top: 26px;
  }
}

@media all and (max-width: 1024px) {
  .small-banner__slide-button {
    margin-top: 24px;
  }
}

@media all and (max-width: 768px) {
  .small-banner__slide-button {
    min-width: auto;
    margin-top: 20px;
  }
}

.small-banner__slide-img {
  width: auto;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media all and (max-width: 500px) {
  .small-banner__slide-img {
    opacity: 0.5;
  }
}

.small-banner__slide-img img {
  width: auto;
  height: 100%;
}

@media all and (max-width: 500px) {
  .small-banner__slide-img img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    -o-object-position: left center;
       object-position: left center;
  }
}

.products-category {
  margin: 70px 0;
}

@media all and (max-width: 1440px) {
  .products-category {
    margin: 60px 0;
  }
}

@media all and (max-width: 1200px) {
  .products-category {
    margin: 50px 0;
  }
}

@media all and (max-width: 1024px) {
  .products-category {
    margin: 40px 0;
  }
}

@media all and (max-width: 768px) {
  .products-category {
    margin: 30px 0;
  }
}

@media all and (max-width: 500px) {
  .products-category {
    margin: 20px 0;
  }
}

.products-category .logo-slider {
  margin-right: 20px;
}

.products-category .logo-slider__container {
  padding: 0;
}

.products-category__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -20px;
}

.products-category__item {
  width: calc(33.333% - 20px);
  margin-right: 20px;
  margin-bottom: 20px;
  border-radius: 5px;
  border: 1px solid #DEE8EE;
  background: #FFF;
  padding: 25px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

@media all and (max-width: 1200px) {
  .products-category__item {
    width: calc(50% - 20px);
  }
}

@media all and (max-width: 600px) {
  .products-category__item {
    width: calc(100% - 20px);
  }
}

@media all and (max-width: 500px) {
  .products-category__item {
    padding: 20px;
  }
}

.products-category__item.exclusive,
.products-category__item.technic {
  padding: 0;
}

.products-category__item-img {
  margin-bottom: 12px;
  max-height: 190px;
  max-width: 190px;
}

.products-category__item-img img {
  height: 100%;
  width: auto;
}

.products-category__item-title {
  color: #044263;
  font-family: "Circe-Bold";
  font-size: 24px;
  font-weight: 700;
  line-height: 125.9%;
  margin-bottom: 13px;
}

@media all and (max-width: 500px) {
  .products-category__item-title {
    font-size: 20px;
  }
}

.products-category__subitem {
  -ms-flex: 1;
      flex: 1;
  max-height: 160px;
  overflow-y: scroll;
  padding-right: 20px;
}

.products-category__subitem:hover::-webkit-scrollbar-track {
  background: #DEE8EE;
}

.products-category__subitem:hover::-webkit-scrollbar-thumb {
  background: #A9BECA;
}

.products-category__subitem::-webkit-scrollbar {
  width: 2px;
}

.products-category__subitem::-webkit-scrollbar-track {
  background: transparent;
  width: 2px;
  background-clip: content-box;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.products-category__subitem::-webkit-scrollbar-thumb {
  background: transparent;
  width: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media all and (max-width: 600px) {
  .products-category__subitem {
    max-height: none;
    overflow: visible;
  }
}

.products-category__chielditem {
  text-decoration: none;
}

@media all and (max-width: 600px) {
  .products-category__chielditem {
    margin-bottom: 10px;
  }
}

@media all and (max-width: 500px) {
  .products-category__chielditem {
    margin-bottom: 8px;
  }
}

.products-category__child-title,
.products-category__all-lnk {
  color: #A9BECA;
  font-family: "Circe-Regular";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 92.9%;
  margin-bottom: 6px;
  transition: 0.3s ease-in-out;
}

@media all and (max-width: 500px) {
  .products-category__child-title,
  .products-category__all-lnk {
    font-size: 14px;
  }
}

.products-category__child-title:hover,
.products-category__all-lnk:hover {
  color: #044263;
}

.products-category__all {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 20px;
}

.products-category__all svg {
  margin-left: 13px;
}

.p2p {
  border-radius: 5px;
  border: 1px solid #A9BECA;
  background: #DEE8EE;
  margin-top: 14px;
}

.p2p__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  padding: 13px 20px;
  border-bottom: 1px dotted #A9BECA;
}

.p2p__icon {
  margin-right: 20px;
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  color: #044263;
  font-family: "Circe-Bold";
  font-size: 16px;
}

.p2p__icon svg {
  margin-right: 15px;
}

.p2p__buttons-item {
  margin-left: 20px;
  color: #FFF;
  font-family: "Circe-Regular";
  font-size: 16px;
  padding: 10px 30px;
  background-color: #A9BECA;
  cursor: pointer;
}

.p2p__resultfields .shop-page__aside-item {
  background-color: transparent;
}

.p2p .shop-page__rubrik-name {
  text-transform: lowercase !important;
}

.popup-one-click,
.popup-fast-order {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: linear-gradient(0deg, rgba(4, 66, 99, 0.5), rgba(4, 66, 99, 0.5));
  z-index: 99;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.popup-one-click__container,
.popup-fast-order__container {
  background-color: #F5F9FA;
  border-radius: 5px;
  position: relative;
  max-width: 484px;
  width: 100%;
  overflow: hidden;
}

.popup-one-click__close,
.popup-fast-order__close {
  position: absolute;
  top: 13px;
  right: 13px;
  cursor: pointer;
}

.popup-one-click__header,
.popup-fast-order__header {
  background: #FFF;
  padding: 22px 36px 19px 36px;
}

.popup-one-click__title,
.popup-fast-order__title {
  color: #044263;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 125.9%;
}

.popup-one-click__content,
.popup-fast-order__content {
  padding: 16px 36px 36px 36px;
}

.popup-one-click__content p,
.popup-fast-order__content p {
  color: #A9BECA;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 123.4%;
}

.popup-one-click__content form label,
.popup-fast-order__content form label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin-bottom: 23px;
}

.popup-one-click__content form label span,
.popup-fast-order__content form label span {
  color: #044263;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: inline-block;
  margin-bottom: 3px;
}

.popup-one-click__content form label input,
.popup-fast-order__content form label input {
  border-radius: 5px;
  border: 1px solid #DEE8EE;
  background: #FFF;
  padding: 13px 20px;
  color: #044263;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.popup-one-click__content form label input::-webkit-input-placeholder, .popup-fast-order__content form label input::-webkit-input-placeholder {
  color: #A9BECA;
}

.popup-one-click__content form label input:-ms-input-placeholder, .popup-fast-order__content form label input:-ms-input-placeholder {
  color: #A9BECA;
}

.popup-one-click__content form label input::-ms-input-placeholder, .popup-fast-order__content form label input::-ms-input-placeholder {
  color: #A9BECA;
}

.popup-one-click__content form label input::placeholder,
.popup-fast-order__content form label input::placeholder {
  color: #A9BECA;
}

.popup-one-click__content form .button,
.popup-fast-order__content form .button {
  margin-top: 14px;
  width: 100%;
}

body.page-exclusive .products-slider__tabs-item {
  color: #044263;
  cursor: auto;
}

.exclusive-category {
  margin: 40px auto;
}

.exclusive-category__list {
  position: relative;
}

.exclusive-category__tabs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 50px;
  padding: 0 80px;
  position: relative;
}

@media all and (max-width: 1024px) {
  .exclusive-category__tabs {
    margin-bottom: 40px;
  }
}

@media all and (max-width: 768px) {
  .exclusive-category__tabs {
    margin-bottom: 30px;
  }
}

@media all and (max-width: 500px) {
  .exclusive-category__tabs {
    margin-bottom: 20px;
    padding: 0 60px;
  }
}

.exclusive-category__tabs-item {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 125.9%;
  color: #044263;
  padding: 30px 50px;
  text-align: center;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  background-color: #FFFFFF;
  width: auto;
}

@media all and (max-width: 1200px) {
  .exclusive-category__tabs-item {
    padding: 20px 40px;
  }
}

@media all and (max-width: 500px) {
  .exclusive-category__tabs-item {
    padding: 15px;
    font-size: 16px;
  }
}

@media all and (min-width: 769px) {
  .exclusive-category__tabs-item.active {
    background-color: #E63525;
    color: #FFFFFF;
  }
}

@media all and (min-width: 769px) {
  .exclusive-category__tabs-item:hover {
    background-color: #BE1506;
    color: #FFFFFF;
  }
}

.exclusive-category__tabs .swiper-container {
  width: 100%;
}

.exclusive-category__tabs .swiper-slide {
  border-radius: 5px;
}

@media all and (max-width: 768px) {
  .exclusive-category__tabs .swiper-slide {
    border: 1px solid #DEE8EE;
  }
}

.exclusive-category__nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}

.exclusive-category__contents .shop-page__result {
  margin-top: 27px;
}

@media all and (max-width: 500px) {
  .exclusive-category__contents .shop-page__result {
    margin-right: -30px;
  }
}

@media all and (max-width: 500px) {
  .exclusive-category__contents .shop-page__result {
    margin-right: -10px;
  }
}

.exclusive-category__contents .products-slider__contents-slide {
  width: calc(20% - 20px);
}

@media all and (max-width: 1200px) {
  .exclusive-category__contents .products-slider__contents-slide {
    width: calc(25% - 20px);
  }
}

@media all and (max-width: 768px) {
  .exclusive-category__contents .products-slider__contents-slide {
    width: calc(33.33333% - 20px);
  }
}

@media all and (max-width: 500px) {
  .exclusive-category__contents .products-slider__contents-slide {
    width: calc(50% - 10px);
  }
}

@media all and (max-width: 400px) {
  .exclusive-category__contents .products-slider__contents-slide {
    width: 100%;
  }
}

.exclusive-category__contents-item {
  display: none;
  -ms-flex-direction: column;
      flex-direction: column;
}

.exclusive-category__contents-item.active {
  display: -ms-flexbox;
  display: flex;
}

.exclusive-category__item {
  -ms-flex-direction: column;
      flex-direction: column;
}

.exclusive-category__item-img {
  width: 100%;
  position: relative;
  height: auto;
  margin-bottom: 52px;
  border-radius: 5px;
  overflow: hidden;
}

@media all and (max-width: 1024px) {
  .exclusive-category__item-img {
    margin-bottom: 40px;
  }
}

@media all and (max-width: 768px) {
  .exclusive-category__item-img {
    height: 300px;
    margin-bottom: 30px;
  }
}

@media all and (max-width: 500px) {
  .exclusive-category__item-img {
    height: 200px;
    margin-bottom: 20px;
  }
}

@media all and (max-width: 769px) {
  .exclusive-category__item-img img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
}

.exclusive-category__item-title {
  position: absolute;
  left: 84px;
  top: 0;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-family: "Circe-Extra-Bold";
  font-style: normal;
  font-weight: 800;
  font-size: 64px;
  line-height: 104.9%;
  text-transform: uppercase;
  color: #FFFFFF;
}

@media all and (max-width: 1200px) {
  .exclusive-category__item-title {
    font-size: 54px;
  }
}

@media all and (max-width: 1024px) {
  .exclusive-category__item-title {
    font-size: 42px;
  }
}

@media all and (max-width: 768px) {
  .exclusive-category__item-title {
    font-size: 28px;
  }
}

@media all and (max-width: 500px) {
  .exclusive-category__item-title {
    font-size: 20px;
    -ms-flex-pack: center;
        justify-content: center;
    left: 0;
    width: 100%;
  }
}

.exclusive-category__nav div {
  cursor: pointer;
}

/*! jQuery UI - v1.13.2 - 2022-07-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/

.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
  /* support: IE8 */
}

.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/

.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

/* Icons
----------------------------------*/

.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: 0.5em 0.5em 0.5em 0.7em;
  font-size: 100%;
}

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
}

.ui-menu .ui-menu {
  position: absolute;
}

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px 0.4em;
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px;
}

/* icon support */

.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}

/* left-aligned */

.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.2em;
  margin: auto 0;
}

/* right-aligned */

.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

.ui-button {
  padding: 0.4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: 0.1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Support: IE <= 11 */
  overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */

.ui-button-icon-only {
  width: 2em;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap;
}

/* no icon support for input elements */

input.ui-button.ui-button-icon-only {
  text-indent: 0;
}

/* button icon element(s) */

.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap;
}

input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: 0.4em 1em;
}

/* workarounds */

/* Support: Firefox 5 - 40 */

input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ui-controlgroup {
  vertical-align: middle;
  display: inline-block;
}

.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0;
}

.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
  z-index: 9999;
}

.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}

.ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box;
}

.ui-controlgroup .ui-controlgroup-label {
  padding: 0.4em 1em;
}

.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%;
}

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none;
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none;
}

/* Spinner specific style fixes */

.ui-controlgroup-vertical .ui-spinner-input {
  /* Support: IE8 only, Android < 4.4 only */
  width: 75%;
  width: calc(100% - 2.4em);
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: 0.12em;
  border: none;
}

.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none;
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid;
}

.ui-checkboxradio-disabled {
  pointer-events: none;
}

.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}

.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */

.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* RTL support */

.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* Icons */

.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: 0.5em;
  top: 0.3em;
}

.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.2em;
  outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
  padding: 0.4em 1em;
  position: relative;
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0.5em 1em;
  background: none;
  overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: 0.5em;
  padding: 0.3em 1em 0.5em 0.4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer;
}

.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0;
}

.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0;
}

.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0;
}

.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0;
}

.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px;
}

.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0;
}

.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable {
  position: relative;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  -ms-filter: "alpha(opacity=25)";
  /* support: IE8 */
  opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}

.ui-selectmenu-open {
  display: block;
}

.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em;
}

.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: pointer;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

/* support: IE8 - See #6727 */

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  -webkit-filter: inherit;
          filter: inherit;
}

.ui-slider-horizontal {
  height: 0.8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0.222em 0;
  margin: 0.2em 0;
  vertical-align: middle;
  margin-left: 0.4em;
  margin-right: 2em;
}

.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: 0.5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

/* more specificity required here to override default borders */

.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none;
}

.ui-spinner-up {
  top: 0;
}

.ui-spinner-down {
  bottom: 0;
}

.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: 0.2em;
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0;
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px 0.2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: 0.5em 1em;
  text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
}

body .ui-tooltip {
  border-width: 2px;
}

/* Component containers
----------------------------------*/

.ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}

.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333;
}

.ui-widget-content a {
  color: #333333;
}

.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold;
}

.ui-widget-header a {
  color: #333333;
}

/* Interaction states
----------------------------------*/

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #cccccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none;
}

.ui-visual-focus {
  box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #ffffff;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #ffffff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  -ms-filter: "alpha(opacity=70)";
  /* support: IE8 */
  font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  -ms-filter: "alpha(opacity=35)";
  /* support: IE8 */
  background-image: none;
}

.ui-state-disabled .ui-icon {
  -ms-filter: "alpha(opacity=35)";
  /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */

.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url(/images/ui-icons_444444_256x240.png?4ea9714872180329fb36a98e730d4638);
}

.ui-widget-header .ui-icon {
  background-image: url(/images/ui-icons_444444_256x240.png?4ea9714872180329fb36a98e730d4638);
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url(/images/ui-icons_555555_256x240.png?2ebed387437464acecbd55919e14b247);
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url(/images/ui-icons_ffffff_256x240.png?98ab0be1fecf7dd4d1ef259b8834645b);
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url(/images/ui-icons_777620_256x240.png?3ef0591348c7d10139a8ddc0e27f5987);
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url(/images/ui-icons_cc0000_256x240.png?409f15165e33f4a5c9ec6889128553ef);
}

.ui-button .ui-icon {
  background-image: url(/images/ui-icons_777777_256x240.png?335d84f9409a24d550196410e4c2f786);
}

/* positioning */

/* Three classes needed to override `.ui-button:hover .ui-icon` */

.ui-icon-blank.ui-icon-blank.ui-icon-blank {
  background-image: none;
}

.ui-icon-caret-1-n {
  background-position: 0 0;
}

.ui-icon-caret-1-ne {
  background-position: -16px 0;
}

.ui-icon-caret-1-e {
  background-position: -32px 0;
}

.ui-icon-caret-1-se {
  background-position: -48px 0;
}

.ui-icon-caret-1-s {
  background-position: -65px 0;
}

.ui-icon-caret-1-sw {
  background-position: -80px 0;
}

.ui-icon-caret-1-w {
  background-position: -96px 0;
}

.ui-icon-caret-1-nw {
  background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */

.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/

/* Corner radius */

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px;
}

/* Overlays */

.ui-widget-overlay {
  background: #aaaaaa;
  opacity: 0.3;
  -ms-filter: Alpha(Opacity=30);
  /* support: IE8 */
}

.ui-widget-shadow {
  box-shadow: 0px 0px 5px #666666;
}

.page-404 {
  height: 100vh;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  position: relative;
}

.page-404 footer {
  z-index: 2;
}

.page-404 .main {
  -ms-flex: 1;
      flex: 1;
  padding-top: 0;
}

.page-404 .container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.page-404 .container-star {
  background-image: linear-gradient(to bottom, #0E6D8B 0%, #0E6D8B 70%, #0E6D8B 100%);
}

.page-404 .container-star:after {
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40%, rgba(15, 10, 38, 0.2) 100%);
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.page-404 .star-1 {
  position: absolute;
  border-radius: 50%;
  background-color: #ffffff;
  -webkit-animation: twinkle 5s infinite ease-in-out;
          animation: twinkle 5s infinite ease-in-out;
}

.page-404 .star-1:after {
  height: 100%;
  width: 100%;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  content: "";
  position: absolute;
  background-color: #fff;
  border-radius: 50%;
}

.page-404 .star-1:before {
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  border-radius: 50%;
  content: "";
  top: -20%;
  left: -50%;
}

.page-404 .star-1:nth-of-type(1) {
  top: 6vh;
  left: 13vw;
  width: 7px;
  height: 2.3333333333px;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.page-404 .star-1:nth-of-type(1):before {
  width: 14px;
  height: 14px;
  top: -250%;
}

.page-404 .star-1:nth-of-type(2) {
  top: 98vh;
  left: 68vw;
  width: 6px;
  height: 2px;
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}

.page-404 .star-1:nth-of-type(2):before {
  width: 12px;
  height: 12px;
  top: -250%;
}

.page-404 .star-1:nth-of-type(3) {
  top: 33vh;
  left: 47vw;
  width: 9px;
  height: 3px;
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}

.page-404 .star-1:nth-of-type(3):before {
  width: 18px;
  height: 18px;
  top: -250%;
}

.page-404 .star-1:nth-of-type(4) {
  top: 32vh;
  left: 20vw;
  width: 9px;
  height: 3px;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.page-404 .star-1:nth-of-type(4):before {
  width: 18px;
  height: 18px;
  top: -250%;
}

.page-404 .star-1:nth-of-type(5) {
  top: 14vh;
  left: 74vw;
  width: 6px;
  height: 2px;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.page-404 .star-1:nth-of-type(5):before {
  width: 12px;
  height: 12px;
  top: -250%;
}

.page-404 .star-1:nth-of-type(6) {
  top: 49vh;
  left: 89vw;
  width: 6px;
  height: 2px;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.page-404 .star-1:nth-of-type(6):before {
  width: 12px;
  height: 12px;
  top: -250%;
}

.page-404 .star-1:nth-of-type(7) {
  top: 74vh;
  left: 25vw;
  width: 5px;
  height: 1.6666666667px;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.page-404 .star-1:nth-of-type(7):before {
  width: 10px;
  height: 10px;
  top: -250%;
}

.page-404 .star-1:nth-of-type(8) {
  top: 53vh;
  left: 83vw;
  width: 7px;
  height: 2.3333333333px;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.page-404 .star-1:nth-of-type(8):before {
  width: 14px;
  height: 14px;
  top: -250%;
}

.page-404 .star-1:nth-of-type(9) {
  top: 65vh;
  left: 51vw;
  width: 4px;
  height: 1.3333333333px;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.page-404 .star-1:nth-of-type(9):before {
  width: 8px;
  height: 8px;
  top: -250%;
}

.page-404 .star-1:nth-of-type(10) {
  top: 56vh;
  left: 39vw;
  width: 7px;
  height: 2.3333333333px;
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}

.page-404 .star-1:nth-of-type(10):before {
  width: 14px;
  height: 14px;
  top: -250%;
}

.page-404 .star-1:nth-of-type(11) {
  top: 31vh;
  left: 87vw;
  width: 7px;
  height: 2.3333333333px;
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}

.page-404 .star-1:nth-of-type(11):before {
  width: 14px;
  height: 14px;
  top: -250%;
}

.page-404 .star-1:nth-of-type(12) {
  top: 4vh;
  left: 14vw;
  width: 6px;
  height: 2px;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.page-404 .star-1:nth-of-type(12):before {
  width: 12px;
  height: 12px;
  top: -250%;
}

.page-404 .star-1:nth-of-type(13) {
  top: 42vh;
  left: 48vw;
  width: 5px;
  height: 1.6666666667px;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.page-404 .star-1:nth-of-type(13):before {
  width: 10px;
  height: 10px;
  top: -250%;
}

.page-404 .star-1:nth-of-type(14) {
  top: 42vh;
  left: 47vw;
  width: 7px;
  height: 2.3333333333px;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.page-404 .star-1:nth-of-type(14):before {
  width: 14px;
  height: 14px;
  top: -250%;
}

.page-404 .star-1:nth-of-type(15) {
  top: 44vh;
  left: 33vw;
  width: 6px;
  height: 2px;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.page-404 .star-1:nth-of-type(15):before {
  width: 12px;
  height: 12px;
  top: -250%;
}

.page-404 .star-1:nth-of-type(16) {
  top: 69vh;
  left: 48vw;
  width: 7px;
  height: 2.3333333333px;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.page-404 .star-1:nth-of-type(16):before {
  width: 14px;
  height: 14px;
  top: -250%;
}

.page-404 .star-1:nth-of-type(17) {
  top: 97vh;
  left: 96vw;
  width: 6px;
  height: 2px;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.page-404 .star-1:nth-of-type(17):before {
  width: 12px;
  height: 12px;
  top: -250%;
}

.page-404 .star-1:nth-of-type(18) {
  top: 71vh;
  left: 20vw;
  width: 5px;
  height: 1.6666666667px;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.page-404 .star-1:nth-of-type(18):before {
  width: 10px;
  height: 10px;
  top: -250%;
}

.page-404 .star-1:nth-of-type(19) {
  top: 9vh;
  left: 46vw;
  width: 9px;
  height: 3px;
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}

.page-404 .star-1:nth-of-type(19):before {
  width: 18px;
  height: 18px;
  top: -250%;
}

.page-404 .star-1:nth-of-type(20) {
  top: 54vh;
  left: 78vw;
  width: 7px;
  height: 2.3333333333px;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.page-404 .star-1:nth-of-type(20):before {
  width: 14px;
  height: 14px;
  top: -250%;
}

.page-404 .star-1:nth-of-type(21) {
  top: 59vh;
  left: 74vw;
  width: 7px;
  height: 2.3333333333px;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.page-404 .star-1:nth-of-type(21):before {
  width: 14px;
  height: 14px;
  top: -250%;
}

.page-404 .star-1:nth-of-type(22) {
  top: 14vh;
  left: 59vw;
  width: 8px;
  height: 2.6666666667px;
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}

.page-404 .star-1:nth-of-type(22):before {
  width: 16px;
  height: 16px;
  top: -250%;
}

.page-404 .star-1:nth-of-type(23) {
  top: 83vh;
  left: 42vw;
  width: 4px;
  height: 1.3333333333px;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.page-404 .star-1:nth-of-type(23):before {
  width: 8px;
  height: 8px;
  top: -250%;
}

.page-404 .star-1:nth-of-type(24) {
  top: 79vh;
  left: 37vw;
  width: 9px;
  height: 3px;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.page-404 .star-1:nth-of-type(24):before {
  width: 18px;
  height: 18px;
  top: -250%;
}

.page-404 .star-1:nth-of-type(25) {
  top: 6vh;
  left: 10vw;
  width: 8px;
  height: 2.6666666667px;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.page-404 .star-1:nth-of-type(25):before {
  width: 16px;
  height: 16px;
  top: -250%;
}

.page-404 .star-1:nth-of-type(26) {
  top: 28vh;
  left: 57vw;
  width: 7px;
  height: 2.3333333333px;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.page-404 .star-1:nth-of-type(26):before {
  width: 14px;
  height: 14px;
  top: -250%;
}

.page-404 .star-1:nth-of-type(27) {
  top: 13vh;
  left: 53vw;
  width: 5px;
  height: 1.6666666667px;
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}

.page-404 .star-1:nth-of-type(27):before {
  width: 10px;
  height: 10px;
  top: -250%;
}

.page-404 .star-1:nth-of-type(28) {
  top: 14vh;
  left: 68vw;
  width: 4px;
  height: 1.3333333333px;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.page-404 .star-1:nth-of-type(28):before {
  width: 8px;
  height: 8px;
  top: -250%;
}

.page-404 .star-1:nth-of-type(29) {
  top: 96vh;
  left: 53vw;
  width: 8px;
  height: 2.6666666667px;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.page-404 .star-1:nth-of-type(29):before {
  width: 16px;
  height: 16px;
  top: -250%;
}

.page-404 .star-1:nth-of-type(30) {
  top: 90vh;
  left: 97vw;
  width: 6px;
  height: 2px;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.page-404 .star-1:nth-of-type(30):before {
  width: 12px;
  height: 12px;
  top: -250%;
}

.page-404 .star-2 {
  position: absolute;
  border-radius: 50%;
  background-color: #ffffff;
  -webkit-animation: twinkle 5s infinite ease-in-out;
          animation: twinkle 5s infinite ease-in-out;
}

.page-404 .star-2:nth-of-type(31) {
  top: 45vh;
  left: 67vw;
  width: 2px;
  height: 2px;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.page-404 .star-2:nth-of-type(31):before {
  width: 4px;
  height: 4px;
  top: -250%;
}

.page-404 .star-2:nth-of-type(32) {
  top: 85vh;
  left: 94vw;
  width: 3px;
  height: 3px;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.page-404 .star-2:nth-of-type(32):before {
  width: 6px;
  height: 6px;
  top: -250%;
}

.page-404 .star-2:nth-of-type(33) {
  top: 84vh;
  left: 26vw;
  width: 4px;
  height: 4px;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.page-404 .star-2:nth-of-type(33):before {
  width: 8px;
  height: 8px;
  top: -250%;
}

.page-404 .star-2:nth-of-type(34) {
  top: 78vh;
  left: 50vw;
  width: 3px;
  height: 3px;
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}

.page-404 .star-2:nth-of-type(34):before {
  width: 6px;
  height: 6px;
  top: -250%;
}

.page-404 .star-2:nth-of-type(35) {
  top: 13vh;
  left: 63vw;
  width: 3px;
  height: 3px;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.page-404 .star-2:nth-of-type(35):before {
  width: 6px;
  height: 6px;
  top: -250%;
}

.page-404 .star-2:nth-of-type(36) {
  top: 47vh;
  left: 81vw;
  width: 3px;
  height: 3px;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.page-404 .star-2:nth-of-type(36):before {
  width: 6px;
  height: 6px;
  top: -250%;
}

.page-404 .star-2:nth-of-type(37) {
  top: 91vh;
  left: 74vw;
  width: 2px;
  height: 2px;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.page-404 .star-2:nth-of-type(37):before {
  width: 4px;
  height: 4px;
  top: -250%;
}

.page-404 .star-2:nth-of-type(38) {
  top: 74vh;
  left: 44vw;
  width: 4px;
  height: 4px;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.page-404 .star-2:nth-of-type(38):before {
  width: 8px;
  height: 8px;
  top: -250%;
}

.page-404 .star-2:nth-of-type(39) {
  top: 45vh;
  left: 51vw;
  width: 2px;
  height: 2px;
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}

.page-404 .star-2:nth-of-type(39):before {
  width: 4px;
  height: 4px;
  top: -250%;
}

.page-404 .star-2:nth-of-type(40) {
  top: 25vh;
  left: 31vw;
  width: 3px;
  height: 3px;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.page-404 .star-2:nth-of-type(40):before {
  width: 6px;
  height: 6px;
  top: -250%;
}

.page-404 .star-2:nth-of-type(41) {
  top: 33vh;
  left: 18vw;
  width: 4px;
  height: 4px;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.page-404 .star-2:nth-of-type(41):before {
  width: 8px;
  height: 8px;
  top: -250%;
}

.page-404 .star-2:nth-of-type(42) {
  top: 4vh;
  left: 83vw;
  width: 3px;
  height: 3px;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.page-404 .star-2:nth-of-type(42):before {
  width: 6px;
  height: 6px;
  top: -250%;
}

.page-404 .star-2:nth-of-type(43) {
  top: 76vh;
  left: 31vw;
  width: 4px;
  height: 4px;
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}

.page-404 .star-2:nth-of-type(43):before {
  width: 8px;
  height: 8px;
  top: -250%;
}

.page-404 .star-2:nth-of-type(44) {
  top: 4vh;
  left: 34vw;
  width: 2px;
  height: 2px;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.page-404 .star-2:nth-of-type(44):before {
  width: 4px;
  height: 4px;
  top: -250%;
}

.page-404 .star-2:nth-of-type(45) {
  top: 3vh;
  left: 21vw;
  width: 4px;
  height: 4px;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.page-404 .star-2:nth-of-type(45):before {
  width: 8px;
  height: 8px;
  top: -250%;
}

.page-404 .star-2:nth-of-type(46) {
  top: 85vh;
  left: 20vw;
  width: 2px;
  height: 2px;
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}

.page-404 .star-2:nth-of-type(46):before {
  width: 4px;
  height: 4px;
  top: -250%;
}

.page-404 .star-2:nth-of-type(47) {
  top: 64vh;
  left: 47vw;
  width: 4px;
  height: 4px;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.page-404 .star-2:nth-of-type(47):before {
  width: 8px;
  height: 8px;
  top: -250%;
}

.page-404 .star-2:nth-of-type(48) {
  top: 77vh;
  left: 66vw;
  width: 3px;
  height: 3px;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.page-404 .star-2:nth-of-type(48):before {
  width: 6px;
  height: 6px;
  top: -250%;
}

.page-404 .star-2:nth-of-type(49) {
  top: 26vh;
  left: 85vw;
  width: 4px;
  height: 4px;
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}

.page-404 .star-2:nth-of-type(49):before {
  width: 8px;
  height: 8px;
  top: -250%;
}

.page-404 .star-2:nth-of-type(50) {
  top: 61vh;
  left: 55vw;
  width: 3px;
  height: 3px;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.page-404 .star-2:nth-of-type(50):before {
  width: 6px;
  height: 6px;
  top: -250%;
}

.page-404 .star-2:nth-of-type(51) {
  top: 83vh;
  left: 72vw;
  width: 4px;
  height: 4px;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.page-404 .star-2:nth-of-type(51):before {
  width: 8px;
  height: 8px;
  top: -250%;
}

.page-404 .star-2:nth-of-type(52) {
  top: 5vh;
  left: 9vw;
  width: 4px;
  height: 4px;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.page-404 .star-2:nth-of-type(52):before {
  width: 8px;
  height: 8px;
  top: -250%;
}

.page-404 .star-2:nth-of-type(53) {
  top: 78vh;
  left: 29vw;
  width: 4px;
  height: 4px;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.page-404 .star-2:nth-of-type(53):before {
  width: 8px;
  height: 8px;
  top: -250%;
}

.page-404 .star-2:nth-of-type(54) {
  top: 33vh;
  left: 63vw;
  width: 2px;
  height: 2px;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.page-404 .star-2:nth-of-type(54):before {
  width: 4px;
  height: 4px;
  top: -250%;
}

.page-404 .star-2:nth-of-type(55) {
  top: 28vh;
  left: 3vw;
  width: 2px;
  height: 2px;
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}

.page-404 .star-2:nth-of-type(55):before {
  width: 4px;
  height: 4px;
  top: -250%;
}

.page-404 .star-2:nth-of-type(56) {
  top: 40vh;
  left: 99vw;
  width: 4px;
  height: 4px;
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}

.page-404 .star-2:nth-of-type(56):before {
  width: 8px;
  height: 8px;
  top: -250%;
}

.page-404 .star-2:nth-of-type(57) {
  top: 21vh;
  left: 2vw;
  width: 4px;
  height: 4px;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.page-404 .star-2:nth-of-type(57):before {
  width: 8px;
  height: 8px;
  top: -250%;
}

.page-404 .star-2:nth-of-type(58) {
  top: 29vh;
  left: 82vw;
  width: 3px;
  height: 3px;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.page-404 .star-2:nth-of-type(58):before {
  width: 6px;
  height: 6px;
  top: -250%;
}

.page-404 .star-2:nth-of-type(59) {
  top: 55vh;
  left: 92vw;
  width: 4px;
  height: 4px;
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}

.page-404 .star-2:nth-of-type(59):before {
  width: 8px;
  height: 8px;
  top: -250%;
}

.page-404 .star-2:nth-of-type(60) {
  top: 85vh;
  left: 37vw;
  width: 2px;
  height: 2px;
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}

.page-404 .star-2:nth-of-type(60):before {
  width: 4px;
  height: 4px;
  top: -250%;
}

.page-404 .container-title {
  width: 600px;
  height: 450px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  color: white;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
  display: -ms-flexbox;
  display: flex;
}

.page-404 .title > * {
  display: inline-block;
  font-size: 200px;
}

.page-404 .number {
  text-shadow: 20px 20px 20px rgba(0, 0, 0, 0.2);
  padding: 0 0.2em;
  font-family: "Russo One", sans-serif;
}

.page-404 .subtitle {
  font-size: 25px;
  margin-top: 1.5em;
  font-family: "Lato", sans-serif;
  text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
}

.page-404 .abutton {
  font-size: 22px;
  margin-top: 1.5em;
  padding: 0.5em 1em;
  letter-spacing: 1px;
  font-family: "Lato", sans-serif;
  color: white;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  z-index: 999;
  border: 2px solid white;
  border-radius: 5px;
  text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
  transition: opacity 0.2s ease;
}

.page-404 .abutton:hover {
  opacity: 0.7;
}

.page-404 .abutton:focus {
  outline: 0;
}

.page-404 .moon {
  position: relative;
  border-radius: 50%;
  width: 160px;
  height: 160px;
  z-index: 2;
  background-color: #fff;
  box-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #fff, 0 0 70px #fff, 0 0 80px #fff, 0 0 100px #ff1177;
  -webkit-animation: rotate 5s ease-in-out infinite;
          animation: rotate 5s ease-in-out infinite;
}

.page-404 .moon .face {
  top: 60%;
  left: 47%;
  position: absolute;
}

.page-404 .moon .face .mouth {
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-right-radius: 50%;
  background-color: #0E6D8B;
  width: 25px;
  height: 25px;
  position: absolute;
  -webkit-animation: snore 5s ease-in-out infinite;
          animation: snore 5s ease-in-out infinite;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  box-shadow: inset -4px -4px 4px rgba(0, 0, 0, 0.3);
}

.page-404 .moon .face .eyes {
  position: absolute;
  top: -30px;
  left: -30px;
}

.page-404 .moon .face .eyes .eye-left,
.page-404 .moon .face .eyes .eye-right {
  border: 4px solid #0E6D8B;
  width: 30px;
  height: 15px;
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
  border-top: 0;
  position: absolute;
}

.page-404 .moon .face .eyes .eye-left:before,
.page-404 .moon .face .eyes .eye-left:after,
.page-404 .moon .face .eyes .eye-right:before,
.page-404 .moon .face .eyes .eye-right:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  background-color: #0E6D8B;
  top: -2px;
  left: -4px;
}

.page-404 .moon .face .eyes .eye-left:after,
.page-404 .moon .face .eyes .eye-right:after {
  left: auto;
  right: -4px;
}

.page-404 .moon .face .eyes .eye-right {
  left: 50px;
}

.page-404 .container-bird {
  -webkit-perspective: 2000px;
          perspective: 2000px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.page-404 .bird {
  position: absolute;
  z-index: 1000;
  left: 50%;
  top: 50%;
  height: 40px;
  width: 50px;
  -webkit-transform: translate3d(-100vw, 0, 0) rotateY(90deg);
          transform: translate3d(-100vw, 0, 0) rotateY(90deg);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.page-404 .bird-container {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform: translate3d(50px, 30px, -300px);
          transform: translate3d(50px, 30px, -300px);
}

.page-404 .wing {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 3px;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  z-index: 300;
}

.page-404 .wing-left {
  background: linear-gradient(to bottom, #fdf8d4 0%, #F6E04F 100%);
  -webkit-transform: translate3d(0, 0, 0) rotateX(-30deg);
          transform: translate3d(0, 0, 0) rotateX(-30deg);
  -webkit-animation: wingLeft 1.3s cubic-bezier(0.45, 0, 0.5, 0.95) infinite;
          animation: wingLeft 1.3s cubic-bezier(0.45, 0, 0.5, 0.95) infinite;
}

.page-404 .wing-right {
  background: linear-gradient(to bottom, #f5e7b0 0%, #F6E04F 100%);
  -webkit-transform: translate3d(0, 0, 0) rotateX(-30deg);
          transform: translate3d(0, 0, 0) rotateX(-30deg);
  -webkit-animation: wingRight 1.3s cubic-bezier(0.45, 0, 0.5, 0.95) infinite;
          animation: wingRight 1.3s cubic-bezier(0.45, 0, 0.5, 0.95) infinite;
}

.page-404 .wing-right-top,
.page-404 .wing-left-top {
  border-right: 25px solid transparent;
  border-left: 25px solid transparent;
  top: -20px;
  width: 100%;
  position: absolute;
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}

.page-404 .wing-right-top {
  border-bottom: 20px solid #faf084;
  -webkit-transform: translate3d(0, 0, 0) rotateX(60deg);
          transform: translate3d(0, 0, 0) rotateX(60deg);
  -webkit-animation: wingRightTop 1.3s cubic-bezier(0.45, 0, 0.5, 0.95) infinite;
          animation: wingRightTop 1.3s cubic-bezier(0.45, 0, 0.5, 0.95) infinite;
}

.page-404 .wing-left-top {
  border-bottom: 20px solid #fff0a2;
  -webkit-transform: translate3d(0, 0, 0) rotateX(-60deg);
          transform: translate3d(0, 0, 0) rotateX(-60deg);
  -webkit-animation: wingLeftTop 1.3s cubic-bezier(0.45, 0, 0.5, 0.95) infinite;
          animation: wingLeftTop 1.3s cubic-bezier(0.45, 0, 0.5, 0.95) infinite;
}

.page-404 .bird-anim:nth-child(1) {
  -webkit-animation: bird1 30s linear infinite forwards;
          animation: bird1 30s linear infinite forwards;
}

.page-404 .bird-anim:nth-child(2) {
  -webkit-animation: bird2 30s linear infinite forwards;
          animation: bird2 30s linear infinite forwards;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
  z-index: -1;
}

.page-404 .bird-anim:nth-child(3) {
  -webkit-animation: bird3 30s linear infinite forwards;
          animation: bird3 30s linear infinite forwards;
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}

.page-404 .bird-anim:nth-child(4) {
  -webkit-animation: bird4 30s linear infinite forwards;
          animation: bird4 30s linear infinite forwards;
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
}

.page-404 .bird-anim:nth-child(5) {
  -webkit-animation: bird5 30s linear infinite forwards;
          animation: bird5 30s linear infinite forwards;
  -webkit-animation-delay: 14s;
          animation-delay: 14s;
}

.page-404 .bird-anim:nth-child(6) {
  -webkit-animation: bird6 30s linear infinite forwards;
          animation: bird6 30s linear infinite forwards;
  -webkit-animation-delay: 10s;
          animation-delay: 10s;
  z-index: -1;
}

@-webkit-keyframes rotate {
  0%, 100% {
    -webkit-transform: rotate(-8deg);
            transform: rotate(-8deg);
  }

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

@keyframes rotate {
  0%, 100% {
    -webkit-transform: rotate(-8deg);
            transform: rotate(-8deg);
  }

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

@-webkit-keyframes snore {
  0%, 100% {
    -webkit-transform: scale(1) rotate(30deg);
            transform: scale(1) rotate(30deg);
  }

  50% {
    -webkit-transform: scale(0.5) rotate(30deg);
            transform: scale(0.5) rotate(30deg);
    border-bottom-left-radius: 50%;
  }
}

@keyframes snore {
  0%, 100% {
    -webkit-transform: scale(1) rotate(30deg);
            transform: scale(1) rotate(30deg);
  }

  50% {
    -webkit-transform: scale(0.5) rotate(30deg);
            transform: scale(0.5) rotate(30deg);
    border-bottom-left-radius: 50%;
  }
}

@-webkit-keyframes twinkle {
  0%, 100% {
    opacity: 0.7;
  }

  50% {
    opacity: 0.3;
  }
}

@keyframes twinkle {
  0%, 100% {
    opacity: 0.7;
  }

  50% {
    opacity: 0.3;
  }
}

@-webkit-keyframes wingLeft {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0) rotateX(-50deg);
            transform: translate3d(0, 0, 0) rotateX(-50deg);
  }

  50% {
    -webkit-transform: translate3d(0, -20px, 0) rotateX(-130deg);
            transform: translate3d(0, -20px, 0) rotateX(-130deg);
    background: linear-gradient(to bottom, #fffadc 0%, #f6b000 100%);
  }
}

@keyframes wingLeft {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0) rotateX(-50deg);
            transform: translate3d(0, 0, 0) rotateX(-50deg);
  }

  50% {
    -webkit-transform: translate3d(0, -20px, 0) rotateX(-130deg);
            transform: translate3d(0, -20px, 0) rotateX(-130deg);
    background: linear-gradient(to bottom, #fffadc 0%, #f6b000 100%);
  }
}

@-webkit-keyframes wingLeftTop {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0) rotateX(-10deg);
            transform: translate3d(0, 0, 0) rotateX(-10deg);
  }

  50% {
    -webkit-transform: translate3d(0px, 0px, 0) rotateX(-40deg);
            transform: translate3d(0px, 0px, 0) rotateX(-40deg);
    border-bottom: 20px solid #f1cf0e;
  }
}

@keyframes wingLeftTop {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0) rotateX(-10deg);
            transform: translate3d(0, 0, 0) rotateX(-10deg);
  }

  50% {
    -webkit-transform: translate3d(0px, 0px, 0) rotateX(-40deg);
            transform: translate3d(0px, 0px, 0) rotateX(-40deg);
    border-bottom: 20px solid #f1cf0e;
  }
}

@-webkit-keyframes wingRight {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0) rotateX(50deg);
            transform: translate3d(0, 0, 0) rotateX(50deg);
  }

  50% {
    -webkit-transform: translate3d(0, -20px, 0) rotateX(130deg);
            transform: translate3d(0, -20px, 0) rotateX(130deg);
    background: linear-gradient(to bottom, #fdeb73 0%, #ffbd00 100%);
  }
}

@keyframes wingRight {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0) rotateX(50deg);
            transform: translate3d(0, 0, 0) rotateX(50deg);
  }

  50% {
    -webkit-transform: translate3d(0, -20px, 0) rotateX(130deg);
            transform: translate3d(0, -20px, 0) rotateX(130deg);
    background: linear-gradient(to bottom, #fdeb73 0%, #ffbd00 100%);
  }
}

@-webkit-keyframes wingRightTop {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0) rotateX(10deg);
            transform: translate3d(0, 0, 0) rotateX(10deg);
  }

  50% {
    -webkit-transform: translate3d(0px, 0px, 0px) rotateX(40deg);
            transform: translate3d(0px, 0px, 0px) rotateX(40deg);
    border-bottom: 20px solid #f6c300;
  }
}

@keyframes wingRightTop {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0) rotateX(10deg);
            transform: translate3d(0, 0, 0) rotateX(10deg);
  }

  50% {
    -webkit-transform: translate3d(0px, 0px, 0px) rotateX(40deg);
            transform: translate3d(0px, 0px, 0px) rotateX(40deg);
    border-bottom: 20px solid #f6c300;
  }
}

@-webkit-keyframes bird1 {
  0% {
    -webkit-transform: translate3d(-120vw, -20px, -1000px) rotateY(-40deg) rotateX(0deg);
            transform: translate3d(-120vw, -20px, -1000px) rotateY(-40deg) rotateX(0deg);
  }

  100% {
    -webkit-transform: translate3d(100vw, -40vh, 1000px) rotateY(-40deg) rotateX(0deg);
            transform: translate3d(100vw, -40vh, 1000px) rotateY(-40deg) rotateX(0deg);
  }
}

@keyframes bird1 {
  0% {
    -webkit-transform: translate3d(-120vw, -20px, -1000px) rotateY(-40deg) rotateX(0deg);
            transform: translate3d(-120vw, -20px, -1000px) rotateY(-40deg) rotateX(0deg);
  }

  100% {
    -webkit-transform: translate3d(100vw, -40vh, 1000px) rotateY(-40deg) rotateX(0deg);
            transform: translate3d(100vw, -40vh, 1000px) rotateY(-40deg) rotateX(0deg);
  }
}

@-webkit-keyframes bird2 {
  0%, 15% {
    -webkit-transform: translate3d(100vw, -300px, -1000px) rotateY(10deg) rotateX(0deg);
            transform: translate3d(100vw, -300px, -1000px) rotateY(10deg) rotateX(0deg);
  }

  100% {
    -webkit-transform: translate3d(-100vw, -20px, -1000px) rotateY(10deg) rotateX(0deg);
            transform: translate3d(-100vw, -20px, -1000px) rotateY(10deg) rotateX(0deg);
  }
}

@keyframes bird2 {
  0%, 15% {
    -webkit-transform: translate3d(100vw, -300px, -1000px) rotateY(10deg) rotateX(0deg);
            transform: translate3d(100vw, -300px, -1000px) rotateY(10deg) rotateX(0deg);
  }

  100% {
    -webkit-transform: translate3d(-100vw, -20px, -1000px) rotateY(10deg) rotateX(0deg);
            transform: translate3d(-100vw, -20px, -1000px) rotateY(10deg) rotateX(0deg);
  }
}

@-webkit-keyframes bird3 {
  0% {
    -webkit-transform: translate3d(100vw, -50vh, 100px) rotateY(-5deg) rotateX(-20deg);
            transform: translate3d(100vw, -50vh, 100px) rotateY(-5deg) rotateX(-20deg);
  }

  100% {
    -webkit-transform: translate3d(-100vw, -10vh, 100px) rotateY(-5deg) rotateX(-20deg);
            transform: translate3d(-100vw, -10vh, 100px) rotateY(-5deg) rotateX(-20deg);
  }
}

@keyframes bird3 {
  0% {
    -webkit-transform: translate3d(100vw, -50vh, 100px) rotateY(-5deg) rotateX(-20deg);
            transform: translate3d(100vw, -50vh, 100px) rotateY(-5deg) rotateX(-20deg);
  }

  100% {
    -webkit-transform: translate3d(-100vw, -10vh, 100px) rotateY(-5deg) rotateX(-20deg);
            transform: translate3d(-100vw, -10vh, 100px) rotateY(-5deg) rotateX(-20deg);
  }
}

@-webkit-keyframes bird4 {
  0% {
    -webkit-transform: translate3d(100vw, 30vh, 200px) rotateY(-5deg) rotateX(10deg);
            transform: translate3d(100vw, 30vh, 200px) rotateY(-5deg) rotateX(10deg);
  }

  100% {
    -webkit-transform: translate3d(-100vw, -30vh, 200px) rotateY(-5deg) rotateX(10deg);
            transform: translate3d(-100vw, -30vh, 200px) rotateY(-5deg) rotateX(10deg);
  }
}

@keyframes bird4 {
  0% {
    -webkit-transform: translate3d(100vw, 30vh, 200px) rotateY(-5deg) rotateX(10deg);
            transform: translate3d(100vw, 30vh, 200px) rotateY(-5deg) rotateX(10deg);
  }

  100% {
    -webkit-transform: translate3d(-100vw, -30vh, 200px) rotateY(-5deg) rotateX(10deg);
            transform: translate3d(-100vw, -30vh, 200px) rotateY(-5deg) rotateX(10deg);
  }
}

@-webkit-keyframes bird5 {
  0%, 5% {
    -webkit-transform: translate3d(100vw, 30vh, 400px) rotateY(-15deg) rotateX(-10deg);
            transform: translate3d(100vw, 30vh, 400px) rotateY(-15deg) rotateX(-10deg);
  }

  100% {
    -webkit-transform: translate3d(-100vw, 10vh, 400px) rotateY(-15deg) rotateX(-10deg);
            transform: translate3d(-100vw, 10vh, 400px) rotateY(-15deg) rotateX(-10deg);
  }
}

@keyframes bird5 {
  0%, 5% {
    -webkit-transform: translate3d(100vw, 30vh, 400px) rotateY(-15deg) rotateX(-10deg);
            transform: translate3d(100vw, 30vh, 400px) rotateY(-15deg) rotateX(-10deg);
  }

  100% {
    -webkit-transform: translate3d(-100vw, 10vh, 400px) rotateY(-15deg) rotateX(-10deg);
            transform: translate3d(-100vw, 10vh, 400px) rotateY(-15deg) rotateX(-10deg);
  }
}

@-webkit-keyframes bird6 {
  0%, 10% {
    -webkit-transform: translate3d(-100vw, 20vh, -500px) rotateY(15deg) rotateX(10deg);
            transform: translate3d(-100vw, 20vh, -500px) rotateY(15deg) rotateX(10deg);
  }

  100% {
    -webkit-transform: translate3d(100vw, 40vh, -800px) rotateY(5deg) rotateX(10deg);
            transform: translate3d(100vw, 40vh, -800px) rotateY(5deg) rotateX(10deg);
  }
}

@keyframes bird6 {
  0%, 10% {
    -webkit-transform: translate3d(-100vw, 20vh, -500px) rotateY(15deg) rotateX(10deg);
            transform: translate3d(-100vw, 20vh, -500px) rotateY(15deg) rotateX(10deg);
  }

  100% {
    -webkit-transform: translate3d(100vw, 40vh, -800px) rotateY(5deg) rotateX(10deg);
            transform: translate3d(100vw, 40vh, -800px) rotateY(5deg) rotateX(10deg);
  }
}

@media screen and (max-width: 580px) {
  .page-404 .container-404 {
    width: 100%;
  }

  .page-404 .number {
    font-size: 100px;
  }

  .page-404 .subtitle {
    font-size: 20px;
    padding: 0 1em;
  }

  .page-404 .moon {
    width: 100px;
    height: 100px;
  }

  .page-404 .face {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
}

.page-404 .button-404 {
  margin-top: 3rem;
  font-size: 22px;
  margin-top: 1.5em;
  padding: 0.5em 1em;
  letter-spacing: 1px;
  color: white;
  background-color: transparent;
  cursor: pointer;
  z-index: 999;
  border: 2px solid white;
  border-radius: 5px;
  text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
  transition: opacity 0.2s ease;
  text-decoration: none;
}

.page-404 .button-404:hover {
  opacity: 0.7;
}

.page-404 .button-404:focus {
  outline: 0;
}

.footer {
  background-color: #044263;
  padding-top: 30px;
}

.footer__top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

@media all and (max-width: 1200px) {
  .footer__top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.footer__top-menu {
  width: 75%;
}

@media all and (max-width: 1200px) {
  .footer__top-menu {
    width: 100%;
  }
}

@media all and (max-width: 768px) {
  .footer__top-menu {
    border-bottom: 1px solid #A9BECA;
  }
}

.footer__top-menu .footer__nav {
  width: 100%;
}

@media all and (max-width: 768px) {
  .footer__top-menu .footer__nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.footer__top-menu .footer__nav .footer__nav-item {
  width: 25%;
}

@media all and (max-width: 768px) {
  .footer__top-menu .footer__nav .footer__nav-item {
    width: 100%;
    margin-bottom: 0;
  }
}

.footer__top-contacts {
  width: 25%;
}

@media all and (max-width: 1200px) {
  .footer__top-contacts {
    width: 100%;
  }
}

@media all and (max-width: 768px) {
  .footer__top-contacts {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }

  .footer__top-contacts .footer__nav-head {
    pointer-events: none !important;
  }

  .footer__top-contacts .footer__nav-head:before,
  .footer__top-contacts .footer__nav-head:after {
    display: none !important;
  }
}

@media all and (max-width: 500px) {
  .footer__top-contacts {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

.footer__top-contacts img {
  margin-right: 10px;
}

.footer__top-contacts .footer__nav-subitem {
  padding-right: 0;
}

@media all and (max-width: 768px) {
  .footer__top-contacts .footer__nav-subitem {
    display: block;
    margin-bottom: 0;
  }
}

@media all and (max-width: 768px) {
  .footer__top-contacts .footer__nav-subitem a {
    font-size: 14px;
  }
}

@media all and (max-width: 768px) {
  .footer__top-contacts .footer__nav {
    display: block;
    margin-bottom: 0;
  }
}

.footer__top-contacts .footer__nav:last-child .footer__nav-subitem {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.footer__nav {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
}

@media all and (max-width: 768px) {
  .footer__nav {
    display: block;
  }
}

.footer__nav-head {
  font-family: "Circe-Bold";
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 27px;
  color: #A9BECA;
  display: inline-block;
}

@media all and (max-width: 768px) {
  .footer__nav-head {
    cursor: pointer;
    position: relative;
    display: block;
    padding: 15px 0;
    margin-bottom: 0;
  }

  .footer__nav-head:before,
  .footer__nav-head:after {
    position: absolute;
    content: "";
    display: block;
    background-color: #FFFFFF;
  }

  .footer__nav-head:before {
    right: 0;
    top: calc(50% - 1px);
    width: 16px;
    height: 2px;
  }

  .footer__nav-head:after {
    right: 7px;
    height: 16px;
    width: 2px;
    top: calc(50% - 8px);
  }
}

.footer__nav-subitem {
  padding-right: 20px;
  margin-bottom: 0;
}

@media all and (max-width: 768px) {
  .footer__nav-subitem {
    display: none;
  }
}

.footer__nav-subitem li.hide {
  display: none !important;
}

.footer__nav-item {
  padding-left: 0;
}

.footer__nav-item.showed .footer__nav-subitem {
  display: block;
}

.footer__nav-item.showed .footer__nav-head:after {
  display: none;
}

@media all and (max-width: 768px) {
  .footer__nav-item {
    display: block;
    margin-bottom: 0;
    border-top: 1px solid #A9BECA;
  }

  .footer__nav-item:first-child {
    border-top: none;
  }
}

.footer__nav-item li,
.footer__nav-item li a {
  padding-left: 0;
  margin-bottom: 7px;
  font-family: "Circe-Regular";
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
}

@media all and (max-width: 768px) {
  .footer__nav-item li:last-child {
    margin-bottom: 15px;
  }
}

.footer__copyright {
  border-top: 1px solid rgba(169, 190, 202, 0.3);
  padding: 20px 0;
}

.footer__copyright-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

@media all and (max-width: 1800px) {
  .footer__copyright-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media all and (max-width: 1024px) {
  .footer__copyright-container {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
  }
}

.footer__copyright-container * {
  font-family: "Circe-Regular";
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #FFFFFF;
  margin-bottom: 0;
}

.footer__copyright-container img {
  margin: 0 12px;
}

@media all and (max-width: 1024px) {
  .footer__copyright-container img {
    margin-left: 0;
  }
}

@media all and (max-width: 1024px) {
  .footer__copyright-banks {
    -ms-flex-order: 1;
        order: 1;
    margin-bottom: 16px;
  }
}

@media all and (max-width: 1024px) {
  .footer__copyright-copy {
    -ms-flex-order: 2;
        order: 2;
  }
}

@media all and (max-width: 768px) {
  .footer__copyright-copy p {
    font-size: 12px;
  }
}

.footer__copyright-links {
  width: 30%;
  text-align: right;
}

@media all and (max-width: 1800px) {
  .footer__copyright-links {
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }
}

@media all and (max-width: 1024px) {
  .footer__copyright-links {
    -ms-flex-order: 3;
        order: 3;
  }
}

.footer__copyright-links span {
  display: inline-block;
  margin: 0 10px;
}

@media all and (max-width: 768px) {
  .footer__copyright-links a {
    font-size: 12px;
  }
}

.footer__copyright-links a:hover {
  text-decoration: underline;
}


