
body {
    font-family: 'Roboto-Light';
    margin: 0;
    padding: 0;
    position: relative;
    color: #1A1A1A;
}

a {
    color: #1A1A1A;
}

.container {
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
}

p {
    color: #1A1A1A;
    font-size: 14px;
    line-height: 14px;
}


/*      ---секция MENU---        */
.menu_fixed {
    position: fixed;
    z-index: 10;
    width: 100%;
}

.menu_box {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    background: #fff;
    width: 100%;
    height: 90px;
    box-sizing: border-box;
    padding: 35px 40px;
    border-bottom: 1px solid silver;
}

.menu_header {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
}

.menu_header a {
    position: relative;
    text-decoration: none;
    margin: 0 10px;
    letter-spacing: 1px;
    color: #1A1A1A;
    font-size: 14px;
}

#portfolio-link {
    padding: 0 0 3px 0;
    font-family: "Roboto-Light";
    font-style: normal;
    font-weight: 400;
    letter-spacing: 1px;
    color: #1A1A1A;
    font-size: 14px;

}

#portfolio-link:after {
    padding-bottom: 4px;
    border-bottom: 1px solid #1A1A1A;
    display: block;
    content: "";
    width: 0;
    left: 50%;
    position: absolute;
    -webkit-transition: width .2s ease-in-out;
    -moz--transition: width .2s ease-in-out;
    transition: width .2s ease-in-out;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}

#portfolio-link:hover:after,
#portfolio-link:focus:after {
    width: 100%;
}

#portfolio-link:active {
    color: rgba(103, 103, 101, 0.47);
}

#portfolio-link:active:after {
    padding-bottom: 4px;
    color: rgba(103, 103, 101, 0.47);
    border-bottom: 1px solid rgba(103, 103, 101, 0.47);
}

#about-link {
    padding: 0 0 3px 0;
    font-family: "Roboto-Light";
    font-style: normal;
    font-weight: 400;
    letter-spacing: 1px;
    color: #1A1A1A;
    font-size: 14px;
    border-bottom: 1px solid #1A1A1A;
}

#about-link:hover {
    cursor: default;
}

.social_link_menu {
    display: inline-block;
    display: -webkit-inline-box;
    position: absolute;
    right: 50px;
    font-size: 30px;
    color: #1A1A1A;
}

.social_link_menu div {
    width: 28px;
    height: 28px;
    margin-left: 10px;
    overflow: hidden;
    border-radius: 100%;
}

.social_link_menu div i {
    position: relative;
    top: -2px;
}

.social_link_menu div:nth-child(1) i {
    position: relative;
    top: -3px;
    left: -2px;
    font-size: 33px;
}

.social_link_menu div:nth-child(2) i {
    position: relative;
    left: -1px;
    font-size: 31px;
}

.social_link_menu div:nth-child(3) i {
    position: relative;
    left: 0;
    font-size: 33px;
}

.social_link_menu div:nth-child(4) i {
    position: relative;
    left: 0;
}

.social_link_menu div:nth-child(1):hover {
    transition: .3s;
    box-shadow: 0 0 8px 0 #2DA1D4;
}

.social_link_menu div:nth-child(2):hover {
    transition: .3s;
    box-shadow: 0 0 8px 0 #344d8b;
}

.social_link_menu div:nth-child(3):hover {
    transition: .3s;
    box-shadow: 0 0 8px 0 #1C9DEB;
}

.social_link_menu div:nth-child(4):hover {
    transition: .3s;
    box-shadow: 0 0 8px 0 rgba(36, 41, 46, 0.49);
}

.social_link a {
    color: #1A1A1A;
}

.fa-telegram:hover {
    color: #2DA1D4;
    transition: .3s;
}

.fa-facebook:hover {
    color: #344d8b;
    transition: .3s;
}

.fa-twitter-square:hover {
    color: #1C9DEB;
    transition: .3s;
}

.fa-github:hover {
    color: rgba(36, 41, 46, 0.49);
    transition: .3s;
}

/*      ---секция MENU---        */

/* ---ОФОРМЛЕНИЯ БЛОКА ОБО МНЕ---НАЧАЛО--- */
.sec_1 {
    position: relative;
    top: 0;
    background: #fff;
    z-index: 5;
}

.field {
    padding: 60px 0 50px 15px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
    font-family: "Roboto-Light";
    font-style: normal;
    letter-spacing: 0.5px;
    color: #1A1A1A;
    font-size: 14px;
    border-bottom: 1px solid silver;
}

.about-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    text-align: left;
    left: 35px;
    margin: 0 0 50px 0;
}

.block-text {
    /*            position: relative;
                left: -238px;*/
    line-height: 1.4;
    padding-top: 100px;
}

.block-text-title {
    color: #1A1A1A;
    font-size: 20px;
    font-family: 'Roboto-Regular';
}

.block_skill {
    background: white;
    position: fixed;
    right: 319px;
    top: 80px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 50px 80px 0 0;
    line-height: 1.4;
}

.progress_text {
    margin-bottom: 5px;
    margin-top: 20px;
}

.progress_skill {
    position: relative;
    left: 72px;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    height: 5px;
    background: #ccc;
    overflow: hidden;
}

.skill_css {
    background: #1A1A1A;
    height: 5px;
    width: 80%;
    transform: skew(-45deg) translateX(-10px);
}
 .skill_css:hover {
     background: #E56831;
     height: 5px;
     width: 80%;
     transform: skew(-45deg) translateX(-10px);
 }

