body {
  background: #0F102E;
  background-image: url("../img/mainpagebg.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100%;
  font-family: "Roboto", sans-serif;
}
body header {
  background-repeat: no-repeat;
  background-position: calc(100% - 150px) top;
  border-radius: 0;
  padding: 40px 0;
}
body header .container {
  align-items: center;
  max-width: 1220px;
}
body header .container .logo {
  position: relative;
  z-index: 12;
}
body header .container .nav ul {
  max-width: 1040px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body header .container .nav ul li {
  margin: 20.5px 0 20.5px 56px;
}
body header .container .nav ul li a {
  font-family: "DM Sans", serif;
  font-optical-sizing: auto;
  font-size: 18px;
  font-weight: 800;
  font-style: normal;
  color: #A3A3A3;
}
body header .container .nav ul li.active-nav a {
  color: #F5F5F5;
  position: relative;
  display: inline-block;
  margin: 13.5px 0;
}
body header .container .nav ul li.active-nav a::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 8px;
  height: 8px;
  background-color: white;
  border-radius: 50%;
}
body header .container .nav ul li:last-of-type {
  margin-left: 90px;
}
body header .container .nav ul li:last-of-type a {
  color: #FFF;
}
body header .container .Btn {
  color: #FFFFFF;
  font-family: "Alata", serif;
  font-weight: 400;
  font-style: normal;
  padding: 12px 22px;
  background: rgba(217, 217, 217, 0.6);
  border-radius: 40px;
}
body main .mainblock-section .main_block {
  max-width: 742px;
  padding: 130px 0;
  margin: 0 0 124px 112px;
}
body main .mainblock-section .main_block h2 {
  color: #D3D3D3;
  font-size: 80px;
}
body main .mainblock-section .main_block p {
  color: #FFFFFF;
  font-size: 24px;
  margin: 66px 0 54px 0;
  font-family: "DM Sans", serif;
  font-optical-sizing: 24px;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 600px) {
  body main .mainblock-section .main_block {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
  body main .mainblock-section .main_block a {
    display: block;
    width: 90%;
    max-width: 350px;
    margin: 0 auto;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 36px;
  }
  body main .mainblock-section .main_block a:last-child {
    margin-bottom: 0;
  }
}
body main .mainblock-section .main_block a {
  color: #FFFFFF;
  padding: 14.5px 82px;
  background: linear-gradient(to bottom, #494AD8, #6A6BD8);
  border-radius: 63px;
  box-shadow: 0px 1px 6px white;
  font-family: "Alata", serif;
  font-weight: 400;
  font-style: normal;
}
body main .mainblock-section .main_block a + a {
  margin-left: 20px;
}
body main .slaider-section {
  margin-bottom: 160px;
}
body main .slaider-section .slider-text {
  color: rgba(217, 217, 217, 0.6);
  text-align: center;
  font-size: 50px;
  margin-bottom: 65px;
}
body main .kontakt-section .kontent-block {
  max-width: 1220px;
  margin: auto;
}
body main .kontakt-section .kontent-block h2 {
  font-size: 60px;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  margin-bottom: 65px;
}
body main .kontakt-section .kontent-block .kontakt-block {
  background-color: #1C1944;
  padding: 52px;
  border-radius: 44px;
}
body main .kontakt-section .kontent-block .kontakt-block h3 {
  background-color: #494AD8;
  padding: 8px 32px;
  color: #FFFFFF;
  font-size: 24px;
  max-width: 462px;
  border-radius: 40px;
  font-family: "Alata", sans-serif;
  font-weight: 400;
}
body main .kontakt-section .kontent-block .kontakt-block .kontakt-timetable {
  display: flex;
  justify-content: space-between;
  margin: 57px 0 84px 0;
}
body main .kontakt-section .kontent-block .kontakt-block .kontakt-timetable article {
  max-width: 126px;
  text-align: left;
  color: #FFFFFF;
}
body main .kontakt-section .kontent-block .kontakt-block .kontakt-timetable article h5 {
  font-size: 24px;
  margin-bottom: 8px;
  font-family: "Alata", sans-serif;
  font-weight: 400;
}
body main .kontakt-section .kontent-block .kontakt-block .kontakt-timetable article p {
  font-size: 20px;
  font-family: "Urbanist", sans-serif;
  font-weight: 400;
}
body main .kontakt-section .kontent-block .kontakt-block .kontakt-links {
  color: rgba(255, 255, 255, 0.7);
  display: flex;
  justify-content: space-between;
}
body main .kontakt-section .kontent-block .kontakt-block .kontakt-links article {
  display: flex;
  align-items: center;
  width: 260px;
  height: 80px;
  background-color: rgba(211, 211, 211, 0.2);
  padding: 20px 20px;
  border-radius: 20px;
  font-size: 16px;
  font-family: "Urbanist", "sans-serif";
}
body main .kontakt-section .kontent-block .kontakt-block .kontakt-links article .kontakt-links-img {
  margin-right: 14px;
}
body main .kontakt-section .kontent-block .kontakt-block .kontakt-links article .kontakt-links-text h4 {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
}
body main .kontakt-section .kontent-block .kontakt-block .kontakt-links article .kontakt-links-text p {
  font-family: "Urbanist", sans-serif;
  font-weight: 400;
}
body footer {
  margin-top: 160px;
  background-image: url("../img/Footer.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100%;
}
body footer .container {
  max-width: 1220px;
  margin: auto;
  padding: 53px 0;
}
body footer .container .footer-top {
  display: flex;
  justify-content: space-between;
  padding-bottom: 35px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
body footer .container .footer-top .footer-top-text {
  display: flex;
  justify-content: space-between;
  width: 600px;
  color: #FFFFFF;
  margin: 10px 0;
}
body footer .container .footer-top .footer-top-text h3 {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 21px;
  padding-top: 8px;
}
body footer .container .footer-top .footer-top-text a {
  font-family: "Alata", "sans-serif";
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  background: linear-gradient(to bottom, #494AD8, #6A6BD8);
  box-shadow: 0px 1px 6px white;
  padding: 9px 40px;
  border-radius: 50px;
}
body footer .container .footer-top .footer-top-text a img {
  margin-left: 10px;
}
body footer .container .footer-middle {
  display: flex;
  margin-top: 40px;
}
body footer .container .footer-middle .footer-middle-text {
  width: 480px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 35px;
  color: rgba(255, 255, 255, 0.5);
}
body footer .container .footer-middle .footer-middle-text h3 {
  margin-bottom: 30px;
  color: #FFFFFF;
  font-family: "Alata", sans-serif;
  font-weight: 400;
  font-size: 22px;
}
body footer .container .footer-middle .footer-middle-text p {
  font-family: "Urbanist", sans-serif;
  font-size: 13px;
  font-weight: 400px;
}
body footer .container .footer-middle .right-side {
  display: flex;
  justify-content: space-between;
  margin-left: 160px;
  width: 580px;
  color: #FFFFFF;
}
body footer .container .footer-middle .right-side ul li {
  margin-bottom: 20px;
}
body footer .container .footer-middle .right-side ul li:nth-child(5) {
  margin-bottom: 0;
}
body footer .container .footer-middle .right-side ul li a {
  color: rgba(255, 255, 255, 0.6);
}
body footer .container .footer-middle .right-side .footer-middle-img {
  width: 190px;
  display: flex;
  flex-wrap: wrap;
}
body footer .container .footer-bottom {
  margin-top: 65px;
  display: flex;
  justify-content: space-between;
}
body footer .container .footer-bottom .footer-bottom-text {
  color: #FFFFFF;
  font-family: "Alata", sans-serif;
  font-weight: 400;
  font-size: 12px;
  width: 270px;
}
body footer .container .footer-bottom .footer-bottom-img a {
  margin-left: 30px;
}/*# sourceMappingURL=style.css.map */