@charset "UTF-8";

@font-face {
  font-family: "Century Gothic";
  src: url("src/fonts/centurygothic.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "Century Gothic";
  src: url("src/fonts/centurygothic_bold.ttf") format("truetype");
  font-style: normal;
  font-weight: bold;
}

html {
  font-family: "Century Gothic", sans-serif;
  font-weight: normal;
  color: #353535;
}

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

body {
  margin: 0;
  padding: 0;
  background-color: white;
  overflow-x: hidden;
}

#main_loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
}

.spinner {
  border: 5px solid rgba(0, 0, 0, 0.1);
  border-left-color: #4f9f2e;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

p,
h1,
h2,
h3,
h4,
h5,
a,
ul,
li {
  padding: 0;
  margin: 0;
}

.window {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(124, 189, 182, 0.6);
  display: none;
  z-index: 20;
}

.close {
  position: absolute;
  cursor: pointer;
}

.window_block {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 15px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  background-color: white;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}

.window_header {
  font-weight: 700;
  text-align: center;
}

.window_text {
  font-weight: 400;
  text-align: center;
}

.window_prize {
  font-weight: 600;
  text-align: center;
  color: #095565;
}

.window_button_link {
  text-decoration: none;
  background-color: #4f9f2e;
  border-radius: 15px;
  color: white;
  font-weight: 700;
  text-align: center;
}

.window_button {
  display: flex;
  align-items: center;
  justify-content: center;
}

.window_button_link:hover {
  background-color: #095565;
}

.main_image {
  opacity: 0;
  transition: opacity 1s ease;
}

.arrow_sticky {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 10;
  opacity: 0;
  transition: all 0.2s ease;
}

.arrow--visible {
  opacity: 1;
}

.arrow_block {
  cursor: pointer;
}

#specialButton {
  z-index: 11;
}

.header {
  width: 100%;
  position: fixed;
  display: flex;
  justify-content: center;
  background-color: white;
  transition: all 0.2s ease-in-out;
  z-index: 10;
}

.header_logo a {
  height: 100%;
  display: flex;
  justify-content: center;
}

.header--move {
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.25);
  transition: all 0.2s ease-in-out;
}

.header .container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header_social_media {
  display: none;
}

.header_social_media--activate {
  margin-top: 10px;
  top: 160px;
  left: 0;
  position: absolute;
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}

