* , *:before, *:after {
	outline: none !important;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
@font-face{
	font-family: 'SegoeUI';
	src:  url('../font/SegoeUIBold.ttf');
	font-weight: 900;
	font-style: normal;
}
@font-face{
    font-family: 'SegoeUI';
    src:  url('../font/SegoeUISemiBold.ttf');
    font-weight: 700;
    font-style: normal;
}
@font-face{
	font-family: 'SegoeUI';
	src:  url('../font/SegoeUIRegular.ttf');
	font-weight: 500;
	font-style: normal;
}
@font-face{
	font-family: 'SegoeUI';
	src:  url('../font/SegoeUILight.ttf');
	font-weight: 100;
	font-style: normal;
}
body {
    font-family: 'SegoeUI';
}
body::-webkit-scrollbar { width: 0; }

body { -ms-overflow-style: none; }

body { overflow: -moz-scrollbars-none; }

span, a, p, li, label, input, button {
	font-size: 18px;
	letter-spacing: 1px;
	color: #fff;
}
h1 {
    font-size: 40px;
    letter-spacing: 2px;
}
h1, h2, span, p, text {
	pointer-events: none;
}
a {
    text-decoration: none;
}
[disabled] {
    pointer-events: none;
    opacity: 0.5;
}
.btn_sig, body.siginin footer a:after, body.siginin header .block-0 a:after {
	-webkit-transition: .35s cubic-bezier(0.4, 0, 1, 1);
       -moz-transition: .35s cubic-bezier(0.4, 0, 1, 1);
        -ms-transition: .35s cubic-bezier(0.4, 0, 1, 1);
         -o-transition: .35s cubic-bezier(0.4, 0, 1, 1);
            transition: .35s cubic-bezier(0.4, 0, 1, 1);
}
body.siginin .block-2 a svg linearGradient stop, body.siginin .block-2 a svg, body.siginin main .sigin .come .social a svg {
    -webkit-transition: .25s cubic-bezier(0.4, 0, 1, 1);
       -moz-transition: .25s cubic-bezier(0.4, 0, 1, 1);
        -ms-transition: .25s cubic-bezier(0.4, 0, 1, 1);
         -o-transition: .25s cubic-bezier(0.4, 0, 1, 1);
            transition: .25s cubic-bezier(0.4, 0, 1, 1);
}
.btn_sig:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
}

