@font-face {
  font-family: nilland;
  src: url("../assets/fonts/nilland-webfont.woff");
}
@font-face {
  font-family: coast-regular;
  src: url("../assets/fonts/Coats-Regular.otf");
}
* {
  box-sizing: border-box;
  -webkit-touch-callout: none;
  user-select: none;
}

p {
  margin: 0;
}

html {
  font-size: 10px;
  min-width: 375px;
}
@media screen and (min-width: 650px) {
  html {
    font-size: 11px;
  }
}
@media screen and (min-width: 800px) {
  html {
    font-size: 12px;
  }
}
@media screen and (min-width: 900px) {
  html {
    font-size: 14px;
  }
}

html, body {
  scroll-behavior: smooth;
  margin: 0;
  padding: 0;
}

body {
  height: 100%;
  overflow-x: hidden;
  font-family: "nilland", Serif;
}
body.scroll-lock {
  overflow: hidden;
}
body.ua {
  font-family: "coast-regular", Serif;
}
body.ua .intro-content__text {
  line-height: 3.8rem;
}
body.ua .intro-content__text strong {
  font-size: 6rem;
}
body.ua .footer-content__title {
  font-size: 5rem;
}

#language-btn-container {
  position: fixed;
  width: 3.5rem;
  height: 3.5rem;
  bottom: 2rem;
  right: 1rem;
  z-index: 15;
}
#language-btn-container .language-btn {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  font-family: "nilland", Serif;
  top: 0;
  left: 0;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.4rem;
  transform: translateY(0);
  cursor: pointer;
  transition-timing-function: ease-in-out;
  transition-property: opacity, transform;
  transition-duration: 0.3s;
}
#language-btn-container .language-btn.selected {
  opacity: 0.5;
  background-color: #db2700;
  z-index: 3;
  text-transform: uppercase;
  padding-top: 2px;
  transition: opacity 3s ease;
}
#language-btn-container .language-btn.selected::after {
  content: "";
  position: absolute;
  width: 0.6rem;
  height: 0.6rem;
  background-image: url("../assets/img/down.png");
  background-size: contain;
  background-repeat: no-repeat;
  left: 50%;
  margin-left: -0.3rem;
  top: 0.3rem;
  transition: transform 0.2s ease-out;
  transform: rotateX(180deg);
}
#language-btn-container .language-btn.selected:hover {
  transition: opacity 0.3s ease;
  opacity: 0.85;
}
#language-btn-container .language-btn.en {
  background-color: #237280;
  z-index: 1;
}
#language-btn-container .language-btn.en span {
  transition: opacity 0.2s ease-out;
  opacity: 0;
}
#language-btn-container .language-btn.ua {
  background-color: #ccc059;
  z-index: 2;
}
#language-btn-container .language-btn.ua span {
  opacity: 0;
}
#language-btn-container.open .language-btn.selected {
  opacity: 0.85;
}
#language-btn-container.open .language-btn.en {
  transition: transform 0.2s cubic-bezier(0.5, 2, 0.5, 0.8);
  transform: translateY(-170%);
  opacity: 0.65;
}
#language-btn-container.open .language-btn.en:hover {
  opacity: 0.85;
}
#language-btn-container.open .language-btn.en span {
  opacity: 1;
}
#language-btn-container.open .language-btn.ua {
  transition: transform 0.25s cubic-bezier(0.5, 2, 0.5, 0.8);
  transform: translateY(-85%);
  opacity: 0.65;
}
#language-btn-container.open .language-btn.ua:hover {
  transition: opacity 0.4s ease-out;
  opacity: 0.85;
}
#language-btn-container.open .language-btn.ua span {
  opacity: 1;
}
#language-btn-container.open .language-btn.selected::after {
  transform: rotateX(0deg);
}
@media screen and (max-width: 650px) {
  #language-btn-container {
    width: 4rem;
    height: 4rem;
  }
  #language-btn-container .language-btn.selected::after {
    top: 0.5rem;
  }
}

main {
  padding-bottom: 0;
}
@media screen and (min-width: 650px) {
  main {
    padding-bottom: 34.5rem;
  }
  main #intro {
    background-attachment: fixed;
  }
}

#contacts-anchor {
  position: relative;
  width: 1px;
  height: 0;
}

