/*! 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 {
  -webkit-box-sizing: content-box;
          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;
  font-size: 1.3rem;
  width: 100%;
  overflow: auto;
  border: 1px solid var(--main);
  padding: 10px;
  border-radius: 5px;
  line-height: 130%;
}

/* 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 */
  -webkit-text-decoration: underline dotted;
          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 {
  -webkit-box-sizing: border-box;
          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"] {
  -webkit-box-sizing: border-box;
          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; }

:root {
  --white: #FFFFFF;
  --black: #000000;
  --gray: #E3E4EF;
  --purple: #605DEC;
  --page-bg: #F1F2F6;
  --yellow: #F2FFA3;
  --main-gradient: linear-gradient(68.63deg, #605DEC 18.78%, #8CC3FF 160.2%);
  --border-gray: #DBDBDB;
  --dark-gray: #C7C7C7; }

.f-18 {
  font-size: 18px; }

.f-20 {
  font-size: 20px; }

.f-27 {
  font-size: 27px; }

.f-28 {
  font-size: 28px; }

.f-32 {
  font-size: 32px; }

.f-36 {
  font-size: 36px; }

.f-38 {
  font-size: 38px; }

@font-face {
  font-family: 'Nunito';
  src: url("../fonts/Nunito-Bold.woff2") format("woff2"), url("../fonts/Nunito-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Nunito';
  src: url("../fonts/Nunito-Regular.woff2") format("woff2"), url("../fonts/Nunito-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Nunito';
  src: url("../fonts/Nunito-Light.woff2") format("woff2"), url("../fonts/Nunito-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Nunito';
  src: url("../fonts/Nunito-SemiBold.woff2") format("woff2"), url("../fonts/Nunito-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

:root {
  --purple: #605DEC;
  --white: #FFFFFF;
  --black: #000000;
  --main: #1F1F1F; }

a {
  color: inherit;
  -webkit-transition: .2s linear;
  -o-transition: .2s linear;
  transition: .2s linear; }

button {
  padding: 0;
  border: none;
  background: none; }
  button:not([disabled]) {
    cursor: pointer; }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .icon svg {
    width: 100%;
    height: 100%; }

.bold {
  font-weight: bold; }

.s-bold {
  font-weight: 600; }

.full-link::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }

html {
  font-size: 16px; }

body {
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  font-family: 'Nunito';
  color: var(--main);
  background: var(--page-bg); }

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

ul[class],
ol[class] {
  list-style: none;
  padding: 0; }

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0; }

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto; }

a {
  text-decoration: none; }

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

input,
button,
textarea,
select {
  font: inherit; }

audio,
canvas,
iframe,
img,
svg,
video,
textarea {
  vertical-align: middle; }

textarea {
  resize: none; }

section {
  position: relative; }

input,
select,
button {
  outline: none; }

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%; }

.content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto; }

.container {
  margin: 0 auto;
  max-width: 1346px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px; }

.overflow-hidden {
  overflow: hidden;
  width: 100%;
}


.section {
  margin: 120px 0; }
  .section-title {
    font-weight: bold;
    font-size: 56px;
    line-height: 110%; }
    .section-title--blue {
      color: var(--purple); }
  .section-txt {
    font-size: 27px;
    line-height: 160%;
    max-width: 1056px; }

.o-hidden {
  overflow: hidden; }

@media (max-width: 1366px) {
  .container {
    max-width: 950px; }
  .section {
    margin: 100px 0px; } }

@media (max-width: 1024px) {
  .container {
    max-width: 642px; }
  .section {
    margin: 60px 0; }
    .section-title {
      font-size: 48px; } }

@media (max-width: 767px) {
  .container {
    max-width: 364px; }
  .section {
    margin: 50px 0; }
    .section-title {
      font-size: 32px; }
    .section-txt {
      font-size: 20px; } }

.btn {
  display: inline-block;
  padding: 14px 38px;
  background: var(--purple);
  -webkit-box-shadow: 0px 4px 0px #000000;
          box-shadow: 0px 4px 0px #000000;
  border-radius: 16px;
  line-height: 20px;
  color: var(--white); }
  .btn:hover {
    -webkit-box-shadow: none;
            box-shadow: none; }

.footer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  background: var(--main);
  color: var(--white);
  overflow: hidden; }
  .footer__top {
    padding: 70px 0; }
  .footer__bottom {
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2); }
  .footer-copyright {
    font-weight: 300;
    font-size: 14px;
    line-height: 140%;
    opacity: 0.7; }
  .footer-menu {
    font-weight: 300;
    font-size: 14px;
    line-height: 120%; }
    .footer-menu--col-2 {
      -webkit-columns: 2;
         -moz-columns: 2;
              columns: 2; }
    .footer-menu__item {
      margin-bottom: 16px;
      line-height: 20px; }
      .footer-menu__item--hidden {
        display: none; }
    .footer-menu__link {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      line-height: 120%; }
      .footer-menu__link-icon {
        width: 13px;
        margin-left: -21px;
        margin-right: 8px; }
  .footer-title {
    line-height: 120%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .footer-title__arrow {
      display: none; }
      .footer-title__arrow svg {
        width: 14px;
        height: 8px;
        fill: none;
        stroke-width: 1px;
        stroke: var(--white);
        opacity: 0.5;
        -webkit-transition: .2s linear;
        -o-transition: .2s linear;
        transition: .2s linear; }
  .footer-item__head {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding-bottom: 10px;
    margin-bottom: 30px; }
  .footer__content-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .footer__content-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .footer__content-col-1 {
    width: 346px; }
  .footer__content-col-2 {
    margin-left: auto;
    width: 500px; }
  .footer__content-col-3 {
    width: 205px; }
  .footer__content-col-4 {
    width: 245px; }
  .footer__content-col-5 {
    margin-left: 50px;
    width: 208px; }
  .footer__content-bottom {
    margin-top: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .footer__content-social {
    margin-left: 102px; }
  .footer__content-txt {
    margin-left: auto; }
  .footer-contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .footer-contacts__group {
      margin-right: 40px; }
      .footer-contacts__group:last-child {
        margin-right: 0; }
    .footer-contacts__item-txt {
      font-weight: 300;
      font-size: 12px;
      line-height: 140%;
      margin-top: 10px; }
    .footer-contacts__item-link {
      display: block;
      line-height: 120%; }
    .footer-contacts__item-group {
      margin-bottom: 30px; }
      .footer-contacts__item-group:last-child {
        margin-bottom: 0; }
  .footer-social__item {
    margin-right: 16px; }
    .footer-social__item:last-child {
      margin-right: 0; }
  .footer-social__link {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: var(--white); }
  .footer-txt {
    font-weight: 300;
    font-size: 14px;
    line-height: 140%; }
    .footer-txt__item {
      margin-bottom: 10px; }
      .footer-txt__item:last-child {
        margin-bottom: 0; }
.footer-logo {
  margin-top: 40px;
  display: flex;
}

@media (max-width: 1366px) {
  .footer__content-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .footer__content-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .footer__content-col-1 {
    width: 340px; }
  .footer__content-col-2 {
    width: 330px; }
  .footer__content-col-3 {
    width: 150px; }
  .footer__content-col-4 {
    width: 150px; }
  .footer__content-col-5 {
    margin-left: 30px;
    width: 182px; }
  .footer__content-bottom {
    margin-top: 40px; }
  .footer__content-social {
    margin-left: 30px;
    margin-right: 15px; }
  .footer__content-txt {
    max-width: 330px; }
  .footer-txt__item {
    margin-bottom: 15px; } }

@media (max-width: 1024px) {
  .footer__top {
    padding: 60px 0; }
  .footer__content-col-1 {
    width: 164px; }
  .footer__content-col-2 {
    width: 150px;
    margin-left: 0; }
  .footer__content-col-3 {
    width: 100%; }
  .footer__content-col-4 {
    width: 100%;
    margin-bottom: 32px; }
  .footer__content-col-5 {
    width: 182px;
    margin-left: 0; }
  .footer__content-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
  .footer__content-top {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .footer__content-txt {
    display: none; }
  .footer__content-social {
    margin-right: 2px;
    margin-left: auto; }
  .footer__content-bottom {
    margin-top: 50px; }
  .footer-menu--col-2 {
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1; }
  .footer-menu__item--hidden {
    display: block; }
  .footer-item__head {
    margin-bottom: 20px; }
  .footer-social__item {
    margin-right: 20px; } }

@media (max-width: 767px) {
  .footer__top {
    padding: 40px 0; }
  .footer__content-col-1 {
    width: 100%; }
  .footer__content-col-2 {
    width: 100%; }
  .footer__content-col-4 {
    margin-bottom: 0; }
  .footer__content-col-5 {
    width: 100%; }
  .footer__content-top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .footer__content-bottom {
    margin-top: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .footer__content-social {
    width: 100%;
    margin-top: 40px; }
  .footer__content-contacts {
    width: 100%; }
  .footer-title__arrow {
    display: block; }
  .footer-title__txt {
    width: calc(100% - 18px);
    padding-right: 16px; }
  .footer-nav {
    margin-bottom: 34px; }
  .footer-contacts {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .footer-contacts__group {
      margin-right: 0; }
    .footer-contacts__item-group {
      margin-bottom: 20px; }
  .footer-social__link {
    width: 40px;
    height: 40px; }
    .footer-social__link img {
      width: 17px; }
  .footer-item__head.active .footer-title__arrow svg {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
  .toggle-container {
    -webkit-transition: height 0.35s ease-in-out;
    -o-transition: height 0.35s ease-in-out;
    transition: height 0.35s ease-in-out;
    overflow: hidden;
    padding-left: 21px;
    margin-left: -21px; }
    .toggle-container:not(.active) {
      display: none; } }

body {
  padding-top: 136px; }

.header {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  background: var(--white);
  -webkit-transition: top .2s linear;
  -o-transition: top .2s linear;
  transition: top .2s linear;
  position: sticky;
  top: 0;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
  position: fixed;
  width: 100%; }
  .header__group {
    margin-left: auto;
    position: relative; }
  .header__content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .header__menu-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .header__menu-item--top {
    padding-right: 55px; }
  .header__menu-item:last-child {
    margin-top: 10px; }
  .header__search {
    position: absolute;
    top: 0;
    right: 0; }
    .header__search.fw {
      left: 0; }
  .header-menu {
    border-radius: 40px; }
  .header-topMenu {
    background: var(--purple);
    color: var(--white);
    padding: 10px 20px; }
  .header-bottomMenu {
    padding: 8px 18px;
    border: 2px solid var(--purple); }
  .header__m-menu {
    display: none; }

.logo img {
  max-height: 50px;}

.searchForm {
  background: var(--white);
  border: 2px solid var(--purple);
  border-radius: 40px;
  height: 42px;
  width: 42px;
  overflow: hidden;
  margin-left: auto;
  -webkit-transition: width .2s linear;
  -o-transition: width .2s linear;
  transition: width .2s linear; }
  .searchForm.open {
    width: 100%; }
    .searchForm.open .searchForm__input, .searchForm.open .searchForm__submit {
      visibility: visible; }
  .searchForm__inner {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .searchForm__input {
    display: block;
    border: none;
    height: 100%;
    width: calc(100% - 100px);
    font-weight: 600;
    font-size: 16px;
    color: var(--purple);
    visibility: hidden; }
    .searchForm__input::-webkit-input-placeholder {
      color: var(--purple); }
    .searchForm__input::-moz-placeholder {
      color: var(--purple); }
    .searchForm__input:-ms-input-placeholder {
      color: var(--purple); }
    .searchForm__input::-ms-input-placeholder {
      color: var(--purple); }
    .searchForm__input::placeholder {
      color: var(--purple); }
  .searchForm__btn {
    height: 100%;
    width: 50px;
    min-width: 39px; }
    .searchForm__btn img {
      width: 55%;
      margin: auto; }
  .searchForm__submit {
    visibility: hidden; }
  .searchForm__open-close {
    display: none; }
  .searchForm__open.active .searchForm__open-search {
    display: none; }
  .searchForm__open.active .searchForm__open-close {
    display: block; }

.search-icon{
  max-width: 60%;
}

.menu {
  font-size: 16px;
  line-height: 140%; }
  .menu__item {
    margin-right: 16px; }
    .menu__item:last-child {
      margin-right: 0; }

.open-menu {
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .open-menu span {
    width: 36px;
    height: 2px;
    background: var(--purple);
    border-radius: 8px;
    position: relative; }
    .open-menu span::before, .open-menu span::after {
      content: "";
      width: 36px;
      height: 2px;
      background: var(--purple);
      border-radius: 8px;
      position: absolute;
      -webkit-transition: -webkit-transform .2s linear;
      transition: -webkit-transform .2s linear;
      -o-transition: transform .2s linear;
      transition: transform .2s linear;
      transition: transform .2s linear, -webkit-transform .2s linear; }
    .open-menu span::before {
      top: -14px; }
    .open-menu span::after {
      bottom: -14px; }
  .open-menu.active span {
    background: transparent; }
    .open-menu.active span::before {
      top: 0;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
    .open-menu.active span::after {
      top: 0;
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }

@media (min-width: 1025px) {
  .header-topMenu .menu__link:hover {
    color: var(--yellow); }
  .header-bottomMenu .menu__link:hover {
    color: var(--purple); } }

@media (max-width: 1366px) {
  .header {
    padding: 20px 0; }
    .header__menu-item--top {
      padding-right: 55px; }
  .logo img {
    max-width: 210px; }
  .menu {
    font-size: 16px; }
    .menu__item {
      margin-right: 10px; } }

@media (max-width: 1024px) {
  body {
    padding-top: 57px; }
  .header {
    padding: 10px 0 10px 0; }
    .header__m-menu {
      display: block; }
    .header__menu {
      position: fixed;
      top: 56px;
      bottom: 0;
      left: 0;
      right: 0;
      overflow: auto;
      background: var(--white);
      border-top: 1px solid var(--gray);
      padding: 80px 0;
      z-index: 99;
      visibility: hidden;
      -webkit-transform: translateX(100%);
          -ms-transform: translateX(100%);
              transform: translateX(100%);
      -webkit-transition: .2s linear;
      -o-transition: .2s linear;
      transition: .2s linear; }
      .header__menu.open {
        visibility: visible;
        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0); }
      .header__menu::before {
        content: "";
        width: 1px;
        background: var(--gray);
        position: absolute;
        left: 50%;
        top: 66px;
        bottom: 66px; }
      .header__menu-inner {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        max-width: 602px;
        margin-left: auto;
        margin-right: auto;
        position: relative; }
      .header__menu-item {
        width: 50%; }
        .header__menu-item:last-child {
          margin-top: 0;
          padding-left: 92px;
          display: block !important; }
        .header__menu-item--top {
          padding-right: 0; }
    .header__search {
      right: 66px;
      left: -1px; }
    .header__group {
      position: initial; }
    .header__content {
      position: relative; }
    .header-topMenu {
      background: none;
      color: var(--main);
      padding: 0; }
    .header-bottomMenu {
      border: none;
      padding: 0; }
    .header-menu {
      border-radius: 0; }
  .menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 28px;
    color: var(--purple); }
    .menu__item {
      margin-bottom: 40px; }
      .menu__item:last-child {
        margin-bottom: 0; }
  .logo img {
    max-width: 208px; }
  .searchForm {
    width: 36px;
    height: 36px; }
  .searchForm__btn {
    width: 33px;
    min-width: 33px; }
  .searchForm__btn img {
    max-width: 19px; }
  .searchForm__input {
    width: calc(100% - 82px);
    font-size: 16px;}
}

@media (max-width: 767px) {
  .logo img {
    max-width: 169px; }
  .header__menu {
    padding: 50px 0; }
    .header__menu::before {
      top: 50px;
      bottom: 50px; }
    .header__menu-inner {
      width: 100%;
      max-width: 364px;
      padding-left: 20px;
      padding-right: 20px; }
    .header__menu-item:last-child {
      padding-left: 50px; }
  .menu {
    font-size: 20px; }
  .searchForm__input {
    font-size: 16px; } }

.tabs-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 122px;
  margin-bottom: -70px; }
  .tabs-list__item {
    margin-right: 5px; }

.tabs-contents {
  border-radius: 0 55px 55px 55px; }

.tabs-content:not(.active) {
  display: none; }

.tabs-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  fill: var(--gray);
  font-size: 24px;
  line-height: 160%;
  color: var(--purple);
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s; }
  .tabs-link.selected {
    fill: var(--white);
    z-index: 3; }
    .tabs-link.selected .tabs-link__bg--second {
      fill: var(--white); }
  .tabs-link__txt {
    position: relative;
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 180px;
    height: 52px;
    padding-top: 10px; }
  .tabs-link__bg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    min-width: 240px;
    position: absolute;
    left: -30px;
    top: 0; }
    .tabs-link__bg--first {
      height: 122px;
      position: absolute;
      top: 0;
      left: 0;
      min-width: 235px; }
      .tabs-link__bg--first svg {
        width: 100%;
        height: 100%; }
    .tabs-link__bg--second {
      width: 240px;
      height: 92px;
      fill: var(--gray);
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); }
      .tabs-link__bg--second svg {
        width: 100%;
        height: 100%;
        -webkit-filter: drop-shadow(16px 20px 20px rgba(31, 31, 31, 0.2));
                filter: drop-shadow(16px 20px 20px rgba(31, 31, 31, 0.2)); }
    .tabs-link__bg-col {
      width: 120px;
      height: 92px;
      position: absolute;
      top: 0; }
      .tabs-link__bg-col svg {
        width: 100%;
        height: 100%; }
    .tabs-link__bg-left {
      left: 0; }
    .tabs-link__bg-right {
      right: 0; }
    .tabs-link__bg-tablet {
      display: none; }

.tabs-contents {
  position: relative;
  z-index: 3; }

@media (max-width: 1024px) {
  .tabs-list {
    margin-bottom: -83px; }
    .tabs-list__item:first-child {
      margin-left: 5px;
      margin-right: -7px; }
  .tabs-link {
    font-size: 18px; }
    .tabs-link__txt {
      width: 113px;
      height: 39px; }
    .tabs-link__bg--first {
      width: 154px;
      min-width: 154px;
      height: 111px;
      left: -5px; }
    .tabs-link__bg--second {
      width: 157px;
      min-width: 157px;
      height: 65px; }
    .tabs-link__bg-desctop {
      display: none; }
    .tabs-link__bg-tablet {
      display: block; } }

.card {
  background: var(--white);
  border-radius: 34px;
  border-bottom: 4px solid var(--main);
  -webkit-transition: border-color .2s linear, color .2s linear;
  -o-transition: border-color .2s linear, color .2s linear;
  transition: border-color .2s linear, color .2s linear;
  position: relative; }
  .card:hover {
    border-color: var(--purple); }
    .card:hover .card-title, .card:hover .card-txt {
      color: var(--purple); }
  .card-txt, .card-title {
    -webkit-transition: color .2s linear;
    -o-transition: color .2s linear;
    transition: color .2s linear; }

/* article-link */
.article-content-in {
  display: flex;
  align-items: stretch;
  gap: 64px;
}

.article-content-in-left {
  max-width: 960px;
}

.article-content-in-right-course {
  position: sticky;
  top: 160px;
  width: 288px;
  border-radius: 50px;
  padding: 40px;
  background-color: #6060F033;
}

@media (max-width: 1366px) {
  .article-content-in-right-course {
    display: none;
  }
}

.article-content-in h6 {
  font-family: "Montserrat" ,sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  color: #1F1F1F;
  margin: 0;
}

.article-content-in ul {
  margin: 24px 0 40px 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.article-content-in li {
  list-style-type: none;
}

.article-content-in li a {
  font-family: "Montserrat" ,sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 25.6px;
  color: #6060F0;
  display: flex;
  align-items: center;
  gap: 8px;
}

.article-content-in .course_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  width: 100%;
  text-align: center;
  height: 43px;
  background-color: #F2FFA2;
  border-radius: 15px;
}
/* article-link */

.article-card {
  padding: 30px 30px 44px;
  height: 100%; }
  .article-card--row {
    padding: 40px 150px 54px 30px; }
  .article-card--row-small {
    padding-right: 60px; }
  .article-card__img {
    padding: 7px;
    border-radius: 17px;
    overflow: hidden;
    margin-bottom: 24px; }
    .article-card__img--200 {
      width: 200px;
      height: 200px;
      padding: 0;
      margin-bottom: 0; }
    .article-card__img--87 {
      width: 87px;
      height: 87px;
      padding: 0;
      margin-bottom: 0; }
  .article-card__title {
    margin-bottom: 24px;
    line-height: 120%; }
    .article-card__title--small {
      margin-bottom: 0; }
  .article-card__txt--small {
    line-height: 160%;
    margin-top: 20px; }
  .article-card__tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .article-card__tags-item:first-child {
      color: var(--white); }
    .article-card__tags--bottom {
      position: absolute;
      bottom: -24px;
      left: 30px; }
  .article-card__tag {
    border-radius: 24px;
    padding: 8px 16px;
    border-bottom: 4px solid var(--main);
    font-size: 16px;
    line-height: 22px; }
  .article-card__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .article-card__inner-left {
      width: 200px; }
      .article-card__inner-left--small {
        width: 87px; }
    .article-card__inner-right {
      width: calc(100% - 200px);
      padding-left: 40px; }
      .article-card__inner-right--small {
        width: calc(100% - 87px);
        padding-left: 20px;
        -ms-flex-item-align: center;
            align-self: center; }

.tag {
  display: inline-block;
  padding: 8px 16px;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  border-radius: 24px;
  background: var(--white); }
  .tag.dev-bg, .tag.networks-bg {
    color: var(--white); }

.lab-bg {
  background: #CEDCFF; }

.troubleshooting-bg {
  background: #FFF3B4; }

.how-to-bg {
  background: #CBFBBA; }

.useful-bg {
  background: #ACEBFF; }

.news-bg {
  background: #E0D1FF; }

.reviews-bg {
  background: #FFDAA3; }

.theory-bg {
  background: #F8CEFF; }

.devops-bg {
  background: #001AFF;}

.dev-bg {
  background: #00C7BA;}

.networks-bg {
  background: #00AAFC;}

.voip-bg {
  background: #BD89FF;}

.security-bg {
  background: #1CA8DC;}

.qa-bg {
  background: #FF56BB;}

.servers-bg {
  background: #FF922D;}

.career-bg {
  background: #605DEC;}

.sale-bg {
  background: #FF2155; }

@media (max-width: 1366px) {
  .card-title.f-27 {
    font-size: 20px; } }

.articleCard {
  padding: 30px 30px 44px;
  background: var(--white);
  border-radius: 34px;
  border-bottom: 4px solid var(--main);
  -webkit-transition: border-color .2s linear, color .2s linear;
  -o-transition: border-color .2s linear, color .2s linear;
  transition: border-color .2s linear, color .2s linear;
  position: relative;
  height: 100%; }
  .articleCard--long {
    padding-right: 60px; }
  .articleCard--big-long {
    padding: 40px 150px 56px 30px; }
  .articleCard--no-border {
    border: none; }
  .articleCard:hover {
    border-color: var(--purple); }
    .articleCard:hover .articleCard-title, .articleCard:hover .articleCard-txt {
      color: var(--purple); }
  .articleCard-grid {
    display: grid;
    grid-template-columns: 87px 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px; }
    .articleCard-grid__img {
      grid-area: 1 / 1 / 3 / 2; }
      .articleCard-grid__img--3 {
        grid-area: 1 / 1 / 3 / 2; }
    .articleCard-grid__title {
      grid-area: 1 / 2 / 3 / 3;
      align-self: center; }
      .articleCard-grid__title--3 {
        grid-area: 1 / 2 / 2 / 3;
        align-self: initial; }
    .articleCard-grid__txt {
      grid-area: 3 / 1 / 4 / 3; }
      .articleCard-grid__txt--3 {
        grid-area: 2 / 2 / 3 / 3; }
    .articleCard-grid__tags {
      grid-area: 4 / 1 / 5 / 3;
      position: absolute;
      bottom: -20px;
      left: 30px; }
  .articleCard-grid-2 {
    grid-template-columns: 200px 1fr;
    grid-template-rows: auto 1fr;
    grid-column-gap: 40px;
    grid-row-gap: 24px; }
  .articleCard-column__img {
    margin-bottom: 24px; }
  .articleCard-column__title {
    margin-bottom: 24px; }
  .articleCard-column__tags {
    position: absolute;
    left: 30px;
    bottom: -20px; }
  .articleCard-img {
    border-radius: 17px;
    overflow: hidden; }
    .articleCard-img img {
      width: 100%; }
    .articleCard-img--long {
      padding: 7px; }
      .articleCard-img--long img {
        height: 150px;
        width: auto;
        margin-left: auto;
        margin-right: auto; }
  .articleCard-txt {
    line-height: 160%;
    -webkit-transition: color .2s linear;
    -o-transition: color .2s linear;
    transition: color .2s linear;
    max-width: 530px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden; }
    .articleCard-txt--big {
      font-size: 27px;
      max-width: 856px; }
    .articleCard-txt--big-long {
      font-size: 27px;
      max-width: 856px; }
  .articleCard-title {
    font-size: 20px;
    line-height: 120%; }
    .articleCard-title--f-27 {
      font-size: 27px; }
    .articleCard-title--f-38 {
      font-size: 38px; }
    .articleCard-title--big-long {
      font-size: 38px; }
  .articleCard-tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .articleCard-tags__item:first-child {
      color: var(--white); }
  .articleCard-tag {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    border-radius: 24px;
    padding: 8px 16px;
    position: relative;
    z-index: 9;
    -webkit-box-shadow: 0px 4px 0px #1F1F1F;
            box-shadow: 0px 4px 0px #1F1F1F;
    display: block; }
    .articleCard-tag--no-border {
      -webkit-box-shadow: none;
              box-shadow: none; }

@media (max-width: 1366px) {
  .articleCard--long {
    padding: 40px 40px 52px 30px; }
  .articleCard--big-long {
    padding: 30px 66px 44px 30px; }
  .articleCard-grid--2 {
    grid-template-columns: 87px 1fr;
    grid-row-gap: 12px; }
  .articleCard-grid__title--2 {
    grid-area: 1 / 2 / 2 / 3; }
  .articleCard-grid__txt--2 {
    grid-area: 2 / 2 / 3 / 3; }
  .articleCard-grid-2 {
    grid-template-columns: 164px 1fr; }
  .articleCard-title--f-27 {
    font-size: 20px; }
  .articleCard-title--big-long {
    font-size: 32px; }
  .articleCard-txt {
    max-width: initial; }
    .articleCard-txt--big {
      -webkit-line-clamp: 5; }
    .articleCard-txt--big-long {
      font-size: 20px;
      -webkit-line-clamp: 2; }
  .articleCard-column__tags {
    left: 20px; } }

@media (max-width: 1024px) {
  .articleCard {
    padding: 30px; }
    .articleCard--column {
      padding: 30px 30px 44px; }
    .articleCard--big-long {
      padding: 30px; }
    .articleCard-grid {
      grid-template-columns: 87px 1fr;
      grid-column-gap: 16px;
      grid-row-gap: 20px; }
      .articleCard-grid__img {
        grid-area: 1 / 1 / 3 / 2;
        align-self: center; }
        .articleCard-grid__img--3 {
          grid-area: 1 / 1 / 3 / 2;
          align-self: initial; }
      .articleCard-grid__tags {
        position: initial;
        grid-area: 1 / 2 / 3 / 3; }
        .articleCard-grid__tags--3 {
          grid-area: 1 / 2 / 2 / 3; }
      .articleCard-grid__title {
        grid-area: 3 / 1 / 4 / 3; }
        .articleCard-grid__title--3 {
          grid-area: 2 / 2 / 3 / 3;
          max-width: 378px; }
      .articleCard-grid__txt {
        grid-area: 4 / 1 / 5 / 3; }
        .articleCard-grid__txt--3 {
          grid-area: 3 / 1 / 4 / 3; }
    .articleCard-grid-2 {
      grid-template-columns: 91px 1fr;
      grid-row-gap: 10px; }
    .articleCard-column__tags {
      left: 30px;
      bottom: -12px; }
    .articleCard-tags {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-bottom: -10px; }
      .articleCard-tags__item {
        margin-bottom: 10px;
        margin-right: 10px; }
        .articleCard-tags__item:last-child {
          margin-bottom: 0;
          margin-right: 0; }
    .articleCard-tags {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      height: 100%; }
      .articleCard-tags--bottom-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; }
        .articleCard-tags--bottom-row .articleCard-tags__item {
          margin: 0; }
        .articleCard-tags--bottom-row .articleCard-tag {
          -webkit-box-shadow: 0px 4px 0px #1F1F1F;
                  box-shadow: 0px 4px 0px #1F1F1F;
          font-size: 16px;
          line-height: 22px;
          padding: 8px 16px; }
    .articleCard-tag {
      border: none;
      -webkit-box-shadow: none;
              box-shadow: none;
      font-size: 14px;
      line-height: 19px;
      padding: 7px 14px; }
    .articleCard-txt {
      -webkit-line-clamp: 4; }
      .articleCard-txt--big {
        font-size: 20px;
        -webkit-line-clamp: 6; }
      .articleCard-txt--big-long {
        font-size: 16px;
        margin-top: 14px; }
    .articleCard-title--f-38 {
      font-size: 28px; }
    .articleCard-title--big-long {
      font-size: 20px; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .articleCard-grid--2 {
    grid-template-columns: 115px 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 10px; }
  .articleCard-grid__tags--2 {
    grid-area: 1 / 2 / 2 / 3; }
  .articleCard-grid__title--2 {
    grid-area: 2 / 2 / 3 / 3; }
  .articleCard-grid__txt--2 {
    grid-area: 3 / 1 / 4 / 3;
    margin-top: 10px; }
  .articleCard-img--2 {
    width: 115px;
    height: 115px; }
  .articleCard-tags--row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; } }

@media (max-width: 767px) {
  .articleCard-grid__img {
    grid-area: 1 / 1 / 2 / 2; }
  .articleCard-grid__tags {
    grid-area: 1 / 2 / 2 / 3;
    align-self: initial; }
  .articleCard-grid__title {
    grid-area: 2 / 1 / 3 / 3; }
  .articleCard-grid__txt {
    grid-area: 3 / 1 / 4 / 3; }
  .articleCard-grid-2 {
    grid-template-columns: 87px 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 20px; }
  .articleCard-column__img {
    margin-bottom: 20px; }
  .articleCard-column__title {
    margin-bottom: 20px; }
  .articleCard-column__tags {
    left: 0;
    right: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .articleCard-title--f-38 {
    font-size: 20px; }
  .articleCard-txt--big {
    font-size: 16px;
    -webkit-line-clamp: 4; }
  .articleCard-txt--big-long {
    margin-top: 0; } }

.intro {
  background: var(--main-gradient);
  background-size: cover;
  border-radius: 0 0 150px 150px;
  padding-top: 80px;
  padding-bottom: 145px;
  position: relative;
  overflow: hidden; }
  .intro::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../../static/images/general/intro-bg.png) 0 0 no-repeat;
    background-size: cover; }
  .intro-decor__item {
    position: absolute; }
  .intro-decor__left {
    left: 81px;
    top: 125px; }
  .intro-decor__right {
    right: 0;
    bottom: 0;
    z-index: 3; }
  .intro-decor__star-1 {
    left: 144px;
    top: 336px; }
  .intro-decor__star-2 {
    top: 68px;
    left: 624px; }
  .intro-decor__star-3 {
    top: 540px;
    right: 65px; }
  .intro-container {
    max-width: 1220px;
    position: relative; }
  .intro-row__right {
    width: 585px;
    padding-top: 24px; }
  .intro-row__left {
    width: calc(100% - 585px);
    padding-right: 32px;
    -ms-flex-item-align: end;
        align-self: flex-end; }
  .intro-left__img {
    margin-bottom: -30px;
    position: relative;
    z-index: 3; }
    .intro-left__img img {
      margin-left: auto;
      margin-right: auto; }
    .intro-left__img-tablet {
      display: none; }
  .intro-card {
    border-bottom: none;
    border-radius: 55px;
    padding: 40px; }
    .intro-card__img {
      padding: 7px;
      border-radius: 28px;
      margin-bottom: 20px; }
    .intro-card__title {
      line-height: 120%;
      margin-bottom: 10px; }
    .intro-card__txt {
      font-size: 20px;
      line-height: 160%;
      opacity: 0.6; }
  .intro-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%; }
    .intro-tabs__contents {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      background: var(--white);
      border-radius: 55px;
      padding-top: 10px;
      padding-bottom: 10px; }
  .intro-list__item {
    position: relative; }
    .intro-list__item:not(:last-child)::after {
      content: "";
      height: 2.5px;
      position: absolute;
      left: 32px;
      right: 32px;
      bottom: 0;
      border-radius: 8px;
      background: var(--gray); }
  .intro-item {
    padding: 30px 40px; }
    .intro-item__title {
      line-height: 120%;
      margin-bottom: 10px; }
    .intro-item__txt {
      line-height: 160%;
      opacity: 0.6; }

@media (max-width: 1366px) {
  .intro {
    padding-bottom: 125px; }
    .intro::before {
      background: url(../../static/images/general/intro-bg-x.png) 0 0 no-repeat;
      background-size: cover; }
    .intro-container {
      max-width: 950px; }
    .intro-decor__left {
      max-width: 141px;
      top: 160px;
      left: 54px; }
    .intro-decor__right {
      max-width: 265px; }
    .intro-decor__star-1 {
      left: 64px;
      top: 442px; }
    .intro-decor__star-2 {
      top: 104px;
      left: 412px; }
    .intro-decor__star-3 {
      top: 560px;
      right: 54px; }
    .intro-row__right {
      width: 472px; }
    .intro-row__left {
      width: calc(100% - 472px);
      padding-right: 20px; }
    .intro-tabs__contents {
      padding-top: 0; }
    .intro-item {
      padding: 30px; }
    .intro-card {
      padding: 30px; }
      .intro-card__img img {
        max-width: 126px; }
    .intro-left__img {
      margin-bottom: -22px; }
      .intro-left__img img {
        max-width: 326px; } }

@media (max-width: 1024px) {
  .intro {
    padding-top: 100px;
    border-radius: 0 0 100px 100px; }
    .intro::before {
      background: url(../../static/images/general/intro-bg-t.png) 0 0 no-repeat;
      background-size: cover; }
    .intro-container {
      max-width: 642px; }
    .intro-row__right {
      width: 300px;
      padding-top: 0; }
    .intro-row__left {
      width: calc(100% - 300px);
      padding-right: 12px; }
    .intro-left__img {
      margin-bottom: -30px; }
      .intro-left__img-desctop {
        display: none; }
      .intro-left__img-tablet {
        display: block; }
    .intro-item {
      padding: 30px 26px 30px 30px; }
      .intro-item__title {
        font-size: 20px; }
    .intro-card__title {
      font-size: 24px; }
    .intro-tabs__contents {
      padding-bottom: 0; }
    .intro-decor__left {
      top: 76px;
      left: 58px; }
    .intro-decor__right {
      display: none; }
    .intro-decor__star-2 {
      left: initial;
      top: initial;
      right: 46px;
      bottom: 46px; }
    .intro-decor__star-1 {
      display: none; }
    .intro-decor__star-3 {
      top: 145px;
      right: 464px; } }

@media (max-width: 767px) {
  .intro {
    padding-top: 30px;
    padding-bottom: 50px;
    border-radius: 0 0 80px 80px; }
    .intro::before {
      background: url(../../static/images/general/intro-bg-m.png) 0 0 no-repeat;
      background-size: cover; }
    .intro-container {
      max-width: 364px; }
    .intro-row__left {
      width: 100%;
      padding-right: 0;
      margin-bottom: 20px; }
    .intro-row__right {
      width: 100%; }
    .intro-left__img {
      margin-bottom: -26px; }
      .intro-left__img img {
        max-width: 170px; }
    .intro-decor::before {
      content: url(../../static/images/general/intro-star-4.svg);
      position: absolute;
      top: 28px;
      right: 48px; }
    .intro-decor__left {
      display: none; }
    .intro-decor__star-3 {
      top: 100px;
      left: 44px;
      right: initial;
      bottom: initial; }
      .intro-decor__star-3 img {
        max-width: 26px; }
    .intro-decor__star-2 {
      display: none; }
    .intro-card__title {
      padding-right: 24px; }
    .intro-tabs__contents {
      padding-bottom: 10px; } }

.course-title {
  margin-bottom: 40px; }

.course-txt {
  margin-bottom: 60px; }

.course-list {
  margin-left: -10px;
  margin-right: -10px; }
  .course-list__item {
    padding-left: 10px;
    padding-right: 10px;
    width: calc(100% / 3);
    margin-bottom: 16px; }

.course-card {
  padding: 30px 36px 58px;
  /*height: 100%;*/
  height: 185px;}
  .course-card__img {
    position: absolute;
    right: 30px;
    bottom: 20px; }
  .course-card__title {
    margin-bottom: 16px;
    line-height: 120%;
    word-break: break-all; }
  .course-card__txt {
    line-height: 160%; }

@media (max-width: 1366px) {
  .course-card {
    padding: 30px 36px 26px;
    min-height: 175px; }
    .course-card__img {
      right: 20px;
      bottom: 20px; } }

@media (max-width: 1024px) {
  .course-list__item {
    width: 50%; } }

@media (max-width: 767px) {
  .course-list {
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: -10px; }
    .course-list__item {
      padding-left: 5px;
      padding-right: 5px;
      margin-bottom: 10px; }
  .course-title {
    margin-bottom: 20px; }
  .course-txt {
    margin-bottom: 40px; }
  .course-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px; }
    .course-card__img {
      position: initial;
      width: 44px;
      margin-bottom: 16px; }
    .course-card__title {
      font-size: 20px;
      margin-bottom: 16px; }
    .course-card__txt {
      margin-top: auto;
      font-size: 16px; } }

.news {
  overflow: hidden; }
  .news-title {
    margin-bottom: 60px; }
  .news-slider__slide {
    max-width: 422px;
    height: initial; }
  .news-card {
    height: 100%;
    padding: 30px; }
    .news-card__img {
      width: 87px;
      height: 87px;
      border-radius: 17px;
      overflow: hidden;
      background: var(--gray); }
    .news-card__title {
      width: calc(100% - 87px);
      padding-left: 20px;
      -ms-flex-item-align: center;
          align-self: center;
      line-height: 120%; }
    .news-card__date {
      margin-top: 20px;
      line-height: 160%;
      opacity: 0.6; }

@media (max-width: 1024px) {
  .news-title {
    margin-bottom: 40px; }
  .news-slider__slide {
    max-width: 244px; }
  .news-card {
    padding: 30px 30px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .news-card__group {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-bottom: 20px; }
    .news-card__img {
      margin-bottom: 20px; }
    .news-card__title {
      font-size: 16px;
      width: 100%;
      padding-left: 0; }
    .news-card__date {
      margin-top: auto; } }

@media (max-width: 767px) {
  .news-title {
    margin-bottom: 20px; } }

.category-tabs__contents {
  background: var(--purple);
  color: var(--white);
  padding: 60px 76px 30px 50px;
  position: relative;
  z-index: 21; }
  .category-tabs__contents--white {
    background: var(--white);
    color: var(--black); }
    .category-tabs__contents--white .category-item:hover {
      color: var(--purple); }

.category-tabs__list-item {
  margin-left: -26px; }
  .category-tabs__list-item:nth-child(1) {
    margin-left: 0; }
    .category-tabs__list-item:nth-child(1) .category-tabs__link {
      z-index: 7; }
  .category-tabs__list-item:nth-child(2) {
    margin-left: 0; }
    .category-tabs__list-item:nth-child(2) .category-tabs__link {
      z-index: 6; }
  .category-tabs__list-item:nth-child(3) .category-tabs__link {
    z-index: 5; }
  .category-tabs__list-item:nth-child(4) .category-tabs__link {
    z-index: 4; }
  .category-tabs__list-item:nth-child(5) .category-tabs__link {
    z-index: 3; }
  .category-tabs__list-item:nth-child(6) .category-tabs__link {
    z-index: 2; }
  .category-tabs__list-item:nth-child(7) .category-tabs__link {
    z-index: 1; }

.category-tabs__link {
  position: relative;
  z-index: 3; }
  .category-tabs__link svg {
    fill: var(--white); }
  .category-tabs__link.selected {
    color: var(--white);
    z-index: 19 !important; }
    .category-tabs__link.selected svg {
      fill: var(--purple); }
    .category-tabs__link.selected .category-tabs__link-bg--inner svg {
      fill: var(--white); }
  .category-tabs__link-bg--inner svg {
    fill: var(--gray); }
  .category-tabs__link-bg--inner.selected svg {
    fill: var(--white); }
  .category-tabs__link-txt {
    background: none; }

.category-row {
  margin-left: -45px;
  margin-right: -45px;
  margin-bottom: -30px; }
  .category-row__col {
    width: 50%;
    padding-left: 45px;
    padding-right: 45px;
    margin-bottom: 30px; }
    .category-row__col:nth-last-child(2) .category-item::after, .category-row__col:nth-last-child(1) .category-item::after {
      background: transparent; }

.category-list__item {
  margin-bottom: 30px; }
  .category-list__item:last-child {
    margin-bottom: 0; }

.category-item {
  position: relative;
  height: 100%;
  padding-bottom: 30px; }
  .category-item::after {
    content: "";
    height: 2.5px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--gray);
    opacity: 0.3;
    border-radius: 8px; }
  .category-item__grid {
    display: grid;
    grid-template-columns: 1fr 102px;
    grid-column-gap: 34px;
    grid-row-gap: 10px; }
    .category-item__grid-title {
      grid-area: 1 / 1 / 2 / 2; }
    .category-item__grid-date {
      grid-area: 2 / 1 / 3 / 2; }
    .category-item__grid-img {
      grid-area: 1 / 2 / 3 / 3; }
  .category-item__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .category-item__inner-right {
      width: 102px; }
    .category-item__inner-left {
      width: calc(100% - 102px);
      padding-right: 34px; }
  .category-item__img {
    border-radius: 17px;
    overflow: hidden; }
  .category-item__title {
    line-height: 120%; }
    .category-item__title:hover {
      color: var(--yellow); }
    .category-item__title--blue:hover {
      color: var(--purple); }
  .category-item__date {
    opacity: 0.6;
    -webkit-transition: color .2s linear;
    -o-transition: color .2s linear;
    transition: color .2s linear; }

@media (max-width: 1366px) {
  .category-tabs__list {
    margin-bottom: -85px; }
    .category-tabs__list-item {
      margin-right: 11px; }
      .category-tabs__list-item:nth-child(1) {
        margin-right: 3px; }
  .category-tabs__link {
    font-size: 16px; }
    .category-tabs__link-txt {
      width: 129px;
      height: 37px;
      padding-top: 15px; }
    .category-tabs__link-bg--first {
      width: 168px;
      min-width: 168px;
      height: 87px; }
    .category-tabs__link-bg--second {
      width: 171px;
      min-width: 171px;
      height: 65px; }
  .category-tabs__contents {
    padding: 50px 38px 35px 50px; }
  .category-row {
    margin-left: -25px;
    margin-right: -25px; }
    .category-row__col {
      padding-left: 25px;
      padding-right: 25px; }
  .category-item__grid {
    grid-column-gap: 16px; }
  .category-item__title {
    font-size: 21px; } }

@media (max-width: 1024px) {
  .category-row {
    margin-bottom: -60px; }
    .category-row__col {
      width: 100%; }
      .category-row__col:nth-child(even) {
        display: none; }
  .category-tabs__list {
    margin-bottom: -90px; }
    .category-tabs__list-item {
      margin-right: 21px; }
      .category-tabs__list-item:nth-child(1) {
        margin-right: -4px; }
  .category-tabs__contents {
    padding: 50px; }
  .category-tabs__link {
    font-size: 14px; }
    .category-tabs__link-txt {
      height: 32px; }
      .category-tabs__link-txt--86 {
        width: 86px;
        min-width: 86px; }
      .category-tabs__link-txt--84 {
        width: 84px;
        min-width: 84px; }
      .category-tabs__link-txt--64 {
        width: 64px;
        min-width: 64px; }
      .category-tabs__link-txt--62 {
        width: 62px;
        min-width: 62px; }
    .category-tabs__link-bg--first {
      width: 109px;
      min-width: 109px;
      height: 108px;
      left: 0; }
    .category-tabs__link-bg--second {
      height: 50px; }
    .category-tabs__link-bg--110 {
      width: 110px;
      min-width: 110px; }
    .category-tabs__link-bg--100 {
      width: 100px;
      min-width: 100px; }
    .category-tabs__link-bg--135 {
      width: 135px;
      min-width: 135px; }
    .category-tabs__link-bg--120 {
      width: 120px;
      min-width: 120px; }
  .category-item__grid {
    grid-column-gap: 24px; } }

@media (max-width: 767px) {
  .category-tabs {
    background: var(--purple);
    border-radius: 55px;
    padding: 40px 30px; }
    .category-tabs__contents {
      border-radius: 0;
      background: none;
      padding: 0; }
    .category-tabs__list {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-bottom: 30px;
      min-height: initial; }
      .category-tabs__list-item {
        margin-right: 5px !important;
        margin-left: 0;
        margin-bottom: 10px; }
    .category-tabs__link {
      font-weight: 600;
      font-size: 12px;
      line-height: 16px; }
      .category-tabs__link.selected {
        color: var(--white); }
        .category-tabs__link.selected .lab-bg {
          background: #CEDCFF; }
        .category-tabs__link.selected .troubleshooting-bg {
          background: #FFF3B4; }
        .category-tabs__link.selected .how-to-bg {
          background: #CBFBBA; }
        .category-tabs__link.selected .useful-bg {
          background: #ACEBFF; }
        .category-tabs__link.selected .news-bg {
          background: #E0D1FF; }
        .category-tabs__link.selected .reviews-bg {
          background: #FFDAA3; }
        .category-tabs__link.selected .theory-bg {
          background: #F8CEFF; }
        .category-tabs__link.selected .devops-bg {
          background: #001AFF; }
        .category-tabs__link.selected .dev-bg {
          background: #00C7BA; }
        .category-tabs__link.selected .networks-bg {
          background: #00AAFC; }
        .category-tabs__link.selected .voip-bg {
          background: #BD89FF; }
        .category-tabs__link.selected .security-bg {
          background: #1CA8DC; }
        .category-tabs__link.selected .qa-bg {
          background: #FF56BB; }
          .category-tabs__link.selected .qa-bg:not(.in-active) {
            color: var(--white); }
        .category-tabs__link.selected .servers-bg {
          background: #FF922D; }
        .category-tabs__link.selected .career-bg {
          background: #605DEC; }
        .category-tabs__link.selected .sale-bg {
          background: #FF2155; }
      .category-tabs__link-bg {
        display: none; }
      .category-tabs__link-txt {
        width: auto;
        height: auto;
        padding: 6px 12px;
        min-width: initial;
        background: var(--gray);
        border-radius: 24px; }
  .category-row {
    margin-bottom: -40px; }
    .category-row__col {
      margin-bottom: 20px; }
  .category-item {
    padding-bottom: 20px; }
    .category-item__grid {
      grid-template-columns: 87px 1fr;
      grid-column-gap: 20px;
      grid-row-gap: 10px; }
      .category-item__grid-img {
        grid-area: 1 / 1 / 2 / 2; }
      .category-item__grid-date {
        grid-area: 1 / 2 / 2 / 3;
        align-self: center; }
      .category-item__grid-title {
        grid-area: 2 / 1 / 3 / 3; }
    .category-item__date {
      font-size: 16px; }
    .category-item__title {
      font-size: 20px; } }

.additionally-list {
  margin-left: -12px;
  margin-right: -12px; }
  .additionally-list__item {
    padding-left: 12px;
    padding-right: 12px;
    width: 50%; }

@media (max-width: 1024px) {
  .additionally-list {
    margin-left: -10px;
    margin-right: -10px; }
    .additionally-list__item {
      padding-left: 10px;
      padding-right: 10px; } }

@media (max-width: 767px) {
  .additionally-list__item {
    width: 100%;
    margin-bottom: 35px; }
    .additionally-list__item:last-child {
      margin-bottom: 0; } }

.subscription-content {
  background: var(--main-gradient);
  border-radius: 78px;
  padding: 80px 94px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 160px; }
  .subscription-content__right {
    width: 413px; }
  .subscription-content__left {
    width: calc(100% - 413px);
    padding-right: 25px;
    padding-top: 4px; }

.subscription-decor__item {
  position: absolute; }
  .subscription-decor__item--1 {
    left: 46px;
    bottom: 36px; }
  .subscription-decor__item--2 {
    left: 698px;
    top: 53px; }
  .subscription-decor__item--3 {
    right: 58px;
    bottom: 58px; }

.subscription-info {
  color: var(--white); }

.subscription-title {
  margin-bottom: 20px;
  line-height: 110%; }

.subscription-txt {
  line-height: 160%; }

.subscription-form__input {
  border: 1px solid var(--border-gray);
  border-radius: 16px;
  -webkit-box-shadow: 0px 4px 0px #1F1F1F;
          box-shadow: 0px 4px 0px #1F1F1F;
  display: block;
  width: 100%;
  height: 56px;
  padding: 0 20px; }
  .subscription-form__input-wrapper {
    margin-bottom: 20px; }

.subscription-form__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.subscription-form__btn {
  background: var(--yellow);
  padding: 15px 54px;
  -webkit-box-shadow: 0px 4px 0px #1F1F1F;
          box-shadow: 0px 4px 0px #1F1F1F;
  border-radius: 16px;
  line-height: 20px;
  white-space: nowrap; }

.subscription-form__txt {
  margin-left: 16px;
  font-size: 14px;
  line-height: 16px;
  color: var(--white);
  opacity: 0.8; }

@media (max-width: 1366px) {
  .subscription-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 80px; }
    .subscription-content__left {
      width: 100%;
      padding-right: 0;
      padding-top: 0;
      margin-bottom: 40px; }
    .subscription-content__right {
      width: 100%; }
  .subscription-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .subscription-form__input-wrapper {
      width: 350px;
      margin-bottom: 0; }
    .subscription-form__group {
      width: calc(100% - 350px);
      padding-left: 15px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .subscription-form__btn {
      padding: 18px 50px; }
  .subscription-decor__item--1 {
    left: 36px; }
  .subscription-decor__item--2 {
    top: 38px;
    left: 654px; }
  .subscription-decor__item--3 {
    bottom: 158px;
    right: 40px; } }

@media (max-width: 1024px) {
  .subscription-content {
    padding: 96px 60px 86px; }
  .subscription-form {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .subscription-form__input-wrapper {
      width: 100%;
      margin-bottom: 24px; }
    .subscription-form__group {
      width: 100%;
      padding-left: 0; }
    .subscription-form__btn {
      padding: 18px 74px; }
  .subscription-title {
    font-size: 28px;
    margin-bottom: 27px; }
  .subscription-txt {
    font-size: 18px; }
  .subscription-decor__item--1 {
    left: 26px; }
  .subscription-decor__item--2 {
    right: 44px;
    left: initial;
    top: 46px; }
  .subscription-decor__item--3 {
    bottom: 82px;
    right: 52px; } }

@media (max-width: 767px) {
  .subscription-content {
    padding: 40px 30px;
    border-radius: 55px; }
    .subscription-content__left {
      margin-bottom: 20px; }
  .subscription-title {
    font-size: 20px;
    max-width: 204px;
    margin-bottom: 20px; }
  .subscription-txt {
    font-size: 16px; }
  .subscription-form__group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .subscription-form__group-left {
      width: 100%; }
  .subscription-form__btn {
    width: 100%;
    padding: 18px; }
  .subscription-form__txt {
    margin-left: 0;
    margin-top: 14px; }
  .subscription-form__input-wrapper {
    margin-bottom: 12px; }
  .subscription-decor__item--1, .subscription-decor__item--3 {
    display: none; }
  .subscription-decor__item--2 {
    max-width: 40px;
    top: 32px;
    right: 40px; } }

.mainArticles-list {
  margin-left: -10px;
  margin-right: -10px; }
  .mainArticles-list--mb-0 {
    margin-bottom: 0 !important; }
  .mainArticles-list__item {
    padding-left: 10px;
    padding-right: 10px;
    width: calc(100% / 3);
    margin-bottom: 42px; }
    .mainArticles-list__item--50 {
      width: 50%; }
    .mainArticles-list__item--100 {
      width: 100%;
      margin-bottom: 50px; }
      .mainArticles-list__item--100:last-child {
        margin-bottom: 0; }

.mainArticles-foot {
  margin-top: 40px;
  text-align: center; }

.mainArticles-more {
  display: inline-block;
  padding: 14px 38px;
  background: var(--purple);
  -webkit-box-shadow: 0px 4px 0px #000000;
          box-shadow: 0px 4px 0px #000000;
  border-radius: 16px;
  line-height: 20px;
  color: var(--white); }
  .mainArticles-more:hover {
    -webkit-box-shadow: none;
            box-shadow: none; }

@media (max-width: 1366px) {
  .mainArticles-list__item {
    width: 50%; }
    .mainArticles-list__item--50:last-child {
      width: 100%; }
    .mainArticles-list__item--100 {
      width: 100%; }
  .mainArticles-foot {
    margin-top: 24px; } }

@media (max-width: 1024px) {
  .mainArticles-list {
    margin-bottom: -24px; }
    .mainArticles-list__item {
      margin-bottom: 24px; }
      .mainArticles-list__item--100 {
        margin-bottom: 16px; }
  .mainArticles-foot {
    margin-top: 60px; } }

@media (max-width: 767px) {
  .mainArticles-list {
    margin-bottom: -10px; }
    .mainArticles-list__item {
      width: 100%;
      margin-bottom: 10px; }
  .mainArticles-foot {
    margin-top: 30px; }
  .mainArticles-more {
    width: 100%;
    padding: 18px; } }

.categorySlider {
  background: var(--purple);
  border-radius: 150px;
  padding-top: 120px;
  padding-bottom: 130px;
  overflow: hidden;
  position: relative; }
  .categorySlider__controls {
    margin-bottom: 60px; }
  .categorySlider-slider {
    overflow: hidden;
    padding-bottom: 24px;
    -webkit-animation: moveAndBounce 1s ease-in-out;
            animation: moveAndBounce 1s ease-in-out; }
  .categorySlider-list {
    margin-left: -10px;
    margin-right: -10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .categorySlider-list__item {
      width: calc(100% / 3);
      padding-left: 10px;
      padding-right: 10px; }
  .categorySlider-btn {
    font-weight: 700;
    font-size: 56px;
    line-height: 110%;
    color: var(--white);
    text-transform: uppercase;
    opacity: 0.3; }
    .categorySlider-btn.active {
      padding-right: 68px;
      padding-left: 68px;
      opacity: 1; }
  .categorySlider-controls.offset {
    -webkit-transform: translateX(-68px);
        -ms-transform: translateX(-68px);
            transform: translateX(-68px); }
  .categorySlider-controls__item {
    width: auto; }
    .categorySlider-controls__item:nth-child(1) {
      padding-left: 0 !important; }
      .categorySlider-controls__item:nth-child(1) .categorySlider-btn {
        padding-left: 0; }
    .categorySlider-controls__item:nth-last-child(1) {
      padding-right: 0 !important; }
  .categorySlider-button {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: var(--yellow);
    position: fixed;
    position: absolute;
    top: 462px;
    top: 128px;
    z-index: 9;
    -webkit-transition: .25s linear, opacity 0s;
    -o-transition: .25s linear, opacity 0s;
    transition: .25s linear, opacity 0s;
    visibility: visible;
    opacity: 1; }
    .categorySlider-button img {
      margin: auto; }
    .categorySlider-button[aria-disabled="true"] {
      visibility: hidden;
      opacity: 0; }
  .categorySlider-next {
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%); }

@-webkit-keyframes moveLeftBounce {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  50% {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px); }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@keyframes moveLeftBounce {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  50% {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px); }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@-webkit-keyframes moveRightBounce {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  50% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px); }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@keyframes moveRightBounce {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  50% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px); }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

.swiper-left {
  -webkit-animation: moveLeftBounce .6s linear;
          animation: moveLeftBounce .6s linear; }

.swiper-right {
  -webkit-animation: moveRightBounce .6s linear;
          animation: moveRightBounce .6s linear; }

@media (max-width: 1366px) {
  .categorySlider-list__item {
    width: 50%; }
    .categorySlider-list__item:nth-child(n + 3) {
      display: none; } }

@media (max-width: 1024px) {
  .categorySlider {
    border-radius: 100px;
    padding-top: 100px;
    padding-bottom: 100px; }
    .categorySlider-btn {
      font-size: 48px; }
    .categorySlider-slider {
      padding-bottom: 0; }
    .categorySlider-button {
      top: 104px; } }

@media (max-width: 767px) {
  .categorySlider {
    border-radius: 80px;
    padding: 60px 0; }
    .categorySlider-list__item {
      width: 100%; }
      .categorySlider-list__item:nth-child(n + 2) {
        display: none; }
    .categorySlider-btn {
      font-size: 32px; }
      .categorySlider-btn.active {
        padding-right: 50px;
        padding-left: 50px;
        opacity: 1; }
    .categorySlider__controls {
      margin-bottom: 40px; }
    .categorySlider-button {
      width: 36px;
      height: 36px;
      top: 60px; }
      .categorySlider-button img {
        width: 20px; }
    .categorySlider-controls.offset {
      -webkit-transform: translateX(-50px);
          -ms-transform: translateX(-50px);
              transform: translateX(-50px); }
    .categorySlider-controls__item {
      width: auto; }
      .categorySlider-controls__item:nth-child(1) {
        padding-left: 0 !important; }
        .categorySlider-controls__item:nth-child(1) .categorySlider-btn {
          padding-left: 0; }
      .categorySlider-controls__item:nth-last-child(1) {
        padding-right: 0 !important; } }

.direction-title {
  margin-bottom: 60px; }

.direction-links {
  margin-bottom: 50px;
  margin-right: -12px; }
  .direction-links__item {
    margin-right: 10px;
    margin-bottom: 10px; }

.direction-link {
  display: block;
  padding: 8px 16px;
  font-size: 16px;
  line-height: 22px;
  border-radius: 24px; }
  .direction-link.in-active {
    background: var(--gray); }
  .direction-link.qa-bg:not(.in-active) {
    color: var(--white); }
.direction-link.devops-bg:not(.in-active) {
  color: var(--white); }
.direction-link.dev-bg:not(.in-active) {
  color: var(--white); }
.direction-link.networks-bg:not(.in-active) {
  color: var(--white); }
.direction-link.voip-bg:not(.in-active) {
  color: var(--white); }
.direction-link.security-bg:not(.in-active) {
  color: var(--white); }
.direction-link.servers-bg:not(.in-active) {
  color: var(--white); }
.direction-link.career-bg:not(.in-active) {
  color: var(--white); }

@media (max-width: 1366px) {
  .direction-title {
    margin-bottom: 40px; }
  .direction-links {
    margin-bottom: 40px; } }

@media (max-width: 1024px) {
  .direction-links {
    margin-bottom: 30px; } }

@media (max-width: 767px) {
  .direction-title {
    margin-bottom: 20px; }
  .direction-links {
    margin-bottom: 20px; } }

.searchPage-head {
  margin-bottom: 60px; }

.searchPage-title {
  margin-bottom: 10px; }

.searchPage-txt {
  font-size: 27px;
  line-height: 160%; }

.searchPage-result__title {
  font-weight: normal;
  margin-bottom: 20px; }

@media (max-width: 1366px) {
  .searchPage-head {
    margin-bottom: 50px; }
  .searchPage-result__title {
    font-size: 46px; }
  .searchPage-result__txt {
    font-size: 24px; } }

@media (max-width: 1024px) {
  .searchPage {
    margin-bottom: 80px; } }

@media (max-width: 767px) {
  .searchPage-head {
    margin-bottom: 30px; }
  .searchPage-txt {
    font-size: 20px; }
  .searchPage-result__title {
    font-size: 32px; }
  .searchPage-result__txt {
    font-size: 20px; } }

.article {
  /* overflow-x: hidden; */
}
  .article-parts {
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 40px; }
    .article-parts__col {
      padding-left: 20px;
      padding-right: 20px;
      width: 25%;
      margin-bottom: 20px; }
    .article-parts__item {
      line-height: 160%;
      opacity: 0.7; }
      .article-parts__item--active {
        color: var(--purple);
        opacity: 1;
        font-weight: bold; }
  .article-tags__item {
    margin-right: 10px; }
  .article-head {
    display: grid;
    grid-template-columns: 186px 1fr;
    grid-template-rows: auto 1fr;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-bottom: 40px; }
    .article-head__tags {
      grid-area: 1 / 1 / 2 / 3; }
    .article-head__left {
      grid-area: 2 / 1 / 3 / 2;
      align-self: center; }
    .article-head__right {
      grid-area: 2 / 2 / 3 / 3; }
    .article-head__img {
      border-radius: 17px;
      overflow: hidden; }
  .article-item {
    margin-bottom: 40px; }
    .article-item:last-child {
      margin-bottom: 0; }
    .article-item > *:last-child {
      margin-bottom: 0; }
  .article-img {
    padding: 40px 0;
    margin-bottom: 24px; }
    .article-img img {
      margin-left: auto;
      margin-right: auto;
      border-radius: 34px; }
  .article-course {
    padding: 20px 0; }
    .article-course--pt-0 {
      padding-top: 0; }
  .article-tabs .tabs-link {
    color: var(--main); }
  .article-tabs .selected {
    color: var(--main); }
  .article-foot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 20px;
    padding-bottom: 40px; }
    .article-foot__left {
      padding: 40px 0; }
    .article-foot__tags {
      margin-bottom: 0; }
  .article-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .article-controls__item {
      margin-right: 20px; }
      .article-controls__item:last-child {
        margin-right: 0; }
    .article-controls__btn {
      width: 79px;
      height: 79px;
      background: var(--white);
      border-radius: 50%;
      fill: var(--dark-gray); }
      .article-controls__btn .icon-like, .article-controls__btn .icon-dislike {
        width: 26px;
        height: 30px; }
      .article-controls__btn .icon-share {
        width: 32px;
        height: 27px; }
      .article-controls__btn:hover {
        fill: var(--purple); }
      .article-controls__btn.active {
        background: var(--purple);
        fill: var(--yellow); }
  .article-more__title {
    color: #001AFF;
    margin-bottom: 60px; }
  .article-more__slider {
    padding-bottom: 20px; }
    .article-more__slider-slide {
      max-width: 444px;
      height: initial; }
  .article-comments {
    padding-top: 60px; }
    .article-comments__btn {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 34px;
      font-size: 28px;
      line-height: 20px;
      background: var(--gray);
      border-radius: 16px; }
  .article p, .article ul, .article ol {
    font-size: 27px;
    line-height: 160%;
    margin-bottom: 24px; }
  .article h2 {
    font-weight: 700;
    font-size: 38px;
    line-height: 110%;
    margin-bottom: 24px; }

.courseBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: var(--white);
  border: 1px solid var(--border-gray);
  border-radius: 34px;
  overflow: hidden; }
  .courseBlock__right {
    width: 336px;
    background: var(--purple);
    color: var(--white);
    padding-left: 50px; }
    .courseBlock__right-inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: 100%; }
  .courseBlock__left {
    width: calc(100% - 336px);
    padding: 50px 90px 54px 50px; }
  .courseBlock__grid {
    display: grid;
    grid-template-columns: 200px 1fr;
    grid-template-rows: auto 1fr;
    grid-column-gap: 70px;
    grid-row-gap: 24px; }
    .courseBlock__grid-img {
      grid-area: 1 / 1 / 5 / 2;
      align-self: center; }
    .courseBlock__grid-tags {
      grid-area: 1 / 2 / 2 / 3; }
    .courseBlock__grid-title {
      grid-area: 2 / 2 / 3 / 3; }
    .courseBlock__grid-txt {
      grid-area: 3 / 2 / 4 / 3; }
    .courseBlock__grid-link {
      grid-area: 4 / 2 / 5 / 3; }
  .courseBlock-tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .courseBlock-tags__item {
      margin-right: 10px; }
  .courseBlock-tag {
    color: var(--white);
    font-weight: normal;
    font-size: 16px;
    line-height: 110%; }
  .courseBlock-title {
    font-size: 32px;
    line-height: 110%; }
  .courseBlock-txt {
    font-size: 16px;
    line-height: 160%; }
  .courseBlock-btn {
    padding: 14px 44px;
    font-size: 16px;
    line-height: 20px; }
  .courseBlock-info__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 20px;
    line-height: 160%;
    margin-bottom: 20px; }
    .courseBlock-info__item:last-child {
      margin-bottom: 0px; }
    .courseBlock-info__item-icon {
      width: 50px;
      height: 50px;
      background: var(--white);
      border-radius: 50%; }
    .courseBlock-info__item-txt {
      width: calc(100% - 50px);
      padding-left: 20px; }

@media (max-width: 1366px) {
  .article-parts {
    margin-left: -15px;
    margin-right: -15px; }
    .article-parts__col {
      padding-left: 15px;
      padding-right: 15px; }
  .article-head {
    margin-right: -20px;
    grid-column-gap: 30px; }
  .courseBlock__right {
    width: 250px;
    padding-left: 40px; }
  .courseBlock__left {
    width: calc(100% - 250px);
    padding: 50px 30px 54px 30px; }
  .courseBlock__grid {
    grid-template-columns: 150px 1fr;
    grid-template-rows: auto 1fr;
    grid-column-gap: 30px; }
  .courseBlock-tag {
    white-space: nowrap; }
  .courseBlock-title span {
    display: block; }
  .courseBlock-txt {
    font-size: 16px; } }

@media (max-width: 1024px) {
  .article-parts {
    margin-left: -13px;
    margin-right: -13px; }
    .article-parts__col {
      padding-left: 13px;
      padding-right: 13px; }
    .article-parts__item {
      font-size: 14px; }
  .article-tags {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .article-tags__item {
      margin-bottom: 10px; }
      .article-tags__item:last-child {
        margin-bottom: 0; }
  .article-head {
    grid-template-columns: 156px 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px; }
    .article-head__left {
      grid-area: 1 / 1 / 2 / 2;
      align-self: initial; }
    .article-head__tags {
      grid-area: 1 / 2 / 2 / 3;
      align-self: center; }
    .article-head__right {
      grid-area: 2 / 1 / 3 / 3; }
  .article-img {
    padding: 30px 0; }
  .article-course {
    padding-top: 0;
    padding-bottom: 30px; }
  .article-tabs .category-tabs__list-item {
    margin-right: 34px; }
    .article-tabs .category-tabs__list-item:first-child {
      margin-right: 0; }
  .article-foot {
    padding: 30px 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .article-foot__left {
      padding: 0; }
    .article-foot__tags {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
  .article-comments {
    padding-top: 30px; }
  .article-controls__btn {
    width: 60px;
    height: 60px; }
    .article-controls__btn .icon-like, .article-controls__btn .icon-dislike {
      width: 20px;
      height: 23px; }
    .article-controls__btn .icon-share {
      width: 24px;
      height: 21px; }
  .article-more__slider {
    padding-bottom: 0; }
    .article-more__slider-slide {
      max-width: 290px; }
  .article h2 {
    font-size: 32px; }
  .courseBlock {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .courseBlock-wrapper {
      position: relative;
      padding-bottom: 80px; }
    .courseBlock__grid {
      display: grid;
      grid-column-gap: 40px;
      grid-row-gap: 16px; }
      .courseBlock__grid-img {
        grid-area: 1 / 1 / 5 / 2;
        align-self: center; }
      .courseBlock__grid-tags {
        grid-area: 1 / 2 / 2 / 3; }
      .courseBlock__grid-title {
        grid-area: 2 / 2 / 3 / 3; }
      .courseBlock__grid-txt {
        grid-area: 3 / 2 / 4 / 3; }
      .courseBlock__grid-link {
        grid-area: 4 / 2 / 5 / 3; }
    .courseBlock__left {
      width: 100%;
      padding: 40px 50px 24px 40px; }
    .courseBlock__right {
      width: 100%;
      padding: 28px 6px; }
    .courseBlock-tag {
      font-size: 12px;
      padding: 6px 12px; }
    .courseBlock-title {
      font-size: 28px; }
    .courseBlock-btn {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      text-align: center;
      padding: 18px; }
    .courseBlock-info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 100%; }
      .courseBlock-info__item {
        margin: 0 12px; }
        .courseBlock-info__item:first-child {
          margin-left: 0; }
        .courseBlock-info__item:last-child {
          margin-right: 0; }
        .courseBlock-info__item-icon {
          width: 40px;
          height: 40px; }
          .courseBlock-info__item-icon img {
            -webkit-transform: scale(0.8);
                -ms-transform: scale(0.8);
                    transform: scale(0.8); }
        .courseBlock-info__item-txt {
          width: calc(100% - 40px);
          padding-left: 15px; } }

@media (max-width: 767px) {
  .article-parts {
    margin-bottom: 20px; }
    .article-parts__col {
      width: 50%; }
    .article-parts__item {
      font-size: 10px; }
  .article-head {
    grid-template-columns: 120px 1fr;
    grid-column-gap: 20px;
    margin-bottom: 20px; }
  .article-tags .tag {
    font-size: 12px;
    line-height: 16px;
    padding: 6px 12px; }
  .article-item {
    margin-bottom: 20px; }
  .article-course {
    padding-bottom: 20px; }
    .article-course--pt-0 {
      padding-top: 20px; }
  .article-img {
    padding: 20px 0;
    margin-bottom: 24px; }
    .article-img img {
      border-radius: 16px; }
  .article-tabs {
    background: var(--white); }
  .article-foot {
    padding-top: 20px;
    padding-bottom: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .article-foot__left {
      width: 100%;
      margin-bottom: 30px; }
    .article-foot__right {
      width: 100%; }
  .article-controls {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .article-controls__item {
      margin-right: 30px; }
  .article-more {
    padding-top: 20px; }
    .article-more__title {
      margin-bottom: 30px; }
    .article-more__slider {
      padding-bottom: 0; }
      .article-more__slider-slide {
        max-width: 324px; }
  .article-comments {
    padding-top: 20px; }
  .article p, .article ul, .article ol {
    font-size: 20px; }
  .article h2 {
    font-size: 26px; }
  .courseBlock__left {
    padding: 30px 30px 14px; }
  .courseBlock__right {
    padding: 20px 4px; }
  .courseBlock__grid {
    grid-template-columns: 96px 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px; }
    .courseBlock__grid-img {
      grid-area: 1 / 1 / 2 / 2; }
    .courseBlock__grid-tags {
      grid-area: 1 / 2 / 2 / 3; }
    .courseBlock__grid-title {
      grid-area: 2 / 1 / 3 / 3; }
    .courseBlock__grid-txt {
      grid-area: 3 / 1 / 4 / 3; }
  .courseBlock-tags {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
    .courseBlock-tags__item {
      margin-bottom: 10px; }
      .courseBlock-tags__item:last-child {
        margin-bottom: 0; }
  .courseBlock-title {
    margin-top: 14px; }
  .courseBlock-info__item {
    -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;
    font-size: 16px; }
    .courseBlock-info__item-txt {
      width: 100%;
      padding-left: 0;
      margin-top: 4px; } }

.pagination-block{
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
}

.pagination-block a {
  display: inline-block;
  padding: 10px 20px;
  background: var(--purple);
  -webkit-box-shadow: 0px 4px 0px #000000;
  box-shadow: 0px 4px 0px #000000;
  border-radius: 16px;
  line-height: 20px;
  color: var(--white); }
.pagination-block a:hover {
  -webkit-box-shadow: none;
  box-shadow: none; }
.pagination-disabled{
  display: none !important;
}
.pagination-active{
  font-weight: 900;
  background: var(--yellow)!important;
  color: var(--main)!important;
}

@media (max-width: 767px) {
  .pagination-block a{
    padding: 5px 10px;
  }
}

.articleCard-tag:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.table-wrapper {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto
}

table {
  margin: 0 0 2em;
  width: 100%
}

table tbody tr {
  border: solid 1px rgba(160,160,160,.3);
  border-left: 0;
  border-right: 0
}

table tbody tr:nth-child(2n+1) {
  background-color: rgba(160,160,160,.075)
}

table td {
  padding: .75em
}

table th {
  color: #3c3b3b;
  font-size: .9em;
  font-weight: 700;
  padding: 0 .75em .75em;
  text-align: left
}

table thead {
  border-bottom: solid 2px rgba(160,160,160,.3)
}

table tfoot {
  border-top: solid 2px rgba(160,160,160,.3)
}

table.alt {
  border-collapse: separate
}

table.alt tbody tr td {
  border: solid 1px rgba(160,160,160,.3);
  border-left-width: 0;
  border-top-width: 0
}

table.alt tbody tr td:first-child {
  border-left-width: 1px
}

table.alt tbody tr:first-child td {
  border-top-width: 1px
}

table.alt thead {
  border-bottom: 0
}

table.alt tfoot {
  border-top: 0
}

@media (max-width: 767px) {
  .article table p {
    font-size: 16px;
  }

  table td {
    padding: 0.2em;
  }
}

.article h3 {
  font-weight: 700;
  font-size: 38px;
  line-height: 110%;
  margin-bottom: 24px;
  margin-top: 24px;
}

.article h4 {
  font-weight: 700;
  font-size: 30px;
  line-height: 110%;
  margin-bottom: 24px;
  margin-top: 50px;
}

.article h5 {
  font-weight: 700;
  font-size: 24px;
  line-height: 110%;
  margin-bottom: 24px;
  margin-top: 50px;
}

.article-item p a {
  text-decoration: underline;
}

.article-item a img{
  padding: 40px 0;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 34px;
  max-width: 80%;
}

@media (max-width: 767px) {
  .article-item a img{
    max-width: 100%;
  }
}

blockquote{
  border-left: solid 4px rgba(160,160,160,.3);
  font-style: italic;
  margin: 0 0 2em;
  padding: 0.5em 0 0.5em 2em;
  font-size: 22px;
}

.color-white{
  color: var(--white);
}

#subscription-success{
  display: none;
  font-size: 28px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
}

.searchPage-quantity{
  margin-bottom: 20px;
}

.header__logo{
  z-index: 1;
}

.z-index-0{
  z-index: 0;
}

.article-content{
  font-size: 27px;
  line-height: 160%;
}

@media (max-width: 767px) {
  .article-content {
    font-size: 20px;
  }
}

.popup {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* The actual popup */
.popup .popuptext {
  visibility: hidden;
  width: 160px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -80px;
}

/* Popup arrow */
.popup .popuptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Toggle this class - hide and show the popup */
.popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}


/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity:1 ;}
}