

/* Start:/local/templates/dresscodeV2/components/bitrix/system.pagenavigation/.default/style.css?17482538182724*/
.bx-pagination {
	margin: 10px 0;
}
.bx-pagination .bx-pagination-container {
	text-align: center;
	position: relative;
}
.bx-pagination .bx-pagination-container ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
}
.bx-pagination .bx-pagination-container ul li {
	display: inline-block;
	margin: 0 2px 15px 2px;
}
.bx-pagination .bx-pagination-container ul li span{
    -webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
       -moz-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	-ms-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	 -o-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    		transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	background: #eff0f1;
	padding: 0 8px;
	display: block;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	font-size: 14px;
	border-radius: 16px;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-pagination .bx-pagination-container ul li a {
	text-decoration: none;
	display: block;
	border-radius: 16px;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	vertical-align: middle;
}
.bx-pagination .bx-pagination-container ul li a:hover span{
	background: #DADADA;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
	color: #444;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next span{
	color: #aab1b4;
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span {
	background: #fff;
	border-color: #DADADA;
	color: #000;
}
.show-more-pagination-btn {
	height: 35px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 0 25px;
	min-width: 113px;
	margin-left: 5px;
	font-size: 15px;
	color: #fff;
	background-color: #ED1C24;
	transition: all .2s ease;
	border-radius: 25px;
	cursor: pointer;
}
.show-more-pagination-btn:hover, .show-more-pagination-btn:focus {
	background-color: #BB151C;
}
.show-more-pagination-btn:active {
	background-color: #A91117;
}
/* End */


/* Start:/local/components/dresscode/complex.sultions.examples/templates/.default/style.css?17823227797707*/

.examples h2 + p {
  text-align: center;
  margin-bottom: 40px;
}

.openedArea {
  position: relative;
  background-color: #F9F9F9;
  display: flex;
  flex-direction: column;
  padding-bottom: 45px;
  margin-bottom: 60px;
}

.openedArea::before {
  content: '';
  position: absolute;
  background-color: inherit;
  width: calc((100vw - (100% + 379px)) / 2);
  top: 0;
  bottom: 0;
  transform: translateX(100%);
  right: 0;
}

.openedArea::after {
  content: '';
  position: absolute;
  background-color: inherit;
  width: calc((100vw - (100% - 379px)) / 2);
  top: 0;
  bottom: 0;
  transform: translateX(-100%);
  left: 0;
}

.openedArea > .heading {
  display: block;
  font-family: 'robotobold';
  font-size: 21px;
  margin-bottom: 20px;
  padding-top: 40px;
}

.areaTypeList ul {
  list-style: none;
  padding: 0;
  margin: 0 12px 25px -12px;
  display: flex;
  position: relative;
  z-index: 1;
}

.areaTypeList ul > li {
  padding: 0 8px;
  text-transform: lowercase;
  font-size: 16px;
  line-height: 29px;
  z-index: 2;
  white-space: nowrap;
}

.areaTypeList ul > li > span {
  border-bottom: 1px dashed;
  border-color: #7d7d7d;
  transition: border-color .2s ease;
  cursor: pointer;
}

.areaTypeList ul > li > span:hover {
  border-color: transparent;
  color: #F51E2B;
  transition: border-color 0s ease;
}

.areaTypeList ul > li.active > span {
  border-color: transparent;
  color: #F51E2B;
}

.areaTypeList ul > li > span:active {
  position: relative;
  top: 1px;
}

.areaTypeList ul > span {
  position: absolute;
  transition: .3s ease;
  transition-property: left, width;
  border: 1px solid #F51E2B;
  border-radius: 60px;
  z-index: 1;
  top: 50%;
  box-sizing: border-box;
  height: 30px;
  transform: translateY(calc(-50% + 1px));
}

.openedArea .sliderHeading {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.openedArea .sliderHeading .heading {
  display: block;
  font-family: 'robotobold';
  font-size: 18px;
  line-height: 26px;
}

.openedArea .sliderHeading .controls {
  display: flex;
  align-items: center;
  font-family: "robotoregular";
  line-height: 26px;
  font-size: 18px;
}

.openedArea .sliderHeading .controls .arrow {
  display: flex;
  cursor: pointer;
}

.openedArea .sliderHeading .controls .arrow svg {
  stroke: #888;
  transition: stroke .2s ease;
}

.openedArea .sliderHeading .controls .arrow:hover svg {
  stroke: #F51E2B;
  transition: stroke 0s ease;
}

.openedArea .sliderHeading .controls .arrow svg:active {
  position: relative;
  top: 1px;
}

.openedArea .sliderHeading .controls .arrow.disabled {
  pointer-events: none;
  opacity: 0.3;
}

.openedArea .sliderHeading .controls .prev,
.openedArea .sliderHeading .controls .next {
  display: flex;
  align-items: center;
}

.openedArea .sliderHeading .controls .prev .cnt {
  margin-left: 8px;
}

.openedArea .sliderHeading .controls .next .cnt {
  margin-right: 8px;
}

.openedArea .sliderHeading .controls .next .arrow svg {
  transform: scaleX(-1);
}

.openedArea .sliderHeading .controls .del {
  margin: 0 5px;
}

.openedArea .sliderWrap {
  position: relative;
}

.openedArea .sliderWrap .overlay {
  position: absolute;
  transform: translateZ(0);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.7);
}

.openedArea .sliderWrap .overlay .loader {
  position: absolute;
  width: 100px;
  height: 100px;
  top: 50%;
  left: 50%;
  /* background: red; */
  z-index: 10;
  transform: translate(-50%, -50%);
}

.openedArea .sliderWrap .fotorama {
  width: 100%;
}

.openedArea .sliderWrap .fotorama .fotorama__nav-wrap .fotorama__nav {
  text-align: left;
}

.openedArea .sliderWrap .fotorama .fotorama__thumb-border {
  border-color: #000;
}

.overlay .loader svg {
  stroke-dasharray: 298.3;
  stroke-dashoffset: 298.3;
  stroke: red;
  transform: rotate(-90deg);
  animation: stroke 1.2s infinite linear;
}

@keyframes stroke {
  0% {
    stroke-dashoffset: 298.3;
  }
  50% {
    stroke-dashoffset: 0;
    transform: rotate(-270deg);
  }
  50.01% {
    stroke-dashoffset: 596.6;
    transform: rotate(-90deg);
  }
  100% {
    stroke-dashoffset: 298.3;
    transform: rotate(-270deg);
    /* transform: rotate(360deg); */
  }
}

@media (max-width: 1300px) {
  .openedArea::before {
    width: calc((100vw - (100% + 239px)) / 2);
  }
  .openedArea::after {
    width: calc((100vw - (100% - 239px)) / 2);
  }
}

@media (max-width: 1024px) {
  .openedArea::before,
  .openedArea::after {
    width: 24px;
  }
}

@media (max-width: 700px) {
  .openedArea::before,
  .openedArea::after{
    width: 12px;
  }
  .areaTypeList ul {
    margin: 0 12px 25px 1px;
  }
}

@media (max-width: 600px) {
  .areaTypeList {
    position: relative;
    margin-bottom: 15px;
  }
  .areaTypeList .wrap {
    overflow-x: scroll;
    scrollbar-width: none;
  }
  .areaTypeList .wrap::-webkit-scrollbar {
    display: none;
  }
  .areaTypeList ul {
    display: table-cell;
  }
  .areaTypeList ul > li {
    display: table-cell;
    line-height: 32px;
  }
  .areaTypeList.left::before,
  .areaTypeList.right::after {
    position: absolute;
    content: '';
    height: inherit;
    top: 0px;
    bottom: 0;
    width: 50px;
    z-index: 10;
  }
  .areaTypeList.left::before {
    background: linear-gradient(to right, rgba(249,249,249,1) 0%,rgba(229,229,229,0) 100%);
    left: -1px;
  }
  .areaTypeList.right::after {
    background: linear-gradient(to right, rgba(229,229,229,0) 0%,rgba(249,249,249,1) 100%);
    right: -1px;
  }
  .openedArea {
    padding-bottom: 76px;
  }
  .openedArea .sliderWrap .fotorama__nav-wrap {
    position: absolute;
    bottom: 0px;
  }
  .openedArea .sliderWrap .fotorama .fotorama__nav-wrap .fotorama__nav {
    text-align: center;
  }
  .openedArea .sliderWrap .fotorama .fotorama__nav-wrap .fotorama__nav .fotorama__dot{
    top: 6px;
    border: 1px solid #888;
  }
  .openedArea .sliderWrap .fotorama .fotorama__nav-wrap .fotorama__nav .fotorama__nav__frame.fotorama__active .fotorama__dot {
    border: 3px solid #F51E2B;
  }
  .openedArea .sliderWrap .fotorama .fotorama__nav-wrap  .fotorama__nav--dots .fotorama__nav__frame {
    height: 18px;
  }
  .openedArea .sliderHeading .controls {
    position: absolute;
    bottom: 35px;
    left: 0;
    right: 0;
    justify-content: center;
  }
  .openedArea .sliderHeading .controls .control {
    display: flex;
    align-items: center;
    width: 100%;
  }
  .openedArea .sliderHeading .controls .control .arrow {
    display: flex;
    align-items: center;
    width: 100%;
  }
  .openedArea .sliderHeading .controls .control .arrow::before,
  .openedArea .sliderHeading .controls .control .arrow::after {
    /* width: 140px; */
    position: absolute;
    font-size: 14px;
    line-height: 16px;
    font-family: "roboto_ltregular";
    white-space: pre-wrap;
  }
  .openedArea .sliderHeading .controls .prev .arrow svg {
    margin-left: auto;
  }
  .openedArea .sliderHeading .controls .next .arrow svg {
    margin-right: auto;
  }
  .openedArea .sliderHeading .controls .control.prev .arrow::before {
    content: attr(data-title);
  }
  .openedArea .sliderHeading .controls .control.next .arrow::after {
    content: attr(data-title);
    right: 0;
  }
  .openedArea .sliderHeading .controls .arrow {
    align-items: center;
  }
  .clientsSlider .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: transparent;
    opacity: 1;
    border: 1px solid #888;
    box-sizing: border-box;
  }
  .clientsSlider .swiper-pagination-bullet-active {
    border: 1px solid #F51E2B;
    background: #F51E2B;
  }
  .clientsSlider.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: -6px;
  }
}

