/**
 * @license
 * MyFonts Webfont Build ID 3867246, 2020-12-16T11:57:38-0500
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: Enthalpy 298 by Grigorij Gushchin
 * URL: https://www.myfonts.com/collections/grigorij-gushchin-foundry
 
 * В© 2025 MyFonts Inc. */

@font-face {
  font-family: "Enthalpy";
  src: url("../fonts/font.woff2") format("woff2"),
    url("../fonts/font.woff") format("woff");
}

:root {
  --title-family: "Enthalpy", sans-serif;
  --font-family: "Montserrat", sans-serif;
  --second-family: "Inter", sans-serif;
}

body {
  font-family: var(--font-family);
  background-color: #ffffff;
  color: #000;
}

* {
  font-family: var(--font-family);
}

.container {
  max-width: 1191px;
  padding: 0 15px;
  margin: 0 auto;
}

a {
  color: #000;
}

.toggle-nav {
  flex-direction: column;
  border: 0px;
  padding: 0px;
  background-color: transparent;
  box-shadow: none;
  margin-left: auto;
  gap: 5px;
  display: none;
}
@media only screen and (max-width: 911px) {
  .toggle-nav {
    display: flex;
  }
}
.toggle-nav span {
  display: block;
  background: #1e1e1e;
  width: 30px;
  height: 2px;
  transition: transform 0.2s ease-in-out;
}

.nav-open {
  overflow: hidden;
}
.nav-open .toggle-nav {
  gap: 0px;
}
.nav-open .toggle-nav span:nth-child(2) {
  display: none;
}
.nav-open .toggle-nav span:first-child {
  transform: rotate(45deg) translateX(1px);
}
.nav-open .toggle-nav span:last-child {
  transform: rotate(-45deg) translateX(1px);
}
@media only screen and (max-width: 991px) {
  .nav-open header .header-inner nav {
    left: 0px;
  }
}

header {
  padding-top: 29px;
}
@media only screen and (max-width: 991px) {
  header {
    padding-top: 20px;
  }
}
header .header-inner {
  padding-bottom: 35px;
  border-bottom: 0.5px solid #282828;
  display: flex;
  align-items: center;
  gap: 100px;
}
header .header-inner .logo {
  max-width: 40px;
}

@media only screen and (max-width: 991px) {
  header .header-inner .logo {
    max-width: 20px;
    z-index: 21;
  }
}
header .header-inner nav {
  flex: 1;
}
@media only screen and (max-width: 991px) {
  header .header-inner nav {
    position: absolute;
    width: 100%;
    top: 0%;
    left: -100%;
    height: 100dvh;
    background-color: #ffffff;
    margin: 0px;
    padding: 52px 15px 15px 15px;
    transition: left 0.2s ease-in-out;
    z-index: 20;
  }
}

.nav-dot {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #801316;
}

header .header-inner nav ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 30px;
}

header .header-inner nav ul a {
  font-size: 12px;
  font-weight: 500;
  color: #383838;
  transition: color 0.3s ease;
}

header .header-inner nav ul a:hover {
  color: #801316;
}

.social a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.social-twitter {
  margin-left: auto;
  margin-right: -8px;
}

.social svg {
  transition: color 0.3s ease;
  color: #383838;
}

.social:hover svg {
  color: #801316;
}

main {
  padding-top: 49px;
  padding-bottom: 100px;
  min-height: calc(100dvh - 215px);
}
main h1 {
  font-weight: 600;
  font-size: 20px;
  color: #000;
}
@media only screen and (max-width: 991px) {
  main {
    padding-top: 10px;
    padding-bottom: 60px;
    position: relative;
  }
}

footer {
  background: #1e1e1e;
  color: #fff;
  padding-top: 30px;
  padding-bottom: 20px;
}
footer .row {
  display: flex;
}
@media only screen and (max-width: 991px) {
  footer .row {
    display: block;
  }
}
footer .row .col:first-child {
  max-width: 271px;
}
@media only screen and (max-width: 991px) {
  footer .row .col:first-child {
    margin-bottom: 40px;
  }
}
footer .row .col:first-child p {
  font-size: 10px;
  color: #fff6f3;
}
footer .row .col:first-child ul {
  display: flex;
  gap: 10px;
  margin-top: 17px;
}
footer .row .col:first-child ul li {
  max-width: 26px;
}
footer .row .col:first-child ul li img {
  display: block;
}
footer .row .col:last-child {
  margin-left: 89px;
  margin-top: -1px;
}
@media only screen and (max-width: 991px) {
  footer .row .col:last-child {
    margin-left: 0px;
  }
}
footer .row .col:last-child ul li {
  line-height: 0.8;
}
footer .row .col:last-child ul li a {
  font-size: 10px;
  color: #fff6f3;
  line-height: 0.8;
}

.toggle-nav {
  flex-direction: column;
  border: 0px;
  padding: 0px;
  background-color: transparent;
  box-shadow: none;
  margin-left: auto;
  gap: 5px;
  display: none;
}
@media only screen and (max-width: 991px) {
  .toggle-nav {
    display: flex;
  }
}
.toggle-nav span {
  display: block;
  background: #383838;
  width: 30px;
  height: 2px;
  transition: transform 0.2s ease-in-out;
}

