

/* Start:/local/templates/dorbex-3/css/styles.css?1763633184396424*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
/* fonts */
@font-face {
  font-family: "Manrope";
  src: url("/local/templates/dorbex-3/css/../fonts/ManropeRegular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: block;
}
@font-face {
  font-family: "Manrope";
  src: url("/local/templates/dorbex-3/css/../fonts/ManropeMedium.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: block;
}
@font-face {
  font-family: "Manrope";
  src: url("/local/templates/dorbex-3/css/../fonts/ManropeSemiBold.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: block;
}
@font-face {
  font-family: "Manrope";
  src: url("/local/templates/dorbex-3/css/../fonts/ManropeBold.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: block;
}
*,
*::after,
*::before {
  box-sizing: inherit;
}
*:focus-visible {
  outline: 0.1px solid #BCB09E;
}
input:focus-visible + label {
  outline: 0.1px solid #BCB09E;
}
html {
  height: 100%;
  box-sizing: border-box;
}
body {
  display: flex;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  flex-direction: column;
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  background-color: #F9F5EF;
  overflow-x: hidden;
}
body::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
@media (max-width: 576px) {
  body::-webkit-scrollbar {
    width: 3px;
  }
}
body::-webkit-scrollbar-track {
  background: #FFFFFF;
}
body::-webkit-scrollbar-thumb {
  background-color: #224A7B;
  border-radius: 0;
}
header {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  background-color: #FFFFFF;
}
main {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: auto;
}
footer {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
}
a {
  text-decoration: none;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
svg {
  display: block;
}
/* mixins */
.visually-hidden:not(:focus):not(:active),
input[type="checkbox"].visually-hidden,
input[type="radio"].visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}
.hidden {
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
.remove {
  display: none;
}
.rotate {
  transform: rotate(180deg);
  transition: all 0.4s ease-in-out;
}
.wrapper {
  width: 1610px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 1680px) {
  .wrapper {
    width: 100%;
    padding: 0 80px;
  }
}
@media (max-width: 1024px) {
  .wrapper {
    padding: 0 13px;
  }
}
.reset-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.reset-button {
  padding: 0;
  border: none;
  background-color: inherit;
}
.stop-scroll {
  overflow-y: hidden;
}
.overlay {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(13, 39, 71, 0.5);
  z-index: 10;
}
.overlay--show {
  animation-name: fadein;
  animation-duration: 0.4s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: both;
  animation-play-state: running;
  display: block;
}
/* animations */
.heartbeat {
  animation-name: heartbeat;
  animation-duration: 1.8s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: both;
  animation-play-state: running;
}
@keyframes heartbeat {
  from {
    transform: scale(1);
    transform-origin: center center;
    animation-timing-function: ease-out;
  }
  10% {
    transform: scale(0.91);
    animation-timing-function: ease-in;
  }
  17% {
    transform: scale(0.98);
    animation-timing-function: ease-out;
  }
  33% {
    transform: scale(0.87);
    animation-timing-function: ease-in;
  }
  45% {
    transform: scale(1);
    animation-timing-function: ease-out;
  }
}
.fade-in {
  animation-name: fadein;
  animation-duration: 0.4s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: both;
  animation-play-state: running;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.input-reset {
  margin: 0;
  padding: 0;
  border: 0;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  box-shadow: none;
}
.input-reset:focus {
  outline: 0;
}
/*==============================
site-text
==============================*/
.section-h {
  display: block;
  margin: 0;
  padding: 0 10px;
  font-size: 30px;
  font-weight: 700;
  color: #0D2747;
  text-align: center;
}
@media (min-width: 768px) {
  .section-h {
    font-size: 40px;
  }
}
.section-header__text {
  display: inline-block;
  padding: 5px 20px;
  background-color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: #262C33;
  text-transform: uppercase;
  text-decoration: none;
  transition-duration: 0.3s;
  transition-property: color;
}
.section-header__text[href]:hover {
  color: #2196f3;
}
@media (min-width: 768px) {
  .section-header__text {
    font-size: 25px;
  }
}
/* select2 */
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
  z-index: 2;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0;
}
.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
  max-width: 100%;
  resize: none;
  height: 18px;
  vertical-align: bottom;
  font-family: sans-serif;
  overflow: hidden;
  word-break: keep-all;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}
.select2-results {
  display: block;
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.select2-results__option--selectable {
  cursor: pointer;
}
.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
}
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative;
}
.select2-container--default .select2-selection--multiple.select2-selection--clearable {
  padding-right: 25px;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  font-weight: bold;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  position: absolute;
  right: 0;
  padding: 1px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
  padding-left: 20px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
  position: absolute;
  left: 0;
  top: 0;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: #f1f1f1;
  color: #333;
  outline: none;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 1px solid black;
  outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default .select2-results__option--group {
  padding: 0;
}
.select2-container--default .select2-results__option--disabled {
  color: #999;
}
.select2-container--default .select2-results__option--selected {
  background-color: #ddd;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
}
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #888;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
  outline: none;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--classic .select2-results__option--group {
  padding: 0;
}
.select2-container--classic .select2-results__option--disabled {
  color: grey;
}
.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: white;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}
/*==============================
select
==============================*/
.select {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  color: #0D2747;
}
.select .select2-container--focus.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #0D2747;
  font-weight: 400;
}
.select .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #0D2747;
}
.select .select2-container--focus .select2-selection--single .select2-selection__rendered {
  color: #0D2747;
  font-weight: 400;
}
.select .select2 {
  border-radius: 0;
}
.select .select2-container--default .select2-selection--single {
  height: 50px;
  border: 1px solid #E4DACB;
  box-sizing: border-box;
  border-radius: 0;
  background-color: #FFFFFF;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 768px) {
  .select .select2-container--default .select2-selection--single {
    background-color: inherit;
  }
}
.select .select2-container--default .select2-selection--single:hover {
  border: 1px solid #BCB09E;
  transition: all 0.4s ease-in-out;
}
.select .select2-container--default .select2-selection--single:focus {
  background-color: #FFFFFF;
  box-shadow: none;
  border: 1px solid #BCB09E;
  transition: all 0.4s ease-in-out;
}
.select .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #0D2747;
}
.select .select2-container .select2-selection--single .select2-selection__rendered {
  max-width: 195px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 12px;
}
@media (max-width: 1024px) {
  .select .select2-container .select2-selection--single .select2-selection__rendered {
    max-width: none;
  }
}
.select .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 48px;
  width: 48px;
}
.select .select2-container--default .select2-selection--single .select2-selection__arrow b {
  height: 24px;
  width: 24px;
  margin: auto 0;
  border: none;
  background-image: url("/local/templates/dorbex-3/css/../img/icons/arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: 0;
  bottom: 0;
  left: auto;
  right: 12px;
  transform: rotate(0);
  transition: all 0.4s ease-in-out;
}
.select .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  transform: rotate(-180deg);
  transition: all 0.4s ease-in-out;
}
.select .select2-container.select2-container--default.select2-container--below.select2-container--focus.select2-container--open .select2-selection--single {
  border: 1px solid #BCB09E;
  background-color: #FFFFFF;
  transition: all 0.4s ease-in-out;
  position: relative;
}
.select2-container--open .select2-dropdown--below {
  padding: 0;
  border: 1px solid #BCB09E;
  border-top: none;
  box-shadow: none;
  transition: border-color 0.4s ease-in-out;
}
.select2-container--open .select2-dropdown {
  border-radius: 0;
  border: 1px solid #BCB09E;
  box-shadow: none;
}
.select2-results__option {
  margin-bottom: 0;
  padding: 8px 12px;
  padding-top: 9px;
  border-radius: 0;
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  color: #0D2747;
  transition: all 0.4s ease-in-out;
}
.select2-results__option:last-child {
  margin-bottom: 0;
}
.select2-results__option:hover {
  color: #FFFFFF;
  transition: all 0.4s ease-in-out;
}
.select2-container--default .select2-results__option--selected {
  background-color: #FFFFFF;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #BCB09E;
  color: #FFFFFF;
}
.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 3px;
}
.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-track {
  background: #FFFFFF;
}
.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb {
  background-color: #ECEEF3;
  border-radius: 0;
}
.select2-dropdown {
  top: -1px;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  touch-action: pan-y;
}
.slick-slider:focus,
.slick-slider:focus-within,
.slick-slider:active,
.slick-slider:hover,
.slick-slider a {
  outline: none;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus,
.slick-list:hover,
.slick-list:active,
.slick-list:hover {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-track:focus,
.slick-track:focus-within,
.slick-track:active,
.slick-track:hover {
  outline: none;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  outline: none;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-slide:focus,
.slick-slide:focus-within,
.slick-slide:active,
.slick-slide:hover,
.slick-slide a {
  outline: none;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-active:focus,
.slick-cloned:focus,
.slick-slide:focus,
.slick-active:focus-within,
.slick-cloned:focus-within,
.slick-slide:focus-within,
.slick-active:active,
.slick-cloned:active,
.slick-slide:active,
.slick-active:hover,
.slick-cloned:hover,
.slick-slide:hover {
  outline: none;
}
.site-wrapper {
  width: 1610px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 1680px) {
  .site-wrapper {
    width: 100%;
  }
}
@media (max-width: 1680px) {
  .site-wrapper {
    padding: 0 80px;
  }
}
@media (max-width: 1024px) {
  .site-wrapper {
    padding: 0 13px;
  }
}
/*==============================
deco
==============================*/
.deco-02 {
  background-image: url("/local/templates/dorbex-3/css/../img/bg-dorbex-hor.svg"), url("/local/templates/dorbex-3/css/../img/bg-d.svg"), url("/local/templates/dorbex-3/css/../img/bg-o.svg");
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: 110% auto, 365px auto, 416px auto;
  background-position: center bottom 21%, left -50px top 40px, right -200px top 650px;
}
@media (min-width: 375px) {
  .deco-02 {
    background-position: center bottom 18%, left -50px top 40px, right -200px top 650px;
  }
}
@media (min-width: 768px) {
  .deco-02 {
    background-size: 766px auto, 566px auto, 781px auto;
    background-position: center bottom 20px, left -80px top 40px, right -500px top 650px;
  }
}
@media (min-width: 1200px) {
  .deco-02 {
    background-position: left 40vw bottom 20px, left -80px top 40px, right -400px top 200px;
  }
}
@media (min-width: 1400px) {
  .deco-02 {
    background-position: left 45vw bottom 20px, left -20px top 40px, right -400px top 400px;
  }
}
@media (min-width: 1920px) {
  .deco-02 {
    background-position: left 40vw bottom 20px, left -20px top 40px, right -400px top 400px;
  }
}
/*==============================
shop-address
==============================*/
.shop-address {
  display: grid;
  padding-bottom: 110px;
  grid-template-columns: 500px 1fr;
  grid-template-areas: "select map" "list map" "gallery gallery";
}
@media (max-width: 1024px) {
  .shop-address {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .shop-address {
    display: block;
    padding: 0 20px;
    padding-bottom: 64px;
  }
}
@media (max-width: 576px) {
  .shop-address {
    padding: 0 13px;
    padding-bottom: 64px;
  }
}
.shop-address__select {
  display: grid;
  padding: 30px;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 16px;
       column-gap: 16px;
  grid-area: select;
  background-color: #FFFFFF;
  border: 1px solid #E4DACB;
  border-bottom: none;
}
@media (max-width: 1024px) {
  .shop-address__select {
    grid-template-columns: 1fr;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 16px;
  }
}
@media (max-width: 768px) {
  .shop-address__select {
    display: none;
    padding: 0;
    margin-bottom: 19px;
    background-color: inherit;
    border: none;
  }
}
.shop-address__select--show {
  animation-name: fadein;
  animation-duration: 0.4s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: both;
  animation-play-state: running;
  display: grid;
}
.shop-address__tab {
  display: none;
  margin-bottom: 16px;
}
.shop-address__tab--show {
  animation-name: fadein;
  animation-duration: 0.4s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: both;
  animation-play-state: running;
  display: none;
}
@media (max-width: 768px) {
  .shop-address__tab--show {
    display: block;
  }
}
.shop-address__tab ul {
  display: flex;
  margin: 0;
  padding: 0;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  list-style: none;
}
.shop-address__tab li {
  width: 100%;
}
.shop-address__tab button {
  display: inline-block;
  width: 100%;
  padding: 13px 5px;
  border: none;
  border-bottom: 2px solid #E4DACB;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  color: #0D2747;
  background-color: inherit;
  transition: all 0.4s ease-in-out;
  position: relative;
}
.shop-address__tab button::after {
  content: "";
  height: 2px;
  width: 100%;
  background-color: #224A7B;
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: -2px;
  transition: all 0.4s ease-in-out;
}
.shop-address__tab button.shop-address__tab--current {
  color: #224A7B;
  transition: all 0.4s ease-in-out;
}
.shop-address__tab button.shop-address__tab--current::after {
  opacity: 1;
  transition: all 0.4s ease-in-out;
}
.shop-address__list {
  display: block;
  padding-bottom: 0;
  grid-area: list;
  border: 1px solid #E4DACB;
}
@media (max-width: 768px) {
  .shop-address__list {
    display: none;
    margin-bottom: 0;
    border: none;
    position: relative;
  }
}
.shop-address__list--show {
  animation-name: fadein;
  animation-duration: 0.4s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: both;
  animation-play-state: running;
  display: block;
}
.shop-address__list-wrapper {
  height: 485px;
  padding: 30px;
  overflow-y: auto;
}
@media (max-width: 768px) {
  .shop-address__list-wrapper {
    height: auto;
    padding: 0;
  }
}
.shop-address__list-wrapper::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 4px;
}
.shop-address__list-wrapper::-webkit-scrollbar-track {
  background: #F9F5EF;
}
.shop-address__list-wrapper::-webkit-scrollbar-thumb {
  background-color: #224A7B;
}
.shop-address__list-wrapper > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.shop-address__list-wrapper > ul > li {
  margin-bottom: 8px;
}
.shop-address__list-wrapper > ul > li:last-child {
  margin-bottom: 0;
}
.shop-address__list-link {
  padding: 13px;
  border: 1px solid #E4DACB;
  transition: all 0.4s ease-in-out;
  position: relative;
}
.shop-address__list-link:hover {
  cursor: pointer;
  border: 1px solid #BCB09E;
  transition: all 0.4s ease-in-out;
}
.shop-address__list-link::after {
  content: "";
  height: 100%;
  width: 100%;
  border: 2px solid #224A7B;
  opacity: 0;
  transition: all 0.4s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
}
.shop-address__list-link h3 {
  margin: 0;
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  color: #0D2747;
  text-transform: uppercase;
}
.shop-address__list-link--current::after {
  border: 2px solid #224A7B;
  opacity: 1;
}
.shop-address__list-official,
.shop-address__list-storage,
.shop-address__list-branded {
  display: inline-block;
  margin-bottom: 8px;
  padding-left: 26px;
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
  color: #9D8C7C;
  background-image: url("/local/templates/dorbex-3/css/../img/icons/briefcase.svg");
  background-size: 18px;
  background-position: left top;
  background-repeat: no-repeat;
}
.shop-address__list-storage {
  color: #D6AD51;
  background-image: url("/local/templates/dorbex-3/css/../img/icons/warehouse.svg");
}
.shop-address__list-branded {
  color: #224A7B;
  background-image: url("/local/templates/dorbex-3/css/../img/icons/shopping-bag.svg");
}
.shop-address__list-sub {
  margin: 0;
  padding: 0;
  list-style: none;
  opacity: 0.5;
}
.shop-address__list-sub li {
  margin-bottom: 2px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  color: #0D2747;
}
.shop-address__list-sub a {
  display: inline-block;
  color: #0D2747;
  position: relative;
}
.shop-address__item {
  display: none;
  margin-bottom: 64px;
}
.shop-address__item--show {
  animation-name: fadein;
  animation-duration: 0.4s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: both;
  animation-play-state: running;
  display: none;
}
@media (max-width: 768px) {
  .shop-address__item--show {
    display: block;
  }
}
.shop-address__item button {
  padding: 0;
  border: none;
  background-color: inherit;
  display: inline-flex;
  width: 100%;
  padding: 15px;
  padding-left: 24px;
  margin-bottom: 16px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  color: #FFFFFF;
  background-color: #224A7B;
  background-size: 24px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  opacity: 1;
  transition: all 0.4s ease-in-out;
  position: relative;
}
.shop-address__item button:hover {
  cursor: pointer;
  background-color: #30619C;
  transition: all 0.4s ease-in-out;
}
.shop-address__item .shop-address__list-link {
  margin-bottom: 19px;
  border-bottom: 1px solid #CACBD0;
}
.shop-address__item-gallery {
  margin: 0;
  padding: 0;
  list-style: none;
}
.shop-address__item-gallery li {
  margin-bottom: 19px;
}
.shop-address__item-gallery li:last-child {
  margin-bottom: 0;
}
.shop-address__map {
  display: block;
  height: auto;
  margin-bottom: 0;
  grid-area: map;
  border: 1px solid #E4DACB;
  background-color: #FFFFFF;
  border-left: none;
}
@media (max-width: 768px) {
  .shop-address__map {
    display: none;
    height: 350px;
    width: 100%;
    margin-bottom: 64px;
    border: 1px solid #E4DACB;
    background-color: #FFFFFF;
  }
}
.shop-address__map--show {
  animation-name: fadein;
  animation-duration: 0.4s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: both;
  animation-play-state: running;
  display: block;
}
.shop-address__gallery {
  display: none;
  padding-top: 47px;
  grid-area: gallery;
  text-align: center;
}
@media (max-width: 768px) {
  .shop-address__gallery {
    display: none;
  }
}
.shop-address__gallery--show {
  animation-name: fadein;
  animation-duration: 0.4s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: both;
  animation-play-state: running;
  display: block;
}
@media (max-width: 768px) {
  .shop-address__gallery--show {
    display: none;
  }
}
.shop-address__gallery h2 {
  margin: 0;
  margin-bottom: 30px;
  font-size: 40px;
  line-height: 1;
  font-weight: 700;
  color: #0D2747;
}
@media (max-width: 1024px) {
  .shop-address__gallery h2 {
    font-size: 32px;
  }
}
.shop-address__gallery ul {
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}
.shop-address__gallery-img {
  position: relative;
}
.shop-address__gallery-img::after {
  content: "";
  height: 100%;
  width: 100%;
  background-color: #0D2747;
  opacity: 0.05;
  position: absolute;
  top: 0;
  left: 0;
}
.shop-address__gallery-img img {
  display: block;
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.shop-address__list-button.button {
  display: none;
}
@media (max-width: 768px) {
  .shop-address__list-button.button {
    display: inline-flex;
    margin-top: 13px;
    padding: 12px 24px;
    padding-top: 14px;
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .shop-address__list-button.button {
    width: 100%;
    padding: 12px;
    padding-top: 14px;
    justify-content: center;
  }
}
/*==============================
about
==============================*/
.about {
  background-image: url("/local/templates/dorbex-3/css/../img/bg-d.svg"), url("/local/templates/dorbex-3/css/../img/bg-o.svg");
  background-repeat: no-repeat, no-repeat;
  background-size: auto 460px, auto 460px;
  background-position: left -100px bottom 100px, right -200px top 300px;
}
@media (min-width: 1200px) {
  .about {
    display: flex;
    align-items: center;
    background-position: left -100px bottom 100px, right -200px bottom;
  }
}
@media (min-width: 1400px) {
  .about {
    background-image: url("/local/templates/dorbex-3/css/../img/bg-d.svg"), url("/local/templates/dorbex-3/css/../img/bg-o.svg"), url("/local/templates/dorbex-3/css/../img/bg-dorbex.svg");
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: auto 565px, auto 565px, auto 850px;
    background-position: left 550px bottom, right top, left 35px bottom;
  }
}
@media (min-width: 1200px) {
  .about__main {
    flex-basis: 45%;
    width: 45%;
  }
}
.about__body {
  padding: 40px 20px 50px;
  background-color: #f2f3f7;
  position: relative;
  z-index: 1;
}
@media (min-width: 1400px) {
  .about__body {
    max-width: 560px;
    padding: 40px 60px 400px;
    box-shadow: 0 25px 45px 0 rgba(38, 44, 51, 0.15);
  }
}
.about__h {
  padding-left: 0;
  padding-bottom: 15px;
  font-size: 35px;
  text-align: left;
}
.about__text {
  padding: 0 0 20px;
  font-size: 16px;
  font-weight: 400;
  color: #505862;
  line-height: 1.3;
}
.about__text p {
  margin: 0;
}
.about__text b {
  font-weight: 700;
}
.about__video-block {
  max-width: 600px;
}
@media (min-width: 1200px) {
  .about__video-block {
    max-width: none;
  }
}
@media (min-width: 1400px) {
  .about__video-block {
    position: relative;
  }
}
.about__video-h {
  font-size: 18px;
  font-weight: 700;
  color: #224A7B;
}
.about__video-wrapper {
  display: block;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}
.about__video-wrapper::before {
  content: "";
  display: block;
  width: 140px;
  height: 140px;
  background-color: #224A7B;
  position: absolute;
  left: -35px;
  bottom: -25px;
}
@media (min-width: 1400px) {
  .about__video-wrapper::before {
    width: 220px;
    height: 220px;
    left: -140px;
    bottom: -50px;
  }
}
.about__video-wrapper iframe {
  width: 100%;
  height: 100%;
  padding: 0;
  border: none;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.about__video-wrapper:hover .about__play-btn {
  box-shadow: 0 20px 40px 0 rgba(245, 124, 0, 0.9);
}
@media (min-width: 1400px) {
  .about__video-wrapper {
    width: 550px;
    height: 310px;
    position: absolute;
  }
}
@media (min-width: 1600px) {
  .about__video-wrapper {
    width: 550px;
    height: 340px;
  }
}
@media (min-width: 1700px) {
  .about__video-wrapper {
    width: 600px;
  }
}
.about__video {
  display: block;
  width: 100%;
  cursor: pointer;
  position: relative;
}
@media (min-width: 1400px) {
  .about__video {
    width: auto;
    height: 100%;
  }
}
.about__info {
  position: relative;
}
@media (min-width: 1200px) {
  .about__info {
    flex-basis: 55%;
    width: 55%;
  }
}
@media (min-width: 1400px) {
  .about__info {
    padding-left: 50px;
  }
}
@media (min-width: 1600px) {
  .about__info {
    padding-left: 0;
  }
}
.about__info-list {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 15px;
}
@media (min-width: 768px) {
  .about__info-list {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 1600px) {
  .about__info-list {
    padding-left: 0;
    padding-top: 50px;
  }
}
.about__info-item {
  height: 130px;
  padding: 5px 0 5px 30px;
  position: relative;
}
.about__info-item::before {
  content: "";
  display: block;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: #ffffff;
  opacity: 0.53;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 1400px) {
  .about__info-item::before {
    width: 158px;
    height: 158px;
    left: 0;
  }
}
.about__info-item:first-of-type::after {
  content: "";
  display: block;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  border: 1px solid #b6ccdf;
  opacity: 0.42;
  position: absolute;
  top: -60px;
  left: -60px;
}
@media (min-width: 1400px) {
  .about__info-item:first-of-type::after {
    width: 374px;
    height: 374px;
    top: -108px;
    left: -108px;
  }
}
@media (min-width: 768px) {
  .about__info-item:nth-of-type(4) {
    z-index: 1;
  }
}
.about__info-item:last-of-type::after {
  content: "";
  display: block;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  border: 7px solid #b6ccdf;
  opacity: 0.1;
  position: absolute;
  top: -40px;
  left: -40px;
}
@media (min-width: 1400px) {
  .about__info-item:last-of-type::after {
    width: 250px;
    height: 250px;
    top: -46px;
    left: -46px;
  }
}
@media (min-width: 768px) {
  .about__info-item {
    flex-basis: 50%;
    width: 50%;
  }
}
@media (min-width: 1400px) {
  .about__info-item {
    height: 183px;
    padding: 12px 0;
  }
}
@media (min-width: 1600px) {
  .about__info-item {
    padding: 55px 0 45px 50px;
  }
}
.about__info-content {
  position: absolute;
  top: 20px;
}
@media (min-width: 1400px) {
  .about__info-content {
    padding-left: 50px;
    top: 30px;
  }
}
@media (min-width: 1600px) {
  .about__info-content {
    padding-left: 10px;
  }
}
.about__num {
  display: block;
  font-size: 35px;
  font-weight: 700;
  color: #224A7B;
}
@media (min-width: 768px) {
  .about__num {
    font-size: 48px;
  }
}
.about__desc {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #0D2747;
}
@media (min-width: 768px) {
  .about__desc {
    font-size: 18px;
  }
}
.about__desc-block {
  padding: 35px 0 0;
}
.about__desc-h {
  margin: 0;
  font-size: 25px;
  line-height: 1;
  font-weight: 600;
  color: #0D2747;
}
@media (min-width: 1400px) {
  .about__desc-h {
    font-size: 28px;
  }
}
.about__desc-text {
  font-size: 18px;
  line-height: 32px;
  color: #0D2747;
}
.about__desc-text p {
  margin: 16px 0;
}
/*==============================
main-about
==============================*/
.main-about .about {
  background-image: none;
}
.main-about .about--video {
  padding-bottom: 15px;
}
@media (min-width: 1600px) {
  .main-about .about--video .about__main {
    flex-basis: 40%;
    width: 40%;
  }
}
.main-about .about--video .about__info {
  padding-left: 0;
}
@media (min-width: 1200px) {
  .main-about .about--video .about__info {
    padding-left: 32px;
  }
}
@media (min-width: 1600px) {
  .main-about .about--video .about__info {
    flex-basis: 60%;
    width: 60%;
    padding-left: 50px;
  }
}
.main-about .about__video-block {
  padding-bottom: 30px;
}
@media (min-width: 1400px) {
  .main-about .about__video-block {
    display: flex;
  }
}
@media (min-width: 1600px) {
  .main-about .about__video-block {
    max-width: 100%;
  }
}
.main-about .about__video-wrapper::before {
  width: 137px;
  height: 151px;
}
@media (min-width: 1400px) {
  .main-about .about__video-wrapper::before {
    width: 220px;
    height: 220px;
    left: -70px;
  }
}
@media (min-width: 1400px) {
  .main-about .about__video-wrapper {
    width: 100%;
    height: auto;
    position: relative;
  }
}
@media (min-width: 1400px) {
  .main-about .about__video {
    width: 100%;
    height: auto;
  }
}
.main-about .about__video-h {
  display: block;
  text-align: left;
  position: absolute;
  bottom: -25px;
  left: 120px;
}
@media (min-width: 1400px) {
  .main-about .about__video-h {
    bottom: -50px;
    left: 170px;
  }
}
@media (min-width: 1200px) {
  .main-about .about__desc-block {
    padding-top: 0;
  }
}
.main-about .about__info-list {
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .main-about .about__info-list {
    justify-content: center;
  }
}
@media (min-width: 1400px) {
  .main-about .about__info-list {
    padding: 90px 0 50px;
  }
}
@media (min-width: 1400px) {
  .main-about .about__info-item::before {
    width: 130px;
    height: 130px;
  }
}
@media (min-width: 992px) {
  .main-about .about__info-item {
    flex-basis: calc(100% / 3);
    width: calc(100% / 3);
  }
}
@media (min-width: 1200px) {
  .main-about .about__info-item {
    flex-basis: 25%;
    width: 25%;
  }
}
@media (min-width: 1600px) {
  .main-about .about__info-item {
    flex-basis: calc(100% / 6);
    width: calc(100% / 6);
  }
}
.main-about .about__info-item:first-of-type::after {
  display: none;
}
.main-about .about__info-item:nth-of-type(3)::after {
  content: "";
  display: block;
  width: 236px;
  height: 236px;
  border-radius: 50%;
  border: 1px solid #BCB09E;
  opacity: 0.2;
  position: absolute;
  top: -58px;
  left: -58px;
}
@media (min-width: 1400px) {
  .main-about .about__info-item:nth-of-type(3)::after {
    width: 340px;
    height: 340px;
    top: -105px;
    left: -105px;
  }
}
.main-about .about__info-item:last-of-type::after {
  content: "";
  display: block;
  width: 192px;
  height: 192px;
  border-radius: 50%;
  border: 7px solid #BCB09E;
  opacity: 0.1;
  position: absolute;
  top: -36px;
  left: -36px;
}
@media (min-width: 1400px) {
  .main-about .about__info-item:last-of-type::after {
    width: 252px;
    height: 252px;
    top: -61px;
    left: -61px;
  }
}
@media (min-width: 1200px) {
  .main-about .about__info-content {
    padding-left: 20px;
  }
}
@media (min-width: 1400px) {
  .main-about .about__info-content {
    padding-left: 30px;
    top: 20px;
  }
}
@media (min-width: 1600px) {
  .main-about .about__info-content {
    padding-left: 0;
    left: 30px;
  }
}
@media (min-width: 768px) {
  .main-about .about__num {
    font-size: 35px;
  }
}
.main-about .about__desc {
  font-size: 16px;
}
@media (min-width: 768px) {
  .main-about .about__desc {
    font-size: 18px;
  }
}
/*==============================
mission
==============================*/
.mission {
  padding: 0 0 40px;
}
@media (min-width: 1200px) {
  .mission {
    padding: 0 0 40px;
  }
}
@media (min-width: 1400px) {
  .mission {
    padding: 20px 0 20px;
  }
}
@media (min-width: 1200px) {
  .mission__columns {
    display: flex;
    align-items: center;
  }
}
.mission__main-col {
  padding-bottom: 40px;
}
@media (min-width: 1200px) {
  .mission__main-col {
    flex-basis: 40%;
    width: 40%;
    padding-right: 50px;
    padding-bottom: 0;
  }
}
@media (min-width: 768px) {
  .mission__col {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 1200px) {
  .mission__col {
    flex-basis: 60%;
    width: 60%;
  }
}
@media (min-width: 1400px) {
  .mission__col {
    padding-left: 50px;
  }
}
.mission__main {
  padding: 30px;
  background-color: #FFFFFF;
  border: 1px solid #EFEAE1;
  position: relative;
}
.mission__main::before {
  content: "";
  display: block;
  width: 78px;
  height: 4px;
  background-color: #BCB09E;
  position: absolute;
  top: -1px;
  left: 30px;
}
@media (min-width: 1400px) {
  .mission__main::before {
    left: 50px;
  }
}
@media (min-width: 1400px) {
  .mission__main {
    padding: 50px;
  }
}
.mission__h {
  margin: 0 0 20px;
  font-size: 25px;
  font-weight: 600;
  color: #0D2747;
}
@media (min-width: 1400px) {
  .mission__h {
    margin-bottom: 16px;
    font-size: 32px;
    line-height: 36px;
  }
}
.mission__text {
  font-size: 18px;
  line-height: 32px;
  color: #0D2747;
}
.mission__text p {
  margin: 10px 0;
}
.mission__img {
  width: 40%;
  max-width: 250px;
}
.mission__img img {
  display: block;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .mission__img {
    flex-basis: 32%;
    width: 32%;
    flex-shrink: 0;
  }
}
.mission__desc {
  padding-top: 20px;
}
@media (min-width: 768px) {
  .mission__desc {
    flex-basis: 68%;
    width: 68%;
    padding-left: 60px;
  }
}
.mission__desc-h {
  margin: 0;
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
  color: #0D2747;
}
@media (min-width: 1400px) {
  .mission__desc-h {
    font-size: 48px;
  }
}
/*==============================
team
==============================*/
.team {
  padding: 0 0 40px;
}
@media (min-width: 1200px) {
  .team {
    padding: 0 0 40px;
  }
}
@media (min-width: 1400px) {
  .team {
    padding: 105px 0 0;
  }
}
.team__list {
  width: 100%;
  display: flex;
  margin: 0;
  margin-top: 30px;
  padding: 0;
  flex-direction: row;
  flex-wrap: wrap;
  list-style: none;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #262C33;
}
@media (min-width: 768px) {
  .team__list {
    font-size: 20px;
    line-height: 26px;
  }
}
.team__item {
  display: flex;
  width: 100%;
  margin: 1%;
  padding-top: 20px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 25px;
  flex-direction: column;
  align-items: center;
  border: 1px solid #E4DACB;
  background-color: inherit;
}
@media (min-width: 375px) {
  .team__item {
    width: 48%;
  }
}
@media (min-width: 768px) {
  .team__item {
    padding: 40px;
  }
}
@media (min-width: 900px) {
  .team__item {
    width: 31.333%;
  }
}
@media (min-width: 1600px) {
  .team__item {
    width: 23%;
  }
}
@media (min-width: 1920px) {
  .team__item {
    padding: 50px;
  }
}
.team__img {
  display: block;
  height: auto;
  width: 80%;
  margin-bottom: 18px;
  border-radius: 50%;
  background-color: #eceef3;
}
@media (min-width: 375px) {
  .team__img {
    width: 100%;
  }
}
@media (min-width: 567px) {
  .team__img {
    width: 85%;
  }
}
@media (min-width: 1600px) {
  .team__img {
    width: 100%;
  }
}
.team__name {
  margin: 0;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
  color: #0D2747;
  text-align: center;
}
@media (min-width: 768px) {
  .team__name {
    font-size: 28px;
  }
}
.team__status {
  margin: 0;
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  color: #BCB09E;
  text-align: center;
}
/*==============================
certificates
==============================*/
.certificates {
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .certificates {
    padding-bottom: 0;
  }
}
@media (min-width: 1400px) {
  .certificates {
    padding: 100px 0 0;
  }
}
.certificates__slider {
  display: flex;
  padding: 25px 0 10px;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .certificates__slider .slick-arrow {
    margin: 0;
    padding: 0;
    border: 0;
    text-decoration: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    outline: none;
    box-shadow: none;
    width: 60px;
    height: 100px;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-image: url("/local/templates/dorbex-3/css/../img/sprite-carousel.svg");
    background-size: 100% auto;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    transition-duration: 0.3s;
    transition-property: all;
    font-size: 0;
    cursor: pointer;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    z-index: 1;
  }
  .certificates__slider .slick-arrow:focus {
    outline: 0;
  }
}
@media (min-width: 768px) {
  .certificates__slider .slick-arrow:hover {
    background-image: url("/local/templates/dorbex-3/css/../img/sprite-carousel-hover.svg");
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  }
}
@media (min-width: 768px) {
  .certificates__slider .slick-prev {
    background-position: center top;
    left: -15px;
  }
}
@media (min-width: 768px) {
  .certificates__slider .slick-next {
    background-position: center bottom;
    right: -15px;
  }
}
.certificates__slider .slick-dots {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  margin: 0 auto;
  padding: 20px 0 0;
  font-size: 0;
  line-height: 0;
  text-align: center;
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
}
.certificates__slider .slick-dots li {
  display: inline-block;
  padding: 20px 0 0;
  vertical-align: middle;
}
.certificates__slider .slick-dots button {
  display: block;
  border-radius: 0;
  margin: 0;
  border: 0;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  box-shadow: none;
  width: 17px;
  height: 2px;
  padding: 0;
  background-color: #E4DACB;
  transition-duration: 0.3s;
  transition-property: background-color;
  cursor: pointer;
}
.certificates__slider .slick-dots button:focus {
  outline: 0;
}
.certificates__slider .slick-dots button[aria-label="1 of 1"] {
  display: none;
}
.certificates__slider .slick-dots .slick-active button {
  background-color: #224A7B;
}
.certificates__slider .slick-dots .slick-active button:hover {
  cursor: default;
}
@media (min-width: 375px) {
  .certificates__slider {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .certificates__slider {
    margin-bottom: 50px;
  }
}
@media (min-width: 1400px) {
  .certificates__slider {
    padding-top: 35px;
    margin-bottom: 70px;
  }
}
.certificates__one {
  width: 50%;
  padding: 5px;
}
@media (min-width: 768px) {
  .certificates__one {
    width: 25%;
    padding: 15px;
    padding-top: 15px;
    padding-bottom: 30px;
  }
}
.certificates__link {
  display: flex;
  padding: 10px;
  flex-direction: column-reverse;
  text-decoration: none;
  background-color: inherit;
  border: 1px solid #E4DACB;
  transition-duration: 0.3s;
  position: relative;
}
@media (min-width: 576px) {
  .certificates__link {
    padding: 40px;
    padding-bottom: 20px;
  }
}
@media (min-width: 1680px) {
  .certificates__link {
    padding: 40px 60px;
    padding-bottom: 30px;
  }
}
.certificates__link::after {
  content: "";
  height: 100%;
  width: 100%;
  border: 2px solid #224A7B;
  background-color: inherit;
  opacity: 0;
  transition-duration: 0.3s;
  position: absolute;
  top: 0;
  left: 0;
}
.certificates__link:hover {
  cursor: pointer;
  border: 1px solid #BCB09E;
  transition-duration: 0.3s;
}
.certificates__link:focus {
  border: 1px solid #224A7B;
}
.certificates__link:focus::after {
  opacity: 1;
}
.certificates__link-h {
  width: 100%;
  height: 100%;
  min-height: 56px;
  margin: 0;
  padding: 10px;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 2px;
  color: #0D2747;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 360px) {
  .certificates__link-h {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .certificates__link-h {
    min-height: 64px;
    font-size: 16px;
  }
}
.certificates__img {
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .certificates__img {
    margin-bottom: 10px;
  }
}
@media (min-width: 1680px) {
  .certificates__img {
    margin-bottom: 14px;
  }
}
.certificates__img img {
  display: block;
  width: 100%;
  height: auto;
}
/*==============================
wide
==============================*/
.wide {
  padding-bottom: 20px;
}
@media (min-width: 1200px) {
  .wide--exhibition {
    padding-bottom: 75px;
  }
}
.wide__slider {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .wide__slider .slick-arrow {
    margin: 0;
    padding: 0;
    border: 0;
    text-decoration: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    outline: none;
    box-shadow: none;
    width: 60px;
    height: 100px;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-image: url("/local/templates/dorbex-3/css/../img/sprite-carousel.svg");
    background-size: 100% auto;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    transition-duration: 0.3s;
    transition-property: all;
    font-size: 0;
    cursor: pointer;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    z-index: 1;
  }
  .wide__slider .slick-arrow:focus {
    outline: 0;
  }
}
@media (min-width: 768px) {
  .wide__slider .slick-arrow:hover {
    background-image: url("/local/templates/dorbex-3/css/../img/sprite-carousel-hover.svg");
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  }
}
@media (min-width: 768px) {
  .wide__slider .slick-prev {
    background-position: center top;
    left: 10px;
  }
}
@media (min-width: 1200px) {
  .wide__slider .slick-prev {
    left: 65px;
  }
}
@media (min-width: 768px) {
  .wide__slider .slick-next {
    background-position: center bottom;
    right: 10px;
  }
}
@media (min-width: 1200px) {
  .wide__slider .slick-next {
    right: 65px;
  }
}
.wide__slider .slick-dots {
  margin: 0;
  list-style: none;
  display: block;
  margin: 0 auto;
  padding: 0;
  font-size: 0;
  line-height: 0;
  text-align: center;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}
.wide__slider .slick-dots li {
  display: inline-block;
  padding: 20px 0 0;
  vertical-align: middle;
}
.wide__slider .slick-dots button {
  display: block;
  border-radius: 0;
  margin: 0;
  border: 0;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  box-shadow: none;
  width: 17px;
  height: 2px;
  padding: 0;
  background-color: #E4DACB;
  transition-duration: 0.3s;
  transition-property: background-color;
  cursor: pointer;
}
.wide__slider .slick-dots button:focus {
  outline: 0;
}
.wide__slider .slick-dots .slick-active button {
  background-color: #224A7B;
}
.wide__slider .slick-dots .slick-active button:hover {
  cursor: default;
}
.wide__slider .slick-current {
  opacity: 1;
}
.wide__slider .slick-current .wide__img {
  padding: 0;
}
.wide__one {
  transition-duration: 0.3s;
  transition-property: opacity;
  opacity: 0.35;
}
.wide__img {
  display: block;
  padding: 10px 20px 0;
}
.wide__img img {
  display: block;
  width: 100%;
  height: auto;
}
@media (min-width: 1200px) {
  .wide__img {
    padding: 30px 50px 0;
  }
}
/*==============================
partners
==============================*/
.partners {
  padding: 0 0 40px;
}
@media (min-width: 1200px) {
  .partners {
    padding-bottom: 100px;
  }
}
.partners__h {
  padding-bottom: 25px;
}
.partners__slider {
  border-left: 1px solid #E4DACB;
  border-right: 1px solid #E4DACB;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .partners__slider .slick-arrow {
    margin: 0;
    padding: 0;
    border: 0;
    text-decoration: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    outline: none;
    box-shadow: none;
    width: 60px;
    height: 100px;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-image: url("/local/templates/dorbex-3/css/../img/sprite-carousel.svg");
    background-size: 100% auto;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    transition-duration: 0.3s;
    transition-property: all;
    font-size: 0;
    cursor: pointer;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    z-index: 1;
  }
  .partners__slider .slick-arrow:focus {
    outline: 0;
  }
}
@media (min-width: 768px) {
  .partners__slider .slick-arrow:hover {
    background-image: url("/local/templates/dorbex-3/css/../img/sprite-carousel-hover.svg");
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  }
}
.partners__slider .slick-prev {
  background-position: center top;
  left: -30px;
}
@media (min-width: 1280px) {
  .partners__slider .slick-prev {
    left: -15px;
  }
}
@media (min-width: 1680px) {
  .partners__slider .slick-prev {
    left: -30px;
  }
}
.partners__slider .slick-next {
  background-position: center bottom;
  right: -30px;
}
@media (min-width: 1280px) {
  .partners__slider .slick-next {
    right: -15px;
  }
}
@media (min-width: 1680px) {
  .partners__slider .slick-next {
    right: -30px;
  }
}
.partners__slider .slick-dots {
  margin: 0;
  list-style: none;
  display: block;
  margin: 0 auto;
  padding: 0;
  font-size: 0;
  line-height: 0;
  text-align: center;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}
.partners__slider .slick-dots li {
  display: inline-block;
  padding: 20px 0 0;
  vertical-align: middle;
}
.partners__slider .slick-dots button {
  display: block;
  border-radius: 0;
  margin: 0;
  border: 0;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  box-shadow: none;
  width: 17px;
  height: 2px;
  padding: 0;
  background-color: #E4DACB;
  transition-duration: 0.3s;
  transition-property: background-color;
  cursor: pointer;
}
.partners__slider .slick-dots button:focus {
  outline: 0;
}
.partners__slider .slick-dots .slick-active button {
  background-color: #224A7B;
}
.partners__slider .slick-dots .slick-active button:hover {
  cursor: default;
}
@media (min-width: 1200px) {
  .partners__slider .slick-dots {
    bottom: -50px;
  }
}
.partners__one {
  height: 174px;
  border-top: 1px solid #E4DACB;
  border-bottom: 1px solid #E4DACB;
  border-right: 1px solid #E4DACB;
  position: relative;
}
.partners__one::before {
  content: "";
  height: 50px;
  width: 5px;
  background-color: #BCB09E;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  right: -3px;
}
.partners__content {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 15px;
  position: relative;
}
@media (min-width: 1200px) {
  .partners__content {
    padding: 32px 50px;
  }
}
.partners__img {
  display: block;
  margin: auto;
  transition-duration: 0.5s;
  transition-property: margin;
}
.partners__img img {
  display: block;
  max-width: 100%;
  height: auto;
}
.partners__text {
  max-width: 300px;
  font-size: 18px;
  line-height: 21px;
  font-weight: 400;
  color: #0D2747;
  text-align: center;
}
/*==============================
intro
==============================*/
.intro {
  margin-bottom: 30px;
  padding-top: 60px;
  position: relative;
}
@media (min-width: 992px) {
  .intro {
    margin-bottom: 50px;
  }
}
.intro__body {
  padding: 140px 20px 30px;
  background-color: #EFEAE1;
}
@media (min-width: 992px) {
  .intro__body {
    padding: 40px 50px 50px 370px;
  }
}
.intro__img {
  width: 180px;
  position: absolute;
  bottom: auto;
  top: 0;
  left: 15px;
}
@media (min-width: 992px) {
  .intro__img {
    width: 330px;
    top: auto;
    bottom: 0;
    left: 30px;
  }
}
.intro__img img {
  display: block;
  max-width: 100%;
  height: auto;
}
.intro__h {
  margin: 0 0 16px;
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
  color: #0D2747;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .intro__h {
    font-size: 28px;
    line-height: 32px;
  }
}
.intro__text {
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
  color: #0D2747;
}
.intro__text p {
  margin: 10px 0;
}
/*==============================
services
==============================*/
.services {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .services {
    margin-bottom: 110px;
  }
}
.services__list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 0;
  counter-reset: services-counter;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
@media (min-width: 768px) {
  .services__list {
    margin-bottom: 50px;
  }
}
.services__item {
  flex-basis: 50%;
  width: 50%;
  display: flex;
  flex-direction: column;
  padding: 5px;
}
@media (min-width: 768px) {
  .services__item {
    flex-basis: 25%;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .services__item {
    padding: 10px;
  }
}
.services__item:nth-child(odd) {
  padding-left: 0;
}
@media (min-width: 768px) {
  .services__item:nth-child(odd) {
    padding-left: 5px;
  }
}
@media (min-width: 1200px) {
  .services__item:nth-child(odd) {
    padding-left: 10px;
  }
}
.services__item:nth-child(even) {
  padding-right: 0;
}
@media (min-width: 768px) {
  .services__item:nth-child(even) {
    padding-right: 5px;
  }
}
@media (min-width: 1200px) {
  .services__item:nth-child(even) {
    padding-right: 10px;
  }
}
@media (min-width: 1200px) {
  .services__item:nth-child(4n+1) {
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .services__item:nth-child(4n+4) {
    padding-right: 0;
  }
}
.services__body {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  position: relative;
}
.services__intro {
  flex-grow: 1;
  padding: 20px;
  background-color: inherit;
  border: 1px solid #E4DACB;
  cursor: pointer;
  position: relative;
}
@media (min-width: 1200px) {
  .services__intro {
    padding: 34px 24px;
    position: relative;
  }
}
.services__intro::before {
  content: "";
  height: 42px;
  width: 4px;
  margin: 0;
  background-color: #BCB09E;
  position: absolute;
  top: 15px;
  bottom: auto;
  left: -2px;
}
@media (min-width: 1200px) {
  .services__intro::before {
    top: 35px;
  }
}
@media (min-width: 1680px) {
  .services__intro::before {
    margin: auto 0;
    top: 0;
    bottom: 0;
  }
}
.services__headline {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}
@media (min-width: 1680px) {
  .services__headline {
    flex-direction: row;
    align-items: center;
  }
}
.services__headline::before {
  counter-increment: services-counter;
  content: "0" counter(services-counter);
  margin-right: 0;
  margin-bottom: 18px;
  font-size: 35px;
  font-weight: 600;
  color: #E4DACB;
  line-height: 1;
  position: relative;
  left: 0;
  top: 5px;
}
@media (min-width: 1680px) {
  .services__headline::before {
    margin-right: 18px;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .services__headline::before {
    font-size: 45px;
  }
}
.services__icon {
  width: 40px;
  min-width: 40px;
  margin-right: 0;
  margin-bottom: 18px;
}
@media (min-width: 1680px) {
  .services__icon {
    margin-right: 18px;
    margin-bottom: 0;
  }
}
.services__icon img {
  display: block;
  width: 100%;
  height: auto;
}
.services__h {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  color: #0D2747;
  line-height: 1;
}
@media (min-width: 768px) {
  .services__h {
    font-size: 24px;
  }
}
/*==============================
people
==============================*/
.people {
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .people {
    display: flex;
    margin-bottom: 50px;
    align-items: center;
  }
}
.people__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .people__list {
    flex-shrink: 0;
    padding-right: 50px;
    padding-bottom: 0;
  }
}
.people__item:first-of-type .people__img {
  margin-left: 0;
}
.people__img {
  width: 70px;
  height: 70px;
  margin-left: -18px;
  border-radius: 50%;
  border: 4px solid #ffffff;
  overflow: hidden;
}
.people__img img {
  display: block;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .people__img {
    width: 106px;
    height: 106px;
    margin-left: -28px;
    border-width: 6px;
  }
}
.people__about {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  color: #0D2747;
}
@media (min-width: 768px) {
  .people__about {
    font-size: 20px;
    line-height: 32px;
  }
}
.people__about p {
  margin: 0;
}
/*==============================
guarantee
==============================*/
.guarantee {
  background-color: #ffffff;
}
.guarantee::before {
  content: "";
  display: block;
  height: 166px;
  background-color: #224A7B;
  background-image: url("/local/templates/dorbex-3/css/../img/icon-guarantee.svg");
  background-repeat: no-repeat;
  background-size: 108px auto;
  background-position: center;
}
@media (min-width: 768px) {
  .guarantee::before {
    flex-basis: 25%;
    width: 25%;
    flex-shrink: 0;
    height: auto;
  }
}
@media (min-width: 1200px) {
  .guarantee::before {
    background-size: 162px auto;
  }
}
@media (min-width: 768px) {
  .guarantee {
    display: flex;
  }
}
.guarantee__body {
  padding: 30px;
}
@media (min-width: 1200px) {
  .guarantee__body {
    padding: 40px 70px;
  }
}
.guarantee__h {
  margin: 0;
  padding-left: 0;
  font-size: 28px;
  line-height: 32px;
  text-align: left;
  color: #0D2747;
}
.guarantee__text {
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
  color: #0D2747;
}
.guarantee__text p {
  margin: 16px 0;
}
.guarantee__text strong {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #224A7B;
}
/*==============================
partners-to
==============================*/
.partners-to {
  position: relative;
  z-index: 2;
}
.partners-to__offer {
  margin-bottom: 30px;
  padding: 24px 16px;
  background-color: #FFFFFF;
}
@media (min-width: 992px) {
  .partners-to__offer {
    padding: 32px 50px;
  }
}
.partners-to__offer h2 {
  margin: 0;
  margin-bottom: 16px;
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
  color: #BCB09E;
}
.partners-to__offer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.partners-to__offer li {
  margin-bottom: 6px;
  padding-left: 24px;
  position: relative;
}
.partners-to__offer li:last-child {
  margin-bottom: 0;
}
.partners-to__offer li::before {
  content: "";
  height: 6px;
  width: 6px;
  background-color: #224A7B;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  left: 0;
}
.partners-to__offer p {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #0D2747;
}
.partners-to__advantage {
  margin-bottom: 30px;
}
.partners-to__advantage .mobile {
  display: block;
}
.partners-to__advantage .mobile__list {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: mobile-counter;
  border-top: 1px solid #EFEAE1;
  border-left: 1px solid #EFEAE1;
}
@media (min-width: 992px) {
  .partners-to__advantage .mobile__list {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #EFEAE1;
  }
}
.partners-to__advantage .mobile__item {
  padding: 25px 15px 25px;
  border-bottom: 1px solid #EFEAE1;
  border-right: 1px solid #EFEAE1;
  position: relative;
}
.partners-to__advantage .mobile__item::before {
  display: block;
  padding-bottom: 8px;
  padding-right: 15px;
  counter-increment: mobile-counter;
  content: "0" counter(mobile-counter);
  font-size: 45px;
  line-height: 1;
  font-weight: 600;
  color: #E4DACB;
}
.partners-to__advantage .mobile__item::after {
  content: "";
  display: block;
  width: 70px;
  height: 5px;
  background-color: #BCB09E;
  position: absolute;
  left: 50%;
  margin-left: -25px;
  top: -3px;
}
@media (min-width: 992px) {
  .partners-to__advantage .mobile__item::after {
    width: 4px;
    height: 42px;
    left: -2px;
    margin-left: 0;
    top: 8%;
  }
}
@media (min-width: 992px) {
  .partners-to__advantage .mobile__item {
    flex-basis: 50%;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .partners-to__advantage .mobile__item {
    flex-basis: calc(100% / 3);
    width: calc(100% / 3);
    padding: 25px 50px 25px 40px;
  }
}
@media (min-width: 1200px) {
  .partners-to__advantage .mobile__item:nth-child(3n+2)::after,
  .partners-to__advantage .mobile__item:nth-child(3n+3)::after {
    display: block;
  }
}
.partners-to__advantage .mobile__text {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #0D2747;
}
.partners-to__advantage h3 {
  margin: 0;
  margin-bottom: 8px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #0D2747;
}
.partners-to__feedback {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
@media (min-width: 992px) {
  .partners-to__feedback {
    grid-template-columns: 370px 1fr;
  }
}
.partners-to__persone {
  display: flex;
  padding: 30px;
  padding-bottom: 110px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background-color: #FFFFFF;
  text-align: center;
  position: relative;
}
@media (min-width: 992px) {
  .partners-to__persone {
    padding-bottom: 170px;
  }
}
.partners-to__persone::after {
  content: "";
  display: block;
  height: 10%;
  width: 87%;
  background-image: url("/local/templates/dorbex-3/css/../img/bg-dorbex-hor.svg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  position: absolute;
  bottom: 23px;
}
.partners-to__persone img {
  order: 1;
  display: block;
  height: 250px;
  width: 250px;
  margin-bottom: 30px;
  border-radius: 50%;
  background-color: #CACBD0;
  border: 1px solid #CACBD0;
  -o-object-fit: cover;
     object-fit: cover;
}
.partners-to__persone em {
  order: 4;
  margin: 0;
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
  color: #224A7B;
  position: relative;
}
.partners-to__persone em::after {
  content: "";
  display: block;
  height: 55px;
  width: 96px;
  margin: 0 auto;
  background-image: url("/local/templates/dorbex-3/css/../img/bg-quotes.svg");
  background-position: center bottom;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -15px;
  right: 0;
  left: 0;
}
.partners-to__persone h3 {
  order: 2;
  margin: 0;
  margin-bottom: 8px;
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  color: #0D2747;
}
.partners-to__persone p {
  order: 3;
  margin: 0;
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  color: #BCB09E;
}
.partners-to__form {
  padding: 15px;
  background-color: #FFFFFF;
}
@media (min-width: 576px) {
  .partners-to__form {
    padding: 30px;
  }
}
@media (min-width: 1600px) {
  .partners-to__form {
    padding: 50px 70px;
  }
}
.partners-to__form h3 {
  margin: 0;
  margin-bottom: 24px;
  font-size: 40px;
  line-height: 1;
  font-weight: 700;
  color: #0D2747;
}
.partners-to__form ul {
  display: grid;
  margin: 0;
  margin-bottom: 20px;
  padding: 0;
  grid-template-columns: 1fr;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 16px;
  list-style: none;
}
@media (min-width: 992px) {
  .partners-to__form ul {
    grid-template-columns: 1fr 1fr;
  }
}
.partners-to__form ul li:nth-child(5),
.partners-to__form ul li:nth-child(6) {
  grid-column-start: 1;
  grid-column-end: 2;
}
@media (min-width: 992px) {
  .partners-to__form ul li:nth-child(5),
  .partners-to__form ul li:nth-child(6) {
    grid-column-start: 1;
    grid-column-end: 3;
  }
}
.partners-to__form .site-form__input--textarea {
  height: 120px;
}
@media (min-width: 992px) {
  .partners-to__form .site-form__input--textarea {
    height: 165px;
  }
}
.partners-to__form > div {
  display: flex;
  padding: 15px 0;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
@media (min-width: 1200px) {
  .partners-to__form > div {
    flex-direction: row;
    align-items: center;
  }
}
.partners-to__form > div label {
  margin-right: 0;
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .partners-to__form > div label {
    margin-right: 30px;
    margin-bottom: 0;
  }
}
.partners-to__form > div button {
  padding: 18px 20px;
  width: 100%;
  max-width: none;
}
@media (min-width: 576px) {
  .partners-to__form > div button {
    max-width: 340px;
    padding-top: 22px;
    padding-bottom: 22px;
  }
}
/*==============================
site-form
==============================*/
.site-form__label {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: left;
  position: relative;
}
.site-form__label:hover .site-form__input {
  outline: none;
  border-color: #BCB09E;
}
.site-form__label--error {
  position: relative;
}
.site-form__label--error .site-form__input {
  border-color: #ec7676 !important;
  color: #ec7676 !important;
}
.site-form__label--error .site-form__label-text {
  color: #ec7676;
}
.site-form__input {
  margin: 0;
  padding: 0;
  border: 0;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  box-shadow: none;
  display: block;
  width: 100%;
  padding: 16px 0;
  background-color: transparent;
  border-bottom: 1px solid #E4DACB;
  font-size: 24px;
  font-weight: 300;
  color: #BCB09E;
  line-height: 1;
  transition-duration: 0.2s;
  transition-property: border-color, color;
}
.site-form__input:focus {
  outline: 0;
}
.site-form__input::-moz-placeholder {
  font-size: 24px;
  font-weight: 300;
  opacity: 1;
  color: #BCB09E;
}
.site-form__input::placeholder {
  font-size: 24px;
  font-weight: 300;
  opacity: 1;
  color: #BCB09E;
}
.site-form__input:hover {
  outline: none;
  color: #0D2747;
  border-color: #BCB09E;
}
.site-form__input:focus {
  outline: none;
  color: #0D2747;
  border-color: #BCB09E;
}
.site-form__input:disabled {
  opacity: 0.25;
}
.site-form__input:disabled:focus,
.site-form__input:disabled:hover {
  border-color: #cacbd0;
}
.site-form__input--textarea {
  height: 100px;
  resize: vertical;
  overflow: hidden;
  margin: 0;
  line-height: 1.4;
}
.site-form__toggle-text {
  display: block;
  font-size: 20px;
  font-weight: 300;
  color: #0D2747;
  cursor: pointer;
}
.site-form__toggle-text a {
  color: #224A7B;
}
.site-form__checkbox {
  margin: 10px 0;
}
.site-form__checkbox .site-form__input {
  display: none;
}
.site-form__checkbox .site-form__input:checked + .site-form__toggle-text::before {
  background-color: #224A7B;
  border: 1px solid #224A7B;
}
.site-form__checkbox .site-form__input:checked + .site-form__toggle-text::after {
  opacity: 1;
}
.site-form__checkbox .site-form__input:disabled ~ .site-form__toggle-text {
  opacity: 0.25;
  cursor: default;
}
.site-form__checkbox .site-form__input:disabled ~ .site-form__toggle-text:hover::before {
  background-color: #cacbd0;
}
.site-form__checkbox .site-form__input:checked:disabled ~ .site-form__toggle-text::before {
  background-color: #2196f3;
}
.site-form__checkbox .site-form__toggle-text {
  padding-left: 40px;
  position: relative;
  left: auto;
  top: auto;
}
.site-form__checkbox .site-form__toggle-text::before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background-color: inherit;
  border: 1px solid #E4DACB;
  transition-duration: 0.3s;
  transition-property: all;
  position: absolute;
  top: -4px;
  left: 0;
}
.site-form__checkbox .site-form__toggle-text::after {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background-image: url("/local/templates/dorbex-3/css/../img/icon-check.svg");
  transition-duration: 0.2s;
  transition-property: opacity;
  opacity: 0;
  position: absolute;
  top: -4px;
  left: 0;
}
.site-form__checkbox:hover .site-form__toggle-text::before {
  border: 1px solid #BCB09E;
}
/*==============================
btn
==============================*/
.btn {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  padding: 18px 20px;
  background-color: #224A7B;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: #FFFFFF;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: center;
  border: none;
  white-space: nowrap;
  cursor: pointer;
  transition-duration: 0.2s;
  transition-property: box-shadow;
}
@media (min-width: 992px) {
  .btn {
    padding: 30px 50px;
  }
}
.btn:hover {
  cursor: pointer;
  background-color: #30619C;
  transition: all 0.4s ease-in-out;
}
.btn--next {
  display: flex;
  padding: 16px 24px;
  justify-content: center;
  align-items: center;
}
.btn--next::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  margin-left: 10px;
  background-image: url("/local/templates/dorbex-3/css/../img/icon-btn-next.svg");
  background-repeat: no-repeat;
  position: relative;
}
/*==============================
broadcasting
==============================*/
.broadcasting {
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .broadcasting {
    margin-bottom: 100px;
  }
}
@media (min-width: 1400px) {
  .broadcasting {
    background-image: url("/local/templates/dorbex-3/css/../img/bg-dorbex-hor.svg");
    background-repeat: no-repeat;
    background-size: 766px auto;
    background-position: right 200px top 43%;
  }
}
.broadcasting__intro {
  padding: 10px 0 35px;
  position: relative;
}
@media (min-width: 992px) {
  .broadcasting__intro {
    display: flex;
    padding-top: 30px;
    padding-bottom: 80px;
  }
}
.broadcasting__img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  left: 15px;
  top: 0;
}
.broadcasting__img img {
  display: block;
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .broadcasting__img {
    width: 350px;
    height: 350px;
    flex-shrink: 0;
    position: relative;
    left: auto;
    top: auto;
    z-index: 1;
  }
}
.broadcasting__info {
  position: relative;
}
@media (min-width: 992px) {
  .broadcasting__info {
    padding-left: 50px;
  }
}
.broadcasting__meta {
  padding-top: 50px;
  padding-left: 170px;
  padding-bottom: 100px;
}
@media (min-width: 992px) {
  .broadcasting__meta {
    padding-top: 20px;
    padding-left: 0;
    padding-bottom: 24px;
  }
}
.broadcasting__h {
  margin: 0;
  padding-bottom: 8px;
  font-size: 25px;
  line-height: 1;
  color: #0D2747;
  font-weight: 600;
}
@media (min-width: 992px) {
  .broadcasting__h {
    font-size: 28px;
  }
}
.broadcasting__position {
  display: block;
  max-width: 180px;
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
  color: #BCB09E;
}
@media (min-width: 992px) {
  .broadcasting__position {
    max-width: 100%;
    font-size: 18px;
    line-height: 20px;
  }
}
.broadcasting__text {
  font-size: 18px;
  line-height: 32px;
  color: #0D2747;
  position: relative;
}
.broadcasting__text::before {
  content: "";
  display: block;
  width: 150px;
  height: 80px;
  background-image: url("/local/templates/dorbex-3/css/../img/bg-quotes.svg");
  background-size: contain;
  position: absolute;
  right: 0;
  top: -25px;
}
@media (min-width: 992px) {
  .broadcasting__text::before {
    width: 163px;
    height: 92px;
    right: auto;
    left: -110px;
    top: -65px;
  }
}
.broadcasting__text p {
  margin: 0;
}
.broadcasting__signature {
  width: 150px;
  margin-top: 35px;
}
.broadcasting__signature img {
  display: block;
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .broadcasting__signature {
    width: 226px;
  }
}
.broadcasting__form {
  padding: 0;
}
/*==============================
quick-form
==============================*/
.quick-form .site-form__input--textarea {
  height: 140px;
}
.quick-form .site-form__toggle-text {
  font-size: 16px;
}
.quick-form .btn {
  min-width: auto;
}
@media (min-width: 768px) {
  .quick-form .btn {
    min-width: 340px;
  }
}
.quick-form__body {
  padding: 20px 20px 20px;
  background-color: #FFFFFF;
}
@media (min-width: 768px) {
  .quick-form__body {
    padding: 20px;
  }
}
@media (min-width: 992px) {
  .quick-form__body {
    padding: 30px;
  }
}
@media (min-width: 1400px) {
  .quick-form__body {
    padding: 50px;
  }
}
@media (min-width: 1600px) {
  .quick-form__body {
    padding: 50px 70px;
  }
}
.quick-form__col {
  display: flex;
  flex-direction: column;
  padding: 10px;
}
@media (min-width: 768px) {
  .quick-form__col .quick-form__col {
    padding-bottom: 0;
  }
}
@media (min-width: 768px) {
  .quick-form__col .quick-form__col:first-of-type {
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .quick-form__col .quick-form__col:last-of-type {
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .quick-form__col {
    flex-grow: 1;
  }
}
@media (min-width: 1200px) {
  .quick-form__col {
    padding: 15px;
  }
}
@media (min-width: 768px) {
  .quick-form__col--min .quick-form__col {
    flex-grow: 0;
  }
}
@media (min-width: 768px) {
  .quick-form__col--wide {
    flex-basis: 70%;
  }
}
@media (min-width: 768px) {
  .quick-form__col--btn {
    flex-grow: 0;
    flex-shrink: 0;
  }
}
@media (min-width: 768px) {
  .quick-form__columns {
    display: flex;
    align-items: flex-end;
  }
}
.quick-form__action {
  padding-top: 20px;
}
@media (min-width: 768px) {
  .quick-form__action {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 50px;
  }
}
/*==============================
faq
==============================*/
.faq {
  padding-bottom: 40px;
}
@media (min-width: 1400px) {
  .faq {
    padding-bottom: 100px;
  }
}
.faq__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.faq__item {
  border-bottom: 1px solid #E4DACB;
}
.faq__item:first-of-type {
  border-top: 1px solid #E4DACB;
}
.faq__item.open .faq__dt::after {
  background-position: center top;
}
.faq__dt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 18px;
  padding-bottom: 8px;
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  color: #0D2747;
}
.faq__dt::after {
  content: "";
  flex-shrink: 0;
  display: block;
  width: 65px;
  height: 65px;
  margin-left: 10px;
  background-color: inherit;
  background-image: url("/local/templates/dorbex-3/css/../img/sprite-accordion.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center bottom;
}
.faq__dt:hover {
  cursor: pointer;
}
.faq__dd {
  padding-bottom: 18px;
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
  color: #0D2747;
}
/*==============================
feed
==============================*/
.feed {
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .feed {
    margin-bottom: 70px;
  }
}
.feed__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.feed__item {
  padding: 20px 0;
  border-bottom: 1px solid #E4DACB;
}
@media (min-width: 1200px) {
  .feed__item {
    padding: 30px 0;
  }
}
@media (min-width: 1200px) {
  .feed__columns {
    display: flex;
  }
}
@media (min-width: 768px) {
  .feed__col {
    display: flex;
  }
}
.feed__intro {
  padding-bottom: 15px;
}
@media (min-width: 1200px) {
  .feed__intro {
    flex-basis: 140px;
    width: 140px;
    flex-shrink: 0;
    padding-right: 10px;
    padding-top: 10px;
  }
}
@media (min-width: 1600px) {
  .feed__intro {
    flex-basis: 200px;
    width: 200px;
    padding-right: 30px;
  }
}
.feed__img {
  display: block;
  position: relative;
  text-decoration: none;
  opacity: 1;
  transition: 0.4s all ease-in-out;
}
.feed__img:hover {
  opacity: 0.7;
}
.feed__img img {
  display: block;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .feed__img {
    flex-shrink: 0;
    flex-basis: 260px;
    width: 260px;
  }
}
@media (min-width: 1200px) {
  .feed__img {
    flex-basis: 270px;
    width: 270px;
  }
}
@media (min-width: 768px) {
  .feed__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 30px;
  }
}
.feed__h {
  display: block;
  margin: 0;
  padding: 15px 0;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #0D2747;
  text-decoration: none;
  opacity: 1;
  transition: 0.4s all ease-in-out;
}
@media (min-width: 768px) {
  .feed__h {
    padding-top: 0;
  }
}
.feed__h:hover {
  opacity: 0.7;
}
.feed__text {
  margin: 0;
  padding-bottom: 16px;
  font-size: 16px;
  line-height: 24px;
  color: #0D2747;
}
.feed__more {
  display: inline-flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #224A7B;
  text-decoration: none;
  opacity: 1;
  transition: 0.4s all ease-in-out;
  position: relative;
}
@media (min-width: 768px) {
  .feed__more {
    margin-top: auto;
  }
}
.feed__more:hover {
  opacity: 0.7;
}
.feed__more:after {
  content: "";
  height: 24px;
  width: 24px;
  margin-left: 4px;
  background-image: url("/local/templates/dorbex-3/css/../img/icons/arrow.svg");
  background-position: center;
  background-size: 24px;
  background-repeat: no-repeat;
  transform: rotate(270deg);
  position: relative;
  left: 0;
  top: 0;
}
.feed__action {
  margin-top: 50px;
}
.feed__action .btn {
  display: flex;
  padding: 24px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #224A7B;
  background-color: #FFFFFF;
  opacity: 1;
  transition: 0.4s all ease-in-out;
  position: relative;
}
.feed__action .btn:hover {
  opacity: 0.7;
}
.feed__action .btn:after {
  content: "";
  display: block;
  height: 24px;
  width: 24px;
  margin-left: 4px;
  background-image: url("/local/templates/dorbex-3/css/../img/icons/plus.svg");
  background-position: left center;
  background-size: 24px;
  background-repeat: no-repeat;
  position: relative;
  left: 0;
  top: 0;
}
/*==============================
meta
==============================*/
.meta {
  display: flex;
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  color: #BCB09E;
  text-transform: uppercase;
}
.meta::before {
  content: "";
  flex-shrink: 0;
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background-image: url("/local/templates/dorbex-3/css/../img/icon-calendar.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: relative;
}
.meta__item {
  display: flex;
}
.meta__item--start::after {
  content: "–";
  display: block;
  padding: 0 5px;
}
/*==============================
lead
==============================*/
.lead__body {
  padding-bottom: 25px;
  background-image: linear-gradient(to top, #EFEAE1 85%, transparent 85%);
  position: relative;
}
.lead__body::before {
  content: "";
  display: block;
  width: 352px;
  height: 396px;
  background-image: url("/local/templates/dorbex-3/css/../img/bg-d.svg");
  background-size: contain;
  position: absolute;
  left: -40px;
  bottom: -100px;
}
@media (min-width: 768px) {
  .lead__body::before {
    left: 40%;
  }
}
@media (min-width: 1400px) {
  .lead__body::before {
    width: 421px;
    height: 475px;
    left: 35%;
    bottom: -150px;
  }
}
@media (min-width: 768px) {
  .lead__body {
    padding-bottom: 0;
  }
}
@media (min-width: 768px) {
  .lead__columns {
    display: flex;
  }
}
.lead__img img {
  display: block;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .lead__img {
    flex-basis: 50%;
    width: 50%;
  }
}
@media (min-width: 1400px) {
  .lead__img {
    flex-basis: 670px;
    width: 670px;
    flex-shrink: 0;
  }
}
.lead__main {
  padding-top: 15px;
}
@media (min-width: 768px) {
  .lead__main {
    flex-basis: 50%;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-left: 50px;
    padding-bottom: 30px;
  }
}
@media (min-width: 1400px) {
  .lead__main {
    flex-basis: auto;
    width: auto;
  }
}
@media (min-width: 992px) {
  .lead__meta {
    display: flex;
    align-items: center;
  }
}
.lead__meta-item {
  padding-bottom: 15px;
}
@media (min-width: 992px) {
  .lead__meta-item {
    padding-right: 30px;
  }
}
@media (min-width: 992px) {
  .lead__meta-item:last-of-type {
    padding-right: 0;
  }
}
.lead__h {
  margin: 0;
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
  color: #0D2747;
}
@media (min-width: 1400px) {
  .lead__h {
    font-size: 48px;
  }
}
.lead__desc {
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
  color: #0D2747;
}
.lead__desc p {
  margin: 32px 0;
}
/*==============================
article
==============================*/
@media (min-width: 768px) {
  .article__columns {
    display: flex;
  }
}
@media (min-width: 1400px) {
  .article__columns {
    padding-bottom: 16px;
  }
}
@media (min-width: 768px) {
  .article__col--img {
    flex-basis: 30%;
    width: 30%;
  }
}
@media (min-width: 1400px) {
  .article__col--img {
    flex-basis: 470px;
    width: 470px;
    flex-shrink: 0;
  }
}
@media (min-width: 768px) {
  .article__col--text {
    flex-basis: 70%;
    width: 70%;
    padding-left: 50px;
  }
}
.article__img img {
  display: block;
  width: 100%;
  height: auto;
}
.article__content {
  padding-bottom: 32px;
  font-size: 18px;
  line-height: 32px;
  color: #0D2747;
}
@media (min-width: 768px) {
  .article__content {
    padding-bottom: 52px;
  }
}
.article__content p {
  margin: 0;
}
.article__content img {
  height: auto;
  width: 100%;
  margin: 16px 0;
}
@media (min-width: 1024px) {
  .article__content img {
    height: 370px;
    width: auto;
  }
}
.article__h {
  margin: 16px 0;
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
}
/*==============================
add-nav
==============================*/
@media (min-width: 768px) {
  .add-nav {
    display: flex;
    margin-bottom: 50px;
    justify-content: space-between;
    align-items: center;
  }
}
.add-nav__col {
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .add-nav__col--prev {
    order: -1;
  }
}
.add-nav__link {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  color: #224A7B;
  text-decoration: none;
  opacity: 1;
  transition: all 0.4s ease-in-out;
}
.add-nav__link:hover {
  opacity: 0.7;
}
.add-nav__link::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  margin-right: 10px;
  background-image: url("/local/templates/dorbex-3/css/../img/icon-link-prev.svg");
}
/*==============================
terms-of-use
==============================*/
.terms-of-use p {
  margin: 0;
}
.terms-of-use a {
  text-decoration: underline;
}
.terms-of-use ul {
  padding-left: 24px;
}
.terms-of-use__text {
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  color: #0D2747;
}
.terms-of-use__text p {
  margin: 0 0 24px;
}
.terms-of-use__add-h {
  margin: 0 0 20px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  text-transform: uppercase;
}
.terms-of-use__h {
  margin: 0 0 20px;
  font-size: 25px;
  font-weight: 700;
  color: #0D2747;
}
/*==============================
error-404
==============================*/
.error-404__img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.error-404__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .error-404__content {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.error-404__text {
  margin: 0 0 15px;
  font-size: 26px;
  font-weight: 400;
  color: #0D2747;
  letter-spacing: 1px;
}
.error-404__h {
  margin: 0;
  font-size: 50px;
  font-weight: 700;
  color: #224A7B;
}
@media (min-width: 768px) {
  .error-404__h {
    font-size: 102px;
  }
}
.error-404__link {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #224A7B;
  text-decoration: none;
  border-bottom: 1px solid #224A7B;
}
/*==============================
actions
==============================*/
.actions {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .actions {
    margin-bottom: 70px;
  }
}
.actions__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media (min-width: 1280px) {
  .actions__list {
    gap: 24px;
  }
}
@media (min-width: 768px) {
  .actions__list {
    grid-template-columns: 1fr 1fr;
  }
}
.actions__content {
  display: block;
  height: 100%;
  background-color: #F9F5EF;
  text-decoration: none;
  color: #0D2747;
  position: relative;
}
.actions__content::after {
  content: "";
  height: 100%;
  width: 100%;
  border: 1px solid #E4DACB;
  transition: all 0.3s ease-out;
  position: absolute;
  top: 0;
  left: 0;
}
.actions__content::before {
  content: "";
  height: 100%;
  width: 100%;
  opacity: 0;
  border: 2px solid #224A7B;
  transition: all 0.3s ease-out;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}
.actions__content:hover::before,
.actions__content:focus::before {
  opacity: 1;
}
.actions__content:hover img,
.actions__content:focus img {
  transform: scale(1.1);
}
.actions__img {
  overflow: hidden;
}
.actions__img img {
  display: block;
  width: 100%;
  height: auto;
  transform: scale(1);
  transition: all 0.3s ease-out;
}
.actions__desc {
  padding: 24px;
}
.actions__desc .meta {
  font-size: 16px;
  align-items: center;
}
.actions__desc .meta::before {
  width: 14px;
  height: 14px;
  margin-right: 9px;
}
.actions__h {
  margin: 0;
  margin-bottom: 6px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
}
@media (min-width: 768px) {
  .actions__h {
    font-size: 18px;
    line-height: 20px;
  }
}
.actions__text {
  margin: 0;
  margin-bottom: 13px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}
.actions__text b {
  font-weight: 600;
}
.actions__desc-meta-label {
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
  color: #FB0463;
  text-transform: capitalize;
}
@media (min-width: 768px) {
  .actions__desc-meta-label {
    font-size: 18px;
  }
}
.actions--full {
  margin-bottom: 70px;
}
@media (min-width: 992px) {
  .actions--full {
    margin-bottom: 120px;
  }
}
.actions--full .actions__content {
  transition: none;
}
.actions--full .actions__content::after,
.actions--full .actions__content::before {
  display: none;
}
.actions--full .actions__content img {
  max-width: 870px;
}
.actions--full .actions__content:hover img,
.actions--full .actions__content:focus img {
  transform: scale(1);
}
.actions--full .actions__desc {
  display: flex;
  padding: 0;
  flex-direction: column;
  justify-items: flex-start;
  align-items: flex-start;
}
.actions--full .actions__text {
  font-size: 18px;
  line-height: 20px;
}
.actions--full .meta {
  width: 100%;
  margin-bottom: 24px;
  padding-top: 25px;
  padding-bottom: 18px;
  border-bottom: 1px solid #BCB09E;
}
.actions__intro {
  margin-bottom: 24px;
}
@media (min-width: 1280px) {
  .actions__intro {
    margin-bottom: 70px;
  }
}
.actions__show {
  font-size: 40px;
  line-height: 1;
}
.actions__products {
  padding-top: 24px;
}
@media (min-width: 1280px) {
  .actions__products {
    padding-top: 40px;
  }
}
/* lightbox-core */
.glightbox-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999 !important;
  touch-action: none;
  outline: none;
  overflow: hidden;
}
.glightbox-container.inactive {
  display: none;
}
.glightbox-container .gcontainer {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: hidden;
}
.glightbox-container .gslider {
  transition: transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: flex !important;
  justify-content: center;
  align-items: center;
  transform: translate3d(0, 0, 0);
}
.glightbox-container .gslide {
  width: 100%;
  position: absolute;
  opacity: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}
.glightbox-container .gslide.current {
  opacity: 1;
  z-index: 99999;
  position: relative;
}
.glightbox-container .gslide.prev {
  opacity: 1;
  z-index: 9999;
}
.glightbox-container .gslide-inner-content {
  width: 100%;
}
.glightbox-container .ginner-container {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  max-width: 100%;
  margin: auto;
  height: 100vh;
}
.glightbox-container .ginner-container.gvideo-container {
  width: 100%;
}
.glightbox-container .ginner-container.desc-bottom,
.glightbox-container .ginner-container.desc-top {
  flex-direction: column;
}
.glightbox-container .ginner-container.desc-left,
.glightbox-container .ginner-container.desc-right {
  max-width: 100% !important;
}
.gslide iframe,
.gslide video {
  outline: none !important;
  border: none;
  min-height: 165px;
  touch-action: auto;
}
.gslide-image {
  align-items: center;
}
.gslide-image img {
  max-height: 100vh;
  display: block;
  max-width: 100%;
  margin: 0;
  padding: 0;
  float: none;
  outline: none;
  border: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  max-width: 100vw;
  width: auto;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  touch-action: none;
  margin: auto;
  min-width: 200px;
}
.desc-top .gslide-image img,
.desc-bottom .gslide-image img {
  width: auto;
}
.desc-left .gslide-image img,
.desc-right .gslide-image img {
  width: auto;
  max-width: 100%;
}
.gslide-image img.zoomable {
  position: relative;
}
.gslide-image img.dragging {
  cursor: grabbing !important;
  transition: none;
}
.gslide-video {
  width: 100%;
  max-width: 100%;
  position: relative;
  width: 100vh;
  max-width: 100vh;
  width: 100% !important;
}
.gslide-video .gvideo-wrapper {
  width: 100%;
  margin: auto;
}
.gslide-video::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 0, 0, 0.34);
  display: none;
}
.gslide-video.playing::before {
  display: none;
}
.gslide-video.fullscreen {
  max-width: 100% !important;
  min-width: 100%;
}
.gslide-video.fullscreen video {
  max-width: 100% !important;
  width: 100% !important;
}
.gslide-inline {
  background: #fff;
  padding: 20px;
  text-align: left;
  max-height: calc(100vh - 40px);
  overflow: auto;
}
.ginlined-content {
  overflow: auto;
  display: block !important;
  opacity: 1;
}
.gslide-external {
  display: flex;
  width: 100%;
  min-width: 100%;
  background: #fff;
  padding: 0;
  overflow: auto;
  max-height: 62vh;
}
.gslide-media {
  display: flex;
  width: auto;
}
.zoomed .gslide-media {
  box-shadow: none !important;
}
.desc-top .gslide-media,
.desc-bottom .gslide-media {
  margin: 0 auto;
  flex-direction: column;
}
.gslide-description {
  position: relative;
}
.gslide-description.description-left,
.gslide-description.description-right {
  max-width: 100%;
}
.gslide-description.description-bottom,
.gslide-description.description-top {
  margin: 0 auto;
  width: 100%;
}
.gslide-description p {
  margin-bottom: 12px;
}
.gslide-description p:last-child {
  margin-bottom: 0;
}
.zoomed .gslide-description {
  display: none;
}
.glightbox-mobile .glightbox-container .gslide-description {
  height: auto !important;
  width: 100%;
  background: transparent;
  position: absolute;
  bottom: 15px;
  padding: 19px 11px;
  max-width: 100vw !important;
  order: 2 !important;
  max-height: 78vh;
  overflow: auto !important;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  transition: opacity 0.3s linear;
  padding-bottom: 50px;
}
.glightbox-mobile .glightbox-container .gslide-title {
  color: #fff;
  font-size: 1em;
}
.glightbox-mobile .glightbox-container .gslide-desc {
  color: #a1a1a1;
}
.glightbox-mobile .glightbox-container .gslide-desc a {
  color: #fff;
  font-weight: bold;
}
.glightbox-mobile .glightbox-container .gslide-desc * {
  color: inherit;
}
.glightbox-mobile .glightbox-container .gslide-desc string {
  color: #fff;
}
.glightbox-mobile .glightbox-container .gslide-desc .desc-more {
  color: #fff;
  opacity: 0.4;
}
.gdesc-open .gslide-media {
  transition: opacity 0.5s ease;
  opacity: 0.4;
}
.gdesc-open .gdesc-inner {
  padding-bottom: 30px;
}
.gdesc-closed .gslide-media {
  transition: opacity 0.5s ease;
  opacity: 1;
}
.greset {
  transition: all 0.3s ease;
}
.gabsolute {
  position: absolute;
}
.grelative {
  position: relative;
}
.glightbox-open {
  overflow: hidden;
}
.gloader {
  height: 25px;
  width: 25px;
  animation: lightboxLoader 0.8s infinite linear;
  border: 2px solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  position: absolute;
  display: block;
  z-index: 9999;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 47%;
}
.goverlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #000;
}
.glightbox-mobile .goverlay {
  background: #000;
}
.gprev,
.gnext,
.gclose {
  background-repeat: no-repeat;
  z-index: 99999;
  cursor: pointer;
  width: 26px;
  height: 44px;
  display: block;
  background-position: 0 0;
  border: none;
}
.gprev svg,
.gnext svg,
.gclose svg {
  display: block;
  width: 100%;
  height: auto;
}
.gprev.disabled,
.gnext.disabled,
.gclose.disabled {
  opacity: 0.1;
}
.gprev .garrow,
.gnext .garrow,
.gclose .garrow {
  stroke: #fff;
}
iframe.wait-autoplay {
  opacity: 0;
}
.glightbox-closing .gnext,
.glightbox-closing .gprev,
.glightbox-closing .gclose {
  opacity: 0 !important;
}
/*Skin */
.glightbox-clean .gslide-description,
.glightbox-modern .gslide-description {
  background: #fff;
}
.glightbox-clean .gdesc-inner,
.glightbox-modern .gdesc-inner {
  padding: 22px 20px;
}
.glightbox-clean .gslide-title,
.glightbox-modern .gslide-title {
  font-size: 1em;
  font-weight: normal;
  font-family: arial;
  color: #000;
  margin-bottom: 19px;
  line-height: 1.4em;
}
.glightbox-clean .gslide-desc,
.glightbox-modern .gslide-desc {
  font-size: 0.86em;
  margin-bottom: 0;
  font-family: arial;
  line-height: 1.4em;
}
.glightbox-clean .gslide-video,
.glightbox-modern .gslide-video {
  background: #000;
}
/* .gprev,
    .gnext,
    .gclose */
.glightbox-clean .gprev,
.glightbox-clean .gnext,
.glightbox-clean .gclose,
.glightbox-modern .gprev,
.glightbox-modern .gnext,
.glightbox-modern .gclose {
  background-color: rgba(0, 0, 0, 0.12);
}
.glightbox-clean .gprev:hover,
.glightbox-clean .gnext:hover,
.glightbox-clean .gclose:hover,
.glightbox-modern .gprev:hover,
.glightbox-modern .gnext:hover,
.glightbox-modern .gclose:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.glightbox-clean .gprev path,
.glightbox-clean .gnext path,
.glightbox-clean .gclose path,
.glightbox-modern .gprev path,
.glightbox-modern .gnext path,
.glightbox-modern .gclose path {
  fill: #fff;
}
.glightbox-clean button:focus:not(.focused):not(.disabled),
.glightbox-modern button:focus:not(.focused):not(.disabled) {
  outline: none;
}
.glightbox-clean .gprev,
.glightbox-modern .gprev {
  position: absolute;
  top: -100%;
  left: 30px;
  width: 40px;
  height: 56px;
}
.glightbox-clean .gnext,
.glightbox-modern .gnext {
  position: absolute;
  top: -100%;
  right: 30px;
  width: 40px;
  height: 56px;
}
.glightbox-clean .gclose,
.glightbox-modern .gclose {
  width: 35px;
  height: 35px;
  top: 15px;
  right: 10px;
  position: absolute;
  opacity: 0.7;
}
.glightbox-clean .gclose svg,
.glightbox-modern .gclose svg {
  width: 30px;
}
.glightbox-clean .gclose:hover,
.glightbox-modern .gclose:hover {
  opacity: 1;
}
/*CSS Animations*/
.gfadeIn {
  animation: gfadeIn 0.5s ease;
}
.gfadeOut {
  animation: gfadeOut 0.5s ease;
}
.gslideOutLeft {
  animation: gslideOutLeft 0.3s ease;
}
.gslideInLeft {
  animation: gslideInLeft 0.3s ease;
}
.gslideOutRight {
  animation: gslideOutRight 0.3s ease;
}
.gslideInRight {
  animation: gslideInRight 0.3s ease;
}
.gzoomIn {
  animation: gzoomIn 0.5s ease;
}
.gzoomOut {
  animation: gzoomOut 0.5s ease;
}
@keyframes lightboxLoader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes gfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes gfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes gslideInLeft {
  from {
    opacity: 0;
    transform: translate3d(-60%, 0, 0);
  }
  to {
    visibility: visible;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    transform: translate3d(60%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}
@keyframes gzoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
  }
}
@keyframes gzoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@media (min-width: 769px) {
  .glightbox-container .ginner-container {
    width: auto;
    height: auto;
    flex-direction: row;
  }
  .glightbox-container .ginner-container.desc-top .gslide-description {
    order: 0;
  }
  .glightbox-container .ginner-container.desc-top .gslide-image,
  .glightbox-container .ginner-container.desc-top .gslide-image img {
    order: 1;
  }
  .glightbox-container .ginner-container.desc-left .gslide-description {
    order: 0;
  }
  .glightbox-container .ginner-container.desc-left .gslide-image {
    order: 1;
  }
  .gslide-image img {
    max-height: 97vh;
    max-width: 100%;
  }
  .gslide-image img.zoomable {
    cursor: default;
  }
  .zoomed .gslide-image img.zoomable {
    cursor: grab;
  }
  .gslide-inline {
    max-height: 95vh;
  }
  .gslide-external {
    max-height: 95vh;
  }
  .gslide-description.description-left,
  .gslide-description.description-right {
    max-width: 275px;
  }
  .glightbox-open {
    height: auto;
  }
  .glightbox-clean .gslide-media,
  .glightbox-modern .gslide-media {
    box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.65);
  }
  .glightbox-clean .gprev,
  .glightbox-modern .gprev {
    top: 45%;
  }
  .glightbox-clean .gnext,
  .glightbox-modern .gnext {
    top: 45%;
  }
}
@media (min-width: 992px) {
  .glightbox-clean .gclose,
  .glightbox-modern .gclose {
    right: 20px;
  }
}
/* end lightbox-core */
/* lightbox */
.goverlay {
  background-color: #0d2747;
  opacity: 0.7;
}
@media (min-width: 769px) {
  .goverlay {
    background-color: #0d2747;
    opacity: 0.7;
  }
}
.glightbox-open {
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
}
.goverlay {
  background-color: #0d2747;
  opacity: 0.7;
}
.glightbox-mobile .goverlay {
  background-color: #0d2747;
  opacity: 0.7;
}
.glightbox-clean .gslide-description.description-bottom {
  background-color: #F9F5EF;
}
@media (max-width: 768px) {
  .glightbox-clean .gslide-description.description-bottom {
    background-color: inherit;
  }
}
.glightbox-clean .gslide-title {
  margin: 0;
  font-size: 1.2em;
  font-family: arial;
  line-height: 1.4em;
  font-weight: 500;
  color: #224A7B;
}
.glightbox-clean .gprev,
.glightbox-clean .gnext {
  width: 56px;
  border-radius: 100%;
  padding: 0;
}
.gprev svg,
.gnext svg {
  height: 58%;
}
.gclose svg {
  height: 30px;
}
.glightbox-clean .gclose {
  display: flex;
  height: 56px;
  width: 56px;
  padding: 0;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.glightbox-clean .disabled.gprev:hover,
.glightbox-clean .gprev,
.glightbox-clean .gnext,
.glightbox-clean .gclose {
  background-color: rgba(0, 0, 0, 0);
  transition: all 0.4s ease-in-out;
}
.glightbox-clean .gprev:hover,
.glightbox-clean .gnext:hover,
.glightbox-clean .gclose:hover {
  transition: all 0.4s ease-in-out;
}
.glightbox-clean .gprev {
  transform: rotate(180deg);
}
.gfadeIn {
  animation: gfadeIn 0.4s ease;
}
.gfadeOut {
  animation: gfadeOut 0.4s ease;
}
@keyframes gfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.7;
  }
}
@keyframes gfadeOut {
  from {
    opacity: 0.7;
  }
  to {
    opacity: 0;
  }
}
.gzoomIn {
  animation: gzoomIn 0.4s ease;
}
.gzoomOut {
  animation: gzoomOut 0.4s ease;
}
@keyframes gzoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0.7;
  }
}
@keyframes gzoomOut {
  from {
    opacity: 0.7;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.glightbox-clean .gprev {
  top: 45%;
  left: 0;
}
@media (min-width: 769px) {
  .glightbox-clean .gprev {
    left: 20px;
  }
}
.glightbox-clean .gnext {
  top: 45%;
  right: 10px;
}
@media (min-width: 992px) {
  .glightbox-clean .gnext {
    right: 20px;
  }
}
.glightbox-clean .gclose {
  opacity: 1;
}
.glightbox-clean .gslide-desc {
  color: #224A7B;
  font-size: 1.2em;
  font-family: arial;
  line-height: 1.4em;
  font-weight: 500;
}
.glightbox-clean .gslide-desc h5 {
  margin: 0;
  font-size: 1.2em;
  font-family: arial;
  line-height: 1.4em;
  font-weight: 500;
}
.glightbox-clean .gslide-desc p {
  margin: 0;
  margin-top: 4px;
  font-size: 1em;
  font-family: arial;
  line-height: 0.8em;
  font-weight: 400;
}
/* end lightbox */
/* splide-core */
@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}
.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}
.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}
.splide--rtl {
  direction: rtl;
}
.splide__track--ttb > .splide__list {
  display: block;
}
.splide__container {
  box-sizing: border-box;
  position: relative;
}
.splide__list {
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}
.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}
.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}
.splide:not(.is-overflow) .splide__pagination {
  display: none;
}
.splide__progress__bar {
  width: 0;
}
.splide {
  position: relative;
  visibility: hidden;
}
.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}
.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}
.splide__slide img {
  vertical-align: bottom;
}
.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}
.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none;
}
.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}
.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
/* slider-img */
.slider-img__arrows {
  display: block;
}
@media (max-width: 576px) {
  .slider-img__arrows {
    display: none;
  }
}
.slider-img__prev,
.slider-img__next {
  display: flex;
  height: 100px;
  width: 60px;
  margin: auto 0;
  padding: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border: none;
  background-color: #FFFFFF;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease-in-out;
  z-index: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -30px;
}
@media (max-width: 1024px) {
  .slider-img__prev,
  .slider-img__next {
    right: -10px;
  }
}
.slider-img__prev svg,
.slider-img__next svg {
  fill: #E4DACB;
  transition: all 0.4s ease-in-out;
}
.slider-img__prev:hover,
.slider-img__next:hover {
  cursor: pointer;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease-in-out;
}
.slider-img__prev:hover svg,
.slider-img__next:hover svg {
  fill: #224A7B;
  transition: all 0.4s ease-in-out;
}
.slider-img__prev {
  left: -30px;
  right: auto;
}
@media (max-width: 1024px) {
  .slider-img__prev {
    left: -10px;
  }
}
.slider-img__prev svg {
  transform: rotate(180deg);
}
.slider-img__prev:disabled,
.slider-img__next:disabled {
  cursor: default;
  opacity: 0.3;
}
.slider-img__prev:disabled svg,
.slider-img__next:disabled svg {
  fill: #E4DACB;
  transition: all 0.4s ease-in-out;
}
.slider-img__prev:disabled:hover,
.slider-img__next:disabled:hover,
.slider-img__prev:disabled:focus,
.slider-img__next:disabled:focus {
  cursor: default;
  opacity: 0.3;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  transition: none;
}
.slider-img__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.slider-img__list h5 {
  margin: 0;
  margin-top: 16px;
  font-size: 18px;
  line-height: 1;
  font-weight: 400;
  color: #0D2747;
}
.slider-img__link {
  height: 100%;
  position: relative;
}
.slider-img__link:after {
  content: "";
  height: 100%;
  width: 100%;
  background-color: #224A7B;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.3s ease-in-out;
}
.slider-img__link span {
  display: flex;
  height: 56px;
  width: 56px;
  margin: auto;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  background-color: #FFFFFF;
  transform: rotate(45deg);
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: opacity 0.4s ease-in-out;
}
.slider-img__link svg {
  height: 24px;
  width: 24px;
  fill: #224A7B;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
}
.slider-img__link img {
  height: auto;
  width: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}
.slider-img__link:hover:after {
  opacity: 0.8;
  transition: opacity 0.3s ease-in-out;
}
.slider-img__link:hover span {
  opacity: 1;
  transition: opacity 0.4s ease-in-out;
  z-index: 1;
}
.slider-img__link:hover svg {
  opacity: 1;
  transition: opacity 0.4s ease-in-out;
}
.slider-img__marker-list {
  display: none;
}
@media (max-width: 576px) {
  .slider-img__marker-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
  }
}
.slider-img__marker-list li {
  height: 18px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
}
.slider-img__marker-item {
  padding: 0;
  border: none;
  background-color: inherit;
  height: 2px;
  width: 32px;
  background-color: #E4DACB;
  transition: all 0.4s ease-in-out;
}
.slider-img__marker-item.is-active {
  background-color: #224A7B;
  transition: all 0.4s ease-in-out;
}
/* slider-product */
.slider-product .card__img {
  padding: 0 88px;
}
@media (max-width: 1680px) {
  .slider-product .card__img {
    padding: 0 64px;
  }
}
@media (max-width: 1280px) {
  .slider-product .card__img {
    padding: 0 56px;
  }
}
@media (max-width: 576px) {
  .slider-product .card__img {
    padding: 0 44px;
  }
}
.slider-product .splide__track {
  padding: 24px 0;
}
.slider-product__arrows {
  display: block;
}
@media (max-width: 576px) {
  .slider-product__arrows {
    display: none;
  }
}
.slider-product__prev,
.slider-product__next {
  display: flex;
  height: 100px;
  width: 60px;
  margin: auto 0;
  padding: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border: none;
  background-color: #FFFFFF;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease-in-out;
  z-index: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -30px;
}
@media (max-width: 1024px) {
  .slider-product__prev,
  .slider-product__next {
    right: -10px;
  }
}
.slider-product__prev svg,
.slider-product__next svg {
  fill: #E4DACB;
  transition: all 0.4s ease-in-out;
}
.slider-product__prev:hover,
.slider-product__next:hover {
  cursor: pointer;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease-in-out;
}
.slider-product__prev:hover svg,
.slider-product__next:hover svg {
  fill: #224A7B;
  transition: all 0.4s ease-in-out;
}
.slider-product__prev {
  left: -30px;
  right: auto;
}
@media (max-width: 1024px) {
  .slider-product__prev {
    left: -10px;
  }
}
.slider-product__prev svg {
  transform: rotate(180deg);
}
.slider-product__prev:disabled,
.slider-product__next:disabled {
  cursor: default;
  opacity: 0;
}
.slider-product__prev:disabled svg,
.slider-product__next:disabled svg {
  fill: #E4DACB;
  transition: all 0.4s ease-in-out;
}
.slider-product__prev:disabled:hover,
.slider-product__next:disabled:hover,
.slider-product__prev:disabled:focus,
.slider-product__next:disabled:focus {
  cursor: default;
  opacity: 0;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}
/* slider-set */
.slider-set__arrows {
  display: block;
}
@media (max-width: 576px) {
  .slider-set__arrows {
    display: none;
  }
}
.slider-set__prev,
.slider-set__next {
  display: flex;
  height: 72px;
  width: 46px;
  margin: auto 0;
  padding: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border: none;
  background-color: #FFFFFF;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease-in-out;
  z-index: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -24px;
}
@media (max-width: 1024px) {
  .slider-set__prev,
  .slider-set__next {
    right: -10px;
  }
}
.slider-set__prev svg,
.slider-set__next svg {
  fill: #E4DACB;
  transition: all 0.4s ease-in-out;
}
.slider-set__prev:hover,
.slider-set__next:hover {
  cursor: pointer;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease-in-out;
}
.slider-set__prev:hover svg,
.slider-set__next:hover svg {
  fill: #224A7B;
  transition: all 0.4s ease-in-out;
}
.slider-set__prev {
  left: -24px;
  right: auto;
}
@media (max-width: 1024px) {
  .slider-set__prev {
    left: -10px;
  }
}
.slider-set__prev svg {
  transform: rotate(180deg);
}
.slider-set__prev:disabled,
.slider-set__next:disabled {
  cursor: default;
  opacity: 0.3;
}
.slider-set__prev:disabled svg,
.slider-set__next:disabled svg {
  fill: #E4DACB;
  transition: all 0.4s ease-in-out;
}
.slider-set__prev:disabled:hover,
.slider-set__next:disabled:hover,
.slider-set__prev:disabled:focus,
.slider-set__next:disabled:focus {
  cursor: default;
  opacity: 0.3;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  transition: none;
}
.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}
@media (max-width: 576px) {
  .splide.is-initialized:not(.is-active) .splide__list {
    display: grid;
  }
}
/* slider-works */
.slider-works__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.slider-works__link {
  height: 100%;
  position: relative;
}
.slider-works__link img {
  height: auto;
  width: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}
.slider-works__marker-list {
  display: none;
}
@media (max-width: 576px) {
  .slider-works__marker-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
  }
}
.slider-works__marker-list li {
  height: 18px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
}
.slider-works__marker-item {
  padding: 0;
  border: none;
  background-color: inherit;
  height: 2px;
  width: 32px;
  background-color: #E4DACB;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 768px) {
  .slider-works__marker-item {
    width: 14px;
  }
}
.slider-works__marker-item.is-active {
  background-color: #224A7B;
  transition: all 0.4s ease-in-out;
}
/* slider-base */
.slider-base {
  position: relative;
}
.slider-base .is-active .slider-base__link {
  height: 100%;
  transform: scale(1);
  opacity: 1;
  transition: all 0.3s ease-in;
}
@media (max-width: 576px) {
  .slider-base .is-active .slider-base__link {
    transition: none;
  }
}
.slider-base__link {
  height: 100%;
  transform: scale(0.85);
  opacity: 0.3;
}
@media (max-width: 576px) {
  .slider-base__link {
    transform: scale(1);
    opacity: 1;
    transition: none;
  }
}
.slider-base__arrows {
  display: block;
  height: 100%;
  width: 1610px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
}
@media (max-width: 1680px) {
  .slider-base__arrows {
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 576px) {
  .slider-base__arrows {
    display: none;
  }
}
.slider-base__prev,
.slider-base__next {
  display: flex;
  height: 100px;
  width: 60px;
  margin: auto 0;
  padding: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border: none;
  background-color: #FFFFFF;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease-in-out;
  z-index: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
}
@media (max-width: 1680px) {
  .slider-base__prev,
  .slider-base__next {
    right: 10px;
  }
}
.slider-base__prev svg,
.slider-base__next svg {
  fill: #E4DACB;
  transition: all 0.4s ease-in-out;
}
.slider-base__prev:hover,
.slider-base__next:hover {
  cursor: pointer;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease-in-out;
}
.slider-base__prev:hover svg,
.slider-base__next:hover svg {
  fill: #224A7B;
  transition: all 0.4s ease-in-out;
}
.slider-base__prev {
  left: 15px;
  right: auto;
}
@media (max-width: 1680px) {
  .slider-base__prev {
    left: 10px;
  }
}
.slider-base__prev svg {
  transform: rotate(180deg);
}
.slider-base__prev:disabled,
.slider-base__next:disabled {
  cursor: default;
  opacity: 0.3;
}
.slider-base__prev:disabled svg,
.slider-base__next:disabled svg {
  fill: #E4DACB;
  transition: all 0.4s ease-in-out;
}
.slider-base__prev:disabled:hover,
.slider-base__next:disabled:hover,
.slider-base__prev:disabled:focus,
.slider-base__next:disabled:focus {
  cursor: default;
  opacity: 0.3;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  transition: none;
}
.slider-base__marker-list {
  display: none;
}
@media (max-width: 576px) {
  .slider-base__marker-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
  }
}
.slider-base__marker-list li {
  height: 18px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
}
.slider-base__marker-item {
  padding: 0;
  border: none;
  background-color: inherit;
  height: 2px;
  width: 32px;
  background-color: #E4DACB;
  transition: all 0.4s ease-in-out;
}
.slider-base__marker-item.is-active {
  background-color: #224A7B;
  transition: all 0.4s ease-in-out;
}
/* slider-main */
.slider-main__arrows {
  display: block;
}
@media (max-width: 576px) {
  .slider-main__arrows {
    display: none;
  }
}
.slider-main__prev,
.slider-main__next {
  display: flex;
  height: 100px;
  width: 60px;
  margin: auto 0;
  padding: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border: none;
  background-color: #FFFFFF;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease-in-out;
  z-index: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -30px;
}
@media (max-width: 1024px) {
  .slider-main__prev,
  .slider-main__next {
    right: -10px;
  }
}
.slider-main__prev svg,
.slider-main__next svg {
  fill: #E4DACB;
  transition: all 0.4s ease-in-out;
}
.slider-main__prev:hover,
.slider-main__next:hover {
  cursor: pointer;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease-in-out;
}
.slider-main__prev:hover svg,
.slider-main__next:hover svg {
  fill: #224A7B;
  transition: all 0.4s ease-in-out;
}
.slider-main__prev {
  left: -30px;
  right: auto;
}
@media (max-width: 1024px) {
  .slider-main__prev {
    left: -10px;
  }
}
.slider-main__prev svg {
  transform: rotate(180deg);
}
.slider-main__prev:disabled,
.slider-main__next:disabled {
  cursor: default;
  opacity: 0.3;
}
.slider-main__prev:disabled svg,
.slider-main__next:disabled svg {
  fill: #E4DACB;
  transition: all 0.4s ease-in-out;
}
.slider-main__prev:disabled:hover,
.slider-main__next:disabled:hover,
.slider-main__prev:disabled:focus,
.slider-main__next:disabled:focus {
  cursor: default;
  opacity: 0.3;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  transition: none;
}
.slider-main__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.slider-main__marker-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}
.slider-main__marker-list li {
  height: 18px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
}
.slider-main__marker-item {
  padding: 0;
  border: none;
  background-color: inherit;
  height: 2px;
  width: 32px;
  background-color: #E4DACB;
  transition: all 0.4s ease-in-out;
}
.slider-main__marker-item.is-active {
  background-color: #224A7B;
  transition: all 0.4s ease-in-out;
}
/* slider-accessory */
.slider-accessory__arrows {
  display: block;
}
@media (max-width: 576px) {
  .slider-accessory__arrows {
    display: none;
  }
}
.slider-accessory__prev,
.slider-accessory__next {
  display: flex;
  height: 40px;
  width: 24px;
  margin: auto 0;
  padding: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border: none;
  background-color: #FFFFFF;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease-in-out;
  z-index: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -12px;
}
.slider-accessory__prev svg,
.slider-accessory__next svg {
  fill: #E4DACB;
  transition: all 0.4s ease-in-out;
}
.slider-accessory__prev:hover,
.slider-accessory__next:hover {
  cursor: pointer;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease-in-out;
}
.slider-accessory__prev:hover svg,
.slider-accessory__next:hover svg {
  fill: #224A7B;
  transition: all 0.4s ease-in-out;
}
.slider-accessory__prev {
  left: -12px;
  right: auto;
}
.slider-accessory__prev svg {
  transform: rotate(180deg);
}
.slider-accessory__prev:disabled,
.slider-accessory__next:disabled {
  cursor: default;
  opacity: 0.3;
}
.slider-accessory__prev:disabled svg,
.slider-accessory__next:disabled svg {
  fill: #E4DACB;
  transition: all 0.4s ease-in-out;
}
.slider-accessory__prev:disabled:hover,
.slider-accessory__next:disabled:hover,
.slider-accessory__prev:disabled:focus,
.slider-accessory__next:disabled:focus {
  cursor: default;
  opacity: 0.3;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  transition: none;
}
.slider-accessory__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.slider-accessory__marker-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  width: 115px;
  margin: 0 auto;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  position: absolute;
  bottom: -18px;
  left: 0;
  right: 0;
}
@media (max-width: 576px) {
  .slider-accessory__marker-list {
    width: 100%;
  }
}
.slider-accessory__marker-list li {
  height: 18px;
  width: 100%;
}
.slider-accessory__marker-item {
  padding: 0;
  border: none;
  background-color: inherit;
  height: 2px;
  width: 100%;
  background-color: #E4DACB;
  transition: all 0.4s ease-in-out;
}
.slider-accessory__marker-item.is-active {
  background-color: #224A7B;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 576px) {
  .slider-accessory__img img {
    width: 100%;
  }
}
/* slider-interior */
.slider-interior__arrows {
  display: block;
}
@media (max-width: 576px) {
  .slider-interior__arrows {
    display: none;
  }
}
.slider-interior__prev,
.slider-interior__next {
  display: flex;
  height: 100px;
  width: 60px;
  margin: auto 0;
  padding: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border: none;
  background-color: #FFFFFF;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease-in-out;
  z-index: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -30px;
}
@media (max-width: 1024px) {
  .slider-interior__prev,
  .slider-interior__next {
    right: -10px;
  }
}
.slider-interior__prev svg,
.slider-interior__next svg {
  fill: #E4DACB;
  transition: all 0.4s ease-in-out;
}
.slider-interior__prev:hover,
.slider-interior__next:hover {
  cursor: pointer;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease-in-out;
}
.slider-interior__prev:hover svg,
.slider-interior__next:hover svg {
  fill: #224A7B;
  transition: all 0.4s ease-in-out;
}
.slider-interior__prev {
  left: -30px;
  right: auto;
}
@media (max-width: 1024px) {
  .slider-interior__prev {
    left: -10px;
  }
}
.slider-interior__prev svg {
  transform: rotate(180deg);
}
.splide__arrow:disabled {
  opacity: 0;
}
/* slider-gallery */
.slider-gallery__arrows {
  display: block;
  height: 100%;
  width: 1570px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
}
@media (max-width: 1680px) {
  .slider-gallery__arrows {
    width: 100%;
  }
}
.slider-gallery__prev,
.slider-gallery__next {
  display: flex;
  height: 60px;
  width: 60px;
  padding: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border: none;
  background-color: #FFFFFF;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease-in-out;
  z-index: 1;
  position: absolute;
  top: -96px;
  right: 0;
}
@media (max-width: 1680px) {
  .slider-gallery__prev,
  .slider-gallery__next {
    right: 80px;
  }
}
@media (max-width: 1024px) {
  .slider-gallery__prev,
  .slider-gallery__next {
    height: 48px;
    width: 48px;
    top: -72px;
    right: 13px;
  }
}
.slider-gallery__prev svg,
.slider-gallery__next svg {
  fill: #BCB09E;
  transition: all 0.4s ease-in-out;
}
.slider-gallery__prev:hover,
.slider-gallery__next:hover {
  cursor: pointer;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease-in-out;
}
.slider-gallery__prev:hover svg,
.slider-gallery__next:hover svg {
  fill: #224A7B;
  transition: all 0.4s ease-in-out;
}
.slider-gallery__prev {
  right: 68px;
}
@media (max-width: 1680px) {
  .slider-gallery__prev {
    right: 148px;
  }
}
@media (max-width: 1024px) {
  .slider-gallery__prev {
    right: 69px;
  }
}
.slider-gallery__prev svg {
  transform: rotate(180deg);
}
.slider-gallery__prev:disabled,
.slider-gallery__next:disabled {
  cursor: default;
  opacity: 0.3;
}
.slider-gallery__prev:disabled svg,
.slider-gallery__next:disabled svg {
  fill: #E4DACB;
  transition: all 0.4s ease-in-out;
}
.slider-gallery__prev:disabled:hover,
.slider-gallery__next:disabled:hover,
.slider-gallery__prev:disabled:focus,
.slider-gallery__next:disabled:focus {
  cursor: default;
  opacity: 0.3;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  transition: none;
}
/* nouislider */
.noUi-target,
.noUi-target * {
  touch-action: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  box-sizing: border-box;
}
.noUi-target {
  position: relative;
}
.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}
.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  transform-origin: 0 0;
  transform-style: flat;
}
.noUi-connect {
  height: 100%;
  width: 100%;
}
.noUi-origin {
  height: 10%;
  width: 10%;
}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}
.noUi-vertical .noUi-origin {
  width: 0;
}
.noUi-horizontal .noUi-origin {
  height: 0;
}
.noUi-handle {
  backface-visibility: hidden;
  position: absolute;
}
.noUi-touch-area {
  height: 100%;
  width: 100%;
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  transition: transform 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
.noUi-horizontal {
  height: 18px;
}
.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  right: -17px;
  top: -6px;
}
.noUi-vertical {
  width: 18px;
}
.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  top: -17px;
}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto;
}
.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}
.noUi-connects {
  border-radius: 3px;
}
.noUi-connect {
  background: #3FB8AF;
}
.noUi-draggable {
  cursor: ew-resize;
}
.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}
.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}
.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}
.noUi-handle:after,
.noUi-handle:before {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}
.noUi-handle:after {
  left: 17px;
}
.noUi-vertical .noUi-handle:after,
.noUi-vertical .noUi-handle:before {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}
.noUi-vertical .noUi-handle:after {
  top: 17px;
}
[disabled] .noUi-connect {
  background: #B8B8B8;
}
[disabled] .noUi-handle,
[disabled].noUi-handle,
[disabled].noUi-target {
  cursor: not-allowed;
}
.noUi-pips,
.noUi-pips * {
  box-sizing: border-box;
}
.noUi-pips {
  position: absolute;
  color: #999;
}
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}
.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}
.noUi-marker {
  position: absolute;
  background: #CCC;
}
.noUi-marker-sub {
  background: #AAA;
}
.noUi-marker-large {
  background: #AAA;
}
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}
.noUi-value-horizontal {
  transform: translate(-50%, 50%);
}
.noUi-rtl .noUi-value-horizontal {
  transform: translate(50%, 50%);
}
.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}
.noUi-value-vertical {
  transform: translate(0, -50%);
  padding-left: 25px;
}
.noUi-rtl .noUi-value-vertical {
  transform: translate(0, 50%);
}
.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}
.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}
.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}
.noUi-horizontal .noUi-tooltip {
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}
.noUi-vertical .noUi-tooltip {
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}
.noUi-horizontal .noUi-origin > .noUi-tooltip {
  transform: translate(50%, 0);
  left: auto;
  bottom: 10px;
}
.noUi-vertical .noUi-origin > .noUi-tooltip {
  transform: translate(0, -18px);
  top: auto;
  right: 28px;
}
/* slider-range */
.slider-range.noUi-target {
  box-shadow: none;
  border-width: 0;
}
.slider-range.noUi-horizontal {
  height: 2px;
}
.slider-range .noUi-connects {
  background-color: #BCB09E;
}
.slider-range .noUi-connect {
  background-color: #224A7B;
}
.slider-range.noUi-horizontal .noUi-handle {
  width: 16px;
  height: 16px;
  box-shadow: none;
  border-radius: 50%;
  border-width: 0;
  background-color: #224A7B;
  cursor: pointer;
  right: -8px;
  top: -8px;
}
.slider-range.noUi-horizontal .noUi-handle::before,
.range .noUi-horizontal .noUi-handle::after {
  display: none;
}
.slider-range.noUi-horizontal .noUi-handle:focus {
  border-width: 0;
}
.range .noUi-touch-area {
  border-width: 0;
}
/* rikorda */
.rikorda {
  display: inline-flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.rikorda svg {
  height: auto;
  margin-right: 4px;
}
.rikorda svg:last-child {
  margin-right: 0;
}
.rikorda svg:nth-child(1) {
  width: 70px;
}
.rikorda svg:nth-child(2) {
  width: 13px;
}
.rikorda svg:nth-child(3) {
  width: 16px;
  padding-top: 3px;
}
.rikorda svg:nth-child(4) {
  width: 95px;
}
.rikorda__heart {
  animation-name: heartbeat;
  animation-duration: 1.8s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: both;
  animation-play-state: running;
}
.rikorda:hover .rikorda__heart,
.rikorda:focus .rikorda__heart {
  animation-duration: 1.2s;
}
/* mobile-nav */
.mobile-nav {
  height: 100%;
  width: 100%;
  max-width: 576px;
  padding-bottom: 100px;
  background-color: #FFFFFF;
  overflow: scroll;
  transform: translateX(-100%);
  transition: all 0.3s ease-in-out;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
}
.mobile-nav--show {
  transform: translateX(0);
  transition: all 0.3s ease-in-out;
}
.mobile-nav::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 3px;
}
.mobile-nav::-webkit-scrollbar-track {
  background: #FFFFFF;
}
.mobile-nav::-webkit-scrollbar-thumb {
  background-color: #224A7B;
  border-radius: 5px;
}
.mobile-nav__header {
  display: flex;
  min-height: 56px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background-color: #FFFFFF;
  z-index: 1;
  position: sticky;
  top: 0;
}
.mobile-nav__logo a {
  display: block;
  padding: 10px 13px;
  opacity: 1;
  transition: opacity 0.4s ease-in-out;
}
.mobile-nav__logo a:hover {
  opacity: 0.8;
  transition: opacity 0.4s ease-in-out;
}
.mobile-nav__logo svg {
  height: 36px;
  width: 130px;
  fill: #224A7B;
}
@media (max-width: 576px) {
  .mobile-nav__logo svg {
    height: auto;
    width: 100%;
  }
}
.mobile-nav__close button {
  padding: 0;
  border: none;
  background-color: inherit;
  padding: 16px;
  opacity: 1;
  transition: opacity 0.4s ease-in-out;
}
.mobile-nav__close button:hover {
  cursor: pointer;
  opacity: 0.8;
  transition: opacity 0.4s ease-in-out;
}
.mobile-nav__close button:focus svg {
  transform: rotate(360deg);
  transition: all 0.4s ease-in-out;
}
.mobile-nav__close span {
  display: block;
}
.mobile-nav__close svg {
  height: 24px;
  width: 24px;
  fill: #0D2747;
  transform: rotate(0);
  transition: all 0.4s ease-in-out;
}
.mobile-nav__content {
  padding: 20px;
  padding-top: 0;
}
.mobile-nav__location {
  display: flex;
  padding-bottom: 14px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid #EFEAE1;
}
.mobile-nav__location button {
  padding: 0;
  border: none;
  background-color: inherit;
  display: inline-flex;
  padding: 12px 0;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  opacity: 1;
  transition: opacity 0.4s ease-in-out;
}
.mobile-nav__location button:hover {
  cursor: pointer;
  opacity: 0.8;
  transition: opacity 0.4s ease-in-out;
}
.mobile-nav__location button span {
  display: block;
  font-size: 18px;
  line-height: 1;
  color: #0D2747;
  font-weight: 500;
  white-space: nowrap;
}
.mobile-nav__location button span:first-child {
  margin-right: 8px;
}
.mobile-nav__location button svg {
  height: 24px;
  width: 24px;
  fill: #0D2747;
}
.mobile-nav__location button span:last-child {
  margin-left: 4px;
}
.mobile-nav__location button span:last-child svg {
  height: 13px;
  width: 12px;
  fill: #0D2747;
}
.mobile-nav__section-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mobile-nav__section-list > li {
  border-bottom: 1px solid #EFEAE1;
}
.mobile-nav__title {
  display: flex;
  padding: 16px 0;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.mobile-nav__title img {
  height: 24px;
  width: 24px;
  margin-right: 10px;
  -o-object-fit: fill;
     object-fit: fill;
}
.mobile-nav__title h3 {
  flex-grow: 1;
  display: inline-block;
  margin: 0;
  padding-top: 3px;
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
  color: #0D2747;
  text-transform: uppercase;
}
.mobile-nav__title svg {
  height: 24px;
  width: 24px;
  fill: #E4DACB;
}
.mobile-nav__title span {
  transform: rotate(180deg);
  transition: all 0.4s ease-in-out;
}
.mobile-nav__title span.rotate {
  transform: rotate(0);
  transition: all 0.4s ease-in-out;
}
.mobile-nav__title + ul {
  margin: 0;
  padding: 0;
  list-style: none;
  max-height: 500px;
  opacity: 1;
  visibility: visible;
  transition: all 0.4s ease-in-out;
}
.mobile-nav__title + ul a {
  display: inline-block;
  padding: 8px 0;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  color: #0D2747;
}
.mobile-nav__title + ul li:last-child {
  padding-bottom: 8px;
}
.mobile-nav__title + ul.hidden {
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
.mobile-nav__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mobile-nav__list a {
  display: inline-block;
  padding: 8px 0;
  font-size: 18px;
  line-height: 22px;
  color: #0D2747;
}
.mobile-nav__list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  max-height: 500px;
  opacity: 1;
  visibility: visible;
  transition: all 0.4s ease-in-out;
}
.mobile-nav__list ul a {
  font-size: 16px;
  line-height: 18px;
}
.mobile-nav__list ul.hidden {
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
.mobile-nav__list h4 {
  display: inline-flex;
  margin: 0;
  padding: 8px 0;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  color: #0D2747;
}
.mobile-nav__list h4 span {
  display: inline-block;
}
.mobile-nav__list h4 span:first-child {
  margin-right: 8px;
}
.mobile-nav__list h4 span:last-child {
  transform: rotate(180deg);
  transition: all 0.4s ease-in-out;
}
.mobile-nav__list h4 span.rotate {
  transform: rotate(0);
  transition: all 0.4s ease-in-out;
}
.mobile-nav__list h4 + ul a {
  opacity: 0.7;
}
.mobile__nav__option a,
.mobile__nav__option button {
  padding: 0;
  border: none;
  background-color: inherit;
  display: inline-flex;
  padding: 16px 0;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  opacity: 1;
  transition: opacity 0.4s ease-in-out;
  position: relative;
}
.mobile__nav__option a:hover,
.mobile__nav__option button:hover {
  cursor: pointer;
  opacity: 0.8;
  transition: opacity 0.4s ease-in-out;
}
.mobile__nav__option svg {
  height: 24px;
  width: 24px;
  fill: #224A7B;
}
.mobile__nav__option-text {
  display: inline-block;
  margin-left: 4px;
  padding-top: 4px;
  font-size: 18px;
  line-height: 1;
  color: #224A7B;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 1370px) {
  .mobile__nav__option-text {
    font-size: 14px;
  }
}
/* footer-nav */
.footer-nav > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 170px);
  -moz-column-gap: 30px;
       column-gap: 30px;
}
@media (max-width: 1280px) {
  .footer-nav > ul {
    grid-template-columns: repeat(3, 170px);
    row-gap: 30px;
  }
}
@media (max-width: 1024px) {
  .footer-nav > ul {
    grid-template-columns: repeat(2, 170px);
    -moz-column-gap: 24px;
         column-gap: 24px;
    row-gap: 24px;
  }
}
@media (max-width: 768px) {
  .footer-nav > ul {
    grid-template-columns: repeat(1, 1fr);
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 12px;
  }
}
.footer-nav__title {
  display: inline-block;
  margin-bottom: 15px;
  font-size: 25px;
  line-height: 1;
  font-weight: 700;
  color: #0D2747;
}
@media (max-width: 576px) {
  .footer-nav__title {
    margin-bottom: 5px;
    font-size: 20px;
  }
}
.footer-nav__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-nav__list a {
  display: inline-block;
  padding: 5px 0;
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  color: #0D2747;
  opacity: 1;
  transition: all 0.4s ease-in-out;
}
.footer-nav__list a:hover {
  opacity: 0.8;
  transition: all 0.4s ease-in-out;
}
/* form */
.form {
  margin: 0;
  padding: 0;
}
.form__field {
  position: relative;
}
.form__field span {
  display: none;
}
.form__field input,
.form__field textarea {
  display: block;
  min-height: 32px;
  width: 100%;
  padding: 16px 0;
  border: none;
  border-bottom: 1px solid #E4DACB;
  background-color: inherit;
  font-size: 24px;
  line-height: 1;
  font-weight: 400;
  color: #0D2747;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 768px) {
  .form__field input,
  .form__field textarea {
    padding: 13px 0;
  }
}
.form__field input:hover,
.form__field textarea:hover {
  color: #BCB09E;
  border-bottom: 1px solid #BCB09E;
  transition: all 0.4s ease-in-out;
}
.form__field input:focus,
.form__field textarea:focus {
  outline: none;
  color: #0D2747;
  border-bottom: 1px solid #0D2747;
  transition: all 0.4s ease-in-out;
}
.form__field input::-moz-placeholder, .form__field textarea::-moz-placeholder {
  font-family: 'Manrope', sans-serif;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  font-weight: 400;
  color: #BCB09E;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.form__field input::placeholder,
.form__field textarea::placeholder {
  font-family: 'Manrope', sans-serif;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  font-weight: 400;
  color: #BCB09E;
  transition: all 0.4s ease-in-out;
}
.form__field input.error,
.form__field textarea.error {
  border-bottom: 1px solid #FB0463;
  transition: all 0.4s ease-in-out;
}
.form__field input.error:focus,
.form__field textarea.error:focus {
  border-bottom: 1px solid #0D2747;
  transition: all 0.4s ease-in-out;
}
.form__field textarea {
  min-height: 155px;
}
.form__field textarea::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 3px;
}
.form__field textarea::-webkit-scrollbar-track {
  background: #FFFFFF;
}
.form__field textarea::-webkit-scrollbar-thumb {
  background-color: #224A7B;
  border-radius: 20px;
}
input[type='number'],
input[type='tel'],
input[type='text'],
input[type='search'],
input[type='number']::-webkit-outer-spin-button,
input[type='number']::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
/* button */
.button {
  padding: 0;
  border: none;
  background-color: inherit;
  display: inline-flex;
  padding: 24px 56px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  color: #FFFFFF;
  background-color: #224A7B;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  opacity: 1;
  transition: all 0.4s ease-in-out;
  position: relative;
}
@media (max-width: 1024px) {
  .button {
    padding: 18px 40px;
  }
}
.button:hover {
  cursor: pointer;
  background-color: #30619C;
  transition: all 0.4s ease-in-out;
}
.button span {
  display: inline-block;
}
.button.disabled,
.button:disabled {
  opacity: 0.5;
  background-color: #224A7B;
  transition: all 0.4s ease-in-out;
}
.button.disabled:hover,
.button:disabled:hover {
  cursor: default;
}
.button--icon span:last-child {
  margin-left: 8px;
}
.button--icon svg {
  height: 24px;
  width: 24px;
  fill: #FFFFFF;
}
.button--light {
  color: #224A7B;
  background-color: inherit;
  border: 2px solid #224A7B;
}
.button--light:hover {
  color: #30619C;
  background-color: inherit;
  border: 2px solid #30619C;
}
.button--light svg {
  fill: #224A7B;
}
.button--light.disabled,
.button--light:disabled {
  opacity: 0.5;
  background-color: inherit;
  border: 2px solid #30619C;
}
/* decor-description */
.decor-description {
  display: inline-flex;
  margin: 0;
  min-height: 50px;
  max-width: 220px;
  padding: 2px 8px;
  padding-left: 46px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  color: #0D2747;
  background-color: inherit;
  letter-spacing: 0.05em;
  background-image: url("/local/templates/dorbex-3/css/../img/icons/ral.svg");
  background-repeat: no-repeat;
  background-position: left 6px center;
  opacity: 1;
  position: relative;
}
/* link */
.link {
  padding: 0;
  border: none;
  background-color: inherit;
  display: inline-block;
  font-size: 20px;
  line-height: 1;
  color: #224A7B;
  text-decoration: underline;
  opacity: 1;
  transition: all 0.4s ease-in-out;
}
.link:hover {
  cursor: pointer;
  opacity: 0.8;
  transition: all 0.4s ease-in-out;
}
/* simple-select */
.simple-select {
  position: relative;
}
.simple-select .simple-select__warning {
  display: none;
}
.simple-select--error {
  color: #0D2747;
}
.simple-select--error .simple-select__button {
  border: 1px solid #FB0463;
}
.simple-select--error .simple-select__warning {
  display: inline-flex;
  position: absolute;
  bottom: -28px;
}
@media (max-width: 576px) {
  .simple-select--error .simple-select__warning {
    bottom: -24px;
  }
}
.simple-select__button {
  padding: 0;
  border: none;
  background-color: inherit;
  display: flex;
  min-height: 50px;
  min-width: 200px;
  width: 100%;
  padding: 9px 12px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  background-color: #F9F5EF;
  border: 1px solid #E4DACB;
  font-size: 18px;
  line-height: 1;
  font-weight: 400;
  color: #BCB09E;
  transition: all 0.4s ease-in-out;
}
.simple-select__button:hover {
  cursor: pointer;
  border: 1px solid #BCB09E;
}
.simple-select__button:focus {
  color: #0D2747;
  background-color: #FFFFFF;
  border: 1px solid #BCB09E;
}
.simple-select__button span {
  display: inline-block;
}
.simple-select__value {
  flex-grow: 1;
  max-width: 210px;
  min-width: 210px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 768px) {
  .simple-select__value {
    max-width: none;
    min-width: auto;
  }
}
.simple-select__button svg {
  height: 24px;
  width: 24px;
  fill: #0D2747;
}
.simple-select__button > span:last-child {
  transform: rotate(360deg);
  transition: all 0.4s ease-in-out;
}
.simple-select__button--active > span:last-child {
  transform: rotate(180deg);
  transition: all 0.4s ease-in-out;
}
.simple-select__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
  max-height: 330px;
  width: 100%;
  background-color: #FFFFFF;
  border: 1px solid #BCB09E;
  position: absolute;
  top: 49px;
  left: 0;
  z-index: 1;
  overflow: auto;
}
.simple-select__list li:first-child {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.simple-select__list::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 3px;
}
.simple-select__list::-webkit-scrollbar-track {
  background: #F9F5EF;
}
.simple-select__list::-webkit-scrollbar-thumb {
  background-color: #224A7B;
  border-radius: 10px;
}
.simple-select__list--show {
  display: block;
  animation: fadein 0.2s ease-in-out both;
}
.simple-select__option {
  width: 100%;
  display: inline-block;
  padding: 9px 12px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: #0D2747;
  background-color: #FFFFFF;
  white-space: nowrap;
  overflow-x: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  opacity: 1;
  position: relative;
  transition: all 0.4s ease-in-out;
}
.simple-select__option:hover {
  cursor: pointer;
  color: #FFFFFF;
  background-color: #BCB09E;
  transition: all 0.4s ease-in-out;
}
.simple-select__list a {
  text-decoration: none;
}
.simple-select__list input {
  opacity: 0;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.simple-select__list input:hover {
  cursor: pointer;
}
/* checkbox */
.checkbox {
  display: inline-flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
.checkbox input[type=checkbox] {
  height: 24px;
  width: 24px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.checkbox input[type=checkbox]:checked + label span {
  border: 1px solid #224A7B;
  background-color: #224A7B;
  transition: all 0.4s ease-in-out;
}
.checkbox input[type=checkbox]:checked + label svg {
  transform: translateY(0);
  transition: all 0.3s ease-in-out;
}
.checkbox label {
  display: block;
  height: 24px;
  width: 24px;
  min-width: 24px;
  position: relative;
}
.checkbox label:hover,
.checkbox label:focus {
  cursor: pointer;
}
.checkbox label:hover span,
.checkbox label:focus span {
  border: 1px solid #BCB09E;
  transition: all 0.4s ease-in-out;
}
.checkbox label span {
  display: flex;
  height: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border: 1px solid #E4DACB;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
}
.checkbox label svg {
  height: 20px;
  width: 20px;
  fill: #FFFFFF;
  transform: translateY(24px);
  transition: all 0.3s ease-in-out;
}
.checkbox p {
  display: inline-block;
  margin: 0;
  margin-left: 16px;
  padding-top: 3px;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  color: #0D2747;
}
.checkbox a {
  display: inline;
  margin-left: 5px;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  color: #224A7B;
  text-decoration: underline;
  opacity: 1;
  transition: opacity 0.4s ease-in-out;
}
.checkbox a:hover,
.checkbox a:focus {
  opacity: 0.8;
  transition: opacity 0.4s ease-in-out;
}
/* radio */
.radio {
  display: flex;
  padding-left: 46px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
.radio input[type=radio] {
  height: 30px;
  width: 30px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.radio input[type=radio]:checked + label::after {
  border: 9px solid #224A7B;
  transition: all 0.4s ease-in-out;
}
.radio label {
  display: inline-block;
  margin-top: 5px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  color: #0D2747;
}
.radio label::before {
  content: "";
  height: 30px;
  width: 30px;
  border: 1px solid #E4DACB;
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
}
.radio label::after {
  content: "";
  height: 30px;
  width: 30px;
  border: 0 solid #E4DACB;
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.4s ease-in-out;
}
.radio label:hover,
.radio label:focus {
  cursor: pointer;
}
.radio label:hover::before,
.radio label:focus::before {
  border: 1px solid #BCB09E;
  transition: all 0.4s ease-in-out;
}
/* radio-border */
.radio-border {
  position: relative;
}
.radio-border input {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.radio-border input:checked + label {
  border: 1px solid #224A7B;
  color: #224A7B;
  transition: all 0.4s ease-in-out;
}
.radio-border input:checked + label::before {
  opacity: 1;
  outline: 2px solid #224A7B;
}
.radio-border input:checked + label:hover,
.radio-border input:checked + label:focus {
  cursor: default;
}
.radio-border label {
  height: auto;
  width: 100%;
  padding: 16px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  color: #0D2747;
  border: 1px solid #E4DACB;
  transition: all 0.4s ease-in-out;
  position: relative;
}
.radio-border label:hover {
  cursor: pointer;
  border: 1px solid #BCB09E;
  transition: all 0.4s ease-in-out;
}
.radio-border label::before {
  content: "";
  height: 100%;
  width: 100%;
  outline: 1px solid #E4DACB;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.4s ease-in-out;
}
/* check */
.check {
  display: flex;
  padding-left: 46px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
.check input[type=checkbox] {
  height: 30px;
  width: 30px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.check input[type=checkbox]:checked + label::before {
  border: 1px solid #224A7B;
  background-color: #224A7B;
  transition: all 0.3s ease-in-out;
}
.check input[type=checkbox]:checked + label span:first-child svg {
  transform: translateY(0);
  transition: all 0.3s ease-in-out;
}
.check label {
  display: inline-block;
  margin-top: 5px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  color: #0D2747;
}
.check label::before {
  content: "";
  height: 30px;
  width: 30px;
  border: 1px solid #E4DACB;
  background-color: inherit;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
}
.check label span:first-child {
  display: flex;
  height: 30px;
  width: 30px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.check label span:first-child svg {
  height: 24px;
  width: 24px;
  transform: translateY(24px);
  transition: all 0.3s ease-in-out;
  fill: #FFFFFF;
}
.check label:hover,
.check label:focus {
  cursor: pointer;
}
.check label:hover::before,
.check label:focus::before {
  border: 1px solid #BCB09E;
  transition: all 0.4s ease-in-out;
}
/* range */
.range {
  display: flex;
  width: 100%;
  padding-bottom: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.range__field {
  height: 50px;
  width: 100%;
  margin-bottom: 28px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.range__field input {
  width: 47%;
  padding: 14px 16px;
  border: 1px solid #E4DACB;
  font-size: 18px;
  line-height: 1;
  background-color: inherit;
  color: #224A7B;
}
.range__field input::-webkit-outer-spin-button,
.range__field input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.range__field input[type=number] {
  -moz-appearance: textfield;
}
.range__field input:invalid,
.range__field input:out-of-range {
  border: 1px solid #FB0463;
}
.range__field input::-webkit-input-placeholder {
  font-family: 'Manrope', sans-serif;
  font-size: 18px;
  line-height: 1;
  background-color: inherit;
  color: #BCB09E;
}
.range__field span {
  display: inline-block;
  height: 1px;
  width: 8px;
  background-color: #224A7B;
}
.range__slider {
  width: 100%;
  padding: 0 8px;
}
/* title */
.title {
  margin: 0;
  font-size: 40px;
  line-height: 1;
  font-weight: 700;
  color: #0D2747;
  text-transform: uppercase;
}
@media (max-width: 1280px) {
  .title {
    font-size: 32px;
  }
}
.title--light {
  color: #FFFFFF;
}
/* main-title */
.main-title {
  margin-bottom: 50px;
}
@media (max-width: 1370px) {
  .main-title {
    margin-bottom: 24px;
  }
}
.main-title h1 {
  margin: 0;
  font-size: 48px;
  line-height: 1;
  font-weight: 700;
  color: #0D2747;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .main-title h1 {
    font-size: 32px;
  }
}
/* more-link */
.more-link {
  padding: 0;
  border: none;
  background-color: inherit;
  display: inline-flex;
  padding: 5px 0;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  color: #224A7B;
  opacity: 1;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1280px) {
  .more-link {
    font-size: 16px;
    text-transform: uppercase;
  }
}
.more-link:hover {
  cursor: pointer;
  opacity: 0.8;
  transition: all 0.4s ease-in-out;
}
.more-link span {
  display: inline-block;
}
@media (max-width: 425px) {
  .more-link span:first-child {
    padding-top: 4px;
  }
}
.more-link span:last-child {
  margin-left: 4px;
  transform: rotate(270deg);
}
.more-link svg {
  height: 24px;
  width: 24px;
  fill: #224A7B;
}
/* wysywig */
.wysywig {
  color: #0D2747;
}
.wysywig--dark {
  color: #FFFFFF;
}
.wysywig h2 {
  display: inline-block;
  margin: 0;
  margin-bottom: 16px;
  font-size: 40px;
  line-height: 1;
  font-weight: 700;
}
@media (max-width: 768px) {
  .wysywig h2 {
    font-size: 32px;
  }
}
.wysywig h3 {
  display: block;
  margin: 0;
  margin-bottom: 16px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .wysywig h3 {
    font-size: 16px;
    line-height: 24px;
  }
}
.wysywig h4 {
  display: block;
  margin: 0;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}
.wysywig p {
  display: block;
  margin: 0;
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 24px;
}
@media (max-width: 768px) {
  .wysywig p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 8px;
  }
}
.wysywig p:last-child {
  margin-bottom: 0;
}
.wysywig ul {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-top: 16px;
}
@media (max-width: 768px) {
  .wysywig ul {
    padding-top: 8px;
  }
}
.wysywig ul li {
  margin-bottom: 12px;
  padding-left: 18px;
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
  position: relative;
}
@media (max-width: 768px) {
  .wysywig ul li {
    margin-bottom: 8px;
    padding-left: 12px;
    font-size: 16px;
    line-height: 20px;
  }
}
.wysywig ul li:last-child {
  margin-bottom: 0;
}
.wysywig ul li::before {
  content: "";
  height: 6px;
  width: 6px;
  background-color: #224A7B;
  border-radius: 50%;
  position: absolute;
  top: 12px;
  left: 0;
}
@media (max-width: 768px) {
  .wysywig ul li::before {
    top: 6px;
  }
}
ul.wysywig__list-img {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  padding-top: 24px;
  grid-template-columns: repeat(6, 1fr);
  -moz-column-gap: 24px;
       column-gap: 24px;
  row-gap: 16px;
}
@media (max-width: 768px) {
  ul.wysywig__list-img {
    grid-template-columns: repeat(4, 1fr);
    -moz-column-gap: 11px;
         column-gap: 11px;
  }
}
@media (max-width: 425px) {
  ul.wysywig__list-img {
    grid-template-columns: repeat(3, 1fr);
  }
}
ul.wysywig__list-img li {
  padding: 0;
  margin: 0;
}
ul.wysywig__list-img li::before {
  display: none;
}
ul.wysywig__list-img h4 {
  margin: 0;
  margin-bottom: 4px;
  font-weight: 14px;
  line-height: 1;
  font-weight: 400;
}
.wysywig a {
  color: #224A7B;
  text-decoration: underline;
  opacity: 1;
  transition: all 0.4s ease-in-out;
}
.wysywig a:hover {
  opacity: 0.8;
  transition: all 0.4s ease-in-out;
}
.wysywig strong {
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
  color: #BCB09E;
}
/* tab-list */
.tab-list {
  padding-top: 1px;
  overflow-x: auto;
}
@media (max-width: 768px) {
  .tab-list {
    padding: 0;
    padding: 2px 0;
  }
}
.tab-list::-webkit-scrollbar {
  height: 3px;
  width: 100%;
}
@media (max-width: 768px) {
  .tab-list::-webkit-scrollbar {
    height: 0;
  }
}
.tab-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-flex;
  width: 100%;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  border-bottom: 4px solid #E4DACB;
}
@media (max-width: 1280px) {
  .tab-list ul {
    border-bottom: 2px solid #E4DACB;
  }
}
@media (max-width: 768px) {
  .tab-list ul {
    width: 100%;
    flex-wrap: nowrap;
    border-bottom: none;
  }
}
.tab-list ul li {
  width: 100%;
}
@media (max-width: 768px) {
  .tab-list ul li {
    border-bottom: 2px solid #E4DACB;
  }
}
.tab-list__link {
  padding: 0;
  border: none;
  background-color: inherit;
  display: inline-block;
  width: 100%;
  padding: 18px;
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
  color: #0D2747;
  text-transform: uppercase;
  white-space: nowrap;
  position: relative;
}
@media (max-width: 1280px) {
  .tab-list__link {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .tab-list__link {
    padding: 13px;
  }
}
@media (max-width: 768px) {
  .tab-list__link {
    min-height: 48px;
    width: 100%;
  }
}
.tab-list__link:hover {
  cursor: pointer;
}
.tab-list__link::after {
  content: "";
  height: 4px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -4px;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 768px) {
  .tab-list__link::after {
    height: 2px;
    bottom: -2px;
  }
}
@media (max-width: 576px) {
  .tab-list__link {
    font-size: 18px;
  }
}
.tab-list__link--current {
  color: #224A7B;
}
.tab-list__link--current:hover {
  cursor: default;
}
.tab-list__link--current::after {
  background-color: #224A7B;
  transition: all 0.4s ease-in-out;
}
/* progress */
.progress h6 {
  margin: 0;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: #0D2747;
}
.progress__wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  color: #224A7B;
}
.progress__line {
  flex-grow: 1;
  margin: 6px 0;
  margin-top: 0;
  margin-right: 6px;
  height: 4px;
  width: 100%;
  background-color: #EFEAE1;
  position: relative;
}
.progress__line span {
  display: block;
  height: 100%;
  width: 0;
  background-color: #224A7B;
  position: absolute;
  top: 0;
  left: 0;
}
/* product-line */
.product-line {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-items: flex-start;
  align-items: flex-start;
}
.product-line__title {
  display: flex;
  min-height: 118px;
  width: 100%;
  padding: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  background-color: #FFFFFF;
  text-transform: uppercase;
  position: relative;
}
@media (max-width: 1370px) {
  .product-line__title {
    min-height: 86px;
    padding: 16px;
  }
}
@media (max-width: 1024px) {
  .product-line__title {
    min-height: 118px;
    padding: 32px;
    border-bottom: 1px solid #F9F5EF;
  }
}
@media (max-width: 768px) {
  .product-line__title {
    min-height: 86px;
    padding: 16px;
  }
}
.product-line__title h3 {
  display: inline-flex;
  margin: 0;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 28px;
  line-height: 1;
  font-weight: 600;
  color: #224A7B;
}
@media (max-width: 1680px) {
  .product-line__title h3 {
    font-size: 24px;
  }
}
.product-line__title h3 span {
  display: inline-block;
  margin-right: 8px;
  padding: 10px 12px;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  color: #FFFFFF;
  background-color: #224A7B;
}
.product-line__title p {
  display: block;
  margin: 0;
  padding-top: 6px;
  font-size: 18px;
  line-height: 1;
  color: #BCB09E;
}
@media (max-width: 425px) {
  .product-line__title p {
    font-size: 16px;
  }
}
.product-line__content {
  display: grid;
  height: 100%;
  width: 100%;
  grid-template-rows: 1fr;
}
@media (max-width: 1024px) {
  .product-line__content {
    max-height: 1500px;
    grid-template-rows: auto 1fr;
    transition: all 0.4s ease-in-out;
  }
}
.product-line__content.hidden {
  max-height: 1500px;
  visibility: visible;
  transition: none;
  opacity: 1;
}
@media (max-width: 576px) {
  .product-line__content.hidden {
    max-height: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
  }
}
.product-line__img {
  grid-column: 1 / span 1;
  grid-row: 1 / span 1;
}
@media (max-width: 1024px) {
  .product-line__img {
    padding: 16px 32px;
    background-color: #FFFFFF;
  }
}
@media (max-width: 768px) {
  .product-line__img {
    padding: 16px;
    padding-bottom: 0;
  }
}
.product-line__img-wrapper {
  height: 100%;
  position: relative;
}
.product-line__img-wrapper::after {
  content: "";
  height: 100%;
  width: 100%;
  background-color: #0D2747;
  opacity: 0.1;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
}
.product-line__img-wrapper img {
  min-height: 439px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-line__info {
  grid-column: 1 / span 1;
  grid-row: 1 / span 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}
@media (max-width: 1024px) {
  .product-line__info {
    grid-row: 2 / span 1;
  }
}
.product-line__info::before {
  content: "";
  height: 0;
  width: 100%;
  background-color: #FFFFFF;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease-out 0.1s;
}
@media (max-width: 1024px) {
  .product-line__info::before {
    height: 100%;
    transition: none;
  }
}
.product-line__wysywig {
  flex-grow: 1;
  padding: 32px;
  padding-top: 0;
  padding-bottom: 16px;
  opacity: 0;
  transition: all 0.2s ease-out;
  position: relative;
}
@media (max-width: 1370px) {
  .product-line__wysywig {
    padding: 16px;
    padding-top: 0;
    padding-bottom: 8px;
  }
}
@media (max-width: 1024px) {
  .product-line__wysywig {
    padding: 16px 32px;
    opacity: 1;
    transition: none;
  }
}
@media (max-width: 768px) {
  .product-line__wysywig {
    padding: 16px;
  }
}
.product-line__wysywig ul li {
  margin-bottom: 6px;
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 1680px) {
  .product-line__wysywig ul li {
    line-height: 18px;
  }
}
.product-line__wysywig ul li:before {
  top: 6px;
}
.product-line__wysywig p {
  margin-bottom: 6px;
  font-size: 16px;
  line-height: 24px;
}
.product-line__wysywig b {
  font-weight: 500;
}
.product-line__bottom {
  width: 100%;
  display: flex;
  padding: 24px 32px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  border-top: 1px solid #F9F5EF;
  opacity: 0;
  transition: all 0.1s ease-out;
  position: relative;
}
@media (max-width: 1680px) {
  .product-line__bottom {
    flex-direction: column;
  }
}
@media (max-width: 1370px) {
  .product-line__bottom {
    padding: 16px;
  }
}
@media (max-width: 1024px) {
  .product-line__bottom {
    padding: 24px 32px;
    flex-direction: row;
    opacity: 1;
    transition: none;
  }
}
@media (max-width: 768px) {
  .product-line__bottom {
    padding: 16px;
    flex-direction: column;
  }
}
.product-line__price {
  flex-grow: 1;
  margin-bottom: 16px;
  position: relative;
}
@media (max-width: 1370px) {
  .product-line__price {
    margin-bottom: 8px;
  }
}
@media (max-width: 1024px) {
  .product-line__price {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .product-line__price {
    margin-bottom: 8px;
  }
}
.product-line__price p {
  margin: 0;
  padding-right: 8px;
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
  color: #0D2747;
  white-space: nowrap;
}
@media (max-width: 1680px) {
  .product-line__price p {
    padding-right: 0;
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .product-line__price p {
    padding-right: 8px;
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .product-line__price p {
    padding-right: 0;
  }
}
.product-line__button {
  padding: 16px 24px;
}
@media (max-width: 1680px) {
  .product-line__button {
    padding: 12px 16px;
    font-size: 16px;
  }
}
.product-line:hover .product-line__info::before,
.product-line:focus .product-line__info::before {
  height: 100%;
  background-color: #FFFFFF;
  transition: all 0.3s ease-out;
}
@media (max-width: 1024px) {
  .product-line:hover .product-line__info::before,
  .product-line:focus .product-line__info::before {
    transition: none;
  }
}
.product-line:hover .product-line__info .product-line__wysywig,
.product-line:focus .product-line__info .product-line__wysywig {
  opacity: 1;
  transition: all 0.2s ease-out 0.1s;
}
@media (max-width: 1024px) {
  .product-line:hover .product-line__info .product-line__wysywig,
  .product-line:focus .product-line__info .product-line__wysywig {
    transition: none;
  }
}
.product-line:hover .product-line__info .product-line__bottom,
.product-line:focus .product-line__info .product-line__bottom {
  opacity: 1;
  transition: all 0.1s ease-out 0.2s;
}
@media (max-width: 1024px) {
  .product-line:hover .product-line__info .product-line__bottom,
  .product-line:focus .product-line__info .product-line__bottom {
    transition: none;
  }
}
.product-line__title span.product-line__title-icon {
  display: none;
}
@media (max-width: 576px) {
  .product-line__title span.product-line__title-icon {
    display: inline-flex;
    height: 48px;
    width: 48px;
    margin: auto 0;
    margin-right: 0;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    transform: rotate(180deg);
    transition: all 0.4s ease-in-out;
  }
}
.product-line__title span.product-line__title-icon svg {
  height: 24px;
  width: 24px;
  fill: #0D2747;
}
@media (max-width: 576px) {
  .product-line__title span.product-line__title-icon.rotate {
    transform: rotate(0);
  }
}
.product-line--standart .product-line__title h3 {
  color: #C4C4C4;
}
.product-line--standart .product-line__title h3 span {
  background-color: #C4C4C4;
}
.product-line--business .product-line__title h3 {
  color: #5F5F6E;
}
.product-line--business .product-line__title h3 span {
  background-color: #5F5F6E;
}
.product-line--premium .product-line__title h3 {
  color: #9195A0;
}
.product-line--premium .product-line__title h3 span {
  background-color: #9195A0;
}
.product-line--smart .product-line__title h3 {
  color: #9D8C7C;
}
.product-line--smart .product-line__title h3 span {
  background-color: #9D8C7C;
}
.product-line--prestige .product-line__title h3 {
  color: #C9B2A1;
}
.product-line--prestige .product-line__title h3 span {
  background-color: #C9B2A1;
}
.product-line--grand .product-line__title h3 {
  color: #6B6969;
}
.product-line--grand .product-line__title h3 span {
  background-color: #6B6969;
}
.product-line--ciber .product-line__title h3 {
  color: #9296A1;
}
.product-line--ciber .product-line__title h3 span {
  background-color: #9296A1;
}
.product-line--info .product-line__title {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
.product-line--info .product-line__title h3 {
  color: #0D2747;
  align-self: center;
}
.product-line--info .product-line__img-wrapper::after {
  display: none;
}
@media (max-width: 576px) {
  .product-line--info .product-line__title-info {
    display: none;
  }
}
.product-line--info .product-line__title-info svg {
  height: 24px;
  width: 24px;
  fill: #E4DACB;
}
/* check-link */
.check-link {
  display: inline-block;
  height: 100%;
  width: 100%;
  padding: 16px;
  background-color: #FFFFFF;
  position: relative;
}
@media (max-width: 768px) {
  .check-link {
    padding: 11px;
  }
}
.check-link::before {
  content: "";
  height: 100%;
  width: 100%;
  border: 1px solid #E4DACB;
  transition: all 0.4s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
}
.check-link:hover::before {
  border: 1px solid #BCB09E;
  transition: all 0.4s ease-in-out;
}
.check-link--current::before {
  border: 2px solid #224A7B;
  transition: all 0.4s ease-in-out;
}
.check-link--current .check-link__icon {
  opacity: 1;
  transform: translateX(0);
  transition: all 0.4s ease-in-out;
}
.check-link--current:hover::before {
  border: 2px solid #224A7B;
  transition: none;
}
.check-link__content {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .check-link__content {
    display: none;
  }
}
.check-link__img {
  margin-right: 16px;
}
.check-link__img img {
  height: auto;
  width: 120px;
  -o-object-fit: cover;
     object-fit: cover;
}
.check-link__text p {
  display: inline-flex;
  margin: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
  color: #224A7B;
  text-transform: uppercase;
}
@media (max-width: 1680px) {
  .check-link__text p {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .check-link__text p {
    font-size: 14px;
  }
}
.check-link__text p span {
  display: inline-block;
  margin-right: 24px;
  margin-bottom: 8px;
  padding: 8px 6px;
  padding-bottom: 3px;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  color: #FFFFFF;
  background-color: #224A7B;
  text-transform: uppercase;
}
@media (max-width: 1280px) {
  .check-link__text p span {
    font-size: 10px;
  }
}
.check-link__icon {
  display: block;
  opacity: 0;
  transform: translateX(-24px);
  transition: all 0.4s ease-in-out;
  position: absolute;
  top: 0;
  right: 0;
}
.check-link__icon svg {
  height: 24px;
  width: 24px;
  fill: #224A7B;
}
.check-link__mobile {
  display: none;
}
@media (max-width: 768px) {
  .check-link__mobile {
    display: flex;
    padding-top: 5px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    line-height: 1;
    font-weight: 600;
    color: #224A7B;
    text-transform: uppercase;
  }
}
@media (max-width: 1280px) {
  .check-link__mobile {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .check-link__mobile {
    padding-top: 3px;
  }
}
.check-link--icon {
  height: 100%;
  width: 100%;
}
.check-link--icon .check-link__content {
  height: 100%;
}
.check-link--icon img {
  display: block;
  height: auto;
  width: 64px;
  margin-right: 8px;
  -o-object-fit: contain;
     object-fit: contain;
}
.check-link--icon .check-link__text {
  padding-right: 20px;
}
@media (max-width: 1680px) {
  .check-link--icon .check-link__text p {
    font-size: 24px;
  }
}
.check-link--whithout-img {
  height: 100%;
  width: 100%;
}
.check-link--whithout-img .check-link__content {
  height: 100%;
}
@media (max-width: 1680px) {
  .check-link--whithout-img .check-link__text p {
    font-size: 24px;
  }
}
.check-link--standart .check-link__text p {
  color: #C4C4C4;
}
.check-link--standart .check-link__text p span {
  background-color: #C4C4C4;
}
.check-link--business .check-link__text p {
  color: #5F5F6E;
}
.check-link--business .check-link__text p span {
  background-color: #5F5F6E;
}
.check-link--premium .check-link__text p {
  color: #9195A0;
}
.check-link--premium .check-link__text p span {
  background-color: #9195A0;
}
.check-link--smart .check-link__text p {
  color: #9D8C7C;
}
.check-link--smart .check-link__text p span {
  background-color: #9D8C7C;
}
.check-link--prestige .check-link__text p {
  color: #C9B2A1;
}
.check-link--prestige .check-link__text p span {
  background-color: #C9B2A1;
}
.check-link--grand .check-link__text p {
  color: #6B6969;
}
.check-link--grand .check-link__text p span {
  background-color: #6B6969;
}
.check-link--ciber .check-link__text p {
  color: #9296A1;
}
.check-link--ciber .check-link__text p span {
  background-color: #9296A1;
}
/* check-link-description */
.check-link-description {
  display: inline-block;
  min-height: 65px;
  height: 100%;
  width: 100%;
  padding: 24px;
  background-color: #FFFFFF;
  position: relative;
}
@media (max-width: 1280px) {
  .check-link-description {
    padding: 12px;
  }
}
@media (max-width: 1024px) {
  .check-link-description {
    padding: 11px 8px;
  }
}
.check-link-description::before {
  content: "";
  height: 100%;
  width: 100%;
  border: 1px solid #E4DACB;
  transition: all 0.4s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
}
.check-link-description:hover::before {
  border: 1px solid #BCB09E;
  transition: all 0.4s ease-in-out;
}
.check-link-description--current::before {
  border: 2px solid #224A7B;
  transition: all 0.4s ease-in-out;
}
.check-link-description--current .check-link-description__icon {
  opacity: 1;
  transform: translateX(0);
  transition: all 0.4s ease-in-out;
}
.check-link-description--current:hover::before {
  border: 2px solid #224A7B;
  transition: none;
}
.check-link-description__content {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
@media (max-width: 1024px) {
  .check-link-description__content {
    display: none;
  }
}
.check-link-description__text p {
  display: inline-flex;
  margin: 0;
  padding-right: 30px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  font-size: 28px;
  line-height: 1;
  font-weight: 600;
  color: #224A7B;
  text-transform: uppercase;
}
@media (max-width: 1680px) {
  .check-link-description__text p {
    flex-direction: column;
    align-items: flex-start;
    font-size: 16px;
  }
}
.check-link-description__text p span {
  display: inline-block;
  margin-right: 12px;
  margin-bottom: 8px;
  padding: 8px 6px;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  color: #FFFFFF;
  background-color: #224A7B;
  text-transform: uppercase;
}
@media (max-width: 1280px) {
  .check-link-description__text p span {
    font-size: 10px;
  }
}
.check-link-description__price {
  display: inline-block;
  font-size: 24px;
  line-height: 1;
  font-weight: 500;
  color: #0D2747;
  white-space: nowrap;
  text-transform: none;
}
@media (max-width: 1280px) {
  .check-link-description__price {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .check-link-description__price {
    padding-top: 8px;
  }
}
@media (max-width: 576px) {
  .check-link-description__price {
    font-size: 14px;
  }
}
.check-link-description__icon {
  display: block;
  opacity: 0;
  transform: translateX(-24px);
  transition: all 0.4s ease-in-out;
  position: absolute;
  top: 0;
  right: 0;
}
.check-link-description__icon svg {
  height: 24px;
  width: 24px;
  fill: #224A7B;
}
.check-link-description__mobile {
  display: none;
}
@media (max-width: 1024px) {
  .check-link-description__mobile {
    height: 100%;
    display: flex;
    padding-top: 5px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    line-height: 1;
    font-weight: 600;
    color: #224A7B;
    text-transform: uppercase;
  }
}
@media (max-width: 1280px) {
  .check-link-description__mobile {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .check-link-description__mobile {
    padding-top: 3px;
  }
}
.check-link-description--standart .check-link-description__text p {
  color: #C4C4C4;
}
.check-link-description--standart .check-link-description__text p span {
  background-color: #C4C4C4;
}
.check-link-description--standart .check-link-description__mobile {
  color: #C4C4C4;
}
.check-link-description--business .check-link-description__text p {
  color: #5F5F6E;
}
.check-link-description--business .check-link-description__text p span {
  background-color: #5F5F6E;
}
.check-link-description--business .check-link-description__mobile {
  color: #5F5F6E;
}
.check-link-description--premium .check-link-description__text p {
  color: #9195A0;
}
.check-link-description--premium .check-link-description__text p span {
  background-color: #9195A0;
}
.check-link-description--premium .check-link-description__mobile {
  color: #9195A0;
}
.check-link-description--smart .check-link-description__text p {
  color: #9D8C7C;
}
.check-link-description--smart .check-link-description__text p span {
  background-color: #9D8C7C;
}
.check-link-description--smart .check-link-description__mobile {
  color: #9D8C7C;
}
.check-link-description--prestige .check-link-description__text p {
  color: #C9B2A1;
}
.check-link-description--prestige .check-link-description__text p span {
  background-color: #C9B2A1;
}
.check-link-description--prestige .check-link-description__mobile {
  color: #C9B2A1;
}
.check-link-description--grand .check-link-description__text p {
  color: #6B6969;
}
.check-link-description--grand .check-link-description__text p span {
  background-color: #6B6969;
}
.check-link-description--ciber .check-link-description__text p {
  color: #9296A1;
}
.check-link-description--ciber .check-link-description__text p span {
  background-color: #9296A1;
}
.check-link-description--whithout .check-link-description__content {
  justify-content: center;
}
.check-link-description--whithout .check-link-description__text p {
  padding-right: 0;
  font-size: 28px;
  color: #0D2747;
}
@media (max-width: 1680px) {
  .check-link-description--whithout .check-link-description__text p {
    font-size: 24px;
  }
}
@media (max-width: 1280px) {
  .check-link-description--whithout .check-link-description__text p {
    font-size: 16px;
  }
}
.check-link-description--whithout .check-link-description__mobile {
  color: #0D2747;
}
.check-link-description__more {
  display: none;
  width: 300px;
  padding: 32px;
  background-color: #FFFFFF;
  box-shadow: 0px 24px 56px rgba(0, 0, 0, 0.15);
  position: absolute;
  left: 0;
  top: 120px;
  z-index: 1;
}
@media (max-width: 1680px) {
  .check-link-description__more {
    top: 130px;
  }
}
@media (max-width: 1280px) {
  .check-link-description__more {
    top: 95px;
  }
}
.check-link-description__more .check-link-description__text {
  margin-bottom: 8px;
}
.check-link-description__more .check-link-description__text p {
  flex-direction: column;
  align-items: flex-start;
}
.check-link-description__more em {
  display: inline-block;
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 1.1;
  font-weight: 400;
  font-style: normal;
  color: #BCB09E;
  text-transform: uppercase;
}
.check-link-description__wysywig {
  margin-bottom: 16px;
}
.check-link-description__wysywig ul {
  padding: 0;
}
.check-link-description__wysywig ul li {
  margin-bottom: 6px;
  padding-left: 16px;
  line-height: 1.2;
}
.check-link-description__wysywig ul li::before {
  height: 4px;
  width: 4px;
  top: 8px;
}
.description__progress {
  margin: 0;
  padding: 0;
  list-style: none;
}
.check-link-description:hover > .check-link-description__more {
  animation-name: fadein;
  animation-duration: 0.4s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: both;
  animation-play-state: running;
  display: block;
}
@media (max-width: 1024px) {
  .check-link-description:hover > .check-link-description__more {
    display: none;
  }
}
/* card */
.card {
  height: 100%;
  display: flex;
  padding: 32px 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  border: 1px solid #E4DACB;
  background-color: inherit;
  transition: all 0.3s ease-out;
  position: relative;
}
@media (max-width: 1280px) {
  .card {
    padding: 20px 0;
  }
}
@media (max-width: 576px) {
  .card {
    padding: 20px;
  }
}
.card:hover,
.card:focus {
  background-color: #FFFFFF;
  transition: all 0.4s ease-in-out;
}
.card:hover .card__more,
.card:focus .card__more {
  transform: translateY(0);
  opacity: 1;
}
.card__img {
  margin-bottom: 16px;
  padding: 0 46px;
}
@media (max-width: 1280px) {
  .card__img {
    padding: 0 56px;
  }
}
@media (max-width: 1024px) {
  .card__img {
    padding: 0 46px;
  }
}
@media (max-width: 768px) {
  .card__img {
    padding: 0 56px;
  }
}
@media (max-width: 576px) {
  .card__img {
    padding: 0 12px;
  }
}
.card__img img {
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card__label {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  top: 16px;
  right: 16px;
}
@media (max-width: 576px) {
  .card__label {
    top: 8px;
    right: 8px;
  }
}
.card__label li {
  margin-bottom: 8px;
}
.card__label li:last-child {
  margin-bottom: 0;
}
.card__label img {
  height: 30px;
  width: 30px;
  -o-object-fit: fill;
     object-fit: fill;
}
@media (max-width: 576px) {
  .card__label img {
    height: 18px;
    width: 18px;
  }
}
.card__text {
  color: #0D2747;
  font-size: 18px;
  line-height: 20px;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 1280px) {
  .card__text {
    font-size: 16px;
    line-height: 16px;
  }
}
@media (max-width: 576px) {
  .card__text {
    font-size: 12px;
    line-height: 14px;
  }
}
.card__text h3 {
  margin: 0;
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
}
@media (max-width: 1280px) {
  .card__text h3 {
    font-size: 16px;
    line-height: 16px;
  }
}
@media (max-width: 576px) {
  .card__text h3 {
    font-size: 14px;
    line-height: 14px;
  }
}
.card__text p {
  display: inline-flex;
  margin: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  line-height: 1;
  font-weight: 600;
  white-space: nowrap;
}
.card__text span {
  display: inline-block;
}
.card__text s {
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  color: #BCB09E;
  white-space: nowrap;
}
.card__discount {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  position: absolute;
  bottom: 0;
  transform: translateY(12px);
}
.card__discount span {
  display: inline-block;
  padding: 6px 8px;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  color: #FFFFFF;
  background-color: #C83C2F;
  white-space: nowrap;
}
@media (max-width: 576px) {
  .card__discount span {
    font-size: 12px;
    padding: 4px 6px;
  }
}
.card__discount p {
  margin: 0;
  padding: 6px 8px;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  color: #0D2747;
  background-color: #FFFFFF;
  text-transform: lowercase;
  white-space: nowrap;
}
@media (max-width: 576px) {
  .card__discount p {
    font-size: 12px;
    padding: 4px 6px;
  }
}
.card__more {
  display: inline-flex;
  width: 190px;
  margin: 0 auto;
  padding: 13px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  color: #FFFFFF;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  background-color: #224A7B;
  opacity: 0;
  transform: translateY(-30px);
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  transition: all 0.3s ease-out;
}
@media (max-width: 768px) {
  .card__more {
    display: none;
  }
}
/* paginator */
.paginator {
  max-width: 1610px;
  width: 100%;
}
.paginator .button {
  width: 100%;
  justify-content: center;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}
.paginator .button:hover {
  background-color: inherit;
  border-color: #224A7B;
}
@media (max-width: 1024px) {
  .paginator .button {
    padding: 16px;
  }
}
.paginator .button span:first-child {
  padding-top: 4px;
}
.paginator .button svg {
  transform: rotate(45deg);
}
/* check-square */
.check-square {
  position: relative;
}
.check-square input {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.check-square input:checked + label {
  border: 1px solid #224A7B;
  transition: all 0.4s ease-in-out;
}
.check-square input:checked + label::before {
  opacity: 1;
  outline: 2px solid #224A7B;
}
.check-square input:checked + label span {
  transform: translateY(0);
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.check-square input:checked + label:hover,
.check-square input:checked + label:focus {
  cursor: default;
}
.check-square label {
  height: 50px;
  width: 50px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border: 1px solid #E4DACB;
  transition: all 0.4s ease-in-out;
  position: relative;
}
.check-square label:hover {
  cursor: pointer;
  border: 1px solid #BCB09E;
  transition: all 0.4s ease-in-out;
}
.check-square label::before {
  content: "";
  height: 100%;
  width: 100%;
  outline: 1px solid #E4DACB;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.4s ease-in-out;
}
.check-square .check-square__back,
.check-square img {
  height: 38px;
  width: 38px;
  -o-object-fit: cover;
     object-fit: cover;
}
.check-square__icon {
  display: flex;
  height: 24px;
  width: 24px;
  margin: auto;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  background-color: #FFFFFF;
  transform: translateY(8px);
  opacity: 0;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.check-square__icon svg {
  height: 16px;
  width: 16px;
  fill: #224A7B;
}
.check-square__hint-description {
  bottom: 65px;
}
.check-square--big label {
  height: 92px;
  width: 92px;
}
.check-square--big img {
  height: 76px;
  width: 76px;
}
.check-square--big .check-square__hint-description {
  bottom: 105px;
}
/* doors-list */
.doors-list li {
  position: relative;
}
.doors-list input {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.doors-list input:checked + label {
  border: 1px solid #224A7B;
  transition: all 0.4s ease-in-out;
}
.doors-list input:checked + label::before {
  opacity: 1;
  outline: 2px solid #224A7B;
}
.doors-list input:checked + label span {
  transform: translateY(0);
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.doors-list input:checked + label:hover,
.doors-list input:checked + label:focus {
  cursor: default;
}
.doors-list label {
  height: 100%;
  width: 100%;
  padding: 8px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border: 1px solid #E4DACB;
  transition: all 0.4s ease-in-out;
  position: relative;
}
.doors-list label:hover {
  cursor: pointer;
  border: 1px solid #BCB09E;
  transition: all 0.4s ease-in-out;
}
.doors-list label::before {
  content: "";
  height: 100%;
  width: 100%;
  outline: 1px solid #E4DACB;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.4s ease-in-out;
}
.doors-list img {
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.doors-list span {
  display: flex;
  height: 24px;
  width: 24px;
  margin: auto;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  background-color: #FFFFFF;
  transform: translateY(16px);
  opacity: 0;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.doors-list span svg {
  height: 16px;
  width: 16px;
  fill: #224A7B;
}
.doors-list__more {
  padding: 0;
  border: none;
  background-color: inherit;
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #0D2747;
  border: 1px solid #E4DACB;
  transition: all 0.4s ease-in-out;
}
.doors-list__more:hover {
  cursor: pointer;
  border: 1px solid #BCB09E;
  transition: all 0.4s ease-in-out;
}
.doors-list__more span {
  margin: 0;
  background-color: inherit;
  opacity: 1;
  transform: translateY(0);
  position: relative;
}
.doors-list__more span:first-child {
  margin-bottom: 4px;
}
.doors-list__more span:first-child svg {
  height: 24px;
  width: 24px;
  fill: #0D2747;
  transform: rotate(45deg);
}
.doors-list__more span:last-child {
  height: auto;
  width: auto;
  font-size: 18px;
  line-height: 1;
  color: #0D2747;
  text-transform: uppercase;
}
/* info */
.info__description-wrapper {
  padding-top: 50px;
}
@media (max-width: 1280px) {
  .info__description-wrapper {
    padding-top: 32px;
  }
}
.info__description-title {
  margin-bottom: 16px;
  text-transform: uppercase;
}
.info__description-title h3 {
  margin: 0;
  font-size: 32px;
  line-height: 1;
  font-weight: 600;
  color: #224A7B;
}
@media (max-width: 1024px) {
  .info__description-title h3 {
    font-size: 24px;
  }
}
.info__description-title p {
  margin: 0;
  font-size: 24px;
  line-height: 28px;
  color: #BCB09E;
}
@media (max-width: 1280px) {
  .info__description-title p {
    font-size: 18px;
    line-height: 20px;
  }
}
.info__description-text {
  margin: 0;
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
  color: #0D2747;
}
@media (max-width: 1024px) {
  .info__description-text {
    font-size: 16px;
    line-height: 18px;
  }
}
.info__description-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  padding-top: 20px;
  padding-bottom: 38px;
  flex-direction: row;
  justify-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .info__description-list {
    padding-top: 16px;
    padding-bottom: 6px;
  }
}
.info__description-list li {
  display: flex;
  width: 145px;
  margin-right: 10px;
  margin-bottom: 10px;
  flex-direction: column;
  justify-items: flex-start;
  align-items: center;
}
@media (max-width: 1024px) {
  .info__description-list li {
    width: 125px;
  }
}
.info__description-list li:last-child {
  margin-right: 0;
}
.info__description-list img {
  height: 67px;
  width: 67px;
  margin-bottom: 8px;
  -o-object-fit: fill;
     object-fit: fill;
}
@media (max-width: 1024px) {
  .info__description-list img {
    height: 48px;
    width: 48px;
  }
}
.info__description-list p {
  margin: 0;
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  color: #0D2747;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 1024px) {
  .info__description-list p {
    font-size: 12px;
    line-height: 13px;
  }
}
.info__description-video {
  margin-top: 30px;
  position: relative;
}
@media (max-width: 1024px) {
  .info__description-video {
    margin-top: 24px;
  }
}
@media (max-width: 768px) {
  .info__description-video {
    height: 0;
    margin-top: 24px;
    padding-bottom: 56.25%;
    /* высота контейнера для 16:9 (если 4:3 — 75%) */
    overflow: hidden;
  }
}
.info__description-video iframe {
  position: relative;
  top: 0;
  left: 0;
  height: 395px;
  width: 700px;
  border-width: 0;
  outline-width: 0;
}
@media (max-width: 768px) {
  .info__description-video iframe {
    height: 100%;
    width: 100%;
    position: absolute;
  }
}
.info__description-slider {
  padding: 30px 0;
}
@media (max-width: 576px) {
  .info__description-slider ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
}
@media (max-width: 576px) {
  .info__description-slider img {
    height: auto;
    width: 100%;
  }
}
.info__feature-wrapper {
  padding-top: 16px;
}
.info__feature-wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #0D2747;
}
.info__feature-wrapper ul li {
  padding: 30px 0;
  border-bottom: 1px solid #E4DACB;
}
.info__feature-wrapper ul li:last-child {
  border-bottom: none;
}
@media (max-width: 1024px) {
  .info__feature-wrapper ul li {
    padding: 16px 0;
  }
}
.info__feature-wrapper h3 {
  margin: 0;
  margin-bottom: 16px;
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
}
.info__feature-wrapper dl {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 180px 1fr;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 4px;
}
@media (max-width: 1280px) {
  .info__feature-wrapper dl {
    -moz-column-gap: 10px;
         column-gap: 10px;
    row-gap: 8px;
  }
}
@media (max-width: 576px) {
  .info__feature-wrapper dl {
    grid-template-columns: 125px 1fr;
  }
}
.info__feature-wrapper dl dt {
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
}
.info__feature-wrapper dl dd {
  margin: 0;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
}
.info__design-wrapper {
  display: grid;
  padding-top: 38px;
  grid-template-columns: 1fr 280px;
}
@media (max-width: 1280px) {
  .info__design-wrapper {
    padding-top: 32px;
  }
}
@media (max-width: 1024px) {
  .info__design-wrapper {
    grid-template-columns: 1fr;
  }
}
.info__design-title {
  grid-column: 1 / span 1;
  grid-row: 1 / span 1;
  padding-bottom: 24px;
}
.info__design-title h3 {
  margin: 0;
  margin-right: 20px;
  font-size: 28px;
  line-height: 32px;
  font-weight: 600;
  color: #0D2747;
}
.info__design-button {
  padding: 18px 24px;
  padding-top: 20px;
  grid-column: 2 / span 1;
  grid-row: 1 / span 1;
  justify-content: center;
}
@media (max-width: 1024px) {
  .info__design-button {
    width: 280px;
    grid-column: 1 / span 1;
    grid-row: 3 / span 1;
  }
}
@media (max-width: 576px) {
  .info__design-button {
    width: 100%;
    padding: 16px;
  }
}
.info__design-list {
  margin: 0;
  padding: 0;
  list-style: none;
  grid-column: 1 / span 2;
  grid-row: 2 / span 1;
}
@media (max-width: 1024px) {
  .info__design-list {
    grid-column: 1 / span 1;
    grid-row: 2 / span 1;
  }
}
.info__design-list h4 {
  margin: 0;
  margin-bottom: 16px;
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
  color: #0D2747;
}
.info__design-list-sub {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.info__design-list-sub li {
  margin-right: 26px;
  margin-bottom: 24px;
}
@media (max-width: 1280px) {
  .info__design-list-sub li {
    margin-right: 20px;
  }
}
.info__design-list-sub li:last-child {
  margin-right: 0;
}
.info__design-link img {
  height: 310px;
  width: auto;
  margin-bottom: 6px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1280px) {
  .info__design-link img {
    height: 160px;
  }
}
.info__design-link p {
  margin: 0;
  font-size: 18px;
  line-height: 20px;
  color: #0D2747;
}
.info__services-wrapper {
  padding-top: 50px;
  color: #0D2747;
}
@media (max-width: 1280px) {
  .info__services-wrapper {
    padding-top: 32px;
  }
}
.info__services-wrapper > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  padding-bottom: 30px;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
@media (max-width: 1024px) {
  .info__services-wrapper > ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}
@media (max-width: 576px) {
  .info__services-wrapper > ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
.info__services-title {
  display: inline-flex;
  margin-bottom: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (max-width: 576px) {
  .info__services-title {
    flex-direction: row;
    align-items: center;
  }
}
.info__services-title img {
  height: 84px;
  width: 84px;
  margin-bottom: 10px;
  -o-object-fit: fill;
     object-fit: fill;
}
@media (max-width: 1280px) {
  .info__services-title img {
    height: 64px;
    width: 64px;
  }
}
@media (max-width: 576px) {
  .info__services-title img {
    margin-bottom: 0;
    margin-right: 10px;
  }
}
.info__services-title h3 {
  margin: 0;
  font-size: 28px;
  line-height: 32px;
  font-weight: 600;
  text-transform: uppercase;
}
@media (max-width: 576px) {
  .info__services-title h3 {
    font-size: 24px;
    line-height: 28px;
  }
}
.info__wysywig {
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
  color: #0D2747;
}
.info__wysywig p {
  margin: 0;
}
.info__wysywig p b {
  font-weight: 600;
}
.info__wysywig p strong {
  font-size: 24px;
  line-height: 26px;
  font-weight: 500;
}
.info__wysywig h4 {
  margin: 0;
  font-weight: 500;
  color: #BCB09E;
}
.info__wysywig ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.info__wysywig ul li {
  padding-left: 8px;
  position: relative;
}
.info__wysywig ul li:before {
  content: "";
  height: 3px;
  width: 3px;
  background-color: #0D2747;
  border-radius: 100%;
  position: absolute;
  top: 14px;
  left: 0;
}
.info__locks-wrapper {
  display: grid;
  padding-top: 50px;
  grid-template-columns: 1fr 670px;
  -moz-column-gap: 120px;
       column-gap: 120px;
  row-gap: 20px;
}
@media (max-width: 1680px) {
  .info__locks-wrapper {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
@media (max-width: 1280px) {
  .info__locks-wrapper {
    padding-top: 32px;
    grid-template-columns: 1fr;
  }
}
.info__locks-title {
  grid-column: 1 / span 1;
  grid-row: 1 / span 1;
}
@media (max-width: 1280px) {
  .info__locks-title {
    grid-column: 1 / span 1;
    grid-row: 2 / span 1;
  }
}
.info__locks-title h3 {
  margin: 0;
  margin-right: 20px;
  font-size: 28px;
  line-height: 32px;
  font-weight: 600;
  color: #0D2747;
}
.info__locks-content {
  grid-column: 2 / span 1;
  grid-row: 1 / span 2;
}
@media (max-width: 1280px) {
  .info__locks-content {
    grid-column: 1 / span 1;
    grid-row: 1 / span 1;
  }
}
.info__locks-video {
  margin-bottom: 20px;
  position: relative;
}
@media (max-width: 768px) {
  .info__locks-video {
    height: 0;
    margin-top: 24px;
    padding-bottom: 56.25%;
    /* высота контейнера для 16:9 (если 4:3 — 75%) */
    overflow: hidden;
  }
}
.info__locks-video iframe {
  position: relative;
  top: 0;
  left: 0;
  height: 409px;
  width: 670px;
  border-width: 0;
  outline-width: 0;
}
@media (max-width: 768px) {
  .info__locks-video iframe {
    height: 100%;
    width: 100%;
    position: absolute;
  }
}
.info__locks-list {
  margin: 0;
  padding: 0;
  list-style: none;
  grid-column: 1 / span 1;
  grid-row: 2 / span 1;
}
@media (max-width: 1280px) {
  .info__locks-list {
    grid-column: 1 / span 1;
    grid-row: 3 / span 1;
  }
}
.info__locks-list h4 {
  margin: 0;
  margin-bottom: 16px;
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
  color: #0D2747;
}
.info__locks-list-sub {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  margin-bottom: 20px;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 576px) {
  .info__locks-list-sub {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
}
.info__locks-link img {
  height: auto;
  width: 100%;
  margin-bottom: 6px;
  -o-object-fit: contain;
     object-fit: contain;
}
.info__locks-link p {
  margin: 0;
  font-size: 18px;
  line-height: 20px;
  color: #0D2747;
}
.info__locks-button {
  margin-top: 20px;
  padding: 18px 24px;
  justify-content: center;
}
@media (max-width: 576px) {
  .info__locks-button {
    width: 100%;
    padding: 16px;
  }
}
.info__slider-wrapper {
  padding-top: 50px;
}
@media (max-width: 1280px) {
  .info__slider-wrapper {
    padding-top: 32px;
  }
}
/* hint */
.hint {
  position: relative;
}
.hint__description {
  display: inline-block;
  width: 230px;
  padding: 16px;
  padding-bottom: 10px;
  background-color: #FFFFFF;
  text-align: left;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: translateX(-50%);
  filter: drop-shadow(0px 10px 25px rgba(0, 0, 0, 0.15));
  position: absolute;
  left: 50%;
  z-index: -1;
}
@media (max-width: 1024px) {
  .hint__description {
    display: none;
  }
}
.hint__description h4 {
  margin: 0;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #0D2747;
  position: relative;
}
@media (max-width: 1024px) {
  .hint__description h4 {
    font-size: 16px;
    line-height: 24px;
  }
}
.hint__description p {
  margin: 0;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: #0D2747;
  position: relative;
}
@media (max-width: 1024px) {
  .hint__description p {
    font-size: 14px;
    line-height: 18px;
  }
}
.hint__icon {
  height: 8px;
  width: 16px;
  display: block;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -7px;
}
.hint__icon svg {
  height: 8px;
  width: 16px;
  fill: #FFFFFF;
  position: relative;
}
.hint--line .hint__description {
  width: auto;
  white-space: nowrap;
}
.hint__label:hover {
  cursor: help;
}
@media (max-width: 1024px) {
  .hint__label:hover {
    cursor: default;
  }
}
.hint__label:hover + .hint__description {
  opacity: 1;
  z-index: 10;
  transition: all 0.3s ease-in-out;
}
.hint--button .hint__modal {
  display: inline-block;
  width: auto;
  padding: 0;
  background-color: #FFFFFF;
  text-align: left;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: translateX(-50%);
  filter: none;
  z-index: -1;
  position: absolute;
  left: 50%;
}
@media (max-width: 1024px) {
  .hint--button .hint__modal {
    display: none;
  }
}
@media (max-width: 1024px) {
  .hint--button .hint__modal.modal--show {
    display: flex;
    height: 100%;
    width: 100%;
    opacity: 1;
    background-color: transparent;
    transition: none;
    transform: translateX(0);
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
  }
}
.hint--button .hint__label:hover + .hint__modal {
  opacity: 1;
  z-index: 9999;
  transition: all 0.3s ease-in-out;
}
.hint--button .hint__description {
  opacity: 1;
  z-index: 10;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1024px) {
  .hint--button .hint__description {
    display: grid;
    width: 230px;
    margin: 0 auto;
    padding: 0;
    padding-bottom: 0;
    grid-template-columns: 1fr;
    opacity: 1;
    z-index: 99999;
    transform: translateX(0);
    position: fixed;
    top: 80px;
    bottom: auto;
    left: 0;
    right: 0;
  }
}
@media (max-width: 1024px) {
  .hint--button .hint__icon {
    display: none;
  }
}
.hint__close {
  display: none;
}
@media (max-width: 1024px) {
  .hint__close {
    padding: 0;
    border: none;
    background-color: inherit;
    display: block;
    grid-column: 1 / span 1;
    grid-row: 1 / span 1;
    align-self: start;
    justify-self: end;
    position: relative;
  }
}
.hint__close span {
  display: flex;
  height: 24px;
  width: 24px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.hint__close svg {
  height: 16px;
  width: 16px;
}
@media (max-width: 1024px) {
  .hint__description-wrapper {
    grid-column: 1 / span 1;
    grid-row: 1 / span 1;
    width: 230px;
    padding: 16px;
    padding-bottom: 10px;
    background-color: #FFFFFF;
    filter: drop-shadow(0px 10px 25px rgba(0, 0, 0, 0.15));
  }
}
/* blockquote */
.blockquote__wrapper {
  padding: 48px;
  background-color: #FFFFFF;
  text-align: center;
  position: relative;
}
@media (max-width: 768px) {
  .blockquote__wrapper {
    padding: 20px;
  }
}
.blockquote__wrapper span {
  height: 67px;
  width: 119px;
  display: block;
  margin: 0 auto;
  opacity: 0.05;
  position: absolute;
  top: 36px;
  left: 0;
  right: 0;
}
@media (max-width: 768px) {
  .blockquote__wrapper span {
    height: auto;
    width: 84px;
    top: 16px;
  }
}
.blockquote__wrapper svg {
  height: auto;
  width: 100%;
  fill: #0D2747;
}
.blockquote__wrapper figure {
  margin: 0;
  position: relative;
}
.blockquote__wrapper blockquote {
  margin: 0;
  margin-bottom: 26px;
}
@media (max-width: 768px) {
  .blockquote__wrapper blockquote {
    margin-bottom: 16px;
  }
}
.blockquote__wrapper p {
  margin: 0;
  font-size: 32px;
  line-height: 1;
  color: #224A7B;
  font-style: italic;
}
@media (max-width: 768px) {
  .blockquote__wrapper p {
    font-size: 24px;
  }
}
.blockquote__wrapper figcaption {
  font-size: 18px;
  line-height: 1;
  color: #BCB09E;
  font-weight: 600;
}
@media (max-width: 768px) {
  .blockquote__wrapper figcaption {
    font-size: 16px;
  }
}
/* stores */
.stores__tab-list {
  text-align: center;
}
.stores__tab-list ul {
  width: auto;
}
.stores__tab-list ul li {
  width: auto;
}
.stores__address {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 24px;
  margin-bottom: 32px;
  text-align: center;
}
@media (max-width: 768px) {
  .stores__address {
    padding: 0 20px;
    margin-bottom: 24px;
  }
}
@media (max-width: 576px) {
  .stores__address {
    padding: 0 13px;
  }
}
.stores__address li {
  margin-bottom: 8px;
}
.stores__address li:last-child {
  margin-bottom: 0;
}
.stores__address p {
  margin: 0;
  font-size: 18px;
  line-height: 21px;
  font-weight: 500;
  color: #0D2747;
}
@media (max-width: 768px) {
  .stores__address p {
    font-size: 16px;
    line-height: 19px;
  }
}
@media (max-width: 768px) {
  .stores__gallery {
    padding: 0;
  }
}
.stores__gallery .splide.is-initialized:not(.is-active) .splide__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
@media (max-width: 1280px) {
  .stores__gallery .splide.is-initialized:not(.is-active) .splide__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
}
.stores__gallery img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
/* star-list */
.star-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-flex;
  margin-right: 7px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.star-list li svg {
  height: auto;
  width: 14px;
  fill: #0D2747;
  opacity: 0.1;
}
.star-list .star-active svg {
  fill: #F57C00;
  opacity: 1;
}
/* reviews-item */
.reviews-item {
  height: 100%;
  width: 100%;
  padding: 40px 70px;
  background-color: #FFFFFF;
}
@media (max-width: 576px) {
  .reviews-item {
    padding: 20px;
  }
}
.reviews-item__title {
  display: flex;
  margin-bottom: 12px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.reviews-item__title span {
  display: flex;
  height: 40px;
  width: 40px;
  min-width: 40px;
  padding-top: 3px;
  margin-right: 12px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #224A7B;
  border-radius: 100%;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  color: #FFFFFF;
}
.reviews-item__title p {
  margin: 0;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  color: #0D2747;
}
.reviews-item__status {
  display: flex;
  margin-bottom: 16px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.reviews-item__status ul {
  margin-right: 12px;
}
.reviews-item__status time {
  font-size: 15px;
  line-height: 1;
  font-weight: 400;
  color: #BCB09E;
}
.reviews-item__content p {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #0D2747;
}
/* design */
.design__milling {
  margin-bottom: 82px;
}
@media (max-width: 768px) {
  .design__milling {
    margin-bottom: 56px;
  }
}
.design__title {
  margin-bottom: 32px;
  text-align: center;
}
@media (max-width: 768px) {
  .design__title {
    margin-bottom: 16px;
  }
}
.design__title-sub {
  margin: 0;
  margin-bottom: 8px;
  font-size: 32px;
  line-height: 1;
  color: #0D2747;
  text-align: center;
}
@media (max-width: 576px) {
  .design__title-sub {
    padding: 0 13px;
    font-size: 20px;
  }
}
.design__text {
  margin: 0;
  font-size: 18px;
  line-height: 32px;
  color: #0D2747;
}
@media (max-width: 576px) {
  .design__text {
    font-size: 16px;
    line-height: 24px;
  }
}
.design__description {
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .design__description {
    margin-bottom: 24px;
  }
}
.design__view {
  margin-bottom: 70px;
}
.design__view-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.design__view-list > li {
  margin-bottom: 56px;
}
@media (max-width: 768px) {
  .design__view-list > li {
    margin-bottom: 32px;
  }
}
.design__view-list > li:last-child {
  margin-bottom: 0;
}
.design__view-list-sub {
  margin: 0;
  padding: 0;
  list-style: none;
}
.design__view-list-sub > li {
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .design__view-list-sub > li {
    margin-bottom: 24px;
  }
}
.design__view-list-sub > li:last-child {
  margin-bottom: 0;
}
.design__view-list-sub > li h4 {
  margin: 0;
  margin-bottom: 24px;
  font-size: 24px;
  line-height: 1;
  font-weight: 500;
  color: #0D2747;
  text-align: left;
}
@media (max-width: 768px) {
  .design__view-list-sub > li h4 {
    margin-bottom: 13px;
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .design__list {
    padding: 0;
  }
}
.design__list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 24px;
}
@media (max-width: 1680px) {
  .design__list ul {
    grid-template-columns: repeat(8, 1fr);
  }
}
@media (max-width: 1280px) {
  .design__list ul {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (max-width: 1024px) {
  .design__list ul {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 768px) {
  .design__list ul {
    grid-template-columns: repeat(4, 1fr);
    -moz-column-gap: 11px;
         column-gap: 11px;
    row-gap: 16px;
  }
}
@media (max-width: 576px) {
  .design__list ul {
    display: flex;
    padding-bottom: 16px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    grid-template-columns: none;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 0;
    overflow-x: auto;
  }
  .design__list ul::-webkit-scrollbar {
    -webkit-appearance: none;
    height: 0;
  }
  .design__list ul::-webkit-scrollbar-track {
    background: #FFFFFF;
  }
  .design__list ul::-webkit-scrollbar-thumb {
    background-color: #224A7B;
    border-radius: 0;
  }
}
@media (max-width: 576px) {
  .design__list li {
    width: 100px;
    margin-right: 11px;
  }
}
@media (max-width: 576px) {
  .design__list li:first-child {
    margin-left: 13px;
  }
}
@media (max-width: 576px) {
  .design__list li:last-child {
    margin-right: 13px;
  }
}
.design__link {
  opacity: 1;
  transition: all 0.4s ease-in-out;
}
.design__link img {
  height: auto;
  width: 100%;
  margin-bottom: 8px;
  border: 1px solid #E4DACB;
  transition: all 0.4s ease-in-out;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 576px) {
  .design__link img {
    min-width: 100px;
    width: 100px;
  }
}
.design__link:hover {
  opacity: 0.7;
}
.design__link:hover img {
  border: 1px solid #BCB09E;
}
.design__link-text {
  text-align: center;
}
.design__link-text h5 {
  margin: 0;
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  color: #0D2747;
}
.design__link-text p {
  margin: 0;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  color: #224A7B;
}
.design__accessory-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  padding-top: 32px;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media (max-width: 1280px) {
  .design__accessory-list {
    gap: 11px;
  }
}
@media (max-width: 1024px) {
  .design__accessory-list {
    grid-template-columns: 1fr;
  }
}
.design__accessory-list > li {
  display: flex;
  padding: 24px;
  padding-bottom: 32px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  border: 1px solid #E4DACB;
}
@media (max-width: 1280px) {
  .design__accessory-list > li {
    padding: 16px;
    padding-bottom: 32px;
  }
}
@media (max-width: 425px) {
  .design__accessory-list > li {
    flex-direction: column;
  }
}
.design__accessory-slider {
  min-width: 200px;
  margin-right: 24px;
}
@media (max-width: 576px) {
  .design__accessory-slider {
    min-width: 148px;
    margin-right: 16px;
  }
}
@media (max-width: 425px) {
  .design__accessory-slider {
    min-width: auto;
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.design__accessory-text {
  color: #0D2747;
  text-align: left;
}
.design__accessory-text h3 {
  margin: 0;
  margin-bottom: 8px;
  font-size: 24px;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
}
@media (max-width: 576px) {
  .design__accessory-text h3 {
    margin-bottom: 4px;
    font-size: 14px;
  }
}
.design__accessory-text span {
  display: block;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
}
@media (max-width: 576px) {
  .design__accessory-text span {
    font-size: 14px;
  }
}
.design__accessory-text s {
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  color: #BCB09E;
}
@media (max-width: 576px) {
  .design__accessory-text s {
    font-size: 10px;
  }
}
.design__accessory-text p {
  margin: 0;
  padding-top: 16px;
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 576px) {
  .design__accessory-text p {
    padding-top: 8px;
  }
}
/* milling */
.milling__tab-list {
  margin-bottom: 24px;
  text-align: center;
}
@media (max-width: 768px) {
  .milling__tab-list {
    margin-bottom: 16px;
  }
}
.milling__tab-list ul {
  width: auto;
}
.milling__tab-list ul li {
  width: auto;
}
.milling__tab-list .tab-list__link {
  min-width: 300px;
}
@media (max-width: 1280px) {
  .milling__tab-list .tab-list__link {
    min-width: auto;
  }
}
.milling__tab-list .tab-list__link {
  width: 100%;
  padding: 18px;
  white-space: nowrap;
}
@media (max-width: 1280px) {
  .milling__tab-list .tab-list__link {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .milling__tab-list .tab-list__link {
    padding: 13px;
  }
}
@media (max-width: 768px) {
  .milling__tab-list .tab-list__link {
    min-height: 48px;
  }
}
.milling__tab-list .tab-list__link:after {
  bottom: -4px;
}
@media (max-width: 768px) {
  .milling__tab-list .tab-list__link:after {
    height: 2px;
    bottom: -2px;
  }
}
.milling__slider-item {
  height: 100%;
  display: grid;
  grid-template-columns: 2fr 3fr;
}
@media (max-width: 768px) {
  .milling__slider-item {
    grid-template-columns: 1fr;
  }
}
.milling__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .milling__img img {
    max-width: 725px;
  }
}
.milling__text {
  flex-grow: 1;
  display: flex;
  width: auto;
  padding: 40px;
  padding-bottom: 32px;
  flex-direction: column;
  justify-items: flex-start;
  align-items: flex-start;
  background-color: #FFFFFF;
}
@media (max-width: 1370px) {
  .milling__text {
    padding: 24px;
  }
}
@media (max-width: 768px) {
  .milling__text {
    padding: 16px;
  }
}
.milling__text h3 {
  margin: 0;
  margin-bottom: 8px;
  font-size: 32px;
  line-height: 1;
  font-weight: 500;
  color: #0D2747;
}
@media (max-width: 768px) {
  .milling__text h3 {
    font-size: 24px;
  }
}
.milling__wysywig {
  flex-grow: 1;
  margin-bottom: 16px;
}
.milling__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  -moz-column-gap: 10px;
       column-gap: 10px;
}
@media (max-width: 1024px) {
  .milling__list {
    display: none;
  }
}
.milling__list li {
  display: flex;
  flex-direction: row;
  justify-items: flex-start;
  align-items: flex-end;
  overflow-x: hidden;
}
.milling__list li:nth-child(n+10) {
  display: none;
}
.milling__list li:last-child {
  display: flex;
}
.milling__list h5 {
  margin: 0;
  margin-bottom: 4px;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  color: #0D2747;
  white-space: nowrap;
}
.milling__list button {
  padding: 0;
  border: none;
  background-color: inherit;
  display: flex;
  height: calc(100% - 20px);
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #E4DACB;
  transition: all 0.4s ease-in-out;
}
.milling__list button:hover {
  cursor: pointer;
  border: 1px solid #BCB09E;
}
.milling__list button span {
  display: block;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  color: #0D2747;
  text-transform: uppercase;
}
@media (max-width: 1680px) {
  .milling__list button span {
    font-size: 16px;
  }
}
@media (max-width: 1370px) {
  .milling__list button span {
    font-size: 14px;
  }
}
.milling__list button span:first-child {
  margin-bottom: 8px;
  transform: rotate(45deg);
}
.milling__list button svg {
  height: auto;
  width: 100%;
}
.milling__link {
  opacity: 1;
  transition: all 0.4s ease-in;
}
.milling__link:hover {
  opacity: 0.6;
}
.milling__button {
  display: none;
}
@media (max-width: 1024px) {
  .milling__button {
    display: inline-flex;
    align-self: center;
  }
}
@media (max-width: 576px) {
  .milling__button {
    width: 100%;
    justify-content: center;
  }
}
/* toggle */
.toggle {
  position: relative;
}
.toggle input {
  height: 100%;
  width: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.toggle label {
  display: block;
  height: 100%;
  width: 100%;
  padding: 16px;
  padding-top: 18px;
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  color: #0D2747;
  text-align: center;
  background-color: #FFFFFF;
  border: 1px solid #E4DACB;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 576px) {
  .toggle label {
    padding: 7px;
    padding-top: 9px;
  }
}
.toggle label:hover {
  cursor: pointer;
  border: 1px solid #BCB09E;
  transition: all 0.4s ease-in-out;
}
.toggle input:checked + label {
  color: #FFFFFF;
  background-color: #224A7B;
  border: 1px solid #224A7B;
  transition: all 0.4s ease-in-out;
}
.toggle input:checked + label:hover {
  cursor: default;
}
/* interior-list */
@media (max-width: 1024px) {
  .interior-list {
    padding: 0;
  }
}
.interior-list h3 {
  margin: 0;
  margin-bottom: 16px;
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
  color: #0D2747;
  text-align: center;
}
@media (max-width: 1280px) {
  .interior-list h3 {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .interior-list h3 {
    padding: 0 80px;
  }
}
@media (max-width: 576px) {
  .interior-list h3 {
    padding: 0 13px;
  }
}
.interior-list__slider {
  overflow-x: visible;
}
@media (max-width: 1024px) {
  .interior-list__slider {
    overflow-x: auto;
  }
}
@media (max-width: 1024px) {
  .interior-list__slider::-webkit-scrollbar {
    height: 0;
  }
}
.interior-list__slider-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-columns: repeat(6, 1fr);
  gap: 30px;
}
@media (max-width: 1680px) {
  .interior-list__slider-list {
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
  }
}
@media (max-width: 1370px) {
  .interior-list__slider-list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 1024px) {
  .interior-list__slider-list {
    display: inline-flex;
    padding: 0 13px;
    grid-template-columns: none;
    gap: 0;
    flex-wrap: nowrap;
  }
}
@media (max-width: 1024px) {
  .interior-list__slider-list li {
    margin-right: 10px;
  }
}
@media (max-width: 1024px) {
  .interior-list__slider-list li:last-child {
    margin-right: 0;
  }
}
.interior-list__slider-link.interior-list__slider-link--current .interior-list__item::before {
  opacity: 1;
}
.interior-list__slider-link.interior-list__slider-link--current .interior-list__check {
  opacity: 1;
  transform: translateX(0);
}
.interior-list__item {
  display: grid;
  grid-template-rows: auto 1fr;
  background-color: #FFFFFF;
  position: relative;
}
@media (max-width: 1024px) {
  .interior-list__item {
    width: 140px;
  }
}
.interior-list__item:before {
  content: "";
  height: 100%;
  width: 100%;
  border: 2px solid #224A7B;
  opacity: 0;
  transition: all 0.4s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
}
.interior-list__name {
  grid-column: 1 / span 1;
  grid-row: 1 / span 1;
  display: flex;
  padding: 16px;
  padding-bottom: 8px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .interior-list__name {
    padding: 8px;
  }
}
.interior-list__name-wrapper {
  width: calc(100% - 24px);
}
@media (max-width: 1024px) {
  .interior-list__name-wrapper {
    width: calc(100% - 18px);
  }
}
.interior-list__name-wrapper span {
  display: inline-block;
  margin-bottom: 4px;
  padding: 5px 8px;
  font-size: 12px;
  line-height: 1;
  font-weight: 500;
  color: #FFFFFF;
  background-color: #224A7B;
  text-transform: uppercase;
  white-space: nowrap;
}
@media (max-width: 1024px) {
  .interior-list__name-wrapper span {
    padding: 4px;
    font-size: 10px;
  }
}
.interior-list__name-wrapper h4 {
  display: inline-block;
  width: 100%;
  margin: 0;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  color: #0D2747;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1024px) {
  .interior-list__name-wrapper h4 {
    font-size: 14px;
  }
}
.interior-list__check {
  width: 24px;
  opacity: 0;
  transform: translateX(-100%);
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1024px) {
  .interior-list__check {
    width: 18px;
  }
}
.interior-list__check svg {
  height: auto;
  width: 24px;
  fill: #224A7B;
}
@media (max-width: 1024px) {
  .interior-list__check svg {
    width: 18px;
  }
}
.interior-list__description {
  grid-column: 1 / span 1;
  grid-row: 2 / span 1;
  display: flex;
  height: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 16px;
  padding-bottom: 16px;
  background-color: #FFFFFF;
  opacity: 0;
  transition: all 0.2s ease-out 0.1s;
}
@media (max-width: 1024px) {
  .interior-list__description {
    display: none;
  }
}
.interior-list__description p {
  flex-grow: 1;
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #0D2747;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  position: relative;
}
.interior-list__img {
  grid-column: 1 / span 1;
  grid-row: 2 / span 1;
  overflow: hidden;
}
.interior-list__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.interior-list__button {
  width: 100%;
  padding: 13px;
  justify-content: center;
  opacity: 0;
  transition: all 0.1s ease-out 0.2s;
}
@media (max-width: 1280px) {
  .interior-list__button {
    padding: 8px;
  }
}
@media (max-width: 1024px) {
  .interior-list__button {
    transition: none;
  }
}
.interior-list__item:hover .interior-list__description {
  height: 100%;
  opacity: 1;
}
.interior-list__item:hover .interior-list__button {
  opacity: 1;
}
/* info-description */
.info-description {
  display: inline-block;
  height: 24px;
  width: 24px;
  position: relative;
}
.info-description__label {
  padding: 0;
  border: none;
  background-color: inherit;
  height: 100%;
  width: 100%;
  position: relative;
}
.info-description__label svg {
  height: auto;
  width: 100%;
  fill: #0D2747;
}
.info-description .info-description__content {
  width: 225px;
  padding: 16px;
  opacity: 0;
  z-index: -1;
  position: absolute;
  bottom: 35px;
}
@media (max-width: 768px) {
  .info-description .info-description__content {
    width: 150px;
    padding: 8px;
  }
}
.info-description .info-description__content p.info-description__text {
  margin: 0;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #0D2747;
  text-align: center;
}
@media (max-width: 768px) {
  .info-description .info-description__content p.info-description__text {
    font-size: 12px;
    line-height: 16px;
  }
}
.info-description__content.hint__description {
  display: inline-block;
}
.info-description__label:hover {
  cursor: help;
}
.info-description__label:hover + .info-description__content,
.info-description__label:focus + .info-description__content {
  opacity: 1;
  z-index: 1;
}
/* banner-link */
.banner-link img {
  width: 100%;
}
/* header */
.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}
.header__wrapper {
  display: flex;
  width: 100%;
  margin: 0 auto;
  padding: 0 24px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 1024px) {
  .header__wrapper {
    padding: 0 13px;
  }
}
@media (max-width: 1120px) {
  .header__wrapper {
    display: none;
  }
}
.header__top {
  padding: 7px 0;
  background-color: #F9F5EF;
}
@media (max-width: 1680px) {
  .header__top {
    padding: 3px 0;
  }
}
.header__top-left {
  flex-grow: 1;
  margin-right: 32px;
}
@media (max-width: 1680px) {
  .header__top-left {
    margin-right: 16px;
  }
}
.header__call {
  display: flex;
  margin-right: 30px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 1680px) {
  .header__call {
    margin-right: 12px;
  }
}
.header__call a {
  display: inline-flex;
  padding: 5px 0;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  opacity: 1;
  transition: opacity 0.4s ease-in-out;
}
.header__call a:hover {
  opacity: 0.8;
  transition: opacity 0.4s ease-in-out;
}
.header__call a span {
  display: block;
  font-size: 18px;
  line-height: 24px;
  color: #0D2747;
  font-weight: 500;
  white-space: nowrap;
}
@media (max-width: 1680px) {
  .header__call a span {
    font-size: 16px;
    line-height: 22px;
  }
}
.header__call a span:first-child {
  margin-right: 8px;
}
@media (max-width: 1280px) {
  .header__call a span:first-child {
    display: none;
  }
}
.header__call a svg {
  height: 24px;
  width: 24px;
  fill: #0D2747;
}
@media (max-width: 1680px) {
  .header__call a svg {
    height: 20px;
    width: 20px;
  }
}
.header__location {
  display: flex;
  margin-right: 30px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 1680px) {
  .header__location {
    margin-right: 12px;
  }
}
.header__location button {
  padding: 0;
  border: none;
  background-color: inherit;
  display: inline-flex;
  padding: 5px 0;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  opacity: 1;
  transition: opacity 0.4s ease-in-out;
}
.header__location button:hover {
  cursor: pointer;
  opacity: 0.8;
  transition: opacity 0.4s ease-in-out;
}
.header__location button span {
  display: block;
  font-size: 18px;
  line-height: 24px;
  color: #0D2747;
  font-weight: 500;
  white-space: nowrap;
}
@media (max-width: 1680px) {
  .header__location button span {
    font-size: 16px;
    line-height: 22px;
  }
}
.header__location button span:first-child {
  margin-right: 8px;
}
@media (max-width: 1280px) {
  .header__location button span:first-child {
    display: none;
  }
}
.header__location button svg {
  height: 24px;
  width: 24px;
  fill: #0D2747;
}
@media (max-width: 1680px) {
  .header__location button svg {
    height: 20px;
    width: 20px;
  }
}
.header__location button span:last-child {
  margin-left: 4px;
}
.header__location button span:last-child svg {
  height: auto;
  width: 15px;
  fill: #0D2747;
}
.header__location-value {
  width: auto;
  max-width: 165px;
  overflow-x: hidden;
  text-overflow: ellipsis;
}
.header__nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.header__nav li {
  margin-right: 16px;
}
@media (max-width: 1680px) {
  .header__nav li {
    margin-right: 8px;
  }
}
.header__nav a {
  display: inline-block;
  padding-top: 4px;
  font-size: 18px;
  line-height: 1.2;
  color: #0D2747;
  font-weight: 400;
  opacity: 1;
  transition: opacity 0.4s ease-in-out;
}
@media (max-width: 1680px) {
  .header__nav a {
    font-size: 16px;
  }
}
.header__nav a:hover {
  opacity: 0.8;
  transition: opacity 0.4s ease-in-out;
}
.header__nav button {
  display: inline-block;
  padding: 0;
  padding-top: 4px;
  border: none;
  font-size: 18px;
  line-height: 1.2;
  color: #0D2747;
  font-weight: 400;
  background-color: inherit;
  opacity: 1;
  transition: opacity 0.4s ease-in-out;
  cursor: pointer;
}
@media (max-width: 1680px) {
  .header__nav button {
    font-size: 16px;
  }
}
.header__nav button:hover {
  opacity: 0.8;
  transition: opacity 0.4s ease-in-out;
}
.header__top-right {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.header__social ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
.header__social li {
  margin-right: 8px;
}
.header__social li:last-child {
  margin-right: 0;
}
.header__social a {
  display: block;
  transform: scale(1);
  opacity: 1;
  transition: all 0.4s ease-in-out;
}
.header__social a:hover {
  opacity: 0.8;
  transform: scale(1.1);
  transition: all 0.4s ease-in-out;
}
.header__social img {
  height: 24px;
  min-width: 24px;
  width: 24px;
  -o-object-fit: fill;
     object-fit: fill;
}
.header__main {
  background-color: #224A7B;
}
.header__logo {
  margin-right: 14px;
  padding-right: 30px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 1680px) {
  .header__logo {
    margin-right: 8px;
    padding-right: 24px;
  }
}
.header__logo a {
  display: inline-block;
  padding: 18px 0;
  opacity: 1;
  transition: opacity 0.4s ease-in-out;
}
.header__logo a:hover {
  cursor: pointer;
  opacity: 0.8;
  transition: opacity 0.4s ease-in-out;
}
@media (max-width: 1680px) {
  .header__logo a {
    padding: 12px 0;
  }
}
.header__logo svg {
  height: 46px;
  width: 164px;
  fill: #FFFFFF;
}
@media (max-width: 1680px) {
  .header__logo svg {
    width: 100%;
    height: 36px;
  }
}
.header__tab {
  flex-grow: 1;
  padding-right: 30px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 1680px) {
  .header__tab {
    padding-right: 16px;
  }
}
.header__tab ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
.header__tab-link {
  display: inline-block;
  padding: 29px 16px;
  font-size: 22px;
  line-height: 1;
  color: #FFFFFF;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  opacity: 1;
  transition: opacity 0.4s ease-in-out;
  white-space: nowrap;
  position: relative;
}
@media (max-width: 1680px) {
  .header__tab-link {
    padding: 22px 12px;
    font-size: 16px;
  }
}
@media (max-width: 1370px) {
  .header__tab-link {
    padding: 23px 12px;
    font-size: 14px;
  }
}
.header__tab-link:after {
  content: "";
  height: 0;
  width: calc(100% - 32px);
  margin: 0 auto;
  background-color: inherit;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1680px) {
  .header__tab-link:after {
    width: calc(100% - 24px);
    bottom: 0;
  }
}
.header__tab-link:hover {
  opacity: 0.8;
  transition: opacity 0.4s ease-in-out;
}
.header__tab-link--current:after {
  content: "";
  height: 3px;
  background-color: #FFFFFF;
  transition: all 0.4s ease-in-out;
}
.header__option {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.header__option:last-child {
  border-right: none;
}
.header__option a,
.header__option button {
  padding: 0;
  border: none;
  background-color: inherit;
  display: inline-flex;
  padding: 29px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  opacity: 1;
  transition: opacity 0.4s ease-in-out;
  position: relative;
}
@media (max-width: 1680px) {
  .header__option a,
  .header__option button {
    padding: 18px;
  }
}
.header__option a:hover,
.header__option button:hover {
  cursor: pointer;
  opacity: 0.8;
  transition: opacity 0.4s ease-in-out;
}
.header__option svg {
  height: 24px;
  width: 24px;
  fill: #FFFFFF;
}
.header__favorite-link svg {
  fill: #224A7B;
  stroke: #FFFFFF;
  stroke-width: 2px;
}
.header__option-value {
  display: inline-flex;
  min-height: 20px;
  min-width: 20px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #5D90CE;
  border-radius: 50px;
  position: absolute;
  top: 20px;
  right: 20px;
}
@media (max-width: 1680px) {
  .header__option-value {
    top: 10px;
    right: 10px;
  }
}
.header__option-value b {
  display: inline-block;
  padding-top: 3px;
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  color: #FFFFFF;
}
.header__measurement {
  margin-left: 32px;
}
@media (max-width: 1680px) {
  .header__measurement {
    margin-left: 24px;
  }
}
.header__measurement button {
  padding: 0;
  border: none;
  background-color: inherit;
  padding: 18px 24px;
  font-size: 22px;
  line-height: 1;
  font-weight: 600;
  color: #FFFFFF;
  text-transform: uppercase;
  background-color: #D6AD51;
  opacity: 1;
  transition: opacity 0.4s ease-in-out;
  white-space: nowrap;
}
@media (max-width: 1680px) {
  .header__measurement button {
    padding: 12px 20px;
    font-size: 14px;
  }
}
.header__measurement button:hover {
  cursor: pointer;
  opacity: 0.8;
  transition: opacity 0.4s ease-in-out;
}
/* crumbs */
.crumbs {
  padding-top: 55px;
  padding-bottom: 35px;
}
@media (max-width: 1024px) {
  .crumbs {
    padding-top: 24px;
    padding-bottom: 16px;
  }
}
.crumbs__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.crumbs__list li {
  display: inline-flex;
  margin-right: 6px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.crumbs__list li:last-child {
  margin-right: 0;
}
.crumbs__list li:last-child .crumbs__arrow {
  display: none;
}
.crumbs__link {
  display: inline-flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 22px;
  line-height: 1;
  color: #BCB09E;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1680px) {
  .crumbs__link {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .crumbs__link {
    font-size: 14px;
    line-height: 16px;
  }
}
.crumbs__link:hover {
  color: #224A7B;
  transition: all 0.4s ease-in-out;
}
.crumbs__link span:last-child {
  margin-left: 6px;
}
@media (max-width: 768px) {
  .crumbs__list li {
    display: none;
  }
}
.crumbs__list li:last-child span:last-child {
  display: none;
}
@media (max-width: 768px) {
  .crumbs__list li:nth-last-child(2) {
    display: inline-flex;
  }
}
.crumbs__link--current:hover {
  cursor: default;
  color: #BCB09E;
  transition: none;
}
/* mobile */
.mobile {
  display: none;
}
@media (max-width: 1120px) {
  .mobile {
    width: 100%;
    display: block;
    position: relative;
    z-index: 100;
  }
}
.mobile__header {
  display: flex;
  min-height: 56px;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background-color: #224A7B;
  position: fixed;
  top: 0;
  left: 0;
}
.mobile__logo {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.mobile__logo a {
  display: inline-block;
  padding: 10px 13px;
  opacity: 1;
  transition: opacity 0.4s ease-in-out;
}
.mobile__logo a:hover {
  opacity: 0.8;
  transition: opacity 0.4s ease-in-out;
}
.mobile__logo svg {
  height: 36px;
  width: 130px;
  fill: #FFFFFF;
}
.mobile__search {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.mobile__search button {
  padding: 0;
  border: none;
  background-color: inherit;
  padding: 16px;
  opacity: 1;
  transition: opacity 0.4s ease-in-out;
}
.mobile__search button:hover {
  cursor: pointer;
  opacity: 0.8;
  transition: opacity 0.4s ease-in-out;
}
.mobile__search svg {
  height: 24px;
  width: 24px;
  fill: #FFFFFF;
}
.mobile__option {
  min-height: 72px;
  width: 100%;
  background-color: #F9F5EF;
  border-top: 1px solid #E4DACB;
  position: fixed;
  bottom: 0;
  left: 0;
}
@media (max-width: 425px) {
  .mobile__option {
    min-height: 62px;
  }
}
.mobile__option ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
.mobile__option-item a,
.mobile__option-item button {
  padding: 0;
  border: none;
  background-color: inherit;
  display: flex;
  height: 70px;
  width: 70px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 425px) {
  .mobile__option-item a,
  .mobile__option-item button {
    height: 60px;
    width: 60px;
  }
}
.mobile__option-item a:hover,
.mobile__option-item button:hover {
  cursor: pointer;
}
.mobile__option-item a:hover svg,
.mobile__option-item button:hover svg {
  fill: #224A7B;
  transition: all 0.4s ease-in-out;
}
.mobile__option-item a:hover .mobile__option-text,
.mobile__option-item button:hover .mobile__option-text {
  color: #224A7B;
  transition: all 0.4s ease-in-out;
}
.mobile__option-item svg {
  height: 24px;
  width: 24px;
  fill: #BCB09E;
  transition: all 0.4s ease-in-out;
}
.mobile__option-item span:first-child {
  margin-bottom: 8px;
}
.mobile__option-item .mobile__favorite svg {
  fill: #F9F5EF;
  stroke: #BCB09E;
  stroke-width: 2px;
  transition: all 0.4s ease-in-out;
}
.mobile__option-text {
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  color: #BCB09E;
  font-weight: 500;
  white-space: nowrap;
  transition: all 0.4s ease-in-out;
}
.mobile__option-value {
  display: inline-flex;
  min-height: 16px;
  min-width: 16px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #5D90CE;
  border-radius: 50px;
  position: absolute;
  top: 8px;
  right: 16px;
}
@media (max-width: 425px) {
  .mobile__option-value {
    top: 5px;
    right: 10px;
  }
}
.mobile__option-value b {
  display: inline-block;
  padding-top: 2px;
  font-size: 10px;
  line-height: 1;
  font-weight: 600;
  color: #FFFFFF;
}
.mobile__option-item--active .mobile__option-text {
  color: #224A7B;
  transition: all 0.4s ease-in-out;
}
.mobile__option-item--active svg {
  fill: #224A7B;
  transition: all 0.4s ease-in-out;
}
.mobile__option-item--active .mobile__favorite svg {
  stroke: #224A7B;
  transition: all 0.4s ease-in-out;
}
.mobile__nav {
  height: 100%;
  width: 100%;
  max-width: 576px;
  padding-bottom: 100px;
  background-color: #FFFFFF;
  overflow: scroll;
  transform: translateX(-100%);
  transition: all 0.4s ease-in-out;
  position: fixed;
  top: 0;
  left: 0;
}
.mobile__nav--show {
  transform: translateX(0);
  transition: all 0.4s ease-in-out;
}
.mobile__nav::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 3px;
}
.mobile__nav::-webkit-scrollbar-track {
  background: #FFFFFF;
}
.mobile__nav::-webkit-scrollbar-thumb {
  background-color: #224A7B;
  border-radius: 5px;
}
.mobile__nav-header {
  display: flex;
  min-height: 56px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background-color: #FFFFFF;
  position: sticky;
  top: 0;
}
.mobile__nav-logo a {
  display: inline-block;
  padding: 20px;
  opacity: 1;
  transition: opacity 0.4s ease-in-out;
}
.mobile__nav-logo a:hover {
  opacity: 0.8;
  transition: opacity 0.4s ease-in-out;
}
.mobile__nav-logo svg {
  height: 36px;
  width: 130px;
  fill: #224A7B;
}
.mobile__nav-close button {
  padding: 0;
  border: none;
  background-color: inherit;
  padding: 20px;
  opacity: 1;
  transition: opacity 0.4s ease-in-out;
}
.mobile__nav-close button:hover {
  cursor: pointer;
  opacity: 0.8;
  transition: opacity 0.4s ease-in-out;
}
.mobile__nav-close button:focus svg {
  transform: rotate(360deg);
  transition: all 0.4s ease-in-out;
}
.mobile__nav-close span {
  display: block;
}
.mobile__nav-close svg {
  height: 24px;
  width: 24px;
  fill: #0D2747;
  transform: rotate(0);
  transition: all 0.4s ease-in-out;
}
.mobile__nav-content {
  padding: 20px;
  padding-top: 0;
}
.mobile__nav-location {
  display: flex;
  padding-bottom: 14px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid #EFEAE1;
}
.mobile__nav-location button {
  padding: 0;
  border: none;
  background-color: inherit;
  display: inline-flex;
  padding: 12px 0;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  opacity: 1;
  transition: opacity 0.4s ease-in-out;
}
.mobile__nav-location button:hover {
  cursor: pointer;
  opacity: 0.8;
  transition: opacity 0.4s ease-in-out;
}
.mobile__nav-location button span {
  display: block;
  font-size: 18px;
  line-height: 1;
  color: #0D2747;
  font-weight: 500;
  white-space: nowrap;
}
.mobile__nav-location button span:first-child {
  margin-right: 8px;
}
.mobile__nav-location button svg {
  height: 24px;
  width: 24px;
  fill: #0D2747;
}
.mobile__nav-location button span:last-child {
  margin-left: 4px;
}
.mobile__nav-location button span:last-child svg {
  height: 13px;
  width: 12px;
  fill: #0D2747;
}
.mobile__nav-section-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mobile__nav-section-list > li {
  border-bottom: 1px solid #EFEAE1;
}
.mobile__nav-title {
  display: flex;
  padding: 16px 0;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.mobile__nav-title img {
  height: 24px;
  width: 24px;
  margin-right: 10px;
  -o-object-fit: fill;
     object-fit: fill;
}
.mobile__nav-title h3 {
  flex-grow: 1;
  display: inline-block;
  margin: 0;
  padding-top: 3px;
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
  color: #0D2747;
  text-transform: uppercase;
}
.mobile__nav-title svg {
  height: 24px;
  width: 24px;
  fill: #E4DACB;
}
.mobile__nav-title span {
  transform: rotate(0);
  transition: all 0.4s ease-in-out;
}
.mobile__nav-title span.rotate {
  transform: rotate(180deg);
  transition: all 0.4s ease-in-out;
}
.mobile__nav-title + ul {
  margin: 0;
  padding: 0;
  list-style: none;
  max-height: 500px;
  opacity: 1;
  visibility: visible;
  transition: all 0.4s ease-in-out;
}
.mobile__nav-title + ul a {
  display: inline-block;
  padding: 8px 0;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  color: #0D2747;
}
.mobile__nav-title + ul li:last-child {
  padding-bottom: 8px;
}
.mobile__nav-title + ul.hidden {
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
.mobile__nav-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mobile__nav-list a {
  display: inline-block;
  padding: 8px 0;
  font-size: 18px;
  line-height: 22px;
  color: #0D2747;
}
.mobile__nav-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  max-height: 500px;
  opacity: 1;
  visibility: visible;
  transition: all 0.4s ease-in-out;
}
.mobile__nav-list ul a {
  font-size: 16px;
  line-height: 18px;
}
.mobile__nav-list ul.hidden {
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
.mobile__nav-list h4 {
  display: inline-flex;
  margin: 0;
  padding: 8px 0;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  color: #0D2747;
}
.mobile__nav-list h4 span {
  display: inline-block;
}
.mobile__nav-list h4 span:first-child {
  margin-right: 8px;
}
.mobile__nav-list h4 span:last-child {
  transform: rotate(0);
  transition: all 0.4s ease-in-out;
}
.mobile__nav-list h4 span.rotate {
  transform: rotate(180deg);
  transition: all 0.4s ease-in-out;
}
.mobile__nav__option a,
.mobile__nav__option button {
  padding: 0;
  border: none;
  background-color: inherit;
  display: inline-flex;
  padding: 16px 0;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  opacity: 1;
  transition: opacity 0.4s ease-in-out;
  position: relative;
}
.mobile__nav__option a:hover,
.mobile__nav__option button:hover {
  cursor: pointer;
  opacity: 0.8;
  transition: opacity 0.4s ease-in-out;
}
.mobile__nav__option svg {
  height: 24px;
  width: 24px;
  fill: #224A7B;
}
.mobile__nav__option-text {
  display: inline-block;
  margin-left: 4px;
  padding-top: 4px;
  font-size: 18px;
  line-height: 1;
  color: #224A7B;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 1370px) {
  .mobile__nav__option-text {
    font-size: 14px;
  }
}
/* callback-section */
.callback-section {
  padding-top: 110px;
  padding-bottom: 120px;
  background-color: #EFEAE1;
}
@media (max-width: 1024px) {
  .callback-section {
    padding: 32px 0;
  }
}
.callback-section__wrapper {
  position: relative;
}
.callback-section__decor {
  transform: translate(10%, 75%);
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 1680px) {
  .callback-section__decor {
    transform: translate(40%, 75%);
  }
}
@media (max-width: 1024px) {
  .callback-section__decor {
    transform: translate(0, 46%);
    right: auto;
    left: 0;
  }
}
@media (max-width: 360px) {
  .callback-section__decor {
    transform: translate(0, 36%);
  }
}
.callback-section__decor svg {
  height: auto;
  width: 627px;
  fill: #BCB09E;
  opacity: 0.12;
}
@media (max-width: 1024px) {
  .callback-section__decor svg {
    width: 350px;
  }
}
@media (max-width: 360px) {
  .callback-section__decor svg {
    width: 310px;
  }
}
@media (max-width: 576px) {
  .callback-section__wrapper {
    padding: 0 32px;
  }
}
.callback-section__text {
  display: inline-flex;
  margin-bottom: 80px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .callback-section__text {
    margin-bottom: 32px;
    flex-direction: column;
  }
}
.callback-section__text h2 {
  margin: 0;
  margin-right: 8px;
  font-size: 40px;
  line-height: 1;
  font-weight: 700;
  color: #0D2747;
}
@media (max-width: 1024px) {
  .callback-section__text h2 {
    margin-right: 0;
    font-size: 30px;
  }
}
.callback-section__text p {
  margin: 0;
  font-size: 40px;
  line-height: 1;
  font-weight: 400;
  color: #0D2747;
}
@media (max-width: 1024px) {
  .callback-section__text p {
    margin-right: 0;
    font-size: 30px;
    line-height: 36px;
  }
}
.callback-section__form {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
}
@media (max-width: 1024px) {
  .callback-section__form {
    flex-direction: column;
  }
}
.callback-section__form ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  margin-right: 30px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (max-width: 1370px) {
  .callback-section__form ul {
    flex-grow: 1;
  }
}
@media (max-width: 1024px) {
  .callback-section__form ul {
    width: 100%;
    margin-right: 0;
    margin-bottom: 32px;
  }
}
@media (max-width: 576px) {
  .callback-section__form ul {
    flex-direction: column;
  }
}
.callback-section__form ul li:first-child {
  width: 370px;
  margin-right: 30px;
}
@media (max-width: 1370px) {
  .callback-section__form ul li:first-child {
    width: 100%;
    margin-right: 30px;
  }
}
.callback-section__form ul li:last-child {
  width: 470px;
}
@media (max-width: 1370px) {
  .callback-section__form ul li:last-child {
    width: 100%;
    margin-right: 30px;
  }
}
.callback-section__button {
  width: auto;
  padding: 22px 40px;
}
@media (max-width: 576px) {
  .callback-section__button {
    width: 100%;
    padding: 18px 0;
    justify-content: center;
  }
}
/* footer */
.footer {
  position: relative;
}
@media (max-width: 1024px) {
  .footer {
    padding-bottom: 72px;
  }
}
.footer__main {
  padding: 65px 0;
  border-bottom: 1px solid #E4DACB;
}
@media (max-width: 1024px) {
  .footer__main {
    padding: 32px 0;
  }
}
.footer__main-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (max-width: 576px) {
  .footer__main-wrapper {
    flex-direction: column;
    padding: 0 32px;
  }
}
.footer__left {
  flex-grow: 1;
}
@media (max-width: 576px) {
  .footer__left {
    width: 100%;
    margin-bottom: 32px;
    flex-grow: 0;
  }
}
.footer__nav {
  margin-bottom: 70px;
}
@media (max-width: 1024px) {
  .footer__nav {
    margin-bottom: 24px;
  }
}
.footer__cards span {
  display: block;
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 20px;
  color: #0D2747;
}
@media (max-width: 576px) {
  .footer__cards span {
    margin-bottom: 12px;
  }
}
.footer__cards ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
.footer__cards ul li {
  margin-right: 20px;
  background-color: #FFFFFF;
  border-radius: 4px;
}
@media (max-width: 576px) {
  .footer__cards ul li {
    margin-right: 12px;
  }
}
.footer__cards ul li:last-child {
  margin-right: 0;
}
.footer__cards ul img {
  height: 40px;
  width: 70px;
  -o-object-fit: fill;
     object-fit: fill;
  border-radius: 4px;
}
.footer__right {
  width: 300px;
  min-width: 300px;
  padding-left: 20px;
}
@media (max-width: 1024px) {
  .footer__right {
    width: 240px;
    min-width: 240px;
  }
}
@media (max-width: 768px) {
  .footer__right {
    width: auto;
    min-width: auto;
    padding-left: 0;
  }
}
.footer__logo {
  margin-bottom: 14px;
}
@media (max-width: 576px) {
  .footer__logo {
    margin-bottom: 10px;
  }
}
.footer__logo a {
  display: inline-block;
}
.footer__logo svg {
  height: auto;
  width: 100%;
  fill: #224A7B;
}
.footer__phone {
  margin-bottom: 20px;
}
@media (max-width: 576px) {
  .footer__phone {
    margin-bottom: 5px;
  }
}
.footer__phone a {
  display: inline-block;
  padding: 10px 0;
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
  color: #0D2747;
  white-space: nowrap;
}
.footer__social ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 576px) {
  .footer__social ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.footer__social ul li {
  margin-right: 20px;
}
@media (max-width: 576px) {
  .footer__social ul li:last-child {
    margin-right: 0;
  }
}
.footer__social ul a {
  display: inline-flex;
  padding: 5px 0;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  opacity: 1;
  transition: all 0.4s ease-in-out;
}
.footer__social ul a:hover {
  opacity: 0.8;
  transition: all 0.4s ease-in-out;
}
.footer__social ul img {
  height: 32px;
  width: 32px;
  -o-object-fit: fill;
     object-fit: fill;
}
.footer__social ul span {
  display: inline-block;
  margin-left: 16px;
  padding-top: 3px;
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  color: #0D2747;
  text-transform: uppercase;
  white-space: nowrap;
}
@media (max-width: 576px) {
  .footer__social ul span {
    display: none;
  }
}
.footer__bottom {
  padding: 35px 0;
}
@media (max-width: 1024px) {
  .footer__bottom {
    padding: 32px 0;
  }
}
.footer__bottom-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 1024px) {
  .footer__bottom-wrapper {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .footer__bottom-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
}
.footer__copyright {
  flex-grow: 1;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 1024px) {
  .footer__copyright {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 768px) {
  .footer__copyright {
    margin-bottom: 20px;
  }
}
.footer__copyright p {
  margin: 0;
  margin-right: 12px;
  padding-right: 16px;
  font-size: 16px;
  line-height: 18px;
  color: #0D2747;
  position: relative;
}
@media (max-width: 1024px) {
  .footer__copyright p {
    margin-right: 0;
    padding-right: 0;
    margin-bottom: 20px;
  }
}
.footer__copyright p:after {
  content: "";
  height: 4px;
  width: 4px;
  background-color: #0D2747;
  border-radius: 50%;
  position: absolute;
  right: 0;
  bottom: 8px;
}
@media (max-width: 1024px) {
  .footer__copyright p:after {
    display: none;
  }
}
.footer__copyright a {
  display: inline-block;
  font-size: 15px;
  line-height: 18px;
  color: #0D2747;
  opacity: 1;
  transition: all 0.4s ease-in-out;
}
.footer__copyright a:hover {
  opacity: 0.8;
  transition: all 0.4s ease-in-out;
}
.footer__rikorda {
  width: 210px;
  min-width: 210px;
}
/* main-page */
.main-page {
  padding-top: 130px;
  overflow-x: hidden;
}
@media (max-width: 1680px) {
  .main-page {
    padding-top: 98px;
  }
}
@media (max-width: 1120px) {
  .main-page {
    padding-top: 56px;
  }
}
.main-page__banner {
  margin-bottom: 70px;
  width: 1610px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}
@media (max-width: 1680px) {
  .main-page__banner {
    width: 100%;
    padding: 0 80px;
  }
}
@media (max-width: 1366px) {
  .main-page__banner {
    margin-bottom: 42px;
  }
}
@media (max-width: 1256px) {
  .main-page__banner {
    padding: 0 20px;
  }
}
@media (max-width: 1120px) {
  .main-page__banner {
    margin-bottom: 32px;
  }
}
@media (max-width: 576px) {
  .main-page__banner {
    padding: 0;
  }
}
.main-page__banner-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background-color: #EFEAE1;
}
@media (max-width: 1366px) {
  .main-page__banner-wrapper {
    grid-template-columns: 2fr 3fr;
  }
}
@media (max-width: 1024px) {
  .main-page__banner-wrapper {
    grid-template-columns: 1fr;
  }
}
.main-page__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-page__text {
  padding: 70px;
}
@media (max-width: 1680px) {
  .main-page__text {
    padding: 50px;
  }
}
@media (max-width: 1366px) {
  .main-page__text {
    padding: 33px;
  }
}
@media (max-width: 576px) {
  .main-page__text {
    padding: 13px;
  }
}
.main-page__banner-title {
  margin-bottom: 16px;
  text-transform: none;
}
@media (max-width: 1366px) {
  .main-page__banner-title {
    margin-bottom: 0;
    font-size: 32px;
  }
}
.main-page__banner-wysywig {
  margin-bottom: 32px;
}
@media (max-width: 1366px) {
  .main-page__banner-wysywig {
    margin-bottom: 16px;
  }
}
@media (max-width: 1366px) {
  .main-page__banner-wysywig ul li {
    line-height: 24px;
  }
}
.main-page__banner-wysywig ul li::before {
  top: 9px;
}
@media (max-width: 1366px) {
  .main-page__banner-button {
    padding: 16px 26px;
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .main-page__banner-button {
    width: 100%;
    padding: 20px 0;
    justify-content: center;
  }
}
.main-page__line {
  margin-bottom: 150px;
}
@media (max-width: 1024px) {
  .main-page__line {
    margin-bottom: 60px;
  }
}
.main-page__line .main-page__line-section:last-child {
  margin-bottom: 0;
}
.main-page__line-section {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .main-page__line-section {
    margin-bottom: 0;
  }
}
.main-page__line-section.remove {
  display: block;
}
@media (max-width: 768px) {
  .main-page__line-section.remove {
    display: none;
  }
}
.main-page__line-tab-list {
  display: none;
}
@media (max-width: 768px) {
  .main-page__line-tab-list {
    display: block;
    margin-bottom: 32px;
  }
}
.main-page__line-title {
  margin-bottom: 52px;
  text-align: center;
}
@media (max-width: 768px) {
  .main-page__line-title {
    display: none;
  }
}
.main-page__line-title p {
  display: inline-block;
  margin: 0;
  padding-top: 6px;
  font-size: 24px;
  line-height: 1;
  font-weight: 400;
  color: #BCB09E;
  text-transform: uppercase;
}
@media (max-width: 1280px) {
  .main-page__line-title p {
    font-size: 18px;
  }
}
.main-page__line-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  margin-bottom: 30px;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
@media (max-width: 1370px) {
  .main-page__line-list {
    margin-bottom: 16px;
    gap: 16px;
  }
}
@media (max-width: 1024px) {
  .main-page__line-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .main-page__line-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.main-page__line-buttons {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-items: center;
}
@media (max-width: 1024px) {
  .main-page__line-buttons {
    gap: 16px;
  }
}
@media (max-width: 576px) {
  .main-page__line-buttons {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1024px) {
  .main-page__line-buttons li {
    width: 100%;
  }
}
.main-page__line-buttons .button {
  min-width: 340px;
  padding-left: 16px;
  padding-right: 16px;
  justify-content: center;
}
@media (max-width: 1024px) {
  .main-page__line-buttons .button {
    min-width: auto;
    width: 100%;
  }
}
.main-page__link {
  margin-bottom: 150px;
}
@media (max-width: 1024px) {
  .main-page__link {
    margin-bottom: 60px;
  }
}
.main-page__link-title {
  margin-bottom: 52px;
  text-align: center;
}
.main-page__link-title p {
  display: inline-block;
  margin: 0;
  padding-top: 6px;
  font-size: 24px;
  line-height: 1;
  font-weight: 400;
  color: #BCB09E;
  text-transform: uppercase;
}
@media (max-width: 1280px) {
  .main-page__link-title p {
    font-size: 18px;
  }
}
.main-page__link-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media (max-width: 1370px) {
  .main-page__link-list {
    gap: 16px;
  }
}
@media (max-width: 1280px) {
  .main-page__link-list {
    grid-template-columns: 1fr;
  }
}
.main-page__link-item {
  display: flex;
  padding-top: 95px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}
@media (max-width: 576px) {
  .main-page__link-item {
    padding-top: 0;
    background-color: #EFEAE1;
  }
}
.main-page__link-img {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 576px) {
  .main-page__link-img {
    position: relative;
  }
}
.main-page__link-img img {
  height: auto;
  width: 270px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 576px) {
  .main-page__link-img img {
    width: 100%;
    min-width: 130px;
  }
}
.main-page__link-text {
  min-height: 300px;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 32px;
  padding-left: 300px;
  background-color: #EFEAE1;
}
@media (max-width: 576px) {
  .main-page__link-text {
    min-height: 160px;
    height: 100%;
    padding: 32px;
  }
}
@media (max-width: 425px) {
  .main-page__link-text {
    padding: 16px;
  }
}
.main-page__link-text > h3 {
  margin: 0;
  margin-bottom: 12px;
  font-size: 28px;
  line-height: 1;
  font-weight: 600;
  color: #0D2747;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .main-page__link-text > h3 {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  .main-page__link-text > h3 {
    margin-bottom: 4px;
  }
}
@media (max-width: 425px) {
  .main-page__link-text > h3 {
    font-size: 16px;
  }
}
.main-page__link-text > p {
  margin: 0;
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 1;
  color: #BCB09E;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .main-page__link-text > p {
    font-size: 16px;
  }
}
@media (max-width: 425px) {
  .main-page__link-text > p {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .main-page__link-wysywig {
    display: none;
  }
}
.main-page__link-wysywig p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 8px;
}
.main-page__link-more {
  flex-grow: 1;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
}
.main-page__slider {
  margin-bottom: 82px;
}
@media (max-width: 1024px) {
  .main-page__slider {
    margin-bottom: 64px;
  }
}
.main-page__slider .title {
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 1024px) {
  .main-page__slider .title {
    margin-bottom: 0;
    text-align: left;
  }
}
@media (max-width: 1024px) {
  .main-page__slider-wrapper {
    padding: 0;
  }
}
.main-page__steps {
  padding: 70px 0;
  background-color: #FFFFFF;
}
@media (max-width: 1024px) {
  .main-page__steps {
    padding: 32px 0;
  }
}
.main-page__steps-title {
  margin-bottom: 24px;
  text-align: center;
}
.main-page__steps-title p {
  display: inline-block;
  margin: 0;
  padding-top: 6px;
  font-size: 24px;
  line-height: 1;
  font-weight: 400;
  color: #BCB09E;
  text-transform: uppercase;
}
@media (max-width: 1280px) {
  .main-page__steps-title p {
    font-size: 18px;
  }
}
.main-page__steps-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  border: 1px solid #EFEAE1;
  background-color: #EFEAE1;
}
@media (max-width: 1024px) {
  .main-page__steps-list ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .main-page__steps-list ul {
    grid-template-columns: repeat(1, auto);
  }
}
.main-page__steps-list li {
  padding: 24px;
  background-color: #FFFFFF;
}
.main-page__steps-list li:last-child {
  padding: 0;
}
.main-page__steps-list span {
  display: block;
  margin: 0;
  font-size: 45px;
  line-height: 1;
  font-weight: 600;
  color: #E4DACB;
  position: relative;
}
.main-page__steps-list span::before {
  content: "";
  height: 42px;
  width: 4px;
  background-color: #BCB09E;
  position: absolute;
  top: -4px;
  left: -24px;
}
.main-page__steps-list h3 {
  margin: 0;
  margin-bottom: 8px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #0D2747;
}
.main-page__steps-list p {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #0D2747;
}
.main-page__steps-list button {
  height: 100%;
  width: 100%;
  padding: 0;
  justify-content: center;
  outline: 1px solid #224A7B;
}
@media (max-width: 576px) {
  .main-page__steps-list button {
    padding: 54px 12px;
  }
}
.main-page__steps-list--less ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1px;
  border: 1px solid #EFEAE1;
  background-color: #EFEAE1;
}
@media (max-width: 1280px) {
  .main-page__steps-list--less ul {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (max-width: 768px) {
  .main-page__steps-list--less ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .main-page__steps-list--less ul {
    grid-template-columns: repeat(1, auto);
  }
}
.main-page__steps-list--less li:last-child {
  padding: 32px;
  background-color: #FFFFFF;
}
@media (max-width: 1370px) {
  .main-page__steps-list--less li:last-child {
    padding: 24px;
  }
}
@media (max-width: 1280px) {
  .main-page__steps-list--less li:nth-child(1) {
    grid-column: 1 / span 2;
  }
}
@media (max-width: 768px) {
  .main-page__steps-list--less li:nth-child(1) {
    grid-column: auto;
  }
}
@media (max-width: 1280px) {
  .main-page__steps-list--less li:nth-child(2) {
    grid-column: 3 / span 2;
  }
}
@media (max-width: 768px) {
  .main-page__steps-list--less li:nth-child(2) {
    grid-column: auto;
  }
}
@media (max-width: 1280px) {
  .main-page__steps-list--less li:nth-child(3) {
    grid-column: 5 / span 2;
  }
}
@media (max-width: 768px) {
  .main-page__steps-list--less li:nth-child(3) {
    grid-column: auto;
  }
}
@media (max-width: 1280px) {
  .main-page__steps-list--less li:nth-child(4) {
    grid-column: 1 / span 3;
  }
}
@media (max-width: 768px) {
  .main-page__steps-list--less li:nth-child(4) {
    grid-column: auto;
  }
}
@media (max-width: 1280px) {
  .main-page__steps-list--less li:nth-child(5) {
    grid-column: 4 / span 3;
  }
}
@media (max-width: 768px) {
  .main-page__steps-list--less li:nth-child(5) {
    grid-column: 1 / span 2;
  }
}
@media (max-width: 576px) {
  .main-page__steps-list--less li:nth-child(5) {
    grid-column: auto;
  }
}
.main-page__design {
  display: block;
  padding: 70px 0;
}
@media (max-width: 1024px) {
  .main-page__design {
    display: none;
  }
}
.main-page__design h3 {
  padding: 0 20px;
  margin-bottom: 24px;
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  color: #0D2747;
  text-align: center;
}
.main-page__design-title {
  margin-bottom: 80px;
  text-align: center;
}
.main-page__design-title p {
  display: inline-block;
  margin: 0;
  padding-top: 6px;
  font-size: 24px;
  line-height: 1;
  font-weight: 400;
  color: #BCB09E;
  text-transform: uppercase;
}
@media (max-width: 1280px) {
  .main-page__design-title p {
    font-size: 18px;
  }
}
.main-page__design-slider {
  margin-bottom: 48px;
}
.main-page__design-item {
  display: block;
  padding: 16px;
  border: 1px solid #E4DACB;
  background-color: #F9F5EF;
}
.main-page__design-item img {
  height: 138px;
  width: 138px;
  margin-bottom: 16px;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-page__design-item p {
  margin: 0;
  font-size: 24px;
  line-height: 1;
  font-weight: 500;
  color: #0D2747;
  text-transform: uppercase;
  text-align: center;
}
.main-page__design-button {
  height: 100%;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
}
.main-page__design-button span {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}
.main-page__design-button span:first-child {
  margin-bottom: 16px;
}
.main-page__design-button svg {
  height: 24px;
  width: 24px;
  fill: #FFFFFF;
}
.main-page__design-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.main-page__design-list li {
  display: flex;
  min-height: 290px;
  padding: 40px 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  overflow: hidden;
  position: relative;
}
.main-page__design-list li div {
  width: 310px;
  flex-grow: 1;
}
.main-page__design-list li:nth-child(1) {
  background-color: #5E6166;
}
.main-page__design-list li:nth-child(1):hover img {
  transform: scale(1.1);
  transition: all 0.4s ease-in-out;
}
.main-page__design-list li:nth-child(2) {
  background-color: #2A333E;
}
.main-page__design-list li:nth-child(2) img {
  right: 65px;
}
.main-page__design-list li:nth-child(2) .main-page__design-link {
  background-color: #49535F;
  position: relative;
}
.main-page__design-list li:nth-child(2):hover img {
  transform: scale(1.2) translateY(20px);
  transition: all 0.4s ease-in-out;
}
.main-page__design-list h4 {
  margin: 0;
  margin-bottom: 8px;
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  color: #FFFFFF;
  text-transform: uppercase;
  position: relative;
}
.main-page__design-list p {
  margin: 0;
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #FFFFFF;
  position: relative;
}
.main-page__design-list img {
  transform: scale(1);
  transition: all 0.4s ease-in-out;
  position: absolute;
  bottom: 0;
  right: 0;
}
.main-page__design-link {
  padding: 16px 24px;
  border: none;
  background-color: #797C81;
  opacity: 1;
  position: relative;
}
.main-page__design-link:hover {
  background-color: #797C81;
  opacity: 0.8;
}
.main-page__partnership {
  padding: 70px 0;
  background-color: #FFFFFF;
  position: relative;
}
@media (max-width: 1024px) {
  .main-page__partnership {
    padding: 32px 0;
  }
}
.main-page__partnership-decor {
  opacity: 0.1;
  transform: translate(-10%, 10%);
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1920px) {
  .main-page__partnership-decor {
    transform: translate(-40%, 10%);
  }
}
@media (max-width: 768px) {
  .main-page__partnership-decor {
    transform: translate(-60%, 0);
  }
}
.main-page__partnership-decor svg {
  height: 524px;
  width: 524px;
  fill: #BCB09E;
}
@media (max-width: 768px) {
  .main-page__partnership-decor svg {
    height: 284px;
    width: 284px;
  }
}
.main-page__partnership-title {
  margin-bottom: 80px;
  text-align: center;
  position: relative;
}
@media (max-width: 1024px) {
  .main-page__partnership-title {
    margin-bottom: 24px;
  }
}
.main-page__partnership-title p {
  display: inline-block;
  margin: 0;
  padding-top: 6px;
  font-size: 24px;
  line-height: 1;
  font-weight: 400;
  color: #BCB09E;
  text-transform: uppercase;
}
@media (max-width: 1280px) {
  .main-page__partnership-title p {
    font-size: 18px;
  }
}
.main-page__partnership-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 70px;
       column-gap: 70px;
  row-gap: 32px;
  position: relative;
}
@media (max-width: 1024px) {
  .main-page__partnership-content {
    -moz-column-gap: 32px;
         column-gap: 32px;
  }
}
@media (max-width: 768px) {
  .main-page__partnership-content {
    grid-template-columns: 1fr;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 16px;
  }
}
.main-page__partnership-img {
  grid-column: 1 / span 1;
  grid-row: 1 / span 2;
}
@media (max-width: 1024px) {
  .main-page__partnership-img {
    grid-row: 2 / span 1;
  }
}
@media (max-width: 768px) {
  .main-page__partnership-img {
    grid-row: 1 / span 1;
  }
}
.main-page__partnership-img img {
  height: auto;
  width: 750px;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-page__partnership-wysywig {
  grid-column: 1 / span 1;
  grid-row: 3 / span 1;
}
@media (max-width: 1024px) {
  .main-page__partnership-wysywig {
    grid-column: 2 / span 1;
    grid-row: 2 / span 1;
  }
}
@media (max-width: 768px) {
  .main-page__partnership-wysywig {
    grid-column: 1 / span 1;
    grid-row: 2 / span 1;
  }
}
.main-page__partnership-link {
  grid-column: 1 / span 1;
  grid-row: 4 / span 1;
  width: 335px;
  padding: 16px 24px;
  justify-content: center;
  opacity: 1;
  background-color: #5AC480;
}
@media (max-width: 1024px) {
  .main-page__partnership-link {
    grid-row: 3 / span 1;
  }
}
@media (max-width: 576px) {
  .main-page__partnership-link {
    width: 100%;
    padding: 16px;
    margin-bottom: 16px;
  }
}
.main-page__partnership-link:hover {
  opacity: 0.9;
  background-color: #5AC480;
}
.main-page__partnership-icons {
  grid-column: 2 / span 1;
  grid-row: 1 / span 1;
}
@media (max-width: 1024px) {
  .main-page__partnership-icons {
    grid-column: 1 / span 2;
    grid-row: 1 / span 1;
  }
}
@media (max-width: 768px) {
  .main-page__partnership-icons {
    grid-column: 1 / span 1;
    grid-row: 4 / span 1;
  }
}
.main-page__partnership-icons ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
@media (max-width: 1024px) {
  .main-page__partnership-icons ul {
    gap: 10px;
  }
}
.main-page__partnership-icons li {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.main-page__partnership-icons img {
  height: 104px;
  width: 104px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1280px) {
  .main-page__partnership-icons img {
    height: 72px;
    width: 72px;
  }
}
@media (max-width: 1024px) {
  .main-page__partnership-icons img {
    height: 48px;
    width: 48px;
  }
}
.main-page__partnership-icons p {
  margin: 0;
  padding-top: 12px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #0D2747;
  text-align: center;
}
@media (max-width: 1280px) {
  .main-page__partnership-icons p {
    font-size: 14px;
    line-height: 16px;
  }
}
.main-page__partnership-video {
  grid-column: 2 / span 1;
  grid-row: 2 / span 3;
}
@media (max-width: 1024px) {
  .main-page__partnership-video {
    grid-column: 2 / span 1;
    grid-row: 3 / span 2;
  }
}
@media (max-width: 768px) {
  .main-page__partnership-video {
    grid-column: 1 / span 1;
    grid-row: 5 / span 1;
  }
}
.main-page__partnership-button,
.main-page__about-button {
  padding: 0;
  border: none;
  background-color: inherit;
  position: relative;
}
.main-page__partnership-button:hover,
.main-page__about-button:hover {
  cursor: pointer;
}
.main-page__partnership-button:hover img,
.main-page__about-button:hover img {
  transform: scale(1.1);
  transition: all 0.4s ease-in-out;
}
.main-page__partnership-button span:first-child,
.main-page__about-button span:first-child {
  display: block;
  overflow: hidden;
  position: relative;
}
.main-page__partnership-button span:first-child::after,
.main-page__about-button span:first-child::after {
  content: "";
  height: 100%;
  width: 100%;
  background-color: #0D2747;
  opacity: 0.7;
  position: absolute;
  top: 0;
  left: 0;
}
.main-page__partnership-button img,
.main-page__about-button img {
  height: auto;
  width: 750px;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transition: all 0.4s ease-in-out;
}
.main-page__partnership-button span:last-child,
.main-page__about-button span:last-child {
  display: flex;
  height: 80px;
  width: 80px;
  margin: auto;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #FFFFFF;
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 1024px) {
  .main-page__partnership-button span:last-child,
  .main-page__about-button span:last-child {
    height: 56px;
    width: 56px;
  }
}
.main-page__partnership-button svg,
.main-page__about-button svg {
  height: 24px;
  width: 24px;
  padding-left: 3px;
  fill: #224A7B;
  position: relative;
}
.main-page__about {
  padding-top: 70px;
  padding-bottom: 190px;
  background-color: #EFEAE1;
  position: relative;
}
@media (max-width: 768px) {
  .main-page__about {
    padding-top: 32px;
    padding-bottom: 80px;
  }
}
.main-page__about-decor {
  height: 100%;
  width: 100%;
  opacity: 0.1;
  position: absolute;
  top: 0;
  left: 0;
}
.main-page__about-decor svg {
  fill: #BCB09E;
}
.main-page__about-decor span {
  display: block;
}
.main-page__about-decor span:nth-child(1) {
  transform: translate(80%, 15%);
}
.main-page__about-decor span:nth-child(1) svg {
  height: auto;
  width: 526px;
}
.main-page__about-decor span:nth-child(2) {
  transform: translate(32%, -30%);
}
.main-page__about-decor span:nth-child(2) svg {
  height: auto;
  width: 488px;
}
.main-page__about-decor span:nth-child(3) {
  transform: rotate(90deg) translateY(60%);
  position: absolute;
  top: 40%;
  left: -128px;
}
.main-page__about-decor span:nth-child(3) svg {
  height: 128px;
  width: 706px;
}
.main-page__about-title {
  margin-bottom: 70px;
  text-align: center;
  position: relative;
}
@media (max-width: 1024px) {
  .main-page__about-title {
    margin-bottom: 24px;
  }
}
.main-page__about-title p {
  display: inline-block;
  margin: 0;
  padding-top: 6px;
  font-size: 24px;
  line-height: 1;
  font-weight: 400;
  color: #BCB09E;
  text-transform: uppercase;
}
@media (max-width: 1280px) {
  .main-page__about-title p {
    font-size: 18px;
  }
}
.main-page__about-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto 1fr;
  -moz-column-gap: 70px;
       column-gap: 70px;
  row-gap: 32px;
}
@media (max-width: 1280px) {
  .main-page__about-content {
    -moz-column-gap: 32px;
         column-gap: 32px;
  }
}
@media (max-width: 768px) {
  .main-page__about-content {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, auto);
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 24px;
  }
}
.main-page__about-video {
  grid-column: 1 / span 1;
  grid-row: 1 / span 2;
}
@media (max-width: 1024px) {
  .main-page__about-video {
    grid-column: 1 / span 1;
    grid-row: 2 / span 1;
  }
}
@media (max-width: 768px) {
  .main-page__about-video {
    grid-row: 1 / span 1;
  }
}
.main-page__about-wysywig {
  grid-column: 2 / span 1;
  grid-row: 1 / span 1;
}
@media (max-width: 1024px) {
  .main-page__about-wysywig {
    grid-column: 2 / span 1;
    grid-row: 2 / span 1;
  }
}
@media (max-width: 768px) {
  .main-page__about-wysywig {
    grid-column: 1 / span 1;
    grid-row: 2 / span 1;
  }
}
.main-page__about-wysywig h3 {
  font-size: 28px;
  line-height: 32px;
  font-weight: 600;
  color: #0D2747;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .main-page__about-wysywig h3 {
    margin-bottom: 8px;
    font-size: 24px;
    line-height: 28px;
  }
}
.main-page__about-icons {
  grid-column: 2 / span 1;
  grid-row: 2 / span 1;
}
@media (max-width: 1024px) {
  .main-page__about-icons {
    grid-column: 1 / span 2;
    grid-row: 1 / span 1;
  }
}
@media (max-width: 768px) {
  .main-page__about-icons {
    grid-column: 1 / span 1;
    grid-row: 3 / span 1;
  }
}
.main-page__about-icons ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
@media (max-width: 1024px) {
  .main-page__about-icons ul {
    gap: 10px;
  }
}
.main-page__about-icons li {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.main-page__about-icons img {
  height: 104px;
  width: 104px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1280px) {
  .main-page__about-icons img {
    height: 72px;
    width: 72px;
  }
}
@media (max-width: 1024px) {
  .main-page__about-icons img {
    height: 48px;
    width: 48px;
  }
}
.main-page__about-icons p {
  margin: 0;
  padding-top: 12px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #0D2747;
  text-align: center;
}
@media (max-width: 1280px) {
  .main-page__about-icons p {
    font-size: 14px;
    line-height: 16px;
  }
}
.main-page__works {
  padding-top: 190px;
  padding-bottom: 70px;
  background-color: #0D2747;
  position: relative;
}
@media (max-width: 1280px) {
  .main-page__works {
    padding-top: 90px;
    padding-bottom: 32px;
  }
}
.main-page__blockquote {
  width: 800px;
  margin: 0 auto;
  position: absolute;
  top: -130px;
  left: 0;
  right: 0;
}
@media (max-width: 1024px) {
  .main-page__blockquote {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .main-page__blockquote {
    top: -65px;
  }
}
.main-page__works-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.main-page__works-title {
  margin-bottom: 56px;
  text-align: center;
  position: relative;
}
@media (max-width: 1024px) {
  .main-page__works-title {
    margin-bottom: 24px;
  }
}
.main-page__works-list {
  display: block;
}
@media (max-width: 768px) {
  .main-page__works-list {
    display: none;
  }
}
.main-page__works-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  width: 100%;
  grid-template-columns: repeat(7, auto);
  grid-template-rows: auto auto;
  gap: 8px;
}
.main-page__works-list ul li {
  position: relative;
}
.main-page__works-list ul li:nth-child(1) {
  grid-column: 1 / span 1;
  grid-row: 1 / span 2;
}
.main-page__works-list ul li:nth-child(2) {
  grid-column: 2 / span 3;
  grid-row: 1 / span 1;
}
.main-page__works-list ul li:nth-child(3) {
  grid-column: 5 / span 1;
  grid-row: 1 / span 1;
}
.main-page__works-list ul li:nth-child(4) {
  grid-column: 2 / span 1;
  grid-row: 2 / span 1;
}
.main-page__works-list ul li:nth-child(5) {
  grid-column: 3 / span 1;
  grid-row: 2 / span 1;
}
.main-page__works-list ul li:nth-child(6) {
  grid-column: 4 / span 2;
  grid-row: 2 / span 1;
}
.main-page__works-list ul li:nth-child(7) {
  grid-column: 6 / span 1;
  grid-row: 1 / span 2;
}
.main-page__works-list ul li:nth-child(8) {
  grid-column: 7 / span 1;
  grid-row: 1 / span 1;
}
.main-page__works-list ul li:nth-child(9) {
  grid-column: 7 / span 1;
  grid-row: 2 / span 1;
}
.main-page__works-link {
  height: 100%;
  display: block;
  position: relative;
}
.main-page__works-link::before {
  content: "";
  height: 100%;
  width: 100%;
  background-color: #000000;
  opacity: 0.2;
  position: absolute;
  top: 0;
  left: 0;
}
.main-page__works-link::after {
  content: "";
  height: 100%;
  width: 100%;
  background-color: #224A7B;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.3s ease-in-out;
}
.main-page__works-link img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-page__works-link span {
  display: flex;
  height: 56px;
  width: 56px;
  margin: auto;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  background-color: #FFFFFF;
  transform: rotate(45deg);
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: opacity 0.4s ease-in-out;
}
.main-page__works-link svg {
  height: 24px;
  width: 24px;
  fill: #224A7B;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
}
.main-page__works-link:hover::after {
  opacity: 0.8;
  transition: opacity 0.3s ease-in-out;
}
.main-page__works-link:hover span {
  opacity: 1;
  transition: opacity 0.4s ease-in-out;
  z-index: 1;
}
.main-page__works-link:hover svg {
  opacity: 1;
  transition: opacity 0.4s ease-in-out;
}
.main-page__works-slider {
  display: none;
}
@media (max-width: 768px) {
  .main-page__works-slider {
    display: block;
    padding: 0;
  }
}
@media (max-width: 576px) {
  .main-page__works-slider {
    padding: 13px 0;
  }
}
.main-page__works-button {
  align-self: center;
  color: #224A7B;
  background-color: #FFFFFF;
  opacity: 1;
  transform: translateY(-35px);
}
@media (max-width: 576px) {
  .main-page__works-button {
    transform: translateY(5px);
  }
}
.main-page__works-button svg {
  fill: #224A7B;
}
.main-page__works-button:hover {
  color: #224A7B;
  background-color: #FFFFFF;
  opacity: 0.8;
}
.main-page__reviews {
  margin: 70px 0;
}
@media (max-width: 768px) {
  .main-page__reviews {
    margin: 32px 0;
  }
}
.main-page__reviews-title {
  margin-bottom: 70px;
  text-align: center;
}
.main-page__reviews-title p {
  display: inline-block;
  margin: 0;
  padding-top: 6px;
  font-size: 24px;
  line-height: 1;
  font-weight: 400;
  color: #BCB09E;
  text-transform: uppercase;
}
@media (max-width: 1280px) {
  .main-page__reviews-title p {
    font-size: 18px;
  }
}
.main-page__reviews-more {
  display: flex;
  margin-top: 36px;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}
.main-page__stores {
  padding: 70px 0;
  background-color: #EFEAE1;
}
@media (max-width: 576px) {
  .main-page__stores {
    padding: 32px 0;
  }
}
.main-page__stores-title {
  margin-bottom: 56px;
  text-align: center;
}
@media (max-width: 768px) {
  .main-page__stores-title {
    margin-bottom: 32px;
  }
}
.main-page__stores-title p {
  display: inline-block;
  margin: 0;
  padding-top: 6px;
  font-size: 24px;
  line-height: 1;
  font-weight: 400;
  color: #BCB09E;
  text-transform: uppercase;
}
@media (max-width: 1280px) {
  .main-page__stores-title p {
    font-size: 18px;
  }
}
/* inner-page */
.inner-page {
  min-height: 800px;
  padding-top: 130px;
}
@media (max-width: 1680px) {
  .inner-page {
    padding-top: 98px;
  }
}
@media (max-width: 1120px) {
  .inner-page {
    min-height: 440px;
    padding-top: 56px;
    overflow-x: hidden;
  }
}
/* catalog */
.catalog__check-link {
  margin-bottom: 20px;
}
.catalog__check-link > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  padding-bottom: 20px;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  border-bottom: 1px solid #E4DACB;
}
@media (max-width: 1024px) {
  .catalog__check-link > ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .catalog__check-link > ul {
    gap: 11px;
  }
}
@media (max-width: 425px) {
  .catalog__check-link > ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
.catalog__check-link > h3 {
  margin: 0;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  color: #0D2747;
}
.catalog__line {
  display: grid;
  padding-bottom: 20px;
  grid-template-columns: 360px 1fr 360px;
}
@media (max-width: 1476px) {
  .catalog__line {
    grid-template-columns: 260px 1fr 260px;
  }
}
@media (max-width: 1024px) {
  .catalog__line {
    grid-template-columns: 1fr 250px;
  }
}
@media (max-width: 768px) {
  .catalog__line {
    grid-template-columns: 1fr;
  }
}
.catalog__line-img {
  background-color: #C4C4C4;
  position: relative;
}
@media (max-width: 1024px) {
  .catalog__line-img {
    display: none;
  }
}
.catalog__line-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.catalog__line-info {
  padding: 20px;
  background-color: #FFFFFF;
  text-align: center;
}
@media (max-width: 768px) {
  .catalog__line-info {
    padding-bottom: 0;
  }
}
.catalog__line-title {
  margin-bottom: 4px;
  text-transform: uppercase;
}
.catalog__line-title h2 {
  margin: 0;
  display: inline-flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 32px;
  line-height: 1;
  color: #224A7B;
  font-weight: 600;
}
.catalog__line-title h2 span {
  display: inline-block;
  margin-right: 8px;
  padding: 5px 10px;
  padding-top: 8px;
  font-size: 14px;
  line-height: 1;
  color: #FFFFFF;
  font-weight: 400;
  background-color: #224A7B;
}
.catalog__line-title p {
  margin: 0;
  font-size: 20px;
  line-height: 24px;
  color: #BCB09E;
}
@media (max-width: 1280px) {
  .catalog__line-title p {
    font-size: 18px;
    line-height: 20px;
  }
}
.catalog__line-wysywig p {
  font-size: 16px;
  line-height: 18px;
}
.catalog__line-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  padding: 20px 0;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .catalog__line-list {
    padding-bottom: 0;
  }
}
.catalog__line-list li {
  display: flex;
  width: 130px;
  padding-bottom: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.catalog__line-list img {
  height: 48px;
  width: 48px;
  margin-bottom: 8px;
  -o-object-fit: fill;
     object-fit: fill;
}
.catalog__line-list p {
  margin: 0;
  padding: 0 10px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  color: #224A7B;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .catalog__line-list p {
    font-size: 10px;
    line-height: 12px;
  }
}
.catalog__line-info--standart .catalog__line-title h2 {
  color: #C4C4C4;
}
.catalog__line-info--standart .catalog__line-title h2 span {
  background-color: #C4C4C4;
}
.catalog__line-info--standart .catalog__line-list p {
  color: #C4C4C4;
}
.catalog__line-info--business .catalog__line-title h2 {
  color: #5F5F6E;
}
.catalog__line-info--business .catalog__line-title h2 span {
  background-color: #5F5F6E;
}
.catalog__line-info--business .catalog__line-list p {
  color: #5F5F6E;
}
.catalog__line-info--premium .catalog__line-title h2 {
  color: #9195A0;
}
.catalog__line-info--premium .catalog__line-title h2 span {
  background-color: #9195A0;
}
.catalog__line-info--premium .catalog__line-list p {
  color: #9195A0;
}
.catalog__line-info--smart .catalog__line-title h2 {
  color: #9D8C7C;
}
.catalog__line-info--smart .catalog__line-title h2 span {
  background-color: #9D8C7C;
}
.catalog__line-info--smart .catalog__line-list p {
  color: #9D8C7C;
}
.catalog__line-info--prestige .catalog__line-title h2 {
  color: #C9B2A1;
}
.catalog__line-info--prestige .catalog__line-title h2 span {
  background-color: #C9B2A1;
}
.catalog__line-info--prestige .catalog__line-list p {
  color: #C9B2A1;
}
.catalog__line-info--grand .catalog__line-title h2 {
  color: #6B6969;
}
.catalog__line-info--grand .catalog__line-title h2 span {
  background-color: #6B6969;
}
.catalog__line-info--grand .catalog__line-list p {
  color: #6B6969;
}
.catalog__line-info--ciber .catalog__line-title h2 {
  color: #9296A1;
}
.catalog__line-info--ciber .catalog__line-title h2 span {
  background-color: #9296A1;
}
.catalog__line-info--ciber .catalog__line-list p {
  color: #9296A1;
}
.catalog__line-video {
  min-height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.catalog__line-video p {
  margin: 0;
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  color: #FFFFFF;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}
.catalog__line-video button {
  padding: 20px 25px;
  position: relative;
  background-color: #FFFFFF;
}
@media (max-width: 768px) {
  .catalog__line-video button {
    padding: 16px 25px;
  }
}
.catalog__line-video button:hover {
  background-color: #FFFFFF;
  opacity: 0.7;
}
.catalog__line-video button span:last-child {
  padding-top: 2px;
}
.catalog__line-video-back {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.catalog__line-video-back::after {
  content: "";
  height: 100%;
  width: 100%;
  background-image: linear-gradient(0deg, rgba(34, 74, 123, 0.8), rgba(34, 74, 123, 0.8));
  position: absolute;
  top: 0;
  left: 0;
}
.catalog__line-video-back img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.catalog__line-button {
  border-color: #FFFFFF;
}
.catalog__line-button:hover {
  border-color: #FFFFFF;
}
.catalog__line-button span:first-child {
  display: flex;
  height: 22px;
  width: 22px;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border: 1px solid #224A7B;
  border-radius: 100%;
}
.catalog__line-button svg {
  height: auto;
  width: 100%;
  padding-left: 4px;
  padding-right: 2px;
}
.catalog__option {
  display: flex;
  margin-bottom: 20px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
.catalog__select {
  max-width: 270px;
}
@media (max-width: 768px) {
  .catalog__select {
    max-width: none;
    width: calc(50% - 5px);
    margin-right: 10px;
  }
}
@media (max-width: 576px) {
  .catalog__select {
    width: calc(100% - 90px);
  }
}
.catalog__filter {
  width: auto;
}
@media (max-width: 768px) {
  .catalog__filter {
    width: calc(50% - 5px);
  }
}
@media (max-width: 576px) {
  .catalog__filter {
    width: 80px;
  }
}
.catalog__filter button {
  min-height: 50px;
  padding: 13px 24px;
}
@media (max-width: 768px) {
  .catalog__filter button {
    width: 100%;
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .catalog__filter button span:first-child {
    display: none;
  }
  .catalog__filter button span:last-child {
    margin-left: 0;
  }
}
.catalog__text {
  margin-bottom: 16px;
  font-size: 24px;
  line-height: 1;
  font-weight: 500;
  color: #0D2747;
}
.catalog__list {
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .catalog__list {
    margin-bottom: 24px;
  }
}
.catalog__list-main {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 30px;
}
@media (max-width: 1280px) {
  .catalog__list-main {
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 24px;
  }
}
@media (max-width: 1024px) {
  .catalog__list-main {
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 10px;
         column-gap: 10px;
    row-gap: 24px;
  }
}
@media (max-width: 768px) {
  .catalog__list-main {
    grid-template-columns: repeat(2, 1fr);
  }
}
.catalog__paginator {
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .catalog__paginator {
    margin-bottom: 30px;
  }
}
.catalog__banner-link {
  margin-bottom: 90px;
}
@media (max-width: 1024px) {
  .catalog__banner-link {
    margin-bottom: 56px;
  }
}
.catalog__slider {
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .catalog__slider {
    margin-bottom: 32px;
  }
}
.catalog__slider-title {
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 768px) {
  .catalog__slider-title {
    margin-bottom: 24px;
  }
}
/* catalog-thermo */
.catalog-thermo__info {
  display: grid;
  margin-bottom: 72px;
  grid-template-columns: 70px repeat(3, auto) 70px;
  grid-template-rows: 48px auto 32px;
  background-color: #FFFFFF;
}
@media (max-width: 1024px) {
  .catalog-thermo__info {
    margin-bottom: 32px;
    grid-template-columns: 32px auto auto 32px;
    grid-template-rows: 48px auto auto 32px;
  }
}
@media (max-width: 768px) {
  .catalog-thermo__info {
    grid-template-columns: 16px auto 16px;
    grid-template-rows: 16px auto auto auto 32px;
  }
}
.catalog-thermo__info-back {
  grid-column: 1 / span 3;
  grid-row: 1 / span 3;
  display: block;
  height: 100%;
  width: 82%;
  background-color: #5F5F6E;
}
@media (max-width: 1680px) {
  .catalog-thermo__info-back {
    width: 84%;
  }
}
@media (max-width: 1024px) {
  .catalog-thermo__info-back {
    grid-column: 1 / span 4;
    grid-row: 1 / span 2;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .catalog-thermo__info-back {
    grid-row: 1 / span 3;
    height: 88%;
  }
}
.catalog-thermo__info-text {
  grid-column: 2 / span 1;
  grid-row: 2 / span 1;
  width: 275px;
  margin-right: 32px;
  color: #FFFFFF;
}
@media (max-width: 1280px) {
  .catalog-thermo__info-text {
    width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 1024px) {
  .catalog-thermo__info-text {
    grid-column: 2 / span 2;
    grid-row: 2 / span 1;
    padding-bottom: 32px;
  }
}
@media (max-width: 768px) {
  .catalog-thermo__info-text {
    grid-column: 2 / span 1;
    padding-bottom: 0;
  }
}
.catalog-thermo__info-text h2 {
  margin: 0;
  margin-bottom: 8px;
  font-size: 48px;
  line-height: 1;
  font-weight: 700;
}
.catalog-thermo__info-text p {
  margin: 0;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 24px;
}
.catalog-thermo__info-text em {
  font-size: 24px;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  opacity: 0.7;
  text-transform: uppercase;
}
.catalog-thermo__info-border {
  padding: 24px;
  border: 1px solid #FFFFFF;
}
.catalog-thermo__info-border p {
  margin-bottom: 0;
}
.catalog-thermo__info-img {
  grid-column: 3 / span 1;
  grid-row: 2 / span 1;
}
@media (max-width: 1024px) {
  .catalog-thermo__info-img {
    grid-column: 2 / span 1;
    grid-row: 3 / span 1;
    padding-top: 32px;
  }
}
@media (max-width: 768px) {
  .catalog-thermo__info-img {
    padding-top: 32px;
  }
}
.catalog-thermo__info-img img {
  min-width: 230px;
}
.catalog-thermo__info-list {
  width: 690px;
  padding-left: 50px;
  grid-column: 4 / span 1;
  grid-row: 2 / span 1;
}
@media (max-width: 1680px) {
  .catalog-thermo__info-list {
    width: 100%;
    padding-left: 32px;
  }
}
@media (max-width: 1280px) {
  .catalog-thermo__info-list {
    padding-left: 0;
  }
}
@media (max-width: 1024px) {
  .catalog-thermo__info-list {
    padding-left: 0;
    grid-column: 3 / span 1;
    grid-row: 3 / span 1;
    padding-top: 32px;
  }
}
@media (max-width: 768px) {
  .catalog-thermo__info-list {
    grid-column: 2 / span 1;
    grid-row: 4 / span 1;
    padding-top: 0;
  }
}
.catalog-thermo__info-list ol {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: item;
}
.catalog-thermo__info-list ol li {
  margin-bottom: 16px;
  padding-left: 40px;
  position: relative;
}
.catalog-thermo__info-list ol li:last-child {
  margin-bottom: 0;
}
.catalog-thermo__info-list ol li::before {
  counter-increment: item;
  content: counter(item);
  display: flex;
  height: 29px;
  width: 29px;
  padding-top: 3px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border: 2px solid #BCB09E;
  border-radius: 100%;
  font-family: 'Manrope', sans-serif;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  color: #BCB09E;
  position: absolute;
  top: 0;
  left: 0;
}
.catalog-thermo__info-list h3 {
  display: inline-block;
  margin: 0;
  margin-top: 7px;
  margin-bottom: 2px;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  color: #BCB09E;
}
.catalog-thermo__info-list p {
  margin: 0;
  margin-bottom: 2px;
  font-size: 16px;
  line-height: 24px;
  color: #0D2747;
}
.catalog-thermo__info-list p b {
  font-weight: 600;
}
.catalog-thermo__list {
  margin-bottom: 60px;
  text-align: center;
}
@media (max-width: 768px) {
  .catalog-thermo__list {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .catalog-thermo__list .title {
    padding: 0 20px;
    font-size: 24px;
    line-height: 28px;
  }
}
@media (max-width: 576px) {
  .catalog-thermo__list .title {
    padding: 0 13px;
  }
}
.catalog-thermo__design {
  padding-top: 52px;
}
@media (max-width: 768px) {
  .catalog-thermo__design {
    padding: 0;
    padding-top: 24px;
  }
}
.catalog-thermo__design-tab-list {
  display: none;
}
@media (max-width: 768px) {
  .catalog-thermo__design-tab-list {
    display: block;
    margin-bottom: 24px;
    padding: 0 20px;
    text-align: center;
    overflow-x: auto;
  }
}
@media (max-width: 576px) {
  .catalog-thermo__design-tab-list {
    padding: 0 13px;
  }
}
@media (max-width: 768px) {
  .catalog-thermo__design-tab-list ul {
    width: auto;
  }
}
@media (max-width: 768px) {
  .catalog-thermo__design-tab-list li {
    width: auto;
  }
}
.catalog-thermo__design-tab-list .tab-list__link {
  padding-left: 18px;
  padding-right: 18px;
}
.catalog-thermo__design-section {
  margin-bottom: 48px;
  text-align: left;
}
@media (max-width: 768px) {
  .catalog-thermo__design-section {
    margin-bottom: 0;
    padding: 0 20px;
    padding-bottom: 24px;
  }
}
@media (max-width: 576px) {
  .catalog-thermo__design-section {
    padding: 0 13px;
    padding-bottom: 24px;
  }
}
.catalog-thermo__design-section:last-child {
  margin-bottom: 0;
}
.catalog-thermo__design-section.remove {
  display: block;
}
@media (max-width: 768px) {
  .catalog-thermo__design-section.remove {
    display: none;
  }
}
.catalog-thermo__design-section > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.catalog-thermo__design-section > ul li {
  display: flex;
  margin-bottom: 30px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (max-width: 1024px) {
  .catalog-thermo__design-section > ul li {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .catalog-thermo__design-section > ul li {
    margin-bottom: 24px;
  }
}
.catalog-thermo__design-section > ul li:last-child {
  margin-bottom: 0;
}
.catalog-thermo__design-title {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .catalog-thermo__design-title {
    margin-bottom: 24px;
  }
}
.catalog-thermo__design-title h3 {
  margin: 0;
  font-size: 28px;
  line-height: 32px;
  font-weight: 600;
  color: #0D2747;
}
@media (max-width: 768px) {
  .catalog-thermo__design-title h3 {
    font-size: 24px;
    line-height: 28px;
  }
}
.catalog-thermo__design-img {
  min-width: 345px;
  margin-right: 30px;
  position: relative;
}
@media (max-width: 1024px) {
  .catalog-thermo__design-img {
    min-width: auto;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .catalog-thermo__design-img {
    margin-bottom: 16px;
  }
}
@media (max-width: 576px) {
  .catalog-thermo__design-img {
    width: 100%;
  }
}
.catalog-thermo__design-img:after {
  content: "";
  height: 100%;
  width: 100%;
  background-color: #224A7B;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.3s ease-in-out;
}
.catalog-thermo__design-img img {
  height: auto;
  width: 345px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 576px) {
  .catalog-thermo__design-img img {
    width: 100%;
  }
}
.catalog-thermo__design-img span {
  display: flex;
  height: 56px;
  width: 56px;
  margin: auto;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  background-color: #FFFFFF;
  transform: rotate(45deg);
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: opacity 0.4s ease-in-out;
}
.catalog-thermo__design-img svg {
  height: 24px;
  width: 24px;
  fill: #224A7B;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
}
.catalog-thermo__design-img:hover:after {
  opacity: 0.8;
  transition: opacity 0.3s ease-in-out;
}
.catalog-thermo__design-img:hover span {
  opacity: 1;
  transition: opacity 0.4s ease-in-out;
  z-index: 1;
}
.catalog-thermo__design-img:hover svg {
  opacity: 1;
  transition: opacity 0.4s ease-in-out;
}
.catalog-thermo__design-wysywig {
  width: 100%;
  flex-grow: 1;
}
.catalog-thermo__design-wysywig h4 {
  margin: 0;
  margin-bottom: 16px;
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .catalog-thermo__design-wysywig h4 {
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 20px;
  }
}
.catalog-thermo__button {
  margin-bottom: 95px;
}
@media (max-width: 1024px) {
  .catalog-thermo__button {
    margin-bottom: 75px;
  }
}
.catalog-thermo__button ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}
@media (max-width: 576px) {
  .catalog-thermo__button ul {
    flex-direction: column;
  }
}
.catalog-thermo__button ul li {
  margin-right: 30px;
}
@media (max-width: 768px) {
  .catalog-thermo__button ul li {
    width: 100%;
    margin-right: 24px;
  }
}
@media (max-width: 576px) {
  .catalog-thermo__button ul li {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.catalog-thermo__button ul li:last-child {
  margin-right: 0;
}
@media (max-width: 576px) {
  .catalog-thermo__button ul li:last-child {
    margin-bottom: 0;
  }
}
.catalog-thermo__button .button {
  min-width: 340px;
  justify-content: center;
}
@media (max-width: 768px) {
  .catalog-thermo__button .button {
    padding: 20px 10px;
    min-width: auto;
    width: 100%;
  }
}
.catalog-thermo__button button {
  background-color: #D6AD51;
}
.catalog-thermo__button button:hover {
  background-color: #30619C;
}
.catalog-thermo__video {
  margin-bottom: 72px;
}
@media (max-width: 1024px) {
  .catalog-thermo__video {
    margin-bottom: 32px;
  }
}
.catalog-thermo__video-title {
  text-align: center;
}
.catalog-thermo__video-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  padding-top: 32px;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1024px) {
  .catalog-thermo__video-list {
    padding-top: 0;
    gap: 16px;
  }
}
@media (max-width: 576px) {
  .catalog-thermo__video-list {
    grid-template-columns: 1fr;
  }
}
.catalog-thermo__video-list > li {
  width: auto;
}
@media (max-width: 1680px) {
  .catalog-thermo__video-list > li {
    width: 100%;
  }
}
.catalog-thermo__video-list > li:first-child {
  justify-self: end;
}
.catalog-thermo__iframe {
  margin-bottom: 20px;
  position: relative;
}
@media (max-width: 1680px) {
  .catalog-thermo__iframe {
    height: 0;
    margin-top: 24px;
    padding-bottom: 56.25%;
    /* высота контейнера для 16:9 (если 4:3 — 75%) */
    overflow: hidden;
  }
}
.catalog-thermo__iframe iframe {
  position: relative;
  top: 0;
  left: 0;
  height: 409px;
  width: 670px;
  border-width: 0;
  outline-width: 0;
}
@media (max-width: 1680px) {
  .catalog-thermo__iframe iframe {
    height: 100%;
    width: 100%;
    position: absolute;
  }
}
/* catalog-interior */
.catalog-interior {
  padding-bottom: 72px;
  overflow: hidden;
}
@media (max-width: 1280px) {
  .catalog-interior {
    padding-bottom: 56px;
  }
}
.catalog-interior__title {
  margin-bottom: 52px;
  text-align: center;
}
@media (max-width: 1280px) {
  .catalog-interior__title {
    margin-bottom: 16px;
  }
}
.catalog-interior__title p {
  display: inline-block;
  margin: 0;
  padding-top: 6px;
  font-size: 24px;
  line-height: 1;
  font-weight: 400;
  color: #BCB09E;
  text-transform: uppercase;
}
@media (max-width: 1280px) {
  .catalog-interior__title p {
    font-size: 18px;
  }
}
.catalog-interior__text {
  margin: 0;
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
  color: #0D2747;
}
@media (max-width: 1280px) {
  .catalog-interior__text {
    font-size: 16px;
    line-height: 24px;
  }
}
.catalog-interior__list-title {
  margin-bottom: 40px;
}
@media (max-width: 1280px) {
  .catalog-interior__list-title {
    margin-bottom: 16px;
  }
}
.catalog-interior__slider {
  margin-bottom: 32px;
}
@media (max-width: 1280px) {
  .catalog-interior__slider {
    margin-bottom: 16px;
  }
}
.catalog-interior__list {
  padding-top: 56px;
  padding-bottom: 46px;
}
@media (max-width: 1280px) {
  .catalog-interior__list {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.catalog-interior__list > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.catalog-interior__list > ul > li {
  margin-bottom: 40px;
}
.catalog-interior__list > ul > li:last-child {
  margin-bottom: 0;
}
.catalog-interior__more {
  padding-top: 56px;
  padding-bottom: 56px;
}
@media (max-width: 1280px) {
  .catalog-interior__more {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
.catalog-interior__more-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
@media (max-width: 1680px) {
  .catalog-interior__more-list {
    gap: 16px;
  }
}
@media (max-width: 1024px) {
  .catalog-interior__more-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .catalog-interior__more-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.catalog-interior__more-link {
  display: grid;
  height: 100%;
  width: 100%;
  grid-template-rows: 1fr;
  position: relative;
}
.catalog-interior__more-img {
  grid-column: 1 / span 1;
  grid-row: 1 / span 1;
  position: relative;
}
.catalog-interior__more-img::after {
  content: "";
  height: 100%;
  width: 100%;
  background-color: #0E0E10;
  opacity: 0.3;
  transition: all 0.4s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
}
.catalog-interior__more-wrapper {
  overflow: hidden;
}
.catalog-interior__more-wrapper img {
  height: auto;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transform: scale(1);
  transition: all 0.4s ease-in-out;
}
@media (max-width: 768px) {
  .catalog-interior__more-wrapper img {
    height: 156px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.catalog-interior__more-text {
  grid-column: 1 / span 1;
  grid-row: 1 / span 1;
  display: inline-flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  position: relative;
}
@media (max-width: 1024px) {
  .catalog-interior__more-text {
    align-items: flex-start;
  }
}
.catalog-interior__more-text p {
  display: inline-flex;
  min-height: 128px;
  height: auto;
  width: 50%;
  margin: 0;
  padding: 32px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  font-size: 28px;
  line-height: 32px;
  font-weight: 600;
  color: #FFFFFF;
  text-transform: uppercase;
  opacity: 1;
  transform: translateY(0);
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1680px) {
  .catalog-interior__more-text p {
    min-height: 94px;
    padding: 24px;
    font-size: 20px;
    line-height: 23px;
  }
}
@media (max-width: 1024px) {
  .catalog-interior__more-text p {
    min-height: auto;
    transition: none;
  }
}
.catalog-interior__more-hint {
  grid-column: 1 / span 1;
  grid-row: 1 / span 1;
  align-self: end;
  justify-self: end;
  padding: 32px;
  color: #FFFFFF;
  opacity: 0;
  transform: translateX(-100%);
  transition: all 0.4s ease-in-out;
  position: relative;
}
@media (max-width: 1680px) {
  .catalog-interior__more-hint {
    padding: 24px;
  }
}
@media (max-width: 1024px) {
  .catalog-interior__more-hint {
    opacity: 1;
    transform: translateX(0);
    transition: none;
  }
}
.catalog-interior__more-hint svg {
  fill: #FFFFFF;
}
.catalog-interior__more-link:hover .catalog-interior__more-img::after {
  opacity: 0.7;
}
@media (max-width: 1024px) {
  .catalog-interior__more-link:hover .catalog-interior__more-img::after {
    opacity: 0.3;
  }
}
.catalog-interior__more-link:hover .catalog-interior__more-wrapper img {
  transform: scale(1.1);
}
.catalog-interior__more-link:hover .catalog-interior__more-text p {
  opacity: 0;
  transform: translateY(-100%);
}
@media (max-width: 1024px) {
  .catalog-interior__more-link:hover .catalog-interior__more-text p {
    opacity: 1;
    transform: translateY(0);
  }
}
.catalog-interior__more-link:hover .catalog-interior__more-hint {
  opacity: 1;
  transform: translateX(0);
}
.catalog-interior__feature {
  padding-top: 70px;
  padding-bottom: 58px;
  background-color: #FFFFFF;
}
@media (max-width: 1280px) {
  .catalog-interior__feature {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
.catalog-interior__feature-img img {
  height: auto;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.catalog-interior__more .title {
  margin-bottom: 20px;
  text-align: center;
}
.catalog-interior__slider-product {
  padding-top: 70px;
  padding-bottom: 100px;
}
@media (max-width: 1280px) {
  .catalog-interior__slider-product {
    padding-top: 48px;
    padding-bottom: 60px;
  }
}
.catalog-interior__slider-product .title {
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 1024px) {
  .catalog-interior__slider-product .title {
    margin-bottom: 0;
    text-align: left;
  }
}
@media (max-width: 1024px) {
  .catalog-interior__slider-product-wrapper {
    padding: 0;
  }
}
.catalog-interior__icons {
  padding: 60px 0;
  background-color: #FFFFFF;
}
@media (max-width: 1280px) {
  .catalog-interior__icons {
    padding: 32px 0;
  }
}
.catalog-interior__icons-wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
}
@media (max-width: 1024px) {
  .catalog-interior__icons-wrapper ul {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .catalog-interior__icons-wrapper ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
.catalog-interior__icons-wrapper li {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.catalog-interior__icons-wrapper img {
  height: auto;
  width: 104px;
  margin-bottom: 24px;
}
@media (max-width: 1280px) {
  .catalog-interior__icons-wrapper img {
    width: 64px;
  }
}
.catalog-interior__icons-wrapper p {
  width: 200px;
  margin: 0;
  font-size: 18px;
  line-height: 21px;
  font-weight: 600;
  color: #0D2747;
  text-transform: capitalize;
  text-align: center;
}
@media (max-width: 1280px) {
  .catalog-interior__icons-wrapper p {
    width: 150px;
  }
}
@media (max-width: 1024px) {
  .catalog-interior__icons-wrapper p {
    font-size: 14px;
    line-height: 1;
  }
}
@media (max-width: 576px) {
  .catalog-interior__icons-wrapper p {
    width: 100%;
  }
}
.catalog-interior__name {
  display: flex;
  padding: 24px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  border: 1px solid #E4DACB;
  transition: all 0.4s ease-in-out;
  position: relative;
}
@media (max-width: 1280px) {
  .catalog-interior__name {
    padding: 16px;
  }
}
.catalog-interior__name:hover {
  cursor: pointer;
  border: 1px solid #BCB09E;
}
.catalog-interior__name::before {
  content: "";
  height: 48px;
  width: 4px;
  background-color: #BCB09E;
  position: absolute;
  left: 0;
  top: 24px;
}
@media (max-width: 1280px) {
  .catalog-interior__name::before {
    height: 32px;
    top: 16px;
  }
}
.catalog-interior__name img {
  height: 48px;
  width: 48px;
  margin-right: 16px;
  -o-object-fit: fill;
     object-fit: fill;
}
@media (max-width: 1280px) {
  .catalog-interior__name img {
    height: 32px;
    width: 32px;
  }
}
.catalog-interior__name h4 {
  flex-grow: 1;
  margin: 0;
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
  color: #0D2747;
}
@media (max-width: 1280px) {
  .catalog-interior__name h4 {
    font-size: 18px;
  }
}
.catalog-interior__accordion-icon {
  transition: all 0.4s ease-in-out;
}
.catalog-interior__accordion-icon svg {
  height: 24px;
  width: 24px;
  fill: #0D2747;
}
.catalog-interior__accordion {
  padding-top: 72px;
}
@media (max-width: 1280px) {
  .catalog-interior__accordion {
    padding-top: 32px;
  }
}
.catalog-interior__accordion > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media (max-width: 1280px) {
  .catalog-interior__accordion > ul {
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .catalog-interior__accordion > ul {
    grid-template-columns: 1fr;
  }
}
.catalog-interior__accordion-title {
  margin: 0;
  margin-bottom: 36px;
  font-size: 34px;
  line-height: 1;
  font-weight: 700;
  color: #0D2747;
}
@media (max-width: 1280px) {
  .catalog-interior__accordion-title {
    margin-bottom: 16px;
    font-size: 24px;
  }
}
.catalog-interior__accordion-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.catalog-interior__accordion-list > li {
  margin-bottom: 16px;
}
@media (max-width: 1280px) {
  .catalog-interior__accordion-list > li {
    margin-bottom: 8px;
  }
}
.catalog-interior__accordion-list > li:last-child {
  margin-bottom: 0;
}
.catalog-interior__accordion-list > li > div:last-child {
  max-height: 1500px;
  visibility: visible;
  opacity: 1;
  transition: all 0.4s ease-in-out;
}
.catalog-interior__accordion-list > li > div:last-child.hidden {
  max-height: 0;
  opacity: 0;
  visibility: hidden;
}
.catalog-interior__accordion-content {
  padding: 24px;
  padding-top: 16px;
  border: 1px solid #E4DACB;
  border-top: none;
}
@media (max-width: 1280px) {
  .catalog-interior__accordion-content {
    padding: 16px;
  }
}
.catalog-interior__accordion-button {
  margin-top: 16px;
  padding: 12px 24px;
}
/* detaile-card */
.detaile-card {
  margin-bottom: 110px;
}
@media (max-width: 1024px) {
  .detaile-card {
    margin-bottom: 70px;
  }
}
.detaile-card__main {
  display: grid;
  margin-bottom: 90px;
  grid-template-columns: 500px 1fr;
  -moz-column-gap: 70px;
       column-gap: 70px;
}
@media (max-width: 1680px) {
  .detaile-card__main {
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
}
@media (max-width: 1370px) {
  .detaile-card__main {
    grid-template-columns: 1fr 2fr;
    -moz-column-gap: 30px;
         column-gap: 30px;
    margin-bottom: 65px;
  }
}
@media (max-width: 1024px) {
  .detaile-card__main {
    grid-template-columns: 1fr;
    -moz-column-gap: 0;
         column-gap: 0;
  }
}
.detaile-card__price-hint {
  width: 100%;
  display: inline-flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
.detaile-card__main--interior {
  margin-bottom: 90px;
  grid-template-columns: 300px 1fr;
  -moz-column-gap: 70px;
       column-gap: 70px;
}
@media (max-width: 1680px) {
  .detaile-card__main--interior {
    margin-bottom: 56px;
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
}
@media (max-width: 768px) {
  .detaile-card__main--interior {
    margin-bottom: 32px;
    grid-template-columns: 250px 1fr;
  }
}
@media (max-width: 576px) {
  .detaile-card__main--interior {
    grid-template-columns: 1fr;
    -moz-column-gap: 0;
         column-gap: 0;
  }
}
.detaile-card__main--interior .detaile-card__img {
  grid-column: 1 / span 1;
  grid-row: 1 / span 1;
}
.detaile-card__main--interior .detaile-card__img-wrapper {
  width: 100%;
}
.detaile-card__main--interior .detaile-card__img-item {
  width: 100%;
}
.detaile-card__main--interior .detaile-card__img-item h3 {
  color: #0D2747;
}
.detaile-card__main--interior .detaile-card__img-link {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (max-width: 425px) {
  .detaile-card__main--interior .detaile-card__img-link {
    justify-content: center;
  }
}
.detaile-card__main--interior .detaile-card__img-link img {
  max-width: 300px;
}
@media (max-width: 576px) {
  .detaile-card__main--interior .detaile-card__img-link img {
    max-width: 174px;
  }
}
.detaile-card__main--interior .detaile-card__doors > ul {
  grid-template-columns: repeat(10, 1fr);
}
@media (max-width: 1680px) {
  .detaile-card__main--interior .detaile-card__doors > ul {
    grid-template-columns: repeat(8, 1fr);
  }
}
@media (max-width: 1370px) {
  .detaile-card__main--interior .detaile-card__doors > ul {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (max-width: 1024px) {
  .detaile-card__main--interior .detaile-card__doors > ul {
    grid-template-columns: repeat(4, 1fr);
  }
}
.detaile-card__main--interior .detaile-card__form > ul > li {
  margin-bottom: 32px;
}
.detaile-card__main--interior .detaile-card__form > ul > li:nth-last-child(2) {
  margin-bottom: 22px;
}
.detaile-card__main--interior .detaile-card__form > ul > li:last-child {
  margin-bottom: 0;
}
.detaile-card__main--interior .detaile-card__price {
  flex-wrap: wrap;
}
.detaile-card__main--interior .detaile-card__price p {
  width: auto;
  margin-right: 7px;
  margin-bottom: 16px;
  flex-direction: row;
  align-items: center;
}
.detaile-card__main--interior .detaile-card__price p s {
  margin-left: 8px;
}
@media (max-width: 1280px) {
  .detaile-card__main--interior .detaile-card__price .detaile-card__send {
    flex-grow: 1;
    min-width: auto;
    padding: 24px;
  }
}
@media (max-width: 768px) {
  .detaile-card__main--interior .detaile-card__price .detaile-card__send {
    width: auto;
    padding: 16px;
  }
}
.detaile-card__main--interior .detaile-card__price .detaile-card__favorite {
  margin-right: 15px;
}
@media (max-width: 1024px) {
  .detaile-card__main--interior .detaile-card__price .detaile-card__favorite {
    margin-right: 0;
  }
}
.detaile-card__pdf {
  justify-content: center;
  background-color: white;
  opacity: 1;
  border: none;
}
@media (max-width: 1280px) {
  .detaile-card__pdf {
    padding: 24px;
  }
}
@media (max-width: 1024px) {
  .detaile-card__pdf {
    width: 100%;
    margin-top: 15px;
  }
}
@media (max-width: 768px) {
  .detaile-card__pdf {
    padding: 16px;
  }
}
.detaile-card__pdf:hover {
  background-color: white;
  opacity: 0.8;
  color: #224A7B;
  border: none;
}
.detaile-card__pdf:hover svg {
  fill: #224A7B;
}
.detaile-card__title {
  grid-column: 2 / span 1;
  grid-row: 1 / span 1;
  margin-bottom: 12px;
}
@media (max-width: 1024px) {
  .detaile-card__title {
    grid-column: 1 / span 1;
    grid-row: 1 / span 1;
  }
}
.detaile-card__list-icon {
  grid-column: 2 / span 1;
  grid-row: 2 / span 1;
}
@media (max-width: 1024px) {
  .detaile-card__list-icon {
    grid-column: 1 / span 1;
    grid-row: 2 / span 1;
  }
}
.detaile-card__list-icon ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  padding-bottom: 30px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .detaile-card__list-icon ul {
    padding-bottom: 24px;
  }
}
.detaile-card__list-icon ul li {
  margin-right: 10px;
}
.detaile-card__list-icon ul li:last-child {
  margin-right: 0;
}
.detaile-card__list-icon img {
  height: 48px;
  width: 48px;
  -o-object-fit: contain;
     object-fit: contain;
}
.detaile-card__icon-description {
  bottom: 60px;
}
.detaile-card__img {
  grid-column: 1 / span 1;
  grid-row: 1 / span 3;
  padding-bottom: 0;
  position: relative;
}
@media (max-width: 1024px) {
  .detaile-card__img {
    grid-column: 1 / span 1;
    grid-row: 3 / span 1;
  }
}
@media (max-width: 1024px) {
  .detaile-card__img {
    padding-bottom: 24px;
  }
}
.detaile-card__img ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
.detaile-card__img-wrapper {
  display: inline-block;
  position: sticky;
  top: 180px;
}
@media (max-width: 1370px) {
  .detaile-card__img-wrapper {
    top: 160px;
  }
}
@media (max-width: 1024px) {
  .detaile-card__img-wrapper {
    position: sticky;
    top: 0;
  }
}
ul.detaile-card__img-label {
  display: inline-flex;
  flex-direction: column;
  position: absolute;
  top: 16px;
  right: 16px;
}
ul.detaile-card__img-label li {
  margin-bottom: 8px;
}
ul.detaile-card__img-label li:last-child {
  margin-bottom: 0;
}
ul.detaile-card__img-label img {
  height: auto;
  width: 30px;
}
.detaile-card__img-item {
  width: calc(50% - 15px);
  margin-right: 30px;
}
@media (max-width: 1680px) {
  .detaile-card__img-item {
    width: calc(50% - 5px);
    margin-right: 10px;
  }
}
.detaile-card__img-item:last-child {
  margin-right: 0;
}
.detaile-card__img-item h3 {
  margin: 0;
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  color: #BCB09E;
  white-space: nowrap;
}
@media (max-width: 1370px) {
  .detaile-card__img-item h3 {
    font-size: 16px;
    line-height: 18px;
  }
}
.detaile-card__img-item dl {
  margin: 0;
  padding: 0;
  list-style: none;
}
.detaile-card__img-item dt {
  display: block;
  margin: 0;
  margin-right: 6px;
  margin-bottom: 4px;
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  color: #0D2747;
  opacity: 0.5;
}
@media (max-width: 1370px) {
  .detaile-card__img-item dt {
    margin-right: 0;
  }
}
@media (max-width: 1024px) {
  .detaile-card__img-item dt {
    margin-right: 6px;
  }
}
@media (max-width: 768px) {
  .detaile-card__img-item dt {
    margin-right: 0;
  }
}
.detaile-card__img-item dd {
  display: block;
  margin: 0;
  margin-bottom: 4px;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  color: #0D2747;
}
.detaile-card__img-item dd:last-child {
  margin-bottom: 0;
}
.detaile-card__img-link {
  display: inline-block;
  margin-bottom: 16px;
}
.detaile-card__img-link img {
  height: auto;
  width: 100%;
  max-width: 235px;
  -o-object-fit: fill;
     object-fit: fill;
}
.detaile-card__form > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .detaile-card__form > ul {
    margin-bottom: 24px;
  }
}
.detaile-card__form > ul legend {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #0D2747;
}
.detaile-card__size-link {
  margin-bottom: 12px;
}
.detaile-card__form > ul > li {
  margin-bottom: 16px;
}
.detaile-card__form > ul > li:last-child {
  margin-bottom: 0;
}
.detaile-card__form > ul > li legend {
  margin-right: 8px;
}
.detaile-card__texture {
  margin: 0;
  padding: 0;
  border: none;
}
.detaile-card__texture > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.detaile-card__texture > ul li {
  margin-right: 10px;
  margin-bottom: 10px;
}
.detaile-card__texture > ul li:last-child {
  margin-right: 10px;
}
@media (max-width: 1024px) {
  .detaile-card__texture--ral > ul li:last-child {
    width: 100%;
    margin-right: 0;
  }
}
.detaile-card__doors {
  margin: 0;
  padding: 0;
  border: 0;
}
.detaile-card__doors legend {
  margin-right: 8px;
  float: left;
}
.detaile-card__doors > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 10px;
  clear: both;
}
@media (max-width: 576px) {
  .detaile-card__doors > ul {
    grid-template-columns: repeat(4, 1fr);
  }
}
.detaile-card__doors-link {
  margin-bottom: 12px;
}
.detaile-card__item-row {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .detaile-card__item-row {
    flex-direction: column;
    flex-wrap: nowrap;
  }
}
.detaile-card__size {
  width: auto;
  margin: 0;
  padding: 0;
  border: none;
  margin-right: 30px;
  margin-bottom: 24px;
}
@media (max-width: 576px) {
  .detaile-card__size {
    width: 100%;
  }
}
.detaile-card__size legend {
  margin-right: 8px;
  float: left;
}
.detaile-card__size > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  clear: both;
}
.detaile-card__size--two > ul {
  grid-template-columns: repeat(2, 1fr);
}
.detaile-card__size--auto > ul {
  grid-template-columns: auto 1fr;
}
.detaile-card__direction {
  width: auto;
  margin: 0;
  padding: 0;
  border: none;
}
@media (max-width: 576px) {
  .detaile-card__direction {
    width: 100%;
  }
}
.detaile-card__direction > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  clear: both;
}
.detaile-card__radio-border {
  min-width: 114px;
}
@media (max-width: 576px) {
  .detaile-card__radio-border {
    min-width: auto;
  }
}
@media (max-width: 576px) {
  .detaile-card__radio-border label {
    padding: 16px 0;
  }
}
.detaile-card__check {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.detaile-card__check li {
  display: flex;
  margin-right: 40px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
.detaile-card__check li:last-child {
  margin-right: 0;
}
@media (max-width: 425px) {
  .detaile-card__check li {
    margin-right: 0;
  }
}
@media (max-width: 576px) {
  .detaile-card__check .check {
    padding-left: 42px;
  }
}
.detaile-card__check label {
  white-space: nowrap;
}
@media (max-width: 576px) {
  .detaile-card__check label {
    font-size: 18px;
    line-height: 1;
  }
}
.detaile-card__bank {
  margin-left: 12px;
}
.detaile-card__bank img {
  height: auto;
  width: 124px;
}
.detaile-card__price {
  display: inline-flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 1370px) {
  .detaile-card__price {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .detaile-card__price {
    flex-wrap: wrap;
    align-items: flex-start;
  }
}
.detaile-card__price p {
  width: auto;
  margin: 0;
  margin-right: 30px;
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 32px;
  line-height: 1;
  font-weight: 700;
  color: #0D2747;
}
@media (max-width: 576px) {
  .detaile-card__price p {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
    flex-direction: row;
    align-items: center;
    font-size: 24px;
  }
}
.detaile-card__price span {
  display: inline;
  white-space: nowrap;
}
.detaile-card__price s {
  font-size: 18px;
  line-height: 1;
  font-weight: 400;
  color: #BCB09E;
  white-space: nowrap;
}
@media (max-width: 576px) {
  .detaile-card__price s {
    font-size: 18px;
  }
}
.detaile-card__send {
  width: auto;
  min-height: 72px;
  min-width: 340px;
  margin-right: 15px;
  justify-content: center;
}
@media (max-width: 1024px) {
  .detaile-card__send {
    width: auto;
    min-width: 340px;
  }
}
@media (max-width: 768px) {
  .detaile-card__send {
    width: 100%;
    min-width: auto;
  }
}
@media (max-width: 768px) {
  .detaile-card__send {
    min-height: 56px;
    width: calc(100% - 56px - 10px);
    margin-right: 10px;
  }
}
.detaile-card__favorite {
  padding: 0;
  border: none;
  background-color: inherit;
  height: 72px;
  width: 72px;
  min-width: 72px;
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #FFFFFF;
  opacity: 1;
  transition: all 0.4s ease-in-out;
  position: relative;
}
@media (max-width: 768px) {
  .detaile-card__favorite {
    height: 56px;
    width: 56px;
    min-width: 56px;
  }
}
.detaile-card__favorite:hover {
  cursor: pointer;
  opacity: 0.8;
  transition: all 0.4s ease-in-out;
}
.detaile-card__favorite span {
  display: block;
}
.detaile-card__favorite svg {
  height: 24px;
  width: 24px;
  fill: #FFFFFF;
  stroke: #224A7B;
  stroke-width: 2px;
  transition: all 0.4s ease-in-out;
}
.detaile-card__favorite--active svg {
  fill: #224A7B;
  transition: all 0.4s ease-in-out;
}
.detaile-card__info {
  margin-bottom: 70px;
}
@media (max-width: 576px) {
  .detaile-card__info {
    margin-bottom: 32px;
  }
}
.detaile-card__slider {
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .detaile-card__slider {
    margin-bottom: 30px;
  }
}
.detaile-card__slider .title {
  text-align: center;
}
@media (max-width: 1024px) {
  .detaile-card__slider .title {
    text-align: left;
  }
}
@media (max-width: 1024px) {
  .detaile-card__slider-wrapper {
    padding: 0;
  }
}
.detaile-card__ral {
  min-height: 50px;
  padding: 6px 20px;
  justify-content: center;
  border: 1px solid #E4DACB;
}
@media (max-width: 576px) {
  .detaile-card__ral {
    width: 100%;
  }
}
.detaile-card__ral:hover {
  border: 1px solid #BCB09E;
}
.detaile-card__ral span:first-child {
  transform: rotate(45deg);
}
.detaile-card__hint {
  display: inline-flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
/* furniture */
.furniture {
  margin-bottom: 128px;
}
@media (max-width: 1024px) {
  .furniture {
    margin-bottom: 56px;
  }
}
.furniture__check-link ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  padding-bottom: 20px;
  margin-bottom: 20px;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  border-bottom: 1px solid #E4DACB;
}
@media (max-width: 1024px) {
  .furniture__check-link ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .furniture__check-link ul {
    gap: 11px;
  }
}
@media (max-width: 356px) {
  .furniture__check-link ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
.furniture__check-link ul .check-link__img {
  margin-right: 28px;
}
@media (max-width: 1370px) {
  .furniture__check-link ul .check-link__img {
    margin-right: 16px;
  }
}
.furniture__check-link ul img {
  min-width: 96px;
}
.furniture__check-link ul p {
  color: #0D2747;
}
.furniture__banner {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .furniture__banner {
    margin-bottom: 24px;
  }
}
.furniture__banner img {
  height: auto;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.furniture__toggle-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  margin-bottom: 30px;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
}
@media (max-width: 1024px) {
  .furniture__toggle-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .furniture__toggle-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.furniture__content {
  min-height: 250px;
}
.furniture__content-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media (max-width: 1024px) {
  .furniture__content-list {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.furniture__content-item {
  display: grid;
  padding: 24px;
  grid-template-columns: 200px 1fr 170px;
  -moz-column-gap: 16px;
       column-gap: 16px;
  border: 1px solid #E4DACB;
}
@media (max-width: 1370px) {
  .furniture__content-item {
    padding: 16px;
    grid-template-columns: 200px 1fr;
    row-gap: 24px;
  }
}
@media (max-width: 1024px) {
  .furniture__content-item {
    padding: 24px;
    grid-template-columns: 200px 1fr 170px;
  }
}
@media (max-width: 768px) {
  .furniture__content-item {
    grid-template-columns: 200px 1fr;
  }
}
@media (max-width: 576px) {
  .furniture__content-item {
    grid-template-columns: 114px 1fr;
  }
}
.furniture__slider {
  grid-column: 1 / span 1;
}
.furniture__content-wrapper {
  display: flex;
  padding-left: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
@media (max-width: 576px) {
  .furniture__content-wrapper {
    padding-left: 0;
  }
}
.furniture__content-title {
  grid-column: 2 / span 1;
  margin: 0;
  margin-bottom: 8px;
  font-size: 24px;
  line-height: 27px;
  font-weight: 400;
  color: #0D2747;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .furniture__content-title {
    font-size: 14px;
    line-height: 16px;
  }
}
.furniture__content-price {
  grid-column: 2 / span 1;
  display: block;
  margin: 0;
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  color: #0D2747;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .furniture__content-price {
    font-size: 14px;
  }
}
.furniture__content-link {
  grid-column: 2 / span 1;
  margin: 0;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  color: #BCB09E;
}
.furniture__content-link span {
  display: block;
  margin-bottom: 6px;
}
.furniture__content-link a {
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  color: #224A7B;
  text-decoration: underline;
  transition: all 0.4s ease-in-out;
}
.furniture__content-link a:hover {
  opacity: 0.8;
}
.furniture__content-button {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
@media (max-width: 1370px) {
  .furniture__content-button {
    grid-column: 1 / span 2;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media (max-width: 1024px) {
  .furniture__content-button {
    grid-column: 3 / span 1;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
}
@media (max-width: 768px) {
  .furniture__content-button {
    grid-column: 1 / span 2;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media (max-width: 360px) {
  .furniture__content-button {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.furniture__content-button li {
  width: 100%;
  margin-bottom: 16px;
}
@media (max-width: 1370px) {
  .furniture__content-button li {
    width: calc(50% - 8px);
  }
}
@media (max-width: 1024px) {
  .furniture__content-button li {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .furniture__content-button li {
    width: calc(50% - 8px);
  }
}
@media (max-width: 360px) {
  .furniture__content-button li {
    width: 100%;
  }
}
.furniture__content-button li:last-child {
  margin-bottom: 0;
}
.furniture__button {
  width: 100%;
  padding: 12px;
  padding-top: 14px;
  justify-content: center;
  font-size: 14px;
}
/* interior-card */
.interior-card__slider {
  margin-bottom: 62px;
}
@media (max-width: 1280px) {
  .interior-card__slider {
    margin-bottom: 24px;
  }
}
@media (max-width: 1024px) {
  .interior-card__slider {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (max-width: 768px) {
  .interior-card__slider {
    margin-bottom: 32px;
  }
}
.interior-card__slider h3 {
  margin: 0;
  margin-bottom: 16px;
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
  color: #0D2747;
}
@media (max-width: 1280px) {
  .interior-card__slider h3 {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .interior-card__slider h3 {
    padding: 0 13px;
  }
}
.interior-card .detaile-card__size {
  margin-bottom: 0;
}
/* invisible */
.invisible__main {
  display: grid;
  margin-bottom: 180px;
  height: calc(100vh - 158px);
  grid-template-columns: 1fr 1570px 1fr;
  grid-template-rows: 2fr 1fr;
}
@media (max-width: 1680px) {
  .invisible__main {
    grid-template-columns: 80px 1fr 80px;
  }
}
@media (max-width: 1024px) {
  .invisible__main {
    margin-bottom: 48px;
    grid-template-columns: 13px 1fr 13px;
    grid-template-rows: 1fr auto;
  }
}
.invisible__title {
  margin: 0;
  font-size: 56px;
  line-height: 1;
  font-weight: 600;
  color: #0D2747;
}
@media (max-width: 1024px) {
  .invisible__title {
    font-size: 24px;
  }
}
.invisible__main-image {
  grid-column: 1 / span 3;
  grid-row: 1 / span 2;
  overflow: hidden;
  position: relative;
}
.invisible__main-image::after {
  content: "";
  height: 100%;
  width: 100%;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  position: absolute;
  inset: 0;
}
.invisible__main-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
}
.invisible__main-text {
  grid-column: 2 / span 1;
  grid-row: 2 / span 1;
  margin-bottom: 32px;
  position: relative;
}
.invisible__main-text h1 {
  margin: 0;
  margin-bottom: 24px;
  font-size: 96px;
  line-height: 1;
  font-weight: 600;
  color: #FFFFFF;
}
@media (max-width: 1024px) {
  .invisible__main-text h1 {
    margin-bottom: 8px;
    font-size: 40px;
  }
}
.invisible__main-text p {
  margin: 0;
  font-size: 32px;
  line-height: 1.1;
  font-weight: 500;
  color: #FFFFFF;
  opacity: 0.6;
}
@media (max-width: 1024px) {
  .invisible__main-text p {
    font-size: 20px;
  }
}
.invisible__decor {
  margin-bottom: 266px;
}
@media (max-width: 1024px) {
  .invisible__decor {
    margin-bottom: 64px;
  }
}
.invisible__decor-title {
  max-width: 870px;
  margin-bottom: 213px;
}
@media (max-width: 1024px) {
  .invisible__decor-title {
    max-width: none;
    margin-bottom: 64px;
  }
}
.invisible__decor-title h2 {
  margin: 0;
  margin-bottom: 40px;
  display: inline-block;
  font-size: 56px;
  line-height: 1;
  font-weight: 600;
  color: #0D2747;
  position: relative;
}
@media (max-width: 1024px) {
  .invisible__decor-title h2 {
    margin-bottom: 16px;
    font-size: 28px;
  }
}
.invisible__decor-title h2::before {
  content: "";
  height: 8px;
  width: 124px;
  background-color: #224A7B;
  position: absolute;
  top: -32px;
  left: 0;
}
@media (max-width: 1024px) {
  .invisible__decor-title h2::before {
    height: 4px;
    width: 56px;
    top: -16px;
  }
}
.invisible__decor-title p {
  margin: 0;
  font-size: 40px;
  line-height: 1.1;
  color: #6C6C6C;
}
@media (max-width: 1024px) {
  .invisible__decor-title p {
    font-size: 20px;
    line-height: 1.2;
  }
}
.invisible__decor-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.invisible__decor-item {
  display: grid;
  grid-template-columns: 7fr 9fr;
  -moz-column-gap: 24px;
       column-gap: 24px;
}
@media (max-width: 1280px) {
  .invisible__decor-item {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 576px) {
  .invisible__decor-item {
    grid-template-columns: 230px 1fr;
    -moz-column-gap: 0;
         column-gap: 0;
  }
}
.invisible__decor-item:first-child {
  margin-bottom: 237px;
}
@media (max-width: 1024px) {
  .invisible__decor-item:first-child {
    margin-bottom: 64px;
  }
}
@media (max-width: 576px) {
  .invisible__decor-item:first-child {
    grid-template-columns: 290px 1fr;
  }
}
.invisible__decor-item:nth-child(even) {
  margin-bottom: 174px;
  z-index: 1;
  position: relative;
}
@media (max-width: 1024px) {
  .invisible__decor-item:nth-child(even) {
    margin-bottom: 64px;
  }
}
.invisible__decor-item:nth-child(even) .invisible__decor-text {
  order: 1;
  margin-left: 130px;
}
@media (max-width: 1280px) {
  .invisible__decor-item:nth-child(even) .invisible__decor-text {
    margin-left: 0;
  }
}
@media (max-width: 576px) {
  .invisible__decor-item:nth-child(even) .invisible__decor-text {
    order: 0;
  }
}
.invisible__decor-item:not(:first-child) .invisible__decor-image img {
  width: 670px;
}
@media (max-width: 1024px) {
  .invisible__decor-item:not(:first-child) .invisible__decor-image img {
    width: auto;
  }
}
.invisible__decor-item:last-child {
  grid-template-rows: auto 1fr;
}
@media (max-width: 576px) {
  .invisible__decor-item:last-child {
    grid-template-columns: 1fr 230px;
  }
}
.invisible__decor-item:last-child .invisible__decor-image {
  grid-column: 2 / span 1;
  grid-row: 1 / span 2;
  justify-self: end;
}
@media (max-width: 768px) {
  .invisible__decor-item:last-child .invisible__decor-image {
    grid-row: 1 / span 1;
  }
}
@media (max-width: 576px) {
  .invisible__decor-item:last-child .invisible__decor-image {
    grid-row: 2 / span 1;
  }
}
.invisible__decor-item:last-child .invisible__decor-text {
  margin-bottom: 54px;
}
@media (max-width: 576px) {
  .invisible__decor-item:last-child .invisible__decor-text {
    margin-bottom: 24px;
  }
}
.invisible__decor-item:last-child .button {
  padding: 27px 56px;
  justify-self: start;
  align-self: start;
  position: relative;
}
@media (max-width: 1024px) {
  .invisible__decor-item:last-child .button {
    padding: 16px 56px;
    justify-self: stretch;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .invisible__decor-item:last-child .button {
    grid-column: 1 / span 2;
    margin-top: 24px;
  }
}
.invisible__decor-text {
  max-width: 570px;
  position: relative;
}
@media (max-width: 1280px) {
  .invisible__decor-text {
    max-width: none;
  }
}
@media (max-width: 576px) {
  .invisible__decor-text {
    grid-column: 1 / span 2;
    margin-bottom: 24px;
  }
}
.invisible__decor-text span {
  display: block;
  margin-bottom: 24px;
  font-size: 72px;
  line-height: 1;
  font-weight: 600;
  color: #BCB09E;
}
@media (max-width: 1024px) {
  .invisible__decor-text span {
    margin-bottom: 8px;
    font-size: 48px;
  }
}
.invisible__decor-text h3 {
  margin: 0;
  margin-bottom: 24px;
  font-size: 48px;
  line-height: 1;
  font-weight: 600;
  color: #0D2747;
}
@media (max-width: 1024px) {
  .invisible__decor-text h3 {
    margin-bottom: 8px;
    font-size: 24px;
  }
}
.invisible__decor-text p {
  margin: 0;
  font-size: 24px;
  line-height: 1.4;
  color: #6C6C6C;
}
@media (max-width: 1024px) {
  .invisible__decor-text p {
    font-size: 16px;
  }
}
.invisible__decor-image {
  position: relative;
}
.invisible__decor-image img {
  height: auto;
  width: 100%;
  position: relative;
}
.invisible__decor-image .symbol-d {
  display: block;
  height: auto;
  width: 61%;
  fill: #BCB09E;
  opacity: 0.1;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(-10%, -70%);
}
@media (max-width: 1024px) {
  .invisible__decor-image .symbol-d {
    width: 228px;
    top: -272px;
    transform: translate(110px, 0);
  }
}
.invisible__decor-image .symbol-o {
  display: block;
  height: auto;
  width: 89%;
  fill: #BCB09E;
  opacity: 0.1;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-57%, -55%);
}
@media (max-width: 1024px) {
  .invisible__decor-image .symbol-o {
    width: 260px;
    transform: translate(-57%, -33%);
  }
}
.invisible__decor-image--back {
  position: relative;
}
.invisible__decor-image--back::before {
  content: "";
  height: auto;
  width: 100%;
  background-color: #E4DACB;
  aspect-ratio: 87 / 56;
  transform: translate(175px, 110px);
  position: absolute;
  inset: 0;
}
@media (max-width: 1024px) {
  .invisible__decor-image--back::before {
    transform: translate(60px, 26px);
  }
}
.invisible__decor-item--back {
  position: relative;
}
.invisible__decor-item--back:before {
  content: "";
  height: 900px;
  width: 100%;
  background-color: #EFEAE1;
  transform: translate(-32%, -32%);
  position: absolute;
  inset: 0;
}
@media (max-width: 1024px) {
  .invisible__decor-item--back:before {
    height: 100%;
    width: 100vw;
    transform: translate(-32%, -24px);
  }
}
@media (max-width: 576px) {
  .invisible__decor-item--back:before {
    height: 315px;
    transform: translate(-13px, -24px);
  }
}
.invisible__variant {
  margin-bottom: 200px;
}
@media (max-width: 1024px) {
  .invisible__variant {
    margin-bottom: 64px;
  }
}
.invisible__variant-content {
  min-height: 315px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr auto;
  padding: 32px;
  background-color: #EFEAE1;
  background-image: url("/local/templates/dorbex-3/css/../img/content/invisible/back-desktop.jpg");
  background-repeat: no-repeat;
  background-position: left 50% center;
  background-size: cover;
}
@media (max-width: 1024px) {
  .invisible__variant-content {
    min-height: 349px;
    padding: 19px;
    background-image: url("/local/templates/dorbex-3/css/../img/content/invisible/back-mobile.jpg");
  }
}
.invisible__variant-content p {
  grid-column: 1 / span 1;
  grid-row: 2 / span 1;
  margin: 0;
}
@media (max-width: 576px) {
  .invisible__variant-content p {
    grid-column: 1 / span 2;
  }
}
.invisible__variant-content em {
  font-style: normal;
  font-size: 32px;
  line-height: 1;
  color: #0D2747;
}
@media (max-width: 1024px) {
  .invisible__variant-content em {
    font-size: 20px;
  }
}
.invisible__variant-content em span {
  display: block;
  font-size: 96px;
  line-height: 1;
  font-weight: 600;
}
@media (max-width: 1024px) {
  .invisible__variant-content em span {
    font-size: 56px;
  }
}
.invisible__sort {
  margin-bottom: 200px;
}
@media (max-width: 1024px) {
  .invisible__sort {
    margin-bottom: 64px;
  }
}
.invisible__sort .invisible__title {
  margin-bottom: 32px;
}
@media (max-width: 1024px) {
  .invisible__sort .invisible__title {
    margin-bottom: 16px;
  }
}
.invisible__sort-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  padding-top: 56px;
  border-top: 1px solid #BCB09E;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 30px;
}
@media (max-width: 1024px) {
  .invisible__sort-list {
    -moz-column-gap: 16px;
         column-gap: 16px;
    row-gap: 16px;
    padding-top: 24px;
  }
}
@media (max-width: 768px) {
  .invisible__sort-list {
    grid-template-columns: 1fr;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 16px;
  }
}
.invisible__sort-list li {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.invisible__sort-text {
  flex-grow: 1;
  display: flex;
  padding: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  background-color: #FFFFFF;
}
@media (max-width: 1024px) {
  .invisible__sort-text {
    padding: 19px;
  }
}
.invisible__sort-text h3 {
  margin: 0;
  margin-bottom: 16px;
  font-size: 32px;
  line-height: 1;
  font-weight: 500;
  color: #0D2747;
}
@media (max-width: 1024px) {
  .invisible__sort-text h3 {
    margin-bottom: 8px;
    font-size: 18px;
  }
}
.invisible__sort-text p {
  flex-grow: 1;
  margin: 0;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 400;
  color: #7C7976;
}
@media (max-width: 1024px) {
  .invisible__sort-text p {
    font-size: 14px;
  }
}
p.invisible__sort-price {
  flex-grow: 0;
  margin-top: 24px;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 400;
  color: #0D2747;
  white-space: nowrap;
}
@media (max-width: 1024px) {
  p.invisible__sort-price {
    margin-top: 12px;
    font-size: 18px;
  }
}
p.invisible__sort-price span {
  font-size: 20px;
  padding-left: 12px;
}
@media (max-width: 1024px) {
  p.invisible__sort-price span {
    font-size: 16px;
    padding-left: 6px;
  }
}
.invisible__set {
  display: grid;
  margin-bottom: 200px;
  padding-top: 99px;
  grid-template-columns: 7fr 9fr;
  grid-template-areas: "image title" "image list";
  row-gap: 50px;
  -moz-column-gap: 24px;
       column-gap: 24px;
  position: relative;
}
@media (max-width: 1024px) {
  .invisible__set {
    margin-bottom: 64px;
    padding-top: 60px;
    grid-template-columns: 1fr;
    grid-template-areas: "image" "title" "list";
    row-gap: 16px;
    -moz-column-gap: 0;
         column-gap: 0;
  }
}
.invisible__set::before {
  content: "";
  height: 754px;
  width: 100%;
  background-color: #EFEAE1;
  transform: translate(-45%, 0);
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1024px) {
  .invisible__set::before {
    height: 301px;
    width: 152px;
    transform: translate(0, 0);
  }
}
.invisible__set .symbol-d {
  height: auto;
  width: 621px;
  fill: #BCB09E;
  opacity: 0.1;
  transform: translate(300px, 0);
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 1024px) {
  .invisible__set .symbol-d {
    width: 169px;
    transform: translate(195px, 0);
    right: auto;
    left: 0;
  }
}
.invisible__set-title {
  grid-area: title;
  margin: 0;
  font-size: 56px;
  line-height: 1;
  font-weight: 600;
  color: #0D2747;
  position: relative;
}
@media (max-width: 1024px) {
  .invisible__set-title {
    font-size: 24px;
  }
}
.invisible__set-image {
  grid-area: image;
  position: relative;
}
@media (max-width: 1024px) {
  .invisible__set-image {
    margin-bottom: 8px;
  }
}
.invisible__set-image img {
  display: block;
  height: auto;
  width: 595px;
}
@media (max-width: 1024px) {
  .invisible__set-image img {
    width: 229px;
  }
}
.invisible__set-list {
  grid-area: list;
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  position: relative;
}
@media (max-width: 1024px) {
  .invisible__set-list {
    gap: 8px;
  }
}
@media (max-width: 576px) {
  .invisible__set-list {
    grid-template-columns: 1fr;
  }
}
.invisible__set-list li {
  padding: 24px;
  background-color: #FFFFFF;
}
@media (max-width: 1024px) {
  .invisible__set-list li {
    padding: 11px;
  }
}
@media (max-width: 576px) {
  .invisible__set-list li {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
}
.invisible__set-list img {
  display: block;
  height: 172px;
  width: 172px;
  margin-bottom: 16px;
  border-radius: 50%;
}
@media (max-width: 1024px) {
  .invisible__set-list img {
    height: 72px;
    width: 72px;
  }
}
@media (max-width: 576px) {
  .invisible__set-list img {
    margin-bottom: 0;
    margin-right: 11px;
  }
}
.invisible__set-list p {
  margin: 0;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 500;
  color: #0D2747;
}
@media (max-width: 1024px) {
  .invisible__set-list p {
    font-size: 16px;
  }
}
.invisible__present {
  margin-bottom: 200px;
}
@media (max-width: 1024px) {
  .invisible__present {
    margin-bottom: 64px;
  }
}
.invisible__present-content {
  display: grid;
  min-height: 312px;
  padding: 56px;
  grid-template-columns: 1fr 1fr;
  background-color: #FFFFFF;
  background-image: url("/local/templates/dorbex-3/css/../img/content/invisible/back-desktop-2.jpg");
  background-repeat: no-repeat;
  background-position: right top 40%;
  background-size: 883px;
}
@media (max-width: 1680px) {
  .invisible__present-content {
    background-size: 60%;
  }
}
@media (max-width: 1024px) {
  .invisible__present-content {
    grid-template-columns: 1fr;
    min-height: 360px;
    padding: 19px;
    padding-top: 215px;
    background-image: url("/local/templates/dorbex-3/css/../img/content/invisible/back-mobile-2.jpg");
    background-position: left -125px top -200px;
    background-size: 465px;
  }
}
.invisible__present-content h2 {
  grid-column: 1 / span 1;
  margin: 0;
  margin-bottom: 16px;
  font-size: 48px;
  line-height: 1;
  font-weight: 500;
  color: #0D2747;
}
@media (max-width: 1024px) {
  .invisible__present-content h2 {
    margin-bottom: 8px;
    font-size: 20px;
  }
}
.invisible__present-content p {
  grid-column: 1 / span 1;
  margin: 0;
  margin-bottom: 32px;
  font-size: 32px;
  line-height: 1;
  color: #0D2747;
}
@media (max-width: 1024px) {
  .invisible__present-content p {
    margin-bottom: 16px;
    font-size: 16px;
  }
}
.invisible__present-content .button {
  grid-column: 1 / span 1;
  justify-self: start;
  padding: 27px 85px;
}
@media (max-width: 1024px) {
  .invisible__present-content .button {
    width: 100%;
    padding: 16px 40px;
    justify-content: center;
    align-self: start;
  }
}
.invisible__slider {
  margin-bottom: 200px;
}
@media (max-width: 1024px) {
  .invisible__slider {
    margin-bottom: 64px;
  }
}
.invisible__slider-title {
  margin-bottom: 38px;
}
@media (max-width: 1024px) {
  .invisible__slider-title {
    margin-bottom: 24px;
  }
}
@media (max-width: 1024px) {
  .invisible__slider-title .invisible__title {
    width: 70%;
  }
}
.invisible__furniture {
  margin-bottom: 200px;
}
@media (max-width: 1024px) {
  .invisible__furniture {
    margin-bottom: 64px;
  }
}
.invisible__furniture-title {
  margin-bottom: 48px;
}
@media (max-width: 1024px) {
  .invisible__furniture-title {
    margin-bottom: 24px;
  }
}
.invisible__address {
  margin-bottom: 90px;
}
@media (max-width: 1024px) {
  .invisible__address {
    margin-bottom: 0;
  }
}
.invisible__address-title {
  margin-bottom: 48px;
}
@media (max-width: 1024px) {
  .invisible__address-title {
    margin-bottom: 24px;
  }
}
/* modal */
.modal {
  display: none;
  height: 100%;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.modal--show {
  animation-name: fadein;
  animation-duration: 0.4s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: both;
  animation-play-state: running;
  display: flex;
}
.modal--show .modal__wrapper {
  box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.15);
}
.modal__wrapper {
  display: flex;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  background-color: #F9F5EF;
  box-shadow: none;
  overflow-y: auto;
  position: relative;
}
@media (max-width: 1024px) {
  .modal__wrapper {
    overflow-y: hidden;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.modal__wrapper::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 3px;
}
.modal__wrapper::-webkit-scrollbar-track {
  background: #FFFFFF;
}
.modal__wrapper::-webkit-scrollbar-thumb {
  background-color: #224A7B;
  border-radius: 20px;
}
.modal__content {
  width: 100%;
  padding: 38px;
  padding-bottom: 0;
}
@media (max-width: 1024px) {
  .modal__content {
    height: 100%;
    padding-top: 100px;
    overflow-y: auto;
  }
  .modal__content::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 0px;
  }
  .modal__content::-webkit-scrollbar-track {
    background: #FFFFFF;
  }
  .modal__content::-webkit-scrollbar-thumb {
    background-color: #224A7B;
    border-radius: 20px;
  }
}
@media (max-width: 576px) {
  .modal__content {
    padding: 38px 8px;
    padding-bottom: 0;
  }
}
.modal__title {
  margin: 0;
  margin-bottom: 8px;
  font-size: 24px;
  line-height: 29px;
  font-weight: 700;
}
@media (max-width: 576px) {
  .modal__title {
    font-size: 18px;
    line-height: 24px;
  }
}
.modal__text {
  margin: 0;
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
@media (max-width: 576px) {
  .modal__text {
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 22px;
  }
}
.modal__close {
  padding: 0;
  border: none;
  background-color: inherit;
  display: flex;
  height: 45px;
  width: 45px;
  min-height: 45px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0);
  position: sticky;
  bottom: calc(100% - 45px);
  left: calc(100% - 45px);
  right: auto;
  z-index: 1;
}
@media (max-width: 1024px) {
  .modal__close {
    position: fixed;
    top: 0;
    left: auto;
    right: 0;
    bottom: auto;
  }
}
.modal__close span {
  display: block;
  transform: rotate(0);
  transition: all 0.4s ease-in-out;
}
.modal__close svg {
  height: 24px;
  width: 24px;
  fill: #0D2747;
}
.modal__close:hover {
  cursor: pointer;
}
.modal__close:hover span {
  transform: rotate(360deg);
  transition: all 0.4s ease-in-out;
}
.modal__overlay {
  z-index: 0;
}
.modal__iframe {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  /* высота контейнера для 16:9 (если 4:3 — 75%) */
  height: 0;
  overflow: hidden;
}
.modal__iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
  outline-width: 0;
}
/* modal-locate */
.modal-locate .modal__wrapper {
  height: 350px;
  width: 670px;
}
@media (max-width: 1024px) {
  .modal-locate .modal__wrapper {
    height: 100%;
    width: 100%;
  }
}
.modal-locate .modal__content h2 {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #EFEAE1;
}
.modal-locate .modal__content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: auto auto;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
@media (max-width: 1024px) {
  .modal-locate .modal__content ul {
    grid-template-columns: auto 1fr;
  }
}
@media (max-width: 576px) {
  .modal-locate .modal__content ul {
    grid-template-columns: 1fr;
  }
}
.modal-locate .modal__content a {
  display: inline-block;
  padding: 4px;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  color: #0D2747;
  opacity: 1;
  transition: all 0.4s ease-in-out;
}
.modal-locate .modal__content a:hover {
  opacity: 0.8;
  transition: all 0.4s ease-in-out;
}
/* modal-search */
@media (max-width: 768px) {
  .modal-search {
    justify-content: flex-start;
  }
}
.modal-search .modal__wrapper {
  height: 210px;
  width: 670px;
}
@media (max-width: 1024px) {
  .modal-search .modal__wrapper {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .modal-search .modal__wrapper {
    height: 190px;
  }
}
.modal-search .modal__content {
  padding: 0 38px;
  padding-top: 50px;
}
@media (max-width: 576px) {
  .modal-search .modal__content {
    padding: 0 13px;
    padding-top: 50px;
  }
}
.modal-search__field {
  position: relative;
}
.modal-search__field .form__field input {
  padding-left: 50px;
}
.modal-search__field .form__field input:focus + .modal-search__button svg {
  fill: #0D2747;
  transition: all 0.4s ease-in-out;
}
.modal-search__button {
  padding: 0;
  border: none;
  background-color: inherit;
  padding: 15px;
  position: absolute;
  top: 6px;
  left: 0;
}
@media (max-width: 768px) {
  .modal-search__button {
    top: 4px;
  }
}
.modal-search__button svg {
  height: 24px;
  width: 24px;
  fill: #BCB09E;
  transition: all 0.4s ease-in-out;
}
.modal-search__button:hover,
.modal-search__button:focus {
  cursor: pointer;
}
.modal-search__button:hover svg,
.modal-search__button:focus svg {
  fill: #0D2747;
  transition: all 0.4s ease-in-out;
}
/* modal-calculate */
.modal-calculate .modal__wrapper {
  height: 325px;
  width: 970px;
}
@media (max-width: 1024px) {
  .modal-calculate .modal__wrapper {
    height: 100%;
    width: 100%;
  }
}
.modal-calculate__title {
  margin-bottom: 16px;
}
.modal-calculate__wysywig {
  margin-bottom: 8px;
}
.modal-calculate__wysywig p {
  margin-bottom: 0;
}
.modal-calculate__form {
  padding-bottom: 0;
}
@media (max-width: 1024px) {
  .modal-calculate__form {
    padding-bottom: 32px;
  }
}
.modal-calculate__form ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  margin-bottom: 32px;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 0;
}
@media (max-width: 576px) {
  .modal-calculate__form ul {
    grid-template-columns: 1fr;
    margin-bottom: 24px;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 8px;
  }
}
.modal-calculate__checkbox {
  flex-grow: 1;
  margin-right: 32px;
}
@media (max-width: 768px) {
  .modal-calculate__checkbox {
    flex-grow: 0;
    margin-bottom: 32px;
  }
}
.modal-calculate__bottom {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 768px) {
  .modal-calculate__bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 576px) {
  .modal-calculate__button {
    width: 100%;
    padding: 20px 0;
    justify-content: center;
  }
}
/* modal-measurement */
.modal-measurement .modal__wrapper {
  height: 405px;
  width: 970px;
}
@media (max-width: 1024px) {
  .modal-measurement .modal__wrapper {
    height: 100%;
    width: 100%;
  }
}
.modal-measurement__title {
  margin-bottom: 16px;
}
.modal-measurement__wysywig {
  margin-bottom: 8px;
}
.modal-measurement__wysywig p {
  margin-bottom: 0;
}
.modal-measurement__form {
  padding-bottom: 0;
}
@media (max-width: 1024px) {
  .modal-measurement__form {
    padding-bottom: 32px;
  }
}
.modal-measurement__form ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  margin-bottom: 32px;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 0;
}
@media (max-width: 576px) {
  .modal-measurement__form ul {
    margin-bottom: 24px;
    grid-template-columns: 1fr;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 8px;
  }
}
.modal-measurement__checkbox {
  flex-grow: 1;
  margin-right: 32px;
}
@media (max-width: 768px) {
  .modal-measurement__checkbox {
    flex-grow: 0;
    margin-bottom: 32px;
  }
}
.modal-measurement__bottom {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 768px) {
  .modal-measurement__bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 576px) {
  .modal-measurement__button {
    width: 100%;
    padding: 20px 0;
    justify-content: center;
  }
}
/* modal-design */
.modal-design .modal__wrapper {
  height: 550px;
  width: 570px;
}
@media (max-width: 1024px) {
  .modal-design .modal__wrapper {
    height: 100%;
    width: 100%;
  }
}
.modal-design__title {
  margin-bottom: 16px;
}
.modal-design__wysywig {
  margin-bottom: 8px;
}
.modal-design__wysywig p {
  margin-bottom: 0;
}
.modal-design__form {
  padding-bottom: 0;
}
@media (max-width: 1024px) {
  .modal-design__form {
    margin-bottom: 32px;
  }
}
.modal-design__form ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  margin-bottom: 24px;
  grid-template-columns: 1fr;
  row-gap: 8px;
}
.modal-design__checkbox {
  margin-bottom: 32px;
}
.modal-design__bottom {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (max-width: 576px) {
  .modal-design__button {
    width: 100%;
    padding: 20px 0;
    justify-content: center;
  }
}
/* modal-catalog */
.modal-catalog .modal__wrapper {
  height: 490px;
  width: 970px;
}
@media (max-width: 1024px) {
  .modal-catalog .modal__wrapper {
    height: 100%;
    width: 100%;
  }
}
.modal-catalog__title {
  margin-bottom: 52px;
}
@media (max-width: 1024px) {
  .modal-catalog__title {
    margin-bottom: 32px;
  }
}
.modal-catalog__form {
  padding-bottom: 0;
}
@media (max-width: 1024px) {
  .modal-catalog__form {
    margin-bottom: 32px;
  }
}
.modal-catalog__form ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  margin-bottom: 52px;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 8px;
}
@media (max-width: 768px) {
  .modal-catalog__form ul {
    grid-template-columns: 1fr;
    -moz-column-gap: 0;
         column-gap: 0;
  }
}
.modal-catalog__form ul.modal-catalog__radio-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 32px;
  grid-template-columns: 1fr;
  -moz-column-gap: 0;
       column-gap: 0;
  row-gap: 16px;
}
.modal-catalog__checkbox {
  flex-grow: 1;
  margin-right: 32px;
}
@media (max-width: 768px) {
  .modal-catalog__checkbox {
    flex-grow: 0;
    margin-right: 0;
    margin-bottom: 32px;
  }
}
.modal-catalog__bottom {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 768px) {
  .modal-catalog__bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 576px) {
  .modal-catalog__button {
    width: 100%;
    padding: 20px 0;
    justify-content: center;
  }
}
/* modal-video */
.modal-video .modal__wrapper {
  height: 700px;
  width: 970px;
}
@media (max-width: 1024px) {
  .modal-video .modal__wrapper {
    height: 100%;
    width: 100%;
  }
}
.modal-video__title {
  margin-bottom: 8px;
}
.modal-video__text {
  margin: 0;
  margin-bottom: 8px;
  padding-top: 6px;
  font-size: 24px;
  line-height: 1;
  font-weight: 400;
}
/* modal-filter */
.modal-filter {
  display: flex;
  height: 0;
  width: 0;
  animation: none;
}
.modal-filter .modal__wrapper {
  height: 100%;
  width: 580px;
  margin: 0;
  transform: translateX(100%);
  transition: transform 0.3s ease-out;
  position: fixed;
  top: 0;
  right: 0;
  left: auto;
}
@media (max-width: 768px) {
  .modal-filter .modal__wrapper {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .modal-filter .modal__wrapper {
    overflow: hidden;
  }
}
.modal-filter .modal__wrapper::-webkit-scrollbar {
  width: 0;
}
.modal--show {
  height: 100%;
  width: 100%;
  animation: none;
}
.modal--show .modal__wrapper {
  transform: translateX(0);
  transition: transform 0.3s ease-out;
}
.modal-filter__title {
  margin-bottom: 30px;
}
@media (max-width: 576px) {
  .modal-filter__title {
    display: none;
  }
}
.modal-filter__form {
  height: 100%;
  margin: 0;
  padding: 0;
}
.modal-filter__sub-title {
  padding: 21px 0;
  padding-right: 32px;
  opacity: 1;
  transition: all 0.4s ease-in-out;
  position: relative;
}
@media (max-width: 576px) {
  .modal-filter__sub-title {
    padding: 16px 0;
  }
}
.modal-filter__sub-title:hover {
  cursor: pointer;
  opacity: 0.8;
  transition: all 0.4s ease-in-out;
}
.modal-filter__sub-title h3 {
  margin: 0;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  color: #0D2747;
}
.modal-filter__sub-title svg {
  height: 24px;
  width: 24px;
  fill: #0D2747;
}
.modal-filter__sub-title span {
  transform: rotate(180deg);
  transition: all 0.4s ease-in-out;
  position: absolute;
  top: 12px;
  right: 0;
}
.modal-filter__sub-title span.rotate {
  transform: rotate(0);
  transition: all 0.4s ease-in-out;
}
.modal-filter__content {
  max-height: 500px;
  transition: all 0.4s ease-in-out;
}
.modal-filter__content.hidden {
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
.modal-filter__list {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-bottom: 70px;
}
.modal-filter__list fieldset {
  margin: 0;
  padding: 0;
  border: none;
}
.modal-filter__list legend {
  width: 100%;
  margin: 0;
  border: none;
}
.modal-filter__list > li {
  border-bottom: 1px solid #E4DACB;
}
.modal-filter__radio-list,
.modal-filter__check-list {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 24px 0;
}
@media (max-width: 576px) {
  .modal-filter__radio-list,
  .modal-filter__check-list {
    padding: 20px 0;
  }
}
.modal-filter__radio-list li,
.modal-filter__check-list li {
  margin-bottom: 16px;
}
.modal-filter__radio-list li:last-child,
.modal-filter__check-list li:last-child {
  margin-bottom: 0;
}
.modal-filter__bottom {
  display: flex;
  padding-bottom: 0;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 1024px) {
  .modal-filter__bottom {
    margin-bottom: 32px;
  }
}
.modal-filter__send {
  padding: 23px 46px;
}
@media (max-width: 576px) {
  .modal-filter__send {
    width: calc(100% - 40px);
    padding: 16px;
    justify-content: center;
    position: fixed;
    bottom: 20px;
  }
}
.modal-filter__reset {
  padding: 0;
  border: none;
  background-color: inherit;
  display: inline-flex;
  padding: 23px 46px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  color: #FB0463;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  opacity: 1;
  transition: all 0.4s ease-in-out;
  z-index: 1;
}
@media (max-width: 576px) {
  .modal-filter__reset {
    padding: 16px;
    position: absolute;
    top: -2px;
    left: -8px;
  }
}
.modal-filter__reset:hover {
  cursor: pointer;
  opacity: 0.8;
  transition: all 0.4s ease-in-out;
}
.modal-filter__reset span {
  display: block;
}
.modal-filter__reset svg {
  height: 24px;
  width: 24px;
  fill: #FB0463;
}
@media (max-width: 576px) {
  .modal-filter__reset span:first-child {
    display: none;
  }
}
.modal-filter__reset span:last-child {
  margin-left: 8px;
  padding-top: 3px;
}
@media (max-width: 576px) {
  .modal-filter__reset span:last-child {
    margin-left: 0;
    padding-top: 0;
  }
}
/* modal-service */
.modal-service .modal__wrapper {
  height: 510px;
  width: 970px;
}
@media (max-width: 1024px) {
  .modal-service .modal__wrapper {
    height: 100%;
    width: 100%;
  }
}
.modal-service__title {
  display: flex;
  margin-bottom: 50px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .modal-service__title {
    margin-bottom: 14px;
  }
}
.modal-service__title img {
  height: 64px;
  width: 64px;
  margin-right: 24px;
  -o-object-fit: fill;
     object-fit: fill;
}
@media (max-width: 768px) {
  .modal-service__title img {
    height: 40px;
    width: 40px;
    margin-right: 16px;
  }
}
.modal-service__title h3 {
  display: inline-block;
  margin: 0;
  padding-top: 15px;
  font-size: 48px;
  line-height: 1;
  font-weight: 700;
  color: #0D2747;
}
@media (max-width: 768px) {
  .modal-service__title h3 {
    font-size: 32px;
    padding-top: 10px;
  }
}
.modal-service__wysywig {
  margin-bottom: 8px;
}
.modal-service__wysywig p {
  margin-bottom: 0;
}
.modal-service__wysywig h4 {
  padding-top: 16px;
}
.modal-service__wysywig ul {
  padding-top: 8px;
}
.modal-service__wysywig ul li {
  margin-bottom: 0;
}
/* modal-milling */
.modal-milling .modal__wrapper {
  height: 680px;
  width: 1000px;
}
@media (max-width: 1024px) {
  .modal-milling .modal__wrapper {
    height: 100%;
    width: 100%;
    overflow: hidden;
  }
}
@media (max-width: 1024px) {
  .modal-milling .modal__close {
    position: fixed;
  }
}
.modal-milling__title {
  margin-bottom: 16px;
}
.modal-milling__wysywig {
  margin-bottom: 8px;
}
.modal-milling__wysywig p {
  margin-bottom: 0;
}
/* modal-success */
.modal-success .modal__wrapper {
  height: auto;
  width: 570px;
}
@media (max-width: 1024px) {
  .modal-success .modal__wrapper {
    height: auto;
    width: 100%;
  }
}
.modal-success .modal__content {
  padding-top: 52px;
}
.modal-success__wysywig {
  text-align: center;
}
.modal-success__wysywig p {
  margin: 0;
  margin-bottom: 16px;
  font-size: 32px;
  line-height: 1;
  color: #224A7B;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .modal-success__wysywig p {
    font-size: 28px;
  }
}
.modal-success__wysywig p:last-child {
  margin-bottom: 0;
}
/* modal-order */
.modal-order .modal__wrapper,
.modal-order-2 .modal__wrapper {
  height: 510px;
  width: 970px;
}
@media (max-width: 1024px) {
  .modal-order .modal__wrapper,
  .modal-order-2 .modal__wrapper {
    height: 100%;
    width: 100%;
  }
}
.modal-order__title {
  margin-bottom: 16px;
}
.modal-order__wysywig {
  margin-bottom: 8px;
}
.modal-order__wysywig p {
  margin-bottom: 0;
}
.modal-order__form {
  padding-bottom: 32px;
}
.modal-order__form ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  margin-bottom: 24px;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 8px;
}
@media (max-width: 576px) {
  .modal-order__form ul {
    grid-template-columns: repeat(1, 1fr);
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
}
.modal-order__form ul li:nth-child(1) {
  grid-column: 1 / span 1;
}
@media (max-width: 576px) {
  .modal-order__form ul li:nth-child(1) {
    grid-column: 1 / span 1;
  }
}
.modal-order__form ul li:nth-child(2) {
  grid-column: 2 / span 1;
}
@media (max-width: 576px) {
  .modal-order__form ul li:nth-child(2) {
    grid-column: 1 / span 1;
  }
}
.modal-order__form ul li:nth-child(3) {
  grid-column: 1 / span 2;
}
@media (max-width: 576px) {
  .modal-order__form ul li:nth-child(3) {
    grid-column: 1 / span 1;
  }
}
.modal-order__checkbox {
  flex-grow: 1;
  margin-right: 32px;
}
@media (max-width: 768px) {
  .modal-order__checkbox {
    flex-grow: 0;
    margin-bottom: 32px;
  }
}
.modal-order__bottom {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 768px) {
  .modal-order__bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 576px) {
  .modal-order__button {
    width: 100%;
    padding: 20px 0;
    justify-content: center;
  }
}
/* modal-specs */
.modal-specs .modal__wrapper {
  height: 768px;
  width: 1000px;
  background-color: #F9F5EF;
}
@media (max-width: 1024px) {
  .modal-specs .modal__wrapper {
    height: 100%;
    width: 100%;
  }
}
.modal-specs__title {
  margin-bottom: 16px;
}
.modal-specs__link {
  width: auto;
  padding: 16px 24px;
  padding-top: 18px;
  justify-content: center;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  font-size: 16px;
}
@media (max-width: 576px) {
  .modal-specs__link {
    width: 100%;
    font-size: 14px;
  }
}
.modal-specs__content {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 16px 0;
}
.modal-specs__content > li {
  padding-top: 30px;
  padding-bottom: 24px;
  border-bottom: 1px solid #E4DACB;
}
@media (max-width: 576px) {
  .modal-specs__content > li {
    padding: 20px 0;
  }
}
.modal-specs__content > li:last-child {
  border-bottom: none;
}
.modal-specs__name {
  margin: 0;
  margin-bottom: 22px;
  font-size: 24px;
  line-height: 27px;
  color: #0D2747;
}
@media (max-width: 576px) {
  .modal-specs__name {
    margin-bottom: 18px;
    font-size: 20px;
    line-height: 1;
  }
}
.modal-specs__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 5px;
}
@media (max-width: 576px) {
  .modal-specs__list {
    grid-template-columns: auto 1fr;
    gap: 11px;
  }
}
.modal-specs__list dt {
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
  color: #0D2747;
}
.modal-specs__list dd {
  margin: 0;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  color: #0D2747;
}
/* modal-more */
.modal-more .modal__wrapper {
  height: 768px;
  width: 1000px;
  background-color: #FFFFFF;
  background-image: url("/local/templates/dorbex-3/css/../img/background/grey.png");
  background-size: 100%;
  background-repeat: repeat-y;
  background-position: center left -610px;
}
@media (max-width: 1024px) {
  .modal-more .modal__wrapper {
    height: 100%;
    width: 100%;
    background-image: none;
  }
}
.modal-more .modal__content {
  display: grid;
  grid-template-columns: 400px 1fr;
}
@media (max-width: 1024px) {
  .modal-more .modal__content {
    grid-template-columns: 1fr;
    padding: 32px;
  }
}
@media (max-width: 768px) {
  .modal-more .modal__content {
    padding: 32px 24px;
  }
}
.modal-more__img {
  margin-bottom: 0;
  grid-column: 1 / span 1;
  grid-row: span 2;
  justify-self: start;
}
@media (max-width: 1024px) {
  .modal-more__img {
    margin-bottom: 16px;
  }
}
@media (max-width: 576px) {
  .modal-more__img {
    justify-self: center;
  }
}
.modal-more__img img {
  height: auto;
  width: 280px;
}
.modal-more__title {
  grid-column: 2 / span 1;
  margin-bottom: 32px;
  position: relative;
}
@media (max-width: 1024px) {
  .modal-more__title {
    grid-column: 1 / span 1;
    margin-bottom: 8px;
  }
}
.modal-more__title p {
  display: inline-block;
  margin: 0;
  padding-top: 6px;
  font-size: 24px;
  line-height: 1;
  font-weight: 400;
  color: #BCB09E;
  text-transform: uppercase;
}
@media (max-width: 576px) {
  .modal-more__title p {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .modal-more__title .title {
    font-size: 24px;
  }
}
.modal-more__wysywig {
  grid-column: 2 / span 1;
}
@media (max-width: 1024px) {
  .modal-more__wysywig {
    grid-column: 1 / span 1;
  }
}
.modal-more__wysywig p {
  margin: 0;
}
.modal-more__wysywig .modal-more__wysywig-list {
  margin: 24px 0;
  padding: 24px;
  color: #FFFFFF;
  background-color: #5F5F6E;
}
.modal-more__wysywig .modal-more__wysywig-list li:before {
  background-color: #FFFFFF;
}
.modal-more__list {
  grid-column: 2 / span 1;
}
@media (max-width: 1024px) {
  .modal-more__list {
    grid-column: 1 / span 1;
  }
}
.modal-more__list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.modal-more__list ol {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: item;
}
.modal-more__list h4 {
  margin: 0;
  font-size: 24px;
  line-height: 35px;
  font-weight: 500;
  color: #0D2747;
  text-transform: uppercase;
}
@media (max-width: 576px) {
  .modal-more__list h4 {
    font-size: 20px;
    line-height: 1;
    font-weight: 600;
  }
}
.modal-more__list li {
  margin: 0;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  color: #0D2747;
}
.modal-more__list > ul {
  display: flex;
  padding: 24px 0;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .modal-more__list > ul {
    padding: 16px 0;
  }
}
.modal-more__list > ul > li {
  width: 50%;
  padding-right: 16px;
}
@media (max-width: 576px) {
  .modal-more__list > ul > li {
    width: 100%;
    padding-right: 0;
    padding-bottom: 16px;
  }
}
.modal-more__list > ul > li:last-child {
  padding-right: 0;
}
.modal-more__list > ol > li {
  padding-left: 46px;
  margin-bottom: 16px;
  position: relative;
}
@media (max-width: 576px) {
  .modal-more__list > ol > li {
    padding-left: 36px;
  }
}
.modal-more__list > ol > li:last-child {
  margin-bottom: 0;
}
.modal-more__list > ol > li::before {
  content: counter(item);
  counter-increment: item;
  display: flex;
  height: 38px;
  width: 38px;
  min-width: 38px;
  margin-right: 12px;
  padding-top: 3px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border: 1px solid #9296A1;
  border-radius: 100%;
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  color: #9296A1;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 576px) {
  .modal-more__list > ol > li::before {
    height: 28px;
    width: 28px;
    min-width: 28px;
  }
}
.modal-more--2 .modal-more__img img {
  height: auto;
  width: 440px;
}
/* modal-ral */
.modal-ral .modal__wrapper {
  height: 375px;
  width: 510px;
}
@media (max-width: 1024px) {
  .modal-ral .modal__wrapper {
    height: 100%;
    width: 100%;
  }
}
.modal-ral__title {
  margin-bottom: 16px;
}
.modal-ral__wysywig {
  margin-bottom: 8px;
}
.modal-ral__wysywig p {
  margin-bottom: 0;
}
.modal-ral__form {
  padding-bottom: 0;
}
@media (max-width: 1024px) {
  .modal-ral__form {
    padding-bottom: 32px;
  }
}
.modal-ral__form ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  margin-bottom: 52px;
  grid-template-columns: repeat(4, 1fr);
  -moz-column-gap: 32px;
       column-gap: 32px;
}
.modal-ral__form input[type="number"] {
  text-align: center;
}
.modal-ral__bottom {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 768px) {
  .modal-ral__bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 576px) {
  .modal-ral__button {
    width: 100%;
    padding: 20px 0;
    justify-content: center;
  }
}

/* End */
/* /local/templates/dorbex-3/css/styles.css?1763633184396424 */
