/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 50px;
}

body {
  font-size: clamp(0.95625rem, 0.871875rem + 0.3375vw, 1.125rem);
  line-height: 1.3;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  color: rgb(61, 107, 224);
  margin-top: 135px;
}
@media screen and (max-width: 1200px) {
  body {
    margin-top: 100px;
  }
}
@media screen and (max-width: 960px) {
  body {
    margin-top: 50px;
  }
}
@media screen and (max-width: 700px) {
  body {
    margin-top: 20px;
  }
}
body > section,
body > footer {
  clear: both;
}
body > section .wrap,
body > footer .wrap {
  width: 96%;
  max-width: 1560px;
  padding: 0 2%;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 90px;
}
@media screen and (max-width: 1700px) {
  body > section .wrap,
  body > footer .wrap {
    width: 90%;
    padding-left: 5%;
    padding-right: 5%;
  }
}
body footer .wrap {
  background: url(../img/logo+claim.svg) top 80px left 2.5% no-repeat;
  background-size: auto 250px;
  min-height: 270px;
  display: flex;
  position: relative;
  justify-content: space-evenly;
  align-items: flex-end;
}
@media screen and (max-width: 1700px) {
  body footer .wrap {
    background-position: top 80px left 5.5%;
  }
}
@media screen and (max-width: 900px) {
  body footer .wrap {
    align-items: center;
    justify-content: flex-end;
    background-position: top 80px left 6.5%;
  }
}
@media screen and (max-width: 600px) {
  body footer .wrap {
    background-size: 150px;
    min-height: 235px;
    align-items: flex-start;
    padding-top: 320px;
    flex-direction: column;
  }
}
@media screen and (max-width: 500px) {
  body footer .wrap a {
    margin-top: 40px;
    display: block;
  }
}
body footer .wrap .footerContact h2 {
  margin-bottom: 20px;
  margin-top: 20px;
}
body footer .wrap .footerContact input, body footer .wrap .footerContact textarea {
  font-family: "DM Sans", sans-serif;
  border: solid 1px #fff;
  background: transparent;
  padding: 10px 20px;
  border-radius: 25px;
  color: #fff;
  display: block;
  width: 30vw;
  min-width: 250px;
  max-width: 600px;
  margin-bottom: 15px;
}
@media screen and (max-width: 600px) {
  body footer .wrap .footerContact input, body footer .wrap .footerContact textarea {
    width: calc(100% - 42px);
  }
}
body footer .wrap .footerContact input::placeholder, body footer .wrap .footerContact textarea::placeholder {
  color: #fff;
  font-style: italic;
  font-weight: 200;
}
body footer .wrap .footerContact input.btn, body footer .wrap .footerContact textarea.btn {
  width: 150px;
  font-weight: 700;
  transition: all 0.2s;
}
body footer .wrap .footerContact input.btn:hover, body footer .wrap .footerContact textarea.btn:hover {
  background: rgba(255, 255, 255, 0.1);
}
body footer .wrap .footerContact textarea {
  padding-top: 20px;
}
body footer .wrap .footerContact #catch {
  display: none;
}
body footer .wrap .footerContact #error {
  color: #f66;
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  body footer .wrap .footerContact {
    width: 100%;
  }
}
body footer .wrap .social {
  position: absolute;
  right: 2%;
  top: 80px;
}
@media screen and (max-width: 900px) {
  body footer .wrap .social {
    right: initial;
    left: 0;
    top: 400px;
  }
}
@media screen and (max-width: 1700px) {
  body footer .wrap .social {
    right: 5%;
  }
}
@media screen and (max-width: 600px) {
  body footer .wrap .social {
    position: initial;
  }
}
body footer .wrap .social a {
  display: inline-block;
  position: relative;
  width: 70px;
  height: 70px;
  margin: 0 0 0 40px;
}
@media screen and (max-width: 600px) {
  body footer .wrap .social a {
    margin: 20px 20px 0 0;
  }
}
body footer .wrap .social a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0;
  transition: opacity 0.25s;
}
body footer .wrap .social a:hover::after {
  opacity: 1;
}
body footer .wrap .social a.fb {
  background: url(../img/icons/icon-fb-white.svg) center center no-repeat;
}
body footer .wrap .social a.fb::after {
  background-image: url(../img/icons/icon-fb.svg);
}
body footer .wrap .social a.li {
  background: url(../img/icons/icon-li-white.svg) center center no-repeat;
}
body footer .wrap .social a.li::after {
  background-image: url(../img/icons/icon-li.svg);
}
body footer .wrap .gdpr {
  position: absolute;
  bottom: 100px;
  right: 0;
  font-size: 80%;
}
@media screen and (max-width: 1700px) {
  body footer .wrap .gdpr {
    padding-right: 5%;
  }
}
@media screen and (max-width: 900px) {
  body footer .wrap .gdpr {
    bottom: 60px;
  }
}

h1 {
  font-size: clamp(1.75rem, 1.0625rem + 2.75vw, 3.125rem);
  line-height: 1.3;
  font-weight: 700;
}
h1:first-letter {
  text-transform: uppercase;
}

h2 {
  font-size: clamp(1.4rem, 0.85rem + 2.2vw, 2.5rem);
  line-height: 1.3;
  font-weight: 700;
  color: rgb(252, 157, 157);
  margin-top: 10px;
  margin-bottom: 50px;
}

h3 {
  font-size: clamp(1.05rem, 0.825rem + 0.9vw, 1.5rem);
  line-height: 1.3;
  font-weight: 700;
}

p {
  margin: 0;
  max-width: 1250px;
}

img {
  max-width: 100%;
}

a:hover {
  color: rgb(252, 157, 157);
}

.pink a:hover {
  color: #fff;
}

.blue {
  background: rgb(61, 107, 224);
  color: #fff;
}
.blue a {
  color: #fff;
}
.blue a:hover {
  color: rgb(252, 157, 157);
}

