

/* Start:/bitrix/components/bitrix/sale.location.selector.steps/templates/.default/style.css?16829684687149*/
/* absolute path to images is required to make crm-sale proxy work */

.bx-slst .dropdown-block {
	border: 1px solid #bdbdbd;
	border-radius: 2px;
	-webkit-box-shadow: inset 0 1px 2px #ebebeb;
	box-shadow: inset 0 1px 2px #ebebeb;
	font-size: 14px;
	padding: 0 22px 0 30px;
	position: relative;
	background-color: #fff;

	margin-bottom: 10px;
}
.bx-slst .dropdown-block:last-child {
	margin-bottom: 0;
}

.bx-slst .dropdown-arrow {
	background: url(/bitrix/components/bitrix/sale.location.selector.steps/templates/.default/images/dropdown-errow.png) no-repeat center center;
	height: 100%;
	top: 0;
	right: 0;
	position: absolute;
	width: 22px;
}

.bx-slst .bx-ui-combobox-fake,
.bx-slst .bx-ui-combobox-route {
	background: transparent !important;
	border: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;

	color: #000;
	font-family: var(--ui-font-family-primary, var(--ui-font-family-helvetica));
	font-size: 14px;
	height: 33px;
	width: 100%;
	outline: none;
	padding: 0;
}

.bx-slst .bx-ui-combobox-container {
	overflow: hidden;
}

.bx-slst .bx-ui-combobox-dropdown {
	border: 1px solid #bdbdbd;
	border-radius: 2px;
	-webkit-box-shadow: 0 2px 3px #c7c7c7;
	box-shadow: 0 2px 3px #c7c7c7;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: none;
	max-height: 200px;
	overflow-y: auto;
	left: 0;
	top: 35px;
	padding: 5px 5px 3px 5px;
	position: absolute;
	width: 100%;
}

.bx-slst .dropdown-active .bx-ui-combobox-dropdown {
	display: block;
}

.bx-slst .bx-ui-combobox-variants {
	list-style: none;
	margin: 0;
	padding: 0;
}

.bx-slst .dropdown-item {
	border-radius: 2px;
	padding: 7px 4px 7px 10px;
	margin-bottom: 2px;
}

.bx-slst .dropdown-item:hover {
	background-color: #f1f3f5;
	cursor: pointer;
}

.bx-slst .dropdown-img {
	border: none;
	display: inline-block;
	height: 12px;
	margin: 3px 12px 0 0;
	vertical-align: top;
	width: 16px;
}

.bx-slst .dropdown-item-text {
	/*makeup:color: #212121;*/
	color: #aba8ac;
	display: inline-block;
	/*max-width: 220px;*/ /*silly limitation*/
	vertical-align: top;
}

.bx-slst .dropdown-item-text span{
	color: #25282c;
}

.bx-slst .dropdown-list-title {
	border-bottom: 1px solid #e5e5e5;
	height: 37px;
	line-height: 37px;
	padding-left: 8px;
}

.bx-slst .dropdown-icon {
	background: url(/bitrix/components/bitrix/sale.location.selector.steps/templates/.default/images/lens.png) no-repeat center center;
	height: 14px;
	left: 10px;
	position: absolute;
	top: 10px;
	width: 14px;
}

.bx-slst .quick-locations{
	margin-bottom: 5px;
}
.bx-slst .quick-location-tag {
	background-color: #f2f5f8;
	border: 1px solid #cad3dc;
	border-radius: 3px;
	color: #1e55b9;
	display: inline-block;
	font-size: 15px;
	height: 27px;
	line-height: 26px;
	margin: 0 3px;
	padding: 0 14px;
	text-decoration: none;
	margin-bottom: 10px;
}
.bx-slst .quick-location-tag:hover{
	background-color: #fafafa;
}

.bx-slst .dropdown-fade2white{
	width: 32px;
	height: 31px;
	position: absolute;
	top: 2px;
	right: 0;

	background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 30%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(30%,rgba(255,255,255,1)));
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 30%);
	background: -o-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 30%);
	background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 30%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 30%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
}

.bx-slst .bx-ui-combobox-toggle{
	background: url(/bitrix/panel/main/images/bx-admin-sprite-small.png) 6px -2618px no-repeat scroll;
	width: 30px;
	height: 30px;
	cursor: pointer;
	cursor: hand;
	margin-top: 2px;

	position: absolute;
	top: 0px;
	right: 0px;
	display: block;
}
.bx-slst .bx-ui-combobox-toggle:hover{
	background-position: 6px -2696px;
}

.bx-slst .bx-ui-combobox-loader{
	background-image: url(/bitrix/panel/main/images/waiter-white.gif) !important;
	background-repeat: no-repeat !important;
	background-position: right -1px !important;

	width: 30px;
	height: 30px;

	position: absolute;
	top: 3px;
	right: 2px;
	display: none;
}

.bx-slst .bx-ui-combobox-go-edit{
	display: none;
}

.bx-slst .bx-ui-combobox-dropdown{
	max-height: 300px;
}

.bx-slst .bx-ui-pager-area {
	height: 40px;
	text-align: center;
	color: gray;
	padding: 10px 0 0 0;
}

