.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

body {
  background-color: #f9fafb;
  font-family: poppins, sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 20px;
}

.login-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.login-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 550px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.logo-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 55px;
  margin-bottom: 55px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-img {
  width: 190px;
}

.login-div {
  width: 350px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 20px;
  border-bottom-width: 1px;
  border-bottom-color: #f3f5f6;
}

.login-title {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.line-divider {
  height: 1px;
  margin-top: 25px;
  background-color: #f3f5f6;
}

.login-field {
  border-style: none none solid;
  border-width: 1px;
  border-color: #000;
}

.login-label-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
  font-weight: 700;
}

.login-img {
  display: block;
  width: 18px;
  margin-right: 15px;
}

.submit-button {
  padding: 14px 45px;
  border: 1px solid #000;
  background-color: #000;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.submit-button:hover {
  background-color: transparent;
  color: #000;
}

.submit-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -40px;
  margin-left: -40px;
  padding: 30px 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #f3f5f6;
}

.page-wrapper {
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  background-color: #fff;
}

.user-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 60px;
  color: #000;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}

.logo-user {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logout-img {
  width: 30px;
  margin-right: 15px;
}

.logout-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #000;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}

.user-img {
  width: 17px;
  margin-right: 15px;
}

.client-type-buttons-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 45px;
  border-style: solid none;
  border-width: 1px;
  border-color: #f3f5f6;
}

.client-type-block {
  width: 20%;
  height: 100%;
}

.choose-type-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #000;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
}

.choose-type-button:hover {
  background-color: #f3f5f6;
}

.client-icon {
  width: 32px;
  margin-right: 15px;
}

.add-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.add-client {
  padding: 14px 30px;
  border: 1px solid #000;
  background-color: #000;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.add-client:hover {
  background-color: transparent;
  color: #000;
}

.table-wrapper {
  position: relative;
}

.client-element {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 75px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #000;
  font-weight: 400;
  text-decoration: none;
}

.client-element:hover {
  background-color: #f8f8f8;
}

.sort-bar {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  border-bottom: 1px solid #f3f5f6;
  background-color: #fff;
}

.sort-bar-label {
  font-size: 13px;
  font-weight: 600;
}

.sort-bar-block.data {
  width: 11.5%;
}

.sort-bar-block.email {
  width: 32%;
}

.sort-bar-block.name {
  width: 23%;
}

.sort-bar-block.status {
  width: 22%;
}

