/*
Theme Name: playamotheme
Theme URI:
Author:
Author URI:
Description: Шаблон для сайта Playamo
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/** Начало стилей редактора Wordpress **/
.comment-content img[height],
.entry-content img,
.entry-summary img,
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"],
#site-header img {
	height: auto;
}
img.size-full,
img.size-large,
.wp-post-image,
.post-thumbnail img {
	height: auto;
	max-width: 100%;
}
embed,
iframe,
object,
video {
	margin-bottom: 24px;
	max-width: 100%;
}
p > embed,
p > object,
span > embed,
span > iframe,
span > object {
	margin-bottom: 0;
}
.alignnone{
	display:block;
}
.alignleft {
	display: inline;
	float: left;
}
.alignright {
	display: inline;
	margin-left: 30px;
	float: right;
}
.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
	margin: 0.4em 1.6em 1.6em 0;
}
blockquote.alignright,
.wp-caption.alignright,
img.alignright {
	margin: 0.4em 0 1.6em 1.6em;
}
blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
	clear: both;
	margin-top: 0.4em;
	margin-bottom: 1.6em;
}
.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
	margin-bottom: 1.2em;
}
/** Конец стилей редактора Wordpress **/
/** Начало основные стили **/
body {
	margin: 0;
	font-family: 'CeraPro-Regular';
	font-weight: 400;
	color: #323232;
}
p {
	line-height: 1.6;
}
/** конец основные стили **/
/** Начало вспомогательные стили **/
.clear:empty{
	clear:both;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
hr {
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
    border-top: 1px solid #373c42;
}
a,
button,
:after,
img {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
:focus {
    outline: -webkit-focus-ring-color auto 0;
}
a:hover,
a:focus {
	text-decoration: none;
}
button, input {
    overflow: hidden;
	cursor: pointer;
}
button:focus {
    outline: 0 dotted;
    outline: 0 auto -webkit-focus-ring-color;
}
input [type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
img{
	object-fit: cover;
	max-width: 100%;
}
section {
	position: relative;
}
.disabled_block {
	pointer-events: none;
	cursor: default;
	box-shadow: none;
}
.d-flex,
.d-sm-flex,
.d-md-flex,
.d-lg-flex,
.d-xl-flex {
	display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6, BB7 */
	display: -ms-flexbox; /* TWEENER - IE 10 */
	display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
	display: flex; /* NEW, Spec - Firefox, Chrome, Opera */
}
.orient-vertical {
	align-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.div-shadow {
	width: 100%;
	max-width: 10em;
	-webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.25);
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.25);
}
.btn-shadow,
.mailpoet_submit {
	display: block;
	width: 100%;
	padding: 0.933em 0;
	border-radius: 0.5em;
	border: 0;
	font-size: 0.938em;
	text-transform: uppercase;
	color: #ffffff;
	font-family: 'CeraPro-Black';
	-webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.5);
	-moz-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.5);
	box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.5);
	text-shadow: 0 2px 0 rgba(0, 0, 0, 0.5);
	text-align: center;
}
.btn-shadow:hover,
.mailpoet_submit:hover {
	color: #ffffff;
}
.decor-top,
.decor-bottom {
	height: 25px;
}
.decor-top {
	padding: 3.125em 0 2.813em;
}
.decor-bottom {
	padding: 0 0 4.75em;
}
.decor-top:before,
.decor-bottom:before,
.decor-top:after,
.decor-bottom:after {
	position: absolute;
}
.decor-top:before,
.decor-bottom:after {
	display: none;
	content: url(img/plus-gray.png);
}
.decor-top:before,
.decor-bottom:before {
	left: 0;
}
.decor-bottom:before,
.decor-top:after {
	display: none;
	content: url(img/circle-gray.png);
}
.decor-bottom:after,
.decor-top:after {
	right: 0;
}
.title {
	font-size: 3.125em;
	font-family: 'CeraPro-Black';
	text-transform: uppercase;
}
.title-h3 {
	font-size: 2.5em;
	font-family: 'CeraPro-Bold';
	color: #ffffff;
}
.white-container {
	background-color: #ffffff;
}
.white-container .title {
	color: #000000;
}
.section__title {
	display: table;
}
.section__title:after {
	content: '';
	display: table;
	width: 100%;
	height: 4px;
	margin-top: 4px;
}
.white-container .section__title:after {
	background-color: #dedede;
}
.purple-container,
.footer {
	background:-webkit-linear-gradient(90deg, rgb(41, 28, 50) 20%, rgb(82, 38, 93) 80%);
	background:-o-linear-gradient(90deg, rgb(41, 28, 50) 20%, rgb(82, 38, 93) 80%);
	background:-moz-linear-gradient(90deg, rgb(41, 28, 50) 20%, rgb(82, 38, 93) 80%);
	background:linear-gradient(90deg, rgb(41, 28, 50) 20%, rgb(82, 38, 93) 80%);
}
.purple-container .title,
.burgundy-container .title {
	color: #ffffff;
}
.purple-container .section__title:after {
	background:-webkit-linear-gradient(90deg, rgb(7, 79, 0) 20%, rgb(59, 187, 37) 80%);
	background:-o-linear-gradient(90deg, rgb(7, 79, 0) 20%, rgb(59, 187, 37) 80%);
	background:-moz-linear-gradient(90deg, rgb(7, 79, 0) 20%, rgb(59, 187, 37) 80%);
	background:linear-gradient(90deg, rgb(7, 79, 0) 20%, rgb(59, 187, 37) 80%);
}
.burgundy-container {
	background:-webkit-linear-gradient(90deg, rgb(81, 10, 64) 20%, rgb(106, 13, 84) 80%);
	background:-o-linear-gradient(90deg, rgb(81, 10, 64) 20%, rgb(106, 13, 84) 80%);
	background:-moz-linear-gradient(90deg, rgb(81, 10, 64) 20%, rgb(106, 13, 84) 80%);
	background:linear-gradient(90deg, rgb(81, 10, 64) 20%, rgb(106, 13, 84) 80%);
}
.burgundy-container .section__title:after {
	background:-webkit-linear-gradient(90deg, rgb(255, 97, 0) 20%, rgb(253, 189, 44) 80%);
	background:-o-linear-gradient(90deg, rgb(255, 97, 0) 20%, rgb(253, 189, 44) 80%);
	background:-moz-linear-gradient(90deg, rgb(255, 97, 0) 20%, rgb(253, 189, 44) 80%);
	background:linear-gradient(90deg, rgb(255, 97, 0) 20%, rgb(253, 189, 44) 80%);
}
/** конец вспомогательные стили **/
/** Начало контейнеры **/
.wrapper {
	overflow-x: hidden;
}
.container-fluid {
	max-width: 1140px;
}
/** конец контейнеры **/
/** Начало стилей Шапки **/
.header {
	height: 75px;
	background: rgb(41, 28, 50);
	background: -moz-linear-gradient(0deg, rgb(41, 28, 50) 30%, rgb(82, 38, 93) 70%);
	background: -webkit-linear-gradient(0deg, rgb(41, 28, 50) 30%, rgb(82, 38, 93) 70%);
	background: -o-linear-gradient(0deg, rgb(41, 28, 50) 30%, rgb(82, 38, 93) 70%);
	background: -ms-linear-gradient(0deg, rgb(41, 28, 50) 30%, rgb(82, 38, 93) 70%);
	background: linear-gradient(90deg, rgb(41, 28, 50) 30%, rgb(82, 38, 93) 70%);
}
.header_subscribe,
.mailpoet_submit {
	background: rgb(7, 79, 0);
	background: -moz-linear-gradient(270deg, rgb(7, 79, 0) 2%, rgb(59, 187, 37) 81%);
	background: -webkit-linear-gradient(270deg, rgb(7, 79, 0) 2%, rgb(59, 187, 37) 81%);
	background: -o-linear-gradient(270deg, rgb(7, 79, 0) 2%, rgb(59, 187, 37) 81%);
	background: -ms-linear-gradient(270deg, rgb(7, 79, 0) 2%, rgb(59, 187, 37) 81%);
	background: linear-gradient(0deg, rgb(7, 79, 0) 2%, rgb(59, 187, 37) 81%);
}
.header_subscribe:hover,
.mailpoet_submit:hover {
	background: rgb(7, 71, 0);
	background: -moz-linear-gradient(270deg, rgb(7, 71, 0) 30%, rgb(7, 66, 0) 70%);
	background: -webkit-linear-gradient(270deg, rgb(7, 71, 0) 30%, rgb(7, 66, 0) 70%);
	background: -o-linear-gradient(270deg, rgb(7, 71, 0) 30%, rgb(7, 66, 0) 70%);
	background: -ms-linear-gradient(270deg, rgb(7, 71, 0) 30%, rgb(7, 66, 0) 70%);
	background: linear-gradient(0deg, rgb(7, 71, 0) 30%, rgb(7, 66, 0) 70%);
}

