

/* Start:/local/templates/.default/components/bitrix/system.pagenavigation/new_pagination/style.css?17383285918447*/
.button-show-more-wrapper{
	word-spacing: initial;
	width: 100%;
	height: 50px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	border-bottom:1px solid #E0E0E0;
	position: relative;
}

.button-show-more-wrapper a,
.button-show-more-wrapper a:visited,
.button-show-more-wrapper a:active{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: 0.5s all;
    text-decoration: none;
    font-family: Arial;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    color: #770EDA !important;
    font-weight: bold;
}
.show-more-load{
	cursor: wait;
}
.button-show-more-wrapper a:hover{
	background: #F5EBFF;
}

.breab-crumb-wrapper{
	width: 100%;
	height: 50px;
}

.pagination{
	height: 50px;
	margin-bottom: 0;
	display: -ms-flexbox;
	display: flex;
	padding-left: 0;
	list-style: none;
	border-radius: .25rem;
	justify-content: center;
}

.pagination li{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    border-bottom: 3px solid transparent;
    padding: 0px 6px;
    border: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    text-decoration: none !important;
    font-family: Arial;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    font-weight: bold;
    color: #770EDA !important;
    width: 50px;
    height: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.pagination li.active {
    border-bottom: 2px solid #770EDA;
    background: none;
    padding: 11px 0px 8px;
    height: 28px;
    margin: 0 5px;
}


.page-item.active .page-link {
	z-index: 1;
	color: #770EDA;
	background-color: transparent;
}

.page-link {
    padding: 0px 6px;
    border: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    text-decoration: none !important;
    font-family: Arial;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    font-weight: bold;
    color: #770EDA !important;
    width: 50px;
    height: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.prev-icon{
	width: 6px;
	height: 12px;
	background-image: url('/local/templates/.default/components/bitrix/system.pagenavigation/new_pagination/./images/prev-icon.png');
}

.next-icon{
	width: 6px;
	height: 12px;
	transform: rotate(-180deg);
	background-image: url('/local/templates/.default/components/bitrix/system.pagenavigation/new_pagination/./images/prev-icon.png');
}

.next-icon-double{
	width: 12px;
	height: 12px;
	transform: rotate(-180deg);
	background-image: url('/local/templates/.default/components/bitrix/system.pagenavigation/new_pagination/./images/prev-icon.png');
}

.prev-icon-double{
	width: 12px;
	height: 12px;
	background-image: url('/local/templates/.default/components/bitrix/system.pagenavigation/new_pagination/./images/prev-icon.png');
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0,0,0,0);
	white-space: nowrap;
	border: 0;
}
.page-item.next-buttom{
    width: 9px;
    margin: 0 10px 0 24px;
}
.page-item.next-buttom-double, .page-item.prev-buttom-double {
    width: 13px;
    margin: 0;
}
.page-item.prev-buttom {
    width: 9px;
    margin: 0px 23px 0 13px;
}

.page-link:hover, .pagination li.active:hover{
    background: #F5EBFF;
}
.page-item.prev-buttom:hover .page-link, .page-item.next-buttom:hover .page-link{
    background: #F5EBFF;
    padding: 0px 17px 0 17px;
}
.page-item.prev-buttom-double:hover .page-link, .page-item.next-buttom-double:hover .page-link {
    background: #F5EBFF;
    padding: 0px 14px 0 14px;
}

@media (max-width: 480px) {
	.button-show-more-wrapper {
		border-top: 1px solid #E0E0E0;
	}
	.page-link{
		padding: 0 15px;
	}
	.pagination li {
	    width: 30px;
	}
	.page-item.prev-buttom {
	    margin: 0px 6px 0 1px;
	}
	.page-item.next-buttom  {
	    margin: 0px 1px 0 6px;
	}
	.pagination li.active {
	    padding: 11px 4px 8px;
	    margin: 0 1px;
	}
}
@media (max-width: 400px) {
	.page-link{
		padding: 0 13px;
	}
	.pagination li {
	    width: 18px;
	}
	.page-item.prev-buttom {
	    margin: 0px 6px 0 1px;
	}
	.page-item.next-buttom  {
	    margin: 0px 1px 0 6px;
	}
	.pagination li.active {
	    padding: 11px 4px 8px;
	    margin: 0 1px;
	}
}
@media (max-width: 320px) {
	.page-link{
		padding: 0 10px;
	}
	.pagination li {
	    width: 18px;
	}
	.page-item.prev-buttom {
	    margin: 0px 6px 0 1px;
	}
	.page-item.next-buttom  {
	    margin: 0px 1px 0 6px;
	}
	.pagination li.active {
	    padding: 11px 4px 8px;
	    margin: 0 1px;
	}
}

/* стили для лоадера  */
.main-layout{height:100vh;width:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:rgba(0,0,0,.7)}.main-layout,.main-layout .d-flex{display:-webkit-box;display:-ms-flexbox;display:flex}.main-layout .justify-content-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.main-layout .align-items-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.main-layout .block{margin:10px;-webkit-animation-name:spin;animation-name:spin;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-timing-function:linear;animation-timing-function:linear}.main-layout .block svg{width:45.27px;height:43px}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}
/* конец стилей для лоадера
animation-duration:1s - задает скорость вращения
*/

