body {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Lato", sans-serif;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  overflow-x: hidden;
}

ul[class],
ol[class] {
  list-style: none;
}

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

a {
  color: #e31e24;
  text-decoration: none;
  font-family: "Lato", sans-serif;
  font-size: 15px;
  line-height: 1.5;
}

a:hover,
a:active,
a:visited {
  color: #e31e24;
}

.header {
  position: absolute;
  z-index: 7;
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  top: 0;
  left: 0;
  right: 0;
}

.header_button {
  background: #e31e24;
  padding: right;
  right: 15%;
  top: 39%;
  padding: 1% 2%;
  color: #ffffff !important;
}

.container {
  padding: 0 20px;
}

.logo {
  text-align: center;
  align-items: center;
  height: 80px;
  padding: 1% 0;
}
.chabarok__main__img {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  /* background: linear-gradient(to top, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.25)) */
}
.chabarok__main__description {
  position: absolute;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.5em;
  top: 88%;
  width: 85%;
  font-size: 1.5em;
  font-weight: bold;
  z-index: 4;
}
.chabarok__main__images {
  display: flex;
  flex-direction: column;
  /* height: 100vh; */
}
.chabarok__main__images__img {
  width: 100%;
}
.chabarok__main__images__img__shade1 {
  width: 100%;

  background: linear-gradient(
    to top,
    rgba(58, 58, 61, 0.52),
    rgb(49 48 49 / 73%)
  ) !important
    ;
}
.chabarok__main__images__img__shade2 {
  width: 100%;
  background: linear-gradient(
    to top,
    rgba(58, 58, 61, 0.52),
    rgb(49 48 49 / 73%)
  ) !important
    ;
}
.chabarok__main__images__img__shade3 {
  width: 100%;
  background: linear-gradient(
    to top,
    rgba(58, 58, 61, 0.52),
    rgb(49 48 49 / 73%)
  ) !important
    ;
}
.main__section {
  display: flex;
}

.main__section__description {
  font-size: 1em;
  padding: 10px 0;
}

.main__section__list {
  list-style: circle !important;
}

.main__section__course {
  padding: 5% 0 3% 0;
}

.info {
  margin-bottom: 5%;
}

.main__section__images {
  display: flex;
  justify-content: center;
}

.main__section__images_img {
  max-width: 250px;
}

.main__section__images_img_payment {
  width: 250px;
}
.line {
  position: absolute;
  width: 63%;
  height: 2px;
  background-color: #e31e24;
  margin: 1%;
}
.main__section__title {
  padding-top: 3%;
}
.form {
  display: none;
}

.table_column {
  text-align: right;
}

.footer {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: left;
  background: #25282c;
  z-index: 3;
  color: #ffffff;
  padding: 3% 5%;
  font-size: 1em;
}

.footer__wrapper {
  display: flex;
  flex-direction: column;
  padding-bottom: 15%;
  /* justify-content: center; */
}

.footer__info {
  display: flex;
  flex-direction: column;
  /* margin-left: 5%; */
  width: 250px;
}

.footer__info__list {
  line-height: 1.5;
  padding-left: 0%;
  width: 170px;
}

.footer__contacts__list__item {
  padding: 3% 0;
}

.footer_logo {
  max-width: 160px;
  max-height: 60px;
  padding: 1% 0 4% 0;
}

.footer__address {
  display: flex;
  flex-direction: column;
  width: 250px;
  /* padding: 5% 0; */
  /* margin-left: 10%; */
}

.footer__address__info {
  line-height: 1.5;
  text-align: left;
  word-break: break-word;
  list-style: none;
  margin-left: -15% !important;
}

.footer__contacts__list {
  padding: 3% 0;
}

.footer__contacts {
  display: flex;
  flex-direction: column;
  /* padding: 5% 0; */
  /* margin-left: 10%; */
}

.footer__contacts__info {
  text-align: left;
  word-break: break-word;
  list-style: none;
  line-height: 1.5;
  margin-left: -15% !important;
}

.footer__contacts__info__list {
  padding: 3% 0;
}

.footer__contacts__social_media {
  display: flex;
}

.footer__contacts__social__text {
  padding: 5% 0;
}

.footer__contacts__social_media__images {
  width: 24px;
  height: 24px;
  padding-right: 10px;

  filter: invert(1) brightness(1);
}

.footer__payment__image {
  width: 220px;
}

.copyright-text {
  text-align: left;
  padding-bottom: 5%;
}

.block_button_send {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.block_button_send__btn {
  background: linear-gradient(#ed7678, #ef3124);
  border-color: #ef3124;
  cursor: pointer;
  color: white;
  padding: 15px;
  border-radius: 25px;
  font-size: 18px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  font-family: inherit;
}

/* Media queries */
@media all and (min-width: 400px) {
  .footer__payment__image {
    width: 300px;
  }
}
@media all and (min-width: 768px) {
  .container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 15px;
  }
  .footer__wrapper {
    flex-direction: inherit;
    padding-bottom: 3%;
  }

  .footer__info {
    margin-left: 5%;
  }

  .footer__address {
    margin-left: -5%;
  }

  .footer__contacts {
    margin-left: 4%;
  }

  .main__section__images_img {
    max-width: 450px;
  }

  .main__section__images_img_payment {
    width: 600px;
  }

  .header_button {
    top: 20%;
    right: 5%;
  }
}

@media all and (min-width: 960px) {
  .main__section__images_img_payment {
    width: 750px;
  }

  .header_button {
    right: 10%;
  }

  .footer__address {
    margin-left: 0;
  }

  .footer__contacts__info {
    margin-left: -20%;
  }

  .chabarok__main__images__img__shade1,
  .chabarok__main__images__img__shade2,
  .chabarok__main__images__img__shade3 {
    width: 33.3%;
  }

  .chabarok__main__images {
    flex-direction: initial;
  }
}

@media all and (min-width: 1080px) {
  .main__section__images_img_payment {
    width: 950px;
  }

  .header_button {
    top: 30%;
    right: 15%;
  }
  .footer__payment {
    display: block;
    width: 750px;
    margin-top: -8%;
    margin-bottom: 3%;
  }

  .footer__payment__image {
    width: 750px;
    padding-top: 10%;
  }

  .footer__contacts__info {
    margin-left: -17%;
  }
}

/*
     FILE ARCHIVED ON 21:49:57 Apr 15, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 13:53:06 Oct 24, 2023.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 75.735
  exclusion.robots: 0.072
  exclusion.robots.policy: 0.063
  cdx.remote: 0.058
  esindex: 0.009
  LoadShardBlock: 52.77 (3)
  PetaboxLoader3.datanode: 79.629 (4)
  load_resource: 132.175
  PetaboxLoader3.resolve: 72.489
*/