.bx-slst input[type="text"]{
	position: relative;
}

.bx-slst input::-ms-clear {
	display: none;
}

.bx-slst .bx-ui-combobox-dropdown{
	background-color: #fff;
	z-index: 999;
	border: 1px solid #87919c;
}

.bx-slst .bx-ui-combobox-variant{
	cursor: pointer;
	cursor: hand;
}

.bx-slst .bx-ui-combobox-variant,
.bx-slst .bx-ui-combobox-error{
	padding: 10px 10px;
}
.bx-slst .bx-ui-combobox-error{
	color: #ff2222;
	padding-left: 30px;
	position: relative;
}
.bx-slst .bx-ui-combobox-error div{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 25px;
	height: 25px;
	background: url(/bitrix/panel/main/images/bx-admin-sprite-small.png) 6px -2895px no-repeat scroll;
}
.bx-slst .bx-ui-combobox-variant:hover,
.bx-slst .bx-ui-combobox-variant-active{
	background-color: #E0E8EA;
}

.adm-sls-edit-link{
	margin-top: 10px;
}

/* admin correction */
.bx-admin-mode .bx-sls-go-edit{
	margin-left: 10px;
	display: none;
}

.bx-admin-mode .dropdown-block {
	border-color: #87919c #959ea9 #9ea7b1;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.3), 0 2px 2px -1px rgba(180, 188, 191, 0.7) inset;
	box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.3), 0 2px 2px -1px rgba(180, 188, 191, 0.7) inset;
	height: 25px;
}

.bx-slst.bx-admin-mode .bx-ui-combobox-fake,
.bx-slst.bx-admin-mode .bx-ui-combobox-route {
	height: 25px;
}

.bx-slst.bx-admin-mode .dropdown-icon {
	top: 7px;
}

.bx-slst.bx-admin-mode .dropdown-fade2white {
	height: 22px;
}

.bx-slst.bx-admin-mode .dropdown-fade2white {
	right: 1px;
}

.bx-slst.bx-admin-mode .bx-ui-combobox-toggle {
	background-position: 6px -2623px;
	height: 22px;
}

/*
.bx-slst.bx-admin-mode .bx-ui-combobox-toggle:hover{
	background-position: 6px -3421px;
}
*/

.bx-slst.bx-admin-mode .bx-ui-combobox-loader {
	background-position: right -4px !important;
	height: 21px;
}

.bx-slst.bx-admin-mode .bx-ui-combobox-dropdown {
	top: 27px;
}

.bx-slst .bx-ui-state-items-discover-in-progress .bx-ui-combobox-loader{
	display: block;
}

.bx-ui-slst-pool select {
	margin: 10px 10px 0 0;
}

div[data-bx-ui-id="error"]{
	display: none;
}
.bx-ui-state-error div[data-bx-ui-id="error"] {
	display: block;
}
.bx-ui-slst-other-item,
.bx-ui-combobox-deselect-item {
	border-bottom: 1px solid gray;
}
.bx-ui-sls-tree-trunk{
	padding: 0 0 9px 30px;
}
.disabled-keyboard{
	cursor: pointer;
	cursor: hand;
}
.disabled-keyboard input{
	cursor: inherit;
}

.bx-ui-combobox-container .bx-combobox-fake-as-input{
	padding-top: 9px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* End */


/* Start:/local/templates/toyway_menu1_adapt/components/bitrix/sale.order.ajax/custom_order/style.css?157658933810168*/


textarea, input[type="text"], input[type="password"], select {
    border: 1px solid #858a93;
    color: #000;
}

div.person_type {
	margin-bottom: 10px;
}
div.person_type label {
    font-size: 12px;
    margin-right: 23px;
    vertical-align: middle;
}
div.person_type input[type="radio"] {
    vertical-align: middle;
}
.halfdiv .auth_login_field > span {
    width: 70px;
}


.auth_login_field input, .auth_login_field textarea {
    background: none repeat scroll 0 0 #fcfcfc;
    border-radius: 3px;
    box-shadow: 1px 1px 1px 0 #e0e0e0 inset;
    font-size: 16px;
    padding: 5px 10px;
}
.personal_block .auth_login_field {
    clear: both;
    display: block;
    margin-top: 10px;
}
.auth_login_field {
    margin-bottom: 5px;
}
.personal_block .halfdiv {
    float: left;
}


.personal_block .ur_comment span {
    clear: right;
    margin-bottom: 5px;
    margin-left: 85px;
    width: auto;
}

.auth_login_field textarea {
    clear: both;
    display: block;
    float: none;
    margin-left: 152px;
}
/*#delivery_map {
    margin-left: -465px;
    width: 930px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -253px;
}

div.close_button {
    background: url("/bitrix/templates/toyway_re/textstyle/close.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 30px;
    position: absolute;
    right: -15px;
    top: -15px;
    width: 30px;
}

*/
#order_form_content li span.delivery_price {
    color: gray;
}


.other_cities a {
    font-size: 12px;
}






.sof-req{color:red;}
.sof-ok{color:green; font-weight:bold;}

.new_station_info {
    display: none;
}

#deliv_sam input:checked + label + .new_station_info {
    display: block;
}


