@import "../fonts/roboto/roboto.css";
@import "../fonts/robotocondensed/robotocondensed.css";

html {
    font-size: 16px;
}

.doctors {
    display: none;
}

.normal_button {
    margin: 0 0 0 auto;
    font-size: 2em;
    white-space: normal !important;
}

.order_button {
    display: table;
    margin: 0 0 0 auto;
    font-size: 2em;
    white-space: normal !important;
}

.oferta-btn-clc, .oferta-btn-clc:hover {
    color: #ffffff;
    background-color: #ccc !important;
    border-color: #999 !important;
}

.quantity_img {
    margin-right: 3px;
    display: inline-block;
}

.our-doctors.sppb-addon-image-content.aligment-left .sppb-content-holder {
    padding: 0;
}

.compex-composition-images img {
    max-height: 200px;
}

li.top-social-button-li {
    margin: 0;
    font-size: 1.2em;
}

a:hover, a:focus {
    color: #446600;
}

body {
    font-family: Roboto, Open Sans, sans-serif;
    font-weight: normal;
    min-width: 320px;
}

h1, .top-container > h2.sppb-addon-title {
    font-family: Roboto, Open Sans, sans-serif;
    font-weight: normal;
    font-size: 3rem
}

h2 {
    font-family: Roboto, Open Sans, sans-serif;
    font-weight: normal;
    font-size: 2rem
}

h3 {
    font-family: Roboto, Open Sans, sans-serif;
    font-weight: normal;
    font-size: 1.5rem
}

h4 {
    font-family: Roboto, Open Sans, sans-serif;
    font-weight: normal;
}

h5 {
    font-family: Roboto, Open Sans, sans-serif;
    font-weight: normal;
}

h6 {
    font-family: Roboto, Open Sans, sans-serif;
    font-weight: normal;
}

p, li {
    font-size: 1rem;
}

h2.sppb-addon-title {
    font-size: 2.5rem
}

.beautiful-text-16 {
    font-size: 16px;
    font-weight: normal;
}

.beautiful-text-18 {
    font-size: 18px;
    font-weight: normal;
}

.sp-top-bar {
    padding: 8px 0;
    background-color: #f5f5f5;
    color: #999999;
}

.sp-top-bar .sp-column.request-input-div form {
    margin-bottom: 35px;
}

.sp-top-bar .sp-module {
    display: inline-block;
    margin: 0 0 0 20px;
}

.sp-top-bar.top-bar-fixed {
    display: none;
    top: 0;
    width: 100%;
    position: fixed;
    z-index: 10;
    opacity: 0;
    transition: opacity .5s linear;
}

.sp-top-bar.top-bar-fixed.display1of2 {
    display: block;
}

.sp-top-bar.top-bar-fixed.display2of2 {
    opacity: 1;
}

@media screen and (max-width: 991px) {
    .sp-top-bar.top-bar-fixed {
        padding: 3px 0;
    }

    .display1of2 #sp-top1 {
        display: none;
    }

    .display1of2 .sp-contact-info {
        float: none;
        margin: 0 auto;
        display: inline-block;
    }

    .display1of2 .sp-column {
        text-align: center;
    }
}

@media screen and (max-width: 699px) {
    .display1of2 .sp-contact-phone span {
        display: none;
    }
}

@media screen and (max-width: 579px) {
    .display1of2 .sp-contact-info .sp-contact-email:nth-child(odd) {
        display: none;
    }
}

@media screen and (max-width: 415px) {
    .display1of2 .sp-contact-email {
        display: none;
    }
}

@media screen and (max-width: 370px) {
    .top-container > h2 {
        font-size: 2rem;
    }
}

.order_button, .order_button1 {
    border-radius: 2px;
    font-weight: normal;
    font-family: Roboto, Open Sans, sans-serif;
}

.order_button, .order_button:active, .order_button:focus {
    background-color: #E95759;
    border-color: #E95759;
}

a.order_button:hover {
    background-color: #00B7A2;
    border-color: #00B7A2;
}

.order_button1, .order_button1:active, .order_button1:focus {
    background-color: #4D4D50;
    border-color: #4D4D50;
}

a.order_button1:hover {
    background-color: #B8C9D7;
    border-color: #4D4D50;
}

.order_button2, .order_button2:active, .order_button2:focus {
    white-space: normal;
    color: #4D4D50;
    background-color: #FFFFFF;
    border-color: #4D4D50;
    border-radius: 2px;
    font-family: Roboto, Open Sans, sans-serif;
    font-weight: normal;
    padding: 10px 0;
}