.main-layout {
	height: auto;
	background: none;
    border: none;
    padding: 0;
}
.modal-body {
	padding: 0px;
}

.modal-content {
	background-color: inherit;
	border: none;
}

.show {
	display: block !important;
}

.fade, .show, .modal, .modal.fade .modal-dialog{
	transition: inherit;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.fade.show {
    opacity: 1;
}

.fade, .show, .modal, .modal.fade .modal-dialog {
    transition: inherit;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
}

.fade {
    opacity: 0;
    transition: opacity .15s linear;
}

.fade, .show, .modal, .modal.fade .modal-dialog {
    transition: inherit;
}

.fade, .show, .modal, .modal.fade .modal-dialog {
    transition: inherit;
}

.modal.show .modal-dialog {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
}



.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2));
    margin: 0 auto !important;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none;
}

.modal-content {
    background-color: inherit;
    border: none;
}

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    border-radius: .3rem;
    outline: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none;
}

.modal-backdrop.active {
	position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
    opacity: 0.5 !important;
}

@media (min-width: 576px) {
	.modal-dialog-centered {
	    min-height: calc(100% - (1.75rem * 2));
	}

	.modal-dialog {
	    max-width: 500px;
	    margin: 1.75rem auto;
	}
}
.pagination {
    margin-top: 0 !important;
}

#tcontt {
padding-bottom:0 !important;
}
#res10 {
    top: -20px !important;
}

/* End */


/* Start:/local/templates/.default/components/sside/catalog.section/velo.zimnie.sub/style.css?175198721018547*/
.issetclubcard {
    position: absolute;
    margin-top: 57px;
}
.clickbasket li a.colorprop {
    border: 0;
}
.catalog-item-table .catalog-item-ac.catalog-item-banner {
    margin-left: -12px;
}
.foto_img1 img{
    width: auto;
    height: inherit;
    height: -webkit-fill-available;
    margin-left: 26px;
}
.foto_img1 a {
    width: inherit;
    height: inherit;
}
.odezhda .catalog-boots-pad {
    width: 288px !important;
}
.odezhda .products-sizes {
    width: 226px !important;;
}
.odezhda .catalog-item-tr td {
    width: 33.33%;
    padding: 10px 0 5px 0;
    float: left;
    position: relative;
    min-height: 200px;
    margin-bottom: 20px;
    border-bottom: 1px solid gainsboro;
}
.cathit {
    background: #ff9000;
    text-align: center;
    color: #FFF;
    height: 23px;
    width: 64px;
    padding: 5px 0 0 0;
    font-weight: bold;
    font-size: 15px;
    margin: 0 auto;
    position: relative;
    cursor: pointer;
}
.cathitnew {
    width: 108px;
    height: 80px;
    position: absolute;
    top: 0px;
    right: 0px;
    text-align: center;
}

.cathit {
    background: #ff9000;
    text-align: center;
    color: #FFF;
    height: 23px;
    width: 64px;
    padding: 5px 0 0 0;
    font-weight: bold;
    font-size: 15px;
    margin: 0 auto;
    position: relative;
}

.catnew {
    background: #ff9000;
    text-align: center;
    color: #FFF;
    height: 22px;
    width: 100px;
    padding: 4px 0 0 0;
    font-weight: bold;
    font-size: 15px;
    position: relative;
    margin: 6px 0 0 0;
}

.catnew .bord_r, .cathit .bord_r, .secimg .bord_r {
    background: url('/i/bord_r.png');
    position: absolute;
    top: 4px;
    right: -4px;
    height: 22px;
    width: 4px;
}

.cathit .bord_r {
    height: 24px;
}

.catnew .bord_b, .cathitnew .cathit .bord_b, .secimg .bord_b {
    background: url('/i/bord_b.png');
    position: absolute;
    bottom: -4px;
    left: 4px;
    height: 4px;
    width: 100%;
}
.catalog-boots-pad {
    padding-bottom: 22px;
}

.infoakciacat {
    border: 1px solid rgb(221, 225, 160);
    background: rgb(252, 249, 213);
    position: relative;
    display: none;
    padding: 10px;
    z-index: 1000;
    text-align: center;
}
.infoakciacat {width: 443px;}
.odezhda .infoakciacat {width: 289px;margin-bottom: -4px;}
.infoakciacat  {
	margin-top: 6px;
}

