*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #080808;
  text-align: left;
  background-color: #ffffff;
}
[tabindex="-1"]:focus {
  outline: 0 !important;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  text-decoration: none;
  background-color: transparent;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
  border: none;
}
a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
  border: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
    "Courier New", monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #080808;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
select {
  word-wrap: normal;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type="radio"],
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
.js-focus-visible :focus:not(.focus-visible) {
  outline: 0;
}
.js-focus-visible :focus:not(.focus-visible) {
  outline: 0;
}
@media (min-width: 992px) {
  ::-webkit-scrollbar {
    width: 6px;
    background-color: #e5e5e5;
  }
  ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #e5e5e5;
  }
  ::-webkit-scrollbar-thumb {
    background-color: #ff7d00;
    border-radius: 10px;
  }
}
.noscroll {
  overflow: hidden;
}
html {
  font-size: 15px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  html {
    font-size: 16px;
  }
}
@media (min-width: 1400px) {
  html {
    font-size: 1vw;
  }
}
body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  font-family: "Zrobym", sans-serif;
  font-weight: 300;
  line-height: 1.6;
  background-color: #ffffff;
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 1.6rem;
  margin-top: 3.2rem;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
.h1:first-child,
.h2:first-child,
.h3:first-child,
.h4:first-child,
.h5:first-child {
  margin-top: 0;
}
ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
a,
button {
  font-family: "Zrobym", sans-serif;
  -webkit-transition: 0.25s cubic-bezier(0.5, 0, 0, 1);
  transition: 0.25s cubic-bezier(0.5, 0, 0, 1);
}
strong {
  font-weight: 500;
}
img {
  max-width: 100%;
}
[dir="rtl"] {
  font-size: 17px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  [dir="rtl"] {
    font-size: 18px;
  }
}
@media (min-width: 1400px) {
  [dir="rtl"] {
    font-size: 1.2vw;
  }
}
[dir="rtl"] body {
  text-align: right;
}
[data-scroll="title"] {
  position: relative;
}
[data-scroll="title"]::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: -32px;
  width: 0;
  height: 100%;
  background-color: #ff7d00;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
