@charset "UTF-8";
/* fonts */
@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto-300.woff2") format("woff2"), url("../fonts/roboto-300.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto-700.woff2") format("woff2"), url("../fonts/roboto-700.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto-400.woff2") format("woff2"), url("../fonts/roboto-400.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto-100.woff2") format("woff2"), url("../fonts/roboto-100.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
/* General Reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, legend, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

fieldset, img {
  border: 0;
}

img, object, embed {
  vertical-align: bottom;
}

address, caption, cite, code, dfn, th, var {
  font-style: inherit;
  font-weight: inherit;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

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

a * {
  cursor: pointer;
}

input, textarea, select {
  vertical-align: middle;
}

aside, nav, footer, header, section, article, figure, figcaption, main, legend {
  display: block;
  margin: 0;
}

fieldset {
  display: block;
  min-width: 100%;
}

legend {
  width: 100%;
}

mark {
  background: none;
  color: inherit;
}

abbr {
  cursor: help;
  text-decoration: none;
  border-bottom: none;
}

label[for] {
  -webkit-tap-highlight-color: transparent;
}

strong {
  font-weight: 700;
}

.cursor-pointer {
  cursor: pointer;
}

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

/* .line- */
.line-temp {
  display: block;
}
.line-temp:first-child {
  margin-top: 0;
}
.line-temp:empty {
  display: none;
}

.line-super {
  margin-top: 100px;
}

.line-section {
  margin-top: 50px;
}

.line-large {
  margin-top: 50px;
}

.line-mega {
  margin-top: 36px;
}

.line-xl {
  margin-top: 30px;
}

.line-medium {
  margin-top: 20px;
}

.line-sm {
  margin-top: 16px;
}

.line-xs {
  margin-top: 12px;
}

