/* 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 */

body,
html {
    background-color: white;
    height: 100%;
}

.wrapper {
    max-width: 1920px;
    position: relative;
}

.main-fixed-menu1 {
    width: 321px;
    position: fixed;
    left: 0;
    top: 0;
    border-right: 1px solid #cfcfcf;
    height: 100%;
    z-index: 700;
    background-color: white;
    overflow: auto;
}

.main-fixed-menu1__wrap {
    display: block;
    vertical-align: top;
}

.main-fixed-menu1__wrap_logo {
    text-align: center;
}


.main-fixed-menu1__wrap_logo_text1 {
    font-size: 16px;
    line-height: 16px;
    font-family: PTSansRegular;
    color: #4d4d4d;
    margin-top: 15px;
}

.main-fixed-menu1__wrap_logo_img {
    margin-top: 10px;
}

.main-fixed-menu1__wrap_logo_img a {
    text-decoration: none;
}

.main-fixed-menu1__wrap_logo_img img {
    max-width: 100%;
    vertical-align: top;
}

.main-fixed-menu1__wrap_logo_text2 {
    font-family: PTSansBold;
    font-size: 18px;
    line-height: 27px;
    color: black;
    margin-top: 15px;
    text-transform: uppercase;
}

.main-fixed-menu1__wrap_menu1 {
    margin-top: 30px;
}

.main-fixed-menu1__wrap_menu1_list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.main-fixed-menu1__wrap_menu1_list_item {
    position: relative;
    z-index: 701;
}

.main-fixed-menu1__wrap_menu1_list_item a {
    display: block;
    padding: 19px 0;
    font-size: 18px;
    line-height: 18px;
    font-family: PTSansRegular;
    border-top: 1px solid #cfcfcf;
    text-align: center;
    color: black;
    text-decoration: none;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.main-fixed-menu1__wrap_menu1_list_item a:hover {
    color: #626262;
}

.main-fixed-menu1__wrap_menu1_list_item:last-child a {
    border-bottom: 1px solid #cfcfcf;
}

.main-fixed-menu1__wrap_menu1_list_item.active {
    background: #f0f0f0;
}

.main-fixed-menu1__wrap_contacts {
    margin-top: 40px;
    text-align: center;
}

.main-fixed-menu1__wrap_contacts_line1 {
    font-size: 21px;
    line-height: 21px;
    font-family: PFDinTextCondProLight;
    color: black;
}

.main-fixed-menu1__wrap_contacts_line2 {
    font-size: 31px;
    line-height: 31px;
    font-family: PFDinTextCondProLight;
    color: black;
}

.main-fixed-menu1-adaptive {
    display: inline-block;
    vertical-align: top;
    padding: 10px 10px 5px 10px;
    display: none;
}

.main-fixed-menu1__adaptive_line {
    width: 22px;
    border-bottom: 2px solid black;
    margin-bottom: 5px;
}

.main-content1 {
    max-width: 100%;
    padding-left: 321px;
    position: relative;
}

.preim1 {
    background-image: url('/file/i_pic/preim_bg.jpg');
    background-repeat: repeat-x;
    padding-left: 57px;
}

.preim1__wrap {
    font-size: 0;
}

.preim1__wrap_item {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    padding: 32px 0 70px 0px;
}

.preim1__wrap_item_check img {
    vertical-align: top;
}

.preim1__wrap_item_text {
    font-family: PTSansRegular;
    line-height: 31px;
    font-size: 25px;
    color: #010101;
    margin-top: 16px;
}

.projects1__wrap_title {
    padding-left: 50px;
    margin-top: 60px;
}

.projects1__wrap_title a {
    font-size: 29px;
    line-height: 1;
    color: black;
    font-family: PTSansRegular;
    text-decoration: none;
}

.projects1__wrap_title a:hover {
    text-decoration: underline;
}

.projects1__wrap_list {
    margin-top: 25px;
}

.reviews1 {
    margin-top: 70px;
    background-color: #f3f3f3;
    background-image: url(/file/i_pic/reviews1_bg.jpg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
    padding-left: 165px;
    padding-bottom: 35px;
}

.reviews1__wrap_photo {
    display: inline-block;
    vertical-align: top;
}

.reviews1__wrap_photo img {
    vertical-align: top;
}

.reviews1__wrap_content {
    display: inline-block;
    vertical-align: top;
    margin-left: 65px;
    padding-top: 65px;
}

.reviews1__wrap_content_text {
    font-size: 17px;
    line-height: 24px;
    font-family: PTSansRegular;
    color: black;
    max-width: 720px;
    position: relative;
}

.reviews1__wrap_content_text:before {
    content: " ";
    background-image: url("/file/i_pic/k_open.png");
    background-repeat: no-repeat;
    display: block;
    width: 21px;
    height: 19px;
    position: absolute;
    left: -51px;
    top: 6px;
}

.reviews1__wrap_content_text_lastword {
    position: relative;
}

.reviews1__wrap_content_text_lastword:after {
    content: " ";
    background-image: url("/file/i_pic/k_close.png");
    background-repeat: no-repeat;
    display: block;
    width: 21px;
    height: 19px;
    position: absolute;
    right: -51px;
    bottom: -4px;
}

.reviews1__wrap_content_name {
    font-size: 17px;
    line-height: 1;
    color: #e75700;
    margin-top: 23px;
    font-family: PTSansRegular;
}

.news1 {
    padding-left: 45px;
    margin-top: 60px;
}

.news1__wrap_title a {
    font-family: PTSansRegular;
    font-size: 29px;
    line-height: 1;
    color: black;
    text-decoration: none;
}

.news1__wrap_title a:hover {
    text-decoration: underline;
}

.news1__wrap_list {
    font-size: 0;
    margin-top: 30px;
}

.footer1 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.orange_line1 {
    margin-top: 55px;
    height: 23px;
    background-image: url("/file/i_pic/orange_line1.jpg");
    background-position: left center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}

.block_leli1 {
    display: inline-block;
    vertical-align: top;
    line-height: 0.8em;
    padding: 3px;
    text-align: right;
    font-family: PTSansRegular;
}

.block_leli2 {
    display: inline-block;
    vertical-align: top;
    width: 30px;
    height: 30px;
    text-align: left;
    padding-top: 3px;
    font-family: PTSansRegular;
}

.block_leli2 a {
    display: block;
}

.block_leli2 img {
    vertical-align: top;
}

a.leli:link,
a.leli:visited {
    color: #000;
    font-size: 12px;
    line-height: 1.3em;
    text-decoration: none;
}

.leli-year {
    font-size: 10px;
}

.footer1__wrap_counters {
    display: inline-block;
    vertical-align: top;
    padding-left: 50px;
}

.footer1__wrap_studio {
    display: inline-block;
    vertical-align: top;
    float: right;
    padding-right: 100px;
}

.footer1__personal {
    display: flex;
    flex-direction: column;
    font-size: 15px;
    line-height: 1.5;
    padding-left: 50px;
    margin-bottom: 20px;
    color: #000;
    text-decoration: none;
}

.footer1__personal a {
    text-decoration: underline;
    color: #000;
}

.center1 {
    padding: 0 15px;
}

.adaptive_br {
    display: none;
}