/******************************
Vertion v2.2.18 date 03.10.25
Template Name: arnebia_main.css

=====================
    Table Of Index:
=====================
01 - Base - Default
02 - Base - Bootstrap Utilites

01 - Component - Button(LNK)
02 - Component - Button
05 - Component - NewsSRV
10 - Component - Preloader

01 - Layout - Helper
02 - Layout - Table
03 - Component - Pagination
04 - Layout - Header
05 - Layout - Top Nav
06 - Layout - Columns
07 - Layout - Footer

******************************/

/*****************************
01 - Base - Default
*****************************/
*,
*::before,
*::after {
  box-sizing: border-box;
}
:root{
  font-size: 14px;
  --arb-menu-margin:33px; 
}

body {
  font-family: Arial, Helvetica, sans-serif;
  margin: 0 1px;
  background:url(../../img_menu/bg_main.jpg);
  color: #646464;
  font-size: 1rem;
}
/* Remove default padding & margin */
h1, h2, h3, table, td, tr, tt, li {
	margin:0;
	padding:0;
}
dl, ol, ul {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}
button {
  padding: 0;
  border: none;
  font: inherit;
  color: inherit;
  background-color: transparent;
  cursor: pointer;
}
p {
  margin-top: 0;
  margin-bottom: 0.4rem;
}

#toTop, .toggle-wrap, .for-mobile { display: none;}
#full_site {max-width:1280px; margin: 0px auto;background:white;}
#banner220x150 {width:100%;height:150px;border:none;margin:0 auto;display:block;max-width:220px;}
/* Область печати для квитанции */
#documents_printarea { margin:5px;}

