/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  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;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

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

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

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

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

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

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

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

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

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

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

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

/**
 * Add the correct display in IE 10.
 */
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Medium.ttf');
}
body {
  font-family: 'Roboto' !important;
}

[hidden] {
  display: none;
}

input[type='radio'] {
  display: none;
}

input[type='date']::-webkit-calendar-picker-indicator {
  opacity: 0;
}

input {
  padding-left: 7px;
}

.readonly_text input {
  background: #f4f4f4;
}

.form1 {
  width: 840px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  justify-content: center;
  align-items: center;
}

.form2 {
  width: 840px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-left: 20px;
  justify-content: center;
  align-items: center;
}

.form3 {
  width: 840px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-left: 20px;
  justify-content: center;
  align-items: center;
}

.main_modal_window_logo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.main_modal_window_logo img {
  max-width: 50%;
  margin-left: -30px;
}

body {
  background: #d3efff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
}

.main_modal_window {
  width: -moz-fit-content;
  width: fit-content;
  width: 840px;
  overflow: hidden;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border: 1px solid #8a8a8a;
  background: white;
}
.main_modal_window_logo {
  max-width: 100%;
}
.main_modal_window_form {
  display: flex;
  flex-wrap: nowrap;
  width: 2520px;
  height: 1000px;
  transition: 0.4s all;
}
.main_modal_window_inputtext {
  display: flex;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  flex-direction: column;
  margin-left: -35px;
}
.main_modal_window_inputtext input {
  width: 307px;
  border: 1px solid #a5afb6;
  border-radius: 7px;
  height: 42px;
  outline: none;
}
.main_modal_window_inputtext img {
  position: absolute;
  right: -50px;
  bottom: 3px;
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
  object-fit: contain;
}
.main_modal_window_inputradio {
  display: flex;
  align-items: center;
  gap: 15px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: -90px;
}
.main_modal_window_inputradio label {
  width: 47px;
  height: 47px;
  background: white;
  border: 2px solid #d3efff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  transition: 0.3s all;
  cursor: pointer;
}
.main_modal_window_inputradio label:hover {
  background: #d3efff;
}
.main_modal_window_inputradio span {
  width: 130px;
}
.main_modal_window_inputradio img {
  position: absolute;
  right: -104px;
  bottom: 5px;
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
  object-fit: contain;
}

.bespl {
  display: none;
}

.active_radio label {
  background: #d3efff !important;
}

.button {
  background: #d3efff;
  width: 230px;
  height: 48px;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  outline: none;
  border: none;
  cursor: pointer;
  gap: 10px;
  transition: all 0.3s;
}
.button:hover {
  background: #addcf7;
}

.endometrioiz {
  width: 400px;
  height: 400px;
  position: relative;
  background-image: url('../image/png/uretra.png');
  background-size: 100% 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -30px;
}
.endometrioiz_title {
  font-weight: bold;
  text-align: center;
  padding-top: 25px;
  font-size: 24px;
}
.endometrioiz_point {
  width: 28px;
  height: 28px;
  border-radius: 100%;
  color: black;
  font-size: 17px;
  background: #ffc6c6;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  transition: all 0.2s;
  cursor: pointer;
}
.endometrioiz_point.green {
  background: rgb(1, 220, 1);
}
.endometrioiz_point:focus,
.endometrioiz_point.green:focus {
  background: #addcf7;
}
.endometrioiz_point:focus > .endometrioiz_point_hidden {
  display: flex;
}
.endometrioiz_point_hidden {
  display: none;
  flex-direction: column;
  position: absolute;
  padding: 10px;
  gap: 5px;
  border-radius: 5px;
  border: 1px solid #addcf7;
  background: white;
  z-index: 5;
  width: -moz-fit-content;
  width: fit-content;
  box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
}
.endometrioiz_point_hidden_title {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 2px;
  color: black;
  white-space: nowrap;
}
.endometrioiz_point_hidden_select {
  display: flex;
  align-items: center;
  font-size: 13px;
  color: black;
  white-space: nowrap;
  cursor: pointer;
  font-weight: normal;
}

.point_select {
  width: 10px;
  height: 10px;
  background: white;
  border-radius: 100%;
  border: 1px solid #5271ff;
  margin-right: 4px;
}

.active {
  color: #5271ff;
}

.active .point_select {
  background: #5271ff;
}

.endo_point_1 {
  top: 62px;
  left: 186px;
}

.endo_point_2 {
  top: 209px;
  left: 74px;
}

.endo_point_3 {
  top: 208px;
  left: 311px;
}

.endo_point_4 {
  left: 200px;
  bottom: 75px;
}

.endo_point_5 {
  left: 58px;
  top: 98px;
}

.endo_point_6 {
  left: 312px;
  top: 94px;
}

.endo_point_7 {
  left: 77px;
  top: 206px;
}

.endo_point_8 {
  left: 297px;
  top: 207px;
}

.endo_point_9 {
  left: 47px;
  top: 93px;
}

.endo_point_10 {
  left: 40px;
  top: 191px;
}

