/* Base block max width 1142px */
/* Base block padding-horizontal 16px */

/* Reset styles */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

button {
  border: none;
}

.unselectable {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/*  */

.main-orange-background {
  background: #f56636;
}

.main-white-background {
  background: #ffffff;
}

.main-black-background {
  background: #1e1e1e;
}

.offer-background {
  background: #faf8f7;
}

.main-black-color {
  color: #1e1e1e;
}

.second-black-color {
  color: #171717;
}

.gray-color {
  color: #989898;
}

.main-white-color {
  color: #ffffff;
}

.font-Montserrat-500 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}

.font-Montserrat-600 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}

.font-Montserrat-400 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}

.font-Rubik-400 {
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
}

.font-Rubik-500 {
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

.block-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}

.block {
  max-width: 1142px;
  width: 100%;
  padding: 0 16px;
}

.header-block-wrapper {
  border-bottom: 1px solid rgba(23, 23, 23, 0.09);
}

.header-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 76px;
}

.logo-wrapper figure {
  width: 130px;
  height: 22px;
}

.logo-wrapper img {
  width: 130px;
  height: 22px;
}

.header-button {
  border-radius: 6px;
  width: 216px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  cursor: pointer;
}

.header-button-text {
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.016em;
  text-transform: capitalize;
  color: #ffffff;
  width: 103px;
}