ul.steps {
    counter-reset: count;
    padding: 0;
    display: flex;
    justify-content: space-between;
}

ul.steps li::before {
    background: url('/local/templates/toyway_menu1_adapt/components/bitrix/sale.order.ajax/custom_order/images/circles.png') no-repeat;
    content: counter(count, decimal);
    display: inline-block;
    height: 20px;
    padding: 12px 17px;
    width: 40px;
}
ul.steps li.disable {
    cursor: default;
}
ul.steps li.disable::before {
    background-position: 0 -45px;
}
ul.steps li.active::before {
    background-position: 0 -90px;
    font-weight: bold;
    color: #fff;
}
ul.steps li {
    counter-increment: count;
    display: inline-block;
    /*cursor: pointer;*/
}
ul.steps li.active {
    /*font-weight: bold;*/
    cursor: default;
}
#order_basket {
    display: none;
}

.backward,
.forward {
    margin-top: 20px;
}
.forward {
    float: right;
}
.forward.disable,
.forward.disable:hover {
    background: #B4B4B4;
    border: 1px solid #a4a4a4;
    box-shadow: none;
    color: #fff;
    cursor: default;
}

input:invalid, textarea:invalid {
    box-shadow: 0 0 5px 0 red;
}

.price {
    white-space: nowrap;
}
#catalog_menu .menu_button {
    cursor: pointer;
    display: inline-block;
    font-size: 1.6em;
    line-height: 31px;
    margin-left: 47px;
    margin-top: 13px;
    position: relative;
}

#catalog_menu .menu_button::before {
    border-bottom: 18px double #ff658b;
    border-top: 6px solid #ff658b;
    content: "";
    display: block;
    height: 6px;
    position: absolute;
    right: 71px;
    width: 38px;
}
#side_order_basket {
    background: #fff;
    margin-top: 20px;
    width: 250px;
}
#side_order_basket .summary {
    border: 1px solid #7ccff7;
    padding: 13px;
    width: 100%;
}
#side_order_basket .summary > ul {
    margin: 0;
    padding: 0;
}
#side_order_basket .summary li {
    display: block;
    border-bottom: 1px dashed;
    position: relative;
    height: 32px;
}
#side_order_basket .summary li > span {
    background: #fff none repeat scroll 0 0;
    bottom: -5px;
    position: absolute;
    padding: 0 3px;
}
#side_order_basket .summary li > span:nth-child(2) {
    right: 0;
    font-size: 15px;
    font-weight: bold;
}
#side_order_basket .summary .forward {
    float: none;
    font-size: 16px;
    margin-top: 29px;
    padding: 0;
    width: 100%;
}
#side_order_basket.fixed {
    
    position: fixed;
    top: 20px;
    margin-top: 0;
}
.hidden {
    display: none !important;
}
#side_order_basket.fixed.bottom_fix {
    bottom: 0;
    position: absolute;
    top: auto;
}
.order_block {
    position: relative;
}

.order_date_time_container {
    display: flex;
    flex-wrap: wrap;
}
.order_date_time_container > div {
    flex-grow: 1;
}
.order_date_time_container > .can_deliv > .head {
    background: url("/local/templates/toyway_menu1_adapt/img/order_delivery.png") no-repeat 0 0;
    padding-left: 46px;
    line-height: 25px;
}
.order_date_time_container > .can_deliv > .date,
.order_date_time_container > .price > .value {
    font-size: 16px;
    margin: 10px 0 0 4px;
}
.order_date_time_container > .can_deliv > .time {
    margin: 5px 0 0 5px
}

.order_date_time_container > .price > .head {
    background: url("/local/templates/toyway_menu1_adapt/img/order_coins.png") no-repeat 0 0;
    padding-left: 30px;
    line-height: 25px;
}
.order_date_time_container > .change_date {
    background: url("/local/templates/toyway_menu1_adapt/img/order_calendar.png") no-repeat 0 0;
    padding-left: 34px;
    padding-bottom: 6px;
}
.order_date_time_container > .change_date a {
    color: #006cd1;
    text-decoration: underline;
}
.change_order_date .calendar_block {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 10px;
}
@media only screen and (max-width: 736px) {
    .change_order_date .calendar_block .calendar,
    .change_order_date .calendar_block .calendar .ui-datepicker {
        width: 100%;
    }
    .change_order_date .time_block {
        margin-left: 0 !important;
    }
    .change_order_date .time_block .close {
        position: static !important;
        margin: 10px 0;
        height: auto;
    }
    #time_actual, #date_actual {
        margin-top: 20px;
    }
    .order_date_time_container > .change_date {
        margin-top: 35px;
    }
}
#time_actual,
#date_actual {
    color: #999;
    font-size: 18px;
}
#time_actual span,
#date_actual span {
    color: #000;
    font-weight: bold;
}
.change_order_date .time_block {
    min-width: 285px;
    margin-left: 64px;
    position: relative;
}
.change_order_date .time_block .close {
    width: 94%;
    bottom: 0;
    position: absolute;
    background-image: none;
}
#calendar_container {
    margin-top: 19px;
}
#del_time {
    list-style-type: none;
    font-size: 16px;
    margin: 27px 0;
    padding: 0;
}
#del_time li {
    padding: 14px 0;
}

