

/* Start:/local/templates/dresscode/components/dresscode/catalog/services/style.css?169038303111620*/
.service-page {
	    display: flex;
    justify-content: space-around;
    text-align: center;
    margin-top: 30px;
}
.service-page .service-item {
	padding: 4% 0;
    width: 40%;
    border: 1px solid #EEEEEE;
    border-radius: 7px;
}
.service-page .service-item ul {
	list-style-position: inside;
    text-align: left;
    font-size: 12px;
    line-height: 19px;
}
.service-page .service-item h4{ 
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    font-family: 'robotoregular';
    text-transform: uppercase;
}
.service-page .service-item p{
	font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    font-family: 'robotoregular';
    padding: 0 15%;
}
.moto-block-service {
	padding-top: 50px;
}
.moto-list-benefits,
.moto-list-benefits-who-style {
	margin-top: 28px;
}
.moto-block-service h3 {
	 font-family: 'robotoregular';
	font-weight: 400;
    font-size: 24px;
    line-height: 36px;
	margin: 0;
}

.banner-elem.fullscreen-banner .image{
	vertical-align: bottom;
}
#main .slider-moto-block{
    margin-top: 5px;
}
.moto-block-service .moto-list-benefits {
    list-style: none;
    display: flex;
    width: 100%;
    padding-left: 0;
    flex-wrap: wrap;
    justify-content: space-between;
	margin-bottom: 35px;
}
.moto-list-benefits li{
	background: #fff;
	position: relative;
	display: flex;
    width: 49%;
    min-width: 49%;
    border: 1px solid #EEEEEE;
    border-radius: 7px;
    padding: 15px 0;
    margin-bottom: 25px;
	z-index:1;
}
.moto-list-benefits li:nth-child(2n-1):after {
	position: absolute;
    top: 50%;
    right: -5%;
    width: 7%;
    height: 1px;
    background: #919191;
    content: "";
    z-index: 0;
}
.moto-list-benefits li:nth-child(2):before,
.moto-list-benefits li:nth-child(3):before  {
    position: absolute;
    bottom: -25px;
    top: auto;
    left: 50%;
    right: auto;
    width: 1px;
    height: 25px;
    background: #919191;
    content: "";
    z-index: 0;
}
.moto-list-benefits li:last-child:before {
	display:none;
}
.moto-list-benefits li .circle-moto{
	border-radius: 50%;
    border: 1px solid #919191;
    width: 93px;
    height: 93px;
    margin: 20px;
    text-align: center;
    font-weight: 400;
    font-size: 24px;
    line-height: 92px;
	 padding:  0;
}
.moto-list-benefits li div{
	width: calc(100% - 133px);
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #555;
    padding-right: 20px;
    z-index: 1;
    background: #fff;
}
.moto-list-benefits li p{
	display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    color: #111;
    padding: 25px 0 22px 0;
	    margin: 0;
}
div.moto-block-service .moto-list-benefits-who-style {
	list-style: none;
    display: flex;
    width: 100%;
    padding-left: 0;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 0;
	
}
.moto-list-benefits-who-style li{
	    background: #fff;
    position: relative;
    width: 49%;
    min-width: 49%;
    border: 1px solid #EEEEEE;
    border-radius: 7px;
    padding: 0;
    margin-bottom: 20px;
    z-index: 1;
	
}
.moto-list-benefits-who-style li img{
	position: relative;
    z-index: 1;
    width: 100%;
}
.moto-list-benefits-who-style .moto-flex {
	     display: flex;
    padding: 15px 0;
    margin-bottom: 0;
    z-index: 1;
    position: relative;
    background: #fff;
}
.moto-list-benefits-who-style  .circle-moto {
	    border-radius: 50%;
    border: 1px solid #919191;
    width: 93px;
    height: 93px;
    margin: 20px;
    text-align: center;
    font-weight: 400;
    font-size: 24px;
    line-height: 92px;
    padding: 0;
}
.moto-list-benefits-who-style  .moto-flex div {
	    width: calc(100% - 133px);
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #555;
    padding-right: 20px;
    z-index: 1;
    background: #fff;
}
.moto-list-benefits-who-style .moto-flex div p { 
display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    color: #111;
    padding: 25px 0 22px 0;
	    margin: 0;
}
.moto-list-benefits-who-style li:nth-child(2n-1):after {
	position: absolute;
    top: 50%;
    right: -5%;
    width: 7%;
    height: 1px;
    background: #919191;
    content: "";
    z-index: 0;
}
.moto-list-benefits-who-style li:nth-child(2):before {
    position: absolute;
    bottom: -25px;
    top: auto;
    left: 50%;
    right: auto;
    width: 1px;
    height: 25px;
    background: #919191;
    content: "";
    z-index: 0;
}
.moto-list-benefits-who-style li:last-child:before,
.moto-list-benefits-who-style li:last-child:after {
	display:none;
}
div .benefit-service ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 0;
    align-items: inherit;
    margin-top: 30px;
}
.benefit-service ul li{
	position: relative;
	width: 49%;
    margin-bottom: 20px;
    min-height: 130px;
    border: 1px solid #F85E04;
    border-radius: 7px;
}
.benefit-service ul li:after{
	content: '';
    position: absolute;
    top: 3px;
    right: 6px;
    width: 45px;
    height: 45px;
    background: url(/local/templates/dresscode/images/arrow-service.svg) center center no-repeat, #F85E04;
    border-radius: 50%;
	
}
.benefit-service ul li div{
	display: table;
    height: 100%;
    width: 90%;
}
.benefit-service ul li p{
padding: 4.5% 3%;
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #0A001B;
    display: table-cell;
    vertical-align: middle;

}
.terms-moto-block {
	border: 1px solid #EEEEEE;
    border-radius: 7px;
    margin-top: 30px;
}
.terms-moto-block .moto-block-service {
	padding: 17px 0 0 3px;
	
}
.terms-moto-block .terms-moto ul{
	list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 2% 2.6% 1% 2%;
	margin-bottom: 0;
}
.terms-moto-block .terms-moto ul li{
	width: 49%;
    display: flex;
    align-items: center;
	margin-bottom: 20px;
}
.terms-moto-block .terms-moto ul li p{
	margin:0;
}
.terms-moto-block .terms-moto ul li .circl-block-service{
	font-weight: 400;
    font-size: 14px;
    border: 1px solid #F85E04;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 3;
    padding-right: 0px;
	margin: 0 10px 0 0;
}
.list-doc {
	display: flex;
    flex-wrap: wrap;
}
.list-doc .moto-block-service {
	width: 100%;
}
.list-doc .list-doc-irem-one {
	width: 49%;
    list-style: none;
    padding: 30px 0 0 0;
}
.list-doc-irem-two {
	    width: 47%;
}
.list-doc-irem-one li{
    padding: 5px 5px 5px 45px;
	background: url(/local/templates/dresscode/images/doc-1.svg) no-repeat left 5px center;
	margin-bottom: 18px;
}
.list-doc-irem-one li:nth-child(2){
	background: url(/local/templates/dresscode/images/doc-2.svg) no-repeat left 5px center;
}
.list-doc-irem-one li:nth-child(3){
	background: url(/local/templates/dresscode/images/doc-3.svg) no-repeat left 5px center;
}
.list-doc-irem-two {
	list-style: none;
}
.list-doc-irem-two li{
	position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
}
.list-doc-irem-two li:before{
	content:'';
	width: 5px;
	height: 5px;
	background: #F85E04;
	position: absolute;
    top: 10px;
    left: 12px;
    border-radius: 50%;
}
.list-doc .list-doc-irem-two {
    padding-left: 16px;
    padding-top: 25px;
}
@media screen and (max-width: 1550px){
	.service-page .service-item img {
		height: 80px;
	}
	.service-page .service-item h4 {
		font-size: 20px;
		margin: 10px 0;
	}
	.service-page .service-item p {
		font-size: 12px;
		line-height: 19px;
		padding: 0 5%;
	}
	.service-page .service-item {
		padding: 2% 0;
	}
}
@media screen and (max-width: 1400px){
	.moto-list-benefits li {
		padding: 10px 0;
		    margin-bottom: 15px;
	}
	.moto-list-benefits li .circle-moto,
	.moto-list-benefits-who-style .circle-moto	{
		width: 80px;
		height: 80px;
		margin: 10px 20px;
		font-weight: 400;
		font-size: 24px;
		line-height: 80px;
	}
	.moto-list-benefits li div,
	.moto-list-benefits-who-style .moto-flex div {
		font-weight: 400;
		font-size: 12px;
		line-height: 17px;
	}
	.moto-list-benefits li p,
	.moto-list-benefits-who-style .moto-flex div p {
		font-size: 14px;
		line-height: 16px;
		padding: 10px 0 10px 0;
	}
	.benefit-service ul li p {
        line-height: 18px;
    font-size: 14px;
	}
	.benefit-service ul li:after {
        width: 35px;
		height: 35px;
	}
	.moto-block-service {
		padding-top: 20px;
	}
}

