section {
  overflow: hidden;
}

.agency {
  padding: 500px 0 250px 0;
	margin-top: -100px;
		margin-bottom: -200px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 991px) {
  .agency {
	  	margin-top: 0px;
    padding: 386px 0 200px 0;
  }
}
.agency__fon {
  position: relative;
  width: 100%;
  min-height: 600px;
  margin-top: -500px;
  margin-bottom: -1px;
}
@media (max-width: 1400px) {
  .agency__fon {
    min-height: 400px;
  }
}
@media (max-width: 768px) {
  .agency__fon {
    min-height: 385px;
  }
}
.agency__container {
  background: rgb(2, 0, 0);
  position: relative;
}
.agency__container::after {
  content: "";
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, #000000), color-stop(95%, rgba(217, 217, 217, 0)));
  background: #000000;
  position: absolute;
  width: 100%;
  height: 100px;
  top: -55px;
  left: 0;
  z-index: 7;
  -webkit-filter: blur(20px);
  filter: blur(20px);
}
.agency__container::before {
  content: "";
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, #000000), color-stop(95%, rgba(217, 217, 217, 0)));
  background: #000000;
  position: absolute;
  width: 100%;
  height: 100px;
  bottom: -55px;
  left: 0;
  z-index: 7;
  -webkit-filter: blur(50px);
  filter: blur(40px);
	    filter: blur(25px);
    background: linear-gradient(rgba(2, 0, 0, 0) 0%, rgb(2, 0, 0) 5.89%);
}
.best__text{
  text-transform: uppercase !important;
  font-size: 16px !important;
}
@media (max-width: 991px){
    .best__text{
      font-size: 14px !important;
    }
}
@media (max-width: 991px) {
  .agency__container::before {
    -webkit-filter: blur(20px);
            filter: blur(20px);
            display: none;
  }
}
.agency__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  -webkit-transform: translate(0, -60px);
          transform: translate(0, -60px);
  position: relative;
  z-index: 8;
}
@media (max-width: 991px) {
  .agency__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0px;
  }
}
.agency__column {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.agency__column .agency__btn-mob {
  display: none;
}
@media (max-width: 991px) {
  .agency__column .agency__btn-mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 28px;
  }
}
@media (min-width: 991px) {
  .agency__column:first-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 610px;
            flex: 0 1 610px;
  }
}
.agency__column h2 {
  color: rgb(244, 240, 235);
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.agency__column ul {
  max-width: 430px;
  margin-top: 50px;
}
@media (max-width: 991px) {
  .agency__column ul {
    margin-top: 20px;
  }
}
.agency__column li {
  color: rgba(244, 240, 235, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  gap: 10px;
}
@media (max-width: 991px) {
  .agency__column li {
    margin-bottom: 12px;
  }
}
.agency__column li:last-child {
  margin-bottom: 0px;
}
.agency__column li svg {
  min-width: 28px;
}
@media (max-width: 991px) {
  .agency__column {
    position: relative;
    z-index: 5;
  }
}
.agency__text {
  color: rgb(236, 110, 28);
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .agency__text {
    margin-bottom: 12px;
  }
}
.agency__btn {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
@media (max-width: 991px) {
  .agency__btn {
    display: none;
  }
}
.agency__btn button {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
.agency__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  overflow: hidden;
  margin-top: -240px;
}
@media (max-width: 991px) {
  .agency__img {
    margin-top: -40px;
  }
}
.agency__img img {
  margin-bottom: -90px;
}
@media (max-width: 991px) {
  .agency__img img {
    margin-bottom: -30px;
  }
}
.agency__fon-two {
  height: 240px;
  width: 100%;
  margin-top: -1px;
}
@media (max-width: 1500px) {
  .agency__fon-two {
    height: 175px;
  }
}
@media (max-width: 991px) {
  .agency__fon-two {
    height: 123px;
    min-width: 650px;
    margin-top: -25px;
  }
}

.global {
  padding: 0px 0 20px 0;
}
.global__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 555px 44px 1fr;
  grid-template-columns: 555px 1fr;
  gap: 44px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1250px) {
  .global__content {
    gap: 32px;
  }
}
@media (max-width: 1200px) {
  .global__content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 0;
  }
}
@media (max-width: 1200px) {
  .global__column:first-child {
    display: none;
  }
}
.global__item h1 {
  font-size: clamp(32px, 1.8518518519vw + 25.3333333333px, 52px);
  line-height: 1;
  margin: 0 0 24px;
}
@media (max-width: 1200px) {
  .global__item h1 {
    margin: 0 0 20px;
  }
}
.global__item > p {
  margin: 0 0 24px 0;
}
@media (max-width: 1200px) {
  .global__item > p {
    margin: 12px 0 12px 0;
  }
}
.global__images {
  position: relative;
  border-radius: 16px;
  overflow: visible;
}
.global__images.images-global-mob {
  display: none;
}
@media (max-width: 1200px) {
  .global__images.images-global-mob {
    display: block;
    margin-bottom: 20px;
  }
}
.global__image {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}
.global__image img {
  width: 100%;
  height: auto;
  display: block;
}
.global__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  padding: 0 0 0 20px;
}
.global__row::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgb(236, 110, 28);
}
@media (max-width: 1200px) {
  .global__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0 0 0 10px;
  }
  .global__row br {
    display: none;
  }
}
.global p {
  color: rgba(2, 0, 0, 0.7);
}
.global__desp {
  max-width: 470px;
  font-weight: 500;
}
.global__btn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.global__btn.global-btn-mob {
  display: none;
}
@media (max-width: 1200px) {
  .global__btn.global-btn-mob {
    display: block;
    width: 100%;
    margin-top: 20px;
  }
}
@media (max-width: 1200px) {
  .global__btn {
    display: none;
    width: 100%;
  }
  .global__btn.global-btn-mob {
    display: block;
  }
}

