.tariffs-list {
  gap: 24px;
}

.tariffs-item {
  height: 100%;
  border-radius: 6px;
  padding-top: 16px;
  padding-right: 12px;
  padding-bottom: 12px;
  padding-left: 12px;
  gap: 32px;
  background-color: var(--background-light);
}

.tariffs-item--title {
  font-family: Unbounded;
  margin-top: 0;
  font-weight: 200;
  font-size: 24px;
  line-height: 1.33;
  letter-spacing: 0;
  color: var(--text-basic);
}

.tariffs-item--price {
  margin-top: 12px;
  color: var(--text-basic);
}

.tariffs-item--price__value {
  font-family: Wix Madefor Text;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0;
}

.tariffs-item--accordion__block {
  margin-top: 24px;
  margin-bottom: 32px;
  font-family: Wix Madefor Text;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.3;
  letter-spacing: 0;
  color: var(--text-light);
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 32px;
  justify-content: space-between;
}

.tariffs-item--accordion__block::after {
  content: url(/assets/img/seo/chevron-grey.svg);
  display: block;
  transition: all 1s;
}

.tariffs-item--accordion__block.active::after {
  content: url(/assets/img/seo/chevron-grey.svg);
  display: block;
  transform: rotate(180deg);
}

.tariffs-item .list--properties {
  display: none;
  margin-top: 24px;
  animation: fadeIn 1s ease-out forwards;
}

.tariffs-item .list--properties.active {
  display: block;
}

.tariffs-item .list--properties-item {
  font-family: Wix Madefor Text;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.3;
  letter-spacing: 0;
  background-color: var(--white);
  color: var(--text-dark-grey);
  margin-bottom: 8px;
  padding: 8px 10px;
}

.tariffs-item .btn-tariffs-order {
  text-align: center;
  display: block;
  border-radius: 2px;
  padding-top: 16px;
  padding-bottom: 16px;
  background-color: var(--white);
  height: 48px;
  font-family: Wix Madefor Text;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.3;
  letter-spacing: 0;
  color: var(--text-dark-grey);
  transition: all 1s;
}

.tariffs-item .btn-tariffs-order:hover {
  background-color: var(--main-light);
  color: var(--text-basic);
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

a {
  text-decoration: none;
}

.mobile-hidden {
  display: none;
}

.mobile-flex-show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mobile-grid-show {
  display: grid;
}

.mobile-show {
  display: block;
}

.about-us--title__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#about-us {
  background-image: url(/assets/img/context-ad/context-ad-bg.png);
  background-blend-mode: multiply;
  background-size: contain;
  background-position: center;
  background-color: var(--main-basic);
  background-repeat: no-repeat;
  padding: 0;
  position: relative;
  overflow: hidden;
  margin-bottom: 32px;
}
.container .breadcrumbs {
  padding-bottom: 72px;
}
#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;
}

.button-block a:first-child:hover::after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.section-title {
  margin-bottom: 24px;
}

.seo-footer {
  margin-bottom: 0px !important;
}

#work-step-block-2 .work-step-list {
  gap: 20px;
}

#work-step-block-2 .work-step-list .step-item {
  min-height: 171px;
  height: 100%;
}

#work-step-block-2 .work-step-list .step-item:last-child {
  grid-column: auto;
}

#work-step-block-2 .work-step-list .step-item .caption-p--title {
  font-family: Wix Madefor Text;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0;
  margin-bottom: 12px;
  margin-top: 16px;
}

#work-step-block-2 .work-step-list .step-item .caption-p--subtitle {
  font-family: Wix Madefor Text;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.3;
  letter-spacing: 0;
}

.advances-list {
  gap: 20px;
}

.advances-list .advances--item {
  background: var(--background-light);
  border-radius: 2px;
  padding: 20px;
  color: var(--text-basic);
  background-repeat: no-repeat;
  min-height: 132px;
}

.advances-list .advances--item__title {
  margin-top: 0px;
  font-family: Unbounded;
  font-weight: 200;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0;
}