.infoakciacat ~ .infoakciacat {
	margin-top: 0px;
}
.infoakciyatov {
    border: 1px solid rgb(221, 225, 160);
    background: rgb(252, 249, 213);
    position: absolute;
    z-index: 2;
    display: none;
    width: 330px;
    font-size: 14px;
    margin-left: 60px;
    padding: 10px;
    text-align: center;
}
.infoakciyatov:before {
    position: absolute;
    top: 8px;
    left: -10px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 10px solid #dde1a0;
    border-bottom: 10px solid transparent;
    background: 0 0;
    content: '';
}
td:hover .infoakciacat{display:inline-block;}
#top_b {
  display: block !important;
}
.firstakcia:before {
    position: absolute;
    top: 1px;
    left: 48%;
    width: 0;
    height: 0;
    border: 12px solid transparent;
    border-top-color: inherit;
    margin: 0;
    padding: 0;
    float: left;
    transform: rotate(180deg) translate(0,25px);
    -webkit-transform: rotate(180deg) translate(0,25px);
    -moz-transform: rotate(180deg) translate(0,25px);
    -o-transform: rotate(180deg) translate(0,25px);
    -ms-transform: rotate(180deg) translate(0,25px) translate(0,25px);
    content: '';
}

li a.colorprop {
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    position: relative;
    margin-right: 10px;
    border: 5px solid #fff;
}
.products-sizes {
    width: 200px;
    float: left;
    text-align: left;
}
.products-sizes li {
    display: inline-block;
    font-size: 17px;
    line-height: 2.1;
}
.products-sizes ul{
    padding: 6px 0 0 0;
    margin: 0;
}
.cat-h1{
    position: absolute;
    z-index: 1;
    text-align: center;
    width: 945px;
    font-size: 9px;
    text-transform: uppercase;
    color: #fff;
    top: -58px;
    left: 0px;
    background-color: #006fa8;
    border: 5px solid #fff;
    box-shadow: 5px 4px 0px 0px #869cad;
    -moz-box-shadow: 5px 4px 0px rgba(59,72,82,.27);
    -webkit-box-shadow: 5px 4px 0px rgba(59,72,82,.27);
}
.cat-h1 h1 {margin: 6px;}
#tcont {
    margin-top: 56px;
}
.select_wrapper {
    top: -129px !important;
}

#top_b {
  display: block !important;
}
.cathitnew .byclick {
width: 108px !important;
}
.byclick {width:146px !important;}
.catalog-item-buy div {width:136px !important;}
@media (min-width: 1041px)
{
.byclick:hover .info {
display: block;
}
.byclick:hover .infoakcia {
display: block;
}
}
.info {border: 1px solid rgb(221, 225, 160);
background: rgb(252, 249, 213);
position: absolute;
display: none;
margin: 8px;
padding: 10px;
right: -6px;
margin-right: initial;
z-index: 1000;
text-align: center;}
@media (min-width: 1041px)
{
.byclick:hover .info {
display: block;
}
.byclick:hover .infoakcia {
display: block;
}
#question {display:none;}
}
#question {border: 1px solid rgb(221, 225, 160);
background: rgb(252, 249, 213);
position: absolute;
z-index: 10000;
color: #505050;
font-size: 16px;
float: right;
right: -42px;
top: 0px;
width: 8px;
padding: 6px 12px;
}
@media (max-width: 1040px)
{
.info {
display: none !important;
}
}
.info {border: 1px solid rgb(221, 225, 160);
background: rgb(252, 249, 213);
position: absolute;
display: none;
margin: 10px;
padding: 10px;
text-align: center;}

.info1 {
border: 1px solid rgb(221, 225, 160);
background: rgb(252, 249, 213);
position: absolute;
display: none;
margin: 14px;
padding: 10px;
right: -1px;
margin-right: initial;
z-index: 1000;
text-align: center;
}

