@import url('https://fonts.googleapis.com/css?family=Merriweather:400,700|Pacifico&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');
.promo-active .header_wrap.dtlite {
    background: #313131;
}
.page-title.promo{
  padding: 63px 0 0 !important;
  margin: 0 0 63px 0 !important;
  font: 15px/20px "Open Sans", Arial, sans-serif;
  background-color: #12438e;
  background: 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.25%3Bfill:%23ffffff%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") 0 0,
    url(bg-top-chr.png) repeat-x center top,
    linear-gradient(357.44deg, #00A3FF -11.18%, #00b4ff 3.98%, #1497e1 26.27%, #0d56b7 52.96%, #182d60 83.07%);
  background-size: 12% auto, 100% auto, 100% 100%;
  animation: animatedBackground 15s linear infinite;
}
@keyframes animatedBackground {
  0% {
    background-position: 0 0, 0 0, 0 0;
  }
  100% {
    background-position: 12% 600px, 0 0, 0 0;
  }}
.page-title.promo .row {
  height: 520px;
}
.page-title.promo .row .col-floater {
  margin-bottom: -195px;
}
.page-title.promo .row .col {
  height: 300px;
  width: 100%;
  text-align: left;
  padding-left: 0;
}
.page-title.promo h1 {
  text-shadow: 0 0 2px rgb(0 0 0 /10%);
  text-transform: none;
  font: 600 32px "Open Sans", sans-serif;
  color: #fff;
  letter-spacing: 0;
  /* font-family: 'Merriweather', serif; */
}
.page-title.promo .col2 h1 {
  font: 600 32px/1 "Open Sans", sans-serif;
  color: #fff;
  letter-spacing: 0px;
  margin: 0 auto;
  text-transform: uppercase;
  text-shadow: none;
}
.page-title.promo .col2 h1 >span{display:block;text-transform: capitalize;font-size: 36px;margin-top: 2px;text-shadow: none;color: #fff;font-family: "Open Sans", sans-serif;}
.page-title.promo .col2 h1+p {
  text-transform: none;
  font: 600 28px/32px "Open Sans", sans-serif;
  /* font-family: 'Merriweather', serif; */
  color: #fff;
  letter-spacing: 0px;
  margin: 10px 0 0;
  padding-bottom:5px;
}
.page-title.promo .col2 h1~p>span {
   font: 600 28px/28px 'Open Sans', serif;
   padding-bottom: 22px;
   display:block;
   color: #fff;
}
.page-title.promo .col2 h1~p>span>s {font-size:20px;font-weight:600;color: #dfdfdf;}
.page-title.promo .col2 h1+p+p {margin: 0;padding:0;}
.page-title.promo p {
  color: #fff;
  margin: 0;
  padding: 10px 0;
}
.page-title.promo p span{
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin: 0;
  padding:0;
}
.page-title.promo .button.download-big,
.page-title.promo .button.greenbig{
  padding: 12px 35px;
  font: 500 16px/24px 'Open Sans', Arial, sans-serif;
  min-width: 180px;
  transition: all 0.5s;
}
.page-title.promo .button.greenbig{-webkit-box-shadow: 0 1px 3px 0px rgb(48 124 77 / 70%);border-radius: 2px;}
.page-title.promo .button.greenbig:hover{
    margin-top: 0;
    -webkit-box-shadow: 0 0 10px 3px rgb(0 185 70);
}
.page-title.promo .button.download-big:after{content: none!important;}
.page-title.promo .button.download-big{
  background-color: transparent;
  color: #fff !important;
  border-color: #fff;
  font-weight: 600;
}
.page-title.promo .button.download-big:hover{
  background-color: rgba(255, 255, 255, 0.3);
  color: #fff!important;
  border-color:#fff;
}
/*How to use & What is new*/
.page-title.promo .use-and-new{
  display: inline-flex;
  width: 100%;
  padding: 15px 0;
  color: #fff;
  flex-direction: row-reverse;
}
.page-title.promo .use-and-new div{
  width: 40%;
  float: left;
  text-align: center;
}
.page-title.promo .use-and-new div.col-product{
  width: 100%;
  float: none;
  text-align: center;
}

.page-title.promo .use-and-new div.col-product{
    display: table-cell;
    padding: 10px 0 0 3.5em;
    text-align: center;
    min-width: 425px;
    min-height: 400px;
}
.page-title.promo .use-and-new div.col-product i.ico-dtlite{background-position: center 0px;box-shadow: rgb(33 150 243 / 30%) 0 0 40px;}
.page-title.promo .use-and-new div.col-product i{
    display: inline-block;
    height: 74px;
    width: 74px;
    background: url('ico-products.png') no-repeat center 0px;
    background-size: 64px auto;
    margin: 7px 15px 120px 0;
    float: left;
    border-radius: 84px;
    border: 5px solid #ffffff;
    background-color: #ffffff;
}
.page-title.promo .use-and-new div.col-product p.price,
.page-title.promo .use-and-new div.col-product p.title{
    font-size: 24px;
    line-height: 1.15;
    font-weight: 600;
    margin: 17px 0 15px 0;
    color: #fff;
    text-shadow: none;
    text-align: left;
}
.page-title.promo .use-and-new div.col-product p.price{
    margin: 0 0 15px 0;
    text-align: left;
    font-size: 27px;
}

.page-title.promo .use-and-new div.col-product p,
.page-title.promo .use-and-new div.col-product s{
    font-size: 20px;
    font-weight: normal;
    padding: 0;
    margin: 0 0 5px 0;
    line-height: 24px;
}
.page-title.promo .use-and-new div.col-product div.button-holder{
  width: 100%;
  height: 55px;
  float: none;
  text-align: left;
}
.page-title.promo .use-and-new div.col-product div.button-holder+p{
  font-size:14px;
  text-align: center;
  max-width: 270px;
}

.page-title.promo .use-and-new div.col1{margin-top: 44px;}
.page-title.promo .use-and-new div.col2{margin-top: 45px;width: 50%;position: relative;z-index: 5;}

.page-title.promo .use-and-new div:first-child{
    width: 50%;
    z-index: 5;
    position: relative;
    text-transform: initial;
}
.page-title.promo .use-and-new h3{
  color: #fff;
  font: normal 30px/30px 'Open Sans', Sans-serif;
  margin: 60px auto 5px;
  text-align: center;
  text-transform: none;
  font-weight: bold;
}
.page-title.promo .use-and-new ul{
  text-align: center;
  max-width: 450px;
  font-size: 14px;
  line-height: 28px;
  color: #fff;
  margin: 4px auto 10px;
  list-style: none;
  display: inline-block;
}
.page-title.promo .use-and-new ul li:before{
  content: ".";
  /* float: left; */
  width: 20px;
  font-size: 32px;
  line-height: 2px;
  color: #fff;
  display: inline-block;
  height: 15px;
  overflow: hidden;
}
.page-title.promo .use-and-new .price{width: 100%;text-align: center;display: block;margin: 0 0 5px;color: #fff;font-weight: 600;}
.page-title.promo .use-and-new div.button-holder{
  width: 100%;
  height: 65px;
/*   float: none; */
/*   text-align: left; */
}
.page-title.promo .use-and-new ul li{
  line-height: 20px;
  margin: 6px 0;
  font-weight: 400;
}
.promo-active .header_wrap.dtlite .authorization-block a:hover,
.promo-active .header_wrap.dtlite .cart-block a:hover,
.promo-active .header_wrap.dtlite ul#nav li a:hover{
    color: #cbcbcb;
    transition: all 0.5s linear;
}
.promo-active .header_wrap.dtlite,
.header_wrap.dtlite{
    background: #094792 !important;
    transition: all 0.1s cubic-bezier(0, 1.47, 1, 1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}

/*lang*/
.lang_pol .page-title.promo .col2 h1,
.lang_cpp .page-title.promo .col2 h1,
.lang_deu .page-title.promo .col2 h1,
.lang_ita .page-title.promo .col2 h1,
.lang_fra .page-title.promo .col2 h1{font-size:24px}

.lang_tur .page-title.promo .col2 h1+p,
.lang_deu .page-title.promo .col2 h1+p,
.lang_fra .page-title.promo .col2 h1+p{font-size:24px}

.lang_pol .page-title.promo .col2 h1+p,
.lang_cpp .page-title.promo .col2 h1+p,
.lang_por .page-title.promo .col2 h1+p,
.lang_spa .page-title.promo .col2 h1+p,
.lang_rus .page-title.promo .col2 h1+p,
.lang_ita .page-title.promo .col2 h1+p{font-size:22px}
