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: 'Golos Text';
    src: url('../fonts/GolosText-Medium.eot');
    src: local('Golos Text Medium'), local('GolosText-Medium'),
        url('../fonts/GolosText-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GolosText-Medium.woff2') format('woff2'),
        url('../fonts/GolosText-Medium.woff') format('woff'),
        url('../fonts/GolosText-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Golos Text';
    src: url('../fonts/GolosText-Regular.eot');
    src: local('Golos Text Regular'), local('GolosText-Regular'),
        url('../fonts/GolosText-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GolosText-Regular.woff2') format('woff2'),
        url('../fonts/GolosText-Regular.woff') format('woff'),
        url('../fonts/GolosText-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


*, *: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: 'Golos Text';
    color: #222222;
    background-color: #EFEFEF;
}

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

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

a {
    color: #3E3E3F;
    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!important;
}

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


/*     main     */

.noscroll {
    overflow: hidden;
}

.wrapper {
    position: relative;
    width: 100%;
    padding: 150px 0 30px;
    overflow: hidden;
}

.section {
    margin-top: 60px;
}

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

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

.title {
    font-size: 72px;
    font-weight: 500;
    line-height: 72px;
}

.title.h {
    line-height: 85px;
}

.sub-title {
    font-size: 64px;
    font-weight: 500;
    line-height: 76px;
}

.list {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
}

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

.bg-img {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-white {
    background-color: #ffffff;
}

.bg-blue {
    color: #fff;
    background-color: #003EB3;
}

.bg-orange {
    color: #fff;
    background-color: #FF5F29;
}

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

    .section {
        margin-top: 50px;
    }

    .container {
        max-width: 1440px;
    }

    .section__anchor {
        top: -140px;
    }

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

    .title.h {
        line-height: 62px;
    }

    .sub-title {
        font-size: 44px;
        line-height: 48px;
    }
}

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

    .container {
        max-width: 1180px;
    }

    .section__anchor {
        top: -136px;
    }

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

    .title.h {
        line-height: 48px;
    }

    .sub-title {
        font-size: 38px;
        line-height: 42px;
    }
}

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

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

    .title.h {
        line-height: 48px;
    }

    .sub-title {
        font-size: 32px;
        line-height: 36px;
    }
}

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

    .section {
        margin-top: 40px;
    }

    .container {
        max-width: 375px;
        padding: 0 27px;
    }

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

    .title.h {
        line-height: 33px;
    }

    .sub-title {
        font-size: 27px;
        line-height: 34px;
    }

    .type_6 .sub-title {
        font-size: 24px;
        line-height: 30px;
    }

    .type_7 .sub-title {
        font-size: 24px;
        line-height: 30px;
    }

    .section__anchor {
        top: -118px;
    }
}

/*     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: 25px 66px;
    font-size: 24px;
    font-weight: 500;
    line-height: 29px;
    text-align: center;
    border-radius: 20px;
    opacity: 1;
}

.btn_main.large {
    padding: 30px 70px;
    font-size: 28px;
    line-height: 34px;
}

.btn_main:hover {
    opacity: 0.9;
}

.btn_orange {
    color: #FFFFFF;
    background-color: #FF5F29;
}

.btn_blue {
    color: #FFFFFF;
    background-color: #003EB3;
}

.btn_black {
    color: #FFFFFF;
    background-color: #000000;
}

.btn_arrow {
    display: flex;
    column-gap: 58px;
    align-items: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    color: #fff;
}

.btn_full {
    width: 100%;
}

@media only screen and (max-width: 1919px){
    .btn_main {
        padding: 20px 60px;
        font-size: 20px;
        line-height: 26px;
    }

    .btn_main.large {
        padding: 25px 65px;
        font-size: 24px;
        line-height: 30px;
    }

    .btn_arrow {
        font-size: 18px;
        line-height: 22px;
        column-gap: 36px;
    }

    .btn_arrow svg {
        width: 58px;
        height: 58px;
    }
}

@media only screen and (max-width: 1439px){
    .btn_main {
        padding: 20px 40px;
        font-size: 18px;
        line-height: 26px;
    }

    .btn_main.large {
        padding: 25px 45px;
        font-size: 22px;
        line-height: 30px;
    }
}

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

    .btn_main.large {
        padding: 24px 15px;
        font-size: 18px;
        line-height: 22px;
    }

    .btn_arrow {
        align-items: center;
        column-gap: 15px;
        font-size: 15.5px;
        line-height: 19px;
        white-space: nowrap;
    }

    .btn_arrow .line {
        display: block;
    }

    .btn_arrow .line br {
        display: none;
    }

    .btn_arrow svg {
        width: 66px;
        height: 66px;
        flex: 0 0 66px;
    }
}

/*     owl     */

.owl {

}

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

.owl-nav button {
    position: absolute;
    display: flex!important;
    width: 90px!important;
    height: 80px!important;
    margin: 0!important;
    background-color: #FF5F29!important;
    border-radius: 20px!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: 10px!important;
    justify-content: center!important;
    z-index: 1;
}

.owl-dot {
    display: flex!important;
    width: 40px!important;
    height: 5px!important;
    margin: 0!important;
    padding: 0!important;
    background: rgba(255, 255, 255, 0.5)!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: 80px!important;
    background: rgba(255, 255, 255, 1)!important;
}



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

.owl-type-2 .owl-nav,
.owl-type-3 .owl-nav {
    position: absolute!important;
    left: 30px!important;
    right: 30px!important;
    bottom: 30px!important;
    display: flex!important;
}

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

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

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

.owl-type-3 .owl-dots,
.owl-type-4 .owl-dots {
    position: absolute!important;
    top: 40px!important;
    left: 40px!important;
    display: flex!important;
}

.owl-type-2 .owl-dot,
.owl-type-3 .owl-dot {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.owl-type-3 .owl-nav {
    position: absolute!important;
    top: 30px!important;
    left: 30px!important;
    display: flex!important;
}

.owl-type-3 .owl-dots {
    display: flex!important;
}

.owl-type-4 .owl-nav {
    display: flex!important;
}

.owl-type-5 .owl-nav {
    position: absolute;
    top: -145px;
    left: 45px;
    right: 45px;
    display: flex!important;
    justify-content: space-between;
}

.owl-type-5 .owl-nav button {
    position: absolute;
    display: flex!important;
    width: 90px!important;
    height: 80px!important;
    background-color: #FF5F29!important;
    border-radius: 20px!important;
}

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

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

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

.owl-type-6 .owl-nav {
    display: flex!important;
    justify-content: space-between!important;
    margin-top: 36px;
}

.owl-type-6 .owl-nav button {
    position: relative!important;
}

.owl-type-7 .owl-nav {
    display: flex!important;
    position: absolute!important;
    justify-content: space-between!important;
    width: 204px;
    top: 48px!important;
    right: 48px!important;
}

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

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

.owl-prev {
    background-image: url(../img/icon-arrrow-left.svg)!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
}

.owl-next {
    background-image: url(../img/icon-arrrow-right.svg)!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
}

.owl-prev.disabled {
    background-image: url(../img/icon-arrrow-left-disabled.svg)!important;
}

.owl-next.disabled {
    background-image: url(../img/icon-arrrow-right-disabled.svg)!important;
}

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

    .owl-nav button {
        width: 80px!important;
        height: 70px!important;
    }

    .owl-type-5 .owl-nav {
        top: -133px;
    }

    .owl-type-6 .owl-nav {
        margin-top: 30px;
    }
    
    .owl-type-7 .owl-nav {
        width: 170px;
        top: 32px !important;
        right: 32px !important;
    }
}

@media only screen and (max-width: 1439px) {
    .owl-nav button {
        width: 70px !important;
        height: 60px !important;
    }

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

    .owl-type-1 .owl-dots,
    .owl-type-2 .owl-dots {
        bottom: 20px!important;
    }

    .owl-type-3 .owl-dots, .owl-type-4 .owl-dots {
        top: 20px !important;
        left: 20px !important;
    }
    
    .owl-type-2 .owl-nav,
    .owl-type-3 .owl-nav {
        left: 20px !important;
        right: 20px !important;
        bottom: 20px !important;
    }

    .owl-type-5 .owl-nav {
        top: -123px;
        left: 30px;
        right: 30px;
    }

    .owl-type-7 .owl-nav {
        width: 150px;
        top: 26px !important;
        right: 26px !important;
    }
}

@media only screen and (max-width: 1179px) {
    .owl-type-2 .owl-nav,
    .owl-type-3 .owl-nav {
        display: none!important;
    }
}

@media only screen and (max-width: 1023px) {
    .owl-nav button {
        width: 90px !important;
        height: 70px !important;
    }

    .owl-dot {
        width: 24px!important;
        height: 3px!important;
    }
    
    .owl-dot.active {
        width: 48px!important;
    }

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

    .owl-type-2 .owl-dots {
        bottom: 24px!important;
    }

    .owl-type-3 .owl-dots, .owl-type-4 .owl-dots {
        top: 24px!important;
        left: 24px!important;
    }

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

    .owl-type-5 .owl-item.active {
        opacity: 1;
    }

    .owl-type-5 .owl-nav {
        top: -115px;
    }

    .owl-type-5 .owl-nav button {
        height: 70px !important;
    }

    .owl-type-6 .owl-nav {
        margin-top: 24px;
    }

    .owl-type-7 .owl-nav {
        top: auto!important;
        left: 30px!important;
        right: 30px!important;
        bottom: 100px!important;
        width: auto!important;
    }
}

/*     header     */

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

.header_scroll {
    top: 0;
}

.logged-in .header {
    top: 62px!important;
}

.logged-in .header_scroll {
    top: 42px!important;
}

.header__block {
    position: relative;
    display: flex;
    column-gap: 20px;
    align-items: center;
}

.header__logo {
    display: flex;
    width: 300px;
    height: 99px;
    background-color: #fff;
    background-image: url(../img/logo.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 210px;
    border-radius: 30px;
}

.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 {
    width: calc(100% - 740px);
    padding: 37px 40px;
    background-color: #fff;
    border-radius: 30px;
}

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

.header__menu-title {
    display: none;
}

.header__menu ul a {
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
    color: #A6A6A6;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.header__menu ul a:hover {
    text-decoration: underline;
    color: #222222;
}

.header__btn .btn_main {
    width: 400px;
    padding: 35px;
    column-gap: 30px;
    border-radius: 30px;
}

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

.header__burger {
    display: none;
}

.header__menu-title {
    display: none;
}

.header__btn.mob {
    display: none;
}

@media only screen and (max-width: 1919px) {
    .header__logo {
        width: 225px;
        height: 70px;
        background-size: 160px;
        border-radius: 20px;
    }

    .header__menu {
        width: calc(100% - 535px);
        padding: 22px 30px;
        border-radius: 20px;
    }

    .header__menu ul {
        column-gap: 40px;
    }

    .header__menu ul a {
        font-size: 18px;
        line-height: 26px;
    }

    .header__btn .btn_main {
        width: 270px;
        padding: 22px;
        column-gap: 10px;
        border-radius: 20px;
    }

    .header__btn .btn_main:before {
        transform: scale(0.8);
    }
}

@media only screen and (max-width: 1439px) {
    .header__logo {
        width: 195px;
        height: 66px;
        background-size: 150px;
    }

    .header__menu {
        width: calc(100% - 475px);
    }

    .header__menu ul {
        column-gap: 28px;
    }

    .header__menu ul a {
        font-size: 16px;
        line-height: 22px;
    }

    .header__btn .btn_main {
        width: 240px;
        padding: 20px;
    }
}

@media only screen and (max-width: 1179px) {
    .header__logo {
        width: 165px;
        height: 66px;
        background-size: 130px;
    }

    .header__menu {
        width: calc(100% - 405px);
        padding-left: 20px;
        padding-right: 20px;
    }

    .header__menu ul {
        column-gap: 18px;
    }

    .header__menu ul a {
        font-size: 15px;
    }

    .header__btn .btn_main {
        width: 200px;
        padding: 20px 10px;
    }
}


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

    .header_open {
        height: 100vh;
        padding-bottom: 20px;
        background-color: #EFEFEF;
    }

    .header__logo {
        position: absolute;
        top: 0;
        left: 0;
        width: 169px;
        height: 59px;
        background-size: 100px;
        border-radius: 15px;
    }

    .header_open .header__logo {
        width: 149px;
    }

    .header_open .header__block {
        padding-top: 75px;
    }
    
    .header__menu {
        display: none;
        padding: 30px 30px;
    }

    .header_open .header__menu {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: calc(100vh - 115px);
    }

    .header__menu-title {
        margin-bottom: 30px;
        font-size: 28px;
        font-weight: 500;
        line-height: 28px;
        color: #222222;
    }

    .header_open .header__menu-title {
        display: flex;
    }

    .header__menu ul {
        row-gap: 20px;
        flex-direction: column;
    }

    .header__menu ul a {
        font-size: 20px;
        line-height: 20px;
    }
    
    .header__btn.pc {
        display: none;
    }

    .header__btn {
        position: absolute;
        left: 30px;
        right: 30px;
        bottom: 30px;
    }

    .header__btn.mob {
        display: flex;
    }

    .header__btn .btn_main {
        width: 100%;
        font-size: 14px;
    }

    .header__burger {
        position: absolute;
        top: 0;
        right: 0;
        cursor: pointer;
        display: flex;
        width: 138px;
        height: 58px;
        padding: 20px 30px 20px 60px;
        font-size: 16px;
        font-weight: 500;
        line-height: 18px;
        text-align: right;
        color: #fff;
        background-color: #FF5F29;
        background-image: url(../img/icon-burger.svg);
        background-position: left 30px center;
        background-repeat: no-repeat;
        border-radius: 15px;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
    }

    .header_open .header__burger {
        width: 158px;
        background-image: url(../img/icon-burger-close.svg);
    }






}

