

/* Start:/local/templates/academia/assets/css/normalize.css?17230545726486*/
/*! 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.
 */

 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;
}
/* End */


/* Start:/local/templates/academia/assets/css/slick.css?17230545721893*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* End */


/* Start:/local/templates/academia/assets/css/style.css?176190661122354*/
@font-face {
  font-family: 'Caveat-Regular';
  src: local('Caveat-Regular'), local('Caveat-Regular'),
      url('/local/templates/academia/assets/css/../fonts/Caveat-Regular.woff2') format('woff2'),
      url('/local/templates/academia/assets/css/../fonts/FuturaPT-Book.woff') format('woff'),
      url('/local/templates/academia/assets/css/../fonts/Caveat-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Aeonik Pro Regular";
  src: local('Aeonik Pro Regular'), local('Aeonik Pro Regular'),
      url('/local/templates/academia/assets/css/../fonts/AeonikProRegular.woff2') format('woff2'),
      url('/local/templates/academia/assets/css/../fonts/AeonikProRegular.woff') format('woff'),
      url('/local/templates/academia/assets/css/../fonts/AeonikProRegular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*::after,
*::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

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

a {
  text-decoration: none;
  display: inline-block;
  color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
figure {
  margin: 0;
  padding: 0;
  font-weight: inherit;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button {
  border: none;
  background-color: transparent;
  cursor: pointer;
  outline: transparent;
  padding: 0;
}

.app-svg {
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  top: 0;
}


.popup {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .9);
  width: 100%;
  height: 100%;
  overflow: auto;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.popup.is-active {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
}

.popup__wrapper {
  display: table;
  width: 100%;
  height: 100%;

}

.popup__inner {
  display: table-cell;
  vertical-align: middle;
  padding: 50px 0;
}

.popup__content {
  background-color: #fff;
  padding: 30px;
  max-width: 600px;
  margin: 0 auto;
  position: relative;
}

body.oh {
  overflow: hidden;
}

body {
  font-family: "Aeonik Pro Regular";
  font-weight: 400;
}

.container {
  padding: 0 20px;
  max-width: 1480px;
  margin: 0 auto;
}

.header {
  position: fixed;
  padding: 20px 0px;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  transition: .3s;
}
#bx-panel + .header {top: auto;}
#bx-panel + .header.scroll {top: 0;}

.header.scroll,
.header.bg {
  background: linear-gradient(45deg, #0088eb 8.68%, #4bb3ff 49.5%, #4eb5ff 64.95%, #98d3ff 100%); /* #0088eb; */
}
.header.scroll {padding: 15px 0;}


.header__flex {
  display: flex;
  align-items: center;
}

.header__logo {
  max-width: 282px;
  margin-right: auto;
}


.header__nav {
  /*position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);*/
  margin-right: auto;
}

.header__nav ul {
  display: flex;
  align-items: center;
  gap: 0 40px;
  font-weight: 400;
  font-size: 18px;
  color: #fff;
}

.header__btn a {
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  padding: 22px 26px;
  border-radius: 26px;
  background-color: #0d31ad;;
}









.intro {
  background: linear-gradient(45deg, #0088eb 8.68%, #4bb3ff 49.5%, #4eb5ff 64.95%, #98d3ff 100%);
  min-height: 650px;

  position: relative;
  /* background-size: cover; */
}

.intro__wrapper {
  min-height: 650px;
  padding-top: 160px;
  padding-bottom: 50px;
  background-repeat: no-repeat;
  background-position: bottom;
  position: relative;
}

.intro__inner {
  position: relative;
}

.intro__counter {
  font-size: 18px;
  color: #fff;
  margin-bottom: 130px;
  position: relative;
}

.intro__counter::after {
  content: '';
  position: absolute;
  bottom: -100px;
  left: 0;
  width: 112px;
  height: 68px;
  background-image: url(/local/templates/academia/assets/css/../images/intro-title-img.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.intro__counter span {
  font-weight: 400;
  font-size: 122px;
  line-height: 1;
  display: block;
  max-width: 300px;
  margin-bottom: 0px;
}
.intro__slogan {
  font-weight: 400;
  font-size: 85px;
  line-height: 81%;
  color: #fff;
  width: 100%;
}

.intro__slogan span {
  font-family: 'Caveat-Regular';
  font-size: 86px;
  line-height: 86%;
  letter-spacing: 0.05em;
}


/*.intro__card {
  position: absolute;
  bottom: 0px;
  right: 0px;
  border-radius: 20px;
  overflow: hidden;
  max-width: 300px;
  width: 100%;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.11);
  background: #fff;
  padding-bottom: 20px;
}*/
.intro__cards.one_card {width: 314px;right: -8px;}
.intro__cards {
  position: absolute;
  bottom: 0px;
  right: -48px;
  
  width: 692px;
  
  
}
.intro__cards .intro__card {
    max-width: 298px;
    margin: 0 8px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.11);
    background: #fff;
    padding-bottom: 20px;
    position: relative;
}
.intro__cards .slick-list {padding:40px;}

 

.intro__card-img {
  border-radius: 20px;
  overflow: hidden;
}

.intro__card-img img {
  border-radius: 20px;
  width: 100%;
}

.intro__card-info {
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  padding: 6.5px 10px;
  /*border: 1px solid #fff;*/
  background: #038AEC;
  border-radius: 200px;
  backdrop-filter: blur(4px);
}

.intro__card-text {
  font-size: 18px;
  color: #000;
  max-width: 220px;
  padding-left: 20px;
  padding-top: 20px;
}

.arrow {
  background-color: #0D31AD;
  position: absolute;
  right: 10px;
  bottom: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.intro__card-arrow.arrow {
  right: 16px;
  bottom: 16px;
}

.arrow svg {
  width: 16px;
  height: 16px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%); 
  pointer-events: none;
  fill: #fff;
}

.category {
  padding-top: 40px;
  padding-bottom: 45px;
  border-radius: 20px 20px 0 0;
  margin-top: -20px;
}

.category__flex {
  display: flex;
  align-items: center;
  gap: 50px;
}
.category__item-wrap {
  width: 20%;
}
.category__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.category__img {
  position: relative;
  max-width: 225px;
}

.category__text {
  margin-top: 18px;
  text-align: center;
  font-size: 18px;
  color: #000;
  position: relative;
  /* transition: .3s; */
  height: 42px;
}

.category__item:hover .category__text,
.category__item-wrap.active .category__text {
  font-family: 'Caveat-Regular';
  color: #0d31ad;
  font-size: 28px;
  line-height: 85%;
  letter-spacing: 0.05em;
}


.category__text {
  /* position: absolute;
  top: 160px;
  min-height: 70px;
  display: flex;
  justify-content: center;
  align-items: start; */
}


.category__text::after {
  content: '';
  position: absolute;
  bottom: -24px;
  left: 50%;
  transform: translateX(-50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #9FD9F9;
  transition: .3s;
  pointer-events: none;
}

.category__item-wrap {cursor:pointer;}
.category__item:hover .category__text::after,
.category__item-wrap.active .category__text::after {
  background-color: #0D31AD;
}
.category__item-wrap svg {
    position: absolute;
    bottom: -29px;
    left: 50%;
    transform: translateX(-50%) rotate(-90deg);
    
	stroke: #0D31AD;
	stroke-dasharray: 0 62;
}
.category__item-wrap.active svg {stroke-dasharray: 62 0;transition: 10s;}

.about {
  padding: 40px 0 150px;
}

.about__title {
  font-size: 64px;
  text-align: center;
  color: #2E2F54;
  margin-bottom: 14px;
  transition: .3s;
}

.about__card:hover {
  background-color: #0D31AD;
  box-shadow: 0 15px 60px 0 rgba(10, 52, 198, 0.36);
}

.about__card:hover .about__card-title {
  font-family: 'Caveat-Regular';
  font-size: 30px;
  color: #fff;
  max-width: 230px;

}

.about__subtitle {
  font-size: 28px;
  line-height: 121%;
  text-align: center;
  max-width: 565px;
  margin: 0 auto;
  color: #585976;
  margin-bottom: 97px;
}
.about__wrap {
  max-width: 1440px;
  min-height: 700px;
  margin: 0 auto;
  position: relative;
  display: flex;
  gap: 0;
}
.about__card {
  box-shadow: 0 20px 45px 0 rgba(12, 36, 63, 0.17);
  background: #fff;
  padding: 25px 10px 15px 10px; 
  max-width: 305px;
  width: 100%;
  min-height: 436px;
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  position: absolute;
  flex-shrink: 0;
  transition: .3s;
}

.about__card:hover {
  z-index: 3;
  /* transform: rotateX(180deg); */
}

.about__card--1 {
  left: 0;
  top: 0;
  transform: rotate(-7deg);
}

.about__card--2 {
  transform: rotate(-13deg);
  top: 146px;
  left: 15%;
  z-index: 2;
}

.about__card--3 {
  transform: rotate(-4deg);
  left: 30%;
  top: -33px;
}

.about__card--4 {
  transform: rotate(6deg);
  left: 45%;
  top: 165px;
  /* z-index: 2; */
}

.about__card--5 {
  transform: rotate(12deg);
  left: 63%;
}

.about__card--6 {
  transform: rotate(19deg);
  right: 5%;
  top: 175px;
}

.about__card-arrow.arrow  {
  right: 20px;
  top: 20px;
}

.about__card-title {
  margin-bottom: auto;
  padding-left: 15px;
  max-width: 240px;
  width: 100%;
  font-weight: 400;
  font-size: 28px;
  color: #0D31AD;
}

.about__card--3 .about__card-title, 
.about__card--4 .about__card-title {
  font-size: 24px;
}

.about__card-counter {
  padding-left: 15px; 
  font-family: 'Caveat-Regular';
  font-size: 37px;
  color: #0D31AD;
  margin-bottom: 10px;
}
.about__card-img img {
  width: 100%;
  border-radius: 20px;
}

.about__logo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 85px;
}
.about__text {
  max-width: 1120px;
  margin: 0 auto;
  display: flex;
}
.about__text p {margin-bottom:15px;}
.about__text-column {
  width: 50%;
  color: #2e2f54;
}

.about__text-column:nth-child(1) {
  padding-right: 25px;
  font-size: 28px;
  line-height: 121%;
 
}

.about__text-column:nth-child(2) {
  padding-left: 25px;
  font-size: 18px;
  opacity: 0.8;
}

.courses {
  margin-bottom: 160px;
}

.courses__top {
  display: flex;
  align-items: center;
  padding-left: 95px;
  /*margin-bottom: 50px;*/
}
.courses__title {
  font-family: var(--font-family);
  font-size: 64px;
  color: #2e2f54;
  margin-right: 143px;
}
.courses .tabs__list {
  display: flex;
  align-items: center;
  gap: 0 25px;
}

.courses .tabs__list li a {
  font-weight: 400;
  font-size: 16px;
  color: #0d31ad;
  transition: .3s;
  position: relative;
}

.courses .tabs__list li.active a {
  padding: 13.5px 55px 13.5px 15px;
  border-radius: 100px;
  background-color: #0d31ad;;
  color: #fff;
}

.courses .tabs__list li a::after {
  content: '';
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-56%);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0;
  transition: .3s;
}

.courses .tabs__list li.active a::after {
  opacity: 1;
}


.courses .tabs__list li:first-child a::after {
  background-image: url(/local/templates/academia/assets/css/../images/tab-img-1.png);
  width: 30px;
  height: 33px;
}

.courses .tabs__list li:nth-child(2) a::after {
  background-image: url(/local/templates/academia/assets/css/../images/tab-img-2.png);
  width: 31px;
  height: 24px;
}

.courses .tabs__list li:nth-child(3) a::after {
  background-image: url(/local/templates/academia/assets/css/../images/tab-img-3.png);
  width: 31px;
  height: 30px;
}

.courses .tabs__list li:nth-child(4) a::after {
  background-image: url(/local/templates/academia/assets/css/../images/tab-img-4.png);
  width: 35px;
  height: 32px;
}

.courses .tabs__list li:nth-child(5) a::after {
  background-image: url(/local/templates/academia/assets/css/../images/tab-img-5.png);
  width: 27px;
  height: 28px;
}


.courses__flex {
  display: flex;
  padding-left: 95px;
}
.courses__left {
  max-width: 267px;
  flex-shrink: 0;
  width: 100%;
  margin-right: 55px;
}
.courses__category-img {
  margin-bottom: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.courses__category-title {
  text-align: center;
  font-weight: 400;
  font-size: 28px;
  color: #2e2f54;
  margin-bottom: 345px;
}
.courses__category-counter {
  font-size: 37px;
  color:  #0d31ad;
  font-family: 'Caveat-Regular';
  margin-bottom: 10px;
}
.courses__category-text {
  font-size: 14px;
  line-height: 129%;
  color: #000;
  opacity: 0.6;
}
.courses__cards {
  display: flex;
  flex-wrap: wrap;
  margin: -20px -6px;
}
.courses__item-wrap {
  padding: 20px 6px;
}
.w61 {
  width: 61%;
}

.w50 {
  width: 50%;
}

.w39 {
  width: 39%;
}

.w35 {
  width: 35%;
}

.w65 {
  width: 65%;
}

.w66 {
  width: 66%;
}

.w34 {
  width: 34%;
}

.w27 {
  width: 27%;
}

.w100 {
  width: 100%;
}



.courses__item {
  background: #d9f0ff;
  border-radius: 22px;
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
}

.courses__item-wrap.with_padding .courses__item,
.courses__item.padding {
  padding: 40px;
}
.courses__img-big img {
  width: 100%;
  border-radius: 22px;
  margin-bottom:10px;
}

.courses__item-wrap.w61 .courses__title,
.courses__title-big {
  padding: 25px;
  font-size: 28px;
  color: #2e2f54;
  max-width: 400px;
}

.courses__item-wrap.w34 .courses__title,
.courses__item-wrap.w39 .courses__title,
.courses__item-wrap.w65 .courses__title,
.courses__title-min {
  font-weight: 700;
  font-size: 18px;
  color: #2e2f54;
  margin-bottom: 20px;
  max-width: 280px;
  margin-right: 0;
}

.courses__item-wrap.w65 .courses__title,
.courses__title-min.w100 {
  max-width: none;
}

.courses__title-min:not(:last-child) {
  margin-bottom: 20px;
}

.courses__text, .courses__item p {
  font-size: 13px;
  color: #000;
}

.courses__text:not(:last-child), .courses__item p:not(:last-child) {
  margin-bottom: 20px;
}

.courses__list-title {
  font-weight: 700;
  font-size: 16px;
  color:  #0d31ad;
  margin-bottom: 12px;
  margin-top: auto;
}
.courses__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -2.5px 15px;
}

.courses__list li {
  width: 50%;
  padding: 2.5px;
  display: flex;
}

.courses__list li a {
  width: 100%;
  height: 100%;
}

.courses__list li.w100 {
  width: 100%;
}

.courses__list li a {
  display: block;
  min-height: 61px;
  border-radius: 11px;
  padding: 11px 20px 14px 18px;
  background: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  color: #000;
}

.img__wrap {
  display: block;
  height: 100%;
  position: relative;
}

.img__wrap img {
  width: 100%;
  height: 100%;
  border-radius: 22px;
  object-fit: cover;
}

.coddy__img {
  position: absolute;
  right: -20px;
  top: -20px;
}


.courses__info {
  margin-top: auto;
  display: flex;
  flex-wrap: wrap;
}

.courses__info li {
  font-weight: 400;
  font-size: 12px;
  color: #000;
  padding-left: 24px;
  position: relative;
  width: 100%;
}

.courses__info li.w50 {
  width: 50%;
  padding-right: 20px;
}

.courses__info li::after {
  content: '';
  width: 11px;
  height: 11px;
  background-color: #0d31ad;
  position: absolute;
  left: 0;
  top: 1px;
  border-radius: 50%;
}

.courses__info li:not(:last-of-type) {
  margin-bottom: 14px;
}

.mta {
  margin-top: auto;
}

.courses__arrow.arrow {
  right: 26px;
  bottom: 26px;
}



.lib {
  border-radius: 0 0 20px 20px;
  padding-bottom: 130px;
}
.container {
}
.lib__title {
  font-size: 64px;
  text-align: center;
  color: #2e2f54;
  margin-bottom: 55px;
}

.lib__row {
  display: flex;
}
.lib__left {
  max-width: 535px;
  flex-shrink: 0;
  width: 100%;
  margin-right: 10px;
}
.lib__item-wrap {
  padding: 10px;
}

.lib__left .lib__item-wrap {
  padding: 0;
}

.lib__item {
}
.lib__left .lib__item-img {
  margin-bottom: 22px;
}

.lib__item-img {
  margin-bottom: 15px;
}

.lib__item-img a {
  display: block;
}

.lib__item-img img {
  /* width: 100%; */
}

.lib__left .lib__item-title {
  font-size: 28px;
  margin-bottom: 18px;
}

.lib__item-title {
  font-size: 18px;
  font-weight: 700;
  color: #2e2f54;
}

.lib__item-title:not(:last-child) {
  margin-bottom: 2px;
}

.lib__left .lib__item-text {
  font-size: 18px;
}

.lib__item-text {
  font-size: 12px;
color: #000;
}

.lib__right {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: -10px;
}
.w25 {
  width: 25%;
}
.w33 {
  width: 33%;
}
.lib__bottom {
  display: flex;
  justify-content: center;
  max-width: 1100px;
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
}
.w20 {
  width: 20%;
}

.footer {
  background-color: #0d31ad;
  padding-top: 100px;
  padding-bottom: 80px;
  color: #fff;
}



.footer__flex {
  display: flex;
}
.footer__nav {
  margin-right: 30px;
  font-size: 28px;
color: #fff;
display: flex;
flex-direction: column;
}

.footer__nav ul li:not(:last-child) {
  margin-bottom: 28px;
}

.footer__logo {
  margin-top: auto;
}
.footer__form {
}

.footer__form {
  max-width: 550px;
  width: 100%;
  margin-left: auto;
}

.form__title {
  font-size: 64px;
  margin-bottom: 25px;
}
.form__subtitle {
  font-family: var(--third-family);
  font-size: 40px;
  line-height: 85%;
  letter-spacing: 0.05em;
  font-family: 'Caveat-Regular';
  margin-bottom: 70px;
  max-width: 340px;
}
.form__tabs .tabs__list {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 300px;
  background: #101fa4;
  margin-bottom: 40px;
  padding: 6px;
  gap: 5px;
}

.form__tabs .tabs__list li a {
  font-size: 16px;
  border-radius: 100px;
  background: #101fa4;
  padding: 12px 15px;
  transition: .3s;
}

.form__tabs .tabs__list li.active a {
  background: #fbfeff;
  color: #0d31ad;
}


.form__field  {
  position: relative;
}

.form__field:not(:last-child) {
  margin-bottom: 15px;
}

.form__field input:not([type='checkbox']), .form__field textarea {
  font-size: 18px;
  color: #fff;
  border-radius: 26px;
  height: 66px;
  line-height: 66px;
  padding: 0 28px;
  background: #101fa4;
  transition: .3s;
  border: none;
  width: 100%;
}

.form__field textarea {
  line-height: 1.4;
  height: 140px;
  resize: none;
  padding-top: 10px;
  padding-right: 60px;
}

.form__field label {
  position: relative;
  display: block;
}

.form__field label .placeholder {
  position: absolute;
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  left: 28px;
  top: 25px;
  /* background-color: #FFFFFF; */
  padding: 0 5px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.form__field label.focus .placeholder {
  top: -6px;
  font-size: 14px;
  left: 28px;
  background-color: #0d31ad;
}

.form__field input:focus, .form__field textarea:focus, .form__field input:hover, .form__field textarea:hover {
  border: 1px solid #fff;
  outline: none;
}

.form__submit {
  position: absolute;
  display: block;
  right: 16px;
  bottom: 16px;
  width: 40px;
  height: 40px;
}


.form__arrow.arrow {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  background-color: #fff;
}

.about__card:hover .arrow,
.intro__card:hover .arrow {
  background-color: #fff;
}

.form__arrow.arrow svg,
.about__card:hover .arrow svg,
.intro__card:hover .arrow svg {
  fill: #101FA4;
}

.mobile__hamburger {
  display: none;
}

#courses .top_container_wrap {
    
    margin-bottom: 50px;
	}
#courses.fixed .top_container {
    position: fixed;
    top: 114px;
z-index: 10;
    background: #fff;
    width: 100%;
}
#courses .courses__content {margin-bottom: 50px;}

.input_radios {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 300px;
    background: #101fa4;
    margin-bottom: 40px;
    padding: 6px;
    gap: 5px;
}

.input_radios input {position: absolute;width: 1px;opacity: 0;}
.input_radios label {
    font-size: 16px;
    border-radius: 100px;
    background: #101fa4;
    padding: 12px 15px;
    transition: .3s;
    display: block;
    cursor: pointer;
}
.input_radios input:checked + label {
    background: #fbfeff;
    color: #0d31ad;
}

.scroll_top {
    background: #e9e8ef;
    width: 60px;
    height: 60px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    cursor: pointer;
    border-radius: 50%;
    z-index: 100;
    display: none;
}
.scroll_top:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-right: 2px solid #383756;
    border-bottom: 2px solid #383756;
    transform: rotate(-135deg);
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -6px;
}
.js-form .ok {
    font-size: 20px;
    height: 400px;
    display: flex;
    align-items: center;
    line-height: 2;
}

.partners__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
	gap: 28px;
}
.partners__items .item {width:30%;}

.news {padding-bottom: 200px;}
.news__items {
    max-width: 1168px;
    margin: 0 auto;
    background: url('/local/templates/academia/assets/css/../images/bg_news_after.png') no-repeat 120% -40%, linear-gradient(45deg, #0088EB 9%, #4BB3FF 50%, #4EB5FF 65%, #98D3FF 100%);
    border-radius: 30px;
    color: #fff;

    padding: 65px 120px 60px 360px;
    position: relative;
}
.news__items .name {font-size: 28px;min-height:100px;margin-bottom:60px;}
.news__items .text {font-size: 38px;font-family: 'Caveat-Regular';padding-right:50px;}
.news__items a {position: relative;z-index:2;}

.news__items:before, .news__items:after, .news__items a:after {content:"";position: absolute;}
.news__items:before {
    background: url('/local/templates/academia/assets/css/../images/bg_news_before.png');
    width: 478px;
    height: 540px;
    left: -70px;
    top: -130px;
}
/*.news__items:after {
    background: url('/local/templates/academia/assets/css/../images/bg_news_after.png');
    width: 354px;
    height: 224px;
    right: -130px;
    top: -50px;
}*/
.news__items a:after {
	background: url('/local/templates/academia/assets/css/../images/icon_white_arrow.svg');
    width: 40px;
    height: 40px;
    right: 0px;
    bottom: 0;
}
.slider_with_arrows .slick-arrow {
    background-color: #0D31AD;
    font-size: 0;
    width: 40px;
    height: 40px;
    position: absolute;
    z-index: 100;
    border: none;
    outline: none;
    padding: 0;
    line-height: 1;
    border-radius: 50%;
    bottom: -130px;
    left: 50%;
}
.slider_with_arrows .slick-next {

}
.slider_with_arrows .slick-arrow svg {fill:#fff;}
.slider_with_arrows .slick-next svg {transform: rotate(45deg);}
.slider_with_arrows .slick-prev svg {transform: rotate(-135deg);}
.slider_with_arrows .slick-arrow:not(.slick-disabled):hover {
    background-color: #0055CA;
}
.slider_with_arrows .slick-prev {
    transform: translateX(-60px);
}
.slick-disabled {
    cursor: not-allowed;
    opacity: .5;
}
.slider_with_arrows .slick-arrow svg {
    width: 19px;
    height: 16px;
}
/* End */


/* Start:/local/templates/academia/assets/css/responsive.css?172660521410692*/
@media (min-width: 1025px) {
.header.scroll .header__logo {max-width: 200px;}
.header.scroll .header__btn a {padding: 18px 25px;}
}
@media (max-width: 1366px) {
    .courses__item.padding {
        padding: 15px;
    }

    .courses__top,
    .courses__flex {
        padding-left: 0;
    }
}


@media (max-width: 1300px) {
    .courses__top {
        flex-wrap: wrap;
    }

    .courses__title {
        width: 100%;
        margin: 0;
        margin-bottom: 30px;
    }

    .lib__left {
        max-width: 400px;
    }

    .lib__item-title {
        font-size: 14px;
    }

    .lib__left .lib__item-title {
        font-size: 20px;
    }

    .about__card--6 {
        transform: rotate(6deg);
    }

}

@media (max-width: 1200px) {
    .about__wrap {
        flex-wrap: wrap;
        justify-content: center;
    }

    .about__card {
        position: initial;
        max-width: none;
        width: 30%;
    }

    .about__wrap {
        padding-left: 30px;
        margin-bottom: 60px;
    }

    .about__title,
    .courses__title,
    .lib__title,
    .form__title {
        font-size: 40px;
    }

    .about__subtitle {
        font-size: 20px;
        margin-bottom: 40px;
    }

    .about__card--5 {
        z-index: 5;
    }

    .courses {
        margin-bottom: 50px;
    }

    .lib {
        padding-bottom: 50px;
    }

    .footer {
        padding: 50px 0;
    }

    .form__subtitle {
        margin-bottom: 30px;
    }
    
    


}

@media (max-width: 1110px) {
    .header__nav {
        position: initial;
        transform: none;
        margin-right: 40px;
    }
}

@media (max-width: 1024px) {
    .footer__flex {
        flex-wrap: wrap;
    }


    .form__tabs .tabs__list {
        width: fit-content;
    } 

    .footer__form {
        max-width: none;
    }

    .footer__nav {
        width: 100%;
        margin: 0;
        max-width: none;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: row;
        margin-bottom: 30px;
    }

    .footer__nav ul li:not(:last-child) {
        margin-bottom: 20px;
    }

    .footer__logo {
        width: fit-content;
        margin: 0;
    }


    .footer__nav ul {
        margin-bottom: 20px;
    }
    

    .lib__row {
        flex-wrap: wrap;
    }

    .lib__left {
        margin: 0 auto;
        margin-bottom: 20px;

    }

    .lib .w20 {
        width: 25%;
    }

    .lib__bottom {
        flex-wrap: wrap;
    }

    .coddy__img {
        right: -10px;
    }
   
    .courses__flex {
        flex-wrap: wrap;
    }

    .courses__left {
        max-width: none;
        margin: 0;
        margin-bottom: 30px;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    
    .courses__category-title {
        order: 1;
        width: 100%;
        max-width: 240px;
        margin-bottom: 0;
    }

    .courses__category-text {
        width: calc(100% - 400px);
    }

    .courses__category-img {
        margin-right: 30px;
    }

    .courses__category-counter {
        margin-right: 30px;
    }



    .about {
        padding-bottom: 60px;
    }

    .mobile__hamburger {
        display: block;
        width: 26px;
        height: 30px;
        position: relative;
        margin-left: 30px;
    }

    .mobile__hamburger span {
        position: absolute;
        height: 2px;
        width: 26px;
        background-color: #fff;
        left: 0;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
    }

    .mobile__hamburger span:nth-of-type(1) {
        top: 6px;
    }

    .mobile__hamburger span:nth-of-type(2) {
        top: 14px;
    }

    .mobile__hamburger span:nth-of-type(3) {
        top: 22px;
    }

    .mobile__hamburger.open span:nth-of-type(1) {
        -webkit-transform: translateY(8px) rotate(45deg);
        -ms-transform: translateY(8px) rotate(45deg);
        transform: translateY(8px) rotate(45deg);
    }

    .mobile__hamburger.open span:nth-of-type(2) {
        opacity: 0;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
    }

    .mobile__hamburger.open span:nth-of-type(3) {
        -webkit-transform: translateY(-8px) rotate(-45deg);
        -ms-transform: translateY(-8px) rotate(-45deg);
        transform: translateY(-8px) rotate(-45deg);
    }

    .header__nav {
        position: fixed;
        top: 93px;
        left: 0;
        width: 100%;
        height: calc(100vh - 93px);
        background-color: #0088eb;
        z-index: 9999;
        border: 0;
        display: block;
        overflow-x: hidden;
        overflow-y: auto;
        padding: 30px 0;
        padding-bottom: 80px;
        transform: translateX(-100%);
        transition: .3s;
        margin: 0;
    }

    .header__nav.open {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }

    .header__nav ul {
        flex-direction: column;
        text-align: center;
        gap: 15px 0;
        font-size: 25px;
    }

    .header__btn a {
        font-size: 16px;
        padding: 15px 18px;
    }

    .header__logo {
        max-width: 200px;
    }

    .container {
        padding: 0 10px;
    }
    
    .intro__wrapper {
        padding-top: 130px;
        background-size: cover;
    }

    .category__flex {
        flex-wrap: wrap;
        justify-content: center;
    }

    .category__item-wrap {
        width: auto;
    }


    .news__items {padding: 30px 50px 30px 200px;}
    .news__items:before {width: 287px;height: 324px;top: -60px;background-size: cover;}
}


@media (max-width: 990px) {
    .courses .tabs__list {
        flex-wrap: nowrap;
        overflow-x: scroll;
    }

    .courses .tabs__list li {
        flex-shrink: 0;
    }
	.intro__cards {position: initial;}
	.intro__counter {margin-bottom: 50px;}
	.intro__slogan {margin-bottom: 40px;}
}

@media (max-width: 900px) {
    .about__card-title {
        font-size: 20px;
    }

    .about__card {
        width: 40%;
    }

    .about__card--4 {
        z-index: 6;
    }

    .about__card--6 {
        z-index: 7;
    }

    .intro__counter {
        order: -2;
        margin-right: auto;
        margin-bottom: 40px;
    }
    
    .intro__card {
        position: relative;
        order: -1;
        margin-bottom: 30px;
    }

    .intro__inner {
        display: flex;
        flex-wrap: wrap;
    }

    .intro__counter span {
        font-size: 80px;
    }

    .intro__slogan {
        font-size: 60px;
    }

    .intro__slogan span {
        font-size: 70px;
    }

    
}


@media (max-width: 600px) {
	.news__items {padding: 30px;}
	.news__items:before {display:none;}
	.news__items .name {font-size: 20px;}
	.news__items .text {font-size: 24px;}
	
	.partners__items {gap:20px;}
	.partners__items .item {width:45%;}

	.intro__cards {width: 100%;}
	.intro__cards .intro__card {display: flex;align-items: center;padding-bottom: 0;}
	.intro__cards .intro__card-info {top: 8px;left: 8px;font-size: 10px;}
	.intro__cards .intro__card-text {font-size: 16px;padding:0 10px 0 16px}
	.input_radios {flex-wrap: wrap;}

    .form__tabs .tabs__list {
        flex-wrap: wrap;
        width: 100%;
        border-radius: 20px;
    }

    .form__tabs .tabs__list li,
    .form__tabs .tabs__list li a {
        width: 100%;
        text-align: center;
    }

    .footer__nav {
        font-size: 20px;
    }

    .footer__logo {
        max-width: 200px;
    }

   .courses .w61 {
        width: 100%;
    }

    .courses .w39,
    .courses .w34,
    .courses .w27,
    .courses .w35,
    .courses .w65,
    .courses .w66 {
        width: 50%;
    }

    .lib .w20,
    .lib .w25 {
        width: 33.3333%;
    }

    .coddy__img {
        max-width: 40px;
    }

    .courses__title-big {
        font-size: 20px;
        max-width: none;
        width: calc(100% - 70px)
    }




    .courses__category-text {
        width: calc(100% - 300px);
    }

    .courses__category-img {
        max-width: 180px;
    }

    .about__card--3 .about__card-title, .about__card--4 .about__card-title {
        font-size: 18px;
    }

    .courses__category-title {
        font-size: 16px;
        max-width: 180px;
    }

    .about__text-column:nth-child(1) {
        margin-bottom: 25px;
    }

    .about__text-column:nth-child(1), 
    .about__text-column:nth-child(2) {
        padding: 0;
        width: 100%;
    }
 

    
    
    .about__text {
        flex-wrap: wrap;
    }

    .about__card {
        width: 90%;
        min-height: auto;
        max-width: 400px;
    }

    .intro__wrapper {
        background-size: 160%;
    }

    .category__item-wrap {
        width: 45%;
    }

    .category__item:hover .category__text {
        font-size: 20px;
    }

    .category__text {
        font-size: 14px;
    }


    .category__flex {
        gap: 25px;
    }

    .about__card--2,
    .about__card--4,
    .about__card--6 {
        transform: rotate(6deg);
    }

    .about__card--1,
    .about__card--3,
    .about__card--5 {
        transform: rotate(-6deg);
    }

    .intro__wrapper,
    .intro {
        min-height: auto;
    }

}


@media (max-width: 500px) {
    .intro__card {
        max-width: 200px;
    }

    .intro__card-arrow.arrow {
        right: 8px;
        bottom: 8px;
    }

    .lib .w20,
    .lib .w25, 
    .lib .w33 {
        width: 50%;
    }
}


@media (max-width: 459px) {
    .about__card--3 .about__card-arrow.arrow {
        top: 90px;
    }

    .header__logo {
        max-width: 160px;
    }

    .mobile__hamburger {
        margin-left: 20px;
    }

    .header__btn a {
        font-size: 14px;
        padding: 12px 14px;
    }

    .intro__counter span {
        font-size: 60px;
    }

    .intro__slogan {
        font-size: 40px;
    }

    .intro__slogan span {
        font-size: 50px;
    }

    .intro__wrapper {
        padding-top: 100px;
    }

    .courses .w39,
    .courses .w34,
    .courses .w27,
    .courses .w35,
    .courses .w65,
    .courses .w66 
     {
        width: 100%;
    } 

    .courses__item-wrap {
        padding: 6px;
    }

    .courses__category-text {
        width: 100%;
        order: 2;
        margin-top: 15px;
    }

    .courses__category-img {
        margin-bottom: 15px;
    }

}

@media (max-width: 359px) {
    .header__logo {
        max-width: 130px;
    }

    .intro__slogan {
        font-size: 30px;
    }

    .intro__slogan span,
    .intro__counter span {
        font-size: 40px;
    }

    .intro__counter {
        font-size: 16px;
    }

}


@media (max-width: 1179px) and (min-width: 981px) {}


/* End */
/* /local/templates/academia/assets/css/normalize.css?17230545726486 */
/* /local/templates/academia/assets/css/slick.css?17230545721893 */
/* /local/templates/academia/assets/css/style.css?176190661122354 */
/* /local/templates/academia/assets/css/responsive.css?172660521410692 */
