@charset "UTF-8";

/*! 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;
  font-family: "Montserrat";
  font-size: 16px;
  line-height: 26px;
  overflow-x: hidden;
  color: #42424C;
  background-color: #F8F8F8;
}

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

/**
 * 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-top: 0;
  margin-bottom: 0.67em;
}

p {
  margin-top: 0;
  margin-bottom: 0.67em;
}

menu {
  margin: 0;
  padding: 0;
}

figure {
  margin: 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;
  text-decoration: none;
  transition: all 300ms;
}

/**
 * 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;
  max-width: 100%;
  height: auto;
}

/* 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 */
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}

/**
 * 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;
}

/**
  Fonts
 */

@font-face {
  font-family: "Montserrat";
  src: url(../fonts/Montserrat-Bold.ttf?bf2c26d2b14e3fc3b9f065fb308866c8) format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url(../fonts/Montserrat-SemiBold.ttf?aebf4fe19e37e3d508a8f6950f9378d1) format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url(../fonts/Montserrat-Medium.ttf?41940db30d513f31c9adbf15f4a98a76) format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url(../fonts/Montserrat-Regular.ttf?08a754d1d68f4671eab5e11ece77cd03) format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "icomoon";
  src: url(../fonts/icomoon.eot?dfb05c022cf039fca2cfc18a3f8b5fde);
  src: url(../fonts/icomoon.eot?dfb05c022cf039fca2cfc18a3f8b5fde) format("embedded-opentype"), url(../fonts/icomoon.ttf?ad9734e8b4c701f04a8ecf6692c65dbb) format("truetype"), url(../fonts/icomoon.woff?9631b46f31c2d467d5de3e3c5225986a) format("woff"), url(../fonts/icomoon.svg?1295f0c403ef132d136e2fd097661a14) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

/**
  Icons
 */

.icons {
  width: 40px;
  height: 40px;
  display: inline-block;
}

.icons-choose {
  width: 48px;
  height: 48px;
  display: inline-block;
}

@media (min-width: 640px) {
  .icons-choose {
    width: 80px;
    height: 80px;
  }
}

.icons-choose img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.icons-pag {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-block;
}

.icons-select {
  width: 32px;
  height: 32px;
  z-index: 15;
  display: inline-block;
}

.select-arrow {
  position: absolute;
  top: 12px;
  right: 16px;
  z-index: 15;
  background: url(../images/select_down.svg?796ad3f1f4b0cbaea297b9e0c5fef42b) no-repeat;
}

@media (min-width: 1200px) {
  .journal-col {
    flex: 0 0 33.3333% !important;
    max-width: 33.3333% !important;
  }
}

.ds-flex-align {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

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

.ds-align-center {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ds-flex {
  display: flex;
}

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

.ds-menu-center {
  display: flex;
  justify-content: space-between;
}

.btn {
  line-height: inherit;
  border: none;
  background-color: transparent;
}

.btn:hover,
.btn:focus {
  outline: 0;
}

.btn-more {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 12px;
  line-height: inherit;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border-radius: 4px;
  height: 32px;
  margin-top: 16px;
  padding: 0 24px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 176px;
  transition: all 0.25s;
}

@media (min-width: 640px) {
  .btn-more {
    font-size: 14px;
    line-height: 24px;
    height: 48px;
  }
}

.read-view {
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #FE5E2C;
}

.read-view:hover,
.read-view:focus {
  color: #42424C;
}

.read-view:hover .icons-pag svg,
.read-view:focus .icons-pag svg {
  stroke: #42424C;
}

.read-view .icons-pag {
  margin-left: 14px;
}

.read-view .icons-pag svg {
  stroke: #FE5E2C;
  transition: stroke 300ms;
}

.select-wrap {
  position: relative;
  margin-bottom: 16px;
}

.select-wrap:last-of-type {
  margin-bottom: 0;
}

.select-wrap.active .select-arrow {
  background: url(../images/arrow-top.svg?5de9c27087bb22b616e8307cef1f7774) no-repeat;
}

.select-wrap .icons-select {
  position: absolute;
  top: 12px;
  left: 16px;
}

.select-wrap .select {
  padding-left: 56px;
}

.select-wrap .select2-container {
  padding-left: 56px;
  padding-right: 52px;
  width: 100% !important;
}

@media (min-width: 1200px) {
  .select-wrap .select2-container {
    max-width: 390px;
  }
}

@media (min-width: 1408px) {
  .select-wrap .select2-container {
    max-width: 505px;
  }
}

@media (min-width: 1621px) {
  .select-wrap .select2-container {
    max-width: 536px;
  }
}

.select-wrap .select2-container--default.select2-container--focus .select2-selection--multiple {
  border: none;
}

.select-wrap .select2-container--default .select2-selection--multiple {
  border: none;
  height: 100%;
}

.select-wrap .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding: 0;
  height: inherit;
  display: flex;
  position: relative;
}

.select-wrap .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  border: none;
  padding: 0;
  margin: auto 5px auto 0;
  background-color: transparent;
}

.select-wrap .select2-container--default .select2-selection--multiple .select2-selection__rendered li span {
  display: none;
}

.select-wrap .select2-container--default .select2-selection--multiple .select2-selection__clear {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 16px;
  right: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.select2-container.select2-container--open {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container .select2-dropdown {
  border: 1px solid #C5C7CD;
}

.select2-container .select2-results__options {
  border-top: 2px solid #FE5E2C;
}

.section_pd {
  padding-left: 24px;
  padding-right: 24px;
}

@media (min-width: 1200px) {
  .section_pd {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media (min-width: 1721px) {
  .section_pd {
    padding-left: 160px;
    padding-right: 160px;
  }
}

.select {
  width: 100%;
}

.select,
.select2-container {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  cursor: pointer;
  height: 48px;
  background: white;
  border: 1px solid #D9DBE3;
  border-radius: 4px;
  padding-right: 56px;
  font-size: 14px;
  line-height: 24px;
  color: black;
}

.label {
  font-weight: 600;
  font-size: 10px;
  line-height: 16px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  color: black;
  display: block;
  margin-bottom: 8px;
}

.section-align {
  display: flex;
  padding-top: 48px;
}

@media (min-width: 640px) {
  .section-align {
    padding-top: 90px;
  }
}

@media (min-width: 1200px) {
  .section-align {
    padding-top: 120px;
  }
}

@media (min-width: 1621px) {
  .section-align {
    padding-top: 160px;
  }
}

.section-align .title {
  margin-bottom: 32px;
}

@media (min-width: 640px) {
  .section-align .title {
    margin-bottom: 48px;
  }
}

.section-align p {
  margin-bottom: 16px;
}

@media (min-width: 640px) {
  .section-align p {
    margin-bottom: 32px;
  }
}

.section-align p:last-of-type {
  margin-bottom: 0;
}

.section-align .btn-more {
  min-width: 216px;
}

.section-align .col-left {
  width: 100%;
  margin-bottom: 32px;
}

@media (min-width: 640px) {
  .section-align .col-left {
    margin-bottom: 48px;
  }
}

@media (min-width: 1200px) {
  .section-align .col-left {
    width: 65%;
    margin-bottom: 0;
  }
}

.section-align .col-left p {
  max-width: 100%;
}

@media (min-width: 1200px) {
  .section-align .col-left p {
    max-width: 696px;
  }
}

.section-align .col-right {
  width: 100%;
}

@media (min-width: 1200px) {
  .section-align .col-right {
    width: 52%;
  }
}

.row-block {
  width: 100%;
  margin: auto 0;
}

@media (min-width: 1200px) {
  .row-block {
    display: flex;
  }
}

.col-left {
  width: 65%;
  padding-right: 0;
}

@media (min-width: 640px) {
  .col-left {
    padding-right: 80px;
  }
}

@media (min-width: 1200px) {
  .col-left {
    width: 65%;
  }
}

@media (min-width: 1408px) {
  .col-left {
    width: 48%;
    padding-right: 120px;
  }
}

.col-left p {
  max-width: 696px;
}

.col-right {
  width: 52%;
}

.site-logo-link {
  display: block;
  max-width: 110px;
}

@media (min-width: 640px) {
  .site-logo-link {
    max-width: 135px;
  }
}

@media (min-width: 1200px) {
  .site-logo-link {
    max-width: 100%;
  }
}

.site-logo-link:hover,
.site-logo-link:focus {
  opacity: 0.8;
}

.content {
  padding-top: 116px;
  padding-bottom: 60px;
}

@media (min-width: 640px) {
  .content {
    padding-top: 148px;
    padding-bottom: 90px;
  }
}

@media (min-width: 990px) {
  .content {
    padding-top: 164px;
    padding-bottom: 120px;
  }
}

@media (min-width: 1200px) {
  .content {
    padding-top: 184px;
    min-height: calc(100vh - 484px);
  }
}

@media (min-width: 1408px) {
  .content {
    padding-bottom: 160px;
  }
}

.content .title {
  margin-bottom: 16px;
}

.content .subtitle p {
  font-size: 16px;
  line-height: 22px;
}

@media (min-width: 640px) {
  .content .subtitle p {
    font-size: 18px;
    line-height: inherit;
  }
}

@media (min-width: 1200px) {
  .content .subtitle p {
    font-size: 20px;
    line-height: 32px;
  }
}

.content .btn-more {
  min-width: 130px;
  color: #FE5E2C;
  border: 1px solid #FE5E2C;
}

.content .btn-more:hover,
.content .btn-more:focus {
  background-color: #FE5E2C;
  color: white;
}

.mr_item {
  margin-bottom: 24px;
}

@media (min-width: 640px) {
  .mr_item {
    margin-bottom: 32px;
  }
}

.menu {
  margin: 0;
  padding: 0;
}

.menu li {
  list-style: none;
}

.menu li:hover svg,
.menu li:focus svg {
  fill: #FE5E2C;
}

.menu li svg {
  fill: #F8F8F8;
}

.title {
  font-weight: bold;
  font-size: 22px;
  color: black;
  line-height: 26px;
  margin-bottom: 0;
}

@media (min-width: 640px) {
  .title {
    font-size: 26px;
    line-height: 34px;
  }
}

@media (min-width: 990px) {
  .title {
    font-size: 34px;
    line-height: 48px;
  }
}

@media (min-width: 1408px) {
  .title {
    font-size: 40px;
  }
}

.view-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: black;
}

@media (min-width: 640px) {
  .view-title {
    font-size: 22px;
    line-height: 26px;
  }
}

@media (min-width: 990px) {
  .view-title {
    font-size: 28px;
    line-height: 40px;
  }
}

@media (min-width: 1408px) {
  .view-title {
    font-size: 36px;
  }
}

.subtitle {
  font-size: 16px;
  line-height: 22px;
}

@media (min-width: 640px) {
  .subtitle {
    font-size: 18px;
    line-height: inherit;
  }
}

@media (min-width: 1200px) {
  .subtitle {
    font-size: 20px;
    line-height: 32px;
  }
}

.about-title {
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: black;
  margin-bottom: 16px;
}

@media (min-width: 640px) {
  .about-title {
    font-size: 22px;
    line-height: 30px;
  }
}

@media (min-width: 990px) {
  .about-title {
    font-size: 30px;
    line-height: 40px;
  }
}

.yellow-link {
  font-weight: 500;
  color: #FE5E2C;
  font-size: 12px;
}

@media (min-width: 640px) {
  .yellow-link {
    font-size: 14px;
    line-height: 16px;
  }
}

.yellow-link:hover,
.yellow-link:focus {
  color: #D85025;
}

.input {
  width: 100%;
  height: 48px;
  background: white;
  border: 1px solid #D9DBE3;
  border-radius: 4px;
  padding-left: 24px;
  font-size: 14px;
  line-height: 24px;
  color: #A7A7B1;
}

.textarea {
  resize: none;
  height: 100px;
  padding-top: 16px;
}

.breadcrumbs {
  margin-bottom: 32px;
}

@media (min-width: 990px) {
  .breadcrumbs {
    margin-bottom: 48px;
  }
}

.breadcrumbs a {
  color: #42424C;
}

.breadcrumbs a:hover,
.breadcrumbs a:focus {
  color: #FE5E2C;
}

.breadcrumbs-menu {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.4px;
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 640px) {
  .breadcrumbs-menu {
    flex-wrap: nowrap;
  }
}

.breadcrumbs-menu li {
  margin-bottom: 8px;
  margin-right: 8px;
}

@media (min-width: 640px) {
  .breadcrumbs-menu li {
    margin-bottom: 0;
  }
}

.breadcrumbs-menu li:after {
  content: "/";
}

.breadcrumbs-menu li:last-child {
  margin-right: 0;
}

.breadcrumbs-menu li:last-child:after {
  content: "";
}

.breadcrumbs-menu a {
  display: inline-block;
  margin-right: 8px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -16px;
  margin-right: -16px;
  margin-bottom: -32px;
}

.col-2 {
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 990px) {
  .col-2 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.col-3 {
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 16px;
  padding-left: 16px;
}

@media (min-width: 640px) {
  .col-3 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 990px) {
  .col-3 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}

.col-4 {
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 16px;
  padding-left: 16px;
}

@media (min-width: 640px) {
  .col-4 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 768px) {
  .col-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}

@media (min-width: 1200px) {
  .col-4 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

.col-5 {
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 16px;
  padding-left: 16px;
}

@media (min-width: 640px) {
  .col-5 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 990px) {
  .col-5 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 1200px) {
  .col-5 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}

.col-6 {
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 16px;
  padding-left: 16px;
}

@media (min-width: 640px) {
  .col-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 990px) {
  .col-6 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
}

.page-text p {
  margin-bottom: 8px;
}

.page-text p:last-child {
  margin-bottom: 0;
}

.page-content p {
  font-size: 14px;
  line-height: 20px;
}

.page-content p.bold {
  font-weight: 600;
  line-height: 18px;
}

.page-content h2.title {
  margin-bottom: 16px;
}

@media (min-width: 640px) {
  .page-content h2.title {
    margin-bottom: 40px;
  }
}

.clearfix {
  clear: both;
}

.section-apply {
  padding-bottom: 48px;
}

@media (min-width: 640px) {
  .section-apply {
    padding-bottom: 90px;
  }
}

@media (min-width: 1200px) {
  .section-apply {
    padding-bottom: 120px;
  }
}

@media (min-width: 1621px) {
  .section-apply {
    padding-bottom: 160px;
  }
}

.pagination-wrap {
  display: flex;
  justify-content: flex-end;
  margin-top: 56px;
}

.pagination {
  display: flex;
}

.pagination li {
  width: 32px;
  height: 32px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  background-color: white;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  border-radius: 3px;
  transition: background-color 0.2s;
}

.pagination li + li {
  margin-left: 8px;
}

.pagination li.active {
  background-color: #FE5E2C;
}

.pagination li.active .page-link {
  color: white;
}

.pagination li:hover,
.pagination li:focus {
  background-color: #FE5E2C;
}

.pagination li:hover .page-link,
.pagination li:focus .page-link {
  color: white;
}

.pagination li:hover .icons-pag svg,
.pagination li:focus .icons-pag svg {
  fill: white;
}

.pagination li .icons-pag svg {
  fill: #FE5E2C;
}

.pagination .page-link {
  display: flex;
  align-items: center;
  color: #A7A7B1;
}

/**
    Grid container
 */

.container {
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 18px;
  width: 100%;
}

@media (min-width: 640px) {
  .container {
    padding: 0 1.5rem;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 73rem;
  }
}

@media (min-width: 1408px) {
  .container {
    max-width: 76rem;
  }
}

@media (min-width: 1621px) {
  .container {
    max-width: 76rem;
  }
}

.modal_overlay {
  will-change: visibility, opacity;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: rgba(0, 0, 0, 0.35);
  visibility: hidden;
  opacity: 0;
  z-index: 999;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.modal-popup {
  display: block;
  width: 100%;
  padding: 64px 48px;
  height: auto;
  margin: 0 auto;
  background: #FFFFFF;
  border-radius: 8px;
  z-index: 999;
  overflow: hidden;
  transform: translateY(-100%);
  box-shadow: 0px 0px 20px rgba(56, 56, 56, 0.2);
  position: relative;
  top: 50%;
  transition: all 900ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.popup--active {
  transform: translateY(-50%);
}

.modal-popup .close {
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
  transition: 0.5s;
}

[id]::before {
  content: "";
  display: block;
  height: 150px;
  margin-top: -150px;
  visibility: hidden;
}

.site-header {
  display: flex;
  align-items: center;
  padding: 0 24px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  height: 80px;
  justify-content: space-between;
  background-color: white;
  box-shadow: 3px 6px 13px rgba(0, 0, 0, 0.06);
  transition: all 0.2s ease;
}

@media (min-width: 640px) {
  .site-header {
    height: 100px;
  }
}

@media (min-width: 1200px) {
  .site-header {
    height: 120px;
    padding: 0 60px;
  }
}

@media (min-width: 1721px) {
  .site-header {
    padding: 0 160px;
  }
}

.site-header.header-page {
  display: block;
  padding: 0;
}

.site-header .yellow-link {
  display: none;
}

@media (min-width: 1200px) {
  .site-header .yellow-link {
    display: block;
  }
}

.site-menu {
  display: none;
  position: absolute;
  height: auto;
  width: 100%;
  right: auto;
  top: 80px;
  left: 0;
  padding: 32px 24px 16px;
  background-color: white;
  border-top: 1px solid rgba(66, 66, 76, 0.4);
  box-shadow: 3px 6px 13px rgba(0, 0, 0, 0.06);
}

@media (min-width: 640px) {
  .site-menu {
    top: 100px;
  }
}

@media (min-width: 1200px) {
  .site-menu {
    display: block;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    position: relative;
    border: none;
    top: 0;
    padding: 0;
    width: auto;
    box-shadow: none;
    background-color: transparent;
  }

  .site-menu li.open .dropdown-menu {
    opacity: 1;
    visibility: visible;
  }

  .site-menu li + li {
    margin-left: 24px;
  }

  .site-menu .dropdown-menu {
    opacity: 0;
    visibility: hidden;
    background-color: white;
    padding: 16px;
    margin-top: 12px;
    position: absolute;
    top: 100%;
    border-radius: 5px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06);
  }

  .site-menu .dropdown-menu li + li {
    margin-left: 0;
    margin-top: 12px;
  }
}

.site-menu .menu {
  flex-direction: column;
}

@media (min-width: 1200px) {
  .site-menu .menu {
    flex-direction: row;
  }
}

.site-menu li:last-child {
  display: block;
  padding-top: 16px;
  margin-top: 16px;
  border-top: 1px solid rgba(66, 66, 76, 0.4);
}

@media (min-width: 1200px) {
  .site-menu li:last-child {
    display: none;
  }
}

.site-menu li:last-child a {
  color: #FE5E2C !important;
}

.site-menu a {
  color: #42424C;
  display: block;
  padding: 10px 0;
}

@media (min-width: 1200px) {
  .site-menu a {
    padding: 0;
  }
}

.site-menu a:hover,
.site-menu a:focus {
  color: #FE5E2C;
}

.language {
  display: flex;
  font-size: 14px;
  line-height: 16px;
}

.language li {
  margin-right: 16px;
}

.language li.active a {
  font-weight: 600;
  color: #FE5E2C;
  border-bottom: 1px solid #FE5E2C;
}

.language li:last-child {
  margin-right: 0;
}

.language a {
  color: #A7A7B1;
  transition: all 0.3s;
  padding-bottom: 8px;
  border-bottom: 1px solid transparent;
}

.language a:hover,
.language a:focus {
  color: #FE5E2C;
}

.social-links {
  position: fixed;
  right: 18px;
  top: 58%;
  transform: translateY(-58%);
}

@media (min-width: 1200px) {
  .social-links {
    right: 18px;
  }
}

@media (min-width: 1721px) {
  .social-links {
    right: 64px;
  }
}

.social-links li + li {
  margin-top: 16px;
}

.social-links li:hover svg,
.social-links li:focus svg {
  fill: #FE5E2C;
}

.social-links li svg {
  fill: black;
}

.header-menu-toggle {
  display: block;
  position: relative;
  height: 32px;
  width: 32px;
  line-height: 42px;
  font-size: 1.3rem;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  color: rgba(255, 255, 255, 0.5);
  transition: all 0.3s ease-in-out;
}

@media (min-width: 1200px) {
  .header-menu-toggle {
    display: none;
  }
}

.header-menu-toggle.is-clicked span {
  background-color: rgba(255, 255, 255, 0);
  transition: all 0.1s ease-in-out;
}

.header-menu-toggle.is-clicked span:before,
.header-menu-toggle.is-clicked span:after {
  background-color: black;
}

.header-menu-toggle.is-clicked span:before {
  top: 0;
  transform: rotate(135deg);
}

.header-menu-toggle.is-clicked span:after {
  bottom: 0;
  transform: rotate(225deg);
}

.header-menu-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  margin-top: -1px;
  position: absolute;
  left: 4px;
  top: 50%;
  right: auto;
  bottom: auto;
  background-color: black;
  transition: all 0.5s ease-in-out;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
}

.header-menu-toggle span:before,
.header-menu-toggle span:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: inherit;
  position: absolute;
  left: 0;
  transition: all 0.5s ease-in-out;
}

.header-menu-toggle span:before {
  top: -7px;
}

.header-menu-toggle span:after {
  bottom: -7px;
}

.site-footer {
  color: white;
  font-size: 12px;
  line-height: 18px;
  padding-top: 32px;
  background-color: black;
  border-top: 1px solid #42424C;
}

@media (min-width: 640px) {
  .site-footer {
    font-size: 14px;
    line-height: 16px;
    padding-top: 40px;
  }
}

.footer-page .footer-top {
  padding: 0 0 32px;
}

@media (min-width: 640px) {
  .footer-page .footer-top {
    padding: 0 0 68px;
  }
}

.footer-page .footer-middle {
  padding: 16px 0;
}

.footer-page .footer-bottom {
  padding: 0;
}

.footer-top {
  padding: 0 24px 32px;
  flex-direction: column;
  border-bottom: 1px solid #42424C;
}

@media (min-width: 640px) {
  .footer-top {
    padding: 0 24px 68px;
  }
}

@media (min-width: 990px) {
  .footer-top {
    flex-direction: row;
  }
}

@media (min-width: 1200px) {
  .footer-top {
    padding: 0 60px 68px;
  }
}

@media (min-width: 1721px) {
  .footer-top {
    padding: 0 160px 68px;
  }
}

.footer-top p {
  max-width: 696px;
}

.footer-top .yellow-link {
  font-size: 12px;
  line-height: 18px;
}

@media (min-width: 640px) {
  .footer-top .yellow-link {
    font-size: 14px;
    line-height: 16px;
  }
}

.top-left {
  flex: 1;
}

.top-right {
  padding-top: 24px;
}

@media (min-width: 640px) {
  .top-right {
    padding-top: 36px;
  }
}

.footer-logo {
  display: block;
  max-width: 135px;
  margin-bottom: 24px;
}

@media (min-width: 640px) {
  .footer-logo {
    max-width: 100%;
    margin-bottom: 32px;
  }
}

.footer-menu {
  margin-bottom: 16px;
}

@media (min-width: 640px) {
  .footer-menu {
    margin-bottom: 24px;
  }
}

.footer-menu li + li {
  margin-top: 12px;
}

.footer-menu a {
  color: white;
}

.footer-menu a:hover,
.footer-menu a:focus {
  color: #FE5E2C;
}

.footer-middle {
  flex-direction: column;
  padding: 16px 24px;
  border-bottom: 1px solid #42424C;
}

@media (min-width: 640px) {
  .footer-middle {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

@media (min-width: 1200px) {
  .footer-middle {
    padding: 16px 60px;
  }
}

@media (min-width: 1721px) {
  .footer-middle {
    padding: 16px 160px;
  }
}

.footer-middle .yellow-link {
  font-size: 20px;
  line-height: 32px;
}

.footer-middle .menu {
  display: flex;
  margin-top: 12px;
}

@media (min-width: 640px) {
  .footer-middle .menu {
    margin-top: 0;
  }
}

.footer-middle .menu li + li {
  margin-left: 32px;
}

.footer-bottom {
  padding: 0 24px;
}

@media (min-width: 1200px) {
  .footer-bottom {
    padding: 0 60px;
  }
}

@media (min-width: 1721px) {
  .footer-bottom {
    padding: 0 160px;
  }
}

.footer-exchange {
  flex-direction: column;
  padding-top: 24px;
}

@media (min-width: 640px) {
  .footer-exchange {
    align-items: center;
    flex-direction: row;
  }
}

.footer-exchange img {
  max-width: 76%;
}

@media (min-width: 640px) {
  .footer-exchange img {
    max-width: 100%;
  }
}

.footer-exchange .link {
  display: block;
  font-weight: 500;
  margin-top: 12px;
  color: #fff;
}

@media (min-width: 640px) {
  .footer-exchange .link {
    margin-top: 0;
    margin-left: 24px;
  }
}

.footer-copyright {
  margin-top: 24px;
  padding-bottom: 16px;
  color: #F8F8F8;
  line-height: 26px;
  flex-direction: column;
  justify-content: space-between;
}

@media (min-width: 640px) {
  .footer-copyright {
    margin-top: 32px;
    flex-direction: row;
  }
}

.footer-copyright a {
  color: #F8F8F8;
}

.footer-copyright a:hover,
.footer-copyright a:focus {
  color: #FE5E2C;
}

.footer-copyright span {
  display: block;
}

@media (min-width: 350px) {
  .footer-copyright span {
    display: inline-block;
    margin-left: 26px;
  }
}

.footer-copyright p {
  margin-bottom: 0;
}

.download-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.choose-list {
  padding-top: 24px;
}

@media (min-width: 640px) {
  .choose-list {
    padding-top: 40px;
  }
}

.choose-list .download-item {
  align-items: center;
}

.choose-list .category-item {
  padding: 16px 24px 24px;
}

@media (min-width: 640px) {
  .choose-list .category-item {
    padding: 32px 40px;
  }
}

.choose-list .icons-choose {
  margin-bottom: 24px;
}

.choose-list .yellow-link {
  font-weight: bold;
  line-height: 24px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.choose-item {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 40px;
  text-align: center;
}

.choose-item p {
  color: #8A8B94;
  line-height: 24px;
  margin-bottom: 0;
}

.category-list {
  padding-top: 24px;
}

@media (min-width: 640px) {
  .category-list {
    padding-top: 40px;
  }
}

.category-list .subtitle {
  color: black;
  font-weight: normal;
  margin-bottom: 26px;
}

.category-list .category-item {
  padding: 24px 16px;
}

.category-item {
  padding: 18px;
  height: 100%;
  background-color: white;
  box-shadow: 3px 6px 13px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
}

@media (min-width: 1200px) {
  .category-item {
    padding: 24px;
  }
}

.category-item .subtitle {
  margin-bottom: 0;
}

.category-item h1 {
  font-weight: bold;
  font-size: 44px;
  line-height: 48px;
  letter-spacing: 1px;
  color: #FE5E2C;
  margin-bottom: 16px;
}

@media (min-width: 990px) {
  .category-item h1 {
    font-size: 56px;
    line-height: 68px;
  }
}

@media (min-width: 1408px) {
  .category-item h1 {
    font-size: 72px;
    line-height: 80px;
  }
}

.category-item h4 {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: black;
  margin-bottom: 16px;
}

@media (min-width: 640px) {
  .category-item h4 {
    font-size: 24px;
    line-height: 32px;
  }
}

.category-item h5 {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 8px;
}

@media (min-width: 640px) {
  .category-item h5 {
    font-size: 18px;
    line-height: 24px;
  }
}

.category-item h6 {
  font-weight: 600;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 18px;
}

.category-item .icons {
  margin-bottom: 32px;
}

.category-item ul {
  font-weight: 500;
}

.category-item ul li {
  padding-left: 13px;
  position: relative;
}

.category-item ul li:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  left: 0;
  top: 13px;
  display: block;
  margin-top: -3px;
  border-radius: 50%;
  background-color: #42424C;
  transition: background-color 300ms;
}

.about-img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  margin: 16px 0;
}

@media (min-width: 640px) {
  .about-img {
    margin: 24px 0;
  }
}

@media (min-width: 1200px) {
  .about-img {
    margin-top: 40px;
    margin-bottom: 32px;
  }
}

.about-cats {
  margin: 32px 0;
}

@media (min-width: 990px) {
  .about-cats {
    margin: 48px 0;
  }
}

.row-about {
  display: flex;
  flex-direction: column;
  margin: 24px 0;
}

@media (min-width: 1200px) {
  .row-about {
    flex-direction: row;
    margin: 32px 0;
  }
}

@media (min-width: 1408px) {
  .row-about {
    align-items: center;
  }
}

.col-img {
  order: 1;
  height: 160px;
  margin-bottom: 16px;
}

@media (min-width: 640px) {
  .col-img {
    height: 260px;
  }
}

@media (min-width: 990px) {
  .col-img {
    height: 380px;
  }
}

@media (min-width: 1200px) {
  .col-img {
    order: inherit;
    width: 488px;
    height: inherit;
    margin-bottom: 0;
  }
}

.col-img ~ .col-content {
  padding-right: 0;
}

@media (min-width: 1200px) {
  .col-img ~ .col-content {
    padding-left: 32px;
  }
}

.col-img img {
  width: 100%;
  height: inherit;
  -o-object-fit: cover;
  object-fit: cover;
}

.col-content {
  order: 2;
}

@media (min-width: 1200px) {
  .col-content {
    order: inherit;
    padding-right: 32px;
    width: calc(100% - 488px);
  }
}

.banner-img {
  margin: 16px 0;
}

@media (min-width: 640px) {
  .banner-img {
    margin: 24px 0;
  }
}

@media (min-width: 1200px) {
  .banner-img {
    margin: 48px 0;
  }
}

@media (min-width: 1408px) {
  .banner-img {
    margin: 64px 0;
  }
}

.industry {
  font-size: 14px;
  line-height: 20px;
}

.industry .view-title {
  margin-bottom: 24px;
}

.industry-list .category-item {
  display: flex;
  flex-wrap: wrap;
  padding: 18px;
  margin-top: 24px;
  margin-bottom: 0;
}

@media (min-width: 640px) {
  .industry-list .category-item {
    padding: 32px;
  }
}

@media (min-width: 990px) {
  .industry-list .category-item {
    flex-wrap: nowrap;
  }
}

.industry-item {
  margin-bottom: 48px;
}

@media (min-width: 640px) {
  .industry-item {
    margin-bottom: 72px;
  }
}

.industry-item:last-child {
  margin-bottom: 0;
}

.industry-item .icons {
  margin-bottom: 16px;
}

.industry-content {
  max-height: 208px;
  overflow-y: hidden;
  position: relative;
}

.industry-content:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 40px;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(248, 248, 248, 0.44) 0%, #F8F8F8 100%);
}

.category-blocks {
  width: 100%;
  margin-bottom: 16px;
}

@media (min-width: 640px) {
  .category-blocks {
    width: 50%;
    padding-right: 16px;
  }
}

@media (min-width: 990px) {
  .category-blocks {
    width: 33.333333%;
    margin-bottom: 0;
  }
}

.category-blocks:nth-last-child(2) {
  margin-bottom: 16px !important;
}

@media (min-width: 640px) {
  .category-blocks:nth-last-child(2) {
    margin-bottom: 0 !important;
  }
}

.category-blocks:nth-last-child(-n+2) {
  margin-bottom: 0;
}

.category-blocks h5 {
  color: black;
  margin-bottom: 16px;
}

.category-blocks li:hover:before,
.category-blocks li:focus:before {
  background-color: #FE5E2C;
}

.category-blocks li:hover a:hover,
.category-blocks li:hover a:focus,
.category-blocks li:focus a:hover,
.category-blocks li:focus a:focus {
  color: #FE5E2C;
}

.category-blocks li a {
  color: #42424C;
}

.tabs-menu {
  padding-top: 16px;
}

.tabs-menu .menu {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  flex-wrap: wrap;
  margin-bottom: -16px;
}

@media (min-width: 768px) {
  .tabs-menu .menu {
    margin-bottom: 0;
  }
}

@media (min-width: 990px) {
  .tabs-menu .menu {
    flex-wrap: inherit;
    font-size: 18px;
    line-height: inherit;
  }
}

@media (min-width: 1200px) {
  .tabs-menu .menu {
    font-size: 24px;
    line-height: 32px;
  }
}

.tabs-menu li {
  padding-bottom: 14px;
  text-align: center;
  width: 100%;
  margin-bottom: 16px;
  border-bottom: 1px solid #D9DBE3;
}

@media (min-width: 640px) {
  .tabs-menu li {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .tabs-menu li {
    width: 33.333333%;
    margin-bottom: 0;
  }
}

.tabs-menu li:hover a,
.tabs-menu li:focus a {
  color: #FE5E2C;
}

.tabs-menu li.active {
  border-bottom: 3px solid #FE5E2C;
}

.tabs-menu li.active a {
  color: #FE5E2C;
}

.tabs-menu a {
  color: #A7A7B1;
}

.tabs-content {
  padding-top: 26px;
}

.tabs-content h5 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tabs-content .btn-more {
  height: 32px;
}

.tabs-content .industry-content:after {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.44) 0%, white 100%);
}

.category-tags span {
  display: inline-block;
  padding: 8px 16px;
  margin-bottom: 8px;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.4px;
  border: 1px solid #C5C7CD;
  margin-right: 16px;
  border-radius: 60px;
}

.category-body .category-menu {
  font-size: 14px;
  line-height: 24px;
}

.category-body .btn-more {
  height: 32px;
}

.category-top {
  width: 100%;
}

.category-top h6 {
  margin-bottom: 0;
}

.category-top .ds-flex-center {
  margin-bottom: 16px;
}

.category-header {
  display: flex;
  margin-bottom: 24px;
  flex-direction: column;
}

@media (min-width: 640px) {
  .category-header {
    flex-direction: row;
  }
}

.category-img {
  display: none;
}

@media (min-width: 640px) {
  .category-img {
    display: flex !important;
    margin-right: 24px;
    min-width: 100px;
    width: 100px;
    height: 100px;
    border-radius: 5px;
  }
}

.category-img img {
  margin: auto;
  width: 64%;
}

.category-menu li {
  padding-right: 16px;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  page-break-inside: avoid;
}

@media (min-width: 640px) {
  .category-menu {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-break-inside: avoid;
         break-inside: avoid;
    page-break-inside: avoid;
  }
}

.industry-description {
  font-size: inherit;
  line-height: inherit;
  margin-bottom: 24px;
}

.news-content {
  margin-bottom: 48px;
}

@media (min-width: 640px) {
  .news-content {
    margin-bottom: 64px;
  }
}

.news-content:last-of-type {
  margin-bottom: 0;
}

.media-header {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin-bottom: 24px;
}

@media (min-width: 640px) {
  .media-header {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

@media (min-width: 640px) {
  .media-header .about-title {
    margin-bottom: 0;
  }
}

.media-header .view-title,
.media-header p {
  margin-bottom: 0;
}

.media-header .public-date {
  color: #8A8B94;
  align-self: flex-end;
  margin-top: 16px;
}

.media-header .btn-more {
  height: 32px;
  margin-top: 0;
}

.popular-news {
  display: flex;
  flex-direction: column;
  margin-bottom: 32px;
}

@media (min-width: 990px) {
  .popular-news {
    flex-direction: row;
  }
}

.popular-news .news-title {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 8px;
}

@media (min-width: 990px) {
  .popular-news .news-title {
    font-size: 24px;
    line-height: 32px;
  }
}

.popular-news .read-view {
  margin-top: 16px;
}

@media (min-width: 990px) {
  .popular-news p {
    font-size: 16px;
    line-height: 26px;
  }
}

.popular-date {
  color: black;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 22px;
}

.popular-date data {
  display: block;
  margin-top: 8px;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.4px;
}

@media (min-width: 990px) {
  .popular-img {
    width: 50%;
    height: 384px;
  }
}

@media (min-width: 1200px) {
  .popular-img {
    width: 59%;
  }
}

.popular-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.popular-body {
  padding-top: 24px;
}

@media (min-width: 990px) {
  .popular-body {
    padding-top: 0;
    padding-left: 32px;
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .popular-body {
    width: 41%;
  }
}

.latest-news {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -16px;
}

.news-item {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}

.news-item img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 16px;
}

@media (min-width: 640px) {
  .news-item img {
    height: 280px;
    margin-bottom: 24px;
  }
}

@media (min-width: 1200px) {
  .news-item img {
    height: 335px;
  }
}

.news-item .news-title {
  margin-bottom: 8px;
}

.news-item .read-view {
  margin-top: 16px;
}

.news-text {
  max-height: 80px;
  overflow-y: hidden;
  position: relative;
}

.news-text:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40%;
  height: 24px;
  background: linear-gradient(270deg, #F8F8F8 0%, rgba(248, 248, 248, 0) 100%);
}

.news-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: black;
}

@media (min-width: 768px) {
  .media-wrap {
    padding-top: 32px;
  }
}

.mr_media {
  margin-top: 24px;
  margin-bottom: 16px;
}

@media (min-width: 640px) {
  .mr_media {
    margin: 32px 0;
  }
}

@media (min-width: 1200px) {
  .mr_media {
    margin: 48px 0;
  }
}

@media (min-width: 1621px) {
  .mr_media {
    margin: 72px 0;
  }
}

.row-media {
  display: flex;
  flex-direction: column;
}

@media (min-width: 1200px) {
  .row-media {
    align-items: center;
    flex-direction: row;
  }
}

.col {
  width: auto;
}

.col:first-of-type {
  width: 85%;
}

@media (min-width: 768px) {
  .col p {
    font-size: 18px;
    line-height: 24px;
  }
}

.profession-content .category-header {
  margin-bottom: 0;
}

.profession-content .category-img {
  display: block;
}

.profession-content .category-img {
  max-width: 60px;
}

@media (min-width: 640px) {
  .profession-content .category-img {
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .profession-blocks {
    display: flex;
  }
}

.profession-body {
  padding-top: 32px;
  margin-bottom: 48px;
}

.profession-body .tag {
  color: #FE5E2C;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  padding: 6px 16px;
  border: 1px solid #FE5E2C;
  border-radius: 60px;
  margin-bottom: 16px;
  display: inline-block;
}

.profession-body h6 {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #8A8B94;
  margin-bottom: 16px;
}

.prof-item__img {
  width: 32px;
  height: 32px;
  margin-bottom: 16px;
}

.prof-item__img ~ p {
  margin-bottom: 0;
  font-weight: 600;
  line-height: 18px;
}

.profession-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: black;
  margin-bottom: 16px;
}

@media (min-width: 640px) {
  .profession-title {
    font-size: 22px;
    line-height: 30px;
  }
}

@media (min-width: 990px) {
  .profession-title {
    font-size: 24px;
    line-height: 32px;
  }
}

.profession-view {
  margin-bottom: 24px;
}

@media (min-width: 1200px) {
  .profession-view {
    display: flex;
  }
}

.skills {
  position: relative;
}

.skills:hover .skills-dropmenu,
.skills:focus .skills-dropmenu {
  opacity: 1;
  visibility: visible;
}

.skills-dropmenu {
  position: absolute;
  opacity: 0;
  top: 70%;
  width: 30vw;
  font-size: 14px;
  line-height: 20px;
  left: 35%;
  z-index: 15;
  background-color: white;
  padding: 10px;
  visibility: hidden;
  border-radius: 5px;
  border: 1px solid #A7A7B1;
  transition: all 0.25s ease;
}

@media (max-width: 567.98px) {
  .skills-dropmenu {
    width: 94%;
    left: 3%;
  }
}

.profession-view-img {
  margin-bottom: 16px;
}

@media (min-width: 640px) {
  .profession-view-img {
    margin-bottom: 24px;
  }
}

@media (min-width: 1200px) {
  .profession-view-img {
    width: 50%;
    margin-bottom: 0;
  }
}

.profession-view-img img {
  width: 100%;
  height: 190px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (min-width: 640px) {
  .profession-view-img img {
    height: 260px;
  }
}

@media (min-width: 990px) {
  .profession-view-img img {
    height: 380px;
  }
}

@media (min-width: 1200px) {
  .profession-view-img img {
    height: auto;
  }
}

@media (min-width: 1200px) {
  .profession-view-text {
    padding-left: 40px;
    width: 50%;
  }
}

.mr_specs {
  margin-bottom: 24px;
}

.profession-part {
  padding-bottom: 48px;
  margin-bottom: 24px;
  border-bottom: 1px solid #D9DBE3;
}

.profession-part:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}

.profession-part .profession-title {
  margin-bottom: 24px;
}

.profession-wrap {
  margin-bottom: 48px;
}

.profession-wrap:last-of-type {
  margin-bottom: 0;
}

.education-item {
  display: flex;
}

.education-item p {
  font-weight: 600;
  line-height: 18px;
}

.education-item p > a {
  line-height: 16px;
  color: inherit;
}

.education-item p > a:hover,
.education-item p > a:focus {
  color: #FE5E2C;
}

.education-img {
  width: 72px;
  height: 72px;
}

.education-img img {
  border-radius: 50%;
}

.education-body {
  flex: 1;
  padding-left: 16px;
}

.education-body .page-text {
  margin-bottom: 14px;
}

.profession-menu .page-text {
  min-width: 83px;
}

.profession-menu li {
  display: flex;
  align-items: center;
}

.profession-menu li + li {
  margin-top: 24px;
}

.profession-menu span {
  font-size: 14px;
  line-height: 20px;
}

.profession-menu span.bold {
  font-weight: 600;
  line-height: 16px;
}

.search-wrap {
  flex-direction: column;
  padding-top: 24px;
}

@media (min-width: 990px) {
  .search-wrap {
    flex-direction: row;
  }
}

.search-wrap .category-item {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

.search-wrap .trends-menu {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
}

.search-wrap .trends-menu li {
  display: flex;
  align-items: center;
  padding: 0;
  width: 100%;
  border: none;
}

.search-wrap .trends-menu li.active:before {
  position: static;
  background-color: #FE5E2C;
  width: 2px;
  min-width: 2px;
  height: 100%;
  min-height: 36px;
  border-radius: inherit;
  margin-top: 0;
  margin-right: 16px;
}

.search-wrap .trends-menu li:before {
  position: static;
  background-color: transparent;
  width: 2px;
  min-width: 2px;
  height: 100%;
  min-height: 36px;
  border-radius: inherit;
  margin-top: 0;
  margin-right: 16px;
}

.search-wrap .trends-menu li + li {
  margin-top: 24px;
}

.search-wrap .trends-menu a {
  text-align: left;
  color: black;
}

.search-wrap .trends-menu a:hover,
.search-wrap .trends-menu a:focus {
  color: #FE5E2C;
}

.search-sidebar {
  margin-bottom: 24px;
}

@media (min-width: 990px) {
  .search-sidebar {
    width: 384px;
    margin-bottom: 0;
  }
}

.search-sidebar .btn-more {
  width: 100%;
  margin-top: 24px;
}

.search-sidebar ul li:before {
  display: none;
}

@media (min-width: 990px) {
  .search-content {
    padding-left: 32px;
    width: calc(100% - 384px);
  }
}

.search-item {
  margin-bottom: 16px;
}

.search-item:last-of-type {
  margin-bottom: 0;
}

.search-tabs {
  float: right;
}

@media (min-width: 990px) {
  .search-tabs {
    width: calc(100% - 416px);
  }
}

.search-tabs .tabs-menu {
  padding-top: 0;
}

.search-tabs .menu {
  font-size: inherit;
  line-height: inherit;
}

@media (min-width: 1200px) {
  .search-tabs .menu {
    font-size: 18px;
    line-height: 24px;
  }
}

.trends-content p:last-of-type {
  margin-bottom: 0;
}

.trends-content p,
.trends-content ul,
.trends-content blockquote {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 24px;
}

.trends-content blockquote {
  font-style: italic;
}

.block-contacts {
  flex-direction: column;
}

@media (min-width: 990px) {
  .block-contacts {
    flex-direction: row;
  }
}

.contacts-img {
  margin-bottom: 32px;
}

@media (min-width: 990px) {
  .contacts-img {
    width: 42%;
    margin-bottom: 0;
  }
}

.contacts-img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (min-width: 990px) {
  .contacts-content {
    padding-left: 56px;
    width: calc(100% - 488px);
  }
}

.contacts-content h3 {
  margin-bottom: 32px;
}

.contacts-content .menu .icons-pag {
  margin-right: 16px;
}

.contacts-content .menu li {
  display: flex;
  align-items: center;
}

.contacts-content .menu li + li {
  margin-top: 24px;
}

.contacts-content .menu a {
  color: black;
}

.contacts-content .menu a:hover,
.contacts-content .menu a:focus {
  color: #FE5E2C;
}

.contacts-form {
  margin-top: 48px;
}

.contacts-form .input-wrap {
  margin-bottom: 16px;
}

.contacts-form .input-wrap:last-of-type {
  margin-bottom: 0;
}

.main__content {
  padding-top: 80px;
  padding-bottom: 60px;
}

@media (min-width: 640px) {
  .main__content {
    padding-top: 100px;
  }
}

@media (min-width: 990px) {
  .main__content {
    padding-bottom: 100px;
  }
}

@media (min-width: 1200px) {
  .main__content {
    padding-top: 120px;
    padding-bottom: 140px;
  }
}

@media (min-width: 1408px) {
  .main__content {
    padding-bottom: 178px;
  }
}

.main__content .btn-more {
  color: #FE5E2C;
  margin-top: 48px;
  border: 1px solid #FE5E2C;
}

@media (min-width: 640px) {
  .main__content .btn-more {
    margin-top: 64px;
  }
}

.main__content .btn-more:hover,
.main__content .btn-more:focus {
  background-color: #FE5E2C;
  color: white;
}

/* Section - Leading */

.section-leading {
  display: flex;
  flex-direction: column;
}

@media (min-width: 1200px) {
  .section-leading {
    flex-direction: row;
    height: calc(100vh - 120px);
  }
}

.leading-wrap {
  display: flex;
  flex-direction: column;
  align-self: center;
  width: 100%;
}

@media (min-width: 1200px) {
  .leading-wrap {
    width: 56%;
    height: 100%;
  }
}

.leading-wrap .btn-more {
  width: 100%;
}

.leading {
  margin: auto;
  padding-top: 90px;
  padding-bottom: 90px;
}

@media (min-width: 640px) {
  .leading {
    padding-bottom: 100px;
  }
}

@media (min-width: 1200px) {
  .leading {
    height: 40%;
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 60px;
  }
}

@media (min-width: 1721px) {
  .leading {
    padding-left: 160px;
  }
}

@media (min-height: 910px) {
  .leading {
    height: 50%;
  }
}

.leading .title {
  font-size: 22px;
  line-height: 29px;
  text-align: center;
  margin: auto 0;
  max-width: 458px;
}

@media (min-width: 640px) {
  .leading .title {
    font-size: 26px;
    line-height: 34px;
  }
}

@media (min-width: 990px) {
  .leading .title {
    font-size: 29px;
    line-height: 44px;
  }
}

@media (min-width: 1200px) {
  .leading .title {
    max-width: 85%;
    text-align: left;
  }
}

@media (min-width: 1408px) {
  .leading .title {
    max-width: 90%;
    font-size: 34px;
    line-height: 48px;
  }
}

@media (min-width: 1621px) {
  .leading .title {
    text-align: center;
    font-size: 40px;
  }
}

.leading-filter {
  padding-top: 32px;
  padding-right: 24px;
  padding-left: 24px;
  padding-bottom: 32px;
  background-color: white;
}

@media (min-width: 640px) {
  .leading-filter {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .leading-filter {
    padding-bottom: 0;
    height: 60%;
    padding-left: 60px;
  }
}

@media (min-width: 1721px) {
  .leading-filter {
    padding-left: 160px;
  }
}

@media (min-height: 910px) {
  .leading-filter {
    height: 50%;
    padding-top: 48px;
  }
}

.leading-filter .btn-more {
  margin-top: 32px;
}

.leading-filter .form {
  margin: 0 auto;
}

@media (min-width: 640px) {
  .leading-filter .form {
    max-width: 60%;
  }
}

@media (min-width: 1200px) {
  .leading-filter .form {
    margin: 0;
    max-width: 85%;
  }
}

@media (min-width: 1408px) {
  .leading-filter .form {
    max-width: 81%;
  }
}

@media (min-width: 1621px) {
  .leading-filter .form {
    padding-left: 32px;
  }
}

.leading-slide {
  margin-bottom: 24px;
}

@media (min-width: 1200px) {
  .leading-slide {
    width: 57%;
    margin-bottom: 0;
    padding-right: 60px;
  }
}

@media (min-width: 1721px) {
  .leading-slide {
    padding-right: 160px;
  }
}

.leading-slide .slick-slide img {
  -o-object-fit: cover;
  object-fit: cover;
}

@media (min-width: 640px) {
  .leading-slide .slick-slide img {
    height: calc(100vh - 120px);
  }
}

.section-about .col-left {
  margin-bottom: 24px;
}

.about__img {
  display: none;
}

@media (min-width: 1200px) {
  .about__img {
    display: block;
  }
}

/* Section - Catalog */

.section-catalog {
  padding-bottom: 36px;
}

@media (min-width: 1200px) {
  .section-catalog {
    padding-bottom: 0;
  }
}

.block-catalog {
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 32px;
}

@media (min-width: 640px) {
  .block-catalog {
    padding-right: 0;
  }
}

@media (min-width: 1200px) {
  .block-catalog {
    padding-left: 60px;
  }
}

@media (min-width: 1408px) {
  .block-catalog {
    padding-left: 110px;
  }
}

@media (min-width: 1721px) {
  .block-catalog {
    padding-left: 160px;
  }
}

.catalog-nav-wrap {
  position: relative;
}

@media (max-width: 567.98px) {
  .catalog-nav-wrap {
    margin-left: -24px;
    margin-right: -24px;
  }
}

.catalog-nav-wrap:before {
  content: "";
  position: absolute;
  left: 0;
  width: 128px;
  height: 100%;
  top: 0;
  z-index: 15;
  background: linear-gradient(90deg, #F8F8F8 -23.68%, rgba(196, 199, 205, 0) 105.26%);
}

.catalog-nav-wrap:after {
  content: "";
  width: 98px;
  height: 98px;
  display: block;
  border-radius: 100%;
  position: absolute;
  z-index: 0;
  top: 0;
  background-color: white;
  left: 114px;
}

@media (min-width: 1200px) {
  .catalog-nav-wrap:after {
    width: 128px;
    height: 128px;
  }
}

.catalog-nav-wrap .catalog-arrow {
  display: none;
  top: 145px;
  left: 117px;
  position: absolute;
  max-width: 90px;
}

@media (min-width: 640px) {
  .catalog-nav-wrap .catalog-arrow {
    display: block;
  }
}

@media (min-width: 1200px) {
  .catalog-nav-wrap .catalog-arrow {
    top: 160px;
    left: 92px;
    max-width: 100%;
  }
}

.catalog__img {
  transition: filter 0.4s;
  filter: brightness(0) invert(0.7);
}

.catalog-nav-slide {
  z-index: 5;
}

.catalog-nav-slide .slick-list {
  padding-left: 114px;
}

.catalog-nav-slide .slick-slide {
  cursor: pointer;
  outline: 0;
  width: 100px;
}

@media (min-width: 1200px) {
  .catalog-nav-slide .slick-slide {
    width: 128px;
  }
}

.catalog-nav-slide .slick-slide img {
  position: relative;
  z-index: 5;
}

.catalog-nav-slide .slick-slide.slick-current img {
  filter: none;
}

.catalog-nav-slide .slick-slide.slick-current img.img {
  filter: brightness(0) invert(1);
}

.catalog-nav-slide .slick-slide div {
  height: inherit;
}

.catalog-nav-slide .slick-slide .icons {
  width: 48px;
  height: 48px;
}

@media (min-width: 1200px) {
  .catalog-nav-slide .slick-slide .icons {
    width: 64px;
    height: 64px;
  }
}

.catalog-wrap {
  display: flex;
  justify-content: flex-end;
  padding-top: 60px;
}

@media (min-width: 640px) {
  .catalog-wrap {
    padding-top: 100px;
  }
}

@media (min-width: 1200px) {
  .catalog-wrap {
    padding-top: 177px;
  }
}

.catalog-slide {
  width: 100%;
}

@media (min-width: 640px) {
  .catalog-slide {
    width: calc(100% - 225px);
  }
}

@media (min-width: 1200px) {
  .catalog-slide {
    width: calc(100% - 285px);
  }
}

.catalog-slide .title {
  text-align: center;
  margin-bottom: 0;
}

.catalog-slide .title img {
  display: none;
}

@media (max-width: 567.98px) {
  .catalog-slide .title img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 24px;
    max-width: 50px;
    height: auto;
  }
}

.catalog-logo {
  padding: 26px 0;
  position: relative;
  display: flex !important;
  border-radius: 100%;
}

@media (min-width: 1200px) {
  .catalog-logo {
    padding: 30px 0;
  }
}

.catalog-logo .icons {
  margin: auto;
}

.catalog-logo svg {
  fill: white;
}

/* Section - Find */

.block-find {
  padding-left: 24px;
  padding-right: 24px;
}

@media (min-width: 640px) {
  .block-find {
    padding-right: 0;
  }
}

@media (min-width: 1200px) {
  .block-find {
    padding-left: 60px;
  }
}

@media (min-width: 1408px) {
  .block-find {
    padding-left: 110px;
  }
}

@media (min-width: 1721px) {
  .block-find {
    padding-left: 160px;
  }
}

@media (min-width: 640px) {
  .block-find img {
    width: calc(100% - 64px);
  }
}

@media (min-width: 1200px) {
  .block-find img {
    width: 100%;
  }
}

/* Section - Apply */

.block-apply {
  margin: auto 0;
  padding: 0 24px;
}

@media (min-width: 1200px) {
  .block-apply {
    padding: 0 60px;
  }
}

@media (min-width: 1408px) {
  .block-apply {
    padding: 0 126px;
  }
}

@media (min-width: 1621px) {
  .block-apply {
    padding: 0 148px;
  }
}

@media (min-width: 1721px) {
  .block-apply {
    padding: 0 198px;
  }
}

.block-apply .title {
  margin-bottom: 0;
}

.block-apply p {
  font-size: 18px;
  line-height: 24px;
}

.catalog-name {
  margin-bottom: 0;
  margin-top: 32px;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  line-height: 16px;
}

@media (min-width: 568px) {
  .catalog-name {
    color: #F8F8F8;
  }
}

.catalog-menu {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  padding-top: 60px;
}

@media (max-width: 567.98px) {
  .catalog-menu {
    padding-top: 0;
    margin-left: -24px;
    margin-right: -24px;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
    justify-content: flex-start !important;
    flex-wrap: nowrap !important;
  }
}

@media (min-width: 640px) {
  .catalog-menu {
    padding-top: 120px;
  }

  .mt-2 {
    margin-top: 5px;
  }
}

@media (min-width: 990px) {
  .catalog-menu {
    flex-wrap: inherit;
    justify-content: space-between;
  }
}

@media (min-width: 1200px) {
  .catalog-menu {
    padding-top: 140px;
  }
}

@media (min-width: 1408px) {
  .catalog-menu {
    padding-top: 160px;
  }
}

@media (min-width: 1621px) {
  .catalog-menu {
    padding-left: 56px;
  }
}

@media (min-width: 1721px) {
  .catalog-menu {
    padding-left: 76px;
  }
}

.catalog-menu li {
  max-width: 104px;
  margin-right: 16px;
  margin-bottom: 32px;
}

@media (max-width: 567.98px) {
  .catalog-menu li {
    max-width: 50%;
    flex: 1 0 50%;
  }
}

@media (min-width: 990px) {
  .catalog-menu li {
    margin-right: 0;
    margin-bottom: 0;
  }
}

.catalog-menu li:hover .catalog__img,
.catalog-menu li:focus .catalog__img {
  filter: none;
}

.catalog-menu li.violet:hover .icons svg,
.catalog-menu li.violet:focus .icons svg {
  fill: #914EF3;
}

.catalog-menu li.violet:hover span svg g,
.catalog-menu li.violet:focus span svg g {
  opacity: 1;
}

.catalog-menu li.violet:hover span svg path:nth-child(1),
.catalog-menu li.violet:focus span svg path:nth-child(1) {
  fill: #914EF3;
}

.catalog-menu li.violet:hover span svg path:nth-child(2),
.catalog-menu li.violet:focus span svg path:nth-child(2) {
  fill: #914EF3;
}

.catalog-menu li.violet:hover .catalog-name,
.catalog-menu li.violet:focus .catalog-name {
  color: #914EF3;
}

.catalog-menu li.green:hover .icons svg,
.catalog-menu li.green:focus .icons svg {
  fill: #94B200;
}

.catalog-menu li.green:hover span svg g,
.catalog-menu li.green:focus span svg g {
  opacity: 1;
}

.catalog-menu li.green:hover span svg path:nth-child(1),
.catalog-menu li.green:focus span svg path:nth-child(1) {
  fill: #94B200;
}

.catalog-menu li.green:hover span svg path:nth-child(2),
.catalog-menu li.green:focus span svg path:nth-child(2) {
  fill: #94B200;
}

.catalog-menu li.green:hover .catalog-name,
.catalog-menu li.green:focus .catalog-name {
  color: #94B200;
}

.catalog-menu li.yellow:hover .icons svg,
.catalog-menu li.yellow:focus .icons svg {
  fill: #F2BB05;
}

.catalog-menu li.yellow:hover span svg g,
.catalog-menu li.yellow:focus span svg g {
  opacity: 1;
}

.catalog-menu li.yellow:hover span svg path:nth-child(1),
.catalog-menu li.yellow:focus span svg path:nth-child(1) {
  fill: #F2BB05;
}

.catalog-menu li.yellow:hover span svg path:nth-child(2),
.catalog-menu li.yellow:focus span svg path:nth-child(2) {
  fill: #F2BB05;
}

.catalog-menu li.yellow:hover .catalog-name,
.catalog-menu li.yellow:focus .catalog-name {
  color: #F2BB05;
}

.catalog-menu li.red:hover .icons svg,
.catalog-menu li.red:focus .icons svg {
  fill: #E4002B;
}

.catalog-menu li.red:hover span svg g,
.catalog-menu li.red:focus span svg g {
  opacity: 1;
}

.catalog-menu li.red:hover span svg path:nth-child(1),
.catalog-menu li.red:focus span svg path:nth-child(1) {
  fill: #E4002B;
}

.catalog-menu li.red:hover span svg path:nth-child(2),
.catalog-menu li.red:focus span svg path:nth-child(2) {
  fill: #E4002B;
}

.catalog-menu li.red:hover .catalog-name,
.catalog-menu li.red:focus .catalog-name {
  color: #E4002B;
}

.catalog-menu li.blue:hover .icons svg,
.catalog-menu li.blue:focus .icons svg {
  fill: #4659FF;
}

.catalog-menu li.blue:hover span svg g,
.catalog-menu li.blue:focus span svg g {
  opacity: 1;
}

.catalog-menu li.blue:hover span svg path:nth-child(1),
.catalog-menu li.blue:focus span svg path:nth-child(1) {
  fill: #4659FF;
}

.catalog-menu li.blue:hover span svg path:nth-child(2),
.catalog-menu li.blue:focus span svg path:nth-child(2) {
  fill: #4659FF;
}

.catalog-menu li.blue:hover .catalog-name,
.catalog-menu li.blue:focus .catalog-name {
  color: #4659FF;
}

.catalog-menu li.grey:hover .icons svg,
.catalog-menu li.grey:focus .icons svg {
  fill: #7D8CA3;
}

.catalog-menu li.grey:hover span svg g,
.catalog-menu li.grey:focus span svg g {
  opacity: 1;
}

.catalog-menu li.grey:hover span svg path:nth-child(1),
.catalog-menu li.grey:focus span svg path:nth-child(1) {
  fill: #7D8CA3;
}

.catalog-menu li.grey:hover span svg path:nth-child(2),
.catalog-menu li.grey:focus span svg path:nth-child(2) {
  fill: #7D8CA3;
}

.catalog-menu li.grey:hover .catalog-name,
.catalog-menu li.grey:focus .catalog-name {
  color: #7D8CA3;
}

.catalog-menu li.white:hover .icons img,
.catalog-menu li.white:focus .icons img {
  filter: brightness(0);
}

.catalog-menu li.white:hover .icons svg,
.catalog-menu li.white:focus .icons svg {
  fill: black;
}

.catalog-menu li.white:hover span svg g,
.catalog-menu li.white:focus span svg g {
  opacity: 1;
}

.catalog-menu li.white:hover span svg path:nth-child(1),
.catalog-menu li.white:focus span svg path:nth-child(1) {
  fill: black;
}

.catalog-menu li.white:hover span svg path:nth-child(2),
.catalog-menu li.white:focus span svg path:nth-child(2) {
  fill: black;
}

.catalog-menu li.white:hover .catalog-name,
.catalog-menu li.white:focus .catalog-name {
  color: black;
}

.catalog-menu li.reds:hover .icons svg,
.catalog-menu li.reds:focus .icons svg {
  fill: #9E2A2B;
}

.catalog-menu li.reds:hover span svg g,
.catalog-menu li.reds:focus span svg g {
  opacity: 1;
}

.catalog-menu li.reds:hover span svg path:nth-child(1),
.catalog-menu li.reds:focus span svg path:nth-child(1) {
  fill: #9E2A2B;
}

.catalog-menu li.reds:hover span svg path:nth-child(2),
.catalog-menu li.reds:focus span svg path:nth-child(2) {
  fill: #9E2A2B;
}

.catalog-menu li.reds:hover .catalog-name,
.catalog-menu li.reds:focus .catalog-name {
  color: #9E2A2B;
}

.catalog-menu li.orange:hover .icons svg,
.catalog-menu li.orange:focus .icons svg {
  fill: #EE5331;
}

.catalog-menu li.orange:hover span svg g,
.catalog-menu li.orange:focus span svg g {
  opacity: 1;
}

.catalog-menu li.orange:hover span svg path:nth-child(1),
.catalog-menu li.orange:focus span svg path:nth-child(1) {
  fill: #EE5331;
}

.catalog-menu li.orange:hover span svg path:nth-child(2),
.catalog-menu li.orange:focus span svg path:nth-child(2) {
  fill: #EE5331;
}

.catalog-menu li.orange:hover .catalog-name,
.catalog-menu li.orange:focus .catalog-name {
  color: #EE5331;
}

.catalog-menu li a {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.catalog-menu li .icons {
  width: 48px;
  height: 48px;
}

@media (min-width: 1200px) {
  .catalog-menu li .icons {
    width: 64px;
    height: 64px;
  }
}

.catalog-menu li .icons svg {
  fill: white;
}

.catalog-menu li span svg {
  width: 80px;
}

@media (min-width: 1200px) {
  .catalog-menu li span svg {
    width: 100%;
  }
}

.catalog-menu li span svg g {
  opacity: 0.2;
}

.catalog-menu li span svg path:nth-child(1) {
  fill: url(#paint0_linear);
}

.catalog-menu li span svg path:nth-child(2) {
  fill: url(#paint1_linear);
}

.catalog-menu .icons {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .catalog-menu .icons {
    margin-bottom: 72px;
  }
}

[id]::before {
  content: "";
  display: block;
  height: 150px;
  margin-top: -150px;
  visibility: hidden;
}

.expert-col {
  margin-bottom: 36px;
}

@media (max-width: 767.98px) {
  .expert-col {
    flex: 1 0 100%;
    max-width: 100%;
  }
}

.expert-card {
  display: block;
  line-height: 24px;
  color: inherit;
}

@media (max-width: 567.98px) {
  .expert-card {
    display: block;
  }
}

.expert-card:hover {
  text-decoration: none;
  color: inherit;
}

.expert-card__image {
  position: relative;
  margin-bottom: 24px;
  background-size: cover;
  background-repeat: no-repeat;
}

.expert-card__image:before {
  content: "";
  display: block;
  padding-bottom: 75%;
}

@media (max-width: 767.98px) {
  .expert-card__image {
    margin-right: 24px;
    margin-bottom: 0;
  }
}

@media (max-width: 567.98px) {
  .expert-card__image {
    margin-bottom: 16px;
    margin-right: 0;
  }
}

.expert-card__image img {
  max-width: 100%;
  width: 100%;
  height: auto;
  vertical-align: middle;
}

@media (max-width: 767.98px) {
  .expert-card__image img {
    max-width: 200px;
  }
}

@media (max-width: 567.98px) {
  .expert-card__image img {
    max-width: 100%;
  }
}

.expert-card__image .icon {
  position: absolute;
  top: 16px;
  left: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  font-size: 24px;
}

@media (max-width: 767.98px) {
  .expert-card__image .icon {
    top: 8px;
    left: 8px;
    width: 32px;
    height: 32px;
    font-size: 16px;
  }
}

@media (max-width: 767.98px) {
  .expert-card__right {
    padding-top: 12px;
    flex: 1;
  }
}

@media (max-width: 567.98px) {
  .expert-card__right {
    padding-top: 0;
  }
}

.expert-card__title {
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 18px;
}

.expert-card__text {
  margin-bottom: 12px;
  font-size: 14px;
}

.expert-card__link {
  display: inline-flex;
  align-items: center;
  line-height: 16px;
  font-weight: 600;
  font-size: 14px;
  color: #FE5E2C;
  transition: all 0.25s;
}

.expert-card__link:hover {
  color: inherit;
}

.expert-card__link .icon {
  margin-left: 12px;
}

.expert-card__link:hover .icons-pag svg,
.read-view:focus .icons-pag svg {
  stroke: #42424C;
}

.expert-card__link .icons-pag {
  margin-left: 14px;
}

.expert-card__link .icons-pag svg {
  stroke: #FE5E2C;
  transition: stroke 300ms;
}

.expert-media {
  display: flex;
  align-items: flex-start;
}

.expert-media > img {
  max-width: 384px;
  height: auto;
  vertical-align: middle;
}

@media (max-width: 991.98px) {
  .expert-media > img {
    max-width: 250px;
  }
}

@media (max-width: 767.98px) {
  .expert-media > img {
    display: none;
  }
}

.expert-media__head {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

@media (max-width: 567.98px) {
  .expert-media__head {
    display: block;
    margin-bottom: 24px;
  }
}

.expert-media__date {
  margin-left: auto;
  font-size: 14px;
  color: #8A8B94;
}

@media (max-width: 567.98px) {
  .expert-media__date {
    display: block;
    margin-left: 0;
    margin-top: 8px;
  }
}

.expert-media__industry {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
}

.expert-media__industry .icon {
  font-size: 24px;
  margin-right: 12px;
}

.expert-media__body {
  flex: 1;
  margin-left: 64px;
  padding-top: 20px;
}

@media (max-width: 767.98px) {
  .expert-media__body {
    margin-left: 0;
    margin-bottom: 32px;
    padding-top: 0;
  }
}

.expert-media__interviewer {
  display: flex;
  align-items: flex-start;
  margin-top: 32px;
  padding-top: 32px;
  border-top: 1px solid #D9DBE3;
}

.expert-media__interviewer img {
  width: 72px;
  height: auto;
  margin-right: 24px;
  border-radius: 50%;
  vertical-align: middle;
}

.expert-media__right {
  flex: 1;
}

.expert-media__name {
  margin: 0;
}

.expert-media__label {
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 10px;
  line-height: 16px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

h1.expert-media__name {
  font-weight: 500;
  margin-bottom: 8px;
  line-height: 46px;
  font-size: 36px;
}

@media (max-width: 767.98px) {
  h1.expert-media__name {
    line-height: 28px;
    font-size: 20px;
  }
}

h2.expert-media__name {
  font-weight: 600;
  font-size: 18px;
}

.expert-media__text {
  margin-top: 8px;
  line-height: 24px;
  font-size: 14px;
}

.expert-media__author img {
  display: none;
}

@media (max-width: 767.98px) {
  .expert-media__author {
    display: flex;
    align-items: flex-start;
  }

  .expert-media__author img {
    display: block;
    max-width: 100px;
    margin-right: 24px;
  }
}

@media (max-width: 567.98px) {
  .expert-media__author img {
    max-width: 75px;
    margin-right: 12px;
  }
}

.expert-industry-filter {
  margin: 40px 0;
}

.form-field > label {
  display: block;
  margin-bottom: 8px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 10px;
  line-height: 16px;
  letter-spacing: 0.4px;
}

.select-box {
  position: relative;
  display: block;
  width: 100%;
  max-width: 384px;
  font-size: 18px;
  border: 1px solid #D9DBE3;
  border-radius: 4px;
  color: #60666d;
}

.select-box__current {
  position: relative;
  cursor: pointer;
  outline: none;
}

.select-box__current .icon {
  position: absolute;
  top: 50%;
  left: 18px;
  transform: translateY(-50%);
  color: #000;
}

.select-box__current:focus + .select-box__list {
  opacity: 1;
  -webkit-animation-name: none;
  animation-name: none;
}

.select-box__current:focus + .select-box__list .select-box__option {
  cursor: pointer;
}

.select-box__current:focus .select-box__icon {
  transform: translateY(-50%) rotate(180deg);
}

.select-box__icon {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 12px;
  transition: 0.2s ease;
}

.select-box__value {
  display: flex;
}

.select-box__input {
  display: none;
}

.select-box__input:checked + .select-box__input-text {
  display: block;
}

.select-box__input-text {
  display: none;
  width: 100%;
  margin: 0;
  padding: 13px 15px;
  padding-left: 45px;
  background-color: #fff;
  border-radius: 4px;
  font-size: 14px;
}

.select-box__list {
  position: absolute;
  width: 100%;
  padding: 0;
  list-style: none;
  opacity: 0;
  z-index: 50;
  padding-top: 8px;
  margin: -3px 0 0;
  -webkit-animation-name: HideList;
  animation-name: HideList;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: step-start;
  animation-timing-function: step-start;
  border: 1px solid #C5C7CD;
  border-top: 2px solid #FE5E2C;
  border-radius: 0 0 4px 4px;
  background-color: #fff;
}

.select-box__option {
  display: block;
  margin-bottom: 8px;
  padding: 3px 24px;
  font-size: 14px;
  background-color: #fff;
}

.select-box__option:hover,
.select-box__option:focus {
  color: #546c84;
  background-color: #fbfbfb;
}

.icon-link-arrow:before {
  content: "\E904";
}

.page-text {
  overflow: hidden;
}

.created-to-order-first-item {
  margin-left: 0;
}

.created-to-order-first-item p {
  width: 250px;
  margin: 4px 16px;
}

.created-to-order-first-item img {
  width: 53px;
  height: 56px;
}

.created-to-order-second-item img {
  width: 250px;
  height: 56px;
}

.ml-32 {
  margin-left: 32px;
}

.created-to-order-third-item img {
  width: 53px;
  height: 56px;
}

.created-to-order-third-item p {
  width: 206px;
  margin: 4px 16px;
}

.created-to-order-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  margin-top: 32px;
  margin-bottom: 16px;
}

@media (max-width: 1120px) and (min-width: 990px) {
  .created-to-order {
    flex-wrap: wrap;
  }

  .created-to-order-third-item {
    margin-left: 0px;
    margin-top: 10px;
  }
}

@media (max-width: 955px) and (min-width: 900px) {
  .created-to-order-second-item {
    margin-left: 12px;
  }

  .created-to-order-third-item {
    margin-left: 12px;
  }
}

.created-to-order {
  justify-content: space-between;
}

@media (max-width: 915px) {
  .created-to-order {
    flex-direction: column;
    align-items: baseline;
  }

  .created-to-order-first-item {
    margin-left: 0;
  }

  .created-to-order-second-item {
    margin-left: 0;
    margin-top: 50px;
  }

  .created-to-order-third-item {
    margin-top: 20px;
    margin-bottom: 7px;
    margin-left: 0px;
  }

  .footer-exchange {
    flex-direction: column;
  }

  .app-href {
    justify-content: center;
    margin-top: 10px;
  }
}

.footer-exchange {
  justify-content: space-between;
}

@media (max-width: 989px) {
  .catalog-menu {
    justify-content: center;
  }
}

@media (max-width: 639px) {
  .enbek-logo {
    align-items: center;
    flex-direction: column;
  }

  .enbek-logo image {
    width: 45% !important;
  }

  .about-category-items {
    text-align: center;
  }
}

.method-partners {
  margin-top: 50px;
}

@media (min-width: 768px) {
  .method-partners .created-to-order {
    align-items: center;
    justify-content: flex-start;
  }
}

@media (max-width: 767.98px) {
  .method-partners .created-to-order .created-to-order-second-item {
    margin-top: 25px;
  }
}

.method-partners .created-to-order img {
  max-height: 75px;
  max-width: 200px;
  height: auto;
  width: auto;
}

.text-right {
  text-align: right;
}

.ml-auto {
  margin-left: auto;
}

.open_year {
  font-size: 14px;
}

.category-pre-header h6,
.category-department-icon h6 {
  line-height: 18px;
  font-weight: 600;
  font-size: 14px;
}

.gray-text {
  color: #8A8B94;
}

.mb-0 {
  margin-bottom: 0;
}

.profession-trends {
  display: flex;
  margin-top: 12px;
  justify-content: flex-start;
}

.profession-trends h6 {
  margin-top: 6px;
  margin-right: 12px;
}

.profession-trends .category-tags {
  margin-top: -4px;
  margin-bottom: -4px;
}

.profession-trends .category-tags span {
  margin-top: 4px;
  margin-bottom: 4px;
}

@media (max-width: 768px) {
  .category-pre-header,
  .category-header {
    margin-bottom: 32px !important;
  }
}

@media (min-width: 768px) {
  .category-pre-header,
  .category-header {
    margin-bottom: 50px !important;
  }
}

@media (max-width: 768px) {
  .category-top {
    margin-top: 24px;
  }
}

.category-top .page-text {
  padding: 24px;
  background-color: #fff;
  box-shadow: 3px 6px 13px rgba(0, 0, 0, 0.06);
  border-radius: 4px;
  line-height: 24px;
  font-size: 14px;
}

.category-department-icon {
  margin-top: 22px;
}

.category-department-icon h6 {
  margin-top: 0;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .profession-content .category-img {
    display: flex;
    max-width: 60px;
    height: 60px;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
  }
}

.trends-grid {
  margin-top: 24px;
  margin-bottom: 100px;
}

.trends-grid-item-wrap {
  margin-top: 16px;
  margin-bottom: 16px;
}

.trends-grid-item {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  height: 90px;
  padding-top: 0;
  padding-bottom: 0;
}

.trends-grid-item img {
  max-width: 30px;
  max-height: 30px;
  width: auto;
  height: auto;
}

.trends-grid-item span {
  max-width: calc(100% - 60px);
  flex: 1;
  margin-left: auto;
  font-weight: 600;
  font-size: 18px;
  color: #42424C;
}

.trends-grid-item:hover .no-white,
.trends-grid-item.active .no-white {
  display: none;
}

.trends-grid-item:hover span,
.trends-grid-item.active span {
  color: #fff;
}

.trends-grid-item:not(.active):not(:hover) .white {
  display: none;
}

.trends-grid-item:not(.active):not(:hover) {
  background-color: #fff !important;
}

@media (max-width: 767.98px) {
  .trends-grid {
    margin-top: 16px;
    margin-bottom: 0;
  }

  .trends-grid-item-wrap {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .trends-grid-item span {
    max-width: calc(100% - 40px);
    font-size: 14px;
  }

  .trends-grid-item {
    height: 60px;
  }
}

.trends-menu {
  display: none;
}

.trends-menu.visible {
  display: block;
}

.slab {
  position: fixed;
  top: 0;
  background-color: #000;
  color: #fff;
  font-weight: bold;
  padding: 4px 16px;
  border-radius: 0 0 4px 4px;
}

@media (max-width: 1199.98px) {
  .slab {
    display: none;
  }
}

@media (min-width: 1200px) {
  .slab {
    right: 60px;
  }
}

@media (min-width: 1721px) {
  .slab {
    right: 160px;
  }
}

.industry-text {
  margin-bottom: 200px;
}

@media (max-width: 767.98px) {
  .industry-text {
    margin-bottom: 100px;
  }
}

.industry-text h2,
.industry-text h3 {
  color: #000;
}

.industry-text h2 {
  margin-bottom: 48px;
  font-weight: 500;
  font-size: 36px;
  line-height: 46px;
}

@media (max-width: 767.98px) {
  .industry-text h2 {
    margin-bottom: 32px;
    font-size: 24px;
    line-height: 36px;
  }
}

.industry-text h3 {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
}

@media (max-width: 767.98px) {
  .industry-text h3 {
    font-size: 18px;
    line-height: 24px;
  }
}

.industry-image-left img {
  width: 100%;
  height: auto;
}

@media (min-width: 992px) {
  .industry-image-left img {
    max-width: 517px;
  }
}

.industry-cards,
.industry-numbers {
  margin-bottom: 170px;
}

@media (max-width: 1199.98px) {
  .industry-cards,
  .industry-numbers {
    margin-bottom: 100px;
  }
}

@media (min-width: 768px) {
  .industry-cards,
  .industry-numbers {
    display: flex;
    flex-wrap: nowrap;
    margin-left: -16px;
    margin-right: -16px;
  }
}

@media (max-width: 767.98px) {
  .industry-cards,
  .industry-numbers {
    margin-bottom: 50px;
  }
}

.industry-numbers {
  margin-left: 0;
  margin-right: 0;
  justify-content: space-between;
}

.industry-number {
  display: flex;
}

.industry-card {
  background: #FFFFFF;
  box-shadow: 3px 6px 13px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  flex: 1;
  padding: 30px 52px;
}

@media (max-width: 991.98px) {
  .industry-card {
    padding: 16px 24px;
  }
}

@media (min-width: 768px) {
  .industry-card {
    margin-left: 16px;
    margin-right: 16px;
  }
}

@media (max-width: 767.98px) {
  .industry-number,
  .industry-card {
    margin-bottom: 20px;
  }

  .industry-number:last-child,
  .industry-card:last-child {
    margin-bottom: 0;
  }
}

.industry-card-num {
  margin-bottom: 12px;
  font-weight: bold;
  font-size: 72px;
  line-height: 80px;
  color: #FF0000;
}

@media (max-width: 1199.98px) {
  .industry-card-num {
    font-size: 48px;
    line-height: 60px;
  }
}

.industry-number-num {
  margin-right: 30px;
  font-weight: bold;
  font-size: 96px;
  line-height: 80px;
  color: #F8F8F8;
  -webkit-text-stroke: 1px black;
}

@media (max-width: 991.98px) {
  .industry-number-num {
    margin-right: 16px;
    font-size: 48px;
    line-height: 48px;
  }
}

@media (max-width: 767.98px) {
  .industry-number-num {
    max-width: 64px;
    flex: 1;
    text-align: center;
  }
}

.industry-card-text,
.industry-number-text {
  font-size: 20px;
  line-height: 32px;
}

@media (max-width: 1199.98px) {
  .industry-card-text,
  .industry-number-text {
    font-size: 16px;
    line-height: 24px;
  }
}

.industry-image-block {
  margin-bottom: 220px;
}

@media (min-width: 992px) {
  .industry-image-block {
    display: flex;
    flex-wrap: wrap;
  }
}

@media (max-width: 1199.98px) {
  .industry-image-block {
    margin-bottom: 150px;
  }
}

@media (max-width: 767.98px) {
  .industry-image-block {
    margin-bottom: 75px;
  }
}

.industry-image-block:last-child {
  margin-bottom: 0;
}

.industry-image-left {
  max-width: 517px;
  flex: 1 0 517px;
  margin-right: 40px;
}

@media (max-width: 1199.98px) {
  .industry-image-left {
    max-width: 350px;
    flex: 1 0 350px;
    margin-right: 25px;
  }
}

@media (max-width: 991.98px) {
  .industry-image-left {
    max-width: none;
  }
}

.industry-image-right {
  flex: 1;
}

@media (max-width: 991.98px) {
  .industry-image-right {
    margin-top: 24px;
  }
}

.industry-image-right h2 {
  font-size: 32px;
}

@media (max-width: 991.98px) {
  .industry-image-right h2 {
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 36px;
  }
}

.industry-image-list {
  margin-top: 48px;
}

.industry-list {
  list-style: none;
  margin: 0;
  margin-top: 24px;
  padding: 0;
  counter-reset: list;
}

@media (min-width: 768px) {
  .industry-list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -16px;
    margin-right: -16px;
    margin: 48px 0 -60px;
  }
}

.industry-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 16px;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}

@media (min-width: 768px) {
  .industry-list li {
    margin-bottom: 60px;
    padding-left: 16px;
    padding-right: 16px;
    max-width: 30%;
    flex: 1 0 30%;
  }
}

@media (max-width: 991.98px) {
  .industry-list li {
    max-width: 50%;
    flex: 1 0 50%;
  }
}

@media (max-width: 767.98px) {
  .industry-list li {
    max-width: none;
  }
}

.industry-list li .num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 24px;
  flex: 1 0 24px;
  height: 24px;
  margin-right: 14px;
  background: #458F9F;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
}

.quiz-form {
  position: relative;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.quiz-form h1 {
  padding-left: 24px;
}

@media (max-width: 567.98px) {
  .quiz-form h1 {
    padding-left: 12px;
    font-size: 24px;
  }
}

.quiz {
  position: absolute;
  top: 0;
  left: 0;
  padding: 24px;
  border-radius: 4px;
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.35s;
}

@media (max-width: 567.98px) {
  .quiz {
    padding: 12px;
  }
}

.quiz.visible {
  position: static;
  opacity: 1;
  visibility: visible;
}

.quiz-content {
  position: relative;
}

.quizImg {
  height: 400px;
  opacity: 0;
  background-position: center;
  background-size: cover;
  transform: scale(0.5);
  transition: all 0.5s;
}

@media (max-width: 567.98px) {
  .quizImg {
    height: 300px;
  }
}

.quiz.visible .quizImg {
  opacity: 1;
  transform: scale(1);
}

.quizQuestion {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  margin: 0;
  padding: 75px 20px 16px;
  font-size: 20px;
  color: #fff;
  opacity: 0;
  transition: 0.5s all;
  transition-delay: 0.5s;
}

.quiz.visible .quizQuestion {
  opacity: 1;
  background: black;
  background: linear-gradient(0deg, black 14%, rgba(0, 0, 0, 0.6505952723) 65%, rgba(255, 255, 255, 0.0007353283) 100%);
}

@media (max-width: 567.98px) {
  .quizQuestion {
    line-height: 1.5;
    font-size: 14px;
  }
}

.quiz-choices {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 16px;
}

@media (max-width: 567.98px) {
  .quiz-choices {
    justify-content: flex-start;
    margin-bottom: -12px;
  }
}

.proforient-label {
  display: block;
  padding: 6px 16px;
  border-radius: 4px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  white-space: nowrap;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: 0.25s background-color;
}

@media (max-width: 567.98px) {
  .proforient-label {
    margin-right: 12px;
    margin-bottom: 12px;
  }

  .proforient-label:last-child {
    margin-right: 0;
  }
}

.proforient-label-1 {
  color: #fff;
  background-color: #dc3545;
}

.proforient-label-1:hover {
  background-color: #e04b59;
}

.proforient-label-2 {
  color: #721c24;
  background-color: #f8d7da;
}

.proforient-label-2:hover {
  background-color: #f4c1c6;
}

.proforient-label-3 {
  color: #856404;
  background-color: #fff3cd;
}

.proforient-label-3:hover {
  background-color: #ffedb4;
}

.proforient-label-4 {
  color: #155724;
  background-color: #d4edda;
}

.proforient-label-4:hover {
  background-color: #c2e5cb;
}

.proforient-label-5 {
  color: #fff;
  background-color: #76b83f;
}

.proforient-label-5:hover {
  background-color: #83c24e;
}

.proforient-label input {
  display: none;
}

.quiz-form-button {
  margin-top: 40px;
  text-align: center;
}

.quiz-form-button button {
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
}

.test-result-heading {
  margin-bottom: 48px;
  font-weight: normal;
}

@media (max-width: 567.98px) {
  .test-result-heading {
    margin-bottom: 32px;
    font-size: 24px;
    line-height: 1.25;
  }
}

.proforient-note {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: -16px;
}

@media (max-width: 567.98px) {
  .proforient-note {
    flex-direction: column;
    align-items: flex-start;
  }
}

.proforient-note > div {
  margin-right: 40px;
  margin-bottom: 16px;
}

@media (max-width: 567.98px) {
  .proforient-note > div {
    margin-right: 0;
  }
}

.proforient-note > div:last-child {
  margin-right: 0;
}

.proforient-results {
  margin-top: 48px;
}

@media (max-width: 567.98px) {
  .proforient-results {
    margin-top: 32px;
  }
}

.proforient-result-item {
  background-color: #fff;
  margin-bottom: 48px;
  padding: 36px 24px;
  border-radius: 8px;
}

.proforient-result-item:last-child {
  margin-bottom: 0;
}

.proforient-result-skill {
  font-size: 24px;
  color: #FE5E2C;
}

.proforient-result-descr {
  margin: 24px 0 36px;
}

.proforient-result-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #FE5E2C;
  border-radius: 4px;
  padding: 12px 24px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  color: #FE5E2C;
  transition: 0.25s all;
}

.proforient-result-link:hover {
  background-color: #FE5E2C;
  color: #fff;
}

@media (max-width: 767.98px) {
  .proforient-result-item {
    margin-bottom: 32px;
    padding: 24px 20px;
  }

  .proforient-result-skill {
    font-size: 20px;
  }

  .proforient-result-descr {
    margin: 20px 0 24px;
    font-size: 14px;
  }

  .proforient-result-link {
    width: 100%;
  }
}

.quizProgress {
  position: absolute;
  top: 8px;
  left: 8px;
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
}