.infoakcia {
border: 1px solid rgb(221, 225, 160);
background: rgb(252, 249, 213);
position: absolute;
display: none;
margin: 7px;
width: 255px;
padding: 10px;
right: -1px;
margin-right: initial;
z-index: 1000;
text-align: center;
}
.size {min-width: 42px;
  margin-right: 7px;
  margin-bottom: 7px;
padding-top: 5px;
  padding-bottom: 0px;
  height: 20px;  text-align: center;
  float: left;
  background-color: #f7f7f7;
  border: 2px solid #00a8ff;
  line-height: 1;
  cursor: pointer;
  color: #00a8ff;}
.ibbot-color:hover .info {
display: block;
}
.notavailable a{color: #888888 !important;}
.size:hover{
background-color: #fd8d2a;
border: 2px solid #fd8d2a;
color:#fff !important;
}
.chosen-size a, .size:hover a{
color:#fff !important;
}
#rosovkiblock .available-sizes {padding-top: 11px;}
#rosovkiblock .available-sizes .size{margin-right: 4px;}
.size a{
margin-left:1px !important;
margin-right:1px !important;
}
.ibbot td {
  vertical-align: middle !important;
}
.notavailable:hover a{color: #888888 !important;}
.info {
border: 1px solid rgb(221, 225, 160);
background: rgb(252, 249, 213);
position: absolute;
z-index: 100;
display: none;
margin: -5px 10px 22px 0px;
padding: 8px;
text-align: center;
}
#rosovktext .form b a {
background-color: #f7f7f7;
padding: 3px 11px 3px 12px;
border: 2px solid #00a8ff;
line-height: 1;
cursor: pointer;
text-decoration: none;
color: #00a8ff;
}
#rosovktext .form b a:hover{
background-color: #fd8d2a;
border: 2px solid #fd8d2a;
color:#fff;
}
.notavailable {
border: 2px solid #888888 !important;
color: #888888 !important;
cursor:default !important;text-decoration: line-through;
}
.notavailable:hover {
background: #f7f7f7 !important;text-decoration: line-through;
}
.wrapper-boots {
    -webkit-column-width: 150px;
    column-width: 150px;
    position:relative;
height: 65px;
}
.wrapper-boots::after {
content: '';
position: absolute;
right: 0;
bottom: 8px;
width: 100%;
height: 16px;
background: -moz-linear-gradient(top, rgba(255,255,255, 0.2), #fff 100%);
background: -webkit-linear-gradient(top, rgba(255,255,255, 0.2), #fff 100%);
background: -o-linear-gradient(top, rgba(255,255,0, 255.2), #fff 100%);
background: -ms-linear-gradient(top, rgba(255,255,255, 0.2), #fff 100%);
background: linear-gradient(to bottom, rgba(255,255,255, 0.2), #fff 100%);
}

.select_wrapper .chosen-size {background-color: #fd8d2a !important;;
border: 2px solid #fff !important;;
color: #fff !important;;}

#rosovktext .form b a {
background-color: #f7f7f7;
padding: 3px 11px 3px 12px;
border: 2px solid #00a8ff;
line-height: 1;
cursor: pointer;
text-decoration: none;
color: #00a8ff;
}
#rosovktext .form b a:hover{
background-color: #fd8d2a;
border: 2px solid #fd8d2a;
color:#fff;
}
.notavailable {
border: 2px solid #888888 !important;
color: #888888 !important;
cursor:default !important;text-decoration: line-through;
}
.notavailable:hover {
background: #f7f7f7 !important;text-decoration: line-through;
}
.chosen-color {border: 2px solid #fd8d2a !important;}
.chosen-size {background-color: #fd8d2a !important;;
border: 2px solid #fd8d2a !important;;
color: #fff !important;;}
.chosen-color .check {background: url(/i/check.png);
height: 15px;
width: 20px;
position: absolute;
margin-top: 13px;
margin-left: 4px;
}
.color {
padding: 4px 11px;
}
div.catalog-item-title {
min-height: 32px;
}
.catalog-item-title .cathitnew {
top: -8px !important;
right: -5px !important;
}
.catalog-price-boots .cathitnew {
right: -11px !important;
}
.small1 {width:750px;}
.small2 {width:750px;}
.seriiros {
width: 290px !important;
margin: 0 5px 0 0 !important;
}
#res10 {
position: relative;
top: -50px;
}
.closeCartModal1 {
float: right;
right: 0;
position: absolute;
right: 0px;
text-decoration: none;
display: block4;
background: #00a8ff;
color: white !important;
width: 18px;
font-size: 13px;
text-align: center;
height: 19px;
}
.closeCartModal1.secondOne {
top: -10px;
cursor: pointer;
position: absolute;
right: -10px;
background: #00a8ff !important;
}

#rosovktext1 {
position: fixed;
left: 50%;
top: 50%;
margin: -60px 0 0 -110px;
width: 250px !important;
min-height: 120px !important;
background: #FFF;
border: 10px solid #00a8ff !important;
z-index: 2005 !important;
display: none;
color: #1f33a3 !important;
padding: 10px;
}

#resp7 b {
position: absolute;
z-index: 2001;
bottom: 0px;
padding: 7px 10px 0 10px;
top: 43px;
left: 0px;
width: 250px;
background: #FFFFFF;
height: 45px;
display: block;
color: #0060aa;
font-size: 100%;
font-weight: bold;
}

.button10 span {
position: absolute;
z-index: 2001;
bottom: 0px;
padding: 7px 10px 0 10px;
top: 100px;
width: 80px;
background: #0060aa;
height: 25px;
display: block;
color: #fff;
font-size: 100%;
font-weight: bold;
box-shadow: 3px 3px 0px 0px #cccccc;
}
#rosovktext {
z-index: 2000 !important;
width: 250px !important;
min-height: 120px !important;
border: 10px solid #00a8ff !important;
color: #1f33a3 !important;
}
.closeCartModal.secondOne {
background: #00a8ff !important;
}
div.catalog-item-title a.small {
font-size: 15px !important;
-webkit-appearance: none;
}
div.catalog-item-title {
margin-bottom: 1em !important;
}
div.catalog-item-params {
margin-top: 1em !important;
}
.button span {
padding: 7px 10px 8px 10px;
background: #0060aa;
height: 25px;
color: #fff;
font-weight: bold;
box-shadow: 3px 3px 0px 0px #cccccc;
}
#top_b #ccc {
background: none !important;

}
.catalog-price {
	 color:red;
}
div.catalog-section table td {
	padding-right:10px;
	padding-top:10px;
}
div.catalog-item
{
border-bottom: 1px solid gainsboro;
}
.banner  {display:none;}
#ccc1 {
z-index:99;
left:2px;
width:941px;
padding-left: 0px;
border:5px solid #00a8ff;
background-color:#fff;
box-shadow: 5px 4px 0px 0px #869cad;

-moz-box-shadow: 5px 4px 0px rgba(59,72,82,.27);
  -webkit-box-shadow: 5px 4px 0px rgba(59,72,82,.27);}


@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation:portrait) {
div.catalog-item-title a.small {font-size: 9px !important;}
}

