html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,
blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,
img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,
b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,
caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,
footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
    margin:0;padding:0;border:0;font-size:100%;vertical-align:baseline;
    background-position:0 0;background-repeat:no-repeat;background-color:transparent
}
input[type="checkbox"],
input[type="radio"] {
    vertical-align:top
}
input {margin:0;padding:0;border:0}
select,textarea {margin:1px;padding:3px}
/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {display:block}
body {line-height:1}
ol,ul {list-style:none;}
table {border-collapse:collapse;border-spacing:0}

h1,h2,h3,h4,h5 {font-weight:700;line-height:normal}
h1 {font-size:1.6em}
h2 {font-size:1.5em}
h3 {font-size:1.4em}
h4 {font-size:1.4em}
h5 {font-size:1.3em}
h6 {font-size:1.2em}

body {font:14px Arial,Tahoma,Verdana;text-align:left;color:#333;background:#fff;overflow-x: hidden; /* Предотвращает горизонт прокрутку на всем сайте */}
a {color:#0a82a8;text-decoration:underline}
a:hover {text-decoration:none}

/*__________ Reset #END __________*/

.clear {clear:both}
.no-bg {background:none !important}
.margin-no {margin:0 !important}
.pull-left {float: left;}
.pull-right {float: right;}
@font-face {
    font-family: 'OpenSans-Semibold';
    src: url('fonts/opensanssemibold.eot');
    src: url('fonts/opensanssemibold.eot?#iefix') format('embedded-opentype'),
        url('fonts/opensanssemibold.woff') format('woff'),
        url('fonts/opensanssemibold.ttf') format('truetype'),
        url('fonts/opensanssemibold.svg#opensanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSans';
    src: url('fonts/opensansregular.eot');
    src: url('fonts/opensansregular.eot?#iefix') format('embedded-opentype'),
        url('fonts/opensansregular.woff') format('woff'),
        url('fonts/opensansregular.ttf') format('truetype'),
        url('fonts/opensansregular.svg#opensansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*__________ General __________*/

.wrapper {
    margin: 0 auto;
    width: 1234px;
}

/*----------------------HEADER---------------------*/
.wrap-top {
    padding: 7px 0;
    background: #F5F6F1;
    height: 20px;
    width: 100%;
}
.wrap-top  .city-box {
    font: normal 13px OpenSans;
    color: #555555;
}
.wrap-top .city-box > a {
    margin-left: 3px;
    text-decoration: none;
    border-bottom: 1px dashed;
    line-height: 13px;
    display: inline-block;
    position: relative;
    color: #12a7cf;
}
.wrap-top .city-box > a:before {
    background: url("images/ico/city-arrow.png") no-repeat scroll right center transparent;
    content: "";
    height: 5px;
    position: absolute;
    right: -14px;
    top: 6px;
    width: 9px;
}

.wrap-top .entery li a {
    font: normal 13px OpenSans;
}

.wrap-top .entery li a.last {
    padding-right: 0;
    margin-right: 0;
}
.search-submit {
	width: 22px;
	height: 19px;
	border: 0 none;
	background: url('images/ico/search-ico.png') no-repeat;
	margin-left: -20px;
	outline: 0;
    cursor: pointer;
	display: inline-block;
}
#searchInput {
    background: url('images/ico/search-ico.png') no-repeat right 10px center;
    padding-right: 40px; /* Подстройте значение в зависимости от размера иконки */
    box-sizing: border-box; /* Включает padding и border в общую ширину */
    width: 100%; /* Предполагаем, что ширина должна быть 100% от родителя */
	height: 35px; padding: 10px 40px 10px 10px;
}
.blue-color { color: #12a7cf; }
.blue-color:hover { color: #ff8a18; }
.orange-color { color: #ff8a18;}
/*----------------------HEADER_END---------------------*/
#header {
    margin-bottom: 15px;
}
#header .logo > a img {
    margin: 19px 0 0 3px;
}
#header .contacts {
    font: normal 22px OpenSans;
    padding-top: 18px;
}
#header .search-form {
    float: center;
    margin: 18px 0 0 0;
}

#header .header-bottom {
    background: url('images/bar/header-bottom-bg.png') top center no-repeat;
    width: 1195px;
    height: 361px;
    margin: 14px 0 0 0;
}
#header .header-bottom .info-txtbold {
    float: left;
    font: 40px/47px OpenSans-Semibold;
    margin: 64px 0 0 59px;
}
#header .header-bottom .info-txtnormal {
    float: left;
    font: 23px OpenSans-Semibold;
    margin: 23px 0 0 61px;
    color: #555555;

}

