*{
    margin:0;
    padding:0;
    border: 0;
    outline:none !important;
    -webkit-tap-highlight-color: transparent;
}
body{
    margin:0;
    padding:0;
    font-family: 'Open Sans';
    background-color:#fff;
    min-width: 510px;
}

.clear{clear:both;}

.white10{color: #fff;}
.white08{color: rgba(255, 255, 255, 0.8);}
.white06{color: rgba(255, 255, 255, 0.6);}
.black{color: #1b1b1b;}
.red{color: #c4161c;}
.gray{color: #c3c3c3;}
.gray2{color: #b1b1b1;}
.gray3{color: #7b7b7b;}
.noLine {text-decoration: none;}

.s0{font-size: 33px;}
.s1{font-size: 30px; text-transform: uppercase;}
.s2{font-size: 24px;}
.s3{font-size: 21px;}
.s4{font-size: 18px;}
.s5{font-size: 12px;}
.s7{font-size: 12px;}

.w1{font-weight: 100;}
.w2{font-weight: 200;}
.w3{font-weight: 300;}
.w4{font-weight: 400;}
.w5{font-weight: 500;}
.w6{font-weight: 600;}
.w7{font-weight: 700;}
.w8{font-weight: 800;}
.w9{font-weight: 900;}

button, .button {
    background-color: #c4161c;
    color: #fff;
    border-radius: 3px;
    padding: 13px 20px;
    box-shadow: 3px 3px 0 rgba(0,0,0,0.3);
    font-size: 14px;
    cursor: pointer;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: all 250ms;
    text-transform: uppercase;
}
button:hover, .button:hover {
    background-color: #ec1720;
}
button.loader, .button.loader {
    animation: scale 450ms infinite;
}

@keyframes scale{
    100%{
        transform: scale(-1, 1);
    }
}
button.success{
    transition: 0.4s;
    background-color: #5cb85c;
    transform: scale(1, 1);
}

.header{
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 0;
    transition: background-color 300ms;
}
.header.fixed{
    position: fixed;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    z-index: 30;
}

.phoneTopBox{
    display: inline-block;
    position: absolute;
    font-weight: 600;
    top: 14px;
    left: 18%;
    transform: scale(0.8);
}
.phoneTopBox button{
    margin-top: 18px;
    padding: 8px 45px;
}
.header .consultationBox{
    position: absolute;
    top: 16px;
    left: 67.7%;
    text-align: center;
}
.header.fixed .consultationBox{
    transform: scale(0.95);
    top: 2px;
    left: 36%;
}
.header.fixed .ic_consultation{
    margin-bottom: 12px;
}
.header .ic_consultation{
    border-radius: 4px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    padding: 16px;
    float: left;
    margin: 8px 8px 18px;
}
.header .ic_consultation.viber{background-image: url('../img/ic_viber.jpg');}
.header .ic_consultation.whatsapp{background-image: url('../img/ic_whatsapp.jpg');}
.header .ic_consultation.telegram{background-image: url('../img/ic_telegram.jpg');}


.header .nav_toggle{
    display: none;
}

#logo{
    display: inline-block;
    background-color: #c4161c;
}
#logo a{
    background: url('../img/logo.png') no-repeat center center;
    background-size: contain;
    width: 162px;
    height: 72px;
    display: block;
}

#menu{
    position: absolute;
    top: 0;
    right: 5%;
}
#menu a{
    color: #fff;
    font-size: 16px;
    padding: 34px 18px;
    text-decoration: none;
    font-weight: 500;
    display: block;
    border-top: 4px solid rgba(0, 0, 0, 0);
}
#menu li{
    list-style-type: none;
    float: left;
}
#menu a:hover, #menu .now{
    border-top: 4px solid #c4161c;
    background-color: rgba(0, 0, 0, 0.4);
}
#menu a[href="#consultation"]{
    color: #ff1d25;
}
.fixed #menu a{
    color: #1b1b1b;
}
.fixed #menu a:hover, .fixed #menu .now{
    background-color: #eaeaea;
}

[class^=page]{
    display: table;
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
}
.footer{
    background-color: #e6e6e6;
    padding: 24px 0;

}