.advances-list .caption-p p {
  font-family: Wix Madefor Text;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.3;
  letter-spacing: 0;
}

.advances-list .bg-img-type-1 {
  background-image: url(/local/templates/jamit-template/assets/img/context-ad/con-aud-adv-1.svg);
  background-position: 100% 50%;
}

.advances-list .bg-img-type-2 {
  background-image: url(/local/templates/jamit-template/assets/img/context-ad/context-ad-bg2.png);
  background-position: 100% 92%;
}

.advances-list .bg-img-type-3 {
  background-image: url(/local/templates/jamit-template/assets/img/context-ad/context-ad-bg3.png);
  background-position: 100% 100%;
}

.advances-list .bg-img-type-4 {
  background-image: url(/local/templates/jamit-template/assets/img/context-ad/context-ad-bg4.png);
  background-position: 89% 97%;
}

.dark .advances-list .bg-img-type-1{
  background-image: url(/local/templates/jamit-template/assets/img/context-ad/con-aud-adv-1d.png);
}
.dark .advances-list .bg-img-type-2{
  background-image: url(/local/templates/jamit-template/assets/img/context-ad/con-aud-adv-2d.png);
}
.dark .advances-list .bg-img-type-3{
  background-image: url(/local/templates/jamit-template/assets/img/context-ad/con-aud-adv-3d.png);
}
.dark .advances-list .bg-img-type-4{
  background-image: url(/local/templates/jamit-template/assets/img/context-ad/con-aud-adv-4d.png);
}
.tariffs-item {
  height: 100%;
}

.tariffs-item .list--properties-item {
  -webkit-transition: all 1s;
  transition: all 1s;
  cursor: pointer;
}

.tariffs-item .list--properties-item:hover {
  background: var(--main-light);
  color: var(--main-dark);
}

