

/* Start:/local/templates/dresscodeV2/components/bitrix/news.list/main_banner/style.css?1756812423966*/
div.news-list {
	word-wrap: break-word;
}

div.news-list img.preview_picture {
	float: left;
	margin:0 4px 6px 0;
}

.news-date-time {
	color:#486daa;
}

.fulllink {
	position: absolute;
	width: 100%;
	height: 360px;
	top: -180px;
}

.pv-mainTopBanner.full-mode .pv-mainTopBanner_slider .slick-dots {
	bottom: 10px;
}

.pv-mainTopBanner.full-mode .pv-mainTopBanner_slider .slick-dots li button {
	width: 12px;
	height: 12px;
}

.pv-mainTopBanner.full-mode .pv-mainTopBanner_slider .slick-dots li button:before {
	font-size: 10px;
	width: 12px;
	height: 12px;
	color: transparent;
	border: 2px solid #fff;
	border-radius: 6px;
	background: #000;
}

.pv-mainTopBanner.full-mode .pv-mainTopBanner_slider .slick-dots li.slick-active button:before {
	opacity: 1;
}

@media (max-width: 1440px) {
	.fulllink {
		position: absolute;
		width: 100%;
		height: 320px;
		top: -150px;
	}
}

@media (max-width: 720px) {
	.pv-mainTopBanner_slider.full-mode {
		display: none;
	}
}

/* End */


/* Start:/local/templates/dresscodeV2/components/bitrix/news.list/mob_banner/style.css?1710425583375*/
div.news-list {
	word-wrap: break-word;
}
div.news-list img.preview_picture {
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}
.pv-mainTopBanner_slider.mobile-mode {
	display:none;
}
@media (max-width: 720px) {
	.pv-mainTopBanner_slider.mobile-mode {
		display:block;
	}
}
.fulllink_m {
	position: absolute;
	width: 90%;
	height: 220px;
	top: -100px;
}
/* End */