/* End */


/* Start:/local/components/dresscode/complex.sultions.example/templates/.default/style.css?17823227794701*/
.areaTypeList ul {
  list-style: none;
  padding: 0;
  margin: 0 12px 12px -12px;
  display: flex;
  position: relative;
  z-index: 1;
}

.areaTypeList ul > li > span {
  border-bottom: 1px dashed;
  border-color: #7d7d7d;
  transition: border-color .2s ease;
  cursor: pointer;
}

.areaTypeList ul > li > span:hover {
  border-color: transparent;
  color: #F51E2B;
  transition: border-color 0s ease;
}

.areaTypeList ul > li.active > span {
  border-color: transparent;
  color: #F51E2B;
  font-family: "robotoregular";
}

.areaTypeList ul > li > span:active {
  position: relative;
  top: 1px;
}

.areaTypeList ul > span {
  position: absolute;
  transition: .3s ease;
  transition-property: left, width;
  border: 1px solid #F51E2B;
  border-radius: 60px;
  z-index: 1;
  top: 50%;
  box-sizing: border-box;
  height: 30px;
  transform: translateY(calc(-50% + 1px));
}

.openedArea .sliderHeading {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.openedArea .sliderHeading .heading {
  display: block;
  font-family: 'robotobold';
  font-size: 18px;
  line-height: 26px;
}

.openedArea .sliderHeading .controls {
  display: flex;
  align-items: center;
  font-family: "robotoregular";
  line-height: 26px;
  font-size: 18px;
}

.openedArea .sliderHeading .controls .arrow {
  display: flex;
  cursor: pointer;
}

.openedArea .sliderHeading .controls .arrow svg {
  stroke: #888;
  transition: stroke .2s ease;
}

.openedArea .sliderHeading .controls .arrow:hover svg {
  stroke: #F51E2B;
  transition: stroke 0s ease;
}

.openedArea .sliderHeading .controls .arrow svg:active {
  position: relative;
  top: 1px;
}

.openedArea .sliderHeading .controls .arrow.disabled {
  pointer-events: none;
  opacity: 0.3;
}

.openedArea .sliderHeading .controls .prev,
.openedArea .sliderHeading .controls .next {
  display: flex;
  align-items: center;
}

.openedArea .sliderHeading .controls .prev .cnt {
  margin-left: 8px;
}

.openedArea .sliderHeading .controls .next .cnt {
  margin-right: 8px;
}

.openedArea .sliderHeading .controls .next .arrow svg {
  transform: scaleX(-1);
}

.openedArea .sliderHeading .controls .del {
  margin: 0 5px;
}

.complex_solutions_content .sliderWrap {
  position: relative;
}

.complex_solutions_content .sliderWrap .overlay {
  position: absolute;
  transform: translateZ(0);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.7);
}

