html {
    scroll-behavior: smooth;
}
body {
    margin: 0;
    padding: 0;

    /*width: auto;*/
    /*height: auto;*/
    /*background-size: cover;*/
    /*background: url("img/ps_2.png");*/
    font-family: "Lato", sans-serif;
    text-rendering: optimizeLegibility;
}
/*.main {*/
    /*display: block;*/
    /*width: 100%;*/
/*}*/
/*MAIN CONTENT*/
/*Menu*/
.menu {
    display: flex;
    justify-content: center;
    margin-top: 7.5%;
}

.menu__list {

    list-style: none;
    font-size: 75px;
    min-width: 415px;
    margin-left: 5%;
}

.menu__list_link {
    padding: 0;
    text-transform: uppercase;
    text-decoration: none;
    opacity: 0.6;
    color: transparent;
    letter-spacing: 1px;
    text-shadow: 0 0 4px #fff;
    -webkit-transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
     transition: all 0.17s ease-in-out;
}

.menu__list_link:hover {
    color: white;
    text-shadow: 0 0 6px #fff;
    padding-left: 15px;
    opacity: 1;
}

.author {

    text-align: center;
    color: white;
    display: inline-block;
    position: relative;
    margin-left: 86%;
    top: 155px;
}

.author__autograph {
    display: inline-block;
    text-decoration: none;
    color: white;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    font-size: 22px;
    opacity: 0.4;
}

.author__autograph:hover {
    -webkit-transform: scale(1.06);
    -ms-transform: scale(1.06);
    -webkit-transition-duration: 760ms;
    transform: scale(1.06);
    text-shadow: 0 0 6px #fff;
    opacity: 1;
}



.pulse:hover {
    -webkit-transform: scale3d(1.05,1.05,1.05);
    transition-duration: 1s;
    transform: scale3d(1.05,1.05,1.05);
}
/*Video*/


#video-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -1;
    /*background: url(img/ps_2.png) #94a233;*/
    /*background-size: cover;*/
}

#video-bg > video {
    position: relative;
    width: auto;
    height: auto;

}

/*About me part*/
.about {

    font-family: Raleway,sans-serif;
    background-color: whitesmoke;
    /*height: 1206px;*/
    height: 100%;
    padding-bottom: 8%;
    width: 100%;
    margin-top: 200px;
    text-transform: uppercase;
}

.about__header{
    margin:  0;
    text-align: center;
    padding-top: 120px;
    padding-bottom: 15px;
    font-size: 30px;
    letter-spacing: 5px;
    color: #222222;
}


.about__line {
    width: 100px;
    text-align: center;
    margin-bottom: 30px;
}

.about__article {
    /*letter-spacing: 3px;*/
    /*line-height: 36px;*/
    /*text-align: center;*/
    width: 600px;
    margin: 0 auto;
    font-size: 20px;
    line-height: 34px;
    color: #222222;
    letter-spacing: 0;
    text-transform: none;
    text-align: center;
}


 .about__wrapper {
     margin-top: 100px;
     display: flex;
     justify-content: center;
}

.about__wrapper img {
    max-width: 20vw;
}

.about__image_1 {
    margin-right: 40px;
}

.about__image_1:hover {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -webkit-transition-duration: 1000ms;
    transform: scale(1.3);
}
.about__image_2 {
    margin-right: 40px;
}

.about__image_2:hover {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -webkit-transition-duration: 1000ms;
    transform: scale(1.3);
}

.about__image_3 {
    margin-right: 40px;
}

.about__image_3:hover {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -webkit-transition-duration: 1000ms;
    transform: scale(1.3);
}

.about__image_4:hover {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -webkit-transition-duration: 1000ms;
    transform: scale(1.3);
}

/*Projects*/
.works {
    margin-top: -21px;
    height: 100%;
    font-family: 'Raleway',sans-serif;
    background-color: white;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 36px;
    /*margin-bottom: -600px;*/

}


.works__header {
    /*text-align: center;*/
    display: block;
    width: 245px;
    font-size: 30px;
    margin: 0 auto;
    padding-top: 90px;
    margin-bottom: 20px;
}

.works__line {
    display: block;
    width: 100px;
    margin-top: 40px;
    margin-bottom: 30px;
    text-align: center;
}

.works__article {
    display: block;
    width: 600px;
    margin: 0 auto;
    font-size: 20px;
    line-height: 34px;
    color: #222222;
    letter-spacing: 0;
    text-transform: none;
    text-align: center;
}