@media screen and (max-width: 1200px){
	.service-page .service-item img {
		height: 60px;
	}
	.service-page .service-item h4 {
		font-size: 15px;
		margin: 5px 0;
		line-height: 20px;
	}
	.service-page .service-item p,
	.service-page .service-item ul {
		font-size: 10px;
		line-height: 15px;
	}
	.service-page .service-item {
		padding: 4% 0;
		width: 46%;
	}
}
@media screen and (max-width: 800px){
	.banner-elem.fullscreen-banner .btn-simple {
		padding: 13px 8px 11px;
	}

	.banner-elem.fullscreen-banner {
		height: 250px;
	}
	
	.banner-elem.fullscreen-banner .image img{
		max-height: 250px;
	}
}

@media screen and (max-width: 700px){
	.banner-elem.fullscreen-banner{
		height: 130px;
		margin-bottom: 18px;
		border: 1px solid #e7e8ea;
	}

	.banner-elem.fullscreen-banner .descr{
		max-height: 80px;
	}

	.banner-elem.fullscreen-banner .text-wrap{
		display: block;
		margin-bottom: 6px;
		padding: 12px 12px 0;
	}

	.banner-elem.fullscreen-banner h1{
		margin-bottom: 8px;
		font-size: 18px;
	}

	.banner-elem.fullscreen-banner .image{
		display: block;
		width: 100%;
		padding: 0;
	}
	.banner-elem.fullscreen-banner .image img{
		max-height: 250px;
		margin: 0 auto;
	}
	.banner-elem.fullscreen-banner.banner-no-bg .image img{
		max-height: none;
	}
	.moto-list-benefits li{
		width: 100%;
		min-width: 100%;
	}
	.moto-list-benefits li:nth-child(2n-1):after,
	.moto-list-benefits li:nth-child(2):before,
.moto-list-benefits li:nth-child(3):before ,
.moto-list-benefits-who-style li:nth-child(2n-1):after,
.moto-list-benefits-who-style li:nth-child(2):before 	{
		display:none;
	}
	.moto-list-benefits li:nth-child(1),
	.moto-list-benefits-who-style li:nth-child(1) {
		order:1;
	}
	.moto-list-benefits li:nth-child(2),
	.moto-list-benefits-who-style li:nth-child(2) {
		order:2;
	}
	.moto-list-benefits li:nth-child(4),
	.moto-list-benefits-who-style li:nth-child(4) {
		order:3;
	}
	.moto-list-benefits li:nth-child(3),
	.moto-list-benefits-who-style li:nth-child(3) {
		order:4;
	}
	.moto-list-benefits li:nth-child(5) {
		order:5;
	}
	.moto-list-benefits li:nth-child(6) {
		order:6;
	}
	.benefit-service ul li {
        width: 100%;
	}
	.benefit-service ul li:after {
		width: 30px;
		height: 30px;
	}
	.moto-block-service h3 {
		line-height: 28px;
	}
	.moto-list-benefits-who-style .moto-flex {
		display: block;
    text-align: center;
	}
	.moto-list-benefits-who-style .circle-moto {
		margin: 0 auto;
	}
	.moto-list-benefits-who-style .moto-flex div {
		margin: 0 auto;
    padding: 0;
    width: 94%;
	}
	.terms-moto-block .terms-moto ul li,
	.list-doc .list-doc-irem-one,
	.list-doc-irem-two	{
		width: 100%;
	}
	.list-doc .list-doc-irem-two {
		padding-left: 0;
		padding-top: 0;
	}
}