.footer p{
    width: 86%;
    margin: 0 auto;
}
[class^=page] .content{
    padding: 72px 7% 0;
    margin: 0 auto;
    display: table-cell;
    vertical-align: middle;
}
.content .box .left{
    float: left;
    width: 60%;
}
.content .box .right{
    float: right;
    width: 40%;
}
.content .box .border{
    margin: 18px 0;
}
.content .box .border:after{
    content: '';
    width: 160px;
    height: 4px;
    background-color: #c4161c;
    display: block;
    margin: 18px 0;
}

.slider{
    margin: 0;
    overflow-x: hidden;
    white-space: nowrap;
    padding: 0;
    position: relative;
}
.slider img{
    display: inline-block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: auto;
    width: 100%;
    margin-right: 50px;
    transition: all 250ms;
}
.slider .tabs{
    position: absolute;
    right: 20px;
    bottom: 20px;
    display: none;
}
.slider .tabs img{
    border: 1px solid rgba(0, 0, 0, 0);
    width: 145px;
    height: auto;
    margin: 6px;
    cursor: pointer;
    border-radius: 7px;
    opacity: 0.7;
}
.slider .tabs img.now{
    border: 1px solid #c4161c;
    opacity: 1;
}
.slider .tabs img:hover{
    opacity: 1;
}

.page0{
    border-bottom: none;
    height: auto !important;
}
.page0 h1{
    margin-bottom: 18px;
}
.page0 .content{
    padding-left: 0;
    padding-right: 0;
    vertical-align: top !important;
}

.page0 .content .box .right {
    float: none;
    width: 100%;
    padding: 40px 0 60px;
}

.page1{
    background: linear-gradient(to top, rgba(26,25,27,0.2), rgba(26,66,65,0.1)),
                linear-gradient(to bottom, rgba(0,0,0,0.4), rgba(0,0,0,0.4)),
                url('../img/bg_page1.jpg') no-repeat center center;
    background-size: cover;
}
.page1 .call_me{
    text-align: right;
    margin: -14% 0 14%;
}
.page1 #order_status{
    background-color: rgba(0,0,0,0.4);
    border: 3px solid rgba(255, 255, 255, 0.18);
    padding: 32px 30px 22px ;
    float: right;
    width: 78%;
}
.page1 #order_status input{
    background-color: rgba(255, 255, 255, 0.6);
    padding: 10px 6%;
    font-size: 21px;
    color: #000;
    width: 28%;
    letter-spacing: 4px;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: all 250ms;
}
.page1 #order_status input.error {
    box-shadow: none;
    border: none;
    color: #c4161c;
}
.page1 #order_status input:focus{
    background-color: rgba(255, 255, 255, 0.8);
}
#order_status input::-webkit-input-placeholder {color:#000;}
#order_status input::-moz-placeholder          {color:#000;}/* Firefox 19+ */
#order_status input:-moz-placeholder           {color:#000;}/* Firefox 18- */
#order_status input:-ms-input-placeholder      {color:#000;}
#order_status input.error::-webkit-input-placeholder {color:#c4161c;}
#order_status input.error::-moz-placeholder          {color:#c4161c;}/* Firefox 19+ */
#order_status input.error:-moz-placeholder           {color:#c4161c;}/* Firefox 18- */
#order_status input.error:-ms-input-placeholder      {color:#c4161c;}
#check_status{
    margin: 10px 0 16px;
}
#check_status button{
    float: right;
    width: 40%;
    padding: 13px 4%;
}
#order_status .order_header{
    width: 100%;
}
#order_status .order_header .left_box{
    display: inline-block;
    width: 40%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
