a {
  text-decoration: none;
}
#we-today-step {
  margin-bottom: 48px;
}
.section-title.no-border-bottom {
  border-bottom: unset!important;
}
.no-border-bottom {
  border-bottom: none!important;
}
.btn-grey-transparent {
  margin-top: 24px;
  color: var(--text-light);
  background-color: var(--white);
  border: 1px solid var(--background-basic);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
  text-align: center;
  width: 100%;
  padding: 12.5px 0px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 2px;
}

.btn-grey-transparent .grey-arrow {
  background-image: url(/local/templates/jamit-template/assets/img/arrow-dark-grey.svg);
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.btn-grey-transparent:hover,
.btn-grey-transparent:active {
  background-color: var(--background-basic);
  color: var(--text-dark-grey);
}

.btn-grey-transparent:hover .grey-arrow,
.btn-grey-transparent:active .grey-arrow {
  -webkit-transform: rotate(55deg);
  -ms-transform: rotate(55deg);
  transform: rotate(55deg);
}

#about-us {
  background-image: url(/local/templates/jamit-template/assets/img/about/inner-banner-back-min.png);
  background-color: var(--main-basic);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0;
  position: relative;
  overflow: hidden;
}

#about-us .container {
  position: static;
}

#about-us .h1 {
  margin-bottom: 0;
  font-family: Unbounded;
  color: var(--white);
  font-weight: 200;
  font-size: 21px;
  line-height: 117%;
  letter-spacing: 0%;
}

#about-us .img-banner img {
  mix-blend-mode: multiply;
  top: 0;
}