.nav-bar {
  position: fixed;
  top: -6rem;
  width: 100%;
  max-width: 1240px;
  z-index: 10;
  margin: 0 auto;
  left: 0;
  right: 0;
  padding: 2.2rem 1rem 0.7rem;
  background: rgba(62, 62, 62, 0.9);
  border-radius: 0 0 0.5rem 0.5rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 1.5rem;
  color: #dadada;
  transform: translateY(0%);
  transition: transform 0.6s ease-out;
  line-height: 1.7rem;
}
.nav-bar__logo {
  position: relative;
}
.nav-bar__logo .icon {
  position: absolute;
  width: 2rem;
  height: 2rem;
  background-image: url("../assets/img/logo.png");
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-50%);
}
.nav-bar__logo span {
  padding-left: 2.5rem;
  display: none;
}
.nav-bar__links {
  position: relative;
  display: flex;
  flex-direction: row;
}
.nav-bar__link {
  margin-left: 1.5rem;
}
.nav-bar__link a {
  color: #dadada;
  text-decoration: none;
}
.nav-bar__link a:focus, .nav-bar__link a:visited, .nav-bar__link a:hover {
  outline: none;
  border: 0;
  color: #dadada;
}
@media screen and (max-width: 370px) {
  .nav-bar__link a {
    font-size: 1.3rem;
  }
}
.nav-bar__link--home a:hover {
  color: #f2836b;
}
.nav-bar__link--about a:hover {
  color: #f2e1ac;
}
.nav-bar__link--works a:hover {
  color: #63a69f;
}
.nav-bar__link--contact a:hover {
  color: #6b98f2;
}
@media screen and (min-width: 650px) {
  .nav-bar {
    font-size: 1.3rem;
  }
  .nav-bar__logo span {
    display: block;
  }
  .nav-bar__link {
    margin-left: 2rem;
  }
}
.nav-bar.open {
  transition: transform 0.25s cubic-bezier(0.5, 2, 0.5, 0.8);
  transform: translateY(100%);
}

#intro {
  position: relative;
  width: 100%;
  z-index: 1;
}
#intro .main-content-wrapper {
  display: flex;
  flex-direction: column;
  height: 100vh;
  position: relative;
  width: 100%;
  padding: 2rem;
}
@media screen and (min-width: 650px) {
  #intro .main-content-wrapper {
    max-width: 1200px;
    margin: 0 auto;
  }
}

#intro-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("../assets/img/bg-greetings.jpg");
  background-size: cover;
  background-position-x: center;
  z-index: -1;
  will-change: transform;
  transform: translate3d(0, calc(var(--scrollTop) / 2), 0);
}

.intro-header {
  position: relative;
  flex: 0 0 auto;
  width: 100%;
  display: inline-flex;
  justify-content: space-between;
}
.intro-header__logo {
  height: 6rem;
  width: 18rem;
  background-image: url("../assets/img/logo-intro.png");
  background-size: contain;
  background-repeat: no-repeat;
  flex: 0 0 auto;
}
.intro-header__text {
  margin: 0;
  font-size: 1.4rem;
  text-align: right;
  color: #fff;
  flex: 1 1 auto;
  align-content: center;
  padding-left: 1rem;
}
@media screen and (min-width: 650px) {
  .intro-header::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-image: url("../assets/img/intro-head-hr.png");
    background-size: cover;
    background-repeat: no-repeat;
    bottom: 2px;
    opacity: 0.5;
  }
  .intro-header__logo {
    height: 5rem;
    width: 16rem;
  }
  .intro-header__text {
    position: absolute;
    bottom: 2px;
    right: 0;
  }
  .intro-header__text br {
    display: none;
  }
}

.intro-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  flex: 1 1 auto;
  width: 100%;
  opacity: 0;
  transition: all 0.8s ease-out;
  transition-delay: 0.8s;
}
.intro-content__text {
  color: #fff;
  font-size: 2.5rem;
  line-height: 1.25;
  text-align: left;
}
.intro-content__text strong {
  font-size: 7rem;
  font-weight: normal;
  line-height: 0;
}
.intro-content__text span {
  background-color: rgba(219, 39, 0, 0.45);
}
.intro-content__text span br {
  display: none;
}
@media screen and (min-width: 650px) {
  .intro-content__text {
    text-align: center;
  }
  .intro-content__text span br {
    display: block;
  }
}
.intro-content.show {
  opacity: 1;
}
.intro-content.show .intro-links__item {
  transform: scale(1);
  opacity: 1;
}
.intro-content.show .intro-links__item--about {
  transition-delay: 1.6s;
}
.intro-content.show .intro-links__item--works {
  transition-delay: 1.9s;
}
.intro-content.show .intro-links__item--contacts {
  transition-delay: 2.2s;
}