#order_status .order_header .right_box{
    float: right;
    width: 60%;
    white-space: nowrap;
    text-align: right;
}
#order_status .user_txt, #order_status .response_txt{
    display: none;
}
button[class^=info_]{
    display: inline-block;
    margin: 0 0 0 16px;
    background-color: inherit;
    border-radius: 0;
    box-shadow: none;
    color: rgba(255, 255, 255, 0.6);
    border: 2px solid rgba(255, 255, 255, 0.18);
    font-size: 12px;
    padding: 8px;
    transition: all 0ms;
}
button[class^=info_].now{
    background-color: rgba(255, 255, 255, 0.6);
    border: none;
    padding: 10px;
    color: #000;
}
#order_status .small_txt{
    margin: 5px 0 0 8px;
}
.page2 h2, .page5 h2{
    text-align: center;
    margin-bottom: 70px;
}
.page2 [class^=case]{
    width: 25%;
    float: left;
    text-align: center;
}
.page2 [class^=case] .title{
    margin: 0 0 20px 0;
}
.page2 [class^=case]:before{
    content: '';
    display: block;
    width: 150px;
    height: 150px;
    border: 2px solid #009ebb;
    border-radius: 100px;
    margin: 30px auto;
    background: no-repeat center center;
    background-size: 100%;
}
.page2 .case1:before{
    background-image: url('../img/icon_microscope.png');
}
.page2 .case2:before{
    background-image: url('../img/icon_soldering.png');
}
.page2 .case3:before{
    background-image: url('../img/icon_phone.png');
}
.page2 .case4:before{
    background-image: url('../img/icon_security.png');
}
.page2 .case5:before{
    background-image: url('../img/icon_phone_2.png');
}
.page3{
    background: url('../img/iPhone_5s.png') no-repeat 88% 72%, url('../img/bg_page3.jpg') repeat 0 0;
    background-size: 44%, 348px;
}

.page4 .box .right{
    width: 50%;
}
.page4{
    background: url('../img/three_phones.png') no-repeat 12% 78%;
    background-size: 34%;
}
.page4 .box .left{
    width: 50%;
}


