@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.eot');
    src: local('Roboto'), local('Roboto-Regular'),
    url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Roboto-Regular.woff') format('woff'),
    url('../fonts/Roboto-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto bold';
    src: url('../fonts/Roboto-Bold.eot');
    src: local('Roboto Bold'), local('Roboto-Bold'),
    url('../fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Roboto-Bold.woff') format('woff'),
    url('../fonts/Roboto-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}



body
{
    padding: 0;
    margin: 0;
    font-family: "Roboto" ,Sans-Serif;
    font-size: 14px;
    color:#fff;
    #background-color: #3e438d;
    #background-image: linear-gradient(to right top, #284043, #244148, #22414d, #224152, #254157, #233d57, #243856, #263355, #212a4f, #1e2149, #1c1742, #1b0d3b);
    background-image: linear-gradient(to bottom, #031214, #0a1b20, #0e242d, #132d3b, #1c3549, #1c364a, #1c364c, #1c374d, #113141, #0a2a35, #07232a, #061c1f);
    min-width: 320px;
}

.wrapper{
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;

}

header{
    display: flex;
    justify-content: space-between;

}


h1{
    font-size: 60px;
    width: 100%;
    text-align: center;
    color: #6c73a8;
    font-family: 'Spectral', serif;
    margin-bottom: 0;
}



a{
    text-decoration: none;
}

li{
    list-style-type: none;

}



.header-logo, .header-menu{
    margin-top: 44px;
    display: flex;
    align-items: center;
}

.header-logo:hover rect{
    fill:#eebe48;
    transition: 0.2s;
}

.logo-text{
    margin-left: 10px;
    font-size: 18px;
    color: #fff;

}

.header-logo:hover .logo-text{
    color: #eebe48;
    transition: color 0.7s;
    text-shadow: 1px 1px 2px black, 0 0 1em #fff;
}

.header-menu{
    position: relative;
}

.menu{
    display: flex;
    justify-content: space-between;
    width: 250px;
}

.page-item{
    list-style-type: none;
}



.page-item a{
    color: #fff;
    font-size: 16px;
    font-family: "Roboto bold" ,Sans-Serif;
}

.page-item a:hover{

    color: #eebe48;
    transition: color 0.6s;
    text-shadow: 1px 1px 2px black, 0 0 1em #fff;
}

.page-item .current-item{
    color: #eebe48;
}


.mobile-menu{
    #display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    height: 26px;
    display: none;

}

.mobile-menu-item{
    height: 4px;
    width: 40px;
    background-color: #fff;
}

.mobile-sub-menu{
    position: absolute;
    left: 30px;
    top: 24px;
    display: flex;
    flex-direction: column;
    width: 100px;
    padding: 10px;
    justify-content: space-between;
    height: 70px;
    opacity: 0;
    margin-top: 0;
    margin-bottom: 0;
    background-color: rgba(72,101,136,.55);
    padding-left: 10px;
    border-radius: 10px;
    #border:1px solid #cccccc;
}


.mobile-menu:hover .mobile-sub-menu{
    opacity: 1;
    transition: opacity 0.5s;
}

.short-info{
    margin-top: 45px;
    display: flex;
    justify-content: center;
    margin-bottom: 100px;
}

.short-info__left-side{
    margin-right: 92px;
}

.short-info__right-side {
    overflow: hidden;
    border-radius: 50%;
}

.short-info__left-side_profession{
    font-size: 20px;
    color:#eebe48;
    margin-top: 20px;
}

.short-info__left-Name{
    font-size: 36px;
    font-weight: bold;
    margin-top: 5px;
}

.short-info__left-side_description{
    margin-top: 20px;
    width: 235px;
}



.advantages{
    margin-top: 10px;
}

.advantages-header{
    text-align: center;
    font-size: 26px;
    margin-bottom: 40px;
    color: #67b8ff;
    font-family: 'Spectral', serif;
}

.advantages-container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;

}

.advantages-item{
    margin-right: 40px;
    max-width: 210px;
    margin-bottom: 30px;
    flex-basis: 30%;
}

.advantages-item img{
    max-height: 30px;
}

.advantages-item__header, .advantages-item__text{
    margin-top: 10px;
}

.advantages-item__header{
    font-size: 16px;
    font-family: "Roboto bold" ,Sans-Serif;
    color:#eebe48;
}


.works-header{
    text-align: center;
    margin-top: 60px;
    margin-bottom: 50px;
    justify-content: center;
    font-size: 26px;
    font-family: 'Spectral', serif;
    color:#67b8ff;
}


.works-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.works__item  img{
    margin-right: 40px;
    transform: scale(0.9);
    transition: 0.6s;
    box-shadow: 0 0 20px rgba(255, 255, 255, 1);

}

.works__item img:hover{
    transform: scale(1);
    box-shadow: 0 0 27px #bdc650;
}

.works__item{
    display: flex;
}

.works__a{
    margin-right: 20px;
}

.owl-carousel .owl-nav button.owl-next span, .owl-carousel .owl-nav button.owl-prev span{
    font-size: 40px;
    line-height: 18px;
}

#vk_groups{
    margin: 40px auto!important;
    max-width:600px!important;
}

.link-with-me{
    margin-top: 150px;
    display: flex;
    justify-content: center;
}

.link-with-me__send-form{
    background-color: #e6e5ee;
    #width: 240px;
    width: 300px;
    #height: 347px;
    height: 500px;
    border-radius: 5px;
    padding: 20px;
    margin-right: 125px;
}

.send-form__header{
    color:#000;
    text-align: center;
    margin-bottom: 16px;
}

.link-with-me__label-input{
    color: #AD9B9B;
    font-size: 14px;
    margin-bottom: 2px;
}

input[type='text'],textarea{
    font-size: 16px;
    border: 1px solid #90B3D3;
    margin-bottom: 10px;
    padding: 5px;
}

.button-send{
    margin-top: 26px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    background-color: #eebe48;

    padding: 8px 32px;
    border-radius: 4px;
    border: none;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.button-send:hover{
    #box-shadow: none;
    #border:1px solid #ccc;
    transition: 0.4s;
    background-color:#ff8989;
    #color: #fff;
}

#messageShow{
    color:#f61e1e;
    text-align: center;
    font-weight: bold;
    margin-top: 20px;
}

.contact-info__header{
    font-size: 18px;
    font-family: "Roboto bold" ,Sans-Serif;
    margin-bottom: 35px;
}

.contact-info__item_header{
    font-size: 16px;
    font-family: "Roboto bold" ,Sans-Serif;
}

.contact-info__item_text{
    color: #eebe48;
}

.contact-info__messengers img{
    margin-right: 10px;
}

.contact-info__note{
    margin-bottom: 37px;
    font-size: 12px;
}

.to_up{
    #display: none;
    position: fixed;
    bottom: 50px;
    right: 5%;
    visibility: hidden;
    z-index: 9999;
    opacity: 0.8;
}

.to_up svg{
    width: 35px;
    height: 35px;

}


.to_up:hover path{
    transition: .2s;
    fill:#FD9A06;
}

footer{
    margin-top: 140px;
    height: 50px;
    width: 100%;
    background-color: rgba(33,36,60,.65);
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-rights{
    font-size: 12px;
    text-align: center;
}

.roboto_b_16{
    font-size: 16px;
    font-family: "Roboto bold" ,Sans-Serif;
}

.mb37{
    margin-bottom: 37px;
}

.banner-content{
    text-align: center;
    margin-top: 120px;
}

.item{
    #height: 200px;
}

.owl-carousel .owl-item img{
    width: auto;
}

.description{
    margin: 0 auto;
}

.description__header{
    text-align: center;
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: 100;
    color: #ff7f7f;
}

.selected{
    color: #00ff82;
}

.url-site{
    color: #818dff;
    transition: color .5s;
    text-decoration: underline;
}

.url-site:hover{
    color: #a1abff;
}

.techno-name{
    color: #ff64f9;
}

.block-name{
    color: #03a9f4;
}

.technology__header{
    margin-bottom: 0;
}

.description__list{
    margin-bottom: 0;
}

.item__text{
    margin-bottom: 5px;
}

.description__list li{
    margin-bottom: 5px;
}
@media screen and (max-width: 1100px){
    .header-menu{
        margin-right: 40px;
    }
}

@media screen and (max-width: 1000px){
    header, .short-info, .advantages, .works, .link-with-me{
        width: auto;
    }
}

@media screen and (max-width: 860px){

}

@media screen and (max-width: 860px){
    .advantages-item{
        margin-right: 10px;
    }
}

@media screen and (max-width: 768px){
    h1{
        font-size: 48px;
    }


    .link-with-me{
        flex-direction: column;
        align-items: center;
    }

    .link-with-me__send-form{
        margin-bottom: 100px;
        margin-right: 0;
    }

    .contact-info{
        padding: 20px;
        border-radius: 10px;
        border: 1px solid #ccc;
        box-shadow: 7px 17px 58px -10px rgba(116, 154, 133, 0.7);
    }

    footer {
        margin-top: 50px;
    }
}

@media screen and (max-width: 750px){
    .advantages-container{
        justify-content: space-around;
    }
}

@media screen and (max-width: 680px){
    header{
        justify-content: flex-start;
    }

    .header-menu{
        margin-left: 40px;
    }

    .menu{
        display: none;
    }

    .mobile-menu{
        display: flex;
    }

    .short-info__right-side img{
        width: 100%;
    }

    .short-info{
        flex-direction: column;
        align-items: center;
        margin-top: 80px;
    }

    .short-info__left-side{
        margin-bottom: 40px;
        margin-right: 0;
        text-align: center;
    }

    .short-info__right-side{
        margin-bottom: 0;
    }

    .advantages-header{
        text-align: center;
        margin-bottom: 50px;
    }

    .advantages-container{
        justify-content: space-around;
    }

    .advantages-item{
        margin-right: 0;
        text-align: center;
        margin-bottom: 80px;
        flex-basis: 50%;
    }

    .works__container{
        justify-content: space-around;
    }

    .works__container img{
        margin-right: 0;
        justify-content: space-between;
    }

    .works__item{
        display: block;
    }

    .owl-carousel .owl-item img{
        margin: auto;
    }


    .header-logo{
        margin-top: 10px;
    }
    .short-info{
        margin-top: 20px;
    }
    .short-info__left-Name{
        margin-top: 0;
    }

    .short-info__right-side{
        margin-bottom: 0;
    }

    h1{
        font-size: 38px;
        margin-bottom: 0;
    }

    .advantages-item{
        margin-bottom: 40px;
    }

    .works-header{
        margin-bottom: 20px;
    }

    .description__header{
        font-size: 16px;
    }

    .link-with-me{
        margin-top: 50px;
    }
}

@media screen and (max-width: 520px) {
    h1{
        font-size: 30px;
    }

    .advantages-item:last-child{
        margin-bottom: 0;
    }

    .owl-carousel .owl-item img {
        width: 200px;
    }

    .item__text, .description__list, .technology__header{
        font-size: 13px;
    }
    .advantages-container{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

@media screen and (max-width: 400px){
    .link-with-me{
        width: 99%;
    }

    .link-with-me__send-form {
        padding: 20px 10px;
        width: 270px;
    }

    #captcha1 >div{
        width: 270px!important;
    }

    #captcha1 iframe{
        transform: scale(0.9);
        margin-left: -16px;
    }
}

