.wrapper1 p {
    padding: 10px 0;
    margin: 0;
    font-weight: 400;
}

.container {
    display: flex;
    flex-wrap: wrap;
    max-width: 1050px;
    margin: 60px auto;
    padding: 20px 100px;
}

.left-column {
    width: 30%;
    padding: 0 5%;
}
.right-column {
    background-color: #ffffff; /* White background */
    width: calc(50% - 1px);
    padding: 0 4%;
    border-left: 1px solid #aaa;
}
.left-column img {
    max-width: 100%;
    height: auto;
    width: 100%;
    border-radius: 50%;
    object-fit: cover;
    margin: 20px 0;
}

.left-column p.status {
    font-size: 20px;
    font-weight: 100;
    margin: 10px;
    text-align: center;
    padding-bottom: 30px;
}
.left-column p.name {
    font-size: 34px;
    font-weight: 400;
    margin: 20px;
    text-align: center;
    
}
.right-column h2 {
    font-size: 59px;
    font-weight: 300;
    margin: 0 0 40px 0;
    text-transform: uppercase;
}
.right-column img {
    width: 270px;
    rotate: -10deg;
    display: block;
    margin: 20px 0;
}
.container .right-column p {
    font-style: italic;
    font-weight: 200;
    font-size: 20px;
}
.full-column {
    text-align: center;
    margin: 50px 100px;
    width: 100%;
}
.full-column .btn-wa {
    padding-left: 0;
}

a.hyp {
    font-family: 'Roboto';
    font-weight: 300;
    font-size: 15px;
    letter-spacing: 0;
    text-decoration: underline;
    display: inline-block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 4px;
}
input[type=text] {
  display: block;
  margin: 5px auto 0px auto;
  padding: 13px 0px 11px 0px;
  font-size: 21px;
  width: 302px;
  outline-width: 0px;
  outline: none;
  background: white;
  border: 3px solid #f4f4f4;
  color: #393939;
  vertical-align: middle;
  line-height: normal;
  text-align: center;
  letter-spacing: 0.06em;
  font-weight: normal;
  font-family: Oranienbaum;
  border-radius: 2px; }

body {
  font-family: Arial, sans-serif;
  background: #ffffff;
  color: #262626; }

input::-webkit-input-placeholder {
  color: #a7a7a7 !important; }

input::-moz-placeholder {
  color: #a7a7a7 !important; }

input:-moz-placeholder {
  color: #a7a7a7 !important; }

input:focus::-webkit-input-placeholder {
  color: transparent !important; }

input:focus::-moz-placeholder {
  color: transparent !important; }

input:focus:-moz-placeholder {
  color: transparent !important; }

.icon, .sprite {
  background-repeat: no-repeat;
    width: 1420px;
    height: 926px;
  display: none; }

#modal-callback .order-form {
  margin: 0 auto;
  padding: 0;
  color: black;
  position: relative;
  border: none; }

#modal-callback .order-form .btn-group {
  float: none;
  width: 100%;
  color: white; }

#modal-callback input[type=text] {
  text-align: center; }

#modal-callback .modal-header {
  text-align: center;
  background: none;
  color: white;
  text-transform: uppercase;
  padding-top: 0px;
  padding-bottom: 0px; }


#modal-callback .btn {
  margin: 0 auto;
  color: white; }

#modal-callback .modal-title {
  font-size: 24px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #e2ac77; }

#modal-callback .modal-subtitle {
  font-size: 14px;
  line-height: 22px;
  margin-top: 0px;
  text-transform: none;
  text-align: center;
  font-weight: 100;
  font-family: 'Roboto'; }

#modal-result {
  z-index: 1052; }

#modal-result .modal-dialog {
  width: 480px;
  background: none; }

#modal-result .modal-content {
  padding: 5px;
  border: none; }

#modal-result .icon-ok {
  height: 108px;
  width: 101px;
  margin: 15px auto 15px auto; }

#modal-result .title {
  margin: 0 auto;
  text-transform: uppercase;
  font-size: 24px; }

#modal-result .description {
  font-size: 18px;
  margin-top: 11px;
  padding: 0px 50px;
  font-weight: 100;
  line-height: 27px;
  font-family: 'Roboto';
  font-weight: 100; }

#modal-result .modal-body {
  color: white;
  text-align: center;
  padding: 1px 15px 91px 15px;
  background: none; }

/* COMMON STYLES */
.btn {
  width: 296px;
  position: relative;
  display: block;
  text-align: center;
  text-decoration: none;
  margin: 0px auto 0px auto;
  padding: 25px 0px;
  line-height: 1;
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  outline: 0;
  background: none;
  text-transform: uppercase;
  font-style: normal;
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 23px;
    line-height: 23px;
    letter-spacing: 0.16em;
    color: #000;
    background-color: #FFF;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 15px;
    border-color: rgba(0,0,0,0.3) !important;
    border: 1px solid;
}

.btn:active {
    background-color: #fff;
    background-image: -moz-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, #FFF 100%);
    background-image: -o-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, #FFF 100%);
    background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, #FFF 100%);
    background-image: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, #FFF 100%);
}

.btn:focus {
  outline: none; }

.btn.active {
  top: 2px;
  margin-top: 0px;
  border-bottom: 1px solid #666666;
  background: #999999;
  color: white; }