@media only screen and (max-width: 991px) {
  .toggle-nav {
    gap: 2px;
    z-index: 22;
  }

  .toggle-nav span {
    width: 17px;
    border-radius: 9px;
  }
  header .header-inner {
    padding-bottom: 10px;
    border-bottom: 0px;
  }
}
.toggle-nav.open {
  gap: 0px;
}
.toggle-nav.open span:nth-child(2) {
  display: none;
}
.toggle-nav.open span:first-child {
  transform: rotate(45deg) translateX(1px);
}
.toggle-nav.open span:last-child {
  transform: rotate(-45deg) translateX(1px);
}

tspan {
  font-weight: 700;
}

#rezult {
  display: none;
}

.row-content {
  display: flex;
}
@media only screen and (max-width: 991px) {
  .row-content {
    display: block;
  }
}
.row-content .col-img {
  margin-right: 50px;
}
@media only screen and (max-width: 991px) {
  .row-content .col-img {
    margin-right: 0px;
    margin-bottom: 20px;
  }
}
.row-content .col-text {
  flex: 1;
  max-width: 400px;
}
.row-content .col-text h1 {
  font-size: 20px;
  margin-bottom: 10px;
}
.row-content .col-text ul {
  margin: 20px 0px;
  border-left: 1px solid #8b0016;
  padding-left: 10px;
}
.row-content .col-text ul li {
  font-size: 10px;
  line-height: 1.2;
}
.row-content .col-text p {
  font-size: 12px;
  line-height: 1.2;
  margin-bottom: 10px;
}
.row-content .col-text .btn {
  border: 1px solid #8b0016;
  font-size: 10px;
  padding: 10px 23px;
  min-width: 194px;
  line-height: 1;
  text-align: center;
  margin-top: 15px;
  display: inline-block;
  border-radius: 3px;
}
.row-content .col-text .card {
  background-color: #8b0016;
  padding: 20px;
  padding-left: 25px;
  border-radius: 5px;
  max-width: 294px;
  margin: 20px 0px 30px;
}
.row-content .col-text .card p {
  color: #fff;
  font-size: 10px;
}
.row-content .col-text .card p:last-child {
  margin-bottom: 0px;
} /*# sourceMappingURL=style.css.map */

/*# Custom code */

.page_wr {
  position: relative;
  overflow: clip;
}

.page_img {
  position: absolute;
}

.page_img.is-top {
  inset: 0px 0px auto auto;
  width: 755px;
  height: 367px;
  z-index: -1;
}

.page_img.is-bottom {
  inset: auto auto 0px 0px;
  width: 755px;
  height: 359px;
  z-index: -1;
}

.h1-title {
  font-family: Enthalpy;
  font-size: 64px;
  font-weight: 400;
  color: #383838;
}

.h1-accent {
  font-family: Enthalpy;
  font-size: 64px;
  line-height: 100%;
  color: #801316;
}

@media only screen and (max-width: 991px) {
  .page_img.is-top {
    width: 500px;
    height: 200px;
  }

  .page_img.is-bottom {
    width: 500px;
    height: 200px;
  }

  header .header-inner nav ul {
    flex-direction: column;
    align-items: flex-end;
    gap: 18px;
    padding-top: 10px;
    position: relative;
  }

  .nav-dot {
    display: none;
  }

  .social-twitter {
    margin-left: 0;
    margin-right: 36px;
    position: absolute;
    inset: auto 0% 0% auto;
    transform: translateX(-100%);
  }
}

@media only screen and (max-width: 480px) {
  .page_img.is-top {
    width: 75%;
    height: 180px;
  }

  .page_img.is-bottom {
    width: 70%;
    height: 180px;
  }
}

.study-btn {
  position: relative;
  margin-right: 29px;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  background-image: url("../img/btn-study.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 58px;
  width: 212px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.study-btn .arrow-circle {
  position: absolute;
  inset: 50% 0% auto auto;
  transform: translateY(-50%) translateX(50%);
}

.study-btn svg {
  transition: transform 0.3s ease;
}

.study-btn:hover svg {
  transform: rotate(90deg);
}
.arrow-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: linear-gradient(
    146.31deg,
    #d9d9d9 0%,
    #ffffff 53.71%,
    #d9d9d9 100.65%
  );
}
.arrow-circle.study_arrow-circle {
  position: absolute;
  inset: 0px 0px auto auto;
}

@media only screen and (max-width: 480px) {
  .study-btn {
    margin-right: 94px;
    font-size: 10px;
    height: 48px;
    width: 176px;
  }
  .arrow-circle {
    width: 32px;
    height: 32px;
  }

  .study-btn {
    margin-right: 94px;
    font-size: 10px;
    height: 48px;
    width: 176px;
  }

  .study-btn .arrow-circle {
    position: absolute;
    inset: 50% 0% auto auto;
    height: 48px;
    width: 48px;
  }
}
