@font-face {
  font-family: "PF_500";
  src: url("./fonts/PFDinTextCompPro-Medium.eot"); /* IE9 Compat Modes */
  src: url("./fonts/PFDinTextCompPro-Medium.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("./fonts/PFDinTextCompPro-Medium.otf") format("opentype"), /* Open Type Font */
    url("./fonts/PFDinTextCompPro-Medium.svg") format("svg"), /* Legacy iOS */
    url("./fonts/PFDinTextCompPro-Medium.ttf") format("truetype"), /* Safari, Android, iOS */
    url("./fonts/PFDinTextCompPro-Medium.woff") format("woff"), /* Modern Browsers */
    url("./fonts/PFDinTextCompPro-Medium.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "PF_100";
  src: url("./fonts/PFDinTextCondProThin.eot"); /* IE9 Compat Modes */
  src: url("./fonts/PFDinTextCondProThin.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("./fonts/PFDinTextCondProThin.otf") format("opentype"), /* Open Type Font */
    url("./fonts/PFDinTextCondProThin.svg") format("svg"), /* Legacy iOS */
    url("./fonts/PFDinTextCondProThin.ttf") format("truetype"), /* Safari, Android, iOS */
    url("./fonts/PFDinTextCondProThin.woff") format("woff"), /* Modern Browsers */
    url("./fonts/PFDinTextCondProThin.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "PF_700";
  src: url("./fonts/z-PFDinTextCompPro-Bold.eot"); /* IE9 Compat Modes */
  src: url("./fonts/z-PFDinTextCompPro-Bold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("./fonts/z-PFDinTextCompPro-Bold.otf") format("opentype"), /* Open Type Font */
    url("./fonts/z-PFDinTextCompPro-Bold.svg") format("svg"), /* Legacy iOS */
    url("./fonts/z-PFDinTextCompPro-Bold.ttf") format("truetype"), /* Safari, Android, iOS */
    url("./fonts/z-PFDinTextCompPro-Bold.woff") format("woff"), /* Modern Browsers */
    url("./fonts/z-PFDinTextCompPro-Bold.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "PF_400";
  src: url("./fonts/PFDinTextCompPro-Regular.eot"); /* IE9 Compat Modes */
  src: url("./fonts/PFDinTextCompPro-Regular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("./fonts/PFDinTextCompPro-Regular.otf") format("opentype"), /* Open Type Font */
    url("./fonts/PFDinTextCompPro-Regular.svg") format("svg"), /* Legacy iOS */
    url("./fonts/PFDinTextCompPro-Regular.ttf") format("truetype"), /* Safari, Android, iOS */
    url("./fonts/PFDinTextCompPro-Regular.woff") format("woff"), /* Modern Browsers */
    url("./fonts/PFDinTextCompPro-Regular.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

*{
	font-family: "PF_400";
    color: #292929; 
    font-size: 16px;
}
button{
    outline: none;
}
li{
	list-style: none;
	margin: 0;padding: 0;
}
ul, li, h1,h2,h3,h4,h5,h6,p,span{
    font-family: "PF_400";
	margin: 0;padding: 0;line-height: 1.5;color: #292929; font-size: 14px;
}
a{
    color: #292929;
    text-decoration: none;
}
a:hover{
    text-decoration: none;
    color: #292929;
}
.error {
  border: 1px solid #ff0000 !important;
}
label.error{
    display: none !important;
}

body{
    background: #fff;
}

.wrapper {
    width: 100%;
    overflow: hidden;
    max-width: 1920px;
    margin: 0 auto;
    height: auto;
    position: relative;
}
.flex{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.btn,
a.btn{
    text-align: center;
    width: 193px;
    height: 35px;
    line-height: 32px;
    text-align: center;
    text-transform: uppercase;
    border: 2px solid #ff7c00;
    border-radius: 30px;
    color: #ff7c00;
    
    font-size: 18px;
    display: block;
    margin: 65px auto;
}
.first{
    position: relative;
    width: 100vw;
    overflow: hidden;
}
.first video{
    width: 100vw;
    display: block;
    
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.what_we_can{
    background: #fff839;
}
.what_we_can .container{
    background: url(../img/tes.png) top -2px left -20px no-repeat;
}
.what_we_can h2{
    font-size: 52px;
    font-family: "PF_400";
    color: #252525;
    padding-top: 50px;
    line-height: 1;
    padding-left: 90px;
    text-transform: uppercase;
}
.what_we_can p{
    font-size: 17px;
    color: #252525;
    padding-top: 3px;
    line-height: 1.1;
    padding-left: 220px;   
    text-transform: uppercase;
    padding-left: 220px;
    
}
.what_we_can p i{
    font-style: normal;
}
.what_we_can p i.line-l{
    border-left: 4px solid #8a58fd;
    padding-left: 10px;
    display: block;
}
.what_we_can p i.line-r{
    border-right: 4px solid #fff839;
    padding-right: 10px;
    display: block;
    color: #fff;
}
.what_we_can p i.line-r span{
    font-size: inherit;
    display: block;
    color: inherit;
    line-height: 1.1;
}
.what_we_can h2.h2_colors,
.what_we_can h2.h2_colors span{
    padding-top: 50px;
    padding-left: 143px;
    font-size: 132px;
    font-family: "PF_700";
    text-transform: uppercase;
    white-space: nowrap;
    position: relative;
    z-index: 4;
}
.what_we_can h2.h2_colors span{
    color: #fff839;
    padding-left: 0;
}
.what_we_can .container{
    position: relative;
}
.what_we_can .container .grey{
    background: #343434;
    position: absolute;
}
.what_we_can .container .black{
    background: #000000;
    position: absolute;
}
.what_we_can .container .grey.grey1{
    width: 157px;
    top: 0;
    right: 0;
    height: 380px;
}
.what_we_can .container .black.black1{
    width: 200px;
    top: 0;
    right: 157px;
    height: 380px;
}
.what_we_can .container .black.black2{
    width: 157px;
    top: 380px;
    right: 0;
    height: 434px;
}
.what_we_can .container .grey.grey2{
    width: 400px;
    height: 434px;
    position: absolute;
    top: 380px;
    right: 157px;
}
.what_we_can h2.pl_45{
    padding-left: 45px;
}
.what_we_can p.pl_180{
    padding-left: 150px;
}

.what_we_can .abs_bu{
    position: absolute;
    top: 75px;
    right: -66px;
    position: absolute;
    z-index: 2;
}
.what_we_can .grey.grey2 h2,
.what_we_can .grey.grey2 p{
    color: #fff;
}
.what_we_can .grey.grey2 p{
    padding: 0;
    text-align: right;
    padding-right: 70px;
    padding-top: 98px;
}
.what_we_can .grey.grey2 h2{
    padding-left: 0;
    transform: rotate(90deg);
    color: #8a58fd;
    font-size: 72px;
    white-space: nowrap;
}
.what_we_can .grey.grey2 h2 span{
    font-size: 72px;
    padding-left: 0;
}
.what_we_can .grey.grey2 .absolute_rotate{
    position: absolute;
    right: -198px;
    top: 224px;
}
.what_we_can .container{
    padding-bottom: 200px;
}
.what_we_can{
    position: relative;
    z-index: 2;
}

.auditoria{
    background: #333333;

}
.auditoria h2{
    color: #fff;
    font-size: 89px;
    text-transform: uppercase;
    line-height: 1;
    padding: 0;
}
.auditoria p{
    font-size: 34px;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.2;
    display: block;
    padding: 0;
}
.auditoria .flex{
    margin-top: 120px;
    justify-content: center;
}
.auditoria .soc{
    margin-left: 50px;
    margin-right: 50px;
    text-align: center;
}
.auditoria .soc p{
    font-size: 28px;
    font-family: "PF_400";
    padding-top: 32px;
}
.auditoria .soc.soc3 p,
.auditoria .soc.soc4 p{
    color: #000;
}
.auditoria .image_block{
    height: 55px;
}
.auditoria .text{
    margin-right: 37px;
}
.auditoria .yellow{
    width: 316px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: #fff839;
}
.auditoria .container{
    position: relative;
}
.auditoria .col-md-12{
    padding-bottom: 170px;
}
.auditoria .flex{
    position: relative;
    z-index: 2;
}
.auditoria .soc{
    position: relative;
    margin-top: 4px;
}
.auditoria .soc:last-of-type:after{
    display: none;
}
.auditoria .soc:after{
    width: 13px;
    height: 13px;
    background: #8a58fd;
    position: absolute;
    top: 15px;
    right: -59px;
    content: '';
}
.auditoria h2.big{
    font-size: 160px;
    font-family: "PF_700";
    line-height: 0.8;
    margin-top: 40px;
    color: #fff839;
    padding-left: 149px;
    position: relative;z-index: 2;
}
.auditoria h2.big span{
    font-size: 160px;
    font-family: "PF_700";
    line-height: 0.8;
    color: #000;
}
.auditoria h3{
    color: #fff;
    font-size: 58px;
    padding: 0;
    margin: 0;
    text-align: right;
    padding-right: 50px;
    position: relative;z-index: 2;
    line-height: 1;
}

.auditoria h3 span{
    color: #000;
    font-size: 58px;
    padding: 0;
    margin: 0;
    text-align: right;
    padding-right: 107px;
}

.portfolio{
    background: #8a58fd url(../img/portfolio/bg_11.jpg) bottom center no-repeat;
    padding-top: 60px;
    padding-bottom: 125px;
}
.portfolio h2{
    color: #fff;
    font-family: "PF_700";
    font-size: 190px;
    transform: rotate(-90deg);
    display: inline-block;
}
.portfolio .header_h2 {
    position: absolute;
    left: -94px;
    top: 16px;
}
.portfolio .port_1{
    margin-left: 100px;
    margin-left: 181px;
    position: relative;
    z-index: 3;
}
.portfolio .port_1 .img1_1{
    margin-left: 40px;
    position: relative;
    z-index: 2;
}
.portfolio .port_1 .img1_2{
    margin-left: 0;
    margin-top: -60px;
    z-index: 1;
}
.portfolio video{
    display: block;
}
.portfolio p{
    font-size: 46px;
    padding-left: 275px;
    text-transform: uppercase;
    color: #fff;
    padding-top: 10px;
}
.portfolio img{
    display: block;
}
.portfolio .img1_3{
    position: absolute;
    bottom: -125px;
    right: -200px;
}
.portfolio .port_2{
    margin-top: 40px;
    margin-left: 40px;
    position: relative;
    z-index: 3;

}
.portfolio .port_2 .img2_1{
    position: relative;
    z-index: 2;
}
.portfolio .port_2 .img2_2{
    margin-left: 75px;
    margin-top: -15px;
}
.portfolio .port_2 p{
    padding-left: 75px;
    color: #000;
}

.portfolio .port_3{
    margin-top: 50px;
    position: relative;
    z-index: 3;
}
.portfolio .port_4{
    margin-top: 25px;
    position: relative;
    z-index: 3;
}
.portfolio .port_3 .img3_1{
    margin-left: -55px;
}
.portfolio .port_3 .img3_2{
    margin-left: 225px;
    margin-top: -90px;
}
.portfolio .port_3 p{
    transform: rotate(90deg);
    padding-left: 0; 
}
.portfolio .port_3 .posa {
    position: absolute;
    top: 88px;
    left: 219px;
}
.portfolio .port_4 .img4_1{
    margin-left: 35px;
}
.portfolio .port_4 .img4_2{
    margin-left: 180px;
    margin-top: -60px;
}
.portfolio .port_4 .img4_3{
    margin-top: -120px;
    margin-left: 10px;
}
.portfolio .port_4 .posa {
    position: absolute;
    top: 98px;
    left: 261px;
}
.portfolio .port_4 .posa p{
    padding: 0;
}
.portfolio .port_5{
    margin-top: 55px;
    z-index: 3;
    position: relative;
}
.portfolio .port_5 .posa {
    margin-left: 30px;
}
.portfolio .port_5 .posa p{
    padding: 0;
    padding-top: 10px;
    white-space: nowrap;
}
.portfolio img.img5_1{
    width: 353px;
    height: 353px;
}
.portfolio .port_6{
    margin-top: 180px;
    position: relative;
    z-index: 3;
}
.portfolio .port_6 .img6_1{
    margin-left: 65px;
}
.portfolio .port_6 .img6_2{
    margin-top: -140px;
}
.portfolio .port_6 p{
    transform: rotate(90deg);
    padding-left: 0; 
}
.portfolio .port_6 .posa {
    position: absolute;
    top: 112px;
    left: -55px;
}
.portfolio .port_7{
    margin-top: 35px;
    position: relative;
    z-index: 3;
}
.portfolio .port{
    cursor: pointer;
}
.bx-wrapper{
    width: 100%;
    max-width: 100%;
    box-shadow: none;
    margin-bottom: 0;
    border: none;
    background: transparent;
}
.bx-wrapper .item{
    display: flex;
    -ms-display: flex;
    align-items: center;
    justify-content: center;
}
.bx-wrapper .image_block{
    width: 100%;
    height: 103px;
    display: flex;
    -ms-display: flex;
    align-items: center;
    justify-content: center;
}
.portfolio .port_7 p{
    color: #000;
}
.portfolio .port_7 .img7_1{
    margin-left: 65px;
}
.portfolio .port_7 .img7_2{
    margin-left: 230px;
    margin-top: -50px;
}
.portfolio .port_7 .posa {
    position: absolute;
    top: 200px;
    left: -142px;
}
.portfolio .foi {
    width: 316px;
    height: calc(100% + 7px);
    position: absolute;
    right: 0;
    top: -60px;
    background: #fff839;
}
.bxx{
    background: #191919;
}
.contacts{
    background: #191919 url(../img/bg_cont.png) center center no-repeat;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 170px;
}
.contacts h2{
    font-size: 160px;
    font-family: "PF_700";
    line-height: 0.8;
    color: #8a58fd;
    position: relative;z-index: 2;
}
.contacts a.tel{
    font-size: 71px;
    font-family: "PF_500";
    line-height: 0.8;
    color: #fff839;
    position: relative;z-index: 2;
    display: block;
    margin-top: 130px;
}

.contacts a.mail{
    font-size: 24px;
    font-family: "PF_400";
    line-height: 0.8;
    color: #fff;
    position: relative;z-index: 2;
    display: block;
    margin-top: 25px;
    text-transform: uppercase;
}
.contacts p{
    font-size: 16px;
    color: #fff;
    margin-top: 25px;
    font-family: "PF_100";
    line-height: 1.3;
}
.contacts p.p2{
    font-size: 24px;
    font-family: "PF_400";
    line-height: 1.25;
    color: #fff;
    position: relative;z-index: 2;
    display: block;
    margin-top: 105px;
    text-transform: uppercase;
}
.contacts p.p2 span{
    color: #fff839;
    font-size: 36px;
    line-height: 0.9;
    display: inline-block;
}
.contacts h3{
    font-size: 48px;
    font-family: "PF_400";
    line-height: 0.8;
    color: #fff;
    position: relative;z-index: 2;
    display: block;
    margin-top: 125px;
    text-transform: uppercase;
}
.contacts .line_yellow{
    height: 102px;
    width: 100%;
    background: #fff839;
    left: 23px;
    bottom: -30px;
    position: absolute;
}
.contacts .line_f{
    height: 102px;
    width: 100%;
    background: #8a58fd;
    left: 100%;
    bottom: -30px;
    position: absolute;
}
.contacts h2{
    position: relative;
    z-index: 3;
}

input[type=text]{
    border-width: 1px;
    border-color: rgb(110, 110, 110);
    border-style: solid;
    border-radius: 2px;
    background-color: rgb(25, 25, 25);
    width: 358px;
    height: 64px;
    line-height: 68px;
    color: #fff839;
    text-transform: uppercase;
    font-size: 24px;
    margin-top: 25px;
    text-indent: 30px;
    max-width: 100%;
}

input[type=submit]{
    border-radius: 2px;
    width: 100%;
    height: 64px;
    color: #fff839;
    background: #8a58fd;
    text-transform: uppercase;
    font-size: 24px;
    margin-top: 25px;
    border: none;
    line-height: 64px;
    text-align: left;
    text-align: center;
}

textarea{
    border-width: 1px;
    border-color: rgb(110, 110, 110);
    border-style: solid;
    border-radius: 2px;
    background-color: rgb(25, 25, 25);
    width: 100%;
    padding: 30px;
    height: 184px;
    line-height: 1.2;
    color: #fff839;
    text-transform: uppercase;
    font-size: 24px;
    margin-top: 25px;
    resize: none;
}

input::-webkit-input-placeholder       {opacity: 1; transition: opacity 0.3s ease; color: #fff839;}
input::-moz-placeholder                {opacity: 1; transition: opacity 0.3s ease; color: #fff839;}
input:-moz-placeholder                 {opacity: 1; transition: opacity 0.3s ease; color: #fff839;}
input:-ms-input-placeholder            {opacity: 1; transition: opacity 0.3s ease; color: #fff839;}
input:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
input:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
input:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
input:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}

textarea::-webkit-input-placeholder       {opacity: 1; transition: opacity 0.3s ease; color: #fff839;}
textarea::-moz-placeholder                {opacity: 1; transition: opacity 0.3s ease; color: #fff839;}
textarea:-moz-placeholder                 {opacity: 1; transition: opacity 0.3s ease; color: #fff839;}
textarea:-ms-input-placeholder            {opacity: 1; transition: opacity 0.3s ease; color: #fff839;}
textarea:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
textarea:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
textarea:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
textarea:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}

.popup h3{
    font-size: 36px;
    color: #fff839;
    font-family: "PF_700";

}
.fancybox-close-small{
  background: url(../img/cross.svg) center center no-repeat;
  box-shadow: none;
  top: 15px;
  right: 15px;
  opacity: .5;
  transition: .3s;
}
.fancybox-close-small:hover{
  opacity: 1;
}
.fancybox-close-small svg{
  display: none;
}
.popup{
    background: #191919 url(../img/bg_cont.png) center center no-repeat;
    width: 400px;
    padding: 30px;
    max-width: 100%;
}
.popup h3 span{
    font-size: 24px;
    color: #fff;
    font-family: "PF_400";
    display: block;
}

@media(max-width: 991px){
    .first{
        height: auto;
    }
    .first video{
        position: relative;
        width: 100%;
        height: auto;
        min-height: 0;
    }
    .what_we_can h2.h2_colors, .what_we_can h2.h2_colors span{
        padding-left: 0;
        color: #252525;
    }
    .what_we_can .container .grey.grey1,
    .what_we_can .container .black.black1,
    .what_we_can .container .black.black2{
        display: none;
    }
    .what_we_can .container .grey.grey2{
        position: relative;
        width: 100%;
        top: 0;
        left: 0;
        margin-top: 60px;
    }
    .what_we_can .grey.grey2 h2{

    }
    .auditoria .yellow,
    .portfolio .foi{
        right: -157px;
    }
    .auditoria h2.big{
        padding-left: 0;
        font-size: 158px;
    }
    .auditoria h3 span{
        color: #fff;
    }
    .portfolio .port_1 .img1_2{
        width: 310px;
    }
    .portfolio p{
        padding-left: 135px;
    }
    .portfolio{
        background: #8a58fd;
    }
    .portfolio img.img5_1{
        width: 243px;
        height: 243px;
    }
    .portfolio .port_7 p{
        padding-left: 250px;
    }
    .contacts a.tel{
        font-size: 45px;
    }
    .portfolio .header_h2{
        left: -154px;
    }
    .portfolio .port_1{
        margin-left: 120px;
    }
}

@media (max-width: 767px){
    .portfolio .port_1 p{
        padding-left: 0;
        padding-bottom: 20px;
    }
    .bx-wrapper .item{
        width: 60px !important;
    }

    .flex{
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
    }
    .auditoria .yellow, .portfolio .foi{
        right: -250px;
    }
    .portfolio .port_7 p,
    .portfolio .port_2 p{
        color: #fff;
    }
    .auditoria .text{
        margin-right: 0;
        flex: 0 0 100%;
    }
    .auditoria .yellow{
        display: none;
    }
    .auditoria .flex{
        justify-content: flex-start;
    }
    .auditoria .soc{
        margin-left: 0;
        margin-right: 100px;
    }
    .auditoria .soc.soc4{
        margin-right: 0;
    }
    .auditoria h2.big,
    .auditoria h2.big span{
        font-size: 108px;
        color: #fff839;
    }
    .auditoria .flex{
        margin-top: 35px;
    }
    .auditoria .col-md-12{
        padding-bottom: 80px;
    }
    .contacts p.p2{
        margin-top: 50px;
    }
    .contacts h3{
        margin-top: 55px;
    }
    .auditoria .soc.soc3 p, .auditoria .soc.soc4 p{
        color: #fff
    }
    .contacts h2{
        font-size: 108px;
    }
    .what_we_can h2.h2_colors, .what_we_can h2.h2_colors span{
        font-size: 100px;
    }
    .what_we_can .container{
        padding-bottom: 110px;
    }
}

@media (max-width: 525px){
    .what_we_can h2,
    .what_we_can p,
    .what_we_can h2.pl_45,
    .what_we_can p.pl_180{
        padding-left: 0;
    }
    .what_we_can .grey.grey2 p{
        padding-top: 20px;

    }
    .what_we_can .grey.grey2 p{
        font-size: 14px;
    }
    .auditoria h2{
        font-size: 80px;
    }
    .auditoria p{
        font-size: 30px;
    }
    .auditoria .soc p{
        padding-top: 1px;
    }
    .auditoria .soc{
        margin-top: 30px;
    }
    .auditoria .soc.soc2:after{
        display: none;
    }
    .auditoria h2.big, .auditoria h2.big span{
        font-size: 62px;
    }
    .portfolio h2{
        transform: rotate(0);
        font-size: 90px;
    }
    .portfolio .header_h2{
        left: 15px;
    }
    .portfolio .header_h2{
        top: -100px;
    }
    .portfolio{
        padding-top: 120px;
    }
    .portfolio .foi{
        display: none;
    }
    .portfolio .port_1,
    .portfolio .port_2{
        margin-left: 0;
    }
    .portfolio .port_4 .img4_1{
        margin-left: -14px;
        width: 162px;
    }
    .portfolio .port_7 .posa {
        position: absolute;
        top: 209px;
        left: -152px;
    }
    .portfolio .port_6 .posa{
        position: absolute;
        top: 102px;
        left: -58px;
    }
    input[type=text]{
        width: 100%;
        line-height: 64px;
    }

    .portfolio .port_4 .img4_2 {
        margin-left: 50px;
        margin-top: -10px;
    }
    .portfolio .port_4 .posa {
        position: absolute;
        top: 87px;
        left: 165px;
    }
    .portfolio img.img5_1{
        display: none;
    }
    .portfolio .port_6{
        margin-top: 40px;
    }
    .portfolio .port_7 .img7_1{
        margin-left: 0;
    }
    .portfolio .port_7 p{
        padding-left: 200px;
    }
    .portfolio .port_7 .img7_2{
        margin-left: 155px;
    }
    .contacts h2{
        font-size: 80px;
    }
    .portfolio h2{}
    .what_we_can .grey.grey2 .absolute_rotate{
        top: 147px;
        right: -197px;
    }
    .what_we_can .container .grey.grey2{
        height: 354px;
    }
    .what_we_can h2.h2_colors, .what_we_can h2.h2_colors span{
        white-space: pre-wrap;
        line-height: 1.05;
    }
    .contacts .line_yellow {
        height: 42px;
        width: 100%;
        background: #fff839;
        left: 19px;
        bottom: -60px;
        position: absolute;
    }
    .auditoria .soc3{
        position: relative;
        z-index: 2;
    }
    .auditoria .flex{
        position: relative;
    }
    .auditoria .image_block,
    .auditoria p{
        position: relative;
        z-index: 4;
    }
    .auditoria .soc3:before{
        width: 575vw;
        height: 108px;
        background: #fff839;
        position: absolute;
        content: '';
        left: -10px;
        top: -15px;
        z-index: -1;
    }
    .auditoria .soc.soc3 p,
    .auditoria .soc.soc4 p{
        color: #292929;
    }
    .portfolio .img1_3 {
        position: absolute;
        bottom: 5px;
        right: 9px;
        width: 170px;
    }
    .portfolio .port_3 .img3_2{
        margin-left: 125px;
    }
    .portfolio .port_4 .img4_2 {
        margin-left: 80px;
        margin-top: -9px;
        width: 330px;
    }
    .portfolio .port_4 .img4_3 {
        margin-top: -50px;
        margin-left: 10px;
        width: 130px;
    }
    .portfolio img.img5_1{
        width: 300px;
        
        display: block;
    }
    .portfolio img.img5_1 {
        height: 213px;
        width: 213px;
        margin-left: 90px;
    }
    .portfolio .port_5 .posa {
        margin-left: 30px;
        /*position: absolute;*/
        margin-top: -60px;
        margin-left: 0px;
    }
    .contacts{
        padding-top: 30px;
    }
    .auditoria .soc{
        width: 70px;
        margin-right: 80px
    }
    .auditoria .soc.soc3:after{
        /*right: -49px;*/
    }
    .portfolio .port_3 .posa {
        position: absolute;
        top: 88px;
        left: 212px;
    }
    .portfolio .port_1 .img1_1{
        margin-top: 30px;
    }
    input[type=text]{
        padding-top: 5px;
    }
}

@media (max-width: 360px){
    .what_we_can .grey.grey2 p{
        font-size: 13px;
        padding-left: 15px;
    }
    .what_we_can p i.line-r span{
        margin-bottom: 5px;
    }
}