/* iphone 4 */
@media only screen and (min-device-width : 640px) and (max-device-width : 960px) and (orientation:portrait) {
div.catalog-item-title a.small {font-size: 9px !important;}
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation:landscape) {
div.catalog-item-title a.small {font-size: 9px !important;}
}

/* iphone 4 */
@media only screen and (min-device-width : 640px) and (max-device-width : 960px) and (orientation:landscape) {
div.catalog-item-title a.small {font-size: 9px !important;}
}

/*iPad styles*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:landscape) {
div.catalog-item-title a.small {font-size: 14px !important;}
}

/*iPad styles*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:portrait) {
div.catalog-item-title a.small {font-size: 14px !important;}
}

body {
background: url(/i/velo-bg.jpg) no-repeat top center fixed;
background-color: #17190c !important;
}
.ibdescr {
float: left;
width: 615px;
padding-left: 0px;
padding-right: 10px;
}

.ibstb2 {
width: 299px;
padding-right: 2px;
}
.ibbot {
width: 300px;
float: none;
margin-right: 0px;
}
.ibbot td{
vertical-align: baseline;
}
#tcontt2 .ibbot a{
background-color: #f7f7f7;
padding: 3px 11px 3px 12px;
border: 2px solid #00a8ff;
line-height: 1;
cursor: pointer;
color:#00a8ff;
}
#tcontt2 .ibbot a:hover{
background-color: #fd8d2a;
border: 2px solid #fd8d2a;
color:#fff;
}
#tcontt .ibbot-color a{
padding: 4px 0px;
border: 2px solid #888888;
line-height: 3;
cursor: pointer;
}
#tcontt .ibbot-color a:hover{
border: 2px solid #fd8d2a;
}
#uwid {
width: 300px;
}
.urst {
width: 30px;
}
.ibcont2 {
padding-left: 0px;
padding-top: 10px;
}
.urst div.ugrc {
width: 24px;
height: 24px;
}
.urst div.ugrcg {
width: 21px;
height: 24px;
}
.onoff {
width: 302px;
padding-top: 17px;
float: none;
}
.on1 {
padding: 2px 29px;
}
.off1 {
padding: 2px 32px;
}
.on3 {
text-align: right;
width: 116px;
}
.off3 {
text-align: right;
width: 113px;
}
#otzyv {
width: 440px;
margin-left: 10px;
}
#mcont-otzyv {
border-top: none;
padding: 0px;
}
.ibbot-color {width: 300px;}
.button span {
bottom: 0px;
line-height: 2;
padding: 0px 10px 0 10px;
width: 80px;
background: #0060aa;
display: block;
height: 28px;
color: #fff;
font-size: 100%;
font-weight: bold;
box-shadow: 3px 3px 0px 0px #cccccc;}
.cathitnew .cathit {
    color: #FFF;
    height: 23px;
    width: 64px;
    padding: 5px 0 0 0;
    font-weight: bold;
    font-size: 15px;
    margin: 0 auto;
    position: relative;
    margin-right: 3px !important;
}
.boots-param span.boots-har {
    padding-top: 10px;
    float: none;
    clear: both;
}
.zakazmess {
	position: absolute;
	font-family: Arial;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 18px;
	color: #B2B2B2;
	margin: 21px 0 14px 6px;
}
.zakazmess:before {
    background-image: url(/i/zakaz.png);
    width: 16px;
    height: 16px;
    background-position: 0;
    content: '';
    display: inline-block;
    vertical-align: middle;
    position: relative;
    left: -6px;
    top: -2px;
}
.nalichiemess {
	position: absolute;
	font-family: Arial;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 18px;
	color: #169E40;
	margin: 21px 0 14px 6px;
}
.nalichiemess:before {
    background-image: url(/i/nalichie.png);
    width: 16px;
    height: 16px;
    background-position: 0;
    content: '';
    display: inline-block;
    vertical-align: middle;
    position: relative;
    left: -6px;
    top: -2px;
}
.question.hint {
    background-image: url(/i/question.png);
    width: 16px;
    height: 16px;
    background-position: 0;
    content: '';
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.info {
    display: none;
}
.hint:hover .info {
    display: block !important;
}
.odezhda .catalog-item-table tr {
    display: flex !important;
}
.odezhda .catalog-item-table tr td {
    width: 33.33%;
    padding: 10px 0 5px 0;
    float: left;
    position: relative;
}

.catalog-price-boots .specialprices.speccat {
    position: relative !important;
    right: 4px !important;
    height: 45px;
    bottom: 0 !important;
    z-index: 12 !important;
    text-align: left !important;
    background-color: #f5e525;
    padding: 9px 9px 0 0;
    margin-bottom: 6px;
    width: 150px !important;
}
.catalog-price-boots .speccat .cardprice div {
    font-weight: 600;
    position: relative;
    text-align: left;
    margin-top: 5px;
    left: 41px;
    color: black;
    font-size: 15px;
    width: 50px;
    float: left;
}
.catalog-price-boots .speccat .cardprice b {
    background-color: inherit !important;
    color: black !important;
    right: 0;
    position: relative !important;
    width: 76px;
    margin-top: 23px !important;
    margin-right: -5px !important;
    font-size: 18px !important;
}
.catalog-price-boots .cathitnew.withcard {
    top: 103px !important;
}

.zakazmess .hint .info:before {
    position: absolute;
    top: 1px;
    left: 233px;
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-top-color: inherit;
    margin: 0;
    padding: 0;
    float: left;
    transform: rotate(270deg) translate(0,25px);
    -webkit-transform: rotate(270deg) translate(0,25px);
    -moz-transform: rotate(270deg) translate(0,25px);
    -o-transform: rotate(270deg) translate(0,25px);
    -ms-transform: rotate(270deg) translate(0,25px) translate(0,25px);
    content: '';
}
.zakazmess .hint .info {
    border: 1px solid #E0E0E0;
    background: #fff;
    color: #000;
    width: 239px;
    font-size: 14px;
    position: relative;
    left: -265px;
    margin-top: -1px;
    padding: 9px;
    z-index: 10000;
    -moz-box-shadow: 1px 1px 3px rgba(0,0,0,.25);
    -webkit-box-shadow: 1px 1px 3px rgb(0 0 0 / 25%);
    box-shadow: 1px 1px 3px rgb(0 0 0 / 25%);

}

/* End */


