@charset "UTF-8";

html, body {
  height: 100%;
}

body {
	color: #333333;
	font-family: Roboto;
	display: flex;
	flex-direction: column;
	background: #F0F4F7;
	overflow-x: hidden;
}

a, a:hover {
	color: #333333;
	text-decoration: none;
}

header {
	height: 60px;
	margin-top: 20px;
	position: relative;
    z-index: 700;
	line-height: 0.5;
}

select.form-control, .data_form select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url(/templates/newronax/images/new/arrow_down.svg) 90% 53% / 8% no-repeat;
}

select.form-control::-ms-expand, .data_form select::-ms-expand { 
    display: none; /* remove default arrow on ie10 and ie11 */
}

/* target Internet Explorer 9 to undo the custom arrow */
@media screen and (min-width:0\0) {
    select.form-control, .data_form select {
        background:none\9;
        padding: 5px\9;
    } 
}

.input-group>.custom-file .custom-file-input:focus~.custom-file-label, .input-group>.custom-select:focus, .input-group>.form-control:focus {
    z-index: 1;
}

.btn-primary {
	background-image: linear-gradient(153deg, #FE624D, #FF4234);
	border-radius: 25px;
}

.btn-primary:hover {
	background-image: linear-gradient(153deg, #FF7E6C, #FC1100);
}

:focus {
    outline: 0;
}

.btn.focus, .btn:focus {
	outline: 0!important;
	box-shadow: none!important;
}

.bootstrap-select .dropdown-toggle:focus {
	outline: 0!important;
}

.main_slider .form-control:focus, .main_slider .form-control:hover {
	border: none;
	box-shadow: none;
	opacity: 1!important;
}

.form-control:focus, .form-control:hover {
	border: 1px solid #ced4da;
	box-shadow: 0px 4px  8px rgba(0,0,0,.1);
	opacity: 1!important;
}

.clear {
	float: none;
	clear: both;
}

.head_phone {
	text-align: right;
	font-size: 14px;
	cursor: pointer;
	line-height: 25px;
}

.head_phone:before {
	content: '';
    display: inline-block;
    width: 14px;
    height: 20px;
    margin-right: 11px;
	background: url('/templates/newronax/images/new/mob_icon.svg') no-repeat;
	position: relative;
	top: 5px;
}

.head_phone:after {
	content: '';
	display: inline-block;
	width: 11px;
	height: 5px;
	background: url('/templates/newronax/images/new/arrow_down.svg') no-repeat;
	position: relative;
    bottom: 0px;
    margin-left: 10px;
}

.head_phone.opened:after {
	-moz-transform: rotate(180deg); /* Для Firefox */
    -ms-transform: rotate(180deg); /* Для IE */
    -webkit-transform: rotate(180deg); /* Для Safari, Chrome, iOS */
    -o-transform: rotate(180deg); /* Для Opera */
    transform: rotate(180deg);
}

.popover {
	border: none;
	max-width: 100%;
}

.popover .arrow {
	display: none;
}

.popover-body {
	padding: 20px;
	border-radius: 5px;
    box-shadow: 0px 4px 8px rgba(0,0,0,.1);
}

.label_gray {
	font-size: 14px;
	font-style: normal;
}

.close_phone_pop {
	position: absolute;
    right: 15px;
    top: 20px;
    font-size: 28px;
    line-height: 18px;
	cursor: pointer;
}

.consult {
	margin-top: 10px;
}

.consult .cons_item {
	padding: 5px 0px;
    border-bottom: 1px solid rgba(0,0,0,.1);
}

.consult .cons_item:last-child {
    border-bottom: none;
	padding-bottom: 0px;
}

.consult .cons_item p {
	margin-bottom: 0px;
	margin-top: 3px;
}

.consult .cons_item span {
	display: inline-block;
    margin-right: 15px;
}

.consult .cons_item .fab {
	margin-left: 8px;
	font-size: 12px;
}

.consult .cons_item .fab.fa-telegram-plane {
	color: #32c5ff;
}

.consult .cons_item .fab.fa-whatsapp {
	color: #6dd400;
}

.consult .cons_item .fab.fa-viber {
	color: #6236ff;
}

.consult > span {
	opacity: 0.4;
    font-size: 12px;
}

.lang .bootstrap-select {
	padding: 0px 0px;
    margin-bottom: 0px!important;
	display: block;
}

.lang .btn {
	padding: .25rem 1.5rem;
    border: none;
	background: transparent;
}

.lang .btn:focus, .lang .btn:hover {
    background-color: transparent;
}

.lang .btn:focus .filter-option, .lang .btn:hover .filter-option {
    background-color: transparent;
}

.lang .btn-light:not(:disabled):not(.disabled).active, .lang .btn-light:not(:disabled):not(.disabled):active, .lang .show>.btn-light.dropdown-toggle {
	background: transparent;
}

.lang .dropdown-toggle::after {
	background: url(/templates/newronax/images/new/arrow_down.svg) no-repeat;
    width: 11px;
    height: 5px;
    margin-top: 0px;
    border: none;
    position: relative;
    top: 3px;
}

.lang .show .dropdown-toggle::after {
	-moz-transform: rotate(180deg); /* Для Firefox */
    -ms-transform: rotate(180deg); /* Для IE */
    -webkit-transform: rotate(180deg); /* Для Safari, Chrome, iOS */
    -o-transform: rotate(180deg); /* Для Opera */
    transform: rotate(180deg);
}

.lang .flag-icon {
	margin-right: 3px;
}

.login_links {
	text-align: right;
}

.login_links a {
	font-weight: 500;
	line-height: 20px;
	display: inline-block;
	margin-right: 30px;
}

.login_links a:hover {
	cursor: pointer;
	border-bottom: 1px solid #333333;
}

.menu_btn {
	width: 60px;
	height: 60px;
	background: url('/templates/newronax/images/new/menu.svg') no-repeat;
	display: inline-block;
}

.main {
	position: relative;
	/*background: #A4B5C1;*/
	flex: 1 0 auto;
}

.main .circle {
	background: #fff;
	width: 100vh;
	height: 100vh;
	border-radius: 0px 0px 50% 50%;
	-moz-border-radius: 0px 0px 50% 50%;
	-webkit-border-radius: 0px 0px 50% 50%;
	position: fixed;
    top: -50%;
    left: 0;
    width: 100%;
    height: 150%;
    overflow: hidden;
    outline: 0;
	z-index: 500;
	
	display: none;
}

.big_title {
	font-size: 50px;
	font-weight: 500;
	line-height: 60px;
	text-align: center;
	margin: 0 auto;
    width: 675px;
	margin-top: 135px;
}

div.search-active ~ div.big_title {
	margin-top: 65px;
}

.work_area strong {
	font-size: 20px;
}

.search_form {
	width: 400px;
    margin: 0 auto;
    margin-top: 50px;
	position: relative;
}

.search_form .input-group {
	border-radius: 28px;
    border: 1px solid #D6D6D6;
	padding: 1px;
}

.search_form .input-group:hover {
	border: 1px solid #a4b5c1;
	box-shadow: 0px 4px  8px rgba(0,0,0,.1);
}

.search_form input {
	font-size: 14px;
    height: 56px;
    border-radius: 28px;
	padding: .375rem 1.5rem;
	border: none;
	opacity: 0.4;
}

.search_form input:hover {
	opacity: 1;
}

.main_block .search_form .submit_btn {
    background-image: linear-gradient(153deg, #FE624D, #FF4234);
    border-radius: 28px;
    color: #fff;
    padding: 18px 43px;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
	border: none;
}

.main_block .search_form .input-group:hover .submit_btn {
	background-image: linear-gradient(153deg, #FF7E6C, #FC1100);
}

.price_list {
	color: #fe4e30;
	display: block;
	font-size: 16px;
	font-weight: 500;
	line-height: 16px;
	margin: 0 auto;
    width: 150px;
    text-align: center;
	margin-top: 50px;
}

.price_list:hover {
	color: #fe4e30;
}

.price_list img {
	margin-left: 7px;
}

.home_circle {
    width: 100vw;
    position: absolute;
    height: 90vw;
    background: #fff;
    left: 50%;
    margin-left: calc(-50vw);
    border-radius: 0 0 100% 100%;
    margin-top: calc(-50vw);
}

@media (max-width: 1500px) {
	.home_circle {
		height: 100vw;
	}
}

@media (max-width: 1200px) {
	.home_circle {
		height: 110vw;
	}
	#informer_unreadnews {
		left: 60px!important;
	}
}

@media (max-width: 1000px) {
	.home_circle {
		height: 120vw;
	}
	#informer_unreadnews {
		left: 35px!important;
	}
}

.brands_block {
	text-align: center;
}

.brands_block .big_title {
	margin-top: 53px;
	width: 535px;
}

.brands {
	display: inline-block;
    width: auto;
	margin-top: 80px;
    margin-bottom: 20px;
}

.brands ul {
	list-style: none;
    float: left;
    text-align: left;
    border-width: 2px;
	border-style: solid;
	border-image: linear-gradient( to bottom, #FE0A6C, #FF7E06 ) 1 0 0 100%;
    padding-left: 15px;
    margin-right: 50px;
    font-size: 14px;
    line-height: 32px;
}

.brands ul:last-child {
    margin-right: 0px;
}

.brands:after {
	content: '';
    float: none;
    clear: both;
    display: block;
    width: 0px;
    height: 0px;
}

.filials_block {
	text-align: center;
	background: url(/templates/newronax/images/new/map.png) no-repeat;
    background-size: 50vw;
    background-position: 50% 100%;
}

.filials_block .big_title {
	margin-top: 100px;
}

.filials {
	display: inline-block;
    width: auto;
	margin-top: 80px;
    margin-bottom: 20px;
}

.filials ul {
	list-style: none;
    float: left;
    text-align: left;
    border-width: 2px;
	border-style: solid;
	border-image: linear-gradient( to bottom, #FE0A6C, #FF7E06 ) 1 0 0 100%;
    padding-left: 25px;
    margin-right: 70px;
    font-size: 14px;
    line-height: 35px;
}

.filials .country {
	font-size: 20px;
	font-weight: 500;
	text-transform: uppercase;
}

.filials .office {
	font-size: 16px;
	font-weight: 400;
}

.filials .phone {
	font-size: 16px;
	font-weight: 500;
}

.news_block {
	text-align: center;
}

.news {
	display: inline-block;
    width: auto;
    margin-bottom: 20px;
	margin-top: 80px;
}

.news_block .news > div {
	float: left;
	text-align: left;
	width: 255px;
    margin-right: 100px;
}

.news_block .news > div:nth-child(3) {
    margin-right: 0px;
}

.news_block .news > div p {
	font-size: 20px;
	font-weight: 500;
	line-height: 24px;
	margin-bottom: 0px;
}

.news_block .news > div a, .news_item .news_text .detailed_link {
	color: #fe4e30;
	font-size: 16px;
	font-weight: 500;
}

.all_news_link {
    margin: 0 auto;
    text-align: center;
	margin-top: 90px;
}

.all_news_link a {
    color: #fe4e30;
    font-size: 16px;
    font-weight: 500;
    line-height: 52px;
	padding: 10px 52px;
    border-radius: 32px;
	border: 1px solid #fe4e30;
}

footer {
	flex-shrink: 0;
	padding: 20px 0px;
	color: #a4b5c1;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	position: relative;
	margin-top: 90px;
	font-size: 12px;
}

.left_big_link {
	width: 16vw;
    height: 18vw;
	background: url('/templates/newronax/images/new/phone_ronax.png') no-repeat;
	position: absolute;
	left: 0px;
	bottom: 150px;
	z-index: 11;
	background-size: 100% 100%;
}

.left_big_link:hover {
	background-size: 95% 95%;
}

.left_big_link span {
	position: absolute;
    right: -3vw;
    color: #333333;
    font-size: 12px;
    font-weight: 500;
    line-height: 12px;
    text-transform: uppercase;
    letter-spacing: 4px;
    top: 8vw;
}

.left_big_link:hover span {
    color: #fe4e30;
}

.right_big_link {
	width: 20vw;
    height: 18vw;
	background: url('/templates/newronax/images/new/parts_ronax.png') no-repeat;
	position: absolute;
	right: 0px;
	bottom: 135px;
	z-index: 11;
	background-size: 100% 100%;
}

.right_big_link:hover {
	background-size: 95% 95%;
}

.menu_strip_table.table td {
	vertical-align: baseline;
	border-top: none;
}

.right_big_link span {
	color: #333333;
	font-size: 12px;
	font-weight: 500;
	line-height: 12px;
	text-transform: uppercase;
	letter-spacing: 4px;
	position: absolute;
    left: -4vw;
    top: 10vw;
}

.right_big_link.active span, .right_big_link:hover span {
	color: #fe4e30;
}

.slider_paging {
	text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 999;
	top: -3vh;
}

.slider_paging .slide_left {
	display: inline-block;
	height: 10px;
	width: 19px;
	background: url('/templates/newronax/images/new/arrow_left.svg') no-repeat;
	margin-right: 5px;
	position: relative;
    bottom: 2px;
}

.slider_paging .slide_right {
	display: inline-block;
	height: 10px;
	width: 19px;
	background: url('/templates/newronax/images/new/arrow_right.svg') no-repeat;
	margin-left: 5px;
	position: relative;
    bottom: 2px;
}

.slider_paging span {
	color: #fe4e30;
	font-size: 24px;
	font-weight: 500;
	line-height: 29px;
}

.modal-full {
    min-width: 100%;
    margin: 0;
}

.modal-full .modal-content {
    min-height: 100vh;
	width: 100vw;
}

.menu_items {
	margin-top: 20vh;
	color: #ffffff;
	font-size: 20px;
	font-weight: 700;
	line-height: 20px;
	padding-left: 50px;
}

.menu_items > div > a {
	color: #ffffff;
	display: inline-block;
	margin-left: 60px;
}

.menu_items div {
	margin-bottom: 45px;
}

.menu_items div span {
	transform: rotate(-90deg);
    display: inline-block;
}

.menu_items > div > a {
	position: absolute!important;
	left: 90px;
	margin-left: 0px;
	min-width: 165px;
}

.menu_items > div {
	position: relative;
}

.menu_items .subitems .has_subitems {
	margin-left: 0px;
	position: relative;
}

.menu_items .subitems .has_subitems:after {
	bottom: 7px;
    right: -23px;
}

.menu_items .subitems .subitems {
	padding-left: 0px;
}

.menu_items div > a {
	position: relative;
}

.menu_items div > a:hover:before {
	content: '';
	width: 34px;
	height: 1px;
	background: #fff;
	display: inline-block;
	position: absolute;
	left: -50px;
    top: 10px;
}

.menu_items .has_subitems:after {
	content: '';
    width: 11px;
    height: 8px;
    display: inline-block;
    background: url(/templates/newronax/images/new/arrow_up.svg) no-repeat;
    margin-left: 30px;
	position: absolute;
    right: -5px;
}

.menu_items .has_subitems:after {
	transform: rotate(180deg);
    bottom: 5px;
}

.menu_items .has_subitems.show:after {
	transform: rotate(0deg);
    bottom: 0px;
}

.menu_items .has_subitems.show + .subitems {
	display: block;
}

.menu_items .subitems {
	font-size: 16px;
    font-weight: 400;
    line-height: 20px;
	margin-left: 60px;
	margin-bottom: 0px;
	display: none;
}

.menu_items .subitems .subitems {
	margin-left: 10px;
}

.menu_items .subitems li {
	margin-top: 25px;
	min-width: 160px;
}

.menu_items .subitems a {
	color: #fff;
}

.menu_items .subitems a:hover {
	color: #d8d8d8;
}

.menu_items .subitems li:hover {
	color: #d8d8d8;
}

.logged_links .cabinet {
	font-size: 14px;
	font-weight: 500;
	float: left;
	line-height: 28px;
}

.logged_links .cabinet:before {
	content: '';
	width: 18px;
	height: 18px;
	background: url('/templates/newronax/images/new/cabinet.svg') no-repeat;
	display: inline-block;
	margin-right: 15px;
    position: relative;
    top: 3px;
	
}

.logged_links .basket {
	font-size: 14px;
	font-weight: 500;
	float: right;
	text-align: right;
	line-height: 28px;
}

.logged_links .basket:before {
	content: '';
	width: 18px;
	height: 17px;
	background: url('/templates/newronax/images/new/basket_top.svg') no-repeat;
	display: inline-block;
	margin-right: 15px;
    position: relative;
    top: 3px;
	line-height: 28px;
}

.search_head_form,
.konto-user-manage {
	position: relative;
}

.search_head_form .search_input,
.konto-user-manage input {
	height: 40px;
    border-radius: 28px;
    padding-left: 25px;
    font-size: 12px;
}

.konto-user-manage input {
	border: 1px solid #ced4da;
}

.search_head_form .search_submit {
	position: absolute;
    right: 30px;
    top: 11px;
    background: url(/templates/newronax/images/new/search.svg) no-repeat;
    border: none;
    height: 18px;
    width: 18px;
}

.page .main {
	margin-top: 50px;
}

.breadcrumbs {
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 50px;
}

.breadcrumbs a {
	color: #fe5f4b;
	margin-right: 10px;
}

.breadcrumbs span {
	margin-left: 10px;
}

.page .main .title_block {
	margin-bottom: 30px;
}

.page .main .title_block h1 {
	font-size: 30px;
	font-weight: 500;
	line-height: 30px;
	float: left;
}

.page .main .title_block .useful_btns {
	float: left;
	margin-left: 40px;
}

.page .main .title_block .useful_btns a {
	display: inline-block;
	background: #fff;
	border-radius: 5px;
	height: 30px;
	width: 30px;
	margin-right: 5px;
    background-repeat: no-repeat;
    background-position: center;
}

.page .main .title_block .useful_btns .refresh {
	background-image: url(/templates/newronax/images/new/continuous.svg);
}

.page .main .title_block .useful_btns .word {
	background-image: url(/templates/newronax/images/new/word.svg);
}

.page .main .title_block .useful_btns .excel {
	background-image: url(/templates/newronax/images/new/excel.svg);
}

.work_area {
	background: #fff;
	padding: 15px 20px;
	border-radius: 10px;
}

.work_area .table {
	font-size: 12px;
}

.work_area .table th {
	color: #a4b5c1;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
	border: none;
	padding-bottom: 7px;
}

.work_area .table td {
	white-space: nowrap;
	border-top: 1px solid #e2ebf2;
	line-height: 46px;
}

.work_area .table input {
	height: 30px;
	border: 1px solid #a4b5c1;
	border-radius: 15px;
	margin-top: 9px;
	line-height: 30px;
	text-align: center;
}

.work_area .table input[type="number"] {
	width: 60px;
	text-align: center;
	font-size: 12px;
	-webkit-appearance: none; 
}

.work_area .big_buttons {
	text-align: center;
	margin-bottom: 25px;
	margin-top: 45px;
}

.work_area .clear_basket {
	border: 1px solid #fe5f4b;
    border-radius: 40px;
    text-align: center;
    color: #fe5f4b;
    font-size: 14px!important;
    font-weight: 500;
    padding: 15px 72px;
    margin-right: 50px;
	background: #fff;
}

.work_area .submit_basket, .work_area .submit_profile {
	border: 1px solid #fe5f4b;
    border-radius: 40px;
    text-align: center;
    color: #fff;
    font-size: 14px!important;
    font-weight: 500;
    padding: 15px 72px;
}

.work_area .table input::-webkit-outer-spin-button,
.work_area .table input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

.work_area .table input[type=number] {
    -moz-appearance:textfield; /* Firefox */
}

.work_area .product_img {
    text-align: center;
}

.work_area .green {
	width: 20px;
	height: 20px;
	border-radius: 20px;
	display: inline-block;
	background: #6dd400;
	vertical-align: middle!important;
}

.remove {
	width: 16px;
	height: 20px;
	display: inline-block;
	background: url('/templates/newronax/images/new/delete.svg') no-repeat;
	vertical-align: middle!important;
	cursor: pointer;
}

.stop {
	width: 20px;
	height: 20px;
	display: inline-block;
	background: url('/templates/newronax/images/new/stop.svg') no-repeat;
	vertical-align: middle!important;
}

.work_area .summary {
	text-align: center;
	border-bottom: 1px solid #e2ebf2;
}

.work_area .summary .sum_text {
	font-size: 20px;
	font-weight: 500;
	line-height: 37px;
	text-align: right;
}

.tabs {
	border: none;
}

.tabs.ui-widget-content {
	background: none;
}

.tabs.ui-tabs .ui-tabs-panel {
	padding: 20px 15px;
    background: #fff;
    position: relative;
    z-index: 2;
    bottom: 3px;
}

.tabs .nav-tabs {
	background: none;
	border: none;
	padding: 0;
}

.tabs .nav-item {
	background: none;
	border: none;
}

.tabs .nav-link {
	border: 1px solid #e2ebf2;
    background: #f2f6f9;
	background-image: none;
    border-radius: 10px;
    box-shadow: 0px 4px 8px rgba(0,0,0,.1);
    float: left;
    padding: 12px 40px!important;
    position: relative;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
	color: #a4b5c1!important;
	font-size: 14px;
	font-weight: 500;
	margin-right: 15px;
}

.tabs .nav-link:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    position: absolute;
    width: 20px;
    height: 54px;
    background: #f2f6f9;
    right: -11px;
    bottom: -15px;
    box-shadow: 7px 4px 8px rgba(0,0,0,.1);
    transform: rotate(-28deg);
    z-index: 1;
}

.tabs .nav-item.ui-tabs-active .nav-link {
    background: #fff;
	color: #fe5f4b;
	border: none;
	z-index: 2;
}

.table .data_table {
	width: 100%;
	border-collapse: collapse;
    border-radius: 10px;
    overflow: hidden;
}

.tabs .nav-item.ui-tabs-active .nav-link:after {
    background: #fff;
}

.tabs:after {
	content: '';
    float: none;
    clear: both;
    display: block;
    width: 0px;
    height: 0px;
}

.work_tabs .content {
	display: none;
	padding: 20px 15px;
    background: #fff;
    position: relative;
    z-index: 600;
    bottom: 1px;
	border-radius: 10px;
}

.work_tabs .content.active_tab {
	display: block;
}

.filters {
	margin-bottom: 15px;
}

.filters select, .filters input[type="text"],
.filters input[type="textbox"],
.data_form select {
	border: 1px solid #a4b5c1;
	border-radius: 15px;
	font-size: 12px;
	padding-left: 15px;
	height: 30px;
	opacity: .4;
}

.data_form select {
	border-radius: 28px;
	padding-left: 20px;
	opacity: .8;
}

.filters .form-control {
	width: auto;
	display: inline-block;
}

.data_form select {
	margin-left: 0px;
	width: auto;
	padding-right: 35px;
	text-transform: capitalize;
}

.file_icon {
	position: relative;
    top: 6px;
}

.checkboxes {
	margin-left: 25px;
}

.checkboxes:first-child {
	margin-left: 0px;
}

.checkboxes .custom-checkbox {
	float: left;
	margin-right: 15px;
}

.custom-control-label::before {
    top: 0px;
    width: 30px;
    height: 30px;
}

.custom-control-label::after {
    top: 0px;
    left: -24px;
    width: 30px;
    height: 30px;
}

.filter_input {
	border: 1px solid #a4b5c1;
    border-radius: 15px;
    padding: 5px 15px;
    font-size: 12px;
    width: 157px;
	cursor: pointer;
}

.filter_input:after {
	content: '';
    width: 14px;
    height: 14px;
    background: url(/templates/newronax/images/new/filter.svg) no-repeat;
    display: inline-block;
    float: right;
    position: relative;
    top: 2px;
}

.clients_table thead TR, .files_table thead tr, .orders_table thead tr {
    background: #DCE2E6;
    border-radius: 5px;
    font-weight: 500;
    color: #747e86;
    border-radius: 5px;
}

.clients_table .table, .files_table .table, .orders_table .table {
	margin-bottom: 0px;
	border-collapse: collapse;
    border-radius: 10px;
    overflow: hidden;
}

.clients_table th, .files_table th, .orders_table th {
	font-size: 14px;
    border: none;
	color: #747e86;
    border-bottom: none!important;
}

.orders_table th[data-hide="phone,tablet"] {
	text-align: center;
}

.clients_table tr td, .files_table tr td, .orders_table tr td {
	border: none;
	font-size: 12px;
	font-weight: 400;
    line-height: 30px;
}

.clients_table tr td:first-child, .files_table tr td:nth-child(2) {
	width: 75%;
}

.clients_table tr td input, .files_table tr td input {
	height: 30px;
    border: 1px solid #a4b5c1;
    border-radius: 15px;
}

.clients_table tr:nth-child(2n), .files_table tr:nth-child(2n) {
	background: #F0F4F7;
}

.files_table .remove {
	position: relative;
    bottom: 2px;
}

.custom-control-label.percent::before {
    background: url(/templates/newronax/images/new/percent.svg) no-repeat;
    background-position: 50%;
}

.button_refresh {
    background: url(/templates/newronax/images/new/continuous.svg) no-repeat;
    background-position: 50%;
	width: 30px!important;
	height: 30px!important;
	background-color: #fff!important;
	border: 1px solid #a4b5c1!important;
}

.work_area.news_area {
	padding: 60px;
}

.news_item {
	margin-bottom: 25px;
}

.news_item .post_date {
	border-bottom: 1px solid #d8d8d8;
	text-align: right;
	margin-bottom: 36px;
}

.news_item .news_img, .news_item .news_text {
	display: inline-block;
    width: auto;
    vertical-align: middle;
}

.news_item .news_text {
	max-width: 500px;
	margin-left: 35px;
}

.news_item .news_text .title {
	font-size: 20px;
	font-weight: 500;
}

.news_item .news_text p {
	color: #a4b5c1;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
    margin-top: 5px;
}

.news_area .page_title {
	font-size: 50px;
    font-weight: 500;
    max-width: 629px;
    line-height: 50px;
}

.news_page {
	border-top: 1px solid #d8d8d8;
}

.social_links {
	margin-top: 100px;
}

.social_links > div {
	color: #a4b5c1;
    font-size: 12px;
    font-weight: 400;
}

.social_links a {
	display: inline-block;
    width: 40px;
    height: 40px;
    border: 1px solid #a4b5c1;
    border-radius: 40px;
    text-align: center;
    line-height: 40px;
	margin-top: 20px;
	margin-right: 10px;
}

.top_details {
	margin-bottom: 50px;
}

.top_details div {
	color: #a4b5c1;
	font-size: 14px;
	font-weight: 400;
	display: inline-block;
	margin-right: 35px;
	margin-top: 15px;
}

.top_details div:last-child {
	margin-right: 0px;
}

.ad_block {
	height: 310px;
    border: 1px solid #a4b5c1;
    margin-bottom: 20px;
}

.news_page .top_text {
	font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.news_page_content > div > span {
	font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
    display: block;
    margin-top: 40px;
}

.news_page_content > div > p {
	font-size: 14px;
	font-weight: 300;
}

.news_page_content ol {
	counter-reset: my-awesome-counter;
	list-style: none;
	padding-left: 30px;
}
.news_page_content ol li {
	margin: 0 0 20px 0;
	counter-increment: my-awesome-counter;
	position: relative;
	font-size: 14px;
	font-weight: 300;
	line-height: 22px;
}
.news_page_content ol li::before {
	content: counter(my-awesome-counter);
    color: #fe4e30;
    font-size: 12px;
    font-weight: 500;
    position: absolute;
    --size: 32px;
    left: calc(-1 * var(--size) - 0px);
    line-height: 20px;
    width: 20px;
    height: 20px;
    background: #f2f6f9;
    top: 0px;
    border-radius: 50%;
    text-align: center;
}

.news_images {
	margin-top: 50px;
}

.news_images span {
	color: #a4b5c1;
	font-size: 14px;
	font-weight: 400;
	line-height: 14px;
	display: inline-block;
    margin-top: 10px;
}

.news_images img {
	width: 100%;
}

.news_items .block_title {
	font-size: 30px;
	font-weight: 500;
	line-height: 30px;
	margin-top: 70px;
    margin-bottom: 30px;
}

.work_area.static_page {
	padding: 60px;
}

.work_area .page_title {
	font-size: 30px;
    font-weight: 500;
    line-height: 30px;
}

.sidebar_area {
	padding: 30px;
    border-radius: 10px;
    background: #fff;
}

.sidebar_area .side_title {
	font-size: 24px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 20px;
}

.sidebar_area .side_item {
	margin-top: 20px;
}

.sidebar_area .side_item a {
	display: block;
}

.sidebar_area .side_item img {
	width: 100%;
}

.sidebar_area .side_item span {
	font-size: 12px;
    font-weight: 400;
    display: inline-block;
    margin-top: 10px;
}

.sidebar_area .side_item .side_link {
	font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    margin-top: 10px;
}

.sidebar_area .side_item .detailed_link {
	color: #fe4e30;
	font-size: 14px;
	font-weight: 500;
	line-height: 14px;
    margin-top: 10px;
}

.static_page .company_page p {
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	margin-top: 20px;
	max-width: 665px;
}

.static_page .company_page span {
	font-size: 20px;
	font-weight: 500;
	line-height: 20px;
	display: block;
	margin-bottom: 10px;
}

.static_page .company_page img {
	width: 100%;
    margin-top: 10px;
}

.files_table .check_head {
	width: 16px;
    height: 16px;
    background: url(/templates/newronax/images/new/minus-square-solid.svg) no-repeat;
    display: inline-block;
    position: relative;
    top: 3px;
}

.files_table .custom-control-label::before, .orders_table .custom-control-label::before {
    top: 7px;
    width: 16px;
    height: 16px;
}

.files_table .custom-control-label::after, .orders_table .custom-control-label::after {
    top: 5px;
    left: -26px;
    width: 20px;
    height: 20px;
}

.files_table .custom-control-input:checked~.custom-control-label::before, .orders_table .custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #fe5f4b;
    background-color: #fe5f4b;
}

.files_table td.check_active {
    border-left: 2px solid #fe5f4b;
}

.orders_table .custom-control {
	padding-left: 0px;
	position: relative;
	left: 5px;
}

.orders_table .custom-control-label::before {
	left: 0px;
}

.orders_table .custom-control-label::after {
	left: -2px;
}

.refresh:not(.custom-control-label) {
	display: block;
	height: 18px;
	width: auto;
	background-image: url(/templates/newronax/images/new/continuous.svg);
	background-repeat: no-repeat;
    background-position: center;
}

.info_solid {
	display: block;
	height: 20px;
	width: auto;
	background-image: url(/templates/newronax/images/new/info-solid.svg);
	background-repeat: no-repeat;
    background-position: center;
}

#menuModal .modal-content {
	background-image: linear-gradient(90deg, #FE0A6C, #FF7E06);
}

#menuModal .modal-body {
	background: url('/templates/newronax/images/new/menu_background.png') no-repeat;
	background-position: 40% 30px;
}

#menuModal .close {
	background: #fff;
    opacity: 1;
    padding: 18px 21px;
    border-radius: 35px;
	margin-right: 5%;
    margin-top: 3%;
	text-align: center;
}

#menuModal .close:focus {
	outline: none;
}

