/*
Theme Name: sc-Name
Theme URI: sc-Name URI
Author: Special case
Author URI: https://specialcase.net/
Description: sc-Name theme descr
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/
/*Fonts*/
@font-face{
	font-family: 'Montserrat';
	src: url('fonts/Montserrat-Regular.ttf');
}
@font-face{
	font-family: 'Montserrat';
	font-weight: 500;
	src: url('fonts/Montserrat-Medium.ttf');
}
@font-face{
	font-family: 'Montserrat';
	font-weight: 600;
	src: url('fonts/Montserrat-SemiBold.ttf');
}
@font-face{
	font-family: 'Montserrat';
	font-weight: 700;
	src: url('fonts/Montserrat-Bold.ttf');
}
@font-face{
	font-family: 'Montserrat';
	font-weight: 800;
	src: url('fonts/Montserrat-ExtraBold.ttf');
}
@font-face{
	font-family: 'Montserrat';
	font-weight: 900;
	src: url('fonts/Montserrat-Black.ttf');
}
/*icons-style*/
.fa-apple:before,
.fa-android:before{
	font-family: "fontello";
	font-style: normal;
}
.fa-apple:before {
	content: '\f179';
}
.fa-android:before {
	content: '\f17b';
}
/*Wp-post-style*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-container img{
 	max-width: 100%;
 	height: auto;
}
/*.section-content img[class*='']{*/
.section-content img.size-large,
.section-content img.size-full{
	margin-top: 25px;
	margin-bottom: 25px;
}
/*.section-content p > img.size-full{*/
.section-content a > img[class*='size-'],
.section-content .gallery-icon img,
.section-content p > img.size-large:first-child,
.section-content p > img.size-full:first-child{
	margin-top: 0;
	margin-bottom: 0;
}
.alignleft,
img.alignleft{
 	display: inline;
 	float: left;
 	margin-right: 24px;
 	margin-top: 4px;
}
.alignright,
img.alignright{
 	display: inline;
 	float: right;
 	margin-left: 24px;
 	margin-top: 4px;
}
.aligncenter,
img.aligncenter{
 	clear: both;
 	display: block;
 	margin-left: auto;
 	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter{
 	margin-bottom: 12px;
}
.wp-caption{
 	background: #f1f1f1;
 	line-height: 18px;
 	margin-bottom: 20px;
 	padding: 4px;
 	text-align: center;
	max-width: 100%;
}
.wp-caption img{
 	/* margin: 5px 5px 0; */
 	/* max-width: 622px; */
}
.section-content .wp-caption img.size-full{
	margin: 0;
}
.wp-caption p.wp-caption-text{
 	color: #777;
 	font-size: 12px;
 	margin: 5px;
}
.wp-smiley{
 	margin: 0;
}
/*Default style*/
.hidden{
	display: none !important;
}
.visible-mbl-xs,
.visible-mbl,
.visible-tbl,
.visible-dsc{
	display: none !important;
}
.container-fluid{
	box-sizing: border-box;
	min-width: 320px;
	overflow: hidden;
	clear: both;
}
body .hc__right,
.container-fluid .container{
	padding-left: 30px;
	/* padding-right: 60px; */
	padding-right: 30px;
}
.container-fluid .container{
	height: inherit;
	clear: both;
}
.container-fluid .container-fluid{
	margin-left: -30px;
	/* margin-right: -60px; */
	margin-right: -30px;
}
.container-fluid .container .container{
	/*padding: 0;*/
}
.f-c::after{
	content: "";
	display: block;
	visibility: hidden;
	height: 0;
	clear: both;
}
.v-a-c{
	display: table;
	height: inherit;
}
.v-a-b{
	display: table-cell;
	height: inherit;
	vertical-align: middle;
}
/*a,*/
/*a:focus,*/
/*a:hover,*/
.c-h,
.fancybox-close-small,
label,
input[type="submit"],
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
a{
	color: inherit;
	text-decoration: none;
}
body{
	font-family: 'Montserrat';
	font-size: 15px;
  	color: #212121;
  	line-height: 1;
}
body *::after,
body *::before,
body *{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
  	-webkit-transition: color .25s, background .25s, box-shadow .25s, opacity .25s, border .25s, fill .25s, stroke .25s;
	-o-transition: color .25s, background .25s, box-shadow .25s, opacity .25s, border .25s, fill .25s, stroke .25s;
	transition: color .25s, background .25s, box-shadow .25s, opacity .25s, border .25s, fill .25s, stroke .25s;
}
textarea,
input{
	font-weight: 500;
	font-family: "Montserrat";
}
input[type="submit"]{
	appearance: none;
	-webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    border: none;
}
input[type="number"]::-ms-expand{
	display: none;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button{
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
textarea:-ms-input-placeholder,
input:-ms-input-placeholder{
	opacity: 0.8;
	color: inherit;
}
textarea::-moz-placeholder,
input::-moz-placeholder{
	opacity: 0.8;
	color: inherit;
}
textarea:-moz-placeholder,
input:-moz-placeholder{
	opacity: 0.8;
	color: inherit;
}
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder{
	opacity: 0.8;
	color: inherit;
}
textarea::placeholder,
input::placeholder{
	opacity: 0.8;
	color: inherit;
}
.img-wrap{
	position: relative;
	overflow: hidden;
	height: 0;
}
.img-wrap img{
	margin: 0 !important;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
	font-family: 'object-fit: cover; object-position: 50% 50%;';
}
.img-wrap.contain img{
	object-fit: contain;
	font-family: 'object-fit: contain; object-position: 50% 50%;';
}
.img-wrap.scale img{
	object-fit: scale-down;
	font-family: 'object-fit: contain; object-position: 50% 50%;';
}
.s-breadcrumbs a,
.underline{
	display: inline;
	padding-bottom: 2px;
	border-bottom: 1px solid #64b5f6;
}
.underline.grey{
	border-bottom-color: #d7dde3;
}
.underline.red{
	border-bottom-color: #ee263b;
}
.underline.white{
	border-bottom-color: #fff;
}
.s-breadcrumbs a:hover,
.underline:hover{
	color: #64b5f6 !important;
	border-bottom-color: transparent;
}
.underline *{
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
b,
strong{
	font-weight: 700;
}
em,
i{
	font-style: italic;
}
.section-content{
	line-height: 25px;
}
.section-content blockquote > *,
.ss-spoiler > *,
.m-margin .item > .table-1 > *,
.m-margin .item-body .item > *:not([class*="table-1"]),
.section-content .fusion-text > *:not([class*="s-"]),
.section-content > *:not([class*="s-"]){
	margin-top: 20px;
	margin-bottom: 20px;
}
.section-content > .fusion-column-wrapper,
.section-content > .container-fluid{
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
.modal-header1,
.h1,
.h2,
.h3,
.section-content h1,
.section-content h2,
.section-content h3,
.section-content h4,
.section-content h5,
.section-content h6{
	font-weight: 700;
	line-height: normal;
}
.h1,
.section-content h1{
	font-size: 36px;
	line-height: 50px;
}
.modal-header1,
.h2,
.section-content h2{
	font-size: 28px;
	line-height: 40px;
}
.section-content h2{
	margin: 30px 0;
}
.h3,
.section-content h3{
	font-size: 18px;
	line-height: 25px;
}
.section-content h3{
	margin: 25px 0;
}
.section-content hr{
	margin-top: 30px;
	margin-bottom: 30px;
	border: none;
	height: 1px;
	background-color: #dde4e7;
}
.section-content b,
.section-content strong{
	font-weight: 700;
}
/*.section-content a:not(.btn):not(.underline){*/
.section-content td a:not(.btn),
.section-content li a,
.section-content p a{
	display: inline;
	/*padding-bottom: 2px;*/
	border-bottom: 1px solid #64b5f6;
}
/*.section-content a:not(.btn):hover{*/
.section-content a[href*="uploads"],
.section-content td a:not(.btn):hover,
.section-content li a:hover,
.section-content p a:hover{
	color: #64b5f6 !important;
	border-bottom-color: transparent;
}
.section-content p:last-child:empty{
	display: none;
}
.section-content ol{
  counter-reset: item;
}
.section-content ol > li{
  	/*text-indent: -2em;*/
  	/*list-style-type: none;*/
  	counter-increment: item;
	margin-bottom: 15px;
	padding-left: 23px;
	position: relative;
}
.section-content ol > li:last-child{
	margin-bottom: 0;
}
.section-content ol > li:before{
  	display: inline-block;
  	/*width: 1em;*/
  	/*padding-right: 0.5em;*/
  	font-weight: bold;
  	text-align: right;
  	content: counter(item) ".";
  	/*color: #bbdefb;*/
  	position: absolute;
  	left: 0;
}
.section-content ol > li ul {
	margin-top:12px
}
.ss-spoiler > ul > li,
.m-margin .section-content ul > li,
.section-content .fusion-text > ul > li,
.section-content > ul > li,
.section-content > ol > li > ul > li,
.section-content > ol > li > ul > li > ul > li {
	position: relative;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 15px;
	padding-left: 23px;
}

.section-content >  ol, 
.section-content >  ul {
  margin-left: 20px;
}
.ss-spoiler > ul > li:before,
.m-margin .section-content ul > li:before,
.section-content .fusion-text > ul > li:before,
.section-content > ul > li:before,
.section-content > ol > li > ul > li:before{
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	left: 0px;
	top: 6px;
	border-radius: 50%;
	background-color: #bbdefb;
}
.section-content > ol > li > ul > li > ul > li:before {
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	left: 0px;
	top: 6px;
	background-color: #ccc;
}
.ss-spoiler > ul > li:last-child,
.m-margin .section-content ul > li:last-child,
.section-content .fusion-text > ul > li:last-child,
.section-content ul > li:last-child{
	margin-bottom: 0;
}
.section-content blockquote{
	position: relative;
	background-color: #f6f6fa;
	padding: 22px 26px;
	border-left: 3px solid #ee263b;
}
.section-content blockquote:before{
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	right: 0;
	bottom: 0;
	border-width: 10px;
	border-style: solid;
	border-color: #ececf3 #fff #fff #ececf3;
}
.section-content i{
	font-style: italic;
}
.m-margin table,
.section-content .table{
	border: 1px solid #ececf3;
}
.m-margin table tr,
.section-content .table tr{
	height: 40px;
	border-bottom: 1px solid #ececf3;
}
.m-margin table tbody tr:last-child,
.section-content .table tbody tr:last-child{
	border-bottom: none;
}
.m-margin table tbody tr:nth-of-type(2n-1),
.section-content .table tbody tr:nth-of-type(2n-1){
	background-color: #f6f6fa;
}
.m-margin table thead tr,
.section-content .table thead tr{
	/*background-color: transparent;*/
}
.m-margin table th,
.section-content .table th,
.m-margin table td,
.section-content .table td{
	/*padding: 0 20px;*/
	padding: 5px 20px;
	vertical-align: middle;
	border-right: 1px solid #fff;
}
.m-margin table th:last-child,
.section-content .table th:last-child,
.m-margin table td:last-child,
.section-content .table td:last-child{
	border-right: none;
}
.section-content blockquote > *:first-child,
.m-margin .item > .table-1 > *:first-child,
.m-margin .item-body .item > *:not([class*="table-1"]):first-child,
.section-content .fusion-text > *:first-child,
.section-content > *:first-child{
	margin-top: 0 !important;
}
.section-content blockquote > *:last-child,
.m-margin .item > .table-1 > *:last-child,
.m-margin .item-body .item > *:not([class*="table-1"]):last-child,
.section-content .fusion-text > *:last-child,
.section-content > *:last-child{
	margin-bottom: 0 !important;
}
.m-margin .item > .table-1 > img,
.m-margin .item-body .item > img,
.section-content p > img,
.section-content > img{
	max-width: 100%;
    height: auto;
}
/*buttons-style*/
.btn{
	display: inline-table;
	text-align: center;
	height: 50px;
	height: 45px;
	margin-bottom: 2px;
	cursor: pointer;
	padding: 0 30px;
	border-radius: 3px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
p > .btn{
	margin: 5px;
}
.btn > span{
	display: table-cell;
	vertical-align: middle;
	line-height: 18px;
	font-weight: 600;
	font-size: 15px;
}
.section-content table td .btn > span{
	padding: 0 5px;
}
[class*=fusion-button] .btn,/*http://bm.sctest.ru/bonusy/funktsiya-vykup-stavki-ot-vinlajn/*/
.btn[title*='android'],/*http://bm.sctest.ru/stati/mobilnaya-versiya-i-prilozheniya-bk-1hstavka/*/
.btn[title*='mobile'],
.btn.yellow{
	background-color: #ffd600;
	-webkit-box-shadow: 0 2px 1px 0 rgba(160, 134, 0, .7);
	box-shadow: 0 2px 1px 0 rgba(160, 134, 0, .7);
}
[class*=fusion-button] .btn:hover,
.btn[title*='android']:hover,
.btn[title*='mobile']:hover,
.btn.yellow:hover{
    background-color: #ffdd33;
}
.btn.red{
	background-color: #ee263b;
	-webkit-box-shadow: 0 2px 1px 0 rgba(159, 0, 17, .7);
	box-shadow: 0 2px 1px 0 rgba(159, 0, 17, .7);
	color: #fff;
}
.btn.red:hover{
	background-color: #d01124;
}
.btn.full[title*='android'],
.btn.full[title*='mobile']{
	/*margin: 0 0 20px;*/
}
.btn.grey{
	background-color: #90a4ae;
	-webkit-box-shadow: 0 2px 1px 0 rgba(30, 38, 64, .7);
	box-shadow: 0 2px 1px 0 rgba(30, 38, 64, .7);
	color: #fff;
}
.btn.grey:hover{
    background-color: #718b98;
}
.btn.small{
	height: 35px;
	padding: 0 15px;
}
.btn.small > span{
	font-size: 14px;
	line-height: 1;
}
.btn.big{
	height: 60px;
}
.btn.big > span{
	font-weight: 700;
	font-size: 18px;
}
.btn.full{
	width: 100%;
	margin: 0 0 2px;
}
.btn.spoiler > span:after{
	content: "\e806";
	font-family: "fontello";
	margin-left: 10px;
	font-size: 10px;
}
/*body-style*/
#body{
	display: table;
	width: 1900px;
	table-layout: fixed;
	padding-left: 260px;
	margin: 0 auto;
}
/*sidebar-style*/
#sidebar{
	background-color: #1e2640;
	width: 260px;
	-webkit-box-shadow: 0 0 15px 0 rgba(13, 20, 44, .6);
	box-shadow: 0 0 15px 0 rgba(13, 20, 44, .6);
	position: relative;
	z-index: 9;
	position: fixed;
	/*left: 0;*/
	top: 0;
	height: 100vh;
	z-index: 99;
	overflow-y: auto;
	/*-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);*/
	/*-webkit-transform: translateX(-260px);
	-ms-transform: translateX(-260px);
	-o-transform: translateX(-260px);
	transform: translateX(-260px);*/
	-webkit-transform: translateX(-263px);
	-ms-transform: translateX(-263px);
	-o-transform: translateX(-263px);
	transform: translateX(-263px);
}
.hamburger{
	position: relative;
	display: none;
	width: 60px;
	height: 60px;
	background-color: #353c53;
	vertical-align: middle;
	margin-right: 18px;
}
.hamburger span:after,
.hamburger span:before,
.hamburger span{
	position: absolute;
	width: 24px;
	height: 4px;
	background-color: #f5f5f5;
	border-radius: 2px;
}
.hamburger span{
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.hamburger span:after,
.hamburger span:before{
	content: "";
	left: 0;
}
.hamburger span:after{
	top: 8px;
	width: 16px;
}
.hamburger span:before{
	bottom: 8px;
}
#sidebar .logo{
	display: block;
	white-space: nowrap;
	padding: 26px 25px 21px 29px;
}
#sidebar .logo .item-img{
	width: 42px;
	height: 44px;
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
}
#sidebar .logo .item-title{
	line-height: 44px;
	height: 44px;
	display: inline-block;
	font-weight: 700;
	font-size: 20px;
	color: #fff;
	vertical-align: middle;
	letter-spacing: 1px;
}
.btn-quest-toggle{
	position: relative;
	display: none;
	width: 57px;
	height: 60px;
	line-height: 60px;
	float: right;
	color: #fff;
	font-size: 21px;
	text-align: center;
}
.btn-quest-toggle:before{
	content: "";
	position: absolute;
	width: 1px;
	height: 26px;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #ee263b;
}
#sidebar .menu{
	margin-bottom: 40px;
}
#sidebar .menu li{
	position: relative;
}
#sidebar .menu > li{
	border-bottom: 1px solid #353c53;
}
#sidebar .menu li.has-child:before{
	content: "\e806";
	font-family: "fontello";
	position: absolute;
	width: 35px;
	height: 40px;
	line-height: 43px;
	right: 9px;
	top: 0;
	z-index: 9;
	background-size: 12px 8px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	cursor: pointer;
	color: #90a4ae;
	text-align: center;
	font-size: 12px;
}
#sidebar .menu li.has-child.open:before{
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
#sidebar .menu li a{
	display: table;
	width: 100%;
	font-weight: 500;
	font-size: 13px;
	line-height: 17px;
	color: #fff;
	/*border-left: 3px solid transparent;*/
	border-left: 6px solid transparent;
	height: 39px;
	/*padding: 0 15px 0 27px;*/
	padding: 10px 15px 10px 27px;
}
#sidebar .menu li.has-child > a{
	padding-right: 40px;
	cursor: pointer;
}
#sidebar .menu li a:hover{
	border-left-color: #ee263b;
	background-color: #353c53;
}
#sidebar .menu li a span{
	display: table-cell;
	vertical-align: middle;
}
#sidebar .menu li.item-with-icon > a span{
	padding-left: 37px;
	background-repeat: no-repeat;
	background-position: 0 50%;
	background-size: 26px auto;
}
#sidebar .menu li.item-with-icon > a span:before{
	font-family: "fontello";
	position: absolute;
	left: 27px;
	top: 10px;
	color: #90a4ae;
	font-size: 25px;
}
#sidebar .menu li.home > a span:before{
	content: "\e80b";
}
#sidebar .menu li.exclusive  > a span:before{
	content: url('/wp-content/uploads/2022/03/diamond-icon.svg');
	width: 25px;
	height: 17px;
	top: 7px;
}
#sidebar .menu li.blog > a span:before{
	content: '\e815';
}
#sidebar .menu li.stati > a span:before{
	content: '\e814';
	/*left: 30px;*/
	margin-left: 4px;
}
#sidebar .menu li.novosti > a span:before{
	content: '\e813';
}
#sidebar .menu li.prognozy > a span:before{
	content: '\e812';
}
#sidebar .menu li.bonusy > a span:before{
	content: '\e811';
}
#sidebar .menu li.video > a span:before{
	content: '\e810';
}
#sidebar .menu li.shkola-stavok > a span:before{
	content: '\e80f';
}
#sidebar .menu li.top_bk > a span:before{
	content: '\e80e';
}
#sidebar .menu li.gamepad > a span:before{
	content: '\e838';
}
#sidebar .menu li.virus > a span:before{
	content: '\e845';
}
#sidebar .sub-menu{
	display: none;
}
#sidebar li.open > .sub-menu{
	display: block;
}
#sidebar .sub-menu li a{
	color: #90a4ae;
}
#sidebar .sub-menu .sub-menu li a{
	padding-left: 37px;
}
#sidebar .sub-menu li a:hover{
	color: #fff;
}
/*s-ban-style*/
/*.s-ban .item{*/
.s-ban{
	text-align: center;
}
.s-ban.ban-top{
	margin-bottom: 20px;
}
.s-ban.ban-top.second{
	display: none;
}
.s-ban .item-img{
	display: block;
	width: 180px;
	height: 240px;
	margin: 0 auto;
}
#custom_html-2 img{
    width: 400px;
    max-width: 100%;
    margin: 0 auto;
    display: block;
    height: auto;
}
/*main-style*/
#main{
	display: table-cell;
	vertical-align: top;
	width: 100%;
}
/*footer-style*/
#footer{
	padding-top: 52px;
	padding-bottom: 49px;
	border-top: 3px solid #546e7a;
	background-color: #ececf3;
}
#footer .row-first{
	margin: 0 -15px;
}
#footer .row-first > .col{
	float: left;
	padding: 0 15px;
}
#footer .row-first > .col.first{
	width: 31.2%;
	padding-right: 70px;
}
#footer .row-first > .col.second{
	width: 22.1%;
}
#footer .row-first > .col.third{
	width: 23.7%;
}
#footer .row-first > .col.fourth{
	width: 23%;
}
#footer .section-descr{
	font-size: 13px;
	line-height: 25px;
	color: #000;
	margin-bottom: 35px;
}
#footer .section-copyright{
	font-size: 13px;
	line-height: 25px;
	color: #90a4ae;
	margin-bottom: 45px;
}
/*#footer .section-share{*/
#footer .fusion-social-networks-wrapper{
	margin: 0 -3px;
	white-space: nowrap;
}
/*#footer .section-share li{
	display: inline-block;
	margin: 0 3px;
}*/
/*#footer .section-share li a{*/
#footer .fusion-social-networks-wrapper a{
	/*display: block;*/
	display: inline-block;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
