/* 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,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
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: left;
  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;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* end clear styles */

body {
  background-color: #f4f8fd;
}

body * {
  font-family: "Open Sans", sans-serif;
}

strong {
  font-weight: 600;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.rapidmd_about_cv_anchor {
  margin-top: auto;
  position: relative;
  z-index: 1;
  color: #fff;
  text-align: center;
  display: block;
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 50px;
  transition: transform 0.2s ease-in-out;
}

.rapidmd_about_cv_anchor svg {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

.rapidmd_about_cv_anchor svg > g > path:first-child {
  animation: arrow 1.5s ease-in-out infinite;
}

.rapidmd_about_cv_anchor svg > g > path:last-child {
  animation: arrow 2s ease-in-out infinite;
}

.rapidmd_about_cv_anchor:hover {
  transform: scale(1.05);
}

.rapidmd_about_cv__button {
  display: inline-block;
  min-width: 300px;
  background-color: #2563eb;
  padding: 17.5px 30px;
  box-sizing: border-box;
  border-radius: 8px;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  transition: box-shadow 0.2s ease-in-out;
}

.rapidmd_about_cv__button:hover {
  box-shadow: 0px 10px 50px 0px rgba(37, 99, 235, 0.4);
}

.rapidmd_about_cv__wrapper {
  width: 1290px;
  max-width: calc(100% - 30px);
  margin: 0 auto;
}

.rapidmd_about_cv__sub_title {
  font-weight: 700;
  font-size: 24px;
  line-height: 26.5px;
  color: #29cf51;
  text-transform: uppercase;
}

.rapidmd_about_cv__get_cv {
  position: relative;
  min-height: 100vh;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding-top: 32vh;
}

.rapidmd_about_cv__get_cv .rapidmd_about_cv__button {
  border: 2px solid transparent;
  transition: all 0.2s ease-in-out;
}

.rapidmd_about_cv__get_cv .rapidmd_about_cv__button:hover {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
}

.rapidmd_about_cv__get_cv video {
  height: 100%;
  width: 177.77777778vh;
  min-width: 100%;
  min-height: 56.25vw;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}

.rapidmd_about_cv__get_cv::before {
  content: "";
  position: absolute;
  background-color: rgba(35, 35, 35, 0.7);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 1;
}

.rapidmd_about_cv__get_cv > div {
  width: 1320px;
  max-width: calc(100% - 30px);
  margin: 0 auto;
  position: relative;
  z-index: 2;
  text-align: center;
}

.rapidmd_about_cv__get_cv > div .rapidmd_about_cv__sub_title {
  text-align: center;
  margin-bottom: 20px;
}

.rapidmd_about_cv__get_cv > div .rapidmd_about_cv__main_title {
  color: #ffffff;
  font-size: 56px;
  line-height: 64px;
  font-weight: 600;
  text-align: center;
  max-width: 1180px;
  margin: 0 auto 20px;
}

.rapidmd_about_cv__get_cv > div .rapidmd_about_cv__lead {
  color: #ffffff;
  font-size: 19px;
  line-height: 30px;
  text-align: center;
  max-width: 860px;
  margin: 0 auto 8px;
}

.rapidmd_about_cv__get_cv > div .rapidmd_about_cv__lead:last-of-type {
  margin-bottom: 28px;
}

.rapidmd_about_cv__get_cv > div a {
  margin-bottom: 16px;
}

.rapidmd_about_cv__get_cv > div .rapidmd_about_cv__benefits {
  color: #ffffff;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 44px;
}

#what_cv {
  scroll-margin-top: 70px;
}

.rapidmd_about_cv__what_cv {
  padding: 80px 0;
}

.rapidmd_about_cv__what_cv .rapidmd_about_cv__phone {
  position: relative;
  padding: 15px 0;
}

.rapidmd_about_cv__what_cv .rapidmd_about_cv__phone img[alt="phone_bg"] {
  width: 100%;
}

.rapidmd_about_cv__what_cv .rapidmd_about_cv__phone img[alt="phone"] {
  width: 54%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.rapidmd_about_cv__what_cv .rapidmd_about_cv__wrapper {
  display: flex;
  align-items: center;
}

.rapidmd_about_cv__what_cv .rapidmd_about_cv__wrapper > div:first-child {
  width: 640px;
  flex-shrink: 0;
}

.rapidmd_about_cv__what_cv .rapidmd_about_cv__wrapper > div:last-child {
  margin-left: auto;
}

.rapidmd_about_cv__what_cv .rapidmd_about_cv__wrapper > div:last-child img {
  max-width: 100%;
}

.rapidmd_about_cv__what_cv h4 {
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 10px;
}

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

.rapidmd_about_cv__what_cv p {
  font-weight: 400;
  font-size: 18px;
  line-height: 28.8px;
  color: #55626c;
}

.rapidmd_about_cv__what_cv p:not(:last-child) {
  margin-bottom: 14px;
}

.rapidmd_about_cv__how_get {
  text-align: center;
  padding-bottom: 80px;
}

.rapidmd_about_cv__how_get .rapidmd_about_cv__wrapper {
  display: flex;
  text-align: left;
}

.rapidmd_about_cv__how_get .rapidmd_about_cv__wrapper > div:first-child img {
  width: 100%;
}

.rapidmd_about_cv__how_get .rapidmd_about_cv__wrapper > div:last-child {
  padding-left: 110px;
}

.rapidmd_about_cv__how_get .rapidmd_about_cv__wrapper > div:last-child {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.rapidmd_about_cv__how_get .rapidmd_about_cv__wrapper > div:last-child h2 {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 30px;
  text-transform: none;
}

.rapidmd_about_cv__how_get
  .rapidmd_about_cv__wrapper
  > div:last-child
  > ul
  > li {
  border-left: 3px solid #cbd5e1;
  transition: border-color 0.2s ease-in-out;
}

.rapidmd_about_cv__how_get
  .rapidmd_about_cv__wrapper
  > div:last-child
  > ul
  > li.rapidmd_dropdown_open {
  border-color: #2563eb;
}

.rapidmd_about_cv__how_get .rapidmd_about_cv__wrapper > div:first-child {
  width: 550px;
  flex-shrink: 0;
}

.rapidmd_about_cv__how_get
  .rapidmd_about_cv__wrapper
  > div:last-child
  > ul
  > li
  > button {
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
  cursor: pointer;
  padding: 12px 20px 12px 50px;
  background-color: transparent;
  border: 0;
  text-align: left;
  color: #374957;
}

.rapidmd_about_cv__how_get
  .rapidmd_about_cv__wrapper
  > div:last-child
  > ul
  > li.rapidmd_dropdown_open
  > button {
  color: #2563eb;
}

.rapidmd_about_cv__how_get
  .rapidmd_about_cv__wrapper
  > div:last-child
  > ul
  > li:hover {
  border-color: #2563eb;
}

.rapidmd_about_cv__how_get
  .rapidmd_about_cv__wrapper
  > div:last-child
  > ul
  > li:not(:last-child) {
  margin-bottom: 30px;
}

.rapidmd_about_cv__how_get .rapidmd_about_cv__button {
  display: inline-block;
  margin: 0 auto 80px;
}

.rapidmd_about_cv__how_get .rapidmd_about_cv__cta_text {
  font-size: 22px;
  line-height: 32px;
  color: #374957;
  text-align: center;
  width: 860px;
  max-width: calc(100% - 30px);
  margin: 0 auto 24px;
}

.rapidmd_about_cv__how_get
  .rapidmd_about_cv__wrapper
  > div:last-child
  > ul
  > li
  > ul {
  padding-left: 50px;
  overflow: hidden;
  height: 0;
  transition: height 0.2s ease-in-out;
}

.rapidmd_about_cv__how_get
  .rapidmd_about_cv__wrapper
  > div:last-child
  > ul
  > li
  > ul.rapidmd_dropdown_content__default_open {
  height: auto;
}

.rapidmd_about_cv__how_get
  .rapidmd_about_cv__wrapper
  > div:last-child
  > ul
  > li
  > ul
  li {
  font-weight: 400;
  font-size: 18px;
  line-height: 28.8px;
  color: #374957;
  margin-bottom: 15px;
  padding-left: 40px;
  position: relative;
}

.rapidmd_about_cv__how_get
  .rapidmd_about_cv__wrapper
  > div:last-child
  > ul
  > li
  > ul
  li.rapidmd_about_cv__policy_intro {
  font-size: 16px;
  line-height: 24px;
  color: #55626c;
  padding-left: 0;
  margin-bottom: 22px;
}

.rapidmd_about_cv__how_get
  .rapidmd_about_cv__wrapper
  > div:last-child
  > ul
  > li
  > ul
  li.rapidmd_about_cv__policy_intro::before {
  content: none;
}

.rapidmd_about_cv__how_get
  .rapidmd_about_cv__wrapper
  > div:last-child
  > ul
  > li
  > ul
  li.rapidmd_about_cv__policy_intro
  p {
  margin: 0;
}

.rapidmd_about_cv__how_get
  .rapidmd_about_cv__wrapper
  > div:last-child
  > ul
  > li
  > ul
  li::before {
  content: url(/img/about_green_card/list.svg);
  position: absolute;
  top: 9px;
  left: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
}

.rapidmd_about_cv__how_get
  .rapidmd_about_cv__wrapper
  > div:last-child
  > ul
  > li
  > ul.rapidmd_about_cv__recommendation
  li::before {
  content: url(/img/about_green_card/list_2.svg);
}

.rapidmd_about_cv__zone {
  height: 530px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #4E9DF4;
}

.rapidmd_about_cv__zone__wrapper {
  width: 1295px;
  max-width: calc(100% - 30px);
  height: 100%;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rapidmd_about_cv__zone__wrapper > *:not(svg) {
  z-index: 1;
}

.rapidmd_about_cv__zone__wrapper > svg {
  max-width: 100%;
  pointer-events: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.rapidmd_about_cv__zone__wrapper > svg path {
  transition: fill 0.2s ease-in-out;
}

.rapidmd_about_cv__zone__wrapper h2 {
  font-weight: 800;
  font-size: 40px;
  line-height: 55px;
  color: #ffffff;
  position: relative;
  text-align: center;
}

.rapidmd_about_cv__zone__item {
  position: absolute;
}

.rapidmd_about_cv__zone__item > span {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  border: 4px solid transparent;
  color: #ffffff;
  font-weight: 700;
  font-size: 14px;
  box-sizing: border-box;
  cursor: pointer;
}

.rapidmd_about_cv__zone__item__1 {
  top: 180px;
  right: 485px;
}

.rapidmd_about_cv__zone__item__1:hover + div + div + svg .zone_1 {
  fill: rgba(234, 179, 8, 0.7);
}

.rapidmd_about_cv__zone__item__2 {
  display: none;
  bottom: 390px;
  left: 800px;
}

.rapidmd_about_cv__zone__item__2:hover + div + svg .zone_2 {
  fill: #29cf51;
}

.rapidmd_about_cv__zone__item__3 {
  top: 365px;
  left: 475px;
}

.rapidmd_about_cv__zone__item__3:hover + svg .zone_3 {
  fill: rgba(41, 207, 81, 0.7);
}

.rapidmd_about_cv__zone__item__1 > span {
  background-color: #eab308;
  border-color: #cf9f09;
  box-shadow: 10px 10px 20px 0px rgba(234, 179, 8, 0.5);
}

.rapidmd_about_cv__zone__item__2 > span {
  background-color: #29cf51;
  border-color: #1bba41;
  box-shadow: 10px 10px 30px 0px rgba(41, 207, 81, 0.5);
}

.rapidmd_about_cv__zone__item__3 > span {
  background-color: #29CF51;
  border-color: #1bba41;
  box-shadow: 10px 10px 30px 0px rgba(41, 207, 81, 0.5);
}

.rapidmd_about_cv__zone__item > p {
  top: 0;
  position: absolute;
  background-color: #e2e8f0;
  padding: 15px;
  border-radius: 5px;
  border-top: 3px solid transparent;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #374957;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.07);
  opacity: 0;
  pointer-events: none;
  box-sizing: border-box;
  transition: opacity 0.2s ease-in-out;
}

.rapidmd_about_cv__zone__item > p span {
  margin-top: 10px;
  color: #f44336;
  font-size: 14px;
  line-height: 20px;
}

.rapidmd_about_cv__zone_info {
  display: block;
}

.rapidmd_about_cv__zone__item:hover p {
  opacity: 1;
}

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

.rapidmd_about_cv__zone__item__1 > p {
  width: 290px;
  border-color: #cf9f09;
  left: 80px;
}

.rapidmd_about_cv__zone__item__2 > p {
  width: 290px;
  border-color: #1bba41;
  transform: translate(-100%);
  left: -30px;
}

.rapidmd_about_cv__zone__item__3 > p {
  width: 460px;
  border-color: #1bba41;
  transform: translate(-100%);
  left: -30px;
}

.rapidmd_about_cv__info {
  padding: 160px 0;
}

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

.rapidmd_about_cv__info__item {
  width: calc(100% / 3 - 100px / 3);
  text-align: center;
}

.rapidmd_about_cv__info__item > * {
  text-align: center;
}

.rapidmd_about_cv__info__item h3 {
  font-weight: 700;
  font-size: 21px;
  line-height: 26.5px;
  color: #374957;
  margin-bottom: 20px;
}

.rapidmd_about_cv__info__item p {
  font-weight: 400;
  font-size: 18px;
  line-height: 28.8px;
  color: #374957;
}

.rapidmd_about_cv__info .rapidmd_about_cv__info_cta {
  width: 900px;
  max-width: calc(100% - 30px);
  margin: 50px auto 24px;
  text-align: center;
  font-size: 24px;
  line-height: 34px;
  color: #374957;
}

.rapidmd_about_cv__info .rapidmd_about_cv__button {
  display: block;
  width: fit-content;
  margin: 0 auto;
}

.rapidmd_about_cv__info__img {
  width: 104px;
  height: 104px;
  margin: 0 auto;
  border-radius: 50%;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.rapidmd_about_cv__info__item:first-child .rapidmd_about_cv__info__img {
  background-color: #ef4444;
}

.rapidmd_about_cv__info__item:nth-child(2) .rapidmd_about_cv__info__img {
  background-color: #2563eb;
}

.rapidmd_about_cv__info__item:last-child .rapidmd_about_cv__info__img {
  background-color: #eab308;
}

.rapidmd_about_cv__calculation {
  position: relative;
  padding-bottom: 80px;
}

.rapidmd_about_cv__calculation img[alt="cube"] {
  position: absolute;
  pointer-events: none;
}

.rapidmd_about_cv__calculation img[alt="cube"]:first-child {
  width: 300px;
  top: 0;
  left: 95px;
}

.rapidmd_about_cv__calculation img[alt="cube"]:nth-child(2) {
  width: 320px;
  bottom: -150px;
  right: 105px;
}

.rapidmd_about_cv__calculation__wrapper {
  position: relative;
  width: 630px;
  max-width: calc(100% - 30px);
  margin: 0 auto;
}

.rapidmd_about_cv__calculation__wrapper h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 44px;
  color: #374957;
  text-align: center;
  margin-bottom: 40px;
}

.rapidmd_about_cv__calculation__select {
  position: relative;
  margin-bottom: 30px;
}

.rapidmd_about_cv__calculation__wrapper
  .rapidmd_about_cv__calculation__select::before {
  content: url(/img/about_green_card/arrow.svg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  display: flex;
  align-items: center;
}

.rapidmd_about_cv__calculation__wrapper select {
  width: 100%;
  background-color: #374957;
  font-weight: 600;
  font-size: 18px;
  line-height: initial;
  color: #ffffff;
  box-shadow: 0px 30px 40px -18px rgba(55, 73, 87, 0.15);
  border-radius: 10px;
  min-height: 55px;
  border: 0;
  padding: 0 45px 0 15px;
}

.rapidmd_about_cv__calculation__wrapper > h4 {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  color: #374957;
  margin-bottom: 15px;
}

.rapidmd_about_cv__calculation__wrapper > h4 img {
  margin-right: 10px;
}

.rapidmd_about_cv__calculation__wrapper
  > .rapidmd_about_cv__calculation__inputs {
  display: flex;
}

.rapidmd_about_cv__calculation__wrapper
  > .rapidmd_about_cv__calculation__inputs:not(:last-child) {
  margin-bottom: 35px;
}

.rapidmd_about_cv__calculation__wrapper
  > .rapidmd_about_cv__calculation__inputs
  > div {
  width: calc(50% - 15px);
}

.rapidmd_about_cv__calculation__wrapper
  > .rapidmd_about_cv__calculation__inputs
  > div:first-child {
  margin-right: 30px;
}

.rapidmd_about_cv__calculation__wrapper
  > .rapidmd_about_cv__calculation__inputs
  h4 {
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: #949ba0;
  margin-bottom: 10px;
}

.rapidmd_about_cv__calculation__wrapper
  > .rapidmd_about_cv__calculation__inputs
  input {
  width: 100%;
  height: 55px;
  background-color: #f0f4f8;
  border: 1px solid #e7e7e7;
  border-radius: 10px;
  padding-left: 15px;
  font-weight: 500;
  font-size: 18px;
  color: #374957;
  box-sizing: border-box;
}

.rapidmd_about_cv__insurance {
  width: 1440px;
  max-width: calc(100% - 30px);
  margin: 0 auto;
  background-color: #fff;
  padding: 80px;
  box-sizing: border-box;
  margin-bottom: 80px;
  position: relative;
}

.rapidmd_about_cv__insurance h2 {
  font-weight: 600;
  font-size: 40px;
  line-height: 45px;
  color: #374957;
  text-align: center;
  margin-bottom: 20px;
}

.rapidmd_about_cv__insurance > .rapidmd_about_cv__insurance_intro {
  width: 980px;
  max-width: calc(100% - 30px);
  margin: 0 auto 40px;
  text-align: center;
  font-size: 18px;
  line-height: 28px;
  color: #55626c;
}

.rapidmd_about_cv__insurance > ul > li > button {
  width: 100%;
  min-height: 100px;
  display: flex;
  align-items: center;
  background-color: transparent;
  padding: 30px 0;
  border: 0;
  border-top: 1px solid #e2e8f0;
  box-sizing: border-box;
  font-weight: 600;
  font-size: 24px;
  line-height: 38.4px;
  color: #374957;
  cursor: pointer;
  position: relative;
  scroll-margin-top: 70px;
  transition: color 0.2s ease-in-out;
}

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

.rapidmd_about_cv__insurance > ul > li > button svg {
  margin-right: 15px;
  color: #c6c6c6;
  transition: color 0.2s ease-in-out;
}

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

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

.rapidmd_about_cv__insurance
  > ul
  > li
  > button.rapidmd_dropdown_button__open::before {
  transform: rotateX(-180deg);
}

.rapidmd_about_cv__insurance .rapidmd_dropdown_content {
  height: 0;
  overflow: hidden;
  transition: height 0.2s ease-in-out;
}

.rapidmd_about_cv__insurance .rapidmd_dropdown_content p,
.rapidmd_about_cv__insurance .rapidmd_dropdown_content h4 {
  font-size: 16px;
  line-height: 22px;
  color: #21272a;
}

.rapidmd_about_cv__insurance .rapidmd_dropdown_content p:not(:last-child),
.rapidmd_about_cv__insurance .rapidmd_dropdown_content h4:not(:last-child),
.rapidmd_about_cv__insurance .rapidmd_dropdown_content li:not(:last-child) {
  margin-bottom: 10px;
}

.rapidmd_about_cv__insurance .rapidmd_dropdown_content li {
  padding-left: 35px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  position: relative;
}

.rapidmd_about_cv__insurance .rapidmd_dropdown_content li::before {
  content: url(/img/about_green_card/list_3.svg);
  position: absolute;
  left: 0;
  top: 0;
}

.rapidmd_about_cv__insurance .rapidmd_dropdown_content p {
  font-weight: 400;
}

.rapidmd_about_cv__insurance .rapidmd_dropdown_content h4,
.rapidmd_about_cv__insurance .rapidmd_dropdown_content b {
  font-weight: 700;
}

.rapidmd_about_cv__insurance .rapidmd_dropdown_content > div {
  display: flex;
}

.rapidmd_about_cv__insurance .rapidmd_dropdown_content > div:not(:last-child) {
  margin-bottom: 10px;
}

.rapidmd_about_cv__insurance .rapidmd_dropdown_content > div > * {
  width: calc(50% - 15px);
}

.rapidmd_about_cv__insurance .rapidmd_dropdown_content > div > *:first-child {
  margin-right: 30px;
}

.rapidmd_about_cv__insurance_cta_section > .rapidmd_about_cv__insurance_cta {
  width: 900px;
  max-width: calc(100% - 30px);
  margin: 0 auto 20px;
  text-align: center;
  font-size: 24px;
  line-height: 34px;
  color: #374957;
}

.rapidmd_about_cv__insurance_cta_section > .rapidmd_about_cv__button {
  display: block;
  width: fit-content;
  margin: 0 auto;
}

.rapidmd_about_cv__insurance_cta_section {
  width: 1440px;
  max-width: calc(100% - 30px);
  margin: 0 auto 80px;
  text-align: center;
}

@media only screen and (max-width: 1200px) {
  .rapidmd_about_cv__get_cv {
    min-height: calc(var(--vh, 1vh) * 100);
  }

  .rapidmd_about_cv__get_cv .rapidmd_about_cv__button {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 50px;
  }

  .rapidmd_about_cv__get_cv video {
    width: calc(var(--vh, 1vh) * 177.77777778);
    transform: rotateY(180deg);
  }

  .rapidmd_about_cv__get_cv > div .rapidmd_about_cv__sub_title {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 12px;
  }

  .rapidmd_about_cv__get_cv > div .rapidmd_about_cv__main_title {
    font-size: 34px;
    line-height: 42px;
    max-width: 780px;
    margin-bottom: 14px;
  }

  .rapidmd_about_cv__get_cv > div .rapidmd_about_cv__lead {
    font-size: 18px;
    line-height: 27px;
    max-width: 700px;
    margin-bottom: 6px;
  }

  .rapidmd_about_cv__get_cv > div .rapidmd_about_cv__lead:last-of-type {
    margin-bottom: 20px;
  }

  .rapidmd_about_cv__get_cv > div .rapidmd_about_cv__benefits {
    font-size: 15px;
    line-height: 22px;
    max-width: 460px;
    margin: 0 auto;
  }

  .rapidmd_about_cv__button {
    min-width: 230px;
    font-size: 14px;
    padding: 14px 25px;
  }

  .rapidmd_about_cv_anchor {
    font-size: 0;
    line-height: 0;
    margin-bottom: 20px;
  }

  .rapidmd_about_cv_anchor svg {
    margin-bottom: 0;
  }

  #what_cv {
    scroll-margin-top: 55px;
  }

  .rapidmd_about_cv__what_cv {
    padding: 40px 0;
  }

  .rapidmd_about_cv__what_cv .rapidmd_about_cv__wrapper {
    flex-direction: column;
  }

  .rapidmd_about_cv__what_cv .rapidmd_about_cv__wrapper > div:first-child {
    width: 100%;
  }

  .rapidmd_about_cv__what_cv .rapidmd_about_cv__wrapper > div:last-child {
    width: 260px;
    max-width: calc(100% - 30px);
    margin: 40px auto 0 auto;
  }

  .rapidmd_about_cv__what_cv .rapidmd_about_cv__wrapper > div:last-child > picture > img {
    max-width: 100%;
  }

  .rapidmd_about_cv__what_cv h4 {
    font-size: 14px;
    line-height: 15.5px;
    margin-bottom: 10px;
  }

  .rapidmd_about_cv__what_cv h2 {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 15px;
  }

  .rapidmd_about_cv__what_cv p {
    font-size: 14px;
    line-height: 24px;
  }

  .rapidmd_about_cv__how_get {
    padding-bottom: 20px;
  }

  .rapidmd_about_cv__how_get .rapidmd_about_cv__wrapper {
    flex-direction: column;
  }

  .rapidmd_about_cv__how_get .rapidmd_about_cv__wrapper > div:first-child {
    display: none;
  }

  .rapidmd_about_cv__how_get .rapidmd_about_cv__wrapper > div:last-child {
    padding-left: 0;
    width: 570px;
    max-width: calc(100% - 30px);
    margin: 0 auto;
  }

  .rapidmd_about_cv__how_get .rapidmd_about_cv__wrapper > div:last-child h2 {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 20px;
  }

  .rapidmd_about_cv__how_get .rapidmd_about_cv__cta_text {
    width: calc(100% - 30px);
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 16px;
  }

  .rapidmd_about_cv__how_get
    .rapidmd_about_cv__wrapper
    > div:last-child
    > ul
    > li
    > button {
    padding-left: 30px;
    font-size: 16px;
    line-height: 22px;
  }

  .rapidmd_about_cv__how_get
    .rapidmd_about_cv__wrapper
    > div:last-child
    > ul
    > li
    > ul {
    padding-left: 30px;
  }

  .rapidmd_about_cv__how_get
    .rapidmd_about_cv__wrapper
    > div:last-child
    > ul
    > li
    > ul
    li {
    font-size: 14px;
    line-height: 20px;
  }

  .rapidmd_about_cv__how_get
    .rapidmd_about_cv__wrapper
    > div:last-child
    > ul
    > li
    > ul
    li.rapidmd_about_cv__policy_intro {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 16px;
  }

  .rapidmd_about_cv__how_get .rapidmd_about_cv__button {
    width: calc(100% - 70px);
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 50px;
    margin: 30px auto;
    box-sizing: border-box;
  }

  .rapidmd_about_cv__zone {
    height: 320px;
  }

  .rapidmd_about_cv__zone__wrapper > svg {
    height: 100%;
    margin: auto;
  }

  .rapidmd_about_cv__zone__item.rapidmd_about_cv__zone__item {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
  }

  .rapidmd_about_cv__zone__item.rapidmd_about_cv__zone__item:not(
      :nth-child(4)
    ) {
    margin-right: 40px;
  }

  .rapidmd_about_cv__zone__item.rapidmd_about_cv__zone__item > p {
    width: 450px;
    max-width: calc(100% - 30px);
    position: fixed;
    top: 100px;
    left: 0;
    right: 0;
    margin: auto;
    transform: none;
    z-index: 9;
    box-shadow: 0px 0px 0px 9999px rgba(0, 0, 0, 0.3);
  }

  .rapidmd_about_cv__zone__wrapper {
    flex-wrap: wrap;
    height: 60%;
  }

  .rapidmd_about_cv__zone__wrapper h2 {
    width: 100%;
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 15px;
  }

  .rapidmd_about_cv__info {
    padding: 50px 0;
  }

  .rapidmd_about_cv__info__wrapper {
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: -30px;
  }

  .rapidmd_about_cv__info__item {
    margin: 0 20px 30px 20px;
    width: 300px;
  }

  .rapidmd_about_cv__info__img {
    width: 80px;
    height: 80px;
  }

  .rapidmd_about_cv__info__img > picture > img {
    width: 60%;
  }

  .rapidmd_about_cv__info__item h3 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
  }

  .rapidmd_about_cv__info__item p {
    font-size: 14px;
    line-height: 23px;
  }

  .rapidmd_about_cv__info .rapidmd_about_cv__info_cta {
    margin-top: 20px;
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 24px;
  }

  .rapidmd_about_cv__info .rapidmd_about_cv__button {
    min-width: 230px;
    font-size: 14px;
    padding: 14px 25px;
  }

  .rapidmd_about_cv__calculation img[alt="cube"] {
    display: none;
  }

  .rapidmd_about_cv__calculation__wrapper h2 {
    font-size: 26px;
    line-height: 1;
    margin-bottom: 15px;
    margin-bottom: 40px;
  }

  .rapidmd_about_cv__insurance {
    padding: 15px;
  }

  .rapidmd_about_cv__insurance h2 {
    width: calc(100% - 30px);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 12px;
    font-size: 26px;
    line-height: 30px;
  }

  .rapidmd_about_cv__insurance > .rapidmd_about_cv__insurance_intro {
    width: calc(100% - 30px);
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 22px;
  }

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

  .rapidmd_about_cv__insurance > ul > li > button::before {
    right: 10px;
  }

  .rapidmd_about_cv__insurance > ul > li > button svg {
    flex-shrink: 0;
  }

  .rapidmd_about_cv__insurance .rapidmd_dropdown_content {
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }

  .rapidmd_about_cv__insurance .rapidmd_dropdown_content > div {
    flex-direction: column;
  }

  .rapidmd_about_cv__insurance .rapidmd_dropdown_content > div > * {
    width: 100%;
  }

  .rapidmd_about_cv__insurance .rapidmd_dropdown_content > div > *:first-child {
    margin-right: 0;
  }

  .rapidmd_about_cv__insurance_cta_section > .rapidmd_about_cv__insurance_cta {
    width: calc(100% - 30px);
    margin-top: 24px;
    margin-bottom: 14px;
    font-size: 16px;
    line-height: 24px;
  }

  .rapidmd_about_cv__insurance_cta_section > .rapidmd_about_cv__button {
    min-width: 230px;
    font-size: 14px;
    padding: 14px 25px;
  }

  .rapidmd_about_cv__insurance_cta_section {
    max-width: calc(100% - 30px);
    margin-bottom: 80px;
  }
}

@media only screen and (max-width: 768px) {
  .rapidmd_about_cv__get_cv {
    padding-top: 165px;
    min-height: auto;
  }

  .rapidmd_about_cv__get_cv > div .rapidmd_about_cv__main_title {
    font-size: 30px;
    line-height: 36px;
    max-width: 95%;
  }

  .rapidmd_about_cv__get_cv > div .rapidmd_about_cv__lead {
    font-size: 16px;
    line-height: 24px;
    max-width: 95%;
  }

  .rapidmd_about_cv__get_cv video {
    width: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 56.25vw;
  }

  .rapidmd_about_cv__get_cv > div .rapidmd_about_cv__button {
    margin-bottom: 12px;
  }

  .rapidmd_about_cv__get_cv > div .rapidmd_about_cv__benefits {
    font-size: 14px;
    line-height: 20px;
    max-width: 340px;
    margin-bottom: 60px;
  }

  .rapidmd_about_cv__insurance {
    max-width: 100%;
    background-color: transparent;
  }
}

@keyframes arrow {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
