.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;
}

.w-form-formradioinput--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: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: bold;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: bold;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: bold;
}

p {
  margin-bottom: 10px;
}

a {
  text-decoration: underline;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

blockquote {
  margin-bottom: 10px;
  padding: 10px 20px;
  border-left: 5px solid #e2e2e2;
  font-size: 18px;
  line-height: 22px;
}

.image {
  width: auto;
}

.brand {
  width: auto;
  max-width: 250px;
  min-width: 150px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.brand.w--current {
  width: 250px;
}

.navbar {
  background-color: #fff;
  box-shadow: 0 0 8px 2px #ddd;
}

.container {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-menu {
  margin-right: 0px;
  margin-left: 0px;
  font-size: 16px;
}

.body {
  background-color: transparent;
  font-family: Exo, sans-serif;
  font-size: 16px;
}

.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 20px;
  -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;
}

.nav-link {
  margin-right: 20px;
  margin-left: 20px;
  padding-right: 0px;
  padding-bottom: 20px;
  padding-left: 0px;
  border-bottom: 2px none #fff;
  border-left: 3px none #000;
  background-color: #fff;
  font-size: 20px;
  font-weight: 500;
}

.nav-link:hover {
  padding-bottom: 20px;
  border-bottom: 2px none #1e558f;
  background-color: #fff;
  color: #009efa;
  font-weight: 500;
}

.nav-link.w--current {
  color: #009efa;
  font-size: 18px;
}

.nav-link-2 {
  padding-bottom: 20px;
}

.div-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin: 0px auto 100px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  text-align: left;
}

.rte_text {
  padding-right: 20px;
  padding-left: 20px;
  font-family: Exo, sans-serif;
  color: #1b1b1b;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
}

.rte_text h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #1b1b1b;
  font-size: 65px;
  line-height: 85px;
}

.rte_text h2 {
  margin-top: 10px;
  color: #1b1b1b;
  font-size: 46px;
  line-height: 55px;
  font-weight: 300;
}

.rte_text h3 {
  margin-top: 10px;
  background-color: transparent;
  color: #1b1b1b;
  font-size: 33px;
  line-height: 40px;
  font-weight: 600;
}

.rte_text p {
  color: #1b1b1b;
  font-size: 17px;
  line-height: 26px;
  font-weight: 400;
}

.rte_text a {
  color: #009efa;
  text-decoration: none;
}

.rte_text a:hover {
  text-decoration: underline;
}

.rte_text h4 {
  color: #1b1b1b;
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
}

.rte_text h5 {
  color: #858585;
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
}

.rte_text h6 {
  font-size: 15px;
  font-weight: 700;
}

.rte_text blockquote {
  border-left-color: #618015;
  background-color: #f6f6e0;
  color: #618015;
  font-size: 17px;
  font-weight: 300;
  text-align: left;
}

.div-text-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}

.section-text {
  margin-top: 0px;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: transparent;
}

.section-categories {
  margin-top: 0px;
  padding-right: 10px;
  padding-left: 10px;
  background-color: transparent;
}

.link-block {
  display: block;
  overflow: visible;
  width: 100%;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-bottom-right-radius: 20px;
  background-color: transparent;
  text-decoration: none;
}

.div-content_2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.rte_link_category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -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-transition: font-size 250ms ease;
  transition: font-size 250ms ease;
  color: #fff;
  font-size: 28px;
  line-height: 35px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.rte_link_category:hover {
  color: #fff;
  font-size: 35px;
  line-height: 45px;
}

.div-green_1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -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-bottom-right-radius: 0px;
  background-color: #c3c205;
}

.div-green_1:hover {
  background-color: #929102;
  font-size: 16px;
}

.div-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 0px;
  -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-wrap {
  width: 25%;
  height: 14vw;
  max-height: 300px;
  max-width: none;
  padding: 7px;
}

.div-green_2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -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: #a7b800;
}

.div-green_2:hover {
  background-color: #778301;
}

.div-green_3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -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: #618015;
}

.div-green_3:hover {
  background-color: #405804;
}

.div-green_4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -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: #003770;
}

.div-green_4:hover {
  background-color: #001e3d;
}

