

/* Start:/bitrix/templates/dresscode/components/bitrix/menu/personal/style.css?15459137561683*/
#personalMenu{
	border-bottom: 1px solid #f1f1f1;
	margin: 12px 0px 24px 0px !important;
	overflow: hidden;
	list-style: none;
	padding: 0;
}

#personalMenu li{
	margin-bottom: 24px;
	margin-right: 24px;
	float: left;
}

#personalMenu li:last-child{
	margin-right: 0;
}

#personalMenu li a{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	/*text-transform: uppercase;*/
	text-decoration: none;
	font-size: 16px;
	color: #000000;
}

#personalMenu li a:active{
	position: relative;
	top: 1px;
}

#personalMenu li .selected{
	border-bottom: 1px dashed #000000;
	font-family: 'robotobold';
	padding-bottom: 4px;
}

#personalMenu li .selected:hover{
	color: #000000;
}

@media all and (max-width: 1024px) {

	#personalMenuWrap{
		position: relative;
		min-width: 100%;
		overflow: hidden;
		overflow-x: auto;

	}

	#personalMenuWrap ul{
		white-space: nowrap;
		overflow: auto;
	}

	#personalMenu li{
		white-space: nowrap;
		float: none;
		display: inline-block;
		vertical-align: top;
		margin-right: 18px;
		margin-bottom: 18px;
	}

	#personalMenu::after {
	    background: -moz-linear-gradient(left, rgba(255,255, 255, 0.2), #ffffff 100%);
	    background: -webkit-linear-gradient(left, rgba(255,255, 255, 0.2), #ffffff 100%);
	    background: -o-linear-gradient(left, rgba(255,255, 255, 0.2), #ffffff 100%);
	    background: -ms-linear-gradient(left, rgba(255,255, 255, 0.2), #ffffff 100%);
	    background: linear-gradient(to right, rgba(255,255, 255, 0.2), #ffffff 100%);
	    pointer-events: none;
	    position: absolute;
	    right: 0;
	    top: 0;
	    height: 100%;
	    content: '';
	    width: 35px;
	}

}
/* End */


/* Start:/bitrix/templates/dresscode/components/bitrix/news/video/bitrix/news.detail/.default/style.css?15617306447887*/
﻿#sng gray::after {
	clear: both;
}

.res {
    max-width: 1920px;
    box-sizing: border-box;
}

#snganim {
	padding: 40px 10%;
}

#snganim {
	font-size: 17px;
	line-height: 23px;
	text-align: justify;
	font-weight: 300;
	min-width: 320px;
	max-width: 1920px;
	/*width: 100%;*/
}

.features {
    padding: 20px 0;
    text-align: center;
}

.features:before, .features:after {
    display: table;
    content: " ";
}

.features:after, #snganim:after {
    clear: both;
}


.detail {
	height: 450px;
	margin-top: -122px;
    /*padding: 10em 0 4.75em 0;*/
}


div.detail img.detail_picture {
	float:left;
	margin:0 8px 6px 1px;
	background-size: auto, cover;
	background-position: center, center;
	background-repeat: no-repeat;
}



img.prevPicture, .description {
    margin: 0 48px;
}

.gray {
	background: #f8f8f8;
	color: #333333;
}

.blue {
	background: #335d86;
	color: #fff;
}

.white {
	background: #fff;
}

.detail .overlay {
  /*  background: linear-gradient(to top, rgba(46, 49, 65, 0), rgba(46, 49, 65, 1));*/
	background: linear-gradient(to top, rgba(46, 49, 65, 0), rgba(46, 49, 65, 0.5));
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 450px;
	min-width: 320px;
}

.contdesc {
    padding-right: 10%;
    padding-left: 10%;
    margin-right: auto;
    margin-left: auto;
    vertical-align: middle;
    width: 100%;
    display: table-cell;
	min-width: 320px;
}

.fonoffers {
	background: url(/bitrix/templates/security/images/pattern.png) repeat #000000 !important;
	color: #fff;
}