#menuModal .close span {
	width: 19px;
	height: 18px;
	display: inline-block;
	background: url('/templates/newronax/images/new/close_menu.svg') no-repeat;
	position: relative;
    top: 1px;
	z-index: 999;
}

#loginModal .modal-content {
	border-radius: 10px;
}

#loginModal .modal-dialog {
	width: 415px;
}

#loginModal .login_form {
	padding: 45px 63px;
}

#loginModal .close {
	opacity: 1;
	margin-right: 15px;
}

#loginModal .close span {
    font-weight: 300;
	font-size: 37px;
    opacity: 1;
    color: #333333;
}

#loginModal .login_form .modal_title {
    font-size: 30px;
    font-weight: 500;
    line-height: 30px;
	text-align: center;
}

#loginModal .login_modal_links {
	margin: 25px 0px;
}

#loginModal .login_modal_links .float-left {
	font-size: 14px;
	font-weight: 400;
	line-height: 14px;
}

#loginModal .login_modal_links .register {
	color: #ff5b25;
	font-size: 14px;
	font-weight: 500;
	line-height: 14px;
	text-align: right;
}

#loginModal .form_block .form-group:not(.form-check) input, #reg_form input, #user_form input, #psw_change_form input, #psw_rec_form input {
	background: #f0f4f7;
    border-radius: 28px;
    border: none;
    padding: 0px 20px;
    height: 40px;
	font-size: 12px;
    font-weight: 400;
}

