@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    border: 0;
    outline: 0;
}
* ::before, * ::after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
html, body {
    width: 100%;
    height: 100%;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #252525;
    min-width: 320px;
    -webkit-text-size-adjust: 100%;
}
body {
    background: #fff;
    min-height: 100%;
}

body.menu_opened,
body.no_scroll {
    overflow: hidden;
}
.container {
    width: 1760px;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 100%;
}
ul, li {
    list-style: none;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}
input, textarea, button, select {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;
    -webkit-appearance: none !important;
    -webkit-border-radius: 0 !important;
       -moz-border-radius: 0 !important;
            border-radius: 0 !important;
    background: none;
    color: #252525;
}
input::-webkit-contacts-auto-fill-button, textarea::-webkit-contacts-auto-fill-button, button::-webkit-contacts-auto-fill-button, select::-webkit-contacts-auto-fill-button {
    opacity: 0;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder, button::-webkit-input-placeholder, select::-webkit-input-placeholder {
    color: rgba(47, 64, 75, 0.47);
    opacity: 1;
}
input:-moz-placeholder, textarea:-moz-placeholder, button:-moz-placeholder, select:-moz-placeholder {
    color: rgba(47, 64, 75, 0.47);
    opacity: 1;
}
input::-moz-placeholder, textarea::-moz-placeholder, button::-moz-placeholder, select::-moz-placeholder {
    color: rgba(47, 64, 75, 0.47);
    opacity: 1;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder, button:-ms-input-placeholder, select:-ms-input-placeholder {
    color: rgba(47, 64, 75, 0.47);
    opacity: 1;
}
input::-ms-input-placeholder, textarea::-ms-input-placeholder, button::-ms-input-placeholder, select::-ms-input-placeholder {
    color: rgba(47, 64, 75, 0.47);
    opacity: 1;
}
input::placeholder, textarea::placeholder, button::placeholder, select::placeholder {
    color: rgba(47, 64, 75, 0.47);
    opacity: 1;
}
input[type=checkbox], input[type=radio] {
    display: none;
}
button {
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}
#all {
    overflow: hidden;
    width: 100%;
    height: auto;
    min-height: 100%;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
#all header, #all main, #all footer {
    width: 100%;
    max-width: 100%;
}
#all main {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding-top: 20px;
}

/* /////// */
header {
  width: 100%;
  height: 56px;
  background: #16bd7e;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
header .container {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

#logo {
    display: block;
    position: relative;
    z-index: 3;
}

#menu {
    margin: 0 auto 0 180px;
}
#menu a {
    line-height: 20px;
    color: #F8F8F8;
    text-decoration: none;
    margin-right: 90px;
    position: relative;
}
#menu a:after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #F8F8F8;
    opacity: 0;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
    pointer-events: none;
}
#menu a.active {
    font-weight: bold;
}



#menu_button {
    display: none;
}

footer {
    background: #4267B2;
    text-transform: uppercase;
    padding: 42px 0 35px;
}
footer * {
    color: #fff;
    text-decoration: none;
}
footer .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

footer nav,
footer .socials {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;

}
footer .item:first-child .logo {
    display: inline-block;
    margin-bottom: 61px;
}
footer .item:first-child div {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
}
footer .item:first-child .copyright {
    font-size: 18px;
}
footer nav a {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
}
footer .socials a {
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 10px;
}

footer .contacts  {
    text-transform: lowercase;
    font-size: 16px;
    line-height: 24px;
}
footer .contacts .address {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 8px;
    text-transform: uppercase;
}


footer a {
    position: relative;
}
footer a:not(.logo):after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
    opacity: 0;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
    pointer-events: none;
}

.main_section {
    padding: 171px 0 0;
    height: 1283px;
    background: url('../images/main.jpg') center top / cover no-repeat;
}
.main_section h1 {
    font-weight: 900;
    font-size: 60px;
    line-height: 80px;
    letter-spacing: 1.8px;
    color: #F8F8F8;
    margin-bottom: 10px;
}
.main_section h2 {
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #FFFFFF;
}
.directions_section {
    position: relative;
    margin-top: -392px;
    padding-bottom: 214px;
}
.directions_section .items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
       -moz-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
}
.directions_section .item {
    width: -webkit-calc(33.333% - 13px);
    width: -moz-calc(33.333% - 13px);
    width: calc(33.333% - 13px);
    height: 546px;
    background: #3D4D58;
    color: #F8F8F8;
    -webkit-box-shadow: 0px 1px 80px rgba(47, 64, 75, 0.47);
       -moz-box-shadow: 0px 1px 80px rgba(47, 64, 75, 0.47);
            box-shadow: 0px 1px 80px rgba(47, 64, 75, 0.47);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 58px 40px 99px;
    text-decoration: none;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
}
.directions_section .t {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 22px;
}
.directions_section .d {
    font-size: 24px;
    line-height: 32px;
    position: relative;
    padding-bottom: 50px;
}
.directions_section .d:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: #F8F8F8;
    width: 350px;
    max-width: 100%;
    height: 4px;
}
.directions_section .button {
    margin-top: auto;
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    text-transform: uppercase;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.directions_section .button svg {
    margin-left: 35px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
}

.about_section {
    margin-bottom: 204px;
}
.about_section .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.about_section .container .left,
.about_section .container .right {
    width: 840px;
    max-width: 100%;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
}
.about_section .container .left {
    width: 530px;
}

.about_section .container p {
    font-size: 20px;
    line-height: 40px;
    margin-bottom: 130px;
}
.title_border {
    font-weight: 600;
    font-size: 44px;
    line-height: 60px;
    border-bottom: 2px solid #4267B2;
    padding-bottom: 80px;
    margin-bottom: 68px;
    max-width: 100%;
}
.title_border.white {
    color: #F8F8F8;
    border-color: #F8F8F8;
}
.title_center {
    font-weight: 600;
    font-size: 44px;
    line-height: 60px;
    text-align: center;
    color: #252525;
}
.arrow_button {
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    color: #4267B2;
    text-decoration: none;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.arrow_button svg {
    margin-left: 10px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
}

.team_section {
    padding: 94px 0 0;
    background: #4267B2;
}
.team_section .title_border {
    width: 465px;
}
.team_section .team_items {
    width: 100%;
    color: #F8F8F8;
    padding-bottom: 173px;
    margin: 146px 0 0;
}
.team_section .photo img {
    width: 100%;
}
.team_section .name {
    font-weight: 600;
    font-size: 20px;
    line-height: 34px;
    text-transform: uppercase;
    margin: 20px 0;
}
.team_section .about {
    font-size: 16px;
    line-height: 30px;
}

.team_section .swiper-pagination {
    bottom: 58px;
}
.team_section .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background: #F8F8F8;
    opacity: 1;
    margin: 0 6px !important;
}
.team_section .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #C9A3A4;;
}

