h3{
    text-align: center;
    font-weight: bold;
    margin-bottom: 50px;
}

.serviceTitle p{
    font-weight: 600;
    margin: 15px 0 15px 25px;
}
.servicesBlock{
    width: 30%;
    margin-bottom: 50px;
    background-color: #fff;
}
.servicesBlock:hover{
    -webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.3);
}
.card {
    position: relative;
}

.blockOne {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  -webkit-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
 -moz-transition: background 0.5s ease;
  transition: background 0.5s ease;
}

.card:hover .blockOne {
  display: block;
  background: rgba(0, 0, 0, .5);
}

.card img {
  width: 100%;
}

.button {
  position: absolute;
  width: auto;
  left:10%;
  top: 40%;
  text-align: center;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity .35s ease;
  -o-transition: opacity .35s ease;
  -moz-transition: opacity .35s ease;
  transition: opacity .35s ease;
}

.button a {
    width: 200px;
    padding: 12px 48px;
    text-align: center;
    color: white;
    border: solid 2px white;
    z-index: 1;
    text-decoration: none;
}

.card:hover .button {
    -moz-opacity: 1;
    opacity: 1;
}
.button a:hover{
    color: #ff7900;
    border: solid 2px #ff7900;
}

/*расстояние между блоками card*/
.mainServBlock .it, .mainServBlock .project, .mainServBlock .service{
    margin-right: 5%;
}
/*----------- end ---------------*/

.aboutBlock{
    margin-bottom: 100px;
}
.nameH{
    text-align: center;
    margin: 50px 0 0 0;
}
.about{
    width: 70%;
    margin: 0 auto;
    padding: 50px 0;
}
.dopBlock{
    background-color: #fff;
    margin: 50px auto 0;
    /*border: 3px solid #f2f2f2;*/
}
.about p{
    margin: 0;
}
/*.dopBlock:hover{
    -webkit-transition: .4s all ease-in-out;
    -o-transition: .4s all ease-in-out;
    -moz-transition: .4s all ease-in-out;
    transition: .4s all ease-in-out;
    border: 3px solid #253886;
}*/



.certificateBlock{

}
.certificate{
    width: 70%;
    margin: 50px auto 100px;
    padding: 50px 0; 
    background-color: #fff;
}
.dopBlocCert{
    background-color: #fff;
}
.certificate .iSvg{
    width: 20%;
    margin-bottom: 20px;
    margin-right: 5%;
    -weblit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.certificate .iSvg:hover{
    -moz-transform: scale(1.3, 1.3);
    -ms-transform: scale(1.3, 1.3);
    -webkit-transform: scale(1.3, 1.3);
    -o-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}




.blockMaps{
    position: absolute;
    bottom: -5;
    right: 15px;
    width: 50%;
    padding: 0;
    margin: 0;
}

/*Вакансии*/

.vacansyBlock{
    padding: 100px 0;
    background-color: #fff;
    margin-top: 50px;
    margin-bottom: 100px;
}
.vacancy{
    width: 80%;
    margin: 0 auto;
}
.vacancyItem{
    width: 45%;
    margin: 0 0 40px 0;
}
.vacancyItem p.vac{
    background-color: #e8e8e8;
    font-weight: bold;
    cursor: pointer;
    padding: 20px 0 20px 40px;
}
.descVac{
    display: none;
    background-color: #f3f3f3;
    padding: 30px 20px 40px 20px;
}
.descVac .bold{
    font-weight: bold;
}
.vImg{
    width: 80%;
    margin: 0 auto;
}
.vImg img{
    background-size: cover;
    width: 100%;
}

/*Портфолио*/
.wraImg{
    margin-top: 30px;
    margin-bottom: 100px;
    padding: 100px 50px;
    background-color: #fff;
}
.wraImg img{
    width: 100%;
    -weblit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.wraImg img:hover{
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -webkit-transform: scale(1.03);
    -o-transform: scale(1.03);
    transform: scale(1.03);
}
.imgBlock{
    width: 30%;
	margin-bottom:5px;
}
.descImg{
    margin-top: 10px;
    line-height: 1.1;
}

/*увеличение картинки по клику*/
/* картинка на странице */

.minimized:hover {
    -webkit-box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.5);
    box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.5);
    cursor: crosshair;
}

/* увеличенная картинка */
#magnify {
  display: none;

  position: fixed;
  max-width: 100%;
  height: auto;
  z-index: 9999;
}

#magnify img {
  width: 100%;
}

/* затемняющий фон */
#overlay {
  display: none;

  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -moz-opacity: 0.9;
  opacity: 0.9;
  z-index: 9990;
}

/* кнопка закрытия */
#close-popup {
  width: 30px;
  height: 30px;
  background: #FFFFFF;
  border: 1px solid #AFAFAF;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 15px;
}

#close-popup i {
  width: 30px;
  height: 30px;
  background: url(https://codernote.ru/files/cross.png) no-repeat center center;
  background-size: 16px 16px;
  display: block;
}

