@charset "UTF-8";

body{
    font-family: 'Roboto', sans-serif;
    color:rgba(51, 51, 51, 1);
    font-size: 14px;
    overflow-x:hidden;
    overflow-y: auto;
}

.nav-phone{
    display: none;
}

.nav-phone-menu{
    background-color: #fff;
    display: none;
    padding-bottom: 20px;
    border-bottom: 1px #DBDBDB solid;
}

.nav-phone-menu .nav-item{
    list-style: none;
    line-height: 40px;
}

.nav-phone-menu .nav-link{
    color: #636363;
    font-weight:bold;
}

.nav-phone-menu .nav-link:hover{
    color: #3E464E;
    text-decoration: underline;
}

.navbar-default{
    padding: 3px 20px;
    background-color: rgba(255, 255, 255, 0.9);
    position: fixed;
    width: 100%;
    /*    border-bottom: 1px #949494 solid;*/
    z-index: 999;
    -moz-box-shadow:0px 0px 8px #ABABAB;
    -webkit-box-shadow:0px 0px 8px #ABABAB;
    box-shadow:0px 0px 8px #ABABAB;
}

.navbar-default img{
    width: 159px;
    height: 30px;
    float: left;
    margin: 8px 25px 5px 5px;
    vertical-align: central;
}

.navbar-light .navbar-nav{
    margin-top: 14px;
}

.navbar-light .navbar-nav .nav-item{
    list-style: none;
}

.navbar-light .navbar-nav .nav-link{
    color: rgba(165, 165, 165, 1);
}

.navbar-light .navbar-nav .nav-link:hover{
    color: #3E464E;
    text-decoration: underline;
}


.navbar-light .navbar-nav .nav-link.active{
    color: #3E464E;
    text-decoration: underline;
}


.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 2rem;
    padding-left: 0rem;
    padding-top: 1rem;
}

.intro {
    width: 100%;
    position: relative;
    background: url(../images/bg.jpg) no-repeat top center;
    background-size: cover;
    height: 90%;
}

.intro-kit {
    width: 100%;
    position: relative;
    background: url(../images/bg-kit.jpg) no-repeat top center;
    background-size: cover;
    height: 90%;
}

.intro-anticovid {
    width: 100%;
    position: relative;
    background: url(../images/bg-anticovid.jpg) no-repeat top center;
    background-size: cover;
    height: 90%;
}

.intro-oxygens {
    width: 100%;
    position: relative;
    background: url(../images/bg-oxygen.jpg) no-repeat top center;
    background-size: cover;
    height: 90%;
}

.intro-subpage {
    width: 100%;
    position: relative;
    background-color:rgba(234, 223, 244, 1);
    background-size: cover;
    height: 330px;
}

.introduction{
    position: relative;
    margin-left: 100px;
    top:350px;
}

.introduction-subpage{
    text-align: center;
    margin-top: 120px;

}

.introduction img{
    width: 205px;
}

.introduction .desc{
    font-size: 26px;
    color: #fff;
    font-weight:200;
    padding-left: 16px;
}

.introduction-subpage .desc{
    font-size: 24px;
    color:rgba(51, 51, 51, 1);
    font-weight:200;
}

.introduction-right{
    width: 270px;
    margin-right: 100px;
    font-size: 16px;
    color: #fff;
    font-weight:200;
    float: right;
    border-radius: 5px;
    text-align: center;
    background-color: rgba(181, 150, 196, 0.6);
}

.introduction-right span{
    display: block;
    padding: 30px 30px;
}

.title{
    margin: 100px 10px;
}

.title h4{
    color: rgba(181, 150, 196, 1);
    text-align: center;
    font-size: 30px;
}

.title h4 span{
    display: flex;
    flex-grow: 1;
}

.title-kit{
    margin: 100px 10px;
    text-align: center;
}

.title-kit img{
    width: 80px;
    margin-bottom: 20px;
}

.title-kit h4{
    color: #999;
    text-align: center;
    font-size: 26px;
}

.title-kit h5{
    text-align: center;
    font-size: 18px;
    color:#999;
}

.col-content-news a{
    color:rgba(51, 51, 51, 1);
}

.col-content-news a:hover{
    color:rgba(51, 51, 51, 1);
    text-decoration:none;
}

.col-content-news img{
    width: 100%;
}

.col-content-news .desc{
    font-size: 14px;
    font-weight: 400;
    margin: 20px 10px;
    text-align: center;
}

.col-content-news .col-content-box{
    border: 1px #DBDBDB solid;
    padding: 5px 5px;
    margin: 30px 0;
    min-height: 277px;
    -moz-box-shadow:2px 2px 5px #A8A8A8;
    -webkit-box-shadow:2px 2px 5px #A8A8A8;
    box-shadow:2px 2px 5px #A8A8A8;
}

.col-content{
    text-align: center;
    float:left;
}

.col-content a{
    color: #000;
}

.col-content a:hover{
    color: #000;
}

.col-content .title{
    font-size: 16px;
    color:#999;
    font-weight: 400;
    margin: 10px 10px;
}

.col-content .dns-title{
    font-size: 16px;
    color:#999;
    margin: 10px 10px;
}

.col-content img{
    width: 120px;
}

.col-content .desc{
    font-size: 16px;
    font-weight: 400;
    margin: 20px 10px;
}