/* Start:/local/components/v4u/timebanner/templates/.default/flipclock.css?14184174839686*/
/* Get the bourbon mixin from http://bourbon.io */
/* Reset */
.flip-clock-wrapper * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-clock-wrapper a {
  cursor: pointer;
  text-decoration: none;
  color: #ccc; }

.flip-clock-wrapper a:hover {
  color: #fff; }

.flip-clock-wrapper ul {
  list-style: none; }

.flip-clock-wrapper.clearfix:before,
.flip-clock-wrapper.clearfix:after {
  content: " ";
  display: table; }

.flip-clock-wrapper.clearfix:after {
  clear: both; }

.flip-clock-wrapper.clearfix {
  *zoom: 1; }

/* Main */
.flip-clock-wrapper {
  font: normal 11px "Helvetica Neue", Helvetica, sans-serif;
  -webkit-user-select: none; }

.flip-clock-meridium {
  background: none !important;
  box-shadow: 0 0 0 !important;
  font-size: 36px !important; }

.flip-clock-meridium a { color: #313333; }

.flip-clock-wrapper {
  text-align: center;
  position: relative;
  width: 100%;
  margin: 1em;
}

.flip-clock-wrapper:before,
.flip-clock-wrapper:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.flip-clock-wrapper:after {
    clear: both;
}

/* Skeleton */
.flip-clock-wrapper ul {
  position: relative;
  float: left;
  margin: 5px;
  width: 60px;
  height: 90px;
  font-size: 80px;
  font-weight: bold;
  line-height: 87px;
  border-radius: 6px;
  background: #000;
}

.flip-clock-wrapper ul li {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 87px;
  text-decoration: none !important;
}

.flip-clock-wrapper ul li:first-child {
  z-index: 2; }

.flip-clock-wrapper ul li a {
  display: block;
  height: 100%;
  -webkit-perspective: 200px;
  -moz-perspective: 200px;
  perspective: 200px;
  margin: 0 !important;
  overflow: visible !important;
  cursor: default !important; }

.flip-clock-wrapper ul li a div {
  z-index: 1;
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
  font-size: 80px;
  overflow: hidden; 
  outline: 1px solid transparent; }

.flip-clock-wrapper ul li a div .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2; }

.flip-clock-wrapper ul li a div.up {
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  top: 0; }

.flip-clock-wrapper ul li a div.up:after {
  content: "";
  position: absolute;
  top: 44px;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 3px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4); }

.flip-clock-wrapper ul li a div.down {
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  transform-origin: 50% 0;
  bottom: 0;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.flip-clock-wrapper ul li a div div.inn {
  position: absolute;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 200%;
  color: #ccc;
  text-shadow: 0 1px 2px #000;
  text-align: center;
  background-color: #333;
  border-radius: 6px;
  font-size: 70px; }

.flip-clock-wrapper ul li a div.up div.inn {
  top: 0; }

.flip-clock-wrapper ul li a div.down div.inn {
  bottom: 0; }

/* PLAY */
.flip-clock-wrapper ul.play li.flip-clock-before {
  z-index: 3; }

.flip-clock-wrapper .flip {   box-shadow: 0 2px 5px rgba(0, 0, 0, 0.7); }

.flip-clock-wrapper ul.play li.flip-clock-active {
  -webkit-animation: asd 0.5s 0.5s linear both;
  -moz-animation: asd 0.5s 0.5s linear both;
  animation: asd 0.5s 0.5s linear both;
  z-index: 5; }

.flip-clock-divider {
  float: left;
  display: inline-block;
  position: relative;
  width: 20px;
  height: 100px; }

.flip-clock-divider:first-child {
  width: 0; }

.flip-clock-dot {
  display: block;
  background: #323434;
  width: 10px;
  height: 10px;
  position: absolute;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  left: 5px; }

.flip-clock-divider .flip-clock-label {
  position: absolute;
  top: -1.5em;
  right: -86px;
  color: black;
  text-shadow: none; }

.flip-clock-divider.minutes .flip-clock-label {
  right: -88px; }

.flip-clock-divider.seconds .flip-clock-label {
  right: -91px; }

.flip-clock-dot.top {
  top: 30px; }

.flip-clock-dot.bottom {
  bottom: 30px; }

@-webkit-keyframes asd {
  0% {
    z-index: 2; }

  20% {
    z-index: 4; }

  100% {
    z-index: 4; } }

@-moz-keyframes asd {
  0% {
    z-index: 2; }

  20% {
    z-index: 4; }

  100% {
    z-index: 4; } }

@-o-keyframes asd {
  0% {
    z-index: 2; }

  20% {
    z-index: 4; }

  100% {
    z-index: 4; } }

@keyframes asd {
  0% {
    z-index: 2; }

  20% {
    z-index: 4; }

  100% {
    z-index: 4; } }

.flip-clock-wrapper ul.play li.flip-clock-active .down {
  z-index: 2;
  -webkit-animation: turn 0.5s 0.5s linear both;
  -moz-animation: turn 0.5s 0.5s linear both;
  animation: turn 0.5s 0.5s linear both; }

@-webkit-keyframes turn {
  0% {
    -webkit-transform: rotateX(90deg); }

  100% {
    -webkit-transform: rotateX(0deg); } }

@-moz-keyframes turn {
  0% {
    -moz-transform: rotateX(90deg); }

  100% {
    -moz-transform: rotateX(0deg); } }

@-o-keyframes turn {
  0% {
    -o-transform: rotateX(90deg); }

  100% {
    -o-transform: rotateX(0deg); } }

@keyframes turn {
  0% {
    transform: rotateX(90deg); }

  100% {
    transform: rotateX(0deg); } }

.flip-clock-wrapper ul.play li.flip-clock-before .up {
  z-index: 2;
  -webkit-animation: turn2 0.5s linear both;
  -moz-animation: turn2 0.5s linear both;
  animation: turn2 0.5s linear both; }

@-webkit-keyframes turn2 {
  0% {
    -webkit-transform: rotateX(0deg); }

  100% {
    -webkit-transform: rotateX(-90deg); } }

@-moz-keyframes turn2 {
  0% {
    -moz-transform: rotateX(0deg); }

  100% {
    -moz-transform: rotateX(-90deg); } }

@-o-keyframes turn2 {
  0% {
    -o-transform: rotateX(0deg); }

  100% {
    -o-transform: rotateX(-90deg); } }

@keyframes turn2 {
  0% {
    transform: rotateX(0deg); }

  100% {
    transform: rotateX(-90deg); } }

.flip-clock-wrapper ul li.flip-clock-active {
  z-index: 3; }

/* SHADOW */
.flip-clock-wrapper ul.play li.flip-clock-before .up .shadow {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black));
  background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%;
  -webkit-animation: show 0.5s linear both;
  -moz-animation: show 0.5s linear both;
  animation: show 0.5s linear both; }