.intro-text {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.intro-main-text {
  font-size: 48px;
  line-height: 68px;
  text-align: center;
  letter-spacing: 0.05em;
  margin-top: 135px;
  width: 600px;
}

.intro-bottom-text {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  margin-top: 16px;
}

.intro-block-wrapper {
  position: relative;
  overflow: hidden;
}

.intro-block {
  height: 727px;
  position: relative;
}

.intro-lines-bottom {
  position: absolute;
  left: -211px;
  bottom: -190px;
  z-index: -1;
}

.intro-lines-top {
  position: absolute;
  right: -345px;
  top: -247px;
  transform: rotate(-30deg);
  opacity: 0.2;
  z-index: -1;
}

.intro-action {
  margin-top: 111px;
  display: flex;
  justify-content: center;
}

.intro-action-group {
  width: 138px;
  height: 138px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  position: relative;
}

.intro-action-button {
  width: 102px;
  height: 102px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  position: relative;
  cursor: pointer;
  z-index: 100;
  transition: all 550ms;
}

.intro-action-button-gradient {
  width: 138px;
  height: 138px;
  background: radial-gradient(50% 50% at 50% 50%, #f56636 0%, rgba(245, 102, 54, 0) 94.79%);
  position: absolute;
  z-index: 10;
}

.intro-action-button-line-top {
  position: absolute;
  top: -235px;
  left: 68px;
}

.intro-action-button-line-bottom {
  position: absolute;
  top: 45px;
}

.intro-action-button-text {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.intro-action-button-point {
  position: absolute;
  width: 18px;
  height: 18px;
  background: #f4f6f7;
  border: 1px solid #f56636;
  box-shadow: 0px 0px 40px rgba(130, 130, 130, 0.2);
  border-radius: 50%;
  position: absolute;
  top: -9px;
  left: 42px;
}

/* Offer block */

.offer-block {
  padding-top: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.offer-header {
  display: flex;
}

.offer-header-main {
  flex: 1;
}

.offer-header-main-small {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.offer-header-main-big {
  font-size: 32px;
  line-height: 38px;
  letter-spacing: 0.04em;
  margin-top: 16px;
}

.offer-content {
  display: flex;
  z-index: 1000;
}

.offer-content-main {
  flex: 1;
}

.offer-content-second {
  flex: 1;
}

.offer-content-list {
  padding-left: 50px;
  margin-top: 103px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.offer-content-list div,
.offer-content-list p,
.offer-content-list img,
.offer-content-details img {
  transition-duration: 350ms;
}

/* Closed item */
.offer-content-list-item-closed {
  background: #ffffff;
  border-radius: 10px;
  width: 94%;
  height: 120px;
  margin-bottom: 33px;
  position: relative;
  cursor: pointer;
  border: 1px solid #ffffff;
  overflow: hidden;
}

.offer-content-list-item-closed .offer-content-list-header {
  font-size: 20px;
  line-height: 24px;
  position: absolute;
  top: 50px;
  left: 88px;
  width: 380px;
}

.offer-content-list-item-closed .offer-content-list-number {
  font-size: 28px;
  line-height: 34px;
  letter-spacing: 0.1em;
  position: absolute;
  left: 29px;
  top: 46px;
}

.offer-content-list-item-closed .offer-content-list-background {
  height: 0;
  opacity: 0;
  position: absolute;
}

.offer-content-list-item-closed .offer-content-list-icon {
  height: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
}

/*  */

/* Opened item */
.offer-content-list-item-opened {
  background: #ffffff;
  box-shadow: 0px 0px 100px rgba(245, 102, 54, 0.1);
  border-radius: 10px;
  height: 229px;
  width: 100%;
  margin-bottom: 30px;
  position: relative;
  border: 1px solid #f3f5f6;
  overflow: hidden;
}

.offer-content-list-item-opened .offer-content-list-header {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 40px;
  color: #1e1e1e;
  z-index: 100;
  position: absolute;
  left: 29px;
  top: 109px;
  width: 380px;
}

.offer-content-list-item-opened .offer-content-list-number {
  font-size: 32px;
  line-height: 39px;
  letter-spacing: 0.1em;
  color: #f56636;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  position: absolute;
  left: 29px;
  top: 40px;
}

.offer-content-list-item-opened .offer-content-list-background {
  position: absolute;
  width: 120%;
  height: 227px;
  top: 0;
  left: 0;
}

.offer-content-list-item-opened .offer-content-list-icon {
  width: 94px;
  height: 229px;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 1;
}

/*  */

.offer-content-details {
  height: 709px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

#offer-content-details-ui {
  width: 810px;
  height: 803px;
  position: absolute;
  left: -258px;
  top: -68px;
  opacity: 1;
}

#offer-content-details-web {
  width: 810px;
  height: 803px;
  position: absolute;
  left: -241px;
  top: -37px;
  opacity: 0;
}

#offer-content-details-mobile {
  width: 736px;
  height: 731px;
  position: absolute;
  left: -166px;
  top: 15px;
  opacity: 0;
}

#offer-content-details-custom {
  width: 785px;
  height: 780px;
  position: absolute;
  left: -210px;
  top: 2px;
  opacity: 0;
}

.offer-content-details-description {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 22px;
  height: 48px;
}

.offer-content-action-button {
  border: 1px solid #f56636;
  border-radius: 6px;
  width: 216px;
  height: 44px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.offer-content-action-button-block {
  width: 100%;
  display: flex;
}

.offer-content-action-button-wrapper {
  width: 100%;
  padding: 0 16px;
  position: absolute;
  bottom: 16px;
}

.offer-content-action-text {
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  text-transform: capitalize;
}

.offer-content-action {
  z-index: 100;
  position: relative;
}

/* Portfolio */

.portfolio-block-wrapper {
  position: relative;
}

.portfolio-transition {
  position: absolute;
  top: -19px;
  width: 100%;
  height: 148px;
  background: linear-gradient(rgba(250, 248, 247, 0) 8.97%, #faf8f7 71.14%);
  transform: matrix(1, 0, 0, -1, 0, 0);
}

.portfolio-block {
  z-index: 100;
}

.portfolio-header {
  margin-top: 183px;
}

.portfolio-header-small {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-align: center;
}

.portfolio-header-big {
  font-size: 32px;
  line-height: 38px;
  letter-spacing: 0.04em;
  text-align: center;
  margin-top: 16px;
}

.portfolio-examples {
  margin-top: 68px;
  display: flex;
}

.portfolio-examples-line {
  flex: 1;
  padding-right: 37px;
}

.portfolio-examples-second-line {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-top: 177px;
  padding-left: 37px;
}

.portfolio-example-block {
  width: 100%;
  margin-bottom: 110px;
  padding: 0 18px;
}

.portfolio-example-img img {
  width: 100%;
  filter: drop-shadow(0px 0px 40px rgba(130, 130, 130, 0.2));
  border-radius: 10px;
}

.portfolio-example-name {
  margin-top: 27px;
}

.portfolio-example-name p {
  font-size: 20px;
  line-height: 24px;
}

.portfolio-example-description {
  margin-top: 12px;
}

.portfolio-example-description p {
  font-size: 14px;
  line-height: 20px;
}

.portfolio-example-tags {
  margin-top: 16px;
  display: flex;
}

.portfolio-example-tag {
  margin-right: 8px;
  border: 1px solid rgba(152, 152, 152, 0.5);
  border-radius: 16px;
  padding: 8px 16px;
}

.portfolio-example-tag-text {
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
}

/* Footer */

.form-block-wrapper {
  position: relative;
  overflow: hidden;
  flex-direction: column;
  align-items: center;
}

.form-block {
  position: relative;
}

.form-block-lines {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.form-block-line-hover {
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #1e1e1e 66.52%, rgba(30, 30, 30, 0) 100%);
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
}

.form-block-line-left {
  width: 750px;
  height: 691px;
  top: -140px;
  left: -480px;
  position: absolute;
}

.form-block-line-right {
  width: 478px;
  height: 441px;
  right: -254px;
  bottom: -331px;
  position: absolute;
}

.form-block-header-text {
  font-size: 40px;
  line-height: 56px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: capitalize;
  margin-top: 112px;
}

.form-block-description-text {
  font-size: 16px;
  line-height: 137.4%;
  text-align: center;
  margin-top: 16px;
}

.form-block-inputs {
  display: flex;
  justify-content: center;
  margin-top: 36px;
  position: relative;
  z-index: 1000;
}

.form-block-action-container {
  width: 160px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.form-block-action {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 14px 20px;
  width: 160px;
  height: 44px;
  border-radius: 6px;
  cursor: pointer;
}

.form-block-action-text {
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  letter-spacing: 0.016em;
  text-transform: capitalize;
}

.footer-block-wrapper {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 112px;
  z-index: 1000;
}

.footer-block {
  height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-block-actions {
  width: 238px;
  display: flex;
  justify-content: space-between;
}

.footer-block-action-text {
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  cursor: pointer;
}

/* Input */

.input-holder {
  position: relative;
  margin-right: 16px;
}

.input {
  height: 44px;
  width: 300px;
  padding: 0 12px;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  border-radius: 6px;
  background-color: rgba(243, 245, 246, 0.1);
  border: 1px solid rgba(243, 245, 246, 0.1);
  outline: none;
  color: #ffffff;
}

.input-background {
  background-color: #1e1e1e;
  height: 44px;
  width: 300px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.input:not(:placeholder-shown).input:not(:focus) + .placeholder {
  transform: scale(0.85) translateY(-26px) translateX(-5px);
  color: #f56636;
  background-color: #1e1e1e;
  border-radius: 6px;
}

.input:focus {
  border: 1px solid rgba(245, 102, 54, 0.2);
  box-shadow: 0px 0px 1px rgba(245, 102, 54, 0.1);
}

.input:focus + .placeholder {
  transform: scale(0.85) translateY(-26px) translateX(-5px);
  color: #f56636;
  background-color: #1e1e1e;
  border-radius: 6px;
}

.placeholder {
  position: absolute;
  top: 13px;
  left: 7px;
  transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1), opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  padding: 0 5px;
}

.swipe {
  overflow: hidden;
  visibility: hidden;
  position: relative;
}

.swipe-wrap {
  overflow: hidden;
  position: relative;
}

.swipe-wrap > div {
  float: left;
  width: 100%;
  position: relative;
}

/*  */

/* Popup */
.popup-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(30, 30, 30, 0.6);
  opacity: 0;
  pointer-events: none;
  transition: 0.5s all;
  z-index: 10000;
  display: flex;
  justify-content: center;
}

.popup-background-image {
  position: absolute;
  top: 0;
  z-index: -1;
  left: 0;
}

.popup-content {
  position: relative;
  z-index: 100;
}

.popup-bg.active {
  opacity: 1;
  pointer-events: all;
  transition: 0.5s all;
  z-index: 10000;
  backdrop-filter: blur(6px);
  overflow-y: auto;
}

.popup {
  position: absolute;
  top: 221px;
  transform: scale(0);
  transition: 0.5s all;

  width: 730px;
  height: 480px;
  background: #ffffff;
  border-radius: 16px;
  padding: 40px;
}

.popup.active {
  transform: scale(1);
  transition: 0.5s all;
}

.close-popup {
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
}

.close-popup-line {
  display: none;
}

.popup-header-description {
  font-size: 32px;
  line-height: 38px;
  letter-spacing: 0.04em;
  margin-top: 16px;
}

.popup-header-text {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.popup-inputs {
  display: flex;
}

.popup-inputs-top {
  margin-top: 48px;
  justify-content: space-between;
}

.popup-inputs-bottom {
  margin-top: 20px;
  display: block;
}

.popup-inputs input {
  background: #ffffff;
  border: 1px solid rgba(152, 152, 152, 0.4);
  border-radius: 6px;
  color: #171717;
  background: rgba(243, 245, 246, 0.3);
  width: 315px;
}

.popup-inputs textarea {
  background: #ffffff;
  border: 1px solid rgba(152, 152, 152, 0.4);
  border-radius: 6px;
  color: #171717;
  background: rgba(243, 245, 246, 0.3);
  resize: none;
  padding-top: 10px;
  height: 88px;
  width: 100%;
}

.popup-inputs .input-holder {
  margin: 0px;
}

.popup-inputs label {
  color: rgba(30, 30, 30, 0.6);
}

.popup-inputs .input-background {
  background: #ffffff;
  width: 100%;
  height: 100%;
}

.popup-inputs .input:focus + .placeholder {
  background: #ffffff;
}

.popup-inputs .input:not(:placeholder-shown).input:not(:focus) + .placeholder {
  background: #ffffff;
}

.popup-action-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

.popup-action {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 14px 20px;
  width: 300px;
  height: 44px;
  background: #f56636;
  border-radius: 6px;
  cursor: pointer;
}

.popup-message {
  margin-top: 36px;
  display: flex;
  justify-content: space-between;
}

/*  */
.mobile-show {
  display: none;
}

.mobile-hide {
  display: flex;
}

.offer-content-mobile-rules {
  display: none;
  z-index: -1;
  opacity: 0;
}

.success-image-popup {
  width: 257px;
  height: 209px;
  margin-top: 15px;
}

.popup-content-success {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  display: none;
}

.popup-content-error {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  display: none;
}

.popup-success-text {
  font-size: 32px;
  line-height: 38px;
  letter-spacing: 0.04em;
  text-transform: capitalize;
  margin-top: 41px;
}

.popup-success-description {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  margin-top: 16px;
  max-width: 400px;
}

/* MOBILE */
@media screen and (max-width: 980px) and (min-width: 899px) {
  .offer-content-details img {
    /* transform: scale(0.8); */
    left: -335px;
  }

  .portfolio-examples-line {
    padding-right: 0;
  }

  .portfolio-examples-second-line {
    padding-left: 0;
  }
}

@media screen and (max-width: 1024px) {
  .popup {
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
    padding-top: 30px;
    overflow: hidden;
    min-height: -webkit-fill-available;
  }

  .popup-background-image {
    top: 68px;
  }

  .popup-inputs-top {
    flex-direction: column;
    margin-top: 30px;
  }

  .popup-inputs input {
    width: 100%;
    margin-bottom: 20px;
  }

  .popup-inputs-bottom {
    margin-top: 0px;
  }

  .popup-content {
    height: 100%;
  }

  .popup-message {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .popup-message-email {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .popup-action {
    width: 100%;
  }

  .popup-inputs-bottom .input {
    margin-bottom: 0px;
  }

  .popup-action-wrapper {
    margin-top: 20px;
  }

  .close-popup {
    height: 20px;
    width: 20px;
  }

  .close-popup-line {
    display: block;
    position: absolute;
    top: 68px;
    width: 100%;
    border-bottom: 1px solid rgba(23, 23, 23, 0.1);
    left: 0px;
  }

  .popup-header-description {
    font-size: 25px;
    margin-top: 35px;
  }
}

@media screen and (max-width: 900px) and (min-width: 720px) {
  .portfolio-examples-line {
    padding-right: 0;
  }

  .portfolio-examples-second-line {
    padding-left: 0;
  }

  .input {
    width: 270px;
  }

  .intro-lines-bottom {
    transform: scale(0.8);
    left: -260px;
  }

  .offer-content-details img {
    transform: scale(0.8);
    left: -335px;
  }
}

@media screen and (max-width: 350px) {
  .intro-action-button-line-top,
  .intro-action-button-point,
  .intro-action-button-line-bottom {
    display: none !important;
  }
}

@media screen and (max-width: 719px) {
  .portfolio-examples-line {
    padding-right: 0;
  }

  .portfolio-examples-second-line {
    padding-left: 0;
  }

  .offer-content-mobile-rules {
    position: relative;
    z-index: 100;
    opacity: 1;
    display: block;
  }

  .logo-wrapper img {
    width: 108px;
  }

  .header-button {
    width: 151px;
  }

  .intro-lines-bottom {
    transform: scale(0.8);
    left: -260px;
  }

  .intro-lines-top {
    transform: rotate(-30deg) scale(0.65);
    top: -250px;
    right: -331px;
  }

  .intro-main-text {
    font-weight: 400;
    font-size: 38px;
    line-height: 48px;
    text-align: center;
    letter-spacing: 0.05em;
    width: 342px;
    margin-top: 167px;
    max-width: 100vw;
  }

  .intro-bottom-text {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    width: 332px;
    max-width: 100vw;
  }

  .intro-block {
    height: 736px;
  }

  .intro-action {
    margin-top: 165px;
  }

  .intro-action-button-line-top {
    top: -357px;
  }

  .intro-action-button-line-bottom {
    top: 119px;
  }

  .mobile-show {
    display: flex;
  }

  .mobile-hide {
    display: none;
  }

  .form-block-inputs {
    flex-direction: column;
    align-items: center;
    padding: 0 16px;
  }

  .input-holder {
    width: 100%;
  }

  .input {
    width: 100%;
    margin-bottom: 12px;
  }

  .form-block-action-container {
    width: 188px;
  }

  .form-block-action {
    width: 188px;
    margin-top: 12px;
  }

  .footer-block-wrapper {
    height: 88px;
    margin-top: 76px;
  }

  .portfolio-examples {
    flex-direction: column;
  }

  .portfolio-examples-second-line {
    padding-top: 0px;
  }

  .portfolio-example-block {
    margin-bottom: 45px;
    padding: 0;
  }

  .offer-header-main-big {
    font-size: 28px;
    line-height: 33px;
    letter-spacing: 0.04em;
  }

  .offer-block {
    padding-left: 0;
    padding-right: 0;
    padding-top: 88px;
  }

  .offer-header {
    padding-left: 16px;
    padding-right: 16px;
  }

  .offer-content-list-item-opened {
    width: 100%;
    height: 254px;
    overflow: hidden;
  }

  .offer-content-list-item-opened .offer-content-list-number {
    padding-top: 15px;
    margin-left: 16px;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 0.1em;
    position: static;
  }

  .offer-content-list-item-opened .offer-content-list-header {
    font-size: 24px;
    line-height: 29px;
    margin-top: 12px;
    margin-left: 16px;
    padding-top: 0px;
    min-height: 58px;
    position: static;
    width: 275px;
  }

  .offer-content-list-item-opened .offer-content-list-icon {
    right: -22px;
    height: 132px;
    top: -14px;
  }

  .offer-content-list-description {
    font-size: 14px;
    line-height: 24px;
    margin-top: 16px;
    padding: 0 16px;
  }

  .offer-content-action-button-block {
    width: 100%;
    display: flex;
  }

  .offer-content-mobile {
    overflow: hidden;
  }

  .offer-content-slide-image {
    width: 100vw;
    overflow: hidden;
    padding: 0 16px;
    margin-top: 50px;
    display: flex;
    justify-content: center;
  }

  .offer-content-slide-image img {
    width: 343px;
    height: 280px;
  }

  .offer-content-slide-description {
    padding: 0px 16px;
    width: 100vw;
    margin-top: 48px;
  }

  .offer-content-mobile-controls {
    display: flex;
    margin-bottom: 25px;
    margin-top: 10px;
    justify-content: center;
    align-items: center;
  }

  .offer-content-mobile-controls img {
    padding: 0 16px;
    cursor: pointer;
  }

  .offer-content-mobile-controls-prev img {
    transform: rotate(180deg);
  }

  .offer-content-mobile-progress-wrapper {
    flex: 1;
    background: rgba(30, 30, 30, 0.1);
    box-shadow: 0px 16px 24px 4px rgba(128, 110, 82, 0.06);
    border-radius: 4px;
    height: 2px;
    overflow: hidden;
    margin-top: -2px;
  }

  .offer-content-mobile-progress {
    width: 25%;
    background: #1e1e1e;
    border-radius: 4px;
    height: 2px;
    transition-duration: 300ms;
  }

  .portfolio-header-big {
    font-size: 28px;
    line-height: 33px;
    letter-spacing: 0.04em;
  }

  .portfolio-examples {
    margin-top: 46px;
  }

  .portfolio-example-name {
    margin-top: 21px;
  }

  .form-block-header-text {
    font-size: 32px;
    line-height: 38px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: capitalize;
  }

  .form-block-description-text {
    font-size: 16px;
    text-align: center;
  }

  .form-block-inputs {
    padding: 0;
    margin-top: 41px;
  }

  .input-holder {
    margin-right: 0;
  }

  .footer-block-actions {
    width: 163px;
  }
}

@media screen and (max-height: 550px) {
  #popupForm {
    margin-top: -10px;
  }

  #messagePopup {
    display: none;
  }
  #messagePopupLabel {
    display: none;
  }

  .popup-header-text {
    display: none;
  }

  .popup-header-description {
    margin-top: 0;
  }

  .popup-header-text {
    display: none;
  }

  .popup-message {
    display: none;
  }
}

/* */
.animation-submit {
  display: block;
  font-family: Verdana, 'Rockwell', Helvetica, Serif;
  font-size: 20px;
  width: 44px;
  height: 44px;
  background: #fff;
  padding: 10px;
  border: 0;
  outline: 0;
  border-radius: 50%;
  color: #171717;
  transition: all 100ms;
  cursor: default;
  color: transparent;
}

.animation-submit p {
  color: transparent;
}

.animation-submit {
  background: transparent;
  color: transparent;
  border: none;
  border-top: solid 2px #f56636;
  border-left: solid 2px #f56636;
  animation: spin 900ms linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/*  */

/* hover */
.header-button:hover {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.offer-content-list-item-closed:hover {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.offer-content-action-button:hover,
.form-block-action:hover,
.popup-action:hover {
  box-shadow: 0px 0px 10px rgba(245, 102, 54, 0.4);
}

.intro-action-button:hover {
  transform: scale(1.1);
  transition: all 550ms;
}

/* Hover rotate */