.menu {
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu_link {
  width: auto;
  text-decoration: none;
  color: #353535;
  font-weight: 500;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu_link:hover {
  font-weight: 700;
}

.menu_link--active {
  font-weight: 700;
  transition: all 0.2s ease;
}

.main {
  width: 100%;
  display: flex;
  justify-content: center;
}

.main .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.main_course {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.course_group {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  gap: 5px;
}

.course_author {
  font-weight: 300;
  text-align: right;
}

.course_name {
  font-weight: 700;
  color: #095565;
  text-align: right;
}

.course_description {
  font-weight: 300;
  text-align: right;
}

.course_underdescription {
  font-weight: 400;
  text-align: right;
}

.main_button_link {
  text-decoration: none;
  font-weight: 600;
  color: white;
}

.main_button {
  border: none;
  border-radius: 15px;
  background-color: #4f9f2e;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.1s ease-in-out;
}

.main_button:hover {
  background-color: #095565;
}

.course_citate {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}

.citate {
  font-style: italic;
  font-weight: 600;
  text-align: right;
}

.audience {
  width: 100%;
  display: flex;
  justify-content: center;
}

.audience .container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.audience_header {
  font-weight: 700;
  letter-spacing: 3px;
  color: #095565;
}

.audience_categories {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.audience_item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.audience_item_header {
  text-align: left;
  font-weight: 600;
  color: #095565;
}

.audience_text {
  text-align: left;
  font-weight: 400;
}

.course_specifics {
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: #dbf0ee;
}

.course_specifics .container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.course_specifics_header {
  font-weight: 700;
  letter-spacing: 3px;
  color: #095565;
}

.specifics {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.specific_row {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.specific_item {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
  background-color: white;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.program_unique {
  width: 100%;
  display: flex;
  justify-content: center;
}

.program_unique .container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.program_unique_header {
  text-align: center;
  font-weight: 700;
  color: #095565;
}

.unique {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.unique_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
  border-radius: 15px;
}

.unique--active {
  background-color: #dbf0ee;
  transition: all 0.3s ease;
}

.unique_circle {
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
}

.unique_header {
  font-weight: 600;
  text-align: center;
  color: #095565;
}

.unique_text {
  font-weight: 400;
  text-align: center;
}

.doctor {
  height: auto;
  width: 100%;
  background-color: #dbf0ee;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.doctor_section {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  background-color: #dbf0ee;
}

.doctor_section:nth-child(2) {
  background-color: #e5faf0;
}

.doctor .container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.doctor_block_header {
  color: #095565;
  font-weight: 700;
  text-align: center;
  z-index: 4;
}

.doctor_block {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 9;
}

.doctor_photo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
}

.doctor_info {
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: white;
  padding: 30px;
  border-radius: 60px;
}

.doctor_header {
  font-weight: 700;
  text-align: center;
  color: #383838;
}

.doctor_name {
  font-weight: 400;
  text-align: center;
  padding-top: 10px;
}

.doctor_list {
  height: auto;
  display: flex;
  flex-direction: column;
  color: #383838;
  gap: 20px;
}

.doctor_item {
  font-weight: 400;
  text-align: left;
}

.doctor_link {
  position: absolute;
  cursor: pointer;
  z-index: 3;
}

.specific_text {
  font-weight: 400;
  text-align: center;
}

.studying_stages {
  width: 100%;
  display: flex;
  justify-content: center;
}

.studying_stages .container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.stages {
  display: flex;
  justify-content: space-between;
}

.stage_item {
  gap: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.stage_circle {
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
  background-color: white;
}

.number {
  font-weight: 300;
}

.stage_header {
  font-weight: 500;
  color: #095565;
  text-align: center;
}

.stage_text {
  font-weight: 400;
  text-align: center;
}

.price {
  display: flex;
  justify-content: center;
  width: 100%;
}

.price .container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.price_header {
  color: #095565;
  font-weight: 700;
  text-align: center;
}

.price_tariff {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tariff {
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
  border-radius: 15px;
}

.optimal {
  background-position: center center;
  background-repeat: no-repeat;
}

.premium {
  background-position: center center;
  background-repeat: no-repeat;
}

.tariff_price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.tariff_block_price {
  background-color: white;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.price_num {
  font-weight: 500;
  color: #095565;
  text-align: center;
  font-weight: bold;
}

.underprice_num {
  font-weight: 400;
  text-align: center;
  text-decoration: line-through;
}

.tariff_header {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.tariff_header_text {
  width: 100%;
  color: white;
  font-weight: 700;
  text-align: left;
}

.tariff_underheader_text {
  width: 100%;
  color: white;
  font-weight: 500;
  text-align: left;
}

.tariff_list {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.tariff_item {
  font-weight: 400;
  color: white;
  text-align: left;
}

.tariff_button_link {
  text-decoration: none;
  font-weight: 600;
}

.tariff_button {
  border: none;
  border-radius: 15px;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.1s ease-in-out;
}

.woman_button_link {
  color: #4f9f2e;
}

.woman_button:hover {
  background-color: #4f9f2e;
  color: white;
}

.man_button_link {
  color: #4f9f2e;
}

.man_button:hover {
  background-color: #4f9f2e;
  color: white;
}

.contact {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
}

.contact .container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  z-index: 3;
}

.contact_header {
  font-weight: 700;
  color: #095565;
}

.contact_field {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}

.contact_explanation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  font-weight: 600;
  color: #095565;
}

.contact_text {
  width: 480px;
  font-weight: 600;
  font-size: 36px;
  letter-spacing: 8px;
  color: #095565;
}

.contact_description {
  font-weight: 400;
  text-align: left;
}

.footer {
  width: 100%;
  display: flex;
  justify-content: center;
  border-top: 1px solid #c4c4c4;
}

.footer .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.footer_block {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer_info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.foooter_address {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer_tel_link {
  text-decoration: none;
  color: #353535;
  font-weight: 700;
}

.footer_address_link,
.footer_email_link {
  text-decoration: none;
  color: #353535;
  font-weight: 400;
}

.footer_media_info {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.footer_nav {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.footer_column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.footer_column_block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer_header {
  font-weight: 700;
  color: #353535;
  text-align: left;
}

.footer_list {
  height: auto;
  display: flex;
  flex-direction: column;
  list-style-type: none;
}

.footer_item {
  width: auto;
  text-align: left;
}

.footer_link {
  text-decoration: none;
  font-weight: 400;
  color: #353535;
  text-align: left;
}

.footer_link:hover {
  text-decoration: underline;
}

.copyright_text {
  font-size: 12px;
  font-weight: 400;
  text-align: center;
}

@media (min-width: 1600px) {
  .close {
    margin-left: 530px;
    margin-top: -10px;
  }

  .window_block {
    width: 600px;
    height: 330px;
    padding: 30px;
  }

  .window_header {
    font-size: 30px;
    letter-spacing: 3px;
  }

  .window_text {
    font-size: 22px;
    letter-spacing: 2px;
    margin-top: 20px;
  }

  .window_prize {
    font-size: 78px;
    margin-bottom: 20px;
  }

  .window_button_link {
    width: 430px;
    font-size: 32px;
    letter-spacing: 3px;
  }

  .window_button {
    width: 430px;
    height: 60px;
  }

  .arrow_block {
    width: 70px;
  }

  .arrow_sticky {
    width: 70px;
  }

  #specialButton {
    width: 40px;
  }

  .container {
    max-width: 1360px;
    width: 100%;
    height: 100%;
  }

  .header {
    height: 90px;
    padding: 0 50px;
  }

  .header_logo {
    width: auto;
    height: auto;
  }

  .logo {
    width: 320px;
    height: auto;
  }

  .burger_menu {
    display: none;
  }

  .menu {
    width: 680px;
    height: 30px;
  }

  .menu_list {
    width: 680px;
    list-style-type: none;
    display: flex;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
  }

  .menu_link {
    min-width: 125px;
    font-size: 18px;
  }

  .main {
    height: 960px;
  }

  .background_figure {
    position: absolute;
    border-bottom: 960px solid #dbf0ee;
    border-right: 190px solid transparent;
    height: 0;
    left: 0;
    width: 53vw;
    z-index: -1;
  }

  .main .container {
    padding-top: 90px;
  }

  .main_course {
    width: 770px;
    height: 600px;
    justify-content: space-around;
    gap: 30px;
    margin-bottom: 90px;
  }

  .course_author {
    width: 650px;
    height: 96px;
    font-size: 32px;
    letter-spacing: 3px;
    margin-bottom: 20px;
  }

  .course_name {
    width: 700px;
    height: 94px;
    font-size: 64px;
    letter-spacing: 2px;
  }

  .course_underdescription {
    width: 670px;
    font-size: 22px;
    letter-spacing: 2px;
  }

  .course_description {
    width: 670px;
    height: 108px;
    font-size: 22px;
    letter-spacing: 4px;
  }

  .main_button_link {
    width: 600px;
    font-size: 24px;
    letter-spacing: 3px;
  }

  .main_button {
    width: 600px;
    height: 86px;
  }

  .course_citate {
    width: 600px;
    height: 110px;
    margin-top: 50px;
  }

  .quotes {
    width: 65px;
    margin-top: -10px;
  }

  .citate {
    width: 627px;
    height: 110px;
    font-size: 30px;
    letter-spacing: 3px;
  }

  .main_background {
    width: 600px;
    height: 830px;
  }

  .main_image {
    width: 620px;
    height: 850px;
  }

  .audience {
    height: 700px;
  }

  .audience .container {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .audience_header {
    height: 58px;
    font-size: 42px;
  }

  .audience_categories {
    height: 436px;
  }

  .audience_item {
    width: 335px;
    height: 341px;
    gap: 20px;
  }

  .audience_image {
    height: 100px;
  }

  .audience_item_header {
    width: 260px;
    height: 58px;
    font-size: 24px;
  }

  .audience_text {
    height: 168px;
    font-size: 20px;
  }

  .course_specifics {
    height: 800px;
  }

  .course_specifics .container {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .course_specifics_header {
    height: 58px;
    font-size: 42px;
  }

  .specifics {
    height: 472px;
  }

  .specific_item {
    width: 317px;
    height: 210px;
    padding: 20px;
  }

  .specific_image {
    width: 60px;
    height: 60px;
  }

  .specific_text {
    font-size: 20px;
    height: 90px;
  }

  .program_unique {
    height: 900px;
  }

  .program_unique .container {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .program_unique_header {
    font-size: 42px;
    letter-spacing: 3px;
  }

  .unique_item {
    width: 405px;
    height: 550px;
    padding: 50px 20px;
  }

  .unique_circle {
    width: 120px;
    height: 120px;
  }

  .unique_picture {
    height: 70px;
  }

  .unique_header {
    width: 368px;
    height: 86px;
    font-size: 32px;
    letter-spacing: 3px;
  }

  .unique_text {
    height: 190px;
    font-size: 20px;
    letter-spacing: 1.2px;
  }

  .doctor .container {
    padding-top: 20px;
  }

  .doctor_block_header {
    font-size: 42px;
    letter-spacing: 3px;
  }

  .doctor_block {
    height: auto;
  }

  .doctor_photo {
    height: 720px;
    width: auto;
  }

  .doctor_photo:nth-child(2) {
    display: flex;
    justify-content: flex-start;
  }

  .doctor_image {
    height: 600px;
  }

  .doctor_info {
    width: 690px;
    gap: 50px;
  }

  .doctor_header {
    font-size: 28px;
    letter-spacing: 3px;
  }

  .doctor_name {
    width: 690px;
    letter-spacing: 3px;
    font-size: 40px;
  }

  .doctor_list {
    height: auto;
    display: flex;
    flex-direction: column;
    color: #383838;
    padding-left: 30px;
  }

  .doctor_item {
    font-size: 20px;
    padding-left: 20px;
  }

  .doctor_padding {
    padding-top: 60px;
    height: 780px;
  }

  .doctor_link {
    width: 25px;
    height: 25px;
  }

  .first_link {
    margin-top: 30px;
    margin-left: 580px;
  }

  .second_link {
    margin-top: 35px;
    margin-left: 580px;
  }

  .third_link {
    margin-top: 33px;
    margin-left: 555px;
  }

  .open_site {
    width: 25px;
    height: 25px;
  }

  .studying_stages {
    height: 750px;
  }

  .studying_stages .container {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .studying_stages_header {
    font-weight: 700;
    font-size: 42px;
    color: #095565;
    height: 60px;
  }

  .studying_stages_wrap {
    width: 100%;
    height: 450px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }

  .stages_numbers {
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .stage_number {
    width: 400px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .decorate_line {
    position: absolute;
    margin-left: 155px;
    z-index: -1;
    width: 1000px;
    height: 6px;
  }

  .stage_circle {
    width: 100px;
    height: 100px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
    background-color: white;
  }

  .number {
    font-size: 64px;
  }

  .stages {
    width: 100%;
    height: 300px;
    align-items: flex-start;
  }

  .stage_item {
    width: 400px;
    height: 300px;
  }

  .stage_header {
    width: 390px;
    font-size: 32px;
    letter-spacing: 3px;
  }

  .stage_text {
    height: 203px;
    font-size: 24px;
  }

  .price {
    height: 1200px;
  }

  .price .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .price_header {
    font-size: 42px;
  }

  .price_tariff {
    height: 950px;
  }

  .tariff {
    gap: 40px;
    width: 590px;
    height: 950px;
    padding: 20px 40px;
  }

  .tariff_price {
    height: 85px;
  }

  .tariff_block_price {
    padding: 10px;
    width: 245px;
    height: 85px;
    gap: 5px;
  }

  .price_num {
    font-size: 30px;
    letter-spacing: 3px;
  }

  .underprice_num {
    font-size: 20px;
  }

  .tariff_header {
    height: 100px;
    gap: 3px;
  }

  .tariff_header_text {
    font-size: 48px;
  }

  .tariff_underheader_text {
    font-size: 32px;
    letter-spacing: 3px;
  }

  .tariff_list {
    height: 540px;
    gap: 20px;
    padding-left: 20px;
  }

  .tariff_item {
    padding-left: 20px;
    font-size: 24px;
  }

  .tariff_button_link {
    width: 447px;
    height: 60px;
    letter-spacing: 3px;
    font-size: 30px;
  }

  .tariff_button {
    width: 447px;
    height: 60px;
  }

  .contact {
    height: 600px;
  }

  .background_figure5 {
    position: absolute;
    border-bottom: 600px solid #dbf0ee;
    border-left: 110px solid transparent;
    height: 0;
    right: 0;
    width: 43vw;
    z-index: 1;
  }

  .contact .container {
    gap: 40px;
    padding-top: 50px;
    padding-bottom: 70px;
  }

  .contact_header {
    font-size: 42px;
    letter-spacing: 3px;
  }

  .contact_block {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .contact_field {
    width: 825px;
    height: 180px;
  }

  .contact_explanation {
    width: 570px;
    height: 60px;
    font-size: 36px;
    letter-spacing: 10px;
  }

  .contact_phone {
    width: 60px;
  }

  .contact_text {
    width: 480px;
    font-weight: 600;
    font-size: 36px;
    letter-spacing: 8px;
    color: #095565;
  }

  .contact_description {
    font-size: 28px;
  }

  .map_width {
    width: 500px;
    height: 350px;
  }

  .footer {
    height: 500px;
  }

  .footer .container {
    padding-top: 70px;
    padding-bottom: 70px;
    gap: 110px;
  }

  .footer_block {
    gap: 110px;
  }

  .footer_info {
    width: 270px;
    height: 100%;
  }

  .footer_tel_link {
    font-size: 24px;
  }

  .footer_address_link,
  .footer_email_link {
    font-size: 18px;
  }

  .footer_image_link {
    height: 50px;
  }

  .footer_media_info {
    width: 220px;
  }

  .footer_media {
    height: 43px;
  }

  .line {
    width: 3px;
    top: 20%;
    right: 0;
    height: 60%;
    background-color: #ebebeb;
    border-radius: 10px;
  }

  .footer_nav {
    width: 700px;
    height: 100%;
  }

  .footer_column {
    width: 230px;
    height: 280px;
  }

  .footer_column_block {
    width: 230px;
    height: 140px;
    gap: 20px;
  }

  .footer_header {
    font-size: 24px;
  }

  .footer_list {
    width: 230px;
    gap: 5px;
  }

  .footer_item {
    padding-left: 30px;
  }

  .footer_link {
    font-size: 18px;
  }

  .copyright_text {
    width: 1200px;
  }
}

@media ((min-width: 1201px) and (max-width: 1599px)) {
  .close {
    margin-left: 530px;
    margin-top: -10px;
  }

  .window_block {
    width: 600px;
    height: 330px;
    padding: 30px;
  }

  .window_header {
    font-size: 30px;
    letter-spacing: 3px;
  }

  .window_text {
    font-size: 22px;
    letter-spacing: 2px;
    margin-top: 20px;
  }

  .window_prize {
    font-size: 78px;
    margin-bottom: 20px;
  }

  .window_button_link {
    width: 430px;
    font-size: 32px;
    letter-spacing: 3px;
  }

  .window_button {
    width: 430px;
    height: 60px;
  }

  .arrow_block {
    width: 70px;
  }

  .arrow_sticky {
    width: 70px;
  }

  #specialButton {
    width: 40px;
  }

  .container {
    max-width: 1160px;
    width: 100%;
    height: 100%;
  }

  .header {
    height: 90px;
  }

  .header_logo {
    width: auto;
    height: auto;
  }

  .logo {
    width: 280px;
    height: auto;
  }
  .burger_menu {
    display: none;
  }

  .menu {
    width: 680px;
    height: 30px;
  }

  .menu_list {
    width: 725px;
    list-style-type: none;
    display: flex;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
  }

  .menu_link {
    min-width: 125px;
    font-size: 18px;
  }

  .main {
    height: 760px;
  }

  .background_figure {
    position: absolute;
    border-bottom: 760px solid #dbf0ee;
    border-right: 190px solid transparent;
    height: 0;
    left: 0;
    width: 50vw;
    z-index: -1;
  }

  .main .container {
    padding-top: 90px;
  }

  .main_course {
    width: 600px;
    height: 600px;
    justify-content: space-around;
    gap: 20px;
  }

  .course_author {
    width: 650px;
    height: 96px;
    font-size: 28px;
    letter-spacing: 3px;
    margin-bottom: 20px;
  }

  .course_name {
    width: 600px;
    height: 85px;
    font-size: 58px;
    letter-spacing: 2px;
  }

  .course_underdescription {
    width: 600px;
    font-size: 22px;
    letter-spacing: 2px;
  }

  .course_description {
    width: 600px;
    height: 108px;
    font-size: 22px;
    letter-spacing: 4px;
  }

  .main_button_link {
    width: 600px;
    font-size: 24px;
    letter-spacing: 3px;
  }

  .main_button {
    width: 100%;
    height: 86px;
  }

  .course_citate {
    width: 600px;
    height: 110px;
    margin-top: 50px;
  }

  .quotes {
    width: 65px;
    margin-top: -10px;
  }

  .citate {
    width: 627px;
    height: 110px;
    font-size: 28px;
    letter-spacing: 3px;
  }

  .main_background {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 600px;
    height: 100%;
  }

  .main_image {
    width: 455px;
    height: 625px;
  }

  .audience {
    height: 700px;
  }

  .audience .container {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .audience_header {
    height: 58px;
    font-size: 42px;
  }

  .audience_categories {
    height: 436px;
  }

  .audience_item {
    width: 305px;
    height: 341px;
    gap: 20px;
  }

  .audience_image {
    height: 100px;
  }

  .audience_item_header {
    width: 260px;
    height: 58px;
    font-size: 24px;
  }

  .audience_text {
    height: 168px;
    font-size: 20px;
  }

  .course_specifics {
    height: 800px;
  }

  .course_specifics .container {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .course_specifics_header {
    height: 58px;
    font-size: 42px;
  }

  .specifics {
    height: 472px;
  }

  .specific_item {
    width: 300px;
    height: 200px;
    padding: 20px;
  }

  .specific_image {
    width: 60px;
    height: 60px;
  }

  .specific_text {
    font-size: 20px;
    height: 100px;
  }

  .program_unique {
    height: auto;
  }

  .program_unique .container {
    padding-top: 80px;
    padding-bottom: 80px;
    gap: 60px;
  }

  .program_unique_header {
    font-size: 42px;
    letter-spacing: 3px;
  }

  .unique_item {
    width: 350px;
    height: 600px;
    padding: 50px 20px;
  }

  .unique_circle {
    width: 120px;
    height: 120px;
  }

  .unique_picture {
    height: 70px;
  }

  .unique_header {
    width: 320px;
    height: 86px;
    font-size: 28px;
    letter-spacing: 3px;
  }

  .unique_text {
    height: 270px;
    font-size: 20px;
    letter-spacing: 1.2px;
  }

  .doctor .container {
    padding-top: 20px;
  }

  .doctor_block_header {
    font-size: 42px;
    letter-spacing: 3px;
  }

  .doctor_block {
    height: auto;
    padding: 40px 0;
  }

  .doctor_photo {
    width: auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .doctor_image {
    height: 550px;
  }

  .doctor_info {
    width: 580px;
    gap: 50px;
  }

  .doctor_header {
    font-size: 28px;
    letter-spacing: 3px;
  }

  .doctor_name {
    width: 580px;
    letter-spacing: 3px;
    font-size: 40px;
  }

  .doctor_list {
    height: auto;
    display: flex;
    flex-direction: column;
    color: #383838;
    padding-left: 20px;
  }

  .doctor_item {
    font-size: 20px;
    padding-left: 20px;
  }

  .doctor_padding {
    padding-top: 60px;
    height: 780px;
  }

  .doctor_link {
    width: 25px;
    height: 25px;
  }

  .first_link {
    margin-top: 30px;
    margin-left: 530px;
  }

  .second_link {
    margin-top: 35px;
    margin-left: 530px;
  }

  .third_link {
    margin-top: 35px;
    margin-left: 500px;
  }

  .open_site {
    width: 25px;
    height: 25px;
  }

  .studying_stages {
    height: 780px;
  }

  .studying_stages .container {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .studying_stages_header {
    font-weight: 700;
    font-size: 42px;
    color: #095565;
    height: 60px;
  }

  .studying_stages_wrap {
    width: 100%;
    height: 490px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }

  .stages_numbers {
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .stage_number {
    width: 360px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .decorate_line {
    position: absolute;
    margin-left: 155px;
    z-index: -1;
    width: 800px;
    height: 6px;
  }

  .stage_circle {
    width: 100px;
    height: 100px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
    background-color: white;
  }

  .number {
    font-size: 64px;
  }

  .stages {
    width: 100%;
    height: 350px;
    align-items: flex-start;
  }

  .stage_item {
    width: 360px;
    height: 350px;
  }

  .stage_header {
    width: 360px;
    font-size: 32px;
    letter-spacing: 3px;
  }

  .stage_text {
    height: 230px;
    font-size: 24px;
  }

  .price {
    height: 1150px;
  }

  .price .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .price_header {
    font-size: 42px;
  }

  .price_tariff {
    height: 950px;
  }

  .tariff {
    gap: 40px;
    width: 545px;
    height: auto;
    padding: 10px 40px;
  }

  .tariff_price {
    height: 85px;
  }

  .tariff_block_price {
    padding: 10px;
    width: 215px;
    height: 75px;
    gap: 5px;
  }

  .price_num {
    font-size: 28px;
    letter-spacing: 3px;
  }

  .underprice_num {
    font-size: 20px;
  }

  .tariff_header {
    gap: 3px;
  }

  .tariff_header_text {
    font-size: 44px;
  }

  .tariff_underheader_text {
    font-size: 30px;
    letter-spacing: 3px;
  }

  .tariff_list {
    height: 560px;
    gap: 20px;
    padding-left: 20px;
  }

  .tariff_item {
    padding-left: 20px;
    font-size: 22px;
  }

  .tariff_button_link {
    width: 447px;
    height: 60px;
    letter-spacing: 3px;
    font-size: 30px;
  }

  .tariff_button {
    width: 447px;
    height: 60px;
  }

  .contact {
    height: 600px;
  }

  .background_figure5 {
    position: absolute;
    border-bottom: 600px solid #dbf0ee;
    border-left: 110px solid transparent;
    height: 0;
    right: 0;
    width: 40vw;
    z-index: 1;
  }

  .contact .container {
    gap: 40px;
    padding-top: 50px;
    padding-bottom: 70px;
  }

  .contact_header {
    font-size: 42px;
    letter-spacing: 3px;
  }

  .contact_block {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .contact_field {
    width: 650px;
    height: 180px;
  }

  .contact_explanation {
    width: 570px;
    height: 60px;
    font-size: 36px;
    letter-spacing: 10px;
  }

  .contact_phone {
    width: 55px;
  }

  .contact_text {
    width: 480px;
    font-weight: 600;
    font-size: 32px;
    letter-spacing: 8px;
    color: #095565;
  }

  .contact_description {
    font-size: 24px;
  }

  .map_width {
    width: 450px;
    height: 350px;
  }

  .footer {
    height: 500px;
  }

  .footer .container {
    padding: 70px 20px;
    gap: 110px;
  }

  .footer_block {
    gap: 110px;
  }

  .footer_info {
    width: 290px;
    height: 100%;
  }

  .footer_tel_link {
    font-size: 24px;
  }

  .footer_address_link,
  .footer_email_link {
    font-size: 18px;
  }

  .footer_image_link {
    height: 50px;
  }

  .footer_media_info {
    width: 220px;
  }

  .footer_media {
    height: 43px;
  }

  .line {
    width: 3px;
    top: 20%;
    right: 0;
    height: 60%;
    background-color: #ebebeb;
    border-radius: 10px;
  }

  .footer_nav {
    width: 700px;
    height: 100%;
  }

  .footer_column {
    width: 230px;
    height: 280px;
  }

  .footer_column_block {
    width: 230px;
    height: 140px;
    gap: 20px;
  }

  .footer_header {
    font-size: 24px;
  }

  .footer_list {
    width: 230px;
    gap: 5px;
  }

  .footer_item {
    padding-left: 30px;
  }

  .footer_link {
    font-size: 18px;
  }
}

@media ((min-width: 1025px) and (max-width: 1200px)) {
  .close {
    margin-left: 530px;
    margin-top: -10px;
  }

  .window_block {
    width: 600px;
    height: 330px;
    padding: 30px;
  }

  .window_header {
    font-size: 30px;
    letter-spacing: 3px;
  }

  .window_text {
    font-size: 22px;
    letter-spacing: 2px;
    margin-top: 20px;
  }

  .window_prize {
    font-size: 78px;
    margin-bottom: 20px;
  }

  .window_button_link {
    width: 430px;
    font-size: 32px;
    letter-spacing: 3px;
  }

  .window_button {
    width: 430px;
    height: 60px;
  }

  .arrow_block {
    width: 70px;
  }

  .arrow_sticky {
    width: 70px;
  }

  #specialButton {
    width: 40px;
  }

  .container {
    max-width: 980px;
    width: 100%;
    height: 100%;
  }

  .header {
    height: 65px;
  }

  .header_logo {
    width: auto;
    height: auto;
  }

  .logo {
    width: 240px;
    height: auto;
  }

  .burger_menu {
    display: none;
  }

  .menu {
    width: 680px;
    height: 30px;
  }

  .menu_list {
    width: 725px;
    list-style-type: none;
    display: flex;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
  }

  .menu_link {
    min-width: 120px;
    font-size: 16px;
  }

  .main {
    height: 620px;
  }

  .background_figure {
    position: absolute;
    border-bottom: 620px solid #dbf0ee;
    border-right: 160px solid transparent;
    height: 0;
    left: 0;
    width: 46vw;
    z-index: -1;
  }

  .main .container {
    padding-top: 100px;
  }

  .main_course {
    width: 500px;
    height: 500px;
    gap: 30px;
  }

  .course_author {
    width: 600px;
    height: 56px;
    font-size: 20px;
    letter-spacing: 3px;
  }

  .course_underdescription {
    width: 600px;
    font-size: 18px;
    letter-spacing: 2px;
  }

  .course_name {
    width: 600px;
    height: 65px;
    font-size: 50px;
    letter-spacing: 2px;
  }

  .course_description {
    width: 600px;
    height: 68px;
    font-size: 18px;
    letter-spacing: 4px;
  }

  .main_button_link {
    width: 480px;
    font-size: 20px;
    letter-spacing: 3px;
  }

  .main_button {
    width: 100%;
    height: 86px;
  }

  .course_citate {
    width: 580px;
    height: 70px;
    margin-top: 10px;
  }

  .quotes {
    width: 45px;
    margin-top: -10px;
  }

  .citate {
    padding-left: 10px;
    width: 450px;
    height: 70px;
    font-size: 24px;
    letter-spacing: 3px;
  }

  .main_background {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 400px;
    height: 100%;
  }

  .main_image {
    width: 400px;
    height: 550px;
  }

  .audience {
    height: 700px;
  }

  .audience .container {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .audience_header {
    height: 58px;
    font-size: 42px;
  }

  .audience_categories {
    height: 436px;
  }

  .audience_item {
    width: 305px;
    height: 341px;
    gap: 20px;
  }

  .audience_image {
    height: 100px;
  }

  .audience_item_header {
    width: 260px;
    height: 58px;
    font-size: 24px;
  }

  .audience_text {
    height: 168px;
    font-size: 20px;
  }

  .course_specifics {
    height: 800px;
  }

  .course_specifics .container {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .course_specifics_header {
    height: 58px;
    font-size: 42px;
  }

  .specifics {
    height: 472px;
  }

  .specific_item {
    width: 300px;
    height: 200px;
    padding: 20px;
  }

  .specific_image {
    width: 60px;
    height: 60px;
  }

  .specific_text {
    font-size: 20px;
    height: 100px;
  }

  .program_unique {
    height: 850px;
  }

  .program_unique .container {
    padding-top: 80px;
    padding-bottom: 80px;
    gap: 30px;
  }

  .program_unique_header {
    font-size: 42px;
    letter-spacing: 3px;
  }

  .unique_item {
    width: 300px;
    height: 540px;
    padding: 50px 10px;
  }

  .unique_circle {
    width: 120px;
    height: 120px;
  }

  .unique_picture {
    height: 70px;
  }

  .unique_header {
    width: 290px;
    height: 86px;
    font-size: 26px;
    letter-spacing: 3px;
  }

  .unique_text {
    height: 240px;
    font-size: 18px;
    letter-spacing: 1.2px;
  }

  .doctor .container {
    padding-top: 20px;
  }

  .doctor_block_header {
    font-size: 42px;
    letter-spacing: 3px;
  }

  .doctor_block {
    height: auto;
    flex-direction: column;
    padding: 100px 0;
    gap: 20px;
  }

  .doctor_block:nth-child(3) {
    height: auto;
    flex-direction: column-reverse;
    padding: 40px 0;
    gap: 20px;
  }

  .doctor_photo {
    width: auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .doctor_image {
    height: 450px;
  }

  .doctor_info {
    width: 500px;
    gap: 50px;
  }

  .doctor_header {
    font-size: 24px;
    letter-spacing: 3px;
  }

  .doctor_name {
    width: 580px;
    letter-spacing: 3px;
    font-size: 36px;
  }

  .doctor_list {
    height: auto;
    display: flex;
    flex-direction: column;
    color: #383838;
    padding-left: 30px;
  }

  .doctor_item {
    font-size: 20px;
    padding-left: 20px;
  }

  .doctor_padding {
    padding-top: 0px;
    height: 720px;
  }

  .doctor_link {
    width: 20px;
    height: 20px;
  }

  .first_link {
    margin-top: 30px;
    margin-left: 510px;
  }

  .second_link {
    margin-top: 35px;
    margin-left: 500px;
  }

  .third_link {
    margin-top: 33px;
    margin-left: 480px;
  }

  .open_site {
    width: 20px;
    height: 20px;
  }

  .studying_stages {
    height: 780px;
  }

  .studying_stages .container {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .studying_stages_header {
    font-weight: 700;
    font-size: 42px;
    color: #095565;
    height: 60px;
  }

  .studying_stages_wrap {
    width: 100%;
    height: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }

  .stages_numbers {
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .stage_number {
    width: 320px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .decorate_line {
    position: absolute;
    margin-left: 155px;
    z-index: -1;
    width: 700px;
    height: 6px;
  }

  .stage_circle {
    width: 100px;
    height: 100px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
    background-color: white;
  }

  .number {
    font-size: 64px;
  }

  .stages {
    width: 100%;
    height: 350px;
    align-items: flex-start;
  }

  .stage_item {
    width: 320px;
    height: 300px;
  }

  .stage_header {
    width: 320px;
    font-size: 28px;
    letter-spacing: 3px;
  }

  .stage_text {
    height: 180px;
    font-size: 20px;
  }

  .price {
    min-height: 1820px;
    height: auto;
  }

  .price .container {
    padding-top: 10px;
    padding-bottom: 50px;
    gap: 50px;
  }

  .price_header {
    font-size: 42px;
  }

  .price_tariff {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 80px;
    min-height: 1650px;
    height: auto;
  }

  .tariff {
    gap: 40px;
    width: 545px;
    min-height: 720px;
    height: auto;
    padding: 10px 40px;
  }

  .tariff_price {
    height: 85px;
  }

  .tariff_block_price {
    padding: 10px;
    width: 215px;
    height: 75px;
    gap: 5px;
  }

  .price_num {
    font-size: 28px;
    letter-spacing: 3px;
  }

  .underprice_num {
    font-size: 18px;
  }

  .tariff_header {
    gap: 3px;
  }

  .tariff_header_text {
    font-size: 44px;
  }

  .tariff_underheader_text {
    font-size: 30px;
    letter-spacing: 3px;
  }

  .tariff_list {
    height: auto;
    gap: 20px;
    padding-left: 20px;
  }

  .tariff_item {
    padding-left: 20px;
    font-size: 22px;
  }

  .tariff_button_link {
    width: 447px;
    height: 60px;
    letter-spacing: 3px;
    font-size: 30px;
  }

  .tariff_button {
    width: 447px;
    height: 60px;
  }

  .contact {
    height: 600px;
  }

  .background_figure5 {
    position: absolute;
    border-bottom: 600px solid #dbf0ee;
    border-left: 130px solid transparent;
    height: 0;
    right: 0;
    width: 40vw;
    z-index: 1;
  }

  .contact .container {
    gap: 40px;
    padding-top: 50px;
    padding-bottom: 70px;
  }

  .contact_header {
    font-size: 42px;
    letter-spacing: 3px;
  }

  .contact_block {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .contact_field {
    width: 500px;
    height: 180px;
  }

  .contact_explanation {
    width: 570px;
    height: 60px;
    font-size: 36px;
    letter-spacing: 10px;
  }

  .contact_phone {
    width: 55px;
  }

  .contact_text {
    width: 480px;
    font-weight: 600;
    font-size: 32px;
    letter-spacing: 8px;
    color: #095565;
  }

  .contact_description {
    font-size: 24px;
  }

  .map_width {
    width: 450px;
    height: 350px;
  }

  .footer {
    height: 500px;
  }

  .footer .container {
    padding: 70px 20px;
    gap: 110px;
  }

  .footer_block {
    gap: 80px;
  }

  .footer_info {
    width: 375px;
    height: 100%;
  }

  .footer_tel_link {
    font-size: 24px;
  }

  .footer_address_link,
  .footer_email_link {
    font-size: 18px;
  }

  .footer_image_link {
    height: 50px;
  }

  .footer_media_info {
    width: 220px;
  }

  .footer_media {
    height: 43px;
  }

  .line {
    width: 3px;
    top: 20%;
    right: 0;
    height: 60%;
    background-color: #ebebeb;
    border-radius: 10px;
  }

  .footer_nav {
    width: 700px;
    height: 100%;
  }

  .footer_column {
    width: 230px;
    height: 280px;
  }

  .footer_column_block {
    width: 230px;
    height: 140px;
    gap: 20px;
  }

  .footer_header {
    font-size: 24px;
  }

  .footer_list {
    width: 230px;
    gap: 5px;
  }

  .footer_item {
    padding-left: 30px;
  }

  .footer_link {
    font-size: 18px;
  }
}

@media ((min-width: 769px) and (max-width: 1024px)) {
  .close {
    margin-left: 440px;
    margin-top: -10px;
  }

  .window_block {
    width: 500px;
    height: 300px;
    padding: 30px;
  }

  .window_header {
    font-size: 24px;
    letter-spacing: 3px;
  }

  .window_text {
    font-size: 20px;
    letter-spacing: 2px;
    margin-top: 20px;
  }

  .window_prize {
    font-size: 64px;
    margin-bottom: 20px;
  }

  .window_button_link {
    width: 400px;
    font-size: 28px;
    letter-spacing: 3px;
  }

  .window_button {
    width: 400px;
    height: 60px;
  }
  .arrow_block {
    width: 60px;
  }

  .arrow_sticky {
    width: 60px;
  }

  #specialButton {
    width: 30px;
  }

  .container {
    max-width: 700px;
    width: 100%;
    height: 100%;
  }

  .header {
    height: 60px;
    padding: 0 30px;
    align-items: flex-start;
  }

  .header .container {
    height: 60px;
  }

  .header_logo {
    width: auto;
    height: auto;
  }

  .logo {
    width: 240px;
    height: auto;
  }

  .menu {
    width: 40px;
    height: 40px;
  }

  .burger_menu {
    width: 40px;
    height: 40px;
    position: relative;
    transform: rotate(0deg);
    transition: 0.5s ease-in-out;
    cursor: pointer;
  }

  .burger_menu span {
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    background: #095565;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
  }
  .burger_menu span:nth-child(1) {
    top: 5px;
  }
  .burger_menu span:nth-child(2),
  .burger_menu span:nth-child(3) {
    top: 18px;
  }
  .burger_menu span:nth-child(4) {
    top: 31px;
  }
  .burger_menu.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
  }
  .burger_menu.open span:nth-child(2) {
    transform: rotate(45deg);
  }
  .burger_menu.open span:nth-child(3) {
    transform: rotate(-45deg);
  }
  .burger_menu.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
  }

  .menu_list {
    display: none;
    transition: all 0.2s ease-in-out;
  }

  .header--change {
    height: 220px;
    overflow: hidden;
    transition: all 0.2s ease-in-out;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.25);
  }

  .menu_list--activate {
    top: 60px;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100px;
    list-style-type: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    transition: all 0.2s ease-in-out;
    z-index: 10;
  }

  .header_media {
    width: 200px;
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .menu_link {
    min-width: 115px;
    font-size: 14px;
  }

  .main {
    height: 550px;
  }

  .background_figure {
    position: absolute;
    border-bottom: 550px solid #dbf0ee;
    border-right: 160px solid transparent;
    height: 0;
    left: 0;
    width: 48vw;
    z-index: -1;
  }

  .main .container {
    padding-top: 100px;
  }

  .main_course {
    width: 350px;
    height: 420px;
    gap: 30px;
  }

  .course_author {
    width: 460px;
    height: 50px;
    font-size: 16px;
    letter-spacing: 3px;
  }

  .course_underdescription {
    width: 400px;
    font-size: 18px;
    letter-spacing: 2px;
  }

  .course_name {
    width: 450px;
    font-size: 40px;
    letter-spacing: 2px;
  }

  .course_description {
    width: 420px;
    height: 60px;
    font-size: 16px;
    letter-spacing: 4px;
  }

  .main_button_link {
    width: 350px;
    font-size: 16px;
    letter-spacing: 3px;
    text-align: center;
  }

  .main_button {
    width: 100%;
    height: 55px;
  }

  .course_citate {
    width: 350px;
    height: 50px;
    margin-top: 10px;
  }

  .quotes {
    width: 55px;
    margin-top: -10px;
  }

  .citate {
    width: 340px;
    height: 50px;
    font-size: 20px;
    letter-spacing: 3px;
  }

  .main_background {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    width: 350px;
    height: 100%;
  }

  .main_image {
    height: 420px;
  }

  .audience {
    height: 780px;
  }

  .audience .container {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .audience_header {
    height: 58px;
    font-size: 34px;
  }

  .audience_categories {
    height: 480px;
  }

  .audience_item {
    width: 230px;
    height: 470px;
    gap: 20px;
    padding: 0 10px;
  }

  .audience_image {
    height: 100px;
  }

  .audience_item_header {
    width: 225px;
    height: 58px;
    font-size: 24px;
  }

  .audience_text {
    height: 285px;
    font-size: 20px;
  }

  .course_specifics {
    height: 890px;
  }

  .course_specifics .container {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .course_specifics_header {
    height: 90px;
    font-size: 34px;
    text-align: center;
  }

  .specifics {
    height: 570px;
  }

  .specific_item {
    width: 220px;
    height: 260px;
    padding: 20px;
  }

  .specific_image {
    width: 60px;
    height: 60px;
  }

  .specific_text {
    font-size: 20px;
    height: 150px;
  }

  .program_unique {
    height: 1650px;
  }

  .program_unique .container {
    padding-top: 80px;
    padding-bottom: 80px;
    gap: 30px;
  }

  .program_unique_header {
    font-size: 34px;
    letter-spacing: 3px;
  }

  .unique {
    display: flex;
    flex-direction: column;
    height: 1300px;
  }

  .unique_item {
    width: 500px;
    height: auto;
    padding: 20px 10px;
    gap: 20px;
  }

  .unique_circle {
    width: 120px;
    height: 120px;
  }

  .unique_picture {
    height: 70px;
  }

  .unique_header {
    width: 290px;
    height: auto;
    font-size: 26px;
    letter-spacing: 3px;
  }

  .unique_text {
    height: auto;
    font-size: 18px;
    letter-spacing: 1.2px;
  }

  .doctor {
    height: auto;
  }

  .doctor .container {
    padding-top: 20px;
    gap: 30px;
  }

  .doctor_block_header {
    font-size: 34px;
    letter-spacing: 3px;
    height: 80px;
  }

  .doctor_block {
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 40px 0;
  }

  .doctor_photo {
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .doctor_block:nth-child(3) {
    flex-direction: column-reverse;
  }

  .doctor_image {
    height: 450px;
  }

  .doctor_info {
    width: 90%;
    gap: 50px;
  }

  .doctor_header {
    font-size: 24px;
    letter-spacing: 3px;
  }

  .doctor_name {
    width: 580px;
    letter-spacing: 3px;
    font-size: 36px;
  }

  .doctor_list {
    height: auto;
    display: flex;
    flex-direction: column;
    color: #383838;
    padding-left: 30px;
  }

  .doctor_item {
    font-size: 20px;
    padding-left: 20px;
  }

  .doctor_padding {
    padding-top: 20px;
    height: auto;
  }

  .align-reverse {
    flex-direction: column-reverse;
  }

  .doctor_link {
    width: 20px;
    height: 20px;
  }

  .first_link {
    margin-top: 30px;
    margin-left: 510px;
  }

  .second_link {
    margin-top: 35px;
    margin-left: 505px;
  }

  .third_link {
    margin-top: 33px;
    margin-left: 480px;
  }

  .open_site {
    width: 20px;
    height: 20px;
  }

  .align-straight {
    height: auto;
    flex-direction: column;
  }

  .studying_stages {
    height: 1130px;
  }

  .studying_stages .container {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .studying_stages_header {
    font-weight: 700;
    font-size: 34px;
    color: #095565;
    height: 60px;
  }

  .studying_stages_wrap {
    width: 100%;
    height: 860px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }

  .stages_numbers {
    width: 200px;
    height: 715px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }

  .stage_number {
    width: 200px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .decorate_line {
    transform: rotate(90deg);
    position: absolute;
    margin-top: 360px;
    z-index: -1;
    width: 690px;
    height: 2px;
  }

  .stage_circle {
    width: 90px;
    height: 90px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
    background-color: white;
  }

  .number {
    font-size: 48px;
  }

  .stages {
    width: 450px;
    height: 850px;
    flex-direction: column;
    align-items: flex-start;
  }

  .stage_item {
    width: 400px;
    height: 220px;
  }

  .stage_header {
    width: 400px;
    height: 50px;
    font-size: 22px;
    letter-spacing: 3px;
  }

  .stage_text {
    height: 170px;
    font-size: 20px;
  }

  .price {
    height: 1750px;
  }

  .price .container {
    padding-top: 10px;
    padding-bottom: 50px;
  }

  .price_header {
    font-size: 34px;
  }

  .price_tariff {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 1550px;
  }

  .tariff {
    gap: 35px;
    width: 545px;
    min-height: 691px;
    height: auto;
    padding: 40px;
  }

  .tariff_price {
    height: 85px;
  }

  .tariff_block_price {
    padding: 10px;
    width: 190px;
    height: 70px;
    gap: 5px;
  }

  .price_num {
    font-size: 24px;
    letter-spacing: 3px;
  }

  .underprice_num {
    font-size: 18px;
  }

  .tariff_header {
    gap: 3px;
  }

  .tariff_header_text {
    font-size: 36px;
  }

  .tariff_underheader_text {
    font-size: 28px;
    letter-spacing: 3px;
  }

  .tariff_list {
    height: auto;
    gap: 20px;
    padding-left: 20px;
  }

  .tariff_item {
    padding-left: 20px;
    font-size: 18px;
  }

  .tariff_button_link {
    width: 447px;
    height: 60px;
    letter-spacing: 3px;
    font-size: 30px;
  }

  .tariff_button {
    width: 447px;
    height: 60px;
  }

  .background_figure5 {
    position: absolute;
    margin-top: 300px;
    border-bottom: 440px solid #dbf0ee;
    border-left: 769px solid transparent;
    height: 0;
    right: 0;
    width: 0;
    z-index: 1;
  }

  .contact {
    height: 740px;
  }

  .contact .container {
    gap: 40px;
    padding-top: 50px;
    padding-bottom: 70px;
  }

  .contact_header {
    font-size: 34px;
    letter-spacing: 3px;
  }

  .contact_block {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
  }

  .contact_field {
    width: 500px;
    height: 220px;
    padding-bottom: 40px;
  }

  .contact_explanation {
    width: 570px;
    height: 60px;
    font-size: 36px;
    letter-spacing: 10px;
  }

  .contact_phone {
    width: 55px;
  }

  .contact_text {
    width: 480px;
    font-weight: 600;
    font-size: 32px;
    letter-spacing: 8px;
    color: #095565;
  }

  .contact_description {
    font-size: 22px;
  }

  .map_width {
    width: 500px;
    height: 300px;
  }

  .footer {
    height: 900px;
  }

  .footer .container {
    padding: 30px;
    gap: 40px;
    flex-direction: column;
  }

  .footer_block {
    gap: 40px;
    flex-direction: column;
  }

  .footer_info {
    width: 270px;
    height: 300px;
  }

  .footer_tel_link {
    font-size: 24px;
  }

  .footer_address_link,
  .footer_email_link {
    font-size: 18px;
  }

  .footer_image_link {
    height: 50px;
  }

  .footer_media_info {
    width: 220px;
  }

  .footer_media {
    height: 43px;
  }

  .line {
    height: 3px;
    left: 20%;
    width: 60%;
    background-color: #ebebeb;
    border-radius: 10px;
  }

  .footer_nav {
    width: 500px;
    height: 355px;
  }

  .footer_column {
    width: 230px;
    height: 360px;
  }

  .footer_column_block {
    width: 230px;
    height: 180px;
    gap: 20px;
  }

  .footer_header {
    font-size: 24px;
  }

  .footer_list {
    width: 230px;
    gap: 5px;
  }

  .footer_item {
    padding-left: 30px;
  }

  .footer_link {
    font-size: 18px;
  }
}

@media ((min-width: 639px) and (max-width: 768px)) {
  .close {
    margin-left: 400px;
    margin-top: -10px;
  }

  .window_block {
    width: 450px;
    height: 300px;
    padding: 30px;
  }

  .window_header {
    font-size: 24px;
    letter-spacing: 3px;
  }

  .window_text {
    font-size: 18px;
    letter-spacing: 2px;
    margin-top: 20px;
  }

  .window_prize {
    font-size: 64px;
    margin-bottom: 20px;
  }

  .window_button_link {
    width: 400px;
    font-size: 28px;
    letter-spacing: 3px;
  }

  .window_button {
    width: 400px;
    height: 60px;
  }

  .arrow_block {
    width: 50px;
  }

  .arrow_sticky {
    width: 50px;
  }

  #specialButton {
    width: 30px;
  }

  .container {
    max-width: 620px;
    width: 100%;
    height: 100%;
  }

  .header {
    height: 60px;
    padding: 0 30px;
    align-items: flex-start;
  }

  .header .container {
    height: 60px;
  }

  .header_logo {
    width: auto;
    height: auto;
  }

  .logo {
    width: 230px;
    height: auto;
  }

  .menu {
    width: 40px;
    height: 40px;
  }

  .burger_menu {
    width: 40px;
    height: 40px;
    position: relative;
    transform: rotate(0deg);
    transition: 0.5s ease-in-out;
    cursor: pointer;
  }

  .burger_menu span {
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    background: #095565;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
  }
  .burger_menu span:nth-child(1) {
    top: 5px;
  }
  .burger_menu span:nth-child(2),
  .burger_menu span:nth-child(3) {
    top: 18px;
  }
  .burger_menu span:nth-child(4) {
    top: 31px;
  }
  .burger_menu.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
  }
  .burger_menu.open span:nth-child(2) {
    transform: rotate(45deg);
  }
  .burger_menu.open span:nth-child(3) {
    transform: rotate(-45deg);
  }
  .burger_menu.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
  }

  .menu_list {
    display: none;
    transition: all 0.2s ease-in-out;
  }

  .header--change {
    height: 220px;
    overflow: hidden;
    transition: all 0.2s ease-in-out;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.25);
  }

  .menu_list--activate {
    top: 60px;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100px;
    list-style-type: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    transition: all 0.2s ease-in-out;
    z-index: 10;
  }

  .header_media {
    width: 200px;
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .menu_link {
    min-width: 115px;
    font-size: 14px;
  }

  .main {
    height: 620px;
  }

  .background_figure {
    display: none;
  }

  .main .container {
    padding-top: 80px;
  }

  .main_course {
    padding-right: 70px;
    width: 250px;
    height: 500px;
    gap: 15px;
  }

  .course_author {
    width: 500px;
    height: 50px;
    font-size: 16px;
    letter-spacing: 3px;
    text-align: center;
  }

  .course_underdescription {
    width: 500px;
    font-size: 18px;
    letter-spacing: 2px;
    text-align: center;
  }

  .course_name {
    width: 500px;
    font-size: 40px;
    letter-spacing: 2px;
    text-align: center;
  }

  .course_description {
    width: 300px;
    height: 60px;
    font-size: 16px;
    letter-spacing: 4px;
    text-align: right;
  }

  .main_button_link {
    margin-top: 60px;
    width: 300px;
    font-size: 16px;
    letter-spacing: 3px;
    text-align: center;
  }

  .main_button {
    width: 100%;
    height: 55px;
  }

  .course_citate {
    width: 310px;
    height: 50px;
    margin-top: 40px;
  }

  .quotes {
    width: 55px;
    margin-top: -10px;
  }

  .citate {
    width: 290px;
    height: 80px;
    font-size: 18px;
    letter-spacing: 3px;
  }

  .main_background {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 300px;
    height: 100%;
  }

  .main_image {
    height: 375px;
  }

  .audience {
    height: 1280px;
  }

  .audience .container {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .audience_header {
    height: 58px;
    font-size: 30px;
  }

  .audience_categories {
    flex-direction: column;
    height: 1000px;
  }

  .audience_item {
    width: 500px;
    height: 300px;
    gap: 20px;
    padding: 0 10px;
  }

  .audience_image {
    height: 85px;
  }

  .audience_item_header {
    width: 200px;
    height: 58px;
    font-size: 20px;
  }

  .audience_text {
    height: 120px;
    font-size: 18px;
  }

  .course_specifics {
    height: 1120px;
  }

  .course_specifics .container {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .course_specifics_header {
    height: 90px;
    font-size: 30px;
    text-align: center;
  }

  .specifics {
    flex-direction: row;
    height: 810px;
  }

  .specific_row {
    height: 800px;
    flex-direction: column;
  }

  .specific_item {
    width: 220px;
    height: 230px;
    padding: 20px;
    gap: 20px;
  }

  .specific_image {
    width: 60px;
    height: 60px;
  }

  .specific_text {
    font-size: 18px;
    height: 150px;
  }

  .program_unique {
    height: 1290px;
  }

  .program_unique .container {
    padding-top: 80px;
    padding-bottom: 80px;
    gap: 30px;
  }

  .program_unique_header {
    font-size: 30px;
    letter-spacing: 3px;
  }

  .unique {
    display: flex;
    flex-direction: column;
    height: 1000px;
  }

  .unique_item {
    width: 490px;
    height: auto;
    padding: 20px 10px;
    justify-content: center;
    gap: 20px;
  }

  .unique_circle {
    min-width: 100px;
    min-height: 100px;
  }

  .unique_picture {
    height: 55px;
  }

  .unique_header {
    width: 100%;
    height: auto;
    font-size: 20px;
    letter-spacing: 3px;
  }

  .unique_text {
    height: auto;
    font-size: 18px;
    letter-spacing: 1.2px;
  }

  .doctor {
    height: auto;
  }

  .doctor .container {
    padding-top: 20px;
    gap: 40px;
  }

  .doctor_block_header {
    font-size: 30px;
    letter-spacing: 3px;
    height: auto;
  }

  .doctor_block {
    height: auto;
    gap: 20px;
    display: flex;
    flex-direction: column;
    padding: 20px 0;
  }

  .doctor_block:nth-child(3) {
    flex-direction: column-reverse;
  }

  .doctor_photo {
    width: auto;
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }

  .doctor_image {
    height: 450px;
  }

  .doctor_info {
    width: 90%;
    gap: 30px;
  }

  .doctor_header {
    font-size: 20px;
    letter-spacing: 3px;
  }

  .doctor_name {
    width: 580px;
    letter-spacing: 3px;
    font-size: 30px;
  }

  .doctor_list {
    height: auto;
    display: flex;
    flex-direction: column;
    color: #383838;
    padding-left: 30px;
  }

  .doctor_item {
    font-size: 18px;
    padding-left: 20px;
  }

  .doctor_padding {
    padding-top: 50px;
    height: auto;
  }

  .align-reverse {
    flex-direction: column-reverse;
  }

  .align-straight {
    height: auto;
    flex-direction: column;
  }

  .doctor_link {
    width: 20px;
    height: 20px;
  }

  .first_link {
    margin-top: 30px;
    margin-left: 480px;
  }

  .second_link {
    margin-top: 35px;
    margin-left: 475px;
  }

  .third_link {
    margin-top: 25px;
    margin-left: 550px;
  }

  .open_site {
    width: 20px;
    height: 20px;
  }

  .studying_stages {
    height: 1000px;
  }

  .studying_stages .container {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .studying_stages_header {
    font-weight: 700;
    font-size: 30px;
    color: #095565;
    height: 60px;
  }

  .studying_stages_wrap {
    width: 100%;
    height: 710px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }

  .stages_numbers {
    width: 200px;
    height: 615px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }

  .stage_number {
    width: 200px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .decorate_line {
    transform: rotate(90deg);
    position: absolute;
    margin-top: 280px;
    z-index: -1;
    width: 530px;
    height: 2px;
  }

  .stage_circle {
    width: 90px;
    height: 90px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
    background-color: white;
  }

  .number {
    font-size: 44px;
  }

  .stages {
    width: 450px;
    height: 700px;
    flex-direction: column;
    align-items: flex-start;
  }

  .stage_item {
    width: 400px;
    height: 180px;
  }

  .stage_header {
    width: 400px;
    height: 50px;
    font-size: 20px;
    letter-spacing: 3px;
  }

  .stage_text {
    height: 120px;
    font-size: 18px;
  }

  .price {
    height: 1630px;
  }

  .price .container {
    padding-top: 20px;
    padding-bottom: 50px;
  }

  .price_header {
    font-size: 30px;
  }

  .price_tariff {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: auto;
    gap: 50px;
  }

  .tariff {
    gap: 20px;
    width: 500px;
    height: auto;
    padding: 30px;
  }

  .tariff_price {
    height: 85px;
  }

  .tariff_block_price {
    padding: 10px;
    width: 190px;
    height: 60px;
    gap: 5px;
  }

  .price_num {
    font-size: 24px;
    letter-spacing: 3px;
  }

  .tariff_header {
    gap: 3px;
  }

  .tariff_header_text {
    font-size: 30px;
  }

  .tariff_underheader_text {
    font-size: 20px;
    letter-spacing: 3px;
  }

  .tariff_list {
    height: auto;
    gap: 20px;
    padding-left: 20px;
  }

  .tariff_item {
    padding-left: 20px;
    font-size: 18px;
  }

  .tariff_button_link {
    width: 400px;
    height: 60px;
    letter-spacing: 3px;
    font-size: 24px;
  }

  .tariff_button {
    width: 400px;
    height: 60px;
  }

  .background_figure5 {
    position: absolute;
    margin-top: 300px;
    border-bottom: 380px solid #dbf0ee;
    border-left: 639px solid transparent;
    height: 0;
    right: 0;
    width: 0;
    z-index: 1;
  }

  .contact {
    height: 680px;
  }

  .contact .container {
    padding-top: 50px;
    padding-bottom: 70px;
  }

  .contact_header {
    font-size: 30px;
    letter-spacing: 3px;
  }

  .contact_block {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
  }

  .contact_field {
    width: 500px;
    height: 200px;
    padding-bottom: 40px;
  }

  .contact_explanation {
    width: 570px;
    height: 60px;
    font-size: 36px;
    letter-spacing: 10px;
  }

  .contact_phone {
    width: 45px;
  }

  .contact_text {
    width: 480px;
    font-weight: 600;
    font-size: 28px;
    letter-spacing: 8px;
    color: #095565;
  }

  .contact_description {
    font-size: 20px;
  }

  .map_width {
    width: 500px;
    height: 280px;
  }

  .footer {
    height: 850px;
  }

  .footer .container {
    padding: 20px;
    gap: 40px;
    flex-direction: column;
  }

  .footer_block {
    gap: 40px;
    display: flex;
    flex-direction: column;
  }

  .footer_info {
    width: 270px;
    height: 280px;
  }

  .footer_tel_link {
    font-size: 22px;
  }

  .footer_address_link,
  .footer_email_link {
    font-size: 16px;
  }

  .footer_image_link {
    height: 50px;
  }

  .footer_media_info {
    width: 220px;
  }

  .footer_media {
    height: 38px;
  }

  .line {
    height: 3px;
    left: 20%;
    width: 60%;
    background-color: #ebebeb;
    border-radius: 10px;
  }

  .footer_nav {
    width: 500px;
    height: 355px;
  }

  .footer_column {
    width: 230px;
    height: 340px;
  }

  .footer_column_block {
    width: 230px;
    height: 160px;
    gap: 10px;
  }

  .footer_header {
    font-size: 20px;
  }

  .footer_list {
    width: 230px;
    gap: 5px;
  }

  .footer_item {
    padding-left: 30px;
  }

  .footer_link {
    font-size: 18px;
  }
}

@media ((min-width: 481px) and (max-width: 638px)) {
  .close {
    margin-left: 340px;
    margin-top: -10px;
  }

  .window_block {
    width: 400px;
    height: 280px;
    padding: 30px;
  }

  .window_header {
    font-size: 20px;
    letter-spacing: 3px;
  }

  .window_text {
    font-size: 16px;
    letter-spacing: 1px;
    margin-top: 20px;
  }

  .window_prize {
    font-size: 64px;
    margin-bottom: 20px;
  }

  .window_button_link {
    width: 350px;
    font-size: 28px;
    letter-spacing: 3px;
  }

  .window_button {
    width: 350px;
    height: 60px;
  }

  .arrow_block {
    width: 50px;
  }

  .arrow_sticky {
    width: 50px;
  }

  #specialButton {
    width: 30px;
  }

  .container {
    max-width: 460px;
    width: 100%;
    height: 100%;
  }

  .header {
    height: 60px;
    padding: 0 30px;
    align-items: flex-start;
  }

  .header .container {
    height: 60px;
  }

  .header_logo {
    width: auto;
    height: auto;
  }

  .logo {
    width: 220px;
    height: auto;
  }

  .menu {
    width: 40px;
    height: 40px;
  }

  .burger_menu {
    width: 40px;
    height: 40px;
    position: relative;
    transform: rotate(0deg);
    transition: 0.5s ease-in-out;
    cursor: pointer;
  }

  .burger_menu span {
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    background: #095565;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
  }
  .burger_menu span:nth-child(1) {
    top: 5px;
  }
  .burger_menu span:nth-child(2),
  .burger_menu span:nth-child(3) {
    top: 18px;
  }
  .burger_menu span:nth-child(4) {
    top: 31px;
  }
  .burger_menu.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
  }
  .burger_menu.open span:nth-child(2) {
    transform: rotate(45deg);
  }
  .burger_menu.open span:nth-child(3) {
    transform: rotate(-45deg);
  }
  .burger_menu.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
  }

  .menu_list {
    display: none;
    transition: all 0.2s ease-in-out;
  }

  .header--change {
    height: 220px;
    overflow: hidden;
    transition: all 0.2s ease-in-out;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.25);
  }

  .menu_list--activate {
    top: 60px;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100px;
    list-style-type: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    transition: all 0.2s ease-in-out;
    z-index: 10;
  }

  .header_media {
    width: 200px;
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .menu_link {
    min-width: 115px;
    font-size: 14px;
  }

  .main {
    height: 620px;
  }

  .background_figure {
    display: none;
  }

  .main .container {
    padding-top: 80px;
  }

  .main_course {
    width: 200px;
    height: 520px;
    gap: 15px;
  }

  .course_author {
    min-width: 460px;
    max-width: 500px;
    width: 92%;
    height: 50px;
    font-size: 14px;
    letter-spacing: 3px;
    text-align: center;
  }

  .course_underdescription {
    min-width: 460px;
    max-width: 500px;
    width: 92%;
    font-size: 16px;
    letter-spacing: 2px;
    text-align: center;
  }

  .course_name {
    min-width: 460px;
    max-width: 500px;
    width: 92%;
    font-size: 36px;
    letter-spacing: 2px;
    text-align: center;
  }

  .course_description {
    min-width: 460px;
    max-width: 500px;
    width: 92%;
    height: 60px;
    font-size: 14px;
    letter-spacing: 4px;
    text-align: center;
  }

  .main_button_link {
    margin-right: 25px;
    margin-top: 110px;
    width: 420px;
    font-size: 16px;
    letter-spacing: 3px;
    text-align: center;
    order: 6;
  }

  .main_button {
    width: 100%;
    height: 55px;
  }

  .course_citate {
    width: 210px;
    height: 50px;
    margin-top: 40px;
  }

  .quotes {
    width: 45px;
    margin-top: -20px;
  }

  .citate {
    width: 180px;
    height: 80px;
    font-size: 18px;
    letter-spacing: 3px;
  }

  .main_background {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    width: 300px;
    height: 100%;
  }

  .main_image {
    height: 345px;
  }

  .audience {
    min-height: 1260px;
    height: auto;
  }

  .audience .container {
    padding-top: 80px;
    padding-bottom: 80px;
    gap: 40px;
  }

  .audience_header {
    height: 58px;
    font-size: 24px;
    text-align: center;
  }

  .audience_categories {
    flex-direction: column;
    min-height: 1000px;
    height: auto;
  }

  .audience_item {
    width: 100%;
    height: auto;
    gap: 20px;
    padding: 0 10px;
  }

  .audience_image {
    height: 85px;
  }

  .audience_item_header {
    width: 200px;
    height: 58px;
    font-size: 20px;
  }

  .audience_text {
    min-height: 120px;
    height: auto;
    font-size: 18px;
  }

  .course_specifics {
    min-height: 1120px;
    height: auto;
  }

  .course_specifics .container {
    padding-top: 80px;
    padding-bottom: 80px;
    gap: 40px;
  }

  .course_specifics_header {
    height: 87px;
    font-size: 24px;
    text-align: center;
  }

  .specifics {
    flex-direction: row;
    min-height: 870px;
    height: auto;
  }

  .specific_row {
    min-height: 870px;
    height: auto;
    gap: 30px;
    flex-direction: column;
  }

  .specific_item {
    width: 200px;
    min-height: 230px;
    height: auto;
    padding: 20px;
    gap: 20px;
  }

  .specific_image {
    width: 60px;
    height: 60px;
  }

  .specific_text {
    font-size: 18px;
    min-height: 150px;
    height: auto;
  }

  .program_unique {
    min-height: 1250px;
    height: auto;
  }

  .program_unique .container {
    padding-top: 80px;
    padding-bottom: 80px;
    gap: 40px;
  }

  .program_unique_header {
    font-size: 24px;
    letter-spacing: 3px;
    height: 58px;
  }

  .unique {
    display: flex;
    flex-direction: column;
    min-height: 1000px;
    height: auto;
  }

  .unique_item {
    width: 450px;
    height: auto;
    padding: 20px 10px;
    justify-content: center;
    gap: 20px;
  }

  .unique_circle {
    min-width: 100px;
    min-height: 100px;
  }

  .unique_picture {
    height: 55px;
  }

  .unique_header {
    width: 100%;
    height: auto;
    font-size: 20px;
    letter-spacing: 3px;
  }

  .unique_text {
    height: auto;
    font-size: 18px;
    letter-spacing: 1.2px;
  }

  .doctor {
    min-height: 2710px;
    height: auto;
  }

  .doctor .container {
    padding-top: 20px;
  }

  .doctor_block_header {
    font-size: 24px;
    letter-spacing: 3px;
    height: 58px;
  }

  .doctor_block {
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 40px 0;
  }

  .doctor_block:nth-child(3) {
    flex-direction: column-reverse;
  }

  .doctor_photo {
    width: auto;
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }

  .doctor_image {
    height: 380px;
  }

  .doctor_info {
    width: 90%;
    gap: 30px;
  }

  .doctor_link {
    width: 20px;
    height: 20px;
  }

  .first_link {
    margin-top: 30px;
    margin-left: 270px;
  }

  .second_link {
    margin-top: 52px;
    margin-left: 270px;
  }

  .third_link {
    margin-top: 30px;
    margin-left: 340px;
  }

  .open_site {
    width: 20px;
    height: 20px;
  }

  .doctor_header {
    font-size: 20px;
    letter-spacing: 3px;
  }

  .doctor_name {
    width: 100%;
    letter-spacing: 3px;
    font-size: 30px;
  }

  .doctor_list {
    height: auto;
    display: flex;
    flex-direction: column;
    color: #383838;
    padding-left: 30px;
  }

  .doctor_item {
    font-size: 18px;
    padding-left: 20px;
  }

  .doctor_padding {
    padding-top: 50px;
    height: auto;
  }

  .align-reverse {
    flex-direction: column-reverse;
  }

  .align-straight {
    height: auto;
    flex-direction: column;
  }

  .studying_stages {
    min-height: 910px;
    height: auto;
  }

  .studying_stages .container {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .studying_stages .container {
    gap: 40px;
  }

  .studying_stages_header {
    font-weight: 700;
    font-size: 24px;
    color: #095565;
    height: 58px;
  }

  .studying_stages_wrap {
    width: 100%;
    min-height: 710px;
    height: auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }

  .stages_numbers {
    width: 120px;
    min-height: 610px;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }

  .stage_number {
    width: 120px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .decorate_line {
    transform: rotate(90deg);
    position: absolute;
    margin-top: 280px;
    z-index: -1;
    width: 530px;
    height: 2px;
  }

  .stage_circle {
    width: 80px;
    height: 80px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
    background-color: white;
  }

  .number {
    font-size: 44px;
  }

  .stages {
    width: 450px;
    height: 700px;
    flex-direction: column;
    align-items: flex-end;
  }

  .stage_item {
    width: 350px;
    min-height: 168px;
    height: auto;
  }

  .stage_header {
    width: 100%;
    height: auto;
    font-size: 20px;
    letter-spacing: 3px;
  }

  .stage_text {
    min-height: 100px;
    height: auto;
    width: 320px;
    font-size: 16px;
  }

  .price {
    min-height: 1500px;
    height: auto;
  }

  .price .container {
    gap: 40px;
    padding-top: 20px;
    padding-bottom: 50px;
  }

  .price_header {
    font-size: 24px;
    height: 58px;
  }

  .price_tariff {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    min-height: 1470px;
    height: auto;
  }

  .tariff {
    gap: 20px;
    width: 100%;
    height: auto;
    padding: 30px;
  }

  .tariff_price {
    height: 85px;
  }

  .tariff_block_price {
    padding: 10px;
    width: 190px;
    height: 60px;
    gap: 5px;
  }

  .price_num {
    font-size: 24px;
    letter-spacing: 3px;
  }

  .tariff_header {
    gap: 3px;
  }

  .tariff_header_text {
    font-size: 30px;
  }

  .tariff_underheader_text {
    font-size: 20px;
    letter-spacing: 3px;
  }

  .tariff_list {
    min-height: 330px;
    height: auto;
    gap: 20px;
    padding-left: 20px;
  }

  .tariff_item {
    padding-left: 20px;
    font-size: 18px;
  }

  .tariff_button_link {
    width: 400px;
    height: 60px;
    letter-spacing: 3px;
    font-size: 24px;
  }

  .tariff_button {
    width: 400px;
    height: 60px;
  }

  .background_figure5 {
    position: absolute;
    margin-top: 250px;
    border-bottom: 390px solid #dbf0ee;
    border-left: 481px solid transparent;
    height: 0;
    right: 0;
    width: 0;
    z-index: 1;
  }

  .contact {
    height: 640px;
  }

  .contact .container {
    padding-top: 50px;
    padding-bottom: 70px;
  }

  .contact_header {
    font-size: 24px;
    height: 58px;
    letter-spacing: 3px;
  }

  .contact_block {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
  }

  .contact_field {
    width: 100%;
    min-height: 180px;
    height: auto;
    padding-bottom: 40px;
  }

  .contact_explanation {
    width: 420px;
    height: 60px;
    font-size: 36px;
    letter-spacing: 10px;
  }

  .contact_phone {
    width: 45px;
  }

  .contact_text {
    width: 480px;
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 8px;
    color: #095565;
    text-align: right;
  }

  .contact_description {
    font-size: 18px;
  }

  .map_width {
    width: 100%;
    height: 270px;
  }

  .footer {
    height: 1050px;
  }

  .footer .container {
    padding: 20px;
    gap: 40px;
    flex-direction: column;
  }

  .footer_block {
    gap: 40px;
    display: flex;
    flex-direction: column;
  }

  .footer_info {
    width: 270px;
    height: 280px;
  }

  .footer_tel_link {
    font-size: 22px;
  }

  .footer_address_link,
  .footer_email_link {
    font-size: 16px;
  }

  .footer_image_link {
    height: 50px;
  }

  .footer_media_info {
    width: 220px;
  }

  .footer_media {
    height: 38px;
  }

  .line {
    height: 3px;
    left: 20%;
    width: 60%;
    background-color: #ebebeb;
    border-radius: 10px;
  }

  .footer_nav {
    padding: 0 10px;
    width: 100%;
    height: 540px;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 20px;
  }

  .footer_column {
    width: 230px;
    height: 260px;
    gap: 20px;
  }

  .footer_column_block {
    width: 230px;
    height: 160px;
    gap: 10px;
  }

  .footer_header {
    font-size: 20px;
  }

  .footer_list {
    width: 230px;
    gap: 5px;
  }

  .footer_item {
    padding-left: 30px;
  }

  .footer_link {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  .close {
    width: 25px;
    right: 10px;
    margin-top: -10px;
  }

  .window_block {
    width: 90%;
    height: 300px;
    padding: 20px;
  }

  .window_header {
    margin-top: 20px;
    font-size: 20px;
    letter-spacing: 3px;
  }

  .window_text {
    font-size: 16px;
    letter-spacing: 1px;
  }

  .window_prize {
    font-size: 64px;
    margin-bottom: 20px;
  }

  .window_button_link {
    width: 100%;
    font-size: 28px;
    letter-spacing: 3px;
  }

  .window_button {
    width: 100%;
    height: 60px;
  }

  .arrow_block {
    width: 45px;
  }

  .arrow_sticky {
    width: 45px;
  }

  #specialButton {
    width: 25px;
  }

  .container {
    min-width: 240px;
    width: 90%;
    height: 100%;
  }

  .header {
    height: 60px;
    padding: 0 30px;
    align-items: flex-start;
  }

  .header .container {
    height: 60px;
  }

  .header_logo {
    width: auto;
    height: auto;
  }

  .logo {
    width: 200px;
    height: auto;
  }

  .menu {
    width: 40px;
    height: 40px;
  }

  .burger_menu {
    width: 40px;
    height: 40px;
    position: relative;
    transform: rotate(0deg);
    transition: 0.5s ease-in-out;
    cursor: pointer;
  }

  .burger_menu span {
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    background: #095565;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
  }
  .burger_menu span:nth-child(1) {
    top: 5px;
  }
  .burger_menu span:nth-child(2),
  .burger_menu span:nth-child(3) {
    top: 18px;
  }
  .burger_menu span:nth-child(4) {
    top: 31px;
  }
  .burger_menu.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
  }
  .burger_menu.open span:nth-child(2) {
    transform: rotate(45deg);
  }
  .burger_menu.open span:nth-child(3) {
    transform: rotate(-45deg);
  }
  .burger_menu.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
  }

  .menu_list {
    display: none;
    transition: all 0.2s ease-in-out;
  }

  .header--change {
    height: 220px;
    overflow: hidden;
    transition: all 0.2s ease-in-out;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.25);
  }

  .menu_list--activate {
    top: 60px;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100px;
    list-style-type: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    transition: all 0.2s ease-in-out;
    z-index: 10;
  }

  .header_media {
    width: 200px;
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .menu_link {
    min-width: 115px;
    font-size: 14px;
  }

  .main {
    height: 620px;
  }

  .background_figure {
    display: none;
  }

  .main .container {
    padding-top: 80px;
  }

  .main_course {
    width: 100%;
    height: 100%;
    justify-content: space-between;
    position: relative;
  }

  .course_group {
    margin-top: 10px;
    width: 100%;
  }

  .course_author {
    width: 100%;
    height: auto;
    font-size: 14px;
    letter-spacing: 3px;
    text-align: center;
  }

  .course_underdescription {
    width: 100%;
    height: auto;
    font-size: 14px;
    letter-spacing: 2px;
    text-align: center;
  }

  .course_name {
    width: 100%;
    height: auto;
    font-size: 32px;
    letter-spacing: 2px;
    text-align: center;
  }

  .course_description {
    margin-top: 20px;
    width: 100%;
    max-width: 345px;
    height: auto;
    font-size: 14px;
    letter-spacing: 2px;
    text-align: right;
  }

  .main_button_link {
    margin-top: 80px;
    margin-bottom: 10px;
    width: 100%;
    font-size: 15.5px;
    letter-spacing: 3px;
    text-align: center;
    order: 6;
  }

  .main_button {
    width: 100%;
    height: 55px;
  }

  .course_citate {
    width: 40%;
    max-width: 200px;
    height: 80px;
    margin-top: 70px;
  }

  .quotes {
    width: 30px;
    margin-top: -10px;
    margin-right: 5px;
  }

  .citate {
    width: 100%;
    height: 80px;
    font-size: 16px;
    letter-spacing: 3px;
  }

  .main_background {
    position: absolute;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    width: 55%;
    max-width: 247px;
    height: 540px;
    z-index: -1;
  }

  .main_image {
    width: 100%;
  }

  .audience {
    min-height: 1260px;
    height: auto;
  }

  .audience .container {
    padding-top: 80px;
    padding-bottom: 80px;
    gap: 40px;
  }

  .audience_header {
    height: 58px;
    font-size: 24px;
    text-align: center;
  }

  .audience_categories {
    flex-direction: column;
    min-height: 1000px;
    height: auto;
    gap: 30px;
  }

  .audience_item {
    width: 100%;
    height: auto;
    gap: 20px;
    padding: 0 10px;
  }

  .audience_image {
    height: 85px;
  }

  .audience_item_header {
    width: 200px;
    height: 58px;
    font-size: 20px;
  }

  .audience_text {
    min-height: 120px;
    height: auto;
    font-size: 18px;
  }

  .course_specifics {
    min-height: 1120px;
    height: auto;
  }

  .course_specifics .container {
    padding-top: 80px;
    padding-bottom: 80px;
    gap: 40px;
  }

  .course_specifics_header {
    height: 87px;
    font-size: 24px;
    text-align: center;
  }

  .specifics {
    flex-direction: column;
    height: auto;
    gap: 30px;
  }

  .specific_row {
    height: auto;
    gap: 30px;
    flex-direction: column;
  }

  .specific_item {
    width: 100%;
    height: auto;
    padding: 20px;
    gap: 20px;
  }

  .specific_image {
    width: 60px;
    height: 60px;
  }

  .specific_text {
    font-size: 18px;
    height: auto;
  }

  .program_unique {
    min-height: 1250px;
    height: auto;
  }

  .program_unique .container {
    padding-top: 80px;
    padding-bottom: 80px;
    gap: 40px;
  }

  .program_unique_header {
    font-size: 24px;
    letter-spacing: 3px;
    height: 58px;
  }

  .unique {
    display: flex;
    flex-direction: column;
    gap: 40px;
    height: auto;
  }

  .unique_item {
    width: 100%;
    height: auto;
    padding: 20px 10px;
    justify-content: center;
    gap: 20px;
  }

  .unique_circle {
    min-width: 100px;
    min-height: 100px;
  }

  .unique_picture {
    height: 55px;
  }

  .unique_header {
    width: 100%;
    height: auto;
    font-size: 20px;
    letter-spacing: 3px;
  }

  .unique_text {
    height: auto;
    font-size: 18px;
    letter-spacing: 1.2px;
  }

  .doctor {
    min-height: 2710px;
    height: auto;
  }

  .doctor .container {
    padding-top: 20px;
    gap: 40px;
  }

  .doctor_block_header {
    font-size: 24px;
    letter-spacing: 3px;
    height: 58px;
  }

  .doctor_block {
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 40px 0;
  }

  .doctor_block:nth-child(3) {
    flex-direction: column-reverse;
  }

  .doctor_photo {
    width: auto;
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }

  .doctor_image {
    height: 370px;
  }

  .doctor_info {
    width: 100%;
    gap: 30px;
  }

  .doctor_header {
    font-size: 18px;
    letter-spacing: 3px;
  }

  .doctor_name {
    width: 100%;
    letter-spacing: 3px;
    font-size: 22px;
  }

  .doctor_list {
    height: auto;
    display: flex;
    flex-direction: column;
    color: #383838;
    padding-left: 30px;
  }

  .doctor_item {
    font-size: 18px;
    padding-left: 20px;
  }

  .doctor_padding {
    padding-top: 50px;
    min-height: 910px;
    height: auto;
  }

  .doctor_link {
    width: 15px;
    height: 15px;
  }

  .first_link {
    margin-top: -5px;
    margin-left: 220px;
  }

  .second_link {
    margin-top: -5px;
    margin-left: 280px;
  }

  .third_link {
    margin-top: -5px;
    margin-left: 285px;
  }

  .open_site {
    width: 15px;
    height: 15px;
  }

  .align-reverse {
    flex-direction: column-reverse;
  }

  .align-straight {
    min-height: 739px;
    height: auto;
    flex-direction: column;
  }

  .studying_stages {
    min-height: 1000px;
    height: auto;
  }

  .studying_stages .container {
    padding-top: 60px;
    padding-bottom: 60px;
    gap: 40px;
  }

  .studying_stages_header {
    font-weight: 700;
    font-size: 24px;
    color: #095565;
    height: 58px;
  }

  .studying_stages_wrap {
    width: 100%;
    min-height: 710px;
    height: auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }

  .stages_numbers {
    width: 50px;
    min-height: 580px;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }

  .stage_number {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .decorate_line {
    transform: rotate(90deg);
    position: absolute;
    margin-top: 290px;
    z-index: -1;
    width: 520px;
    height: 2px;
  }

  .stage_circle {
    width: 50px;
    height: 50px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
    background-color: white;
  }

  .number {
    font-size: 24px;
  }

  .stages {
    width: 100%;
    min-height: 700px;
    height: auto;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
  }

  .stage_item {
    width: 100%;
    min-height: 168px;
    height: auto;
  }

  .stage_header {
    width: 100%;
    height: auto;
    font-size: 20px;
    letter-spacing: 3px;
  }

  .stage_text {
    min-height: 100px;
    height: auto;
    width: 100%;
    font-size: 16px;
  }

  .price {
    min-height: 1500px;
    height: auto;
  }

  .price .container {
    gap: 40px;
    padding-top: 20px;
    padding-bottom: 50px;
  }

  .price_header {
    font-size: 24px;
    height: 58px;
  }

  .price_tariff {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    min-height: 1350px;
    height: auto;
    gap: 30px;
  }

  .tariff {
    gap: 20px;
    width: 100%;
    height: auto;
    padding: 30px;
  }

  .tariff_price {
    height: 85px;
  }

  .tariff_block_price {
    padding: 10px;
    width: 190px;
    height: 60px;
    gap: 5px;
  }

  .price_num {
    font-size: 24px;
    letter-spacing: 3px;
  }

  .tariff_header {
    gap: 3px;
  }

  .tariff_header_text {
    font-size: 30px;
  }

  .tariff_underheader_text {
    font-size: 20px;
    letter-spacing: 3px;
  }

  .tariff_list {
    min-height: 330px;
    height: auto;
    gap: 20px;
    padding-left: 20px;
  }

  .tariff_item {
    padding-left: 20px;
    font-size: 18px;
  }

  .tariff_button_link {
    width: 100%;
    height: 60px;
    letter-spacing: 3px;
    font-size: 24px;
  }

  .tariff_button {
    width: 100%;
    height: 60px;
  }

  .background_figure5 {
    position: absolute;
    margin-top: 300px;
    border-bottom: 320px solid #dbf0ee;
    border-left: 90vw solid transparent;
    height: 0;
    right: 0;
    width: 0;
    z-index: 1;
  }

  .contact {
    height: 620px;
  }

  .contact .container {
    padding-top: 50px;
    padding-bottom: 70px;
  }

  .contact_header {
    font-size: 24px;
    height: 58px;
    letter-spacing: 3px;
  }

  .contact_block {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
  }

  .contact_field {
    width: 100%;
    min-height: 180px;
    height: auto;
    padding-bottom: 40px;
  }

  .contact_explanation {
    width: 100%;
    height: 60px;
    letter-spacing: 10px;
  }

  .contact_phone {
    width: 30px;
  }

  .contact_text {
    width: 480px;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 2px;
    color: #095565;
    text-align: left;
    padding-left: 20px;
  }

  .contact_description {
    font-size: 16px;
  }

  .map_width {
    width: 100%;
    height: 250px;
  }

  .footer {
    min-height: 800px;
    height: auto;
  }

  .footer .container {
    padding-top: 20px;
    padding-bottom: 20px;
    gap: 40px;
    flex-direction: column;
  }

  .footer_block {
    gap: 40px;
    flex-direction: column;
  }

  .footer_info {
    width: 270px;
    min-height: 280px;
    height: auto;
  }

  .footer_tel_link {
    font-size: 22px;
  }

  .footer_address_link,
  .footer_email_link {
    font-size: 16px;
  }

  .footer_image_link {
    height: 50px;
  }

  .footer_media_info {
    width: 220px;
  }

  .footer_media {
    height: 38px;
  }

  .line {
    height: 3px;
    left: 20%;
    width: 60%;
    background-color: #ebebeb;
    border-radius: 10px;
  }

  .footer_nav {
    display: flex;
    align-items: center;
    padding: 0 10px;
    width: auto;
    height: auto;
    flex-direction: column;
    gap: 30px;
  }

  .footer_column {
    width: auto;
    height: auto;
    gap: 30px;
  }

  .footer_column_block {
    width: 230px;
    height: auto;
    gap: 10px;
  }

  .footer_header {
    font-size: 20px;
  }

  .footer_list {
    width: 230px;
    gap: 5px;
  }

  .footer_item {
    padding-left: 30px;
  }

  .footer_link {
    font-size: 18px;
  }
}

.bold {
  font-weight: 700;
}

.semibold {
  font-weight: 600;
}

.color_white {
  color: white;
}