.order_notice {
    color: red;
    font-size: 15px;
    position: absolute;
    right: 20px;
    top: 10px;
}
.notice_block {
    box-shadow: 0 0 5px 1px red inset;
}


.select-wrapper, .select-wrapper select {
    width: 280px;
}
.select-wrapper {
    background: #fff url("/local/templates/toyway_menu1_adapt/components/bitrix/sale.order.ajax/custom_order/images/arrow_down.png") no-repeat scroll right center;
    border: 1px solid #999999;
    border-radius: 6px;
    /*box-shadow: 0 0 8px 1px #ccc;*/
    position: relative;
    float: right;
}
.moscow_no_moscow {
	display: flex;
    align-items: flex-start;
}
.moscow_title {
	color: #30a9e2;
    font-size: x-large;
	margin-top: 0px;
}
.select-wrapper select {
    -moz-appearance: none;
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    height: 38px;
    padding: 0 20px 0 7px;
}
#deliv_sam ul.moscow, #deliv_dost ul.moscow, #deliv_sam ul.no_moscow, #deliv_dost ul.no_moscow {
	float:left;
	width: 50% ;
	margin-top: 0px;
}
#deliv_sam ul.moscow li, #deliv_dost ul.moscow li, #deliv_sam ul.no_moscow li, #deliv_dost ul.no_moscow li {
	min-width: 100%;
    max-width: 100%;
}
@media (max-width: 799px){
    #deliv_sam ul.moscow li, #deliv_dost ul.moscow li, #deliv_sam ul.no_moscow li, #deliv_dost ul.no_moscow li {
        padding: 0;
    }
    #deliv_sam input:checked + label + .new_station_info {
        width: 100%;
        margin-top: 5px;
    }
    #deliv_sam input:checked + label + .new_station_info:before {
        display: block;
        content: " ";
        width: 14px;
        height: 26px;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        margin-top: -26px;
        background: url(/local/templates/toyway_menu1_adapt/img/station_info_left.png);
    }
    #deliv_sam input:checked + label + .new_station_info> .close {
        position: initial;
        float: right;
    }
    #deliv_sam input:checked + label + .new_station_info> .close .sprite{
        background-position: -291px -173px;
        height: 9px;
        width: 11px;
    }
    #deliv_sam input:checked + label + .new_station_info .new_station_info_left {
        display:none;
    }
	.moscow_no_moscow {
		flex-direction: column;
	}
	#deliv_sam ul.moscow, #deliv_dost ul.moscow, #deliv_sam ul.no_moscow, #deliv_dost ul.no_moscow {
		width: 100% ;
	}
}
.logo_boxb
{
    margin-top: -10px;
    display: block;
    margin-bottom: 10px;
    /*float: right;*/
}

a.choose_on_map
{
    float: none !important;
    font-size: 13px !important;
}

.block_ddr
{
    margin-bottom: 10px;
    margin-top: 10px;
}

.l_pvz_b
{
    text-decoration: none;
    border-bottom: 1px dashed black;
    color: black !important;
    font-size: 13px;
}

.l_pvz_b::before
{
    content: "";
    width: 23px;
    height: 29px;
    background: url(/local/templates/toyway_menu1_adapt/img/spritesheet.png) no-repeat -77px -52px;
    float: left;
    margin: 0 6px 0 0;
}

.gr_pvz_addr
{
    margin-top: 10px;
    margin-botom: 10px;
}

#deliv_sam .delivery_st
{
    max-width: 50%;
    display: block;
}

#order_form_content #deliv_sam ul li
{
    min-width: 40%;
}


.field_whatsapp {
    padding-top: 10px;
}
.field_whatsapp  [type="checkbox"] {
    display: none;
}
/*.field_whatsapp  [type="checkbox"] + label:after {
    content: " ";
    display: inline-block;
    float: left;
    width: 19px;
    height: 19px;
    margin: 4px 12px 0 0;
    border: 1px solid #dedede;
    cursor: pointer;
}
.field_whatsapp  [type="checkbox"]:checked + label:before {
    content: " ";
    width: 19px;
    height: 19px;
    margin: 4px 12px 0 0;
    background-color: #00a2d1;
    background-size: calc(100% - 2px);
    background-position: center;
    background-repeat: no-repeat;
}*/
/* End */


/* Start:/bitrix/components/bitrix/system.show_message/templates/.default/style.css?149510429864*/
font.errortext
{
	color:red;
}

font.notetext
{
	color:green;
}

/* End */