@media screen and (max-width: 500px){
	.banner-elem.fullscreen-banner .descr{
		display: block;
	}

	.banner-elem.fullscreen-banner h1{
		font-size: 16px;
		margin-bottom: 8px;
		line-height: 20px;
		max-height: 60px;
	}

	.banner-elem.fullscreen-banner .image img{
		max-height: 200px;
	}
	.service-page .service-item {
		width: 100%;
		margin-bottom: 10px;
	}
	.service-page {
		margin-bottom: 30px;
		flex-wrap: wrap;
	}
	.moto-list-benefits-who-style li {
     width: 100%;
    min-width: 100%;
	}
}
/* End */


/* Start:/local/templates/dresscode/components/bitrix/menu/personal/style.css?16760701541737*/
#personalMenu{
	border-bottom: 1px solid #d9d9d9;
	margin: 0px 0px 24px 0px;
	overflow: hidden;
	list-style: none;
	padding: 0;
	padding-bottom: 10px;
}

#personalMenu li{
	margin-bottom: 0px;
	margin-right: 15px;
	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: 15px;
    color: #919191;
    font-family: 'robotoregular';
}

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

#personalMenu li .selected{
	padding-bottom: 4px;
    color: #F85E04;
    border-bottom: none;
}

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

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

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

	#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:/local/templates/dresscode/components/dresscode/catalog/services/bitrix/catalog.section.list/.default/style.css?1671110187893*/