.header-bottom .navbar-inner .nav li {
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
}
.header-bottom .navbar-inner .nav li:hover {
}
.header-bottom .navbar-inner .nav li a {
    font: 18px OpenSans-Semibold;
    color: #009dcf;
    padding: 11px 31px;
}
.header-bottom .navbar-inner .nav li:hover {
    background: #E5E6E1;
    color: #292927;
}
.header-bottom .navbar {
    margin-top: 68px;
    margin-bottom: 0;
    padding: 0 1px;
    border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
}
#header .warranty-boxsed {
    border-bottom: 1px dotted #7F7F7F;
    margin-top: 17px;

}
#header .box1 {
    color: #000000;
    font: 20px OpenSans-Semibold;
    margin-left: 18px;
    margin-top: 25px;
    display: block;
    cursor: pointer;
}
#header .box1 > img {padding: 0 11px;vertical-align: top;}
/*----------------------CONTENT---------------------*/
#content {

}
/*----------------------MAIN-CONTAINER---------------------*/
#content .main-container {

}
#content .main-container > h1 {
    color: #000000;
    font: 30px OpenSans-Semibold;
	margin-bottom: 30px;
}

#content .main-container > p.sort {
    color: #555555;
    font: 13px OpenSans;
    padding: 11px 0 21px;
}

#content .main-container > p.sort .date {
    background: #EBEBE6;
    color: #555555;
    border-radius: 11px;
    padding: 2px 10px;
    text-decoration: none;
    margin-left: 5px;
}
p.sort .at-value {
    margin-left: 5px;
    color: #ff7e00;
    border-bottom: 1px dashed;
    text-decoration: none;
    line-height: 14px;
    display: inline-block;
}

.section {
    float: left;
    margin-right: 11.9px;
    margin-bottom: 30px;
    position: relative;
}

.section .burning:after {
    content: "Горящая";
    color: #ffffff;
    position: absolute;
    top: 160px;
    left: 0;
    font: bold 16px OpenSans;
    padding: 7px 11px 7px 25px;
    background: #FF8004 url('images/ico/burning-ico.png') 5px center no-repeat;
    cursor: pointer;
}

.section-links {
    font: 18px OpenSans-Semibold;
    color: #009dcf;
    padding: 0 0 3px;
    display: block;
}
.section-links:hover {
    color: #FF7E00;
}

.column-section .old-price, .column-section .price  {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-top: 9px;
    padding: 1px 13px;
    font: bold 16px OpenSans;
    display: inline-block;
    margin-right: 7px;
}

.column-section .old-price {
    text-decoration: line-through;
    color: #949590;
    background: #E9E9E5;
}
.column-section .price {
    color: #ffffff;
    background: #009DCF;
}

