@charset "UTF-8";
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
ul[class],
ol[class] {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.b-lazy {
  -webkit-transition: ease-in-out 150ms;
  transition: ease-in-out 150ms;
}

.hero:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

* {
  -webkit-tap-highlight-color: transparent;
}

html, body {
  height: 100%;
}

body {
  font-family: "Open Sans", system-ui, BlinkMacSystemFont, -apple-system, sans-serif;
  font-size: 1rem;
}
body ::-moz-selection {
  background: rgba(21, 23, 45, 0.8);
  color: #FFFFFF;
}
body ::selection {
  background: rgba(21, 23, 45, 0.8);
  color: #FFFFFF;
}
body.ie .ie-container {
  display: block;
}
body.ie .wrapper {
  display: none;
}
body.no-scroll {
  overflow: hidden;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #ECECEC;
}

::-webkit-scrollbar-thumb {
  background: #15172D;
}

.no-transition * {
  -webkit-transition: none !important;
  transition: none !important;
}

a, button {
  cursor: pointer;
}

a {
  text-decoration: none;
}

hr {
  border: none;
  height: 1px;
  background: #C0C0C0;
  margin: 0;
}

.wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  height: 100%;
}
.wrapper__content {
  -webkit-box-flex: 1;
          flex: 1 0 auto;
}
.wrapper__footer {
  -webkit-box-flex: 0;
          flex: 0 0 auto;
}

.container {
  padding: 0 16px;
  margin: 0 auto;
}

.b-lazy {
  opacity: 0;
}
.b-lazy.loaded, .b-lazy.error-loaded {
  opacity: 1;
}

img:not([src]) {
  visibility: hidden;
}

.m-t {
  margin-top: 16px;
}
.m-b {
  margin-bottom: 16px;
}
.m-tb {
  margin-top: 16px;
  margin-bottom: 16px;
}
.m-lr {
  margin-left: 16px;
  margin-right: 16px;
}
.m-full {
  margin: 16px;
}
.m-big.m-t {
  margin-top: 32px;
}
.m-big.m-b {
  margin-bottom: 32px;
}
.m-big.m-tb {
  margin-top: 32px;
  margin-bottom: 32px;
}
.m-big.m-lr {
  margin-left: 32px;
  margin-right: 32px;
}
.m-big.m-full {
  margin: 32px;
}

.p-t {
  padding-top: 16px;
}
.p-b {
  padding-bottom: 16px;
}
.p-tb {
  padding-top: 16px;
  padding-bottom: 16px;
}
.p-lr {
  padding-left: 16px;
  padding-right: 16px;
}
.p-full {
  padding: 16px;
}
.p-big.p-t {
  padding-top: 32px;
}
.p-big.p-b {
  padding-bottom: 32px;
}
.p-big.p-tb {
  padding-top: 32px;
  padding-bottom: 32px;
}
.p-big.p-lr {
  padding-left: 32px;
  padding-right: 32px;
}
.p-big.p-full {
  padding: 32px;
}

