* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    border: none;
    line-height: normal;
}
body {
    font-size: 100%;
    line-height: normal;
    background-color: #FFF;
    font-family: "Open Sans", sans-serif;
}
a:hover {
    text-decoration: none;
}
p, ul {
    line-height: 1;
    margin: 0;
    padding: 0;
}
img {
    max-width: 100%;
}
strong {
    font-weight: 700;
}
@keyframes pulse {
0% {
-webkit-transform:scale(1);
-ms-transform:scale(1);
transform:scale(1)
}
50% {
-webkit-transform:scale(1.1);
-ms-transform:scale(1.1);
transform:scale(1.1)
}
100% {
-webkit-transform:scale(1);
-ms-transform:scale(1);
transform:scale(1)
}
}
.pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse;
	animation: pulse 1s infinite;
	-webkit-animation: pulse 1s infinite;
}

@-webkit-keyframes bounce {
    0%, 100%, 20%, 50%, 80% {
    -webkit-transform:translateY(0);
    transform:translateY(0)
    }
    40% {
    -webkit-transform:translateY(-15px);
    transform:translateY(-15px)
    }
    60% {
    -webkit-transform:translateY(-15px);
    transform:translateY(-15px)
    }
    }
    @keyframes bounce {
    0%, 100%, 20%, 50%, 80% {
    -webkit-transform:translateY(0);
    -ms-transform:translateY(0);
    transform:translateY(0)
    }
    40% {
    -webkit-transform:translateY(-15px);
    -ms-transform:translateY(-15px);
    transform:translateY(-15px)
    }
    60% {
    -webkit-transform:translateY(-15px);
    -ms-transform:translateY(-15px);
    transform:translateY(-15px)
    }
    }
    .bounce {
        animation-name: bounce;
    -webkit-animation-name: bounce;
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes tada {
    0% {
    -webkit-transform:scale(1);
    transform:scale(1)
    }
    10%, 20% {
    -webkit-transform:scale(.9) rotate(-3deg);
    transform:scale(.9) rotate(-3deg)
    }
    30%, 50%, 70%, 90% {
    -webkit-transform:scale(1.1) rotate(3deg);
    transform:scale(1.1) rotate(3deg)
    }
    40%, 60%, 80% {
    -webkit-transform:scale(1.1) rotate(-3deg);
    transform:scale(1.1) rotate(-3deg)
    }
    100% {
    -webkit-transform:scale(1) rotate(0);
    transform:scale(1) rotate(0)
    }
    }
    @keyframes tada {
    0% {
    -webkit-transform:scale(1);
    -ms-transform:scale(1);
    transform:scale(1)
    }
    10%, 20% {
    -webkit-transform:scale(.9) rotate(-3deg);
    -ms-transform:scale(.9) rotate(-3deg);
    transform:scale(.9) rotate(-3deg)
    }
    30%, 50%, 70%, 90% {
    -webkit-transform:scale(1.1) rotate(3deg);
    -ms-transform:scale(1.1) rotate(3deg);
    transform:scale(1.1) rotate(3deg)
    }
    40%, 60%, 80% {
    -webkit-transform:scale(1.1) rotate(-3deg);
    -ms-transform:scale(1.1) rotate(-3deg);
    transform:scale(1.1) rotate(-3deg)
    }
    100% {
    -webkit-transform:scale(1) rotate(0);
    -ms-transform:scale(1) rotate(0);
    transform:scale(1) rotate(0)
    }
    }
    .tada {
        animation-name: tada;
    -webkit-animation-name: tada;
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    }
    
@-webkit-keyframes flash {
    0%, 100%, 50% {
    opacity:1
    }
    25%, 75% {
    opacity:0
    }
    }
    @keyframes flash {
    0%, 100%, 50% {
    opacity:1
    }
    25%, 75% {
    opacity:0
    }
    }
    .flash {
        animation-name: flash;
        -webkit-animation-name: flash;
        animation-delay: 0.3s;
        -webkit-animation-delay: 0.3s;
        animation-duration: 0.5s;
        -webkit-animation-duration: 0.5s;
        animation-iteration-count: infinite;
        -webkit-animation-iteration-count: infinite;
    }
    .js-nametag{
        position: absolute;
      }
      .text-animated-one {
        animation-name: fade;
        animation-fill-mode: both;
        animation-iteration-count: infinite;
        animation-duration: 5s;
        animation-direction: alternate-reverse;  
      }
      
      
      .text-animated-two{
        animation-name: fade;
        animation-fill-mode: both;
        animation-iteration-count: infinite;
        animation-duration: 5s;
        animation-direction: alternate;
      }
      
      @keyframes fade{
          0%,50% {
            opacity: 0;
      }
          100%{
            opacity: 1;
        }
      }

      .typewriter1 {
        overflow: hidden;
        border-right: 1px solid rgb(255, 76, 66); 
        white-space: nowrap;
        margin: 0 auto;
        animation: 
          typing 3.5s steps(40, end),
          blink-caret .75s step-end infinite;
          -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
      }
      .typewriter2 {
        overflow: hidden;
        border-right: 1px solid rgb(255, 76, 66); 
        white-space: nowrap;
        margin: 0 auto;
        animation: 
          typing 3.5s steps(40, end),
          blink-caret .75s step-end infinite;
          -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
          animation-delay: 2s;
      }
      .typewriter3 {
        overflow: hidden;
        border-right: 1px solid rgb(255, 76, 66); 
        white-space: nowrap;
        margin: 0 auto;
        animation: 
          typing 3.5s steps(40, end),
          blink-caret .75s step-end infinite;
          -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
          animation-delay: 3s;
      }
      .typewriter3 {
        overflow: hidden;
        border-right: 1px solid rgb(255, 76, 66); 
        white-space: nowrap;
        margin: 0 auto;
        animation: 
          typing 3.5s steps(40, end),
          blink-caret .75s step-end infinite;
          -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
          animation-delay: 4s;
      }
      /* The typing effect */
      @keyframes typing {
        from { width: 0 }
        to { width: 100% }
      }
      
      /* The typewriter cursor effect */
      @keyframes blink-caret {
        from, to { border-color: transparent }
        50% { border-color: rgb(255, 76, 66); }
      }
.mdisp {
    display: none;
}
.ddisp {
    display: block;
}
.clear {
    clear: both;
}
#mlstb{
	position:fixed;
	top:10px;
	left:10px;
	background: #efefef;
	opacity: 0;
	z-index: 98;
	white-space: nowrap;
	font-size: 0;
	text-align: left;
	padding: 5px;
    box-shadow: 0 0 1px rgb(64 64 64 / 30%), 0 8px 50px rgb(64 64 64 / 5%);
    border-radius: 40px;
    color: rgba(64,64,64,1);
    background: rgba(250,250,250,.9);
    line-height: 1.6;
    width: 100%;
    height: 100%;
    font-size: 13px;
	width: 300px;
    height: 70px;
}
#mlstb img:not(.currsymbol){
	float: left;
	border-radius: 100%;
	width: 61px;
	height: 61px;
}
#mlstb p {
	float: left;
	margin: 0px 0 0 5px;;
	font-size: 13px;
	color: #404040;
	line-height: 13px;
	line-height: 20px;
	max-width: 72%;
	white-space: normal;
	text-align: left;
	font-family:"Open Sans", sans-serif;
	padding: 0;
	line-height: 13px;
}
.mlstb-name {
	font-weight: 700;
}
#mlstb p span { line-height: 120% !important; display: inline !important;}
#mlstb .mlstb-name, #mlstb .mlstb-location, #mlstb .mlstb-product  { 
	line-height: 120% !important;
	display: inline !important;
}
.fadeInBottom{
	opacity: 0;
	animation: fadeInTop .5s 1 1s forwards;
}
.fadeOutBottom{
	opacity: 1;
	animation: fadeOutTop .5s 1 1s forwards;
}
@keyframes mlstbmlstbcustomFadeIn {
	from {
		opacity: 0;
		transform: translate3d(100%, 100%, 100%);
	}
	to {
		opacity: 1;
		transform: none;
	}
}
#mlstb.mlstb-custom-fade-in {
	opacity: 0;
	animation-name: mlstbmlstbcustomFadeIn;
	animation-duration: 1s;
	animation-fill-mode: both;
	height: 70px;
}
@keyframes mlstbcustomFadeOut {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		transform: translate3d(0, 0, 0);
		bottom:0;
	}
}
#mlstb.mlstb-custom-fade-out {
	opacity: 0;
	animation-name: mlstbcustomFadeOut;
	animation-duration: 1s;
	animation-fill-mode: both;
	height: 70px;
}
header {
    background-size: cover;
    background-image: url('../img/header-bg.jpg');
    background-position: center top;
    background-repeat: no-repeat;
    padding-bottom: 50px;
}
header h1 {
    color: rgb(255, 255, 255);
    font-size: 40px;
    font-weight: bold;
    line-height: 1.2;
    margin: 30px 0 20px 0;
}
header h4 {
    color: rgb(255, 255, 255);
    font-size: 23px;
    line-height: 1.6;
    padding-left: 70px;
    position: relative;
}
header h4::before {
    content: url('../img/ic-pr.png');
    position: absolute;
    left: 0;
    top: 0;
}
header h4 span {
    color: rgb(232, 229, 48);
    font-weight: 700;
}
.header-img-prod {
    padding-top: 40px;
}
.header-left-box {
    padding: 40px 0px 20px 20px;
    margin-top: 40px;
}
.header-left-box p.ch-header-p {
    color: rgb(255, 255, 255);
    font-size: 23px;
    line-height: 1.4;
    padding-left: 40px;
    margin-bottom: 20px;
    margin-left: -20px;
    position: relative;
}
.header-left-box p.ch-header-p::before {
    content: url('../img/ic-ch.png');
    position: absolute;
    left: 0;
    top: 5px;
}
.header-bd-bg-1 {
    margin-top: 20px;
    text-align: center;
    width: 100%;
    position: relative;
}
.header-bd-bg-1 img {
    min-height: 180px;
    max-width: 240px;
}
.header-bd-bg-1 p {
    position: absolute;
    transform: rotate(-24deg);
    -webkit-transform: rotate(-24deg);
    color: rgb(255, 255, 255);
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
    color: rgb(232, 227, 48);
    width: 130px;
    text-align: center;
    top: 50px;
    left: 30px;
}
.header-bd-bg-1 p span {
    color: rgb(226, 98, 98);
    text-align: center;
}
.header-bd-bg-2 {
    margin-top: 20px;
    text-align: center;
    width: 100%;
    position: relative;
}
.header-bd-bg-2 img {
    min-height: 180px;
    max-width: 240px;
}
.header-bd-bg-2 p {
    position: absolute;
    transform: rotate(-24deg);
    -webkit-transform: rotate(-24deg);
    color: rgb(255, 255, 255);
    font-size: 48px;
    font-weight: bold;
    text-align: center;
    line-height: 0.5;
    color: rgb(232, 227, 48);
    width: 150px;
    text-align: center;
    top: 75px;
    left: 20px;
}
.header-bd-bg-2 p span {
    color: rgb(226, 98, 98);
    text-align: center;
    font-size: 15px;
    line-height: 0.1;
}
.header-bd-bg-3 {
    margin-top: 20px;
    text-align: center;
    width: 100%;
    position: relative;
}
.header-bd-bg-3 img {
    min-height: 180px;
    max-width: 240px;
}
.header-bd-bg-3 p {
    position: absolute;
    transform: rotate(-24deg);
    -webkit-transform: rotate(-24deg);
    color: rgb(255, 255, 255);
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
    width: 150px;
    text-align: center;
    top: 70px;
    left: 20px;
    color: rgb(61, 5, 5);
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
}
.header-bd-bg-3 p span {
    color: rgb(226, 98, 98);
    text-align: center;
}
.timers {
	margin-left: 70px;
}
.timers div {
	display: inline-block;
}
.timers div:nth-child(1) {
	display: inline-block;
	margin-right: 10px;
}
.timers div:nth-child(3) {
	display: inline-block;
	margin-left: 10px;
}
.timer-box .timers div {
	display: inline-block;
	color:#FFF; 
    border-radius: 9px;
    font-weight: 700;
	font-size: 42px;
	width: 60px;
	padding: 0;
	text-align: center;
}
.jst-clearDiv {
	opacity: 0;
}
.timer-container {
    width: 100%;
    background-color: rgb(202, 93, 93);
    border-top-left-radius: 11px;
    border-top-right-radius: 11px;
    padding: px 0;
    text-align: center;
}
.header-ord-box {
    background: #fdfbfb;
    background: -webkit-linear-gradient(180deg, #fdfbfb, #eaedee);
    background: linear-gradient(180deg, #fdfbfb, #eaedee);
    border-radius: 11px;
    padding: 0px 0 10px 0;
    margin: 120px 40px 10px 40px;
 }
.header-form {
    padding: 20px 40px;
    text-align: center;
    position: relative;
}
.header-form input {
    width: 100%;
    padding: 10px 10px 10px 40px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgb(132, 132, 132);
    display: block;
    background-color: transparent;
    font-size: 11px;
    outline: none;
    position: relative;
    z-index: 1;
}
.header-form input:focus {
    outline: none;
}
.name-form-box::before {
    content: url('../img/inp-img01.png');
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
    height: 30px;
    width: 30px;
}
.phone-form-box, .name-form-box {
    position: relative;
}
.phone-form-box::before {
    content: url('../img/inp-img02.png');
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
    height: 30px;
    width: 30px;
}
.header-form-btn {
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
    background-color: rgb(48, 129, 232);
    padding: 10px 50px;
    display: inline-block;
    margin: 0px auto;
}
.price-box {
    background-color: rgb(130, 21, 55);
    padding: 5px 8px 10px 8px;
    text-align: center;
    display: inline-block ;
    margin: 0 0 0 30px;
}
p.old-price {
    text-decoration-line: line-through;
    -webkit-text-decoration-line: line-through;
    color: rgb(232, 228, 48);
    font-size: 21px;
    line-height: 1;
    margin: 0 0 5px 0;
    padding: 0;
}
p.new-price {
    color: rgb(232, 228, 48);
    font-size: 29px;
    font-weight: bold;
    line-height: 1;
    margin: 0;
    margin: 0 0 0px 0;
    padding: 0;
}
p.form-footer-p {
    color: rgb(238, 238, 212);
    font-size: 14px;
    font-weight: bold;
    font-style: italic;
    line-height: 1.6;
    padding: 0 40px;
    margin: 20px 0;
}

.header-bottom {
    background-color: rgb(245, 181, 29);
    border-radius: 215px;
    padding: 20px 50px;
	margin-top: 50px;
}
.header-bottom h2 {
    color: rgb(201, 31, 23);
    font-size: 29px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
}
.header-bottom h2 img {
    margin: -10px 0 0 0;
}
header .header-bottom p {
    color: rgb(201, 31, 23);
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
}
.sec2-box {
    position: relative;
    padding: 50px 0;
}
.sec2-inner {
    background: #fdfbfb;
    background: -webkit-linear-gradient(180deg, #fdfbfb, #eaedee);
    background: linear-gradient(180deg, #fdfbfb, #eaedee);
    border-radius: 73px;
    padding: 20px 10px 20px 140px;
}
.sec2-inner {
    background: #fdfbfb;
    background: -webkit-linear-gradient(180deg, #fdfbfb, #eaedee);
    background: linear-gradient(180deg, #fdfbfb, #eaedee);
    border-radius: 73px;
    padding: 20px 10px 20px 140px;
}
.sec2-inner::before {
    content: url(../img/sec2-prod.png);
    left: 0px;
    top: 10px;
    position: absolute;
}
.sec2-inner p {
    color: rgb(95, 14, 14);
    font-size: 21px;
    font-weight: bold;
    text-align: left;
    line-height: 1.4;
}
.sec2-packs-c1 {
    background-color: rgb(255, 243, 1);
}
.sec2-packs p {
    color: rgb(140, 12, 12);
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 0.8;
    padding-top: 20px;
}
.sec2-packs p span {
    color: rgb(255, 1, 1);
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    line-height: 0.8;
}
.sec2-packs {
    position: absolute;
    height: 77px;
    width: 77px;
    border-radius: 50%;
    top: 5px;
    left: 70px;
}
.section1 {
    padding-top: 50px;
}
.sec2-packs.sec2-packs-c1 p  {
    color: rgb(140, 12, 12);
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: .8;
}
.sec2-packs.sec2-packs-c1 p span {
    color: rgb(255, 1, 1);
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    line-height: 0.8;
}
.sec2-header h5 {
    color: rgb(0, 0, 0);
    font-size: 31px;
    line-height: 1.6;
}
.sec2-header h1 {
    color: rgb(61, 5, 5);
    font-size: 52px;
    font-weight: bold;
    line-height: 1.2;
    width: 470px;
    max-width: 100%;
    margin-bottom: 30px;
}
.sec2-header {
    margin-bottom: 50px;
}
header .sec2-header {
    margin-bottom: 10px;
}
.sec2-header h1 span {
    color: rgb(226, 70, 16);
    font-size: 52px;
    font-weight: bold;
    line-height: 1.2;
}
.sec2-header p {
    color: rgb(0, 0, 0);
    font-size: 17px;
    line-height: 1.6;
}
.sec2-content p {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.6;
    color: rgb(228, 53, 6);
}
.sec2-content img {
    margin-right: 10px;
}
.sec2-content p span {
    color: rgb(0, 0, 0);
}
.s2-right img {
    width: 610px;
}
.sec3-right {
    padding: 50px 0;
}
.sec3-img {
    padding: 50px 80px;
}
.section3 {
    background-image: url('../img/section3-bg.jpg');
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}
.section3 h6 {
    color: rgb(0, 0, 0);
    font-size: 25px;
    line-height: 1.2;
}
.section3 h2 {
    color: rgb(0, 0, 0);
    font-size: 32px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 40px;
}
.section3 h2 span {
    color: rgb(163, 13, 13);
}
.section3 p {
    color: rgb(0, 0, 0);
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
}
.section4 {
    padding: 80px 0 0 0;
}
.section4 h2 {
    color: rgb(0, 0, 0);
    font-size: 36px;
    font-weight: bold;
    line-height: 1.2;
    padding: 0 100px;
    margin-bottom: 30px;
    position: relative;
}
.section4 h2::before {
    content: url('../img/ic-alt.png');
    position: absolute;
    left: 0;
    top: 0;
}
.section4 h2 span {
    color: rgb(193, 9, 9);
}
.section4 p {
    color: rgb(0, 0, 0);
    font-size: 16px;
    line-height: 1.6;
}
.section5 {
    background-color: rgb(238, 238, 212);
    padding: 20px 0;
}
.sec6-right h3 {
    color: rgb(255, 255, 255);
    font-size: 34px;
    font-weight: bold;
    line-height: 1.6;
    background-color: rgb(11, 92, 22);
    padding: 10px 40px 10px 20px;
    margin-bottom: 20px;
    display: inline-block;
}
.sec6-right h2 {
    color: rgb(0, 0, 0);
    font-size: 36px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 20px;
}
.sec6-right h2 span {
    color: rgb(16, 145, 33);
}
.sec6-right p {
    color: rgb(0, 0, 0);
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 20px;
}
.sec6-right p.blue-txt {
    color: rgb(45, 138, 255);
    font-weight: 700;
    font-style: italic;
}
.section7 {
    background-image: url('../img/section7-bg.jpg');
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}
.sec7-content {
    padding: 30px 20px 0 20px;
    border: 4px solid rgb(255, 255, 255);
    margin-top: 50px;
}
.sec7-content p {
    color: rgb(11, 92, 22);
    font-size: 16px;
    line-height: 1.6;
    padding-left: 50px;
    position: relative;
    margin-bottom: 10px;
    margin-bottom: 30px;
}
.sec7-content p::before {
    content: url('../img/ic-check.png');
    position: absolute;
    left: 0;
    top: 0;
}
.sec7-right h1 {
    color: rgb(61, 141, 200);
    font-size: 59px;
    font-weight: bold;
    line-height: 1;
    margin-top: 20px;
}
.sec7-right h1 span {
    font-size: 44px;
}
.sec7-right h4 {
    color: rgb(0, 0, 0);
    font-size: 24px;
    line-height: 1.6;
}
.sec7-right h4 span {
    color: rgb(63, 143, 202);
}
.section8 {
    padding: 50px 0;
    text-align: center;
}
.section8 h1 {
    color: rgb(0, 0, 0);
    font-size: 52px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    padding: 0 50px;
    margin-bottom: 40px;
}
.section8 p {
    color: rgb(0, 0, 0);
    font-size: 16px;
    text-align: center;
    line-height: 1.6;
    margin-top: 10px;
}
.sec8-box {
    width: 210px;
    max-width: 100%;
    text-align: center;
    margin: 10px auto;
}
.cm-ml {
    margin-left: 12%;
}
.section9 {
    padding: 50px 0;
}
.sec9-header {
    margin-bottom: 50px;
    text-align: center;
    width: 100%;
}
.sec9-header h2 {
    color: rgb(0, 0, 0);
    font-size: 46px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
}
.sec9-header p {
    color: rgb(0, 0, 0);
    font-size: 16px;
    text-align: center;
    line-height: 1.6;
}
.sec9-bg-img {
    position: relative;
    padding-top: 70px;
}
.sec9-top-sect {
    position: relative;
}
.sec9-box {
    position: absolute;
    top: 0;
    left: 0;
}
.sec9-box h1 {
    color: rgb(84, 84, 84);
    font-size: 70px;
    font-weight: bold;
    text-align: center;
    line-height: 0.5;
}
.sec9-box h1 span{
    color: rgb(132, 132, 132);
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    line-height: 0.5;
}
.sec9-box p {
    color: rgb(0, 0, 0);
    font-size: 16px;
    line-height: 1.6;
    padding: 0 100px 0 0;
}
.sec9-box p.sec9-footer{
    color: rgb(0, 0, 0);
    font-size: 16px;
    text-align: center;
    line-height: 1.6;
    width: 100%;
    margin-top: 40px;
    padding: 0;
}
.section10 {
    padding: 0 0 50px 0;
}
.sec10-bar {
    background-color: rgb(251, 197, 43);
    border-top: 10px solid rgb(23, 68, 126);
    text-align: center;
    padding: 20px 0 0 0;
    display: block;
}
.sec10-bar p {
    color: rgb(0, 0, 0);
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
}
.sec10-h1 {
    height: 390px;
}
.sec10-p {
    color: rgb(0, 0, 0);
    font-size: 16px;
    text-align: center;
    line-height: 1.2;
    margin-top: 10px;
    text-align: center;
}
.sec10-h2 {
    height: 368px;
    margin-top: 22px;
}
.sec10-h3 {
    height: 337px;
    margin-top: 53px;
}
.sec10-h4 {
    height: 272px;
    margin-top: 118px;
}
.sec10-h5 {
    height: 337px;
    margin-top: 53px;
}
.sec10-h6 {
    height: 390px;
}
.section11 {
    background-size: cover;
    background-image: url('../img/section11-bg.png');
    background-position: center top;
    background-repeat: no-repeat;
}
.section11 h1 {
    color: rgb(130, 21, 56);
    font-size: 60px;
    font-weight: bold;
    line-height: 1.6;
    margin: 50px 0;
}
.section11 p {
    color: rgb(0, 0, 0);
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 20px;
}
.section12 {
    background-color: rgb(231, 241, 255);
    padding: 50px 0;
}
.section12 h1 {
    color: rgb(0, 0, 0);
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
    text-align: center;
    width: 100%;
}
.sec12-box {
    background-color: #FFF;
    margin: 0 30px;
}
.box12-header img {
    border-radius: 50%;
    margin: 10px 20px 10px 10px;
    float: left;
}
.section12 h1 span {
    color: rgb(130, 21, 56);
}
.box12-header h5 {
    color: rgb(0, 0, 0);
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6;
}
.box12-header h5 span  {
    margin-top: 20px;
    display: inline-block;
}
.sec12-img {
    width: 100%;
    display: block;
}
.ic-lk {
    max-width: 100%;
    display: block;
    margin: 10px 0;
}
.sec12-box p {
    color: rgb(0, 0, 0);
    font-size: 13px;
    line-height: 1.6;
    padding: 10px 15px;
}
p.lcount {
    color: rgb(0, 0, 0);
    font-size: 14px;
    font-weight: bold;
    line-height: 1.6;
    padding: 0 15px;
}
.ic-11f {
    width: 100%;
    display: block;
}
.ic11-last-1 {
    margin-top: 41px;
}
.section13 {
    background-color: rgb(255, 239, 239);
    padding: 50px 0;
}
.sec13-box {
background-color: #FFF;
padding: 20px 30px;
}
.sec13-box h3 {
    color: rgb(238, 27, 27);
    font-size: 37px;
    font-weight: bold;
    line-height: 1.6;
}
.sec13-box h1 {
    color: rgb(0, 0, 0);
    font-size: 82px;
    font-weight: bold;
    text-align: left;
    line-height: 1.6;
}
.sec13-box p {
    color: rgb(0, 0, 0);
    font-size: 16px;
    text-align: left;
    line-height: 1.6;
}
.sec13-inner h4 {
    color: rgb(201, 92, 92);
    font-size: 23px;
    line-height: 1.6;
    text-align: center;
    margin-top: 30px;
}
.sec13-inner img {
    margin-top: 20px;
}
.sec13-pr {
    margin-top: 50px;
}
.sec13-right::before {
    content: url('../img/sec13-cap.png');
    position: absolute;
    left: -60px;
    top: 50px;
}
.section14 {
    padding: 50px 0;
}
.sec14-inner {
    padding: 30px 0 0 0 ;
    margin: 0 200px;
}
.section14 h3 {
    color: rgb(0, 0, 0);
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
    width: 550px;
    max-width: 100%;
    display: block;
    margin: 0 auto 20px auto;
}
.section14 h3:hover {
    transform: scale(1.03);
    -webkit-transform: scale(1.03);
    color: rgb(255, 199, 1);
}
.sec14-inner p {
    color: rgb(0, 0, 0);
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 30px;
}
.section15 {
    padding: 50px 0;
}
.section15 h1 {
    color: rgb(0, 0, 0);
    font-size: 38px;
    font-weight: bold;
    line-height: 1.6;
    text-align: center;
}
.sec16-box {
    padding: 20px 80px;
    text-align: center;
}
.sec16-box p {
    color: rgb(0, 0, 0);
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
    margin-top: 20px;
}
.arr-b::after {
    content: url('../img/ic-arr-b.png');
    position: absolute;
    right: -10px;
    top: 60px;
}

.section16 {
    background-size: cover;
    background-image: url('../img/header-bg.jpg');
    background-position: center top;
    background-repeat: no-repeat;
    padding-bottom: 50px;
}
.section16 h1 {
    color: rgb(255, 255, 255);
    font-size: 40px;
    font-weight: bold;
    line-height: 1.2;
    margin: 30px 0 20px 0;
}
.section16 h4 {
    color: rgb(255, 255, 255);
    font-size: 23px;
    line-height: 1.6;
    padding-left: 70px;
    position: relative;
}
.section16 h4::before {
    content: url('../img/ic-pr.png');
    position: absolute;
    left: 0;
    top: 0;
}
.section16 h4 span {
    color: rgb(232, 229, 48);
    font-weight: 700;
}
.section16 .price-box {
    margin: -70px 0 0 0;
}
.section16 p.new-price {
    font-size: 25px;
}
.section16 .header-img-prod {
    padding: 0px;
}

.section16 .header-ord-box {
    padding: 0px 0 10px 0;
}
.section16 .header-bottom {
    margin-top: 30px;
}
.section16 .header-bottom p {
    color: rgb(201, 31, 23);
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 0.8;
}
.section16 .sec2-header {
    margin-bottom: 10px;
}
footer {
    padding: 20px 0;
}
footer p {
    color: rgb(0, 0, 0);
    font-size: 16px;
    text-align: center;
    line-height: 1.6;
}
.s2-right {
    position: relative;
}
.sec1-right-txt {
    position: absolute;
    top: 20px;
    left: 180px;
    text-decoration-line: underline;
    -webkit-text-decoration-line: underline;
    color: rgb(0, 0, 0);
    font-size: 19px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
}
















@media screen and (max-width: 1200px) {
    .header-left-box p.ch-header-p {
        color: rgb(255, 255, 255);
        font-size: 18px;
    }
    .timers {
        margin-left: 40px;
    }
    header .header-bottom p, .section16 .header-bottom p {
        font-size: 18px;
    }
    .sec2-header h1, .sec2-header h1 span {
        font-size: 32px;
    }
    .sec2-header {
        margin-bottom: 10px;
    }
    .section4 h2 {
        font-size: 28px;
    }
    .sec9-box p.sec9-footer {
        margin-top: 10px;
    }
}

@media screen and (max-width: 992px) {
    .sec14-inner {
        padding: 20px 0 0 0;
        margin: 0;
    }
    .header-left-box p.ch-header-p {
        font-size: 14px;
    }
    .header-ord-box {
        padding: 20px 0 10px 0;
    }
    .timers {
        margin-left: 0px;
    }
    .header-form-btn {
        padding: 10px 20px;
    }
    .header-bottom {
        padding: 10px;
    }
    .sec10-bar p {
        font-size: 20px;
    }
    .sec12-box {
        margin: 0;
    }
    .sec16-box {
        padding: 20px;
        text-align: center;
    }
}

@media screen and (max-width: 780px) {
    .mdisp {
        display: block;
    }
    .ddisp {
        display: none;
    }
    body, html {
        overflow-x: hidden;
    }
	#mlstb{
		width: 300px;
		left: 0;
		bottom: 0;
	}
	#mlstb p{
		font-size: 12px;
	}
	#mlstb p a{
		font-size: 12px;
		line-height: 12px;
	}
    .header-img-prod {
        display: none;
    }
    header h1 {
        color: rgb(255, 255, 255);
        font-size: 24px;
        font-weight: bold;
        line-height: 1.2;
        margin: 0;
        padding: 10px 0 0 0;
    }
    .header-bd-bg-2 img {
        min-height: auto;
        max-width: 240px;
        width: 120px;
    }
    .header-bd-bg-2 p {
        position: absolute;
        transform: rotate(-24deg);
        -webkit-transform: rotate(-24deg);
        color: rgb(255, 255, 255);
        font-size: 27px;
        font-weight: bold;
        text-align: center;
        line-height: 0.5;
        color: rgb(232, 227, 48);
        width: 120px;
        text-align: center;
        top: 60px;
        left: calc(50% - 60px);
    }
    .header-bd-bg-2 p span {
        color: rgb(226, 98, 98);
        text-align: center;
        font-size: 10px;
    }
    header h4 {
        color: rgb(255, 255, 255);
        font-size: 16px;
        line-height: 1.2;
        padding-left: 0px;
        position: relative;
        padding-right: 30px;
        margin-top: 30px;
    }
    header h4::before {
        content: url(../img/ic-pr.png);
        position: absolute;
        right: -20px;
        left: auto;
        top: 0;
    }
    header {
        padding: 0 15px;
    }
    .header-left-box p.ch-header-p {
        font-size: 20px;
    }
    .header-ord-box {
        background: #fdfbfb;
        background: -webkit-linear-gradient(180deg, #fdfbfb, #eaedee);
        background: linear-gradient(180deg, #fdfbfb, #eaedee);
        border-radius: 11px;
        padding: 0px 0 10px 0;
        margin: 10px 0px;
    }
    p.form-footer-p {
        color: rgb(238, 238, 212);
        font-size: 12px;
        font-weight: bold;
        font-style: italic;
        line-height: 1.6;
        padding: 0 0px;
        margin: 20px 0;
    }
    .header-bottom {
        background-color: transparent;
        border-radius: 215px;
        padding: 0px;
    }
    .sec2-header2 {
        background-color: rgb(245, 181, 29);
    }
    .sec2-header2 h5 {
        color: rgb(0, 0, 0);
        font-size: 31px;
        line-height: 1.6;
    }
    .sec2-header2 h1 {
        color: rgb(61, 5, 5);
        font-size: 52px;
        font-weight: bold;
        line-height: 1.2;
        width: 470px;
        max-width: 100%;
        margin-bottom: 30px;
    }
    .header-bottom h2 {
        font-size: 26px;
    }
    header .header-bottom p {
        font-size: 18px;
    }
    .sec2-packs {
        top: 60px;
    }
    .sec2-header h5 {
        font-size: 26px;
    }
    .sec2-header h1, .sec2-header h1 span {
        font-size: 32px;
    }
    .sec1-right-txt {
        left: 100px;
    }
    .section4 h2::before {
        display: none;
    }
    .section4 h2 {
        font-size: 24px;
        padding: 0 10px;
        margin-bottom: 10px;
    }
    .sec6-right h3 {
        margin-top: 20px;
    }
    .sec6-right h2 {
        font-size: 22px;
    }
    .sec7-right h1 {
        font-size: 30px;
        line-height: 1;
    }
    .section8 h1 {
        font-size: 26px;
        padding: 0 10px;
    }
    .section10 {
        display: none;
    }
    .sec9-header h2 {
        font-size: 26px;
        line-height: 1.2;
    }

    .section8 {
        padding: 20px 0;
    }
    .sec9-box {
        position: relative;
        z-index: 22;
    }
    .sec9-bg-img {
        margin-top: -80px;
        position: relative;
        z-index: 2;
    }
    .section11 h1 {
        color: rgb(130, 21, 56);
        font-size: 30px;
        font-weight: bold;
        line-height: 1;
        margin: 20px 0;
    }
    .section12 h1 {
        font-size: 26px;
    }
    .sec12-box {
        margin: 10px;
    }
    .sec13-box h3 {
        font-size: 22px;
        line-height: 1;
    }
    .sec13-box h1 {
        font-size: 60px;
        line-height: 1;
    }
    .section14 h3 {
        font-size: 26px;
        line-height: 1;
        width: 100%;
        max-width: 100%;
        margin: 0 auto 10px auto;
    }
    .section15 h1 {
        font-size: 28px;
        line-height: 1.2;
    }
    .arr-b::after {
        content: url(../img/ic-arr-b.png);
        position: absolute;
        right: auto;
        top: auto;
        left: auto;
        bottom: 0;
        transform: rotate(90deg);
    }
    .sec16-box {
        margin-bottom: 50px;
    }
    .section15 {
        padding: 20px 0;
    }
    .section16 h1 {
        font-size: 30px;
    }
    .section16 h4 {
        display: none;
    }
    .sec2-packs.sec2-packs-c1 p span {
        line-height: 0.8;
    }
    .section16 .header-bottom p {
        font-size: 16px;
        line-height: 0.8;
        padding-bottom: 10px;
    }
	.timers {
    margin-left: 50px;
}
.header-form-btn {
    padding: 10px 40px;
}
.cm-ml {
    margin-left: 0;
}
}