@media screen and (max-width: 1300px){
	.services-banners-list .banner-elem .h2{
		font-size: 18px;
		max-height: 44px;
		line-height: 22px;
	}

	.services-banners-list .banner-elem .image{
		width: 55%;
	}

	.services-banners-list .banner-elem{
		height: 190px;
	}
	.services-banners-list .banner-elem .image img{
		max-height: 190px;
	}
}

@media screen and (max-width: 1024px){
	.services-banners-list .banner-elem{
		height: 160px;
	}
	.services-banners-list .banner-elem .image img{
		max-height: 160px;
	}
}

@media screen and (max-width: 800px){
	.services-banners-list .banner-elem .image{
		width: 50%;
	}
}

@media screen and (max-width: 400px){
	.services-banners-list .banner-elem{
		height: 150px;
	}
	.services-banners-list .banner-elem .image img{
		max-height: 150px;
	}
	.services-banners-list .banner-elem .h2{
		font-size: 16px;
		line-height: 20px;
		max-height: 40px;
	}
}
/* End */


/* Start:/local/templates/dresscode/components/bitrix/form.result.new/modal-cervice/style.css?169044824511396*/
.service-form {
	background: #EEEEEE;
    border-radius: 7px;
    padding: 8% 9%;
    margin-top: 20px;
	margin-bottom: 30px;
}
.service-form h4{
      font-weight: 500;
    font-size: 28px;
    line-height: 25px;
    color: #555;
    font-family: 'robotoregular';
    margin-bottom: 20px;
}
.service-form p{
	font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #555;
    font-family: 'robotoregular';
}
.service-form .openWebFormModal {
	    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    background: #F85E04;
    border: 1px solid #F85E04;
    border-radius: 7px;
    padding: 20px 38px;
    text-decoration: none;
    margin-top: 35px;
    display: inline-block;
	transition:0.5s;
}
.service-form .openWebFormModal:hover {	 
    color: #F85E04;
    background: #fff;   
	transition:0.5s;
}
.webformModal{
    -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);
    position: fixed;
    color: #000000;
    overflow: hidden;
    display: none;
    z-index: 1000;
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
}

