﻿@import url('stm-debug.css');

/* ==========================================================================
   01. PAGE
   ========================================================================== */

div.stm-page{
	background-color: #fff;
}
div.stm-page:not([class^="fa"]):not([class^="jw-icon"]){
	font-family: 'Roboto' !important;
}

/* ==========================================================================
   02. HEADER
   ========================================================================== */

/*------------------------------------------*/
/*	 stm-skin-new-light
/*------------------------------------------*/
/*
	section.stm-header.stm-skin-new-light{
		background: #fff;
	}
	section.stm-header.stm-skin-new-light::before{
		background: unset;
	}
*/
/*------------------------------------------*/
/*	 stm-skin-5video-dark
/*------------------------------------------*/

.stm-header.stm-skin-5video-dark{
	position: relative;
	background: #2b2b2b;
}
.stm-header.stm-skin-5video-dark:before{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 50%;
	background: url("//victoryschool.biz/stm-resources/uploads/2016/10/stm-am-5video-header-bg.jpg") repeat scroll left top -383px / 1900px;
	opacity: 0.1;
/*	z-index: 1;*/
}

.stm-header.stm-skin-5video-dark:before .stm-header-text {
	font-family: "Roboto";
	color: #FFFFFF;
	line-height: 20px;
	font-weight: 700 !important;
	text-align: center;
}

/*------------------------------------------*/
/*	 Navigation
/*------------------------------------------*/

	nav.navbar ul.nav-menu > li.nav-item{
		position: relative;
	}

	nav.navbar ul.nav-menu > li.nav-item.self:after{
		content: '';
		width: 0;
		height: 0;
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
		border-top: 7px solid #4F9FE7;
		position: absolute;
		bottom: 10px;
		left: calc( 50% - 5px );
		z-index: 10;
	}

	nav.navbar ul.nav-menu > li.nav-item.self > a{
		border: solid 3px #4F9FE7;
	}
	nav.navbar ul.nav-menu > li.nav-item.enable > a{
		border: solid 3px #A9A9A8;
	}
	nav.navbar ul.nav-menu > li.nav-item.disable > a{
		border: solid 3px #545454;
	}

	nav.navbar ul.nav-menu > li.nav-item > a:not(.dropdown-toggle){
		position: relative;
		width: calc( 6rem + 6px );
		overflow-x: hidden;
	}

	nav.navbar ul.nav-menu > li.nav-item > a[data-title]:after{
		content: attr(data-title);
		position: absolute;
		top: 1.25rem;
		right: 0;
		bottom: 0;
		left: 0;
		text-align: center;
		vertical-align: middle;
		font-size: 1.5rem;
		white-space: normal;
		line-height: 1.75rem;
		font-weight: 300;
		text-shadow: 1px 1px 2px #000;
	}

	nav.navbar ul.nav-menu > li.nav-item.self > a[data-title]:after{
		color: #fff;
	}

	nav.navbar ul.nav-menu > li.nav-item.enable > a[data-title]:after{
		color: #A9A9A8;
	}

	nav.navbar ul.nav-menu > li.nav-item.disable > a[data-title]:after{
		top: 0.25rem;
		color: #A9A9A8;
	}

	nav.navbar ul.nav-menu > li.nav-item > a img{
		height: 6rem;
		margin-left: -50%;
		margin-right: -50%;
	}

	nav.navbar ul.nav-menu > li.nav-item.self > a img{
		-webkit-filter: brightness(70%);	/*blur(3px) grayscale(1);*/
		-moz-filter: brightness(70%);	/*blur(3px) grayscale(1);*/
		filter: brightness(70%);	/*blur(3px) grayscale(1);*/
	}

	nav.navbar ul.nav-menu > li.nav-item.enable > a img{
		-webkit-filter: brightness(50%);	/*blur(3px) grayscale(1);*/
		-moz-filter: brightness(50%);	/*blur(3px) grayscale(1);*/
		filter: brightness(50%);	/*blur(3px) grayscale(1);*/
	}

	nav.navbar ul.nav-menu > li.nav-item.disable > a img{
		-webkit-filter: brightness(20%);	/*blur(3px) grayscale(1);*/
		-moz-filter: brightness(20%);	/*blur(3px) grayscale(1);*/
		filter: brightness(20%);	/*blur(3px) grayscale(1);*/
	}

	nav.navbar ul.nav-menu > li.nav-item.self > a:hover img{
		-webkit-filter: brightness(100%);	/*blur(3px) grayscale(1);*/
		-moz-filter: brightness(100%);	/*blur(3px) grayscale(1);*/
		filter: brightness(100%);	/*blur(3px) grayscale(1);*/
		transition: 1s; /* Время изменения */
	}

	nav.navbar ul.nav-menu > li.nav-item.enable > a:hover img{
		-webkit-filter: brightness(70%);	/*blur(3px) grayscale(1);*/
		-moz-filter: brightness(70%);	/*blur(3px) grayscale(1);*/
		filter: brightness(70%);	/*blur(3px) grayscale(1);*/
		transition: 1s; /* Время изменения */
	}

	nav.navbar ul.nav-menu > li.nav-item.disable > a:hover img{
		-webkit-filter: brightness(70%) blur(3px) grayscale(1);
		-moz-filter: brightness(70%) blur(3px) grayscale(1);
		filter: brightness(70%) blur(3px) grayscale(1);
		transition: 1s; /* Время изменения */
	}

	.dropdown-menu[aria-labelledby="VideoListDropdown"] a:not(.active):not(:hover):not(:focus){
		color: #000;
	}

