@charset "UTF-8";

.breadcrumbs {
	padding-top: 26px;
	padding-bottom: 24px;
}
.btn-be-client {
  width: 100%;
  max-width: 100%;
  font-family: Wix Madefor Text;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0;
  color: var(--white);
  background: var(--main-basic);
  padding: 12.5px;
  text-align: center;
  border-radius: 2px;
}

.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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.other-projects--list {
  gap: 24px;
}

a.btn-other-projects,
a.btn-other-projects:active {
  margin-top: 24px;
  height: 42px;
  padding-top: 11px;
  padding-bottom: 11px;
  font-family: Wix Madefor Text;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
  color: var(--text-light);
  border-radius: 2px;
  border: 1px solid var(--background-basic);
  background-color: inherit;
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 6px;
  justify-content: center;
  transition: all 1s;
}

a.btn-other-projects::after {
  content: url(/local/templates/jamit-template/assets/img/arrow-dark-grey.svg);
  width: 20px;
  height: 20px;
  transition: all 1s;
}

a.btn-other-projects:hover {
  background-color: var(--background-basic);
  color: var(--text-basic);
}

a.btn-other-projects:hover::after {
  transform: rotate(57deg);
  content: url(/local/templates/jamit-template/assets/img/arrow-dark.svg);
}

.develop-page .header-links {
  margin-top: 88px;
  gap: 20px;
  margin-bottom: 40px;
}  

#service-inner-banner .header-links--title {
    font-size: 16px;
	word-break: break-all;
}
#service-inner-banner .header-links--title {
    font-size: 16px;
	word-break: break-all;
}

.header-links .header-links--item {
  position: relative;
  z-index: 2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  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;
  background: var(--main-basic);
  height: 166px;
  max-height: 100%;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 2px;
}

.header-links--item:hover,
.header-links--item:active {
  border-color: var(--white);
  backdrop-filter: blur(20.7905540466px);
  -webkit-box-shadow: 0px 21.62px 53.22px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 21.62px 53.22px 0px rgba(0, 0, 0, 0.16);
  -webkit-transition: all 2ms;
  transition: all 2ms;
}

.header-links--item:hover .header-links--more,
.header-links--item:active .header-links--more {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: rotate(55deg);
  -ms-transform: rotate(55deg);
  transform: rotate(55deg);
}

.header-links--title {
  font-family: Unbounded;
  font-weight: 200;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
  color: var(--white);
}

.header-links--button {
  position: relative;
  height: 42px;
  width: 100%;
}

.header-links--more {
  position: static;
  border-color: var(--white);
  -webkit-transition: all 4ms;
  transition: all 4ms;
}

.header-links--more::before {
  content: url(/local/templates/jamit-template/assets/img/arrow-white.svg);
}

section {
  font-family: "Wix Madefor Text", sans-serif;
  margin-bottom: 48px;
}

.develop-num .develop-innumber {
  row-gap: 48px;
}
.dark .develop-innumber .item-number {
  color: var(--white);
}

.form-our-team.form-web-dev .seo-footer .form-title,
.form-our-team.form-web-dev .seo-footer .form-subtitle {
	color: var(--text-dark-grey);
}

.form-our-team.form-web-dev .form-callback-footer small {
	color: var(--text-dark-grey);
}
.form-web-dev .form-callback-footer small a {
	color: var(--main-basic);
}
.tariffs-item .tariffs-item--title {
  border-bottom: none;
  margin-bottom: 0px;
}
.tariffs-item .tariffs-item--price {
  margin-top: 0px;
}

.list-advant .item-advant-design.item-advant {
  background-image: url(/local/templates/jamit-template/assets/img/develop/1-ad-web-dev.png);
  background-position: top right;
  background-size: contain;
}
.dark .list-advant .item-advant-design.item-advant {
    background-image: url(/local/templates/jamit-template/assets/img/develop/1-ad-web-dev-dark.png);
}
.list-advant .item-advant-design.item-advant:nth-child(2) {
  background-image: url(/local/templates/jamit-template/assets/img/develop/2-ad-web-dev.png);
}
.dark .list-advant .item-advant-design.item-advant:nth-child(2) {
  background-image: url(/local/templates/jamit-template/assets/img/develop/2-ad-web-dev-dark.png);
}
.list-advant .item-advant-design.item-advant:nth-child(3) {
  background-image: url(/local/templates/jamit-template/assets/img/develop/3-ad-web-dev.png);
}
.dark .list-advant .item-advant-design.item-advant:nth-child(3) {
  background-image: url(/local/templates/jamit-template/assets/img/develop/3-ad-web-dev-dark.png);
}

