@charset "UTF-8";
/*
Theme Name: IC — международный центр изучения иностранных языков
Author: DREMIN.ORG
Author URI: https://dremin.org
Version: 2.0
*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap");
/*!
 * Bootstrap Reboot v5.3.5 (https://getbootstrap.com/)
 * Copyright 2011-2025 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root,
[data-bs-theme=light] {
  --bs-blue: #0F2E8B;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #F30B00;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0F2E8B;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #F30B00;
  --bs-light: #f5f5f5;
  --bs-dark: #333;
  --bs-primary-rgb: 15, 46, 139;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 243, 11, 0;
  --bs-light-rgb: 245, 245, 245;
  --bs-dark-rgb: 51, 51, 51;
  --bs-primary-text-emphasis: #061238;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #610400;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfd5e8;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #fdcecc;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9fabd1;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #fa9d99;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: "Montserrat";
  --bs-font-monospace: "Montserrat";
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0F2E8B;
  --bs-link-color-rgb: 15, 46, 139;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0c256f;
  --bs-link-hover-color-rgb: 12, 37, 111;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(15, 46, 139, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #F30B00;
  --bs-form-invalid-border-color: #F30B00;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: #6f82b9;
  --bs-secondary-text-emphasis: #a7acb1;
  --bs-success-text-emphasis: #75b798;
  --bs-info-text-emphasis: #6edff6;
  --bs-warning-text-emphasis: #ffda6a;
  --bs-danger-text-emphasis: #f86d66;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #03091c;
  --bs-secondary-bg-subtle: #161719;
  --bs-success-bg-subtle: #051b11;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #310200;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #091c53;
  --bs-secondary-border-subtle: #41464b;
  --bs-success-border-subtle: #0f5132;
  --bs-info-border-subtle: #087990;
  --bs-warning-border-subtle: #997404;
  --bs-danger-border-subtle: #920700;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #6f82b9;
  --bs-link-hover-color: #8c9bc7;
  --bs-link-color-rgb: 111, 130, 185;
  --bs-link-hover-color-rgb: 140, 155, 199;
  --bs-code-color: #e685b5;
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: #664d03;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #75b798;
  --bs-form-valid-border-color: #75b798;
  --bs-form-invalid-color: #f86d66;
  --bs-form-invalid-border-color: #f86d66;
}

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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

h6, h5, h4, h3, h2, h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}

h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

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

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  line-height: inherit;
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

:focus {
  outline: none !important;
}

a {
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

body {
  color: #333;
}
.section-title {
  font-size: 44px;
  font-weight: 800;
  text-transform: uppercase;
  color: #0F2E8B;
}
@media (max-width: 991px) {
  .section-title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .section-title {
    font-size: 34px;
  }
}

.section-text {
  color: #777;
  max-width: 800px;
}

.section-target {
  position: relative;
  bottom: 100px;
}

.btn {
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  background-color: #0F2E8B;
  border-radius: 6px;
  color: #fff;
  font-weight: 700;
  padding: 18px 40px;
  line-height: 100%;
}
.btn:hover {
  background-color: #F30B00;
  color: #fff;
}

main {
  padding: 80px 0 120px;
}
main h1 {
  font-size: 32px;
  color: #0F2E8B;
  font-weight: 700;
  margin-bottom: 40px;
  line-height: 135%;
}
main h2 {
  font-size: 24px;
  color: #0F2E8B;
  font-weight: 600;
  line-height: 135%;
}
main .breadcrumb {
  font-size: 14px;
  font-weight: 500;
}
main .breadcrumb a {
  color: #777;
  text-decoration: none;
}
main .breadcrumb a:hover {
  color: #0F2E8B;
}
main .breadcrumb-item + .breadcrumb-item::before {
  content: "—";
}
main .news-date {
  display: inline-block;
  padding: 6px 9px;
  background-color: #f5f5f5;
  font-weight: 600;
  margin-bottom: 45px;
  border-radius: 4px;
}
@media (max-width: 575px) {
  main .news-date {
    margin-bottom: 35px;
  }
}
main .news-img {
  display: block;
  width: 100%;
  max-width: 600px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 16/9;
  border-radius: 6px;
  margin-bottom: 55px;
}
@media (max-width: 575px) {
  main .news-img {
    aspect-ratio: 4/3;
    margin-bottom: 45px;
  }
}
@media (max-width: 767px) {
  main {
    padding: 50px 0 100px;
  }
  main h1 {
    font-size: 26px;
  }
  main h2 {
    font-size: 22px;
  }
}

.logo-mobile {
  padding: 10px 0;
}
.logo-mobile .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.logo-mobile img {
  max-width: 100%;
}

header {
  padding: 20px 0;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.07);
  background-color: #fff;
  transition: 0.2s ease;
}
header a {
  text-decoration: none;
}
header .container {
  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;
}
header .header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  font-weight: 600;
}
header .header-menu a {
  color: #333;
}
header .header-menu a[aria-current=page], header .header-menu a:hover {
  text-decoration: underline;
  text-underline-offset: 6px;
  color: #F30B00;
}
header .header-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 7px;
  width: 40px;
}
header .header-bar div {
  background-color: #F30B00;
  height: 3px;
}
header .header-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
header .header-social a {
  width: 42px;
  height: 42px;
  border-radius: 6px;
  background-color: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #f5f5f5;
}
header .header-social a:hover {
  border-color: #ccc;
}
header .header-social a img {
  margin: auto;
}
header .header-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 100%;
  padding: 8px 12px;
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
  color: #333;
  border-radius: 6px;
  font-weight: 700;
  font-size: 20px;
}
header .header-phone:before {
  content: url("media/header-phone.svg");
}
header .header-phone:hover {
  border-color: #ccc;
}
header.header-fixed {
  padding: 10px 0;
}
@media (max-width: 1399px) {
  header .header-menu {
    gap: 15px;
  }
}
@media (max-width: 575px) {
  header .header-bar {
    width: 34px;
  }
  header .header-social {
    gap: 5px;
  }
  header .header-social a {
    width: 38px;
    height: 38px;
  }
  header .header-phone {
    padding: 0;
    background-color: transparent;
    border-color: transparent;
    font-size: 18px;
  }
  header .header-phone:before {
    display: none;
  }
  header .header-phone:hover {
    border-color: transparent;
  }
}

.slider {
  color: #fff;
}
.slider-item {
  padding-top: 100px;
  min-height: 700px;
  position: relative;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.slider-item:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.3)));
  background: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.3));
  z-index: 10;
}
.slider-item .container {
  position: relative;
  z-index: 20;
}
.slider-item-title {
  text-transform: uppercase;
  font-size: 44px;
  font-weight: 800;
  max-width: 760px;
  line-height: 130%;
  text-shadow: 0px 0px 30px rgb(255, 255, 255);
  margin-bottom: 20px;
}
.slider-item-text {
  font-size: 20px;
  line-height: 170%;
  max-width: 760px;
  margin-bottom: 50px;
}
.slider-item .btn {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 22px 50px;
}
@media (max-width: 991px) {
  .slider-item {
    min-height: 600px;
  }
  .slider-item-title {
    font-size: 36px;
  }
  .slider-item-text {
    font-size: 18px;
    line-height: 150%;
  }
  .slider-item .btn {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .slider-item {
    min-height: auto;
    padding-top: 50px;
    padding-bottom: 130px;
  }
  .slider-item-title {
    font-size: 28px;
  }
  .slider-item-text {
    font-size: 16px;
    line-height: 140%;
  }
}

.slick-slider-dots-wrap {
  position: relative;
  bottom: 100px;
}
.slick-slider-dots-wrap .slick-slider-dots {
  overflow: hidden;
}
.slick-slider-dots-wrap .slick-dots {
  width: 90%;
  text-align: left;
  bottom: 0;
}
.slick-slider-dots-wrap .slick-dots li {
  margin: 0 7px;
}
.slick-slider-dots-wrap .slick-dots li button:before {
  content: url("media/dot.svg");
  opacity: 1;
}
.slick-slider-dots-wrap .slick-dots li.slick-active button:before {
  content: url("media/dot-active.svg");
}
@media (max-width: 575px) {
  .slick-slider-dots-wrap {
    bottom: 80px;
  }
}

.banner {
  margin: 50px 0 120px;
  padding: 30px 100px;
  background: url("media/banner.png") right center no-repeat #2a3c7e;
  border-radius: 6px;
  border: 10px solid #2a3c7e;
  height: 430px;
  color: #fff;
  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;
}
.banner a {
  color: #fff;
  text-decoration: none;
}
.banner-title {
  font-size: 60px;
  line-height: 120%;
  margin-bottom: 10px;
}
.banner-text {
  font-size: 22px;
  max-width: 800px;
  margin-bottom: 30px;
}
.banner-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.banner-phone {
  font-size: 42px;
  margin-left: 10px;
}
@media (max-width: 1399px) {
  .banner {
    padding: 20px 70px;
  }
  .banner-title {
    font-size: 50px;
  }
  .banner-text {
    font-size: 20px;
    max-width: 600px;
  }
  .banner-social img {
    width: 60px;
  }
  .banner-phone {
    font-size: 36px;
  }
}
@media (max-width: 1199px) {
  .banner {
    background: url("media/banner.png") right -130px center no-repeat #2a3c7e;
  }
  .banner-title {
    font-size: 44px;
  }
}
@media (max-width: 991px) {
  .banner {
    background: url("media/banner.png") right -100px center no-repeat #2a3c7e;
    background-size: cover !important;
    height: auto;
    padding: 30px 100px 30px 30px;
  }
  .banner-title {
    font-size: 34px;
  }
  .banner-text {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .banner {
    margin: 50px 0 100px;
    padding: 20px 100px 20px 30px;
  }
  .banner-title {
    font-size: 24px;
  }
  .banner-text {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .banner {
    background: url("media/banner.png") right -50px center no-repeat #2a3c7e;
    padding: 20px 100px 20px 15px;
  }
  .banner-title {
    font-size: 18px;
  }
  .banner-text {
    font-size: 13px;
  }
  .banner-social img {
    width: 40px;
  }
}
@media (max-width: 420px) {
  .banner {
    background: url("media/banner.png") right -70px center no-repeat #2a3c7e;
  }
}
@media (max-width: 390px) {
  .banner {
    background: url("media/banner.png") right -90px center no-repeat #2a3c7e;
  }
}

.course {
  padding: 0 0 120px;
}
.course .section-title {
  text-align: center;
  margin-bottom: 60px;
}
.course-item {
  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;
  color: #fff;
  text-decoration: none;
  aspect-ratio: 4/3;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  text-align: center;
  position: relative;
  border-radius: 6px;
}
.course-item:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  border-radius: 6px;
}
.course-item-title {
  font-size: 26px;
  font-weight: 800;
  text-transform: uppercase;
  max-width: 300px;
  position: relative;
  z-index: 2;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.course-item-text {
  display: none;
  font-size: 18px;
  font-weight: 500;
  max-width: 300px;
  line-height: 130%;
  position: relative;
  z-index: 2;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.course-item:hover:before {
  background-color: rgba(15, 46, 139, 0.7);
}
.course-item:hover .course-item-title {
  display: none;
}
.course-item:hover .course-item-text {
  display: block;
}
@media (max-width: 991px) {
  .course-item-title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .course-item {
    aspect-ratio: 16/9;
  }
  .course-item:hover .course-item-title {
    display: block;
  }
  .course-item:hover .course-item-text {
    display: none;
  }
}

.plus {
  padding: 0 0 120px;
}
.plus .section-title {
  text-align: center;
  margin-bottom: 65px;
}
.plus-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.plus-item-number {
  min-width: 160px;
  font-size: 100px;
  font-weight: 600;
  line-height: 80%;
  color: #ccc;
}
.plus-item-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 12px;
}
.plus-item-text {
  font-size: 14px;
  line-height: 130%;
  color: #777;
}
@media (max-width: 991px) {
  .plus-item-number {
    font-size: 80px;
    min-width: 130px;
  }
}
@media (max-width: 575px) {
  .plus-item-number {
    font-size: 50px;
    min-width: 80px;
  }
  .plus-item-title {
    font-size: 18px;
  }
  .plus-item-text {
    font-size: 14px;
    line-height: 130%;
    color: #777;
  }
}

.review {
  padding: 0 0 120px;
  overflow: hidden;
}
.review .section-title {
  text-align: center;
  margin-bottom: 50px;
}
.review-slider {
  margin: 0 -11px;
}
.review-slider-item {
  padding: 50px;
  -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border-radius: 5px;
}
.review-slider-item-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 17px;
  margin-bottom: 20px;
}
.review-slider-item-card-photo {
  max-width: 90px;
  height: 90px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 50%;
}
.review-slider-item-card-name {
  font-size: 18px;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 2px;
}
.review-slider-item-card-source {
  font-size: 14px;
  color: #A6AEB6;
  margin-bottom: 5px;
}
.review-slider-item-text {
  margin-bottom: 15px;
}
.review-slider-item a {
  font-size: 15px;
  font-weight: 600;
  text-decoration: underline;
  text-decoration-style: dashed;
  text-underline-offset: 6px;
  text-decoration-thickness: 1px;
}
.review-slider .slick-slide {
  margin-left: 11px;
  margin-right: 11px;
}
.review-slider .slick-slide > div {
  padding-top: 20px;
  padding-bottom: 20px;
}
.review-slider .slick-arrow:before {
  display: none;
}
.review-slider .slick-arrow:hover rect {
  fill: #0F2E8B;
}
.review-slider .slick-arrow:hover path {
  stroke: #fff;
}
.review-slider .slick-next {
  right: -50px;
  padding-bottom: 70px;
}
.review-slider .slick-prev {
  left: -100px;
  z-index: 1000;
  padding-bottom: 70px;
}
.review-slider .slick-dots li button:before {
  content: url("media/review-dot.svg");
  opacity: 1;
}
.review-slider .slick-dots li.slick-active button:before {
  content: url("media/review-dot-active.svg");
}
.review-btn {
  margin-top: 30px;
  text-align: center;
}
@media (max-width: 1399px) {
  .review-slider .slick-next {
    right: -30px;
  }
  .review-slider .slick-prev {
    left: -70px;
  }
}
@media (max-width: 1199px) {
  .review-slider .slick-next {
    right: 20px;
  }
  .review-slider .slick-prev {
    left: -20px;
  }
}
@media (max-width: 991px) {
  .review .section-title {
    margin-bottom: 40px;
  }
  .review-slider-item {
    padding: 30px 40px;
  }
}
@media (max-width: 767px) {
  .review-slider-item-text {
    font-size: 15px;
  }
  .review-btn {
    margin-top: 50px;
  }
}

.blog {
  padding: 0 0 120px;
}
.blog .section-title {
  text-align: center;
  margin-bottom: 50px;
}
.blog-item {
  padding: 40px 50px;
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  aspect-ratio: 1.1/1;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  position: relative;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.blog-item:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  border-radius: 6px;
}
.blog-item-date {
  position: relative;
  z-index: 2;
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}
.blog-item-date:before {
  content: url("media/date.svg");
}
.blog-item-title {
  position: relative;
  z-index: 2;
  font-size: 20px;
  font-weight: 700;
}
.blog-item:hover:before {
  background-color: rgba(15, 46, 139, 0.7);
}
.blog-btn {
  margin-top: 50px;
  text-align: center;
}
@media (max-width: 991px) {
  .blog-item-title {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .blog-item {
    padding: 30px;
    aspect-ratio: 14/9;
  }
}

.product .f-carousel {
  border-radius: 6px;
}
.product #f-carousel .f-carousel__slide {
  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;
  cursor: pointer;
}
.product #f-carousel .f-carousel__slide img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 4/3;
  border-radius: 6px;
}
.product .f-thumbs {
  top: 10px;
}
.product .f-thumbs__slide {
  height: 86px;
}
.product .f-thumbs__slide__button {
  border-radius: 6px;
  opacity: 1;
}
.product .is-classic .is-nav-selected .f-thumbs__slide__button {
  border-color: #F30B00;
}
.product .f-thumbs.is-horizontal .f-thumbs__slide {
  margin: 0 18px 0 0;
}
.product-right {
  padding-left: 35px;
}
.product .section-title {
  margin-bottom: 20px;
}
.product-price {
  color: #F30B00;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 30px;
}
.product-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  margin-bottom: 40px;
}
.product-btn .btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 15px 23px;
  gap: 13px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-btn-wa {
  background-color: #2CB742;
  font-weight: 600;
}
.product-btn-wa:before {
  content: url("media/course-wa.svg");
}
.product-btn-wa:hover {
  background-color: #2CB742;
}
.product-btn-tg {
  background-color: #27A7E7;
  font-weight: 600;
}
.product-btn-tg:before {
  content: url("media/course-tg.svg");
}
.product-btn-tg:hover {
  background-color: #27A7E7;
}
.product-btn-phone {
  background-color: #f5f5f5;
  color: #333;
}
.product-btn-phone:before {
  content: url("media/header-phone.svg");
}
.product-btn-phone:hover {
  background-color: #f5f5f5;
  color: #333;
}
@media (max-width: 991px) {
  .product-right {
    padding-left: 0;
    padding-top: 50px;
  }
}
@media (max-width: 575px) {
  .product .section-title {
    font-size: 28px;
  }
}

.docs {
  padding: 0 0 150px;
}
.docs .section-title {
  text-align: center;
  margin-bottom: 65px;
}
.docs-item {
  display: block;
  padding: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  position: relative;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.docs-item img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 1/1.5;
}
.docs-item:before {
  content: "";
  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;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(15, 46, 139, 0);
  z-index: 1;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  border-radius: 6px;
}
.docs-item:hover:before {
  content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSI2MCIgaGVpZ2h0PSI2MCIgeD0iMCIgeT0iMCIgdmlld0JveD0iMCAwIDUxMiA1MTIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMiA1MTIiIHhtbDpzcGFjZT0icHJlc2VydmUiIGNsYXNzPSIiPjxnPjxwYXRoIGQ9Ik0xMTQuNDgyIDUxMkg2NS4xODVDMjkuMjQxIDUxMiAwIDQ4Mi43NTkgMCA0NDYuODE1di01Ni42NTZjMC01LjUyMiA0LjQ3OC0xMCAxMC0xMHMxMCA0LjQ3OCAxMCAxMHY1Ni42NTZDMjAgNDcxLjczIDQwLjI3IDQ5MiA2NS4xODUgNDkyaDQ5LjI5OGM1LjUyMiAwIDEwIDQuNDc4IDEwIDEwcy00LjQ3OCAxMC0xMC4wMDEgMTB6TTUwMiAxMzEuODRjLTUuNTIyIDAtMTAtNC40NzctMTAtMTBWNjUuMTg1QzQ5MiA0MC4yNyA0NzEuNzMgMjAgNDQ2LjgxNSAyMGgtNDkuMjk4Yy01LjUyMiAwLTEwLTQuNDc3LTEwLTEwczQuNDc4LTEwIDEwLTEwaDQ5LjI5OEM0ODIuNzU5IDAgNTEyIDI5LjI0MiA1MTIgNjUuMTg1djU2LjY1NmMwIDUuNTIyLTQuNDc4IDkuOTk5LTEwIDkuOTk5ek00NDYuODE1IDUxMmgtNDkuMjk4Yy01LjUyMiAwLTEwLTQuNDc4LTEwLTEwczQuNDc4LTEwIDEwLTEwaDQ5LjI5OEM0NzEuNzMgNDkyIDQ5MiA0NzEuNzMgNDkyIDQ0Ni44MTV2LTU2LjY1NmMwLTUuNTIyIDQuNDc4LTEwIDEwLTEwczEwIDQuNDc4IDEwIDEwdjU2LjY1NkM1MTIgNDgyLjc1OSA0ODIuNzU5IDUxMiA0NDYuODE1IDUxMnpNMTAgMTMxLjg0Yy01LjUyMiAwLTEwLTQuNDc3LTEwLTEwVjY1LjE4NUMwIDI5LjI0MiAyOS4yNDEgMCA2NS4xODUgMGg0OS4yOThjNS41MjIgMCAxMCA0LjQ3NyAxMCAxMHMtNC40NzggMTAtMTAgMTBINjUuMTg1QzQwLjI3IDIwIDIwIDQwLjI3IDIwIDY1LjE4NXY1Ni42NTZjMCA1LjUyMi00LjQ3OCA5Ljk5OS0xMCA5Ljk5OXpNOTguMyA0MjMuN2E5Ljk3IDkuOTcgMCAwIDEtNy4wNzEtMi45MjljLTMuOTA1LTMuOTA1LTMuOTA1LTEwLjIzNyAwLTE0LjE0M2w5Mi40MzEtOTIuNDMxYzMuOTA2LTMuOTA0IDEwLjIzNi0zLjkwNCAxNC4xNDMgMCAzLjkwNSAzLjkwNSAzLjkwNSAxMC4yMzcgMCAxNC4xNDNsLTkyLjQzMSA5Mi40MzFBOS45NzIgOS45NzIgMCAwIDEgOTguMyA0MjMuN3pNMzIxLjI3IDIwMC43M2E5Ljk2NiA5Ljk2NiAwIDAgMS03LjA3MS0yLjkyOWMtMy45MDUtMy45MDUtMy45MDUtMTAuMjM3IDAtMTQuMTQzbDkyLjQzMS05Mi40M2MzLjkwNy0zLjkwNCAxMC4yMzctMy45MDQgMTQuMTQzIDAgMy45MDUgMy45MDUgMy45MDUgMTAuMjM3IDAgMTQuMTQzbC05Mi40MzEgOTIuNDNhOS45NzYgOS45NzYgMCAwIDEtNy4wNzIgMi45Mjl6TTE5MC43MyAyMDAuNzNhOS45NjYgOS45NjYgMCAwIDEtNy4wNzEtMi45MjlsLTkyLjQzMS05Mi40M2MtMy45MDUtMy45MDUtMy45MDUtMTAuMjM3IDAtMTQuMTQzIDMuOTA2LTMuOTA0IDEwLjIzNi0zLjkwNSAxNC4xNDMgMGw5Mi40MzEgOTIuNDNjMy45MDUgMy45MDUgMy45MDUgMTAuMjM3IDAgMTQuMTQzYTkuOTY5IDkuOTY5IDAgMCAxLTcuMDcyIDIuOTI5ek00MTMuNyA0MjMuN2E5Ljk3IDkuOTcgMCAwIDEtNy4wNzEtMi45MjlsLTkyLjQzMS05Mi40MzFjLTMuOTA1LTMuOTA1LTMuOTA1LTEwLjIzNyAwLTE0LjE0MyAzLjkwNi0zLjkwNCAxMC4yMzYtMy45MDQgMTQuMTQzIDBsOTIuNDMxIDkyLjQzMWMzLjkwNSAzLjkwNSAzLjkwNSAxMC4yMzcgMCAxNC4xNDNhOS45NyA5Ljk3IDAgMCAxLTcuMDcyIDIuOTI5eiIgZmlsbD0iI2ZmZiIgb3BhY2l0eT0iMSIgZGF0YS1vcmlnaW5hbD0iI2ZmZiIgY2xhc3M9IiI+PC9wYXRoPjwvZz48L3N2Zz4=");
  background-color: rgba(15, 46, 139, 0.7);
}
@media (max-width: 575px) {
  .docs {
    padding: 0 0 120px;
  }
  .docs-item {
    padding: 10px;
  }
}

.contacts {
  padding: 0 0 150px;
}
.contacts .section-title {
  margin-bottom: 55px;
}
.contacts a {
  text-decoration: none;
  color: #333 !important;
}
.contacts a:hover {
  color: #F30B00 !important;
}
.contacts-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
}
.contacts-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 23px;
}
.contacts-item-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
  text-transform: uppercase;
  line-height: 130%;
}
.contacts-item-value {
  font-size: 17px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 7px;
  line-height: 130%;
}
.contacts-item-value.small {
  font-size: 14px;
}
.contacts-map {
  height: 100%;
  border-radius: 6px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .contacts .section-title {
    margin-bottom: 45px;
  }
  .contacts-items {
    gap: 35px;
  }
  .contacts-map {
    margin-top: 50px;
    height: 400px;
  }
}
@media (max-width: 767px) {
  .contacts {
    padding: 0 0 120px;
  }
  .contacts .section-title {
    margin-bottom: 35px;
  }
  .contacts-items {
    gap: 25px;
  }
  .contacts-items-title {
    font-size: 18px;
  }
  .contacts-items-value {
    font-size: 16px;
  }
}

footer {
  padding: 28px 0;
  background-color: #0F2E8B;
  color: #fff;
  font-size: 14px;
}
footer .container {
  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;
}
footer a {
  color: #fff;
  text-decoration: none;
}
footer .footer-develop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
@media (max-width: 1191px) {
  footer .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
    text-align: center;
  }
}

.offcanvas a {
  text-decoration: none;
}

.mobile-menu {
  margin-top: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  padding-left: 10px;
  font-weight: 600;
  text-transform: uppercase;
}
.mobile-menu a {
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.mobile-menu a:before {
  content: "—";
  font-weight: 400;
  color: #0F2E8B;
}