#landing-block {
    background-color: #094792;
    background-image: 
        url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 50 50' style='enable-background:new 0 0 50 50%3B' xml:space='preserve'%3E%3Cstyle type='text/css'%3E.st3%7Bopacity:0.2%3Bfill:%23ffffaf%3B%7D%3C/style%3E%3Ccircle class='st3' cx='4' cy='14' r='0.3'/%3E%3Ccircle class='st3' cx='43' cy='3' r='0.1'/%3E%3Ccircle class='st3' cx='31' cy='30' r='0.5'/%3E%3Ccircle class='st3' cx='19' cy='23' r='0.1'/%3E%3Ccircle class='st3' cx='37' cy='22' r='0.3'/%3E%3Ccircle class='st3' cx='43' cy='16' r='0.1'/%3E%3Ccircle class='st3' cx='8' cy='45' r='0.3'/%3E%3Ccircle class='st3' cx='29' cy='39' r='0.1'/%3E%3Ccircle class='st3' cx='13' cy='37' r='0.3'/%3E%3Ccircle class='st3' cx='47' cy='32' r='0.1'/%3E%3Ccircle class='st3' cx='15' cy='4' r='0.6'/%3E%3Ccircle class='st3' cx='9' cy='27' r='0.1'/%3E%3Ccircle class='st3' cx='30' cy='9' r='0.3'/%3E%3Ccircle class='st3' cx='25' cy='15' r='0.1'/%3E%3Ccircle class='st3' cx='21' cy='45' r='0.5'/%3E%3Ccircle class='st3' cx='42' cy='45' r='0.1'/%3E%3C/svg%3E"),
        url(bg-slide-promo.jpg);
    background-repeat: repeat, no-repeat;
    background-size: 15% auto, cover;
    background-position: 0 0, 0 90%;
    font-family: "Open Sans", sans-serif !important;
    color: #fff;
    margin: 35px 0 0 0;
    animation: animatedbg 10s linear infinite;
}
@keyframes animatedbg {
  from {
    background-position: 0 0, 0 90%;
  }
  to {
    background-position: 100px 500px, 0 90%;
  }
}
#lb-content {
    margin: 0 auto 0 auto;
    width: 980px;
    display:  table;
    vertical-align:  middle;
    height: 100%;
    z-index: 6;
    position: relative;
}
#lb-title {
    font: 400 38px/1em "Open Sans", sans-serif;
    text-align: center;
    position: relative;
    padding: 0px 0 10px;
    max-width: 940px;
    margin: auto;
}
#lb-title > div{
    text-align: center;
    padding: 10px 0 0;
    font-size: 4rem;
    color: #ffd298;
    font-family: "Cherry Swash";
}
#lb-subtitle {
    font: normal 1.75rem/1em "Open Sans", sans-serif;
    text-align: center;
    padding: 5px 0;
    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:table;
    margin: 0 auto;
    text-align: center;
    padding: 45px 0 30px 80px;
    width: 80%;
}
#lb-content .col-product{
    display: table-cell;
    padding: 0 15px;
    text-align: center;
    min-width: 360px;
     width: 100%;
}
#lb-content .col-product i.ico-dtultra{background-position: center -60px;box-shadow: rgb(251 161 45 / 30%) 0 0 40px;}
#lb-content .col-product i.ico-dtlite{background-position: center 0px;box-shadow: rgb(33 150 243 / 50%) 0 0 40px;}
#lb-content .col-product i{
    float: left;
    display: inline-block;
    height: 65px;
    width: 65px;
    background: url('ico-products.png') no-repeat center top;
    background-size: 60px auto;
    margin: 0 18px 40px 0;
    border-radius: 45px;
    border: 4px solid rgb(255 255 255);
    background-color: rgb(255 255 255);
}
#lb-content .col-product p.title,
#lb-content .col-product p.price{
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 20px;
    line-height: 20px;
    text-align: left;
    color: #fff;
}
#lb-content .col-product p.title{margin: 0 0 14px 10px;font-size: 26px;}
#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: 10px;
}
#lb-content .col-product .button{
    min-width: 100px;
    border-radius: 0;
    font: 600 14px/18px 'Open Sans', Arial, sans-serif;
    padding: 10px 30px;
    -webkit-box-shadow: 0 1px 2px 0px rgb(6 74 32 / 50%);
    transition: all 0.15s linear;
    outline:none;
}
#lb-content .col-product .button:hover,
#lb-content .col-product .button:active{
    margin-top: 0px;
    -webkit-box-shadow: 0 0 10px 3px rgba(6 74 32 / 20%);
}
/*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: #fff;
    padding: 5px 0;
}
#min-max:hover {
    background: #f1f7ff;
    cursor: pointer;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.min-max-content {
    color: #094792;
    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: #ed1721}
.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: 388px;
    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 .header_wrap{
    background: #094792;
    transition: all 0.1s cubic-bezier(0, 1.47, 1, 1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}
.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 styles*/
.lang_kor #lb-title{font-size:32px;}
.lang_rus #lb-title{font-size:42px;}
.lang_fra #lb-title{font-size:42px;}
.lang_ita #lb-content .col-product p.title{font-size:23px;}
.lang_ita #lb-content .products,
.lang_por #lb-content .products,
.lang_cpp #lb-content .products,
.lang_rus #lb-content .products{width:88%}