.flip-clock-wrapper ul.play li.flip-clock-active .up .shadow {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black));
  background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%;
  -webkit-animation: hide 0.5s 0.3s linear both;
  -moz-animation: hide 0.5s 0.3s linear both;
  animation: hide 0.5s 0.3s linear both; }

/*DOWN*/
.flip-clock-wrapper ul.play li.flip-clock-before .down .shadow {
  background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;
  background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;
  -webkit-animation: show 0.5s linear both;
  -moz-animation: show 0.5s linear both;
  animation: show 0.5s linear both; }

.flip-clock-wrapper ul.play li.flip-clock-active .down .shadow {
  background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;
  background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;
  -webkit-animation: hide 0.5s 0.3s linear both;
  -moz-animation: hide 0.5s 0.3s linear both;
  animation: hide 0.5s 0.2s linear both; }

@-webkit-keyframes show {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-moz-keyframes show {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-o-keyframes show {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@keyframes show {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-webkit-keyframes hide {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@-moz-keyframes hide {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@-o-keyframes hide {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@keyframes hide {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

/* End */


/* Start:/local/templates/dresscodeV2/components/dresscode/pop.section/mobile/style.css?17279440412680*/
#popSection a{
	text-decoration: none;
}
#popSection .heading{
	margin-bottom: 0 !important;
	text-transform: uppercase;
	font-family: 'robotobold', serif;
	text-align: center;
    padding-left: 18px;
	line-height: 30px;
    font-size: 18px;
    display: block;
    color: #000;
    height: 60px;
}
#popSection .items{
	list-style: none;
	overflow: hidden;
	border-left: 1px solid #e7e8ea;
	border-top: 1px solid #e7e8ea;
}
#popSection .item{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-right: 1px solid #e7e8ea;
	border-bottom: 1px solid #e7e8ea;
	background-color: #fff;
	overflow: hidden;
	height: 170px;
	float: left;
	width: 20%;
}
#popSection .tabloid{
	position: relative;
	padding: 12px;
}
#popSection .markerContainer{
	position: absolute;
	z-index: 2;
	top: 8px;
	left: 8px;
}
#popSection .marker {
	font: normal normal 12px "roboto_ltregular" , arial , sans-serif;
	background-color: #424242;
	margin-bottom: 8px;
	color: #fff;
	padding: 3px 4px;
	line-height: 16px;
	z-index: 2;
}
#popSection .picture{
	-webkit-transition: 0.2s all ease-in-out;
	-o-transition: 0.2s all ease-in-out;
	transition: 0.2s all ease-in-out;
	transform: translate3d(0,0,0);
	text-align: center;
	line-height: 100px;
	display: block;
	height: 100px;
	opacity: 1;
}
#popSection .picture:hover{
	opacity: 0.8;
}
#popSection .picture img{
	vertical-align: middle;
	max-height: 90%;
	max-width: 90%;
}
#popSection .nameWrap{
	height: 42px;
	margin-top: 12px;
	line-height: 42px;
	text-align: center;
	overflow: hidden;
}
#popSection .name{
	-webkit-transition: 0.2s all ease-in-out;
	-o-transition: 0.2s all ease-in-out;
	transition: 0.2s all ease-in-out;
	text-decoration: none;
	text-align: center;
	font-size: 14px;
	line-height: 21px;
	display: inline-block;
	vertical-align: middle;
	color: #000;
}
#popSection .last{
	background-color: #f9f9f9;
	line-height: 170px;
	height: 170px;
}
#popSection .last .wp{
	vertical-align: middle;
	display: inline-block;
	text-align: center;
	line-height: 21px;
	width: 100%;
}
#popSection .last .showMore{
	-webkit-transition: 0.2s all ease-in-out;
	-o-transition: 0.2s all ease-in-out;
	transition: 0.2s all ease-in-out;
	vertical-align: middle;
	display: inline-block;
	text-align: center;
	color: #000;
	width: 100%;
}
#popSection .last .showMore:hover{
	opacity: 0.7;
}
#popSection .last .icon{
	display: inline-block;
	margin-bottom: 6px;
    text-align: center;
    line-height: 21px;
    height: 33px;
    width: 100%;
}
#popSection .last .ps{
	font-size: 18px;
}
#popSection .last .value{
	padding-left: 6px;
	font-size: 18px;
}
#popSection .last .small{
	display: inline-block;
	width: 100%;
}
/* End */