#loginModal .form_block .btn {
	background: #fe4e30;
    width: 100%;
    border-radius: 25px;
    color: #ffffff;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    padding: 9px 0px;
}

#loginModal .form_block .form-check {
	padding-left: 32px;
}

#loginModal .form_block .form-check .form-check-input {
	left: 30px;
}

#loginModal .form_block .form-check .form-check-label, #loginModal .form_block .form-check .float-right {
	opacity: 0.4;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 400;
}

#price_lost_tab tbody td {
	border-top: none;
}

#price_lost_tab thead th {
	border-bottom: 1px solid #e2ebf2;
}

.form_block .form-check .float-right {
	position: relative;
    top: 4px;
}

.ui-dialog {
	z-index: 999;
}

.lang .dropdown-menu {
	left: 44px!important;
	border-radius: 5px;
    box-shadow: 0px 4px 8px rgba(0,0,0,.1);
	border: none;
	min-width: auto!important;
	font-size: 14px;
}

.lang .filter-option-inner-inner {
	font-size: 14px;
}

.lang img {
	margin-right: 8px;
    position: relative;
    bottom: 2px;
}

/* Search
--------------------------- */
.search {
  text-align: center;
    position: relative;
    width: 100%;
    z-index: 111;
}
.search .debug {
  position: relative;
  z-index: 40;
}

