
*{
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    /* background-color: rgb(234, 234, 234); */
}
.avatar__wrap__header{
    width: 60px;
    height: 60px;
    border: 2px solid white;
    background: url(images/scrubs.png) center;
    background-size: contain;
    border-radius: 50%;
}
.background__header{
    background-color: rgb(140, 195, 75);
    padding: 10px 0px;
    box-shadow: 1px 9px 20px 0px;
}
.left__header__block{
    display: flex;
    align-items: center;
}
.header__container{
    align-items: center;
    padding: 0px 30px;
}
.header__name{
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 550;
}
.header__mail{
    color: rgb(208, 230, 182);
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 3px;
}
.wrap__info{
    margin-left: 10px;
}
.git__header{
    width: 60px;
    height: 60px;
    background: url(images/git.png) center no-repeat;
    cursor: pointer;
}
.sk__header{
    width: 60px;
    height: 60px;
    background: url(images/sk.png) center no-repeat;
    cursor: pointer;
}
.vk__header{
    width: 60px;
    height: 60px;
    background: url(images/vk.png) center no-repeat;
    cursor: pointer;
}
.right__header__block{
    display: flex;
}
.header__container{
    display: flex;
    justify-content: space-between;
}
.footer__background{
    background-color: rgb(33, 33, 33);
    align-items: center;
}
.footer__txt{
    color: rgb(142, 142, 142);
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    width: 620px;
    margin: auto;
    align-items: center;
    padding: 18px 0px;
}

.future__pupil{
    background-color: #ffffff;
    margin-top: 80px;
    width: 940px;
    box-sizing: border-box;
    margin: auto;
    padding-bottom: 120px;
}

.future__pupil-title{
    font-size: 42px;
    color: #212121;
    text-align: center;
}

.future__pupil-subtitle{
    font-size: 21px;
    color: #727272;
    text-align: center;
    margin-bottom: 47px;
}

.future__pupil-list{
    list-style: none;
    display: flex;
    justify-content: space-between;
}

.future__pupil-list__item{
    width: 460px;
    display: flex;
}

.future__pupil-img{
    width: 140px;
    height: 140px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.first_img{
    background-image: url(images/hello.png);
}

.second_img{
    background-image: url(images/experience1.png);
}

.future__pupil-list__item-card{
    margin-left: 20px;
}

.future__pupil-list__item-title{
    font-size: 21px;
    color: #212121;
}

.future__pupil-list__item-text{
    font-size: 14px;
    color: #727272;
    width: 270px;
}
body{
    background-color: rgb(210, 210, 210);
}
.tech1{
    width: 940px;
    margin: auto;
    padding: 60px;
}
.technology-block {
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
}
.technology-title {
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    font-size: 30px;
}
.technology-text {
    text-align: center;
    color: gray;
    font-size: 20px;
}
.picha{
    width: 300px;
    height: 170px;
    background-repeat: no-repeat;
    background-position: center;
    object-fit: contain;
    margin-bottom: 20px;
}
.js{
    background-image: url(images/Layer\ 3.png);
}
.jQ{
    background-image: url(images/Layer\ 4.png);
}
.base{
    background-image: url(images/Layer\ 5.png);
}
.tech-list{
    list-style: none;
    margin: auto;
    width: 100%;
    display: flex;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    margin-bottom: 20px;
    margin-top: 20px;
}
.tech-item{
    width: 300px;
    min-height: 430px;
    background-color: white;
    margin-right: 20px;
    display: flex;
    flex-direction: column;
}
.tech-title{
    color: #8CC34B;
    font-size: 21px;
    margin-bottom: 15px;
    padding: 0 20px;
}
.tech-text{
    font-size: 14px;
    color: grey;
    line-height: 21px;
    padding: 0 20px;
}
.tech-long{
    color: rgb(176, 176, 176);
    padding: 0 20px;
    margin-top: auto;
    font-size: 14px;
}
.tech-button{
    height: 60px;
    background-color: #F6F7F2;
    display: flex;
    align-items: center;
    font-size: 18px;
    color: grey;
    margin-top: 15px;
    cursor: pointer;
}
.button{
    width: 20px;
    height: 20px;
    border-radius: 2px;
    margin-right: 20px;
    margin-left: 20px;
    cursor: pointer;
}


.tech2{
    width: 940px;
    display: flex;
    justify-content: space-between;
    margin: auto;
    margin-bottom: 60px;
}

.image{
    width: 300px;
    height: 170px;
}

.four{
    background-image: url(images/sait.png);
}
.five{
    background-image: url(images/button\ generator.png);
}
.six{
    background-image: url(images/css\ galery.png);
}

.block{
    width: 300px;
}

.block_text{
    padding: 14px;
    background-color: #ffffff;
}

.block_title{
    font-weight: 500;
    font-size: 22px;
    color: black;
    margin-bottom: 15px;
    background-color: #ffffff;
}

.block_main_text{
    font-size: 14px;
    color: rgb(139, 139, 139);
    line-height: 1.5;
    margin-bottom: 12px;
    background-color: #ffffff;
}

.block_small_text{
    font-size: 14px;
    color: rgb(165, 165, 165);
    line-height: 1.5;
    margin-bottom: 12px;
    background-color: #ffffff;
    display: flex;
}
.small{
    font-size: 14px;
    color: rgb(165, 165, 165);
    line-height: 1.5;
    margin-bottom: 12px;
    background-color: #ffffff;
    margin-left: 5px;
}

.clock{
    background-image: url(images/clock.png);
    background-color: #ffffff;
    width: 13px;
    height: 13px;
    margin-top: 4px;
}

.flag{
    height: 60px;
    background-color: #F6F7F2;
}

.label1{
    background-color: #F6F7F2;
    display: flex;
    align-items: center;
    padding: 20px;
    margin-left: 10px;
    cursor: pointer;
}

.label1_text{
    background-color: #F6F7F2;
    font-size: 17.5px;
    margin-left: 10px;
}
.cont__fut__pup{
    background-color: #ffffff;
}