
html
{
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px; 
  background: white;  
  color:#000; 
  min-width: 1060px; 
  min-height: 1060px;
  /*zoom: 1.2;*/
}


/*
::-webkit-scrollbar { 
    width      : 0;  
    background : transparent  
}

html {
    -ms-overflow-style : none;  
    scrollbar-width    : none 
}
*/

body 
{
	margin: 0;
	padding: 0;
    background: url(../img/bg.jpg?1) repeat scroll center 0px #f2f2f2;
   /* overflow: hidden; */
}

a {
    text-decoration: none;
    color: black;
}

.block-content
{
	width: 956px;
	height: 100%;
	margin: auto;
	position: relative;
	margin-top: 0;
}

.k-logo
{
    margin-top: 20px;
    float: left;
}

.ta-logo
{
    margin-top: 40px;
    float: right;
}

video[poster]{
    height:100%;
    width:100%;
    }

.button
{
    border: 2px solid #ff2a05;
    padding: 12px 20px;
    color: #ff2a05;
    text-decoration: none;
    border-radius: 25px;
    margin-top: 20px;
    display: block;
    text-align: center;
    font-weight: bold;
}

.button:hover
{
    background-color: #ff2a05;
    color: white;
}

header
{
    background-color: #E2E3E7;
    padding: 8px 0;
    border-bottom: #d5d6da;
    text-align: center;
    position: fixed;
    width: 100%;
    z-index: 100;
    top: 0;
}

header a
{
    color: black;
    text-decoration: none;
    margin-left: 20px;
}

header a:not(:first-child)::before
{
    content: "•";
    margin-right: 20px;
}

#slideTop1
{
    color: #999;

}


.block1
{
    background: url(../img/head.jpg?1) no-repeat scroll center 0px transparent;

    height:1280px;
    margin-top: 20px;
    position: relative;
}


.block1 .acelsius
{
    position: absolute;
    display: block;
    top: 300px;
    width: 300px;
    height: 500px;
}

.block1 .alifebook
{
    position: absolute;
    display: block;
    top: 500px;
    left: 300px;
    width: 370px;
    height: 300px;
}

.block1 .aesprimo
{
    position: absolute;
    display: block;
    top: 400px;
    left: 660px;
    width: 300px;
    height: 400px;
}


.block1 h1
{
    text-transform: uppercase;
    font-size: 36px;
    font-weight: normal;
    margin-top: 42px;
    margin-bottom: 0;
}

.block1 h2
{
    font-size: 23px;
    font-weight: normal;
    text-transform: uppercase;
    margin-top: 10px;
    line-height: 1.3;
}

.block1 .blb
{
    position: absolute;
    top: 920px;    
}

.block1 .blb .bl
{
    width: 295px;
    float: left;
    margin-right: 33px; 
    position: relative;
    height: 286px;
}

.block1 .blb .bl .h
{
    color: #ff2a05;
    text-decoration: none;
    margin-bottom: 28px;
    display: block;
    font-size: 20px;
}

.block1 .blb .bl .desc
{
    font-size: 14px;
    margin-bottom: 44px;
    display: block;
    color: black;
}

.block1 .blb .bl::before
{
    content: " ";
    width: 296px;
    height: 50px;
    background: url(../img/pub_top_line.png?1) no-repeat scroll center 0px transparent;
    position: absolute;
    top: -50px;
}

.block1 .blb .bl:last-child
{
    margin-right: 0;
}

.block1 .blb .bl .button
{
    position: absolute;
    bottom: 0;
    width: 255px;
}

.sectionSlider
{
    margin-top: 30px;
    padding-top: 30px;
}

.sectionSlider .button
{
    margin-top:30px;
}

.sectionSliderInner
{
    position: relative;
    min-height: 1050px;
    width: 100%;
    display: flex;
    /*overflow: auto;*/   
    overflow-x: auto;
}

.sectionSliderInner::-webkit-scrollbar {
    display: none;
  }

.sectionSliderInner section
{

}


.blockSlider
{
    min-width: 100%;
    height: 950px;
    margin-bottom: 100px;
}