.works__wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 70px;
    justify-content: center;
    /*justify-content: space-between;*/
    /*align-items: center;*/
    /*padding-top: 50px;*/
    /*padding-bottom: 50px;*/
}

.works__wrapper_2 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    /*margin: 70px;*/
    padding-bottom: 50px;
    justify-content: center;
}

.works__img_1 {
    margin-right: 50px;
    flex-basis: 200px;
}


.works__img_2 {
    margin-right: 50px;
    flex-basis: 200px;
}

.works__img_3 {
    flex-basis: 200px;
}

.works__img_4 {
    margin-left: 40px;
    margin-right: 50px;
    flex-basis: 200px;
}

.works__img_5 {
    margin-right: 50px;
    flex-basis: 200px;
}

.works__img_6 {
    margin-right: 50px;
    flex-basis: 200px;
}

.works__img_1:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transition-duration: 760ms;
    transform: scale(1.1);
}

.works__img_1_about {
    text-align: center;
    font-family: 'Raleway',sans-serif;
    letter-spacing: 2px;
    font-weight: bold;
    font-size: 19px

}


.works__img_2:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transition-duration: 760ms;
    transform: scale(1.1);
}

.works__img_2_about {
    text-align: center;
    font-family: 'Raleway',sans-serif;
    letter-spacing: 2px;
    font-weight: bold;
    font-size: 19px

}


.works__img_3:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transition-duration: 760ms;
    transform: scale(1.1);
}

.works__img_3_about {
    text-align: center;
    font-family: 'Raleway',sans-serif;
    letter-spacing: 2px;
    font-weight: bold;
    font-size: 19px

}


.works__img_4:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transition-duration: 760ms;
    transform: scale(1.1);
}

.works__img_4_about {
    text-align: center;
    font-family: 'Raleway',sans-serif;
    letter-spacing: 2px;
    font-weight: bold;
    font-size: 19px

}


.works__img_5:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transition-duration: 760ms;
    transform: scale(1.1);
}


.works__img_5_about {
    text-align: center;
    font-family: 'Raleway',sans-serif;
    letter-spacing: 2px;
    font-weight: bold;
    font-size: 19px

}


.works__img_6:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transition-duration: 760ms;
    transform: scale(1.1);
}

.works__img_6_about {
    text-align: center;
    font-family: 'Raleway',sans-serif;
    letter-spacing: 2px;
    font-weight: bold;
    font-size: 19px

}
/*_____________Circles*/
#counter {

    margin: 10px;
    margin-left: 50px;
    /*margin-top: 180px;*/
    /*margin-left: 140px;*/
    width: 140px;
    height: 140px;
    /*position: absolute;*/
    /*left: 180px;*/
    flex-basis: 100px;

    transform: translate(-50%,-50%);
}
#counter2 {
    margin: 10px;
    flex-basis: 100px;
    margin-left: 50px;

    /*margin-top: 180px;*/
    /*margin-left: 150px;*/
    width: 140px;
    height: 140px;
    /*position: absolute;*/
    /*left: 675px;*/
    transform: translate(-50%,-50%);
}

#counter3 {
    /*margin-top: 180px;*/
    margin: 10px;
    flex-basis: 100px;
    margin-left: 50px;

    /*margin-left: 150px;*/
    width: 140px;
    height: 140px;
    /*position: absolute;*/
    /*left: 1175px;*/
    transform: translate(-50%,-50%);
}

#counter4 {
    /*margin-top: 180px;*/
    /*margin-right: -40px;*/
    margin: 10px;
    flex-basis: 100px;
    margin-left: 50px;

    width: 140px;
    height: 140px;
    /*position: absolute;*/
    /*left: 1475px;*/
    transform: translate(-50%,-50%);
}

/*Skills*/
.skills {
     /*height: 733px;*/
     padding: 1px;
     font-family: Raleway,sans-serif;
     background-color: #f5f5f5;
     text-transform: uppercase;
     letter-spacing: 3px;
     line-height: 36px;
 }


.skills__circles {
    /*margin-left: 50px;*/
    /*width:800px;*/
    /*margin-left: 30px;*/
    margin-top: 120px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 80px;

}


/*Skills Description*/




.skills__wrapper_forlis_prog {
    /*flex-basis: 200px;*/
    display: block;
    font-weight: bold;
    margin-left: -20px;
    letter-spacing: 1px;
    margin-bottom: 70px;
    margin-top: -100px;
}