.six-step .we-today-list .step-item:last-child {
  background-color: var(--main-basic);
}
.six-step .we-today-list .step-item:last-child .step-arrow::before {
  background: #0D53AA;
  transform: rotate(0deg);
  top: 18px;
  width: 38px;
  height: 38px;
}
.we-today-list .step-item:last-child .caption-p {
  color: var(--white);
}
@media (min-width: 320px) {
	
	.our-offer--content {
		font-family: Wix Madefor Text;
		font-weight: 400;
		font-style: Regular;
		font-size: 14px;
		line-height: 1.4;
		letter-spacing: 0;
	}
  #faq .section-title {
    border-bottom: 0;
  }

  .faq-list {
    gap: 16px;
  }

  .faq-list__item {
    border-bottom: 1px solid var(--background-light);
  }

  .accordion {
    padding: 13px 70px 13px 0px;
    position: relative;
    cursor: pointer;
  }

  .accordion:after {
    position: absolute;
    top: 12px;
    right: 0px;
    content: "";
    background-image: url("/local/templates/jamit-template/assets/img/faq-plus.svg");
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    width: 8px;
    height: 8px;
    transition: transform 0.3s ease;
    border: 1px solid var(--main-basic);
    border-radius: 50px;
    padding: 17px;
  }

  .accordion-active:after {
    transform: rotate(45deg);
  }

  .response {
    margin-bottom: 25px;
    margin-top: 25px;
  }

  .seo-footer .footer-form.form .form__submit {
    max-width: 470px;
    display: block;
    width: 100%;
  }

  .seo-footer {
    background-color: var(--background-light);
    background-image: url(/local/templates/jamit-template/assets/img/seo/form-seo-pk.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    min-height: 492px;
    background-size: cover;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 20px;
    margin-bottom: 48px;
  }
  .dark .seo-footer {
     /*background-color: var(--text-dark-grey-v2);*/
    /* background-image: url(/local/templates/jamit-template/assets/img/develop/seo-footer-dark.png);*/
    background: var(--text-dark-grey-v2) url(/local/templates/jamit-template/assets/img/develop/seo-footer-dark.png);
    background-blend-mode: color-dodge;
  }
.dark .form-our-team.form-web-dev .seo-footer .form-subtitle a {
  color: var(--main-light);
}

.form-our-team.form-web-dev .form-callback-footer input,
.form-our-team.form-web-dev .form-callback-footer textarea {
  border: 1px solid var(--background-basic);
}

.dark .form-our-team.form-web-dev .seo-footer .form-title, 
.dark .form-our-team.form-web-dev .seo-footer .form-subtitle,
.dark .seo-footer .footer-form.form .form__submit,
.dark .form-our-team.form-web-dev .form-callback-footer small {
  color: var(--white);
}
.dark .form-our-team.form-web-dev .form-callback-footer input,
.dark .form-our-team.form-web-dev .form-callback-footer textarea {
  background-color: var(--text-basic);
  border: 1px solid var(--main-dark-v2);
}
.form-our-team.form-web-dev .form-callback-footer .form__submit,
.dark .form-our-team.form-web-dev .form-callback-footer .form__submit {
  background-color: var(--main-basic);
  border: 1px solid var(--main-basic);
  color: var(--white);
  transform: all 1s;
}
.form-our-team.form-web-dev .form-callback-footer .form__submit:hover,
.dark .form-our-team.form-web-dev .form-callback-footer .form__submit:hover,
.form-our-team.form-web-dev .form-callback-footer .form__submit:active,
.dark .form-our-team.form-web-dev .form-callback-footer .form__submit:active {
  background-color: var(--main-hover);
  border: 1px solid var(--main-hover);
}


  .landing-page-seo .seo-footer h2,
  .seo-footer h2 {
    font-family: "Unbounded", sans-serif;
    font-weight: 200;
    width: auto;
    border-bottom: 0;
  }

  .seo-footer .footer-form.form {
    display: grid;
  }

  .seo-footer .footer-form.form .form__input {
    display: block;
    max-width: 470px;
    height: 48px;
    background: var(--white);
    color: var(--text-basic);
    width: 100%;
  }

  .seo-footer .footer-form.form .form__input::placeholder {
    color: var(--text-light);
  }

  .seo-footer .footer-form.form small {
    color: var(--text-basic);
  }

  .seo-footer .footer-form.form small a {
    color: var(--main-basic);
  }

  small.center-form {
    font-size: 14px;
    line-height: 140%;
    margin-top: 12px;
  }

  .landing-page-seo .seo-footer h2 {
    padding-bottom: 0px;
  }

  .five-step {
    margin-bottom: 48px;
  }

  .develop-num {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .develop-innumber {
    gap: 20px;
    padding-bottom: 20px;
    font-family: "Unbounded", sans-serif;
  }

  #service-inner-banner {
    background-color: var(--main-basic);
    padding-bottom: 24px;
    background-image: url(/local/templates/jamit-template/assets/img/develop/fon-develop-mb.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-blend-mode: multiply;
    background-size: contain;
  }

  .item-number {
    font-weight: 200;
    line-height: 140%;
    font-size: 14px;
  }

  .item-number span {
    font-size: 34px;
    display: block;
    line-height: 124%;
    font-family: "Unbounded", sans-serif;
  }

  .grid {
    gap: 24px;
  }

  .h1 {
    color: var(--white);
    margin-bottom: 90px;
  }

  h2,
  .h2 {
    font-size: 16px;
    line-height: 120%;
    font-weight: 400;
    padding-bottom: 16px;
    /* border-bottom: 1px solid var(--background-basic); */
    margin-bottom: 20px;
    font-family: "Wix Madefor Text", sans-serif;
  }

  .header-links--item {
    text-decoration: none;
  }

  .header-links {
    margin-top: 88px;
    gap: 20px;
    margin-bottom: 35px;
  }

  .header-links--title {
    font-family: Unbounded;
    font-weight: 200;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0;
    color: var(--white);
  }

  .header-links--more::before {
    line-height: 42px;
    height: 42px;
    display: block;
    width: 42px;
    text-align: center;
    border-radius: 50%;
  }

  .ol-num {
    display: grid;
    border-radius: 50%;
    background-color: var(--white);
    width: 36px;
    height: 36px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    font-size: 12px;
    line-height: 100%;
    margin-bottom: 20px;
  }

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

  .button-block a {
    color: var(--white);
    text-decoration: none;
    font-family: "Unbounded", sans-serif;
    font-weight: 200;
    font-size: 12px;
    z-index: 10;
    position: relative;
  }

  .button-block a:first-child::after {
    content: url("/local/templates/jamit-template/assets/img/arrow-white.svg");
    position: relative;
    margin-left: 6px;
  }

  .ol-num:after {
    content: url(/local/templates/jamit-template/assets/img/design/blue-arr.svg);
    position: absolute;
    margin-left: 26px;
    width: 36px;
    height: 36px;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    border: 1px solid var(--main-basic);
    border-radius: 50%;
    z-index: -1;
  }

  .item-for-whom,
  .item-tarifs {
    background-color: var(--background-light);
    padding: 20px;
  }

  .item-for-whom {
    position: relative;
    z-index: -1;
    font-size: 14px;
    line-height: 140%;
    min-height: 140px;
  }

  .item-for-whom:last-of-type .ol-num:after {
    content: url(/local/templates/jamit-template/assets/img/blue-arr.svg);
  }

  .for-whom.for-whom-info-site .item-for-whom p.title-block-for-whom {
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
    margin-bottom: 20px;
  }

  .button--basic {
    background-color: var(--main-basic);
    color: var(--white);
    text-align: center;
    display: block;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .button--basic:hover {
    background-color: var(--main-hover);
  }

  .button--basic a {
    color: var(--white);
    text-decoration: none;
    font-size: 14px;
    padding: 12px 16px;
    width: 100%;
    display: block;
  }

  .text-favort p {
    font-size: 14px;
    line-height: 1.4;
  }

  .five-step p.text-five-step,
  .six-step p.text-five-step {
    font-size: 12px;
    line-height: 1.3;
    margin-bottom: 20px;
  }

  .item-for-whom p {
    font-size: 12px;
    line-height: 1.3;
  }

  .five-step p.text-five-step,
  .six-step p.text-five-step {
    font-size: 12px;
    line-height: 1.3;
    margin-bottom: 20px;
  }

  .design-work .for-whom.for-whom-info-site .item-for-whom p.title-block-for-whom {
    margin-bottom: 0;
  }

  .design-work .ol-num:after {
    content: url(/local/templates/jamit-template/assets/img/blue-arr.svg);
  }

  .five-step.design-work.work-audit-design .item-for-whom {
    padding: 16px;
  }

  .title-design-price {
    font-family: "Unbounded", sans-serif;
    font-size: 24px;
    font-weight: 200;
    line-height: 133%;
    margin-top: 5px;
  }

  .price-design {
    font-size: 16px;
    line-height: 120%;
    margin-bottom: 7px;
    margin-top: 12px;
  }

  .block-with-price {
    background-color: var(--background-light);
    padding: 12px;
    gap: 15px;
  }

  .description-design-price {
    padding-top: 10px;
  }

  .hidden-block-mobile {
    display: grid;
    gap: 7px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
    position: absolute;
    opacity: 0;
  }

  .description-design-price p {
    background-color: var(--white);
    padding: 8px 10px;
    font-size: 12px;
    line-height: 1.3;
  }

  .work-time {
    background-color: var(--white);
    padding: 8px 10px;
    margin-top: 15px;
    font-size: 12px;
  }

  .work-time span {
    display: block;
    font-size: 16px;
    line-height: 120%;
    margin-top: 12px;
  }

  a.button-order {
    text-decoration: none;
    display: block;
    width: 100%;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background-color: var(--white);
    color: var(--text-basic);
    font-size: 12px;
    font-weight: 600;
    margin-top: 15px;
  }

  .for-main-design .tarrifs-main-design {
    gap: 24px;
  }

  .download-brif {
    font-family: "Wix Madefor Text", sans-serif;
    font-size: 14px;
    line-height: 1.4;
    color: var(--main-basic);
  }

  .with-brif {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }

  .download-brif span {
    color: var(--text-light);
  }

  .download-brif span:after {
    content: url(/local/templates/jamit-template/assets/img/design/arr-gray.png);
  }

  .six-step .item-for-whom:last-of-type {
    background-color: var(--main-basic);
  }

  .six-step .item-for-whom:last-of-type p {
    color: var(--white);
  }

  .six-step .item-for-whom:last-of-type .ol-num:after {
    content: url(/local/templates/jamit-template/assets/img/design/lk-white.svg);
    border-color: var(--main-dark);
    background-color: var(--main-dark);
  }

  .other-projects {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .title-block-fr-whom {
    font-size: 16px;
    font-weight: 200;
    font-family: "Unbounded", sans-serif;
    line-height: 1.2;
    margin-bottom: 12px;
  }

  .hidden-block-mobile.active {
    opacity: 1;
    position: relative;
  }

  .accordion-header {
    font-size: 12px;
    font-weight: 400;
    line-height: 130%;
    color: var(--text-light);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Wix Madefor Text", sans-serif;
  }

  .accordion-header:before {
    content: "Что входит в тариф...";
  }

  .accordion-header:after {
    content: url(/local/templates/jamit-template/assets/img/grayarr.svg);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }

  .accordion-header.active {
    grid-row: 2;
  }

  .accordion-header.active:before {
    content: "Скрыть";
  }

  .accordion-header.active:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .other-projects a.btn.btn-other-projects,
  .other-projects a.btn.btn-other-projects:active {
    font-family: Wix Madefor Text;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0%;
    padding-top: 11px;
    padding-bottom: 11px;
    height: 42px;
  }
  .other-projects a.btn.btn-other-projects span::after {
        content: "";
        background-image: url(/local/templates/jamit-template/assets/img/arrow-white.svg);
        background-repeat: no-repeat;
        position: relative;
        margin-left: 14px;
        transition: all 1s;
        width: 11px;
        height: 11px;
        display: inline-block;
    }
    .other-projects a.btn.btn-other-projects:hover span::after {
      transform: rotate(48deg);
    }
}

@media(min-width:320px) and (max-width: 424px) {
  .header-links.mob-2 {
    grid-template-columns: 1fr;
  }

    .header-links.mob-2 > .header-links--item {
      flex-direction: row;
      height: 100px;
  }

  #service-inner-banner .header-links--title {
    font-size: 14px;
  }

}

@media (min-width: 375px) {
  #service-inner-banner .header-links--title {
    font-size: 16px;
	word-break: break-all;
  }

  .button-block {
    -webkit-box-pack: initial;
    -ms-flex-pack: initial;
    justify-content: initial;
    gap: 45px;
  }

}

@media (min-width: 425px) {
  .accordion {
    padding: 13px 148px 13px 0;
    position: relative;
    max-width: 100%;
  }
  #service-inner-banner .header-links--title {
		word-break:normal;
  }
  #service-inner-banner.develop-page .container .button-block a {
	font-size:14px;
  }
}
@media (min-width: 500px) {
  .accordion {
    padding: 23px 0px 23px 0px;
  }
}
@media (min-width: 767px) {

  #service-inner-banner.develop-page .container .breadcrumbs {
    padding-top: 32px;
    padding-bottom: 48px;
  }
 #service-inner-banner.develop-page .breadcrumbs--link,
 #service-inner-banner.develop-page .breadcrumbs--current {
  font-family: Wix Madefor Text;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.3;
  letter-spacing: 0;
 }
  .seo-footer {
    background-image: url(/local/templates/jamit-template/assets/img/seo/form-seo-pk.png);
    min-height: 600px;
    display: grid;
    align-items: center;
    margin-bottom: 90px;
    margin-top: 30px;
    background-size: contain;
  }

  .seo-footer small {
    margin: auto;
    display: block;
    max-width: 648px;
    text-align: left;
    width: 100%;
  }

  .seo-footer .footer-form.form .form__input {
    max-width: 648px;
    margin: auto;
    height: 60px;
    width: 100%;
  }

  .seo-footer .footer-form.form .form__submit {
    background-color: var(--main-basic);
    color: var(--white);
    max-width: 648px;
    margin: auto;
    height: 56px;
    width: 100%;
  }

  .seo-footer h2 {
    text-align: center;
  }

  small.center-form {
    text-align: center;
    max-width: 471px;
    margin: auto;
    padding-top: 20px;
  }

  .seo-footer {
    min-height: 500px;
  }

  .five-step.design-work .item-for-whom {
    min-height: 0;
  }

  #service-inner-banner.develop-page {
    background-image: url(/local/templates/jamit-template/assets/img/develop/fon-develop-tabl.png);
    background-position: center;
    min-height: 454px;
  }

  .accordion-header {
    display: none;
  }

  .hidden-block-mobile {
    display: grid;
    opacity: 1;
    position: relative;
  }

  .header-links {
    margin-top: 0px;
  }

  .develop-page .header-links--item {
    height: 100%;
    min-height: 68px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .header-links--title {
    font-size: 16px;
    max-width: 226px;
    width: 100%;
  }

  section {
    margin-bottom: 72px;
  }

  .develop-innumber .item-number:nth-of-type(2) {
    grid-row: 1;
  }

  .block-favort {
    margin-top: 45px;
  }

  .button--basic a {
    padding: 15px 16px;
  }

  .text-favort .button--basic {
    max-width: 247px;
  }

  .main-text-develop {
    margin-bottom: 35px;
  }

  .five-step {
    margin-bottom: 72px;
  }

  .item-for-whom {
    min-height: 256px;
  }

  .work-time {
    background-color: transparent;
  }

  .develop-page .header-links--item {
    height: 100%;
    min-height: 94px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .develop-page .header-links--title {
    font-size: 16px;
    max-width: 226px;
    width: 100%;
    display: block;
    word-break: break-word;
  }

  #service-inner-banner.develop-page .container .header-links {
    grid-column: 1/2 span;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    padding-bottom: 40px;
  }

  #service-inner-banner.develop-page .container .button-block {
    grid-row: 2;
    grid-column: 2;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    padding-top: 25px;
    justify-content: flex-start;
  }
 #service-inner-banner.develop-page .container  .button-block a {
	 font-size: 14px;
 }
  #service-inner-banner.develop-page .container .button-block a:first-child::after {
    margin-left: 32px;
  }

  #service-inner-banner.develop-page .container .breadcrumbs {
    grid-column: 1/2 span;
  }

  #service-inner-banner.develop-page .container .header-links--item {
    max-height: 104px;
  }
    #service-inner-banner.develop-page .container {
    display: grid;
  }


  #service-inner-banner.develop-page .container .header-links {
    grid-row: 3/span 2;
  }


  #service-inner-banner.develop-page .container .button-block {
    padding-top: 0px;
    align-items: center;
    justify-content: end;
    gap: 32px;
  }

  #service-inner-banner.develop-page .container .header-links {
    margin-top: 124px;
    margin-bottom:0;
    padding-bottom: 32px;
  }

  .header-links--item {
    min-height: 68px;
  }
  .h1 {
    font-size: 34px;
    line-height: 1.2;
  }

  .tariffs-list .tariffs-item .tariffs-item--title {
    min-height: 80px;
  }
}

