/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.26, autoprefixer: v9.7.3) */

/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.26, autoprefixer: v9.7.3) */


html body{
    box-sizing: border-box;
}
body {
    background-color: rgb(26, 26, 26);
    margin-top: 0;
    margin-bottom: 0;
    line-height: 2,5;
}

.container {
    width: 100%;
    color: #fff;
}

.skills {
    margin: 0;
    padding: 0;
    margin-bottom: 30px;
}

p{
    text-align: justify;
}

ul,
li {
    margin: 0;
    padding: 0;
}

.header {
    margin: 100px 0 50px;
    margin: 0;
}

img {
    width: 200px;
}

a {

    color: #fff;
}

a:hover {
    color: gray;
    font-size: 16px;
    text-decoration: none;
    overflow: hidden;
}

h4 {
    color: white;
    text-transform: uppercase;
    font-weight: bold;
}

span {

    font-style: italic;
    color: darkgray;
    font-weight: bold;
}

.marker__none {
    list-style: none;
}

#hired {
    font-size: 30px;
    position: fixed;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(26, 26, 26);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-transition: 500ms opacity linear;
    transition: 500ms opacity linear;
    z-index: 100;
}

#hired button {
    background: darkgray;
    color: #fff;
    text-decoration: none;
    width: 70px;
    height: 50px;
    border-radius: 50%;
    font-size: 20px;
    font-weight: 400;
    box-shadow: none;
    border: none;
}

#hired button:hover {
    background: darkgray;
    color: #fff;
    text-decoration: none;

}

#hired h1 {
    color: #fff;
    position: relative;
    top: 0;
    font-size: 50px;
    font-weight: bold;
}

.interests {
    padding-bottom: 100px;
}

.linkedin::before {
    content: url(../img/icons8-линкедин-16.png);
    margin-right: 10px;
}

.mail::before {
    content: url(../img/icons8-gmail-16.png);
    margin-right: 10px;
}

.phone::before {
    content: url(../img/icons8-звонящий-телефон-16.png);
    margin-right: 10px
}
.github::before {
    content: url(../img/icons8-github-16.png);
    margin-right: 10px;
}
.linkpdf::before{
    content:url(../img/icons8-pdf-16.png);
    margin-right: 10px
}
.linkpdf a{
    position: relative;
    top: 0;
    color: #fff;
}
.header__items{
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    margin-bottom: 30px;
}
.header__items p{
    text-align: center;
}
.header__items a{
    margin-bottom: 5px;
}

.work-experience {
    position: relative;
}

.vertical-line::before {
    content: '';
    position: absolute;
    top: 68px;
    left: 50%;
    width: 4px;
    height: 84%;
    background: darkgray;
    z-index: -1;
}

.vertical-line {
    margin-bottom: 30px;
    margin-top: 30px;
}

.we__img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    left: 50%;
    margin-left: -23px;
    z-index: 1;
}

.we__img h4 {
    color: black;
    position: absolute;
    left: 20px;
    top: 10px;
}

.edu__img h4 {
    color: black;
    position: absolute;
    left: 20px;
    top: 10px;
}


.edu__img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: white;
    position: absolute;
    left: 50%;
    margin-left: -23px;
    z-index: 1;
}
.horiz__line__left, .horiz__line__right{
    border:4px solid darkgray;
    padding: 15px;
    text-align: justify;
}

.horiz__line__left::after {
    content: '';
    position: absolute;
    left: 100%;
    margin-left:-4px;
    top: 23px;
    width: 145px;
    height: 4px;
    background: darkgray;
}

.horiz__line__right::after {
    content: '';
    position: absolute;
    right: 100%;
    margin-right: -4px;
    top: 23px;
    width: 143px;
    height: 4px;
    background: darkgray;
}

.edu__img::after {

    position: absolute;
    left: 50%;
    margin-left: -16px;
    top: 10px;
}

.title {
    overflow: hidden;
}

.title h4 {
    display: inline-block;
    vertical-align: middle;
}

.title::before,
.title::after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 4px;
    background-color: darkgray;
    position: relative;
}

.title::before {
    margin-left: -100%;
    left: -14px;
}

.title::after {
    margin-right: -100%;
    right: -14px;
}

.card__item{
    padding-left: 0;
    padding-right: 0;
}

.create{
    color: gray;
    margin-bottom: 35px;
}



/* ANIMATION */


.lana, .adress__name{
    -webkit-animation-duration: .6s;
  animation-duration: 1.6s;
  
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
@media screen and (max-width:992px){

.horiz__line__right::after{
    content:'';
    display: none;
}
.horiz__line__left::after{
    content:'';
    display: none;
}
.vertical-line::before {
    display:none;
}

.we__img {
    display: none;
}

.edu__img {
    display: none;
}
}
@media screen and (max-width:768px) {
    .horiz__line__left::after {
        content: '';
       display: none;
    }
    .horiz__line__right::after {
        content: '';
        display: none;
    }

    .adress__name h1{
        font-size: 2rem;
    }
    

    .card__item{
        width: 100%;
        padding-right: 0;
        margin-left: auto;
    }
    .vertical-line::before {
        display:none;
    }

    .we__img {
        display: none;
    }

    .edu__img {
        display: none;
    }
}
@media screen and (max-width:600px) {
    .header__items {
        display: block;
        text-align: center;
    }

    .adress__name p{
        text-align: center;
    }

    .adress__name{
        margin: 0 auto;
    }
}

@media screen and (max-width:480px) {
  html{
      overflow-x: hidden;
      width: 100%;
      margin: 0;
  }
    .header__items {
        display: block;
    }

    .adress__name {
    margin: 0 auto;
    }
    
    .card__item{
        width: 100%;
        padding: 0;
        margin: 0!important;
    }
    .horiz__line__left, .horiz__line__right{
        border:none;
    }

    .vertical-line::before {
        display: none;
    }

    .we__img, .edu__img {
        left: 50%;
        margin-top: -60px;
    }
    .line{
        width: 100%;
        height: 4px;
        background: darkgray;
    }

    .title{
        margin-bottom: 50px;
    }

    .header__img{
        margin-bottom: 30px;

    }

    .card__item{
        position: relative;
        z-index: 200;
    }
}
@media screen and (max-width:320px) {
    html{
        overflow-x: hidden;
        width: 100%;
        margin: 0;
    }
}