/* 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 */

a,
span {
    text-decoration-skip-ink: none;
}

.header1 {
    background-image: url(/file/i_pic/header1-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 795px;
}

.header1.default {
    min-height: auto !important;
}

.header1-block1_space {
    height: 58px;
    line-height: 58px;
    display: none;
}

.header1-block1 {
    padding-top: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
}

.header1-block1_flex {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}

.header1__inner_logo a {
    display: block;
}

.header1__inner_logo_img {
    float: left;
}

.header1__inner_logo_img img {
    transition: all 0.6s 0s linear;
    -moz-transition: all 0.6s 0s linear;
    -webkit-transition: all 0.6s 0s linear;
    -o-transition: all 0.6s 0s linear;
    opacity: 0;
}

.header1__inner_logo.active img {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 1;
}

.header1__inner_logo img {
    vertical-align: top;
}

.header1__inner_logo_img_text {
    float: left;
    margin-left: 10px;
}

.header1__inner_logo_img_text_1 {
    font-size: 13.5px;
    color: #fff;
    font-family: "PF BeauSans Pro";
    line-height: 1;
    display: block;
    opacity: 0;
    transition: all 0.7s 0s linear;
}

.header1__inner_logo_img_text_2 {
    font-size: 39px;
    font-family: "PF BeauSans Pro";
    font-weight: bold;
    display: block;
    color: #fff;
    line-height: 1;
    opacity: 0;
    transition: all 0.7s 0s linear;
}

.header1__inner_logo.active .header1__inner_logo_img_text_1,
.header1__inner_logo.active .header1__inner_logo_img_text_2 {
    opacity: 1;
}

.header1__inner_menu>ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.header1__inner_menu>ul>li {
    display: inline-block;
    vertical-align: top;
    margin: 0 8px;
}

.header1__inner_menu>ul>li:first-child {
    margin-left: 0;
}

.header1__inner_menu>ul>li:last-child {
    margin-right: 0;
}

.header1__inner_menu>ul>li>a {
    text-decoration: none;
    display: block;
    font-size: 15px;
    font-family: "PF BeauSans Pro";
    color: #fff;
}

.header1__inner_menu>ul>li>a:hover {
    text-decoration: underline;
}

.header1__inner_info1_num {
    text-align: center;
}

.header1__inner_info1_num a {
    font-family: "PF BeauSans Pro";
    font-weight: bold;
    line-height: 1;
    font-size: 22px;
    color: #fff;
    text-decoration: none !important;
}

.header1__inner_info1_obrat {
    margin-top: 4px;
    text-align: center;
}

.header1__inner_info1_obrat a {
    text-decoration: underline;
    line-height: 1;
    display: block;
    font-size: 14px;
    color: #fff;
}

.header1__inner_info1_obrat a:hover {
    text-decoration: none;
}

.header1-block2 {
    margin-top: 80px;
}

.header1-block2_title {
    padding: 62px 142px 62px 15px;
    background-color: rgba(0, 0, 0, .63);
    display: inline-block;
    vertical-align: top;
    position: relative;
    opacity: 0;
    transition: all 0.8s 0s linear;
}

.header1-block2.active .header1-block2_title {
    opacity: 1;
}

.header1-block2_title:after {
    content: " ";
    position: absolute;
    display: block;
    right: 100%;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .63);
}

.header1-block2_title h1 {
    font-size: 41px;
    line-height: 1.3;
    font-family: "PF BeauSans Pro";
    font-weight: bold;
    color: #fff;
    margin: 0;
    max-width: 580px;
}

.header1-block2_title_text2 {
    margin-top: 7px;
    font-size: 23px;
    font-family: "PF BeauSans Pro";
    color: #fff;
    line-height: 1;
}

.header1-block2_to_catalog {
    margin-top: 50px;
    margin-left: 15px;
    opacity: 0;
    transition: all 0.7s 0s linear;
    -moz-transition: all 0.7s 0s linear;
    -webkit-transition: all 0.7s 0s linear;
    -o-transition: all 0.7s 0s linear;
}

.header1-block2_to_catalog_btn {
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    font-family: "PF BeauSans Pro";
    padding: 19px 66px;
    background-color: #00b4db;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    line-height: 1;
    border-radius: 5px;
    text-decoration: none !important;
    text-transform: uppercase;
    color: #000;
    transition: all 0.2s 0s linear;
    -moz-transition: all 0.2s 0s linear;
    -webkit-transition: all 0.2s 0s linear;
    -o-transition: all 0.2s 0s linear;
}

.header1-block2_to_catalog_btn:hover {
    opacity: 0.8;
}

.index-catalog1 {
    padding-top: 60px;
}

.index-catalog1__inner_block1 {
    display: flex;
    flex-wrap: nowrap;
}

.index-catalog1__inner_block1_title_img img {
    vertical-align: top;
}

.index-catalog1__inner_block1_title_text {
    line-height: 1;
    margin-left: 17px;
}

.index-catalog1__inner_block1_title_text a {
    font-family: "PF BeauSans Pro";
    font-size: 36px;
    color: #000;
    line-height: 1;
    text-decoration: none !important;
}

.index-catalog1__inner_block1_title {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    padding-left: 15px;
}

.index-catalog1__inner_block1_descr {
    margin-left: 240px;
}

.index-catalog1__inner_block1_descr span {
    line-height: 1.3;
    display: block;
    font-family: "PF BeauSans Pro";
    color: #00b4db;
    margin-top: 3px;
}

.index-catalog1__inner_block1_descr span:first-child {
    margin-top: 0;
}

.index-catalog1__inner_block2 {
    margin-top: 50px;
}

.index-otr1 {
    margin-top: 120px;
}

.index-otr1__inner_block1 {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    padding: 0 5px;
}