@keyframes rota {
 25% { 
     -webkit-transform: rotate(360deg); 
     -moz-transform: rotate(360deg); 
     -ms-transform: rotate(360deg); 
     -o-transform: rotate(360deg); 
     transform: rotate(360deg); 
    }
}

#close-popup:hover {
  -webkit-animation: rota 4s infinite normal;
  -moz-animation: rota 4s infinite normal;
  -o-animation: rota 4s infinite normal;
  animation: rota 4s infinite normal;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
}


/*Услуги*/
.servBlock{
    background-color: #fff;
    margin: 50px auto 100px;
    padding: 50px 0 100px;
}
.servText{
    width: 80%;
    margin: 0 auto 50px;
}
.servText p.servTitle{
    font-weight: bold;
}
.servicesImg{
    width: 80%;
    margin: 0 auto;
}
.servicesImg img{
    width: 100%;
}

/* Специальная оценка условий труда */
.ratingBlock{
	padding: 10px 0 50px;
}
.ratingBlock .pdfBlock{
	background-color: #fff;
	padding: 50px 0;
}
.ratingBlock .headtext{
	text-align: center;
	margin-bottom: 20px;
}
.ratingBlock .pdfSave{
	margin-left: 30px;
	margin-bottom: 50px;
}
.ratingBlock .pdfSave p{
	margin: 0;
	padding: 0;
}
.ratingBlock .pdfSave a{
	margin: 0;
	padding: 0;
}

/*----------------------------СТИЛИ ДЛЯ МАЛЕНЬКИХ ЭКРАНОВ---------------------------------------------------------------------------------------------*/
/*----------------------------СТИЛИ ДЛЯ МАЛЕНЬКИХ ЭКРАНОВ max-width: 1398.98px-------------------------------------------------------------------------*/
@media screen and (max-width: 1398.98px){

}
/*----------------------------СТИЛИ ДЛЯ МАЛЕНЬКИХ ЭКРАНОВ max-width: 1200.98px-------------------------------------------------------------------------*/
@media screen and (max-width: 1200.98px){
    
}


/*----------------------------СТИЛИ ДЛЯ МАЛЕНЬКИХ ЭКРАНОВ max-width: 994.98px-------------------------------------------------------------------------*/
@media screen and (max-width: 994.98px){
    /*главня*/
    .button {
      left:10%;
      top: 40%;

    }
    .button a {
        width: 200px;
        padding: 10px 35px;
    }
    .blockMaps{
        position:static;
        width: 100%;
        padding: 0;
        margin: 0 0 50px 0;
    }
    
    /*Выполненные проекты*/
    .imgBlock{
        width: 45%;
    }
    
    
    /*страница вакансии*/
    .vacancyItem{
        width: 70%;
        margin: 0 auto 30px;
    }

}


/*----------------------------СТИЛИ ДЛЯ МАЛЕНЬКИХ ЭКРАНОВ max-width: 766px-------------------------------------------------------------------------*/
@media screen and (max-width: 766px) {
    
        /*главня*/
    .button {
      left:10%;
      top: 40%;

    }
    .button a {
        font-size: 14px;
        width: 200px;
        padding: 10px 20px;
    }
    
    /*Выполненные проекты*/
    .imgBlock{
        
    }
    
    /*страница вакансии*/
    .vacancyItem{
        width: 80%;
    }
}


/*----------------------------СТИЛИ ДЛЯ МАЛЕНЬКИХ ЭКРАНОВ max-width: 576px-------------------------------------------------------------------------*/
@media screen and (max-width: 576px){
    h3{
        margin-bottom: 20px;
        font-size: 26px;
    }
    /*главная*/
    /*расстояние между блоками card*/
    .mainServBlock .it, .mainServBlock .project, .mainServBlock .service{
        margin: 0;
    }
    
    .mainServBlock .servicesBlock{
        width: 70%;
        margin-bottom: 50px;
    }
    .port{
        margin: 60px 0;
    }
    .compIndent{
        margin: 60px auto;
    }
    .about {
        width: 80%;
        font-size: 14px;
    }
    .certificateBlock{
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .certificate{
        width: 80%;
    }
    .certificate img{
        width: 26%;
        margin-bottom: 50px;
    }
    
    /*услуги*/
    .servText, .servicesImg{
        width: 90%;
    }
    
    /*Выполненные проекты*/
    .wraImg{
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .imgBlock{
        width: 85%;
        margin: 0 auto;
    }
    
    /*страница вакансии*/
    .vacancyItem{
        width: 100%;
        margin: 0 auto 30px;
    }
    
}


/*----------------------------СТИЛИ ДЛЯ МАЛЕНЬКИХ ЭКРАНОВ max-width: 442px-------------------------------------------------------------------------*/
@media screen and (max-width: 442px){
    .mainServBlock .servicesBlock{
        width: 90%;
    }
    /*Выполненные проекты*/
    .imgBlock{
        width: 95%;
    }
}