@font-face {
  font-family: "EudoxusSans-Regular";
  src: url("fonts/EUDOXUS/EudoxusSans-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "EudoxusSans-ExtraLight";
  src: url("fonts/EUDOXUS/EudoxusSans-ExtraLight.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
h1 {
  font-size: 40px;
  line-height: 70px;
  color: #000000;
  font-weight: 400;
}
@media screen and (max-width: 1800px) {
  h1 {
    font-size: 25px;
    line-height: 55px;
  }
}
@media screen and (max-width: 992px) {
  h1 {
    font-size: 17px;
    line-height: 42px;
  }
}
@media screen and (max-width: 576px) {
  h1 {
    font-size: 15px;
    line-height: 27px;
  }
}

h2 {
  font-size: 30px;
  line-height: 42px;
  color: #000000;
  font-weight: 400;
}
@media screen and (max-width: 1800px) {
  h2 {
    font-size: 25px;
    line-height: 55px;
  }
}
@media screen and (max-width: 992px) {
  h2 {
    font-size: 26px;
    line-height: 50px;
  }
}
@media screen and (max-width: 576px) {
  h2 {
    font-size: 18px;
    line-height: 37px;
  }
}

h3 {
  font-size: 40px;
  line-height: 46px;
  color: #000000;
  font-weight: 400;
}
@media screen and (max-width: 1800px) {
  h3 {
    font-size: 28px;
    line-height: 40px;
  }
}
@media screen and (max-width: 1800px) {
  h3 {
    font-size: 25px;
    line-height: 30px;
  }
}

h4 {
  font-size: 25px;
  line-height: 29px;
  color: #000000;
  font-weight: 400;
}
@media screen and (max-width: 1200px) {
  h4 {
    font-size: 20px;
    line-height: 28px;
  }
}

h5 {
  font-size: 20px;
  line-height: 32px;
  color: #000000;
  font-weight: 400;
}
@media screen and (max-width: 576px) {
  h5 {
    font-size: 18px;
    line-height: 18px;
  }
}

h6 {
  font-size: 18px;
  line-height: 23px;
  color: #000000;
  font-weight: 400;
}
@media screen and (max-width: 1800px) {
  h6 {
    font-size: 16px;
    line-height: 16px;
  }
}
@media screen and (max-width: 1200px) {
  h6 {
    font-size: 13px;
    line-height: 16px;
  }
}
@media screen and (max-width: 576px) {
  h6 {
    font-size: 14px;
    line-height: 16px;
  }
}

p {
  font-size: 20px;
  line-height: 32px;
  color: #464646;
  font-weight: 300;
  font-family: "EudoxusSans-ExtraLight";
}
@media screen and (max-width: 1800px) {
  p {
    font-size: 17px;
    line-height: 26px;
  }
}
@media screen and (max-width: 1200px) {
  p {
    font-size: 14px;
    line-height: 21px;
  }
}
@media screen and (max-width: 992px) {
  p {
    font-size: 13px;
    line-height: 21px;
  }
}

a {
  text-decoration: none;
  font-size: 20px;
  line-height: 41px;
  font-weight: 300;
  color: #FBFBFB;
  font-family: "EudoxusSans-ExtraLight";
}
@media screen and (max-width: 1800px) {
  a {
    font-size: 17px;
  }
}
@media screen and (max-width: 1200px) {
  a {
    font-size: 13px;
    line-height: 21px;
  }
}

li {
  list-style: none;
}

.contact-section1 .form li {
  padding-top: 50px;
  list-style: none;
}
.contact-section1 .form i {
  color: #FBFBFB;
  margin-left: 10px;
}
.contact-section1 .form a {
  color: #FBFBFB;
  text-decoration: none;
}
.contact-section1 .form-control {
  width: 90%;
  padding: 22px 12px;
  font-size: 20px;
  font-family: "EudoxusSans-Regular";
  font-weight: 400;
  line-height: 32px;
  background-color: rgba(30, 30, 29, 0);
  border: 0;
  border-bottom: 1px solid #C4C4C4;
  border-radius: 0;
}
@media screen and (max-width: 1200px) {
  .contact-section1 .form-control {
    font-size: 15px;
    padding: 21px 11px;
  }
}
@media screen and (max-width: 992px) {
  .contact-section1 .form-control {
    width: 100%;
  }
}
.contact-section1 .form:focus {
  border-bottom: 1px solid #C4C4C4;
  background: transparent;
  -webkit-box-shadow: NONE;
          box-shadow: NONE;
}

.contact__button {
  padding: 80px 0;
}

.kontakt__content {
  padding: 100px 0;
}
@media screen and (max-width: 992px) {
  .kontakt__content {
    padding: 50px 0;
  }
}

.contact__para p {
  color: #000000;
  font-family: "Aboreto";
}

p.kontakts {
  font-family: "EudoxusSans-ExtraLight";
}

p.contact__para {
  padding: 50px 0 30px 0;
  font-family: "Aboreto";
  font-weight: 400;
}
@media screen and (max-width: 576px) {
  p.contact__para {
    padding: 21px 0 5px 0;
  }
}

h2.text-start.font.body {
  font-size: 40px;
  line-height: 70px;
  color: #000000;
}
@media screen and (max-width: 1800px) {
  h2.text-start.font.body {
    font-size: 25px;
    line-height: 55px;
  }
}
@media screen and (max-width: 576px) {
  h2.text-start.font.body {
    font-size: 21px;
    line-height: 55px;
  }
}

input.form-control::-webkit-input-placeholder, textarea.form-control::-webkit-input-placeholder {
  color: #464646;
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
  font-family: "EudoxusSans-Regular";
}

input.form-control::-moz-placeholder, textarea.form-control::-moz-placeholder {
  color: #464646;
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
  font-family: "EudoxusSans-Regular";
}

input.form-control:-ms-input-placeholder, textarea.form-control:-ms-input-placeholder {
  color: #464646;
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
  font-family: "EudoxusSans-Regular";
}

input.form-control::-ms-input-placeholder, textarea.form-control::-ms-input-placeholder {
  color: #464646;
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
  font-family: "EudoxusSans-Regular";
}

input.form-control::placeholder,
textarea.form-control::placeholder {
  color: #464646;
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
  font-family: "EudoxusSans-Regular";
}
@media screen and (max-width: 1200px) {
  input.form-control::-webkit-input-placeholder, textarea.form-control::-webkit-input-placeholder {
    font-size: 15px;
  }
  input.form-control::-moz-placeholder, textarea.form-control::-moz-placeholder {
    font-size: 15px;
  }
  input.form-control:-ms-input-placeholder, textarea.form-control:-ms-input-placeholder {
    font-size: 15px;
  }
  input.form-control::-ms-input-placeholder, textarea.form-control::-ms-input-placeholder {
    font-size: 15px;
  }
  input.form-control::placeholder,
  textarea.form-control::placeholder {
    font-size: 15px;
  }
}

.contact-section1 {
  padding: 150px 0;
}
@media screen and (max-width: 992px) {
  .contact-section1 {
    padding: 50px 0;
  }
}