/* Start:/local/templates/.default/components/bitrix/main.include/template3/style.css?17383285919364*/
.card {
    line-height: 21px !important;
    font-size: 16px !important;
}
.slider1 .item {
    width: 100%;
}
.slider1 .sliderContent {
    height: 174px !important;
}
.orange1 {
    font-family: Arial;
    line-height: normal !important;
    font-size: 10px !important;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FB8D3A;
    font-weight: 700;
    padding: 0;
}
.cardnumber {
    position: absolute;
    right: 18px;
    margin-top: -57px;
}
.salesblock.orangeb .grafsalefilled{
    height: 20px;
    background: #FB8D3A;
    position: relative;
    margin-top: -53px;
    margin-bottom: 29px;
    text-align: center;
    color: #fff;
    font-size: 10px;
    padding-top: 5px;
    box-sizing: border-box;
}
.salesblock.blueb .grafsalefilled{
    height: 20px;
    background: #1DAAFC;
    position: relative;
    margin-top: -53px;
    margin-bottom: 29px;
    text-align: center;
    color: #fff;
    font-size: 10px;
    padding-top: 5px;
    box-sizing: border-box;
}
.salesblock {
    font-size: 18px;
    margin-top: 16px;
}
.salesblock.orangeb span {
    color: #FB8D3A;
    font-weight: 700;
}
.salesblock.blueb span {
    color: #1DAAFC;
    font-weight: 700;
}
.salesblock.orangeb .grafsale {
    background: url(/bitrix/images/Group25.png) center no-repeat;
    width: 98%;
    height: 86px;
}
.salesblock.blueb .grafsale {
    background: url(/bitrix/images/Group22.png) center no-repeat;
    width: 98%;
    height: 86px;
}
.smallblack {
    line-height: 20px !important;
    font-size: 14px !important;
    color: #000000;
    margin: 0 !important;
}
#congrat a{display:none;}
.cardtitle {
    font-family: Arial;
    line-height: normal !important;
    font-size: 18px !important;
    color: #000000;padding-top: 1px;
}
.cardgrey {
    font-family: Arial;
    line-height: normal !important;
    font-size: 14px !important;
    color: #000000;
    opacity: 0.5;
}