body.siginin {
    height: 100vh;
    background-image: url(../img/BG._sigin.jpg);
    background-size: cover;
    position: relative;
    min-height: 650px;
    min-width: 1199px;
}
body.siginin header {
    width: 100%;
    height: 70px;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    padding: 0 10%;
    -webkit-align-items: center;
            align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
body.siginin .block-2 a {
    display: inline-block;
    width: 20px;
    height: 20px;
    font-size: 0;
    margin-left: 20px;
    background-size: contain;
}
body.siginin .block-2 a svg {
    width: 100%;
    height: 100%;
    fill: #fff;
}
body.siginin .block-2 a.youtube:hover svg {
    fill: #d24a43;
}
body.siginin .block-2 a.fac:hover svg {
    fill: #3A559F;
}
body.siginin .block-2 a svg linearGradient stop {
    stop-color: #fff!important;
}
body.siginin .block-2 a:hover svg linearGradient stop:first-child {
    stop-color: #E09B3D!important;
}
body.siginin .block-2 a:hover svg linearGradient stop:nth-child(2) {
    stop-color: #C74C4D!important;
}
body.siginin .block-2 a:hover svg linearGradient stop:nth-child(3) {
    stop-color: #C21975!important;
}
body.siginin .block-2 a:hover svg linearGradient stop:last-child {
    stop-color: #7024C4!important;
}
body.siginin header .block-0 img {
    width: 20px;
    height: 20px;
}
body.siginin header .block-0 a {
    margin-left: 5%;
    position: relative;
}
body.siginin header .abot_logo {
    display: flex;
    height: 80%;
    width: 60%;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
            align-items: center;
}
body.siginin header .abot_logo img {
    height: 75%;
    padding-bottom: 5px;
}
body.siginin header .abot_logo span {
    height: 25%;
    font-size: 10px;
    letter-spacing: 2px;
}
body.siginin footer {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 0 3vh 3%;
    width: 100%;
    font-size: 0;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
}
body.siginin footer a {
    margin: 0 5% 3vh 0;
    -webkit-align-self: flex-start;
            align-self: flex-start;
    position: relative;
}
body.siginin footer a:after, body.siginin header .block-0 a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #fff;
    opacity: 0;
}
body.siginin footer a:hover::after, body.siginin header .block-0 a:hover::after {
    opacity: 1;
}
body.siginin header .block-0, body.siginin header .block-2 {
    display: flex;
    width: 20%;
    -webkit-align-items: center;
            align-items: center;
}
body.siginin header .block-2 {
    -webkit-justify-content: flex-end;
            justify-content: flex-end;
}
body.siginin main {
    position: relative;
    height: 100%;
}
body.siginin main .sigin {
    position: absolute;
    left: 50%;
    top: 58%;
    width: 45%;
    height: max-content;
    background: #fff;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.45);
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.45);
    border-radius: 3px;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-evenly;
    justify-content: space-evenly;
    z-index: 2;
    -webkit-transition: .35s;
    -moz-transition: .35s;
    -ms-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
}
body.siginin main .sigin .come {
    width: 90%;
    height: 22vh;
    -webkit-transform: translateY(-30%);
    -moz-transform: translateY(-30%);
    -ms-transform: translateY(-30%);
    -o-transform: translateY(-30%);
    transform: translateY(-30%);
    background: linear-gradient(180deg, #FF5252 -50.25%, #6E6572 239.52%);
    -webkit-box-shadow: 0px 4px 22px rgba(0, 0, 0, 0.12), 0px 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 4px 22px rgba(0, 0, 0, 0.12), 0px 5px 15px rgba(0, 0, 0, 0.5);
    border-radius: 3px;
    text-align: center;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    min-height: 150px;
    position: absolute;
    top: 0;
    z-index: 99;
}
body.siginin main .sigin .come .container {
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: space-evenly;
            justify-content: space-evenly;
}
body.siginin main .sigin .come span:first-child {
    font-size: 25px;
    line-height: 40px;
}
body.siginin main .sigin .come span:nth-child(2) {
    font-size: 15px;
}
body.siginin main .sigin .come p {
    font-size: 10px;
    color: #D5D5D5;
}
body.siginin main .sigin .come a.blue {
    font-size: 10px;
    color: #2D9CDB;
    pointer-events: painted;
}
body.siginin main .sigin .come .social a {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 0 6%;
    background-size: contain;
}
body.siginin main .sigin .come .social a svg {
    width: 100%;
    height: 100%;
}
body.siginin main .sigin .come .social a:first-child:hover svg {
    fill: rgba(0, 0, 0, 0.9);
}
body.siginin main .sigin .come .social a:nth-child(2):hover svg {
    fill: #3A559F;
    stroke: #3A559F;
}
body.siginin main .sigin .come .social a:last-child:hover svg {
    fill: #436eab;
}
body.siginin main .sigin .come .social a:nth-child(2) {
    background-image: url(../img/facebook_now_white.svg);
    width: 30px;
    height: 30px;
}
body.siginin main .sigin .social {
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
    margin-bottom: 1%;
}
body.siginin form {
    padding: 0 5%;
    width: 100%;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 2vh 0 4vh 0;
}
body.siginin form label {
    width: 100%;
    display: flex;
    position: relative;
    flex-wrap: wrap;
}
body.siginin form label input {
    width: calc(100% - 55px);
    border: none;
    border-bottom: 1px solid #d8d8d8;
    margin: 0px 0 0 20px;
    height: 35px;
    margin-bottom: 2vh;
    font-size: 14px;
    color: #000;
}
body.siginin form label img {
    width: 25px;
    height: 25px;
    margin-right: 5px;
    object-fit: contain;
    margin-top: 5px;
}
body.siginin form label p {
    position: relative;
    width: 100%;
    font-size: 13px;
    color: red;
    text-align: right;
    margin-top: -2vh;
    display: none;
    margin-right: 4px;
    margin-bottom: 1vh;
}
body.siginin form label:nth-child(4) input {
    margin-right: 5px;
}
body.siginin form label:nth-child(4), body.siginin form label:nth-child(5) {
    width: 50%;
}
body.siginin form label img.send_wi {
    width: 30px;
    height: 30px;
    margin-right: 0;
}
.btn_sig {
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    background: linear-gradient(180deg, #FF5252 -50.25%, #6E6572 239.52%);
    -webkit-box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.12), 0px 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.12), 0px 5px 15px rgba(0, 0, 0, 0.5);
    border-radius: 3px;
    padding: 12px 0 13px;
    width: 250px;
}
.answer_sig .btn_sig {
    background: linear-gradient(180deg, #77d9a0 -50.25%, #6E6572 239.52%);
}
.answer_sig .dop-btn-sig .btn_sig {
    background: linear-gradient(180deg, #FF5252 -50.25%, #6E6572 239.52%);
}
#container_form {
    position: relative;
    display: block;
    width: 95%;
}
#checkout {
    width: 75%;
    margin: 2vh auto 4vh auto;
}
.sigin .polos_text {
    position: relative;
    max-width: 60%;
    display: block;
    margin: 0 auto;
    margin-top: 22vh;
    text-align: center;
}
.sigin .polos_text span {
    position: relative;
    display: inline-block;
    font-weight: 400;
    line-height: normal;
    font-size: 15px;
    color: rgba(0, 0, 0, 0.87);
    background: white;
    z-index: 99;
    padding: 0px 20px;
    top: -2px;
}
.sigin .polos_text:after {
    left: 0;
    margin-left: -30%;
    background: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
}
.sigin .polos_text:before {
    right: 0;
    margin-right: -30%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
}
.sigin .polos_text:after, .sigin .polos_text:before {
    content: "";
    position: absolute;
    top: 50%;
    width: 35% !important;
    height: 1px;
    z-index: 999;
}
input::-webkit-input-placeholder {
  color: #515252;
  opacity: 1;
}
input:-moz-placeholder {
  color: #515252;
  opacity: 1;
}
input::-moz-placeholder {
  color: #515252;
  opacity: 1;
}
input:-ms-input-placeholder {
  color: #515252;
  opacity: 1;
}
input:focus::-webkit-input-placeholder {
  opacity: 0;
}
input:focus:-moz-placeholder {
  opacity: 0;
}
input:focus::-moz-placeholder {
  opacity: 0;
}
input:focus:-ms-input-placeholder {
  opacity: 0;
}
body.siginin form label span.border_color {
    position: absolute;
    bottom: 0;
    right: 0;
    width: calc(100% - 50px);
    height: 1px;
    background: #000;
    margin-bottom: 2vh;
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -ms-transform-origin: left;
    -o-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scale(0,1);
    -moz-transform: scale(0,1);
    -ms-transform: scale(0,1);
    -o-transform: scale(0,1);
    transform: scale(0,1);
    -webkit-transition: transform .65s;
    -moz-transition: transform .65s;
    -ms-transition: transform .65s;
    -o-transition: transform .65s;
    transition: transform .65s;
    will-change: transform;
}
body.siginin form label input:focus+span.border_color {
    -webkit-transform: scale(1,1);
       -moz-transform: scale(1,1);
        -ms-transform: scale(1,1);
         -o-transform: scale(1,1);
            transform: scale(1,1);
}
body.siginin form label:nth-child(4) span.border_color {
    width: calc(100% - 76px);
    margin-right: 20px;
}
body.siginin form label:nth-child(5) span.border_color {
    width: calc(100% - 46px);
}
.sigin a.btn_gray {
    background: #6E6572;
    font-weight: 300;
    font-size: 22px;
    letter-spacing: 0.13em;
    padding: 7px 40px 15px 40px;
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transform: translateX(100%) rotate(-90deg);
    -moz-transform: translateX(100%) rotate(-90deg);
    -ms-transform: translateX(100%) rotate(-90deg);
    -o-transform: translateX(100%) rotate(-90deg);
    transform: translateX(100%) rotate(-90deg);
    -webkit-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    margin-right: -52px;
}
.sigin a.btn_gray:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    -webkit-box-shadow: 0px 4px 25px 2px rgba(0, 0, 0, 0.45);
            box-shadow: 0px 4px 25px 2px rgba(0, 0, 0, 0.45);
    z-index: 2;
}
button.btn_sig {
    border: none;
    cursor: pointer;
    margin-top: 2vh;
    font-family: Segoe UI;
}
button[disabled] {
    opacity: 1 !important;
}
button.move {
    -webkit-animation: scale 1s infinite linear;
    animation: scale 1s infinite linear;
}
.preeloader_sig {
    position: absolute;
    display: flex;
    -webkit-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    height: 100%;
    min-height: 300px;
    background-color: #fff;
    -webkit-box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.45);
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.45);
    border-radius: 3px;
    top: 0;
    z-index: 10;
}