.intro-links {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: 1.3rem;
}
.intro-links a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
  text-decoration: none;
  border-radius: 10rem;
  transform: scale(1);
  transition: transform 0.25s ease-out;
}
.intro-links a:focus, .intro-links a:visited, .intro-links a:hover {
  outline: none;
  border: 0;
  color: #fff;
}
.intro-links__item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 10rem;
  height: 10rem;
  border-radius: 10rem;
  margin: 0 -0.45rem;
  font-size: 1.4rem;
  transform: scale(2.5);
  opacity: 0;
  transition-timing-function: ease-in-out;
  transition-property: opacity, transform;
  transition-duration: 0.25s;
}
.intro-links__item--about a {
  background-color: rgba(219, 39, 0, 0.45);
}
.intro-links__item--works a {
  background-color: rgba(159, 154, 56, 0.45);
}
.intro-links__item--contacts a {
  background-color: rgba(35, 114, 128, 0.45);
}
.intro-links__item:hover a {
  transform: scale(1.2);
  transition: transform 0.25s cubic-bezier(0.5, 1.8, 0.3, 0.8);
}
.intro-links__item:hover a .intro-links__arrow {
  transform: translateY(30%);
  transition: transform 0.25s ease-out;
  transition-delay: 0.2s;
}
.intro-links__text {
  text-align: center;
  margin-top: 1.2rem;
}
.intro-links__arrow {
  position: relative;
  width: 1rem;
  height: 1rem;
  background-image: url("../assets/img/down.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 0.6rem;
  transform: translateY(0%);
  transition: transform 0.15s ease-out;
  transition-delay: 0s;
}

#more-content {
  position: relative;
  width: 100%;
  background-image: url("../assets/img/circles-background.jpg");
  background-size: cover;
  background-position-x: 50%;
  background-repeat: repeat-y;
  z-index: 1;
}
#more-content .more-content-section-bg {
  position: absolute;
  width: 100vw;
  height: 0;
  top: 0;
  left: 50%;
  margin-left: -50.7vw;
  padding-bottom: 30%;
  z-index: 0;
  background-image: url("../assets/img/section-bg.png");
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  background-position: 50% 0px;
  background-repeat: no-repeat;
  background-size: cover;
}
#more-content .section-content {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 3rem 2rem;
  font-size: 1rem;
  color: #757575;
}
#more-content .section-content .content-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
}
#more-content .section-content .content-wrapper .content-wrapper-item {
  position: relative;
}
#more-content .section-content__title {
  font-size: 4em;
  margin-bottom: 2rem;
}
#more-content .section-content__text p {
  font-size: 1.8em;
}
@media screen and (min-width: 650px) {
  #more-content .section-content {
    padding-top: 4rem;
    max-width: 1200px;
    margin: 0 auto;
  }
  #more-content .section-content .content-wrapper {
    grid-template-columns: 3fr 4fr;
  }
  #more-content .section-content .content-wrapper .skills-container {
    grid-column: 1/3;
    grid-row: 2/3;
  }
  #more-content .section-content__text p {
    font-size: 1.3em;
  }
}

