.robototech_vnedren{
    margin-top:110px;
}
.robototech_vnedren_cont{
    display:flex;
    flex-wrap:nowrap;
}
.robototech_vnedren_cont_box1{
    flex:1;
    padding-top:10px;
}
.robototech_vnedren_cont_box2{
    width:629px;
    margin-left:50px;
}
.robototech_vnedren_cont_box2 img{
    max-width:100%;
    height:auto;
    vertical-align:top;
}
.robototech_vnedren_title{
    font-family:proximanovaextrabold2;
    font-size:36px;
    line-height:0.95;
    color:#000;
}
.robototech_vnedren_tx{
    margin-top:35px;
    font-family:proximanovalight2;
    font-size:21px;
    line-height:1.55;
    color:#000;
}

.robototech_product{
    margin-top:120px;
    padding-bottom:30px;
    position:relative;
    min-height:450px;
}
.robototech_product:after{
    content:'';
    position:absolute;
    z-index:10;
    left:0;
    bottom:0;
    width:100%;
    height:300px;
    background:#f4f4f4;
}
.robototech_product_title{
    font-family:proximanovabold2;
    font-size:30px;
    line-height:1.1;
    color:#000;
}
.robototech_product_inner{
    position:relative;
    z-index:20;
}
.robototech_product_list{
    margin-top:33px;
    display:flex;
    flex-wrap:wrap;
    margin-left:-13px;
    margin-right:-13px;
}
.robototech_product_list_item{
    width:calc(25% - 26px);
    margin:0 13px 25px 13px;
    border:1px #d9dbdc solid;
    padding:15px 20px 33px 25px;
    background:#fff;
}
.robototech_product_list_item_photo{
    max-width:100%;
    height:auto;
    vertical-align:top;
    text-align:center;
    transition:all 0.2s linear 0s;
    will-change:transform;
    min-height:286px;
}
.robototech_product_list_item:hover .robototech_product_list_item_photo{
    transform:scale(1.035);
}
.robototech_product_list_item_name{
    margin-top:-10px;
    font-family:proximanovasemibold2;
    font-size:21px;
    line-height:1.15;
    color:#000;
    position:relative;
    z-index:40;
}
.robototech_product_list_item_text{
    margin-top:13px;
    font-family:proximanovalight2;
    font-size:16px;
    line-height:1.55;
    color:#000;
}

.robototech_block1{
    margin-top:120px;
}
.robototech_block1_cont{
    display:flex;
    flex-wrap:nowrap;
}
.robototech_block1_include{
    flex:1;
    border:1px #b9bcbd solid;
    padding:50px 15px 50px 15px;
}
.robototech_block1_include_inner{
    max-width:740px;
    margin:0 auto;
}
.robototech_block1_best{
    width:410px;
    margin-left:25px;
    background:#08569e;
    padding:55px 15px 50px 15px;
}
.robototech_block1_best_inner{
    max-width:341px;
    margin:0 auto;
}
.robototech_block1_include_title{
    font-family:proximanovabold2;
    font-size:30px;
    line-height:1.1;
    color:#000;
}
.robototech_block1_include_list{
    margin-top:28px;
}
.robototech_block1_include_list ul,
.robototech_block1_include_list ul li{
    list-style-type:none;
    list-style-image:none;
    margin:0;
    padding:0;
}
.robototech_block1_include_list ul li{
    margin-top:15px;
    font-family:proximanovalight;
    font-size:18px;
    line-height:1.3;
    color:#000;
}
.robototech_block1_include_list ul li:nth-child(1){
    margin:0;
}

.robototech_block1_best_list ul,
.robototech_block1_best_list ul li{
    list-style-type:none;
    list-style-image:none;
    margin:0;
    padding:0;
}
.robototech_block1_best_list ul li{
    margin-top:50px;
    font-family:proximanovareg2;
    font-size:19px;
    line-height:1.6;
    color:#fff;
    padding-left:43px;
    position:relative;
    visibility:hidden;
    will-change:transform,visibilty,opacity;
}
.robototech_block1_best_list ul li:after{
    content:'';
    position:absolute;
    z-index:10;
    top:4px;
    left:0;
    width:23px;
    height:17px;
    background-image:url(/file/i_pic/robototech/robototech_block1_best_list_arrow.svg);
    background-repeat:no-repeat;
}
.robototech_block1_best_list ul li:nth-child(1){
    margin:0;
}

.robototech_justfoto{
    margin-top:115px;
}
.robototech_justfoto_list{
    display:flex;
    flex-wrap:wrap;
    margin-left:-12px;
    margin-right:-12px;
}
.robototech_justfoto_list_item{
    width:calc(33.33% - 24px);
    margin:12px;
}
.robototech_justfoto_list_item img{
    max-width:100%;
    height:auto;
    vertical-align:top;
}