.fondesc {
	color: #56bdf4;
	font-weight: 600;
	font-size: 20px;
	text-transform: uppercase;
	line-height: 28px;
	display: block;
	margin-top: 20px;
}

.column-icon {
	width: 22%;
	display: inline-block;
	margin: 10px 40px;
}

.anime {
	outline: 4px solid rgba(195, 195, 195, 0.38);
	outline-offset: 6px;
	/*display: table;*/
}

.skew-right, .skew-left {
    min-height: 40px;
    border: 0;
    /*margin-right: 50px;*/
    position: relative;
    padding: 10px;
}

.skew-right, .skew-left::before {
    border-right: none;
}

.skew-right::after, .skew-left::before {
    content:'';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100px;
    transform: skew(45deg);
    border: 0;
}

.skew-left, .skew-right::after {
    border-left: none;
}

.skew-right::after {
    right: -40px;
}

.skew-left::before {
	left: -30px;
	background: #50B8E5;
	height: 180px;
	width: 120px;
	z-index: 2;
}

.leftop {
	width: 27%;
	height: 40px;
	margin-top: 120px;
	float: left;
	background: #293f50;
	color: #f8f8f8;	
	line-height: 36px;
	text-align: left;
}

.leftop, .leftop::after, .line {
    background: #293f50;
}

.leftop::after {
	z-index: -1;
}

.leftop, .rightop {
	display: inline-block;
	z-index: 2;
}

