/* layout */
* {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-backface-visibility: hidden;
}

body {
    font-family: 'Ubuntu', Arial, sans-serif;
    font-size: 16px;
    line-height: 1;
    color: #000;
    background: #fff;
    font-weight: 400;
    -webkit-font-smoothing:antialiased!important;
    -moz-osx-font-smoothing:grayscale;
}

html {
    overflow-y: scroll;
}

a {
    color: #717fe6;
}

.l-landing_salons a {
    color: #c171e6;
}

h2 {
    font-weight: 700;
    font-size: 36px;
    margin: 0 0 30px 0;
}

h3 {
    font-weight: 500;
    font-size: 24px;
    margin: 0 0 10px 0;
}

textarea {
    resize: vertical;
}
/* layout */

/* base */
.l-wrapper {
    overflow: hidden;
    min-width: 1140px;
}

.l-width_maxwidth {
    max-width: 1280px;
    margin: 0 auto;
}

.l-width {
    width: 1140px;
    margin: 0 auto;
    position: relative;
}

.b-arr {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 111px;
    height: 43px;
    margin-left: -55px;
    background: url('../i/arr-white.png') no-repeat;
    z-index: 6;
}

.b-arr_yellow {
    background: url('../i/arr-yellow.png') no-repeat;
}

.b-arr_black {
    background: url('../i/arr-black.png') no-repeat;
}

.b-hidden,
.hidden {
    display: none;
}
/* base */

/* form */
.b-btn {
    padding: 0 15px;
    line-height: 55px;
    min-width: 180px;
    color: #000;
    font-weight: 700;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    position: relative;
    cursor: pointer;
    text-align: center;
    background: #fff000;
    font-size: 18px;
    display: block;
    text-decoration: none;
    border-radius: 4px;
    -webkit-box-shadow: 0 4px 0 0 #b8c138;
    box-shadow: 0 4px 0 0 #b8c138;
}

.b-btn input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity:0;
    filter: alpha(opacity=0);
}

.b-btn:hover {
    background: #fff65e;
}

.b-btn:active {
    background: #efe100;
    top: 2px;
    -webkit-box-shadow: 0 2px 0 0 #b8c138;
    box-shadow: 0 2px 0 0 #b8c138;
}

.b-btn_blue {
    background: #717fe6;
    -webkit-box-shadow: 0 4px 0 0 #5d6ac7;
    box-shadow: 0 4px 0 0 #5d6ac7;
    color: #fff;
}

.b-btn_blue:hover {
    background: #8995ed;
}

.b-btn_blue:active {
    background: #6574dd;
    -webkit-box-shadow: 0 2px 0 0 #5d6ac7;
    box-shadow: 0 2px 0 0 #5d6ac7;
}

.b-form_inp {
    padding: 0 10px;
    background: #fff;
    width: 100%;
    min-height: 38px;
    line-height: 38px;
    border: 0;
    display: block;
    font-size: 16px;
    font-weight: 300;
    position: relative;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-align: left;
    border-radius: 4px;
}

.b-form_inp:focus {
    background: #f0f0f0;
    -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.4);
    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.4);
}

.form-input--error {
    background: #ffc8c8;
}

.b-form_wrap {
    background-color: #717fe6;
    padding: 40px 37px;
    color: #fff;
    min-height: 500px;
}

.b-form_head {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 40px;
}

.b-form_item {
    margin-bottom: 17px;
}

.b-form_label {
    margin-bottom: 7px;
    font-size: 14px;
}

.b-form_spec__button {
    text-align: center;
    line-height: 66px;
    padding-bottom: 2px;
    background-color: #fff000;
    font-size: 17px;
    color: #343434;
    position: relative;
    cursor: pointer;
}

.b-form_spec__button:hover {
    background-color: #ecde04;
}

.b-form_spec__button .b-arr {
    bottom: -36px;
    height: 54px;
    width: 81px;
    margin-left: -40px;
}

.b-form_spec__txt {
    position: relative;
    z-index: 3;
}

.b-form_note {
    font-size: 12px;
    color: #8f8f8f;
    padding: 25px 37px 0 37px;
    line-height: 1.1;
}

.b-form_file {
    position: relative;
    border: 2px dashed #fff000;
    text-align: center;
    padding: 30px 0;
    color: #fff000;
    margin-bottom: 25px;
    font-weight: 500;
    overflow: hidden;
}

.b-form_file input {
    position: absolute;
    line-height: 30em;
    right: 0;
    top: 0;
    opacity: 0;
    height: 100px;
    z-index: 2;
    font-size: 30em;
    cursor: pointer;
    filter: alpha(opacity=0);
}

.b-form_file__name span {
    text-decoration: underline;
    color: #000;
}

