/**Header*/

* {
    box-sizing: border-box;
}
h1,h2,h3,h4,h5,h6{
    margin-top: 0;
}
body {
    font-family: "Montserrat", serif;
    font-weight: 400;
    width: 100%;
    overflow-x:hidden ;
}
.vc_row:not(.vc_row-no-padding){
    padding-left: 30px ;
    padding-right: 30px ;
    max-width: 1850px;
    margin-left:  auto;
    margin-right:  auto;
}
.title h3{
    font-family: Tenor Sans;
    font-size: 60px;
    font-weight: 400;
    line-height: 70.14px;
    letter-spacing: 0.13em;
    text-transform: uppercase;

}

a:target,
a:visited,
a:hover,
a {
    color: #000;
    text-decoration: none;
}

header {
    margin-top: calc(100vw* 0.036);
    margin-bottom: 21px;
}

.main-menu {
    position: relative;
    max-width: 1850px;
    margin: 0 auto;
    padding: 0 15px;

}

.main-menu:before,
.main-menu:after {
    content: "";
    height: 2px;
    background: #000;
    position: absolute;
    bottom: 100%;
    width: 36.4%;
}

.main-menu:before {
    left: 15px;
}

.main-menu:after {
    right: 15px;
}

.main-logo {
    position: absolute;
    width: 24%;
    left: 50%;
    top: 31%;
    transform: translate(-50%, -50%);
}

.main-logo__img {
    width: 100%;
    padding: 0 60px;
}

.main-logo__text {
    font-size: calc(100vw * 0.02343);
    text-align: center;
    width: 100%;
    display: block;
    font-family: "Tenor Sans";
    font-weight: 500;
    line-height: 52.61px;
    margin-top: -7px;

    letter-spacing: 0.13em;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;

}

.main-menu ul.menu {
    display: flex;
    width: 100%;
    padding: 0;
    height: 152px;
    align-items: center;
}

.main-menu ul.menu li {
    text-align: center;
    font-size: 24px;
    list-style: none;
}
.main-menu ul.menu>li{
    margin-top: 8px;
    line-height: 29.23px;
    letter-spacing: 0.1em;


}
.main-menu ul.menu>li>a{
    padding: 30px 0;
}
.main-menu ul.menu > li:first-child {
    flex-basis: 19%;
}

.main-menu ul.menu > li:nth-child(2) {
    flex-basis: 19%;
}

.main-menu ul.menu > li:nth-child(3) {
    flex-basis: 24%;
    height: 0;
    text-indent: 999999999999999px;
    overflow: hidden;
}

.main-menu ul.menu > li:nth-child(4),
.main-menu ul.menu > li:nth-child(5),
.main-menu ul.menu > li:nth-child(6) {
    flex-basis: 12.66%;
}

/**Header*/

@media screen and (max-width: 1480px) {
    .main-menu ul.menu li {
        font-size: 22px;
    }
}

@media screen and (max-width: 1366px) {
    .main-menu ul.menu li {
        font-size: 20px;
    }
    header{
        margin-bottom: -20px;
    }
}

@media screen and (max-width: 1200px) {
    .main-menu ul.menu li {
        font-size: 18px;
    }
}


/**section_programs*/

.section_programs .wpb_column .vc_column-inner{
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    height: 720px;

}

.vc_row.section_programs {

 padding-left: 0px;
 padding-right: 0px;
}
.vc_row.section_programs>.vc_column_container{
padding: 40px;
}
.vc_row.section_programs>.vc_column_container{
padding: 40px;
}
.section_programs h4{
    font-family: Montserrat;
    font-size: 38px;
    font-weight: 400;
    line-height: 46.28px;
    letter-spacing: 0.1em;
    color: #fff;
}
/**section_programs*/

/**section_logo_row*/

/**section_logo_row*/