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

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -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 {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
@media (max-width: 1300px) {
  .grid-container {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 993px) {
  .grid-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 520px) {
  .grid-container {
    grid-template-columns: 1fr;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
}

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

img {
  max-width: 100%;
}

span, label {
  display: inline-block;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-display: swap;
  background: black;
}

.body.active {
  overflow: hidden;
}

input, textarea {
  outline: none;
  border: 0;
  background: transparent;
}

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

address {
  font-style: normal;
}

.wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}

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

p, h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
}

.container {
  max-width: 1232px;
  margin: 0 auto;
  padding: 0 16px;
}

.red_btn {
  font-weight: 700;
  font-size: 32px;
  line-height: 49.6px;
  text-align: center;
  padding: 24px 50px;
  color: #FFFFFF;
  background: linear-gradient(74.06deg, #CB6A6A 0%, #B30909 100%);
  box-shadow: 0px 0px 20px 0px rgba(179, 9, 9, 0.8);
  border-radius: 10px;
}

.desktop_bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  min-width: 1493px;
  width: 1493px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 1024px) {
  .desktop_bg {
    -o-object-position: right;
       object-position: right;
    margin: 0;
    left: auto;
    right: -20%;
  }
}

.modal_bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 7;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}
@media (max-width: 768px) {
  .modal_bg {
    background: #000000;
  }
}
.modal_bg.active {
  opacity: 1;
  visibility: visible;
}
.modal_bg .modal_close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 43px;
  height: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .modal_bg .modal_close {
    top: 5px;
    right: 10px;
    width: 36px;
    height: 36px;
  }
}
@media (max-width: 768px) {
  .modal_bg .modal_close svg {
    width: 16px;
    height: 16px;
  }
}

.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.95);
  background: #FFFFFF;
  padding: 40px 45px;
  border-radius: 15px;
  z-index: 8;
  width: 560px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}
.modal.active {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1);
}
@media (max-width: 1024px) {
  .modal {
    width: 100%;
    height: 100%;
    border-radius: 0;
    margin-top: 50px;
    padding: 20px;
  }
}
.modal h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.23;
  text-align: center;
  margin-bottom: 20px;
}
.modal form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.modal form input {
  width: 100%;
  height: 60px;
  border: 1px solid #c9c9c9;
  border-radius: 5px;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 1.33;
}
@media (max-width: 1024px) {
  .modal form input {
    height: 50px;
  }
}
.modal form .checkbox label {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 12px;
  color: #000;
  position: relative;
}
.modal form .checkbox input {
  display: none;
}
.modal form .checkbox .checkmark {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  border: 2px solid #000;
  display: inline-block;
  margin-right: 8px;
  position: relative;
}
.modal form .checkbox input:checked + .checkmark::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.modal form .checkbox a {
  color: #f47a7a;
  text-decoration: none;
  margin-left: 4px;
  display: inline;
}
.modal form .checkbox a:hover {
  text-decoration: underline;
}
.modal form button {
  width: 100%;
  background: #B30909;
  border-radius: 5px;
  text-align: center;
  padding: 15px 20px;
  color: #FFFFFF;
  font-size: 16px;
  height: 50px;
}

.policy {
  background: #FFFFFF;
}

.cookie_policy {
  padding: 45px 0;
}
.cookie_policy_in {
  padding: 60px;
  border-radius: 15px;
  background: #f5f5f5;
}
@media (max-width: 1024px) {
  .cookie_policy_in {
    padding: 20px;
  }
}
.cookie_policy h3 {
  font-weight: 600;
  font-size: 38px;
  line-height: 100%;
  color: #000000;
  margin-bottom: 35px;
}
.cookie_policy .policy_text {
  font-size: 20px;
  line-height: 1.55;
  color: #000000;
  font-weight: 300;
}
@media (max-width: 1024px) {
  .cookie_policy .policy_text {
    font-size: 16px;
    line-height: 1.45;
  }
}
.cookie_policy .policy_text strong {
  font-weight: 600;
}