.our-offer {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tariffs-item .tariffs-item--btn {
  position: static;
  width: 100%;
}
.bg-img-type-1{
  background: url(/local/templates/jamit-template/assets/img/context-ad/con-aud-adv-1.svg);
}
.form-our-team.form-web-dev {
  margin-bottom: 0;
}

@media (min-width: 319px) {
  .grid {
    display: grid;
  }

  .mob-1 {
    grid-template-columns: repeat(1, 1fr);
  }

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

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

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

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

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

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

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

@media (min-width: 320px) {
  .seo-footer .footer-form.form .form__submit {
    max-width: 470px;
    display: block;
    width: 100%;
  }

  .seo-footer {
    background-color: var(--background-light);
    background-image: url(/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;
  }

  .seo-footer .footer-form.form .form__submit {
    background-color: var(--main-light);
    color: var(--text-basic);
    font-size: 12px;
    line-height: 130%;
  }

  .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;
  }

  .breadcrumbs {
    padding-top: 26px;
    padding-bottom: 24px;
  }

  .button-block {
    margin-top: 63px;
    margin-bottom: 24px;
  }

  .our-offer {
    gap: 32px;
  }

  .our-offer--subtitle * {
    font-family: Wix Madefor Text;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0;
  }

  .button-block.our-offer-btn {
    margin-top: 32px;
    margin-bottom: 0;
  }
  .dark .caption-p--subtitle {
    color: white;
  }

  /* .button-block.our-offer-btn a {
    color: var(--main-basic);
    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: Unbounded;
    font-weight: 200;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 0;
    margin-left: 0;
    gap: 20px;
  } */

  /* .button-block.our-offer-btn a:first-child::after {
    content: "";
    background-image: url(/assets/img/arrow-blue.svg);
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    width: 9px;
    height: 9px;
  } */

  /* .our-offer--img {
    margin: 0 auto;
    max-width: 200px;
    width: 100%;
    height: auto;
  } */
  .our-offer--title{
    display: none;
  }
  .about-us--title__container .button-block {
    width: 100%;
    justify-content: flex-start;
  }
}

@media (min-width: 375px) {
  /**/
}

@media (min-width: 474px) {
  .grid {
    display: grid;
  }

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

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

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

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

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

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

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

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

@media (min-width: 475px) {
  .md-mobile-flex-show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .md-mobile-hidden {
    display: none;
  }

  .about-us--title__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media (min-width: 600px) {
  .our-offer--subtitle * {
    font-family: Wix Madefor Text;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0;
  }

  /* .our-offer--img {
    max-width: 240px;
  } */
}

@media (min-width: 667px) {
  .grid {
    display: grid;
  }

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

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

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

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

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

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

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

@media (min-width: 670px) {
  .about-us--title__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    /* -ms-flex-direction: row;
    flex-direction: row; */
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }

  .button-block {
    gap: 32px;
  }

  .tariffs-item {
    height: 100%;
  }

  .tariffs-item .tariffs-item--btn {
    position: static;
    width: 100%;
  }
}

@media (min-width: 767px) {
  .grid {
    display: grid;
  }

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

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

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

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

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

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

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

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

  .seo-footer {
    background-image: url(/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;
  }
}

@media (min-width: 768px) {
  .tariffs-item {
    height: 691px;
    position: relative;
  }

  .tariffs-item .list--properties {
    display: block;
  }

  .tariffs-item .tariffs-item--accordion__block {
    display: none;
  }

  .tariffs-item .tariffs-item--btn {
    position: absolute;
    bottom: 12px;
    width: calc(100% - 24px);
  }

  .button-block {
    gap: 48px;
  }

  #about-us {
    background-position: center;
  }

  /* .our-offer--img {
    max-width: 312px;
  } */

  .tariffs-item {
    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;
    height: 100%;
  }

  .tariffs-item .tariffs-item--btn {
    position: static;
    width: 100%;
  }
}
@media (min-width: 922px) {
  .about-us--title__container{
  flex-direction: row;
  }
  .about-us--title__container .button-block {
    justify-content: flex-start;
    width: unset;
  }
}

@media (min-width: 1023px) {
  .grid {
    display: grid;
  }

  .tablet-1 {
    grid-template-columns: repeat(1, 1fr);
  }

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

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

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

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

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

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

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

@media (min-width: 1024px) {
  .seo-footer {
    min-height: 550px;
  }

  .tablet-hidden {
    display: none;
  }

  .tablet-flex-show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .tablet-grid-show {
    display: grid;
  }

  .tablet-show {
    display: block;
  }

  .breadcrumbs {
    padding-top: 64px;
    padding-bottom: 72px;
  }

  .subtitle1,
  .subtitle1-title {
    font-family: Wix Madefor Text;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.33;
    letter-spacing: 0;
  }

  .breadcrumbs--link,
  .breadcrumbs--current {
    font-family: Manrope;
    font-weight: 500;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.3;
  }

  #about-us {
    background-size: auto 248px;
    background-position: center 0px;
    margin-bottom: 72px;
    min-height: 248px;
    height: 100%;
  }

  #about-us .h1 {
    font-size: 28px;
    line-height: 1.24;
  }

  #about-us .button-block {
    margin-top: 0;
    margin-bottom: 0;
  }

  #about-us .button-block {
    gap: 32px;
  }

  #about-us .button-block a:first-child::after {
    margin-left: 32px;
  }

  .header-links {
    margin-top: 216px;
    margin-bottom: 32px;
  }

  .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%;
  }

  .tariffs-item {
    gap: 40px;
  }

  .tariffs-item .list--properties-item {
    padding: 12px;
    font-family: Wix Madefor Text;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0;
  }

  #block-advances .section-title {
    font-family: Wix Madefor Text;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.33;
    letter-spacing: 0;
  }

  .advances-list .advances--item__title {
    font-family: Unbounded;
    font-weight: 200;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0;
    margin-bottom: 37px;
    min-height: 60px;
  }

  .advances-list .caption-p p {
    font-family: Wix Madefor Text;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0;
  }
  #about-us .container{
    max-height: 248px;
  }
}