/* ==========================================================================
   03. BANNER
   ========================================================================== */

	section.stm-banner{
		position: relative;
		background-color: #34495e;
		color: #fff;
		font-size: 2.5rem;
	}
	section.stm-banner::before,
	section.stm-banner::after{
		position: absolute;
		width: 100%;
	}
	section.stm-banner.sale::before{
		z-index: 10;
		content: "";
		background: repeat-x scroll top center;
		background-image: url("//victoryschool.biz/stm-resources/uploads/2024/12/stm-blog-products-list-banner-2017.png");
	}
	section.stm-banner::after{
		background-color: #34495e;
		color: #fff;
		font-size: 2.5rem;
	}
	section.stm-banner[data-alt]::after{
		z-index: 1;
/*		content: attr(data-alt);*/
		text-align: center;
		padding: 3rem;
	}
	section.stm-banner.sale[data-alt-sale]::after{
		content: attr(data-alt-sale);
	}
	@media (max-width: 543px){
		section.stm-banner,
		section.stm-banner::before,
		section.stm-banner::after{
/*			height: 8rem;*/
			font-size: 1.5rem;
		}
		section.stm-banner.sale,
		section.stm-banner.sale::before,
		section.stm-banner.sale::after{
			height: 250px;
			font-size: 1rem;
		}
		section.stm-banner.sale::before{
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
		}
	}
	@media (min-width: 544px){
		section.stm-banner,
		section.stm-banner::before,
		section.stm-banner::after{
/*			height: 10rem;*/
		}
		section.stm-banner.sale,
		section.stm-banner.sale::before,
		section.stm-banner.sale::after{
			height: 300px;
		}
	}

/* ==========================================================================
   04. MAIN
   ========================================================================== */

.stm-main{
	background: url("//victoryschool.biz/stm-resources/uploads/2016/03/stm_affiliate_marketing_block1_bg.png") no-repeat scroll center center / cover;
}
.stm-main.bg-white{
	background: #fff;
}

/*------------------------------------------*/
/*	 Caption
/*------------------------------------------*/

.stm-main-caption,
.stm-main-caption *{
/*	font-family: 'Roboto' !important;*/
	line-height: 1.25;
}

.stm-main-caption{
	border-radius: 3px;
	border: solid 1px #666666;
	background-color: rgba(255, 255, 255, 0.1);
	box-shadow: 0px 0px 12.09px 0.91px rgba(151, 152, 150, 0.28);
	min-height: 4rem;
}
.stm-main-caption-text > div{
	height: 4rem;
}