/* Start:/local/templates/dresscodeV2/components/dresscode/offers.product/default_old/style.css?17247516701651*/
#homeCatalog {
	background-color: #fff;
	padding-bottom: 36px;
	margin-top: 0;
}

#homeCatalog .captionList {
	position: relative;
	z-index: 1;
	height: 60px;
	line-height: 60px;
	background-color: #fff;
}

#homeCatalog .captionList .slideBox {
	list-style: none;
	padding: 0;
	margin: 0;
	left: 0;
}

#homeCatalog .captionList .cItem {
	list-style: none;
	float: left;
}

#homeCatalog .caption {
	border-left: 1px solid #222;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	white-space: nowrap;
	overflow: hidden;
	padding: 0;
}

#homeCatalog .caption.loading {
	opacity: 0.6;
}

#homeCatalog .caption a{
	display: block;
	text-align: center;
	font-size: 16px;
	color: #6d7278;
	text-decoration: none;
}

#homeCatalog .cItem {
	float: left;
	width: 20%;
}

#homeCatalog .captionBtnRight,
#homeCatalog .captionBtnLeft {
	background: url(/local/templates/dresscodeV2/components/dresscode/offers.product/default_old/images/offerArrowSmall.png) 0 0 no-repeat transparent;
	position: absolute;
	height: 60px;
	width: 60px;
	top: 0;
}

#homeCatalog .captionBtnLeft {
	left: 0;
}

#homeCatalog .captionBtnRight {
	right: 0;
}

#homeCatalog .captionBtnLeft:hover {
	background-position: -0px -60px;
}

#homeCatalog .captionBtnLeft:active {
	background-position: -0px -120px;
}

#homeCatalog .captionBtnRight {
	background-position: -60px 0;
}

#homeCatalog .captionBtnRight:hover {
	background-position: -60px -60px;
}

#homeCatalog .captionBtnRight:active {
	background-position: -60px -120px;
}

@media (max-width: 700px) {
	#homeCatalog .limiter {
		min-width: auto;
		padding: 0 !important;
	}
}
/* End */


/* Start:/local/templates/dresscodeV2/components/dresscode/catalog.item.price.group/.default/style.css?1756891423447*/
.blackfriday {
    background-color: #0a0a0a; padding: 5px;
    color:#fff;
    font-size: 14px;
    font-weight: lighter;
    position: relative;
    margin-top: -38px;
}

.blackfriday span {
    color:#fff;
    margin-left: 10px;
    font-weight: bold;
}

.blackfriday i {
    display: block;
    position: absolute;
    top: -17px;
    right: 0;
    background-color: red;
    border-radius: 43px;
    padding: 3px;
}


/* End */


/* Start:/local/templates/dresscodeV2/components/bitrix/news.list/full_banner/style.css?1576943012150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/dresscodeV2/components/bitrix/form.result.new/index_find_master/style.css?175680574311341*/
.find-master {
	display: grid;
	grid-template-columns: repeat(10, 1fr);
	background: #1a1a1a;
	overflow-x: hidden;
	width: 100vw;
	margin-left: calc((-100vw + 100%)/2);
}

