@import url('https://fonts.googleapis.com/css?family=Henny+Penny:400&display=swap&subset=latin-ext,vietnamese');
@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,500,500i,600,600i,700&display=swap&subset=cyrillic,latin-ext,vietnamese');
#landing-block {
    font-family: "Open Sans", sans-serif !important;
    color: #fff;
    margin: 0px 0 0 0;
    background-color: #000414;
    background-image: url(bg-slide-promo.jpg);
    background-size: auto 960px;
    background-position: 50% -285px;
}
#lb-content {
    margin: 20px auto 0 auto;
    width: 980px;
    display:  table;
    vertical-align:  middle;
    height: 100%;
    z-index: 5;
    position: relative;
    z-index: 5;
}
#lb-title {
    display: table;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    padding-right: 30px;
}
#lb-title h1{
    font: normal 42px/1.25 "Henny Penny", serif;
    position: relative;
    padding: 10px 0px 0;
    color: #fff;
}
#lb-title h1>div{
    color: #fff;
    font-size: 48px;
    font-weight: bold;
    line-height: 1em;
    font-family: "Playfair Display", serif;
    
}
#lb-title h1>div>span{
    color: #FF7A00;
    font-size: 28px;
    font-weight: normal;
    font-family: "Henny Penny", serif;
    
}
#lb-subtitle {
    font: 500 20px/1em "Open Sans", sans-serif;
    text-align: center;
    color: #424242;
    padding: 0 0 16px;
    max-width: 940px;
    margin: auto;
}

#landing-block .col1, #landing-block .col2 {
    width: 100%;
    text-align: left;
    display: table-cell;
    vertical-align:  middle;
}
#lb-content a{color: #fff;}
#lb-content .products{
    display: block;
    text-align: center;
    padding: 0.5rem 0 7.5rem;
    width: 100%;
    margin: 0 auto;
    vertical-align: middle;
    max-width: 900px;
}
#lb-content .col-product{
    display: inline-block;
    padding: 10px 5px 10px 20px;
    text-align: center;
    margin: 0 0 10px;
    border-radius: 100px;
    min-width: 415px;
}
#lb-content  .products>a:hover .col-product i.ico-dtlite{box-shadow: rgb(33 150 243 / 70%) 0 0 30px;}
#lb-content  .products>a:hover .col-product i.ico-dtultra{box-shadow: rgb(251 161 45 / 50%) 0 0 30px;}

#lb-content .col-product i.ico-dtultra{background-position: center -64px;}
#lb-content .col-product i.ico-dtpro{background-position: center -128px;}
#lb-content .col-product i{
    display: inline-block;
    height: 64px;
    width: 64px;
    background: #f1f1f1 url(ico-products.png) no-repeat center top;
    margin: 5px 20px 20px 0;
    float: left;
    border-radius: 64px;
    box-shadow: 0 0 1px #f1f1f1;
    outline: 3px solid #f1f1f1;
    background-size: 64px auto;
}
#lb-content .col-product p.title,
#lb-content .col-product p.price{
    font-size: 22px;
    font-weight: bold;
    margin: 0;
    line-height: 20px;
    text-align: left;
    color: #fff;
}
#lb-content .col-product p.title{margin: 10px 0 10px 10px;font-size: 24px;}
#lb-content .col-product p.price s,
#lb-content .col-product span{
    font-size: 16px;
    font-weight: normal;
}
#lb-content .col-product .button-holder{
    height: 45px;
    text-align: left;
    margin-top: 14px;
}
#lb-content .col-product .button{
    min-width: 100px;
    border-radius: 0;
    font: 600 16px/24px 'Open Sans', Arial, sans-serif;
    padding: 12px 30px;
    -webkit-box-shadow: 0 0 10px 3px rgba(0, 185, 70, .5);
    transition: all 0.15s linear;
    border-radius: 2px;
}
#lb-content .col-product .button:hover,
#lb-content .col-product .button:active{
    margin-top: 0px;
    -webkit-box-shadow: 0 0 10px 3px rgb(0 185 70 / 60%);
}

/*close button*/
.close_button span {
    width: 24px;
    height: 24px;
    background: transparent url("close_button.png") no-repeat center;
    position: absolute;
    top: 10px;
    right: 10px;
    opacity: 0.3;
}
.close_button:hover span {
    width: 24px;
    height: 24px;
    background: transparent url("close_button.png") no-repeat center;
    position: absolute;
    top: 10px;
    right: 10px;
    opacity: 0.9;
    filter: alpha(opacity=90); /* For IE8 and earlier */
}

/*USE THIS WHEN BIG BLOCK IS MINIMIZED*/
#min-max {
    background: #000414;
    background-image: url(bg-slide-promo.jpg);
    background-size: auto 960px;
    background-position: 50% 175px;
    padding: 5px 0;
}
#min-max:hover {
    cursor: pointer;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.min-max-content {
    color: #fff;
    margin: 0 auto;
    overflow: hidden;
    width: 980px;
}
#minimize {
    text-align: center;
    padding: 10px 0;
}
.str-up-left, .str-up-right {
    background: url(str-up.png) no-repeat;
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
}
.str-up-left {
    background-position: left center;
    padding: 0 0 0 35px;
}
.str-up-right {
    background-position: right center;
    padding: 0 35px 0 0;
}
.str-down-left, .str-down-right {
    background: url(str-down.png) no-repeat;
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
}
.str-down-left {
    background-position: left center;
    padding: 0 0 0 35px;
}
.str-down-right {
    background-position: right center;
    padding: 0 35px 0 0;
}
.min-max-img {
    float: left;
}
.min-max-text {
    font-family: "PT Sans", sans-serif !important;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 0 0 20px;
    text-align: left;
}
.min-max-text span{color: #fff}
.float-right {
    float: right;
}
.min-max-info .str-down-left {
    margin: 10px;
}
#min-max .minimized {
    margin: 40px 0 0;
}
/*//USE THIS WHEN BIG BLOCK IS MINIMIZED*/

#landing-block-promo .maxContent {
    display: none;
}
#landing-block-promo.max .minContent {
    display: none;
}
#landing-block-promo.max .maxContent {
    display: block;
}
#landing-block-promo.max #landing-block {
    height: 500px;
    position: relative;
    transition: height 0.4s;
    margin: 0;
}
#landing-block-promo #landing-block {
    height: 0;
    padding: 0;
    transition: height 0.4s;
    overflow-y: hidden;
    position: relative;
}
.promo-active .promo-download-page{
    margin-top: 0;
    padding-top: 58px;
    background-color: #444445;
}
/**/
.promo-active .header_wrap{
    background: #000414;
    transition: all 0.1s cubic-bezier(0, 1.47, 1, 1);
    box-shadow: none;
}
.promo-active .header_wrap .authorization-block>a:hover,
.promo-active .header_wrap .authorization-block:before,
.promo-active .header_wrap .cart-block:before,
.promo-active .header_wrap .cart-block a,
.promo-active .header_wrap .logo a:after,
.promo-active .header_wrap ul#nav li a{
    color: #fff;
    transition: all 0.5s linear;
}
/* lang */


