html {
        font-size: 16px;
        font-size: 1em;
}
body {
        font-family: 'Proxima Nova', sans-serif;
        font-weight: normal;
        font-style: normal;
        color: #000000;
}
sup {
        font-family: 'Proxima Nova', sans-serif;
        top: 0;
        font-size: 100%;
}
h1, h2, h3, b, strong {
        color: #133579;
}
p > strong {
        color: #00afe7;
}
h1 {
        font-size: 38px;
        font-style: italic;
        margin-top: 0;
        margin-bottom: 45px;
}
h2, h3 {
        margin-top: 40px;
}
h1.secondary {
        font-size: 3.125rem;	/* 50px */
        font-family: 'Ottawa', sans-serif;
        font-style: normal;
        text-transform: uppercase;
}
h1 span {
        display: block;
        line-height: 2rem;	/* 32px */
        font-size: 1.375rem;	/* 22px */
        font-family: 'Proxima Nova', sans-serif;
        font-weight: 300;
        font-style: normal;
        text-transform: none;
}
h2 {
        font-size: 1.375rem;    /* 22px */
        font-weight: normal;
        font-style: italic;
        margin-bottom: 50px;
}
h2.primary, h2.secondary {
        font-size: 1.625rem;    /* 26px */
        font-style: normal;
        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;
}
ul li {
        line-height: 1.750rem;  /* 28px */
}
.primary {
        color: #00afe7;		/* calypso */
}
.secondary {
        color: #ffffff;		/* white */
}
.text-shadow {
        text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
}
.full-width {
        width: 100%;
}
/* sidebar */

.language {
    border-bottom: 1px solid #e7e7e7;
    padding: 0 5% 0 10%;
    width: 100%;
}
.language {
        float: left;
}
.language p {
    padding: 15px 0;
    margin: 0 10px 0 0;
    float: right;
}
.language ul {
    float: right;
    margin: 5px 0 0;
}
.language ul .dropdown-menu {
        min-width: inherit;
}

.contact {
        clear: both;
        position: fixed;
        bottom: 0;
}
.contact .quote {
        display: block;
        background: transparent url(../img/css/quote.png) 30px 50% no-repeat;
        padding: 25px;
        border: 0 solid #e7e7e7;
        border-width: 1px 0 1px 0;
        color: #000000;
}
.contact .quote p {
        line-height: 28px;
        padding-left: 50px;
        text-transform: uppercase;
        margin: 0;
}
.contact .quote:hover {
        background: #133579 url(../img/css/quote-white.png) 30px 50% no-repeat;
        color: #ffffff;
}
.contact ul {
        background: transparent url(../img/css/line-4.jpg) 30px 30px no-repeat;
        padding: 40px 30px 20px;
        margin: 0;
        line-height: 2.5rem;
}

.line {
        display: inline-block;
        border-top: 2px solid #00afe7;
        width: 100%;
}
.line-2 {
        display: inline-block;
        background: transparent url(../img/css/line-2.png) 0 0 no-repeat;
        width: 38px;
        height: 8px;
        margin-right: 20px;
}
.line-lg {
        display: inline-block;
        background: transparent url(../img/css/line-2-lg.jpg) 0 50% no-repeat;
        width: 160px;
        height: 25px;
        margin-right: 20px;
}

/* section */
#menu-toggle {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1;
        padding: 20px 10px;
}
.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: 55px;
}

.features {
        margin-top: 70px;
}
.features .thumbnail {
        position: absolute;
        background: url("../img/css/icon-zoom.png") center center no-repeat #1cacec;
        /*width: 265px;*/
        /*height: 170px;*/
        -o-transition-duration: 1s;
        -moz-transition-duration: 1s;
        -webkit-transition: -webkit-transform 1s;
        opacity: 0;
        z-index: 9;
        cursor: pointer;    
}
.features .thumbnail:hover {
        -o-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -webkit-transition: -webkit-transform 1s;
        opacity: 0.7;
}
.features img {
        border: 1px solid #ced0d0;
}
.features .row {
        margin-top: 20px;
        min-height: 3.750rem;       /* 60px */
}
.features h3 {
        margin-top: .5rem;
}
#features .modal-dialog {
        width: 1200px;
        height: auto;
}
#features .modal-dialog p {
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 0;
}
#features .modal-body {
        padding: 30px;
}
#features .modal-body p {
        margin-top: 30px;
        text-align: center;
}

.flip-nav {
        margin-top: 10px;
}
.flip-nav span {
        display: inline-block;
        width: 24px;
        height: 24px;
}
.flip-nav .disable {
        background: url("../img/css/flip-dot.png") 0 0 no-repeat;
}
.flip-nav .enable {
        background: url("../img/css/flip-dot-active.png") 0 0 no-repeat;
}

.front,
.back {
        background-color: #ffffff;
}
.front:hover, 
.back:hover,
.enable:hover, 
.disable:hover {
        cursor: pointer;
}

.lightbox {
        display: none;
}