.btn-group input[type=text]:focus,
.btn-group textarea:focus {
  border-color: #fff; }

.w6_form_input_left input[type=text].error,
.w6_form_input_right input[type=text].error,
.btn-group.error input[type=text].error,
.btn-group.error textarea.error {
  border-color: #DB422C; }


/* default and reused styles */

/* hidden for modals */
.hidden_modal_demo {
    /* visibility: hidden; */
    display: none;
}

.hidden-content {
    display: none;
}

/* close for modals */
.close {
    display: block;
    cursor: pointer;
    width: 47px;
    height: 47px;
    position: absolute;
    top: 23px;
    right: 20px;
}

html, body {
    padding: 0;
    margin: 0;
    font-family: 'Roboto';
    color: #000000;
}

/* title */
.title {
    font-family: 'Roboto';
    font-weight: 100;
    font-size: 312.5%;
    line-height: 55px;
    letter-spacing: 0;
    color: #000;
    text-transform: none;
}

.y_line {
    height: 2px;
    width: 100%;
    background-color: #fff;
}

.g_line {
    height: 1px;
    width: 100%;
    background-color: #000;
    opacity: .1;
}

.order-form {
    width: 385px;
    background-color: #FFF;
    border: 6px solid #EBEBEB;
    box-shadow: 0 32px 79px rgba(77, 55, 26, 0.16);
    padding-top: 0;
    padding-bottom: 13px;
}

.order-form label {
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0.2em;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.order-form input {
    width: 279px;
    padding: 14px 0px 12px 0px;
    font-family: 'Roboto';
    font-weight: 300;
    font-size: 19px;
    line-height: 19px;
    letter-spacing: 0;
    color: #8b8b8b;
    text-transform: none;
    background-color: #EBEBEB;
    border: 3px solid #EBEBEB;
}

.order-form .btn-group {
    margin-bottom: 16px;
}

.btn-group textarea {
    font-family: 'Roboto';
    font-weight: 300;
    font-size: 17px;
    line-height: 24px;
    letter-spacing: -0.02em;
    color: #8b8b8b;
    text-transform: none;
    text-align: left;
    outline: none;
    display: block;
    background: #f1f1f1;
    border: 2px solid #f1f1f1;
    padding: 13px 20px 0px 21px;
    width: 240px;
    height: 281px;
    resize: vertical;
    margin: 0 auto;
}

.f_red_star {
    color: #fa4848;
}

/* action */
.action .a_title {
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 45px;
    line-height: 53px;
    letter-spacing: 0.06em;
    color: #000;
}

.action .a_text {
    font-family: 'Roboto';
    font-weight: 300;
    font-size: 21px;
    line-height: 24px;
    letter-spacing: 0.06em;
    color: #000;
    padding-top: 8px;
    width: 220px;
}

.wrapper1 .action .a_text span {
    font-weight: 700;
}

.action .y_line {
    width: 233px;
    margin-top: 20px;
}

.action .a_end {
    font-family: 'Roboto';
    font-weight: 900;
    font-size: 12px;
    line-height: 35px;
    letter-spacing: 0.2em;
    color: #000000;
    text-transform: uppercase;
    padding-top: 13px;
    padding-left: 4px;
}

/* about */
.a_title {
    font-weight: 500;
    font-size: 33px;
    line-height: 33px;
    color: #000000;
}

.a_position {
    font-size: 19px;
    line-height: 19px;
    font-style: italic;
    padding-top: 15px;
    padding-bottom: 29px;
}

.a_text p {
    padding-bottom: 25px;
    margin: 0;
}

/* read_more */
.read_more {
    display: inline-block;
    cursor: pointer;
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 0;
    color: #000000;
    text-align: center;
    padding: 13px 16px 9px 46px;
    background-color: #FFFD00;
    border-radius: 24px;
    position: relative;
    transition: background 0.3s;
    position: absolute;
    bottom: -51px;
    left: 50%;
    margin-left: -77px;
}

.read_more:hover {
    background-color: #fff;
}

.read_more:hover span {
    border-bottom-color: transparent;
}

.read_more span {
    display: inline-block;
    border-bottom: 1px dashed #000;
    padding-bottom: 3px;
    transition: border 0.3s;
}

/* look_example */
.look_example {
    position: relative;
}

.le_img {
    display: block;
    float: left;
}

.le_text {
    cursor: pointer;
    font-weight: 500;
    font-size: 26px;
    line-height: 33px;
    letter-spacing: 0;
    color: #1e1e1e;
    border-bottom: 1px solid #000;
    border-bottom: 1px solid rgba(0,0,0,.1);
    transition: border 0.3s;
}

.le_text:hover {
    border-bottom-color: transparent;
}

/* timer */
.timer {
    top: 285px;
    left: 125px;
    width: 260px;
    height: 65px;
    position: absolute;
    color: #000;
}

.timer .digit {
    float: left;
    width: 46px;
    margin: 10px 11px 0px 5px;
    text-align: center;
    position: relative;
}
.timer .js-timer {
    font-size: 22px;
    line-height: 22px;
    margin: 2px 0 0px 0;
    position: relative;
    padding: 0px 0 0px 0;
    z-index: 1;
    font-weight: 700;
    text-transform: uppercase;
}
.timer .js-timer-seconds {
    color: #000;
}

.timer .js-label {
    font-size: 12px;
    text-transform: lowercase;
    font-weight: 300;
    letter-spacing: 0.1em;
    position: relative;
    z-index: 1;
}
.timer .limiter {
    position: absolute;
    top: 6px;
    left: 55px;
    font-size: 14px;
}
.timer .timer-text {
    text-align: center;
    padding-top: 16px;
    padding-right: 12px;
    font-size: 10px;
    letter-spacing: 0.145em;
    font-weight: 700;
}

.clearfix {
    float: none;
    clear: both;
}


.wrapper {
    max-width: 2000px;
}
.wrapper.wrapper_all {
    box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.29);
}

/* Project Styles / Start */
.wrapper1 {
    background-image: url(../img/bg33.jpg);
    background-color: #c9c9c9;
    height: 1178px;
}

.wrapper1 .logo {
    display: block;
    width: 227px;
    height: 103px;
    position: absolute;
    top: 50px;
    left: 1px;
    background-image: url("../logo/logo.jpg");
}

.wrapper1 .title {
    font-family: 'Roboto';
    font-weight: 100;
    font-size: 19px;
    line-height: 36px;
    letter-spacing: -0.002em;
    color: #fff;
    text-transform: none;
    text-align: left;
    display: inline-block;
    padding-left: 331px;
    padding-top: 47px;
}

.wrapper1 .phones {
    position: absolute;
    top: 50px;
    right: -1px;
    text-align: right;
    width: 275px;
}

.wrapper1 .phone {
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 21px;
    line-height: 30px;
    letter-spacing: 0;
    color: #fff;
}
.wrapper1 .phone1 {
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 21px;
    line-height: 30px;
    letter-spacing: 0;
    color: #fff;
}
.wrapper1 .email {
    font-family: 'Roboto';
    font-weight: 300;
    font-size: 18px;
    letter-spacing: 0;
    color: #fff;
    display: inline-block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 4px;
}
.wrapper1 .pres {
    font-family: 'Roboto';
    font-weight: 300;
    font-size: 18px;
    letter-spacing: 0;
    color: #fff;
    display: inline-block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 4px;
}
.wrapper1 .w1_open-callback {
    padding-top: 9px;
    padding-right: 0px;
    padding-bottom: 4px;
    font-family: 'Roboto';
    font-weight: 600;
    font-size: 17px;
    line-height: 14px;
    letter-spacing: 0;
    color: #fff;
    display: inline-block;
    border-bottom: 1px solid #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    transition: border 0.3s;
    border: 2px solid #fff;
    padding: 10px 25px;
    margin-top: 10px;
    border-radius: 22px;
}

.wrapper1 .w1_open-callback:hover {
    border-color: #fff;
    color: #000;
    background-color: #fff;
}

.wrapper1 .text1 {
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 58px;
    line-height: 60px;
    letter-spacing: -0.003em;
    color: #fff;
    padding-top: 50px;
    padding-left: 332px;
}

.wrapper1 .text2 {
    font-family: 'Roboto';
    font-weight: 100;
    font-size: 27px;
    line-height: 33px;
    letter-spacing: 0;
    color: #fff;
    padding-top: 21px;
    padding-left: 332px;
}

.wrapper1 .text2 span {
    display: inline-block;
    padding-top: 11px;
    letter-spacing: 0.01em;
}

.wrapper1 .btn {
    width: 370px;
    display: inline-block;
    margin-top: 30px;
    margin-left: 332px;
    z-index: 100;
    color: #fff;
    background-color: rgba(255,255,255,0.3);
    -webkit-transition: background-color .5s ease, color .5s ease;
    -moz-transition: background-color .5s ease, color .5s ease;
    -o-transition: background-color .5s ease, color .5s ease;
    transition: background-color .5s ease, color .5s ease;
    border-color: #fff !important;
    border: 3px solid #fff !important;
}
.wrapper1 .btn2 {
    width: 350px;
    margin-top: 48px;
    margin-left: 595px;
    z-index: 100;
    color: #fff;
    border-radius: 5px;
    border-color: rgba(255,255,255,1) !important;
    border: 1px solid;
    background-color: none;
    -webkit-transition: background-color .5s ease, color .5s ease;
    -moz-transition: background-color .5s ease, color .5s ease;
    -o-transition: background-color .5s ease, color .5s ease;
    transition: background-color .5s ease, color .5s ease;
    position: relative;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    margin: 0px auto 0px 20px;
    padding: 20px 0px;
    cursor: pointer;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    outline: 0;
    background: none;
    text-transform: uppercase;
    font-style: normal;
    font-family: 'Roboto';
    font-weight: 300;
    font-size: 23px;
    line-height: 23px;
    letter-spacing: 0.16em;

}
.wrapper1 .btn2:hover {
    background-color: rgba(0,0,0,0.7);
} 
.wrapper1 .action {
    display: block;
    width: 505px;
    height: 505px;
    position: absolute;
    top: 467px;
    left: 615px;
    z-index: 150;
    padding-left: 135px;
}

.wrapper1 .action .a_title {
    padding-top: 92px;
}

.wrapper1 .items {
    width: 250px;
    position: absolute;
    text-align: center;
    top: 830px;
}

.wrapper1 .items .i_text1 {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 93px;
    line-height: 93px;
    letter-spacing: 0.1em;
    color: #ededed;
    text-transform: uppercase;
    padding-bottom: 3px;
}

.wrapper1 .items .y_line {
    width: 147px;
    margin: 0 0 11px 47px;
    margin: 0 auto 11px auto;
}

.wrapper1 .items.item3 .y_line {
    margin: 0 0 11px 70px;
}

.wrapper1 .items .i_text2 {
    font-family: 'Roboto';
    font-weight: 300;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 0;
    color: #ededed;
}

.wrapper1 .item1 {
    left: 35px;
}

.wrapper1 .item2 {
    left: 367px;
}

.wrapper1 .item3 {
    left: 678px;
    width: 300px;
}

.wrapper2 {
    background-color: #e7e6e5;
    height: 820px;
}
.wrapper2 .w2_form textarea {
    height: 130px !important;
}

.wrapper2 .text1 {
    font-family: 'Roboto';
    font-weight: 100;
    font-size: 40px;
    line-height: 46px;
    letter-spacing: 0;
    color: #000000;
    padding-top: 60px;
    width: 560px;
}

.wrapper2 .text2 {
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 23px;
    line-height: 33px;
    letter-spacing: 0;
    color: #000000;
    padding-top: 0;
    padding-top: 37px;
}

.wrapper2 .meeting_results {
    display: block;
    margin: 0;
    padding-top: 16px;
    padding-left: 0;
}

.wrapper2 .meeting_results {
    width: 575px;
}

.wrapper2 .meeting_results li {
    position: relative;
}

.wrapper2 .meeting_results li .mr_text {
    display: inline-block;
    font-family: 'Roboto';
    font-weight: 300;
    font-size: 18px;
    line-height: 50px;
    letter-spacing: -0.01em;
    color: #000000;
    padding-left: 0px;
}

.wrapper2 .meeting_results li .check {
    display: inline-block;
    width: 26px;
    height: 24px;
    position: absolute;
    top: 8px;
}

.wrapper2 .w2_form {
    position: absolute;
    left: 582px;
    top: 40px;
}

.wrapper2 .w2_form .w2_title {
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 34px;
    line-height: 34px;
    letter-spacing: 0.06em;
    color: #000000;
    padding-top: 30px;
}

.wrapper2 .w2_form .w2_text1 {
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 23px;
    line-height: 30px;
    letter-spacing: 0;
    color: #1e1e1e;
    padding: 6px 60px 0;
    margin-bottom: 30px;
}

.wrapper2 .w2_form .btn {
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 0.16em;
    padding: 20px 0;
    width: 282px;
    margin-top: 22px;
}





.wrapper3 {
    background-image: url(../img/bg3.jpg);
    background-color: #201f1b;
    height: 976px;
}

.wrapper3 .title {
    color: #ededed;
    padding-top: 160px;
}

.wrapper3 .text {
    font-family: 'Roboto';
    color: #ededed;
    text-align: center;
    margin: 0 auto;
}

.wrapper3 .text.text1 {
    font-weight: 500;
    font-size: 23px;
    line-height: 23px;
    letter-spacing: 0;
    padding-top: 25px;
}

.wrapper3 .text.text2,
.wrapper3 .text.text4,
.wrapper3 .text.text5{
    font-weight: 100;
    font-size: 19px;
    line-height: 30px;
    letter-spacing: 0;
}

.wrapper3 .text.text2 {
    padding-top: 47px;
    width: 840px;
}

.wrapper3 .text.text3 {
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 0.06em;
    padding-top: 49px;
}

.wrapper3 .text.text4 {
    padding-top: 36px;
    width: 810px;
}

.wrapper3 .text.text5 {
    padding-top: 25px;
    width: 850px;
}





.wrapper4 {
    background-color: #f2f2f2;
    padding-top: 160px;
    padding-bottom: 142px;
    background-position: bottom center;
}

.wrapper4 .title {
    color: #000;
    padding-top: 0;
}

.wrapper4 .text {
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 23px;
    letter-spacing: 0;
    color: #000000;
    text-align: center;
}

.wrapper4 .text1 {
    line-height: 23px;
    padding-top: 25px;
}

.wrapper4 .gallery4 {
    width: 830px;
    margin: 25px auto 0;
    position: relative;
    padding-bottom: 59px;
}

.wrapper4 .gallery4 .control {
    display: block;
    width: 63px;
    height: 63px;
    position: absolute;
    top: 164px;
    z-index: 20;
    background-repeat: no-repeat;
}

.wrapper4 .gallery4 .left {
    background-image: url("../img/slider-arrow-left.jpg");
    left: -76px;
}


.wrapper4 .gallery4 .right {
    background-image: url("../img/slider-arrow-right.jpg");
    right: -74px;
}

.wrapper4 .gallery4 .items {
    width: 20000px;

}

.wrapper4 .gallery4 .item {
    float: left;
    width: 830px;
}

.wrapper4 .gallery4 .g4_img {
	font-size: 280px;
    font-weight: 100;
    float: left;
    margin-right: 74px;
    padding-top: 11px;
    padding-left: 75px;
}

.wrapper4 .gallery4 .g4_title {
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 35px;
    line-height: 35px;
    letter-spacing: 0.06em;
    color: #000000;
    padding-top: 68px;
}

.wrapper4 .gallery4 .g4_text {
    font-family: 'Roboto';
    font-weight: 300;
    font-size: 19px;
    line-height: 30px;
    letter-spacing: 0;
    color: #000000;
    padding-top: 25px;
    width: 789px;
}

.wrapper4 .text2 {
    width: 770px;
    line-height: 37px;
    padding-top: 33px;
    margin: 0 auto;
    padding-bottom: 42px;
}

.wrapper4 .btn {
    width: 402px;
    font-size: 18px;
    line-height: 18px;
    padding: 20px 0;
    letter-spacing: 0.14em;
}


.wrapper6 {
    background-color: #C6C3BE;
    background-size: 2000px 1209px;
}

.wrapper6 .title {
    font-size: 59px;
    line-height: 50px;
    padding: 80px 0 20px 0;
    text-transform: uppercase;
}

.wrapper6 .text1 {
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 23px;
    line-height: 23px;
    letter-spacing: 0;
    color: #000000;
    text-align: center;
    padding-top: 34px;
    padding-bottom: 33px;
}

.wrapper6 .w6_form {
    padding-top: 32px;
    padding-bottom: 25px;
    width: 703px;
    position: relative;
    z-index: 100;
}

.wrapper6 .w6_form .w6_form_input_left {
    float: left;
    padding-left: 62px;
}

.wrapper6 .w6_form .w6_form_input_left input {
    position: relative;
    right: 5px;
    padding: 16px 0 16px;
    top: -1px;
}

.wrapper6 .w6_form .w6_form_input_right {
    float: right;
    padding-right: 52px;
}

.wrapper6 .w6_form .w6_form_input_right input {
    position: relative;
    left: -5px;
    padding: 16px 0 16px;
    top: -1px;
}

.wrapper6 .w6_form textarea {
    height: 136px;
    width: 558px;
    padding: 16px 5px 16px 18px;
}

.wrapper6 .w6_form .btn {
    font-size: 18px;
    line-height: 18px;
    width: 330px;
    padding: 20sspx 0;
    letter-spacing: 0.14em;
    margin-top: 24px;
}

.wrapper6 .w6_text1 {
    font-family: 'Roboto';
    font-weight: 300;
    font-size: 17px;
    line-height: 24px;
    letter-spacing: 0;
    color: #000000;
    text-align: center;
    width: 230px;
    margin: 0 auto;
}

.wrapper6 .action {
    display: block;
    width: 370px;
    height: 538px;
    position: absolute;
    top: 720px;
    left: 591px;
    z-index: 150;
    padding-left: 157px;
}

.wrapper6 .action .a_title {
    padding-top: 114px;
}

.wrapper6 .timer {
    top: 307px;
    left: 146px;
}

.wrapper9 {
    background-color: #ececec;
    background-position: top center;
    padding-top: 82px;
    padding-bottom: 138px;
    background-size: 2000px 1420px;
}

.wrapper9 .title {
    font-size: 45px;
    line-height: 45px;
    padding-top: 0;
    letter-spacing: 0.06em;
}

.wrapper9 .text1 {
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 23px;
    line-height: 14px;
    letter-spacing: 0;
    color: #000000;
    text-align: center;
    padding-top: 29px;
}

.wrapper9 .about {
    padding-top: 69px;
    width: 495px;
    margin: 0px auto;
    font-weight: 300;
    letter-spacing: 0;
    font-size: 18px;
    line-height: 28px;
}
.wrapper9 .about .a_text {
  position: relative;
  margin-bottom: 60px;
}
.wrapper9 .about .read_more {
  left: 0;
  margin-left: 0;
}

.wrapper9 .look_example {
    width: 430px;
    margin-right: auto;
    padding-top: 0px;
    left: -4px;
}

.wrapper9 .le_img {
    width: 128px;
    height: 128px;
    background-image: url("../img/note.png");
    margin-right: 38px;
    margin-top: -27px;
}



.wrapper12 {
    background-position: bottom center;
    background-color: #F7F7F7;
    height: 1200px;
    transition: all 1.0s;
}

.wrapper12.active {
    height: 3277px;
}

.wrapper12 .title {
    padding-top: 60px;
}

.wrapper12 .text1 {
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 23px;
    line-height: 23px;
    letter-spacing: 0;
    color: #000000;
    text-align: center;
    padding-top: 26px;
}

.wrapper12 .switcher {
    width: 450px;
    position: relative;
    margin: 116px auto 0;
    height: 40px;
    display:none;
}

.wrapper12 .switcher .text {
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 0;
    color: #000000;
    position: absolute;
    left: 45px;
    top: 15px;
}

.wrapper12 .switcher .tab {
    position: absolute;
    width: 148px;
    height: 47px;
    top: -15px;
    cursor: pointer;
}

.wrapper12 .switcher .tab .tawrap {
    background-color: transparent;
    background-color: rgba(255,255,255,.0);
    transition: background 1.0s;
    height: 100%;
    border-radius: 24px;
}

.wrapper12 .switcher .tab.active .tawrap{
    background-color: #FFF;
    background-color: rgba(255,255,255,1);
}

.wrapper12 .switcher .tab1 .tawrap {
    width: 125px;
}


.wrapper12 .switcher .tab1 {
    position: absolute;
    top: 0;
    left: 24px;
}


.wrapper12 .switcher .tab2 {
    position: absolute;
    right: 1px;
    border-radius: 24px;
    top: 0;
}

.wrapper12 .switcher .tab .icon {
    display: block;
    width: 17px;
    height: 8px;
    position: absolute;
    top: 17px;
    left: 17px;
}

.wrapper12 .switcher .tab1 .icon {
    top: 20px;
}

.wrapper12 .switcher .tab.active .icon {
    display: block;
    width: 17px;
    height: 13px;
    position: absolute;
    top: 17px;
    left: 17px;
}

.wrapper12 .switcher .tab .text {
    border-bottom: 1px dashed #000;
    display: inline-block;
    padding-bottom: 2px;
    transition: border 1.0s;
}

.wrapper12 .switcher .tab.active .text,
.wrapper12 .switcher .tab:hover .text {
    border-bottom-color: transparent;
}

.wrapper12 .switcher .switch {
    display: block;
    width: 109px;
    height: 35px;
    position: absolute;
    left: 165px;
    top: 9px;
}

.wrapper12 .switcher .switch .brush {
    display: block;
    width: 63px;
    height: 94px;
    position: absolute;
    left: -21px;
    top: -61px;
    transition: all 1.0s ease-in-out;
    transition-property: left, right;
    transition-duration: 1.0s, 1.0s;
    transition-delay: .0s, .0s;
}

.wrapper12 .switcher .switch.active .brush {
    background-position: -498px -543px;
    left: 77px;
}

.wrapper12 .steps {
    position: relative;
    width: 980px;
    margin: 42px auto 0;
}

.wrapper12 .steps .step {
    transition: all 1.0s;
}

.wrapper12 .steps .right {
    text-align: left;
    width: 415px;
    position: absolute;
    right: 1px;
}

.wrapper12 .steps .left {
    text-align: right;
    width: 415px;
    position: absolute;
    left: 0;
}

.wrapper12 .steps .left .s_number {
    position: absolute;
    right: -105px;
    top: -25px;
    transition: all 1.0s;
}

.wrapper12 .steps .left.active .s_number {
    top: -17px;
}

.wrapper12 .steps .left .s_line {
    position: absolute;
    right: -76px;
    top: 69px;
}

.wrapper12 .steps .left.active .s_line {
    top: 96px;
    height: 46px;
}

.wrapper12 .steps .right .s_number {
    position: absolute;
    left: -101px;
    top: -27px;
    transition: all 1.0s;
}

.wrapper12 .steps .right.active .s_number {
    top: -23px;
}

.wrapper12 .steps .right .s_line {
    position: absolute;
    left: -76px;
    top: 52px;
}

.wrapper12 .steps .right.active .s_line {
    top: 89px;
    height: 46px;
}

.wrapper12 .steps .s_number {
    font-family: 'Roboto';
    font-weight: 100;
    font-size: 85px;
    line-height: 85px;
    letter-spacing: 0.1em;
    color: #000000;
    text-transform: uppercase;
    padding-top: 15px;
}

.wrapper12 .steps .s_line {
    width: 3px;
    height: 23px;
    background-color: #EBEBEB;
    transition: all 1.0s;
}

.wrapper12 .steps .s_title {
    font-family: 'Roboto';
    font-weight: 300;
    font-size: 21px;
    line-height: 29px;
    letter-spacing: 0.056em;
    color: #000000;
    display: inline-block;
}

.wrapper12 .steps .s_text {
    font-family: 'Roboto';
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    color: #000000;
    padding-top: 16px;
    max-height:1px;
    overflow: hidden;
    transition: all 1.0s;
}

.wrapper12 .steps .step.active .s_text {
    max-height: 200px;
}

.wrapper12 .steps .step1 {
    top: 24px;
}

.wrapper12 .steps .step.step1.active {
    top: 9px;
}

.wrapper12 .steps .step1 .s_title {
    border-bottom: 1px dashed #000;
    line-height: 25px;
}
.dashed {
    border-bottom: 1px dashed #000;
    line-height: 25px;
}
.wrapper12 .steps .step1 .s_text {
    padding-top: 18px;
}

.wrapper12 .steps .step1 .s_number {
    left: -101px;
    top: -40px;
}

.wrapper12 .steps .step2 {
    top: 110px;
}

.wrapper12 .steps .step.step2.active {
    top: 166px;
}

.wrapper12 .steps .step2 .s_number  {
    top: -22px;
}

.wrapper12 .steps .step3 {
    top: 234px;
}

.wrapper12 .steps .step.step3.active {
    top: 333px;
}

.wrapper12 .steps .step4 {
    top: 338px;
}

.wrapper12 .steps .step.step4.active {
    top: 491px;
}

.wrapper12 .steps .step4 .s_number  {
    top: -24px;
}

.wrapper12 .steps .step4 .s_line {
    top: 50px;
}

.wrapper12 .steps .step5 {
    top: 441px;
}

.wrapper12 .steps .step.step5.active {
    top: 661px;
}

.wrapper12 .steps .step6 {
    top: 542px;
}

.wrapper12 .steps .step.step6.active {
    top: 818px;
}

.wrapper12 .steps .step6 .s_line {
    top: 58px;
}

.wrapper12 .steps .step7 {
    top: 654px;
}

.wrapper12 .steps .step.step7.active {
    top: 990px;
}

.wrapper12 .steps .step8 {
    top: 752px;
}

.wrapper12 .steps .step.step8.active {
    top: 1145px;
}

.wrapper12 .steps .step8 .s_line {
    height: 95px;
}

.wrapper12 .steps .step8.active .s_line {
    height: 119px;
}

.wrapper12 .steps .finish {
    position: absolute;
    top: 924px;
    width: 980px;
    margin: 0 auto;
    text-align: center;
    transition: all 1.0s;
}

.wrapper12 .steps .finish.active {
    top: 1385px;
}

.wrapper12 .steps .f_title {
    font-family: 'Roboto';
    font-weight: 100;
    font-size: 45px;
    line-height: 45px;
    letter-spacing: 0.06em;
    color: #000000;
    text-align: center;
    text-transform: uppercase;
}

.wrapper12 .steps .f_text {
    font-family: 'Roboto';
    font-weight: 300;
    font-size: 19px;
    line-height: 27px;
    letter-spacing: 0;
    color: #000000;
    text-align: center;
    padding-top: 10px;
    width: 740px;
    margin: 0 auto;
}


.wrapper12 .warranty {
    width: 669px;
    height: 669px;
    background-color: #EBEBEB;
    border-radius: 669px;
    text-align: center;
    color: #000;
    position: absolute;
    top: 1864px;
    left: 150px;
    transition: all 1.0s;
    background-image: url(../img/g.jpg);
}

.wrapper12.active .warranty {
    top: 2325px;
}

.wrapper12 .warranty .w_title {
    font-family: 'Roboto';
    font-weight: 100;
    font-size: 65px;
    line-height: 65px;
    letter-spacing: 0;
    padding-top: 70px;
    text-transform: uppercase;
}

.wrapper12 .warranty .w_text1 {
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 23px;
    line-height: 23px;
    letter-spacing: 0;
    padding-top: 8px;
}

.wrapper12 .warranty .w_text2 {
    font-family: 'Roboto';
    font-weight: 300;
    font-size: 19px;
    line-height: 28px;
    letter-spacing: 0;
    padding-top: 138px;
    padding-bottom: 25px;
    margin: 0 55px;
}

.wrapper12 .warranty .btn_type_2 {
    display: block;
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 0.16em;
    color: #000000;
    text-transform: uppercase;
    text-align: center;
    padding: 20px 30px;
    border: 1px solid #000;
    border-radius: 5px;
    margin-left: 165px;
    cursor: pointer;
    width: 346px;
    transition: background 0.3s, border 0.3s;
    margin: 0 auto;
}

.wrapper12 .warranty .btn_type_2:hover {
    background-color: #fff;
    border-color: #fff;
}





.wrapper13 {
    background-color: #F2F2F2;
    box-shadow: inset 0 160px 160px -160px rgba(0,0,0,0.5);
}

.wrapper13 .title {
    padding-top: 160px;
}

.wrapper13 .text1 {
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 23px;
    line-height: 23px;
    letter-spacing: 0;
    color: #000000;
    text-align: center;
    padding-top: 25px;
}

.wrapper13 .counter_title {
    font-family: 'Roboto';
    font-weight: 900;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0.2em;
    color: #000000;
    text-transform: uppercase;
    text-align: center;
    padding-top: 66px;
}

.wrapper13 .timer {
    top: 412px;
    left: 50%;
    width: 460px;
    height: 81px;
    margin-left: -199px;
}

.wrapper13 .timer .digit {
    margin: 16px 12px 0px 8px;
    width: 82px;
}

.wrapper13 .timer .limiter {
    left: 88px;
    font-size: 22px;
    font-weight: 700;
    top: 10px;
}

.wrapper13 .timer .js-timer {
    font-weight: 100;
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 4px;
    letter-spacing: 0.06em;
}

.wrapper13 .timer .js-label {
    font-weight: 300;
    font-size: 9px;
    line-height: 10px;
    text-transform: uppercase;
    letter-spacing: 0.3em;
}

.wrapper13 .timer .circle {
    width: 82px;
    height: 82px;
    border-radius: 82px;
    background-color: #fff;
    position: absolute;
    top: -18px;
    left: 0;
    z-index: 0;
}

.wrapper13 .text2 {
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 23px;
    line-height: 23px;
    letter-spacing: 0;
    color: #000000;
    text-align: center;
    padding-top: 159px;
}

.wrapper13 .money_limit {
    padding-top: 33px;
    padding-left: 55px;
}

.wrapper13 .money_limit .m_limit {
    display: inline-block;
    font-family: 'Roboto';
    font-weight: 300;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.1em;
    color: #000000;
    text-transform: uppercase;
    text-align: center;
    padding: 20px 10px 18px 21px;
    border-radius: 5px;
    border: 1px solid #000;
    margin-right: 7px;
    cursor: pointer;
    transition: border 0.3s, background 0.3s;
}

.wrapper13 .money_limit .m_limit:hover {
    background-color: #fff;
    border: 1px solid #fff;
}

.wrapper13 .money_limit .m_limit.selected {
    border: 1px solid #000;
    background-color: #000;
    color: #fff;
}

.wrapper13 .money_limit .rub1 {
    display: inline-block;
    width: 9px;
    height: 12px;
    background-position: -696px -607px;
    padding-left: 10px;
}

.wrapper13 .text3 {
    font-family: 'Roboto';
    font-weight: 300;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: -0.02em;
    color: #000000;
    text-align: center;
    opacity: 0;
    padding-top: 32px;
}

.wrapper13 .text3 span {
    font-weight: 100;
    font-size: 29px;
    line-height: 20px;
}

.wrapper13 .gallery13 {
    width: 980px;
    margin: 32px auto 0;
    position: relative;
    padding-bottom: 70px;
}

.wrapper13 .gallery13 .modal13 {
    position: absolute;
    top: 18px;
    left: 0px;
    background-color: #fff;
    width: 562px;
    padding: 0 84px 16px 334px;
    z-index: 200;
    height: 353px;
    overflow: hidden;
}

.wrapper13 .gallery13 .modal13 .close {
    top: 20px;
}

.wrapper13 .gallery13 .modal13 .m13_img {
    width: 314px;
    height: 370px;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center center;
    background-color: #F6F6F6;
    background-repeat: no-repeat;
    background-size: 144px 200px;
}

.wrapper13 .gallery13 .modal13 .m13_title {
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 26px;
    line-height: 26px;
    letter-spacing: 0;
    color: #000000;
    padding-top: 86px;
}

.wrapper13 .gallery13 .modal13 .m13_text {
    font-family: 'Roboto';
    font-weight: 300;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0;
    color: #000000;
    padding-top: 18px;
    width: 612px;
    height: 195px;
    overflow: auto;
}

.wrapper13 .gallery13 .modal13 .m13_text p {
    padding-bottom: 19px;
    margin: 0;
}

.wrapper13 .gallery13 .control {
    display: block;
    width: 63px;
    height: 63px;
    position: absolute;
    top: 598px;
    z-index: 150;
}

.wrapper13 .gallery13 .items .item {
    float: left;
    margin-right: 20px;
    width: 220px;
    height: 370px;
    position: relative;
    box-shadow: 0 0 35px rgba(14, 14, 14, 0.15);
    overflow: hidden;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center top;
}

.wrapper13 .gallery13 .items .item.disabled,
.wrapper13 .gallery13 .disabled {
    opacity: .4;
}
.wrapper13 .gallery13 .items .item.disabled {cursor: default;}
.wrapper13 .gallery13 .items .item.disabled .g13_choose.static{cursor: default;}
.wrapper13 .gallery13 .items .item.disabled .g13_choose.static:hover{cursor: default;}


.selected_border {
    position: absolute;
    top: 0;
    left: 0;
    width: 230px;
    height: 370px;
    z-index: 100;
    visibility: hidden;
}

.wrapper13 .gallery13 .items .item.selected .selected_border {
    box-shadow: inset 0 0 0 6px white;
    visibility: visible;
}

.wrapper13 .gallery13 .items .item .g13_title {
    font-family: 'Roboto';
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.06em;
    color: #000000;
    text-transform: uppercase;
    padding-top: 25px;
    padding-left: 22px;
    padding-right: 15px;
    position: relative;
    z-index: 150;
}

.wrapper13 .gallery13 .items .item .g13_text {
    font-family: 'Roboto';
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0;
    color: #000000;
    padding-top: 18px;
    padding-left: 22px;
    padding-right: 15px;
    position: relative;
    z-index: 150;
}

.wrapper13 .gallery13 .items .item .g13_more .g13_m_text {
    display: inline;
    display: inline-block;
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0;
    color: #000000;
    border-bottom: 1px solid #000;
    border-bottom: 1px solid rgba(0,0,0,.1);
    padding-bottom: 2px;
    transition: border 0.3s;
    cursor: pointer;
}

.wrapper13 .gallery13 .items .item .g13_more:hover .g13_m_text {
    border-bottom-color: transparent;
}

.wrapper13 .gallery13 .items .item .g13_price {
    font-family: 'Roboto';
    font-weight: 900;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0.11em;
    color: #000000;
    text-transform: uppercase;
    position: absolute;
    top: 245px;
    left: 20px;
    z-index: 150;
}

.wrapper13 .gallery13 .items .item .g13_img {
    width: 100%;
    height: 223px;
    position: absolute;
    left: 0;
    top: 285px;
}

.wrapper13 .gallery13 .items .item .g13_choose_wrap {
    position: absolute;
    top: 290px;
    text-align: center;
    width: 100%;
    left: 0;
    z-index: 150;
}

.wrapper13 .gallery13 .items .item .g13_choose_wrap .g13_choose {
    font-family: 'Roboto';
    font-weight: 700;
    width: 81px;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0.16em;
    color: #000000;
    text-transform: uppercase;
    text-align: center;
    padding: 15px 50px;
    border-radius: 5px;
    display: inline-block;
    cursor: pointer;
    transition: background 0.3s, color 0.3s;
    border: 1px solid #000;
}

.wrapper13 .gallery13 .items .item .g13_choose_wrap .g13_choose.static:hover {
    background-color: #FFF;
}

.wrapper13 .gallery13 .items .item .g13_choose_wrap .g13_choose.static {
    background-color: #FFF;
}

.wrapper13 .gallery13 .items .item .g13_choose_wrap .g13_choose.selected {
    background-color: #fff;
}

.wrapper13 .gallery13 .items .item .g13_choose_wrap .g13_choose.delete {
    background-color: #fff;
    color: #fa4848;
}

.wrapper13 .text4 {
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 23px;
    line-height: 23px;
    letter-spacing: 0;
    color: #000000;
    text-align: center;
    padding-top: 25px;
}

.wrapper13 .text5 {
    font-family: 'Roboto';
    font-weight: 100;
    font-size: 99px;
    line-height: 99px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-align: center;
    padding-top: 22px;
}

.wrapper13 .text5.w13normal {
    color: #000;
}


.wrapper13 .text6 {
    font-family: 'Roboto';
    font-weight: 300;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0;
    color: #000000;
    text-align: center;
    padding-top: 12px;
}

.wrapper13 .btn {
    width: 342px;
    font-size: 18px;
    line-height: 18px;
    padding: 20px 0;
    letter-spacing: 0.14em;
    margin-top: 56px;
    margin-bottom: 150px;
}


.wrapper-footer {
    background-color: #fff;
    height: 150px;
    line-height: 28px;
}

.wrapper-footer a {
    text-decoration: underline;
}    
.wrapper-footer .left {
    position: absolute;
    top: 40px;
    left: 21px;
}

.wrapper-footer .left .logo {
    display: block;
    width: 107px;
    height: 63px;
    left: 1px;
}

.wrapper-footer .left .copy {
    font-size: 15px;
    padding-top: 0px;
}

.wrapper-footer .right {
    position: absolute;
    top: 40px;
    right: -24px;
}

.wrapper-footer .right .c-art {
    font-size: 17px;
    border-bottom: 1px solid #1e1e1e;
    border-bottom: 1px solid rgba(30,30,30,.3);
    transition: border 0.3s;
    letter-spacing: 0.03em;
}

.wrapper-footer .right .c-art:hover {
    border-bottom: 1px solid #000;
}

.wrapper-footer .center {
    margin-left: 195px;
    width: 320px;
    position: relative;
    top: 40px;
}

.wrapper-footer .center .text {
    font-size: 17px;
    line-height: 17px;
    letter-spacing: -0.01em;
}

.wrapper-footer .center .phone {
    display: block;
    padding-top: 22px;
    font-size: 22px;
    line-height: 22px;
    font-weight: 700;
}

.wrapper-footer .center .wf_open-callback {
    display: inline-block;
    padding-top: 18px;
    padding-right: 0;
    padding-bottom: 4px;
    letter-spacing: -0.01em;
    font-family: 'Roboto';
    font-weight: 300;
    font-size: 17px;
    line-height: 14px;
    letter-spacing: 0;
    color: #1e1e1e;
    display: inline-block;
    border-bottom: 1px solid #1e1e1e;
    border-bottom: 1px solid rgba(30, 30, 30, 0.2);
    transition: border 0.3s;
}

.wrapper-footer .center .wf_open-callback:hover {
    border-color: #000;
}
/* Project Styles / End */

/* modal-callback */
@media (min-width: 768px) {
    #modal-callback .modal-dialog {
        width: 507px;
    }
}

#modal-callback .modal-dialog {
    background-color: transparent;
    border: 6px solid #EBEBEB;
}