.section-actuality {
  margin-top: 100px;
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 13px;
  background-color: transparent;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.rte_actuality h3 {
  margin-top: 5px;
  margin-bottom: 10px;
  color: #1b1b1b;
  font-size: 20px;
  font-weight: 500;
}

.rte_actuality h2 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.div-perex {
  width: 70%;
  padding-right: 20px;
  padding-left: 20px;
}

.div-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 200px;
  height: 200px;
  min-height: auto;
  min-width: auto;
  padding-right: 0px;
  -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: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-content-copy {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.image-2 {
  overflow: visible;
  max-height: 100%;
  min-height: 100%;
  min-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.link-blue-read {
  color: #006cdd;
}

.link-blue-read:hover {
  color: #1e558f;
  text-decoration: none;
}

.section-references {
  position: static;
  margin-top: 100px;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: transparent;
  background-image: url('../images/pozadie_02.svg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.div-content-references {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: 1200px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.rte_references {
  text-align: left;
}

.rte_references p {
  margin-bottom: 10px;
  color: #1e558f;
  line-height: 22px;
  font-style: italic;
  font-weight: 400;
}

.rte_references h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #1b1b1b;
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
}

.div-reference {
  display: block;
  width: 25%;
  margin-top: 0px;
  margin-right: 0px;
  padding: 8px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom-right-radius: 25px;
  background-color: transparent;
}

.div-bubble {
  padding: 35px;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  background-color: #fff;
  box-shadow: 1px 1px 12px 2px rgba(0, 0, 0, 0.14);
}

.footer {
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 3px none #003770;
  background-color: #003770;
}

.div-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  height: auto;
  margin-bottom: 0px;
  padding-right: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
}

.link-footer {
  color: #4ca8dd;
  text-decoration: none;
}

.link-footer:hover {
  text-decoration: underline;
}

.paragraph {
  margin-top: 5px;
  margin-bottom: 0px;
  color: #fff;
}

.image-3 {
  width: auto;
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 37%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.div-soc-med {
  position: static;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  padding-right: 10px;
  padding-bottom: 10px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.link-block-2 {
  display: block;
  width: 30px;
  height: auto;
}

.link-block-2:hover {
  opacity: 0.82;
}

.paragraph-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #eee;
  font-size: 18px;
}

.div-block-4 {
  max-width: 1300px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
}

.bold-text {
  color: #eee;
}

.bold-text-2 {
  color: #eee;
}

.bold-text-3 {
  color: #eee;
}

.div-mark {
  position: absolute;
  left: -9%;
  top: -38%;
  right: auto;
  bottom: auto;
  width: 80px;
  height: 80px;
}

.link-block-3 {
  display: block;
  width: 30px;
  height: auto;
  margin-top: 10px;
  margin-left: 0px;
}

.link-block-3:hover {
  opacity: 0.82;
}

.div-title {
  max-width: 1200px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 20px;
}

.heading {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #1b1b1b;
  font-size: 35px;
  font-weight: 400;
  text-align: left;
}

.div-green_1-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -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-bottom-right-radius: 0px;
  background-color: #bdbc00;
}

.div-green_1-2:hover {
  background-color: #7f7f02;
}

.div-green_2-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -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: #99a802;
}

.div-green_2-2:hover {
  background-color: #677200;
}

.div-green_3-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -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: #516b10;
}

.div-green_3-2:hover {
  background-color: #334700;
}

.div-green_4-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -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: #002e5d;
}

.div-green_4-2:hover {
  background-color: #00162c;
}

.rte-text {
  padding-right: 0px;
  padding-left: 0px;
  font-family: Exo, sans-serif;
  color: #1b1b1b;
  font-size: 14px;
  font-weight: 300;
  text-align: left;
}

.rte-text h1 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #1b1b1b;
  font-size: 55px;
  line-height: 60px;
}

.rte-text h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #1b1b1b;
  font-size: 45px;
  line-height: 45px;
  font-weight: 300;
}

.rte-text h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: transparent;
  color: #1b1b1b;
  font-size: 30px;
  line-height: 35px;
  font-weight: 700;
}

.rte-text p {
  color: #1b1b1b;
  font-size: 17px;
  line-height: 26px;
  font-weight: 400;
}

.rte-text a {
  color: #009efa;
  font-weight: 400;
  text-decoration: none;
}

.rte-text a:hover {
  text-decoration: underline;
}

.rte-text h4 {
  margin-bottom: 10px;
  color: #1b1b1b;
  font-size: 23px;
  line-height: 30px;
  font-weight: 700;
}

.rte-text h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #009efa;
  font-size: 18px;
  line-height: 28px;
}

.rte-text h6 {
  margin-top: 10px;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
}

.rte-text blockquote {
  margin-top: 10px;
  border-top: 5px none #92bad1;
  border-left-style: dotted;
  border-left-color: #1e558f;
  border-radius: 0px;
  background-color: #eef9ff;
  color: #1e558f;
  font-size: 17px;
  line-height: 24px;
  font-weight: 400;
  text-align: left;
}

.rte-text ul {
  font-size: 17px;
  line-height: 24px;
}

.div-references {
  position: relative;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  max-width: none;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 15px;
  padding-left: 15px;
  -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;
}

.heading-2 {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 0px;
  border-left: 23px none #1e558f;
  font-family: Exo, sans-serif;
  font-size: 53px;
  line-height: 58px;
  text-transform: none;
}

.body-2 {
  font-family: Exo, sans-serif;
}

.body-3 {
  font-family: Exo, sans-serif;
}

.rte-references {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  margin-top: 0px;
  padding-top: 15px;
  -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;
  color: #1b1b1b;
  line-height: 20px;
}

.rte-references h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 0px;
  border-left: 3px none #009efa;
  font-weight: 400;
}

.rte-references p {
  font-size: 16px;
  line-height: 25px;
}

.rte-references ul {
  max-width: none;
  margin-top: 0px;
  margin-bottom: 15px;
  border-radius: 0px;
  background-color: transparent;
  color: #1b1b1b;
  font-size: 17px;
  line-height: 25px;
  font-style: italic;
  list-style-type: disc;
}

.rte-references em {
  background-color: transparent;
  color: #b1b1b1;
  line-height: 22px;
  font-weight: 400;
}

.rte-references li {
  margin-bottom: 10px;
  color: #1b1b1b;
  font-size: 16px;
  line-height: 22px;
}

.rte-references h3 {
  margin-top: 0px;
  color: #1e558f;
}

.rte-references strong {
  color: #128bd1;
}