.circles-container {
  width: 100%;
  height: 31.5em;
  margin-top: 2rem;
}
.circles-container__item {
  position: absolute;
  z-index: 1;
  border-radius: 100%;
  left: 50%;
}
.circles-container__item p {
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
  font-size: 1.6em;
  position: absolute;
}
.circles-container__item--logo {
  width: 14em;
  height: 14em;
  top: 8em;
  margin-left: -7em;
  z-index: 2;
  background-image: url("../assets/img/logo.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition-timing-function: ease;
  transition-property: opacity, transform;
  transition-duration: 1s;
}
.circles-container__item--first {
  width: 18em;
  height: 18em;
  top: 1rem;
  margin-left: -16em;
  background-color: rgba(30, 41, 111, 0.3);
  opacity: 0;
  transition: opacity 0.5s ease;
  transition-delay: 1.2s;
}
.circles-container__item--first p {
  top: 3em;
  left: 1.5em;
}
.circles-container__item--second {
  width: 20em;
  height: 20em;
  top: 0;
  margin-left: -3em;
  background-color: rgba(30, 158, 180, 0.3);
  opacity: 0;
  transition: opacity 0.5s ease;
  transition-delay: 1.4s;
}
.circles-container__item--second p {
  top: 3em;
  left: 4em;
}
.circles-container__item--third {
  width: 15em;
  height: 15em;
  top: 14em;
  margin-left: 0;
  background-color: rgba(206, 75, 33, 0.3);
  opacity: 0;
  transition: opacity 0.5s ease;
  transition-delay: 1.6s;
}
.circles-container__item--third p {
  top: 4.5em;
  right: 1.2em;
}
.circles-container__item--fourth {
  width: 20em;
  height: 20em;
  top: 11em;
  margin-left: -17em;
  background-color: rgba(201, 140, 49, 0.3);
  opacity: 0;
  transition: opacity 0.5s ease;
  transition-delay: 1.8s;
}
.circles-container__item--fourth p {
  top: 7em;
  left: 2.5em;
}
@media screen and (min-width: 650px) and (max-width: 850px) {
  .circles-container {
    font-size: 0.8rem;
  }
}
@media screen and (min-width: 650px) {
  .circles-container__item {
    left: 57%;
  }
}
.circles-container.show .circles-container__item--logo {
  opacity: 1;
  transform: rotate(360deg);
}
.circles-container.show .circles-container__item--first,
.circles-container.show .circles-container__item--second,
.circles-container.show .circles-container__item--third,
.circles-container.show .circles-container__item--fourth {
  opacity: 1;
}

.skills-container {
  width: 100%;
  margin-top: 4rem;
}
.skills-container__title {
  margin-bottom: 14rem;
}
.skills-container__title span {
  color: #fff;
  background-color: rgba(219, 39, 0, 0.45);
  font-size: 2.8rem;
}
.skills-container__info {
  position: relative;
  width: 100%;
  height: 53rem;
}
.skills-container__legend {
  position: absolute;
  width: 100%;
  display: flex;
  flex-direction: row;
}
.skills-container__legend .label {
  position: relative;
  height: 50rem;
  width: 20%;
  border-right: 1px solid #969696;
  font-size: 1.2rem;
  text-align: right;
  flex: 0 0 auto;
}
.skills-container__legend .label span {
  position: absolute;
  transform: rotate(50deg);
  width: 12rem;
  right: -1rem;
  top: -3rem;
  transform-origin: 100% 0;
}
.skills-container__data {
  position: absolute;
  width: 100%;
  display: flex;
  flex-direction: column;
  top: 2rem;
}
.skills-container__data .bar {
  position: relative;
  width: 100%;
  height: 6rem;
  display: flex;
  align-items: center;
}
.skills-container__data .bar .border-block {
  position: absolute;
  width: 1rem;
  height: 100%;
  top: 0;
  left: 0;
  border: 1px solid;
  border-color: #000 transparent transparent #000;
  z-index: 2;
}
.skills-container__data .bar:last-child .border-block {
  border-color: #000 transparent #000 #000;
}
.skills-container__data .bar .data-bar {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
.skills-container__data .bar .data-bar .data-bar-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("../assets/img/skills-chart-hbar.svgz");
  background-size: auto;
  background-position: right center;
  background-repeat: no-repeat;
  transform: translateX(-100%);
}
.skills-container__data .bar .data-description {
  position: absolute;
  left: 2rem;
  font-size: 1.5rem;
  color: #757575;
  z-index: 3;
  opacity: 0;
  transition: opacity 0.6s ease-out;
}
.skills-container__data.show .bar:nth-child(1) .data-bar-bg {
  transition: transform 0.7s ease-out;
  transition-delay: 0.7s;
  transform: translateX(-55%);
}
.skills-container__data.show .bar:nth-child(1) .data-description {
  transition: opacity 0.7s ease-out;
  transition-delay: 1.2s;
  opacity: 1;
}
.skills-container__data.show .bar:nth-child(2) .data-bar-bg {
  transition: transform 0.7s ease-out;
  transition-delay: 0.8s;
  transform: translateX(-10%);
}
.skills-container__data.show .bar:nth-child(2) .data-description {
  transition: opacity 0.7s ease-out;
  transition-delay: 1.3s;
  opacity: 1;
}
.skills-container__data.show .bar:nth-child(3) .data-bar-bg {
  transition: transform 0.7s ease-out;
  transition-delay: 0.9s;
  transform: translateX(-28%);
}
.skills-container__data.show .bar:nth-child(3) .data-description {
  transition: opacity 0.7s ease-out;
  transition-delay: 1.4s;
  opacity: 1;
}
.skills-container__data.show .bar:nth-child(4) .data-bar-bg {
  transition: transform 0.7s ease-out;
  transition-delay: 1s;
  transform: translateX(-31%);
}
.skills-container__data.show .bar:nth-child(4) .data-description {
  transition: opacity 0.7s ease-out;
  transition-delay: 1.5s;
  opacity: 1;
}
.skills-container__data.show .bar:nth-child(5) .data-bar-bg {
  transition: transform 0.7s ease-out;
  transition-delay: 1.1s;
  transform: translateX(-63%);
}
.skills-container__data.show .bar:nth-child(5) .data-description {
  transition: opacity 0.7s ease-out;
  transition-delay: 1.6s;
  opacity: 1;
}
.skills-container__data.show .bar:nth-child(6) .data-bar-bg {
  transition: transform 0.7s ease-out;
  transition-delay: 1.2s;
  transform: translateX(-10%);
}
.skills-container__data.show .bar:nth-child(6) .data-description {
  transition: opacity 0.7s ease-out;
  transition-delay: 1.7s;
  opacity: 1;
}
.skills-container__data.show .bar:nth-child(7) .data-bar-bg {
  transition: transform 0.7s ease-out;
  transition-delay: 1.3s;
  transform: translateX(0%);
}
.skills-container__data.show .bar:nth-child(7) .data-description {
  transition: opacity 0.7s ease-out;
  transition-delay: 1.8s;
  opacity: 1;
}
.skills-container__data.show .bar:nth-child(8) .data-bar-bg {
  transition: transform 0.7s ease-out;
  transition-delay: 1.4s;
  transform: translateX(-67%);
}
.skills-container__data.show .bar:nth-child(8) .data-description {
  transition: opacity 0.7s ease-out;
  transition-delay: 1.9s;
  opacity: 1;
}
@media screen and (min-width: 650px) {
  .skills-container {
    max-width: 61rem;
    margin: 4rem auto 0 auto;
  }
  .skills-container__info {
    height: 30rem;
  }
  .skills-container__title {
    margin-bottom: 0rem;
  }
  .skills-container__title span {
    font-size: 2rem;
  }
  .skills-container__legend {
    flex-direction: column-reverse;
    margin-top: 0.8rem;
  }
  .skills-container__legend .label {
    width: 100%;
    height: 4.8rem;
    border-right: none;
    border-bottom: 1px solid #969696;
    font-size: 1.1rem;
    text-align: left;
  }
  .skills-container__legend .label span {
    transform: none;
    width: 12rem;
    right: 0rem;
    top: auto;
    bottom: 0;
    bottom: 1px;
    border-right: 5px solid #f44b00;
    padding-top: 4px;
  }
  .skills-container__legend .label:nth-child(2) span {
    border-right-color: #f4b800;
  }
  .skills-container__legend .label:nth-child(3) span {
    border-right-color: #beca7d;
  }
  .skills-container__legend .label:nth-child(4) span {
    border-right-color: #8ebd7b;
  }
  .skills-container__data {
    flex-direction: row;
    width: auto;
    height: 18rem;
  }
  .skills-container__data .bar {
    width: 6rem;
    height: 100%;
  }
  .skills-container__data .bar .border-block {
    width: 100%;
    height: 1rem;
    top: auto;
    bottom: 0;
    border-color: transparent transparent #000 #000;
  }
  .skills-container__data .bar:last-child .border-block {
    border-color: transparent #000 #000 #000;
  }
  .skills-container__data .bar .data-bar .data-bar-bg {
    background-image: url("../assets/img/skills-chart-vbar.svgz");
    background-position: center top;
    transform: translateY(100%);
  }
  .skills-container__data .bar .data-description {
    font-size: 1.1rem;
    color: #757575;
    bottom: -1.8rem;
    left: 3.2rem;
    width: 9rem;
    transform-origin: 0 0;
    transform: rotate(45deg);
  }
  .skills-container__data.show .bar:nth-child(1) .data-bar-bg {
    transform: translateY(55%);
  }
  .skills-container__data.show .bar:nth-child(2) .data-bar-bg {
    transform: translateY(10%);
  }
  .skills-container__data.show .bar:nth-child(3) .data-bar-bg {
    transform: translateY(28%);
  }
  .skills-container__data.show .bar:nth-child(4) .data-bar-bg {
    transform: translateY(31%);
  }
  .skills-container__data.show .bar:nth-child(5) .data-bar-bg {
    transform: translateY(63%);
  }
  .skills-container__data.show .bar:nth-child(6) .data-bar-bg {
    transform: translateY(10%);
  }
  .skills-container__data.show .bar:nth-child(7) .data-bar-bg {
    transform: translateY(0%);
  }
  .skills-container__data.show .bar:nth-child(8) .data-bar-bg {
    transform: translateY(67%);
  }
}

#my-cv {
  position: relative;
  margin: 1rem 0 0 0;
  font-size: 1.7rem;
  display: flex;
  align-items: end;
  color: #3b6863;
}
#my-cv a {
  cursor: pointer;
  text-decoration: none;
  color: #3b6863;
}
#my-cv a:focus, #my-cv a:visited, #my-cv a:hover {
  outline: none;
  border: 0;
  color: #3b6863;
}
#my-cv a:hover {
  text-decoration: underline;
  color: #4e8882;
}
#my-cv a.my-cv-link-img {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
#my-cv #my-cv-container {
  position: relative;
  width: 5rem;
  height: 5rem;
  margin-right: 1rem;
  background-image: url("../assets/img/pdf.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  filter: drop-shadow(-2px 3px 2px rgba(0, 0, 0, 0.1));
}
@media screen and (min-width: 650px) {
  #my-cv {
    font-size: 1.4rem;
  }
}