#modal-callback .modal-header {
    border-bottom: none;
    position: relative;
}
#modal-callback.not-gift .modal-header {
    background-color: #F6F6F6;
    padding-bottom: 24px;
    z-index: 10;
}



#modal-callback.not-gift .modal-header:after {
    content: ' ';
    position: absolute;
    left: 50%;
    bottom: -40px;
    border: 20px solid transparent;
    border-top: 20px solid #f6f6f6;
    margin-left: -20px;
}


#modal-callback .modal-header .close {
    margin: 0;
    background-color: transparent;
    border: none;
    outline: none;
    top: -28px;
    right: -8px;
    font-weight: 100;
    font-size: 60px;
    font-family: 'Roboto';
}

#modal-callback .modal-title {
    font-family: 'Roboto';
    font-weight: 100;
    font-size: 34px;
    line-height: 36px;
    letter-spacing: 0.06em;
    color: #000000;
    text-transform: none;
    text-align: center;
    padding: 25px 0 0 0;
}

#modal-callback .modal-body {
    padding-top: 20px;
}
#modal-callback.not-gift .modal-body {
    padding-top: 40px;
}


#modal-callback .modal-content {
    border-radius: 0;
    border: none;
    box-shadow: none;
    padding-bottom: 15px;
}

#modal-callback .order-form {
    box-shadow: none;
    padding-bottom: 7px;
}