.section-header {
  padding-top: 40px;
  padding-bottom: 40px;
  background-image: url('../images/pozadie_02.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #1b1b1b;
}

.div-title-header {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
}

.heading-3 {
  font-weight: 400;
}

.div-list {
  display: block;
  width: auto;
  max-width: 1000px;
  margin-top: 0px;
  margin-bottom: 40px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-left: 2px none #009efa;
  background-color: transparent;
}

.div-block-5 {
  display: block;
  width: auto;
  max-width: none;
  margin-bottom: 6px;
  padding: 7px 20px;
  border-style: none;
  border-width: 1px;
  border-color: #dadada;
  border-radius: 5px;
  background-color: transparent;
}

.div-block-5:hover {
  border-style: none;
  border-color: #92bad1;
  background-color: transparent;
  color: #009efa;
  text-decoration: underline;
}

.heading-4 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #009efa;
  font-weight: 400;
}

.text-span {
  color: #1e558f;
}

.text-span-2 {
  color: #1e558f;
}

.text-span-3 {
  color: #1e558f;
}

.link-references {
  color: #009efa;
  text-decoration: none;
}

.text-span-4 {
  color: #1e558f;
}

.text-span-5 {
  color: #1e558f;
}

.text-span-6 {
  color: #1e558f;
}

.text-span-7 {
  color: #1e558f;
}

.text-span-8 {
  color: #1e558f;
}

.text-span-9 {
  color: #1e558f;
}

.div-block-6 {
  position: fixed;
  left: auto;
  top: 91%;
  right: 4%;
  bottom: auto;
  width: 50px;
  height: 50px;
  background-color: #1e558f;
  color: transparent;
}