.blueText {
  color: rgb(61, 107, 224);
}
.blueText h1 {
  color: rgb(61, 107, 224);
}

.pink {
  background: rgb(252, 157, 157);
  color: #fff;
}
.pink h2 {
  color: #fff;
}

.pinkText {
  color: rgb(252, 157, 157);
}

.white {
  color: #fff;
}

.whiteText {
  color: #fff;
}

.half {
  width: 50%;
}

.third {
  width: 33%;
}

ul {
  margin: 0;
}

a {
  color: rgb(61, 107, 224);
}
a.button {
  display: inline-block;
  border-radius: 25px;
  text-decoration: none;
  border: solid 1px #fff;
  padding: 10px 20px;
  font-weight: 700;
  transition: all 0.2s;
  margin-top: 35px;
  font-size: clamp(0.875rem, 0.6875rem + 0.75vw, 1.25rem);
  line-height: 1.3;
}
a.button:hover {
  background: #fff;
  color: rgb(252, 157, 157);
  border-color: rgb(252, 157, 157);
}

body:not(.registrations-open) .regButton {
  display: none !important;
}

input[type=submit] {
  cursor: pointer;
}

/*input[type="text"]{
   font-weight: 400;
   max-width: 75%;
   font-size: 16px;
}*/
.clr {
  clear: both;
}

.perex {
  font-size: clamp(1.05rem, 0.825rem + 0.9vw, 1.5rem);
  line-height: 1.3;
  max-width: 1250px;
}

.pillars {
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 1000px) {
  .pillars {
    flex-direction: column;
  }
}

.pillars div {
  border: solid 1px #fff;
  width: 33%;
  padding: 0 25px 25px 25px;
  border-radius: 25px;
}
@media screen and (max-width: 1000px) {
  .pillars div {
    width: calc(100% - 50px);
  }
}

nav#mainNav {
  position: fixed;
  width: 100%;
  background: #fff;
  top: 0;
  left: 0;
  border-bottom: solid 1px rgb(252, 157, 157);
  font-size: clamp(0.875rem, 0.6875rem + 0.75vw, 1.25rem);
  line-height: 1.3;
  font-weight: 900;
}
nav#mainNav .wrap {
  width: 96%;
  max-width: 1560px;
  padding: 0 2%;
  margin: 0 auto;
  display: flex;
}
@media screen and (max-width: 1700px) {
  nav#mainNav .wrap {
    width: 90%;
    padding-left: 5%;
    padding-right: 5%;
  }
}
nav#mainNav a {
  text-decoration: none;
  text-wrap: nowrap;
  padding: 30px;
  color: rgb(252, 157, 157);
}
@media screen and (max-width: 1300px) {
  nav#mainNav a {
    padding: 10px;
  }
}
@media screen and (max-width: 800px) {
  nav#mainNav a {
    padding: 5px;
  }
}
@media screen and (max-width: 470px) {
  nav#mainNav a {
    padding: 3px;
  }
}
nav#mainNav .logo {
  padding: 35px 0 20px 0;
  display: block;
  transition: all 0.2s;
}
@media screen and (max-width: 600px) {
  nav#mainNav .logo {
    padding-top: 20px;
  }
}
@media screen and (max-width: 500px) {
  nav#mainNav .logo {
    height: 50px;
    width: 50px;
    background: url(../img/logo-P.svg) center left no-repeat;
    background-size: 100%;
  }
}
nav#mainNav .logo img {
  height: 75px;
  transition: all 0.2s;
}
@media screen and (max-width: 600px) {
  nav#mainNav .logo img {
    height: 50px;
  }
}
@media screen and (max-width: 500px) {
  nav#mainNav .logo img {
    display: none;
  }
}
nav#mainNav #search_form {
  display: block;
  margin: 70px 0 30px 0;
  border: solid 1px rgb(252, 157, 157);
  height: 40px;
  border-radius: 25px;
  display: flex;
  /*************/
  display: none;
}
nav#mainNav #search_form input {
  display: inline-block;
}
nav#mainNav #search_form input[type=text] {
  margin-left: 20px;
  border: none;
  width: 150px;
}
nav#mainNav #search_form input[type=text]:focus-visible {
  border: none;
  outline: none;
}
nav#mainNav #search_form input[type=submit] {
  cursor: pointer;
  background: url(../img/icons/find.svg);
  background-size: 80%;
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: 2px;
  width: 40px;
  height: 36px;
  padding: 0;
  border: none;
}
nav#mainNav ul.nav_1 {
  width: 100%;
  margin: 0;
  padding: 84px 0px 0 0;
  display: flex;
  justify-content: flex-end;
  transition: all 0.2s;
}
@media screen and (max-width: 600px) {
  nav#mainNav ul.nav_1 {
    padding-top: 50px;
  }
}
nav#mainNav ul.nav_1 > li:last-of-type ul {
  right: -10px;
  left: auto;
}
nav#mainNav ul.nav_1 li {
  list-style-type: none;
  padding: 0;
}
@media screen and (max-width: 600px) {
  nav#mainNav ul.nav_1 li {
    padding: 0 0 0 10px;
  }
}
nav#mainNav ul.nav_1 li.collapsable {
  background: url(../img/icons/arrow-right-pink.svg) top 4px right 15px no-repeat;
  background-size: 16px;
}
nav#mainNav ul.nav_1 li.collapsable:hover {
  background-image: url(../img/icons/arrow-down-blue.svg);
}
nav#mainNav ul.nav_1 li a:hover, nav#mainNav ul.nav_1 li > a.active {
  color: rgb(61, 107, 224);
}
nav#mainNav ul.nav_1 li ul {
  display: none;
  position: absolute;
  top: 52px;
  left: 25px;
  padding: 5px 20px 0 10px;
  z-index: 2;
  background: #fff;
  border-top: solid 1px rgb(252, 157, 157);
  font-size: clamp(0.95625rem, 0.871875rem + 0.3375vw, 1.125rem);
  line-height: 1.3;
  border-radius: 0 0 10px 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 5px;
}
nav#mainNav ul.nav_1 li ul li {
  padding: 0 5px;
}
nav#mainNav ul.nav_1 li ul li a {
  padding: 5px;
  display: inline-block;
  width: 100%;
  font-weight: 400;
  border-bottom: solid 1px rgb(252, 157, 157);
  color: rgb(61, 107, 224);
}
nav#mainNav ul.nav_1 li ul li a:hover {
  color: rgb(252, 157, 157);
}
nav#mainNav ul.nav_1 li ul li:last-child a {
  border-bottom: solid 3px #fff;
}
nav#mainNav ul.nav_1 li:hover ul {
  display: block;
}
nav#mainNav ul.nav_1 > li {
  position: relative;
}

