html {
        font-size: 16px;
        font-size: 1em;
}
body {
        font-family: 'Titillium', sans-serif;
        font-weight: normal;
        font-style: normal;
        color: #000000;
        overflow-x: hidden;
}
sup {
        top: -2rem;
        font-weight: 200;
        font-size: 2rem;
}
sub {
        top: 1rem;
        font-style: italic;
        font-weight: 300;
        font-size: 1.625rem;
}
h1, h2, h3, b, strong {
        color: #403f41;
}
p > strong {
        color: #be1428;
}
h1 {
        font-size: 35px;
        font-size: 2.188rem;
        margin-top: 0;
        margin-bottom: 60px;
}
h2, h3 {
        margin-top: 40px;
}
h1.secondary {
        font-size: 4.375rem;	/* 70px */
        font-family: 'Titillium', sans-serif;
        font-weight: 200;
        font-style: normal;
}
h1 span {
        display: block;
        line-height: 2rem;	/* 32px */
        font-size: 1.125rem;	/* 18px */
        font-family: 'Titillium', sans-serif;
        font-weight: 400;
        margin-top: 20px;
}
h2 {
        font-size: 26px;
        font-size: 1.625rem;    /* 26px */
        font-weight: 600;
        margin-bottom: 50px;
}
h2.primary, h2.secondary {
        margin-bottom: 0;
}
h3 {
        font-size: 1.250rem;    /* 20px */
        margin-top: 30px;
}
h3.primary {
        text-transform: uppercase;
        margin-top: 0;
        margin-bottom: 20px;
}
h1 + p, h3 + p {
        margin-bottom: 30px;
}
p {
        line-height: 28px;
        text-align: justify;
}
p > img {
        margin: 60px 0;
}
ul li {
        line-height: 1.750rem;  /* 28px */
}
.primary {
        color: #be1428;		/* red */
}
.secondary {
        color: #ffffff;		/* white */
}
.text-shadow {
        text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
}
.full-width {
        width: 100%;
}
/* sidebar */

.contact {
        clear: both;
        position: fixed;
        bottom: 0;
}
.contact a {
        color: #000000;
}
.contact ul {
        list-style: none;
        padding: 0;
        margin: 30px 0;
}
.contact ul li {
        padding: 0 30px;
}
.contact .configurator,
.contact .brochure {
        display: block;
        border: 0 solid #e7e7e7;
        padding: 30px 0;
        text-indent: 80px;
        text-transform: uppercase;
}
.contact .configurator {
        background: transparent url(../img/css/icon-conf-min.png) 30px 50% no-repeat;
        border-width: 1px 0 1px 0;
}
.contact .brochure {
        background: transparent url(../img/css/icon-pdf-min.png) 30px 50% no-repeat;
        border-width: 0 0 1px 0;
}
.contact .configurator:hover a,
.contact .brochure:hover a {
        color: #ffffff;
}
.contact .configurator:hover {
        background: #a31f22 url(../img/css/icon-conf-min-white.png) 30px 50% no-repeat;
}
.contact .brochure:hover {
        background: #a31f22 url(../img/css/icon-pdf-min-white.png) 30px 50% no-repeat;
}


.linearr, 
.linearg {
        display: inline-block;
        width: 100%;
        height: 3px;
        margin-right: 1.5rem;
        vertical-align: middle;
}
.linearr {
        background: -moz-linear-gradient(0deg, rgba(232,0,17,1) 0%, rgba(80,0,6,1) 100%); /* ff3.6+ */
        background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(232,0,17,1)), color-stop(100%, rgba(80,0,6,1))); /* safari4+,chrome */
        background: -webkit-linear-gradient(0deg, rgba(232,0,17,1) 0%, rgba(80,0,6,1) 100%); /* safari5.1+,chrome10+ */
        background: -o-linear-gradient(0deg, rgba(232,0,17,1) 0%, rgba(80,0,6,1) 100%); /* opera 11.10+ */
        background: -ms-linear-gradient(0deg, rgba(232,0,17,1) 0%, rgba(80,0,6,1) 100%); /* ie10+ */
        background: linear-gradient(90deg, rgba(232,0,17,1) 0%, rgba(80,0,6,1) 100%); /* w3c */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E80011', endColorstr='#500006',GradientType=1 ); /* ie6-9 */ 
}
.linearg {
        background: -moz-linear-gradient(0deg, rgba(104,192,177,1) 0%, rgba(116,188,115,1) 100%); /* ff3.6+ */
        background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(104,192,177,1)), color-stop(100%, rgba(116,188,115,1))); /* safari4+,chrome */
        background: -webkit-linear-gradient(0deg, rgba(104,192,177,1) 0%, rgba(116,188,115,1) 100%); /* safari5.1+,chrome10+ */
        background: -o-linear-gradient(0deg, rgba(104,192,177,1) 0%, rgba(116,188,115,1) 100%); /* opera 11.10+ */
        background: -ms-linear-gradient(0deg, rgba(104,192,177,1) 0%, rgba(116,188,115,1) 100%); /* ie10+ */
        background: linear-gradient(90deg, rgba(104,192,177,1) 0%, rgba(116,188,115,1) 100%); /* w3c */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#68C0B1', endColorstr='#74BC73',GradientType=1 ); /* ie6-9 */
}

.line-2 {
        width: 16.66666667%;
}

/* section */
#menu-toggle {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1;
        padding: 20px 10px;
}

/* ---- particles.js container ---- */
#particles-js {
        position: absolute;
        background-color: #2d2d2d;
        height: 100%;
        width: 100%;
}

#gallery {
        margin-bottom: 30px;
}