.works-container__item {
  z-index: 1;
  position: relative;
  width: 100%;
  margin-bottom: 3rem;
}
.works-container__item--first .works-container__banner {
  background-image: url("../assets/img/slider/01-1.jpg");
}
.works-container__item--first .works-container__info .works-container__marker .more-text,
.works-container__item--first .works-container__info .works-container__marker .more-arrow {
  background-color: #63a69f;
}
.works-container__item--first .works-container__info::after {
  border-top-color: #63a69f;
}
.works-container__item--second .works-container__banner {
  background-image: url("../assets/img/slider/02-1.jpg");
}
.works-container__item--second .works-container__info .works-container__marker .more-text,
.works-container__item--second .works-container__info .works-container__marker .more-arrow {
  background-color: #f2e1ac;
}
.works-container__item--second .works-container__info::after {
  border-top-color: #f2e1ac;
}
.works-container__item--third .works-container__banner {
  background-image: url("../assets/img/slider/03-1.jpg");
}
.works-container__item--third .works-container__info .works-container__marker .more-text,
.works-container__item--third .works-container__info .works-container__marker .more-arrow {
  background-color: #f2836b;
}
.works-container__item--third .works-container__info::after {
  border-top-color: #f2836b;
}
.works-container__banner {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 55%;
  background-color: #757575;
  z-index: 2;
  cursor: pointer;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.works-container__banner:hover .works-container__hover {
  transition: opacity 0.5s ease;
  opacity: 1;
}
.works-container__hover {
  position: relative;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
  transition: opacity 0.3s ease;
  display: none;
}
.works-container__hover::after {
  content: "";
  position: absolute;
  width: 3rem;
  height: 3rem;
  top: 50%;
  left: 50%;
  margin: -1.5rem 0 0 -1.5rem;
  background-image: url("../assets/img/fullscreen-icon.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.works-container__info {
  width: 100%;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.7);
  clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 40px), calc(100% - 40px) 100%, 0% 100%);
}
.works-container__info::after {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0px;
  border-style: solid;
  border-width: 40px 40px 0 0;
  border-color: transparent transparent transparent transparent;
}
.works-container__title {
  font-size: 3.5rem;
  padding: 2rem 2rem 1rem 2rem;
}
.works-container__text {
  font-size: 1.8rem;
  padding: 0 2rem 2rem 2rem;
}
.works-container__marker {
  display: none;
  font-size: 1.15rem;
  height: 2rem;
  width: 7rem;
  left: 3.5rem;
  bottom: 3rem;
  position: absolute;
  color: #fff;
  cursor: pointer;
}
.works-container__marker .more-text {
  display: inline-block;
  position: absolute;
  height: 100%;
  padding: 0 0.5rem 0 1rem;
  line-height: 1.8;
  top: 0;
  left: 0;
  z-index: 1;
}
.works-container__marker .more-arrow {
  position: absolute;
  height: 100%;
  width: 3rem;
  top: 0;
  left: 1rem;
  transform: translateX(0%);
  background-image: url("../assets/img/arrow.png");
  background-size: auto;
  background-position: right center;
  background-repeat: no-repeat;
  z-index: 2;
  transition: transform 0.25s ease-out;
}
.works-container__marker:hover .more-arrow {
  transition: transform 0.25s cubic-bezier(0.5, 1.8, 0.3, 0.8);
  transform: translateX(90%);
}
@media screen and (min-width: 650px) {
  .works-container .section-content__title {
    margin-bottom: 4rem !important;
  }
  .works-container__item {
    margin-bottom: 4rem;
    height: 22rem;
  }
  .works-container__item--first .works-container__info::after {
    border-bottom-color: #63a69f;
  }
  .works-container__item--first .works-container__info::before {
    border-top-color: #63a69f;
  }
  .works-container__item--second .works-container__info::after {
    border-bottom-color: #f2e1ac;
  }
  .works-container__item--second .works-container__info::before {
    border-top-color: #d1c08f;
  }
  .works-container__item--third .works-container__info::after {
    border-bottom-color: #f2836b;
  }
  .works-container__item--third .works-container__info::before {
    border-top-color: #c97365;
  }
  .works-container__banner {
    position: absolute;
    width: 35rem;
    height: 20rem;
    padding: 0;
  }
  .works-container__hover {
    display: block;
  }
  .works-container__info {
    position: absolute;
    height: 20rem;
    width: calc(100% - (35rem - 20px));
    top: 20px;
    right: 0;
    padding-left: 1.6rem;
    clip-path: polygon(0% 0%, calc(100% - 40px) 0%, 100% 40px, 100% 100%, 0% 100%);
  }
  .works-container__info::after {
    border-width: 0 40px 40px 0;
    border-color: transparent transparent transparent transparent;
    top: 0;
    bottom: auto;
  }
  .works-container__info::before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    border-style: solid;
    border-width: 20px 20px 0 0;
    border-color: transparent transparent transparent transparent;
  }
  .works-container__title {
    font-size: 2.8rem;
  }
  .works-container__text {
    font-size: 1.3rem;
  }
  .works-container__marker {
    display: block;
  }
}