@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);
  }

  #about-us {
    background-size: auto 383px;
    background-position: center -48px;
    margin-bottom: 88px;
    min-height: 248px;
    height: 100%;
  }

  #about-us .h1 {
    font-size: 32px;
    line-height: 1.17;
  }

  .breadcrumbs .button-block a {
    font-family: Unbounded;
    font-weight: 200;
    font-style: ExtraLight;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0%;

  }

  .breadcrumbs {
    padding-top: 64px;
    padding-bottom: 72px;
  }

  .header-links {
    margin-top: 320px;
    margin-bottom: 56px;
  }

  .header-links--item {
    height: 100%;
    min-height: 104px;
  }

  .our-offer-section {
    margin-bottom: 120px;
  }

  /* .button-block.our-offer-btn a {
    gap: 16px;
    font-family: Unbounded;
    font-weight: 200;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0;
  } */

  /* .button-block.our-offer-btn a:first-child::after {
    width: 15px;
    height: 15px;
    margin: 0;
  } */

  #block-advances,
  #work-step-block-2 {
    margin-bottom: 120px;
  }

  .tariffs-section {
    margin-bottom: 120px;
  }

  #work-step-block-2 .work-step-list .step-item .caption-p--title {
    font-family: Wix Madefor Text;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0;
    margin-top: 48px;
    margin-bottom: 12px;
    min-height: 60px;
  }

  #work-step-block-2 .work-step-list .step-item .caption-p--subtitle {
    font-family: Wix Madefor Text;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0;
  }
}

@media (min-width: 1139px) {
  .grid {
    display: grid;
  }

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

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

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

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

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

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

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

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

@media (min-width: 1350px) {
  .tariffs-section .section-subtitle {
    max-width: 761px;
    width: 100%;
    font-family: Wix Madefor Text;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0;
  }

  .seo-footer {
    min-height: 650px;
    background-size: cover;
  }

  #about-us .h1 {
    font-size: 48px;
    line-height: 1.17;
  }
}

@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;
  }
}
@supports (-webkit-appearance:none){
#about-us{background-image:url(/local/templates/jamit-template/assets/img/context-ad/context-ad-bg.webp)}
/* .advances-list .bg-img-type-1{background-image:url(/local/templates/jamit-template/assets/img/context-ad/con-aud-adv-1.svg)}
.advances-list .bg-img-type-2{background-image:url(/assets/img/context-ad/audit-ad-company-2.svg)}
.advances-list .bg-img-type-3{background-image:url(/assets/img/context-ad/audit-ad-company-3.svg)}
.advances-list .bg-img-type-4{background-image:url(/assets/img/context-ad/audit-ad-company-4.svg)} */
}

 @media (min-width: 319px){

@supports (-webkit-appearance:none){

}

}

 @media (min-width: 320px){

@supports (-webkit-appearance:none){
.seo-footer{background-image:url(/assets/img/seo/form-seo-pk.webp)}
/* .button-block.our-offer-btn a:first-child::after{background-image:url(/assets/img/arrow-blue.svg)}
} */

}

 @media (min-width: 375px){

@supports (-webkit-appearance:none){

}

}

 @media (min-width: 474px){

@supports (-webkit-appearance:none){

}

}

 @media (min-width: 475px){

@supports (-webkit-appearance:none){

}

}

 @media (min-width: 600px){

@supports (-webkit-appearance:none){

}

}

 @media (min-width: 667px){

@supports (-webkit-appearance:none){

}

}

 @media (min-width: 670px){

@supports (-webkit-appearance:none){

}

}

 @media (min-width: 767px){

@supports (-webkit-appearance:none){
.seo-footer{background-image:url(/assets/img/seo/form-seo-pk.webp)}
}

}

 @media (min-width: 768px){

@supports (-webkit-appearance:none){

}

}

 @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){

}

}

 @media (min-width: 1350px){

@supports (-webkit-appearance:none){

}

}

 @media (min-width: 1440px){

@supports (-webkit-appearance:none){

}

}

 @media (min-width: 1920px){

@supports (-webkit-appearance:none){

}

}