.skills__wrapper_forlis_des {
    /*flex-basis: 200px;*/
    margin-left: 20px;

    display: block;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 70px;
    margin-top: -100px;
}


.skills__wrapper_forlis_mark {
    /*flex-basis: 200px;*/
    display: block;
    font-weight: bold;
    /*margin-left: 20px;*/
    letter-spacing: 1px;
    margin-bottom: 70px;
    margin-top: -100px;
}

.skills__wrapper_forlis_ux {
    display: block;
    font-weight: bold;
    margin-left: 20px;
    letter-spacing: 1px;
    margin-bottom: 70px;
    margin-top: -100px;
}

.skills__list li {
     list-style-type: none;
 }

.skills__about {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    text-align: center;
    font-size: 20px;
    line-height: 44px;
    color: #222222;
    letter-spacing: 0;
    text-transform: none;
}

.skills__header {
    /*margin-left: 853px;*/
    /*display: inline-block;*/
    display: flex;
    justify-content: center;
    text-align: center;
    margin-top: 120px;
    color: black;
    font-size: 30px;
}
.skills__line {
    width: 100px;
}


/*HIRING BLOG*/
.hiring {
    font-family: Raleway,sans-serif;
    line-height: 24px;
    letter-spacing: 1px;
    color: white;
    display: inline-block;
    width: 100%;
    height: 262px;
    background: url(img/item-3.jpg);
}

.hiring__title {
    display: block;
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    margin: 50px auto;
    margin-bottom: 25px;

}

.hiring__description {
    text-align: center;
    font-size: 20px;
    line-height: 36px;
    letter-spacing: 0;

}

.hiring__button {
    text-align: center;
    vertical-align: center;
    display: block;
    margin: 0 auto;
    font-size: 13px;
    height: 37px;
    width: 110px;
    text-decoration: none;
    color: #111111;
    border-radius: 4px;
    background: #e9e7e3;
    text-transform: uppercase;
}

.hiring__button_styling {
    display: inline-block;
    margin-top: 7px;
}

/*Mentors*/
.mentors {
    display: block;
    margin-top: -26px;
    height: 720px;
    background-color: #f5f5f5;
}

.mentors__title {
    font-family: Raleway,sans-serif;
    letter-spacing: 3px;
    line-height: 8;
    text-transform: uppercase;
    font-size: 32px;
    text-align: center;
}

.mentors__line {
  margin-top: -110px;
  width: 100px;
}

.mentors__images {
    width: 600px;
    margin: 0 auto;
}
.mentors__leonid {
    width: 300px;
    margin-top: -459px;
    margin-left: 484px;
}

.mentors__leonid:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transition-duration: 760ms;
    transform: scale(1.1);
}

.mentors__vitalyi{
    width: 300px;
    margin-left: -180px;

}
.mentors__leonid_astound {
    margin-left:33%;
}

.mentors__vitalyi_rogmax {
 margin-left:35%;
}

.mentors__vitalyi:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transition-duration: 760ms;
    transform: scale(1.1);
}

.mentors__leonid_name {
    font-family: Raleway,sans-serif;
    letter-spacing: 2px;
    line-height: 36px;
    text-transform: uppercase;
    font-size: 20px;
    text-align: center;
}

.mentors__vitalyi_name {
    font-family: Raleway,sans-serif;
    letter-spacing: 2px;
    line-height: 36px;
    text-transform: uppercase;
    font-size: 20px;
    text-align: center;
}

/*COMMUNICATING*/
.communicating {
    display: block;
    margin-top: -27px;
    font-family: Raleway, sans-serif;
    line-height: 24px;
    letter-spacing: 1px;
    height: 780px;
    background-color: white;
}

.communicating__article {
    display: flex;
    justify-content: center;
    /*min-width: 800px;*/
    /*display:  block;*/
    /*margin: 0 auto;*/
    /*margin-left: 400px;*/
    padding-top: 130px;
    font-family: Raleway,sans-serif;
    letter-spacing: 3px;
    line-height: 36px;
    text-transform: uppercase;
    font-size: 32px;
    text-align: center;

}

.communicating__line {
    width: 100px;
}

.communicating__about {
    font-family: Raleway,sans-serif;
    letter-spacing: 0;
    line-height: 36px;
    text-transform: none;
    font-size: 20px;
    text-align: center;
    margin-bottom: 70px;
}

.communicating__sending {
    width: 560px;
    margin: 0 auto;
}