/*     first     */

.first {
    margin: 0;
}

.first__column_1 {
    width: calc(59.7% - 10px);
}

.first__column_2 {
    width: calc(40.3% - 10px);
}

.first__height {
    min-height: 753px;
}

.first__height2 {
    min-height: 601px;
}

.first__height3 {
    min-height: 705px;
    padding-top: 50px!important;
}

.first__height4 {
    min-height: 655px;
    padding-top: 68px!important;
}

.first__height5 {
    min-height: 737px;
}

.first__height6 {
    min-height: 720px;
}

.first__height7 {
    min-height: 655px;
}

.first__item {
    padding: 60px;
}

.first__label {
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px; 
}

.first__label.style-blue {
    display: flex;
    justify-content: flex-start;
    font-size: 24px;
    line-height: 29px;
}

.first__label.style-blue div {
    padding-bottom: 8px;
    border-bottom: 1px solid #003EB3;
}

.first__label strong {
    font-weight: 600;
}

.first__label.style-blue strong {
    color: #003EB3;
}

.first__height3 .first__title,
.first__height4 .first__title {
    font-size: 64px;
    line-height: 70px;
}

.first__height5 .first__title {
    font-size: 56px;
    line-height: 62px;
}

.first__height6 .first__title {
    font-size: 56px;
    line-height: 110%;
}

.first__height7 .first__title {
    font-size: 48px;
    line-height: 110%;
}

.first__description {
    margin-top: 40px;
    font-size: 42px;
    font-weight: 500;
    line-height: 46px;
}

.first__height3 .first__description {
    margin-top: 30px;
}

.first__height7 .first__description {
    font-size: 32px;
    line-height: 110%;
}

.first__btns {
    display: flex;
    column-gap: 20px;
    margin-top: 60px;
}

.first__btns.type_2 {
    margin-top: 92px;
}

.first__btns.type_3 {
    margin-top: 70px;
}

.first__btns .btn {
    min-width: 340px;
}

.first__list2 {
    margin-top: 20px;
}

.first__list2 .first__column {
    width: calc(33.33% - 15px);
}

.first__list2.cols-4 .first__column {
    width: calc(25% - 15px);
}

.first__item2 {
    height: 248px;
    padding: 50px;
    font-size: 32px;
    font-weight: 400;
    line-height: 38px;
}

.first__item3 {
    height: 217px;
    padding: 36px;
    font-size: 24px;
    font-weight: 400;
    line-height: 29px;
    color: #fff;
}

.first__item4 {
    display: flex;
    align-items: center;
    height: 217px;
    padding: 0 67px;
    font-size: 28px;
    font-weight: 400;
    line-height: 30px;
    color: #fff;
}

.first__item5 {
    display: flex;
    align-items: center;
    height: 269px;
    padding: 0 20px 0 67px;
    font-size: 28px;
    font-weight: 400;
    line-height: 30px;
}

.first__item6 {
    display: flex;
    align-items: center;
    height: 269px;
    padding: 0 20px 0 67px;
    font-size: 28px;
    font-weight: 400;
    line-height: 30px;
    color: #fff;
}

.first__galery-label {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 60px;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border-radius: 15px;
    z-index: 2;
}

@media only screen and (max-width: 1919px) {
    .first__height {
        min-height: 585px;
    }

    .first__height2 {
        min-height: 446px;
    }

    .first__height3 {
        min-height: 539px;
    }

    .first__height4 {
        min-height: 549px;
        padding-top: 50px !important;
    }

    .first__height5 {
        min-height: 522px;
    }

    .first__height6 {
        min-height: 550px;
    }

    .first__height7 {
        min-height: 540px;
    }

    .first__item {
        padding: 50px;
    }

    .first__label.style-blue {
        font-size: 22px;
        line-height: 26px;
    }

    .first__height2 .first__title {
        font-size: 40px;
        line-height: 44px;
    }

    .first__height3 .first__title {
        font-size: 46px;
        line-height: 50px;
    }

    .first__height5 .first__title {
        font-size: 40px;
        line-height: 46px;
    }

    .first__height6 .first__title {
        font-size: 40px;
    }

    .first__height7 .first__title {
        font-size: 36px;
    }


    .first__description {
        font-size: 20px;
        line-height: 26px;
    }

    .first__height7 .first__description {
        font-size: 23px;
    }
    
    .first__btns.type_2 {
        margin-top: 50px;
    }

    .first__btns.type_3 {
        margin-top: 50px;
    }

    .first__item2 {
        height: 200px;
        padding: 40px;
        font-size: 24px;
        line-height: 30px;
    }

    .first__item3 {
        height: 180px;
        padding: 30px;
        font-size: 18px;
        line-height: 23px;
    }

    .first__item4 {
        height: 180px;
        padding: 30px;
        font-size: 20px;
        line-height: 26px;
    }

    .first__item5 {
        height: 180px;
        padding: 30px;
        font-size: 20px;
        line-height: 26px;
    }

    .first__item6 {
        height: 200px;
        padding: 30px;
        font-size: 20px;
        line-height: 26px;
    }
}

@media only screen and (max-width: 1439px) {
    .first__height {
        min-height: 468px;
    }

    .first__height2 {
        min-height: 394px;
    }

    .first__height3 {
        min-height: 479px;
    }

    .first__height4 {
        min-height: 443px;
        padding-top: 30px!important;
    }

    .first__height5 {
        min-height: 443px;
    }

    .first__height6 {
        min-height: 446px;
    }

    .first__height7 {
        min-height: 428px;
    }

    .first__item {
        padding: 30px;
    }

    .first__label {
        margin-bottom: 20px;
        font-size: 18px;
        line-height: 22px;
    }

    .first__label.style-blue {
        font-size: 20px;
    }

    .first__height3 .first__title {
        font-size: 38px;
        line-height: 42px;
    }

    .first__height4 .first__title {
        font-size: 54px;
        line-height: 60px;
    }

    .first__height5 .first__title {
        font-size: 34px;
        line-height: 40px;
    }
    
    .first__height6 .first__title {
        font-size: 33px;
    }

    .first__height7 .first__title {
        font-size: 30px;
    }

    .first__description {
        margin-top: 30px;
        font-size: 18px;
        line-height: 24px;
    }

    .first__height7 .first__description {
        font-size: 20px;
    }

    .first__btns {
        margin-top: 40px;
    }

    .first__btns.type_3 {
        margin-top: 40px;
    }
    
    .first__btns .btn {
        min-width: 280px;
    }
    
    .first__item2 {
        height: 148px;
        padding: 30px;
        font-size: 18px;
        line-height: 22px;
    }

    .first__item3,
    .first__item4,
    .first__item5,
    .first__item6 {
        height: 150px;
        padding: 30px;
        font-size: 16px;
        line-height: 22px;
    }
}

@media only screen and (max-width: 1179px) {
    .first__height {
        min-height: 450px;
    }
    
    .first__height2 {
        min-height: 352px;
    }

    .first__height4 {
        min-height: 419px;
    }

    .first__height5 {
        min-height: 425px;
    }

    .first__height6 {
        min-height: 435px;
    }


    .first__height2 .first__title {
        font-size: 34px;
        line-height: 36px;
    }

    .first__height4 .first__title {
        font-size: 44px;
        line-height: 48px;
    }

    .first__height5 .first__title {
        font-size: 28px;
        line-height: 34px;
    }

    .first__height6 .first__title {
        font-size: 28px;
    }

    .first__height7 .first__title {
        font-size: 26px;
    }

    .first__btns .btn {
        min-width: 240px;
    }

    .first__btns.type_2 {
        margin-top: 40px;
    }

    .first__item2 {
        height: 140px;
        font-size: 16px;
        line-height: 20px;
    }

    .first__item6 br {
        display: none;
    }

    .first__list2.cols-4 {
        row-gap: 20px;
    }

    .first__list2.cols-4 .first__column {
        width: calc(50% - 10px);
        font-size: 20px;
        line-height: 23px;
    }

    .first__column:first-child .first__item5 {
        padding-right: 20px;
    }

    .first__column:first-child .first__item5 br {
        display: none;
    }
}

@media only screen and (max-width: 1023px) {
    .first__height2 {
        min-height: 214px;
    }

    .first__height3,
    .first__height4 {
        min-height: 280px;
        padding-top: 30px!important;
    }

    .first__height5,
    .first__height6,
    .first__height7 {
        min-height: 280px;
    }

    .first__label,
    .first__label.style-blue {
        font-size: 14px;
        line-height: 17px;
    }

    .first__label.style-blue div {
        padding-bottom: 5px;
    }

    .first__title {
        margin-right: -10px;
    }

    .first__height2 .first__title {
        font-size: 27px;
        line-height: 28px;
    }

    .first__height3 .first__title {
        font-size: 22px;
        line-height: 28px;
    }

    .first__height4 .first__title {
        font-size: 34px;
        line-height: 36px;
    }

    .first__height5 .first__title {
        font-size: 22px;
        line-height: 30px;
    }

    .first__height5 .first__title span {
        display: block;
    }

    .first__height6 .first__title {
        font-size: 23px;
        line-height: 26px;
    }

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

    .first__height7 .first__title {
        font-size: 22px;
    }

    .first__title .line {
        display: block;
    }

    .first__description span {
        display: block;
    }

    .first__height3 .first__description,
    .first__height4 .first__description,
    .first__height5 .first__description {
        margin-top: 15px;
    }

    .first__description {
        margin-top: 20px;
        font-size: 18px;
        line-height: 21px;
    }

    .first__title br {
        display: none;
    }
    
    .first__description {
        margin-top: 20px;
        font-size: 14px;
        line-height: 17px;
    }

    .first__description br {
        display: none;
    }


    .first__height6 .first__description,
    .first__height7 .first__description {
        font-size: 16px;
        line-height: 20px;
    }



    .first__list {
        row-gap: 10px;
        flex-direction: column;
    }

    .first__column_1 {
        width: 100%;
    }
    
    .first__column_2 {
        width: 100%;
    }

    .first__btns {
        row-gap: 10px;
        flex-direction: column;
        margin-top: 47px;
    }

    .first__btns .btn {
        min-width: 100%;
    }
    
    .bg-img.first__height {
        min-height: 214px;
    }

    .first__list2 {
        row-gap: 10px;
        flex-direction: column;
        margin-top: 15px;
    }

    .first__list2 .first__column {
        width: 100%;
    }

    .first__item2,
    .first__item3,
    .first__item4,
    .first__item5,
    .first__item6 {
        display: flex;
        align-items: center;
        height: 108px;
        padding: 10px 30px!important;
        font-size: 14px;
        line-height: 17px;
        border-radius: 16px;
    }

    .first__item3 span,
    .first__item4 span,
    .first__item5 span,
    .first__item6 span {
        display: block;
    }

    .first__item3 br,
    .first__item4 br,
    .first__item5 br {
        display: none;
    }

    .first__btns.type_2 {
        margin-top: 20px;
    }

    .first__list2.cols-4 {
        row-gap: 10px;
    }

    .first__list2.cols-4 .first__column {
        width: 100%;
    }

    .first__galery-label {
        left: 10px;
        right: 10px;
        bottom: 25px;
        padding: 8px 10px;
        font-size: 12px;
        line-height: 16px;
    }
}

/*     after     */

.after__column_1 {
    width: calc(50% - 10px);
}

.after__column_2 {
    width: calc(50% - 10px);
}

.after__height {
    min-height: 1123px;
}

.after__height2 {
    min-height: 1767px;
}

.after__height3 {
    min-height: 1655px;
}

.after__height4 {
    min-height: 1655px;
}

.after__height5 {
    min-height: 1865px;
}

.after__height6 {
    min-height: 1435px;
}

