* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    font-size: 17px;
    background: #E5E5E5;
    color: #000;
    font-family: Montserrat, 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 500;

    min-width: 1440px;
    min-height: 600px;
    overflow-x: hidden;

    /*zoom: 1.2;*/
}

.mobile {
    display: none !important;
}

.eighteen {
    margin-left: 300px;
    margin-top: 34px;
    opacity: 0.8;
    width: 26px;
}

h1,
h2,
h3,
h4,
h5 {
    margin: 0;
    padding: 0;
}

.online_img {
    position: absolute;
    top: 67px;
    text-align: center;
    left: 760px
}

h2,
h3 {
    font-size: 40px;
}

h2.m0 {
    margin-bottom: 0 !important;
    padding: 0 0 10px 0 !important;
}

body {
    margin: 0;
    padding: 0;
}

::-webkit-scrollbar-button {
    background-image: url('');
    background-repeat: no-repeat;
    width: 10px;
    height: 0px
}

::-webkit-scrollbar-track {
    background-color: #EEE
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background-color: #222222;
}

::-webkit-resizer {
    background-image: url('');
    background-repeat: no-repeat;
    width: 10px;
    height: 0px
}

::-webkit-scrollbar {
    width: 10px;
}


body div::-webkit-scrollbar {
    width: 6px;
}

.progress {
    width: 1440px;
    height: 4px;
    background-color: #222222;
    position: fixed;
    top: 0;
    z-index: 10000;
}

.progress div {
    height: 100%;
    width: 0%;
    background-color: #E4234E;
}

.button_double {
    width: 100%;
    height: 100%;
    color: #EC6583;
    font-weight: 300;
    font-size: 26px;
}

.arrow:hover {
    opacity: 0.7;
}

.error {
    padding: 40px 120px;
    color: white;
    line-height: 1.7;
    text-align: center;
    background-color: brown;
}

.reg_no_doc {
    left: 506px;
}

.good {
    padding: 10px 120px 40px 120px;
    color: black;
    line-height: 1.7;
    position: relative;
    text-align: center;
}

.good a {
    color: black !important;
}

.good .button {
    margin-left: 280px;
}

.button {
    position: absolute;
    display: block;
    padding: 16px 24px;
    height: 56px;
    background: #E4234E;
    border-radius: 3px;
    color: white;
    text-decoration: none;
}

.button:hover {
    color: #F09DAF;
}

.button_gray {
    position: absolute;
    display: block;
    padding: 16px 24px;
    height: 56px;
    background: #E1E1E1;
    border-radius: 3px;
    color: black;
    text-decoration: none;
}

.button_gray.dark {
    background-color: #2C2C2C;
    color: white;
}

.button_gray:hover {
    color: #838383;
}

.button_double a {
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    width: 110px;
    padding-top: 19px;
    height: 58px;
    display: inline-block;
    text-align: center;
    color: white;
}

.button_double a:first-child {
    margin-left: 10px;
    width: 130px;
}

.button_double a:last-child {
    width: 90px;
}

.button_double a:hover {
    opacity: 0.6;
}

.button_double_gray {
    background-color: #2C2C2C;
    border-radius: 3px;
    width: 411px;
    height: 56px;
    text-align: center;
    color: #6B6B6B;
    font-size: 22px;
    font-weight: 300;
}

.button_double_gray a {
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    min-width: 110px;
    padding-top: 18px;
    height: 58px;
    display: inline-block;
    text-align: center;
    color: white;
}

.button_double_gray a:hover {
    opacity: 0.6;
}

.button_double_gray a:first-child {
    margin-right: 10px;
}


.custom-checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.custom-checkbox+label {
    display: inline-flex;
    align-items: center;
    user-select: none;
    color: white;
    background-color: #222222;
    border-radius: 15px;
    font-size: 12px;
    padding: 9px 12px;
    margin-right: 6px;
    cursor: pointer;
    margin-bottom: 15px;
}

.custom-checkbox:checked+label {
    background-color: #E4234E;
    position: relative;
    padding-left: 30px;
}

.custom-checkbox:checked+label::before {
    content: " ";
    position: absolute;
    top: 9px;
    left: 9px;
    background: url(../img/checkbox.svg) no-repeat scroll 0px 0px transparent;
    width: 34px;
    height: 34px;
}

