/* clear styles */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-align: inherit;
  text-transform: none;
}

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

html {
  height: 100%;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

/* end clear styles */

body {
  font-family: "Open Sans", sans-serif;
  background-color: #f4f8fd;
}

.rapidmd_accidente__button {
  min-width: 300px;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.5px;
  text-align: center;
  border-radius: 8px;
  color: #fff;
  border: 2px solid #2563eb;
  background-color: #2563eb;
  padding: 18px;
  box-sizing: border-box;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: box-shadow 0.2s ease-in-out;
}

.rapidmd_accidente section ul li {
  padding-right: 60px;
  position: relative;
  display: block;
  padding-left: 40px;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #374957;
}

.rapidmd_accidente section ul li::before {
  content: url(/img/about_accidente/check.svg);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
}

.rapidmd_accidente section.rapidmd_accidente__dropdown > ul > li {
  padding-left: 0;
  padding-right: 0;
}

.rapidmd_accidente section.rapidmd_accidente__dropdown > ul > li::before {
  display: none;
}

.rapidmd_accidente h3 {
  font-weight: 600;
  font-size: 40px;
  line-height: 50px;
  color: #374957;
}

.rapidmd_accidente__button:hover {
  box-shadow: 0px 15px 20px 0px rgba(37, 99, 235, 0.2);
}

.rapidmd_accidente__head {
  padding: 170px 0 55px 0;
  text-align: center;
}

.rapidmd_accidente__head h4 {
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  color: #29cf51;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.rapidmd_accidente__head h2 {
  font-weight: 600;
  font-size: 60px;
  line-height: 65px;
  color: #374957;
  margin-bottom: 55px;
}

.rapidmd_accidente__head a {
  margin-bottom: 30px;
}

.rapidmd_accidente__head img {
  max-width: calc(100% - 30px);
  display: block;
  margin: 0 auto;
}

.rapidmd_accidente__info {
  width: 1290px;
  max-width: calc(100% - 30px);
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

.rapidmd_accidente__info > div {
  box-sizing: border-box;
  border-radius: 15px;
  padding: 30px 70px 40px 30px;
  border-top: 3px solid transparent;
}

.rapidmd_accidente__info > div > *:not(:last-child) {
  margin-bottom: 30px;
}

.rapidmd_accidente__info > div h3 {
  margin-bottom: 40px;
}

.rapidmd_accidente__info > div p {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #374957;
}

.rapidmd_accidente__info > div p b {
  font-weight: 700;
}

.rapidmd_accidente__info > div:first-child {
  width: calc(69.7% - 50px);
  border-color: #1e72e3;
  background-color: rgba(78, 157, 244, 0.1);
}

.rapidmd_accidente__info > div:last-child {
  width: 31.8%;
  border-color: #29cf51;
  background-color: rgba(41, 207, 81, 0.1);
  padding-right: 30px;
}

.rapidmd_accidente__info > div li:not(:last-child) {
  margin-bottom: 20px;
}

.rapidmd_accidente__benefits {
  width: 1200px;
  max-width: calc(100% - 30px);
  text-align: center;
  margin: 0 auto;
  padding: 115px 0 180px 0;
}

.rapidmd_accidente__benefits h3 {
  margin-bottom: 65px;
}

.rapidmd_accidente__benefits > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.rapidmd_accidente__benefits > div > div {
  width: 360px;
}

.rapidmd_accidente__benefits > div > div img {
  margin-bottom: 30px;
}

.rapidmd_accidente__benefits > div > div > p {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #374957;
  letter-spacing: 0.5px;
}

.rapidmd_accidente__advantages {
  width: 1290px;
  max-width: calc(100% - 30px);
  display: flex;
  align-items: center;
  margin: 0 auto;
  padding-bottom: 145px;
}

.rapidmd_accidente__advantages__calculation {
  width: 630px;
  height: 555px;
  box-sizing: border-box;
  position: relative;
  margin-right: 50px;
  padding: 110px 35px 10px 30px;
}

.rapidmd_accidente__advantages__calculation img[alt="bg"] {
  position: absolute;
  top: 0;
  right: 50px;
  bottom: 0;
  left: 15px;
  max-width: 100%;
  max-height: 100%;
}

.rapidmd_accidente__advantages__calculation > div {
  position: relative;
  display: flex;
}

.rapidmd_accidente__advantages__calculation > div > div:not(:last-child) {
  margin-right: 25px;
}

.rapidmd_accidente__advantages__line_1 {
  align-items: flex-end;
  margin-bottom: 25px;
}

.rapidmd_accidente__advantages__line_2 {
  align-items: flex-start;
}

.rapidmd_accidente__advantages__img {
  display: inline-flex;
  border-radius: 10px;
  border: 5px solid #fff;
  box-sizing: border-box;
  box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.1);
}

.rapidmd_accidente__advantages__calculation_block {
  padding: 15px;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.07);
}

