html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:600}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}*,*:after,*:before{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;outline:none}a:focus{outline:none}h1,h2,h3,h4,h5,h6{margin: 0;}ul,ol{margin: 0;padding: 0;list-style: none;}

@font-face {
    font-family: 'Inter Tight';
    src: url('../fonts/InterTight-Regular.eot');
    src: url('../fonts/InterTight-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/InterTight-Regular.woff2') format('woff2'),
        url('../fonts/InterTight-Regular.woff') format('woff'),
        url('../fonts/InterTight-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter Tight';
    src: url('../fonts/InterTight-Medium.eot');
    src: url('../fonts/InterTight-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/InterTight-Medium.woff2') format('woff2'),
        url('../fonts/InterTight-Medium.woff') format('woff'),
        url('../fonts/InterTight-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter Tight';
    src: url('../fonts/InterTight-SemiBold.eot');
    src: url('../fonts/InterTight-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/InterTight-SemiBold.woff2') format('woff2'),
        url('../fonts/InterTight-SemiBold.woff') format('woff'),
        url('../fonts/InterTight-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

*, *:after, *:before {
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-tap-highlight-color: transparent;
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body{
    font-family: 'Inter Tight';
    color: #162A33;
    background-color: #F3F4F4;
}

body,
html{
    -webkit-text-size-adjust:100%;
    text-size-adjust:100%;
}

button{
    margin: 0;
    padding: 0;
    border: 0;
}

a {
    color: #FA5C01;
    cursor: pointer;
    outline: none;
    text-decoration: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none;
}

p{
    margin: 0 0 20px;
}

p:last-child{
    margin-bottom: 0;
}

img,
iframe{
    display: block;
    width: 100%;
}

/*     main     */

.noscroll {
    overflow: hidden;
}

.wrapper {
    position: relative;
    width: 100%;
    padding-top: 143px;
    overflow: hidden;
}

.section {
    margin-top: 60px;
}

.section:first-child {
    margin-top: 0;
}

.container {
    position: relative;
    max-width: 1880px;
    margin: 0 auto;
    padding: 0 20px;
}

.section__anchor {
    position: absolute;
    top: -160px;
}

.title.l {
    font-size: 56px;
    font-weight: 500;
    line-height: 62px;
}

.title.xl {
    font-size: 60px;
    font-weight: 500;
    line-height: 66px;
}

.first__title.title.xl {
    font-size: 76px;
    font-weight: 500;
    line-height: 80px;
}

.first__title.title.xl span {
    display: block;
    font-size: 180px;
    line-height: 180px;
}

.description {
    width: 49.25%;
    font-size: 32px;
    font-weight: 500;
    line-height: 31px;
    color: rgba(0, 0, 0, 0.6);
}

.list {
    display: flex;
    row-gap: 24px;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: -12px;
    margin-right: -12px;
}

.column {
    padding: 0 12px;
}

.box {
    position: relative;
    background-color: #fff;
    border-radius: 30px;
    overflow: hidden;
}

.color-blue {
    color: #FA5C01;
}

@media only screen and (max-width: 1879px){
    .container {
        max-width: 1440px;
    }

    .title.l {
        font-size: 40px;
        line-height: 46px;
    }

    .title.xl {
        font-size: 44px;
        line-height: 52px;
    }

    .first__title.title.xl {
        font-size: 58px;
        line-height: 64px;
    }

    .first__title.title.xl span {
        font-size: 140px;
        line-height: 140px;
    }

    .description {
        font-size: 24px;
        line-height: 26px;
    }

    .box {
        border-radius: 24px;
    }
}

@media only screen and (max-width: 1439px){
    .container {
        max-width: 1180px;
    }

    .title.l {
        font-size: 32px;
        line-height: 38px;
    }

    .title.xl {
        font-size: 36px;
        line-height: 42px;
    }

    .first__title.title.xl {
        font-size: 48px;
        line-height: 54px;
    }

    .first__title.title.xl span {
        font-size: 115px;
        line-height: 115px;
    }

    .description {
        font-size: 20px;
        line-height: 22px;
    }

    .description br {
        display: none;
    }
}

@media only screen and (max-width: 1179px){
    .container {
        max-width: 1024px;
    }

    .first__title.title.xl {
        font-size: 44px;
        line-height: 50px;
    }
}

@media only screen and (max-width: 1023px){
    .wrapper {
        padding-top: 100px;
    }

    .container {
        max-width: 375px;
    }

    .title.l {
        font-size: 24px;
        line-height: 26px;
    }

    .first__title.title.l {
        font-size: 22px;
        line-height: 24px;
    }

    .title.xl {
        font-size: 32px;
        line-height: 35px;
    }
    
    .first__title.title.xl {
        font-size: 30px;
        line-height: 36px;
    }

    .first__title.title.xl span {
        font-size: 65px;
        line-height: 65px;
    }

    .description {
        width: 100%;
        font-size: 16px;
        line-height: 19px;
    }

    .box {
        border-radius: 16px;
    }
}

/*     btn     */

.btn {
    display: inline-block;
    cursor: pointer;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.btn_main {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 24px;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    white-space: nowrap;
    border-radius: 32px;
}

.btn_white {
    color: #162a33;
    background-color: #FFFFFF;
}

.btn_white:hover {
    background-color: #f1ebeb;
}

.btn_blur {
    color: #fff;
    background: rgba(255, 255, 255, 0.3);
}

.btn_blur:hover {
    background: rgba(255, 255, 255, 0.4);
}

.btn_blue {
    color: #FFFFFF;
    background-color: #FA5C01;
}

.btn_full {
    width: 100%;
}

@media only screen and (max-width: 1879px){
    .btn_main {
        padding: 16px 22px;
        font-size: 18px;
        line-height: 22px;
    }
}

@media only screen and (max-width: 1439px){
    
}

@media only screen and (max-width: 1179px){
    
}

@media only screen and (max-width: 1023px){
    .btn_main {
        padding: 14px 20px;
        font-size: 16px;
        line-height: 20px;
    }
}

/*     owl     */

.owl-nav {
    display: none!important;
    justify-content: space-between!important;
    z-index: 2;
}

.owl-nav button {
    position: absolute;
    display: flex!important;
    margin: 0!important;
    background-color: #FA5C01!important;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.owl-nav button.disabled {
    background-color: #F6F6F6!important;
}

.owl-nav button span {
    display: none!important;
}

.owl-dots {
    display: none!important;
    column-gap: 8px!important;
    justify-content: center!important;
    z-index: 1;
}

.owl-dot {
    display: flex!important;
    width: 32px!important;
    height: 8px!important;
    margin: 0!important;
    padding: 0!important;
    background: rgba(255, 255, 255, 0.6)!important;
    border-radius: 5px!important;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.owl-dot.active {
    width: 64px!important;
    background: rgba(250, 92, 1, 1)!important;

}

.owl-type-1 .owl-dots {
    position: absolute!important;
    left: 40px!important;
    right: 40px!important;
    bottom: 38px!important;
    display: flex!important;
}

.owl-type-2 {
    padding-bottom: 72px!important;
}

.owl-type-2 .owl-stage-outer,
.owl-type-5 .owl-stage-outer {
    overflow: initial!important;
}

.owl-type-2 .owl-item,
.owl-type-4 .owl-item {
    opacity: 0.2!important;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.owl-type-5 .owl-item {
    opacity: 0!important;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.owl-type-2 .owl-item.active,
.owl-type-4 .owl-item.active,
.owl-type-5 .owl-item.active {
    opacity: 1!important;
}

.owl-type-2 .owl-nav,
.owl-type-4 .owl-nav {
    position: absolute!important;
    display: flex!important;
}

.owl-type-2 .owl-nav {
    top: calc(50% - 86px)!important;
    left: -50px!important;
    right: -50px!important;
}

.owl-type-4 .owl-nav {
    top: calc(50% - 50px)!important;
    left: -84px!important;
    right: -84px!important;
}

.owl-type-2 .owl-prev,
.owl-type-4 .owl-prev {
    position: absolute!important;
    top: 0!important;
    left: 0!important;
}

.owl-type-2 .owl-next,
.owl-type-4 .owl-next {
    position: absolute!important;
    top: 0!important;
    right: 0!important;
}

.owl-type-2 .owl-nav button {
    width: 100px!important;
    height: 100px!important;
    border-radius: 24px!important;
}

.owl-type-2 button.owl-prev {
    background-image: url(../img/icon-arrow-prev.svg)!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
}

.owl-type-2 button.owl-next {
    background-image: url(../img/icon-arrow-next.svg)!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
}

.owl-type-4 .owl-nav button {
    width: 72px!important;
    height: 72px!important;
    border-radius: 18px!important;
}

.owl-type-4 button.owl-prev {
    background-image: url(../img/icon-arrow-prev-2.svg)!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
}

.owl-type-4 button.owl-next {
    background-image: url(../img/icon-arrow-next-2.svg)!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
}

.owl-type-5 button {
    background-position: center!important;
    background-repeat: no-repeat!important;
}

.owl-type-2 .owl-dots {
    position: absolute!important;
    left: 40px!important;
    right: 40px!important;
    bottom: 0!important;
    display: flex!important;
}

.owl-type-2 .owl-dot {
    background: rgba(217, 217, 217, 1)!important;
}


.owl-type-2 .owl-dot.active {
    background: rgba(250, 92, 1, 1)!important;
}


.owl-type-3 .owl-stage-outer {
    overflow: initial!important;
}

.owl-type-5 {
    display: none!important;
}

@media only screen and (max-width: 1879px){
    .owl-dot {
        height: 6px!important;
    }

    .owl-type-2 {
        padding-bottom: 60px!important;
    }
}

@media only screen and (max-width: 1439px){

}

@media only screen and (max-width: 1179px){
    .owl-dot {
        height: 4px!important;
    }
}

@media only screen and (max-width: 1023px){
    .owl-dots {
        column-gap: 4px!important;
    }
    
    .owl-dot {
        width: 20px!important;
    }

    .owl-dot.active {
        width: 32px!important;
    }

    .owl-type-1 .owl-dots {
        bottom: 17px!important;
    }

    .owl-type-2 {
        padding-bottom: 44px!important;
    }

    .owl-type-2 .owl-nav {
        top: calc(50% - 45px) !important;
        left: -28px !important;
        right: -28px !important;
    }

    .owl-type-2 .owl-nav button {
        width: 48px !important;
        height: 48px !important;
        border-radius: 12px !important;
    }

    .owl-type-2 button.owl-prev,
    .owl-type-4 button.owl-prev,
    .owl-type-5 button.owl-prev {
        background-image: url(../img/icon-arrow-prev-mob.svg)!important;
    }

    .owl-type-2 button.owl-next,
    .owl-type-4 button.owl-next,
    .owl-type-5 button.owl-next {
        background-image: url(../img/icon-arrow-next-mob.svg)!important;
    }
    
    .owl-type-4 {
        padding-bottom: 92px!important;
    }

    .owl-type-5 {
        display: flex!important;
        padding-bottom: 72px!important;
    }

    .owl-type-4 .owl-nav {
        position: absolute!important;
        top: auto!important;
        left: 0!important;
        right: 0!important;
        bottom: 0!important;
    }

    .owl-type-5 .owl-nav {
        display: flex!important;
        position: absolute!important;
        top: auto!important;
        left: 23px!important;
        right: 23px!important;
        bottom: 0!important;
    }

    .owl-type-4 .owl-prev,
    .owl-type-4 .owl-next,
    .owl-type-5 .owl-prev,
    .owl-type-5 .owl-next {
        position: relative!important;
    }

    .owl-type-4 .owl-nav button,
    .owl-type-5 .owl-nav button {
        width: 48px!important;
        height: 48px!important;
        border-radius: 8px!important;
    }

    .owl-type-4 .owl-dot {
        width: 5px!important;
        background: #D9D9D9!important;
    }

    .owl-type-4 .owl-dot.active {
        width: 20px!important;
        background: #FA5C01!important;
    }

    .owl-type-4 .owl-dots {
        position: absolute!important;
        left: 40px!important;
        right: 40px!important;
        bottom: 22px!important;
        display: flex!important;
    }

    .owl-type-5 .owl-dots {
        position: absolute!important;
        left: 40px!important;
        right: 40px!important;
        bottom: 22px!important;
        display: flex!important;
    }
    
    .owl-type-5 .owl-dot {
        width: 20px!important;
        background: #D9D9D9!important;
    }

    .owl-type-5 .owl-dot.active {
        width: 32px!important;
        background: #FA5C01!important;
    }   
}

/*     header     */

.header {
    position: fixed;
    top: 32px;
    left: 0;
    right: 0;
    z-index: 10;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.header_scroll {
    top: 0;
}

.header__block {
    display: flex;
    column-gap: 20px;
    align-items: center;
    justify-content: space-between;
    padding: 15px 24px;
    background-color: #F3F4F4;
    border: 1px solid #DEDEDE;
    border-radius: 20px;
}

.header__logo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 221px;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    color: #162A33;
    background-image: url(../img/logo_NAM_black.svg);
    background-position: left -24px center;
    background-repeat: no-repeat;
    background-size: 250px;
}

.header__logo strong {
    color: #FA5C01;
}

.header__burger {
    display: none;
}

.header__burger span:nth-child(2) {
    display: none;
}

.header_open .header__burger span:nth-child(1) {
    display: none;
}

.header_open .header__burger span:nth-child(2) {
    display: block;
}

.header__menu {
    margin-right: 150px;
    margin-bottom: -17px;
}

.header__menu ul {
    display: flex;
    column-gap: 4px;
    justify-content: center;
}

.header__menu a {
    display: flex;
    padding: 21px 20px 35px;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    white-space: nowrap;
    color: #7D7D7D;
    border-bottom: 3px solid rgba(31, 109, 235, 0);

    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.header__menu a.active,
.header__menu a:hover {
    color: #FA5C01;
    border-bottom: 3px solid rgba(250, 92, 1, 1);
}

.header__btn.mob {
    display: none;
}

.header__btn .btn_main:before {
    content: url(../img/icon-call.svg);
    height: 24px;
}

@media only screen and (max-width: 1879px){
    .header__logo {
        padding-left: 200px;
        font-size: 16px;
        line-height: 18px;
        background-size: 220px;
    }

    .header__menu {
        margin-right: 0;
    }
}

@media only screen and (max-width: 1439px){
    .header__block {
        padding: 12px 18px;
    }

    .header__logo {
        max-width: 280px;
        padding-left: 175px;
        font-size: 14px;
        line-height: 18px;
        background-size: 200px;
        background-position: left -20px center;
    }

    .header__menu {
        margin-bottom: -12px;
    }

    .header__menu a {
        padding: 21px 10px 35px;
    }
}

@media only screen and (max-width: 1179px){
    .header__logo {
        padding-left: 160px;
        font-size: 0;
    }

    .header__menu a {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media only screen and (max-width: 1023px){
    .header {
        top: 0;
        padding-top: 20px;
    }

    .header_scroll {
        padding-top: 0px;
    }


    .header_open {
        height: 100vh;
        background-color: #F3F4F4;
    }

    .header__block {
        position: relative;
        padding: 17px 15px;
        border-radius: 12px;
    }

    .header__logo {
        width: 111px;
        height: 28px;
    }

    .header__menu {
        display: none;
        margin: 0;
    }

    .header_open .header__menu {
        display: flex;
        position: absolute;
        top: 110px;
        left: 0;
        right: 0;
    }

    .header__menu ul {
        width: 100%;
        row-gap: 15px;
        flex-direction: column;
    }

    .header__menu a {
        padding: 5px 0 17px;
        font-size: 24px;
        line-height: 23px;
    }

    .header__btn {
        display: none;
    }

    .header__burger {
        position: absolute;
        top: 7px;
        right: 7px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 48px;
        height: 48px;
        border: 1px solid #DEDEDE;
        border-radius: 8px;
    }

    .header__burger .close {
        display: none;
    }

    .header_open .header__burger .close {
        display: flex;
    }

    .header_open .header__burger .line {
        display: none;
    }

    .header__btn .btn_main {
        padding: 16px 20px 16px 10px;
        font-size: 20px;
        line-height: 24px;
        column-gap: 10px;
    }

    .header_open .header__btn.mob {
        position: absolute;
        bottom: 48px;
        left: calc(50% - 168px);
        display: flex;
    }

    .header__btn.pc {
        display: none;
    }
}

/*     first     */

.first__block {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 897px;
    padding: 49px;
    background-color: rgba(0, 0, 0, 0.6);
    background-image: url(../img/first-bg5.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}

.first__block::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.first__block > div {
    position: relative;
    z-index: 2;
}

.first__title {
    font-family: "Cormorant Garamond", serif;
    text-transform: uppercase;
}

.first__title {

}

.first__info {
    display: flex;
    row-gap: 18px;
    flex-direction: column;
    align-items: flex-start;
}

.first__info_second {
    margin-bottom: 45px;
}

.first__info div {
    padding-left: 35px;
    font-size: 24px;
    font-weight: 500;
    line-height: 26px;
    background-position: left center;
    background-repeat: no-repeat;
}

.first__info div.label {
    position: relative;
    padding: 21px 21px 21px 110px;
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 35px;
}

.first__info div.label::before {
    position: absolute;
    content: '';
    top: calc(50% - 6px);
    left: 30px;
    width: 12px;
    height: 12px;
    background: #60C967;
    border-radius: 50%;
}

.first__info-people {
    background-image: url(../img/icon-calendar.svg);
    background-position: left 62px center!important;
}

.first__info-hat {
    background-image: url(../img/icon-hat.svg);
    background-position: left 62px center!important;
}

.first__info-time {
    background-image: url(../img/icon-time.svg);
}

.first__info-location {
    padding: 4px 0 4px 43px!important;
    background-image: url(../img/icon-location.svg);
    background-size: 32px;
}

.first__list {
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
    max-width: 1440px;
    margin-top: 26px;
}

.first__list div {
    display: flex;
    column-gap: 15px;
    align-items: center;
    font-weight: 500;
    font-size: 40px;
    line-height: 40px;
    font-family: "Cormorant Garamond", serif;
    text-transform: uppercase;
}

.first__list img {
    width: 28px;
    height: 28px;
}

.first__text {
    margin-top: 26px;
    font-size: 24px;
    font-weight: 500;
    line-height: 29px;
}

.first__btns {
    display: flex;
    column-gap: 9px;
    margin-top: 47px;
}

@media only screen and (max-width: 1879px){
    .first__block {
        height: 680px;
    }

    .first__info {
        row-gap: 12px;
    }

    .first__info div.label {
        position: relative;
        padding: 14px 14px 14px 84px;
    }

    .first__info div.label::before {
        left: 23px;
    }

    .first__info_second {
        margin-bottom: 30px;
    }

    .first__info-people {
        background-position: left 47px center!important;
        background-size: 25px!important;
    }

    .first__info-hat {
        background-position: left 45px center!important;
        background-size: 25px!important;
    }
    
    .first__info-time {
        background-size: 20px;
    }

    .first__info-location {
        padding-left: 32px!important;
        background-size: 22px;
    }

    .first__list { 
        margin-top: 20px;
    }

    .first__text {
        margin-top: 20px;
        font-size: 18px;
        line-height: 23px;
    }

    .first__info div {
        padding-left: 30px;
        font-size: 18px;
        line-height: 25px;
    }
}

@media only screen and (max-width: 1439px){
    .first__block {
        height: 550px;
        padding: 40px;
    }

    .first__info {
        row-gap: 10px;
    }

    .first__info div {
        padding-left: 25px;
        font-size: 18px;
        line-height: 22px;
    }

    .first__info-time {
        background-size: 18px;
    }

    .first__info-location {
        background-size: 20px;
    }

    .first__info_second {
        margin-bottom: 10px;
    }

    .first__list div {
        font-size: 30px;
        line-height: 30px;
    }

    .first__list img {
        width: 20px;
        height: 20px;
    }

    .first__text {
        font-size: 16px;
        line-height: 19px;
    }
}

@media only screen and (max-width: 1179px){
    .first__info_second {
        display: none;
    }
}

@media only screen and (max-width: 1023px){
    .first__block {
        height: 680px;
        padding: 16px;
        background-image: url(../img/first-bg5-mob.jpg);
        background-position: bottom center;
    }

    .first__info {
        row-gap: 4px;
    }
    
    .first__info div {
        padding-left: 20px;
        font-size: 14px;
        line-height: 15px;
    }

    .first__info-time {
        background-size: 14px;
        background-position: left 1px center!important;
    }

    .first__info-location {
        background-size: 16px;
    }

    .first__info div.label {
        width: 100%;
        padding: 11px 11px 11px 64px;
    }

    .first__info div.label::before {
        top: calc(50% - 4px);
        left: 15px;
        width: 8px;
        height: 8px;
    }

    .first__info-people {
        background-position: left 35px center !important;
        background-size: 18px !important;
    }

    .first__info-hat {
        background-position: left 34px center !important;
        background-size: 21px !important;
    }

    .first__info div.label span {
        display: block;
    }

    .first__list { 
        row-gap: 10px;
        margin-top: 12px;
    }

    .first__list div {
        font-size: 24px;
        line-height: 24px;
    }

    .first__list img {
        width: 18px;
        height: 18px;
    }

    .first__text {
        margin-top: 12px;
    }

    .first__btns {
        row-gap: 4px;
        flex-direction: column;
        margin-top: 33px;
    }
}

/*     partners     */

.partners {
    padding-top: 110px;
}

.partners__title {
    text-align: center;
}

.partners__slider {
    display: none;
}

.partners__list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 66px;
}

.partners__item img {
    height: 136px;
    width: auto;
}

@media only screen and (max-width: 1879px){
    .partners {
        padding-top: 85px;
    }

    .partners__list {
        margin-top: 50px;
    }

    .partners__item img {
        height: 100px;
    }
}

@media only screen and (max-width: 1439px){
    .partners__item img {
        height: 90px;
    }
}

@media only screen and (max-width: 1179px){
    .partners__list {
        display: none;
    }

    .partners__slider {
        display: block;
        margin-top: 25px;
        overflow: hidden;
    }

    .partners__slider .js-marquee {
        display: flex !important;
        margin: 0!important;
    }
    
    .partners__slider .js-marquee > div {
        display: flex;
    }

    .partners__item img {
        height: 100px;
    }
}

@media only screen and (max-width: 1023px){
    .partners {
        padding-top: 60px;
    }

    .partners__slider {
        margin-top: 10px;
    }

    .partners__item img {
        height: 80px;
    }
}

/*     get     */

.get {
    padding-top: 145px;
}

.get__list .column {
    width: 50%;
}

.get__img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.get__height {
    height: 610px;
}

.get__height2 {
    height: 900px;
}

.get__element {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px;
}

.get__title {    
    font-size: 32px;
    font-weight: 500;
    line-height: 35px;
}

.get__element ul {
    display: flex;
    row-gap: 20px;
    flex-direction: column;
    margin: 40px 0;
}

.get__element li {
    position: relative;
    padding-left: 40px;
    font-size: 24px;
    font-weight: 500;
    line-height: 29px;
}

.get__element li::before {
    position: absolute;
    content: '';
    top: calc(50% - 7px);
    left: 0;
    width: 14px;
    height: 14px;
    background-color: #FA5C01;
    border-radius: 50%;
}

@media only screen and (max-width: 1879px){
    .get {
        padding-top: 85px;
    }

    .get__height {
        height: 450px;
    }

    .get__height2 {
        height: 710px;
    }

    .get__element {
        padding: 40px;
    }

    .get__element li {
        font-size: 22px;
        line-height: 26px;
    }

    .get__title {
        font-size: 26px;
        line-height: 28px;
    }
}

@media only screen and (max-width: 1439px){
    .get__height {
        height: 360px;
    }

    .get__height2 {
        height: 630px;
    }

    .get__element {
        padding: 25px;
    }

    .get__element ul {
        margin: 30px 0;
    }

    .get__element li {
        padding-left: 30px;
        font-size: 18px;
        line-height: 24px;
    }

    .get__element li::before {
        top: calc(50% - 5px);
        width: 10px;
        height: 10px;
    }

    .get__title {
        font-size: 24px;
        line-height: 28px;
    }
}

@media only screen and (max-width: 1179px){
    .get__height2 {
        height: 708px;
    }

    .get__title {
        font-size: 22px;
        line-height: 26px;
    }
}

@media only screen and (max-width: 1023px){
    .get {
        padding-top: 60px;
    }

    .get__list {
        row-gap: 16px;
        flex-direction: column;
    }

    .get__list .column {
        width: 100%;
    }

    .get__list .column:nth-child(1) .get__height {
        height: 200px;
    }

    .get__list .column:nth-child(2) .get__height {
        height: auto;
    }

    .get__list .column:nth-child(1) .get__height2 {
        height: 200px;
    }

    .get__list .column:nth-child(2) .get__height2 {
        height: auto;
    }

    .get__element {
        padding: 32px 30px;
    }

    .get__element li span {
        display: block;
    }

    .get__element li span br {
        display: none;
    }

    .get__title {
        font-size: 24px;
        line-height: 26px;
    }
}

/*     programs     */

.programs {
    padding-top: 120px;
}

.programs__tabs {
    display: flex;
    justify-content: center;
}

.programs__tabs.mob {
    display: none;
}

.programs__tab {
    cursor: pointer;
    min-width: 607px;
    padding: 30px;
    font-size: 24px;
    font-weight: 500;
    line-height: 29px;
    text-align: center;
    color: #7D7D7D;
    border-bottom: 1px solid #DEDEDE;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none;
}

.programs__tab.active {
    cursor: default;
    color: #FA5C01;
    border-bottom: 3px solid #FA5C01;
}

.programs__list {
    display: none!important;
    margin-top: 48px;
}

.programs__list.active {
    display: flex!important;
}

.programs__list .column {
    width: 25%;
}

.programs__item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 340px;
    padding: 40px 20px;
    font-size: 32px;
    font-weight: 500;
    line-height: 31px;
    text-align: center;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.6);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    overflow: hidden;
}

.programs__item::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.45);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    z-index: 1;
}

.programs__item:hover::before {
    background: rgba(0, 0, 0, 0.3);
}

.programs__item span {
    position: relative;
    z-index: 2;
}

.programs__info {
    position: relative;
    margin-top: 48px;
    padding: 47px 65px 49px;
    background: rgba(31, 109, 235, 0.15);
    background-image: url(../img/logo-5.png);
    background-position: right -40px bottom -20px;
    background-repeat: no-repeat;
    background-size: 438px;
}

.programs__date {
    position: absolute;
    top: 46px;
    right: 65px;
    display: flex;
    row-gap: 30px;
    flex-direction: column;
}

.programs__date-item {
    position: relative;
}

.programs__date-item div {
    position: relative;
    z-index: 1;
}

.programs__date-item span {
    position: absolute;
    bottom: -15px;
    right: -10px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    background-color: #FA5C01;
    border-radius: 50px;
    z-index: 2;
}

.programs__btns {
    display: flex;
    column-gap: 16px;
    margin-top: 40px;
}

.programs__btns .btn_main {
    padding-left: 32px;
    padding-right: 32px;
}

.programs__info-main {
    padding-left: 144px;
    background-image: url(../img/programs-main-img.svg);
    background-position: left center;
    background-repeat: no-repeat;
}

.programs__info-title {
    margin-top: 15px;
}

.programs__info-text {
    font-size: 32px;
    font-weight: 500;
    line-height: 35px;
}

@media only screen and (max-width: 1879px){
    .programs {
        padding-top: 85px;
    }

    .programs__tab {
        min-width: 520px;
        padding: 25px;
        font-size: 20px;
        line-height: 25px;
    }

    .programs__item {
        height: 250px;
        font-size: 23px;
        line-height: 25px;
    }

    .programs__info {
        background-size: 410px;
        background-position: right -50px bottom -10px;
    }

    .programs__info-main {
        padding-left: 120px;
        background-size: 80px;
    }

    .programs__info-text {
        font-size: 24px;
        line-height: 26px;
    }

    .programs__date-item span {
        bottom: -20px;
    }
}

@media only screen and (max-width: 1439px){
    .programs__item {
        height: 200px;
        font-size: 20px;
        line-height: 23px;
    }

    .programs__info {
        padding: 50px;
        background-size: 395px;
        background-position: right -40px bottom -10px;
    }

    .programs__info-main {
        padding: 100px 0 0;
        background-position: 0 0;
    }   

    .programs__date {
        right: 50px;
        row-gap: 20px;
    }
}

@media only screen and (max-width: 1179px){
    .programs__tab {
        min-width: 380px;
    }

    .programs__item {
        height: 170px;
    }

    .programs__info {
        row-gap: 30px;
        flex-direction: column;
        align-items: flex-start;
    }

    .programs__title {
        max-width: 640px;
    }

    .programs__title br {
        display: none;
    }
}

@media only screen and (max-width: 1023px){
    .programs {
        padding-top: 50px;
    }

    .programs__tabs.pc {
        display: none;
    }

    .programs__tabs.mob {
        display: flex;
    }

    .programs__tab {
        min-width: 50%;
        padding: 24px;
        font-size: 16px;
        line-height: 19px;
    }

    .programs__list .column {
        width: 100%;
    }

    .programs__info {
        row-gap: 24px;
        margin-top: 24px;
        padding: 32px 24px;
        background-size: 179px;
        background-position: top -13px right -30px;
    }

    .programs__info-text {
        font-size: 16px;
        line-height: 18px;
    }

    .programs__date {
        position: relative;
        top: 0;
        right: 0;
        row-gap: 10px;
        margin-top: 20px;
    }

    .programs__date-item {
        display: flex;
        align-items: center;
        column-gap: 10px;
    }
    
    .programs__date-item span {
        position: relative;
        bottom: initial;
        right: initial;
    }

    .programs__btns {
        width: 100%;
        row-gap: 10px;
        margin-top: 30px;
        flex-direction: column;
    }

    .programs__btns .btn_main {
        padding: 17px 10px;
    }

    .programs__list {
        margin: 23px 0 0;
    }

    .programs__list .column {
        display: none;
    }

    .programs__list .element {
        display: flex;
        row-gap: 24px;
        flex-direction: column;
    }


    .programs__item {
        height: 258px;
        font-size: 24px;
        line-height: 24px;
        border-radius: 16px;
    }
}

/*     about     */

.about {
    padding-top: 142px;
}

.about__title {
    text-align: center;
}

.about__description {
    margin-top: 26px;
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    text-align: center;
    color: rgba(0, 0, 0, 0.6);
}

.about__gallery {
    display: flex;
    margin-top: 66px;
    overflow: hidden;
}

.about__gallery .js-marquee {
    display: flex !important;
    margin: 0!important;
}

.about__gallery .js-marquee > div {
    display: flex;
}

.about__gallery-item {
    width: 360px;
    height: 240px;
    margin: 0 12px;
    background-color: rgba(0, 0, 0, 0.6);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 18px;
    overflow: hidden;
}

@media only screen and (max-width: 1879px){
    .about {
        padding-top: 85px;
    }

    .about__description {
        font-size: 20px;
        line-height: 25px;
    }

    .about__gallery-item {
        width: 300px;
        height: 220px;
    }
}

@media only screen and (max-width: 1439px){
    .about__description {
        font-size: 18px;
        line-height: 23px;
    }

    .about__gallery-item {
        width: 260px;
        height: 200px;
        margin: 0 9px;
    }
}

@media only screen and (max-width: 1023px){
    .about {
        padding-top: 85px;
    }

    .about__title {
        font-size: 24px!important;
        line-height: 26px!important;
    }

    .about__title span.line {
        display: block;
    }

    .about__title br {
        display: none!important;
    }

    .about__description {
        margin-top: 15px;
        font-size: 16px;
        line-height: 19px;
    }

    .about__description br {
        display: none;
    }

    .about__gallery {
        margin-top: 48px;
    }

    .about__gallery-item {
        width: 210px;
        height: 140px;
        margin: 0 6px;
    }
}

/*     companies     */

.companies {
    padding-top: 144px;
}

.companies__block {
    padding: 63px 65px 66px;
}

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

.companies__list {
    row-gap: 16px;
    margin-top: 64px;
}

.companies__list .column {
    width: 20%;
    padding: 0 8px;
}

.companies__list .column:nth-child(6),
.companies__list .column:nth-child(7),
.companies__list .column:nth-child(8),
.companies__list .column:nth-child(9) {
    width: 21.2%;
}

.companies__item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 198px;
    background: #F3F4F4;
    border-radius: 16px;
    overflow: hidden;
}

.companies__item img {
    width: auto;
    transform: scale(0.5);
}

@media only screen and (max-width: 1879px){
    .companies {
        padding-top: 85px;
    }

    .companies__list {
        margin-top: 50px;
    }

    .companies__item {
        height: 155px;
    }

    .companies__item img {
        transform: scale(0.36);
    }
}

@media only screen and (max-width: 1439px){
    .companies__block {
        padding: 50px;
    }

    .companies__item {
        height: 125px;
    }
}

@media only screen and (max-width: 1179px){
    .companies__list .column {
        width: 33%;
    }
    
    .companies__list .column:nth-child(6),
    .companies__list .column:nth-child(7),
    .companies__list .column:nth-child(8),
    .companies__list .column:nth-child(9) {
        width: 33%;
    }
}

@media only screen and (max-width: 1023px){
    .companies {
        padding-top: 65px;
    }

    .companies__block {
        padding: 20px;   
    }

    .companies__head {
        row-gap: 15px;
        flex-direction: column;
        align-items: flex-start;
    }

    .companies__list {
        row-gap: 8px;
        margin: 33px -4px 0;
    }

    .companies__list .column {
        width: 50%!important;
    }

    .companies__list {
        
    }

    .companies__list .column {
        padding: 0 4px;
    }

    .companies__item {
        height: 64px;
        border-radius: 8px;
    }

    .companies__item img {
        transform: scale(1);
    }

    .companies__list .column:nth-child(1) .companies__item img {
        width: 104px;
    }

    .companies__list .column:nth-child(2) .companies__item img {
        width: 132px;
    }

    .companies__list .column:nth-child(3) .companies__item img {
        width: 114px;
    }

    .companies__list .column:nth-child(4) .companies__item img {
        width: 103px;
    }

    .companies__list .column:nth-child(5) .companies__item img {
        width: 115px;
    }

    .companies__list .column:nth-child(6) .companies__item img {
        width: 68px;
    }

    .companies__list .column:nth-child(7) .companies__item img {
        width: 97px;
    }

    .companies__list .column:nth-child(8) .companies__item img {
        width: 107px;
    }

    .companies__list .column:nth-child(9) .companies__item img {
        width: 109px;
    }


}

/*     mobility     */

.mobility {
    padding-top: 40px;
}

.mobility__block {
    padding: 63px 65px 66px;
}

.mobility__head {
    display: flex;
    justify-content: center;
}

.mobility__gallery {
    display: flex;
    flex-wrap: wrap;
    row-gap: 16px;
    column-gap: 16px;
    justify-content: center;
    margin-top: 67px;
}

.mobility__gallery-item {
    width: 19.3%;
    height: 318px;
    background-color: rgba(0, 0, 0, 0.6);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 16px;
    overflow: hidden;
}

.mobility__gallery-item:nth-child(1) {
    width: 42.106%;
}

.mobility__gallery-item:nth-child(2),
.mobility__gallery-item:nth-child(3) {
    width: 20.585%;
}

.mobility__gallery-item:nth-child(6) {
    width: 39.29%;
}

@media only screen and (max-width: 1879px){
    .mobility__gallery {
        margin-top: 50px;
    }

    .mobility__gallery-item {
        width: 18.8%;
        height: 220px;
    }
}

@media only screen and (max-width: 1439px){
    .mobility__block {
        padding: 50px;
    }

    .mobility__gallery-item {
        height: 175px;
    }

    .mobility__gallery-item:nth-child(6) {
        width: 38%;
    }
}

@media only screen and (max-width: 1023px){
    .mobility {
        padding-top: 32px;
    }

    .mobility__block {
        padding: 20px 20px;
    }

    .mobility__head {
        row-gap: 15px;
        flex-direction: column;
    }

    .mobility__gallery-item {
        width: 50%;
    }

    .mobility__gallery-item:nth-child(1) {
        width: 100%;
    }

    .mobility__gallery {
        position: relative;
        row-gap: 8px;
        column-gap: 8px;
        margin-top: 33px;
    }

    .mobility__gallery-item {
        background-position: top -70px center;
        border-radius: 8px;
    }

    .mobility__gallery-item:nth-child(1) {
        height: 136px;
    }

    .mobility__gallery-item:nth-child(2),
    .mobility__gallery-item:nth-child(4) {
        width: calc(50% - 4px);
        margin-right: 50%;
    }

    .mobility__gallery-item:nth-child(2) {
        height: 130px;
        background-size: 270px;
        background-position: -30px -30px;
    }

    .mobility__gallery-item:nth-child(4) {
        height: 138px;
        background-size: 300px;
        background-position: -30px -70px;
    }

    .mobility__gallery-item:nth-child(5) {
        position: absolute!important;
        top: 144px!important;
        right: 0!important;
        width: calc(50% - 4px)!important;
        height: 276px!important;
        background-size: cover;
        background-position: center;
    }

    .mobility__gallery-item:nth-child(3),
    .mobility__gallery-item:nth-child(6) {
        display: none!important;
    }

    .mobility__gallery-item:nth-child(7) {
        width: 100%;
        height: 137px;
    }


}

/*     campus     */

.campus {
    padding-top: 80px;
}

.campus__block {
    padding: 63px 65px 65px;
}

.campus__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.campus__slider {
    max-width: 1456px;
    margin: 65px auto 0;
}

.campus__item {
    position: relative;
    height: 600px;
}

.campus__item-container {
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    bottom: 60px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    overflow: hidden;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.active .campus__item-container {
    top: 0;
    bottom: 0;
}

@media only screen and (max-width: 1879px){
    .campus {
        padding-top: 50px;
    }

    .campus__slider {
        max-width: 1140px;
        margin-top: 50px;
    }
}

@media only screen and (max-width: 1439px){
    .campus__block {
        padding: 50px;
    }

    .campus__slider {
        max-width: 880px;
    }

    .campus__item {
        height: 560px;
    }
}

@media only screen and (max-width: 1179px){
    .campus__slider {
        max-width: 720px;
    }

    .campus__item {
        height: 480px;
    }
}

@media only screen and (max-width: 1023px){
    .campus {
        padding-top: 32px;
    }

    .campus__block {
        padding: 20px;
    }

    .campus__head {
        row-gap: 15px;
        flex-direction: column;
    }

    .campus__title br {
        display: none;
    }

    .campus__slider {
        max-width: 240px;
        margin-top: 40px;
    }

    .campus__item {
        height: 270px;
    }

    .campus__item-container {
        top: 16px;
        bottom: 16px;
        border-radius: 12px;
    }






}

/*     teacher     */

.teacher {
    padding-top: 40px;
}

.teacher__block {
    padding: 63px 65px 65px;
}

.teacher__head {
    display: flex;
    justify-content: space-between;
}

.teacher__slider {
    max-width: 1660px;
    margin: 65px auto 0;
}

.teacher__item {
    background-color: #F3F4F4;
    background-image: url(../img/logo-4.png);
    background-position: right -12px bottom -16px;
    background-repeat: no-repeat;
    background-size: 159px;
    border-radius: 20px;
    overflow: hidden;
}

.teacher__item_2 {
    margin-top: 67px;
}

.teacher__item_3 {
    margin-top: 29px;
}

.teacher__item_4 {
    margin-top: 39px;
}

.teacher__item-img {
    overflow: hidden;
}

.teacher__item-img_1 {
    max-height: 305px;
}

.teacher__item-img_2 {
    max-height: 441px;
}

.teacher__item-img_3 {
    max-height: 333px;
}

.teacher__item-img_4 {
    max-height: 417px;
}

.teacher__item-img_5 {
    max-height: 441px;
}

.teacher__item-content {
    padding: 30px 20px 33px 30px;
}

.teacher__item-name {
    font-size: 32px;
    font-weight: 500;
    line-height: 31px;
}

.teacher__item-work {
    margin-top: 16px;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
}

.teacher__info {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-top: 39px;
    padding: 47px 48px 50px;
    color: #fff;
    background-color: #FA5C01;
    background-image: url(../img/logo-2.png);
    background-position: right -40px bottom -20px;
    background-repeat: no-repeat;
    background-size: 438px;
}

@media only screen and (max-width: 1879px){
    .teacher__item {
        background-position: right -12px bottom -20px;
        background-size: 140px;
    }

    .teacher__item-content {
        padding: 25px 15px 28px 25px;
    }

    .teacher__item-name {
        font-size: 24px;
        line-height: 26px;
    }

    .teacher__item-work {
        font-size: 16px;
        line-height: 20px;
    }

    .teacher__info {
        background-size: 410px;
    }
}

@media only screen and (max-width: 1439px){
    .teacher__block {
        padding: 50px;
    }

    .teacher__slider {
        max-width: 960px;
    }

    .teacher__info {
        padding: 40px;
    }
}

@media only screen and (max-width: 1179px){
    .teacher__info {
        row-gap: 40px;
        align-items: flex-start;
        flex-direction: column;
    }
}

@media only screen and (max-width: 1023px){
    .teacher__block {
        padding: 12px 20px;
    }

    .teacher__head {
        row-gap: 15px;
        flex-direction: column;
    }

    .teacher__slider {
        max-width: 240px;
        margin-top: 33px;
    }

    .teacher__item {
        background-position: right 14px bottom 14px;
        background-size: 76px;
    }

    .teacher__item_2 {
        margin-top: 15px;
    }

    .teacher__item-img_1 {
        max-height: 160px;
    }

    .teacher__item-img_3 {
        max-height: 155px;
    }

    .teacher__item-img_3 img {
        margin-top: -15px;
    }

    .teacher__item-img_4 {
        max-height: 215px;
    }

    .teacher__item-img_4 img {
        margin-top: -10px;
    }

    .teacher__item-img_5 {
        max-height: 221px;
    }

    .teacher__item-content {
        padding: 15px 10px 15px 15px;
    }

    .teacher__item-name {
        font-size: 20px;
        line-height: 19px;
    }

    .teacher__item-work {
        margin-top: 8px;
        font-size: 14px;
        line-height: 17px;
    }

    .teacher__info {
        row-gap: 25px;
        margin-top: 32px;
        padding: 32px 24px;
        background-position: top -5px right -20px;
        background-size: 179px;
    }

    .programs__info-main {
        padding-top: 104px;
    }

    .teacher__btn .btn_main {
        padding: 17px 20px;
    }
}

/*     promo     */

.promo {
    padding-top: 144px;
}

.promo__block {
    display: flex;
    flex-wrap: wrap;
    color: #fff;
    background: #FA5C01;
}

.promo__img {
    width: 47.65%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.promo__main {
    width: 52.35%;
    padding: 48px 56px;
    /*
    background-image: url(../img/logo-2.png);
    background-position: right -24px bottom -30px;
    background-repeat: no-repeat;
    background-size: 438px;
    */
}

.promo__logo {
    position: relative;
    width: 158px;
}

.promo__logo img {
    position: relative;
    left: 45px;
    transform: scale(2);
}

.promo__title {
    margin-top: 46px;
}

.promo__title div {
    display: flex;
    column-gap: 10px;
    align-items: center;
}

.promo__title span {
    padding: 5px 10px;
    font-size: 14px;
    line-height: 20px;
    color: #222;
    background-color: #fff;
    border-radius: 50px;
}

.promo__text {
    margin-top: 26px;
    font-size: 24px;
    font-weight: 500;
    line-height: 29px;
}

.promo__text ul {
    display: flex;
    row-gap: 10px;
    flex-direction: column;
    margin: 20px 0;
}

.promo__text li {
    position: relative;
    padding-left: 30px;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
}

.promo__text li::before {
    position: absolute;
    content: '';
    top: calc(50% - 5px);
    left: 0;
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 50%;
}

.promo__btns {
    display: flex;
    row-gap: 20px;
    align-items: flex-start;
    flex-direction: column;
    margin-top: 48px;
}

.promo__btns .btn_main {
    padding-left: 32px;
    padding-right: 32px;
}

@media only screen and (max-width: 1879px){
    .promo {
        padding-top: 85px;
    }

    .promo__main {
        background-size: 400px;
    }

    .promo__text {
        font-size: 18px;
        line-height: 24px;
    }

    .promo__text li {
        font-size: 18px;
        line-height: 24px;
    }
}

@media only screen and (max-width: 1439px){
    .promo__text br {
        display: none;
    }

    .promo__main {
        padding: 40px;
        background-size: 320px;
        background-position: right -30px bottom -20px;
    }
}

@media only screen and (max-width: 1179px){
    
}

@media only screen and (max-width: 1023px){
    .promo {
        padding-top: 85px;
    }

    .promo__block {
        flex-direction: column;
    }

    .promo__img {
        width: 100%;
        height: 240px;
    }

    .promo__main {
        width: 100%;
        padding: 20px 16px;
        background-size: 205px;
        background-position: right -28px bottom -20px;
    }

    .promo__logo {
        width: 111px;
    }

    .promo__logo img {
        left: 32px;
    }

    .promo__title {
        margin-top: 23px;
        font-size: 32px!important;
        line-height: 38px!important;
    }

    .promo__title div:last-child {
        margin-top: 10px;
    }

    .promo__text {
        margin-top: 16px;
        padding-right: 10px;
        font-size: 16px;
        line-height: 19px;
    }

    .promo__text li {
        padding-left: 25px;
        font-size: 16px;
        line-height: 19px;
    }

    .promo__text li::before {
        top: calc(50% - 4px);
        width: 8px;
        height: 8px;
    }
    
    .promo__btns {
        margin-top: 25px;
    }

    .promo__btns .btn_main {
        padding: 17px 20px;
    }
}

/*     feedback     */

.feedback {
    padding-top: 143px;
}

.feedback__title {
    text-align: center;
}

.feedback__slider {
    position: relative;
    max-width: 1216px;
    margin: 65px auto 0;
}

.feedback__slider:before,
.feedback__slider:after {
    position: absolute;
    content: '';
    background: rgba(255, 255, 255, 0.5);
    border-radius: 24px;
}

.feedback__slider:before {
    top: 30px;
    left: -24px;
    right: -24px;
    bottom: 30px;
    z-index: 1;
}

.feedback__slider:after {
    top: 60px;
    left: -48px;
    right: -48px;
    bottom: 60px;
    z-index: 2;
}

.feedback__slider .owl-carousel {
    position: relative;
    z-index: 3;
}

.feedback__slider .owl-stage-outer {
    border-radius: 30px;
    overflow: hidden;
}

.feedback__item {
    padding: 37px 32px 36px;
    background-color: #fff;
    border-radius: 24px;
}

.feedback__item-text {
    min-height: 335px;
    padding-top: 67px;
    font-size: 24px;
    font-weight: 500;
    line-height: 29px;
    background-image: url(../img/icon-quote.svg);
    background-position: 0 0;
    background-repeat: no-repeat;
}

.feedback__item-info {
    position: relative;
    padding-top: 34px;
    padding-left: 124px;
    background-image: url(../img/logo.png);
    background-position: top 53px right;
    background-repeat: no-repeat;
    background-size: 158px;
    border-top: 1px solid #DEDEDE;
}

.feedback__item-img {
    position: absolute;
    top: 23px;
    left: 0;
    width: 100px;
    height: 100px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 8px;
}

.feedback__item-name {
    font-size: 32px;
    font-weight: 500;
    line-height: 31px;
}

.feedback__item-work {
    margin-top: 17px;
    font-size: 24px;
    font-weight: 500;
    line-height: 29px;
    color: rgba(0, 0, 0, 0.6);
}

@media only screen and (max-width: 1879px){
    .feedback {
        padding-top: 85px;
    }

    .feedback__slider {
        margin-top: 50px;
    }

    .feedback__item-text {
        min-height: 315px;
        padding-top: 58px;
        font-size: 22px;
        line-height: 27px;
    }
    
    .feedback__item-info {
        padding-left: 110px;
        background-position: top 50px right;
        background-repeat: no-repeat;
        background-size: 140px;
    }

    .feedback__item-img {
        top: 20px;
        width: 90px;
        height: 90px;
    }

    .feedback__item-name {
        font-size: 26px;
        line-height: 26px;
    }

    .feedback__item-work {
        margin-top: 15px;
        font-size: 20px;
        line-height: 25px;
    }
}

@media only screen and (max-width: 1439px){
    .feedback__slider {
        max-width: 960px;
    }

    .feedback__item-text {
        font-size: 20px;
        line-height: 25px;
    }
}

@media only screen and (max-width: 1179px){
    .feedback__slider {
        max-width: 800px;
    }

    .feedback__item-text {
        font-size: 18px;
        line-height: 23px;
    }

    .feedback__item-name {
        font-size: 22px;
    }

    .feedback__item-work {
        font-size: 16px;
    }
}

@media only screen and (max-width: 1023px){
    .feedback {
        padding-top: 85px;
    }

    .feedback__item-text {
        font-size: 14px;
        line-height: 17px;
    }

    .feedback__slider {
        max-width: 295px;
        margin-top: 44px;
    }

    .feedback__slider:before {
        top: 10px;
        left: -16px;
        right: -16px;
        bottom: 100px;
        border-radius: 16px;
    }

    .feedback__slider:after {
        top: 40px;
        left: -32px;
        right: -32px;
        bottom: 130px;
        border-radius: 16px;
    }

    .feedback__item {
        padding: 17px 18px 15px;
        border-radius: 16px;
    }

    .feedback__item-text {
        min-height: 335px;
    }

    .feedback__item-info {
        padding: 20px 0 50px 80px;
        background-position: left bottom;
    }

    .feedback__item-img {
        width: 64px;
        height: 64px;
    }

    .feedback__item-name {
        font-size: 16px;
        line-height: 16px;
    }

    .feedback__item-work {
        font-size: 14px;
        line-height: 17px;
    }

    .feedback__title {
        font-size: 32px!important;
        line-height: 35px!important;
    }

    .feedback__item-info {
        padding: 18px 0 40px 75px;
        background-size: 84px;
    }
    
    .feedback__item-img {
        top: 15px;
    }

    .feedback__item-text {
        min-height: 331px;
        margin-right: -5px;
        padding-top: 35px;
        padding-bottom: 20px;
        background-size: 25px;
    }

    .feedback__item-work {
        margin-top: 8px;
    }
}

/*     footer     */

.footer {
    padding-top: 144px;
}

.footer__block {
    padding: 48px 64px 40px;
    border-bottom-left-radius: 0!important;
    border-bottom-right-radius: 0!important;
}

.footer__first {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 49px;
    margin-bottom: 56px;
}

.footer__first:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background-color: #DEDEDE;
}

.footer__contacts-label {
    margin-top: 64px;
    font-size: 24px;
    font-weight: 500;
    line-height: 29px;
    color: rgba(0, 0, 0, 0.6);
}

.footer__contacts-label:first-child {
    margin-top: 0;
}

.footer__contacts-line {
    display: flex;
    column-gap: 72px;
    margin-top: 20px;
}

.footer__contacts-line a {
    font-size: 32px;
    font-weight: 500;
    line-height: 31px;
    color: #162A33;
}

.footer__contacts-line a.email {
    color: #FA5C01;
}

.footer__go {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 49.25%;
    padding: 47px 48px;
    border: 1px solid #333;
    border-radius: 20px;
}

.footer__go-text {
    font-size: 54px;
    font-weight: 500;
    line-height: 59px;
}

.footer__go-btn .btn_main {
    padding-left: 70px;
    padding-right: 70px;
}

.footer__second {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.footer__logo {
    position: absolute;
    left: calc(50% - 127px);
    bottom: 10px;
    width: 253px;
    height: 64px;
    background-image: url(../img/logo_NAM_black.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 300px;
}

.footer__menu {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.footer__menu ul {
    display: flex;
    justify-content: center;
}

.footer__menu li {
    border-bottom: 1px solid #DEDEDE;
}

.footer__menu a {
    display: flex;
    column-gap: 16px;
    align-items: center;
    justify-content: center;
    margin-bottom: -1px;
    padding: 21px 20px 27px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    white-space: nowrap;
    color: #7D7D7D;
    border-bottom: 3px solid rgba(31, 109, 235, 0);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.footer__menu ul:nth-child(1) a {
    min-width: 150px;
}

.footer__menu ul:nth-child(2) a {
    min-width: 200px;
}

.footer__menu a.active,
.footer__menu a:hover {
    color: #FA5C01;
    border-bottom: 3px solid rgba(250, 92, 1, 1);
}

.footer__menu a svg path.icon {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.footer__menu a.active svg path.icon,
.footer__menu a:hover svg path.icon {
    fill: #FA5C01;
}

.footer__last {
    display: flex;
    justify-content: center;
    margin-top: 47px;
}

.footer__last span {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
}

.footer__last span:nth-child(1) {
    color: rgba(0, 0, 0, 0.6);
}

.footer__last span:nth-child(2) { 
    color: #162A33;
}


@media only screen and (max-width: 1879px){
    .footer {
        padding-top: 85px;
    }

    .footer__contacts-label {
        margin-top: 58px;
        font-size: 22px;
        line-height: 26px;
    }

    .footer__contacts-line {
        column-gap: 50px;
    }

    .footer__contacts-line a {
        font-size: 28px;
        line-height: 28px;
    }

    .footer__go-text {
        font-size: 40px;
        line-height: 46px;
    }

    .footer__go-btn .btn_main {
        padding-left: 40px;
        padding-right: 40px;
    }

    .footer__logo {
        left: calc(50% - 109px);
        bottom: 5px;
        width: 218px;
        height: 55px;
        background-size: 275px;
    }

    .footer__menu ul:nth-child(1) a {
        min-width: 110px;
    }

    .footer__menu ul:nth-child(2) a {
        min-width: 160px;
    }

    .footer__last span {
        font-size: 18px;
        line-height: 22px;
    }
}

@media only screen and (max-width: 1439px){
    .footer__contacts-line {
        row-gap: 10px;
        flex-direction: column;
    }

    .footer__go {
        row-gap: 40px;
        align-items: center;
        flex-direction: column;
    }

    .footer__second {
        padding-top: 100px;
    }

    .footer__logo {
        top: 0;
        bottom: auto;
    }

    .footer__menu {
        flex-direction: column;
        align-items: center;
        row-gap: 40px;
    }
}

@media only screen and (max-width: 1179px){
    
}

@media only screen and (max-width: 1023px){
    .footer {
        padding-top: 65px;
    }

    .footer__block {
        padding: 32px 20px;
    }

    .footer__first {
        row-gap: 33px;
        align-items: inherit;
        flex-direction: column;
        padding-bottom: 33px;
        margin-bottom: 36px;
    }

    .footer__contacts-label {
        margin-top: 36px;
        font-size: 14px;
        line-height: 17px;
    }

    .footer__contacts-line {
        row-gap: 24px;
        flex-direction: column;
        margin-top: 11px;
    }

    .footer__contacts-line a {
        font-size: 20px;
        line-height: 19px;
    }

    .footer__go {
        width: 100%;
        padding: 16px;
        row-gap: 12px;
        align-items: flex-start;
        flex-direction: column;
        border-radius: 16px;
    }

    .footer__go-text {
        font-size: 32px;
        line-height: 35px;
    }

    .footer__go-btn .btn_main {
        padding-left: 16px;
        padding-right: 16px;
    }

    .footer__second {
        padding-top: 75px;
    }

    .footer__logo {
        top: -5px;
        left: calc(50% - 90px);
        bottom: auto;
        width: 180px;
        height: 36px;
        background-size: 225px;
    }

    .footer__menu {
        flex-direction: column;
        align-items: center;
        row-gap: 40px;
    }

    .footer__menu ul {
        flex-wrap: wrap;
    }

    .footer__menu li {
        width: 50%;
    }

    .footer__menu ul:nth-child(1) {
        row-gap: 10px;
    }

    .footer__menu ul:nth-child(2) {
        row-gap: 7px;
    }

    .footer__menu a {
        padding: 9px 0 17px;
        line-height: 17px;
    }

    .footer__menu ul:nth-child(1) a {
        font-size: 14px;
    }

    .footer__menu ul:nth-child(2) a {
        font-size: 16px;
        line-height: 20px;
    }

    .footer__last {
        row-gap: 12px;
        flex-direction: column;
        align-items: center;
        margin-top: 32px;
    }

    .footer__last span {
        font-size: 14px;
        line-height: 17px;
    }
}

/* popup */

.overlay {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    z-index: 999999;
}

.popup {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 99999;
    position: relative;
    overflow-y: scroll;
    z-index: 100;
}

.popup-order .block {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 640px;
    padding: 60px 60px 45px;
    color: #FFFFFF;
    transform: translate(-50%, -50%);
    background-color: #FA5C01;
    border-radius: 30px;
    overflow: hidden;
}

.popup-close {
    position: absolute;
    cursor: pointer;
    top: 26px;
    right: 26px;
    z-index: 10;
}

.popup-close {
    opacity: 0.5;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.popup-close:hover {
    opacity: 1;
}

.popup-close svg {
    width: 26px;
    height: 26px;
}

.popup-order__title {
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
}

@media only screen and (max-width: 1439px){
    .popup-close {
        top: 20px;
        right: 20px;
    }

    .popup-close svg {
        width: 22px;
        height: 22px;
    }

    .popup-order .block {
        max-width: 370px;
        padding: 60px 20px 20px;
        border-radius: 20px;
    }

    .popup-order__title {
        font-size: 18px;
        line-height: 24px;
    }

    .popup-order__title span {
        display: block;
    }

    .popup-order__title br {
        display: none;
    }
}