/* Start:/local/templates/toyway_menu1_adapt/components/altasib/geobase.select.city/order_change/style.css?157527916715329*/
.altasib_geobase_link{
	display:block;
	line-height:21px;
	text-decoration:none;
}
.altasib_geobase_link .altasib_geobase_link_city{
	border-bottom:1px dashed;
	cursor:pointer;
	font-weight:bold;
	white-space:normal;
}
.altasib_geobase_link .altasib_geobase_link_city:hover,.altasib_geobase_link_city:active{
	border-bottom:1px dashed #333333;
	color:#333333;
}
#altasib_geobase_info{
	position:absolute;
	display:none;
	width:372px;
	z-index:999;
	border:0;
	background-color:#fff;
	max-height:306px;
	overflow-y:scroll!important;
}
#altasib_geobase_info div{
	padding:8px 6px;
	font:normal 14px Tahoma;
	color:#8c8c8c;
	border-bottom:1px solid #eaeaea;
}
#altasib_geobase_info div:hover{
	background-color:#e6ecef;
	cursor:pointer;
}
div.altasib_geobase_focus{
	background-color:#e6ecef;
}
#altasib_geobase_close{
	float:right;
	position:relative;
}
#altasib_geobase_close a{
	background:url("/local/templates/toyway_menu1_adapt/components/altasib/geobase.select.city/order_change/images/close.png") no-repeat;
	position:absolute;
	right:-15px;
	top:-13px;
	display:block;
	font-size:1px;
	height:30px;
	line-height:1px;
	width:30px;
}
#altasib_geobase_close a:hover{
	background-position:0 -30px;
}
strong.altasib_geobase_light{
	font:bold 14px Tahoma;
	color:#333333;
}
#altasib_geobase_popup .altasib_geobase_pu_i{
	color:#444444!important;
	margin:0 20px;
	padding:23px 0 5px;
}
.altasib_geobase_city .altasib_geobase_clear{
	clear:both;
}
#altasib_geobase_popup{
	top:140px;
	margin:0 auto;
	background:none repeat scroll 0 0 #FFFFFF;
	width:521px;
	border:0 solid #ffffff;
	border-radius:5px;
	box-shadow:0 1px 10px #969696;
	-moz-box-shadow:0 1px 10px #969696;
	-webkit-box-shadow:0 1px 10px #969696;
}
.altasib_geobase_city .altasib_geobase_ttl{
	color:#333333;
	font:bold 14px Tahoma;
	margin:0 0 16px;
}
.altasib_geobase_city .altasib_geobase_title2{
	color:#333333;
	font:normal 14px Tahoma;
	padding:0 0 12px;
}
.altasib_geobase_city .altasib_geobase_find{
	border-radius:3px;
	margin:2px 135px 35px 0;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.altasib_geobase_city .altasib_geobase_find input{
	color:#808080;
	font:14px/17px "Helvetica Neue",Helvetica,Arial,sans-serif!important;
	width:65%;
	background:none repeat scroll 0 0 #F7F7F7;
	border:1px solid #808080;
	border-radius:2px;
	-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.075) inset;
	        box-shadow:0 1px 1px rgba(0,0,0,0.075) inset;
	color:#363636;
	font-size:13px;
	font-style:normal;
	height:auto;
	line-height:16px;
	padding:4px 8px;
	-webkit-transition:border 0.2s linear 0s,-webkit-box-shadow 0.2s linear 0s;
	transition:border 0.2s linear 0s,-webkit-box-shadow 0.2s linear 0s;
	transition:border 0.2s linear 0s,box-shadow 0.2s linear 0s;
	transition:border 0.2s linear 0s,box-shadow 0.2s linear 0s,-webkit-box-shadow 0.2s linear 0s;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.altasib_geobase_city .altasib_geobase_find input:focus{
	color:#333333;
	border-color:#d8d8d8;
	-webkit-box-shadow:0 1px 1px #fee3a2 inset,0 0 8px #fee3a2;
	        box-shadow:0 1px 1px #fee3a2 inset,0 0 8px #fee3a2;
	outline:medium none;
}
.altasib_geobase_city .altasib_geobase_cities{
	margin:0 0 20px;
	padding-bottom:10px;
}
@media (max-width:400px){
	.altasib_geobase_city .altasib_geobase_cities ul{
		column-count:1;
		-moz-column-count:1;
		-webkit-column-count:1;
	}
}
.altasib_geobase_city .altasib_geobase_cities ul{
	list-style-type:none;
	padding:0;
}
.altasib_geobase_city .altasib_geobase_cities ul.altasib_geobase_list_ie{
	float:left;
	list-style:none outside none;
	padding:0;
	width:33%;
}
.altasib_geobase_city .altasib_geobase_cities ul.altasib_geobase_fst{
	column-count:3;
	-moz-column-count:3;
	-webkit-column-count:3;
	margin:0;
}
.altasib_geobase_city .altasib_geobase_cities ul li{
	margin-bottom:6px;
	padding:0;
}
.altasib_geobase_city .altasib_geobase_cities ul li a{
	display:block;
	padding-right:10px;
	display:inline-block;
	border-bottom:1px solid transparent;
}
.altasib_geobase_city .altasib_geobase_cities ul li a:hover{
	color:#333333;
}
.altasib_geobase_city .altasib_geobase_cities ul li,.altasib_geobase_city .altasib_geobase_cities ul li a{
	color:#3f9dd4;
	font:normal 14px Tahoma;
	text-decoration:none;
}
.altasib_geobase_city .altasib_geobase_cities ul li.let a:first-letter{
	color:#ED1C24;
	font-weight:bold;
}
.altasib_geobase_city .altasib_geobase_cities ul li.altasib_geobase_act a{
	color:#333333;
	font-weight:bold;
}
.altasib_geobase_city .altasib_geobase_cities ul li.emp{
	height:17px;
}
.altasib_geobase_city .altasib_geobase_cutting .cutit a,.altasib_geobase_city .altasib_geobase_cutting .uncutit a{
	border-bottom:1px dashed #ED1C24;
	color:#ED1C24;
	font-size:12px;
	line-height:15px;
	margin:0 0 0 350px;
	text-decoration:none;
}
.altasib_geobase_city .altasib_geobase_cutting .cutit a{
	font-weight:normal;
}
.altasib_geobase_city .altasib_geobase_cutting .uncutit a{
	font-weight:bold;
}
.altasib_geobase_city .altasib_geobase_cutting .cutit{
	display:none;
}
.altasib_geobase_city .altasib_geobase_cutting .uncutit span{
	background:url("/local/templates/toyway_menu1_adapt/components/altasib/geobase.select.city/order_change/images/red_up.gif") no-repeat scroll center center;
	font-size:12px;
	line-height:15px;
	padding:0 3px;
}
.altasib_geobase_city .altasib_geobase_cutting .cutit span{
	background:url("/local/templates/toyway_menu1_adapt/components/altasib/geobase.select.city/order_change/images/red_up.gif") no-repeat scroll center center;
	font-size:12px;
	line-height:15px;
	padding:0 3px;
}
.altasib_geobase_city .altasib_geobase_cutting.uncutted .cutit{
	display:block;
}
.altasib_geobase_city .altasib_geobase_cutting.uncutted .uncutit{
	display:none;
}
a#altasib_geobase_btn{
	/*background:url("/local/templates/toyway_menu1_adapt/components/altasib/geobase.select.city/order_change/images/buttons.png");*/
	color:#883e25;
	background: #ffe71b;
    /*border: 1px solid #ffe71b;*/
    border-radius: 6px;
	cursor:pointer;
	display:block;
	float:right;
	font:normal 12px Tahoma;
	width:109px;
	padding-top:5px;
	margin-top:2px;
	text-align:center;
	text-decoration:none;
	height:27px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
a#altasib_geobase_btn:hover{
	background-position:0 -28px;
}
a#altasib_geobase_btn.altasib_geobase_disabled,a#altasib_geobase_btn.altasib_geobase_disabled:hover,a#altasib_geobase_btn.altasib_geobase_disabled:active{
	/*background:url("/local/templates/toyway_menu1_adapt/components/altasib/geobase.select.city/order_change/images/buttons.png") no-repeat;*/
	background: #eaeaea;
	background-position:0 -55px;
	cursor:default;
	color:#8d8d8d;
	/*text-shadow:1px 1px #883e25;*/
	height:30px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
