.parallelogram-block::before {
  content: '';
  position: absolute;
  border: 15px solid transparent;
  border-top: 15px solid #3583E6;
  top: inherit;
  left: calc(50% - 10px);
  bottom: -27px;
  z-index: 10;
}


#main{
border: 0px solid red;
position: relative;
top: 100px;
padding-bottom: 120px;
}


.services .icon-box {
    height:340px;
}

.line_main{
    
height: 10px;
background: #2B487A;
-webkit-transform: skew(-10deg);
-moz-transform: skew(-10deg);
-o-transform: skew(-10deg);
text-align: center;

margin: 30px auto 30px;
border-right: 10px solid #83B0DE;
position: relative;    
}


.line_main::before {
content: '';
position: absolute;
border: 20px solid transparent;
border-bottom: 20px solid #2B487A;
top: -43px;
left: calc(50% - 20px);
    
-webkit-transform: skew(10deg);
-moz-transform: skew(10deg);
-o-transform: skew(10deg);        
}

.line_main::after {
content: '';
position: absolute;
border: 20px solid transparent;
border-top: 20px solid #2B487A;
bottom: -43px;
left: calc(50% - 10px);
    
-webkit-transform: skew(10deg);
-moz-transform: skew(10deg);
-o-transform: skew(10deg);
}


.name_site {
font-size: 1.9rem;
font-weight: 700;
color: #000;
margin: 10px 0 -10px;
display: block;
}


.img_main_roll {
    position: relative;
    right: 0px;
}

.section-title {
    margin: 20px 0;
    padding-top: 0px;
}

.search{
    position: absolute;
    right: 30px;
    font-size: 1.7rem;
}

.language-bar{
margin-left: 20px;
right: 0px;
}


.language-bar a{
padding: 0;
color: white;
}

.bar-mobil{
border-bottom: 1px solid white;
border-radius: 0;
display: inline;
padding: 5px 0;
position: relative;
color: white;
  
}
.bar-comp{
    display: none;
}

.align-items-center{

margin-bottom: 5px;
margin-top: 5px;
    
}

.main_block::before {

    left: 5px;

}

.main_block .div_wrapper {
    border-left: 1px solid #2B487A;
    margin-left: 0px;
    padding: 15px 10px 10px 10px;
}

