

/* Start:/local/templates/dresscodeV2/components/bitrix/menu/personal/style.css?17482538182781*/
#personalMenu{
	border-bottom: 1px solid #f1f1f1;
	margin: 0 0 24px 0;
	overflow: hidden;
	list-style: none;
	padding: 0;
    display: flex;
    flex-wrap: wrap;
}

#personalMenu li{
	margin-bottom: 24px;
	margin-right: 24px;
	float: left;
}
@media (max-width:480px){

#personalMenu li{

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

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

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

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

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



#mainProfile .formgroup-container-line{
display:flex;
gap:55px;
    width: 100%;
flex-wrap:wrap;
}
@media (max-width:600px){
#mainProfile .formgroup-container-line {

  gap: 0;

}
}
#mainProfile  input[type="text"], #mainProfile  input[type="password"] {
    -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;
    background-color: #f3f3f3;
    margin-bottom: 12px;
    min-width: 180px;
    padding: 0 12px;
    height: 48px;
    width: 100%;
    border: 0;
}
#mainProfile  .submit {
    width: 261px;
height: 57px;
border:none;
background: #ED1C24;
border-radius: 110px;
color:white;
text-align:center;
line-height:57px;
cursor:pointer;
font-size: 15px;
}
#mainProfile p{
max-width:300px;

}
#mainProfile p.content-container{
max-width:none !important;

}
@media (max-width:600px){

#mainProfile p{
max-width:100%;

}
}
.formgroup-container{
position:relative;
}
#sendcode{
position:absolute;
width: 130px;
height: 40px;

background: #ED1C24;
border-radius: 45px;
color:white;
text-align:center;
line-height:40px;
cursor:pointer;
top:25px;
right:0;
}
#sendcode.disabled{
background: #DCDBDB;
}
#mainProfile #code, #mainProfile #phone{
width:460px;
}
@media (max-width:480px){

#mainProfile #code, #mainProfile #phone{
width:100%;
}
}
.popup-phone__recipient-notes {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: center;
    color: #999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    justify-content: space-between;
}
.formfooter{
display:flex;
align-items: center;
margin:30px 0 80px 0;
justify-content: space-around;
flex-wrap:wrap;
}
.orderdesk__types{
margin-bottom:30px;
flex-wrap:wrap;
}

#message1{
	color:red;
    margin-top: 6px;
    width:460px;
}
/* End */


/* Start:/local/components/dresscode/simple.offers/templates/.default/style.css?1748253819956*/
#nextSection{
	border-right: 1px solid #e7e8ea;
	border-left: 1px solid #e7e8ea;
	border-top: 1px solid #e7e8ea;
	margin-bottom: 24px;
	border-radius: 4px;
	margin-top: 24px;
}

#nextSection .title{
	background-color: #f3f3f3;
	text-transform: uppercase;
	text-align: center;
	padding-bottom: 12px;
	padding-top: 12px;
	cursor: pointer;
	font-size: 14px;
	display: block;
}

#nextSection ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

#nextSection li,
#nextSection .title{
	border-bottom: 1px solid #e7e8ea;
}

#nextSection 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-decoration: none;
	display: inline-block;
    padding: 12px 24px;
	font-size: 13px;
	color: #000000;
	text-transform: uppercase;
}

#nextSection li a:hover,
#nextSection li .selected{
	color: #ffa800;
}

#nextSection li .cnt{
	color: #888888;
	float: right;
}
#catalogColumn {
	margin-bottom: 20px;
}
/* End */


/* 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 */
/* /local/templates/dresscodeV2/components/bitrix/menu/personal/style.css?17482538182781 */
/* /local/components/dresscode/simple.offers/templates/.default/style.css?1748253819956 */
/* /local/templates/dresscodeV2/components/bitrix/system.pagenavigation/.default/style.css?17482538182724 */
