@font-face {
    font-family: 'PTSans-regular';
    src: url('../font/PTSans.ttf') format('ttf'),
         url('../font/PTSans.woff2') format('woff2'),
         url('../font/PTSans.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


body {
    font-family: 'PTSans-regular', sans-serif;
    background: #fff;
}

h1 {
    font-size: 60px;
    text-align: start;
    margin: 0 0 50px;
    color: #fff;
    z-index: 4
}

h2 {
    text-align: start;
    font-size: 36px;
    margin: 0 0 25px;
    font-weight: 100;
}

.container {
    max-width: 1920px;
    margin: 0 auto;
}

header {
    width: 100%;
    border-bottom: 1px solid #dcdcdc;
    position: fixed;
    padding: 0 30px;
    background-color: white;
    overflow: hidden;
    z-index: 5;
    background: #19324e; 
}

.header_p {
    font-size: 18px;
    color:#fff;
    font-weight: 600;
}

.banner {
    background: url(../img/back_eva.png) no-repeat center;
    background-size: cover;
    overflow: hidden
}

.banner_test {
    position: relative;
    background: url(../img/back_eva.png) no-repeat center;
    background-size: cover;
    overflow: hidden
}

.banner_test::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0.6;
    content: '';
    z-index: 2;
}

.banner_content {
    position: relative;
    max-width: 1400px;
    padding: 120px 15px 50px;
    margin: 0 auto;
    text-align: center;
    z-index: 4;
}

.banner_content h2 {
    color: white;
}

.banner_number {
    display: block;
    text-align: start;
    color: #fff;
    font-size: 60px;
    margin: 0;
}

.footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #19324e;
    overflow: hidden;
    padding: 10px 30px;
}

.footer_p {
    display: inline-block;
}

/* it component */

/* main */

/* suggest */

.suggest,
.orientation,
.benefits,
.contacts {
    display: flex;
    padding: 30px 15px;
    max-width: 1400px;
    margin: 0 auto;
}

.orientation_content,
.suggest_content,
.benefits_content,
.map,
.contacts_content {
    flex-basis: 50%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}

.suggest_img,
.orientation_img,
.benefits_img {
    flex-basis: 50%;
    display: flex;
    align-items: center;
    justify-content: end;
}

.orientation_img {
    justify-content: start;
}

.suggest_img img,
.orientation_img img,
.benefits_img img {
    width: 95%;
    border-radius: 10px;
}

.orientation_list,
.benefits_list,
.suggest_list {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 24px;
}

.orientation_item {
    margin-bottom: 10px;
}

.suggest_title_second {
    font-size: 26px;
    margin: 0 0 15px;
}

.ymaps {
    border-radius: 10px;
}

.contacts_content p,
.contacts_content a{
    font-size: 24px;
    margin: 0 0 10px;
}

.contacts_content_span {
    font-weight: 800;
}

.footer_content_p {
    font-size: 16px;
    color: #fff;
    margin: 0 0 5px;
}
.suggest_list{
    padding: 5px 0px 5px 15px;
    list-style: circle;
}
.suggest_list-in{
    padding: 5px 25px;
    list-style: disc;
}
.desk a{
    color: inherit;
}
.sertificate_wrap{
    display: flex;
    max-width: 100%;
}
.sertificate_wrap a{
    display:block;
}
.sertificate_wrap a img{
    max-width: 125px;
}
.requirements td{
    padding-left: 5px;
}