#altasib_geobase_win{
	display:none;
	top:9%;
	left:0;
	color:#000000;
	margin:0;
	padding:0;
	width:100%;
	z-index:10000;
	height:100%;
	position:fixed;
}
#altasib_geobase_popup_back{
	background-color:#000000;
	display:none;
	height:100%;
	left:0;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=30);
	-moz-opacity:0.3;
	-khtml-opacity:0.3;
	opacity:0.3;
	position:fixed;
	top:0;
	width:100%;
	z-index:9999;
	-webkit-transition:opacity 400ms;
	transition:opacity 400ms;
}



.altasib_geobase_mb_link{
	display:inline;
	line-height:21px;
	text-decoration:none;
}
.altasib_geobase_mb_link .altasib_geobase_mb_link_city{
	border-bottom:1px dashed;
	cursor:pointer;
	font-weight:bold;
}
.altasib_geobase_mb_link .altasib_geobase_mb_link_city:hover,.altasib_geobase_mb_link_city:active{
	border-bottom:1px dashed #333333;
	color:#333333;
}
#altasib_geobase_mb_info{
	position:absolute;
	display:none;
	width:372px;
	max-height:340px;
	z-index:999;
	border:0;
	background-color:#fff;
	overflow-y:scroll;
}
#altasib_geobase_mb_info div{
	padding:8px 6px;
	font:normal 14px Tahoma;
	color:#8c8c8c;
	border-bottom:1px solid #eaeaea;
}
div.altasib_geobase_mb_focus{
	background-color:#e6ecef;
}
#altasib_geobase_mb_close{
	float:right;
	position:relative;
}
#altasib_geobase_mb_close a{
	background:url("/local/templates/toyway_menu1_adapt/components/altasib/geobase.select.city/order_change/images/close.png") no-repeat;
	position:absolute;
	right:10px;
	top:9px;
	display:block;
	font-size:1px;
	height:30px;
	line-height:1px;
	width:30px;
}
strong.altasib_geobase_mb_light{
	font:bold 14px Tahoma;
	color:#333333;
}
#altasib_geobase_mb_popup .altasib_geobase_mb_pu_i{
	color:#444444!important;
	padding-bottom:5px;
}
.altasib_geobase_mb_city .altasib_geobase_mb_clear{
	clear:both;
}
#altasib_geobase_mb_popup{
	top:140px;
	margin:0 auto;
	background:none repeat scroll 0 0 #FFFFFF;
	width:521px;
	border:0 solid #ffffff;
	border-radius:5px;
	box-shadow:0 1px 10px #969696;
	-moz-box-shadow:0 1px 10px #969696;
	-webkit-box-shadow:0 1px 10px #969696;
}
.altasib_geobase_mb_ttl{
	color:#333333;
	font:bold 14px Tahoma;
	margin:0 0 16px;
	padding:23px 20px 0;
}
.altasib_geobase_mb_city .altasib_geobase_mb_title2{
	color:#333333;
	font:normal 14px Tahoma;
	padding:0 0 12px;
}
.altasib_geobase_mb_city .altasib_geobase_mb_find{
	margin:2px 14px 15px 0;
	padding:0 20px;
}
.altasib_geobase_mb_city .altasib_geobase_mb_find input{
	color:#808080;
	font:14px/17px "Helvetica Neue",Helvetica,Arial,sans-serif!important;
	width:99%;
	background:none repeat scroll 0 0 #F5F5F5;
	border:1px solid #eaeaea;
	border-radius:5px;
	-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.075) inset;
	        box-shadow:0 1px 1px rgba(0,0,0,0.075) inset;
	color:#363636;
	font-size:13px;
	font-style:normal;
	height:auto;
	line-height:16px;
	padding:12px 8px;
	-webkit-transition:border 0.2s linear 0s,-webkit-box-shadow 0.2s linear 0s;
	transition:border 0.2s linear 0s,-webkit-box-shadow 0.2s linear 0s;
	transition:border 0.2s linear 0s,box-shadow 0.2s linear 0s;
	transition:border 0.2s linear 0s,box-shadow 0.2s linear 0s,-webkit-box-shadow 0.2s linear 0s;
}
.altasib_geobase_mb_city .altasib_geobase_mb_find input:focus{
	color:#333333;
	border-color:#d8d8d8;
	-webkit-box-shadow:0 1px 1px #fee3a2 inset,0 0 8px #fee3a2;
	        box-shadow:0 1px 1px #fee3a2 inset,0 0 8px #fee3a2;
	outline:medium none;
}
.altasib_geobase_mb_city .altasib_geobase_mb_cities{
	margin:0 0 20px;
	height:214px;
	padding-bottom:10px;
	overflow-y:hidden;
}
.altasib_geobase_mb_city .altasib_geobase_mb_cities ul{
	list-style-type:none;
	padding:0;
	border-top:1px solid #eaeaea;
}
.altasib_geobase_mb_city .altasib_geobase_mb_cities ul.altasib_geobase_mb_list_ie{
	float:left;
	list-style:none outside none;
	margin:0 0 0 -15px;
	padding:0;
	width:33%;
}
.altasib_geobase_mb_city .altasib_geobase_mb_cities ul li{
	padding:0;
	border-bottom:1px solid #eaeaea;
}
.altasib_geobase_mb_city .altasib_geobase_mb_cities ul li a{
	display:inline-block;
	padding:11px 10px 11px 20px;
	border-bottom:1px solid transparent;
}
.altasib_geobase_mb_city .altasib_geobase_mb_cities ul li,.altasib_geobase_mb_city .altasib_geobase_mb_cities ul li a{
	color:#333333;
	font:normal 16px Tahoma;
	text-decoration:none;
}
.altasib_geobase_mb_city .altasib_geobase_mb_cities ul li.let a:first-letter{
	color:#ED1C24;
	font-weight:bold;
}
.altasib_geobase_mb_city .altasib_geobase_mb_cities ul li.altasib_geobase_mb_act,.altasib_geobase_mb_city .altasib_geobase_mb_cities ul li.altasib_geobase_mb_act a{
	color:#ffffff;
	font-weight:bold;
	font-size:16px;
	background-color:#fdb407;
}
.altasib_geobase_mb_city .altasib_geobase_mb_cities ul li.emp{
	height:17px;
}
.altasib_geobase_mb_city .altasib_geobase_mb_cutting .cutit a,.altasib_geobase_mb_city .altasib_geobase_mb_cutting .uncutit a{
	border-bottom:1px dashed #ED1C24;
	color:#ED1C24;
	font-size:12px;
	line-height:15px;
	margin:0 0 0 350px;
	text-decoration:none;
}
.altasib_geobase_mb_city .altasib_geobase_mb_cutting .cutit a{
	font-weight:normal;
}
.altasib_geobase_mb_city .altasib_geobase_mb_cutting .uncutit a{
	font-weight:bold;
}
.altasib_geobase_mb_city .altasib_geobase_mb_cutting .cutit{
	display:none;
}
.altasib_geobase_mb_city .altasib_geobase_mb_cutting .uncutit span{
	background:url("/local/templates/toyway_menu1_adapt/components/altasib/geobase.select.city/order_change/images/red_up.gif") no-repeat scroll center center;
	font-size:12px;
	line-height:15px;
	padding:0 3px;
}
.altasib_geobase_mb_city .altasib_geobase_mb_cutting .cutit span{
	background:url("/local/templates/toyway_menu1_adapt/components/altasib/geobase.select.city/order_change/images/red_up.gif") no-repeat scroll center center;
	font-size:12px;
	line-height:15px;
	padding:0 3px;
}
.altasib_geobase_mb_city .altasib_geobase_mb_cutting.uncutted .cutit{
	display:block;
}
.altasib_geobase_mb_city .altasib_geobase_mb_cutting.uncutted .uncutit{
	display:none;
}
a#altasib_geobase_mb_btn,a#all_cities_button_mobile{
	background:url("/local/templates/toyway_menu1_adapt/components/altasib/geobase.select.city/order_change/images/button_mobile.png") no-repeat;
	color:#ffffff;
	cursor:pointer;
	display:block;
	font:bold 16px Tahoma;
	height:43px!important;
	width:176px;
	padding-top:13px;
	margin-bottom:15px;
	margin-left:20px;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
}
a#altasib_geobase_mb_btn.altasib_geobase_mb_disabled,a#altasib_geobase_mb_btn.altasib_geobase_mb_disabled:active{
	display:none;
}
#altasib_geobase_mb_win{
	display:none;
	top:5%;
	left:0;
	color:#000000;
	margin:0;
	padding:0;
	width:100%;
	z-index:10001;
	height:100%;
	position:fixed;
}
#altasib_geobase_mb_popup_back{
	background-color:#000000;
	display:none;
	height:100%;
	left:0;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=30);
	-moz-opacity:0.3;
	-khtml-opacity:0.3;
	opacity:0.3;
	position:fixed;
	top:0;
	width:100%;
	z-index:9999;
	-webkit-transition:opacity 400ms;
	transition:opacity 400ms;
}
@media screen and (max-height:480px) and (orientation:	landscape){
	a#all_cities_button_mobile{
		display:none;
	}
	#altasib_geobase_mb_info{
		width:372px;
	}
	.altasib_geobase_mb_city .altasib_geobase_mb_cities{
		height:80px;
		overflow-y:scroll;
	}
}
@media screen and (max-width:480px){
	#altasib_geobase_mb_popup{
		width:320px;
	}
	a#altasib_geobase_mb_btn{
		margin-left:12px;
	}
	#altasib_geobase_mb_info{
		width:296px;
	}
	.altasib_geobase_mb_ttl{
		font-size:16px;
		margin:0 0 15px;
		padding:23px 12px 0;
	}
	.altasib_geobase_mb_city .altasib_geobase_mb_find{
		padding:0 12px;
	}
	.altasib_geobase_mb_city .altasib_geobase_mb_find input{
		padding:12px 8px;
		font-size:16px;
	}
	.altasib_geobase_mb_city .altasib_geobase_mb_cities ul li a{
		padding-left:12px;
	}
}