footer#contacts {
  color: #ccc;
  text-align: center;
  background-image: url("../assets/img/contacts-background.png");
  background-position: 50% 0px;
  position: relative;
  bottom: 0;
  z-index: 0;
  width: 100%;
}
@media screen and (min-width: 650px) {
  footer#contacts {
    position: fixed;
  }
}

.footer-content {
  position: relative;
  width: 100%;
  padding: 2rem 2rem 6rem 2rem;
}
.footer-content .mail-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1px;
}
.footer-content__title {
  font-size: 6rem;
  margin: 2rem 0 3rem 0;
}
.footer-content__text {
  font-size: 1.8rem;
  margin-bottom: 4rem;
  padding: 0 2rem;
}
.footer-content__mail, .footer-content__phone {
  position: relative;
  width: 100%;
  font-size: 1.8rem;
  padding: 1rem 1rem;
  color: #fff;
  background-color: #f2836b;
  cursor: pointer;
}
.footer-content__mail:hover, .footer-content__phone:hover {
  background-color: #f6aa9a;
}
.footer-content__mail a, .footer-content__phone a {
  position: relative;
  margin-left: 1.5rem;
  text-decoration: none;
  color: #fff;
}
.footer-content__mail a:hover, .footer-content__phone a:hover {
  color: #fff;
}
.footer-content__mail a::before, .footer-content__phone a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -3rem;
  height: 100%;
  width: 2.5rem;
  background-image: url("../assets/img/Phone-Call-White.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.footer-content__mail {
  background-color: #63a69f;
}
.footer-content__mail:hover {
  background-color: #83b9b3;
}
.footer-content__mail a::before {
  background-image: url("../assets/img/Mail-White.png");
}
.footer-content__social {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 4rem;
}
.footer-content__social .social-link {
  cursor: pointer;
  position: relative;
  width: 4rem;
  height: 3.5rem;
  margin: 0 0.5rem;
  background-image: url("../assets/img/LinkedIn-White.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.footer-content__social .social-link a {
  position: absolute;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.footer-content__social .social-link#whatsapp {
  background-image: url("../assets/img/WhatsApp-White.png");
}
.footer-content__social .social-link#telegram {
  background-image: url("../assets/img/Telegram-White.png");
}
@media screen and (min-width: 650px) {
  .footer-content {
    padding: 4rem 2rem 6rem 2rem;
  }
  .footer-content__text {
    font-size: 1.3rem;
    margin-bottom: 3rem;
  }
  .footer-content .mail-wrapper {
    flex-direction: row;
    justify-content: center;
  }
  .footer-content__mail, .footer-content__phone {
    width: auto;
    font-size: 1.5rem;
    padding: 0.5rem 2rem 0.5rem 2.7rem;
  }
  .footer-content__social {
    margin-top: 3rem;
  }
  .footer-content__social .social-link {
    cursor: pointer;
    width: 3rem;
    height: 2.5rem;
    margin: 0 0.5rem;
  }
}