#modal-callback .order-form input {
    width: 353px;
}

.btn-wa {
    text-align: left;
    display: inline-block;
    padding-left: 331px;
    padding-top: 20px;
}

#modal-callback .btn {
    width: 355px;
    font-size: 18px;
    color: #000;
    padding: 20px 0px;
    margin-top: 27px;
    border-color: rgba(0,0,0,0.3) !important;
    border: 1px solid;
}

#modal-callback .modal-subtitle_1 {
    font-family: 'Roboto';
    font-weight: 300;
    font-size: 19px;
    line-height: 28px;
    letter-spacing: 0;
    color: #000000;
    text-transform: none;
    text-align: center;
    padding: 5px 20px 0 20px;
}

#modal-callback .modal-subtitle_2 {
    font-family: 'Roboto';
    font-weight: 300;
    font-size: 17px;
    line-height: 24px;
    letter-spacing: 0;
    color: #000000;
    text-transform: none;
    text-align: center;
    padding-top: 10px;
}

/* modal-result */
#modal-result .close {
    margin: 0;
    border: none;
    outline: none;
    top: 16px;
    right: 15px;
    background-color: transparent;
}

#modal-result .modal-dialog {
    width: 100%;
    position: relative;
    left: 0px;
}

#modal-result .modal-body {
    padding: 1px 0px 86px 0px;
}

