@charset "UTF-8";
html {
	overflow-x: hidden;
	overflow-y: scroll;
}

body {
	min-width: 320px;
	min-height: 500px;
	font-family: "OpenSans", Arial, sans-serif;
	font-size: 15px;
	line-height: 1.7;
	color: #000;
	overflow-x: hidden;
	position: relative;
}

p {
	margin: 0.65em 0;
}

h1, h2, h3, h4, h5, h6,
.cst-title-1,
.cst-title-2,
.cst-title-3,
.cst-title-4,
.cst-title-5,
.cst-title-6 {
	line-height: 1.3;
	font-weight: 600;
	margin: 0.6em 0;
}

h1, .cst-title-1 {
	font-size: 25px;
}

h2, .cst-title-2 {
	font-size: 22px;
}

h3, .cst-title-3 {
	font-size: 19px;
}

h4, .cst-title-4 {
	font-size: 17px;
}

h5, .cst-title-5 {
	font-size: 15px;
}

h6, .cst-title-6 {
	font-size: 12px;
}

a {
	color: #e72800;
	text-decoration: underline;
}

a:hover, a:focus {
	text-decoration: none;
}

input[type="text"],
input[type="login"],
input[type="password"],
input[type="tel"],
input[type="number"],
select, textarea {
	display: block;
	width: 100%;
	margin: 5px 0;
}

input[type="text"]:disabled:hover,
input[type="login"]:disabled:hover,
input[type="password"]:disabled:hover,
input[type="tel"]:disabled:hover,
input[type="number"]:disabled:hover,
select:disabled:hover, textarea:disabled:hover {
	cursor: not-allowed;
}

button:disabled:hover, input[type="submit"]:disabled:hover,
input[type="button"]:disabled:hover, input[type="reset"]:disabled:hover {
	cursor: not-allowed;
}

textarea:disabled {
	resize: none;
}

iframe {
	border: none;
}

:active, :hover, :focus {
	outline: 0 !important;
	outline-offset: 0 !important;
}

.block {
	display: block;
}

.m-0 {
	margin: 0 !important;
}

.mv-10 {
	margin-top: 10px;
	margin-bottom: 10px;
}

.mv-20 {
	margin-top: 20px;
	margin-bottom: 20px;
}

.mv-30 {
	margin-top: 30px;
	margin-bottom: 30px;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

/* BUTTONS ***********************************  
SHAPE: btn-smooth, btn-rounded, btn-circle
SIZE: btn-xl, btn-lg, btn-md, btn-sm, btn-xs
COLOR: btn-white, btn-black
OTHER TRANSFORMS: btn-wide

<a class="btn btn-smooth" href="">Button</a>
**********************************************/
.btn {
	display: inline-block;
	position: relative;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	line-height: 1.7;
	-webkit-border-radius: 3em;
	   -moz-border-radius: 3em;
	        border-radius: 3em;
	padding: 1em 2.85em;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	background-color: #e72800;
	overflow: hidden;
	-webkit-box-shadow: 0px 8px 30px -6px rgba(0, 0, 0, 0.6);
	   -moz-box-shadow: 0px 8px 30px -6px rgba(0, 0, 0, 0.6);
	        box-shadow: 0px 8px 30px -6px rgba(0, 0, 0, 0.6);
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	-moz-transition: all 0.25s;
	transition: all 0.25s;
}

.btn:hover {
	opacity: .9;
	background-color: #f12a00;
}

.btn:hover:before {
	opacity: .11;
	top: -3.2em;
}

.btn:active {
	opacity: .75;
}

.btn:before {
	content: '';
	opacity: .13;
	display: inline-block;
	position: absolute;
	height: 6em;
	top: -3.75em;
	left: -11px;
	right: -11px;
	-webkit-border-radius: 3em;
	   -moz-border-radius: 3em;
	        border-radius: 3em;
	background-color: #fff;
	pointer-events: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	-moz-transition: all 0.25s;
	transition: all 0.25s;
}

.btn .btn-icon {
	width: 2em;
	margin-left: 1em;
	margin-right: 1em;
}

.btn.btn-lg {
	font-size: 20px;
}

.btn.btn-md {
	font-size: 15px;
}

.btn.btn-sm {
	font-size: 14px;
}

.btn.btn-xs {
	font-size: 10px;
}

.btn.btn-orange {
	background-color: #ff9c00;
}

.btn.btn-grey {
	background-color: #565656;
}

.btn.btn-black {
	background-color: #000;
}

.btn.btn-white-shadow {
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.57);
}

.btn.btn-wide {
	display: block;
	width: 100%;
	text-align: center;
}

.btn.btn-white-brdr {
	border: 5px solid #fff;
}

.btn {
	margin: 0 15px;
}

.btn i {
	font-style: normal;
	text-transform: lowercase;
}

.disct-btn {
	margin-top: 45px;
	display: inline-block;
	position: relative;
}

.disct-icon {
	position: absolute;
	top: -35px;
	right: 0;
	width: 57px;
	height: 57px;
	color: #fff;
	text-align: center;
	font-size: 15px;
	line-height: 57px;
	font-weight: bold;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;
	background: url("../img/icons/icon-circle-pincers.png") no-repeat center;
}

.cta-buttons .btn {
	margin-left: 0;
	padding: 1em 1.5em;
	font-size: 13px;
}

.cta-buttons .prod-sup {
	margin-left: 0 !important;
}

.cta-buttons .disct-btn {
	margin-top: 0px;
}

/* Шаблоны элементы  */
.prod-checked {
	display: inline-block;
	vertical-align: top;
	min-height: 35px;
	font-size: 12px;
	line-height: 1.25;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 3px;
	padding-left: 50px;
	margin-top: 12px;
	position: relative;
}

.prod-checked img {
	position: absolute;
	top: 0;
	left: 0;
}

.prod-sup {
	font-style: italic;
	margin-top: 10px;
	margin-bottom: 10px;
}

.deco-arrow-up-short,
.deco-arrow-up-right-short {
	display: inline-block;
	position: relative;
}

.deco-arrow-up-short:after,
.deco-arrow-up-right-short:after {
	content: '';
	display: block;
	width: 65px;
	height: 75px;
	position: absolute;
	bottom: 50%;
}

.deco-arrow-up-short:after {
	left: -70px;
	background-image: url("../img/deco-arrow-up-short.png");
}

.deco-arrow-up-right-short:after {
	right: -80px;
	background-image: url("../img/deco-arrow-up-right-short.png");
}

.deco-arrow-down-left-short {
	position: relative;
}

.deco-arrow-down-left-short:after {
	content: '';
	display: block;
	width: 64px;
	height: 90px;
	position: absolute;
	top: 0;
	right: -50px;
	background: url("../img/deco-arrow-down-left-short.png") no-repeat center;
	z-index: 1;
}

