/* personal-links */

button:disabled {
    opacity: 0.5;
    cursor: default;
}

.personal-links {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}

.personal-links label {
    margin-bottom: 5px;
    text-align: left;
    font-size: 14px;
    user-select: none;
    line-height: 1.4;
}

.personal-links input[type="checkbox"] {
    margin-right: 5px;
    flex: none;
    margin-left: 0;
}

.personal-links a {
    color: #000;
    text-align: left;
}

.personal-links.white label {
    color: #fff;
}

.personal-links.white label a {
    color: #fff;
}

/* personal-links */


/* cookie */

.cmsl_warning_cookie {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2000;
    background: rgba(216, 216, 216, 0.85);
}

.cmsl_warning_cookie_inner {
    max-width: 1135px;
    margin: 0 auto;
    padding: 20px 15px 20px 20px;
    min-height: 65px;
}

.cmsl_warning_cookie_section1 {
    display: flex;
    flex-wrap: nowrap;
}

.cmsl_warning_cookie_section1_box1 {
    flex: 1;
}

.cmsl_warning_cookie_section1_box2 {
    margin-left: 30px;
    align-self: center;
}

.cmsl_warning_cookie_tx {
    font-family: regular;
    font-size: 16px;
    line-height: 1.3;
    color: #000;
    padding-top: 5px;
}

.cmsl_warning_cookie_close {
    display: block;
    width: 29px;
    height: 28px;
    background-image: url(/file/i_pic/cmsl/warning_cookie_close.png);
    background-repeat: no-repeat;
    opacity: 0.8;
    cursor: pointer;
}

.cmsl_warning_cookie_close:hover {
    opacity: 1;
}

.cmsl_warning_cookie.cmsl_warning_cookie2 {
    padding: 0 20px;
    position: fixed;
    max-width: 872px;
    width: 100%;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99999;
    background: none;
}

/* .cmsl_warning_cookie2 {
  padding: 0 20px;
  position: fixed;
  max-width: 872px;
  width: 100%;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99999;
} */

.cmsl_warning_cookie2_inner {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 90px;
    height: 100%;
    padding: 20px;
    border-radius: 15px;
    color: #fff;
}

.cmsl_warning_cookie2_text {
    margin-right: 30px;
    font-size: 16px;
}

.cmsl_warning_cookie2_button {
    margin-left: auto;
    flex: none;
}

.cmsl_warning_cookie_accept {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #fff;
    border-radius: 10px;
    background-color: rgb(230, 230, 231);
    color: rgb(45, 45, 45);
    font-size: 17px;
    width: 150px;
    height: 50px;
    border: 0;
    transition: 0.2s;
    cursor: pointer;
}

.cmsl_warning_cookie_accept:hover {
    opacity: 0.85;
}

.cmsl_warning_cookie_tx {
    color: inherit !important;
}

@media(max-width: 767px) {
    .cmsl_warning_cookie2 {
        bottom: 20px;
    }

    .cmsl_warning_cookie2_inner {
        flex-direction: column;
    }

    .cmsl_warning_cookie2_text {
        margin-right: 0;
        font-size: 11px;
    }

    .cmsl_warning_cookie2_button {
        margin-left: auto;
        margin-right: auto;
    }

    .cmsl_warning_cookie_accept {
        width: 130px;
        height: 30px;
        font-size: 12px;
        margin-top: 15px;
        margin-left: auto;
        margin-right: auto;
    }

    .cmsl_warning_cookie_tx {
        font-size: 12px !important;
    }

    .cmsl_warning_cookie_section1 {
        flex-direction: column;
    }

    .cmsl_warning_cookie_section1_box2 {
        width: 100% !important;
        margin-left: 0 !important;
    }
}

/* cookie */




.header1 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 500;
    height: 101px;
    width: 100%;
    transition: all 0.02s linear 0s;
    background: transparent;
    will-change: background, box-shadow;
}

/*.header_fixed_state*/

.header1_inner {
    position: relative;
}

.header1_logo_edinros {
    position: absolute;
    top: 16px;
    left: 20px;
    z-index: 10;
    max-width: 185px;
}

.header1_logo_edinros img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.header1_logo_chelny {
    position: absolute;
    top: 0;
    right: 30px;
    z-index: 10;
    max-width: 128px;
}

.header1_logo_chelny img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.header1_nav {
    position: absolute;
    z-index: 20;
    top: 33px;
    left: 285px;
    font-size: 0;
    line-height: 0;
}

.header1_nav ul,
.header1_nav ul li {
    list-style-type: none;
    list-style-image: none;
    list-style: none;
    margin: 0;
    padding: 0;
}

.header1_nav ul {
    display: flex;
    flex-wrap: wrap;
}

.header1_nav ul li {
    font-family: proximanovareg;
    font-size: 18px;
    line-height: 1.1;
    color: #000;
    padding: 0 15px;
    position: relative;
}

.header1_nav ul li:after {
    content: '';
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
    background: #9f9f9f;
    height: 25px;
    width: 1px;
    transform: translateY(-2px);
}