.after__height7 {
    min-height: 1645px;
}

.after___info {
    position: relative;
}

.after___info.after__height {
    padding: 546px 115px 0;
}

.after___info.after__height2 {
    padding: 980px 25px 0;
}

.after___info.after__height3,
.after___info.after__height4 {
    padding: 1000px 155px 0;
}

.after___info.after__height5 {
    padding: 1190px 155px 0;
}

.after___info.after__height6 {
    padding: 768px 155px 0;
}

.after___info.after__height7 {
    padding: 974px 155px 0;
}

.after___info.bg-orange {
    background: linear-gradient(180deg, #FF5F29 0%, #993919 100%);
}

.after___info.bg-orange::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../img/after-content-bg.svg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
}

.after___info.bg-orange2 {
    color: #fff;
    background-color: #FF5F29;
    background-image: url(../img/microelectronics/after-content-bg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
}

.after___info-content {
    position: relative;
    z-index: 2;
}

.after___info-list {
    display: flex;
    flex-wrap: wrap;
    row-gap: 60px;
    justify-content: center;
}

.after__height2 .after___info-list {
    margin-right: 44px;
}

.bg-blue .after___info-list {
    column-gap: 20px!important;
    row-gap: 20px!important;
}

.after___info-list li {
    display: flex;
    row-gap: 30px;
    text-align: center;
    align-items: center;
    flex-direction: column;
    width: 50%;
    font-size: 24px;
    font-weight: 500;
    line-height: 29px;
}

.bg-blue .after___info-list li {
    justify-content: center;
    width: calc(50% - 10px);
    height: 210px;
    background-color: #2F56CA;
    border-radius: 20px;
}

.after___info-list li div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
}

.after__height2 .after___info-text {
    margin-top: 123px;
    font-size: 24px;
    font-weight: 600;
    line-height: 29px;
    text-align: center;
}

.after___info-btn {
    display: flex;
    justify-content: center;
}

.after__height .after___info-btn {
    margin-top: 92px;
}

.after__height2 .after___info-btn {
    margin-top: 64px;
}

.after__height3 .after___info-btn,
.after__height4 .after___info-btn,
.after__height5 .after___info-btn,
.after__height6 .after___info-btn,
.after__height7 .after___info-btn {
    margin-top: 56px;
}

.after___info-img {
    position: absolute;
    top: 56px;
    left: -290px;
    width: 1200px;
}

.after__height3 .after___info-img,
.after__height4 .after___info-img,
.after__height5 .after___info-img,
.after__height6 .after___info-img,
.after__height7 .after___info-img {
    top: 0!important;
    left: 0!important;
    right: 0!important;
    width: 100%!important;
}

.after___main {
    padding: 60px 60px 55px;
}

.after___main.after__height3,
.after___main.after__height4,
.after___main.after__height5 {
    padding: 45px 60px;
}

.after___main.after__height6,
.after___main.after__height7 {
    padding: 40px;
}

.after___main-list {
    display: flex;
    row-gap: 15px;
    flex-direction: column;
    margin-top: 60px;
}

.after__height3 .after___main-list,
.after__height4 .after___main-list,
.after__height5 .after___main-list {
    margin-top: 48px;
    row-gap: 25px;
}

.after__height6 .after___main-list,
.after__height7 .after___main-list {
    margin-top: 48px;
    row-gap: 25px;
}

.after___main-list li {
    position: relative;
    display: flex;
    row-gap: 12px;
    flex-direction: column;
    padding: 41px 41px 41px 136px;
    font-size: 24px;
    font-weight: 400;
    line-height: 29px;
    background-color: #F6F6F6;
    border-radius: 30px;
}

.after__height2 .after___main-list li {
    padding: 32px 32px 32px 96px;
}

.after__height3 .after___main-list li,
.after__height4 .after___main-list li,
.after__height5 .after___main-list li,
.after__height6 .after___main-list li,
.after__height7 .after___main-list li {
    display: flex;
    justify-content: center;
    min-height: 185px;
    padding: 0 32px 0 70px;
    font-size: 26px;
    line-height: 34px;
}

.after___main-list li:before {
    position: absolute;
    content: '';
    top: calc(50% - 9px);
    left: 60px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
}

.after__height2 .after___main-list li:before {
    left: 48px;
}

.after__height3 .after___main-list li:before,
.after__height4 .after___main-list li:before,
.after__height5 .after___main-list li:before,
.after__height6 .after___main-list li:before,
.after__height7 .after___main-list li:before {
    left: 30px;
}

.style-orange .after___main-list li:before {
    background-color: #FF5F29;
}