.search-active .slider_arrows {
  display: none !important;
}

.search-close {
	color: #fff;
	position: absolute;
	right: 20px;
	top: 20px;
	font-size: 30px;
	cursor: pointer;
	width: 19px;
	height: 18px;
	display: inline-block;
	background: url(/templates/newronax/images/new/close_menu.svg) no-repeat;
}

.search-title {
  font-size: 5.7em;
  line-height: 1em;
  font-family: 'Varela Round', Arial, sans-serif;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 0.5em;
}

.search-title span {
  font-family: "Open Sans", Arial, sans-serif;
  display: block;
  font-size: 0.5em;
  text-transform: none;
  letter-spacing: 1px;
}

.search-note {
  color: #828282;
  font-size: 1.8em;
}

.useful_btns .button_img {
	width: 30px!important;
    height: 30px!important;
    background-color: #fff!important;
    border: none!important;
	margin-right: 5px;
}

.basket_botm td {
	padding: .1rem;
}

/* Search Results */
.search-results {
  display: none;
  top: 20px;
  padding: 60px 40px;
  font-size: 12px;
  line-height: 22px;
  width: 95% !important;
  z-index: 9999;
    background: #fff;
	box-shadow: 4px 4px 10px 8px rgba(0,0,0,.1);
    margin-top: 10px;
	position: relative;
	border-radius: 10px;
}
.search-results:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 20px;
  margin-left: -20px;
}

