.tariffs-list {
  gap: 24px;
}
.dark .work-step-list--context .step-item .caption-p {
	color: var(--white);
}
.dark #work-step-block-2 .we-today-list .step-item .subtitle1-title {
	color: var(--white);
}
section.form-our-team {
	margin-bottom:0;
}
.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(/local/templates/jamit-template/assets/img/seo/chevron-grey.svg);
  display: block;
  transition: all 1s;
}

.tariffs-item--accordion__block.active::after {
  content: url(/local/templates/jamit-template/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;
}
.button-block.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: row;
  -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(/local/templates/jamit-template/assets/img/context-ad/context-ad-bg.png);
  background-blend-mode: multiply;
  background-size: contain;
  background-position: 0px -5px;
  background-color: var(--main-basic);
  background-repeat: no-repeat;
  padding: 0;
  position: relative;
  overflow: hidden;
  margin-bottom: 32px;
}

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

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

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

.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: 111px;
  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-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);
}

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

.button-block-mobile {
  margin-bottom: 24px;
  padding-top: 16px;
}

.work-step-list--context .step-item {
  display: flex;
  flex-direction: column;
  min-height: 280px;
  padding: 20px;
}
.work-step-list--context .step-item .step-number {
  margin-bottom: 88px;
}

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

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

.work-step-list .step-item {
  height: 153px;
  padding: 20px;
}


.work-step-list .step-item:first-child .caption-p {
  margin-top: 13px;
}

.work-step-list .caption-p {
  font-family: Wix Madefor Text;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.3;
  letter-spacing: 0;
  margin-top: 29px;
  width: 100%;
}

.work-step-list .caption-p br {
  display: none;
}

.section-subtitle {
  max-width: 760px;
  width: 100%;
  font-family: Wix Madefor Text;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
  margin-bottom: 32px;
}

.our-offer--title {
  font-family: Unbounded;
  font-weight: 200;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0;
}

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

.our-offer--subtitle p {
  margin-top: 16px;
}

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

.our-offer--img {
  position: relative;
  z-index: -1;
  margin-top: 24px;
}

.btn-be-client {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 48px;
  border-radius: 2px;
  padding-top: 16px;
  padding-right: 56px;
  padding-bottom: 16px;
  padding-left: 56px;
  gap: 10px;
  text-align: center;
  background-color: var(--main-basic);
}

.btn-be-client span {
  font-family: Wix Madefor Text;
  width: 100%;
  height: 100%;
  display: block;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.3;
  letter-spacing: 0;
  color: var(--white);
}

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

#work-step-block-2 .section-title {
  font-family: Wix Madefor Text;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0;
}

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

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

#work-step-block-2 .caption-p {
  margin-top: 13px;
  margin-bottom: 12px;
}

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

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

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

#our-offer-section .our-offer--title {
  margin-bottom: 24px;
}
#our-offer-section .btn-be-client span {
  font-family: Wix Madefor Text;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0;
}
#our-offer-section .our-offer {
  gap: 24px;
  align-items: start;
}

#work-step-block-2 .we-today-list .step-item .subtitle1-title {
  font-family: Wix Madefor Text;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0;
  color: var(--text-basic);
  margin-top: 13px;
  margin-bottom: 12px;
}

@media (min-width: 320px) {
	
	#form-about .form-subtitle {
		margin-top: 24px;
        margin-bottom: 24px;
	}

	
	#about-us .header-links {
		margin-top: 90px;
		margin-bottom: 42px;
	}
	#about-us .button-block {
		padding-top: 0px;
		margin-bottom: 24px;
	}
	.header-links  .header-links--item {
		min-height:135px;
		height: 100%;
	}

  .work-step-list--context .step-item {
    min-height: auto;
    gap: 12px;
    padding: 20px 20px 36px;
  }

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

  .work-step-list--context .step-item .caption-p {
    font-size: 12px;
  }

  .work-step-list--context .step-item .step-number {
    margin-bottom: 0;
  }

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

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

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

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

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

@media (min-width: 375px) {
  .header-links--title {
    font-weight: 200;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0;
  }
  	.header-links  .header-links--item {
		min-height:111px;
		height: 100%;
	}

  .seo-footer {
    margin-bottom: 0px;
  }
}
@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;
  }

  .work-step-list--context .step-item .caption-p {
    font-size: 14px;
  }
}

@media(min-width: 525px)  {
  #about-us {
    margin-bottom: 48px;
  }
  .work-step-list--context .step-item .caption-p {
    font-size: 14px;
  }

  .work-step-list--context .step-item {
    min-height: 209px;
  }
}

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

  .button-block {
    gap: 32px;
  }
}