nav#mainNav.mini .logo {
  padding: 15px 0 10px 0;
  transition: all 0.2s;
}
nav#mainNav.mini .logo img {
  height: 50px;
  transition: all 0.2s;
}
nav#mainNav.mini ul.nav_1 {
  transition: all 0.2s;
  padding-top: 34px;
}
nav#mainNav.mini ul.nav_1 li ul {
  top: 47px;
}

.news_items {
  display: flex;
}
@media screen and (max-width: 1000px) {
  .news_items {
    flex-wrap: wrap;
  }
}
.news_items a.news_item {
  padding: 25px 25px 50px 25px;
  margin-right: 50px;
  margin-bottom: 50px;
  width: 30%;
  border: solid 1px #fff;
  border-radius: 25px;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s;
  background-image: url(../img/icons/arrow-right-white.svg);
  background-position: bottom 20px left 25px;
  background-repeat: no-repeat;
}
.news_items a.news_item .perex {
  font-size: clamp(0.95625rem, 0.871875rem + 0.3375vw, 1.125rem);
  line-height: 1.3;
}
@media screen and (max-width: 1000px) {
  .news_items a.news_item {
    width: 40%;
  }
}
@media screen and (max-width: 900px) {
  .news_items a.news_item {
    width: 39%;
  }
}
@media screen and (max-width: 800px) {
  .news_items a.news_item {
    width: 100%;
    margin-right: 0;
  }
}
.news_items a.news_item:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 1000px) {
  .news_items a.news_item:nth-child(3n) {
    margin-right: 50px;
  }
  .news_items a.news_item:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 800px) {
  .news_items a.news_item:nth-child(3n) {
    margin-right: 0;
  }
}
.news_items a.news_item h3 {
  color: rgb(61, 107, 224);
  margin: 15px 0 20px 0;
}
.news_items a.news_item h4 {
  text-transform: uppercase;
  border-bottom: solid 1px #fff;
  margin: 0;
  padding-bottom: 10px;
  font-size: clamp(0.95625rem, 0.871875rem + 0.3375vw, 1.125rem);
  line-height: 1.3;
}
.news_items a.news_item:hover {
  background-color: #fff;
  background-image: url(../img/icons/arrow-right-blue.svg);
  color: rgb(61, 107, 224);
}
.news_items a.news_item:hover h3 {
  color: rgb(252, 157, 157);
}
.news_items a.news_item:hover h4 {
  border-color: rgb(252, 157, 157);
}

#events {
  border-bottom: solid 1px rgb(252, 157, 157);
}
#events .events_items {
  display: flex;
}
@media screen and (max-width: 1200px) {
  #events .events_items {
    flex-wrap: wrap;
  }
}
#events .events_items a.events_item {
  text-decoration: none;
  display: inline-block;
  width: 24%;
  margin-right: 1%;
  border-left: solid 1px rgb(252, 157, 157);
  background: url(../img/icons/arrow-right-pink.svg) top 5px right 5px no-repeat;
  transition: all 0.2s;
}
@media screen and (max-width: 1200px) {
  #events .events_items a.events_item {
    width: 48%;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 700px) {
  #events .events_items a.events_item {
    width: 96%;
    margin-bottom: 60px;
  }
}
#events .events_items a.events_item:hover {
  background-image: url(../img/icons/arrow-right-blue.svg);
}
#events .events_items a.events_item:hover h3 {
  color: rgb(252, 157, 157);
}
#events .events_items a.events_item:nth-child(4n) {
  border-right: solid 1px rgb(252, 157, 157);
  padding-right: 1%;
  margin-right: 0;
  background-position: top 5px right 15px;
}
@media screen and (max-width: 1200px) {
  #events .events_items a.events_item:nth-child(2n) {
    border-right: solid 1px rgb(252, 157, 157);
    padding-right: 1%;
    margin-right: 0;
    background-position: top 5px right 15px;
  }
}
@media screen and (max-width: 700px) {
  #events .events_items a.events_item {
    border-right: solid 1px rgb(252, 157, 157);
    padding-right: 1%;
    margin-right: 0;
    background-position: top 5px right 15px;
  }
}
#events .events_items a.events_item h3, #events .events_items a.events_item h4, #events .events_items a.events_item .perex {
  padding: 0 50px;
  margin: 0 0 10px 0;
}
#events .events_items a.events_item h3 {
  font-size: clamp(1.05rem, 0.825rem + 0.9vw, 1.5rem);
  line-height: 1.2;
}
#events .events_items a.events_item h4 {
  text-transform: uppercase;
  color: rgb(252, 157, 157);
}