/** конец стилей Шапки **/
/** Начало стилей Главная страница **/
.carousel-item {
	width: 100%;
	height: 37.5em;
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #000000;
}
.carousel__title {
	margin-bottom: 0.680em;
	color: #ffffff;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.carousel__title:hover {
	color: #ffffff;
}
.carousel__more {
	background:-webkit-linear-gradient(0deg, rgb(255, 97, 1) 20%, rgb(253, 188, 44) 80%);
	background:-o-linear-gradient(0deg, rgb(255, 97, 1) 20%, rgb(253, 188, 44) 80%);
	background:-moz-linear-gradient(0deg, rgb(255, 97, 1) 20%, rgb(253, 188, 44) 80%);
	background:linear-gradient(0deg, rgb(255, 97, 1) 20%, rgb(253, 188, 44) 80%);
}
.carousel__more:hover {
	background:-webkit-linear-gradient(0deg, rgb(207, 78, 0) 20%, rgb(240, 91, 0) 80%);
	background:-o-linear-gradient(0deg, rgb(207, 78, 0) 20%, rgb(240, 91, 0) 80%);
	background:-moz-linear-gradient(0deg, rgb(207, 78, 0) 20%, rgb(240, 91, 0) 80%);
	background:linear-gradient(0deg, rgb(207, 78, 0) 20%, rgb(240, 91, 0) 80%);
}
.carousel-indicators {
	margin: 0 0 0 15px;
	bottom: 2.45em;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
#slider .decor-top {
	padding: 0;
	top: 3.125em;
}
#slider .decor-top:before,
.purple-container .decor-top:before,
.burgundy-container .decor-top:before,
#slider .decor-bottom:after,
.purple-container .decor-bottom:after,
.burgundy-container .decor-bottom:after {
	display: none;
	content: url(img/plus.png);
}
#slider .decor-top:after,
.purple-container .decor-top:after,
.burgundy-container .decor-top:after,
.purple-container .decor-bottom:before,
.burgundy-container .decor-bottom:before {
	display: none;
	content: url(img/circle.png);
}
#slider .decor-bottom:before {
	display: none;
}
#slider .decor-bottom {
	padding: 0;
	bottom: 3.125em;
}
#slider {
	height: 37.5em;
}
#slider > div {
	height: inherit;
}
#slider > div.container-fluid {
	left: 0;
	right: 0;
}
#slider .carousel-indicators li {
	width: 11px;
	height: 11px;
	margin-right: 20px;
	margin-left: 0;
	border: 2px solid #ffffff;
	opacity: .85;
	border-radius: 50%;
	background-color: transparent;
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.75);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.75);
}
#slider .carousel-indicators li.active,
#slider .carousel-indicators li:hover {
	width: 15px;
    height: 15px;
    opacity: 1;
	border-width: 0;
	background-color: #ffffff;
}
.games-wrapper {
	margin: 1.25em 0 1em;
}
.game-block {
	height: 12.188em;
	margin-top: 15px;
	margin-bottom: 15px;
}
.game-block img {
	position: relative;
	width: 100%;
	height: inherit;
	z-index: 0;
}
.game-block__title {
	display: none;
	padding: 10px;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background:-webkit-linear-gradient(0deg, rgba(7, 79, 0, 0.65) 20%, rgba(59, 187, 37, 0.65) 80%);
	background:-o-linear-gradient(0deg, rgba(7, 79, 0, 0.65) 20%, rgba(59, 187, 37, 0.65) 80%);
	background:-moz-linear-gradient(0deg, rgba(7, 79, 0, 0.65) 20%, rgba(59, 187, 37, 0.65) 80%);
	background:linear-gradient(0deg, rgb(7, 79, 0, 0.65) 20%, rgb(59, 187, 37, 0.65) 80%);
	z-index: 1;
}
.game-block__title span {
	padding-left: 0.5em;
	padding-right: 0.5em;
	font-size: 1.25em;
	font-family: 'CeraPro-Black';
	text-transform: uppercase;
	color: #ffffff;
}
.game-block__title span:after {
	content: '';
	display: table;
	width: 100%;
	height: 2px;
	margin-top: 6px;
	background:-webkit-linear-gradient(90deg, rgb(255, 97, 0) 20%, rgb(253, 189, 44) 80%);
	background:-o-linear-gradient(90deg, rgb(255, 97, 0) 20%, rgb(253, 189, 44) 80%);
	background:-moz-linear-gradient(90deg, rgb(255, 97, 0) 20%, rgb(253, 189, 44) 80%);
	background:linear-gradient(90deg, rgb(255, 97, 0) 20%, rgb(253, 189, 44) 80%);
}
.game-block__border {
	border: 2px solid rgba(255, 255, 255, 0.15);
}
.game-week {
	padding-bottom: 1.563em;
}
.game-week p {
	margin-bottom: 1.667em;
	font-size: 0.938em;
	color: #ffffff;
}
.game-week a.header_subscribe {
	margin-top: 50px;
}
.game-week-img {
	height: 20.313em;
	text-align: right;
	overflow: hidden;
}
.game-week-img img {
	height: inherit;
	-webkit-box-shadow: 0 50px 100px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 50px 100px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0 50px 100px 0px rgba(0, 0, 0, 0.25);
	-webkit-transition: all 1.8s ease;
	-moz-transition: all 1.8s ease;
	-o-transition: all 1.8s ease;
	-ms-transition: all 1.8s ease;
	transition: all 1.8s ease;
}
.game-week-img img:hover {
	-moz-transform: scale(1.15) rotate(4deg);
	-webkit-transform: scale(1.15) rotate(4deg);
	-o-transform: scale(1.15) rotate(4deg);
	-ms-transform: scale(1.15) rotate(4deg);
	transform: scale(1.15) rotate(4deg);
	transform: scale(1.15) rotate(4deg);
}
.game-week h3 {
	margin-top: 28px;
	font-size: 2.5em;
	font-family: 'CeraPro-Bold';
	color: #ffffff;
}
.no-related {
	font-size: 1.5em;
	color: #000000;
}
.purple-container .no-related,
.burgundy-container .no-related {
	color: #ffffff;
}
.burgundy-container .section__title:hover::after {
	background:-webkit-linear-gradient(90deg, rgb(253, 189, 44) 100%, rgb(255, 97, 0) 20%);
	background:-o-linear-gradient(90deg, rgb(253, 189, 44) 100%, rgb(255, 97, 0) 20%);
	background:-moz-linear-gradient(90deg, rgb(253, 189, 44) 100%, rgb(255, 97, 0) 20%);
	background:linear-gradient(90deg, rgb(253, 189, 44) 100%, rgb(255, 97, 0) 20%);
}
/** конец стилей Главная страница **/
/** Начало стилей страница Игры **/
.single-header__title {
	margin-bottom: 0.4em;
}
.kama_breadcrumbs {
	margin-bottom: 1.563em;
	color: #7d7d7d;
}
.kama_breadcrumbs a,
.kb_title,
.content-post p,
.options-block li {
	font-size: 0.938em;
}
.kama_breadcrumbs a,
.content-post p {
	color: #ffffff;
}