.header {
  min-height: 70px;
  margin-bottom: 10px;
}
.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 1024px) {
  .header_logo {
    max-width: 137px;
  }
}
.header ul {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (max-width: 1024px) {
  .header ul {
    align-items: end;
    flex-direction: column-reverse;
    gap: 5px;
    text-align: right;
  }
}
.header ul a {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 480px) {
  .header ul a {
    font-size: 14px;
    line-height: 18px;
  }
}

.form-tel {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 60px;
  border: 1px solid #c9c9c9;
  border-radius: 5px;
  font-size: 16px;
  line-height: 1.33;
}
@media (max-width: 1024px) {
  .form-tel {
    height: 50px;
  }
}
.form-tel__btn {
  display: flex;
  align-items: center;
  background: transparent !important;
  padding: 15px 22px;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #808080;
  border-radius: 15px;
  flex-shrink: 0;
  padding: 0 5px 0 22px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .form-tel__btn {
    font-size: 11px;
  }
}
.form-tel__btn img {
  width: 18px;
  height: 13px;
  flex-shrink: 0;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}
.form-tel__btn svg {
  width: 8px;
  flex-shrink: 0;
  margin: 0 10px 0 6px;
}
@media (max-width: 768px) {
  .form-tel__btn svg {
    margin: 0 6px;
  }
}
.form-tel__btn span {
  flex-shrink: 0;
}
.form-tel input {
  background: transparent !important;
  border: 0 !important;
  height: 100% !important;
  width: 100%;
  padding: 0 !important;
}
@media (max-width: 768px) {
  .form-tel input {
    font-size: 11px !important;
  }
}
.form-tel__list {
  max-height: 200px;
  overflow-y: scroll;
  padding: 5px 0;
}
.form-tel__list::-webkit-scrollbar {
  display: none;
}
.form-tel__list-wrap {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  transform: translateY(100%);
  background: white;
  z-index: 5;
  display: none;
}
.form-tel__list li {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  gap: 10px;
  padding: 5px 10px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.form-tel__list li:hover {
  background: rgb(227, 227, 227);
}
.form-tel__list li div {
  width: 100%;
  font-size: 13px;
  color: black;
  font-weight: 500;
}
.form-tel__list li span {
  display: flex;
  flex-direction: row-reverse;
  flex-shrink: 0;
  font-size: 14px;
  line-height: 100%;
  gap: 6px;
  color: black;
}
.form-tel__list li img {
  width: 18px;
  height: 13px;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  flex-shrink: 0;
}
.form-tel.active .form-tel__list-wrap {
  display: block;
}

.home {
  padding-bottom: 140px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .home {
    padding-bottom: 0;
  }
}
.home .container {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: end;
}
@media (max-width: 1024px) {
  .home .container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.home_left {
  position: relative;
  z-index: 2;
}
@media (max-width: 1024px) {
  .home_left {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.home_text {
  background: #B30909;
  border-radius: 20px;
  padding: 12px 30px;
  max-width: -moz-max-content;
  max-width: max-content;
  text-align: center;
  margin-bottom: 14px;
}
@media (max-width: 1024px) {
  .home_text {
    padding: 10px 28px;
  }
}
.home_text p {
  font-weight: 700;
  font-size: 25px;
  line-height: 39px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 5px;
}
@media (max-width: 1024px) {
  .home_text p {
    font-size: 14px;
    line-height: 18px;
  }
}
.home_text span {
  font-weight: 700;
  font-size: 22px;
  line-height: 34.1px;
  text-align: center;
  color: #FFFFFF;
  padding: 7px 14px;
  border-radius: 10px;
  background: #292728;
}
@media (max-width: 1024px) {
  .home_text span {
    font-size: 14px;
    line-height: 18px;
  }
}
.home h1 {
  font-weight: 700;
  font-size: 48px;
  line-height: 58px;
  max-width: 500px;
  text-transform: uppercase;
}
.home h1 .gradient {
  background: linear-gradient(98.48deg, #9F9F9F 0%, #FFFFFF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.home h1 span {
  color: #B30909;
}
@media (max-width: 1024px) {
  .home h1 {
    margin: auto;
    font-size: 28px;
    line-height: 36px;
    max-width: 293px;
  }
}
.home ul {
  display: flex;
  gap: 12px;
  margin: 17px 0 25px 0;
}
@media (max-width: 1024px) {
  .home ul {
    margin: 15px 0;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.home ul li {
  font-weight: 700;
  font-size: 26px;
  line-height: 40.3px;
  text-align: center;
  padding: 12px 24px;
  border-radius: 20px;
  color: #000000;
  background: #FFFFFF;
}
@media (max-width: 1024px) {
  .home ul li {
    font-size: 14px;
    line-height: 18px;
    border-radius: 15px;
    padding: 14px;
  }
}
.home_img {
  position: absolute;
  right: 0;
  max-width: 493px;
  transform: translateY(84px);
}
@media (max-width: 1024px) {
  .home_img {
    transform: none;
    position: relative;
  }
}
@media (max-width: 480px) {
  .home_img {
    max-width: 320px;
  }
}
.home_img .img_blur {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 437px;
  height: 437px;
  border-radius: 3000px;
  filter: blur(50px);
  background: rgb(179, 9, 9);
  z-index: -1;
}
@media (max-width: 480px) {
  .home_img .img_blur {
    width: 284px;
    height: 284px;
  }
}
.home .red_btn {
  font-size: 24px;
  line-height: 26px;
  padding: 18px 40px;
}
@media (max-width: 1024px) {
  .home .red_btn {
    padding: 14px 20px;
    width: 100%;
  }
}

.video_course {
  max-width: 1400px;
  margin: auto;
}
.video_course_in {
  padding: 0 0 200px 0;
  background: #FFFFFF;
  position: relative;
  margin: 0 16px;
}
@media (max-width: 1024px) {
  .video_course_in {
    border-radius: 20px 20px 0 0;
    padding: 20px 0 130px 0;
  }
}
.video_course .white_top {
  position: absolute;
  top: -100px;
  left: 0;
  width: 100%;
  z-index: 2;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1280px) {
  .video_course .white_top {
    top: -90px;
  }
}
@media (max-width: 1024px) {
  .video_course .white_top {
    top: -45px;
  }
}
@media (max-width: 768px) {
  .video_course .white_top {
    top: -25px;
  }
}
@media (max-width: 480px) {
  .video_course .white_top {
    top: -15px;
  }
}
.video_course h3 {
  position: relative;
  z-index: 3;
  font-weight: 700;
  font-size: 48px;
  line-height: 63.96px;
  text-align: center;
  color: #000000;
}
@media (max-width: 1024px) {
  .video_course h3 {
    font-size: 40px;
    line-height: 60px;
  }
}
.video_course h3 span {
  color: #FFFFFF;
  background: #B30909;
  padding: 14px 17px;
  border-radius: 15px;
}
@media (max-width: 1024px) {
  .video_course h3 span {
    display: block;
    width: -moz-max-content;
    width: max-content;
    margin: auto;
    padding: 16px 12px;
    font-size: 16px;
    line-height: 18px;
  }
}
.video_course_cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 46px;
}
@media (max-width: 1280px) {
  .video_course_cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 1024px) {
  .video_course_cards {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .video_course_cards {
    grid-template-columns: repeat(1, 1fr);
  }
}
.video_course_card {
  border-radius: 20px;
  background: #232323;
  overflow: hidden;
}
.video_course_card_img {
  position: relative;
}
.video_course_card_img .main_img {
  border-radius: 20px;
  height: 284px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.video_course_card_img .play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background: rgba(210, 210, 210, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}
.video_course_card_img .play img {
  width: 35px;
  height: 35px;
}
.video_course_card_text {
  padding: 24px 12px;
}
.video_course_card_text span {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #FFFFFF;
}
@media (max-width: 1024px) {
  .video_course_card_text span {
    font-size: 14px;
    line-height: 18px;
  }
}
.video_course_card_text p {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: #FFFFFF;
  margin: 10px 0 20px 0;
}
@media (max-width: 1024px) {
  .video_course_card_text p {
    font-size: 14px;
    line-height: 18px;
  }
}
.video_course .red_btn {
  font-size: 16px;
  padding: 14px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: center;
  width: 100%;
}

.programma {
  max-width: 1400px;
  transform: translateY(-55px);
  margin: auto;
}
.programma_in {
  padding: 0 0 80px 0;
  background: #232323;
  position: relative;
  margin: 0 16px;
}
@media (max-width: 1024px) {
  .programma_in {
    border-radius: 20px 20px 0 0;
    padding: 20px 0 80px 0;
  }
}
.programma .black_top {
  position: absolute;
  top: -100px;
  left: 0;
  width: 100%;
  z-index: 2;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1280px) {
  .programma .black_top {
    top: -90px;
  }
}
@media (max-width: 1024px) {
  .programma .black_top {
    top: -45px;
  }
}
@media (max-width: 768px) {
  .programma .black_top {
    top: -25px;
  }
}
@media (max-width: 480px) {
  .programma .black_top {
    top: -20px;
  }
}
.programma h3 {
  position: relative;
  z-index: 3;
  font-weight: 700;
  font-size: 48px;
  line-height: 63.96px;
  text-align: center;
  color: #FFFFFF;
}
@media (max-width: 1024px) {
  .programma h3 {
    font-size: 40px;
    line-height: 60px;
  }
}
.programma h3 span {
  color: #FFFFFF;
  background: #B30909;
  padding: 14px 17px;
  border-radius: 15px;
}
@media (max-width: 1024px) {
  .programma h3 span {
    display: block;
    width: -moz-max-content;
    width: max-content;
    margin: auto;
    padding: 12px 16px;
  }
}
.programma_cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 46px;
}
@media (max-width: 1280px) {
  .programma_cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 1024px) {
  .programma_cards {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .programma_cards {
    grid-template-columns: repeat(1, 1fr);
  }
}
.programma_card {
  padding: 24px 20px;
  border-radius: 20px;
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .programma_card {
    padding: 17px 10px;
  }
}
.programma_card .date {
  border-radius: 30px;
  background: #313131;
  padding: 7px 10px;
  display: flex;
  align-items: center;
  gap: 5px;
  width: -moz-max-content;
  width: max-content;
}
.programma_card .date span {
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  color: #313131;
  padding: 7px 13px;
  border-radius: 30px;
  background: #FFFFFF;
}
.programma_card .date img {
  width: 33px;
  height: 33px;
  flex-shrink: 0;
}
.programma_card h6 {
  font-weight: 700;
  font-size: 16.2px;
  line-height: 26px;
  color: #000000;
  margin: 15px 0;
}
.programma_card h6 span {
  color: #B30909;
}
.programma_card ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.programma_card ul li {
  display: flex;
  align-items: center;
  gap: 7px;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  color: #000000;
}
.programma_card ul li b {
  display: inline;
}
.programma_card ul li img {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.programma_card .red_block {
  padding: 20px;
  border-radius: 15px;
  background: #B30909;
  margin-top: 57px;
  min-height: 210px;
}
@media (max-width: 1024px) {
  .programma_card .red_block {
    margin-top: 30px;
  }
}
.programma_card .red_block span {
  padding: 12px 16px;
  border-radius: 30px;
  background: #FFFFFF;
  font-weight: 700;
  font-size: 14.75px;
  line-height: 24.8px;
}
.programma_card .red_block p {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #FFFFFF;
  margin-top: 12px;
}

.comment {
  background: #FFFFFF;
  padding: 90px 0;
}
.comment h3 {
  font-weight: 700;
  font-size: 48px;
  line-height: 63.96px;
  text-align: center;
  color: #000000;
}
@media (max-width: 1024px) {
  .comment h3 {
    font-size: 40px;
    line-height: 60px;
    text-align: left;
  }
}
.comment_btns {
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: center;
  margin: 50px 0;
}
@media (max-width: 1024px) {
  .comment_btns {
    display: none;
  }
}
.comment_btns button {
  background: #B30909;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.comment_btns button.comment_prev svg {
  transform: translateX(-1px);
}
.comment_btns button.comment_next svg {
  transform: translateX(1px);
}
.comment .media_slider {
  display: none;
}
@media (max-width: 1024px) {
  .comment .media_slider {
    display: flex;
    margin-left: auto;
    margin-bottom: 10px;
  }
}
.comment .commentSwiper {
  overflow: visible;
}
.comment .commentSwiper .swiper-slide {
  height: auto;
}
.comment_block {
  border-radius: 15px;
  background: #F6F6F6;
  padding: 40px;
  height: 100%;
}
@media (max-width: 1024px) {
  .comment_block {
    padding: 30px 20px;
  }
}
.comment_block_head {
  display: flex;
  align-items: start;
  gap: 18px;
}
@media (max-width: 1024px) {
  .comment_block_head {
    gap: 10px;
  }
}
.comment_block h6 {
  font-weight: 700;
  font-size: 24px;
  line-height: 34.06px;
  color: #000000;
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  .comment_block h6 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 5px;
  }
}
.comment_block span {
  font-weight: 400;
  font-size: 16px;
  line-height: 20.8px;
  color: #808080;
}
@media (max-width: 1024px) {
  .comment_block span {
    font-size: 12px;
    line-height: 16px;
  }
}
.comment_block img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  flex-shrink: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1024px) {
  .comment_block img {
    width: 50px;
    height: 50px;
  }
}
.comment_block p {
  font-weight: 400;
  font-size: 15px;
  line-height: 21px;
  color: #000000;
  margin-top: 35px;
}
@media (max-width: 1024px) {
  .comment_block p {
    margin-top: 30px;
    font-size: 12px;
    line-height: 18px;
  }
}

.contact {
  background: #232323;
  padding: 47px 0 25px 0;
  overflow: hidden;
  height: 770px;
}
@media (max-width: 1024px) {
  .contact {
    height: auto;
    padding: 24px 0;
  }
}
.contact .container {
  position: relative;
  height: 100%;
}
@media (max-width: 1024px) {
  .contact .container {
    padding: 0 35px;
    padding-bottom: 170px;
  }
}
@media (max-width: 480px) {
  .contact .container {
    padding-bottom: 240px;
  }
}
.contact_left {
  width: 640px;
  position: relative;
  z-index: 3;
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  .contact_left {
    width: 100%;
  }
}
.contact_left h3 {
  font-weight: 700;
  font-size: 30px;
  line-height: 47px;
  text-transform: uppercase;
  color: #FFFFFF;
}
@media (max-width: 1024px) {
  .contact_left h3 {
    font-size: 26px;
    line-height: 35px;
  }
}
.contact_left i {
  display: block;
  margin: 7px 0 15px 0;
  font-weight: 400;
  font-style: Italic;
  font-size: 20px;
  line-height: 31px;
  color: #FFFFFF;
}
@media (max-width: 1024px) {
  .contact_left i {
    font-size: 16px;
    line-height: 20px;
    margin: 10px 0;
  }
}
.contact_left .red_block {
  font-weight: 700;
  font-size: 23px;
  line-height: 35.65px;
  padding: 14px 36px;
  color: #FFFFFF;
  background: #B30909;
  border-radius: 10px;
  margin-top: 15px;
  width: -moz-max-content;
  width: max-content;
}
@media (max-width: 1024px) {
  .contact_left .red_block {
    font-size: 16px;
    padding: 14px 24px;
    margin-top: 10px;
    line-height: 20px;
  }
}
@media (max-width: 480px) {
  .contact_left .red_block {
    width: auto;
  }
}
.contact_left .white_block {
  font-weight: 700;
  font-size: 23px;
  line-height: 35.65px;
  padding: 20px 30px;
  color: #B30909;
  background: #FFFFFF;
  border-radius: 10px;
  margin: 15px 0 30px 0;
  width: -moz-max-content;
  width: max-content;
}
@media (max-width: 1024px) {
  .contact_left .white_block {
    font-size: 16px;
    padding: 14px 24px;
    margin-top: 10px;
    margin: 10px 0;
    line-height: 20px;
  }
}
@media (max-width: 480px) {
  .contact_left .white_block {
    width: auto;
  }
}
.contact_left ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.contact_left ul li {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 700;
  font-size: 20px;
  line-height: 31px;
  color: #FFFFFF;
}
@media (max-width: 1024px) {
  .contact_left ul li {
    font-size: 14px;
    line-height: 20px;
  }
}
.contact_left ul li img {
  width: 31px;
  height: 31px;
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  .contact_left ul li img {
    width: 24px;
    height: 24px;
  }
}
.contact_img {
  position: absolute;
  top: -118px;
  width: 592px;
  height: 813px;
  flex-shrink: 0;
  right: -70px;
}
@media (max-width: 1024px) {
  .contact_img {
    position: relative;
    top: -30px;
    width: 289px;
    height: 396px;
    right: -50px;
    margin: auto;
  }
}
.contact_profile {
  position: absolute;
  left: -96px;
  top: 197px;
  border-radius: 30px;
  width: 345px;
  height: 345px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1024px) {
  .contact_profile {
    width: 200px;
    height: 200px;
    left: -70px;
    top: 91px;
  }
}
.contact_user {
  position: relative;
  z-index: 2;
}
.contact_bottom {
  position: absolute;
  bottom: 0;
  left: 16px;
  z-index: 4;
  border-radius: 30px;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 80px 12px 20px;
  gap: 20px;
  width: calc(100% - 32px);
}
@media (max-width: 1024px) {
  .contact_bottom {
    flex-direction: column;
    text-align: center;
    padding: 20px 10px;
    width: calc(100% - 70px);
    left: 35px;
  }
}
.contact_bottom span {
  border-radius: 15px;
  padding: 14px 28px;
  font-weight: 700;
  font-size: 14px;
  line-height: 21.7px;
  color: #FFFFFF;
  background: #B30909;
}
.contact_bottom p {
  font-weight: 700;
  font-size: 20.28px;
  line-height: 29px;
  max-width: 325px;
  margin-top: 10px;
}
.contact_bottom .red_btn {
  font-size: 25px;
  line-height: 30px;
  padding: 20px 50px;
  width: 560px;
}
@media (max-width: 1024px) {
  .contact_bottom .red_btn {
    font-size: 18px;
    width: 100%;
    padding: 10px 20px;
  }
}

.footer {
  padding: 24px 0;
  background: #232323;
}
.footer_top {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  overflow: hidden;
  margin-bottom: 14px;
}
.footer_logo {
  width: 187px;
  margin: auto;
  transform: translateY(-20px);
}
.footer_logo img {
  width: 100%;
}
.footer_bottom {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 16px;
}
@media (max-width: 1024px) {
  .footer_bottom {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 12px;
  }
}
.footer_bottom .end_link {
  text-align: right;
}
@media (max-width: 1024px) {
  .footer_bottom .end_link {
    text-align: center;
  }
}
.footer_bottom ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 1024px) {
  .footer_bottom ul {
    gap: 12px;
  }
}
.footer_bottom a,
.footer_bottom span {
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  color: #FFFFFF;
}
@media (max-width: 1024px) {
  .footer_bottom a,
  .footer_bottom span {
    font-size: 14px;
    line-height: 16px;
  }
}/*# sourceMappingURL=style.css.map */