* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
}

.container {
    padding: 0 15px;
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
}

.header {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 2;
    height: 100px;
    display: flex;
    align-items: center;
}

.header-menu ul {
    display: flex;
    font-size: 21px;
}

.header-menu ul li {
    margin-right: 25px;
    list-style: none;
    padding-top: 85px;
}


.header-menu ul li a {
    color: white;
}

.t446__logo {
    align-items: center;
    padding-top: 100px;
}

.header-phone {
    padding-top: 85px;
}

.header-phone a {
    text-decoration: none;
    color: white;
    font-size: 21px;
    letter-spacing: 1px;
}

.header-phone p {
    text-decoration: none;
    color: white;
    font-size: 26px;
    letter-spacing: 2px;
    line-height: 3;
}

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

.banner {
    height: 100vh;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    z-index: 1;
}

.banner::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: -webkit-linear-gradient(top, rgba(9, 47, 51, 0.8), rgba(8, 29, 31, 0.7));
    z-index: -1;
}

.banner-main {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.banner-main h1 {
    margin-bottom: 40px;
    font-size: 62px;
    color: white;
}


.banner-main p {
    color: white;
    text-align: center;
    margin: 0 auto;
    line-height: 1.5;
    font-size: 20px;
    max-width: 700px;
    font-family: Cormorant;
}

.section-space {
    padding-top: 185px;
}

.title {
    font-family: Cormorant;
    text-align: center;
    font-family: 'Cormorant', serif;
    font-size: 24px;

}

.specialization-jobs {
    font-family: Cormorant;
    margin-top: 100px;
    display: table;
}

.specialization-jobs ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: 85px;
    margin-right: 20px;
    width: 100%;
}

.specialization-jobs ul li {
    width: 33%;
    margin:  20px 0;
    font-size: 22px;
    font-weight: bold;
    line-height: 150%;
}

.specialization-title p {
    margin: 0 auto;
    max-width: 560px;
    font-size: 24px;
    line-height: 1.5;
}


.title h2 {
    font-weight: 600;
    color: #000000;
    font-size: 42px;
    line-height: 50px;
    margin-bottom: 40px;
}

.partners-logos {
    display: flex;
    flex-wrap: wrap;
}

.partners-logos-image {
    max-width: 20%;
    flex: 0 0 20%;
    padding: 20px;
}

.partners-logos-image img {
    height: auto;
    width: 100%;
}

.values-main {
    display: flex;
    align-items: center;
}

.values-img {
    max-width: 560px;
    flex: 0 0 560px;
    height: 560px;
    margin-right: 40px;
}

.values-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}


.licence-title {
    width: 618px;
    margin: 0 auto;
    margin-bottom: 100px;
    font-family: Cormorant;
}

.licence-title title p {
    font-family: 'Rubik', sans-serif;
    margin: 0 auto;
    width: 800px;
    font-size: 25px;
    color: gray;
}

.licence-main {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 550px;
    margin: 0 auto;
}

.licence-main-info {
    margin-bottom: 65px;
    font-size: 17px;
    font-family: 'Playfair', serif;
    /* padding-left: 366px; */
    max-width: 997px;
}

.licence-main-info h5 {
    margin-bottom: 20px;
    font-size: 22px;
    font-family: 'Playfair', serif;
}


.contact {
    background: lightgray;
    padding: 40px 0;
}

.contact-top {
    text-align: center;
    display: flex;
    flex-direction: column;
    margin-bottom: 45px;
}

.contact-top a {
    font-size: 42px;
    color: black;
    text-decoration: none;
}

nav {
    display: block;
}

.contact-text {
    text-align: center;
}

.footer-distributed{
    background: #222;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    font: bold 16px sans-serif;
    padding: 55px 50px;
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right{
    display: inline-block;
    vertical-align: top;
}

/* Footer left */

.footer-distributed .footer-left{
    width: 31%;
}

/* The company logo */

.footer-distributed h3{
    margin: 0;
}

.footer-distributed h3 span{
    color:  lightseagreen;
}

/* Footer links */

.footer-distributed .footer-links{
    display: flex;
    white-space: nowrap;
    gap: 10px;
    margin-bottom: 10px;
    /* padding: 0; */
}

.footer-distributed .footer-links a{
    color:  #ffffff;
    display:inline-block;
    line-height: 1.8;
    font-weight:400;
    text-decoration: none;
}

.footer-distributed .footer-company-name{
    color:  white;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
}

/* Footer Center */

.footer-distributed .footer-center{
    width: 45%;
}

.footer-distributed .footer-center i{
    background-color:  #33383b;
    color: #ffffff;
    font-size: 25px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    text-align: center;
    line-height: 42px;
    vertical-align: middle;
}

.footer-distributed .footer-center i.fa-envelope{
    font-size: 17px;
    line-height: 38px;
}

.footer-distributed .footer-center p{
    display: inline-block;
    color: #ffffff;
    font-weight:400;
    vertical-align: middle;
    margin:0;
}

.footer-distributed .footer-center p span{
    display:block;
    font-weight: normal;
    font-size:14px;
    line-height:2;
}

.footer-distributed .footer-center p a{
    color:  lightseagreen;
    text-decoration: none;;
}

.footer-distributed .footer-links a:before {
    content: "|";
    font-weight:300;
    font-size: 20px;
    left: 0;
    color: #fff;
    display: inline-block;
    padding-right: 5px;
}

.footer-distributed .footer-links .link-1:before {
    content: none;
}

/* Footer Right */

.footer-distributed .footer-right{
    width: 20%;
}

.footer-distributed .footer-company-about{
    line-height: 20px;
    color:  #92999f;
    font-size: 13px;
    font-weight: normal;
    margin: 0;
}

.footer-distributed .footer-company-about span{
    display: block;
    color:  #ffffff;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
}

.footer-distributed .footer-icons{
    margin-top: 25px;
}

.footer-distributed .footer-icons img{
    display: inline-block;
    width: 35px;
    height: 35px;
    cursor: pointer;
    border-radius: 2px;

    font-size: 20px;
    color: #ffffff;
    text-align: center;
    line-height: 35px;

    margin-right: 3px;
    margin-bottom: 5px;
}