.blockSlider a.hidelink
{
    position: absolute;
    left: 0;
    width: 320px;
    height: 800px;
    z-index: 90;
}

.blockSlider h2
{
    font-weight: normal;
    margin-bottom: 30px;
    font-size: 28px;
}

.blockSlider p
{
    font-size: 15px;
}

.blockSlider .desc
{
    margin-top: 40px;
}

.blockSlider .line_img a
{
    display: inline-block;
    margin-right: 20px;

}

.blockSlider .line_img img
{
    -webkit-box-shadow: 4px 4px 20px 0px rgba(50, 50, 50, 0.3);
    -moz-box-shadow:    4px 4px 20px 0px rgba(50, 50, 50, 0.3);
    box-shadow:         4px 4px 20px 0px rgba(50, 50, 50, 0.3);
}


.blockSlider .block-content .inner
{
    margin-left: 360px;
}

.blockSlider .block-content .redline
{
    width: 80px;
    height: 20px;
    background-color: #ff2a05;
    margin-bottom: 28px;
}

.blockSlider .bgimg {
    width: calc(50% );
    margin-left: -150px;
    height: 850px;
    background-image: url(../img/bg_slide1.jpg?1);
    background-position: right;
    background-size: cover;
    position: absolute;
}

.blockSlider.slide1 .bgimg
{
    background-image: url(../img/bg_slide1.jpg?1);
}

.blockSlider.slide2
{
    /*opacity: 0;*/
    display: none;
}

.blockSlider.slide2 .bgimg
{
    background-image: url(../img/bg_slide2.jpg?1);
    margin-left: -1px;
}

.blockSlider.slide3
{
   /* opacity: 0;*/
    display: none;
}

.blockSlider.slide3 .bgimg
{
    background-image: url(../img/bg_slide3.jpg?1);
    margin-left: -70px;
}

.icons
{
    position: relative;
    margin-top: 48px;
    margin-bottom: 38px;
}

.blockSlider.slide2 .desc
{
    margin-top: 30px;
}

.icons > div
{
    float: left;
    margin-right: 40px;
    width: 100px;
    text-align: center;
    font-size: 15px;
    color: #ff2a05;
}

.icons > div img
{
    display: block;
    margin-bottom: 23px;
}

.blockVideo
{
    padding-top: 10px;
    margin-top: 60px;
    text-align: center;

}

.blockVideo h2
{
    text-transform: uppercase;
    margin-bottom: 50px;
    font-weight: normal;
}

.blockVideo video
{
    width: 957px;
    height: auto;
}

.blockVideo .description
{
    text-align: left;
    font-size: 15px;
    margin-top: 60px;
}

.footer
{
    margin-top: 40px;
    padding-bottom: 60px;
}

@media screen and (max-width: 1040px) {

    html
    {
        font-size: 32px;
    }

    nav{
        line-height: 2;
    }

    .block1
    {
        margin-top: 140px;
        height: 2400px;
    }

    .block1 h1
    {
        font-weight: bold;
        font-size: 38px;
        margin-top: 5px;
    }

    .block1 .blb .bl .h
    {
        font-size: 36px;
        line-height: 1.5;
        font-weight: bold;
    }

    .block1 .blb .bl .desc
    {
        font-size: 33px;
    }


    .block1 .blb .bl
    {
        height: 1360px;
    }

    .sectionSliderInner
    {
        display: block;
        overflow: unset;
    }

    .sectionSliderInner section
    {
        display: block !important;
    }

    .blockSlider
    {
        height: 3700px;
    }

    .blockSlider h2
    {
        font-size: 46px;
        font-weight: bold;
    }

    .icons > div {
        float: left;
        margin-right: 40px;
        width: 250px;
        text-align: left;
        font-size: 34px;
        color: #ff2a05;
        height: 350px;
    }

    .icons > div img
    {
        width: 160px;
    }

    .blockSlider p
    {
        font-size: 34px;
    }

    .blockSlider .line_img img
    {
        width: 540px;
    }

    .blockVideo
    {
        margin-top: 0;
        padding-top: 0;
    }

    .blockVideo .description
    {
        font-size: 34px;
    }

}