/* 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 {
    font-family: "Open Sans", sans-serif;
    background-color: #F4F8FD;
    padding: 120px 0 0 0;
}

.rapidmd_info__title {
    font-weight: 500;
    font-size: 55px;
    color: #374957;
    text-align: center;
    margin-bottom: 40px;
}

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

.rapidmd_info h3 {
    background-color: rgba(67, 139, 246, 0.12);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 11px;
    color: #1E72E3;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 15px;
}

.rapidmd_info h3 svg:first-child {
    margin-right: 20px;
}

.rapidmd_info h3 svg:last-child {
    transform: rotate(-180deg);
    margin-left: 20px;
}

.rapidmd_info__wrapper {
    margin-bottom: 100px;
    background-color: #fff;
    border-radius: 20px;
    padding: 30px;
}

.rapidmd_info__wrapper > h4 {
    font-weight: 700;
    font-size: 16px;
    line-height: 21.8px;
    color: #374957;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.rapidmd_info__wrapper > h4 img {
    margin-left: 10px;
}

.rapidmd_info__recommendations {
    display:flex;
}

.rapidmd_info__recommendations__column {
    width: calc(50% - 15px);
}

.rapidmd_info__recommendations__column:first-child {
    margin-right: 30px;
}

.rapidmd_info__recommendations__column h5,
.rapidmd_info__recommendations__column li {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #374957;
}

.rapidmd_info__recommendations__column li {
    position: relative;
    padding-left: 30px;
}

.rapidmd_info__recommendations__column li::before {
    content: url(/img/rca-info/list_1.svg);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: flex;
}

.rapidmd_info__contacts {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    line-height: 1;
    color: #ffffff;
    background-color: #30CE55;
    border-radius: 20px;
    text-decoration: none;
    padding: 15px;
    margin: 35px 0 30px 0;
    transition: box-shadow .2s ease-in-out;
}

.rapidmd_info__contacts:hover {
    box-shadow: 0px 10px 20px 0px rgba(48, 206, 85, .4);
}


.rapidmd_info__contacts svg:first-child {
    margin-right: 20px;
}

.rapidmd_info__contacts svg:last-child {
    margin-left: 20px;
    transform: rotate(-180deg);
}

.rapidmd_info__tabs__wrapper {
    background-color: #F4F8FD;
    border: 1px solid #D9E4F2;
}

.rapidmd_info__tabs {
    display: flex;
    margin-left: -5px;
    margin-right: -5px;
    border-bottom: 1px solid #E4EAF1;
}

.rapidmd_info__tabs button {
    min-height: 50px;
    margin: 0 5px;
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    padding: 5px 20px;
    border: 0;
    background-color: transparent;
    cursor: pointer;
    text-align: left;
}

.rapidmd_info__tabs button img {
    margin-right: 10px;
}

.rapidmd_info__tabs button.rapidmd_info__tab__active {
    color: #ffffff;
    background-color: #1E72E3;
}

.rapidmd_info__tabs button:not(.rapidmd_info__tab__active) {
    opacity: .6;
}

.rapidmd_info__contnet {
    padding: 20px 15px;
    display: none;
}

.rapidmd_info__contnet.rapidmd_info__contnet__open {
    display: flex;
}

.rapidmd_info__contnet__column {
    width: calc(50% - 15px);
}

.rapidmd_info__contnet__column:first-child {
    margin-right: 30px;
}

.rapidmd_info__contnet__column h4 {
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
    color: #374957;
}

.rapidmd_info__contnet__column > h4:not(:last-child) {
        margin-bottom: 25px;
}

.rapidmd_info__contnet__column h4.alert {
    color: #EF4444;
}

.rapidmd_info__contnet__column li,
.rapidmd_info__contnet__column p {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #374957;
}

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

.rapidmd_info__contnet__column li b,
.rapidmd_info__contnet__column p b {
    font-weight: 700;
}

.rapidmd_info__contnet__column li {
    position: relative;
    padding-left: 30px;
}

.rapidmd_info__contnet__column li::before {
    content: url(/img/rca-info/list_2.svg);
    position: absolute;
    top: 5px;
    left: 0;
}

@media only screen and (max-width: 830px) {
    .rapidmd_info__title {
        font-size: 35px;
    }

    .rapidmd_info__wrapper {
        padding: 15px;
    }

    .rapidmd_info__recommendations {
        flex-direction: column;
    }

    .rapidmd_info__recommendations__column {
        width: 100%;
    }

    .rapidmd_info__tabs {
        flex-wrap: wrap;
    }

    .rapidmd_info__tabs button {
        width: 100%;
    }

    .rapidmd_info__contacts {
        font-size: 14px;
    }

    .rapidmd_info__contnet {
        flex-direction: column;
    }

    .rapidmd_info__contnet__column {
        width: 100%;
    }
}