.news_section {
    padding: 94px 0 60px;
    text-align: center;
}
.more_news {
    font-size: 18px;
    line-height: 24px;
    color: #252525;
    text-decoration: none;
    position: relative;
}
.more_news:after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #252525;
    opacity: 0;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
    pointer-events: none;
}
.news_section .title_border {
    width: 330px;
    margin-bottom: 130px;
}
.news_section .title_border,
.news_items {
    text-align: left;
}
.news_items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 190px;
}
.news_items .item {
    width: -webkit-calc(33.333% - 13px);
    width: -moz-calc(33.333% - 13px);
    width: calc(33.333% - 13px);
}
.news_items .item:not(:last-child) {
    margin-right: 20px;
}
.news_items .item a:not(.arrow_button) {
    display: block;
    text-decoration: none;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
}
.news_items .image {
    margin-bottom: 50px;
}
.news_items img {
    width: 100%;
}

.news_items .text {
    font-weight: 600;
    font-size: 24px;
    line-height: 40px;
    color: #252525;
    margin-bottom: 140px;
}
.news_items .text:hover {
    color: #4267B2;
}

.breadcrumbs {
    padding-top: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #3D4D58;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 40px;
}
.breadcrumbs a {
    color: #3D4D58;
    text-decoration: none;
}
.breadcrumbs svg {
    margin: 0 10px;
}
.about_page {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.about_page .title_wrapper {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
       -moz-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    width: 100%;
}
.about_page .title_border {
    padding-bottom: 50px;
    width: 340px;
    margin-bottom: 62px;
}
.about_page .text {
    width: 61.82%;
    padding-right: 20.8%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
}
.about_page p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 40px;
}
.about_page .rector {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    position: relative;
    top: -142px;
    width: 339px;
}
.about_page .rector img {
    width: 280px;
    margin-bottom: 28px;
}
.about_page .rector .t {
    font-weight: bold;
    font-size: 24px;
    line-height: 40px;
    color: #F9B087;
    margin-bottom: 20px;
}
.about_page .rector .name {
    font-weight: 600;
    font-size: 22px;
    line-height: 40px;
    text-transform: uppercase;
}
.about_page .rector .about {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 66px;
}

.button_wrapper {
    text-align: center;
}
.more_button {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #252525;
    text-decoration: none;
    position: relative;
}
.more_button:after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #252525;
    opacity: 0;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
    pointer-events: none;
}

.big_arrow_button {
    width: 240px;
    max-width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #4267B2;
    height: 63px;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
}
.big_arrow_button svg {
    margin-left: 20px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
}

.calendar_page {
    margin: 115px 0 117px;
}
.calendar_page .title_wrapper {
    width: 450px;
}
.calendar_page .title_border {
    margin-bottom: 19px;
    padding-bottom: 38px;
}

.sort_filter_header,
.sort_filter_block button,
.sort_filter_button {
    display: none;
}

.sort_filter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-align-self: start;
        -ms-flex-item-align: start;
                -ms-grid-row-align: start;
            align-self: start;
}
.sort_filter label {
    font-size: 18px;
    line-height: 30px;
    color: #3D4D58;
    cursor: pointer;
    position: relative;
}
.sort_filter input:checked + label {
    font-weight: bold;
    pointer-events: none;
}
.sort_filter .radio_button {
    margin-left: 30px;
}
.sort_filter label:after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #3D4D58;
    opacity: 0;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
    pointer-events: none;
}

.calendar_page .items {
    margin: 87px 0 176px;
}
.calendar_page .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-decoration: none;
    font-size: 24px;
    line-height: 50px;
    color: #252525;
    border-bottom: 2px solid #252525;
    width: 100%;
    padding: 85px 63px;
}
.calendar_page .date {
    width: 200px;
    height: 200px;
    background: #4267B2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    color: #FFFFFF;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
}
.calendar_page .text {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: 45px 0 0 140px;
}

.trainings_page {
    background: #F9F9F9;
    margin-top: 38px;
    padding: 32px 0 87px;
}
.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.trainings_page .sort_filter_block {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}
.trainings_page .sort_filter {
    display: block;
}
.trainings_page .sort_filter .radio_button {
    margin-left: 0;
}
.trainings_page .sort_filter_header {
    display: block;
}
.trainings_page .sort_filter_header .t {
    display: inline-block;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #3D4D58;
    padding-bottom: 10px;
    border-bottom: 2px solid #4267B2;
    margin-bottom: 32px;
}
.trainings_page .sort_filter_header svg {
    display: none;
}
.sort_filter .radio_button.full_style {
    margin: 0 0 5px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
}
.sort_filter .radio_button.full_style label {
    padding-left: 30px;
    position: relative;
    display: inline-block;
}
.sort_filter .radio_button.full_style label:before,
.sort_filter .radio_button.full_style label::after {
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #3D4D58;
    -webkit-border-radius: 100%;
       -moz-border-radius: 100%;
            border-radius: 100%;
}
.sort_filter .radio_button.full_style label::after {
    background: #4267B2;
    width: 11px;
    height: 11px;
    top: 9px;
    left: 2px;
}
.sort_filter .radio_button.full_style input:checked + label {
    font-weight: normal;
}
.sort_filter .radio_button.full_style input:checked + label:after {
    opacity: 1;
}

