

/* Start:/local/templates/b2bcabinet/components/bitrix/system.pagenavigation/.default/style.css?16933032822384*/
.main-ui-pagination {
	font-size: 11px;
	text-transform: uppercase;
	display: table;
	text-align: center;
}

.main-ui-pagination-pages,
.main-ui-pagination-label,
.main-ui-pagination-pages-list,
.main-ui-pagination-page,
.main-ui-pagination-arrows,
.main-ui-pagination-arrow {
	display: inline-block;
}

.main-ui-pagination-arrows {
	margin-left: 10px;
	margin-right: 10px;
}

.main-ui-pagination-arrow {
	position: relative;
	margin-right: 15px;
	margin-left: 30px;
}

.main-ui-pagination-arrow:last-child {
	margin-left: 0;
	margin-right: 30px;
}


.main-ui-pagination-arrow.main-ui-pagination-next::before,
.main-ui-pagination-arrow.main-ui-pagination-prev::before,
.main-ui-pagination-arrow.main-ui-pagination-next::after,
.main-ui-pagination-arrow.main-ui-pagination-prev::after {
	background: #5c6470;
	display: inline-block;
	position: absolute;
	width: 2px;
	height: 7px;
	content: '';
}

a.main-ui-pagination-arrow.main-ui-pagination-next::before,
a.main-ui-pagination-arrow.main-ui-pagination-prev::before,
a.main-ui-pagination-arrow.main-ui-pagination-next::after,
a.main-ui-pagination-arrow.main-ui-pagination-prev::after {
	background: #2067b0;
}

