.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

body {
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

a {
  color: #fff;
  text-decoration: none;
}

label {
  display: block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.section {
  height: 520px;
  padding-top: 4px;
  padding-right: 20px;
  padding-left: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/coverart.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/coverart.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.section.policy {
  height: 310px;
}

.div-block {
  position: relative;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.text-block {
  color: #f4a435;
  font-weight: 700;
  text-align: right;
}

.text-span {
  color: #fff;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.heading {
  max-width: 60%;
  margin-top: 89px;
  line-height: 130%;
  text-align: center;
}

.logowrap {
  position: absolute;
  left: 0%;
  top: 20px;
  right: auto;
  bottom: auto;
}

.zemsekcijas-wraperis {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-top: -100px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.text-block-2 {
  color: #fff;
  font-size: 30px;
  font-weight: 800;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  margin-right: 31px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #0f1b3c;
}

.heading-2 {
  font-size: 22px;
}

.oranzha-kaste {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 820px;
  padding-bottom: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 6px;
  border-color: #fff;
  background-color: #f4a435;
}

.paragraph-2 {
  width: 280px;
  font-size: 18px;
}

.text-span-2 {
  font-weight: 800;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 26px;
}

.text-block-3 {
  margin-top: 23px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

.text-block-3.white {
  width: 70%;
  color: #fff;
  line-height: 180%;
}

.text-block-4 {
  margin-top: 34px;
  margin-bottom: 47px;
  font-size: 16px;
  font-weight: 800;
}

.button {
  width: 500px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-radius: 70px;
  background-color: #0f1b3c;
  box-shadow: 6px 6px 0 0 #f4a435;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

.button:hover {
  box-shadow: 0 0 0 0 #f4a435;
  -webkit-transform: translate(8px, 8px);
  -ms-transform: translate(8px, 8px);
  transform: translate(8px, 8px);
  color: #f4a435;
}

.button.small {
  width: 176px;
  margin-top: 28px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.button.small:hover {
  box-shadow: 0 0 0 0 #f4a435;
  -webkit-transform: translate(8px, 8px);
  -ms-transform: translate(8px, 8px);
  transform: translate(8px, 8px);
  color: #f4a435;
}

.button.both-margin {
  margin-top: 22px;
  margin-bottom: 46px;
}

.button.consent {
  width: 260px;
  margin-top: 15px;
  margin-bottom: 10px;
}

.div-block-9 {
  width: 170px;
  margin-right: 56px;
  text-align: center;
}

.div-block-9.minus-r-marg {
  margin-right: 0px;
}

.atslegu-wraperis {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 55px;
  margin-bottom: 56px;
}

.div-block-11 {
  width: 100%;
  height: 4px;
  background-color: #f4a435;
}

.section-3 {
  background-color: #0f1b3c;
}

.div-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 90px 184px;
}

.heading-3 {
  margin-bottom: 33px;
  color: #fff;
  font-size: 32px;
  font-weight: 700;
}

.text-span-3 {
  color: #f4a435;
}

.div-block-13 {
  margin-left: 66px;
}

.paragraph-3 {
  color: #fff;
  font-size: 16px;
  line-height: 160%;
}

.text-span-4 {
  color: #f4a435;
  font-weight: 600;
}

.text-span-5 {
  font-weight: 600;
}

.chetrpaka {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.singleblock {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 222px;
  padding-bottom: 29px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #b9b9b9;
  border-radius: 30px;
  box-shadow: 0 4px 4px 1px rgba(0, 0, 0, 0.34);
}

.top-orange {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 126px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #f4a435;
  text-align: center;
}

.topline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 36px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #0f1b3c;
}

.topline.invisible {
  background-color: transparent;
}

.text-block-5 {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.heading-4 {
  padding-right: 21px;
  padding-left: 21px;
  font-size: 16px;
  font-weight: 500;
}

.text-block-6 {
  margin-top: 23px;
  margin-bottom: 23px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.text-block-6.additional {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  color: red;
}

.paragraph-4 {
  margin-bottom: auto;
  padding-right: 21px;
  padding-left: 21px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

.div-block-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.heading-5 {
  margin-top: 56px;
  margin-bottom: 56px;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
}

.heading-5.white {
  color: #fff;
}

.heading-5.zero-margins {
  margin-top: 0px;
  margin-bottom: 49px;
}

.troikas-wraps {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-bottom: 61px;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.troika-bloks {
  width: 30%;
}

.heading-6 {
  width: 160px;
  padding: 6px 22px;
  border-radius: 30px;
  background-color: #f4a435;
  color: #fff;
  font-size: 16px;
}

.heading-6.solution {
  margin-top: 47px;
  background-color: #0f1b3c;
}

.paragraph-5 {
  margin-left: 19px;
  font-size: 16px;
}

.section-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 71px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0f1b3c;
}

.div-block-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-19 {
  margin-left: 37px;
}

._5-komponenti {
  margin-bottom: 7px;
  font-size: 16px;
}

.div-block-20 {
  width: 50%;
  padding-left: 134px;
}

.div-block-21 {
  width: 50%;
}

.paragraph-6 {
  margin-bottom: 74px;
  padding-right: 184px;
  font-size: 16px;
}

.text-span-6 {
  font-weight: 700;
}

.button-3 {
  margin-left: 0px;
  padding-right: 73px;
  padding-left: 73px;
  border-style: solid;
  border-width: 3px;
  border-color: #965f15;
  border-radius: 60px;
  background-color: #f4a435;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #0f1b3c;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.button-3:hover {
  border-color: #f4a435;
  background-color: #0f1b3c;
  box-shadow: 0 0 12px 0 #f4a435;
  color: #fff;
}

.button-3.crazy-88 {
  margin-left: -88px;
}

.div-block-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-26 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-top: -74px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.div-block-27 {
  width: 50%;
}

.div-block-28 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-top: 87px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-29 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 33px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: right;
}

.div-block-30 {
  width: 50%;
  padding-left: 33px;
}

.paragraph-7 {
  width: 70%;
  font-size: 16px;
  font-weight: 500;
}

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

.section-5 {
  padding-top: 79px;
  padding-bottom: 107px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f4a435;
  text-align: center;
}

.paragraph-8 {
  width: 700px;
  font-size: 22px;
  line-height: 30px;
}

.text-span-8 {
  color: #fff;
  font-weight: 600;
}

.div-block-31 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-32 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.kartochka-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  margin: 10px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-34 {
  margin-right: 26px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.paragraph-9 {
  font-size: 16px;
}

.section-6 {
  padding-top: 85px;
  padding-bottom: 121px;
}

.text-span-9 {
  font-weight: 700;
}

.text-span-9.orange {
  color: #f4a435;
}

.heading-7 {
  margin-top: 0px;
}

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

.div-block-35 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 89px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-7 {
  background-color: #f4a435;
}

.div-block-36 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 59px;
  padding-bottom: 59px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.iekshejais-relativs {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.shlusel-1 {
  position: absolute;
  left: 11%;
  top: 0%;
  right: auto;
  bottom: auto;
  -webkit-transform: rotate(57deg);
  -ms-transform: rotate(57deg);
  transform: rotate(57deg);
}

.shlusel-2 {
  position: absolute;
  left: 5%;
  top: 46%;
  right: auto;
  bottom: auto;
  -webkit-transform: rotate(-46deg);
  -ms-transform: rotate(-46deg);
  transform: rotate(-46deg);
}

.shlusel-3 {
  position: absolute;
  left: 12%;
  top: auto;
  right: auto;
  bottom: -26%;
  -webkit-transform: rotate(100deg);
  -ms-transform: rotate(100deg);
  transform: rotate(100deg);
}

.div-block-37 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 9%;
  bottom: auto;
  -webkit-transform: rotate(-123deg);
  -ms-transform: rotate(-123deg);
  transform: rotate(-123deg);
}

.div-block-38 {
  position: absolute;
  left: auto;
  top: 46%;
  right: 4%;
  bottom: auto;
}

.div-block-39 {
  position: absolute;
  left: auto;
  top: auto;
  right: 13%;
  bottom: -30%;
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}

.dubult-wrapers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.form-wrap-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-42 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-43 {
  width: 50%;
}

.form-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 43px;
  padding-left: 43px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 5px;
  border-color: #fff;
  border-radius: 20px;
  background-image: linear-gradient(43deg, #d47d03, #f4a435);
}

.text-block-8 {
  margin-top: 32px;
  margin-bottom: 35px;
  font-size: 21px;
  font-weight: 700;
  text-align: center;
}

.text-block-9 {
  margin-top: 25px;
  margin-bottom: 11px;
  font-size: 15px;
  font-weight: 700;
}

.submit-button {
  margin-top: 33px;
  margin-bottom: 40px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-radius: 80px;
  background-color: #0f1b3c;
  box-shadow: 4px 4px 0 0 #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 16px;
  font-weight: 600;
}

.submit-button:hover {
  box-shadow: 0 0 0 0 #fff;
  -webkit-transform: translate(6px, 6px);
  -ms-transform: translate(6px, 6px);
  transform: translate(6px, 6px);
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 290px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.image-4 {
  margin-top: 111px;
}

.div-block-44 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
}

.text-block-10 {
  color: #fff;
  text-decoration: none;
}

.div-block-45 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-46 {
  margin-right: 30px;
}

.link-block {
  margin-top: 10px;
}

.div-block-47 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.text-block-11 {
  font-size: 16px;
  font-weight: 700;
}

.image-5 {
  margin-bottom: 8px;
}

.text-block-12 {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
}

.success-message {
  width: 90%;
  margin-bottom: 45px;
  background-color: #089712;
}

.error-message {
  width: 100%;
  background-color: #db0303;
}

.text-block-13 {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

.section-10 {
  margin-bottom: 63px;
}

.link-block-2 {
  margin-right: 30px;
}

.link-block-3 {
  margin-right: 30px;
}

.text-block-14 {
  margin-top: 12px;
}

.cookie-consent {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: none;
  max-width: 700px;
  margin: 49px;
  padding: 22px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid;
  border-width: 5px;
  border-color: #f4a435;
  border-radius: 30px;
  background-color: #fff;
}

.button-4 {
  margin-top: 8px;
  border-style: solid;
  border-width: 5px;
  border-color: #c58329;
  border-radius: 40px;
  background-color: #f4a435;
  color: #0f1b3c;
}

.div-block-48 {
  max-width: 1200px;
  margin-right: auto;
  margin-bottom: 125px;
  margin-left: auto;
  padding-right: 124px;
  padding-left: 124px;
}

.link-block-4 {
  position: absolute;
  left: 0%;
  top: 20px;
  right: auto;
  bottom: auto;
}

.linx {
  color: #965f15;
  text-decoration: underline;
}

.politikas {
  font-size: 17px;
  line-height: 150%;
}

.cross {
  position: absolute;
  left: 29%;
  top: 157px;
  right: auto;
  bottom: auto;
  display: block;
  width: 90px;
  height: 5px;
  background-color: red;
  -webkit-transform: rotate(-17deg);
  -ms-transform: rotate(-17deg);
  transform: rotate(-17deg);
}

.text-block-15 {
  display: block;
  margin-bottom: 20px;
  color: red;
}

@media screen and (max-width: 991px) {
  .heading {
    font-size: 30px;
  }

  .logowrap {
    top: 2%;
  }

  .zemsekcijas-wraperis {
    padding-right: 10px;
    padding-left: 10px;
  }

  .div-block-6 {
    margin-right: 18px;
  }

  .oranzha-kaste {
    width: 740px;
  }

  .paragraph-2 {
    width: 270px;
  }

  .text-block-3.white {
    width: 100%;
  }

  .div-block-9 {
    width: 40%;
    margin: 14px 20px;
  }

  .div-block-9.minus-r-marg {
    margin-right: 20px;
  }

  .atslegu-wraperis {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

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

  .chetrpaka {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .singleblock {
    margin-right: 35px;
    margin-bottom: 41px;
    margin-left: 35px;
  }

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

  .paragraph-6 {
    padding-right: 69px;
  }

  .button-3 {
    padding-right: 23px;
    padding-left: 23px;
  }

  .paragraph-8 {
    width: 70%;
  }

  .div-block-31 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .image-2 {
    margin-bottom: 30px;
  }

  .div-block-40 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .dubult-wrapers {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-42 {
    width: 30%;
    margin-right: 20px;
    margin-left: 20px;
  }

  .div-block-43 {
    width: 60%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .link-block-4 {
    top: 2%;
  }
}

@media screen and (max-width: 767px) {
  .section {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/coverart.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/coverart.jpg');
    background-size: auto, cover;
  }

  .heading {
    max-width: 90%;
    margin-top: 153px;
    font-size: 21px;
    line-height: 180%;
  }

  .logowrap {
    width: 110px;
  }

  .zemsekcijas-wraperis {
    padding-right: 30px;
    padding-left: 30px;
  }

  .div-block-5 {
    margin-bottom: 37px;
  }

  .heading-2 {
    text-align: center;
  }

  .oranzha-kaste {
    width: 450px;
    padding-right: 27px;
    padding-left: 27px;
  }

  .div-block-8 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-block-3.white {
    margin-top: 43px;
  }

  .button {
    width: 420px;
  }

  .div-block-12 {
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-13 {
    margin-top: 29px;
    margin-left: 0px;
  }

  .singleblock {
    margin-right: 7px;
    margin-left: 7px;
  }

  .heading-5 {
    margin-bottom: 0px;
  }

  .heading-5.white {
    width: 90%;
    margin-bottom: 37px;
    line-height: 150%;
  }

  .troikas-wraps {
    padding-right: 10%;
    padding-left: 10%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .troika-bloks {
    width: 100%;
  }

  .heading-6 {
    margin-top: 46px;
  }

  .heading-6.solution {
    margin-top: 6px;
  }

  .section-4 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-17 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-20 {
    width: 100%;
    margin-top: 46px;
    margin-bottom: 36px;
  }

  .div-block-21 {
    width: 100%;
    margin-bottom: 58px;
  }

  .paragraph-6 {
    padding-right: 0px;
  }

  .button-3 {
    text-align: center;
  }

  .div-block-28 {
    padding-right: 29px;
    padding-left: 29px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-30 {
    width: 100%;
    padding-left: 0px;
  }

  .paragraph-7 {
    width: 100%;
  }

  .kartochka-wrapper {
    width: 90%;
    margin-bottom: 54px;
  }

  .div-block-35 {
    margin-top: 48px;
  }

  .div-block-36 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .dubult-wrapers {
    margin-top: 32px;
  }

  .div-block-41 {
    margin-bottom: 35px;
  }

  .section-8 {
    padding-right: 29px;
    padding-left: 29px;
  }

  .form-wrap-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-42 {
    width: 90%;
  }

  .div-block-43 {
    width: 100%;
  }

  .image-4 {
    margin-top: 15px;
    margin-bottom: 46px;
  }

  .div-block-45 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .div-block-47 {
    margin-top: 10px;
    margin-bottom: 45px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-48 {
    padding-right: 51px;
    padding-left: 51px;
  }

  .link-block-4 {
    width: 110px;
  }
}

@media screen and (max-width: 479px) {
  .section {
    padding-right: 10px;
    padding-left: 10px;
  }

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

  .heading {
    font-size: 18px;
    line-height: 170%;
  }

  .heading.policy {
    margin-top: 193px;
  }

  .logowrap {
    top: 26px;
  }

  .zemsekcijas-wraperis {
    padding-right: 10px;
    padding-left: 10px;
  }

  .div-block-5 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-6 {
    margin-bottom: 15px;
  }

  .heading-2 {
    line-height: 30px;
  }

  .oranzha-kaste {
    width: 100%;
  }

  .paragraph-2 {
    text-align: center;
  }

  .button {
    width: 90%;
  }

  .div-block-9 {
    width: 90%;
  }

  .heading-5.zero-margins {
    margin-bottom: 37px;
  }

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

  .button-3.crazy-88 {
    margin-left: 0px;
  }

  .div-block-23 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-26 {
    width: 100%;
  }

  .div-block-27 {
    width: 100%;
  }

  .div-block-28 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-29 {
    width: 100%;
    padding-right: 0px;
  }

  .paragraph-8 {
    width: 90%;
    margin-top: 61px;
    font-size: 18px;
    line-height: 160%;
  }

  .kartochka-wrapper {
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-34 {
    margin-bottom: 24px;
  }

  .section-6 {
    padding-bottom: 75px;
  }

  .shlusel-1 {
    top: 14%;
  }

  .shlusel-2 {
    left: 43%;
    top: 11%;
    right: auto;
    bottom: auto;
  }

  .div-block-37 {
    top: 10%;
  }

  .div-block-38 {
    left: auto;
    top: auto;
    right: 46%;
    bottom: -30%;
  }

  .image-2 {
    width: 100%;
    height: 100%;
  }

  .dubult-wrapers {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section-8 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .section-9 {
    padding-right: 21px;
    padding-left: 21px;
  }

  .image-3 {
    height: 100%;
  }

  .form-block {
    padding-right: 11px;
    padding-left: 11px;
  }

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

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

  .link-block-4 {
    top: 26%;
  }

  .politikas {
    font-size: 15px;
  }
}