.page5 .box .left{
    width: 52%;
}
.page5 .left_text{
    display: table;
    margin: 0 auto;
}
.sh{
    box-shadow: 4px 4px 10px rgba(0,0,0,0.1);
    border: 1px solid #cfcfcf;
    background-color: #fff;
}
.page5 #attach .phone{
    float: right;
    margin: -3px 13px 0 0;
    border-radius: 100px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    transition: all 250ms;
    background-position: center;
    background-size: 70%;
    background-repeat: no-repeat;
}
.page5 #attach .phone img{
    border-radius: 100px;
    max-width: 50px;
    max-height: 50px;
}
.page5 #attach .phone:hover{
    border: 1px solid #7f7f7f;
}
.page5 #attach .phone.now{
    border: 1px solid #c4161c;
}
.page5 #attach .phone.now:after{
    content: '';
    top: 2px;
    display: block;
    width: 6px;
    height: 3px;
    border-right: 1px solid #c4161c;
    border-top: 1px solid #c4161c;
    transform: rotate(130deg);
    margin: 0 0 0 50px;
}
.page5 #attach .phone.busy{
    opacity: 0.5;
    cursor: default;
}
.page5 #attach .phone.busy:after{
    content: 'Уже занят';
    font-size: 12px;
    position: absolute;
    color: #000;
    margin: 60px 0 0 0;
}
.input {
    resize: none;
    border-radius: 3px;
    padding: 14px 24px;
    font-size: 18px;
    color: #333;
}
.page5 #header{
    display: table;
    width: 100%;
}
.page5 #name, .page5 #phone{
    width: 50%;
    display: table-cell
}
.page5 #name {
    padding: 0 36px 0 0;
}
.page5 #message{
    margin: 36px 0;
}
.page5 #attach #gray{
    font-style: italic;
}
.page5 input, .page5 textarea{
    width: calc(100% - 50px);
    overflow: hidden;
}
.page5 [name=userMess]{
    height: 120px;
}
.page5 #attach button{
    float: right;
    margin: 0 0 0 20px;
}
.input::-webkit-input-placeholder{color:#c3c3c3; font-style: italic;}
.input::-moz-placeholder         {color:#c3c3c3; font-style: italic;}/* Firefox 19+ */
.input:-moz-placeholder          {color:#c3c3c3; font-style: italic;}/* Firefox 18- */
.input:-ms-input-placeholder     {color:#c3c3c3; font-style: italic;}
.error {
    box-shadow: 4px 4px 10px rgba(196,22,28,0.1);
    border: 1px solid #c4161c !important;
}
.input.error::-webkit-input-placeholder{color: rgba(196, 22, 28, 0.8);}
.input.error::-moz-placeholder         {color: rgba(196, 22, 28, 0.8);}/* Firefox 19+ */
.input.error:-moz-placeholder          {color: rgba(196, 22, 28, 0.8);}/* Firefox 18- */
.input.error:-ms-input-placeholder     {color: rgba(196, 22, 28, 0.8);}

.page5:after{
    content:'';
    width: 0;
    height: 0;
    border-bottom: 140px solid #f5f5f5;
    border-left: 140px solid transparent;
    position: absolute;
    right: 0;
    margin: -140px 0 0 0;
}
.page5 .spare_phone{
    position: absolute;
}

.page6{
    background: url('../img/bg_page6.jpg') no-repeat center center;
    background-size: cover;
}
.page6 .box .left{
    width: 46%;
}
.page6 .box .right{
    width: 50%;
    min-width: 280px;
}
.page6 #map{
    width: 460px;
    height: 400px;
}
.page6 .screen {
    width: 100px;
    height: 100px;
    margin: 28px 18px 28px 0;
    float: left;
    cursor: pointer;
    border-radius: 7px;
    transition: all 150ms;
    background-size: cover;
    background-position: center;
}
.page6 .screen:last-child {
    margin-right: 0 !important;
}
.mobile .page6 .screen {
    width: 97px;
    height: 97px;
    margin: 36px 14px 0 0;
}
.page6 #contact_box{
    display: table;
    width: 100%;
}
.page6 #contact_box img[src*=ic_social]{
    width: 40px;
    margin: 0 12px 0 0
}
.page6 .row{
    display: table-row;
}
.page6 .name, .page6 .text{
    display: table-cell;
    padding: 10px 0;
}
.page6 .name{
    width: 30%;
    text-overflow: ellipsis;
    overflow: hidden;
    font-style: italic;
}
.page6 .text .tip{
    margin: 4px 0 0 13px;
    position: absolute;
}
.page6 .text{
    width: 70%;
}
.page6 .select{
    list-style-type: none;
    cursor: pointer;
    margin-bottom: 20px;
}
.select .hide{
    position: absolute;
    z-index: 20;
    list-style-type: none;
    display: none;
    margin-top: 15px;
}
.page6 .select .now{
    background: url('../img/icon_select_arrow.png') no-repeat 91% 50%, #fff;
    background-size: 14px;
    border-radius: 3px;
    transition: all 250ms;
    padding: 14px 118px 14px 24px;
}
.page6 .select .hide li{
    background-color: #fff;
    border-bottom: 1px solid #cfcfcf;
    border-left: 1px solid #cfcfcf;
    border-right: 1px solid #cfcfcf;
    padding: 14px 110px 14px 24px;
    margin-left: 4px;

}
.page6 .select .now, .page6 .select .hide li{
    color: #333;
}
.page6 .select .now:hover, .page6 .select .hide li:hover{
    background-color: #f7f7f7;
    color: #000;
}
.page6 .select .now:hover{
    box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
}
.page6 [id^=ws], .page6 [class^=ws]{
    display: none;
}
.page6 #ws0{
    display: table-row;
}
.page6 .ws0{
    display: block;
}
.page6 #contact_box button{
    background-image: url('../img/icon_user_phone.png');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border-radius: 7px;
    background-size: 23px;
    padding: 21px;
    margin: 0 0 0 10px;
    vertical-align: middle;
}
.page6 [name=userPhone]{
    padding: 10px 16px;
    font-size: 14px;
}



.popupFullBox .fullDescription{
    display: block;
}
.popupFullBox{
    width: 100%;
    position: fixed;
    background-color: rgba(255, 255, 255, 0.8);
    height: calc(100% - 80px);
    top: 0;
    overflow-y: auto;
    padding: 60px 0;
    z-index: 40;
    cursor: pointer;
}
.popupFullBox.black{
    background-color: rgba(0, 0, 0, 0.6);
}
.popupFullBox .content{
    max-width: 900px;
    width: 76%;
    margin: 0 auto;
    background-color: #fff;
    padding: 30px;
    cursor: default;
    box-shadow: 1px 6px 20px rgba(0, 0, 0, 0.2);
    border-radius: 24px;
    position: relative;
    transition: all 100ms;
}
.popupFullBox .close{
    width: 140px;
    height: 90px;
    background: url('../img/close.png') no-repeat 50%;
    background-size: 32px;
    position: fixed;
    top: 0;
    right: 16px;
    cursor: pointer;
    opacity: 0.6;
    z-index: 10;
    transition: all 250ms;
}
.popupFullBox.black .close{
    background-image: url('../img/close_white.png');
}
.popupFullBox .close:hover{
    opacity: 1;
}