@media (min-width: 1200px) {
  [data-scroll="title"]::before {
    left: -64px;
  }
}
[data-scroll="fade"] {
  opacity: 0;
}
[data-scroll="fade"].scrolled {
  -webkit-animation: opacity-fade 1.5s cubic-bezier(0.19, 1, 0.5, 1) forwards;
  animation: opacity-fade 1.5s cubic-bezier(0.19, 1, 0.5, 1) forwards;
}
@-webkit-keyframes opacity-fade {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes opacity-fade {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
[data-scroll="title"] > * {
  opacity: 0;
}
[data-scroll="title"].scrolled::before {
  -webkit-animation: scroll-title 1.5s cubic-bezier(0.19, 1, 0.22, 1) forwards;
  animation: scroll-title 1.5s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}
@media (min-width: 1200px) {
  [data-scroll="title"].scrolled::before {
    -webkit-animation: scroll-title-laptop 1.5s cubic-bezier(0.19, 1, 0.22, 1)
      forwards;
    animation: scroll-title-laptop 1.5s cubic-bezier(0.19, 1, 0.22, 1) forwards;
  }
}
[data-scroll="title"].scrolled > * {
  -webkit-animation: opacity-title 1.5s cubic-bezier(0.19, 1, 0.22, 1) forwards;
  animation: opacity-title 1.5s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}
@-webkit-keyframes scroll-title {
  0% {
    left: -32px;
    width: 0;
  }
  50% {
    left: -32px;
    width: calc(100% + 32px + 32px);
  }
  100% {
    left: calc(100% + 32px);
    width: 0;
  }
}
@keyframes scroll-title {
  0% {
    left: -32px;
    width: 0;
  }
  50% {
    left: -32px;
    width: calc(100% + 32px + 32px);
  }
  100% {
    left: calc(100% + 32px);
    width: 0;
  }
}
@-webkit-keyframes scroll-title-laptop {
  0% {
    left: -64px;
    width: 0;
  }
  50% {
    left: -64px;
    width: calc(100% + 64px + 64px);
  }
  100% {
    left: calc(100% + 64px);
    width: 0;
  }
}
@keyframes scroll-title-laptop {
  0% {
    left: -64px;
    width: 0;
  }
  50% {
    left: -64px;
    width: calc(100% + 64px + 64px);
  }
  100% {
    left: calc(100% + 64px);
    width: 0;
  }
}
@-webkit-keyframes scroll-title-ar {
  0% {
    right: -32px;
    width: 0;
  }
  50% {
    right: -32px;
    width: calc(100% + 32px + 32px);
  }
  100% {
    right: calc(100% + 32px);
    width: 0;
  }
}
@keyframes scroll-title-ar {
  0% {
    right: -32px;
    width: 0;
  }
  50% {
    right: -32px;
    width: calc(100% + 32px + 32px);
  }
  100% {
    right: calc(100% + 32px);
    width: 0;
  }
}
@-webkit-keyframes scroll-title-laptop-ar {
  0% {
    right: -64px;
    width: 0;
  }
  50% {
    right: -64px;
    width: calc(100% + 64px + 64px);
  }
  100% {
    right: calc(100% + 64px);
    width: 0;
  }
}
@keyframes scroll-title-laptop-ar {
  0% {
    right: -64px;
    width: 0;
  }
  50% {
    right: -64px;
    width: calc(100% + 64px + 64px);
  }
  100% {
    right: calc(100% + 64px);
    width: 0;
  }
}
@-webkit-keyframes opacity-title {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes opacity-title {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
[dir="rtl"] [data-scroll="title"]::before {
  right: -32px;
  left: auto;
}
@media (min-width: 1200px) {
  [dir="rtl"] [data-scroll="title"]::before {
    right: -64px;
  }
}
[dir="rtl"] [data-scroll="title"].scrolled::before {
  -webkit-animation: scroll-title-ar 1.5s cubic-bezier(0.19, 1, 0.22, 1)
    forwards;
  animation: scroll-title-ar 1.5s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}
@media (min-width: 1200px) {
  [dir="rtl"] [data-scroll="title"].scrolled::before {
    -webkit-animation: scroll-title-laptop-ar 1.5s
      cubic-bezier(0.19, 1, 0.22, 1) forwards;
    animation: scroll-title-laptop-ar 1.5s cubic-bezier(0.19, 1, 0.22, 1)
      forwards;
  }
}
.grid-line {
  display: none;
}
@media (min-width: 576px) {
  .grid-line {
    display: block;
    position: fixed;
    z-index: 2;
    min-height: 100%;
    margin: 0;
    color: #e5e5e5;
    background-color: #e5e5e5;
    width: 1px;
    height: 100%;
    border: none;
  }
  .grid-line--left {
    left: 10vw;
  }
  .grid-line--center {
    z-index: 1;
    left: 50%;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .grid-line--center {
    display: none;
  }
}
@media (min-width: 576px) {
  .grid-line--right {
    right: 10vw;
  }
}
.grid-row {
  position: relative;
  z-index: 2;
  display: none;
  width: 100%;
  max-width: 100%;
  border: none;
  border-top: 1px solid #e5e5e5;
  margin: 0;
}
@media (min-width: 768px) {
  .grid-row {
    display: block;
  }
}
.grid-row--all {
  display: block;
}
.separ {
  width: 100%;
  -ms-flex-preferred-size: 32px;
  flex-basis: 32px;
  height: 32px;
}
@media (min-width: 768px) {
  .separ {
    -ms-flex-preferred-size: 6.8vw;
    flex-basis: 6.8vw;
    height: 6.8vw;
  }
}
.separ---small {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  height: 0;
}
@media (min-width: 1200px) {
  .separ---small {
    -ms-flex-preferred-size: 1.7vw;
    flex-basis: 1.7vw;
    height: 1.7vw;
  }
}
@media (min-width: 768px) {
  .separ--small {
    -ms-flex-preferred-size: 3.4vw;
    flex-basis: 3.4vw;
    height: 3.4vw;
  }
}
@media (max-width: 767px) {
  .separ--tablet {
    display: none;
  }
}
.section {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 767px) {
  .section {
    text-align: center;
  }
}
.section--dark {
  background-color: #1b1b1b;
  color: #ffffff;
}
.section--light {
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.section--back {
  color: #ffffff;
  min-height: 80vh;
}
.section--back::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 0;
  pointer-events: none;
}
.section__back {
  position: absolute;
  z-index: -2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
@media (min-width: 992px) {
  .section__back--image {
    display: none;
  }
}
@media (max-width: 991px) {
  .section__back--video {
    display: none;
  }
}
.section__back-left,
.section__back-right {
  margin: 0;
  width: 100%;
  max-width: none;
  height: 100%;
}
@media (min-width: 576px) {
  .section__back-left,
  .section__back-right {
    margin: 0;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .section__back-left,
  .section__back-right {
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    margin: 0;
  }
}
@media (min-width: 768px) {
  .section__back-left {
    left: 0;
  }
}
@media (min-width: 768px) {
  .section__back-right {
    left: 50%;
  }
}
@media (min-width: 992px) {
  .section__back-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 10vw;
  }
}
.section__back-inner {
  width: 100%;
  max-width: 30vw;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section__back-inner {
    max-width: 20vw;
  }
}
@media (min-width: 1200px) {
  .section__back-inner {
    max-width: 15vw;
  }
}
.section__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
@media (min-width: 576px) {
  .section__body {
    padding: 0 10vw;
  }
}
@media (min-width: 992px) {
  .section__body {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}
.section__body.center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.section__body.start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}
.section__body-col {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 32px;
}
@media (min-width: 992px) {
  .section__body-col {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media (min-width: 1200px) {
  .section__body-col {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (min-width: 992px) {
  .section__body-col.right {
    margin-left: auto;
  }
}
.section__body-col.fullwidth {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
.section__header {
  position: -webkit-sticky;
  position: sticky;
  top: 32px;
}
@media (min-width: 1200px) {
  .section__header {
    top: 64px;
  }
}
.section__header-title {
  display: block;
  position: relative;
  line-height: 1.2;
  font-size: 1.8rem;
  text-transform: uppercase;
  font-weight: 400;
  padding-bottom: 1rem;
}
@media (min-width: 576px) and (max-width: 767px) {
  .section__header-title {
    font-size: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .section__header-title {
    font-size: 2.4rem;
  }
}
@media (min-width: 1200px) {
  .section__header-title {
    font-size: 2.6rem;
  }
}
.section__header-title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  height: 8px;
  width: 128px;
  background-color: #ff7d00;
}
@media (max-width: 767px) {
  .section__header-title::before {
    z-index: -1;
    left: 50%;
    margin-left: -64px;
  }
}
.section__header-title strong {
  display: block;
  font-weight: 800;
}
.section__header-title h1 {
  font-size: inherit;
  font-weight: 800;
  margin: 0;
}
.section__header-subtitle {
  display: block;
  font-size: 1rem;
  margin-top: 1rem;
  text-transform: uppercase;
  font-weight: 500;
}
.section__header-subtitle a:not([class]) {
  color: #000000;
  display: inline;
  border-bottom: 1px solid #ff7d00;
  -webkit-transition: none;
  transition: none;
}
@media (min-width: 1200px) {
  .section__header-subtitle a:not([class]):hover {
    border-color: transparent;
  }
}
.section__content {
  margin-top: auto;
}
.section__content + .section__content {
  margin-top: 3.6rem;
}
.section__content-h1:first-child {
  margin-top: 3.2rem;
}
@media (min-width: 992px) {
  .section__content-h1 {
    display: none;
  }
}
@media (max-width: 991px) {
  .section__content h1 {
    display: none;
  }
}
.section__content p,
.section__content ol,
.section__content ul,
.section__content h1,
.section__content h2,
.section__content h3,
.section__content h4 {
  margin-bottom: 1.6rem;
}
.section__content p:last-child,
.section__content ol:last-child,
.section__content ul:last-child,
.section__content h1:last-child,
.section__content h2:last-child,
.section__content h3:last-child,
.section__content h4:last-child {
  margin-bottom: 0;
}
.section__content h1,
.section__content h2,
.section__content h3,
.section__content h4,
.section__content .h1,
.section__content .h2,
.section__content .h3,
.section__content .h4 {
  font-size: 1.2rem;
  line-height: 1.4;
}
.section__content a:not([class]) {
  display: inline;
  color: #ff7d00;
  border-bottom: 1px solid #ff7d00;
  text-decoration: none;
  -webkit-transition: none;
  transition: none;
}
@media (min-width: 1200px) {
  .section__content a:not([class]):hover {
    border-color: transparent;
  }
}
.section__content ol {
  counter-reset: ol_counter;
}
.section__content ol > li {
  position: relative;
  padding-left: 1rem;
}
@media (max-width: 767px) {
  .section__content ol > li {
    text-align: left;
  }
}
.section__content ol > li:before {
  counter-increment: ol_counter;
  content: counter(ol_counter) ".";
  position: absolute;
  color: #ff7d00;
  width: 1rem;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  height: 100%;
}
.section__content ul li {
  position: relative;
  padding-left: 1rem;
}
@media (max-width: 767px) {
  .section__content ul li {
    text-align: left;
  }
}
.section__content ul li::before {
  content: "–";
  position: absolute;
  left: 0;
  top: 0;
  width: 1rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  color: #ff7d00;
  font-weight: 600;
}
.section__content li {
  margin-bottom: 0.6rem;
}
.section__content li:last-child {
  margin-bottom: 0;
}
.section__buttons {
  margin-top: 4rem;
}
.section__buttons .button {
  width: 100%;
}
.section__buttons-point {
  margin-bottom: 1.6rem;
}
.section__buttons-point:last-child {
  margin-bottom: 0;
}
.section__buttons-point .button {
  width: 100%;
}
@media (min-width: 992px) {
  [dir="rtl"] .section__body-col.right {
    margin-left: 0;
    margin-right: auto;
  }
}
[dir="rtl"] .section__header-title::before {
  left: auto;
  right: 0;
}
@media (max-width: 767px) {
  [dir="rtl"] .section__header-title::before {
    right: auto;
    left: 50%;
  }
}
@media (min-width: 768px) {
  [dir="rtl"] .section__back-right {
    left: auto;
    right: 50%;
  }
}
@media (min-width: 768px) {
  [dir="rtl"] .section__back-left {
    left: auto;
    right: 0;
  }
}
@media (min-width: 992px) {
  [dir="rtl"] .section__back-wrapper {
    padding-left: 0;
    padding-right: 10vw;
  }
}
[dir="rtl"] .section__content ol > li {
  padding-right: 1rem;
  padding-left: 0;
}
@media (max-width: 767px) {
  [dir="rtl"] .section__content ol > li {
    text-align: right;
  }
}
[dir="rtl"] .section__content ol > li:before {
  left: auto;
  right: 0;
}
[dir="rtl"] .section__content ul li {
  padding-right: 1rem;
  padding-left: 0;
}
@media (max-width: 767px) {
  [dir="rtl"] .section__content ul li {
    text-align: right;
  }
}
[dir="rtl"] .section__content ul li::before {
  left: auto;
  right: 0;
}
@-webkit-keyframes button-after {
  0% {
    top: 0;
    height: 0;
  }
  50% {
    top: 0;
    height: 100%;
  }
  100% {
    top: 50%;
    height: 0;
  }
}
@keyframes button-after {
  0% {
    top: 0;
    height: 0;
  }
  50% {
    top: 0;
    height: 100%;
  }
  100% {
    top: 50%;
    height: 0;
  }
}
@-webkit-keyframes button-text {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes button-text {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.button {
  position: relative;
  display: inline-block;
  text-align: center;
  color: #000000;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  border: 2px #000000 solid;
  background-color: transparent;
  -webkit-animation: button-text 0.001s linear forwards;
  animation: button-text 0.001s linear forwards;
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
  cursor: pointer;
  padding: 12px 32px;
  line-height: 1.4;
}
@media (min-width: 1400px) {
  .button {
    padding: 1.2vw 3vw;
  }
}
.button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  opacity: 1;
  background-color: #000000;
}
.button--white {
  color: #ffffff;
  border-color: #ffffff;
}
.button--white::after {
  background-color: #ffffff;
}
.button--gold {
  color: #1b1b1b;
  border-color: #ff7d00;
  background-color: #ff7d00;
}
.button--gold::after {
  background-color: #1b1b1b;
}
@media (min-width: 1200px) {
  .button:hover::after {
    -webkit-animation: button-after 0.6s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    animation: button-after 0.6s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
  }
}
.button-more {
  padding: 0;
  background-color: transparent;
  border: none;
  color: #ff7d00;
  font-weight: 400;
  margin-top: 1.5rem;
}
@media (min-width: 1200px) {
  .button-more:hover {
    color: #ff7d00;
  }
}
.input,
.textarea {
  display: block;
  width: 100%;
  border: 2px solid transparent;
  background-color: transparent;
  line-height: 1.4;
  background-color: #e5e5e5;
  padding: 12px 16px;
  font-size: 0.9rem;
  font-weight: 500;
  color: #000000;
}
.input:focus,
.textarea:focus {
  background-color: rgba(229, 229, 229, 0.8);
  border-color: rgba(0, 0, 0, 0.1);
}
@media (min-width: 1400px) {
  .input,
  .textarea {
    padding: 1.2vw 1.5vw;
  }
}
.input::-webkit-input-placeholder,
.textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
  font-weight: 300;
}
.input:-ms-input-placeholder,
.textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
  font-weight: 300;
}
.input::-ms-input-placeholder,
.textarea::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
  font-weight: 300;
}
.input::placeholder,
.textarea::placeholder {
  color: rgba(0, 0, 0, 0.6);
  font-weight: 300;
}
.input:focus,
.textarea:focus {
  outline: none;
}
.textarea {
  resize: vertical;
}
.checkbox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.4;
  text-align: left;
}
.checkbox__input {
  position: absolute;
  left: 0;
  width: 2.4rem;
  height: 2.4rem;
  margin: 0;
  opacity: 0;
  pointer-events: none;
}
.checkbox__icon {
  display: block;
  width: 2.4rem;
  min-width: 2.4rem;
  height: 2.4rem;
  background-color: transparent;
  background-image: url("../icons/black/unchecked.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}
.checkbox__body {
  color: #000000;
  cursor: pointer;
  padding-left: 1.4rem;
}
.checkbox__desc {
  display: block;
  font-size: 0.8rem;
  color: #9d9d9d;
}
.checkbox__input.focus-visible ~ .checkbox__icon {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
.checkbox__input:checked ~ .checkbox__icon {
  background-image: url("../icons/black/checked.svg");
}
.checkbox__input:disabled ~ .checkbox__icon {
  cursor: default;
}
.checkbox__input:disabled ~ .checkbox__body {
  cursor: default;
}
.checkbox + .checkbox {
  margin-top: 1.4rem;
}
[dir="rtl"] .checkbox {
  text-align: right;
}
[dir="rtl"] .checkbox__input {
  left: auto;
  right: 0;
}
[dir="rtl"] .checkbox__body {
  padding-left: 0;
  padding-right: 1.4rem;
}
.lang {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 72px;
  padding: 10px 0;
  line-height: 1.4;
  color: #1b1b1b;
}
@media (min-width: 576px) {
  .lang {
    width: 10vw;
    padding: 10px 0;
  }
}
@media (min-width: 768px) {
  .lang {
    bottom: 102px;
  }
}
@media (min-width: 1400px) {
  .lang {
    bottom: 6.8vw;
  }
}
.lang__point {
  position: relative;
  text-align: center;
  line-height: 1;
}
.lang__point span {
  opacity: 0.7;
  color: #ff7d00;
  display: block;
  padding: 14px 0;
}
.lang__link {
  display: block;
  color: inherit;
  padding: 0.7rem 0;
}
.lang__link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.lang__link:hover {
  color: #ff7d00;
}
.lang__tablet {
  font-size: 0.9rem;
}
@media (min-width: 992px) {
  .lang__tablet {
    display: none;
  }
}
.lang__laptop {
  font-size: 0.8rem;
}
@media (max-width: 991px) {
  .lang__laptop {
    display: none;
  }
}
[dir="rtl"] .lang {
  right: auto;
  left: 0;
}
.crumbs {
  font-size: 0.8rem;
}
.crumbs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin: 24px -6px 0;
  color: inherit;
  opacity: 0.8;
}
@media (max-width: 767px) {
  .crumbs__list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 16px;
  }
}
.crumbs__list-point {
  position: relative;
  padding: 0 6px;
}
.crumbs__list-point::before {
  content: "/";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  opacity: 0.8;
  font-size: 0.7rem;
}
.crumbs__list-point:last-child::before {
  display: none;
}
.crumbs__list-point.active a {
  color: #1b1b1b !important;
  text-decoration: none;
  pointer-events: none;
}
.template-arch .crumbs__list-point.active a,
.template-design .crumbs__list-point.active a {
  color: #fff !important;
}
.crumbs__item {
  color: inherit;
  font-weight: 400;
}
.crumbs__item:hover {
  color: #ff7d00;
}
[dir="rtl"] .crumbs__list-point::before {
  right: auto;
  left: 0;
  margin-left: -4px;
}
.totop {
  position: fixed;
  z-index: 10;
  left: 0;
  bottom: 0;
  width: 10vw;
  height: 90px;
  min-height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  border: none;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s cubic-bezier(0.5, 0, 0, 1);
  transition: 0.5s cubic-bezier(0.5, 0, 0, 1);
}
@media (max-width: 767px) {
  .totop {
    width: 100%;
    height: 60px;
    min-height: 60px;
  }
}
@media (min-width: 1400px) {
  .totop {
    height: 6.8vw;
    min-height: 6.8vw;
  }
}
.totop.visible {
  opacity: 1;
  visibility: visible;
}
.totop__arrow {
  width: 42px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media (max-width: 767px) {
  .totop__arrow {
    width: 36px;
  }
}
.totop:hover .totop__arrow {
  -webkit-animation: animation-arrow 1s forwards infinite;
  animation: animation-arrow 1s forwards infinite;
}
@-webkit-keyframes animation-arrow {
  66% {
    padding-top: 16px;
  }
  100% {
    padding-top: 0;
  }
}
@keyframes animation-arrow {
  66% {
    padding-top: 16px;
  }
  100% {
    padding-top: 0;
  }
}
[dir="rtl"] .totop {
  right: auto;
  left: 0;
}
.perelink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  line-height: 1.2;
  font-size: 0.9rem;
  font-weight: 500;
  color: #1b1b1b;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .perelink {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
}
@media (min-width: 1200px) {
  .perelink:hover {
    background-color: transparent;
  }
}
@media (min-width: 1400px) {
  .perelink {
    padding: 1.2vw 1.5vw;
  }
}
.perelink::before {
  content: "";
  width: 20px;
  height: 20px;
  background-size: 18px;
  background-position: center;
  background-repeat: no-repeat;
}
.perelink.prev::before {
  background-image: url("../icons/black/arrow-prev.svg");
  margin-right: 8px;
}
.perelink.prev:hover::before {
  background-image: url("../icons/gold/arrow-prev.svg");
}
.perelink.next {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.perelink.next::before {
  background-image: url("../icons/black/arrow-next.svg");
  margin-left: 8px;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.perelink.next:hover::before {
  background-image: url("../icons/gold/arrow-next.svg");
}
[dir="rtl"] .perelink::before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
[dir="rtl"] .perelink.prev::before {
  margin-right: 0;
  margin-left: 8px;
}
[dir="rtl"] .perelink.next::before {
  margin-left: 0;
  margin-right: 8px;
}
[dir="rtl"] .fancybox-container * {
  direction: rtl;
}
[dir="rtl"] .fancybox-infobar {
  right: 0;
  left: auto;
}
[dir="rtl"] .fancybox-toolbar {
  right: auto;
  left: 0;
}
[dir="rtl"] .fancybox-navigation .fancybox-button {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
[dir="rtl"] .fancybox-navigation .fancybox-button--arrow_left {
  right: 0;
  left: auto;
}
[dir="rtl"] .fancybox-navigation .fancybox-button--arrow_right {
  right: auto;
  left: 0;
}
.social__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 32px -8px 0;
}
@media (min-width: 768px) {
  .social__list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.social__list-point {
  padding: 0 8px;
}
.social__item {
  display: block;
  width: 42px;
  height: 42px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.social__item--behance {
  background-image: url("../icons/black/behance.svg");
}
@media (min-width: 1200px) {
  .social__item--behance:hover {
    background-image: url("../icons/gold/behance.svg");
  }
}
.social__item--telegram {
  background-image: url("../icons/black/telegram.svg");
}
@media (min-width: 1200px) {
  .social__item--telegram:hover {
    background-image: url("../icons/gold/telegram.svg");
  }
}
.social__item--youtube {
  background-image: url("../icons/black/youtube.svg");
}
@media (min-width: 1200px) {
  .social__item--youtube:hover {
    background-image: url("../icons/gold/youtube.svg");
  }
}
.social__item--instagram {
  background-image: url("../icons/black/instagram.svg");
}
@media (min-width: 1200px) {
  .social__item--instagram:hover {
    background-image: url("../icons/gold/instagram.svg");
  }
}
.social__item--facebook {
  background-image: url("../icons/black/facebook.svg");
}
@media (min-width: 1200px) {
  .social__item--facebook:hover {
    background-image: url("../icons/gold/facebook.svg");
  }
}
.social__item--vk {
  background-image: url("../icons/black/vk.svg");
}
@media (min-width: 1200px) {
  .social__item--vk:hover {
    background-image: url("../icons/gold/vk.svg");
  }
}
.social__item--pinterest {
  background-image: url("../icons/black/pinterest.svg");
}
@media (min-width: 1200px) {
  .social__item--pinterest:hover {
    background-image: url("../icons/gold/pinterest.svg");
  }
}
.social__item--linkedin {
  background-image: url("../icons/black/linkedin.svg");
}
@media (min-width: 1200px) {
  .social__item--linkedin:hover {
    background-image: url("../icons/gold/linkedin.svg");
  }
}
.social .section__body {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.pride--mobile {
  overflow: hidden;
}
.modal {
  opacity: 0;
}
.menu-open:hover {
  background: rgba(255, 255, 255, 0.15);
}
.hide-desktop {
  display: none !important;
}
@media (max-width: 575px) {
  .hide-desktop {
    display: block !important;
  }
}
.hide-mobile {
  display: block;
}
@media (max-width: 575px) {
  .hide-mobile {
    display: none !important;
  }
}

.hide-desktop-xl {
  display: none !important;
}
@media (max-width: 767px) {
  .hide-desktop-xl {
    display: block !important;
  }
}
.hide-mobile-xl {
  display: block;
}
@media (max-width: 767px) {
  .hide-mobile-xl {
    display: none !important;
  }
}

.hide-desktop-xxl {
  display: none !important;
}
@media (max-width: 991px) {
  .hide-desktop-xxl {
    display: block !important;
  }
}
.hide-mobile-xxl {
  display: block;
}
@media (max-width: 991px) {
  .hide-mobile-xxl {
    display: none !important;
  }
}

.hide-desktop-xxxl {
  display: none !important;
}
@media (max-width: 1199px) {
  .hide-desktop-xxxl {
    display: block !important;
  }
}
.hide-mobile-xxxl {
  display: block;
}
@media (max-width: 1199px) {
  .hide-mobile-xxxl {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .hide-ipad {
    display: none !important;
  }
}
/*-- PRELOAD ANIMATE --*/
#philoader .path {
  stroke-dasharray: 850;
  stroke-dashoffset: 2000;
  animation: dash 6s linear;
  animation-iteration-count: infinite;
}
#philoader #path1 {
  animation-delay: 3s;
}
@keyframes dash {
  from {
    stroke-dashoffset: 2000;
  }
  to {
    stroke-dashoffset: 0;
  }
}
/*-- PRELOAD ANIMATE --*/
.totop {
  bottom: 0 !important;
}
.lang__laptop {
  display: none;
}
.lang__tablet {
  display: none;
}
.header__footer-lang.mobile-planet {
  display: none;
}
@media (max-width: 767px) {
  .header__footer-lang {
    width: 10vw !important;
    right: 0 !important;
  }
  .mobile-planet {
    bottom: 0px;
    top: 500px;
    right: 15px !important;
  }
  .header__footer-lang.mobile-planet {
    bottom: 0 !important;
    top: auto;
    margin-top: auto;
    margin-bottom: 10px;
    display: flex;
  }
  .header__footer-lang.mobile-planet .lang {
    opacity: 0;
    visibility: hidden;
    margin-bottom: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 10vw;
    left: auto !important;
    padding: 10px 0;
    line-height: 1.4;
    color: #1b1b1b;
    background: #1b1b1b;
  }
  .header__footer-lang.mobile-planet:hover .lang {
    opacity: 1;
    visibility: visible;
    margin-bottom: 30px;
    bottom: 0;
    height: calc((var(--vh, 1vh) * 100) - 50px - 20px - 60px);
    top: auto;
    vertical-align: bottom;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
  }
  .social__list-point {
    padding: 0 2px;
  }
  .social__item {
    width: 38px;
    height: 38px;
  }
  .fix-brochure {
    transform: scale(1) !important;
    margin-left: 4vw;
    margin-top: -8vw;
    margin-bottom: 8vw;
  }
}
@media (max-width: 575px) {
  .lang_mobile .header__footer-lang {
    width: auto !important;
  }
}
@media (min-width: 420px) and (max-width: 575px) {
  .lang_mobile .header__footer-lang {
    right: 1vw !important;
  }
}
@media (max-height: 320px) {
  .header__footer-lang.mobile-planet:hover .lang {
    top: calc(-100vh + 50px + 10px);
    height: calc(100vh - 50px - 10px);
    top: calc((var(--vh, 1vh) * -100) + 50px + 10px);
    height: calc((var(--vh, 1vh) * 100) - 50px - 10px);
  }
}
@media (max-width: 575px) and (max-height: 470px) {
  .menu.opened .social__list {
    display: none;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  .lang_mobile .lang {
    top: -25px !important;
  }
  .header__footer-lang .lang {
    left: -10px !important;
  }
}
@media (max-width: 992px) and (orientation: landscape) {
  .menu.opened .social__list {
    top: auto !important;
    bottom: 0;
  }
}
@media (min-width: 576px) and (max-width: 992px) {
  .mobile-planet {
    right: 0px !important;
  }
}
.hystmodal__opened,
.hystmodal__shadow {
  padding-left: 5px;
}
.hystmodal--active,
.hystmodal--moved {
  background: rgba(0, 0, 0, 0.6);
}
.menu-close.active {
  z-index: 2;
}
.menu__callback {
  z-index: 2;
}
.menu-open.fixed {
  position: fixed;
  background: #ff7d00;
  height: 50px;
  width: 50px;
  right: 0;
  left: auto;
  padding: 10px;
  box-sizing: content-box;
}
.template-main .menu-open.fixed {
  background: #ff7d00;
  box-shadow: none;
  position: fixed;
  height: 50px;
  width: 50px;
  left: auto;
  right: 0;
  padding: 10px;
  box-sizing: content-box;
}

@media (min-width: 1200px) {
  .header__footer-lang .lang {
    bottom: 5.8vw;
  }
  .header__footer-lang.mobile-planet .lang {
    display: none;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .menu-open.fixed {
    width: calc(10vw - 10px - 10px) !important;
    height: calc(10vw - 10px - 10px) !important;
  }
}
/*-- ПОИСК --*/
.menu__search {
  display: table;
}
.menu__search .search_title {
  display: table-cell;
  vertical-align: bottom;
  text-transform: uppercase;
  font-size: 1.6rem;
  padding-right: 30px;
  width: 20%;
}
.menu__search #ajaxSearch_form {
  display: table-cell;
  vertical-align: bottom;
}
.menu__search #ajaxSearch_submit {
  background-color: rgba(255, 255, 255, 0);
  border: 2px solid rgba(0, 0, 0, 0);
  color: #fff;
  padding: 10px 0;
  position: absolute;
  right: 0;
  top: 0;
  text-indent: -9999px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zOnN2Z2pzPSJodHRwOi8vc3ZnanMuY29tL3N2Z2pzIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgeD0iMCIgeT0iMCIgdmlld0JveD0iMCAwIDUxMiA1MTIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMiA1MTIiIHhtbDpzcGFjZT0icHJlc2VydmUiIGNsYXNzPSIiPjxnPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgoJPGc+CgkJPHBhdGggZD0iTTI3OC43MTgsMEMxNTAuMDg2LDAsNDUuNDM1LDEwNC42NSw0NS40MzUsMjMzLjI4MmMwLDU1LjY0MiwxOS41OTIsMTA2Ljc4OSw1Mi4yMjgsMTQ2LjkyOEwwLDQ3Ny44NzJMMzQuMTI4LDUxMiAgICBsOTcuNjYzLTk3LjY2M2M0MC4xMzcsMzIuNjM1LDkxLjI4NCw1Mi4yMjgsMTQ2LjkyNiw1Mi4yMjhDNDA3LjM1LDQ2Ni41NjUsNTEyLDM2MS45MTQsNTEyLDIzMy4yODJTNDA3LjM1LDAsMjc4LjcxOCwweiAgICAgTTI3OC43MTgsNDE4LjI5OWMtMTAyLjAxOCwwLTE4NS4wMTctODIuOTk5LTE4NS4wMTctMTg1LjAxN1MxNzYuNjk5LDQ4LjI2NSwyNzguNzE4LDQ4LjI2NXMxODUuMDE3LDgyLjk5OSwxODUuMDE3LDE4NS4wMTcgICAgUzM4MC43MzYsNDE4LjI5OSwyNzguNzE4LDQxOC4yOTl6IiBmaWxsPSIjZmZmZmZmIiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBzdHlsZT0iIiBjbGFzcz0iIj48L3BhdGg+Cgk8L2c+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPC9nPjwvc3ZnPg==);
  background-size: 20px;
  background-position: center center;
  background-attachment: scroll;
  background-repeat: no-repeat;
  height: 20px;
  width: 20px;
  box-sizing: content-box;
  opacity: 0.6;
}
.menu__search #ajaxSearch_submit:hover {
  opacity: 1;
}
.menu__search label {
  display: block;
  margin-bottom: 0;
  width: 100%;
}
.menu__search input.cleardefault {
  background-color: rgba(229, 229, 229, 0);
  width: 100%;
  min-width: auto;
  border: 0 none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  line-height: 1.4;
  padding: 12px 0;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.4);
  font-weight: 400;
  border-radius: 0;
}
.menu__search input.cleardefault:focus-visible,
.menu__search input.cleardefault:focus,
.menu__search input.cleardefault:active,
.menu__search input.cleardefault:-internal-autofill-selected,
.menu__search input.cleardefault:-webkit-autofill,
.menu__search input.cleardefault:-webkit-autofill:hover,
.menu__search input.cleardefault:-webkit-autofill:focus {
  color: rgba(255, 255, 255, 1) !important;
  background-color: rgba(229, 229, 229, 0) !important;
  border: 0 none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 0;
  outline: 0;
  -webkit-text-fill-color: rgba(255, 255, 255, 1);
  transition: background-color 5000s ease-in-out 0s;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
}
input.cleardefault {
  padding: 1.2vw 1.5vw;
  background-color: rgba(229, 229, 229, 0.3);
  width: 100%;
  border: 2px solid rgba(0, 0, 0, 0.1);
  line-height: 1.4;
  padding: 12px 16px;
  font-size: 0.9rem;
  color: #999;
  font-weight: 400;
  border-radius: 0;
}
input.cleardefault:focus-visible,
input.cleardefault:focus,
input.cleardefault:active,
input.cleardefault:-internal-autofill-selected,
input.cleardefault:-webkit-autofill,
input.cleardefault:-webkit-autofill:hover,
input.cleardefault:-webkit-autofill:focus {
  color: #111 !important;
  background-color: rgba(229, 229, 229, 0.1) !important;
  border: 2px solid rgba(0, 0, 0, 0.3);
  border-radius: 0;
  outline: 0;
  -webkit-text-fill-color: #111;
  transition: background-color 5000s ease-in-out 0s;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
}
#ajaxSearch_submit {
  background-color: rgba(255, 255, 255, 0);
  border: 2px solid rgba(0, 0, 0, 0);
  color: #111111;
  padding: 12px 19px;
}
#ajaxSearch_submit:hover {
  color: #ff7d00;
}
.ajaxSearch_result .tmb_image {
  display: block;
  min-height: 50px;
  background: #fff url(/assets/images/tmb.svg);
  margin-bottom: 0;
  background-size: contain;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 767px) {
  #ajaxSearch_form {
    margin-top: 3em;
  }
  #ajaxSearch_form label {
    display: block;
    width: 100%;
  }
  .tmb_image img {
    width: 100%;
    max-width: none;
    height: auto;
  }
  .paging1 {
    margin-bottom: 3em;
  }
  .ajaxSearch_result .tmb_image {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .menu__search {
    display: none;
  }
}
@media (min-width: 991px) {
  .menu__callback.menu__search {
    bottom: calc(6.8vw + 0px);
    color: #fff;
    height: auto;
  }
}
@media (min-width: 768px) {
  .tablegroup {
    display: table;
  }
  .coltable {
    display: table-cell;
    vertical-align: top;
  }
  .ajaxSearch_result .tmb_image {
    margin-right: 40px;
  }
  .ajaxSearch_result .tmb_image {
    width: 240px;
    display: block;
  }
  .ajaxSearch_result .tmb_image img {
    width: 240px;
    height: 160px;
    -o-fit-object: cover;
    object-fit: cover;
    object-position: center center;
    aspect-ratio: 3/2;
  }
  input.cleardefault {
    min-width: 390px;
  }
}
@media (min-width: 1400px) {
  .ajaxSearch_result .tmb_image {
    margin-right: 2.6rem;
  }
  .ajaxSearch_result .tmb_image {
    width: 15.6vw;
  }
  .ajaxSearch_result .tmb_image img {
    width: 15.6vw;
    height: 10.4vw;
  }
}
@media (max-width: 1400px) {
  .menu__callback.menu__search {
    bottom: calc(102px);
  }
}
.ajaxSearch_result .crumbs__list {
  margin-top: 0;
  margin-bottom: 10px;
}
.ajaxSearch_result .crumbs {
  font-size: 0.7rem;
}
.ajaxSearch_grpResultsDisplayed {
  display: none;
}
.ajaxSearch_resultsDisplayed {
  display: none;
}
.ajaxSearch_grpResultName {
  display: none;
}
.ajaxSearch_grpResultName + .paging1 {
  display: none;
}
.ajaxSearch_highlight.ajaxSearch_highlight1 {
  font-weight: 400;
}
.ajaxSearch_result {
  padding-bottom: 50px;
}
.ajaxSearch_result .ajaxSearch_resultLink {
  color: #ff7d00;
  font-weight: 500;
  font-size: 1.2rem;
  margin-top: -5px;
  display: inline-block;
}
.ajaxSearch_result .ajaxSearch_resultLink:hover {
  color: #ff7d00;
}
.ajaxSearch_grpResult {
  display: block;
}
.section__result {
  overflow: hidden;
}
.paging1 .paging1Prev {
  text-indent: -9999px;
  display: inline-block;
  border: solid #ff7d00;
  border-width: 0 2px 2px 0;
  height: 14px;
  width: 14px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  vertical-align: middle;
  height: 14px;
  width: 14px;
  margin-top: -2px;
  margin-right: 5px;
  margin-left: 5px;
}
.paging1 .paging1Next {
  text-indent: -9999px;
  display: inline-block;
  border: solid #ff7d00;
  border-width: 0 2px 2px 0;
  height: 14px;
  width: 14px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  vertical-align: middle;
  height: 14px;
  width: 14px;
  margin-top: -2px;
  margin-right: 5px;
  margin-left: 5px;
}
.paging1 .paging1Prev:hover,
.paging1 .paging1Next:hover {
  border: solid #111;
  border-width: 0 2px 2px 0;
}
/*-- ПОИСК --*/
.d-none {
  display: none;
}

.footer .icon_viber {
  background-image: url(../icons/white/iconsvg-viber.svg);
}
.footer .icon_whatsapp {
  background-image: url(../icons/white/iconsvg-whatsapp.svg);
}
.footer .icon_telegram {
  background-image: url(../icons/white/iconsvg-telegram.svg);
}
.icon {
  display: inline-block;
  width: 1.06rem;
  height: 1.06rem;
  background-repeat: no-repeat;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: relative;
  top: 0.2rem;
  margin-right: 0.24rem;
}
a.bold {
  font-weight: 500;
}
a.gold,
.footer__block-subtitle a {
  color: #ff7d00 !important;
}
a.gold:hover,
.footer__block-subtitle a:hover {
  color: #ff7d00 !important;
}
.footer__block-subtitle .bs {
  display: block;
  margin-bottom: 6px;
}
.footer__block-subtitle span {
  text-transform: none;
  font-weight: 300;
  color: #c8c8c8;
  font-size: 0.9rem;
}
@media (max-width: 767px) {
  .separ-sm-small {
    display: none;
  }
}

.pride_cats_item {
  position: relative;
}
.cats__header {
  padding-bottom: 64px;
}
.pride_cats_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  object-fit: cover;
  object-position: 50%;
}
.pride_cats_img-before:before {
  content: "";
  position: absolute;
  z-index: 1 !important;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 0;
  pointer-events: none;
}
.pride_cats_item .section__body {
  position: unset !important;
}
@media (min-width: 992px) {
  .pride_cats_li:nth-child(2n) .section__body-col {
    order: 2;
  }
  .pride_cats_li:nth-child(2n) .section__body-col + .section__body-col {
    order: 1;
  }
  .pride_cats_li:nth-child(2n) .pride_cats_img,
  .pride_cats_li:nth-child(2n) .pride_cats_img-before:before {
    right: 0 !important;
    left: auto;
  }
}
.pride_cats_li:last-child {
}
.section__logo_more a {
  color: #ff7d00;
}
.section__logo_more a:hover {
  color: #ff7d00;
}
.section__body.section__logo_more .logo_more + a strong {
  font-weight: 600;
  display: block;
}
.section__body.section__logo_more .section__body-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;

  flex-direction: row;

  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.col-50 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;

  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
}
.relative {
  position: relative;
}
.logo_more {
  margin-bottom: 3.2rem;
  height: 120px;
  width: auto;
}
@media (min-width: 1400px) {
  .logo_more {
    margin-bottom: 2.6rem;
    height: 8.6vw;
  }
}
@media (max-width: 767px) {
  .pride_cats_img-before:before {
    width: 100%;
  }
  .pride_cats_img {
    width: 100%;
    height: 50vw;
    position: relative;
  }
  .col-sm-p-0 {
    padding: 0 0 32px 0;
  }
  .pride_cats_img-before {
    position: relative;
  }
  .cats__header .section__header-title:before {
    z-index: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .col-sm-p-0,
  .pride_cats_img-before {
    display: none;
  }
}
@media (max-width: 991px) {
  .col-50 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .logo_more {
    margin-bottom: 1.6rem;
  }
  .pride_cats_li + .header__arrow {
    height: 62px;
  }
  .fix-arrow {
    display: none;
  }
  .fix_text .section__content {
    margin-bottom: 3.6rem;
  }
  .header__arrow.fix-arr {
    height: 6.8vw;
  }
}
@media (min-width: 992px) {
  .fix_new .chief__image {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0;
  }
}
@media (min-width: 992px) and (max-width: 1899px) {
  .section__body-col.fix_new {
    padding: 0;
  }
}
.fix_text .section__content {
  margin-top: 1.6rem;
}
@media (min-width: 992px) {
  .chief .section__body:before {
    /*content: '';
		position: absolute;
		z-index: -1;
		left: 0;
		right: 10vw;
		top: 50%;
		height: 72%;
		transform: translateY(-50%);
		border-top: 1px solid #e5e5e5;
		border-right: 1px solid #e5e5e5;
		border-bottom: 1px solid #e5e5e5;
		border-radius: 0 1000px 1000px 0;
		pointer-events: none;*/
  }
}
.team.fix .section__body:before {
  display: none;
}
@media (min-width: 992px) {
  .awards .section__body:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 10vw;
    right: 10vw;
    top: 50%;
    height: 80vw;
    margin-top: -40vw;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    pointer-events: none;
  }
  .fix-arrow {
    opacity: 0.15 !important;
    top: 0 !important;
    bottom: auto !important;
  }
}
@media (min-width: 992px) {
  .template-main .youtube__item {
    display: block;
    position: relative;
    height: 100%;
  }
  .template-main .youtube__item-image {
    height: 100%;
  }
}
.fix-absolute-top {
  position: absolute;
  top: 0;
  left: 0;
}
.fix-absolute-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
}
.hide-desktop-city {
  display: none !important;
}
@media (max-width: 991px) {
  .hide-desktop-city {
    display: block !important;
  }
}

.hide-mobile-lg {
  display: none !important;
}
@media (min-width: 1400px) {
  .hide-mobile-lg {
    display: block !important;
  }
}

.hief__image {
  z-index: -1;
}
.section__body-col.fullwidth.center {
  text-align: center;
}
.section__body-col.fullwidth.center .section__header-title:before {
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .big__item-left {
    margin-left: -10vw;
    min-width: calc(100% + 10vw);
  }
  .big__item-right {
    margin-right: -10vw;
    min-width: calc(100% + 10vw);
  }
}
.section__body-m0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
@media (min-width: 768px) and (max-width: 992px) {
  .section__body-m0 .fix_new-chief {
    padding-top: 0 !important;
    margin-bottom: 32px !important;
  }
}
/*--VIDEO--*/
#video {
  width: 100%;
  position: relative;
}
#video-over {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: none;
}
#video-play {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  box-shadow: 0 0 0 4px #fff;
  z-index: 1;
  cursor: pointer;
  transition: 0.2s ease;
  transition-property: opacity, visibility;
}
#video-play:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 21px;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-top-width: 12px;
  border-bottom-width: 12px;
  border-left-color: #fff;
  border-right-width: 0;
  transition: transform 0.2s ease;
}
#video-play:hover::before {
  transform: scale(1.2);
}
#video video {
  width: 100%;
  display: block;
}
#video.video-is-playing #video-over {
  display: block;
}
#video.video-is-playing #video-play {
  opacity: 0;
  /*visibility: hidden;*/
}
#video.video-is-playing:hover #video-play {
  opacity: 0.3;
  cursor: pointer;
  z-index: 2;
}
#video.video-is-playing:hover #video-play:hover {
  opacity: 1;
}
#video.video-is-playing #video-play:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 18px;
  width: 6px;
  background: #fff;
  border: 0 none;
  height: 24px;
  transition: transform 0.2s ease;
}
#video.video-is-playing #video-play:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 31px;
  width: 6px;
  background: #fff;
  border: 0 none;
  height: 24px;
  transition: transform 0.2s ease;
}
#video.video-is-playing:hover #video-play:hover:before,
#video.video-is-playing:hover #video-play:hover:after {
  transform: scale(1.2);
}
@media (max-width: 991px) {
  #video.video-is-playing #video-play,
  #video.video-is-playing #video-play {
    display: none;
  }
}
/*--VIDEO--*/

