.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: #072044;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.section {
  color: #fff;
  background-color: #003154;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.container {
  z-index: 2;
  max-width: 1400px;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.text-block {
  line-height: 26px;
}

.separator-80 {
  min-height: 80px;
}

.image {
  max-height: 100px;
}

.section-2 {
  color: #072044;
  background-color: #f8f8f8;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-block {
  text-align: center;
}

.grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.div-block-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #fff;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  justify-content: flex-start;
  align-items: center;
  padding: 30px 30px 20px;
  display: block;
  box-shadow: 2px 2px 20px #00000017;
}

.text-block-2 {
  font-size: 18px;
  font-weight: 700;
}

.div-block-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.image-2 {
  max-height: 80px;
}

.div-block-4 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  min-width: 80px;
  padding: 8px;
  display: flex;
}

.div-block-4.color {
  color: #e40420;
  background-color: #fef5f6;
  border-radius: 10px;
  padding: 8px;
}

.section-3 {
  background-color: #f8f8f8;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  position: relative;
}

.div-block-5 {
  background-color: #fff;
  border-radius: 40px;
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  box-shadow: 2px 2px 20px #00000017;
}

.div-block-6 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.field-label {
  white-space: nowrap;
  min-width: 120px;
  font-size: 18px;
  font-weight: 500;
}

.text-field {
  background-color: #fff;
  border: 0 solid #000;
  border-radius: 15px;
  min-width: 430px;
  max-width: 430px;
  min-height: 65px;
  max-height: 65px;
  margin-bottom: 0;
  box-shadow: 0 0 15px #00000017;
}

.submit-button {
  background-color: #e61732;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 240px;
  min-height: 65px;
  font-size: 18px;
  font-weight: 600;
  display: flex;
}

.submit-button.small {
  width: auto;
  max-width: none;
  padding-left: 30px;
  padding-right: 30px;
  display: inline-flex;
}

.text-block-3 {
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 500;
}

.form-block {
  margin-bottom: 0;
}

.div-block-7 {
  background-color: #f8f8f8;
  min-height: 2px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.div-block-7.w2 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.text-block-4 {
  min-width: 120px;
  font-size: 18px;
  font-weight: 500;
}

.div-block-8 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.text-block-5 {
  font-size: 14px;
  line-height: 20px;
}

.rozwin-txt {
  height: 0;
  min-height: 0;
  max-height: 0;
  overflow: hidden;
}

.rozwin, .zwin {
  color: #e61632;
  cursor: pointer;
}

.div-block-9 {
  background-color: #fff;
  min-height: 35%;
  position: absolute;
  inset: 0% 0% auto;
}

.div-block-10 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section-4 {
  color: #fff;
  background-image: url('../images/bg2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.heading {
  font-size: 46px;
  line-height: 63px;
}

.text-span {
  padding: 15px;
  display: block;
}

.text-span-2 {
  background-color: #e61732;
  padding-left: 15px;
  padding-right: 15px;
  display: inline-block;
}

.text-span-3 {
  background-color: #e61632;
  margin-top: -2px;
  padding-left: 15px;
  padding-right: 15px;
  display: inline-block;
}

.text-span-4 {
  margin-left: 15px;
  padding-left: 0;
  display: inline-block;
}

.div-block-11 {
  min-height: 140px;
}

.list-item {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.image-3 {
  max-height: 70px;
}

.text-block-6 {
  font-size: 24px;
  line-height: 30px;
}

.list {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  max-width: 650px;
  margin-bottom: 0;
  display: flex;
}

.section-5 {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.image-4 {
  max-height: 70px;
}

.div-block-12 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.image-5 {
  max-width: none;
  max-height: 50px;
}

.grid-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.text-block-7 {
  font-weight: 700;
}

.text-block-8 {
  text-align: center;
  flex: 1;
  margin-bottom: 10px;
  font-weight: 700;
}

.grid-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-block-9 {
  margin-bottom: 5px;
}

.text-block-10 {
  color: #0db219;
  font-size: 26px;
  font-weight: 700;
  line-height: 32px;
}

.image-6 {
  width: 100%;
  max-width: 70px;
  margin-left: auto;
  margin-right: 30px;
  transform: rotate(15deg);
}

@media screen and (max-width: 991px) {
  .div-block-2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .image-2 {
    max-height: 60px;
  }

  .div-block-4 {
    min-width: 60px;
  }

  .div-block-6 {
    flex-flow: row;
  }

  .div-block-6.w2 {
    flex-flow: wrap;
  }

  .text-field {
    min-width: 0;
    max-width: 100%;
  }

  .submit-button {
    flex: 1;
    max-width: 100%;
  }

  .submit-button.small {
    flex: 0 auto;
  }

  .div-block-10 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .heading {
    font-size: 40px;
  }

  .image-4, .image-5 {
    width: 100%;
    max-width: 40%;
    max-height: none;
  }

  .grid-2 {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block {
    font-size: 14px;
  }

  .separator-80 {
    min-height: 60px;
  }

  .image {
    max-height: 70px;
  }

  .section-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .div-block-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding: 30px;
  }

  .div-block-5 {
    padding: 30px;
  }

  .div-block-6, .div-block-10 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .section-4 {
    background-image: linear-gradient(#003154cc, #003154cc), url('../images/bg2.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .heading {
    font-size: 30px;
    line-height: 48px;
  }

  .text-span-2 {
    padding-left: 10px;
    padding-right: 10px;
    line-height: 46px;
    display: inline;
  }

  .text-span-3 {
    margin-top: -20px;
    padding-top: 8px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 46px;
  }

  .text-span-4 {
    margin-left: 10px;
    display: inline-block;
  }

  .div-block-11 {
    min-height: 80px;
  }
}

@media screen and (max-width: 479px) {
  .grid {
    grid-template-columns: 1fr;
  }

  .div-block-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-3 {
    padding-top: 60px;
  }

  .div-block-6 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .text-field {
    width: 100%;
    min-width: 0;
  }

  .submit-button {
    max-width: 100%;
    margin-top: 20px;
  }

  .div-block-8 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-9 {
    min-height: 25%;
  }

  .div-block-10 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex: 1;
    min-width: 100%;
  }

  .section-4 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .heading {
    font-size: 26px;
    line-height: 40px;
  }

  .text-span-2 {
    padding-left: 5px;
    padding-right: 5px;
    display: inline-block;
  }

  .text-span-3 {
    padding-top: 0;
    padding-left: 5px;
    padding-right: 5px;
    display: inline-block;
  }

  .text-span-4 {
    margin-left: 5px;
    padding-left: 0;
  }

  .div-block-11 {
    min-height: 80px;
  }

  .image-3 {
    max-height: 60px;
  }

  .text-block-6 {
    font-size: 18px;
  }

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

  .text-block-10 {
    font-size: 24px;
    line-height: 30px;
  }
}

#w-node-_630a66bd-b185-c8d3-961a-62be5d3008cc-2c9ab736, #w-node-c4de6297-face-842c-19f0-9d81bfb513f5-2c9ab736, #w-node-df6b3b65-3758-13e4-f1a0-3b0d630801df-2c9ab736 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