.mini-search-win .search-results {
	top: 70px;
    position: absolute;
    width: 1280px!important;
    left: -659px;
}

.search-active .search-results {
  display: block;
}

.page .search {
  display: none;
}

.search-visible .search {
  display: block;
}

.index .search-icon {
  display: none !important;
}

.search-visible .slider_arrows, .search-visible .search-title, .search-visible .search_field {
  display: none;
}
.search-visible .search-note {
  position: absolute;
  bottom: 100%;
  width: 100%;
  text-align: center;
}
.search-visible .search-close {
  color: #000;
  top: 20px;
}
.search-visible .search-results:after {
  left: 59%;
}

.mini-search {
  clear: both;
  float: right;
  margin: 0 10px;
  font-size: 12px;
}
.mini-search label {
  color: #666;
  text-transform: uppercase;
}
.mini-search input:focus {
  background-color: #fff;
  color: #000;
}
.mini-search a {
  color: #666;
}
.mini-search a:hover {
  color: #fff;
}

.index .mini-search {
  display: none;
}

.mini-search-response {
	color: #666;
    position: absolute;
    top: 100%;
    line-height: 17px;
    margin-top: 5px;
    padding: 0 10px 10px;
	min-width: 200px;
}
.mini-search-response p {
  margin: 0;
  font-size: 13px;
}