.div-block-7 {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-content-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-button-arrow-up {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 50px;
  height: 50px;
  margin-right: 13vh;
  margin-bottom: 40px;
  border-radius: 25px;
  background-color: #1e558f;
}

.div-button-arrow-up:hover {
  background-color: #003770;
}

.div-block-10 {
  position: relative;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.link-block-4 {
  width: 50px;
  height: 50px;
  padding: 10px;
}

.link-block-4:hover {
  background-color: transparent;
  opacity: 1;
}

.div-text-content-900 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-content-900 {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.rte-o-nas {
  width: auto;
  font-family: Exo, sans-serif;
  color: #1b1b1b;
  font-weight: 400;
  text-align: center;
}

.rte-o-nas h2 {
  margin-bottom: 20px;
  line-height: 40px;
  font-weight: 300;
}

.rte-o-nas p {
  font-size: 17px;
  line-height: 24px;
}

.rte-o-nas h3 {
  margin-top: 10px;
}

.rte-o-nas ul {
  font-family: Exo, sans-serif;
  font-size: 17px;
  line-height: 24px;
  text-align: left;
}

.rte-o-nas li {
  margin-bottom: 10px;
}

.rte-o-nas a {
  color: #009efa;
  text-decoration: none;
}

.rte-o-nas a:hover {
  text-decoration: underline;
}

.div-wrp {
  width: auto;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
}

.div-wrp-inside {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px;
  padding-top: 20px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.paragraph-3 {
  margin-bottom: 0px;
  font-family: Exo, sans-serif;
  color: #1b1b1b;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
}

.div-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-inside-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  margin-right: 0px;
  padding: 0px;
  -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;
}

.div-wrp-icons {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding: 30px 0px;
  border-style: none;
  border-width: 1px;
  border-color: #a7b800;
  border-radius: 0px;
  background-color: transparent;
}

.div-inside-wrp {
  width: auto;
  height: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-18 {
  margin-bottom: 10px;
  border-bottom: 2px none #009efa;
}

.image-5 {
  color: #a7b800;
}

.div-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  -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-columns-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  -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-column-inside {
  width: 45%;
  padding-right: 10px;
  padding-left: 10px;
}

.section-columns {
  margin-bottom: 60px;
}

.div-block-22 {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -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;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.rich-text-block {
  font-family: Exo, sans-serif;
}

.div-content-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.rte-contact {
  margin-top: 0px;
  font-family: Exo, sans-serif;
  color: #1b1b1b;
  font-weight: 400;
  text-align: left;
}

.rte-contact h2 {
  margin-top: 0px;
  margin-bottom: 20px;
  border-left: 1px none #009efa;
  font-size: 34px;
  line-height: 40px;
  font-weight: 400;
}

.rte-contact p {
  margin-bottom: 5px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 17px;
  line-height: 26px;
}

.rte-contact h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 25px;
  line-height: 31px;
  font-weight: 700;
  text-decoration: none;
}

.rte-contact ul {
  font-family: Exo, sans-serif;
  font-size: 17px;
  line-height: 24px;
  text-align: left;
}

.rte-contact li {
  margin-bottom: 10px;
}

.rte-contact em {
  padding-right: 0px;
  padding-left: 0px;
  border-left: 3px none #1e558f;
  background-color: transparent;
  color: #1b1b1b;
  line-height: 30px;
  text-decoration: none;
}

.rte-contact a {
  color: #009efa;
  text-decoration: none;
}

.rte-contact a:hover {
  text-decoration: underline;
}

.rte-contact h4 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #1b1b1b;
  font-size: 20px;
  font-weight: 400;
}

.div-wrap-inside {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: 70px;
  margin-right: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -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;
}

.div-transport-left {
  width: auto;
}

.div-contact-inside-left {
  width: 50%;
  margin-top: 50px;
  padding-right: 30px;
}

.div-transport {
  margin-top: 40px;
}

.div-transport-wrap {
  margin-bottom: 40px;
  padding-top: 10px;
}

.div-contact-person {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.div-cnt-inside {
  width: 50%;
  padding-right: 0px;
}

.div-block-31 {
  width: 30%;
}

.section-contact {
  padding-bottom: 80px;
}

.section-2 {
  display: none;
  height: 50px;
  background-image: url('../images/pozadie_02.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

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

.div-block-32 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  -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;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 50px;
  -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: #77aae9;
  font-size: 16px;
  text-align: left;
}

.button:hover {
  background-color: #4992ce;
}

.body-4 {
  font-family: Exo, sans-serif;
}

.div-block-33 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-34 {
  position: absolute;
  left: 0%;
  top: 12%;
  right: 0%;
  bottom: auto;
  max-width: 550px;
  margin-right: auto;
  margin-left: auto;
}

.paragraph-4 {
  color: #64a0dd;
  font-size: 17px;
  line-height: 24px;
  text-align: center;
}

.heading-5 {
  margin-bottom: 0px;
  color: #64a0dd;
  font-size: 100px;
  line-height: 100px;
  text-align: center;
}

.heading-6 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #64a0dd;
  font-size: 35px;
  line-height: 40px;
  font-weight: 400;
  text-align: center;
}

.utility-page-form {
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-contact-bottom {
  margin-bottom: 40px;
}

.div-contact-right {
  width: 40%;
  margin-top: 50px;
  padding: 0px 20px 10px;
  border-style: none;
  border-width: 1px;
  border-color: #bebebe;
}

.form-block {
  font-family: Exo, sans-serif;
}

.field-label {
  font-size: 17px;
}

.field-label-2 {
  font-size: 17px;
}

.input-wrp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 6px;
  -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;
  text-align: left;
}

.checkbox-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 20px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.error-icon {
  display: block;
  width: 24px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.form-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Exo, sans-serif;
  text-align: left;
}

.form-error-message {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-right: auto;
  margin-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: red;
  font-size: 15px;
  font-style: italic;
  font-weight: 300;
  text-align: left;
}

.checkbox-label {
  width: 90%;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #252525;
  font-size: 16px;
  font-weight: 300;
  text-align: left;
}

.checkbox-label:hover {
  color: #858585;
}

.div-checkbox {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.text-field-cart {
  width: 100%;
  height: 50px;
  margin-bottom: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #bebebe;
  background-color: #fff;
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
}

.text-field-cart:focus {
  border-color: #009efa;
  background-color: #fff;
}

.text-field-cart.error {
  width: 100%;
  border-color: #a80b00;
  background-color: #ffd1c0;
}

.form-group {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.error-msg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.error-img-wrp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  margin-right: 10px;
  padding-right: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: left;
}

.registration-info {
  display: block;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: right;
}

.contact-info {
  margin-bottom: 40px;
}

.checkbox {
  width: 20px;
  height: 20px;
  margin-top: 0px;
  margin-right: 10px;
  margin-left: 0px;
}

.field-label-cart {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0px;
  padding-right: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #1b1b1b;
  font-size: 17px;
  font-weight: 700;
  text-align: left;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.button-2 {
  margin-right: auto;
  margin-left: 0px;
  padding: 12px 25px;
  background-color: #1e558f;
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
}

.button-2:hover {
  background-color: #003770;
}

.textarea {
  width: 100%;
}

.textarea:focus {
  border-style: solid;
  border-width: 1px;
  border-color: #009efa;
}

.body-5 {
  font-family: Exo, sans-serif;
}

.div-title-curse {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: 0px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-left: 7px solid #cdcc01;
}

.div-title-curse.green {
  border-left-color: #a7b800;
}

.div-title-curse.green-2 {
  border-left-color: #618015;
}

.div-title-curse.blue {
  border-left-color: #1e558f;
}

.div-title-curse.blue-2 {
  border-left-color: #009efa;
}

.rte_kurzy {
  margin-right: 0px;
  text-align: left;
}

.rte_kurzy h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 700;
}

.rte_kurzy p {
  margin-bottom: 0px;
  color: #1b1b1b;
  font-size: 16px;
  line-height: 21px;
}

.rte_kurzy h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 32px;
  line-height: 40px;
}

.rte_kurzy h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 18px;
}

.section-curses {
  padding: 60px 10px;
}

.div-block-35 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 11px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-bottom: 1px solid #bebebe;
  border-left: 3px none #a7b800;
  background-color: transparent;
}

.div-block-36 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-37 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-38 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-39 {
  width: 30%;
  padding-right: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-40 {
  width: 30%;
  padding-right: 20px;
}

.div-block-41 {
  width: 50%;
  padding-right: 20px;
}

.div-block-42 {
  width: 50%;
  padding-right: 20px;
}

.link-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 11px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid #bebebe;
  background-color: #fff;
  color: #1b1b1b;
  text-decoration: none;
}

.link-block-5:hover {
  background-color: #f1f1cd;
}

.div-column-left {
  width: 40%;
  padding-right: 30px;
}

.div-wrap-right-inside-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
}

.heading-7 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #1b1b1b;
  font-weight: 400;
  text-decoration: none;
}

.div-inside-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
}

.div-price-inside {
  width: 30%;
  padding-right: 20px;
}