@media (min-width: 1023px) {
  .six-step .we-today-list .step-item .caption-p.without-name {
    margin-top: 24px;
    font-family: Wix Madefor Text;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.3;
    letter-spacing: 0%;
  }
  .design-tariffs {
    margin-bottom: 72px;
  }


  .title-design-price {
    min-height: 70px;
  }

  #service-inner-banner.develop-page .container {
    min-height: 454px;
  }

  .price-design {
    margin-bottom: 9px;
  }
}

@media (min-width: 1024px) {


  .seo-footer {
    min-height: 550px;
  }
  .our-offer--button .btn-be-client {
    max-width: 247px;
    min-height: 48px;
    font-family: Wix Madefor Text;
    font-weight: 600;
    font-size: 12px;
    line-height: 1.3;
    letter-spacing: 0;
    margin-top: 32px;
  }
  
}

@media (min-width: 1100px) {
  .sm-desktop-1 {
    grid-template-columns: repeat(1, 1fr);
  }

  .sm-desktop-2 {
    grid-template-columns: repeat(2, 1fr);
  }

  .sm-desktop-3 {
    grid-template-columns: repeat(3, 1fr);
  }

  .sm-desktop-4 {
    grid-template-columns: repeat(4, 1fr);
  }

  .sm-desktop-5 {
    grid-template-columns: repeat(5, 1fr);
  }

  .sm-desktop-6 {
    grid-template-columns: repeat(6, 1fr);
  }

  .sm-desktop-7 {
    grid-template-columns: repeat(7, 1fr);
  }

  .sm-desktop-8 {
    grid-template-columns: repeat(8, 1fr);
  }
}

