﻿

.title {
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-size: 16pt;
    margin-bottom: 5px;
}

/*КАТАЛОГИ(ВЫбор компании)*/

.manufacturer {
    display: inline-block;
    width: 200px;
    height: 200px;
    border: 1px solid lightgrey;
    margin: 12px;
    border-radius: 10px;
}

.manufacturer:hover img {
    opacity: 1;
}

.manufacturer > img {
    position: relative;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.6;
    transition-duration: 0.1s;
    transition-timing-function: ease-out;
}



/*КАТАЛОГИ*/

#parTypes {
    display: flex;
    justify-content: flex-start;
    margin:0;
}

    #parTypes span {
        display: inline-flex;
        border-top-right-radius: 12px;
        border-bottom: 0;
        background-color: white;
        cursor: pointer;
        margin-left: -10px;
        overflow: hidden;
        box-shadow: 70px -5px 130px -3px rgb(133 133 133 / 100%);
    }

    #parTypes label {
        font-size: 15pt;
        cursor: pointer;
        padding: 5px 30px;
    }


    #parTypes span:first-child {
        margin-left: 0;
    }

#parTypes span input {
    display: none;
}

    #parTypes span input:checked ~ label {
        background-color: black;
        color: white;
        border-color: black;
    }


#ctgrs {
    padding-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}

#ctgrs span{
    display: flex;
    margin: 4px 3px;
}

#ctgrs span input:checked ~label{
    /*background-color: lightskyblue;*/
    background-color: black;
    color:white;
}

#ctgrs span label {
    border-radius: 17px;
    padding: 8px 14px;
    cursor: pointer;
    font-size: 10pt;
    font-weight: 500;
    background-color: #bfbfbf40;
    /*background-color: #87cefa40;*/
}

#ctgrs span input{
    display:none;
}


#prttn_cntnr {
     display: flex;
    flex-wrap: wrap;
}



    #prttn_cntnr .doc {
        width: 185px;
        margin: 2.7% 3.7% 2.7% 3.7%;
    }

    #prttn_cntnr .doc a {
        position: relative;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 250px;
    }

    #prttn_cntnr .doc a:before {
        position: absolute;
        left:0;
        top:0;
        width:100%;
        height:100%;
        background: rgba(0,0,0,.8);
        opacity:0;
        content:'';
        transition: all .4s ease;

    }
    #prttn_cntnr .doc a:hover:before {
        opacity: 1;
    }
    #prttn_cntnr .cover {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    #prttn_cntnr .doc text {
        display: block;
        margin: 10px 0;
        font-size: 11pt;
        font-weight: 500;
    }

    #prttn_cntnr .load {
        position: absolute;
        width: 50%;
        display: none;
    }
    #prttn_cntnr .doc a:hover .load {
        display:block;
    }


#prttn_cntnr .doc b {
    font-size: 9pt;
    color: gray;
}








#prttn_cntnr .video {
    display:block;
}

#prttn_cntnr .video {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid gray;
}

#prttn_cntnr .video text{
    width: 50%;
    margin: auto 0;
    font-size: 16pt;
    font-weight: 200;
    padding-left: 20px;
    margin-right: 130px;
    /*text-indent: 50px;*/
}

#prttn_cntnr .video iframe {
    height: 300px;
    width: 500px;
    margin: 15px;
}



















/*БРЕНДЫ*/
.brand {
    border-bottom: 1px solid lightgrey;
    display: block;
    padding: 15px 0;
}

.brand img{
    height: 85px;
    padding-left: 20px;
}

.brand p{
    margin: 0;
    font-size: 12pt;
    text-indent: 30px;
    text-align: justify;
}

.brand div{
    text-align:center;
}

.brand div a{
    display: inline-block;
    font-size: 15px;
    line-height: 15px;
    font-weight: 600;
    padding: 8px 21px;
    white-space: nowrap;
    margin-top: 10px;
    text-decoration: none;
    background-image: url(/Working/images/common/cntrl-bttns/bottom.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 15px;
    padding-bottom: 21px;
}

/*НОВИНКИ*/

iframe {
    width: 100%;
    border: 0;
    border-bottom: 1px solid lightgrey;
    margin-bottom: 15px;
    box-sizing: border-box;
    padding: 10px 25px 25px;
}



/*РЕШЕНИЯ*/
    #solCompany {
    display: flex;
    justify-content: flex-start;
    margin: 0;
}

#solCompany span {
    display: inline-flex;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border: 1px solid darkgray;
    border-bottom: 0;
    cursor: pointer;
}

#solCompany span input {
    display:none;
}

#solCompany span img {
    height: 50px;
    margin: 0 26px;
}

/*#frames {*/
/*    border: 1px solid darkgray;
    border-radius: 15px;*/
    /*padding: 20px;
    padding-top: 0;*/
   /* margin-top: 10px;*/
/*}*/
