body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}
.navbar {
    background-color: #b01818;
}
.navbar-right {
    margin-left: auto;
    margin-right: 20px;
}
.nav-link, .nav-link:active, .nav-link:focus, .nav-link:visited {
    color: #fff !important;
    font-weight: 800 !important;
    font-size: 1.1em !important;
}
.nav-link:hover {
    color: #fff;
    font-weight: 800 !important;
    text-decoration: underline;
    font-size: 1.1em !important;
}
.nav-item {
    display: flex;
    align-items: center;
}
.navbar-toggler {
    line-height: 0.8em;
    padding-right: 0;
    padding-left: 0;
}
.navbar-toggler-icon {
    background-color: #fff;
    width: 2.4em;
    height: 0.3em;
}

.small {
    font-size: 75% !important;
}
.bold {
    font-weight: 800;
}
.row {
    margin-left: 0;
    margin-right: 0;
}
.col {
    padding-left: 0;
    padding-right: 0;
}

#stada_logo {
    max-height: 48px;
}

#home_why {
    background-color: #f4f4f7;
}
#home_why_wrapper {
    padding: 24px;
}
#home_why_wrapper h2 {
    color: #4d4d4d;
    font-weight: 800;
    font-size: 2.5em;
}
#home_why_wrapper p {
    color: #4d4d4d;
    font-size: 1.25em;
    font-weight: 700;
}
#home_why_wrapper h3 {
    color: #4d4d4d;
    font-weight: 800;
    font-size: 2em;
}
#home_why_wrapper h4 {
    color: #4d4d4d;
    font-weight: 800;
    font-size: 1.5em;
}
#home_why_wrapper ul {
    padding-left: 1.25em;
}
#home_why_wrapper ul li {
    color: #4d4d4d;
    font-weight: 700;
    font-size: 1em;
}

#home_usage {
    color: #fff;
}
#home_usage a, #home_usage a:link, #home_usage a:visited, #home_usage a:active, #home_usage a:hover {
    color: #fff;
    text-decoration: none;
}
#home_usage_1, #home_usage_2, #home_usage_3, #home_usage_4 {
    text-align: center;
}
#home_usage img {
    padding-top: 36px;
    padding-bottom: 12px;
}
#home_usage p {
    font-size: 1.25em;
    font-weight: 800;
    padding-left: 24px;
    padding-right: 24px;
}
#home_usage_1 {
    background-color: #c10c19;
}
#home_usage_2 {
    background-color: #9ebf5e;
}
#home_usage_3 {
    background-color: #f2cc11;
}
#home_usage_4 {
    background-color: #cd5b1c;
}

#home_video {
    min-height: 480px;
    background-image: url('/images/video_banner.jpg');
    background-size: cover;
    background-position: center center;
    display: flex;
    justify-content: center;
    align-items: bottom;
}

#home_buy {
    background-color: #f4f4f7;
    padding-bottom: 24px;
}
#home_buy h2 {
    color: #4d4d4d;
    font-weight: 800;
    font-size: 2.5em;
    margin-top: 1.5em;
}
#home_buy p {
    color: #4d4d4d;
    font-size: 1.25em;
    padding-left: 24px;
    padding-right: 24px;
}
#home_buy img {
    padding-bottom: 3em;
}
.pharmacy_wrapper {
    margin: 12px;
    border: 1px solid #4d4d4d;
    background-color: #fff;
    min-height: 160px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.pharmacy_wrapper img {
    padding-top: 36px;
    padding-left: 12px;
    padding-right: 12px;
}
.btn-buy, .btn-buy:hover, .btn-buy:active {
    margin-bottom: -1em;
    padding-left: 2em;
    padding-right: 2em;
    background-color: #b01818;
    border-color: #b01818;
    border-radius: 0.25em;
    font-weight: 700;
}

.modal-body {
    padding: 0;
}

.text-center {
    text-align: center;
}

footer {
    min-height: 480px;
    background-color: #b01818;
    color: #fff;
}
footer a, a:link {
    color: #fff !important;
}
footer a:hover, a:active {
    color: #fff;
    text-decoration: underline;
}
footer img {
    margin-bottom: 24px;
}
footer p {
    padding-right: 24px;
}

.w_half {
    width: 48%;
}
.commentary_form {

}
input[type="text"], input[type="text"]:focus, textarea, textarea:focus {
    border-radius: 0;
    border: 1px solid #fff;
    color: #fff;
    padding: 6px 12px;
    height: auto;
    background-color: rgba(0, 0, 0, 0);
    font-size: 1.1em;
}
textarea {
    width: 100%;
    min-height: 120px;
}
form .form-control::-webkit-input-placeholder, ::-webkit-input-placeholder {
  color: #fff;
}
form .form-control::-moz-placeholder, ::-moz-placeholder {
  color: #fff;
}
form .form-control:-ms-input-placeholder, :-ms-input-placeholder {
  color: #fff;
}
form .form-control:placeholder, :placeholder {
  color: #fff;
}
.btn-form, .btn-form:hover, .btn-form:active {
    margin-bottom: -1em;
    padding-left: 2em;
    padding-right: 2em;
    background-color: #fff;
    border-color: #fff;
    color: #b01818;
    border-radius: 0.25em;
    font-weight: 700;
}

#copyright {
    background-color: #fff;
}
#copyright p {
    color: #000;
    margin-top: 1em;
}

.section_content {
    background-color: #f4f4f7;
    min-height: 500px;
}
.section_content h2 {
    font-weight: 800;
    font-size: 2.5em;
    padding-left: 1em;
    padding-right: 1em;
}
.section_content h3 {
    color: 0;
    font-weight: 400;
    font-size: 2em;
}
.section_content p {
    color: #4d4d4d;
    font-weight: 400;
    font-size: 1.1em;
    margin-bottom: 1.5em;
}
.section_content a, a:link, a:active {
    color: #4d4d4d;
    font-weight: 800;
    font-size: 1.1em;
}
.red {
    color: #c10d1a;
}
.section_content ul {
    list-style: none;
    padding-left: 0;
}
.section_content ul li {
    color: #4d4d4d;
    font-weight: 400;
    font-size: 1.1em;
    padding-left: 1.5em;
    text-indent: -1.5em;
}
.ustipnutie_list:before {
    content:"\25AA"; /* /2022 is the numerical unicode for &bull; */
    font-size:2em; /* set the font-size of the bullet if necessary. Make sure to use em or %*/
    padding-right:.25em; /* give the bullet some padding from the text Make sure to use em*/
    position:relative;
    top:0.15em; /* set the vertical position of the bullet if necessary. Make sure to use em or % */
    color: #c10d1a;
    line-height: 0em !important;
}
.yellow {
    color: #efc614;
}
.green {
    color: #9ebf5e;
}
.orange {
    color: #cd5b1c;
}
.medium {
    font-weight: 700;
}
.extralarge {
    font-size: 1.3em;
}
.large {
    font-size: 1.2em;
}

#CybotCookiebotDialogBodyContentText a, #CybotCookiebotDialogBodyContentText a:hover, #CybotCookiebotDialogBodyContentText a:visited, #CybotCookiebotDialogBodyContentText a:link {
    color: #b01818 !important;
}