.sort-bar-block.edit-detele {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.client-block.data {
  width: 11.5%;
}

.client-block.email {
  width: 32%;
}

.client-block.name {
  width: 23%;
}

.client-block.status {
  width: 22%;
}

.client-block.edit-delete {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.edit-detele-image {
  width: 30px;
  -webkit-transition: all 100ms ease;
  transition: all 100ms ease;
}

.edit-detele-image:hover {
  opacity: 0.5;
}

.popwrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}

.popup {
  width: 100%;
  max-width: 900px;
  padding: 45px;
  background-color: #fff;
}

.question {
  margin-bottom: 40px;
  font-size: 22px;
  line-height: 22px;
  font-weight: 600;
  text-align: center;
}

.question-project-name {
  font-size: 22px;
  line-height: 22px;
  font-weight: 600;
  text-align: center;
}

.buttons-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.standard-button {
  min-width: 200px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 14px 30px;
  border: 1px solid #000;
  background-color: #000;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.standard-button:hover {
  background-color: transparent;
  color: #000;
}

.standard-button.empty {
  background-color: transparent;
  color: #000;
}

.standard-button.empty:hover {
  background-color: #000;
  color: #fff;
}

.standard-button.add-offer {
  margin-right: 0px;
  margin-left: 0px;
}

.standard-button.generate {
  min-width: 230px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 60px;
  background-color: transparent;
  background-image: url('../images/3pdf-2.svg');
  background-position: 170px 50%;
  background-size: auto;
  background-repeat: no-repeat;
  color: #000;
}

.standard-button.generate:hover {
  background-color: #000;
  background-image: url('../images/3.pdf.svg');
  color: #fff;
}

.delete {
  cursor: pointer;
}

.edit {
  cursor: pointer;
}

.popwrapper-add {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 20;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}

.popup-add {
  width: 100%;
  max-width: 900px;
  padding: 45px;
  background-color: #fff;
}

.add-client-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.add-client-wrapper.with-textfield {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.add-client-icon-wrapper {
  margin-right: 15px;
}

.add-cliient-project-name-wrapper {
  width: 200px;
}

.add-client-field-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.add-client-field-wrapper.additional {
  margin-bottom: 10px;
}

.add-client-icon {
  width: 40px;
}

.add-client-field {
  height: 48px;
  margin-bottom: 0px;
  border: 1px solid #f3f5f6;
  color: #000;
}

.add-client-field::-webkit-input-placeholder {
  color: #000;
}

.add-client-field:-ms-input-placeholder {
  color: #000;
}

.add-client-field::-ms-input-placeholder {
  color: #000;
}

.add-client-field::placeholder {
  color: #000;
}

.add-client-label {
  font-size: 15px;
  font-weight: 600;
}

.content-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
}

.menu {
  margin-left: -40px;
  padding: 15px 40px;
  border-left: 1px solid #f3f5f6;
  background-color: #f9fafb;
}

.page-content {
  padding: 70px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.back-arrow {
  width: 8px;
  margin-right: 15px;
}

.back-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  text-decoration: none;
}

.back-link-text {
  font-size: 13px;
  font-weight: 700;
}

.menu-links {
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.person-img {
  width: 30px;
}

.person-img.sec-person {
  position: absolute;
  left: 15px;
  top: 13px;
  width: 20px;
}

.main-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 7px;
  margin-bottom: 7px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  text-decoration: none;
}

.main-link.w--current {
  font-weight: 600;
}

.main-link-text {
  margin-left: 10px;
  font-size: 15px;
}

.form-block {
  margin-bottom: 0px;
}

.select-field {
  height: 48px;
  margin-bottom: 0px;
  border: 1px solid #f3f5f6;
  border-radius: 0px;
  background-color: transparent;
}

.textarea {
  min-height: 100px;
  margin-bottom: 0px;
  border: 1px solid #f3f5f6;
}

.textarea::-webkit-input-placeholder {
  color: #6e6e6e;
}

.textarea:-ms-input-placeholder {
  color: #6e6e6e;
}

.textarea::-ms-input-placeholder {
  color: #6e6e6e;
}

.textarea::placeholder {
  color: #6e6e6e;
}

.textarea.materials {
  margin-bottom: 30px;
}

.text-area-name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-area-name.no-top {
  margin-top: 0px;
}

.add-next-wrapper {
  padding-left: 240px;
}

.client-drive-link {
  color: #000;
}

.logo {
  width: 190px;
}

.edit-delete-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -30px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.edit-delete-link {
  margin-left: 15px;
}

.offers-title {
  margin-bottom: 30px;
  font-size: 22px;
  line-height: 22px;
  font-weight: 700;
}

.offers-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.past-offer-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #f3f5f6;
}

.offer-date {
  font-size: 15px;
  font-weight: 600;
}