.rapidmd_accidente__advantages__calculation_block h4 {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #1eb241;
  background-color: #dbffe2;
  padding: 2px 8px;
  border-radius: 4px;
  display: inline-flex;
  margin-bottom: 15px;
}

.rapidmd_accidente__advantages__calculation_block h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
  color: #0f172a;
  margin-bottom: 45px;
}

.rapidmd_accidente__advantages__calculation_block a {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 6px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: #2563eb;
  border: 2px solid #2563eb;
  border-radius: 8px;
  transition: 0.2s ease-in-out;
}

.rapidmd_accidente__advantages__calculation_block a:hover {
  background-color: #2563eb;
  color: #ffffff;
}

.rapidmd_accidente__advantages__info {
  width: 610px;
}

.rapidmd_accidente__advantages__info h3 {
  margin-bottom: 30px;
}

.rapidmd_accidente__advantages__info li {
  line-height: 26px;
}

.rapidmd_accidente__advantages__info li:not(:last-child) {
  margin-bottom: 20px;
}

.rapidmd_accidente__dropdown {
  width: 1440px;
  max-width: calc(100% - 30px);
  margin: 0 auto 140px auto;
  background-color: #fff;
  padding: 80px;
  box-sizing: border-box;
  text-align: center;
}

.rapidmd_accidente__dropdown h3 {
  margin-bottom: 50px;
}

.rapidmd_accidente__dropdown > ul {
  text-align: left;
}

.rapidmd_accidente__dropdown > ul > li {
  border-top: 1px solid #e2e8f0;
}

.rapidmd_accidente__dropdown > ul > li:last-child {
  border-bottom: 1px solid #e2e8f0;
}

.rapidmd_accidente__dropdown > ul > li > .rapidmd_dropdown_button {
  width: 100%;
  text-align: left;
  background-color: transparent;
  position: relative;
  padding: 35px 40px 35px 0;
  border: 0;
  font-weight: 600;
  font-size: 24px;
  line-height: 1;
  color: #374957;
  display: flex;
  align-items: center;
  scroll-margin-top: 70px;
  transition: color 0.2s ease-in-out;
}

.rapidmd_accidente__dropdown > ul > li > .rapidmd_dropdown_button > svg {
  color: #c6c6c6;
  margin-right: 15px;
  transition: color 0.2s ease-in-out;
  position: relative;
  flex-shrink: 0;
}

.rapidmd_accidente__dropdown > ul > li > .rapidmd_dropdown_button::before {
  content: url(/img/about_accidente/arrow.svg);
  position: absolute;
  display: flex;
  align-items: center;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: transform 0.2s ease-in-out;
}

.rapidmd_accidente__dropdown
  > ul
  > li
  > .rapidmd_dropdown_button.rapidmd_dropdown_button__open::before {
  transform: rotateX(180deg);
}

.rapidmd_accidente__dropdown > ul > li > .rapidmd_dropdown_button:hover,
.rapidmd_accidente__dropdown > ul > li > .rapidmd_dropdown_button:hover > svg,
.rapidmd_accidente__dropdown
  > ul
  > li
  > .rapidmd_dropdown_button.rapidmd_dropdown_button__open,
.rapidmd_accidente__dropdown
  > ul
  > li
  > .rapidmd_dropdown_button.rapidmd_dropdown_button__open
  > svg {
  color: #2563eb;
}

.rapidmd_accidente__dropdown > ul > li > .rapidmd_dropdown_content {
  height: 0;
  overflow: hidden;
  transition: height 0.2s ease-in-out;
}

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

.rapidmd_dropdown_content__characteristics > div {
  width: calc(50% - 5px);
}

.rapidmd_accidente__characteristics {
  padding-left: 110px;
  position: relative;
}

.rapidmd_accidente__characteristics:not(:last-child) {
  margin-bottom: 10px;
}

.rapidmd_accidente__characteristics img[alt="characteristics"] {
  position: absolute;
  left: 50px;
  top: 0;
}

.rapidmd_accidente__characteristics h4,
.rapidmd_accidente__characteristics p,
.rapidmd_accidente__dropdown .rapidmd_accidente__characteristics ul > li {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #374957;
}

.rapidmd_accidente__characteristics h4 {
  font-weight: 700;
}

.rapidmd_accidente__dropdown .rapidmd_accidente__characteristics ul > li {
  padding: 0;
  padding-left: 30px;
  position: relative;
}

.rapidmd_accidente__dropdown
  .rapidmd_accidente__characteristics
  ul
  > li::before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #374957;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
  border-radius: 50%;
}

.rapidmd_accidente table,
.rapidmd_accidente th,
.rapidmd_accidente td {
  border: 1px solid #ccc;
  padding: 10px;
}