.header1_nav ul li a {
    color: #000;
    text-decoration: none;
}

.header1_nav ul li a:hover {
    color: #000;
    text-decoration: underline;
}

.header1_nav ul li:nth-child(1):after {
    display: none;
}

@media (min-width: 1366px) {
    .header_fixed_state .header1 {
        transition: height 0s linear 0s, box-shadow 0.1s linear 0s, background 0.1s linear 0s;
        position: fixed;
        -webkit-box-shadow: 0px 3px 10px -2px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px 3px 10px -2px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 3px 10px -2px rgba(0, 0, 0, 0.2);
        background: rgba(255, 255, 255, 0.98);
    }

    .header_fixed_state .header1_logo_edinros {
        max-width: 100px;
        top: 11px;
    }

    .header_fixed_state .header1_logo_chelny {
        max-width: 80px;
    }

    .header_fixed_state .header1_nav {
        top: 22px;
    }

    .header_fixed_state .header1 {
        height: 60px;
    }
}

.header_basic {
    position: relative;
}

.header_basic_threeline {
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
}

.header_basic_content_inner {
    height: 963px;
    position: relative;
    z-index: 20;
}

.header_basic_tagir {
    position: absolute;
    z-index: 30;
    bottom: 0;
    right: 115px;
}

.header_basic_tagir img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.header_basic_content0 {
    position: absolute;
    z-index: 5;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.header_basic_content0_inner {
    height: 100%;
    position: relative;
}

.header_basic_map {
    position: absolute;
    z-index: 10;
    top: 128px;
    right: 0;
}

.header_basic_map img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.header_basic_text1 {
    position: absolute;
    z-index: 50;
    top: 175px;
    left: 2px;
    font-family: proximanovablack2;
    line-height: 0.80;
    text-transform: uppercase;
    letter-spacing: -4.5px;
}

.header_basic_text1_tx1 {
    font-size: 87px;
    display: block;
    background: linear-gradient(180deg, #0080ab 33%, #0f68a2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.header_basic_text1_tx2 {
    font-size: 129px;
    display: block;
    background: linear-gradient(180deg, #155e9e 33%, #2e358e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.header_basic_context1 {
    position: absolute;
    z-index: 50;
    top: 370px;
    left: 3px;
    display: flex;
    flex-wrap: nowrap;
}

.header_basic_context1_box1 {
    padding-top: 2px;
    font-family: proximanovabold2;
    font-size: 24px;
    line-height: 1.2;
    color: #000;
    text-transform: uppercase;
}

.header_basic_context1_box2 {
    margin-left: 35px;
    font-family: proximanovareg2;
    font-size: 26px;
    line-height: 1.05;
    color: #000;
}

.header_basic_who {
    position: absolute;
    z-index: 50;
    top: 558px;
    left: 10px;
}

.header_basic_who_name {
    font-family: proximanovablack2;
    font-size: 55px;
    line-height: 0.83;
    color: #0f195d;
    text-transform: uppercase;
}

.header_basic_who_under {
    margin-top: 4px;
    font-family: proximanovareg2;
    font-size: 25px;
    line-height: 1;
    color: #0f195d;
}

.main_program {
    margin-top: 50px;
    font-size: 0;
}

.main_program_title {
    font-family: proximanovablack2;
    font-size: 135px;
    line-height: 0.8;
    color: #0f195d;
    text-transform: uppercase;
    letter-spacing: -7px;
    margin-bottom: 30px;
}

.main_program_cont1 {
    display: flex;
    flex-wrap: nowrap;
}

.main_program_cont1_box1 {
    width: 640px;
}

.main_program_cont1_box2 {
    margin-left: 135px;
    flex: 1;
    padding-top: 35px;
}

.main_program_nav_list ul,
.main_program_nav_list ul li {
    list-style-type: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}

.main_program_nav_list ul li {
    display: flex;
    height: 100px;
    align-items: center;
    padding: 8px 5px 8px 33px;
    background: #11539b;
    margin-top: 5px;
    border: 1px transparent solid;
    transition: all 0.12s linear 0s;
    will-change: background, border;
    font-family: proximanovabold2;
    font-size: 29px;
    line-height: 1.2;
    color: #fff;
    text-transform: uppercase;
    /*cursor:pointer;*/
    cursor: default;
    position: relative;
}

.main_program_nav_list ul li:after {
    content: '';
    display: none;
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 100%;
    margin-left: 15px;
    transform: translateY(-50%);
    width: 13px;
    height: 23px;
    background-image: url(/file/i_pic/main_program_nav_list_arrow.png);
}

.main_program_nav_list ul li.active {
    background: #fff;
    border-color: #d4d4d4;
    color: #0f195d;
}

.main_program_nav_list ul li.active:after {
    display: block;
}

.main_program_data_list {
    max-width: 500px;
}

.main_program_data_list_item {
    display: none;
    font-family: proximanovareg;
    font-size: 20px;
    line-height: 1.4;
    color: #000;
}

.main_about {
    margin-top: 85px;
    background: #f1f1f1;
}

.main_about_inner {
    padding: 90px 0 85px 0;
}

.main_about_title {
    font-family: proximanovabold2;
    font-size: 50px;
    line-height: 0.9;
    background: linear-gradient(-30deg, #25478c 33%, #0069ab);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.main_about_cont1 {
    display: flex;
    flex-wrap: nowrap;
}

.main_about_cont1_box1 {
    width: calc(50% - 20px);
}

.main_about_cont1_box2 {
    width: calc(50% - 20px);
    margin-left: 40px;
}

.main_about_text1 {
    margin-top: 50px;
    font-family: proximanovareg2;
    font-size: 24px;
    line-height: 1.45;
    color: #000;
}

.main_about_photo {
    margin-top: -55px;
    width: 640px;
}

.main_about_photo img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.main_about_cont2 {
    display: flex;
    flex-wrap: nowrap;
    margin-top: 40px;
    text-align: justify;
    font-family: proximanovareg;
    font-size: 17px;
    line-height: 1.55;
    color: #000;
}

.main_about_cont2_box1 {
    width: calc(50% - 20px);
}

.main_about_cont2_box2 {
    width: calc(50% - 20px);
    margin-left: 40px;
}

.main_feedback {
    margin-top: 70px;
}

.main_feedback_header {
    position: relative;
    z-index: 20;
}

.main_feedback_cont1 {
    display: flex;
    flex-wrap: nowrap;
}

.main_feedback_cont1_box1 {
    width: calc(50% - 20px);
}

.main_feedback_cont1_box2 {
    width: calc(50% - 20px);
    margin-left: 40px;
}

.main_feedback_title {
    font-family: proximanovabold2;
    font-size: 50px;
    line-height: 0.9;
    background: linear-gradient(-30deg, #25478c 33%, #0069ab);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.main_feedback_title2 {
    font-family: proximanovareg2;
    font-size: 22px;
    line-height: 1.3;
    color: #000;
}

.main_feedback_hrline1 {
    line-height: 1px;
    height: 1px;
    background: #d2d2d2;
    /*transform:translateY(20px);*/
    margin-top: 20px;
}

.main_feedback_body {
    position: relative;
    z-index: 10;
    margin-top: -60px;
}

.main_feedback_fon {
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url(/file/i_pic/main_feedback_fon.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
}

.main_feedback_body_inner {
    position: relative;
    z-index: 20;
    min-height: 765px;
    padding-top: 107px;
}

.main_feedback_body_inner2 {
    padding-bottom: 30px;
}

.footer_basic {
    position: relative;
    background: #f1f1f1;
}

.footer_basic_fon {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 738px;
}

.footer_basic_fon img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.footer_basic_inner {
    position: relative;
    z-index: 20;
    min-height: 460px;
    padding: 65px 0 63px 0;
}

.footer_basic_cont1 {
    display: flex;
    flex-wrap: nowrap;
}

.footer_basic_cont1_box1 {
    width: calc(50% - 20px);
}

.footer_basic_cont1_box2 {
    width: calc(50% - 20px);
    margin-left: 40px;
    padding-top: 45px;
}

.footer_edinros_logo {
    padding-left: 281px;
}

.footer_edinros_logo img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.footer_who {
    margin-top: 38px;
    padding-left: 51px;
}

.footer_who_over {
    font-family: proximanovareg2;
    font-size: 37px;
    line-height: 0.89;
    color: #0f195d;
}

.footer_who_name {
    margin-top: 22px;
}

.footer_who_name_span1 {
    display: block;
    font-family: proximanovablack2;
    font-size: 61px;
    line-height: 0.8;
    color: #0f195d;
    text-transform: uppercase;
}

.footer_who_name_span2 {
    margin-top: 9px;
    display: block;
    font-family: proximanovablack2;
    font-size: 39px;
    line-height: 0.8;
    color: #0f195d;
    text-transform: uppercase;
}

.footer_infolist {
    max-width: 620px;
}

.footer_infolist_item {
    margin-top: 30px;
}

.footer_infolist_item:nth-child(1) {
    margin: 0;
}

.footer_infolist_item_cont {
    display: flex;
    flex-wrap: nowrap;
}

.footer_infolist_item_cont_box1 {
    width: 40px;
}

.footer_infolist_item_cont_box2 {
    flex: 1;
    margin-left: 15px;
}

.footer_infolist_icon {
    text-align: center;
}

.footer_infolist_icon img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.footer_infolist_name {
    font-family: proximanovareg2;
    font-size: 22px;
    line-height: 1.3;
    color: #000;
}

.footer2_inner {
    padding: 33px 0 35px 0;
}

.footer2_cont1 {
    display: flex;
    flex-wrap: nowrap;
}

.footer2_cont1_box1 {
    width: 770px;
}

.footer2_cont1_box2 {
    flex: 1;
    margin-left: 25px;
    text-align: right;
}

.footer2_fond {
    font-family: proximanovareg2;
    font-size: 16px;
    line-height: 1.4;
    color: #000;
}