

/* Start:/local/templates/uc3/css/style.css?1768862886453519*/
/* stylelint-disable */

/*! 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;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
 ========================================================================== */

/**
* Remove the gray background on active links in IE 10.
*/

a {
  background-color: transparent;
}

/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -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;
}

/* stylelint-disable */

/**
 * Swiper 5.3.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 29, 2020
 */

@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.hidden_content {
  visibility: hidden !important;
}

.swiper-notification {
  display: none !important;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  justify-content: center;
  margin: auto;
}

.swiper-container-initialized .swiper-wrapper {
  justify-content: unset;
  margin: 0;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  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;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: 'prev';
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */

:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* a11y */

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@font-face {
  font-style: normal;
  font-weight: 400;
  font-family: "Golos Text";
  font-display: swap;
  src: url("/local/templates/uc3/css/../fonts/golos-regular.woff2") format("woff2"), url("/local/templates/uc3/css/../fonts/golos-regular.woff") format("woff");
}

@font-face {
  font-style: normal;
  font-weight: 500;
  font-family: "Golos Text";
  font-display: swap;
  src: url("/local/templates/uc3/css/../fonts/golos-medium.woff2") format("woff2"), url("/local/templates/uc3/css/../fonts/golos-medium.woff") format("woff");
}

@font-face {
  font-style: normal;
  font-weight: 600;
  font-family: "Golos Text";
  font-display: swap;
  src: url("/local/templates/uc3/css/../fonts/golos-demibold.woff2") format("woff2"), url("/local/templates/uc3/css/../fonts/golos-demibold.woff") format("woff");
}

@font-face {
  font-style: normal;
  font-weight: 700;
  font-family: "Golos Text";
  font-display: swap;
  src: url("/local/templates/uc3/css/../fonts/golos-bold.woff2") format("woff2"), url("/local/templates/uc3/css/../fonts/golos-bold.woff") format("woff");
}

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

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

html,
body {
  margin: 0;
  padding: 0;
}

body {
  width: 100%;
  height: 100%;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-family: "Golos Text", "Arial", sans-serif;
  color: #000000;
  background-color: #eff8ff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

a {
  color: #000000;
  text-decoration: none;
}

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

textarea {
  resize: none;
}

input:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 1000px #ffffff;
  box-shadow: inset 0 0 0 1000px #ffffff;
  -webkit-text-fill-color: #000000;
}

input,
textarea {
  border-radius: 0;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  opacity: 1;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
}

input:invalid,
textarea:invalid {
  -webkit-box-shadow: none;
  box-shadow: none;
}

select {
  border-radius: 0;
}

input::-ms-clear,
input::-ms-reveal {
  display: none;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  appearance: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
  appearance: none;
}

input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

select,
textarea,
input:matches([type="email"],
[type="number"],
[type="password"],
[type="search"],
[type="tel"],
[type="text"],
[type="url"]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  /* stylelint-disable-next-line */
  min-height: calc(100 * var(--vh, 1vh));
  overflow: hidden;
}

.wrapper--no-scrollbar {
  height: 100vh;
  /* stylelint-disable-next-line */
  height: calc(100 * var(--vh, 1vh));
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.wrapper--no-scrollbar::-webkit-scrollbar {
  display: none;
}

.wrapper--overflow {
  overflow: initial;
}

.wrapper .header,
.wrapper .footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.wrapper main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.scroll-lock-ios {
  position: fixed;
  overflow: hidden;
}

.scroll-lock {
  overflow: hidden;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  clip: rect(0 0 0 0);
}

.no-transition {
  /* stylelint-disable-next-line */
  -webkit-transition: none !important;
  transition: none !important;
}

.rouble {
  font-weight: 400 !important;
  font-family: "Rouble", "Arial", sans-serif;
  /* stylelint-disable */
  text-transform: lowercase !important;
  /* stylelint-enable */
}

.btn-reset {
  padding: 0;
  background-color: transparent;
  border: none;
  border-radius: 0;
  cursor: pointer;
}

@-webkit-keyframes disableBreakpointAnimation {
  0% {
    visibility: hidden;
    opacity: 0;
  }

  100% {
    visibility: hidden;
    opacity: 0;
  }
}

@keyframes disableBreakpointAnimation {
  0% {
    visibility: hidden;
    opacity: 0;
  }

  100% {
    visibility: hidden;
    opacity: 0;
  }
}

.container {
  width: 100%;
  max-width: 1296px;
  margin: 0 auto;
  padding: 0 40px;
}

.container--our-courses {
  padding: 0 48px;
}

.order_butt {
  background-color: #e10000;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 16px !important;
  font-weight: 700;
  line-height: 35px  !important;
  padding: 5px 0px 5px 0px  !important;
  margin-left: 1px;
  vertical-align: top;
  text-decoration: none;
  margin: 0px 0px 5px 0px;
  width: 100%;
  text-align: center;
}

.order_butt:hover,
.order_butt:active,
.order_butt:focus {
  background-color: #ff3c3c;
}

.tooltip {
  display: block;
  position: relative;
  width: 20px;
  height: 20px;
  background-color: rgba(12, 42, 105, 0.11);
  border-radius: 50%;
  border: none;
  -webkit-transition: opacity 0.3s ease, background-color 0.3s ease;
  transition: opacity 0.3s ease, background-color 0.3s ease;
  cursor: pointer;
}

.tooltip::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 10px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url("/local/templates/uc3/css/../img/svg/icon-tooltip.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.tooltip-block {
  position: fixed;
  z-index: 99999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 563px;
  width: auto;
  padding: 20px 28px;
  background-color: rgba(0, 0, 0, 0.67);
  -webkit-box-shadow: 0px 14px 94px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 14px 94px rgba(0, 0, 0, 0.14);
  -webkit-backdrop-filter: blur(17px);
  backdrop-filter: blur(17px);
  border-radius: 14px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
}

.tooltip-block__item {
  display: block;
  margin-bottom: 10px;
  color: #ffffff;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.tooltip-block__item:last-child {
  margin-bottom: 0;
}

.tooltip-block__text {
  margin-bottom: 24px;
  font-size: 14px;
  line-height: 175%;
  color: #ffffff;
}

.tooltip-block__text.no-margin {
  margin-bottom: 0;
}

.tooltip-block__link {
  position: relative;
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding-right: 36px;
  font-weight: 600;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.tooltip-block__link::before {
  content: "";
  position: absolute;
  top: 53%;
  right: 0;
  width: 22px;
  height: 14px;
  background-image: url("/local/templates/uc3/css/../img/svg/icon-tooltip-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.tooltip-block__content {
  font-weight: 400;
  font-size: 14px;
  line-height: 175%;
  color: #ffffff;
}

.tooltip-block.is-open {
  visibility: visible;
  opacity: 1;
}

.button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  border: none;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease, background 0.3s ease, border-color 0.3s ease;
  transition: opacity 0.3s ease, background 0.3s ease, border-color 0.3s ease;
  cursor: pointer;
}

.button--red {
  padding: 21px 20px 22px;
  color: #ffffff;
  background-color: #df2c35;
  border-radius: 99px;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}

.button--green {
  padding: 21px;
  color: #0d0c0c;
  background-color: #3ef97e;
  border-radius: 99px;
}

.button--yellow {
  padding: 21px;
  font-size: 15px;
  line-height: 1.65;
  background-color: #f9d83e;
  border-radius: 99px;
}

.button--transparent {
  position: relative;
  z-index: 2;
  padding: 21px;
  font-size: 15px;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 99px;
}

.button--round {
  width: 260px;
  height: 260px;
  padding: 44px;
  padding-top: 38px;
  font-weight: 700;
  font-size: 31px;
  line-height: 1.45;
  text-align: center;
  color: #ffffff;
  background: radial-gradient(116.23% 535.39% at -17.48% -144.75%, rgba(255, 255, 255, 0.19) 0%, rgba(255, 255, 255, 0) 100%), #df2c35;
  border-radius: 50%;
  -webkit-box-shadow: 0 34px 94px rgba(0, 0, 0, 0.18);
  box-shadow: 0 34px 94px rgba(0, 0, 0, 0.18);
}

.button--tab {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 18px;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  color: #0d0c0c;
  background-color: transparent;
  border: 1px solid #c9c9c9;
  border-radius: 80px;
}

.button--border {
  padding: 13px 36px;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  background-color: rgba(255, 255, 255, 0);
  border: 1.5px solid rgba(0, 0, 0, 0.2);
  border-radius: 110px;
}

.button--icon {
  position: relative;
  padding-right: 55px;
}

.button__icon {
  position: absolute;
  top: calc(50% - 15px);
  right: 9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.button__icon svg {
  width: 16px;
  height: 16px;
}

.button__icon--red {
  color: #ffffff;
  background-color: #df2c35;
}

.button--tab.is-active {
  background-color: #f9d83e;
  border: 1px solid #f9d83e;
  pointer-events: none;
}

.button--tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: auto;
  padding: 8px 16px;
  font-weight: 400;
  font-size: 13px;
  line-height: 19px;
  color: rgba(0, 0, 0, 0.65);
  background-color: transparent;
  border: 1.5px solid rgba(0, 0, 0, 0.12);
  border-radius: 100px;
}

.button--tag.is-active {
  color: #0d0c0c;
  background-color: #f9d83e;
  border-color: #f9d83e;
  pointer-events: none;
}

.button--text-red {
  color: #df2c35;
}

.button--big-padding {
  padding: 19px 36px;
  border-radius: 99px;
  font-weight: 600;
  font-size: 15px;
  line-height: 25px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.button--sm {
  min-height: 42px;
  padding: 9px 21px;
  font-weight: 400;
  font-size: 15px;
  line-height: 23px;
  border-radius: 100px;
}

.button--block {
  width: 100%;
}

.selection-block--videos .button--tab,
.selection-block--price .button--tab {
  color: rgba(0, 0, 0, 0.65);
  font-size: 13px;
  line-height: 19px;
}

.button--tab.is-active {
  color: #0d0c0c;
}

.page__title {
  margin: 0;
  font-weight: bold;
  font-size: 36px;
  line-height: 52px;
  color: #0d0c0c;
}

.page__tag {
  margin-bottom: 27px;
  padding: 6px 24px;
}

.page__tag + .page__tag {
  margin-left: 15px;
}

.page__article-title {
  max-width: 80%;
  margin: 0;
  margin-bottom: 59px;
  font-weight: 700;
  font-size: 36px;
  line-height: 145%;
}

.page__news-title {
  margin: 0 0 60px;
  font-family: "Golos Text", "Arial", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 31px;
  line-height: 45px;
  color: #05122c;
}

.page__news-title br {
  display: none;
}

.page__blog-title {
  margin: 0 0 60px;
  font-family: "Golos Text", "Arial", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 31px;
  line-height: 45px;
  color: #05122c;
}

.page__contacts-title {
  margin: 0;
  margin-bottom: 49px;
  font-weight: 700;
  font-size: 36px;
  line-height: 145%;
  color: #05122c;
  display: flex;
  justify-content: space-between;
}

.page--template h1 {
  position: relative;
  margin: 116px 0 72px;
  font-size: 36px;
  line-height: 145%;
  z-index: 2;
  font-family: "Golos Text", "Arial", sans-serif;
  font-style: normal;
  font-weight: bold;
  color: #05122c;
}

.page--template h1 br {
  display: none;
}

[data-accordion="element"].is-active > [data-accordion="content"] {
  max-height: 100%;
}

[data-accordion="parent"].no-transition [data-accordion="content"] {
  -webkit-transition: none;
  transition: none;
}

[data-accordion="content"] {
  max-height: 0;
  -webkit-transition: max-height 0.3s;
  transition: max-height 0.3s;
  overflow: hidden;
  opacity: 0.8;
}

.custom-input input {
  width: 100%;
  padding: 16px 35px;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
  text-overflow: ellipsis;
  background-color: #ffffff;
  border: none;
  outline: none;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease;
}

.custom-input input::-webkit-input-placeholder {
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  color: rgba(0, 0, 0, 0.59);
  text-overflow: ellipsis;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.custom-input input::-moz-placeholder {
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  color: rgba(0, 0, 0, 0.59);
  text-overflow: ellipsis;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.custom-input input:-ms-input-placeholder {
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  color: rgba(0, 0, 0, 0.59);
  text-overflow: ellipsis;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.custom-input input::-ms-input-placeholder {
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  color: rgba(0, 0, 0, 0.59);
  text-overflow: ellipsis;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.custom-input input::placeholder {
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  color: rgba(0, 0, 0, 0.59);
  text-overflow: ellipsis;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.custom-input input:hover,
.custom-input input:focus {
  color: rgba(0, 0, 0, 0.5);
  background-color: rgba(255, 255, 255, 0.87);
}

.custom-input input:hover::-webkit-input-placeholder,
.custom-input input:focus::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.custom-input input:hover::-moz-placeholder,
.custom-input input:focus::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.custom-input input:hover:-ms-input-placeholder,
.custom-input input:focus:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.custom-input input:hover::-ms-input-placeholder,
.custom-input input:focus::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.custom-input input:hover::placeholder,
.custom-input input:focus::placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.custom-select {
  position: relative;
  width: 100%;
}

.custom-select__label {
  position: absolute;
  top: 12px;
  left: 21px;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #797777;
  opacity: 0.8;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  pointer-events: none;
}

.custom-select:hover .custom-select__label{
  opacity: 1;
}

.custom-select__placeholder {
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  pointer-events: none;
}

.custom-select select {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  clip: rect(0 0 0 0);
}

.custom-select__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 64px;
  padding: 12px 21px;
  padding-top: 33px;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  background-color: #ffffff;
  border: 1px solid #d0d0d0;
  border-radius: 10px;
  outline: none;
  cursor: pointer;
  -webkit-transition: border 0.3s ease, opacity 0.3s ease;
  transition: border 0.3s ease, opacity 0.3s ease;
}

.custom-select__button:hover,
.custom-select__button:focus {
  border: 1px solid #0c2a69;
}

.custom-select__button::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  width: 10px;
  height: 7px;
  background-image: url("/local/templates/uc3/css/../img/svg/icon-select-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.custom-select__button.no-before::before{
  display: none;
}

.custom-select__list {
  position: absolute;
  bottom: 10px;
  z-index: 3;
  width: 100%;
  margin: 0;
  padding: 11px 0 0 0;
  overflow-y: auto;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #d0d0d0;
  border-top: none;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0.3s ease, opacity 0.3s ease;
  transition: visibility 0.3s ease, opacity 0.3s ease;
}

.custom-select__list .custom-select__item {
  position: relative;
  padding: 11px 21px;
  margin: 0;
  font-weight: 600;
  color: #0d0c0c;
  background-color: #fafafa;
  outline: none;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.custom-select__list .custom-select__item[aria-selected="true"] {
  background-color: #f2f2f2;
}

.custom-select__list .custom-select__item:before {
  content: none;
}

.custom-select__item {
  position: relative;
  padding: 11px 21px;
  font-weight: 600;
  color: #0d0c0c;
  background-color: #fafafa;
  outline: none;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.custom-select__item[aria-selected="true"] {
  background-color: #f2f2f2;
}

.custom-select__error {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #df2c35;
  opacity: 0;
  -webkit-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
}

.custom-select__text {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 80%;
  overflow: hidden;
  text-align: left;
  color: #0d0c0c;
  white-space: nowrap;
  text-overflow: ellipsis;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0.1s;
  transition: opacity 0.3s ease 0.1s;
}

.custom-select__text br {
  display: none;
}

.custom-select__tooltip {
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.custom-select.open-up .custom-select__list {
  top: 0;
  bottom: auto;
  -webkit-transform: translateY(calc(-100% + 30px));
  transform: translateY(calc(-100% + 30px));
}

.custom-select.is-open .custom-select__list {
  visibility: visible;
  opacity: 1;
  margin: 0;
}

.custom-select.is-open .custom-select__button {
  border: 1px solid #d0d0d0;
}

.custom-select.is-open .custom-select__button::before {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.custom-select.not-empty .custom-select__text {
  opacity: 1;
}

.custom-select.not-empty .custom-select__placeholder {
  opacity: 0;
}

.custom-select.is-invalid .custom-select__error {
  opacity: 1;
}

.custom-select.has-tooltip .custom-select__button {
  padding-left: 53px;
}

.custom-select.has-tooltip .custom-select__label {
  left: 53px;
}

.custom-select.has-tooltip .custom-select__item {
  padding-left: 53px;
}

.custom-select--placeholder .custom-select__label {
  -webkit-transform: translateY(calc(-50% - 40px));
  transform: translateY(calc(-50% - 40px));
  opacity: 1;
}

.custom-select--placeholder.is-open .custom-select__label {
  opacity: 1;
}

.custom-select--placeholder.not-empty .custom-select__label {
  opacity: 1;
}

.custom-select.slide-up.not-empty .custom-select__label,
.custom-select.slide-up.is-open .custom-select__label {
  -webkit-transform: translateY(calc(-50% - 40px));
  transform: translateY(calc(-50% - 40px));
  opacity: 1;
}

.custom-select.slide-up.not-empty .custom-select__text,
.custom-select.slide-up.is-open .custom-select__text {
  opacity: 1;
}

.custom-select__wrapper-item {
  width: calc(50% - 14px);
  margin-bottom: 32px;
}

.custom-select__wrapper-item--block {
  width: 100%;
}

.custom-select__wrapper-item--full {
  width: 100%;
}

.custom-select__wrapper-item--checkbox input,
.custom-select__wrapper-item--radio input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  clip: rect(0 0 0 0);
}

.custom-select__wrapper-item--radio label:hover > span {
  -webkit-box-shadow: inset 0 0 0 2px #0c2a69;
  box-shadow: inset 0 0 0 2px #0c2a69;
}

.custom-select__wrapper-item--radio input:checked + span {
  -webkit-box-shadow: inset 0 0 0 2px #df2c35;
  box-shadow: inset 0 0 0 2px #df2c35;
}

.custom-select__wrapper-item--radio input:checked + span::before {
  -webkit-box-shadow: inset 0 0 0 2px rgba(223, 44, 53, 0.4), inset 0 0 0 5px #f8f8f8, inset 0 0 0 26px #df2c35;
  box-shadow: inset 0 0 0 2px rgba(223, 44, 53, 0.4), inset 0 0 0 5px #f8f8f8, inset 0 0 0 26px #df2c35;
}

.custom-select__wrapper-item--radio label:hover > input:checked + span::before {
  -webkit-box-shadow: inset 0 0 0 2px rgba(223, 44, 53, 0.2), inset 0 0 0 5px #f4f4f4, inset 0 0 0 26px rgba(223, 44, 53, 0.4);
  box-shadow: inset 0 0 0 2px rgba(223, 44, 53, 0.2), inset 0 0 0 5px #f4f4f4, inset 0 0 0 26px rgba(223, 44, 53, 0.4);
}

.custom-select__wrapper-item--radio input:checked + span span {
  color: #4e4e4e;
}

.custom-select__wrapper-item--checkbox {
  width: 51%;
  min-width: 465px;
}

.custom-select__wrapper-item--checkbox label:hover > span::before {
  -webkit-box-shadow: inset 0 0 0 2px #0c2a69;
  box-shadow: inset 0 0 0 2px #0c2a69;
}

.custom-select__wrapper-item--checkbox input:focus + span::before {
  -webkit-box-shadow: inset 0 0 0 2px #0c2a69;
  box-shadow: inset 0 0 0 2px #0c2a69;
}

.custom-select__wrapper-item--checkbox input:checked + span::before {
  -webkit-box-shadow: inset 0 0 0 2px rgba(223, 44, 53, 0.4), inset 0 0 0 5px #f4f4f4, inset 0 0 0 26px #df2c35;
  box-shadow: inset 0 0 0 2px rgba(223, 44, 53, 0.4), inset 0 0 0 5px #f4f4f4, inset 0 0 0 26px #df2c35;
}

.custom-select__wrapper-item--checkbox label:hover > input:checked + span::before {
  -webkit-box-shadow: inset 0 0 0 2px rgba(223, 44, 53, 0.2), inset 0 0 0 5px #f4f4f4, inset 0 0 0 26px rgba(223, 44, 53, 0.4);
  box-shadow: inset 0 0 0 2px rgba(223, 44, 53, 0.2), inset 0 0 0 5px #f4f4f4, inset 0 0 0 26px rgba(223, 44, 53, 0.4);
}

.custom-select__wrapper-item label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.custom-select__wrapper-item input,
.custom-select__wrapper-item textarea {
  width: 100%;
  padding: 32px 21px 12px 21px;
  font-size: 16px;
  line-height: 18px;
  color: #000000;
  text-overflow: ellipsis;
  border: 1px solid #d0d0d0;
  border-radius: 10px;
  outline: none;
  -webkit-transition: border 0.3s ease;
  transition: border 0.3s ease;
}

.custom-select__wrapper-item input:-webkit-autofill,
.custom-select__wrapper-item textarea:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 1000px #ffffff;
  box-shadow: inset 0 0 0 1000px #ffffff;
  -webkit-text-fill-color: #000000;
}

.custom-select__wrapper-item input::-webkit-input-placeholder,
.custom-select__wrapper-item textarea::-webkit-input-placeholder {
  font-size: 16px;
  line-height: 18px;
  color: #4e4e4e;
  opacity: 0.7;
}

.custom-select__wrapper-item input::-moz-placeholder,
.custom-select__wrapper-item textarea::-moz-placeholder {
  font-size: 16px;
  line-height: 18px;
  color: #4e4e4e;
  opacity: 0.7;
}

.custom-select__wrapper-item input:-ms-input-placeholder,
.custom-select__wrapper-item textarea:-ms-input-placeholder {
  font-size: 16px;
  line-height: 18px;
  color: #4e4e4e;
  opacity: 0.7;
}

.custom-select__wrapper-item input::-ms-input-placeholder,
.custom-select__wrapper-item textarea::-ms-input-placeholder {
  font-size: 16px;
  line-height: 18px;
  color: #4e4e4e;
  opacity: 0.7;
}

.custom-select__wrapper-item input::placeholder,
.custom-select__wrapper-item textarea::placeholder {
  font-size: 16px;
  line-height: 18px;
  color: #4e4e4e;
  opacity: 0.7;
}

.custom-select__wrapper-item input:disabled,
.custom-select__wrapper-item textarea:disabled {
  background-color: #f8f8f8;
}

.custom-select__wrapper-item input:hover,
.custom-select__wrapper-item input:focus,
.custom-select__wrapper-item textarea:hover,
.custom-select__wrapper-item textarea:focus {
  border: 1px solid #0c2a69;
}

.custom-select__wrapper-item input:hover:-webkit-autofill,
.custom-select__wrapper-item input:focus:-webkit-autofill,
.custom-select__wrapper-item textarea:hover:-webkit-autofill,
.custom-select__wrapper-item textarea:focus:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 1000px #ffffff;
  box-shadow: inset 0 0 0 1000px #ffffff;
  -webkit-text-fill-color: #000000;
}

.custom-select__wrapper-item input:required + span span:first-child::after,
.custom-select__wrapper-item textarea:required + span span:first-child::after {
  content: "*";
}

.custom-select__wrapper-item textarea {
  min-height: 136px;
}

.custom-select__wrapper-item--red-round-border label {
  position: relative;
  display: inline-block;
  width: auto;
  padding: 0 0 0 36px;
  font-weight: normal;
  font-size: 15px;
  line-height: 28px;
  color: #3a3b3d;
}

.custom-select__wrapper-item--red-round-border label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -webkit-box-shadow: inset 0 0 0 2px rgba(121, 119, 119, 0.3);
  box-shadow: inset 0 0 0 2px rgba(121, 119, 119, 0.3);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}

.custom-select__wrapper-item--red-round-border input:checked + label {
  color: #0d0c0c;
}

.custom-select__wrapper-item--red-round-border input:checked + label::before {
  -webkit-box-shadow: inset 0 0 0 2px rgba(223, 44, 53, 0.4), inset 0 0 0 5px #f8f8f8, inset 0 0 0 26px #df2c35;
  box-shadow: inset 0 0 0 2px rgba(223, 44, 53, 0.4), inset 0 0 0 5px #f8f8f8, inset 0 0 0 26px #df2c35;
}

.custom-select__wrapper-item--red-round-border label:hover > input:checked + span::before {
  -webkit-box-shadow: inset 0 0 0 2px rgba(223, 44, 53, 0.2), inset 0 0 0 5px #f4f4f4, inset 0 0 0 26px rgba(223, 44, 53, 0.4);
  box-shadow: inset 0 0 0 2px rgba(223, 44, 53, 0.2), inset 0 0 0 5px #f4f4f4, inset 0 0 0 26px rgba(223, 44, 53, 0.4);
}

.custom-select__wrapper-item.is-invalid input,
.custom-select__wrapper-item.is-invalid textarea {
  border: 1px solid #df2c35;
}

.custom-select__wrapper-item.is-invalid .registration-form__label-text {
  display: none;
}

.custom-select__wrapper-item.is-invalid .registration-form__label-error {
  display: block;
}

.custom-select__wrapper-item.is-invalid .registration-form__checkbox-error {
  display: block;
}

.custom-select__checkbox-error {
  position: absolute;
  top: 100%;
  left: 45px;
  display: none;
  font-size: 13px;
  line-height: 16px;
  color: #df2c35;
}

.custom-select__checkbox-text {
  padding: 5px 0 5px 50px;
  font-size: 15px;
  line-height: 165%;
  color: #797777;
}

.custom-select__checkbox-text::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 26px;
  height: 26px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 0 2px rgba(121, 119, 119, 0.3);
  box-shadow: inset 0 0 0 2px rgba(121, 119, 119, 0.3);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}

.custom-select__checkbox-text a {
  color: #e23e46;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.custom-select__label-placeholder {
  position: absolute;
  top: 14px;
  left: 22px;
  font-size: 13px;
  line-height: 16px;
  color: #797777;
  opacity: 0.8;
}

.custom-select__label-placeholder-text {
  display: block;
}

.custom-select__label-placeholder-error {
  display: none;
  color: #df2c35;
}

.custom-select__wrapper-item.is-invalid .custom-select__label-placeholder-text {
  display: none;
}

.custom-select__wrapper-item.is-invalid .custom-select__label-placeholder-error {
  display: block;
}

.custom-select__wrapper-item.is-invalid .custom-select__checkbox-error {
  display: block;
}

.custom-select__radio-text {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  padding: 35px 50px 37px 91px;
  background-color: #f8f8f8;
  border-radius: 20px;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  white-space: pre-line;
}

.custom-select__radio-text::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 35px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  -webkit-box-shadow: inset 0 0 0 2px rgba(121, 119, 119, 0.3);
  box-shadow: inset 0 0 0 2px rgba(121, 119, 119, 0.3);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}

.custom-select__radio-title {
  margin: 0 0 17px 0;
  font-weight: 700;
  font-size: 17px;
  line-height: 158%;
}

.custom-select__radio-desc {
  font-size: 15px;
  line-height: 170%;
  color: #797777;
}

.custom-select__input,
.custom-select__list-upper {
  display: none;
}

.custom-select__list-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding-left: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.custom-select__list::-webkit-scrollbar {
  width: 5px;
  background-color: transparent;
}

.custom-select__list::-webkit-scrollbar-track {
  background-color: transparent;
}

.custom-select__list::-webkit-scrollbar-thumb {
  background-color: #7a7a7a;
  border-radius: 30px;
}

.burger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 21px 40px;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  background-color: #df2c35;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.burger__icon {
  position: relative;
  display: block;
  width: 32px;
  height: 2px;
  margin-right: 32px;
  background-color: #ffffff;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.burger__icon::before,
.burger__icon::after {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.burger__icon::after {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}

.burger[aria-pressed="true"] .burger__icon {
  background-color: transparent;
}

.burger[aria-pressed="true"] .burger__icon::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.burger[aria-pressed="true"] .burger__icon::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.mob-menu-icon {
  display: none;
}

.mob-menu-courses-link {
  display: none;
}

.burger__text {
  color: white;
}

.header {
  z-index: 11;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.header .container {
  max-width: 1440px;
  padding: 0;
}

.header__top {
  position: relative;
  width: 100%;
  padding: 31px 0 26px;
  overflow: hidden;
  background-color: #0c2a69;
}

.header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 69px;
}

.header__logo {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 34px;
}

.header__search {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-right: 47px;
}

.header__contacts {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__contacts-wrap {
  margin-right: 46px;
}

.header__contacts-text {
  margin: 0;
  font-weight: 400;
  font-size: 13px;
  line-height: 21px;
  color: rgba(255, 255, 255, 0.6);
}

.header__contacts-link {
  display: block;
  font-weight: 600;
  font-size: 15px;
  line-height: 25px;
  color: #ffffff;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.header__bg {
  position: absolute;
  top: -66px;
  right: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  opacity: 0.3;
  pointer-events: none;
}

.header__bg::after {
  content: "";
  padding-bottom: calc(100% * 247 / 300);
}

.header__bg picture,
.header__bg img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.header__bottom {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.87);
}

.header__callback-btn {
  min-width: 211px;
  padding: 12px;
  font-size: 15px;
  line-height: 25px;
}

.header__callback-btn svg {
  display: none;
  fill: #ffffff;
  stroke: transparent;
}

.breadcrumbs {
  margin-bottom: 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.breadcrumbs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin: 0 0 -10px;
  padding: 0;
  list-style: none;
}

.breadcrumbs__item {
  margin-bottom: 10px;
}

.breadcrumbs__item:not(:last-child) {
  position: relative;
  margin-right: 34px;
}

.breadcrumbs__item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -21px;
  display: block;
  width: 4px;
  height: 4px;
  background-color: #df2c35;
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0.5;
}

.breadcrumbs__link,
.breadcrumbs__current {
  font-weight: 400;
  font-size: 13px;
  line-height: 21px;
  color: #df2c35;
}

.breadcrumbs__link {
  opacity: 1;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.breadcrumbs__current {
  pointer-events: none;
}

.main-nav {
  position: relative;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: background-color 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  transition: background-color 0.6s cubic-bezier(0.55, 0, 0.1, 1);
}

.main-nav.is-active {
  background-color: #e9e9e9;
}

.main-nav.is-active .main-nav__link--submenu.is-active {
  background-color: #ffffff;
}

.main-nav__toggle {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  min-height: 100%;
}

.main-nav__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  padding: 11px 47px 10px 47px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.main-nav__wrapper .header__contacts {
  display: none;
}

.main-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* min-width: 69%; */
  margin: 0;
  /* margin-right: -44px; */
  margin-bottom: -10px;
  padding: 0;
  list-style: none;
}

.main-nav__mb-toggle {
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin-top: auto;
  padding: 28px;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  color: #ffffff;
  background-color: #df2c35;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.main-nav__menu {
  position: fixed;
  top: 172px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 80;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  min-height: calc(100vh - 172px);
  /* stylelint-disable-next-line */
  min-height: calc(100 * var(--vh, 1vh) - 172px);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), transform 0.6s cubic-bezier(0.55, 0, 0.1, 1), visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), transform 0.6s cubic-bezier(0.55, 0, 0.1, 1), visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  pointer-events: none;
}

.main-nav__menu::-webkit-scrollbar {
  width: 5px;
  background-color: transparent;
}

.main-nav__menu::-webkit-scrollbar-track {
  background-color: transparent;
}

.main-nav__menu::-webkit-scrollbar-thumb {
  background-color: #7a7a7a;
  border-radius: 30px;
}

.main-nav__menu-btn {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 45px 25px 0;
  color: #df2c35;
  font-weight: 600;
  font-size: 12px;
  line-height: 171%;
}

.main-nav__menu-btn-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 25px;
  height: 25px;
  margin-right: 14px;
  color: #ffffff;
  background-color: #df2c35;
  border-radius: 50%;
}

.main-nav__menu-btn-icon svg {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.main-nav__menu-title {
  display: none;
}

.main-nav__menu.is-active {
  -webkit-transform: scale(1);
  transform: scale(1);
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.main-nav__menu-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  min-height: 100%;
  margin: 0 auto;
  padding: 40px 57px;
}

.main-nav__menu-content {
  width: 100%;
  min-height: 100%;
}

.main-nav__item {
  position: relative;
  margin-right: 9px;
  margin-bottom: 10px;
}

.main-nav__item .main-nav__link {
  padding: 8px 8px;
}

.main-nav__link-wrapper {
  position: relative;
}

.main-nav__link-wrapper .main-nav__link {
  cursor: pointer;
}

.main-nav__mb-acc-btn {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.main-nav__link {
  position: relative;
  display: inline-block;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  border-radius: 11px;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease, background-color 0.3s ease, padding 0.3s ease;
  transition: opacity 0.3s ease, background-color 0.3s ease, padding 0.3s ease;
}

.main-nav__sublist {
  position: absolute;
  top: calc(100% + 9px);
  left: -12px;
  z-index: 90;
  width: 195px;
  max-height: 385px;
  margin: 0;
  padding: 13px 16px;
  list-style: none;
  background-color: #ffffff;
  -webkit-box-shadow: 0 21px 34px rgba(0, 0, 0, 0.05);
  box-shadow: 0 21px 34px rgba(0, 0, 0, 0.05);
  border-radius: 11px;
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, max-height 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, max-height 0.3s ease;
}

.main-nav__sublist:hover,
.main-nav__sublist:focus {
  opacity: 1;
  visibility: visible;
}

.main-nav__sublist.is-active {
  opacity: 1;
  visibility: visible;
}

.main-nav__subitem {
  margin-bottom: 0;
}

.main-nav__subitem .main-nav__link {
  display: block;
  padding: 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 145%;
  border-radius: 5px;
}

.main-nav__subitem .main-nav__link--active {
  background: #f2f2f2;
}

/* .main-nav__social {
  margin-left: auto;
} */

.main-nav__bot {
  padding: 5px 14px;
  border-radius: 11px;
}
.main-nav__bot:hover {
  background: #ffffff;
}

.main-nav__bot a {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 13px;
}

.main-nav__bot a span.min {
  display: none;
}
@media (min-width: 1280px) and (max-width: 1400px) {
  .main-nav__bot a span.max {
    display: none;
  }
  .main-nav__bot a span.min {
    display: block;
  }
  .main-nav__bot svg {
    width: 24px;
  }
}
@media (min-width: 1131px) and (max-width: 1239px) {
  .main-nav__bot a span.max {
    display: none;
  }
  .main-nav__bot a span.min {
    display: block;
  }
  .main-nav__bot svg {
    width: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1130px) {
  .main-nav__bot {
    display: none;
  }
}

.footer {
  color: #ffffff;
  background-color: #071430;
}

.footer__top .container {
  display: -ms-grid;
  display: grid;
  grid-template-areas: "contacts-block footer-nav" "logo footer-nav";
  -ms-grid-columns: 255px 10.1% 1fr;
  grid-template-columns: 255px 1fr;
  -webkit-column-gap: 10.1%;
  -moz-column-gap: 10.1%;
  column-gap: 10.1%;
  padding-top: 65px;
  padding-bottom: 82px;
}

.footer__contacts {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: contacts-block;
  margin-top: 10px;
}

.footer__contacts-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  margin-bottom: 35px;
  font-size: 18px;
  line-height: 1.46;
  font-weight: 600;
}

.footer__email {
  display: block;
  margin-bottom: 18px;
  color: inherit;
}

.footer__phone {
  display: block;
  color: inherit;
}

.footer__phone:not(:last-child) {
  margin-bottom: 10px;
}

.footer__address {
  max-width: 192px;
  margin: 0;
  font-size: 15px;
  line-height: 1.85;
  color: inherit;
  opacity: 0.5;
}

.footer__logo {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  -ms-grid-row-align: end;
  align-self: end;
  grid-area: logo;
  height: 38px;
  opacity: 0.5;
}

.footer__logo svg {
  width: 254px;
  height: 38px;
}

.footer__nav {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 3;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 24px auto 24px auto;
  grid-template-areas: "for-students about formats courses" "promotions about formats courses" "promotions contacts formats courses";
  -ms-grid-columns: minmax(40px, 203px) 5.4% minmax(40px, 195px) 5.4% minmax(40px, 175px) 5.4% minmax(40px, 127px);
  grid-template-columns: minmax(40px, 203px) minmax(40px, 195px) minmax(40px, 175px) minmax(40px, 127px);
  grid-area: footer-nav;
  -webkit-column-gap: 5.4%;
  -moz-column-gap: 5.4%;
  column-gap: 5.4%;
  row-gap: 24px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer__nav-item {
  font-size: 15px;
  line-height: 1.65;
}

.footer__nav-item--for-students {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: for-students;
}

.footer__nav-item--about {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 3;
  grid-area: about;
}

.footer__nav-item--formats {
  -ms-grid-row: 1;
  -ms-grid-row-span: 5;
  -ms-grid-column: 5;
  grid-area: formats;
}

.footer__nav-item--courses {
  -ms-grid-row: 1;
  -ms-grid-row-span: 5;
  -ms-grid-column: 7;
  grid-area: courses;
}

.footer__nav-item--promotions {
  -ms-grid-row: 3;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  grid-area: promotions;
}

.footer__nav-item--contacts {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
  grid-area: contacts;
}

.footer__nav-link {
  display: inline-block;
  margin-bottom: 21px;
  color: inherit;
  font-weight: 600;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.footer__subnav {
  padding: 0;
  margin-bottom: -14px;
  list-style: none;
  opacity: 0.7;
}

.footer__subnav-item {
  font-size: 13px;
  line-height: 1.58;
  margin-bottom: 14px;
}

.footer__subnav-link {
  color: rgba(255, 255, 255, 0.8);
  opacity: 0.8;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.footer__bottom {
  background-color: #0b0d17;
}

.footer__bottom .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer__copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  margin-right: 76px;
  font-size: 13px;
  line-height: 1.58;
}

.footer__copyright-link {
  color: inherit;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.footer__bottom .container.footer__recaptcha {
  line-height: 1.58;
  padding-top: 0;
  padding-bottom: 20px;
  font-size: 13px;
  opacity: 0.3;
}
.footer__bottom .container.footer__recaptcha a {
  color: #fff;
  opacity: 0.7;
}
.grecaptcha-badge {
  display: none;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow-y: auto;
  /* -webkit-overflow-scrolling: touch; */
  background-color: rgba(70, 74, 83, 0.8);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), transform 0.6s cubic-bezier(0.55, 0, 0.1, 1), visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), transform 0.6s cubic-bezier(0.55, 0, 0.1, 1), visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  pointer-events: none;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.modal::-webkit-scrollbar {
  display: none;
}

.modal__wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  min-height: 100%;
  padding: 60px 40px;
}

.modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.modal__content {
  position: relative;
  width: 600px;
  padding: 40px;
  background-color: #ffffff;
}

.modal__close-btn {
  position: absolute;
  top: 22px;
  right: 22px;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding: 0;
  background-color: #ffffff;
  border: none;
  border-radius: 50%;
  cursor: pointer;
}

.modal--responsive .modal__content {
  width: 100%;
}

.modal--fit-content .modal__content {
  width: auto;
}

.modal--no-scale {
  -webkit-transform: none;
  transform: none;
}

.modal--preload {
  -webkit-transition: none;
  transition: none;
}

.modal.is-active {
  -webkit-transform: scale(1);
  transform: scale(1);
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.modal--video .modal__wrapper,
.modal--video-card .modal__wrapper {
  padding: 50px 65px;
}

.modal--video .modal__content,
.modal--video-card .modal__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 100%;
  min-height: 100%;
  padding: 0;
}

.modal--video .modal__close-btn,
.modal--video-card .modal__close-btn {
  top: -40px;
  right: -55px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  outline: none;
  -webkit-box-shadow: 0 4px 14px rgba(136, 93, 93, 0.07);
  box-shadow: 0 4px 14px rgba(136, 93, 93, 0.07);
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}

.modal--registration .modal__content {
  width: 100%;
  max-width: 1112px;
  padding: 0;
  border-radius: 20px;
}

.modal--registration .modal__close-btn {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  outline: none;
  -webkit-box-shadow: 0 4px 14px rgba(136, 93, 93, 0.07);
  box-shadow: 0 4px 14px rgba(136, 93, 93, 0.07);
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}

.modal--callback .modal__content {
  width: 100%;
  max-width: 1112px;
  padding: 0;
  border-radius: 20px;
}

.modal--callback .modal__close-btn {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  outline: none;
  -webkit-box-shadow: 0 4px 14px rgba(136, 93, 93, 0.07);
  box-shadow: 0 4px 14px rgba(136, 93, 93, 0.07);
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}

.modal--info .modal__content {
  width: 100%;
  max-width: 1112px;
  padding: 0;
  border-radius: 20px;
}

.modal--info .modal__close-btn {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  outline: none;
  -webkit-box-shadow: 0 4px 14px rgba(136, 93, 93, 0.07);
  box-shadow: 0 4px 14px rgba(136, 93, 93, 0.07);
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}

.modal--teacher .modal__wrapper {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 110px 165px 50px;
}

.modal--teacher .modal__content {
  width: 1112px;
  border-radius: 20px;
}

.modal--teacher .modal__close-btn {
  top: 27px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  outline: none;
  -webkit-box-shadow: 0 4px 14px rgba(136, 93, 93, 0.07);
  box-shadow: 0 4px 14px rgba(136, 93, 93, 0.07);
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}

.modal--template .modal__content {
  width: 100%;
  max-width: 1255px;
  padding: 0;
  border-radius: 20px;
}

.modal--template .modal__close-btn {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  outline: none;
  -webkit-box-shadow: 0 4px 14px rgba(136, 93, 93, 0.07);
  box-shadow: 0 4px 14px rgba(136, 93, 93, 0.07);
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}

.modal--feedback .modal__content {
  width: 100%;
  max-width: 1112px;
  padding: 0;
  border-radius: 20px;
}

.modal--feedback .modal__close-btn {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  outline: none;
  -webkit-box-shadow: 0 4px 14px rgba(136, 93, 93, 0.07);
  box-shadow: 0 4px 14px rgba(136, 93, 93, 0.07);
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}

.modal--success .modal__wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 177px 40px;
}

.modal--success .modal__content {
  -ms-flex-item-align: start;
  align-self: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 1112px;
  padding: 80px 102px 60px;
  border-radius: 20px;
}

.modal--success .modal__content .modal-success {
  width: 100%;
}

.modal--success .modal__close-btn {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  outline: none;
  -webkit-box-shadow: 0 4px 14px rgba(136, 93, 93, 0.07);
  box-shadow: 0 4px 14px rgba(136, 93, 93, 0.07);
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}

.modal--slider .modal__wrapper {
  padding: 0;
  overflow: hidden;
}

.modal--slider .modal__content {
  position: unset;
  width: 100%;
  padding: 0;
  background-color: rgba(255, 255, 255, 0);
}

.modal--slider .modal__close-btn {
  top: 30px;
  right: 20px;
  width: 45px;
  height: 45px;
  color: #0d0c0c;
  -webkit-filter: drop-shadow(0 4px 14px rgba(0, 0, 0, 0.07));
  filter: drop-shadow(0 4px 14px rgba(0, 0, 0, 0.07));
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.accordion {
  counter-reset: element;
}

.accordion__element {
  border-top: 3px solid rgba(255, 255, 255, 0.3);
}

.accordion__element:last-child {
  border-bottom: 3px solid rgba(255, 255, 255, 0.3);
}

.accordion__button {
  position: relative;
  width: 100%;
  padding: 22px 35px 22px 0;
  overflow: hidden;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  text-align: left;
  color: inherit;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease, background-color 0.3s ease;
  transition: opacity 0.3s ease, background-color 0.3s ease;
}

.accordion__icon {
  position: absolute;
  top: 50%;
  right: 0;
  width: 28px;
  height: 28px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0.6;
}

.accordion__icon::before,
.accordion__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 13px;
  height: 2px;
  background-color: #ffffff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.accordion__icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}

.accordion__element.is-active .accordion__icon::after {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.accordion--light .accordion__element {
  margin-bottom: 15px;
  border: none;
  counter-increment: element;
}

.accordion--light .accordion__button {
  padding: 21px 72px;
  font-weight: 600;
  font-size: 21px;
  line-height: 33px;
  color: #ffffff;
  background-color: #13306d;
  border-radius: 20px;
}

.accordion--light .accordion__button::before {
  content: counter(-moz-element, decimal-leading-zero);
  content: counter(element, decimal-leading-zero);
  position: absolute;
  top: -36px;
  left: 27px;
  font-weight: 600;
  font-size: 96px;
  line-height: 169px;
  color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.11)), to(transparent));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.11), transparent);
  -webkit-background-clip: text;
  background-clip: text;
  pointer-events: none;
}

.accordion--light .accordion__icon {
  right: 42px;
}

.accordion--light .accordion__element.is-active .accordion__button {
  background-color: #214389;
}

.accordion--no-light .accordion__element {
  margin-bottom: 15px;
  border: none;
  counter-increment: element;
}

.accordion--no-light .accordion__button {
  min-height: 114px;
  padding: 23px 48px;
  padding-right: 72px;
  font-family: inherit;
  font-weight: 600;
  font-size: 21px;
  line-height: 33px;
  color: #ffffff;
  background-color: #13306d;
  border-radius: 20px;
}

.accordion--no-light .accordion__icon {
  right: 40px;
}

.accordion--no-light .accordion__element.is-active .accordion__button {
  background-color: #214389;
}

.accordion__element.is-active .accordion__button {
  min-height: 114px;
}

.accordion.accordion--courses {
  width: 100%;
  margin-top: 69px;
}

.search-form__show-btn {
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: #df2c35;
  border-radius: 50%;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.search-form__clear-btn {
  position: absolute;
  top: 10px;
  right: 50px;
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 20px;
  height: 20px;
  background-color: transparent;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.search-form__show-btn svg {
  fill: #ffffff;
}

.search-form form {
  position: relative;
  width: 100%;
}

.search-form__field {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.search-form.is-open .search-form__field {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.search-form__input {
  width: 100%;
}

.search-form__input input {
  padding-right: 52px;
  border-radius: 100px;
}

.search-form__submit-btn {
  position: absolute;
  top: 50%;
  right: 9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 34px;
  height: 34px;
  background-color: #df2c35;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.search-form__submit-btn svg {
  fill: #ffffff;
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  margin-right: -8px;
  margin-bottom: -20px;
  padding: 0;
  list-style: none;
}

.social__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-right: 8px;
  margin-bottom: 20px;
  background-color: #ffffff;
  border-radius: 50%;
  opacity: 1;
  -webkit-transition: background-color 0.3s ease, opacity 0.3s ease;
  transition: background-color 0.3s ease, opacity 0.3s ease;
}

.social__link svg {
  width: 18px;
  height: 18px;
  color: #b8b8b9;
}

.social--light {
  margin-right: -6px;
  margin-bottom: -6px;
}

.social--light .social__link {
  width: 30px;
  height: 30px;
  margin: 0;
  background-color: rgba(255, 255, 255, 0);
}

.social--light .social__link svg {
  fill: #ffffff;
}

.social--light .social__item {
  margin-right: 6px;
  margin-bottom: 6px;
}

.intro-section--bg .intro-section__container::before {
  content: "";
  position: absolute;
  top: -174px;
  right: 120px;
  z-index: 0;
  width: 1139px;
  height: 1139px;
  background: linear-gradient(213.22deg, #ffffff -12.4%, rgba(255, 255, 255, 0) 47.52%);
  border-radius: 50%;
  opacity: 0.5;
  pointer-events: none;
}

.intro-section .container {
  max-width: 1440px;
  padding: 0 30px;
}

.intro-section__container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 35px 82px 0;
  background-color: #e9eef2;
  border-radius: 25px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.intro-section .breadcrumbs {
  z-index: 1;
  margin-bottom: 60px;
}

.intro-section .program-section {
  z-index: 1;
  margin-bottom: 60px;
}

.intro-section .request-form {
  z-index: 1;
  margin-bottom: -70px;
}

.intro-section--course {
  padding-bottom: 70px;
}

.intro-section--course .intro-section__container::before {
  content: "";
  position: absolute;
  top: -126px;
  right: 236px;
  z-index: 0;
  width: 1470px;
  height: 1470px;
  background: linear-gradient(213.22deg, #ffffff -12.4%, rgba(255, 255, 255, 0) 47.52%);
  border-radius: 50%;
  opacity: 0.5;
  pointer-events: none;
}

.intro-section--courses .intro-section__container {
  padding-bottom: 75px;
}

.intro-section--courses .intro-section__container::before {
  content: "";
  position: absolute;
  bottom: -320px;
  left: 50%;
  width: 836px;
  height: 836px;
  background: linear-gradient(213.22deg, #ffffff -12.4%, rgba(255, 255, 255, 0) 47.52%);
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0.5;
  pointer-events: none;
}

.intro-section--news-page .intro-section__container {
  background-color: rgba(255, 255, 255, 0);
}

.intro-section--template-page .container {
  position: relative;
  margin: 0 auto;
  max-width: 1380px;
}

.intro-section--template-page .intro-section__container {
  position: absolute;
  top: -172px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 100%;
  height: 640px;
  max-width: 1440px;
  padding: 207px 138px 0;
  z-index: 1;
}

.intro-section--template-page .intro-section__container::before {
  content: "";
  position: absolute;
  bottom: -320px;
  left: 50%;
  width: 726px;
  height: 836px;
  background: linear-gradient(213.22deg, #ffffff -12.4%, rgba(255, 255, 255, 0) 47.52%);
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0.5;
  pointer-events: none;
}

.intro-section--no-background .intro-section__container {
  background-color: rgba(255, 255, 255, 0);
  padding: 35px 0 0;
}

.intro-section--no-background .container {
  max-width: 1296px;
  padding: 0 40px;
}

.intro-section--no-background .breadcrumbs__item:last-child span {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  max-width: 229px;
  text-overflow: ellipsis;
  overflow: hidden;
}

.intro-section--teachers {
  overflow: hidden;
}

.intro-section--teachers .intro-section__container {
  overflow: hidden;
  padding: 35px 82px 135px;
}

.intro-section--schedule .intro-section__container {
  padding-bottom: 60px;
  overflow: visible;
}

.intro-section--schedule .selection-block__title {
  font-size: 36px;
  line-height: 52px;
  margin-bottom: 43px;
}

.intro-section--schedule .selection-block__tabs {
  width: 100%;
}

.intro-section--price {
  margin-bottom: 55px;
}

.intro-section--schedule {
  margin-bottom: 60px;
}

.intro-section--schedule .filters-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.intro-section--videos {
  margin-bottom: 60px;
}

.intro-section--schedule .intro-section__bg,
.intro-section--price .intro-section__bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 0;
  -ms-flex-item-align: center;
  align-self: center;
}

.intro-section--schedule .intro-section__bg img,
.intro-section--price .intro-section__bg img {
  width: 100%;
}

.intro-section--price .intro-section__container {
  padding-top: 35px;
  padding-left: 82px;
  padding-right: 82px;
  padding-bottom: 60px;
}

.intro-section--price .selection-block__title {
  font-size: 36px;
  line-height: 45px;
  margin-bottom: 47px;
  margin-right: 3px;
}

.intro-section--price .selection-block__tabs {
  width: 100%;
}

.intro-section--price .breadcrumbs {
  margin-bottom: 63px;
}

.intro-section--price .filters-container__text-name {
  padding-right: 60px;
}

.intro-section--price .filters-container__form-wrapper {
  -webkit-column-gap: 36px;
  -moz-column-gap: 36px;
  column-gap: 36px;
}

.intro-section--price .filters-container .custom-select__text::before {
  right: -41px;
}

.intro-section--price .tabs-controls {
  width: calc(100% + 14px);
}

.intro-section--courses .selection-block__title {
  font-size: 36px;
  line-height: 52px;
  font-weight: 700;
}

.intro-section--courses .tabs-controls {
  width: calc(100% + 1px);
}

.intro-section--courses .tabs-controls__item {
  margin-right: 0;
}

.intro-section--courses .tabs-controls__item:not(:last-child) {
  margin-right: 13px;
}

.selection-block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.selection-block__title {
  margin: 0 0 35px;
  font-weight: 700;
  font-size: 31px;
  line-height: 45px;
  color: #0d0c0c;
}

.selection-block__text {
  max-width: 720px;
  font-size: 15px;
  line-height: 28px;
  text-align: center;
  color: #797777;
}

.selection-block__text:last-of-type {
  margin: 0 0 45px;
}

.selection-block--videos {
  -webkit-box-align: unset;
  -ms-flex-align: unset;
  align-items: unset;
}

.selection-block--videos .selection-block__title {
  margin-bottom: 60px;
}

.selection-block--videos .selection-block__text {
  display: none;
}

.selection-block--videos .tabs-controls,
.selection-block--price .tabs-controls {
  -webkit-box-pack: unset;
  -ms-flex-pack: unset;
  justify-content: unset;
}

.selection-block--videos .tabs-controls__item {
  width: unset;
  min-width: 56px;
  margin-right: 0;
  margin-bottom: 12px;
}

.selection-block--videos .tabs-controls__item:not(:last-child),
.selection-block--price .tabs-controls__item:not(:last-child) {
  margin-right: 12px;
}

.selection-block--videos .button--tab,
.selection-block--price .button--tab {
  padding: 9px 16px;
  border-radius: 100px;
}

.selection-block--videos .selection-block__title {
  margin-bottom: 60px;
  font-size: 41px;
  line-height: 45px;
  font-weight: 700;
}

.selection-block--courses-main .selection-block__title {
  margin-bottom: 33px;
  font-size: 36px;
  line-height: 145%;
}

.selection-block--courses-main .selection-block__text {
  max-width: 986px;
}

.selection-block--price {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.selection-block--price .selection-block__title,
.selection-block--price .selection-block__text {
  display: none;
}

.selection-block--price .tabs-controls__item {
  width: unset;
  min-width: 144px;
}

.selection-block--price .tabs-controls__item:last-child .button--tab {
  color: #df2c35;
}

.selection-block--packages .selection-block__text:last-of-type {
  margin-bottom: 43px;
}

.courses-map {
  padding: 85px 0 65px;
}

.courses-map__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 18px;
  -moz-column-gap: 18px;
  column-gap: 18px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  --item-count: 3;
  --item-margin-bottom: 34px;
  --item-margin-right: 23px;
}

.courses-map__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc((100% / var(--item-count)) - 15px);
  margin-bottom: var(--item-margin-bottom);
}

.courses-map__item:last-child {
  margin-right: 0;
}

.courses-map__item:nth-child(3n + 2) {
  margin-right: 0;
}

.courses-map__item--large {
  --item-count: 2;
}

.course-card {
  width: 100%;
  padding: 20px 20px 15px;
  background-color: rgba(255, 255, 255, 0.45);
  border-radius: 20px;
}

.course-card__title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 86px;
  margin: 0 0 48px;
  padding: 17px 35px 17px 38px;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  color: #0d0c0c;
  background-color: #f9d83e;
  border-radius: 20px;
}

.course-card__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.course-card__item {
  position: relative;
  margin-bottom: 19px;
  padding-left: 46px;
}

.course-card__item.course-card__item--active-item > .course-card__subtitle {
  background-color: #f9d83e;
}

.course-card__item::after {
  content: "";
  position: absolute;
  top: 0;
  right: calc(100% - 2px);
  width: 2px;
  height: calc(100% + 20px);
  background-color: #e23e46;
}

.course-card__item:last-child::after {
  content: "";
  position: absolute;
  top: 0;
  right: calc(100% - 2px);
  width: 2px;
  height: calc(50% + 1px);
  background-color: #e23e46;
}

.course-card__item:first-child::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: calc(100% - 2px);
  width: 2px;
  height: calc(50% + 20px);
  background-color: #e23e46;
}

.course-card__title + .course-card__list .course-card__item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: calc(100% + 30px);
  background-color: #e23e46;
}

.course-card__title + .course-card__list .course-card__item:first-child::after {
  top: -15px;
  height: calc(100% + 34px);
}

.course-card__title + .course-card__list .course-card__item:last-child::after {
  right: calc(100% + 45px);
  height: calc(50% + 1px);
}

.course-card__title + .course-card__list .course-card__item:last-child.course-card__item--list::after {
  top: -30px;
  right: calc(100% + 45px);
  height: calc(23% + 30px);
}

.course-card__title + .course-card__list .course-card__item:only-child {
  padding-left: 46px;
}

.course-card__title + .course-card__list .course-card__item:only-child::after {
  top: -15px;
  height: calc(50% + 16px);
}

.course-card__title + .course-card__list .course-card__item:only-child::before,
.course-card__title + .course-card__list .course-card__item:only-child::after {
  display: block;
}

.course-card__title + .course-card__list .course-card__item:only-child .course-card__subtitle::before {
  display: block;
}

.course-card__item--list .course-card__subtitle::after {
  content: "";
  position: absolute;
  top: calc(50% + 1px);
  right: calc(100% + 22px);
  width: 2px;
  height: calc(50% + 1px);
  background-color: #e23e46;
  opacity: 0.5;
}

.course-card__item:only-child {
  padding-left: 0;
}

.course-card__item:only-child::before,
.course-card__item:only-child::after {
  display: none;
}

.course-card__item:only-child .course-card__subtitle::before {
  display: none;
}

.course-card__subtitle {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 84px;
  margin: 0;
  padding: 18px 21px 18px 27px;
  font-weight: 400;
  font-size: 15px;
  line-height: 23px;
  color: #0d0c0c;
  background-color: #ffffff;
  border: 1px solid rgba(250, 219, 79, 0.41);
  border-radius: 20px;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background-color 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  transition: background-color 0.3s ease, box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}

.course-card__subtitle::before {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: calc(100% + 14px);
  width: 32px;
  height: 2px;
  background-color: #e23e46;
}

.course-card__sub-list {
  margin: 19px 0 0;
  padding: 0;
  list-style: none;
}

.course-card__sub-item {
  position: relative;
  margin-bottom: 19px;
  padding-left: 27px;
}

.course-card__sub-item::after {
  content: "";
  position: absolute;
  top: -18px;
  right: calc(100% + 21px);
  width: 2px;
  height: calc(100% + 19px);
  background-color: #e23e46;
  opacity: 0.5;
}

.course-card__sub-item:last-child::after {
  height: calc(50% + 19px);
}

.course-card__sub-item .course-card__subtitle {
  color: rgba(0, 0, 0, 0.59);
}

.course-card__sub-item .course-card__subtitle::after {
  display: none;
}

.course-card__sub-item .course-card__subtitle::before {
  width: 35px;
  opacity: 0.5;
}

.course-card--grow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.course-card--grow .course-card__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.course-card--grow .course-card__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.course-card--grow .course-card__subtitle {
  width: 100%;
}

.course-card__title + .course-card__list .course-card__item--collapsed:first-child::after {
  top: -12px;
  height: calc(40% + 0px);
}

.course-card__item--collapsed:first-child::before {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 10px;
  width: 18px;
  height: 18px;
  background-image: url("/local/templates/uc3/css/../img/svg/icon-plus-in-circle.svg");
  background-size: cover;
  background-repeat: no-repeat;
}

.course-card__title + .course-card__list .course-card__item--collapsed:first-child + .course-card__item::after {
  top: -62px;
  height: calc(100% + 22px);
}

.course-card__title + .course-card__list .course-card__item--collapsed::after {
  top: auto;
  bottom: -20px;
  height: calc(50% + 20px);
}

.course-card__title + .course-card__list .course-card__item--collapsed::before {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 10px;
  width: 18px;
  height: 18px;
  background-image: url("/local/templates/uc3/css/../img/svg/icon-plus-in-circle.svg");
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
}

.course-card__title + .course-card__list .course-card__item--collapsed + .course-card__item::after {
  top: 0;
  height: calc(50% + 1px);
}

.our-courses__element--programmers .course-card__sub-item {
  margin-bottom: 19px;
}

.our-courses__element--programmers .course-card__sub-item::after {
  right: calc(100% + 19px);
}

.our-courses__element--programmers .course-card__subtitle {
  /*white-space: pre-line;*/
}

.our-courses__element--programmers .course-card__subtitle::after {
  right: calc(100% + 20px);
}

.our-courses__element--programmers .course-card__sub-item:last-child::after {
  height: calc(50% + 19px);
}

.our-courses__element--programmers .course-card__sub-item .course-card__subtitle::before {
  width: 30px;
  right: calc(100% + 18px);
}

.our-courses__element--programmers .course-card__title + .course-card__list .course-card__item:last-child::after {
  top: -30px;
  right: calc(100% + 45px);
  height: calc(86% + 1px);
}

.our-courses__element--programmers .course-card__title + .course-card__list .course-card__item:last-child.course-card__item--list::after {
  top: -30px;
  right: calc(100% + 45px);
  height: calc(23% + 30px);
}

.intro {
  margin-top: -66px;
  padding-top: 142px;
  padding-bottom: 116px;
  background-color: #542748;
  background-image: url("/local/templates/uc3/css/../img/content/intro-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
}

.intro__heading {
  max-width: 500px;
  margin: 0;
  color: #ffffff;
  font-size: 36px;
  line-height: 1.45;
}

.intro .button--yellow {
  max-width: 314px;
  margin-top: 46px;
}

.arrow-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #ffffff;
  border: none;
  border-radius: 50%;
  opacity: 1;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
  cursor: pointer;
}

.arrow-btn--white {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 45px;
  height: 45px;
  -webkit-box-shadow: 0 4px 8px rgba(73, 92, 136, 0.11);
  box-shadow: 0 4px 8px rgba(73, 92, 136, 0.11);
}

.arrow-btn--white svg {
  position: absolute;
  color: #0d0c0c;
}

.arrow-btn--prev svg {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.arrow-btn--play {
  width: 94px;
  height: 94px;
}

.arrow-btn--play svg {
  position: absolute;
  top: 50%;
  left: 41px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #0c2a69;
}

.arrow-btn--transparent {
  background-color: transparent;
  border: 2px solid rgba(0, 0, 0, 0.11);
  border-radius: 110px;
  padding: 12px 55px 12px 37px;
  font-size: 15px;
  line-height: 18px;
  position: relative;
  margin-right: 16px;
}

.arrow-btn--transparent svg {
  position: absolute;
  top: 7px;
  right: 5px;
}

.arrow-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px;
  padding-right: 53px;
  padding-left: 34px;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.45;
  background: #fef7f7;
  border: 2px solid transparent;
  border-radius: 110px;
  opacity: 1;
  -webkit-transition: border-color 0.3s ease, background-color 0.3s ease;
  transition: border-color 0.3s ease, background-color 0.3s ease;
}

.arrow-link .arrow-link__icon {
  position: absolute;
  top: 50%;
  right: 8px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.arrow-link__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 30px;
  height: 30px;
  background-color: #df2c35;
  border-radius: 50%;
}

.arrow-link__icon svg {
  width: 5px;
  height: 9px;
  color: #ffffff;
}

.arrow-link--red {
  background-color: #df2c35;
}

.arrow-link--red .arrow-link__icon {
  background-color: #e5565d;
}

.arrow-link--snow {
  background-color: #fef7f7;
}

.about {
  background-color: #eff8ff;
}

.about .news {
  position: relative;
  margin: 30px auto;
}

.intro + .about .news {
  margin: 0 auto;
  bottom: 28px;
}

.about .video {
  position: relative;
  bottom: 120px;
  margin: 0 auto;
}

.about__header {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 47px;
  -moz-column-gap: 47px;
  column-gap: 47px;
  margin-bottom: 90px;
  padding-top: 28px;
  padding-right: 20px;
}

.about__heading {
  -ms-grid-row-span: 2;
  grid-row: span 2;
  margin: 0;
  font-size: 31px;
  line-height: 1.45;
  color: #0d0c0c;
  font-weight: 700;
}

.about__heading em {
  font-style: normal;
  color: #df2c35;
}

.about__text {
  margin: 0;
  max-width: 95%;
  font-size: 15px;
  line-height: 1.9;
  color: #4e4e4e;
}

.about__link {
  -ms-grid-column-align: start;
  justify-self: start;
  margin-top: 56px;
  font-size: 15px;
  line-height: 2;
  font-weight: 600;
  color: #df2c35;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.about__arrow {
  position: relative;
  top: 2px;
  width: 22px;
  margin-left: 10px;
  color: #df2c35;
}

.about__wrapper {
  position: relative;
  max-width: 1296px;
  margin: 0 auto;
}

.about__wrapper .reviews__item {
  position: absolute;
}

.about__wrapper .reviews__item:first-child {
  top: 34%;
  left: 3%;
}

.about__wrapper .reviews__item:nth-child(2) {
  top: 66.3%;
  right: 3.2%;
}

.news {
  padding: 51px 75px;
  padding-bottom: 49px;
  background: #ffffff;
  -webkit-box-shadow: 0 24px 94px rgba(0, 0, 0, 0.03);
  box-shadow: 0 24px 94px rgba(0, 0, 0, 0.03);
  border-radius: 20px;
}

.news .swiper-container {
  width: 100%;
}

.news .arrow-btn--white {
  position: absolute;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.news .arrow-btn--prev {
  left: -18px;
}

.news .arrow-btn--next {
  right: -18px;
}

.news__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.news__link {
  display: block;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.news__text {
  margin: 0;
  font-size: 14px;
  line-height: 1.68;
  font-weight: 600;
}

.news__time {
  display: inline-block;
  padding: 8px 22px;
  padding-bottom: 7px;
  margin-top: 30px;
  font-size: 13px;
  line-height: 1.45;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.65);
  border: 1.5px solid rgba(0, 0, 0, 0.12);
  border-radius: 100px;
}

.stats {
  position: relative;
  z-index: 1;
  padding-top: 44px;
  padding-bottom: 47px;
  background-color: #f9d83e;
  border-radius: 20px;
}

.stats__table {
  width: 100%;
  border-collapse: collapse;
}

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

.stats__table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 35%;
}

.stats__table tr:not(:last-child) {
  border-right: 1px solid rgba(0, 0, 0, 0.14);
}

.stats__table td {
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
}

.stats__value {
  padding-bottom: 9px;
  padding-top: 7px;
  font-weight: 600;
  font-size: 41px;
  line-height: 1.45;
  color: #0d0c0c;
}

.stats__field {
  width: 58%;
  margin: 0 auto;
  padding-bottom: 5px;
  padding-top: 0;
  font-size: 15px;
  line-height: 1.65;
  color: #0d0c0c;
}

.video {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 740px;
}

.video .arrow-btn--play {
  margin: 0 auto;
}

.video .arrow-btn--play svg {
  color: #0c2a69;
}

.video__background {
  position: absolute;
  top: 0;
  width: 740px;
  height: 740px;
  border-radius: 50%;
  background-color: #0c2a69;
  background-image: url("/local/templates/uc3/css/../img/content/video-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.video__inner {
  z-index: 1;
  max-width: 740px;
  padding: 35px;
  padding-top: 112px;
  padding-left: 80px;
  padding-right: 80px;
}

.video__text {
  margin: 0;
  margin-bottom: 76px;
  text-align: center;
  font-weight: 700;
  font-size: 31px;
  line-height: 1.45;
  color: #ffffff;
}

.video__link {
  color: inherit;
  opacity: 0.6;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.video .button--transparent {
  width: 314px;
  margin: 0 auto;
  margin-top: 80px;
}

.reviews {
  margin: 0;
  padding: 0;
  list-style: none;
}

.reviews__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 405px;
  padding: 21px 20px 20px 22px;
  background-color: #ffffff;
  -webkit-box-shadow: -2px 16px 45px rgba(26, 27, 30, 0.04);
  box-shadow: -2px 16px 45px rgba(26, 27, 30, 0.04);
  border-radius: 11px;
}

.reviews__img-wrapper {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  width: 64px;
  height: 64px;
}

.reviews__img-wrapper img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.reviews__quote {
  width: 76%;
  margin: 0;
  margin-left: 22px;
  font-size: 14px;
  line-height: 1.8;
  color: #797777;
}

.reviews__user {
  display: block;
  margin-top: 17px;
  font-style: normal;
  line-height: 1.68;
  font-weight: 600;
  color: #0d0c0c;
}

.tabs-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: calc(100% + 15px);
  margin: 0 0 -15px;
  padding: 0;
  list-style: none;
}

.tabs-controls__item {
  width: 256px;
  margin-right: 15px;
  margin-bottom: 15px;
}

[data-tabs="parent"] {
  overflow: hidden;
}

[data-tabs="parent"].no-transition > [data-tabs="control"],
[data-tabs="parent"].no-transition > [data-tabs="content"],
[data-tabs="parent"].no-transition > [data-tabs="element"] {
  -webkit-transition: none;
  transition: none;
}

[data-tabs="parent"].no-transition-global [data-tabs="control"],
[data-tabs="parent"].no-transition-global [data-tabs="content"],
[data-tabs="parent"].no-transition-global [data-tabs="element"] {
  -webkit-transition: none;
  transition: none;
}

[data-tabs="parent"] [data-tabs="content"] {
  position: relative;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
}

[data-tabs="element"] {
  position: absolute;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in, visibility 0.3s ease-in;
  transition: opacity 0.3s ease-in, visibility 0.3s ease-in;
}

[data-tabs="element"].is-active {
  z-index: 1;
  visibility: visible;
  opacity: 1;
}

.programs {
  position: relative;
  padding-top: 90px;
  padding-bottom: 187px;
  margin-top: -2px;
  background-color: #e9eef2;
}

.programs__tabs {
  position: relative;
  z-index: 1;
  max-width: 1296px;
  margin: 0 auto;
}

.programs__header {
  position: relative;
  z-index: 1;
  max-width: 664px;
  margin: 0 auto;
  margin-bottom: 44px;
}

.programs__header::after {
  content: "";
  position: absolute;
  top: -53px;
  left: 50%;
  z-index: -1;
  width: 677px;
  height: 677px;
  background: linear-gradient(179.17deg, #ffffff -32.29%, rgba(233, 238, 242, 0) 45.53%);
  opacity: 0.3;
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.programs__heading {
  margin: 0;
  margin-bottom: 35px;
  font-weight: 700;
  font-size: 31px;
  line-height: 1.45;
  text-align: center;
}

.programs__header-text {
  margin: 0;
  font-size: 15px;
  line-height: 1.87;
  text-align: center;
  color: #797777;
}

.programs__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 26px;
  -moz-column-gap: 26px;
  column-gap: 26px;
  row-gap: 25px;
  list-style: none;
}

.programs__item {
  padding-bottom: 10px;
}

.programs__link {
  display: block;
}

.programs__img-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 67%;
  border-radius: 11px;
}

.programs__img-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 11px;
  -o-object-position: center top;
  object-position: center top;
}

.programs__caption {
  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;
  margin-top: 23px;
}

.programs__card-heading {
  margin: 0;
  margin-right: 5px;
  font-size: 18px;
  line-height: 1.46;
  font-weight: 600;
  color: #0d0c0c;
}

.programs__number {
  min-width: 104px;
  padding: 9px;
  font-size: 13px;
  line-height: 1.45;
  font-weight: 500;
  text-align: center;
  color: #df2c35;
  background: rgba(229, 218, 218, 0.5);
  border-radius: 100px;
}

.programs .button--round {
  position: absolute;
  z-index: 2;
  bottom: -131px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.programs .tabs-controls {
  padding-left: 40px;
  padding-right: 40px;
  margin-bottom: 62px;
}

.features {
  position: relative;
  z-index: 0;
  padding-top: 121px;
  padding-bottom: 120px;
  background: radial-gradient(116.23% 535.39% at -17.48% -144.75%, rgba(255, 255, 255, 0.19) 0%, rgba(255, 255, 255, 0) 100%), #f9d83e;
}

.features::after {
  content: "";
  position: absolute;
  top: 94px;
  right: 140px;
  z-index: -1;
  width: 1162px;
  height: 1162px;
  background: linear-gradient(213.22deg, #ffffff -12.4%, rgba(255, 255, 255, 0) 47.52%);
  opacity: 0.3;
  border-radius: 50%;
}

.features__heading {
  max-width: 58%;
  margin: 0;
  margin-bottom: 65px;
  font-size: 31px;
  line-height: 1.45;
  font-weight: 700;
  color: #0d0c0c;
}

.features__heading em {
  font-style: normal;
  color: #df2c35;
}

.features__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  row-gap: 56px;
  -webkit-column-gap: 54px;
  -moz-column-gap: 54px;
  column-gap: 54px;
  padding: 0;
  margin: 0;
  list-style: none;
  counter-reset: item;
}

.features__item::before {
  counter-increment: item;
  content: counter(item, decimal-leading-zero);
  font-size: 49px;
  line-height: 1.45;
  color: #000000;
  font-weight: 500;
  opacity: 0.1;
}

.features__text {
  margin: 0;
  padding-top: 12px;
  font-size: 14px;
  line-height: 1.8;
  color: #0d0c0c;
  opacity: 0.99;
}

.call-to-action {
  position: relative;
  z-index: 2;
  color: #ffffff;
  background: radial-gradient(116.23% 535.39% at -17.48% -144.75%, rgba(255, 255, 255, 0.19) 0%, rgba(255, 255, 255, 0) 100%), #0c2a69;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 80px;
  padding-top: 83px;
  padding-bottom: 86px;
}

.call-to-action__heading {
  margin: 0;
  font-size: 31px;
  line-height: 1.45;
  text-align: center;
}

.call-to-action__text {
  margin: 0;
  font-size: 31px;
  line-height: 1.46;
  font-weight: 700;
  text-align: center;
  opacity: 0.6;
}

.call-to-action .button--red {
  min-width: 314px;
  margin: 0 auto;
  margin-top: 50px;
  padding-top: 19px;
  padding-bottom: 19px;
  font-size: 15px;
  line-height: 1.65;
}

.program-section {
  display: -ms-grid;
  display: grid;
  grid-row-gap: 28px;
  -ms-grid-columns: auto 57.6%;
  grid-template-columns: auto 57.6%;
}

.program-section__info {
  min-width: 400px;
  margin-right: 64px;
}

.program-section__info.course-buttons {
  display: flex;
  column-gap: 40px;
}

.program-section__title {
  margin: 0 0 30px;
  font-weight: 700;
  font-size: 31px;
  line-height: 45px;
  color: #0d0c0c;
}

.program-section__title .label.type1 {
  display: inline-block;
  font-size: 14px;
  margin: 10px;
  padding: 0 10px;
  color: #fff;
  background-color: #DF2C35;
  border-radius: 6px;
  vertical-align: middle;
  line-height: 30px;
}

.program-section__text,
.program-section__info p {
  max-width: 330px;
  margin: 0 0 45px;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #797777;
}

.program-section__info p a {
  color: #DF2C35;
}

.program-section__info p a:hover,
.program-section__info p a:focus {
  color: #ff3c3c;
}

.program-section__btn {
  max-width: 396px;
}

.course-buttons .program-section__btn {
  width: 100%;
}

.program-section__subtitle {
  max-width: 460px;
  margin: 0 0 40px;
  font-weight: 700;
  font-size: 21px;
  line-height: 33px;
  color: #0d0c0c;
}

.program-section__list {
  display: -ms-grid;
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-column-gap: 32px;
  -moz-column-gap: 32px;
  column-gap: 32px;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  row-gap: 23px;
}

.program-section__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 38px;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  color: #3a3b3d;
}

.program-section__item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 23px;
  height: 23px;
  background-color: #df2c35;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.program-section__item svg {
  position: absolute;
  top: 50%;
  left: 6px;
  width: 12px;
  height: 9px;
  color: #ffffff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.request-form {
  padding: 11px 40px 36px;
  background-color: #ffffff;
  border-radius: 20px;
}

.request-form__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* width: calc(100% + 34px); */
}

.request-form__fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  /* width: 100%; */
  /* min-width: 460px; */
  margin-top: 25px;
  margin-right: 14px;
}

.request-form__field {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 400px;
  margin-right: 20px;
}

.request-form__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
  margin-top: 25px;
  /* margin-right: 34px; */
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #797777;
  width: 25%;
}

.request-form__price-num {
  display: block;
  margin-bottom: 4px;
  font-weight: 700;
  font-size: 26px;
  line-height: 31px;
  color: #0d0c0c;
}

.request-form__submit-btn {
  /* -webkit-box-flex: 5;
  -ms-flex-positive: 5;
  flex-grow: 5;
  -ms-flex-negative: 0;
  flex-shrink: 0; */
  min-width: 124px;
  margin-top: 25px;
  /* margin-right: 34px; */
  padding: 20px;
  font-size: 15px;
  line-height: 25px;
  width: 20%;
}

.course-desc {
  padding-top: 91px;
  /* padding-bottom: 93px; */
}

.intro-section + .course-desc {
  margin-top: 50px;
  padding-top: 0;
  /* padding-bottom: 0; */
}

.course-desc__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /* margin-bottom: 100px; */
}

.course-desc__header {
  width: 45%;
  padding-top: 54px;
  margin-right: 20px;
}

.course-desc__header-title {
  max-width: 60%;
  margin: 0;
  margin-bottom: 43px;
  font-size: 31px;
  line-height: 1.45;
  font-weight: 700;
  color: #0d0c0c;
}

.course-desc__header-list,
.course-desc__header ul {
  margin: 0;
  margin-bottom: -31px;
  padding: 0;
  list-style: none;
}

.course-desc__item,
.course-desc__header ul li {
  position: relative;
  margin-bottom: 31px;
  padding-left: 23px;
  font-size: 15px;
  line-height: 1.87;
  color: #4e4e4e;
}

.course-desc__item::before,
.course-desc__header ul li::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #df2c35;
  border-radius: 50%;
}

.course-desc__header li a {
  color: #DF2C35;
}

.course-desc__header li a:hover,
.course-desc__header li a:focus {
  color: #ff3c3c;
}

.course-desc .course-teachers {
  margin-top: 100px;
}

.course-desc .course-teachers:last-child {
  margin-bottom: 80px;
}

.course-desc__video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 48%;
  border-radius: 20px;
  margin-top: 100px;
}

.course-desc__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  border: none;
  -o-object-fit: contain;
  object-fit: contain;
}

.reviews-slider {
  position: relative;
  width: 44.5%;
  padding: 57px 64px 45px;
  background: radial-gradient(116.23% 535.39% at -17.48% -144.75%, rgba(255, 255, 255, 0.19) 0%, rgba(255, 255, 255, 0) 100%), #f9d83e;
  border-radius: 20px;
  height: fit-content;
}

.reviews-slider::after {
  content: "";
  position: absolute;
  top: 63px;
  right: 45px;
  width: 121px;
  height: 87px;
  background-image: url("/local/templates/uc3/css/../img/svg/quotes.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

.reviews-slider__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.reviews-slider__quote {
  max-width: 100%;
  margin: 0;
  font-size: 15px;
  line-height: 1.85;
  color: #3a3b3d;
}

.reviews-slider__quote br {
  display: none;
}

.reviews-slider__user {
  display: block;
  margin-top: 27px;
  font-size: 17px;
  line-height: 1.58;
  color: #000000;
  font-style: normal;
  font-weight: 700;
}

.reviews-slider__heading {
  max-width: 60%;
  margin: 0;
  margin-bottom: 50px;
  font-size: 28px;
  line-height: 1.41;
  font-weight: 700;
  color: #0d0c0c;
}

.reviews-slider__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 52px;
}

.reviews-slider .swiper-slide-active {
  cursor: pointer;
}

.reviews-slider__dots.swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  margin-right: -10px;
  padding: 0;
  list-style: none;
}

.reviews-slider__dots .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  margin-right: 10px;
  background-color: rgba(223, 44, 53, 0.3);
  border-radius: 50%;
  opacity: 1;
}

.reviews-slider__dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #000000;
}

.reviews-slider__link {
  margin-left: auto;
  font-size: 15px;
  line-height: 2;
  font-weight: 600;
  color: #df2c35;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.reviews-slider__link-text--mobile {
  display: none;
}

.reviews-slider__arrow {
  position: relative;
  top: 3px;
  width: 22px;
  height: 14px;
  margin-left: 11px;
}

.course-teachers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 51px 60px 59px;
  padding-right: 50px;
  background: radial-gradient(116.23% 535.39% at -17.48% -144.75%, rgba(255, 255, 255, 0.28) 0%, rgba(255, 255, 255, 0) 100%), #0c2a69;
  border-radius: 20px;
}

.course-teachers__heading {
  width: 34.5%;
  margin: 0;
  margin-right: 35px;
  font-size: 31px;
  line-height: 1.45;
  font-weight: 700;
  color: #ffffff;
}

.teachers-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(62% + 30px);
  padding: 0;
  margin: 0;
  margin-bottom: -50px;
  list-style: none;
}

.teachers-list__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #ffffff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.teachers-list__card {
  width: calc(50% - 30px);
  margin-right: 30px;
  margin-bottom: 50px;
}

.teachers-list__img-wrapper {
  width: 77px;
  height: 77px;
  -webkit-filter: drop-shadow(0 3px 64px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0 3px 64px rgba(0, 0, 0, 0.2));
}

.teachers-list__img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}

.teachers-list__label {
  position: relative;
  display: inline-block;
  padding: 4px 16px 7px;
  font-size: 14px;
  line-height: 1.45;
  background-color: rgba(255, 255, 255, 0.12);
  border-radius: 60px;
}

.teachers-list__label--star {
  padding-left: 37px;
}

.teachers-list__star {
  position: absolute;
  top: 8px;
  left: 14px;
  width: 15px;
  height: 14px;
}

.teachers-list__content {
  width: 56%;
  margin-left: 10%;
}

.teachers-list__name {
  margin: 0;
  margin-top: 15px;
  margin-bottom: 6px;
  font-size: 17px;
  line-height: 1.57;
  font-weight: 700;
}

.teachers-list__job {
  font-size: 14px;
  line-height: 1.75;
  opacity: 0.69;
}

.course-skills {
  padding-top: 100px;
  padding-bottom: 91px;
  background-color: #e9eef2;
}

.course-desc + .course-skills {
  margin-top: 50px;
}

.course-skills .swiper-container {
  width: 100%;
  height: 100%;
}

.course-skills__heading {
  max-width: 60%;
  margin: 0 auto;
  margin-bottom: 81px;
  font-size: 31px;
  line-height: 1.45;
  text-align: center;
  color: #05122c;
}

.course-skills__list {
  max-width: 1296px;
  padding: 0;
  /* padding-left: 80px; */
  /* margin: 0; */
  list-style-type: none;
}

.course-skills__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 388px;
  margin: 0 26px;
  height: auto;
  cursor: pointer;
}

.course-skills .swiper-slide-active .course-skills__text {
  background-color: #ffffff;
}

.course-skills__text {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 0;
  padding: 72px 23px 50px;
  margin-top: -30px;
  font-size: 17px;
  line-height: 1.58;
  font-weight: 500;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 20px;
}

.course-skills__tick {
  position: relative;
  top: 0;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 60px;
  height: 60px;
  background-color: #df2c35;
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.course-skills__svg {
  width: 31px;
  height: 23px;
  color: #ffffff;
}

.course-schedule {
  position: relative;
  z-index: 0;
  padding-top: 100px;
  padding-bottom: 91px;
  background-color: #f9d83e;
  overflow: hidden;
}

.course-schedule::after {
  content: "";
  position: absolute;
  z-index: -2;
  top: -46px;
  right: 140px;
  width: 1162px;
  height: 1162px;
  background: linear-gradient(213.22deg, #ffffff -12.4%, rgba(255, 255, 255, 0) 47.52%);
  border-radius: 50%;
  opacity: 0.3;
  pointer-events: none;
}

.course-skils + .course-schedule {
  margin-top: 0;
}

@media (min-width: 1024px) {
  .course-desc + .course-schedule {
    margin-top: 80px;
  }
}

.course-schedule__heading {
  margin: 0;
  margin-bottom: 50px;
  font-size: 31px;
  line-height: 1.25;
  text-align: center;
  color: #0d0c0c;
}

.course-schedule-no-schedule {
  text-align: center;
  font-size: large;
}

.course-schedule__list {
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
  list-style: none;
}

.course-schedule__list.is-hidden::after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 100%;
  height: 380px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(10.39%, #f9d83e), color-stop(60.05%, rgba(249, 216, 62, 0)));
  background: linear-gradient(360deg, #f9d83e 10.39%, rgba(249, 216, 62, 0) 60.05%);
  pointer-events: none;
}

.course-schedule__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 28px 30px;
  padding-bottom: 26px;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.45;
  background-color: #ffffff;
  border-radius: 20px;
}

.course-schedule__item:not(:last-child) {
  margin-bottom: 13px;
}

.course-schedule__item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 80%;
  margin-right: 19px;
}

.course-schedule__duration {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 25%;
  margin-right: 16px;
  font-size: 18px;
  line-height: 1.53;
}

.course-schedule__duration hr {
  height: 1px;
  background: #000;
  margin: 0 30% 0 10%;
  width: 100%;
}

.course-schedule__dates {
  display: block;
  font-weight: 600;
}

.course-schedule__time {
  font-weight: 400;
  opacity: 0.5;
}

.course-schedule__type-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 30%;
  margin-right: 15px;
}

.course-schedule__type {
  position: relative;
  padding: 8px;
  padding-left: 15px;
  padding-right: 44px;
  padding-bottom: 8px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 95px;
}

.course-schedule__type .tooltip {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.course-schedule__price {
  width: 60%;
  padding: 9px;
  font-weight: 500;
}

.course-schedule__price.partner {
  background-color: #fff;
}

.course-schedule .arrow-link {
  margin-left: auto;
}

.course-schedule .arrow-link__icon {
  margin-left: 15px;
}

.course-schedule .arrow-link__text {
  margin-left: 3px;
}

.course-schedule .button--red {
  position: relative;
  z-index: 1;
  display: none;
  min-width: 314px;
  margin: 0 auto;
  margin-top: -47px;
  padding-bottom: 19px;
  font-size: 15px;
  line-height: 1.65;
}

.course-schedule__hyphen {
  margin-left: 3px;
}

.course-schedule .tooltip-block {
  max-width: 50%;
}

.course-schedule .new-list {
  padding-left: 0;
  list-style: none;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
}

.course-schedule .new-list.is-hidden {
  max-height: 0;
  overflow: hidden;
}

.course-schedule .is-hidden + [data-button="show-more"] {
  display: block;
}

.composition {
  padding: 105px 72px 93px;
  color: #ffffff;
  background: radial-gradient(116.23% 535.39% at -17.48% -144.75%, rgba(255, 255, 255, 0.19) 0%, rgba(255, 255, 255, 0) 100%), #0c2a69;
}

.course-desc + .composition {
  margin-top: 56px;
}

.composition__title {
  max-width: 1060px;
  margin: 0 0 75px;
  font-weight: 700;
  font-size: 28px;
  line-height: 40px;
}

.composition__title a,
.composition__title span {
  color: inherit;
  opacity: 0.7;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.composition__subtitle {
  margin: 0 0 50px;
  font-weight: 700;
  font-size: 21px;
  line-height: 33px;
}

.composition__advantages {
  display: -ms-grid;
  display: grid;
  margin: 0 0 65px;
  padding: 0;
  list-style: none;
  -webkit-column-gap: 50px;
  -moz-column-gap: 50px;
  column-gap: 50px;
  -ms-grid-columns: 1fr 1fr 38.4%;
  grid-template-columns: 1fr 1fr 38.4%;
  row-gap: 50px;
}

.composition__advantage {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 56px;
}

.composition__advantage::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 30px;
  height: 30px;
  background-color: #df2c35;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.composition__advantage svg {
  position: absolute;
  top: 50%;
  left: 7px;
  width: 15px;
  height: 11px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.composition__advantage-text {
  margin: 0;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  opacity: 0.8;
}

.composition__accordion {
  margin: 0 0 75px;
}

.composition .accordion__element:not(:last-child) {
  margin-bottom: 0;
}

.composition .accordion__element:last-child {
  padding-bottom: 0;
}

.composition .accordion__element.is-active .accordion__button {
  min-height: unset;
}

.composition .accordion__button {
  padding: 22px 0;
  background-color: rgba(255, 255, 255, 0);
}

.composition .accordion__icon {
  top: 50%;
}

.composition__accordion-list,
.accordion__content ul {
  display: -ms-grid;
  display: grid;
  margin: 0;
  padding: 19px 0;
  list-style: none;
  row-gap: 11px;
}

.composition__accordion-item,
.accordion__content li {
  position: relative;
  padding-left: 20px;
  font-size: 15px;
  line-height: 25px;
  /* color: rgba(255, 255, 255, 0.8); */
}

.composition__accordion-item::before,
.accordion__content li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
}

.composition .accordion__content p {
  margin: 19px 0 54px;
  line-height: 28px;
}

.composition .accordion__content p span {
  display: block;
  margin: 19px 0 15px;
  font-weight: 700;
}

.our-courses__content {
  position: unset;
  max-width: 1216px;
  margin: 30px auto 0;
  padding-top: 30px;
}

.our-courses__title {
  margin: 0;
  margin-bottom: 45px;
  padding: 0;
  font-weight: 700;
  font-size: 21px;
  line-height: 157.9%;
  color: #3a3b3d;
}

.our-courses__title--border {
  padding-bottom: 17px;
  border-bottom: 3px solid rgba(0, 0, 0, 0.04);
}

.our-courses__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(100% + 26px);
  margin: 0;
  margin-top: -35px;
  margin-left: -26px;
  padding: 0;
  padding-bottom: 59px;
  list-style: none;
}

.our-courses__card {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: calc(33.3% - 26px);
  max-width: calc(33.34% - 26px);
  margin-top: 35px;
  margin-left: 26px;
}

.our-courses .tags-list[hidden],
.our-prices .tags-list[hidden] {
  display: none;
}

.course-program {
  position: relative;
  padding: 100px 72px 90px;
  background-color: #ffffff;
}

.course-program::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 0;
  width: 677px;
  height: 677px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fafbfc), color-stop(45.53%, #ffffff));
  background: linear-gradient(to bottom, #fafbfc 0%, #ffffff 45.53%);
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  pointer-events: none;
}

.course-program__container {
  position: relative;
  background-color: transparent;
}

.course-program__header {
  display: -ms-grid;
  display: grid;
}

.course-program__title {
  margin: 0 0 35px;
  font-weight: 700;
  font-size: 31px;
  line-height: 45px;
  text-align: center;
}

.course-program__text {
  max-width: 785px;
  margin: 0 auto 35px;
  font-weight: 400;
  font-size: 15px;
  line-height: 28px;
  text-align: center;
  color: #797777;
}

.course-program__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: center;
  align-self: center;
  margin: 0 auto 55px;
  font-weight: 600;
  font-size: 15px;
  line-height: 30px;
  color: #df2c35;
  -webkit-font-feature-settings: "liga" off;
  font-feature-settings: "liga" off;
  justify-self: center;
}

.course-program__link svg {
  margin-left: 14px;
}

.course-program__accordion-content {
  padding: 45px 90px 0;
}

.course-program__accordion-desc {
  max-width: 837px;
  margin: 0 0 40px;
  font-weight: 400;
  font-size: 15px;
  line-height: 28px;
  color: #3a3b3d;
}

.course-program__accordion-title {
  margin: 0 0 25px;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: #05122c;
}

.course-program__list,
.course-program__accordion-content ul,
.modal-info ul,
.modal-teacher ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.course-program__list:not(:last-child),
.course-program__accordion-content ul:not(:last-child),
.modal-info ul:not(:last-child) {
  margin-bottom: 40px;
}

.course-program__item,
.course-program__accordion-content ul li,
.modal-info ul li,
.modal-teacher ul li {
  position: relative;
  margin-bottom: 11px;
  padding-left: 20px;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  color: #3a3b3d;
}

.course-program__item::before,
.course-program__accordion-content ul li::before,
.modal-info ul li::before,
.modal-teacher ul li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #df2c35;
  border-radius: 50%;
}

.course-program__controls {
  margin-bottom: 80px;
}

.course-program .accordion {
  margin-bottom: 80px;
}

.course-program__wrapper {
  display: -ms-grid;
  display: grid;
  margin-bottom: 70px;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  row-gap: 23px;
}

.course-program__btn {
  min-width: 314px;
  margin: 0 auto;
}

.advantages {
  position: relative;
  padding: 0 72px 90px;
  background-color: #ffffff;
}

.course-advantage {
  position: relative;
  overflow: hidden;
  background-color: #f9d83e;
  border-radius: 20px;
}

.course-advantage__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.course-advantage__bg img {
  position: absolute;
}

.course-advantage__wrapper {
  position: relative;
  min-height: 100%;
  padding: 53px 80px 54px 40px;
}

.course-advantage__title {
  margin: 0 0 30px;
  font-weight: 700;
  font-size: 31px;
  line-height: 45px;
  color: #05122c;
}

.course-advantage__text {
  margin: 0;
  font-weight: 400;
  font-size: 15px;
  line-height: 28px;
  color: #000000;
  opacity: 0.8;
}

.course-advantage--comfort .course-advantage__bg img {
  top: -18px;
  right: -127px;
  max-width: initial;
}

.course-advantage--comfort .course-advantage__title {
  max-width: 310px;
}

.course-advantage--materials .course-advantage__bg img {
  top: -10px;
  left: 100px;
  max-width: initial;
}

.course-advantage--materials .course-advantage__title {
  max-width: 310px;
}

.recommended-courses,
.complex-courses {
  padding-top: 100px;
  padding-bottom: 85px;
  background-color: #eff8ff;
}

.intro-section + .recommended-courses {
  padding-top: 85px;
  padding-bottom: 0;
}

.recommended-courses .container,
.complex-courses .container {
  padding-left: 46px;
  padding-right: 46px;
}

.recommended-courses__heading,
.complex-courses__heading {
  margin: 0;
  margin-bottom: 50px;
  font-size: 31px;
  line-height: 1.45;
  font-weight: 700;
  color: #0d0c0c;
  text-align: center;
}

.recommended-courses__list,
.complex-courses__list {
  padding: 0;
  margin: 0;
  margin-bottom: -12px;
  list-style-type: none;
}

.recommended-courses__item,
.complex-courses__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 108px;
  padding: 27px 40px;
  margin-bottom: 12px;
  background-color: #ffffff;
  border-radius: 20px;
  font-size: 15px;
  line-height: 1.45;
  font-weight: 500;
}

.recommended-courses__name,
.complex-courses__name {
  width: 41%;
  margin-right: 30px;
  font-size: 17px;
  line-height: 1.58;
  font-weight: 600;
}

.recommended-courses__name a[href],
.complex-courses__name a[href] {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.recommended-courses__nested-course,
.complex-courses__nested-course {
  padding: 9px 28px;
  margin-right: 20px;
  text-align: center;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 95px;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.recommended-courses__price,
.complex-courses__price {
  width: 150px;
  padding: 10px;
  margin-right: 10px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.03);
  border-radius: 95px;
}

.recommended-courses .arrow-link,
.complex-courses .arrow-link {
  min-width: 236px;
  padding-left: 35px;
  margin-left: auto;
}

.courses-menu__controls {
  margin-bottom: 52px;
}

.courses-menu .tabs-controls {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: calc(100% + 40px);
}

.courses-menu .tabs-controls__item {
  min-width: 260px;
  margin-right: 40px;
}

.courses-menu .button--tab {
  background-color: #f4f4f4;
  border: none;
}

.courses-menu .button--tab.is-active {
  background-color: #fadb4f;
  border: none;
}

.courses-menu__tabs-content {
  max-width: 1165px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.video-frame {
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 100%;
  min-height: 100%;
}

.video-frame iframe {
  min-width: 100%;
  height: 100%;
}

.registration-form__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 21px;
}

.registration-form__subtitle {
  width: 100%;
  margin: 0 0 35px 0;
  font-size: 18px;
  line-height: 146%;
}

.registration-form__item {
  width: calc(50% - 14px);
  margin-bottom: 32px;
}

.registration-form__item--full {
  width: 100%;
}

.registration-form__item--checkbox input,
.registration-form__item--radio input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  clip: rect(0 0 0 0);
}

.registration-form__item--radio label:hover > span {
  -webkit-box-shadow: inset 0 0 0 2px #0c2a69;
  box-shadow: inset 0 0 0 2px #0c2a69;
}

.registration-form__item--radio input:checked + span {
  -webkit-box-shadow: inset 0 0 0 2px #df2c35;
  box-shadow: inset 0 0 0 2px #df2c35;
}

.registration-form__item--radio input:checked + span::before {
  -webkit-box-shadow: inset 0 0 0 2px rgba(223, 44, 53, 0.4), inset 0 0 0 5px #f8f8f8, inset 0 0 0 26px #df2c35;
  box-shadow: inset 0 0 0 2px rgba(223, 44, 53, 0.4), inset 0 0 0 5px #f8f8f8, inset 0 0 0 26px #df2c35;
}

.registration-form__item--radio input:checked + span span {
  color: #4e4e4e;
}

.registration-form__item--checkbox {
  width: 51%;
  min-width: 465px;
}

.registration-form__item--checkbox label:hover > span::before {
  -webkit-box-shadow: inset 0 0 0 2px #0c2a69;
  box-shadow: inset 0 0 0 2px #0c2a69;
}

.registration-form__item--checkbox input:focus + span::before {
  -webkit-box-shadow: inset 0 0 0 2px #0c2a69;
  box-shadow: inset 0 0 0 2px #0c2a69;
}

.registration-form__item--checkbox input:checked + span::before {
  -webkit-box-shadow: inset 0 0 0 2px rgba(223, 44, 53, 0.4), inset 0 0 0 5px #f4f4f4, inset 0 0 0 26px #df2c35;
  box-shadow: inset 0 0 0 2px rgba(223, 44, 53, 0.4), inset 0 0 0 5px #f4f4f4, inset 0 0 0 26px #df2c35;
}

.registration-form__item--checkbox label:hover > input:checked + span::before {
  -webkit-box-shadow: inset 0 0 0 2px rgba(223, 44, 53, 0.2), inset 0 0 0 5px #f4f4f4, inset 0 0 0 26px rgba(223, 44, 53, 0.4);
  box-shadow: inset 0 0 0 2px rgba(223, 44, 53, 0.2), inset 0 0 0 5px #f4f4f4, inset 0 0 0 26px rgba(223, 44, 53, 0.4);
}

.registration-form__item label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.registration-form__item input,
.registration-form__item textarea {
  width: 100%;
  padding: 32px 21px 12px 21px;
  font-size: 16px;
  line-height: 18px;
  color: #000000;
  text-overflow: ellipsis;
  border: 1px solid #d0d0d0;
  border-radius: 10px;
  outline: none;
  -webkit-transition: border 0.3s ease;
  transition: border 0.3s ease;
}

.registration-form__item input:-webkit-autofill,
.registration-form__item textarea:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 1000px #ffffff;
  box-shadow: inset 0 0 0 1000px #ffffff;
  -webkit-text-fill-color: #000000;
}

.registration-form__item input::-webkit-input-placeholder,
.registration-form__item textarea::-webkit-input-placeholder {
  font-size: 16px;
  line-height: 18px;
  color: #4e4e4e;
  opacity: 0.7;
}

.registration-form__item input::-moz-placeholder,
.registration-form__item textarea::-moz-placeholder {
  font-size: 16px;
  line-height: 18px;
  color: #4e4e4e;
  opacity: 0.7;
}

.registration-form__item input:-ms-input-placeholder,
.registration-form__item textarea:-ms-input-placeholder {
  font-size: 16px;
  line-height: 18px;
  color: #4e4e4e;
  opacity: 0.7;
}

.registration-form__item input::-ms-input-placeholder,
.registration-form__item textarea::-ms-input-placeholder {
  font-size: 16px;
  line-height: 18px;
  color: #4e4e4e;
  opacity: 0.7;
}

.registration-form__item input::placeholder,
.registration-form__item textarea::placeholder {
  font-size: 16px;
  line-height: 18px;
  color: #4e4e4e;
  opacity: 0.7;
}

.registration-form__item input:disabled,
.registration-form__item textarea:disabled {
  background-color: #f8f8f8;
}

.registration-form__item input:hover,
.registration-form__item input:focus,
.registration-form__item textarea:hover,
.registration-form__item textarea:focus {
  border: 1px solid #0c2a69;
}

.registration-form__item input:hover:-webkit-autofill,
.registration-form__item input:focus:-webkit-autofill,
.registration-form__item textarea:hover:-webkit-autofill,
.registration-form__item textarea:focus:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 1000px #ffffff;
  box-shadow: inset 0 0 0 1000px #ffffff;
  -webkit-text-fill-color: #000000;
}

.registration-form__item input:required + span span:first-child::after,
.registration-form__item textarea:required + span span:first-child::after {
  content: "*";
}

.registration-form__item textarea {
  min-height: 136px;
}
.registration-form__item.small textarea {
  min-height: 60px;
}

.registration-form__price.is-invalid .registration-form__label-error {
  display: block;
  font-size: 13px;
  line-height: 16px;
}

.registration-form__item.is-invalid input,
.registration-form__item.is-invalid textarea,
.registration-form__item.is-invalid .custom-select {
  border: 1px solid #df2c35;
}

.registration-form__item.is-invalid .registration-form__label-text {
  display: none;
}

.registration-form__item.is-invalid .registration-form__label-error {
  display: block;
}

.registration-form__item.is-invalid .registration-form__checkbox-error {
  display: block;
}

.registration-form__label {
  position: absolute;
  top: 14px;
  left: 22px;
  font-size: 13px;
  line-height: 16px;
  color: #797777;
  opacity: 0.8;
}

.registration-form__checkbox-error {
  position: absolute;
  top: 100%;
  left: 45px;
  display: none;
  font-size: 13px;
  line-height: 16px;
  color: #df2c35;
}

.registration-form__label-text {
  display: block;
}

.registration-form__label-error {
  display: none;
  color: #df2c35;
}

.registration-form .ajax_error, .reg-form .ajax_error {
  color: #df2c35;
}

.registration-form__radio-text {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  padding: 35px 50px 37px 91px;
  background-color: #f8f8f8;
  border-radius: 20px;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}

.registration-form__radio-text::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 35px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  -webkit-box-shadow: inset 0 0 0 2px rgba(121, 119, 119, 0.3);
  box-shadow: inset 0 0 0 2px rgba(121, 119, 119, 0.3);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}

.registration-form__radio-title {
  margin: 0 0 17px 0;
  font-weight: 700;
  font-size: 17px;
  line-height: 158%;
}

.registration-form__radio-desc {
  font-size: 15px;
  line-height: 170%;
  color: #797777;
}

.registration-form__submit-btn {
  width: 100%;
}

.registration-form__submit-btn.disabled {
  background-color: #d0d0d0 !important;
  pointer-events: none;
}

.registration-form__price-block {
  margin-bottom: 55px;
}

.registration-form__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
}

.registration-form__price span {
  font-weight: 700;
  font-size: 26px;
  line-height: 31px;
}

.registration-form__checkbox-text {
  padding: 5px 0 5px 50px;
  font-size: 15px;
  line-height: 165%;
  color: #797777;
}

.registration-form__checkbox-text::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 26px;
  height: 26px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 0 2px rgba(121, 119, 119, 0.3);
  box-shadow: inset 0 0 0 2px rgba(121, 119, 119, 0.3);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}

.registration-form__checkbox-text a {
  color: #e23e46;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.modal-registration {
  padding: 80px 9.2% 60px;
}

.modal-registration__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 0 75px 0;
  font-size: 28px;
  line-height: 140%;
  color: #0d0c0c;
}

.modal-registration__title span:nth-child(2),
.modal-info h2 span:nth-child(2) {
  color: #e23e46;
}

.courses-list {
  display: -ms-grid;
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-column-gap: 75px;
  -moz-column-gap: 75px;
  column-gap: 75px;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
}

.courses-list__column {
  display: contents;
}

.courses-list__wrap {
  display: -ms-grid;
  display: grid;
  -ms-flex-line-pack: start;
  align-content: start;
  row-gap: 35px;
}

.course-links__title {
  font-weight: 600;
  font-size: 15px;
  line-height: 25px;
  color: #000000;
}

.course-links__list {
  display: -ms-grid;
  display: grid;
  margin: 19px 0 0;
  padding: 0;
  list-style: none;
  row-gap: 13px;
}

.course-links__link {
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  color: #4e4e4e;
}

.modal-info {
  padding: 80px 9.2% 60px;
}

.modal-info h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 0 45px;
}

.modal-info h2 a {
  color: #e23e46;
}

.modal-info button {
  width: 100%;
  font-size: 15px;
  line-height: 165%;
  padding: 21px 20px 22px;
  color: #ffffff;
  background-color: #df2c35;
  border-radius: 99px;
  border: none;
  margin-top: 19px;
  cursor: pointer;
  outline: none;
}

.modal-info p {
  font-size: 15px;
  line-height: 187%;
  color: #3a3b3d;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  margin: 0;
  padding-bottom: 34px;
}

.modal-info p a {
  color: #e23e46;
}

.modal-info p a:hover,
.modal-info p a:focus {
  opacity: 0.8;
}

.filters-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 26px 48px 25px;
  margin: 0;
  background-color: #ffffff;
  border-radius: 20px;
}

.filters-container form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.filters-container__form-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* grid-template-columns: repeat( auto-fill, minmax(162px, 162px));
    grid-template-rows: auto; */
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 60px;
  -moz-column-gap: 60px;
  column-gap: 60px;
  row-gap: 15px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.filters-container__reset {
  display: block;
  margin: 0 0 0 auto;
  border: none;
  background-color: rgba(255, 255, 255, 0);
  font-family: "Golos Text", "Arial", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 23px;
  color: #df2c35;
  cursor: pointer;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.filters-container__reset:hover,
.filters-container__reset:focus {
  color: #f9d83e;
}

.filters-container__reset-second {
  display: none;
  margin: 0 0 0 auto;
  border: none;
  background-color: rgba(255, 255, 255, 0);
  font-family: "Golos Text", "Arial", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 23px;
  color: #df2c35;
  cursor: pointer;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.filters-container__reset-second:hover,
.filters-container__reset-second:focus {
  color: #f9d83e;
}

.filters-container__text-name {
  padding: 0 100px 0 0;
  font-family: "Golos Text", "Arial", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 25px;
  color: #05122c;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.filters-container__text-name svg {
  display: none;
}

.filters-container .custom-select {
  width: auto;
}

.filters-container .custom-select .custom-select__text {
  opacity: 1;
}

.filters-container .custom-select .custom-select__placeholder {
  opacity: 0;
}

.filters-container .is-open .custom-select__button {
  border: none;
}

.filters-container__form .custom-list .custom-list__list[hidden] {
  display: none;
}

.filters-container__form .custom-list .custom-list__item.is-hidden {
  display: none;
}

.filters-container .custom-select__list {
  min-width: 187px;
  left: 50%;
  bottom: auto;
  top: calc(100% + 17px);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 11px 18px;
  background-color: #ffffff;
  -webkit-box-shadow: -2px 3px 95px rgba(26, 27, 30, 0.07);
  box-shadow: -2px 3px 95px rgba(26, 27, 30, 0.07);
  border: none;
  border-radius: 10px;
}

.filters-container .custom-select__item {
  margin-bottom: 3px;
  padding: 7px 13.5px;
  background-color: #ffffff;
  border-radius: 5px;
  font-family: "Golos Text", "Arial", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #05122c;
}

.filters-container .custom-select__item:last-child {
  margin-bottom: 0;
}

.filters-container .custom-select__item:hover {
  background: #f2f2f2;
}

.filters-container .custom-select__label {
  display: none;
}

.filters-container .custom-select__button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 0 45px 0 0;
  border: none;
}

.filters-container .custom-select__button:before {
  content: none;
}

.filters-container .custom-select__text {
  position: relative;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  text-overflow: clip;
  font-family: "Golos Text", "Arial", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 23px;
  color: #05122c;
  overflow: visible;
}

.filters-container .custom-select__text::before {
  content: "";
  position: absolute;
  top: calc(50% + 2px);
  right: -35px;
  width: 10px;
  height: 7px;
  background-image: url("/local/templates/uc3/css/../img/svg/icon-select-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.filters-container__close {
  display: none;
}

.filters-container__submit {
  display: none;
}

.filters-overlay {
  display: none;
  cursor: pointer;
}

.filters-container-schedule {
  margin-top: 55px;
}

.filters-container--courses {
  margin-top: 53px;
  margin-bottom: 0;
}

.filters-container--courses .filters-container__reset,
.filters-container--courses .filters-container__reset-second {
  visibility: hidden;
}

.filters-container--courses .filters-container__reset {
  display: inline-block;
  padding: 0;
}

.filters-container--courses .filters-container__reset-second {
  display: none;
}

.filters-container--courses .filters-container__text-name {
  padding: 0 62px 0 0;
}

.filters-container--courses .filters-container__form-wrapper {
  -webkit-column-gap: 36px;
  -moz-column-gap: 36px;
  column-gap: 36px;
}

.filters-container--courses .custom-select__text::before {
  right: -40px;
}

.filters-container--courses .filters-container__submit {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.filters-container--courses .filters-container__close {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.filters-container--courses + .filters-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 12;
  display: block;
  background-color: rgba(70, 74, 83, 0.78);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1);
}

.filters-container--courses + .filters-overlay.is-open {
  opacity: 1;
  visibility: visible;
}

.filters-container--price,
.filters-container--schedule {
  z-index: 35;
}

.filters-container--price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 55px;
}

.filters-container--price .filters-container__form-wrapper {
  width: 100%;
}

.filters-container-schedule.filters-container--price .custom-select__list {
  top: 28px;
}

.filters-container--price .custom-list__wrapper {
  width: 150px;
}

.filters-container--schedule .custom-list__wrapper {
  width: 175px;
}

.filters-container-schedule.filters-container--schedule .custom-select {
  position: relative;
}

.filters-container-schedule.filters-container--schedule .custom-select__list {
  max-height: 403px;
  overflow-y: auto;
  min-width: 226px;
}

.news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  width: 100%;
  max-width: calc(50% - 9px);
  padding: 38px 48px 40px;
  background: #ffffff;
  border-radius: 20px;
  cursor: pointer;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}

.news-item__time {
  padding: 6px 24px 7px;
  margin: 0 0 25px;
  font-family: "Golos Text", "Arial", sans-serif;
  font-size: 13px;
  line-height: 19px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.65);
  border: 1.5px solid rgba(0, 0, 0, 0.12);
  border-radius: 100px;
}

.news-item__title {
  width: 80%;
  margin: 0 0 29px;
  font-family: "Golos Text", "Arial", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 26px;
  color: #000000;
}

.news-item__title br {
  display: none;
}

.news-item__text {
  margin: 0;
  overflow: hidden;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-family: "Golos Text", "Arial", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 28px;
  color: #3a3b3d;
}

.news-block {
  padding: 0 0 100px;
}

.news-block__title {
  margin: 60px 0 0;
  padding: 0 0 16px;
  border-bottom: 3px solid rgba(0, 0, 0, 0.04);
  font-family: "Golos Text", "Arial", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 21px;
  line-height: 33px;
  color: #3a3b3d;
}

.news-block__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 21px;
  margin: 35px 0 0 0;
}

.news-block .pagination-new {
  margin-top: 30px;
}

.feedback-block__forms-wrapper {
  position: sticky;
  top: 35px;
  width: 30.59%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.feedback-form {
  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%;
  background: #ffffff;
  border-radius: 20px;
}

.feedback-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.feedback-form__title {
  margin: 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
}

.feedback-form__fieldset {
  margin: 0;
}

.feedback-form__list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0;
}

.feedback-form__item {
  width: 98%;
  margin: 0 0 17px 0;
  padding: 0;
  text-align: left;
  font-size: 14px;
  line-height: 24px;
}

.feedback-form__item:last-child {
  margin: 0;
}

.feedback-form input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  clip: rect(0 0 0 0);
}

.feedback-form label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 0 36px;
}

.feedback-form label:hover,
.feedback-form label:focus {
  cursor: pointer;
}

.feedback-form label:hover input,
.feedback-form label:focus input {
  color: rgba(0, 0, 0, 0.5);
  background-color: rgba(255, 255, 255, 0.87);
}

.feedback-form label:hover input::-webkit-input-placeholder,
.feedback-form label:focus input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.feedback-form label:hover input::-moz-placeholder,
.feedback-form label:focus input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.feedback-form label:hover input:-ms-input-placeholder,
.feedback-form label:focus input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.feedback-form label:hover input::-ms-input-placeholder,
.feedback-form label:focus input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.feedback-form label:hover input::placeholder,
.feedback-form label:focus input::placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.feedback-form label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -webkit-box-shadow: inset 0 0 0 2px rgba(121, 119, 119, 0.3);
  box-shadow: inset 0 0 0 2px rgba(121, 119, 119, 0.3);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}

.feedback-form input:checked + label::before {
  -webkit-box-shadow: inset 0 0 0 2px rgba(223, 44, 53, 0.4), inset 0 0 0 5px #f8f8f8, inset 0 0 0 26px #df2c35;
  box-shadow: inset 0 0 0 2px rgba(223, 44, 53, 0.4), inset 0 0 0 5px #f8f8f8, inset 0 0 0 26px #df2c35;
}

.feedback-form input:checked + label {
  pointer-events: none;
}

.feedback-form label:focus::before {
  -webkit-box-shadow: inset 0 0 0 2px rgba(223, 44, 53, 0.4);
  box-shadow: inset 0 0 0 2px rgba(223, 44, 53, 0.4);
  outline: none;
}

.feedback-form .filters-container {
  display: none;
}

.feedback-form .filters-container .custom-select {
  margin: 0;
  border: 0;
}

.feedback-form .filters-container .custom-select__text {
  width: 81%;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #05122c;
  text-overflow: ellipsis;
  overflow: hidden;
}

.feedback-form .filters-container .custom-select__text::before {
  content: none;
}

.feedback-form .filters-container .custom-select__list {
  left: 60%;
  width: 286px;
  padding: 13px 18px;
}

.feedback-form .filters-container .custom-select__item {
  padding: 6px 14px 7px;
  white-space: pre-line;
}

.feedback-form .filters-container .custom-select__button {
  padding: 0;
}

.feedback-form .filters-container .custom-select__button::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 10px;
  height: 7px;
  background-image: url("/local/templates/uc3/css/../img/svg/icon-select-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.feedback-form--upper {
  height: unset;
  max-height: unset;
  padding: 36px 40px 30px 40px;
  border-radius: 20px 20px 0 0;
}

.feedback-block .feedback-form--upper,
.feedback-block .feedback-form--lower {
  width: 100%;
}

.feedback-block .feedback-form--lower form {
  max-height: 350px;
  overflow-y: auto;
}

.feedback-block .feedback-form--lower {
  border-radius: 0 0 20px 20px;
  max-height: 350px;
  overflow-y: auto;
  padding: 5px 41px 17px 40px;
}

.feedback-form--lower form::-webkit-scrollbar {
  width: 5px;
  background-color: transparent;
}

.feedback-form--lower form::-webkit-scrollbar-track {
  background-color: transparent;
}

.feedback-form--lower form::-webkit-scrollbar-thumb {
  background-color: #7a7a7a;
  border-radius: 30px;
}

.feedback-form--upper .feedback-form__title {
  margin-bottom: 43px;
}

.feedback-form--upper .feedback-form__label::before {
  display: none;
}

.feedback-form--upper .feedback-form__item {
  width: 100%;
}

.feedback-form--upper input {
  position: relative;
  width: 100%;
  min-height: 64px;
  margin: unset;
  clip: unset;
  font-size: 15px;
  line-height: 28px;
  padding: 15px 27px;
  border-radius: 12px;
  border: 1px solid #d0d0d0;
  color: #797777;
}

.feedback-form--upper label {
  padding: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.feedback-form--upper input::-webkit-input-placeholder {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.feedback-form--upper input::-moz-placeholder {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.feedback-form--upper input:-ms-input-placeholder {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.feedback-form--upper input::-ms-input-placeholder {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.feedback-form--upper input::placeholder {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.feedback-form--upper input:focus {
  outline: none;
  border: 1px solid #0c2a69;
}

.feedback-block {
  margin: 0 0 100px 0;
}

.feedback-block__wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0;
}

.feedback-block__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  width: 66.53%;
  margin: 0 0 0 2.88%;
  min-height: 850px;
}

.feedback-block .feedback-block__form-main {
  width: 30.59%;
}

.feedback-block__list {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}

.feedback-block__list:not(:last-child) {
  margin-bottom: 30px;
}

.feedback-block__item {
  margin: 0 0 20px 0;
  padding: 38px 48px 24px;
  background: #ffffff;
  border-radius: 20px;
}

.feedback-block__item:last-child {
  margin: 0;
}

.feedback-block--feedpage .filters-container {
  display: none;
}

.feedback-block--feedpage .custom-select__input,
.feedback-block--feedpage .custom-select__list-upper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.feedback-block--feedpage .custom-select__list-upper {
  list-style: none;
  padding-left: 0;
}

.feedback-block__inner::-webkit-scrollbar {
  width: 5px;
  background-color: transparent;
}

.feedback-block__inner::-webkit-scrollbar-track {
  background-color: transparent;
}

.feedback-block__inner::-webkit-scrollbar-thumb {
  background-color: transparent;
}

.custom-select__list-inner::-webkit-scrollbar {
  width: 5px;
  background-color: transparent;
}

.custom-select__list-inner::-webkit-scrollbar-track {
  background-color: transparent;
}

.custom-select__list-inner::-webkit-scrollbar-thumb {
  background-color: #7a7a7a;
  border-radius: 30px;
}

.feedback-block--feedpage .filters-container .custom-select {
  position: unset;
  border: none;
}

.feedback-block--feedpage .filters-container .custom-select__list {
  border: none;
}

.feedback-block--feedpage .filters-container .custom-select__list {
  top: calc(100% + 61px);
  border-radius: 0 0 20px 20px;
  -webkit-box-shadow: 0 8px 10px 0 rgba(26, 27, 30, 0.07);
  box-shadow: 0 8px 10px 0 rgba(26, 27, 30, 0.07);
}

.feedback-block--feedpage .filters-container .custom-select__list-upper {
  top: calc(100% - 12px);
  padding: 23px;
  background-color: #ffffff;
  border-radius: 20px 20px 0 0;
  -webkit-box-shadow: 0 -8px 10px 0 rgba(26, 27, 30, 0.07);
  box-shadow: 0 -8px 10px 0 rgba(26, 27, 30, 0.07);
}

.feedback-block--feedpage .filters-container .custom-select__button {
  padding: 3px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.feedback-block--feedpage .custom-select__text {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding-right: 30px;
}

.feedback-block--feedpage .filters-container .custom-select__text::before {
  right: 5px;
}

.feedback-block--feedpage .filters-container .custom-select__text {
  width: 100%;
}

.feedback-block--feedpage .page__title {
  margin-bottom: 60px;
}

.modal-feedback {
  padding: 80px 9.2% 60px;
}

.modal-feedback__title {
  width: 370px;
  margin: 0 0 75px 0;
  font-size: 28px;
  line-height: 41px;
  color: #0d0c0c;
}

.modal-feedback__title span:nth-child(2) {
  color: #e23e46;
}

.modal-success {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.modal-success svg {
  width: 110px;
  height: 110px;
}

.modal-success__title {
  margin: 65px 0 0 0;
  font-size: 28px;
  line-height: 41px;
  color: #0d0c0c;
}

.modal-success__text {
  margin: 16px 0 0 0;
  font-size: 15px;
  line-height: 28px;
  color: #3a3b3d;
  text-align: center;
}

.modal-success__text p {
  margin: 10px 0 0 0;
}

.modal-success .button--red {
  width: 100%;
  margin: 74px 0 0 0;
  padding: 21px 20px 19px;
  font-size: 15px;
  line-height: 25px;
}

.card {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  grid-template: "a b" "c b";
  row-gap: 32px;
}

.card__wrapper {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: a;
}

.card__name {
  margin: 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
}

.card__course p {
  margin: 7px 0 0 0;
  font-size: 15px;
  line-height: 25px;
  color: #df2c35;
}

.card__text {
  margin: 30px 0 0 0;
}

.card__text p {
  margin: 10px 0 0 0;
  font-size: 15px;
  line-height: 28px;
  color: #3a3b3d;
}

.card__date {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: c;
  font-size: 14px;
  line-height: 20px;
  color: #797777;
}

.card__screen {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 2;
  grid-area: b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0 0 0 78px;
}

.card__screen img {
  width: 128px;
  height: 264px;
  -o-object-fit: cover;
  object-fit: cover;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 30px 0 0 0;
  padding: 23px 48px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 20px;
}

.pagination__text,
.pagination__next {
  font-weight: 500;
  font-size: 15px;
  line-height: 23px;
}

.pagination__text {
  max-width: 50%;
  margin: 0 36px 0 0;
}

.pagination__next {
  max-width: 200px;
  color: #df2c35;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.pagination__next span {
  width: 8px;
  height: 15px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.pagination__next svg {
  display: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.pagination__next:focus {
  outline: none;
}

.pagination__next:focus span {
  color: #f9d83e;
  outline: none;
}

.pagination__list {
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: -ms-grid;
  display: grid;
  gap: 3px;
  -ms-grid-columns: 30px 30px 30px 30px;
  grid-template-columns: 30px 30px 30px 30px;
  margin: 0 auto 0 0;
}

.pagination__item {
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
}

.pagination__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 15px;
  line-height: 23px;
  color: rgba(0, 0, 0, 0.7);
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.pagination__item a:hover,
.pagination__item a:focus {
  background-color: rgba(249, 216, 62, 0.3);
  outline: none;
}

.pagination .is-active {
  background-color: #f9d83e;
  pointer-events: none;
}

.pagination-new {
  margin-top: 0;
  margin-bottom: 100px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 48px 16px;
}

.pagination-new .pagination__list {
  align-self: flex-start;
  gap: 10px;
  grid-auto-flow: column;
  margin: 3px auto 0;
}

.pagination-new .pagination__item a {
  width: 31px;
  height: 31px;
  border-radius: 50%;
}

.pagination-new .pagination__item {
  font-size: 15px;
  line-height: 23px;
}

.pagination-new .pagination__item.fake-points {
  display: none;
}

.pagination__buttons-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pagination-new .pagination__btn {
  width: 40px;
  height: 40px;
}

.pagination-new .pagination__btn svg {
  width: 100%;
  height: 100%;
}

.pagination__btn {
  border: none;
  background-color: transparent;
  cursor: pointer;
  padding: 0;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.pagination__btn:not(:last-child) {
  margin-right: 10px;
}

.pagination--videos {
  margin-bottom: 118px;
}

.pagination-new--sm {
  margin-bottom: 0;
}

.template-block {
  position: relative;
  width: 100%;
  padding: 53px 72px 72px 75px;
  margin: 0 0 88px;
  border: none;
  border-radius: 20px;
  background-color: #ffffff;
  z-index: 2;
}

.form-block__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 21px;
}

.form-block__wrapper--additional {
  display: block;
  margin: 0 0 50px;
}

.teachers-intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.teachers-intro__wrapper {
  width: 499px;
  margin: 0 11px 0 0;
}

.teachers-intro__title {
  width: 380px;
}

.teachers-intro__text-red {
  color: #df2c35;
}

.teachers-intro__text {
  margin: 35px 0 0 0;
}

.teachers-intro__text p {
  margin: 10px 0 0 0;
  font-size: 15px;
  line-height: 26px;
}

.teachers-intro__note {
  margin: 30px 0 0 0;
}

.teachers-intro__note p {
  width: 452px;
  margin: 10px 0 0 0;
  font-size: 14px;
  line-height: 24px;
  color: #797777;
}

.teachers-intro__picture {
  position: relative;
  width: 708px;
}

.teachers-intro__img {
  position: absolute;
  bottom: -300px;
  left: 80px;
  width: 795px;
  height: 795px;
  border-radius: 50%;
}

.teachers-intro__img img {
  width: 795px;
  height: 795px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}

.teachers-intro__tip {
  position: absolute;
  z-index: 1;
  max-height: 76px;
  padding: 12px 25px;
  border-radius: 120px;
  font-weight: 500;
  font-size: 15px;
  line-height: 26px;
  color: #ffffff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.teachers-intro__tip span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.teachers-intro__tip--red {
  bottom: 316px;
  left: 81px;
  background: radial-gradient(81.02% 511.64% at 4.51% 209.18%, rgba(255, 255, 255, 0.11) 0%, rgba(255, 255, 255, 0) 100%), #DF2C35;
  -webkit-box-shadow: 0 22px 34px rgba(56, 53, 53, 0.16);
  box-shadow: 0 22px 34px rgba(56, 53, 53, 0.16);
}

.teachers-intro__tip::after {
  position: absolute;
  content: '';
  z-index: 1;
  right: 18%;
  bottom: -28px;
  width: 25px;
  height: 30px;
}

.teachers-intro__tip--red::after {
  border-top: 15px solid #df2c35;
  border-bottom: 15px solid rgba(255, 255, 255, 0);
  border-left: 15px solid rgba(255, 255, 255, 0);
  border-right: 15px solid rgba(255, 255, 255, 0);
}

.teachers-intro__tip--blue {
  bottom: -70px;
  right: 39px;
  background: radial-gradient(93.41% 661.13% at -7.26% 187.76%, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 100%), #0C2A69;
  -webkit-box-shadow: 0 22px 34px rgba(12, 42, 105, 0.4);
  box-shadow: 0 22px 34px rgba(12, 42, 105, 0.4);
}

.teachers-intro__tip--blue::after {
  border-top: 15px solid #0c2a69;
  border-bottom: 15px solid rgba(255, 255, 255, 0);
  border-left: 15px solid rgba(255, 255, 255, 0);
  border-right: 15px solid rgba(255, 255, 255, 0);
}

.card-photo {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 29px 0 0 0;
}

.card-photo__wrapper {
  width: 100%;
  min-height: 235px;
  padding: 112px 45px 26px;
  background-color: #f4f8fb;
  border-radius: 20px;
}

.card-photo__name {
  margin: 0;
  font-weight: 700;
  font-size: 21px;
  line-height: 33px;
}

.card-photo__job {
  margin: 10px 0 0 0;
  font-size: 15px;
  line-height: 28px;
  color: rgba(78, 78, 78, 0.8);
}

.card-photo__img {
  position: absolute;
  top: 0;
  left: 45px;
  width: 115px;
  height: 115px;
}

.card-photo__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 35px;
  -webkit-filter: drop-shadow(0 21px 34px rgba(0, 0, 0, 0.05));
  filter: drop-shadow(0 21px 34px rgba(0, 0, 0, 0.05));
}

.list-large {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  display: -ms-grid;
  display: grid;
  -webkit-column-gap: 26px;
  -moz-column-gap: 26px;
  column-gap: 26px;
  row-gap: 33px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 65px 75px 50px;
  background-color: #ffffff;
  border-radius: 20px;
}

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

.list-large__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.list-small {
  /*
  &--red-round {
  }
 */
  /*   &--red-round-border {

    li {
      width: auto;

      &.custom-select__wrapper-item--radio {
        margin: 0 0 11px;

        @include vp--1023 {
          margin: 0 0 11px;

          &:last-child {
            margin: 0 0 11px;
          }
        }

        @include vp--767 {
          margin: 0 0 9px;

          &:last-child {
            margin: 0 0 9px;
          }
        }
      }
    }
  } */
}

.list-small__title {
  margin: 0;
  font-weight: 700;
  font-size: 21px;
  line-height: 33px;
}

.list-small__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.list-small__item {
  position: relative;
  margin: 0 0 11px 0;
  padding: 0 0 0 23px;
  font-size: 15px;
  line-height: 28px;
  color: #4e4e4e;
}

.list-small__item::before,
.modal-teacher .list-small li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0.85em;
  width: 8px;
  height: 8px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: #df2c35;
}

.list-small__item:last-child {
  margin: 0;
}

.list-ordered__title {
  margin: 0 0 35px;
  font-weight: bold;
  font-size: 21px;
  line-height: 33px;
  color: #0d0c0c;
}

.list-ordered__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.list-ordered__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 11px;
  font-size: 15px;
  line-height: 28px;
  color: #4e4e4e;
}

.list-ordered__item span {
  display: inline-block;
  height: 100%;
  margin: 0 10px 0 0;
  font-size: 15px;
  line-height: 28px;
  color: #0d0c0c;
}

.our-teachers {
  padding: 0 0 100px;
}

.our-teachers .pagination {
  padding: 23px 75px;
  margin: 0;
}

.our-teachers .list-large {
  top: -30px;
}

.our-teachers .list-large__card {
  cursor: pointer;
}

.modal-teacher {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-gap: 38px 68px;
  padding: 166px 62px 38px;
}

.modal-teacher__left {
  width: 100%;
}

.modal-teacher > :nth-child(3) {
  -ms-grid-column: 2;
  grid-column: 2;
  grid-row: 1 / -1;
}

.modal-teacher .list-small {
  width: 100%;
  padding-top: 5px;
}

.modal-teacher .list-small__title {
  margin: 0;
}

.modal-teacher .list-small__list {
  margin: 37px 0 0 0;
}

.modal-teacher .list-small__item--red,
.modal-teacher .list-small__item--red a {
  color: #df2c35;
}

.modal-teacher .list-small__item--red a:hover,
.modal-teacher .list-small__item--red a:active,
.modal-teacher .list-small__item--red a:focus {
  color: #ff3c3c;
}

.modal-teacher__name {
  margin: 0;
  font-weight: 700;
  font-size: 28px;
  line-height: 41px;
}

.modal-teacher__job-info {
  margin: 35px 3px 0 0;
  font-size: 15px;
  line-height: 28px;
  color: rgba(78, 78, 78, 0.8);
}

.modal-teacher__text-red {
  color: #df2c35;
}

.modal-teacher__img {
  position: absolute;
  top: -50px;
  left: 100px;
  width: 201px;
  height: 201px;
}

.modal-teacher__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 35px;
  -webkit-filter: drop-shadow(0 21px 34px rgba(0, 0, 0, 0.05));
  filter: drop-shadow(0 21px 34px rgba(0, 0, 0, 0.05));
}

.video-news,
.cascade .video {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 586px;
  min-height: 586px;
  overflow: hidden;
  /* cursor: pointer; */
}

.video-news iframe,
.cascade .video iframe {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  border: none;
}

.video-news .video-card__img {
  max-height: max-content;
  border-radius: 20px;
}

.cascade a {
  color: #df2c35;
  opacity: 1;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.cascade a:hover,
.cascade a:focus,
.cascade a:active{
  color: #ff3c3c;
}

.news-item-large .red,
.cascade .red,
.blog-article .red,
.modal-info .red {
  color: #df2c35;
}

.news-item-large .center,
.cascade .center,
.blog-article .center,
.modal-info .center {
  text-align: center;
}

.news-item-large .h2,
.blog-article .h2,
.modal-info .h2,
.cascade .h2 {
  font-weight: bold;
  font-size: 31px;
  line-height: 45px;
  color: #0d0c0c;
  white-space: pre-line;
}

.news-item-large .h3,
.blog-article .h3,
.modal-info .h3,
.cascade .h3 {
  font-weight: bold;
  font-size: 21px;
  line-height: 33px;
  color: #0d0c0c;
}

.news-item-large .h4,
.blog-article .h4,
.modal-info .h4,
.cascade .h4 {
  font-size: 18px;
  line-height: 146%;
  font-weight: bold;
}

.news-item-large {
  padding: 3px 0 100px;
}

.news-item-large__time {
  padding: 6px 24px 7px;
  font-family: "Golos Text", "Arial", sans-serif;
  font-size: 13px;
  line-height: 19px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.65);
  border: 1.5px solid rgba(0, 0, 0, 0.12);
  border-radius: 100px;
}

.news-item-large__title {
  width: 80%;
  margin: 34px 0 0 0;
}

.news-item-large__title br {
  display: none;
}

.news-item-large__index {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 36px;
  height: 29px;
  background-color: rgba(255, 255, 255, 0);
  background-image: url("/local/templates/uc3/css/../img/content/index.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.news-item-large__index--down {
  width: 24px;
  height: 16px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.news-item-large__wrapper {
  margin: 60px 0 0 0;
  padding: 65px 75px 60px;
  background-color: #ffffff;
  border-radius: 20px;
}

.news-item-large__subtitle {
  font-weight: 700;
  font-size: 21px;
  line-height: 33px;
}

.news-item-large__subtitle p {
  margin: 0 0 10px 0;
}

.news-item-large__subtitle--top {
  margin: 0 0 35px 0;
}

.news-item-large__lead,
.news-item-large__mission,
.news-item-large__text {
  font-size: 15px;
  line-height: 28px;
  color: #3a3b3d;
}

.news-item-large__lead p,
.news-item-large__text p {
  margin: 10px 0 0 0;
}

.news-item-large__text {
  margin: 30px 0 0 0;
}

.news-item-large .list-small {
  margin: 88px 0 90px 0;
}

.news-item-large .list-small__list {
  margin: 35px 0 0 0;
}

.news-item-large__subtitle--bottom {
  margin: 88px 0 0 0;
}

.news-item-large .video-news {
  margin: 35px 0 0 0;
}

.news-item-large .button--red {
  width: 100%;
  margin: 50px 0 0 0;
  padding: 21px 20px;
  font-size: 15px;
  line-height: 25px;
}

.news-item-large__tick {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 15px;
  height: 15px;
  background-color: rgba(255, 255, 255, 0);
  background-image: url("/local/templates/uc3/css/../img/content/tick.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.news-item-large__grin {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0);
  background-image: url("/local/templates/uc3/css/../img/content/smile.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.modal-template {
  padding: 70px 70px 60px;
}

.cascade .custom-select__list {
  margin: 0;
}

.cascade .button {
  display: inline-block;
  color: #ffffff;
  background-color: #df2c35;
  padding: 19px 36px;
  border-radius: 99px;
  font-weight: 600;
  font-size: 15px;
  line-height: 25px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.cascade .button:hover,
.cascade .button:focus {
  background-color: #ff3c3c;
  color: #fff;
}

.cascade p,
.cascade div {
  font-weight: normal;
  font-size: 15px;
  line-height: 28px;
  color: #3a3b3d;
  margin: 0 0 30px;
}

.cascade p:last-of-type {
  margin: 0;
}

.cascade h2 {
  font-weight: bold;
  font-size: 31px;
  line-height: 45px;
  color: #0d0c0c;
  white-space: pre-line;
  margin: 90px 0 50px;
}

.cascade h3 {
  margin: 90px 0 37px;
  font-weight: bold;
  font-size: 21px;
  line-height: 33px;
  color: #000000;
}

.cascade h4 {
  /* width: 100%; */
  margin: 0 0 35px 0;
  font-size: 18px;
  line-height: 146%;
}

.cascade ul {
  margin: 40px 0 48px;
  padding: 0;
  list-style-type: none;
}

.cascade ul li {
  position: relative;
  margin: 0 0 11px;
  padding: 0 0 0 23px;
  font-weight: normal;
  font-size: 15px;
  line-height: 28px;
  color: #4e4e4e;
}

.cascade ul li:last-of-type {
  margin: 0;
}

.cascade ul li:before {
  content: "";
  position: absolute;
  top: 1em;
  left: 2px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #e23e46;
}

.cascade ul ul,
.cascade ul ol,
.cascade ol ol,
.cascade ol ul,
.modal-teacher ul ul {
  padding-left: 23px;
  margin: 11px 0 23px;
}

.cascade ul ul li::before,
.cascade ol ul li::before,
.modal-teacher ul ul li::before {
  background-color: #fff !important;
  border: 1px solid #e23e46;
}

.cascade ol {
  margin: 0 0 90px;
  padding: 0;
  list-style-type: none;
}

.cascade ol li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 0 11px;
  font-weight: normal;
  font-size: 15px;
  line-height: 28px;
  color: #4e4e4e;
}

.cascade ol li span {
  display: inline-block;
  height: 100%;
  margin: 0 10px 0 0;
  font-weight: normal;
  font-size: 15px;
  line-height: 28px;
  color: #0d0c0c;
}

.cascade .table,
.modal--info .table {
  position: relative;
  overflow: hidden;
}

.cascade .table-wrapper,
.modal--info .table-wrapper{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
}

.cascade .table table,
.modal--info .table table {
  border-spacing: 0 10px;
}

.cascade .table tr,
.modal--info .table tr {
  overflow: hidden;
  /* height: 105px; */
}

.cascade .table tr:first-child,
.modal--info .table tr:first-child {
  min-height: 100px;
  background-color: #0c2a69;
  border-radius: 20px;
}

.cascade .table tr:first-child td,
.modal--info .table tr:first-child td {
  padding: 24px;
  font-weight: 600;
  font-size: 15px;
  line-height: 25px;
  color: #ffffff;
  background-color: #0c2a69;
}

.cascade .table tr:first-child td:first-child,
.modal--info .table tr:first-child td:first-child {
  padding: 24px 24px 24px 45px;
  line-height: 51px;
  background-color: #0c2a69;
  border-radius: 20px 0 0 20px;
}

.cascade .table tr:first-child td:last-child,
.modal--info .table tr:first-child td:last-child {
  border-radius: 0 20px 20px 0;
}

.cascade .table tr:nth-child(2n+3),
.modal--info .table tr:nth-child(2n+3) {
  background-color: #e9eef2;
  border-radius: 20px;
}

.cascade .table tr:nth-child(2n+3) td:first-child,
.modal--info .table tr:nth-child(2n+3) td:first-child {
  background-color: #e9eef2;
  border-radius: 20px 0 0 20px;
}

.cascade .table tr:nth-child(3n) td:last-child,
.cascade .table tr:nth-child(2n+3) td:last-child,
.modal--info .table tr:nth-child(3n) td:last-child,
.modal--info .table tr:nth-child(2n+3) td:last-child {
  border-radius: 0 20px 20px 0;
}

.cascade .table tr:last-child,
.modal--info .table tr:last-child {
  min-height: 100px;
  border-radius: 20px;
}

.cascade .table tr:last-child td:first-child,
.modal--info .table tr:last-child td:first-child {
  border-radius: 20px 0 0 20px;
}

.cascade .table tr:last-child td:last-child,
.modal--info .table tr:last-child td:last-child {
  border-radius: 0 20px 20px 0;
}

.cascade .table tr td,
.modal--info .table tr td {
  padding: 20px 0 23px 23px;
  max-height: 90px;
  font-size: 14px;
  line-height: 21px;
  color: #0d0c0c;
  border-spacing: 0;
}

.cascade .table tr td span,
.modal--info .table tr td span {
  display: block;
  margin: 0;
  color: #0d0c0c;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
}

.cascade .table tr td span:first-child,
.modal--info .table tr td span:first-child{
  color: #4e4e4e;
}

.accordion {
  margin-top: 70px;
}

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

.accordion__element.is-active {
  margin-bottom: 70px;
}

.accordion__element-card-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.accordion__element-card-list {
  margin-bottom: 50px;
}

.accordion__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 24px 121.5px 24px 48px;
  background-color: #214389;
  border-radius: 20px;
  color: #ffffff;
  position: relative;
  cursor: pointer;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: min-height 0.3s ease;
  transition: min-height 0.3s ease;
}

.accordion__element-title,
.accordion__element-price-wrapper p {
  margin: 0;
}

.accordion__element-title-wrapper {
  max-width: 617px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.accordion__element-title {
  font-weight: 700;
  font-size: 21px;
  line-height: 33.16px;
}

.accordion__price-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 19.9%;
  margin-top: 9px;
}

.accordion__button-text {
  max-width: 822px;
}

.accordion__price-title {
  font-size: 13px;
  line-height: 16px;
  opacity: 0.8;
  color: #ffffff;
  margin-bottom: 9px;
}

.accordion__price-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.accordion__old-price {
  min-width: 70px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  line-height: 25px;
  margin-top: 2px;
  margin-right: 10px;
  text-decoration: line-through;
}

.accordion__new-price {
  color: #ffffff;
  font-size: 21px;
  line-height: 33px;
}

.accordion__element-text-main {
  margin-bottom: 50px;
  margin-top: 55px;
  max-width: 870px;
  padding-left: 48px;
}

.accordion__element-text-main p,
.accordion__element-text-main span {
  margin: 0;
  font-size: 15px;
  line-height: 27.75px;
  color: #3a3b3d;
}

.accordion__element-link-wrapper,
.accordion__element-btn {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}

.accordion__element-link-wrapper {
  margin-bottom: 55px;
}

.accordion__element-link,
.accordion__element-btn {
  color: #ffffff;
  font-size: 15px;
  line-height: 24.75px;
  font-weight: 600;
  width: 100%;
}

.accordion__element-btn {
  border: none;
  padding-top: 22px;
  padding-bottom: 22px;
  font-weight: 600;
}

.accordion__element:last-child {
  padding-bottom: 56px;
}

.accordion-card {
  min-height: 108px;
  padding: 20px 36px 20px 48px;
  background-color: #ffffff;
  border-radius: 20px;
  position: relative;
  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;
}

.accordion-card:not(:last-child) {
  margin-bottom: 11px;
}

.accordion-card__link-main {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.accordion-card__link-wrapper {
  border-radius: 110px;
  z-index: 1;
  position: relative;
  cursor: pointer;
}

.accordion-card__link-wrapper .arrow-link .arrow-link__icon {
  right: 15px;
}

.accordion-card__link {
  padding: 12.2px 61px 12.2px 37px;
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
}

.accordion-card__header-wrapper {
  max-width: 637px;
}

.accordion-card__header-wrapper p {
  margin: 0;
  font-weight: 600;
  font-size: 17px;
  line-height: 26.84px;
}

.accordion-content__text-main {
  margin-bottom: 49px;
  margin-top: 57px;
  max-width: 852px;
  padding-left: 48px;
}

.our-packages .accordion-content__text-main {
  max-width: none;
  padding-right: 48px;
  display: flex;
  align-items: center;
  column-gap: 48px;
}

.accordion-content__text-main p,
.accordion-content__text-main span {
  margin: 0;
  font-size: 15px;
  line-height: 27.75px;
  color: #3a3b3d;
}

.accordion-content__link-wrapper,
.accordion-content__btn {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}

.accordion-content__link-wrapper {
  margin-bottom: 55px;
}

.accordion-content__link,
.accordion-content__btn {
  color: #ffffff;
  font-weight: 600;
  padding: 20px;
  font-size: 15px;
  line-height: 25px;
  width: 100%;
  border: none;
}

.accordion-content__card-list {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 50px;
}

.courses-video {
  margin-top: 78px;
  margin-bottom: 100px;
}

.courses-video .video-news {
  border-radius: 20px;
}

.courses-video__text {
  margin-bottom: 59px;
  max-width: 691px;
}

.courses-video__text p {
  margin: 0;
  font-size: 15px;
  line-height: 28px;
  color: #3a3b3d;
}

.courses-video__link {
  color: #df2c35;
  cursor: pointer;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.tags-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(100% + 12px);
  margin: 0;
  /* margin-top: -12px; */
  margin-top: 57px;
  margin-left: -12px;
  margin-bottom: 30px;
  padding: 0;
  list-style: none;
}

.tags-list .list-active {
  display: none;
}

.tags-list.is-active .tags-list__item:nth-child(n + 5):not(:last-child) {
  display: initial;
}

.tags-list.is-active .list-active {
  display: initial;
}

.tags-list.is-active .list-inactive {
  display: none;
}

.tags-list__item {
  margin-top: 12px;
  margin-left: 12px;
}

.tags-list__item:nth-child(n + 5):not(:last-child) {
  /*количество тем для отображения кнопки "показать все/скрыть"*/
  display: none;
}

.tags-list__item:nth-child(-n + 5):last-child {
  /* если всего четыре и менее тэгов не отбражать кнопку "показать все" */
  display: none;
}

.page__blog-title + .tags-list .tags-list__item {
  /* для Блога нужно все выводить */
  display: initial;
}

.courses-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-radius: 20px;
  -webkit-filter: drop-shadow(-2px 16px 45px rgba(11, 13, 23, 0.04));
  filter: drop-shadow(-2px 16px 45px rgba(11, 13, 23, 0.04));
  overflow: hidden;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}

.courses-card__block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 28px 28px 30px;
}

.courses-card__block:first-child {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-height: 370px;
  padding-top: 35px;
}

.courses-card__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

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

.courses-card__img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background-color: rgba(20, 49, 110, 0.8);
}

.courses-card__img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(19.29%, #14316e), color-stop(98.07%, rgba(20, 49, 110, 0)));
  background-image: linear-gradient(360deg, #14316e 19.29%, rgba(20, 49, 110, 0) 98.07%);
}

.courses-card__content {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.courses-card__link {
  display: block;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.courses-card__title {
  width: 100%;
  margin: 0;
  margin-bottom: 10px;
  padding: 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: #ffffff;
}

.courses-card__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(100% + 12px);
  margin: 0;
  margin-top: auto;
  margin-left: -12px;
  margin-bottom: 10px;
  padding: 0;
  list-style: none;
}

.courses-card__tag {
  margin-left: 12px;
  margin-bottom: 12px;
}

.courses-card__tag.button {
  pointer-events: none;
  cursor: default;
}

.courses-card__date {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 42px;
  height: 42px;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0);
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 95px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  cursor: pointer;
}

.courses-card__date--desktop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.courses-card__footer {
  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;
}

.courses-card__types {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin-right: 5px;
}

.courses-card__type {
  position: relative;
  z-index: 2;
  padding: 9px 19px;
  font-weight: 400;
  font-size: 15px;
  line-height: 144.9%;
  color: #ffffff;
  background-color: #3b5386;
  border: 3px solid #13306d;
  border-radius: 145px;
  /* pointer-events: none; */
  cursor: default;
}

.courses-card__type a {
  color: #fff;
}

.courses-card__tooltip {
  position: relative;
  z-index: 1;
  margin-left: -10px;
  padding: 10px 14px;
  font-weight: 400;
  font-size: 15px;
  line-height: 144.9%;
  color: #ffffff;
  background-color: #5b709a;
  border-radius: 95px;
  pointer-events: initial;
  cursor: pointer;
}

.courses-card__column:nth-child(2n - 1) {
  width: 57%;
}

.courses-card__column:nth-child(2n) {
  width: 43%;
}

.courses-card__subtitle {
  margin: 0;
  margin-bottom: 2px;
  padding: 0;
  font-weight: 400;
  font-size: 15px;
  line-height: 28px;
  color: #797777;
}

.courses-card__info {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  color: #0d0c0c;
  -webkit-font-feature-settings: "liga" off;
  font-feature-settings: "liga" off;
}

.courses-schedule__card-wrapper {
  padding: 40px 48px;
  background-color: #ffffff;
  border-radius: 0px 0px 20px 20px;
  margin: 0;
}

.courses-schedule__big-card:not(:last-child) {
  margin-bottom: 37px;
}

.schedule-card {
  padding: 29px 44px 29px 44px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: rgba(239, 243, 246, 0.5);
  border-radius: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.schedule-card:not(:last-child) {
  margin-bottom: 10px;
}

.schedule-card__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 278px 238px 123px;
  grid-template-columns: 278px 238px 123px;
  min-width: 699px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.schedule-card__title {
  margin-top: 0;
  margin-bottom: 7px;
  font-size: 13px;
  line-height: 15.6px;
  color: #797777;
}

.schedule-card__text {
  font-size: 17px;
  line-height: 27px;
  color: #000000;
  font-weight: 600;
}

.schedule-card__dates {
  padding-right: 39px;
}

.schedule-card__price {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.schedule-card__price .schedule-card__question {
  left: 11px;
}

.price-card__price .price-card__question {
  left: 11px;
}

.course-schedule__price .schedule-card__question {
  top: 17px;
  left: auto;
  right: -24px;
}

.course-schedule__price.partner .schedule-card__text {
  background-color: rgba(0, 0, 0, 0.03);
  border-radius: 1em;
  margin: 5px 0;
}

.schedule-card__link-wrapper {
  border-radius: 110px;
  z-index: 1;
  position: relative;
  cursor: pointer;
}

.schedule-card__link {
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
  color: #ffffff;
  padding: 12px 51px 12px 16px;
  text-align: center;
}

.schedule-card .arrow-link .arrow-link__icon {
  padding: 11px;
}

.courses-schedule__card-wrapper:not(:last-child) {
  margin-bottom: 36px;
}

.courses-schedule__list-header-wrapper {
  padding: 30px 48px;
  background-color: #14316e;
  border-radius: 20px 20px 0 0;
}

.courses-schedule__big-card:nth-child(2) .courses-schedule__list-header-wrapper,
.courses-schedule__big-card:nth-child(3) .courses-schedule__list-header-wrapper,
.courses-schedule__big-card:nth-child(5) .courses-schedule__list-header-wrapper,
.courses-schedule__list--next .courses-schedule__list-header-wrapper {
  padding: 44px 48px;
}

.courses-schedule__list-header {
  margin: 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 27.6px;
  color: #ffffff;
  max-width: 565px;
}

.courses-schedule__list-header a {
  color: inherit;
}
.courses-schedule__list-header a:focus,
.courses-schedule__list-header a:hover {
  opacity: 0.7;
}

.price__list-header a {
  color: inherit;
}
.price__list-header a:focus,
.price__list-header a:hover {
  opacity: 0.7;
}

.schedule-card__learning-types {
  position: relative;
}

.schedule-card__question {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 13px;
  left: -39px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.courses-schedule {
  margin-bottom: 60px;
  width: 100%;
  margin-top: 9px;
}

.courses-schedule > p {/*если только одная строчка с пустым результатом*/
  padding-bottom: 60px;
}

.courses-schedule__list {
  padding-left: 0;
  list-style: none;
  margin-top: 0;
  margin-bottom: 71px;
}

.courses-schedule__list.courses-schedule__list--first {
  margin-bottom: 59px;
}

.courses-schedule__title:after {
  content: "";
  border-bottom: 3px solid rgba(0, 0, 0, 0.04);
  width: 100%;
  height: 1px;
  left: 0;
  right: 0;
  position: absolute;
  top: 49px;
}

.courses-schedule__title {
  margin: 0;
  font-size: 21px;
  line-height: 33px;
  font-weight: 700;
  margin-bottom: 67px;
  position: relative;
}

.date-selector-wrapper {
  position: absolute;
  z-index: 50;
  width: 358px;
  padding: 31px 31px 32px;
  font-family: "Golos Text", "Arial", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 165%;
  background-color: #ffffff;
  border-radius: 20px;
  -webkit-box-shadow: -2px 3px 95px rgba(26, 27, 30, 0.07);
  box-shadow: -2px 3px 95px rgba(26, 27, 30, 0.07);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transform: translate(-36px, 10px);
  transform: translate(-36px, 10px);
}

.date-selector-wrapper .date-selector-btn {
  display: none;
  width: 100%;
  padding: 19px;
  font-weight: 600;
  font-size: 15px;
  line-height: 165%;
}

.date-selector-wrapper .cal-header,
.date-selector-wrapper .cal-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  text-align: center;
}

.date-selector-wrapper .cal-header {
  margin-bottom: 13px;
}

.date-selector-wrapper .cal-nav-current {
  margin-right: auto;
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  color: #0d0c0c;
  border-radius: 5px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  cursor: pointer;
}

.date-selector-wrapper .cal-nav-prev,
.date-selector-wrapper .cal-nav-next {
  position: relative;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  width: 25px;
  height: 25px;
  color: #0d0c0c;
  border-radius: 5px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  cursor: pointer;
}

.date-selector-wrapper .cal-nav-prev::before,
.date-selector-wrapper .cal-nav-next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 12px;
  height: 8px;
  background-image: url("/local/templates/uc3/css/../img/svg/icon-select-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.date-selector-wrapper .cal-nav-prev.cal-nav-prev::before,
.date-selector-wrapper .cal-nav-next.cal-nav-prev::before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}

.date-selector-wrapper .cal-nav-prev.cal-nav-next,
.date-selector-wrapper .cal-nav-next.cal-nav-next {
  margin-left: 7px;
  margin-right: -8px;
}

.date-selector-wrapper .cal-nav-prev.cal-nav-next::before,
.date-selector-wrapper .cal-nav-next.cal-nav-next::before {
  -webkit-transform: translate(-50%, calc(-50% + 0.5px)) rotate(-90deg);
  transform: translate(-50%, calc(-50% + 0.5px)) rotate(-90deg);
}

.date-selector-wrapper .cal-days {
  margin: 0 -15px 22px;
}

.date-selector-wrapper .cal-days .cal-cell:last-child,
.date-selector-wrapper .cal-days .cal-cell:nth-last-child(2) {
  color: rgba(13, 12, 12, 0.5);
}

.date-selector-wrapper .cal-days + .date-selector-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.date-selector-wrapper .cal-cell {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  width: 46.43px;
  height: 38.57px;
  font-weight: 400;
  font-size: 15px;
  line-height: 165%;
  color: #0d0c0c;
  border-radius: 5px;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
  cursor: pointer;
}

.date-selector-wrapper .cal-day-names .cal-cell {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 175%;
  color: rgba(60, 60, 67, 0.6);
  cursor: default;
}

.date-selector-wrapper .cal-day-names .cal-cell:last-child,
.date-selector-wrapper .cal-day-names .cal-cell:nth-last-child(2) {
  color: rgba(60, 60, 67, 0.6);
}

.date-selector-wrapper .cal-cell-prev,
.date-selector-wrapper .cal-cell-next {
  color: rgba(121, 119, 119, 0.4);
}

.date-selector-wrapper .cal-value {
  color: #0d0c0c;
  background-color: #f2f2f2;
}

.custom-calendar {
  position: relative;
  width: 205px;
}

.custom-calendar::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  width: 10px;
  height: 7px;
  background-image: url("/local/templates/uc3/css/../img/svg/icon-select-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.custom-calendar input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
  padding: 0;
  padding-right: 15px;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 23px;
  vertical-align: top;
  color: #05122c;
  background-color: rgba(255, 255, 255, 0);
  border: none;
  border-radius: 0;
  text-overflow: clip;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.custom-calendar input::-webkit-input-placeholder {
  font-weight: 500;
  font-size: 15px;
  line-height: 23px;
  color: #05122c;
}

.custom-calendar input::-moz-placeholder {
  font-weight: 500;
  font-size: 15px;
  line-height: 23px;
  color: #05122c;
}

.custom-calendar input:-ms-input-placeholder {
  font-weight: 500;
  font-size: 15px;
  line-height: 23px;
  color: #05122c;
}

.custom-calendar input::-ms-input-placeholder {
  font-weight: 500;
  font-size: 15px;
  line-height: 23px;
  color: #05122c;
}

.custom-calendar input::placeholder {
  font-weight: 500;
  font-size: 15px;
  line-height: 23px;
  color: #05122c;
}

.custom-calendar input:focus {
  outline: none;
}

.schedule-card {
  padding: 29px 44px 29px 44px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: rgba(239, 243, 246, 0.5);
  border-radius: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.schedule-card:not(:last-child) {
  margin-bottom: 10px;
}

.schedule-card .arrow-link .arrow-link__icon {
  padding: 11px;
}

.courses-schedule__card-wrapper:not(:last-child) {
  margin-bottom: 36px;
}

.video-materials {
  margin-bottom: 57px;
}

.video-materials__list {
  list-style: none;
  padding-left: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 18px;
  grid-row-gap: 33px;
  margin: 0;
}

.video-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 0;
}

.video-card__news {
  border-radius: 20px 20px 0px 0px;
  max-height: 272px;
}

.video-card__news iframe {
  width: 100%;
  border-radius: 20px 20px 0 0;
  border: none;
  max-height: 272px;
}

.video-card__img {
  position: relative;
  width: 100%;
  border-radius: 20px 20px 0 0;
  max-height: 272px;
  overflow: hidden;
}

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

.video-card__icon {
  position: absolute;
  top: calc(50% - 41.5px);
  left: calc(50% - 41.5px);
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 83px;
  height: 83px;
  padding: 0;
  color: #eaeaea;
  background-color: rgba(0, 0, 0, 0.55);
  border: none;
  border-radius: 50%;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.video-card__icon svg {
  width: 27px;
  height: 27px;
}

.video-card__info-wrapper {
  border-radius: 0 0 20px 20px;
  background-color: #ffffff;
  padding: 33px 38px 42px 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.video-card__info-wrapper .button {
  display: unset;
}

.video-card__btn {
  padding: 10px 30px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20.3px;
  min-width: 262px;
  width: unset;
  cursor: pointer;
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-bottom: 5px;
}

.video-card__title {
  font-size: 18px;
  line-height: 26.3px;
  font-weight: 700;
  margin-top: 25px;
  margin-bottom: 29px;
}

.video-card__bottom {
  margin-top: auto;
}

.video-card__text p {
  margin: 0;
  font-size: 15px;
  line-height: 28.8px;
}

.blog-list {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 26px;
  -moz-column-gap: 26px;
  column-gap: 26px;
  margin: 0;
  margin-bottom: -36px;
  padding: 0;
  padding-bottom: 60px;
  list-style: none;
}

.blog-list__item {
  display: inline-block;
  margin-bottom: 36px;
}

.blog-card {
  display: block;
  width: 100%;
  background-color: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  -webkit-box-shadow: 4px 4px 4px 0 rgba(34, 60, 80, 0);
  box-shadow: 4px 4px 4px 0 rgba(34, 60, 80, 0);
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}

.blog-card__img {
  height: 272px;
}

.blog-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}

.blog-card__body {
  padding: 37px 28px 42px;
}

.blog-card__tag {
  width: auto;
  margin-bottom: 31px;
}

.blog-card__tag.button {
  pointer-events: none;
  cursor: default;
}

.blog-card__title {
  margin: 0;
  margin-bottom: 28px;
  font-weight: 700;
  font-size: 18px;
  line-height: 146%;
  color: #000000;
}

.blog-card__text {
  font-weight: 400;
  font-size: 15px;
  line-height: 28px;
  color: #3a3b3d;
}

.blog-card__text p {
  margin: 0;
}

.blog-article {
  margin-bottom: 100px;
}

.blog-article__wrapper {
  padding: 65px 75px 62px;
  font-size: 15px;
  line-height: 185%;
  background-color: #ffffff;
  border-radius: 20px;
}

.blog-article__block {
  margin: 90px 0;
}

.blog-article__block:first-child {
  margin-top: 0;
}

.blog-article__block:last-child {
  margin-bottom: 0;
}

.blog-article__block h2,
.blog-article__block h3 {
  margin: 0;
  margin-bottom: 35px;
  font-size: 21px;
  line-height: 157.9%;
  color: #0d0c0c;
}

.blog-article__block p + h2,
.blog-article__block p + h3 {
  margin-top: 90px;
}

.blog-article__block p {
  margin: 0;
  margin-bottom: 29px;
  color: #3a3b3d;
}

.blog-article__img {
  display: block;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.blog-article__img img {
  width: 100%;
  max-height: 700px;
  -o-object-fit: contain;
  object-fit: contain;
}

.blog-article__img + .blog-article__img {
  margin-top: 90px;
}

.blog-article__video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 58.8%;
  border-radius: 20px;
  overflow: hidden;
  /* stylelint-disable-next-line property-no-vendor-prefix */
  -webkit-mask-image: -webkit-radial-gradient(#ffffff, #000000);
}

.blog-article__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 20px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: top;
  object-position: top;
}

.modal-callback {
  padding: 80px 9.2% 60px;
}

.modal-callback__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 0 35px 0;
  font-size: 28px;
  line-height: 140%;
  color: #0d0c0c;
}

.modal-callback__title span:nth-child(2) {
  color: #e23e46;
}

.callback-form__block {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 23px;
}

.callback-form__subtitle {
  width: 100%;
  margin: 0 0 75px 0;
  padding-right: 34%;
  font-size: 15px;
  line-height: 26px;
  color: #797777;
  font-weight: normal;
}

.callback-form__item {
  width: calc(50% - 14px);
  margin-bottom: 32px;
}

.callback-form__item--full {
  width: 100%;
}

.callback-form__item--checkbox {
  width: 55%;
  min-width: 465px;
}

.callback-form__item--checkbox label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.callback-form__item--checkbox label:hover > input:checked + span::before {
  opacity: 0.7;
  -webkit-transition: opacity 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: opacity 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: opacity 0.3s ease, box-shadow 0.3s ease;
  transition: opacity 0.3s ease, box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}

.callback-form__item--checkbox input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  clip: rect(0 0 0 0);
}

.callback-form__item--checkbox label:hover > span::before {
  -webkit-box-shadow: inset 0 0 0 2px #0c2a69;
  box-shadow: inset 0 0 0 2px #0c2a69;
}

.callback-form__item--checkbox input:not(:checked):focus-visible + span::before {
  -webkit-box-shadow: inset 0 0 0 2px #0c2a69;
  box-shadow: inset 0 0 0 2px #0c2a69;
  -webkit-transition: opacity 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: opacity 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: opacity 0.3s ease, box-shadow 0.3s ease;
  transition: opacity 0.3s ease, box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}

.callback-form__item--checkbox input:checked:focus-visible + span::before {
  opacity: 0.7;
  -webkit-transition: opacity 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: opacity 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: opacity 0.3s ease, box-shadow 0.3s ease;
  transition: opacity 0.3s ease, box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}

.callback-form__item--checkbox input:checked + span::before {
  -webkit-box-shadow: inset 0 0 0 2px rgba(223, 44, 53, 0.4), inset 0 0 0 5px #f4f4f4, inset 0 0 0 26px #df2c35;
  box-shadow: inset 0 0 0 2px rgba(223, 44, 53, 0.4), inset 0 0 0 5px #f4f4f4, inset 0 0 0 26px #df2c35;
}

.callback-form__item textarea {
  min-height: 136px;
}

.callback-form__checkbox-error {
  position: absolute;
  bottom: -25px;
  left: 0;
  display: none;
  font-size: 13px;
  line-height: 16px;
  color: #df2c35;
}

.callback-form .callback-form__item--checkbox.is-invalid .callback-form__checkbox-error {
  display: block;
}

.callback-form__submit-btn {
  width: 100%;
  padding: 20px;
  font-size: 15px;
  line-height: 24px;
}

.callback-form__checkbox-text {
  position: relative;
  padding: 0 0 0 50px;
  font-size: 15px;
  line-height: 24px;
  color: #797777;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.callback-form__checkbox-text::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -1px;
  width: 26px;
  height: 26px;
  border-radius: 3px;
  border: 1px solid #ffffff;
  -webkit-box-shadow: inset 0 0 0 2px rgba(121, 119, 119, 0.3);
  box-shadow: inset 0 0 0 2px rgba(121, 119, 119, 0.3);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}

.callback-form__checkbox-text a {
  color: #e23e46;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.callback-form .callback-form__item--checkbox.is-invalid label > span::before {
  -webkit-box-shadow: inset 0 0 0 2px #df2c35;
  box-shadow: inset 0 0 0 2px #df2c35;
}

.callback-form .callback-form__item--checkbox.is-invalid label:hover > span::before {
  -webkit-box-shadow: inset 0 0 0 2px #0c2a69;
  box-shadow: inset 0 0 0 2px #0c2a69;
}

.feedback-block--search .feedback-block__header-wrapper {
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.feedback-block--search .feedback-block__wrapper {
  max-height: unset;
}

.feedback-block--search .feedback-block__inner {
  max-height: unset;
  position: unset;
  min-height: unset;
  top: unset;
}

.feedback-block--search .feedback-block__list {
  position: unset;
  top: unset;
}

.feedback-block--search .feedback-form {
  padding: 36px 40px;
}

.feedback-block--search .feedback-block__title,
.feedback-block--search .feedback-block__text {
  margin: 0;
}

.feedback-block--search .feedback-block__title {
  padding-right: 62px;
  font-size: 36px;
  line-height: 52px;
  font-weight: 700;
}

.feedback-block--search .feedback-block__text {
  font-size: 14px;
  line-height: 24px;
  color: #797777;
  margin-top: 22px;
}

.feedback-block--search .feedback-block__list {
  margin-bottom: 30px;
}

.feedback-block--search .custom-select__input::before {
  display: none;
}

.feedback-block--search .pagination-new {
  margin-bottom: 0;
}

.feedback-block--search .filters-container {
  position: unset;
}

.feedback-block--search .feedback-form {
  height: auto;
}

.feedback-block--search .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.search-card {
  padding-bottom: 30px;
  padding-top: 46px;
  padding-left: 48px;
  padding-right: 48px;
  background: #ffffff;
  border-radius: 20px;
}

.search-card__wrapper .button {
  display: unset;
}

.search-card:not(:last-child) {
  margin-bottom: 21px;
}

.search-card__info-wrapper {
  margin-top: 42px;
}

.search-card__link {
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 95px;
  min-height: 40px;
}

.feedback-block--search .button--tab {
  font-size: 14px;
  line-height: 20.30px;
  padding: 10px 30px;
}

.search-card__title-wrapper {
  margin-bottom: 29px;
}

.search-card__title,
.search-card__text {
  margin: 0;
}

.search-card__title {
  font-size: 18px;
  line-height: 26.3px;
  font-weight: 700;
  padding-right: 22px;
  max-width: 530px;
}

.search-card__title:nth-child(6) {
  max-width: 660px;
}

.search-card__text-wrapper p {
  font-size: 15px;
  line-height: 27.8px;
  color: #3a3b3d;
  margin: 0;
}

.search-card__text-wrapper {
  margin-bottom: 10px;
}

.modal-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 44px 101px;
}

.modal-slider__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background-color: #ffffff;
  overflow: hidden;
}

.modal-slider__list {
  height: auto;
  margin: 0;
  padding: 0;
  list-style: none;
}

.modal-slider__item img {
  max-width: unset;
  width: 100%;
  height: auto;
  max-height: calc(100vh - 88px);
  max-height: calc(100 * var(--vh, 1vh) - 88px);
  -o-object-fit: contain;
  object-fit: contain;
}

.modal-slider__button {
  position: absolute;
  top: calc(50% - 23.5px);
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 45px;
  height: 45px;
  padding: 0;
  background-color: #ffffff;
  border: none;
  border-radius: 24px;
  -webkit-box-shadow: 0 4px 8px rgba(73, 92, 136, 0.11);
  box-shadow: 0 4px 8px rgba(73, 92, 136, 0.11);
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: opacity 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, opacity 0.3s ease;
  transition: box-shadow 0.3s ease, opacity 0.3s ease, -webkit-box-shadow 0.3s ease;
}

.modal-slider__button[aria-disabled="true"] {
  opacity: 0.65;
  pointer-events: none;
}
.request-form__submit-btn[disabled] {
  opacity: 0.65;
  pointer-events: none;
}

.modal-slider__button svg {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.modal-slider__button--prev {
  left: 28px;
}

.modal-slider__button--prev svg {
  margin-right: 2px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.modal-slider__button--next {
  right: 28px;
}

.modal-slider__button--next svg {
  margin-left: 2px;
}

.modal-slider__slider-pagination {
  margin: 0 auto;
}

.modal-slider__slider-pagination.swiper-pagination-bullets {
  position: absolute;
  left: 0;
  bottom: 18px;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.modal-slider__slider-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  margin: 0 3px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  -webkit-transform: none;
  transform: none;
}

.modal-slider__slider-pagination.swiper-pagination-bullets .swiper-pagination-bullet:focus {
  outline: none;
}

.modal-slider__slider-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-color: #ffffff;
}

.contacts {
  position: relative;
}

.contacts__header {
  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;
  margin-bottom: 70px;
}

.contacts__print {
  margin-right: 50px;
}

.contacts__info {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 69.2%;
  max-width: 931px;
  margin: 0;
  margin-top: -28px;
  margin-left: -89px;
  padding: 0;
  list-style: none;
}

.contacts__info-block {
  margin-top: 28px;
  margin-left: 89px;
}

.contacts__info-title {
  margin: 0;
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 13px;
  line-height: 21px;
  color: #797777;
}

.contacts__info-text {
  margin: 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 146%;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  white-space: nowrap;
}

.contacts__map {
  width: 100%;
  max-width: 1440px;
  height: 434px;
  padding: 0;
}

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

.contacts__map + .contacts__container {
  margin-top: -107px;
}

.contacts__container {
  position: relative;
  z-index: 2;
}

.contacts__body {
  margin-bottom: 100px;
  background-color: #ffffff;
  border-radius: 20px;
}

.contacts__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 70px 154px;
}

.contacts__wrapper:last-child {
  padding: 90px 154px 80px;
}

.contacts__wrapper input,
.contacts__wrapper textarea,
.contacts__wrapper input::-webkit-input-placeholder,
.contacts__wrapper textarea::-webkit-input-placeholder {
  font-size: 15px;
  line-height: 18px;
}

.contacts__wrapper input,
.contacts__wrapper textarea,
.contacts__wrapper input::-moz-placeholder,
.contacts__wrapper textarea::-moz-placeholder {
  font-size: 15px;
  line-height: 18px;
}

.contacts__wrapper input,
.contacts__wrapper textarea,
.contacts__wrapper input:-ms-input-placeholder,
.contacts__wrapper textarea:-ms-input-placeholder {
  font-size: 15px;
  line-height: 18px;
}

.contacts__wrapper input,
.contacts__wrapper textarea,
.contacts__wrapper input::-ms-input-placeholder,
.contacts__wrapper textarea::-ms-input-placeholder {
  font-size: 15px;
  line-height: 18px;
}

.contacts__wrapper input,
.contacts__wrapper textarea,
.contacts__wrapper input::placeholder,
.contacts__wrapper textarea::placeholder {
  font-size: 15px;
  line-height: 18px;
}

.contacts__wrapper--blue {
  padding-right: 120px;
  color: #ffffff;
  background-color: #0c2a69;
  background-image: radial-gradient(116.23% 535.39% at -17.48% -144.75%, rgba(255, 255, 255, 0.19) 0%, rgba(255, 255, 255, 0) 100%);
  border-radius: 20px;
}

.contacts__column {
  width: calc(50% - 14px);
}

.contacts__column:last-child {
  width: calc(50% + 4px);
}

.contacts__title {
  width: 100%;
  margin: 0;
  margin-bottom: 33px;
  font-weight: 700;
  font-size: 18px;
  line-height: 146%;
}

.contacts__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.contacts__item {
  font-weight: 400;
  font-size: 15px;
  line-height: 185%;
  color: rgba(255, 255, 255, 0.8);
}

.contacts__btn {
  padding: 22px 20px 24px;
}

.list-group {
  width: 100%;
}

.list-group .list-small {
  width: 100%;
  margin-bottom: 53px;
  margin-left: -1px;
  padding-top: 0;
}

.list-group .list-group:last-child .list-small {
  margin-bottom: 12px;
}

.list-group .list-small__list {
  margin-bottom: 0;
}

.list-group .list-small__list:nth-child(n) li:last-of-type p:last-of-type {
  margin-bottom: 0;
}

.input-field__label {
  position: absolute;
  top: 11px;
  left: 22px;
  font-size: 13px;
  line-height: 16px;
  color: #797777;
  opacity: 0.8;
}

.input-field__label--default {
  display: block;
}

.input-field__label--error {
  display: none;
  color: #df2c35;
}

.input-field label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.input-field.is-invalid input {
  border: 1px solid #df2c35;
}

.input-field input {
  width: 100%;
  padding: 32px 21px 12px 21px;
  font-size: 15px;
  line-height: 18px;
  color: #000000;
  text-overflow: ellipsis;
  border: 1px solid #d0d0d0;
  border-radius: 10px;
  outline: none;
  -webkit-transition: border 0.3s ease;
  transition: border 0.3s ease;
}

.input-field input:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 1000px #ffffff;
  box-shadow: inset 0 0 0 1000px #ffffff;
  -webkit-text-fill-color: #000000;
}

.input-field input:disabled {
  background-color: #f8f8f8;
}

.input-field input:hover,
.input-field input:focus {
  border: 1px solid #0c2a69;
}

.input-field input:hover:-webkit-autofill,
.input-field input:focus:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 1000px #ffffff;
  box-shadow: inset 0 0 0 1000px #ffffff;
  -webkit-text-fill-color: #000000;
}

.input-field input:required + span span:first-child::after {
  content: "*";
}

.input-field input::-webkit-input-placeholder {
  font-size: 15px;
  line-height: 18px;
  color: #4e4e4e;
  opacity: 0.7;
}

.input-field input::-moz-placeholder {
  font-size: 15px;
  line-height: 18px;
  color: #4e4e4e;
  opacity: 0.7;
}

.input-field input:-ms-input-placeholder {
  font-size: 15px;
  line-height: 18px;
  color: #4e4e4e;
  opacity: 0.7;
}

.input-field input::-ms-input-placeholder {
  font-size: 15px;
  line-height: 18px;
  color: #4e4e4e;
  opacity: 0.7;
}

.input-field input::placeholder {
  font-size: 15px;
  line-height: 18px;
  color: #4e4e4e;
  opacity: 0.7;
}

.our-prices .pagination-new {
  margin-top: 55px;
}

.our-prices .tags-list {
  margin-bottom: 0;
}

.price {
  margin-bottom: 60px;
  margin-top: 59px;
  width: 100%;
}

.price__list {
  padding-left: 0;
  list-style: none;
  margin-top: 0;
  margin-bottom: 60px;
}

.price__title:after {
  content: "";
  border-bottom: 3px solid rgba(0, 0, 0, 0.04);
  width: 100%;
  height: 1px;
  left: 0;
  right: 0;
  position: absolute;
  top: 50px;
}

.price__title-wrapper {
  margin-bottom: 66px;
}

.price__title {
  margin: 0;
  font-size: 21px;
  line-height: 33px;
  font-weight: 700;
  color: #3a3b3d;
  position: relative;
}

.price__wrapper {
  padding: 40px 48px;
  background-color: #ffffff;
  border-radius: 0px 0px 20px 20px;
  margin: 0;
}

.price__big-card {
  -webkit-filter: drop-shadow(-2px 16px 45px rgba(26, 27, 30, 0.04));
  filter: drop-shadow(-2px 16px 45px rgba(26, 27, 30, 0.04));
  margin-bottom: 38px;
}

.price__big-card:last-child {
  padding-bottom: 38px;
}

.price-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 29px 46px 29px 89px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: rgba(239, 243, 246, 0.5);
  border-radius: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.price-card:not(:last-child) {
  margin-bottom: 12px;
}

.price-card__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 250px 150px;
  grid-template-columns: 250px 150px;
  min-width: 400px;
  grid-column-gap: 10px;
}

.price-card__title {
  margin-top: 0;
  margin-bottom: 7px;
}

.price-card__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.price-card__title {
  font-size: 13px;
  line-height: 15.6px;
  color: #797777;
}

.price-card__text {
  font-size: 17px;
  line-height: 27px;
  color: #000000;
  font-weight: 600;
}

.price-card__link-wrapper {
  padding: 12px 55.08px 12px 37px;
  background-color: #df2c35;
  border-radius: 110px;
  z-index: 1;
  position: relative;
  cursor: pointer;
}

.price-card__link-wrapper::after {
  content: "";
  position: absolute;
  background-image: url("/local/templates/uc3/css/../../img/sprite/icon-pink-circle.svg");
  background-repeat: no-repeat;
  width: 31px;
  height: 32px;
  cursor: pointer;
  top: 9px;
  right: 13px;
}

.price-card .arrow-link .arrow-link__icon {
  padding: 11px;
}

.price-card .arrow-link {
  padding: 12px 55px 12px 37px;
  font-size: 15px;
}

.price__wrapper:not(:last-child) {
  margin-bottom: 36px;
}

.price__list-header-wrapper {
  padding: 30px 48px;
  border-radius: 20px 20px 0 0;
  position: relative;
}

.price__big-card:nth-child(4) .price__list-header-wrapper,
.price__big-card:nth-child(5) .price__list-header-wrapper,
.price__big-card:nth-child(6) .price__list-header-wrapper {
  padding-top: 44px;
  padding-bottom: 44px;
}

.price__list--next .price__big-card:nth-child(2) .price__list-header-wrapper,
.price__list--next .price__big-card:nth-child(3) .price__list-header-wrapper {
  padding-top: 44px;
  padding-bottom: 44px;
}

.price__list-header {
  margin: 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 27.6px;
  color: #ffffff;
  max-width: 565px;
  z-index: 5;
  position: relative;
}

.price-card__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.price-card__button {
  font-weight: 500;
}

.price-card__link-wrapper {
  border-radius: 110px;
  z-index: 1;
  position: relative;
  cursor: pointer;
}

.price-card__link {
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
  color: #ffffff;
  padding: 12px 55px 12px 37px;
}

.price-card__price {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  padding-right: 18px;
}

.price__learning-types {
  position: relative;
}

.price-card__question {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 13px;
  left: -45px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.price__list-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.price__list-img img {
  width: 58%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px 0 0 0;
}

.price__list-img {
  border-radius: 20px;
}

.price__list-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  border-radius: 20px 20px 0 0;
  background-color: rgba(20, 49, 110, 0.8);
  background-image: -webkit-gradient(linear, right top, left top, color-stop(19.29%, #14316e), to(rgba(26, 27, 30, 0.04)));
  background-image: linear-gradient(270deg, #14316e 19.29%, rgba(26, 27, 30, 0.04));
}

.price__list-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(19.29%, #14316e), to(rgba(26, 27, 30, 0.04)));
  background-image: linear-gradient(270deg, #14316e 19.29%, rgba(26, 27, 30, 0.04));
  border-radius: 20px 20px 0 0;
}

.custom-list {
  position: relative;
  width: auto;
}

.custom-list__btn {
  position: relative;
  display: inline-block;
  min-width: 145px;
  max-width: 391px;
  padding-right: 40px;
  font-weight: 500;
  font-size: 15px;
  line-height: 23px;
  text-align: left;
  vertical-align: top;
  color: #05122c;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.custom-list__btn::before {
  content: "";
  position: absolute;
  top: calc(50% + 1px);
  right: 0;
  z-index: 1;
  width: 10px;
  height: 7px;
  background-image: url("/local/templates/uc3/css/../img/svg/icon-select-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.custom-list__wrapper-inner {
  position: absolute;
  top: calc(100% + 15px);
  left: -33px;
  z-index: 50;
  width: 538px;
  padding: 23px 18px;
  background-color: #ffffff;
  -webkit-box-shadow: -2px 3px 95px rgba(26, 27, 30, 0.07);
  box-shadow: -2px 3px 95px rgba(26, 27, 30, 0.07);
  border-radius: 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0.3s ease, opacity 0.3s ease;
  transition: visibility 0.3s ease, opacity 0.3s ease;
}

.custom-list__input input {
  width: 100%;
  height: 64px;
  padding: 10px;
  font-size: 15px;
  line-height: 23px;
  border: 1px solid #d0d0d0;
  border-radius: 10px;
  cursor: unset;
}

.custom-list.is-open .custom-list__wrapper-inner {
  visibility: visible;
  opacity: 1;
}

.custom-list__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  max-height: 273px;
  margin: 0;
  margin-top: 28px;
  padding: 0;
  list-style: none;
  overflow-y: auto;
}

.custom-list__list::-webkit-scrollbar {
  width: 5px;
  background-color: transparent;
}

.custom-list__list::-webkit-scrollbar-track {
  background-color: transparent;
}

.custom-list__list::-webkit-scrollbar-thumb {
  background-color: #7a7a7a;
  border-radius: 30px;
}

.custom-list__item {
  width: 100%;
  max-width: 480px;
  margin-bottom: 3px;
  font-size: 14px;
  line-height: 20.3px;
}

.custom-list__item p {
  margin: 0;
}

.custom-list__item--header {
  margin: 14px 0;
  padding: 0 4px;
  font-size: 15px;
  line-height: 25px;
  color: #05122c;
  cursor: default;
}

.custom-list__item--header:first-child {
  margin-top: 0;
}

.custom-list__item-btn {
  width: 100%;
  padding: 7px 13.5px;
  font: inherit;
  text-align: left;
  color: inherit;
  border-radius: 5px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.custom-list__item-btn.is-active {
  background-color: #f2f2f2;
}

.custom-list__item-btn:focus,
.custom-list__item-btn:hover {
  color: #df2c35;
}

.message {
  min-height: 610px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.message__header-wrapper {
  margin-bottom: 10px;
}

.message__header-title {
  margin: 0;
  font-size: 36px;
  line-height: 52.2px;
  font-weight: 700;
}

.message-body {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: -34%;
  -webkit-transform: translateY(34%);
  transform: translateY(34%);
}

.message-body__text {
  max-width: 352px;
  text-align: center;
  margin: 0;
  font-size: 17px;
  line-height: 27px;
  color: #071430;
  margin-top: -9px;
}

.our-schedule {
  overflow: initial;
}

.search_in_search {
  position: relative;
  width: 100%;
}

.popup.popup_mail {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.6);
  z-index: 99999;
  display: none;
}
.popup.popup_mail > div {
  margin: 26% 33%;
}
.popup.popup_mail iframe {
  height: 324px;
}

.show991 {
  display: none;
}

.our-packages [data-open-modal="modal--registration"] {
  display: none;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .tooltip:hover,
  .tooltip:focus {
    opacity: 0.7;
  }

  .tooltip-block__item:hover,
  .tooltip-block__item:focus {
    color: rgba(255, 255, 255, 0.7);
  }

  .tooltip-block__link:hover,
  .tooltip-block__link:focus {
    opacity: 0.7;
  }

  .button--red:hover,
  .button--red:focus {
    background-color: #ff3c3c;
  }

  .button--green:hover,
  .button--green:focus {
    background-color: #13aa34;
  }

  .button--yellow:hover,
  .button--yellow:focus {
    background-color: #ffe464;
  }

  .button--transparent:hover,
  .button--transparent:focus {
    color: #000000;
    background-color: #ffffff;
  }

  .button--round:hover,
  .button--round:focus {
    background: radial-gradient(116.23% 535.39% at -17.48% -144.75%, rgba(255, 255, 255, 0.19) 0%, rgba(255, 255, 255, 0) 100%), #ff3c3c;
  }

  .button--tab:hover,
  .button--tab:focus {
    background-color: #ffe464;
    border-color: #ffe464;
  }

  .button--border:hover,
  .button--border:focus {
    border-color: rgba(0, 0, 0, 0.5);
  }

  .button--tag:hover,
  .button--tag:focus {
    background-color: #ffe464;
    border-color: #ffe464;
  }

  .custom-select__button:hover,
  .custom-select__button:focus {
    /* opacity: 0.8; */
  }

  .custom-select__list .custom-select__item:hover,
  .custom-select__list .custom-select__item:focus {
    background-color: #f2f2f2;
  }

  .custom-select__item:hover,
  .custom-select__item:focus {
    background-color: #f2f2f2;
  }

  .custom-select__checkbox-text a:hover,
  .custom-select__checkbox-text a:focus {
    opacity: 0.7;
  }

  .burger:hover,
  .burger:focus {
    background-color: #ff3c3c;
  }

  .breadcrumbs__link:hover,
  .breadcrumbs__link:focus {
    color: #ff3c3c;
  }

  .main-nav__mb-toggle:hover,
  .main-nav__mb-toggle:focus {
    background-color: #ff3c3c;
  }

  .main-nav__item .main-nav__link:hover,
  .main-nav__item .main-nav__link:focus,
  .main-nav__item .main-nav__link:active {
    background-color: #ffffff;
    opacity: 1;
  }

  .main-nav__link:hover,
  .main-nav__link:focus {
    opacity: 0.5;
  }

  .main-nav__link:active {
    opacity: 0.7;
  }

  .footer__nav-link:hover,
  .footer__nav-link:focus {
    opacity: 0.5;
  }

  .footer__nav-link:active {
    opacity: 0.7;
  }

  .footer__subnav-link:hover,
  .footer__subnav-link:focus {
    opacity: 1;
  }

  .footer__copyright-link:hover,
  .footer__copyright-link:focus {
    opacity: 0.5;
  }

  .modal--registration .modal__close-btn:hover,
  .modal--registration .modal__close-btn:focus {
    -webkit-box-shadow: 0 0 14px 5px rgba(136, 93, 93, 0.2);
    box-shadow: 0 0 14px 5px rgba(136, 93, 93, 0.2);
  }

  .modal--callback .modal__close-btn:hover,
  .modal--callback .modal__close-btn:focus {
    -webkit-box-shadow: 0 0 14px 5px rgba(136, 93, 93, 0.2);
    box-shadow: 0 0 14px 5px rgba(136, 93, 93, 0.2);
  }

  .modal--info .modal__close-btn:hover,
  .modal--info .modal__close-btn:focus {
    -webkit-box-shadow: 0 0 14px 5px rgba(136, 93, 93, 0.2);
    box-shadow: 0 0 14px 5px rgba(136, 93, 93, 0.2);
  }

  .modal--teacher .modal__close-btn:hover,
  .modal--teacher .modal__close-btn:focus {
    -webkit-box-shadow: 0 0 14px 5px rgba(136, 93, 93, 0.2);
    box-shadow: 0 0 14px 5px rgba(136, 93, 93, 0.2);
  }

  .modal--template .modal__close-btn:hover,
  .modal--template .modal__close-btn:focus {
    -webkit-box-shadow: 0 0 14px 5px rgba(136, 93, 93, 0.2);
    box-shadow: 0 0 14px 5px rgba(136, 93, 93, 0.2);
  }

  .modal--feedback .modal__close-btn:hover,
  .modal--feedback .modal__close-btn:focus {
    -webkit-box-shadow: 0 0 14px 5px rgba(136, 93, 93, 0.2);
    box-shadow: 0 0 14px 5px rgba(136, 93, 93, 0.2);
  }

  .modal--success .modal__close-btn:hover,
  .modal--success .modal__close-btn:focus {
    -webkit-box-shadow: 0 0 14px 5px rgba(136, 93, 93, 0.2);
    box-shadow: 0 0 14px 5px rgba(136, 93, 93, 0.2);
  }

  .modal--slider .modal__close-btn:hover,
  .modal--slider .modal__close-btn:focus {
    color: rgba(13, 12, 12, 0.8);
  }

  .accordion__button:hover,
  .accordion__button:focus {
    opacity: 0.7;
  }

  .search-form__show-btn:hover,
  .search-form__show-btn:focus {
    background-color: #ff3c3c;
  }

  .search-form__clear-btn:hover,
  .search-form__clear-btn:focus {
    opacity: 0.5;
  }

  .search-form__clear-btn:active {
    opacity: 0.7;
  }

  .search-form__submit-btn:hover,
  .search-form__submit-btn:focus {
    background-color: #ff3c3c;
  }

  .social--light .social__link:hover,
  .social--light .social__link:focus,
  .social--light .social__link:active {
    background-color: #ffffff;
    opacity: 1;
  }

  .course-card__subtitle:hover,
  .course-card__subtitle:focus {
    background-color: #ffeb7b;
    -webkit-box-shadow: 0 21px 34px rgba(105, 101, 101, 0.09);
    box-shadow: 0 21px 34px rgba(105, 101, 101, 0.09);
  }

  .arrow-btn--white:hover,
  .arrow-btn--white:focus {
    background-color: #fffbfb;
    -webkit-box-shadow: 0px 4px 18px rgba(73, 92, 136, 0.08);
    box-shadow: 0px 4px 18px rgba(73, 92, 136, 0.08);
  }

  .arrow-btn--white:hover svg,
  .arrow-btn--white:focus svg {
    opacity: 0.65;
  }

  .arrow-btn--play:hover,
  .arrow-btn--play:focus {
    background-color: rgba(255, 251, 251, 0.3);
    -webkit-backdrop-filter: blur(24px);
    backdrop-filter: blur(24px);
  }

  .arrow-btn--play:hover > svg,
  .arrow-btn--play:focus > svg {
    color: #ffffff;
  }

  .arrow-btn--transparent:hover,
  .arrow-btn--transparent:focus {
    background-color: #fffbfb;
    -webkit-box-shadow: 0px 4px 18px rgba(73, 92, 136, 0.08);
    box-shadow: 0px 4px 18px rgba(73, 92, 136, 0.08);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }

  .arrow-btn--transparent:hover svg,
  .arrow-btn--transparent:focus svg {
    opacity: 0.65;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }

  .arrow-link:hover,
  .arrow-link:focus {
    border-color: rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
  }

  .arrow-link--red:hover,
  .arrow-link--red:focus {
    border-color: rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    color: #000000;
  }

  .about__link:hover,
  .about__link:focus {
    color: #ff3c3c;
  }

  .about__link:hover > svg,
  .about__link:focus > svg {
    color: #ff3c3c;
  }

  .news__link:hover,
  .news__link:focus {
    opacity: 0.4;
  }

  .video__link:hover,
  .video__link:focus {
    opacity: 1;
  }

  .video__link:active {
    opacity: 0.8;
  }

  .programs__link:hover .programs__img-cover,
  .programs__link:focus .programs__img-cover {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    border-radius: 11px;
    background-color: rgba(20, 49, 110, 0.8);
    -webkit-transition: background-color 0.3s ease, border 0.3s ease;
    transition: background-color 0.3s ease, border 0.3s ease;
  }

  .programs__link:hover .programs__img-hover,
  .programs__link:focus .programs__img-hover {
    position: relative;
    width: 108px;
    height: 108px;
    border: 2px solid #ffffff;
    border-radius: 50%;
  }

  .programs__link:hover .programs__img-hover svg,
  .programs__link:focus .programs__img-hover svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #ffffff;
  }

  .reviews-slider__link:hover,
  .reviews-slider__link:focus {
    color: #ff3c3c;
  }

  .teachers-list__link:hover,
  .teachers-list__link:focus {
    opacity: 0.5;
  }

  .teachers-list__link:active {
    opacity: 0.7;
  }

  .composition__title a:hover,
  .composition__title a:focus {
    opacity: 1;
  }

  .recommended-courses__name a[href]:hover,
  .recommended-courses__name a[href]:focus,
  .complex-courses__name a[href]:hover,
  .complex-courses__name a[href]:focus {
    opacity: 0.5;
  }

  .recommended-courses__name a[href]:active,
  .complex-courses__name a[href]:active {
    opacity: 0.7;
  }

  .recommended-courses__nested-course:hover,
  .recommended-courses__nested-course:focus,
  .complex-courses__nested-course:hover,
  .complex-courses__nested-course:focus {
    opacity: 0.5;
  }

  .recommended-courses__nested-course:active,
  .complex-courses__nested-course:active {
    opacity: 0.7;
  }

  .courses-menu .button--tab:hover,
  .courses-menu .button--tab:focus {
    background-color: #fadb4f;
    border: none;
  }

  .registration-form__checkbox-text a:hover,
  .registration-form__checkbox-text a:focus {
    opacity: 0.7;
  }

  .modal-info button:hover,
  .modal-info button:focus {
    background-color: #ff3c3c;
  }

  .feedback-form--upper input:hover::-webkit-input-placeholder,
  .feedback-form--upper input:focus::-webkit-input-placeholder {
    opacity: 0.5;
  }

  .feedback-form--upper input:hover::-moz-placeholder,
  .feedback-form--upper input:focus::-moz-placeholder {
    opacity: 0.5;
  }

  .feedback-form--upper input:hover:-ms-input-placeholder,
  .feedback-form--upper input:focus:-ms-input-placeholder {
    opacity: 0.5;
  }

  .feedback-form--upper input:hover::-ms-input-placeholder,
  .feedback-form--upper input:focus::-ms-input-placeholder {
    opacity: 0.5;
  }

  .feedback-form--upper input:hover::placeholder,
  .feedback-form--upper input:focus::placeholder {
    opacity: 0.5;
  }

  .pagination__btn:hover,
  .pagination__btn:focus {
    opacity: 0.5;
  }

  .courses-video__link:hover,
  .courses-video__link:focus {
    color: #ff3c3c;
  }

  .courses-card__date:hover,
  .courses-card__date:focus {
    opacity: 0.8;
  }

  .schedule-card__question:hover,
  .schedule-card__question:focus {
    opacity: 0.5;
  }

  .date-selector-wrapper .cal-nav-current:hover,
  .date-selector-wrapper .cal-nav-current:focus {
    background-color: #f2f2f2;
  }

  .date-selector-wrapper .cal-nav-prev:hover,
  .date-selector-wrapper .cal-nav-prev:focus,
  .date-selector-wrapper .cal-nav-next:hover,
  .date-selector-wrapper .cal-nav-next:focus {
    background-color: #f2f2f2;
  }

  .date-selector-wrapper .cal-cell:hover,
  .date-selector-wrapper .cal-cell:focus {
    color: #0d0c0c;
    background-color: #f2f2f2;
  }

  .date-selector-wrapper .cal-day-names .cal-cell:hover,
  .date-selector-wrapper .cal-day-names .cal-cell:focus {
    color: rgba(60, 60, 67, 0.6);
    background-color: transparent;
  }

  .custom-calendar input:hover,
  .custom-calendar input:focus {
    opacity: 0.8;
  }

  .schedule-card__question:hover,
  .schedule-card__question:focus {
    opacity: 0.5;
  }

  .video-card__icon:hover,
  .video-card__icon:focus {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  .blog-article__img:hover,
  .blog-article__img:focus {
    opacity: 0.8;
  }

  .callback-form__checkbox-text a:hover,
  .callback-form__checkbox-text a:focus {
    opacity: 0.7;
  }

  .contacts a.contacts__info-text:hover,
  .contacts a.contacts__info-text:focus,
  .contacts button.contacts__info-text:hover,
  .contacts button.contacts__info-text:focus {
    color: rgba(0, 0, 0, 0.7);
    outline: none;
  }

  .price-card__question:hover,
  .price-card__question:focus {
    opacity: 0.5;
  }

  .custom-list__btn:hover,
  .custom-list__btn:focus {
    opacity: 0.8;
  }
}

@media (max-width: 1439px) {
  .intro-section--news-page .container {
    padding: 0 40px;
  }

/*  .intro-section--news-page .intro-section__container {
    padding: 35px 0 0 0;
  } */

  .intro-section--template-page .container {
    padding: 0 40px;
  }

  .intro-section--template-page .intro-section__container {
    padding: 35px 0 0 0;
  }

  .our-courses__element--programmers .course-card__sub-item {
    padding-left: 24px;
    margin-bottom: 14px;
  }

  .our-courses__element--programmers .course-card__sub-item .course-card__subtitle::before {
    width: 26px;
    right: calc(100% + 18px);
  }

  .pagination {
    padding: 23px 38px;
  }

  .pagination-new {
    padding: 20px 48px 16px;
  }

  .teachers-intro__wrapper {
    width: 41%;
  }

  .teachers-intro__note p {
    width: 90%;
  }

  .teachers-intro__picture {
    width: 58%;
  }

  .cascade .table tr:first-child,
  .modal--info .table tr:first-child {
    min-height: 90px;
  }

  .cascade .table tr:first-child td,
  .modal--info .table tr:first-child td {
    padding: 15px;
    font-size: 14px;
    line-height: 21px;
  }

  .cascade .table tr:first-child td:first-child,
  .modal--info .table tr:first-child td:first-child {
    padding: 24px;
  }

  .cascade .table tr:last-child,
  .modal--info .table tr:last-child {
    min-height: 90px;
  }

  .cascade .table tr td,
  .modal--info .table tr td {
    max-height: 93px;
    font-size: 13px;
    padding: 24px;
  }
}

@media (max-width: 1280px) {
  .price-card__inner {
    -ms-grid-columns: 200px 100px;
    grid-template-columns: 200px 100px;
    min-width: 300px;
  }

  .price-card__price {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .price-card__price .price-card__question {
    left: -39px;
  }

  .price-card .arrow-link {
    text-align: center;
  }

  .burger {
    padding: 21px 40px;
  }

  .header__wrapper {
    padding: 0 40px;
  }

  .header__search {
    margin-right: 24px;
  }

  .header__contacts-wrap {
    margin-right: 24px;
  }

  .header__callback-btn {
    min-width: 170px;
  }

  .main-nav__wrapper {
    padding: 11px 40px 10px 30px;
  }

  /* .main-nav__list {
    width: calc(100% + 44px);
  } */

  .main-nav__social {
    display: none;
  }

  .courses-map__list {
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    --item-count: 2;
    --item-margin-bottom: 25px;
    --item-margin-right: 18px;
  }

  .courses-map__item {
    width: calc((100% / var(--item-count)) - 6px);
  }

  .our-courses__element--programmers .courses-map__item {
    width: calc((100% / var(--item-count)) - var(--item-margin-right) * 2 / 3);
  }

  .our-courses__element--programmers .courses-map__list {
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 18px 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    grid-template-areas: "first second" "third second";
    -webkit-column-gap: 18px;
    -moz-column-gap: 18px;
    column-gap: 18px;
  }

  .our-courses__element--programmers .courses-map__item {
    width: 100%;
    margin-right: 0;
  }

  .our-courses__element--programmers .courses-map__item--first {
    grid-area: first;
  }

  .our-courses__element--programmers .courses-map__item--second {
    grid-area: second;
  }

  .our-courses__element--programmers .courses-map__item--third {
    grid-area: third;
  }

  .our-courses__element--programmers .courses-map__item--first {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .our-courses__element--programmers .courses-map__item--second {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
  }

  .our-courses__element--programmers .courses-map__item--third {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .program-section {
    grid-row-gap: 0;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }

  .program-section__wrap {
    display: contents;
  }

  .program-section__btn,
  .program-section__info.course-buttons {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .our-courses__cards {
    margin-top: -36px;
    padding-bottom: 60px;
  }

  .our-courses__cards:last-of-type {
    padding-bottom: 40px;
  }

  .our-courses__card {
    width: calc(50% - 26px);
    max-width: calc(50% - 26px);
    margin-top: 36px;
  }

  .courses-list {
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
  }

  .filters-container--courses {
    margin-bottom: 78px;
  }

  .filters-container--courses .hide-mobile {
    display: none;
  }

  .filters-container--courses .filters-container__reset {
    position: absolute;
    top: 23px;
    left: 38px;
    font-weight: 400;
    font-size: 14px;
    line-height: 170%;
  }

  .filters-container--courses .filters-container__reset-second {
    display: inline-block;
    margin-left: auto;
  }

  .filters-container--courses .filters-container__text-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    line-height: 195%;
    cursor: pointer;
  }

  .filters-container--courses .filters-container__text-name svg {
    display: block;
    width: 24px;
    height: 24px;
    margin-right: 20px;
  }

  .filters-container--courses form {
    position: fixed;
    top: 50%;
    left: 20px;
    right: 20px;
    z-index: 13;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: calc(100% - 40px);
    height: auto;
    min-height: calc(100vh - 190px);
    /* stylelint-disable-next-line declaration-block-no-duplicate-properties */
    min-height: calc(100 * var(--vh, 1vh) - 190px);
    max-height: unset;
    padding: 106px 38px 38px;
    background-color: #ffffff;
    border-radius: 19px;
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1), transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1), transform 0.6s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  }

  .filters-container--courses form.is-open {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }

  .filters-container--courses .filters-container__form-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%;
    height: 100%;
    /* min-height: 566px; */
    padding: 0 10px 0 0;
    overflow: initial;
  }

  .filters-container--courses .custom-select,
  .filters-container--courses .custom-calendar,
  .filters-container--courses .custom-list {
    width: 100%;
    padding: 10px 0 20px;
    border-bottom: solid 3px rgba(0, 0, 0, 0.04);
  }

  .filters-container--courses .custom-calendar input,
  .filters-container--courses .custom-calendar input::-webkit-input-placeholder {
    font-size: 14px;
    line-height: 170%;
  }

  .filters-container--courses .custom-calendar input,
  .filters-container--courses .custom-calendar input::-moz-placeholder {
    font-size: 14px;
    line-height: 170%;
  }

  .filters-container--courses .custom-calendar input,
  .filters-container--courses .custom-calendar input:-ms-input-placeholder {
    font-size: 14px;
    line-height: 170%;
  }

  .filters-container--courses .custom-calendar input,
  .filters-container--courses .custom-calendar input::-ms-input-placeholder {
    font-size: 14px;
    line-height: 170%;
  }

  .filters-container--courses .custom-calendar input,
  .filters-container--courses .custom-calendar input::placeholder {
    font-size: 14px;
    line-height: 170%;
  }

  .filters-container--courses .custom-calendar::before {
    top: calc(50% - 4px);
    right: 0;
  }

  .filters-container--courses .custom-select .custom-select__list {
    top: calc(100% - 5px);
    width: calc(100% + 72px);
    padding: 15px 0;
    border-radius: 0;
  }

  .filters-container--courses .custom-select .custom-select__item {
    padding: 6px 38px;
    border-radius: 0;
  }

  .filters-container--courses .custom-select__text {
    width: 100%;
  }

  .filters-container--courses .custom-select__text::before {
    top: 50%;
    right: -45px;
  }

  .filters-container--courses .filters-container__submit {
    position: unset;
    display: block;
    width: 100%;
    max-width: unset;
    height: 61px;
    margin-top: auto;
    font-family: "Golos Text", "Arial", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    color: #ffffff;
    background-color: #df2c35;
    border: solid 1px rgba(255, 255, 255, 0);
    border-radius: 99px;
  }

  .filters-container--courses .filters-container__close {
    position: absolute;
    top: 16px;
    right: 17px;
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #ffffff;
    border: none;
    -webkit-box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.07);
    color: #000000;
    cursor: pointer;
  }

  .filters-container--courses .filters-container__close svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

/*  .pagination-new--sm .pagination__list {
    -ms-grid-columns: (minmax(11px, 31px))[8];
    grid-template-columns: repeat(8, minmax(11px, 31px));
  }*/

  /* .pagination-new--sm .pagination__item:nth-child(2),
  .pagination-new--sm .pagination__item:nth-child(3),
  .pagination-new--sm .pagination__item:nth-child(9),
  .pagination-new--sm .pagination__item:nth-child(10){
    display: none;
  } */

  .modal-teacher {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 0;
    padding: 143px 0 27px;
  }

  .modal-teacher__left {
    width: 100%;
  }

  .modal-teacher > :nth-child(3) {
    grid-column: auto;
    grid-row: auto;
  }

  .modal-teacher .list-small {
    padding: 0;
    width: 100%;
    margin: 55px 0 0 0;
  }

  .modal-teacher .list-small__title {
    margin: 0;
  }

  .modal-teacher .list-small__list {
    margin: 36px 0 0 0;
  }

  .modal-teacher__name {
    font-size: 24px;
    line-height: 34px;
  }

  .modal-teacher__job-info {
    font-size: 14px;
    line-height: 27px;
  }

  .modal-teacher__job-info:nth-child(n) p {
    margin-bottom: 0;
  }

  .modal-teacher__img {
    top: -43px;
    left: 38px;
    width: 171px;
    height: 171px;
  }

  .cascade .table tr td span,
  .modal--info .table tr td span {
    font-size: 13px;
    line-height: 21px;
  }

  .cascade .table tr td span:first-child,
  .modal--info .table tr td span:first-child {
    margin: 0 0 -3px 0;
  }

  .courses-card__block:first-child {
    min-height: 341px;
  }

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

  .courses-card__date--desktop {
    display: none;
  }

  .courses-card__types {
    margin-right: 0;
  }

  .courses-card__type {
    padding: 8px 18px;
    font-size: 14px;
    line-height: 170%;
  }

  .courses-card__tooltip {
    font-size: 14px;
    line-height: 170%;
  }

  .courses-card__column:nth-child(2n - 1) {
    width: 59%;
  }

  .courses-card__column:nth-child(2n) {
    width: 41%;
  }

  .courses-card__subtitle {
    font-size: 14px;
    line-height: 170%;
  }

  .courses-card__info {
    font-size: 16px;
    line-height: 25px;
  }

  .date-selector-wrapper {
    position: fixed;
    top: 50% !important;
    left: 50% !important;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .callback-form__subtitle {
    padding-right: 27%;
  }

  .list-group {
    max-width: 100%;
  }

  .list-group .list-small {
    margin-bottom: 0;
  }

  .list-group .list-small:last-of-type {
    margin-top: 45px;
  }

  .list-group .list-small__list {
    margin-top: 35px;
  }

  .list-group .list-small__list:nth-child(n) p {
    padding-right: 90px;
  }

  .custom-list__btn {
    width: 100%;
    max-width: 100%;
    font-size: 14px;
    line-height: 170%;
  }

  .custom-list__btn::before {
    right: 0;
  }

  .custom-list__wrapper-inner {
    top: calc(100% - 6px);
    left: -38px;
    right: -44px;
    width: unset;
    padding: 23px 38px;
  }

  .custom-list__item {
    max-width: 100%;
    font-size: 13px;
    line-height: 20px;
  }

  .custom-list__item--header {
    padding: 0;
    font-size: 14px;
    line-height: 24px;
  }

  .custom-list__item-btn {
    padding: 7px 10px;
  }

  .program-section__text,
  .program-section__info p {
    max-width: 100%;
    margin-right: 90px;
  }

  .request-form__fields {
    width: 100%;
  }
  .request-form__price {
    width: unset;
  }
  .request-form__submit-btn {
    -webkit-box-flex: 5;
    -ms-flex-positive: 5;
    flex-grow: 5;
  }
}

@media (max-width: 1260px) {
  .feedback-block__forms-wrapper {
    width: 40%;
  }

  .feedback-block .feedback-block__inner {
    width: 60%;
  }

  .accordion__button-text {
    max-width: 590px;
  }

  .video-card__news,
  .video-card__news iframe {
    max-height: 260px;
  }

  .feedback-block--search .feedback-block__title {
    padding-right: 51px;
  }
}

@media (max-width: 1220px) {
  .accordion-card__header-wrapper {
    max-width: 592px;
  }
}

@media (max-width: 1201px) {
  .video-card__info-wrapper {
    min-height: 406px;
  }
}

@media (max-width: 1200px) {
  .feedback-block--search .pagination__item:nth-child(5),
  .feedback-block--search .pagination__item:nth-child(6),
  .feedback-block--search .pagination__item:nth-child(7) {
    display: none;
  }

  .feedback-block--search .pagination__list {
    -ms-grid-columns: 19px 19px 19px 19px 19px 19px 19px 19px;
    grid-template-columns: 19px 19px 19px 19px 19px 19px 19px 19px;
  }
}

@media (max-width: 1178px) {
  .schedule-card__inner {
    -ms-grid-columns: 178px 195px 123px;
    grid-template-columns: 178px 195px 123px;
    min-width: 516px;
  }
}

@media (max-width: 1130px) {
  .arrow-btn--transparent svg {
    top: 15px;
    right: 10px;
  }
}

@media (max-width: 1101px) {
  .video-card__btn {
    padding: 10px 26px;
  }
}

@media (max-width: 1100px) {
  .video-card__info-wrapper {
    min-height: 426px;
  }
}

@media (max-width: 1060px) {
  .accordion__button-text {
    max-width: 530px;
  }
}

@media (max-width: 1050px) {
  .accordion-card__header-wrapper {
    max-width: 550px;
  }

  .video-materials .container {
    padding: 0 20px;
  }
}

@media (max-width: 1023px) {
  .button--yellow {
    padding: 20px;
    font-size: 14px;
    line-height: 1.21;
  }

  .button--transparent {
    padding: 19px;
    padding-bottom: 17px;
    font-size: 14px;
  }

  .button--round {
    font-size: 26px;
  }

  .button--tab {
    padding: 16px;
    font-size: 14px;
    line-height: 21px;
  }

  .button--border {
    padding: 8px 34px;
    font-size: 14px;
    line-height: 195%;
  }

  .button--icon {
    padding-right: 55px;
  }

  .button--tag {
    padding: 7px 15px;
    font-size: 13px;
    line-height: 19px;
  }

  .button--big-padding {
    padding: 20px 31px;
    font-size: 14px;
    line-height: 21px;
  }

  .button--sm {
    padding: 9px 21px;
    font-size: 14px;
    line-height: 24px;
  }

  .page__title {
    font-size: 28px;
    line-height: 39px;
  }

  .page__tag {
    margin-bottom: 35px;
    padding: 7px 28px;
    font-size: 12px;
    line-height: 144.9%;
  }

  .page__article-title {
    max-width: 100%;
    margin-bottom: 79px;
    font-size: 28px;
    line-height: 140.3%;
  }

  .page__news-title {
    margin: 80px 0;
    font-size: 28px;
    line-height: 39px;
    color: #0d0c0c;
  }

  .page__blog-title {
    margin: 80px 0;
    font-size: 26px;
    line-height: 145.6%;
    color: #0d0c0c;
  }

  .page__contacts-title {
    margin-top: 79px;
    margin-bottom: 71px;
    padding-right: 250px;
    font-size: 26px;
    line-height: 145.6%;
  }

  .page--template h1 {
    margin: 80px 0;
    font-size: 28px;
    line-height: 39px;
    color: #0d0c0c;
  }

  .custom-input input {
    padding: 9px 24px;
    font-size: 13px;
    line-height: 24px;
  }

  .custom-select__label {
    left: 20px;
  }

  .custom-select__button {
    padding: 31px 12px 12px 20px;
    font-size: 14px;
    line-height: 20px;
  }

  .custom-select__button::before {
    right: 19px;
  }

  .custom-select.is-open .custom-select__list {
    width: 100%;
  }

  .custom-select.has-tooltip .custom-select__button {
    left: 48px;
    padding: 31px 12px 12px 48px;
  }

  .custom-select.has-tooltip .custom-select__label {
    left: 48px;
  }

  .custom-select__wrapper-item {
    margin-bottom: 30px;
  }

  .custom-select__wrapper-item--checkbox,
  .custom-select__wrapper-item--radio {
    width: 100%;
    margin-bottom: 20px;
  }

  .custom-select__wrapper-item--checkbox:last-child,
  .custom-select__wrapper-item--radio:last-child {
    margin-bottom: 30px;
  }

  .custom-select__wrapper-item--radio {
    margin-bottom: 15px;
  }

  .custom-select__wrapper-item--radio:last-child {
    margin-bottom: 12px;
  }

  .custom-select__wrapper-item--red-round-border label {
    font-size: 14px;
    line-height: 27px;
  }

  .custom-select__checkbox-text {
    max-width: 480px;
    font-size: 14px;
    line-height: 24px;
  }

  .custom-select__label-placeholder {
    font-size: 12px;
    line-height: 14px;
  }

  .custom-select__radio-text {
    white-space: normal;
  }

  .custom-select__radio-title {
    font-size: 15px;
  }

  .custom-select__radio-desc {
    max-width: 411px;
    font-size: 14px;
  }

  .burger {
    padding: 20px 23px;
  }

  .burger__icon {
    width: 26px;
    margin-right: 0;
  }

  .burger__icon::before,
  .burger__icon::after {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }

  .burger__icon::after {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }

  /* .burger__text {
    display: none;
  } */

  .header__top {
    padding: 20px 0 18px;
  }

  .header__wrapper {
    padding: 0 25px;
  }

  .header__logo {
    width: 196px;
    margin-right: 21px;
  }

  .header__contacts-text {
    font-size: 12px;
    line-height: 14px;
  }

  .header__contacts-link {
    font-size: 13px;
    line-height: 22px;
  }

  .header__bg {
    top: -25px;
    right: 17px;
    width: 190px;
  }

  .header__callback-btn {
    min-width: 44px;
    padding: 10px;
  }

  .header__callback-btn svg {
    display: block;
  }

  .header__callback-btn span {
    display: none;
  }

  .main-nav__wrapper {
    padding: 9px 12px;
    padding-right: 30px;
  }

  .main-nav__list {
    width: calc(100% + 39px);
    margin-right: -39px;
  }

  .main-nav__menu {
    top: 141px;
    min-height: calc(100vh - 141px);
    /* stylelint-disable-next-line */
    min-height: calc(100 * var(--vh, 1vh) - 141px);
  }

  .main-nav__menu-wrapper {
    padding: 40px;
  }

  .main-nav__item {
    margin-right: 11px;
  }

  .main-nav__link {
    font-size: 13px;
    line-height: 144.9%;
  }

  .main-nav__sublist {
    top: calc(100% + 15px);
    left: -10px;
    padding: 11.5px 17.5px;
  }

  .main-nav__subitem .main-nav__link {
    padding: 6.5px;
    font-size: 13px;
    line-height: 144.9%;
  }

  .footer__top .container {
    -ms-grid-columns: 207px 1fr;
    grid-template-columns: 207px 1fr;
    -ms-grid-rows: -webkit-min-content 1fr;
    -ms-grid-rows: min-content 1fr;
    grid-template-rows: -webkit-min-content 1fr;
    grid-template-rows: min-content 1fr;
    -webkit-column-gap: 16%;
    -moz-column-gap: 16%;
    column-gap: 16%;
    padding-top: 54px;
    padding-bottom: 68px;
  }

  .footer__contacts {
    margin-top: -7px;
  }

  .footer__contacts-links {
    font-size: 16px;
    line-height: 2;
  }

  .footer__email {
    margin-bottom: 13px;
  }

  .footer__address {
    margin-bottom: 51px;
    font-size: 13px;
    line-height: 1.75;
  }

  .footer__logo {
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
    margin-top: 50px;
  }

  .footer__logo svg {
    width: 208px;
    height: 31px;
  }

  .footer__nav {
    -ms-grid-rows: auto 31px auto 31px auto 31px auto 31px auto 31px auto;
    grid-template-areas: "for-students about" "formats about" "formats courses" "formats courses" "promotions courses" "contacts courses";
    -ms-grid-columns: 1fr 6.5% 1fr;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 6.5%;
    -moz-column-gap: 6.5%;
    column-gap: 6.5%;
    row-gap: 31px;
  }

  .footer__nav-item--for-students {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .footer__nav-item--about {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
  }

  .footer__nav-item--formats {
    -ms-grid-row: 3;
    -ms-grid-row-span: 5;
    -ms-grid-column: 1;
  }

  .footer__nav-item--courses {
    -ms-grid-row: 5;
    -ms-grid-row-span: 7;
    -ms-grid-column: 3;
  }

  .footer__nav-item--promotions {
    -ms-grid-row: 9;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }

  .footer__nav-item--contacts {
    -ms-grid-row: 11;
    -ms-grid-column: 1;
  }

  .footer__nav-item--contacts {
    margin-top: -28px;
  }

  .footer__nav-item {
    font-size: 14px;
    line-height: 1.21;
  }

  .footer__subnav {
    margin-bottom: -11px;
  }

  .footer__subnav-item {
    margin-bottom: 11px;
    font-size: 12px;
    line-height: 1.42;
  }

  .footer__copyright {
    font-size: 12px;
    line-height: 1.17;
  }

  .modal__wrapper {
    padding: 35px 20px;
  }

  .modal__close-btn {
    top: 16px;
    right: 16px;
    width: 35px;
    height: 35px;
  }

  .modal--video .modal__wrapper,
  .modal--video-card .modal__wrapper {
    padding: 55px 50px;
  }

  .modal--video .modal__close-btn,
  .modal--video-card .modal__close-btn {
    top: -45px;
    right: -40px;
    width: 35px;
    height: 35px;
  }

  .modal--registration .modal__close-btn {
    width: 35px;
    height: 35px;
  }

  .modal--callback .modal__close-btn {
    top: 17px;
    right: 17px;
    width: 35px;
    height: 35px;
  }

  .modal--info .modal__close-btn {
    width: 35px;
    height: 35px;
  }

  .modal--teacher .modal__wrapper {
    padding: 116px 21px 250px;
  }

  .modal--teacher .modal__content {
    padding: 40px 38px;
  }

  .modal--teacher .modal__close-btn {
    top: 17px;
    width: 35px;
    height: 35px;
  }

  .modal--template .modal__content {
    max-width: 680px;
  }

  .modal--template .modal__close-btn {
    width: 35px;
    height: 35px;
  }

  .modal--feedback .modal__close-btn {
    width: 35px;
    height: 35px;
  }

  .modal--success .modal__wrapper {
    padding: 177px 20px;
  }

  .modal--success .modal__content {
    padding: 70px 38px 50px;
  }

  .modal--success .modal__close-btn {
    width: 35px;
    height: 35px;
  }

  .modal--slider .modal__close-btn {
    width: 35px;
    height: 35px;
  }

  .accordion__button {
    padding: 17px 50px 18px 0;
    font-size: 16px;
    line-height: 32px;
  }

  .accordion__icon {
    width: 23px;
    height: 23px;
    /* top: 30%; */
  }

  .accordion__icon::before,
  .accordion__icon::after {
    width: 11px;
  }

  .accordion--light .accordion__button {
    padding: 17px 70px 18px 38px;
    font-size: 18px;
    line-height: 28px;
  }

  .accordion--light .accordion__button::before {
    left: 13px;
    font-size: 86px;
    line-height: 151px;
  }

  .accordion--no-light .accordion__button {
    min-height: 221px;
    padding: 26px 70px 24px 38px;
    font-size: 18px;
    line-height: 28px;
  }

  .accordion--no-light .accordion__icon {
    right: 38px;
    top: 56px;
  }

  .accordion__element.is-active .accordion__button {
    min-height: 0;
  }

  .accordion.accordion--courses {
    margin-top: 60px;
  }

  .search-form__input input {
    padding-right: 45px;
  }

  .search-form__submit-btn {
    width: 32px;
    height: 32px;
  }

  .social__link {
    width: 27px;
    height: 27px;
  }

  .social__link svg {
    width: 15px;
    height: 15px;
  }

  .intro-section--bg .intro-section__container::before {
    top: -70px;
    right: -12px;
    width: 791px;
    height: 791px;
  }

  .intro-section .container {
    padding: 0;
  }

  .intro-section__container {
    padding: 50px 40px 0;
    border-radius: unset;
  }

  .intro-section .breadcrumbs {
    display: none;
  }

  .intro-section .program-section {
    margin-bottom: 48px;
  }

  .intro-section .request-form {
    width: calc(100% + 40px * 2);
    margin: 0 -40px;
  }

  .intro-section--course {
    padding-bottom: 0;
  }

  .intro-section--course .intro-section__container::before {
    top: -57px;
    right: -95px;
  }

  .intro-section--course .breadcrumbs {
    display: none;
  }

  .intro-section--courses .intro-section__container {
    border-radius: 0;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .intro-section--courses .intro-section__container::before {
    top: -37px;
    bottom: auto;
    width: 836px;
    height: 836px;
  }

  .intro-section--news-page {
    display: none;
  }

  .intro-section--template-page {
    display: none;
  }

  .intro-section--template-page .intro-section__container::before {
    top: -37px;
    bottom: auto;
    width: 836px;
    height: 836px;
  }

  .intro-section--no-background .intro-section__container {
    padding: 80px 40px 0;
  }

  .intro-section--teachers .intro-section__container {
    padding: 50px 40px 100px;
    border-radius: 0;
  }

  .intro-section--schedule .intro-section__container {
    border-radius: 0;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .intro-section--schedule .selection-block__title {
    font-size: 28px;
    line-height: 39px;
  }

  .intro-section--schedule .tabs-controls {
    width: calc(100% + 14px);
  }

  .intro-section--schedule {
    margin-bottom: 68px;
  }

  .intro-section--videos {
    margin-bottom: 47px;
  }

  .intro-section--price .intro-section__container {
    padding: 80px 40px;
  }

  .intro-section--price .selection-block__title {
    font-size: 28px;
    line-height: 39px;
    margin-bottom: 43px;
  }

  .intro-section--courses .selection-block__title {
    font-size: 26px;
    line-height: 38px;
  }

  .selection-block__title {
    font-size: 26px;
    line-height: 38px;
  }

  .selection-block__text {
    max-width: 602px;
    font-size: 14px;
    line-height: 27px;
    color: #797777;
  }

  .selection-block__text:last-of-type {
    margin: 0 0 44px;
  }

  .selection-block--videos .selection-block__title {
    margin-bottom: 80px;
    font-size: 28px;
    line-height: 39px;
  }

  .selection-block--courses-main .selection-block__title {
    margin-top: 30px;
    margin-bottom: 36px;
    font-size: 26px;
    line-height: 145.6%;
  }

  .courses-map {
    padding: 60px 0 72px;
  }

  .course-card {
    padding: 17px 17px 20px;
  }

  .course-card__title {
    min-height: 74px;
    margin: 0 0 40px;
    padding: 14px 29px;
    font-size: 15px;
    line-height: 22px;
  }

  .course-card__item {
    margin-bottom: 14px;
    padding-left: 40px;
  }

  .course-card__title + .course-card__list .course-card__item:only-child {
    padding-left: 40px;
  }

  .course-card__subtitle {
    min-height: 72px;
    padding: 11px 22px;
    font-size: 14px;
    line-height: 24px;
  }

  .course-card__subtitle::before {
    width: 26px;
  }

  .course-card__sub-list {
    margin: 14px 0 0;
  }

  .course-card--grow {
    min-height: 282px;
  }

  .our-courses__element--programmers .course-card__title + .course-card__list .course-card__item--collapsed:first-child + .course-card__item::after {
    top: -51px;
    height: calc(100% + 15px);
  }

  .our-courses__element--programmers .course-card__title + .course-card__list .course-card__item:last-child::after {
    top: -30px;
    right: calc(100% + 45px);
    height: calc(90% + 1px);
  }

  .our-courses__element--programmers .course-card__title + .course-card__list .course-card__item:last-child.course-card__item--list::after {
    right: calc(100% + 45px);
    height: calc(23% + 37px);
  }

  .intro {
    /* padding-top: 59px; */
    padding-bottom: 90px;
  }

  .intro__heading {
    max-width: 50%;
    font-size: 28px;
    line-height: 1.4;
  }

  .intro .button--yellow {
    padding-top: 22px;
    padding-bottom: 22px;
    max-width: 280px;
    margin-top: 34px;
  }

  .arrow-btn--white {
    width: 39px;
    height: 39px;
  }

  .arrow-btn--transparent {
    margin-right: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .arrow-btn--transparent svg {
    top: 5px;
  }

  .arrow-link {
    padding-left: 16px;
    padding-right: 48px;
    font-size: 13px;
    line-height: 1.5;
  }

  .arrow-link--red {
    background-color: #df2c35;
  }

  .arrow-link--snow {
    background-color: #fef7f7;
  }

  .about {
    padding-bottom: 79px;
  }

  .intro + .about .news {
    bottom: 36px;
  }

  .about .video {
    bottom: 75px;
  }

  .about__header {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    padding-top: 46px;
    margin-bottom: 85px;
    padding-right: 0;
  }

  .about__heading {
    max-width: 70%;
    -ms-grid-row-span: 1;
    grid-row: span 1;
    margin-bottom: 42px;
    font-size: 26px;
  }

  .about__text {
    max-width: 98%;
    font-size: 14px;
    line-height: 1.95;
  }

  .about__link {
    margin-top: 52px;
    font-size: 14px;
    line-height: 1.21;
  }

  .about__arrow {
    top: 3px;
    width: 20px;
    margin-left: 13px;
  }

  .about__wrapper .reviews {
    margin: 0 auto;
  }

  .about__wrapper .reviews__item:first-child {
    top: 0;
    left: 0;
  }

  .about__wrapper .reviews__item:nth-child(2) {
    top: 0;
    right: 0;
  }

  .about__wrapper .reviews__item {
    position: static;
    z-index: 1;
    margin-top: -121px;
  }

  .news {
    padding: 26px 52px;
  }

  .news .arrow-btn--prev {
    left: -15px;
  }

  .news .arrow-btn--next {
    right: -15px;
  }

  .news__text {
    font-size: 13px;
    line-height: 1.71;
  }

  .news__time {
    margin-top: 25px;
    font-size: 12px;
  }

  .stats {
    padding-top: 39px;
    padding-bottom: 40px;
  }

  .stats__table tr {
    width: 33.5%;
  }

  .stats__table tr:nth-child(2n) {
    width: 35.2%;
  }

  .stats__value {
    padding-bottom: 14px;
    padding-top: 0;
    font-size: 34px;
  }

  .stats__field {
    width: auto;
    max-width: 82%;
    padding-bottom: 0;
    font-size: 14px;
    line-height: 1.7;
  }

  .video {
    min-height: 630px;
  }

  .video__background {
    width: 630px;
    height: 630px;
  }

  .video__inner {
    max-width: 630px;
    padding-top: 135px;
    padding-bottom: 100px;
  }

  .video__text {
    margin-bottom: 63px;
    font-weight: 600;
    font-size: 26px;
  }

  .video .button--transparent {
    width: 280px;
    margin-top: 63px;
  }

  .reviews {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    row-gap: 14px;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    max-width: 688px;
  }

  .reviews__item {
    padding-right: 25px;
    padding-top: 23px;
    padding-bottom: 23px;
  }

  .reviews__img-wrapper {
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
    width: 52px;
    height: 52px;
    margin-top: 8px;
  }

  .reviews__quote {
    width: 75%;
    margin-left: 20px;
    font-size: 13px;
  }

  .reviews__user {
    margin-top: 16px;
    font-size: 13px;
    line-height: 1.71;
  }

  .tabs-controls {
    width: calc(100% + 14px);
  }

  .tabs-controls__item {
    width: 220px;
    margin-right: 14px;
  }

  .programs {
    padding-top: 109px;
    padding-bottom: 170px;
    margin-top: 0;
  }

  .programs__header::after {
    top: -58px;
  }

  .programs__heading {
    font-size: 26px;
    line-height: 1.45;
  }

  .programs__header-text {
    font-size: 14px;
    line-height: 1.95;
  }

  .programs__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .programs__item {
    padding-bottom: 0;
  }

  .programs__img-wrapper {
    padding-bottom: 32.7%;
  }

  .programs__caption {
    margin-top: 24px;
  }

  .programs__card-heading {
    font-size: 16px;
    line-height: 2;
  }

  .programs__number {
    width: auto;
    max-width: 100%;
    min-width: 122px;
    font-size: 12px;
    line-height: 1.45;
  }

  .programs .button--round {
    bottom: -129px;
  }

  .programs .tabs-controls {
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 55px;
  }

  .features::after {
    top: 58px;
    left: 50%;
    width: 1044px;
    height: 1044px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .features {
    padding-top: 175px;
    padding-bottom: 91px;
    background-position: top 60px center;
  }

  .features__heading {
    max-width: 77%;
    margin-bottom: 45px;
    font-size: 26px;
  }

  .features__heading br {
    display: none;
  }

  .features__list {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    row-gap: 36px;
    -webkit-column-gap: 38px;
    -moz-column-gap: 38px;
    column-gap: 38px;
  }

  .features__item::before {
    font-size: 46px;
  }

  .features__text {
    font-size: 12px;
    line-height: 1.75;
    color: #000000;
    opacity: 0.9;
  }

  .call-to-action {
    padding: 0;
    padding-top: 70px;
    padding-bottom: 73px;
  }

  .call-to-action__heading {
    font-size: 26px;
  }

  .call-to-action__text {
    font-size: 26px;
  }

  .call-to-action .button--red {
    min-width: 280px;
    margin-top: 33px;
    padding-top: 19px;
    padding-bottom: 18px;
    font-size: 14px;
  }

  .program-section__info {
    width: 100%;
    margin: 0;
  }

  .program-section__title {
    max-width: 606px;
    font-size: 26px;
    line-height: 38px;
  }

  .program-section__text,
  .program-section__info p {
    margin-bottom: 40px;
    font-size: 13px;
    line-height: 23px;
  }

  .program-section__btn {
    max-width: 280px;
  }

  .program-section__subtitle {
    max-width: 385px;
    margin: 0 0 35px;
    font-size: 18px;
    line-height: 28px;
  }

  .program-section__list {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 20px;
  }

  .program-section__item {
    font-size: 14px;
    line-height: 24px;
  }

  .request-form {
    padding: 24px 40px;
    border-radius: 0;
  }

  .request-form__container {
    width: 100%;
  }

  .request-form__fields {
    min-width: auto;
    margin-top: 0;
    margin-right: 10px;
  }

  .request-form__field {
    margin-right: 15px;
  }

  .request-form__price {
    margin-top: 0;
    margin-right: 0;
    font-size: 12px;
    line-height: 14px;
  }

  .request-form__price-num {
    font-size: 22px;
    line-height: 26px;
  }

  .request-form__submit-btn {
    width: 100%;
    min-width: auto;
    margin: 25px 0 0;
    font-size: 14px;
    line-height: 21px;
  }

  .course-desc {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .course-desc__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    /* margin-bottom: 80px; */
  }

  .course-desc__header {
    width: 100%;
    padding-top: 0;
    margin-bottom: 53px;
  }

  .course-desc__header-title {
    max-width: 40%;
    font-size: 26px;
  }

  .course-desc__header-list,
  .course-desc__header ul {
    width: 90%;
    margin-bottom: -29px;
  }

  .course-desc__item,
  .course-desc__header ul li {
    margin-bottom: 29px;
    font-size: 14px;
    line-height: 1.95;
  }

  .course-desc__item::before,
  .course-desc__header ul li::before {
    top: 8px;
  }

  .course-desc .course-teachers {
    margin-top: 80px;
  }

  .course-desc__video {
    margin-top: 80px;
  }

  .reviews-slider::after {
    top: 53px;
    right: 40px;
    width: 134px;
    height: 96px;
  }

  .reviews-slider {
    width: 100%;
    padding: 43px 40px 42px 38px;
  }

  .reviews-slider__item {
    width: 90%;
  }

  .reviews-slider__quote {
    max-width: 80%;
    font-size: 14px;
    line-height: 1.95;
  }

  .reviews-slider__user {
    margin-top: 24px;
    font-size: 15px;
  }

  .reviews-slider__heading {
    max-width: 40%;
    margin-bottom: 40px;
    font-size: 24px;
  }

  .reviews-slider__nav {
    margin-top: 45px;
  }

  .reviews-slider__link {
    font-size: 14px;
    line-height: 1.21;
  }

  .reviews-slider__arrow {
    width: 20px;
    height: 13px;
  }

  .course-teachers {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 44px 38px 54px;
    padding-right: 20px;
  }

  .course-teachers__heading {
    width: 100%;
    max-width: 329px;
    margin-bottom: 48px;
    font-size: 24px;
    line-height: 1.41;
  }

  .teachers-list {
    width: calc(100% + 30px);
    margin-bottom: -45px;
  }

  .teachers-list__card {
    margin-bottom: 45px;
  }

  .teachers-list__label {
    padding-top: 4px;
    padding-bottom: 5px;
    font-size: 11px;
    line-height: 1.75;
  }

  .teachers-list__star {
    top: 6px;
  }

  .teachers-list__content {
    width: 66.3%;
    margin-left: 24px;
  }

  .teachers-list__name {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 1.58;
  }

  .teachers-list__job {
    font-size: 11px;
  }

  .course-skills {
    padding-top: 90px;
    padding-bottom: 80px;
  }

  .course-skills__heading {
    margin-bottom: 72px;
    font-size: 26px;
  }

  .course-skills__list {
    /* padding-left: 40px; */
    /* flex-wrap: wrap; */
  }

  .course-skills__item {
    max-width: 330px;
    margin: 0 14px;
  }

  /* .course-skills__item:not(:last-child) {
    margin-bottom: 16px;
  } */

  .course-skills__text {
    padding: 57px 24px 35px;
    font-size: 13px;
    line-height: 1.61;
  }

  .course-skills__tick {
    width: 56px;
    height: 56px;
  }

  .course-skills__svg {
    width: 29px;
    height: 22px;
  }

  .course-schedule {
    padding-top: 91px;
    padding-bottom: 76px;
  }

  .course-schedule::after {
    top: -12px;
    left: 50%;
    width: 1044px;
    height: 1044px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .course-schedule__heading {
    font-size: 26px;
    line-height: 1.45;
  }

  .course-schedule__list.is-hidden::after {
    bottom: -110px;
    height: 372px;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(37.36%, #f9d83e), color-stop(75.45%, rgba(249, 216, 62, 0)));
    background: linear-gradient(360deg, #f9d83e 37.36%, rgba(249, 216, 62, 0) 75.45%);
  }

  .course-schedule__item {
    padding-top: 23px;
    padding-right: 28px;
    padding-bottom: 25px;
    padding-left: 38px;
    font-size: 13px;
    line-height: 1.75;
  }

  .course-schedule__item-wrapper {
    width: 77%;
    margin-right: 10px;
  }

  .course-schedule__duration {
    -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;
    width: 22.5%;
    margin-right: 10px;
    font-size: 13px;
    line-height: 1.23;
  }

  .course-schedule__duration hr {
    width: 50%;
  }

  .course-schedule__dates {
    margin-bottom: 10px;
  }

  .course-schedule__time {
    display: block;
  }

  .course-schedule__type-wrapper {
    width: 33%;
    margin-right: 10px;
  }

  .course-schedule__type {
    padding-top: 8px;
    padding-right: 46px;
    padding-bottom: 9px;
    padding-left: 17px;
  }

  .course-schedule__type .tooltip {
    right: 17px;
  }

  .course-schedule__price {
    width: 98px;
    padding: 8px;
  }

  .course-schedule .arrow-link__icon {
    margin-left: 10px;
  }

  .course-schedule .arrow-link__text {
    display: none;
  }

  .course-schedule .button--red {
    min-width: 280px;
    margin-top: -53px;
    padding-bottom: 22px;
    font-size: 14px;
    line-height: 1.21;
  }

  .course-schedule__hyphen {
    display: none;
  }

  .course-schedule .tooltip-block {
    max-width: 45%;
  }

  .composition {
    padding: 90px 0 0;
  }

  .composition__title {
    max-width: 640px;
    margin: 0 0 65px;
    font-size: 24px;
    line-height: 34px;
  }

  .composition__subtitle {
    margin: 0 0 40px;
    font-size: 18px;
    line-height: 28px;
  }

  .composition__advantages {
    margin: 0 0 55px;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    row-gap: 20px;
  }

  .composition__advantage {
    min-height: 30px;
    padding-left: 50px;
  }

  .composition__advantage-text {
    font-size: 14px;
    line-height: 24px;
  }

  .composition__accordion {
    margin: 0 0 65px;
  }

  .composition .accordion__button {
    padding: 17px 0;
  }

  .composition .request-form {
    width: calc(100% + 80px);
    margin-left: -40px;
  }

  .our-courses__title {
    font-size: 18px;
  }

  .course-program {
    padding: 90px 0 82px;
  }

  .course-program::before {
    top: 55px;
  }

  .course-program__title {
    font-size: 26px;
    line-height: 38px;
  }

  .course-program__text {
    max-width: 672px;
    font-size: 14px;
    line-height: 27px;
  }

  .course-program__link {
    margin: 0 auto 47px;
    font-size: 14px;
    line-height: 21px;
  }

  .course-program__accordion-content {
    padding: 45px 50px 35px;
  }

  .course-program__accordion-desc {
    max-width: 514px;
    font-size: 14px;
    line-height: 27px;
  }

  .course-program__accordion-title {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 32px;
  }

  .course-program__item,
  .course-program__accordion-content ul li {
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 24px;
  }

  .course-program__controls {
    margin-bottom: 70px;
  }

  .course-program .accordion {
    margin-bottom: 70px;
  }

  .course-program__wrapper {
    margin-bottom: 60px;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }

  .course-program__btn {
    min-width: 280px;
  }

  .course-advantage {
    min-height: 289px;
  }

  .course-advantage__wrapper {
    padding: 55px 163px 54px 38px;
  }

  .course-advantage__title {
    margin: 0 0 25px;
    font-size: 26px;
    line-height: 38px;
  }

  .course-advantage__text {
    font-size: 14px;
    line-height: 27px;
  }

  .recommended-courses,
  .complex-courses {
    padding-top: 90px;
    padding-bottom: 95px;
  }

  .recommended-courses .container,
  .complex-courses .container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .recommended-courses__heading,
  .complex-courses__heading {
    font-size: 26px;
    line-height: 1.45;
  }

  .recommended-courses__item,
  .complex-courses__item {
    min-height: auto;
    padding: 23px 38px;
    padding-bottom: 25px;
    margin-bottom: 13px;
  }

  .recommended-courses__name,
  .complex-courses__name {
    width: 50.8%;
    font-size: 15px;
    line-height: 1.4;
  }

  .recommended-courses__nested-course,
  .complex-courses__nested-course {
    padding: 8px 17px;
    padding-left: 15px;
    font-size: 13px;
    line-height: 1.75;
  }

  .recommended-courses__price,
  .complex-courses__price {
    width: 98px;
    margin-right: 0;
    margin-left: auto;
    font-size: 13px;
    line-height: 1.5;
  }

  .recommended-courses .arrow-link,
  .complex-courses .arrow-link {
    display: none;
  }

  .courses-menu .tabs-controls {
    width: calc(100% + 14px);
  }

  .courses-menu .tabs-controls__item {
    min-width: 220px;
    margin-right: 14px;
  }

  .registration-form__block {
    margin-bottom: 15px;
  }

  .registration-form__subtitle {
    margin: 0 0 25px 0;
    font-size: 16px;
    line-height: 32px;
  }

  .registration-form__item {
    margin-bottom: 30px;
  }

  .registration-form__item--checkbox,
  .registration-form__item--radio {
    width: 100%;
    margin-bottom: 20px;
  }

  .registration-form__item--checkbox:last-child,
  .registration-form__item--radio:last-child {
    margin-bottom: 30px;
  }

  .registration-form__label {
    font-size: 12px;
    line-height: 14px;
  }

  .registration-form__radio-title {
    font-size: 15px;
  }

  .registration-form__radio-desc {
    max-width: 411px;
    font-size: 14px;
  }

  .registration-form__price-block {
    margin-bottom: 45px;
  }

  .registration-form__price {
    font-size: 16px;
    line-height: 32px;
  }

  .registration-form__price span {
    font-size: 22px;
    line-height: 32px;
  }

  .registration-form__checkbox-text {
    max-width: 480px;
    font-size: 14px;
    line-height: 24px;
  }

  .modal-registration {
    padding: 70px 38px 50px;
  }

  .modal-registration__title {
    margin: 0 0 65px 0;
    font-size: 24px;
  }

  .courses-list {
    padding: 0 96px 0 40px;
    -webkit-column-gap: 80px;
    -moz-column-gap: 80px;
    column-gap: 80px;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .courses-list__column {
    display: -ms-grid;
    display: grid;
    -ms-flex-line-pack: start;
    align-content: start;
    row-gap: 35px;
  }

  .course-links__title {
    font-size: 14px;
    line-height: 21px;
  }

  .course-links__list {
    row-gap: 12px;
  }

  .course-links__link {
    font-size: 14px;
  }

  .modal-info {
    padding: 70px 38px 50px;
  }

  .modal-info h2 {
    font-size: 24px;
    line-height: 141%;
  }

  .modal-info button {
    font-size: 14px;
    margin-top: 26px;
  }

  .modal-info p {
    font-size: 14px;
    line-height: 195%;
    padding-bottom: 27px;
  }

  .filters-container {
    padding: 25px 38px;
  }

  .filters-container .hide-mobile {
    display: none;
  }

  .filters-container__form-wrapper {
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
  }

  .filters-container__reset {
    font-size: 13px;
    line-height: 16px;
  }

  .filters-container__reset-second {
    font-size: 13px;
    line-height: 16px;
  }

  .filters-container__text-name {
    padding: 0 80px 0 0;
    font-size: 13px;
    line-height: 16px;
  }

  .filters-container .custom-select__item {
    font-size: 13px;
    line-height: 23px;
  }

  .filters-container .custom-select__text {
    font-size: 14px;
    line-height: 24px;
  }

  .filters-container-schedule .filters-container__text-name {
    font-size: 13px;
    line-height: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    cursor: pointer;
    -webkit-transition: color 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    transition: color 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  }

  .filters-container-schedule .filters-container__text-name svg {
    display: block;
    width: 16px;
    height: 13px;
    margin: 0 17px 0 0;
    -webkit-transition: color 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    transition: color 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  }

  .filters-container-schedule .filters-container__text-name:focus {
    color: #f9d83e;
  }

  .filters-container-schedule .filters-container__text-name:focus svg {
    color: #f9d83e;
  }

  .filters-container-schedule form {
    position: fixed;
    top: 15px;
    left: 0;
    z-index: 13;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%;
    /* stylelint-disable-next-line declaration-block-no-duplicate-properties */
    height: calc(100 * var(--vh, 1vh));
    max-height: 100vh;
    /* stylelint-disable-next-line declaration-block-no-duplicate-properties */
    max-height: calc(100 * var(--vh, 1vh));
    min-height: 350px;
    padding: 25px 15px 35px 25px;
    background-color: #ffffff;
    border-radius: 19px 19px 0 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  }

  .filters-container-schedule form.is-open {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0);
    transform: translate(0);
  }

  .filters-container-schedule form.is-open .filters-container__submit {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: absolute;
    bottom: 35px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    display: block;
    width: 100%;
    max-width: 325px;
    height: 56px;
    background-color: #df2c35;
    border: solid 1px rgba(255, 255, 255, 0);
    border-radius: 99px;
    color: #ffffff;
    font-family: "Golos Text", "Arial", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
  }

  .filters-container-schedule form.is-open .filters-container__reset {
    position: absolute;
    top: 20px;
    left: 25px;
    padding: 0;
  }

  .filters-container-schedule form.is-open .filters-container__close {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: absolute;
    top: 16px;
    right: 15px;
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #ffffff;
    border: none;
    -webkit-box-shadow: 0 4px 14px rgba(0, 0, 0, 0.07);
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.07);
    color: #000000;
  }

  .filters-container-schedule form.is-open .filters-container__close svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .filters-container-schedule .custom-select__list {
    width: 100vw;
    left: -25px;
    top: 14%;
    -webkit-transform: translate(0);
    transform: translate(0);
    border-radius: 0;
    padding: 5px 0 14px;
  }

  .filters-container-schedule .custom-select {
    width: 100%;
    margin: 25px 0 0 0;
    border-bottom: solid 3px rgba(0, 0, 0, 0.04);
  }

  .filters-container-schedule .custom-select:first-of-type {
    margin: 0;
  }

  .filters-container--courses {
    margin-bottom: 0;
    margin-top: 58px;
  }

  .filters-container--price {
    margin-top: 60px;
  }

  .filters-container-schedule.filters-container--price .custom-select__list {
    left: -7px;
  }

  .filters-container-schedule.filters-container--schedule .custom-select__list {
    left: 0;
  }

  .filters-container--schedule .filters-container__form-wrapper {
    width: 100%;
  }

  .filters-container--price form.is-open,
  .filters-container--schedule form.is-open {
    padding-top: 115px;
    padding-left: 38px;
    padding-right: 38px;
    padding-bottom: 38px;
  }

  .filters-container--price form.is-open .custom-select,
  .filters-container--price form.is-open .custom-list,
  .filters-container--schedule form.is-open .custom-select,
  .filters-container--schedule form.is-open .custom-list {
    height: 50px;
  }

  .filters-container--price form.is-open .filters-container__form-wrapper,
  .filters-container--schedule form.is-open .filters-container__form-wrapper {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }

  .filters-container--price form.is-open .custom-list,
  .filters-container--schedule form.is-open .custom-list {
    border-bottom: solid 3px rgba(0, 0, 0, 0.04);
    width: 100%;
    margin-top: 0;
  }

  .filters-container--price form.is-open .custom-list input::-webkit-input-placeholder,
  .filters-container--schedule form.is-open .custom-list input::-webkit-input-placeholder {
    font-size: 14px;
    line-height: 24px;
  }

  .filters-container--price form.is-open .custom-list input::-moz-placeholder,
  .filters-container--schedule form.is-open .custom-list input::-moz-placeholder {
    font-size: 14px;
    line-height: 24px;
  }

  .filters-container--price form.is-open .custom-list input:-ms-input-placeholder,
  .filters-container--schedule form.is-open .custom-list input:-ms-input-placeholder {
    font-size: 14px;
    line-height: 24px;
  }

  .filters-container--price form.is-open .custom-list input::-ms-input-placeholder,
  .filters-container--schedule form.is-open .custom-list input::-ms-input-placeholder {
    font-size: 14px;
    line-height: 24px;
  }

  .filters-container--price form.is-open .custom-list input::placeholder,
  .filters-container--schedule form.is-open .custom-list input::placeholder {
    font-size: 14px;
    line-height: 24px;
  }

  .filters-container--price form.is-open .custom-list::before,
  .filters-container--schedule form.is-open .custom-list::before {
    right: 0;
    left: unset;
  }

  .filters-container--price form.is-open .custom-select__text::before,
  .filters-container--schedule form.is-open .custom-select__text::before {
    display: none;
  }

  .filters-container--price form.is-open .custom-select__button::before,
  .filters-container--schedule form.is-open .custom-select__button::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 1;
    width: 10px;
    height: 7px;
    background-image: url("/local/templates/uc3/css/../img/svg/icon-select-arrow.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
  }

  .filters-container--price form.is-open .custom-select__button,
  .filters-container--schedule form.is-open .custom-select__button {
    padding-right: 0;
  }

  .filters-container--price form.is-open .custom-list__wrapper-inner,
  .filters-container--schedule form.is-open .custom-list__wrapper-inner {
    left: -38px;
    width: 112%;
    padding: 19px 38px;
  }

  .filters-container--price form.is-open .custom-list__list,
  .filters-container--schedule form.is-open .custom-list__list {
    max-height: 265px;
  }

  .filters-container--price form.is-open .filters-container__submit,
  .filters-container--schedule form.is-open .filters-container__submit {
    min-width: 96%;
  }

  .filters-container--price form.is-open .custom-list__item p,
  .filters-container--schedule form.is-open .custom-list__item p {
    max-width: 500px;
  }

  .filters-container--schedule form.is-open .custom-calendar {
    height: 50px;
    width: 100%;
    border-bottom: solid 3px rgba(0, 0, 0, 0.04);
  }

  .filters-container--schedule form.is-open .custom-calendar::before {
    top: 15px;
  }

  .filters-container--schedule form.is-open .custom-calendar input {
    font-size: 14px;
    line-height: 24px;
  }

  .filters-container--schedule form.is-open .custom-select__list {
    top: 30px;
  }

  .filters-container--price .filters-container__text-name {
    font-size: 14px;
    line-height: 27px;
  }

  .news-item {
    max-width: 100%;
    padding: 38px;
    min-height: 276px;
  }

  .news-item__time {
    font-size: 12px;
    line-height: 17px;
    padding: 7px 28px 9px;
    margin: 0 0 25px;
  }

  .news-item__title {
    max-width: 360px;
    margin: 0 0 25px;
    font-size: 16px;
    line-height: 28px;
  }

  .news-item__text {
    -webkit-line-clamp: 2;
    font-size: 14px;
    line-height: 27px;
  }

  .news-block {
    padding: 0 0 90px;
  }

  .news-block__title {
    font-size: 18px;
    line-height: 28px;
    margin: 50px 0 0;
    padding: 0 0 17px;
  }

  .news-block__container {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .feedback-block__forms-wrapper {
    position: unset;
    width: 100%;
  }

  .feedback-form {
    padding: 20px 24px 17px 38px;
  }

  .feedback-form form {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .feedback-form__title {
    font-size: 16px;
    line-height: 19px;
  }

  .feedback-form__fieldset--desktop .feedback-form__list {
    display: none;
  }

  .feedback-form .filters-container {
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 35%;
    margin: 0 0 0 auto;
    padding: 10px 20px 10px 10px;
    border: 0;
  }

  .feedback-form--upper {
    display: none;
  }

  .feedback-block .feedback-form--lower {
    display: none;
  }

  .feedback-block {
    margin: 0 0 90px 0;
  }

  .feedback-block__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 80px 0 0 0;
  }

  .feedback-block__inner {
    width: 100%;
    margin: 37px 0 0 0;
  }

  .feedback-block .feedback-block__inner {
    width: 100%;
  }

  .feedback-block .feedback-block__form-main {
    width: 100%;
  }

  /*  .feedback-block__list {
      position: relative;
    }*/

  .feedback-block__item {
    padding: 36px 38px 29px;
  }

  .feedback-block--feedpage .filters-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }

  .feedback-block--feedpage .filters-container .custom-select__item {
    padding: 5px 14px;
  }

  .feedback-block--feedpage .custom-select__list-inner {
    max-height: 275px;
    overflow-y: auto;
  }

  .feedback-block--feedpage .filters-container .custom-select__list {
    top: calc(100% + 75px);
    width: calc(100% - 8px);
    padding: 20px 19px 22px;
    border-radius: 10px;
  }

  .feedback-block--feedpage .filters-container .custom-select__list-upper {
    top: calc(100% - 12px);
    padding: 23px 19px;
    border-radius: 10px;
  }

  .feedback-block--feedpage .filters-container .custom-select__text,
  .feedback-block--feedpage .filters-container .custom-select {
    min-width: 193px;
    font-size: 13px;
    line-height: 16px;
  }

  .feedback-block--feedpage .custom-select__input {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .feedback-block--feedpage .custom-select__list-upper input {
    padding: 5px 10px;
  }

  .feedback-block--feedpage .custom-select__input input {
    width: 100%;
    border: 1px solid #d0d0d0;
    border-radius: 10px;
    min-height: 61px;
  }

  .feedback-block--feedpage .filters-container .custom-select__list-inner {
    margin: 0;
  }

  .modal-feedback {
    padding: 70px 38px 50px;
  }

  .modal-feedback__title {
    width: 320px;
    margin: 0 0 65px 0;
    font-size: 24px;
    line-height: 34px;
  }

  .modal-success svg {
    width: 100px;
    height: 100px;
  }

  .modal-success__title {
    font-size: 24px;
    line-height: 34px;
  }

  .modal-success__text {
    margin: 5px 0 0 0;
    font-size: 14px;
    line-height: 195%;
  }

  .modal-success .button--red {
    font-size: 14px;
    line-height: 21px;
  }

  .card__name {
    font-size: 16px;
    line-height: 32px;
  }

  .card__course p {
    margin: 5px 0 0 0;
    font-size: 14px;
    line-height: 27px;
  }

  .card__text p {
    font-size: 14px;
    line-height: 27px;
  }

  .card__date {
    font-size: 13px;
    line-height: 23px;
  }

  .card__screen {
    margin: 0 0 0 37px;
  }

  .pagination__text,
  .pagination__next {
    font-size: 14px;
    line-height: 24px;
  }

  .pagination-new {
    margin-bottom: 90px;
    padding: 20px 35px 16px;
  }

  /*.pagination-new .pagination__list {
    -ms-grid-columns: (minmax(11px, 31px))[8];
    grid-template-columns: repeat(8, minmax(11px, 31px));
  }*/

  /* .pagination-new .pagination__item:nth-child(5),
  .pagination-new .pagination__item:nth-child(6),
  .pagination-new .pagination__item:nth-child(7) {
    display: block;
  }
  .pagination-new .pagination__item:nth-child(2), .pagination-new .pagination__item:nth-child(3), .pagination-new .pagination__item:nth-child(9), .pagination-new .pagination__item:nth-child(10) {
    display: none;
  } */

  .pagination--videos {
    margin-bottom: 90px;
  }

  .pagination-new--sm {
    margin-bottom: 0;
  }

  .template-block {
    padding: 55px 38px 50px 38px;
    margin: 0 0 90px;
  }

  .form-block__wrapper:last-of-type {
    margin-bottom: 10px;
  }

  .form-block__wrapper--additional {
    margin: 0 0 39px;
  }

  .teachers-intro__wrapper {
    width: 59%;
  }

  .teachers-intro__title {
    margin: 10px 0 0 0;
    font-size: 36px;
    line-height: 52px;
  }

  .teachers-intro__text p {
    font-size: 14px;
    line-height: 24px;
  }

  .teachers-intro__note p {
    width: 100%;
    font-size: 13px;
    line-height: 23px;
  }

  .teachers-intro__picture {
    width: 33.87%;
  }

  .teachers-intro__img {
    bottom: -106px;
    left: 37px;
    width: 468px;
    height: 468px;
  }

  .teachers-intro__img img {
    width: 468px;
    height: 468px;
  }

  .teachers-intro__tip {
    max-height: 66px;
    font-size: 14px;
    line-height: 21px;
  }

  .teachers-intro__tip--red {
    bottom: 283px;
    left: 1px;
    width: 161px;
  }

  .teachers-intro__tip::after {
    content: none;
  }

  .teachers-intro__tip--blue {
    bottom: 0;
    right: -28px;
    width: 186px;
  }

  .card-photo__wrapper {
    padding: 116px 45px 26px 30px;
  }

  .card-photo__name {
    font-size: 18px;
    line-height: 28px;
  }

  .card-photo__job {
    font-size: 14px;
    line-height: 27px;
  }

  .card-photo__img {
    left: 28px;
    width: 105px;
    height: 105px;
  }

  .card-photo__img img {
    border-radius: 30px;
  }

  .list-large {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    row-gap: 35px;
    padding: 55px 38px 38px;
  }

  .list-small__title {
    font-size: 18px;
    line-height: 28px;
  }

  .list-small__item {
    font-size: 14px;
    line-height: 27px;
  }

  .list-ordered__title {
    font-size: 18px;
    line-height: 28px;
  }

  .list-ordered__item {
    font-size: 14px;
    line-height: 27px;
  }

  .list-ordered__item span {
    font-size: 14px;
    line-height: 27px;
  }

  .our-teachers {
    padding: 0 0 90px;
  }

  .our-teachers .pagination {
    margin: -4px 0 0 0;
    padding: 23px 38px;
  }

  .our-teachers .pagination__text {
    margin: 0 27px 0 0;
    font-size: 13px;
    line-height: 19px;
  }

  .our-teachers .pagination__next {
    font-size: 13px;
    line-height: 19px;
  }

  .our-teachers .list-large {
    top: -35px;
  }

  .video-news,
  .cascade .video {
    height: 361px;
    min-height: 361px;
    padding-bottom: 0;
  }

  .news-item-large {
    padding: 3px 0 90px;
  }

  .news-item-large__time {
    font-size: 12px;
    line-height: 17px;
    padding: 7px 28px 9px;
  }

  .news-item-large__title {
    width: 90%;
    margin: 43px 0 0;
  }

  .news-item-large__title br {
    display: block;
  }

  .news-item-large__index {
    height: 24px;
    margin: 0 0 0 -5px;
  }

  .news-item-large__index--down {
    height: 14px;
    width: 20px;
  }

  .news-item-large__wrapper {
    margin: 80px 0 0 0;
    padding: 55px 38px 50px;
  }

  .news-item-large__subtitle {
    font-size: 18px;
    line-height: 28px;
  }

  .news-item-large__subtitle br {
    display: none;
  }

  .news-item-large__lead,
  .news-item-large__mission,
  .news-item-large__text {
    font-size: 14px;
    line-height: 27px;
  }

  .news-item-large__text {
    margin: 27px 0 0 0;
  }

  .news-item-large .list-small {
    margin: 80px 0 80px 0;
  }

  .news-item-large__subtitle--bottom {
    margin: 79px 0 0 0;
  }

  .news-item-large .button--red {
    margin: 42px 0 0 0;
    font-size: 14px;
    line-height: 21px;
  }

  .modal-template {
    padding: 60px 50px;
  }

  .cascade p,
  .cascade div {
    font-size: 14px;
    line-height: 27px;
    margin: 0 0 25px;
  }

  .cascade h2 {
    font-size: 26px;
    line-height: 38px;
    margin: 80px 0 50px;
  }

  .cascade h3 {
    font-size: 18px;
    line-height: 28px;
    margin: 80px 0 37px;
  }

  .cascade h4 {
    margin: 0 0 25px 0;
    font-size: 16px;
    line-height: 32px;
  }

  .cascade ul li {
    font-size: 14px;
    line-height: 27px;
    padding: 0 0 0 20px;
  }

  .cascade ul li:before {
    left: 0px;
  }

  .cascade ol {
    margin: 0 0 80px;
  }

  .cascade ol li {
    font-size: 14px;
    line-height: 27px;
  }

  .cascade ol li span {
    font-size: 14px;
    line-height: 27px;
  }

  .accordion__button {
    padding: 26px 124px 26px 38px;
    -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;
  }

  .accordion__element-title {
    font-size: 18px;
    line-height: 28px;
  }

  .accordion__price-wrapper {
    margin-top: 38px;
    width: 100%;
  }

  .accordion__price-title {
    font-size: 12px;
    line-height: 14.4px;
    margin-bottom: 6px;
  }

  .accordion__old-price {
    min-width: unset;
    margin-top: -3px;
    margin-right: 9px;
    font-size: 15px;
    line-height: 24px;
  }

  .accordion__new-price {
    font-size: 18px;
    line-height: 28.5px;
  }

  .accordion__element-text-main {
    padding-right: 48px;
  }

  .accordion__element-text-main p,
  .accordion__element-text-main span {
    font-size: 14px;
    line-height: 27px;
  }

  .accordion__element-link,
  .accordion__element-btn {
    font-size: 14px;
    line-height: 21px;
  }

  .accordion-card {
    min-height: 92px;
    padding: 19px 29px 19px 38px;
  }

  .accordion-card:not(:last-child) {
    margin-bottom: 12px;
  }

  .accordion-card__link-wrapper {
    background-color: transparent;
  }

  .accordion-card__link-wrapper .arrow-link .arrow-link__icon {
    right: 5px;
  }

  .accordion-card__link {
    font-size: 13px;
    line-height: 19.5px;
    padding: 12.2px 47px 12.2px 37px;
  }

  .accordion-card__header-wrapper {
    max-width: 383px;
  }

  .accordion-card__header-wrapper p {
    font-size: 15px;
    line-height: 21px;
  }

  .accordion-content__text-main {
    padding-right: 48px;
    margin-bottom: 48px;
    margin-top: 56px;
    max-width: 837px;
    padding-left: 38px;
  }

  .our-packages .accordion-content__text-main {
    display: block;
    padding-right: 38px;
  }

  .our-packages .accordion-content__text-main .accordion-content__link {
    margin-top: 48px;
  }

  .accordion-content__text-main p,
  .accordion-content__text-main span {
    font-size: 14px;
    line-height: 27px;
  }

  .accordion-content__link,
  .accordion-content__btn {
    font-size: 14px;
    line-height: 21px;
  }

  .accordion-content__card-list {
    margin-bottom: 51px;
  }

  .courses-video {
    margin-top: 69px;
    margin-bottom: 90px;
  }

  .courses-video .video-news {
    height: 331px;
  }

  .tags-list:first-child {
    margin-top: 49px;
  }

  .courses-card__content .hidden-mobile {
    display: none;
  }

  .courses-card__title {
    font-size: 16px;
    line-height: 24px;
    -webkit-font-feature-settings: "liga" off;
    font-feature-settings: "liga" off;
  }

  .courses-schedule__card-wrapper {
    padding: 26px 28px;
  }

  .courses-schedule__big-card:not(:last-child) {
    margin-bottom: 38px;
  }

  .schedule-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 34px 40px;
  }

  .schedule-card__inner {
    margin-bottom: 39px;
    min-width: 100%;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .schedule-card__title {
    margin-bottom: 2px;
  }

  .schedule-card__title {
    line-height: 23px;
  }

  .schedule-card__text {
    font-size: 16px;
    line-height: 25px;
  }

  .schedule-card__price {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-right: 13px;
  }

  .courses-schedule__big-card:nth-child(5) .schedule-card__dates,
  .courses-schedule__big-card:nth-child(6) .schedule-card__dates {
    max-width: 100px;
  }

  .schedule-card__link-wrapper {
    background-color: transparent;
    width: 100%;
  }

  .schedule-card__link {
    font-size: 15px;
    line-height: 18px;
    width: 100%;
    padding: 10px 55px 10px 83px;
  }

  .courses-schedule__list-header-wrapper {
    padding-top: 35px;
    padding-right: 58px;
    padding-bottom: 36px;
    padding-left: 28px;
  }

  .courses-schedule__big-card:nth-child(2) .courses-schedule__list-header-wrapper,
  .courses-schedule__big-card:nth-child(3) .courses-schedule__list-header-wrapper,
  .courses-schedule__big-card:nth-child(5) .courses-schedule__list-header-wrapper,
  .courses-schedule__list--next .courses-schedule__list-header-wrapper {
    padding: 48px 28px;
  }

  .courses-schedule__list-header {
    font-size: 16px;
    line-height: 24.5px;
  }
  .courses-schedule__list-header a {
      opacity: 1;
  }
  .schedule-card__learning-types {
    padding-left: 24px;
  }

  .schedule-card__question {
    top: 15px;
    left: 0;
  }

  .courses-schedule--bottom {
    margin-bottom: 40px;
  }

  .courses-schedule__title:after {
    top: 46px;
  }

  .courses-schedule__title {
    font-size: 18px;
    line-height: 28.5px;
  }

  .courses-schedule__list--next .courses-schedule__big-card:nth-child(2) {
    display: none;
  }

  .courses-schedule__list--next {
    margin-bottom: 47px;
  }

  .courses-schedule__card-wrapper {
    padding: 26px 28px;
  }

  .courses-schedule__big-card:not(:last-child) {
    margin-bottom: 38px;
  }

  .schedule-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 34px 40px;
  }

  .schedule-card__inner {
    margin-bottom: 39px;
    min-width: 100%;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .schedule-card__title {
    margin-bottom: 2px;
  }

  .schedule-card__title {
    line-height: 23px;
  }

  .schedule-card__text {
    font-size: 16px;
    line-height: 25px;
  }

  .schedule-card__price {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-right: 13px;
  }

  .courses-schedule__big-card:nth-child(5) .schedule-card__dates,
  .courses-schedule__big-card:nth-child(6) .schedule-card__dates {
    max-width: 100px;
  }

  .schedule-card__link-wrapper {
    background-color: transparent;
    width: 100%;
  }

  .schedule-card__link {
    font-size: 15px;
    line-height: 18px;
    width: 100%;
    padding: 10px 55px 10px 83px;
  }

  .courses-schedule__list-header-wrapper {
    padding-top: 35px;
    padding-right: 58px;
    padding-bottom: 36px;
    padding-left: 28px;
  }

  .courses-schedule__big-card:nth-child(2) .courses-schedule__list-header-wrapper,
  .courses-schedule__big-card:nth-child(3) .courses-schedule__list-header-wrapper,
  .courses-schedule__big-card:nth-child(5) .courses-schedule__list-header-wrapper,
  .courses-schedule__list--next .courses-schedule__list-header-wrapper {
    padding: 48px 28px;
  }

  .courses-schedule__list-header {
    font-size: 16px;
    line-height: 24.5px;
  }

  .schedule-card__learning-types {
    padding-left: 24px;
  }

  .schedule-card__price .schedule-card__question {
    left: unset;
    right: 103px;
  }

  .video-materials {
    margin-bottom: 40px;
  }

  .video-materials__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-row-gap: 36px;
  }

  .video-materials .container {
    padding: 0 40px;
  }

  .video-card__news {
    max-height: 270px;
  }

  .video-card__news iframe {
    max-height: 270px;
  }

  .video-card__img {
    max-height: 270px;
  }

  .video-card__icon {
    top: calc(50% - 41px);
    left: calc(50% - 41px);
    width: 82px;
    height: 82px;
  }

  .video-card__info-wrapper {
    min-height: 314px;
    padding: 38px;
  }

  .video-card__btn {
    padding: 10px 30px;
  }

  .video-card__title {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 25px;
    padding-right: 116px;
  }

  .video-card__text p {
    font-size: 14px;
    line-height: 27.3px;
  }

  .blog-list {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    padding-bottom: 40px;
  }

  .blog-card__img {
    height: 232px;
  }

  .blog-card__body {
    padding: 42px 28px 38px;
  }

  .blog-card__tag {
    margin-bottom: 32px;
    padding: 7px 29px;
    font-size: 14px;
    line-height: 145%;
  }

  .blog-card__title {
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 28px;
    -webkit-font-feature-settings: "liga" off;
    font-feature-settings: "liga" off;
  }

  .blog-card__text {
    font-size: 14px;
    line-height: 27px;
  }

  .blog-article {
    margin-bottom: 91px;
  }

  .blog-article__wrapper {
    padding: 55px 38px 48px;
    font-size: 14px;
    line-height: 195%;
  }

  .blog-article__block {
    margin: 80px 0;
  }

  .blog-article__block:first-child {
    margin-top: 0;
  }

  .blog-article__block:last-child {
    margin-bottom: 0;
  }

  .blog-article__block h2,
  .blog-article__block h3 {
    font-size: 18px;
    line-height: 157.9%;
  }

  .blog-article__block p + h2,
  .blog-article__block p + h3 {
    margin-top: 80px;
  }

  .blog-article__block p {
    margin-bottom: 26px;
  }

  .blog-article__img img {
    max-height: 400px;
  }

  .blog-article__img + .blog-article__img {
    margin-top: 80px;
  }

  .modal-callback {
    padding: 70px 38px 50px;
    margin: 0 1px;
  }

  .modal-callback__title {
    margin: 0 0 35px 0;
    font-size: 24px;
  }

  .callback-form__block {
    margin-bottom: 15px;
  }

  .callback-form__subtitle {
    padding-right: 15%;
    font-size: 14px;
    line-height: 24px;
  }

  .callback-form__item {
    width: calc(50% - 13px);
    margin-bottom: 30px;
  }

  .callback-form__item--checkbox {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .callback-form__item--checkbox:last-child {
    margin-bottom: 30px;
  }

  .callback-form__submit-btn {
    font-size: 14px;
    line-height: 20px;
  }

  .callback-form__checkbox-text {
    max-width: 480px;
    font-size: 14px;
    line-height: 24px;
  }

  .feedback-block--search .feedback-block__header-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0;
  }

  .feedback-block--search .feedback-block__inner {
    margin-top: 35px;
  }

  .feedback-block--search .feedback-form {
    padding: 19px 28px;
    position: relative;
  }

  .feedback-block--search form {
    width: 26%;
  }

  .feedback-block--search .filters-container {
    width: 100%;
    margin: 0;
  }

  .feedback-block--search .custom-select__button {
    width: unset;
  }

  .feedback-block--search .feedback-form .filters-container .custom-select__text {
    width: 100%;
  }

  .feedback-block--search .feedback-form .filters-container .custom-select__button:before {
    top: 55%;
    left: 126%;
  }

  .feedback-block--search .feedback-form .filters-container .custom-select {
    position: unset;
  }

  .feedback-block--search .feedback-form .filters-container .custom-select__list {
    left: 0;
    width: 100%;
    -webkit-transform: unset;
    transform: unset;
    top: 80%;
  }

  .feedback-block--search .feedback-block__title {
    padding-right: 0;
    margin-bottom: 6px;
    font-size: 28px;
    line-height: 39px;
  }

  .feedback-block--search .feedback-block__text {
    font-size: 13px;
    line-height: 23px;
    padding-right: 145px;
  }

  .search-card {
    padding-top: 43px;
    padding-left: 38px;
    padding-right: 38px;
    padding-bottom: 30px;
  }

  .search-card__info-wrapper {
    margin-top: 44px;
  }

  .search-card__title-wrapper {
    margin-bottom: 34px;
  }

  .search-card__title {
    font-size: 16px;
    line-height: 23px;
    max-width: 465px;
  }

  .search-card__text-wrapper p {
    font-size: 14px;
    line-height: 27.3px;
    padding-right: 0;
  }

  .search-card:nth-child(2) .search-card__info-wrapper {
    margin-top: 38px;
  }

  .search-card:nth-child(2) .search-card__title-wrapper {
    margin-bottom: 32px;
  }

  .search-card:nth-child(2) {
    padding-bottom: 24px;
  }

  .search-card:nth-child(2) .search-card__title {
    max-width: 477px;
  }

  .search-card:nth-child(3) .search-card__title-wrapper {
    margin-bottom: 30px;
  }

  .search-card:nth-child(3) .search-card__info-wrapper {
    margin-top: 40px;
  }

  .search-card:nth-child(4) {
    padding-top: 40px;
  }

  .search-card:nth-child(4) .search-card__info-wrapper {
    margin-top: 40px;
  }

  .search-card:nth-child(4) .search-card__title-wrapper {
    margin-bottom: 31px;
  }

  .search-card:nth-child(5),
  .search-card:nth-child(6) {
    padding-top: 42px;
  }

  .search-card:nth-child(5) .search-card__info-wrapper {
    margin-top: 37px;
  }

  .search-card:nth-child(5) .search-card__title-wrapper {
    margin-bottom: 30px;
  }

  .search-card:nth-child(6) {
    padding-top: 41px;
  }

  .search-card:nth-child(6) .search-card__info-wrapper {
    margin-top: 37px;
  }

  .search-card:nth-child(6) .search-card__title-wrapper {
    margin-bottom: 30px;
  }

  .search-card:nth-child(6) .search-card__title {
    max-width: 577px;
  }

  .search-card:nth-child(7) .search-card__info-wrapper {
    margin-top: 39px;
  }

  .search-card:nth-child(7) .search-card__title-wrapper {
    margin-bottom: 29px;
  }

  .modal-slider {
    padding: 44px 0;
  }

  .modal-slider__button {
    display: none;
  }

  .modal-slider__slider-pagination.swiper-pagination-bullets {
    bottom: 32px;
  }

  .contacts__print {
    position: absolute;
    top: -4px;
    right: 41px;
    margin-right: 0;
  }

  .contacts__info {
    width: 100%;
    margin-left: -67px;
  }

  .contacts__info-block {
    margin-left: 67px;
  }

  .contacts__info-title {
    margin-bottom: 7px;
    font-size: 12px;
    line-height: 14px;
  }

  .contacts__info-text {
    font-size: 16px;
    line-height: 32px;
  }

  .contacts__map {
    height: 423px;
  }

  .contacts__map img {
    -o-object-position: 58.1%;
    object-position: 58.1%;
  }

  .contacts__map + .contacts__container {
    margin-top: -66px;
  }

  .contacts__body {
    margin-bottom: 88px;
  }

  .contacts__wrapper {
    padding: 45px 38px 38px;
  }

  .contacts__wrapper:last-child {
    padding: 70px 38px 60px;
  }

  .contacts__wrapper input,
  .contacts__wrapper textarea,
  .contacts__wrapper input::-webkit-input-placeholder,
  .contacts__wrapper textarea::-webkit-input-placeholder {
    font-size: 14px;
    line-height: 21px;
  }

  .contacts__wrapper input,
  .contacts__wrapper textarea,
  .contacts__wrapper input::-moz-placeholder,
  .contacts__wrapper textarea::-moz-placeholder {
    font-size: 14px;
    line-height: 21px;
  }

  .contacts__wrapper input,
  .contacts__wrapper textarea,
  .contacts__wrapper input:-ms-input-placeholder,
  .contacts__wrapper textarea:-ms-input-placeholder {
    font-size: 14px;
    line-height: 21px;
  }

  .contacts__wrapper input,
  .contacts__wrapper textarea,
  .contacts__wrapper input::-ms-input-placeholder,
  .contacts__wrapper textarea::-ms-input-placeholder {
    font-size: 14px;
    line-height: 21px;
  }

  .contacts__wrapper input,
  .contacts__wrapper textarea,
  .contacts__wrapper input::placeholder,
  .contacts__wrapper textarea::placeholder {
    font-size: 14px;
    line-height: 21px;
  }

  .contacts__wrapper input,
  .contacts__wrapper textarea {
    padding: 28px 19px 12px;
  }

  .contacts__wrapper textarea {
    min-height: 142px;
  }

  .contacts .custom-select {
    margin-bottom: 10px;
  }

  .contacts .custom-select__label-placeholder {
    top: 11px;
    left: 20px;
  }

  .contacts__column:last-child {
    width: calc(50% - 13px);
  }

  .contacts__title {
    margin-bottom: 28px;
    font-size: 16px;
    line-height: 32px;
    -webkit-font-feature-settings: "liga" off;
    font-feature-settings: "liga" off;
  }

  .contacts__item {
    font-size: 14px;
    line-height: 195%;
  }

  .input-field__label {
    left: 20px;
    top: 13px;
    font-size: 12px;
    line-height: 14px;
  }

  .input-field input {
    padding: 30px 21px 11px 19px;
    font-size: 14px;
    line-height: 21px;
  }

  .input-field input::-webkit-input-placeholder {
    font-size: 14px;
    line-height: 21px;
  }

  .input-field input::-moz-placeholder {
    font-size: 14px;
    line-height: 21px;
  }

  .input-field input:-ms-input-placeholder {
    font-size: 14px;
    line-height: 21px;
  }

  .input-field input::-ms-input-placeholder {
    font-size: 14px;
    line-height: 21px;
  }

  .input-field input::placeholder {
    font-size: 14px;
    line-height: 21px;
  }

  .our-prices .pagination-new {
    margin-top: 40px;
  }

  .our-prices .tags-list__item {
    margin-top: 6px;
    margin-left: 12px;
  }

  .price {
    margin-top: 64px;
  }

  .price__title:after {
    top: 46px;
  }

  .price__title {
    font-size: 18px;
    line-height: 28.5px;
  }

  .price__wrapper {
    padding: 28px;
  }

  .price__big-card:not(:last-child) {
    margin-bottom: 36px;
  }

  .price-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 32px 40px;
  }

  .price-card__inner {
    margin-bottom: 39px;
    min-width: 100%;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 60px;
  }

  .price-card__title {
    margin-bottom: 2px;
  }

  .price-card__title {
    line-height: 23px;
  }

  .price-card__text {
    font-size: 16px;
    line-height: 25px;
  }

  .price-card__price {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .price-card__link-wrapper {
    width: 100%;
    text-align: center;
  }

  .price-card__link-wrapper::after {
    top: 7px;
    right: 8px;
  }

  .price-card .arrow-link {
    padding: 7px 55px 7px 37px;
  }

  .price__list-header-wrapper {
    padding-top: 35px;
    padding-right: 58px;
    padding-bottom: 35px;
    padding-left: 28px;
  }

  .price__list-header {
    font-size: 16px;
    line-height: 24.5px;
  }

  .price-card__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    width: 100%;
  }

  .price-card__button {
    margin-bottom: 15px;
    width: 100%;
  }

  .price-card__link-wrapper {
    background-color: transparent;
  }

  .price-card__link {
    width: 100%;
    margin-bottom: 0;
  }

  .price-card__price {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .price__learning-types {
    padding-left: 43px;
  }

  .price-card__question {
    left: 0;
  }

  .price__list-img img {
    width: 30%;
  }

  .price__list--next,
  .price__title-wrapper--next,
  .price__big-card:nth-child(5),
  .price__big-card:nth-child(6) {
    display: none;
  }

  .price__big-card:nth-child(4) .price__list-header-wrapper {
    padding-top: 56px;
  }

  .message {
    min-height: 804px;
  }

  .message__header-title {
    font-size: 28px;
    line-height: 39px;
  }

  .message-body {
    top: -77%;
    -webkit-transform: translateY(77%);
    transform: translateY(77%);
  }

  .message-body__text {
    margin-top: -10px;
  }
}

@media (max-width: 1246px) and (min-width: 1024px) {
  .pagination-new .pagination__item:nth-child(3):not(:last-child),
  .pagination-new .pagination__item:nth-child(9):not(:last-child) {
    display: none;
  }
}

@media (max-width: 1023px) and (hover: hover) and (pointer: fine) {
  .filters-container-schedule .filters-container__text-name:focus {
    color: #f9d83e;
  }

  .filters-container-schedule .filters-container__text-name:focus svg {
    color: #f9d83e;
  }
}

@media (max-width: 1023px) and (max-width: 767px) {
  .filters-container--price form.is-open,
  .filters-container--schedule form.is-open {
    padding-top: 100px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 38px;
  }

  .filters-container--price form.is-open .custom-list__wrapper-inner,
  .filters-container--schedule form.is-open .custom-list__wrapper-inner {
    min-width: 325px;
    left: 0;
    padding: 19px 0;
    width: 105%;
  }

  .filters-container--price form.is-open .filters-container__submit,
  .filters-container--schedule form.is-open .filters-container__submit {
    min-width: 91%;
  }

  .filters-container--price form.is-open .custom-list__wrapper input,
  .filters-container--schedule form.is-open .custom-list__wrapper input {
    width: 98%;
    padding-right: 0;
  }

  .filters-container--price form.is-open .custom-select__button::before,
  .filters-container--schedule form.is-open .custom-select__button::before {
    top: 22%;
  }

  .filters-container--schedule form.is-open .custom-calendar input {
    font-size: 13px;
    line-height: 20px;
  }

  .filters-container--price .filters-container__text-name {
    font-size: 13px;
    line-height: 16px;
  }

  .feedback-block--feedpage .custom-select__list-inner {
    max-height: 315px;
  }

  .feedback-block--feedpage .custom-select__input {
    width: 100%;
  }

  .feedback-block--feedpage .custom-select__input input {
    width: 100%;
  }

  .feedback-block--search form {
    width: 100%;
  }

  .feedback-block--search .custom-select__button {
    width: 100%;
  }

  .feedback-block--search .feedback-form .filters-container .custom-select__button:before {
    left: unset;
    right: 5px;
  }

  .feedback-block--search .feedback-form .filters-container {
    padding: 0;
  }

  .feedback-block--search .feedback-form .filters-container .custom-select__list {
    border-radius: 0 0 20px 20px;
    left: 0;
    width: 100%;
  }

  .search-card:nth-child(2) .search-card__title-wrapper {
    margin-bottom: 30px;
  }

  .search-card:nth-child(2) {
    padding-bottom: 15px;
  }

  .search-card:nth-child(3) .search-card__title-wrapper {
    margin-bottom: 26px;
  }

  .search-card:nth-child(4) {
    padding-top: 36px;
  }

  .search-card:nth-child(4) .search-card__title-wrapper {
    margin-bottom: 28px;
  }

  .search-card:nth-child(5),
  .search-card:nth-child(6) {
    padding-top: 38px;
  }

  .search-card:nth-child(5) .search-card__info-wrapper {
    margin-top: 40px;
  }

  .search-card:nth-child(5) .search-card__title-wrapper {
    margin-bottom: 27px;
  }

  .our-prices .tags-list__item {
    margin-top: 8px;
    margin-left: 9px;
  }

  .price-card__price {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .price-card__price .price-card__question {
    left: unset;
  }
}

@media (max-width: 767px) {
  .main-nav__toggle a {
    pointer-events: none;
  }

  .container {
    padding: 0 25px;
  }

  .container--no-padding {
    padding: 0;
  }

  .burger__text {
    display: none;
  }

  .tooltip-block {
    max-width: 300px;
  }

  .button--red {
    font-size: 13px;
    line-height: 16px;
  }

  .button--green {
    font-size: 13px;
    line-height: 16px;
  }

  .button--yellow {
    font-size: 13px;
    line-height: 1.23;
  }

  .button--transparent {
    padding: 19px 22px 17px 22px;
    font-size: 13px;
  }

  .button--round {
    width: 199px;
    height: 199px;
    font-size: 21px;
  }

  .button--tab {
    padding: 12px;
    font-size: 12px;
  }

  .button--border {
    padding: 7px 36px;
    font-size: 13px;
    line-height: 195%;
  }

  .button--icon {
    padding-right: 54px;
  }

  .button--tag {
    padding: 7px 15px;
    font-size: 11px;
  }

  .button--big-padding {
    width: calc(100% - 50px);
    font-size: 13px;
    line-height: 16px;
    margin: 0 25px;
  }

  .button--sm {
    padding: 9px 18px;
    font-size: 13px;
    line-height: 20px;
  }

  .page__title {
    line-height: 36px;
  }

  .page__tag {
    margin-bottom: 34px;
    padding: 6px 28px;
    font-size: 12px;
    line-height: 175%;
  }

  .page__tag + .page__tag {
    margin-left: 10px;
  }

  .page__article-title {
    margin-bottom: 69px;
    font-size: 21px;
    line-height: 145%;
  }

  .page__news-title {
    margin: 70px 0;
    line-height: 36px;
  }

  .page__news-title br {
    display: block;
  }

  .page__blog-title {
    margin: 70px 0 69px;
    line-height: 36px;
    font-size: 28px;
    line-height: 130.3%;
  }

  .page__contacts-title {
    margin-top: 71px;
    margin-bottom: 58px;
    padding-right: 0;
    font-size: 28px;
    line-height: 130.3%;
  }

  .page--template h1 {
    margin: 70px 0 70px 25px;
    line-height: 36px;
  }

  .page--template h1 br {
    display: block;
  }

  .custom-select__label {
    left: 17px;
    font-size: 11px;
    line-height: 13px;
  }

  .custom-select__button {
    height: 61px;
    padding: 31px 15px 14px 17px;
    font-size: 13px;
    line-height: 16px;
  }

  .custom-select__button::before {
    right: 20px;
  }

  .custom-select__list .custom-select__item {
    padding: 11px 17px;
    font-size: 12px;
    line-height: 21px;
  }

  .custom-select__item {
    padding: 11px 17px;
    font-size: 13px;
    line-height: 16px;
  }

  .custom-select__tooltip {
    right: 40px;
    left: initial;
  }

  .custom-select.has-tooltip .custom-select__button {
    padding: 31px 15px 14px 17px;
  }

  .custom-select.has-tooltip .custom-select__label {
    left: 17px;
  }

  .custom-select.has-tooltip .custom-select__item {
    padding-right: 55px;
    padding-left: 17px;
  }

  .custom-select__wrapper-item {
    width: 100%;
    margin-bottom: 14px;
  }

  .custom-select__wrapper-item input::-webkit-input-placeholder {
    font-size: 13px;
    line-height: 16px;
  }

  .custom-select__wrapper-item input::-moz-placeholder {
    font-size: 13px;
    line-height: 16px;
  }

  .custom-select__wrapper-item input:-ms-input-placeholder {
    font-size: 13px;
    line-height: 16px;
  }

  .custom-select__wrapper-item input::-ms-input-placeholder {
    font-size: 13px;
    line-height: 16px;
  }

  .custom-select__wrapper-item input::placeholder {
    font-size: 13px;
    line-height: 16px;
  }

  .custom-select__wrapper-item--checkbox,
  .custom-select__wrapper-item--radio {
    margin-bottom: 14px;
  }

  .custom-select__wrapper-item--checkbox:last-child,
  .custom-select__wrapper-item--radio:last-child {
    margin-bottom: 14px;
  }

  .custom-select__wrapper-item--radio {
    margin-bottom: 15px;
  }

  .custom-select__wrapper-item--checkbox {
    width: 100%;
    min-width: 100%;
  }

  .custom-select__wrapper-item input,
  .custom-select__wrapper-item textarea {
    padding: 29px 21px 12px 14px;
  }

  .custom-select__wrapper-item--red-round-border label {
    font-size: 13px;
    line-height: 22px;
    white-space: pre-line;
  }

  .custom-select__wrapper-item--red-round-border label::before {
    top: 50%;
    left: 0;
    width: 20px;
    height: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .custom-select__checkbox-text {
    padding: 0;
    padding-left: 42px;
    font-size: 13px;
    line-height: 22px;
  }

  .custom-select__checkbox-text::before {
    width: 20px;
    height: 20px;
  }

  .custom-select__label-placeholder {
    left: 17px;
    font-size: 11px;
    line-height: 13px;
  }

  .custom-select__radio-text {
    padding: 57px 28px 21px 17px;
    white-space: pre-line;
  }

  .custom-select__radio-text::before {
    top: 21px;
    left: 17px;
    width: 20px;
    height: 20px;
    -webkit-transform: none;
    transform: none;
  }

  .custom-select__radio-title {
    margin: 0 0 13px 0;
    line-height: 22px;
  }

  .custom-select__radio-desc {
    font-size: 13px;
    line-height: 22px;
  }

  .burger {
    padding: 21px;
  }

  .burger__icon {
    width: 29px;
  }

  .burger__icon::before,
  .burger__icon::after {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }

  .burger__icon::after {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }

  .header {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: initial;
    -ms-flex-align: initial;
    align-items: initial;
  }

  .header__top {
    padding: 16px 0;
  }

  .header__wrapper {
    padding-right: 0;
    padding-left: 0;
  }

  .header__logo {
    width: 187px;
    margin: 0 auto;
  }

  .header__search {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    margin-right: min(16px, 5%);
    margin-left: min(16px, 5%);
  }

  .header__contacts {
    display: none;
  }

  .header__bg {
    display: none;
  }

  .header__bottom {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    width: auto;
    min-height: 100%;
    background-color: #0c2a69;
  }

  .header__bottom .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100%;
  }

  .main-nav.is-active {
    background-color: #ffffff;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .main-nav {
    min-height: 100%;
    margin-bottom: 0;
    width: max-content;
  }

  .main-nav__wrapper {
    position: fixed;
    top: 72px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 70;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    min-height: calc(100vh - 72px);
    /* stylelint-disable-next-line */
    min-height: calc(100 * var(--vh, 1vh) - 72px);
    padding: 0;
    justify-content: unset;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background-color: #ffffff;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), transform 0.6s cubic-bezier(0.55, 0, 0.1, 1), visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), transform 0.6s cubic-bezier(0.55, 0, 0.1, 1), visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    pointer-events: none;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .main-nav__wrapper::-webkit-scrollbar {
    display: none;
  }

  .main-nav__wrapper.is-active {
    -webkit-transform: scale(1);
    transform: scale(1);
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }

  .main-nav__wrapper .header__contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 10px 0;
  }

  .main-nav__wrapper .header__contacts-text,
  .main-nav__wrapper .header__contacts-link {
    color: inherit;
  }

  .main-nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%;
    margin: 0;
    padding-bottom: 53px;
    overflow-y: auto;
  }

  .main-nav__mb-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .main-nav__menu {
    top: 72px;
    min-height: calc(100vh - 72px);
    /* stylelint-disable-next-line */
    min-height: calc(100 * var(--vh, 1vh) - 72px);
    border-top: none;
  }

  .main-nav__menu-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .main-nav__menu-title {
    display: block;
    margin: 45px 25px 15px;
    font-weight: 700;
    font-size: 18px;
    line-height: 146%;
  }

  .main-nav__menu-wrapper {
    padding: 35px 25px;
  }

  .main-nav__item {
    margin-right: 0;
    margin-bottom: 3px;
  }

  .main-nav__item:last-child {
    margin-bottom: 0;
  }

  .main-nav__item .main-nav__link {
    padding: 22px 17px 0;
  }

  .main-nav__item.is-active {
    margin-bottom: 8px;
  }

  .main-nav__item.is-active > .main-nav__link {
    padding: 22px 17px;
    background-color: #f4f8fb;
  }

  .main-nav__mb-acc-btn {
    display: block;
  }

  .main-nav__link {
    width: 100%;
    font-weight: 600;
    font-size: 13px;
    line-height: 22px;
  }

  .main-nav__sublist {
    position: unset;
    width: 100%;
    max-height: 0;
    margin: 0;
    padding: 0 10px;
    border-radius: 0;
    -webkit-box-shadow: 0 16px 16px 0px rgb(26 27 30 / 4%);
    box-shadow: 0 16px 16px 0px rgb(26 27 30 / 4%);
    opacity: 1;
    visibility: visible;
    overflow-y: initial;
  }

  .main-nav__subitem {
    margin: 0;
    padding: 0 15px 10px;
  }

  .main-nav__subitem:first-child {
    padding-top: 15px;
  }

  .main-nav__subitem:last-child {
    padding-bottom: 16px;
  }

  .main-nav__subitem .main-nav__link {
    padding: 10px;
    font-size: 13px;
    line-height: 22px;
  }

  .footer__top .container {
    grid-template-areas: "contacts-block" "footer-nav" "logo";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    padding-top: 55px;
    padding-bottom: 58px;
  }

  .footer__contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 57px;
    margin-top: 0;
  }

  .footer__contacts-links {
    width: 42.5%;
    min-width: 147px;
    margin-bottom: 0;
    margin-right: 10%;
    font-size: 16px;
    line-height: 1.5;
  }

  .footer__address {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 1.75;
  }

  .footer__address br {
    display: none;
  }

  .footer__logo {
    margin-top: 54px;
  }

  .footer__contacts {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .footer__logo {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  .footer__nav {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }

  .footer__nav {
    -ms-grid-columns: minmax(45%, 1fr) 1fr;
    grid-template-columns: minmax(45%, 1fr) 1fr;
    row-gap: 29px;
    -webkit-column-gap: 39px;
    -moz-column-gap: 39px;
    column-gap: 39px;
  }

  .footer__nav-item {
    font-size: 13px;
    line-height: 1.23;
  }

  .footer__subnav {
    margin-bottom: -10px;
  }

  .footer__subnav-item {
    margin-bottom: 10px;
    font-size: 11px;
    line-height: 1.55;
  }

  .footer__bottom .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 30px;
  }

  .footer__copyright {
    display: block;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    max-width: 70%;
    margin-top: 26px;
    font-size: 11px;
    line-height: 1.73;
  }

  .footer__bottom .container.footer__recaptcha {
    font-size: 11px;
    padding-top: 10px;
    padding-bottom: 30px;
  }

  .modal__wrapper {
    padding: 15px 10px;
  }

  .modal__content {
    width: 100%;
    padding: 20px;
  }

  .modal__close-btn {
    top: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
  }

  .modal__close-btn svg {
    width: 9px;
    height: 9px;
  }

  .modal--fit-content .modal__content {
    width: 100%;
  }

  .modal--video .modal__wrapper,
  .modal--video-card .modal__wrapper {
    padding: 50px 10px;
  }

  .modal--video .modal__close-btn,
  .modal--video-card .modal__close-btn {
    top: -40px;
    right: 0;
    width: 30px;
    height: 30px;
  }

  .modal--registration .modal__close-btn {
    width: 30px;
    height: 30px;
  }

  .modal--callback .modal__close-btn {
    top: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
  }

  .modal--info .modal__close-btn {
    width: 30px;
    height: 30px;
  }

  .modal--teacher .modal__wrapper {
    padding: 75px 10px 415px;
  }

  .modal--teacher .modal__content {
    width: 100%;
    padding: 20px;
  }

  .modal--teacher .modal__close-btn {
    top: 15px;
    width: 30px;
    height: 30px;
  }

  .modal--template .modal__content {
    max-width: 325px;
  }

  .modal--template .modal__close-btn {
    width: 30px;
    height: 30px;
  }

  .modal--feedback .modal__close-btn {
    width: 30px;
    height: 30px;
  }

  .modal--success .modal__wrapper {
    padding: 153px 10px;
  }

  .modal--success .modal__content {
    padding: 70px 23px 50px;
  }

  .modal--success .modal__close-btn {
    width: 30px;
    height: 30px;
  }

  .modal--slider .modal__close-btn {
    top: 28px;
    right: 15px;
    width: 30px;
    height: 30px;
  }

  .accordion__button {
    padding: 17px 60px 18px 0;
    line-height: 24px;
  }

  .accordion__icon {
    /* top: 10%; */
  }

  .accordion--light .accordion__button {
    padding: 15px 60px 15px 23px;
    font-size: 16px;
    line-height: 24px;
    border-radius: 15px;
  }

  .accordion--light .accordion__button::before {
    left: 6px;
  }

  .accordion--light .accordion__icon {
    right: 23px;
  }

  .accordion--no-light .accordion__button {
    padding: 18px 84px 17px 23px;
    min-height: 298px;
    font-size: 16px;
    line-height: 24px;
  }

  .accordion--no-light .accordion__icon {
    right: 23px;
    top: 43px;
  }

  .accordion__element.is-active .accordion__button {
    min-height: 0;
  }

  .accordion.accordion--courses {
    margin-top: 58px;
  }

  .search-form__show-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .search-form__clear-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .search-form__field {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    min-height: 72px;
    padding: 13px 25px 17px;
    background-color: #0c2a69;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }

  .search-form__input input {
    padding-right: 75px;
  }

  .search-form__submit-btn {
    position: absolute;
    right: 9px;
  }

  .social {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }

  .intro-section--bg .intro-section__container::before {
    top: 6px;
    right: -57px;
    width: 489px;
    height: 489px;
  }

  .intro-section__container {
    padding: 72px 25px 0;
  }

  .intro-section .program-section {
    margin-bottom: 40px;
  }

  .intro-section .request-form {
    width: 100%;
    margin: 0;
    margin-bottom: -124px;
  }

  .intro-section--course {
    padding-bottom: 124px;
  }

  .intro-section--course .intro-section__container {
    padding-top: 40px;
  }

  .intro-section--course .intro-section__container::before {
    top: 73px;
    right: -85px;
    width: 1041px;
    height: 1041px;
  }

  .intro-section--courses .intro-section__container {
    padding-top: 70px;
    padding-bottom: 58px;
  }

  .intro-section--courses .intro-section__container::before {
    top: 7px;
    width: 489px;
    height: 489px;
  }

  .intro-section--template-page .intro-section__container::before {
    top: 7px;
    width: 489px;
    height: 489px;
  }

  .intro-section--no-background .intro-section__container {
    padding: 70px 25px 0;
  }

  .intro-section--teachers .intro-section__container {
    padding: 70px 25px 0;
  }

  .intro-section--schedule .intro-section__container {
    padding-top: 70px;
    padding-bottom: 58px;
  }

  .intro-section--schedule .selection-block__title {
    line-height: 36.5px;
    margin-bottom: 53px;
  }

  .intro-section--schedule .tabs-controls {
    width: calc(100% + 4px);
    margin-bottom: 10px;
    grid-column-gap: 3px;
  }

  .intro-section--schedule {
    margin-bottom: 60px;
  }

  .intro-section--videos {
    margin-bottom: 54px;
  }

  .intro-section--price .intro-section__container {
    padding: 70px 24px;
  }

  .intro-section--price .selection-block__title {
    margin-bottom: 53px;
    line-height: 36px;
  }

  .intro-section--price .tabs-controls {
    width: calc(100% + -2px);
  }

  .intro-section--courses .selection-block__title {
    font-size: 21px;
    line-height: 30px;
  }

  .intro-section--courses .tabs-controls__item:not(:last-child) {
    margin-right: 0;
  }

  .selection-block__title {
    margin: 0 0 30px;
    font-size: 21px;
    line-height: 30px;
  }

  .selection-block__text {
    font-size: 13px;
    line-height: 25px;
  }

  .selection-block--videos .tabs-controls,
  .selection-block--price .tabs-controls {
    width: 100%;
    grid-column-gap: 0;
  }

  .selection-block--videos .tabs-controls__item {
    margin-bottom: 6px;
    min-width: 52px;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }

  .selection-block--videos .tabs-controls__item:not(:last-child),
  .selection-block--price .tabs-controls__item:not(:last-child) {
    margin-right: 9px;
  }

  .selection-block--videos .button--tab,
  .selection-block--price .button--tab {
    padding: 8px 15px;
    font-size: 11px;
    width: unset;
  }

  .selection-block--videos .selection-block__title {
    margin-bottom: 70px;
    font-size: 28px;
    line-height: 36px;
  }

  .selection-block--courses-main .selection-block__title {
    margin-top: -2px;
    margin-bottom: 29px;
    font-size: 21px;
    line-height: 145%;
  }

  .courses-map {
    padding: 50px 0 72px;
  }

  .courses-map__list {
    -webkit-column-gap: 23px;
    -moz-column-gap: 23px;
    column-gap: 23px;
    --item-count: 1;
    --item-margin-bottom: 20px;
    --item-margin-right: 10px;
  }

  .courses-map__item {
    width: calc((100% / var(--item-count)));
  }

  .courses-map__item--large {
    --item-count: 1;
  }

  .our-courses__element--programmers .courses-map__item {
    width: calc((100% / var(--item-count)) - var(--item-margin-right) * 2 / 3);
  }

  .our-courses__element--programmers .courses-map__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }

  .our-courses__element--programmers .courses-map__item {
    width: 100%;
  }

  .course-card {
    padding: 14px 12px 18px;
    border-radius: 15px;
  }

  .course-card__title {
    min-height: auto;
    margin: 0 0 25px;
    padding: 12px 22px;
    border-radius: 15px;
  }

  .course-card__item {
    margin-bottom: 12px;
  }

  .course-card__subtitle {
    min-height: 68px;
    padding: 14px 22px;
    font-size: 13px;
    line-height: 19px;
    border-radius: 15px;
  }

  .course-card__sub-list {
    margin: 12px 0 0;
  }

  .course-card--grow {
    min-height: auto;
  }

  .our-courses__element--programmers .course-card {
    padding: 14px 12px 11px;
  }

  .our-courses__element--programmers .course-card__item {
    padding-left: 36px;
  }

  .our-courses__element--programmers .course-card__sub-item {
    margin-bottom: 12px;
  }

  .our-courses__element--programmers .course-card__sub-item::after {
    right: calc(100% + 16px);
  }

  .our-courses__element--programmers .course-card__subtitle::after {
    right: calc(100% + 17px);
  }

  .our-courses__element--programmers .course-card__subtitle::before {
    width: 27px;
    right: calc(100% + 10px);
  }

  .our-courses__element--programmers .course-card__sub-item .course-card__subtitle::before {
    width: 30px;
    right: calc(100% + 12px);
  }

  .our-courses__element--programmers .course-card__title {
    min-height: auto;
    margin: 0 0 27px;
    padding: 22px 22px;
    border-radius: 15px;
  }

  .our-courses__element--programmers .course-card__title + .course-card__list .course-card__item--collapsed:first-child + .course-card__item::after {
    top: -47px;
    height: calc(100% + 14px);
  }

  .our-courses__element--programmers .course-card__title + .course-card__list .course-card__item:last-child::after {
    height: calc(90% + 3px);
  }

  .our-courses__element--programmers .course-card__title + .course-card__list .course-card__item:last-child.course-card__item--list::after {
    right: calc(100% + 45px);
    height: calc(23% + 30px);
  }

  .our-courses__element--programmers .course-card__title + .course-card__list .course-card__item:first-child::after {
    top: -6px;
    height: calc(100% + 34px);
  }

  .our-courses__element--programmers .course-card__title + .course-card__list .course-card__item--collapsed:first-child::after {
    top: -12px;
    height: calc(40% + 0px);
  }

  .intro {
    /* padding-top: 84px; */
    padding-bottom: 58px;
  }

  .intro__heading {
    max-width: 100%;
    line-height: 1.3;
  }

  .intro .button--yellow {
    width: 100%;
    max-width: 325px;
    padding-bottom: 20px;
    margin-top: 32px;
    background-color: transparent;
    color: #f9d83e;
    border: 2px solid;
  }

  .arrow-btn--play svg {
    left: 37px;
    width: 18px;
    height: 27px;
  }

  .arrow-btn--play {
    width: 85px;
    height: 85px;
  }

  .arrow-btn--transparent {
    padding: 10px 34px;
    font-size: 12px;
    line-height: 21px;
  }

  .arrow-btn--transparent svg {
    right: 4px;
  }

  .arrow-link {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    padding: 8px 16px;
    background: rgba(0, 0, 0, 0.05);
    border-radius: 110px;
  }

  .arrow-link__icon {
    position: absolute;
    top: 50%;
    right: 8px;
    width: 25px;
    height: 25px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .arrow-link--red {
    background-color: #df2c35;
  }

  .arrow-link--snow {
    background-color: #fef7f7;
  }

  .about {
    padding-bottom: 59px;
  }

  .about .news {
    bottom: 0;
  }

  .about .video {
    bottom: 92px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .about__header {
    padding-top: 66px;
    margin-bottom: 70px;
  }

  .about__heading {
    max-width: 100%;
    margin-bottom: 30px;
    font-size: 21px;
  }

  .about__text {
    max-width: 100%;
    font-size: 13px;
  }

  .about__link {
    margin-top: 39px;
    font-size: 13px;
    line-height: 1.23;
  }

  .about__arrow {
    top: 4px;
    width: 19px;
  }

  .about__wrapper .reviews {
    margin-top: -155px;
  }

  .about__wrapper .reviews__item {
    margin-top: 0;
  }

  .news {
    padding: 32px 0 31px 25px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
  }

  .news .arrow-btn--prev {
    display: none;
  }

  .news .arrow-btn--next {
    display: none;
  }

  .news__item {
    width: 254px;
  }

  .news__text {
    font-size: 12px;
    line-height: 1.75;
  }

  .news__time {
    margin-top: 25px;
    padding-top: 9px;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 11px;
  }

  .stats {
    padding: 10px 52px;
  }

  .stats__table tbody {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .stats__table tr {
    width: 100%;
    height: 70%;
    padding-top: 33px;
    padding-bottom: 35px;
  }

  .stats__table tr:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.14);
  }

  .stats__table tr:nth-child(2n) {
    width: auto;
  }

  .stats__table td {
    padding-left: 0;
    padding-right: 0;
  }

  .stats__value {
    padding-bottom: 15px;
  }

  .stats__field {
    max-width: 77%;
    font-size: 13px;
  }

  .video__inner {
    padding-top: 140px;
    padding-left: 0;
    padding-right: 0;
  }

  .video__text {
    max-width: 86%;
    margin: 0 auto;
    margin-bottom: 52px;
    font-size: 21px;
  }

  .video .button--transparent {
    width: 81.4%;
    max-width: 305px;
    margin-top: 59px;
  }

  .reviews {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    max-width: 325px;
  }

  .reviews__item {
    padding: 20px 22px;
    padding-bottom: 20px;
    border-radius: 8px;
  }

  .reviews__img-wrapper {
    width: 54px;
    height: 54px;
    margin-top: 5px;
  }

  .reviews__quote {
    width: 73%;
    font-size: 12px;
    line-height: 1.75;
  }

  .reviews__user {
    margin-top: 14px;
    font-size: 12px;
  }

  .tabs-controls {
    width: calc(100% + 5px);
    margin-bottom: -10px;
    grid-column-gap: 10px;
  }

  .tabs-controls__item {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 150px;
    margin-right: 5px;
    margin-bottom: 10px;
  }

  .intro-section--price .tabs-controls {
    width: calc(100% + 15px);
  }

  .programs {
    padding-top: 76px;
    padding-bottom: 140px;
  }

  .programs__tabs {
    max-width: calc(767px - 50px);
  }

  .programs__header::after {
    top: -45px;
    width: 496px;
    height: 496px;
  }

  .programs__header {
    max-width: calc(100% - 50px);
    margin-bottom: 45px;
  }

  .programs__heading {
    margin-bottom: 30px;
    font-size: 21px;
  }

  .programs__header-text {
    font-size: 13px;
  }

  .programs__img-wrapper {
    padding-bottom: 67%;
  }

  .programs__caption {
    margin-top: 20px;
  }

  .programs__card-heading {
    -ms-flex-item-align: start;
    align-self: flex-start;
    max-width: 70%;
    line-height: 1.5;
  }

  .programs__number {
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
    min-width: 86px;
    font-size: 11px;
  }

  .programs .button--round {
    bottom: -95px;
  }

  .programs .tabs-controls {
    margin-bottom: 46px;
  }

  .programs .button--tab {
    padding-bottom: 10px;
  }

  .features::after {
    top: 67px;
    width: 899px;
    height: 899px;
  }

  .features {
    padding-top: 169px;
    padding-bottom: 72px;
    background-position: top 71px center;
  }

  .features__heading {
    max-width: 84%;
    margin-bottom: 46px;
    font-size: 21px;
  }

  .features__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 20px;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }

  .features__item::before {
    font-size: 41px;
  }

  .features__text {
    padding-top: 11px;
    font-size: 11px;
  }

  .call-to-action {
    padding-top: 60px;
    padding-bottom: 65px;
    padding-left: 0;
    padding-right: 0;
  }

  .call-to-action__heading {
    display: inline;
    font-size: 21px;
    line-height: 1.45;
    text-align: left;
  }

  .call-to-action__text {
    display: inline;
    font-size: 21px;
    line-height: 1.45;
  }

  .call-to-action .button--red {
    min-width: auto;
    width: 100%;
    max-width: 325px;
    padding-top: 17px;
    margin-top: 35px;
    font-size: 13px;
  }

  .program-section__info {
    min-width: auto;
  }

  .program-section__title {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 30px;
  }

  .program-section__text,
  .program-section__info p {
    margin-bottom: 30px;
    font-size: 12px;
    line-height: 21px;
    max-width: 330px;
  }

  .program-section__btn {
    max-width: 100%;
  }

  .program-section__subtitle {
    margin: 0 0 25px;
    font-size: 17px;
    line-height: 27px;
  }

  .program-section__list {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    row-gap: 13px;
  }

  .program-section__item {
    font-size: 13px;
    line-height: 22px;
  }

  .program-section__item::before {
    width: 20px;
    height: 20px;
  }

  .program-section__item svg {
    left: 5px;
    width: 10px;
    height: 8px;
  }

  .request-form {
    padding: 23px 20px;
    border-radius: 15px;
  }

  .request-form__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .request-form__fields {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin-right: 0;
  }

  .request-form__field {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 12px;
  }

  .request-form__price {
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
    margin: 10px 0 0;
    margin-left: 6px;
    font-size: 13px;
    line-height: 16px;
  }

  .request-form__price-num {
    margin-bottom: 7px;
    font-size: 20px;
    line-height: 24px;
  }

  .course-desc {
    padding-top: 64px;
    padding-bottom: 60px;
  }

  .course-desc__wrapper {
    /* margin-bottom: 65px; */
  }

  .course-desc__header {
    margin-bottom: 65px;
  }

  .course-desc__header-title {
    max-width: 70%;
    margin-bottom: 35px;
    font-size: 21px;
  }

  .course-desc__header-list {
    width: 100%;
  }

  .course-desc__item {
    padding-left: 20px;
    font-size: 13px;
  }

  .course-desc__item::before {
    top: 10px;
    width: 6px;
    height: 6px;
  }

  .course-desc .course-teachers {
    margin-top: 65px;
  }

  .course-desc__video {
    border-radius: 15px;
    margin-top: 65px;
  }

  .reviews-slider::after {
    top: 25px;
    right: 25px;
    width: 120px;
    height: 86px;
  }

  .reviews-slider {
    padding: 42px 23px 35px;
    border-radius: 15px;
  }

  .reviews-slider__item {
    width: 100%;
  }

  .reviews-slider__quote {
    max-width: 100%;
    font-size: 13px;
  }

  .reviews-slider__quote br {
    display: block;
  }

  .reviews-slider__user {
    margin-top: 27px;
  }

  .reviews-slider__heading {
    margin-bottom: 35px;
    font-size: 20px;
  }

  .reviews-slider__nav {
    -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;
    margin-top: 35px;
  }

  .reviews-slider__dots.swiper-pagination {
    margin-right: -7px;
  }

  .reviews-slider__dots .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    margin-right: 7px;
  }

  .reviews-slider__link {
    margin-top: 36px;
    margin-left: 0;
    font-size: 13px;
    line-height: 1.23;
  }

  .reviews-slider__link-text {
    display: none;
  }

  .reviews-slider__link-text--mobile {
    display: block;
  }

  .reviews-slider__arrow {
    width: 19px;
    height: 12px;
    margin-left: 14px;
  }

  .course-teachers {
    padding: 42px 23px 40px;
    border-radius: 15px;
  }

  .course-teachers__heading {
    max-width: 279px;
    margin-bottom: 35px;
    font-size: 21px;
    line-height: 1.45;
  }

  .teachers-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin-bottom: -23px;
  }

  .teachers-list__card {
    width: 100%;
    margin-right: 0;
    margin-bottom: 23px;
  }

  .teachers-list__img-wrapper {
    width: 60px;
    height: 60px;
  }

  .teachers-list__label {
    padding-bottom: 6px;
    font-size: 12px;
  }

  .teachers-list__star {
    top: 8px;
  }

  .teachers-list__content {
    margin-left: 20px;
  }

  .teachers-list__name {
    margin-top: 16px;
  }

  .teachers-list__job {
    font-size: 12px;
  }

  .course-skills {
    padding-top: 70px;
    padding-bottom: 60px;
  }

  .course-skills__heading {
    max-width: 100%;
    margin-bottom: 60px;
    font-size: 21px;
  }

  .course-skills__list {
    /* padding-left: 25px; */
  }

  .course-skills__item {
    max-width: 246px;
  }

  .course-skills__text {
    padding: 50px 25px 17px;
    margin-top: -25px;
    font-size: 12px;
    line-height: 1.75;
    text-align: left;
    border-radius: 15px;
  }

  .course-skills__tick {
    width: 50px;
    height: 50px;
  }

  .course-skills__svg {
    width: 26px;
    height: 20px;
  }

  .course-schedule {
    padding-top: 70px;
    padding-bottom: 60px;
  }

  .course-schedule::after {
    top: -9px;
    width: 473px;
    height: 473px;
  }

  .course-schedule__heading {
    margin-bottom: 35px;
    font-size: 24px;
    line-height: 1.41;
  }

  .course-schedule__list.is-hidden::after {
    height: 511px;
  }

  .course-schedule__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 25px 25px 25px 22px;
    font-size: 12px;
    border-radius: 15px;
  }

  .course-schedule__item-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin-right: 0;
  }

  .course-schedule__duration {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    margin-right: 0;
    margin-bottom: 25px;
  }

  .course-schedule__duration hr {
    margin: 0 auto;
  }

  .course-schedule__dates {
    margin-right: 9px;
    margin-bottom: 0;
  }

  .course-schedule__time {
    display: inline;
  }

  .course-schedule__type-wrapper {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    margin-right: 0;
    margin-bottom: 8px;
  }

  .course-schedule__type {
    padding-right: 40px;
    padding-bottom: 8px;
    padding-left: 40px;
    text-align: center;
  }

  .course-schedule__type .tooltip {
    right: 6px;
    width: 25px;
    height: 25px;
  }

  .course-schedule__price {
    width: 100%;
    margin-right: 0;
    padding: 10px;
  }

  .course-schedule .arrow-link {
    margin-top: 20px;
  }

  .course-schedule .arrow-link__text {
    display: block;
  }

  .course-schedule .button--red {
    width: 100%;
    max-width: 285px;
    margin-top: -66px;
    padding-bottom: 20px;
    font-size: 13px;
    line-height: 1.23;
  }

  .course-schedule .tooltip-block {
    max-width: 80%;
  }

  .composition {
    padding: 70px 0 60px;
  }

  .composition__title {
    margin: 0 0 50px;
    font-size: 20px;
    line-height: 28px;
  }

  .composition__subtitle {
    margin: 0 0 40px;
    font-size: 17px;
    line-height: 24px;
  }

  .composition__advantages {
    margin-bottom: 50px;
  }

  .composition__advantage {
    padding-left: 55px;
  }

  .composition__advantage::before {
    width: 35px;
    height: 35px;
  }

  .composition__advantage svg {
    left: 9px;
    width: 18px;
    height: 14px;
  }

  .composition__advantage-text {
    font-size: 13px;
    line-height: 22px;
  }

  .composition__accordion {
    margin: 0 0 55px;
  }

  .composition .request-form {
    width: 100%;
    margin: 0;
  }

  .our-courses__title {
    margin-bottom: 35px;
    font-size: 17px;
  }

  .our-courses__title--border {
    padding-bottom: 18px;
  }

  .our-courses__cards {
    width: 100%;
    margin-left: 0;
    margin-top: -25px;
    padding-bottom: 56px;
  }

  .our-courses__card {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-top: 25px;
  }

  .course-program {
    padding: 70px 0 60px;
  }

  .course-program::before {
    top: 30px;
    width: 496px;
    height: 496px;
  }

  .course-program__title {
    margin-bottom: 30px;
    font-size: 21px;
    line-height: 30px;
  }

  .course-program__text {
    margin-bottom: 32px;
    font-size: 13px;
    line-height: 25px;
  }

  .course-program__link {
    margin-bottom: 38px;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
  }

  .course-program__accordion-content {
    padding: 35px 10px 20px 23px;
  }

  .course-program__accordion-desc {
    margin-bottom: 30px;
    font-size: 13px;
    line-height: 25px;
  }

  .course-program__accordion-title {
    line-height: 27px;
  }

  .course-program__list:not(:last-child),
  .course-program__accordion-content ul:not(:last-child) {
    margin-bottom: 30px;
  }

  .course-program__item,
  .course-program__accordion-content ul li {
    margin-bottom: 11px;
    font-size: 13px;
    line-height: 22px;
  }

  .course-program__item::before,
  .course-program__accordion-content ul li::before {
    top: 50%;
    width: 6px;
    height: 6px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .course-program__controls {
    margin-bottom: 50px;
  }

  .course-program .accordion {
    margin-bottom: 50px;
  }

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

  .course-program__btn {
    min-width: 100%;
    max-width: 100%;
  }

  .course-advantage {
    min-height: 272px;
    border-radius: 15px;
  }

  .course-advantage__wrapper {
    padding: 42px 27px;
  }

  .course-advantage__title {
    margin-bottom: 30px;
    font-size: 21px;
    line-height: 30px;
  }

  .course-advantage__text {
    font-size: 13px;
    line-height: 25px;
  }

  .course-advantage--comfort .course-advantage__bg img {
    top: 0;
    right: -70px;
    width: 300px;
  }

  .course-advantage--comfort .course-advantage__title {
    padding-right: 40px;
  }

  .course-advantage--materials .course-advantage__bg img {
    top: 0;
    right: -100px;
    left: initial;
    width: 300px;
  }

  .recommended-courses,
  .complex-courses {
    padding-top: 11px;
    padding-bottom: 75px;
  }

  .recommended-courses .container,
  .complex-courses .container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .recommended-courses__heading,
  .complex-courses__heading {
    margin-bottom: 35px;
    font-size: 21px;
  }

  .recommended-courses__item,
  .complex-courses__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 25px 23px;
    padding-bottom: 26px;
  }

  .recommended-courses__name,
  .complex-courses__name {
    width: 100%;
    margin: 0;
    margin-bottom: 25px;
    font-size: 14px;
    line-height: 1.5;
  }

  .recommended-courses__nested-course,
  .complex-courses__nested-course {
    width: 100%;
    margin: 0;
    margin-bottom: 8px;
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .recommended-courses__price,
  .complex-courses__price {
    width: 100%;
    padding-top: 11px;
  }

  .courses-menu__controls {
    margin-bottom: 37px;
  }

  .courses-menu .tabs-controls {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: calc(100% + 5px);
    grid-column-gap: 0;
  }

  .courses-menu .tabs-controls__item {
    min-width: 150px;
    margin-right: 5px;
  }

  .registration-form__block {
    margin-bottom: 31px;
  }

  .registration-form__subtitle {
    margin: 0 0 20px 0;
    line-height: 24px;
  }

  .registration-form__item {
    width: 100%;
    margin-bottom: 14px;
  }

  .registration-form__item--checkbox,
  .registration-form__item--radio {
    margin-bottom: 14px;
  }

  .registration-form__item--checkbox:last-child,
  .registration-form__item--radio:last-child {
    margin-bottom: 14px;
  }

  .registration-form__item--checkbox {
    width: 100%;
    min-width: 100%;
  }

  .registration-form__item input,
  .registration-form__item textarea {
    padding: 29px 21px 12px 14px;
  }

  .registration-form__label {
    left: 17px;
    font-size: 11px;
    line-height: 13px;
  }

  .registration-form__radio-text {
    padding: 57px 28px 21px 17px;
  }

  .registration-form__radio-text::before {
    top: 21px;
    left: 17px;
    width: 20px;
    height: 20px;
    -webkit-transform: none;
    transform: none;
  }

  .registration-form__radio-title {
    margin: 0 0 13px 0;
    line-height: 22px;
  }

  .registration-form__radio-desc {
    font-size: 13px;
    line-height: 22px;
  }

  .registration-form__price {
    line-height: 24px;
  }

  .registration-form__price span {
    font-size: 20px;
    line-height: 24px;
  }

  .registration-form__checkbox-text {
    padding: 0;
    padding-left: 42px;
    font-size: 13px;
    line-height: 22px;
  }

  .registration-form__checkbox-text::before {
    width: 20px;
    height: 20px;
  }

  .modal-registration {
    padding: 60px 23px 50px;
  }

  .modal-registration__title {
    margin: 0 0 55px 0;
    font-size: 20px;
  }

  .courses-list {
    padding: 0;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }

  .courses-list__wrap {
    row-gap: 12px;
  }

  .course-links__title {
    font-size: 13px;
    line-height: 22px;
  }

  .course-links__list {
    margin: 16px 0 0;
    row-gap: 10px;
  }

  .course-links__link {
    font-size: 13px;
    line-height: 22px;
  }

  .modal-info {
    padding: 60px 23px 50px;
  }

  .modal-info h2 {
    font-size: 20px;
    margin-bottom: 35px;
  }

  .modal-info button {
    font-size: 13px;
    line-height: 16px;
    margin-top: 19px;
  }

  .modal-info p {
    font-size: 13px;
  }

  .filters-container {
    padding: 22px 28px;
  }

  .filters-container form {
    position: fixed;
    top: 15px;
    left: 0;
    bottom: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%;
    max-height: unset;
    min-height: 350px;
    padding: 100px 15px 35px 25px;
    border-radius: 19px 19px 0 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  }

  .filters-container form.is-open {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0);
    transform: translate(0);
    background-color: #ffffff;
    z-index: 13;
  }

  .filters-container form.is-open .filters-container__submit {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: absolute;
    bottom: 35px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    display: block;
    width: 100%;
    max-width: 325px;
    height: 56px;
    background-color: #df2c35;
    border: solid 1px rgba(255, 255, 255, 0);
    border-radius: 99px;
    color: #ffffff;
    font-family: "Golos Text", "Arial", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
  }

  .filters-container form.is-open .filters-container__reset {
    position: absolute;
    top: 20px;
    left: 25px;
    padding: 0;
  }

  .filters-container form.is-open .filters-container__close {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: absolute;
    top: 16px;
    right: 15px;
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #ffffff;
    border: none;
    -webkit-box-shadow: 0 4px 14px rgba(0, 0, 0, 0.07);
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.07);
    color: #000000;
    cursor: pointer;
  }

  .filters-container form.is-open .filters-container__close svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .filters-container__form-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%;
    height: 100%;
    max-height: calc(100% - 80px);
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0 10px 0 0;
  }

  .filters-container__reset {
    font-size: 13px;
    line-height: 19px;
  }

  .filters-container__reset-second {
    display: block;
    font-size: 13px;
    line-height: 19px;
  }

  .filters-container__text-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    cursor: pointer;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
  }

  .filters-container__text-name svg {
    display: block;
    width: 16px;
    height: 13px;
    margin: 0 17px 0 0;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
  }

  .filters-container__text-name:focus {
    color: #f9d83e;
  }

  .filters-container__text-name:focus svg {
    color: #f9d83e;
  }

  .filters-container .custom-select {
    width: 100%;
    margin: 25px 0 0 0;
    border-bottom: solid 3px rgba(0, 0, 0, 0.04);
  }

  .filters-container .custom-select:first-of-type {
    margin: 0;
  }

  .filters-container .custom-select__list {
    width: 100%;
    left: -25px;
    top: 100%;
    -webkit-transform: translate(0);
    transform: translate(0);
    border-radius: 0;
    padding: 5px 0 14px;
  }

  .filters-container .custom-select__item {
    padding: 6px 25px;
  }

  .filters-container .custom-select__button {
    padding: 0 0 27px;
  }

  .filters-container .custom-select__text::before {
    right: 0;
    top: 10px;
  }

  .filters-container .custom-select__text {
    width: 100%;
    font-size: 13px;
    line-height: 19px;
  }

  .filters-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 12;
    -webkit-transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    background-color: rgba(70, 74, 83, 0.78);
  }

  .filters-overlay.is-open {
    display: block;
  }

  .filters-container--courses {
    margin-bottom: 6px;
    margin-top: 42px;
  }

  .filters-container--courses .filters-container__reset {
    top: 20px;
    left: 25px;
    font-size: 13px;
    line-height: 150%;
  }

  .filters-container--courses .filters-container__text-name {
    font-size: 13px;
    line-height: 16px;
  }

  .filters-container--courses .filters-container__text-name svg {
    width: 20px;
    height: 20px;
    margin-right: 14px;
  }

  .filters-container--courses form {
    bottom: 0;
    right: 0;
    max-height: 100%;
    min-height: initial;
    height: auto;
    padding: 50px 25px;
    padding-top: 92px;
  }

  .filters-container--courses form.is-open .filters-container__submit {
    position: initial;
    height: 69px;
    max-width: unset;
    -webkit-transform: none;
    transform: none;
  }

  .filters-container--courses .filters-container__form-wrapper {
    max-height: unset;
    overflow-y: auto;
    overflow-x: hidden;
  }

  .filters-container--courses .custom-select,
  .filters-container--courses .custom-calendar,
  .filters-container--courses .custom-list {
    margin: 0;
    padding: 10px 0 25px;
  }

  .filters-container--courses .custom-calendar input,
  .filters-container--courses .custom-calendar input::-webkit-input-placeholder {
    font-size: 13px;
    line-height: 150%;
  }

  .filters-container--courses .custom-calendar input,
  .filters-container--courses .custom-calendar input::-moz-placeholder {
    font-size: 13px;
    line-height: 150%;
  }

  .filters-container--courses .custom-calendar input,
  .filters-container--courses .custom-calendar input:-ms-input-placeholder {
    font-size: 13px;
    line-height: 150%;
  }

  .filters-container--courses .custom-calendar input,
  .filters-container--courses .custom-calendar input::-ms-input-placeholder {
    font-size: 13px;
    line-height: 150%;
  }

  .filters-container--courses .custom-calendar input,
  .filters-container--courses .custom-calendar input::placeholder {
    font-size: 13px;
    line-height: 150%;
  }

  .filters-container--courses .custom-calendar::before {
    top: calc(50% - 8px);
    right: 0;
  }

  .filters-container--courses .custom-select .custom-select__list {
    width: calc(100% + 50px);
  }

  .filters-container--courses .custom-select .custom-select__item {
    padding: 6px 25px;
  }

  .filters-container--courses .custom-select__text::before {
    top: calc(50% + 2px);
    right: 0;
  }

  .filters-container--courses .custom-select__button {
    padding: 0;
  }

  .filters-container-schedule.filters-container--price .custom-select__list {
    top: 63%;
    left: 3px;
  }

  .news-item {
    padding: 30px 22px 30px 28px;
  }

  .news-item__time {
    line-height: 21px;
    padding: 6px 27px 6px;
    margin: 0 0 20px;
  }

  .news-item__title {
    width: 100%;
    margin: 0 0 20px;
    line-height: 24px;
    white-space: pre-line;
  }

  .news-item__title br {
    display: block;
  }

  .news-item__text {
    -webkit-line-clamp: 5;
    font-size: 13px;
    line-height: 25px;
  }

  .news-block__title {
    font-size: 17px;
    line-height: 24px;
  }

  .news-block__container {
    margin: 30px 0 0 0;
  }

  .feedback-form {
    padding: 14px 13px 14px 18px;
  }

  .feedback-form__title {
    display: none;
  }

  .feedback-form__fieldset {
    width: 100%;
  }

  .feedback-form .filters-container {
    width: 100%;
    margin: 0;
  }

  .feedback-form .filters-container .custom-select__text {
    font-size: 13px;
    line-height: 16px;
  }

  .feedback-form .filters-container .custom-select__list {
    left: -28px;
    top: 27px;
    width: calc(100vw - 50px);
    border-radius: 0 0 20px 20px;
  }

  .feedback-form .filters-container .custom-select__item {
    padding: 7px 27px 7px;
    font-size: 12px;
    line-height: 21px;
  }

  .feedback-form .filters-container .custom-select__button::before {
    right: 0;
    top: 10px;
  }

  .feedback-block {
    margin: 0 0 70px 0;
  }

  .feedback-block__wrapper {
    margin: 70px 0 0 0;
  }

  .feedback-block__inner {
    margin: 35px 0 0 0;
  }

  .feedback-block__item {
    padding: 36px 28px 29px;
  }

  .feedback-block--feedpage .filters-container .custom-select__item {
    margin-bottom: 2px;
    padding: 6px 9px;
  }

  .feedback-block--feedpage .filters-container .custom-select__item:last-child {
    margin-bottom: 0;
  }

  .feedback-block--feedpage .filters-container .custom-select__list {
    left: 0;
    width: 100%;
    top: calc(100% + 95px);
    padding: 7px 19px 29px;
    border-radius: 20px;
  }

  .feedback-block--feedpage .filters-container .custom-select__list-upper {
    left: 0;
    width: 100%;
    top: calc(100% - 13px);
    padding: 33px 19px 22px;
    border-radius: 0;
  }

  .modal-feedback {
    padding: 60px 23px 50px;
  }

  .modal-feedback__title {
    width: 270px;
    margin: 0 0 55px 0;
    font-size: 20px;
    line-height: 28px;
  }

  .modal-feedback textarea {
    min-height: 115px;
  }

  .modal-success svg {
    width: 81px;
    height: 81px;
  }

  .modal-success__title {
    width: 86%;
    margin: 56px 0 0 0;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
  }

  .modal-success__text {
    margin: 10px 0 0 0;
    width: 80%;
    font-size: 13px;
    line-height: 25px;
  }

  .modal-success .button--red {
    margin: 65px 0 0 0;
    padding: 19px 20px 20px;
    font-size: 13px;
    line-height: 16px;
  }

  .card {
    -ms-grid-rows: auto 18px auto 18px auto;
    -ms-grid-columns: 100%;
    grid-template: "a" "b" "c" /100%;
    row-gap: 18px;
  }

  .card__name {
    line-height: 24px;
  }

  .card__course p {
    margin: 10px 0 0 0;
    font-size: 13px;
    line-height: 25px;
  }

  .card__text p {
    font-size: 13px;
    line-height: 25px;
  }

  .card__wrapper {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .card__date {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }

  .card__screen {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }

  .card__screen {
    margin: 22px 0;
  }

  .card__screen img {
    width: 132px;
    height: 272px;
  }

  .pagination {
    padding: 23px 28px;
  }

  .pagination__text,
  .pagination__next {
    font-size: 13px;
    line-height: 19px;
  }

  .pagination__text {
    margin: 0 26px 0 0;
  }

  .pagination__text {
    margin: 0 26px 0 0;
  }

  .pagination__next {
    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;
    padding: 5px;
  }

  .pagination__next span {
    display: none;
  }

  .pagination__next svg {
    display: block;
  }

  .pagination__next:hover svg,
  .pagination__next:focus svg {
    color: #f9d83e;
    outline: none;
  }

  .pagination__item {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
  }

  .pagination .is-active {
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
  }

  .pagination-new {
    margin-bottom: 64px;
    padding: 25px 23px;
  }

  .pagination-new .pagination__list {
    margin-top: 0;
    gap: 2px;
    grid-template-columns: auto;
    /* -ms-grid-columns: (minmax(11px, 26px))[5];
    grid-template-columns: repeat(5, minmax(11px, 26px)); */
  }

  .pagination-new .pagination__item a {
    width: 26px;
    height: 26px;
  }

  .pagination-new .pagination__item {
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
  }

  .pagination-new .pagination__btn {
    width: 26px;
    height: 26px;
  }

  .pagination__btn svg {
    width: 26px;
    height: 26px;
  }

  /* .pagination-new .pagination__item:nth-child(4),
  .pagination-new .pagination__item:nth-child(10),
  .pagination-new .pagination__item:nth-child(11) {
    display: none;
  } */

  .pagination--videos {
    margin-bottom: 70px;
  }

  .pagination__buttons-wrapper {
    margin-top: 3px;
  }

  .pagination-new--sm {
    margin-bottom: 0;
  }

  .template-block {
    padding: 45px 0 50px;
    margin: 0 0 60px;
    border-radius: 0;
  }

  .form-block {
    padding: 0 25px 0;
  }

  .form-block__wrapper:last-of-type {
    margin-bottom: 25px;
  }

  .form-block__wrapper--additional {
    margin: 0 0 40px;
  }

  .teachers-intro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .teachers-intro__wrapper {
    width: 100%;
  }

  .teachers-intro__title {
    width: 92%;
    margin: 0;
    font-size: 28px;
  }

  .teachers-intro__text {
    margin: 30px 0 0 0;
  }

  .teachers-intro__text p {
    font-size: 13px;
    line-height: 25px;
  }

  .teachers-intro__note {
    margin: 25px 0 0 0;
  }

  .teachers-intro__note p {
    font-size: 12px;
    line-height: 21px;
  }

  .teachers-intro__picture {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 92.92%;
    margin: 85px 0 0 13px;
  }

  .teachers-intro__img {
    position: static;
    width: 302px;
    height: 302px;
  }

  .teachers-intro__img img {
    width: 302px;
    height: 302px;
  }

  .teachers-intro__tip {
    max-height: 62px;
    font-size: 13px;
    line-height: 19px;
  }

  .teachers-intro__tip--red {
    width: 238px;
  }

  .teachers-intro__tip--blue {
    bottom: 44px;
    right: 0px;
    width: 264px;
  }

  .card-photo__wrapper {
    min-height: 207px;
    padding: 96px 27px 27px;
  }

  .card-photo__name {
    font-size: 17px;
    line-height: 24px;
  }

  .card-photo__job {
    width: 83%;
    font-size: 13px;
    line-height: 25px;
  }

  .card-photo__img {
    left: 28px;
    width: 95px;
    height: 95px;
  }

  .list-large {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 25px;
    padding: 45px 25px 50px;
  }

  .list-small__title {
    font-size: 17px;
    line-height: 24px;
  }

  .list-small__item {
    font-size: 13px;
    line-height: 22px;
  }

  .list-ordered__title {
    margin: 0 0 13px;
    font-size: 17px;
    line-height: 24px;
    font-size: 17px;
  }

  .list-ordered__item {
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 22px;
    white-space: pre-line;
  }

  .list-ordered__item span {
    font-size: 13px;
    line-height: 22px;
  }

  .our-teachers {
    padding: 0 0 70px;
  }

  .our-teachers .pagination {
    width: 86.67%;
    margin: 17px auto 0;
    padding: 23px 23px 23px 28px;
  }

  .our-teachers .list-large {
    top: -13px;
    border-radius: 0;
  }
/*
  .our-teachers .list-large__card:nth-child(n + 10) {
    display: none;
  }
*/
  .our-teachers .container {
    padding: 0;
  }

  .modal-teacher {
    padding: 117px 3px 38px;
  }

  .modal-teacher .list-small {
    margin: 45px 0 0 0;
  }

  .modal-teacher .list-small__list {
    margin: 31px 0 0 0;
  }

  .modal-teacher .list-small__list:nth-child(n) li {
    padding-left: 19px;
  }

  .modal-teacher .list-small__item:nth-child(n)::before {
    width: 6px;
    height: 6px;
  }

  .modal-teacher__name {
    font-size: 20px;
    line-height: 28px;
  }

  .modal-teacher__job-info {
    margin: 29px 0 0 0;
    font-size: 13px;
    line-height: 25px;
  }

  .modal-teacher__img {
    top: -40px;
    left: 23px;
    width: 131px;
    height: 131px;
  }

  .video-news,
  .cascade .video {
    height: 192px;
    min-height: 192px;
  }

  .news-item-large {
    padding: 5px 0 60px;
  }

  .news-item-large__time {
    line-height: 21px;
    padding: 9px 27px 9px;
  }

  .news-item-large__title {
    width: 88%;
    font-size: 21px;
    line-height: 30px;
  }

  .news-item-large__title br {
    display: none;
  }

  .news-item-large__index {
    height: 18px;
    width: 23px;
    margin: 0 0 0 -2px;
  }

  .news-item-large__wrapper {
    margin: 68px -25px 0;
    padding: 45px 25px 50px;
    border-radius: 0;
  }

  .news-item-large__subtitle {
    font-size: 17px;
    line-height: 24px;
  }

  .news-item-large__subtitle--top {
    margin: 0 0 30px 0;
  }

  .news-item-large__lead,
  .news-item-large__mission,
  .news-item-large__text {
    font-size: 13px;
    line-height: 25px;
  }

  .news-item-large .list-small {
    margin: 70px 0 70px 0;
  }

  .news-item-large .list-small__list {
    margin: 30px 0 0 0;
    font-size: 13px;
    line-height: 22px;
  }

  .news-item-large .list-small__item {
    padding: 0 0 0 18px;
  }

  .news-item-large__subtitle--bottom {
    margin: 70px 0 0 0;
  }

  .news-item-large .video-news {
    margin: 30px 0 0 0;
  }

  .news-item-large .button--red {
    font-size: 13px;
    line-height: 16px;
  }

  .news-item-large__tick {
    width: 13px;
    height: 13px;
  }

  .news-item-large__grin {
    width: 12px;
    height: 12px;
  }

  .modal-template {
    padding: 50px 0 30px 25px;
  }

  .cascade p,
  .cascade div {
    font-size: 13px;
    line-height: 25px;
    margin: 0 0 25px;
    padding: 0 25px 0;
  }

  .cascade h2 {
    font-size: 21px;
    line-height: 30px;
    margin: 70px 0 50px;
    padding: 0 25px 0;
  }

  .cascade h3 {
    font-size: 17px;
    line-height: 24px;
    margin: 70px 25px 33px;
  }

  .cascade h4 {
    margin: 0 0 20px 0;
    line-height: 24px;
    padding: 0 25px;
  }

  .cascade ul {
    margin: 30px 25px 40px;
  }

  .cascade ul li {
    font-size: 13px;
    line-height: 22px;
    margin: 0 0 10px;
    white-space: pre-line;
  }

  .cascade ol {
    margin: 0 25px 48px;
  }

  .cascade ol li {
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 22px;
    white-space: pre-line;
  }

  .cascade ol li span {
    font-size: 13px;
    line-height: 22px;
  }

  .cascade .table,
  .modal--info .table {
    margin: 0;
    border-radius: 20px;
    padding: 0 25px;
  }

  .cascade .table-wrapper,
  .modal--info .table-wrapper {
    overflow-y: auto;
    padding: 0;
  }

  .cascade .table-wrapper tr td:first-child,
  .modal--info .table-wrapper tr td:first-child {
    /* position: absolute; */
    z-index: 1;
    /* left: 0; */
    /* max-width: 200px; */
    max-height: none;
    padding: 21px 24px;
    border-radius: 0;
  }

  .cascade .table-wrapper tr td:nth-child(2),
  .modal--info .table-wrapper tr td:nth-child(2) {
    /* padding-left: 200px !important; */
  }

  .cascade .table table,
  .modal--info .table table {
    /* min-width: 665px; */
    border-collapse: collapse;
  }

  .cascade .table tr:first-child td,
  .modal--info .table tr:first-child td {
    padding: 13px 15px 14px;
    font-size: 13px;
    line-height: 21px;
  }

  .cascade .table tr:first-child td:first-child,
  .modal--info .table tr:first-child td:first-child {
    min-width: 200px;
    min-height: 90px;
    padding: 35px 24px 24px;
    line-height: 23px;
    border-radius: 20px 0 0 0;
  }

  .cascade .table tr:first-child td:nth-child(2),
  .casmodal--infocade .table tr:first-child td:nth-child(2) {
    /* border-radius: 20px 0 0 0; */
  }

  .cascade .table tr:first-child td:last-child,
  .modal--info .table tr:first-child td:last-child {
    border-radius: 0 20px 0 0;
  }

  .cascade .table tr:nth-child(3n),
  .cascade .table tr:nth-child(2n+3),
  .modal--info .table tr:nth-child(3n),
  .modal--info .table tr:nth-child(2n+3) {
    border-radius: 0;
  }

  .cascade .table tr:nth-child(3n) td:first-child,
  .cascade .table tr:nth-child(2n+3) td:first-child,
  .modal--info .table tr:nth-child(3n) td:first-child,
  .modal--info .table tr:nth-child(2n+3) td:first-child {
    border-radius: 0;
  }

  .cascade .table tr:nth-child(3n) td:last-child,
  .cascade .table tr:nth-child(2n+3) td:last-child,
  .modal--info .table tr:nth-child(3n) td:last-child,
  .modal--info .table tr:nth-child(2n+3) td:last-child {
    border-radius: 0;
  }

  .cascade .table tr:last-child,
  .modal--info .table tr:last-child {
    min-height: 105px;
    border-radius: 0;
  }

  .cascade .table tr:last-child td:first-child,
  .modal--info .table tr:last-child td:first-child {
    border-radius: 0 0 0 20px;
  }

  .cascade .table tr:last-child td:nth-child(2),
  .modal--info .table tr:last-child td:nth-child(2) {
    border-radius: 0 0 0 20px;
  }

  .cascade .table tr:last-child td:last-child,
  .modal--info .table tr:last-child td:last-child {
    border-radius: 0 0 20px 0;
  }

  .cascade .table tr td,
  .modal--info .table tr td {
    padding: 13px 15px;
    font-size: 13px;
  }

  .cascade .table tr td span,
  .modal--info .table tr td span {
    font-size: 13px;
    padding: 0;
  }

  .accordion__element.is-active {
    margin-bottom: 59px;
  }

  .accordion__button {
    padding: 19px 93px 18px 23px;
  }

  .accordion__element-title {
    font-size: 16px;
    line-height: 24px;
  }

  .accordion__price-wrapper {
    margin-top: 38px;
  }

  .accordion__button-text {
    max-width: 100%;
  }

  .accordion__price-title {
    font-size: 11px;
    line-height: 13.2px;
  }

  .accordion__old-price {
    margin-top: 2px;
    margin-right: 11px;
    font-size: 14px;
    line-height: 22px;
  }

  .accordion__new-price {
    font-size: 16px;
    line-height: 25px;
  }

  .accordion__element-text-main {
    padding-right: 52px;
    padding-left: 20px;
    margin-top: 45px;
  }

  .accordion__element-text-main p,
  .accordion__element-text-main span {
    font-size: 13px;
    line-height: 25.35px;
  }

  .accordion__element-link-wrapper {
    margin-bottom: 45px;
  }

  .accordion__element-link,
  .accordion__element-btn {
    font-size: 13px;
    line-height: 16px;
  }

  .accordion-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: 25px 24px 22px;
  }

  .accordion-card:not(:last-child) {
    margin-bottom: 11px;
  }

  .accordion-card__link-wrapper {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.05);
  }

  .accordion-card__link {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
    line-height: 175%;
  }

  .accordion-card__header-wrapper {
    max-width: 100%;
    margin-bottom: 33px;
  }

  .accordion-card:first-child .accordion-card__header-wrapper {
    max-width: 100%;
  }

  .accordion-card__header-wrapper {
    margin-bottom: 34px;
  }

  .accordion-card__header-wrapper p {
    line-height: 22.5px;
  }

  .accordion-card:first-child .accordion-card__header-wrapper p {
    padding-right: 24px;
  }

  .accordion-content__text-main {
    padding-right: 23px;
    padding-left: 23px;
    margin-top: 45px;
    margin-bottom: 39px;
  }

  .accordion-content__text-main p,
  .accordion-content__text-main span {
    font-size: 13px;
    line-height: 25px;
  }

  .accordion-content__link-wrapper {
    margin-bottom: 45px;
  }

  .accordion-content__link,
  .accordion-content__btn {
    font-size: 13px;
    line-height: 16px;
  }

  .accordion-content__card-list {
    margin-bottom: 40px;
  }

  .courses-video {
    margin-top: 58px;
    margin-bottom: 80px;
  }

  .courses-video .video-news {
    height: 156.62px;
  }

  .courses-video__text {
    padding-right: 20px;
  }

  .courses-video__text p {
    font-size: 13px;
    line-height: 25.35px;
  }

  .tags-list {
    width: calc(100% + 9px);
    margin-top: -9px;
    margin-left: -9px;
    margin-bottom: 61px;
  }

  .tags-list:first-child {
    margin-top: 33px;
  }

  .tags-list__item {
    margin-top: 9px;
    margin-left: 9px;
  }

  .courses-card__tags {
    margin-bottom: 8px;
  }

  .courses-card__type {
    padding: 9px 18px;
    font-size: 13px;
    line-height: 150%;
  }

  .courses-card__tooltip {
    font-size: 13px;
    line-height: 150%;
  }

  .courses-card__column:nth-child(2n - 1) {
    width: 58%;
  }

  .courses-card__column:nth-child(2n) {
    width: 42%;
  }

  .courses-card__subtitle {
    font-size: 13px;
  }

  .courses-card__info {
    line-height: 24px;
  }

  .courses-schedule__big-card:not(:last-child) {
    margin-bottom: 28px;
  }

  .schedule-card {
    padding: 28px 32px;
    padding-top: 31px;
    padding-bottom: 25px;
  }

  .schedule-card__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 205px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 32px;
    width: 100%;
  }

  .schedule-card__title {
    margin-bottom: 4px;
  }

  .schedule-card__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .schedule-card__info:not(:last-child) {
    margin-bottom: 19px;
  }

  .schedule-card__title {
    font-size: 12px;
    line-height: 20.4px;
  }

  .schedule-card__text {
    font-size: 15px;
    line-height: 22px;
  }

  .schedule-card__price {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .courses-schedule__big-card:nth-child(5) .schedule-card__dates,
  .courses-schedule__big-card:nth-child(6) .schedule-card__dates {
    max-width: 100%;
  }

  .schedule-card__link-wrapper {
    background-color: rgba(0, 0, 0, 0.05);
  }

  .schedule-card__link {
    font-size: 12px;
    line-height: 21px;
    padding: 10px 34px;
  }

  .courses-schedule__card-wrapper:not(:last-child) {
    margin-bottom: 25px;
  }

  .courses-schedule__list-header-wrapper {
    padding-top: 34.5px;
    padding-right: 28px;
    padding-bottom: 40px;
    padding-left: 28px;
  }

  .courses-schedule__big-card:nth-child(2) .courses-schedule__list-header-wrapper,
  .courses-schedule__big-card:nth-child(3) .courses-schedule__list-header-wrapper,
  .courses-schedule__big-card:nth-child(5) .courses-schedule__list-header-wrapper,
  .courses-schedule__list--next .courses-schedule__list-header-wrapper {
    padding: 60px 28px;
  }

  .courses-schedule__big-card:nth-child(4) .courses-schedule__list-header-wrapper {
    padding: 43.5px 28px 55px;
  }

  .courses-schedule__list-header {
    line-height: 24px;
  }

  .schedule-card__learning-types {
    padding-left: 0;
  }

  .schedule-card__question {
    left: unset;
    right: -35px;
  }

  .schedule-card__price .schedule-card__question {
    right: -35px;
  }

  .course-schedule__price .schedule-card__question {
    right: 35px;
  }

  .courses-schedule__title:after {
    top: 44px;
  }

  .courses-schedule__title {
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 57px;
  }

  .custom-calendar::before {
    right: 0;
    top: 10px;
  }

  .courses-schedule__big-card:not(:last-child) {
    margin-bottom: 28px;
  }

  .schedule-card {
    padding: 28px 32px;
    padding-top: 31px;
    padding-bottom: 25px;
  }

  .schedule-card__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 205px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 32px;
    width: 100%;
  }

  .schedule-card__title {
    margin-bottom: 4px;
  }

  .schedule-card__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .schedule-card__info:not(:last-child) {
    margin-bottom: 19px;
  }

  .schedule-card__title {
    font-size: 12px;
    line-height: 20.4px;
  }

  .schedule-card__text {
    font-size: 15px;
    line-height: 22px;
  }

  .course-schedule__price.partner .schedule-card__text {
    width: 50%;
    margin: 5px auto;
    padding: 5px;
  }

  .schedule-card__price {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .courses-schedule__big-card:nth-child(5) .schedule-card__dates,
  .courses-schedule__big-card:nth-child(6) .schedule-card__dates {
    max-width: 100%;
  }

  .schedule-card__link-wrapper {
    background-color: rgba(0, 0, 0, 0.05);
  }

  .schedule-card__link {
    font-size: 12px;
    line-height: 21px;
    padding: 10px 34px;
  }

  .courses-schedule__card-wrapper:not(:last-child) {
    margin-bottom: 25px;
  }

  .courses-schedule__list-header-wrapper {
    padding-top: 34.5px;
    padding-right: 28px;
    padding-bottom: 40px;
    padding-left: 28px;
  }

  .courses-schedule__big-card:nth-child(2) .courses-schedule__list-header-wrapper,
  .courses-schedule__big-card:nth-child(3) .courses-schedule__list-header-wrapper,
  .courses-schedule__big-card:nth-child(5) .courses-schedule__list-header-wrapper,
  .courses-schedule__list--next .courses-schedule__list-header-wrapper {
    padding: 60px 28px;
  }

  .courses-schedule__big-card:nth-child(4) .courses-schedule__list-header-wrapper {
    padding: 43.5px 28px 55px;
  }

  .courses-schedule__list-header {
    line-height: 24px;
  }

  .schedule-card__learning-types {
    padding-left: 0;
  }

  .video-materials {
    margin-bottom: 25px;
  }

  .video-materials__list {
    grid-row-gap: 28px;
  }

  .video-materials .container {
    padding: 0 25px;
  }

  .video-card__news {
    max-height: 152px;
  }

  .video-card__news iframe {
    max-height: 152px;
  }

  .video-card__img {
    max-height: 152px;
  }

  .video-card__icon {
    top: calc(50% - 26.5px);
    left: calc(50% - 26.5px);
    width: 53px;
    height: 53px;
  }

  .video-card__icon svg {
    width: 18px;
    height: 18px;
  }

  .video-card__info-wrapper {
    padding: 30px 28px;
    min-height: 279px;
  }

  .video-card__btn {
    min-width: 213px;
    max-width: 213px;
    padding: 9px 15px;
    font-size: 11px;
    line-height: 16px;
  }

  .video-card__title {
    padding-right: 0;
    line-height: 24px;
    margin-bottom: 20px;
    margin-top: 21px;
  }

  .video-card__text p {
    font-size: 13px;
    line-height: 25.35px;
  }

  .video-card:nth-child(1) .video-card__text p,
  .video-card:nth-child(7) .video-card__text p {
    padding-right: 10px;
  }

  .video-card:nth-child(2) .video-card__text p {
    letter-spacing: -0.1px;
  }

  .blog-list {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    width: 100%;
    margin-bottom: -30px;
    padding-bottom: 30px;
  }

  .blog-list__item {
    margin-bottom: 30px;
  }

  .blog-card__img {
    height: 228px;
  }

  .blog-card__body {
    padding: 32px 28px 30px;
  }

  .blog-card__tag {
    margin-bottom: 26px;
    padding: 7px 26px;
    line-height: 144.9%;
  }

  .blog-card__title {
    margin-bottom: 21px;
    font-size: 16px;
    line-height: 24px;
  }

  .blog-card__text {
    font-size: 13px;
    line-height: 25px;
  }

  .blog-article {
    margin-bottom: 70px;
    padding: 0;
  }

  .blog-article__wrapper {
    padding: 45px 25px 51px;
    font-size: 13px;
    line-height: 195%;
    border-radius: 0;
  }

  .blog-article__block {
    margin: 70px 0;
  }

  .blog-article__block:first-child {
    margin-top: 0;
  }

  .blog-article__block:last-child {
    margin-bottom: 0;
  }

  .blog-article__block h2,
  .blog-article__block h3 {
    margin-bottom: 30px;
    font-size: 17px;
    line-height: 141%;
  }

  .blog-article__block p + h2,
  .blog-article__block p + h3 {
    margin-top: 68px;
  }

  .blog-article__block p {
    margin-bottom: 21px;
  }

  .blog-article__img img {
    max-height: 300px;
  }

  .blog-article__img + .blog-article__img {
    margin-top: 70px;
  }

  .modal-callback {
    padding: 60px 23px 50px;
  }

  .modal-callback__title {
    margin: 0 0 30px 0;
    font-size: 20px;
  }

  .callback-form__block {
    margin-bottom: 31px;
  }

  .callback-form__subtitle {
    margin: 0 0 45px 0;
    padding-right: 0;
    font-size: 13px;
    line-height: 22px;
  }

  .callback-form__item {
    width: 100%;
    margin-bottom: 14px;
  }

  .callback-form__item--checkbox {
    margin-bottom: 14px;
    margin-top: 0;
    width: 100%;
    min-width: 100%;
  }

  .callback-form__item--checkbox:last-child {
    margin-bottom: 14px;
  }

  .callback-form__submit-btn {
    font-size: 13px;
    line-height: 16px;
  }

  .callback-form__checkbox-text {
    padding: 0;
    padding-left: 42px;
    font-size: 13px;
    line-height: 22px;
  }

  .callback-form__checkbox-text::before {
    width: 20px;
    height: 20px;
  }

  .feedback-block--search .feedback-form {
    padding: 24px 28px;
  }

  .feedback-block--search .feedback-block__title {
    line-height: 36px;
  }

  .feedback-block--search .feedback-block__text {
    font-size: 12px;
    line-height: 21px;
    margin-top: 23px;
    margin-right: 144px;
  }

  .search-card {
    padding-top: 39px;
    padding-left: 28px;
    padding-right: 29px;
    padding-bottom: 18px;
  }

  .search-card__info-wrapper {
    margin-top: 40px;
  }

  .search-card__link {
    margin-bottom: 40px;
  }

  .feedback-block--search .button--tab {
    font-size: 11px;
    line-height: 16px;
    padding: 10px 27px;
  }

  .search-card__title-wrapper {
    margin-bottom: 29px;
  }

  .search-card__title {
    line-height: 24px;
  }

  .search-card__text-wrapper p {
    font-size: 13px;
    line-height: 25.35px;
  }

  .search-card:nth-child(2) .search-card__text-wrapper {
    letter-spacing: -0.1px;
  }

  .modal-slider__slider-pagination.swiper-pagination-bullets {
    bottom: 29px;
  }

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

  .contacts__print {
    position: relative;
    top: unset;
    right: unset;
    margin-bottom: 51px;
  }

  .contacts__info {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -20px;
  }

  .contacts__info-block {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: 20px;
  }

  .contacts__info-title {
    margin-bottom: 8px;
    font-size: 11px;
    line-height: 175%;
  }

  .contacts__info-text {
    font-size: 16px;
    line-height: 24px;
    white-space: unset;
  }

  .contacts__map {
    padding: 0;
  }

  .contacts__map img {
    -o-object-position: 53.1%;
    object-position: 53.1%;
  }

  .contacts__map + .contacts__container {
    margin-top: -60px;
  }

  .contacts__container {
    padding: 0;
  }

  .contacts__body {
    margin-bottom: 79px;
    border-radius: 0;
  }

  .contacts__wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 56px 25px 60px;
  }

  .contacts__wrapper:last-child {
    padding: 65px 25px 60px;
  }

  .contacts__wrapper .form-block {
    padding: 0;
  }

  .contacts__wrapper .form-block .contacts__title {
    margin-bottom: 17px;
  }

  .contacts__wrapper input,
  .contacts__wrapper textarea,
  .contacts__wrapper input::-webkit-input-placeholder,
  .contacts__wrapper textarea::-webkit-input-placeholder {
    font-size: 13px;
    line-height: 16px;
  }

  .contacts__wrapper input,
  .contacts__wrapper textarea,
  .contacts__wrapper input::-moz-placeholder,
  .contacts__wrapper textarea::-moz-placeholder {
    font-size: 13px;
    line-height: 16px;
  }

  .contacts__wrapper input,
  .contacts__wrapper textarea,
  .contacts__wrapper input:-ms-input-placeholder,
  .contacts__wrapper textarea:-ms-input-placeholder {
    font-size: 13px;
    line-height: 16px;
  }

  .contacts__wrapper input,
  .contacts__wrapper textarea,
  .contacts__wrapper input::-ms-input-placeholder,
  .contacts__wrapper textarea::-ms-input-placeholder {
    font-size: 13px;
    line-height: 16px;
  }

  .contacts__wrapper input,
  .contacts__wrapper textarea,
  .contacts__wrapper input::placeholder,
  .contacts__wrapper textarea::placeholder {
    font-size: 13px;
    line-height: 16px;
  }

  .contacts__wrapper input,
  .contacts__wrapper textarea {
    padding: 29px 21px 14px 16px;
  }

  .contacts__wrapper textarea {
    min-height: 118px;
  }

  .contacts__wrapper--blue {
    border-radius: 0;
  }

  .contacts .custom-select {
    margin-bottom: 28px;
  }

  .contacts .custom-select__label-placeholder {
    top: 14px;
    left: 17px;
  }

  .contacts__column {
    width: 100%;
    margin-bottom: 38px;
  }

  .contacts__column:last-child {
    width: 100%;
    margin-bottom: 0;
  }

  .contacts__item {
    font-size: 13px;
    line-height: 25px;
  }

  .contacts__btn {
    margin-top: 31px;
    padding: 22px 20px 19px;
  }

  .list-group .list-small__list:nth-child(n) p {
    padding-right: 0;
  }

  .input-field__label {
    left: 17px;
    font-size: 11px;
    line-height: 13px;
  }

  .input-field input {
    padding: 31px 21px 12px 14px;
    font-size: 13px;
    line-height: 16px;
  }

  .input-field input::-webkit-input-placeholder {
    font-size: 13px;
    line-height: 16px;
  }

  .input-field input::-moz-placeholder {
    font-size: 13px;
    line-height: 16px;
  }

  .input-field input:-ms-input-placeholder {
    font-size: 13px;
    line-height: 16px;
  }

  .input-field input::-ms-input-placeholder {
    font-size: 13px;
    line-height: 16px;
  }

  .input-field input::placeholder {
    font-size: 13px;
    line-height: 16px;
  }

  .our-prices .pagination-new {
    margin-top: 46px;
    margin-bottom: 73px;
  }

  .price {
    margin-top: 61px;
  }

  .price__title-wrapper {
    margin-bottom: 57px;
  }

  .price__title {
    font-size: 17px;
    line-height: 24px;
  }

  .price__wrapper {
    padding-bottom: 23px;
  }

  .price__big-card:not(:last-child) {
    margin-bottom: 26px;
  }

  .price-card {
    padding: 28px 32px;
  }

  .price-card:not(:last-child) {
    margin-bottom: 16px;
  }

  .price-card__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 205px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 34px;
    width: 100%;
  }

  .price-card__title {
    margin-bottom: 4px;
  }

  .price-card__info:not(:last-child) {
    margin-bottom: 28px;
  }

  .price-card__title {
    font-size: 12px;
    line-height: 20.4px;
  }

  .price-card__text {
    font-size: 15px;
    line-height: 22px;
  }

  .price-card__link-wrapper {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .price-card__link-wrapper::after {
    background-image: url("/local/templates/uc3/css/../img/sprite/icon-pink-circle-mobile.svg");
    width: 25px;
    height: 25px;
    right: 8px;
    top: 10px;
  }

  .price-card .arrow-link {
    padding: 7px 34px;
    font-size: 12px;
    line-height: 21px;
  }

  .price__wrapper:not(:last-child) {
    margin-bottom: 25px;
  }

  .price__list-header-wrapper {
    padding-top: 34.5px;
    padding-right: 28px;
    padding-bottom: 40px;
    padding-left: 28px;
  }

  .price__list-header {
    line-height: 24px;
  }

  .price-card__link-wrapper {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.05);
  }

  .price-card__link {
    font-size: 12px;
    line-height: 21px;
    padding: 10px 34px;
  }

  .price__learning-types {
    padding-left: 0;
  }

  .price-card__question {
    left: unset;
    right: -34px;
    top: 13px;
  }

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

  .price__big-card:nth-child(2) .price__list-header-wrapper {
    padding-top: 29.5px;
  }

  .price__big-card:nth-child(3) .price__list-header-wrapper {
    padding-bottom: 59.5px;
  }

  .price__big-card:nth-child(3) .price__list-header {
    margin-top: 10px;
  }

  .price__big-card:nth-child(4) .price__list-header-wrapper {
    padding-bottom: 66px;
  }

  .price__big-card:nth-child(4) .price__list-header {
    margin-top: -2px;
  }

  .custom-list__btn {
    font-size: 13px;
    line-height: 150%;
  }

  .custom-list__btn::before {
    right: 0;
    top: 10px;
  }

  .custom-list__wrapper-inner {
    left: -25px;
    right: -34px;
    padding: 21px 25px;
  }

  .custom-list__input input {
    height: 61px;
  }

  .custom-list__list {
    margin-top: 29px;
  }

  .custom-list__item {
    font-size: 12px;
    line-height: 19px;
  }

  .custom-list__item--header {
    font-size: 13px;
    line-height: 20px;
  }

  .message {
    min-height: 670px;
  }

  .message__header-title {
    line-height: 36px;
  }

  .message-body {
    padding: 20px 5px;
    top: -63%;
    -webkit-transform: translateY(63%);
    transform: translateY(63%);
  }

  .message-body__text {
    font-size: 15px;
    line-height: 24px;
    margin-top: -6px;
  }
}

@media (max-width: 767px) and (hover: hover) and (pointer: fine) {
  .filters-container__text-name:focus {
    color: #f9d83e;
  }

  .filters-container__text-name:focus svg {
    color: #f9d83e;
  }

  .pagination__next:hover:hover,
  .pagination__next:focus:hover {
    color: #f9d83e;
  }
}

@media (max-width: 767px) {
  .cascade .table-wrapper tr td:first-child,
  .modal--info .table-wrapper tr td:first-child {
    min-height: 105px;
    background-color: #ffffff;
  }
}

@media (max-width: 374px) {
  .tooltip-block {
    max-width: 260px;
  }

  .burger {
    padding: 10px;
  }

  .header__top {
    padding: 10px 0;
  }

  .header__search {
    display: none;
  }

  .main-nav__menu {
    top: 60px;
    min-height: calc(100vh - 60px);
    /* stylelint-disable-next-line */
    min-height: calc(100 * var(--vh, 1vh) - 60px);
  }

  .search-form__field {
    min-height: 60px;
    padding: 8px 25px 10px;
  }

  .filters-container form.is-open .filters-container__submit {
    max-width: 275px;
  }
}

@media (min-width: 320px) and (max-width: 374px) {
  .selection-block--videos .button--tab {
    font-size: 9px;
  }

  .pagination-new {
    padding: 15px 10px 8px;
  }

  .pagination-new .pagination__list {
    /* gap: 10px; */
  /*  -ms-grid-columns: 14px 14px 14px 14px;
    grid-template-columns: 14px 14px 14px 14px; */
  }

  .schedule-card {
    padding: 10px;
  }

  .schedule-card__inner {
    min-width: 140px;
  }

  .schedule-card {
    padding: 10px;
  }

  .schedule-card__inner {
    min-width: 140px;
  }

  .video-card__info-wrapper {
    padding: 30px 20px;
  }

  .price-card {
    padding: 10px;
  }

  .price-card__inner {
    min-width: 140px;
  }
}

@media (min-width: 320px) and (max-width: 324px) {
  .arrow-btn--transparent {
    padding: 10px 15px;
  }
}

@media (max-width: 1023px) and (min-width: 320px) and (max-width: 374px) {
  .filters-container--price form.is-open,
  .filters-container--schedule form.is-open {
    padding-left: 10px;
    padding-right: 10px;
  }

  .filters-container--price form.is-open .custom-list input,
  .filters-container--schedule form.is-open .custom-list input {
    width: 91%;
  }
}

@media (min-width: 320px) and (max-width: 375px) {
  .accordion__price-block {
    margin-right: 0;
  }
}

@media (min-width: 320px) and (max-width: 425px) {
  .schedule-card__learning-types {
    width: 160px;
  }

  .price__learning-types {
    width: 160px;
  }
}

@media (min-width: 425px) and (max-width: 767px) {
  .schedule-card__question {
    right: -35px;
  }

  .price-card__question {
    right: -35px;
  }
}

@media (max-width: 576px) {
  .contacts__info {
    flex-direction: column;
  }
  .contacts__info .chat-bot svg {
    width: 20px;
  }
  .contacts__print {
    display: none;
  }
}

@media (min-width: 500px) and (max-width: 767px) {
  .video-card__news,
  .video-card__news iframe {
    max-height: 235px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .feedback-block--search .feedback-block__text {
    padding-right: 0;
    margin-right: 0;
  }
}

@media (hover: hover) and (pointer: fine) {
  .main-nav__subitem .main-nav__link:hover,
  .main-nav__subitem .main-nav__link:focus {
    background: #f2f2f2;
  }

  .filters-container__reset:hover,
  .filters-container__reset:focus {
    color: #f9d83e;
  }

  .filters-container__reset-second:hover,
  .filters-container__reset-second:focus {
    color: #f9d83e;
  }

  .filters-container .custom-select__item:hover {
    background: #f2f2f2;
  }

  .news-item:hover {
    -webkit-box-shadow: 4px 4px 4px 0 rgba(34, 60, 80, 0.2);
    box-shadow: 4px 4px 4px 0 rgba(34, 60, 80, 0.2);
  }

  .feedback-form label:hover::before {
    cursor: pointer;
    -webkit-box-shadow: inset 0 0 0 2px rgba(223, 44, 53, 0.4);
    box-shadow: inset 0 0 0 2px rgba(223, 44, 53, 0.4);
  }

  .pagination__next:hover span {
    color: #f9d83e;
  }

  .pagination__item a:hover {
    background-color: rgba(249, 216, 62, 0.3);
  }

  .list-large__link:hover .card-photo__wrapper {
    background-color: rgba(244, 248, 251, 0.5);
  }

  .courses-card:hover {
    -webkit-box-shadow: 4px 4px 4px 0 rgba(34, 60, 80, 0.2);
    box-shadow: 4px 4px 4px 0 rgba(34, 60, 80, 0.2);
  }

  .courses-card__link:hover,
  .courses-card__link:focus {
    opacity: 0.8;
    outline: none;
  }

  .blog-card:hover,
  .blog-card:focus {
    -webkit-box-shadow: 4px 4px 4px 0 rgba(34, 60, 80, 0.2);
    box-shadow: 4px 4px 4px 0 rgba(34, 60, 80, 0.2);
    outline: none;
  }

  .modal-slider__button:hover,
  .modal-slider__button:focus {
    background-color: #fffbfb;
    -webkit-box-shadow: 0 4px 18px rgba(73, 92, 136, 0.08);
    box-shadow: 0 4px 18px rgba(73, 92, 136, 0.08);
  }

  .modal-slider__button:hover svg,
  .modal-slider__button:focus svg {
    opacity: 0.65;
  }
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
  .intro {
    background-image: url("/local/templates/uc3/css/../img/content/intro-bg@2x.jpg");
  }

  .video__background {
    background-image: url("/local/templates/uc3/css/../img/content/video-bg@2x.jpg");
  }

  .news-item-large__index {
    background-image: url("/local/templates/uc3/css/../img/content/index@2x.png");
  }

  .news-item-large__tick {
    background-image: url("/local/templates/uc3/css/../img/content/tick@2x.png");
  }

  .news-item-large__grin {
    background-image: url("/local/templates/uc3/css/../img/content/smile@2x.png");
  }
}

@media (width: 375px) {
  .our-prices .tags-list {
    position: relative;
  }

  .our-prices .tags-list__item:nth-child(3) {
    /* position: absolute; */
    /* top: 0; */
    /* right: 54px; */
  }
}

@media (max-width: 767px) {
  .pagination-new .pagination__item {
    margin: 0 5px;
  }

  .pagination-new .pagination__item:nth-child(2):not(:last-child):not(:nth-last-child(-n+3)),
  .pagination-new .pagination__item:nth-child(3):not(:last-child):not(:nth-last-child(-n+2)),
  .pagination-new .pagination__item:nth-child(5):not(:last-child),
  .pagination-new .pagination__item:nth-child(7):not(:last-child),
  .pagination-new .pagination__item:nth-child(9):not(:last-child),
  .pagination-new .pagination__item:nth-child(10):not(:last-child) {
    /* display: none; */
  }
}

@media (min-width: 320px) and (max-width: 374px) {
  .pagination-new .pagination__item {
    margin: 0 2px;
  }
}

@media print {
  .header {
    display: none;
  }
  .intro-section {
    display: none;
  }
  .page__contacts-title{
    margin-bottom: 25px 0;
  }
  .contacts__print {
    display: none;
  }
  .contacts__header {
    margin-bottom: 25px;
  }
  .contacts__body {
    margin-bottom: 0;
  }
  .contacts__wrapper--blue {
    background: none;
    color: inherit;
    padding: 38px;
  }
  .contacts__wrapper .contacts__item {
    color: inherit;
  }
  .contacts__title {
    margin-bottom: 10px;
  }
  .contacts__wrapper:last-child {
    display: none;
  }
  .call-to-action {
    display: none;
  }
  .footer {
    display: none;
  }
}

@supports (-webkit-touch-callout: none) {
  /* CSS specific to iOS devices */
  .main-nav__wrapper {
    display: block;
  }
  .main-nav__wrapper .header__contacts {
    margin-left: 20%;
    margin-right: 20%;
  }
}

@media screen and (max-width: 1200px) {
  .hide991 {
    display: none;
  }
  .show991 {
    display: block;
  }
}

.hidden {
  display: none;
}

.subscribe {
  position: relative;
  margin-top: 70px;
  padding: 51px 20px 15px 75px;
  background: #ffffff;
  -webkit-box-shadow: 0 24px 94px rgba(0, 0, 0, 0.03);
  box-shadow: 0 24px 94px rgba(0, 0, 0, 0.03);
  border-radius: 20px;
  display: flex;
  flex-wrap: nowrap;
}
.intro + .about .subscribe {
  bottom: 78px;
}
.subscribe .subscribe_left {
  width: 712px;
}
.subscribe .subscribe_right {
  justify-content: center;
  max-width: 378px;
}
.subscribe .subscribe_header {
  display: flex;
}
.subscribe .subscribe_header div {
  justify-content: center;
  margin: auto 0;
}
.subscribe .registration-form__item--checkbox {
  min-width: 100%;
}
.subscribe .registration-form__checkbox-text {
  padding: 5px 0 5px 32px;
  font-size: 13px;
  line-height: 125%;
}
.subscribe .registration-form__checkbox-text::before {
  width: 24px;
  height: 24px;
}
.subscribe p {
  margin-top: 0;
  font-weight: 600;
  font-size: 16px;
}
.subscribe button {
  width: 284px;
}
.subscribe .subscribe_title {
  padding-left: 20px;
}
.subscribe h3 {
  font-weight: 700;
  font-size: 26px;
  margin: 20px 0;
  padding: 0;
}
.subscribe_right .subscribe_button {
  width: 100%;
  padding: 0 20px 0 50px;
  margin-bottom: 15px;
}
.subscribe_right button {
  width: 100%;
}
@media (max-width: 1023px) {
  .subscribe {
    flex-wrap: wrap;
  }
  .subscribe .subscribe_left, .subscribe .subscribe_right {
    min-width: 100%;
  }
  .subscribe {
    display: block;
    padding: 33px 55px;
  }
  .subscribe_right .subscribe_button {
    width: 100%;
    padding: 0;
    margin-bottom: 15px;
  }
  .subscribe p {
    font-size: 15px;
  }
  .registration-form__item--checkbox label {
    text-align: center;
    display: inline-block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .registration-form__checkbox-text {
    position: relative;
  }
}
@media (max-width: 767px) {
  .subscribe .mobile-nowrap {
    white-space: nowrap;
  }
  .subscribe {
    padding: 22px 24px 21px 25px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
  }
  .subscribe_header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .subscribe_info {
    width: 210px;
    margin: 0 auto;
  }
  .subscribe_left p {
    font-size: 15px;
    padding: 0;
    text-align: center;
  }
  .subscribe h3 {
    font-size: 21px;
  }
  .registration-form__item--checkbox {
    text-align: center;
  }
  .subscribe .registration-form__item--checkbox label {
    width: 350px;
    display: inline-flex;
  }
  .subscribe .registration-form__checkbox-text {
    position: relative;
  }
  .subscribe .registration-form__checkbox-text::before {
    position: absolute;
    vertical-align: middle;
    top: 50%;
  }
  .intro + .about .subscribe {
    margin: 0 auto;
    top: -20px;
    bottom: 0;
  }
  .about__header {
    padding-top: 28px;
  }
  .subscribe .subscribe_left, .subscribe .subscribe_right {
    width: 100%;
  }
}
#unisender-subscribe-form form div[role="textbox"] {
  margin-bottom: 20px;
}
#unisender-subscribe-form form button {
  font-weight: 700;
}
.modal--unisender .modal__content {
  padding: 0;
}
.registration-form__item--checkbox label, .custom-select__wrapper-item--checkbox label {
  position: relative;
}
/* Новые стили 15.10.2023 */

.modal--certificat .modal__wrapper {
  padding: 30px 15px !important;
}

.certificat {
  padding-top: 56px;
}

.certificat__title {
  color: #000000;
}

.certificat__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  gap: 60px 30px;
}

.certificat__item {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 !important;
  margin: 0 !important;
}

.certificat__item::before {
  content: none !important;
}

.certificat__item-link {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

.certificat__item-img {
  max-height: calc(100vh - 60px);
  object-fit: contain;
  box-shadow: 0px 3px 16px -4px rgba(0, 0, 0, 0.5);
  transition: .3s ease-out;
}

.certificat__item-img:hover {
  transform: scale(1.05);
}

.certificat__item-title {
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  margin: 0;
}

.modal--certificat .modal__content {
  width: fit-content !important;
  padding: 0;
}

.modal__certificat .certificat__item-title {
  display: none;
}
.modal__certificat .certificat__item-img {
  width: 100%;
  box-shadow: none;
}

.modal__certificat .certificat__item-img:hover {
  transform: none;
}

@media (max-width: 1023px) {
  .certificat__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
  }
}

@media (max-width: 767px) {

  .modal--certificat .modal__wrapper {
    padding: 15px !important;
  }

  .certificat__list {
    grid-template-columns: repeat(1, 1fr);
  }

  .certificat__item-img {
    max-height: calc(100vh - 30px);
  }
}

.price_item {
  margin: 5px 0 5px 0;
  font-size: 15px;
  color: #3a3b3d;
  display: -ms-grid;
  display: grid;
  -webkit-column-gap: 32px;
  -moz-column-gap: 32px;
  column-gap: 8px;
  align-items: center;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  row-gap: 23px;
}
.price_item .price_item_name, .price_item .price_item_price, .price_item .price_item_radio {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.price_item .price_item_price {
  width: 110px;
  display: flex;
  flex-direction: column;
}
.price_item .price_oval {
  display:block;
  background-color: rgba(0, 0, 0, 0.03);
  border-radius: 50px;
  padding: 5px 10px 5px 10px;
  color: #0d0c0c;
  font-weight: 600;
  min-width: 110px;
  text-align: center;
}
.price_item_one_value {
  min-width: 200px;
  font-size: 15px;
}
.price_item_one_value .price_oval{
  display:block;
  background-color: rgba(0, 0, 0, 0.03);
  border-radius: 50px;
  padding: 10px 10px 10px 10px;
  color: #0d0c0c;
  font-weight: 600;
  min-width: 110px;
  text-align: center;
}
.registration-form__price .price_item {
  margin-top: 0;
  margin-bottom: 10px;
  grid-gap: 20px;
  grid-auto-flow: column;
  width: 100%;
  grid-template-columns: auto 1fr;
  /* justify-content: end; */
}
.course-schedule__price .price_item {
  grid-template-columns: 4fr auto;
}
.registration-form__price span.price_oval {
  font-size: 20px;
}
.registration-column {
  width: calc(50% - 14px);
}
@media (max-width: 767px) {
  .registration-column {
    width: 100%;
  }
  .registration-column.grid-prices {
    margin-top: 15px;
  }
  .registration-form__price .price_item {
    grid-template-columns: 4fr auto;
    justify-content: start;
  }
}

.smart-captcha {
  margin-bottom: 25px;
}

.program-section__detail ul {
  display: -ms-grid;
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-column-gap: 32px;
  -moz-column-gap: 32px;
  column-gap: 32px;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  row-gap: 23px;
}

.program-section__detail ul li {
  position: relative;
  padding-left: 38px;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  color: #3a3b3d;
  display: block;
  margin-top: auto;
  margin-bottom: auto;
}

.program-section__detail ul li::before {
  content: "";
  position: absolute;
  top: calc(50% - 12px);
  left: 0;
  width: 23px;
  height: 23px;
  background-color: #df2c35;
  border-radius: 50%;
}

.program-section__detail ul li svg {
  position: absolute;
  top: calc(50% - 6px); /* смещение по центру кружка */
  left: 6px;
  width: 12px;
  height: 9px;
  color: #ffffff;
}

.program-section__detail li a {
  color: #DF2C35;
}

.program-section__detail li a:hover,
.program-section__detail li a:focus {
  color: #ff3c3c;
}

@media (max-width: 1280px) {
  .program-section__detail {
    margin-bottom: 45px;
  }
}

@media (max-width: 1023px) {
  .program-section__detail ul {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 20px;
  }

  .program-section__detail ul li {
    font-size: 14px;
    line-height: 24px;
  }
}

@media (max-width: 767px) {
  .program-section__detail {
    margin-bottom: 40px;
  }
  .program-section__detail ul {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    row-gap: 13px;
  }
  .program-section__detail ul li {
    font-size: 13px;
    line-height: 22px;
    margin: 0;
  }
  .program-section__detail ul li::before {
    content: "";
    position: absolute;
    top: calc(50% - 9px);
    left: 0;
    width: 20px;
    height: 20px;
    background-color: #df2c35;
    border-radius: 50%;
  }
  .program-section__detail ul li svg {
    position: absolute;
    top: calc(50% - 4px); /* смещение по центру кружка */
    left: 5px;
    width: 10px;
    height: 8px;
  }
}
form[name="medialib_form"] #ml_frame {
  min-height:500px!important;
}
form[name="medialib_form"] #ml_left_cont, form[name="medialib_form"] #ml_right_cont {
  height:270px!important;
}
form[name="medialib_form"] #ml_coll_cont {
  height:226px!important;
}
form[name="medialib_form"] #ml_but_cont {
  margin-top: -20px;
}

.ui-corner-all {
  overflow: hidden;
}
.ui-widget-header .ui-icon {
  width: 18px;
}
/* End */


/* Start:/local/templates/uc3/css/smoothness/jquery-ui-1.10.4.custom.css?176462573432021*/
/*! jQuery UI - v1.10.4 - 2014-04-02
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css, jquery.ui.theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0);
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin-top: 2px;
	padding: .5em .5em .5em .7em;
	min-height: 0; /* support: IE7 */
}
.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-noicons {
	padding-left: .7em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible; /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
	width: 2.4em;
}
.ui-button-icons-only {
	width: 3.4em;
}
button.ui-button-icons-only {
	width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
	display: block;
	line-height: normal;
}
.ui-button-text-only .ui-button-text {
	padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
	padding: .4em;
	text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
	padding-left: 2.1em;
	padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
	padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
	left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
	right: .5em;
}

/* button sets */
.ui-buttonset {
	margin-right: 7px;
}
.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 49%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}
.ui-dialog {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-menu {
	list-style: none;
	padding: 2px;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	margin-top: -3px;
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	padding: 0;
	width: 100%;
	/* support: IE10, see #8844 */
	list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.ui-menu .ui-menu-divider {
	margin: 5px -2px 5px -2px;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-menu-item a {
	text-decoration: none;
	display: block;
	padding: 2px .4em;
	line-height: 1.5;
	min-height: 0; /* support: IE7 */
	font-weight: normal;
}
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}

.ui-menu .ui-state-disabled {
	font-weight: normal;
	margin: .4em 0 .2em;
	line-height: 1.5;
}
.ui-menu .ui-state-disabled a {
	cursor: default;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item a {
	position: relative;
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: .2em;
	left: .2em;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	position: static;
	float: right;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("/local/templates/uc3/css/smoothness/images/animated-overlay.gif");
	height: 100%;
	filter: alpha(opacity=25);
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 22px;
}
.ui-spinner-button {
	width: 16px;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top: none;
	border-bottom: none;
	border-right: none;
}
/* vertically center icon */
.ui-spinner .ui-icon {
	position: absolute;
	margin-top: -8px;
	top: 50%;
	left: 0;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
	/* need to fix icons sprite */
	background-position: -65px -16px;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1.1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #aaaaaa;
	background: #ffffff url(/local/templates/uc3/css/smoothness/images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
	color: #222222;
}
.ui-widget-content a {
	color: #222222;
}
.ui-widget-header {
	border: 1px solid #aaaaaa;
	background: #cccccc url(/local/templates/uc3/css/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
	color: #222222;
	font-weight: bold;
}
.ui-widget-header a {
	color: #222222;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #d3d3d3;
	background: #e6e6e6 url(/local/templates/uc3/css/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
	font-weight: normal;
	color: #555555;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #555555;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #999999;
	background: #dadada url(/local/templates/uc3/css/smoothness/images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;
	font-weight: normal;
	color: #212121;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
	color: #212121;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #aaaaaa;
	background: #ffffff url(/local/templates/uc3/css/smoothness/images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
	font-weight: normal;
	color: #212121;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #212121;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fcefa1;
	background: #fbf9ee url(/local/templates/uc3/css/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;
	color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #fef1ec url(/local/templates/uc3/css/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;
	color: #cd0a0a;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #cd0a0a;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #cd0a0a;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70);
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35);
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* For IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(/local/templates/uc3/css/smoothness/images/ui-icons_222222_256x240.png);
}
.ui-widget-header .ui-icon {
	background-image: url(/local/templates/uc3/css/smoothness/images/ui-icons_222222_256x240.png);
}
.ui-state-default .ui-icon {
	background-image: url(/local/templates/uc3/css/smoothness/images/ui-icons_888888_256x240.png);
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url(/local/templates/uc3/css/smoothness/images/ui-icons_454545_256x240.png);
}
.ui-state-active .ui-icon {
	background-image: url(/local/templates/uc3/css/smoothness/images/ui-icons_454545_256x240.png);
}
.ui-state-highlight .ui-icon {
	background-image: url(/local/templates/uc3/css/smoothness/images/ui-icons_2e83ff_256x240.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(/local/templates/uc3/css/smoothness/images/ui-icons_cd0a0a_256x240.png);
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 4px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa url(/local/templates/uc3/css/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30);
}
.ui-widget-shadow {
	margin: -8px 0 0 -8px;
	padding: 8px;
	background: #aaaaaa url(/local/templates/uc3/css/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30);
	border-radius: 8px;
}

/* End */
/* /local/templates/uc3/css/style.css?1768862886453519 */
/* /local/templates/uc3/css/smoothness/jquery-ui-1.10.4.custom.css?176462573432021 */