.custom-checkbox:not(:checked)+label:hover {
    background-color: #E4234E;
}



.opacity {
    background-color: black;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 2;
    top: 0;
    left: 0;
    opacity: 0.85;
    display: none;

}

.archive {
    width: 265px;
    height: 208px;
    margin-right: 40px;
    float: left;
    height: 310px;
    text-decoration: none;
}

.archive:hover {
    opacity: 0.85;
}

.archive_modal h2 {
    margin-bottom: 50px !important;
}

.archive .blackcube {
    width: 265px;
    height: 208px;
    background-color: #171717;
    display: block;
    margin-bottom: 16px;
}


.archive .blackcube img {
    margin-top: 100px;
    margin-left: 30px;
    width: 150px;
}

.archive .blackcube.prize {
    background-image: url("../img/archive_prize_cover.jpg?1");
    background-size: cover;
}

.archive .blackcube.prize img {
    margin-top: 158px;
    margin-left: 160px;
    width: 70px;
}

.archive .at {
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    color: white;
    display: block;
    margin-bottom: 4px;
}

.archive .ad {
    display: block;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    color: #A7A7A7;
}

.modal {
    position: fixed;
    width: 1280px;
    margin: auto;
    height: 88%;
    overflow-y: scroll;
    background-color: white;
    z-index: 100;
    top: 6%;
    z-index: 1000;
    display: none;
    padding: 64px 100px 48px 100px;
    left: 50%;
    transform: translate(-50%, 0);
}


.modal_black {
    background-color: #222222;
}

.modal_black::-webkit-scrollbar-track {
    background-color: #222222;
}

.modal_black::-webkit-scrollbar-thumb {
    background-color: #838383
}


.modal_black h2 {
    color: white !important;
}

.modal_black h3 {
    color: #5D5D5D !important;
    padding: 40px 0;
}

.modal_form {
    width: 760px;
    background-color: #F6F6F6;
    padding-top: 32px;
    padding-bottom: 32px;

    padding-left: 0;
    padding-right: 0;
}

.modal_form::-webkit-scrollbar-track {
    background-color: #222222;
}

.modal_form::-webkit-scrollbar-thumb {
    background-color: #838383
}

.modal_form .sect_main {
    border-top: 1px solid #444444;
    padding: 32px 120px;

}

.modal_form .sect {
    width: 440px;
}

.modal_form .small {
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    color: #747474;
    margin-top: 24px;
}

.modal_form h2 {
    color: #5D5D5D !important;
    padding: 0px 0 32px 0 !important;
    text-align: center;
    font-size: 32px;
}

.modal_form h3 {
    color: black;
    padding: 0 0 32px 0;
    text-align: left;
    font-size: 19px;
}


.modal_form span {
    display: inline-block;
    width: 318px;
    font-size: 16px;
    color: #747474;
}

.modal_form .checkbox_div {
    margin-top: 18px;
    margin-bottom: 15px;
}

.modal_form .info_div {
    padding: 12px 12px 12px 38px;
    background-color: #fafafa;
    border: 1px solid black;
    font-size: 12px;
    color: black;
    line-height: 20px;
    position: relative;
}


.modal_form .info_div::before {
    content: " ";
    position: absolute;
    top: 12px;
    left: 12px;
    background: url(../img/info.svg) 0px 0px no-repeat scroll transparent;
    width: 30px;
    height: 30px;
}

.modal_form .input {
    padding: 6px 24px 8px 24px;
    border: 1px solid #2E2E2E;
    border-radius: 3px;
    color: black;
    font-size: 12px;
    margin-bottom: 16px;
}

.modal_form .input input {
    width: 100%;
    border: 0;
    background-color: transparent;
    color: black;
    margin-top: 2px;
    outline: none;
    padding: 4px 0;
}

.modal_form select {
    width: 100%;
    border: 1px solid #eee;
    ;
    background-color: transparent;

    color: black;
    margin-top: 2px;
    outline: none;
    color: #888;
    padding: 8px 0px;
}

.modal_form .input input::placeholder {
    color: #747474;
}



.modal_form .input textarea {
    width: 100%;
    height: 50px;
    border: 0;
    background-color: transparent;
    color: black;
    margin-top: 2px;
    outline: none;
    padding: 4px 0;
}


.modal_form .input textarea::placeholder {
    color: #747474;
}

