@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,700&subset=cyrillic');
@import url('https://fonts.googleapis.com/css?family=Rubik:300,400,700,900&subset=cyrillic');

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
	font-family: 'Rubik', sans-serif;
}

.main-heading {
	border-bottom: 3px solid #ffa200;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 2em;
	color: #000;
}

.get-ref-link {
	position: absolute;
	right: 0;
	top: -24px;
	height: 24px;
	display: inline-block;
	font-size: 12px;
	line-height: 24px;
	text-align: center;
	padding-right: 8px;
	padding-left: 8px;
	color: #000;
	background: #ffa200;
	border-radius: 5px 0 0 0;
}
.get-ref-link:hover {
	color: #000;
	text-decoration: none;
	background-color: #ffb533;
}

.programm { margin-bottom: 40px; background: #fff; padding-bottom: 15px; box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2); position: relative; flex: 0 0 calc(97% / 3); margin: 0 calc(1% / 2); margin-bottom: 1em; }
.programm .title { font-size: 14px; font-weight: 600; line-height: 18px; height: 75px; text-align: center; color: #fff; background: #000; display: flex; align-items: center; justify-content: center; }
.programm .img { height: 140px; background-size: cover !important; background-position: center center !important; }
.programm .text { height: 70px; text-align: center; font-family: 'Open Sans'; color: #000; font-size: 14px; line-height: 14px; padding: 0 10px 0 10px; background: #fff; padding-top: 10px; }
.programm .text p { margin: 0; }
.programm .text-1 { height: 55px; text-align: center; font-family: 'Open Sans'; font-size: 13px; color: #838383; line-height: 16px; font-style: italic; padding: 0 5px 0 5px; background: #fff; padding-top: 10px; }
.programm .prices { padding: 0 10px 0 10px; height: 40px; background: #fff; border-top: 1px solid #ebebeb; padding-top: 10px; }
.programm .prices > div { }
.programm .prices .rub { font-family: 'PT Sans'; }
.programm .prices p { font-size: 13px; line-height: 15px; margin-bottom: 7px; text-align: center; }
.programm .prices .full-price .price { font-size: 24px; font-weight: bold; letter-spacing: -1px; text-align: center; color: #f46405; font-family: 'Open Sans'; font-size: 21px; }
.programm .prices .cert-price .price { font-size: 20px; letter-spacing: -1px; font-weight: bold; color: #e70b3a; }
.programm .prices .cert-price p { color: #e70b3a; }
.programm .prices:after { content: ""; display: block; clear: both; }
.programm .button-buy { height: 45px; width: 90%; text-align: center; line-height: 42px; display: block; margin: 0 auto; border-radius: 45px; color: #fff; font-size: 18px; font-weight: 600; text-decoration: none;  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e70b3a+24,c8052e+48,e70b3a+100 */ background: #e70b3a; /* Old browsers */ background: -moz-linear-gradient(top, #e70b3a 24%, #c8052e 48%, #e70b3a 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(top, #e70b3a 24%, #c8052e 48%, #e70b3a 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to bottom, #e70b3a 24%, #c8052e 48%, #e70b3a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e70b3a', endColorstr='#e70b3a', GradientType=0); /* IE6-9 */ }
.programm .button-buy:hover { opacity: 0.85; }
.programm .btn-programm-more { display: block; font-size: 13px; text-align: center; font-family: 'Open Sans'; color: #838383; font-style: italic; text-decoration: underline; }

.programm-wrapper { margin: 0 -0.5%; }
.programm-wrapper:after { content: ''; flex: auto; }


.table th, .table td {
	vertical-align: middle;
}