#content-360 {
        position: relative;
        margin: 0 auto 30px;
        width: 600px;
        height: 600px;
}
.rotate-section h1 {
        margin-bottom: 30px;
        background: transparent url("../img/css/icon-360.png") center center no-repeat;
        width: 100%;
        height: 58px;
        text-indent: -9999px;
}
.param {
        margin-top: 40px;
}
.box {
        padding: 30px 20px;
        text-align: center;
        border: 1px solid #e5e5e5;
        margin-bottom: 70px;
}
.box p:first-of-type {
        line-height: 1.500rem;
        min-height: 3.500rem;   /* 60px */
}
.box p, .param p {
        margin-bottom: 0;
        text-align: center;
}
.param p {
        color: #ffffff;
        font-size: 0.875rem;    /* 14px */
        line-height: 1rem;
        min-height: 3.750rem;   /* 60px */
}
.param-size, .param-protect, .param-capacity, .param-power-supply, .param-load, .agent, .cart {
        height: 90px;
}
.param-temperature, .param-power, .param-audio, .param-motion {
        height: 76px;
}
.param-temperature, .param-power, .param-audio, .param-motion, 
.param-size, .param-protect, .param-capacity, .param-power-supply, .param-load, .agent, .cart {
        display: block;
        width: 100%;
        background-color: transparent;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        margin-bottom: 25px;
}
.param-temperature {
        background-image: url("../img/css/icon-temperature.png");
}
.param-power {
        background-image: url("../img/css/icon-power.png");
}
.param-audio {
        background-image: url("../img/css/icon-audio.png");
}
.param-motion {
        background-image: url("../img/css/icon-motion.png");
}
.param-size {
        background-image: url("../img/css/icon-size.png");
}
.param-protect {
        background-image: url("../img/css/icon-protect.png");
}
.param-capacity {
        background-image: url("../img/css/icon-capacity.png");
}
.param-power-supply {
        background-image: url("../img/css/icon-power-supply.png");
}
.param-load {
        background-image: url("../img/css/icon-load.png");
}
.box:hover {
        background-color: #133579;
}
.box:hover, .box:hover strong, .box:hover a {
        color: #ffffff;
}
.box:hover .param-size {
        background-image: url("../img/css/icon-size-white.png");
}
.box:hover .param-protect {
        background-image: url("../img/css/icon-protect-white.png");
}
.box:hover .param-capacity {
        background-image: url("../img/css/icon-capacity-white.png");
}
.box:hover .param-power-supply {
        background-image: url("../img/css/icon-power-supply-white.png");
}
.box:hover .param-load {
        background-image: url("../img/css/icon-load-white.png");
}

.box .agent {
        background-image: url("../img/css/icon-agent.png");
}
.box .cart {
        background-image: url("../img/css/icon-cart.png");
}
.box:hover .agent {
        background-image: url("../img/css/icon-agent-white.png");
}
.box:hover .cart {
        background-image: url("../img/css/icon-cart-white.png");
}

.option-card, .option-sound, .option-mp3, .option-bluetooth {
        display: inline-block;
        width: 112px;
        height: 74px;
        background-color: transparent;
        background-position: 0 50%;
        background-repeat: no-repeat;
}
.option-card {
        background-image: url("../img/css/icon-card.png");
}
.option-sound {
        background-image: url("../img/css/icon-sound.png");
}
.option-mp3 {
        background-image: url("../img/css/icon-mp3.png");
}
.option-bluetooth {
        background-image: url("../img/css/icon-bluetooth.png");
}

#contact .box {
        margin-top: 0;
}

.sales-box img {
        border: 1px solid #e5e5e5;
        width: 100%;
}
.sales-box dl {
        margin: 30px 0 100px;
}
.sales-box dt {
        font-weight: normal;
        border-left: 2px solid #1cacec;
        padding-left: 15px;
}
.sales-box dt p {
        margin-bottom: 0;
}
.sales-box ul {
        list-style: none;
}

.contact-list {
        list-style: none;
        padding: 0;
}
.contact-list li {
        padding: 12px 0 12px 45px;
}
.contact-map-marker, .contact-mobile, .contact-envelope {
        background-color: transparent;
        background-position: 0 50%;
        background-repeat: no-repeat;
}
.contact-map-marker {
        background-image: url("../img/css/icon-map-marker.png");
}
.contact-mobile {
        background-image: url("../img/css/icon-mobile.png");
}
.contact-envelope {
        background-image: url("../img/css/icon-envelope.png");
}
.form-control {
        box-shadow: none;
}
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;
}

.video-icon {
        display: inline-block;
        width: 75px;
        height: 70px;
        background-image: url("../img/css/icon-video.png");
        background-color: transparent;
        background-repeat: no-repeat;
        margin-right: 15px
}
.modalButton2 {
        display: inline-block;
        margin-bottom: 20px;
        color: #000000;
}
.modalButton2:hover {
        color: #133579;
        cursor: pointer;
}

.form-active {
        background-color: rgba(19, 53, 121, 0.05);
        padding: 20px;
        border-left: 4px solid #133579;
}
.form-active .form-control {
        border: 1px solid rgba(19, 53, 121, 0.05);
}
.form-active .form-control::-moz-placeholder {
        color: rgba(19, 53, 121, 0.5);
}
.form-active .form-control:-ms-input-placeholder {
        color: rgba(19, 53, 121, 0.5);
}
.form-active .form-control::-webkit-input-placeholder {
        color: rgba(19, 53, 121, 0.5);
}

.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;
}

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

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

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

.wr360__info {
    text-align: center;
    margin: 0 auto 70px;
    width: 600px;
    max-width: 100%;
}

.wr360__info a {
    display: block;
    width: fit-content;
    margin: 20px auto 0;
    line-height: 27px;
}

.wr360__info a .icon-play {
    display: block;
    height: 27px;
    width: 27px;
    background-image: url(../img/css/icon-play.png);
    background-color: transparent;
    background-repeat: no-repeat;
    float: left;
    margin: 0px 10px 0 0;
}

@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;
        background-position: center;
    }

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

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

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

    .language {
        position: relative;
        z-index: 1002;
    }

    .language ul {
        margin: 8px 0 0;
    }

    .language ul.dropdown-menu {
        position: absolute;
    }

    .sidebar-nav {
        top: 0;
    }

    .sidebar-nav li {
        overflow: hidden;
    }

    #gallery {
        margin-bottom: 30px;
    }

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

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

    .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;
        padding: 10px;
    }

    .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;
    }
}

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

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

.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;
}
