body {
    font-family: 'Montserrat', sans-serif;
    background-color: #E1E1E1;
    height: auto;
}


/* left-Kontakt-Panel */
.sidebar {
    position: absolute;
    width: 355px;
    height: 3900px;
    left: 0px;
    top: 0px;
    background: #333232;
}

.my-photo {
    width: 280px;
    margin-left: 35px;
    margin-top: 40px;
    z-index: 1000;
    position: relative;
    

}

.title-kontact-big {
    font-family: 'Lalezar';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 30px;
    letter-spacing: 0.06em;
    color: #E1E1E1;
    margin-top: 50px;
    margin-left: 35px;
    margin-bottom: 20px;

}

.title-kontact {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.06em;
    color: #F4F087;
    margin-left: 35px;
    margin-bottom: 10px;
    margin-top: 40px;
}


.info-kontact {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.055em;
    color: #FFFFFF;
    margin-bottom: 30px;
    margin-left: 35px;

}


.tech-skills-list {
    font-family: 'Heebo';
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 37px;
    letter-spacing: 0.045em;
    color: #FFFFFF; 
    margin-left: 58px; 
    list-style-type: disc; 
}


.barcode {
    width: 275px;
    margin-top: 100px;
    margin-left: 40px;
    margin-bottom: 100px;
}


/* main styles */
.main {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    width: auto;
}

.main-Block {
    height: auto;
    width: 1280px;
    background: #E1E1E1;
    margin-left: 355px;
    
}

.logo {
    width: 530px;
    margin-top: -25px;
    margin-left: 100px;
    margin-right: 20px;
}

.lang {
    color: red;
    border-radius: 7px;
    border: 1px solid;
    border-color: #9c9c9c;
    background-color: FFFFFF;
    margin: 45px 0 0 680px;
    padding: 2 4;
    font-size: 13.5px;
    letter-spacing: 0.03em;
}

button:hover {
	background: red;
	color: #ffffff;
    border-color: #ffffff;
}

.button:hover::after { 
    content: attr(data-title); 
    padding-left: 5px;
    padding-right: 5px;
    font-size: 15px;
    background: rgba(255,255,230,0.9);
    border: 1px solid;
    border-color: #9c9c9c;
    border-radius: 7px;

   }

/* red-stripe */
.red-stripe {
    position: absolute;
    width: 100%;
    height: 120px;
    left: 0px;
    top: 105px;
    background: #D80202;
    
}


.my-name {
    font-family: 'Lalezar';
    font-style: normal;
    font-weight: 400;
    font-size: 80px;
    line-height: 64.91%;
    letter-spacing: 0.03em;
    color: #FFFFFF;
    position: absolute;
    z-index: 1000;
    margin-top: 58px;
    padding-left: 100px;
}

.work-experience {
    margin-top: 190px;
    padding-left: 40px;
    max-width: 680px;
}
 
.education {
    margin-top: 50px;
}


.title-big-red {
    /* font-family: 'Oxanium'; */
    font-family: 'Lalezar';
    font-style: normal;
    font-weight: 400;
    font-size: 45px;
    color: #D80202;
    margin-bottom: 10px;
    margin-left: 60px;
    text-transform: uppercase;
}

.speciality {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: -0.01em;
    line-height: 25px;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 10px;
    margin-top: 20px;
}

.company {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    color: #EE0202;
    margin-bottom: 10px;

}

.pipe {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    color: #000000;
    margin-bottom: 10px;
}

.datum {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    color: #EE0202;
    margin-bottom: 10px;

}

.work-list {
font-family: 'Montserrat';
font-style: normal;
font-weight: 600;
font-size: 18px;
line-height: 25px;
color: #000000;
list-style-type: disc; 
padding-left: 20px;
padding-top: 10px;
margin-bottom: 30px;

}

.title-skills {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.06em;
    color: #830202;
    margin-left: 20px;
    margin-top: 20px;
}

.info-skills {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.055em;
    color: #050505;    
    margin-bottom: 10px;
    margin-left: 20px;
}

.sign {
    width: 225px;
    margin: 90px 0 100px 400px;
}


