*{
	box-sizing: border-box;
	margin:0;
	padding:0;
	list-style: none;
	text-decoration: none;
}

body{
    background:#666;
}

.container{
    max-width: 750px;
    display: block;
    margin: 0 auto;
}

.section_1{
    position: relative;
    background: #fff;
    display: inline-block;
    width: 100%;
    padding: 20px 0 17px;
    text-align:center;
}

.section_1 img{
    background: #fff;
    width: 155px;
    margin-bottom: 0;
    margin-top: 0;
    border-radius: 4px;
}

.section_2{
    background: #ea1010;
    margin-top: 0px;
    padding: 25px 0;
    color: #fff;
    font-size: 25px;
    text-align: center;
    font-weight: 400;
}

.section_3{
    background: #fff;
    padding:5px 0 40px;
    position: relative;
}

.section_3 p {
    font-family: open sans,segoe ui,Tahoma,sans-serif;
    font-size: 15px;
    color: #666;
    line-height: 20px;
    margin-bottom: 0;
    margin-top:15px;
    z-index: 999;
    position: relative;
}

.section_3 h2 {
    font-size: 18px;
    color: #e10600;
    border-top: 1px solid #c3c3c3;
    padding-top: 13px;
    margin-top: 13px;
    text-align: center;
    position: relative;
    z-index: 999;
}

.section_3 h3{
    text-align: center;
    font-weight: 400;
    margin: 20px 0;
    font-size: 17px;
    color: #666;
}

.section_3 h3 .fa {
    color: #148d0e;
    margin-right: 5px;
}

.offer{
    display: inline-block;
    text-align: center;
    background: #ffd703;
    padding: 3px 5px;
    font-weight: 600;
    font-size: 17px;
    color:#000;
    margin-left: 8px;
}

.lics{
    display: flex;
    margin: 32px auto 25px;
    align-items: center; 
    justify-content: center;
}

.lics img{
    height: 45px;
    margin-right: 10px;
    margin-bottom: 0px;
}

.lics .name{
    margin: -1px 0 1px 0;
    font-size: 18px;
    color: #3e3d3d;
    font-weight: 600;
    display: inline-block;
}

.lics .devices{
    font-size: 14px;
    font-weight: 500;
    color: #a3a2a3;
}

.serial h4 {
    font-size: 16px;
    font-weight: 400;
    color: #666;
    text-align: center;
    margin: 0;
    margin-bottom: 10px;
}

.nums{
    text-align: center;
}

.nums span {
    display: inline-block;
    font-size: 17px;
    color: #3e3d3d;
    border: 1px solid #868686;
    padding: 3px 7px;
    border-radius: 4px;
    margin: 0 4px;
    font-weight: 400;
    text-shadow: 0px 0px 0px #000;
    box-shadow: 5px 4px 8px 0px rgb(135 135 135 / 63%);
}

.button{
    text-decoration: none;
    color: #000;
    background: #ea1010;
    color: #fff;
    width: 100%;
    display: inline-block;
    text-align: center;
    font-size: 20px;
    padding: 14px 0;
    border-radius: 4px;
    margin-bottom: 0px;
    display: block;
    margin-top: 30px;
}

.wrapper{
    max-width: 700px;
    display: block;
    margin:0 auto;
    box-shadow: 1px 1px 5px #666;
}

section{
    padding-left:30px!important;
    padding-right:30px!important;
}

.blinking {
            animation: blinkingText 1.6s infinite
        }

@keyframes blinkingText {
            0% {
                color: #ea1010
            }
            49% {
                color: #ea1010
            }
            60% {
                color: #ea1010
            }
            99% {
                color: transparent
            }
            100% {
                color: #ea1010
            }
        }

@media(max-width:767px){
    section {padding-left: 15px!important;padding-right: 15px!important;}
    .section_2{padding: 15px 0; font-size: 22px;}
}

.VIpgJd-ZVi9od-aZ2wEe-OiiCO-ti6hGc{display: none!important;}
.skiptranslate{display: none!important;}
body{top: 0!important;}

.gray{position: absolute;right: 0;top: 0;z-index: 0;}


.gt-larns {font-style: normal;}

/** Regular */
@font-face {
  font-family: "San Francisco";
  font-weight: 400;
  src: url("./fonts/sanfranciscodisplay-regular-webfont.woff");
}

/** Medium */
@font-face {
  font-family: "San Francisco";
  font-weight: 500;
  src: url("./fonts/sanfranciscodisplay-medium-webfont.woff");
}

/** Semi Bold */
@font-face {
  font-family: "San Francisco";
  font-weight: 600;
  src: url("./fonts/sanfranciscodisplay-semibold-webfont.woff");
}