.complex_solutions_content .sliderWrap .overlay .loader {
  position: absolute;
  width: 100px;
  height: 100px;
  top: 50%;
  left: 50%;
  /* background: red; */
  z-index: 10;
  transform: translate(-50%, -50%);
}

/* .complex_solutions_content .sliderWrap .fotorama {
  width: 100%;
}

.complex_solutions_content .sliderWrap .fotorama .fotorama__nav-wrap .fotorama__nav {
  text-align: left;
}

.complex_solutions_content .sliderWrap .fotorama .fotorama__thumb-border {
  border-color: #000;
} */

.overlay .loader svg {
  stroke-dasharray: 298.3;
  stroke-dashoffset: 298.3;
  stroke: red;
  transform: rotate(-90deg);
  animation: stroke 1.2s infinite linear;
}

@keyframes stroke {
  0% {
    stroke-dashoffset: 298.3;
  }
  50% {
    stroke-dashoffset: 0;
    transform: rotate(-270deg);
  }
  50.01% {
    stroke-dashoffset: 596.6;
    transform: rotate(-90deg);
  }
  100% {
    stroke-dashoffset: 298.3;
    transform: rotate(-270deg);
    /* transform: rotate(360deg); */
  }
}

@media (max-width: 1300px) {
  .openedArea::before {
    width: calc((100vw - (100% + 239px)) / 2);
  }
  .openedArea::after {
    width: calc((100vw - (100% - 239px)) / 2);
  }
}

