/*colors*/
/*gradients*/
.bg-gradient1 {
  background: linear-gradient(90deg, #F7AE61 7.03%, #E8473A 99.34%);
}

.bg-gradient2 {
  background: linear-gradient(90deg, #FFC181 7.03%, #FA6F64 99.34%);
}

.bg-gradient3 {
  background: linear-gradient(90deg, #AFC1DE 11.86%, #DDE6F6 95.72%);
}

/*links*/
/*buttons*/
.benefit-list {
  display: inline-flex;
  align-items: flex-start;
  gap: 24px;
}
@media (max-width: 767.98px) {
  .benefit-list {
    flex-direction: column;
    width: 100%;
  }
}
.benefit-list .benefit-item {
  width: 392px;
  height: 96px;
  border-radius: 4px;
  border: 1px solid #F3F3F3;
  background: #FFF;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.05);
}
@media (max-width: 1279.98px) {
  .benefit-list .benefit-item {
    width: 304px;
    height: 97px;
  }
}
@media (max-width: 1023.98px) {
  .benefit-list .benefit-item {
    width: 218px;
    height: 104px;
  }
}
@media (max-width: 767.98px) {
  .benefit-list .benefit-item {
    width: 100%;
    height: 96px;
  }
}
.benefit-list .benefit-item .benefit-item-inner {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  justify-content: center;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .benefit-list .benefit-item .benefit-item-inner {
    flex-direction: column;
    gap: 0;
    align-items: center;
  }
}
@media (max-width: 767.98px) {
  .benefit-list .benefit-item .benefit-item-inner {
    padding: 7px;
    justify-content: flex-start;
  }
}
.benefit-list .benefit-item .benefit-item-inner .number {
  color: #EC7D43;
  font-feature-settings: "clig" off, "liga" off;
  font-size: 54px;
  font-style: normal;
  font-weight: 300;
  line-height: 64px; /* 118.519% */
  letter-spacing: -5.5px;
}
@media (max-width: 1279.98px) {
  .benefit-list .benefit-item .benefit-item-inner .number {
    font-size: 46px;
    line-height: 150%;
  }
}
@media (max-width: 1023.98px) {
  .benefit-list .benefit-item .benefit-item-inner .number {
    font-size: 42px;
    line-height: 120%;
  }
}
@media (max-width: 767.98px) {
  .benefit-list .benefit-item .benefit-item-inner .number {
    font-size: 47px;
    line-height: 64px;
    display: flex;
    align-items: baseline;
    flex-wrap: nowrap;
    min-width: 120px;
  }
}
.benefit-list .benefit-item .benefit-item-inner .number .small {
  font-size: 30px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: -1px;
}
.benefit-list .benefit-item .benefit-item-inner .text {
  color: #212529;
  line-height: 150%;
}
@media (max-width: 1279.98px) {
  .benefit-list .benefit-item .benefit-item-inner .text {
    font-size: 12px;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .benefit-list .benefit-item .benefit-item-inner .text {
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .benefit-list .benefit-item .benefit-item-inner .text {
    font-size: 16px;
  }
}

body.fiz-oplata-erip .benefit-list .benefit-item .benefit-item-inner {
  gap: 8px;
}
@media (max-width: 767.98px) {
  body.fiz-oplata-erip .benefit-list .benefit-item .benefit-item-inner {
    gap: 16px;
  }
}

.benefits-grey {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1023.98px) {
  .benefits-grey {
    flex-direction: column;
    gap: 24px;
  }
}
.benefits-grey .benefit-item {
  border-radius: 4px;
  background: #F3F3F3;
  width: 392px;
  display: flex;
  align-items: center;
}
@media (max-width: 1279.98px) {
  .benefits-grey .benefit-item {
    width: 304px;
    font-size: 14px;
    height: 116px;
    line-height: 130%;
  }
  .benefits-grey .benefit-item .desc {
    padding-right: 8px;
  }
}
@media (max-width: 1023.98px) {
  .benefits-grey .benefit-item {
    width: 100%;
  }
}
@media (max-width: 1279.98px) {
  .benefits-grey .benefit-item img {
    width: 122px;
  }
}

.benefits-wide .benefits-wrap {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.benefits-wide .benefits-wrap .benefit-item {
  border-radius: 4px;
  background: #F3F3F3;
  display: flex;
  gap: 24px;
  align-items: center;
}
@media (max-width: 767.98px) {
  .benefits-wide .benefits-wrap .benefit-item {
    align-items: flex-start;
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.benefits-wide .benefits-wrap .benefit-item .desc {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.benefits-wide .benefits-wrap .benefit-item .desc .title {
  color: #212529;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}

.benefits-4 .benefits-list {
  display: flex;
  gap: 24px;
}
@media (max-width: 1023.98px) {
  .benefits-4 .benefits-list {
    flex-wrap: wrap;
  }
}
@media (max-width: 767.98px) {
  .benefits-4 .benefits-list {
    flex-direction: column;
  }
}
.benefits-4 .benefits-list .benefits-item {
  width: 288px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
@media (max-width: 1279.98px) {
  .benefits-4 .benefits-list .benefits-item {
    width: 221px;
  }
  .benefits-4 .benefits-list .benefits-item img {
    object-fit: cover;
  }
}
@media (max-width: 1023.98px) {
  .benefits-4 .benefits-list .benefits-item {
    width: 340px;
  }
  .benefits-4 .benefits-list .benefits-item img {
    object-fit: cover;
  }
}
@media (max-width: 767.98px) {
  .benefits-4 .benefits-list .benefits-item {
    width: 100%;
    align-items: center;
  }
  .benefits-4 .benefits-list .benefits-item img {
    object-fit: cover;
  }
}
.benefits-4 .benefits-list .benefits-item .desc {
  line-height: 140%;
  text-align: center;
}

.benefit-list-2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
@media (max-width: 767.98px) {
  .benefit-list-2 {
    flex-direction: column;
  }
}
.benefit-list-2 .benefit-item {
  display: flex;
  flex-direction: column;
  border-radius: 4px;
  border: 1px solid var(--grey_light, #F3F3F3);
  background: #FFF;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.05);
  padding: 9px 42px;
  font-size: 14px;
}
@media (max-width: 1279.98px) {
  .benefit-list-2 .benefit-item {
    padding: 12px 10px;
  }
}
@media (max-width: 1023.98px) {
  .benefit-list-2 .benefit-item {
    padding: 14px 8px;
  }
}
@media (max-width: 767.98px) {
  .benefit-list-2 .benefit-item {
    padding: 8px 16px;
  }
}
.benefit-list-2 .benefit-item .benefit-title {
  color: var(--orange, #EC7D43);
  font-size: 24px;
  line-height: 150%;
}
@media (max-width: 1023.98px) {
  .benefit-list-2 .benefit-item .benefit-title {
    font-size: 17px;
    line-height: 160%;
  }
}
@media (max-width: 767.98px) {
  .benefit-list-2 .benefit-item .benefit-title {
    font-size: 22px;
  }
}
.benefit-list-2 .benefit-item .benefit-bot {
  display: flex;
}
.benefit-list-2 .benefit-item .benefit-bot .line {
  min-width: 46px;
  background: #EC7D43;
  height: 1px;
  margin-right: 10px;
  margin-top: 10px;
}
.benefit-list-2 .benefit-item .benefit-bot .desc {
  line-height: 150%;
}
@media (max-width: 1279.98px) {
  .benefit-list-2 .benefit-item .benefit-bot .desc {
    font-size: 12px;
    line-height: 150%;
  }
}
@media (max-width: 767.98px) {
  .benefit-list-2 .benefit-item .benefit-bot .desc {
    font-size: 14px;
    line-height: 140%;
  }
}
.benefit-list-2.blue .benefit-item {
  padding: 7.5px 20px;
}
@media (max-width: 1279.98px) {
  .benefit-list-2.blue .benefit-item {
    padding: 7.5px 15px;
  }
}
@media (max-width: 1023.98px) {
  .benefit-list-2.blue .benefit-item {
    min-height: 117px;
    padding: 7.5px 8px;
  }
}
@media (max-width: 767.98px) {
  .benefit-list-2.blue .benefit-item {
    min-height: 96px;
    padding: 8px 16px;
  }
}
.benefit-list-2.blue .benefit-item .benefit-title {
  color: #1E3E7A;
}
.benefit-list-2.blue .benefit-item .benefit-bot .line {
  background: #1E3E7A;
}

.grey-text {
  width: 100%;
  height: auto;
  padding: 48px 79px;
  gap: 8px;
  flex-shrink: 0;
  border-radius: 16px;
  background: #F3F3F3;
}
.grey-text.fw-mob {
  padding: 42px 44px;
  border-radius: unset;
}
@media (max-width: 1279.98px) {
  .grey-text.fw-mob {
    background-color: #F3F3F3;
  }
}
@media (max-width: 767.98px) {
  .grey-text.fw-mob {
    padding: 28px 0;
  }
}
@media (max-width: 1279.98px) {
  .grey-text {
    padding: 48px 40px;
  }
}
@media (max-width: 767.98px) {
  .grey-text {
    padding: 48px 20px;
  }
}
.grey-text .cols-wrap-2 {
  display: flex;
  gap: 40px;
}
@media (max-width: 1279.98px) {
  .grey-text .cols-wrap-2 {
    flex-direction: column;
  }
}
.grey-text .cols-wrap-2 .left {
  min-width: 675px;
}
@media (max-width: 1023.98px) {
  .grey-text .cols-wrap-2 .left {
    min-width: unset;
    width: 100%;
  }
}

.why .why-list {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}
@media (max-width: 767.98px) {
  .why .why-list {
    flex-direction: column;
    gap: 16px;
  }
}
.why .why-list .why-item {
  display: flex;
  padding: 7px 14px;
  align-items: center;
  gap: 8px;
  border-radius: 4px;
  background: #E0ECFF;
  width: 392px;
  min-height: 150px;
}
@media (max-width: 1279.98px) {
  .why .why-list .why-item {
    width: 304px;
    gap: 0;
    padding: 7px 12px;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .why .why-list .why-item {
    flex-direction: column;
  }
}
@media (max-width: 767.98px) {
  .why .why-list .why-item {
    width: 100%;
  }
}
.why .why-list .why-item .why-img img {
  max-width: 164px;
}
@media (max-width: 1279.98px) {
  .why .why-list .why-item .why-img img {
    max-width: 116px;
  }
}
@media (max-width: 767.98px) {
  .why .why-list .why-item .why-img img {
    min-height: 106px;
    max-width: 106px;
    margin-right: 15px;
    object-fit: contain;
  }
}
.why .why-list .why-item .why-desc {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .why .why-list .why-item .why-desc {
    align-items: center;
  }
}
.why .why-list .why-item .why-desc .top {
  color: #1E3E7A;
  font-size: 20px;
  font-weight: 800;
  line-height: 150%;
}
@media (max-width: 1279.98px) {
  .why .why-list .why-item .why-desc .top {
    font-size: 16px;
  }
}
@media (max-width: 1023.98px) {
  .why .why-list .why-item .why-desc .top {
    margin-bottom: 0;
  }
}
@media (max-width: 767.98px) {
  .why .why-list .why-item .why-desc .top {
    font-size: 18px;
  }
}
.why .why-list .why-item .why-desc .bottom {
  color: #1E3E7A;
  line-height: 150%;
}
@media (max-width: 1279.98px) {
  .why .why-list .why-item .why-desc .bottom {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .why .why-list .why-item .why-desc .bottom {
    text-align: center;
  }
}

.price {
  position: relative;
}
.price .swiper-slide {
  width: 288px;
}
@media (max-width: 767.98px) {
  .price .swiper-slide {
    width: 100%;
  }
}
.price .price-item {
  padding: 32px 16px;
  border-radius: 8px;
  border: 1px solid #E7E7E7;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  min-height: 396px;
}
.price .price-item .top {
  color: #1E3E7A;
  font-weight: 600;
  font-size: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 13px;
  width: 100%;
}
.price .price-item .top .price-item-line {
  width: 100%;
  height: 1px;
  background-color: #1E3E7A;
}
.price .price-item .top .top-desc {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  align-self: flex-start;
  color: #212529;
}
.price .price-item .top .top-desc .snoska {
  color: #1E3E7A;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.price .price-item .text-center {
  font-size: 14px;
  line-height: 22.4px;
}
@media (max-width: 767.98px) {
  .price .price-item .text-center {
    font-size: 16px;
    line-height: 160%;
  }
}
.price .price-item .button {
  margin-top: auto;
}

.fw-block {
  z-index: 1;
  max-width: 1920px;
}

.promo-fw {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 40px;
  background: #E8EEF9;
}
@media (min-width: 1280px) and (max-width: 1279.98px) {
  .promo-fw {
    height: 336px;
  }
}
@media (max-width: 767.98px) {
  .promo-fw {
    flex-direction: column;
    gap: 28px;
  }
}
.promo-fw .after-fw {
  opacity: 0;
}
.promo-fw .right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  max-width: 790px;
}
@media (min-width: 1280px) {
  .promo-fw .right {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
@media (max-width: 1279.98px) {
  .promo-fw .right {
    padding: 32px 40px;
    margin-right: auto;
    margin-left: auto;
    max-width: 100vw;
  }
}
@media (max-width: 767.98px) {
  .promo-fw .right {
    padding: 0 16px;
    padding-bottom: 32px;
  }
}
@media (max-width: 1279.98px) {
  .promo-fw .left {
    display: none;
  }
}
@media (min-width: 1024px) {
  .promo-fw .left img {
    width: 38vw;
    object-fit: cover;
    height: 336px;
  }
}
@media (max-width: 767.98px) {
  .promo-fw .left {
    display: flex;
    justify-content: center;
    overflow: hidden;
    width: 100%;
  }
  .promo-fw .left img {
    object-fit: cover;
  }
}

.promo-epos {
  display: flex;
  height: 300px;
  background: rgba(232, 238, 249, 0.3);
  background-image: url("/assets/img/epos/banner-bg.jpg");
}
.promo-epos.promo-qr {
  background-image: url("/assets/img/bg/qr.jpg");
}
@media (max-width: 767.98px) {
  .promo-epos.promo-qr {
    height: auto;
    padding: 22px 0;
  }
}
.promo-epos.promo-qr .content {
  display: flex;
  align-items: center;
  position: relative;
}
.promo-epos.promo-qr .content .left {
  position: absolute;
  bottom: 0;
  left: -100px;
}
@media (max-width: 767.98px) {
  .promo-epos.promo-qr .content .left {
    max-width: 50px;
    bottom: -20px;
    left: 0;
  }
  .promo-epos.promo-qr .content .left img {
    height: 195px;
  }
}
.promo-epos.promo-qr .content .right {
  margin-left: 500px;
}
@media (max-width: 1279.98px) {
  .promo-epos.promo-qr .content .right {
    margin-left: 400px;
  }
}
@media (max-width: 1023.98px) {
  .promo-epos.promo-qr .content .right {
    margin-left: 230px;
  }
}
@media (max-width: 767.98px) {
  .promo-epos.promo-qr .content .right {
    margin-left: 110px;
  }
}
.promo-epos.promo-qr .content .right h2 {
  color: #1E3E7A;
  font-size: 36px;
  font-style: normal;
  font-weight: 800;
  line-height: 40px;
}
@media (max-width: 767.98px) {
  .promo-epos.promo-qr .content .right h2 {
    font-size: 26px;
    line-height: 30px;
  }
}
.promo-epos.promo-qr .content .right h2 b {
  color: #2365DF;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
}
.promo-epos.promo-qr .content .right .desc {
  color: #1E3E7A;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  max-width: 512px;
}
@media (max-width: 767.98px) {
  .promo-epos {
    height: 216px;
  }
}
.promo-epos .left {
  margin-left: 0;
  display: flex;
}
@media (max-width: 1279.98px) {
  .promo-epos .left {
    margin-left: 0;
  }
}
@media (max-width: 1023.98px) {
  .promo-epos .left {
    margin-left: -150px;
  }
}
@media (max-width: 767.98px) {
  .promo-epos .left {
    margin-left: -185px;
  }
}
.promo-epos .right {
  max-width: 700px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 14px;
}
@media (max-width: 767.98px) {
  .promo-epos .right {
    margin-left: -50px;
  }
}
.promo-epos .right h2 {
  color: #1E3E7A;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 9px;
}
@media (max-width: 767.98px) {
  .promo-epos .right h2 {
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
  }
}
.promo-epos .right a {
  margin-top: 16px;
  text-decoration: none;
  font-weight: 600;
  color: #2A54A4;
  line-height: 150%;
}

.promo-bisnes {
  background: linear-gradient(90deg, #AFC1DE 11.86%, #DDE6F6 95.72%);
  height: 336px;
  margin-top: 54px;
  overflow-x: clip;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .promo-bisnes {
    height: 272px;
  }
}
@media (max-width: 767.98px) {
  .promo-bisnes {
    height: auto;
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
.promo-bisnes .content {
  display: flex;
  gap: 60px;
  align-items: center;
  height: 100%;
  position: relative;
}
@media (max-width: 767.98px) {
  .promo-bisnes .content {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
}
@media (max-width: 1023.98px) {
  .promo-bisnes .content .first {
    width: 262px;
  }
}
@media (max-width: 767.98px) {
  .promo-bisnes .content .first {
    width: 100%;
  }
}
.promo-bisnes .content .first .header {
  font-size: 40px;
  font-weight: 800;
  line-height: 160%;
  color: #1E3E7A;
}
@media (max-width: 1023.98px) {
  .promo-bisnes .content .first .header {
    font-size: 32px;
  }
}
.promo-bisnes .content .first .desc {
  font-size: 18px;
  margin-bottom: 24px;
}
@media (max-width: 1023.98px) {
  .promo-bisnes .content .first .desc {
    font-size: 14px;
  }
}
@media (max-width: 767.98px) {
  .promo-bisnes .content .first .desc {
    margin-bottom: 19px;
  }
}
.promo-bisnes .content .second {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 451px;
}
@media (max-width: 1279.98px) {
  .promo-bisnes .content .second {
    width: 300px;
  }
}
@media (max-width: 1023.98px) {
  .promo-bisnes .content .second {
    width: 274px;
    margin-right: 148px;
    font-size: 14px;
    gap: 24px;
  }
}
@media (max-width: 767.98px) {
  .promo-bisnes .content .second {
    width: 100%;
    gap: 16px;
  }
}
.promo-bisnes .content .second .blue {
  color: #2365DF;
  font-weight: 700;
  line-height: 120%;
}
@media (max-width: 1023.98px) {
  .promo-bisnes.img-left {
    display: none;
    height: 0 !important;
  }
}
.promo-bisnes.img-left .left-img {
  position: absolute;
  bottom: 0;
  left: -400px;
  z-index: 0;
}
@media (max-width: 1279.98px) {
  .promo-bisnes.img-left .left-img {
    left: -350px;
  }
}
.promo-bisnes.img-left .content {
  justify-content: flex-end;
}
@media (max-width: 1279.98px) {
  .promo-bisnes.img-left .content {
    gap: 24px;
  }
}
@media (max-width: 1279.98px) {
  .promo-bisnes.img-left .content .first .header {
    font-size: 32px;
  }
  .promo-bisnes.img-left .content .first .desc {
    font-size: 18px;
  }
}
.promo-bisnes.img-left .content .first, .promo-bisnes.img-left .content .second {
  z-index: 1;
}
.promo-bisnes .right-img {
  position: absolute;
  bottom: 0;
  right: -200px;
}
@media (max-width: 1023.98px) {
  .promo-bisnes .right-img {
    right: -337px;
  }
  .promo-bisnes .right-img img {
    width: 83%;
  }
}
@media (max-width: 767.98px) {
  .promo-bisnes .right-img {
    display: none;
  }
}

.promo-apps {
  display: flex;
  overflow-x: visible;
}
.promo-apps .left {
  margin-right: 66px;
}
@media (max-width: 1279.98px) {
  .promo-apps .left {
    margin-right: 24px;
  }
}
@media (max-width: 1023.98px) {
  .promo-apps .left {
    margin-left: -110px;
    margin-right: unset;
  }
}
@media (max-width: 767.98px) {
  .promo-apps .left {
    display: none;
  }
}
@media (max-width: 1279.98px) {
  .promo-apps .left img {
    margin-top: 30px;
    max-width: 346px;
  }
}
.promo-apps .right .title {
  font-size: 26px;
  font-weight: 600;
  line-height: 160%;
  margin-bottom: 27px;
}
@media (max-width: 1023.98px) {
  .promo-apps .right .title {
    font-size: 21px;
    margin-bottom: 21px;
  }
}
.promo-apps .right .title .blue {
  font-weight: 800;
  color: #1E3E7A;
}
.promo-apps .right .qr-desc {
  display: flex;
  gap: 35px;
}
@media (max-width: 1023.98px) {
  .promo-apps .right .qr-desc {
    gap: 20px;
  }
}
.promo-apps .right .qr-desc .qr {
  padding: 15px;
  border-radius: 16px;
  border: 1px solid #212529;
  width: 150px;
  height: 150px;
}
.promo-apps .right .qr-desc .qr img {
  width: 121px;
  height: 121px;
}
@media (max-width: 1023.98px) {
  .promo-apps .right .qr-desc .qr img {
    width: 121px;
    height: 121px;
  }
}
@media (max-width: 1023.98px) {
  .promo-apps .right .qr-desc .desc {
    font-size: 14px;
  }
}
@media (max-width: 767.98px) {
  .promo-apps .right .qr-desc .desc .store-links {
    margin-bottom: 13px;
  }
}

.promo-bnr {
  background-color: #F3F3F3;
  height: 300px;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .promo-bnr {
    height: auto;
  }
}
.promo-bnr:before {
  content: url("/assets/img/offline/balls1.png");
  position: absolute;
  bottom: -7px;
  left: 50px;
}
@media (max-width: 1279.98px) {
  .promo-bnr:before {
    display: none;
  }
}
.promo-bnr:after {
  content: url("/assets/img/offline/balls2.png");
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 1279.98px) {
  .promo-bnr:after {
    right: -270px;
  }
}
@media (max-width: 767.98px) {
  .promo-bnr:after {
    display: none;
  }
}
.promo-bnr .content {
  display: flex;
  align-items: center;
  height: 100%;
  gap: 40px;
}
@media (max-width: 767.98px) {
  .promo-bnr .content {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 33px;
    padding-bottom: 18px;
    gap: 16px;
  }
}
.promo-bnr .content .first {
  display: flex;
  flex-direction: column;
  gap: 24px;
  min-width: 350px;
}
@media (max-width: 1023.98px) {
  .promo-bnr .content .first {
    min-width: 260px;
  }
}
.promo-bnr .content .first .header {
  color: #1E3E7A;
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: 0;
}
@media (max-width: 1023.98px) {
  .promo-bnr .content .first .header {
    font-size: 32px;
  }
}
.promo-bnr .content .first .desc {
  color: #212529;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
}
@media (max-width: 1023.98px) {
  .promo-bnr .content .first .desc {
    font-size: 24px;
  }
}
.promo-bnr .content .second {
  max-width: 620px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  color: #212529;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
@media (max-width: 1279.98px) {
  .promo-bnr .content .second {
    max-width: 515px;
  }
}
@media (max-width: 1023.98px) {
  .promo-bnr .content .second {
    max-width: 370px;
    font-size: 16px;
    gap: 24px;
  }
}
.promo-bnr .content .second .blue {
  color: #2365DF;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
.promo-bnr.fiz-oplata .content .first {
  gap: 0;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .promo-bnr.fiz-oplata .content .first {
    width: 335px;
  }
}
.promo-bnr.fiz-oplata .content .first .header {
  font-size: 40px;
  font-weight: 800;
  border-bottom: 1px solid #2365DF;
  padding-bottom: 12px;
  margin-bottom: 12px;
  width: max-content;
  line-height: 120%;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .promo-bnr.fiz-oplata .content .first .header {
    width: unset;
  }
}
@media (max-width: 767.98px) {
  .promo-bnr.fiz-oplata .content .first .header {
    font-size: 22px;
    line-height: 150%;
    width: 100%;
  }
}
.promo-bnr.fiz-oplata .content .first .desc {
  color: #2E353A;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}
@media (max-width: 767.98px) {
  .promo-bnr.fiz-oplata .content .first .desc {
    font-size: 18px;
    line-height: 140%;
  }
}
.promo-bnr.fiz-oplata .content .first .desc .time {
  color: #1E3E7A;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
}

.fw-bubbles {
  background-image: url("/assets/img/bg/bubbles.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
  padding-top: 72px;
}
@media (max-width: 1279.98px) {
  .fw-bubbles {
    padding-top: 60px;
  }
}
@media (max-width: 767.98px) {
  .fw-bubbles {
    height: auto;
    padding-bottom: 40px;
    padding-top: 40px;
  }
}

.fw-grey-text {
  padding: 56px 0;
}

.fw-lk {
  background-image: url("/assets/img/bg/youth.jpg");
  background-position: center;
  background-size: cover;
  height: 452px;
}
@media (max-width: 1023.98px) {
  .fw-lk {
    background-position-x: -500px;
    height: 428px;
  }
}
@media (max-width: 767.98px) {
  .fw-lk {
    background-position-x: -373px;
    height: 303px;
  }
}
.fw-lk .lk-inner {
  margin-left: 527px;
  font-size: 32px;
  margin-top: 193px;
  line-height: 160%;
}
@media (max-width: 1279.98px) {
  .fw-lk .lk-inner {
    margin-left: 296px;
    margin-top: 178px;
    font-size: 26px;
  }
}
@media (max-width: 1023.98px) {
  .fw-lk .lk-inner {
    margin-left: 240px;
    margin-top: 169px;
    font-size: 25px;
  }
  .fw-lk .lk-inner br {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .fw-lk .lk-inner {
    margin-left: 121px;
    margin-top: 114px;
    font-size: 16px;
  }
  .fw-lk .lk-inner .more {
    margin-bottom: 24px;
  }
}
.fw-lk .lk-inner .more {
  font-size: 16px;
}

.contacts-analyitics {
  padding: 40px 0;
}
@media (max-width: 767.98px) {
  .contacts-analyitics {
    padding: 40px 20px;
  }
}

.statistics-contact {
  background-image: url("/assets/img/bg/info.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 262px;
}
@media (max-width: 1023.98px) {
  .statistics-contact {
    height: 308px;
    background-position-x: -450px;
  }
}
@media (max-width: 767.98px) {
  .statistics-contact {
    height: auto;
    background-position: unset;
    background-image: unset;
    background: #E8EEF9;
  }
}
.statistics-contact .inform-support-2 {
  margin-left: 252px;
}
@media (max-width: 1279.98px) {
  .statistics-contact .inform-support-2 {
    margin-left: 206px;
  }
}
@media (max-width: 1023.98px) {
  .statistics-contact .inform-support-2 {
    margin-left: 171px;
  }
}
@media (max-width: 767.98px) {
  .statistics-contact .inform-support-2 {
    margin-left: 0;
  }
}

.top-slider {
  color: #1E3E7A;
  position: relative;
  /*epos*/
}
.top-slider .top-slide-item {
  margin-right: 0 !important;
}
.top-slider .top-slide-wrapper {
  background-repeat: no-repeat;
  background: linear-gradient(90deg, #AFC1DE 11.86%, #DDE6F6 95.72%);
  height: 450px;
  background-position: center;
  background-size: cover;
}
.top-slider .top-slide-wrapper.narrow {
  height: 240px;
}
@media (max-width: 1023.98px) {
  .top-slider .top-slide-wrapper {
    height: 300px;
  }
}
@media (max-width: 767.98px) {
  .top-slider .top-slide-wrapper .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.top-slider .top-slide-wrapper .top-slide-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  position: relative;
}
@media (max-width: 767.98px) {
  .top-slider .top-slide-wrapper .top-slide-inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.top-slider .top-slide-wrapper .top-slide-inner .left {
  flex: 1;
  z-index: 1;
}
@media (max-width: 1279.98px) {
  .top-slider .top-slide-wrapper .top-slide-inner .left {
    width: 551px;
  }
}
.top-slider .top-slide-wrapper .top-slide-inner .left .slider-upper {
  color: var(--corp_orange-2, #FB7D69);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
@media (max-width: 767.98px) {
  .top-slider .top-slide-wrapper .top-slide-inner .left .slider-upper {
    font-size: 18px;
  }
}
.top-slider .top-slide-wrapper .top-slide-inner .left h1, .top-slider .top-slide-wrapper .top-slide-inner .left .h1 {
  margin-bottom: 6px;
  font-size: 46px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 69px */
  color: #212529;
}
@media (max-width: 1279.98px) {
  .top-slider .top-slide-wrapper .top-slide-inner .left h1, .top-slider .top-slide-wrapper .top-slide-inner .left .h1 {
    font-size: 36px;
    line-height: 100%;
  }
}
@media (max-width: 1023.98px) {
  .top-slider .top-slide-wrapper .top-slide-inner .left h1, .top-slider .top-slide-wrapper .top-slide-inner .left .h1 {
    font-size: 32px;
  }
}
@media (max-width: 767.98px) {
  .top-slider .top-slide-wrapper .top-slide-inner .left h1, .top-slider .top-slide-wrapper .top-slide-inner .left .h1 {
    font-size: 22px;
  }
}
.top-slider .top-slide-wrapper .top-slide-inner .left .slider-under {
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  color: #212529;
}
@media (max-width: 1279.98px) {
  .top-slider .top-slide-wrapper .top-slide-inner .left .slider-under {
    font-size: 26px;
    line-height: 100%;
  }
}
@media (max-width: 1023.98px) {
  .top-slider .top-slide-wrapper .top-slide-inner .left .slider-under {
    font-size: 22px;
  }
}
@media (max-width: 767.98px) {
  .top-slider .top-slide-wrapper .top-slide-inner .left .slider-under {
    font-size: 18px;
  }
}
.top-slider .top-slide-wrapper .top-slide-inner .left .slider-desc {
  margin-bottom: 32px;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
@media (max-width: 767.98px) {
  .top-slider .top-slide-wrapper .top-slide-inner .left .slider-desc {
    display: none;
  }
}
.top-slider .top-slide-wrapper .top-slide-inner .left .slider-btn {
  margin-top: 32px;
}
@media (max-width: 767.98px) {
  .top-slider .top-slide-wrapper .top-slide-inner .left .slider-btn {
    margin-top: 24px;
  }
}
.top-slider .top-slide-wrapper .top-slide-inner .right {
  height: 100%;
  display: flex;
  align-items: flex-end;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
  background-position: bottom right;
  background-repeat: no-repeat;
  width: 100vw;
}
@media (max-width: 1279.98px) {
  .top-slider .top-slide-wrapper .top-slide-inner .right {
    background-size: 54%;
  }
}
@media (max-width: 1023.98px) {
  .top-slider .top-slide-wrapper .top-slide-inner .right {
    background-size: 46%;
  }
}
@media (max-width: 767.98px) {
  .top-slider .top-slide-wrapper .top-slide-inner .right {
    background-size: 100%;
    background-position-x: 161px;
  }
}
.top-slider .top-slider-navigation {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 9;
}
@media (max-width: 1023.98px) {
  .top-slider .top-slider-navigation {
    display: none;
  }
}
.top-slider .top-slider-navigation .container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 17px;
  padding-bottom: 22px;
  gap: 16px;
}
.top-slider .top-slider-navigation .container .swiper-top-button-next, .top-slider .top-slider-navigation .container .swiper-top-button-prev {
  width: 64px;
  height: 42px;
  flex-shrink: 0;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-slider .top-slider-navigation .container .swiper-top-button-next i, .top-slider .top-slider-navigation .container .swiper-top-button-prev i {
  color: #2A54A4;
  font-size: 36px;
}
.top-slider.type-13 .top-slide-wrapper .top-slide-inner .left h1 {
  max-width: 820px;
  color: #212529;
  font-size: 46px;
  font-weight: 600;
  line-height: 56px;
}
@media (max-width: 1279.98px) {
  .top-slider.type-13 .top-slide-wrapper .top-slide-inner .left h1 {
    font-size: 38px;
    max-width: 715px;
  }
}
@media (max-width: 1023.98px) {
  .top-slider.type-13 .top-slide-wrapper .top-slide-inner .left h1 {
    font-size: 32px;
    max-width: 554px;
  }
}
@media (max-width: 767.98px) {
  .top-slider.type-13 .top-slide-wrapper .top-slide-inner .left h1 {
    font-size: 22px;
    max-width: 303px;
    line-height: 150%;
  }
}

.people {
  overflow-y: visible !important;
  overflow-x: visible !important;
  position: relative;
}
.people .swiper-top-nav {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
  gap: 8px;
  position: absolute;
  top: -50px;
  right: 0;
}
.people .swiper-top-nav > div {
  font-size: 28px;
  color: #2A54A4;
}
.people .swiper-slide {
  width: 288px;
}
.people .biznes-slide-item {
  border-radius: 4px;
  border: 1px solid #F9F9F9;
  background: #FFF;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.1);
  width: 288px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  padding-bottom: 32px;
}
.people .biznes-slide-item .text {
  font-weight: 600;
}
.people .biznes-slide-item:hover {
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.2);
}
.people .biznes-slide-item a {
  text-decoration: none;
}

ul.blue-list li {
  margin-bottom: 16px;
}
ul.blue-list li::marker {
  color: #2365DF;
}
ul.blue-list li .ul-grey {
  color: #757575;
  margin-top: 4px;
}
ul.blue-links-list {
  list-style: none;
  padding-left: 8px;
}
ul.blue-links-list li {
  display: flex;
}
ul.blue-links-list li:before {
  content: "";
  display: block;
  min-width: 4px;
  max-width: 4px;
  min-height: 4px;
  max-height: 4px;
  background-image: url("/assets/img/list-dot.svg");
  background-position: center;
  margin-top: 10px;
  margin-right: 8px;
  background-repeat: no-repeat;
  flex-grow: 1;
}

.text-picture-list {
  display: flex;
  gap: 16px;
}
.text-picture-list .picture {
  max-width: 392px;
}
@media (max-width: 767.98px) {
  .text-picture-list .picture {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .text-picture-list .picture img {
    position: absolute;
    left: -140px;
  }
}
.text-picture-list .text-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .text-picture-list .text-list {
    margin-left: 185px;
  }
}
.text-picture-list .text-list .punkt {
  display: flex;
  gap: 24px;
}
.text-picture-list .text-list .punkt:before {
  content: url("/assets/img/bx_bx-check.svg");
}

.steps .steps-top {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1023.98px) {
  .steps .steps-top {
    flex-direction: column;
    align-items: flex-start;
  }
  .steps .steps-top h2 {
    margin-bottom: 16px;
  }
}
.steps .steps-list {
  display: flex;
  gap: 24px;
}
@media (max-width: 767.98px) {
  .steps .steps-list {
    flex-direction: column;
  }
}
.steps .steps-list .steps-item {
  display: flex;
  gap: 20px;
  width: 392px;
}
@media (min-width: 768px) and (max-width: 1279.98px) {
  .steps .steps-list .steps-item {
    flex-direction: column;
    width: 304px;
  }
}
@media (max-width: 767.98px) {
  .steps .steps-list .steps-item {
    width: 100%;
  }
}
.steps .steps-list .steps-item .desc {
  color: #757575;
}
.steps .steps-list .steps-item .desc b {
  color: #212529;
}
.steps.centered .steps-item {
  align-items: center;
}

.collapse-wrap.collapsed .collapse-body {
  height: 0;
}
.collapse-wrap:not(.collapsed) .collapse-link:after {
  rotate: 180deg;
}
.collapse-wrap .collapse-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #9f9f9f;
  padding-bottom: 14px;
  margin-bottom: 14px;
  gap: 40px;
  font-weight: 600;
}
.collapse-wrap .collapse-link:after {
  content: url("/assets/img/collapse-arrow.svg");
  transition: all 0.4s ease;
  transform: translateY(4px);
}
.collapse-wrap .collapse-link:hover {
  cursor: pointer;
}
.collapse-wrap .collapse-body {
  transition: all 0.5s ease;
  overflow: hidden;
}
.collapse-wrap .collapse-body .collapse-body-inner {
  padding-top: 30px;
  padding-bottom: 30px;
}
.collapse-wrap .collapse-body .collapse-body-inner.docs {
  padding-top: 0;
  padding-bottom: 0;
}

.documenty-operatora .doc-links:first-child a {
  padding-top: 0;
}
.documenty-operatora .collapse-wrap .collapse-body .collapse-body-inner {
  padding-top: 0;
  padding-bottom: 15px;
  margin-bottom: 32px;
}
.documenty-operatora .doc-links a {
  padding-top: 12px;
}

.types-use-list {
  display: flex;
  gap: 24px;
}
@media (max-width: 767.98px) {
  .types-use-list {
    flex-direction: column;
  }
}
.types-use-list .types-use-item {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 1024px) and (max-width: 1279.98px) {
  .types-use-list .types-use-item {
    width: 304px;
  }
}
.types-use-list .types-use-item img {
  border-radius: 8px;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .types-use-list .types-use-item {
    flex-direction: row;
  }
  .types-use-list .types-use-item img {
    width: 303px;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .types-use-list {
    flex-direction: column;
  }
}

.agency .agency-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
@media (max-width: 767.98px) {
  .agency .agency-list {
    gap: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .agency .agency-list {
    justify-content: flex-start;
  }
}
.agency .agency-list .agency-item {
  display: flex;
  width: 225px;
  height: 195px;
  padding: 4px 20px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 8px;
  border: 1px solid var(--grey_medium, #D3D3D3);
}
.agency .agency-list .agency-item:hover {
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
}
@media (max-width: 1279.98px) {
  .agency .agency-list .agency-item {
    width: 172px;
    height: 150px;
  }
}
@media (max-width: 1023.98px) {
  .agency .agency-list .agency-item {
    width: 217px;
    height: 188px;
  }
}
@media (max-width: 767.98px) {
  .agency .agency-list .agency-item {
    width: 47%;
    height: 160px;
  }
}
.agency .agency-list .agency-item img {
  max-width: 100%;
  object-fit: contain;
}

body.biznes-vhod-reg-ur .agency .agency-list, body.biznes-msi-ur .agency .agency-list {
  justify-content: flex-start;
}

.contacts-block {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.contacts-block .contacts-head {
  font-weight: 600;
}
.contacts-block .contacts-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px 24px;
}
@media (max-width: 767.98px) {
  .contacts-block .contacts-items {
    flex-direction: column;
  }
}
@media (max-width: 1279.98px) {
  .contacts-block .contacts-items {
    justify-content: flex-start;
  }
}
.contacts-block .contacts-items .contacts-item {
  width: 392px;
}
@media (max-width: 1023.98px) {
  .contacts-block .contacts-items .contacts-item {
    width: 339px;
  }
}
@media (max-width: 767.98px) {
  .contacts-block .contacts-items .contacts-item {
    width: 100%;
    margin-bottom: unset;
  }
}
.contacts-block .contacts-items .contacts-item .city {
  font-weight: 600;
  padding-bottom: 15px;
  border-bottom: 1px solid #9F9F9F;
  margin-bottom: 21px;
}
@media (max-width: 767.98px) {
  .contacts-block .contacts-items .contacts-item .city {
    padding-bottom: 19px;
    margin-bottom: 19px;
  }
}

.map {
  position: relative;
  height: 540px;
}
.map #map {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  height: 540px;
}
.map .region-container {
  position: relative;
  z-index: 2;
  height: 540px;
}
@media (max-width: 1023.98px) {
  .map .region-container {
    position: absolute;
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .map .region-container {
    display: none;
  }
}
.map .region-container .region-list {
  width: 416px;
  background: #FFF;
  padding: 17px 10px;
  overflow-y: scroll;
  max-height: 540px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  /* width */
  /* Track */
  /* Handle */
}
.map .region-container .region-list .region-item {
  border-radius: 8px;
  background: #FFF;
  border: 1px solid var(--grey_light, #F3F3F3);
  padding: 11px 7px;
}
.map .region-container .region-list .region-item:hover {
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.map .region-container .region-list .region-item .title {
  font-size: 18px;
  font-weight: 600;
  line-height: 160%;
  border-bottom: 1px solid #9F9F9F;
  margin-bottom: 16px;
}
.map .region-container .region-list::-webkit-scrollbar {
  width: 2px;
}
.map .region-container .region-list::-webkit-scrollbar-track {
  border-radius: 2px;
}
.map .region-container .region-list::-webkit-scrollbar-thumb {
  background: #2365DF;
  border-radius: 2px;
}

.video-block {
  display: flex;
  gap: 24px;
}
@media (max-width: 1279.98px) {
  .video-block {
    margin-bottom: 40px !important;
  }
}
@media (max-width: 1023.98px) {
  .video-block {
    flex-direction: column;
    margin-bottom: 32px !important;
  }
}
.video-block .videos {
  max-width: 600px;
}
@media (max-width: 1279.98px) {
  .video-block .videos {
    max-width: 467px;
  }
}
@media (max-width: 1023.98px) {
  .video-block .videos {
    max-width: 100%;
  }
}
.video-block .small-items {
  margin-top: 18px;
}
.video-block .small-items .small-item:hover {
  cursor: pointer;
}
.video-block .small-items .small-item img {
  max-width: 100%;
}
@media (max-width: 1279.98px) {
  .video-block .small-items .small-item {
    width: 139px;
  }
}
@media (max-width: 1023.98px) {
  .video-block .small-items .small-item {
    width: 218px;
  }
}
@media (max-width: 1023.98px) {
  .video-block .text-desktop-wrap .text-1 {
    margin-bottom: 32px !important;
  }
}
@media (max-width: 1279.98px) {
  .video-block .text-desktop-wrap .text-2 {
    display: none;
  }
}

@media (max-width: 767.98px) {
  #video-slider {
    display: none;
  }
}
#video-slider .text-2-mob {
  display: none;
  margin-bottom: 72px;
}
@media (max-width: 1279.98px) {
  #video-slider .text-2-mob {
    display: block;
  }
}

@media (max-width: 767.98px) {
  .operators {
    overflow: visible;
  }
}
.operators .operator-list {
  display: flex;
  gap: 24px;
}
@media (max-width: 1023.98px) {
  .operators .operator-list {
    gap: 23px;
  }
}
.operators .operator-list .operator-item {
  display: flex;
  align-items: center;
  gap: 24px;
  border-radius: 8px;
  border: 1px solid #D3D3D3;
  width: 392px;
  height: 115px;
  justify-content: center;
}
@media (max-width: 1279.98px) {
  .operators .operator-list .operator-item {
    width: 304px;
    height: 90px;
    gap: 18px;
  }
}
@media (max-width: 1023.98px) {
  .operators .operator-list .operator-item {
    width: 219px;
    flex-direction: column;
    gap: 0;
  }
}
@media (max-width: 1279.98px) {
  .operators .operator-list .operator-item.a1 img {
    max-width: 43px;
  }
}
@media (max-width: 1023.98px) {
  .operators .operator-list .operator-item.a1 img {
    max-width: 41px;
  }
}
@media (max-width: 1023.98px) {
  .operators .operator-list .operator-item.a1 .text {
    max-width: 187px;
  }
}
@media (max-width: 1279.98px) {
  .operators .operator-list .operator-item.mts img {
    max-width: 128px;
  }
}
@media (max-width: 1023.98px) {
  .operators .operator-list .operator-item.mts img {
    max-width: 104px;
  }
}
@media (max-width: 1279.98px) {
  .operators .operator-list .operator-item.bft img {
    max-width: 74px;
  }
}
@media (max-width: 1023.98px) {
  .operators .operator-list .operator-item.bft img {
    max-width: 71px;
  }
}
@media (max-width: 1023.98px) {
  .operators .operator-list .operator-item.bft .text {
    max-width: 187px;
  }
}
.operators .operator-list .operator-item .text {
  max-width: 230px;
}
@media (max-width: 1279.98px) {
  .operators .operator-list .operator-item .text {
    font-size: 12px;
    max-width: 180px;
  }
}
@media (max-width: 1023.98px) {
  .operators .operator-list .operator-item .text {
    line-height: 140%;
    max-width: unset;
  }
}

.contacts-info-wrap {
  display: flex;
}
.contacts-info-wrap .contacts-info {
  width: 1140px;
}
.contacts-info-wrap .contacts-info .bot-wrap {
  display: flex;
  gap: 24px;
}
@media (max-width: 1023.98px) {
  .contacts-info-wrap .contacts-info .bot-wrap {
    flex-direction: column;
  }
}

.benefits-list-3 {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  .benefits-list-3 {
    flex-direction: column;
    gap: 24px;
  }
}
.benefits-list-3 .benefit-item {
  width: 593px;
  height: auto;
  display: flex;
}
@media (max-width: 767.98px) {
  .benefits-list-3 .benefit-item {
    gap: 10px;
  }
}
.benefits-list-3 .benefit-item img {
  object-fit: contain;
}
@media (max-width: 767.98px) {
  .benefits-list-3 .benefit-item img {
    max-width: 100px;
  }
}
@media (max-width: 1279.98px) {
  .benefits-list-3 .benefit-item {
    width: 464px;
    height: auto;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
@media (max-width: 1023.98px) {
  .benefits-list-3 .benefit-item {
    width: 336px;
  }
}
.benefits-list-3 .benefit-item .desc {
  margin-left: 24px;
  margin-top: 18px;
}
@media (max-width: 767.98px) {
  .benefits-list-3 .benefit-item .desc {
    margin-left: 0;
    margin-top: 0;
  }
}

.pros .pros-items {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.pros .pros-items .pros-item {
  display: flex;
  gap: 19px;
}
@media (max-width: 767.98px) {
  .pros .pros-items .pros-item {
    flex-direction: column;
  }
}
.pros .pros-items .pros-item img {
  object-fit: contain;
}
@media (max-width: 767.98px) {
  .pros .pros-items .pros-item img {
    max-width: 124px;
  }
}
.pros .pros-items .pros-item .desc .title {
  margin-bottom: 13px;
  color: var(--text, #212529);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
}

.tabs-slider {
  overflow: visible;
}
.tabs-slider .swiper-wrapper {
  margin-bottom: 40px !important;
}
.tabs-slider .nav-pills {
  flex-wrap: nowrap;
}
.tabs-slider .nav-pills .swiper-slide {
  width: auto;
}

.msi-contacts {
  height: 304px;
  background-image: url("/assets/img/msi/contacts.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767.98px) {
  .msi-contacts {
    height: auto;
    padding-top: 32px;
    padding-bottom: 50px;
  }
}
.msi-contacts .msi-contacts-wrap {
  height: 304px;
  display: flex;
  align-items: center;
}
@media (max-width: 767.98px) {
  .msi-contacts .msi-contacts-wrap {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
  }
}
.msi-contacts .msi-contacts-wrap img {
  margin-right: 60px;
}
@media (max-width: 767.98px) {
  .msi-contacts .msi-contacts-wrap img {
    margin-bottom: 36px;
  }
}
.msi-contacts .msi-contacts-wrap .text {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.msi-contacts .msi-contacts-wrap .text .stroka {
  word-wrap: break-word;
}

.role-left-img, .role-right-img {
  display: flex;
  gap: 60px;
  align-items: center;
}
@media (max-width: 1279.98px) {
  .role-left-img, .role-right-img {
    gap: 40px;
  }
  .role-left-img img, .role-right-img img {
    max-width: 280px;
  }
}
@media (max-width: 1023.98px) {
  .role-left-img, .role-right-img {
    align-items: flex-start;
  }
}
@media (max-width: 767.98px) {
  .role-left-img, .role-right-img {
    flex-direction: column;
  }
}

@media (max-width: 767.98px) {
  .role-right-img img {
    order: 1;
    align-self: flex-end;
  }
  .role-right-img .content {
    order: 2;
  }
}

.inform-support {
  display: flex;
  padding-top: 40px;
  padding-bottom: 91px;
}
@media (max-width: 1279.98px) {
  .inform-support {
    flex-direction: column;
    padding-bottom: 40px;
  }
}
.inform-support .left {
  width: 405px;
  margin-right: 32px;
}
@media (max-width: 1279.98px) {
  .inform-support .left {
    width: 100%;
  }
}
.inform-support .left .title {
  color: #212529;
  font-size: 26px;
  font-weight: 600;
  line-height: 100%;
  border-bottom: 1px solid #1E3E7A;
  padding-bottom: 16.5px;
  margin-bottom: 16px;
}
@media (max-width: 1279.98px) {
  .inform-support .left .title {
    width: 405px;
  }
}
@media (max-width: 767.98px) {
  .inform-support .left .title {
    font-size: 22px;
    width: 100%;
  }
}
.inform-support .left .consult {
  color: #757575;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.inform-support .right {
  display: flex;
  gap: 56px;
  margin-top: 33px;
}
@media (max-width: 767.98px) {
  .inform-support .right {
    margin-top: 24px;
    flex-direction: column;
    gap: 24px;
  }
}

.inform-support-2 {
  display: flex;
  padding-top: 40px;
  flex-direction: column;
  padding-bottom: 40px;
}
.inform-support-2 .left {
  width: 100%;
}
.inform-support-2 .left .title {
  color: #212529;
  font-size: 26px;
  font-weight: 600;
  line-height: 100%;
  border-bottom: 1px solid #1E3E7A;
  padding-bottom: 16.5px;
  margin-bottom: 16px;
  width: 405px;
}
@media (max-width: 767.98px) {
  .inform-support-2 .left .title {
    font-size: 22px;
    width: 100%;
  }
}
.inform-support-2 .left .consult {
  color: #757575;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.inform-support-2 .left .consult .work {
  width: 392px;
}
.inform-support-2 .right {
  display: flex;
  gap: 56px;
  margin-top: 24px;
}
@media (max-width: 767.98px) {
  .inform-support-2 .right {
    margin-top: 24px;
    flex-direction: column;
    gap: 24px;
  }
}

.inf-sup {
  border-bottom: 1px solid #1E3E7A;
}

table th, table td {
  padding: 24px !important;
}
@media (max-width: 1279.98px) {
  table th, table td {
    font-size: 14px;
    padding: 18px 19px !important;
  }
}
@media (max-width: 1023.98px) {
  table th, table td {
    padding: 12px 7px !important;
  }
}
table.table {
  border: 1px solid rgba(30, 62, 122, 0.8);
  border-radius: 4px;
}
table.table-1 th {
  padding: 11px !important;
}
table thead th {
  text-align: center;
  vertical-align: middle;
  background-color: #F3F6FB !important;
  font-weight: 600;
  font-size: 16px;
}
@media (max-width: 1279.98px) {
  table thead th {
    font-size: 14px;
  }
}
table thead th.big {
  font-size: 20px;
}
@media (max-width: 1279.98px) {
  table thead th.big {
    font-size: 16px;
  }
}
table thead th.small {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
}
@media (max-width: 1279.98px) {
  table thead th.small {
    font-size: 11px;
  }
}
table tbody tr:nth-child(2n) td {
  background-color: #F3F6FB !important;
}

.double-table {
  display: flex;
}
@media (max-width: 1023.98px) {
  .double-table {
    flex-direction: column;
  }
}
.double-table table {
  margin-bottom: 0;
  margin-left: -1px;
}
.double-table table .first {
  width: 180px;
}
.double-table table .second {
  min-width: 200px;
}
@media (max-width: 1023.98px) {
  .double-table table .second {
    min-width: unset;
  }
}
.double-table table .third {
  min-width: 200px;
}
@media (max-width: 1279.98px) {
  .double-table table .third {
    min-width: unset;
  }
}
@media (max-width: 1023.98px) {
  .double-table table:last-child {
    margin-top: -1px;
  }
}
.double-table table:last-child thead {
  height: 0;
}
.double-table td {
  padding: 18px 20px !important;
}
@media (max-width: 1023.98px) {
  .double-table td:first-child {
    padding-right: 0 !important;
  }
}

.doc-links {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.doc-links a {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #9F9F9F;
  color: #212529;
  text-decoration: none;
  padding-bottom: 12px;
  padding-top: 12px;
}
.doc-links a:hover {
  color: #2365DF;
}
.doc-links.doc-pdf a:before {
  content: url("/assets/img/doc-pdf.png");
  display: block;
  margin-right: 16px;
  width: 49px;
  height: 49px;
  object-fit: cover;
}

body.documenty-operatora .doc-links:first-child a {
  padding-top: 0;
}

.b-slider .b-slider-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.b-slider .b-slider-head .b-slider-nav {
  display: flex;
  gap: 18px;
}
.b-slider .b-slider-head .b-slider-nav .swiper-top-button-next i, .b-slider .b-slider-head .b-slider-nav .swiper-top-button-prev i {
  font-size: 30px;
  color: #1E3E7A;
}
.b-slider .swiper {
  overflow: visible;
}
.b-slider .swiper .swiper-slide {
  max-width: 523px;
  height: 270px;
  overflow: hidden;
  border-radius: 16px;
}
@media (max-width: 767.98px) {
  .b-slider .swiper .swiper-slide {
    height: 178px;
  }
}
.b-slider .swiper .swiper-slide a {
  display: block;
  overflow: hidden;
}
.b-slider .swiper .swiper-slide a img {
  object-fit: cover;
  width: 100%;
}

.checkbox-plashki {
  margin-bottom: 48px;
}
.checkbox-plashki .plashka-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 1023.98px) {
  .checkbox-plashki .plashka-list {
    flex-direction: column;
  }
}
.checkbox-plashki .plashka-list .plashka-item {
  width: 600px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-bottom: 24px;
}
@media (max-width: 1279.98px) {
  .checkbox-plashki .plashka-list .plashka-item {
    width: 468px;
  }
}
@media (max-width: 1023.98px) {
  .checkbox-plashki .plashka-list .plashka-item {
    width: 100%;
  }
}
.checkbox-plashki .plashka-list .plashka-item .title {
  display: flex;
  gap: 16px;
  font-size: 18px;
  color: #1E3E7A;
  font-weight: 600;
  align-items: center;
}
.checkbox-plashki .plashka-list .plashka-item .title:before {
  content: url("/assets/img/checkbox-blue.svg");
  display: block;
  width: 16px;
  height: 16px;
  margin-bottom: 5px;
}
.checkbox-plashki.fw .plashka-list .plashka-item {
  width: 100%;
}

.fw-facepay {
  padding: 64px 0;
}
.fw-facepay .fp-list {
  display: flex;
  gap: 24px;
}
@media (max-width: 1279.98px) {
  .fw-facepay .fp-list {
    gap: 6px;
  }
}
@media (max-width: 1023.98px) {
  .fw-facepay .fp-list {
    flex-direction: column;
  }
}
.fw-facepay .fp-list .fp-item {
  display: flex;
  width: 288px;
  padding: 20px 0px;
  align-items: flex-start;
  gap: 16px;
  border-right: 1px solid #212529;
}
@media (min-width: 1024px) {
  .fw-facepay .fp-list .fp-item {
    padding-right: 10px;
  }
}
@media (max-width: 1279.98px) {
  .fw-facepay .fp-list .fp-item {
    width: 240px;
    padding: 20px 20px 20px 0;
    gap: 8px;
  }
}
@media (max-width: 1023.98px) {
  .fw-facepay .fp-list .fp-item {
    border-right: unset;
    width: 100%;
    border-bottom: 1px solid #212529;
  }
}
.fw-facepay .fp-list .fp-item:last-child {
  border-right: unset;
}
@media (max-width: 1023.98px) {
  .fw-facepay .fp-list .fp-item:last-child {
    border-bottom: unset;
  }
}

.properties {
  display: flex;
  gap: 24px;
}
@media (max-width: 767.98px) {
  .properties {
    flex-direction: column;
  }
}
.properties .property-item {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 20px;
  border-radius: 4px;
  border: 1px solid #D9D9D9;
  width: 392px;
}
.properties .property-item .desc {
  font-size: 16px;
  line-height: 150%;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .properties .property-item {
    flex-direction: column;
    padding: 10px;
  }
  .properties .property-item .desc {
    text-align: center;
  }
}
@media (min-width: 1024px) and (max-width: 1279.98px) {
  .properties .property-item {
    padding: 5px;
  }
}
@media (max-width: 767.98px) {
  .properties .property-item {
    width: 100%;
  }
}

.green-btn {
  padding: 11px 24px;
  background: #2A54A4;
  display: inline-block;
  color: #fff;
}

.poryadok .poryadok-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.poryadok .poryadok-list .poryadok-item {
  display: flex;
  gap: 16px;
  align-items: center;
}
.poryadok .poryadok-list .poryadok-item img {
  max-height: 49px;
}
.poryadok .poryadok-list .step-2 {
  display: flex;
}
.poryadok .poryadok-list .step-2 img {
  width: auto;
}
@media (max-width: 767.98px) {
  .poryadok .poryadok-list .step-2 {
    flex-direction: column;
  }
}
.poryadok .poryadok-list .step-3 img {
  width: auto;
}

.green-top {
  display: flex;
  align-items: center;
}
@media (max-width: 767.98px) {
  .green-top {
    flex-direction: column;
  }
}
.green-top .green-plashka-list {
  display: flex;
  gap: 24px;
}
@media (max-width: 767.98px) {
  .green-top .green-plashka-list {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.green-top .green-plashka-list .item {
  display: flex;
  gap: 4px;
  width: 175px;
  height: 70px;
  align-items: center;
  justify-content: center;
  border-radius: 3.8px;
  border: 1px solid #9F9F9F;
}
@media (max-width: 1023.98px) {
  .green-top .green-plashka-list .item {
    width: 158px;
    height: 64px;
    font-size: 14px;
  }
}
@media (max-width: 767.98px) {
  .green-top .green-plashka-list .item {
    justify-content: flex-start;
    padding-left: 10px;
    width: 46%;
  }
  .green-top .green-plashka-list .item img {
    max-width: 38px !important;
  }
}
@media (max-width: 1279.98px) {
  .green-top .img-zhirovka {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .green-top .img-zhirovka {
    display: flex;
    align-items: center;
    margin-top: 32px;
  }
  .green-top .img-zhirovka img {
    max-width: 100%;
  }
}

.our-products {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.our-products .product {
  display: flex;
  gap: 24px;
}
@media (max-width: 767.98px) {
  .our-products .product {
    flex-direction: column;
  }
}
.our-products .product .desc {
  display: flex;
  flex-direction: column;
}
.our-products .product .desc .title {
  font-size: 18px;
  font-weight: 700;
}

.recvizity .recvizit-item {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
}
.recvizity .recvizit-item .header {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  border-bottom: 1px solid #9F9F9F;
  padding: 16px 0;
}
.recvizity .recvizit-item .list .list-item {
  display: flex;
  border-bottom: 1px solid #9F9F9F;
  padding: 16px 0;
}
@media (max-width: 767.98px) {
  .recvizity .recvizit-item .list .list-item {
    flex-direction: column;
  }
}
.recvizity .recvizit-item .list .list-item .left {
  min-width: 279px;
}
@media (max-width: 767.98px) {
  .recvizity .recvizit-item .list .list-item .left {
    min-width: 100%;
    margin-bottom: 16px;
  }
}
.recvizity .recvizit-item .list .list-item .left b {
  font-weight: 700;
}
.recvizity .recvizit-item .list .list-item .right {
  flex-grow: 1;
}
.recvizity .recvizit-item .list .list-item .right .col-md-6 {
  margin-bottom: 24px;
}

.grafik {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.grafik .grafik-item {
  display: flex;
  width: 100%;
  padding-bottom: 32px;
  border-bottom: 1px solid #9F9F9F;
  gap: 24px;
}
@media (max-width: 1023.98px) {
  .grafik .grafik-item {
    flex-wrap: wrap;
  }
}
.grafik .grafik-item .grafik-col {
  width: 392px;
}
@media (max-width: 1023.98px) {
  .grafik .grafik-item .grafik-col {
    width: 340px;
  }
}
@media (max-width: 1023.98px) {
  .grafik .grafik-item .grafik-col:first-child {
    width: 100%;
  }
}

.otochety .top-otchety {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.otochety .top-otchety .top-slider-navigation {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
}
@media (max-width: 767.98px) {
  .otochety .top-otchety .top-slider-navigation {
    display: none;
  }
}
.otochety .top-otchety .top-slider-navigation i {
  font-size: 28px;
  color: #1E3E7A;
}
.otochety .swiper-slide img {
  width: 100%;
}

.vacancy-circles {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
@media (max-width: 1023.98px) {
  .vacancy-circles {
    flex-wrap: wrap;
  }
}
.vacancy-circles .circle-item {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 33.3333333%;
}
@media (max-width: 1023.98px) {
  .vacancy-circles .circle-item {
    width: 47%;
  }
}
@media (max-width: 767.98px) {
  .vacancy-circles .circle-item {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .vacancy-circles .circle-item .img-circle img {
    width: 60px;
    height: 60px;
  }
}
.vacancy-circles .circle-item .text-circle {
  color: #212529;
  font-feature-settings: "liga" off, "clig" off;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
}

.why-choose-erip {
  /* Place elements in the grid */
}
.why-choose-erip h2 {
  color: var(--text, #212529);
  font-feature-settings: "liga" off, "clig" off;
  font-size: 46px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 55.2px */
}
@media (max-width: 1023.98px) {
  .why-choose-erip h2 {
    font-size: 26px;
  }
}
.why-choose-erip .grid-container {
  display: grid;
  gap: 24px; /* Space between grid items */
}
@media (max-width: 767.98px) {
  .why-choose-erip .grid-container {
    display: flex;
    flex-direction: column;
  }
}
.why-choose-erip .grid-container .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background: #D6E5FE;
  gap: 24px;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .why-choose-erip .grid-container .grid-item img {
    display: none;
  }
}
.why-choose-erip .grid-container .grid-item img.mobile {
  display: none;
}
@media (max-width: 767.98px) {
  .why-choose-erip .grid-container .grid-item img.mobile {
    display: block;
  }
}
@media (max-width: 1279.98px) {
  .why-choose-erip .grid-container .grid-item {
    overflow: hidden;
  }
}
@media (max-width: 767.98px) {
  .why-choose-erip .grid-container .grid-item {
    gap: 0 !important;
  }
}
@media (max-width: 767.98px) {
  .why-choose-erip .grid-container .grid-item img {
    max-height: 245px !important;
    height: unset;
    width: 100% !important;
    max-width: unset;
    object-fit: cover;
  }
}
.why-choose-erip .grid-container .grid-item.item1, .why-choose-erip .grid-container .grid-item.item5 {
  gap: unset;
}
@media (max-width: 767.98px) {
  .why-choose-erip .grid-container .grid-item.item1, .why-choose-erip .grid-container .grid-item.item5 {
    flex-direction: column;
    justify-content: flex-start;
  }
}
.why-choose-erip .grid-container .grid-item.item1 img, .why-choose-erip .grid-container .grid-item.item5 img {
  height: 100%;
}
@media (max-width: 1279.98px) {
  .why-choose-erip .grid-container .grid-item.item1 img, .why-choose-erip .grid-container .grid-item.item5 img {
    width: 366px;
    object-fit: cover;
  }
}
@media (max-width: 1023.98px) {
  .why-choose-erip .grid-container .grid-item.item1 img, .why-choose-erip .grid-container .grid-item.item5 img {
    width: 269px;
  }
}
.why-choose-erip .grid-container .grid-item.item2, .why-choose-erip .grid-container .grid-item.item3, .why-choose-erip .grid-container .grid-item.item4 {
  flex-direction: column;
  justify-content: flex-start;
}
.why-choose-erip .grid-container .grid-item .text {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 0 24px;
  padding-bottom: 36px;
}
@media (max-width: 1023.98px) {
  .why-choose-erip .grid-container .grid-item .text {
    padding-bottom: 12px;
  }
}
@media (max-width: 767.98px) {
  .why-choose-erip .grid-container .grid-item .text {
    padding: 24px 24px !important;
  }
}
.why-choose-erip .grid-container .grid-item .text .name {
  color: #2A54A4;
  font-feature-settings: "liga" off, "clig" off;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 150%; /* 36px */
}
@media (max-width: 1279.98px) {
  .why-choose-erip .grid-container .grid-item .text .name {
    font-size: 20px;
  }
}
@media (max-width: 1023.98px) {
  .why-choose-erip .grid-container .grid-item .text .name {
    font-size: 16px;
  }
}
.why-choose-erip .grid-container .grid-item .text .desc {
  color: #000;
  font-feature-settings: "liga" off, "clig" off;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
@media (max-width: 1279.98px) {
  .why-choose-erip .grid-container .grid-item .text .desc {
    font-size: 15.877px;
  }
}
@media (max-width: 1023.98px) {
  .why-choose-erip .grid-container .grid-item .text .desc {
    font-size: 14px;
  }
}
.why-choose-erip .item1 {
  grid-column: 1/3; /* Spans columns 1 to 3 */
  grid-row: 1; /* First row */
}
@media (max-width: 1023.98px) {
  .why-choose-erip .item1 img {
    max-width: 269px;
  }
}
.why-choose-erip .item2 {
  grid-column: 3; /* Third column */
  grid-row: 1/3; /* Spans rows 1 to 3 */
}
@media (max-width: 1023.98px) {
  .why-choose-erip .item2 img {
    max-height: 404px;
  }
}
.why-choose-erip .item3 {
  grid-column: 1; /* First column */
  grid-row: 2/4; /* Spans rows 2 to 4 */
}
@media (max-width: 1023.98px) {
  .why-choose-erip .item3 img {
    max-height: 325px;
  }
}
.why-choose-erip .item4 {
  grid-column: 2; /* Second column */
  grid-row: 2; /* Second row */
}
@media (max-width: 1023.98px) {
  .why-choose-erip .item4 img {
    max-height: 180px;
  }
}
.why-choose-erip .item5 {
  grid-column: 2/4; /* Spans columns 2 to 4 */
  grid-row: 3; /* Third row */
}
@media (max-width: 1023.98px) {
  .why-choose-erip .item5 img {
    max-width: 219px;
  }
}

.our-command-hero .left {
  margin-left: 52px;
  color: #2365DF;
  font-size: 52px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 1.04px;
}
@media (max-width: 1279.98px) {
  .our-command-hero .left {
    font-size: 44px;
  }
}
@media (max-width: 1023.98px) {
  .our-command-hero .left {
    font-size: 36px;
  }
}
@media (max-width: 767.98px) {
  .our-command-hero .left {
    font-size: 34px;
    margin-right: auto;
    margin-left: unset;
  }
}
.our-command-hero .right {
  margin-right: 52px;
  margin-left: auto;
  color: var(--text, #212529);
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.92px;
  text-align: right;
}
@media (max-width: 1279.98px) {
  .our-command-hero .right {
    font-size: 38px;
  }
}
@media (max-width: 1023.98px) {
  .our-command-hero .right {
    font-size: 30px;
  }
}
@media (max-width: 767.98px) {
  .our-command-hero .right {
    font-size: 16px;
    margin-right: auto;
    margin-left: unset;
    text-align: left;
  }
}

.command-part {
  background-image: url("/assets/img/vacancy/command-part.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: end;
  justify-content: center;
  border-radius: 16px;
  height: 382px;
  width: 100%;
  padding-bottom: 70px;
}
@media (max-width: 767.98px) {
  .command-part {
    height: 230px;
    padding-bottom: 20px;
  }
}
.command-part .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  padding: 30px 102px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.8);
}
@media (max-width: 1023.98px) {
  .command-part .inner {
    flex-direction: column;
    padding: 12px;
  }
}
.command-part .inner .text {
  color: var(--blue, #1E3E7A);
  font-feature-settings: "liga" off, "clig" off;
  -webkit-text-stroke-width: 0.5;
  -webkit-text-stroke-color: var(--blue, #1E3E7A);
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 38.4px */
}
@media (max-width: 1023.98px) {
  .command-part .inner .text {
    font-size: 18px;
  }
}

.hr-block {
  display: flex;
  gap: 24px;
  align-items: center;
}
@media (max-width: 767.98px) {
  .hr-block {
    flex-direction: column;
  }
}
@media (max-width: 767.98px) {
  .hr-block .left {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .hr-block .left img {
    width: 100%;
  }
}
.hr-block .right .name {
  color: var(--text, #212529);
  font-feature-settings: "liga" off, "clig" off;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 38.4px */
}
.hr-block .right .dolzhn {
  color: var(--text, #212529);
  font-feature-settings: "liga" off, "clig" off;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 32px */
  margin-bottom: 17px;
}
.hr-block .right .links {
  margin-bottom: 32px;
}
.hr-block .right .links a {
  text-decoration: none;
}
.hr-block .right .ext-sites .ext-wrap {
  display: flex;
  align-items: center;
  gap: 30px;
}

.vacancy-steps .steps-title {
  color: var(--text, #212529);
  font-feature-settings: "liga" off, "clig" off;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 41.6px */
  margin-bottom: 32px;
}
@media (max-width: 1279.98px) {
  .vacancy-steps .steps-title {
    font-size: 22px;
  }
}
.vacancy-steps .steps-list {
  display: flex;
  flex-direction: column;
}
.vacancy-steps .steps-list .steps-item {
  padding-bottom: 32px;
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  gap: 40px;
  border-bottom: 1px solid #FFC181;
}
.vacancy-steps .steps-list .steps-item:last-child {
  margin-bottom: 100px;
}
@media (max-width: 767.98px) {
  .vacancy-steps .steps-list .steps-item {
    gap: 12px;
  }
}
.vacancy-steps .steps-list .steps-item .number {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 80px;
  height: 80px;
  border-radius: 50%;
  background: var(--gradient2, linear-gradient(90deg, #FFC181 7.03%, #FA6F64 99.34%));
  color: #FFF;
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
@media (max-width: 767.98px) {
  .vacancy-steps .steps-list .steps-item .number {
    min-width: 50px;
    height: 50px;
    align-self: self-start;
  }
}
.vacancy-steps .steps-list .steps-item .desc {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.vacancy-steps .steps-list .steps-item .desc .name {
  color: var(--text, #212529);
  font-feature-settings: "liga" off, "clig" off;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 28px */
}
.vacancy-steps .steps-list .steps-item .desc .under {
  color: var(--text2, #757575);
  font-feature-settings: "liga" off, "clig" off;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
}

.practica-top {
  background-image: url("/about/practica/top-bg.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 16px;
  height: 382px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 24px;
}
@media (max-width: 1023.98px) {
  .practica-top {
    height: 280px;
  }
}
@media (max-width: 767.98px) {
  .practica-top {
    height: 220px;
  }
}
.practica-top .text-wrap {
  display: inline-flex;
  padding: 30px 40px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.8);
}
@media (max-width: 1023.98px) {
  .practica-top .text-wrap {
    padding: 20px 30px;
    gap: 10px;
  }
}
@media (max-width: 767.98px) {
  .practica-top .text-wrap {
    max-width: 290px;
  }
}
.practica-top .text-wrap .title {
  color: var(--text, #212529);
  font-feature-settings: "liga" off, "clig" off;
  -webkit-text-stroke-width: 0.5;
  -webkit-text-stroke-color: var(--blue, #1E3E7A);
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 48px */
}
@media (max-width: 1023.98px) {
  .practica-top .text-wrap .title {
    font-size: 26px;
  }
}
@media (max-width: 767.98px) {
  .practica-top .text-wrap .title {
    font-size: 18px;
  }
}
.practica-top .text-wrap .desc {
  color: #2365DF;
  font-feature-settings: "liga" off, "clig" off;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 35.2px */
}
@media (max-width: 1023.98px) {
  .practica-top .text-wrap .desc {
    font-size: 16px;
  }
}
@media (max-width: 767.98px) {
  .practica-top .text-wrap .desc {
    font-size: 16px;
  }
}

.specialists-list {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767.98px) {
  .specialists-list {
    gap: 24px;
  }
}
.specialists-list .specialist-item {
  display: flex;
  align-items: center;
  gap: 48px;
}
@media (max-width: 767.98px) {
  .specialists-list .specialist-item {
    flex-direction: column;
    gap: 24px;
  }
}
.specialists-list .specialist-item:nth-child(2n) .specialist-preview {
  order: 2;
}
.specialists-list .specialist-item:nth-child(2n) .specialist-text-wrap {
  align-items: flex-end;
}
.specialists-list .specialist-item:nth-child(2n) .specialist-text-wrap .desc {
  text-align: right;
}
@media (max-width: 767.98px) {
  .specialists-list .specialist-item .specialist-preview {
    width: 100%;
  }
}
.specialists-list .specialist-item .specialist-preview img {
  border-radius: 8px;
  width: 288px;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 767.98px) {
  .specialists-list .specialist-item .specialist-preview img {
    width: 100%;
    object-position: top center;
  }
}
.specialists-list .specialist-item .specialist-text-wrap {
  display: flex;
  flex-direction: column;
}
.specialists-list .specialist-item .specialist-text-wrap .name {
  color: var(--text, #212529);
  font-feature-settings: "liga" off, "clig" off;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 35.2px */
}
.specialists-list .specialist-item .specialist-text-wrap .dolzhnost {
  color: var(--text2, #757575);
  font-feature-settings: "liga" off, "clig" off;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
}
.specialists-list .specialist-item .specialist-text-wrap .when {
  color: var(--text2, #757575);
  font-feature-settings: "liga" off, "clig" off;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  margin-bottom: 24px;
}
.specialists-list .specialist-item .specialist-text-wrap .desc {
  color: var(--text, #212529);
  font-feature-settings: "liga" off, "clig" off;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
}

.practica-form {
  height: 364px;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 24px;
  border-radius: 16px;
  background: linear-gradient(90deg, rgba(158, 195, 255, 0.6) 11.86%, rgba(221, 230, 246, 0.6) 95.72%), #FFF;
}
@media (max-width: 767.98px) {
  .practica-form {
    padding: 3px 10px !important;
    border-radius: 8px;
    height: auto;
  }
}
.practica-form .right-wrap {
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.8);
  display: inline-flex;
  padding: 12px 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
  max-width: 420px;
}
@media (max-width: 767.98px) {
  .practica-form .right-wrap {
    padding: 20px 16px;
    gap: 12px;
  }
}
.practica-form .right-wrap .name {
  color: #212529;
  font-feature-settings: "liga" off, "clig" off;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 23.4px */
}

.anketa-link {
  text-decoration: none;
}

#vacancy-list .collapse-wrap .collapse-link {
  justify-content: flex-start;
  gap: 10px;
}
#vacancy-list .collapse-wrap .collapse-link:after {
  margin-left: auto;
}
#vacancy-list .collapse-wrap .btn-secondary {
  margin-top: 32px;
}

.form-vacancy {
  display: flex;
  gap: 32px;
  /* Hide the default file input */
}
@media (max-width: 767.98px) {
  .form-vacancy {
    flex-direction: column;
  }
}
.form-vacancy form {
  display: flex;
  flex-direction: column;
  gap: 19px;
}
.form-vacancy .left {
  width: 45%;
  padding: 28px 56px;
  background: #F3F6FB;
  border-radius: 8px;
}
@media (max-width: 1279.98px) {
  .form-vacancy .left {
    padding: 32px;
    min-width: 322px;
    width: unset;
  }
}
.form-vacancy .left .form-select {
  border: unset;
  border-bottom: 1px solid #212529;
  border-radius: unset;
}
.form-vacancy .left input.form-control {
  border-bottom: 1px solid #212529;
}
.form-vacancy .left select, .form-vacancy .left input[type=text] {
  background: unset;
}
.form-vacancy .left label {
  padding: 1rem 0;
}
.form-vacancy .left label:after {
  background: #F3F6FB !important;
}
.form-vacancy .right {
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .form-vacancy .right {
    display: none;
  }
}
@media (max-width: 1279.98px) {
  .form-vacancy .right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.form-vacancy .btn-wrap {
  display: flex;
  justify-content: center;
}
.form-vacancy .anketa {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.form-floating .form-control {
  padding: unset;
}
.form-floating label, .form-floating select {
  padding-left: 0;
}

#formFileLg, #formFileFree, #formFilePrectica {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

/* Container for the file upload */
.file-upload-container {
  position: relative;
  width: 100%;
  height: 100px;
}
@media (max-width: 767.98px) {
  .file-upload-container {
    height: auto;
  }
}

/* Styling for the drag and drop box */
.file-upload-box {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  border: 1px dashed #212529;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 10px;
  transition: border-color 0.3s ease;
}

@media (max-width: 767.98px) {
  .practica-form .file-upload-box {
    padding: 0;
    height: auto;
  }
}

.file-upload-box.dragover {
  border-color: #007bff;
}

.file-upload-box p {
  margin: 5px 0;
  color: var(--text2, #757575);
  font-feature-settings: "liga" off, "clig" off;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

@media (max-width: 1279.98px) {
  .free-anketa-form {
    display: none;
  }
}
.free-anketa-form .title {
  margin-bottom: 35px;
  font-feature-settings: "liga" off, "clig" off;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
}
.free-anketa-form .desc {
  margin-bottom: 24px;
}
.free-anketa-form #freeAnketaForm {
  display: flex;
  gap: 24px;
  align-items: center;
}
.free-anketa-form #freeAnketaForm .file-upload-container {
  max-width: 432px;
}

.top-menu-top > a:last-child {
  background: var(--gradient1, linear-gradient(90deg, #F7AE61 7.03%, #E8473A 99.34%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.vacancy-kariera-v-erip .slider-btn .btn-primary {
  background: var(--gradient2, linear-gradient(90deg, #FFC181 7.03%, #FA6F64 99.34%));
  border: unset;
}
.vacancy-kariera-v-erip .slider-btn .btn-primary:hover {
  background: linear-gradient(90deg, #F7AE61 7.03%, #E8473A 99.34%);
}
@media (max-width: 767.98px) {
  .vacancy-kariera-v-erip .top-slide-inner .slider-under {
    display: none;
  }
}

.vacancy-vacancy #vacany-1 label {
  padding: unset;
  padding-bottom: 2px;
}
.vacancy-vacancy #vacany-1 .wrap-select {
  position: relative;
}
.vacancy-vacancy #vacany-1 .wrap-select:after {
  content: " ";
  background-image: url("/assets/img/vacancy/arrow-down.png");
  background-position: center;
  display: block;
  background-size: contain;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 34px;
  z-index: 0;
}
.vacancy-vacancy #vacany-1 #vacancySelect {
  padding: 4px 0 !important;
  color: var(--text2, #757575);
  font-size: 14px;
  position: relative;
  z-index: 1;
}
.vacancy-vacancy #vacany-1 input[type=text] {
  padding: 4px 0 !important;
  font-size: 14px;
}

/*# sourceMappingURL=snippets.css.map */
