

/* 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 */
/* /local/templates/dresscode/components/dresscode/catalog/services/style.css?169038303111620 */