.content-post p {
	line-height: 1.4;
	margin-bottom: 10px;
}

.kb_title {
	color: #7d7d7d;
}
.kb_sep i {
	position: relative;
	display: inline-block;
	width: 10px;
	height: 1px;
	margin: 0 10px;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 1px 0px 0px rgba(128,72,115,1);
	-moz-box-shadow: 0px 1px 0px 0px rgba(128,72,115,1);
	box-shadow: 0px 1px 0px 0px rgba(128,72,115,1);
}
.kama_breadcrumbs a:hover {
	text-decoration: underline;
}
.latest-btn {
	max-width: 10.667em;
	margin-bottom: 1.667em;
}
.game-code {
	margin: 0.25em 0 1.188em;
	height: 100%;
	max-height: 31.250em;
	/*background-color: #cccccc;*/
}
.game-code iframe{
	height: 31.250em!important;
}
.content-wrapper {
	margin: 36px 0 25px;
	margin: 2.25em 0 1.563em;
}
.options-wrapper {
	margin: 2.313em 0 1.5em;
}
.options-block li {
	position: relative;
	color: #000000;
	border-bottom: 1px solid #dedede;
	line-height: 1.6;
}
.options-block li:before {
	position: absolute;
	top: 2px;
	left: 0;
}
.options-block li.provider:before {
	content: url(img/option_1.png);
}
.options-block li.release-date:before {
	content: url(img/option_2.png);
}
.options-block li.slot-type:before {
	content: url(img/option_3.png);
}
.options-block li.rtp:before {
	content: url(img/option_4.png);
}
.options-block li.variance:before {
	content: url(img/option_5.png);
}
.options-block li.min-bet:before {
	content: url(img/option_6.png);
}
.options-block li.max-bet:before {
	content: url(img/option_7.png);
}
.options-block li.max-win:before {
	content: url(img/option_8.png);
}
.options-block li.layout:before {
	content: url(img/option_9.png);
}
.options-block li.paylines:before {
	content: url(img/option_10.png);
}
.options-block li.bonus-types:before {
	content: url(img/option_11.png);
}
.options-block li span,
.options-block li b {
	display: inline-block;
	width: 50%;
}
.options-block li span {
	padding-left: 1.6em;
	font-family: 'CeraPro-Regular';
	vertical-align: top;
}
.options-block li b {
	font-family: 'CeraPro-Bold';
}
.options-description ul, .content-post ul {
	list-style: disc;
    margin-bottom: 1rem;
    padding-left: 30px;
}