.popupFullBox .catalogTtitle{
    text-align: center;
    font-size: 24px;
}
.popupFullBox .fullDescription .photo{
    width: 50%;
    height: 330px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
}
.popupFullBox .catalogDescription {
    width: 40%;
    margin: 16px 0;
    position: absolute;
    right: 60px;
    top: 88px;
}




.popupFullBox .imgFull{
    position: absolute;
    top: 0;
    width: 100%;
    height: calc(100vh - 20px);
    padding: 10px 0;
    user-select: none;
    display: table;
}
.popupFullBox .imgFullWrap{
    display: table-cell;
    vertical-align: middle;
}
.popupFullBox .imgFull .screen{
    max-height: calc(100vh - 20px);
    max-width: 90%;
    margin: 0 auto;
    display: block;
    border-radius: 24px;
    box-shadow: 1px 6px 20px rgba(0, 0, 0, 0.2);
}
.popupFullBox .imgFull [class^=screenArrowFull]{
    position: absolute;
    top: 0;
    height: 100%;
    width: 50%;
    background-size: 16px !important;
    opacity: 0.4;
    transition: all 250ms;
}
.popupFullBox .imgFull [class^=screenArrowFull]:hover{
    opacity: 1;
}
.popupFullBox .imgFull .screenArrowFullLeft{
    background: url('../img/ic_screen_arrow_full_left.png') no-repeat 10% 50%;
    left: 0;
}
.popupFullBox .imgFull .screenArrowFullRight{
    background: url('../img/ic_screen_arrow_full_right.png') no-repeat 90% 50%;
    right: 0;
}
.popupFullBox.black .screenArrowFullLeft{
    background-image: url('../img/ic_screen_arrow_full_left_white.png');
}
.popupFullBox.black .screenArrowFullRight{
    background-image: url('../img/ic_screen_arrow_full_right_white.png');
}

.consultationBox input, .consultationBox textarea{
    padding: 10px 16px;
    font-size: 14px;
}
.consultationBox h2{
    margin-bottom: 30px;
}
.consultationBox input, .consultationBox textarea{
    resize: none;
    width: 89%;
    margin-bottom: 24px;
}
.consultationBox textarea{
    height: 160px;
}

.center {
    text-align: center;
}

@media screen and (max-width: 1180px) {
    .page6 #map {
        width: 440px;
        height: 440px;
    }
    .page6 .box .right{
        margin-right: -10px;
    }
    .page6 .box .right .name.s4 {
        font-size: 16px;
    }
}
@media screen and (max-width: 1100px) {
    .page6 #map {
        width: 420px;
        height: 420px;
    }
    .page6 .box .right{
        margin-right: -20px;
    }
    .page6 .box .right .name.s4 {
        font-size: 13px;
    }
}
@media screen and (max-width: 1030px) {
    .page6 .box .right{
        margin-right: -30px;
    }
}
@media screen and (max-width: 960px) {
    .page6 #map {
        width: 380px;
        height: 380px;
    }
    .page6 .box .right{
        width: 40%;
    }
    .page6 .name{
        display: none;
    }
}
@media screen{
    [class^=page]{
        height: 100vh;
    }
}
/*@media all and (max-width: 1160px) {
    *{font-size: 0.9px;}
}
@media all and (max-width: 1030px) {
    *{font-size: 0.8px;}
}
@media all and (max-width: 920px) {
    *{font-size: 0.75px;}

    .page6 .box .right{
        width: 48%;
    }
}
@media all and (max-width: 820px) {
    *{font-size: 0.7px;}

    .page6 .box .right{
        width: 44%;
    }
}
@media all and (max-width: 720px) {
    .page6 .box .right{
        width: 40%;
    }
    .page6 .name{
        display: none;
    }
}
@media all and (max-width: 600px) {
    *{font-size: 0.7px;}

    .page6 .box .right{
        width: 44%;
    }
}*/
/*@media all and (max-height: 500px) {
    *{font-size: 0.9px;}
}
@media all and (max-height: 470px) {
    *{font-size: 0.8px;}
}
@media all and (max-height: 420px) {
    *{font-size: 0.7px;}
}
@media all and (max-height: 380px){
    *{font-size: 0.6px;}
}*/


