body {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    color: #03417F;
    line-height: 1.5;
}

ul, li {
    padding: 0;
    margin: 0;
    color: #0C58B8;
}

a {
    color: inherit;
    outline: 0;
    text-decoration: none;
}

.container {
    max-width: 940px;
    width: 100%;
    margin: 0 auto;
}

.shutter-content, .about, .solution, .service, .partners, .footer {
    padding: 40px 0;
}

.solution-list, .service-list {
    list-style-type: circle;
    margin-left: 20px;
}

.solution__title, .partners__title {
    color: #0078C5;
}

/* Шапка */
.header {
    padding: 30px 5px;
}

.header-wrapper, .footer-wrapper {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
}

.header-wrapper {
    align-items: center;
}

.header-company {
    text-align: center;
    text-transform: uppercase;
    font-size: 32px;
    font-weight: bolder;
}

.header-content__company--cursive {
    font-weight: 500;
    text-transform: capitalize;
}

.header-language {
    font-size: 16px;
}

.header-language__item {
    cursor: pointer;
}

.header-language__item--active {
    font-weight: bolder;
    border-bottom: 1px solid #03417F;
}

.shutter {
    height: 300px;
}

.shutter-content {
    color: white;
}

.shutter-title {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: bolder;
}

.shutter-description {
    max-width: 600px;
    width: 100%;
}

.shutter-img {
    background-image: url('/assets/img/shutterstock_1499383439.jpg');
    background-size: cover;
    height: 300px;
    width: 100%;
}

.about__offset {
    margin: 15px 0;
}


.solution {
    background: #EDF1F4;
}


.solution-list__item {
    line-height: 1.5;
    color: #03417F;
}


.service {
    background: #003042;
    color: white;
}

.service-list__item {
    line-height: 1.5;
    color: white;
}

.partners-img {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
}

.partners-img__item {
    margin: 5px 7px;
}

/* footer */
.footer {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: flex-start;
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    margin-top: auto;
    background: #2C1651;
    color: white;

}

.footer-wrapper {
    align-items: flex-start;
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
}

.footer__company {
    font-size: 24px;
}

.footer-address {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    width: 295px;
}

.footer-address_contact {
    margin-bottom: 20px;
}

.partners-img__item {
    color: #03417F;
}

.title {
    font-weight: bolder;
    font-size: 24px;
    margin-bottom: 40px;
}


.title-text {
    text-align: center;
    text-transform: uppercase;
    font-weight: bolder;
}
