@import url('https://fonts.googleapis.com/css?family=Open+Sans');

body { font-family: 'Open Sans', arial, sans-serif; }


/* HEADER & FOOTER */

 
header, footer  {
    background-color: #c8e6d1;
    
    background-image: url(../img/bg-header.png);
	background-repeat: repeat;
    padding: 18px 0;
 }
header {
	border-bottom: 1px solid #d0c8c8;
}
.contacts {
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
    color: #224295;
    text-align: center;
    padding-top: 14px;
}
.contacts p {
    margin-bottom: 0;
}

.logo>img {
    width: 318px;
}
.contacts .glyphicon { 
    margin-right: 12px;
    font-size: 16px;
}
footer {
	
	border-top: 1px solid #d0c8c8;
}
footer .links {
    text-align: center;
    padding-top: 22px;
}
footer .links p {
    margin: 0;
}
footer .ip {
    margin-top: 14px;
}


.s1 {
	padding: 20px 0 0;
}
.s1 .s-title {
	text-align: center;
	padding: 24px 0;
	font-size: 24px;
	font-weight: bold;
}

.crazy-title {
}
.crazy-title p {
	text-align: center;
	margin: 0;
	padding: 4px 0;
	font-size: 20px;
}

.st-form {
    width: 100%;
	background-image: url(../img/bg-form.png);
    border: 1px solid rgba(83, 83, 83, 0.56);
    padding: 24px;
    margin: 0 0 24px;
	border-radius: 8px;
	box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.56); -webkit-box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.56);
}
.st-form>form {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.st-form input {
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #26292f;
    padding: 12px 4px;
	margin: 8px 0px;
	border: 1px solid #c4c4c4;
	border-radius: 14px;
	
}
.st-form input:focus {
    border: 1px solid #234394;

}

.st-form button[type=submit] {
    font-size: 18px;
    border: none;
    border-radius: 15px;
    cursor: pointer;
    font-weight: bold;
    padding: 12px;
    display: block;
    margin: 0 auto;
	background-color: #f87508;
	color: #fff;
	box-shadow: 0px 1px 4px 2px rgba(255, 115, 0, 0.56);
	-webkit-box-shadow: 0px 1px 4px 2px rgba(255, 115, 0, 0.56);
}
.st-form button[type=submit]:hover { 
	box-shadow: 0px 2px 4px 2px rgba(255, 115, 0, 0.56);
	-webkit-box-shadow: 0px 2px 4px 2px rgba(255, 115, 0, 0.56);
	background-color: #db7118;
}
.st-form a {
	 color: #f39322;
}

.central {
	padding: 24px 0;
}
.orange {
	padding: 24px 12px;
	min-height: 316px;
	background-color: #F49424;
	color: #fff;
	font-size: 18px;
	text-align: center;
	display: flex;	display: -webkit-flex;
	flex-direction: column;	-webkit-flex-direction: column;
	justify-content: center; -webkit-justify-content: center;
}
.orange.shake-orange {
     animation-name: shakeButton;
    animation-duration: 0.5s;
    animation-iteration-count: 2;
}






.orange .l1 {
	font-size: 22px;
	font-weight: bold;
	padding: 14px 0;
	border-bottom: 4px solid #fff;
}
.orange .l3 {
	margin-top: 10px;
}
.orange .l2 .iz, .orange .l2 .num {
	font-weight: bold;
}
.green-line {
	text-align: center;
	padding: 22px 0;
	position: relative;
}
.green-line::before, .green-line::after {
	position: absolute;
	top: 12px;
	height: 100%;
	color: #ea8084;
	width: 100px;
	font-size: 54px;
	font-weight: bold;
	letter-spacing: 0px;
}
.green-line::before {
	content: ">>>";
	left: -100px;
}
.green-line::after {
	content: "<<<";
	right: -100px;
}
.green-link {
	display: block;
	background: #4aa276;
	text-align: center;
	padding: 14px;
	font-size: 22px;
	color: #fff;
	text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.66);
	border-radius: 4px;
}
.green-link:hover, .green-link:focus {
	text-decoration: none;
	opacity: 0.8;
	color: #fff;
}
.green-link .old-price {
    text-decoration: line-through;
    font-size: 20px;
}

