﻿@import url('../../../css2');
*, *:after, *:before {
box-sizing: border-box;
}
body {
    font-family: "DM Sans", sans-serif;
    line-height: 1.5;
}
img {
    max-width: 100%;
    display: block;
}
input {
    appearance: none;
    border-radius: 0;
}
.card {
    height: 100%;
    margin: 2rem auto;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 425px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 20px 0 rgba(153, 153, 153, .25);
    padding: 0.75rem;
    border-top: 7px solid red;
}
.card-image {
    border-radius: 8px;
    overflow: hidden;
    padding-bottom: 85%;
    /* background-image: url('https://assets.codepen.io/285131/coffee_1.jpg'); */
    background-image: url('../../product.webp');
    background-repeat: no-repeat;
    background-size: 90%;
    background-position: center 70%;
    position: relative;
}
.card-heading {
    position: relative;
    font-size: 2rem;
    font-weight: 700;
    color: rgb(61, 31, 55);
    line-height: 2;
    margin: 5% auto;
    text-align: center;
}
.card-heading small {
    display: block;
    font-size: 0.8em;
    line-height: 1.2;
    font-weight: 400;
    margin-top: 0.25em;
    color: #000;
}
.card-form {
    padding: 2rem 1rem 0;
}
.input {
    display: flex;
    flex-direction: column-reverse;
    position: relative;
    padding-top: 1.5rem;
}
.input + .input {
    margin-top: 1.5rem;
}
.input-label {
    color: #8597a3;
    position: absolute;
    top: 1.5rem;
    transition: 0.25s ease;
}
.input-field {
    border: 0;
    z-index: 1;
    background-color: transparent;
    border-bottom: 2px solid #eee;
    font: inherit;
    font-size: 1.5rem;
    padding: 0.25rem 0;
}
.input-field:focus, .input-field:valid {
    outline: 0;
    border-bottom-color: #228B22;
}
.input-field:focus + .input-label, .input-field:valid + .input-label {
    color: #228B22;
    transform: translateY(-1.5rem);
}
.action {
    margin-top: 2rem;
}
.action-button {
    font: inherit;
    font-size: 1.5rem;
    padding: 1em;
    width: 100%;
    font-weight: bold;
    background: red;
    border: 1px solid rgb(61, 31, 55);
    border-radius: 10px !important;
    color: #fff;
    text-transform: uppercase;
    line-height: 26px;
}
.action-button:focus {
    outline: 0;
}
.card-info {
    padding: 1rem 1rem;
    text-align: center;
    font-size: 0.875rem;
    color: #8597a3;
}
.card-info a {
    display: block;
    color: #cf1312;
    text-decoration: none;
}
.shine-button{
    transition: .2s ease-in-out;
}
.shine-button:hover {
    background: #fff;
    color: rgb(61, 31, 55);
}

.line{
    height: 1px;
    background-color: #8597a3;
}

/*второй*/
.second-my {
    width: 260px;
    padding: 0px;
    text-align: center;
}

.second-my .result span.items {
    padding: 10px 7px;
    display: inline-block;
    margin: 0 4px 0 -5px;
    font-size: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 1px 1px 0px rgb(178, 176, 176);
    -moz-box-shadow: 0px 1px 1px 0px rgb(178, 176, 176);
    box-shadow: 0px 1px 1px 0px rgb(178, 176, 176);
    background: red;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#7d7e7d", endColorstr="#0e0e0e", GradientType=0);
    /* IE6-9 */
    color: white;
    font-family: "Russo One", sans-serif;
    min-width: 30px;
    letter-spacing: 2px;
}

.second-my .result span.dot {
    margin: 0 -1px;
    position: relative;
    left: -4px;
    font-family: "Russo One", sans-serif;
    font-size: 17px;
}

.second-my .result {
    float: none;
}

.second-my .titles {
    position: relative;
    height: 0;
    right: -23px;
    width: 300px;
}

.second-my .titles span {
    font-size: 10px;
    position: relative;
    top: 12px;
}

.second-my .titles span.mm {
    right: 18px;
}

.second-my .titles span.hh {
    right: 40px;
}

.second-my .titles span.dd {
    right: 62px;
}

.second-my p.titloftimer {
    font-size: 18px;
    margin: 0 auto;
    left: 10px;
    position: relative;
    font-family: "Russo One", sans-serif;
}

/*ресет*/

.timerhello span {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

.timerhello p {
    font-size: 100%;
    font: inherit;
    color: #191919;
    font-family: Verdana, sans-serif;
    font-size: 13px;
    margin: 0 0 10px 0;
    line-height: 17px;
}

.clearf {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

p.hellotimercopy {
    display: none !important;
}
