:root {
  --colorMain: #fe7a49;
  --colorMainHover: #e45e2d;
  --colorSecond: #043665;
  --pageWidth: 1400px;
  --spaceH: 15px;
}

* {
  box-sizing: border-box;
}

html, body {
  scroll-padding-top: 100px;
}

body {
  margin: 0;
  line-height: 1.6470588235em;
  background: #ededed;
  font-family: "Schibsted Grotesk", sans-serif;
}

img {
  max-width: 100%;
  height: auto;
}

li::marker {
  color: var(--colorMain);
}

a {
  color: var(--colorMain);
  text-decoration: none;
}
a:hover {
  color: var(--colorMainHover);
}

.m-hero-btn, .header-buy, .button {
  height: 42px;
  padding: 0 30px;
  color: #fff;
  background: var(--colorMain);
  border-radius: 100px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "eurostile-extended", sans-serif;
  font-weight: 900;
  transition: 0.3s background-color, 0.3s color;
}
.m-hero-btn:hover, .header-buy:hover, .button:hover {
  background-color: #fff;
  color: var(--colorMainHover);
}
@media (max-width: 476px) {
  .m-hero-btn, .header-buy, .button {
    padding: 0 20px;
    height: 40px;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: 0.3s background, 0.3s box-shadow, 0.3s opacity;
  font-family: "eurostile-extended", sans-serif;
}

.header.is-sticky {
  background: #021c34;
  /* https://smoothshadows.com/#djEsMSw1LDAuMDgsMjQsMzIsMCwjMDMwNzEyLCNmM2Y0ZjYsI2ZmZmZmZiwy */
  box-shadow: 0px 1px 1px rgba(3, 7, 18, 0.02), 0px 5px 4px rgba(3, 7, 18, 0.03), 0px 12px 9px rgba(3, 7, 18, 0.05), 0px 20px 15px rgba(3, 7, 18, 0.06), 0px 32px 24px rgba(3, 7, 18, 0.08);
}

@media (max-width: 476px) {
  .header {
    opacity: 0;
    pointer-events: none;
  }
  .header.is-sticky {
    opacity: 1;
    pointer-events: all;
  }
}
.header-inside {
  max-width: var(--pageWidth);
  margin-inline: auto;
  width: 100%;
  display: flex;
  gap: 30px;
  align-items: center;
  padding-inline: var(--spaceH);
}

.header-logo {
  max-width: 170px;
}

.header-nav {
  flex: 1;
  height: 100%;
  display: flex;
  justify-content: center;
}

.header-menu {
  display: flex;
  height: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  gap: 25px;
  align-items: center;
}

.header-menu a {
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 900;
  text-decoration: none;
}
.header-menu a:hover {
  color: var(--colorMain);
}

.header-buy {
  font-size: 12px;
}

.header-burger {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 3px;
  width: 50px;
  height: 50px;
  border: 0;
  background: none;
  cursor: pointer;
  display: none;
}
.header-burger strong {
  display: none;
}
.header-burger span {
  width: 24px;
  height: 2px;
  background: var(--colorMain);
}

.header-fb {
  margin-right: -1rem;
}
.header-fb svg {
  display: block;
}
.header-fb svg circle {
  transition: all 0.2s linear;
}
.header-fb:hover svg circle {
  fill: #fff;
}
.header-fb:hover svg path {
  fill: #fe7a49;
}

@media (max-width: 1360px) {
  .header-menu a {
    font-size: 10px;
  }
  .header-buy {
    font-size: 10px;
  }
}
@media (max-width: 1200px) {
  .header-logo {
    max-width: 150px;
  }
  .header-menu {
    gap: 15px;
  }
  .header-buy {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1160px) {
  .header-menu {
    display: none;
  }
}
@media (max-width: 476px) {
  .header-logo {
    max-width: 100px;
  }
}
.m-section {
  margin: 80px 0;
}

.m-title {
  font-size: 42px;
  line-height: 1.1;
  text-transform: uppercase;
  color: var(--colorMain);
  text-transform: uppercase;
  font-weight: 900;
  margin: 0;
  text-align: center;
  margin-bottom: 30px;
  font-family: "eurostile-extended", sans-serif;
}
@media (max-width: 476px) {
  .m-title {
    font-size: 30px;
  }
}

.m-text {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  max-width: 1200px;
  margin-inline: auto;
  font-family: "eurostile-extended", sans-serif;
}

.m-hero {
  background: #043665;
  position: relative;
  overflow: hidden;
  display: grid;
  grid: auto/auto;
  font-family: "eurostile-extended", sans-serif;
}

.m-hero-bg {
  grid-column: 1/-1;
  grid-row: 1/-1;
  pointer-events: none;
  z-index: 0;
}

.m-hero-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #033664;
  opacity: 0.5;
  z-index: 1;
}

.m-hero-bg video {
  z-index: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: auto;
  translate: -50% -50%;
}

.m-hero-main {
  grid-column: 1/-1;
  grid-row: 1/-1;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1910/920;
  color: #fff;
  padding-inline: var(--spaceH);
}

.m-hero-logo {
  max-width: 80%;
  aspect-ratio: 832/196;
}

.m-hero-logo svg {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.m-hero-logo .text {
  stroke-dasharray: 2px;
  stroke-dashoffset: -100px;
  stroke-width: 1px;
  stroke: #fff;
  fill: transparent;
  animation: anim 3s 0s linear both, anim2 2s 3s linear both;
}

@keyframes anim {
  100% {
    stroke-dashoffset: 100px;
    stroke-dasharray: 500px;
  }
}
@keyframes anim2 {
  100% {
    fill: #fff;
  }
}
.m-hero-title {
  font-size: 36px;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 20px;
  color: var(--colorMain);
  text-transform: uppercase;
}

.m-hero-text {
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
}

.m-hero-btn {
  margin-top: 50px;
  height: 68px;
  font-size: 18px;
  width: 100%;
  max-width: 300px;
}

@media (max-width: 1200px) {
  .m-hero-main {
    aspect-ratio: auto;
    padding-block: 100px;
  }
}
@media (max-width: 600px) {
  .m-hero-logo {
    max-width: 90%;
  }
}
@media (max-width: 486px) {
  .m-hero-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .m-hero-logo {
    margin-bottom: 20px;
  }
  .m-hero-btn {
    height: 60px;
    width: 100%;
    max-width: 250px;
    margin-top: 30px;
  }
}
@media (orientation: landscape) {
  .m-hero-bg video {
    width: 160%;
    height: auto;
  }
}
@media (orientation: portrait) {
  .m-hero-bg video {
    height: 160%;
    width: auto;
  }
}
.m-about {
  margin-top: 0;
  padding-top: 80px;
  overflow: hidden;
}

.m-about-inside {
  margin-inline: auto;
  max-width: 1200px;
  padding-inline: var(--spaceH);
}

.m-about-main {
  display: flex;
  gap: 45px;
  margin-top: 50px;
}

.m-about-main-left {
  flex: 1;
}

.m-about-main-left :is(h2, h3) {
  color: var(--colorMain);
  text-transform: uppercase;
  font-weight: 900;
  font-size: 20px;
}

.m-about-main-right {
  flex: 1;
  position: relative;
}

.m-about-main-right img {
  position: absolute;
  left: 0;
  top: 0;
  translate: 0 -35%;
  width: 135%;
  max-width: 999999px;
}

@media (max-width: 860px) {
  .m-about-main {
    flex-direction: column;
  }
  .m-about-main-right img {
    display: none;
  }
}
.m-program {
  padding-inline: var(--spaceH);
}

.m-program-inside {
  background-color: var(--colorSecond);
  padding: 65px;
  border-radius: 60px;
  max-width: 1400px;
  margin-inline: auto;
  color: #fff;
  background-image: url(/modelomania.eu/images/box-bg.svg);
  background-position: left bottom;
  background-repeat: no-repeat;
  padding-block: 100px;
}

.m-program .m-text {
  margin-bottom: 60px;
}

.m-program-main {
  max-width: 1000px;
  margin-inline: auto;
}

.m-program-main-top {
  display: flex;
  gap: 50px;
}

.m-program-main-left {
  flex: 1;
}

.m-program-main-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  font-weight: bold;
}

.m-program-main-right .button {
  height: 70px;
  font-size: 20px;
  width: 300px;
  max-width: 100%;
}

.m-program-list {
  max-width: 860px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.m-program-list-el-button {
  min-height: 52px;
  padding: 10px 30px;
  border: 0;
  color: #fff;
  background: var(--colorMain);
  border-radius: 100px;
  font-family: "eurostile-extended", sans-serif;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  line-height: 1;
  width: 100%;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 900;
  transition: 0.3s background-color, 0.3s color;
  cursor: pointer;
}
.m-program-list-el-button:hover {
  background-color: var(--colorMainHover);
  color: #fff;
}
.m-program-list-el-button::after {
  content: "";
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  border-radius: 50%;
  background: var(--colorSecond);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24'%3E%3Cpath fill='%23FE7A49' d='m12 15.4l-6-6L7.4 8l4.6 4.6L16.6 8L18 9.4z'/%3E%3C/svg%3E");
  background-position: center;
  background-size: 18px;
  background-repeat: no-repeat;
}

.m-program-list-el-button:has(+ .is-show)::after {
  scale: 1 -1;
}

.m-program-list-el-content {
  padding: 30px;
  background: #fff;
  width: 100%;
  border-radius: 40px;
  margin-top: 10px;
  color: #000;
  margin-bottom: 10px;
  display: none;
}
.m-program-list-el-content.is-show {
  display: block;
}
.m-program-list-el-content ul {
  padding-left: 12px;
}
.m-program-list-el-content ul:first-child {
  margin-top: 0;
}
.m-program-list-el-content ul:last-child {
  margin-bottom: 0;
}
.m-program-list-el-content h4 {
  margin: 10px 0;
}

@media (max-width: 860px) {
  .m-program-main-top {
    flex-direction: column;
    margin-bottom: 50px;
  }
}
@media (max-width: 500px) {
  .m-program-inside {
    padding: 30px;
  }
  .m-program-main-right .button {
    height: 50px;
    font-size: 18px;
    width: 250px;
  }
  .m-program-main-top {
    gap: 20px;
  }
  .m-program-list-el-button {
    font-size: 14px;
  }
}
.m-user {
  padding-inline: var(--spaceH);
}

.m-user-links {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.m-user-links-section {
  display: none;
  padding: 30px;
  background: #fff;
  width: 100%;
  max-width: 860px;
  border-radius: 40px;
}
.m-user-links-section h2, .m-user-links-section h3 {
  margin-top: 0;
  font-family: "eurostile-extended", sans-serif;
}
.m-user-links-section ul {
  padding-left: 20px;
}
.m-user-links-section.is-show {
  display: block;
}

.m-user-links button:has(+ .is-show)::after {
  scale: 1 -1;
}

.m-user-links button {
  height: 52px;
  padding: 0 30px;
  border: 0;
  color: var(--colorMain);
  background: var(--colorSecond);
  border-radius: 100px;
  font-family: "eurostile-extended", sans-serif;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  width: 100%;
  max-width: 860px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 900;
  transition: 0.3s background-color, 0.3s color;
}
.m-user-links button::after {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--colorMain);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24'%3E%3Cpath fill='%23043665' d='m12 15.4l-6-6L7.4 8l4.6 4.6L16.6 8L18 9.4z'/%3E%3C/svg%3E");
  background-position: center;
  background-size: 18px;
  background-repeat: no-repeat;
}
.m-user-links button:hover {
  background-color: var(--colorMainHover);
  color: #fff;
}

@media (max-width: 476px) {
  .m-user-links a {
    height: 50px;
    font-size: 16px;
    width: 250px;
  }
}
.m-partners {
  position: relative;
  isolation: isolate;
  padding-inline: var(--spaceH);
  padding-top: 80px;
}

.m-partners .m-title {
  color: #000;
}

.m-partners :is(h2, h3) {
  font-family: "eurostile-extended", sans-serif;
}

.m-partners::before {
  z-index: -1;
  content: "";
  height: 400px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: var(--colorMain);
}

.m-partners-main-cnt {
  position: relative;
  isolation: isolate;
  padding-inline: var(--spaceH);
}

.m-partners-main-cnt::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 200px;
  width: 100%;
  max-width: 50%;
  aspect-ratio: 1054/617;
  background: url(/modelomania.eu/images/left.svg) left top no-repeat;
  background-size: contain;
  z-index: -1;
}

.m-partners-main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-top: 50px;
  max-width: 1200px;
  margin-inline: auto;
}