.mobile{
    font-size: 1.8px;
}
.mobile.land{
    font-size: 1.4px;
}
.mobile .content .box .left {
    float: none;
    width: 100%;
}
.mobile .content .box .right {
    float: none;
    width: 100%;
}
.mobile  .page0 .content .box .right {
    padding: 26px 0 38px;
}
.mobile .page0{
    height: auto;
    padding: 0 0 5px !important;
}
.mobile .page1 .left h2.s1{
    font-size: 27px;
}
.mobile .page1 .call_me{
    margin: 10px 0;
    text-align: center;
}
.mobile .page1 #order_status{
    float: none;
    margin: 0 auto;
}
.mobile .page1 .content{
    padding-top: 0;
}
.mobile .page1 .content .box .right {
    margin: 40px 0 0 0;
}
.mobile .page2 [class^=case]{
    width: 50%;
}
.mobile .page2 [class^=case]:nth-child(2n){
    clear: both;
}
.mobile .page2 [class^=case]:before {
    margin: 50px auto;
}
.mobile .page3 {
    background-position: 50% 90%, 0 0;
    background-size: 74%, 348px;
}
.mobile.land .page3 {
    background-size: 0, 348px;
}
.mobile .page3 .content, .mobile .page4 .content {
    vertical-align: text-top;
}
.mobile .page4 {
    background-position: 50% 96%;
    background-size: 60%;
}
.mobile.land .page4 {
    background-image: none;
    background-position: 94% 85%;
    background-size: 21%;
}
.mobile .page5 .spare_phone{
    clear: both;
    display: block;
    position: relative;
    margin: -10px 0 20px;
}
.mobile .page5 #attach .phone{
    float: left;
}
.mobile .page5 .spare_phone br{
    display: none;
}
.mobile .page5 .s1{
    font-size: 26px;
}
.mobile .page5:after{
    display: none;
}
.mobile .page5 .content .box .right {
    margin: 100px 0 0 0;
}
.mobile .page6 #map{
    width: 100%;
}
.mobile .page6 .content .box .right {
    margin: 46px 0 0 0;
}
.mobile .page6 .name{
    display: none;
}
.mobile .header{
    position: fixed;
    background-color: #fff;
    box-shadow: 0 2px 50px rgba(0,0,0,0.1);
    z-index: 30;
}
.mobile.land .header.show{
    overflow: auto;
}
.mobile #menu{
    position: initial;
    padding: 20px 0 40px;
    vertical-align: middle;
    width: 100%;
    float: right;
    display: none;
}
.mobile #menu a{
    color: #1b1b1b;
    font-size: 26px;
    padding: 38px 0;
}
.mobile #menu a[href="#consultation"]{
    color: #c4161c !important;
}
.mobile.land #menu a{
    font-size: 18px;
    padding: 26px 18px;
}
.mobile #menu li {
    list-style-type: none;
    float: none;
    text-align: center;
}
.mobile #menu a:hover, .mobile #menu .now{
    background-color: initial;
    border: 0;
    color: #c4161c;
    font-weight: 600;
}
.mobile #logo{
    background-color: initial;
    visibility: hidden;
}
.mobile #logo a{
    background-image: url('../img/logo_.png');
    height: 86px;
}
.mobile .content {
    padding-top: 86px;
}
.mobile.land #logo a{
    width: 151px;
    height: 60px;
}
.mobile.land .content {
    padding-top: 60px;
}
.mobile .nav_toggle{
    display: block;
}
.mobile .nav_toggle{
    position: absolute;
    top: 27px;
    right: 37px;
    display: block;
    color: #1b1b1b;
    z-index: 2;
    width: 40px;
    height: 30px;
    overflow: hidden;
}
.mobile.land .nav_toggle{
    top: 16px;
    right: 20px;
    width: 40px;
    height: 30px;
}
.mobile .nav_toggle span {
    position: relative;
    background-color: #1b1b1b;
    height: 2px;
    display: block;
    width: 100%;
    top: 50%;
    transition: all 250ms;
}
.mobile .nav_toggle:before,
.mobile .nav_toggle:after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;;
    transition: all 250ms;
    background-color: #1b1b1b;
}
.mobile .nav_toggle:after {
    bottom: 10%;
}
.mobile .nav_toggle:before {
    top: 10%;
}
.mobile .nav_toggle.show-menu span{
    opacity: 0;
}
.mobile .nav_toggle.show-menu:before {
    transform: rotate(-45deg);
}
.mobile .nav_toggle.show-menu:after {
    transform: rotate(45deg);
}
.mobile .nav_toggle.show-menu:before,
.mobile .nav_toggle.show-menu:after {
    top: 50%;
}
.mobile [class^=page]{
    padding: 20px 0 35px;
}
.mobile .page6 #contact_box img[src*=ic_social]{
    width: 40px;
    margin: 0 12px 0 0;
}
.mobile .page2 h2{
    margin-bottom: 0;
}
.mobile .call_me .phone{
    border-bottom: 3px solid rgba(255, 255, 255, 0.24);
    margin-bottom: 14px;
    display: inline-block;
}
#easyTooltip{
    padding:10px 15px;
    font-size: 12px;
    color: #1b1b1b;
    box-shadow: 0 2px 50px rgba(0,0,0,0.1);
    border: 1px solid #cfcfcf;
    background-color: #fff;
    z-index: 100;
    border-radius: 3px;
}
#easyTooltip:after, #easyTooltip:before{
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 16px 0 16px;
    border-color: #dfdfdf transparent transparent transparent;
    position: absolute;
    margin: 10px 0 0 231px;
}
#easyTooltip:before{
    border-color: #fff transparent transparent transparent;
    bottom: -14px;
    z-index: 1;
}
.tooltipContent{
    display: none;
}

