:root {
  --background: #fff7f1;
  --boarder: #a0a0a0;
  --modal_bg: #a0a0a0;
  --blue: #3898ec;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.navigation {
  cursor: default;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.body {
  background-color: var(--background);
  cursor: auto;
  font-family: "Vt 323 Regular", sans-serif;
  overflow: auto;
}

.navbar {
  border-bottom: 1px solid var(--boarder);
  -webkit-backdrop-filter: blur(1.5px);
  backdrop-filter: blur(1.5px);
  cursor: default;
}

.nav-menu {
  letter-spacing: 3px;
  text-transform: uppercase;
  cursor: default;
  flex-direction: column;
  justify-content: space-around;
  align-items: baseline;
  font-family: "Vt 323 Regular", sans-serif;
  font-size: 18px;
  font-style: normal;
  top: 10px;
  bottom: auto;
}

.about {
  margin: 100px auto 0;
}

.work {
  background-color: rgba(0, 0, 0, 0);
  height: 140vh;
  position: relative;
  overflow: hidden;
}

.contact {
  margin: 0 auto 100px;
}

.footer {
  border-top: 1px solid var(--boarder);
  cursor: default;
  background-color: #ddd;
}

.footer__container {
  cursor: default;
  flex-direction: row;
  justify-content: space-between;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.social__div {
  grid-column-gap: 10px;
  cursor: default;
  justify-content: center;
  align-items: center;
  display: flex;
}

.legal-right__div {
  cursor: default;
  flex: 1;
  align-items: center;
  display: flex;
}

.heading {
  letter-spacing: 2px;
}

.form__div {
  margin-bottom: 10px;
  display: flex;
}

.section {
  background-color: #a9bac9;
}

.section-2 {
  background-color: #acbcca;
}

.section-3 {
  background-color: #d1d9e0;
}

.section-4, .section-5, .section-6, .section-7, .section-8, .section-9, .section-10, .section-11, .section-12 {
  background-color: #fff;
}

.section-13, .section-14 {
  background-color: #fcfdff;
}

.section-15, .section-16, .section-17 {
  background-color: #fff;
}

.section-18 {
  background-color: #c0c6ca;
}

.section-19 {
  background-color: #626b72;
}

.section-20 {
  background-color: #42484c;
}

.section-21 {
  background-color: #26282a;
}

.section-22, .section-23, .section-24, .section-25 {
  background-color: #000;
}

.section-26 {
  background-color: #222;
}

.section-27 {
  background-color: #afafaf;
}

.section-28, .section-29, .section-30, .section-31, .section-32, .section-33 {
  background-color: #fff;
}

.section-34 {
  background-color: rgba(0, 0, 0, 0);
}

.submit-button {
  color: #333;
  background-color: #fff;
  border: 1px solid #ddd;
  width: 100%;
  margin-top: 10px;
  font-size: 18px;
}

.submit-button:hover {
  border-color: #000;
  border-radius: 1px;
}

.about__container {
  justify-content: center;
  align-items: center;
  width: 1140px;
  display: flex;
}

.background-computer__div {
  background-image: url('../images/artwork-new.gif');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  height: 110vh;
  position: relative;
  overflow: hidden;
}

.work-background__div {
  opacity: 1;
  background-image: url('../images/work-background.png');
  background-position: 50% 0;
  background-size: auto;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.modal {
  z-index: 99;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal.minx, .modal.cancer, .modal.kobiety, .modal.samsung, .modal.colgate, .modal.zywiec, .modal.jaguar, .modal.land, .modal.sanex, .modal.arelion {
  display: none;
}

.modal__bg {
  opacity: 1;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: rgba(49, 26, 141, .15);
  width: 100%;
  height: 100vh;
}

.modal__container {
  background-color: #bfbfbf;
  width: 100%;
  max-width: 35rem;
  position: absolute;
}

.link-block {
  width: 100%;
  margin-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  text-decoration: none;
}

.work-file__div {
  z-index: 9999;
  background-image: url('../images/file-close.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  width: 150px;
  height: 190px;
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
}

.work-file__div:hover {
  background-image: url('../images/file-open.png');
  background-position: 50% 0;
  background-size: contain;
}

.work-file__heading {
  color: var(--background);
  text-align: center;
  letter-spacing: .5px;
  margin-bottom: 0;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.tools {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin: 0 auto 100px;
  display: block;
}

.tools__container {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}

.left-arrow {
  top: 45%;
  bottom: 0%;
  left: -30px;
  right: auto;
}

.right-arrow {
  top: 45%;
  bottom: 0%;
  left: auto;
  right: -30px;
}

.nav__container {
  cursor: default;
  width: 1140px;
}

.arrow_left-image {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.close__image {
  background-color: var(--modal_bg);
  border: 1px solid #fff;
  margin: 4px 5px;
  padding: 3px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.blue__modal {
  background-image: url('../images/modal.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 5vh;
  position: relative;
}

.modal__heading {
  border-style: solid;
  border-width: 2px;
  border-color: var(--background) #272727 #272727 var(--background);
  justify-content: space-around;
  margin: 10px 5px;
  display: flex;
}

.tabs {
  margin-top: 10px;
  margin-left: 5px;
  margin-right: 5px;
}

.tab-pane-summary {
  border-left: 1px solid var(--background);
}

.tab-link-summary {
  border-style: solid solid none;
  border-width: 2px;
  border-color: var(--background) #272727 var(--background) var(--background);
  color: #333;
  text-align: center;
  background-color: #c8c8c8;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  width: 50%;
  text-decoration: none;
}

.tab-link-summary:hover {
  color: #333;
  text-decoration: none;
}

.tab-link-summary.w--current {
  border-top: 2px solid var(--background);
  border-right: 2px solid #272727;
  border-left-color: var(--background);
  color: #333;
  background-color: #dfdfdf;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  text-decoration: none;
}

.tab-link-view {
  border-style: solid solid none;
  border-width: 2px 2px 1px;
  border-color: var(--background) #272727 var(--background) var(--background);
  color: #333;
  text-align: center;
  background-color: #c8c8c8;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  width: 50%;
  text-decoration: none;
}

.tab-link-view:hover {
  text-decoration: none;
}

.tab-link-view.w--current {
  text-align: center;
  background-color: #dfdfdf;
  width: 50%;
  text-decoration: none;
}

.list {
  border-style: solid;
  border-width: 1px 2px 2px 1px;
  border-color: var(--background) #272727 #272727 var(--background);
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 10px;
  list-style-type: none;
}

.tab-pane-view {
  border-left: 1px solid var(--background);
}

.brands {
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
}

.brands__container {
  flex-direction: row;
  justify-content: space-around;
  display: flex;
}

.stack__wrapper {
  grid-row-gap: 5rem;
  flex-flow: column;
  flex: 1;
  align-items: stretch;
  display: flex;
}

.stack__card {
  background-image: url('../images/Jaguar_Land_Rover_2022.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 15rem;
  margin-bottom: 20rem;
  position: -webkit-sticky;
  position: sticky;
  top: 5rem;
}

.stack__card.is-2 {
  z-index: 1;
  background-color: var(--background);
  background-image: url('../images/Intel_logo.svg');
  background-position: 50%;
  background-size: 150px;
  border: 1px solid #000;
  border-top-width: 2px;
  border-radius: 20px;
  margin-bottom: 17rem;
  top: 8rem;
}

.stack__card.is-3 {
  z-index: 2;
  background-color: var(--background);
  background-image: url('../images/Samsung_Logo.svg');
  background-position: 50%;
  background-size: 300px;
  border: 1px solid #000;
  border-top-width: 2px;
  border-radius: 20px;
  margin-bottom: 15rem;
  top: 10rem;
}

.stack__card.is-4 {
  z-index: 3;
  background-color: var(--background);
  background-image: url('../images/Colgate_logo_red.svg');
  background-position: 50%;
  background-size: 300px;
  border: 1px solid #000;
  border-top-width: 2px;
  border-radius: 20px;
  margin-bottom: 13rem;
  top: 12rem;
}

.stack__card.jag-lr {
  z-index: 0;
  background-color: var(--background);
  background-image: url('../images/Jaguar_Land_Rover_2022.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px solid #000;
  border-top-width: 2px;
  border-radius: 20px;
  margin-bottom: 19rem;
  top: 6rem;
}

.stack__info {
  flex: 1;
  height: 25rem;
  margin-bottom: 9rem;
  position: -webkit-sticky;
  position: sticky;
  top: 5rem;
}

.about__heading {
  margin-bottom: 0;
  line-height: 40px;
}

.about__paragraph {
  margin-right: 20px;
  font-size: 18px;
  line-height: 22px;
}

.cell {
  flex-direction: row;
  display: flex;
}

.heading--style {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 20px;
}

.heading--style.tools {
  text-align: left;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
}

.contact__container {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.contact__div {
  flex-direction: column;
  justify-content: center;
  align-self: flex-start;
  align-items: flex-start;
  margin-left: 40px;
}

.contact__div.mobile {
  display: none;
}

.contact__paragraph {
  text-align: left;
  font-size: 18px;
}

.contact__link {
  color: #333;
  font-size: 18px;
  text-decoration: none;
}

.contact__link:hover {
  color: #333;
  text-decoration: underline;
}

.slider {
  background-color: rgba(0, 0, 0, 0);
  margin-left: 20px;
  margin-right: 20px;
}

.form {
  background-color: #f1a138;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 30px;
  display: flex;
}

.text-field {
  font-size: 18px;
}

.text-field-2 {
  margin-left: 20px;
  font-size: 18px;
}

.text-field-3, .textarea {
  margin-bottom: 20px;
  font-size: 18px;
}

.text-span {
  font-family: Varela Round, sans-serif;
}

.error-message {
  text-align: center;
}

.success-message {
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
}

.form-block {
  flex: 0 auto;
}

.text-block-2 {
  padding-left: 80px;
  padding-right: 80px;
}

.brand {
  cursor: default;
  background-color: rgba(0, 0, 0, 0);
}

.normal__image {
  opacity: .02;
  background-image: url('../images/arek1.png');
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  justify-content: flex-start;
  align-self: stretch;
  height: 100%;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.pixel__image {
  opacity: 1;
  background-image: url('../images/Pixel_Art_Pixel_art_full_head_big_clear_eyes_0.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  align-self: stretch;
  height: 100%;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.pixel__image:hover {
  background-image: url('../images/Pixel_Art_Pixel_art_full_head_big_clear_eyes_0.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.image__container {
  box-shadow: 0 -10px 60px -10px var(--blue);
  border: 2px solid #000;
  border-radius: 5px;
  flex: 1;
  align-self: stretch;
  position: relative;
}

.cell-2 {
  justify-content: flex-start;
}

.heading__div {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.chat__image {
  margin-bottom: 40px;
  margin-left: 10px;
}

.stack__div {
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}

.star__image {
  margin-bottom: 15px;
  margin-left: 10px;
}

.tools__div {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-8 {
  margin-bottom: 15px;
  margin-left: 10px;
}

.cell-slider {
  background-image: url('../images/Magnolia_CMS_logo-svg.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  padding: 40px;
}

.cell-slider.aem {
  background-image: url('../images/adobe-experience-manager-adobe-experience-manager-logo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.cell-slider.webflow {
  background-image: url('../images/Webflow_logo-svg.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
}

.cell-slider.webflow:hover {
  background-image: url('../images/Webflow_logo-svg.svg');
}

.cell-slider.notion {
  background-image: url('../images/Notion-logo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  align-items: flex-end;
}

.cell-slider.notion:hover {
  background-image: url('../images/Notion-logo.svg');
}

.cell-slider.drupal {
  background-image: url('../images/Wordmark_blue_CMYK-svg.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.cell-slider.drupal:hover {
  background-image: url('../images/Wordmark_blue_CMYK-svg.svg');
}

.cell-slider.html, .cell-slider.html:hover {
  background-image: url('../images/HTML5_logo_and_wordmark-svg.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.cell-slider.js {
  background-image: url('../images/Unofficial_JavaScript_logo_2-svg.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.cell-slider.js:hover {
  background-image: url('../images/Unofficial_JavaScript_logo_2-svg.svg');
}

.cell-slider.photoshop {
  background-image: url('../images/adobe-photoshop-cc-seeklogo.com-svg.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.cell-slider.photoshop:hover {
  background-image: url('../images/adobe-photoshop-cc-seeklogo.com-svg.svg');
}

.cell-slider.trello {
  background-image: url('../images/Trello_logo-svg.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.cell-slider.trello:hover {
  background-image: url('../images/Trello_logo-svg.svg');
}

.cell-slider.jira {
  background-image: url('../images/Jira_Software_logo-svg.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.cell-slider.jira:hover {
  background-image: url('../images/Jira_Software_logo-svg.svg');
}

.cell-slider.ahrefs {
  background-image: url('../images/ahrefs-seo-tool-seeklogo.com-2-svg.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.cell-slider.ahrefs:hover {
  background-image: url('../images/ahrefs-seo-tool-seeklogo.com-2-svg.svg');
}

.cell-slider.google {
  background-image: url('../images/Logo_Google_Analytics-svg.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.cell-slider.google:hover {
  background-image: url('../images/Logo_Google_Analytics-svg.svg');
}

.cell-slider.figma {
  background-image: url('../images/Figma-logo-svg.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.cell-slider.figma:hover {
  background-image: url('../images/Figma-logo-svg.svg');
}

.cell-slider.postman {
  background-image: url('../images/Magnolia_CMS_logo-svg.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.cell-slider.postman:hover {
  background-image: url('../images/postman-icon-svgrepo-com-svg.svg');
}

.cell-slider.css {
  background-image: url('../images/CSS3_logo_and_wordmark-svg.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.cell-slider.confluence {
  background-image: url('../images/Atlassian_Confluence_2017_logo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.cell-slider.github {
  background-image: url('../images/github-mark.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.quick-stack {
  grid-column-gap: 160px;
  grid-row-gap: 60px;
  padding: 40px 0;
}

.quick-stack-2 {
  grid-column-gap: 35px;
}

.tabs-menu {
  text-align: center;
  flex-direction: row;
  display: flex;
}

.text-block-3 {
  font-size: 20px;
  text-decoration: none;
}

.text-block-3:hover {
  color: #333;
  text-decoration: none;
}

.text-block-4 {
  color: #333;
  font-size: 20px;
  text-decoration: none;
}

.text-block-4:hover {
  color: #333;
  text-decoration: none;
}

.modal__div--link {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 10px;
}

.list-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  align-content: stretch;
  justify-content: space-around;
  list-style-type: none;
  display: flex;
}

.modal_text {
  list-style-type: none;
}

.nav__link {
  cursor: default;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
}

.nav__link:hover {
  color: #333;
  text-decoration: underline;
}

.nav__link.w--current {
  color: #333;
  text-decoration: none;
}

.menu-button, .footer__link--block {
  cursor: default;
}

.top__divider {
  background-color: #ddd;
  width: 84%;
  height: 2px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.bottom__divider {
  background-color: #ddd;
  width: 84%;
  height: 2px;
  margin-top: 50px;
  margin-bottom: 50px;
  margin-left: 16%;
}

.link {
  color: #333;
  text-decoration: none;
}

.link:hover {
  color: #333;
  text-decoration: underline;
}

.link_block_modal {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  align-content: space-around;
  justify-content: center;
  align-items: flex-end;
}

.image-12 {
  transform: rotate(-90deg);
}

.slider__mobile {
  display: none;
}

.modal__heading-mobile {
  margin-top: 10px;
}

@media screen and (max-width: 991px) {
  .body {
    overflow: auto;
  }

  .nav-menu {
    right: 10px;
  }

  .about, .contact {
    max-width: 768px;
  }

  .social__div {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .submit-button {
    border-color: #ddd;
  }

  .background-computer__div {
    background-position: 60% 0;
  }

  .work-background__div {
    background-position: 50% 0;
  }

  .modal, .modal.cancer, .modal.zywiec {
    display: none;
  }

  .tools {
    max-width: 768px;
  }

  .nav__container {
    width: 0;
    min-width: 768px;
    max-width: 1140px;
  }

  .brands {
    max-width: 768px;
  }

  .stack__card.is-2, .stack__card.is-3, .stack__card.is-4, .stack__card.jag-lr {
    height: 13rem;
  }

  .about__paragraph {
    font-size: 16px;
  }

  .cell {
    padding-top: 120px;
  }

  .normal__image {
    opacity: 1;
    background-size: 367px;
  }

  .pixel__image {
    background-size: 367px;
  }

  .image__container {
    height: 450px;
  }

  .chat__image {
    margin-bottom: 40px;
  }

  .quick-stack {
    padding-left: 0;
  }

  .tabs-menu {
    flex-direction: row;
    display: flex;
  }

  .nav__link {
    text-align: center;
  }

  .menu-button {
    background-image: url('../images/hamburger_menu.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
    background-image: url('../images/close.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 16px;
  }

  .slider__mobile {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .body {
    overflow: auto;
  }

  .nav-menu {
    width: 100%;
  }

  .about {
    max-width: 500px;
  }

  .work {
    height: 180vh;
  }

  .contact {
    max-width: 500px;
  }

  .legal-right__div {
    flex: 0 auto;
  }

  .about__container {
    max-width: 500px;
  }

  .background-computer__div {
    background-position: 60% 0;
    background-size: 1160px;
    display: flex;
  }

  .work-background__div {
    background-position: 50% 0;
  }

  .modal.cancer {
    display: none;
  }

  .tools {
    max-width: 500px;
  }

  .nav__container {
    min-width: 568px;
  }

  .brands {
    max-width: 500px;
  }

  .brands__container {
    flex-direction: column;
  }

  .stack__card.is-2 {
    align-self: stretch;
    height: 13rem;
    top: 21rem;
  }

  .stack__card.is-3 {
    align-self: stretch;
    height: 13rem;
    top: 23rem;
  }

  .stack__card.is-4 {
    align-self: stretch;
    height: 13rem;
    top: 25rem;
  }

  .stack__card.jag-lr {
    height: 13rem;
    top: 19rem;
  }

  .stack__info {
    flex: 0 auto;
    margin-bottom: 11rem;
  }

  .cell {
    justify-content: flex-start;
    padding-top: 0;
  }

  .contact__container {
    flex-direction: column;
  }

  .contact__div {
    align-self: center;
    margin-top: 40px;
    margin-left: 0;
    margin-right: auto;
  }

  .contact__div.web {
    display: none;
  }

  .contact__div.mobile {
    margin-top: 0;
    margin-bottom: 50px;
    display: block;
  }

  .normal__image {
    top: 0%;
    bottom: auto;
  }

  .image__container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 370px;
  }

  .chat__image {
    margin-bottom: 40px;
  }

  .quick-stack {
    padding-left: 0;
  }

  .tabs-menu {
    flex-direction: row;
    display: flex;
  }

  .menu-button {
    background-position: 50%;
    padding: 40px 20px;
  }

  .slider__mobile {
    display: none;
  }

  .modal__heading-mobile {
    margin-top: 10px;
  }
}

@media screen and (max-width: 479px) {
  .body {
    overflow: auto;
  }

  .nav-menu {
    width: 100%;
  }

  .work {
    height: 300vh;
  }

  .footer__container {
    margin-left: 10px;
    margin-right: 10px;
  }

  .social__div {
    grid-column-gap: 5px;
    margin-right: 10px;
  }

  .about__container {
    max-width: 320px;
  }

  .background-computer__div {
    background-position: 55% 0;
  }

  .work-background__div {
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .modal.minx {
    display: none;
  }

  .modal.cancer {
    opacity: 1;
    display: none;
  }

  .modal.kobiety, .modal.samsung, .modal.colgate, .modal.rethink, .modal.zywiec, .modal.jaguar, .modal.land, .modal.sanex, .modal.arelion {
    display: none;
  }

  .modal__bg {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .tools {
    max-width: 320px;
  }

  .nav__container {
    min-width: 320px;
  }

  .arrow_left-image.mobile {
    margin: 50px 65px auto auto;
  }

  .close__image {
    margin-top: 4px;
    margin-bottom: 2px;
  }

  .brands__container {
    max-width: 300px;
  }

  .stack__card.is-2 {
    background-size: 150px;
    height: 9rem;
    top: 26rem;
  }

  .stack__card.is-3 {
    background-size: 280px;
    height: 9rem;
    top: 28rem;
  }

  .stack__card.is-4 {
    background-size: 280px;
    height: 9rem;
    top: 30rem;
  }

  .stack__card.jag-lr {
    height: 9rem;
    top: 24rem;
  }

  .stack__info {
    flex: 0 auto;
    margin-bottom: 11rem;
    top: 6rem;
  }

  .contact__container {
    max-width: 300px;
  }

  .normal__image, .pixel__image {
    background-position: 50% 0;
  }

  .image__container {
    flex: 0 auto;
    width: 300px;
    right: 0;
  }

  .chat__image {
    margin-bottom: 40px;
  }

  .star__image {
    margin-bottom: 40px;
    margin-left: -55px;
  }

  .cell-slider.aem {
    background-size: 50px;
  }

  .cell-slider.html {
    background-repeat: no-repeat;
  }

  .cell-slider.js {
    background-size: 50px;
  }

  .cell-slider.css {
    background-position: 50%;
  }

  .quick-stack {
    grid-column-gap: 20px;
    padding-left: 40px;
  }

  .quick-stack.stack-2, .quick-stack.stack-3 {
    grid-column-gap: 30px;
    padding-left: 0;
  }

  .quick-stack.stack-4 {
    grid-column-gap: 30px;
    padding-left: 20px;
  }

  .tabs-menu {
    display: flex;
  }

  .modal__div--link {
    padding-top: 0;
  }

  .list-item {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .modal_text {
    font-size: 12px;
    line-height: 16px;
  }

  .menu-button {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .link_block_modal {
    display: none;
  }

  .link_block_modal.carousel {
    text-align: center;
    display: block;
  }

  .slider__mobile {
    flex: 1;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .slide-nav {
    display: none;
  }

  .mask {
    background-color: #bfbfbf;
  }

  .slide_one-mobile, .slide_second-mobile, .slide_third-mobile, .slide_fourth-mobile {
    text-align: center;
  }

  .arrow_right-image.mobile {
    margin: 50px auto auto 65px;
  }

  .modal__heading-mobile {
    text-align: center;
    margin-top: 10px;
    display: flex;
  }
}

#w-node-_52245884-5615-7b6c-b5db-801207972c42-0817e142 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-a3b82200-340b-66f2-013b-c43647a047ca-0817e142 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_211f15db-cf48-463b-3706-2b5667613ec2-0817e142 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-ebd914ee-dbaf-95d4-1fd2-8994554bed00-0817e142 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_83a9f693-b9d7-bb3e-b355-01c908a311a7-0817e142, #w-node-d3626d22-9354-af43-9821-82665fe10ed9-0817e142, #w-node-_1f8f6a55-1765-18d6-1926-f4976d6f637b-0817e142, #w-node-fa1d5243-fafa-e926-4c84-3c7cc5d07c57-0817e142 {
  grid-template-rows: auto auto;
  grid-template-columns: .25fr .25fr;
}

@media screen and (max-width: 991px) {
  #w-node-_52245884-5615-7b6c-b5db-801207972c42-0817e142 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1.25fr;
  }

  #w-node-_211f15db-cf48-463b-3706-2b5667613ec2-0817e142 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_52245884-5615-7b6c-b5db-801207972c42-0817e142 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_211f15db-cf48-463b-3706-2b5667613ec2-0817e142 {
    grid-row: span 2 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_83a9f693-b9d7-bb3e-b355-01c908a311a7-0817e142 {
    grid-template-rows: auto auto;
    grid-template-columns: .25fr 1fr;
  }
}


@font-face {
  font-family: 'Vt 323 Regular';
  src: url('../fonts/VT323-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}