.main-ui-pagination-arrow.main-ui-pagination-prev::before {
	left: -10px;
	top: 2px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.main-ui-pagination-arrow.main-ui-pagination-prev::after {
	left: -10px;
	top: 7px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.main-ui-pagination-arrow.main-ui-pagination-next::before {
	right: -10px;
	top: 2px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.main-ui-pagination-arrow.main-ui-pagination-next::after {
	right: -10px;
	top: 7px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.main-ui-pagination-page {
	padding-left: 4px;
	padding-right: 3px;
}

.main-ui-pagination-page.main-ui-pagination-active {
	color: #000000;
}
/* End */


/* Start:/local/templates/b2bcabinet/components/bitrix/news.list/b2b_main_banner/style.css?16933032823033*/
.profile-cover-img.swiper-slide {
    height: 100%;
}

.profile-cover {
    position: relative;
    padding-top: 21%;
    width: 100%;
}
.swiper-b2b-main-page {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.profile-cover .media.profile__wrap {
    z-index: 99;
}

.profile__icon-wrap {
    width: 6.25rem;
    height: 6.25rem;
    background-color: #fff;
    overflow: hidden;
    border-radius: 50%;
}

.profile-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*SWIPER*/

.swiper-b2b-main-page .btn-slider-main {
    display: block;
}

/*.swiper-b2b-main-page:hover .btn-slider-main {*/
/*    display: block; }*/

.btn-slider-main {
    position: absolute;
    top: calc(50% - 32px);
    width: 32px;
    height: 64px;
    margin: 0;
    padding: 0;
    font-size: 0;
    background-color: rgba(0, 0, 0, 0.3);
    border: none;
    border-top-right-radius: 32px;
    border-bottom-right-radius: 32px;
    z-index: 10;
    cursor: pointer;
}

.btn-slider-main::before {
    content: '';
    position: absolute;
    top: calc(50% - 6px);
    left: calc(50% - 6px);
    display: block;
    width: 12px;
    height: 12px;
    border-bottom: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.btn-slider-main.btn-slider-main--prev {
    left: 0;
}

.btn-slider-main.btn-slider-main--next {
    right: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

/*.btn-slider-main.btn-slider-main--disabled.swiper-button-disabled {*/
/*    display: none !important; }*/
.swiper-b2b-main-page > .slider-pagination.swiper-pagination-bullets {
    position: absolute;
    bottom: 10px;
    left: 0;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}

.slider-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background: #FFFFFF;
    opacity: 1;
}

.slider-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #ff7043;
    /*border: 1px solid #00000;*/
}

@media (max-width: 768px) {
    .swiper-b2b-main-page .btn-slider-main {
        display: none;
    }

    .swiper-b2b-main-page:hover .btn-slider-main {
        display: none !important;
    }
}

.swiper-b2b-main-page .profile__wrap {
    user-select: none;
}

body .page-header .breadcrumb-line {
    display: none;
}

body .content {
    padding: 0;
}

@media (max-width: 1024px) {
    .media.profile__wrap {
        display: none;
    }
}

.swiper-b2b-main-page .swiper-wrapper {
    height: 100%;
}
/* End */


/* Start:/local/templates/b2bcabinet/components/sotbit/auth.company.choose/b2bcabinet_navbar/style.css?1693303282152*/
.b2b-bavbar-choose .dropdown-menu {
    max-height: 250px;
    overflow-y: auto;
}

.navbar-nav-link.b2b_company__single {
    cursor: default;
}
/* End */


/* Start:/local/gadgets/sotbit/profile/styles.css?16933032813746*/
.sotbit-cabinet-gadget-profile .gdparent {
	border: 1px solid #dadada;
	position: relative;
	background-color: #ffffff;
}
.sotbit-cabinet-gadget-profile .gdcontent {
	padding: 10px;
	zoom: 1;
	color: #9ca4b1;
	font-size: 14px;
	font-family: ProximaNova, Calibri;
}
.sotbit-cabinet-gadget-profile .b2b-gadget-profile__link a {
	color: #6f727c;
	font-size: 15px;
	font-family: ProximaNova, Calibri;
	text-decoration: none;
	padding-bottom: 1px;
	border-bottom: 1px dotted #6f727c;
	line-height: 15px;
	margin: 15px 0 15px 0;
	display: inline-block;
}
.sotbit-cabinet-gadget-profile .gdsettrow {
	margin: 4px 15px 4px 12px;
	color: #6f727c;
	font-size: 15px;
	font-family: ProximaNova, Calibri;
}
.sotbit-cabinet-gadget-profile .gdsettrow input[type='text'] {
	color: #6f727c;
	font-size: 15px;
	font-family: ProximaNova, Calibri;
	width: 100%;
}
.sotbit-cabinet-gadget-profile .gdsettrow input[type='text']:focus,
.sotbit-cabinet-gadget-profile .gdsettrow input[type='text']:active {
	outline: auto 5px;
}
.sotbit-cabinet-gadget-profile .gdsettrow input[type='button'] {
	color: #6f727c;
	font-size: 15px;
	font-family: ProximaNova, Calibri;
	font-weight: normal;
}
.sotbit-cabinet-gadget-profile .gdoptions {
	padding: 4px;
	background-color: transparent;
}
.sotbit-cabinet-gadget-profile .b2b-gadget-profile {
	display: flex;
	flex-direction: row;
}
.sotbit-cabinet-gadget-profile .img_block_avatar {
	border-radius: 50px;
	overflow: hidden;
	margin: 7px;
	width:85px;
	height:85px;
	background-image: url(/local/gadgets/sotbit/profile/img/empty_avatar.png);
	background-repeat: no-repeat;
}
.sotbit-cabinet-gadget-profile .b2b-gadget-profile__prop {
	display: flex;
	flex-direction: row;
	padding: 8px 0 0 0;
}
.sotbit-cabinet-gadget-profile .b2b-gadget-profile__title {
	color: #052640;
	font-size: 16px;
	font-family: ProximaNova, Calibri;
	font-weight: normal;
	word-break: break-all;
	word-wrap: break-word;
}
.sotbit-cabinet-gadget-profile .b2b-gadget-profile__propName {
	color: #6c727d;
	font-size: 14px;
	font-family: ProximaNova, Calibri;
}
.sotbit-cabinet-gadget-profile .b2b-gadget-profile__propValue {
	color: #000000;
	font-size: 14px;
	font-family: ProximaNova, Calibri;
	padding: 0 0 0 3px;
	word-break: break-all;
	word-wrap: break-word;
}
.sotbit-cabinet-gadget-profile .b2b-gadget-profile__data {
	padding: 0 0 0 25px;
}



.sotbit_cabinet .sotbit-cabinet-gadget-profile .gdsettrow input[type='button'] {
	color: #6f727c;
	font-size: 15px;
	font-family: ProximaNova, Calibri;
	font-weight: normal;
	border: 1px solid #6f727c;
	background-color: transparent;
	padding: 1px 6px;
}
.sotbit_cabinet .sotbit-cabinet-gadget-profile a.gdsettings {
	display: none;
}



.sotbit-cabinet-gadget-profile a.gdsettings {
	display: none!important;
}
.sotbit-cabinet-gadget-profile .b2b-gadget-profile__prop {
	display: flex!important;
	flex-direction: row!important;
	flex-wrap: wrap!important;
	padding: 8px 0 0 0!important;
}
.sotbit-cabinet-gadget-profile .b2b-gadget-profile__propName {
	color: #6c727d!important;
	font-size: 14px!important;
	font-family: ProximaNova, Calibri!important;
	padding: 0 3px 0 0!important;
}
.sotbit-cabinet-gadget-profile .b2b-gadget-profile__propValue {
	color: #000000!important;
	font-size: 14px!important;
	font-family: ProximaNova, Calibri!important;
	padding: 0!important;
}
.sotbit-cabinet-gadget-profile .b2b-gadget-profile__data {
	padding: 0 0 0 15px!important;
}
.sotbit-cabinet-gadget-profile .b2b-gadget-profile {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.sotbit-cabinet-gadget-profile .b2b-gadget-profile {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
/* End */


/* Start:/local/gadgets/sotbit/basket/styles.css?16933032815278*/
.sotbit-cabinet-gadget-basket .gdparent {
	border: 1px solid #dadada;
	position: relative;
	background-color: #052640;
}
.sotbit-cabinet-gadget-basket .gdheader {
	background-color: transparent;
	padding: 10px 10px 10px 15px;
	margin: 1px;
	color: #ffffff;
	font-family: ProximaNova, Calibri;
	font-size: 15px;
	font-weight: normal;
}
.sotbit-cabinet-gadget-basket .gdcontent {
	padding: 10px 15px;
	zoom: 1;
	color: #ffffff;
	font-size: 14px;
	font-family: ProximaNova, Calibri;
}
.sotbit-cabinet-gadget-basket .gdhtmlareachlink a {
	color: #ffffff;
	font-size: 15px;
	font-family: ProximaNova, Calibri;
	text-decoration: none;
	padding-bottom: 1px;
	border-bottom: 1px dotted #ffffff;
	line-height: 30px;
}
.sotbit-cabinet-gadget-basket .gdsettrow {
	margin: 4px 15px 4px 12px;
	color: #ffffff;
	font-size: 15px;
	font-family: ProximaNova, Calibri;
}
.sotbit-cabinet-gadget-basket .gdsettrow input[type='text'] {
	color: #052640;
	font-size: 15px;
	font-family: ProximaNova, Calibri;
	width: 100%;
}
.sotbit-cabinet-gadget-basket .gdsettrow input[type='text']:focus,
.sotbit-cabinet-gadget-basket .gdsettrow input[type='text']:active {
	outline: auto 5px;
}
.sotbit-cabinet-gadget-basket .gdsettrow input[type='button'] {
	color: #052640;
	font-size: 15px;
	font-family: ProximaNova, Calibri;
	font-weight: normal;
	background: white;
	border: none;
}
.sotbit-cabinet-gadget-basket a.gdremove {
	background-position: -42px 0;
	border: 1px solid #28445a;
	border-radius: 50%;
	background-color: #28445a;
}
.sotbit-cabinet-gadget-basket a.gdremove:hover {
	border: 1px solid #ffffff;
	border-radius: 50%;
}
.sotbit-cabinet-gadget-basket a.gdhide {
	background-position: -22px 0;
	border: 1px solid #28445a;
	border-radius: 50%;
	background-color: #28445a;
}
.sotbit-cabinet-gadget-basket a.gdhide:hover {
	border: 1px solid #ffffff;
	border-radius: 50%;
}
.sotbit-cabinet-gadget-basket a.gdsettings {
	background-position: -3px 0;
	border: 1px solid #28445a;
	border-radius: 50%;
	background-color: #28445a;
}
.sotbit-cabinet-gadget-basket a.gdsettings:hover {
	border: 1px solid #ffffff;
	border-radius: 50%;
}
.sotbit-cabinet-gadget-basket a.gdremove,
.sotbit-cabinet-gadget-basket a.gdsettings,
.sotbit-cabinet-gadget-basket a.gdhide,
.sotbit-cabinet-gadget-basket a.gdshow,
.sotbit-cabinet-gadget-basket a.gdshow:hover,
.sotbit-cabinet-gadget-basket a.gdremove:hover,
.sotbit-cabinet-gadget-basket a.gdsettings:hover,
.sotbit-cabinet-gadget-basket a.gdhide:hover {
	float: right;
	height: 19px;
	width: 19px;
	margin-left: 3px;
	margin-top: 0;
	overflow: hidden;
	position: relative;
	background-image: url(/local/gadgets/sotbit/basket/img/sw_buttons-w.png);
}
.sotbit-cabinet-gadget-basket .gdoptions {
	padding: 4px;
	background-color: transparent;
}
.sotbit-cabinet-gadget-basket .gdsetcartinfo-img {
	display: flex;
	flex-direction: row;
	margin: 13px 0 5px 0;
}
.sotbit-cabinet-gadget-basket .gdsetcartinfo-img .block-cart-img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
	margin: 5px;
	width: 45px;
	height: 45px;
}
.sotbit-cabinet-gadget-basket .gdsetcartinfo span:nth-child(0n + 2) {
	color: #9ca4b1;
}



.sotbit_cabinet .sotbit-cabinet-gadget-basket a.gdsettings:hover,
.sotbit_cabinet .sotbit-cabinet-gadget-basket a.gdhide:hover,
.sotbit_cabinet .sotbit-cabinet-gadget-basket a.gdremove:hover {
	border: 1px solid #28445a;
}
.sotbit_cabinet .sotbit-cabinet-gadget-basket .gdsetcartinfo-img {
	flex-wrap: wrap;
}
.sotbit_cabinet .sotbit-cabinet-gadget-basket .gdsetcartinfo-img .block-cart-img {
	width: auto;
}
.sotbit_cabinet .sotbit-cabinet-gadget-basket a.gdsettings:hover,
.sotbit_cabinet .sotbit-cabinet-gadget-basket a.gdhide:hover,
.sotbit_cabinet .sotbit-cabinet-gadget-basket a.gdremove:hover {
	border: 1px solid #28445a;
}
.sotbit_cabinet .sotbit-cabinet-gadget-basket a.gdsettings,
.sotbit_cabinet .sotbit-cabinet-gadget-basket a.gdhide,
.sotbit_cabinet .sotbit-cabinet-gadget-basket a.gdremove {
	border: 1px solid #28445a;
}
.sotbit_cabinet .sotbit-cabinet-gadget-basket .gdsettrow input[type='button'] {
	color: #052640;
	font-size: 15px;
	font-family: ProximaNova;
	font-weight: normal;
	background: white;
	border: none;
	padding: 1px 6px;
}
.sotbit_cabinet .sotbit-cabinet-gadget-basket a.gdsettings,
.sotbit_cabinet .sotbit-cabinet-gadget-basket a.gdhide,
.sotbit_cabinet .sotbit-cabinet-gadget-basket a.gdremove,
.sotbit_cabinet .sotbit-cabinet-gadget-basket a.gdsettings:hover,
.sotbit_cabinet .sotbit-cabinet-gadget-basket a.gdhide:hover,
.sotbit_cabinet .sotbit-cabinet-gadget-basket a.gdremove:hover {
	border: 1px solid #052640;
}
.sotbit_cabinet .sotbit-cabinet-gadget-basket a.gdsettings {
	display: none;
}
.sotbit-cabinet-gadget-basket a.gdsettings {
	display: none!important;
}
.sotbit-cabinet-gadget-basket .gdsetcartinfo-img .block-cart-img {
	width: 45px!important;
	background-position: top center;
}
.sotbit-cabinet-gadget-basket .gdsetcartinfo-img {
	flex-wrap: wrap!important;
}
.sotbit-cabinet-gadget-basket .gdsetcartinfo-img {
	display: flex!important;
	flex-direction: row!important;
	margin: 13px 0 5px 0!important;
}
/* End */


/* Start:/local/gadgets/sotbit/html_area/styles.css?16933032812948*/
/*Р·Р°РјРµС‚РєРё*/
.sotbit-cabinet-gadget-html_area .gdparent {
    border: 1px solid #dadada;
    position: relative;
    background-color: #ffffff;
}
.sotbit-cabinet-gadget-html_area .gdhtmlareachlink {
    color: #6f727c;
    font-size: 15px;
    font-family: ProximaNova, Calibri;
    text-decoration: none;
    padding-bottom: 1px;
    border-bottom: 1px dotted #6f727c;
    line-height: 30px;
}
.sotbit-cabinet-gadget-html_area .gdsettrow {
    margin: 4px 15px 4px 12px;
    color: #6f727c;
    font-size: 15px;
    font-family: ProximaNova, Calibri;
}
.sotbit-cabinet-gadget-html_area .gdsettrow input[type='text'] {
    color: #6f727c;
    font-size: 15px;
    font-family: ProximaNova, Calibri;
    width: 100%;
}
.sotbit-cabinet-gadget-html_area .gdsettrow input[type='text']:focus,
.sotbit-cabinet-gadget-html_area .gdsettrow input[type='text']:active {
    outline: auto 5px;
}
.sotbit-cabinet-gadget-html_area .gdsettrow input[type='button'] {
    color: #6f727c;
    font-size: 15px;
    font-family: ProximaNova, Calibri;
    font-weight: normal;
    border: 1px solid #6f727c;
    background-color: transparent;
}

.sotbit-cabinet-gadget-html_area a.gdsettings {
    background-position: -3px 0;
    border: 1px solid white;
    border-radius: 50%;
    background-color: #eeeeee;
}
.sotbit-cabinet-gadget-html_area a.gdsettings:hover {
    border: 1px solid #6f7580;
    border-radius: 50%;
}
.sotbit_cabinet .sotbit-cabinet-gadget-html_area .gdsettrow input[type='button'] {
    color: #6f727c;
    font-size: 15px;
    font-family: ProximaNova, Calibri;
    font-weight: normal;
    border: 1px solid #6f727c;
    background-color: transparent;
    padding: 1px 6px;
}
.sotbit_cabinet .sotbit-cabinet-gadget-html_area a.gdsettings {
    display: none;
}
.sotbit_cabinet .sotbit-cabinet-gadget-html_area .gdcontent > a {
    color: #6f727c;
    font-size: 15px;
    font-family: ProximaNova, Calibri;
    text-decoration: none;
    padding-bottom: 1px;
    border-bottom: 1px dotted #6f727c;
    line-height: 30px;
}
.sotbit-cabinet-gadget-html_area a.gdsettings {
    display: none!important;
}
.sotbit-cabinet-gadget-html_area .gdcontent > noindex > a {
    color: #6f727c!important;
    font-size: 13px!important;
    font-family: ProximaNova!important;
    text-decoration: none!important;
    padding-bottom: 1px!important;
    border-bottom: 1px dotted #6f727c!important;
    line-height: 30px!important;
}
.sotbit-cabinet-gadget-html_area .gdcontent > a {
    color: #6f727c!important;
    font-size: 15px!important;
    font-family: ProximaNova!important;
    text-decoration: none!important;
    padding-bottom: 1px!important;
    border-bottom: 1px dotted #6f727c!important;
    line-height: 30px!important;
}
.sotbit-cabinet-gadget-html_area .gdoptions {
    padding: 4px;
    background-color: transparent;
}
/* End */


/* Start:/local/gadgets/sotbit/favorites/styles.css?1693303281406*/
.gdfvaddheader {font-weight: bold; padding: 5px;}
.gdfvaddtable {border: 1px #CCCCCC solid; padding: 7px; margin: 5px; width: 100%;}
.gdfvaddleft {padding: 3px;}
.gdfvaddright {padding: 3px;}
.gdfavaddlink A {text-decoration: none;}

.gdfavlink {margin: 5px; width:100%;}
.gdfavdellink {float: right; font-size: 11px; display: none;}
.gdfavlinka {float: left;}

.gdfavoritesform { clear: both;}

/* End */


/* Start:/local/gadgets/sotbit/buyorder/styles.css?1693303281253*/
.sotbit_cabinet .wait_pay .widget_button {
	padding: .4375rem .875rem;
}

.wait_pay .widget_button_wrapper {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

.widget_button_wrapper .widget_button {
	margin-top: 0.75rem;
}
/* End */


/* Start:/local/gadgets/sotbit/blank/styles.css?1693303281550*/
.widget_blank-buttons {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.personal_widget .widget_content.widget_blank-buttons {
	padding: 0;
}
.personal_widget .ladda-button {
	flex-grow: 1;
}

.personal_widget .ladda-button-left {
	margin-right: 0.5rem;
}

@media (max-width: 1450px) {
	.widget_blank-buttons {
		flex-direction: column;
	}
	.widget_blank-buttons button:not(:last-child){
		margin-bottom: 0.75rem;
	}
}

@media (max-width: 760px) {
	.widget_blank-buttons {
		flex-direction: row;
	}
}
/* End */


/* Start:/local/templates/b2bcabinet/components/bitrix/system.auth.authorize/flat/style.css?16933032821113*/
body {
    height: 100%;
}

body .page-content {
    flex: auto;
    flex-shrink: 0;
}

.login-form .form-input-styled {
    position: absolute;
    left: 0;
    top: 3px;
}
.login-form .form-check {
    padding-left: 1.5rem;
}

.form-group-feedback-left .bx-captcha .form-control {
    padding-left: 1rem;
}


.password_recovery-captcha {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.password_recovery-captcha .captha_text {
    line-height: 36px;
    white-space: nowrap;
    margin-right: 1rem;
}

.password_recovery-captcha .password_recovery-captcha_image {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 1rem;
}

.password_recovery-captcha .password_recovery-captcha_image .captcha_reload_icon i {
    transition: all 0.2s ease-in-out;
}

.password_recovery-captcha .password_recovery-captcha_image .captcha_reload_icon:hover i {
    color: #2a3140 !important;
    cursor: pointer;
}

.validation-label-email {
    margin-bottom: 10px;
    display: inline-block;
}
/* End */


/* Start:/local/templates/b2bcabinet/components/sotbit/auth.company.list/b2b_gadget/style.css?1693303282368*/
.company-auth-vidget .company-auth-vidget-item {
	width: 100%;
}

.company-auth-vidget .company-auth-vidget-item:hover {
	text-decoration: underline;
}

.company-auth-vidget .company-auth-vidget-item-link {
	display: flex;
	justify-content: space-between;
}

.company-auth-vidget .company-auth-vidget-link {
	margin-top: 15px;
	display: inline-block;
}
/* End */


/* Start:/local/gadgets/sotbit/orders/styles.css?16933032816939*/
.sotbit-cabinet-gadget-orders .gdparent {
	border: 1px solid #dadada;
	position: relative;
	background-color: #ffffff;
}
.sotbit-cabinet-gadget-orders .gdcontent {
	zoom: 1;
	color: #9ca4b1;
}
.sotbit-cabinet-gadget-orders .gdhtmlareachlink {
	color: #6f727c;
	font-size: 15px;
	font-family: ProximaNova, Calibri;
	text-decoration: none;
	padding-bottom: 1px;
	border-bottom: 1px dotted #6f727c;
	line-height: 30px;
}
.sotbit-cabinet-gadget-orders .gdsettrow {
	margin: 4px 15px 4px 12px;
	color: #6f727c;
	font-size: 15px;
	font-family: ProximaNova, Calibri;
}
.sotbit-cabinet-gadget-orders .gdsettrow input[type='text'] {
	color: #6f727c;
	font-size: 15px;
	font-family: ProximaNova, Calibri;
	width: 100%;
}
.sotbit-cabinet-gadget-orders .gdsettrow input[type='text']:focus,
.sotbit-cabinet-gadget-orders .gdsettrow input[type='text']:active {
	outline: auto 5px;
}
.sotbit-cabinet-gadget-orders .gdsettrow input[type='button'] {
	margin: 7px 0px 7px 0px;
	border: none;
	background-color: transparent;
	cursor: pointer;
	border-bottom: 1px dotted #6f727c;
	padding: 0 0 1px 0;
	color: #6c727d;
}
.sotbit-cabinet-gadget-orders .gdoptions {
	padding: 4px;
	background-color: transparent;
}
.sotbit-cabinet-gadget-orders .options {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin: 12px;
	font-size: 14px;
	font-family: ProximaNova, Calibri;
	color: #b6b8be;
	line-height: 28px;
}
.sotbit-cabinet-gadget-orders .options select{
	width: 145px;
	padding: 5px 0 5px 10px;
	border: 1px solid #b6b8be;
	background: #fff url(/local/gadgets/sotbit/orders/img/ic_key-b.png) no-repeat;
	background-size: 15px;
	background-position: right 5px center;
	-webkit-appearance: none;
}
.sotbit-cabinet-gadget-orders .b2b-gadget-profile__link a {
	margin: 7px 0px 7px 0px;
	padding: 0 0 1px 0;
}
.sotbit-cabinet-gadget-orders .order-status {
	margin: 0 16px 7px 16px;
	border: 1px solid #dadada;
	padding: 0;
}
.sotbit-cabinet-gadget-orders a .order-status-title {
	background: #fff url(/local/gadgets/sotbit/orders/img/ic_key-r-b.png) no-repeat;
	background-size: 15px;
	background-position: right 20px center;
	-webkit-appearance: none;
	padding: 12px 20px;
	color: #052640;
	font-family: ProximaNova, Calibri;
	font-size: 15px;
	background-color: #f8f8f8;
	text-decoration: none;
}
.sotbit-cabinet-gadget-orders .order-status-title-link {
	text-decoration: none;
}
.sotbit-cabinet-gadget-orders .order-status-info {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	color: #6c727d;
	font-family: ProximaNova, Calibri;
	font-size: 13px;
	padding: 12px 20px;
}
.sotbit-cabinet-gadget-orders .order-status-now {
	text-align: center;
	color: #000000;
	font-family: ProximaNova, Calibri;
	font-size: 13px;
	font-weight: normal;
	padding: 6px 0;
	margin: 0 20px 20px 20px;
}
.sotbit-cabinet-gadget-orders .order-status-n {
	background-color: #ffd34e;
}
.sotbit-cabinet-gadget-orders .order-status-f {
	background-color: #8fdb92;
}
.sotbit-cabinet-gadget-orders .order-status-c {
	background-color: red;
}
.sotbit-cabinet-gadget-orders .order-status-p {
	 background-color: lightgrey;
}



.sotbit_cabinet .sotbit-cabinet-gadget-orders .order-status {
	margin: 0 0 5px 0;
}
.sotbit_cabinet .sotbit-cabinet-gadget-orders .b2b-gadget-profile__link {
	padding: 10px 0 0 0;
}
.sotbit_cabinet .sotbit-cabinet-gadget-orders .gdsettrow.TITLE_STD {
	display: none;
}
.sotbit_cabinet .sotbit-cabinet-gadget-orders .gdsettrow input[type='button'] {
	color: #6f727c;
	font-size: 15px;
	font-family: ProximaNova, Calibri;
	font-weight: normal;
	border: 1px solid #6f727c;
	background-color: transparent;
	padding: 1px 6px;
}
.sotbit_cabinet .sotbit-cabinet-gadget-orders .gdsettrow.STATUS,
.sotbit_cabinet .sotbit-cabinet-gadget-orders .gdsettrow.LIMIT {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin: 12px;
	font-size: 14px;
	font-family: ProximaNova, Calibri;
	color: #b6b8be;
	line-height: 14px;
}
.sotbit_cabinet .sotbit-cabinet-gadget-orders .gdsettrow.STATUS span,
.sotbit_cabinet .sotbit-cabinet-gadget-orders .gdsettrow.LIMIT span {
	padding: 5px 0 0 0;
}
.sotbit_cabinet .sotbit-cabinet-gadget-orders .gdsettrow.STATUS select,
.sotbit_cabinet .sotbit-cabinet-gadget-orders .gdsettrow.LIMIT select {
	width: 145px;
	padding: 5px 0 5px 10px;
	border: 1px solid #b6b8be;
	background: #fff url(/local/gadgets/sotbit/orders/img/ic_key-b.png) no-repeat;
	background-size: 15px;
	background-position: right 5px center;
	-webkit-appearance: none;
}
@media screen and (max-width: 610px) {
	.sotbit_cabinet .sotbit-cabinet-gadget-orders .gdsettrow.STATUS select,
	.sotbit_cabinet .sotbit-cabinet-gadget-orders .gdsettrow.LIMIT select {
		width: 100px;
	}
}

.sotbit-cabinet-gadget-orders .gdcontent {
	zoom: 1!important;
	color: #9ca4b1!important;
}
.sotbit-cabinet-gadget-orders .order-status {
	margin: 0 0 5px 0!important;
}
.sotbit-cabinet-gadget-orders .b2b-gadget-profile__link {
	padding: 10px 0 0 0!important;
}
.sotbit-cabinet-gadget-orders .gdsettrow.TITLE_STD {
	display: none!important;
}
.sotbit-cabinet-gadget-orders .gdsettrow.STATUS,
.sotbit-cabinet-gadget-orders .gdsettrow.LIMIT {
	display: flex!important;
	flex-direction: row!important;
	justify-content: space-between!important;
	margin: 12px!important;
	font-size: 14px!important;
	font-family: ProximaNova!important;
	color: #b6b8be!important;
	line-height: 14px!important;
}
.sotbit-cabinet-gadget-orders .gdsettrow.STATUS select,
.sotbit-cabinet-gadget-orders .gdsettrow.LIMIT select {
	width: 145px!important;
	height: 32px;
    outline: none;
	padding: 5px 0 5px 10px!important;
	border: 1px solid #b6b8be!important;
	background: #fff url(/local/gadgets/sotbit/orders/img/ic_key-b.png) no-repeat!important;
	background-size: 15px!important;
	background-position: right 5px center!important;
	-webkit-appearance: none!important;
}
.sotbit-cabinet-gadget-orders .gdsettrow input[type='button'] {
	color: #6f727c;
	font-size: 14px!important;
	font-family: ProximaNova!important;
	font-weight: normal!important;
	border: none!important;
	border-bottom: 1px dotted #6f727c!important;
	text-decoration: none!important;
	background-color: transparent!important;
	padding: 1px 1px!important;
}
.sotbit-cabinet-gadget-orders .gdsettrow.STATUS, .sotbit-cabinet-gadget-orders .gdsettrow.LIMIT {
	display: flex!important;
	flex-direction: row!important;
	justify-content: space-between!important;
	margin: 12px!important;
	font-size: 14px!important;
	font-family: ProximaNova!important;
	color: #b6b8be!important;
	line-height: 14px!important;
	flex-wrap: wrap!important;
}
.sotbit-cabinet-gadget-orders .gdsettrow.STATUS span,
.sotbit-cabinet-gadget-orders .gdsettrow.LIMIT span {
	padding: 5px 0 5px 0!important;
}
.widget_content .widget_button.order_status_button {
	width: auto;
	padding: 9px;
}
/* End */


/* Start:/local/gadgets/sotbit/weather/styles.css?1693303281434*/
.t5, .t4, .t3, .t2, .t1, .t0, .t-0, .t-1, .t-2, .t-3, .t-4, .t-5 {font-size: 24px; }

.t5 {color: #be0000;}
.t4 {color: #de0000;}
.t3 {color: #ff3a3a;}
.t2 {color: #e78042;}
.t1 {color: #107d18;}
.t0 {color: #107c7d;}
.t-0 {color: #349495;}
.t-1 {color: #0d9dcc;}
.t-2 {color: #0e7da2;}
.t-3 {color: #0e4da2;}
.t-4 {color: #003a88;}
.t-5 {color: #060088;}
.gdweather, .gdwinfo {font-size: 10px; white-space: normal;}


/* End */


/* Start:/local/templates/b2bcabinet/components/bitrix/desktop/b2bcabinet_desktop/style.css?169330328228727*/
@charset "UTF-8";
body.body-popup {
  margin: 10px;
}

.gdsettings > i {
  font-size: 12px;
  top: 0;
}

body .gdoptions {
  background-color: #fff;
  border-bottom: 1px solid #ededed;
  padding: 0.3rem 1.25rem;
}

body .gdsettrow {
  margin: 0.75rem 0;
}

div.empty {
  width: 1px;
  height: 1px;
  overflow: hidden;
}

table.data-table-gadget {
  width: 100%;
  background-color: white;
  margin-bottom: 10px;
}

.gdparent {
  border: 1px solid #becfd8;
  position: relative;
  background-color: white;
}

.gdcorn {
  position: absolute;
  left: -1px;
  top: -1px;
  width: 4px;
  height: 4px;
  background-image: url(/local/templates/b2bcabinet/components/bitrix/desktop/b2bcabinet_desktop/images/gadget.gif);
  overflow: hidden;
}

.gdbcorn {
  position: absolute;
  left: -1px;
  top: -3px;
  width: 4px;
  height: 4px;
  background-image: url(/local/templates/b2bcabinet/components/bitrix/desktop/b2bcabinet_desktop/images/gadget.gif);
  background-position: 0px -4px;
  overflow: hidden;
}

.gdheader {
  background-color: #d8e3e8;
  padding: 10px;
  margin: 1px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
}

.gdcontent {
  padding: 10px;
  zoom: 1;
}

.card.personal_widget .widget_content a {
  color: #000;
}

a.gdsettings {
  background-position: -4px 0px;
}

.gdhided a.gdhide {
  background-position: -61px 0px;
}

a.gdsettings:hover {
  background-position: -4px -19px;
}

.gdhided a.gdhide:hover {
  background-position: -61px -19px;
}

.gdnoparams {
  display: none;
}

.gdhided .gdcontent {
  display: none;
}

.gdoptions {
  padding: 4px;
  background-color: #E8E8E8;
}

.gdsettrow {
  margin: 4px;
}

div.bx-gd-buttons {
  margin-bottom: 30px;
  padding-left: 3px;
}

div.bx-gd-button {
  height: 21px;
  float: left;
}

div.bx-gd-button span {
  display: block;
  float: left;
  height: 21px;
  cursor: pointer;
}

div.bx-gd-button span.bx-gd-text {
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 21px;
  display: block;
  text-decoration: none;
}

div.bx-gd-button span.bx-gd-l {
  background: url(/local/templates/b2bcabinet/components/bitrix/desktop/b2bcabinet_desktop/images/btn/btn_l.gif);
  width: 2px;
}

div.bx-gd-button span.bx-gd-r {
  background: url(/local/templates/b2bcabinet/components/bitrix/desktop/b2bcabinet_desktop/images/btn/btn_r.gif);
  width: 2px;
}

div.bx-gd-button span.bx-gd-c {
  background: url(/local/templates/b2bcabinet/components/bitrix/desktop/b2bcabinet_desktop/images/btn/btn_bg.gif);
  padding: 0px 11px 0px 7px;
  line-height: 20px;
}

div.bx-gd-add span.bx-gd-text {
  background-image: url(/local/templates/b2bcabinet/components/bitrix/desktop/b2bcabinet_desktop/images/btn/plus.gif);
}

div.bx-gd-clear span.bx-gd-text {
  background-image: url(/local/templates/b2bcabinet/components/bitrix/desktop/b2bcabinet_desktop/images/btn/del.gif);
}

div.bx-gd-setdef span.bx-gd-text {
  background-image: url(/local/templates/b2bcabinet/components/bitrix/desktop/b2bcabinet_desktop/images/btn/set.gif);
}

div.bx-gd-setdef, div.bx-gd-clear {
  float: right;
  padding-left: 10px;
}

div.bx-gd-button a {
  display: block;
  color: black;
  text-decoration: none;
  font-size: 95%;
}

.bx-gadgets-drag {
  position: absolute;
  border: 1px solid #777777;
  z-index: 10000;
}

/****weather****/
/*������*/
.sotbit-cabinet-gadget-weather .gdparent {
  border: 1px solid #dadada;
  position: relative;
  background-color: #ffffff;
}

.sotbit-cabinet-gadget-weather .gdcontent {
  padding: 10px;
  zoom: 1;
  color: #9ca4b1;
  font-size: 14px;
  font-family: ProximaNova, Calibri;
}

.sotbit-cabinet-gadget-weather .gdhtmlareachlink {
  color: #6f727c;
  font-size: 15px;
  font-family: ProximaNova, Calibri;
  text-decoration: none;
  padding-bottom: 1px;
  border-bottom: 1px dotted #6f727c;
  line-height: 30px;
}

.sotbit-cabinet-gadget-weather .gdsettrow {
  margin: 4px 9px 4px 12px;
  color: #6f727c;
  font-size: 15px;
  font-family: ProximaNova, Calibri;
}

.sotbit-cabinet-gadget-weather .gdsettrow input[type=text] {
  color: #6f727c;
  font-size: 15px;
  font-family: ProximaNova, Calibri;
  width: 100%;
}

.sotbit-cabinet-gadget-weather .gdsettrow input[type=text]:focus,
.sotbit-cabinet-gadget-weather .gdsettrow input[type=text]:active {
  outline: auto 2px;
}

.sotbit-cabinet-gadget-weather .gdsettrow select {
  width: 100%;
  padding: 5px 0px 5px 5px;
  color: #b6b8be;
  border: 1px solid #b6b8be;
  background: #fff url("/local/templates/b2bcabinet/components/bitrix/desktop/b2bcabinet_desktop/images/ic_key.png") no-repeat;
  background-size: 15px;
  background-position: right 10px center;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.sotbit-cabinet-gadget-weather .gdsettrow select:focus,
.sotbit-cabinet-gadget-weather .gdsettrow select:active {
  outline: auto 2px;
}

.sotbit-cabinet-gadget-weather .gdsettrow input[type=button] {
  color: #6f727c;
  font-size: 15px;
  font-family: ProximaNova, Calibri;
  font-weight: normal;
}

.sotbit-cabinet-gadget-weather .gdoptions {
  padding: 4px;
  background-color: transparent;
}

.sotbit-cabinet-gadget-weather .gdweather {
  margin: 0 0 5px 0;
  display: block;
}

.sotbit-cabinet-gadget-weather .gdwinfo span {
  color: #33363b;
}

.sotbit-cabinet-gadget-weather .sw--country {
  color: #052640;
  padding: 0;
  margin: 0 0 5px 0;
}

.sotbit-cabinet-gadget-weather .sw--temperature {
  font-size: 32px;
  color: #d44343;
}

/***cols***/
.gadgetholder:before {
  content: " ";
  display: table;
}

.gadgetholder:after {
  content: " ";
  display: table;
  clear: both;
}

.gadgetholder {
  width: 100%;
  padding-right: 5px;
}

.gd-page-column {
  position: relative;
  min-height: 1px;
}

@media (min-width: 768px) {
  .gd-page-column {
    float: left;
    width: 33%;
  }
}
@media (max-width: 768px) {
  .gd-page-column {
    width: 100% !important;
  }
}
.gd-page-column {
  padding-left: 5px;
  padding-right: 5px;
}

.gd-page-column:last-of-type {
  padding-right: 0;
}

/*widgets buttons*/
.sotbit_cabinet {
  position: relative;
  margin-left: -4px;
  padding-top: 40px;
}

.widget_button {
  width: 32%;
  padding: 17px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #eeeeee;
}

.widget_button:hover {
  background-color: #ffffff;
  cursor: pointer;
}

.widgets_cabinet {
  position: absolute;
  z-index: 25;
  top: 31px;
  width: 100%;
  height: auto;
  padding: 28px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #f8f8f8;
  -webkit-transition: visibility 0.3s, opacity 0.3s;
  transition: visibility 0.3s, opacity 0.3s;
}

.show_widgets {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0.3s, opacity 0.3s;
  transition: visibility 0.3s, opacity 0.3s;
}

.body_widgets {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  z-index: 20;
  background: #dbdbdb;
}

.stop-scrolling {
  height: 100%;
}

/*widgets buttons*/
/*widgets_popup*/
.widget_buttons {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.widgets_cabinet_title {
  font-size: 16px;
  font-family: ProximaNova, Calibri;
  color: #04263f;
  padding: 3px;
}

.widgets_cabinet_descr {
  font-size: 13px;
  font-family: ProximaNova, Calibri;
  color: #6c727d;
  padding: 3px;
}

.sotbit_cabinet .sotbit-cabinet-gadget-weather .gdcontent {
  padding: 10px 15px;
}

.sotbit_cabinet .sotbit-cabinet-gadget-weather .gdcontent .t1 {
  font-size: 32px;
  color: #d44343;
}

.sotbit_cabinet .sotbit-cabinet-gadget-weather .gdwinfo {
  font-size: 14px;
}

.sotbit_cabinet .sotbit-cabinet-gadget-weather .gdcontent > h3 {
  font-family: ProximaNova, Calibri;
  font-size: 18px;
  color: #052640;
  margin-bottom: 5px;
}

.sotbit_cabinet .sotbit-cabinet-gadget-weather .gdweather {
  margin: 0 0 5px 0;
  display: block;
  font-size: 14px;
}

.sotbit_cabinet .sotbit-cabinet-gadget-weather .gdsettrow.COUNTRY span {
  display: none;
}

.sotbit_cabinet .sotbit-cabinet-gadget-weather .gdsettrow input[type=button] {
  color: #6f727c;
  font-size: 15px;
  font-family: ProximaNova, Calibri;
  font-weight: normal;
  border: 1px solid #6f727c;
  background-color: transparent;
  padding: 1px 6px;
}

.sotbit-cabinet-gadget-weather .gdsettrow.COUNTRY span {
  display: none !important;
}

.sotbit-cabinet-gadget-weather .gdsettrow input[type=button] {
  color: #6f727c !important;
  font-size: 15px !important;
  font-family: ProximaNova, Calibri !important;
  font-weight: normal !important;
  border: 1px solid #6f727c !important;
  background-color: transparent !important;
  padding: 1px 6px !important;
}

.sotbit-cabinet-gadget-weather .gdcontent > h3 {
  font-family: ProximaNova, Calibri !important;
  font-size: 18px !important;
  color: #052640 !important;
  margin-bottom: 5px !important;
  font-weight: normal !important;
}

.sotbit-cabinet-gadget-weather .gdcontent .t1 {
  font-size: 32px !important;
  color: #d44343 !important;
}

.sotbit-cabinet-gadget-weather .gdweather {
  margin: 0 0 5px 0 !important;
  display: block !important;
  font-size: 14px !important;
}

.sotbit-cabinet-gadget-weather .gdwinfo {
  font-size: 14px !important;
}

.sotbit_cabinet .sotbit-cabinet-gadget a.gdsettings {
  background-position: -4px -2px;
}

.sotbit_cabinet .sotbit-cabinet-gadget a.gdsettings:hover {
  background-position: -4px -2px;
}

.sotbit_cabinet .sotbit-cabinet-gadget a.gdhide {
  background-position: -23px -1px;
}

.sotbit_cabinet .sotbit-cabinet-gadget a.gdhide:hover {
  background-position: -23px -1px;
}

.sotbit_cabinet .sotbit-cabinet-gadget.gdhided a.gdhide:hover {
  background-position: -61px -1px;
}

.sotbit_cabinet .sotbit-cabinet-gadget.gdhided a.gdhide {
  background-position: -61px -1px;
}

.sotbit_cabinet .sotbit-cabinet-gadget a.gdremove {
  background-position: -43px -1px;
}

.sotbit_cabinet .sotbit-cabinet-gadget a.gdremove:hover {
  background-position: -43px -1px;
}

.sotbit_cabinet .personal_left_wrap {
  border-left: 1px solid #caccd0;
  margin: 0 0 0 5px;
}

.sotbit_cabinet .widgets_cabinet {
  top: 0;
  z-index: 126;
  margin-left: -10px;
  width: calc(100% + 10px);
}

.sotbit_cabinet .sw--all_widgets .widget-bx-gd-buttons {
  position: absolute;
  right: -2px;
  top: -35px;
  z-index: 4;
}

.sotbit_cabinet .sw--all_widgets .widget-bx-gd-buttons .default-settings,
.sotbit_cabinet .sw--all_widgets .widget-bx-gd-buttons .clear-settings,
.sotbit_cabinet .sw--all_widgets .widget-bx-gd-buttons .add-settings {
  color: #9ca4b1;
  border: 1px solid #eeeeee;
  padding: 7px 15px 8px 15px;
  font-family: ProximaNova, Calibri;
  font-size: 13px;
  cursor: pointer;
}

.sotbit_cabinet .sw--all_widgets .widget-bx-gd-buttons .add-settings {
  color: #000000;
  background-color: #ffffff;
  z-index: 126;
  position: relative;
}

.sotbit_cabinet .widget_buttons {
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sotbit_cabinet .sw--all_widgets {
  height: 10px;
  position: relative;
  margin: 0;
}

.sotbit-cabinet-gadget-weather .gdcontent .t5,
.sotbit-cabinet-gadget-weather .gdcontent .t4,
.sotbit-cabinet-gadget-weather .gdcontent .t3,
.sotbit-cabinet-gadget-weather .gdcontent .t2,
.sotbit-cabinet-gadget-weather .gdcontent .t1,
.sotbit-cabinet-gadget-weather .gdcontent .t0,
.sotbit-cabinet-gadget-weather .gdcontent .t-0,
.sotbit-cabinet-gadget-weather .gdcontent .t-1,
.sotbit-cabinet-gadget-weather .gdcontent .t-2,
.sotbit-cabinet-gadget-weather .gdcontent .t-3,
.sotbit-cabinet-gadget-weather .gdcontent .t-4,
.sotbit-cabinet-gadget-weather .gdcontent .t-5 {
  font-size: 32px;
  color: #d44343;
}

.card.personal_widget {
  margin-bottom: 0;
}

.button_link {
  background: none;
  border: none;
  border-bottom: 1px dotted #000;
  cursor: pointer;
}

.icon-gear::before {
  font-size: 12px;
}

.list-icons-item.gdsettings.icon-pencil3:before {
  font-size: 0.8125rem;
}

.widget_content.widget_links_btns.widget-payment_waiting-content {
  padding: 0.75rem 0;
}

.widget_content.widget_links_btns a {
  border-bottom: 1px dotted #000;
}

.widget_content .icon-arrow-right13.mr-2 {
  float: right;
}

.widget_content .widget_order_header a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.widget_content .widget_order_header h6 {
  margin-bottom: 0;
  padding: 0;
}

.widget_content .widget_order_information {
  padding: 0.7rem 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.widget_content .widget_order_content {
  margin: 0.4rem 0;
}

.personal_widget .widget_button_wrapper .widget_button {
  min-width: 170px;
  height: 36px;
  background: #3e495f;
  color: #fff;
}

.widget_content.widget_links a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.personal_widget .widget_button_wrapper .widget_button:hover {
  background: #2a3140;
  color: #fff;
}

.personal_widget .widget_review_info {
  margin-top: 0.5rem;
}

.personal_widget .widget_review_info .number_products {
  color: #999;
}

.personal_widget .widget_review_info .price_total {
  color: #999;
}

.widget_content.widget_links.orders {
  padding-bottom: 0.75rem;
}

.widget_content.widget_links.orders .widget_button_wrapper {
  margin: 0;
}

.widget_content.widget_links.orders .btn {
  margin: 0;
}

.widget_content.widget_links.orders {
  border-bottom: 1px solid #ededed;
}

.widget_content.widget_links.personal_info .image_photo {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.widget_content.widget_links.personal_info .image_photo > img {
  border-radius: 50%;
  max-width: 100%;
  max-height: 100%;
}

.widget_content.widget_links.personal_info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.widget_content.widget_links.personal_info .image_photo {
  -webkit-box-flex: 0;
     -moz-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  text-align: center;
  background-image: url("/local/gadgets/sotbit/profile/img/empty_avatar.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 70px;
}

.widget_content.widget_links.personal_info .image_photo i {
  font-size: 4rem;
}

.widget_content.widget_links.personal_info .personal_information {
  -webkit-box-flex: 0;
     -moz-box-flex: 0;
      -ms-flex: 0 0 65%;
          flex: 0 0 65%;
  padding: 1rem 0;
}

.card.personal_widget .widget_content .form-group {
  margin-bottom: 0.5rem;
}

.widget_weather-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.widget_weather-content > div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.widget_weather-content .widget_weather-temp {
  -webkit-box-flex: 0;
     -moz-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  color: #d44343;
  font-size: 2rem;
}

.widget_weather-content .widget_weather-icons {
  -webkit-box-flex: 0;
     -moz-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
}

.widget_weather-content .widget_weather-text {
  -webkit-box-flex: 0;
     -moz-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: self-start;
     -moz-box-align: self-start;
      -ms-flex-align: self-start;
          align-items: self-start;
  color: #999;
}

.widget-private_invoices_header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #ededed;
}

.widget-private_invoices_header h4 {
  margin-bottom: 0;
}

.widget-private_invoices-input_description {
  margin-bottom: 0.5rem;
}

.widget-private_invoices-input .form-control {
  max-width: 49%;
}

.widget_content.widget-private_invoices_content {
  padding: 0.75rem 1rem 0 1rem;
}

.widget-private_invoices_icons {
  padding: 0.5rem 0;
}

.widget_discount {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.widget_discount .widget_discount-img {
  background: #3e495f;
  border-radius: 100%;
  padding: 1rem;
}

.btn.btn-light.widget_button {
  width: auto;
}

.widget_content.widget_blank-buttons {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.gdparent .gdheader .list-icons .list-icons-item {
  margin-right: 3px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.widget_content.widget_blank-buttons .btn {
  margin: 0.2rem;
}

.widget_discount .test_menu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 1rem;
}

.congestion_content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.congestion_content .congestion_content-rate {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
     -moz-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  font-size: 2rem;
  color: #E7AD01;
}

.congestion_content .congestion_content-text {
  color: #999;
}

.gdcontent .personal_information .email, .phone {
  color: #000;
}

.card.personal_widget .header-elements .list-icons-item {
  color: #fff;
}

.personal_widget .widget_payment_waiting {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #ededed;
  padding-bottom: 0.75rem;
}

.personal_widget .widget_payment_waiting h4 {
  margin-bottom: 0;
}

.personal_widget .widget_payment_waiting h5 {
  margin-bottom: 0;
}

.widget-payment_waiting-content {
  border-bottom: 1px solid #ededed;
}

.widget-private_invoices-input {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem;
}

.widget-private_invoices-input .widget_button_wrapper {
  margin: 0;
}

.widget-organizations-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.widget-organizations-change_icons {
  cursor: pointer;
}

.widget-pending .widget-pending-goods {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 13px 0 5px 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 340px;
}

.gdparent .gdcontent {
  padding: 0.75rem 1.25rem;
}

.sotbit_cabinet .sotbit-cabinet-gadget-weather .gdparent .gdcontent {
  padding: 0.75rem 1.25rem;
}

.widget_content.widget-private_invoices_header {
  padding: 0.75rem 1.25rem;
}

.sotbit-cabinet-gadget-basket .gdparent.personal_widget {
  background: none;
}

.sotbit-cabinet-gadget-basket .gdparent .gdcontent {
  color: #000;
}

.gdcontent .block-cart-img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 50%;
  overflow: hidden;
  margin: 5px;
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.15);
}

.gdcontent .gdfavaddlink {
  font-size: 0.8125rem;
  margin: 0;
}

.gdparent .card-body {
  padding: 0;
}

.widget-my_cart .widget-my_cart-products {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 13px 0 5px 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 340px;
}

.widget-my_cart .widget-my_cart-products .block-cart-img {
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  overflow: hidden;
  margin: 5px;
  width: 45px;
  height: 45px;
}

.gdcontent .gdsetcartinfo-img {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.widget-organizations-content .icon-pencil {
  font-size: 13px;
  margin-right: 0.4rem;
}

.index_widgets {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.widget-payment_waiting-content .payment_waiting_text {
  color: #999;
}

.card.personal_widget a {
  color: #000;
}

.card.personal_widget .card-header.header-elements-inline {
  border-bottom: 1px solid #ededed;
  padding-bottom: 0.75rem;
  padding-top: 0.75rem;
  background: #3e495f;
  color: #fff;
}

.widgets_cabinet.show_widgets {
  display: none;
}

.body_widgets_main.body_widgets {
  position: fixed;
  left: 0;
  top: 0;
}

.content .sotbit_cabinet .sw--all_widgets {
  height: auto;
  margin-bottom: 0.7rem;
}

.content .sotbit_cabinet .sw--all_widgets .widget-bx-gd-buttons {
  position: static;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.widget-bx-gd-buttons .btn {
  margin-left: 0.3rem;
  margin-bottom: 0.3rem;
}

.card.personal_widget .card-header.header-elements-inline {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.widgets_cabinet.show_widgets .widget_buttons {
  display: none;
}

body .sotbit_cabinet .sotbit-cabinet-gadget a.list-icons-item {
  background: none;
  border: none;
  color: #fff;
}

body .sotbit_cabinet .sotbit-cabinet-gadget a.list-icons-item:hover {
  background: none;
  border: none;
}

#desktop .sotbit_cabinet {
  padding: 15px 10px 0px 10px;
}

#desktop .sotbit_cabinet .sw--all_widgets {
  padding-right: 10px;
}

@media screen and (max-width: 1270px) {
  .gadgetholder .gd-page-column {
    width: 50%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .gadgetholder .gd-page-column {
    width: 100%;
  }
}
@media screen and (max-width: 650px) {
  .gadgetholder .gd-page-column {
    width: 100%;
  }
}
@media screen and (max-width: 475px) {
  .widget_content.widget_blank-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .personal_widget .widget_content.widget_blank-buttons .ladda-button-left {
    padding-right: 0;
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 440px) {
  .card.personal_widget {
    min-width: 0;
  }

  .content {
    padding: 0;
  }

  .content .sotbit_cabinet .sw--all_widgets {
    padding-top: 1rem;
    padding-left: 5px;
    padding-right: 5px;
  }

  .btn.index_company-add_organization-button {
    margin: 1rem;
  }

  .index_widgets {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .widget_blank-buttons .btn {
    margin-top: 0.3rem;
    margin-bottom: 0.3rem;
  }
}

.widget-bx-gd-buttons .fab-menu {
  bottom: -0.5rem;
  right: calc(50% - 26px);
}

.widget-bx-gd-buttons .fab-menu-btn {
  background-color: #ff7043;
  color: #ffffff !important;
  opacity: 0.4;
}

.widget-bx-gd-buttons .fab-menu-btn:hover {
  opacity: 1;
}

.show_widgets + .sw--all_widgets {
  display: flex !important;
}

.sw--all_widgets {
  display: none !important;
}
/* End */
/* /local/templates/b2bcabinet/components/bitrix/system.pagenavigation/.default/style.css?16933032822384 */
/* /local/templates/b2bcabinet/components/bitrix/news.list/b2b_main_banner/style.css?16933032823033 */
/* /local/templates/b2bcabinet/components/sotbit/auth.company.choose/b2bcabinet_navbar/style.css?1693303282152 */
/* /local/gadgets/sotbit/profile/styles.css?16933032813746 */
/* /local/gadgets/sotbit/basket/styles.css?16933032815278 */
/* /local/gadgets/sotbit/html_area/styles.css?16933032812948 */
/* /local/gadgets/sotbit/favorites/styles.css?1693303281406 */
/* /local/gadgets/sotbit/buyorder/styles.css?1693303281253 */
/* /local/gadgets/sotbit/blank/styles.css?1693303281550 */
/* /local/templates/b2bcabinet/components/bitrix/system.auth.authorize/flat/style.css?16933032821113 */
/* /local/templates/b2bcabinet/components/sotbit/auth.company.list/b2b_gadget/style.css?1693303282368 */
/* /local/gadgets/sotbit/orders/styles.css?16933032816939 */
/* /local/gadgets/sotbit/weather/styles.css?1693303281434 */
/* /local/templates/b2bcabinet/components/bitrix/desktop/b2bcabinet_desktop/style.css?169330328228727 */
