.work {
  width: calc(100% - 40px);
  left: 20px;
}
.work h1 {
  text-align: center;
}
.work .text-cont {
  align-items: center;
}
.work .work-list {
  display: flex;
  align-items: start;
  justify-content: start;
  gap: 40px;
  padding: 80px 0;
  width: 100%;
  max-width: 800px;
  flex-direction: column;
}
@media (max-width: 600px) {
  .work .work-list {
    padding: 40px 0;
  }
}
.work .work-list section.contact {
  padding-bottom: 60px;
}
.work .work-list section.contact #contact-form {
  width: 100%;
  margin: 0px auto 0 auto;
  padding: 0px 0px 0 0px;
  border-radius: 35px;
}
.work .work-list section.contact #contact-form form {
  flex-direction: column;
}
.work .work-list section.contact #contact-form form > div {
  width: 100%;
}
.work .work-list section.contact #contact-form form input {
  width: 100%;
}
.work .work-list section.contact #contact-form form textarea {
  margin: 50px 0 0 0;
}
@media (max-width: 800px) {
  .work .work-list section.contact #contact-form form textarea {
    margin: 30px 0 0 0;
  }
}
.work .work-list .work-item {
  width: 100%;
  display: flex;
  align-items: self-end;
  justify-content: start;
  gap: 40px;
}
@media (max-width: 600px) {
  .work .work-list .work-item {
    gap: 24px;
    flex-direction: column;
  }
}
.work .work-list .work-item h3 {
  color: #1B284F;
  font-size: 24px;
  margin: 24px 0 12px 0;
}
.work .work-list .work-item ul, .work .work-list .work-item ol {
  list-style: inside;
}
.work .work-list .work-item ul li, .work .work-list .work-item ol li {
  margin: 0 0 6px 0;
}
.work .work-list .work-item .btn-small {
  padding: 12px 24px;
  border-radius: 11px;
  background: #1B284F;
  color: #fff;
  font-weight: 800;
  width: 160px;
  display: block;
  position: relative;
  text-align: center;
}
.work .work-list .work-item .work-right {
  width: 160px;
  display: flex;
  align-self: stretch;
}
.work .work-list .work-item .work-right .btn-small {
  align-self: end;
  margin: auto 0 40px 0;
}
@media (max-width: 600px) {
  .work .work-list .work-item .work-right .btn-small {
    margin: 0;
  }
}
@media (max-width: 600px) {
  .work .work-list .work-item .work-left {
    width: 100%;
  }
}
.work .work-list .work-item .title {
  color: #e73940;
  font-size: 32px;
  font-weight: 800;
}
.work .work-list .work-item p {
  margin: 0 0 12px 0;
}
@media (max-width: 600px) {
  .work .work-list .work-item p {
    font-size: 14px;
  }
}
.work .work-list .work-item .work-description {
  color: #1B284F;
  margin: 20px 0 0 0;
}
@media (max-width: 600px) {
  .work .work-list .work-item .work-description {
    font-size: 14px;
  }
}

.popup-wrapper {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(125, 125, 125, 0.5);
  transition: all 0.33s ease;
  z-index: 999;
  border: 1px solid rgba(125, 125, 125, 0.75);
}
.popup-wrapper .banner-popup {
  transition: all 0.33s ease;
  width: 860px;
  height: auto;
  margin: auto auto;
  position: relative;
  z-index: 3;
  display: block;
  top: 40px;
}
@media (max-width: 900px) {
  .popup-wrapper .banner-popup {
    width: 90vw;
  }
}
.popup-wrapper .banner-popup .popup-bg {
  position: absolute;
  width: 100%;
  height: 100%;
}
.popup-wrapper .banner-popup .popup-bg img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 860px;
  height: auto;
}
@media (max-width: 900px) {
  .popup-wrapper .banner-popup .popup-bg img {
    width: 90vw;
  }
}
.popup-wrapper .banner-popup .close {
  position: absolute;
  background: #1B284F;
  width: 37px;
  height: 37px;
  border: 1px solid #2a2a2a;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  top: 12px;
  right: 12px;
  z-index: 9999;
  cursor: pointer;
}
.popup-wrapper .banner-popup .close .line {
  height: 1px;
  width: 24px;
  background: #fff;
  border-radius: 3px;
  position: absolute;
  transform-origin: center;
  transform: rotate(-45deg);
}
.popup-wrapper .banner-popup .close .line:nth-child(2) {
  transform: rotate(45deg);
}

section.contact > .info-cont {
  margin: -360px auto 0 auto;
}
@media (max-width: 1600px) {
  section.contact > .info-cont {
    margin: -360px auto 0 auto;
  }
}
@media (max-width: 900px) {
  section.contact > .info-cont {
    margin: 20px auto 0 auto;
  }
}/*# sourceMappingURL=updates.css.map */