.block-abs {
  display: none;
}
.separ--mob {
  display: none;
}
@media (min-width: 992px) {
  .fix-sm-md-separ {
    display: none;
  }
  .block-abs {
    display: flex;
    position: absolute;
    height: 100%;
  }
  .fix-md-viz {
    display: none;
  }
  .separ--tablet {
    display: none;
  }
}
@media (max-width: 1200px) {
  .fix-md-arr {
    height: 6.8vw !important;
  }
}

@media (max-width: 991px) {
  .separ--mob {
    display: block;
  }
}

/*--CUSTOM CHECKBOX--*/
.footer a.link,
.calc__group .custom-checkbox + label .link {
  color: inherit;
}
.footer a.link:hover,
.calc__group .custom-checkbox + label .link:hover {
  color: #ff7d00;
}
.calc__group .custom-checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
  cursor: pointer;
}
.calc__group .custom-checkbox + label {
  display: inline-flex;
  align-items: center;
  user-select: none;
  text-align: left;
  line-height: 1.2em;
  font-size: 90%;
}
.calc__group .custom-checkbox + label::before {
  content: "";
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  flex-shrink: 0;
  flex-grow: 0;
  border: 2px solid #000000;
  margin-right: 0.5rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 58% 58%;
  cursor: pointer;
}
.calc__group .custom-checkbox:checked + label::before {
  border-color: #000000;
  background-color: transparent;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxNCAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNCAxLjQxNDI2TDUuMzYxMzkgMTBMMCA0LjY3MTQyTDEuMzU5MyAzLjI1NzE2TDUuMzYxMzkgNy4yMzQ3NkwxMi42NDA3IDBMMTQgMS40MTQyNloiIGZpbGw9ImJsYWNrIi8+Cjwvc3ZnPgo=");
}
/* стили при наведении курсора на checkbox */
.calc__group
  .custom-checkbox:not(:disabled):not(:checked)
  + label:hover::before {
  border-color: #000000;
}
/* стили для активного состояния чекбокса (при нажатии на него) */
.calc__group .custom-checkbox:not(:disabled):active + label::before {
  background-color: transparent;
  border-color: #000000;
}
/* стили для чекбокса, находящегося в фокусе */
.calc__group .custom-checkbox:focus + label::before {
}
/* стили для чекбокса, находящегося в фокусе и не находящегося в состоянии checked */
.calc__group .custom-checkbox:focus:not(:checked) + label::before {
  border-color: #000000;
}
/* стили для чекбокса, находящегося в состоянии disabled */
.calc__group .custom-checkbox:disabled + label::before {
  background-color: transparent;
}
/*--END--*/

/*--FIX от 2000px--*/
@media (min-width: 2000px) {
  .section__body-col:not(.section__body-col_full):not(.fullwidth) {
    width: 50%;
  }
  .f-video-cover,
  .f-video-cover img {
    width: 100%;
  }
  .text > p > img {
    width: 100%;
  }
}
/*--FIX от 2000px--*/