a { outline: none; /* Убираем границу вокруг ссылок  */}
a:link, a:active, a:visited{text-decoration: none; color: #009900;}
a:hover {text-decoration: underline;color: #666666;}

a:not([href]):not([class]),a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

h1, .h1, h1 a {
  /*font-family: Arial, Helvetica, sans-serif;*/
  font-family: 'Oswald', sans-serif,  Arial, Helvetica;
  line-height: 1.2;
  font-size: 24px;
  font-weight: bold;
  text-decoration: none;
  color: #009933;
  text-align: left;
  margin-bottom: 1rem;
  border: none;
}
h2, .h2, h2 a {
/*font-family: Arial, Helvetica, sans-serif;*/
  font-family: 'Oswald', sans-serif,  Arial, Helvetica;
  line-height: 1.2;
  font-size: 20px; /*16px;*/
  font-weight: bold;
  text-decoration: none;
  color: #009933;
  text-align: left;
  margin-top: 1rem;
  margin-bottom: .8rem;
}
h3, .h3, h3 a, h3 span {
  font-family: 'Oswald', sans-serif,  Arial, Helvetica;
  line-height: 1.2;
  font-size: 18px; 
  font-weight: bold; 
  color: #408080; 
  text-align: left; 
  margin-top: .8rem;
  margin-bottom: .5rem;
}
h1 a:hover,  h2 a:hover, h3 a:hover{ text-decoration: none;color: #666666;}

select {font-size:14px;height: 26px;}
select option:disabled{color: #cccccc;}
/*input:read-only{border-color: #ffffff;}*/
input {font-size: 14px; color: black;}
img { border:none;}

.video-container {
    position: relative;
    padding-bottom: 59.524%;
    /*padding-top: 30px;*/
    height: 0;
    overflow: hidden;
}
.video-container iframe {
	display:block;
    position: absolute;
    top:0;
    left: 0;
    width: 1px;
    min-width: 100%;     /* Mobile safari didn't undestend width:100%*/
    height: 1px;
    min-height: 100%;   /* Mobile safari didn't undestend height:100%*/
}
.video-container.size-360-120{
    padding-bottom: 33.33%;
}
/*
.banner-container {
    height: 100%;
	width: 100%;
}
.banner-container iframe {
    height: 100%;
	width: 100%;
}

.cont_bann iframe {
  max-height: 110px;
  height: 100%;
}
*/
.banner-container {
	position: relative;
	width: 100%;
}
.size-h100 {
	height: 100px;
}
.banner-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

A.red_arch {COLOR: #CC0000; TEXT-DECORATION: none;}
A.red_arch:hover {COLOR: #CC0000; TEXT-DECORATION: underline;}

A.black {COLOR: #000000; TEXT-DECORATION: none;}
A.black:hover {COLOR: #000000;TEXT-DECORATION: underline;}

/*****************************
02 - Base - Bootstrap Utilites
*****************************/
.d-flex {
  display: flex !important;
}
.align-items-center {
  align-items: center !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}

/*****************************
01 - Component - Button(LNK)
*****************************/
.lnk>a {
  /*font-size: 12px;*/
  margin:0 2px;
  display:block;
}

.lnk-more>a,
.lnk-download>a {
  padding-right: 13px;
  background: url(../../img_menu/st_refer.svg) right center no-repeat;
  background-size: 12px;
  display:inline-block;
}

.lnk-back>a {
  padding-left: 13px;
  background: url("../../img_menu/st_back.svg") left center no-repeat;
  background-size: 12px;
  display:inline-block;
}
.lnk>a.lnk-contents {
  padding-left: 20px;
  background: url("../../img_menu/periodic/ui-checks.svg") left center no-repeat;
  background-size: 16px;
  margin-top:5px;
}
.lnk>a.lnk-frags {
  padding-left: 20px;
  background: url("../../img_menu/periodic/chat-right-text.svg") left center no-repeat;
  background-size: 16px;
  margin-top:5px;
}
.lnk>a.lnk-order {
  padding-left: 20px;
  background: url("../../img_menu/periodic/bag.svg") left center no-repeat;
  background-size: 16px;
  margin-top:5px;
}
.lnk a.mark_arch{
  color: #CC0000;
  font-size: 13px;
  font-weight:bold;
}

.lnk-inline {
  float: none!important;
}

/*****************************
01 - Component - Button(LNK)
*****************************/
.btn,
.contacts-block .contactus_button {
  display: inline-block;
  /*width: 150px;*/
  /*margin: 0 auto;*/
  padding: 5px 15px;
  cursor: pointer;
  background-color: #CCFFCC;
  border: 1px solid #646464;
  border-radius: 10px;
  font-size: 14px;
  color: #646464;
  -webkit-appearance: none;
  -moz-appearance: none;
   appearance: none;
   vertical-align: middle;
}
.btn--icon-left i {
  padding-left: 10px;
}
.btn--icon-right i {
  padding-right: 10px;
}
/*
.btn {
  width: auto;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 2px;
  display: inline-block;
}
*/

.btn--long {
  width: 220px;
}

.btn--large {
  padding: 22px 45px;
}
.btn--small {
  padding: 14px 20px;
}

.btn:disabled{
  background-color: #eee;
  cursor:default;
}

/*
a.btn {
  color: #646464;
}
a.btn:hover {
  text-decoration: none;
  background-color: #dfd;
}
*/

.btn:hover {
  text-decoration: none;
  background-color: #dfd;
}

.btn-default {
  background-color: #fff;
  border-color: #aaa;
  color: #646464;
  font-size: 14px;
}

.btn>span {
  font-size: 14px;
}

.menuleftscroll {FONT-SIZE: 13px; border: 1px solid #339900;}
SELECT.menuleftscroll {FONT-SIZE: 13px;	COLOR: black;	height: auto;}

.navigator_main { width:auto; margin-top:8px; font-size:14px; }
.navigator_main .gray { background-color:#d5d5d5; background-image: none }
.navigator_main ul { list-style: none; margin:0px; padding: 0px; }
.navigator_main li:not(:last-child){
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ccc;
}

.navigator_main a {text-decoration: none; COLOR: #5B5548;}
.navigator_main a:hover { COLOR: #009900; }
.navigator_main .menu_on > .main_menu_name a { COLOR: #009900; }
.navigator_main .menu_on.gray > .main_menu_name a { COLOR: #009900; }

.navigator_main .main_menu_img {background-image:url(/img_menu/st.svg); background-size:14px; background-repeat:no-repeat; height:18px; float:left;}

.navigator_main .main_menu_name { padding-top: 4px; padding-bottom: 4px; }
.navigator_main ul .main_menu_img { background-position: 10px 4px; width: 25px; }
.navigator_main ul ul .main_menu_img { background-position: 33px 4px; width: 48px; }
.navigator_main ul ul ul .main_menu_img { background-position: 56px 4px; width: 71px; }
.navigator_main ul ul ul ul .main_menu_img { background-position: 79px 4px; width: 94px; }
.navigator_main li.menu_on>.main_menu_img { background-image: url(/img_menu/st_down.svg) }

.navigator_main ul .main_menu_name { padding-left: 33px; }
.navigator_main ul ul .main_menu_name { padding-left: 56px;  }
.navigator_main ul ul ul .main_menu_name { padding-left: 79px; }
.navigator_main ul ul ul ul .main_menu_name { padding-left: 102px; }

.navigator_main li.menu_on>.main_menu_name{
	background: -webkit-linear-gradient(90deg, #e4f1d4, #fff);
	background: -moz-linear-gradient(90deg, #e4f1d4, #fff);
	background: linear-gradient(90deg, #e4f1d4, #fff);
}

.navigator_main .sub-menu li {
  border: none;
}

/* Стили для элементов подменю */
/*
.sub-menu li {
	position: relative;
	margin: 0;
}
*/
.sub-menu li::before{
    margin-left: calc(-1*var(--arb-menu-margin));
}

.navigator_main_sitemap {width:100%;}
.navigator_main_sitemap ul {list-style: none; margin-left: 1rem; }
.navigator_main_sitemap .main_menu_name {padding-top: 3px; padding-bottom: 2px;}


.content_left_setting {width: 220px; padding-top:0px; margin:0px 10px 10px 0px;}
.content_right_setting {width: 220px; padding-top:0px; margin:0px 0px 10px 0px;}
.content_center_setting {padding:0px; margin:0px 10px 10px 0px;}

.menu_bgd{width:220px; height:21px; padding-bottom: 7px; background:url(../../img_menu/fmenu.gif); padding-left:6px;}
.menu_str{padding-right:7px;}
.menu{font-size: 13px;text-decoration: none; COLOR: #676767;}
a.menu:link, a.menu:active, a.menu:visited{font-size: 13px; FONT-WEIGHT: bold; text-decoration: none; COLOR: #676767;}
a.menu:hover {font-size: 13px;text-decoration: underline; COLOR: #5B5548;}

/*.menu_parent{margin-left: 10px;FONT-SIZE: 13px;}*/
.menu_parent_t1_title {
	font-size: 14px;
	font-weight: bold;
  font-family: inherit;
	color: #FFFFFF;
	text-align: left;
	padding: 2px 15px 2px 25px;
	margin: 10px 0px 5px 0px;
	background:url(../../img_menu/st_parent.svg);
	background-repeat: no-repeat;
	background-position: 3px center;
	background-color: #0e7c2a;
	background-size:14px;
}
/*.menu_parent a:link, .menu_parent a:active, .menu_parent a:visited {font-weight: normal;}*/
/*.menu_parent a:hover {font-weight: bold;}*/

.menu_parent_t1_tree {
  text-align: center;
}
.menu_parent_t1_item {
	display:inline-block;
	margin: 16px;
	vertical-align:top;
    width: 200px;
	text-align:center;
 }
.menu_parent_t1_ref { font-weight: bold; text-align: center; font-size:12px; padding: 5px 0 10px 0; text-transform: uppercase; white-space: normal; }
.scroll {
	overflow-x: scroll;
	overflow-y: hidden;
	white-space: nowrap;
    /*-ms-overflow-style: none;  /* IE 10+ */
    scrollbar-width: thin; /* Firefox */
	scrollbar-color: #E8E8E8  #f5f5f5;
}
.scroll::-webkit-scrollbar{
	width: 4px;
	height:4px;
}
.scroll::-webkit-scrollbar-track {
	background: #f5f5f5;
}
.scroll::-webkit-scrollbar-thumb {
  background-color: #E8E8E8;
}

/*.menu_parent_t1_tree .menu_parent_t1_item {color: #656666; font-size:15px;}*/

/*.menu_parent_pict_style{height:130px;width:100%;overflow:hidden; text-align:center;}*/
/*.menu_parent_pict_style img{border:0;padding:5px;}*/

.navigator_string ol{
	padding-inline-start: 0;
	display: flex;
	white-space: nowrap;
	overflow-x: auto;
	visibility: visible;
	padding: 0 0 8px 0;
	margin:0;
}
.navigator_string li{
	list-style-type: none;
	white-space: nowrap;
}
.navigator_string{color: #009900; font-size: small;}
.navigator_string li + li:before{
	content: ">";
	padding: 0 3px;
}
.navigator_string li>a{
	display: inline-block;
}

.menu_gry{color: #d5d5d5;}
.menuimg_space {width: 16px;  background:url(../../img_menu/line_white.png); background-repeat: no-repeat;}
.menuimg_picture {vertical-align: middle;}
.menuimg {FONT-FAMILY: Helvetica, Arial, sans-serif; FONT-SIZE: 16px;TEXT-TRANSFORM: none;COLOR: #E0E0E0;text-align: left; padding-top: 3px;  padding-left: 2px;padding-right: 10px;white-space: nowrap;vertical-align: middle;}
a.menuimg:link, a.menuimg:active, a.menuimg:visited {FONT-SIZE:14px;text-decoration:none;COLOR:#E0E0E0;}
a.menuimg:hover {FONT-SIZE: 14px;COLOR:#E0E0E0;text-decoration: underline;}

.menuimg_space_on {width: 16px;}
.menuimg_picture_on {vertical-align: middle;}
.menuimg_on {FONT-FAMILY: Helvetica, Arial, sans-serif; FONT-SIZE: 16px;TEXT-TRANSFORM:none; COLOR:#E0E0E0; text-align: left; padding-top:3px; padding-left:2px; padding-right:10px; white-space:nowrap; vertical-align:middle;}
a.menuimg_on:link, a.menuimg_on:active, a.menuimg_on:visited {FONT-SIZE:14px;text-decoration:none;COLOR:#E0E0E0;}
a.menuimg_on:hover {FONT-SIZE: 14px;COLOR:#E0E0E0;text-decoration: underline;}
.menuimg_on_space {width: 16px;  background:url(../../img_menu/line_white.png); background-repeat: no-repeat;}

.menutop {text-align: center; padding-bottom: 7px; padding-top: 7px;}
a.menutop:link, a.menutop:active, a.menutop:visited {FONT-SIZE:13px;COLOR:#616662;FONT-WEIGHT:bold;text-align: center;TEXT-DECORATION: none;}
a.menutop:hover {FONT-SIZE:13px;COLOR:#949494;FONT-WEIGHT:bold;text-align:center;TEXT-DECORATION:none;}

.menutop_on {text-align: center; padding-bottom: 7px; padding-top: 7px;}
a.menutop_on:link, a.menutop_on:active, a.menutop_on:visited {FONT-SIZE:13px;COLOR:#646464;FONT-WEIGHT:bold;text-align: center;TEXT-DECORATION: none;}
a.menutop_on:hover {FONT-SIZE:13px;COLOR:#949494;FONT-WEIGHT:bold;text-align:center;TEXT-DECORATION:none;}
.menu_str{text-align: left;	vertical-align: middle;	padding-top: 8px;}

.wellcom {PADDING-RIGHT: 5px; PADDING-LEFT: 5px; PADDING-BOTTOM: 3px; PADDING-TOP: 3px; COLOR: #8AC851}
.termin { FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #8AC851; padding-bottom: 10px; margin-top: 10px; text-align: left; }
.textStr {PADDING-RIGHT: 3px; PADDING-LEFT: 3px; FONT-WEIGHT: bold; FONT-SIZE: 15px; COLOR: black; BACKGROUND-COLOR: #98b9d6}
.popular {PADDING-RIGHT: 0px; PADDING-LEFT: 6px; PADDING-BOTTOM: 3px; PADDING-TOP: 3px}
.item {FONT-WEIGHT: bold; COLOR: gray}
.text {}
.head {FONT-WEIGHT: 400; FONT-SIZE: 14px; COLOR: white; BACKGROUND-COLOR: #0F7C2B; PADDING: 1px 0px 1px 0px;}
.head1 {FONT-WEIGHT: bold; FONT-SIZE: 13px; COLOR: #8AC851;}

/*
.news_region_name {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	padding: 2px 0px 2px 25px;
	margin: 10px 0px 5px 0px;
	background:url(../../img_menu/st_region.svg);
	background-repeat: no-repeat;
	background-position: 3px 3px;
	background-color: #0F7C2B;
	background-size:14px;
}
*/
.news_region_name {
    height: 2.1em;
    text-align: center;
    padding-top: 0.4em;
    font-family: 'Oswald', sans-serif, Arial, Helvetica;
    line-height: 1.2;
    font-weight: bold;
    font-size: 24px;
    text-decoration: none;
    color: #009933;
    border: none;
    background-image: url(../../img_menu/news/region_name.svg);
    background-size: 500px;
    background-repeat: no-repeat;
    background-position: -1em 0;
    overflow: hidden;
}
/*
.news_region_name:after {
    display: inline-block;
    content: ' ';
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='130' height='85' xmlns='http://www.w3.org/2000/svg' xmlns:svg='http://www.w3.org/2000/svg' preserveAspectRatio='xMinYMin meet'%3e%3cg%3e%3cpath d='m5.3,75.8s14.1,-4.8 22.8,-10.9s12.4,-12.7 14.3,-15.2s8.5,-11.3 12.6,-14.8a103.9,103.9 0 0 1 15.7,-10.7a108.4,108.4 0 0 1 16.9,-6.9c5.5,-1.5 11.4,-2.6 16.4,-3.8a81.6,81.6 0 0 0 12.3,-3.6c4.9,-1.9 13.5,-7.9 13.5,-7.9l-7.7,19.6a68.9,68.9 0 0 1 -6.2,12.2a48.5,48.5 0 0 1 -10.1,11.6a42.8,42.8 0 0 1 -14.6,7.4a51.1,51.1 0 0 1 -10.2,1.4c-2.8,0 -10,-0.2 -11.3,-0.1s-6.8,0.3 -8.3,0.5l-5.1,1.3l-4.5,1.8a41.5,41.5 0 0 1 4.7,-4.6c1.5,-1.1 4.7,-2 7,-2.5a51.2,51.2 0 0 1 10.7,-1.3c3.8,-0.1 6.1,0.1 10.1,0.2s7.2,0 10.6,-1a24.5,24.5 0 0 0 9.2,-4.5a35.2,35.2 0 0 0 8.9,-10.5a72.7,72.7 0 0 0 5.6,-12.1c1.6,-4.3 5.7,-13.6 5.7,-13.6s-8,5.8 -22.3,9.7l-13.8,4.1c-5.7,1.7 -16.7,6 -24.1,10.7a57.2,57.2 0 0 0 -9.3,7.2a76.8,76.8 0 0 0 -9.2,9.7c-2.2,2.6 -5.6,7.3 -8.8,10.6s-7.5,6.1 -11.2,8.6a102.9,102.9 0 0 1 -16,8.2c-5.7,2.5 -9.5,4 -9.5,4l5.2,-4.8z' fill='black'/%3e%3c/g%3e%3c/svg%3e");
    background-size: 40px;
    background-repeat: no-repeat;
    height: 25px;
    width: 40px;
    background-position: -5px 0px;
    vertical-align: bottom;
}

.news_region_name:before {
	display: inline-block;
    content: " ";
    background-image: url(../../img_menu/news/arnebia_cheb.svg);
    background-size: 20px;
    height: 20px;
    width: 25px;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    vertical-align: bottom;
}
*/

/*Настройки для HTML редактора*/
.news_title {}
.news_title_section {text-align:left;color:#129433; font-weight:bold; font-size:14px; margin:10px 0px 5px 0px;}
.news_text_section {text-align:justify; margin-left:10px; padding-bottom:5px;}
.news_marker { FONT-WEIGHT: bold; color: darkolivegreen; }
.news_marker_red { FONT-WEIGHT: bold; COLOR: #750000; }
.news_text_section ol {list-style: decimal outside;	padding-left: 5px; padding-bottom:5px;}
.news_text_section ul {list-style: disc outside; padding-left: 20px; padding-bottom:5px;}
.news_images {width: 100%; margin: 0 auto; padding: 10px; text-align: center;}
.news_images img {margin-right:25px;}

.list__marker--check>li,
.list__marker--gray>li,
.list__marker--dig>li {
  margin-left: 1rem;
  padding-left: 1rem;
  margin-bottom: .4rem;
  list-style-type: none;
}
.list__marker--check>li {
	margin-bottom: .8rem;
}
.list__marker--check>li::before {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zOnN2Z2pzPSJodHRwOi8vc3ZnanMuY29tL3N2Z2pzIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgeD0iMCIgeT0iMCIgdmlld0JveD0iMCAwIDUxMiA1MTIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMiA1MTIiIHhtbDpzcGFjZT0icHJlc2VydmUiIGNsYXNzPSIiIHByZXNlcnZlQXNwZWN0UmF0aW89Im51bGwiPjxnIHRyYW5zZm9ybT0ibWF0cml4KDEsMCwwLDEsMCwwKSI+PHBhdGggZD0iTTI1NiwzMzFhMTYsMTYsMCwwLDEsLTEyLC02bC04NSwtMTAyYy02LC03LC01LC0xNywyLC0yM2M3LC02LDE3LC01LDIzLDJsNzMsODdMNDM2LDc1YzYsLTcsMTYsLTgsMjMsLTJjNyw2LDgsMTYsMiwyM2wtMTkyLDIzMGExNiwxNiwwLDAsMSwtMTIsNkgyNTZaIiBmaWxsPSIjMDkzIiBkYXRhLW9yaWdpbmFsPSIjMDkzIiBjbGFzcz0iIi8+PHBhdGggZD0iTTI1Niw0NjRjLTExNSwwLC0yMDgsLTkzLC0yMDgsLTIwOFMxNDEsNDgsMjU2LDQ4YzQzLDAsODUsMTMsMTIwLDM4YzcsNSw5LDE1LDQsMjJjLTUsNywtMTUsOSwtMjIsNEMzMjgsOTEsMjkzLDgwLDI1Niw4MGMtOTcsMCwtMTc2LDc5LC0xNzYsMTc2czc5LDE3NiwxNzYsMTc2czE3NiwtNzksMTc2LC0xNzZjMCwtMTksLTMsLTM3LC05LC01NGMtMywtOCwyLC0xNywxMCwtMjBjOCwtMywxNywyLDIwLDEwQzQ2MSwyMTMsNDY0LDIzNCw0NjQsMjU2YzAsMTE1LC05MywyMDgsLTIwOCwyMDhaIiBmaWxsPSIjMDkzIiBkYXRhLW9yaWdpbmFsPSIjMDkzIiBjbGFzcz0iIi8+PC9nPjwvc3ZnPg==");
	background-size: 18px;
	background-position: left;
	background-repeat: no-repeat;
  padding-right: 20px;
  margin-left: -20px
}
@media screen and (max-width: 767px) {
  .list__marker--check>li {
    padding-left: 2rem;
    overflow: hidden;
    margin-left: 0;
  }  
}

.list__marker--gray>li::before {
  content: "\203A";
  font-size: 18px;
  line-height: 1;
  color: #646464;
  margin-left: -14px;
  font-weight: bold;
  padding-right: 8px;
}
@media screen and (max-width: 767px) {
  .list__marker--gray>li {
    padding-left: 2rem;
    overflow: hidden;
    margin-left: 0;
  }  
}

.list__marker--dig>li {
  margin-left: 1rem;
  padding-left: 1rem;
  margin-bottom: .1rem;
}

.list__marker--dig>li::before {
  content: counter(list-item) ". ";
  font-size: 14px;
  line-height: 1;
  margin-left: -30px;
  text-align: right;
  width: 30px;
  padding-right: 5px;
  display: inline-block;
}

@media screen and (max-width: 767px) {

  .list__marker--dig>li {
    padding-left: 2rem; 
    overflow: hidden;
    margin-left: 0;
  } 
}

.list__inline>li {
	display: inline-block;
}

.news-preview-panel.mrk-act {padding: 1px 0px 10px 0px; border: 1px solid #cccccc; overflow: auto;}
/*
.news_items_title {font-size:14px; font-weight: bold; padding: 10px 0 4px 5px; text-align:left; text-transform: uppercase; cursor:pointer;}
.news_items_tips{display:block; background-color:#F2FFF2; width:95%; border:1px dotted #8AC851; margin-top: 5px;margin-bottom: 10px;margin-left: 20px;}
.news_items_tipsdata{padding: 5px 5px 10px 15px;}
.news_items{margin-left: 10px;FONT-SIZE: 12px;}
*/
.newspict{margin: 5px 5px 5px 15px;}

/*News*/
.news-preview-panel{
	clear:both;
  margin-bottom: 10px;
	overflow:hidden;
}

/*.news-preview-panel .news-srv{padding: 0;}*/
.news-preview-panel.mrk-act {
/*	padding: 3px;*/
/*	margin:-3px;*/
	border: 1px solid #cccccc;
/*	overflow: auto;*/
}
.news-preview-panel .img.img-border img,
.news-preview .newsthomb_left img,
.news-preview .newsthomb_right img,
.news-srv .newsthomb_left img,
.news-srv .newsthomb_right img {
  margin: 0;
  border: 1px double #CCCCCC;
}

.news-srv .newsthomb_left,
.news-full .img.img-left,
.news-full .newsthomb_left {
  float: left;
  padding: 5px 12px 9px 2px;
  background: none;
}

.news-preview-panel .img.img-left,
.news-preview .newsthomb_left {
  float: left;
  background-image: url(../../img_menu/shadow_w_right.gif);
  background-image: url(../../img_menu/shadow_w_right.webp);
  background-repeat: no-repeat;
  background-position: right bottom;
  padding: 0 12px 9px 0;
}

.news-srv .newsthomb_right,
.news-full .img,
.news-full .img.img-right,
.news-full .newsthomb_right {
  float: right;
  padding: 0 0 9px 12px;
  background: none;
}

.news-preview-panel .img.img-right,
.news-preview .newsthomb_right {
  float: right;
/*
  background-image: image-set(
    "../../img_menu/shadow_w_left.webp" type("image/webp"),
    "../../img_menu/shadow_w_left.gif" type("image/gif")
  );
*/
  background-image: url('../../img_menu/shadow_w_left.gif');
  background-image: url('../../img_menu/shadow_w_left.webp');
  background-repeat: no-repeat;
  background-position: left bottom;
  padding: 5px 2px 9px 12px;
}

.news-preview-panel .title,
.news-preview-panel h3 {
  font-size: 16px;
  text-align: center;
	margin-top: 0;
	
}

.news-preview-panel .title a { font-size: 16px;}
.news-preview-panel .title a:hover {color: #666666;}

.news-preview-panel .img img {
  max-width: 70px;
}

/*.news-preview-panel iframe.full-panel {border:none;margin:0 auto;display:block;}*/

.news-preview {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem;
}

.news-preview .img {
  margin-right: 15px;
  margin-left: 0;
}
.news-preview .img img {
  max-width: 200px;
}


.news-preview .img.img-border img {
  border-radius: 5px;
  padding: 9px;
  border: 1px solid #cecece;
  background-color: #f9f9f9;
  max-width: 120px;
}

.news-preview .title,
.news-preview .title a {
	margin-top: 0;
  margin-bottom: 10px;
/*  color: #8d8d8d;*/
}
/*
.news-preview .title a { text-decoration: none;  color: #8d8d8d;}
.news-preview .title a:hover {color: #666666;}
*/
.news-full .title,
.news-full .title a {
  margin-top: 20px;
  margin-bottom: 10px;
/*  color: #8d8d8d;*/
}
/*
.news-preview h1,
.news-full h1 {
  font-size: 18px;
  font-weight: bold;
  color: #009933;
  margin-bottom: 5px;
  text-align: left;
  border: none;
}
*/
/*.news-preview .title a:hover { text-decoration: none; }*/
/*
.descr ul, .descr ol {
	margin-left: 28px;
}
*/
.news-preview .descr,
.news-full .descr {
  width:100%
}
.news-preview .public,
.news-full .public {
  font-size: 12px;
  color: #666666;
  margin-bottom: 5px;
}
.news-preview .text,
.news-full .text {
  line-height: 1.2;
  font-size: 1.1rem;
  /*margin-top: 8px;*/
}

.news-preview .author,
.news-full .author {
  font-weight: bold;
  padding-top: 10px;
}

.news-preview.view-tile {
  display: inline-block;
  vertical-align: top;
  width: 150px;
  margin: 8px;
  padding: 0 10px;
}

.news-preview.view-tile .img {
  margin-right: 0;
  text-align: center;
}

.news-preview.view-tile .links {
  margin-bottom: 8px;
}

.news-preview.view-tile .author,
.news-preview.view-tile .public {
  font-size: 10px;
  text-align:center;
}
.news-preview.view-tile .title {
  font-size: 13px;
  text-align:center;
  margin-top:2px;
  margin-bottom: 5px;
}

.news-full {
    margin-bottom: 20px;
}
.newsthomb_left img,
.newsthomb_right img,
.news-full .img img {
  max-width: 320px;
  height: auto;
}
.news-full .img img {
  border-radius: 10px;
}
.img.full-panel {
  float: none;
/*padding: 0 5px;*/
}
.img.full-panel img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}
.img-border.full-panel img {
  border-radius: 5px;
  border: 1px solid #cecece;
}
.news-border {
    border-radius: 18px;
}
.news-shadow {
	box-shadow: 0 2px 8px rgba(18,17,36,.04),0 4px 32px rgba(18,17,36,.08);
	border-radius: 18px;
	padding: 20px 10px;
}
.news-shadow:hover {
    box-shadow: 0 2px 8px rgba(18,17,36,.1),0 4px 32px rgba(18,17,36,.08);
}
.news-preview.news-shadow {
	margin-bottom: 10px;
}

.news-preview.news-shadow .img img {
	border-radius: 18px;
	/*padding: 10px;*/
}
.news-shadow.img.img-right{
	margin:0;
}
.news-shadow.img.img-left{
	margin:0;
}
.news-shadow .descr {
	box-sizing:border-box;
/*
	padding:10px;
	margin:10px 10px 0 10px;
  padding-bottom: 10px;
*/
}
.news-shadow .news-srv .descr,
.news-srv .img.img-left,
.news-srv .img.img-right {
	margin:0;
}
/*
.news-shadow .title {
    padding-top: 10px;
}
*/
.news-preview.news-bg__lightblue {
  background-color: azure;
}
.news-preview.news-bg__lightyelow {
  background-color: cornsilk;
}
.news-preview.news-bg__lightgray {
  background-color: ghostwhite;
}
.news-preview.news-reverse {
	flex-direction: row-reverse;
}
.news-preview.news-reverse .img {
  margin-right: 0;
  margin-left: 15px;
}
.news-hyphenate .text {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

/***************************** Настройка отображения страниц, получаемых вызовом srv_service_show
05 - Component - NewsSRV
*****************************/
div.srv_periodic_show_head{height: 93px; width:auto; overflow:hidden;}
div.srv_periodic_show_info{margin: 10px 2%;}

.news-srv, .periodic-srv {
  /*padding: 0 10px;*/
  padding: 0;
}

.news-srv .img {
  text-align: center;
}
.news-srv .img img{
  margin: 0;
  max-width: 220px;
  height: auto;
}

.news-srv .title {
  margin-top: 10px;
  margin-bottom: 20px;
}

.news-related {
    clear:both;
}
.news-related .news-srv {
    display: inline-block;
    width: 33%;
    overflow: hidden;
    padding-left: 10px;
    margin-bottom: 20px;
    position: relative;
    vertical-align: top;
}
.news-srv:first-child {
    padding-left: 0;
}

.news-related .title,
.news-related .title a {
  font-size: 1.2rem;
  font-weight: 400;
}

.news-related .img {
    padding:0;
    float: none;
    max-width: 100%;
    height: auto;
}
.news-related .img img{
    max-width: 100%;
}

.newstopic {FONT-WEIGHT: normal; FONT-SIZE: 8pt; COLOR: #8AC851}
.admindata {PADDING-RIGHT: 5px; PADDING-LEFT: 5px; PADDING-BOTTOM: 10px; PADDING-TOP: 5px}
.TableError {BORDER: 1px solid #cc0000;}
.TableSbj {BORDER: 1px solid #8CC552;}
.TableHeader {FONT-WEIGHT: 400; FONT-SIZE: 14px; COLOR: white; BACKGROUND-COLOR: #009933; PADDING: 1px 0px 1px 0px;}
.TableBorder {BORDER: 2px solid #009933;}
.TableRow {BORDER-BOTTOM: #009933 1px solid;}
.TableSummary {BORDER-TOP: #009933 1px solid;}
.data_input{FONT-SIZE: 12px; HEIGHT: 18px; border: 1px solid #339900;}
.data_area{FONT-SIZE: 12px; border: 1px solid #339900;}
.button {
	padding: 1px 3px;
	FONT-SIZE: 13px;
	cursor: pointer;
	HEIGHT: 22px;
	BACKGROUND-COLOR: #CCFFCC;
	border: 1px solid #339900;
}
.telling{font-style: italic;color: #999999;text-align: right;PADDING-LEFT: 30px; width:60%; margin:0 0 0 auto;}
.p_fill_bar {background-color: #C5E6AD;}

/* News */
.title, .title a {
  font-family: 'Oswald', sans-serif,Arial,Helvetica;
  line-height: 1.2;
  font-size:1.6rem;
  font-weight:bold;
  color:#408080;
  text-decoration: none;
}
.title a:hover { text-decoration: none; color: #666666;}

.dnl-main {
  width: 60%;
  min-width: 550px;
  margin: 0 auto;
  padding: 10px;
}
.dnl-main .form-text {
  border-bottom: 1px #d5d4d4 solid;
  padding-bottom: 5px;
  color: #09871a;
  font-size: 1rem;
}
.dnl-main .marker{
  color: #8A1C27;
}
/* Цвет цифр количества скачек на гл.странице */
.dnlcount{COLOR: #72abda; TEXT-DECORATION: none;}
.dnl-count >span{COLOR: #72abda;}

/*****************************
10 - Component - Preloader
*****************************/
.preloader-main {
  color: transparent;
  -webkit-touch-callout: none;
  user-select: none;
  position: relative;
  height: calc(100vh - 100px - 39px);
}
.preloader-main::after,.preloader-main::before {
  content: '';
  display: block;
  width: 60px;
  height: 60px;
  position: absolute;
  top: calc(50% - 60px/2);
  right: calc(50% - 60px/2);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.preloader-main::before {
  z-index: 10;
}
.preloader-main::after {
  z-index: 20;
}
.preloader-main::before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' fill='none'%3e%3ccircle cx='40' cy='40' r='36' stroke='%23eef0f1' stroke-width='8'/%3e%3c/svg%3e");
}
.preloader-main::after {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2260px%22%20height%3D%2260px%22%20viewBox%3D%220%200%2062%2062%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20%20%20%40keyframes%20rotator%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%200%25%20%7B%20transform%3A%20rotate%280deg%29%3B%20%7D%0A%20%20%20%20%20%20%20%20%20%20%20%20100%25%20%7B%20transform%3A%20rotate%28360deg%29%3B%20%7D%0A%20%20%20%20%20%20%20%20%7D%0A%20%20%20%20%20%20%20%20%40keyframes%20dash%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%200%25%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20stroke-dashoffset%3A%20185%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%7D%0A%20%20%20%20%20%20%20%20%20%20%20%2030%25%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20stroke-dashoffset%3A%2040%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%7D%0A%20%20%20%20%20%20%20%20%20%20%20%20100%25%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20stroke-dashoffset%3A%20185%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%7D%0A%20%20%20%20%20%20%20%20%7D%0A%20%20%20%20%20%20%20%20%40keyframes%20colors%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%200%25%20%7B%20stroke%3A%20%2352a329%3B%20%7D%0A%20%20%20%20%20%20%20%20%20%20%20%2040%25%20%7B%20stroke%3A%20%238fbd34%3B%20%7D%0A%20%20%20%20%20%20%20%20%20%20%20%2050%25%20%7B%20stroke%3A%20%23C5D842%3B%20%7D%0A%20%20%20%20%20%20%20%20%20%20%20%2060%25%20%7B%20stroke%3A%20%238fbd34%3B%20%7D%0A%20%20%20%20%20%20%20%20%20%20%20%20100%25%20%7B%20stroke%3A%20%2352a329%3B%20%7D%0A%20%20%20%20%20%20%20%20%7D%0A%20%20%20%20%20%20%20%20circle%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20transform-origin%3A%20center%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20animation%3A%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20rotator%201.2s%20linear%20infinite%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20dash%202.4s%20linear%20infinite%2C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20colors%204.8s%20ease-in-out%20infinite%3B%0A%20%20%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%20%20%20%20%3Ccircle%20class%3D%22path%22%20fill%3D%22none%22%20stroke-width%3D%226%22%20stroke-linecap%3D%22round%22%20stroke-dasharray%3D%22185%22%20cx%3D%2231%22%20cy%3D%2231%22%20r%3D%2227%22%3E%3C%2Fcircle%3E%0A%3C%2Fsvg%3E");
}
@media screen and (max-width: 990px) {
  .preloader-main {
    height: calc(100vh - 180px);
  }
}


/*****************************
01 - Layout - Helper
*****************************/
/*_utilities*/
.text-right {
  text-align: right!important;
}

.text-justify {
  text-align: justify!important;
}

.text-center {
  text-align: center!important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.fw-bold {
    font-weight: 700 !important;
}

.mb-0 { margin-bottom: 0!important;}
.mb-1 {	margin-bottom: 1rem!important;}
.mb-2 {	margin-bottom: 2rem!important;}

.mt-0 {	margin-top: 0!important;}
.mt-1 {	margin-top: 1rem!important;}
.mt-2 {	margin-top: 2rem!important;}

.lead {
    font-size: 1.25rem;
    font-weight: 300;
}

.anchor-move{
	padding-top: 5px;
	margin-top:-5px;
}

.hyphenate {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

/*****************************
02 - Layout - Table
*****************************/
.table-wrap {
  overflow-x: auto;
}

.table {
  width: 100%;
  border-collapse: collapse;
}

.table thead th {
  background-color: #f5f5f5;
  padding: 10px;
  white-space: nowrap;
}

.table-bordered td {
  border-top: 1px solid #ddd;
}
.table-hover>tbody>tr:hover>td {
    box-shadow: inset 0 0 0 9999px rgb(0 0 0 / 8%);
}
.table-btn{
	text-align:right;
	margin-bottom: 1rem;
}
.table-btn .btn{
	margin-left:5px;
	margin-bottom:5px;
}

.table-cart,
.table-cart-customer {
  margin-bottom: 10px;
}
.table-cart-total {
  margin-bottom: 1rem;
}

.table-cart tr.no_sale {
  background-color: #f9e3e3;
  color: #ad6767;
}

.table-cart td input, .table-order td input {
  width: 40px;
  text-align: center;
  margin: 0 auto;
}

.table-cart td input.btn, .table-order td input.btn {
  width: auto;
  margin: 0 2px;
}

.table-cart .remove,
.cart-info .remove {
  border: 0;
  background: transparent;
  padding: 0;
  width: 30px;
  height: 30px;
  background: url("../../img_menu/market/remove-icon.svg") center no-repeat;
  background-size: 25px;
  opacity: 0.5;
  transition: all .2s ease;
  cursor: pointer;
  display: inline-block;
}

.table-cart .remove:hover,
.cart-info .remove:hover {
  opacity: 1;
}

.table-cart td,
.table-cart-customer td {
  text-align: center;
  padding: 8px;
}
.table-cart-total td {
  text-align: center;  
  padding: 2px 8px;
}

.table-cart td:first-child,
.table-cart-customer td:first-child {
  text-align: left;
}

.table-cart tfoot td:first-child,
.table-cart-customer tfoot td:first-child,
.table-cart-total tfoot td:first-child,
.table-order tfoot td:first-child {
  text-align: right;
  width: 100%;
  font-weight: bold;
}

.basket_product_price {
  width: 130px;
  line-height: 1.5rem;
}
.basket_product_price--sale del {
  font-size: 11px;
}
.basket_product_price--sale span {
  padding: 4px 8px;
  color: #fff;
  background: #0e7c2a;
  border-radius: 4px;
}


.table-orders td {
  text-align: center;
  padding:0;
}

.table-orders tfoot td:first-child {
  text-align: left;
}

.table-orders tfoot td:last-child {
  text-align: right;
}
/*
.table-orders tfoot td {
  background-color: #f8f8f8;
}
*/
.table-orders tbody td>a {
  display: block;
  text-decoration: none;
  color: #646464;
  cursor: pointer;
  padding:8px;
}

.table-order tbody td {
  text-align: center;
}

.table-order tbody td:nth-child(2){
  text-align: left;
}

.table-order tbody td:last-child,
.table-order th:last-child,
.table-order tbody td:nth-last-child(2),
.table-order th:nth-last-child(2) {
  text-align: right;
}
.table-order tfoot tr:first-child td {
  border-top: 1px solid #ddd;
}

.table-order tfoot td {
  text-align: right;
  border: 0;
  padding-top: 3px;
  padding-bottom: 3px;
}

.table-hist {
  margin-top: 10px;
  margin-bottom: 5px;
}

.table-hist td {
  text-align: center;
}
.table-hist tbody td:last-child {
  text-align: left;
}

/*****************************
03 - Component - Pagination
*****************************/
.pagination {
  display: flex;
  justify-content: center;
}

.pagination a,
.pagination span {
  display: block;
  width: 26px;
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pagination a {
  background-color: #fff;
  border: 1px solid #ddd;
}

.pagination a:hover {
  text-decoration: none;
  background-color: #009900;
  color: white;
  border-color: #009900;
}

.pagination a+a {
  border-left: 0;
}

/*****************************
04 - Layout - Header
*****************************/
.container {
  max-width: 1600px;
  margin: 0 auto;
  background-color: #fff;
  position: relative;
  padding: 0;
}

.header {
  height: 100px;
  background: #fff url("../../img_menu/logo_arnebia.png") right top no-repeat;
  overflow: hidden;
}
.header .logo::after {
  content: "1994";
  position: absolute;
  top: 69px;
  left: 125px;
  background: white;
  padding: 0 3px;
  color: #0e7c2a;
  font-size: 11px;
  font-weight: 600;
  text-shadow: 0.5px 1px 1px rgba(0, 0, 0, 0.4);
}

.header .logo::before {
    position:absolute;
    top: 10px;
    left: 195px;
    content: "";
    display:block;
    height: 46px;
    width: 46px;
		background-size: 40px 40px;
		margin-left: 20px;
    background-image: url("../../img_menu/logo_arb_heard.svg");
    background-repeat: no-repeat;
    animation: Shake 5s linear infinite;
}

.header .logo {
  display: block;
  width: 400px;
  height: 100px;
  background: url("../../img_menu/logo_arb.jpg") 35px bottom no-repeat;
  background: url("../../img_menu/logo_arb.svg") 35px bottom no-repeat, none;
  background-size: 330px 85px;
  /* background: url("../../img_menu/logotip_new.jpg") left top no-repeat; */
  /* background: url("../../img_menu/logotip.png") left top no-repeat; */
  /* background: url("../../img_menu/logotip_newyear.jpg") left bottom no-repeat; */
}
.header .telephone {
  position: relative;
  top: -22px;
  left: 200px;
  font-size: 15px;
  font-weight: bold;
  padding: 20px 20px 10px 20px;
  color: #96AD53;
}
@keyframes Shake { 
    0% { transform: rotate(0deg); } 
    1% { transform: rotate(-6deg); } 
    2% { transform: rotate(5deg);  } 
    3% { transform: rotate(-6deg); } 
    100% { transform: rotate(0deg); } 
}

/*****************************
05 - Layout - Top Nav
*****************************/
.top-nav {
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  background-image: linear-gradient(top, #ffffff, #b6aeab);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#b6aeab');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#b6aeab')";
  background-image: -moz-linear-gradient(top, #ffffff, #b6aeab);
  background-image: -ms-linear-gradient(top, #ffffff, #b6aeab);
  background-image: -o-linear-gradient(top, #ffffff, #b6aeab);
  background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#b6aeab));
  background-image: -webkit-linear-gradient(top, #ffffff, #b6aeab);
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: flex-end;
}

.top-nav>.left {
  order: 2;
  width: 100%;
  height: 29px;
}

.top-nav>.right {
  order: 1;
  padding: 9px 0;
  margin-top: -40px;
  justify-content: flex-end;
  background-color: rgba(255,255,255,.7);
  width: 50%;
}

.top-nav>.left>ul {
  text-align: center;
}

.top-nav ul {
  margin: 0;
  padding: 0;
}

.top-nav ul>li {
  list-style-type: none;
  display: inline-block;
  position: relative;
}

.top-nav ul>li>a {
font-size: 18px;
line-height: 29px;
font-weight: bold;
color: #646464;
display: block;
padding: 0 15px;
font-family: 'Oswald', sans-serif, Arial, Helvetica;
}

.top-nav ul>li+li:before {
content: "";
width: 1px;
height: 14px;
background-color: #646464;
display: inline-block;
position: absolute;
left: -2px;
top: 50%;
margin-top: -5px;
}

.top-nav ul>li>a:hover {
  color: #949494;
  text-decoration: none;
}

.top-nav ul>li>ul {
  display: none;
}

.top-nav ul>li:hover>ul {
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  top: 29px;
  left: 50%;
  margin: -3px 0 0 -450px;
  padding: 10px;
  background-color: #FCFFED;
  width: 600px;
  text-align: center;
  z-index: 100;
  border: 1px solid #b9b9b9;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, .5);
}

.top-nav ul>li:hover>ul>li {
  list-style-type: none;
  padding: 10px 12px;
  width: 33%;
  box-sizing: border-box;
  border-radius: 8px;
  border: 1px solid transparent;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-nav ul>li:hover>ul>li:hover {
  border: 1px solid #b9b9b9;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, .3);
  background: radial-gradient(circle at top, #ffffff, #FCFFED);
}
.top-nav ul>li:hover>ul>li+li:before {
  display: none;
}

.top-nav ul>li:hover>ul>li>a {
  color: #949494;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 1.5;
  padding: 0;
}

.top-nav ul>li:hover>ul>li>a:hover {
  color: #646464;
}

.top-nav .right {
  display: flex;
  align-items: center;
}

.top-nav .right a {
  font-weight: bold;
  color: #646464;
}

.top-nav .cart {
  position: relative;
	padding-right: 10px;
}

.top-nav .cart .count {
  position: absolute;
  top: -3px;
  left: 13px;
  width: 16px;
  height: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: red;
  color: white;
  border-radius: 100%;
  font-size: 10px;
  font-weight: normal;
}

.top-nav .cart .summ {
  font-size: 14px;
}

.top-nav .cart.empty {
  display: none;
}

.top-nav .auth {
  padding: 0 15px;
}

.top-nav .cart a,
.top-nav .auth a {
  padding-left: 25px;
  background: url("../../img_menu/market/cart-icon.svg") left center no-repeat;
  background-size: 22px;
  display: block;
  font-size: 13px;
  line-height: 22px;
	height: 22px;
  white-space: nowrap;
}

.top-nav .auth {
  display: flex;
  align-items: center;
}

.top-nav .auth a {
  background-size: 16px;
  padding-left: 20px;
  background-image: none;
}

.top-nav .auth a.registration {
  background-image: url("../../img_menu/userpwd/lock-icon.svg");
  margin-left: 7px;
  background-size: 14px;
  padding-left: 17px;
}

.top-nav .auth a.sign-in {
  background-image: url("../../img_menu/userpwd/sign-in-icon.svg");
  margin-right: 7px;
}

.top-nav .auth.login a {
  background-image: url("../../img_menu/userpwd/user-icon.svg");
}

.top-nav .auth.login a.exit {
  margin-left: 10px;
  background-image: url("../../img_menu/userpwd/logout-icon.svg");
  display: flex;
 /* height: 29px; */
  align-items: center;
}

.top-nav .auth.login>span {
  position: relative;
  display: flex;
  align-items: center;
  /* height: 29px; */
}

.top-nav .auth.login>span .dropdown-menu {
  display: none;
}

.top-nav .auth.login>span:hover .dropdown-menu {
  display: block;
  position: absolute;
  top: 21px;
  left: 20px;
  padding: 10px;
  border-radius: 3px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
  white-space: nowrap;
  background-color: white;
}

.top-nav .auth.login>span .dropdown-menu a {
  padding-left: 0;
  background-image: none;
}

/*****************************
06 - Layout - Columns
*****************************/
.main {
  overflow: hidden;
  padding: 0;
}

.left-col {
  float: left;
  width: 20%;
  padding: 0 5px;
}

.center-col {
  padding: 0 5px;
  margin-left: 20%;
  margin-right: -100%;
  float: left;
  width: 60%;
}

.right-col {
  width: 20%;
  float: right;
  margin-left: -100%;
  padding: 0 5px;
}

/*****************************
07 - Layout - Footer
*****************************/
.footer {clear: both;}

.footer .counters {
  margin-bottom: 5px;
  padding: 0 10px;
}

.footer .bottom {
  background-color: #346633;
  height: 25px;
  display: flex;
  justify-content: space-between;
}

.footer-left,
.footer-right {
  padding: 0 10px;
  box-sizing: border-box;
}

.footer-center {
  padding: 0 10px;
}

.footer-right {
  text-align: right;
}

.copyright {
  color: #ccd8cc;
  line-height: 25px;
  vertical-align: middle;
  text-transform: uppercase;
}

.footer-nav {
  float: left;
}

.footer-nav>ul {
  margin: 0;
  padding: 0;
}

.footer-nav>ul>li {
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.footer-nav>ul>li+li:before {
  content: "";
  display: block;
  width: 1px;
  height: 10px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5px;
  background-color: #fff;
}

.footer-nav>ul>li>a {
  color: #e0e0e0;
  text-decoration: none;
  display: block;
  padding: 0 10px;
  line-height: 25px;
  font-size: 14px;
}

.full-version {
  display: inline-block;
  color: #e0e0e0!important;
  background-color: transparent;
  border: 0;
  outline: none;
  cursor: pointer;
  line-height: 25px;
  vertical-align: middle;
  font-size: 14px;
  padding: 0 10px;
  position: relative;
}

.full-version:before {
  content: "";
  display: block;
  width: 1px;
  height: 10px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5px;
  background-color: #fff;
}

/*.Columns*/



.navigator_main,
.menu_parent_t1_title {
  margin-top: 0;
}

.menu_parent_t1_img img {
   /* display: block; */
    width: 100%;
    max-width: 180px;
    height: auto;
	-moz-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	-webkit-transition: all 1s ease-out;
}
.menu_parent_t1_img img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.menu_parent_t1_img {
    margin-bottom: 0;
    border: 0;
    padding: 0;
	overflow:hidden;
}

/*Г‘ГІГЁГ«ГЁ Г¤Г«Гї index1*/
.index1 .center-col {
  float: none;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}
.index1  button.toggle-menu {
  display:none;
}
.index1 .TableBorder{
  margin: 0 auto;
}

/*index2*/
/*.index2 .header .logo,
.contacts .header .logo {
  background-image: url("../../img_menu/logotip_new.jpg");
}*/

.index2 .center-col,
.contacts .center-col {
  float: right;
  margin-left: 0;
  margin-right: 0;
  width: 80%;
}

.index2 .left-col,
.contacts .left-col {
  margin: 0;
  float: none;
  overflow: hidden;
}
/*index1*/
.index1 .center-col {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}

/*Contactus*/
.contacts-block {
  display: flex;
  justify-content: flex-start;
}

.contacts-block td {
  padding-top: 0;
  padding-bottom: 0;
}

.contacts-block>div {
  width: 50%;
}

.form-control,
.contacts-block input,
.contacts-block select,
.contacts-block textarea {
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin: 3px 0 7px;
  background: #fff;
  border: 1px solid #CDCCCB;
  border-radius: 6px;
  font-size: 14px;
  line-height: 15px;
  color: #2b2b2b;
  height: 30px;
}

.form-control {
  padding: 0 8px;
}

textarea.form-control {
  height: 100px;
}

.contacts-block input[type=text] {
    padding: 0 10px;
}

.contacts-block textarea {
  height: 100px;
}

.contacts-block .contactus_name {
  font-size: 12px;
}

.contactus_scribe {
  font-weight: bold;
}

.contactus_about {
  padding-left: 5px;
  text-align: left;
  vertical-align: top;
  color: #408080;
}

.contacts .h1,
.contacts-block .h2 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}

.contacts .h1 {
  border-bottom: 2px dotted #26a149;
  color: #009933;
  margin-bottom: 10px;
}

.contacts-block .right-wrap {
  width: 400px;
  margin: 0 auto;
}

.contacts-block .left-wrap {
  width: 372px;
  margin: 0 auto;
}

/*ГЌГ®ГўГ»ГҐ Г±ГІГЁГ«ГЁ Г¤Г«Гї ГЄГ®Г­ГІГ ГЄГІГ®Гў*/
.contacts-block .form-group {
  margin-bottom: 10px;
}

.contacts-block .contactus_input_count {
  display: inline-block;
  vertical-align: middle;
  width: 60px;
}

.contacts-block .contactus_input_captcha {
  width: 100px;
  display: inline-block;
  vertical-align: top;
}

.contacts-block label {
  margin-bottom: 3px;
}

.form-group.captcha label {
  display: block;
}


/* Настройка раздела TOP 5 - форматирование блоками DIV */
.top5dnl { }
.top5dnl_string { width: 100%; margin-bottom: 10px; border-bottom-width: 2px; border-top-style: none; border-right-style: none; border-bottom-style: dotted; border-left-style: none; border-bottom-color: #8AC851; padding-bottom: 5px; }
.top5dnl_nn { width: 45px; float: left; clear: left; padding-top: 5px; padding-right: 0px; padding-bottom: 0px; padding-left: 5px; height: 10px; }
.top5dnl_name { text-align: center; margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 50px; padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px; font-weight: bold; color: #336600; }
.top5dnl_rate { text-align: right; color: #990000; font-weight: bold; }
.top5dnl_dnl { text-align: right; }

.top5per_news{width:100%;}
.top5per_news .t5per_date{ float:left; padding: 6px 5px 0 0; font-weight: bold;}
.top5per_news .t5per_title{ padding: 6px 0}
.t5per_title a:link, .t5per_title a:active, .t5per_title a:visited{text-decoration: none;}
.t5per_title a:hover {text-decoration: none;}

/* Настройка tooltips */
.hotspot {color:#003366; padding-bottom:1px; border-bottom:1px dotted #003366; cursor: help}
#tt {position:absolute;	display:block; border: solid 1px #3481D3; background:lightyellow; -moz-border-radius: 10px;	-webkit-border-radius: 10px;}
#ttcont {display:block; padding:10px 10px 10px 10px; color:#337BCD}
/* Конец настройки tooltips */

.bg_menu {
-moz-border-radius: 7px;
-webkit-border-radius: 5px;

border-bottom-left-radius: 7px;
border-bottom-right-radius: 7px;

filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#b6aeab');
/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
/*Element must have a height (not auto)*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#b6aeab')";
background-image: -moz-linear-gradient(top, #ffffff, #b6aeab);
background-image: -ms-linear-gradient(top, #ffffff, #b6aeab);
background-image: -o-linear-gradient(top, #ffffff, #b6aeab);
background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#b6aeab));
background-image: -webkit-linear-gradient(top, #ffffff, #b6aeab);
background-image: linear-gradient(top, #ffffff, #b6aeab);
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
/*Use "background-clip: padding-box" when using rounded corners to avoid the gradient bleeding through the corners*/
}



.foter_firm {
	padding-top: 5px;
	color: #CCD8CC;
	font-weight: bold;
}


.foter_full {height: 25px; background-color: #346633;}
.foter_left {float:left; width:220px; height: 25px;}
.foter_menu {float:left;}
.foter_right {width:150px; float:right;}
.clear {clear:both; float:none; height:0; font-size:0;}








/*.google_SearchMarket_form {
	margin: 0 0 3px -4px;
	width: 218px;
	height: 20px;
}
div.google_SearchMarket_form input[type="text"] {
	float: left;
	border: 1px solid #C3BCBA;
	font: bold 12px Arial, Helvetica, Sans-serif;
	color: #A4C4AC;
	width: 165px;
	padding: 2px 10px 2px 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset;
	box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2) inset;
	-webkit-transition: all 0.7s ease 0s;
	-moz-transition: all 0.7s ease 0s;
	-o-transition: all 0.7s ease 0s;
	transition: all 0.7s ease 0s;
}
div.google_SearchMarket_form .search_button .button {
	outline: none;
	padding: 0 0 0 2px;
	-webkit-margin-before: 2px;
	width: 27px;
	height: 21px;
	float: right;
		BACKGROUND-COLOR: inherit;
		border: 0px;
}*/

.search-wrap {
  margin-bottom: 10px;
}

/*.search-wrap {
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
}

.search-wrap input[type="text"], .search-wrap input[type="search"] {
	float: left;
	border-radius: 10px;
	border: 1px solid #C3BCBA;
	font: bold 12px Arial, Helvetica, Sans-serif;
	color: #A4C4AC;
	width: 100%;
	height: 25px;
	padding: 2px 10px 2px 10px;
	transition: all 0.7s ease 0s;
}

.search-wrap input[type="text"]:focus, .search-wrap input[type="search"]:focus {
	outline: none;
}

.search-wrap .search_button>.button,
.search-wrap .search_button>a {
	float: right;
	border: 0;
	background-color: transparent;
	width: 27px;
	height: 21px;
	padding: 0;
	position: absolute;
	top: 2px;
	right: 2px;
}

.search-wrap .search_button>a {
	background: url('../../img_menu/search_gray.gif') no-repeat;
	display: inline-block;
	margin-right: 4px;
}*/

/*NEW SEARCH MAIN PAGE*/
.search-form,
.search-wrap form {
  background-color: #f5f5f5;
  padding: 10px;
  position: relative;
}

.search-form input[type="search"],
.search_field input[type="text"] {
  border: 1px solid #ddd;
  height: 36px;
  width: 100%;
  display: block;
  transition: all .2s ease;
  padding: 0 36px 0 8px;
}

.search-form input[type="submit"],
.search_button>input[type="submit"],
.search_button>a {
  width: 36px;
  height: 36px;
  background: transparent url("../images/search-green-icon.svg") center no-repeat;
  background-size: 20px;
  position: absolute;
  right: 10px;
  top: 50%;
  border: 0;
  transition: all .2s ease;
  opacity: 0.7;
  padding: 0;
  transform: translateY(-50%);
  cursor: pointer;
}
.search_button>input[type="submit"]:hover{
  opacity: 1;
}

.search-form input[type="search"]:focus,
.search_field input[type="text"]:focus {
  outline: none;
}

.right-col .search-wrap {
  margin-bottom: 15px;
}

#ya-site-form0 .ya-site-form__search-input {
  padding: 10px!important;
  background-color: #f5f5f5!important;
}

#ya-site-form0 .ya-site-form__form .ya-site-form__input-text {
  height: 36px!important;
  padding: 0 36px 0 8px!important;
}

#ya-site-form0 .ya-site-form__search-input>table>tbody>tr {
  display: block;
  position: relative;
}

#ya-site-form0 .ya-site-form__search-input>table>tbody>tr>td {
  display: block!important;
}

#ya-site-form0 .ya-site-form__submit_type_image {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  width: 36px!important;
  height: 36px!important;
  background: url("../images/search-green-icon.svg") center no-repeat!important;
  -webkit-background-size: 20px!important;
  background-size: 20px!important;
}

.class_SrvShow {
	position:absolute;
	z-index:25;
  /*text-align: center;*/
	background-color: #ffffff;
	border:solid 1px #0E7C2A;
	overflow: auto;
	max-width:1200px;
}
.class_SrvShow .newsdata, .class_SrvShow .news_text_center, .class_SrvShow .tps_periodic_show_full {padding: 10px 15px 5px 15px;}

.class_closeSrvShow{ position:absolute; z-index: 30; width:55px; height:50px; border: none; background-attachment: scroll; background-image: url(../../img_menu/close_50x50_green.gif); background-repeat: no-repeat; background-position: right top; cursor: pointer;}
.class_prlSrvShow{
	position:absolute;
	z-index:20;
	width:50px;
	height:50px;
	background: url('http://www.arnebia.ru/img_menu/pictshow.gif') no-repeat scroll center center;
}
.class_foneSrvShow{
  position: fixed;
  z-index: 15;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: black;
	cursor: pointer;
}

.news_event {width: 800px; }

.video_youtube {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
}
.video_youtube iframe, .video_youtube object, .video_youtube embed{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.brand_descript {
	text-align: center;
}

.uppagepanel {
  margin-bottom: 10px;
}

/* Registration */
.form-group {
  margin-bottom: 10px;
}

.form-group .form-control {
  margin: 0;
}

.form-group label {
  margin-bottom: 3px;
  display: block;
}

.registration-block {
  display: block;
  width: 50%;
  margin: 0 auto;
}

.registration-block .auth-block {
  flex-basis: 30%;
}

.registration-block .reg-block {
  flex-basis: 65%;
}

.registration-block h3 {
  margin-bottom: 15px;
}
.password__toggle {
    display: flex;
    align-items: center;
	width:100%;
}
.password__toggle--btn {
    margin-left: -23px;
}
.password__toggle .password__icon_eye{
    background-image: url(../../img_menu/menu/eye-icon.svg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 18px;
	width:18px;
	height:18px;
}
.password__toggle .password__icon_eye-slash{
/* Картинка с перечеркнутым глазом чуть больше по размеру */
    background-image: url(../../img_menu/menu/eye-icon-slash.svg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 20px;
	width:20px;
	height:20px;
}

.auth-block .bottom,
.reg-block .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.auth-block .forgot-pass {
  text-align: right;
}

.reg-block .captcha {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 10px;
}

.reg-block .captcha-img {
  margin-left: 10px;
  line-height: 0;
}
.captcha-img img {
  width: 100%;
  max-width: 180px;
  height: auto;
}
.reg-block .captcha .form-group {
  margin-bottom: 0;
}

.login-oauth {
	margin-top:30px;
	font-size:30px;
}
.login-oauth h3{
	text-align:center;
}
.login-oauth .login-oauth__social-nav {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}
.login-oauth .login-oauth__social-list {
    margin-right: 15px;
}
.login-oauth .login-oauth__social-link {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 10%;
    line-height: 40px;
    text-align: center;
    transition: all 0.3s ease;
    background: #eef0f1;
}
.login-oauth__social-link.yandex{
    background: #E7322B;
}
.login-oauth__social-link.google{
}
.login-oauth__social-link.mailru{
    background: #005FF9;
}
.login-oauth__social-link.vkont{
    background: #1976D2;
}
.login-oauth__social-link.oklass{
    background: #F27B1D;
}
.login-oauth__social-link svg{
    width: 30px;
    height: 30px;
	margin-top:5px;
}
.login-oauth .login-oauth__social-link:hover {
    background: #79a206;
}


/* Info */
.alert {
  padding: 10px;
  border-radius: 6px;
  border: 1px solid transparent;
  margin-bottom: 30px;
  margin-top: 20px;
}

td.alert {
  border: 0;
  border-radius: 0;
}

.alert h4 {
  margin: 0 0 10px;
}

.alert p {
  margin: 5px 0;
}

.alert ul {
  margin-bottom: 10px;
	/*padding-left: 15px;*/
}
.alert li {
  margin-bottom: 1rem;
}

.alert-info {
  background-color: #e3eef9;
  border-color: #c2d1e2;
  color: #658aaf;
}

.alert-info * {
  color: #658aaf;
}

.alert-success {
  background-color: #e2f1e6;
  border-color: #b2d4bc;
  color: #5c906c;
}

.alert-success * {
  color: #5c906c;
}

.alert-warning {
  background-color: #fff9e2;
  border-color: #d6cbaa;
  color: #9c8a46;
}

.alert-warning * {
  color: #9c8a46;
}

.alert-error {
  background-color: #f9e3e3;
  border-color: #dec0c0;
  color: #ad6767;
}
.alert-error * {
  color: #ad6767;
}

.adress-block, .organisation-block {
  width: 50%;
  position: relative;
  display: inline-block;
  padding: 5px;
  box-sizing: border-box;
  vertical-align: top;
}
.adress-block .info-block,
.organisation-block .info-block {
  margin-bottom: 0;
}
.adress-block.active .form-def:before {
/*	background-color: #E3EEF9; */
	content: "Выбран";
	position: absolute;
	top: 10px;
	left: 10px;
	padding-right: 20px;
    background: url(../../img_menu/market/check-icon.svg) right center no-repeat;
    background-size: 16px;
}
.adress-block .form-def:hover{
	background-color: #F8FBFF;
	cursor: pointer;
}

.form-horizontal .form-group {
  display: flex;
  align-items: center;
}
.form-horizontal .label {
  flex-basis: 20%;
  margin-right: 10px;
}
.form-horizontal .form-text {
  flex-basis: 70%;
}
.form-horizontal .form-item {
    width: 100%;
}
.form-text.no_data {
  text-align: center;
  margin: 10px 0;
}
.info-block {
  margin-bottom: 30px;
  border: 1px solid #ddd;
  border-radius: 6px;
  position: relative;
}

.info-block h3 {
  padding: 10px;
  background-color: #f5f5f5;
  border-radius: 6px 6px 0 0;
  margin: 0;
  border-bottom: 1px solid #ddd;
  display: flex;
  justify-content: space-between;
}
.info-block h3>span {
	margin: 0;
	line-height: 40px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

 .info-block h3 a{
	margin: 0;	 
 }
.info-block h3 .exit {
  background: url("../../img_menu/userpwd/logout-icon.svg") center center no-repeat;
  background-size: 16px;
}
.info-block h3 .edit {
  background: url("../../img_menu/market/edit-icon.svg") center center no-repeat;
  background-size: 16px;
}
.info-block h3 .remove {
  background: url("../../img_menu/market/remove-icon.svg") center center no-repeat;
  background-size: 16px;
}
.info-block h3 .add {
  background: url("../../img_menu/market/add-icon.svg") center center no-repeat;
  background-size: 16px;
}
.info-block h3 .password {
  background: url("../../img_menu/market/password-icon.svg") center center no-repeat;
  background-size: 16px;
}

.info-block .block-link {
/*	outline: 1px dotted red;
	white-space: nowrap;
*/
	display:flex;
}

.info-block .block-link a {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 10%;
  line-height: 40px;
  text-align: center;
  transition: all 0.3s ease;
  border: 1px solid #ddd;
  margin-left: 5px;
}
.block-link a:hover {
  box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
}
.adress-block .block-link a,
.organisation-block .block-link a{
  width: 30px;
  height: 30px;
  line-height: 30px;	
}
.adress-block h3,
.organisation-block h3{
  line-height: 30px;
  padding: 5px 5px 5px 10px;
}

.block-link>a>span{
	display:none;
}	
.info-block .form-horizontal {
  padding: 10px;
}

form.form-horizontal label {
  flex-basis: 20%;
  margin-right: 10px;
}

form.form-horizontal .form-control {
  flex-basis: 70%;
}

select.delivery {
  width: 30%;
}

/* Cart info */
.cart-info .news_region_name {
  margin-top: 0;
}

.cart-info .name {
  padding: 5px 10px;
}

.cart-info .info {
  padding: 5px 10px;
  border-bottom: 1px solid #ddd;
  background-color: #fafafa;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.cart-info .info .left {
  margin-right: 20px;
}

.cart-info a.plus,
.cart-info a.minus {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px;
  vertical-align: top;
  opacity: 0.5;
  transition: all .2s ease;
}

.cart-info a.plus:hover,
.cart-info a.minus:hover {
  opacity: 1;
}

.cart-info a.plus {
  background-image: url("../../img_menu/market/plus-icon.svg");
}

.cart-info a.minus {
  background-image: url("../../img_menu/market/minus-icon.svg");
}

.cart-info span.count {
  vertical-align: top;
}

.cart-info span.count span {
  font-weight: bold;
}

.cart-info .remove {
  width: 16px;
  height: 16px;
  background-size: 16px;
}

.cart-info .summ {
  font-weight: bold;
  margin-right: 10px;
}

.cart-info .row.total {
  padding: 5px 10px;
  font-weight: bold;
  text-align: right;
}

.cart-info .bottom {
  padding: 5px 10px;
  text-align: right;
}

.cart-info .bottom .btn {
  font-size: 11px;
  padding: 3px 8px;
}

.tabs { width: 100%; padding: 10px 0 0 0; margin: 0 auto; }
.tabs>input { display: none; }
.tabs>div {
    display: none;
    padding: 12px;
    border: 1px solid #C0C0C0;
    background: #FFFFFF;
}
.tabs>label {
    display: inline-block;
    padding: 7px;
    margin: 0 -5px -1px 0;
    text-align: center;
    color: #666666;
    border: 1px solid #C0C0C0;
    background: #E0E0E0;
    cursor: pointer;
}
.tabs>input:checked + label {
    color: #000000;
    border: 1px solid #C0C0C0;
    border-bottom: 1px solid #FFFFFF;
    background: #FFFFFF;
}
#tab_1:checked ~ #txt_1,
#tab_2:checked ~ #txt_2,
#tab_3:checked ~ #txt_3 { display: block; }