.rightop, .rightbot {
	float: right;
	background: #335d86;
	background: -webkit-linear-gradient(62deg, #477998 0%, #4f7aa0 35%, #67afe0 100%);
	background: -moz-linear-gradient(62deg, #477998 0%, #4f7aa0 35%, #67afe0 100%);
	background: -o-linear-gradient(62deg, #477998 0%, #4f7aa0 35%, #67afe0 100%);
	background: -ms-linear-gradient(62deg, #477998 0%, #4f7aa0 35%, #67afe0 100%);
	background: linear-gradient(62deg, #477998 0%, #4f7aa0 35%, #67afe0 100%);
}

.rightop {
	width: 55%;
	height: 100px;
}

.lleft {
    width: 50%;
    position: absolute;
    height: 80px;
    color: #797979;
    text-align: left;
    line-height: 76px;
    font-size: 26px;
    padding-left: 8px;
}

.lright {
	width: 50%;
	position: relative;
	height: 60px;
	color: #aae1f8;
	float: right;
	line-height: 56px;
	text-align: right;
	padding-right: 10px;
}


.bottoms {
	width: 92%;
	height: 40px;
	background: #50B8E5;
	color: #aae1f8;
	line-height: 42px;
	word-spacing: 40px;
	text-transform: uppercase;
	letter-spacing: 10px;
	font-weight: 900;
	font-size: 14px;
	text-indent: 10%;
}

.bottoms:after{
	background: #50B8E5;
}

.leftbot {
	width: 170px;
	height: 40px;
	background: #293f50;
	margin-top: -166px;
	left: 1010px;
	height: 150px;
	color: #fff;
	z-index: 2;
	line-height: 68px;
	font-size: 18px;
}

.leftbot:after{
	background: #293f50;
	width: 170px;
	right: -85px;
	position: absolute;
	z-index: -1; 
}


.rightbot {
	width: 20%;
	height: 170px;
	margin-top: -130px;
}

.desc {
	text-transform: uppercase;
	color: #aae1f8;
	font-size: 24px;
	padding: 20px;
	border-top: 1px dotted #f8f8f8;
	white-space: nowrap;
}

.btntop {
	position: relative;
	z-index: 30;
	float: right;
	line-height: 35px;
}

@-webkit-keyframes blim {
  0%   { opacity: 1; }
  50% { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes blim {
  0%   { opacity: 1; }
  50% { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes blim {
  0%   { opacity: 1; }
  50% { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes blim {
  0%   { opacity: 1; }
  50% { opacity: 0; }
  100% { opacity: 1; }
}

.btn {
	display: inline !important;
	color: #fff !important;
	padding: 0 20px;
	border-right: 1px solid #293f50;
}

.btn:active {
	color: #293f50 !important;
}

h3 {
	font-weight: bold !important;
	font-size: 1.17em !important;
}

.blinkbasis img {
	box-shadow: 0 0 0 4px rgb(0, 190, 246), 0 0 13px #000;
	border-radius: 100px;
	margin-top: 300px;
	position: absolute;
	left: 980px;
}

.product-desc {
	width: 45%;
	height: 350px;
	color: #293f50;
	align-items: center;
	display: block;
}

.attention {
	display: none;
}

#blinkelement2, #blinkelement3, #blinkelement4, #blinkelement5, #blinkelement6, #blinkelement7,
#blinkelement8, #blinkelement9, #blinkelement10, #blinkelement11 {
	width: 100%;
	height: 517px;
	z-index: 0;
	animation: blim 1s linear infinite;
	min-height: 517px;
}


@media (min-width: 3030px) {
	.lleft {
		width: 20%;
	}
}

@media (max-width: 1920px) {
	#snganim {
		padding: 20px 8%;
	}
}

@media (max-width: 1820px) {
	.bottoms:after {
		display: none;
	}

	.bottoms {
		width: 98.6%;
	}

	.product-desc {
		width: 35% !important;	
	}

	.blinkbasis img {
		left: 53% !important;
	}
}

@media (max-width: 1730px) {
	.blinkbasis img {
		left: 54% !important;
	}

	#snganim {
	    padding: 30px 6% !important;
	}
}

@media (max-width: 1660px) {
	.rightbot {
		display: none;
	}

	.blinkbasis img {
		left: 72% !important;
	}

	.product-desc {
		margin-top: 500px;
		margin-left: 22%;
		position: absolute;
		width: 40% !important;
	}

	.leftbot {
		left: 0;
		margin-top: 5px;
	}

	.blinkbasis {
		margin-left: 10%;
	}

	.btntop {
		width: 92%;
	    	line-height: 30px;
	}
}

@media (max-width: 1660px) and (-ms-high-contrast: active) and (-ms-high-contrast: none) {
	#snganim {
		display: none;
	}
}

@media (max-width: 1440px) {
	.blinkbasis {
		margin-left: 0;
	}

	.bottoms {
		width: 98%;
		text-align: center;
	}

	#snganim {
		padding-right: 5% !important;
		padding-left: 0px !important;
	}

	.product-desc {
		margin-top: 500px;
		margin-left: 28%;
		position: absolute;
		width: 45% !important;
	}
}

@media (max-width: 1200px) {
	.blinkbasis img {
		left: 74% !important;
	}

	.btntop {
		width: 90%;
	    	line-height: 25px;
	}

	.lleft {
		font-size: 24px;
	}

	.lright {
		width: 45%;
	}

	.product-desc {
		width: 45% !important;
		margin-left: 30%;
	}
}

@media (max-width: 1150px) {
	.lleft {
		font-size: 20px;
	}

	.blinkbasis img {
	    left: 71.6% !important;
	}

	.product-desc {
		margin-top: 490px;
		margin-left: 38%;
	}

	#snganim {
		padding-right: 2% !important;
		padding-left: 0px !important;
	}
}

@media (max-width: 1023px) {
	#snganim, .column-30 {
		display: none !important;
	}

	.attention {
		display: block;
		padding-bottom: 40px;
	}

	.attention img {
		vertical-align: middle;
		max-height: 100%;
		max-width: 95%;
	}
}

.videoFrame{
	border: 0;
}

#video{
	margin-top: 24px;
}

#video .item{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
	height: 0;
	padding-bottom: 56%;
}

#video .item iframe{
	height: 100%;
	width: 100%;
	position: absolute;
}
/* End */
/* /bitrix/templates/dresscode/components/bitrix/menu/personal/style.css?15459137561683 */
/* /bitrix/templates/dresscode/components/bitrix/news/video/bitrix/news.detail/.default/style.css?15617306447887 */
