﻿
html,body{width:100%;height:100%;min-width:640px}

body{background:#dbd6cf; font:normal 14px 'museo_sans_cyrillic500',sans-serif;color:#0a0a0a;line-height:1.4;overflow-x:hidden}

body::-webkit-scrollbar-track{background: #dbd6cf}
body::-webkit-scrollbar{width:8px;background-color:#FFF}
body::-webkit-scrollbar-thumb{border-radius:5px;background-color:#ccc}

::selection{background:#ccc}
::-moz-selection{background:#ccc}


::-webkit-input-placeholder {color:#605f60;}
::-moz-placeholder          {color:#605f60;}
:-moz-placeholder           {color:#605f60;}
:-ms-input-placeholder      {color:#605f60;}

a{text-decoration:underline;outline:none;color:#0033ff;}
a:hover{text-decoration:none;color:#0a0a0a}

a{
    -webkit-transition:all .3s ease;
    -moz-transition:all .3s ease;
    -o-transition:all .35s ease;
    -ms-transition:all .3s ease;
}

a:hover{
    -webkit-transition:all .3s ease;
    -moz-transition:all .3s ease;
    -o-transition:all .35s ease;
    -ms-transition:all .3s ease;
}



img{vertical-align:bottom}

input,textarea{font:normal 14px 'museo_sans_cyrillic500',sans-serif}

input[type="submit"],input[type="text"],input[type="email"],input[type="search"],input[type="password"],textarea{-webkit-appearance:none;-moz-appearance:none}

fieldset{-webkit-margin-start:0;-webkit-margin-end:0;-webkit-padding-before:0;-webkit-padding-start:0;-webkit-padding-end:0;-webkit-padding-after:0}


h1{margin:0 0 20px;padding:0;text-align:center;font-size:60px;color:#0a0a0a}
h2{margin:0 0 14px;padding:0;line-height:1}
h3{margin:0 0 14px;padding:0;line-height:1}
p{margin:0 0 14px;padding:0}

.sep_1{height:10px;clear:both;}
.sep_2{height:20px;clear:both}
.sep_3{height:30px;clear:both}
.sep_4{height:40px;clear:both}
.sep_5{height:50px;clear:both}
.sep_6{height:60px;clear:both}
.sep_7{height:70px;clear:both}
.sep_8{height:80px;clear:both}
.sep_8{height:90px;clear:both}
.sep_10{height:100px;clear:both}

.clear{clear:both}

.wrapper{
    width:100%;
    min-height:100%;
    height:100%;
    position:relative
}


.slide{
    min-height: 100vh;
    position: relative;
}

.sl1_paper_blk {
    background: url("../img/sl1_paper.png");
    width: 1103px;
    height: 829px;
    display: block;
    position: relative;
    margin: 0 auto;
    text-align: center;
}

.sl1_logo {
    /* margin-top: 10%; */
    padding-top: 180px;
    margin-bottom: 106px;
}

.sl1_h1{
    font-family: museo_sans_cyrillic900;
    font-size: 64px;
}

.sl1_sub_txt{
    font-size: 30px;
}
.sl1_arrow.wrap {
    position: fixed;
    bottom: 0px;
    text-align: center;
    width: 100%;
    z-index: 2;
    display: block;
    cursor: pointer;
}

span.sl1_arrow_text {
    display: block;
    color: #9f9b96;
    margin-bottom: 5px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .35s ease;
    -ms-transition: all .3s ease;
}

.sl1_arrow:hover .sl1_arrow_text {
    color: #000;
    margin-bottom: 10px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .35s ease;
    -ms-transition: all .3s ease;
}

span.btn.btn_small {
    font-size: 14px;
    padding: 11px 27px;
}

.sl1_button {
    margin-top: 26px;
}

.sl1_arrow {
    display: inline-block;
    width: 70px;
    height: 70px;
}

.sl1_arrow_ico {
    background: url("../img/arrow_down.png");
    width: 26px;
    height: 15px;
    display: inline-block;
    opacity: .4;
    -moz-transform: scale(.7);
    -ms-transform: scale(.7);
    -webkit-transform: scale(.7);
    -o-transform: scale(.7);
    transform: scale(.7);

    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .35s ease;
    -ms-transition: all .3s ease;
}

.sl1_arrow:hover .sl1_arrow_ico{
    opacity: 1;

    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);

    -webkit-transition:all .3s ease;
    -moz-transition:all .3s ease;
    -o-transition:all .35s ease;
    -ms-transition:all .3s ease;
}


.mobile_pan{
    display: none;
}


.sl2_1__back {
    background: url("../img/sl2_1.png") no-repeat;
    width: 780px;
    height: 819px;
    position: absolute;
    top: 63px;
    left: 30px;
    z-index: 10;
}

.tb_1 {
    background: url("../img/product1/bag_1.png") no-repeat;
    width: 443px;
    height: 467px;
    position: absolute;
    top: 56%;
    left: 12%;
    z-index: 10;
}

.tb_2{
    background: url("../img/product1/bag_2.png") no-repeat;
    width: 233px;
    height: 231px;
    position: absolute;
    top: 535px;
    right: 200px;
    z-index: 9;

}

.tb_3 {
    background: url("../img/product1/bag_3.png") no-repeat;
    width: 239px;
    height: 216px;
    position: absolute;
    top: 518px;
    left: 690px;
    z-index: 8;
}

.tb_4 {
    background: url("../img/product1/bag_4.png") no-repeat;
    width: 153px;
    height: 139px;
    position: absolute;
    top: 39%;
    right: 0%;
    z-index: 8;
}


.slide_wrap {
    position: relative;
    width: 1100px;
    margin: 0 auto;
}


.product_description {
    width: 580px;
    float: right;
    text-align: left;
    z-index: 11;
    position: relative;
}


.pd_header h2{
    font-size: 43px;
    line-height: 57px;
    font-family: museo_sans_cyrillic900;
    margin-bottom: 60px;


}
.pd_description_block {
    display: inline-block;
    width: 190px;
    vertical-align: top;
}


.pd_description_block_title {
    font-size: 12px;
    margin-bottom: 8px;
}
span.pd_item {
    display: inline-block;
    background: #a6a198;
    font-size: 10px;
    padding: 4px 8px;
    min-width: 18px;
    text-align: center;
    margin-bottom: 3px;
}




.pd_pdf {
    margin-top: 115px;
    font-size: 12px;
    /* margin-right: 10px; */
    display: inline-block;
}
.pd_pdf_ico {
    background: url("../img/pdf.png") no-repeat;
    width: 31px;
    height: 41px;
    float: left;
    display: block;
    margin-right: 10px;
    -webkit-transition:all .2s ease;
    -moz-transition:all .2s ease;
    -o-transition:all .2s ease;
    -ms-transition:all .2s ease;
}

.pd_pdf_text{

}

.pd_pdf_text_title {
    text-decoration: underline;
    color: #0033ff;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 5px;
}


.pd_pdf_text_sub{
    color: #646464 ;
}


.pd_pdf:hover .pd_pdf_ico{
    background: url("../img/pdf_h.png") no-repeat;
    -webkit-transition:all .2s ease;
    -moz-transition:all .2s ease;
    -o-transition:all .2s ease;
    -ms-transition:all .2s ease;
}

.pd_pdf:hover .pd_pdf_text_title{
    color: #0028c8;
}

.pd_price {
    color: #0033ff;
    display: block;
    margin-top: 57px;
}

.pd_price_text{
    font-size: 68px;
    font-family: museo_sans_cyrillic900;
    display: block;
}

.pd_price_subtext{
    color: #0a0a0a;
    margin-top: 10px;
}

.btn {
    font-size: 18px;
    text-decoration: none;
    border: 2px solid;
    padding: 15px 97px;
    display: inline-block;
    cursor: pointer;
    color: #0033ff;

    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .35s ease;
    -ms-transition: all .3s ease;
}
.btn:hover {
    border: 2px solid;
    background: #0033ff;
    color: #fff;
    border-color: #0033ff;


    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .35s ease;
    -ms-transition: all .3s ease;
}

.pd_button {
    margin-top: 20px;
}


.slide_section{
    min-height: 990px;
    position: relative;
}

a.dev_by_href {
    text-decoration: none;
}


.pr2_1 {
    background: url("../img/product2/bag1.png") no-repeat;
    width: 318px;
    height: 321px;
    position: absolute;
    top: 58px;
    left: 452px;
    z-index: 10;
}
.pr2_2{
    background: url("../img/product2/bag2.png") no-repeat;
    width: 360px;
    height: 347px;
    position: absolute;
    top: 420px;
    left: 320px;
    z-index: 10;
}
.pr2_3{
    background: url("../img/product2/bag3.png") no-repeat;
    width: 296px;
    height: 278px;
    position: absolute;
    top: 720px;
    left: 460px;
    z-index: 10;
}
.pr2_4{
    background: url("../img/product2/bag4.png") no-repeat;
    width: 163px;
    height: 168px;
    position: absolute;
    top: 600px;
    left: 710px;
    z-index: 8;
}

.pr2_5 {
    background: url("../img/product2/bag5.png") no-repeat;
    width: 101px;
    height: 113px;
    position: absolute;
    top: 630px;
    left: 760px;
    z-index: 10;
}

.pr2_6{
    background: url("../img/product2/bag6.png") no-repeat;
    width: 320px;
    height: 357px;
    position: absolute;
    top: 40px;
    left: 320px;
    z-index: 10;
}

.pr2_7 {
    background: url("../img/product2/bag7.png") no-repeat;
    width: 202px;
    height: 207px;
    position: absolute;
    bottom: 140px;
    right: 120px;
    z-index: 10;
}



.pr3_1{
    background: url("../img/product3/bag1.png") no-repeat;
    width: 315px;
    height: 304px;
    position: absolute;
    top: 640px;
    left: 310px;
    z-index: 10;
}
.pr3_2{
    background: url("../img/product3/bag2.png") no-repeat;
    width: 203px;
    height: 232px;
    position: absolute;
    top: 390px;
    left: 270px;
    z-index: 10;
}
.pr3_3{
    background: url("../img/product3/bag3.png") no-repeat;
    width: 216px;
    height: 189px;
    position: absolute;
    top: 500px;
    left: 430px;
    z-index: 10;
}
.pr3_4{
    background: url("../img/product3/bag4.png") no-repeat;
    width: 116px;
    height: 111px;
    position: absolute;
    top: 650px;
    left: 700px;
    z-index: 8;
}

.pr3_5{
    background: url("../img/product3/bag5.png") no-repeat;
    width: 89px;
    height: 81px;
    position: absolute;
    top: 680px;
    right: 200px;
    z-index: 8;
}


.devby {
    position: absolute;
    bottom: 30px;
    right: 100px;
    color: #0A0A0A;
    font-size: 16px;

    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .35s ease;
    -ms-transition: all .3s ease;
}

.devby:hover {
    opacity: .7;

    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .35s ease;
    -ms-transition: all .3s ease;
}

.slide_wrap_i{
    width: 855px;
    float: right;
}


.slide_title {
    font-family: museo_sans_cyrillic900;
    font-size: 47px;
    margin-bottom: 30px;
}
.slide_text{
    font-size: 18px;
    color: #73716d;
    font-family: museo_sans_cyrillic300;
}


.about_left{
    float: left;
    width: 650px;

}
.about_right{
    float: left;
    width: 205px;
}

.about_feat_item {
    width: 196px;
    float: left;
    min-height: 60px;
}
span.about_feat_item_num {
    float: left;
    font-size: 40px;
    margin-right: 10px;
    font-family: museo_sans_cyrillic900;
}

span.about_feat_item_text {
    font-size: 16px;
    margin-top: 8px;
    display: block;
    /* margin-left: 10px; */
    line-height: 18px;
}

.about_feat_item:first-child {
    width: 193px;
}
.about_feat_item:nth-child(2) {
    width: 240px;
}
.about_feat_item:nth-child(3){
    width: 178px;
}
.about_wrap {
    margin-top: 34px;
}
.about_serts_text {
    color: #73716d;
    font-size: 12px;
    font-family: museo_sans_cyrillic300;
    margin-top: 10px;
    line-height: 20px;
}

.about_sets_list_item {
    display: inline-block;
    margin-right: 17px;
    margin-bottom: 20px;
}

.about_sets_list {
    margin-top: 20px;
}

.video_blk {
    margin-top: 32px;
}
.about_sets_list_item img {
    box-shadow: 2px 2px 5px #A3A5A9;
    -webkit-transition:all .3s ease;
    -moz-transition:all .3s ease;
    -o-transition:all .35s ease;
    -ms-transition:all .3s ease;
    width: 83px;
    height: 118px;
}
.about_sets_list_item img:hover {
    opacity: .7;
    -webkit-transition:all .3s ease;
    -moz-transition:all .3s ease;
    -o-transition:all .35s ease;
    -ms-transition:all .3s ease;

}



.about_text {
    font-size: 16px;
    font-family: museo_sans_cyrillic300;
    line-height: 24px;
    padding-right: 31px;
}
.about_right_partnership_caption {
    color: #73716d;
    font-size: 12px;
    font-family: museo_sans_cyrillic300;
    margin-top: 12px;
    line-height: 17px;
}

.about_right_partnership img {
    box-shadow: 2px 2px 5px #A3A5A9;
    -webkit-transition:all .3s ease;
    -moz-transition:all .3s ease;
    -o-transition:all .35s ease;
    -ms-transition:all .3s ease;
}
.about_right_partnership img:hover {
    opacity: .7;
    -webkit-transition:all .3s ease;
    -moz-transition:all .3s ease;
    -o-transition:all .35s ease;
    -ms-transition:all .3s ease;

}



.about_partners_item{
    text-align: center;
}
.about_partners_item a{
    display: inline-block;
}
.about_partners_item img {
    width: initial !important;
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&l…3 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .35s ease;
    -ms-transition: all .3s ease;
}

.about_partners_item img:hover{
    filter: none;
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
    -webkit-filter: grayscale(0%);
    -webkit-transition:all .3s ease;
    -moz-transition:all .3s ease;
    -o-transition:all .35s ease;
    -ms-transition:all .3s ease;

}


.about_partners_title {
    font-family: museo_sans_cyrillic900;
    font-size: 18px;
    margin-bottom: 30px;
}
.about_partners{
    margin-top: 40px;
}

.owl-prev {
    background: url("../img/arr_prev.png") no-repeat center;
    width: 40px;
    height: 40px;
    display: inline-block;
    position: absolute;
    top: 40%;
    top: calc(50% - 20px);
    left: -40px;

    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .35s ease;
    -ms-transition: all .3s ease;
}

.owl-next{
    background: url("../img/arr_next.png") no-repeat center;
    width: 40px;
    height: 40px;
    display: inline-block;
    position: absolute;
    top: 40%;
    top: calc(50% - 20px);
    right: -40px;

    -webkit-transition:all .3s ease;
    -moz-transition:all .3s ease;
    -o-transition:all .35s ease;
    -ms-transition:all .3s ease;
}

.owl-prev:hover{
    opacity: .7;
    -webkit-transition:all .3s ease;
    -moz-transition:all .3s ease;
    -o-transition:all .35s ease;
    -ms-transition:all .3s ease;
}

.owl-next:hover{
    opacity: .7;
    -webkit-transition:all .3s ease;
    -moz-transition:all .3s ease;
    -o-transition:all .35s ease;
    -ms-transition:all .3s ease;

}



.hww_wrap {
    width: 750px;
    margin-top: 115px;
}
.hww_item {
    width: 370px;
    display: inline-block;
    margin-bottom: 60px;
}
span.hww_ico {
    float: left;
    margin-right: 25px;
    min-width: 56px;
    text-align: center;
}

.scroll_to_next{
    position: fixed;
    top: 50%;
    left: 100px;
    background: url("../img/arrow_down.png");
    width: 26px;
    height: 15px;
    display: inline-block;
    opacity: .4;
    cursor: pointer;
    z-index: 100;
    -moz-transform: scale(.7);
    -ms-transform: scale(.7);
    -webkit-transform: scale(.7);
    -o-transform: scale(.7);
    transform: scale(.7);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .35s ease;
    -ms-transition: all .3s ease;

}

.scroll_to_next:hover{
    opacity: 1;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .35s ease;
    -ms-transition: all .3s ease;
}

span.hww_text {
    float: left;
    margin-top: 0px;
    line-height: 22px;
}

.btn.btn_hww {
    padding: 10px 25px;
}
.hww_button {
    margin-top: 10px;
}

.map_wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

div#map {
    width: 100%;
    height: 100%;
}
.owl-nav {
    position: absolute;
    top: 200px;
    width: 580px;
    left: 0;
    right: -448px;
    margin: 0 auto;
}

.slide2_arr {
    display: none ;
}

.slide2_arr_prev {
    display: none;
}


.contacts_block {
    position: absolute;
    top: 100px;
    background: #e5e5e1;
    padding: 35px 60px;
    right: 20%;
    box-shadow: 40px 24px 73px rgba(0, 0, 0, 0.27);
    width: 300px;
}


.cb_title {
    font-family: museo_sans_cyrillic900;
    font-size: 30px;
    margin-bottom: 30px;
}
.cb_address {
    font-size: 16px;
    margin-bottom: 25px;
}

span.cb_phones_mail_item {
    display: block;
    margin-bottom: 5px;
    font-size: 16px;
}

.cb_phones_mail {
    margin-bottom: 75px;
}
.txt_i {
    padding: 12px 10px;
    font-size: 14px;
    border: 1px solid #b6b6b5;
    width: 95%;
    width: calc(100% - 20px);
}
.txt_a {
    padding: 12px 10px;
    resize: none;
    width: 95%;
    width: calc(100% - 20px);
    height: 70px;
}
.cb_f_item {
    margin-bottom: 12px;
    position: relative;
}

button.btn {
    color: #0033ff;
    padding: 12px 27px;
    cursor: pointer;
    font-family: museo_sans_cyrillic500;
    background: transparent;
}


.header_logo img{
    width: 140px;
}


.ch_lang{
    font-family: Kozuka Gothic Pr6N;
}


.left_fixed {
    position: fixed;
    top: 40px;
    left: 100px;
    z-index: 12;
}

.header_logo {
    margin-bottom: 10px;
}
.header_langs a {
    display: inline-block;
    margin-right: 10px;
    text-decoration: none;
    border-bottom: 1px solid;
    line-height: 1.1;
}

.h_cb_ico {
    background: url("../img/cb_ico.png") no-repeat;
    width: 22px;
    height: 35px;
    display: block;
    float: left;
    margin-right: 10px;
}


.header_callback {
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    cursor: pointer;
}

.header_callback:hover span.h_cb_text {
    color: #0028c8;
    text-decoration: none;
}
span.h_cb_text {
    text-decoration: underline;
    color: #0033ff;
    font-size: 14px;
}

.header_phone {
    position: absolute;
    top: 11px;
    right: 130px;
    min-width: 150px;
    text-align: right;
    font-size: 14px;
}

.right_fixed {
    position: fixed;
    top: 40px;
    right: 100px;
    z-index: 12;
}

.menu_fixed {
    position: fixed;
    top: 45%;
    left: 100px;
    margin: -100px 0 0 0;
    z-index: 20;
    padding: 18px 0;
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 0.15s;
    -moz-transition: opacity 0.15s;
    transition: opacity 0.15s;
}



.menu_wrap a {
    color: #0a0a0a;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    padding: 15px 0;
    font-family: museo_sans_cyrillic300;
}
.menu_wrap a:hover{
    color: #0033ff;
}
.menu_wrap a.active{
    color: #0033ff;
}

.menu_wrap {
    width: 200px;
}



.pp {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #dbd6cf;
    z-index: 9999;
    display: table;
    table-layout: fixed;
}

.pp_wrap {
    width: 1100px;
    margin: 0 auto;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}
.pp_img {
    margin-bottom: 50px;
}

.pp_title {
    font-family: museo_sans_cyrillic900;
    font-size: 43px;
    margin-bottom: 14px;
}

.pp_subtitle {
    font-size: 18px;
    margin-bottom: 118px;
}


.pp_f_item_i {
    display: inline-block;
    text-align: left;
    width: 324px;
    position: relative;
}


.pp_f_item_i:first-child {
    margin-right: 88px;
}
label {
    font-size: 14px;
    display: block;
    text-align: left;
}




.txt_i_pp {
    width: calc(100% - 10px);
    background: transparent;
    border: none;
    border-bottom: 3px solid #928f8a;
    padding-bottom: 5px;
    padding-left: 10px;
    font-size: 18px;
    -webkit-transition:all .3s ease;
    -moz-transition:all .3s ease;
    -o-transition:all .35s ease;
    -ms-transition:all .3s ease;
}

.txt_i_pp:focus {
    border-color: #0033ff;
    -webkit-transition:all .3s ease;
    -moz-transition:all .3s ease;
    -o-transition:all .35s ease;
    -ms-transition:all .3s ease;
}

.pp_form {
    width: 740px;
    margin: 0 auto;
}
.pp_f_line {
    margin-bottom: 45px;
}

.pp_button {
    margin-top: 61px;
}
.btn.pp_btn {
    padding: 23px 77px;
}

.slide2_slides_wrap  .owl-prev{

    background: url("../img/arrow_left.png") no-repeat center;

    width: 40px;

    height: 51px;
}
.slide2_slides_wrap  .owl-next{

    background: url("../img/arrow_right.png") no-repeat center;

    width: 40px;

    height: 51px;
}


.pp_close{
    background: url("../img/close.png") no-repeat;
    width: 64px;
    height: 64px;
    opacity: .4;
    position: absolute;
    top: 40px;
    right: 40px;
    cursor: pointer;

    -moz-transform: scale(.7);
    -ms-transform: scale(.7);
    -webkit-transform: scale(.7);
    -o-transform: scale(.7);
    transform: scale(.7);

    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .35s ease;
    -ms-transition: all .3s ease;
}


.pp_close:hover{
    opacity: 1;

    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);

    -webkit-transition:all .3s ease;
    -moz-transition:all .3s ease;
    -o-transition:all .35s ease;
    -ms-transition:all .3s ease;
}

.pp{
    display: none;
}

.sl1_langs {
    margin-top: 30px;
}


/*ANIMATION*/
.left_fixed, .right_fixed, .menu_fixed{ opacity: 1}






.anim_box {
    height: 1043px;
    width: 943px;
    position: fixed;
}



#container {
    position: relative;
    top: -35px;
    height: 1000px;
    width: 1192px;
    margin: 0 auto;
}

.animated {
    position: absolute;
    opacity: 1;
    top: 0;
    left: 0;

}


.hide{
    opacity: 0;
    -webkit-transition:all .2s ease;
    -moz-transition:all .2s ease;
    -o-transition:all .2s ease;
    -ms-transition:all .2s ease;
}
.show{
    opacity: 1;
    -webkit-transition:all .2s ease;
    -moz-transition:all .2s ease;
    -o-transition:all .2s ease;
    -ms-transition:all .2s ease;
}

.anim_page .box_wrap {
    width: 1192px;
    margin: 0 auto;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

.anim_page div#main {
    position: fixed;
    width: 100%;
}
.anim_page .sl1_logo {
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    top: 300px;
}
.anim_page .sl1_text_wrap {
    position: absolute;
    top: 318px;
    width: 100%;
    text-align: center;
}
.anim_page .sl1_paper_blk {
    background: url("../img/sl1_paper.png");
    width: 1103px;
    height: 829px;
    display: block;
    position: relative;
    margin: 0 auto;
    text-align: center;
    transform-origin: top center;
    z-index: 1000;
}



.slide1 .fp-tableCell{
    vertical-align: inherit;
}



.amin_text {
    position: absolute;
    top: 40%;
    width: 310px;
    right: 220px;
}

.anim_text_title {
    font-family: museo_sans_cyrillic900;
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 15px;
}
.anim_text_text{
    font-family: museo_sans_cyrillic500;
    font-size: 16px;
    line-height: 24px;

}

.amin_sticker {
    position: absolute;
    top: 246px;
    right: 372px;
    transform: scale(0.21) rotate(6deg);
    transform-origin: center;
}

.sticker_item{
    color: #53514f;
    font-size: 14px;
    text-align: center;
}
.sticker_item_year {
    position: absolute;
    top: 0;
}

.sticker_item_year_line {
    background: url("../img/box_animation/sticker_year.png");
    width: 18px;
    height: 100px;
    display: inline-block;
}

.sticker_item_text {
    display: block;
    margin-bottom: 5px;
}

.sticker_item_year {
    position: absolute;
    top: -39px;
    right: 214px;
}


.sticker_item_month_line {
    background: url("../img/box_animation/sticker_month.png");
    width: 34px;
    height: 101px;
    display: inline-block;
    margin-left: -29px;
}
.sticker_item.sticker_item_month {
    position: absolute;
    top: -39px;
    right: 157px;
}

.sticker_item_day_line {
    background: url("../img/box_animation/sticker_date.png");
    width: 59px;
    height: 101px;
    display: inline-block;
    margin-left: -57px;
}

.sticker_item.sticker_item_day {
    position: absolute;
    top: -39px;
    right: 110px;
}

.stiker_item_date{
    position: absolute;
    top: -45px;
}

.stiker_item_date {
    position: absolute;
    top: -62px;
    right: 111px;
    width: 129px;
    text-align: left;
}
.sticker_item_text_line{
    display: inline-block;
}
.sticker_item_line {
    display: inline-block;
    width: 40px;
    height: 1px;
    background: #AFACAE;
    vertical-align: middle;
    margin: 0 15px;
}
.sticker_item_wline {
    min-width: 224px;
}
.sticker_item_wline_r{
    text-align: right;
}
.sticker_item_wline_l{
    text-align: left;
}
.sticker_item.sticker_item_width {
    position: absolute;
    top: 141px;
    right: 407px;
}

.sticker_item.sticker_item_weight {
    position: absolute;
    top: 181px;
    right: 407px;
}




.sticker_item.sticker_item_mark {
    position: absolute;
    top: 141px;
    left: 415px;
}

.sticker_item.sticker_item_gm2 {
    position: absolute;
    top: 190px;
    left: 415px;
}

.sticker_item.sticker_item_gm2 {
    position: absolute;
    top: 190px;
    left: 415px;
}
.sticker_item.sticker_item_count {
    position: absolute;
    top: 234px;
    left: 212px;
    width: 427px;
}

span.sticker_item_line.sticker_item_count {
    vertical-align: 15px;
    width: 243px;
}
span.sticker_item_count2 {
    position: absolute;
    width: 1px;
    height: 84px;
    background: #AFACAE;
    top: -66px;
    left: 15px;
}
span.sticker_item_count3 {
    position: absolute;
    top: -67px;
    left: 5px;
    width: 22px;
    height: 1px;
    background: #AFACAE;
}
.hide_on_start{
    display: none;
}


.animation_boxxx {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
}


.line_line_line {
    background: url("../img/box_animation/4_1.png");
    width: 1192px;
    height: 790px;
    position: absolute;
    top: 0;
    left: 0%;
}

.line_line_line_wrap{
    width: 1192px;
    height: 790px;
    position: absolute;
    overflow: hidden;
}

.slide.slide1{
    min-height: 19300px;
}

.slide_wrap {
    padding-top: 6%;
}





.owl-dots {
    position: absolute;
    bottom: 63px;
    width: 100%;
}


.owl-dot {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: #9c9894;
    margin: 0 12px;
    border-radius: 50%;
    -webkit-transition:all .2s ease;
    -moz-transition:all .2s ease;
    -o-transition:all .2s ease;
    -ms-transition:all .2s ease;
}
.owl-dot.active {
    background: #0033ff;
    -webkit-transition:all .2s ease;
    -moz-transition:all .2s ease;
    -o-transition:all .2s ease;
    -ms-transition:all .2s ease;
}


.slide2_arr{
    position: absolute;
    top: 50%;
    top: calc( 50%);
    right: 30px;
    background: url("../img/arrow_right.png") no-repeat center;
    width: 40px;
    height: 51px;
    z-index: 100;
    opacity: .7;
    cursor: pointer;
    -webkit-transition:all .2s ease;
    -moz-transition:all .2s ease;
    -o-transition:all .2s ease;
    -ms-transition:all .2s ease;
}

.slide2_arr:hover{
    opacity: 1;

    -webkit-transition:all .2s ease;
    -moz-transition:all .2s ease;
    -o-transition:all .2s ease;
    -ms-transition:all .2s ease;
}

.slide2_arr_prev {
    position: absolute;
    top: 50%;
    top: calc( 50% - 66px);
    right: 30px;
    background: url("../img/arrow_left.png") no-repeat center;
    width: 40px;
    height: 51px;
    z-index: 100;
    opacity: .7;
    cursor: pointer;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
}

.slide2_arr_prev:hover{
    opacity: 1;

    -webkit-transition:all .2s ease;
    -moz-transition:all .2s ease;
    -o-transition:all .2s ease;
    -ms-transition:all .2s ease;
}

.hide_arrow{
    opacity: 0;
    cursor: normal;
}
.hide_arrow:hover{
    opacity: 0;
}

.rotate_arrow{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);

    -webkit-transition:all .2s ease;
    -moz-transition:all .2s ease;
    -o-transition:all .2s ease;
    -ms-transition:all .2s ease;

}
.video_blk {
    margin-top: 32px;
    position: relative;
    width: 590px;
}


.video_blk iframe{
    position: absolute;
    top: 0px;
    right: 0px;
}
.play-icon-big {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 91px;
    height: 92px;
    margin-left: -46px;
    margin-top: -46px;
    z-index: 4;
    background: url("../img/play.png");
    cursor: pointer;
    opacity: .8;
    -webkit-transition:all .2s ease;
    -moz-transition:all .2s ease;
    -o-transition:all .2s ease;
    -ms-transition:all .2s ease;
}

.play-icon-big:hover {
    opacity: 1;
    -webkit-transition:all .2s ease;
    -moz-transition:all .2s ease;
    -o-transition:all .2s ease;
    -ms-transition:all .2s ease;
}

.video_preview {
    width: 100%;
    height: auto;
    z-index: 3;
    position: relative;
}


.one-work-preview .play-icon-big {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
}
.video_blk a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}





#preview {
    position: absolute;
    z-index: 10;
    display: none;
    color: #fff;
    max-height: 700px;
}
label.error {
    color: #fc5856;
    font-size: 14px;
    margin-top: 8px;
    position: absolute;
    top: 100%;
}


.txt_i_pp.error{
    border-color: #fc5856;
}

span.error {
    position: absolute;
    left: 107%;
    color: #fc5856;
    display: block;
    min-width: 200px;
    top: 0px;
    background: #fff;
    height: 30px;
    padding-top: 11px;
    padding: 11px 10px 0 10px;
    /* box-shadow: 1px 1px 1px #000; */
    box-shadow: 25px 14px 63px rgba(0, 0, 0, 0.27);
}
span.error::before {
    position: absolute;
    content: ' ';
    left: -8px;
    color: #fc5856;
    display: block;
    top: 14px;
    background: #fff;
    height: 14px;
    width: 14px;
    transform: rotate(45deg);
    z-index: 0;
}
input.txt_i.error {
    border-color: #fc5856;
}

.cont_form_res {
    border-top: 1px solid #c8c8c6;
    padding-top: 60px;
}

.cont_form_res_title {
    font-weight: 900;
    font-family: museo_sans_cyrillic900;
    font-size: 18px;
    line-height: 25px;
    padding-top: 11px;
}
.cont_form_res_ico {
    float: left;
    margin-right: 30px;
}
.cont_form_res_ico img {
    width: 78px;
}

.cont_form_res_text {
    margin-top: 30px;
    font-size: 19px;
    display: inline-block;
}
.cont_form_res_button {
    margin-top: 30px;
}

.btn_connt_res {
    color: #0033ff;
    padding: 12px 27px;
    cursor: pointer;
    font-family: museo_sans_cyrillic500;
    background: transparent;
}

.cont_form_res{
    display: none;
}



.rotate_frame{
    transform-origin: 596px 710px;
}


.up_ico {
    background: url("../img/up.png");
    width: 43px;
    height: 41px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}



.up_blk{
    position: absolute;
    cursor: pointer;
    bottom: 200px;
    left: 100px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
}
span.up_text {
    color: #03F;
}
.up_blk:hover .up_ico{
    background: url("../img/up_hover.png");
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
}


.social_ico{
    margin-right: 10px;
    display: inline-block;
    width: 41px;
    height: 41px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
}
.social_ico:hover{
    opacity: .7;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
}
.s_i_1{
    background: url("../img/fb.png");
}

.s_i_2{
    background: url("../img/vk_.png");
}
.s_i_3{
    background: url("../img/g_plus_.png");
}


.share_blk {
    position: absolute;
    bottom: 30px;
    left: 100px;
}

span.share_blk_title {
    display: inline-block;
    margin-bottom: 10px;
}

.terms_block {
    font-size: 12px;
    margin-top: 30px;
}

.terms_block .terms_block_pp {
    color: #03f;
    border-bottom: 1px solid;
    cursor: pointer;
}

span.terms_block_text {
    display: block;
}
.pp_form.pp_terms_wrap {
    max-height: 80vh;
    overflow-y: auto;
}

.pp_form.pp_terms_wrap strong, .pp_form.pp_terms_wrap b {
    font-weight: bold;
}

.page_text {
    text-align: left;
}

.page_text ul {
    list-style: disc inside;
}

.page_text ul li {
    margin-bottom: 10px;
}

.pp_form.pp_terms_wrap::-webkit-scrollbar-track{background: #dbd6cf}
.pp_form.pp_terms_wrap::-webkit-scrollbar{width:8px;background-color:#FFF}
.pp_form.pp_terms_wrap::-webkit-scrollbar-thumb{border-radius:5px;background-color:#ccc}

.page_text {
    text-align: left;
    padding-right: 20px;
}
.about_partners_list .owl-nav {
    top: 24px;
    width: 100%;
    right: 0;
    /* height: 100%; */
}
.terms_block .terms_block_pp:hover {
    border-color: transparent;
}

@media only screen and (min-width: 1281px) and (max-width: 1440px) {
    .anim_page .sl1_paper_blk {
        zoom: 0.7;
    }

    #container {
        zoom: 0.7;
    }

    .pd_header h2 {
        font-size: 27px;
        line-height: 33px;
        margin-bottom: 40px;
        width: 358px;
    }

    .sl2_1__back {
        width: 550px;
        height: 586px;
        background-size: contain;
    }

    .owl-nav {
        position: absolute;
        top: 130px;
        width: 378px;
        left: 0;
        right: -262px;
        margin: 0 auto;
    }

    .pd_price {
        margin-top: 19px;
    }

    .pd_price_text {
        font-size: 50px;
    }

    .btn {
        font-size: 16px;
        padding: 11px 74px;
    }

    .pd_pdf {
        margin-top: 75px;
    }

    .menu_fixed {
        position: fixed;
        top: 48%;
    }

    .menu_wrap a {
        padding: 10px 0;
    }

    .slide {
        min-height: 100vh;
        position: relative;
    }

    .slide_section {
        min-height: 100vh;
        position: relative;
    }

    .owl-dots {
        bottom: 13px;
    }

    .slide_title {
        font-size: 28px;
        margin-bottom: 17px;
    }

    .slide_text {
        font-size: 14px;
    }

    .about_wrap {
        margin-top: 21px;
    }

    .about_text {
        font-size: 14px;
    }

    .hww_wrap {
        width: 750px;
        margin-top: 65px;
    }


    .up_blk {
        bottom: 148px;
    }

    .cb_title {
        font-size: 22px;
        margin-bottom: 18px;
    }
    .cb_address {
        font-size: 14px;
        margin-bottom: 14px;
    }
    span.cb_phones_mail_item {
        display: block;
        margin-bottom: 3px;
        font-size: 14px;
    }
    .cb_phones_mail {
        margin-bottom: 35px;
    }


}

@media only screen and (min-width: 1024px) and (max-width: 1280px) {


    .owl-nav {
        position: absolute;
        top: 232px;
        width: 395px;
        left: 0;
        right: -427px;
        margin: 0 auto;
        zoom: .7;
    }
    .anim_page .sl1_paper_blk {
        zoom: 0.7;
    }

    #container {
        zoom: 0.7;
    }

    .pd_header h2 {
        font-size: 27px;
        line-height: 33px;
        margin-bottom: 40px;
        width: 358px;
    }

    .sl2_1__back {
        width: 350px;
        height: 364px;
        background-size: contain;
        top: 147px;
    }

    .pd_price {
        margin-top: 19px;
    }

    .pd_price_text {
        font-size: 50px;
    }

    .btn {
        font-size: 16px;
        padding: 11px 74px;
    }

    .pd_pdf {
        margin-top: 75px;
    }

    .menu_fixed {
        position: fixed;
        top: 48%;
    }

    .menu_wrap a {
        padding: 10px 0;
    }

    .slide {
        min-height: 100vh;
        position: relative;
    }

    .slide_section {
        min-height: 100vh;
        position: relative;
    }

    .owl-dots {
        bottom: 13px;
    }

    .slide_title {
        font-size: 28px;
        margin-bottom: 17px;
    }

    .slide_text {
        font-size: 14px;
    }

    .about_wrap {
        margin-top: 21px;
    }

    .about_text {
        font-size: 14px;
    }

    .hww_wrap {
        width: 750px;
        margin-top: 65px;
    }


    .up_blk {
        bottom: 148px;
    }

    .cb_title {
        font-size: 22px;
        margin-bottom: 18px;
    }
    .cb_address {
        font-size: 14px;
        margin-bottom: 14px;
    }
    span.cb_phones_mail_item {
        display: block;
        margin-bottom: 3px;
        font-size: 14px;
    }
    .cb_phones_mail {
        margin-bottom: 35px;
    }
    .slide_wrap {
        padding-top: 13%;
    }

    .slide_wrap {
        zoom: .7;
    }



    .tb_1 {
        width: 250px;
        height: 250px;
        top: 56%;
        background-size: contain;
        left: 3%;
    }

    .tb_2 {
        background: url("../img/product1/bag_2.png") no-repeat;
        width: 120px;
        background-size: contain;
        height: 144px;
        position: absolute;
        top: 535px;
        right: 174px;
        z-index: 9;
    }

    .tb_3 {
        background: url("../img/product1/bag_3.png") no-repeat;
        width: 120px;
        height: 216px;
        position: absolute;
        background-size: contain;
        top: 370px;
        left: 343px;
        z-index: 8;
    }

    .tb_4 {
        background: url("../img/product1/bag_4.png") no-repeat;
        width: 92px;
        height: 88px;
        position: absolute;
        background-size: contain;
        top: 66%;
        right: 0%;
        z-index: 8;
    }

    .product_description {
        width: 485px;
        float: right;
        text-align: left;
        z-index: 11;
        position: relative;
    }
    .pr2_6 {
        background: url("../img/product2/bag6.png") no-repeat;
        width: 215px;
        height: 308px;
        position: absolute;
        top: 69px;
        background-size: contain;
        left: 120px;
        z-index: 10;
    }

    .pr2_2 {
        background: url("../img/product2/bag2.png") no-repeat;
        width: 180px;
        height: 187px;
        position: absolute;
        top: 420px;
        left: 320px;
        z-index: 10;
        background-size: contain;
    }



    .pr2_3 {
        background: url("../img/product2/bag3.png") no-repeat;
        width: 136px;
        height: 150px;
        position: absolute;
        top: 50%;
        background-size: contain;
        left: 460px;
        z-index: 10;
    }


    .pr2_4 {
        background: url("../img/product2/bag4.png") no-repeat;
        width: 75px;
        height: 75px;
        position: absolute;
        top: 60%;
        background-size: contain;
        left: 789px;
        z-index: 8;
    }
    .pr2_5 {
        background: url("../img/product2/bag5.png") no-repeat;
        width: 50px;
        height: 60px;
        position: absolute;
        top: 70%;
        background-size: contain;
        right: 30%;
        z-index: 10;
    }

    .pr2_1 {
        background: url("../img/product2/bag1.png") no-repeat;
        width: 190px;
        height: 200px;
        position: absolute;
        background-size: contain;
        top: 40%;
        left: 142px;
        z-index: 10;
    }
    .pr3_2 {
        background: url("../img/product3/bag2.png") no-repeat;
        width: 120px;
        height: 130px;
        position: absolute;
        background-size: contain;
        top: 390px;
        left: 270px;
        z-index: 10;
    }

    .pr3_1 {
        background: url("../img/product3/bag1.png") no-repeat;
        width: 140px;
        height: 140px;
        background-size: contain;
        position: absolute;
        top: 66%;
        left: 310px;
        z-index: 10;
    }

    .pr3_3 {
        background: url("../img/product3/bag3.png") no-repeat;
        width: 150px;
        height: 122px;
        background-size: contain;
        position: absolute;
        top: 466px;
        left: 100px;
        z-index: 10;
    }


    .pr3_4 {
        background: url("../img/product3/bag4.png") no-repeat;
        width: 79px;
        height: 81px;
        background-size: contain;
        position: absolute;
        top: 68%;
        left: 699px;
        z-index: 8;
    }

    .pr3_5 {
        background: url("../img/product3/bag5.png") no-repeat;
        width: 70px;
        height: 81px;
        position: absolute;
        top: 50%;
        background-size: contain;
        right: 60px;
        z-index: 8;
    }

    .contacts_block {
        right: 11%;
        width: 257px;
    }

    .pp_wrap {
        width: 960px;
    }






















}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .devby {
        position: relative;
        bottom: initial;
        right: initial;
        color: #0A0A0A;
        font-size: 16px;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .35s ease;
        -ms-transition: all .3s ease;
        width: 100%;
        text-align: center;
        padding-bottom: 61px;
    }

    .scroll_to_next{
        display:none;
    }
    .anim_page .sl1_paper_blk {
        zoom: 0.7;
    }

    #container {
        zoom: 0.7;
    }

    .menu_fixed{
        display: none;
    }


    .slide_wrap_i {
        width: 100%;
        float: right;
    }

    .slide_wrap {
        padding-top: 6%;
        width: 700px;
    }
    .anim_page .sl1_paper_blk {
        background: none;
        width: 700px;
        height: 829px;
        zoom: 1;
    }
    .sl2_1__back{
        display: none;
    }
    .product_description {
        width: 100%;
        float: right;
        text-align: left;
        z-index: 11;
        position: relative;
        text-align: center;
    }




    .owl-nav {
        position: absolute;
        top: 134px;
        width: 86%;
        left: 0;
        right: 0;
        margin: 0 auto;
    }



    .tb_1 {
        width: 250px;
        height: 250px;
        top: 56%;
        background-size: contain;
        left: 3%;
    }

    .tb_2 {
        background: url("../img/product1/bag_2.png") no-repeat;
        width: 120px;
        background-size: contain;
        height: 144px;
        position: absolute;
        top: 616px;
        right: 174px;
        z-index: 9;
    }

    .tb_3 {
        display: none;
    }

    .tb_4 {
        background: url("../img/product1/bag_4.png") no-repeat;
        width: 92px;
        height: 88px;
        position: absolute;
        background-size: contain;
        top: 66%;
        right: 0%;
        z-index: 8;
    }

    .pr2_6 {
        background: url("../img/product2/bag6.png") no-repeat;
        width: 215px;
        height: 308px;
        position: absolute;
        top: 300px;
        background-size: contain;
        left: 20px;
        z-index: 10;
    }

    .pr2_2 {
        background: url("../img/product2/bag2.png") no-repeat;
        width: 180px;
        height: 187px;
        position: absolute;
        top: 420px;
        left: 546px;
        z-index: 10;
        background-size: contain;
    }



    .pr2_3 {
        background: url("../img/product2/bag3.png") no-repeat;
        width: 136px;
        height: 150px;
        position: absolute;
        top: 50%;
        background-size: contain;
        left: 166px;
        z-index: 10;
    }


    .pr2_4 {
        display: none;
    }
    .pr2_5 {
        background: url("../img/product2/bag5.png") no-repeat;
        width: 50px;
        height: 60px;
        position: absolute;
        top: 63%;
        background-size: contain;
        right: 7%;
        z-index: 10;
    }

    .pr2_1 {
        display: none;
    }
    .pr3_2 {
        background: url("../img/product3/bag2.png") no-repeat;
        width: 120px;
        height: 130px;
        position: absolute;
        background-size: contain;
        top: 390px;
        left: 70px;
        z-index: 10;
    }

    .pr3_1 {
        background: url("../img/product3/bag1.png") no-repeat;
        width: 140px;
        height: 140px;
        background-size: contain;
        position: absolute;
        top: 66%;
        left: 110px;
        z-index: 10;
    }

    .pr3_3 {
        background: url("../img/product3/bag3.png") no-repeat;
        width: 150px;
        height: 122px;
        background-size: contain;
        position: absolute;
        top: 501px;
        left: -12px;
        z-index: 10;
    }


    .pr3_4 {
        background: url("../img/product3/bag4.png") no-repeat;
        width: 79px;
        height: 81px;
        background-size: contain;
        position: absolute;
        top: 68%;
        left: 699px;
        z-index: 8;
    }

    .pr3_5 {
        background: url("../img/product3/bag5.png") no-repeat;
        width: 70px;
        height: 81px;
        position: absolute;
        top: 50%;
        background-size: contain;
        right: 60px;
        z-index: 8;
    }




    .pd_pdf {
        text-align: left;
    }

    .slide_wrap {
        text-align: center;
    }
    .slide_text {
        font-size: 20px;
    }
    .about_left {
        float: left;
        width: 490px;
    }
    .about_feat_item {
        text-align: left;
    }
    span.about_feat_item_num {
        font-size: 34px;
    }
    span.about_feat_item_text {
        font-size: 14px;
        line-height: 14px;
    }

    .about_feat_item:first-child {
        width: 141px;
    }
    .about_feat_item:nth-child(2) {
        width: 193px;
    }
    .about_feat_item:nth-child(3) {
        width: 142px;
    }


    .video_blk {
        width: 472px;
    }

    .about_right {
        float: left;
        width: 173px;
        margin-left: 20px;
        text-align: left;
    }

    .about_serts_text {
        margin-top: 4px;
    }


    .about_left {
        float: left;
        width: 490px;
        text-align: left;
    }



    .hww_wrap {
        width: 700px;
        margin-top: 115px;
        text-align: left;
    }


    .hww_item {
        width: 348px;
    }

    .contacts_block_wrap {
        text-align: center;
    }
    .pp_wrap {
        width: 700px;
    }
    .pp_form {
        width: 700px;
        margin: 0 auto;
    }

    .pp_f_item_i:first-child {
        margin-right: 47px;
    }


}

@media only screen and  (max-width: 767px) {
    .devby {
        position: relative;
        bottom: initial;
        right: initial;
        color: #0A0A0A;
        font-size: 16px;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .35s ease;
        -ms-transition: all .3s ease;
        width: 100%;
        text-align: center;
        padding-bottom: 61px;
    }

    .scroll_to_next{
        display:none;
    }

    .menu_fixed{
        display: none;
    }


    .slide_wrap_i {
        width: 100%;
        float: right;
    }

    .slide_wrap {
        padding-top: 6%;
        width: 100%;
    }
    .anim_page .sl1_paper_blk {
        background: none;
        width: 100%;
        zoom: 1;
    }
    .sl2_1__back{
        display: none;
    }
    .product_description {
        width: 100%;
        float: right;
        z-index: 11;
        position: relative;
        text-align: center;
        margin-bottom: 150px;
    }

    .owl-dot {
        display: inline-block;
        width: 32px;
        height: 32px;
        background: #9c9894;
        margin: 0 16px;
        border-radius: 50%;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        -o-transition: all .2s ease;
        -ms-transition: all .2s ease;
    }
    .about_partners_title {
        font-family: museo_sans_cyrillic900;
        font-size: 32px;
        margin-bottom: 57px;
    }
    .about_partners {
        margin-top: 40px;
        width: 85%;
        margin: 0 auto;
        margin-bottom: 150px;
    }

    .pd_description_block {
        display: inline-block;
        width: 46%;
        vertical-align: top;
    }
    .pd_description_block_title {
        font-size: 26px;
        margin-bottom: 8px;
    }
    span.pd_item {
        font-size: 22px;
        margin: 3px;

    }

    .pd_price_text {
        font-size: 84px;
    }

    .pd_price_subtext {
        color: #0a0a0a;
        margin-top: 11px;
        font-size: 20px;
    }

    .btn {
        font-size: 31px;
    }
    .pd_pdf {
        margin-top: 115px;
        font-size: 22px;
        /* margin-right: 10px; */
        display: inline-block;
    }

    .pd_pdf_text_title {
        text-decoration: underline;
        color: #0033ff;
        font-size: 22px;
        display: inline-block;
        margin-bottom: 5px;
    }
    .pd_pdf_ico {
        background: url("../img/pdf.png") no-repeat;
        width: 53px;
        height: 73px;
        background-size: contain;
        float: left;
        display: block;
        margin-right: 10px;
    }



    .tb_1 {
        width: 250px;
        height: 250px;
        top: 56%;
        background-size: contain;
        left: 3%;
    }

    .tb_2 {
        background: url("../img/product1/bag_2.png") no-repeat;
        width: 120px;
        background-size: contain;
        height: 144px;
        position: absolute;
        top: 616px;
        right: 174px;
        z-index: 9;
    }

    .tb_3 {
        display: none;
    }

    .tb_4 {
        background: url("../img/product1/bag_4.png") no-repeat;
        width: 92px;
        height: 88px;
        position: absolute;
        background-size: contain;
        top: 66%;
        right: 0%;
        z-index: 8;
    }

    .pr2_6 {
        background: url("../img/product2/bag6.png") no-repeat;
        width: 215px;
        height: 308px;
        position: absolute;
        top: 300px;
        background-size: contain;
        left: 20px;
        z-index: 10;
    }

    .pr2_2 {
        background: url("../img/product2/bag2.png") no-repeat;
        width: 180px;
        height: 187px;
        position: absolute;
        top: 420px;
        left: 546px;
        z-index: 10;
        background-size: contain;
    }



    .pr2_3 {
        background: url("../img/product2/bag3.png") no-repeat;
        width: 136px;
        height: 150px;
        position: absolute;
        top: 50%;
        background-size: contain;
        left: 166px;
        z-index: 10;
    }


    .pr2_4 {
        display: none;
    }
    .pr2_5 {
        background: url("../img/product2/bag5.png") no-repeat;
        width: 50px;
        height: 60px;
        position: absolute;
        top: 63%;
        background-size: contain;
        right: 7%;
        z-index: 10;
    }

    .pr2_1 {
        display: none;
    }
    .pr3_2 {
        background: url("../img/product3/bag2.png") no-repeat;
        width: 120px;
        height: 130px;
        position: absolute;
        background-size: contain;
        top: 390px;
        left: 70px;
        z-index: 10;
    }

    .pr3_1 {
        background: url("../img/product3/bag1.png") no-repeat;
        width: 140px;
        height: 140px;
        background-size: contain;
        position: absolute;
        top: 66%;
        left: 110px;
        z-index: 10;
    }

    .pr3_3 {
        background: url("../img/product3/bag3.png") no-repeat;
        width: 150px;
        height: 122px;
        background-size: contain;
        position: absolute;
        top: 501px;
        left: -12px;
        z-index: 10;
    }


    .pr3_4 {
        background: url("../img/product3/bag4.png") no-repeat;
        width: 79px;
        height: 81px;
        background-size: contain;
        position: absolute;
        top: 68%;
        left: 699px;
        z-index: 8;
    }

    .pr3_5 {
        background: url("../img/product3/bag5.png") no-repeat;
        width: 70px;
        height: 81px;
        position: absolute;
        top: 50%;
        background-size: contain;
        right: 60px;
        z-index: 8;
    }




    .pd_pdf {
        text-align: left;
    }

    .slide_wrap {
        text-align: center;
    }
    .slide_text {
        font-size: 18px;
    }
    .about_left {
        float: left;
        width: 490px;
    }
    .about_feat_item {
        text-align: left;
    }
    span.about_feat_item_num {
        font-size: 34px;
    }
    span.about_feat_item_text {
        font-size: 14px;
        line-height: 14px;
    }

    .about_feat_item:first-child {
        width: 141px;
    }
    .about_feat_item:nth-child(2) {
        width: 193px;
    }
    .about_feat_item:nth-child(3) {
        width: 142px;
    }


    .video_blk {
        width: 472px;
    }

    .about_right {
        float: none;
        width: 100%;
        margin-left: 20px;
        text-align: center;
        margin-bottom: 150px;
    }

    .about_serts_text {
        margin-top: 54px;
        font-size: 26px;
        line-height: 1.3;
    }
    .about_text {
        font-size: 18px;
        font-family: museo_sans_cyrillic300;
        line-height: 1.4;
        padding-right: 0;
    }
    .about_right_partnership_caption {
        color: #73716d;
        font-size: 22px;
        font-family: museo_sans_cyrillic300;
        margin-top: 12px;
        line-height: 1.4;
    }

    .about_right {
        float: none;
        width: 100%;
        margin-left: 0;
        text-align: center;
        margin-bottom: 150px;
        margin-top: 70px;
    }

    .about_left {
        float: left;
        width: 490px;
        text-align: center;
        margin: 0 auto;
        float: none;
    }
    .about_sets_list_item {
        display: inline-block;
        margin-right: 30px;
        margin-bottom: 20px;
    }


    .hww_wrap {
        width: 85%;
        margin: 0 auto;
        margin-top: 115px;
        text-align: center;
    }

    .hww_item {
        width: 42%;
        /* float: left; */
        text-align: left;
        vertical-align: top;
    }
    span.hww_ico {
        float: left;
        margin-right: 25px;
        min-width: 56px;
        margin-bottom: 15px;
        text-align: center;
    }
    span.hww_text {
        float: left;
        margin-top: 0px;
        line-height: 1.4;
        font-size: 23px;
        padding-right: 30px;
    }
    .hww_button {
        margin-top: 10px;
        margin-bottom: 150px;
    }


    .btn.btn_hww {
        padding: 10px 14px;
    }
    .contacts_block_wrap {
        text-align: center;
    }
    .pp_wrap {
        width: 85%;
    }
    .pp_form {
        width: 85%;
        margin: 0 auto;
    }

    .pp_f_item_i:first-child {
        margin-right: 47px;
    }


    .up_blk {
        position: relative;
        cursor: pointer;
        bottom: initial;
        left: 0;
        width: 100%;
        margin-bottom: 100px;
        margin-top: 108px;
        font-size: 33px;
        text-align: center;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        -ms-transition: all .3s ease;
    }

    .share_blk {
        position: relative;
        bottom: 30px;
        left: 0;
        text-align: center;
        width: 100%;
        padding-bottom: 100px;
        font-size: 34px;
    }
    .mobile_pan {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 125px;
        background: #E5E5E1;
        z-index: 10;
        box-shadow: 9px 9px 39px rgba(0, 0, 0, 0.27);
    }

    .header_phone {
        font-size: 18px;
    }
    .header_callback {
        position: absolute;
        top: 0;
        right: 0;
        width: 112px;
        cursor: pointer;
    }

    .h_cb_ico {
        margin-right: 15px;
        margin-top: 7px;
    }

    .header_phone {
        position: absolute;
        top: 11px;
        right: 143px;
        min-width: 150px;
        text-align: right;
        font-size: 18px;
    }

    .sl1_logo {
        top: 353px !important;
    }
    .anim_page .sl1_text_wrap {
        position: absolute;
        top: 465px;
        width: 100%;
        text-align: center;
    }
    span.h_cb_text {
        font-size: 18px;
    }
    .contacts_block {
        position: relative;
        top: 0;
        background: none;
        padding: 0;
        right: 0;
        box-shadow: none;
        width: 100%;
        margin: 0 auto;
    }

    .contacts_block_wrap {
        text-align: center;
        width: 85%;
        margin: 0 auto;
    }
    .cb_title {
        font-family: museo_sans_cyrillic900;
        font-size: 49px;
        margin-bottom: 30px;
    }
    .cb_address {
        font-size: 32px;
        margin-bottom: 25px;
    }
    span.cb_phones_mail_item {
        display: block;
        margin-bottom: 13px;
        font-size: 32px;
    }
    .txt_i {
        padding: 38px 10px;
        font-size: 31px;
        border: 1px solid #b6b6b5;
        width: 95%;
        width: calc(100% - 20px);
    }

    .txt_a {
        padding: 30px 10px;
        resize: none;
        font-size: 32px;
        width: 95%;
        width: calc(100% - 20px);
        height: 109px;
    }
    .cb_f_item {
        margin-bottom: 21px;
        position: relative;
    }

    label {
        font-size: 30px;
        display: block;
        text-align: left;
    }

    .txt_i_pp {
        width: calc(100% - 10px);
        background: transparent;
        border: none;
        border-bottom: 3px solid #928f8a;
        padding-bottom: 0px;
        padding-left: 10px;
        font-size: 45px;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .35s ease;
        -ms-transition: all .3s ease;
    }
    .pp_f_item_i {
        display: inline-block;
        text-align: left;
        width: 100%;
        margin-bottom: 50px;
        position: relative;
    }
    .pp_f_item_i:first-child {
        margin-right: 0;
    }
    .pp_f_line {
        margin-bottom: 0px;
    }
    label.error {
        color: #fc5856;
        font-size: 22px;
        margin-top: 8px;
        position: absolute;
        top: 100%;
    }

    .pp_subtitle {
        font-size: 23px;
        margin-bottom: 40px;
    }


    .cont_form_res_text {
        margin-top: 30px;
        font-size: 29px;
        display: inline-block;
    }


    .sl1_h1 {
        font-family: museo_sans_cyrillic900;
        font-size: 42px;
    }


    .sl1_sub_txt {
        font-size: 22px;
    }

    .pd_header h2 {
        font-size: 36px;
        line-height: 46px;
        font-family: museo_sans_cyrillic900;
        margin-bottom: 60px;
    }
    div#map {
        width: 100%;
        height: 100%;
        display: none;
    }


    .slide_title {
        font-family: museo_sans_cyrillic900;
        font-size: 36px;
        margin-bottom: 30px;
    }





}

@media screen and (max-width: 767px) and (orientation:landscape) {

    .devby {
        position: relative;
        bottom: initial;
        right: initial;
        color: #0A0A0A;
        font-size: 16px;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .35s ease;
        -ms-transition: all .3s ease;
        width: 100%;
        text-align: center;
        padding-bottom: 61px;
    }

    .left_fixed .header_langs {
        position: absolute;
        top: 0px;
        left: 160px;
    }
    .left_fixed {
        position: fixed;
        top: 24px;
    }

    .mobile_pan {
        height: 84px;
    }
    .right_fixed {
        top: 18px;
    }


}

@media screen and (max-height: 600px) {

    .contacts_block {
        position: absolute;
        top: 40px;
        background: #e5e5e1;
        padding: 35px 60px;
        right: 20%;
        box-shadow: 40px 24px 73px rgba(0, 0, 0, 0.27);
        width: 300px;
        transform: scale(.8);
        transform-origin: center;
    }

    .menu_fixed {
        position: fixed;
        top: 40%;
    }


    .up_blk {
        bottom: 122px;
    }

}



