@media (max-width: 1024px) {
  .openedArea::before,
  .openedArea::after {
    width: 24px;
  }
}

@media (max-width: 700px) {
  .openedArea::before,
  .openedArea::after{
    width: 12px;
  }
  .areaTypeList ul {
    margin: 0 12px 25px 1px;
  }
}

@media (max-width: 768px) {
  .areaTypeList {
    position: relative;
    margin-bottom: 15px;
  }
  .areaTypeList .wrap {
    overflow-x: scroll;
    scrollbar-width: none;
  }
  .areaTypeList .wrap::-webkit-scrollbar {
    display: none;
  }
  .areaTypeList ul {
    display: table-cell;
  }
  .areaTypeList ul > li {
    display: table-cell;
    line-height: 32px;
  }
  .areaTypeList.left::before,
  .areaTypeList.right::after {
    position: absolute;
    content: '';
    height: inherit;
    top: 0px;
    bottom: 0;
    width: 50px;
    z-index: 10;
  }
  .areaTypeList.left::before {
    background: linear-gradient(to right, rgba(249,249,249,1) 0%,rgba(229,229,229,0) 100%);
    left: -1px;
  }
  .areaTypeList.right::after {
    background: linear-gradient(to right, rgba(229,229,229,0) 0%,rgba(249,249,249,1) 100%);
    right: -1px;
  }
}

/* End */


/* Start:/local/templates/dresscodeV2/components/bitrix/catalog.section.list/solutions/style.css?17482538181776*/
.solutionSelect {

}