.webformModalHideScrollBar{
	position: relative;
	overflow: auto;
    height: 100%;
    width: 120%;
}

.webformModalcn100{
	position: relative;
	height: 100%;
	width: 100%;
	width: 100vw; /* css3 */
}
.webformModal.visible{
	display: block;
}

.webformModalContainer{
	box-shadow: 1px 1px 12px rgba(60, 60, 60, 0.3);
	transform: translateX(-50%) translateY(0%);
    /*transform: translateX(-50%) translateY(-50%);*/
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: none;
    animation-fill-mode: none;
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
    background-color: #ffffff;
    position: absolute;
   	-webkit-box-sizing: border-box;
   	-moz-box-sizing: border-box;
   	box-sizing: border-box;
   	margin-bottom: 24px;
    max-width: 500px;
    min-width: 320px;
    width: 100%;
    top: 24px;
    left: 50%;
}

.small .webformModalContainer{
	transform: translateX(-50%) translateY(-50%);
	margin-bottom: 0px;
	top: 50%;
}

.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;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

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

.webFormModalHeading{
    background-color: #424242;
    position: relative;
    text-align: center;
    line-height: 60px;
    font-size: 18px;
    color: #ffffff;
}

.webformModal .webFormModalHeadingExit{
	position: absolute;
	display: block;
	height: 21px;
	width: 21px;
    right: 20px;
    top: 20px;
}

.webformModal .webFormModalHeadingExit{
	background: url(/local/templates/dresscode/components/bitrix/form.result.new/modal-cervice/images/exit.png) 0 0 no-repeat transparent;
}

.webformModal .webFormModalHeadingExit:hover{
	background-position: 0 -21px ;
}

.webformModal .webFormModalHeadingExit:active{
	background-position: 0 -42px ;
}

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

.webformModal .webFormDescription{
	padding: 0 24px;
}

.webformModal .webFormItems,
.webformModal .webFormTools,
.webformModal .webFormError{
	padding: 0 24px;
}

.webFormItem{
	margin-top: 24px;
}

.webFormItemCaption{
	font-family: "robotoMedium";
	margin-bottom: 12px;
	line-height: 21px;
}

.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: 150px;
	outline: none;
	width: 100%;
}

.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"].error + label:before{
	border: 1px solid #ff0000 !important;
}

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

.webFormItemField input[type="radio"] + label:before {
	background: url(/local/templates/dresscode/components/bitrix/form.result.new/modal-cervice/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: 12px;
}

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

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

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

.webFormTools{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 24px;
}

.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;
	font-size: 14px;
	cursor: pointer;
	color: #ffffff;
	outline: none;
	height: 55px;
	width: 100%;
	padding: 0;
}

.webFormTools .tc:first-child{
	padding-right: 12px;
}

.webFormTools .tc:last-child{
	padding-left: 12px;
}

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

.webFormTools input[type="submit"].loading{
	background-image: url(/local/templates/dresscode/components/bitrix/form.result.new/modal-cervice/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"]{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	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;
}

.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;
    color: #000000;
    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;
}
@media all and (max-width: 1550px) {
	.service-form h4 {
		font-size: 22px;
	}
}

@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="reset"]{
		margin-bottom: 0px;
	}

}

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

	.webFormMessageContainer{
		margin-left: -200px;
		width: 400px;
	}

}

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

	.webFormMessageContainer{
		margin-left: -150px;
		width: 300px;
	}

}

@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/dresscode/components/dresscode/catalog/services/style.css?169038303111620 */
/* /local/templates/dresscode/components/bitrix/menu/personal/style.css?16760701541737 */
/* /local/templates/dresscode/components/dresscode/catalog/services/bitrix/catalog.section.list/.default/style.css?1671110187893 */
/* /local/templates/dresscode/components/bitrix/form.result.new/modal-cervice/style.css?169044824511396 */