.green-link.shake-button {
    animation-name: shakeButton;
    animation-duration: 0.5s;
    animation-iteration-count: 2;    
}

@keyframes shakeButton {
    0% {
        transform: rotate(-1deg);
    }
    20% {
        transform: rotate(1deg);
    }
    40% {
        transform: rotate(-0.5deg);
    }
    60% {
        transform: rotate(0.5deg);
    }
    80% {
        transform: rotate(-0.3deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

h3 {
    text-align: center;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 20px;
}
.page-bullets {
    list-style-type: none;
    font-size: 20px;
    padding: 20px 0;
}
.page-bullets li {
    margin-bottom: 12px;
}
.page-bullets li::before {
    content: '✔'; 
    margin-right: 14px;
    color: #4aa276;
}


/* prise-bullets */

.prise-bullets {
    display: flex;
    display: -webkit-flex;
    justify-content: space-around;
    -webkit-justify-content: space-around;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin: 46px 0;
}
.prise-bullets .pb-item {
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
}
.prise-bullets .pb-item .pb-item-title {
    text-transform: uppercase;
    font-weight: bold;
}
.prise-bullets .pb-item .pb-item-title-2 {
    text-transform: uppercase;    
    font-size: 16px;
}
.prise-bullets .pb-item .pb-item-title-2.gold {
    color: #d8d12a;
}
.prise-bullets .pb-item .pb-item-title-2.silver {
    color: #a0a0a0;
}
.prise-bullets .pb-item .pb-item-title-2.green {
    color: green;
}
.prise-bullets .pb-item .img {
    padding: 14px 0;
}
.prise-bullets .pb-item .img img {
    width: 170px;
}
.prise-bullets .pb-item .prise-price {
    margin-top: 20px;
    font-size: 18px;
    color: #777777;
    font-weight: bold;
}




.rub50 {
	text-align: center;
	
}
.rub50 img {

    width: 314px;
	padding: 24px 0 0;
	position: relative;
	bottom: -22px;
}
.vetka {
	position: relative;
	bottom: -12px;
	text-align: center;
	height: 92px;
}
.vetka img {
	max-width: 100%;
}

.video-wrapper {
    position: relative; 
    padding-bottom: 56.25%; 
    height: 0; 
    overflow:hidden; 
}
.video-wrapper iframe, 
.video-wrapper object, 
.video-wrapper embed {
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%;
  height: 100%; 
}


/* Action end */

.action-end {
    text-align: center;
    padding: 40px 0;
    font-size: 24px;
    display: none;
}
footer.bottom {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
}


@media (max-width: 1200px) {
	.s1 {
		margin-bottom: 162px;
	}
	.green-line::before, .green-line::after {
		display: none;
	}
	.orange {
		min-height: 256px;
	}
}

@media (max-width: 992px) {
    
    .contacts { font-size: 18px; }
	.s1 {
		margin-bottom: 16px;
	}
	footer {	
		position: inherit;
	}
	.orange .l1 {
		font-size: 20px;
	}
}


@media (max-width: 768px) {
    
    .logo>img {
        margin: 0 auto;
        max-height: 70px;
    }
    
    .ip { text-align: center; }
    
     .contacts { 
        display: flex;
        flex-direction: row;
        justify-content: space-around;
    }
	.orange {
		width: 318px;
		margin: 0 auto;
	}
}

@media (max-width: 520px) {
	.s1 .s-title {
		font-size: 20px;
	}
}
@media (max-width: 420px) {
    
    .contacts {
        flex-direction: column;
        text-align: center;
    }
	.orange {
		width: 100%;
	}
    
}