.solutionSelect .heading {
  background: #F3F3F3;
  border: 1px solid #E7E8EA;
  border-radius: 4px 4px 0px 0px;
  line-height: 46px;
  text-align: center;
  display: block;
  font-family: 'robotobold';
  text-transform: uppercase;
  color: black;
}

.solutionSelect ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.solutionSelect ul li {
  border: 1px solid #E7E8EA;
  border-top: none;
}

.solutionSelect ul li:last-child {
  border-radius: 0px 0px 4px 4px;
}

.solutionSelect ul li.selected a {
  font-family: 'robotobold';
}

.solutionSelect ul li.selected .soltionName {
  color: #ff232b;
}

.solutionSelect ul li a {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 25px;
  text-decoration: none;
  color: unset;
  line-height: 44px;
  transition: color 0s ease;
}

.solutionSelect ul li a:hover .soltionName {
  color: #ff232b;
}

.solutionSelect ul li .soltionName {
  transition: color .2s ease;
}

.solutionSelect ul li .soltionCnt {
  color: #888;
}

.allSolutions .solutionList .solutionHeading {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.allSolutions .solutionList .solutionHeading a {
  text-decoration: none;
  color: unset;
  display: flex;
  align-items: center;
}

.allSolutions .solutionList .solutionHeading a .heading {
  transition: color .2s ease;
}

.allSolutions .solutionList .solutionHeading a .heading:hover {
  color: #ff232b;
  transition: color 0s ease;
}

.allSolutions .solutionList .solutionHeading .icon {
  height: 28px;
  width: 28px;
  margin-right: 5px;
}

.allSolutions .solutionList .solutionHeading .icon img {
  max-width: 100%;
}

.allSolutions .solutionList .solutionHeading .heading {
  font-family: 'robotobold';
  font-size: 21px;
}

/* End */


/* Start:/local/templates/dresscodeV2/components/bitrix/form.result.new/projecting-new/style.css?17482538189579*/
.webFormDw.decoration {
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.24);
	background: url(/images/form_bg_pattern.png) #F9F9F9;
  border-top: 5px solid #F51E2B;
	margin-bottom: 60px;
	padding-bottom: 40px;
}

.webFormDw.decoration .webFormHeading {
	font-size: 21px;
	text-align: center;
}

.webFormDw > .wrap {
	max-width: 860px;
	padding: 0 20px;
	margin: 0 auto;
}

.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;
}

.webFormDw form.loading{
	pointer-events: none;
	opacity: 0.8;
}

.webFormHeading{
	font-family: "robotoMedium";
	font-weight: normal;
	font-size: 16px;
	margin: 0;
}

.webFormDescription{
	margin: 24px 0 0 0;
	max-width: 800px;
}

.webFormItemsWrap {
	margin: 0 -12px;
	display: flex;
	flex-wrap: wrap;
}

.webFormItemsWrap .webFormItem {
	width: calc((100% / 3) - 24px);
	margin: 0 12px;
}

.webFormItem{
	margin-top: 24px;
}

.webFormDw.decoration .webFormItemCaption {
	font-family: "roboto_ltregular";
	margin-bottom: 5px;
	line-height: 20px;
}

.webFormDw.decoration #WEB_FORM_ITEM_MESSAGE input {
	height: 130px;
}

.webFormDw.decoration .webFormItem .webFormItemLabel {
	color: #000;
}

.webFormItemImage{
	vertical-align: middle;
	display: inline-block;
	padding-right: 6px;
}

.webFormItemLabel{
	vertical-align: middle;
	display: inline-block;
	color: #555555;
}

.webFormItemRequired{
	display: inline-block;
	padding-left: 4px;
	color: #ff0000;
}

.webFormItemFieldVariant{
	display: inline-block;
	margin-left: 12px;
}

.webFormItemFieldVariant:first-child{
	margin-left: 0px;
}

.webFormItemField input[type="password"],
.webFormItemField input[type="text"],
.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: "roboto_ltregular";
	border: 1px solid #e7e7e7;
	padding-left: 12px;
	line-height: 55px;
	/*max-width: 600px;*/
	max-width: 100%;
	font-size: 14px;
	color: #555555;
	outline: none;
	height: 55px;
	width: 100%;
}