.training_page {
    margin-top: 57px;
}
.trainings_page .items {
    width: 74.419%;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    padding: 60px 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
       -moz-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.trainings_page .item {
    width: -webkit-calc((100% - 80px) / 3);
    width: -moz-calc((100% - 80px) / 3);
    width: calc((100% - 80px) / 3);
    background: #fff;
    color: #252525;
    text-decoration: none;
    -webkit-filter: drop-shadow(0px 4px 50px rgba(61, 77, 88, 0.22));
            filter: drop-shadow(0px 4px 50px rgba(61, 77, 88, 0.22));
    margin-bottom: 50px;
}
.trainings_page .item {
    margin-left: 25px;
    max-height: 650px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.trainings_page .item .content {
    padding: 0 20px 80px;
}
.trainings_page .item .img {
    margin-bottom: 15px;
    background: #000;
}
.trainings_page .item img {
    width: 100%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.trainings_page .item .format {
    font-weight: bold;
    font-size: 20px;
    line-height: 20px;
    color: #F9B087;
    margin-bottom: 10px;
}
.trainings_page .item .title {
    font-weight: bold;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 35px;
}
.trainings_page .item .speaker {
    font-size: 16px;
    line-height: 20px;
    color: #3D4D58;
}
.trainings_page .item .speaker span {
    margin-right: 10px;
}

.training_page .title_border {
    padding-bottom: 100px;
    border-bottom-width: 4px;
    margin-bottom: 73px;
}
.training_page .top_part {
    margin-bottom: 75px;
}
.training_page .top_part .text {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: 45px 165px 0 0;
    overflow: hidden;
}
.training_page .top_part p {
    font-size: 18px;
    line-height: 30px;
    width: 928px;
    max-width: 100%;
}
.training_page .top_part .poster {
    width: 415px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
}
.training_page .top_part img {
    width: 100%;
    margin-bottom: 48px;
}
.training_page .top_part .format {
    font-weight: bold;
    font-size: 30px;
    line-height: 20px;
    text-align: center;
    color: #F9B087;
}

.about_training {
    background: #F9F9F9;
    padding: 78px 0;
}

.about_training .speaker {
    width: 552px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
}
.about_training .speaker img {
    width: 100%;
    margin-bottom: 33px;
}
.about_training .speaker .t {
    font-weight: bold;
    font-size: 24px;
    line-height: 40px;
    color: #F9B087;
    margin-bottom: 20px;
}
.about_training .speaker .name {
    font-weight: 600;
    font-size: 22px;
    line-height: 40px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.about_training .speaker .about_speaker {
    font-size: 16px;
    line-height: 30px;
}
.about_training .text {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: 28px 0 0 83px;
    overflow: hidden;
}
.about_training .text .t {
    font-weight: bold;
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 10px;
}
.about_training .text .d {
    font-size: 18px;
    line-height: 40px;
    margin-bottom: 27px;
}
.about_training .text .big_arrow_button {
    width: 525px;
    margin-top: 185px;
}

.tab_links {
    margin: 59px 0 42px;
}
.tab_links a {
    font-size: 18px;
    line-height: 20px;
    text-decoration: none;
    color: #3D4D58;
    position: relative;
}
.tab_links a:after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #3D4D58;
    opacity: 0;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
    pointer-events: none;
}
.tab_links a:not(:last-child) {
    margin-right: 50px;
}

.conferences_page {
    background: #F9F9F9;
    padding: 80px 0;
}
.conferences_page .items {
    width: 1432px;
    max-width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.conferences_page .item {
    width: -webkit-calc((100% - 24px) / 3);
    width: -moz-calc((100% - 24px) / 3);
    width: calc((100% - 24px) / 3);
    position: relative;
    margin-bottom: 76px;
    text-decoration: none;
    -webkit-box-shadow: 0px 4px 50px rgba(61, 77, 88, 0.22);
       -moz-box-shadow: 0px 4px 50px rgba(61, 77, 88, 0.22);
            box-shadow: 0px 4px 50px rgba(61, 77, 88, 0.22);
    background: #000;
}
.conferences_page .item img {
    width: 100%;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
}
.conferences_page .item .date {
    width: 100px;
    height: 100px;
    position: absolute;
    top: -26px;
    left: 104px;
    background: #4267B2;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.conference_page {
    margin-top: 118px;
}
.conference_page h1 {
    font-weight: normal;
    font-size: 22px;
    line-height: 20px;
    color: #3D4D58;
    margin-bottom: 20px;
}
.conference_page .first_part {
    margin-bottom: 128px;
}
.conference_page .first_part .text {
    padding-right: 155px;
    overflow: hidden;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}
.conference_page .first_part .title_border {
    font-weight: bold;
    font-size: 44px;
    line-height: 60px;
    border: 0;
    margin-bottom: 30px;
    padding: 0;
}
.conference_page .first_part .format {
    font-weight: bold;
    font-size: 24px;
    line-height: 20px;
    color: #F9B087;
    margin-bottom: 20px;
}
.conference_page .first_part .date {
    font-weight: 600;
    font-size: 30px;
    line-height: 52px;
    color: #F9B087;
    margin-bottom: 20px;
}
.conference_page .first_part .big_arrow_button {
    width: 360px;
}

.conference_page .second_part .poster,
.conference_page .first_part .poster {
    width: 558px;
    max-width: 100%;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
}
.conference_page .second_part .t {
    font-weight: 600;
    font-size: 44px;
    line-height: 48px;
    margin-bottom: 63px;
}

.conference_page .second_part li {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 20px;
    padding-left: 40px;
    position: relative;
}
.conference_page .second_part li:before {
    content: '—';
    position: absolute;
    left: 0;
    top: 0;
}
.conference_page .second_part {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 105px;
}
.conference_page .second_part .text {
    width: 705px;
    max-width: 100%;
}
.conference_page .second_part .poster {
    padding: 0 52px;
}
.conference_page .program {
    background: #F8F8F8;
    padding: 63px 0 94px;
}
.conference_page .program .title_border {
    width: 550px;
    padding-bottom: 28px;
    margin-bottom: 88px;
}
.conference_page .program .date {
    font-weight: bold;
    font-size: 30px;
    line-height: 40px;
    color: #F9B087;
    margin-bottom: 40px; 
}
.conference_page .program table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 50px;
}
.conference_page .program td {
    border-top: 1px solid #252525;
    border-bottom: 1px solid #252525;
    padding: 40px 78px;
}
.conference_page .program td:first-child {
    width: 285px;
    font-weight: bold;
    font-size: 24px;
    line-height: 40px;
    text-align: center;
}
.conference_page .program td:not(:first-child) {
    border-left: 1px solid #252525;
    font-size: 18px;
    line-height: 30px;
}

.conference_page .download_wrapper {
    margin-bottom: 50px;
}
.conference_page .download_pdf {
    font-size: 18px;
    line-height: 40px;
    color: #252525;
    text-decoration: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
}
.conference_page .download_pdf svg {
    margin-right: 16px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
}
.conference_page .download_pdf svg path {
    fill: #F9B087;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
}
.conference_page .program .big_arrow_button {
    width: 360px;
    margin: 0 auto;
}
.conference_page .speakers {
    background: #4267B2;
    color: #F8F8F8;
    padding: 77px 0 0;
}
.conference_page .speakers .title_border {
    width: 315px;
    padding-bottom: 50px;
    margin-bottom: 168px;
}
.conference_page .speakers .items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.conference_page .speakers .item {
    width: -webkit-calc((100% - 60px) / 4);
    width: -moz-calc((100% - 60px) / 4);
    width: calc((100% - 60px) / 4);
    margin-bottom: 144px;
}
.conference_page .speakers .item:not(:nth-child(4n)) {
    margin-right: 20px;
}
.conference_page .speakers .item img {
    margin-bottom: 22px;
    width: 100%;
}
.conference_page .speakers .item .name {
    font-weight: 600;
    font-size: 20px;
    line-height: 34px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.conference_page .speakers .item .about {
    font-size: 16px;
    line-height: 30px;
}

.registrations {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    background: url("../images/main.jpg") right top / auto 120% no-repeat;
}
.registrations .left {
    width: 41.93%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    background: #fff;
}
.registrations .left .content {
    width: 704px;
    max-width: 100%;
    position: relative;
}
.registrations .left form {
    padding: 25px 89px 66px 123px;
}
.registrations .left .title {
    font-weight: 600;
    font-size: 30px;
    line-height: 48px;
    margin-bottom: 30px;
}
.registrations .left p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 117px;
}
.registrations .left .field {
    width: 100%;
    position: relative;
    margin-bottom: 34px;
}
.registrations .left label {
    position: absolute;
    top: 0;
    left: 0;
    color: rgba(47, 64, 75, 0.47);
    font-size: 14px;
    line-height: 40px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
    pointer-events: none;
}
.registrations .left .form_input.has_value + label,
.registrations .left .form_input:focus + label {
    top: -24px;
    font-size: 12px;
}
.registrations .left .form_input {
    width: 100%;
    height: 36px;
    font-size: 14px;
    border-bottom: 2px solid #F8F8F8;
}
.registrations .left .form_input.error {
    border-color: #F9B087;
}
.registrations .left .field img {
    position: absolute;
    right: 0;
    bottom: 10px;
    width: 15px;
    display: none;
}
.registrations .left .form_input.error + label + img {
    display: block;
}
.registrations .left textarea.form_input {
    margin-bottom: 25px;
    height: 60px;
    padding: 8px 0;
    resize: none;
    border-color: #4267B2;
}
.registrations .left .info {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 67px;
}
.registrations .button_wrapper {
    text-align: right;
}

.registrations .arrow_button {
    font-size: 16px;
    line-height: 24px;
}
.registrations .arrow_button svg {
    position: relative;
    top: -1px;
}
.registrations .right {
    width: 58.07%;
    font-weight: 900;
    font-size: 30px;
    line-height: 35px;
    text-align: center;
    color: #F8F8F8;
    padding-top: 278px;
}
.registrations .right .logo {
    margin-bottom: 42px;
}

.completed_form {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #fff;
}
.completed_form.hide_form {
    display: none;
}

@media all and (min-width: 1025px) {
    .conference_page .download_pdf:hover {
        color: #4267B2;
    }
    .conference_page .download_pdf:hover svg path {
        fill: #4267B2;
    }
    footer a:not(.logo):hover:after,
    .tab_links a:hover:after,
    #menu a:hover:after {
        bottom: -1px;
        opacity: 1;
    }
    .more_button:hover:after {
        bottom: 0;
        opacity: 1;
    }
    .big_arrow_button:hover svg {
        -webkit-transform: translateX(7px);
           -moz-transform: translateX(7px);
            -ms-transform: translateX(7px);
             -o-transform: translateX(7px);
                transform: translateX(7px);
    }
    .breadcrumbs a:hover {
        text-decoration: underline;
    }
    .more_news:hover:after {
        bottom: 0;
        opacity: 1;
    }
    .arrow_button:hover svg {
        -webkit-transform: translateX(7px);
           -moz-transform: translateX(7px);
            -ms-transform: translateX(7px);
             -o-transform: translateX(7px);
                transform: translateX(7px);
    }
    .directions_section .item:hover {
        background: #4267B2;
    }
    .directions_section .item:hover .button svg {
        -webkit-transform: translateX(15px);
           -moz-transform: translateX(15px);
            -ms-transform: translateX(15px);
             -o-transform: translateX(15px);
                transform: translateX(15px);
    }
    .conferences_page .item:hover img,
    .trainings_page .item:hover img {
        opacity: 0.6;
    }
    .trainings_page .item:hover .title {
        color: #4267B2;
    }
    .sort_filter :not(.full_style) label:hover:after {
        bottom: 0;
        opacity: 1;
    }
    .calendar_page .item:hover {
        background: #F8F8F8;
    }
}

@media all and (max-width: 1440px) {
    .breadcrumbs {
        font-size: 12px;
    }
    .breadcrumbs svg {
        width: 7px;
        height: 7px;
    }
    .title_center {
        font-size: 28px;
        line-height: 48px;
    }
    .trainings_page .items {
        padding-top: 25px;
        width: 80.95%;
    }
    .trainings_page .sort_filter_header .t {
        font-size: 14px;
        line-height: 20px;
    }
    .sort_filter .radio_button.full_style {
        margin-bottom: 10px;
    }
    .sort_filter .radio_button.full_style label {
        font-size: 14px;
    }
    .trainings_page .item .format {
        font-size: 18px;
    }
    .trainings_page .item .title {
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 20px;
    }
    .trainings_page .item .speaker {
        font-size: 14px;
    }
    .trainings_page .item .content {
        padding: 0 13px 39px;
    }
    .container {
        width: 1132px;
    }
    #menu {
        margin-left: 130px;
    }
    #menu a {
        font-size: 14px;
        margin-right: 36px;
    }
    #menu a:last-child {
        margin-right: 0;
    }
    .main_section {
        height: 962px;
        padding-top: 107px;
    }
    .main_section h1 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 10px;
    }
    .main_section h2 {
        font-size: 14px;
    }
    .directions_section {
        margin-top: -256px;
        padding-bottom: 154px;
    }
    .directions_section .item {
        width: 302px;
        max-width: 32%;
        height: 318px;
        padding: 58px 20px 54px;
    }
    .directions_section .t {
        font-size: 28px;
        line-height: 48px;
        margin-bottom: 0;
    }
    .directions_section .d {
        font-size: 16px;
        line-height: 32px;
        padding-bottom: 20px;
    }
    .directions_section .d:after {
        width: 188px;
    }
    .directions_section .button {
        font-size: 14px;
        line-height: 24px;
    }
    .directions_section .button svg {
        width: 14px;
        height: 14px;
        margin-left: 27px;
    }
    .title_border {
        font-size: 28px;
        line-height: 38px;
        padding-bottom: 50px;
        margin-bottom: 31px;
    }
    .about_section .container .left {
        width: 330px;
    }
    .about_section .container p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 92px;
    }
    .about_section .container .right {
        width: 567px;
    }
    .team_section {
        padding-top: 84px;
    }
    .team_section .team_items {
        margin-top: 110px;
        padding-bottom: 120px;
    }
    .team_section .swiper-pagination {
        bottom: 40px;
    }
    .team_section .name {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 11px;
    }
    .team_section .about {
        font-size: 16px;
        line-height: 24px;
    }
    .news_section {
        padding-top: 69px;
    }
    .news_section .title_border {
        width: 315px;
        margin-bottom: 66px;
    }
    .news_items .image {
        margin-bottom: 30px;
    }
    .news_items .text {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 60px;
    }
    .news_items {
        margin-bottom: 84px;
    }
    footer .item:first-child .logo {
        margin-bottom: 55px;
    }
    footer .item:first-child div {
        font-size: 9px;
        line-height: 20px;
    }
    footer .item:first-child .copyright {
        font-size: 13px;
    }
    footer nav a {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 6px;
    }
    footer .socials a {
        font-size: 13px;
        line-height: 20px;
        margin-bottom: 6px;
    }
    .about_page {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
           -moz-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
    .about_page .text {
        width: -webkit-calc(100% - 339px);
        width: -moz-calc(100% - 339px);
        width: calc(100% - 339px);
        padding-right: 17.43%;
    }
    .about_page p {
        font-size: 16px;
        line-height: 20px;
    }
    .about_page .rector .t  {
        font-size: 22px;
        margin-bottom: 20px;
    }
    .about_page .rector .name {
        font-size: 18px;
    }
    .about_page .rector .about {
        font-size: 16px;
        margin-bottom: 67px;
    }

    .calendar_page {
        margin: 40px 0 97px;
    }
    .calendar_page .title_wrapper {
        width: 340px;
    }
    .calendar_page .title_border {
        padding-bottom: 40px;
        margin-bottom: 31px;
    }
    .sort_filter label {
        font-size: 16px;
    }
    .calendar_page .items {
        margin: 30px 0 45px;
    }
    .calendar_page .item {
        padding: 85px 43px;
    }
    .calendar_page .date {
        width: 100px;
        height: 100px;
        font-size: 18px;
        line-height: 20px;
    }
    .calendar_page .text {
        font-size: 18px;
        line-height: 30px;
        padding: 20px 0 0 97px;
    }
    .more_button {
        font-size: 16px;
    }
    .training_page .top_part {
        margin-bottom: 92px;
    }
    .training_page .top_part .poster {
        width: 258px;
    }
    .training_page .top_part .poster img {
        margin-bottom: 30px;
    }
    .training_page .top_part .format {
        font-size: 18px;
    }
    .training_page .title_border {
        margin-bottom: 50px;
        padding-bottom: 50px;
    }
    .training_page .top_part .text {
        padding-right: 110px;
    }
    .training_page .top_part p {
        font-size: 16px;
    }
    .about_training {
        padding: 50px 0;
    }
    .about_training .speaker {
        width: 415px;
    }
    .about_training .speaker img {
        margin-bottom: 25px;
    }
    .about_training .speaker .t {
        font-size: 22px;
        margin-bottom: 20px;
    }
    .about_training .speaker .name {
        font-size: 18px;
        line-height: 24px;
    }
    .about_training .speaker .about_speaker {
        font-size: 16px;
        line-height: 24px;
    }
    .about_training .text {
        padding: 0 0 0 64px;
    }
    .about_training .text .t {
        font-size: 22px;
    }
    .tab_links a {
        font-size: 16px;
    }
    .tab_links a:not(:last-child) {
        margin-right: 43px;
    }

    .conferences_page .items {
        width: 1020px;
    }
    .conferences_page .item {
        width: -webkit-calc((100% - 100px) / 3);
        width: -moz-calc((100% - 100px) / 3);
        width: calc((100% - 100px) / 3);
    }
    .conferences_page .item .date {
        top: -34px;
        left: 69px;
        font-size: 16px;
        line-height: 20px;
    }
    .registrations {
        background: url("../images/main.jpg") right 70% top / auto 120% no-repeat;
    }
    .registrations .left {
        width: 53.06%;
        padding-left: 20px;
    }
    .registrations .right {
        width: 46.94%;
    }
    .registrations .left .content {
        width: 574px;
    }
    .registrations .left form {
        padding: 60px 88px 66px 0;
    }
    .conference_page h1 {
        font-size: 16px;
        line-height: 20px;
    }
    .conference_page .second_part .poster, .conference_page .first_part .poster {
        width: 340px;
        padding-top: 38px;
    }
    .conference_page .first_part .text {
        padding-right: 30px;
    }
    .conference_page .first_part .title_border {
        font-size: 28px;
        line-height: 40px;
        margin-bottom: 9px;
    }
    .conference_page .first_part .format {
        font-size: 16px;
        line-height: 20px;
    }
    .conference_page .first_part .date {
        font-size: 22px;
        line-height: 52px;
    }
    .conference_page .first_part {
        margin-bottom: 66px;
    }
    .conference_page .second_part .t {
        font-size: 28px;
        line-height: 40px;
        margin-bottom: 40px;
    }
    .conference_page .second_part li {
        font-size: 16px;
        line-height: 24px;
    }
    .conference_page .second_part .poster {
        padding: 0 41px;
    }
    .conference_page .second_part .text {
        width: 537px;
    }
    .conference_page .second_part {
        margin-bottom: 65px;
    }
    .conference_page .program .title_border {
        width: 380px;
        margin-bottom: 98px;
    }
    .conference_page .program .date {
        font-size: 24px;
        line-height: 40px;
    }
    .conference_page .program td:first-child {
        font-size: 18px;
    }
    .conference_page .program td {
        padding: 40px 47px;
    }
    .conference_page .program table {
        margin-bottom: 40px;
    }
    .conference_page .download_wrapper {
        margin-bottom: 70px;
    }
    .conference_page .download_pdf {
        font-size: 16px;
    }
    .conference_page .download_pdf svg {
        margin-right: 10px;
        height: 40px;
        width: 40px;
    }
    .conference_page .speakers .title_border {
        margin-bottom: 134px;
    }
    .conference_page .speakers .item:not(:nth-child(4n)),
    .conference_page .speakers .item {
        width: -webkit-calc((100% - 126px) / 3);
        width: -moz-calc((100% - 126px) / 3);
        width: calc((100% - 126px) / 3);
        margin-right: 0;
        margin-bottom: 100px;
    }
    .conference_page .speakers .item:not(:nth-child(3n)) {
        margin-right: 63px;
    }
    .conference_page .speakers .item img {
        margin-bottom: 20px;
    }
    .conference_page .speakers .item .name {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 10px;
    }
    .conference_page .speakers .item .about {
        font-size: 14px;
        line-height: 24px;
    }
    .conference_page {
        margin-top: 105px;
    }
}