.works-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 20;
  top: 0;
  right: 0;
  padding: 1.5rem 0;
  color: #ccc;
  display: flex;
  flex-direction: column;
  background-image: url("../assets/img/overlay-background.png");
  background-position: 50% 0px;
  display: none;
  opacity: 0.5;
  transform: translateY(-100%);
  transition-timing-function: ease-in-out;
  transition-property: opacity, transform;
  transition-duration: 0.5s;
}
.works-overlay::after {
  content: "";
  width: 0;
  height: 0;
  visibility: hidden;
  background-image: url("../assets/img/slider/01-2.jpg"), url("../assets/img/slider/01-3.jpg"), url("../assets/img/slider/01-4.jpg"), url("../assets/img/slider/01-5.jpg"), url("../assets/img/slider/02-2.jpg"), url("../assets/img/slider/02-3.jpg"), url("../assets/img/slider/03-2.jpg"), url("../assets/img/slider/03-3.jpg"), url("../assets/img/slider/03-4.jpg");
}
.works-overlay.show {
  opacity: 1;
  transform: translateY(0);
}
.works-overlay__close-btn {
  position: absolute;
  width: 5rem;
  height: 5rem;
  top: 1.5rem;
  right: 1.5rem;
  background-image: url("../assets/img/overlay-close.png");
  background-position: center;
  background-size: 60%;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 5;
}
.works-overlay__close-btn:hover {
  opacity: 0.8;
  transform: scale(0.8);
}
.works-overlay__header {
  position: relative;
  width: 100%;
  flex: 0 0 auto;
  padding-left: 1.5rem;
  margin-bottom: 2rem;
}
.works-overlay__title {
  font-size: 4.4rem;
  z-index: 1;
}
.works-overlay__text {
  font-size: 1.6rem;
}
.works-overlay__slider-container {
  position: relative;
  width: 100%;
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.works-overlay__footer {
  position: relative;
  width: 100%;
  flex: 0 0 auto;
  padding: 1rem 1.5rem 1.5rem 0;
  font-size: 1.7rem;
  text-align: right;
}
.works-overlay__footer a {
  color: #3b6863;
  text-decoration: none;
}
.works-overlay__footer a:focus, .works-overlay__footer a:visited, .works-overlay__footer a:hover {
  outline: none;
  border: 0;
  color: #3b6863;
}
.works-overlay__footer a:hover {
  text-decoration: underline;
  color: #4e8882;
}
@media screen and (min-width: 650px) {
  .works-overlay__slider-container {
    padding: 0 2rem;
  }
  .works-overlay__header {
    padding-left: 2rem;
  }
  .works-overlay__title {
    font-size: 3.5rem;
  }
  .works-overlay__text {
    font-size: 1.2rem;
  }
}

#slider-content {
  position: relative;
  width: 100%;
  height: auto;
}

.image {
  width: 100%;
  height: auto;
  animation: slide 1s linear;
}

@keyframes slide {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#leftArrow {
  all: unset;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  color: #fff;
  font-size: 4rem;
  cursor: pointer;
  transition: all 0.5s ease;
}

#rightArrow {
  all: unset;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #fff;
  font-size: 4rem;
  cursor: pointer;
  transition: all 0.5s ease;
}

#leftArrow:hover,
#rightArrow:hover {
  background: rgba(0, 0, 0, 0.25);
}

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