.device .title{
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}
.device .right, .device .left, .device .right div{
    font-size: 12px;
}
.device .right div{
    float: left;
    border-bottom: 1px solid #f1f1f1;
    padding: 2px 0 4px;
}
.device .right div:nth-child(2n+1){
    width: 30%;
    color: #b1b1b1;
}
.device .right div:nth-child(2n){
    width: 70%;
}
.device .description{
    display: table;
    margin: 20px 0 10px;
}
.device .left{
    width: 120px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding-right: 15px;
}
.device .right{
    width: 320px;
    display: table-cell;
}
.device .left img{
    max-width: 140px;
    max-height: 140px;
}

.mobile .vk_widget{
    position: fixed;
    right: 40px;
    bottom: 40px;
    transform: scale(1.2);
}

.mobile .slider{
    padding: 20px 16px 60px;
}
.mobile .slider img{
    height: auto;
}
.mobile .slider .tabs{
    transform: scale(0.7);
    bottom: 0;
    right: 0;
    left: 0;
    position: absolute;
    text-align: center;
}
.mobile .slider .tabs img{
    height: auto;
}

.mobile .header .consultationBox {
    left: 18px;
    top: 10px;
    transform: scale(1.1);
}
.mobile .header .phoneTopBox {
    transform: scale(0.9);
    left: 187px;
    top: 18px;
}

.mobile .sendConsultationForm{font-size: 20px;}


.mobile .popupFullBox{
    padding: 0;
    height: 100%;
    background-color: #000;
}
.mobile .popupFullBox .content{
    min-height: calc(100% - 96px);
    width: calc(100% - 80px);
    padding: 48px 40px;
    border-radius: 0;
}
.mobile .popupFullBox .imgFullWrap{
    display: block;
}
.mobile .popupFullBox .imgFull{
    height: 100%;
    padding: 0;
}
.mobile .popupFullBox .imgFull .screen{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    border-radius: 0;
    max-width: 100%;
}
.mobile .popupFullBox .imgFull [class^=screenArrowFull]{
    background: none;
}
.mobile .popupFullBox .close{
    background-size: 36% !important;
    width: 64px;
    height: 55px;
    background: url('../img/close.png') no-repeat 50%;
    right: 0;
    top: 0;
    opacity: 0.1;
}
.mobile .popupFullBox .themeDescription h4{
    font-size: 32px;
    margin-bottom: 20px;
}

.mobile .popupFullBox .screenBoxFull .screen{
    margin: 0 calc(4% / 12);
    width: calc(96% / 7);
}
.mobile .popupFullBox .screenBoxFull .screen:first-child{
    margin: 0 calc(4% / 12) 0 0;
}
.mobile .popupFullBox .screenBoxFull .screen:nth-child(7){
    margin: 0 0 0 calc(4% / 12);
}