.skill_js {
     background: #1A1A1A;
     height: 5px;
     width: 65%;
     transform: skew(-45deg) translateX(-10px);
 }
.skill_js:hover {
    background: #F6C03C;
    height: 5px;
    width: 65%;
    transform: skew(-45deg) translateX(-10px);
}

.skill_jq {
    background: #1A1A1A;
    height: 5px;
    width: 50%;
    transform: skew(-45deg) translateX(-10px);
}

.skill_jq:hover {
    background: #1A66A4;
    height: 5px;
    width: 50%;
    transform: skew(-45deg) translateX(-10px);
}

.skill_rc {
    background: #1A1A1A;
    height: 5px;
    width: 60%;
    transform: skew(-45deg) translateX(-10px);
}

.skill_rc:hover {
    background: #30D8F9;
    height: 5px;
    width: 60%;
    transform: skew(-45deg) translateX(-10px);
}

.link-about {
    padding: 0 0 -1px 0;
    color: #1A1A1A;
    font-family: 'Roboto-Regular';
    font-weight: 700;
    text-decoration: none;

}

.link-about:hover {
    padding: 0 0 -1px 0;
    color: #1A1A1A;
    border-bottom: 1px solid #1A1A1A;
}

.link-about:active {
    padding: 0 0 -1px 0;
    color: rgba(103, 103, 101, 0.47);
    border-bottom: 1px solid rgba(103, 103, 101, 0.47);
}


/*  ---ОФОРМЛЕНИЯ БЛОКА ИКОНОК---НАЧАЛО--- */
.ico-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.ico-experience {
    min-width: 650px;
    max-width: 650px;
    margin: 10px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;

}

.ico-experience div {
    margin: 30px;
    filter: grayscale(1);
}

.ico-experience div:hover {
    filter: grayscale(0.1);
}

.ico-github {
    width: 70px;
    height: 70px;
    background: url("../img/ico-exp/github.png");
    background-position: center;
    background-size: cover
}


.ico-bootstrap {
    margin: 5px;
    width: 70px;
    height: 70px;
    background: url("../img/ico-exp/bootstrap.png");
    background-position: center;
    background-size: cover
}

.ico-css3 {
    width: 75px;
    height: 75px;
    background: url("../img/ico-exp/css3.png");
    background-position: center;
    background-size: cover
}

.ico-html5 {
    width: 75px;
    height: 75px;
    background: url("../img/ico-exp/html5.png");
    background-position: center;
    background-size: cover
}

.ico-js {
    width: 75px;
    height: 75px;
    background: url("../img/ico-exp/js.png");
    background-position: center;
    background-size: cover
}

.ico-react {
    width: 75px;
    height: 75px;
    background: url("../img/ico-exp/react.png");
    background-position: center;
    background-size: cover
}

.ico-sass {
    width: 75px;
    height: 75px;
    background: url("../img/ico-exp/sass.png");
    background-position: center;
    background-size: cover
}

.ico-vuejs {
    width: 75px;
    height: 75px;
    background: url("../img/ico-exp/vuejs.png");
    background-position: center;
    background-size: cover
}

.ico-jquery {
    width: 75px;
    height: 75px;
    background: url("../img/ico-exp/jquery.png");
    background-position: center;
    background-size: cover
}

.ico-JSON {
    width: 75px;
    height: 75px;
    background: url("../img/ico-exp/json.png");
    background-position: center;
    background-size: cover
}

/*  ---ОФОРМЛЕНИЯ БЛОКА ИКОНОК---КОНЕЦ--- */


/*  ---ОФОРМЛЕНИЕ ПОДВАЛА---НАЧАЛО---   */
footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    height: 140px;
    position: relative;
    bottom: 0;
    z-index: 1;
}

.contact {
    display: flex;
    justify-content: center;
}

.footer-block {
    padding: 30px 0 60px 0;
    position: fixed;
    bottom: 0;
    display: flex;
    justify-content: center;
}

.footer-block a {
    font-family: "Roboto-Light";
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 14px;
    text-decoration: none;
}

.footer-block div {
    margin-right: 10px;
}

.footer-block div:before {
    opacity: 0.8;
}

.footer-block i {
    font-size: 20px;
}

.point {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.point a {
    cursor: default;
}

.tm {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.tm i {
    font-size: 25px;
}

.tm a:hover {
    color: rgba(103, 103, 101, 0.47);
}

.phone {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.phone a:hover {
    color: rgba(103, 103, 101, 0.47);
}

.email {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.email a:hover {
    color: rgba(103, 103, 101, 0.47);
}

.sub {
    padding: 10px;
    position: fixed;
    bottom: 0;
    font-family: 'Roboto-Medium';
    text-decoration: none;
    text-transform: uppercase;
    font-style: normal;
    letter-spacing: 1px;
    font-size: 10px;
}

/*  ---ОФОРМЛЕНИЕ ПОДВАЛА---КОНЕЦ---    */

/* Large desktops and laptops */
@media (min-width: 1200px) and (max-width: 1366px) {

    .block_skill {
        background: white;
        position: fixed;
        right: 42px;
    }

}

/* Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {

}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {

}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {

}

/* Landscape phones and smaller */
@media (max-width: 480px) {

}