@media (min-width: 1139px) {

    .six-step .we-today-list .step-item .caption-p.without-name {
      margin-top: 40px;
      font-family: Wix Madefor Text;
      font-weight: 400;
      font-size: 14px;
      line-height: 1.4;
      letter-spacing: 0%;
    }

    #service-inner-banner.develop-page .container .header-links {
        padding-bottom: 56px;
        margin-bottom: 0;
        margin-top: 192px;
    }
	
	#service-inner-banner.develop-page .container .button-block a {
		font-size:16px;
	}
    .our-offer--content {
      max-width: 563px;
      width: 100%;
      font-family: Wix Madefor Text;
      font-weight: 400;
      font-size: 16px;
      line-height: 1.5;
      letter-spacing: 0;
    }

    .our-offer--button .btn-be-client {
      font-family: Wix Madefor Text;
      font-weight: 600;
      font-size: 15px;
      line-height: 1.2;
      letter-spacing: 1%;
      margin-top: 32px;
      min-width: 283px;
      padding-top: 21px;
      padding-bottom: 21px;
  }
  #service-inner-banner.develop-page .container .header-links--item {
    min-height: 104px;
  }

  #service-inner-banner.develop-page {
    min-height: 662px;
  }

  #service-inner-banner.develop-page .container {
    min-height: 662px;
  }

  .five-step.design-work.work-audit-design .item-for-whom {
    min-height: 248px;
    padding: 16px;
  }

  #service-inner-banner  .h1 {
    font-family: Unbounded;
    font-weight: 200;
    font-size: 48px;
    line-height: 117%;
    letter-spacing: 0%;
  }

  #service-inner-banner.develop-page .container .breadcrumbs {
    padding-top: 64px;
    padding-top: 46px;
  }
  .develop-page .breadcrumbs--link,
  .develop-page .breadcrumbs--current,
  .develop-page .breadcrumbs--link span {
    font-family: Manrope;
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 3%;
    vertical-align: bottom;
  }

  .item-number span {
    font-size: 60px;
  }

  .text-favort p {
    max-width: 563px;
    font-size: 16px;
    line-height: 1.5;
  }

  section {
    margin-bottom: 120px;
  }
      h2.subtitle1 {
    font-family: Wix Madefor Text;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.33;
    letter-spacing: 0;
  }


  .develop-num {
    margin-bottom: 70px;
  }

  .text-favort .button--basic {
    max-width: 283px;
  }

  .button--basic a {
    padding: 21px;
  }

  .block-favort-img img {
    max-width: 540px;
  }

  h2,
  .h2 {
    font-size: 24px;
    line-height: 133%;
  }

  .main-text-develop {
    margin-bottom: 80px;
  }

  .title-design-price {
    font-size: 34px;
    min-height: 100px;
  }

  .price-design {
    font-size: 24px;
    margin-bottom: 27px;
  }

  .description-design-price p {
    font-size: 14px;
    line-height: 1.4;
  }

  .work-time {
    font-size: 16px;
    margin-top: 27px;
  }

  .work-time span {
    font-size: 24px;
  }

  a.button-order {
    margin-top: 22px;
    font-size: 15px;
    line-height: 60px;
    height: 60px;
  }

  .design-tariffs,
  .five-step {
    margin-bottom: 120px;
  }

  .for-whom.for-whom-info-site .item-for-whom p.title-block-for-whom {
    font-size: 20px;
    line-height: 1.5;
  }
  
  .title-block-fr-whom {
    font-size: 20px;
    line-height: 1.5;
  }

  .item-for-whom p {
    font-size: 14px;
    line-height: 1.4;
  }
  .design-work .for-whom.for-whom-info-site .item-for-whom p.title-block-for-whom {
    font-family: Wix Madefor Text;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.5;
  }
  .other-projects a.btn.btn-other-projects,
  .other-projects a.btn.btn-other-projects:active,
  .other-projects a.btn.btn-other-projects:hover{
    font-family: Wix Madefor Text;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.2;
    letter-spacing: 1%;
    padding-top: 28px;
    padding-bottom: 28px;
    height: 74px;
  }
  .other-projects a.btn.btn-other-projects span::after,
  .other-projects a.btn.btn-other-projects:hover span::after {
    display: none;
   }
   .design-tariffs .tariffs-list .tariffs-item {
    gap:0px;
   }
  .tariffs--realization-time {
    padding-top: 40px;
    padding-bottom: 35px;
  }
  .tariffs--realization-time_title {
    padding-bottom: 16px;
  }
}