.m-partners-main-box-1,
.m-partners-main-box-2 {
  background: #fff;
  padding: 40px;
  border-radius: 60px;
}
.m-partners-main-box-1 h2, .m-partners-main-box-1 h3,
.m-partners-main-box-2 h2,
.m-partners-main-box-2 h3 {
  margin: 0;
  font-size: 24px;
  font-weight: bold;
}

.m-partners-main-box-3 {
  background: var(--colorSecond);
  color: #fff;
  padding: 40px;
  border-radius: 60px;
  grid-column: 2/3;
}
.m-partners-main-box-3 h2, .m-partners-main-box-3 h3 {
  margin: 0;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

@media (max-width: 860px) {
  .m-partners-main {
    display: flex;
    flex-direction: column;
  }
  .m-partners-main-cnt::before {
    max-width: 500px;
  }
  .m-partners-main-box-1 h2, .m-partners-main-box-1 h3,
  .m-partners-main-box-2 h2,
  .m-partners-main-box-2 h3,
  .m-partners-main-box-3 h2,
  .m-partners-main-box-3 h3 {
    text-align: center;
  }
  .m-partners-main-box-3 {
    text-align: center;
  }
}
@media (max-width: 476px) {
  .m-partners::before {
    height: 600px;
  }
  .m-partners-main-box-1,
  .m-partners-main-box-2,
  .m-partners-main-box-3 {
    padding: 20px;
  }
  .m-partners-main-box-1 h2, .m-partners-main-box-1 h3,
  .m-partners-main-box-2 h2,
  .m-partners-main-box-2 h3,
  .m-partners-main-box-3 h2,
  .m-partners-main-box-3 h3 {
    font-size: 18px;
  }
}
.m-contact-main {
  display: flex;
  gap: 35px;
  max-width: 1200px;
  margin-inline: auto;
  margin-bottom: 50px;
  padding-inline: var(--spaceH);
}

.m-contact-main .box {
  flex: 1;
  background: var(--colorSecond);
  color: #fff;
  padding: 40px;
  border-radius: 60px;
  grid-column: 2/3;
}
.m-contact-main .box a {
  word-break: break-word;
}
.m-contact-main .box h2, .m-contact-main .box h3 {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  font-family: "eurostile-extended", sans-serif;
}

@media (max-width: 860px) {
  .m-contact-main {
    flex-direction: column;
  }
}
@media (max-width: 476px) {
  .m-contact-main .box {
    border-radius: 30px;
    font-size: 14px;
    padding: 20px;
  }
}
.partners {
  margin-top: 40px;
}

.partners-section {
  margin-top: 40px;
}

.partners-section :is(h2, h3) {
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 20px;
  text-align: center;
  font-family: "eurostile-extended", sans-serif;
  text-transform: uppercase;
}

.partners-list {
  display: flex;
  flex-wrap: wrap;
  max-width: 1100px;
  margin-inline: auto;
  justify-content: center;
}

.partners-list-el {
  width: 25%;
  aspect-ratio: 243/130;
  padding: 10px;
}

.partners-list-el-link {
  border-radius: 40px;
  background: #fff;
  text-decoration: none;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.partners-list-el-link img {
  max-width: 80%;
  max-height: 80%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

@media (max-width: 680px) {
  .partners-section :is(h2, h3) {
    margin-bottom: 10px;
  }
  .partners-list-el {
    width: 33.3333%;
    aspect-ratio: 16/12;
    padding-inline: 5px;
  }
  .partners-list-el-link {
    border-radius: 10px;
  }
}
.footer {
  background: #021c34;
}

.footer-inside {
  max-width: 1400px;
  margin-inline: auto;
  width: 100%;
  padding-block: 30px;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 50px;
}

.footer-menu {
  flex: 1;
  display: flex;
  flex-direction: column-reverse;
  gap: 20px;
  font-weight: bold;
}

.footer-menu-list {
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

@media (max-width: 860px) {
  .footer-inside {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
  }
  .footer-menu-list {
    justify-content: center;
    gap: 10px;
  }
}
/*# sourceMappingURL=style.2025.min.css.map */