.company-count-statistics {
  row-gap: 48px;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.company-count-statistics .count-item:nth-child(1) {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.company-count-statistics .count-item:nth-child(2) {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.company-count-statistics .count-item:nth-child(3) {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.our-offer--button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.our-offer--button .btn {
  font-family: Wix Madefor Text;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0px;
  width: 261.5px;
  height: 42px;
  border-radius: 2px;
  padding-top: 12.5px;
  padding-bottom: 12.5px;
  text-align: center;
  width: 100%;
}

.our-offer--button .btn-be-client {
  color: var(--white);
  background-color: var(--main-basic);
  border: 1px solid var(--main-basic);
  -webkit-transition: all 2ms;
  transition: all 2ms;
}

.our-offer--button .btn-be-client:hover,
.our-offer--button .btn-be-client:active {
  background-color: var(--main-hover);
}

.our-offer--button .btn-about-us {
  display: none;
  color: var(--text-light);
  background-color: var(--white);
  border: 1px solid var(--background-basic);
  -webkit-transition: all 2ms;
  transition: all 2ms;
}

.our-offer--button .btn-about-us:hover,
.our-offer--button .btn-about-us:active {
  background-color: var(--background-basic);
  color: var(--text-dark-grey);
}

.btn.btn-about-us {
  display: none;
  height: 42px;
}

.our-offer {
  gap: 48px;
}

.our-offer--title {
  font-family: Unbounded;
  font-weight: 200;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0%;
  color: var(--text-dark-grey);
  margin-bottom: 24px;
}

.our-offer--content {
  font-family: Wix Madefor Text;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0%;
  color: var(--text-dark-grey);
  margin-bottom: 24px;
}

.our-offer--left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.our-offer--right__block-img {
  width: 100%;
  height: 294px;
}

.our-offer--right__block-img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
}

.our-offer--right .btn-about-us {
  display: none;
  color: var(--text-light);
  background-color: var(--white);
  border: 1px solid var(--background-basic);
  -webkit-transition: all 2ms;
  transition: all 2ms;
}

.our-offer--right .btn-about-us:hover,
.our-offer--right .btn-about-us:active {
  background-color: var(--background-basic);
  color: var(--text-dark-grey);
}

.we-today-list {
  gap: 20px;
  padding-bottom: 24px;
}

.we-today-list--title {
  margin-top: 0;
  padding-top: 0;
}

.step-item .subtitle1-title {
  margin-top: 29px;
  margin-bottom: 12px;
}
@media (min-width: 375px) {
  .blog-item--title {
    max-width: 85%;
    width: 100%;
    font-size: 16px;
  }
}

@media (min-width: 767px) {

  #we-today-step {
    margin-bottom: 72px;
  }

  .our-offer {
    gap: 24px;
  }
  .our-offer--left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: calc(50% - 24px);
    -ms-flex: calc(50% - 24px);
    flex: calc(50% - 24px);
  }

  .our-offer--left .our-offer--button .btn-about-us {
    display: none;
  }

  .our-offer--right {
    -webkit-box-flex: calc(50% - 24px);
    -ms-flex: calc(50% - 24px);
    flex: calc(50% - 24px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .our-offer--right__block-img {
    width: 100%;
    height: 100%;
    max-height: 294px;
  }

  .our-offer--right__block-img img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
  }
}

@media (min-width: 1023px) { 
  #about-us .h1 {
    font-size: 34px;
  }

  .tablet-show {
    display: block;
  }

  .our-offer {
    margin-top: 32px;
    gap: 24px;
  }

  .our-offer--left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: calc(50% - 24px);
    -ms-flex: calc(50% - 24px);
    flex: calc(50% - 24px);
  }

  .our-offer--left .our-offer--button .btn-about-us {
    display: none;
  }

  .our-offer--right {
    -webkit-box-flex: calc(50% - 24px);
    -ms-flex: calc(50% - 24px);
    flex: calc(50% - 24px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .our-offer--right__block-img {
    width: 100%;
    height: 100%;
    max-height: 294px;
  }

  .our-offer--right__block-img img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .our-offer--right .btn-about-us {
    font-family: Wix Madefor Text;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 0;
    height: 42px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 1139px) {
  .our-offer--title {
    font-size: 34px;
    line-height: 1.24;
  }
  .subtitle1.section-title {
	font-family: Wix Madefor Text;
	font-weight: 400;
	font-size: 24px;
	line-height: 1.33;
	letter-spacing: 0;
  }
  
  .caption,
  .caption-p {
    max-width: 384px;
    width: 100%;
  }

  .our-offer {
    margin-top: 109px;
    gap: 165px;
  }

  .our-offer--left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: calc(50% - 54.5px);
    -ms-flex: calc(50% - 54.5px);
    flex: calc(50% - 54.5px);
  }

  .our-offer--left .our-offer--button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .our-offer--left .our-offer--button .btn-about-us,
  .our-offer--left .our-offer--button .btn-be-client {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 0;
    font-family: Wix Madefor Text;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0px;
    height: 60px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }

  .our-offer--right {
    -webkit-box-flex: calc(50% - 54.5px);
    -ms-flex: calc(50% - 54.5px);
    flex: calc(50% - 54.5px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .our-offer--right__block-img {
    width: 100%;
    height: 100%;
    max-height: 538px;
  }

  .our-offer--right__block-img img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .our-offer--right .btn-about-us {
    display: none;
  }
}

@media (min-width: 1350px) {
  #about-us .h1 {
    font-size: 48px;
  }
  .our-offer--left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .our-offer--title {
    margin-top: 47px;
  }

  .section-title {
    font-size: 24px;
  }

  .subtitle1,
  .subtitle1-title {
    font-size: 24px;
    line-height: 1.5;
    font-weight: 200;
  }

  .caption,
  .caption-p {
    font-size: 14px;
    line-height: 1.4;
  }

  .step-number {
    font-size: 14px;
  }

  .we-today-list {
    padding-bottom: 48px;
  }

  .step-item:last-child {
    grid-column: auto;
  }

  #we-today-step {
    margin-bottom: 120px;
  }

  .blog-item {
    padding: 24px;
  }
  .company-count-statistics .count-item:nth-child(1) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  #blog-section {
    margin-bottom: 118px;
  }
}

@media (min-width: 1439px) {
  .desktop-show {
    display: block;
  }
}

@supports (-webkit-appearance:none){
.btn-grey-transparent .grey-arrow{background-image:url(/local/templates/jamit-template/assets/img/arrow-dark-grey.svg)}
#about-us{background-image:url(/local/templates/jamit-template/assets/img/about/inner-banner-back-min.webp)}
}