.form-success-head {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 700;
}

.form-success-txt {
    line-height: 1.3;
}
/* form */

/* columns */
.b-col {
    float: left;
}

.b-col_three .b-col {
    width: 33.3%;
}

.b-col_two .b-col {
    width: 50%;
}
/* columns */

.in-bl {
    vertical-align: middle;
    display: inline-block;
}

/* callback form */
.b-form_callback {
    background: #fff000 !important;
    color: #000;
    padding: 30px 35px 35px 25px;
    max-width: 530px;
    position: relative;
    z-index: 7;
    min-height: 265px;
}

.b-form_callback .b-form_head {
    margin-bottom: 15px;
}

.b-form_callback .b-btn {
    min-width: 0;
    padding: 0;
}

.b-form_close {
    width: 44px;
    height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    background: url('../i/i-close.png') center no-repeat;
    cursor: pointer;
}

.b-form_close:hover {
    background-color: #eddf01;
}
/* callback form */

/* menu */
.menu {
    height: 105px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 7;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.menu * {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.menu-list {
    position: absolute;
    right: 0;
    top: 43px;
    font-size: 0;
}

.menu-list__item {
    display: inline-block;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    margin-left: 30px;
}

.menu-list__item--color_yellow {
    color: #fff000;
}

.menu-list__item:hover {
    text-decoration: underline;
}

.b-logo {
    position: absolute;
    left: 74px;
    top: 25px;
    height: 76px;
    width: 155px;
}

.b-logo img {
    width: 100%;
}

.menu--fix {
    position: fixed;
    height: 73px;
    background: #000;
    background: rgba(0,0,0,0.8);
}

.menu--fix .b-logo  {
    top: 6px;
    left: 90px;
    width: 122px;
}

.menu--fix .menu-list {
    top: 26px;
}
/* menu */

/* header */
.b-header_wrap {
    position: relative;
    background: #000 url('../i/bg-main.jpg') center 0 no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.l-landing_cafe .b-header_wrap {
    background-image: url('../i/bg-cafe.jpg');
}

.l-landing_salons .b-header_wrap {
    background-image: url('../i/bg-salons.jpg');
}

.l-landing_902 .b-header_wrap {
    background-image: url('../i/bg-902.jpg');
}

.b-header_wrap .l-width {
    z-index: 2;
    min-height: 790px;
}

.b-header_wrap:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url('../i/bg-opacity.png') repeat;
    display: block;
    content: '';
    z-index: 1;
}

.b-header_left {
    width: 580px;
    padding-top: 175px;
    margin-left: 77px;
    color: #fff;
    padding-bottom: 20px;
}

.b-header_head {
    color: #fff;
    font-weight: 700;
    font-size: 72px;
    line-height: 77px;
    margin-bottom: 50px;
}

.b-header_head__select {
    font-style: italic;
    font-weight: 400;
    color: #717fe6;
}

.l-landing_salons .b-header_head__select,
.l-landing_salons .b-works_about__violet {
    color: #c171e6;
}

.l-landing_salons .b-form_wrap {
    background-color: #c171e6;
}

.b-header_right {
    position: absolute;
    right: 0;
    top: 105px;
    width: 415px;
}

.b-header_call__head {
    margin-bottom: 25px;
    font-size: 24px;
}

.b-header_call__tel {
    font-weight: 700;
    font-size: 36px;
    margin-bottom: 67px;
    position: relative;
}

.b-header_call__tel .b-ico {
    width: 32px;
    height: 32px;
    background: url('../i/i-phone_yellow.png') no-repeat;
    margin: 5px 7px 0 0;
    vertical-align: top;
}

.b-header_call__feedback-link {
    font-size: 16px;
    color: #fff000;
    font-weight: 400;
    top: -4px;
    position: relative;
    margin-left: 10px;
}

.b-header_call__feedback-link span {
    text-decoration: underline;
    margin-left: 15px;
    cursor: pointer;
}

.b-header_call__feedback-link span:hover {
    text-decoration: none;
}

.b-header_call__note {
    font-size: 24px;
    line-height: 1.2;
}

.open-full-form .b-header_right {
    width: 655px;
}

.b-form_head__yellow {
    color: #fff000;
}

.b-form_back {
    float: right;
    margin-top: 21px;
    text-decoration: underline;
    padding-right: 23px;
    padding-bottom: 3px;
    color: #f5e025;
    font-size: 14px;
    cursor: pointer;
    font-weight: 500;
    background: url('../i/arr-back.png') 100% 0 no-repeat;
}

.header__mail {
    display: block;
    margin-bottom: 25px;
    color: #fff000;
}
/* header */

/* content */
.b-why_wrap {
    position: relative;
    padding: 65px 0 150px;
    text-align: center;
}

.b-why_item {
    width: 20%;
    margin-top: 30px;
    vertical-align: top;
    padding: 0 20px;
    font-size: 15px;
    line-height: 1.2;
    padding-top: 85px;
    background: url('../i/i-why1.png') center 0 no-repeat;
}

.b-why_item__2 {
    background-image: url('../i/i-why2.png');
}

.b-why_item__3 {
    background-image: url('../i/i-why3.png');
}

.b-why_item__4 {
    background-image: url('../i/i-why4.png');
}

.b-why_item__5 {
    background-image: url('../i/i-why5.png');
}

.l-landing_salons .b-why_item__1 {
    background-image: url('../i/i-why1_salons.png');
}

.l-landing_salons .b-why_item__2 {
    background-image: url('../i/i-why2_salons.png');
}

.l-landing_salons .b-why_item__3 {
    background-image: url('../i/i-why3_salons.png');
}

.l-landing_salons .b-why_item__4 {
    background-image: url('../i/i-why4_salons.png');
}

.l-landing_salons .b-why_item__5 {
    background-image: url('../i/i-why5_salons.png');
}

.b-why_item__head {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 1.1;
}

.b-works_wrap {
    background-color: #000;
    padding: 50px 0 0;
    color: #fff;
    position: relative;
    text-align: center;
}

.b-works_link {
    padding: 33px 0 0;
    position: relative;
    text-align: center;
}

.b-works_about {
    line-height: 1.2;
    padding-top: 10px;
    padding-bottom: 65px;
    font-size: 18px;
}

.b-works_about__violet {
    color: #717fe6;
}

.b-works_about__yellow {
    color: #fff000;
}

.b-works {
    text-align: left;
    font-size: 0;
}

.b-works__category + .b-works__category{
    margin-top: 20px;
}

.b-works_item {
    width: 25%;
    height: 240px;
    vertical-align: top;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: initial;
}

.b-works_cont {
    height: 240px;
    background: rgb(113, 127, 230);
    background: rgba(113, 127, 230, 0.7);
    text-align: center;
    color: #fff;
    display: none;
}

.l-landing_salons .b-works_cont {
    background: rgb(193, 113, 230);
    background: rgba(193, 113, 230, 0.7);
}

.b-works_item:hover .b-works_cont {
    display: block;
}

.b-works_head {
    font-weight: 500;
    margin-bottom: 20px;
    padding-top: 28px;
    font-size: 20px;
    line-height: 1.2;
}

.b-works_price {
    margin-bottom: 20px;
}

.b-works_overlay {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7)
}