#partners .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1100px) {
  #partners .wrap {
    flex-wrap: wrap;
  }
}
#partners .wrap h2 {
  margin-bottom: 30px;
}
#partners .wrap .item {
  padding-top: 60px;
}
#partners .wrap .item a {
  display: block;
  line-height: 0;
}
#partners .wrap .item img {
  padding: 0 20px;
  transition: transform 0.3s ease;
}
#partners .wrap .item a:hover img {
  transform: scale(1.07);
}
#partners .wrap .item:first-of-type {
  padding-top: 0;
  max-width: 30%;
}
@media screen and (max-width: 1100px) {
  #partners .wrap .item:first-of-type {
    flex-wrap: wrap;
    max-width: 90%;
  }
}

#teasers {
  font-size: clamp(1.33rem, 0.8075rem + 2.09vw, 2.375rem);
  line-height: 1.2;
  font-weight: 700;
  color: rgb(252, 157, 157);
  margin-top: 0.67em;
  padding-top: 70px;
  position: relative;
  width: 33%;
}
@media screen and (max-width: 1600px) {
  #teasers {
    width: 40%;
  }
}
@media screen and (max-width: 800px) {
  #teasers {
    width: 100%;
  }
}
#teasers .teaser {
  position: absolute;
  display: none;
}
#teasers .teaser:first-child {
  display: block;
}
#teasers .teaser a.button {
  margin-top: 35px;
}
#teasers .controls {
  position: absolute;
  top: 0;
}
#teasers .controls .t_ctrl {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: rgb(252, 157, 157);
  border-radius: 50%;
  margin-right: 15px;
  cursor: pointer;
  transition: all 0.2s;
}
#teasers .controls .t_ctrl:hover, #teasers .controls .t_ctrl.active {
  background: rgb(61, 107, 224);
}

#testimonials {
  position: relative;
  font-size: clamp(0.875rem, 0.6875rem + 0.75vw, 1.25rem);
  line-height: 1.4;
}
#testimonials .testimonial {
  position: absolute;
  display: none;
  font-style: italic;
}
#testimonials .testimonial:first-child {
  display: block;
}
#testimonials .testimonial cite {
  margin-top: 5px;
  font-size: clamp(0.903125rem, 0.8234375rem + 0.31875vw, 1.0625rem);
  line-height: 1.3;
  font-weight: 700;
}
#testimonials .controls {
  position: absolute;
  top: -40px;
}
#testimonials .controls .t_ctrl {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: rgb(252, 157, 157);
  border-radius: 50%;
  margin-right: 10px;
  cursor: pointer;
  transition: all 0.2s;
}
#testimonials .controls .t_ctrl:hover, #testimonials .controls .t_ctrl.active {
  background: rgb(61, 107, 224);
}

.Home #mainText {
  font-size: clamp(1.05rem, 0.825rem + 0.9vw, 1.5rem);
  line-height: 1.4;
}
.Home #mainText .wrap {
  padding-top: 80px;
  padding-bottom: 100px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 800px) {
  .Home #mainText .wrap {
    flex-wrap: wrap;
    padding-top: 30px;
  }
  .Home #mainText .wrap .half {
    width: 100%;
  }
}

.Edu section.double .wrap {
  display: flex;
  gap: 100px;
}
@media screen and (max-width: 800px) {
  .Edu section.double .wrap {
    flex-wrap: wrap;
    flex-direction: column;
  }
}
.Edu section.double .wrap .text {
  flex: 1;
}
.Edu .lectors {
  padding: 0 40px;
}
.Edu .lectors .person {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  margin-bottom: 70px;
  margin-left: 50px;
}
.Edu .lectors .person img {
  width: 270px;
  height: 270px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}
@media screen and (max-width: 1100px) {
  .Edu .lectors .person img {
    width: 200px;
    height: 200px;
  }
}
.Edu .lectors .person h3 {
  margin: 10px 0 20px 0;
}
.Edu .lectors .person h3 span {
  display: block;
}
.Edu .lectors .person .text {
  font-size: clamp(0.95625rem, 0.871875rem + 0.3375vw, 1.125rem);
  line-height: 1.3;
}
@media screen and (max-width: 1000px) {
  .Edu .lectors {
    padding: 0;
  }
  .Edu .lectors .person {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 50px;
    margin-left: 0;
  }
  .Edu .lectors .person img {
    width: 180px;
    height: 180px;
  }
}
.News #news .wrap {
  padding-bottom: 30px;
}
.News .news_items {
  flex-wrap: wrap;
}
.News .news_items a.news_item {
  width: 26.5%;
}
@media screen and (max-width: 1400px) {
  .News .news_items a.news_item {
    width: 26%;
  }
}
@media screen and (max-width: 1300px) {
  .News .news_items a.news_item {
    width: 25%;
  }
}
@media screen and (max-width: 1200px) {
  .News .news_items a.news_item {
    width: 24%;
  }
}
@media screen and (max-width: 1050px) {
  .News .news_items a.news_item {
    width: 40%;
  }
  .News .news_items a.news_item:nth-child(3n) {
    margin-right: 50px;
  }
  .News .news_items a.news_item:nth-child(2n) {
    margin-right: 0px;
  }
}
@media screen and (max-width: 900px) {
  .News .news_items a.news_item {
    width: 39%;
  }
}
@media screen and (max-width: 800px) {
  .News .news_items a.news_item {
    margin-right: 50px;
    width: 37.5%;
  }
}
@media screen and (max-width: 800px) {
  .News .news_items a.news_item {
    width: 100%;
    margin-right: 0px;
  }
  .News .news_items a.news_item:nth-child(3n) {
    margin-right: 0px;
  }
}

#tags {
  margin-top: 10px;
}
#tags .tag {
  color: rgb(252, 157, 157);
  font-weight: bold;
  transition: color 0.2s;
}
#tags .tag:hover {
  color: rgb(61, 107, 224);
}

