@charset "UTF-8";
/*!
 * Bootstrap Reboot v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*, ::after, ::before {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

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

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

abbr[data-original-title], abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

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

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

ol ol, ol ul, ul ol, ul ul {
  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: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

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

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

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

code, kbd, pre, samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

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

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

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Reset and base styles  */
*,
*::before,
*::after {
  padding: 0px;
  margin: 0px;
  border: none;
  box-sizing: border-box;
}

/* Links */
a, a:visited {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

a:focus,
a:active {
  outline: none;
}

/* Common */
aside, nav, footer, header, section, main {
  display: block;
}

h1, h2, h3, h4, h5, h6, p {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

p + p {
  margin-top: 1em;
}

ul {
  list-style: none;
}

img, svg {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

/* Form */
input, textarea, button, select {
  font-family: inherit;
  font-size: inherit;
}

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

button, input[type=submit] {
  display: inline-block;
  box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
}

input:focus, input:active,
button:focus, button:active {
  outline: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

label {
  cursor: pointer;
}

legend {
  display: block;
}

.container {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 15px;
}

body {
  font-size: 20px;
  background-color: rgba(255, 255, 255, 0.4431372549);
}

.btn {
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  border: 1px solid black;
  padding: 10px 15px;
  font-size: 45px;
  border-radius: 10px;
  transition: background-color 0.4s ease;
  background-color: #fff;
}
.btn:hover {
  background-color: rgba(160, 112, 126, 0.5764705882);
  color: #fff;
}

.text {
  font-family: "Open Sans", sans-serif;
  font-size: 25px;
  margin: 0;
}

.h3-title {
  font-size: 35px;
  padding: 20px 0 0;
  margin: 0;
  line-height: 1.4;
}

.h4-title {
  font-size: 25px;
  font-family: "Open Sans", sans-serif;
  padding: 15px 0;
  line-height: 1.2;
  margin: 0;
}

.h5-title {
  font-family: 'Roboto", sans-serif';
  font-weight: 600;
  margin-bottom: 5px;
}

.none {
  display: none !important;
}

.header__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
  background-color: #cdc9c9;
}
.header__bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 0;
}
.header__img {
  max-width: 600px;
  margin-right: 50px;
}
.header__content {
  font-family: 'Roboto", sans-serif';
}
.header__title {
  font-size: 50px;
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 35px;
}
.header__subtitle {
  margin-bottom: 35px;
}

.logo {
  position: relative;
  text-align: center;
  font-size: 105px;
  font-weight: 500;
  color: #584245;
}
.logo::after {
  content: "";
  position: absolute;
  top: 48%;
  left: 39%;
  height: 1px;
  width: 126px;
  background-color: #584245;
}
.logo__top {
  margin-bottom: 15px;
}

.nav__items {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 10px 0;
  padding: 15px 15px;
}
.nav__item {
  font-size: 30px;
  font-weight: 500;
  font-family: "Marck Script", serif;
  transition: color 0.2s ease;
  transition: transform 0.4s ease;
}
.nav__item:hover {
  color: #892e3c;
  transform: translateX(-10%);
}
.nav__item .social {
  display: none;
}

.social__items {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}

.bi {
  transition: color 0.2s ease;
  width: 40px;
}

.bi-telegram:hover {
  color: #269DD9;
}

.bi-instagram:hover {
  color: #C63DC3;
}

.bi-youtube:hover {
  color: #FF0606;
}

@media (max-width: 1200px) {
  .header__bottom {
    padding: 15px 0;
  }
  .header__img {
    -o-object-fit: cover;
       object-fit: cover;
    max-width: 445px;
  }
  .header__title {
    font-size: 38px;
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 35px;
  }
  .header .text {
    font-size: 18px;
  }
  .header .btn {
    font-size: 18px;
  }
}
@media (max-width: 1080px) {
  .logo {
    font-size: 35px;
  }
  .logo::after {
    top: 50%;
    left: 24%;
    width: 115px;
  }
}
@media (max-width: 950px) {
  .header__bottom {
    align-items: center;
    justify-content: center;
    padding: 15px 0;
  }
  .header__img {
    -o-object-fit: cover;
       object-fit: cover;
    max-width: 287px;
    margin-right: 15px;
  }
  .header__content {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 20px;
  }
  .header__title {
    font-size: 25px;
    margin-bottom: 0px;
  }
  .header__subtitle {
    margin: 0;
  }
}
@media (max-width: 650px) {
  .header .social {
    display: none;
  }
  .header__bottom {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 5px 0;
  }
  .header__img {
    -o-object-fit: cover;
       object-fit: cover;
    max-width: 350px;
    margin-right: 0px;
  }
  .header__content {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 20px;
    max-width: 360px;
  }
  .header__title {
    font-size: 25px;
    margin-bottom: 0px;
  }
  .header__subtitle {
    margin: 0;
  }
}
@media (max-width: 465px) {
  .logo {
    font-size: 25px;
  }
  .logo::after {
    top: 50%;
    left: 24%;
    width: 80px;
  }
  .header .social {
    padding: 10px 0;
  }
  .header .social__items {
    flex-direction: row;
    gap: 10px;
  }
  .header .social .bi {
    width: 30px;
  }
}
.burger {
  display: none; /*flex*/ /*замена значения flex на none чтоб скрыть иконку*/
  position: relative;
  z-index: 50;
  align-items: center;
  justify-content: flex-end;
  width: 30px;
  height: 18px;
}
.burger span {
  height: 2px;
  width: 80%;
  transform: scale(1);
  background-color: #faf6f2;
}
.burger::before, .burger::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: #faf6f2;
  transition: all 0.3s ease 0s;
}
.burger::before {
  top: 0;
}
.burger::after {
  bottom: 0;
}

/* Добавляем класс active для анимации иконки бургера */
.burger.active span {
  transform: scale(0); /*убирает среднюю полоску в ноль*/
}
.burger.active::before {
  top: 50%;
  transform: rotate(-45deg) translate(0, -50%);
}
.burger.active::after {
  bottom: 50%;
  transform: rotate(45deg) translate(0, 50%);
}

@media (max-width: 650px) {
  .burger {
    display: flex;
  }
  .nav {
    display: none; /*flex*/ /*замена значения flex на none чтоб отобразить меню при клике*/
    flex-direction: column;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 50;
    overflow-y: auto;
    padding: 20px 20px;
    background-color: rgb(165, 165, 165);
    animation: burgerAnimation 0.4s;
  }
  .nav__item {
    font-size: 26px;
  }
  .nav__item .social {
    display: block;
  }
  .nav__item .social__items {
    gap: 20px;
  }
  .nav__item .social__items .bi {
    width: 45px;
  }
  .nav__item:hover {
    transform: translateX(5%);
  }
  .nav__item:last-child:hover {
    transform: translateX(0%);
    color: black;
  }
  .nav ul {
    flex-direction: column;
    row-gap: 30px;
  }
}
.open {
  display: flex !important;
}

@keyframes burgerAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.about__inner {
  font-family: "Open Sans", sans-serif;
}
.about__title {
  font-size: 35px;
  margin-bottom: 35px;
}
.about__text {
  margin-bottom: 35px;
}
.about__list {
  list-style: circle;
  padding-left: 20px;
}
.about__list__item {
  margin-bottom: 20px;
}
.about__list__item:last-child {
  margin-bottom: 0;
}

@media (max-width: 1200px) {
  .about__title {
    margin-bottom: 0;
    line-height: 1.3;
  }
  .about__text .text {
    font-size: 18px;
  }
}
@media (max-width: 600px) {
  .about__title {
    font-size: 30px;
  }
}
.product__inner {
  padding: 45px 0;
}
.product__title {
  margin-bottom: 15px;
  text-align: center;
}
.product__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
.product__text {
  padding: 20px 20px;
  display: flex;
  flex-direction: column;
}
.product__text p {
  margin: 0;
}
.product__content {
  box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.4);
  transition: 0.3s;
  height: 690px;
  width: 350px;
}
.product__content:hover {
  box-shadow: 0 13px 20px 0 rgba(0, 0, 0, 0.4);
  background-color: rgba(160, 112, 126, 0.5764705882);
}
.product__content img {
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
}