.intro-box {
        text-align: center;
}
.intro-box p {
        color: #ffffff;
        font-style: italic;
        font-size: 2.250rem;	/* 36px */
        line-height: 3.375rem;   /* 54px */
        text-align: center;
}
.intro-box a {
        margin-top: 20px;
        padding: 15px 35px 15px 65px;
        background-image: url("../img/css/icon-play.png");
        background-position: 25px 50%;
        background-repeat: no-repeat;
}

.list-pdf {
        list-style: none;
        margin-top: 85px;
        padding-left: 0;
}
.list-pdf a {
        display: block;
        height: 58px;
        line-height: 58px;
        background-image: url("../img/css/icon-pdf.png");
        background-color: transparent;
        background-repeat: no-repeat;
        color: #000000;
        text-indent: 60px;
}

.lines li span {
        display: inline-block;
        background-image: url("../img/css/graph-lines.png");
        background-repeat: no-repeat;
        width: 40px;
        height: 3px;
        vertical-align: middle;
        margin-right: 15px;
}
.lines li:nth-of-type(1) span {
        background-position: 0 0;
}
.lines li:nth-of-type(2) span {
        background-position: 0px -3px;
}
.lines li:nth-of-type(3) span {
        background-position: 0px -6px;
}

.corecare {
        margin: 20px 0;
}
.corecare .thumbnail {
        position: absolute;
        background: url("../img/css/icon-large.png") calc(100% - 15px) calc(100% - 15px) no-repeat #be1428;
        -o-transition-duration: 1s;
        -moz-transition-duration: 1s;
        -webkit-transition: -webkit-transform 1s;
        opacity: 0;
        z-index: 9;
        cursor: pointer;    
}
.corecare .thumbnail:hover {
        -o-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -webkit-transition: -webkit-transform 1s;
        opacity: 0.8;
}
.corecare .box p {
        margin: 1rem 0 0;
        text-align: left;
}
#corecare .modal-dialog {
        width: 1200px;
        height: auto;
}
#corecare .modal-dialog p {
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 0;
}
#corecare .modal-body {
        padding: 30px;
}
#corecare .modal-body p {
        margin-top: 30px;
        text-align: center;
}

.lightbox {
        display: none;
}

#content-360 {
        position: relative;
        margin: 0 auto 70px;
        width: 600px;
        height: 600px;
}

.contact-list, form {
        margin: 70px 0 35px;
}
.contact-list {
        list-style: none;
        padding: 0;
        
}
.contact-list li {
        padding: 10px 0;
}
.form-control {
        border-width: 0 0 1px 0;
        box-shadow: none;
        padding-left: 0;
}
.form-control:focus {
        color: #be1428;
        background-color: #ffffff;
        border-color: #be1428;
        border-width: 0 0 2px 0;
}
textarea.form-control {
        resize: vertical;
}

.logo,
.logo-en,
.logo-ru {
        display: block;
        width: 225px;
        height: 91px;
}
.logo {
        background: transparent url("../img/css/meden-inmed-logo.png") 0 0 no-repeat;
}
.logo-en {
        background: transparent url("../img/css/meden-inmed-logo-en.png") 0 0 no-repeat;
}
.logo-ru {
        background: transparent url("../img/css/meden-inmed-logo-ru.png") 0 0 no-repeat;
}

.copyright {
        color: #000000;
        display: inline-block;
        font-size: 0.875rem;     /* 14px */
}
.copyright span {
        margin-bottom: 25px;
}
.copyright span:last-of-type {
        padding-bottom: 70px;
}

.text-danger {
        font-size: 1.250rem;
}

.col_2 {
        position: relative;
}

.modal .modal-body-2 p {
    padding: 10px;
    margin: 0;
}

.modal button.close {
    padding: 10px;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #a31f22;
    color: #fff;
    text-shadow: none;
    opacity: 1;
    z-index: 1;
}

.intro-section {
    min-height: 700px;
}

#particles-js {
    height: 700px;
}

.intro-box {
    margin-top: 210px !important;
}

#content-360 {
    max-width: 100%;
}

@media (min-width: 1px) {
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
}

@media (max-width: 767px) {
    .modal-dialog {
        width: auto;
        max-width: calc(100% - 20px);
    }

    .intro-section {
        background-size: auto;
        min-height: 100%;
    }

    .contact {
        bottom: 40px;
        width: 100%;
    }

    #particles-js {
        height: 100%;
    }

    h1.secondary {
        font-size: 3.75rem;
    }

    h1.secondary sub {
        top: 0;
    }

    #menu-toggle {
        z-index: 30001;
        padding: 19px;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 100%;
    }

    .sidebar-nav {
        top: 60px;
    }

    .sidebar-nav li {
        overflow: hidden;
    }

    #gallery {
            margin-bottom: 30px;
    }

    .features-section .bg {
            background-image: none;
    }

    .features h3 {
            margin-top: 0;
            font-size: 1.15rem;
    }

    .mt3-xs {
            margin-top: 30px;
    }

    .zones-section img {
            margin-top: 30px;
    }

    .interface-section h2.primary {
            margin-top: 30px;
    }

    .interface-section .img-responsive {
            margin-left: auto;
            margin-right: auto;
    }

    .rotate-section .box {
            margin-bottom: 20px;
    }

    .contact-section .copyright {
            text-align: center;
            display: block;
            margin: 30px auto 0;
    }

    .contact-section .copyright .logo,
    .contact-section .copyright .logo-en,
    .contact-section .copyright .logo-ru {
            margin: 0 auto 25px;
    }
}

.status-msg {
    font-size: 14px;
    color: #fff;
    padding: 11px 15px;
    border-radius: 3px;
}

.status-msg.error {
    background-color: #dc3545;
}

.status-msg.success {
    background-color: #28a745;
}
