header #top-header {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  color: #9ac1f1;
  background-color: #01387b;
  width: 100%;
  position: fixed;
  z-index: 3;
  height: 129px;
}

header #top-header h1 {
  margin: 10px 0 0 0;
  float: left;
}

header #top-header .main {
  float: left;
  margin-left: 19px;
}

header #top-header .main .first-line {
  padding: 16px 0 11px 0;
}

header #top-header .main .first-line div {
  float: left;
}

header #top-header .main div.clear {
  clear: both;
  float: none;
}

header #top-header .first-line .divider {
  width: 2px;
  height: 38px;
  background-image: url("../img/top_divider.png");
  margin: -5px 11px 0 6px;
}

header #top-header a {
  text-decoration: none;
  color: #9ac1f1;
  display: table-cell;
  vertical-align: middle;
}

header #top-header a:hover {
  color: #fdb913;
}

header .repair {
  display: block;
  height: 32px;
  padding-left: 71px;
  padding-right: 12px;
  background: url("../img/repair.png") 0 0 no-repeat;
}

header .repair:hover{
  background: url("../img/repair_hover.png") 0 0 no-repeat;
}

header .sale {
  display: block;
  height: 32px;
  padding-left: 55px;
  padding-right: 13px;
  background: url("../img/sale.png") 6px 0 no-repeat;
}

header .sale:hover{
  background: url("../img/sale_hover.png") 6px 0 no-repeat;
}

header .cell img {
  display: inline-block;
  float: left;
  margin-left: 7px;
}

header .cell span {
  display: inline-block;
  height: 29px;
  font-size: 22px;
  vertical-align: middle;
  padding-top: 5px;
}

header .cell .kyivstar {
  background: url("../img/kyivstar.png") 0px 1px no-repeat;
  padding-left: 39px;
  margin-left: 15px;
}

header .cell .mts {
  background: url("../img/mts.png") 10px 3px no-repeat;
  padding-left: 47px;
  padding-right: 18px;
}

header .second-line {
  font-family: 'Open Sans', sans-serif;
}

header .second-line div {
  float: left;
}

header .second-line .divider {
  width: 2px;
  height: 48px;
  background-image: url("../img/divider.png");
  margin: 1px 12px 0 12px;
}

header .second-line .search {
  float: left;
  position: relative;
  margin-right: 6px;
}

header .second-line .search input {
  width: 702px;
  height: 51px;
  border: 1px solid rgba(14,53,85, 0.5);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; /* future proofing */
  -khtml-border-radius: 5px; /* for old Konqueror browsers */
  background: url("../img/search.png") 10px 9px no-repeat;
  background-color: #fff;
  padding-left: 51px;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 24px;
  color: #8c8b8b;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

header .second-line .search button {
  position: absolute;
  right: 1px;
  height: 49px;
  border: none;
  top: 1px;
  -moz-border-radius: 0px 5px 5px 0px;
  -webkit-border-radius: 0px 5px 5px 0px;
  border-radius: 0px 5px 5px 0px; /* future proofing */
  -khtml-border-radius: 0px 5px 5px 0px; /* for old Konqueror browsers */
  background-color: #012d63;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 24px;
  width: 125px;
}

header .second-line .search button:hover {
  color: #010101;
  background-color: #fdb913;
}

header .second-line .comparison, header .second-line .wishes {
  text-align: center;
}

header .second-line .comparison a {
  background: url("../img/comparison.png") 50% 0 no-repeat;
  padding-top: 30px;
  font-size: 15px;
  line-height: 24px;
  display: block;
}

header .second-line .comparison a:hover {
  background-image: url("../img/comparison_hover.png");
  color: #fdb913;
}

header .second-line .wishes a {
  background: url("../img/wishes.png") 50% 0 no-repeat;
  padding-top: 30px;
  font-size: 15px;
  line-height: 24px;
  display: block;
}

header .second-line .wishes a:hover {
  background-image: url("../img/wishes_hover.png");
  color: #fdb913;
}

header .shopping-cart a {
  background: url("../img/cart.png") 8px 0 no-repeat;
  display: inline-block;
  width: 42px;
  height: 38px;
  position: relative;
  padding-right: 18px;
  padding-top: 30px;
  font-size: 15px;
  line-height: 24px;
}

header .shopping-cart .counter {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 14px;
  display: table-cell;
  width: 23px;
  height: 23px;
  background: url("../img/circle.png") 0 0 no-repeat;
  position: absolute;
  top: 14px;
  left: 27px;
  text-align: center;
  color: #002e65;
}

header .shopping-cart a:hover {
  background: url("../img/cart_hover.png") 8px 0 no-repeat;
}

header #top-header .second-line .shopping-cart a:last-child {
  display: inline-block;
  /* margin-top: 30px; */
}