#modal-result .modal-content {
    background-color: #36c370;
    border-radius: 0;
}

#modal-result .title {
    color: #fff;
    text-transform: none;
    font-size: 35px;
    line-height: 28px;
    padding-top: 23px;
    font-family: 'Roboto';
    font-weight: 500;
}

#modal-result .description {
    font-size: 20px;
    line-height: 29px;
    padding-top: 9px;
}

#modal-result .icon-ok {
    background-image: url("../img/ok.png");
    display: block;
    width: 200px;
    height: 200px;
    margin-bottom: 20px;
}

/* modal-gifts */
#modal-callback #mode-gifts {
    background-color: #F6F6F6;
    box-shadow: inset 0 7px 9px -7px rgba(0,0,0,0.4);
    padding-bottom: 24px;
    position: relative;
    margin-left: -60px;
    width: 506px;
    margin-bottom: 50px;
}

#modal-callback #mode-gifts:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -40px;
    border: 20px solid transparent;
    border-top: 20px solid #f6f6f6;
    margin-left: -20px;
}

#modal-callback #mode-gifts .g_title {
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0;
    color: #000000;
    text-align: center;
    padding-top: 30px;
}

#modal-callback #mode-gifts .g_summ {
    padding-top: 15px;
    font-family: 'Roboto';
    font-weight: 900;
    font-size: 35px;
    line-height: 35px;
    letter-spacing: 0.1em;
    color: #000000;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #000;
    border-bottom: 1px solid rgba(0,0,0,.05);
 }

