/* Variables */
:root {
  --basic-black: #000000;
  --basic-dark: #333333;
  --basic-white: #ffffff;
  --special-extra-dark-text: #4e4e4e;
  --special-semi-dark-h12: #10508f;
  --special-semi-pale-h12: #6699cc;
}
/*Цвет фона всего сайта, не белый*/
/*Орнжвый цвет выделения в меню и телефона */
/*Синий цвет заголовков*/
/*Основной цвет */
/*Цвет темно синего градиента верх */
/*Цвет темно синего градиента */
/*Font-faces*/
@font-face {
  font-family: 'Arimo';
  src: url('../fonts/Arimo.ttf') format('opentype');
}
@font-face {
  font-family: 'Arimo-Italic';
  src: url('../fonts/Arimo-Italic.ttf') format('opentype');
}
@font-face {
  font-family: 'perpetua-titling-mt-bd';
  src: url('../fonts/PERTIBD.TTF') format('truetype');
}
@font-face {
  font-family: 'perpetua-titling-mt';
  src: url('../fonts/PERTILI.TTF') format('truetype');
}
@font-face {
  font-family: 'caveat';
  src: url('../fonts/CAVEAT.TTF') format('truetype');
}
/*-----General----*/
html,
body {
  height: 100%;
}
/*--sticknes start--*/
.site {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.main {
  flex: 1 0 auto;
}
.footer {
  flex: 0 0 auto;
}
/*--sticknes end--*/
body {
  margin: 0;
  background: #f8f5f0;
  font-family: 'Arimo';
}
.main {
  background: #f8f5f0;
  display: block;
  margin: 0 auto;
}
button {
  border: 0;
  padding: 0;
}
section {
  max-width: 1171px;
  margin: 20px auto;
  line-height: 1.5;
}
section p {
  margin-bottom: 30px;
  font-family: 'Arimo';
  color: #000000;
  font-size: 25px;
  line-height: 1.42857143;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 75px;
  padding-top: 140px;
  margin: 0;
}
h1,
h2 {
  font-weight: 700;
  font-family: 'Arimo';
}
.postbox-header {
  display: none;
}
/*-----General End----*/
/*--Header--*/
.cona {
  display: grid;
  grid-template-rows: 60px max-content;
  margin-top: 0px;
}
#navbar-top {
  display: grid;
  grid-auto-flow: column;
  align-items: center;
  list-style-type: none;
  grid-template-columns: 1fr max-content;
  height: 60px;
  width: 100%;
  max-width: 1171px;
  margin: 0 auto;
  background-image: linear-gradient(to top, #163d66, #4167a6);
}
#navbar-top p {
  padding: 0 20px;
  color: #ea8625;
  font-size: 24px;
  margin: 0;
  font-weight: 700;
}
#navbar-top ul {
  list-style-type: none;
  padding-left: 10px;
}
#navbar-top ul li > a {
  text-decoration: none;
  font-weight: 700;
}
#navbar-top ul li > a:hover {
  text-decoration: none;
  color: #ea8625;
}
#navbar-top ul li > a:active {
  color: #ea8625;
}
#navbar-top__sub {
  display: grid;
  grid-auto-flow: column;
  align-items: center;
  list-style-type: none;
  grid-template-columns: 1fr max-content;
  height: 60px;
  width: 100%;
  max-width: 1171px;
  margin: 0 auto;
  background-image: linear-gradient(to top, #163d66, #4167a6);
}
#navbar-top__sub p {
  padding: 0 20px;
  color: #ea8625;
  font-size: 24px;
  margin: 0;
  font-weight: 700;
}
#navbar-top__sub ul {
  list-style-type: none;
  padding-left: 10px;
}
#navbar-top__sub ul li > a {
  text-decoration: none;
  font-weight: 700;
}
#navbar-top__sub ul li > a:hover {
  text-decoration: none;
  color: #ea8625;
}
#navbar-top__sub ul li > a:active {
  color: #ea8625;
}
.navbar-header {
  margin: 320px 0 70px 0;
}
/*добавлены стили для исключения кнопки navbar-toggle*/
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: transparent;
}
/* List */
.menu__list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 18px;
}
/* Item */
.menu__item {
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.menu__item a {
  text-decoration: none;
  font-size: 18px;
}
/* Link */
.menu__link {
  color: var(--special-dark);
}
.menu__link[href]:hover {
  color: var(--special-neutral);
}
.menu__link--current {
  color: var(--basic-black);
  text-decoration: none;
  font-weight: bold;
  font-family: 'Dewi Expanded', sans-serif;
}
.menu__link--inactive {
  color: var(--basic-semi-light);
}
#navbar-top > div {
  display: grid;
  align-self: center;
  justify-content: end;
  font-size: 24px;
  font-weight: 700;
  color: #ea8625;
  padding-right: 38px;
}
#navbar-top__sub > div {
  display: grid;
  align-self: center;
  justify-content: end;
  font-size: 24px;
  font-weight: 700;
  color: #ea8625;
  padding-right: 38px;
}
/*Adaptation after 768*/
@media (max-width: 768px) {
  .header {
    display: grid;
    padding: 0;
  }
  .header__menu {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background: #f8f5f0;
  }
  .menu {
    display: grid;
  }
  .mobile_navbar {
    display: grid;
    grid-auto-flow: column;
    width: 100%;
    background-image: linear-gradient(to top, #163d66, #4167a6);
    align-items: center;
    list-style-type: none;
    grid-template-columns: max-content 1fr;
    height: 60px;
    margin: 0 auto;
  }
  .mobile_navbar p {
    display: grid;
    justify-content: right;
    padding-right: 20px;
    color: #ea8625;
    font-size: 18px;
    font-weight: 700;
  }
  .menu__button {
    z-index: 1;
    display: block;
    padding: 0 0 10px 20px;
    border: none;
    background-color: transparent;
    justify-self: end;
  }
  .navbar-header {
    margin: 180px auto 100px;
  }
  .navbar-top {
    display: none;
  }
  #navbar-top {
    display: none;
  }
  #navbar-top__sub {
    display: none;
  }
  .navbar-header {
    display: grid;
    column-gap: 8px;
    line-height: 1;
  }
  .menu__list {
    display: none;
    row-gap: 8px;
    padding-top: 12px;
    padding-bottom: 22px;
    padding-left: 64px;
    background-color: #f8f5f0;
    text-align: left;
  }
  .menu__list--open {
    display: grid;
  }
  #menu__list > li > a {
    color: #10508f;
    font-weight: 700;
    text-decoration: none;
  }
  .menu__icon {
    display: block;
    stroke: #ffffff;
  }
  .menu__icon:hover {
    stroke: #ea8625;
  }
  .menu__icon-menu,
  .menu__button--open .menu__icon-cross {
    display: block;
  }
  .menu__icon-cross,
  .menu__button--open .menu__icon-menu {
    display: none;
  }
  .scrollen-row {
    display: none;
  }
}
@media (min-width: 768.05px) {
  .header__menu {
    display: none;
    align-self: center;
  }
  .menu__list {
    display: grid;
    grid-auto-flow: column;
    column-gap: 8px;
  }
  .menu__button {
    display: none;
  }
}
@media (min-width: 768.05px) and (max-width: 992px) {
  .navbar-header {
    margin: 180px auto 100px;
  }
  body > div > nav > div > div.navbar-header > div {
    width: 735px;
  }
}
@media (min-width: 768px) and (max-width: 1024.05px) {
  #navbar-top > ul {
    display: grid;
    grid-auto-flow: column;
    justify-items: end;
    max-width: 1200px;
    width: 100%;
    margin: 15px auto;
    list-style-type: none;
    grid-template-columns: 27% 26% 21% 18%;
    padding-left: 0px;
  }
  #navbar-top__sub > ul {
    display: grid;
    grid-auto-flow: column;
    justify-items: end;
    max-width: 1200px;
    width: 100%;
    margin: 15px auto;
    list-style-type: none;
    grid-template-columns: 19% 20% 22% 33%;
    padding-left: 0px;
  }
  #navbar-top > p #menu-item-24 a {
    text-align: left;
  }
  #navbar-top__sub > p #menu-item-24 a {
    text-align: left;
  }
}
@media (min-width: 992.05px) and (max-width: 1200px) {
  .navbar-header {
    margin: 180px auto 100px;
  }
}
@media (min-width: 1024.05px) {
  #navbar-top > ul {
    display: grid;
    grid-auto-flow: column;
    justify-items: end;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    list-style-type: none;
    grid-template-columns: 19% 20% 16% 14%;
    padding-top: 0;
    line-height: 1.0;
  }
  #navbar-top__sub > ul {
    display: grid;
    grid-auto-flow: column;
    justify-items: end;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    list-style-type: none;
    grid-template-columns: 14% 15% 15% 22%;
    padding-top: 0;
    line-height: 1.0;
  }
}
@media (min-width: 1200.05px) and (max-width: 1280px) {
  .navbar-header {
    margin: 180px auto 100px;
  }
}
@media (min-width: 1280.05px) and (max-width: 1980px) {
  .navbar-header {
    margin: 180px auto 100px;
  }
}
@media (min-width: 1980.05px) {
  #navbar-top {
    grid-template-columns: 73% 27%;
  }
  #navbar-top__sub {
    grid-template-columns: 73% 27%;
  }
  .navbar-header {
    margin: 180px auto 130px;
  }
  #navbar-top > ul {
    width: 1200px;
  }
  #navbar-top__sub > ul {
    width: 1200px;
  }
  #navbar-top > #nav-request {
    width: 640px;
  }
  #navbar-top__sub > #nav-request {
    width: 640px;
  }
}
/*-- Page Home: Section greetings --*/
.greetings-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-areas: "first second";
  gap: 0;
  margin: 0 auto;
}
.greetings-left-box {
  display: grid;
  grid-area: first;
  background: url(../img/main-foto.webp) no-repeat;
  background-position-x: 50%;
  grid-template-rows: 1fr 60px 65px;
  justify-content: center;
  height: 656px;
}
.greetings-left-box p {
  margin: 0;
  font-size: 18px;
  color: #ffffff;
  padding-top: 10px;
}
.greetings-right-box {
  display: grid;
  grid-area: second;
  grid-template-rows: 480px auto;
  background-image: linear-gradient(to top, #163d66, #3a619b, #3f66a3, #3f66a3, #3f66a3);
}
.greetings-right-box p {
  color: #ffffff;
  font-size: 18px;
  margin: 0 auto;
  text-align: center;
}
.greetings-left-box_btn--request {
  background-image: linear-gradient(to top, #dd6313, #e06816, #e7751c);
  border-radius: 0;
  width: 270px;
  height: 62px;
  color: #ffffff;
  font-family: 'Arimo';
  font-size: 20px;
  padding: 0;
  margin: 0 auto;
}
.greetings-left-box_btn--request a {
  text-decoration: none;
}
.img-main-foto > picture {
  text-align: center;
}
.greetings-right-box__note {
  text-align: center;
}
.greetings-right-box__note p {
  margin: 0 auto;
}
.img-main-foto {
  display: grid;
  align-items: center;
}
.greetings-left-box768 {
  display: none;
}
@media (min-width: 320px) and (max-width: 400px) {
  .greetings-left-box {
    background-size: 120%;
    height: 450px;
  }
}
@media (max-width: 430px) {
  .greetings-right-box p {
    font-size: 14px;
  }
}
@media (min-width: 400.05px) and (max-width: 500px) {
  .greetings-left-box {
    background-size: 120%;
    height: 550px;
  }
}
@media (min-width: 430.05px) and (max-width: 490px) {
  .greetings-right-box p {
    font-size: 16px;
  }
}
@media (min-width: 500.05px) and (max-width: 600px) {
  .greetings-left-box {
    background-size: 120%;
    height: 650px;
  }
}
@media (min-width: 600.05px) and (max-width: 768px) {
  .greetings-left-box {
    background-size: 120%;
    height: 800px;
  }
}
@media (max-width: 768px) {
  #greetings {
    margin-top: 5px;
  }
  .greetings-left-box768 {
    display: block;
  }
  .greetings-left-box768 p {
    margin: 30px auto 50px;
  }
  .greetings-left-box768 button {
    display: block;
  }
  .greetings-container {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas: "second" "first";
    gap: 0;
    margin: 0 auto;
  }
  .greetings-left-box p {
    margin: 0;
    font-size: 20px;
    color: #ffffff;
    padding-top: 10px;
    display: none;
  }
  .greetings-right-box__note {
    text-align: center;
    padding-bottom: 60px;
  }
  .greetings-right-box__note p {
    margin: 0 auto;
  }
  .img-main-foto {
    display: grid;
    align-items: start;
  }
  .greetings-right-box {
    display: grid;
    grid-area: second;
    grid-template-rows: auto auto;
    background-image: linear-gradient(to top, #163d66, #3a619b, #3f66a3, #3f66a3, #3f66a3);
  }
  .greetings-left-box_btn--request {
    background-image: linear-gradient(to top, #dd6313, #e06816, #e7751c);
    border-radius: 0;
    width: 220px;
    height: 50px;
    color: #ffffff;
    font-family: 'Arimo';
    font-size: 20px;
    padding: 0;
    margin: 0 auto;
    display: none;
  }
  .greetings-right-box.greetings-right-box_request {
    display: none;
  }
}
@media (min-width: 768.05px) and (max-width: 880px) {
  .greetings-right-box {
    display: grid;
    grid-template-rows: 498px auto;
  }
  .greetings-right-box p {
    font-size: 14px;
  }
  .greetings-right-box.greetings-right-box_request {
    display: none;
  }
}
@media (min-width: 880.05px) and (max-width: 992px) {
  .greetings-right-box {
    display: grid;
    grid-template-rows: 498px auto;
  }
  .greetings-right-box p {
    font-size: 16px;
  }
  .greetings-right-box.greetings-right-box_request {
    display: none;
  }
}
/*-- Page Home: Section greetings --*/
.keys-project__note {
  grid-template-columns: 23% 29% 25% 23%;
  margin: 30px auto;
  display: grid;
  align-content: center;
  padding-left: 20px;
}
.keys-project__note p {
  color: #163d66;
  font-size: 17px;
  font-weight: 700;
  justify-content: flex-start;
  display: grid;
  grid-auto-flow: column;
  column-gap: 11px;
  margin: 15px 0 5px;
  padding-right: 25px;
}
@media (min-width: 320px) and (max-width: 643px) {
  .keys-project__note {
    grid-template-columns: 1fr;
    margin: 30px auto;
    display: grid;
    align-content: center;
    padding-left: 63px;
  }
  .keys-project__note p {
    color: #163d66;
    font-size: 13px;
    justify-content: flex-start;
    display: grid;
    grid-auto-flow: column;
    column-gap: 18px;
    margin: 15px 0 5px;
  }
}
@media (min-width: 643.05px) and (max-width: 768px) {
  .keys-project__note {
    grid-template-columns: 50% 50%;
    margin: 30px auto;
    display: grid;
    align-content: center;
    padding-left: 30px;
  }
  .keys-project__note p {
    color: #163d66;
    font-size: 16px;
    justify-content: flex-start;
    display: grid;
    grid-auto-flow: column;
    column-gap: 18px;
    margin: 15px 0 5px;
  }
}
@media (min-width: 768.05px) and (max-width: 1024px) {
  .keys-project__note {
    grid-template-columns: 50% 50%;
    margin: 30px auto;
    display: grid;
    align-content: center;
    padding-left: 30px;
  }
  .keys-project__note p {
    color: #163d66;
    font-size: 17px;
    justify-content: flex-start;
    display: grid;
    grid-auto-flow: column;
    column-gap: 18px;
    margin: 15px 0 5px;
  }
}
@media (min-width: 1024.05px) and (max-width: 1092px) {
  .keys-project__note {
    grid-template-columns: 33% 33% 33%;
    margin: 30px auto;
    display: grid;
    align-content: center;
    padding-left: 30px;
  }
  .keys-project__note p {
    color: #163d66;
    font-size: 17px;
    justify-content: flex-start;
    display: grid;
    grid-auto-flow: column;
    column-gap: 18px;
    margin: 15px 0 5px;
  }
}
/*-- Page Home: Section about-project --*/
#about-project {
  margin-top: 90px;
  margin-bottom: 0;
  position: relative;
}
.about-project-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-areas: "first second";
  gap: 25px;
  margin: 0 auto;
  height: 401px;
}
.about-project-left-box {
  margin: 0 0 0 50px;
  grid-area: first;
}
.about-project-right-box {
  background: url(../img/img-project.webp) no-repeat;
  background-position-x: 50%;
  background-position-y: 4%;
  margin: 0 0 0 0px;
  display: grid;
  grid-area: second;
  align-items: end;
  height: 404px;
}
.about-project-right-box div {
  padding: 0;
  margin: 0;
  line-height: 0.5;
}
.about-project-left-box__note {
  display: block;
}
.about-project-left-box__note h1 {
  font-size: 24px;
  padding-top: 10px;
  margin: 0;
  color: #375285;
  line-height: 1.25;
  padding-right: 25px;
}
.about-project-left-box__note p {
  font-size: 16px;
  padding-right: 25px;
}
.rectangle {
  position: absolute;
  top: 0;
  left: 0;
}
.about-project-right-box768 {
  display: none;
}
@media (min-width: 320px) and (max-width: 580px) {
  .about-project-left-box__note p {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .about-project-right-box {
    display: none;
  }
  .about-project-right-box768 {
    display: block;
  }
  .about-project-container {
    display: block;
    height: auto;
  }
  #about-project {
    margin-top: 40px;
    margin-bottom: -8px;
    position: relative;
  }
  .about-project-left-box {
    margin: 0 0 0 50px;
  }
}
@media (min-width: 768.05px) and (max-width: 992px) {
  .about-project-left-box__note {
    display: block;
  }
  .about-project-left-box__note h1 {
    font-size: 28px;
    padding-top: 2px;
    margin: 0;
  }
  .about-project-left-box__note p {
    font-size: 14px;
  }
  .about-project-right-box {
    background: url(../img/img-project992.webp) no-repeat;
    background-position-x: 50%;
    background-position-y: 0%;
    margin: 0 0 0 0px;
    display: grid;
    align-items: end;
    height: 400px;
  }
  .about-project-right-box div {
    padding: 0;
    margin: 0;
    line-height: 0.5;
  }
}
@media (min-width: 768.05px) and (max-width: 1170px) {
  .about-project-left-box__note {
    display: block;
  }
  .about-project-left-box__note h1 {
    font-size: 24px;
    padding-top: 10px;
    margin: 0;
  }
  .about-project-left-box__note p {
    font-size: 14px;
    margin: 10px 0 15px 0;
  }
}
/*-- Page Home: Section course-programm --*/
#course-program {
  background-image: linear-gradient(to top, #163d66, #2f558b, #4167a6);
  margin-top: 0;
  position: relative;
}
#course-program h2 {
  margin-top: 0;
  margin-bottom: 10px;
  padding: 40px 0 0 50px;
  font-size: 32px;
  color: #ea8625;
}
.course-program__container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 30px auto;
  grid-gap: 40px;
  align-content: center;
  padding-left: 50px;
  padding-right: 30px;
}
.course-program__item {
  display: grid;
  grid-template-columns: max-content 1fr;
  margin: 0 auto;
  grid-gap: 18px;
  align-content: start;
}
.course-program__note {
  display: block;
  margin-left: 0;
  padding-left: 0;
}
.course-program__note p {
  font-size: 16px;
  color: #ffffff;
  margin-top: 0;
}
.course-program__note p:nth-child(1) {
  margin-bottom: 35px;
}
.course-program__note p:nth-child(2) {
  margin-bottom: 65px;
}
.rectangle__cp {
  position: absolute;
  top: 35px;
  left: 0;
}
@media (min-width: 768.05px) and (max-width: 992px) {
  #course-program h2 {
    font-size: 28px;
  }
  #course-program p {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .course-program__container {
    display: block;
  }
  .course-program__note p {
    font-size: 13px;
    color: #ffffff;
    margin-top: 0;
  }
  #course-program h2 {
    margin-top: 0;
    margin-bottom: 10px;
    padding: 40px 0 0 50px;
    font-size: 24px;
    color: #ea8625;
  }
}
/*-- Page Home: Section education-stages --*/
.education-stages {
  margin: 90px auto 20px;
  text-align: center;
}
.education-stages h2 {
  font-size: 32px;
  color: #ea8625;
  text-align: center;
}
.education-stages__container {
  display: grid;
  grid-template-columns: 31% 31% 31%;
  grid-template-areas: "first second third";
  gap: 20px;
  margin: 50px auto;
  padding-left: 25px;
}
.education-stage__item {
  background-position: 0% 0%;
}
.education-stage__item:nth-child(1) {
  background: url("../img/img-stage1.png") no-repeat #ffffff;
  background-size: 100%;
  background-position: 50% 0%;
}
.education-stage__item:nth-child(2) {
  background: url("../img/img-stage2.png") no-repeat #ffffff;
  background-size: 100%;
  background-position: 50% 0%;
}
.education-stage__item:nth-child(3) {
  background: url("../img/img-stage3.png") no-repeat #ffffff;
  background-size: 100%;
  background-position: 50% -0.3%;
}
.education-stage__note {
  padding-top: 80px;
  border: solid 4px rgba(219, 216, 212, 0.3);
  border-top: none;
  margin-top: 57px;
  box-shadow: 0px 2px 24px -19px #dbd8d4;
}
.education-stage__note h3 {
  font-family: 'caveat';
  font-size: 28px;
  text-align: center;
  color: #375285;
}
.education-stage__note p {
  font-family: 'Arimo';
  font-size: 16px;
  text-align: center;
  padding: 0 20px;
}
button.zum-program {
  background-image: linear-gradient(to top, #dd6313, #e06916, #e7751c);
  width: 420px;
  height: 60px;
  margin: 10px 0 75px 0;
  color: #ffffff;
  font-size: 20px;
  text-decoration: none;
  padding: 0;
  box-shadow: 0px 0px 10px 4px #dbd8d4;
}
button.zum-program a {
  text-decoration: none;
  font-size: 21px;
  font-family: 'Arimo';
}
@media (min-width: 320.05px) and (max-width: 370px) {
  .education-stages__container {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas: "first" "second" "third";
    gap: 45px;
    margin: 35px auto;
    padding-left: 20px;
    padding-right: 20px;
  }
  .education-stage__note {
    padding-top: 90px;
    margin-top: 50px;
    box-shadow: 0px 7px 26px -21px #dbd8d4;
  }
  .education-stages h2 {
    font-size: 24px;
    color: #ea8625;
    text-align: center;
  }
  .education-stage__note h3 {
    font-family: 'caveat';
    font-size: 25px;
    text-align: center;
    margin-top: 5px;
  }
  button.zum-program {
    width: 90%;
    height: 60px;
    margin: 0 0 50px 0;
    color: #ffffff;
    font-size: 20px;
  }
}
@media (min-width: 370.05px) and (max-width: 470px) {
  .education-stages__container {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas: "first" "second" "third";
    gap: 45px;
    margin: 35px auto;
    padding-left: 20px;
    padding-right: 20px;
  }
  .education-stage__note {
    padding-top: 90px;
    margin-top: 65px;
    box-shadow: 0px 7px 26px -21px #dbd8d4;
  }
  .education-stages h2 {
    font-size: 26px;
    color: #ea8625;
    text-align: center;
  }
  .education-stage__note h3 {
    font-family: 'caveat';
    font-size: 25px;
    text-align: center;
    margin-top: 5px;
  }
  button.zum-program {
    width: 90%;
    height: 60px;
    margin: 0 0 50px 0;
    color: #ffffff;
    font-size: 20px;
  }
}
@media (min-width: 470.05px) and (max-width: 570px) {
  .education-stages__container {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas: "first" "second" "third";
    gap: 45px;
    margin: 35px auto;
    padding-left: 20px;
    padding-right: 20px;
  }
  .education-stage__note {
    padding-top: 90px;
    margin-top: 84px;
    box-shadow: 0px 7px 26px -21px #dbd8d4;
  }
  .education-stages h2 {
    font-size: 28px;
    color: #ea8625;
    text-align: center;
  }
  .education-stage__note h3 {
    font-family: 'caveat';
    font-size: 25px;
    text-align: center;
    margin-top: 5px;
    padding-top: 50px;
  }
}
@media (min-width: 570.05px) and (max-width: 670px) {
  .education-stages__container {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas: "first" "second" "third";
    gap: 45px;
    margin: 35px auto;
    padding-left: 20px;
    padding-right: 20px;
  }
  .education-stage__note {
    padding-top: 115px;
    margin-top: 114px;
    box-shadow: 0px 7px 26px -21px #dbd8d4;
  }
  .education-stages h2 {
    font-size: 28px;
    color: #ea8625;
    text-align: center;
  }
  .education-stage__note h3 {
    font-family: 'caveat';
    font-size: 25px;
    text-align: center;
    margin-top: 5px;
  }
}
@media (min-width: 670.05px) and (max-width: 768px) {
  .education-stages__container {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas: "first" "second" "third";
    gap: 45px;
    margin: 35px auto;
    padding-left: 20px;
    padding-right: 20px;
  }
  .education-stage__note {
    padding-top: 165px;
    border: solid 5px rgba(219, 216, 212, 0.3);
    border-top: none;
    margin-top: 114px;
    box-shadow: 0px 7px 26px -18px #dbd8d4;
  }
  .education-stage__note .education-stages h2 {
    font-size: 28px;
    color: #ea8625;
    text-align: center;
  }
  .education-stage__note h3 {
    font-family: 'caveat';
    font-size: 25px;
    text-align: center;
    margin-top: 5px;
  }
}
@media (min-width: 768.05px) and (max-width: 870px) {
  .education-stage__note {
    height: 450px;
    padding-top: 48px;
    border: solid 4px rgba(219, 216, 212, 0.3);
    border-top: none;
    margin-top: 45px;
    box-shadow: 0px 2px 24px -14px #dbd8d4;
  }
  .education-stage__note h3 {
    font-size: 24px;
  }
  .education-stage__note p {
    font-size: 14px;
  }
}
@media (min-width: 870.05px) and (max-width: 970px) {
  .education-stage__note {
    padding-top: 48px;
    border: solid 4px rgba(219, 216, 212, 0.3);
    border-top: none;
    margin-top: 45px;
    box-shadow: 0px 2px 24px -14px #dbd8d4;
    height: 460px;
  }
  .education-stage__note h3 {
    font-size: 25px;
  }
  .education-stage__note p {
    font-size: 15px;
  }
}
@media (min-width: 970.05px) and (max-width: 1070px) {
  .education-stage__note {
    padding-top: 55px;
    margin-top: 50px;
    height: 480px;
  }
}
@media (min-width: 1070.05px) {
  .education-stage__note {
    height: 440px;
  }
}
/*-- Page Home: Section declarations --*/
#declarations {
  background: #fff;
}
.declarations__ceiling {
  position: relative;
  background: url(../img/bg-clouds.webp) no-repeat;
  background-position: 50% 0%;
  text-align: center;
  height: 322px;
}
.declarations__ceiling > img {
  position: absolute;
  left: calc(50% - 159px);
}
.declaration-excerpts__box {
  display: grid;
  grid-template-columns: 33.09% 33.09% 33.09%;
  grid-template-areas: "first second third";
  gap: 3px;
  margin: 0 auto 40px;
}
.declaration-excerpts__box > div:nth-child(1) {
  grid-area: first;
  display: grid;
  align-items: stretch;
}
.declaration-excerpts__box > div:nth-child(2) {
  grid-area: second;
  display: grid;
  align-items: stretch;
  background: radial-gradient(#ffffff, #ffffff, #cdddee);
  background-size: 100% 100%;
}
.declaration-excerpts__box > div:nth-child(3) {
  grid-area: third;
  display: grid;
  align-items: stretch;
  background: radial-gradient(#ffffff, #ffffff, #cdddee);
  background-size: 100% 100%;
}
.declaration-excerpts__box > div button {
  display: grid;
  align-items: end;
}
.excerpt-down {
  display: grid;
  justify-content: end;
  background: #fff;
  background-color: transparent;
}
.content-up {
  display: grid;
  justify-content: end;
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 25px;
  background: #ffffff;
  box-shadow: 0px 0px 7px 6px rgba(80, 80, 80, 0.2);
  line-height: 1;
  width: 50px;
  height: 50px;
  margin-left: calc(100% - 80px);
  padding: 16px 17px;
}
.declaration-excerpts_item {
  padding: 0 25px 10px;
}
.declaration-excerpts_item > .excerpt1 > h3 {
  color: #ea8625;
}
.declaration-excerpts_item > .excerpt2 > h3 {
  color: #375285;
}
.declaration-excerpts_item > .excerpt3 > h3 {
  color: #375285;
}
.declaration-excerpts_item h3 {
  font-family: 'caveat';
  font-size: 28px;
  margin-top: 30px;
  margin-bottom: 23px;
}
.declaration-excerpts_item p {
  font-size: 16px;
  margin-bottom: 0;
}
#excerpt-down1 {
  display: none;
}
.declarations-notes__item {
  padding-bottom: 25px;
}
.declarations-notes__item p {
  font-size: 16px;
  padding-left: 50px;
  padding-right: 30px;
}
.declarations-notes__item:nth-child(1) {
  display: block;
}
.declarations-notes__item:nth-child(2) {
  display: none;
}
.declarations-notes__item:nth-child(3) {
  display: none;
}
#declarations hr {
  background-color: #ea8625;
  height: 11px;
}
#declaration_768__box {
  display: none;
}
@media (max-width: 768px) {
  #declaration-excerpts__box {
    display: none;
  }
  .declaration-excerpts__box {
    display: none;
  }
  .declarations-notes {
    display: none;
  }
  #declaration_768__box {
    display: block;
  }
  .excerpt-down_768 {
    display: grid;
    justify-content: end;
    background: #fff;
    background-color: transparent;
  }
  .declarations-notes_768__item p {
    font-size: 16px;
    padding: 0 30px;
  }
  .declaration-excerpts_768__item div:nth-child(1) {
    background: radial-gradient(#e6eef6, #e4edf6, #cfdfef);
    font-size: 16px;
  }
  .declaration-excerpts_768__item .excerpt1_768__h > h3 {
    font-family: 'caveat';
    font-size: 28px;
    margin-top: 15px;
    margin-bottom: 10px;
    color: #375285;
  }
  .declaration-excerpts_768__item .excerpt2_768__h > h3 {
    font-family: 'caveat';
    color: #375285;
    font-size: 28px;
    margin-top: 15px;
    margin-bottom: 10px;
  }
  .declaration-excerpts_768__item .excerpt3_768__h > h3 {
    font-family: 'caveat';
    color: #375285;
    font-size: 28px;
    margin-top: 15px;
    margin-bottom: 10px;
  }
  .declaration-excerpts_768__item p {
    font-size: 16px;
    padding: 0 30px;
  }
  .declaration-excerpts_768__item ol {
    padding: 0 30px 0 0;
  }
  #excerpt-up1_768,
  #excerpt-up2_768,
  #excerpt-up3_768 {
    padding: 15px 35px 15px 90px;
  }
  #excerpt-down1_768,
  #excerpt-down2_768,
  #excerpt-down3_768 {
    padding: 15px 35px 15px 90px;
  }
  .wrapper-button-up {
    display: grid;
    grid-template-columns: 45% 55%;
    align-items: center;
    justify-items: end;
  }
  #excerpt-up1_768,
  #excerpt-up2_768,
  #excerpt-up3_768 {
    display: none;
  }
  .declaration_768__box {
    margin-top: 35px;
  }
  .excerpt1_768__h,
  .excerpt2_768__h,
  .excerpt3_768__h {
    display: grid;
    grid-template-columns: 45% 55%;
    align-items: center;
    padding-left: 20px;
  }
  .wrapper-button-up {
    display: grid;
    grid-template-columns: 45% 55%;
    align-items: center;
    justify-items: end;
    margin: 30px auto;
  }
  .content-up_768 a {
    background: #fff;
    line-height: 1;
    padding: 16px 35px 16px 70px;
  }
  .declaration-excerpts_768__item {
    margin-bottom: 3px;
  }
  .excerpt1_768__p,
  .excerpt2_768__p,
  .excerpt3_768__p {
    display: none;
  }
}
@media (min-width: 320px) and (max-width: 544px) {
  #declaration_768__box > div > div > h3 {
    font-size: 22px;
  }
}
@media (min-width: 768.05px) and (max-width: 800px) {
  .declaration-excerpts__box {
    grid-template-columns: 33% 33% 33%;
  }
}
/*-- Page Home: Section prosupport --*/
#prosupport {
  position: relative;
}
.prosupport-right-box {
  background: url(../img/img-prosupport.webp) no-repeat;
  background-position-x: 50%;
  background-position-y: 0%;
  margin: 20px 0 0 0px;
  display: grid;
  grid-area: second;
  align-items: end;
  height: 401px;
}
.prosupport-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-areas: "first second";
  gap: 25px;
  margin: 70px auto;
}
.prosupport-left-box {
  margin: 0 0 0 50px;
  grid-area: first;
}
.prosupport-left-box__note p {
  font-size: 16px;
  margin-bottom: 27px;
  justify-content: flex-start;
  display: grid;
  grid-auto-flow: column;
  column-gap: 11px;
}
.prosupport-left-box__note h2 {
  font-size: 32px;
  padding-top: 10px;
  margin: 0;
  color: #375285;
}
.prosupport-right-box768 {
  display: none;
}
@media (max-width: 768px) {
  #prosupport {
    position: relative;
    margin-top: 90px;
  }
  .prosupport-container {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas: "first" "second";
    margin: 0px auto;
  }
  .prosupport-right-box {
    background: url(../img/img-prosupport.webp) no-repeat;
    background-position-x: 50%;
    background-position-y: 0%;
    margin: 20px 0 0 0px;
    display: none;
    align-items: end;
    /* height: 401px; */
  }
  .prosupport-right-box768 {
    display: grid;
    grid-area: first;
    margin: 0 25px;
  }
  .prosupport-left-box {
    display: grid;
    margin: 0 0 0 50px;
    grid-area: second;
    padding-right: 40px;
  }
  .prosupport-left-box__note h2 {
    display: none;
  }
  #prosupport > div.prosupport-right-box768 > h2 {
    font-size: 24px;
    padding-top: 10px;
    margin: 0 0 22px 35px;
    color: #375285;
    line-height: 1.25;
  }
  .prosupport-left-box__note p {
    font-size: 13px;
    font-weight: 700;
  }
  #prosupport > div.prosupport-right-box768 > picture {
    text-align: center;
  }
}
/*-- Page Home: Section neuroplasticity --*/
#neuroplasticity {
  height: 750px;
  background: url(../img/neuro-section.webp) no-repeat;
  display: grid;
  justify-content: right;
  align-items: center;
}
.neuroplasticity-box__note {
  width: 619px;
  height: 654px;
  padding: 10px 30px;
  margin-right: 55px;
}
.neuroplasticity-box__note h2 {
  font-size: 24px;
  font-family: 'Arimo';
  color: #ea8625;
  margin-bottom: 15px;
}
.neuroplasticity-box__note h3 {
  font-size: 16px;
  font-family: 'Arimo';
  color: #ea8625;
}
#neuroplasticity > div > div > p:nth-child(2) > img {
  display: none;
}
.neuroplasticity-box__note p {
  font-size: 16px;
  font-family: 'Arimo';
  color: #fff;
  line-height: 1.35;
  margin: 8px 0;
}
.neuroplasticity-container {
  background: url(../img/neuro-box.png) no-repeat;
}
.img__note-neuro {
  display: none;
}
@media (max-width: 768px) {
  #neuroplasticity {
    height: auto;
    background: #163d66;
    display: grid;
    justify-content: center;
    align-items: start;
  }
  .neuroplasticity-box__note {
    width: 100%;
    height: auto;
    padding: 10px 20px 45px;
    margin-right: 0;
  }
  .neuroplasticity-box__note p {
    padding: 0 14px;
  }
  .neuroplasticity-box__note h3 {
    padding: 0 14px;
  }
  #neuroplasticity > div > div > p:nth-child(2) > img {
    display: block;
    width: 100%;
    padding-bottom: 40px;
  }
  .neuroplasticity-container {
    background: #163d66;
    width: 100%;
  }
  .references__note {
    display: grid;
    grid-template-columns: max-content 86%;
    grid-template-rows: auto;
    gap: 15px;
    align-content: center;
  }
  .neuroplasticity-box__note h3 {
    font-size: 13px;
  }
  .neuroplasticity-box__note p {
    font-size: 13px;
  }
  .img__note-neuro {
    display: block;
    width: 100%;
    padding-bottom: 20px;
  }
  .img__note-neuro img {
    width: 100%;
  }
}
/*-- Page Home: Section references --*/
#references {
  position: relative;
}
#references > div.references__container > div > p:nth-child(1) > img.alignnone.size-full.wp-image-768 {
  display: none;
}
.references__container {
  margin-left: 50px;
  margin-top: 100px;
}
.references__container h2 {
  padding-top: 17px;
  color: #375285;
}
.references__note {
  display: grid;
  grid-template-columns: max-content 28% max-content 28% max-content 28%;
  grid-template-rows: 1fr 1fr;
  gap: 15px;
  align-content: center;
}
.references__note p:nth-child(2n+1) {
  display: grid;
  grid-auto-flow: column;
  column-gap: 11px;
  padding-top: 12px;
}
.references__note p:nth-child(2n) {
  font-size: 16px;
  margin-bottom: 0;
  display: grid;
  grid-template-rows: max-content max-content;
  gap: 20px;
  column-gap: 11px;
  padding-right: 10px;
  padding-top: 20px;
}
.references__note p:nth-child(11) img {
  opacity: 0;
}
.references__note p:nth-child(12) {
  justify-content: center;
  padding-top: 0;
}
@media (min-width: 768.05px) and (max-width: 1024px) {
  .references__note {
    display: grid;
    grid-template-columns: max-content 42% max-content 42%;
    grid-template-rows: 1fr 1fr 1fr;
    gap: 15px;
    align-content: center;
  }
  .references__note p:nth-child(2n+1) {
    display: grid;
    grid-auto-flow: column;
    column-gap: 11px;
    padding-top: 20px;
  }
  .references__note p:nth-child(2n) {
    font-size: 16px;
    margin-bottom: 0;
    display: grid;
    grid-template-rows: max-content max-content;
    gap: 20px;
    column-gap: 11px;
    padding-right: 10px;
    padding-top: 20px;
  }
  .references__note p:nth-child(11) img {
    opacity: 0;
  }
  .references__note p:nth-child(12) {
    justify-content: center;
    padding-top: 0;
  }
}
@media (max-width: 768px) {
  #references > div.references__container > div > p:nth-child(1) > img.alignnone.size-full.wp-image-768 {
    display: block;
  }
  .references__note {
    display: grid;
    grid-template-columns: max-content 80%;
    grid-template-rows: 1fr;
    gap: 15px;
    align-content: center;
  }
  #references > div.references__container > h2:after {
    content: url(../img/img-references.webp);
  }
  #references > div.references__container > h2:after {
    display: block;
    margin: 30px auto 0;
    text-align: center;
    margin-left: calc(0% - 30px);
  }
  .references__container {
    margin-left: 35px;
    margin-top: 50px;
  }
  .references__container h2 {
    padding-top: 0;
    color: #375285;
  }
  .references__container h2 {
    padding-top: 0;
    color: #375285;
    margin-bottom: 0;
  }
  .references__note p:nth-child(12) {
    display: none;
  }
  #references {
    margin-bottom: 0;
  }
  .references__note p:nth-child(2n+1) {
    display: grid;
    grid-auto-flow: column;
    column-gap: 11px;
    padding-top: 10px;
  }
}
/*-- Page Home: Section Other-schools --*/
#other-schools {
  padding-top: 69px;
  position: relative;
}
.other-schools__container {
  background-color: #fff;
  height: 530px;
  box-shadow: 0 6px 14px rgba(80, 79, 78, 0.6);
}
.other-schools__container hr {
  background-color: #ea8625;
  height: 11px;
}
.callboard__img {
  position: absolute;
  top: 0;
  left: calc(50% - 69px);
}
.other-schools__note {
  padding: 0 40px;
}
.other-schools__note h2 {
  font-family: 'caveat';
  color: #375285;
  font-size: 28px;
  margin: 80px auto 25px;
  text-align: center;
}
.other-schools__note p {
  font-size: 16px;
}
.other-schools__container > div > p > span {
  font-size: 16px;
}
@media (max-width: 768px) {
  #other-schools {
    margin-top: 0;
  }
  .other-schools__container {
    height: auto;
    margin: 0 20px;
  }
  .other-schools__note {
    padding: 0 40px 45px;
  }
}
/*-- Page Home: Section requests --*/
#requests {
  margin: 60px auto 90px;
}
button.requests_btn {
  background-image: linear-gradient(to top, #dd6313, #e06916, #e7751c);
  width: 420px;
  height: 60px;
  color: #ffffff;
  font-size: 20px;
  text-decoration: none;
  padding: 0;
}
button.requests_btn a {
  text-decoration: none;
}
.requests__container {
  padding-top: 78px;
  position: relative;
}
.requests__container img {
  position: absolute;
  left: -100px;
  top: 0;
}
.requests__box {
  display: grid;
  grid-template-columns: 30% 20% 50%;
  background-image: linear-gradient(to top, #4268a7, #4066a5, #163d65);
  height: 235px;
}
.requests__box p {
  font-size: 21px;
  color: #ffffff;
  margin: 5px auto;
}
#requests__box > div.requests_item {
  display: grid;
  align-items: center;
}
.requests-btns__container {
  display: grid;
  align-items: center;
}
.requests_btns {
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  align-items: center;
  justify-content: center;
  gap: 25px;
}
.requests_item-wrapper {
  display: grid;
  align-items: center;
}
#requests__box > img {
  display: none;
}
@media (min-width: 768px) and (max-width: 1140px) {
  .requests__box {
    grid-template-columns: 42% 20% 37%;
  }
  .requests__box p {
    font-size: 16px;
    margin: 5px auto;
  }
  button.requests_btn {
    width: 260px;
    height: 50px;
    color: #ffffff;
    font-size: 16px;
    padding: 0;
  }
}
@media (max-width: 768px) {
  #requests {
    margin-bottom: 0;
  }
  #requests__box > img {
    position: static;
  }
  #requests > div > img {
    display: none;
  }
  #requests__box > img {
    display: block;
  }
  .requests__box {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas: "first" "second" "third";
    gap: 50px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    justify-content: center;
  }
  #requests__box > div.empty-box {
    display: none;
  }
  .requests__box {
    background-image: linear-gradient(to top, #4268a7, #4066a5, #163d65);
    height: auto;
  }
  .requests__box img {
    position: relative;
  }
  .requests_item {
    display: grid;
    align-items: center;
    justify-items: center;
  }
  .requests__container {
    padding-top: 30px;
    position: relative;
  }
  .requests__container img {
    position: relative;
    margin: 0 auto;
  }
  .requests_item-wrapper {
    display: grid;
    align-items: center;
    padding-top: 60px;
  }
  button.requests_btn {
    background-image: linear-gradient(to top, #dd6313, #e06916, #e7751c);
    width: 300px;
    height: 60px;
    color: #ffffff;
    font-size: 20px;
    text-decoration: none;
    padding: 0;
  }
  .requests__box p {
    font-size: 21px;
    color: #ffffff;
    margin: 0 auto;
    font-weight: 700;
  }
}
/*---Footer---*/
.footer__box:nth-child(1) {
  height: 295px;
  background-image: linear-gradient(to top, #f8f5f0, #f3f1ee, #c7cfdc);
}
.footer__box:nth-child(2) {
  height: 40px;
  background: #375285;
}
.footer__note {
  max-width: 1171px;
  display: grid;
  grid-template-columns: 5.1% 20.9% 35.2% 38.7%;
  margin: 0 auto;
  height: 100%;
}
.social-icons {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  width: 90%;
  height: 90%;
  gap: 10px;
}
.footer-logo {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
}
#nav-footer li a:hover {
  text-decoration: none;
}
.footer-copyright {
  font-size: 14px;
  color: #ffffff;
  display: grid;
  grid-template-columns: max-content max-content;
  align-items: center;
  gap: 10px;
}
.footer-copyright a:hover {
  text-decoration: none;
}
.menu-item {
  list-style-type: none;
}
.phone-number.phone-number__bottom {
  font-size: 24px;
  color: #ea8625;
  font-weight: 700;
}
#nav-footer {
  margin-left: 0;
  padding-left: 0;
}
#nav-footer li {
  margin: 0 0 10px 0;
}
#nav-footer li a {
  color: black;
}
.footer-data {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 40% 10% 39%;
  align-items: center;
}
#nav-sub > ul {
  display: grid;
  grid-auto-flow: column;
  justify-items: end;
  max-width: 1200px;
  margin: 15px auto;
  width: 100%;
  list-style-type: none;
  grid-template-columns: 19% 21% 17%;
  padding-top: 0;
  line-height: 1.0;
}
@media (max-width: 768px) {
  .footer__box:nth-child(1) {
    height: auto;
    background-image: linear-gradient(to top, #f8f5f0, #f3f1ee, #c7cfdc);
  }
  .footer-data {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    margin-top: 30px;
    /* align-items: center; */
  }
  .social-icons {
    width: 200px;
    justify-items: center;
    gap: 10px;
  }
  .social-icons__items {
    text-align: center;
  }
  #nav-footer li {
    text-align: center;
  }
  .phone-number {
    font-size: 24px;
    color: #ea8625;
    margin-top: 25px;
  }
  .footer__note.footer-note__top {
    max-width: 1171px;
    display: grid;
    grid-template-columns: 1fr;
    margin: 0 auto;
    height: 100%;
    justify-items: center;
    padding: 50px 40px 40px 40px;
  }
  .footer__note.footer-note__bottom {
    padding: 9px;
  }
  .footer__box:nth-child(2) {
    height: auto;
    background: #375285;
  }
  .footer__box:nth-child(2) .emty {
    display: none;
  }
  .footer__note {
    max-width: 1171px;
    display: grid;
    grid-template-columns: auto;
    justify-content: center;
    margin: 0 auto;
    height: 100%;
  }
  #nav-footer {
    margin-left: 0;
    margin-top: 20px;
    padding-left: 0;
  }
  .footer-logo {
    margin-top: 50px;
  }
  #nav-footer > li > a {
    color: #163d65;
  }
}
/*---Page: impressum --*/
#impressum-section {
  padding-left: 0;
  margin-bottom: 70px;
}
#impressum-section h1 {
  font-size: 32px;
  color: #3f66a3;
  padding-top: 60px;
  padding-left: 40px;
}
#impressum-section p {
  font-size: 16px;
  color: #000;
  padding-right: 40px;
  padding-left: 40px;
}
a.img-main-foto {
  color: #3f66a3;
  font-weight: 700;
}
a.link-home_sub-bottom {
  color: #3f66a3;
  font-weight: 700;
  padding-left: 40px;
}
div.wpforms-container-full .wpforms-confirmation-container-full {
  background: #ced5df;
  border: 1px solid #b4d39b;
}
#wpforms-confirmation-180 {
  background: #ced5df;
  border: 1px solid #b4d39b;
  margin-bottom: 70px;
}
@media (max-width: 768px) {
  #impressum-section {
    padding-left: 0;
  }
  #impressum-section h1 {
    font-size: 24px;
    padding-top: 30px;
    padding-left: 40px;
  }
  #impressum-section p {
    font-size: 12px;
    padding-right: 40px;
  }
}
/*--Page: request--*/
p,
label,
input {
  font-family: 'Arimo';
}
.request-note {
  padding: 0 1px;
  text-align: left;
  position: relative;
}
#contact_message {
  width: 100%;
}
.request-note > h2 {
  margin-bottom: 43px;
  margin-top: 15px;
}
#contact-form > div.offer-request > p:nth-child(2) {
  margin-bottom: 0px;
  margin-top: 50px;
}
#wpcf7-f6-o1 > form > fieldset > div.field-item.field-item-consent > div:nth-child(2) > p {
  margin-bottom: 0px;
}
.label-request {
  margin-bottom: 10px;
  margin-top: 50px;
}
#contact-form > div.offer-request > p:nth-child(3) {
  color: #333333;
  margin-bottom: 50px;
}
.field-item span {
  width: 115%;
}
h1 {
  font-family: 'Arimo';
  color: var(--special-semi-dark-h12);
}
#wpcf7-f6-o1,
.offer-request {
  width: calc(90%);
  margin: 0 auto;
  margin-top: 0;
  margin-bottom: 0px;
  padding-bottom: 0px;
  padding-top: 24px;
  position: relative;
}
#wpcf7-f6-o1 {
  margin: 0 auto;
  margin-top: 0px;
  margin-bottom: 80px;
  padding-bottom: 0px;
  padding-top: 0px;
}
#contact-form > div.offer-request > hr {
  border-width: 0.1px;
  border: solid 0.1px #dadce0;
}
#contact-form > div.offer-request > h1,
#contact-form > div.offer-request > p {
  padding-left: 1%;
}
.field-item-consent {
  width: auto;
  margin-top: 120px;
  border: 0px solid #10508f;
  border-radius: 20px;
  margin-left: 5px;
  margin-bottom: 12px;
  padding: 10px 8px 12px 13px;
  position: relative;
  height: 60px;
}
#wpcf7-f6-o1 > form > div.field-item.field-item-consent {
  padding-left: 0px;
  margin-left: 30px;
}
#wpcf7-f6-o1 > form > div:nth-child(n+2):nth-child(-n+4) > div:nth-child(2) {
  display: inline-block;
}
#wpcf7-f6-o1 > form > div:nth-child(n+2):nth-child(-n+4) > div:nth-child(2) p {
  margin-bottom: 0;
  border: solid 1px #10508f;
}
#wpcf7-f6-o1 > form > div:nth-child(5) {
  height: 160px;
}
#wpcf7-f6-o1 > form > div.field-item.field-item-consent {
  height: 75px;
  border: 0px solid #dadce0;
  margin-bottom: 60px;
}
#wpcf7-f6-o1 > form > div.field-item.field-item-consent > div.label-request > p {
  margin: 0;
}
#contact-form > div.offer-request > h1 {
  padding-top: 32px;
  font-size: 32px;
}
fieldset {
  border: none;
  border-color: transparent;
}
#consent_form > span > label > span {
  color: #ffffff;
}
#wpcf7-f6-o1 > form > div:nth-child(n+2):nth-child(-n+4) > div.label-request > p {
  margin-bottom: 2px;
}
#wpcf7-f6-o1 > form > div:nth-child(2) > div:nth-child(2) {
  width: 90%;
}
#wpcf7-f6-o1 > form > div:nth-child(3) > div:nth-child(2) {
  width: 90%;
}
#wpcf7-f6-o1 > form > div:nth-child(4) > div:nth-child(2) {
  width: 90%;
}
#consent_form > span > label > input[type=checkbox] {
  border-color: #4169e1 !important;
  margin-left: 5px;
}
#contact_name,
#contact_email {
  width: 100%;
  height: 65px;
}
/*Checkbox inline*/
#wpcf7-f6-o1 > form > div.field-item.field-item-consent > div {
  display: inline-block;
  position: absolute;
  bottom: 27px;
  left: -55px;
}
#wpcf7-f6-o1 > form > div.field-item.field-item-consent > p {
  display: inline;
  margin-left: 15px;
}
#wpcf7-f6-o1 > form > div.field-item.field-item-consent > p > a {
  display: inline;
  color: #10508f;
}
#wpcf7-f6-o1 > form > div.button-block > div.form-cleaning > p > a {
  color: #10508f;
  font-size: 19px;
}
/*Checkbox inline*/
#wpcf7-f6-o1 > form > div.field-item.field-item-consent > div > p {
  margin-bottom: 0;
}
.rectangle.rectangle_request-page {
  position: absolute;
  top: 46px;
  left: 0;
}
#contact-form > .offer-request > h1 {
  padding-left: 0;
}
#contact-form > div.offer-request > p {
  font-size: 16px;
}
#wpcf7-f174-o1 > form > div > div.label-request > p > label {
  font-size: 16px;
}
.greetings-right-box.greetings-right-box_request {
  display: grid;
  grid-area: second;
  grid-template-rows: 325px auto;
  background-image: linear-gradient(to top, #163d66, #3a619b, #3f66a3, #3f66a3, #3f66a3);
}
.field-item {
  width: calc(92%);
  margin-bottom: 50px !important;
}
#wpcf7-f6-o1 > form > div:nth-child(2) {
  margin-bottom: 50px !important;
}
#contact_name,
#contact_email,
#contact_phone_number,
#contact_message {
  padding: 0px 2px;
}
.submit-request {
  margin: 0 auto;
}
#wpcf7-f6-o1 > form > div.button-block > div.form-cleaning > p > a {
  color: #10508f;
  font-size: 15px;
}
.button-block {
  display: grid;
  grid-template-columns: 100%;
  justify-items: center;
}
.button-block .submit-request {
  margin: 0 auto;
}
#form-submit {
  width: 415px;
  height: 60px;
  background: #ea8625;
  color: #ffffff;
}
.field-item.field-item-consent {
  display: grid;
  grid-template-columns: max-content 1fr;
}
.field-item.field-item-consent p {
  font-size: 16px;
}
.field-item.field-item-consent p a {
  color: #375285;
}
#contact-phone-number {
  width: 100%;
  height: 65px;
}
#contact-form > .offer-request {
  margin: 0 0 0 0;
}
#contact-form {
  margin-left: 50px;
  margin-right: 35px;
  margin-bottom: 70px;
}
#wpforms-submit-180 {
  background: #ea8625;
  width: 270px;
}
#wpforms-180-field_5_1 {
  margin-right: 170px;
}
.link-daten {
  position: absolute;
  left: 85px;
  bottom: 65px;
  color: #000 !important;
}
div.wpforms-container-full .wpforms-form .wpforms-submit-container {
  text-align: center;
}
#wpforms-confirmation-180 > p {
  font-size: 18px;
  font-weight: 700;
  color: #3f66a3;
}
@media (min-width: 320px) and (max-width: 410px) {
  #contact-form {
    margin-left: 15px;
    margin-right: 15px;
  }
  #contact-form > div.offer-request > h1 {
    padding-left: 21px;
    padding-top: 42px;
    font-size: 21px;
  }
  .link-daten {
    position: absolute;
    left: 50px;
    bottom: 65px;
    color: #000 !important;
  }
  .greetings-right-box.greetings-right-box_request {
    display: block;
  }
  .submit-request {
    background: #10508f;
    width: 130px;
    height: 35px;
    border-radius: 5px;
  }
  #form-submit {
    margin: 0 auto;
    color: #fff;
    background-color: transparent;
    border: none;
    font-size: 11px;
    padding-top: 12px;
    padding-left: 12px;
  }
}
@media (min-width: 410.05px) and (max-width: 768px) {
  .button-block {
    width: calc(89%);
    grid-template-columns: 129px auto 130px;
  }
  .navbar-inverse-request #navbar-top {
    width: 99%;
  }
  .body-request #contact-form #wpcf7-f6-o1 > form > div.wpcf7-response-output {
    width: 49%;
    font-size: 18px;
    left: 22%;
  }
  .offer-request {
    width: calc(90%);
  }
  body > header > nav.navbar-inverse-request {
    width: calc(89%);
    background-position: 27% 0%;
  }
  .consent_text {
    font-family: 'Arimo';
  }
  .label-request {
    margin-bottom: 10px;
    /*display: inline-block;*/
  }
  .submit-request {
    background: #10508f;
    width: 155px;
    height: 42px;
    border-radius: 0px;
  }
  .submit-request :hover {
    opacity: 0.8;
  }
  .submit-request p {
    color: #fff;
    display: grid;
    height: 35px;
    justify-content: center;
    align-items: center;
  }
  #form-submit {
    margin: 0 auto;
    color: #fff;
    background-color: transparent;
    border: none;
    font-size: 12px;
    padding-top: 15px;
    padding-left: 10px;
  }
  #wpcf7-f6-o1 > form > div.button-block > div.form-cleaning > p > a {
    color: #10508f;
    font-size: 14px;
  }
  #navbar-top #nav-request li > a {
    font-size: 12px;
  }
  .field-item {
    width: calc(92%);
    margin-bottom: 50px;
  }
  #contact_name,
  #contact_email,
  #contact_phone_number,
  #contact_message {
    padding: 0px 2px;
  }
  .submit-request {
    margin: 0 auto;
  }
  .navbar-inverse_inside {
    background: #133a60 url(../img/background_header_mobile_768.webp) no-repeat;
    max-width: 1920px;
    width: 100%;
    background-size: 100% auto;
    background-position-y: 19px;
    margin: 0 auto;
  }
  .cona-request {
    display: grid;
    grid-template-rows: 30px auto 100px 90px 75px;
    margin-top: 0px;
    height: 580px;
  }
  .navbar-inverse_inside {
    background: #133a60 url(../img/background_header_mobile_768.webp) no-repeat;
    max-width: 1920px;
    width: 100%;
    background-size: 100% auto;
    background-position-y: 19px;
    margin: 0 auto;
  }
}
@media (min-width: 768.05px) and (max-width: 1024px) {
  .request-note {
    margin-top: 45px;
    padding: 0 1px;
  }
  .offer-request {
    width: 726px;
  }
  #wpcf7-f6-o1 {
    width: auto;
  }
  .submit-request {
    background: #10508f;
    width: 190px;
    height: 52px;
    border-radius: 5px;
  }
  #form-submit {
    margin: 0 auto;
    color: #fff;
    background-color: transparent;
    border: none;
    font-size: 16px;
    padding-top: 18px;
    padding-left: 12px;
  }
  .top-section_request {
    height: 360px;
  }
  #advantages-section > article > div > div > div > div.advantages-note_item1 > p {
    font-size: 15px;
  }
}
@media (min-width: 1024.05px) and (max-width: 1280px) {
  #wpforms-180-field_5_1 {
    margin-right: 170px;
  }
  .link-daten {
    position: absolute;
    left: 110px;
    bottom: 65px;
    color: #000 !important;
  }
  .request-note {
    padding-left: 30px;
  }
  .request-section {
    grid-template-columns: 1fr 54%;
    column-gap: 10px;
    width: auto;
  }
  .offer-request,
  #wpcf7-f6-o1 {
    width: 726px;
  }
  .submit-request {
    background: #10508f;
    width: 190px;
    height: 52px;
    border-radius: 5px;
  }
  #form-submit {
    margin: 0 auto;
    color: #fff;
    background-color: transparent;
    border: none;
    font-size: 15px;
    padding-top: 18px;
    padding-left: 19px;
  }
  .top-section_request {
    height: 420px;
  }
  #wpcf7-f6-o1 > form > div.field-item.field-item-consent {
    height: 75px;
    border: 0px solid #dadce0;
    margin: 60px 30px;
  }
  .button-block {
    grid-template-columns: 198px auto 154px;
    width: 716px;
  }
}
/*--Test1--*/