/*#footer .vk{*/
#footer .fusion-icon-vk{
	background-color: #507299;
	background-image: url(img/vk.png);
}
/*#footer .vk:hover{*/
#footer .fusion-icon-vk:hover{
	background-color: #3f5a78;
}
/*#footer .facebook{*/
#footer .fusion-icon-facebook{
	background-color: #3c5a9a;
	background-image: url(img/facebook.png);
}
/*#footer .facebook:hover{*/
#footer .fusion-icon-facebook:hover{
	background-color: #2e4476;
}
/*#footer .instagram{*/
#footer .fusion-icon-instagram{
	background-color: #c2185b;
	background-image: url(img/instagram.png);
}
/*#footer .instagram:hover{*/
#footer .fusion-icon-instagram:hover{
	background-color: #961347;
}
#footer .col-title{
	font-weight: 600;
	font-size: 15px;
	line-height: 25px;
	margin-bottom: 28px;
	color: #0d142c;
	white-space: nowrap;
	/*text-overflow: ellipsis;*/
    /*overflow: hidden;*/
}
#footer .menu{
}
#footer .menu li{
	margin-bottom: 19px;
}
#footer .menu li:last-child{
	margin-bottom: 0;
}
#footer .menu li a{
	position: relative;
	font-size: 13px;
	line-height: 18px;
	color: #000;
	display: inline-block;
}
.ss-bonuses{
	margin-top: 33px;
}
.ss-bonuses .item-area{
}
.ss-bonuses .item-wrap{
	margin-bottom: 5px;
}
.ss-bonuses .item-wrap:last-child{
	margin-bottom: 0;
}
.ss-bonuses .item{
	background-color: #fff;
	padding: 7px 18px 7px 22px;
	white-space: nowrap;
}
.ss-bonuses .item-img{
	position: relative;
	height: 36px;
	vertical-align: middle;
	overflow: visible;
	width: 50%;
	float: left;
}
.ss-bonuses .item-img:before{
	content: "";
	position: absolute;
	width: 2px;
	height: 30px;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #ececf3;
}
.ss-bonuses .item-img img{
	object-position: 0 50%;
	font-family: 'object-fit: contain; object-position: 0 50%;';
}
.ss-bonuses .item-price{
	height: 36px;
	line-height: 38px;
	white-space: nowrap;
	vertical-align: middle;
	font-weight: 700;
	font-size: 16px;
	color: #0d142c;
	white-space: nowrap;
	width: 50%;
	text-align: right;
	float: left;
}
/*sidebar-r-style*/
#sidebar-r{
	width: 400px;
	display: table-cell;
	vertical-align: top;
	background-color: #f6f6fa;
}
#sidebar-r-area.sticky{
	position: fixed;
	width: inherit;
	bottom: 0;
	/* right: 0; */
}
#sidebar-r .widget{
	padding-left: 30px;
	padding-right: 30px;
	overflow: hidden;
}
#sidebar-r .widget.with-separator{
	border-bottom: 3px solid #fafafc;
}
#sidebar-r .widget .section-title{
	font-weight: 700;
	font-size: 16px;
	line-height: 25px;
}
.s-search{
	padding-top: 40px;
	padding-bottom: 20px;
}
#sidebar .s-search{
	padding: 0 20px 0 25px;
	margin-bottom: 15px;
}
.s-search form{
	position: relative;
	padding-right: 73px;
}
#sidebar .s-search form{
	padding-right: 0;
}
.s-search .input-wrap{
	position: relative;
	background-color: #1e2640;
	color: #fff;
	border-radius: 3px;
}
#content .s-search .input-wrap{
	background-color: #fff;
}
#sidebar .s-search .input-wrap{
	background-color: #fff;
	color: inherit;
}
.s-search .input-wrap:before{
	content: "\e80a";
	font-family: "fontello";
	position: absolute;
	left: 14px;
	top: 12px;
	font-size: 18px;
	line-height: 1;
}
#content .s-search .input-wrap:before{
	color: #78909c;
}
#sidebar .s-search .input-wrap:before{
	left: auto;
	right: 14px;
	color: #78909c;
}
.s-search .input{
	position: relative;
	width: 100%;
	height: 40px;
	padding: 0 20px 0 40px;
	font-weight: 500;
	font-size: 13px;
	color: inherit;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: 3px;
}
#content .s-search .input{
	border: 1px solid #eee;
	color: #78909c;
}
#sidebar .s-search .input{
  padding: 0 45px 0 15px;
}
/*.s-search .input:-ms-input-placeholder{
	color: #90a4ae;
}
.s-search .input::-moz-placeholder{
	color: #90a4ae;
}
.s-search .input:-moz-placeholder{
	color: #90a4ae;
}
.s-search .input::-webkit-input-placeholder{
	color: #90a4ae;
}
.s-search .input::placeholder{
	color: #90a4ae;
}*/
.s-search .submit{
	position: absolute;
	width: 70px;
	height: 40px;
	right: 0;
	top: 0;
	border-radius: 3px;
	font-weight: 600;
	font-size: 13px;
	background-color: #ffd600;
  -webkit-box-shadow: 0 2px 1px 0 rgba(160,134,0,.7);
  box-shadow: 0 2px 1px 0 rgba(160,134,0,.7);
}
#content .s-search .submit{
	background-color: #0d142c;
	font-weight: 500;
	color: #fff;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#sidebar .s-search .submit{
	background-color: transparent;
	-webkit-box-shadow: none;
  box-shadow: none;
	width: 45px;
	color: transparent;
	font-size: 0;
}
.s-search .submit:hover{
	background-color: #fd3;
}
#content .s-search .submit:hover{
	background-color: #90a4ae;
}
.s-search .section-content{
	margin-top: 10px;
}
#sidebar .s-search .section-content{
	color: #fff;
}
.s-search .section-content ul li{
	margin-bottom: 5px;
	padding-left: 0;
}
.s-search .section-content ul li:before{
	display: none;
}
.s-search .section-content a{
	font-size: 13px;
}
.s-interview{
	padding-top: 22px;
	padding-bottom: 32px;
}
.s-interview .section-title{
	margin-bottom: 13px;
}
.s-interview .item-area{
}
.s-interview .item-wrap{
	margin-bottom: 8px;
}
.s-interview .item-wrap:last-child{
	margin-bottom: 0;
}
.s-interview .item{
	display: table;
	width: 100%;
}
.s-interview .item-title{
	display: table-cell;
	vertical-align: middle;
	padding-right: 20px;
	width: 100%;
}
.s-interview .item-title a{
	font-weight: 500;
	font-size: 13px;
	line-height: 25px;
}
.s-interview .item-title a:hover{
	text-decoration: none;
	color: #64b5f6;
}
.s-interview .item-img{
	display: table-cell;
	vertical-align: top;
}
.s-interview .img-wrap{
	width: 130px;
	height: 100px;
}
.s-express{
	padding-top: 19px;
	padding-bottom: 22px;
}
.s-express .section-title{
	margin-bottom: 13px;
}
.s-express .item-wrap{
	margin-bottom: 8px;
}
.s-express .item-wrap:last-child{
	margin-bottom: 0;
}
.s-express .item{
	display: table;
	width: 100%;
}
.s-express .item-body{
	display: table-cell;
	vertical-align: top;
	padding: 4px 20px 0 0;
	width: 100%;
}
.s-express .item-date{
	font-weight: 500;
	font-size: 11px;
	line-height: 25px;
	white-space: nowrap;
	color: #90a4ae;
	margin-bottom: 5px;
}
.s-express .item-title{

}
.s-express .item-title a{
	font-weight: 500;
	font-size: 13px;
	line-height: 25px;
}
.s-express .item-title a:hover{
	text-decoration: none;
	color: #64b5f6;
}
.s-express .item-img{
	display: table-cell;
	vertical-align: top;
}
.s-express .img-wrap{
	width: 130px;
	height: 100px;
}
.s-forecasts{
	padding-top: 20px;
	padding-bottom: 40px;
}
.s-forecasts .section-title{
	margin-bottom: 17px;
}
.s-forecasts .item-area{
	margin-bottom: 23px;
}
.s-forecasts .item-wrap{
	margin-bottom: 7px;
}
.s-forecasts .item-wrap:nth-child(4){
	display: none;
}
.s-forecasts .item-wrap:nth-last-child(-n+2){
	margin-bottom: 0;
}
.s-forecasts .item{
	display: table;
	width: 100%;
}
.s-forecasts .item-body{
	display: table-cell;
	vertical-align: top;
	padding: 8px 31px 0 0;
}
.s-forecasts .item-img{
	width: 60px;
	height: 60px;
	background-color: #fff;
}
.s-forecasts .item-img img{
	border: 6px solid transparent;
}
.s-forecasts .item-date{
	font-weight: 500;
	font-size: 11px;
	line-height: 25px;
	white-space: nowrap;
	color: #90a4ae;
	text-align: center;
}
.s-forecasts .item-title{
	display: table-cell;
	vertical-align: top;
}
.s-forecasts .item-title a{
	font-weight: 500;
	font-size: 13px;
	line-height: 25px;
}
.s-forecasts .item-btn{
	padding-left: 5px;
}
.s-forecasts .btn-more{
	height: 40px;
	line-height: 38px;
	padding: 0 10px 0 10px;
	border-radius: 3px;
	border: 1px solid #c3cdd4;
	text-align: center;
	width: 156px;
	display: inline-block;
	font-size: 13px;
}
.s-forecasts .btn-more:hover{
	border-color: #78909c;
	background-color: #fff;
}
.s-forecasts .btn-more i{
	font-size: 12px;
	color: #78909c;
	margin-left: 12px;
}
/*s-ban-2-style*/
.s-ban-2 .item-img{
	/* height: 553px; */
}
.s-ban-2 .item-img img{
	max-width: 100%;
	height: auto;
}
/*s-recommend-style*/
.s-recommend{
	padding-top: 29px;
	padding-bottom: 19px;
}
.s-recommend .section-header{
	margin-bottom: 22px;
}
.s-recommend .section-title{
	float: left;
}
.s-recommend .section-more{
	float: right;
}
.s-recommend .section-more a{
	font-weight: 500;
	font-size: 14px;
	line-height: 25px;
	color: #90a4ae;
}
.s-recommend.in-content .item-area{
	margin: -3px;
}
.s-recommend .item-wrap{
	border-top: 1px solid #ececf3;
}
.s-recommend.in-content .item-wrap{
	float: left;
	width: 33.33%;
	padding: 3px;
	border-top: none;
}
.s-recommend .item{
	display: table;
	width: 100%;
	height: 119px;
	table-layout: fixed;
}
.s-recommend.in-content .item{
	padding: 12px 16px 10px 20px;
	background-color: #f6f6fa;
}
.s-recommend .item-col{
	display: table-cell;
	vertical-align: middle;
}
.s-recommend .item-col.first{
	position: relative;
	width: 130px;
}
.s-recommend .item-number{
	position: absolute;
	width: 20px;
	height: 20px;
	left: 0;
	top: 0;
	background-color: #ffd600;
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	white-space: nowrap;
	text-align: center;
	z-index: 9;
}
.s-recommend .item-numbtitle{
	position: absolute;
	max-width: 100%;
	padding: 0 5px 0 25px;
	height: 20px;
	left: 0;
	top: 0;
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	color: #546d79;
	white-space: nowrap;
	background-color: #fff;
	z-index: 8;
	text-overflow: ellipsis;
	overflow: hidden;
}
.s-recommend .item-img{
	width: 100%;
	height: 80px;
	background-color: #fff;
}
.s-recommend .item-col.second{
	padding: 5px 17px 6px 10px;
}
.s-recommend.in-content .item-col.second{
	padding: 5px 10px 6px 13px;
}
.s-recommend .item-title{
	font-size: 13px;
	line-height: 1;
	margin-bottom: 5px;
	color: #90a4ae;
}
.s-recommend .item-value{
	font-weight: 600;
	font-size: 16px;
	line-height: 1;
	white-space: nowrap;
	margin-bottom: 13px;
	width: 70px;
}
.s-recommend .item-value:last-child{
	margin-bottom: 0;
}
.s-recommend .item-value,
.s-recommend .item-title{
	width: 70px;
	margin-left: auto;
	margin-right: auto;
}
.s-recommend .item-col.third{
	text-align: right;
	padding: 4px 3px 0;
	width: 93px;
}
.s-recommend.in-content .item-col.third{
	width: 106px;
}
.s-recommend .item-btn{
	/* width: 87px; */
	width: 100%;
	padding: 0 5px;
}
.s-recommend.in-content .item-btn{
	/* width: 100px; */
}
.s-recommend .item-btn:first-child{
	margin-bottom: 8px;
}
/*s-bonuses-style*/
.s-bonuses{
	padding-top: 25px;
	padding-bottom: 27px;
	clear: both;
}
.s-bonuses .section-header{
	margin-bottom: 39px;
}
.s-bonuses .section-title{
	float: left;
}
.s-bonuses .section-more{
	float: right;
}
.s-bonuses .section-more a{
	font-weight: 500;
	font-size: 14px;
	line-height: 25px;
	color: #90a4ae;
}
.s-bonuses .item-wrap{
	margin-bottom: 10px;
}
.s-bonuses .item{
	padding: 10px 10px 9px;
	position: relative;
}
.s-bonuses .item-bg{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #212121;
}
.s-bonuses .item-bg:after{
	content: "";
	position: absolute;
	width: 100%;
	height: 50%;
	top: 50%;
	left: 0;
	background-color: #212121;
	opacity: .5;
}
.s-bonuses .item-bg img{
	opacity: .25;
}
.s-bonuses .item-header{
	margin-bottom: 9px;
	position: relative;
}
.s-bonuses .item-img{
	float: left;
	width: 130px;
	height: 80px;
	background-color: #fff;
}
.s-bonuses .item-img img{
	border: 5px solid transparent;
}
.s-bonuses .item-col{
	padding: 5px 0 0 145px;
}
.s-bonuses .item-title{
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	margin-bottom: 7px;
}
.s-bonuses .item-price{
	font-weight: 700;
	font-size: 18px;
	line-height: 25px;
	white-space: nowrap;
	color: #ffd600;
}
.s-bonuses .item-footer{
	white-space: nowrap;
	position: relative;
}
.s-bonuses .item-btn{
	display: inline-block;
	width: 49%;
	width: calc(50% - 2px);
	height: 47px;
	line-height: 42px;
	white-space: nowrap;
	border-radius: 3px;
	border-style: solid;
	border-width: 2px;
	text-align: center;
	color: #fff;
	font-weight: 600;
}
.s-bonuses .item-btn.yellow{
	border-color: #ffd600;
}
.s-bonuses .item-btn.yellow:hover{
	background-color: #ffd600;
	color: #212121;
}
.s-bonuses .item-btn.red{
	border-color: #ee263b;
	float: right;
}
.s-bonuses .item-btn.red:hover{
	background-color: #ee263b;
}
/*s-descr-office-style*/
.s-descr-office{
	position: relative;
	/*padding-top: 90px;*/
	padding-top: 60px;
	padding-bottom: 130px;
	margin-left: -30px;
	/* margin-right: -60px; */
	margin-right: -30px;
}
.s-descr-office.container-fluid .container .container{
	padding-left: 0;
	padding-right: 0;
}
.s-descr-office .section-bg{
	position: absolute;
	width: 100%;
	left: 0;
	top: 37px;
	bottom: 78px;
	background-color: #ececf3;
}
.s-descr-office .item{
	position: relative;
	padding-right: 62%;
}
.s-descr-office .item-bg{
	position: absolute;
	width: 64.6%;
	height: 100%;
	right: 2.2%;
	top: 0;
	display: block;
}
/*.s-descr-office .item-bg:before{*/
.s-descr-office .item-bg .img-wrap{
	position: absolute;
	left: 0;
	top: 50%;
	padding-top: 64.54%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
}
.s-descr-office .item-bg .img-wrap:before{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-image: url(img/laptop.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.s-descr-office .item-bg img{
	left: 7.8%;
	/* right: 5%; */
	top: 2%;
	width: 84.3%;
	height: 84%;
}
.s-descr-office .item-body{
	padding-right: 20px;
}
.s-descr-office .item-logo{
	height: 77px;
	margin-bottom: 20px;
}
.s-descr-office .item-logo img{
	object-position: 0 50%;
    font-family: 'object-fit: contain; object-position: 0 50%;';
}
.s-descr-office .item-descr{
	font-size: 13px;
	line-height: 25px;
	margin-bottom: 26px;
}
.s-descr-office .item-btns{
	max-width: 100%;
	width: 310px;
}
.s-descr-office .btn{
	margin: 0 0 10px;
}
.s-descr-office .btn:last-child{
	margin-bottom: 0;
}
/*ss-iframe*/
.ss-iframe{
	background-color: #f6f6fa;
	margin-top: 30px;
	margin-bottom: 60px;
}
.ss-iframe .item-wrap{
	width: 920px;
	max-width: 100%;
	margin: 0 auto;
}
.ss-iframe .item{
	position: relative;
	height: 0;
	padding-top: 56.25%;
}
.ss-iframe .item:before{
	content: "";
	position: absolute;
	height: 100%;
	left: 30px;
	right: 30px;
	top: 0;
	-webkit-box-shadow: 0 20px 40px 0 rgba(0, 0, 0, .3);
	box-shadow: 0 20px 40px 0 rgba(0, 0, 0, .3);
}
.ss-iframe iframe{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
/*s-summary-style*/
.s-summary{
	padding-top: 20px;
	padding-bottom: 20px;
}
.s-summary .section-title{
	margin-bottom: 13px;
}
.s-summary .item-area{
	width: 825px;
	max-width: 100%;
	margin: -2.5px;
}
.s-summary .item-wrap{
	float: left;
	width: 33.33%;
	padding: 2.5px;
}
.s-summary .item-title{
	display: table;
	width: 100%;
	height: 45px;
	cursor: pointer;
}
.s-summary .item-title p{
	display: table-row;
}
.s-summary .item-title a{
/*.s-summary .item-title > *{*/
	display: table-cell;
	vertical-align: middle;
	background-color: #f6f6fa;
	border-left: 3px solid transparent;
	padding: 0 17px;
	font-size: 14px;
	line-height: 22px;
}
/*.s-summary .item-title a{
}*/
.s-summary .item-title p a{
	color: inherit !important;
	border-bottom: none !important;
}
.s-summary .item-title a:hover{
/*.s-summary .item-title > *:hover{	*/
	border-left-color: #ee263b;
	background-color: #ececf3;
}
/*ss-pros-style*/
.ss-pros{
	margin-top: 30px;
	margin-bottom: 30px;
	max-width: 100%;
	width: 1069px;
}
.ss-pros .item-area{
	margin: 0 -15px;
}
.ss-pros .item-wrap{
	float: left;
	width: 50%;
	padding: 0 15px;
}
.ss-pros .item{
}
.ss-pros .item-title{
	font-weight: 700;
	font-size: 18px;
	line-height: 25px;
	margin-bottom: 19px;
}
.ss-pros .item-wrap.first .item-title{
	color: #4caf50;
}
.ss-pros .item-wrap.second .item-title{
	color: #ee263b;
}
.ss-pros .item-list li{
	position: relative;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 15px;
	padding-left: 31px;
}
.ss-pros .item-wrap.first .item-list li:before{
	content: "\e80c";
	font-family: "fontello";
	position: absolute;
	left: -1px;
	top: 0;
	color: #4caf50;
	font-size: 12px;
}
.ss-pros .item-wrap.second .item-list li:before{
	content: "";
	position: absolute;
	width: 12px;
	height: 3px;
	left: 0;
	top: 8px;
	background-color: #ee263b;
}
.ss-pros .item-list li:last-child{
	margin-bottom: 0;
}
/*ss-spoiler-style*/
.ss-spoiler{
	margin-top: 30px;
	/*margin-bottom: 30px;*/
	max-height: 300px;
	overflow: hidden;
	position: relative;
}
.ss-spoiler.open{
	max-height: none;
	overflow: visible;
}
.ss-spoiler .item-body{
	/*max-height: 250px;
	overflow: hidden;*/
}
.ss-spoiler .item-body > *:first-child{
	/*margin-top: 0;*/
}
.ss-spoiler .item-body > *:last-child{
	/*margin-bottom: 0;*/
}
.ss-spoiler.open .item-body{
	/*max-height: none;*/
}
.ss-spoiler .item-btn{
	/*position: relative;*/
	z-index: 9;
	padding-top: 20px;
	position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    background-color: #fff;
    margin: 0;
}
.ss-spoiler.open .item-btn{
	display: none;
}
.ss-spoiler .item-btn:before{
	content: "";
	position: absolute;
	width: 100%;
	height: 20px;
	left: 0;
	bottom: 100%;
	background: rgba(255,255,255,0);
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 67%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(67%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 67%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 67%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 67%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 67%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
}
.ss-spoiler .item-btn .btn{
	width: 150px;
	padding: 0 10px;
}
/*ss-reviews-style*/
.ss-reviews{
	margin-top: 30px;
	margin-bottom: 30px;
}
.ss-reviews .section-header{
	margin-bottom: 26px;
}
.ss-reviews .section-title{
	float: left;
	line-height: 47px;
}
.ss-reviews .section-number{
	font-weight: 400;
	color: #546e7a;
}
.ss-reviews .section-add{
	float: right;
}
.ss-reviews .section-add .btn{
	width: 160px;
	padding: 0 10px;
}
.ss-reviews .item-area{
	margin-bottom: 15px;
}
.ss-reviews .item-wrap{
	margin-bottom: 5px;
}
.ss-reviews .item-wrap:last-child{
	margin-bottom: 0;
}
.ss-reviews .item{
	border: 1px solid #ececf3;
	background-color: #f6f6fa;
	padding: 24px 24px 16px;
}
.ss-reviews .item-header{
	margin-bottom: 13px;
	white-space: nowrap;
}
.ss-reviews .item-img{
	display: inline-block;
	width: 50px;
	height: 50px;
	background-color: #fff;
	border: 1px solid #ececf3;
	margin-right: 16px;
	vertical-align: middle;
}
.ss-reviews .item-img img{
	border: 10px solid transparent;
}
.ss-reviews .item-header > .col.first{
	display: inline-block;
	vertical-align: middle;
}
.ss-reviews .item-date{
	display: inline-block;
	font-weight: 500;
	font-size: 13px;
	line-height: 50px;
	color: #90a4ae;
	white-space: nowrap;
	margin-right: 25px;
}
.ss-reviews .item-title{
	font-weight: 500;
	line-height: 50px;
	color: #0d142c;
	white-space: nowrap;
	display: inline-block;
}
.ss-reviews .item-list{
	padding-left: 4px;
	min-height: 75px;
}
.ss-reviews .item-list li{
	position: relative;
	margin-bottom: 13px;
	padding-left: 30px;
}
.ss-reviews .item-list li:last-child{
	margin-bottom: 0;
}
.ss-reviews .item-list li:before{
	content: "";
	position: absolute;
	width: 22px;
	height: 22px;
	left: 0;
	top: 2px;
	border-radius: 50%;
	background-color: #fff;
}
.ss-reviews .item-list li.plus:after{
	position: absolute;
	content: "\e80c";
	font-family: "fontello";
	left: 0;
	top: 2px;
	line-height: 24px;
	color: #4caf50;
	width: 22px;
	text-align: center;
	font-size: 12px;
}
.ss-reviews .item-list li.minus:after{
	position: absolute;
	content: "";
	width: 12px;
	height: 3px;
	left: 5px;
	top: 12px;
	background-color: #ee263b;
}
.ss-reviews .section-more .btn span span{
	font-weight: 400;
}
/*ss-stock-style*/
.ss-stock{
	margin-top: 30px;
	margin-bottom: 30px;
}
.ss-stock .fusion-text{
	margin-bottom: 24px;
}
.ss-stock .item-wrap{
	margin-bottom: 10px;
}
.ss-stock .item-wrap:last-child{
	margin-bottom: 0;
}
.ss-stock .item{
	position: relative;
	padding-right: 240px;
}
.ss-stock .item-body{
	position: relative;
	color: #fff;
	min-height: 260px;
	padding: 34px 50px;
}
.ss-stock .item-bg{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #0d142c;
}
.ss-stock .item-bg:before{
	content: "";
	position: absolute;
	width: 5px;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #ffd600;
	z-index: 9;
}
.ss-stock .item-bg img{
	opacity: .5;
}
.ss-stock .item-title{
	font-weight: 700;
	font-size: 24px;
	line-height: 35px;
	margin-bottom: 30px;
	position: relative;
}
.ss-stock .item-descr{
	font-weight: 500;
	line-height: 25px;
	position: relative;
}
.ss-stock .item-sidebar{
	position: absolute;
	width: 240px;
	height: 100%;
	right: 0;
	top: 0;
	padding: 30px;
	background-color: #ececf3;
}
.ss-stock .item-img{
	height: 100px;
	background-color: #fff;
	margin-bottom: 11px;
}
.ss-stock .item-img img{
	border: 10px solid transparent;
}
.ss-stock .item-more{
	margin-bottom: 19px;
	text-align: center;
}
.ss-stock .item-more a{
	font-weight: 500;
	line-height: 25px;
	white-space: nowrap;
}
.ss-stock .item-btn .btn{
	padding: 0 10px;
}
/*ss-suggestions-style*/
.ss-suggestions{
	margin-top: 30px;
	margin-bottom: 30px;
}
.ss-suggestions .item-area{
	/* margin: 0 -10px; */
	margin: -10px;
}
.ss-suggestions .item-wrap{
	float: left;
	width: 20%;
	/* padding: 0 10px; */
	padding: 10px;
}
.ss-suggestions .item{
	text-align: center;
}
.ss-suggestions .item-img{
	max-width: none !important;
	height: 120px;
	border: 10px solid #ececf3;
}
.ss-suggestions .item-img img{
	border: 20px solid transparent;
}
.ss-suggestions .item-body{
	position: relative;
	padding: 31px 15px 23px;
	margin-bottom: 5px;
}
.ss-suggestions .item-bg{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #000;
}
.ss-suggestions .item-bg img{
	opacity: .3;
}
.ss-suggestions .item-title{
	font-weight: 600;
	font-size: 18px;
	line-height: 25px;
	color: #fff;
	margin-bottom: 13px;
	position: relative;
}
.ss-suggestions .item-subtitle{
	font-weight: 500;
	font-size: 13px;
	line-height: 20px;
	color: #90a4ae;
	margin-bottom: 13px;
	position: relative;
}
.ss-suggestions .item-more{
	position: relative;
}
.ss-suggestions .item-subtitle + .fusion-text{
	position: relative;
}
.ss-suggestions .item-subtitle + .fusion-text a,
.ss-suggestions .item-more a{
	font-weight: 500;
	line-height: 25px;
	color: #fff;
	padding-bottom: 2px;
	border-bottom: 1px solid #fff;
}
.ss-suggestions .item-subtitle + .fusion-text a:hover{
	border-bottom-color: transparent;
}
.ss-suggestions .item-btn .btn{
	padding: 0 10px;
}
/*ss-facts-style*/
.ss-facts{
	margin-top: 30px;
	margin-bottom: 30px;
}
.ss-facts .item-area{
	display: table;
	border: 1px solid #ececf3;
}
.ss-facts .item-wrap{
	display: table-row-group;
	border-bottom: 1px solid #ececf3;
}
.ss-facts .item-wrap:last-child{
	border-bottom: none;
}
.ss-facts .item-wrap:nth-of-type(2n-1){
	background-color: #f6f6fa;
}
.ss-facts .item{
	display: table-row;
	height: 40px;
}
.ss-facts .item-title{
	position: relative;
	display: table-cell;
	padding: 10px 27px 10px 61px;
	font-weight: 500;
	line-height: 20px;
	color: #0d142c;
	border-right: 2px solid #fff;
	white-space: nowrap;
}
.ss-facts .item-title:before{
	position: absolute;
	font-family: "fontello";
	height: 30px;
	width: 30px;
	color: #90a4ae;
	left: 15px;
	top: 0px;
	line-height: 40px;
	font-size: 22px;
	text-align: center;
}
.ss-facts .item-wrap.site .item-title:before{
	content: "\e80b";
}
.ss-facts .item-wrap.methods .item-title:before{
	content: "\e804";
}
.ss-facts .item-wrap.ways .item-title:before{
	content: "\e803";
}
.ss-facts .item-wrap.time .item-title:before{
	content: "\e802";
}
.ss-facts .item-wrap.limit .item-title:before{
	content: "\e801";
}
.ss-facts .item-wrap.program .item-title:before{
	content: "\e800";
}
.ss-facts .item-wrap.bonus .item-title:before{
	content: '\e816';
}
.ss-facts .item-wrap.broadcast .item-title:before{
	content: '\e817';
}
.ss-facts .item-wrap.calendar .item-title:before{
	content: '\e818';
}
.ss-facts .item-wrap.coin .item-title:before{
	content: '\e819';
}
.ss-facts .item-wrap.contacts .item-title:before{
	content: '\e81a';
}
.ss-facts .item-wrap.data .item-title:before{
	content: '\e81b';
}
.ss-facts .item-wrap.devices .item-title:before{
	content: '\e81c';
}
.ss-facts .item-wrap.folder .item-title:before{
	content: '\e81d';
}
.ss-facts .item-wrap.graph .item-title:before{
	content: '\e81e';
}
.ss-facts .item-wrap.graph2 .item-title:before{
	content: '\e81f';
}
.ss-facts .item-wrap.hammer .item-title:before{
	content: '\e820';
}
.ss-facts .item-wrap.joystick .item-title:before{
	content: '\e821';
}
.ss-facts .item-wrap.knife .item-title:before{
	content: '\e822';
}
.ss-facts .item-wrap.license .item-title:before{
	content: '\e823';
}
.ss-facts .item-wrap.line .item-title:before{
	content: '\e824';
}
.ss-facts .item-wrap.live .item-title:before{
	content: '\e825';
}
.ss-facts .item-wrap.lock .item-title:before{
	content: '\e826';
}
.ss-facts .item-wrap.manager .item-title:before{
	content: '\e827';
}
.ss-facts .item-wrap.money .item-title:before{
	content: '\e828';
}
.ss-facts .item-wrap.money2 .item-title:before{
	content: '\e829';
}
.ss-facts .item-wrap.money3 .item-title:before{
	content: '\e82a';
}
.ss-facts .item-wrap.money4 .item-title:before{
	content: '\e82b';
}
.ss-facts .item-wrap.piggy-bank .item-title:before{
	content: '\e82c';
}
.ss-facts .item-wrap.plan .item-title:before{
	content: '\e82d';
}
.ss-facts .item-wrap.profits .item-title:before{
	content: '\e82e';
}
.ss-facts .item-wrap.race-horse .item-title:before{
	content: '\e82f';
}
.ss-facts .item-wrap.ratio .item-title:before{
	content: '\e830';
}
.ss-facts .item-wrap.rich .item-title:before{
	content: '\e831';
}
.ss-facts .item-wrap.russian-balalaika .item-title:before{
	content: '\e832';
}
.ss-facts .item-wrap.shield .item-title:before{
	content: '\e833';
}
.ss-facts .item-wrap.smartphone .item-title:before{
	content: '\e834';
}
.ss-facts .item-wrap.support .item-title:before{
	content: '\e835';
}
.ss-facts .item-wrap.ticket-office .item-title:before{
	content: '\e836';
}
.ss-facts .item-wrap.win .item-title:before{
	content: '\e837';
}
.ss-facts .item-descr{
	display: table-cell;
	line-height: 20px;
	padding: 10px 27px;
}
/*ss-faq-style*/
.ss-faq{
	/*margin-top: 30px;*/
	/*margin-bottom: 30px;*//*http://bm.sctest.ru/bukmekery/1xstavka/*/
	margin-top: 30px;/*http://bm.sctest.ru/bukmekery/zenit/*/
}
.ss-faq .section-header{
	margin-bottom: 16px;
}
.ss-faq div:not(.fusion-accordian) .item-area{
	display: table;
    width: 100%;
}
.ss-faq .section-title{
	/*float: left;*/
	line-height: 47px;
	/*white-space: nowrap;*/
	display: table-cell;
    vertical-align: top;
}
.ss-faq .section-number{
	font-weight: 400;
}
.ss-faq .section-btns{
	/*float: right;*/
	white-space: nowrap;
	display: table-cell;
    vertical-align: top;
}
.ss-faq .section-btns .btn{
	width: 140px;
	padding: 0 10px;
}
.ss-faq .section-btns .btn:first-child{
	margin-right: 7px;
}
.ss-faq .item-wrap{
	margin-bottom: 10px;
}
.ss-faq .item{
	background-color: #f6f6fa;
	border: 1px solid #ececf3;
}
.ss-faq .item-header{
	position: relative;
	padding-right: 60px;
	cursor: pointer;
}
.ss-faq .item-title{
	display: table;
	width: 100%;
	border-right: 1px solid #ececf3;
	height: 60px;
}
.ss-faq .item-title > span{
	display: table-cell;
	vertical-align: middle;
	padding: 0 20px;
	font-weight: 600;
	font-size: 18px;
	line-height: 25px;
}
.ss-faq .item-drop{
	position: absolute;
	width: 40px;
	height: 40px;
	line-height: 40px;
	right: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	border-radius: 3px;
	background-color: #0d142c;
	color: #fff;
	text-align: center;
	font-size: 12px;
}
.ss-faq .item-header:hover .item-drop,
.ss-faq .item-wrap.open .item-drop{
	background-color: #90a4ae;
}
.ss-faq .item-wrap.open .item-drop i:before{
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
.ss-faq .item-descr{
	display: none;
	padding: 18px 18px 23px;
	border-top: 1px solid #ececf3;
}
.ss-faq .item-wrap.open .item-descr{
	display: block;
	line-height: 22px;
}
.ss-faq .item-descr-title{
	font-size: 13px;
	line-height: 20px;
	color: #90a4ae;
	margin-bottom: 8px;
}
/*s-meta-style*/
.s-meta{
	/*padding-top: 30px;*/
	/*padding-bottom: 30px;*/
	margin-bottom: 25px;
	padding-bottom: 5px;
}
.s-meta .item-wrap{
	display: inline-block;
	margin-right: 20px;
	position: relative;
}
.s-meta .item-wrap:last-child{
	margin-right: 0;
}
.s-meta .item-wrap:before{
	content: "";
	position: absolute;
	width: 1px;
	height: 13px;
	left: 100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-left: 10px;
	background-color: #c0cbd0;
}
.s-meta .item-wrap:last-child:before{
	display: none;
}
.s-meta .item{
	white-space: nowrap;
	line-height: 22px;
}
.s-meta .item-title{
	display: inline-block;
	font-size: 13px;
	/*line-height: 18px;*/
	color: #546e7a;
	vertical-align: top;
}
.s-meta .item-value{
	display: inline-block;
	font-size: 13px;
	/*line-height: 18px;*/
	white-space: normal;
}
/*s-similar-post-style*/
.s-similar-post{
	/*padding-top: 30px;*/
	padding-top: 15px;
	padding-bottom: 30px;
}
.s-similar-post .section-header{
	margin-bottom: 27px;
}
.s-similar-post .section-title{
	float: left;
	line-height: 40px;
	white-space: nowrap;
}
.s-similar-post .section-nav{
	float: right;
	padding-top: 3px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.s-similar-post .section-nav li{
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 3px;
	background-color: #0d142c;
	color: #fff;
	text-align: center;
	cursor: pointer;
	font-size: 12px;
}
.s-similar-post .section-nav li:hover{
	background-color: #90a4ae;
}
.s-similar-post .section-nav li.prev{
	margin-right: 7px;
}
.s-similar-post .item-area{
	margin: -5px;
}
.s-similar-post .item-wrap{
	padding: 5px;
}
.s-similar-post.news .item-wrap{
	float: left;
	width: 25%;
	padding: 5px;
}
.s-similar-post .item-img{
	height: 160px;
}
.s-similar-post .item-body{
	padding: 19px 25px;
	background-color: #f6f6fa;
}
.s-similar-post .item-date{
	font-weight: 500;
	font-size: 13px;
	line-height: 18px;
	white-space: nowrap;
	margin-bottom: 10px;
	color: #90a4ae;
}
.s-similar-post .item-title a{
	font-weight: 500;
	line-height: 25px;
	color: #0d142c;
}
.fusion-blog-shortcode .flex-control-paging{
	display: none !important;
}
.fusion-blog-shortcode .fusion-flexslider{
	margin-bottom: 0;
}
.fusion-blog-shortcode{
	padding-top: 30px;
	padding-bottom: 30px;
}
.fusion-blog-shortcode .section-header{
	margin-bottom: 27px;
}
.fusion-blog-shortcode .section-title{
	float: left;
	line-height: 40px;
	white-space: nowrap;
}
.fusion-blog-shortcode .section-nav{
	float: right;
	padding-top: 3px;
}
.fusion-blog-shortcode .section-nav li{
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 3px;
	background-color: #0d142c;
	color: #fff;
	text-align: center;
	cursor: pointer;
	font-size: 12px;
}
.fusion-blog-shortcode .section-nav li:hover{
	background-color: #90a4ae;
}
.fusion-blog-shortcode .section-nav li.prev{
	margin-right: 7px;
}
body .fusion-blog-shortcode .fusion-posts-container{
	margin: -5px !important;
}
body .fusion-blog-shortcode .fusion-blog-layout-grid .fusion-post-grid{
	padding: 5px;
	float: left;
	width: 25%;
	padding: 5px;
	position: relative !important;
	top: auto !important;
	left: auto !important;
	-webkit-transform: none !important;
	-ms-transform: none !important;
	-o-transform: none !important;
	transform: none !important;
	height: auto !important;
}
body .fusion-blog-shortcode .fusion-blog-layout-grid .fusion-post-grid:nth-of-type(4n+1){
	clear: left;
}
.fusion-blog-shortcode .fusion-image-wrapper a{
	display: block;
	height: 160px;
	/*overflow: hidden !important;*/
	overflow: hidden;
	position: relative;
	border: none;
}
.fusion-blog-shortcode .fusion-image-wrapper a img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
	font-family: 'object-fit: cover; object-position: 50% 50%;';
	margin: 0;
}
.fusion-blog-shortcode .flex-active-slide{
	float: none !important;
	margin-right: 0 !important;
}
.fusion-blog-shortcode .flex-direction-nav{
	display: none;
}
.fusion-blog-shortcode .fusion-post-content-wrapper{
	padding: 47px 25px 19px !important;
	background-color: #f6f6fa;
}
.fusion-blog-shortcode .fusion-post-content{
	position: relative;
}
.fusion-blog-shortcode .fusion-single-line-meta{
	position: absolute;
	left: 0;
	bottom: 100%;
	font-weight: 500;
	font-size: 13px;
	line-height: 18px;
	white-space: nowrap;
	margin-bottom: 10px;
	color: #90a4ae;
}
.fusion-blog-shortcode .blog-shortcode-post-title{
	margin: 0;
}
.fusion-blog-shortcode .blog-shortcode-post-title{
	font-weight: 500;
	font-size: inherit;
	line-height: 25px;
	color: #0d142c;
}
.fusion-blog-shortcode .blog-shortcode-post-title a{
	padding-bottom: 2px;
	border-bottom: 1px solid #d7dde3;
}
.fusion-blog-shortcode .blog-shortcode-post-title a:hover{
	color: #64b5f6 !important;
    border-bottom-color: transparent;
}
.fusion-blog-shortcode .fusion-inline-sep{
	display: none;
}
.fusion-blog-shortcode .fusion-post-wrapper{
	border: none !important;
}
.fusion-blog-shortcode .fusion-load-more-button{
	display: flex;
	text-align: center;
	justify-content: center;
    align-items: center;
	height: 60px;
	width: 100%;
    margin: 30px 0 2px;
	cursor: pointer;
	padding: 0 30px;
	border-radius: 3px;
	background-color: #ee263b;
	-webkit-box-shadow: 0 2px 1px 0 rgba(159, 0, 17, .7);
	box-shadow: 0 2px 1px 0 rgba(159, 0, 17, .7);
	color: #fff;
	font-weight: 700;
	font-size: 18px;
}
.fusion-blog-shortcode .fusion-load-more-button:hover{
	background-color: #d01124;
}
.fusion-blog-shortcode .fusion-loading-spinner,
.fusion-blog-shortcode .fusion-loading-msg{
	display: none;
}
/*.flexslider .slides li{*/
.fusion-blog-shortcode .flexslider .slides li{
    display: none;
    -webkit-backface-visibility: hidden;
    margin: 0;
    display: none !important;
}
/*.flexslider .slides li.flex-active-slide{*/
/*.fusion-blog-shortcode .flexslider .slides li.flex-active-slide{*/
.fusion-blog-shortcode .flexslider .slides li:first-child{
	display: block !important;
	opacity: 1 !important;
}
/*s-page-meta-style*/
.s-page-meta{
	padding-top: 30px;
	padding-bottom: 30px;
}
.s-breadcrumbs + .s-page-meta{
	padding-top: 0;
}
.s-page-meta .item{
	position: relative;
	height: 480px;
}
.s-page-meta .item-bg{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.s-page-meta .item-body{
	position: absolute;
	height: 40px;
	left: 29px;
	bottom: 0;
	padding: 0 20px;
	border-radius: 5px 5px 0 0;
	background-color: rgba(13, 20, 44, .7);
	font-size: 13px;
	line-height: 40px;
	color: #fff;
	white-space: nowrap;
}
.s-page-meta .item-name{
	display: inline-block;
	font-weight: 700;
	margin-right: 10px;
}
.s-page-meta .item-date{
	display: inline-block;
}
/*ss-similar-articles-style*/
.ss-similar-articles{
	margin-top: 30px;
	margin-bottom: 30px;
}
.ss-similar-articles .item-title{
	font-weight: 700;
	margin-bottom: 15px;
}
.ss-similar-articles .item-list li{
	margin-bottom: 9px;
}
.ss-similar-articles .item-list li a{
	font-size: 14px;
	line-height: 25px;
}
.ss-see-also{
	margin-top: 30px;
	margin-bottom: 30px;
}
.ss-see-also .item{
	padding: 22px;
	background-color: #f6f6fa;
	border-left: 3px solid #ee263b;
}
.ss-see-also .item-title{
	font-weight: 700;
	font-style: italic;
	display: inline;
	margin-right: 10px;
}
.ss-see-also .item-link{
	display: inline;
}
/*ss-ratings-style*/
.ss-ratings{
	margin-top: 30px;
	margin-bottom: 30px;
}
.ss-ratings .item-area{
	/* margin: 0 -7px; */
	margin: -7px;
}
.ss-ratings .item-wrap{
	float: left;
	width: 16.66%;
	/* padding: 0 7px; */
	padding: 7px;
}
.ss-ratings .item{
	padding: 10px 18px 21px;
	background-color: #f6f6fa;
	position: relative;
}
.ss-ratings.advantages .item{
	text-align: center;
}
.ss-ratings .item-wrap.vip .item:before{
	content: "";
	position: absolute;
	width: 56px;
	height: 56px;
	top: 0;
	right: 0;
	background-image: url(img/vip.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.ss-ratings.advantages .item{
	padding: 20px 6px 32px;
}
.ss-ratings .item-img{
	height: 120px;
	margin-bottom: 9px;
}
.ss-ratings.advantages .item-img{
	height: 92px;
	overflow: visible;
	margin-bottom: 27px;
}
.ss-ratings .item-img:before{
	position: absolute;
	content: "";
	width: 80px;
	height: 4px;
	left: 50%;
	bottom: 0;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #dcdce0;
	border-radius: 50%;
	opacity: .5;
}
.ss-ratings.advantages .item-img:before{
	bottom: -9px;
}
.ss-ratings .item-img img{
	border: 10px solid transparent;
}
.ss-ratings .item-title{
	font-weight: 500;
	font-size: 13px;
	line-height: 20px;
}
.ss-ratings .item-subtitle{
	display: table;
	width: 100%;
	margin-bottom: 13px;
}
/*.ss-ratings .item-subtitle span{*/
.ss-ratings .item-subtitle p{
	display: table-cell;
	vertical-align: middle;
	font-weight: 700;
	font-size: 14px;
	line-height: 25px;
	color: #0d142c;
}
.ss-ratings .item-more a{
	font-weight: 600;
	font-size: 14px;
	line-height: 25px;
	color: #ee263b;
}
/*ss-rate-style*/
.ss-rate{
	margin-top: 30px;
	margin-bottom: 30px;
}
.ss-rate .item-area{
	display: table;
	width: 100%;
}
.ss-rate .item-wrap{
	display: table-row-group;
}
.ss-rate .item-wrap:after{
	content: "";
	display: block;
	height: 5px;
	background-color: #fff;
}
.ss-rate .item{
	display: table-row;
	height: 100px;
	background-color: #f6f6fa;
}
.ss-rate .item .row-second{
	display: none;
}
.ss-rate .item .row-first{
	display: none;
}
.ss-rate .item-more{
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	/*padding: 0 30px;*/
	padding: 12px 30px;
	font-weight: 600;
	font-size: 28px;
	line-height: 32px;
}
.ss-rate .item-ratio{
	display: table-cell;
	vertical-align: middle;
	width: 80px;
	padding: 0 9px;
	font-weight: 600;
	font-size: 28px;
	line-height: 32px;
	white-space: nowrap;
	text-align: right;
}
.ss-rate .item-ratio span{
	display: block;
	font-weight: 500;
	font-size: 13px;
	line-height: 18px;
	color: #90a4ae;
}
.ss-rate .item-btn{
	display: table-cell;
	vertical-align: middle;
	padding: 0 24px 0 10px;
}
.ss-rate .item-btn .btn{
	width: 200px;
	padding: 0 10px;
}
.ss-rate .item-bonus{
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	padding: 0 23px;
	white-space: nowrap;
}
.ss-rate .item-bonus-title{
	display: inline-block;
	vertical-align: middle;
	font-weight: 500;
	color: #0d142c;
}
.ss-rate .item-bonus-value{
	display: inline-block;
	vertical-align: middle;
	white-space: nowrap;
	font-weight: 700;
	color: #ee263b;
}
.ss-rate .item-img{
	display: table-cell;
	vertical-align: middle;
	padding: 0 15px;
}
.ss-rate .item-img .img-wrap{
	height: 60px;
	width: 210px;
}
/*ss-survey-style*/
.ss-survey{
	margin-top: 30px;
	margin-bottom: 30px;
}
.ss-survey .section-titles{
	float: left;
	width: 370px;
}
.ss-survey .section-subtitle{
	font-weight: 500;
	line-height: 25px;
	color: #90a4ae;
}
.ss-survey .section-title{
	/*white-space: nowrap;*/
}
.ss-survey .section-body{
	/*width: 100%;*/
	padding-left: 390px;
}
.ss-survey .item-area{
	position: relative;
	padding-top: 8px;
	/*display: table;*/
	width: 100%;
	display: none;
}
body.window-loaded .ss-survey .item-area{
	display: table;
}
.ss-survey .item-area:after{
	display: none;
}
.ss-survey .item-wrap.first{
	display: table-cell;
	vertical-align: top;
}
.ss-survey .item-wrap.second{
	display: table-cell;
	vertical-align: top;
}
.ss-survey .item{
	white-space: nowrap;
}
.ss-survey .item-btn{
	display: inline-block;
	vertical-align: middle;
}
.ss-survey .item-btn .btn{
	width: 70px;
	padding: 0 10px;
}
.ss-survey .item-wrap.first .item-btn{
	margin-left: 14px;
}
.ss-survey .item-wrap.second .item-btn{
	margin-right: 14px;
}
.ss-survey .item-body{
	display: inline-block;
	white-space: nowrap;
	vertical-align: middle;
}
.ss-survey .item-percentage{
	font-weight: 700;
	font-size: 28px;
	line-height: 34px;
}
.ss-survey .item-wrap.first .item-percentage{
	color: #4caf50;
	text-align: right;
}
.ss-survey .item-wrap.second .item-percentage{
	color: #ee263b;
	margin-right: 15px;
}
.ss-survey .item-percentage sup{
	vertical-align: super;
	font-size: 14px;
	line-height: 25px;
}
.ss-survey .item-number{
	font-weight: 500;
	font-size: 13px;
	line-height: 18px;
}
.ss-survey .item-progress{
	display: table-cell;
	width: 100%;
	vertical-align: top;
	padding: 22px 20px 0;
}
.ss-survey .item-progress-value{
	height: 5px;
	background-color: #ffd600;
	margin-bottom: 3px;
}
.ss-survey .item-progress-value span{
	display: block;
	height: 100%;
	width: 100%;
	background-color: #ee263b;
}
.ss-survey .item-progress-title{
	font-size: 13px;
	line-height: 25px;
	text-align: center;
}
/*ss-table-style*/
.ss-table{
	margin-top: 30px;
	margin-bottom: 30px;
}
.ss-table .item-area{
	display: table;
	width: 100%;
}
.ss-table.rate .item-area{
	margin-bottom: 15px;
}
.ss-table .item-wrap{
	display: table-row-group;
}
.ss-table .item-wrap:after{
	content: "";
	display: block;
	height: 5px;
}
.ss-table .item-wrap.header:after{
	height: 15px;
}
.ss-table .item-wrap:last-child:after{
	display: none;
}
.ss-table .item{
	display: table-row;
	background-color: #f6f6fa;
}
.ss-table.rate .item-wrap.header:after{
	height: 20px;
}
.ss-table.rate .item{
	height: 80px;
}
.ss-table .item-wrap.header .item{
	height: 50px;
	background-color: #0d142c;
}
.ss-table .item-wrap.header .item .cell{
	font-weight: 500;
	font-size: 13px;
	line-height: 20px;
	color: #fff;
	text-decoration: none;
}
.ss-table .cell{
	display: table-cell;
	vertical-align: middle;
}
.ss-table .cell-title{
	display: none;
	font-weight: 500;
	float: left;
	width: 90px;
	text-align: left;
	font-size: 13px;
}
.ss-table .cell-value{
	display: inline;
}
.ss-table.rate .item-name{
	padding: 0 30px 0 11px;
}
.ss-table.rate .item-wrap.header .item-name{
	padding-left: 29px;
}
.ss-table.rate .item-img{
	width: 180px;
	height: 60px;
}
.ss-table.rate .item-bonus{
	width: 100%;
	font-weight: 700;
	font-size: 24px;
	line-height: 36px;
	white-space: nowrap;
	padding: 0 10px;
	color: #ee263b;
}
.ss-table.rate .item-site{
	padding: 0 0 0 10px;
}
.ss-table.rate .item-site .btn{
	width: 200px;
	padding: 0 10px;
}
.ss-table.rate .item-descr{
	padding: 0 30px 0 10px;
}
.ss-table.rate .item-descr .btn{
	width: 80px;
	padding: 0 10px;
}
.ss-table.bookmakers .item-wrap.header:after{
	height: 25px;
}
.ss-table.bookmakers .item-wrap.header .item-site span{
	display: none;
}
.ss-table.bookmakers .item{
	height: 110px;
}
.ss-table.bookmakers .item-name{
	/* padding: 0 20px; */
	padding: 0 15px;
	/* width: 100%; */
}
.ss-table.bookmakers .item-number{
	position: absolute;
	width: 20px;
	height: 20px;
	left: 0;
	top: 0;
	background-color: #ffd600;
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	z-index: 9;
}
.ss-table.bookmakers .item-img{
	width: 180px;
	height: 80px;
}
.ss-table.bookmakers .item-bonus{
	/* padding: 0 32px 0 15px; */
	padding: 0 15px;
}
.ss-table.bookmakers .item-bonus-title{
	font-weight: 700;
	line-height: 25px;
}
.ss-table.bookmakers .item-bonus-number{
	font-weight: 700;
	font-size: 24px;
	line-height: 34px;
	color: #ee263b;
	white-space: nowrap;
}
.ss-table.bookmakers .item-bonus-subtitle{
	font-weight: 500;
	font-size: 13px;
	line-height: 20px;
	/* height: 20px; */
	/* white-space: nowrap; */
	color: #546e7a;
}
.ss-table.bookmakers .item-rating{
	/* padding: 0 17px; */
	padding: 0 15px;
}
.ss-table.bookmakers .item-rating span{
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #ffd600;
	font-weight: 700;
	font-size: 15px;
	line-height: 40px;
	text-align: center;
}
.ss-table.bookmakers .item-rating i{
	display: none;
	color: #6e6e6e;
	margin-right: 9px;
}
.ss-table.bookmakers .item-version{
	/* display: none; */
	white-space: nowrap;
}
/* .ss-table.bookmakers .item-version a{ */
.ss-table.bookmakers .item-version > *{
	display: inline-block;
	/* margin: 3px; */
	margin: 2px;
	padding: 8px;
	font-size: 20px;
}
.ss-table.bookmakers .item-version a:hover{
	color: #ee263b;
}
/*.ss-table.bookmakers .item-wrap:not(.header) .item-advantages{*/
.ss-table.bookmakers .item-advantages{
	padding: 10px 15px;
	font-size: 14px;
	line-height: 20px;
}
.ss-table.bookmakers .item-wrap.header .item-advantages{
	padding: 0 15px;
}
.ss-table.bookmakers .item-advantages ul{
	/* width: 292px; */
}
.ss-table.bookmakers .item-advantages li{
	display: table;
	width: 100%;
	/* height: 36px; */
	position: relative;
	/* padding-left: 31px; */
	padding-left: 26px;
	margin-bottom: 10px;
}
.ss-table.bookmakers .item-advantages li:last-child{
	margin-bottom: 0;
}
.ss-table.bookmakers .item-advantages li:before{
	font-family: "fontello";
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.ss-table.bookmakers .item-advantages li.check:before{
	content: "\e80c";
	color: #4caf50;
	font-size: 17px;
	/* line-height: 26px; */
	/* height: 19px; */
}
.ss-table.bookmakers .item-advantages li.close:before{
	content: "\e80d";
	color: #ee263b;
	font-size: 14px;
	width: 20px;
	/* height: 20px; */
	/* line-height: 22px; */
	text-align: center;
}
.ss-table.bookmakers .item-advantages li span,
.ss-table.bookmakers .item-advantages li p{
	display: table-cell;
	vertical-align: middle;
	font-weight: 500;
	font-size: 13px;
	line-height: 18px;
	color: #546e7a;
}
.ss-table.bookmakers .item-site{
	/* padding: 0 0 0 15px; */
	padding: 10px 0 5px 15px;
}
.ss-table.bookmakers .item-site .btn{
	width: 180px;
	padding: 0 10px;
}
.ss-table.bookmakers .item-descr{
	padding: 0 30px 0 10px;
}
.ss-table.bookmakers .item-descr .btn{
	width: 80px;
	padding: 0 10px;
}
.ss-table.l-bookmakers{
	table-layout: fixed;
}
.ss-table.l-bookmakers .item{
	height: 110px;
	font-weight: 700;
	font-size: 24px;
	line-height: 40px;
}
.ss-table.l-bookmakers .item-office{
	padding: 0 20px;
	width: 21.8%;
}
.ss-table.l-bookmakers .item-img{
	width: 180px;
	height: 80px;
}
.ss-table.l-bookmakers .item-mark{
	padding: 0 10px;
	width: 16.8%;
}
.ss-table.l-bookmakers .item-mark .cell-value{
	color: #ee263b;
	text-decoration: underline;
}
.ss-table.l-bookmakers .item-summary{
	padding: 0 10px;
	width: 16.5%;
}
.ss-table.l-bookmakers .item-handicap{
	padding: 0 10px;
	width: 16.7%;
}
.ss-table.l-bookmakers .item-total{
	padding: 0 10px;
}
.ss-table.l-bookmakers .item-link{
	padding: 0 10px;
	width: 13.1%;
}
.ss-table.l-bookmakers .btn{
	width: 120px;
	padding: 0 10px;
}
.ss-table.ov-rating .item{
	height: 80px;
	font-weight: 700;
	font-size: 18px;
	line-height: 25px;
}
.ss-table.ov-rating .item-wrap.header .item .cell{
	white-space: nowrap;
}
.ss-table.ov-rating .item-office{
	padding: 0 17px;
	width: 16%;
}
.ss-table.ov-rating .item-img{
	width: 130px;
	height: 60px;
}
.ss-table.ov-rating .item-number{
	position: absolute;
	width: 15px;
	height: 15px;
	left: 0;
	top: 0;
	background-color: #ffd600;
	font-weight: 600;
	font-size: 12px;
	line-height: 15px;
	white-space: nowrap;
	text-align: center;
	z-index: 9;
}
.ss-table.ov-rating .item-margin{
	padding: 0 10px;
	width: 10.7%;
}
.ss-table.ov-rating .item-margin .cell-value{
	color: #ee263b;
	text-decoration: underline;
}
.ss-table.ov-rating .item-apl{
	padding: 0 10px;
	width: 10.6%;
}
.ss-table.ov-rating .item-rfpl{
	padding: 0 10px;
	width: 10.6%;
}
.ss-table.ov-rating .item-primera{
	padding: 0 10px;
	width: 10.6%;
}
.ss-table.ov-rating .item-seria-a{
	padding: 0 10px;
	width: 10.6%;
}
.ss-table.ov-rating .item-bundesliga{
	padding: 0 10px;
	width: 10.6%;
}
.ss-table.ov-rating .item-lch{
	padding: 0 10px;
	width: 7.9%;
}
.ss-table.ov-rating .item-link{
	padding: 0 20px 0 10px;
}
.ss-table.ov-rating .item-link .fusion-button-wrapper{
	display: inline;
}
.ss-table.ov-rating .item-link .btn{
	width: 120px;
	padding: 0 10px;
}
/*s-nav-style*/
.s-nav{
	padding-top: 30px;
	padding-bottom: 30px;
}
.s-nav ul{
	white-space: nowrap;
	padding-left: 3px;
}
.s-nav li{
	display: inline-block;
	margin-right: 6px;
	vertical-align: middle;
}
.s-nav li span,
.s-nav li a{
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 3px;
	background-color: #ececf3;
	font-weight: 700;
	font-size: 18px;
	line-height: 40px;
	color: #0d142c;
	text-align: center;
	white-space: nowrap;
}
.section-content .s-nav a:not(.btn):not(.underline){
	display: block;
	border-bottom: none;
}
.s-nav li a:hover{
	background-color: #90a4ae;
    color: #fff;
}
.section-content .s-nav a:not(.btn):hover{
    color: #fff !important;
}
.s-nav li.current span{
	background-color: #ffd600;
}
.s-nav li.dots span{
	width: 23px;
	background-color: transparent;
}
.s-nav li.next a,
.s-nav li.prev a{
	background-color: #0d142c;
	color: #fff;
	font-size: 12px;
}
.s-nav li.next a:hover,
.s-nav li.prev a:hover{
	background-color: #90a4ae;
}
.s-nav li.next{
	margin-right: 0;
}

.pagination{
	clear: left;
	padding-top: 30px;
	padding-bottom: 30px;
	white-space: nowrap;
	padding-left: 3px;
}
.fusion-blog-shortcode .pagination{
	padding-bottom: 0;
}
.pagination > span,
.pagination > a{
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 3px;
	background-color: #ececf3;
	font-weight: 700;
	font-size: 18px;
	line-height: 40px;
	color: #0d142c;
	text-align: center;
	white-space: nowrap;
	margin-right: 6px;
	vertical-align: middle;
}
.pagination a:hover{
	background-color: #90a4ae;
    color: #fff;
}
.pagination span{
	background-color: #ffd600;
}
.pagination > .pagination-prev,
.pagination > .pagination-next{
	background-color: #0d142c;
	line-height: 36px;
}
.pagination > .pagination-nex:hover,
.pagination > .pagination-prev:hover{
	background-color: #90a4ae;
}
.pagination-prev:before,
.pagination-next:before{
	font-family: 'fontello';
	color: #fff;
	font-size: 12px;
	font-weight: normal;
}
.pagination-prev:before{
	content: '\e808';
}
.pagination-next:before{
	content: '\e807';
}
.pagination-next .page-text,
.pagination-prev .page-text{
	display: none;
}
.pagination > *:last-child{
	margin-right: 0;
}
/*m-margin-style*/
.m-margin{
	position: relative;
	padding: 38px 30px 38px;
	width: 1180px;
	max-width: 100%;
	overflow: visible;
}
.m-margin:before{
	content: "";
	position: absolute;
	height: 10px;
	left: 30px;
	right: 30px;
	top: 100%;
	background-color: rgba(255, 255, 255, .6);
}
.m-margin .modal-title{
	margin-bottom: 21px;
}
.m-margin .item{
	position: relative;
}
.m-margin .item-body{
	/*width: 460px;*/
	/*max-width: 100%;*/
	/*padding-right: 30px;*/
	/*padding: 5px 35px 0 0;*/
}
.m-margin .item-content{
	margin-bottom: 29px;
}
.m-margin .item-btns .btn:first-child{
	margin-right: 7px;
}
.m-margin .item-btns .btn{
	padding: 0 10px;
}
.m-margin .item-btns .red{
	width: 180px;
}
.m-margin .item-btns .yellow{
	width: 80px;
}
.m-margin .item-img{
	position: absolute;
	right: 0;
	left: 460px;
	top: 0;
	height: 340px;
}
.m-margin .modal-nav li{
	display: none;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.m-margin .modal-nav li.prev{
	left: -40px;
}
.m-margin .modal-nav li.next{
	right: -40px;
}
.m-margin .modal-nav li a{
	display: block;
	width: 40px;
	height: 90px;
	line-height: 90px;
	color: #fff;
	text-align: center;
	background-color: #0e152d;
}
.m-margin .modal-nav li a:hover{
	background-color: #90a4ae;
}
.m-margin .modal-nav li.prev a{
	border-radius: 3px 0 0 3px;
}
.m-margin .modal-nav li.next a{
	border-radius: 0 3px 3px 0;
}
.m-margin .btn.full.thirstylink{
	width: auto;
}
.m-margin .btn.full.thirstylink > span{
	padding: 0 30px;
}
/*m-search-style*/
#m-search{
	width: 600px;
	max-width: 100%;
}
/*ss-suggestions-style*/
.ss-suggestions-sm{
	margin-top: 30px;
	margin-bottom: 30px;
	/*http://bm.sctest.ru/bukmekery/1xstavka/*/
	/*http://bm.sctest.ru/bonusy/*/
}
.ss-suggestions-sm .item-area{
	margin: -7px;
}
.ss-suggestions-sm .item-wrap{
	float: left;
	width: 16.66%;
	padding: 7px;
}
.ss-suggestions-sm .item{
	text-align: center;
}
.ss-suggestions-sm .item-img{
	height: 110px;
	border: 10px solid #f6f6fa;
}
.ss-suggestions-sm .item-img{
	max-width: none !important;
}
.ss-suggestions-sm .item-img img{
	border: 20px solid transparent;
}
.ss-suggestions-sm .item-body{
	position: relative;
	padding: 12px 12px 19px;
	margin-bottom: 5px;
	background-color: #f6f6fa;
}
.ss-suggestions-sm .item-title{
	font-weight: 600;
	font-size: 18px;
	line-height: 25px;
	color: #000;
	margin-bottom: 13px;
}
.ss-suggestions-sm .item-more a{
	font-weight: 600;
	font-size: 14px;
	line-height: 25px;
	color: #ee263b;
}
.ss-suggestions-sm .item .btn{
	padding: 0 10px;
}
/*fontello-style*/
[class^="icon-"]:before,
[class*=" icon-"]:before{
	margin-left: 0;
	margin-right: 0;
	line-height: initial;
	width: auto;
}
/*s-breadcrumbs-style*/
.s-breadcrumbs{
	padding-top: 37px;
	padding-bottom: 30px;
	/*padding-bottom: 15px;*//*http://bm.sctest.ru/bukmekery/1xstavka/*/
}
.s-breadcrumbs .row-first{
	margin-bottom: 18px;
	font-weight: 500;
	font-size: 12px;
	line-height: 18px;
	color: #90a4ae;
}
.s-breadcrumbs a{
	position: relative;
	margin-right: 30px;
}
.s-breadcrumbs a:before{
	content: "\e807";
	font-family: "fontello";
	position: absolute;
	left: 100%;
	top: 0;
	margin-left: 10px;
	font-size: 9px;
}
/*s-page-content-style*/
.s-page-content{
	padding-top: 30px;
	padding-bottom: 30px;
}
.s-breadcrumbs + .s-page-content{
	padding-top: 10px;
}
.s-page-meta + .s-page-content{
	padding-top: 0;
}
/*fancybox-style*/
.fancybox-container{
	font-family: inherit;
}
.fancybox-container.margin .fancybox-navigation{
	display: none;
}
.fancybox-slide--html{
	padding: 45px;
	/* display: block; */
}
.fancybox-close-small svg{
	display: none;
}
.fancybox-close-small{
	background-color: #efefef;
	padding: 0;
	width: auto;
	height: auto;
	color: #000;
}
.fancybox-close-small:hover{
    background-color: #90a4ae;
}
.fancybox-close-small:before{
	content: "\e80d";
	font-family: "fontello";
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	display: block;
	font-size: 20px;
}
/*ss-table-info-style*/
.ss-table-info .item-area{
	display: table;
	width: 100%;
	border: 1px solid #ececf3;
}
.ss-table-info .item-wrap{
	display: table-row-group;
}
.ss-table-info .item{
	display: table-row;
	height: 40px;
	border-bottom: 1px solid #ececf3;
}
.ss-table-info .item:last-child{
	border-bottom: none;
}
.ss-table-info .item-wrap:nth-of-type(2n-1) .item{
	background-color: #f6f6fa;
}
.ss-table-info .item-value,
.ss-table-info .item-name{
	display: table-cell;
	vertical-align: middle;
}
.ss-table-info .item-name{
	border-right: 1px solid #fff;
	width: 365px;
	padding: 0 20px;
}
.ss-table-info .item-value{
	padding: 0 20px 0 30px;
}

/*.fusion-reading-box-container-style*/
.fusion-reading-box-container{
	margin-bottom: 24px !important;
}
.fusion-reading-box-container .reading-box{
    padding: 15px 28px 15px 31px;
}
.fusion-reading-box-container .reading-box > *:first-child{
	margin-top: 0;
}
.fusion-reading-box-container .reading-box > *:last-child{
	margin-bottom: 0;
}
.fusion-reading-box-container .reading-box.reading-box-center{
    text-align: center;
}

/*flexslider-style*/
/*На главной странице*/
.fusion-slider-container{
	position: relative;
}
.flexslider{
	overflow: hidden;
}
.flexslider .slides{
    overflow: hidden;
}
.flexslider .slides li{
	float: left;
}
.tfs-slider{
	position: relative;
    margin-top: 24px;
    margin-bottom: 24px;
    overflow: hidden;
}
.tfs-slider a{
	border-bottom: none !important;
}
.tfs-slider li.flex-active-slide{
	position: relative;
}
.tfs-slider .slide-content-container{
	position: absolute;
    top: 80%;
    width: 80%;
}
.tfs-slider .background{
	display: block;
    overflow: hidden;
    position: relative;
    z-index: 2;
    max-width: 100%;
}
.tfs-slider .background-image{
	background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.tfs-slider .overlay-link{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 5;
}
.flexslider .flex-prev {
    left: 0;
}
.flexslider .flex-next:before,
.flexslider .flex-prev:before {
	display: inline-block;
    font-size: 30px !important;
    color: #fff;
    font-weight: normal;
}
.flexslider .flex-prev:before {
	content: '\e808';
}
.flexslider .flex-next {
    right: 0;
}
.flexslider .flex-next:before {
	content: '\e807';
}
.flexslider .flex-next,
.flexslider .flex-prev{
    opacity: 0 !important;
}
.flexslider:hover .flex-next,
.flexslider:hover .flex-prev{
    opacity: 1 !important;
}
.fusion-slider-975 .flex-direction-nav a {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 63px;
    height: 63px;
    font-weight: 400;
    line-height: 63px;
    background-color: rgba(0,0,0,.5);
    font-family: 'fontello';
    text-align: center;
    position: absolute;
    z-index: 9;
    font-size: 0 !important;
	color: transparent;
}
.fusion-slider-loading{
	position:absolute;
	top:50%;
	left:50%;
	margin:-3em 0 0 -3em;
	color:transparent;
	font-size:10px;
	border-top:.5em solid rgba(0,0,0,.2);
	border-right:.5em solid rgba(0,0,0,.2);
	border-bottom:.5em solid #333;
	border-left:.5em solid rgba(0,0,0,.2);
	-webkit-animation:fusion-rotate .8s infinite linear;
	animation:fusion-rotate .8s infinite linear;
}
.fusion-slider-loading,
.fusion-slider-loading:after{
	width:6em;
	height:6em;
	border-radius:50%;
	background-clip:padding-box;
}
.fusion-body .wpcf7-form .fusion-slider-loading{
	display:none;
	position:static;
	margin:10px 0 0;
	border-width:.35em;
}
.fusion-body .wpcf7-form .fusion-slider-loading,
.fusion-body .wpcf7-form .fusion-slider-loading:after{
	width:3em;
	height:3em;
}
@-webkit-keyframes fusion-rotate{
	0%{
		-webkit-transform:rotate(0);
		transform:rotate(0);
	}
	100%{
		-webkit-transform:rotate(360deg);
		transform:rotate(360deg);
	}
}
@keyframes fusion-rotate{
	0%{
		-webkit-transform:rotate(0);
		transform:rotate(0);
	}
	100%{
		-webkit-transform:rotate(360deg);
		transform:rotate(360deg);
	}
}
@keyframes gift-animate{
	0%{
		-webkit-transform: scale(1) translateY(0);
		-ms-transform: scale(1) translateY(0);
		transform: scale(1) translateY(0);
	}
	5%{
		-webkit-transform: scale(1.1, .9) translateY(0);
		-ms-transform: scale(1.1, .9) translateY(0);
		transform: scale(1.1, .9) translateY(0);
	}
	8%{
		-webkit-transform: scale(.9, 1.1) translateY(-15px);
		-ms-transform: scale(.9, 1.1) translateY(-15px);
		transform: scale(.9, 1.1) translateY(-15px);
	}
	11%{
		-webkit-transform: scale(1.1, .9) translateY(0);
		-ms-transform: scale(1.1, .9) translateY(0);
		transform: scale(1.1, .9) translateY(0);
	}
	16%{
		-webkit-transform: scale(1) translateY(0);
		-ms-transform: scale(1) translateY(0);
		transform: scale(1) translateY(0);
	}
	100%{
		-webkit-transform: scale(1) translateY(0);
		-ms-transform: scale(1) translateY(0);
		transform: scale(1) translateY(0);
	}
}

.fusion-separator.fusion-full-width-sep.sep-double{
	/*http://bm.sctest.ru/prognozy/milan-sassuolo-prognoz-i-stavki-na-match-serii-a-2-marta-2019/*/
	/*margin-top: 0 !important;*//*http://bm.sctest.ru/stati/mobilnaya-versiya-i-prilozheniya-bk-1hstavka/*/
}
.fusion-text + [class*="fusion-button-wrapper"] {
	margin-top: 24px;
}

.modal-header1{
    margin-bottom: 21px;
}

/*addthis_tool-style*/
.addthis_tool{
	padding-left: 30px;
	/* padding-right: 60px; */
	padding-right: 30px;
}
.container .addthis_tool{
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 0;
}
.container .at-above-post{
	margin-bottom: 24px;
}
.at-above-post-page{
	margin-bottom: 24px;
}
#main > .at-above-post-page{
	margin-bottom: 0;
}
.at-below-post-page{
	margin-top: 24px;
}
#main > .at-below-post-page{
	margin-bottom: 24px;
}
.container .at-below-post-recommended{
	display: none;/*http://bm.sctest.ru/stati/mobilnaya-versiya-i-prilozheniya-bk-bwin/*/
}
.container #hypercomments_widget{
	display: none;
}

/*fusion-column-wrapper-style*/
.fusion-column-wrapper > .fusion-text{
	margin-top: 24px;
}
.fusion-column-wrapper > .fusion-menu-anchor:first-child + .fusion-text,
.fusion-column-wrapper > .fusion-text:first-child{
	/*margin-top: 0;*//*http://bm.sctest.ru/rejting-bukmekerskih-kontor/rospis/*/
}

.fusion-flexslider{
	margin-bottom: 24px;
}
.fusion-flexslider .slides img{
	max-width: 100%;
	height: auto;
}
.fusion-flexslider .flex-direction-nav{
	display: none;
}

.btn-application-wrap{
	margin-bottom: 20px;
}
.btn-application-wrap .btn{
	margin: 0;
}

.to-top-container{
	display: none;
}

.container-fluid .section-content .fusion-button-wrapperleft:first-child{
	margin-top: 25px;/*http://bm.sctest.ru/bukmekery/leon/*/
}

/*[data-responsive*=":"]{
	visibility: hidden;
	opacity: 0;
}
body.window-loaded [data-responsive*=":"]{
	visibility: hidden;
	opacity: 0;
}*/
body:not(.window-loaded) [data-responsive*=":"]{
	/*display: none !important;*/
}

.ai-viewport-3 img{
	max-width: 100%;
    height: auto;
}

.fusion-author-avatar{
	float: left;
    margin-right: 20px;
    max-width: 20%;
}
.fusion-author-avatar .avatar{
	margin-left: 5px;
    margin-bottom: 10px;
}

body.tag #content{
	float: none !important;
}

.grecaptcha-badge{
	display: none;
}

#otzyv.modal{
	max-width: 100%;
	/* width: 395px; */
	width: 520px;
}
#otzyv .answer{
	margin: 10px 0 20px;
	line-height: 25px;
}

/* ss-gift-style */
.ss-gift{
	position: fixed;
	top: 30px;
	/* right: 420px; */
	right: 0;
	z-index: 999;
}
#sidebar .ss-gift{
	display: none;
}
body.admin-bar .ss-gift{
	top: 60px;
}
.ss-gift.scroll-hidden{
	display: none;
}
.ss-gift .item{
	position: relative;
}
.ss-gift .item-img{
	display: block;
	width: 50px;
	height: 50px;
	cursor: pointer;
	-webkit-animation: none;
	animation: none;
}
.ss-gift .item-img:hover{
	-webkit-animation: gift-animate 5s infinite linear;
	animation: gift-animate 5s infinite linear;
}
.ss-gift .item-body{
	display: none;
	position: absolute;
	width: 250px;
	padding-top: 10px;
	left: 50%;
	top: 100%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	/* overflow: hidden; */
}
.ss-gift .item:hover .item-body{
	display: block;
}
.ss-gift .item-descr{
	position: relative;
	padding: 15px;
	line-height: 20px;
	text-align: center;
	background-color: #fff;
	-webkit-box-shadow: 0 0 8px 0 rgba(13,20,44,.2);
  box-shadow: 0 0 8px 0 rgba(13,20,44,.2);
	border-radius: 4px 4px 0 0;
}
.ss-gift .item-descr:before{
	content: "";
	position: absolute;
	left: 50%;
	bottom: 100%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	border-style: solid;
	border-color: transparent transparent #fff;
	border-width: 0 8px 8px;
}
.ss-gift .item-descr-short{
	display: none;
}
.ss-gift .item-close{
	position: absolute;
	width: 20px;
	height: 22px;
	right: 0;
	top: 0;
	font-size: 8px;
	line-height: 22px;
	color: #78909c;
	cursor: pointer;
}
.ss-gift .item-btn{
	position: relative;
	width: 100%;
}

@media(max-width: 480px) {
	.code-block {
		width: 100% !important;
	}
}

@media (max-width: 768px){

  /* Картинки/видео/iframe не должны выходить за ширину экрана */
  .single-post .fusion-post-content img,
  .single-post .fusion-post-content iframe,
  .single-post .fusion-post-content video,
  .single-post .fusion-post-content embed,
  .single-post .fusion-post-content object {
    max-width: 100% !important;
    height: auto !important;
    box-sizing: border-box !important;
  }

  /* iframe принудительно в ширину блока */
  .single-post .fusion-post-content iframe {
    width: 100% !important;
    display: block !important;
    aspect-ratio: 16 / 9;
  }

  /* Ловим “вставки с фиксированной шириной” (width="..." или style="width: ...px") */
  .single-post .fusion-post-content *[width],
  .single-post .fusion-post-content *[style*="width"][style*="px"]{
    max-width: 100% !important;
  }

  /* Таблицы: чтобы не вылезали — делаем прокрутку внутри таблицы */
  .single-post .fusion-post-content table{
    display:block;
    max-width:100%;
    overflow-x:auto;
    -webkit-overflow-scrolling: touch;
  }
}