.rapidmd_accidente th {
  background-color: #bff7cc;
  color: #009b0d;
  font-weight: 400;
}

@media only screen and (max-width: 1200px) {
  .rapidmd_accidente section ul li {
    font-size: 14px;
    line-height: 20px;
  }

  .rapidmd_accidente h3 {
    font-size: 26px;
    line-height: 30px;
  }

  .rapidmd_accidente__head h4 {
    font-size: 14px;
    line-height: 18.5px;
    padding: 0px 45px;
    margin-bottom: 15px;
  }

  .rapidmd_accidente__head h2 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 45px;
  }

  .rapidmd_accidente__info > div:first-child {
    width: calc(60% - 30px);
    margin-right: 30px;
  }

  .rapidmd_accidente__info > div:last-child {
    width: 40%;
  }

  .rapidmd_accidente__info > div > *:not(:last-child) {
    margin-bottom: 15px;
  }

  .rapidmd_accidente__info > div p {
    font-size: 14px;
    line-height: 20px;
  }

  .rapidmd_accidente__benefits {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .rapidmd_accidente__advantages__calculation_block h3 {
    font-size: 20px;
    line-height: 25px;
  }

  .rapidmd_accidente__advantages__calculation_block a {
    font-size: 14px;
  }

  .rapidmd_accidente__advantages__calculation {
    width: calc(60% - 60px);
  }

  .rapidmd_accidente__advantages__line_1 .rapidmd_accidente__advantages__img:first-child {
    width: 200px;
  }

  .rapidmd_accidente__advantages__img img {
    width: 100%;
  }

  .rapidmd_accidente__advantages__info {
    width: 40%;
  }

  .rapidmd_accidente__benefits > div > div {
    max-width: calc(100% / 3 - 20px);
  }

  .rapidmd_accidente__dropdown {
    padding: 15px;
  }

  .rapidmd_accidente__benefits h3 {
    margin-bottom: 25px;
  }

  .rapidmd_accidente__dropdown h3 {
    margin-bottom: 35px;
  }

  .rapidmd_accidente__benefits > div > div img {
    width: 70px;
    margin-bottom: 15px;
  }

  .rapidmd_accidente__benefits > div > div > p {
    font-size: 14px;
    line-height: 20px;
  }

  .rapidmd_accidente__dropdown > ul > li > .rapidmd_dropdown_button {
    min-height: 65px;
    padding: 10px 45px 10px 15px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 22px;
    scroll-margin-top: 55px;
  }

  .rapidmd_accidente__characteristics h4,
  .rapidmd_accidente__characteristics p,
  .rapidmd_accidente__dropdown .rapidmd_accidente__characteristics ul > li {
    font-size: 14px;
    line-height: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .rapidmd_accidente section ul li {
    padding-right: 30px;
  }

  .rapidmd_accidente__button {
    width: calc(100% - 30px);
    font-size: 14px;
    padding: 10px;
  }

  .rapidmd_accidente__head {
    padding-top: 90px;
  }

  .rapidmd_accidente__head h2 {
    margin-bottom: 30px;
  }

  .rapidmd_accidente__info {
    flex-direction: column;
  }

  .rapidmd_accidente__info > div:first-child {
    margin-bottom: 20px;
  }

  .rapidmd_accidente__info > div:first-child,
  .rapidmd_accidente__info > div:last-child {
    width: 100%;
    margin-right: 0;
  }

  .rapidmd_accidente__info > div {
    padding: 20px;
  }

  .rapidmd_accidente__benefits > div {
    flex-direction: column;
  }

  .rapidmd_accidente__benefits > div > div {
    max-width: 100%;
  }

  .rapidmd_accidente__benefits > div > div:not(:last-child) {
    margin-bottom: 20px;
  }

  .rapidmd_accidente__advantages {
    flex-direction: column-reverse;
    padding-bottom: 15px;
  }

  .rapidmd_accidente__advantages__line_1 {
    margin-bottom: 0;
  }

  .rapidmd_accidente__advantages__calculation {
    width: 100%;
    height: 320px;
    margin-right: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .rapidmd_accidente__advantages__info {
    width: 100%;
    margin-bottom: 30px;
  }

  .rapidmd_accidente__advantages__img {
    display: none;
  }

  .rapidmd_accidente__advantages__calculation img[alt="bg"] {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
  }

  .rapidmd_dropdown_content__characteristics {
    flex-direction: column;
  }

  .rapidmd_dropdown_content__characteristics > div {
    width: 100%;
  }

  .rapidmd_accidente__characteristics {
    padding-left: 60px;
  }

  .rapidmd_accidente__characteristics img[alt="characteristics"] {
    left: 0;
  }

  .rapidmd_accidente__dropdown {
    max-width: 100%;
    background-color: transparent;
    margin-bottom: 70px;
  }
}