.content-post ul {
	color: #ffffff;
}

.content-error {
	padding: 3em 0;
}
/** конец стилей страница Игры **/
/** Начало стилей Подвала **/
.footer {
	height: 75px;
}
.footer__link {
	color: rgba(255, 255, 255, 0.5);
}
a.footer__link:hover {
	color: rgba(255, 255, 255, 1);
	text-decoration: underline;
}
.copyright {
	display: block;
	width: 100%;
}
.copyright:after {
	position: relative;
	content: '';
	display: inline-block;
	margin-left: 5px;
	width: 25px;
	height: 25px;
	background-image: url(img/plus18.png);
	background-size: cover;
	top: 8px;
}
.close {
	position: absolute;
	right: 30px;
	top: 25px;
	width: 25px;
	height: 25px;
	opacity: 0.5;
	cursor: pointer;
}
.close:hover {
	opacity: 1;
}
.close:before, .close:after {
	position: absolute;
	left: 15px;
	content: ' ';
	height: 26px;
	width: 3px;
	background-color: #ffffff;
}
.close:before {
	transform: rotate(45deg);
}
.close:after {
	transform: rotate(-45deg);
}
.subscribe-form {
	display: none;
	width: 100%;
	max-width: 410px;
	right: 0;
	top: 100px;
	z-index: 10;
	-webkit-box-shadow: 0 75px 150px 0 rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 75px 150px 0 rgba(0, 0, 0, 0.25);
	box-shadow: 0 75px 150px 0 rgba(0, 0, 0, 0.25);
}
.subscribe-form__header {
	height: 75px;
	padding: 0 30px;
	background-color: #291c32;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
}
.subscribe-form__header:before {
	position: absolute;
	content: url(img/pointer.png);
	top: -18px;
	right: 65px;
}
.subscribe-form__header h2 {
	font-size: 25px;
	font-family: 'CeraPro-Black';
	color: #ffffff;
}
#mailpoet_form_1 {
	padding: 30px;
	padding-top: 25px;
	padding-bottom: 10px;
	background-color: #ffffff;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