.style-blue .after___main-list li:before {
    top: calc(50% - 9px);
    width: 18px;
    height: 18px;
    background: none;
    background-image: url(../img/icon-star-blue.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

@media only screen and (max-width: 1919px) {
    .after__height {
        min-height: 910px;
    }

    .after__height2 {
        min-height: 1483px;
    }

    .after__height3 {
        min-height: 1322px;
    }

    .after__height4 {
        min-height: 1322px;
    }

    .after__height5 {
        min-height: 1487px;
    }

    .after__height6 {
        min-height: 1147px;
    }

    .after__height7 {
        min-height: 1312px;
    }

    .after___info.after__height {
        padding: 405px 115px 0;
    }

    .after___info.after__height2 {
        padding-top: 780px;
    }

    .after___info.after__height3,
    .after___info.after__height4 {
        padding: 710px 95px 0;   
    }

    .after___info.after__height5 {
        padding: 880px 95px 0;   
    }

    .after___info.after__height6 {
        padding: 550px 95px 0;   
    }

    .after___info.after__height7 {
        padding: 715px 95px 0;   
    }

    .after___info-list {
        row-gap: 50px;
    }

    .after___info-list li {
        row-gap: 20px;
        font-size: 18px;
        font-weight: 500;
        line-height: 24px;
    }

    .after___info-img {
        top: 45px;
        left: -230px;
        width: 900px;
    }

    .bg-blue .after___info-list li {
        height: 190px;
    }

    .after__height2 .after___info-text {
        margin-top: 135px;
        font-size: 20px;
        line-height: 25px;
    }

    .after__height .after___info-btn {
        margin-top: 75px;
    }
    
    .after___main {
        padding: 50px;
    }

    .after___main-list {
        margin-top: 50px;
    }

    .after___main-list li {
        padding: 31px 31px 31px 90px;
        font-size: 16px;
        line-height: 22px;
    }

    .after__height3 .after___main-list li,
    .after__height4 .after___main-list li,
    .after__height5 .after___main-list li,
    .after__height6 .after___main-list li,
    .after__height7 .after___main-list li {
        min-height: 140px;
        font-size: 18px;
        line-height: 24px;
    }

    .after___main-list li:before {
        top: calc(50% - 6px);
        left: 45px;
        width: 12px;
        height: 12px;
    }

    .after__height3 .after___main-list li:before,
    .after__height4 .after___main-list li:before,
    .after__height5 .after___main-list li:before,
    .after__height6 .after___main-list li:before,
    .after__height7 .after___main-list li:before {
        top: calc(50% - 6px);
        left: 35px;
        width: 12px;
        height: 12px;
    }

    .after__height2 .after___info-list li:nth-child(4) br {
        display: none;
    }
}

@media only screen and (max-width: 1439px) {
    .after__height {
        min-height: 814px;
    }

    .after__height2 {
        min-height: 1447px;
    }

    .after__height3,
    .after__height4 {
        min-height: 1142px;
    }

    .after__height5 {
        min-height: 1287px;
    }

    .after__height6 {
        min-height: 997px;
    }

    .after__height7 {
        min-height: 1142px;
    }

    .after___info.after__height {
        padding: 322px 55px 0;
    }

    .after___info.after__height3,
    .after___info.after__height4 {
        padding: 600px 55px 0;
    }

    .after___info.after__height5 {
        padding: 750px 55px 0;
    }

    .after___info.after__height6 {
        padding: 456px 55px 0;
    }

    .after___info.after__height7 {
        padding: 606px 55px 0;
    }

    .after___info-img {
        top: 25px;
        left: -160px;
        width: 700px;
    }

    .after___main,
    .after___main.after__height3,
    .after___main.after__height4,
    .after___main.after__height5,
    .after___main.after__height6,
    .after___main.after__height7 {
        padding: 30px;
    }

    .after___main-list {
        margin-top: 40px;
    }

    .after__height2 .after___info-list {
        margin-right: 15px;
    }

    .bg-blue .after___info-list li {
        height: 170px;
        row-gap: 15px;
        font-size: 16px;
        line-height: 20px;
    }

    .after___info.after__height2 {
        padding-top: 570px;
    }

    .after___main-list li,
    .after__height2 .after___main-list li {
        padding: 25px 25px 25px 90px;
    }

    .after__height3 .after___main-list li,
    .after__height4 .after___main-list li,
    .after__height5 .after___main-list li,
    .after__height6 .after___main-list li,
    .after__height7 .after___main-list li {
        min-height: 120px;
        font-size: 16px;
        line-height: 22px;
    }

    .after__height3 .after___main-list li:before,
    .after__height4 .after___main-list li:before,
    .after__height5 .after___main-list li:before,
    .after__height6 .after___main-list li:before,
    .after__height7 .after___main-list li:before {
        left: 35px;
    }

    .after___info-list li div {
        width: 34px;
        height: 34px;
    }

    .after___main-list li br {
        display: none;
    }
}

@media only screen and (max-width: 1179px) {
    .after__height {
        min-height: 806px;
    }

    .after__height2 {
        min-height: 1493px;
    }
    
    .after__height5 {
        min-height: 1169px;
    }

    .after__height6 {
        min-height: 1062px;
    }

    .after__height7 {
        min-height: 1302px;
    }

    .page-template-template-public-politics .after__height4 {
        min-height: 1214px;
    }

    .after___info-list li {
        row-gap: 15px;
        font-size: 16px;
        line-height: 20px;
    }

    .after___main-list li,
    .after__height2 .after___main-list li {
        padding: 20px 20px 20px 60px;
    }

    .after___info.after__height3,
    .after___info.after__height4 {
        padding-left: 35px;
        padding-right: 35px;
    }

    .after___info.after__height5 {
        padding-top: 645px;
    }

    .after___info.after__height6 {
        padding-top: 532px;
    }

    .after___info.after__height7 {
        padding-top: 736px;
    }

    .after___main-list li:before,
    .after__height2 .after___main-list li:before {
        top: calc(50% - 5px);
        left: 25px;
        width: 10px;
        height: 10px;
    }

    .after__height3 .after___main-list li,
    .after__height4 .after___main-list li,
    .after__height5 .after___main-list li,
    .after__height6 .after___main-list li,
    .after__height7 .after___main-list li {
        display: initial;
        min-height: auto;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .after__height2 .after___info-text {
        margin-top: 135px;
        font-size: 18px;
        line-height: 23px;
    }

    .after__height2 .after___info-btn {
        margin-top: 134px;
    }
}

@media only screen and (max-width: 1023px) {
    .after__height,
    .after__height2,
    .after__height3,
    .after__height4,
    .after__height5,
    .after__height6,
    .after__height7 {
        min-height: auto!important;
    }

    .after___info.bg-orange::before {
        top: 25px;
    }

    .after___info.after__height2 {
        padding: 230px 15px 30px;
    }

    .after___info-img {
        top: 8px;
        left: -207px;
        width: 561px;
    }

    .after___info.bg-orange2 {
        background-position: top -80px center;
    }

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

    .after__column_1 {
        width: 100%;
    }

    .after__column_2 {
        width: 100%;
    }

    .after___info.after__height {
        padding: 230px 15px 29px;
    }

    .after___info.after__height3,
    .after___info.after__height4,
    .after___info.after__height5,
    .after___info.after__height6,
    .after___info.after__height7 {
        padding: 290px 30px 30px;
    }

    .after___info-list {
        row-gap: 30px;
    }

    .bg-blue .after___info-list {
        column-gap: 10px !important;
        row-gap: 10px !important;
        margin-left: -20px;
        margin-right: -20px;
    }
    
    .bg-blue .after___info-list li {
        height: 100px;
        row-gap: 10px;
        font-size: 14px;
        line-height: 18px;
        background: none;
    }

    .after___info-list li {
        row-gap: 10px;
        font-size: 14px;
        line-height: 17px;
    }

    .after___info-list li div {
        width: 24px;
        height: 24px;
    }

    .after__height .after___info-btn {
        margin: 45px 15px 0;
    }

    .after___info-btn .btn {
        width: 100%;
    }

    .after___title {
        margin-right: -10px;
    }

    .after___main-list {
        margin-top: 30px;
        row-gap: 10px;
    }
    
    .after__height3 .after___main-list,
    .after__height4 .after___main-list,
    .after__height5 .after___main-list,
    .after__height6 .after___main-list,
    .after__height7 .after___main-list {
        margin-top: 30px;
        row-gap: 10px;
    }

    .after___main-list li,
    .after__height2 .after___main-list li,
    .after__height3 .after___main-list li,
    .after__height4 .after___main-list li,
    .after__height5 .after___main-list li,
    .after__height6 .after___main-list li,
    .after__height7 .after___main-list li {
        padding: 20px 20px 20px 40px;
        font-size: 14px;
        line-height: 17px;
        border-radius: 15px;
    }

    .after___main-list li:before,
    .after__height2 .after___main-list li:before,
    .after__height3 .after___main-list li:before,
    .after__height4 .after___main-list li:before,
    .after__height5 .after___main-list li:before,
    .after__height6 .after___main-list li:before,
    .after__height7 .after___main-list li:before {
        top: calc(50% - 4px);
        left: 20px;
        width: 8px;
        height: 8px;
    }

    .after__height2 .after___main-list li strong {
        font-size: 16px;
        line-height: 19px;
    }

    .after__height2 .after___info-text {
        margin-top: 31px;
        font-size: 14px;
        line-height: 17px;
    }

    .after__height2 .after___info-text br {
        display: none;
    }

    .after__height2 .after___info-btn {
        margin: 41px 15px 0;
    }
}


/*     curator     */

.curator__column_1 {
    width: calc(33.2% - 10px);
}

.curator__column_2 {
    width: calc(66.8% - 10px);
}

.curator__column_3 {
    width: calc(26.65% - 10px);
}

.curator__column_4 {
    width: calc(73.35% - 10px);
}

.curator__column_5 {
    width: calc(35.25% - 10px);
}

.curator__column_6 {
    width: calc(64.75% - 10px);
}

.curator__height {
    min-height: 759px;
}

.curator__height2,
.curator__height3 {
    min-height: 683px;
}

.curator__height_ea {
    min-height: 668px;
}

.curator__height_bfe {
    min-height: 668px;
}

.curator__height_public_politics {
    min-height: 701px;
}

.curator__height_urban_studies {
    min-height: 627px;
}

.curator__height6 {
    min-height: 730px;
}

.curator__height7 {
    min-height: 614px;
}

.curator__main.curator__height {
    padding: 60px;
}

.curator__main.curator__height2 {
    padding: 40px 40px 40px 60px;
}

.curator__main.curator__height3 {
    padding: 40px 40px 42px 60px;
}

.curator__main.curator__height_ea {
    padding: 40px 40px 42px 60px;
}

.curator__main.curator__height_bfe,
.curator__main.curator__height_public_politics,
.curator__main.curator__height_urban_studies,
.curator__main.curator__height6,
.curator__main.curator__height7 {
    padding: 40px 40px 42px 60px;
}

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

.curator__height .curator__text {
    margin-top: 89px;
}

.curator__height2 .curator__text {
    margin-top: 99px;
}

.curator__height3 .curator__text {
    margin: 54px 0 0;
}

.curator__height_ea .curator__text {
    margin: 54px 0 0;
}

.curator__height_bfe .curator__text,
.curator__height_public_politics .curator__text,
.curator__height_urban_studies .curator__text,
.curator__height6 .curator__text,
.curator__height7 .curator__text {
    margin: 40px 0 0;
}

.curator__text ul {
    display: flex;
    flex-wrap: wrap;
    row-gap: 30px;
    align-items: center;
    column-gap: 48px;
}

.curator__height2 .curator__text ul {
    align-items: flex-start;
}

.curator__height_bfe .curator__text ul,
.curator__height_public_politics .curator__text ul,
.curator__height_urban_studies .curator__text ul {
    column-gap: 24px;
    row-gap: 45px;
    align-items: flex-start;
}

.curator__height6 .curator__text ul,
.curator__height7 .curator__text ul {
    column-gap: 24px;
    row-gap: 30px;
    align-items: flex-start;
}

.curator__text li {
    position: relative;
    height: 100%;
    padding-left: 38px;
    font-size: 24px;
    font-weight: 400;
    line-height: 29px;
}

.curator__height_ea .curator__text li {
    padding-left: 32px;
    font-size: 22px;
}

.curator__height_bfe .curator__text li,
.curator__height_public_politics .curator__text li,
.curator__height_urban_studies .curator__text li,
.curator__height6 .curator__text li,
.curator__height7 .curator__text li {
    padding-left: 32px;
    font-size: 22px;
}

.curator__height .curator__text li:nth-child(2n+1) {
    width: calc(56% - 24px);
}

.curator__height .curator__text li:nth-child(2n+2) {
    width: calc(44% - 24px);
}

.curator__height2 .curator__text li:nth-child(2n+1),
.curator__height3 .curator__text li:nth-child(2n+1) {
    width: calc(48.5% - 24px);
}

.curator__height2 .curator__text li:nth-child(2n+2),
.curator__height3 .curator__text li:nth-child(2n+2) {
    width: calc(51.5% - 24px);
}

.curator__height_ea .curator__text li:nth-child(2n+1),
.curator__height_bfe .curator__text li:nth-child(2n+1),
.curator__height_public_politics .curator__text li:nth-child(2n+1),
.curator__height_urban_studies .curator__text li:nth-child(2n+1),
.curator__height6 .curator__text li:nth-child(2n+1),
.curator__height7 .curator__text li:nth-child(2n+1) {
    width: calc(54% - 24px);
}

.curator__height_ea .curator__text li:nth-child(2n+2),
.curator__height_bfe .curator__text li:nth-child(2n+2),
.curator__height_public_politics .curator__text li:nth-child(2n+2),
.curator__height_urban_studies .curator__text li:nth-child(2n+2),
.curator__height6 .curator__text li:nth-child(2n+2),
.curator__height7 .curator__text li:nth-child(2n+2) {
    width: calc(46% - 24px);
}

.curator__height6 .element-7 {
    margin-top: -116px;
}

.curator__height7 .element-5 {
    margin-top: -28px;
}

.curator__text li.full {
    width: 100%!important;
}

.curator__text li:before {
    position: absolute;
    content: '';
    top: calc(50% - 4px);
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.style-orange .curator__text li:before {
    background-color: #FF5F29;
}

.style-blue .curator__text li:before {
    top: calc(50% - 9px);
    width: 16px;
    height: 16px;
    background: none;
    background-image: url(../img/icon-star-blue.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

@media only screen and (max-width: 1919px) {
    .curator__height {
        min-height: 590px;
    }

    .curator__height2,
    .curator__height3 {
        min-height: 558px;
    }

    .curator__height_ea {
        min-height: 532px;
    }
    
    .curator__height_bfe {
        min-height: 586px;
    }

    .curator__height_public_politics {
        min-height: 633px;
    }

    .curator__height_urban_studies {
        min-height: 563px;
    }

    .curator__height6 {
        min-height: 710px;
    }

    .curator__height7 {
        min-height: 556px;
    }

    .curator__main.curator__height {
        padding: 40px 50px 50px;
    }
    
    .curator__main.curator__height2 {
        padding: 40px 50px 50px;
    }

    .curator__main.curator__height3 {
        padding: 40px 50px 50px;
    }

    .curator__height3 .curator__title {
        font-size: 46px;
        line-height: 52px;
    }

    .curator__height_ea .curator__title,
    .curator__height_bfe .curator__title,
    .curator__height_public_politics .curator__title,
    .curator__height_urban_studies .curator__title {
        font-size: 40px;
        line-height: 48px;
    }

    .curator__subtitle {
        margin-top: 20px;
        font-size: 20px;
        line-height: 25px;
    }

    .curator__height .curator__text {
        margin-top: 50px;
    }

    .curator__height2 .curator__text {
        margin-top: 40px;
    }

    .curator__height3 .curator__text {
        margin-top: 40px;
    }

    .curator__text ul {
        row-gap: 25px;
        column-gap: 36px;
    }

    .curator__text li {
        padding-left: 25px;
        font-size: 18px;
        line-height: 25px;
    }

    .curator__height .curator__text li:nth-child(2n+1) {
        width: calc(56% - 18px);
    }

    .curator__height .curator__text li:nth-child(2n+2) {
        width: calc(44% - 18px);
    }

    .curator__height2 .curator__text li:nth-child(2n+1) {
        width: calc(49% - 18px);
    }
    
    .curator__height2 .curator__text li:nth-child(2n+2) {
        width: calc(51% - 18px);
    }

    .curator__height3 .curator__text li:nth-child(2n+1) {
        width: calc(56% - 18px);
    }

    .curator__height3 .curator__text li:nth-child(2n+2) {
        width: calc(44% - 18px);
    }

    .curator__height3 .curator__text li {
        font-size: 18px;
        line-height: 20px;
    }

    .curator__height_ea .curator__text li,
    .curator__height_bfe .curator__text li,
    .curator__height_public_politics .curator__text li,
    .curator__height_urban_studies .curator__text li,
    .curator__height6 .curator__text li,
    .curator__height7 .curator__text li {
        font-size: 18px;
    }
    
    .curator__height2 .curator__text br,
    .curator__height3 .curator__text br {
        display: none;
    }
}

@media only screen and (max-width: 1439px) {
    .curator__main.curator__height,
    .curator__main.curator__height_ea,
    .curator__main.curator__height_bfe,
    .curator__main.curator__height_public_politics,
    .curator__main.curator__height_urban_studies,
    .curator__main.curator__height6,
    .curator__main.curator__height7 {
        padding: 30px;
    }
    
    .curator__main.curator__height2,
    .curator__main.curator__height3 {
        padding: 30px;
    }

    .curator__height {
        min-height: 568px;
    }

    .curator__height2 {
        min-height: 400px;
    }

    .curator__height3 {
        min-height: 558px;
    }

    .curator__height_bfe {
        min-height: 565px;
    }

    .curator__height_public_politics {
        min-height: 632px;
    }

    .curator__height_urban_studies {
        min-height: 563px;
    }

    .curator__height6 {
        min-height: 630px;
    }
   
    .curator__height .curator__text {
        margin-top: 40px;
    }

    .curator__height_ea .curator__title br,
    .curator__height_bfe .curator__title br,
    .curator__height_public_politics .curator__title br,
    .curator__height_urban_studies .curator__title br,
    .curator__height6 .curator__title br,
    .curator__height7 .curator__title br {
        display: none;
    }

    .curator__subtitle {
        margin-top: 15px;
        font-size: 18px;
        line-height: 22px;
    }

    .curator__height3 .curator__text ul {
        row-gap: 25px;
    }

    .curator__text li,
    .curator__height_ea .curator__text li,
    .curator__height_bfe .curator__text li,
    .curator__height_public_politics .curator__text li,
    .curator__height_urban_studies .curator__text li,
    .curator__height6 .curator__text li,
    .curator__height7 .curator__text li {
        font-size: 16px;
        line-height: 23px;
    }

    .curator__height6 .element-7 {
        margin-top: -144px;
    }

    .curator__height7 .element-5 {
        margin-top: -12px;
    }

    .style-blue .curator__text li:before {
        width: 14px;
        height: 14px;
    }
}

@media only screen and (max-width: 1179px) {
    .curator__height {
        min-height: 584px;
    }

    .curator__height_ea {
        min-height: 486px;
    }

    .curator__height_bfe {
        min-height: 534px;
    }

    .curator__height_public_politics {
        min-height: 534px;
    }

    .curator__height_urban_studies {
        min-height: 554px;
    }

    .curator__height .curator__text {
        margin-top: 30px;
    }

    .curator__text ul {
        row-gap: 15px;
    }

    .curator__height2 {
        min-height: 432px;
    }

    .curator__height3 {
        min-height: 508px;
    }

    .curator__height6 {
        min-height: 566px;
    }

    .curator__height7 {
        min-height: 464px;
    }

    .curator__height_ea .curator__text {
        margin-top: 40px;
    }

    .curator__height3 .curator__text ul,
    .curator__height_ea .curator__text ul,
    .curator__height_bfe .curator__text ul,
    .curator__height_public_politics .curator__text ul,
    .curator__height_urban_studies .curator__text ul,
    .curator__height6 .curator__text ul,
    .curator__height7 .curator__text ul {
        row-gap: 10px; 
    }

    .style-blue .curator__text li:before {
        width: 12px;
        height: 12px;
    }

    .curator__height3 .curator__text li {
        font-size: 14px;
        line-height: 20px;
    }

    .curator__height_ea .curator__text li,
    .curator__height_bfe .curator__text li,
    .curator__height_public_politics .curator__text li,
    .curator__height_urban_studies .curator__text li,
    .curator__height6 .curator__text li,
    .curator__height7 .curator__text li {
        font-size: 14px;
        line-height: 20px;
    }

    .curator__height6 .element-5 {
        margin-top: -30px;
    }

    .curator__height6 .element-7 {
        margin-top: -140px;
    }

    .curator__height_ea .curator__text li br,
    .curator__height_bfe .curator__text li br,
    .curator__height_public_politics .curator__text li br,
    .curator__height_urban_studies .curator__text li br,
    .curator__height6 .curator__text li br,
    .curator__height7 .curator__text li br {
        display: none;
    }
}

@media only screen and (max-width: 1023px) {
    .curator__height {
        min-height: 400px;
    }

    .curator__height2,
    .curator__height3 {
        min-height: 400px;
        padding-bottom: 136px!important;
    }

    .curator__height_ea,
    .curator__height_bfe,
    .curator__height_public_politics,
    .curator__height_urban_studies,
    .curator__height6,
    .curator__height7 {
        min-height: 360px;
    }
    
    .curator__column_1 {
        width: 100%;
    }

    .curator__column_2 {
        width: 100%;
    }

    .curator__column_3 {
        width: 100%;
    }

    .curator__column_4 {
        width: 100%;
    }

    .curator__column_5 {
        width: 100%;
    }
    
    .curator__column_6 {
        width: 100%;
    }

    .curator__title br {
        display: none;
    }

    .curator__height_ea .curator__title,
    .curator__height_bfe .curator__title,
    .curator__height_public_politics .curator__title,
    .curator__height_urban_studies .curator__title {
        font-size: 28px;
        line-height: 32px;
    }

    .curator__subtitle {
        margin-top: 12px;
        font-size: 14px;
        line-height: 17px;
    }

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

    .curator__height .curator__text {
        margin-right: -10px;
    }

    .curator__height2 .curator__text,
    .curator__height3 .curator__text,
    .curator__height_ea .curator__text,
    .curator__height_bfe .curator__text,
    .curator__height_public_politics .curator__text,
    .curator__height_urban_studies .curator__text,
    .curator__height6 .curator__text,
    .curator__height7 .curator__text {
        margin: 32px 0 0!important;
    }
    
    .curator__text ul {
        row-gap: 20px;
        align-items: flex-start;
        flex-direction: column;
    }

    .curator__text li:nth-child(2n+1),
    .curator__text li:nth-child(2n+2) {
        width: 100%!important;
    }

    .curator__text li {
        font-size: 14px;
        line-height: 17px;
    }

    .curator__height6 .element-5,
    .curator__height6 .element-7 {
        margin-top: 0;
    }

    .curator__text .line {
        display: block;
    }

    .curator__text br {
        display: none;
    }
}

/*     teacher     */

.teacher__block {
    padding: 50px 48px 32px;
}

.teacher__title {
    margin-left: -10px;
    margin-right: -10px;
    text-align: center;
}

@media only screen and (min-width: 1920px) {
    .type_5 .teacher__title {
        font-size: 60px;
    }
}

.teacher__slider {
    margin-top: 48px;
}

.teacher__item {
    position: relative;
    background: #F1F1F1;
    border-radius: 24px;
    overflow: hidden;
}

.teacher__item > div {
    position: relative;
    z-index: 1;
}

.teacher__item-content {
    min-height: 235px;
    padding: 34px 20px 32px 32px;
}

.type_2 .teacher__item-content {
    min-height: 418px;
}

.type_3 .teacher__item-content {
    min-height: 168px;
}

.type_4 .teacher__item-content {
    min-height: 204px;
}

.type_5 .teacher__item-content {
    min-height: 177px;
}

.type_6 .teacher__item-content {
    min-height: 185px;
}

.type_7 .teacher__item-content {
    min-height: 170px;
}


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

.type_5 .teacher__item-content .teacher__item-name {
    font-size: 28px;
    line-height: 28px;
}

.teacher__item-text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 15px;
    font-size: 14px;
    line-height: 17px;
}

.type_2 .teacher__item-text {
    min-height: 300px;
}

.teacher__item-text ul {
    display: flex;
    row-gap: 16px;
    flex-direction: column;
}

.teacher__item-text li {
    position: relative;
    padding-left: 20px;
}

.teacher__item-text li:before {
    position: absolute;
    content: '';
    top: calc(50% - 4px);
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.style-orange .teacher__item-text li:before {
    background-color: #FF5F29;
}

.style-blue .teacher__item-text li:before {
    background-color: #003EB3;
}

.type_2 .teacher__item-content .teacher__item-btn .btn {
    padding-top: 18px;
    padding-bottom: 18px;
}

.teacher__item-more {
    position: absolute!important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    padding: 34px 32px 32px 32px;
    overflow-y: scroll;
    background-color: #F1F1F1;
    z-index: 2!important;
}

.teacher__item.active .teacher__item-more {
    display: block;
}

.teacher__item-more .teacher__item-name {
    padding-right: 40px;
}

.teacher__item-full {
    position: relative;
}

.teacher__item-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 24px;
    height: 24px;
    cursor: pointer;
    background-image: url(../img/microelectronics/icon-close.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px;
}

@media only screen and (max-width: 1919px) {
    .teacher__item-content {
        min-height: 276px;
        padding: 30px 20px 30px 25px;
    }

    .teacher__item-name {
        font-size: 28px;
        line-height: 32px;
    }

    .type_2 .teacher__item-content {
        min-height: 478px;
    }

    .type_3 .teacher__item-content {
        min-height: 192px;
    }

    .type_4 .teacher__item-content {
        min-height: 224px;
    }

    .type_5 .teacher__item-content {
        min-height: 233px;
    }

    .type_6 .teacher__item-content {
        min-height: 210px;
    }
    
    .type_7 .teacher__item-content {
        min-height: 175px;
    }

    .type_2 .teacher__item-text {
        min-height: 370px;
    }
}

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

    .type_5 .teacher__title {
        font-size: 36px;
    }
    
    .teacher__slider {
        margin-top: 35px;
    }

    .teacher__item-content {
        min-height: 242px;
    }

    .type_2 .teacher__item-content {
        min-height: 590px;
    }

    .type_2 .teacher__item-text {
        min-height: 450px;
    }

    .type_3 .teacher__item-content {
        min-height: 192px;
    }
    
    .type_4 .teacher__item-content {
        min-height: 207px;
    }

    .type_5 .teacher__item-content {
        min-height: 199px;
    }

    .type_6 .teacher__item-content {
        min-height: 192px;
    }
    
    .type_7 .teacher__item-content {
        min-height: 158px;
    }

    .teacher__item-text li br {
        display: none;
    }    
}

@media only screen and (max-width: 1179px) {
    .type_5 .teacher__title {
        font-size: 32px;
    }

    .teacher__item-content {
        min-height: 208px;
    }

    .type_2 .teacher__item-content {
        min-height: auto;
    }
    
    .type_2 .teacher__item-text {
        min-height: 353px;
    }

    .type_3 .teacher__item-content,
    .type_4 .teacher__item-content {
        min-height: 158px;
    }

    .type_5 .teacher__item-content {
        min-height: 171px;
    }

    .type_6 .teacher__item-content {
        min-height: 175px;
    }
    
    .type_7 .teacher__item-content {
        min-height: 142px;
    }
}

@media only screen and (max-width: 1023px) {
    .teacher__title {
        margin: 0;
        text-align: left;
    }

    .type_2 .teacher__title {
        margin-left: -8px;
        margin-right: -8px;
    }

    .type_3 .teacher__title {
        font-size: 24px;
        line-height: 30px;
    }

    .teacher__title span {
        display: block;
    }

    .teacher__slider {
        margin-top: 25px;
    }

    .teacher__item-img {
        height: 238px;
        margin: 0 -10px;
        overflow: hidden;
    }

    .teacher__item-content {
        min-height: 260px;
        padding: 24px 10px 20px 16px;
    }

    .type_3 .teacher__item-content {
        min-height: 168px;
    }

    .type_4 .teacher__item-content {
        min-height: 192px;
    }

    .type_5 .teacher__item-content {
        min-height: 150px;
    }
    
    .type_6 .teacher__item-content {
        min-height: 202px;
    }

    .type_7 .teacher__item-content {
        min-height: 152px;
    }

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

    .teacher__item-btn {
        margin-top: 22px;
    }
}

/*     mix     */

.mix__column_1 {
    width: calc(59.6% - 10px);
}

.mix__column_2 {
    width: calc(40.4% - 10px);
}

.mix__item {
    padding: 60px 40px 52px 60px;
}

.mix__item {
    display: none;
}

.mix__item.active {
    display: block;
}


.mix__item-title {
    font-size: 48px;
    font-weight: 500;
    line-height: 57px;
}

.mix__item-text {
    margin-top: 32px;
    font-size: 20px;
    line-height: 24px;
}

.mix__item-text p {
    margin-bottom: 24px;
}

.mix__item-info {
    margin-top: 32px;
    font-size: 32px;
    font-weight: 500;
    line-height: 38px;
}

.mix__item-btn {
    display: none;
}

.mix__galery {
    height: 546px;
}

.mix__btn {
    margin-top: 20px;
}

@media only screen and (max-width: 1919px) {
    .mix__galery {
        height: 460px;
    }

    .mix__item {
        padding: 50px;
    }

    .mix__item-title {
        font-size: 34px;
        line-height: 40px;
    }

    .mix__item-text {
        margin-top: 25px;
        font-size: 16px;
        line-height: 20px;
    }

    .mix__item-text p {
        margin-bottom: 20px;
    }

    .mix__item-text br {
        display: none;
    }

    .mix__item-info {
        margin-top: 25px;
        font-size: 22px;
        line-height: 28px;
    }
}

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

    .mix__galery {
        height: 488px;
    }
}

@media only screen and (max-width: 1179px) {
    .mix__list {
        row-gap: 20px;
        flex-direction: column;
    }

    .mix__column_1 {
        width: 100%;
    }
    
    .mix__column_2 {
        width: 100%;
    }
}

@media only screen and (max-width: 1023px) {
    .mix__column_1 {
        order: 2;
    }

    .mix__column_2 {
        order: 1;
    }

    .mix__item-title {
        font-size: 28px;
        line-height: 32px;
    }

    .mix__item-close {
        position: absolute;
        top: 30px;
        right: 26px;
        cursor: pointer;
    }

    .mix__item-text {
        margin-top: 24px;
        font-size: 14px;
        line-height: 17px;
    }

    .mix__item-info {
        margin-top: 23px;
        font-size: 16px;
        line-height: 19px;
    }

    .mix__item-info span {
        display: block;
    }

    .mix__item-btn {
        display: block;
        margin-top: 24px;
    }

    .mix__galery {
        height: 200px;
    }

    .mix__btn {
        display: none;
    }
}

/*     program     */

.program__block {
    padding: 60px;
}

.program__title {
    text-align: center;
}

.program__list {
    margin-top: 60px;
    display: flex;
    row-gap: 15px;
    flex-direction: column;
}

.program__item {
    padding: 60px 50px 60px 70px;    
    background-color: #F6F6F6;
    border-radius: 30px;
}

.program__item-head {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: -10px;
    padding-right: 110px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.program__item.active .program__item-head {
    padding-right: 50px;
}

.program__item-label {
    padding: 25px 60px;
    font-size: 24px;
    font-weight: 500;
    line-height: 29px;
    border-radius: 20px;
}

.style-orange .program__item-label {
    color: #FF5F29;
    background: rgba(255, 95, 41, 0.1);
}

.style-blue .program__item-label {
    color: #003EB3;
    background: rgba(0, 187, 206, 0.1);
}

.program__item-head:after {
    position: absolute;
    content: '';
    top: 22px;
    right: 8px;
    display: block;
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(0deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.style-orange .program__item-head:after {
    background-image: url(../img/icon-program-arrow-orange.svg);
}

.style-blue .program__item-head:after {
    background-image: url(../img/icon-program-arrow-blue.svg);
}

.program__item.active .program__item-head:after {
    transform: rotate(90deg);
}

.program__item-title {
    margin-top: 60px;
    font-size: 24px;
    font-weight: 600;
    line-height: 29px;
}

.program__item-content {
    max-height: 0;
    opacity: 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    overflow: hidden;
}

.program__item.active .program__item-content {
    max-height: 2000px;
    opacity: 1;
}

.program__item-content.cols-2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.program__item-content.cols-2 .program__item-column {
    width: 50%;
}

.type_2 .program__item-content.cols-2 .program__item-column:nth-child(1) {
    width: 42.25%;
}

.type_2 .program__item-content.cols-2 .program__item-column:nth-child(2) {
    width: 57.75%;
}

.program__item-info {
    display: flex;
    column-gap: 1%;
    flex-wrap: wrap;
    margin-top: 30px;
}

.program__item-info ul {
    display: flex;
    row-gap: 30px;
    flex-direction: column;
}

.program__item-info ul ul {
    margin-left: 30px;
}

.program__item-info ul:nth-child(1) {
    width: 46%;
}

.program__item-info ul:nth-child(2) {
    width: 53%;
}


.type_2 .program__item-info ul:nth-child(1) {
    width: 46%;
}

.type_2 .program__item-info ul:nth-child(2) {
    width: 53%;
}

.program__item-content.cols-2 .program__item-info ul {
    width: auto!important;
}

.program__item-info.cols-3 ul {
    width: 32.6%!important;
}

.program__item-info li {
    position: relative;
    padding-left: 40px;
    padding-right: 20px;
    font-size: 24px;
    font-weight: 400;
    line-height: 29px;
}

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

.style-blue .program__item-info li:before {
    background-color: #003EB3;
}

.style-blue .program__item-info ul ul li:before {
    background-color: #222;
}

.program__btn {
    display: flex;
    justify-content: center;
    margin-top: 60px;
}

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

    .program__item {
        padding: 50px 40px 50px 60px;
    }

    .program__item-label {
        padding: 20px 50px;
        font-size: 20px;
    }

    .program__item-title {
        margin-top: 50px;
        font-size: 22px;
        line-height: 26px;
    }

    .type_2 .program__item-content.cols-2 .program__item-column:nth-child(2) {
        width: 52.75%;
    }

    .program__item-info ul {
        row-gap: 25px;
    }

    .program__item-info li {
        font-size: 20px;
        line-height: 26px;
    }

    .program__item-info li br {
        display: none;
    }

    .program__btn {
        margin-top: 40px;
    }
}

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

    .program__item {
        padding: 30px 20px 30px 40px;
    }

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

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

@media only screen and (max-width: 1023px) {
    .program__title {
        margin: 0 -10px;
        font-size: 27px;
    }

    .program__list {
        margin: 32px -4px 0;
    }

    .program__item-info ul {
        flex-direction: column;
    }

    .type_2 .program__item-content.cols-2 .program__item-column:nth-child(1) {
        width: 100%;
    }

    .type_2 .program__item-content.cols-2 .program__item-column:nth-child(2) {
        width: 100%;
    }


    .program__item-info ul:nth-child(1) {
        width: 100%;
    }
    
    .program__item-info ul:nth-child(2) {
        width: 100%;
    }

    .program__item-info.cols-3 ul {
        width: 100%!important;
    }
    
    .program__item {
        padding: 20px 20px 20px 20px;
        border-radius: 15px;
    }

    .program__item-label {
        padding: 10px 30px;
        font-size: 14px;
        border-radius: 10px;
    }

    .program__item-head {
        margin-left: 0;
    }
    
    .program__item-info ul ul {
        margin-left: 15px;
    }

    .program__item-head:after {
        top: 8px;
        right: -9px;
        background-size: 9px;
    }

    .program__item.active .program__item-content {
        max-height: 3000px;
    }

    .program__item-title {
        margin-top: 30px;
        font-size: 14px;
        line-height: 17px;
    }

    .program__item-info {
        row-gap: 20px;
        margin-top: 20px;
    }

    .program__item-info ul {
        row-gap: 20px;
    }

    .program__item-info li {
        padding-left: 22px;
        padding-right: 0;
        font-size: 14px;
        line-height: 17px;
    }

    .program__item-info li:before {
        top: calc(50% - 4px);
        width: 8px;
        height: 8px;
    }

    .program__item-info li .line {
        display: block;
    }

    .program__btn {
        margin-top: 30px;
    }

    .program__btn .btn {
        width: 100%;
    }
}

/*     create     */

.create__block {
    padding: 145px 0 122px;
}

.create__logo {
    width: 150px;
    margin: 0 auto;
}

.create__title {
    margin-top: 65px;
    font-size: 64px;
    font-weight: 500;
    line-height: 64px;
    text-align: center;
}

.create__text {
    margin-top: 25px;
    font-size: 24px;
    font-weight: 500;
    line-height: 29px;
    text-align: center;
}

.create__btn {
    display: flex;
    justify-content: center;
    margin-top: 48px;
}

@media only screen and (max-width: 1919px) {
    .create__block {
        padding: 120px 0 100px;
    }

    .create__title {
        font-size: 48px;
        line-height: 54px;
    }

    .create__text {
        margin-top: 20px;
        font-size: 20px;
        line-height: 26px;
    }
}

@media only screen and (max-width: 1439px) {
    .create__block {
        padding: 80px 0 60px;
    }

    .create__logo {
        width: 120px;
    }

    .create__title {
        margin-top: 40px;
    }
}

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

@media only screen and (max-width: 1023px) {
    .create__block {
        padding: 88px 0 28px;
    }

    .create__logo {
        width: 73px;
    }

    .create__title {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 96px;
        margin-top: 20px;
        font-size: 32px;
        line-height: 32px;
    }

    .create__title .line {
        display: block;
    }

    .create__text {
        margin-top: 20px;
        font-size: 14px;
        line-height: 17px;
    }

    .create__text .line {
        display: block;
    }

    .create__text br {
        display: none;
    }

    .create__btn {
        margin: 33px 30px 0;
    }

    .create__btn .btn {
        width: 100%;
    }
}

/*     company     */

.company {
    margin-top: 30px;
}

.company__block {
    padding: 30px 48px 30px 60px;
}

.company__list {
    align-items: center;
    justify-content: space-between;
}

.company__column_1 {
    width: calc(35% - 10px);
}

.company__column_2 {
    width: calc(63% - 10px);
}

.company__column_3 {
    width: calc(62% - 10px);
}

.company__title {
    font-size: 48px;
    font-weight: 500;
    line-height: 57px;
}

.company__logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 174px;
}

.company__logo-item.logo-6 {
    width: 236px;
}

.company__logo-item.logo-7 {
    width: 234px;
}

.company__logo-item.logo-8 {
    width: 195px;
}

.company__logo-item.logo-9 {
    width: 282px;
}


.company__logo-item.logo-10 {
    width: 128px;
}

.company__logo-item.logo-11 {
    width: 231px;
}

.company__logo-item.logo-12 {
    width: 320px;
}

.company__logo-item.logo-13 {
    width: 187px;
}

@media only screen and (max-width: 1919px) {
    .company__block {
        padding: 30px 40px 30px 50px;
    }

    .company__title {
        font-size: 34px;
        line-height: 38px;
    }

    .company__logo {
        height: auto;
        column-gap: 30px;
    }
}

@media only screen and (max-width: 1439px) {
    .company__title {
        font-size: 28px;
        line-height: 32px;
    }
}

@media only screen and (max-width: 1179px) {
    .company__title {
        text-align: center;
    }

    .company__list {
        row-gap: 30px;
        flex-direction: column;
    }

    .company__column_1,
    .company__column_2,
    .company__column_3,
    .company__column_4 {
        width: 100%;
    }
}

@media only screen and (max-width: 1023px) {
    .company {
        margin-top: 40px;
    }

    .company__block {
        padding-bottom: 32px;
    }

    .company__title {
        margin: 0 -20px;
        font-size: 24px;
        line-height: 24px;
    }

    .company__title .line {
        display: block;
    }

    .company__title br {
        display: none;
    }

    .company__logo {
        flex-wrap: wrap;
        row-gap: 24px;
        column-gap: 24px;
        justify-content: center;
        margin: 0 -20px;
    }

    .company_3 .company__logo {
        row-gap: 0;
    }

    .company__logo-item.logo-1 {
        width: 124px;
    }

    .company__logo-item.logo-2 {
        width: 86px;
    }

    .company__logo-item.logo-3 {
        width: 70px;
    }

    .company__logo-item.logo-4 {
        width: 36px;
    }

    .company__logo-item.logo-5 {
        width: 105px;
    }

    .company__logo-item.logo-6 {
        width: 106px;
    }

    .company__logo-item.logo-7 {
        width: 134px;
    }

    .company__logo-item.logo-8 {
        width: 100px;
    }

    .company__logo-item.logo-9 {
        width: 146px;
    }

    .company__logo-item.logo-10 {
        width: 110px;
    }

    .company__logo-item.logo-11 {
        width: 130px;
    }

    .company__logo-item.logo-12 {
        width: 225px;
    }

    .company__logo-item.logo-13 {
        width: 135px;
    }
}

/*     about     */

.about_2 {
    margin-top: 30px;
}

.about__column_1 {
    width: calc(59.15% - 10px);
}

.about__column_2 {
    width: calc(40.85% - 10px);
}

.about__column_3 {
    width: calc(56.5% - 10px);
}

.about__column_4 {
    width: calc(43.5% - 10px);
}

.about__height {
    min-height: 424px;
}

.about__height2 {
    min-height: 489px;
}

.about__height3 {
    min-height: 526px;
}

.about__height4 {
    min-height: 489px;
}

.about__height5 {
    min-height: 424px;
}

.about__item {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    padding: 40px 60px;
}

.about__item.about__height3 {
    padding-top: 54px;
    padding-bottom: 60px;
}

.about__item.bg-logo {
    background-image: url(../img/about-logo.png);
    background-repeat: no-repeat;
    background-position: right 50px bottom 0;
    background-size: 207px;
}

.about__item.center {
    align-items: center;
    justify-content: center;
}

.about__item-title {
    font-size: 48px;
    font-weight: 500;
    line-height: 57px;
    text-align: center;
}

.about__item-description {
    margin: 30px 0 50px;
    font-size: 36px;
    font-weight: 500;
    line-height: 43px;
}

.about__item-text {
    margin-top: 32px;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
}

.about__item-text2 {
    margin-top: 26px;
    font-size: 24px;
    line-height: 29px;
}

.about__item-text3 {
    margin-top: 80px;
    font-weight: 500;
    font-size: 32px;
    line-height: 38px;    
}

.about__teacher {
    position: relative;
}

.about__teacher:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 176px;
    background: linear-gradient(180deg, rgba(11, 11, 11, 0) 0%, rgba(11, 11, 11, 0.8) 100%);
    z-index: 1;
}

.about__teacher-content {
    position: absolute;
    left: 40px;
    right: 40px;
    bottom: 40px;
    color: #fff;
    z-index: 2;
}

.about__teacher-name {
    font-size: 36px;
    font-weight: 500;
    line-height: 36px;    
}

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

@media only screen and (max-width: 1919px) {
    .about__height2 {
        min-height: 370px;
    }

    .about__height3 {
        min-height: 418px;
    }

    .about__item {
        padding: 40px 50px;
    }

    .about__item.bg-logo {
        background-size: 165px;
    }

    .about__item-title {
        font-size: 38px;
        line-height: 44px;
    }

    .about__item-description {
        margin: 28px 0 42px;
        font-size: 24px;
        line-height: 30px;
    }

    .about__item-text {
        margin-top: 28px;
        font-size: 18px;
        line-height: 24px;
    }

    .about__item-text2 {
        margin-top: 20px;
        font-size: 18px;
        line-height: 24px;
    }

    .about__item-text3 {
        margin-top: 50px;
        font-size: 24px;
        line-height: 30px;   
    }
}

@media only screen and (max-width: 1439px) {
    .about__height {
        min-height: 320px;
    }

    .about__height2 {
        min-height: 300px;
    }

    .about__height3 {
        min-height: 318px;
    }

    .about__height5 {
        min-height: 320px;
    }

    .about__item {
        padding: 30px;
    }

    .about__item.about__height3 {
        padding: 30px 15px;
    }

    .about__item.about__height5 {
        padding: 30px 10px;
    }
    
    .about__item-description {
        margin: 20px 0 30px;
        font-size: 20px;
        line-height: 24px;
    }

    .about__item-text {
        font-size: 16px;
        line-height: 22px;
    }

    .about__item-text2 {
        font-size: 16px;
        line-height: 22px;
    }

    .about__item-text2 br {
        display: none;
    }

    .about__item-text3 {
        margin-top: 30px;
        font-size: 20px;
        line-height: 26px;
    }

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

    .about__teacher-content {
        left: 20px;
        right: 20px;
        bottom: 20px;
    }

    .about__teacher-name {
        font-size: 32px;
        line-height: 32px;
    }

    .about__teacher-work {
        margin-top: 10px;
        font-size: 18px;
        line-height: 22px;
    }

    .about__teacher-work br {
        display: none;
    }
}

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

    .about__item.bg-logo {
        background-size: 125px;
    }

    .about__item-text br {
        display: none;
    }

    .about__item-title {
        font-size: 28px;
        line-height: 34px;
    }

    .about__item-text3 {
        margin-top: 10px;
    }

    .about__item-text3 br {
        display: none;
    }
}

@media only screen and (max-width: 1023px) {
    .about__height5 {
        min-height: 228px;
    }

    .about_2 {
        margin-top: 40px;
    }

    .about__list {
        row-gap: 20px;
        flex-direction: column;
    }

    .about_2 .about__list {
        row-gap: 12px;
    }

    .about__column_1 {
        width: 100%;
    }

    .about__column_2 {
        width: 100%;
    }

    .about__column_3,
    .about__column_4 {
        width: 100%;
    }

    .about_3 .about__column_1,    
    .about__column_3 {
        order: 2;
    }

    .about_3 .about__column_2,
    .about__column_4 {
        order: 1;
    }

    .about.type_2 .about__column_1 {
        order: 2;
    }

    .about.type_2 .about__column_2 {
        order: 1;
    }

    .about__height {
        min-height: 265px;
    }

    .about__height2 {
        min-height: 172px;
    }

    .about__height3 {
        min-height: 178px;
    }

    .bg-img.about__height2 {
        min-height: 265px;
    }

    .about__item.about__height3 {
        padding: 30px;
    }

    .about__item.about__height5 {
        padding: 30px 23px;
    }

    .about__item-subtitle span {
        display: block;
    }

    .about__item-subtitle {
        line-height: 28px;
    }

    .about__item-subtitle br {
        display: none;
    }

    .about__item-description {
        margin-bottom: 0;
        font-size: 16px;
        line-height: 20px;
    }

    .about__item-description br {
        display: none;
    }

    .about__item-text {
        margin-top: 24px;
        font-size: 14px;
        line-height: 17px;
    }

    .about__item-text p {
        margin-bottom: 17px;
    }

    .about__item-title {
        margin-right: -10px;
        line-height: 28px;
        text-align: left;
    }

    .about__item-title br {
        display: none;
    }

    .about__teacher-content {
        left: 24px;
        right: 24px;
        bottom: 24px;
    }

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

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

    .about__item-text2 {
        font-size: 14px;
        line-height: 17px;
    }

    .about__item-text3 {
        margin-top: 33px;
        font-size: 16px;
        line-height: 19px;
    }

    .about__item-text3 span {
        display: block;
    }

}

/*     go     */

.go {
    margin-top: 30px;
}

.go__block {
    padding: 98px 0;
}

.go__block.type_2 {
    padding: 48px 0;
}

.go__title {
    font-size: 48px;
    font-weight: 500;
    line-height: 57px;
    text-align: center;
}

.go__btn {
    display: flex;
    justify-content: center;
    margin-top: 45px;
}

.color_blue {
    color: #0338FF;
}

@media only screen and (max-width: 1919px) {
    .go__block {
        padding: 80px 0;
    }

    .go__title {
        font-size: 44px;
        line-height: 48px;
    }
}

@media only screen and (max-width: 1439px) {
    .go__block {
        padding: 60px 0;
    }

    .go__title {
        font-size: 40px;
        line-height: 44px;
    }
}

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

@media only screen and (max-width: 1023px) {
    .go {
        margin-top: 40px;
    }

    .go__block {
        padding: 30px 30px;
    }

    .go__block.type_2 {
        padding: 30px 30px;
    }

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

    .go__title br {
        display: none;
    }

    .go__btn {
        margin: 24px -4px 0;
    }

    .go__btn .btn {
        width: 100%;
        text-transform: uppercase;
    }
}

/*     open     */

.open {

}

.open___block {
    padding: 60px 60px 40px;
}

.open__column_1 {
    width: calc(53.5% - 10px);
}

.open__column_2 {
    width: calc(46.5% - 10px);
}

.open__item {
    display: flex;
    row-gap: 50px;
    flex-direction: column;
    justify-content: space-between;
}

.open__height {
    height: 378px;
}

.open__height2 {
    height: 350px;
}

.open__height3 {
    height: 270px;
}

.open__heightDay {
    height:675px;
}

.open__item-title2 {
    font-size: 48px;
    font-weight: 500;
    line-height: 57px;
}

.open__item-date,
.open__item-date2 {
    font-weight: 500;
    background-image: url(../img/icon-time-white.svg);
    background-position: left center;
    background-repeat: no-repeat;
}

.open__item-date {
    padding-left: 45px;
    font-size: 48px;
    line-height: 48px;
}

.open__item-date2 {
    margin-top: 10px;
    padding-left: 36px;
    font-size: 36px;
    line-height: 36px;
}

.open__item-subtitle {
    margin-top: 30px;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
}

.open__item-text {
    font-size: 32px;
    font-weight: 500;
    line-height: 38px;
}

.open__item-text2 {
    margin-top: 40px;
    font-size: 22px;
    line-height: 26px;
}

.open__item-text2 ul {
    margin: 20px 0;
}

.open__item-btn {
    display: flex;
    justify-content: flex-start;
    margin-top: 40px;
}

.open__item-btn {
    display: flex;
}

@media only screen and (max-width: 1919px) {
    .open___block {
        padding: 50px 50px 40px;
    }

    .open__height {
        height: 340px;
    }

    .open__height2 {
        height: 322px;
    }

    .open__heightDay {
        height: 574px;
    }

    .open__item-title2 {
        font-size: 36px;
        line-height: 44px;
    }

    .open__item-date {
        font-size: 44px;
        line-height: 40px;
    }

    .open__item-date2 {
        margin-top: 0;
    }

    .open__item-text {
        font-size: 28px;
        line-height: 34px;
    }

    .open__item-text2 {
        margin-top: 30px;
    }

    .open__item-btn {
        margin-top: 30px;
    }
}

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

    .open__height {
        height: 300px;
    }

    .open__heightDay {
        height: 546px;
    }

    .open__item-title2 {
        font-size: 32px;
        line-height: 38px;
    }

    .open__item-date2 {
        margin-top: 10px;
        font-size: 28px;
        line-height: 34px;
    }

    .open__item-date {
        padding-left: 40px;
        font-size: 35px;
        line-height: 36px;
        background-size: 24px;
    }

    .open__item-text {
        font-size: 24px;
        line-height: 30px;
    }
}

@media only screen and (max-width: 1179px) {
    .open__column_1 {
        width: calc(45% - 10px);
    }

    .open__column_2 {
        width: calc(55% - 10px);
    }

    .open__heightDay {
        height: 518px;
    }

    .open__item-title2 {
        font-size: 28px;
        line-height: 32px;
    }
}

@media only screen and (max-width: 1023px) {
    .open__list {
        row-gap: 64px;
        flex-direction: column;
    }

    .open__column_1 {
        width: 100%;
    }

    .open__column_2 {
        width: 100%;
    }

    .open__height {
        height: auto;
    }

    .open__height2 {
        height: auto;
    }

    .open__height3 {
        height: auto;
        margin-bottom: 24px;
    }

    .footer__column_2 .open__heightDay {
        height: auto;
    }

    .footer__column_1 .open__heightDay {
        height: 200px;
    }

    .open__column_1 .open__item {
        row-gap: 33px;
    }
    
    .open__column_1 .open__item {
        row-gap: 33px;
    }

    .open__column_2 .open__item {
        row-gap: 23px;
    }

    .open__item-date {
        padding-left: 35px;
        font-size: 24px;
        line-height: 24px;
        background-size: 16px;
    }

    .open__item-subtitle {
        margin-top: 10px;
        font-size: 14px;
        line-height: 17px;
    }

    .open__item-subtitle br {
        display: none;
    }

    .open__item-text,
    .open__item-text2 {
        font-size: 18px;
        line-height: 22px;
    }

    .open__item-text .line {
        display: block;
    }

    .open__item-text br {
        display: none;
    }

    .open__item-btn .btn {
        width: 100%;
    }
}

/*     grant     */

.grant__block {
    padding: 60px 60px;
}

.grant__list {
    align-items: center;
}

.grant__column_1 {
    width: 70%;
}

.grant__title {
    font-size: 48px;
    font-weight: 500;
    line-height: 57px;
}

.grant__info {
    margin-top: 24px;
    padding: 8px 0 8px 64px;
    font-size: 20px;
    line-height: 24px;  
    background-image: url(../img/microelectronics/icon-grant.svg);
    background-position: left 4px center;
    background-repeat: no-repeat;
}

.grant__text {
    margin-top: 40px;
    font-size: 32px;
    font-weight: 500;
    line-height: 38px;
}

.grant__btn {
    display: flex;
    justify-content: flex-start;
    margin-top: 36px;
}

.grant__column_2 {
    width: 27%;
}

.grant__logos {
    display: flex;
    row-gap: 72px;
    flex-direction: column;
}

.grant-logo-1 {
    width: 438px;
    margin-left: -10px;
}

.grant-logo-2 {
    width: 318px;
}

.grant-logo-3 {
    width: 420px;
    margin-left: -10px;
}

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

    .grant__title {
        font-size: 42px;
        line-height: 50px;
    }

    .grant__info {
        margin-top: 20px;
        font-size: 18px;
    }

    .grant__text {
        margin-top: 30px;
        font-size: 28px;
        line-height: 34px;
    }

    .grant__btn {
        margin-top: 30px;
    }

    .grant__logos {
        row-gap: 65px;
    }

    .grant-logo-1 {
        width: 338px;
    }

    .grant-logo-2 {
        width: 242px;
    }

    .grant-logo-3 {
        width: 320px;
    }
}

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

    .grant__column_1 {
        width: 65%;
    }

    .grant__column_2 {
        width: 35%;
    }

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

    .grant__title br {
        display: none;
    }

    .grant__text {
        margin-top: 20px;
        font-size: 24px;
        line-height: 30px;
    }

    .grant__text br {
        display: none;
    }

    .grant__column_2 {
        width: 32%;
    }
}