@media screen and (max-width: 2560px) {
  .line-super {
    margin-top: 120px;
  }

  .line-section {
    margin-top: 80px;
  }

  .line-large {
    margin-top: 66px;
  }

  .line-mega {
    margin-top: 60px;
  }
}
@media screen and (max-width: 1920px) {
  .line-super {
    margin-top: 100px;
  }

  .line-section {
    margin-top: 60px;
  }

  .line-large {
    margin-top: 56px;
  }

  .line-mega {
    margin-top: 50px;
  }
}
@media screen and (max-width: 1600px) {
  .line-super {
    margin-top: 80px;
  }

  .line-section {
    margin-top: 50px;
  }

  .line-large {
    margin-top: 46px;
  }

  .line-mega {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1440px) {
  .line-super {
    margin-top: 60px;
  }

  .line-section {
    margin-top: 40px;
  }

  .line-large {
    margin-top: 36px;
  }

  .line-mega {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .line-super {
    margin-top: 40px;
  }

  .line-section {
    margin-top: 30px;
  }

  .line-large {
    margin-top: 26px;
  }

  .line-mega {
    margin-top: 20px;
  }

  .line-medium {
    margin-top: 14px;
  }

  .line-xs {
    margin-top: 6px;
  }
}
@media screen and (max-width: 812px) {
  .line-super {
    margin-top: 54px;
  }

  .line-section {
    margin-top: 54px;
  }

  .line-large {
    margin-top: 24px;
  }

  .line-mega {
    margin-top: 26px;
  }
}
@media screen and (max-width: 768px) {
  .line-super,
.line-section {
    margin-top: 54px;
  }
}
@media screen and (max-width: 600px) {
  .line-super {
    margin-top: 40px;
  }

  .line-section {
    margin-top: 36px;
  }
}
@media screen and (max-width: 480px) {
  .line-mega {
    margin-top: 30px;
  }

  .line-medium {
    margin-top: 26px;
  }
}
@media screen and (max-height: 360px) {
  .line-section {
    margin-top: 30px;
  }
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* .paragraph- */
.paragraph-regular {
  font-size: 22px;
  line-height: 40px;
}
@media screen and (max-width: 1920px) {
  .paragraph-regular {
    font-size: 18px;
    line-height: 26px;
  }
}
@media screen and (max-width: 1440px) {
  .paragraph-regular {
    font-size: 16px;
    line-height: 22px;
  }
}
@media screen and (max-height: 375px) {
  .paragraph-regular {
    font-size: 14px;
    line-height: 16px;
  }
}

.spotpick,
.paragraph-base {
  font-size: 32px;
  line-height: 1.25em;
}
@media screen and (max-width: 1920px) {
  .spotpick,
.paragraph-base {
    font-size: 28px;
  }
}
@media screen and (max-width: 1440px) {
  .spotpick,
.paragraph-base {
    font-size: 22px;
  }
}
@media screen and (max-width: 1280px) {
  .spotpick,
.paragraph-base {
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .spotpick,
.paragraph-base {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .spotpick,
.paragraph-base {
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  .spotpick,
.paragraph-base {
    font-size: 16px;
  }
}
@media screen and (max-width: 320px) {
  .spotpick,
.paragraph-base {
    font-size: 14px;
  }
}

.paragraph-md {
  font-size: 34px;
  line-height: 1.45em;
}
@media screen and (max-width: 1920px) {
  .paragraph-md {
    font-size: 30px;
  }
}
@media screen and (max-width: 1440px) {
  .paragraph-md {
    font-size: 26px;
  }
}
@media screen and (max-width: 1280px) {
  .paragraph-md {
    font-size: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .paragraph-md {
    font-size: 22px;
  }
}
@media screen and (max-width: 812px) {
  .paragraph-md {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .paragraph-md {
    font-size: 24px;
  }
}
@media screen and (max-width: 600px) {
  .paragraph-md {
    font-size: 18px;
  }
}
/* General settings */
html {
  height: 100%;
  background: #fff;
}

body {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-weight: 300;
  min-width: 320px;
  min-height: 100%;
  background: #fff;
  position: relative;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

/* icon-svg */
.icon-svg {
  transition: fill 250ms ease 0s;
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 30px;
  fill: currentColor;
}

/* .icon_content */
.icon_content {
  display: inline-block;
  vertical-align: top;
}
.icon_content._surface {
  width: 113px;
  height: 111px;
}
@media screen and (max-width: 1024px) {
  .icon_content._surface {
    width: 86px;
    height: 86px;
  }
}
@media screen and (max-width: 812px) {
  .icon_content._surface {
    width: 70px;
    height: 70px;
  }
}
.icon_content._brain {
  width: 115px;
  height: 115px;
}
@media screen and (max-width: 1024px) {
  .icon_content._brain {
    width: 88px;
    height: 88px;
  }
}
@media screen and (max-width: 812px) {
  .icon_content._brain {
    width: 70px;
    height: 70px;
  }
}
.icon_content._scheme {
  width: 88px;
  height: 87px;
}
@media screen and (max-width: 1024px) {
  .icon_content._scheme {
    width: 50px;
    height: 52px;
  }
}
@media screen and (max-width: 812px) {
  .icon_content._scheme {
    width: 54px;
    height: 56px;
  }
}
@media screen and (max-width: 768px) {
  .icon_content._scheme {
    width: 60px;
    height: 62px;
  }
}
.icon_content._size-xl {
  width: 106px;
  height: 106px;
}
@media screen and (max-width: 1360px) {
  .icon_content._size-xl {
    width: 76px;
    height: 76px;
  }
}
@media screen and (max-width: 768px) {
  .icon_content._size-xl {
    width: 44px;
    height: 44px;
  }
}
.icon_content._size-medium {
  width: 76px;
  height: 76px;
}
@media screen and (max-width: 768px) {
  .icon_content._size-medium {
    width: 44px;
    height: 44px;
  }
}

/* .link */
a {
  color: inherit;
  text-decoration: underline;
  outline: none;
}
a:hover {
  text-decoration: none;
}
a:focus {
  outline: none;
  outline-offset: 0;
  text-decoration: none;
}
a:focus:not([class]) {
  text-decoration: none;
  border-bottom: 1px dotted currentColor;
}
.link-reverse {
  text-decoration: none;
}
.link-reverse:focus {
  border-bottom: 1px dotted currentColor;
}
.link-reverse:hover {
  text-decoration: underline;
}

.link-brand-hover:hover {
  color: #FF8C00;
}

/* button */
.button-some,
.button-reset {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  border: none;
  white-space: normal;
  user-select: none;
  background-image: none;
  background: none;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  line-height: inherit;
  font-size: inherit;
  padding: 0;
  margin: 0;
  min-width: 0;
  height: auto;
  width: auto;
  border-radius: 0;
  transition: all 250ms ease 0s;
  -webkit-appearance: none;
  cursor: pointer;
  outline: none;
  border-spacing: 0;
  text-indent: 0;
  color: inherit;
  overflow: visible;
  text-transform: none;
  -webkit-tap-highlight-color: transparent;
}
.button-some:focus, .button-some:hover,
.button-reset:focus,
.button-reset:hover {
  outline: none;
  cursor: pointer;
  text-decoration: none;
}
.button-some::-moz-focus-inner,
.button-reset::-moz-focus-inner {
  border: 0;
  padding: 0;
}
[disabled].button-some,
.button-reset[disabled] {
  cursor: default;
}
._block.button-some,
.button-reset._block {
  display: block;
  width: 100%;
}
._text-overflow.button-some,
.button-reset._text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

/* .button-some */
/* .title */
.title-reset {
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
}
.title-reset._block {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
legend {
  font-weight: inherit;
}

legend {
  display: block;
}

.title-section {
  font-weight: 300;
  font-size: 80px;
  line-height: 1.1666666667em;
  text-transform: uppercase;
}
@media screen and (max-width: 1920px) {
  .title-section {
    font-size: 60px;
  }
}
@media screen and (max-width: 1600px) {
  .title-section {
    font-size: 50px;
  }
}
@media screen and (max-width: 1440px) {
  .title-section {
    font-size: 46px;
  }
}
@media screen and (max-width: 1024px) {
  .title-section {
    font-size: 44px;
    line-height: 52px;
  }
}
@media screen and (max-width: 480px) {
  .title-section {
    font-size: 40px;
    line-height: 44px;
    word-wrap: break-word;
  }
}
@media screen and (max-width: 320px) {
  .title-section {
    font-size: 30px;
    line-height: 34px;
    word-wrap: break-word;
  }
}

.title-content {
  font-weight: 300;
  font-size: 60px;
  line-height: 1.2em;
  text-transform: uppercase;
}
@media screen and (max-width: 1920px) {
  .title-content {
    font-size: 50px;
  }
}
@media screen and (max-width: 1600px) {
  .title-content {
    font-size: 46px;
  }
}
@media screen and (max-width: 1440px) {
  .title-content {
    font-size: 40px;
  }
}
@media screen and (max-width: 1360px) {
  .title-content {
    font-size: 36px;
  }
}
@media screen and (max-width: 1280px) {
  .title-content {
    font-size: 30px;
  }
}
@media screen and (max-width: 1152px) {
  .title-content {
    font-size: 28px;
  }
}
@media screen and (max-width: 1024px) {
  .title-content {
    font-size: 24px;
  }
}
@media screen and (max-width: 812px) {
  .title-content {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .title-content {
    font-size: 30px;
  }
}
@media screen and (max-width: 600px) {
  .title-content {
    font-size: 22px;
  }
}
@media screen and (max-width: 320px) {
  .title-content {
    font-size: 18px;
  }
}
@media screen and (max-height: 360px) {
  .title-content {
    font-size: 20px;
  }
}

.title-content__icon {
  vertical-align: top;
  width: 1.2em;
  height: 1.2em;
}
@media screen and (max-width: 1024px) {
  .title-content__icon {
    width: 1.1666666667em;
    height: 1.1666666667em;
  }
}
.title-regular {
  font-weight: 300;
  font-size: 50px;
  line-height: 1.1914893617em;
  text-transform: uppercase;
}
@media screen and (max-width: 1920px) {
  .title-regular {
    font-size: 47px;
  }
}
@media screen and (max-width: 1600px) {
  .title-regular {
    font-size: 46px;
  }
}
@media screen and (max-width: 1440px) {
  .title-regular {
    font-size: 40px;
  }
}
@media screen and (max-width: 1360px) {
  .title-regular {
    font-size: 36px;
  }
}
@media screen and (max-width: 1280px) {
  .title-regular {
    font-size: 30px;
  }
}
@media screen and (max-width: 1152px) {
  .title-regular {
    font-size: 28px;
  }
}
@media screen and (max-width: 1024px) {
  .title-regular {
    font-size: 24px;
    line-height: 1.1666666667em;
  }
}
@media screen and (max-width: 812px) {
  .title-regular {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .title-regular {
    font-size: 30px;
  }
}
@media screen and (max-width: 600px) {
  .title-regular {
    font-size: 22px;
  }
}
.title-l {
  font-weight: 700;
  font-size: 30px;
  line-height: 1.1333333333em;
}
@media screen and (max-width: 600px) {
  .title-l {
    font-size: 26px;
  }
}
@media screen and (max-width: 320px) {
  .title-l {
    font-size: 24px;
  }
}

.title-sm {
  font-size: 22px;
  line-height: 1.2em;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .title-sm {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  .title-sm {
    font-size: 18px;
  }
}
/* .text-container */
.text-container > * {
  margin-top: 20px;
}
.text-container > *:first-child {
  margin-top: 0;
}
@media screen and (max-width: 1024px) {
  .text-container > * {
    margin-top: 14px;
  }
}
@media screen and (max-width: 768px) {
  .text-container > * {
    margin-top: 16px;
  }
}
@media screen and (max-width: 480px) {
  .text-container > * {
    margin-top: 26px;
  }
}
.text-container a:not([class]) {
  text-decoration: underline;
}
.text-container a:not([class]):focus, .text-container a:not([class]):hover {
  text-decoration: none;
}
.text-container p img {
  max-width: 100%;
  height: auto;
}

/* .font- */
.font-thin {
  font-weight: 100;
}

.font-light {
  font-weight: 300;
}

.font-regular {
  font-weight: 400;
}

.font-bold {
  font-weight: 700;
}

/* .color_ */
.color_brand {
  color: #FF8C00;
}

.color_white {
  color: #fff;
}

.color_white-light {
  color: #c2c2d2;
}

.color_white-dirty {
  color: #B8B4C0;
}

.color_dark {
  color: #6D6877;
}

/* .text- */
.text-uppercase {
  text-transform: uppercase;
}

/* .visually-hidden */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
}

/* .layout- */
.layout-half {
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-height: 414px) {
  .layout-half {
    height: 200%;
  }
}

.layout-half__cell {
  height: 50%;
}
@media screen and (max-height: 414px) {
  .layout-half__cell {
    flex: 1 1 auto;
  }
}

.layout-atbottom {
  display: flex;
  flex-direction: column;
}

.layout-atbottom__content {
  flex-grow: 100;
}

.layout-atbottom__footer {
  flex-shrink: 1;
}

/* .section- */
.section-dark {
  color: #B8B4C0;
  background: #37343D;
}

.section-white {
  color: #6D6877;
  background: #fff;
}

.section__title {
  color: #726D7C;
}

/* .section-back */
.section-back {
  min-height: 100vh;
  position: relative;
  z-index: 1;
}

.section-back__image {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.section-back__image._type-indent {
  margin-right: 56px;
  margin-bottom: 56px;
}
@media screen and (max-width: 1400px) {
  .section-back__image._type-indent {
    margin-right: 0;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .section-back__image._type-indent {
    margin-right: -30px;
    margin-bottom: -30px;
  }
}
@media screen and (max-width: 480px) {
  .section-back__image._type-indent {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .section-back__image._type-edge {
    margin-right: -30px;
    margin-bottom: -30px;
  }
}
@media screen and (max-width: 480px) {
  .section-back__image._type-edge {
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 1400px) {
  .section-back__image {
    height: auto;
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .section-back__image {
    display: block;
    position: static;
    max-width: 100%;
    margin-left: auto;
  }
}

@media screen and (max-width: 1700px) {
  .section-back__reserve {
    padding-right: 100px;
  }
}
@media screen and (max-width: 1600px) {
  .section-back__reserve {
    padding-right: 200px;
  }
}
@media screen and (max-width: 1560px) {
  .section-back__reserve {
    padding-right: 300px;
  }
}
@media screen and (max-width: 1400px) {
  .section-back__reserve {
    padding-right: 260px;
  }
}
@media screen and (max-width: 1024px) {
  .section-back__reserve {
    padding-right: 280px;
  }
}
@media screen and (max-width: 768px) {
  .section-back__reserve {
    padding-right: 0;
  }
}

/* .w-clean */
.w-clean {
  width: 100%;
  overflow: hidden;
}

/* .wrapper- */
.wrapper-section {
  padding: 50px 54px;
}
@media screen and (max-width: 1024px) {
  .wrapper-section {
    padding: 30px 36px;
  }
}
@media screen and (max-width: 812px) {
  .wrapper-section {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 768px) {
  .wrapper-section {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 480px) {
  .wrapper-section {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-height: 850px) {
  .wrapper {
    max-width: 1400px;
  }
}
@media screen and (min-height: 850px) and (max-width: 1920px) {
  .wrapper {
    max-width: 1250px;
  }
}

.wrapper-long {
  padding-right: 160px;
}
@media screen and (max-width: 768px) {
  .wrapper-long {
    padding-right: 0;
  }
}

/* .divider */
.divider {
  font-size: 0;
  line-height: 0;
  border: none;
  border-top: 1px solid #D3D3D3;
}

/* .cols */
.cols-clear {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

.cols {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}
.cols__image {
  width: 225px;
}
.cols__paragraph {
  width: calc(100% - 225px);
  padding-left: 60px;
}
.cols._items-stretch {
  align-items: stretch;
}
.cols._vertical-middle {
  align-items: center;
}
.cols._vertical-top {
  align-items: flex-start;
}
.cols._align-center {
  justify-content: center;
}
.cols._align-justify {
  justify-content: space-between;
}
.cols._align-right {
  justify-content: flex-end;
}
.cols._nowrap {
  flex-wrap: nowrap;
}
.cols._indent-grid {
  margin: -50px;
}
.cols._indent-grid > .col-temp {
  padding: 50px;
}
@media screen and (max-width: 1024px) {
  .cols._indent-grid {
    margin: -30px -25px;
  }
  .cols._indent-grid > .col-temp {
    padding: 30px 25px;
  }
}
@media screen and (max-width: 812px) {
  .cols._indent-grid {
    margin: -13px -10px;
  }
  .cols._indent-grid > .col-temp {
    padding: 13px 10px;
  }
}
@media screen and (max-width: 600px) {
  .cols._indent-grid {
    margin: -8px;
  }
  .cols._indent-grid > .col-temp {
    padding: 8px;
  }
}
.cols._indent-medium {
  margin-left: -23px;
  margin-right: -20px;
  margin-top: -23px;
  margin-bottom: -23px;
}
.cols._indent-medium > .col-temp {
  padding: 23px;
}
.cols._indent-component {
  margin: -9px -18px;
}
.cols._indent-component > .col-temp {
  padding: 9px 18px;
}
@media screen and (max-width: 1024px) {
  .cols._indent-component {
    margin: -7px -15px;
  }
  .cols._indent-component > .col-temp {
    padding: 7px 15px;
  }
}
@media screen and (max-width: 768px) {
  .cols._indent-component {
    margin: -6px -13px;
  }
  .cols._indent-component > .col-temp {
    padding: 6px 13px;
  }
}
@media screen and (max-width: 480px) {
  .cols._indent-component {
    margin: -5px -10px;
  }
  .cols._indent-component > .col-temp {
    padding: 5px 10px;
  }
}
.col-temp._align-top {
  align-self: start;
}
.col-temp._vertical-middle {
  align-self: center;
}
.col-temp._align-bottom {
  align-self: end;
}

.col-20 {
  width: 20%;
}

.col-25 {
  width: 25%;
}

.col-33 {
  width: 33.33%;
}

.col-38 {
  width: 38%;
}

.col-40 {
  width: 40%;
}

.col-50 {
  width: 50%;
}

.col-60 {
  width: 60%;
}

.col-62 {
  width: 62%;
}

.col-66 {
  width: 66.66%;
}

.col-75 {
  width: 75%;
}

.col-100 {
  width: 100%;
}

.col-stretch {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}

.col-stretch__content {
  width: 100%;
}

@media screen and (max-width: 1360px) {
  .col-temp._media-wide_solo {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .col-temp._media-tablet_solo {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .col-temp._media-tabletmedium_solo {
    width: 100%;
  }
}
/* (max-width:768px) */
@media screen and (max-width: 600px) {
  .col-temp._media-tabletsmall_half, .col-temp._media-tabletsmall_halfonly {
    width: 50%;
  }
  .col-temp._media-tabletsmall_solo {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .col-temp._media-mobile_solo {
    width: 100%;
  }
}
@media screen and (max-width: 320px) {
  .col-temp._media-mobilesmall_solo {
    width: 100%;
  }
}
/* .list */
.list__item {
  margin-top: 14px;
  display: flex;
}
@media screen and (max-width: 1920px) {
  .list__item {
    margin-top: 12px;
  }
}
.list__item:first-child {
  margin-top: 0;
}

.list__icon {
  color: #FF8C00;
  align-self: start;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  margin-top: 0.42em;
}
@media screen and (max-width: 1920px) {
  .list__icon {
    width: 16px;
    height: 16px;
    margin-right: 10px;
    margin-top: 0.3em;
  }
}
@media screen and (max-width: 1440px) {
  .list__icon {
    width: 12px;
    height: 12px;
    margin-right: 10px;
    margin-top: 0.3em;
  }
}
@media screen and (max-height: 360px) {
  .list__icon {
    margin-top: 0.1em;
  }
}

.list__content {
  align-self: center;
  flex-grow: 1;
  width: 1%;
}

/* .spotpick */
.spotpick {
  padding: 26px;
  background: #FF8C00;
  border-radius: 3px;
  color: #fff;
  width: auto;
  display: block;
}
@media screen and (max-width: 1024px) {
  .spotpick {
    padding: 12px;
  }
}
@media screen and (max-width: 812px) {
  .spotpick {
    padding: 28px;
  }
}
@media screen and (max-width: 768px) {
  .spotpick {
    padding: 20px 26px;
  }
}
@media screen and (max-width: 600px) {
  .spotpick {
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .spotpick {
    padding: 26px 20px;
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media screen and (max-width: 600px) {
  .spotpick__frame {
    display: block;
    margin: 0 !important;
  }
  .spotpick__frame > .col-temp {
    padding: 0 !important;
  }
}

@media screen and (max-width: 600px) {
  .spotpick__side {
    margin-bottom: 12px;
  }
}

/* .button-burger */
.button-burger {
  width: 44px;
  height: 36px;
  padding: 8px 11px;
  color: #fff;
}
.button-burger:hover {
  color: #37343D;
}
.button-burger._active .button-burger__divider:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.button-burger._active .button-burger__divider:nth-child(2) {
  transition: none;
  opacity: 0;
  transform: translateY(0px) rotate(0deg);
}
.button-burger._active .button-burger__divider:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

.button-burger__divider {
  background: currentColor;
  transition: opacity 250ms ease 0s, transform 250ms ease 0s;
  height: 3px;
  display: block;
  margin-top: 5px;
}
.button-burger__divider:first-child {
  margin-top: 0;
}

/* .menu */
.menu {
  position: fixed;
  z-index: 5000;
  top: 0;
  right: 0;
  margin-top: 70px;
}
@media screen and (max-width: 1024px) {
  .menu {
    margin-top: 37px;
  }
}

.menu__head {
  padding-right: 10px;
  background: #FF8C00;
}
@media screen and (max-width: 320px) {
  .menu__head {
    padding-right: 0;
  }
}

.menu__body {
  transition: transform 250ms ease 0s;
  position: absolute;
  top: 100%;
  right: 0;
  text-align: right;
  transform: translateX(100%);
}
.menu__body._active {
  transform: translateX(0);
}
@media screen and (max-height: 440px) {
  .menu__body {
    max-height: calc(37px * 6);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (max-width: 480px) and (max-height: 570px) {
  .menu__body {
    max-height: calc(37px * 6);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}

.menu__item {
  padding-top: 1px;
}

.menu-button {
  text-align: right;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 18px;
  line-height: 20px;
  padding: 8px 36px 8px 60px;
  transition: background-color 250ms ease 0s, color 250ms ease 0s;
}
.menu-button._head {
  font-weight: 700;
  background: #FF8C00;
  color: #37343D;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1025px) {
  .menu-button._head:hover .menu-button__arrow {
    fill: #fff;
  }
}
.menu-button._head._active {
  color: #fff;
}
.menu-button._head._active .menu-button__arrow {
  transform: rotate(90deg);
}
.menu-button._head-pick {
  color: #fff;
}
@media screen and (min-width: 1025px) {
  .menu-button._head-pick:hover .menu-button__arrow {
    fill: #37343D;
  }
}
.menu-button._regular {
  font-weight: 400;
  background: #fff;
  color: #37343D;
}
@media screen and (min-width: 1025px) {
  .menu-button._regular:hover {
    background: #FF8C00;
    color: #fff;
  }
}
.menu-button._regular._active {
  background: #FF8C00;
  color: #fff;
}
@media screen and (max-width: 480px) {
  .menu-button {
    white-space: normal;
  }
}

.menu-button__arrow {
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 16px;
  transition: transform 250ms ease 0s, fill 250ms ease 0s;
}

.submenu-list {
  display: none;
}
.submenu-list._show {
  display: block;
}

/* .nav-bullets */
.nav-bullets {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 4000;
  margin-right: 30px;
  transition: margin-right 250ms ease 0s;
}
.menu-open .nav-bullets {
  margin-right: -50px;
}
@media screen and (max-width: 480px) {
  .nav-bullets {
    margin-right: 8px;
  }
}

.nav-bullets__item {
  margin-top: 12px;
  position: relative;
  z-index: 1;
}
.nav-bullets__item:first-child {
  margin-top: 0;
}
@media screen and (max-height: 380px) {
  .nav-bullets__item {
    margin-top: 8px;
  }
}

.nav-bullet {
  display: block;
  cursor: pointer;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid #FF8C00;
  transition: background-color 250ms ease 0s;
}
@media screen and (min-width: 1025px) {
  .nav-bullet:hover {
    background-color: #FF8C00;
  }
  .nav-bullet:hover + .nav-bullet__tooltip {
    visibility: visible;
    opacity: 1;
  }
}
.nav-bullet._active {
  background-color: #FF8C00;
}

.nav-bullet__tooltip {
  position: absolute;
  top: 50%;
  right: calc(100% + 10px);
  transform: translateY(-50%);
  white-space: nowrap;
  font-size: 14px;
  line-height: 16px;
  color: #FF8C00;
  opacity: 0;
  visibility: hidden;
  transition: opacity 250ms ease 0s, visibility 250ms ease 0s;
}

/* .logo */
.logo {
  width: 600px;
  height: auto;
  margin-top: 0px;
}
@media screen and (max-width: 1920px) {
  .logo {
    max-width: 500px;
    height: auto;
    margin-top: 0px;
  }
}
@media screen and (max-width: 1600px) {
  .logo {
    max-width: 450px;
    height: auto;
    margin-top: 0px;
  }
}
@media screen and (max-width: 600px) {
  .logo {
    max-width: 280px;
    height: auto;
    margin-top: 5px;
  }
}
@media screen and (max-width: 480px) {
  .logo {
    max-width: 240px;
    margin-top: 5px;
  }
}
@media screen and (max-height: 360px) {
  .logo {
    max-width: 240px;
    margin-top: 5px;
  }
}

/* .pickquote */
.pickquote {
  font-weight: 400;
  border-left: 1px solid #FF8C00;
  padding: 12px 0 12px 56px;
}
@media screen and (max-width: 1440px) {
  .pickquote {
    padding-left: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .pickquote {
    padding-left: 30px;
  }
}
@media screen and (max-width: 600px) {
  .pickquote {
    padding: 0 0 0 20px;
  }
}
/* .tabs-tabletmedium */
/* .presentation-tabs */
.presentation-tabs__frame {
  margin-left: -50px;
  margin-right: -50px;
}
@media screen and (max-width: 1024px) and (min-height: 850px) {
  .presentation-tabs__frame {
    margin-left: -25px;
    margin-right: -25px;
  }
}
@media screen and (max-width: 768px) and (min-height: 850px) {
  .presentation-tabs__frame {
    margin-top: -30px;
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media screen and (min-width: 1024px) and (max-height: 850px) {
  .presentation-tabs__frame {
    margin-top: -60px;
    margin-left: -60px;
    margin-right: -54px;
  }
}
@media screen and (max-width: 1024px) and (max-height: 850px) {
  .presentation-tabs__frame {
    margin-top: -40px;
    margin-left: -40px;
    margin-right: -35px;
  }
}
@media screen and (max-width: 768px) and (max-height: 850px) {
  .presentation-tabs__frame {
    margin-top: -40px;
    margin-left: -40px;
    margin-right: -30px;
  }
}
@media screen and (max-width: 480px) {
  .presentation-tabs__frame {
    margin-top: -40px;
    margin-left: -20px;
    margin-right: -20px;
  }
}
.presentation-tabs__col {
  padding-left: 50px;
  padding-right: 50px;
}
@media screen and (max-width: 1024px) and (min-height: 850px) {
  .presentation-tabs__col {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (max-width: 768px) and (min-height: 850px), screen and (max-height: 850px) {
  .presentation-tabs__col {
    padding-left: 0;
    padding-right: 0;
  }
}
.presentation-tabs__col-head {
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) and (min-height: 850px), screen and (max-height: 850px) {
  .presentation-tabs__col-head {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) and (min-height: 850px), screen and (max-height: 850px) {
  .presentation-tabs__col-tab {
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    display: none;
  }
  .presentation-tabs__col-tab._show {
    display: block;
  }
}
@media screen and (max-width: 480px) and (min-height: 850px) {
  .presentation-tabs__col-tab {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 320px) and (min-height: 850px) {
  .presentation-tabs__col-tab {
    padding-top: 15px;
  }
}
@media screen and (max-height: 360px) and (min-height: 850px) {
  .presentation-tabs__col-tab {
    padding-top: 15px;
  }
}
.presentation-tabs__button {
  font-weight: 700;
  font-size: 30px;
  line-height: 1.1333333333em;
}
@media screen and (max-width: 600px) and (min-height: 850px) {
  .presentation-tabs__button {
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) and (min-height: 850px), screen and (max-height: 850px) {
  .presentation-tabs__button {
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    color: #FF8C00;
    background: #ECE9F1;
    padding: 20px 10px;
    text-align: center;
  }
  .presentation-tabs__button._active {
    color: #37343D;
    background: #fff;
  }
}
@media screen and (max-width: 480px) and (min-height: 850px) {
  .presentation-tabs__button {
    padding: 10px 6px;
  }
}
@media screen and (max-width: 768px) and (min-height: 850px), screen and (max-height: 850px) {
  .presentation-tabs__button-divider {
    display: none;
  }
}
@media screen and (max-width: 768px) and (min-height: 850px), screen and (max-height: 850px) {
  .presentation-tabs__button-footer {
    margin-top: 16px;
  }
}

/* .button-sticky */
.button-sticky {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #FF8C00;
  color: #fff;
  display: flex;
  animation: 2s linear 0s normal none infinite running animation_button_sticky-round;
  position: fixed;
  z-index: 3000;
  bottom: 0;
  right: 0;
  margin-right: 60px;
  margin-bottom: 60px;
}
.button-sticky:hover {
  color: #FF8C00;
  background: #fff;
}

.button-sticky__icon {
  width: 64px;
  height: 64px;
  margin: auto auto auto auto;
}

@keyframes animation_button_sticky-round {
  40% {
    box-shadow: 0 0 0 26px rgba(255, 140, 0, 0.2);
  }
  80% {
    box-shadow: 0 0 0 26px rgba(255, 140, 0, 0.2), 0 0 0 52px rgba(255, 140, 0, 0.2);
  }
  100% {
    box-shadow: 0 0 0 26px rgba(255, 140, 0, 0), 0 0 0 52px rgba(255, 140, 0, 0);
  }
}
@media screen and (max-width: 1360px) {
  .button-sticky {
    width: 60px;
    height: 60px;
    margin-right: 20px;
    margin-bottom: 20px;
  }

  .button-sticky__icon {
    width: 32px;
    height: 32px;
  }

  @keyframes animation_button_sticky-round {
    40% {
      box-shadow: 0 0 0 14px rgba(255, 140, 0, 0.2);
    }
    80% {
      box-shadow: 0 0 0 14px rgba(255, 140, 0, 0.2), 0 0 0 28px rgba(255, 140, 0, 0.2);
    }
    100% {
      box-shadow: 0 0 0 14px rgba(255, 140, 0, 0), 0 0 0 28px rgba(255, 140, 0, 0);
    }
  }
}
#people, #ecm, #java, #bizagi, #activiti, #uipath {
  /*
    title-primary
    title-mega
    title-section
    title-content
    title-content__icon
    title-regular
    title-leading
    title-heading
    title-xl
    title-l
    title-m
    title-md
    title-s
    title-sm
    title-xs
    title-xm
    title-xxs
  */
}
@media screen and (max-width: 1360px) {
  #people .wrapper-long, #ecm .wrapper-long, #java .wrapper-long, #bizagi .wrapper-long, #activiti .wrapper-long, #uipath .wrapper-long {
    padding-right: 0px;
  }
}
#people .title-l, #ecm .title-l, #java .title-l, #bizagi .title-l, #activiti .title-l, #uipath .title-l {
  line-height: 1em;
}
#people .title-left, #ecm .title-left, #java .title-left, #bizagi .title-left, #activiti .title-left, #uipath .title-left {
  font-size: 35px;
  line-height: 40px;
}
#people .title-r, #ecm .title-r, #java .title-r, #bizagi .title-r, #activiti .title-r, #uipath .title-r {
  font-size: 20px;
}
#people .text-r, #ecm .text-r, #java .text-r, #bizagi .text-r, #activiti .text-r, #uipath .text-r {
  font-size: 30px;
  line-height: 40px;
}
#people .title-leading, #ecm .title-leading, #java .title-leading, #bizagi .title-leading, #activiti .title-leading, #uipath .title-leading {
  padding-right: 50px;
}
#people .col-temp[data-column="1"], #ecm .col-temp[data-column="1"], #java .col-temp[data-column="1"], #bizagi .col-temp[data-column="1"], #activiti .col-temp[data-column="1"], #uipath .col-temp[data-column="1"] {
  padding-right: 50px;
}
@media screen and (max-width: 1360px) {
  #people .col-temp[data-column="1"], #ecm .col-temp[data-column="1"], #java .col-temp[data-column="1"], #bizagi .col-temp[data-column="1"], #activiti .col-temp[data-column="1"], #uipath .col-temp[data-column="1"] {
    padding-right: 23px;
  }
}
#people .col-temp[data-column="2"], #ecm .col-temp[data-column="2"], #java .col-temp[data-column="2"], #bizagi .col-temp[data-column="2"], #activiti .col-temp[data-column="2"], #uipath .col-temp[data-column="2"] {
  padding-left: 0px;
}
#people .col-temp[data-column="2"] .container, #ecm .col-temp[data-column="2"] .container, #java .col-temp[data-column="2"] .container, #bizagi .col-temp[data-column="2"] .container, #activiti .col-temp[data-column="2"] .container, #uipath .col-temp[data-column="2"] .container {
  padding-left: 66px;
  margin-top: 10px;
  border-left: 1px solid #FF8C00;
  height: 100%;
}
@media screen and (max-width: 1360px) {
  #people .col-temp[data-column="2"] .container, #ecm .col-temp[data-column="2"] .container, #java .col-temp[data-column="2"] .container, #bizagi .col-temp[data-column="2"] .container, #activiti .col-temp[data-column="2"] .container, #uipath .col-temp[data-column="2"] .container {
    border-left: none;
    padding-left: 23px;
    margin-top: 10px;
  }
}
#people .image__container img, #ecm .image__container img, #java .image__container img, #bizagi .image__container img, #activiti .image__container img, #uipath .image__container img {
  width: 87px;
  height: 87px;
}
@media screen and (max-width: 1280px) {
  #people .image__container img, #ecm .image__container img, #java .image__container img, #bizagi .image__container img, #activiti .image__container img, #uipath .image__container img {
    width: 82px;
    height: 82px;
  }
}
@media screen and (max-width: 1280px) {
  #people .image__container img, #ecm .image__container img, #java .image__container img, #bizagi .image__container img, #activiti .image__container img, #uipath .image__container img {
    width: 76px;
    height: 76px;
  }
}
#people .gray-box, #ecm .gray-box, #java .gray-box, #bizagi .gray-box, #activiti .gray-box, #uipath .gray-box {
  padding: 25px;
  background: #4C4853;
}
#people .gray-box .icon_content, #ecm .gray-box .icon_content, #java .gray-box .icon_content, #bizagi .gray-box .icon_content, #activiti .gray-box .icon_content, #uipath .gray-box .icon_content {
  margin-right: 25px;
}

#bpm .cols._indent-component, #rpa .cols._indent-component, #web .cols._indent-component, #alfresco .cols._indent-component, #bonita .cols._indent-component, #contacts .cols._indent-component {
  margin-top: 25px;
}
#bpm .col-temp[data-column="2"], #rpa .col-temp[data-column="2"], #web .col-temp[data-column="2"], #alfresco .col-temp[data-column="2"], #bonita .col-temp[data-column="2"], #contacts .col-temp[data-column="2"] {
  padding-left: 0px;
}
#bpm .col-temp[data-column="2"] .container, #rpa .col-temp[data-column="2"] .container, #web .col-temp[data-column="2"] .container, #alfresco .col-temp[data-column="2"] .container, #bonita .col-temp[data-column="2"] .container, #contacts .col-temp[data-column="2"] .container {
  padding-left: 66px;
  margin-top: 30px;
  border-left: 1px solid #FF8C00;
}
@media screen and (max-width: 1360px) {
  #bpm .col-temp[data-column="2"] .container, #rpa .col-temp[data-column="2"] .container, #web .col-temp[data-column="2"] .container, #alfresco .col-temp[data-column="2"] .container, #bonita .col-temp[data-column="2"] .container, #contacts .col-temp[data-column="2"] .container {
    border-left: none;
    padding-left: 23px;
    margin-top: 10px;
  }
}
#bpm .title-l, #rpa .title-l, #web .title-l, #alfresco .title-l, #bonita .title-l, #contacts .title-l {
  font-size: 30px;
  font-weight: 500;
  font-style: normal;
  line-height: 40px;
  margin-bottom: 20px;
}
#bpm .title-left, #rpa .title-left, #web .title-left, #alfresco .title-left, #bonita .title-left, #contacts .title-left {
  font-size: 35px;
  line-height: 40px;
}
#bpm .icon-iceberg, #rpa .icon-iceberg, #web .icon-iceberg, #alfresco .icon-iceberg, #bonita .icon-iceberg, #contacts .icon-iceberg {
  width: 153px;
  height: 153px;
}
#bpm .orange-box, #rpa .orange-box, #web .orange-box, #alfresco .orange-box, #bonita .orange-box, #contacts .orange-box {
  padding: 25px;
  background: #FF8C00;
}
#bpm .orange-button, #rpa .orange-button, #web .orange-button, #alfresco .orange-button, #bonita .orange-button, #contacts .orange-button {
  padding: 25px;
  background: #FF8C00;
  color: #fff;
  font-weight: bolder;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 10px;
}
#bpm .orange-button img, #rpa .orange-button img, #web .orange-button img, #alfresco .orange-button img, #bonita .orange-button img, #contacts .orange-button img {
  vertical-align: middle;
  margin-left: 10px;
  margin-right: 10px;
}
#bpm .white-button, #rpa .white-button, #web .white-button, #alfresco .white-button, #bonita .white-button, #contacts .white-button {
  padding: 25px;
  background: transparent;
  color: #6D6877;
  font-weight: bolder;
  text-align: center;
  vertical-align: middle;
}
#bpm .white-button img, #rpa .white-button img, #web .white-button img, #alfresco .white-button img, #bonita .white-button img, #contacts .white-button img {
  vertical-align: middle;
  margin-right: 10px;
}

@media screen and (max-width: 1440px) {
  .test {
    background-color: white;
  }
}
@media screen and (max-width: 1360px) {
  .test {
    background-color: yellow;
  }
}
@media screen and (max-width: 1280px) {
  .test {
    background-color: gray;
  }
}
@media screen and (max-width: 1152px) {
  .test {
    background-color: green;
  }
}
@media screen and (max-width: 1024px) {
  .test {
    background-color: brown;
  }
}
@media screen and (max-width: 768px) {
  .test {
    background-color: blue;
  }
}
@media screen and (max-width: 600px) {
  .test {
    background-color: red;
  }
}
@media screen and (max-width: 480px) {
  .test {
    background-color: pink;
  }
}
@media screen and (max-width: 320px) {
  .test {
    background-color: orange;
  }
}

.test-red {
  border: 1px solid red;
}

.test-blue {
  border: 1px solid blue;
}

.test-green {
  border: 1px solid green;
}

.hidden-scrollbar {
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.hidden-scrollbar::-webkit-scrollbar {
  width: 0px;
}

.container {
  width: 100%;
  height: 100%;
}

.title-leading {
  font-size: 40px;
  line-height: 1.25em;
  text-transform: uppercase;
  font-weight: bold;
}
@media screen and (max-width: 1600px) {
  .title-leading {
    font-size: 33px;
  }
}
@media screen and (max-width: 1440px) {
  .title-leading {
    font-size: 31px;
  }
}
@media screen and (max-width: 1024px) {
  .title-leading {
    font-weight: 300;
    font-size: 40px;
  }
}
@media screen and (max-width: 480px) {
  .title-leading {
    font-size: 26px;
  }
}
@media screen and (max-width: 320px) {
  .title-leading {
    font-size: 20px;
    word-wrap: break-word;
  }
}

.title-s {
  font-size: 25px;
  line-height: 120%;
  font-weight: bold;
}
.title-ss {
  font-size: 21px;
  line-height: 127%;
}
@media screen and (max-width: 1280px) {
  .title-ss {
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .title-ss {
    font-size: 16px;
  }
}
.title-xs {
  font-size: 20px;
  line-height: 120%;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .title-xs {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .title-xs {
    font-size: 11px;
  }
}
.paragraph-sm {
  font-size: 22px;
  line-height: 120%;
  font-weight: bold;
}
@media screen and (max-width: 1600px) {
  .paragraph-sm {
    font-weight: normal;
  }
}
.paragraph-xs {
  font-size: 18px;
  line-height: 120%;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .paragraph-xs {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .paragraph-xs {
    font-size: 10px;
  }
}
.font-thin {
  font-weight: 100;
}

.font-light {
  font-weight: 300;
}

.font-regular {
  font-weight: 400;
}

.font-normal {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.line-md {
  margin-top: 30px;
}

.line-m {
  margin-top: 35px;
}

.line-xxs {
  margin-top: 5px;
}

.list__icon-md {
  width: 30px;
  height: 30px;
  align-self: start;
  margin-right: 20px;
  margin-top: 0.3em;
}

.image__container {
  flex-flow: nowrap;
}
@media screen and (max-width: 1360px) {
  .image__container {
    padding-right: 40px;
  }
}
@media screen and (max-width: 1152px) {
  .image__container {
    padding-right: 30px;
  }
}
.image__set {
  flex-flow: wrap;
}
@media screen and (max-width: 1360px) {
  .image__set {
    display: flex;
    display: -ms-flex;
    display: -moz-flex;
  }
}

.image__legend {
  padding-left: 10px;
  width: 210px;
  margin: auto 0px;
}

#pp-nav li .active span {
  background: #FF8C00;
}

.pp-tooltip {
  color: #FF8C00;
}

#pp-nav.right {
  right: -5px;
}

.menu-button,
.menu__head {
  border: 1px solid #6D6877;
  border-right: none;
}

.menu__item {
  padding-top: 0px;
  margin-top: -1px;
}

._vertical-bottom {
  vertical-align: bottom;
}

/* The Modal (background) */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 6000;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  padding: 0;
  border: 1px solid #FF8C00;
  border-radius: 10px;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 80%;
  display: -ms-flex;
  display: -moz-flex;
  display: flex;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
}
@media screen and (max-width: 768px) {
  .modal-content {
    width: 90%;
    height: 90%;
  }
}
@media screen and (max-width: 480px) {
  .modal-content {
    width: 100%;
    height: 100%;
  }
}
.modal-content__container {
  padding: 40px;
}
@media screen and (max-width: 1240px) {
  .modal-content__container {
    padding: 20px;
  }
}
.modal-content__message {
  flex-grow: 2;
}
.modal-content__item {
  padding-top: 40px;
}
@media screen and (max-width: 1240px) {
  .modal-content__item {
    padding-top: 20px;
  }
}
@media screen and (max-width: 480px) {
  .modal-content__item._message {
    padding-top: 0;
  }
}
.modal-content .orange-button {
  padding: 25px;
  background: #FF8C00;
  color: #fff;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 10px;
}
.modal-content .orange-button img {
  vertical-align: middle;
  margin-left: 0px;
  margin-right: 10px;
  width: 32px;
  height: auto;
}
.modal-content .line-field-text .cols {
  padding: 40px;
  padding-bottom: 0px;
}
@media screen and (max-width: 480px) {
  .modal-content .line-field-text .cols {
    padding: 20px;
    padding-bottom: 0px;
  }
}
@media screen and (max-height: 360px) {
  .modal-content .line-field-text .cols {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.modal-content .line-field-text input {
  width: 100%;
}
.modal-content .line-field-memo .cols-clear {
  height: 100%;
}
.modal-content .line-field-memo .cols-clear .cols {
  height: 100%;
  padding: 40px;
}
@media screen and (max-width: 480px) {
  .modal-content .line-field-memo .cols-clear .cols {
    padding: 20px;
    padding-top: 0px;
  }
}
@media screen and (max-height: 360px) {
  .modal-content .line-field-memo .cols-clear .cols {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.modal-content .line-field-memo textarea {
  width: 100%;
}
.modal-content .line-button .cols-clear {
  padding-top: 0px;
}
@media screen and (max-width: 480px) {
  .modal-content .line-button .cols-clear {
    padding-bottom: 0px;
  }
}
@media screen and (max-height: 360px) {
  .modal-content .line-button .cols-clear {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
  }
}
.modal-content .line-button .cols-clear .cols {
  justify-content: center;
  height: 100%;
}
.modal-content .line-button .cols-clear .cols .button-in-message {
  width: 40%;
  margin-left: 10px;
  margin-right: 10px;
}
.modal-content .line-button .cols-clear .cols .button-in-message .orange-button {
  padding: 25px;
}
@media screen and (max-width: 1920px) {
  .modal-content .line-button .cols-clear .cols .button-in-message .orange-button {
    padding: 20px;
  }
}
@media screen and (max-width: 1280px) {
  .modal-content .line-button .cols-clear .cols .button-in-message .orange-button {
    padding: 5px;
  }
}
.modal-content .line-button .cols-clear .cols .button-in-message .gray-button {
  background-color: #6D6877;
}

.flex-row {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -ms-flex;
  display: -moz-flex;
  display: flex;
}
.flex-row._stretch {
  align-items: stretch;
  -webkit-align-items: stretch;
}
.flex-row._wrap {
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.h100 {
  height: 100%;
}

.flex-column {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -ms-flex;
  display: -moz-flex;
  display: flex;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
}

.flex-item._grow {
  flex-grow: 1;
  -webkit-flex-grow: 1;
}

@media screen and (max-width: 480px) {
  ._media-mobile_hide {
    display: none;
  }
}

._media-mobile_show {
  display: none;
}
@media screen and (max-width: 480px) {
  ._media-mobile_show {
    display: inherit;
  }
}

.padding-top-no {
  padding-top: 0px;
}

/* The Close Button */
.close {
  color: #6D6877;
  float: right;
  font-size: 40px;
  font-weight: bold;
  margin-top: -10px;
}

.close:hover,
.close:focus {
  color: #FF8C00;
  text-decoration: none;
  cursor: pointer;
}

/* %field-reset */
.field {
  -webkit-appearance: none;
  border-radius: 0;
  outline: none;
  display: block;
  width: 100%;
  font-family: "Open Sans", Helvetica, sans-serif;
}

/* .field */
.field {
  background: #fff;
  border: 1px solid #d7d7d7;
  box-shadow: 0 0 6px #d7d7d7 inset;
  font-size: 14px;
  line-height: 18px;
  padding: 10px;
  height: 40px;
  color: #000;
}

.field::-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
  opacity: 1;
  text-overflow: ellipsis;
}

.field::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
  text-overflow: ellipsis;
}

.field:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
  text-overflow: ellipsis;
}

.field::placeholder {
  color: rgba(0, 0, 0, 0.4);
  text-overflow: ellipsis;
}

.field:focus::-moz-placeholder {
  color: transparent;
}

.field:focus::-webkit-input-placeholder {
  color: transparent;
}

.field:focus:-ms-input-placeholder {
  color: transparent;
}

.field:focus::placeholder {
  color: transparent;
}

.field:focus {
  border-color: #90551c;
}

.field.error {
  box-shadow: 0 0 6px #990000 inset;
  background: #ffdddd;
}

textarea.field {
  min-height: 100%;
  resize: none;
}

.back-text-white {
  background-color: #ffffff;
  box-shadow: 0.5em 0 0 #ffffff, -0.5em 0 0 #ffffff;
}

.open-message-window {
  cursor: pointer;
}

.message-button {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.message-button__text {
  align-self: center;
}
@media screen and (max-width: 1600px) {
  .message-button__text {
    font-size: 26px;
  }
}
@media screen and (max-width: 1500px) {
  .message-button__text {
    font-size: 24px;
  }
}
@media screen and (max-width: 1440px) {
  .message-button__text {
    font-size: 22px;
  }
}
@media screen and (max-width: 1360px) {
  .message-button__text {
    font-size: 28px;
  }
}
@media screen and (max-width: 420px) {
  .message-button__text {
    font-size: 24px;
  }
}

/* доработки первой страницы */
@media screen and (max-width: 1280px) {
  main .paragraph-base {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  main .paragraph-base {
    font-size: 20px;
  }
}
@media screen and (max-height: 850px) and (max-width: 600px) {
  main .paragraph-base {
    font-size: 18px;
  }
}
@media screen and (max-height: 850px) and (max-width: 440px) {
  main .paragraph-base {
    font-size: 16px;
  }
}
@media screen and (max-height: 720px) {
  main .paragraph-base {
    font-size: 24px;
  }
}
@media screen and (max-height: 720px) and (max-width: 1380px) {
  main .paragraph-base {
    font-size: 20px;
  }
}
@media screen and (max-height: 720px) and (max-width: 920px) {
  main .paragraph-base {
    font-size: 18px;
  }
}
@media screen and (max-height: 720px) and (max-width: 720px) {
  main .paragraph-base {
    font-size: 16px;
  }
}
@media screen and (max-height: 720px) and (max-width: 440px) {
  main .paragraph-base {
    font-size: 14px;
  }
}
@media screen and (max-height: 540px) {
  main .paragraph-base {
    font-size: 20px;
  }
}
@media screen and (max-height: 540px) and (max-width: 1152px) {
  main .paragraph-base {
    font-size: 18px;
  }
}
@media screen and (max-height: 540px) and (max-width: 760px) {
  main .paragraph-base {
    font-size: 16px;
  }
}
@media screen and (max-height: 540px) and (max-width: 720px) {
  main .paragraph-base {
    font-size: 14px;
  }
}
@media screen and (max-height: 850px) {
  main .layout-atbottom__content {
    height: 70px;
  }
}
@media screen and (max-height: 850px) {
  main .layout-atbottom__content img.logo {
    max-width: 350px;
  }
}
@media screen and (max-height: 850px) and (max-width: 600px) {
  main .layout-atbottom__content img.logo {
    max-width: 250px;
  }
}
@media screen and (max-height: 720px) {
  main .layout-atbottom__content img.logo {
    max-width: 250px;
  }
}
@media screen and (max-height: 720px) and (max-width: 440px) {
  main .layout-atbottom__content img.logo {
    max-width: 200px;
  }
}
@media screen and (max-height: 540px) and (max-width: 720px) {
  main .layout-atbottom__content img.logo {
    max-width: 200px;
  }
}
@media screen and (max-height: 850px) and (max-width: 920px) {
  main .layout-atbottom__footer {
    margin-top: 30px;
  }
}
@media screen and (max-height: 850px) and (max-width: 600px) {
  main .layout-atbottom__footer {
    margin-top: 0px;
  }
}
@media screen and (max-height: 720px) {
  main .layout-atbottom__footer {
    margin-top: 30px;
  }
}
@media screen and (max-height: 720px) and (max-width: 440px) {
  main .layout-atbottom__footer {
    margin-top: 10px;
  }
}
@media screen and (max-height: 540px) {
  main .layout-atbottom__footer {
    margin-top: 10px;
  }
}
@media screen and (max-height: 850px) {
  main .layout-atbottom__footer .title-content {
    font-size: 50px;
  }
}
@media screen and (max-height: 850px) and (max-width: 1240px) {
  main .layout-atbottom__footer .title-content {
    font-size: 40px;
  }
}
@media screen and (max-height: 850px) and (max-width: 724px) {
  main .layout-atbottom__footer .title-content {
    font-size: 30px;
  }
}
@media screen and (max-height: 850px) and (max-width: 440px) {
  main .layout-atbottom__footer .title-content {
    font-size: 18px;
  }
}
@media screen and (max-height: 720px) {
  main .layout-atbottom__footer .title-content {
    font-size: 40px;
  }
}
@media screen and (max-height: 720px) and (max-width: 1380px) {
  main .layout-atbottom__footer .title-content {
    font-size: 30px;
  }
}
@media screen and (max-height: 720px) and (max-width: 920px) {
  main .layout-atbottom__footer .title-content {
    font-size: 26px;
  }
}
@media screen and (max-height: 720px) and (max-width: 720px) {
  main .layout-atbottom__footer .title-content {
    font-size: 24px;
  }
}
@media screen and (max-height: 720px) and (max-width: 440px) {
  main .layout-atbottom__footer .title-content {
    font-size: 20px;
  }
}
@media screen and (max-height: 540px) {
  main .layout-atbottom__footer .title-content {
    font-size: 30px;
  }
}
@media screen and (max-height: 540px) and (max-width: 1152px) {
  main .layout-atbottom__footer .title-content {
    font-size: 24px;
  }
}
@media screen and (max-height: 540px) and (max-width: 720px) {
  main .layout-atbottom__footer .title-content {
    font-size: 18px;
  }
}
@media screen and (max-height: 850px) {
  main .layout-atbottom__footer .wrapper-long {
    padding-right: 0;
  }
}
main .layout-atbottom__paragraph {
  padding-top: 0 !important;
}
main .layout-atbottom__title {
  padding-bottom: 10px !important;
}
@media screen and (max-height: 540px) and (max-width: 1024px) {
  main .atbottom-paragraph-text {
    padding: 5px 0 5px 12px;
  }
}
@media screen and (max-height: 540px) and (max-width: 600px) {
  main .atbottom-paragraph-text {
    padding: 0 0 0 12px;
  }
}
main .presentation-tabs__headers {
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  width: 100%;
}
@media screen and (max-height: 850px) {
  main .presentation-tabs__headers {
    height: 130px;
  }
}
@media screen and (max-height: 600px) {
  main .presentation-tabs__headers {
    height: 100px;
  }
}
@media screen and (max-height: 414px) {
  main .presentation-tabs__headers {
    height: 130px;
  }
}
main .presentation-tabs__links {
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  width: 100%;
}
@media screen and (max-height: 850px) {
  main .presentation-tabs__links {
    height: calc(50vh - 130px);
  }
}
@media screen and (max-height: 600px) {
  main .presentation-tabs__links {
    height: calc(50vh - 100px);
  }
}
@media screen and (max-height: 414px) {
  main .presentation-tabs__links {
    height: calc(100vh - 130px);
  }
}
@media screen and (max-width: 768px) and (min-height: 850px) {
  main .presentation-tabs__col {
    display: none;
    width: 100%;
  }
  main .presentation-tabs__col._show {
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
  }
}
@media screen and (max-height: 850px) {
  main .presentation-tabs__col {
    height: 100%;
  }
}
@media screen and (max-height: 850px) {
  main .presentation-tabs__button {
    height: 100%;
  }
}
@media screen and (max-height: 600px) {
  main .presentation-tabs__button {
    padding-top: 10px;
  }
}
@media screen and (max-height: 850px) {
  main .presentation-tabs__icon {
    height: 75% !important;
    width: 100% !important;
  }
}
main .vertical-tab {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  width: 100%;
}
@media screen and (max-height: 850px) {
  main .vertical-tab {
    height: 100%;
  }
}
main .vertical-tab__item {
  margin-top: 0;
  margin-bottom: 12px;
  margin-right: 20px;
}

#portfolio {
  /*
    title-primary
    title-mega
    title-section
    title-content
    title-content__icon
    title-regular
    title-leading
    title-heading
    title-xl
    title-l
    title-m
    title-md
    title-s
    title-sm
    title-xs
    title-xm
    title-xxs
  */
}
#portfolio .text-container > * {
  margin-top: 30px;
}
@media screen and (max-width: 1360px) {
  #portfolio .wrapper-long {
    padding-right: 0px;
  }
}
#portfolio .line-mega.presentation-tabs__col.presentation-tabs__col-tab._show.col-temp.col-33._media-tabletmedium_solo {
  border-left: 1px solid #D3D3D3;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 40px;
}
@media screen and (max-width: 1920px) {
  #portfolio .line-mega.presentation-tabs__col.presentation-tabs__col-tab._show.col-temp.col-33._media-tabletmedium_solo {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1360px) {
  #portfolio .line-mega.presentation-tabs__col.presentation-tabs__col-tab._show.col-temp.col-33._media-tabletmedium_solo {
    padding-right: 0px;
  }
}
@media screen and (max-width: 768px) {
  #portfolio .line-mega.presentation-tabs__col.presentation-tabs__col-tab._show.col-temp.col-33._media-tabletmedium_solo {
    width: 33%;
  }
  #portfolio .line-mega.presentation-tabs__col.presentation-tabs__col-tab._show.col-temp.col-33._media-tabletmedium_solo:first-child {
    width: 30%;
  }
}
@media screen and (max-width: 600px) {
  #portfolio .line-mega.presentation-tabs__col.presentation-tabs__col-tab._show.col-temp.col-33._media-tabletmedium_solo {
    width: 100%;
    border: none;
    margin-top: 12px;
    padding-top: 0px;
    padding-left: 0px;
  }
}
#portfolio .slider {
  height: 600px;
  position: relative;
}
@media screen and (max-width: 1600px) {
  #portfolio .slider {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1024px) {
  #portfolio .slider {
    height: 530px;
  }
}
@media screen and (max-width: 600px) {
  #portfolio .slider {
    height: 500px;
  }
}
@media screen and (max-width: 480px) {
  #portfolio .slider {
    height: 350px;
  }
}
#portfolio .slider-page {
  width: 440px;
  height: 600px;
  margin-left: 41.25px;
  position: absolute;
  border: 1px solid #B8B4C0;
  background-color: #fff;
  border-radius: 5px;
  user-select: none;
}
@media screen and (max-width: 1024px) {
  #portfolio .slider-page {
    width: 380px;
  }
}
@media screen and (max-width: 600px) {
  #portfolio .slider-page {
    width: 360px;
  }
}
@media screen and (max-width: 480px) {
  #portfolio .slider-page {
    width: 250px;
  }
}
@media screen and (max-width: 1024px) {
  #portfolio .slider-page {
    height: 530px;
  }
}
@media screen and (max-width: 600px) {
  #portfolio .slider-page {
    height: 500px;
  }
}
@media screen and (max-width: 480px) {
  #portfolio .slider-page {
    height: 350px;
  }
}
@media screen and (max-width: 1024px) {
  #portfolio .slider-page {
    margin-left: 31.5px;
  }
}
@media screen and (max-width: 600px) {
  #portfolio .slider-page {
    margin-left: 24.75px;
  }
}
@media screen and (max-width: 480px) {
  #portfolio .slider-page {
    margin-left: 18.75px;
  }
}
#portfolio .slider-page .slider-buttons-container {
  width: 440px;
  display: none;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  #portfolio .slider-page .slider-buttons-container {
    width: 380px;
  }
}
@media screen and (max-width: 600px) {
  #portfolio .slider-page .slider-buttons-container {
    width: 360px;
  }
}
@media screen and (max-width: 480px) {
  #portfolio .slider-page .slider-buttons-container {
    width: 250px;
  }
}
#portfolio .slider-page .slider-buttons-container .slider-button-prev {
  float: left;
  left: -41.25px;
}
@media screen and (max-width: 1024px) {
  #portfolio .slider-page .slider-buttons-container .slider-button-prev {
    left: -31.5px;
  }
}
@media screen and (max-width: 600px) {
  #portfolio .slider-page .slider-buttons-container .slider-button-prev {
    left: -24.75px;
  }
}
@media screen and (max-width: 480px) {
  #portfolio .slider-page .slider-buttons-container .slider-button-prev {
    left: -18.75px;
  }
}
#portfolio .slider-page .slider-buttons-container .slider-button-next {
  float: right;
  right: -38.5px;
}
@media screen and (max-width: 1024px) {
  #portfolio .slider-page .slider-buttons-container .slider-button-next {
    right: -29.4px;
  }
}
@media screen and (max-width: 600px) {
  #portfolio .slider-page .slider-buttons-container .slider-button-next {
    right: -23.1px;
  }
}
@media screen and (max-width: 480px) {
  #portfolio .slider-page .slider-buttons-container .slider-button-next {
    right: -15px;
  }
}
#portfolio .slider-page .slider-buttons-container .slider-page-divider {
  width: 330px;
  border-top: 1px dashed #B8B4C0;
  margin-top: 29.5px;
}
@media screen and (max-width: 1024px) {
  #portfolio .slider-page .slider-buttons-container .slider-page-divider {
    width: 285px;
    margin-top: 22.5px;
  }
}
@media screen and (max-width: 600px) {
  #portfolio .slider-page .slider-buttons-container .slider-page-divider {
    width: 270px;
    margin-top: 18.5px;
  }
}
@media screen and (max-width: 480px) {
  #portfolio .slider-page .slider-buttons-container .slider-page-divider {
    width: 187.5px;
    margin-top: 14.5px;
  }
}
#portfolio .slider-page .slider-button-prev, #portfolio .slider-page .slider-button-next {
  display: inline-block;
  background-color: #FF8C00;
  cursor: pointer;
  position: relative;
  width: auto;
  color: white;
  border-radius: 5px;
  user-select: none;
  z-index: 100;
  width: 55px;
  height: 59px;
}
@media screen and (max-width: 1024px) {
  #portfolio .slider-page .slider-button-prev, #portfolio .slider-page .slider-button-next {
    width: 42px;
  }
}
@media screen and (max-width: 600px) {
  #portfolio .slider-page .slider-button-prev, #portfolio .slider-page .slider-button-next {
    width: 33px;
  }
}
@media screen and (max-width: 480px) {
  #portfolio .slider-page .slider-button-prev, #portfolio .slider-page .slider-button-next {
    width: 25px;
  }
}
@media screen and (max-width: 1024px) {
  #portfolio .slider-page .slider-button-prev, #portfolio .slider-page .slider-button-next {
    height: 45px;
  }
}
@media screen and (max-width: 600px) {
  #portfolio .slider-page .slider-button-prev, #portfolio .slider-page .slider-button-next {
    height: 37px;
  }
}
@media screen and (max-width: 480px) {
  #portfolio .slider-page .slider-button-prev, #portfolio .slider-page .slider-button-next {
    height: 29px;
  }
}
#portfolio .slider-page .slider-button-prev .slide-arrow, #portfolio .slider-page .slider-button-next .slide-arrow {
  margin: auto;
  display: block;
  height: 100%;
  width: 100%;
  padding: 10px 5px;
}
#portfolio .slider-page .slider-page-image-container {
  position: relative;
  height: 240px;
}
@media screen and (max-width: 1024px) {
  #portfolio .slider-page .slider-page-image-container {
    height: 212px;
  }
}
@media screen and (max-width: 600px) {
  #portfolio .slider-page .slider-page-image-container {
    height: 200px;
  }
}
@media screen and (max-width: 480px) {
  #portfolio .slider-page .slider-page-image-container {
    height: 140px;
  }
}
#portfolio .slider-page .slider-page-image-container img {
  width: 80%;
  margin-left: 44px;
  position: absolute;
  bottom: 0px;
}
@media screen and (max-width: 1024px) {
  #portfolio .slider-page .slider-page-image-container img {
    margin-left: 38px;
  }
}
@media screen and (max-width: 600px) {
  #portfolio .slider-page .slider-page-image-container img {
    margin-left: 36px;
  }
}
@media screen and (max-width: 480px) {
  #portfolio .slider-page .slider-page-image-container img {
    margin-left: 25px;
  }
}
#portfolio .slider-page .slider-page-year {
  position: absolute;
  top: 23px;
  right: 0px;
  border: 1px solid #B8B4C0;
  background-color: #B8B4C0;
  padding: 3px 6px 3px 6px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  #portfolio .slider-page .slider-page-year {
    top: 9px;
    padding: 0px 4px 0px 4px;
    font-weight: normal;
  }
}
@media screen and (max-width: 480px) {
  #portfolio .slider-page .slider-page-year {
    top: 10px;
    padding: 0px 4px 0px 4px;
    font-weight: normal;
  }
}
#portfolio .slider-page .slider-page-title-container {
  height: 120px;
}
#portfolio .slider-page .slider-page-title-container .slider-page-title {
  padding: 20px;
}
#portfolio .slider-page .slider-page-title-container .slider-page-title > h4 {
  text-align: center;
}
@media screen and (max-width: 1024px) {
  #portfolio .slider-page .slider-page-title-container .slider-page-title {
    padding: 8px;
  }
}
@media screen and (max-width: 480px) {
  #portfolio .slider-page .slider-page-title-container .slider-page-title {
    padding: 3px;
  }
}
@media screen and (max-width: 1024px) {
  #portfolio .slider-page .slider-page-title-container {
    height: 106px;
  }
}
@media screen and (max-width: 600px) {
  #portfolio .slider-page .slider-page-title-container {
    height: 100px;
  }
}
@media screen and (max-width: 480px) {
  #portfolio .slider-page .slider-page-title-container {
    height: 70px;
  }
}
#portfolio .slider-page .slider-page-info-container {
  margin: auto;
}
#portfolio .slider-page .slider-page-info-container.cols-clear {
  justify-content: flex-end;
}
#portfolio .slider-page .slider-page-info-container.cols-clear > div {
  margin: 20px 30px;
  justify-content: space-between;
}
#portfolio .slider-page .slider-page-info-container.cols-clear > div:first-child {
  margin-bottom: 0px;
}
@media screen and (max-width: 1024px) {
  #portfolio .slider-page .slider-page-info-container.cols-clear > div:first-child {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1024px) {
  #portfolio .slider-page .slider-page-info-container.cols-clear > div {
    margin: 5px 20px 5px 20px;
  }
}
@media screen and (max-width: 480px) {
  #portfolio .slider-page .slider-page-info-container.cols-clear > div {
    margin: 5px 10px;
  }
}
#portfolio .slider-page .slider-page-info-container .col-caption {
  color: #B8B4C0;
  font-weight: normal;
}
#portfolio .slider-page .slider-page-info-container .col-caption-value {
  color: #FF8C00;
}
#portfolio .slider-page .slider-page-footer {
  position: absolute;
  bottom: 0px;
  background-color: #37343D;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  color: #FF8C00;
  width: 100%;
  width: calc(100% + 2px);
  left: -1px;
  height: 72px;
}
#portfolio .slider-page .slider-page-footer div {
  margin-top: auto;
  margin-bottom: auto;
}
@media screen and (max-width: 1024px) {
  #portfolio .slider-page .slider-page-footer {
    height: 42px;
  }
}
@media screen and (max-width: 600px) {
  #portfolio .slider-page .slider-page-footer {
    height: 38.5px;
  }
}
@media screen and (max-width: 480px) {
  #portfolio .slider-page .slider-page-footer {
    height: 38.5px;
    font-size: 15px;
  }
}
#portfolio .slider-page .slider-page-footer.cols {
  justify-content: flex-end;
}
#portfolio .slider-page .slider-page-footer .slider-button-next {
  background-color: #37343D;
  color: #FF8C00;
  width: 30px;
  height: 50%;
  margin-right: 10px;
}
@media screen and (max-width: 1024px) {
  #portfolio .slider-page .slider-page-footer .slider-button-next .slide-arrow {
    padding: 5px;
  }
}
@media screen and (max-width: 480px) {
  #portfolio .slider-page .slider-page-footer .slider-button-next {
    display: none;
  }
}
#portfolio .slider-page .slider-page-footer .slider-page-footer-text {
  margin: auto;
}
#portfolio .slider-page[data-index="1"] {
  top: 0px;
  left: 0px;
  z-index: 100;
}
#portfolio .slider-page[data-index="1"] .slider-buttons-container {
  display: flex;
}
#portfolio .slider-page[data-index="2"] {
  left: 66px;
  z-index: 90;
  transform: scaleY(0.9);
}
@media screen and (max-width: 1024px) {
  #portfolio .slider-page[data-index="2"] {
    left: 57px;
  }
}
@media screen and (max-width: 600px) {
  #portfolio .slider-page[data-index="2"] {
    left: 36px;
  }
}
@media screen and (max-width: 480px) {
  #portfolio .slider-page[data-index="2"] {
    left: 12.5px;
  }
}
#portfolio .slider-page[data-index="3"] {
  left: 132px;
  z-index: 80;
  transform: scaleY(0.8);
}
@media screen and (max-width: 1024px) {
  #portfolio .slider-page[data-index="3"] {
    left: 114px;
  }
}
@media screen and (max-width: 600px) {
  #portfolio .slider-page[data-index="3"] {
    left: 72px;
  }
}
@media screen and (max-width: 480px) {
  #portfolio .slider-page[data-index="3"] {
    left: 25px;
  }
}
#portfolio .slider-page[data-index="4"] {
  left: 198px;
  z-index: 70;
  transform: scaleY(0.7);
}
@media screen and (max-width: 1024px) {
  #portfolio .slider-page[data-index="4"] {
    left: 171px;
  }
}
@media screen and (max-width: 600px) {
  #portfolio .slider-page[data-index="4"] {
    left: 108px;
  }
}
@media screen and (max-width: 480px) {
  #portfolio .slider-page[data-index="4"] {
    left: 37.5px;
  }
}
#portfolio .slider-page[data-index="5"] {
  left: 264px;
  z-index: 60;
  transform: scaleY(0.6);
}
@media screen and (max-width: 1024px) {
  #portfolio .slider-page[data-index="5"] {
    left: 228px;
  }
}
@media screen and (max-width: 600px) {
  #portfolio .slider-page[data-index="5"] {
    left: 144px;
  }
}
@media screen and (max-width: 480px) {
  #portfolio .slider-page[data-index="5"] {
    left: 50px;
  }
}
@media screen and (max-width: 1600px) {
  #portfolio .col-temp._media-wide_solo {
    width: 100%;
  }
  #portfolio .col-temp.col-50._media-wide_solo:first-child {
    margin-bottom: 50px;
  }
}

/*# sourceMappingURL=build.css.map */