.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: "roboto_ltregular";
	border: 1px solid #e7e7e7;
	padding-left: 12px;
	line-height: 21px;
	padding-top: 12px;
	/*max-width: 600px;*/
	max-width: 100%;
	font-size: 14px;
	color: #555555;
	height: 200px;
	outline: none;
	width: 100%;
	resize: none;
}

.webFormItemField input[id*="form_date_"]{
	margin-bottom: 6px;
}

.webFormItemField input[type="text"]:focus,
.webFormItemField input[type="password"]:focus,
.webFormItemField textarea:focus{
	border: 1px solid #aaaaaa;
}

.webFormItemField input[type="checkbox"] + label,
.webFormItemField input[type="radio"] + label {
	cursor: pointer;
}

.webFormItemField input[type="checkbox"]:not(checked),
.webFormItemField input[type="radio"]:not(checked) {
  position: absolute;
  opacity: 0;
}

.webFormItemField input[type="checkbox"]:not(checked) + label,
.webFormItemField input[type="radio"]:not(checked) + label {
	position: relative;
	padding-left: 28px;
}

.webFormItemField input[type="checkbox"] + label:before {
	background: url(/local/templates/dresscodeV2/components/bitrix/form.result.new/projecting-new/images/checkBox.png) 0 0 no-repeat transparent;
}

.webFormItemField input[type="radio"] + label:before {
	background: url(/local/templates/dresscodeV2/components/bitrix/form.result.new/projecting-new/images/radio.png) 0 0 no-repeat transparent;
}

.webFormItemField input[type="checkbox"]:not(checked) + label:before,
.webFormItemField input[type="radio"]:not(checked) + label:before {
	position: absolute;
	content: " ";
    height: 17px;
	width: 17px;
	left: 0;
	top: 0px;
}

.webFormItemField input[type="checkbox"]:not(checked) + label:hover:before,
.webFormItemField input[type="radio"]:not(checked) + label:hover:before {
	background-position: 0 -17px;
}

.webFormItemField input[type="checkbox"]:checked + label:before,
.webFormItemField input[type="radio"]:checked + label:before {
	background-position: 0 -34px;
}

.webFormItemField input[type="checkbox"]:checked + label:hover:before,
.webFormItemField input[type="radio"]:checked + label:hover:before {
	background-position: 0 -51px;
}

.webFormItemField input[type="checkbox"]:disabled + label,
.webFormItemField input[type="radio"]:disabled + label {
	cursor: default;
}

.webFormItemField input[type="checkbox"]:disabled + label:before,
.webFormItemField input[type="radio"]:disabled + label:before {
	background-position: 0 -68px !important;
}

.webFormItemField img.calendar-icon {
    vertical-align: middle !important;
    margin: 0 0 0 0px !important;
    border: 0 !important;
}

.webFormItemField [multiple]{
	line-height: 120px;
	height: 120px;
	padding: 12px;
}

.webFormCaptchaPicture{
	margin-top: 13px !important;
}

.webFormCaptchaPicture img{
	vertical-align: middle;
	max-width: 100%;
}

.webFormCaptchaLabel{
	margin-bottom: 12px;
	margin-top: 0px !important;
}

.webFormItemField input.captcha_word{
	max-width: 300px;
}

.webFormDw.decoration .webFormTools {
	margin-top: 57px;
  text-align: center;
}

.webFormDw.decoration .webFormTools input[type="submit"] {
  font-family: "robotoregular";
	font-size: 16px;
	background-color: #F51E2B;
	border: none;
	border-radius: 4px;
}

.webFormTools input[type="submit"],
.webFormTools input[type="reset"]{
	-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: "roboto_ltregular";
	border: 1px solid #e7e7e7;
	text-align: center;
	line-height: 55px;
	max-width: 200px;
	font-size: 14px;
	cursor: pointer;
	color: #ffffff;
	outline: none;
	height: 55px;
	width: 100%;
	padding: 0;
}