a.order_button2:hover {
    color: #FFFFFF;
    background-color: #4D4D50;
    border-color: #4D4D50;
}

.order_button3, .order_button3:active, .order_button3:focus {
    color: #669900;
    background-color: #FFFFFF;
    border-color: #669900;
    border-radius: 2px;
    font-family: Roboto, Open Sans, sans-serif;
    font-weight: normal;
    padding: 10px 0;
}

a.order_button3:hover {
    color: #FFFFFF;
    background-color: #669900;
    border-color: #669900;
}

.order_button4, .order_button4:active, .order_button4:focus {
    color: #FFFFFF;
    background-color: #4D4D50;
    border-color: #4D4D50;
    border-radius: 2px;
    font-family: Roboto, Open Sans, sans-serif;
    font-weight: normal;
    padding: 10px 0;
}

a.order_button4:hover {
    color: #4D4D50;
    background-color: #FFFFFF;
    border-color: #4D4D50;
}

.order_button_disabled, .order_button_disabled:active, .order_button_disabled:focus {
    color: #ddd;
    background-color: #FFFFFF;
    border-color: #ddd;
    border-radius: 2px;
    font-family: Roboto, Open Sans, sans-serif;
    font-weight: normal;
    padding: 10px 0;
}

a.order_button_disabled:hover {
    color: #ddd;
    background-color: #ffffff;
    border-color: #ddd;
}

.sp-contact-phone, .sp-contact-email {
    font-weight: normal;
}

li.icon-cart-menu{
    position: relative;
    margin: 0 39px;
}

li.icon-cart-menu div.btn-cart {
    position: absolute;
    top: -6px;
    left: -31px;
}

#send_order input {
    font-family: Roboto, Open Sans, sans-serif;
    font-weight: normal;
    font-size: 18px;
    border-radius: 2px;
    height: 45px;
}

#send_order input:hover {
    color: #669900;
    background-color: #FFFFFF;
    border-color: #669900;
}

.callback_form textarea, .callback_form input {
    border-radius: 2px;
}

.callback_form button,
.callback_form label.btn {
    color: #669900;
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    border-radius: 2px;
}

.callback_form button:hover,
.callback_form label.btn:hover {
    color: #FFFFFF;
    background-color: #669900;
    border-color: #FFFFFF;
}

.sppb-carousel-inner > .sppb-item {
    padding: 40px;
}

ul.bold-ul > li {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.6em;
}

.hyphen li {
    list-style-type: none;
}

.hyphen li:before {
    content: "-";
    position: absolute;
    margin-left: -15px;
}

.up {
    font-size: .85em;
    text-decoration: none;
    background: #fff;
    color: #000;
    border: solid 1px #000;
    border-radius: 2px;
    display: none;
    position: fixed;
    bottom: 20px;
    left: 10px;
    margin-left: 0;
    font-weight: normal;
    text-transform: uppercase;
    padding: 6px 3px 5px;
    opacity: .6;
    transition: opacity .15s;
    z-index: 10;
}

.banner-text p {
    color: #fff;
    font-size: 1.5rem;
    padding-right: 400px;
    margin-top: 1.5rem;
    line-height: 1.2;
}

@media screen and (max-width: 1338px) {
    .up {
        left: 50%;
        margin-left: -39px;
    }
}

.up:hover {
    opacity: 1;
}

.up small {
    font-size: .6em;
    vertical-align: top;
    margin: 0 4px;
}

@media screen and (max-width: 991px) {
    h1, .top-container > h2.sppb-addon-title {
        font-size: 2rem;
    }
    .banner-text p {
        padding-right: 5px;
    }
}

@media screen and (max-width: 768px) {
    .mobile-hidden {
        display: none;
    }
}

@media screen and (min-width: 500px) and (max-width: 768px) {
    .custom-logo-size {
        width: 50%;
    }
}

.dongle23 {
    position: absolute;
    width: 300px;
    height: 110px;
    right: calc(50% + 120px);
    top: 18px;
    background: url('2_3_dongle.jpg') no-repeat 0 0;
    background-size: contain;
}

.side-attention {
    color: #ccc;
    text-align: center;
    font-family: Roboto, Open Sans, sans-serif;
    font-weight: normal;
    line-height: 1.2em;
    font-size: 1.2em;
}

@media screen and (max-width: 570px) {
    .side-attention {
        margin: 1em 43px -1.5em 43px;
    }
}