.index-otr1__inner_block1_title {
    font-size: 36px;
    color: #000;
    font-family: "PF BeauSans Pro";
    line-height: 1.2;
    max-width: 425px;
}

.index-otr1__inner_block1_descr {
    margin-left: 175px;
    font-size: 18px;
    color: #000000;
    font-family: "PF BeauSans Pro";
    line-height: 1.3;
    max-width: 670px;
}

.index-otr1__inner_block2 {
    margin-top: 75px;
}

.index-otr1__inner_block2_list1 {
    display: flex;
    flex-wrap: wrap;
}

.index-otr1__inner_block2_list1_item {
    width: 33.3%;
}

.index-otr1__inner_block2_list1_item_inner {
    overflow: hidden;
    position: relative;
}

.index-otr1__inner_block2_list1_item_inner_img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 70%;
    transition: all 0.6s 0s linear;
}

.index-otr1__inner_block2_list1_item:hover .index-otr1__inner_block2_list1_item_inner_img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.index-otr1__inner_block2_list1_item_inner_abs {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.4s 0s linear;
}

.index-otr1__inner_block2_list1_item:hover .index-otr1__inner_block2_list1_item_inner_abs {
    background-color: rgba(0, 0, 0, .44);
}

.index-otr1__inner_block2_list1_item_inner_abs a {
    text-decoration: none !important;
    display: block;
    height: 100%;
}

.index-otr1__inner_block2_list1_item_inner_abs_title {
    font-size: 21px;
    color: #ffffff;
    font-family: "PF BeauSans Pro";
    line-height: 1.3;
    padding-top: 26px;
    padding-left: 15px;
    max-width: 280px;
    display: block;
    transition: all 0.6s 0s linear;
}

.index-otr1__inner_block2_list1_item:hover .index-otr1__inner_block2_list1_item_inner_abs_title {
    margin-left: 10px;
}

.index-otr1__inner_block2_list1_item.last .index-otr1__inner_block2_list1_item_inner_abs_title {
    font-size: 30px;
    text-decoration: underline;
    padding-left: 50px;
    padding-top: 90px;
    max-width: 320px;
    margin-left: 0 !important;
}

.index-otr1__inner_block2_list1_item.last:hover .index-otr1__inner_block2_list1_item_inner_abs_title {
    text-decoration: none;
}

.index-otr1__inner_block2_list1_item.last:hover .index-otr1__inner_block2_list1_item_inner_abs {
    background-color: transparent !important;
}

.index-about1 {
    padding: 100px 0 75px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.index-about1__inner {
    display: flex;
    flex-wrap: nowrap;
    padding-left: 14px;
}

.index-about1__inner_block1_text1 {
    font-size: 28px;
    color: #000000;
    font-family: "PF BeauSans Pro";
    line-height: 1.2;
    max-width: 415px;
}

.index-about1__inner_block2 {
    margin-left: 30px;
    font-size: 16px;
    font-family: "PF BeauSans Pro";
    color: #000;
    line-height: 1.4;
    max-width: 815px;
}

.index-about1__inner_block2_text2 {
    margin-top: 15px;
}

.index-obrat1 {
    padding: 62px 0 80px 0;
    background-image: url("/file/i_pic/index-obrat-1-bg.jpg");
}

.index-obrat1__inner {
    display: flex;
    flex-wrap: nowrap;
}

.index-obrat1__inner_block1 {
    max-width: 370px;
    padding-left: 5px;
    font-size: 36px;
    line-height: 1.3;
    font-family: "PF BeauSans Pro";
    color: #000;
}

.index-obrat1__inner_block1_text1 {
    margin-top: 20px;
    font-size: 23px;
    color: #000;
    font-family: "PF BeauSans Pro";
    line-height: 1.3;
}

.index-obrat1__inner_block2 {
    width: calc(100% - 370px);
    padding-left: 75px;
    padding-right: 30px;
}

.footer1 {
    padding: 30px 0;
}

body[data-page="default"] .footer1 {
    margin-top: 150px;
    border-top: 1px #e0e0e0 solid;
}

.footer1__inner {
    display: flex;
    flex-wrap: wrap;
}

.footer1__inner_block1_info1_text1>span {
    display: block;
}

.footer1__inner_block1_info1_text1>span>a {
    font-size: 15px;
    color: #3d3d3d;
    text-decoration: underline;
    font-family: "PF BeauSans Pro";
}

.footer1__inner_block1_info1_text1>span>a:hover {
    text-decoration: none;
}

.footer1__inner_block1_info1_text2 {
    margin-top: 30px;
    color: #000;
    font-family: "PF BeauSans Pro";
    font-size: 15px;
    line-height: 1;
}

.footer1__inner_block2 {
    margin-left: 155px;
}

.footer1__inner_block2_menu>ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.footer1__inner_block2_menu>ul>li {
    display: inline-block;
    vertical-align: top;
    margin: 0 7px;
}

.footer1__inner_block2_menu>ul>li:first-child {
    margin-left: 0;
}

.footer1__inner_block2_menu>ul>li:last-child {
    margin-right: 0;
}

.footer1__inner_block2_menu>ul>li>a {
    display: block;
    font-size: 15.5px;
    color: #000;
    font-family: "PF BeauSans Pro";
    line-height: 1;
    text-decoration: none;
}

.footer1__inner_block2_menu>ul>li>a:hover {
    text-decoration: underline;
}

.footer1__inner_block2_menu_info1 {
    margin-top: 30px;
    display: flex;
    flex-wrap: nowrap;
}

.footer1__inner_block2_menu_info1_leli {
    margin-left: 35px;
}

.adaptive_menu {
    display: none;
}

.adaptivetoggle {
    width: 100%;
}

.adaptivetoggle>a {
    color: #000 !important;
}