.logged_links .dropdown-menu {
	border-radius: 5px;
    box-shadow: 0px 4px 8px rgba(0,0,0,.1);
	border: none;
}

.logged_links .dropdown-menu a {
	display: block;
    line-height: 34px;
    margin: 0px 15px;
	font-size: 14px;
}

.logged_links .dropdown-menu a:hover {
	color: #ff4e3d;
}

.logged_links .dropdown-menu span:hover {
	color: #ff4e3d;
	cursor: pointer;
}

.logged_links .dropdown-menu .logout {
	display: block;
    line-height: 32px;
    padding-top: 5px;
    border-top: 1px solid #eee;
	padding-left: 15px;
	font-size: 14px;
}

.logged_links .dropdown-menu .logout:before {
	display: inline-block;
	content: "";
	width: 17px;
	height: 13px;
	background: url('/templates/newronax/images/new/logout.svg') no-repeat;
	margin-right: 5px;
	position: relative;
    top: 1px; 
}

.text_page {
	padding: 60px;
	font-size: 14px;
	font-weight: 300;
	line-height: 22px;
}

.text_page h1 {
	margin-bottom: 30px;
}


.search-results table {
	font-size: 12px;
	width: 100%;
}

.search-results table th {
	color: #a4b5c1;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
	border: none;
	padding-bottom: 7px;
}

.search-results table td {
	white-space: nowrap;
	border-top: 1px solid #e2ebf2;
	line-height: 46px;
	padding: .75rem;
    border-bottom: 1px solid #e2ebf2;
}

.search-results table input {
	height: 30px;
	border: 1px solid #a4b5c1;
	border-radius: 15px;
	margin-top: 9px;
}

.search-results table input[type="number"] {
	width: 60px;
	text-align: center;
	font-size: 12px;
	-webkit-appearance: none; 
}

#reg_div {
	padding: 15px 50px;
}

.custom-control {
	display: inline-block;
	margin-right: 25px;
	padding-left: 30px;
}

.custom-control-label::before {
    top: 2px;
    width: 16px;
    height: 16px;
	left: -25px;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #6DD400;
    border-color: #6DD400;
    background-color: #6DD400;
}

.custom-control-input:focus~.custom-control-label::before {
	box-shadow: none;
}

.data_form .custom-control-label::after {
	background: transparent;
	background-image: none!important;
}

.checkboxes {
	margin-right: 20px;
}

.checkboxes button {
	margin-right: 5px;
}

.custom-control-label {
    font-size: 14px;
}

.borderline {
	border-bottom: 1px solid #e2ebf2;
}

.modal-open .modal {
	z-index: 9999;
}

tbody .tr_even {
	background: rgba(236, 240, 244, 1);
}

thead .tr_even {
	background: transparent;
}

.data_table th.sort_cont {
	text-align: left!important;
}

.data_table tr.se_sort_tr--center th {
	text-align: center!important;
}

.mobile_row {
	display: none;
}

.mob_menu_btn {
	width: 40px;
	height: 40px;
    background: url(/templates/newronax/images/new/menu_mob.svg) no-repeat;
    display: inline-block;
}

.mob_head_logo {
	color: #ff4a3a;
	font-size: 20px;
	font-weight: 400;
}

.mob_head_logo:hover {
	color: #ff4a3a;
}

.mobile_header_phones {
	margin: 0 auto;
	margin-top: 15px;
}

.mob_carousel {
	display: none;
}

.popover {
	z-index: 9999;
}

.news_block .news .item_date {
	color: #a4b5c1;
    font-size: 14px;
    font-weight: 400;
    margin-right: 35px;
    margin-bottom: 5px;
}

.mobile_brands {
	display: none;
}

.lang_links {
	padding-top: 50px;
    padding-left: 30px;
    min-width: 310px;
    padding-bottom: 10px;
    position: relative;
    z-index: 1;
}

.lang_links a {
	width: 34px;
    height: 34px;
    display: inline-block;
    text-align: center;
    line-height: 29px;
}

.lang_links a.lang_selected {
	border: 1px solid #fff;
	box-shadow: 0px 4px 8px rgba(0,0,0,0.1);
    border-radius: 5px;
}

.user_mob_links {
	padding-left: 30px;
	padding-bottom: 10px;
}