@media only screen and (max-width: 1179px) {
    .grant__title {
        font-size: 32px;
        line-height: 36px;
    }

    .grant__column_2 {
        width: 30%;
    }

    .grant__text {
        margin-top: 15px;
        font-size: 20px;
        line-height: 26px;
    }

    .grant-logo-1 {
        width: 278px;
    }

    .grant-logo-2 {
        width: 200px;
    }

    .grant-logo-3 {
        width: 270px;
    }


}

@media only screen and (max-width: 1023px) {
    .grant__column_1 {
        width: 100%;
        order: 2;
    }

    .grant__column_2 {
        width: 100%;
        order: 1;
    }

    .grant__logos {
        flex-wrap: wrap;
        row-gap: 25px;
        column-gap: 30px;
        flex-direction: initial;
        margin: 0 -15px 0 6px;
    }

    .grant-logo-1 {
        width: 141px;
        margin-left: 0;
        order: 3;
    }

    .grant-logo-2 {
        width: 102px;
        order: 1;
    }

    .grant-logo-3 {
        width: 136px;
        order: 2;
    }

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

    .grant__title span {
        display: block;
    }

    .grant__list {
        row-gap: 35px;
    }

    .grant__info {
        margin-top: 16px;
        padding: 0px 0 0px 44px;
        font-size: 14px;
        line-height: 17px;
        background-size: 26px;
    }

    .grant__text {
        margin-top: 38px;
        font-size: 16px;
        line-height: 19px;
    }

    .grant__btn {
        margin-top: 34px;
    }

    .grant__btn .btn {
        width: 100%;
    }
}



