a {
    color: #555;
}
a:hover {
    color: #333;
}
header {
    background: #777777;
    padding: 10px 0px;
    z-index: 1;
    position: relative;
    color: #fff;
}
.main {
    /*background: url('../img/bg.jpg') no-repeat right top;*/
    background: #eee;
    background-attachment: fixed;
    padding-bottom: 15px;
    margin-bottom: 15px;
    /*color: #ffffff;*/
}
.main .container {
    /*background: rgba(255,255,255,0.5);*/
}
.main .container .form {
    background: rgba(150,150,150,0.3);
}
.akciya {
    text-align: center;
    border: 2px solid #aa0000;
    border-radius: 30px;
    margin: 30px auto;
    padding: 0px;
}
.main .akciya {
    border: 2px solid #fff;
    background: rgba(0,0,0,0.3);
}
.akciya h3 {
    font-size: 40px;
    font-weight: bold;
    line-height: 1;
}
.akciya > div {
    font-size: 70px;
    color: #ff1111;
    line-height: 1;
    padding-bottom: 10px;
}
img {
    max-width: 100%;
}

h1, h2, h3 {
    margin: auto;
    text-align: center;
    
    color: #555;
    display: table;
}
h1 {
    /*background: linear-gradient(90deg, #0ec495 35%, #0b849f 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
    color: #333;
    font-size: 55px;
    font-weight: bold;
    text-transform: uppercase;
}
h1 span, h2 span, .dia{
    color: #b61a1e;
}
h2 {
    margin-bottom: 25px;
    font-weight: bold;
}
p.descr {
    text-align: center;
    font-size: 1.5rem;
}
.form {
    border: 1px solid #dfdfdf;
    border-radius: 20px;
    padding: 20px;
}
footer p {
    text-align: center;
}
footer {
    margin-top: 20px;
    padding: 20px;
    background: #dfdfdf;
}
footer p a {
    color: #777 !important;
}
.no-lek {
    font-size: 12px;
    color: #777;
    text-align: center;
}
.center {
    text-align: center;
}
.price-block2 {
    font-size: 1.5rem;
    vertical-align: middle;
}
.price-block2 .old-price {
    font-size: 2rem;
    text-decoration: line-through;
    color: #999;
}
.price-block2 .new-price {
    font-size: 2rem;
    color: #000000;
    font-weight: bold;

}
.price-block {
    text-align: center;
    vertical-align: middle;
    margin-bottom: 0px;
    line-height: 1.3;
}
.price-block .old-price {
    font-size: 1.8rem;
    text-decoration: line-through;
    color: #999;
}
.price-block .old-price span {
    font-size: 1rem;
    vertical-align: top;
}
.price-block .new-price {
    font-size: 2rem;
    color: #000000;
    font-weight: bold;
}
.the-best > div {
    text-align: center;
}
.the-best img {
    width: 25%;
}
.delivery-block {
    background: #999;
    padding: 30px;
}
.delivery-block * {
    color: #fff;
}
.delivery-block h3, .delivery-block p {
    text-align: center;
}
.delivery-block h3 span {
    font-weight: bold;
}
.svgicon {
    width: 30%;
}
@media (max-width: 765px) {
    .svgicon {
        width: 20%;
    }
}
@media (max-width: 480px) {
    h1 {
        font-size: 40px;
    }
    .akciya h3 {
        font-size: 30px;
    }
}
ul.sostav li span {
    display: block;
}
ul.sostav li span.li-title {
    text-transform: uppercase;
    color: #1caca3;
    font-weight: bold;
}
ul.sostav.steps li span {
    display: inline;
}
.phone-div {
    position: fixed;
    right: 5px;
    bottom: 5px;
}
.phone-but {
    background: url("") no-repeat center center;
    background-size: 100%;
    width: 70px;
    height: 70px;
    box-shadow: 0px 0px 20px 3px rgba(0,0,0,0.9);
    border-radius: 70px;
    -webkit-animation-name: bounce;
    -moz-animation-name: bounce;
    -o-animation-name: bounce;
    animation-name: bounce;
    animation-duration: 3s;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
}
@media (max-width: 480px) {
    .phone-but {
        width: 40px;
        height: 40px;
    }
}
.phone-form-container {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: rgba(0,0,0,0.5);
    display: table-cell;
    vertical-align: middle;
}
.phone-form {
    margin: auto;
    width: 100%;
    height: 500px;
    background: #dfdfdf;
}
@-webkit-keyframes bounce {
	0%, 20%, 50%, 80%, 90%, 100% {-webkit-transform: translateY(0);}
	85% {-webkit-transform: translateY(-10px);}
	95% {-webkit-transform: translateY(-5px);}
}

@-moz-keyframes bounce {
	0%, 20%, 50%, 80%, 90%, 100% {-moz-transform: translateY(0);}
	85% {-moz-transform: translateY(-10px);}
	95% {-moz-transform: translateY(-5px);}
}

@-o-keyframes bounce {
	0%, 20%, 50%, 80%, 90%, 100% {-o-transform: translateY(0);}
	85% {-o-transform: translateY(-10px);}
	95% {-o-transform: translateY(-5px);}
}
@keyframes bounce {
	0%, 20%, 50%, 80%, 90%, 100% {transform: translateY(0);}
	85% {transform: translateY(-10px);}
	95% {transform: translateY(-5px);}
}

/*.shake {
	-webkit-animation-name: bounce;
	-moz-animation-name: bounce;
	-o-animation-name: bounce;
	animation-name: bounce;
        animation-duration: 3s;
        animation-timing-function: ease;
        animation-iteration-count: infinite;
}*/
.phones {
    display: block;
    text-align: right;
    /*float: right;*/
    line-height: 1;
    font-size: 0.8rem;;
}
.phones a {
    color: #fff !important;
}
footer .phones {
    font-size: 0.9rem;
    display: block;
    margin: auto;
    text-align: center;
    float: none;
    margin: auto;
}
footer .phones a {
    color: #212529 !important;
}
a.logo {
    color: #fff !important;
    text-decoration: none !important;
}
a.logo span {
    font-size: 50px;
    font-weight: bold;
    line-height: 1;
}
.order-result a {
    color: #007bff;
}
.cart-block * {
    vertical-align: middle;
}
.cart-block .badge {
    vertical-align: top;
}
.cart-block .glyphicon:hover {
    text-decoration: none;
}
header .cart * {
    vertical-align: middle;
}
header .cart .glyphicon {
    font-size: 2rem;
}