.user_mob_links a {
	color: #ffffff;
	font-size: 16px;
	font-weight: 500;
	line-height: 14px;
	display: block;
	line-height: 32px;
}

.ui-widget-header {
	border: none;
	background: none;
	color: #333333;
}

.ui-widget-content {
	background: #fff;
	border: none;
}

.ui-widget {
	font-family: Roboto;
	border-radius: 5px;
}

.combobox_btn {
	background: url(/templates/newronax/images/new/arrow_down.svg) no-repeat;
    box-shadow: none;
    border: none;
    position: relative;
    right: 40px;
	height: 7px;
}

.index #user_select_top_combo {
	background-color: #f0f4f7;
}

#user_select_top_combo {
	vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	border: none;
    height: 40px;
    opacity: 1;
    background-color: #fff;
    border-radius: 28px;
    padding-left: 20px;
}
.ui-dialog .ui-state-default, .ui-dialog .ui-widget-content .ui-state-default, .change_password {
	background-image: linear-gradient(153deg, #FE624D, #FF4234);
    border-radius: 28px;
    color: #fff;
    font-size: 14px;
    padding: 5px 24px;
    border: none;
}

.ui-dialog .ui-state-default:hover, .ui-dialog .ui-widget-content .ui-state-default:hover, .change_password:hover {
	background-image: linear-gradient(153deg, #FF7E6C, #FC1100);
    border: none;
}

.ui-dialog .ui-widget-header .ui-state-default {
	padding: 7px 11px;
    text-align: center;
}

.ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active {
	text-decoration: none;
    outline: none;
}

button:focus {
	outline: none;
}

.req_th {
	color: red;
}

#informer_unreadnews {
	color: white;
    background-color: #FF7E6C;
    padding: 0px 5px;
    position: absolute!important;
    left: -50px;
    font-style: normal;
    font-size: 15px;
    top: 3px;
    min-width: auto;
    height: 23px;
    line-height: 25px;
}

#informer_unreadnews:hover:before {
	display: none;
}

.ui-tooltip {
	display: none;
	position: relative;
}

.ui-dialog {
	display: block;
}

.brands_block .brands ul li a {
	font-weight: bold;
}

.viber_link {
	cursor: pointer;
}

#show_hide_password .input-group-addon {
	position: relative;
    right: 35px;
    top: 10px;
}

#order_items_container .data_table td, #order_items_container .data_table th {
	padding: 0;
}

#excel_output_content .price {
	padding-right: 15px;
}
#excel_output_content th,
#excel_output_content td {
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 13px;
}

#login_form #show_hide_password .input-group-addon {
	position: absolute;
	right: 18px;
}

.text_page > table p {
	margin: 1rem 0;
}

@media (min-width: 1200px) {
	.container {
		max-width: 1280px;
	}
	
	.page .main .container {
		width: 1240px;
	}
	
	.logged_links .cabinet {
		margin-left: 60px;
	}
}