.modal_form input[type=submit] {
    width: 100%;
    height: 56px;
    background-color: #E4234E;
    font-size: 16px;
    color: white;
    margin-top: 40px;
    font-size: 16px;
    border-radius: 3px;
    border: 0;
    cursor: pointer;
}

.modal_form input[type=submit]:hover {
    background-color: #a81233;

}

.close_modal {
    position: fixed;
    z-index: 3000;
    right: 5px;
    top: 5px;
    cursor: pointer;
}

.modal table::after {
    display: none;

}


.block-content {
    width: 1440px;
    overflow: hidden;
    margin: auto;
    position: relative;
}


.menu {
    height: inherit;
    width: 260px;
    background-color: #222222;
    position: absolute;
    max-width: 100%;
    left: 0;
    top: 0;


    display: block;
    position: fixed;
    height: 100%;
    z-index: 2;
    left: auto;
}



.menu .logo {
    position: absolute;
    height: 54px;
    width: 192px;
    left: 24px;
    top: 40px;
    border-radius: 0px;
}

.menu .logo_black {
    display: none;
}

.menu .underlogo {
    height: 28px;
    /*width: 149px;*/
    left: 24px;
    top: 102px;
    position: absolute;
    font-size: 16px;
    line-height: 28px;
    color: #A7A7A7;
}

.menu .list {
    position: absolute;
    width: 212px;
    left: 24px;
    top: 180px;
}

.menu .list a {
    display: block;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    color: white;
    margin-bottom: 4px;
    text-decoration: none;
}

.menu .list a.active {
    color: #E4234E !important;
}

.menu .list a:hover {
    color: #A7A7A7;
}


.mfooter {
    position: absolute;
    bottom: 0;
    height: 58px;
    background-color: #E4234E;
    width: 100%;
}

.header {
    background: url(../img/header.png) no-repeat scroll right 0px black;
    height: 749px;
}

.header .title {
    position: absolute;
    width: 1180px;
    height: 434px;
    left: 260px;
    top: 156px;
    display: none;
}

.header .gosbiz {
    position: absolute;
    display: none;
    right: 40px;
    top: 34px;
}

.header .show {
    position: absolute;
    width: 1180px;
    height: 206px;
    left: 260px;
    top: 257px;
    background: #171717;
    border: 1px solid transparent;
    color: white;
    text-align: center;
    display: none;
}


.header .show span {
    display: block;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    margin-top: 15px;
    opacity: 0.8;
}

.header .show h1 {
    font-weight: bold;
    font-size: 40px;
    line-height: 40px;

    margin-top: 10px;
}

.header .show .sb1 {
    top: 130px;
    left: 416px;
}

.header .show .sb2 {
    top: 130px;
    left: 585px;
}

.modal_show {
    cursor: pointer;
}

.about {
    height: 2560px;
    background-color: white;
    position: relative;
    overflow: hidden;
}

.about .content {
    margin: 120px 100px 120px 320px;
}

.about .menu {
    background-color: white;
}

.about .menu .list a {
    color: black;
}

.about .menu .list a:hover {
    color: #666;
}

.about .menu .logo {
    display: none;
}

.about .menu .logo_black {
    display: block;
}

.about .text {
    margin-top: 40px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    text-align: left;
}

.about .text a {
    color: #D90A38;
    text-decoration: none;
}

.about .text td {
    vertical-align: top;
    padding-right: 90px;

}

.about .text td:first-child {
    width: 400px;
}

.about .square_list {
    margin-top: 80px;
}

.about .square_list .square {
    width: 340px;
    height: 420px;
    border: 1px solid #E5E5E5;
    display: inline-block;
    margin-right: -5px;
    margin-bottom: -5px;
    padding: 35px;
    position: relative;
    overflow: hidden;
}

.about .square:hover {
    background-color: #FCFCFC;
}

.about .square img {
    opacity: 0.2;
}

.about .square div {
    margin-top: 40px;
    margin-bottom: 10px;
    font-size: 19px;
    font-weight: 600;
}

.about .square span {
    font-size: 12px;
    line-height: 20px;
    color: #747474;
}

/**/
.news {
    height: 700px;
    background-color: white;
    position: relative;
    overflow: hidden;
}

.square_list_bf2 {
    margin-top: 40px;
}

.square_list_bf2 a {
    color: black;
    text-decoration: none;
}