#shareLinks {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}
#shareLinks .title {
  font-weight: bold;
  margin-right: 4px;
}
#shareLinks .share-link {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
#shareLinks .share-link img {
  display: block;
  transition: opacity 0.25s;
}
#shareLinks .share-link:hover img {
  opacity: 0;
}
#shareLinks .share-link.share-facebook {
  background-image: url(../img/icons/icon-fb.svg);
}
#shareLinks .share-link.share-linkedin {
  background-image: url(../img/icons/icon-li.svg);
}
#shareLinks .share-link.share-twitter {
  background-image: url(../img/icons/icon-x.svg);
}

.Tags #mainText {
  min-height: calc(100vh - 742px);
}

/*.text{
    padding-bottom: 40px;
}*/
.About {
  /*
      #Block2, #Block3{
          font-size: 24px;
          line-height: 31.2px;
      }*/
}
.About #mainText .text, .About #mainText .text2, .About #Ambasadors .text, .About #Ambasadors .text2 {
  font-size: clamp(1.05rem, 0.825rem + 0.9vw, 1.5rem);
  line-height: 1.3;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 30px;
}
@media screen and (max-width: 1200px) {
  .About #mainText .text, .About #mainText .text2, .About #Ambasadors .text, .About #Ambasadors .text2 {
    flex-wrap: wrap;
  }
  .About #mainText .text .half, .About #mainText .text2 .half, .About #Ambasadors .text .half, .About #Ambasadors .text2 .half {
    width: 100%;
  }
  .About #mainText .text img, .About #mainText .text2 img, .About #Ambasadors .text img, .About #Ambasadors .text2 img {
    margin-left: 0;
    margin-top: 50px;
  }
}
.About .text2 {
  align-items: flex-start;
  /*        .mapa{
              max-width: 60vw;
              margin-bottom: 90px;
              position: relative;
              top: -15px;
              right: -25px;
              margin-left: 0;

              @media screen and (max-width: 1200px){
                  top: 10px;
              }

              @media screen and (max-width: 1100px){
                  top: 20px;
              }

              @media screen and (max-width: 900px){
                  position: initial;
                  max-width: 100%;
                  margin-top: 0;
              }
          }*/
  /*        .third{
              @media screen and (max-width: 1000px){
                  margin-bottom: 50px;
              }

              @media screen and (max-width: 900px){
                  width: 100%;
              }

          }*/
}
.About #Team .wrap, .About #Ambasadors .wrap {
  padding-bottom: 30px;
}
.About #Team .people, .About #Ambasadors .people {
  margin-top: 50px;
}
.About #Team .person img, .About #Ambasadors .person img {
  width: 270px;
  height: 270px;
  border-radius: 50%;
  object-fit: cover;
  float: left;
  margin: 0 40px 0 0;
}
@media screen and (max-width: 1100px) {
  .About #Team .person img, .About #Ambasadors .person img {
    width: 200px;
    height: 200px;
  }
}
@media screen and (max-width: 600px) {
  .About #Team .person img, .About #Ambasadors .person img {
    width: 30vw;
    height: 30vw;
  }
}
.About #Team .half, .About #Ambasadors .half {
  float: left;
  position: relative;
}
@media screen and (max-width: 600px) {
  .About #Team .half, .About #Ambasadors .half {
    width: 100%;
  }
}
.About #Team .clr, .About #Ambasadors .clr {
  height: 80px;
}
.About #Team h3, .About #Ambasadors h3 {
  margin: 10px 30px 20px 0;
}
.About #Team h3 span, .About #Ambasadors h3 span {
  display: block;
}
.About #Team .text, .About #Ambasadors .text {
  margin: 0 60px 40px 310px;
  height: 6lh !important;
  overflow: hidden;
  cursor: pointer;
  transition: max-height 0.2s;
  align-items: flex-start;
  font-size: clamp(0.95625rem, 0.871875rem + 0.3375vw, 1.125rem);
  line-height: 1.3;
}
@media screen and (max-width: 1100px) {
  .About #Team .text, .About #Ambasadors .text {
    height: 140px;
  }
}
.About #Team .text span.more, .About #Team .text span.close, .About #Ambasadors .text span.more, .About #Ambasadors .text span.close {
  display: block;
  position: absolute;
  bottom: 0;
  right: 60px;
  width: 20px;
  height: 20px;
  background: url(../img/icons/arrow-down-right-pink.svg) center center no-repeat;
  background-size: 100%;
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  .About #Team .text span.more, .About #Team .text span.close, .About #Ambasadors .text span.more, .About #Ambasadors .text span.close {
    right: 0;
  }
}
.About #Team .text span.close, .About #Ambasadors .text span.close {
  display: none;
  background: url(../img/icons/close-blue.svg) center center no-repeat;
}
.About #Team .text.fullHeight, .About #Ambasadors .text.fullHeight {
  height: auto !important;
  cursor: default;
  transition: max-height 2s;
}
.About #Team .text.fullHeight span.close, .About #Ambasadors .text.fullHeight span.close {
  display: block;
}
.About #Team .text.fullHeight span.more, .About #Ambasadors .text.fullHeight span.more {
  display: none;
}
.About #Team .text2 .half, .About #Ambasadors .text2 .half {
  float: none;
}
.About #Team {
  border-bottom: solid 1px #fff;
  padding-bottom: 0;
}
.About #Team .person p:first-child {
  margin-top: 10px;
}
@media screen and (max-width: 1000px) {
  .About #Team .person img {
    float: none;
  }
}
.About #Ambasadors {
  border-bottom: solid 1px rgb(252, 157, 157);
}
.About #Ambasadors .text2 {
  margin-bottom: 80px;
}
@media screen and (max-width: 1600px) {
  .About #Ambasadors .person img {
    width: 160px;
    height: 160px;
  }
  .About #Ambasadors .text {
    margin-left: 180px;
    align-items: flex-start;
  }
}
@media screen and (max-width: 1400px) {
  .About #Ambasadors .text {
    margin-left: 180px;
    margin-right: 0;
  }
  .About #Ambasadors .person .half {
    width: 100%;
    float: none;
  }
  .About #Ambasadors .person span.close, .About #Ambasadors .person span.more {
    right: 0;
    bottom: -20px;
  }
  .About #Ambasadors .clr {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .About #Ambasadors .half {
    margin-bottom: 20px;
  }
  .About #Ambasadors .person img {
    width: 25vw;
    height: 25vw;
    float: none;
  }
  .About #Ambasadors .text {
    margin-left: 0;
  }
}