.webFormTools input[type="submit"]:active{
	position: relative;
	top: 1px;
}

.webFormTools input[type="submit"].loading{
	background-image: url(/local/templates/dresscodeV2/components/bitrix/form.result.new/projecting-new/images/loading.gif);
	background-color: #000000 !important;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	border: 1px solid #000000;
	pointer-events: none;
	color: #dddddd;
	opacity: 0.1;
}

.webFormTools input[type="reset"]{
	border: 1px solid #aaaaaa;
	background-color: #ffffff;
	color: #000000;
}

.webFormTools input[type="reset"]:hover{
	border: 1px solid #cccccc;
}

.webFormTools input[type="reset"]:active{
	position: relative;
	top: 1px;
}

.webFormTools input:first-child{
	margin-right: 12px;
}

.webFormItemError,
.webFormError{
	font-family: "robotoMedium";
	margin-bottom: 12px;
	font-size: 12px;
	color: #ff0000;
	display: none;
}

.webFormError{
	margin-bottom: 0px;
	margin-top: 24px;
}

.webFormItemError.visible,
.webFormError.visible{
	display: block;
}

.webFormItemField .error{
	border: 1px solid #ff0000 !important;
}

.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: 0px;
    top: 0px;
}

.webFormMessageContainer{
	box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.4);
	background-color: #ffffff;
	-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: 0px 24px;
	height: 250px;
	width: 450px;
	left: 50%;
	top: 50%;
}

.webFormMessageMiddle{
	vertical-align: middle;
	display: inline-block;
	line-height: 21px;
}

.webFormMessageHeading{
	margin-bottom: 24px;
	text-align: center;
	font-weight: 500;
	font-size: 18px;
}

.webFormMessageDescription{
	text-align: center;
}

.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: #000000;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	border-radius: 2px;
	line-height: 40px;
	margin-top: 24px;
	padding: 0 24px;
	color: #ffffff;
	height: 40px;
}

.webFormMessageExit:hover{
	opacity: 0.8;
}

.webFormMessageExit:active{
	position: relative;
	top: 1px;
}

.captchaWrap {
	display: flex;
	justify-content: space-between;
}

.captchaWrap .webFormItem {
	display: flex;
}

.captchaWrap .webFormItem .wrap:first-child {
	margin-right: 20px;
}

.captchaWrap .webFormTools {

}

.captchaWrap .webFormTools input[type="submit"] {
	width: 200px;
}

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

	.webFormItemField input[id*="form_date_"]{
		margin-bottom: 12px;
	}


	.webFormItemField img.calendar-icon{
		margin-left: 0px !important;
	}

	.webFormTools input[type="submit"],
	.webFormTools input[type="reset"]{
		max-width: 150px;
	}

}

@media all and (max-width: 600px) {
	.captchaWrap {
		flex-direction: column;
	}
	.webFormDw.decoration .webFormTools {
		margin-top: 20px;
	}
}

@media all and (max-width: 475px) {
	.captchaWrap .webFormItem {
		flex-direction: column;
	}
	.captchaWrap .webFormItem .wrap:first-child {
		margin-right: 0px;
	}
	.webFormItemField input.captcha_word {
		max-width: unset !important;
		width: 100% !important;
	}
	.webFormDw.decoration .webFormItemCaption {
		margin-top: 12px !important;
	}
}

@media all and (max-width: 400px) {
	.webFormTools input[type="submit"],
	.webFormTools input[type="reset"]{
		margin-bottom: 24px;
		max-width: 300px;
		display: block;
		width: 100%;
	}
}

/* End */
/* /local/templates/dresscodeV2/components/bitrix/system.pagenavigation/.default/style.css?17482538182724 */
/* /local/components/dresscode/complex.sultions.examples/templates/.default/style.css?17823227797707 */
/* /local/components/dresscode/complex.sultions.example/templates/.default/style.css?17823227794701 */
/* /local/templates/dresscodeV2/components/bitrix/catalog.section.list/solutions/style.css?17482538181776 */
/* /local/templates/dresscodeV2/components/bitrix/form.result.new/projecting-new/style.css?17482538189579 */