.object-global {
  position: absolute;
  bottom: 8px;
  left: 8px;
  -webkit-box-shadow: 0px 6px 8px 0px rgba(90, 72, 52, 0.2);
          box-shadow: 0px 6px 8px 0px rgba(90, 72, 52, 0.2);
  background: rgb(254, 253, 251);
  border-radius: 12px;
  padding: 16px;
  z-index: 2;
  max-width: 250px;
}
@media (max-width: 991px) {
  .object-global {
    max-width: 200px;
    padding: 12px;
  }
}
.object-global__title {
  margin-bottom: 8px;
}
.object-global__title a {
  font-family: "Involve", sans-serif;
  font-weight: 500;
  font-size: clamp(20px, 0.5555555556vw + 18px, 26px);
  line-height: 1.2;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.object-global__title a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.object-global__title a:hover {
  color: #EC6E1C;
}
.object-global__rows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.object-global__rows svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 19px;
  height: 19px;
}
.object-global__text {
  font-weight: 400;
  font-size: clamp(13px, 0.0925925926vw + 12.6666666667px, 14px);
  line-height: 1.4;
  color: #EC6E1C;
}

.why-shag {
  padding: 20px 0 50px;
}
@media (max-width: 991px) {
  .why-shag {
    padding: 40px 0 30px 0;
  }
}
.why-shag__title {
  margin-bottom: 32px;
}
@media (max-width: 1200px) {
  .why-shag__title {
    margin-bottom: 20px;
  }
}
.why-shag__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 1200px) {
  .why-shag__content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.why-shag__item {
  background: rgb(244, 242, 239);
  border: 1.5px solid rgb(220, 205, 188);
  border-radius: 16px;
  padding: 24px;
  min-height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1200px) {
  .why-shag__item {
    padding: 16px;
    min-height: auto;
  }
}
.why-shag__num {
  font-family: "Involve", sans-serif;
  font-weight: 500;
  font-size: clamp(32px, 2.2222222222vw + 24px, 56px);
  line-height: 1;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  color: rgb(2, 0, 0);
  margin-bottom: 10px;
}
@media (max-width: 1200px) {
  .why-shag__num {
    margin-bottom: 8px;
  }
}
.why-shag__desp p {
  color: rgb(137, 120, 101);
  text-transform: uppercase;
}

.mi {
  padding: 50px 0;
}
@media (max-width: 1200px) {
  .mi {
    padding: 30px 0 30px 0;
  }
}
.mi__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 575px;
  grid-template-columns: 1fr 575px;
  gap: 20px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media (max-width: 1200px) {
  .mi__content {
    -ms-grid-columns: 1fr 16px 480px;
    grid-template-columns: 1fr 480px;
    gap: 16px;
  }
}
@media (max-width: 1200px) {
  .mi__content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.mi .object-global {
  left: auto;
  right: 8px;
}
.mi__column:first-child {
  background: rgb(2, 0, 0);
  border-radius: 16px;
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991px) {
  .mi__column:first-child {
    padding: 16px;
  }
}
.mi__item {
  width: 100%;
}
.mi__cont h2 {
  font-size: clamp(28px, 1.8518518519vw + 21.3333333333px, 46px);
  margin: 0 0 20px 0;
  color: rgb(254, 253, 251);
}
@media (max-width: 991px) {
  .mi__cont h2 {
    margin-bottom: 12px;
  }
}
.mi__cont p {
  color: rgba(254, 253, 251, 0.8);
  margin: 0 0 20px 0;
}
@media (max-width: 991px) {
  .mi__cont p {
    margin-bottom: 12px;
  }
}
.mi__cont p:last-child {
  margin: 0;
}
@media (max-width: 1200px) {
  .mi__cont p {
    margin: 0 0 16px;
  }
}

.predlag {
  padding: 50px 0 0 0;
}
@media (max-width: 991px) {
  .predlag {
    padding: 30px 0 0 0;
  }
}
.predlag__title {
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  .predlag__title {
    margin-bottom: 8px;
  }
}
.predlag__title h2 {
  max-width: 1044px;
}
.predlag__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 638px 44px 1fr;
  grid-template-columns: 638px 1fr;
  gap: 44px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media (max-width: 1250px) {
  .predlag__content {
    gap: 20px;
  }
}
@media (max-width: 1200px) {
  .predlag__content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
@media (max-width: 1200px) {
  .predlag__column:first-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (min-width: 1200px) {
  .predlag__image {
    margin-left: 54px;
  }
}
@media (max-width: 1200px) {
  .predlag__image {
    margin: 0 0px;
    padding: 0 20px;
  }
}
.predlag__image img {
  width: 100%;
  height: auto;
  display: block;
}
.predlag__desp {
  max-width: 670px;
}
.predlag__desp p {
  color: rgba(2, 0, 0, 0.7);
  margin: 0 0 20px;
}
.predlag__desp p:last-child {
  margin: 0;
}
@media (max-width: 991px) {
  .predlag__desp p {
    margin: 0 0 12px;
  }
}
.predlag__desp p:last-child {
  font-weight: 500;
  position: relative;
  display: block;
  padding: 0 0 0 20px;
}
.predlag__desp p:last-child:last-child {
  padding: 0 0 0 10px;
}
.predlag__desp p:last-child::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgb(236, 110, 28);
}

.service-box {
  padding: 0px 0 50px 0;
}
@media (max-width: 991px) {
  .service-box {
    padding: 0 0px 30px 0;
  }
}
.service-box__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 45px 511px;
  grid-template-columns: 1fr 511px;
  gap: 44px;
  border-radius: 24px;
  background: linear-gradient(79.27deg, #020000 59.36%, #EC6E1C 100%);
  padding: 24px 24px 24px 24px;
  gap: 45px;
  position: relative;
}
@media (max-width: 1250px) {
  .service-box__content {
    gap: 32px;
    background: linear-gradient(174.18deg, #020000 40.48%, #EC6E1C 97.58%);
  }
}
@media (max-width: 1200px) {
  .service-box__content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 16px;
    border-radius: 16px;
  }
}
.service-box .service-box__column:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.service-box__item h2 {
  margin: 0 0 24px;
  color: rgb(244, 240, 235);
}
@media (max-width: 991px) {
  .service-box__item h2 {
    margin: 0 0 16px;
  }
}
.service-box__item p {
  color: rgba(244, 240, 235, 0.8);
  margin: 0 0 20px;
}
.service-box__item p:last-child {
  margin: 0;
}
@media (max-width: 991px) {
  .service-box__item p {
    margin: 0 0 12px;
  }
}
.service-box__item p strong {
  color: rgb(244, 240, 235);
  font-weight: 500;
  position: relative;
  padding: 0 0 0 20px;
  display: block;
}
.service-box__item p strong:last-child {
  padding: 0 0 0 10px;
}
.service-box__item p strong::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgb(236, 110, 28);
}
.service-box__cont {
  background: rgb(244, 242, 239);
  border-radius: 12px;
  padding: 20px;
}
@media (max-width: 991px) {
  .service-box__cont {
    padding: 16px;
  }
}
.service-box__cont h3 {
  font-size: clamp(24px, 1.1111111111vw + 20px, 36px);
  line-height: 1.2;
  color: rgb(2, 0, 0);
  margin: 0 0 20px;
}
@media (max-width: 991px) {
  .service-box__cont h3 {
    margin: 0 0 8px;
  }
}
.service-box__cont p {
  color: rgba(2, 0, 0, 0.8);
  margin: 0 0 24px;
}
@media (max-width: 991px) {
  .service-box__cont p {
    margin: 0 0 16px;
  }
}
.service-box__btn {
  width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.service-box__btn a {
  width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
@media (max-width: 991px) {
  .service-box__btn a {
    max-width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.itap {
  padding: 50px 0;
}
@media (max-width: 991px) {
  .itap {
    padding: 30px 0;
  }
}
.itap__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media (max-width: 1250px) {
  .itap__content {
    gap: 16px;
  }
}
@media (max-width: 1200px) {
  .itap__content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
@media (max-width: 1200px) {
  .itap__column:first-child {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
.itap__cont {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .itap__cont {
    margin-bottom: 20px;
  }
}
.itap__cont h2 {
  margin: 0 0 20px;
}
@media (max-width: 991px) {
  .itap__cont h2 {
    margin: 0 0 12px;
  }
}
.itap__cont p {
  color: rgba(2, 0, 0, 0.7);
  margin: 0 0 20px;
}
.itap__cont p:last-child {
  margin: 0;
}
@media (max-width: 991px) {
  .itap__cont p {
    margin: 0 0 12px;
  }
}
.itap__vopros {
  margin-bottom: 32px;
}
.itap__vopros:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .itap__vopros {
    margin-bottom: 20px;
  }
}
.itap strong {
  font-weight: 500;
}

.vopros-itap {
  background: rgb(254, 253, 251);
  border: 1px solid rgb(220, 205, 188);
  -webkit-box-shadow: 0px 6px 8px 0px rgba(90, 72, 52, 0.2);
          box-shadow: 0px 6px 8px 0px rgba(90, 72, 52, 0.2);
  border-radius: 16px;
  padding: 24px;
}
@media (max-width: 991px) {
  .vopros-itap {
    padding: 16px;
  }
}
.vopros-itap__num {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 44px;
  height: 44px;
  background: rgb(236, 110, 28);
  border-radius: 12px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: rgb(254, 253, 251);
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .vopros-itap__num {
    margin-bottom: 12px;
  }
}
.vopros-itap h3 {
  font-size: clamp(20px, 0.7407407407vw + 17.3333333333px, 28px);
  margin: 0 0 16px;
}
@media (max-width: 991px) {
  .vopros-itap h3 {
    margin: 0 0 8px;
  }
}
.vopros-itap p {
  color: rgba(2, 0, 0, 0.7);
  margin: 0 0 16px;
}
.vopros-itap p:last-child {
  margin: 0;
}
@media (max-width: 991px) {
  .vopros-itap p {
    margin: 0 0 8px;
  }
}
.vopros-itap ul {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 991px) {
  .vopros-itap ul {
    margin: 12px 0 0;
  }
}
.vopros-itap ul li {
  position: relative;
  padding-left: 36px;
  color: rgba(2, 0, 0, 0.7);
  margin-bottom: 12px;
}
.vopros-itap ul li:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .vopros-itap ul li {
    margin-bottom: 8px;
    padding-left: 28px;
  }
}
.vopros-itap ul li::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 12H19' stroke='%23EC6E1C' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 5V19' stroke='%23EC6E1C' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 991px) {
  .vopros-itap ul li::before {
    width: 20px;
    height: 20px;
  }
}

.agency__content {
  display: block;
  -webkit-transform: translate(0, 0) !important;
          transform: translate(0, 0) !important;
}
.vse-taki__title {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .vse-taki__title {
    margin-bottom: 20px;
  }
}
.vse-taki__title h2 {
  font-size: clamp(28px, 4.3518518519vw + 12.3333333333px, 75px);
  line-height: 1.1;
  color: rgb(254, 253, 251);
  margin: 0;
  text-transform: uppercase;
  max-width: 1250px;
}
.vse-taki__box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 44px 400px;
  grid-template-columns: 1fr 400px;
  gap: 44px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin-bottom: 60px;
}
@media (max-width: 1250px) {
  .vse-taki__box {
    gap: 32px;
  }
}
@media (max-width: 991px) {
  .vse-taki__box {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 20px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
}
.vse-taki__box img {
  max-width: 280px;
}
@media (max-width: 991px) {
  .vse-taki__column:last-child {
    text-align: center;
  }
}
.vse-taki__item p {
  color: rgba(254, 253, 251, 0.8);
  margin: 0 0 20px;
}
.vse-taki__item p:last-child {
  margin: 0;
}
@media (max-width: 991px) {
  .vse-taki__item p {
    margin: 0 0 12px;
  }
}
.vse-taki__image {
  border-radius: 16px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .vse-taki__image {
    max-width: 180px;
    margin: 0 auto;
    margin: 0 0 0 auto;
  }
}
.vse-taki__image img {
  width: 100%;
  height: auto;
  display: block;
}
.vse-taki__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 527px 44px 1fr;
  grid-template-columns: 527px 1fr;
  gap: 44px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1250px) {
  .vse-taki__content {
    gap: 32px;
  }
}
@media (max-width: 991px) {
  .vse-taki__content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
@media (max-width: 991px) {
  .vse-taki__col:first-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.vse-taki__it h3 {
  font-size: clamp(20px, 1.1111111111vw + 16px, 32px);
  line-height: 1.2;
  color: rgb(254, 253, 251);
  font-weight: 500;
  margin: 0 0 24px;
}
@media (max-width: 991px) {
  .vse-taki__it h3 {
    margin: 0 0 20px;
  }
}
.vse-taki__it ul {
  margin: 0 0 32px;
  padding: 0;
  list-style: none;
}
@media (max-width: 991px) {
  .vse-taki__it ul {
    margin: 0 0 24px;
  }
}
.vse-taki__it ul li {
  position: relative;
  padding-left: 36px;
  color: rgba(254, 253, 251, 0.8);
  margin-bottom: 16px;
}
.vse-taki__it ul li:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .vse-taki__it ul li {
    margin-bottom: 12px;
    padding-left: 28px;
  }
}
.vse-taki__it ul li::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 12H19' stroke='%23EC6E1C' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 5V19' stroke='%23EC6E1C' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 991px) {
  .vse-taki__it ul li::before {
    width: 20px;
    height: 20px;
  }
}
.vse-taki__img {
  border-radius: 16px;
  overflow: hidden;
}
.vse-taki__img img {
  width: 100%;
  height: auto;
  display: block;
}
.vse-taki__orange {
  background: rgb(236, 110, 28);
  border-radius: 12px;
  padding: 12px 16px;
  font-size: clamp(14px, 0.1851851852vw + 13.3333333333px, 16px);
  line-height: 1.4;
  color: rgb(254, 253, 251);
  font-weight: 500;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .vse-taki__orange {
    padding: 10px 14px;
  }
}

.why-two {
  padding: 50px 0;
}
@media (max-width: 991px) {
  .why-two {
    padding: 30px 0;
  }
}
.why-two__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 44px 515px;
  grid-template-columns: 1fr 515px;
  gap: 44px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media (max-width: 1250px) {
  .why-two__content {
    gap: 32px;
  }
}
@media (max-width: 1200px) {
  .why-two__content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.why-two__column {
  height: 100%;
}
@media (max-width: 1200px) {
  .why-two__column:last-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.why-two .object-global {
  left: auto;
  right: 8px;
}
.why-two__item {
  height: 100%;
}
.why-two__item .global__images {
  height: 100%;
}
.why-two__item .global__images .global__image {
  height: 100%;
}
.why-two__item .global__images .global__image img {
  height: 100%;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}
.why-two__item h2 {
  margin: 0 0 24px;
}
@media (max-width: 991px) {
  .why-two__item h2 {
    margin: 0 0 16px;
  }
}
.why-two__item p {
  color: rgba(2, 0, 0, 0.7);
  margin: 0 0 20px;
}
.why-two__item p:last-of-type {
  margin: 0 0 16px;
}
@media (max-width: 991px) {
  .why-two__item p {
    margin: 0 0 12px;
  }
  .why-two__item p:last-of-type {
    margin: 0 0 12px;
  }
}
.why-two__item p strong {
  text-transform: uppercase;
  font-weight: 500;
}
.why-two__item ul {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 991px) {
  .why-two__item ul {
    margin: 12px 0 0;
  }
}
.why-two__item ul li {
  position: relative;
  padding-left: 36px;
  color: rgba(2, 0, 0, 0.7);
  margin-bottom: 20px;
}
.why-two__item ul li:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .why-two__item ul li {
    margin-bottom: 12px;
  }
}
.why-two__item ul li::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 12H19' stroke='%23EC6E1C' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 5V19' stroke='%23EC6E1C' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 991px) {
  .why-two__item ul li::before {
    width: 20px;
    height: 20px;
  }
}

.team-box {
  padding: 50px 0;
}
@media (max-width: 991px) {
  .team-box {
    padding: 30px 0;
  }
}
.team-box .team-box__title {
  margin-bottom: 40px;
}
@media (max-width: 1250px) {
  .team-box .team-box__title {
    margin-bottom: 20px;
  }
}
.team-box .team-box__conts {
  background: rgb(2, 0, 0);
  border-radius: 16px;
  padding: 24px;
}
@media (max-width: 991px) {
  .team-box .team-box__conts {
    padding: 16px;
  }
}
.team-box .team-box__conts h2 {
  color: rgb(244, 240, 235);
  font-size: clamp(28px, 1.8518518519vw + 21.3333333333px, 48px);
}
.team-box__content {
  display: -ms-grid;
  display: grid;
  gap: 20px;
  -ms-grid-columns: 1fr 20px 492px;
  grid-template-columns: 1fr 492px;
}
@media (max-width: 991px) {
  .team-box__content {
    padding: 24px;
  }
}
@media (max-width: 1250px) {
  .team-box__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0px;
    padding: 0 !important;
  }
}
.team-box__content > p {
  font-size: clamp(28px, 1.8518518519vw + 21.3333333333px, 48px);
  line-height: 1.16;
  color: rgb(254, 253, 251);
  margin: 0 0 32px;
}
@media (max-width: 991px) {
  .team-box__content > p {
    margin: 0 0 20px;
  }
}
.team-box__column:first-child .elem-team-box {
  -ms-grid-columns: 1fr 1fr !important;
  grid-template-columns: 1fr 1fr !important;
}
.team-box__column:first-child .elem-team-box .elem-team-box__column:last-child {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.team-box__column:last-child .team-box__elem.elem-team-box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 164px;
  grid-template-columns: 1fr 164px;
}
.team-box__column:last-child .elem-team-box__column:last-child {
  max-width: 164px;
}
.team-box .team-box__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.team-box__elem:not(:last-child) {
  margin-bottom: 56px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -ms-grid-columns: 1fr auto;
  grid-template-columns: 1fr auto;
}
@media (max-width: 991px) {
  .team-box__elem:not(:last-child) {
    margin-bottom: 16px;
  }
}
.team-box__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media (max-width: 991px) {
  .team-box__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
}
.team-box__btn {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.team-box__btn a,
.team-box__btn button {
  width: 100%;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 650px) {
  .team-box__btn a,
  .team-box__btn button {
    max-width: 100%;
  }
}

.rabotaem__content {
  margin-top: 0px !important;
}

.rabotaem .form__rows-global {
  margin-top: 0px !important;
}

.elem-team-box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin-bottom: 20px !important;
  background: rgb(2, 0, 0);
  border: 1px solid rgb(236, 110, 28);
  border-radius: 16px;
  padding: 20px 24px;
}
@media (max-width: 1250px) {
  .elem-team-box {
    padding: 12px;
    -ms-grid-columns: 1fr !important;
    grid-template-columns: 1fr !important;
    gap: 16px;
  }
  .elem-team-box img {
    width: 100% !important;
    height: 136px !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.elem-team-box__column {
  height: 100%;
}
.elem-team-box .elem-team-box__item {
  height: 100%;
}
.elem-team-box .elem-team-box__img {
  height: 100%;
}
.elem-team-box .elem-team-box__img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px !important;
}
.elem-team-box__title h3 {
  font-size: clamp(14px, 0.1851851852vw + 13.3333333333px, 16px);
  color: rgb(254, 253, 251);
  margin: 0;
  text-transform: uppercase;
}
.elem-team-box__img img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}

.team-box__column:first-child .team-box__elem.elem-team-box {
  margin-bottom: 56px !important;
}
@media (max-width: 1250px) {
  .team-box__column:first-child .team-box__elem.elem-team-box {
    margin-bottom: 20px !important;
  }
}

.team-slides {
  padding: 50px 0;
}
@media (max-width: 991px) {
  .team-slides {
    padding: 30px 0;
  }
}
.team-slides__top {
  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;
  gap: 24px;
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  .team-slides__top {
    margin-bottom: 20px;
  }
}
.team-slides__title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 780px;
}
@media (max-width: 991px) {
  .team-slides .pag__arrows {
    display: none;
  }
}
.team-slides__arrow {
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgb(244, 242, 239);
  border: 1px solid rgb(220, 205, 188);
  border-radius: 14px;
  cursor: pointer;
  -webkit-transition: background 0.3s, -webkit-transform 0.2s;
  transition: background 0.3s, -webkit-transform 0.2s;
  transition: background 0.3s, transform 0.2s;
  transition: background 0.3s, transform 0.2s, -webkit-transform 0.2s;
}
.team-slides__arrow:hover {
  background: rgba(236, 110, 28, 0.1);
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.team-slides__arrow:hover svg path {
  stroke: rgb(236, 110, 28);
}
.team-slides__arrow:active {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
.team-slides__arrow.swiper-button-disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.team-slides__arrow.swiper-button-disabled:hover {
  background: rgb(244, 242, 239);
  -webkit-transform: scale(1);
          transform: scale(1);
}
.team-slides__arrow.swiper-button-disabled:hover svg path {
  stroke: rgb(2, 0, 0);
}
.team-slides__arrow svg {
  width: 32px;
  height: 32px;
}
.team-slides__arrow svg path {
  -webkit-transition: stroke 0.3s;
  transition: stroke 0.3s;
}
@media (max-width: 991px) {
  .team-slides__arrow {
    width: 40px;
    height: 40px;
  }
  .team-slides__arrow svg {
    width: 24px;
    height: 24px;
  }
}
.team-slides__content {
  overflow: hidden;
}
@media (max-width: 991px) {
  .team-slides__content {
    padding: 20px;
    margin: -20px;
  }
}
.team-slides__swiper {
  overflow: visible;
}
.team-slides__slide {
  height: auto;
}
.team-slides__image {
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  .team-slides__image {
    margin-bottom: 12px;
  }
}
.team-slides__image img {
  width: 100%;
  height: auto;
  display: block;
}
.team-slides__text {
  font-size: clamp(14px, 0.1851851852vw + 13.3333333333px, 16px);
  color: rgba(2, 0, 0, 0.7);
}

.pag__arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
@media (max-width: 991px) {
  .pag__arrows {
    gap: 8px;
  }
}

section.mi .global__image {
    max-height: 400px;
}