@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');
@import url('https://fonts.googleapis.com/css?family=Manrope:400,500,600,700,800&display=swap&subset=cyrillic,latin-ext,vietnamese');
.promo-download-page{
    margin-top: 0;
    background: #414243;
    padding: 63px 0 0;
}
#landing-block {
    color: #fff;
    margin: 0;
    background-color: #B5D7EA;
    background-repeat: no-repeat;
    background-image: url(bg-birthday-26.png), linear-gradient(90deg, #ecf0fa 53%, #b4ccee 90%);
    background-position: 50% -54px, center;
    font-family: "Open Sans", sans-serif !important;
    background-size: auto 555px, 100% auto;
}
#lb-content {
    margin: 10px auto 0 auto;
    width: 980px;
    display:  table;
    vertical-align:  middle;
    height: 100%;
    z-index: 5;
    position: relative;
}
#lb-title {
    display: table;
    vertical-align: middle;
    text-align: left;
    width: 100%;
    padding-right: 30px;
    padding-top: 28px;
}
#lb-title h1{
    font: 800 58px / 1 "Manrope", sans-serif;
    color: #010101;
    text-shadow: none;
    text-transform: uppercase;
    padding: 0 0 20px;
    letter-spacing: 0px;
}
#lb-title h1>div{
    font-size: 0.95em;
    color:#1C85F3;
    font-weight: 800;
    font-style: normal;
    letter-spacing: 0;
    text-transform: none;
}
#lb-title h1>div>span{
    color: #010;
}
#lb-title p {
    font-size: 24px;
    line-height: 1.2;
    margin: 0;
    color: #010;
    max-width: 620px;
    font-family: 'Manrope', sans-serif;
}
#lb-title p>b {
  color: #1C85F3;
  font-weight: 800;
  text-transform: unset;
}
#lb-subtitle {
    font: 500 20px/1em "Manrope", 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: inline-flex;
    text-align: center;
    padding: 20px 0 0;
    width: 100%;
    margin: 0 auto;
    vertical-align: middle;
    column-gap: 16px;
}
#lb-content .col-product{
    display: inline-block;
    padding: 4px 5px 5px 18px;
    text-align: center;
    margin: 10px 0;
    min-width: 272px;
    background: #FFFFFF;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.25);
    border-radius: 33px;
}
#lb-content  .products>a:hover .col-product{
    background: #FFFFFF;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.25);
}
#lb-content  .products>a:hover .col-product i{box-shadow: 0 0 5px rgba(140, 120, 76, 0.2)}
#lb-content .col-product i.ico-dtultra{background-position: center -60px;}
#lb-content .col-product i{
    display: inline-block;
    height: 60px;
    width: 60px;
    background: #ffffff url(ico-products.png) no-repeat center top;
    margin: 10px 15px 40px 0;
    float: left;
    border-radius: 60px;
    box-shadow: 0 0 1px #fff;
    background-size: 60px auto;
    box-shadow: 0 0 3px rgba(150, 120, 76, 0.30);
}
#lb-content .col-product p.title,
#lb-content .col-product p.price{
    font-size: 20px;
    font-weight: bold;
    color: #010101;
    text-align: left;
    margin: 8px 0 10px;
}
#lb-content .col-product p.title{
    font-size: 20px;
    font-weight: bold;
    margin: 14px 0 0;
    color: #010101;
    text-align: left;
}
#lb-content .col-product p.price s,
#lb-content .col-product span{
    font-size: 14px;
    font-weight: normal;
    padding: 0;
    margin: 0 0 5px 0;
    line-height: 24px;
}
#lb-content .col-product .button-holder{
    height: 45px;
    text-align: left;
    margin-bottom: 8px;
}
#lb-content .col-product .button{
    background-color: #fba12d;
    min-width: 100px;
    border-radius: 0;
    font: 600 12px/25px 'Open Sans', Arial, sans-serif;
    padding: 7px 30px;
    -webkit-box-shadow: 0 2px 5px rgba(251, 161, 45, 0.6);
    transition: all 0.15s linear;
}
#lb-content .col-product .button:hover,
#lb-content .col-product .button:active{
    margin-top: 0px;
    background-color: #fba12d;
    -webkit-box-shadow: 0 1px 8px rgba(251, 161, 45, 0.6);
}

#lb-content .col-product .button.lite{
    background-color: #10aeec;
    -webkit-box-shadow: 0 1px 8px rgba(16, 174, 236, 0.6);
}
#lb-content .col-product .button.pro:hover,
#lb-content .col-product .button.pro:active{
    background-color: #f6462d;
    box-shadow: 0 0 15px 5px rgba(246, 70, 45, 0.8);
    -webkit-box-shadow: 0 0 15px 5px rgba(246, 70, 45, 0.8);
}

/*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-color: #B5D7EA;
    background-repeat: no-repeat;
    background-image: url(bg-birthday-26.png), linear-gradient(45deg, #ecf0fa 53%, #b4ccee 90%);
    background-position: 50% 100%, center;
    background-size: auto 555px, 100% auto;
    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: #368df5;
    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: 450px;
    position: relative;
    transition: height 0.4s;
    margin: 0 0 0;
}
#landing-block-promo #landing-block {
    height: 0;
    padding: 0;
    transition: height 0.4s;
    overflow-y: hidden;
    position: relative;
}
/**/
.promo-active .header_wrap{
    background: #010;
    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;
}
/**/