.div-document {
  width: 60%;
  padding-right: 20px;
}

.paragraph-5 {
  margin-bottom: 0px;
  color: #696969;
  font-size: 16px;
  line-height: 21px;
}

.heading-8 {
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 22px;
}

.heading-9 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 20px;
  font-weight: 600;
}

.div-wrap-curse {
  margin-right: 10px;
  margin-left: 10px;
  padding-left: 0px;
}

.div-exercise {
  width: 40%;
  padding-right: 20px;
}

.bold-text-4 {
  font-weight: 700;
}

.bold-text-5 {
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
}

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

.heading-10 {
  margin-top: 10px;
  font-family: Exo, sans-serif;
  font-size: 30px;
  line-height: 35px;
  font-weight: 400;
}

.body-6 {
  font-family: Exo, sans-serif;
}

.div-main-info {
  display: block;
  width: auto;
  margin-right: 0px;
  margin-bottom: 30px;
  -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: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-wrap-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-51 {
  width: 30%;
}

.rte_detail p {
  margin-bottom: 10px;
  font-size: 17px;
  line-height: 22px;
  font-weight: 400;
}

.rte_detail h4 {
  margin-top: 0px;
  margin-bottom: 2px;
  font-size: 19px;
}

.div-detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 10px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: left;
}

