body{
    font-family: 'Montserrat', sans-serif;
    background-color: #c4c4c4;
    padding: 40px;
}
/* Убирание лишней нижней картинки на хостинге 000webhost.com */
img[src="https://cdn.000webhost.com/000webhost/logo/footer-powered-by-000webhost-white2.png"] {
display: none;
}

h1{
    font-style: normal;
    font-weight: 700;
    font-size: 45px;
    line-height: 55px;
    color: #000000;
    margin: 50px 0 28px 0;
}

h2{
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 17px;
    color: #000000;
    margin: 0 0 18px 0;
}

h3{
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 27px;
    margin: 60px 0 10px 0;
}

h4{
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    margin: 8px 0 8px 0;
}

h5{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #595959;
    margin: 8px 0 8px 0;
    text-align: justify;
}

.wrapper{
    display: flex;
    flex-direction: row;
    background: #FFFFFF;
    width: 1200px;
    /* height: 1500px; */
    margin: 0 auto;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

/* Sidebar */
.sidebar{
    width: auto;
    background: #E0EBFE;
    color: #161D2A;
}

/* Lang-panel */
.lang-panel{
    margin: 16px 0 0 40px;
    color: #161D2A;
}

.lang-color{
    font-style: normal;
    font-weight: 400;
    text-decoration-line: underline;
    color: #2979FF;
}

.lang-link{
    text-decoration-line: none;
    color: #161D2A;
}

.lang-link:hover{
    text-decoration-line: underline;
    color: #2979FF;
}

.img{
    margin: 12px 0 0 0;
}

/* Contact & Tech & Soft*/
.contact,
.adress,
.tech,
.soft{
    margin: 40px 0 0 40px;
}
.contact>h3{
    margin: 0;
}

.type-c{
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    margin-right: 4px;
}

.item-c{
    margin: 0;
}

.tel{
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #161D2A;
    margin-left: 5px;
}

.email{
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    text-decoration-line: underline;
    color: #2979FF;
    margin-left: 42px;
}

.email-ru{
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    text-decoration-line: underline;
    color: #2979FF;
    margin-left: 30px;
}

.skills{
    margin: 0;
    padding: 0 0 0 12px;
    color: #6D9BF5;
}

.text-li{
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #161D2A;
}

/* Main content */
.main-content{
    padding: 68px 40px;
}

/* About me */
.my-text{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #595959;
    /* width: 510px; */
    text-align: justify;
    margin-bottom: 14px;
    text-indent: 45px;
}

/* Projects */
.num{
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    color: #000000;
    margin: 0 0 48px 0;
    padding: 0 0 0 16px;
    text-align: justify;
}

.link{
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    text-decoration-line: underline;
    color: #005FFF;
    padding: 0 0 0 12px;
}

.descr{
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #595959;
}

/* Work - Education */
.data-country{
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #858585;
    padding: 0 0 8px 0;
}

.text-color{
    color: #6D9BF5;
    font-weight: 700;
}

.text{
    /* width: 525px; */
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #595959;
    padding: 0 0 0 12px;
    text-align: justify;
}
    