.popuppersonal input[type=text] {
    width: 316px;
    height: 47px;
    left: 397px;
    margin-top: 10px;
    float: left;
    border: 1px solid #000 !important;
}
.popuppersonal input[type=text] {
    line-height: normal;font-size: 14px !important;
    padding: 4px 10px !important;
    border: 2px solid #E5E5E5 !important;
    width: 341px;
    height: 48px;
    box-sizing: border-box;
}
.popuppersonal .personaltit, .popuppersonal .orange {
    margin-top: 3px;
    padding-bottom: 8px;
    margin-bottom: 16px;
}
.closepers:before {
    font-family: Arial,"Helvetica CY","Nimbus Sans L",sans-serif!important;
    font-size: 22px;
    line-height: 22px;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 35px;
    content: "\00d7";
    text-align: center;
}
.popuppersonal {display:none;}
#aboutstatus .alert-danger1 {
    height:auto;
    margin-top: -250px;
}
#aboutstatus .personalstatus {
    text-align: left;
}
#aboutstatus span {
    background: #09498D;
    color: #fff;
    padding: 7px 17px;
}
#aboutstatus span.pblue {background: #1DAAFC;}
#aboutstatus span.pred {background: #FA2E34;}
#aboutstatus span.pviolet {background: #7624D7;}
#aboutstatus span.pblack {background: #000;}

.closepers {
    position: absolute;
    z-index: 1;
    top: 5px;
    right: 0px;
    display: block;
    overflow: visible;
    width: 35px;
    height: 35px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    transition: color .2s;
    text-decoration: none;
    color: #000000 !important
    border: 0;
    font-size: 0;
    outline: 0;
    background: transparent;
    background: #fff !important;
    opacity: 0.5;
}
.popuppersonal .sendsmsalert {
    line-height: 26px;
    font-size: 18px;
}
.popuppersonal .button, .buttonorange, .buttonblue{
    width: 280px;
    height: 48px;
    background: #F7F7F7;
    border: 2px solid #FB8D3A !important;
    color: #FB8D3A !important;
    box-sizing: border-box;
    float: right;
    font-family: Arial;
    line-height: normal;
    font-size: 18px !important;
    text-align: center;
    margin-bottom: 0 !important;
    margin-top: 10px !important;
}
.popuppersonal .alert-danger1 {
    position: fixed;
    width: 645px;
    height: auto;
    left: 50%;
    top: 45% !important;
    margin-left: -340px;
    padding: 18px;
    background: #FFFFFF;
    z-index: 2000;
}
.popuppersonal .button, .buttonorange, .buttonblue{
    background: #FB8D3A;
    border: 2px solid #FB8D3A !important;
    color: #F7F7F7 !important;
}
.buttonorange, .buttonblue {
    background: #fff;
    padding: 11px;
    width: 313px;
}

#congrat.popuppersonal .sendsmsalert {
    margin-bottom: 15px;
}
.buttonorange {float:left;}
.popuppersonal .buttonblue {
    border: 2px solid #1DAAFC !important;
    color: #1DAAFC !important;
}
.popuppersonal a {
    color: #FB8D3A !important;text-decoration: none;
}
.confirmalerterror.alert-danger{
    text-align: center;
    padding-top: 9px;
}
.confirmalert.alert-success{
    text-align: center;
    margin-top: -8px;
}
.clb {
    clear: both;
}