.b-works_popup {
    position: absolute;
    left: 50%;
    top: 110px;
    z-index: 7;
    margin-left: -208px;
    width: 416px;
    text-align: left;
}

.b-works_popup .b-form_wrap {
    padding-top: 160px;
}

.b-works_popup.open-full-form {
    margin-left: -328px;
    width: 656px;
}

.b-works_popup__head {
    background: #5f6dd1;
    text-align: center;
    padding: 25px 20px 0;
}

.b-works_popup__name {
    margin-bottom: 20px;
    font-size: 24px;
}

.b-works_popup__pic {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 240px;
    width: 300px;
    margin: 0 auto -120px;
    position: relative;
}

.b-installation_wrap {
     position: relative;
     text-align: center;
     padding-top: 30px;
 }

.b-contacts_wrap {
    position: relative;
    text-align: center;
    padding-top: 30px;
}

.b-contacts_about {
    line-height: 1.2;
    margin-bottom: 25px;
}

.b-contacts_phone {
    font-size: 24px;
    margin-bottom: 12px;
    font-weight: 500;
}

.b-contacts_phone .b-ico {
    width: 41px;
    height: 41px;
    background: url('../i/i-phone_violet.png') no-repeat;
    margin: -6px 7px 0 0;
    vertical-align: top;
}

.l-landing_salons .b-contacts_phone .b-ico {
    background-image: url('../i/i-phone_violet-salons.png');
}

.b-contacts_map {
    margin-top: 30px;
    height: 450px;
    background-color: #fafafa;
}
/* content */

.round {
    border: 15px solid #717fe6;
    border-radius: 100%;
    display: none;
    height: 0;
    left: 1px;
    position: absolute;
    top: 6px;
    width: 0;
    -webkit-transition-timing-function: easy-in;
    transition-timing-function: easy-in;
    -webkit-transition-duration:2.5s;
    transition-duration:2.5s;
    -webkit-transition-property:border;
    transition-property:border;
}

/* ie styles */
    /* ie 7 */
        .lt-ie8 .in-bl {
            display: inline;
            zoom: 1;
        }
    /* ie 7 */
/* ie styles */
