﻿

/*О КОМПАНИИ*/
#ajax-cntnt > text {
    font-size: 15pt;
    padding-top: 1px;
    display: block;
    text-align: justify;
}

#ajax-cntnt > text p {
    margin: 15px 0;
    font-size: 16pt;
}

#ajax-cntnt > text a {
    margin-right: 30px;
}

#ajax-cntnt > text a:before {
    content: '';
    background-image: url(/Working/images/common/format/PDF.png);
    background-size: 40px auto;
    font-size: 40px;
    background-position: left 75%;
    background-repeat: no-repeat;
    padding-left: 42px;
}

#ajax-cntnt > video {
    width: 100%;
    display: block;
    margin: 50px auto;
}

#compNumb, #ourTeam {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#compNumb span,#ourTeam span{
    width: 18%;
    margin: 1% 3% 2%;
}

#compNumb span img,#ourTeam span img{
    height: 135px;
    display: block;
    margin: auto;
    margin-bottom: 7px;

      /*-webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;*/ /* IE 6-9 */
}

#ourTeam span img{
    height: 160px;
    outline: 2px solid gray;
}

#compNumb span text,#ourTeam span text{
    display:block;
    text-align:center;
    font-size:15pt;
}


.title {
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-size: 16pt;
    margin: 30px 0 15px;
}


#ourPartners {
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
}

#ourPartners img {
    width: auto;
    height: 100px;
    margin: 3.5% 2%;
}














/*РЕКВИЗИТЫ*/
.company {
    margin-bottom: 10px;
    outline: 1px solid lightgray;
}

.company p:first-child img{
    height: 42px;
    margin: 5px;
    margin-left: 25px;
}

.company p{
    margin: 0;
    display: flex;
    padding: 7px 14px;
}

.company p span:first-child{
    width:30%;
}

.company p span:last-child{
    width:70%;
}

.company p text{
    font-size:8pt;
    color:gray;
}

.company p:nth-child(2n){
    background-color:lightgray;
}



/*СЕРТИФИКАТЫ, ЛИЦЕНЗИИ, КВАЛИФИКАЦИИ*/

.dCard {
    display: flex;
    padding: 15px 20px 15px 40px;
    border-top: 1px solid lightgrey;
    justify-content: space-between;
    margin: -1px 0;         /* Придумать что нибудь получше */
}

.dCard span:first-child {
    position:relative;
    width: 70%;
    display: flex;
    flex-direction: column;
}


.dCard span b{
    font-size: 14pt;
    margin-top: 10px;
}

.dCard span text:first-of-type {
    color: gray;
    margin: 10px 0;
}

.dCard span text:last-of-type{
    position:absolute;
    bottom:0;
}

.dCard span text a:before{
    content: '';
    background-image: url(/Working/images/common/format/JPEG.png);
    background-size: 40px auto;
    font-size: 40px;
    background-position: left 75%;
    background-repeat: no-repeat;
    padding-left: 50px;
}

.dCard span > a{
    display:block;
}

.dCard span{
    position:relative;
}

.dCard span .doc{
    height:190px;
    outline: 1px solid lightgrey;
}

.dCard span:last-child:hover .loupe{
    display:block;
}

.dCard span .loupe{
    position: absolute;
    display: none;
    top: 85%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    height: 35px;
}