.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #0061af;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 135%;
}

p {
  margin-bottom: 0;
}

.first-screen-text {
  z-index: 1;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  margin-bottom: 40px;
  font-weight: 700;
  display: flex;
}

.first-screen-text.first-screen-text-margin-off {
  margin-bottom: 0;
}

.first-screen-text.left {
  position: absolute;
  left: 0;
}

.breadcrumbs-container {
  width: calc(100% - 60px);
  max-width: 1360px;
  margin-bottom: 20px;
}
.breadcrumbs-list {
flex-wrap: wrap !important;
}

.first-screen {
  background-color: #f3f8fe;
  flex-flow: column;
}

.first-screen.main {
  background-color: #c4eed3;
  padding-top: 130px;
}

.first-screen.blue-gradient {
  background-image: linear-gradient(113deg, #f7fcff, #bae7ff);
}

.first-screen.white {
  background-color: #fff;
}

.first-screen-text__title {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 120%;
}

.first-screen-wrap {
  justify-content: space-between;
  align-items: center;
  padding-top: 150px;
  padding-bottom: 50px;
  display: flex;
}

.first-screen-wrap.page_wrap {
  grid-row-gap: 50px;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  justify-content: center;
  align-items: flex-start;
  width: calc(100% - 60px);
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.bar-screen {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: space-between;
  width: calc(100% - 60px);
  max-width: 1390px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.bar-wrapper {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.screen-text__title {
  text-transform: uppercase;
  margin-top: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 130%;
}

.screen-text__title.screen-text__title--small {
  font-size: 32px;
}

.small-text-title {
  font-size: 26px;
  font-weight: 500;
}

.hr-page {
  background-image: linear-gradient(90deg, #bbe7ff, #d8ebfa);
  height: 5px;
}

.container-screen {
  width: calc(100% - 60px);
  max-width: 1390px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}

.container-screen.categories-screen {
  padding-top: 20px;
  padding-bottom: 20px;
}

.categories-grid {
  grid-column-gap: 40px;
  grid-row-gap: 24px;
  grid-template-columns: 1fr 1fr 1fr;
}

.categories-item {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: #0061af;
  text-align: center;
  text-transform: uppercase;
  background-image: linear-gradient(0deg, #eef8ff, #dcf3ff);
  border: 1px solid #0061af;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 80px;
  padding-top: 35px;
  padding-bottom: 35px;
  font-size: 22px;
  line-height: 140%;
  text-decoration: none;
  transition: all .2s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.categories-item:hover {
  color: #fff;
  background-color: #0061af;
  background-image: none;
}

.categories-item-title {
  text-transform: uppercase;
  margin-bottom: 0;
}

.screen-info {
  z-index: 1;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  display: flex;
  position: relative;
}

.screen-info.screen-info-full {
  justify-content: space-between;
  align-items: center;
}

.first-screen-text-2 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  color: #fff;
  flex-flow: column;
  margin-bottom: 40px;
  font-weight: 700;
  display: flex;
  position: relative;
}

.screen-text__title-2 {
  text-transform: uppercase;
  margin-top: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 130%;
}

.instruction-tab-btn-wrapper {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  color: #fff;
  background-color: #0061af;
  border-radius: 15px;
  justify-content: center;
  align-items: stretch;
  padding: 5px;
  display: flex;
}

.instruction-tab-btn-item {
  text-align: center;
  letter-spacing: .02em;
  cursor: pointer;
  background-color: #0000;
  border-radius: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 250px;
  padding: 10px 15px;
  font-size: 24px;
  line-height: 140%;
  display: flex;
}

.instruction-tab-btn-item.active {
  color: #0061af;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
}

.instruction-tab-btn-item.back {
  color: #0061af;
  text-transform: uppercase;
  background-image: linear-gradient(#ecf8ff, #e0f4ff);
  justify-content: center;
  align-items: center;
  padding-left: 25px;
  padding-right: 25px;
  font-weight: 600;
  text-decoration: none;
}

.text-block {
  white-space: nowrap;
}

.small-text {
  text-align: left;
  white-space: nowrap;
  font-size: 20px;
}

.office-btn-text {
  text-align: left;
  font-size: 52px;
  font-weight: 700;
  line-height: 100%;
}

.office-grid {
  grid-column-gap: 70px;
  grid-row-gap: 32px;
  margin-top: 50px;
}

.office-item {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-image: linear-gradient(196deg, #f7fcff 23%, #bae7ff);
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: 600;
  line-height: 145%;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.office-item.office-item-full {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.office-item.background-img {
  background-image: url('../images/png-2.png'), linear-gradient(196deg, #f7fcff 23%, #bae7ff);
  background-position: 100% 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
}

.logo-grid {
  grid-column-gap: 32px;
  grid-row-gap: 0px;
  grid-template-columns: 1.5fr 1fr 1fr;
  place-items: center;
  max-width: 90%;
}

.office-img {
  max-width: 70%;
  position: absolute;
  bottom: 0;
  right: 0;
}

.post-office-img {
  min-width: 450px;
  position: relative;
  bottom: -20px;
}

.weight-bold-800 {
  font-size: 38px;
  font-weight: 800;
}

.app-item {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-image: linear-gradient(196deg, #f7fcff 23%, #bae7ff);
  border-radius: 20px;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  padding: 25px;
  font-size: 20px;
  font-weight: 600;
  line-height: 145%;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.app-item.office-item-full {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.app-btns {
  flex-flow: column;
  justify-content: space-around;
  display: flex;
}

.bottom-description-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

.partner-logo {
  max-width: 400px;
}

.app-btn-img, .qr-img {
  max-width: 175px;
}

.background-video {
  z-index: 0;
  width: 100%;
  max-width: 950px;
  max-height: 450px;
  position: absolute;
  bottom: 0;
}

@media screen and (min-width: 1280px) {
  .background-video {
    max-width: none;
    max-height: none;
  }
}

@media screen and (min-width: 1440px) {

  .first-screen-wrap.page_wrap {
    width: 100%;
    height: 600px;
  }

  .bar-screen {
    width: 100%;
  }

  .screen-text__title {
    font-size: 42px;
    line-height: 120%;
  }

  .screen-text__title.screen-text__title--small {
    font-size: 38px;
  }

  .container-screen {
    width: 100%;
  }

  .categories-item-title {
    font-size: 20px;
  }

  .screen-text__title-2 {
    font-size: 34px;
    line-height: 120%;
  }

  .office-item {
    font-size: 26px;
  }

  .office-img {
    max-width: 65%;
  }

  .background-video {
    height: 100%;
  }
}

@media screen and (min-width: 1920px) {
  .first-screen-text__title {
    font-size: 52px;
  }
}

@media screen and (max-width: 991px) {
  .first-screen-text.left {
    position: relative;
	left: 0;
  }
  .first-screen-text {
    grid-row-gap: 25px;
    justify-content: flex-start;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .breadcrumbs-container {
    width: calc(100% - 30px);
    max-width: 100%;
  }

  .first-screen.main {
    padding-top: 0;
  }

  .first-screen-text__title {
    font-size: 38px;
  }

  .first-screen-wrap.page_wrap {
    grid-row-gap: 0px;
    text-align: center;
    background-image: none;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    padding-top: 0;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
  }

  .bar-screen {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    background-image: none;
    width: calc(100% - 20px);
  }

  .bar-wrapper {
    width: 100%;
  }

  .screen-text__title {
    font-size: 24px;
  }

  .screen-text__title.screen-text__title--small {
    font-size: 28px;
  }

  .container-screen {
    width: calc(100% - 20px);
  }

  .categories-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    margin-top: 0;
  }

  .categories-item {
    min-height: 125px;
  }

  .screen-info {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .screen-info.screen-info-full {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .first-screen-text-2 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    justify-content: flex-start;
    align-items: center;
  }

  .screen-text__title-2 {
    font-size: 28px;
  }

  .office-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .office-item {
    font-size: 18px;
  }

  .logo-grid {
    max-width: 100%;
  }

  .office-img {
    max-width: 60%;
  }

  .post-office-img {
    min-width: 300px;
    max-width: 350px;
  }

  .weight-bold-800 {
    font-size: 32px;
  }

  .partner-logo {
    max-width: 250px;
  }

  .background-video {
    width: 100%;
    max-width: 768px;
    display: none;
    position: relative;
  }

  .background-video-2 {
    z-index: 0;
    width: 650px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .first-screen-text {
    margin-bottom: 0;
  }

  .breadcrumbs-container {
    max-width: 100%;
  }

  .first-screen.main {
    background-color: #c1e8d5;
  }

  .first-screen-text__title {
    font-size: 30px;
  }

  .first-screen-wrap.page_wrap {
    justify-content: space-between;
    align-items: center;
    height: 500px;
  }

  .bar-screen {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .bar-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 100%;
  }

  .screen-text__title {
    font-size: 18px;
  }

  .screen-text__title.screen-text__title--small {
    font-size: 24px;
  }

  .small-text-title {
    font-size: 14px;
  }

  .categories-item {
    font-size: 16px;
    line-height: 120%;
  }

  .screen-info {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
  }

  .first-screen-text-2 {
    margin-bottom: 0;
  }

  .screen-text__title-2 {
    font-size: 22px;
  }

  .instruction-tab-btn-item.active {
    justify-content: center;
    align-items: center;
    font-size: 11px;
    line-height: 13px;
  }

  .instruction-tab-btn-item.back {
    font-size: 18px;
  }

  .small-text {
    font-size: 16px;
  }

  .office-btn-text {
    font-size: 42px;
  }

  .office-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .office-item {
    min-height: 220px;
  }

  .office-item.office-item-full {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .logo-grid {
    max-width: 90%;
  }

  .office-img {
    max-width: 50%;
  }

  .post-office-img {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .weight-bold-800 {
    font-size: 28px;
  }

  .app-btns {
    justify-content: space-around;
    align-items: center;
  }

  .bottom-description-text {
    font-size: 14px;
  }

  .partner-logo {
    max-width: 200px;
  }

  .app-btn-img {
    max-width: 175px;
  }

  .background-video {
    display: none;
  }

  .background-video-2 {
    max-width: 500px;
    max-height: 400px;
    bottom: 0;
  }
}

@media screen and (max-width: 479px) {
  .breadcrumbs-container {
    width: calc(100% - 10px);
  }

  .first-screen-wrap.page_wrap {
    justify-content: space-between;
    align-items: center;
    height: auto;
    padding-bottom: 0;
	row-gap: 20px;
  }

  .bar-screen {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    text-align: center;
    background-image: none;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .bar-wrapper {
    justify-content: center;
    align-items: center;
  }

  .screen-text__title, .screen-text__title.screen-text__title--small {
    font-size: 20px;
  }

  .categories-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }

  .categories-item {
    min-height: 100px;
    font-size: 14px;
  }

  .screen-info.screen-info-full {
    justify-content: flex-start;
    align-items: stretch;
  }

  .first-screen-text-2 {
    position: static;
  }

  .instruction-tab-btn-wrapper {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .instruction-tab-btn-item {
    padding-left: 10px;
    padding-right: 10px;
  }

  .instruction-tab-btn-item.back {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
  }

  .small-text {
    font-size: 12px;
    line-height: 135%;
  }

  .office-btn-text {
    font-size: 28px;
  }

  .office-grid {
    grid-row-gap: 24px;
    margin-top: 24px;
  }

  .office-item {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    min-height: auto;
    font-size: 12px;
  }

  .office-item.office-item-full {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .office-item.background-img {
    background-image: url('../images/png.png'), linear-gradient(196deg, #f7fcff 23%, #bae7ff);
    min-height: 160px;
  }

  .logo-grid {
    grid-column-gap: 16px;
  }

  .post-office-img {
    min-width: auto;
  }

  .weight-bold-800 {
    font-size: 24px;
  }

  .app-item {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    max-width: 100%;
  }

  .app-btns {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .app-btn-img, .qr-img {
    max-width: 150px;
  }

  .background-video-2 {
    max-width: 280px;
    max-height: 220px;
    position: relative;
  }
}

#w-node-_94d0877f-6213-2d77-4f88-ceaf49e66a51-dafa9883 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_55d9837f-e470-1c58-521e-02c8ed7a5edb-dafa9883 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_94d0877f-6213-2d77-4f88-ceaf49e66a51-dafa9883 {
    grid-column: span 1 / span 1;
  }
}