/*     video     */

.video {

}

.video__column_1 {
    width: calc(40.4% - 10px);
}

.video__column_2 {
    width: calc(59.6% - 10px);
}

.video__column_3 {
    width: calc(58% - 10px);
}

.video__column_4 {
    width: calc(42% - 10px);
}

.video__height {
    height: 597px;
}

.video__height2 {
    height: 575px;
}

.video__item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 60px;
}

.video__item.video__height2 {
    padding: 45px 50px;
}

.video__item-subtitle {
    font-size: 40px;
    font-weight: 500;
    line-height: 40px;
}

.video__item-subtitle2 {
    font-size: 34px;
    line-height: 44px;
}

.video__item-list {
    display: flex;
    row-gap: 15px;
    flex-direction: column;
}

.video__item-list li {
    position: relative;
    padding-left: 25px;
    font-size: 22px;
    font-weight: 400;
    line-height: 26px;
}

.video__item-list li:before {
    position: absolute;
    content: '';
    top: calc(50% - 4px);
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.bg-orange .video__item-list li:before {
    background-color: #fff;
}

.bg-blue .video__item-list li:before {
    background-color: #fff;
}

.video__item-btn {
    display: flex;
}

.video__cover.bg-img {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media only screen and (max-width: 1919px) {
    .video__height {
        height: 460px;
    }

    .video__height2 {
        height: 430px;
    }

    .video__item {
        padding: 50px;
    }
    
    .video__item-subtitle {
        font-size: 28px;
        line-height: 32px;
    }

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

    .video__item-list {
        row-gap: 6px;
    }

    .video__item-list li {
        font-size: 18px;
        line-height: 22px;
    }

    .video__item-link svg {
        width: 120px;
        height: auto;
    }
}

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

    .video__height2 {
        height: 360px;
    }

    .video__item,
    .video__item.video__height2,
    .video__item.video__height3 {
        padding: 30px;
    }

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

    .video__item-subtitle2 {
        font-size: 20px;
        line-height: 24px;
    }

    .video__item-list li {
        font-size: 16px;
        line-height: 20px;
    }

    .video__item-link svg {
        width: 100px;
    }
}

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

    .video__item-subtitle {
        font-size: 22px;
        line-height: 28px;
    }

    .video__item-subtitle2 br {
        display: none;
    }

    .video__item-list li {
        padding-left: 25px;
        font-size: 14px;
        line-height: 17px;
    }
}