#subscribebanner .buttonorange{
    width: 400px;
    height: 48px;
    left: 397px;
    top: 495px;
    background: #F7F7F7;
    box-sizing: border-box;
    color: #FB8D3A !important;
    text-decoration: none;
}
.user_status{
    color: #fd8d2c;
}
.personal {
    background: #f7f7f7;
    margin: 0 !important;
    padding: 14px 0 14px 0;

}
.personaltit, .popuppersonal .orange {
    font-family: Arial;
    line-height: normal !important;
    font-size: 24px !important;
    margin-left: 0 !important;
    color: #000000;
    width: 100%;
    border-bottom: 2px solid #000;
    padding-bottom: 6px;
}
.popuppersonal p {
    margin-left: 0 !important;
}
.personaldata {
    font-size: 18px;
    float: left;
}
.personalstatus {
    float: right;
    text-align: right;
    margin-top: 10px;
}
.personalstatus p span{
    background: #09498D;
    color: #fff;
    padding: 7px 17px;
}
.personalstatus p{
    padding-bottom: 10px;
}
.personalstatus a {
    font-size: 12px;
    text-decoration-line: underline;
    color: #000000 !important;
    opacity: 0.4;
}
#aboutstatus .alert-danger1 {
    position: absolute;
    width: 645px;
    left: 272px;
    top: 598px;
    margin-left: 0;
    padding: 18px;
    background: #FFFFFF;
    z-index: 2000;
}
#aboutstatus a.pblue {color: #1DAAFC !important;}
#aboutstatus a.pred {color: #FA2E34 !important;}
#aboutstatus a.pviolet {color: #7624D7 !important;}
#aboutstatus a.pblack {color: #000 !important;}
#aboutstatus a {margin-left: 12px;opacity: 0.5;}
h1.personaltit {
    font-size: 36px;
    font-weight: 500;
    padding-top: 11px;
}
.errorphone, .confirmalerterror {
    color: red;
    line-height: 16px;
    font-size: 13px;
    position: absolute;
    margin-top: -34px;
    margin-bottom: -12px;
    border: 1px solid red;
    border-radius: 5px;
    padding: 9px 15px;
    background-color: #ffd7d7;
    width: 181px;
    display:none;
}
.errorphone:after, .confirmalerterror:after {
    position: absolute;
    top: 35px;
    left: 14px;
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-top: 8px solid red;
    background: 0 0;
    content: '';
    cursor: pointer;
}
.maincard h1.personaltit{
    padding: 0;
    margin: 0;
}
.maincard .maincardlogo {
    background: url(/bitrix/images/Group10.png) center no-repeat;
    width: 80px;
    height: 80px;
    position: absolute;
    right: 18px;
    margin-top: -97px;
}

.maincard p.orange {
    display: none;
}
.bluetit  {
    list-style: none;
    padding: 0;
}
.bluetit li {
    font-size: 10px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #1DAAFC;
    display: inline-block;
    font-weight: 600;
    width: 32%;
}
.bluetit li:after {
    content: "";
    background: url(/bitrix/images/Vector.png) center no-repeat;
    width: 80px;
    height: 80px;
    position: absolute;
    margin-top: -35px;
}
.bluetit li:last-child:after {
  content: none;
}
.bluetit.imgtit li:after {
    content: "";
    background: url(/bitrix/images/logo4.png) center no-repeat;
    width: 175px;
    height: 200px;
    position: absolute;
    margin-top: -148px;
}
.bluetit.imgtit li:last-child:after {
  content: '';
}
.bluetit.imgtit {
    padding: 144px 0 50px;
}
.bluetit.imgtit li b {
    position: absolute;
    margin-top: -145px;
    height: 29px;
    width: 49px;
    text-align: center;
    z-index: 1;
    color: #fff;
    background: #09498D;
    box-sizing: border-box;
    padding-top: 6px;
    font-size: 14px;
    box-shadow: 3px 3px 0px #CCCCCC;
    font-weight: 500;
}
.bluetit.imgtit li span{
    position: absolute;
    margin-top: 21px;
    height: 29px;
    width: 79px;
    text-align: center;
    z-index: 1;
    color: #7624D7;
    background: #fff;
    box-sizing: border-box;
    padding-top: 5px;
    font-size: 14px;
    box-shadow: 3px 3px 0px #CCCCCC;
    border: 1px solid #CCCCCC;
    font-weight: 500;
}
.bluetit.imgtit li:first-child b {
    background: #000;
}
.bluetit.imgtit li:last-child b {
    background: #FA2E34;
}
#tcontt .lk-content p.size18 {
    line-height: 26px;
    font-size: 18px;
}
.popuppersonal .button:hover, .buttonorange:hover, .buttonblue:hover {
    opacity: 0.7;
}
.cardtitle .error {
    font-size: inherit !important;
}
.clbcard {
    clear: both;
    text-align: center;
    font-size: 20px;
}
.popuppersonal a.closepers{
    color: #000000 !important;
    display: block !important;
}
/* End */
/* /local/templates/.default/components/bitrix/system.pagenavigation/new_pagination/style.css?17383285918447 */
/* /local/templates/.default/components/sside/catalog.section/velo.zimnie.sub/style.css?175198721018547 */
/* /local/templates/.default/components/bitrix/main.include/template3/style.css?17383285919364 */