.div-image-inside {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  margin-right: 15px;
  margin-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-in-wrap-detail {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-wrap-content {
  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-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-56 {
  width: auto;
}

.div-price {
  width: 35%;
  margin-bottom: 50px;
  padding-right: 10px;
  padding-left: 10px;
}

.div-wrap-price {
  max-width: 450px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: 0px;
  border-radius: 6px;
  background-color: #003770;
  box-shadow: 0 0 10px 0 #b4b4b4;
}

.heading-11 {
  margin-top: 0px;
  margin-bottom: 5px;
  color: #009efa;
  font-size: 40px;
  line-height: 35px;
  font-weight: 700;
  text-align: left;
}

.bold-text-6 {
  color: #1b1b1b;
  font-size: 25px;
  line-height: 30px;
  font-weight: 400;
}

.paragraph-6 {
  margin-bottom: 0px;
  padding-bottom: 15px;
  color: #009efa;
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  text-align: left;
}

.div-wrap-price-no-dph {
  margin-bottom: 0px;
  padding: 50px 20px 20px;
  border-radius: 0px;
  background-color: transparent;
}

.div-price-2 {
  margin-bottom: 0px;
  padding-bottom: 10px;
}

.paragraph-7 {
  margin-bottom: 0px;
  background-color: transparent;
  color: #1e558f;
  font-size: 17px;
  line-height: 24px;
}

.div-price-dph {
  border-bottom: 1px none #009efa;
}

.div-price-other {
  width: 50%;
  margin-left: 0px;
  padding: 5px 5px 5px 10px;
  border-bottom: 1px none #009efa;
  background-color: #ddf2ff;
}

.div-deat {
  padding-top: 0px;
  padding-bottom: 20px;
}

.link {
  color: #009efa;
  font-size: 18px;
  text-decoration: underline;
}

.link:hover {
  color: #1e558f;
  text-decoration: underline;
}

.div-block-63 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-64 {
  width: 20px;
  height: auto;
  margin-right: 6px;
  margin-bottom: 0px;
}

.div-other-info {
  max-width: none;
  margin-top: 0px;
  margin-right: auto;
  margin-left: 0px;
  padding-top: 20px;
  padding-right: 10px;
  padding-left: 10px;
}

.bold-text-7 {
  color: #60c5ff;
}

.div-details-left {
  width: 65%;
  margin-top: -135px;
  margin-right: auto;
}

.image-7 {
  background-color: transparent;
}

.link-block-blue {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 11px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid #bebebe;
  background-color: #fff;
  color: #1b1b1b;
  text-decoration: none;
}

.link-block-blue:hover {
  background-color: #e3efff;
}

.link-block-blue.color:hover {
  background-color: #f1f1cd;
}

.link-block-blue.color-2:hover {
  background-color: #daf1cd;
}

.link-block-blue.color-3:hover {
  background-color: #d7dd98;
}

.link-block-blue.color-4:hover {
  background-color: #e3f7ff;
}

.div-title-curse-blue {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: 0px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-left: 7px solid #a7b800;
}

.div-title-curse-blue.color {
  border-left-color: #618015;
}

.div-title-curse-blue.color-4 {
  border-left-color: #009efa;
}

.div-title-curse-blue.color-5 {
  border-left-color: #1e558f;
}

.section-form {
  padding: 100px 10px;
  background-color: hsla(0, 0%, 83.3%, 0.63);
}

.div-form {
  max-width: 800px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding: 33px;
  background-color: #fff;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.42);
}

.input-wrp-2 {
  display: block;
  margin-bottom: 10px;
}

.checkbox-2 {
  width: 16px;
  height: 16px;
  margin-top: 0px;
  margin-right: 10px;
  margin-left: 0px;
}

.error-icon-2 {
  display: block;
  width: 24px;
  margin-left: auto;
}

.button-secondary {
  display: block;
  height: 50px;
  margin-top: 0px;
  margin-bottom: 10px;
  padding: 17px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #00849c;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

.button-secondary:hover {
  background-color: #005969;
}

.form-error-message-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-left: 0px;
  color: #ff1600;
  font-size: 15px;
  font-style: italic;
  font-weight: 400;
  text-align: left;
}

.checkbox-label-2 {
  width: 100%;
  margin-right: 0px;
  color: #252525;
  font-size: 16px;
  font-weight: 300;
  text-align: left;
}

.checkbox-label-2:hover {
  color: #858585;
}

.form-button-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.text-field-cart-2 {
  width: 100%;
  height: 50px;
  margin-bottom: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #bebebe;
  background-color: #fff;
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
}

.text-field-cart-2:focus {
  border-width: 1px;
  border-color: #009efa;
  background-color: #edf7ff;
}

.text-field-cart-2.error {
  width: 100%;
  border-color: #a80b00;
  background-color: #ffd1c0;
}

.text-field-cart-2.thanks {
  background-color: #f1f1cd;
}

.div-forgot-password {
  padding-left: 25%;
}

.form-group-2 {
  display: block;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.error-msg-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.error-img-wrp-2 {
  width: auto;
  padding-right: 10px;
}

.registration-info-2 {
  display: block;
  margin-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: right;
}

.checkbox-field-02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 0%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.field-label-cart-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-bottom: 0px;
  padding-right: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #2d3540;
  font-size: 17px;
  font-weight: 500;
  text-align: right;
}

.link-2 {
  color: #09f;
  font-size: 16px;
  font-weight: 400;
}

.link-2:hover {
  color: #005fb3;
}

.form-block-2 {
  font-family: Exo, sans-serif;
}

.body-7 {
  background-color: transparent;
  font-family: Exo, sans-serif;
}

.text-area:focus {
  border-style: solid;
  border-width: 1px;
  border-color: #009efa;
  background-color: #edf7ff;
}

.radio-button-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.radio-button {
  margin-right: 12px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.radio-button:focus {
  background-color: transparent;
  font-size: 14px;
}

.radio-button-label {
  font-size: 16px;
  font-weight: 300;
}

.radio-button-label:hover {
  color: #929292;
}

.recaptcha {
  margin-top: 10px;
  margin-bottom: 20px;
}

.div-cross {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.link-block-6 {
  width: 19px;
  margin-left: auto;
}

.link-block-6:hover {
  opacity: 0.8;
}

.cross {
  width: auto;
  margin-left: auto;
}

.form-2 {
  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;
}

.registration-info-3 {
  display: block;
  margin-bottom: 2px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: right;
}

.input-wrp-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 30px;
  -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;
  text-align: left;
}

.success-message-3 {
  background-color: transparent;
}

.form-group-3 {
  display: block;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: right;
}

.text-block-8 {
  font-size: 18px;
  line-height: 24px;
}

.field-label-cart-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0px;
  padding-right: 10px;
  -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;
  font-family: Exo, sans-serif;
  color: #2d3540;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}

.modal-thanks-wrp {
  max-width: 800px;
  margin: auto;
  padding: 40px;
  border-style: none;
  border-width: 1px;
  border-color: #bebebe;
  background-color: #fff;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.53);
}

.button-3 {
  display: inline-block;
  padding: 20px;
  background-color: #b47337;
  font-size: 16px;
  text-transform: uppercase;
}

.button-3:hover {
  background-color: #cf9800;
}

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

.button-center {
  width: 30%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #1e558f;
  font-size: 16px;
}

.button-center:hover {
  background-color: #003770;
}

.form-block-3 {
  font-family: Exo, sans-serif;
}

.div-content-title {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin: 0px auto;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  text-align: left;
}

.section-text-title {
  margin-top: 0px;
  padding-top: 60px;
  padding-bottom: 40px;
  background-color: transparent;
}

.div-content-footer {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin: 0px auto;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
  text-align: left;
}

.div-block-65 {
  width: 12px;
  margin-right: 3px;
}

.div-block-66 {
  display: block;
  width: 35%;
}

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

.div-block-68 {
  margin-bottom: 3px;
}

.div-block-69 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-bottom: 1px solid #215c9a;
}

.div-block-70 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-71 {
  width: 100%;
  padding-top: 9px;
  text-align: center;
}

.paragraph-8 {
  margin-bottom: 0px;
  color: #bebebe;
  font-size: 14px;
  font-weight: 300;
}

.div-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  padding-right: 11px;
  padding-bottom: 15px;
  -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-bottom: 1px solid #bebebe;
}

.div-curse {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-price-curse {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  height: 100%;
  max-height: none;
  min-height: auto;
  padding-left: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: left;
}

.div-button-curse {
  display: block;
  width: 20%;
  height: auto;
  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: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: right;
}

.div-wrap-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-wrap-course {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 10px 30px;
}

.div-in-wrap-course-title {
  margin-right: 40px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
}

.bold-text-8 {
  color: #1e558f;
}

.div-in-wrap-price {
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px none #1b1b1b;
}

.div-wrap-course-left {
  width: 70%;
}

.div-wrap-right {
  width: 30%;
  padding-top: 20px;
  padding-left: 40px;
}

.body-8 {
  font-family: Exo, sans-serif;
}

.paragraph-9 {
  margin-bottom: 0px;
  font-size: 18px;
}

.div-row-wrap-calendar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 13px;
  padding-bottom: 13px;
  -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-bottom: 1px solid #bebebe;
}

.div-wrap-calendar {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-right: 10px;
  padding-left: 10px;
}

.div-date {
  width: 15%;
  padding-right: 10px;
}

.div-course {
  width: 55%;
  padding-right: 10px;
}

.div-price-calendar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  margin-left: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.div-button-calendar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-left: auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: left;
}

.heading-12 {
  margin-top: 0px;
  font-size: 30px;
  font-weight: 400;
}

.paragraph-10 {
  font-size: 18px;
}

.div-in-row-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
}