.person4 img {
  transform: rotate(10deg);
}

.cols {
  display: flex;
  gap: 100px;
}
@media screen and (max-width: 900px) {
  .cols {
    flex-direction: column;
  }
}

.Edu .people {
  margin-top: 50px;
}
.Edu .people p {
  max-width: 1100px;
}

.Course a.back {
  position: absolute;
  top: 110px;
  right: 80px;
  padding-left: 25px;
  background-image: url(../img/icons/arrow-left-white.svg);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 20px;
  text-decoration: none;
  font-size: clamp(0.875rem, 0.6875rem + 0.75vw, 1.25rem);
  line-height: 1.3;
}
@media screen and (max-width: 700px) {
  .Course a.back {
    display: none;
  }
}
.Course #mainText .wrap {
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 800px) {
  .Course #mainText .wrap {
    flex-wrap: wrap;
  }
  .Course #mainText .wrap .half {
    width: 100%;
  }
}
.Course #mainText .perex {
  font-size: clamp(1.05rem, 0.825rem + 0.9vw, 1.5rem);
  line-height: 1.3;
}
.Course #mainText h2 {
  margin-top: 10px;
}
.Course #course .wrap {
  display: flex;
}
.Course #course .wrap .half:first-of-type {
  width: 45%;
  padding-right: 5%;
}
.Course #course .wrap .half:last-of-type {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  margin-top: 70px;
}
@media screen and (max-width: 900px) {
  .Course #course .wrap {
    flex-wrap: wrap;
  }
  .Course #course .wrap .half, .Course #course .wrap .half:first-of-type, .Course #course .wrap .half:last-of-type {
    width: 100%;
  }
}
.Course #course .wrap h3 {
  margin: 0;
}
.Course #course .wrap h3 .thin {
  font-weight: 400;
}
.Course #course .wrap h3.icon {
  padding-left: 85px;
  background-position: top left;
  background-repeat: no-repeat;
  min-height: 60px;
  margin-bottom: 30px;
}
.Course #course .wrap h3.icon-person {
  background-image: url(../img/icons/person.svg);
}
.Course #course .wrap h3.icon-date {
  background-image: url(../img/icons/date.svg);
}
.Course h1 {
  font-size: clamp(1.75rem, 1.0625rem + 2.75vw, 3.125rem);
  line-height: 1.2;
  display: inline-block;
}
.Course h2 {
  font-size: clamp(1.4rem, 0.85rem + 2.2vw, 2.5rem);
  line-height: 1.2;
}
.Course h1 span, .Course h2 span {
  display: block;
}
.Course #courseInfo p {
  font-size: clamp(0.875rem, 0.6875rem + 0.75vw, 1.25rem);
  line-height: 1.3;
  margin-bottom: 12px;
}
.Course #courseInfo .regSuccess, .Course #courseInfo .regSuccess--sub {
  background: #fff;
  border-radius: 25px;
  padding: 20px 30px;
  font-size: clamp(1.05rem, 0.825rem + 0.9vw, 1.5rem);
  line-height: 1.3;
  margin-bottom: 30px;
  color: rgb(252, 157, 157);
}
.Course #courseInfo .regClosed,
.Course #courseInfo .regFull {
  border: solid 1px rgb(252, 157, 157);
  border-radius: 25px;
  padding: 20px 30px;
  color: rgb(252, 157, 157);
  font-size: clamp(0.875rem, 0.6875rem + 0.75vw, 1.25rem);
  line-height: 1.3;
}
.Course #courseInfo .wrap {
  padding-top: 0;
}
.Course #courseRegistration {
  border-bottom: solid 1px rgb(252, 157, 157);
}
.Course #courseRegistration ul.formErrors {
  border: solid 1px rgb(252, 157, 157);
  border-radius: 25px;
  padding: 15px 30px;
  margin-bottom: 30px;
  color: rgb(252, 157, 157);
  list-style: disc;
}
.Course #courseRegistration ul.formErrors li {
  margin-bottom: 5px;
}
.Course #courseRegistration ul.formErrors li:last-child {
  margin-bottom: 0;
}
.Course #courseRegistration .regWaitlistNotice {
  border: solid 1px rgb(252, 157, 157);
  border-radius: 25px;
  padding: 20px 30px;
  margin-bottom: 30px;
  color: rgb(252, 157, 157);
  font-size: clamp(0.875rem, 0.6875rem + 0.75vw, 1.25rem);
  line-height: 1.3;
}
.Course #courseRegistration form {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: flex-start;
}
.Course #courseRegistration form fieldset {
  flex: 1 1 300px;
  border: solid 1px rgb(61, 107, 224);
  border-radius: 25px;
  padding: 25px 30px 15px;
  margin: 0;
}
.Course #courseRegistration form fieldset legend {
  font-weight: 700;
  color: rgb(252, 157, 157);
  padding: 0 10px;
  font-size: clamp(0.875rem, 0.6875rem + 0.75vw, 1.25rem);
  line-height: 1.3;
}
.Course #courseRegistration form input[type=text],
.Course #courseRegistration form input[type=email],
.Course #courseRegistration form input[type=tel],
.Course #courseRegistration form textarea {
  font-family: "DM Sans", sans-serif;
  border: solid 1px rgb(61, 107, 224);
  background: transparent;
  padding: 10px 20px;
  border-radius: 25px;
  color: rgb(61, 107, 224);
  display: block;
  width: calc(100% - 42px);
  margin-bottom: 15px;
  font-size: clamp(0.95625rem, 0.871875rem + 0.3375vw, 1.125rem);
  line-height: 1.3;
}
.Course #courseRegistration form input[type=text]::placeholder,
.Course #courseRegistration form input[type=email]::placeholder,
.Course #courseRegistration form input[type=tel]::placeholder,
.Course #courseRegistration form textarea::placeholder {
  color: rgb(61, 107, 224);
  font-style: italic;
  font-weight: 200;
}
.Course #courseRegistration form input[type=text]:focus,
.Course #courseRegistration form input[type=email]:focus,
.Course #courseRegistration form input[type=tel]:focus,
.Course #courseRegistration form textarea:focus {
  outline: none;
  border-color: rgb(252, 157, 157);
}
.Course #courseRegistration form textarea {
  padding-top: 15px;
  min-height: 120px;
  resize: none;
  border-radius: 20px;
}
.Course #courseRegistration form .gdprLabel {
  flex: 1 1 100%;
  display: block;
  margin: 0 0 15px;
  font-size: clamp(0.85rem, 0.775rem + 0.3vw, 1rem);
  line-height: 1.3;
}
.Course #courseRegistration form .gdprLabel input[type=checkbox] {
  margin-right: 8px;
}
.Course #courseRegistration form .gdprLabel a {
  color: rgb(252, 157, 157);
}
.Course #courseRegistration form #catch {
  display: none;
}
.Course #courseRegistration form input[type=submit].btn {
  font-family: "DM Sans", sans-serif;
  border: solid 1px rgb(61, 107, 224);
  border-radius: 25px;
  background: transparent;
  color: rgb(61, 107, 224);
  padding: 12px 35px;
  font-weight: 700;
  font-size: clamp(0.95625rem, 0.871875rem + 0.3375vw, 1.125rem);
  line-height: 1.3;
  transition: all 0.2s;
}
.Course #courseRegistration form input[type=submit].btn:hover {
  background: rgb(61, 107, 224);
  color: #fff;
}

