a {
    text-decoration: none;
    color: inherit;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

body {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #0a0a0a;
    background-color:#f5f5f7;
}

.header{
    background-color: rgb(0, 0, 0);
    padding: 33px 0 32px;
    font-size: 24px;
    line-height: 29px;  
    color: #717171;    
}

.container {    
    max-width: 1200px;
    margin: 0 auto; 
    padding: 0 30px;     
}

.nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu {
    display: flex;
    flex-grow: 1;
    flex-basis: 0;
}

.menu-item {
    padding-right: 30px;
}

.phone {
    flex-grow: 1;
    flex-basis: 0;
    text-align: right;
    font-size: 24px;
    line-height: 29px;
}

.headline {
    text-align: center;
    padding: 40px 0 40px;
}

.headline-inner {
    margin: 0 0 60px;
    font-size: 20px;
    line-height: 39px;
    text-align: center;
}



.headline-img {
    margin-bottom: 25px;
}

.headline-btn {
    display:inline-block;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #fff;
    background-color: #574B63;
    padding: 10px 40px 10px;
    border-radius: 30px;
}

.new {
    padding: 50px 0 100px;
}

.new-title,
.outsorsing-title {
    margin: 0 0 20px;
    text-transform: uppercase;
    text-align: center;    
    color: #0a0a0a;
    font-size: 32px;
    line-height: 39px;
    font-weight: 700;
}

.new-info {
    display: flex;
    align-items: center;
}

.new-text p {
    max-width: 260px;
    margin: 0 0 10px;    
}

.new-text h3,h4,h5 {
    margin: 20px 0 0;
}

.images-srv, .image-vmware, .image-cisco {
    margin-left: 50px;
}

.new-textcorpnet {
    margin: 10px 0 0;
}

.container1 {    
    text-align: center;
    margin: 10px 0 40px;
}

.outsorsing-item {
    margin: 20px 0 0;
}

.outsorsing-text {
    display: flex;    
}

.outsorsing-fon {
    margin: 30px 0 0 150px;
}

.contacts-inner {
    display: flex;
    background-color: #574B63;
    color: #fff;
}

.contacts {
    padding: 100px 0 0 0;
}

.contacts-form {
    width: 30%;
    padding: 40px 100px;    
}

.contacts-title {
    margin: 0 0 60;
    font-size: 26px;
    line-height: 39px;
    text-align: center;
}

.contacts-input {
    padding: 10px 0;
    border: none;
    border-bottom: 1px solid #fff;
    display: block;
    width: 100%;
    margin-bottom: 20px;
    background-color:#574B63;    
}

.contacts-input::placeholder {
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    opacity: .5;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
}

.contacts-form p {
    opacity: 0.5;
    text-align: center;
    margin: 30px 0;
}

.contacts-form button {
    border: none;
    text-transform: uppercase;
    color: #490E84;
    background-color: #fff;
    border-radius: 30px;
    padding: 16px 81px;
    cursor: pointer;
    font-weight: 400;
    margin-left: 50px;
}

.contacts-fon {
    margin: 30px 150px;
}

.footer {
    background-color:rgb(0, 0, 0) ;
}

.footer-link {
    flex-grow: 1;
    flex-basis: 0;
}

.footer-inner {
    color: #717171;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 50px 0;    
}

@media (max-width: 1200px){
    .headline-img {
        max-width: 100%;
    }
    .new-title {
        font-size: 26px;
        line-height: 28px;
    }    
    .outsorsing-fon {
        display: none;
    }
}

@media (max-width: 1200px){
    .images-cisco {
        display: none;
    }
    

@media (max-width: 940px){
    .images-srv {
        display: none;
    }    
    .images-vmware {
        margin-left: 100px;
    }
    .contacts-fon {
        display: none;
    }
    .contacts-form {
        width: auto;
        text-align: center;
    }
}

@media (max-width: 820px){
    .nav,
    .phone {
        font-size: 16px;
    }

@media (max-width: 650px){
    .images-vmware {
        display: none;
    }    
    .logo-img {
        display: none;
    }
}

@media (max-width: 560px){
    .title {
        font-size: 26px;
        line-height: 36px;
    }
    .headline-btn {
        font-size: 16px;
        line-height: 20px;
        padding: 16px 40px;
    }
    .contacts-form button {
        font-size: 12px;
        line-height: 14px;
        padding: 6px 24px;
        margin: 0;
    }
    .headline-inner p {
        font-size: 21px;
        line-height: 25px;
    }    
    .outsorsing-title1,
    .outsorsing-list {
        max-width: 100%;
    }
    .outsorsing-title {
        font-size: 26px;
        line-height: 36px;
    }
    .contacts-form p,
    .contacts-title,
    .contacts-input {
        font-size: 12px;
        line-height: 14px;
    }
    .nav,
    .phone {
        font-size: 10px;
    }
}
}
}