/* 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 */

#top_header div.menu_style_1 {
    /*как бы маргин*/
    /*padding-top:5px;
        padding-bottom:0px;
        padding-left:0px;
        padding-right:0px;*/
}

#footer div.menu_style_1 {
    /*как бы маргин*/
    /*padding-top:5px;
        padding-bottom:0px;
        padding-left:0px;
        padding-right:0px;*/
    display: inline-block;
}

#top_header div.menu_style_1 {
    /*как бы маргин*/
    /*padding-top:5px;
        padding-bottom:0px;
        padding-left:0px;
        padding-right:0px;*/
}

#top_header .menu_style_1 div {
    /*настоящий padding*/
    /*padding-top:0px;
        padding-bottom:0px;
        padding-left:0px;
        padding-right:0px;
        border-radius:5px;
        border-width:3px;
        border-color:#C0DEF1;
        //background:#ff0000;*/
}

#top_header .menu_style_1 ul {
    /*list-style:none;
        overflow:hidden;
        margin:0px;

        display:table;
        padding-top:5px;
        padding-bottom:5px;
        padding-left:5px;
        padding-right:5px;
        border-radius:5px;
        border-width:1px;
        border-color:#C0DEF1;
        background:#ff0000;
        margin:0 auto;*/
    list-style: none;
    float: right;


}

#footer .menu_style_1 ul {
    /*list-style:none;
        overflow:hidden;
        margin:0px;

        display:table;
        padding-top:5px;
        padding-bottom:5px;
        padding-left:5px;
        padding-right:5px;
        border-radius:5px;
        border-width:1px;
        border-color:#C0DEF1;
        background:#ff0000;
        margin:0 auto;*/
    list-style: none;


}

.menu_style_1 li {
    /* padding:0px;

        //float:left;
        margin-top:0px;
        margin-bottom:0px;
        margin-left:3px;
        margin-right:0px;
        border-radius:5px;
        background-image:url(/i/li.gif);
        background-repeat:no-repeat;
        background-position:5px 10px;
        background-color:#7377c4;*/
    float: left;
    margin-right: 34px;
}

.menu_style_1 li:hover {
    /*background-color:#000;*/
}

.menu_style_1 li a {
    /*display:block;	
        padding-top:10px;
        padding-bottom:10px;
        padding-left:25px;
        padding-right:10px;
        line-height:13px;
        color:#fff;
        font-size:14px;
        text-decoration:none;
        font-weight:bold;*/
    font-size: 15px;
    text-decoration: underline;
    color: #023a63;
}

.menu_style_1 li a:hover {
    /*text-decoration:underline;*/
    text-decoration: none;
    color: #000000;
}

.menu_style_1 li#act {
    /*background-color:#000;*/
}

.menu_style_1 li#act:hover {
    /*background-color:#000;*/
}

.menu_style_1 li#act a {
    /*color:#fff;*/
}

.menu_style_1 li#act a:hover {
    /*text-decoration:none;color:#fff;*/

}

.wrap_top_header {
    width: 100%;
    height: 232px;
}

.wrap_about {
    width: 100%;
    height: auto;
}

.wrap_obekt {
    width: 100%;
    height: auto;
}

.wrap_about {
    padding-bottom: 63px;
}

@media screen and (min-width: 990px) {
    #main_wrapper {
        width: 990px;
        background: #ffffff;
        margin: 0 auto;
    }
}

#main_wrapper {
    width: 100%;
    background: #ffffff;
}

#top_header {
    width: 990px;
    height: 232px;
    margin: 0 auto;
    position: relative;
}

#top_menu {
    padding-top: 21px;
}

#main_left {
    width: 700px;
    float: left;
}

#main_right {
    width: 270px;
    float: right;
}

#logo {
    width: 84px;
    height: 65px;
    position: absolute;
    top: 55px;
    left: 80px;
}

#preview {
    position: absolute;
    left: 185px;
    top: 70px;
}

#prev1 {
    color: #052e57;
    font-size: 21px;
    font-weight: bold;
}

#prev2 {
    color: #016da1;
    font-size: 21px;
}

#phone {
    position: absolute;
    top: 70px;
    left: 443px;
    font-size: 26px;
    color: #000;
    white-space: nowrap;
}

#phone img {
    float: left;
    margin-top: -2px;
    margin-right: 15px;
}

#preview2 {
    position: absolute;
    top: 124px;
    left: 446px;
}

#preview2 div {
    font-size: 26px;
    text-transform: uppercase;
    margin-bottom: 14px;
}

#preview2 #pr1 {
    color: #5d5d5d;
}

#preview2 #pr2 {
    color: #000000;
}

#preview2 #pr3 {
    color: #05305a;
}

.wrap_header {
    width: 100%;
    height: 400px;
}