input.input-error {
    border-color: red !important;
}

@-webkit-keyframes rotate_sig {
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg);
            transform: rotate3d(0, 0, 1, 360deg);
  }
}

@keyframes rotate_sig {
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg);
            transform: rotate3d(0, 0, 1, 360deg);
  }
}
.preeloader_sig svg {
  -webkit-transform: rotate3d(0, 0, 1, -90deg);
          transform: rotate3d(0, 0, 1, -90deg);
}
.preeloader_sig svg circle {
  fill: none;
  stroke: #444;
  stroke-width: 2px;
  will-change: transform;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-animation-name: rotate_sig;
          animation-name: rotate_sig;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.preeloader_sig svg .inner {
  stroke: #6e6572;
  stroke-dasharray: 200.96;
  stroke-dashoffset: 160.96;
  -webkit-animation-delay: 200ms;
          animation-delay: 200ms;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
.preeloader_sig svg .middle {
  stroke: #219653;
  stroke-dasharray: 238.64;
  stroke-dashoffset: 178.64;
  -webkit-animation-delay: 100ms;
          animation-delay: 100ms;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}
.preeloader_sig svg .outer {
  stroke: #e25558;
  stroke-dasharray: 276.32;
  stroke-dashoffset: 176.32;
  -webkit-animation-delay: 300ms;
          animation-delay: 300ms;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}
.preeloader_sig svg {
    margin-top: 14vh;
}
body.siginin main .sigin .answer_sig {
    height: 60vh;
    width: 100%;
    padding: 16vh 0 0vh 0;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: space-evenly;
            justify-content: space-evenly;
    -webkit-align-items: center;
            align-items: center;
}
body.siginin main .sigin .answer_sig .polos_text {
    margin: 0;
}
a.btn_sig {
    -webkit-align-self: center;
    align-self: center;
    text-align: center;
}
.dop-btn-sig {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 20px;
    margin-top: 10px;
}
.answer_sig img {
    width: 7vw;
}
.answer_sig .polos_text:after, .answer_sig .polos_text:before {
    width: calc(45% - 100px);
}
div#container_info {
    width: 100%;
}
.sigin.loaded .come > *, .sigin.loaded #container_info > *, .sigin.loaded #container_form > * {
    opacity: 0;
}
.come > *,  #container_info > *, #container_form > * {
    -webkit-transition: .35s;
       -moz-transition: .35s;
        -ms-transition: .35s;
         -o-transition: .35s;
            transition: .35s;
}
.sigin.change #container_info > *, .sigin.change #container_form > * {
    opacity: 0;
}
.action-form-login {
    position: relative;
    width: 100%;
}
.action-form-login a {
    color: black;
    font-size: 14px;
    letter-spacing: 0;
    border-bottom: 1px solid black;
    display: inline-block;
    margin-left: 50px;
    margin-top: 5px;
    margin-bottom: 15px;
}
@media screen and (min-width:1750px) {
    body.siginin form label:nth-child(4) input {
        width: calc(100% - 60px);
    }
    body.siginin form label:nth-child(5) input {
        width: calc(100% - 60px);
    }
    body.siginin main .sigin .come span:first-child {
        font-size: 40px;
    }
    body.siginin main .sigin .come span:nth-child(2) {
        font-size: 20px;
    }
    body.siginin main .sigin .come .social a {
        width: 55px;
        height: 55px;
    }
    body.siginin main .sigin .come p {
        font-size: 13px;
    }
    .sigin .polos_text span {
        font-size: 16px;
    }
    body.siginin main .sigin {
        top: 54%;
    }
    body.siginin form label input {
        height: 40px;
        font-size: 16px;
    }
    body.siginin form label img {
        width: 30px;
        height: 30px;
    }
    body.siginin form label img.send_wi {
        width: 35px;
        height: 35px;
    }
    span, a, p, li, label, input, button {
        font-size: 22px;
        letter-spacing: 1px;
        color: #fff;
    }
    .btn_sig {
        font-size: 21px;
        width: 270px;
    }
    body.siginin header {
        height: 90px;
    }
    body.siginin header .block-0 img {
        width: 30px;
        height: 30px;
    }
    body.siginin .block-2 a {
        width: 30px;
        height: 30px;
        margin-left: 30px;
    }
    body.siginin footer {
        padding: 0 0 3vh 5%;
        -webkit-flex-direction: unset;
        -ms-flex-direction: unset;
        flex-direction: unset;
    }
    body.siginin footer a {
        margin: 0 5% 0vh 0;
    }
    .answer_sig span {
        font-size: 20px!important;
        line-height: 30px!important;
    }
}

