@charset "utf-8";
/* CSS Document */

* 
{font-family: "omnes-greek", sans-serif;


}

body {
    font-weight: 500;
    font-style: normal;
    margin: 0;
    background: linear-gradient(180deg, rgba(2,0,36,0.15) 0%, rgba(255,255,255,0) 290px);
    font-size: 17px;
    line-height: 25px;
}

.header {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    display: flex;
    /* flex-flow: column; */
    justify-content: space-between;
    align-items: end;
    margin-top: 80px;
}

.header-logo img {
    width: 100%;
}

.header-intro {
    color: #474648;
    font-size: 30px;
    line-height: 40px;
    flex-basis: calc(100% - 155px);
    box-sizing: border-box;
    display: flex;
    justify-content: center;
}

.header-logo {
    flex-basis: 155px;
}

.header-intro-text {
    width: 100%;
    max-width: 750px;
}

span.color-purple {
    color: #127bab;
    font-weight: 800;
}

span.color-green {
    color: #bacf34;
    font-weight: 800;
}

span.color-red {
    color: #bb2127;
    font-weight: 800;
}

.about-deco {
    text-align: right;
    /* margin-top: -120px; */
    height: 120px;
    max-width: 1320px;
    margin: 0 auto;
}

.about {
    max-width: 1320px;
    margin: 0 auto;
    background-color: #f2f2f2;
    border-top-right-radius: 20px;
}

.about-deco img {
    height: 120px;
}

.about-content-top img {
    height: 80px;
    margin-top: -40px;
    display: block;
    margin: 0 auto;
    margin-top: -40px;
    padding-bottom: 20px;
}

.about-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    padding-bottom: 20px;
    border-bottom: 8px solid #bc2027;
    row-gap: 40px;
}

.about-content-top {
    flex-basis: 100%;
}

.about-content-tack, .about-content-diversity {
    flex-basis: 40%;
    display: flex;
    /* flex-wrap: wrap; */
}

.about-content-text {
    max-width: 50%;
    margin: 0 auto;
    text-align: center;

}

.about-content-tack-logo img, .about-content-diversity-logo img {
    max-width: 120px;
}

.about-content-tack-logo, .about-content-diversity-logo {
    flex-basis: 120px;
}

.about-content-tack-text, .about-content-diversity-text {
    padding: 0 20px;
    box-sizing: border-box;
}

.about-be-inclusive {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    row-gap: 40px;
    padding: 20px;
    padding-top: 60px;
}

.about-be-inclusive-intro {
    flex-basis: 100%;
}

.about-be-inclusive-left, .about-be-inclusive-right {
    flex-basis: 40%;
}

.about-be-inclusive-intro h2 {
    max-width: 650px;
    text-align: center;
    color: #474648;
    font-weight: 700;
    margin: 0 auto;
    font-size: 22px;
    line-height: 28px;
}

.about-be-inclusive-left h3, .about-be-inclusive-right h3 {
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    color: #7c5e8b;
    margin: 0;
    padding-bottom: 10px;
}

.about-be-inclusive-left img, .about-be-inclusive-right img {
    width: 50px;
    display: block;
    margin: 0 auto;
    padding-top: 10px;
}

ul {margin: 0;padding: 0;list-style-type: none;padding-top: 10px;}

li {
    margin-bottom: 17px;
    padding-left: 8px;
    border-left-width: 2px;
    border-left-style: solid;
}

.about-content-tack-text li {
    border-image: linear-gradient(to bottom, #0078a7, #b91010) 1 100%;
}

.about-content-diversity-text li {
    border-image: linear-gradient(to bottom, #3296d2, #bbcf39) 1 100%;
}

.services {
    max-width: 1320px;
    flex-wrap: wrap;
    margin: 0 auto;
    margin-top: 100px;
}

.services-item-1 {
    background-color: #fad519;
    border-top-right-radius: 120px;
    flex-wrap: nowrap;
}

.services-item {
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    margin-bottom: 80px;
    position: relative;
}

.number {
    font-size: 220px;
    line-height: 100px;
    font-weight: 700;
    flex-basis: 120px;
}

.title {
    font-size: 45px;
    line-height: 45px;
    font-weight: 400;
}

.services-item-1 .title {
    color: #474648;
    text-align: right;
    flex-basis: 20%;
    /* padding-right: 40px; */
}

.text ul {
    column-count: 2;
    list-style-type: disc;
    margin: 15px;
    column-gap: 40px;
}

.text ul li {
    border: 0;
    margin-bottom: 6px;
    padding: 0;
}

.services-item-1 .text {
    flex-basis: 80%;
}

.services-item-1 .number {
    color: #fff;
    display: flex;
    align-items: flex-end;
}

.services-item-2 .title {
    color: #f47e2e;
    flex-basis: 100%;
    margin-bottom: 20px;
}

.services-item-2 .title span {
    display: block;
    font-size: 22px;
    line-height: 26px;
    font-weight: 800;
    margin-top: 10px;
}

.services-item-2 .number {
    color: #f47e2e;
    flex-basis: 10%;
}

.services-item-2 .text {flex-basis: calc(100% - 170px);display: flex;flex-wrap: wrap;gap: 40px;}

.left, .right {
    flex-basis: calc(50% - 20px);
}

.right img {
    width: 40px;
    float: left;
    padding-right: 7px;
}

.services-item-3 .number, .services-item-3 .title {
    color: #7c5e8b;
}

.services-item-3 {
    background-color: #f9fbeb;
    border-bottom-left-radius: 120px;
}

h4 {
    margin: 0;
    padding: 0;
    margin-bottom: 5px;
}

.services-item-3 .title {
    margin-bottom: 20px;
    flex-basis: 100%;
}

.text-block {
    flex-basis: 47%;
}

.services-item-3 .text {
    flex-basis: calc(100% - 170px);
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.text-block h4 {
    color: #7c5e8b;
}

.footer {
  
    position: relative;
    text-align: center;
}

.footer .logo {
    width: 70px;
    margin-bottom: 20px;
}

.footer-contacts {
    background-color: #157cac;
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
    max-width: 550px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 40px;
    row-gap: 20px;
    height: 60px;
    align-content: center;
    margin: 0 auto;
    position: relative;
}

img.footer-deco1 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
}

.footer-contacts img {
    width: 20px;
    padding-right: 10px;
}

.footer-contacts a {
    color: #fff;
    text-decoration: none;
    display: flex;
}

img.footer-deco2 {
    width: 80px;
    position: absolute;
    right: -60px;
    bottom: 0;
}

img.women-act {
    width: 40px;
    float: left;
    padding-right: 10px;
}

.services-item-1-content {
    flex-basis: 80%;
    display: flex;
    gap: 40px;
}