.find-master .block-item-content .webFormDw {
	margin: 0;
}

.find-master .webFormDw form {
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.find-master .webFormDw form.loading {
	pointer-events: none;
	opacity: 0.8;
}

.find-master .webFormHeading {
	font-family: "Rubik", serif;
	font-weight: normal;
	font-size: 40px;
	text-align: center;
	margin: 0;
}

.find-master .webFormDescription {
	margin: 10px 0 0;
	max-width: 800px;
	color: #a7a7a7;
	text-align: center;
	font-size: 20px;
}

.find-master .webFormItem {
	margin-top: 10px;
}

.find-master .webFormItemCaption {
	font-family: "Rubik", serif;
	margin-bottom: 12px;
	line-height: 21px;
}

.find-master .webFormItemImage {
	vertical-align: middle;
	display: inline-block;
	padding-right: 6px;
}

.find-master .webFormItemLabel {
	vertical-align: middle;
	display: inline-block;
	color: #555;
}

.find-master .webFormItemRequired {
	display: inline-block;
	padding-left: 4px;
	color: #f00;
}

.find-master .webFormItemFieldVariant {
	display: inline-block;
	margin-left: 12px;
}

.find-master .webFormItemFieldVariant:first-child {
	margin-left: 0;
}

.find-master .webFormItemField input[type="text"],
.find-master .webFormItemField select {
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "Rubik", serif;
	border-bottom: 3px solid #2a2a2a;
	background: #2a2a2a;
	padding-left: 12px;
	line-height: 55px;
	max-width: 100%;
	font-size: 14px;
	color: #fff;
	outline: none;
	height: 40px;
	width: 100%;
}

.find-master .webFormItemField textarea {
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "Rubik", serif;
	border: 1px solid #e7e7e7;
	padding-left: 12px;
	line-height: 21px;
	padding-top: 12px;
	max-width: 100%;
	font-size: 14px;
	color: #555;
	height: 200px;
	outline: none;
	width: 100%;
}

.find-master .webFormItemField input[id*="form_date_"] {
	margin-bottom: 6px;
}

.find-master .webFormItemField input[type="checkbox"] + label,
.find-master .webFormItemField input[type="radio"] + label {
	cursor: pointer;
}

.find-master .webFormItemField input[type="checkbox"]:not(checked),
.find-master .webFormItemField input[type="radio"]:not(checked) {
	position: absolute;
	opacity: 0;
}

.find-master .webFormItemField input[type="checkbox"]:not(checked) + label,
.find-master .webFormItemField input[type="radio"]:not(checked) + label {
	position: relative;
	padding-left: 28px;
}

.find-master .webFormItemField input[type="checkbox"].error + label:before {
	border: 1px solid #f00 !important;
}

.find-master .webFormItemField input[type="checkbox"] + label:before {
	background: url(/local/templates/dresscodeV2/components/bitrix/form.result.new/index_find_master/images/checkBox.png) 0 0 no-repeat transparent;
}

.find-master .webFormItemField input[type="radio"] + label:before {
	background: url(/local/templates/dresscodeV2/components/bitrix/form.result.new/index_find_master/images/radio.png) 0 0 no-repeat transparent;
}

.find-master .webFormItemField input[type="checkbox"]:not(checked) + label:before,
.find-master .webFormItemField input[type="radio"]:not(checked) + label:before {
	position: absolute;
	content: " ";
    height: 17px;
	width: 17px;
	left: 0;
	top: 0;
}

.find-master .webFormItemField input[type="checkbox"]:not(checked) + label:hover:before,
.find-master .webFormItemField input[type="radio"]:not(checked) + label:hover:before {
	background-position: 0 -17px;
}

.find-master .webFormItemField input[type="checkbox"]:checked + label:before,
.find-master .webFormItemField input[type="radio"]:checked + label:before {
	background-position: 0 -34px;
}

.find-master .webFormItemField input[type="checkbox"]:checked + label:hover:before,
.find-master .webFormItemField input[type="radio"]:checked + label:hover:before {
	background-position: 0 -51px;
}

.find-master .webFormItemField input[type="checkbox"]:disabled + label,
.find-master .webFormItemField input[type="radio"]:disabled + label {
	cursor: default;
}

.find-master .webFormItemField input[type="checkbox"]:disabled + label:before,
.find-master .webFormItemField input[type="radio"]:disabled + label:before {
	background-position: 0 -68px !important;
}

.find-master .webFormItemField img.calendar-icon {
    vertical-align: middle !important;
    margin: 0 0 0 0 !important;
    border: 0 !important;
}

.find-master .webFormItemField [multiple] {
	line-height: 120px;
	height: 120px;
	padding: 12px;
}

.find-master .webFormCaptchaPicture {
	margin-top: 12px;
}

.find-master .webFormCaptchaPicture img {
	vertical-align: middle;
	max-width: 100%;
}

.find-master .webFormCaptchaLabel {
	margin-bottom: 12px;
	margin-top: 12px;
}

.find-master .webFormItemField input.captcha_word {
	max-width: 300px;
}

.find-master .webFormTools {
	margin-top: 15px;
}

.find-master .webFormTools input[type="submit"] {
	-webkit-transition: background-color 0.2s ease-in-out;
	-o-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "Rubik", serif;
	border: 1px solid #171a1b;
	border-radius: 4px;
	text-align: center;
	line-height: 55px;
	font-size: 16px;
	cursor: pointer;
	color: #fff;
	outline: none;
	height: 55px;
	width: 100%;
	padding: 0;
}

.find-master .webFormTools input[type="submit"]:active {
	position: relative;
	top: 1px;
}

.find-master .webFormTools input[type="submit"].loading {
	background-image: url(/local/templates/dresscodeV2/components/bitrix/form.result.new/index_find_master/images/loading.gif);
	background-color: #000 !important;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	border: 1px solid #000;
	pointer-events: none;
	color: #ddd;
	opacity: 0.1;
}

.find-master .webFormTools input:first-child {
	margin-right: 12px;
}

.find-master .webFormItemError,
.find-master .webFormError {
	font-family: "Rubik", serif;
	margin-bottom: 12px;
	font-size: 12px;
	color: #f00;
	display: none;
}

.find-master .webFormError {
	margin-bottom: 0;
	margin-top: 24px;
}

.find-master .webFormItemError.visible,
.find-master .webFormError.visible {
	display: block;
}

.find-master .webFormItemField .error {
	border: 1px solid #f00 !important;
}

.find-master .webFormMessage {
	-webkit-transition: 0.1s all ease-in-out;
    -o-transition: 0.1s all ease-in-out;
    transition: 0.1s all ease-in-out;
    background: rgba(0, 0, 0, 0.4);
    line-height: 250px;
    position: fixed;
    overflow: auto;
    display: none;
    z-index: 1000;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.find-master .webFormMessageContainer {
	box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.4);
	background-color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: -225px;
	position: absolute;
	text-align: center;
	margin-top: -125px;
	border-radius: 2px;
	padding: 0 24px;
	height: 250px;
	width: 450px;
	left: 50%;
	top: 50%;
}

.find-master .webFormMessageMiddle {
	vertical-align: middle;
	display: inline-block;
	line-height: 21px;
}

.find-master .webFormMessageHeading {
	margin-bottom: 24px;
	text-align: center;
	font-weight: 500;
	font-size: 18px;
}

.find-master .webFormMessageDescription {
	text-align: center;
}

.find-master .webFormMessageExit {
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	background-color: #1a1a1a;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	border-radius: 2px;
	line-height: 40px;
	margin-top: 24px;
	padding: 0 24px;
	color: #fff;
	height: 40px;
}

.find-master .webFormMessageExit:hover {
	opacity: 0.8;
}

.find-master .webFormMessageExit:active {
	position: relative;
	top: 1px;
}

.find-master .webFormItemField select.is-disabled {
	cursor: not-allowed;
}

.find-master .personalInfo span {
	color: #fff;
	font-size: 11px;
}

.find-master .find-master__left {
	grid-column-start: 1;
	grid-column-end: 5;
	background-image: url("/local/templates/dresscodeV2/images/road-bg-2.jpg");
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.find-master .find-master__left img {
	margin-right: -12%;
	margin-top: 3%;
	height: 300px;
}

.find-master .find-master__right {
	grid-column-start: 5;
	grid-column-end: 11;
	padding-top: 50px;
	padding-bottom: 50px;
	padding-left: 125px;
}

.find-master .find-master__right .webFormItems {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.find-master .find-master__right .webFormItems .webFormItem,
.find-master .find-master__right .webFormTools {
	width: 40%;
}

.find-master .find-master__right .webFormItems .webFormItem:nth-child(3),
.find-master .find-master__right .webFormItems .webFormItem:nth-child(4),
.find-master .find-master__right .webFormItems .webFormItem:nth-child(6) {
	width: 26%;
}

.find-master .find-master__right .webFormItems .webFormItem:nth-child(1),
.find-master .find-master__right .webFormItems .webFormItem:nth-child(3),
.find-master .find-master__right .webFormItems .webFormItem:nth-child(4) {
	margin-right: 2%;
}

.find-master .find-master__right h1.webFormModalHeading,
.find-master .find-master__right h5.webFormModalHeading {
	color: #fff;
}

@media all and (max-width: 650px) {
	.find-master .webFormItemField input[id*="form_date_"] {
		margin-bottom: 12px;
	}

	.find-master .webFormItemField img.calendar-icon {
		margin-left: 0 !important;
	}
}

@media all and (max-width: 400px) {
	.find-master .webFormTools input[type="submit"] {
		margin-bottom: 24px;
		display: block;
		width: 100%;
	}
}

@media screen and (max-width: 1200px) {
	.find-master .find-master__right .webFormItems .webFormItem:nth-child(3),
	.find-master .find-master__right .webFormItems .webFormItem:nth-child(4),
	.find-master .find-master__right .webFormItems .webFormItem:nth-child(6) {
		width: 82%;
	}

	.find-master .find-master__right {
		padding-left: 50px;
	}
}

@media screen and (max-width: 576px) {
	.find-master .find-master__left {
		display: none;
	}

	.find-master .find-master__right {
		grid-column-start: 1;
		padding: 25px;
	}

	.find-master .find-master__right .webFormTools {
		width: 100%;
	}

	.find-master .find-master__right .webFormItems .webFormItem:nth-child(1),
	.find-master .find-master__right .webFormItems .webFormItem:nth-child(2),
	.find-master .find-master__right .webFormItems .webFormItem:nth-child(3),
	.find-master .find-master__right .webFormItems .webFormItem:nth-child(4),
	.find-master .find-master__right .webFormItems .webFormItem:nth-child(6) {
		width: 100%;
		margin-right: 0;
	}
}

/* End */


/* Start:/local/templates/dresscodeV2/components/bitrix/news.list/slider_item/style.css?1576771606150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */
/* /local/templates/dresscodeV2/components/bitrix/news.list/main_banner/style.css?1756812423966 */
/* /local/templates/dresscodeV2/components/bitrix/news.list/mob_banner/style.css?1710425583375 */
/* /local/components/v4u/timebanner/templates/.default/flipclock.css?14184174839686 */
/* /local/templates/dresscodeV2/components/dresscode/pop.section/mobile/style.css?17279440412680 */
/* /local/templates/dresscodeV2/components/dresscode/offers.product/default_old/style.css?17247516701651 */
/* /local/templates/dresscodeV2/components/dresscode/catalog.item.price.group/.default/style.css?1756891423447 */
/* /local/templates/dresscodeV2/components/bitrix/news.list/full_banner/style.css?1576943012150 */
/* /local/templates/dresscodeV2/components/bitrix/form.result.new/index_find_master/style.css?175680574311341 */
/* /local/templates/dresscodeV2/components/bitrix/news.list/slider_item/style.css?1576771606150 */
