*{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;

}

body, html {
    padding: 0;
    margin: 0;
}

body{
    font-family: 'Codec Cold', sans-serif;
}

header {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    right: 0;

}
.header__wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 20px 0px;
    align-items: center;
}

.header__menu {
    display: flex;
}
.header__menu >a{
    display: inline-block;
    margin-left: 23px;
    font-weight: normal;
    font-size: 15px;
    color: #184872;

        text-decoration: none;
}

.container{
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

p {
    font-family: Codec Cold;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 160%;
    color: #1D263F;
}

a{
    text-decoration: none;
}

.button {
    font-size: 14px;
    border: 1px solid #184872;
    padding: 10px 15px;
    width: auto;
    display: inline;
}






.hero{
    background-color: aliceblue;
    height: 750px;
    display: flex;
    width: 100%;
    align-items: center;
}


.hero__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hero__text {
    width: 495px;
}

.hero__text >h1 {
    font-family: Codec Cold;
    font-style: normal;
    font-weight: 900;
    font-size: 36px;
    line-height: 39px;
    color: #1D263F;
    margin-bottom: 10px;
}

.hero__text >p {
    margin-top: 10px;
}








.services {
    padding: 75px 0;
} 

.services__wrapper >p {
    display: flex;
    justify-content: center;
    text-align: center;
    padding-left: 0px;
    padding-right: 0px;

}

.services__wrapper >h3 {
    text-align: center;
    padding-top: 40px;
}

.services__wrapper >img {
    margin-left: auto;
    padding-bottom: 50px;
    padding-top: 50px;
}

.services__text {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0px;
}
.services__text >p {
    width: 380px;
}

.services__image {
    display: flex;
    justify-content: center;
    padding-top: 70px;
    padding-bottom: 100px;
}



.solutions {

}

.solutions__wrapper {
    display: flex;
    flex-direction: column;
}

.solutions__header {
    font-size: 18px;
    line-height: 150%;
    max-width: 50%;
    margin: auto;
    text-align: center;
}

.solutions__categories {
    display: flex;
    align-items: center;
    width: 100%;
    padding-top: 120px;
    padding-bottom: 200px;
    text-align: center;
}

.solutions__cat {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto;
}



p .solutions__text {
}






footer {
    background-color: aliceblue;
}

.contacts__section1 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 20px 0px;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #72A2CD;
}
.contacts__contact {
    display: flex;
}
.contact {
    margin-left: 20px;
}
.contacts__section2 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 20px 0px;
    align-items: center;
}

.contacts__social-icons >img {
    margin-left: 20px;
}