@media (min-width: 1350px) {
  .seo-footer {
    min-height: 650px;
    background-size: cover;
  }
}

@media (min-width: 1440px) {
  .md-desktop-1 {
    grid-template-columns: repeat(1, 1fr);
  }

  .md-desktop-2 {
    grid-template-columns: repeat(2, 1fr);
  }

  .md-desktop-3 {
    grid-template-columns: repeat(3, 1fr);
  }

  .md-desktop-4 {
    grid-template-columns: repeat(4, 1fr);
  }

  .md-desktop-5 {
    grid-template-columns: repeat(5, 1fr);
  }

  .md-desktop-6 {
    grid-template-columns: repeat(6, 1fr);
  }

  .md-desktop-7 {
    grid-template-columns: repeat(7, 1fr);
  }

  .md-desktop-8 {
    grid-template-columns: repeat(8, 1fr);
  }
}

@media (min-width: 1920px) {
  .lg-desktop-1 {
    grid-template-columns: repeat(1, 1fr);
  }

  .lg-desktop-2 {
    grid-template-columns: repeat(2, 1fr);
  }

  .lg-desktop-3 {
    grid-template-columns: repeat(3, 1fr);
  }

  .lg-desktop-4 {
    grid-template-columns: repeat(4, 1fr);
  }

  .lg-desktop-5 {
    grid-template-columns: repeat(5, 1fr);
  }

  .lg-desktop-6 {
    grid-template-columns: repeat(6, 1fr);
  }

  .lg-desktop-7 {
    grid-template-columns: repeat(7, 1fr);
  }

  .lg-desktop-8 {
    grid-template-columns: repeat(8, 1fr);
  }

  .seo-footer {
    min-height: 779px;
    background-size: contain;
  }

  #service-inner-banner.develop-page {
    background-image: url(/local/templates/jamit-template/assets/img/develop/fon-develop-big.png);
  }
}
@supports (-webkit-appearance:none){

}

 @media (min-width: 319px){

@supports (-webkit-appearance:none){

}

}

 @media (min-width: 320px){

@supports (-webkit-appearance:none){
.accordion:after{background-image:url("/local/templates/jamit-template/assets/img/faq-plus.svg")}
.seo-footer{background-image:url(/local/templates/jamit-template/assets/img/seo/form-seo-pk.webp)}
#service-inner-banner{background-image:url(/local/templates/jamit-template/assets/img/develop/fon-develop-mb.webp)}
.item-advant{background-image:url(/local/templates/jamit-template/assets/img/develop/1-ad.webp)}
.item-advant:nth-of-type(2){background-image:url(/local/templates/jamit-template/assets/img/develop/2-ad.webp)}
.item-advant:nth-of-type(3){background-image:url(/local/templates/jamit-template/assets/img/develop/3-ad.webp)}
}

}

 @media (min-width: 375px){

@supports (-webkit-appearance:none){

}

}

 @media (min-width: 425px){

@supports (-webkit-appearance:none){

}

}

 @media (min-width: 474px){

@supports (-webkit-appearance:none){

}

}

 @media (min-width: 500px){

@supports (-webkit-appearance:none){

}

}

 @media (min-width: 667px){

@supports (-webkit-appearance:none){

}

}

 @media (min-width: 767px){

@supports (-webkit-appearance:none){
.seo-footer{background-image:url(/local/templates/jamit-template/assets/img/seo/form-seo-pk.webp)}
#service-inner-banner.develop-page{background-image:url(/local/templates/jamit-template/assets/img/develop/fon-develop-tabl.webp)}
.item-advant{background-image:url(/local/templates/jamit-template/assets/img/develop/tb-adv-1.webp)}
.item-advant:nth-of-type(2){background-image:url(/local/templates/jamit-template/assets/img/develop/tb-adv-2.webp)}
.item-advant:nth-of-type(3){background-image:url(/local/templates/jamit-template/assets/img/develop/tb-adv-3.webp)}
}

}

 @media (min-width: 1023px){

@supports (-webkit-appearance:none){

}

}

 @media (min-width: 1024px){

@supports (-webkit-appearance:none){

}

}

 @media (min-width: 1100px){

@supports (-webkit-appearance:none){

}

}

 @media (min-width: 1139px){

@supports (-webkit-appearance:none){
.item-advant{background-image:url(/local/templates/jamit-template/assets/img/develop/pk-adv-1.webp)}
.item-advant:nth-of-type(2){background-image:url(/local/templates/jamit-template/assets/img/develop/pk-adv-2.webp)}
.item-advant:nth-of-type(3){background-image:url(/local/templates/jamit-template/assets/img/develop/pk-adv-3.webp)}
}

}

 @media (min-width: 1350px){

@supports (-webkit-appearance:none){

}

}

 @media (min-width: 1440px){

@supports (-webkit-appearance:none){

}

}

 @media (min-width: 1920px){

@supports (-webkit-appearance:none){
#service-inner-banner.develop-page{background-image:url(/local/templates/jamit-template/assets/img/develop/fon-develop-big.webp)}
}

}