.endo_point_11 {
  left: 82px;
  top: 210px;
}

.endo_point_12 {
  left: 315px;
  top: 94px;
}

.endo_point_14 {
  left: 292px;
  top: 210px;
}

.endo_point_13 {
  left: 337px;
  top: 190px;
}

.endometrioiz_point_hidden {
  left: 29px;
  width: -moz-fit-content;
  width: fit-content;
  top: -67px;
}

.endo_point_12 > .endometrioiz_point_hidden {
  left: -259px;
  top: -67px;
}

.endo_point_13 > .endometrioiz_point_hidden {
  left: -367px;
  top: -67px;
}

.endo_point_14 > .endometrioiz_point_hidden {
  left: -259px;
  top: -67px;
}

.back_button img {
  transform: rotate(180deg);
}

.endometrioiz_point_hidden_title {
  font-size: 16px;
}

.endometrioiz_point_hidden_block > .endometrioiz_point_hidden_title {
  font-size: 15px !important;
}
#new_p {
  max-width: 360px;
  text-align: justify;
  line-height: 1.4;
  font-weight: normal;
  font-size: 14px;
}

@media (max-width: 850px) {
  #new_p {
    max-width: 309px;
    line-height: 1.4;
    margin-left: auto;
    margin-right: auto;
    margin-left: 17px;
    margin-right: -35px;
    font-size: 14px;
    text-align: left;
  }
  .main_modal_window {
    width: 360px;
    overflow: hidden;
  }
  .main_modal_window_form {
    width: 1120px;
    height: 860px;
  }
  .form1,
  .form2,
  .form3 {
    width: 360px;
  }
  .form1,
  .form2 {
    margin-right: 75px;
  }
  .main_modal_window_logo img {
    max-width: 70%;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .main_modal_window_inputtext {
    margin-left: 13px;
  }
  .main_modal_window_inputtext input {
    width: 266px;
    height: 35px;
  }
  .main_modal_window_inputtext span {
    font-size: 15px;
  }
  .main_modal_window_inputtext img {
    position: absolute;
    right: -41px !important;
    bottom: 3px;
    width: 30px;
    height: 30px;
  }
  .main_modal_window_inputradio {
    margin-left: -30px;
  }
  .main_modal_window_inputradio span {
    width: 113px;
    font-size: 14px;
  }
  .main_modal_window_inputradio label {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
  .main_modal_window_inputradio img {
    position: absolute;
    right: -85px;
    bottom: 5px;
    width: 30px;
    height: 30px;
  }
  .ext_img {
    width: 22px !important;
    height: 22px !important;
  }
  .button {
    margin-right: 13px;
  }
  .buttton_wrapper {
    flex-direction: column;
    margin-left: 20px;
  }
  .endometrioiz_title {
    font-weight: bold;
    text-align: center;
    padding-top: 0px;
    font-size: 20px;
  }
  .endometrioiz {
    width: 280px;
    height: 280px;
    margin-left: 14px;
  }
  .endo_point_1 {
    top: 43px;
    left: 132px;
  }
  .endo_point_2 {
    top: 138px;
    left: 48px;
  }
  .endo_point_3 {
    top: 139px;
    left: 206px;
  }
  .endo_point_4 {
    left: 141px;
    bottom: 53px;
  }
  .endo_point_5 {
    left: 42px;
    top: 64px;
  }
  .endo_point_6 {
    left: 206px;
    top: 63px;
  }
  .endo_point_7 {
    left: 40px;
    top: 138px;
  }
  .endo_point_8 {
    left: 203px;
    top: 139px;
  }
  .endo_point_9 {
    left: 40px;
    top: 65px;
  }
  .endo_point_10 {
    left: 18px;
    top: 122px;
  }
  .endo_point_11 {
    left: 58px;
    top: 140px;
  }
  .endo_point_12 {
    left: 206px;
    top: 64px;
  }
  .endo_point_14 {
    left: 197px;
    top: 141px;
  }
  .endo_point_13 {
    left: 235px;
    top: 124px;
  }
  .form3 .button {
    margin-right: 100px;
  }
  .endometrioiz_point_hidden_title {
    font-size: 15px;
  }
  .endometrioiz_point_hidden_block > .endometrioiz_point_hidden_title {
    font-size: 14px !important;
  }
  .endometrioiz_point_hidden {
    left: -61px;
  }
  .endo_point_6 > .endometrioiz_point_hidden {
    left: -182px;
    top: -67px;
  }
  .endo_point_12 > .endometrioiz_point_hidden {
    left: -187px;
    top: -67px;
  }
  .endo_point_10 > .endometrioiz_point_hidden {
    left: -54px;
  }
  .endo_point_13 > .endometrioiz_point_hidden {
    left: -268px;
    top: -67px;
  }
  .endo_point_14 > .endometrioiz_point_hidden {
    left: -192px;
    top: -67px;
  }
}
.main_modal_window_logo {
  max-width: 70%;
}
input.error {
  border: 1px solid red !important;
}
.error label {
  border: 1px solid red !important;
}
/*# sourceMappingURL=style.css.map */