#content .main-container .unit-subscriptions {
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
    margin: 21px 0 17px;
    padding: 28px 0;
}
#content .main-container .unit-subscriptions .subscriptions label {
    display: inline-block;
    font: 18px OpenSans-Semibold;
    color: #555555;
}
#content .main-container .unit-subscriptions .subscriptions label input {
    vertical-align: middle;
    margin: 0 10px;
}
#content .main-container .unit-subscriptions .subscriptions .subscription-btn {
    background: url('images/bar/bg-inp.png') top left repeat-x;
    border: none;
    border-radius: 4px 4px 4px 4px;
    color: #FFFFFF;
    font: bold 16px OpenSans;
    padding: 5px 6px 6px;
    vertical-align: inherit;
    margin-left: 5px;
}
#content .main-container .unit-subscriptions .subscriptions .subscription-btn:hover {
    background: #FF8000;
}
#content .main-container .main-bottom h2 {
    margin-bottom: 10px;
    font: 30px OpenSans-Semibold;
    color: #000000;
}
#content .main-container .main-bottom p {
    margin-bottom: 18px;
	font: 16px OpenSans;
	color: #555555;
}
.inner-main .inner-text p {
	font: 16px OpenSans;
    margin-bottom: 12px;
}

.wp-pagenavi {
  width: 40%;
  margin: 11px 0 35px;
}
.wp-pagenavi a,
.wp-pagenavi span {
  padding: 4px 12px;
  line-height: 20px;
  background-color: #ffffff;
  border: 0;
  border-left-width: 0;
  color: #009dcf;
  font: 14px OpenSans;
  box-shadow: 0;
}
.wp-pagenavi a:hover,
.wp-pagenavi a:focus {
  background-color: #f5f5f5;
  color: #FF8000;
  border-radius: 5px;
}
.wp-pagenavi .current {
  background: #EBEBE6;
  color: #3E3E3D;
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
/*----------------------MAIN-CONTAINER_END---------------------*/
/*----------------------CONTENT_END---------------------*/
/*----------------------FOOTER---------------------*/
/* Стили для футера */
.footer {
  background-color: #F5F6F1; /* Цвет фона футера */
}

.footer .navbar {
  padding-left: 0; /* Убрать отступ слева у меню */
}

.footer .nav-item {
  padding: 0.25rem 0; /* Отступы для элементов меню */
}

.footer .nav-link {
  padding: 0; /* Убрать стандартные отступы у ссылок */
}
@media (max-width: 768px) {
  .footer .navbar {
    width: 100%;
  }
  
  .footer .navbar-nav {
    margin-bottom: 1rem;
  }

  .footer h5 {
    cursor: pointer;
  }
}

/* Стили для заголовка меню и копирайта */
.footer h5, .footer span {
  color: #333; /* Цвет текста */
  font-weight: bold; /* Жирное начертание для текста */
}

/*----------------------FOOTER_END---------------------*/



#content .leftbar #accordion .ui-accordion-header-active {
    color: #000000;
}

/*----------------------INNER---------------------*/
#header .header-bottom-inner {
    background: none;
    margin: 0;
    height: 0;
}
#header .inner-f {
    margin-top: 17px;
}

.breadcrumb li a {
    color: #009dcf;
    font: 13px OpenSans;
}

.rightbar {
    background: url('images/bar/innerSide-bg.png') top left no-repeat;
    padding-left: 11px;
}

.inner-main h1, .rightbar h1 {
    font: 25px OpenSans-Semibold;
    margin-bottom: 17px;
}