@media (min-width: 767px) {
  .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;
  }
  #about-us .container {
    display: grid;
    grid-template-columns: 50% 50%;
  }
  #about-us .breadcrumbs {
    grid-column: 1 / -1;
    padding-top: 32px;
  }
  #about-us .header-links {
    grid-column: 1 / -1;
    margin-top: 216px;
  }
  .header-links .header-links--title {
    font-size: 16px;
  }
  #about-us .button-block {
    grid-row: 2;
    grid-column: 2;
    justify-content: flex-end;
    align-items: end;
    margin-bottom: 0;
  }
}
@media (min-width: 767px) and (max-width: 1003px) {
  #about-us .button-block a {
    font-size: 14px;
  }
  #about-us .button-block {
    gap: 45px;
  }
}
@media (min-width: 768px) {
	.tariffs-section .tariffs-list .tariffs-item {
	  display: flex;
	}
  .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;
  }

  /* .tariffs-section .tariffs-item {
    height: 835px;
  } */

  #about-us {
    background-position: center;
    min-height: 454px;
    margin-bottom: 72px;
  }

  .header-links--item {
    height: 124px;
  }

  .button-block {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .work-step-list .step-item:first-child .caption-p,
  .work-step-list .step-item .caption-p {
    margin-top: 29px;
  }

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

@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: 32px;
    padding-bottom: 48px;
  }

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

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

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

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

  .our-offer .our-offer--left {
    min-width: 529px;
    width: 100%;
  }

  .our-offer .our-offer--left .our-offer--button {
    max-width: 247px;
    width: 100%;
  }

  .work-step-list .step-item:first-child .caption-p,
  .work-step-list .step-item .caption-p {
    margin-top: 13px;
  }

	.btn-be-client {
		font-family: Wix Madefor Text;
		font-weight: 600;
		font-size: 15px;
		line-height: 120%;
		letter-spacing: 1%;
		max-width: 283px;
		width: 100%;
		padding-left:0px;
		padding-right: 0px;
	}

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

@media (min-width: 1100px) {
  #about-us {
    background-size: auto 662px;
    background-position: center 0px;
    margin-bottom: 80px;
    min-height: 662px;
    height: 100%;
  }

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

  .button-block a {
    font-size: 16px;
  }

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

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

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

  .work-step-list .step-item {
    min-height: 280px;
    gap: 88px;
    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: inherit;
    -ms-flex-pack: inherit;
    justify-content: inherit;
  }

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

  .work-step-list .step-item:first-child .caption-p {
    margin-top: 0px;
  }

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

  #work-step-block-2 .work-step-list .step-item {
    gap: unset;
    min-height: 400px;
  }

  .our-offer--title {
    font-family: Unbounded;
    font-weight: 200;
    font-size: 24px;
    line-height: 1.33;
    letter-spacing: 0;
  }

  .our-offer--subtitle {
    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 .our-offer--left .our-offer--button {
    max-width: 283px;
    width: 100%;
    margin-top: 32px;
  }

  .btn-be-client span {
    font-family: Wix Madefor Text;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.2;
    letter-spacing: 0.01;
  }

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

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

  .tariffs-section .tariffs-item {
    /* height: 1038px; */
    padding-top: 20px;
  }

  .tariffs-section .tariffs-item--title {
    font-family: Unbounded;
    font-weight: 200;
    font-size: 34px;
    line-height: 1.24;
    letter-spacing: 0;
  }

  .tariffs-item .tariffs-item--price__value {
    font-family: Wix Madefor Text;
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    line-height: 1.33;
    letter-spacing: 0;
  }

  .tariffs-item .list--properties {
    margin-top: 40px;
  }

  .tariffs-item .btn-tariffs-order {
    height: 60px;
    font-size: 15px;
    line-height: 1.2;
    padding-top: 21px;
    padding-bottom: 21px;
  }

  .tariffs-item .list--properties-item {
    padding-top: 12px;
    padding-bottom: 12px;
    font-family: Wix Madefor Text;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0;
    cursor: pointer;
    -webkit-transition: all 1s;
    transition: all 1s;
  }

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

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

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

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

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

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

@media (min-width: 1139px) {
  #about-us .breadcrumbs {
    padding-top: 64px;
  }
  #about-us .header-links {
    margin-top: 320px;
    margin-bottom: 0px;
  }
}

@media (min-width: 1240px) {
  #about-us .h1 {
    font-size: 48px;
    line-height: 1.17;
  }
}

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

  #work-step .section-subtitle {
    max-width: 760px;
    width: 100%;
    font-family: Wix Madefor Text;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0;
    margin-bottom: 32px;
  }

  .work-step-list .step-item:nth-child(4),
  .work-step-list .step-item:nth-child(8),
  .work-step-list .step-item:last-child {
    grid-column: auto;
  }

  .work-step-list .caption-p {
    white-space: normal;
  }

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

  .advances-list .advances--item {
    min-height: 365px;
    height: 100%;
    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;
  }

  .advances-list .bg-img-type-2::before {
    height: 312px;
    width: 312px;
    max-width: 100%;
  }

  .advances-list .advances--item__title {
    font-family: Unbounded;
    font-weight: 200;
    font-size: 24px;
    line-height: 1.33;
    letter-spacing: 0;
  }

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

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

  .work-step-list .caption-p {
    font-family: Wix Madefor Text;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0;
    width: 100%;
  }

  .work-step-list .caption-p br {
    display: block;
  }
}

@media (min-width: 1920px) {
  .seo-footer {
    min-height: 779px;
    background-size: contain;
  }

  #about-us {
    margin-bottom: 80px;
  }
}