.price-page {
  padding: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.sticky-stripe {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: #000;
}

.full-price {
  margin-right: 20px;
  color: #fff;
}

.full-price-number {
  color: #fff;
  font-size: 22px;
  line-height: 22px;
  font-weight: 700;
}

.full-price-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.offer-creator-wrapper {
  padding: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.creator-title {
  margin-bottom: 30px;
  font-size: 22px;
  line-height: 22px;
  font-weight: 600;
}

.creator-title.space-top {
  margin-top: 60px;
}

.subpages-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -1%;
  margin-left: -1%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.subpages-choose-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 5px 1%;
  padding: 5px 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.subpages-choose-block.payment-block {
  margin-bottom: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.custom-radio {
  width: 22px;
  height: 22px;
  margin-top: 0px;
  margin-right: 20px;
  margin-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px solid #000;
  border-radius: 0%;
}

.custom-radio.w--redirected-checked {
  border-width: 1px;
  border-color: #000;
  background-color: #000;
  background-image: url('../images/check.svg');
  background-position: 50% 50%;
  background-size: 10px;
  background-repeat: no-repeat;
}

.custom-radio.w--redirected-focus {
  box-shadow: none;
}

.radio-button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.laptop {
  height: 32px;
  margin-right: 10px;
}

.radio-title {
  font-size: 15px;
  font-weight: 500;
}

.divider {
  height: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: #f3f5f6;
}

.checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding-left: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.check-label {
  font-size: 15px;
  font-weight: 400;
}

.check-label.bold {
  font-weight: 700;
}

.checklist-type {
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 700;
}

.checklist-type-block {
  display: block;
  margin-top: 30px;
}

.add-next {
  margin-top: 60px;
}

.add-next.add-next-cs-top {
  margin-top: 30px;
}

.additional-info-checklist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
}

.additional-info-img {
  width: 40px;
  margin-right: 15px;
}

.text-field-project {
  min-height: 48px;
  margin-bottom: 30px;
  border: 1px solid #f3f5f6;
}

.text-field-project::-webkit-input-placeholder {
  color: #6e6e6e;
}

.text-field-project:-ms-input-placeholder {
  color: #6e6e6e;
}

.text-field-project::-ms-input-placeholder {
  color: #6e6e6e;
}

.text-field-project::placeholder {
  color: #6e6e6e;
}

.text-field-project.xd {
  padding-left: 44px;
  background-image: url('../images/1.-ikonka-xd.svg');
  background-position: 0% 50%;
  background-size: 40px;
  background-repeat: no-repeat;
}

.text-field-project.access-field {
  width: 100%;
  margin-bottom: 0px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.flex-dates {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.date-block {
  width: 48%;
}

.additional-title {
  font-size: 15px;
  font-weight: 700;
}

.additional-text {
  margin-top: 20px;
  margin-bottom: 0px;
  font-size: 13px;
}

.additional-wrapper {
  position: relative;
  margin-top: 0px;
  margin-bottom: 30px;
}

.checkbox-grey {
  display: block;
  margin-top: 5px;
  color: #6e6e6e;
  font-size: 13px;
}

.delete-function {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-left: 0px;
}

.access-info {
  margin-left: 42px;
  font-size: 13px;
}

.access-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sublink {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 40px;
  color: #000;
  font-weight: 400;
  text-decoration: none;
}

.sublink.w--current {
  font-weight: 600;
}

.regular {
  font-weight: 400;
}

.material-wrapper {
  position: relative;
}

.who-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.who-drop {
  margin-right: 0px;
  margin-left: 0px;
}

.who-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
  font-weight: 600;
}

.dot {
  font-size: 20px;
  line-height: 14px;
}

.dot-img {
  width: 10px;
  height: 10px;
  margin-right: 10px;
}

.who-text {
  font-size: 15px;
}

.drop-who {
  background-color: #fff;
  font-size: 15px;
  font-weight: 600;
}

.dropdown-list {
  border: 1px solid #000;
}

.dropdown-list.w--open {
  border-color: #f3f5f6;
}

.check-wrapper {
  margin-bottom: 20px;
  margin-left: 40px;
}

.section-offer-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-offer-title-text {
  font-size: 15px;
  line-height: 30px;
  font-weight: 700;
}

.section-offer-title-img {
  margin-right: 15px;
}

.scena {
  width: 90px;
}

.scena-text {
  font-size: 15px;
  font-weight: 500;
}

.sright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sright.cen {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
}

.offer-section {
  margin-bottom: 33px;
}

.offer-input {
  width: 100px;
  margin-bottom: 0px;
  border: 1px solid #f3f5f6;
  font-weight: 700;
}

.offer-input::-webkit-input-placeholder {
  color: #000;
}

.offer-input:-ms-input-placeholder {
  color: #000;
}

.offer-input::-ms-input-placeholder {
  color: #000;
}

.offer-input::placeholder {
  color: #000;
}

.spodsumowanie-div {
  width: 30px;
}

.podsumowanie-text {
  margin-left: 40px;
  font-size: 15px;
  font-weight: 500;
}

.offer-payment-title {
  margin-bottom: 20px;
  font-weight: 500;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}

.payment-text {
  margin-left: 20px;
  font-weight: 400;
}

.body {
  background-color: #f9fafb;
}

.section-logo {
  margin-bottom: 80px;
}

.section-pdf-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70%;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff;
}

.section-pdf-content.spc-no-padding {
  padding: 0px;
}

.section-pdf-content.spc-no-padding.spc-cs-top {
  margin-top: 170px;
}

.oferta-dla-subtitle {
  font-size: 24px;
  line-height: 40px;
  font-weight: 500;
}

.oferta-title {
  font-size: 39px;
  line-height: 45px;
  font-weight: 700;
}

.oferta-content-text {
  margin-top: 80px;
}

.title3 {
  font-size: 18px;
  line-height: 27px;
  font-weight: 700;
}

.ofeta-text {
  margin-top: 20px;
  font-size: 16px;
  line-height: 40px;
  font-weight: 500;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}

.waznosc-oferty {
  margin-top: 100px;
  font-size: 18px;
  line-height: 29px;
  font-weight: 500;
}

.pdf-page {
  position: relative;
  height: auto;
  padding: 60px;
}

.pdf-page.pdf-no-padding {
  padding: 60px 40px;
}

.pdf-bottom-text {
  position: static;
  left: 0px;
  bottom: -30px;
  color: #f1f3f4;
  font-size: 186px;
  line-height: 260px;
  font-weight: 700;
}

.page-pdf-title {
  margin-bottom: 80px;
  font-size: 28px;
  line-height: 44px;
  text-align: left;
}

.pdf-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
  line-height: 19px;
}

.pdf-info.pdf-info-cs-top {
  margin-top: 10px;
}

.image {
  margin-right: 10px;
}

.pdf-page-out {
  position: relative;
  height: 1680px;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.pdf-spec-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 54px;
  line-height: 88px;
}

.text-block {
  font-weight: 400;
}

.text-block-2 {
  font-size: 20px;
  line-height: 30px;
}

.pdf-spec-line {
  width: 90px;
  height: 1px;
  margin-right: 60px;
  margin-left: 60px;
  padding-left: 0px;
  background-color: #000;
}

.timeline-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.timeline-column {
  width: 50%;
}

.timeline-column.tcbg {
  background-image: url('../images/010.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.timeline-column.tc-padd {
  padding: 40px;
}

.timeline-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.timeline-icon.timeline-icon-cs-left {
  margin-left: 128px;
}

.timeline-number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  min-height: 40px;
  min-width: 40px;
  margin-right: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: #f9fafb;
  color: #4833ea;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
}

.tm-icon {
  margin-right: 25px;
}

.t-text {
  font-weight: 500;
}

.t-text.t-text-bold {
  font-weight: 700;
}

.timeline-icon-line {
  width: 1px;
  height: 60px;
  margin-left: 20px;
  background-color: #000;
}

.timeline-bottom-info {
  padding: 20px 40px 40px 100px;
}

.metody-title {
  margin-bottom: 100px;
  font-size: 30px;
  line-height: 44px;
  font-weight: 400;
}

.metody-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.metody-left-column {
  width: 60%;
}

.metody-right-column {
  width: 40%;
  padding-left: 5%;
}

.text-block-3 {
  line-height: 22px;
  font-weight: 700;
  text-transform: uppercase;
}

.text-block-4 {
  margin-top: 30px;
  line-height: 24px;
  font-weight: 700;
}

.text-block-5 {
  margin-top: 20px;
  line-height: 24px;
}

.metody-box {
  margin-top: 120px;
  padding: 20px;
  background-color: #f1f3f4;
}

.metody-box-single {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-6 {
  line-height: 22px;
  font-weight: 500;
}

.zespol-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

.zespol-zdjecie {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  padding-top: 22px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.zespol-bszar {
  width: 33%;
}

.zespol-zyskasz {
  width: 33%;
}

.text-block-7 {
  margin-bottom: 10px;
  font-weight: 700;
}

.text-block-8 {
  font-size: 12px;
}

.text-block-9 {
  font-size: 12px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}

.text-block-10 {
  margin-bottom: 10px;
  background-color: transparent;
  color: #4833ea;
  font-weight: 700;
}

.zespol-dane {
  margin-left: 20px;
}

.text-block-11 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
}

.text-block-12 {
  line-height: 22px;
  font-weight: 500;
  text-transform: uppercase;
}

.faq-pytanie {
  position: relative;
  padding: 20px;
  background-color: #fff;
}

.text-block-13 {
  font-size: 16px;
  line-height: 25px;
  font-weight: 600;
}

.text-block-14 {
  position: relative;
  font-size: 16px;
  line-height: 25px;
  font-weight: 600;
}

.faq-odpowiedz {
  padding: 30px 30px 30px 140px;
}

.text-block-15 {
  line-height: 21px;
}

.faq-triang {
  position: absolute;
  left: 40px;
  bottom: -30px;
  width: 61px;
  height: 61px;
  background-color: #fff;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.zamow-columns {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.zamow-left {
  width: 64%;
}

.zamow-right {
  width: 36%;
  background-image: url('../images/005.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.zamow-dane {
  padding-left: 40px;
}

.text-block-16 {
  font-size: 24px;
  line-height: 40px;
  font-weight: 700;
}

.text-block-17 {
  font-size: 24px;
  line-height: 40px;
  font-weight: 700;
}

.text-block-18 {
  font-weight: 600;
}

.text-block-19 {
  margin-top: 13px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
}

.zamow-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 220px 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.zamow-title-big {
  position: absolute;
  left: 0px;
  top: -30px;
  right: 0px;
  margin-right: auto;
  margin-left: auto;
  color: #dde0e2;
  font-size: 123px;
  font-weight: 700;
  text-align: center;
}

.bottom-page {
  position: absolute;
  right: 40px;
  bottom: 30px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.pd-bottom-over {
  position: absolute;
  left: 0px;
  bottom: 0px;
  overflow: visible;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .section-offer-title-text {
    line-height: 23px;
  }

  .section-pdf-content {
    padding-left: 40px;
  }

  .oferta-dla-subtitle {
    font-size: 17px;
    line-height: 28px;
  }

  .oferta-title {
    font-size: 25px;
    line-height: 41px;
  }

  .title3 {
    font-size: 17px;
  }

  .ofeta-text {
    font-size: 14px;
  }

  .pdf-page {
    padding-right: 40px;
    padding-left: 40px;
  }

  .pdf-bottom-text {
    font-size: 130px;
    line-height: 170px;
  }

  .page-pdf-title {
    font-size: 21px;
    line-height: 31px;
  }

  .pdf-spec-title {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .heading {
    line-height: 65px;
  }

  .pdf-spec-line {
    margin-left: 60px;
  }

  .timeline-column.tcbg {
    background-position: 50% 0%;
    background-size: contain;
  }

  .timeline-column.tc-padd {
    padding-right: 20px;
    padding-left: 20px;
  }

  .timeline-number {
    margin-right: 20px;
  }

  .metody-title {
    font-size: 21px;
    line-height: 31px;
  }

  .metody-right-column {
    width: 45%;
    padding-left: 2%;
  }

  .zespol-box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .zespol-zdjecie {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 24px;
  }

  .zespol-bszar {
    width: 50%;
    padding-left: 75px;
  }

  .zespol-zyskasz {
    width: 50%;
    padding-left: 20px;
  }

  .zamow-right {
    width: 42%;
  }

  .zamow-dane {
    padding-left: 30px;
  }

  .text-block-17 {
    font-size: 22px;
  }

  .text-block-19 {
    margin-top: 10px;
    font-size: 16px;
  }

  .zamow-content {
    padding-top: 160px;
    padding-bottom: 170px;
  }

  .image-2 {
    max-width: 185px;
  }

  .text-block-20 {
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  .radio-title {
    font-size: 13px;
  }

  .section-offer-title-text {
    font-size: 14px;
    line-height: 21px;
  }

  .scena-text {
    font-size: 13px;
    text-align: right;
  }

  .section-pdf-content.spc-no-padding {
    height: 100%;
  }

  .oferta-dla-subtitle {
    font-size: 14px;
    line-height: 23px;
  }

  .oferta-title {
    font-size: 21px;
    line-height: 34px;
  }

  .oferta-content-text {
    margin-top: 50px;
  }

  .title3 {
    font-size: 13px;
  }

  .ofeta-text {
    font-size: 13px;
    line-height: 30px;
  }

  .pdf-bottom-text {
    font-size: 52px;
    line-height: 55px;
  }

  .page-pdf-title {
    font-size: 17px;
    line-height: 26px;
  }

  .heading {
    font-size: 31px;
    line-height: 51px;
  }

  .text-block-2 {
    font-size: 13px;
    line-height: 20px;
  }

  .timeline-columns {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .timeline-column.tcbg {
    width: 100%;
    height: 500px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    background-position: 50% 50%;
    background-size: cover;
  }

  .timeline-column.tc-padd {
    width: 100%;
    padding-right: 40px;
    padding-left: 40px;
  }

  .timeline-bottom-info {
    margin-bottom: 0px;
  }

  .metody-title {
    margin-bottom: 40px;
  }

  .metody-columns {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .metody-left-column {
    width: 100%;
  }

  .metody-right-column {
    width: 100%;
    padding-left: 0%;
  }

  .metody-box {
    margin-top: 40px;
  }

  .zespol-bszar {
    width: 100%;
    padding-left: 0px;
  }

  .zespol-zyskasz {
    width: 100%;
    margin-top: 30px;
    padding-left: 0px;
  }

  .text-block-14 {
    font-size: 14px;
    line-height: 22px;
  }

  .faq-odpowiedz {
    padding-left: 60px;
  }

  .text-block-15 {
    font-size: 13px;
    line-height: 20px;
  }

  .zamow-columns {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .zamow-left {
    width: 100%;
  }

  .zamow-right {
    width: 100%;
    height: 400px;
  }

  .zamow-content {
    padding-top: 90px;
    padding-bottom: 90px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .zamow-title-big {
    font-size: 70px;
    line-height: 30px;
  }

  .text-block-20 {
    font-size: 13px;
  }

  .text-block-21 {
    font-size: 11px;
  }
}

@media screen and (max-width: 479px) {
  .subpages-choose-block {
    padding-right: 0px;
    padding-left: 0px;
  }

  .podsumowanie-text {
    font-size: 13px;
  }

  .payment-text {
    font-size: 13px;
  }

  .section-pdf-content {
    padding-right: 20px;
    padding-left: 20px;
  }

  .pdf-page {
    padding-right: 20px;
    padding-left: 20px;
  }

  .pdf-page.pdf-no-padding {
    padding-right: 20px;
    padding-left: 20px;
  }

  .pdf-spec-line {
    margin-right: 10px;
    margin-left: 10px;
  }

  .timeline-column.tcbg {
    height: 440px;
  }

  .tm-icon {
    width: 50px;
    margin-right: 15px;
  }

  .timeline-bottom-info {
    padding-right: 10px;
    padding-left: 10px;
  }

  .metody-title {
    font-size: 19px;
  }

  .zamow-dane {
    padding-left: 10px;
  }

  .zamow-content {
    padding-left: 15px;
  }
}