.list-icon {
	padding: 0;
	margin: 25px 0;
}

.list-icon > li {
	list-style: none;
	min-height: 28px;
	padding: 0 0 0 45px;
	margin: 10px 0;
}

.list-icon.li-italic {
	font-style: italic;
}

.list-icon.li-condenced > li {
	min-height: auto;
	line-height: 1.45;
	margin: 8px 0;
}

.list-icon.li-check > li {
	background: url("../img/icons/icon-check.png") no-repeat left top;
}

.list-icon.li-check-circle > li {
	background: url("../img/icons/icon-check-circle.png") no-repeat left top;
}

.list-icon.li-check-circle.yellow > li {
	background: url("../img/icons/icon-check-circle-yellow.png") no-repeat left top;
}

.list-icon.li-arrow > li {
	background: url("../img/icons/icon-arrow.png") no-repeat left top;
}

.iblocks-brief {
	text-align: center;
	border: 1px solid #dde0e0;
	padding: 25px 0;
	margin: 32px 0;
}

.ibb-item {
	display: inline-block;
	vertical-align: top;
	width: 150px;
	margin: 15px 15px;
}

.ibb-item figcaption {
	margin: 10px 0;
}

.ibb-item img {
	display: block;
	margin: 0 auto;
}

.ibb-descr {
	text-align: center;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
}

.iblocks-steps {
	text-align: center;
	margin: 30px 0 12px 0;
}

.flexbox .iblocks-steps {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	   -moz-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.flexbox .ibs-item {
	margin-left: 0;
	margin-right: 0;
}

.ibs-item {
	display: inline-block;
	width: 237px;
	height: 198px;
	margin: 35px 40px;
	background-image: url("../img/frame-monitor.png");
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
}

.ibs-item > img {
	display: block;
	width: 213px;
	height: 134px;
	position: absolute;
	top: 11px;
	left: 13px;
}

.ibs-icon {
	display: block;
	width: 74px;
	height: 74px;
	position: absolute;
	top: -34px;
	left: 85px;
	border: 3px solid #fff;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;
	background-color: #565656;
	z-index: 1;
	text-align: center;
}

.ibs-icon img, .ibs-icon svg, .ibs-icon i {
	width: 45px;
	height: 45px;
	margin-top: 10px;
}

.ibs-label {
	display: block;
	height: 30px;
	position: absolute;
	bottom: 23px;
	left: 2px;
	right: 2px;
	overflow: hidden;
}

.ibs-label .ibs-num {
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	font-size: 12px;
	line-height: 30px;
	font-weight: bold;
	background-color: #F9C812;
}

.ibs-label .ibs-descr {
	display: block;
	height: 30px;
	color: #fff;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	font-weight: 600;
	text-transform: uppercase;
	padding-left: 30px;
	background: -webkit-gradient(linear, left top, right top, from(#2e2e2e), to(#595959));
	background: -webkit-linear-gradient(left, #2e2e2e, #595959);
	background: -moz-linear-gradient(left, #2e2e2e, #595959);
	background: -o-linear-gradient(left, #2e2e2e, #595959);
	background: linear-gradient(to right, #2e2e2e, #595959);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2e2e2e', endColorstr='#595959', GradientType=1);
}

.iba-item {
	border: 1px solid #e4e7e7;
	padding: 20px;
	margin: 15px 0;
	position: relative;
}

.iba-item:after {
	content: '';
	display: block;
	position: absolute;
	bottom: -9px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	   -moz-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	     -o-transform: translateX(-50%);
	        transform: translateX(-50%);
	width: 18px;
	height: 18px;
	border: 5px solid #fff;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;
	background-color: #F9C812;
}

.iba-header {
	min-height: 185px;
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}

.iba-header:before {
	content: '';
	display: block;
	position: absolute;
	height: 10px;
	top: 0;
	left: 0;
	right: 0;
	background-color: #e72800;
}

.iba-title {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	position: absolute;
	bottom: 0;
	min-height: 76px;
	width: 100%;
	margin: 0;
	z-index: 5;
	color: #F9C812;
	text-align: center;
	font-weight: 600;
	font-size: 17px;
	padding: 10px;
	background-color: rgba(0, 0, 0, 0.75);
}

.iba-title a {
	color: #F9C812;
	text-decoration: none;
}

.iba-title a:hover {
	text-decoration: underline;
}

.no-flexbox .iba-title {
	display: block;
}

.iba-img {
	width: 100%;
}

.iba-descr {
	font-style: italic;
	text-align: center;
	margin-top: 25px;
	margin-bottom: 5px;
}

.iblocks-stats {
	text-align: center;
	vertical-align: middle;
}

.ibst-item {
	display: inline-block;
	width: 230px;
	height: 230px;
	vertical-align: top;
	border: 1px solid #dfe2e2;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;
	margin: 15px 44px;
	padding: 50px 15px 15px;
	position: relative;
}

.ibst-item:before, .ibst-item:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 28px;
	height: 28px;
	border: 8px solid #fff;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;
	background-color: #555;
}

.ibst-item:before {
	left: -14px;
}

.ibst-item:after {
	right: -14px;
}

.ibst-item .ball-left,
.ibst-item .ball-right {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
	display: block;
	width: 28px;
	height: 28px;
	border: 8px solid #fff;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;
	background-color: #e2e2e2;
}

.ibst-item .ball-left {
	left: -45px;
}

.ibst-item .ball-right {
	right: -45px;
}

.ibst-title, .ibst-descr {
	display: block;
	text-align: center;
}

.ibst-title {
	font-weight: 300;
	font-size: 53px;
	color: #e72800;
}

.ibst-descr {
	font-weight: 600;
	font-size: 14px;
	line-height: 1.3;
	text-transform: uppercase;
}

.iblocks-open-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	   -moz-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	text-align: center;
	font-size: 0;
	line-height: 0;
}

.iblocks-open-list .iol-item:first-child {
	margin-left: 0;
}

.iblocks-open-list .iol-item:last-child {
	margin-right: 0;
}

.iol-item {
	display: inline-block;
	width: 180px;
	font-size: 15px;
	line-height: 1.65;
	text-align: center;
	background-color: #eceeef;
	padding: 35px 10px 30px 10px;
	margin: 4px;
	position: relative;
}

.iol-img {
	display: block;
	width: 60px;
	height: 60px;
	border: 1px solid #fff;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;
	margin: 0 auto 12px auto;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.17);
	   -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.17);
	        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.17);
}

.iol-listlink {
	display: inline-block;
	cursor: pointer;
	white-space: nowrap;
	font-size: 12px;
	line-height: 1.2;
	font-weight: 600;
	text-transform: uppercase;
	border-bottom: 1px dashed #000;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	-moz-transition: all 0.25s;
	transition: all 0.25s;
	position: relative;
}

.iol-listlink:after {
	content: '';
	display: block;
	position: absolute;
	top: 4px;
	right: -13px;
	width: 0;
	height: 0;
	border-left: 4.5px solid transparent;
	border-right: 4.5px solid transparent;
	border-top: 6px solid red;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	-moz-transition: all 0.25s;
	transition: all 0.25s;
}

.iol-listlink:hover {
	color: #e72800;
	border-color: transparent;
}

.iol-listlink.active {
	color: #e72800;
	border-color: transparent;
}

.iol-listlink.active:hover {
	border-color: #e72800;
}

.iol-listlink.active:after {
	border-top-color: #000;
	-webkit-transform: rotate(180deg);
	   -moz-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	     -o-transform: rotate(180deg);
	        transform: rotate(180deg);
}

.iol-submenu {
	display: none;
	position: absolute;
	top: 86%;
	left: 0;
	right: 0;
	font-weight: 600;
	font-size: 12px;
	background-color: #eceeef;
	padding: 17px 10px;
	z-index: 5;
}

.iol-submenu:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 10px;
	right: 10px;
	height: 1px;
	background-color: #d2d2d2;
	-webkit-box-shadow: 0px 1px 0px 0px white;
	   -moz-box-shadow: 0px 1px 0px 0px white;
	        box-shadow: 0px 1px 0px 0px white;
}

.iblocks-steps-descr {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-justify-content: space-around;
	    -ms-flex-pack: distribute;
	        justify-content: space-around;
	text-align: center;
	margin-left: -15px;
	margin-right: -15px;
}

.ibsd-item {
	width: 285px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	border: 1px solid #e1e4e4;
	background-color: #fff;
	padding: 20px;
	margin: 15px;
	position: relative;
}

.ibsd-item .btn-cst {
	margin-left: 0;
	margin-right: 0;
	font-size: 13px;
	padding: 1em 1.5em;
}

.ibsd-step {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	   -moz-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	     -o-transform: translateX(-50%);
	        transform: translateX(-50%);
	display: inline-block;
	color: #000;
	font-size: 12px;
	line-height: 1.4;
	font-weight: bold;
	text-transform: uppercase;
	padding: 12px 20px;
	background-color: #F9C812;
	-webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.15);
	   -moz-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.15);
	        box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.15);
}