#header {
    height: 400px;
    width: 990px;
    margin: 0 auto;
    position: relative;
}

#header #slider {
    position: absolute;
    top: -75px;
}

#header #form input[type="text"] {
    width: 312px;
    height: 35px;
    border: 1px solid #05a1ed;
    color: #818181;
    font-size: 12px;
    padding-left: 12px;
    background: url(i/bg_input.png) no-repeat;
    margin-bottom: 10px;
    margin-left: 50px;
}

#header #form .btn1 {
    width: 323px;
    height: 56px;
    background: url(i/btn_hed.png) no-repeat;
    margin-top: 13px;
    cursor: pointer;
    color: #000000;
    font-size: 19px;
    margin-left: 50px;
    text-align: center;
    line-height: 56px;

}

#form {
    position: absolute;
    top: 25px;
    left: 500px;
}

#form #form {
    margin-top: 9px;
}

#form #text_form {
    color: #ffffff;
    font-size: 15px;
    margin-top: 16px;
    display: inline-block;
}

#form #text_form span {
    font-size: 19px;
    text-transform: uppercase;
}

#form img {
    float: left;
    margin-right: 8px;
}

.usl {
    width: 205px;
    float: left;
    text-align: center;
    margin-top: -11px;
    margin-right: 26px;
    margin-left: 21px;
}

.usl .txt_usl {
    color: #ffffff;
    font-size: 17px;
    margin-top: 10px;
}

.wrap_uslugi {
    width: 100%;
    height: 147px;
}

#uslugi {
    width: 990px;
    height: 147px;
    margin: 0 auto;
}

#about {
    width: 990px;
    margin: 0 auto;
}

#about .zag_about {
    text-transform: uppercase;
    font-size: 28px;
    color: #5d5d5d;
    padding-top: 50px;
    margin-left: 46px;
    margin-bottom: 27px;
}

#about table {
    margin-left: 20px;
}

#about #table1 {
    margin-bottom: 63px;
}

#about #table2 {
    margin-left: 188px;
}

#about table tr td {
    vertical-align: top;

}

#about table tr td.text {
    width: 250px;
    color: #575757;
    font-size: 15px;
}

#about table tr td.text span {
    color: #000000;
    margin-bottom: 12px;
    display: block;
    font-size: 19px;
}

#about table img {
    margin-right: 11px;
}

.wrap_otziv {
    width: 100%;
    height: 220px;
}

#otziv {
    width: 990px;
    height: 220px;
    margin: 0 auto;
}

#otziv td {
    vertical-align: top;
}

#otziv {
    padding-top: 32px;
}

#otziv .otz {
    color: #000000;
    font-size: 14px;
}

#otziv img {
    margin-right: 20px;
    margin-left: 50px;
}

#otziv .title {
    color: #000000;
    font-size: 28px;
    line-height: 35px;
}

#otziv .otz {
    width: 222px;
}

#e_content {
    width: 990px;
    margin: 0 auto;
    padding-left: 67px;
}

#obekt {
    width: 990px;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 60px;
}

#obekt table {
    margin-left: 19px;
    border-spacing: 16px;
}

#obekt #zag {
    font-size: 28px;
    color: #000000;
    text-transform: uppercase;
    margin-top: 50px;
    margin-left: 19px;
    margin-bottom: 19px;
    display: inline-block;
}

#obekt table td {
    border: 1px solid #cfcfcf;
    padding: 6px;
    border-collapse: separate;
    border-radius: 3px;
    background: url(/i/theme/grad_td.png)right 0 repeat-y;
}

#obekt #best {
    margin-top: 90px;
    display: inline-block;
    vertical-align: top;
    margin-left: 30px;
}

#text_project {
    color: #06325b;
    text-transform: uppercase;
    font-size: 28px;
    margin-left: 37px;
    margin-top: 78px;
    line-height: 33px;
    width: 543px;
    display: inline-block;
}

#text_project #text_p {
    color: #000000;
}

#obekt #best .btn2 {
    background: url(i/btn_prodj.png) no-repeat;
    cursor: pointer;
    width: 351px;
    height: 74px;
    font-size: 19px;
    text-align: center;
    line-height: 74px;
}

.wrap_footer {
    width: 100%;
}

#footer {
    width: 990px;
    margin: 0 auto;
    clear: both;
    padding-bottom: 20px;
}

#footer #contact {
    color: #000000;
    font-size: 12px;
    margin-top: 35px;
    margin-left: 17px;
    float: left;
}

#main_content {
    width: 990px;
    margin: 0 auto;
    padding: 40px;
}

#footer #counter {
    margin-top: 43px;
    margin-left: 70px;
    float: left;
}

#foot_menu {
    padding-top: 5px;
    width: 100%;
    text-align: center;
}

#news_m_past2 .all {
    margin-top: 10px !important;
}