/* 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 {
    width: 29px;
    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 */

.clearfix {
    display: inline-block;
}

.clearfix {
    zoom: 1;
    display: block;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.left {
    float: left;
}

.right {
    float: right;
}

.wrapper {
    margin: 0 auto;
    max-width: 1920px;
    position: relative;
}

.header1 {
    position: relative;
    height: 175px;
    text-align: center;
}

.header1_logo img {
    vertical-align: top;
    padding-top: 37px;
}

.header_phone {
    position: absolute;
    top: 50%;
    left: 90px;
    display: inline-block;

    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.header_mail {
    position: absolute;
    top: 50%;
    right: 37px;
    display: inline-block;

    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.center {
    margin: 0 auto;
    width: 1143px;
}

.header_contact {
    font-size: 16px;
    margin: 64px 0 0 0;
}

.header_contact p {
    margin: 0 0 14px 0;
}

.header_phone {
    background: url(../img/ico_1.png) no-repeat left center;
    padding: 0 0 0 32px;
}

.header_mail {
    background: url(../img/ico_2.png) no-repeat left center;
    padding: 0 0 0 32px;
}

header a {
    color: #494949;
    text-decoration: none;
}

header a:hover {
    color: #494949;
    text-decoration: underline;
}

.menu_main {
    border-top: 1px solid #d8d8d8;
    margin: 0 0 3px 0;
    padding: 25px 0 0 0;
}

.menu_main li {
    float: left;
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.menu_main li+li {
    margin-left: 32px;
}

.menu_main ul {
    display: table;
    margin: 0 auto;
    list-style: none;
}

.menu_main a {
    color: #494949;
    text-decoration: none;
}

.menu_main a:hover {
    text-decoration: underline;
}

.menu_main li.act a {
    text-decoration: underline;
    font-weight: bold;
}

.menu_bottom {
    /*��� ���������� ������*/
    margin-top: 65px;
    margin-bottom: 65px;
    border-top: 1px solid #d3d3d3;
    padding-top: 45px;
}

.menu_bottom li {
    float: left;
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.menu_bottom li+li {
    margin-left: 32px;
}

.menu_bottom ul {
    display: table;
    margin: 0 auto;
    list-style: none;
}

.menu_bottom a {
    color: #494949;
    text-decoration: none;
}

.menu_bottom a:hover {
    text-decoration: underline;
}

.menu_bottom li.act a {
    text-decoration: underline;
    font-weight: bold;
}

.block_1 {
    background: url(../img/box_shadow_bg.png) no-repeat center bottom;
    margin-bottom: 80px;
}

.block_1 .ul_1 {
    list-style: none;
}

.block_1 .ul_1>li {
    border-right: 1px solid #d8d8d8;
    color: #494949;
    float: left;
    letter-spacing: 2px;
    line-height: 1.45;
    padding: 70px 0 39px 0;
    text-align: center;
    text-transform: uppercase;
    width: 284px;
}

.block_1 .ul_1>li:last-child {
    border-right: none;
}

.block_1 a {
    color: #494949;
    text-decoration: none;
}

.block_1 a:hover {
    text-decoration: underline;
}

.ico_4 {
    background: url(../img/ico_4.png) no-repeat center top 35px;
}

.ico_5 {
    background: url(../img/ico_5.png) no-repeat center top 35px;
}

.ico_6 {
    background: url(../img/ico_6.png) no-repeat center top 27px;
}

.ico_7 {
    background: url(../img/ico_7.png) no-repeat center top 35px;
}

.title_1 {
    color: #000;
    font-size: 23px;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
    font-weight: normal;
}


.block_2 {
    margin-top: 51px;
}

.block_2>div {
    float: left;
    height: 240px;
    margin: 0 24px 20px 0;
    position: relative;
    width: 365px;
}

.block_2>div:hover .for_bg {
    background: rgba(0, 0, 0, .1);
}

.for_bg {
    background: rgba(0, 0, 0, .47);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    transition: .3s ease;
    z-index: 2;
}

.block_2>div:nth-child(3n) {
    margin-right: 0;
}

.block_2>div:nth-last-child(1),
.block_2>div:nth-last-child(2),
.block_2>div:nth-last-child(3) {
    margin-bottom: 0;
}

.block_2>div img {
    height: 100%;
    width: 100%;
}


.descript_1 {
    color: #fff;
    letter-spacing: 2px;
    line-height: 1.3;
    text-align: center;
    text-transform: uppercase;
}

.descript_1 a {
    color: #fff;
    text-decoration: underline;
}

.descript_1 a:hover {
    text-decoration: none;
}

.wrap_for_center {
    background: rgba(0, 159, 224, .83);
    left: 50%;
    margin-left: -91px;
    margin-top: -47px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 182px;
    z-index: 5;
}

.centered {
    height: 94px;
    display: table-cell;
    vertical-align: middle;
    width: 182px;
}

.full.wrap_for_center {
    left: 0;
    margin-left: 0;
    margin-top: 0;
    top: 0;
    width: 365px;
}

.full.wrap_for_center .centered {
    height: 240px;
    width: 365px;
}


.myform {
    background: #eaeaea;
    margin: 0 0 76px 0;
    margin-top: 80px;
}

.myform * {
    font-family: "MyriadProRegular";
}

.myform .center {
    background: url(../img/myform_bg.png) no-repeat left top;
    padding: 0 0 44px 0;
}

.myform input {
    border: 0;
}

.myform .block_form {
    margin: 64px 0 0 0;
    padding: 0 0 0 0;
    position: relative;
    width: 600px;
}

.myform .p_1 {
    font-size: 23px;
    color: #000;
    letter-spacing: 2px;
    margin: 0 0 13px 0;
    text-transform: uppercase;
}

.myform .p_2 {
    font-size: 23px;
    color: #009fe0;
    letter-spacing: 2px;
    margin: 0 0 13px 0;
    text-transform: uppercase;
    margin-bottom: 29px;
}

.block_3 {
    background: url(../img/box_shadow_bg.png) no-repeat center bottom;
    color: #000000;
    letter-spacing: 2px;
    margin-bottom: 34px;
    margin-top: 47px;
    padding: 0 0 32px 0;
    text-align: center;
}

.block_3_1 {
    width: 543px;
}

.name_work {
    color: #000000;
    display: inline-block;
    line-height: 1.3;
    text-decoration: none;
    text-transform: uppercase;
}

/*
.name_work:hover {
    color: #000000;
    text-decoration: none;
}
*/

.link_img {
    display: block;
    margin: 0 0 24px 0;
}

.link_img img {
    display: block;
    max-width: 543px;
}

.name_1 {
    background: url(../img/ico_8.png) no-repeat left center;
    display: table;
    margin: 18px auto 0;
    padding: 3px 0 0 25px;
}

.block_3_2 {
    width: 560px;
}

.block_3_2>div {
    float: left;
    margin: 0 15px 37px 0;
    width: 271px;
}

.block_3_2>div:nth-child(even) {
    margin-right: 0;
}

.block_3_2>div:nth-child(2n+1) {
    clear: both;
}

.block_3_2>div img {
    display: block;
    max-width: 271px;
}

.block_3_2 .link_img {
    margin-bottom: 16px;
}

.block_3_2 .name_1 {
    margin-top: 5px;
}

.block_3_2 .name_work {
    line-height: 1.45;
}

.link_img:hover .image {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.container_1 {
    height: 402px;
    overflow: hidden;
    width: 543px;
}

.container_2 {
    height: 201px;
    overflow: hidden;
    width: 271px;
}

.image {
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}


.block_4 {
    margin-top: 30px;
}

.ul_2 li {
    display: inline-block;
    zoom: 1;
    overflow: hidden;
    display: inline;
    vertical-align: middle;
    margin-right: 150px;
}

.ul_2 li:first-child {
    margin-left: 127px;
}

.ul_2 li:last-child {
    margin-right: 0;
}

.ul_2 li:nth-child(4) {
    margin-left: 102px;
    margin-right: 70px;
}

.ul_2 li:nth-child(5) {
    margin-right: 82px;
}

footer.center {
    text-align: center;
}

.copyright {
    color: #000000;
    letter-spacing: 1px;
    margin: 0 0 21px 0;
    text-transform: uppercase;
}

.descript_2 {
    color: #727272;
    letter-spacing: 2px;
    line-height: 1.5;
}

.to_top {
    bottom: 169px;
    cursor: pointer;
    position: fixed;
    right: 4%;
    z-index: 9999;
    display: none;
}

.index_service {
    overflow: hidden;
}

.index_service_inner {
    max-width: 1143px;
    margin: 0 auto;
}

.index_service_list_item {}

.index_service_list_item_cont {
    display: flex;
    flex-wrap: nowrap;
}

.index_service_list_item_cont_box1 {
    flex: 1;
    padding-top: 50px;
    padding-right: 50px;
}

.index_service_list_item_cont_box2 {
    width: 678px;
}

.index_service_list_item_photo {
    width: 678px;
    height: 389px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.index_service_list_item_photo2 {
    position: absolute;
    top: 28px;
    left: 42px;
    z-index: 20;
    width: 116px;
    height: 163px;
}

.index_service_list_item_photo2.tpl_2 {
    top: 28;
    left: auto;
    right: 42px;
}

.index_service_list_item_photo:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    background: rgba(0, 0, 0, 1);
    opacity: 0.37;
    -webkit-transition: all 0.2s ease-in 0s;
    -moz-transition: all 0.2s ease-in 0s;
    -ms-transition: all 0.2s ease-in 0s;
    -o-transition: all 0.2s ease-in 0s;
    transition: all 0.2s ease-in 0s;
}

.index_service_list_item_photo:hover:after {
    opacity: 0;
}

.index_service_list_item_line {
    position: relative;
    z-index: 30;
    background: #4aa9e1;
    max-width: 186px;
    height: 4px;
    margin-top: 15px;
}

.index_service_list_item_title {
    font-size: 23px;
    line-height: 1.35;
    color: #000;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.index_service_list_item_description {
    font-size: 17px;
    line-height: 1.5;
    margin-top: 60px;
}

.index_service_list_item_info {
    max-width: 380px;
}

.index_service_list_item:nth-child(2n) .index_service_list_item_cont_box1 {
    order: 2;
    padding-right: 0;
    padding-left: 50px;
}

.index_service_list_item:nth-child(2n) .index_service_list_item_cont_box2 {
    order: 1;
}

.index_service_list_item:nth-child(2n) .index_service_list_item_line {
    left: -260px;
    max-width: none;
    width: 450px;
}

.footer_rules {
    text-align: center;
    margin-top: 15px;
    font-size: 15px;
    color: #000;
}

.footer_rules a {
    color: #000;
}


.leli {
    color: #000;
    font-size: 11px;
}

a.leli:link,
a.leli:visited {
    color: #000;
    font-size: 12px;
    line-height: 1.3em;
    text-decoration: none;
}

a.leli:active,
a.leli:hover {
    color: #5d5856;
}

.leli img {
    padding: 0;
    margin: 0;
}