a.courseRegistrationLink {
  display: none;
}

.registrations-open a.courseRegistrationLink {
  display: inline-block;
}

.Files .file-lists {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  margin-top: 50px;
}
.Files .file-list {
  background: #fff;
  flex: 1 1 0;
  min-width: min(450px, 100% - 50px);
  padding: 25px;
  border-radius: 25px;
  border: solid 1px #fff;
  color: rgb(61, 107, 224);
}
.Files .file-list h3 {
  margin-top: 0;
  color: rgb(252, 157, 157);
}
.Files .file-list a {
  color: rgb(61, 107, 224);
}
.Files .file-list a:hover {
  color: rgb(252, 157, 157);
}
.Files .file {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 10px;
}
.Files .file img {
  flex-shrink: 0;
  margin-top: 3px;
}
.Files .file-size {
  font-size: 14px;
  line-height: 1.3;
  opacity: 0.6;
}
.Files .file-desc {
  font-size: 15px;
  line-height: 1.3;
  font-style: italic;
}

.Photos .photos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.Photos .photos a {
  display: block;
  margin: 16px;
}
.Photos .photos a img {
  border-radius: 25px;
  max-height: 320px;
  transition: all 2s ease-out;
}
.Photos .photos a:hover img {
  transform: scale(1.1);
}

.modal {
  padding: 50px;
  width: 100%;
  max-width: 1000px;
  border-radius: 25px;
}
.modal a.close-modal {
  background: url(../img/icons/close-blue.svg) center center no-repeat;
  top: 30px;
  right: 45px;
  background-size: 80%;
}
.modal .events_item_modal h3 {
  color: rgb(252, 157, 157);
  font-size: clamp(1.12rem, 0.68rem + 1.76vw, 2rem);
  line-height: 1.3;
  font-weight: 900;
  border-bottom: solid 1px rgb(61, 107, 224);
  padding-bottom: 20px;
  margin-top: 0;
}
.modal .events_item_modal .perex {
  font-size: clamp(0.91875rem, 0.721875rem + 0.7875vw, 1.3125rem);
  line-height: 1.3;
  margin-bottom: 20px;
}
.modal .news_item_modal h3 {
  color: rgb(252, 157, 157);
  font-size: clamp(1.12rem, 0.68rem + 1.76vw, 2rem);
  line-height: 1.3;
  font-weight: 900;
}
.modal .news_item_modal h4 {
  text-transform: uppercase;
  border-bottom: solid 1px rgb(252, 157, 157);
  padding-bottom: 20px;
  margin-top: 0;
  font-size: clamp(1.05rem, 0.825rem + 0.9vw, 1.5rem);
}
.modal .news_item_modal .perex {
  font-size: clamp(0.91875rem, 0.721875rem + 0.7875vw, 1.3125rem);
  line-height: 1.3;
  margin-bottom: 20px;
}

.jquery-modal {
  z-index: 1000;
}

.featherlight .featherlight-content {
  padding: 0 !important;
  border-bottom: none !important;
}

.featherlight-next, .featherlight-previous {
  top: 0 !important;
}
.featherlight-next span img, .featherlight-previous span img {
  transform: scale(2);
}

.featherlight-next {
  right: 0 !important;
}

.featherlight-previous {
  left: 0 !important;
}

.featherlight .featherlight-close-icon {
  color: #fff !important;
  font-size: 32px !important;
  line-heght: 32px !important;
  top: 20px !important;
  right: 20px !important;
  background: transparent !important;
  font-weight: 800 !important;
}

.featherlight .caption {
  text-align: center;
  padding: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  transition: opacity 1s;
}
.featherlight .caption.empty {
  opacity: 0;
  transition: opacity 1s;
}