header #top-header .wrapper div.last { 
  float: right; 
  margin-right: 0px;
  position: relative;
  right: -2px;
}

header .login {
  background: url("../img/login.png") 100% 0 no-repeat;
  padding-right: 42px;
  height: 28px;
}

header .login:hover {
  background: url("../img/login_hover.png") 100% 0 no-repeat;
}

header nav#menu {
  background-color: #ffdd00;
  z-index: 3;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-top: 3px solid rgb(255, 255, 255, 0.55);
  position: fixed;
  top: 129px;
  width: 100%;
  box-shadow: 0px 2px 4px 0px rgba(159,138,0,0.75);
}

header nav ul {
  list-style: none;
  display: table;
  width: 100%;
  height: 63px;
  border-collapse: collapse;
}

#menu li {
  display: table-cell;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  color: #070600;
  text-align: center;
  line-height: 59px;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

#menu li:hover {
  background-color: #fdb913;
  padding: 0;
  margin: 0;
}

#menu li a {
  color: #070600;
  text-decoration: none;
}

header nav#path {
  top: 195px;
  height: 70px;
  background-color: #f8f8f8;
  position: relative;
}

header nav#path .wrapper {
  height: 100%;
}

header nav#path a, header nav#path span {
  line-height: 65px;
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
}

header nav#path a {
  color: #2060a0;
  text-decoration: none;
}

header nav#path span {
  color: #333333;
}


/* .sticky { */
  /* position: fixed; */
  /* top: 66px; */
  /* width: 100%; */
/* } */

.section {
  font-family: 'Open Sans', sans-serif;
  padding-top: 305px;
  z-index: 1;
}

.section h1 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 57px;
  text-align: center;
  color: #2160a0;
}

.section p {
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  margin-top: 23px;
  color: #0e0e0e;
}

.section a:hover {
  text-decoration: none;
}

.section a {
  color: #2160a0;
}

.table-prices {
  margin-top: 110px;
  background-color: #e8eff6;
  padding-top: 40px;
  padding-bottom: 118px;
}

.table-prices table {
  width: 769px;
  margin: 34px auto 0px auto;
  font-family: 'Roboto', sans-serif;
}

.table-prices table caption {
  font-size: 30px;
  color: #2160a0;
  font-weight: 500;
  margin: 36px 0;
}

.table-prices table caption strong {
  text-transform: uppercase;
}

.table-prices table th, .table-prices table td {
  font-size: 17px;
  border: 1px solid #c2d4e1;
  text-align: center;
  padding: 15px 0;
}

.table-prices table th:first-child {
  text-align: left;
  padding-left: 20px;
}

.table-prices table td {
  font-weight: 700;
  width: 138px;
}

.table-prices table .even th, .table-prices table .even td {
  background-color: #fff;
}

.table-prices table .odd th, .table-prices table .odd td {
  background-color: #f5f7f9;
}

.table-prices table th.list {
  padding-left: 50px;
  line-height: 29px;
  font-size: 17px;
}