.altasib_geobase_city .altasib_geobase_cities ul li, .altasib_geobase_city .altasib_geobase_cities ul li a {
	text-align:center;
}
.altasib_geobase_city .altasib_geobase_find input{
	color: #000;
    background: #fff;
    border: 1px solid #d0d0d0;
    padding: 8px 5px;
    border-radius: 7px;
}
a#altasib_geobase_btn, a#altasib_geobase_btn.altasib_geobase_disabled, a#altasib_geobase_btn.altasib_geobase_disabled:hover, a#altasib_geobase_btn.altasib_geobase_disabled:active {
	padding: 10px 16px;
    height: initial;
    width: initial;
    background: #00a2d1;
    color: #fff;
    text-shadow: initial;
	cursor: pointer;
}


.altasib_geobase_city
{
	max-width: 590px;
	width: 90%;
}

.altasib_geobase_find
{
	border-radius: 3px;
	margin: 2px 135px 35px 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.altasib_geobase_city .altasib_geobase_find input
{
	color: #000;
	background: #fff;
	border: 1px solid #d0d0d0;
	padding: 8px 5px;
	border-radius: 7px;
	font: 14px/17px "Helvetica Neue",Helvetica,Arial,sans-serif!important;
	width: 70%;
	box-shadow: 0 1px 1px rgba(0,0,0,0.075) inset;
	font-size: 13px;
	font-style: normal;
	line-height: 16px;
	transition: border 0.2s linear 0s,box-shadow 0.2s linear 0s,-webkit-box-shadow 0.2s linear 0s;
	box-sizing: border-box;
	height: 35px;
}

.altasib_geobase_city  #altasib_geobase_btn
{
	border-bottom: none;
}

@media only screen and (max-width: 600px)
{
	#city_select .altasib_geobase_city #altasib_geobase_btn
	{
		margin-right: -6px;
	}

	#city_select .altasib_geobase_city
	{
		margin-bottom: 80px
	}
}

/* End */


/* Start:/bitrix/components/bitrix/sale.ajax.locations/templates/.default/style.css?149510925146*/
.sale_locations_fixed{
	margin-bottom: 10px;
}
/* End */
/* /bitrix/components/bitrix/sale.location.selector.steps/templates/.default/style.css?16829684687149 */
/* /local/templates/toyway_menu1_adapt/components/bitrix/sale.order.ajax/custom_order/style.css?157658933810168 */
/* /bitrix/components/bitrix/system.show_message/templates/.default/style.css?149510429864 */
/* /local/templates/toyway_menu1_adapt/components/altasib/geobase.select.city/order_change/style.css?157527916715329 */
/* /bitrix/components/bitrix/sale.ajax.locations/templates/.default/style.css?149510925146 */