@media only screen and (max-width: 1023px) {
    .video__height {
        height: auto;
        row-gap: 25px;
    }

    .video__height2 {
        height: auto;
        row-gap: 25px;
    }

    .video__list {
        row-gap: 12px;
        flex-direction: column;
    }

    .video__column_1 {
        width: 100%;
        order: 2;
    }

    .video__column_2 {
        width: 100%;
        order: 1;
    }

    .video__column_4 {
        width: 100%;
        order: 2;
    }

    .video__column_3 {
        width: 100%;
        order: 1;
    }

    .video__cover {
        height: 239px;
    }

    .video__item {
        padding: 30px 24px;
    }

    .video__item-subtitle {
        font-size: 24px;
        line-height: 24px;
    }

    .video__item-list {
        row-gap: 10px;
    }

    .video__item-link svg {
        width: 56px;
    }

    .video__item-btn .btn {
        width: 260px;
    }
}

/*     feedback     */

.feedback__title {
    padding: 48px 0;
    font-size: 48px;
    font-weight: 500;
    line-height: 56px;
    text-align: center;
}

.feedback__slider {
    margin-top: 30px;
}

.feedback__item {
    padding: 48px 48px;
}

.feedback__height {
    height: 600px;
}

.feedback__item-head {
    display: flex;
    column-gap: 32px;
    align-items: center;
}