#cm {
  box-shadow: none !important;
  border-radius: 25px !important;
  border: solid 1px rgb(252, 157, 157) !important;
}

.cc_div .c-bn {
  border-radius: 25px !important;
  padding: 9px !important;
}

.cc_div .cc-link {
  color: rgb(61, 107, 224) !important;
}

#c-bns button:first-child, #s-bns button:first-child {
  background: rgb(61, 107, 224) !important;
}
#c-bns button:first-child:hover, #s-bns button:first-child:hover {
  background: #000 !important;
}

#c-s-in {
  max-height: 28em !important;
}

#s-inr {
  border-radius: 25px !important;
}

.ec-v-forms-form-control,
input[type=text].ec-v-forms-form-control,
input[type=email].ec-v-forms-form-control {
  border-radius: 25px !important;
  font-weight: 400 !important;
  font-family: "DM Sans", sans-serif !important;
  font-size: 16px !important;
}
.ec-v-forms-form-control::placeholder,
input[type=text].ec-v-forms-form-control::placeholder,
input[type=email].ec-v-forms-form-control::placeholder {
  font-style: italic;
  font-weight: 200;
}

.ec-v-form-regular button,
.ec-v-form-close button,
.ec-v-form-submit button,
.ec-v-form-button button {
  border-radius: 25px !important;
  font-size: 18px !important;
  font-weight: 600 !important;
}

.ec-v-form-text h2 {
  font-family: "DM Sans", sans-serif !important;
}

#ec-v-form-slider-handle a {
  border-top-left-radius: 25px !important;
  border-top-right-radius: 25px !important;
  font-weight: 400 !important;
  font-family: "DM Sans", sans-serif !important;
  font-size: 18px !important;
  color: #fff !important;
  padding: 20px 25px !important;
}

.ec-v-form-step.ec-v-form-step-visible {
  border-radius: 24px 24px 0 0;
}

#ec-v-from-slider-holder #ec-v-form-slider-handle a {
  border: solid 1px #fff;
}
#ec-v-from-slider-holder .ec-v-form-step.ec-v-form-step-visible {
  border: solid 1px #fff;
  border-bottom: none;
}

.ec-v-form-cls {
  cursor: pointer;
  width: 20px !important;
  height: 20px !important;
  position: absolute;
  top: 30px !important;
  right: 30px !important;
  display: block !important;
}

.Contact #Contacts {
  color: rgb(61, 107, 224);
  border-bottom: none;
}
.Contact #Contacts .contacts_list {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 40px;
}
@media screen and (max-width: 1024px) {
  .Contact #Contacts .contacts_list {
    flex-direction: column;
  }
}
.Contact #Contacts .contact_person {
  display: flex;
  align-items: center;
  gap: 25px;
  flex: 1 1;
}
@media screen and (max-width: 420px) {
  .Contact #Contacts .contact_person {
    flex-direction: column;
    text-align: center;
  }
}
.Contact #Contacts .contact_person img {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}
@media screen and (max-width: 600px) {
  .Contact #Contacts .contact_person img {
    width: 100px;
    height: 100px;
  }
}
.Contact #Contacts .contact_person .contact_info {
  flex: 1;
}
.Contact #Contacts .contact_person h3 {
  margin: 0 0 0px;
}
.Contact #Contacts .contact_person h3 span {
  display: block;
}
.Contact #Contacts .contact_person .contact_text {
  font-size: clamp(0.95625rem, 0.871875rem + 0.3375vw, 1.125rem);
  line-height: 1.3;
}

@media screen and (max-width: 950px) {
  nav#mainNav ul.nav_1 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    text-align: center;
    background: #fff;
    z-index: 2;
    padding-top: 100px !important;
    display: block;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.25s, visibility 0.25s;
  }
  nav#mainNav ul.nav_1.open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  nav#mainNav ul.nav_1 li {
    padding: 5px;
    display: block;
    max-width: 100vw;
  }
  nav#mainNav ul.nav_1 li a {
    font-size: clamp(1.12rem, 0.68rem + 1.76vw, 2rem);
    line-height: 1.4375;
    padding: 10px;
  }
}
nav#mainNav {
  z-index: 3;
}
@media screen and (max-width: 950px) {
  nav#mainNav ul.nav_1 li ul {
    display: none;
    position: initial;
    box-shadow: none;
    border: none;
  }
  nav#mainNav ul.nav_1 li ul li {
    border: none;
  }
  nav#mainNav ul.nav_1 li ul li a {
    border: none;
    font-size: clamp(1.05rem, 0.825rem + 0.9vw, 1.5rem);
    line-height: 1.3;
  }
  nav#mainNav ul.nav_1 li:hover ul {
    display: none;
  }
  nav#mainNav ul.nav_1 li:has(> a.active) ul {
    display: block;
  }
}

a#nav-toggle {
  position: absolute;
  z-index: 100;
  top: -10px;
  right: 15px;
  cursor: pointer;
  padding: 50px 5% 20px 0 !important;
  display: none;
}
a#nav-toggle.active {
  position: fixed;
}
@media screen and (max-width: 950px) {
  a#nav-toggle {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  a#nav-toggle {
    padding-right: 10% !important;
  }
}

#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 5px;
  width: 35px;
  background: rgb(252, 157, 157);
  position: absolute;
  display: block;
  content: "";
}

#nav-toggle span:before {
  top: -10px;
}

#nav-toggle span:after {
  bottom: -10px;
}

#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
  transition: all 250ms ease-in-out;
}

#nav-toggle.active span {
  background-color: transparent;
}

#nav-toggle.active span:before, #nav-toggle.active span:after {
  top: 0;
}

#nav-toggle.active span:before {
  transform: rotate(45deg);
}

#nav-toggle.active span:after {
  transform: rotate(-45deg);
}

/*# sourceMappingURL=main.css.map */
