/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
* {
  outline: none;
  box-sizing: border-box;
}

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  font-family: "Open Sans", sans-serif;
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

body.noscroll{
    overflow: hidden;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

.wrapper {
  background: #f2f4f7;
  padding-top: 5.9375rem;
}

.container {
  padding: 0 1.5625rem;
  width: 100%;
  margin: 0 auto;
  max-width: 80rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header {
  background: #fff;
  padding: .75rem 0;
  font-family: Inter;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 900;
}

.head_logo{
    margin-right: auto;
}

.head_zapis_btn {
  border: none;
  font-weight: 500;
  font-size: .875rem;
  line-height: 120%;
  color: #fff;
  background: #325783;
  border-radius: .75rem;
  padding: 0 1.25rem;
  height: 2.3125rem;
  display: inline-flex;
  align-items: center;
}

.top_menu {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  color: #222222;
  font-weight: 500;
  font-size: 1rem;
  line-height: 120%;
  margin-right: 3.375rem;
  margin-left: auto;
}

.top_menu a {
  color: inherit;
}

.footer {
  background: #033671;
  padding: 3.75rem 0;
}

.footer_content {
  width: 100%;
}

.footer_titles_str {
  display: grid;
  gap: .9375rem;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 3.5rem;
}

.footer_titles_str_1 {
  font-family: Inter;
  font-weight: 600;
  font-size: 2.75rem;
  line-height: 120%;
  color: #fff;
  grid-column: span 2;
  margin: 0;
}

.footer_titles_str_2 {
  color: #a0c1e8;
  font-family: Inter;
  font-weight: 500;
  font-size: 2.25rem;
  line-height: 110%;
  
}

.footer_contacts {
  display: grid;
  gap: .9375rem;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 3.5rem;
}

.footer_contacts a {
  background: #1a487d;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-radius: .75rem;
  color: #fff;
  font-family: Inter;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 130%;
  height: 5.9375rem;
  padding: 0 1.25rem;
}

.footer_politika_str {
  border-top: solid .0625rem #1a487d;
  padding-top: 1rem;
  display: grid;
  gap: .9375rem;
  grid-template-columns: repeat(3, 1fr);
  color: #517bab;
  font-family: Inter;
  font-weight: 400;
  font-size: .875rem;

  line-height: 100%;
}

.footer_politika_str a {
  color: inherit;
}

.footer_politika_str a:hover {
  text-decoration: underline;
}

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

.faq_container {
  padding: 5rem 0;
  background: #fff;
}

.page_title1 {
  font-family: Inter;
  font-weight: 500;
  font-size: 1rem;
  line-height: 120%;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: .5rem;
  color: #33a8a2;
}

.page_title2 {
  font-family: Inter;
  font-weight: 600;
  font-size: 2.25rem;
  line-height: 120%;
  text-align: center;
  margin-top: 0;
  margin-bottom: 3.5rem;
  color: #013066;
}

.page_desc {
  margin-bottom: 3.5rem;
  font-family: Inter;
  font-weight: 400;
  font-size: 1rem;
  line-height: 130%;
  text-align: center;
  max-width: 40rem;
}

.faq_items {
  display: flex;
  flex-direction: column;
  gap: .5rem;
  max-width: 51.625rem;
  width: 100%;
}

.faq_item {
  background: #d6eeec;
  border-radius: 1rem;
}

.faq_item_name {
  padding: 1.5rem 2rem;
  font-family: Inter;
  font-weight: 500;
  font-size: 1rem;
  line-height: 100%;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq_item_name:after{
    content: "+";
    font-family: Inter;
    font-weight: 800;
    font-size: 1.25rem;
    line-height: 100%;
}

.faq_item.active .faq_item_name:after{
    content: "-";
}

.faq_item_text {
  font-family: Inter;
  font-weight: 400;
  font-size: 1rem;
  line-height: 120%;
  letter-spacing: 0.01em;
  padding: 0 2rem 1.5rem;
  display: none;
}

.faq_item.active .faq_item_text {
  display: block;
}

.form_sucsess{
  color:#33a8a2;
  font-size: 1rem;
  margin-bottom: 1rem;
  font-weight: 600;
  display: none;
}

.form_block_container {
  background: #f7f9fc;
  padding: 5rem 0;
}

.form_block {
  max-width: 67.5rem;
  background: #fff;
  border-radius: 2rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.form_block_left {
  background: #00346f;
  border-radius: 2rem 0 0 2rem;
  color: #fff;
  font-family: Inter;
  font-weight: 400;
  font-size: 1rem;
  line-height: 130%;
  padding: 5rem 2.5rem;
}

.form_block_title {
  margin: 0 0 2.75rem;
  padding: 0;
  font-family: Inter;
  font-weight: 600;
  font-size: 2.25rem;
  line-height: 120%;
}

.form_block_left p {
  margin: 0;
  padding: 0;
}

.form_block_right {
  padding: 2.125rem 3.75rem;
}

.form_block_str {
  margin-bottom: 1rem;
}

.form_label {
  margin-bottom: .25rem;
  color: #79818b;
  font-family: Inter;
  font-weight: 500;
  font-size: .875rem;
  line-height: 130%;
}

.form_block_str input {
  background: #e6e8eb;
  width: 100%;
  height: 3.125rem;
  padding: 0 1.25rem;
  border-radius: .5rem;
  border: none;
  font-family: Inter;
  font-weight: 500;
  font-size: .875rem;
  line-height: 130%;
}

.form_block_str input.error{
  background: #ffbfbf;
}

.form_block_submit {
  margin-top: 1.5rem;
  background: #00346f;
  border-radius: .5rem;
  width: 100%;
  height: 3.3125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: Inter;
  font-weight: 600;
  font-size: 1rem;
  border: none;
  line-height: 130%;
}

.form_politika {
  color: #5a5a5a;
  margin-top: .75rem;
  font-family: Inter;
  font-weight: 500;
  font-size: .75rem;
  line-height: 130%;
}

.form_politika a {
  color: inherit;
  text-decoration: underline;
}

.form_politika a:hover {
  text-decoration: none;
}

.about_doctor_container {
  padding: 5rem 0;
  background: #f2f4f7;
}

.about_doctor_block {
  max-width: 73.75rem;
  margin: 0 auto;
  display: grid;
  gap: 4.6875rem;
  grid-template-columns: 30.625rem 1fr;
}

.about_doctor_block_right {
  font-family: Inter;
  font-weight: 400;
  font-size: 1rem;
  line-height: 120%;
  letter-spacing: 0.01em;
}

.about_doctor_block_right p {
  margin: 1rem 0;
}

.about_doctor_block_right ul {
  margin: 1rem 0;
  padding: 0;
  list-style: none;
}

.about_doctor_block_right ul li {
  margin: 0 0 .75rem;
  padding-left: 2rem;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMjAnIGhlaWdodD0nMjAnIHZpZXdCb3g9JzAgMCAyMCAyMCcgZmlsbD0nbm9uZScgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48Y2lyY2xlIGN4PScxMCcgY3k9JzEwJyByPScxMCcgZmlsbD0nIzAzMzY3MScvPjxwYXRoIGQ9J001IDkuOTk5OTJMOC41MzU1IDEzLjUzNTRMMTUuNjA1OCA2LjQ2NDM2JyBzdHJva2U9J3doaXRlJyBzdHJva2Utd2lkdGg9JzEuNTgzMzMnIHN0cm9rZS1saW5lY2FwPSdyb3VuZCcgc3Ryb2tlLWxpbmVqb2luPSdyb3VuZCcvPjwvc3ZnPiA=");
  background-position: 0 0;
  background-repeat: no-repeat;
  min-height: 1.25rem;
}



.about_doctor_bage {
  position: absolute;
  border-radius: .41rem;
  background: #033671;
  padding: .4375rem .625rem;
  color: #fff;
  width: 8rem;
  right: 0;
  top: -1.0625rem;
}

.about_doctor_bage_str1 {
  font-family: Inter;
  font-weight: 700;
  font-size: 2.3931rem;
  line-height: 100%;
  letter-spacing: 0.01em;
  margin-bottom: .5625rem;
}

.about_doctor_bage_str2 {
  font-family: Inter;
  font-weight: 600;
  font-size: .6837rem;
  line-height: 100%;
  letter-spacing: 0.01em;
  color: #ffffffb2;
}

.about_doctor_photo {
  position: relative;
}

.about_doctor_photo img {
  width: 30.625rem;
  aspect-ratio: 1 / 1;
  border-radius: 100%;
  box-shadow: 0rem .25rem 1.25rem 0rem #0000000a;
  border: solid .75rem #fff;
}

.order_form_link {
  margin-top: 3.75rem;
  background: #00346f;
  border-radius: .75rem;
  height: 2.8125rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: Inter;
  font-weight: 500;
  font-size: 1rem;
  line-height: 130%;
  letter-spacing: 0.01em;
  padding: 0 2rem;
}

.order_form_link_mob{
    display: none;
}

.priem_container {
  padding: 5rem 0;
  background: #f7f9fc;
}

.priem_block {
  width: 100%;
}

.priem_items {
  width: 100%;
  display: grid;
  gap: .625rem;
  grid-template-columns: repeat(4, 1fr);
  font-family: Inter;
  position: relative;
}

.priem_items:before {
  content: "";
  position: absolute;
  width: calc(100% - 15.75rem);
  height: .0625rem;
  background:
    linear-gradient(90deg, #033671 50%, transparent 50%) repeat-x,
    linear-gradient(90deg, #033671 50%, transparent 50%) repeat-x,
    linear-gradient(0deg, #033671 50%, transparent 50%) repeat-y,
    linear-gradient(0deg, #033671 50%, transparent 50%) repeat-y;
  background-size:
    .625rem .625rem,
    .625rem .625rem,
    .625rem .625rem,
    .625rem .625rem;
  background-position: top, bottom, left, right;
  opacity: 0.1;
  top: 3rem;
  left: 50%;
  transform: translateX(-50%);
}

.priem_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.5rem .75rem;
}

.priem_item_icon {
  background: #033671;
  width: 3rem;
  height: 3rem;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 120%;
  margin-bottom: .75rem;
  position: relative;
  z-index: 2;
}

.priem_item_title {
  font-weight: 500;
  font-size: 1rem;
  line-height: 130%;
  text-align: center;
  margin-bottom: .5rem;
}

.priem_item_desc {
  font-weight: 400;
  font-size: .875rem;
  line-height: 130%;
  text-align: center;
}

.diagnostika_container {
  padding: 5rem 0;
  background: #033671;
  color: #fff;
}

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

.diagnostika_items {
  width: 100%;
  display: grid;
  gap: .9375rem 1rem;
  grid-template-columns: repeat(3, 1fr);
  font-family: Inter;
  position: relative;
}

.diagnostika_container .page_title2 {
  color: #fff;
}

.diagnostika_item {
  background: #1a487d;
  border-radius: .75rem;
  padding: 1.5rem 1.25rem;
  min-height: 14.375rem;
}

.diagnostika_item_wide {
  grid-column: span 2;
}

.diagnostika_item_icon {
  margin-bottom: 2rem;
  color: #466b96;
  font-weight: 600;
  font-style: Italic;
  font-size: 3.5rem;
  line-height: 120%;
  text-transform: uppercase;
}

.diagnostika_item_title {
  font-weight: 500;
  font-size: 1rem;
  line-height: 130%;
  margin-bottom: .75rem;
}

.diagnostika_item_desc {
  font-weight: 400;
  font-size: .875rem;
  line-height: 130%;
}

.diagnostika_container .order_form_link {
  color: #033671;
  background: #fff;
  
}

.causes_container {
  padding: 5rem 0;
  background: #F2F4F7;
}

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

.causes_items {
  width: 100%;
  display: grid;
  gap: .625rem 1rem;
  grid-template-columns: repeat(4, 1fr);
  font-family: Inter;
  position: relative;
}

.causes_item{
    background: #FFFFFF;
    border-radius: .75rem;
    padding: 1.5rem 1.25rem;
}

.causes_item_title{
    margin-bottom: .875rem;
    color:#013066;
    font-weight: 500;
    font-size: 1rem;
    line-height: 120%;
}

.causes_item_desc{
    color: #222222;
    font-weight: 400;
    font-size: .875rem;
    line-height: 124%;
}

.causes_item_wide{
    grid-column: span 2;
}

.causes_item_danger{
    background: #EDDFE4;
    border: .0625rem solid #7200094D
}

.causes_item_danger .causes_item_title, .causes_item_danger .causes_item_desc{
    color:#720009
}

.simptoms_container {
  padding: 5rem 0;
  background: #F7F9FC;
}

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

.simptoms_items {
  width: 100%;
  display: grid;
  gap: .625rem 1rem;
  grid-template-columns: repeat(4, 1fr);
  font-family: Inter;
  position: relative;
  margin-top: 1.25rem;
}

.simptoms_item{
    background: #FFFFFF;
    border-radius: .75rem;
    padding: 1.5rem 1.25rem;
}

.simptoms_item_title{
    color:#222222;
    margin-bottom: 1rem;
    font-weight: 500;
    font-size: 1rem;
    line-height: 120%;
}

.simptoms_item_desc{
    color:#222222;
    font-weight: 400;
    font-size: .875rem;
    line-height: 124%;
}

.simptoms_item_bage{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.simptoms_item_bage_text{
    border-radius: .5rem;
    padding: .625rem;
    background: #E5E7EA;
    color: #424242;
    font-weight: 600;
    font-size: .625rem;
    line-height: 100%;
}

.simptoms_item_bage_text_danger{
    color:#720009;
    background: #EDDFE4;
}

.consult_container {
  padding: 5rem 0;
  background: #F2F4F7;
}

.consult_block {
  width: 100%;
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  align-items: center;
  background: #fff;
  border-radius: 1rem;
  border-left: .25rem solid #720009;
  padding: 3.75rem 2rem 3.75rem 2rem;
  gap:2rem
}

.consult_block_left{
    
    padding-left: 2.375rem;
}



.consult_block_title{
    margin: 0 0 1.5rem;
    font-weight: 600;
    font-size: 2rem;
    line-height: 120%;
    color:#013066;
    font-family: Inter;
}

.consult_block_desc{
    color: #72090D;
    font-weight: 500;
    font-size: 1rem;
    line-height: 120%;
    letter-spacing: 0.01em;
    margin-bottom: 1.5rem;
    font-family: Inter;
}

.consult_block_btn{
    margin-top: 2.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 2.8125rem;
    padding: 0 1.75rem;
    border-radius: .75rem;
    background: #720009;
    color:#fff;
    font-weight: 600;
    font-size: 1rem;
    line-height: 100%;
    letter-spacing: 0.01em;
    font-family: Inter;

}

.consult_img{
    width: 100%;
    height: 24.6875rem;
    object-fit: cover;
    border-radius: 1rem;
}

.consult_block_list{
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: "Open Sans";
    font-weight: 400;
    font-size: 1rem;
    line-height: 120%;
    letter-spacing: 0.01em;
}

.consult_block_list li{
    margin-bottom: 1rem;
    padding-left: 2rem;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMjAnIGhlaWdodD0nMjAnIHZpZXdCb3g9JzAgMCAyMCAyMCcgZmlsbD0nbm9uZScgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48Y2lyY2xlIGN4PScxMCcgY3k9JzEwJyByPScxMCcgZmlsbD0nIzcyMDAwOScvPjxwYXRoIGQ9J00xMC4wMDY3IDE1LjMzMzRIMTBNMTAgMTEuMzMzNEwxMC4wMDY3IDQuNjY2NzUnIHN0cm9rZT0nd2hpdGUnIHN0cm9rZS13aWR0aD0nMS4zMzMzMycgc3Ryb2tlLWxpbmVjYXA9J3JvdW5kJyBzdHJva2UtbGluZWpvaW49J3JvdW5kJy8+PC9zdmc+IA==");
    background-repeat: no-repeat;
    background-position: 0 0;
    min-height: 1.25rem;
}

.banner_container {
  padding: 5.625rem 0 4.375rem;
  background: #F7F9FC;
}

.banner_block {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: flex-start;
  gap:2.875rem
}

.banner_block_left_title{
    margin: 0 0 2rem;
    color:#013066;
    font-family: Inter;
    font-weight: 600;
    font-size: 3rem;
    line-height: 120%;
}

.banner_block_left_desc{
    margin-bottom: 2.75rem;
    font-family: Open Sans;
    font-size: 1.125rem;
    line-height: 120%;
    letter-spacing: 0.01em;
}

.banner_block_left_danger{
    border-left: .1875rem solid #72090D;
    background: #EDDFE4;
    padding: 1rem .375rem;
    color:#72090D;
    font-family: Inter;
    font-size: .875rem;
    line-height: 120%;
    letter-spacing: 0.01em;
    display: flex;
    align-items: center;
    gap: .75rem;
    border-radius: 0 .75rem .75rem 0;
    max-width: 32.4375rem;
    margin-bottom: 2.75rem;
}

.banner_block_left_btn{
   
    background: #00346f;
    border-radius: .75rem;
    height: 2.8125rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: Inter;
    font-weight: 500;
    font-size: .875rem;
    line-height: 100%;
    letter-spacing: 0.01em;
    padding: 0 1.5rem;
}

.banner_block_left_btn_mob{
    display: none;
}

.banner_block_right{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap:1.5rem
}

.banner_block_right_item{
    display: flex;
    gap:.75rem;
    flex-direction: column;
    align-items: center;
    padding: 1.5rem 1rem;
    background: #fff;
    box-shadow: 0rem .25rem 1.25rem 0rem #0000000A;
    border-radius: .75rem;
    position: relative;
}

.banner_block_right_item:nth-child(1){
    left: 2.4375rem;
}

.banner_block_right_item:nth-child(2){
    left: 2.4375rem;
    top:1.5rem
}

.banner_block_right_item:nth-child(4){
    top:1.5rem
}


.banner_block_right_item_title{
    color: #013066;
    font-family: Inter;
    font-weight: 600;
    font-size: 1rem;
    line-height: 120%;
    text-align: center;
}

.banner_block_right_item_desc{
    font-weight: 400;
    font-size: .875rem;
    line-height: 120%;
    letter-spacing: 0.01em;
    text-align: center;
}

.menu_trigger{
    display: none;
    flex-direction: column;
    width: 2.75rem;
    height: 2.75rem;
    gap:.6875rem;
    justify-content: space-around;
    padding: .5rem;
    cursor: pointer;
    margin-left: 2rem;
}

.menu_trigger span{
    border: .0625rem solid #222222;
    transform-origin: center;
    transition: all .45s cubic-bezier(.68,-0.55,.27,1.55);
}

.menu_trigger.active span:nth-child(1) {
    transform: translateY(.8125rem) rotate(45deg);
}

.menu_trigger.active span:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
}

.menu_trigger.active span:nth-child(3) {
    transform: translateY(-.8125rem) rotate(-45deg);
}

.mobile_menu{
    padding: 6rem 0 1rem;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 800;
    background: #fff;
    display: none;
}

.mobile_menu.active{
    display: block;
}

.mobile_menu_wrap{
    width: 100%;
}

.mobile_menu_items{
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    color: #222222;
    font-weight: 500;
    font-size: 1rem;
    line-height: 120%;
    
}

.mobile_menu_items a{
    color: inherit;
}

.mobile_menu .head_zapis_btn{
    display: flex;
    max-width: 22.5rem;
    margin: 2.75rem auto 0;
}

@media (max-width: 1360px) {
    .banner_block_right{
        position: relative;
        left: -1.25rem;
    }
}

@media (max-width: 1279px) {
    .top_menu{
        display: none;
    }

    .menu_trigger{
        display: flex;
        
    }


    .footer_titles_str_2{
        grid-column: span 2;
    }

    .footer_titles_str_1{
        grid-column: 1;
    }
}

@media (max-width: 1023px) {
    .container{
        padding: 0 .75rem;
    }

    .page_title1{
        margin-bottom: .5rem;
        font-size: .875rem;
    }

    .page_title2{
       margin-bottom: 2rem;
       font-size: 2rem;
    }

    .banner_container{
        padding: 3.75rem 0;
    }

    .banner_block{
        grid-template-columns: 1fr;
        gap:0
    }

    .banner_block_left_title{
        text-align: center;
        margin-bottom: 2rem;
        font-size: 2.25rem;
    }

    .banner_block_left_desc{
        text-align: center;
        font-size: 1rem;
        margin-bottom: 1.5rem;
    }

    .banner_block_left_danger{
        margin-bottom: 2rem;
        max-width: 100%;
        font-size: .75rem;
        padding: .75rem;
    }

    .banner_block_left_btn{
        display: none;
    }

    .banner_block_left_btn_mob{
        display: flex;
        background: #325783;
        max-width: 22.5rem;
        margin: 2.75rem auto 0;
    }

    .banner_block_right{
        left: 0;
        gap:.6875rem
    }

    .banner_block_right_item{
        left: 0!important;
        top: 0!important;
        gap:.5rem
    }

    .banner_block_right_item_title{
        font-size: .875rem;
    }

    .banner_block_right_item_desc{
        font-size: .75rem;
    }

    .about_doctor_block{
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        gap:0
    }

    .about_doctor_container{
        padding: 3.75rem 0;
    }

    .about_doctor_block_right .order_form_link{
        display: none;
    }

    .order_form_link_mob{
        display: flex;
        background: #033671;
        max-width: 22.5rem;
        margin: 2.75rem auto 0;
    }

    .about_doctor_photo img{
        width: 21.9375rem;
        border-width: .5625rem;
    }

    .about_doctor_photo {

        display: flex;
        justify-content: center;
    }

    .about_doctor_block_right{
        margin-bottom: 3.75rem;
    }

    .consult_container{
        padding: 3.75rem 0;
    }

    .consult_block{
        background: transparent;
        border: none;
        grid-template-columns:1fr;
        padding: 0;
    }

    .consult_block_left{
        background: #fff;
        border-top: .1875rem solid #720009;
        border-radius: 1rem;
        padding: 2.75rem .5rem ;
    }

    .consult_block_desc{
        margin-bottom: 2rem;
    }

    .consult_block_list{
        font-size: .875rem
    }

    .consult_block_list li{
        margin-bottom: .75rem;
    }

    .consult_block_btn{
        max-width: 22.5rem;
        margin: 1.5rem 0 0;
        display: flex;
    }

    .simptoms_container{
        padding: 3.75rem 0;
    }

    .simptoms_items{
        margin-top: 0;
        grid-template-columns: repeat(2, 1fr);
        gap:.75rem
    }

    .simptoms_item_bage_text{
        padding:.375rem .75rem
    }
    
    .causes_container{
        padding: 3.75rem 0;
    }

    .causes_items{
        grid-template-columns: repeat(3, 1fr);
        gap:1rem
    }

    .causes_item{
        padding: 1.25rem 1rem;
    }

    .causes_item:last-child {
        grid-column: span 2;
    }

    .diagnostika_container{
        padding: 3.75rem 0;
    }

    .diagnostika_items {
        grid-template-columns: repeat(2, 1fr);
        gap:.75rem
    }

    .order_form_link{
        display: flex;
        max-width: 22.5rem;
        width: 100%;
        margin-top: 2.75rem;
    }
    
    .priem_container{
        padding: 3.75rem 0;

    }

    .form_block_container{
         padding: 0 0 3.75rem;
    }
    
    .form_block{
        grid-template-columns: repeat(1, 1fr);
        background-color: transparent;
        gap: 3rem;
    }

    .form_block_left{
        border-radius: 0;
        margin-left: -0.75rem;
        width: calc(100% + 1.5rem);
        padding: 3.75rem .75rem;
    }

    .form_block_title{
        text-align: center;
    }

    .form_block_left p{
        text-align: center;
    }

    .form_block_right{
        padding: 0;
        max-width: 22.5rem;
        margin: 0 auto;
    }

    .faq_container{
        padding: 3.75rem 0;
    }
    
    .faq_items{
        gap:.75rem;
    }

    .faq_item_name{
        padding: 1.25rem 1rem;
    }
    
    .faq_item_text{
        padding: 0 1rem 1.25rem;
    }

    .footer_titles_str{
        grid-template-columns: repeat(1, 1fr);
        text-align: center;
        gap:2rem;
        margin-bottom: 3.5rem;
    }

    .footer_titles_str_1{
        font-size: 2.5rem;
    }

    .footer_titles_str_2{
        font-size: 2rem;
    }

    .footer_contacts{
        grid-template-columns: repeat(1, 1fr);
        gap:.75rem;
        max-width: 22.5rem;
        margin: 0 auto 2.75rem;
        
    }

    .footer_contacts a{
        font-size: 1.125rem;
        height: 4.4375rem;
        justify-content: center;
    }

    .footer_politika_str{
        grid-template-columns: repeat(1, 1fr);
        
    }

   
}

@media (max-width: 767px) {
    .head_zapis_btn{
        display: none;
    }

    .consult_img{
        height: 14.625rem;
    }

    .consult_block_title{
        text-align: center;
    }

    .consult_block_desc{
        text-align: center;
    }

    .simptoms_items{
        margin-top: 0;
        grid-template-columns: repeat(1, 1fr);
    }
    
    .causes_items{
        grid-template-columns: repeat(1, 1fr);
    }
    
    .causes_item{
        grid-column:1!important
    }

    .diagnostika_items {
        grid-template-columns: repeat(1, 1fr);
    }

    .diagnostika_item_wide{
        grid-column: 1;
    }

    .priem_items{
        grid-template-columns: repeat(1, 1fr);
        gap:1.5rem;

    }

    .priem_items:before{
        width: .0625rem;
        height: calc(100% - 7.75rem);
    }
    
}