/* Fonts Family */
@font-face {
  font-family: 'RobotoCondensed-Regular';
  src: url('../../template/fonts/RobotoCondensed-Regular.eot');
  src: url('../../template/fonts/RobotoCondensed-Regular.eot?#iefix') format('embedded-opentype'), url('../../template/fonts/RobotoCondensed-Regular.woff2') format('woff2'), url('../../template/fonts/RobotoCondensed-Regular.woff') format('woff'), url('../../template/fonts/RobotoCondensed-Regular.ttf') format('truetype'), url('../../template/fonts/RobotoCondensed-Regular.svg#RobotoCondensed-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'RobotoCondensed-Light';
  src: url('../../template/fonts/RobotoCondensed-Light.eot');
  src: url('../../template/fonts/RobotoCondensed-Light.eot?#iefix') format('embedded-opentype'), url('../../template/fonts/RobotoCondensed-Light.woff2') format('woff2'), url('../../template/fonts/RobotoCondensed-Light.woff') format('woff'), url('../../template/fonts/RobotoCondensed-Light.ttf') format('truetype'), url('../../template/fonts/RobotoCondensed-Light.svg#RobotoCondensed-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'RobotoCondensed-Bold';
  src: url('../../template/fonts/RobotoCondensed-Bold.eot');
  src: url('../../template/fonts/RobotoCondensed-Bold.eot?#iefix') format('embedded-opentype'), url('../../template/fonts/RobotoCondensed-Bold.woff2') format('woff2'), url('../../template/fonts/RobotoCondensed-Bold.woff') format('woff'), url('../../template/fonts/RobotoCondensed-Bold.ttf') format('truetype'), url('../../template/fonts/RobotoCondensed-Bold.svg#RobotoCondensed-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*Colors*/
/* Basic settings*/
strong,
b {
  font-family: 'RobotoCondensed-Bold', sans-serif;
}
html {
  font-size: 10px;
}
body {
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: #FFF;
  font-family: 'RobotoCondensed-Regular', sans-serif;
}
.go-auhan{
    background:#FF0000;
    border-radius:5px;
    padding:5px 10px;
    color:#FFF !important;
    text-decoration:none !important;
    font-weight:500;
}
}
.ajax-result {
  position: absolute;
  top: 47px;
  background-color: #FFF;
  border: 1px solid#eee;
  z-index: 999999;
  display: none;
}
.ajax-result a {
  display: block;
  padding: 10px 10px;
  font-size: 1.7rem;
  color: #000;
}
.ajax-result a img {
  width: 40px;
  max-height: 40px;
  margin-right: 10px;
}
.ajax-result a i {
  color: #23609C;
  margin-right: 10px;
}
.ajax-result a:hover {
  background-color: #f1f1f1;
}
.menuha {
  font-size: 1.4rem;
  font-family: 'RobotoCondensed-Regular', sans-serif;
  text-align: center;
}
.menuha ul {
  font-size: 1.4rem;
}
.menuha ul li div a {
  font-size: 1.4rem;
}
.menuha ul li ul {
  margin: 0;
  padding: 0;
  font-size: 1.4rem;
  list-style: none;
}
.main {
  width: 100%;
  margin: 0 auto;
}
.main-header {
  margin: 0 auto;
  min-height: 120px;
  width: 100%;
  position: relative;
  display: block;
}
.main-header-logo {
  height: 120px;
  display: block;
  position: relative;
  width: 100%;
  text-transform: uppercase;
}
.main-header-logo a {
  font-family: 'RobotoCondensed-Bold', sans-serif;
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  margin: 0;
  font-size: 2.5rem;
  line-height: 1.3;
  text-align: left;
  color: #255372;
}
.main-header-logo a:hover {
  text-decoration: none;
}
.main-header-search {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-size: 1.7rem;
  width: 100%;
}
.main-header-search input {
  padding: 5px;
  border: 1px solid #eee;
  width: 80%;
}
.main-header-search button {
  padding: 8px;
  background-color: #343A40;
  border: 1px solid #343A40;
}
.main-header-search button i {
  color: #FFF;
}
.main-footer {
  border: 1px solid#eee;
  background-color: #FFF;
  padding: 10px;
  margin-bottom: 20px;
}
.main-footer-left {
  text-align: center;
}
.main-footer-left a {
  text-decoration: none;
  font-size: 1.5rem;
  color: #555;
}
.main-footer-left i {
  color: #555;
  font-size: 1.5em;
  position: relative;
}
.main-footer-right {
  text-align: center;
}
.main-footer-right i {
  color: #555;
  font-size: 1.7rem;
  position: relative;
  cursor: pointer;
}
.main-footer-right i:hover {
  font-size: 1.9rem;
}
.main-footer-center {
  text-align: center;
}
.main-footer-center a {
  text-decoration: none;
  font-size: 1.5rem;
  color: #555;
  margin: 010px;
}
.main-footer-center i {
  color: #555;
  font-size: 1.5rem;
  position: relative;
}
.main-footer-center .active_footer {
  color: #000;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 1px 1px 1px #FFF;
}
.main-footer-center2 {
  margin-top: 20px;
  text-align: center;
}
.main-footer-center2 a {
  text-decoration: none;
  font-size: 2rem;
  font-weight: bold;
  color: #555;
}
.main-footer-center2 a i {
  color: #555;
  font-size: 2.5rem;
  position: relative;
}
.main-footer2 {
  background-color: #f7f7f7;
  padding: 1%;
  margin-bottom: 20px;
}
.main-footer2-left {
  text-align: center;
}
.main-footer2-left a {
  text-decoration: none;
  font-size: 1.4rem;
  color: #555;
}
.main-footer2-left i {
  color: #555;
  font-size: 1.4rem;
  position: relative;
}
.main-footer2-right {
  text-align: center;
}
.main-footer2-right i {
  color: #555;
  font-size: 1.7rem;
  position: relative;
  cursor: pointer;
}
.main-footer2-right i:hover {
  font-size: 1.9rem;
}
.main-footer2-center {
  text-align: center;
}
.main-footer2-center a {
  text-decoration: underline;
  font-size: 1.4rem;
  color: #555;
}
.main-footer2-center i {
  color: #555;
  font-size: 1.4rem;
  position: relative;
}
.main-footer2-center2 {
  margin-top: 20px;
  text-align: center;
}
.main-footer2-center2 a {
  text-decoration: none;
  font-size: 2rem;
  font-weight: bold;
  color: #555;
}
.main-footer2-center2 a i {
  color: #555;
  font-size: 2.5rem;
  position: relative;
}
.main-end {
  text-align: right;
  margin-bottom: 10px;
}
.main-end a {
  color: #ddd;
  font-size: 1.3rem;
}
.articles {
  margin: 20px 0;
  padding: 2%;
  background-color: #FFF;
  border: 1px solid#D9D8D5;
}
.articles h1 {
  font-size: 3.5rem;
  margin-bottom: 3%;
}
.articles h1 a {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.articles-block {
  padding: 1%;
  margin: 2% 0;
}
.articles-block h3 {
  display: block;
  width: 100%;
  font-size: 1.9rem;
}
.articles-block h3 a {
  display: block;
  width: 100%;
  text-decoration: underline;
  color: #000;
  cursor: pointer;
}
.articles-block h3 a:hover {
  text-decoration: none;
}
.articles-block p {
  width: 100%;
  position: relative;
  display: block;
  font-size: 1.5rem;
  line-height: 2;
  text-align: left;
  margin: 0 auto;
  color: #222;
}
.articles-block:nth-child(2n) {
  border-left: 5px solid#8EC641;
  border-bottom: 1px solid#8EC641;
}
.articles-block:nth-child(2n+1) {
  border-left: 5px solid#03ACBE;
  border-bottom: 1px solid#03ACBE;
}
.articles-block:hover {
  border-left: 5px solid#777;
  border-bottom: 1px solid#777;
}
.slid {
  background-color: #D9D8D5;
  border: 1px solid#D9D8D5;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 10px 6px -6px #777777;
  -moz-box-shadow: 0 10px 6px -6px #777777;
  box-shadow: 0 10px 6px -6px #777777;
  width: 100%;
}
.slid-block {
  width: 99.7%;
  padding: 0%;
  border: 1px solid#D9D8D5;
  margin: 0 auto;
  height: 400px;
  position: relative;
  overflow: hidden;
}
.slid-block-slider {
  height: 400px;
  position: relative;
}
.slid-block-slider h3,
.slid-block-slider h4,
.slid-block-slider h5,
.slid-block-slider h6 {
  display: inline-block;
  width: auto;
  padding: 10px 10px;
  background-color: rgba(23, 61, 98, 0.8);
  color: #FFF;
  font-weight: bold;
  font-size: 2.2rem;
  font-family: helvetica;
  position: absolute;
  top: 310px;
  left: 40px;
  text-shadow: 1px 1px 2px #000;
}
.slid-block-slider img {
  width: 100%;
  height: 500px;
  padding: 0;
  margin: 0;
}
.slid-block i {
  position: absolute;
  font-size: 2.5rem;
  top: 50%;
  padding: 70% 3px;
  transform: translateY(-50%);
  z-index: 1;
  color: #25577E;
  opacity: 0.6;
  cursor: pointer;
}
.slid-block i:first-child {
  left: 0px;
}
.slid-block i:last-child {
  right: 0px;
}
.slid-block i:hover {
  background-color: rgba(255, 255, 255, 0.2);
  opacity: 0.9;
}
.slid .slick-active {
  outline: none;
}
.enter {
  background-color: #FFF;
  font-size: 1.7rem;
  display: block;
  height: 400px;
  padding: 40px;
  text-align: center;
}
.enter label {
  font-weight: bold;
  display: block;
  width: 100%;
}
.enter input {
  text-align: center;
  padding: 5px;
  display: block;
  width: 100%;
}
.enter button {
  padding: 5px;
  width: 100%;
  background-color: #eee;
  border: 1px solid #eee;
}
.fotorama {
  text-align: center;
  width: 100%;
  position: relative;
}
.catalog-product-img {
  text-align: center;
  width: 100%;
  border: 1px solid #eee;
  padding: 3px;
  border-radius: 3px;
  max-height: 500px;
}
.catalog-max a {
  line-height: 1.1!important;
  position: relative;
  display: block;
  margin: 20px 0;
  padding-left: 35px;
}
.catalog-max a img {
  position: absolute;
  height: 30px;
  max-width: 30px;
  top: 50%;
  left: 10px;
  transform: translateY(-50%) translateX(-50%);
}
.catalog-center {
  background-color: #FFF;
  border: 1px solid#eee;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
  font-size: 1.5rem;
}
.catalog-center h1 {
  font-size: 3rem;
  margin-top: 10px;
  margin-bottom: 10px;
}
.catalog-center h1 a {
  font-size: 3rem;
  color: #222;
}
.catalog-center h1 a:hover {
  text-decoration: none;
}
.catalog-center h2,
.catalog-center h3,
.catalog-center h4,
.catalog-center h5,
.catalog-center h6 {
  font-family: 'RobotoCondensed-Bold', sans-serif;
  margin-top: 10px;
  margin-bottom: 10px;
}
.catalog-center p {
  font-family: Helvetica;
  width: 100%;
  position: relative;
  display: block;
  font-size: 1.5rem;
  line-height: 1.7;
  text-align: left;
  margin: 0 auto;
  color: #000;
}
.catalog-center a {
  line-height: 1.7;
  color: #222;
  text-decoration: underline;
}
.catalog-center a:hover {
  text-decoration: none;
}
.catalog-center i {
  color: #0F9F32;
}
.catalog-center table {
  width: 100%;
  margin: 10px 0;
  border-collapse: collapse;
  background: #FFF;
}
.catalog-center table tr {
  line-height: 1.2;
}
.catalog-center table tr td {
  border: 1px solid#ddd;
  font-size: 1.5rem;
  padding: 3px;
  text-align: center;
}
.catalog-center table tr td .quantity {
  text-align: center;
  width: 70px;
}
.catalog-center table tr td img {
  text-align: center;
  padding: 2px;
  margin: 0 auto;
  border: 1px dotted#eee;
  width: 60px;
  height: 60px;
}
.catalog-center table tr:first-child {
  font-family: 'RobotoCondensed-Bold', sans-serif;
  text-align: center;
}
.catalog-center table tr:hover {
  background-color: #F1F1F1;
}
.catalog-center table tr:nth-child(2n+1) {
  background-color: #F0F0F0;
}
.catalog-center form {
  display: block;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
.catalog-center form input {
  border: 1px solid#999;
  width: 68%;
  padding: 5px;
  font-size: 1.5rem;
  margin: 0 5px;
}
.catalog-center form input:focus {
  outline: none;
  box-shadow: none;
}
.catalog-center form button {
  margin: 0 5px;
  width: 28%;
  padding: 5px;
  font-size: 1.5rem;
  border: 1px solid#222;
  background: #343A40;
  color: #FFF;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.7s;
}
.catalog-center form button:hover {
  background: #343A40;
}
.catalog-center-nav a {
  width: auto;
  display: inline-block;
  font-size: 1.3rem;
  text-decoration: underline;
}
.catalog-center-nav a:hover {
  text-decoration: none;
}
.catalog-right {
  background-color: #FFF;
  border: 1px solid #D9D8D5;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
  width: 100%;
}
.catalog-left {
  background-color: #FFF;
  border: 1px solid #D9D8D5;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
  width: 100%;
}
.product_photo img {
  width: 60px !important;
}
#add_element {
  font-family: 'RobotoCondensed-Bold', sans-serif;
  display: inline-block;
  min-width: 200px;
  width: 90%;
  background-color: #0F9F32;
  padding: 10px 5px;
  text-align: center;
  color: #FFF;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.9);
  font-size: 1.7rem;
  cursor: pointer;
  letter-spacing: 1px;
  transition: 0.3s;
}
#add_element:hover {
  background-color: #0A6620;
}
#add_element i {
  color: #FFF;
}
/* Постраничная навигация */
.pagination {
  text-align: left;
  font-size: 2rem;
  font-family: 'RobotoCondensed-Bold', sans-serif;
  color: #FFF;
  margin: 10px 0;
}
.pagination a {
  font-size: 1.7rem;
  padding: 10px 15px;
  margin: 5px;
  color: #FFF;
  text-decoration: none;
  background-color: #343A40;
}
.pagination a i {
  font-size: 1.7rem;
}
.pagination p {
  color: #222;
}
.pagination a:hover {
  background-color: #03ACBE;
}
a.nav_active {
  background-color: #03ACBE;
  color: #222;
}
/* Постраничная навигация */
@media (max-width: 768px) {
  .fotorma {
    height: 50px;
  }
  .main {
    width: 90%;
    padding: 0;
  }
  .main-header {
    margin: 0 auto;
    min-height: 100px;
    width: 100%;
  }
  .main-header-logo {
    height: 80px;
    padding: 20px 0;
  }
  .main-header-logo a {
    font-family: 'RobotoCondensed-Bold', sans-serif;
    position: relative;
    display: block;
    margin: 0;
    font-size: 2.5rem;
    line-height: 1.3;
    text-align: center;
  }
  .main-header-logo a:hover {
    text-decoration: none;
  }
  .main-header-search {
    position: relative;
    font-size: 1.7rem;
    margin-top: 0px;
    margin-bottom: 20px;
  }
  .main-header-search input {
    padding: 5px;
    width: 80%;
  }
  .main-header-search button {
    padding: 8px;
  }
  .main-center-feedback {
    width: 100%;
  }
  .main-center-feedback input,
  .main-center-feedback textarea {
    text-align: center;
  }
  .main-footer-center {
    display: none;
  }
  .main-footer-center2 {
    margin-top: 20px;
    text-align: center;
  }
  .main-footer-center2 a {
    font-size: 3.3rem;
  }
  .main-footer-center2 a i {
    display: none;
  }
  .ajax-result {
    position: relative;
    background-color: #FFF;
    border: 1px solid#eee;
    z-index: 999999;
    display: none;
  }
  .ajax-result a {
    display: block;
    padding: 5px 5px;
    font-size: 1.5rem;
    color: #000;
  }
  .ajax-result a img {
    width: 40px;
    max-height: 40px;
    margin-right: 10px;
  }
  .ajax-result a i {
    color: #23609C;
    margin-right: 10px;
  }
  .ajax-result a:hover {
    background-color: #f1f1f1;
  }
  .catalog {
    padding: 10px;
  }
  .catalog-center {
    width: 100%;
    background-color: #FFF;
    margin-bottom: 10px;
    margin-left: 0px!important;
    padding: 10px;
    font-size: 1.5rem;
  }
  .catalog-center h1 {
    font-size: 2rem;
    margin-bottom: 10px;
    text-align: center;
  }
  .catalog-center h1 a {
    font-size: 2rem;
    color: #222;
  }
  .catalog-center h1 a:hover {
    text-decoration: none;
  }
  .catalog-center h2,
  .catalog-center h3,
  .catalog-center h4,
  .catalog-center h5,
  .catalog-center h6 {
    font-family: 'RobotoCondensed-Bold', sans-serif;
    line-height: 2;
  }
  .catalog-center p {
    font-family: Helvetica;
    width: 100%;
    position: relative;
    display: block;
    font-size: 1.5rem;
    line-height: 1.7;
    text-align: left;
    margin: 0 auto;
    color: #000;
  }
  .catalog-center img {
    padding: 2px;
    margin: 2px;
    margin-top: 0;
    border: 1px dotted#eee;
  }
  .catalog-center a {
    margin-bottom: 5px;
    margin-left: 10px;
    display: block;
    color: #222;
    font-size: 1.5rem;
    width: 90%;
  }
  .catalog-center i {
    color: #24557A;
  }
  .catalog-center table {
    width: 100%;
    margin: 10px 0;
    border-collapse: collapse;
    background: #FFF;
  }
  .catalog-center table tr td {
    border: 1px solid#999;
    font-size: 1.3rem !important;
    padding: 3px;
    text-align: center;
  }
  .catalog-center table tr td a {
    font-size: 1.3rem !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .catalog-center table tr td img {
    padding: 2px;
    margin: 2px;
    margin: 0 auto;
    border: 1px dotted#eee;
  }
  .catalog-center table tr:first-child {
    font-family: 'RobotoCondensed-Bold', sans-serif;
    text-align: center;
  }
  .catalog-center table tr:hover {
    background-color: #F1F1F1;
  }
  .catalog-center form {
    display: block;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .catalog-center form input {
    border: 1px solid#999;
    width: 60%;
    padding: 5px;
    font-size: 1.5rem;
    margin: 0 5px;
  }
  .catalog-center form input:focus {
    outline: none;
    box-shadow: none;
  }
  .catalog-center form button {
    margin: 0 5px;
    width: 28%;
    padding: 5px;
    font-size: 1.5rem;
    border: 1px solid#222;
    background: #343A40;
    color: #FFF;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.7s;
  }
  .catalog-center form button:hover {
    background: #343A40;
  }
  .catalog-center-nav a {
    width: auto;
    display: inline-block;
    font-size: 1.3rem;
    text-decoration: underline;
  }
  .catalog-center-nav a:hover {
    text-decoration: none;
  }
  /* Постраничная навигация */
  .pagination {
    text-align: center;
    font-size: 1.7rem;
    font-family: 'RobotoCondensed-Regular', sans-serif;
    color: #FFF;
    margin: 0;
  }
  .pagination a {
    width: auto;
    display: inline-block;
    font-size: 1.7rem;
    padding: 7px 10px;
    margin: 0;
    margin-bottom: 5px;
    margin-right: 5px;
    color: #FFF;
    text-decoration: none;
    background-color: #343A40;
  }
  .pagination a i {
    font-size: 1.7rem;
  }
  .pagination p {
    color: #FFF;
  }
  .pagination a:hover {
    background-color: #03ACBE;
  }
  a.nav_active {
    background-color: #03ACBE;
    color: #FFF;
  }
}