#modal-callback #mode-gifts .g_summ .rub4 {
    display: inline-block;
    margin-left: -1px;
    width: 19px;
    height: 25px;
}

#modal-callback #mode-gifts .g_item {
    border-bottom: 1px solid #000;
    border-bottom: 1px solid rgba(0,0,0,.05);
    color: #000;
    position: relative;
}

#modal-callback #mode-gifts .g_item .g_i_img {
    position: absolute;
    left: 42px;
    top: 18px;
    width: 68px;
    height: 60px;
}
#modal-callback #mode-gifts .g_item .g_i_img img {
    width: 100%;
    height: 100%;
}
#modal-callback #mode-gifts .g_item .g_i_title {
    font-family: 'Roboto';
    font-weight: 300;
    font-size: 17px;
    line-height: 17px;
    letter-spacing: 0;
    color: #000000;
    padding-top: 24px;
    padding-left: 158px;
    text-align: left;
}

#modal-callback #mode-gifts .g_item .g_i_price {
    font-family: 'Roboto';
    font-weight: 900;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0.1em;
    color: #000000;
    text-transform: uppercase;
    padding-top: 11px;
    padding-bottom: 22px;
    text-align: left;
    padding-left: 160px;
}

#modal-callback #mode-gifts .g_item .g_i_price .rub5 {
    display: inline-block;
    margin-left: 4px;
    width: 13px;
    height: 17px;
}