@media only screen and (min-width: 768px) {
  .container {
    width: 736px;
    padding: 0;
  }
}
@media only screen and (min-width: 992px) {
  .container {
    width: 960px;
  }
}
@media only screen and (min-width: 1200px) {
  .container {
    width: 1168px;
  }

  .m-t {
    margin-top: 32px;
  }
  .m-b {
    margin-bottom: 32px;
  }
  .m-tb {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .m-lr {
    margin-left: 32px;
    margin-right: 32px;
  }
  .m-full {
    margin: 32px;
  }

  .m-big.m-t {
    margin-top: 48px;
  }
  .m-big.m-b {
    margin-bottom: 48px;
  }
  .m-big.m-tb {
    margin-top: 48px;
    margin-bottom: 48px;
  }
  .m-big.m-lr {
    margin-left: 48px;
    margin-right: 48px;
  }
  .m-big.m-full {
    margin: 48px;
  }

  .p-t {
    padding-top: 32px;
  }
  .p-b {
    padding-bottom: 32px;
  }
  .p-tb {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .p-lr {
    padding-left: 32px;
    padding-right: 32px;
  }
  .p-full {
    padding: 32px;
  }

  .p-big.p-t {
    padding-top: 48px;
  }
  .p-big.p-b {
    padding-bottom: 48px;
  }
  .p-big.p-tb {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .p-big.p-lr {
    padding-left: 48px;
    padding-right: 48px;
  }
  .p-big.p-full {
    padding: 48px;
  }
}
@media only screen and (min-width: 1600px) {
  .container {
    width: 1568px;
  }
}
.section {
  padding: 64px 0;
}
.section.gray {
  position: relative;
  padding: 0;
}
.section.gray .section-svg {
  display: -webkit-box;
  display: flex;
}
.section.gray .section-svg svg {
  height: 9vw;
  width: 100%;
}
.section.gray .section-svg svg polygon {
  fill: #FAFAFA;
}
.section.gray .section-content {
  background: #FAFAFA;
}
.section-title {
  text-align: center;
  font-family: "Montserrat", system-ui, BlinkMacSystemFont, -apple-system, sans-serif;
  font-size: 28px;
  color: #15172D;
  margin-bottom: 32px;
}
@media only screen and (min-width: 768px) {
  .section-title {
    font-size: 36px;
  }
}
@media only screen and (min-width: 992px) {
  .section-title {
    font-size: 42px;
  }
}
@media only screen and (min-width: 1200px) {
  .section-title {
    font-size: 48px;
    margin-bottom: 64px;
  }
}
.section-title:after {
  content: ".";
  color: #f03539;
}
.section-excerpt {
  text-align: center;
  font-size: 22px;
  color: #15172D;
  font-weight: 300;
}

.text-selected {
  color: #f03539;
}

.btn {
  border: 1px solid transparent;
  background: transparent;
  color: #9397b5;
  padding: 8px 0 8px 0;
  display: inline-block;
  margin-right: 32px;
  position: relative;
  font-family: "Montserrat", system-ui, BlinkMacSystemFont, -apple-system, sans-serif;
  -webkit-transition: 150ms ease;
  transition: 150ms ease;
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  .btn {
    font-size: 12px;
  }
}
@media only screen and (min-width: 992px) {
  .btn {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1200px) {
  .btn {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1600px) {
  .btn {
    font-size: 18px;
  }
}
.btn:hover, .btn:focus, .btn:active {
  color: #FFFFFF;
}
.btn.active {
  padding: 8px 16px;
  border-color: #FFFFFF;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
.btn.active:hover, .btn.active:focus, .btn.active:active {
  border-color: #f03539;
  color: #f03539;
}
.btn:last-child {
  margin-right: 0;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
.header-content {
  padding: 4px 0;
  background: rgba(21, 23, 45, 0.5);
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.logo {
  background: #FFFFFF;
  display: inline-block;
  font-weight: 300;
  font-size: 12px;
}

.hero {
  width: 100%;
  height: calc(100vh + 1px);
  background-color: #2e2e2e;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}
.hero:before {
  content: "";
  background: rgba(21, 23, 45, 0.8);
}
@media only screen and (min-width: 768px) {
  .hero:after {
    content: "";
    background: white;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 80%;
    width: 100%;
    -webkit-transform: skewX(-15deg);
            transform: skewX(-15deg);
  }
}
.hero__content {
  position: relative;
}
.hero__text {
  font-weight: 800;
  font-size: 28px;
  color: #FFFFFF;
  font-family: "Montserrat", system-ui, BlinkMacSystemFont, -apple-system, sans-serif;
}
@media only screen and (min-width: 768px) {
  .hero__text {
    font-size: 24px;
  }
}
@media only screen and (min-width: 992px) {
  .hero__text {
    font-size: 32px;
  }
}
@media only screen and (min-width: 1200px) {
  .hero__text {
    font-size: 38px;
  }
}
@media only screen and (min-width: 1600px) {
  .hero__text {
    font-size: 52px;
  }
}
.hero__text p:last-child {
  margin-bottom: 0.5em;
}
.hero__scroll {
  position: absolute;
  text-align: center;
  bottom: 16px;
  left: 0;
  right: 0;
  color: #FFFFFF;
}
@media only screen and (min-height: 400px) {
  .hero__scroll {
    bottom: 32px;
  }
}
.hero__scroll-mouse svg {
  height: 32px;
}
.hero__scroll-arrow {
  -webkit-animation: 2s scroll infinite;
          animation: 2s scroll infinite;
}
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
    opacity: 0;
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
    opacity: 0;
  }
}
.hero__scroll-arrow svg {
  width: 16px;
}

.brand-list {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  flex-wrap: wrap;
  position: relative;
}
.brand-item {
  width: 100%;
  height: 0;
  padding: 0 16px 65%;
  position: relative;
  margin: 16px 0;
  border: 8px solid transparent;
  background: #FFFFFF;
}
.brand-item__container {
  margin: 0 8px;
  width: calc(50% - 16px);
}
@media only screen and (min-width: 480px) {
  .brand-item__container {
    width: calc((100% / 3) - 16px);
  }
}
@media only screen and (min-width: 640px) {
  .brand-item__container {
    width: calc((100% / 3) - 16px);
  }
}
@media only screen and (min-width: 768px) {
  .brand-item__container {
    margin: 0 16px;
    width: calc((100% / 4) - 32px);
  }
}
@media only screen and (min-width: 1200px) {
  .brand-item__container {
    width: calc((100% / 6) - 32px);
  }
}
.brand-item__container.active:hover .brand-item, .brand-item__container.active:focus .brand-item, .brand-item__container.active:active .brand-item {
  border-color: #ECECEC;
}
.brand-item__container.active .brand-item {
  border-color: #FAFAFA;
  -webkit-transition: border-color 150ms ease-in-out;
  transition: border-color 150ms ease-in-out;
}
.brand-item__content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}
.brand-item img {
  max-width: 80%;
  max-height: 80%;
  -o-object-fit: contain;
     object-fit: contain;
}

.job-list {
  margin-top: 64px;
}
.job-item {
  position: relative;
  color: #15172D;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  padding-bottom: 32px;
}
@media only screen and (min-width: 480px) {
  .job-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-align: center;
            align-items: center;
  }
}
@media only screen and (min-width: 768px) {
  .job-item {
    padding-bottom: 48px;
  }
}
@media only screen and (min-width: 1200px) {
  .job-item {
    padding-bottom: 64px;
  }
}
.job-item:last-child {
  padding-bottom: 0;
}
.job-item__date {
  -webkit-box-ordinal-group: 1;
          order: 0;
  font-weight: 700;
  font-family: "Montserrat", system-ui, BlinkMacSystemFont, -apple-system, sans-serif;
  text-transform: uppercase;
  color: #C0C0C0;
  -webkit-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
  display: -webkit-box;
  display: flex;
  font-size: 14px;
}
.job-item__date-from:after {
  content: "\2014";
  padding: 0 6px;
}
@media only screen and (min-width: 480px) {
  .job-item__date {
    display: block;
    min-width: 70px;
    text-align: center;
    color: #15172D;
  }
  .job-item__date-from:after {
    content: "";
    display: block;
    height: 2px;
    margin: 8px auto;
    width: 30%;
    background: #15172D;
    -webkit-transition: background-color 150ms ease-in-out;
    transition: background-color 150ms ease-in-out;
  }
}
@media only screen and (min-width: 768px) {
  .job-item__date {
    font-size: 20px;
    min-width: 100px;
  }
}
@media only screen and (min-width: 1200px) {
  .job-item__date {
    font-size: 36px;
    min-width: 165px;
    font-family: "Montserrat", system-ui, BlinkMacSystemFont, -apple-system, sans-serif;
  }
  .job-item__date-from:after {
    margin: 16px auto;
    height: 4px;
  }
}
.job-item__content {
  -webkit-box-ordinal-group: 2;
          order: 1;
  -webkit-box-flex: 1;
          flex: 1;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
@media only screen and (min-width: 480px) {
  .job-item__content {
    border-left: 4px solid #ECECEC;
    margin-left: 16px;
    padding: 8px 8px 8px 16px;
  }
}
@media only screen and (min-width: 768px) {
  .job-item__content {
    padding: 16px 16px 16px 32px;
    border-width: 6px;
    margin-left: 32px;
  }
}
@media only screen and (min-width: 1200px) {
  .job-item__content {
    padding: 32px 32px 32px 48px;
    border-width: 8px;
    margin-left: 48px;
  }
}
.job-item__title {
  font-weight: 700;
  font-family: "Montserrat", system-ui, BlinkMacSystemFont, -apple-system, sans-serif;
  margin: 4px 0;
}
@media only screen and (min-width: 768px) {
  .job-item__title {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1200px) {
  .job-item__title {
    font-size: 32px;
    margin-bottom: 16px;
  }
}
.job-item__description {
  font-size: 14px;
  font-family: "Montserrat", system-ui, BlinkMacSystemFont, -apple-system, sans-serif;
}
@media only screen and (min-width: 768px) {
  .job-item__description {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1200px) {
  .job-item__description {
    font-size: 22px;
    line-height: 1.8;
  }
}

.skill-list {
  padding-bottom: 32px;
}
@media only screen and (min-width: 768px) {
  .skill-list {
    padding-bottom: 0;
  }
}
.skill-item {
  color: #15172D;
  margin-bottom: 32px;
  font-family: "Montserrat", system-ui, BlinkMacSystemFont, -apple-system, sans-serif;
}
.skill-item:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .skill-item {
    display: -webkit-box;
    display: flex;
    padding: 16px;
  }
}
@media only screen and (min-width: 1200px) {
  .skill-item {
    padding: 32px;
  }
}
.skill-item__title {
  font-weight: 700;
  font-size: 16px;
  font-family: "Montserrat", system-ui, BlinkMacSystemFont, -apple-system, sans-serif;
  position: relative;
  margin-bottom: 4px;
}
@media only screen and (min-width: 768px) {
  .skill-item__title {
    font-size: 18px;
  }
}
@media only screen and (min-width: 992px) {
  .skill-item__title {
    font-size: 18px;
    text-align: right;
    margin-right: 32px;
    padding-right: 32px;
    min-width: 25%;
    max-width: 25%;
  }
  .skill-item__title:after {
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #15172D;
    left: calc(100% - 3px);
    top: 14px;
    margin-top: -3px;
    -webkit-transition: background-color 150ms ease-in-out;
    transition: background-color 150ms ease-in-out;
  }
}
@media only screen and (min-width: 1200px) {
  .skill-item__title {
    font-size: 28px;
    margin-right: 48px;
    padding-right: 48px;
    min-width: 30%;
    max-width: 30%;
  }
  .skill-item__title:after {
    width: 12px;
    height: 12px;
    left: calc(100% - 6px);
    top: 22px;
    margin-top: -4px;
  }
}
@media only screen and (min-width: 1600px) {
  .skill-item__title {
    min-width: 25%;
    max-width: 25%;
    font-size: 32px;
  }
}
.skill-item__text {
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  .skill-item__text {
    font-size: 16px;
  }
}
@media only screen and (min-width: 992px) {
  .skill-item__text {
    margin-top: 2px;
  }
}
@media only screen and (min-width: 1200px) {
  .skill-item__text {
    margin-top: 6px;
    font-size: 22px;
    line-height: 1.8;
  }
}
.skill-item__text a {
  display: inline-block;
  color: #f03539;
  font-weight: 700;
  border-bottom: 2px solid transparent;
  -webkit-transition: border-bottom-color 150ms ease-in-out;
  transition: border-bottom-color 150ms ease-in-out;
  white-space: nowrap;
}
.skill-item__text a:hover, .skill-item__text a:focus, .skill-item__text a:active {
  border-color: #f03539;
}

.project-img {
  position: relative;
  height: 65vh;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  box-shadow: inset 0 0 32px 0 #15172D;
  -webkit-transition: background 600ms ease, height 150ms ease-in-out;
  transition: background 600ms ease, height 150ms ease-in-out;
}
.project-img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(21, 23, 45, 0.65);
  -webkit-transition: background 150ms ease-in-out;
  transition: background 150ms ease-in-out;
}
.project-img__text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  opacity: 1;
  -webkit-transition: opacity 150ms ease-in-out;
  transition: opacity 150ms ease-in-out;
}
.project-img__text .section-title {
  color: #FFFFFF;
  margin-bottom: 0;
}
.project-img__body {
  text-align: center;
  color: #FFFFFF;
  font-weight: 400;
  font-family: "Montserrat", system-ui, BlinkMacSystemFont, -apple-system, sans-serif;
  margin: 32px auto 0;
  max-width: 700px;
  line-height: 1.8;
}
@media only screen and (min-width: 768px) {
  .project-img__body {
    font-size: 18px;
  }
}
@media only screen and (min-width: 992px) {
  .project-img__body {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .project-img__body {
    font-size: 22px;
    max-width: 900px;
  }
}
@media (orientation: portrait) {
  .project-img.edinstvennaya {
    background-image: url("../images/edinstvennaya-mob.png");
  }
  .project-img.kp {
    background-image: url("../images/kp-mob.png");
  }
  .project-img.efect {
    background-image: url("../images/efect-mob.png");
  }
  .project-img.perfumer {
    background-image: url("../images/perfumer-mob.png");
  }
  .project-img.express {
    background-image: url("../images/express-auto-mob.png");
  }
}
@media (orientation: landscape) {
  .project-img.edinstvennaya {
    background-image: url("../images/edinstvennaya-sm.png");
  }
  .project-img.kp {
    background-image: url("../images/kp-sm.png");
  }
  .project-img.efect {
    background-image: url("../images/efect-sm.png");
  }
  .project-img.perfumer {
    background-image: url("../images/perfumer-sm.png");
  }
  .project-img.express {
    background-image: url("../images/express-auto-sm.png");
  }
}
@media (orientation: landscape) and (min-width: 992px) {
  .project-img.edinstvennaya {
    background-image: url("../images/edinstvennaya.png");
  }
  .project-img.kp {
    background-image: url("../images/kp.png");
  }
  .project-img.efect {
    background-image: url("../images/efect.png");
  }
  .project-img.perfumer {
    background-image: url("../images/perfumer.png");
  }
  .project-img.express {
    background-image: url("../images/express-auto.png");
  }
}
@media (min-width: 992px) and (min-height: 768px) {
  .project-img {
    height: 80vh;
  }
}