.col-content .kit-desc{
    font-size: 16px;
    margin: 20px 10px;
}

.col-content .sub-desc{
    font-size: 14px;
    margin: 20px 10px;
}

.col-content .phone-img{
    width: 100%;
}

.col-content .kit-img{
    width: 120px;
}

.col-content .cvd-img{
    width: 50%;
}

.col-content .cvd-desc{
    font-size: 14px;
    margin: 20px 10px;
    height: 140px;
    overflow: hidden;
}

.col-mission{
    float:left;
}

.col-mission img{
    vertical-align: middle;
    width: 100%;
}

.col-mission-desc{
    float:left;
}

.col-mission-desc .title{
    margin: 0 10px 30px 0;
    font-size: 20px;
}

.col-mission-desc .desc{
    font-size: 16px;
}

.wwd-desc{
    float: left;
}

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

.col-partners img{
    margin: 10px 20px;
}

.footer{
    text-align: center;
}

.footer img{
    margin-top: 60px;
    margin-bottom: 10px;
    width: 100px;
}

.footer .contact-info a{
    color: #000;
    margin: 10px 10px;
}

.footer .copyright{
    color: #999;
    margin: 15px 10px;
}

/*======= news ========*/
.bricks-wrapper .entry {
    margin-bottom: 40px;
}

.bricks-wrapper .entry-thumb{
    border-top: 1px rgba(0, 0, 0, 0.05) solid;
    border-left: 1px rgba(0, 0, 0, 0.05) solid;
    border-right: 1px rgba(0, 0, 0, 0.05) solid;
}

.bricks-wrapper .entry-text {
    border-left: 1px rgba(0, 0, 0, 0.05) solid;
    border-right: 1px rgba(0, 0, 0, 0.05) solid;
    border-bottom: 1px rgba(0, 0, 0, 0.05) solid;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
}

.bricks-wrapper .entry-thumb {
    position: relative;
    overflow: hidden;
}

.bricks-wrapper .entry-thumb img {
    width: 100%;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.bricks-wrapper .entry-thumb:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.bricks-wrapper .entry-text {
    padding: 20px 20px;
    background-color: white;
}

.bricks-wrapper .entry-header .entry-title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px;
}
.bricks-wrapper .entry-header .entry-title a,
.bricks-wrapper .entry-header .entry-title a:visited {
    color: #000000;
}

.bricks-wrapper .entry-header .entry-meta {
    font-size: 14px;
    margin-bottom: 14px;
}

.bricks-wrapper .entry-header .cat-links{
    color: #999999;
}


.bricks-wrapper .entry-excerpt {
    font-size: 16px;
    line-height: 20px;
    color: #6f6f6f;
}
.bricks-wrapper:before,
.bricks-wrapper:after {
    content: "";
    display: table;
}

.bricks-wrapper:after {
    clear: both;
}

.bricks-wrapper .grid-sizer,
.bricks-wrapper .brick {
    width: 33.33333%;
}

.bricks-wrapper .brick {
    float: left;
    padding: 0 18px;
}

article {
    display: block;
}

.m-top{
    margin-top: 100px;
}

/* animation stuff - (_common-styles.scss)
 * ------------------------------------------------------------------- */
.js .animate-this {
	opacity: 0;
}
.oldie .animate-this
.no-cssanimations .animate-this {
	opacity: 1;
}

/* responsive:
/* bricks masonry
 * ------------------------------------------------------------------- */

.carousel-control .icon-prev::before {
    content: "\e65f";
    font-size: 18px;
    top: -6px;
    left: 1px;
    position: relative;
}

.carousel-control .icon-next::before {
    content: "\e615";
    font-size: 18px;
    top: -6px;
    left: -1px;
    position: relative;
}

.btn-secondary-box {
    display: inline-block;
    height: 46px;
    line-height: 45px;
    text-align: center;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    position: relative;
    border: 1px solid #EA5A4F;
    background: #E95247;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    padding-left: 30px;
    padding-right: 30px;
    margin: 5px 10px;
    outline: none !important;
    cursor: pointer;
}

a {
    text-decoration: none !important;
}

label {
    margin-top: 5px;
}

.phone-top{

}

@media only screen and (max-width:1280px) {
    .bricks-wrapper .grid-sizer,
    .bricks-wrapper .brick {
        width: 33.33333%;
    }
}
@media only screen and (max-width:1024px) {
    .bricks-wrapper .brick {
        padding: 0 18px;
    }

}
@media only screen and (max-width:960px) {
    .bricks-wrapper .grid-sizer,
    .bricks-wrapper .brick {
        width: 50%;
    }
}
@media only screen and (max-width:768px) {
    .bricks-wrapper .brick {
        padding: 0 15px;
    }

    .phone-top{
        margin-top: 40px;
    }

}

@media only screen and (max-width:600px) {
    #bricks .row {
        max-width: 460px;
    }

    .bricks-wrapper .grid-sizer,
    .bricks-wrapper .brick {
        width: 100%;
        padding: 0 10px;
        clear: both;
    }
    
    .phone-top{
        margin-top: 40px;
    }
}
@media only screen and (max-width:400px) {
    .bricks-wrapper .brick {
        width: 100% !important;
        float: none !important;
        clear: both !important;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
    }
    
    .phone-top{
        margin-top: 40px;
    }

}