@media all and (max-width: 1180px) {
    .main_section {
        padding-top: 97px;
        height: 788px;
    }
    .about_section {
        margin-bottom: 118px;
    }
    .team_section .team_items {
        margin-top: 52px;
    }
    .team_section .name {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 11px;
    }
    .team_section .about {
        font-size: 14px;
    }
    .trainings_page .items {
        padding-top: 0;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
           -moz-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
    .trainings_page .item {
        width: -webkit-calc((100% - 40px) / 2);
        width: -moz-calc((100% - 40px) / 2);
        width: calc((100% - 40px) / 2);
        margin-right: 0 !important;
    }
    .trainings_page .item .content {
        padding: 0 16px 29px;
    }
    .training_page .title_border {
        border-bottom-width: 2px;
    }
    .conference_page .program td:not(:first-child) {
        font-size: 14px;
    }
    .registrations {
        background: url("../images/main.jpg") right 57% top / auto 120% no-repeat;
    }
}

@media all and (max-width: 1000px) {
    .about_section .container .right {
        width: 450px;
    }
    .directions_section .t {
        line-height: 28px;
    }
    .trainings_page .items {
        width: 75%;
    }
    .about_training .speaker {
        width: 300px;
    }
    .about_training .text {
        padding-left: 24px;
    }
    .training_page .top_part .text {
        padding-right: 40px;
    }
    .conferences_page .item {
        width: -webkit-calc((100% - 50px) / 3);
        width: -moz-calc((100% - 50px) / 3);
        width: calc((100% - 50px) / 3);
    }
    .conferences_page .item .date {
        left: 35px;
        width: 80px;
        height: 80px;
    }
    .registrations .left form {
        padding-right: 20px;
    }
}

@media all and (max-width: 850px) {
    .about_section .container .right {
        width: 350px;
    }
    #menu {
        margin-left: 40px;
    }
    .about_page {
        display: block;
    }
    .about_page .rector {
        top: 0;
        width: 100%;
        margin-bottom: 50px;
    }
    .about_page .text {
        width: 100%;
        padding-right: 0;
    }
    .about_page .rector img {
        width: 340px;
    }
    .about_page .rector svg {
        -webkit-transform: translateX(-105px);
           -moz-transform: translateX(-105px);
            -ms-transform: translateX(-105px);
             -o-transform: translateX(-105px);
                transform: translateX(-105px);
    }
    .registrations .left,
    .registrations .left .content {
        width: 100%;
    }
    .registrations .right {
        display: none;
    }
    .conference_page .speakers .items {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
           -moz-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
    .conference_page .speakers .item:not(:nth-child(3n)),
    .conference_page .speakers .item:not(:nth-child(4n)),
    .conference_page .speakers .item {
        width: -webkit-calc((100% - 60px) / 2);
        width: -moz-calc((100% - 60px) / 2);
        width: calc((100% - 60px) / 2);
        margin-right: 0 !important;
    }
    .conference_page .speakers .title_border {
        margin-bottom: 84px;
    }

    .conference_page .first_part {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .conference_page .second_part .poster {
        display: none;
    }
    .conference_page .first_part .poster {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
           -moz-box-ordinal-group: 1;
            -ms-flex-order: 0;
                order: 0;
        padding: 0;
        margin-bottom: 18px;
    }
    .conference_page .first_part .text {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
           -moz-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        padding: 0;
    }
    .conference_page .second_part .text {
        width: 100%;
        padding: 0;
    }
    .conference_page {
        margin-top: 0;
    }
    .conference_page .first_part .text {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .conference_page .first_part .format {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
           -moz-box-ordinal-group: 1;
            -ms-flex-order: 0;
                order: 0;
        font-size: 18px;
        margin-bottom: 25px;
    }
    .conference_page h1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
           -moz-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
    }
    .conference_page .first_part .title_border {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
           -moz-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        font-size: 30px;
        margin-bottom: 10px;
    }
    .conference_page .first_part .date {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
           -moz-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3;
        font-size: 24px;
        margin-bottom: 50px;
    }
    .conference_page .first_part .big_arrow_button {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
           -moz-box-ordinal-group: 5;
            -ms-flex-order: 4;
                order: 4;
    }
    .conference_page .second_part .t {
        margin-bottom: 33px;
    }
}

@media all and (max-width: 768px) {
    .container {
        padding: 0 53px;
    }
    #menu {
        display: none;
        margin: 0;
        background: #4267B2;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 168px 0 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        z-index: 2;
    }
    .menu_opened #menu {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
    }
    #menu a {
        margin: 0 0 40px;
        font-size: 24px;
        line-height: 20px;
    }
    #menu_button {
        display: block;
        z-index: 3;
        position: relative;
        width: 37px;
        height: 20px;
    }
    #menu_button span {
        -webkit-transition: .2s;
        -o-transition: .2s;
        -moz-transition: .2s;
        transition: .2s;
        position: absolute;
        left: 0;
        width: 100%;
        height: 2px;
        background: #F8F8F8;
    }
    #menu_button span:nth-child(1) {
        top: 0;
    }
    #menu_button span:nth-child(2) {
        top: 6px;
    }
    #menu_button span:nth-child(3) {
        top: 12px;
    }
    #menu_button span:nth-child(4) {
        top: 18px;
    }

    .menu_opened #menu_button span:nth-child(1),
    .menu_opened #menu_button span:nth-child(4) {
        opacity: 0;
    }
    .menu_opened #menu_button span:nth-child(2) {
        -webkit-transform: translateY(3px) rotate(45deg);
           -moz-transform: translateY(3px) rotate(45deg);
            -ms-transform: translateY(3px) rotate(45deg);
             -o-transform: translateY(3px) rotate(45deg);
                transform: translateY(3px) rotate(45deg);
    }
    .menu_opened #menu_button span:nth-child(3) {
        -webkit-transform: translateY(-3px) rotate(-45deg);
           -moz-transform: translateY(-3px) rotate(-45deg);
            -ms-transform: translateY(-3px) rotate(-45deg);
             -o-transform: translateY(-3px) rotate(-45deg);
                transform: translateY(-3px) rotate(-45deg);
    }
    .main_section {
        height: 662px;
        padding-top: 57px;
    }
    .main_section h1 {
        font-size: 37px;
        line-height: 46px;
    }
    .main_section h2 {
        display: none;
    }
    .directions_section {
        margin-top: -32px;
        padding-bottom: 143px;
    }
    .directions_section .items {
        display: block;
    }
    .directions_section .item {
        width: 100%;
        max-width: 100%;
        height: 350px;
        margin-bottom: 50px;
    }
    .directions_section .d:after {
        width: 212px;
    }
    .about_section {
        margin-bottom: 62px;
    }
    .about_section .container {
        display: block;
    }
    .about_section .container .side {
        width: 100%;
    }
    .about_section .container .left {
        margin-bottom: 45px;
    } 
    .title_wrapper .title_border {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 62px;
    }
    .about_section .container p {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 50px;
    }
    .team_section .team_items {
        margin-top: 80px;
    }
    .news_section {
        text-align: left;
    }
    .news_section .title_border {
        margin-bottom: 96px;
    }
    .news_items {
        display: block;
        margin-bottom: 96px;
    }
    .news_items .item {
        width: 100%;
    }
    .news_items .item:not(:last-child) {
        margin-bottom: 114px;
    }
    .news_items .text {
        margin-bottom: 57px;
    }
    footer {
        padding: 75px 0 72px;
    }
    footer .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        text-align: center;
    }
    footer .socials {
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    footer .item:nth-child(2) {
        display: none;
    }
    footer .item:first-child .logo {
        margin-bottom: 17px;
    }
    footer .item:nth-child(4) {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
           -moz-box-ordinal-group: 1;
            -ms-flex-order: 0;
                order: 0;
    }
    footer .item:nth-child(3) {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
           -moz-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        margin: 45px 0 40px;
    }
    footer .item:nth-child(1) {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
           -moz-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
    }
    footer .contacts .address {
        margin-bottom: 20px;
    }
    .calendar_page .title_border {
        margin-bottom: 50px;
    }
    .calendar_page {
        margin: 35px 0 50px;
    }
    .calendar_page .items {
        margin: 20px 0 50px;
    }
    .calendar_page .item {
        padding: 34px 0;
    }
    .calendar_page .date {
        width: 85px;
        height: 85px;
    }
    .calendar_page .text {
        padding: 0 0 0 20px;
        font-size: 14px;
        line-height: 24px;
        margin-top: -5px;
    }
    .more_button {
        font-size: 14px;
    }
    .sort_filter_button {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        font-size: 12px;
        line-height: 20px;
        color: #3D4D58;
    }
    .sort_filter_button svg {
        margin-right: 8px;
    }
    .sort_filter {
        padding: 148px 53px 50px;
        overflow-y: auto;
        display: block;
        max-height: 100%;
    }
    .sort_filter .radio_button {
        margin: 0 0 15px;
        -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
                flex-shrink: 0;
    }
    .sort_filter .radio_button label {
        padding-left: 30px;
        position: relative;
        text-transform: lowercase;
        font-size: 14px;
    }
    .sort_filter .radio_button label:before,
    .sort_filter .radio_button label::after {
        content: '';
        position: absolute;
        top: 3px;
        left: 0;
        width: 15px;
        height: 15px;
        border: 1px solid #3D4D58;
        -webkit-border-radius: 100%;
           -moz-border-radius: 100%;
                border-radius: 100%;
    }
    .sort_filter .radio_button input:checked + label {
        font-weight: normal;
    }
    .sort_filter .radio_button input:checked + label:after {
        background: #4267B2;
        width: 11px;
        height: 11px;
        opacity: 1;
        top: 5px;
        left: 2px;
    }
    .sort_filter_block button {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 30px;
        -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
                flex-shrink: 0;
    }
    .sort_filter_block {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #F8F8F8;
        z-index: 1001;
    }
    .sort_filter_block.modal_opened {
        display: block;
    }
    .sort_filter_header {
        position: absolute;
        height: 98px;
        width: 100%;
        top: 0;
        left: 0;
        background: #fff;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
           -moz-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        padding: 0 53px;
        z-index: 2;
    }

    .sort_filter_header .t {
        font-weight: bold;
        font-size: 16px;
        line-height: 20px;
        text-transform: uppercase;
        color: #3D4D58;
        padding-bottom: 10px;
        border-bottom: 2px solid #4267B2;
    }
    .sort_filter_header svg {
        -webkit-transform: translateY(-6px);
           -moz-transform: translateY(-6px);
            -ms-transform: translateY(-6px);
             -o-transform: translateY(-6px);
                transform: translateY(-6px);
    }

    .title_center {
        text-align: left;
        font-weight: 600;
        font-size: 30px;
        line-height: 48px;
    }

    .trainings_page {
        margin-top: 28px;
        padding-top: 37px;
    }
    
    .trainings_page .items {
        width: 100%;
        margin-top: 46px;
    }
    .trainings_page .sort_filter_header {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
    }
    .trainings_page .sort_filter_header .t {
        margin-bottom: 0;
        font-size: 16px;
    }
    .trainings_page .sort_filter_header svg {
        display: block;
    }
    .sort_filter .radio_button.full_style label:before {
        top: 8px;
    }
    .sort_filter .radio_button.full_style input:checked + label::after {
        top: 10px;
    }
    .training_page {
        margin-top: 0;
    }
    .training_page .top_part {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin-bottom: 75px;
    }
    .training_page .top_part .poster {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
           -moz-box-ordinal-group: 1;
            -ms-flex-order: 0;
                order: 0;
        width: 100%;
        margin-bottom: 55px;
		  padding-top: 0px !important;
    }
    .training_page .top_part .text {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
           -moz-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        width: 100%;
        padding: 0;
    }

    .training_page .top_part .poster img {
        margin-bottom: 20px;
    }
    .training_page .title_border {
        font-size: 30px;
        line-height: 40px;
        padding-bottom: 30px;
        margin-bottom: 35px;
    }
    .about_training .row {
        display: block;
    }
    .about_training .speaker {
        width: 100%;
    }
    .about_training .speaker img {
        width: auto;
        margin-bottom: 20px;
    }
    .about_training .speaker .t {
        margin-bottom: 10px;
    }
    .about_training .speaker .name {
        font-size: 17px;
    }
    .about_training .speaker .about_speaker {
        font-size: 14px;
        line-height: 20px;
    }
    .about_training .text {
        padding: 50px 0 0;
    }
    .about_training .text .t {
        font-size: 18px;
        margin-bottom: 0;
    }
    .about_training .text .d {
        font-size: 16px;
        margin-bottom: 17px;
    }
    .about_training .text .big_arrow_button {
        margin-top: 40px;
    }
    .conferences_page .item {
        width: 100%;
        margin-bottom: 64px;
    }
    .tab_links {
        margin: 29px 0;
    }
    .tab_links a {
        font-size: 12px;
    }
    .conference_page .program .title_border {
        margin-bottom: 36px;
    }
    .conference_page .program .date {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .conference_page .program td:first-child {
        width: 99px;
        font-size: 16px;
    }
    .conference_page .program td {
        padding: 20px 17px;
    }
    .conference_page .program td:not(:first-child) {
        font-size: 16px;
    }
    .conference_page .download_pdf {
        font-size: 14px;
    }
    .conference_page .download_pdf svg {
        width: 30px;
        height: 30px;
    }
    .conference_page .download_wrapper {
        margin-bottom: 40px;
    }
    .conference_page .program {
        padding-bottom: 86px;
    }
    .conference_page .second_part li {
        padding-left: 28px;
    }
}

@media all and (max-width: 640px) {
    .conference_page .speakers .item,
    .trainings_page .item {
        width: 100% !important;
    }
    .conference_page .speakers .item {
        margin-bottom: 50px !important;
    }
    .conference_page .speakers .item .name {
        font-size: 18px;
    }
    .conference_page .speakers .item .about {
        font-size: 16px;
    }
}

@media all and (max-width: 440px) {
    .container {
        padding: 0 16px;
    }
    .main_section h1 {
        font-size: 30px;
    }
    .directions_section {
        padding-bottom: 50px;
    }
    .title_border {
        font-size: 24px;
        line-height: 30px;
        padding-bottom: 28px;
        margin-bottom: 38px;
    }
    .news_section .title_border {
        margin-bottom: 50px;
    }
    .team_section {
        padding-top: 50px;
    }
    .team_section .team_items {
        margin-top: 50px;
    }
    .news_items .item:not(:last-child) {
        margin-bottom: 50px;
    }
    .sort_filter_header {
        padding: 0 16px;
    }
    .sort_filter {
        padding-left: 16px;
        padding-right: 16px;
    }
}


.sort_filter_button {
    text-decoration: underline;
    font-size: 16px;
}

.poster {
  padding-top: 150px;
}

.av {
  text-align: center;
  font-style: italic;
  color: #16bd7e;
  font-weight: bold;
}

#hinc {
  background-color: #efefef;
  padding: 5px 5px 15px 10px;
}

#hinc .t {
  font-weight: bold;
  margin-bottom: 10px;
}

#hinc .d {
  color: gray;
}

.big_arrow_button {
  margin-top: 30px;
}

.poster img {
  padding-top: 20px;
}

#qlink {
  margin-top: 30px;
  display: inline-block;
  color: #16bd7e;
  font-weight: bold;
}

ul, li {
  list-style: decimal;
}
.treninglink:hover {
  color: #0852c7;
  font-weight: bold;
}
.treninglink {
  color: #023872;
  text-decoration: none;
}


.about{
	margin: 40px 0px;
}

.about h1 {
  font-size: 25px;
}

.about h2 {
  font-size: 20px;
  padding-top: 10px;
}

.about ul {
  padding-left: 40px;
  
}
.about li {
 
  list-style: circle;
}