.training-period {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
}

.price {
  font-family: "Open Sans", sans-serif;
  font-size: 25px;
}

@media (max-width: 1000px) {
  .product__content {
    height: 590px;
  }
  .product__content img {
    height: 350px;
  }
}
.accordion {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.accordion__btn {
  border-top: 1px solid #e4e3e3;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  background-color: #f0f0f0;
  transition: all 0.3s ease-in;
  font-size: 25px;
}
.accordion__btn:hover {
  background-color: rgba(160, 112, 126, 0.3764705882);
}
.accordion__img-wrapper {
  width: 35px;
  height: 35px;
}
.accordion__arrow-img {
  width: 100%;
  transition: transform 0.5s;
}
.accordion__btn-active {
  background-color: rgba(160, 112, 126, 0.5764705882);
}
.accordion__btn-active .accordion__arrow-img {
  transform: rotate(-180deg);
}
.accordion__content {
  display: none;
  font-size: 25px;
  padding: 25px 0;
  font-family: "Open Sans", sans-serif;
  background-color: #ffffff;
}
.accordion__strong {
  font-family: "Open Sans", sans-serif;
}
.accordion__h3--red {
  color: red;
}
.accordion__h4--red {
  color: red;
}
.accordion__h4--text-center {
  text-align: center;
}
.accordion__h3-title {
  text-align: center;
}
.accordion__text {
  font-size: 20px;
  line-height: 1.9;
  margin-bottom: 8px;
}
.accordion__content-show {
  display: block;
}

.course-program__step {
  padding-left: 25px;
  list-style: circle;
}

.price__info {
  margin-top: 30px;
}

@media (max-width: 700px) {
  .h4-title {
    font-size: 18px;
  }
  .h3-title {
    font-size: 20px;
  }
  .accordion__text {
    font-size: 16px;
    line-height: 1.5;
  }
  .accordion__title {
    font-size: 18px;
    margin: 0;
    max-width: 250px;
  }
}
.video__iframe {
  width: 100%;
  height: 100%;
}

.video {
  padding: 35px 15px;
  margin: 0 auto;
  max-width: 900px;
  height: 560px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.video__wrapper {
  width: 100%;
  height: 100%;
  background-color: black;
}

.services__inner {
  padding: 45px 0;
}
.services__title {
  text-align: center;
  margin-bottom: 50px;
}
.services__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
.services__content {
  display: flex;
  box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.4);
  transition: 0.3s;
  width: 550px;
}
.services__content:hover {
  box-shadow: 0 13px 20px 0 rgba(0, 0, 0, 0.4);
  background-color: rgba(160, 112, 126, 0.5764705882);
}
.services__content img {
  height: 250px;
  width: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}
.services__text {
  padding: 0 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (max-width: 700px) {
  .services__content {
    width: 350px;
    height: 150px;
  }
  .services__content img {
    height: 150px;
  }
}
.credit__inner {
  padding-top: 50px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
.credit__slider-wrapper {
  -webkit-clip-path: polygon(0 0, 100% 4%, 100% 100%, 0 97%);
          clip-path: polygon(0 0, 100% 4%, 100% 100%, 0 97%);
  background-color: #0b5aa7;
  width: 100%;
}
.credit__slider-wrapper__slider {
  position: relative;
}
.credit .slick-prev {
  width: 130px;
  position: absolute;
  top: 50%;
  left: 150px;
  z-index: 2;
}
.credit .slick-prev:before {
  content: url("../images/icon/chevron-compact-left.svg");
}
.credit .slick-next {
  width: 130px;
  position: absolute;
  top: 50%;
  right: 150px;
  z-index: 3;
}
.credit .slick-next:before {
  content: url("../images/icon/chevron-compact-right.svg");
}
.credit__main {
  display: flex;
  flex-direction: column;
  justify-content: start;
}
.credit__h3-title {
  text-transform: uppercase;
  font-weight: 900;
  color: #ffffff;
  text-align: center;
}
.credit__h4-title {
  font-size: 35px;
  font-weight: 300;
  text-transform: uppercase;
  color: #ffffff;
}
.credit__h4-title span {
  -webkit-clip-path: polygon(5% 1%, 100% 0%, 95% 100%, 0% 100%);
          clip-path: polygon(5% 1%, 100% 0%, 95% 100%, 0% 100%);
  background-color: #e1200f;
  padding: 0 30px;
}
.credit__text {
  margin-top: 50px;
  width: 400px;
  color: #ffffff;
}
.credit__links {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 50px;
}
.credit__btn {
  transition: 0.1s ease-in;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.4);
  background-color: #ffffff;
  padding: 8px 30px;
}
.credit__btn:hover {
  box-shadow: 0 13px 20px 0 rgba(0, 0, 0, 0.4);
  background-color: #e1200f;
  color: #ffffff;
}
.credit__link {
  transition: 0.1s ease-in;
}
.credit__link:hover {
  color: #ffffff;
}
.credit__img {
  height: 680px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 1720px) {
  .credit .slick-prev {
    width: 80px;
    top: 50%;
    left: 20px;
  }
  .credit .slick-next {
    width: 80px;
    top: 50%;
    right: 20px;
  }
}
@media (max-width: 1365px) {
  .credit__text {
    font-size: 16px;
    margin-top: 11px;
    width: 308px;
  }
  .credit__h4-title {
    font-size: 28px;
  }
  .credit__img {
    height: 520px;
  }
  .credit__link {
    font-size: 17px;
  }
  .credit .slick-prev {
    width: 80px;
    top: 50%;
    left: 20px;
    z-index: 2;
  }
  .credit .slick-next {
    width: 80px;
    top: 50%;
    right: 20px;
    z-index: 3;
  }
}
@media (max-width: 1130px) {
  .credit__text {
    font-size: 13px;
    width: 262px;
  }
  .credit__h3-title {
    font-size: 27px;
  }
  .credit__h4-title {
    font-size: 20px;
  }
  .credit__img {
    height: 430px;
  }
  .credit__btn {
    font-size: 13px;
  }
  .credit__link {
    font-size: 13px;
  }
  .credit .slick-prev {
    width: 50px;
    left: 10px;
  }
  .credit .slick-next {
    width: 50px;
    right: 10px;
  }
}
@media (max-width: 899px) {
  .credit__slider-wrapper {
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%);
  }
  .credit__inner {
    padding: 20px 0 60px;
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
  .credit__img-wrapper {
    order: 1;
  }
  .credit__main {
    order: 2;
  }
  .credit__text {
    font-size: 17px;
    width: 400px;
  }
  .credit__h3-title {
    font-size: 32px;
  }
  .credit__h4-title {
    font-size: 33px;
  }
  .credit__img {
    height: 755px;
  }
  .credit__btn {
    font-size: 20px;
  }
  .credit__link {
    font-size: 18px;
  }
  .credit .slick-prev {
    width: 50px;
    left: 10px;
  }
  .credit .slick-next {
    width: 50px;
    right: 10px;
  }
}
@media (max-width: 699px) {
  .credit__inner {
    padding: 20px 0 60px;
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
  .credit__img-wrapper {
    order: 1;
  }
  .credit__main {
    order: 2;
  }
  .credit__text {
    font-size: 14px;
    width: 400px;
  }
  .credit__h3-title {
    font-size: 25px;
  }
  .credit__h4-title {
    font-size: 26px;
  }
  .credit__img {
    height: 600px;
  }
  .credit__btn {
    font-size: 16px;
  }
  .credit__link {
    font-size: 14px;
  }
  .credit .slick-prev {
    width: 50px;
    left: 10px;
  }
  .credit .slick-next {
    width: 50px;
    right: 10px;
  }
}
@media (max-width: 540px) {
  .credit__inner {
    padding: 20px 0 60px;
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
  .credit__img-wrapper {
    order: 1;
  }
  .credit__main {
    order: 2;
  }
  .credit__text {
    font-size: 13px;
    width: 250px;
  }
  .credit__h3-title {
    font-size: 21px;
  }
  .credit__h4-title {
    font-size: 22px;
  }
  .credit__h4-title span {
    -webkit-clip-path: polygon(4% 2%, 100% 0%, 96% 100%, 0% 100%);
            clip-path: polygon(4% 2%, 100% 0%, 96% 100%, 0% 100%);
    padding: 0 12px;
  }
  .credit__img {
    height: 440px;
  }
  .credit__btn {
    font-size: 16px;
    padding: 5px 20px;
  }
  .credit__link {
    font-size: 14px;
  }
}
@media (max-width: 440px) {
  .credit__inner {
    padding: 20px 0 60px;
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
  .credit__img-wrapper {
    order: 1;
  }
  .credit__main {
    order: 2;
  }
  .credit__text {
    font-size: 13px;
    width: 250px;
  }
  .credit__h3-title {
    font-size: 18px;
  }
  .credit__h4-title {
    font-size: 16px;
  }
  .credit__h4-title span {
    -webkit-clip-path: polygon(4% 2%, 100% 0%, 96% 100%, 0% 100%);
            clip-path: polygon(4% 2%, 100% 0%, 96% 100%, 0% 100%);
    padding: 0 12px;
  }
  .credit__img {
    height: 450px;
  }
  .credit__btn {
    font-size: 16px;
    padding: 5px 20px;
  }
  .credit__link {
    font-size: 14px;
  }
}
[data-tooltip] {
  position: relative; /* Относительное позиционирование */
}

[data-tooltip]::after {
  content: attr(data-tooltip); /* Выводим текст */
  position: absolute; /* Абсолютное позиционирование */
  width: 300px; /* Ширина подсказки */
  left: 0;
  top: 0; /* Положение подсказки */
  background: #3989c9; /* Синий цвет фона */
  color: #fff; /* Цвет текста */
  padding: 0.5em; /* Поля вокруг текста */
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3); /* Параметры тени */
  pointer-events: none; /* Подсказка */
  opacity: 0; /* Подсказка невидима */
  transition: 1s; /* Время появления подсказки */
}

[data-tooltip]:hover::after {
  opacity: 1; /* Показываем подсказку */
  top: 2em; /* Положение подсказки */
}

@media (max-width: 350px) {
  .credit__inner {
    padding: 20px 0 60px;
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
  .credit__img-wrapper {
    order: 1;
  }
  .credit__main {
    order: 2;
  }
  .credit__text {
    font-size: 13px;
    width: 250px;
  }
  .credit__h3-title {
    font-size: 18px;
  }
  .credit__h4-title {
    font-size: 14px;
  }
  .credit__h4-title span {
    -webkit-clip-path: polygon(4% 1%, 100% 0%, 96% 100%, 0% 100%);
            clip-path: polygon(4% 1%, 100% 0%, 96% 100%, 0% 100%);
    padding: 0 12px;
  }
  .credit__img {
    height: 450px;
  }
  .credit__btn {
    font-size: 16px;
    padding: 5px 20px;
  }
  .credit__link {
    font-size: 14px;
  }
}
.location .social__items {
  flex-direction: row;
  gap: 30px;
}
.location__title {
  text-align: center;
  padding-left: 30px;
  margin-bottom: 50px;
}
.location__map {
  background-color: #cdc9c9;
  width: 100%;
}
.location__map-iframe {
  width: 100%;
  height: 700px;
}

.info {
  font-family: "Open Sans", sans-serif;
  background-color: #f4f4f4;
  padding: 15px;
}
.info__inner {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.info h4 {
  margin: 0;
}
.info p {
  margin: 0;
}
.info p {
  font-size: 18px;
}
.info p a:hover {
  color: #892e3c;
}

@media (max-width: 700px) {
  .location__title {
    margin-bottom: 20px;
  }
}
@media (max-width: 658px) {
  .location__map-iframe {
    height: 300px;
  }
}
.footer__inner {
  margin-bottom: 0px;
}
.footer__content {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-around;
  align-items: start;
  flex-wrap: wrap;
  padding: 0 15px;
  background-color: #cdc9c9;
  margin-bottom: 0px;
}
.footer__logo {
  font-size: 50px;
}
.footer__logo::after {
  position: absolute;
  top: 50%;
  left: 37%;
  height: 1px;
  width: 72px;
  background-color: black;
}
.footer__bottom {
  border-top: 1px solid black;
  padding: 5px;
}
.footer__bottom-content {
  display: flex;
  justify-content: center;
  align-items: start;
  gap: 5px;
  flex-wrap: wrap;
}
.footer__bottom-info {
  height: 171px;
  background-color: rgba(17, 17, 17, 0.0745098039);
  padding: 15px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.online-registration__btn-wrapper {
  margin-bottom: 9px;
}

.online-registration__link {
  font-family: "Open Sans", sans-serif;
  padding: 4px;
  transition: transform 0.4s ease;
}
.online-registration__link:hover {
  color: #892e3c;
  transform: translateX(-10%);
}

.advertising {
  background-color: rgba(17, 17, 17, 0.0745098039);
  padding: 15px;
  border: black;
  width: 395px;
}
.advertising__item:last-child {
  margin-bottom: 0;
}
.advertising__item span:hover {
  color: #892e3c;
}

.copyright__text {
  margin: 0;
}

.personal-info__text {
  margin: 0;
}

@media (max-width: 400px) {
  .footer__logo {
    font-size: 50px;
  }
  .footer__content {
    justify-content: start;
  }
}/*# sourceMappingURL=main.css.map */