.feedback__item-img {
    flex: 0 0 164px;
    height: 164px;
    border-radius: 24px;
    overflow: hidden;
}

.feedback__item-info {
    display: flex;
    row-gap: 15px;
    flex-direction: column;
}

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

.feedback__item-more {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
}

.feedback__item-text {
    min-height: 630px;
    margin-top: 60px;
    padding: 123px 40px 20px;
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
    background-color: #EFEFEF;
    background-image: url(../img/feedback-item-decore.svg);
    background-position: top 40px left 40px;
    background-repeat: no-repeat;
    border-radius: 24px;
}

.type_2 .feedback__item-text {
    min-height: 375px;
}

.type_3 .feedback__item-text {
    min-height: 470px;
}

.type_4 .feedback__item-text {
    min-height: 548px;
}

.type_5 .feedback__item-text {
    min-height: 490px;
}

@media only screen and (max-width: 1919px) {
    .feedback__title {
        padding: 38px 0;
        font-size: 44px;
        line-height: 48px;
    }

    .feedback__item {
        padding: 40px;
    }

    .feedback__item-img {
        flex: 0 0 140px;
        height: 140px;
    }

    .feedback__item-info {
        row-gap: 10px;
    }

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

    .feedback__item-more {
        font-size: 18px;
    }

    .feedback__item-text {
        min-height: 550px;
        margin-top: 40px;
        padding: 90px 30px 20px;
        font-size: 18px;
        line-height: 22px;
        background-position: top 30px left 30px;
        background-size: 50px;
    }

    .type_2 .feedback__item-text {
        min-height: 306px;
    }

    .type_3 .feedback__item-text {
        min-height: 410px;
    }

    .type_4 .feedback__item-text {
        min-height: 504px;
    }

    .type_5 .feedback__item-text {
        min-height: 450px;
    }
}

@media only screen and (max-width: 1439px) {
    .feedback__title {
        padding: 30px 0;
        font-size: 40px;
        line-height: 44px;
    }

    .feedback__item {
        padding: 30px;
    }

    .feedback__item-head {
        column-gap: 24px;
    }

    .feedback__item-img {
        flex: 0 0 100px;
        height: 100px;
    }

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

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

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

    .type_2 .feedback__item-text {
        min-height: 350px;
    }

    .type_3 .feedback__item-text {
        min-height: 480px;
    }

    .type_4 .feedback__item-text {
        min-height: 570px;
    }

    .type_5 .feedback__item-text {
        min-height: 530px;
    }
}

@media only screen and (max-width: 1179px) {
    .feedback__title {
        font-size: 34px;
    }

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

    .type_4 .feedback__item-text {
        min-height: 590px;
    }

    .type_2 .feedback__item-more {
        min-height: 80px;
    }

    .type_3 .feedback__item-more {
        min-height: 80px;
    }

    .type_3 .feedback__item-more br,
    .type_4 .feedback__item-more br {
        display: none;
    }

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

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

    .feedback__title {
        padding: 30px 30px 125px;
        font-size: 27px;
        line-height: 34px;
        text-align: left;
    }

    .feedback__slider {
        margin-top: 14px;
    }

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

    .feedback__item {
        padding: 30px;
    }

    .feedback__item-img {
        position: absolute;
        top: 30px;
        left: 30px;
        flex: 0 0 72px;
        width: 72px;
        height: 72px;
        border-radius: 12px;
    }

    .feedback__item-head {
        column-gap: 16px;
    }

    .feedback__item-info {
        row-gap: 12px;
    }

    .type_4 .feedback__item-text {
        min-height: auto;
    }

    .feedback__item-name {
        display: flex;
        align-items: center;
        height: 72px;
        padding-left: 88px;
        font-size: 24px;
        line-height: 24px;
    }

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

    .feedback__item-text {
        min-height: 630px;
        margin-top: 32px;
        padding: 66px 24px 20px;
        font-size: 14px;
        line-height: 14px;
        background-position: top 23px left 23px;
        background-size: 25px;
        border-radius: 16px;
    }

    .type_2 .feedback__item-text {
        min-height: 316px;
    }

    .type_3 .feedback__item-text {
        min-height: 316px;
    }

    .type_5 .feedback__item-text {
        min-height: auto;
    }

    .footer__btns .btn {
        width: 100%;
    }
}

/*     footer     */

.footer {
    margin-top: 60px;
}

.footer__column {
    width: calc(50% - 10px);
}

.footer__height {
    height: 472px;
}

.footer__height2 {
    height: 564px;
}

.footer__item {
    position: relative;
    padding: 60px 65px;
}

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

.footer__item.bg-orange:after,
.footer__item.bg-blue:after {
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0.15;
    content: url(../img/footer-logo.png);
    z-index: 1;
}

.footer__item-info {
    display: flex;
    row-gap: 42px;
    flex-direction: column;
    margin-top: 48px;
}

.footer__item-info > div {
    display: flex;
    row-gap: 8px;
    flex-direction: column;
}

.footer__item-title {
    font-size: 50px;
    font-weight: 600;
    line-height: 75px;
}

.footer__item-label {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
}

.footer__item-link a {
    font-size: 32px;
    font-weight: 600;
    line-height: 48px;
}

.footer__item-social {
    display: flex;
    column-gap: 20px;
    align-items: center;
    margin-top: 5px;
}

.footer__item-social a {
    display: flex;
    column-gap: 10px;
    align-items: center;
}

.footer__item-social a svg {
    width: auto;
    height: auto;
    max-width: 22px;
    max-height: 22px;
}


.footer__btns {
    display: flex;
    row-gap: 76px;
    align-items: flex-start;
    flex-direction: column;
    margin-top: 44px;
}

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

    .footer__height {
        height: 400px;
    }

    .footer__height2 {
        height: 480px;
    }

    .footer__item {
        padding: 45px 50px;
    }

    .footer__item-info {
        row-gap: 30px;
        margin-top: 38px;
    }

    .footer__item.bg-orange:after,
    .footer__item.bg-blue:after {
        right: -80px;
        bottom: -40px;
        transform: scale(0.8);
    }

    .footer__item-link a {
        font-size: 28px;
        line-height: 38px;
    }

    .footer__btns {
        row-gap: 50px;
    }
}

@media only screen and (max-width: 1439px) {
    .footer__item.bg-orange:after,
    .footer__item.bg-blue:after {
        right: -130px;
        bottom: -60px;
        transform: scale(0.7);
    }
}

@media only screen and (max-width: 1179px) {
    .footer__item.bg-orange:after,
    .footer__item.bg-blue:after {
        right: -150px;
        bottom: -72px;
        transform: scale(0.6);
    }
}

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

    .footer__height,
    .footer__height2 {
        height: auto;
    }

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

    .footer__column {
        width: 100%;
    }

    .footer__column_2 {
        order: 1;
    }

    .footer__column_1 {
        order: 2;
    }

    .footer__item.bg-orange:after,
    .footer__item.bg-blue:after {
        display: none;
    }

    .footer__item {
        padding: 30px 30px;
    }

    .footer__item-title {
        font-size: 28px;
        line-height: 28px;
    }

    .footer__sub-title {
        font-size: 28px;
        line-height: 28px;
    }

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

    .footer__item-link a {
        font-size: 20px;
        line-height: 20px;
    }

    .footer__item-social {
        row-gap: 10px;
        flex-direction: column;
        align-items: flex-start;
    }

    .footer__btns {
        row-gap: 23px;
        margin-top: 25px;
    }

    .footer__item-info {
        margin-top: 32px;
    }
}

/* 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: #000;
    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: 20px;
    line-height: 24px;
    text-align: center;
}

.popup-equipment .block {
    position: relative;
    width: 100%;
    max-width: 1860px;
    margin: 40px auto;
    padding: 60px 60px 40px;
    background-color: #fff;
    border-radius: 30px;
    overflow: hidden;
}

.popup-equipment .popup-close {
    top: 48px;
    right: 48px;
}

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

.popup-equipment__title {
    font-size: 48px;
    font-weight: 500;
    line-height: 57px;
}

.popup-equipment__list {
    position: relative;
    justify-content: space-between;
    margin-top: 64px;
}

.popup-equipment__list:before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 50%;
    width: 1px;
    background-color: #D3D3D3;
}

.popup-equipment__column {
    width: 46%;
}

.popup-equipment__subtitle {
    margin-bottom: 32px;
    font-size: 32px;
    font-weight: 500;
    line-height: 38px;
}

.popup-equipment__info ul {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}

.popup-equipment__info li {
    display: flex;
    row-gap: 8px;
    flex-direction: column;
    justify-content: center;
    min-height: 112px;
    font-size: 20px;
    line-height: 24px;
}

.popup-equipment__info strong {
    font-size: 24px;
    font-weight: 500;
    line-height: 29px;
}

.popup-equipment__info li.img {
    padding-left: 130px;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 112px;
}

@media only screen and (max-width: 1919px){
    .popup-equipment .block {
        max-width: 1380px;
        margin: 40px auto;
        padding: 40px;
    }

    .popup-equipment__title {
        font-size: 34px;
        line-height: 42px;
    }

    .popup-equipment__list {
        margin-top: 40px;
    }

    .popup-equipment__subtitle {
        margin-bottom: 20px;
        font-size: 26px;
        line-height: 32px;
    }

    .popup-equipment__info li {
        min-height: 96px;
        font-size: 16px;
        line-height: 20px;
    }

    .popup-equipment__info li br {
        display: none;
    }

    .popup-equipment__info li.img {
        padding-left: 115px;
        background-size: 96px;
    }

    .popup-equipment__info strong {
        font-size: 20px;
        line-height: 24px;
    }
}

@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;
    }

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

    .popup-order__title span {
        display: block;
    }

    .popup-order__title br {
        display: none;
    }

    .popup-equipment .block {
        max-width: 1120px;
    }
}

@media only screen and (max-width: 1179px){
    .popup-equipment .block {
        max-width: 964px;
    }
}

@media only screen and (max-width: 1023px){
    .popup-equipment .block {
        max-width: 320px;
        padding: 30px;
    }

    .popup-equipment .popup-close {
        top: 30px;
        right: 26px;
    }

    .popup-equipment__title {
        font-size: 28px;
        line-height: 33px;
    }

    .popup-equipment__column {
        width: 100%;
    }

    .popup-equipment__list {
        row-gap: 30px;
        flex-direction: column;
    }

    .popup-equipment__list:before {
        display: none;
    }

    .popup-equipment__info ul {
        row-gap: 12px;
    }

    .popup-equipment__info li {
        min-height: auto;
        row-gap: 4px;
        font-size: 14px;
        line-height: 17px;
    }

    .popup-equipment__info li.img {
        padding-left: 60px;
        background-size: 48px;
    }

    .popup-equipment__info strong {
        font-size: 16px;
        line-height: 19px;
    }


}