@media (max-width: 765px) {
	#user_form select {
		width: 150px;
	}
	#user_form td.label_nowrap {
		max-width: 92px;
	}
	#loginModal .login_modal_links .register {
		font-size: 12px;
	}
	#loginModal .login_modal_links .float-left {
		font-size: 12px;
	}
	.form_block .form-check .float-right {
		top: -3px;
	}
	#reg_form select {
		width: 115px!important;
	}
	#reg_form #turnover {
		width: 137px!important;
	}
	#reg_form #kcaptcha {
		width: 132px!important;
	}
	#reg_form td.label_nowrap {
		padding: 2px 0px!important;
	}
	#orders_tab {
		overflow-y: scroll;
	}
	.menu_items .subitems li {
		margin-top: 12px;
	}
	.work_area .submit_basket, .work_area .submit_profile {
		padding: 15px 20px;
	}
	.work_area .clear_basket {
		padding: 15px 12px;
		margin-right: 10px;
	}
	.tabs .nav-link {
		padding: 12px 14px!important;
		margin-right: 2px;
		font-size: 0;
	}
	.tabs .nav-link:after {
		display: none;
	}
	.search-note {
		font-size: 14px;
		margin-top: 15px;
	}
	#informer_unreadnews {
		left: 170px;
	}
	.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
		float: none;
	}
	.menu_items .subitems {
		line-height: 15px;
		margin-left: 30px;
		font-size: 12px;
	}
	.menu_items div span {
		font-size: 12px;
	}
	.mobile_brands {
		display: block;
	}
	.desktop_brands {
		display: none;
	}
	.head_phone {
		font-size: 12px;
	}
	.head_phone:after {
		bottom: 2px;
	}
	.mobile_row {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
	}
	.desktop_row {
		display: none;
	}
	.search_form {
		width: 315px;
		margin-top: 15px;
	}
	.main_block .search_form .submit_btn {
		padding: 11px 43px;
	}
	.search_form input {
		height: 40px;
	}
	.big_title {
		font-size: 24px;
		width: auto;
		line-height: 28px;
		margin-top: 55px;
	}
	.left_big_link {
		top: -165px;
		width: 170px;
		height: 194px;
		left: -55px;
	}
	.left_big_link span {
		top: 100px;
		right: -10vw;
		font-size: 10px;
	}
	.right_big_link {
		width: 160px;
		height: 140px;
		top: -163px;
		right: -35px;
	}
	.right_big_link span {
		left: -5vw;
		top: 125px;
		font-size: 10px;
	}
	.home_circle {
		height: 180vw;
		width: 125vw;
		margin-left: calc(-61vw);
	}
	.price_list {
		margin-top: 30px;
		font-size: 14px;
	}
	.slider_paging {
		bottom: -36%;
	}
	.brands {
		margin-top: 30px
	}
	.brands_block .big_title {
		margin-top: 53px;
		width: 250px;
	}
	.brands ul {
		margin-right: 8px;
		font-size: 11px;
		padding-left: 10px;
		line-height: 18px;
		min-width: 91px;
		margin-bottom: -2px;
	}
	.page .main {
		margin-top: 20px;
	}
	.breadcrumbs {
		margin-bottom: 15px;
	}
	.work_area.news_area {
		padding: 20px;
	}
	.page .main .title_block h1 {
		font-size: 24px;
		line-height: 24px;
	}
	.page .main .title_block {
		margin-bottom: 20px;
	}
	.news_item .news_text {
		margin-left: 0px;
		margin-top: 10px;
	}
	.news_item .news_img, .news_item .news_text {
		width: 100%;
	}
	.news_item .news_img img {
		width: 100%;
	}
	.news_item .news_text .title {
		font-size: 18px;
		line-height: 20px;
	}
	.news_block .news > div a, .news_item .news_text .detailed_link {
		font-size: 14px;
	}
	.page .main .detailed_item .title_block {
		margin-bottom: 0px;
	}
	.top_details div {
		font-size: 12px;
	}
	.social_links {
		margin-top: 30px;
		border-top: 1px solid #d8d8d8;
		border-bottom: 1px solid #d8d8d8;
		padding-bottom: 15px;
	}
	.social_links > div {
		float: left;
		margin-right: 40px;
	}
	.social_links > div:last-child {
		margin-right: 0px;
	}
	.social_links:after {
		display: block;
		width: 0px;
		height: 0px;
		content: "";
		clear: both;
		float: none;
	}
	.social_links a {
		margin-top: 15px;
	}
	.news_images {
		display: none;
	}
	.mob_carousel {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
	}
	.news_page_content .mob_carousel ol li::before {
		background: #e2ebf2;
		width: 8px;
		height: 8px;
		left: -15px;
	}
	.news_page_content .mob_carousel ol li.active::before {
		background: #a4b5c1;
	}
	.news_page_content .mob_carousel .carousel {
		margin-bottom: 10px;
	}
	.carousel-indicators li {
		width: 15px;
		background-color: transparent;
		background-clip: none;
		border-top: none;
		border-bottom: none;
	}
	.mob_carousel .carousel-caption {
		left: 0px;
		text-align: left;
		bottom: -50px;
		color: #a4b5c1;
		font-size: 12px;
	}
	.carousel-inner {
		padding-bottom: 40px;
	}
	.news_page_content ol {
		bottom: -40px;
	}
	.news_page_content ol li {
		font-size: 12px;
		line-height: 22px;
		margin: 0 0 10px 0;
	}
	.news_page_content > div > span {
		font-size: 16px;
		line-height: 20px;
	}
	.news_page_content > div > p {
		font-size: 12px;
		line-height: 22px;
	}
	.news_page .top_text {
		font-size: 14px;
		line-height: 22px;
	}
	.top_details {
		margin-bottom: 20px;
	}
	#menuModal .modal-body {
		background: none;
	}
	#menuModal .close {
		background: transparent;
		margin-right: 0%;
		margin-top: 0%;
	}
	#menuModal .close span {
		background: url(/templates/newronax/images/new/mob_close.svg) no-repeat;
	}
	.ui-tabs .ui-tabs-nav li {
		overflow: hidden;
	}
	.tabs .nav-item.ui-tabs-active .nav-link {
		position: relative;
		bottom: -4px;
	}
	.slider_paging {
		max-height: 40px;
	}
	.brands_block {
		margin-bottom: 100px;
	}
	footer {
		padding-bottom: 0px;
	}
	.filials {
		margin-top: 20px;
	}
	.filials ul {
		float: none;
		margin: 0 auto;
		width: 200px;
		position: relative;
		padding-left: 10px;
	}
	.filials ul:after {
		content: "";
		width: 9px;
		height: 5px;
		background: url('/templates/newronax/images/new/filials_arrow.svg') no-repeat;
		display: inline-block;
		position: absolute;
		right: 10px;
		top: 15px;
	}
	.filials .country {
		font-size: 12px;
	}
	.filials .office {
		margin-top: -7px;
	}
	.filials_block .big_title {
		margin-top: 50px;
	}
	.filials .office, .filials .phone {
		display: none;
		font-size: 12px;
		line-height: 22px;
	}
	.filials ul.clicked .office, .filials ul.clicked .phone {
		display: block;
	}
	.filials ul {
		border-image: linear-gradient( to right, #FE0A6C, #FF7E06 ) 0 0 1 0;
		margin-bottom: 0px;
	}
	.filials ul:first-child {
		border-image: linear-gradient( to right, #FE0A6C, #FF7E06 ) 1 0 1 0;
	}
	.all_news_link {
		margin-top: 0px;
	}
	.news_block {
		margin-bottom: 135px;
	}
	.news {
		margin-top: 20px;
		margin-bottom: 0px;
	}
	.news_block .news > div p {
		margin-bottom: 0px;
		font-size: 18px;
	}
	.slider_paging span {
		font-size: 14px;
	}
	.slider_paging .slide_left, .slider_paging .slide_right {
		height: 6px;
		width: 9px;
		background-size: contain;
	}
	.brands ul {
		border-image: linear-gradient( to bottom, #FE0A6C, #FE0A6C) 1 0 0 100%;
	}
	.menu_items > div > a {
		font-weight: 400;
		line-height: 30px;
		font-size: 16px;
		left: 55px;
	}
	.menu_items div {
		margin-bottom: 20px;
	}
	.menu_items .has_subitems:after {
		bottom: 11px;
	}
	.menu_items .has_subitems.show:after {
		bottom: 9px;
	}
	.menu_items div > a:hover:before {
		width: 23px;
		left: -33px;
		top: 13px;
	}
	.menu_items {
		padding-top: 5vh;
		margin-top: 0px;
		margin-left: 30px;
		border-top: 1px solid #fff;
		padding-left: 0px;
		width: 100%;
	}
	.text_page {
		padding: 20px;
	}
	.text_page h1 {
		font-size: 24px;
	}
	.text_page img {
		width: 100%;
		margin: 0!important;
	}
	.filials_block {
		background-size: auto;
	}
	#reg_div {
		padding: 15px 20px;
	}
	.data_form input[type="text"], .data_form input[type="password"], .data_form textarea {
		width: auto;
	}
	.logged_links .basket {
		font-size: 10px;
	}
	header {
		height: auto;
	}
	.logged_links .cabinet:before {
		margin-right: 0px;
	}
	.logged_links .basket:before {
		margin-right: 5px;
	}
	.logged_links .dropdown-menu a, .logged_links .dropdown-menu .logout {
		line-height: 26px;
		font-size: 11px;
	}
	.news_block .news > div {
		margin-bottom: 20px;
	}
	.news_block .news .item_date {
		margin-bottom: 0px;
	}
	.news_item .news_text p {
		margin-bottom: 0px;
	}
	.logged_links .dropdown-menu {
		top: -13px;
	}
	.ui-dialog {
		width: 100%!important;
		overflow-x: auto;
	}
	#loginModal .modal-dialog {
		width: auto;
	}
	#order_items_container .data_table tr th:nth-child(2), #order_items_container .data_table tr td:nth-child(2) {
		display: none;
	}
	#order_items_container .data_table tr th:nth-child(5), #order_items_container .data_table tr td:nth-child(5) {
		display: none;
	}
	#order_items_container .data_table tr th:nth-child(6), #order_items_container .data_table tr td:nth-child(6) {
		display: none;
	}
	#order_items_container .data_table tr th:nth-child(8), #order_items_container .data_table tr td:nth-child(8) {
		display: none;
	}
	#order_items_container .data_table tr th:nth-child(9), #order_items_container .data_table tr td:nth-child(9) {
		display: none;
	}
	#order_items_container .data_table tr th:nth-child(12), #order_items_container .data_table tr td:nth-child(12) {
		display: none;
	}
	#order_items_container .data_table tr th:nth-child(14), #order_items_container .data_table tr td:nth-child(14) {
		display: none;
	}
	.ui-dialog .ui-state-default, .ui-dialog .ui-widget-content .ui-state-default {
		padding: 5px 1px;
	}
}