.ibsd-step:after {
	content: '';
	display: block;
	position: absolute;
	bottom: -7px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	   -moz-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	     -o-transform: translateX(-50%);
	        transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 7px solid #F9C812;
}

.ibsd-img {
	border: 1px solid #DCDCDC;
}

.ibsd-img img {
	width: 100%;
}

.ibsd-title {
	font-weight: bold;
	font-size: 15px;
	line-height: 1.5;
	margin: 15px 0;
}

.ibsd-descr {
	font-size: 14px;
}

.tabs-module .tabs-nav .tab-btn,
.tabs-module-custom .tabs-nav .tab-btn {
	cursor: pointer;
}

.tabs-module .tabs-nav {
	text-align: center;
}

.tabs-module .tabs-nav .tab-btn {
	display: inline-block;
	font-size: 12px;
	color: #788285;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	padding: 10px 20px;
	margin: 10px;
	background-color: #fff;
	position: relative;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	-moz-transition: all 0.25s;
	transition: all 0.25s;
}

.tabs-module .tabs-nav .tab-btn:hover {
	color: #000;
	background-color: #F9C812;
}

.tabs-module .tabs-nav .tab-btn:active {
	background-color: #fad444;
}

.tabs-module .tabs-nav .tab-btn:before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	   -moz-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	     -o-transform: translateX(-50%);
	        transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 7px solid #F9C812;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	-moz-transition: all 0.25s;
	transition: all 0.25s;
	z-index: -1;
}

.tabs-module .tabs-nav .tab-btn.active {
	color: #000;
	background-color: #F9C812;
}

.tabs-module .tabs-nav .tab-btn.active:before {
	bottom: -7px;
	z-index: 1;
}

.tabs-content .tab-item {
	display: none;
}

.tabs-content .tab-item.active {
	display: block;
}

/* Banner-01: Start */
.fenix-banner-01 {
	text-align: right;
	border: 1px solid #f9ca1a;
	padding: 25px 25px 15px 25px;
	margin: 50px 0;
	background-color: #F9C812;
	background-image: url("../img/mouse-bg.jpg");
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
	background-position: center left;
	position: relative;
}

.fenix-banner-01 .btn {
	font-size: 13px;
	margin: 0;
}

.fenix-banner-01 .banner-img {
	display: block;
	position: absolute;
	bottom: 0;
	left: 130px;
}

.fenix-banner-01 .prod-sup {
	margin: 0 10px;
	z-index: 1;
	position: relative;
	text-shadow: 1px 1px 1px white;
}

/* Banner-01: End */
/* Banner-02-03: Start */
.fenix-banner-02 {
	border: 1px solid #f9ca1a;
	padding: 25px 25px 15px 25px;
	margin: 50px 0;
	background-color: #F9C812;
	background-image: url("../img/mouse-bg.jpg");
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
	background-position: center left;
	position: relative;
}

.fenix-banner-02 .cst-title-3 {
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 10px;
}

.fenix-banner-02 .btn {
	margin: 0;
}

.fenix-banner-02.bnr-3 .cst-title-3 {
	text-transform: none;
}

.fenix-banner-02.bnr-3 .prod-sup {
	text-align: center;
}

.fenix-banner-02 .fbnr-left {
	margin-left: 25px;
}

.fenix-banner-02 .fbnr-right {
	text-align: right;
}

.fenix-banner-02 .btn {
	padding: 1em 1.2em;
}

.fenix-banner-02 .banner-img {
	display: block;
	position: absolute;
	bottom: 0;
	left: 130px;
}

.fenix-banner-02 .prod-sup {
	margin: 10px 17px 0 8px;
	z-index: 1;
	position: relative;
	text-shadow: 1px 1px 1px white;
}

.fenix-banner-02 .disct-btn {
	display: block;
	margin-top: 0;
}

.fbnr-action {
	font-size: 0;
	line-height: 0;
}

.fbnr-action .var-1, .fbnr-action .var-2 {
	display: inline-block;
	color: #fff;
	font-size: 15px;
	line-height: 1;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #000;
	padding: 11px 20px;
}