.news .content {
    margin: 90px 100px 90px 320px;
}

.news .menu {
    background-color: white;
}

.news .menu .list a {
    color: black;
}

.news .menu .list a:hover {
    color: #666;
}

.news .menu .logo {
    display: none;
}

.news .menu .logo_black {
    display: block;
}

.news .square_list {
    margin-top: 80px;
}

.news .square_list .square {
    width: 340px;
    height: 340px;
    border: 1px solid #E5E5E5;
    display: inline-block;
    margin-right: -5px;
    margin-bottom: -5px;
    padding: 10px;
    position: relative;
    overflow: hidden;
}

.news .square:hover {
    background-color: #FCFCFC;
}

.news .square img {
    width: 100%;
}

.news .square div {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 19px;
    font-weight: 600;
}

.news .square span {
    font-size: 12px;
    line-height: 20px;
    color: #747474;
}

/**/

.itprize {
    height: 640px;
    background: url(../img/itprize.png) no-repeat scroll 0px 0px transparent;
    position: relative;
    overflow: hidden;
}

.itprize .itlogo {
    position: absolute;
    left: 340px;
    top: 120px;
}

.itprize .menu .list {
    top: 170px;
}

.itprize .text {
    position: absolute;
    width: 360px;
    height: 84px;
    left: 340px;
    top: 316px;
    font-size: 16px;
    line-height: 28px;
    color: #A7A7A7;
}

.itprize .block_button {
    position: absolute;
    left: 340px;
    top: 440px;

}


.program {
    min-height: 3725px;
    height: 3925px;
    background-color: #171717;
    color: white;
    position: relative;
    overflow: hidden;
    padding-left: 340px;
    padding-top: 120px;
    padding-right: 60px;

}

.program .pp {
    display: none;
}

.program .buttons {
    padding: 30px 0 15px;
}

.program .buttons .button {
    position: unset;
    display: inline-block;
    padding: 12px 24px;
    height: 46px;
    background: rgb(228, 35, 78);
    border-radius: 3px;
    color: white;
    text-decoration: none;
    margin-bottom: 8px;
    margin-right: 8px;
}

.program .buttons .button:hover {
    opacity: 0.90;

}

.program .buttons .button.active {
    background: #5D5D5D;
    color: white;

}

.program .pp.active {
    display: block;
}

.program h2 {
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    color: #5D5D5D;
    padding-bottom: 32px;
}

.program .block_button {
    margin-top: 34px;
}

.program .button_double_gray a {
    min-width: 130px;
}

.program .unvisible {
    display: none;
}

.program table {
    color: white;
    position: relative;
}

.program table td {
    vertical-align: top;
    border-bottom: 1px solid #232323;
}

.program table tr.gold {
    color: #6A5628;
}

.program table tr:last-child td {
    border-bottom: 0;
}

.program table td:nth-child(1) {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 40px;
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
    text-align: left;
}

.program table td:nth-child(2) {
    font-size: 19px;
    line-height: 28px;
    text-align: left;
    padding-top: 40px;
    padding-bottom: 30px;
    padding-right: 50px;
    width: 355px;
}

.program table td:nth-child(3) {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    padding-top: 40px;
    padding-bottom: 10px;
    padding-right: 40px;
}

.program table td:nth-child(3) span {
    font-size: 12px;
    color: #A2A2A2;
    display: block;
    padding-top: 10px;
    padding-bottom: 20px;
}