.stm-main-caption span{
	font-weight: 700;
}
.stm-main-caption-notice{
	background: #0065c1;
	color: #ffffff;
	font-size: 26px;
	font-weight: 700;
	line-height: 35px;
	text-align: center;
	padding: 0px;
}
.stm-main-caption-text{
	color: #333333;
/*	font-size: 30px;*/
	font-weight: 300;
/*	line-height: 35px;*/
	text-align: left;
/*	display: table-cell;
	width: 100%;
	vertical-align: middle !important;*/
}
.stm-main-caption-text span{
	font-weight: 700;
}

@media (min-width: 768px) {

	.stm-main-caption-notice{
		background: url("//victoryschool.biz/stm-resources/uploads/2016/03/stm_affiliate_marketing_block1_caption_notice_video.png") no-repeat scroll 20px center, url("//victoryschool.biz/stm-resources/uploads/2016/03/stm_affiliate_marketing_block1_caption_notice_bg.png") no-repeat scroll right center, linear-gradient(to right, #0065c1 calc( 100% - 11px ), transparent 1px);
		border-radius: 3px;
		padding: 0px 35px 0px 60px;
		white-space: nowrap;
	}
	.stm-main-caption-notice.stm-warn{
		background: url("//victoryschool.biz/stm-resources/uploads/2016/03/stm_affiliate_marketing_block1_caption_notice_img.png") no-repeat scroll 20px center, url("//victoryschool.biz/stm-resources/uploads/2016/03/stm_affiliate_marketing_block1_caption_notice_bg.png") no-repeat scroll right center, linear-gradient(to right, #0065c1 calc( 100% - 11px ), transparent 1px);
	}

}

/*------------------------------------------*/
/*	 Video
/*------------------------------------------*/

.stm-video-placer{
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}
.stm-video-placer iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
/*	z-index: 1;*/
}

.stm-main-offer{
	border-radius: 5px;
	border: solid 1px #666666;
	box-sizing: border-box;
	background-color: rgba(255, 255, 255, 0.1);
	box-shadow: 0px 0px 12.09px 0.91px rgba(151, 152, 150, 0.28);
}

.stm-button a{
	border: none;
	border-radius: 4px;
	background-color: #91c938;
	box-shadow: 0px 4px 0px 0px #497208;
	color: #ffffff;
	font-size: 22px;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	text-shadow: 0px 1px 1px rgba(5, 17, 25, 0.3);
	cursor: pointer;
}
.stm-button a:hover{
	background-color: #74a920;
}

.stm-button a h4{
	margin: 0;
}

.stm-main-offer-secure-payment,
.stm-main-offer-warranty{
	font-size: 0.75rem;
	font-family: "Exo 2";
	color: rgb(56, 56, 56);
}
.stm-main-offer-secure-payment img{
	padding-bottom: 0.625rem;
}

.stm-main-options a,
.stm-main-options a *{
	color: #383838;
	text-decoration: underline;
}


/*------------------------------------------*/
/*	 BUTTON SETTINGS
/*------------------------------------------*/

.btn{
	white-space: unset;
}

.btn.stm-btn1{
/*	background-color: #fe4918;*/
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
/*	border: 2px solid #fe4918;*/
	padding: 15px 30px;
	margin-right: 8px;
 	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	-webkit-transition: all 350ms ease-in-out;
	-moz-transition: all 350ms ease-in-out;
	-o-transition: all 350ms ease-in-out;
	-ms-transition: all 350ms ease-in-out;
	transition: all 350ms ease-in-out;
}

/*------------------------------------------*/
/*	 Large Button
/*------------------------------------------*/

.btn.btn-lg.stm-btn1 {
	font-size: 15px;
	padding: 15px 50px;
}

/*------------------------------------------*/
/*	 Button Transparent Background
/*------------------------------------------*/

.btn.btn-tra.stm-btn1 {
	background-color: transparent;
	color: #fe4918;
}

.white-color .btn.stm-btn1 {
	background-color: #fe4918;
	color: #fff;
	border-color: #fe4918;
}

.white-color .btn.btn-tra.stm-btn1 {
	background-color: transparent;
	color: #fff;
	border-color: #fff;
}

/*------------------------------------------*/
/*	 Button Hover
/*------------------------------------------*/

.btn.stm-btn1:hover,
.btn.stm-btn1:focus {
	background-color: #333;
	color: #fff;
	border-color: #333;
}

.white-color .btn.stm-btn1:hover {
	background-color: transparent;
	color: #fff;
	border-color: #fff;
}

.btn.btn-tra.stm-btn1:hover,
.btn.btn-tra.stm-btn1:focus,
.white-color .btn.btn-tra.stm-btn1:hover,
.white-color .btn.btn-tra.stm-btn1:focus {
	background-color: #fe4918;
	color: #fff;
	border-color: #fe4918;
}

/* ==========================================================================
   05. FOOTER
   ========================================================================== */

/*------------------------------------------*/
/*	 Footer Full Dark
/*------------------------------------------*/

.stm-footer.full.dark *,
.stm-footer.full.dark a:link,
.stm-footer.full.dark a:hover,
.stm-footer.full.dark a:visited{
	color: #ffffff !important;
	font-weight: 100;
	font-size: 0.875rem;
}

.stm-footer.full.dark .stm-footer-top{
	background-color: #2b2b2b;
}

.stm-footer.full.dark .stm-footer-top h5{
	font-weight: 700;
}

.stm-footer.full.dark .stm-footer-contacts > div > p:before{
	font-family: "Simple-Line-Icons";
	padding-right: 15px;
}
.stm-footer.full.dark .stm-footer-contacts p.phone:before{
	content: "\e047";
}
.stm-footer.full.dark .stm-footer-contacts p.email:before{
	content: "\e01e";
}

.stm-footer.full.dark .stm-footer-links > div > p,
.stm-footer.full.dark .stm-footer-links > div > div{
	margin-bottom: 1rem;
}
.stm-footer.full.dark .stm-footer-links > div > p:before,
.stm-footer.full.dark .stm-footer-links > div > div > a.hidden-xs-down:before{
	font-family: FontAwesome;
	content: "\f105";
	padding-right: 15px;
}

.stm-footer.full.dark .stm-footer-socials ul{ padding: 0; }
.stm-footer.full.dark .stm-footer-socials li {padding:0; display: inline-block; width: 40px; height: 40px; border-radius: 20px; text-align: center; line-height: 40px; webkit-transition: background-color 400ms ease-out 0.2s; -moz-transition: background-color 400ms ease-out 0.2s; -o-transition: background-color 400ms ease-out 0.2s; transition: background-color 400ms ease-out 0.2s; margin-bottom: 5px;}
/*.stm-footer-socials li a { color: #fff; }*/
.stm-footer.full.dark .stm-footer-socials li.stm-footer-socials-vk { background: #6181A6; }
.stm-footer.full.dark .stm-footer-socials li.stm-footer-socials-fb { background: #204385; }
.stm-footer.full.dark .stm-footer-socials li.stm-footer-socials-tw { background: #2aa9e0; }
.stm-footer.full.dark .stm-footer-socials li.stm-footer-socials-yt { background: #e22d24; }
.stm-footer.full.dark .stm-footer-socials li:hover {background:#31373a; cursor: pointer; }
.stm-footer.full.dark .stm-footer-socials li a i { font-size: 24px; line-height: 40px; }

body.stm-full-dark,
.stm-footer.full.dark .stm-footer-bottom{
	background-color: #242424;
}

.stm-footer.full.dark .stm-footer-copy{
	line-height: 35px;
}

@media (max-width: 543px){
	.stm-footer.full.dark .stm-footer-payments > div > img,
	.stm-footer.full.dark .stm-footer-logo > div > img{
		margin-right: auto;
	    margin-left: auto;
		float: unset;
	}
}

/*------------------------------------------*/
/*	 Footer Lite Dark
/*------------------------------------------*/

body.stm-lite-dark,
.stm-footer.lite.dark{
	background-color: #2f2f2f;
}
.stm-footer.lite.dark .stm-footer-copy{
	color: #fff;
}
.stm-footer.lite.dark .stm-footer-logo{
	max-width: 100px;
}
.stm-footer.lite.dark.hide-logo .stm-footer-logo,
.stm-footer.lite.dark .stm-footer-logo-img.stm-footer-logo-img-light{
	display: none;
}
.stm-footer.lite.dark .stm-footer-rights a{
	color: #91C938;
	text-decoration: none;
	border-bottom: solid 1px;
}
.stm-footer.lite.dark .stm-footer-rights a.btn{
	padding: .5rem 0 0;
	margin: 0 .5rem 1rem;
}
.stm-footer.lite.dark .stm-footer-rights a:hover{
	text-decoration: none;
	border-bottom-color: transparent;
}

@media (max-width: 767px){
	.stm-footer.lite.dark .stm-footer-logo{
		margin-right: auto !important;
		margin-left: auto !important;
	}
}

/*------------------------------------------*/
/*	 Footer Lite Light
/*------------------------------------------*/

body.stm-lite-light,
.stm-footer.lite.light{
	background-color: #f5f5f5;
}
.stm-footer.lite.light .stm-footer-copy{
	color: #000;
}
.stm-footer.lite.light .stm-footer-logo{
	max-width: 100px;
}
.stm-footer.lite.light.hide-logo .stm-footer-logo,
.stm-footer.lite.light .stm-footer-logo-img.stm-footer-logo-img-dark{
	display: none;
}
.stm-footer.lite.light .stm-footer-rights a{
/*	color: #0275d8;*/
	text-decoration: none;
	border-bottom: solid 1px;
}
.stm-footer.lite.light .stm-footer-rights a.btn{
	padding: .5rem 0 0;
	margin: 0 .5rem 1rem;
}
.stm-footer.lite.light .stm-footer-rights a:hover{
	text-decoration: none;
	border-bottom-color: transparent;
}

@media (max-width: 767px){
	.stm-footer.lite.light .stm-footer-logo{
		margin-right: auto !important;
		margin-left: auto !important;
	}
}

/*------------------------------------------*/
/*	 COUNTDOWN ELEMENT
/*------------------------------------------*/

.countdown p {
	margin-bottom: 5px;
}

#clock {
	display: inline-block;
}

/*------------------------------------------*/
/*	  Countdown Box
/*------------------------------------------*/

#clock .cbox-1 {
	text-align: center;
	padding: 10px 9px 14px;
	background-color: rgba(229, 229, 229, 0.6);
	background-color: rgba(46, 56, 101, 0.3);
	display: inline-block;
	margin-right: 5px;
	border-bottom: 2px solid #FF5882;
	color: #fff;
}

#clock .cbox-1:last-child {
	margin-right: 0;
}

#clock span.cbox-1-digit {
	font-size: 35px;
	line-height: 35px;
	font-weight: 700;
}

#clock span.cbox-1-txt {
	font-size: 14px;
	line-height: 14px;
	font-weight: 500;
	display: block;
	padding-top: 2px;
}

/*------------------------------------------*/
/*	 Countdown time_circles
/*------------------------------------------*/

.time_circles{
	text-shadow: 0px 1px 1px rgba(5, 17, 25, 0.3), 0px 3px 2px rgba(255, 255, 255, 1);
}
.time_circles > div{
	top: 40px;
}
.time_circles > div >  div{
	font-size: 0.6rem;
	color: #91c938;
	font-weight: 400;
	text-transform: uppercase;
}
.time_circles > div > span{
	font-size: 1.75rem;
	font-family: "Roboto";
	color: #91c938;
	font-weight: 400;
	line-height: 2.5rem;
	margin-top:-0.25em;
}

.stm-main-countdown{
	color: rgb(0, 0, 0);
	font-family: "Helvetica Neue";
	font-weight: 400;
}

.stm-main-countdown-widget{
	width: 555px;
}

[id^='DateCountdown']{
	width: 100%;
}
/*
.stm-main-countdown-button a{
	background-color: #fe4918;
	color: #fff;
	font-size: 15px;
	padding: 20px 50px;
	font-weight: 900;
	letter-spacing: 1px;
	text-transform: uppercase;
	border: 2px solid #fe4918;
	transition: all 350ms ease-in-out;
	display: inline-block;
	text-align: center;
	width: calc( 100% - 2rem );
	margin: 0 1rem;
	white-space: unset;
}

.stm-main-countdown-button a:hover {
	background-color: transparent;
	border-color: #333;
	color: #333;
}*/

.stm-main-link a{
	/*border: none;
	border-radius: 4px;
	background-color: #91c938;
	box-shadow: 0px 4px 0px 0px #497208;
	color: #ffffff;
	font-size: 1.1rem;
	font-weight: 700;
	line-height: 1.25;
	text-align: center;
	text-shadow: 0px 1px 1px rgba(5, 17, 25, 0.3);
	cursor: pointer;
	white-space: unset;*/
	
	border: none;
	border-radius: 4px;
	background-color: #ff1c00;
	box-shadow: 0px 4px 0px 0px #af1b08;
	color: #ffffff;
	font-size: 1.1rem;
	font-weight: 700;
	line-height: 1.25;
	text-align: center;
	text-shadow: 0px 1px 1px rgba(5, 17, 25, 0.3);
	cursor: pointer;
	white-space: unset;
}
.stm-main-link a:hover{
	background-color: #ff1c00;
	
	/*background-color: #74a920;*/
}


/*
.stm-button a h4{
	margin: 0;
}

.btn{
}
*/
@media (max-width: 543px){
	.stm-main-text{
		overflow: hidden;
	}
	.stm-main-text > div{
		padding-right: 0;
		padding-left: 0;
	}
	.stm-main-countdown-widget{
		width: 100%;
	}
	.time_circles{
		height: 6rem;
	}
	.time_circles canvas{
		display: none;
	}

	.stm-main-link a{
		/*font-size: 0.75rem;*/
		font-size: 1.1rem;
	}
}
@media (min-width: 544px) and (max-width: 767px){
	.stm-main-countdown-widget{
		width: 100%;
	}
}
@media (min-width: 768px) and (max-width: 991px){}
@media (min-width: 992px) and (max-width: 1199px){}
@media (min-width: 1200px){
	.stm-main-countdown-title{
		padding-left: 2rem;
	}
}

/* ==========================================================================
   06. MODAL
   ========================================================================== */

	/*
	#	Modal subscribe with form
	*/
.stm-progress{
	background-color: #e1261c;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	padding: 15px;
}
.stm-progress .stm-form-progress{
	padding:10px;
	width:90%;
	margin:0 auto;
	font-size:14px;
	background: #ff9016; /* Old browsers */
	background: #ff9016; /* Old browsers */
	background: -moz-linear-gradient(left,  #ff9016 0%, #ff9016 50%, #ffffff 50%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ff9016), color-stop(50%,#ff9016), color-stop(50%,#ffffff), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #ff9016 0%,#ff9016 50%,#ffffff 50%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #ff9016 0%,#ff9016 50%,#ffffff 50%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #ff9016 0%,#ff9016 50%,#ffffff 50%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to right,  #ff9016 0%,#ff9016 50%,#ffffff 50%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9016', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
	text-align: center;
}

@media  (min-width: 868px){
.mobile-timer{
    display: none;
	}
.notebook-timer{
	display: none;
	}
}
@media (min-width: 569px) and (max-width: 867px) {
.pc-timer {
    display: none;
	}
.mobile-timer{
    display: none;
	}
	
h1{
	font-size: 2rem !important;
	}

}
@media (max-width: 568px) {
.pc-timer {
    display: none;
	}
.notebook-timer{
	display: none;
	}
	
h1{
	font-size: 1.5rem !important;
	}
}