.button-4 {
  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-category {
  margin-top: 3px;
  padding-left: 6px;
  border-left: 3px solid #cdcc01;
  background-color: transparent;
}

.div-category.green {
  border-left-color: #a7b800;
}

.div-category.blue {
  border-left-color: #1e558f;
}

.div-category.blue-2 {
  border-left-color: #009efa;
}

.paragraph-11 {
  background-color: transparent;
  font-size: 16px;
  line-height: 21px;
}

.section-calendar {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 60px;
  padding-bottom: 140px;
}

@media screen and (max-width: 991px) {
  .nav-menu {
    background-color: #003770;
  }

  .nav-link {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
    padding: 18px 20px 20px;
    border-bottom: 0px none transparent;
    background-color: #dfdfdf;
    color: #1b1b1b;
    text-align: left;
  }

  .nav-link:hover {
    border-bottom: 0px none transparent;
    background-color: #1e558f;
    color: #fff;
  }

  .menu-button {
    background-color: #fff;
    color: #1d1d1d;
  }

  .menu-button:hover {
    background-color: #fff;
    color: #009efa;
  }

  .menu-button.w--open {
    background-color: transparent;
    color: #009efa;
  }

  .icon:hover {
    color: #0f0f0f;
  }

  .section-categories {
    padding-right: 10px;
    padding-left: 10px;
  }

  .div-content_2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .div-wrap {
    width: 50%;
    height: 20vw;
  }

  .div-content-copy {
    padding-left: 0px;
  }

  .div-content-references {
    width: auto;
    max-width: 1200px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-reference {
    width: 100%;
    padding-left: 8px;
  }

  .div-soc-med {
    display: none;
  }

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

  .div-mark {
    display: none;
    overflow: visible;
  }

  .image-4 {
    overflow: visible;
  }

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

  .div-references {
    width: 80%;
  }

  .div-button-arrow-up {
    margin-right: 5vh;
    margin-bottom: 20px;
  }

  .div-wrp {
    width: auto;
  }

  .image-5 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .div-column-inside {
    width: 50%;
  }

  .div-content-contact {
    padding-right: 10px;
    padding-left: 10px;
  }

  .div-contact-inside-left {
    width: 60%;
  }

  .div-contact-person {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .div-cnt-inside {
    width: 50%;
    padding-bottom: 20px;
  }

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

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

  .error-icon {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .form-error-message {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .checkbox-label {
    margin-right: 5px;
    font-size: 14px;
  }

  .text-field-cart {
    border-style: solid;
    border-width: 1px;
    border-color: #d6d6d6;
  }

  .error-img-wrp {
    margin-right: 10px;
    padding-right: 0px;
  }

  .div-inside-col {
    width: 70%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-document {
    width: 100%;
    margin-bottom: 0px;
    padding-bottom: 10px;
  }

  .heading-9 {
    margin-bottom: 8px;
    line-height: 20px;
  }

  .div-exercise {
    width: 100%;
    margin-bottom: 0px;
    padding-bottom: 10px;
  }

  .bold-text-5 {
    line-height: 17px;
  }

  .div-main-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .div-wrap-details {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-detail {
    width: 50%;
    margin-bottom: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .div-details-left {
    width: 100%;
    margin-top: 0px;
  }

  .checkbox-label-2 {
    margin-right: 5px;
    font-size: 14px;
  }

  .text-field-cart-2 {
    border-style: solid;
    border-width: 1px;
    border-color: #d6d6d6;
  }

  .field-label-cart-3 {
    text-align: left;
  }

  .button-center {
    width: 40%;
  }

  .div-row {
    padding-left: 11px;
  }

  .div-price-curse {
    padding-left: 40px;
  }

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

  .div-in-wrap-price {
    padding-bottom: 20px;
  }

  .div-wrap-course-left {
    width: 100%;
    padding-left: 10px;
  }

  .div-wrap-right {
    width: 100%;
    padding-left: 0px;
  }

  .div-button {
    margin-bottom: 40px;
  }

  .div-date {
    margin-right: 10px;
    padding-right: 0px;
  }

  .div-course {
    width: 60%;
    padding-right: 10px;
  }

  .div-price-calendar {
    width: auto;
    margin-right: 0px;
    margin-left: 0px;
  }

  .div-in-row-left {
    width: 90%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .image-8 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .image-9 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

@media screen and (max-width: 767px) {
  .div-wrap {
    height: 30vw;
    padding: 4px;
  }

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

  .div-perex {
    width: 100%;
    padding-right: 10px;
    padding-left: 0px;
  }

  .div-image {
    margin-bottom: 20px;
    padding-bottom: 0px;
  }

  .div-logo {
    width: 30%;
    margin-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-contact {
    width: 50%;
  }

  .div-button-arrow-up {
    margin-right: 2vh;
  }

  .rte-o-nas {
    width: auto;
  }

  .rte-o-nas ul {
    padding-left: 30px;
  }

  .div-wrp {
    width: auto;
  }

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

  .div-column {
    width: 100%;
    margin-bottom: 15px;
  }

  .div-inside-image {
    width: 80px;
    height: 80px;
    -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;
  }

  .image-5 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .div-columns-2 {
    display: block;
  }

  .div-column-inside {
    width: 100%;
  }

  .section-columns {
    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;
  }

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

  .rte-contact ul {
    padding-left: 30px;
  }

  .div-contact-inside-left {
    width: 100%;
  }

  .div-cnt-inside {
    width: 100%;
  }

  .section-404 {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .button {
    text-align: center;
  }

  .div-block-33 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-34 {
    position: static;
  }

  .image-6 {
    position: static;
    display: none;
    opacity: 1;
  }

  .div-contact-right {
    width: 100%;
  }

  .button-2 {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
  }

  .div-title-curse {
    padding-right: 10px;
    padding-left: 10px;
  }

  .link-block-5 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .div-column-left {
    width: 40%;
  }

  .div-wrap-right-inside-column {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .heading-7 {
    font-size: 20px;
    line-height: 27px;
    font-weight: 500;
  }

  .div-inside-col {
    display: block;
    width: 60%;
  }

  .div-price-inside {
    width: 40%;
  }

  .heading-9 {
    margin-bottom: 2px;
  }

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

  .div-detail {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .div-wrap-content {
    display: block;
  }

  .div-price {
    width: auto;
  }

  .div-wrap-price {
    max-width: none;
  }

  .div-price-other {
    width: auto;
  }

  .div-other-info {
    padding-bottom: 20px;
  }

  .div-details-left {
    width: auto;
  }

  .link-block-blue {
    padding-right: 10px;
    padding-left: 10px;
  }

  .div-title-curse-blue {
    padding-right: 10px;
    padding-left: 10px;
  }

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

  .button-secondary {
    margin-bottom: 20px;
  }

  .form-error-message-2 {
    width: 90%;
  }

  .field-label-cart-3 {
    line-height: 25px;
    text-align: center;
  }

  .button-center {
    width: 80%;
  }

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

  .div-block-69 {
    margin-right: 0px;
    padding-right: 10px;
    padding-left: 10px;
    -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;
  }

  .div-block-70 {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .div-row {
    -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;
  }

  .div-curse {
    width: 100%;
    margin-bottom: 10px;
  }

  .div-price-curse {
    margin-bottom: 10px;
    padding-left: 0px;
  }

  .div-button-curse {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }

  .div-wrap-left {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .div-in-wrap-course-title {
    margin-right: 0px;
  }

  .div-wrap-course-left {
    padding-right: 10px;
  }

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

  .div-date {
    width: auto;
    margin-right: 10px;
    padding-right: 0px;
  }

  .div-button-calendar {
    width: 100%;
    margin-right: auto;
  }

  .div-in-row-left {
    width: 100%;
    margin-bottom: 15px;
    -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;
  }

  .image-8 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .image-9 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

@media screen and (max-width: 479px) {
  .div-wrap {
    width: 100%;
    height: 35vw;
  }

  .div-perex {
    padding-right: 10px;
  }

  .div-logo {
    width: 50%;
  }

  .div-contact {
    width: 100%;
    margin-bottom: 20px;
  }

  .div-references {
    width: 100%;
  }

  .div-button-arrow-up {
    display: none;
  }

  .div-inside-wrp {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .div-icon {
    width: 50px;
  }

  .section-404 {
    display: block;
    -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;
    text-align: center;
  }

  .form-error-message {
    width: 70%;
  }

  .text-field-cart {
    width: 100%;
  }

  .error-img-wrp {
    width: 24px;
  }

  .field-label-cart {
    width: 30%;
  }

  .button-2 {
    width: 100%;
    margin-right: 0px;
  }

  .textarea {
    width: 100%;
  }

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

  .div-column-left {
    width: auto;
    margin-bottom: 12px;
  }

  .div-wrap-right-inside-column {
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

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

  .div-inside-col {
    width: auto;
  }

  .div-price-inside {
    display: block;
    width: auto;
    margin-bottom: 10px;
  }

  .div-wrap-curse {
    margin-right: 0px;
    margin-left: 0px;
  }

  .div-detail {
    width: 100%;
  }

  .div-image-inside {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .div-price-other {
    padding-right: 0px;
    padding-left: 10px;
  }

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

  .div-form {
    padding: 17px;
  }

  .error-icon-2 {
    margin-left: 0px;
  }

  .form-error-message-2 {
    width: 87%;
  }

  .text-field-cart-2 {
    width: 100%;
  }

  .error-msg-2 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .error-img-wrp-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 10%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: right;
  }

  .field-label-cart-2 {
    width: auto;
  }

  .field-label-cart-3 {
    width: 100%;
    line-height: 25px;
    text-align: center;
  }

  .modal-thanks-wrp {
    padding: 20px;
  }

  .button-3 {
    width: 100%;
  }

  .button-center {
    width: 100%;
  }

  .div-content-footer {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }

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

  .div-block-69 {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .div-curse {
    margin-bottom: 15px;
  }

  .div-price-curse {
    width: 100%;
  }

  .div-date {
    width: 100%;
    margin-bottom: 10px;
  }

  .div-course {
    width: 100%;
    margin-bottom: 10px;
  }

  .div-price-calendar {
    width: 100%;
  }

  .div-in-row-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .div-category {
    margin-top: 10px;
  }
}