@media screen and (max-width: 820px) {
    .side-attention {
        margin-top: 1em;
        margin-bottom: -1.5em;
    }
}

@media screen and (min-width: 820px) and (max-width: 900px) {
    .side-attention {
        z-index: 0;
        position: absolute;
        bottom: 340px;
        right: -140px;
        transform: rotate(270deg);
        color: #aaa;
    }
}

@media screen and (min-width: 900px) {
    .side-attention {
        z-index: 0;
        position: absolute;
        bottom: 270px;
        right: -140px;
        transform: rotate(270deg);
    }
}

input[type=number].no-arrows::-webkit-outer-spin-button,
input[type=number].no-arrows::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number].no-arrows {
    -moz-appearance: textfield;
}

.request-input-container .request-input-div {
    /* opacity: .35; */
    transition: opacity .5s linear;
}

.request-input-container:hover .request-input-div {
    opacity: 1;
}

.request-input-div input, .request-input-div button {
    float: left;
    font-weight: normal;
    border-radius: 0;
    font-size: 12px;
}

.request-input-div input {
    height: 30px;
}

.request-input-div button {
    height: 28px;
    margin-top: 1px;
    margin-left: 2px;
    padding-top: 4px;
}

#countriesCovered {
    color: #4D4D50;
    background-color: rgba(255, 255, 255, .6);
    font-size: 18px;
    font-family: Roboto, Open Sans, sans-serif;
    font-weight: normal;
    display: inline-block;
    padding: 10px 30px;
    border-radius: 2px;
    transition: color 400ms, background-color 400ms, border-color 400ms;
}

#countriesCovered:hover {
    color: #FFFFFF;
    background-color: #4D4D50;
}

.sp-contact-info .sp-contact-full-site{
    display: none;
}

.sp-contact-full-site .full-version-site,
.sp-contact-full-site .mobile-version-site{
    cursor: pointer;
    display: none;
}

.top-bar-fixed .sp-contact-full-site .full-version-site,
.top-bar-fixed .sp-contact-full-site .mobile-version-site{
    display: none !important;
}

@media (max-width: 768px){
    .sp-contact-full-site .full-version-site{
        display: inline;
    }
}

.hide {
    position: absolute;
    overflow: hidden;
    z-index: -1;
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
}

span.upload {
    padding: 0 5px;
}

#qapsula-question .text-question {
    margin: 15px 0 10px;
    text-align: center;
    font-weight: normal;
    font-size: 18px;
}

#qapsula-question .logo_qapsula {
    margin: 15px auto;
}

#qapsula-question .sppb-btn.order_button4 {
    width: 100%;
    margin: 15px 0;
}

.modal-window p {
    text-align: center;
    color: #ffffff;
    font-weight: 400;
}

.modal-window {
    width: 100%;
    position: fixed;
    z-index: 10;
    bottom: -250px;
    background: #669900;
    border-radius: 0;
    box-shadow: 0px 0px 3px rgba(0,0,0,1);
    padding: 10px;
}

.btn-anchor,
.btn-not-now,
.btn-never-offer {
    color: #000000;
    background: #ffffff;
}

.btn-anchor:focus,
.btn-not-now:focus,
.btn-never-offer:focus {
    color: #000000;
    background: #ffffff;
    border-color: #ffffff;
}

.btn-anchor:hover,
.btn-not-now:hover,
.btn-never-offer:hover {
    color: #ffffff;
    background: #669900;
    border: 1px solid;
}

@media screen and (min-width: 768px){
    #qapsula-question .logo_qapsula {
        margin: 38px auto;
    }
    #qapsula-question .text-question {
        margin: 26px 0 10px;
    }
    #qapsula-question .sppb-btn.order_button4 {
        margin: 36.5px 0;
    }
    .modal-window {
        border-radius: 10px 10px 0 0;
        width: 35%;
        right: 10px;
    }
}

a.outside-request {
    font-size: 2.1rem;
    margin-left: 10px;

}
.sp-top-bar .header-form form {
    display: inline;
}

a.deciphering-image {
    height: 28px;
    margin-left: 5px;
    display: inline-block;
    vertical-align: top;
}
a.deciphering-image svg, .svg-header-icon {
    display: inline-block;
    height: 100%;
    width: auto;
    fill:#669900;
    transition: fill .4s ease;
}
a.deciphering-image svg:hover, .svg-header-icon:hover {
    fill: #446600;
}