@media screen and (max-width:767px) {
    body.siginin {
        min-width: unset;
        height: max-content;
    }
    body.siginin main .sigin {
        width: 100%;
        position: relative;
        left: 0;
        top: 0;
        -webkit-transform: unset;
           -moz-transform: unset;
            -ms-transform: unset;
             -o-transform: unset;
                transform: unset;
        margin-top: 85px;
    }
    .sigin a.btn_gray {
        -webkit-transform: unset;
           -moz-transform: unset;
            -ms-transform: unset;
             -o-transform: unset;
                transform: unset;
        -webkit-transform-origin: unset;
           -moz-transform-origin: unset;
            -ms-transform-origin: unset;
             -o-transform-origin: unset;
                transform-origin: unset;
        margin: 0 0 -45px 0;
    }
    body.siginin form label:nth-child(4), body.siginin form label:nth-child(5) {
        width: 100%;
    }
    body.siginin form label:nth-child(4) input {
        margin-right: 0;
    }
    body.siginin form label:nth-child(5) input {
        margin: 0 0 25px 25px;
    }
    body.siginin form label input {
        height: 45px;
        margin-bottom: 25px;
        font-size: 18px;
    }
    body.siginin main .sigin .come {
        height: max-content;
        -webkit-transform: translateY(-20%);
           -moz-transform: translateY(-20%);
            -ms-transform: translateY(-20%);
             -o-transform: translateY(-20%);
                transform: translateY(-20%);
    }
    body.siginin main .sigin .come span:first-child {
        font-size: 35px;
    }
    body.siginin main .sigin .come span:nth-child(2) {
        font-size: 19px;
    }
    body.siginin main .sigin .come p {
        font-size: 16px;
    }
    body.siginin main .sigin .come .container {
        padding: 0 15px;
    }
    .sigin .polos_text {
        margin-top: 45vh;
    }
    body.siginin form {
        margin: 8vh 0 5vh 0;
    }
    body.siginin header .abot_logo {
        display: none;
    }
    body.siginin header .block-2 {
        display: none;
    }
    body.siginin header .block-0 {
        width: 100%;
    }
    body.siginin header .block-0 a {
        font-size: 22px;
    }
    body.siginin header .block-0 img {
        width: 27px;
        height: 27px;
    }
    body.siginin header {
        height: 70px;
        background: rgba(0, 0, 0, 0.6);
        position: relative;
    }
    body.siginin main .sigin .come a.blue {
        font-size: 16px;
    }
    body.siginin main .sigin .social {
        margin: 4% 0;
    }
    body.siginin form label span.border_color {
        margin-bottom: 25px;
    }
    body.siginin form label:nth-child(5) span.border_color {
        width: calc(100% - 56px);
    }
    .sigin.load {
        min-height: 650px;
    }
    body.siginin footer {
        position: relative;
    }
    body.siginin footer a {
        -webkit-align-self: center;
                align-self: center;
        margin: 0 0 3vh 0;
    }
    body.siginin footer {
        position: relative;
        margin-top: 70px;
        background: rgba(0, 0, 0, 0.7);
        padding: 5% 3%;
    }
    body.siginin main .sigin .answer_sig {
        padding: 24vh 0 2vh 0;
    }
    .answer_sig img {
        width: 60px;
    }
    .sigin .polos_text[data-type=remember] {
        margin-top: 30vh;
    }
    .sigin .polos_text[data-type=checkout] {
        margin-top: 35vh;
    }
}

@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
       -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
         -o-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes scale {
  0% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
       -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
         -o-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
  }
}