.inner-main .box-makers {
    background: #F5F6F1;
    border-bottom: 1px solid #C5C5C5;
    height: 480px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.inner-main .box-makers .info-nav {
    border-top: 1px dotted #A7A8A3;
    margin: 20px 15px 0 0;
}

.inner-main .box-makers .info-nav li {
    border-bottom: 1px dotted #A7A8A3;
    background: url('images/ico/m-ico.png') 7px center no-repeat;
    padding: 13px 11px 13px 40px;
    font: 16px/18px OpenSans;
    color: #222222;
    width: 165px;
}
.inner-main .reg-phone {
    font: 16px OpenSans;
    margin: 37px 0 30px;
}

.inner-main .soc-nav {
    margin: 50px 0 30px;
}
.inner-main .soc-nav a {
    background: url('images/ico/soc.png') no-repeat;
    width: 32px;
    height: 32px;
    float: left;
    margin-right: 6px;
}

.inner-main .soc-nav a.tw {
    background-position: top center;
}
.inner-main .soc-nav a.ms {
    background-position: top right;
}

.inner-main .favorites-links {
    margin: 13px 0 0 1px;
    display: block;
    color: #009dcf;
    font: 13px Arial;
}

.table-striped .thead {
    background: url('images/bar/table-head-bg.png') top left repeat-x;
    width: 100%;
    font: normal 13px OpenSans;
    color: #555555;
}

.table-striped .tbody tr td {
    color: #333333;
    font: 14px OpenSans;
    border: 0;
    padding: 13px 11px;
}

.table-striped tr td .minutes {
    vertical-align: top;
    font: 9px OpenSans-Semibold;   
}
.table-striped .tbody tr td .price {
    font: 16px OpenSans-Semibold;
    color: #009dcf;

}

.table-striped .tbody tr td .old-price {
    font: 16px OpenSans-Semibold;
    color: #949590;
    text-decoration: line-through;
    padding-left: 11px;
}

.table-striped {
    border-bottom: 1px solid #E8E8E3;
}

.table-striped .tbody tr td .record-btn {
    color: #ffffff;
    background: url('images/bar/record-btn.png') top left repeat-x;
    padding: 0 9px;
    border-radius: 3px;
    height: 26px;
    line-height: 26px;
    display: inline-block;
    text-decoration: none;
}
.table-striped .tbody tr td .record-btn:hover {
    background: url('images/bar/record-btn-hover.png') top left repeat-x;
}
#tabs ul {
    border-bottom: 1px solid #E5E5E5;
    clear: both;
    height: 37px;
    margin-bottom: 21px;
}

#tabs ul li {
    border: 1px solid #E5E5E5;
    display: inline-block;
    margin-right: 5px;
    border-bottom: 0;
}

#tabs ul li a {
    outline: none;
    background: #F2F2F2;
    padding: 8px 0;
    color: #009dcf;
    font: 14px OpenSans-Semibold;
    display:block;
    float: left;
    text-decoration: none;
    width: 100px;
    text-align: center;
}

#tabs ul li.active a {
    background: #ffffff;
    color: red;
    color: #333333;
    padding-bottom: 9px;
    cursor: text;
}
.tab-content {
	font: 15px OpenSans;
	margin-bottom: 12px;
}
.tab-content p {
    margin-bottom: 19px;
}
.tab-content a {
	color:#009dcf;	
}
.tab-content a:hover {
	color:#FF7E00;	
}
.ul ul li {
   padding-bottom:6px;
   padding-left:20px;
   text-indent:2px;
   list-style: none;
}
.ul li:before {
content:"✓"; font-weight:bold; color:#009dcf; margin-left: -1em; margin-right:7px;
}




.p-links {
    color:#009dcf;
}
.p-links:hover {color: #FF7E00;}
blockquote {
	font-weight: normal;
	padding: 0 0 0 30px;
	border-left: 1px solid #111;
	color: #666;
	font-style: italic;
}

.reviews h2 {
    color: #222222;
    font: 30px OpenSans-Semibold;
    margin-top: 11px;
    margin-bottom: 7px;
}

.reviews .reviews-box {
    padding: 13px 22px 18px;
    background: #F4F4F0;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-bottom: 1px solid #C5C5C5;
    margin-bottom: 22px;
}

.reviews .reviews-box h3 {
    font: 20px OpenSans-Semibold;
    color: #CBCBCB;
    margin-bottom: 13px;
}

.reviews .reviews-box .user-name {
    font: italic 15px OpenSans-Semibold;
    color: #222222;
    float: left;
}
.reviews .reviews-box .rat {
    float: right;
}

.reviews .reviews-box .rat li {
    background: url('images/ico/rat-star.png') top left no-repeat;
    width: 19px;
    height: 18px;
    margin-right: 4px;
    display: inline-block;
}

.reviews .reviews-box .comments-box {
    margin-top: 9px;
    font: 13px OpenSans;
    color: #555555;
    padding-bottom: 16px;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 11px;
}

.comment-form p {
    font: 13px OpenSans;
    color: #555555;
    margin-bottom: 4px;
}

.comment-form textarea {
    width: 470px;
    height: 90px;
}

.comment-form #submit {
    background: url('images/bar/add-btn-hover.png') top left repeat-x;
    height: 35px;
    border: 0;
    font: bold 14px OpenSans;
    color: #ffffff;
    padding: 0 21px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    margin: 11px 0 0 0;
}

