@font-face {
  font-family: "Nexa Bold";
  src: url("../fonts/Nexa-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aldrich";
  src: url("../fonts/Aldrich-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
:focus, :active {
  outline: none;
}

a:focus, a:active {
  outline: none;
}

html, body {
  height: 100%;
  width: 100%;
  line-height: 100%;
  padding: 0;
  margin: 0;
}

nav, footer, header, aside {
  display: block;
}

input, button, textarea {
  font-family: inherit;
  outline: 0;
}

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

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
  outline: 0;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}

img {
  vertical-align: middle;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
  padding: 0;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.container {
  width: 670px;
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 1600px) {
  .container {
    width: 670px;
  }
}
@media (max-width: 1359px) {
  .container {
    width: 670px;
  }
}
@media (max-width: 1199px) {
  .container {
    width: 670px;
  }
}
@media (max-width: 1023px) {
  .container {
    width: 480px;
  }
}
@media (max-width: 767px) {
  .container {
    width: 90%;
    padding: 0 50px;
  }
}
@media (max-width: 639px) {
  .container {
    padding: 0 32px;
  }
}
@media (max-width: 400px) {
  .container {
    padding: 0 24px;
  }
}

html * {
  -webkit-text-size-adjust: none;
}

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

.title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.title h2 {
  display: inline-block;
  font-family: Aldrich;
  font-size: 16px;
  font-weight: 400;
  line-height: 15.65px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: white;
  padding: 13px 60px 11px 60px;
  background-color: transparent;
  border: 2px solid yellow;
  border-radius: 10px;
  position: relative;
  z-index: 5;
}
@media (max-width: 450px) {
  .title h2 {
    width: 100%;
    text-align: center;
  }
}
.title h2::after {
  display: none;
  content: "";
  width: 455px;
  height: 1px;
  background-color: #CBCBCB;
  right: -457px;
  top: 19px;
  position: absolute;
  z-index: 3;
}
@media (max-width: 1023px) {
  .title h2::after {
    width: 268px;
    right: -270px;
  }
}
@media (max-width: 767px) {
  .title h2::after {
    width: 180%;
    right: -377px;
  }
}
.title .line {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 450px) {
  .title .line {
    display: none;
  }
}
.title .line--item {
  width: 100%;
  height: 2px;
  background-color: #CBCBCB;
}
.title .line--dot {
  width: 7px;
  height: 7px;
  background-color: #CBCBCB;
  border-radius: 50%;
}

.header {
  background-color: transparent;
  padding-top: 30px;
  padding-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  z-index: 106;
}
.header a {
  display: block;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.header a .langEN-btn__wrapper {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.header a .langEN-btn__wrapper:hover {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (max-width: 1024px) {
  .header a .langEN-btn__wrapper:hover {
    -webkit-transform: none;
            transform: none;
  }
}
.header a .langEN-btn__wrapper .UA {
  color: white;
  rotate: 180deg;
  margin-top: -1px;
  font-family: Nexa Bold;
}
.header a .langEN-btn__wrapper .EN {
  color: white;
  position: relative;
  font-family: Nexa Bold;
}
.header a .langEN-btn__wrapper .EN::after {
  content: "";
  position: absolute;
  left: -4px;
  top: 22px;
  background-color: yellow;
  width: 30px;
  height: 2px;
}

@media (max-width: 767px) {
  .footer .container {
    width: 100%;
  }
}
.footer .container fieldset {
  border-color: yellow;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
}
@media (max-width: 450px) {
  .footer .container fieldset {
    padding: 0 5px;
  }
}
.footer .container fieldset legend {
  font-family: Aldrich;
  font-size: 20px;
  font-weight: 400;
  line-height: 19.56px;
  text-align: center;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  background-color: black;
  color: white;
  padding: 10px 20px;
}
.footer .container fieldset .footer-content__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer .container fieldset .footer-content__wrapper a {
  font-family: Aldrich;
  font-size: 20px;
  font-weight: 400;
  line-height: 19.56px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: white;
  margin-top: 23px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.footer .container fieldset .footer-content__wrapper a:hover {
  color: #848484;
}
@media (max-width: 500px) {
  .footer .container fieldset .footer-content__wrapper a {
    font-size: 17px;
  }
}
.footer .container fieldset .footer-content__wrapper .footer-icons {
  margin-top: 27px;
}
.footer .container fieldset .footer-content__wrapper .footer-icons a:nth-child(2) {
  margin-left: 25px;
}
.footer .container fieldset .footer-content__wrapper .footer-icons a:nth-child(3) {
  margin-left: 30px;
}
.footer .container fieldset .footer-content__wrapper .footer-icons a:nth-child(4) {
  margin-left: 30px;
}
.footer .container fieldset .footer-content__wrapper .footer-icons a .inst-svg {
  fill: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 32px;
  height: 32px;
}
.footer .container fieldset .footer-content__wrapper .footer-icons a .inst-svg:hover {
  fill: gray;
}
.footer .container fieldset .footer-content__wrapper .footer-icons a .telegram-svg {
  fill: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 30px;
  height: 30px;
}
.footer .container fieldset .footer-content__wrapper .footer-icons a .telegram-svg:hover {
  fill: grey;
}
.footer .container fieldset .footer-content__wrapper .footer-icons a .linkedin-svg {
  fill: #FFFFFF;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 29px;
  height: 29px;
}
.footer .container fieldset .footer-content__wrapper .footer-icons a .linkedin-svg:hover {
  fill: grey;
}
.footer .container fieldset .footer-content__wrapper .footer-icons a .github-svg {
  fill: #FFFFFF;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 30px;
  height: 30px;
}
.footer .container fieldset .footer-content__wrapper .footer-icons a .github-svg:hover {
  fill: grey;
}
.footer .container fieldset .footer-content__wrapper p {
  font-family: Nexa Bold;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  text-align: center;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #ABABAB;
  margin-top: 25px;
}
@media (max-width: 500px) {
  .footer .container fieldset .footer-content__wrapper p {
    font-size: 12px;
  }
}

.main-banner {
  background: rgb(218, 214, 3);
  background: radial-gradient(circle, rgba(238, 255, 6, 0.479) 0%, rgba(255, 217, 3, 0) 250px);
  background-position: 0 70px;
  background-repeat: no-repeat;
  padding-top: 183px;
  padding-bottom: 80px;
}
@media (max-width: 1024px) {
  .main-banner {
    padding-top: 90px;
  }
}
.main-banner .container .main-banner__wrapper {
  position: relative;
  z-index: 105;
}
.main-banner .container .main-banner__wrapper .main-banner__title {
  font-family: "Nexa Bold";
  font-size: 65px;
  font-weight: 700;
  line-height: 65px;
  letter-spacing: 0.02em;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: white;
}
@media (max-width: 500px) {
  .main-banner .container .main-banner__wrapper .main-banner__title {
    font-size: 55px;
    font-weight: 400;
  }
}
.main-banner .container .main-banner__wrapper h2 {
  font-family: Aldrich;
  font-size: 28px;
  font-weight: 400;
  line-height: 27.38px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: yellow;
  margin-top: 15px;
}
.main-banner .container .main-banner__wrapper .main-banner__text {
  font-family: Aldrich;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #ABABAB;
  margin-top: 40px;
}
.main-banner .container .main-banner__wrapper .main-banner__text span {
  font-family: Aldrich;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: white;
  border-bottom: 1px solid white;
}

body {
  background-color: black;
}

.skill {
  background-color: black;
}
.skill .container .skill-slider {
  margin-top: 70px;
}
.skill .container .skill-slider .skill-slider__item {
  margin-left: 25px;
}
.projects {
  padding-top: 70px;
  padding-bottom: 50px;
}
.projects .container .project h2 {
  padding: 12px 28px;
  min-width: 212px;
  text-align: center;
}
.projects .container .projects-wrapper {
  margin-top: 81px;
}
.projects .container .projects-wrapper .projects-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.projects .container .projects-wrapper .projects-item:not(:first-child) {
  margin-top: 60px;
}
.projects .container .projects-wrapper .projects-item .projects-item__arrow {
  margin-top: 30px;
  position: relative;
  opacity: 0;
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
}
.projects .container .projects-wrapper .projects-item .projects-item__arrow.show {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media (max-width: 1024px) {
  .projects .container .projects-wrapper .projects-item .projects-item__arrow {
    display: none;
  }
}
.projects .container .projects-wrapper .projects-item .projects-item__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  opacity: 0;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
}
.projects .container .projects-wrapper .projects-item .projects-item__right.show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media (max-width: 1023px) {
  .projects .container .projects-wrapper .projects-item .projects-item__right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.projects .container .projects-wrapper .projects-item .projects-item__right .projects-item__main {
  width: 100%;
  margin-left: 48px;
}
@media (max-width: 1023px) {
  .projects .container .projects-wrapper .projects-item .projects-item__right .projects-item__main {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 550px) {
  .projects .container .projects-wrapper .projects-item .projects-item__right .projects-item__main {
    margin-left: 20px;
  }
}
.projects .container .projects-wrapper .projects-item .projects-item__right .projects-item__main h2 {
  font-family: Aldrich;
  font-size: 20px;
  font-weight: 400;
  line-height: 19.56px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: yellow;
}
.projects .container .projects-wrapper .projects-item .projects-item__right .projects-item__main p {
  font-family: Aldrich;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: white;
}
.projects .container .projects-wrapper .projects-item .projects-item__right .projects-item__date p {
  font-family: Aldrich;
  font-size: 16px;
  font-weight: 400;
  line-height: 15.65px;
  text-align: right;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #ABABAB;
}
@media (max-width: 1023px) {
  .projects .container .projects-wrapper .projects-item .projects-item__right .projects-item__date p {
    margin-left: 45px;
  }
}
@media (max-width: 550px) {
  .projects .container .projects-wrapper .projects-item .projects-item__right .projects-item__date p {
    margin-left: 20px;
  }
}
.projects .container .projects-btn__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.projects .container .projects-btn__wrapper .projects-btn {
  font-family: Aldrich;
  font-size: 16px;
  font-weight: 400;
  line-height: 15.65px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: black;
  background-color: white;
  padding: 22px 60px 22px 61px;
  border-radius: 15px;
  margin-top: 100px;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.projects .container .projects-btn__wrapper .projects-btn::before {
  content: url(/img/projects/arrowleft.png);
  left: -210px;
  top: 23px;
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .projects .container .projects-btn__wrapper .projects-btn::before {
    display: none;
  }
}
.projects .container .projects-btn__wrapper .projects-btn::after {
  content: url(/img/projects/arrowright.png);
  right: -210px;
  top: 23px;
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .projects .container .projects-btn__wrapper .projects-btn::after {
    display: none;
  }
}
.projects .container .projects-btn__wrapper .projects-btn:hover {
  background-color: #0058DC;
  color: white;
}
.projects .container .projects-btn__wrapper .projects-btn:hover::after {
  right: -205px;
}
.projects .container .projects-btn__wrapper .projects-btn:hover::before {
  left: -205px;
}

body {
  overflow-x: hidden;
  position: relative;
}
body .leftball {
  position: fixed;
  left: -500px;
  top: -200px;
  -webkit-animation: rotation 50s infinite linear;
          animation: rotation 50s infinite linear;
  width: 55%;
}
@media (max-width: 1024px) {
  body .leftball {
    display: none;
  }
}
body .rightball {
  position: fixed;
  right: -400px;
  top: 300px;
  -webkit-animation: rotation 50s infinite linear;
          animation: rotation 50s infinite linear;
  width: 50%;
}
@media (max-width: 1024px) {
  body .rightball {
    display: none;
  }
}

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
}

@keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
}
.header {
  background-color: transparent;
  padding-top: 30px;
  padding-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  z-index: 106;
}
.header a {
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.header a .langUA-btn__wrapper {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.header a .langUA-btn__wrapper:hover {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (max-width: 1024px) {
  .header a .langUA-btn__wrapper:hover {
    -webkit-transform: none;
            transform: none;
  }
}
.header a .langUA-btn__wrapper .ua-second {
  color: white;
  position: relative;
}
.header a .langUA-btn__wrapper .ua-second::after {
  content: "";
  position: absolute;
  left: -3px;
  top: 22px;
  background-color: yellow;
  width: 30px;
  height: 2px;
}
.header a .langUA-btn__wrapper .en-second {
  color: white;
  rotate: 180deg;
  margin-top: -1px;
}

html[lang=uk] h1,
html[lang=uk] h2,
html[lang=uk] h3,
html[lang=uk] p,
html[lang=uk] span,
html[lang=uk] legend,
html[lang=uk] a {
  font-family: "Montserrat" !important;
}

html[lang=uk] .main-banner__title {
  font-size: 60px !important;
}

.works {
  padding-bottom: 70px;
}
.works .container .works h2 {
  padding: 12px 28px;
  min-width: 212px;
  text-align: center;
}
.works .container .works-wrapper {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
@media (max-width: 500px) {
  .works .container .works-wrapper {
    margin-top: 20px;
  }
}
@media (max-width: 1024px) {
  .works .container .works-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.works .container .works-wrapper .works-item__wrapper {
  width: 47%;
  background-color: yellow;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
}
.works .container .works-wrapper .works-item__wrapper.show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media (max-width: 1024px) {
  .works .container .works-wrapper .works-item__wrapper {
    width: 100%;
  }
}
.works .container .works-wrapper .works-item__wrapper .works-item {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 15px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.works .container .works-wrapper .works-item__wrapper .works-item:hover {
  -webkit-transform: scale(0.97);
          transform: scale(0.97);
}
.works .container .works-wrapper .works-item__wrapper .works-item a img {
  width: 100%;
}