form.mailpoet_form {
	padding: 0;
}
input.mailpoet_text {
	height: 50px;
	padding-left: 20px;
	border: 2px solid #c8c8c8;
	border-radius: 5px;
	font-size: 0.938em;
	color: rgba(0, 0, 0, 0.5);
}
input.mailpoet_text.parsley-error {
	border: 2px solid #fa1923;
}
input.mailpoet_text.parsley-error::placeholder {
	color: #fa1923;
}
.mailpoet_submit {
	max-width: 10em;
	margin-top: 25px;
	-webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.25);
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.25);
}
.parsley-errors-list {
	display: none;
}

/** конец стилей Подвала **/
/** Начало  подключения шрифтов **/
@font-face {
	font-family: 'CeraPro-Regular';
	src: url('fonts/cerapro-regular.eot?') format('embedded-opentype'),
	url('fonts/cerapro-regular.woff') format('woff'),
	url('fonts/cerapro-regular.ttf')  format('truetype'),
	url('fonts/cerapro-regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'cerapro-bold';
	src: url('fonts/cerapro-bold.eot?') format('embedded-opentype'),
	url('fonts/cerapro-bold.woff') format('woff'),
	url('fonts/cerapro-bold.ttf')  format('truetype'),
	url('fonts/cerapro-bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'cerapro-black';
	src: url('fonts/cerapro-black.eot?') format('embedded-opentype'),
	url('fonts/cerapro-black.woff') format('woff'),
	url('fonts/cerapro-black.ttf')  format('truetype'),
	url('fonts/cerapro-black.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
/** конец подключения шрифтов**/