.program table::after {
    content: " ";
    position: absolute;
    background: linear-gradient(180deg, rgba(23, 23, 23, 0) 0%, #171717 100%);
    width: 100%;
    height: 179px;
    bottom: 0;
    left: 0;
}

.scheme {
    height: auto;
    background-color: white;
    position: relative;
    overflow: hidden;
}

.scheme .content {
    margin: 120px 100px 120px 320px;
}

.scheme .menu {
    background-color: white;
}

.scheme .menu .list a {
    color: black;
}

.scheme .menu .list a:hover {
    color: #666;
}

.scheme .menu .logo {
    display: none;
}

.scheme .menu .logo_black {
    display: block;
}

.scheme h2 {
    font-weight: bold;
    font-size: 40px;
    line-height: 40px;
    padding-bottom: 30px;
    color: #171717;
}

.scheme .map {
    padding-left: 154px;
    border-bottom: 1px solid #EDEDED;
    border-top: 1px solid #EDEDED;
    margin-bottom: 30px;
    position: relative;
}

.scheme .map div {
    position: absolute;
    width: 300px;
    height: 110px;
    top: 340px;
    left: 330px;
}

.scheme .map span {
    display: inline-block;
    width: 25px;
    height: 25px;
    background-color: #D90A38;
    border-radius: 15px;
    color: white;
    text-align: center;
    margin-right: 10px;
    font-size: 13px;
    position: absolute;
    padding-top: 4px;
}

.scheme .numbers {
    column-count: 3;
    column-width: 310px;
    column-gap: 20px;

}

.scheme .numbers div {
    padding: 3px 12px;
    float: left;
    font-size: 16px;
    line-height: 28px;
    width: 100%;
    cursor: pointer;
}

.scheme .numbers div span {
    display: inline-block;
    width: 25px;
    height: 25px;
    background-color: #D90A38;
    border-radius: 15px;
    color: white;
    text-align: center;
    margin-right: 10px;
    font-size: 11px;

}


.speaker {
    height: 818px;
    background-color: white;
    position: relative;
    overflow: hidden;
    background-color: #F2F2F2;
}

.speaker .content {
    margin: 120px 60px 120px 320px;
}

.speaker h2 {
    font-weight: bold;
    font-size: 40px;
    line-height: 40px;
    padding-bottom: 30px;
    color: #171717;
}

.speaker .desc {
    font-size: 16px;
    width: 487px;
    color: rgba(23, 23, 23, 0.9);
    line-height: 28px;
}

.speaker .faces {
    margin-top: 40px;
    margin-bottom: 20px;
    overflow: hidden;
}

.speaker .faces>div {
    float: left;
    width: 225px;
    height: 390px;
    overflow: hidden;
    margin-right: 40px;
    margin-bottom: 20px;
}

.speaker .faces>div img {
    width: 100%;
    margin-bottom: 24px;
}

.speaker .faces div font {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    display: block;
    margin-bottom: 8px;
}

.speaker .faces div span {
    font-size: 12px;
    line-height: 20px;
    color: #7F7F7F;
}

.photos {
    height: 1148px;
    background-color: white;
    position: relative;
    overflow: hidden;
    background-color: #222222;
}

.photos .content {
    margin: 120px 0px 120px 320px;
}

.photos h2 {
    font-weight: bold;
    font-size: 40px;
    line-height: 40px;
    padding-bottom: 30px;
    color: white;
    width: 487px;
    cursor: pointer;
}

.photos .arrow {
    position: absolute;
    width: 48px;
    height: 48px;
    top: 160px;
    cursor: pointer;
}

.photos .arrow:hover {
    opacity: 0.7;

}

.photos .arrow_left {
    transform: rotate(-180deg);
    -ms-transform: rotate(-1800deg);
    /* IE 9 */
    -webkit-transform: rotate(-180deg);
    /* Safari and Chrome */
    right: 200px;
}

.photos .arrow_right {
    right: 120px;
}

.photos .gallery {
    height: 520px;
    width: 100%;
    overflow: hidden;
}

.photos .gallery_inner {
    width: -moz-max-content;
    width: -webkit-max-content;
    width: max-content;
    margin-left: 0;
}

.photos .gallery img {
    height: 520px;
    width: auto;
    margin-right: 30px;
}

.photos .desc {
    width: 436px;
    height: 84px;
    font-size: 16px;
    color: #A7A7A7;
    margin-top: 65px;
    margin-bottom: 35px;
}


.video {
    height: 876px;
    background-color: white;
    position: relative;
    overflow: hidden;
    background-color: #171717;
}

.video .content {
    margin: 120px 0px 120px 320px;
}

.video h2 {
    font-weight: bold;
    font-size: 40px;
    line-height: 40px;
    padding-bottom: 30px;
    color: white;
    width: 487px;
}

.video .arrow {
    position: absolute;
    width: 48px;
    height: 48px;
    top: 160px;
    cursor: pointer;
}

.video .arrow:hover {
    opacity: 0.7;

}

.video .arrow2_left {
    transform: rotate(-180deg);
    -ms-transform: rotate(-1800deg);
    /* IE 9 */
    -webkit-transform: rotate(-180deg);
    /* Safari and Chrome */
    right: 165px;
}

.video .arrow2_right {
    right: 90px;
}

.video .video_gallery {
    height: 255px;
    width: 100%;
    overflow: hidden;
}

.video .video_gallery_inner {
    width: -moz-max-content;
    width: -webkit-max-content;
    width: max-content;
    margin-left: 0;
}

.video .video_gallery_inner img {
    height: 250px;
    width: auto;
    margin-right: 30px;
}

.video .video_gallery_inner a {
    position: relative;
    display: inline-block;
    width: auto;
    opacity: 0.8;
}

.video .video_gallery_inner a:hover {
    opacity: 1;
}

.video .video_gallery_inner a:hover::before {
    opacity: 0.7;
}


.video .video_gallery_inner a::before {
    content: " ";
    position: absolute;
    top: 100px;
    left: 190px;
    background: url(../img/video.png) no-repeat scroll 0px 0px transparent;
    width: 64px;
    height: 64px;
}


.video .desc {
    width: 436px;
    height: 84px;
    font-size: 16px;
    color: #A7A7A7;
    margin-top: 65px;
    margin-bottom: 35px;
}


.people {
    height: 1601px;
    background-color: white;
    position: relative;
    overflow: hidden;
    background-color: #F2F2F2;
}

.people .content {
    margin: 120px 60px 120px 320px;
}

.people h2 {
    font-weight: bold;
    font-size: 40px;
    line-height: 40px;
    padding-bottom: 64px;
    color: #171717;
    width: 530px;
}


.people table {
    margin-top: 48px;
    margin-bottom: 30px;
    position: relative;
}

.people table td:nth-child(1) {
    font-size: 19px;
    line-height: 28px;
    letter-spacing: -0.1px;
    color: #171717;
    vertical-align: top;
    padding-right: 40px;
    padding-top: 32px;
    padding-bottom: 32px;
    border-bottom: 1px solid #E1E1E1;
    width: 500px;
}

.people table td:nth-child(2) {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #6F6F6F;
    vertical-align: top;
    padding-top: 32px;
    padding-bottom: 32px;
    border-bottom: 1px solid #E1E1E1;
}

.people table::after {
    content: " ";
    position: absolute;
    background: linear-gradient(180deg, rgba(242, 242, 242, 0) 0%, #F2F2F2 100%);
    width: 100%;
    height: 179px;
    bottom: 0;
    left: 0;
}

.people .arrow {
    position: absolute;
    width: 48px;
    height: 48px;
    top: 160px;
    cursor: pointer;
}


.people .arrow3_left {
    transform: rotate(-180deg);
    -ms-transform: rotate(-1800deg);
    /* IE 9 */
    -webkit-transform: rotate(-180deg);
    /* Safari and Chrome */
    right: 165px;
}

.people .arrow3_right {
    right: 90px;
}

.people .people_gallery {
    height: 400px;
    width: 100%;
    overflow: hidden;
    margin-bottom: 60px;
}

.people .people_gallery_inner {
    width: -moz-max-content;
    width: -webkit-max-content;
    width: max-content;
    margin-left: 0;
    display: flex;
}

.people .people_gallery_inner div {
    display: inline-block;
    width: 225px;
    height: 400px;
    margin-right: 40px;
}

.people .people_gallery_inner img {
    height: 225px;
    width: 225px;
    margin-bottom: 24px;
}

.people .people_gallery_inner font {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    display: block;
    margin-bottom: 8px;
    color: black;
}

.people .people_gallery_inner span {
    font-size: 12px;
    line-height: 20px;
    color: #7F7F7F;
}

.partner {
    min-height: 772px;
    background-color: white;
    position: relative;
    overflow: hidden;
}

.partner .content {
    margin: 120px 60px 120px 320px;
}

.partner h2 {
    font-weight: bold;
    font-size: 40px;
    line-height: 40px;
    padding-bottom: 30px;
    color: #171717;
}

.partner .logos {
    margin-top: 34px;
}

.partner .logos a {
    display: block;
    height: 160px;
    font-weight: 500;
    font-size: 12px;
    color: #C5C5C5;
    text-align: center;
    text-decoration: none;
    margin-right: 82px;
    float: left;
}


.partner .logos a:nth-child(4n) {
    /*  margin-right: 0; */

}

.partner .logos a img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 160px;
    max-width: 270px;
    margin-bottom: 14px;
}

.partner .menu {
    background-color: white;
}

.partner .menu .list a {
    color: black;
}

.partner .menu .list a:hover {
    color: #666;
}

.partner .menu .logo {
    display: none;
}

.partner .menu .logo_black {
    display: block;
}

.main_numbers {
    position: absolute;
    margin: -60px;
    left: 368px;
    z-index: 2;
    display: flex;
    gap: 30px;
}

.main_numbers div
{
    padding: 20px 20px;
    min-width: 240px;
    background-color: #DADADA;
    color: #4D86F3;
    font-size: 44px;
    text-align: center;
    border-radius: 8px;
    font-weight: bold;
}

.main_numbers div span
{                    
    font-weight: normal;
    display: block;
    text-align: center;
    font-size: 20px;
}


.contact {
    height: 704px;
    background-color: #171717;
    position: relative;
    overflow: hidden;
    color: white;
}

.contact .content {
    margin: 120px 160px 120px 320px;
}

.contact .desc {
    color: #DADADA;
    width: 360px;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    float: right;
}

.contact .desc a {
    display: block;
    margin-top: 15px;
    color: #E4234E;
    text-decoration: none;
}

.contact .desc a:hover {
    color: white;
}

.contact footer {
    position: absolute;
    bottom: 60px;
    color: #707070;
    width: 100%;
}

.contact footer div {
    display: inline-block;
    position: absolute;
    left: 600px;
    width: auto;
}


.contact footer div a {
    font-size: 16px;
    color: #707070;
    text-decoration: none;
    margin-right: 25px;
}


.contact footer div a:hover {
    color: white;

}

.close_modal_mobile {
    display: none;
    filter: contrast(0.5);
}

.numbers .modal {
    display: block;
}


.rooms .room-btn,
.rooms .exit-btn {
    margin-right: 2px !important;
    margin-bottom: 10px !important;
}

.null {
    background-color: rgb(23, 23, 23);
    padding: 10px 0 10px 0;
    background: url(https://www.tadviser.ru/images/6/61/Summit_bg2.jpg) no-repeat scroll 0px 0px transparent;
    background-size: cover;

}

.null .logo {
    position: absolute;
    top: 20px;
    height: 50px;
    text-align: center;
    margin: auto;
    left: 50%;
    margin-left: -240px;
}

.eventblock {
    margin-top: 50px;
}

.pbbu {
    display: block;
    padding: 20px;
    background-color: #E4234E;
    border-bottom: rgb(23, 23, 23) 2px solid;
    color: white;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    color: white;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 1000;
}

.pbbu:hover {
    opacity: 0.9;

}

.program_modal {
    background-color: white;
    color: black;
}

.modal_black table {
    color: black;
}

.modal_black h2 {
    color: black !important;

}

.modal_black h3 {
    color: #EEE;
}



video {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    z-index: 0;
}

.cookie_confirmation {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #f8f9fa;
    border-top: 1px solid #dee2e6;
    padding: 12px 20px;
    font-size: 14px;
    color: #495057;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    line-height: 1.5;
    max-width: 700px;
    margin: auto;
    z-index: 9999999999;
}

.cookie_confirmation div {
    margin-bottom: 10px;
    text-align: center;
}

.cookie_confirmation a {
    color: #FF0021;
    text-decoration: underline;
}

.cookie_confirmation a:hover {
    color: #FF0021;
}

.cookie_confirmation button {
    background-color: #FF0021;
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    transition: background-color 0.2s;
}

.cookie_confirmation button:hover {
    background-color: #FF0021;
}

.cookie_confirmation.hidden {
    display: none;
}

/* Адаптивность для мобильных устройств */
@media (max-width: 780px) {
    .cookie_confirmation {
        padding: 12px 15px;
        font-size: 16px;
    }

    .cookie_confirmation button {
        margin-top: 20px;
        padding: 10px 18px;
        font-size: 18px;
        margin-bottom: 20px;
    }
}

.checkbox_p {
    display: flex;
    gap: 10px;
    margin-top: 10px;
    flex-wrap: nowrap;
    align-items: center;
    cursor: pointer !important;
}

.checkbox_p input {
    width: 10px !important;
    padding: 10px;
    cursor: pointer !important;
}

.checkbox_p label {
    font-size: 12px;
    cursor: pointer !important;
}