.fbnr-action .var-1 {
	background-color: #565656;
	background: -webkit-gradient(linear, left top, right top, color-stop(-15%, #565656), color-stop(4%, rgba(86, 86, 86, 0.75)), to(#565656));
	background: -webkit-linear-gradient(left, #565656 -15%, rgba(86, 86, 86, 0.75) 4%, #565656 100%);
	background: -moz-linear-gradient(left, #565656 -15%, rgba(86, 86, 86, 0.75) 4%, #565656 100%);
	background: -o-linear-gradient(left, #565656 -15%, rgba(86, 86, 86, 0.75) 4%, #565656 100%);
	background: linear-gradient(to right, #565656 -15%, rgba(86, 86, 86, 0.75) 4%, #565656 100%);
}

.fbnr-action .var-2 {
	background-color: #000;
	background: -webkit-gradient(linear, left top, right top, from(#393939), to(#000));
	background: -webkit-linear-gradient(left, #393939, #000);
	background: -moz-linear-gradient(left, #393939, #000);
	background: -o-linear-gradient(left, #393939, #000);
	background: linear-gradient(to right, #393939, #000);
}

/* Banner-02-03: End */
/* SlickSlider: Start */
.slick-slider {
	margin: 25px 0;
}

.slick-slider .slick-dots {
	text-align: center;
	list-style-type: none;
	padding: 0;
	margin: 15px 0 0 0;
}

.slick-slider .slick-dots > li {
	display: inline-block;
}

.slick-slider .slick-dots > li button {
	display: inline-block;
	width: 12px;
	height: 12px;
	font-size: 0;
	padding: 0;
	border: 0;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;
	background-color: #555;
	margin: 0 3px;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	-moz-transition: all 0.25s;
	transition: all 0.25s;
}

.slick-slider .slick-dots > li button:hover {
	background-color: #e72800;
}

.slick-slider .slick-dots > li button:active {
	opacity: .75;
}

.slick-slider .slick-dots li.slick-active button {
	background-color: #e72800;
}

.slick-slider .slick-arrow {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
	cursor: pointer !important;
	text-align: center;
	width: 54px;
	height: 54px;
	border: 7px solid #fff;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;
	background: -webkit-gradient(linear, left top, right bottom, from(#919191), to(#5c5c5c));
	background: -webkit-linear-gradient(left top, #919191, #5c5c5c);
	background: -moz-linear-gradient(left top, #919191, #5c5c5c);
	background: -o-linear-gradient(left top, #919191, #5c5c5c);
	background: linear-gradient(to right bottom, #919191, #5c5c5c);
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	-moz-transition: all 0.25s;
	transition: all 0.25s;
	z-index: 1;
}

.slick-slider .slick-arrow img {
	width: 28px;
	height: 28px;
	margin-top: 5px;
}

.slick-slider .slick-arrow:hover {
	cursor: pointer !important;
	opacity: .85;
	background: -webkit-gradient(linear, left top, right bottom, from(#ff8268), to(#e72800));
	background: -webkit-linear-gradient(left top, #ff8268, #e72800);
	background: -moz-linear-gradient(left top, #ff8268, #e72800);
	background: -o-linear-gradient(left top, #ff8268, #e72800);
	background: linear-gradient(to right bottom, #ff8268, #e72800);
}

.slick-slider .slick-arrow:active {
	cursor: pointer;
	opacity: .95;
}

.slick-slider .slick-next {
	right: -30px;
}

.slick-slider .slick-prev {
	left: -30px;
}

.no-cssgradients .slick-arrow {
	background: #5c5c5c;
}

.no-cssgradients .slick-arrow:hover {
	background: #e72800;
}

/* SlickSlider: End */
/* BreadCrumbs: Start */
.breadcrumbs > span {
	font-size: 12px;
	font-weight: 600;
	color: #565656;
}

.breadcrumbs > span a {
	font-weight: normal;
	color: #000;
	text-decoration: none;
}

.breadcrumbs > span a:hover {
	color: #e72800;
	text-decoration: underline;
}

.breadcrumbs .sep {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 2px;
	background-image: url("../img/icons/icon-arrow-small.png");
	background-repeat: no-repeat;
	background-position: center;
}

/* BreadCrumbs: End */
/* Rating: Start */
.vote-block {
	text-align: center;
}

.vote-block i {
	font-size: 14px;
}

.rating {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 0;
}

.rating li {
	display: inline-block;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	background-image: url("../img/icons/icon-rating-empty.png");
	background-repeat: no-repeat;
	background-position: center;
	margin: 2px;
}

.rating li.filled {
	background-image: url("../img/icons/icon-rating-fill.png");
}

/* Rating: End */
/* iblock-card: Start */
.iblock-card {
	border: 1px solid #dde0e0;
	padding: 25px;
	margin: 15px;
	background-color: #fff;
}

.ibc-header {
	position: relative;
	padding-bottom: 30px;
}

.ibc-header .cst-title-3 {
	color: #000;
	font-size: 18px;
	font-weight: bold;
}

.ibc-header:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 10px;
	right: 10px;
	height: 1px;
	background-color: #e2e5e5;
}

.ibc-footer {
	text-align: center;
}

/* iblock-card: End */
iframe.offer-video, .offer-image {
	width: 100%;
	border: 8px solid #fff;
	-webkit-box-shadow: 2px 2px 12px 8px rgba(0, 0, 0, 0.17);
	   -moz-box-shadow: 2px 2px 12px 8px rgba(0, 0, 0, 0.17);
	        box-shadow: 2px 2px 12px 8px rgba(0, 0, 0, 0.17);
}

.offer-image img {
	width: 100%;
}

.video-full-width {
	width: 100%;
	margin: 15px 0;
}

.under-title {
	font-style: italic;
}

.rub {
	font-family: 'RubSerif';
	margin: 0 2px;
}

/* HEADER: Start */
.site-header {
	padding: 8px 0 10px 0;
	background-color: #fff;
}

.site-header .site-navigation {
	margin-top: 15px;
}

.site-header .container {
	position: relative;
}

/* Main-Menu: Start */
.main-menu {
	text-align: right;
	list-style-type: none;
	padding: 0;
	margin: 0;
	font-size: 0;
	line-height: 0;
}

.main-menu > li {
	display: inline-block;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	line-height: normal;
	margin: 0 5px;
}

.main-menu > li.active a {
	color: #EC5000;
}

.main-menu > li > a {
	color: #000;
	display: inline-block;
	text-decoration: none;
	padding: 10px 10px;
}

.main-menu > li > a:hover {
	color: #EC5000;
}

#sandwich {
	display: none;
	position: absolute;
	top: 25px;
	right: 35px;
	width: 33px;
	height: 20px;
	-webkit-transform: rotate(0deg);
	   -moz-transform: rotate(0deg);
	    -ms-transform: rotate(0deg);
	     -o-transform: rotate(0deg);
	        transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
	cursor: pointer;
}

#sandwich span {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	background: #000;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	   -moz-transform: rotate(0deg);
	    -ms-transform: rotate(0deg);
	     -o-transform: rotate(0deg);
	        transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

#sandwich:hover span {
	background: #ec5000;
}

#sandwich span:nth-child(1) {
	top: 0px;
}

#sandwich span:nth-child(2) {
	top: 8px;
}

#sandwich span:nth-child(3) {
	top: 16px;
}

#sandwich.open span:nth-child(1) {
	top: 8px;
	-webkit-transform: rotate(135deg);
	   -moz-transform: rotate(135deg);
	    -ms-transform: rotate(135deg);
	     -o-transform: rotate(135deg);
	        transform: rotate(135deg);
}

#sandwich.open span:nth-child(2) {
	opacity: 0;
	left: -60px;
}

#sandwich.open span:nth-child(3) {
	top: 8px;
	-webkit-transform: rotate(-135deg);
	   -moz-transform: rotate(-135deg);
	    -ms-transform: rotate(-135deg);
	     -o-transform: rotate(-135deg);
	        transform: rotate(-135deg);
}

/* Main-Menu: End */
/* HEADER: End */
/* FOOTER: Start */
.site-footer {
	color: #fff;
	padding: 35px 0;
	background-color: #595959;
	background-repeat: no-repeat;
	background-position: center;
}

.site-footer a {
	color: #fff;
}

.site-footer .site-navigation {
	margin-top: 20px;
}

.footer-main-menu {
	color: #fff;
	text-align: right;
	list-style-type: none;
	padding: 0;
	margin: 0;
	font-size: 0;
	line-height: 0;
}

.footer-main-menu > li {
	display: inline-block;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	line-height: normal;
	margin: 0 5px;
}

.footer-main-menu > li.active a {
	color: #ffec35;
}

.footer-main-menu > li > a {
	display: inline-block;
	text-decoration: none;
	padding: 10px 10px;
}

.footer-main-menu > li > a:hover {
	color: #ffec35;
}

.copyright {
	font-size: 13px;
	margin-left: 10px;
	margin-top: 23px;
}

.copyright a {
	color: #ffec35;
}

.copyright p {
	line-height: 1.25;
	margin: 3px 0;
}

.footer-logo {
	float: left;
	width: 95px;
	height: 95px;
}

/* FOOTER: End */
/***************************************/
/* MAIN PAGE */
/***************************************/
/* Section-Offer: Start */
.sct-offer {
	padding: 25px 0;
	background-color: #e5e9ea;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.offer-img .box-w-shadow {
	position: relative;
	left: -25%;
	margin: 0 auto;
}

.offer-descr .cst-title-1 {
	font-size: 50px;
	line-height: 1;
	margin: .4em 0;
	font-weight: bold;
	text-transform: uppercase;
}

.offer-descr .btn {
	margin: 0;
}

.offer-descr .btn.btn-buy {
	padding-right: 2.5em !important;
}

.offer-descr .btn.btn-kostl {
	white-space: nowrap;
	font-size: 14px;
	padding: 1.5em 1.5em 1.5em 1.5em;
}

.offer-descr .btn.btn-kostl:hover:before {
	top: -2.4em;
}

.offer-descr .btn.btn-kostl:before {
	top: -3.15em;
}

.offer-descr .sub-descr {
	color: #EC5000;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px white;
}

.offer-descr .sub-descr.deco-arrow-down {
	position: relative;
}

.offer-descr .sub-descr.deco-arrow-down:before {
	content: '';
	display: block;
	position: absolute;
	top: 9px;
	left: -82px;
	width: 75px;
	height: 280px;
	background: url("../img/deco-arrow-down.png") no-repeat;
}

.offer-descr .prod-sup,
.offer-descr .prod-checked {
	margin-left: 20px;
}

.offer-descr .prod-sup {
	margin-left: 35px;
}

.offer-descr .list-icon {
	font-weight: 600;
	margin: 35px 0 45px 0;
}

/* Section-Offer: End */
/* Section-Intro: Start */
.intro-primary {
	color: #fff;
	padding: 20px 0 30px;
	background-color: #565656;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.intro-suitable {
	padding: 30px 0 0 0;
}

.intro-suitable .cst-title-3 {
	font-weight: bold;
}

.intro-suitable .list-icon {
	font-style: italic;
}

.intro-suitable .deco-arrow-up-short {
	margin-top: 30px;
}

/* Section-Intro: End */
/* Section-Steps: Start */
.sct-steps {
	padding: 15px 0 30px 0;
}

.sct-steps .cst-title-2 {
	color: #565656;
}

/* Section-Steps: End */
/* Section-Location: Start */
.sct-location {
	padding: 20px 0;
	background-color: #eceeef;
}

.sct-location .cst-title-2 {
	color: #565656;
}

.sct-location .tabs-module {
	margin: 15px 0 30px 0;
}

.screen-block {
	width: 100%;
	max-width: 712px;
	margin: 0 auto;
	position: relative;
}

.screen-block .sb-frame {
	width: 100%;
}

.screen-block .sb-img {
	position: absolute;
	display: block;
	top: 5.3%;
	left: 4.8%;
	right: 4.6%;
	bottom: 27.2%;
	background-color: #fff;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}

/* Section-Location: End */
/* Section-Reasons: Start */
.sct-reasons {
	padding: 20px 0;
}

.sct-reasons .cst-title-2 {
	color: #565656;
}

/* Section-Reasons: End */
/* Section-Reviews: Start */
.sct-reviews .cst-title-2 {
	color: #565656;
}

.rev-slider {
	margin-top: 50px;
}

.rev-slider .slick-arrow {
	top: 50%;
}

.rev-slider .slick-dots {
	position: absolute;
	top: -47px;
	left: 0;
	right: 0;
	margin: 0;
}

.rev-item {
	padding: 35px 50px 35px 210px;
	position: relative;
	background-color: #eceeef;
	background-repeat: no-repeat;
	background-position: right -55px;
}

.rev-photo {
	display: block;
	width: 130px;
	height: 130px;
	position: absolute;
	top: 45px;
	left: 50px;
	border: 7px solid #fff;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;
	-webkit-box-shadow: 2px 2px 15px 0px rgba(0, 0, 0, 0.17);
	   -moz-box-shadow: 2px 2px 15px 0px rgba(0, 0, 0, 0.17);
	        box-shadow: 2px 2px 15px 0px rgba(0, 0, 0, 0.17);
}

.rev-name {
	display: inline-block;
	color: #EC5000;
	font-size: 17px;
	font-weight: bold;
}

.rev-date {
	display: inline-block;
	color: #596468;
	font-size: 14px;
}

.rev-descr {
	font-style: italic;
	margin: 0;
}

.rev-descr p {
	margin: 0;
}

/* Section-Reviews: End */
/* Section-Features: Start */
.sct-features .cst-title-2 {
	color: #565656;
}

.sct-features .cst-title-3 {
	font-weight: bold;
}

.sct-features .iblocks-open-list {
	margin: 10px 0;
}

.prod-data {
	font-size: 17px;
	text-align: center;
	border: 1px solid #eceeef;
	padding: 18px;
	margin: 15px 0;
}

.prod-data b {
	font-weight: 600;
}

.prod-data .sep {
	display: inline-block;
	width: 6px;
	height: 6px;
	vertical-align: middle;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;
	background-color: #e72800;
	margin: 0 3px;
}

.prod-data .item {
	display: inline-block;
}

.prod-sys-req,
.prod-devs-sup {
	margin: 20px 0;
}

.prod-sys-req ul,
.prod-devs-sup ul {
	font-style: italic;
}

/* Section-Features: End */
/***************************************/
/* BUY PAGE */
/***************************************/
/* Section-OfferBuy: Start */
.sct-offer-buy {
	color: #fff;
	padding: 25px 0;
	background-color: #316673;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.sct-offer-buy .vote-block {
	margin-left: -55px;
}

.offer-buy-img .box-w-shadow {
	position: relative;
	left: -25%;
	margin: 0 auto;
}

.offer-buy-descr {
	margin-top: 65px;
}

.offer-buy-descr .cst-title-1 {
	font-size: 23px;
	line-height: 1.25;
	margin: .1em 0;
	font-weight: bold;
}

.offer-buy-descr .list-icon {
	font-weight: 600;
	margin-bottom: 25px;
}

/* Section-OfferBuy: End */
/* Section-FormBuy: Start */
.sct-form-buy {
	padding: 30px 0 32px 0;
	background-color: #eceeef;
}

.sct-form-buy .cst-title-2 {
	color: #565656;
}

.sct-form-buy .prod-buy-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	   -moz-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-left: -15px;
	margin-right: -15px;
}

.sct-form-buy .buy-infoblock {
	-webkit-flex-basis: 270px;
	    -ms-flex-preferred-size: 270px;
	        flex-basis: 270px;
	margin: 0 15px;
	padding: 45px 10px 25px 10px;
	margin: 15px;
	background-color: #eceeef;
}

.sct-form-buy .buyi-icon {
	display: inline-block;
	width: 40px;
	height: 40px;
}

.sct-form-buy .pb-support {
	margin-bottom: 30px;
}

.sct-form-buy .pb-support .buyi-icon {
	margin: 2px 0;
}

.sct-form-buy .pb-paysys {
	margin-bottom: 30px;
}

.sct-form-buy .pb-paysys .buyi-icon {
	margin: 2px 8px;
}

.no-flexbox .sct-form-buy .prod-buy-container {
	display: block;
	text-align: center;
}

.no-flexbox .sct-form-buy .prod-buy-container .iblock-card {
	vertical-align: top;
	display: inline-block;
	text-align: left;
	max-width: 350px;
	margin: 15px;
}

.no-flexbox .sct-form-buy .prod-buy-container .buy-infoblock {
	display: inline-block;
	max-width: 173px;
}

.btn-buy {
	color: #000;
}

.li-buy-card .cst-title-3 {
	float: left;
}

.li-buy-card li {
	font-size: 14px;
	margin-top: 2px;
	margin-bottom: 2px;
}

.iblock-card.buy-card-mod {
	padding: 25px 25px 100px 25px;
	position: relative;
}

.iblock-card.buy-card-mod .ibc-header {
	min-height: 160px;
	padding-left: 130px;
	padding-top: 15px;
	position: relative;
}

.iblock-card.buy-card-mod .ibc-header .ibc-img {
	width: 100px;
	height: 130px;
	position: absolute;
	top: 0;
	left: 0;
}

.iblock-card.buy-card-mod .ibc-footer {
	min-height: 62px;
	position: absolute;
	bottom: 25px;
	left: 0;
	right: 0;
}

.iblock-card.buy-card-mod .ibc-footer .btn-buy.btn-mod {
	padding: 1.2em 5em .85em 4.2em;
}

.iblock-card.buy-card-mod .ibc-footer .btn-buy.btn-mod:hover:before {
	top: -2.8em;
}

.iblock-card.buy-card-mod .ibc-footer .btn-buy.btn-mod:before {
	top: -3.4em;
}

.iblock-card.buy-card-mod .ibc-footer .btn-buy.btn-mod .btn-icon {
	width: 2.3em;
	margin-right: 0.7em;
}

.prod-prices {
	float: left;
	margin-right: 20px;
}

.prod-prices .price-now {
	display: block;
	font-size: 23px;
	line-height: 1.4;
	color: #e72800;
}

.prod-prices .price-ex {
	display: block;
	font-size: 15px;
	line-height: 1.4;
	text-decoration: line-through;
	color: #8a979c;
}

.prod-discount {
	display: inline-block;
	font-size: 16px;
	line-height: 1.4;
	font-weight: 600;
	color: #fff;
	background-color: #306977;
	padding: 8px 10px;
	margin-top: 5px;
	position: relative;
}

.prod-discount:before {
	content: '';
	position: absolute;
	bottom: -8px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	   -moz-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	     -o-transform: translateX(-50%);
	        transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid #306977;
}

.buy-infoblock {
	font-size: 12px;
	text-align: center;
	line-height: 1.4;
	border: 3px solid #fff;
	margin: 15px 0;
}

.buy-infoblock .buyi-title {
	font-weight: bold;
	text-transform: uppercase;
}

/* Section-FormBuy: End */
/***************************************/
/* ARTICLES PAGE */
/***************************************/
/* Section-Articles: Start */
.sct-articles {
	padding: 20px 0;
}

.sct-articles .cst-title-2 {
	font-weight: bold;
	font-size: 25px;
}

.articles-slider {
	border: 1px solid #e4e7e7;
	margin: 30px 0;
	position: relative;
}

.articles-slider .slick-dots {
	position: absolute;
	bottom: -10px;
	width: 100%;
	margin: 0;
}

.articles-slider .slick-dots li button {
	width: 18px;
	height: 18px;
	border: 3px solid #fff;
	margin: 0;
}

.list-icon.li-revsld li {
	font-style: italic;
	margin: 10px 0;
}

.artsld-item {
	padding: 40px 60px;
}

/* Section-Articles: End */
/***************************************/
/* FLASH PAGE */
/***************************************/
/* Section-OfferFlash: Start */
.sct-offer-flash {
	color: #fff;
	padding: 18px 0 25px 0;
	background-color: #316673;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.sct-offer-flash .cst-title-1 {
	font-size: 23px;
	line-height: 1.25;
	font-weight: bold;
}

.sct-offer-flash .offer-video, .sct-offer-flash .offer-image {
	display: block;
	max-width: 600px;
	margin: 45px auto 25px auto;
}

.deco-arrow-down-left {
	position: relative;
}

.deco-arrow-down-left:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	width: 70px;
	height: 220px;
	background-image: url("../img/deco-arrow-down-left.png");
	background-repeat: no-repeat;
	background-position: center;
}

.offer-flash-action {
	text-align: right;
	margin: 30px 80px 10px 0;
}

.offer-flash-action .btn.btn-mod {
	margin: 0;
	font-size: 13px;
	padding: 0.85em 4.5em 0.5em 2.85em;
}

.offer-flash-action .btn.btn-mod:before {
	top: -3.35em;
}

.offer-flash-action .btn.btn-mod:hover:before {
	top: -2.8em;
}

.offer-flash-action .btn.btn-mod .btn-icon {
	width: 3em;
}

.offer-flash-descr {
	margin-top: 25px;
}

.offer-flash-descr .list-icon {
	font-weight: 600;
	margin-bottom: 25px;
}

.offer-flash-descr .accent-text {
	color: #F9C812;
	font-size: 17px;
	line-height: 1.3;
	font-weight: bold;
}

/* Section-OfferFlash: End */
/* Section-RecSteps: Start */
.sct-recsteps {
	padding: 25px 0 35px 0;
	background-color: #eceeef;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
	background-position: center;
}

.sct-recsteps .cst-title-2 {
	color: #565656;
}

/* Section-RecSteps: End */
/* Section-RecInfo: Start */
.sct-recinfo {
	padding: 35px 0;
}

.sct-recinfo .cst-title-2 {
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 25px;
}

.sct-recinfo .btn.btn-mod {
	font-size: 13px;
	padding: 1.15em 6.65em 1em 4.85em;
}

.sct-recinfo .btn.btn-mod:hover:before {
	top: -2.8em;
}

.sct-recinfo .btn.btn-mod:before {
	top: -3.25em;
}

.sct-recinfo .btn.btn-mod .btn-icon {
	width: 2.4em;
}

.sct-recinfo .deco-arrow-rec {
	display: inline-block;
	margin-top: 35px;
	position: relative;
}

.sct-recinfo .deco-arrow-rec:after {
	content: '';
	display: block;
	width: 64px;
	height: 90px;
	position: absolute;
	bottom: 25px;
	right: -68px;
	background: url("../img/deco-arrow-down-left-short.png") no-repeat center;
}

.recinfo-img {
	display: block;
	max-width: 300px;
	margin: 0 auto;
}

.recinfo-block {
	margin-top: 30px;
}

/* Section-RecInfo: End */
/* Section-RecAdvant: Start */
.sct-rec-advant {
	color: #565656;
}

.sct-rec-advant .list-icon > li {
	margin: 15px 0;
	line-height: 1.35;
}

/* Section-RecAdvant: End */
/* Section-CanRec: Start */
.sct-canrec {
	padding: 15px 0;
}

.sct-canrec .cst-title-2 {
	color: #565656;
}

.sct-canrec .iblocks-open-list {
	margin: 30px 0;
}

/* Section-CanRec: End */
/* Section-RecFlashSteps: Start */
.sct-rec-flash-steps {
	padding: 15px 0;
}

.sct-rec-flash-steps .cst-title-2 {
	color: #565656;
}

.sct-rec-flash-steps .iblocks-steps {
	margin-bottom: 0px;
}

/* Section-RecFlashSteps: End */
/* Section-RecProc: Start */
.sct-rec-proc {
	padding: 20px 0 30px 0;
	background-color: #eceeef;
}

.sct-rec-proc .cst-title-2 {
	color: #565656;
}

.rp-card-item {
	max-width: 470px;
	border: 1px solid #dde0e0;
	padding: 20px 65px 28px 65px;
	margin: 15px auto 30px auto;
	background-color: #fff;
}

.rp-card-item .btn-sm {
	margin: 0;
	padding: 1em 2.2em;
}

.rp-card-item .list-icon > li {
	font-size: 14px;
	line-height: 1.45;
	margin: 10px 0;
}

.rpc-undertitle, .rpc-title {
	text-align: center;
	margin: 3px 0;
}

.rpc-img {
	display: block;
	margin: 0 auto 10px auto;
}

.rpc-title {
	color: #000;
	font-size: 18px;
	font-weight: bold;
}

.rpc-undertitle {
	color: #e72800;
	font-size: 14px;
	font-weight: 600;
}

/* Section-RecProc: End */
/* Section-RecInstruct: Start */
.sct-rec-inctruct {
	padding: 18px 0;
}

.sct-rec-inctruct .cst-title-2 {
	color: #565656;
}

.tabs-module-custom.tmc-instruct {
	margin: 30px 0;
}

.tabs-module-custom.tmc-instruct .btn {
	margin-top: 15px;
}

.tabs-module-custom.tmc-instruct .tabs-nav {
	font-weight: bold;
	text-transform: uppercase;
	list-style-type: none;
	padding: 20px;
	margin: 0 0 30px 0;
	background-color: #eceeef;
}

.tabs-module-custom.tmc-instruct .tab-btn {
	font-size: 12px;
	line-height: 1.3;
	padding-left: 27px;
	margin: 15px 0;
	position: relative;
}

.tabs-module-custom.tmc-instruct .tab-btn:before {
	content: '';
	display: block;
	position: absolute;
	top: 4px;
	left: 10px;
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-left: 6px solid #e72800;
	border-bottom: 4px solid transparent;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	-moz-transition: all 0.25s;
	transition: all 0.25s;
}

.tabs-module-custom.tmc-instruct .tab-btn:hover {
	color: #e72800;
}

.tabs-module-custom.tmc-instruct .tab-btn.active {
	cursor: default;
	color: #999;
}

.tabs-module-custom.tmc-instruct .tab-btn.active:before {
	border-left-color: #000;
}

.tabs-module-custom.tmc-instruct .tabs-content .list-icon {
	margin: 0;
}

/* Section-RecInstruct: End */
/* Section-RecInstruct: Start */
.sct-rec-features {
	padding: 0px 0px;
}

.sct-rec-features .cst-title-2 {
	color: #565656;
}

.sct-rec-features .feature-content {
	padding: 20px 0;
	background-color: #eee;
}

.sct-rec-features .prod-data {
	margin: 30px 0;
}

/* Section-RecInstruct: End */
/***************************************/
/* LESSON PAGE */
/***************************************/
/* Section-VideoArticle: Start */
.sct-video-article {
	padding-top: 15px;
}

.sct-video-article .entry-header {
	padding-bottom: 30px;
	-webkit-transition: padding 0.875s;
	-o-transition: padding 0.875s;
	-moz-transition: padding 0.875s;
	transition: padding 0.875s;
}

.sct-video-article .entry-header .cst-title-1 {
	font-weight: bold;
}

.sct-video-article .article-excerpt {
	font-style: italic;
}

.sct-video-article .entry-content {
	padding: 30px 0 40px 0;
	background-color: #eceeef;
	-webkit-transition: padding 0.875s;
	-o-transition: padding 0.875s;
	-moz-transition: padding 0.875s;
	transition: padding 0.875s;
}

.sct-video-article .article-video {
	position: relative;
}

.sct-video-article .article-video iframe {
	display: block;
	width: 500px;
	height: 300px;
	max-width: 100%;
	margin: 0 auto;
}

.sct-video-article .article-action {
	text-align: center;
	margin: 0 0 35px 0;
}

.sct-video-article .article-action p {
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 20px 0;
}

.sct-video-article .article-action .btn.btn-mod {
	width: 312px;
}

/* Section-VideoArticle: End */
/***************************************/
/* LESSON PAGE */
/***************************************/
/* Section-Article: Start */
.sct-article .entry-header {
	padding: 20px 0 40px 0;
	background-color: #eceeef;
}

.sct-article .entry-header .cst-title-2 {
	color: #565656;
}

.sct-article .entry-header .article-head-info {
	font-style: italic;
	text-align: center;
	margin-bottom: 35px;
}

.sct-article .entry-header .article-head-info > * {
	display: inline-block;
	margin: 0 10px;
}

.sct-article figure {
	margin: 20px 0;
}

.sct-article .entry-content {
	padding: 15px 0;
}

.sct-article .entry-content .cst-title-3 {
	font-weight: bold;
}

.sct-article .entry-content p {
	margin: 18px 0;
}

.sct-article .article-inside-nav {
	padding-bottom: 15px;
}

.sct-article .article-inside-nav > span {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
}

.sct-article .article-inside-nav ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.sct-article .article-inside-nav ul > li {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.35;
	padding-left: 20px;
	margin: 12px 0;
	position: relative;
}

.sct-article .article-inside-nav ul > li:before {
	content: '';
	display: block;
	position: absolute;
	top: 6px;
	left: 0;
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-left: 6px solid #000;
	border-bottom: 4px solid transparent;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	-moz-transition: all 0.25s;
	transition: all 0.25s;
}

.sct-article .article-quote {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	min-height: 128px;
	font-size: 15px;
	line-height: 1.45;
	border: 1px solid #dde0e0;
	padding: 28px 28px 28px 125px;
	background-color: #fff;
	margin: 0;
	position: relative;
}

.sct-article .article-quote > img {
	display: block;
	position: absolute;
	top: 25px;
	left: 28px;
	width: 75px;
	height: 75px;
	border: 1px solid #d4d8da;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;
}

.sct-article .article-quote p {
	margin: 0;
}

.article-rating {
	display: inline-block;
	list-style-type: none;
	padding: 0;
	margin: 0;
	font-size: 0;
	line-height: 0;
	vertical-align: middle;
	margin-left: 3px;
	position: relative;
	top: -1px;
}

.article-rating > li {
	cursor: pointer;
	display: inline-block;
	width: 13px;
	height: 13px;
	background: url("../img/icons/icon-rating-red-empty.png") no-repeat center;
}

.article-rating > li.filled {
	background: url("../img/icons/icon-rating-red-fill.png") no-repeat center;
}

.under-img {
	text-align: center;
	font-style: italic;
	margin: 18px 0 0 0;
}

.msg-warn {
	font-weight: 600;
	padding-left: 60px;
	min-height: 55px;
	position: relative;
	margin: 35px 0 !important;
}

.msg-warn:before {
	content: '';
	display: block;
	width: 45px;
	height: 45px;
	position: absolute;
	top: 5px;
	left: 0px;
	background: url("../img/icons/icon-warn.png") no-repeat center;
}

.msg-note {
	font-size: 14px;
	font-style: italic;
	padding: 20px 30px;
	background-color: #eceeef;
}

/* Section-Article: End */
/* Section-ArticleOffer: Start */
.sct-article-offer {
	color: #fff;
	padding: 15px 0 30px 0;
}

.sct-article-offer .cst-title-1 {
	margin-bottom: 40px;
}

.sct-article-offer .offer-video {
	display: block;
	max-width: 600px;
	margin: 0 auto 25px auto;
}

.list-line {
	list-style-type: none;
	padding: 0;
	margin: 25px 0 33px 0;
	font-size: 0;
	line-height: 0;
}

.list-line > li {
	display: inline-block;
	font-size: 15px;
	font-style: italic;
	list-style: none;
	line-height: 1.25;
	padding-left: 38px;
	margin: 10px 30px 10px 0;
	background: url("../img/icons/icon-check-circle-yellow.png") no-repeat left top;
}

.list-line > li:last-child {
	margin-right: 0;
}

.offer-art-descr .list-icon {
	margin: 50px 0;
}

.offer-art-descr .list-icon > li {
	text-align: left;
	line-height: 1.35;
	width: 30%;
	font-style: italic;
	display: inline-block;
	vertical-align: top;
	padding-left: 35px;
	margin: 0 5px;
}

.offer-art-descr .accent-text {
	color: #F9C812;
	text-transform: uppercase;
	font-weight: bold;
}

.offer-art-descr .accent-text.list-line-arrow {
	position: relative;
}

.offer-art-descr .accent-text.list-line-arrow:after {
	content: '';
	display: block;
	position: absolute;
	top: 32px;
	right: -35px;
	width: 145px;
	height: 162px;
	background: url("../img/list-line-arrow.png");
}

.offer-art-descr .offer-art-action {
	text-align: center;
}

/* Section-ArticleOffer: End */
/* Section-BuyDiscount: Start */
.sct-buy-discount {
	margin-top: 50px;
}

.buy-dcnt-header {
	margin-left: 140px;
}

.buy-dcnt-header .cst-title-1 {
	margin-bottom: 0;
}

.buy-dcnt-header > p {
	display: inline-block;
}

.buy-dcnt-container {
	text-align: center;
	padding: 15px 0;
	margin-top: 30px;
	background-color: #eceeef;
}

.discnt-prod-img {
	margin-top: -160px;
}

.discnt-prod-img.with-shadow {
	position: relative;
	left: -60px;
}

/* Section-BuyDiscount: End */
/* Section-Default: Start */
.sct-default {
	padding: 22px 0;
}

.sct-default .cst-title-2, .sct-default .cst-title-3, .sct-default .cst-title-4 {
	color: #565656;
}

/* Section-Default: End */
/* Section-Breadcumbs: Start */
.sct-breadcrumbs {
	padding: 16px 0;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
	background-position: center;
}

/* Section-Breadcumbs: End */
/* KOSTIbL BUTTONS: Start */
.btn.btn-mod-00 {
	margin-left: 0;
	margin-right: 0;
	font-size: 13px;
	padding: 1.2em 2.85em;
}

.btn.btn-mod-00:before {
	top: -3.4em;
}

.btn.btn-mod-00:hover:before {
	top: -2.8em;
}

.ps-mod-00 {
	white-space: nowrap;
}

/* KOSTIbL BUTTONS: End */