#modal-callback #mode-gifts .unused_sum {
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0;
    color: #000000;
    text-align: left;
    padding-top: 29px;
    padding-left: 25px;
}

#modal-callback #mode-gifts .unused_sum .u_s_value {
    font-size: 24px;
    text-transform: uppercase;
}

#modal-callback #mode-gifts .unused_sum .rub6 {
    display: inline-block;
    margin-left: 4px;
    width: 13px;
    height: 17px;
}

#modal-callback .btn-group textarea {
    width: 310px;
    height: 281px;
}


.lt-ie9 .wrapper13 .money_limit .m_limit {
    float: left;
}
.lt-ie9 .wrapper13 .gallery13 .items .item .g13_more .g13_m_icon {
    float: left;
}


.wrapper1.bg1_1 {
    background-image: url("../img/bg1_1.jpg");
}

.a222 {
    display: inline-block;
}
.cases {
    position: relative;
    width: 100%;
    min-height: 900px;
    list-style: none;
    background: #000;
    margin: 0;
    padding: 0;
}

.cases li:nth-child(1), .cases li:nth-child(4), .cases li:nth-child(6) {
    float: left;
    width: 50%;
    height: 50%;
}
.cases li {
    float: right;
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 50%;
    height: 50%;
    overflow: hidden;
    
}
.cases li:hover {
    opacity: 0.5;
    background-color: rgba(0,0,0,0);
}
.cases li div{
    font-size: 24px;
    color: #fff;
    padding: 20px;
}
.cases li .t1{
    font-size: 20px;
    font-weight:100;
    color: #fff;
    padding: 20px;
}
.cases li .t2{
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    padding: 20px;
}
.cases li .t3{
    font-size: 20px;
    font-weight:100;
    color: #fff;
    padding: 20px;
}
.cases li .t4{
    font-size: 20px;
    font-weight:100;
    color: #fff;
    padding: 20px;
}
.cases li a {
    display: block;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -ms-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
}