.comment-form #submit:hover {
    background: url('images/bar/add-btn.png') top left repeat-x;
}

.inner-bottom-box {
    padding: 30px 22px 25px;
    background: #F4F4F0;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-bottom: 1px solid #C5C5C5;
    text-align: center;
}

.inner-bottom-box h3 {
    font: 20px OpenSans;
    color: #222222;
    margin: 5px 0;
}

.inner-bottom-box > p {
    font: 13px OpenSans;
    color: #555555;
    margin-top: 17px;
}
/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.825em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.825em;
}
.aligncenter {
	display: block;
	margin: 0 auto;
}
/*----------------------INNER_END---------------------*/
.blue-anchor a { color: #12a7cf; }
.blue-anchor a:hover { color: #ff8a18; }
.wrap-top .entery {
    margin-right: -14px;
}
.primary-nav > li:first-child {
    border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;

}
.navbar .primary-nav > li:last-child {
	float: right;
	border-bottom: 0;
	border-right: 0;
}
.navbar .primary-nav > li:last-child:hover {
	border-radius: 0 5px 5px 0;
}
.navbar .primary-nav > li:last-child a {
    background: url('images/bar/right-navbg.png') top left repeat-x;
    color: #ffffff;
    padding-left: 34px;
    border-radius: 0 5px 5px 0;
}
.primary-nav > li:last-child a:hover {
    background: url('images/bar/right-navbg-hover.png') top left repeat-x;
    color: #ffffff;
}
.primary-nav > li.menu-item-has-children {
	position: relative;
}
.primary-nav > li.menu-item-has-children:hover .sub-menu {visibility: visible;}
.header-bottom .nav li .sub-menu {
    background: url("images/bar/submenu-block.png") no-repeat scroll left top white;
    border-bottom: 1px solid #CCCCCC;
	box-shadow: 0 0 5px #CCCCCC;
    left: 0px;
    padding: 11px 19px 23px;
    position: absolute;
    top: 47px;
    width: 462px;
    visibility: hidden;
	z-index: 100;
}
.header-bottom .nav li .sub-menu > li:first-child {
	width: 275px;
}
.header-bottom .nav li .sub-menu > li:first-child a {
    font: 16px OpenSans-Semibold;
	text-decoration: none;
	cursor: text;
	color: #333;
}
.header-bottom .nav li .sub-menu > li:first-child a:hover {
	color: #333;
}
.header-bottom .nav li .sub-menu > li {
    border: none;
}
.header-bottom .nav li .sub-menu > li:hover {
    background: 0;
}
.header-bottom .nav li .sub-menu > li a {
    padding: 0;
    font: 13px/31px OpenSans;
}
.header-bottom .nav li .sub-menu > li a:hover {
    color: #FF8105;
}
/* т.к. теперь этот элемент не последний, то вместо last-child используем номер */
.header-bottom .navbar .navbar-inner .nav li:nth-child(7) {
    border-right: none;
}
.fotorama--wp {
  margin: 0;
}
.breadcrumb > li.divider {
  color: #CCCCCC;
  padding: 0 5px;
}

