@font-face {
  font-family: Glober;
  src: url(../fonts/Glober-Regular.eot);
  src: local("Glober"),local("Glober-regular"),url(../fonts/Glober-Regular.eot?#iefix) format("embedded-opentype"),url(../fonts/Glober-Regular.woff) format("woff"),url(../fonts/Glober-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap
}
* {
  padding: 0;
  margin: 0;
  border: none
}
*,
::after,
::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
a,
a:hover,
a:link,
a:visited {
  text-decoration: none
}
aside,
footer,
header,
legend,
main,
nav,
section {
  display: block
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-size: inherit;
  font-weight: inherit
}
ul,
ul li {
  list-style: none
}
img {
  vertical-align: top
}
img,
svg {
  max-width: 100%;
  height: auto
}
address {
  font-style: normal
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent
}
input::-ms-clear {
  display: none
}
button,
input[type=submit] {
  display: inline-block;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: 0 0;
  cursor: pointer
}
button:active,
button:focus,
input:active,
input:focus {
  outline: 0
}
button::-moz-focus-inner {
  padding: 0;
  border: 0
}
label {
  cursor: pointer
}
input[type=file] {
  max-width: 100%
}
.no-webp body {
  background-image: url(../img/backrgound.png)
}
body {
  background: center no-repeat fixed #e9e5e2;
  font-family: Glober,Arial,Helvetica,sans-serif
}
header {
  background-color: #7c6e66;
  color: #f0edeb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 3rem;
  -webkit-box-shadow: 0 7px 10px rgba(35,35,35,.07);
  box-shadow: 0 7px 10px rgba(35,35,35,.07)
}
header ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 20px;
  margin-left: auto;
  margin-right: 50px
}
footer {
  background-color: #7c6e66;
  color: #f0edeb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 3rem;
  -webkit-box-shadow: 0 -7px 10px rgba(35,35,35,.07);
  box-shadow: 0 -7px 10px rgba(35,35,35,.07);
  margin-top: 2rem
}
footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
  width: 100%
}
a.email,
a.phone {
  text-decoration: none;
  color: #f0edeb
}
main {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px
}
section.support-logos {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  gap: 20px
}
section.support-logos .support {
  text-transform: uppercase;
  text-transform: uppercase;
  color: #3c2e26;
  font-size: .9em
}
section.support-logos .logos__text {
  display: inline-block;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  text-align: right;
  margin-left: 4.4rem;
  margin-right: 1rem;
  text-transform: uppercase;
  color: #3c2e26;
  font-size: .9em
}
section.support-logos .logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 50px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
section.support-logos .support-text {
  display: inline-block;
  text-align: left;
  margin-left: 20px;
  text-transform: uppercase;
  color: #3c2e26;
  font-size: .9em;
  letter-spacing: 1px;
  vertical-align: middle;
  line-height: 1.2;
  white-space: nowrap
}
h1 {
  color: #ec1946;
  font-size: 1.2em;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 2.5rem
}
h2 {
  font-size: 1.2em;
  color: #3c2e26;
  margin-top: 2.5rem
}
h3 {
  font-weight: bolder;
  color: #3c2e26;
  font-size: 1.7rem;
  margin-top: .67em
}
.subtitle {
  font-size: 16px
}
section div.preview {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  margin-top: 2rem;
  padding: 1.5rem 3rem;
  text-align: center;
  background-color: #7c6e66;
  border-radius: 5px;
  color: #f0edeb
}
section div.preview > span {
  -ms-grid-column: 1;
  grid-column: 1;
  font-size: .92em;
  text-align: start;
  font-weight: 300
}
section div.preview .date {
  text-align: start;
  -ms-grid-column: 1;
  grid-column: 1;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 8px;
  margin-top: .65rem
}
section div.preview .date-4 {
  font-size: 16px;
  font-weight: 400;
  color: #f0edeb
}
section div.preview .closed {
  color: #bbb
}
section div.preview .closed-title {
  color: #bbb;
  font-size: .92rem
}
section div.preview .programm {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 5;
  grid-row-end: 6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5rem;
  color: #fff
}
section div.preview .coast {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 5;
  grid-row-end: 6;
  -ms-grid-row-align: center;
  align-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 6px;
  font-size: .92em;
  padding-left: 4rem
}
section div.preview div.coast span.money {
  color: #fff;
  font-size: 22px
}
section div.preview div.coast span {
  text-align: start
}
section > p {
  text-align: center;
  color: #3c2e26;
  line-height: 1.5rem;
  font-weight: 700;
  font-size: 1.2em;
  margin: 2.5rem auto
}
section.program {
  margin-top: 30px;
  border-top: 2px solid #7c6e66;
  border-bottom: 2px solid #7c6e66;
  color: #3c2e26
}
section.program .program-video {
  text-align: center;
  margin-top: 2.5rem
}
section.program > h2 {
  text-align: center;
  font-size: 1.9em;
  margin: 2.5rem auto;
  font-weight: 700
}
section.program .program-list li {
  position: relative;
  padding-left: 5px;
  margin: .75rem 0
}
section.program .program-list li::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ec1946
}
section.program .program-list {
  padding-left: 30px;
  list-style: none;
  font-size: 1.1em;
  line-height: 1.1em
}
section.program > small {
  font-size: 16px;
  color: rgba(61,51,46,.6039215686);
  margin: 1rem auto
}
section.blank {
  text-align: center
}
section.blank .blank-dates {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 16px;
  justify-items: center;
  margin: 1rem 0 2rem
}
section.blank .blank-dates .date {
  border-radius: 5px;
  padding: 12px 16px;
  width: 100%;
  max-width: 420px;
  color: #3c2e26
}
section.blank .blank-dates .date p {
  font-weight: 700
}
section.blank .blank-dates .date .closed-title {
  font-weight: 400;
  font-size: .95rem;
  color: #ec1946;
  text-transform: uppercase
}
section.blank > h4 {
  text-align: center;
  font-size: 1.9em;
  margin: 2.5rem auto;
  font-weight: 700
}
.download-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 2.5rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.collapse-btn {
  padding: 12px 24px;
  background-color: #7c6e66;
  color: #f0edeb;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  -webkit-transition: .3s;
  transition: .3s;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-width: 200px;
  -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.1);
  box-shadow: 0 2px 4px rgba(0,0,0,.1)
}
.collapse-btn:hover {
  background-color: #6a5d55;
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
  -webkit-box-shadow: 0 4px 8px rgba(0,0,0,.15);
  box-shadow: 0 4px 8px rgba(0,0,0,.15)
}
.collapse-btn:active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.1);
  box-shadow: 0 2px 4px rgba(0,0,0,.1)
}
.collapse-btn:focus {
  outline: #ec1946 solid 2px;
  outline-offset: 2px
}
.collapse-btn .btn-text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center
}
.collapse-btn .btn-arrow {
  margin-left: 12px;
  font-size: 14px;
  -webkit-transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s,-webkit-transform .3s;
  display: inline-block
}
.collapse-btn.active {
  background-color: #ec1946
}
.collapse-btn.active .btn-arrow {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}
.collapse-content {
  font-size: 1.15rem;
  line-height: 1.5rem;
  font-weight: 700;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height .4s cubic-bezier(.4,0,.2,1),padding .4s cubic-bezier(.4,0,.2,1),opacity .3s;
  transition: max-height .4s cubic-bezier(.4,0,.2,1),padding .4s cubic-bezier(.4,0,.2,1),opacity .3s;
  margin-top: 20px;
  background-color: #f0edeb;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.1);
  box-shadow: 0 2px 10px rgba(0,0,0,.1);
  opacity: 0
}
.collapse-content.active {
  text-align: start;
  padding: 20px;
  opacity: 1
}
.download-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px
}
.download-link {
  padding: 10px 15px;
  background-color: #ec1946;
  color: #f0edeb;
  text-decoration: none;
  border-radius: 5px;
  text-align: center;
  -webkit-transition: background-color .3s;
  transition: background-color .3s
}
.download-link:hover {
  background-color: #cc153d
}
.blank-list {
  list-style: decimal;
  padding-left: 20px;
  margin: 20px 0;
  counter-reset: item
}
.blank-list li {
  list-style: decimal;
  margin: 10px 0;
  line-height: 1.5;
  color: #3c2e26;
  counter-increment: item;
  position: relative
}
.blank-list li::marker {
  color: #ec1946;
  font-weight: 700
}
.blank-list h3.blank-title {
  list-style: none;
  margin: 0 0 15px -20px;
  font-size: 1.3em;
  font-weight: bolder;
  color: #3c2e26;
  text-decoration: underline
}
.blank-list p {
  margin: 10px 0;
  color: #3c2e26;
  line-height: 1.5rem
}
.blank-list .blank-subtitle {
  display: block;
  font-weight: 700;
  margin: 15px 0 15px -20px;
  color: #ec1946;
  font-size: 1.1em
}
section.blank > p {
  font-size: 1.15rem;
  line-height: 1.5rem;
  margin-bottom: 20px
}
.courses-links {
  padding: 40px 0;
  background-color: #f8f6f4;
  border-top: 2px solid #ec1946;
  border-bottom: 2px solid #ec1946
}
.courses-title {
  font-size: 2rem;
  font-weight: 700;
  color: #3c2e26;
  text-align: center;
  margin-bottom: 30px;
  text-decoration: underline;
  text-decoration-color: #ec1946
}
.courses-grid {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(300px,1fr));
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px
}
.course-link {
  display: block;
  background-color: #fff;
  border: 2px solid #e0ddd9;
  border-radius: 10px;
  padding: 20px;
  text-decoration: none;
  color: #3c2e26;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.1);
  box-shadow: 0 2px 5px rgba(0,0,0,.1)
}
.course-link:hover {
  border-color: #ec1946;
  -webkit-box-shadow: 0 4px 15px rgba(236,25,70,.2);
  box-shadow: 0 4px 15px rgba(236,25,70,.2);
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px)
}
.course-link h3 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #3c2e26;
  margin-bottom: 15px;
  line-height: 1.4
}
.course-dates {
  font-size: .95rem;
  color: #666;
  margin-bottom: 10px;
  line-height: 1.4
}
.course-hours {
  font-size: 1rem;
  font-weight: 700;
  color: #ec1946;
  margin: 0
}
@media (min-width:576px) {
  section.blank .blank-dates {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 24px 32px
  }
}
@media (min-width:768px) {
  main {
    max-width: 720px
  }
}
@media (min-width:1200px) {
  main {
    max-width: 1140px
  }
}
@media (max-width:768px) {
  .download-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
  .collapse-btn {
    min-width: 100%;
    max-width: 400px;
    padding: 16px 20px;
    font-size: 14px
  }
  .collapse-btn .btn-text {
    font-size: 14px;
    line-height: 1.3
  }
}
.webp body {
  background-image: url(../img/backrgound.webp)
}