.communicating__sending_text_first {
    width: 560px;
    border: 1px solid #d8e1e4;
    border-radius: 3px;
    font-family: Raleway,sans-serif;
    font-size: 12px;
    height: 30px;
    margin-bottom: 15px;
}

.communicating__sending_text_second {
    border: 1px solid #d8e1e4;
    border-radius: 3px;
    font-family: Raleway,sans-serif;
    font-size: 12px;
    width: 560px;
    height: 30px;
    margin-bottom: 15px;
}

.communicating__sending_text_third {
    border: 1px solid #d8e1e4;
    border-radius: 3px;
    font-family: Raleway,sans-serif;
    font-size: 12px;
    width: 558px;
    height: 151px;
    margin-bottom: 15px;
}

.communicating__button {
    border: 1px solid #d8e1e4;
    border-radius: 3px;
    color: white;
    letter-spacing: 1px;
    text-transform: uppercase;
    background-color: #424242;
    font-family: Raleway,sans-serif;
    font-size: 13px;
    width: 565px;
    height: 38px;
    margin-bottom: 15px;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #a9a9a9;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #a9a9a9;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #a9a9a9;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #a9a9a9;
}
/*FOOTER*/
.main-footer {
    height: 100%;
    /*position: center;*/
    /*margin-top: 10px;*/
    color: white;
    font-family: Raleway,sans-serif;
    font-size: 14px;
    line-height: 25px;
    min-height: 205px;
    /*max-height: 505px;*/
    width: auto;
    background-color: #222222;
}

.main-footer__container {
    /*height: 150px;*/
    width: 270px;
    margin: 0 auto;
}

.main-footer li {
    display: inline;
    list-style-type: none;

}

.main-footer__links {
    display: inline-block;
    width:300px;
    margin-top: 40px;
}
.main-footer__links a {
    text-align: center;
    color: white;
    text-decoration: none;
}

.main-footer__about {
    text-align: center;
}

.main-footer__author {
    text-align: center;
}

.main-footer__links_twitter {

}

.main-footer__links_mail {
     margin-right: 16px;
 }

.main-footer__links_github {
    margin-left: 16px;
}

.main-footer__links_google {
    margin-right: 16px;
}

.main-footer__links_in {
    margin-left: -32px;
    margin-right: 16px;
}
/*Heart*/
#heart {
    display: inline-block;
    /*position: relative;*/
    width: 30px;
    height: 30px;
    animation: heartbeat 2s infinite;
    margin-bottom: -8px;
    margin-right: 5px ;
}
#heart:before,
#heart:after {
    position: absolute;
    content: "";
    left: 20px;
    top: 0;
    width: 20px;
    height: 33px;
    background:#ff5252;
    -moz-border-radius: 50px 50px 0 0;
    border-radius: 40px 40px 0 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    transform-origin: 0 100%;
}
#heart:after {
    left: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    transform-origin :100% 100%;
}



@keyframes heartbeat
{
    0%
    {
        transform: scale( .75 );
    }
    20%
    {
        transform: scale( 1 );
    }
    40%
    {
        transform: scale( .75 );
    }
    60%
    {
        transform: scale( 1 );
    }
    80%
    {
        transform: scale( .75 );
    }
    100%
    {
        transform: scale( .75 );
    }
}









/*!*Animation*!*/

/*@-webkit-keyframes fadeInUp {*/
    /*from {*/
        /*opacity: 0;*/
        /*-webkit-transform: translate3d(0, 100%, 0);*/
        /*transform: translate3d(0, 100%, 0);*/
    /*}*/

    /*to {*/
        /*opacity: 1;*/
        /*-webkit-transform: translate3d(0, 0, 0);*/
        /*transform: translate3d(0, 0, 0);*/
    /*}*/
/*}*/

/*@keyframes fadeInUp {*/
    /*from {*/
        /*opacity: 0;*/
        /*-webkit-transform: translate3d(0, 100%, 0);*/
        /*transform: translate3d(0, 100%, 0);*/
    /*}*/


    /*to {*/
        /*opacity: 1;*/
        /*-webkit-transform: translate3d(0, 0, 0);*/
        /*transform: translate3d(0, 0, 0);*/
    /*}*/
/*}*/

/*.fadeInUp {*/
    /*-webkit-animation-name: fadeInUp;*/
    /*animation-name: fadeInUp;*/
    /*animation-duration: 1.6s;*/
/*}*/