.main-works-list {
    position: relative;
    width: 100%;
    min-height: 600px;
    list-style: none;
    background: #000;
    margin: 0;
    padding: 0;
}

.main-works-list li:nth-child(1), .main-works-list li:nth-child(4) {
    float: left;
    width: 50%;
    height: 50%;
}
.main-works-list li {
    float: right;
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 50%;
    height: 33.33%;
    overflow: hidden;
}

.main-works-list li a {
    display: block;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -ms-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
}

.main-works-list2 {
    position: relative;
    width: 100%;
    min-height: 600px;
    list-style: none;
    background: #000;
    margin: 0;
    padding: 0;
}

ul.main-works-list2 {
	margin: 0;
    padding: 0;
}

.main-works-list2 li:nth-child(2), .main-works-list2 li:nth-child(4) {
    float: right;
    width: 50%;
    height: 50%;
}
.main-works-list2 li {
    float: left;
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 50%;
    height: 33.33%;
    overflow: hidden;
}

.main-works-list2 li a {
    display: block;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -ms-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
}
/*   */
.main-works-list3 {
    position: relative;
    width: 100%;
    min-height: 450px;
    list-style: none;
    background: #000;
    margin: 0;
    padding: 0;
}

ul.main-works-list3 {
	margin: 0;
    padding: 0;
}

.main-works-list3 li:nth-child(2), .main-works-list3 li:nth-child(3) {
    float: right;
    width: 50%;
    height: 100%;
}
.main-works-list3 li,.main-works-list3 li:nth-child(4) {
    float: left;
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 50%;
    height: 100%;
    overflow: hidden;
}

.main-works-list3 li a {
    display: block;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -ms-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
}


#main-video {
    width: 100%;
    margin-bottom: 50px;
    background: #fff;
    height: 900px;
}

#video_reviews {
    height: 400px;
    width: 100%;
    position: relative;
}

#video_reviews .block {
    width: 50%;
    height: 100%;
    margin: 0;
    padding: 0;
    float: left;
}

#video_reviews .block {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: relative;
    box-sizing: border-box;
}

.play {
    -webkit-transition: all ease-out 0.5s;
    -moz-transition: all ease-out 0.5s;
    -o-transition: all ease-out 0.5s;
    transition: all ease-out 0.5s;
    display: block;
    opacity: 0.25;
    background: url(/img/play.png) center center no-repeat rgba(0,0,0,1);
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 10;
}
.play:hover {
    opacity: 1;
    background-color: rgba(0,0,0,0);    
}

h3 {
    font-weight: 100;
    font-size: 250%;
    text-align: center;
    text-transform: uppercase;
}
#html5-watermark {display: none !important;visibility: hidden !important;}

div.teaser1 {
    position: absolute;
    z-index: 9999;
    margin: 20px;
    padding: 20px;
    width: 200px;
    min-height:90px;
    font-size: 18px;
    font-weight: 100;
    color: #fff;
    background: #000;
    line-height: 28px;
    opacity: 0.5;
    left: 0;
}
div.teaser2 {
    position: absolute;
    z-index: 9999;
    margin: 20px;
    padding: 20px;
    width: 210px;
    min-height:90px;
    font-size: 18px;
    font-weight: 100;
    color: #fff;
    background: #000;
    line-height: 28px;
    opacity: 0.5;
    right: 0;
}
div.teaser3 {
    position: absolute;
    z-index: 9999;
    margin: 20px;
    padding: 20px;
    width: 200px;
    min-height:90px;
    font-size: 18px;
    font-weight: 100;
    color: #fff;
    background: #000;
    line-height: 28px;
    opacity: 0.5;
    left: 0;
    bottom: 0;
}
div.teaser4 {
    position: absolute;
    z-index: 9999;
    margin: 20px;
    padding: 20px;
    width: 200px;
    min-height:90px;
    font-size: 18px;
    font-weight: 100;
    color: #fff;
    background: #000;
    line-height: 28px;
    opacity: 0.5;
    right: 0;
    bottom: 0;
}
div.teaser1:hover,div.teaser2:hover,div.teaser3:hover,div.teaser4:hover {
    position: absolute;
    display: block;
    opacity: 1;
}
.teaser1 a, .teaser2 a, .teaser3 a, .teaser4 a {
    color: #fff;
    text-decoration: underline;
}

.award {
    font-weight: 100;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    display: block;
    position: absolute;
    top: 190px;
    left: 40px;
}

#viber {
    background-image: url('/img/icon-viber.png');
    width: 20px;
    height: 20px;
    margin-left: 2px;
    line-height: 23px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 20px;
    overflow: hidden;
    font-size: 23px;
    text-indent: -999px;
    display: inline-block;
}

#whatsapp {
    background-image: url('/img/icon-whatsapp.png');
    width: 20px;
    height: 20px;
    margin-left: 2px;
    line-height: 23px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 20px;
    overflow: hidden;
    font-size: 23px;
    text-indent: -999px;
    display: inline-block;
}

#telegram {
    background-image: url('/img/telegram.png');
    width: 20px;
    height: 20px;
    margin-left: 2px;
    margin-right: 5px;
    line-height: 23px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 20px;
    overflow: hidden;
    font-size: 23px;
    text-indent: -999px;
    display: inline-block;
}

.yes {
    font-weight: 100;
    font-size: 13px;
    color: #000000;
    margin: 10px 0;
}
.yes-input input{
    width: 20px;
}

input[type="checkbox"]:checked + span { }
input[type="checkbox"]:checked { width: 20px;}
#modal-callback .order-form input[type="checkbox"] { width: 20px;}
