@font-face {
  font-family: 'MyriadSetProText';
  font-style: normal;
  font-weight: 400;
  src: url(fonts/MyriadSetProText/MyriadSetProText.eot?#iefix) format('embedded-opentype'),
    url(fonts/MyriadSetProText/MyriadSetProText.woff) format('woff'),
    url(fonts/MyriadSetProText/MyriadSetProText.ttf) format('truetype');
}
@font-face {
  font-family: 'MyriadSetProSemiBold';
  font-style: normal;
  font-weight: 400;
  src: url(fonts/MyriadSetProSemiBold/MyriadSetProSemiBold.eot?#iefix) format('embedded-opentype'),
    url(fonts/MyriadSetProSemiBold/MyriadSetProSemiBold.woff) format('woff'),
    url(fonts/MyriadSetProSemiBold/MyriadSetProSemiBold.ttf) format('truetype');
}
@font-face {
  font-family: 'MyriadSetProThin';
  font-style: normal;
  font-weight: 400;
  src: url(fonts/MyriadSetProThin/MyriadSetProThin.eot?#iefix) format('embedded-opentype'),
    url(fonts/MyriadSetProThin/MyriadSetProThin.woff) format('woff'),
    url(fonts/MyriadSetProThin/MyriadSetProThin.ttf) format('truetype');
}

@font-face {
  font-family: 'RobotoLight';
  src: url('fonts/RobotoLight/Roboto-Light.eot');
  src: url('fonts/RobotoLight/Roboto-Light.eot?#iefix') format('embedded-opentype'),
    url('fonts/RobotoLight/Roboto-Light.woff') format('woff'),
    url('fonts/RobotoLight/Roboto-Light.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'RobotoRegular';
  src: url('fonts/RobotoRegular/Roboto-Regular.eot');
  src: url('fonts/RobotoRegular/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
    url('fonts/RobotoRegular/Roboto-Regular.woff') format('woff'),
    url('fonts/RobotoRegular/Roboto-Regular.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'RobotoBold';
  src: url('fonts/RobotoBold/Roboto-Bold.eot');
  src: url('fonts/RobotoBold/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
    url('fonts/RobotoBold/Roboto-Bold.woff') format('woff'), url('fonts/RobotoBold/Roboto-Bold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}

/* Overwrite Start */

/* START NEW CSS */

:root {
  --secondary-color: #0896dd;
  --primary-color: #333;
  --tertiary-color: #2f2c3d;
}

html,
body {
  font-family: 'RobotoRegular', sans-serif;
  scroll-behavior: smooth;
  color: #000;
}

ul {
  list-style: none;
}

a {
  color: #fff;
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: none;
}

img {
  max-width: 100%;
  vertical-align: baseline;
}

/* Utility */
.container {
  max-width: 1200px;
  margin: 0 auto;
}

/* Scroll bar */

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(255, 255, 255, 0.1);
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--primary-color);
  border-radius: 10px;
}

/* Navbar */

.navbar {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 1000;
  transition: all 0.3s ease-in-out;
}

.navbar__main {
  display: flex;
  gap: 3rem;
  padding: 1rem 10rem 1rem;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1rem;
  background: #fff;
}

.navbar__main-wrapper {
  display: flex;
}

.navbar__main-logo img {
  vertical-align: middle;
  width: 180px;
}

.navbar__main-contacts {
  display: flex;
  flex-direction: column;
}

.navbar__main-contacts a {
  color: #000;
  font-size: 17px;
}

.navbar__main-contacts img {
  width: 16px;
}

.navbar___main-cart {
  padding: 0.9rem 2rem;
  background: var(--secondary-color);
  border: 2px solid var(--secondary-color);
  cursor: pointer;
  transition: all 0.3s ease;
}

.navbar___main-cart a {
  color: #fff;
}

.navbar___main-cart:hover {
  background-color: #fff;
}

.navbar___main-cart:hover a {
  color: var(--secondary-color);
}

/* Search panel */

.navbar__main-search {
  flex: 1;
}

.navbar__main-search form {
  position: relative;
  margin-bottom: 0;
}

.navbar__main-search button {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  background: transparent;
  height: 48px;
  width: 50px;
  z-index: 10;
  cursor: pointer;
}

.navbar__main-search button:hover {
  opacity: 0.9;
}

.navbar__main-search button i {
  font-size: 20px;
}

.navbar__main-search-items > input:first-child {
  position: absolute;
  display: none;
}

.navbar__main-search input#searchField,
.navbar__main-search input#searchFieldMobile {
  width: 100%;
  height: auto;
  padding: 1.1rem 1.2rem;
  border: 2px solid var(--primary-color);
  border-radius: 0;
  outline: none;
}

.navbar___main-search .twitter-typeahead .tt-hint,
.navbar__main-search-mobile .twitter-typeahead .tt-hint {
  color: #fff;
}

.navbar___main-search .navbar__main-search-items input {
  height: auto;
  line-height: inherit;
  border-radius: 0;
}

/* Navbar menu */

.navbar__menu {
  display: flex;
  justify-content: space-between;
  padding: 1rem 10rem 1rem;
  background: var(--primary-color);
}

.navbar__menu i {
  color: #fff;
}

.navbar__menu ul {
  display: flex;
  gap: 4.5rem;
  margin: 0;
  padding: 0;
}

.navbar__menu ul a {
  color: #fff;
}

.navbar__menu ul a:hover {
  color: #b2a9a6;
}

.navbar__menu ul li {
  position: relative;
}

.navbar__menu .navbar__menu-list ul > li + li:after {
  content: '/';
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -25px;
  display: inline-block;
}

.navbar__menu-login {
  display: flex;
  gap: 2rem;
}

.navbar__menu-login-item {
  cursor: pointer;
}

.navbar__menu-login-item a {
  color: #fff;
}

.navbar__menu-login-item i {
  color: #fff;
  margin-right: 5px;
}

.navbar__menu-login-item:hover > i,
.navbar__menu-login-item:hover > a {
  color: #b2a9a6;
}

/* Navbar login user toggle */
.navbar__user-menu-login-toggle {
  color: #fff;
  cursor: pointer;
}

.navbar__user-menu-login-toggle i {
  margin-right: 5px;
}

.navbar__user-menu-login {
  position: absolute;
  width: auto;
  top: 100%;
  right: 90px;
  background: var(--primary-color);
  opacity: 0.95;
  padding: 1.5rem 2rem;
  text-align: center;
  box-shadow: 0 2px 5px rgba(255, 255, 255, 0.1);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: none;
  transition: all 0.3s ease;
  z-index: -10;
}

.navbar__user-menu-login.active {
  display: block;
}

.navbar__menu .navbar__user-menu-login-list {
  display: flex;
  flex-direction: column;
  text-align: right;
  gap: 2rem;
}

/* Main Mobile */

.navbar__main-contact-mobile {
  display: none;
  /* display: flex; */
  justify-content: space-around;
}

.navbar__main-contact-mobile a {
  color: #000;
}

/* Search Mobile */

.navbar .navbar__main-search-mobile {
  display: none;
  padding: 0 2rem 1rem;
}

.navbar__main-search-mobile-items {
  position: relative;
}

.navbar__main-search-mobile button {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  background: transparent;
  height: 45px;
  width: 50px;
  cursor: pointer;
}

.navbar__main-search-mobile button i {
  font-size: 20px;
}

.navbar__main-search-mobile-items > input:first-child {
  position: absolute;
  display: none;
}

.navbar__main-search-mobile input#searchFieldMobile {
  width: 100%;
  padding: 10px 12px;
  border: 2px solid var(--primary-color);
  outline: none;
  height: auto;
  border-radius: 0;
}

/* Navbar Mobile Menu */
.navbar__mobile-menu-toggle,
.navbar__mobile-login-toggle {
  cursor: pointer;
  display: none;
}

.navbar__mobile-menu-toggle i {
  color: #fff;
}

.navbar__mobile-menu-items {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: var(--primary-color);
  opacity: 0.95;
  padding: 3rem 2rem;
  text-align: center;
  box-shadow: 0 2px 5px rgba(255, 255, 255, 0.1);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  transform: translateX(-100%);
  transition: transform 0.3s ease;
}

.navbar__mobile-menu-items.active {
  transform: translateX(0);
}

.navbar__mobile-menu-list,
.navbar__mobile-menu-login-list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  font-size: 1.2rem;
}

.navbar__mobile-menu-list li {
  font-size: 18px;
}

.navbar__mobile-menu-login {
  position: absolute;
  top: 100%;
  right: 0;
  background: var(--primary-color);
  opacity: 0.95;
  padding: 3rem 2rem;
  text-align: center;
  box-shadow: 0 2px 5px rgba(255, 255, 255, 0.1);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  transform: translateX(100%);
  transition: transform 0.3s ease;
  z-index: 1;
}

.navbar__mobile-menu-login-list {
  text-align: right;
}

.navbar__mobile-menu-login.active {
  transform: translateX(0);
}

/* .navbar__mobile-login-toggle:hover .navbar__mobile-menu-login {
    transform: translateX(0);
  } */

/* Hero */

.hero {
  background: #3232;
  height: 100vh;
  margin-top: 30px;
}

/* Media Queries */

@media (max-width: 1200px) {
  .container {
    padding-top: 125px;
  }

  /* Navbar main */
  .navbar__main {
    padding: 1rem 2rem 1rem;
    gap: 2rem;
  }
  .navbar__menu {
    padding: 1rem 2rem 1rem;
  }

  .navbar__main-contacts a {
    font-size: 14px;
  }
}

@media (max-width: 992px) {
  .container {
    padding-top: 150px;
  }

  /* Navbar Search */
  .navbar .navbar__main-search {
    display: none;
  }

  .navbar .navbar__main-search-mobile {
    display: block;
    padding: 0 0.5rem 0.5rem;
  }

  /* Navbar Menu */
  .navbar .navbar__menu {
    padding: 0.5rem 2rem 0.5rem;
  }

  .navbar .navbar__menu i {
    font-size: 20px;
    margin-right: 5px;
  }

  .navbar .navbar__main {
    padding: 0.5rem 2rem 0.5rem;
  }

  .navbar .navbar__menu .navbar__menu-list,
  .navbar .navbar__menu .navbar__menu-login,
  .navbar .navbar__menu .navbar__user-menu-login-toggle {
    display: none;
  }

  .navbar__mobile-menu-toggle,
  .navbar__mobile-login-toggle {
    display: block;
    font-size: 20px;
  }
}

@media (max-width: 668px) {
  .container {
    padding-top: 185px;
  }

  .navbar .navbar__main-contacts {
    display: none;
  }

  .navbar .navbar__main-contact-mobile {
    display: flex;
    padding-top: 10px;
  }

  .navbar .navbar__main-contact-mobile img {
    max-width: 100%;
  }

  section.copyright {
    flex-direction: column;
  }
}

@media (max-width: 425px) {
  .container {
    padding-top: 185px;
  }

  .navbar .navbar__main {
    padding: 0.5rem;
  }

  .navbar .navbar__main-contact-mobile a {
    font-size: 14px;
  }

  .navbar .navbar__main-contact-mobile a img {
    width: 13px;
  }

  .navbar .navbar__main-search-mobile {
    padding: 0 0.5rem 0.5rem;
  }

  .navbar .navbar__menu {
    padding: 0.5rem 1rem;
  }

  .navbar .navbar__menu i {
    font-size: 20px;
  }

  .navbar .navbar___main-cart {
    width: 100px;
    padding: 0.9rem 1rem;
    text-align: center;
    cursor: pointer;
  }

  .navbar .navbar___main-cart .navbar___main-cart-text {
    display: none;
  }
}

/* Footer */

.footer__main {
  width: 100%;
  padding: 0;
}

.footer__main .footer__information {
  padding: 10px 90px;
}

section.footer__information .container {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}

section.footer__information .container h3 {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
}

section.footer__information .container .row {
  margin: 0;
}

.footer__main .footer__information .sociall {
  text-align: right;
  padding: 0;
}

section.copyright {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

section.copyright a {
  color: #848181;
}

.footer__main .copyright {
  padding: 10px 90px;
}

.footer__main .copyright .container {
  margin: 0;
}

.footer__main .copyright .container .copyright__text {
  margin-right: 10px;
}

.main__request-neg {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 245px;
}

/* Cart */

.main_cart-empty {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 105px;
}

.col-md-9 {
  overflow: hidden;
}

.kv-panel-before {
  display: none;
}

/* END NEW CSS */

html,
body {
  height: 100%;
}

.wrap {
  min-height: 100%;
  height: auto;
  margin: 0 auto -60px;
  padding: 0 0 60px;
  width: 1200px;
}

.wrap > .container {
  padding: 70px 15px 20px;
}

.footer {
  height: 200px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  padding-top: 5px;
}

.jumbotron {
  text-align: center;
  background-color: transparent;
}

.jumbotron .btn {
  font-size: 21px;
  padding: 14px 24px;
}

.not-set {
  color: #c55;
  font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after,
a.desc:after {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  padding-left: 5px;
}

a.asc:after {
  content: /*"\e113"*/ '\e151';
}

a.desc:after {
  content: /*"\e114"*/ '\e152';
}

.sort-numerical a.asc:after {
  content: '\e153';
}

.sort-numerical a.desc:after {
  content: '\e154';
}

.sort-ordinal a.asc:after {
  content: '\e155';
}

.sort-ordinal a.desc:after {
  content: '\e156';
}

.grid-view th {
  white-space: nowrap;
}
.grid-view .summary {
  text-align: right;
}

.hint-block {
  display: block;
  margin-top: 5px;
  color: #999;
}

.error-summary {
  color: #a94442;
  background: #fdf7f7;
  border-left: 3px solid #eed3d7;
  padding: 10px 20px;
  margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
  padding: 15px;
  border: none;
}

@media (max-width: 767px) {
  .nav li > form > button.logout {
    display: block;
    text-align: left;
    width: 100%;
    padding: 10px 15px;
  }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
  text-decoration: none;
}

.nav > li > form > button.logout:focus {
  outline: none;
}
.qty th {
  width: 15px;
}
span.glyphicon-shopping-cart {
  font-size: 2em;
}
/*.input-group .twitter-typeahead:last-child .tt-input, .input-group .twitter-typeahead:last-child .tt-hint{*/
/*margin-top: 15px;*/
/*}*/
.comment {
  color: #737373;
}
.table-header-wrap {
  max-width: 20px;
  overflow: auto; /* optional */
  word-wrap: break-word;
}
.add-to-cart {
  cursor: pointer;
}
.add-to-cart:hover {
  color: #ff0f0f;
}

.delete-item-cart {
  color: #555555;
  cursor: pointer;
}
.qty-item {
  max-width: 80px;
}

.middle-header {
  height: 105px;
}
.logo {
  margin: 0px 0px 0px 50px;
}

.phones > ul.phones-list {
  list-style: none;
  display: inline;
}
.phones > .phones-list > li {
  display: inline-block;
}

.phone-image {
  display: inline;
}

.red {
  color: #c9302c;
}
.black {
  color: #000000;
}
repo-name {
  color: #c9302c;
}

.brand-logo {
  width: 200px;
  float: left;
  margin: 0px 20px 10px 0px;
}
.brand-field {
  padding: 15px 10px 15px 10px;
  text-align: justify;
  border: solid;
  border-color: #777777;
  border-width: 1px;
}
.brand-txt-input {
  height: 300px;
  width: 600px;
}

.main-carousel {
  width: 100%;
  padding-top: 5px;
  height: 400px;
  margin-top: 35px;
}
.carousel-caption {
  display: inline-block;
  width: auto;
  position: absolute;
  left: 0px;
  top: 0px;
  padding: 37px 0px 0px 70px;
}
.carousel-caption > h1 {
  display: inline-block;
  width: auto;
  padding-bottom: 15px;
  border-bottom: solid;
  border-bottom-width: 2px;
}

.help-block-error {
  text-align: center;
}

h1.carousel-title {
  color: #000;
}
h4.carousel-text {
  color: #000;
}

.carousel-control.left {
  background: none;
}

.carousel-control.right {
  background: none;
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
  margin-right: -55px;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-next {
  margin-left: -55px;
}

.carousel-indicators {
  bottom: 20px;
  color: #000;
  visibility: hidden;
}
.daily {
  margin: 2px 0px;
  border: 1px solid #737373;
  height: 304px;
  text-align: center;
  background-color: #fcfcfc;
}
.daily:hover {
  border: 2px solid #c9302c;
}
.daily-image {
  display: block;
  width: auto;
  height: 156px;
  margin: 0 auto;
}
.daily-desc {
}
.daily-number {
  color: #ae3232;
}

.center {
  text-align: center;
}

.daily-head {
  background-color: #0f0f0f;
  color: #fcfcfc;
  font-size: large;
}

.footer-context {
  font-size: 18px;
  color: #b92b2b;
}
.footer-column {
  color: #0f0f0f;
}

/*.news-brief{
    height: 230px;
    border: 1px solid #737373;
    color: #00b3ee;
    margin: 0px 0px 5px 0px;
}*/

/*Roma*/

/*Страница Оплата Payment*/

.site-payment-title {
  margin-top: 35px;
  background-color: #333;
  padding: 5px 0;
  color: #fff;
  font-size: 30px;
}

.payment-block-title {
  text-indent: 20px;
}

.payment-block {
  margin-top: 25px;
  line-height: 1.8;
}

/*Страница Возвраты Reclamation*/

.site-reclamation-title {
  margin-top: 35px;
  background-color: #333;
  padding: 5px 0;
  color: #fff;
  font-size: 30px;
}

.reclamation-block-title {
  text-indent: 20px;
}

.reclamation-block {
  margin-top: 25px;
  line-height: 1.8;
}

.reclamation-block-list {
  list-style: none;
}

/*Страница Контакты*/

.panel__contact {
  margin-top: 10px;
  text-align: center;
}

/*Поисковый ввод search input block*/

.search__block-button {
  border: none;
  background-color: #fff;
  transition: 0.5s;
}

.search__block-button:hover:focus {
  outline: none;
}

.search__block-button:hover i {
  transform: scale(1.2);
  transition: 0.2s;
}

.search__block {
  border: #444 4px solid;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.search__block-item {
  width: 100%;
}

/*specification*/
body {
  font-size: 16px;
  min-width: 320px;
  position: relative;
  line-height: 1.6;
  overflow-x: hidden;
  font-family: 'RobotoRegular', sans-serif;
}

.breadcrumb {
  padding: 4px 14px;
  margin-top: 10px;
  margin-bottom: 0;
  list-style: none;
  background-color: #f5f5f5;
  font-size: 13px;
  /* border-radius: 4px; */
}

.features {
  color: #777;
  padding: 10px 20px;
  margin-left: 0px;
  margin-top: 45px;
  font-size: 13px;
  padding-left: 45px;
  position: relative;
  line-height: 1.5;
  margin-bottom: 0;
}

p {
  margin-bottom: 2px;
}
.features h3 {
  font-family: 'RobotoBold', sans-serif;
}
a {
  color: #000;
}

a:hover {
  color: #000;
}

/**Шапка**/
header {
  background: linear-gradient(to bottom, #d0d0d0, #ffffff);
  padding: 10px 0;
  border: #e5e5e5 1px solid;
}

.user__icon {
  color: #000;
  text-decoration: none;
}
.user__icon:hover {
  color: #3b3b3b;
  text-decoration: none;
}

.user__icon:before {
  font-family: FontAwesome;
  content: '\f007';
  margin-right: 5px;
}

/**Меню регистрации**/
.registration__menu {
  text-align: right;
  margin-left: 0;
  width: 100%;
}

.registration__menu ul {
  margin-bottom: 0;
}

.registration__menu li {
  display: inline-block;
  margin-right: 15px;
}

.registration__menu ul li:last-child:before {
  font-family: FontAwesome;
  content: '\f090';
  margin-right: 2px;
}

.row.login__xsmenu.d-flex {
  display: flex;
}

.menu a {
  color: #000;
}

.menu__item:last-child:before {
  font-family: FontAwesome;
  content: '\f090';
  margin-left: 5px;
}

/**Midle header**/

.logo {
  margin: 15px 0;
}

.phone__list li {
  display: inline-block;
  margin-right: 5px;
  font-size: 18px;
  margin-top: 15px;
  font-family: 'RobotoRegular', sans-serif;
}
.fa-mobile-phone {
  margin-top: 15px;
  margin-left: 15px;
}

.main__menu ul {
  margin-top: 20px;
}

.menu__list li {
  display: inline-block;
  margin-right: 28px;
  font-size: 18px;
  margin-top: 10px;
  font-family: 'RobotoRegular', sans-serif;
}

.menu__list li a {
  position: relative;
}

.menu__list li a:after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: #333;
  transition: 0.25s;
}

.menu__list li a:hover:after,
.menu__list li a:focus:after,
.menu__list li a:active:after {
  width: 100%;
}

.menu__list li a:hover,
.menu__list li a:focus,
.menu__list li a:active {
  text-decoration: none;
  outline: none;
  color: #000;
}

/*Телефоны*/

.phones {
  width: 100%;
  text-align: right;
}

.phones i {
  position: absolute;
  font-size: 55px;
  left: 30px;
}
.phone__list img {
  width: 8%;
  height: 8%;
}
.phone__list {
  margin-bottom: -15px;
  margin-left: 35px;
}

.phone__list li {
}
.cart {
  width: 100%;
}

.cart a {
  text-align: center;
  display: block;
  border: none;
  background: #4ca0ff;
  color: #fff;
  padding: 18px 5px;
  font-size: 18px;
  transition: background 0.25s ease;
  outline: none;
  transition: background-color 0.4s ease, color 0.25s ease, transform 0.5s ease;
  font-family: 'RobotoRegular', sans-serif;
}
.cart a:hover {
  text-decoration: none;
  transform: translateY(-3px);
}

.cart a:before {
  font-family: FontAwesome;
  content: '\f07a';
  margin-right: 2px;
}

/*Всплывающее окно корзины*/

#cart .btn {
  width: 20%;
  font-size: 14px;
  padding-left: 0;
}

input.qty-item {
  text-align: center;
  padding-left: 12px;
}

#cart .btn-primary {
  border: none;
  background-color: #444;
  color: #fff;
  width: 20%;
  padding: 10px 0;
  font-size: 14px;
  transition: background 0.25s ease, color 0.25s ease;
  outline: none;
  cursor: pointer;
  margin-top: 15px;
}
#cart .btn-primary:hover {
  background-color: #4dc125;
}

#cart .btn-danger:hover {
  background-color: #b72323;
}

/*Просмотр заказа*/
.orders-view {
  margin-top: 10px;
}

.orders-view h1,
.orders-view h2 {
  padding: 11px;
  text-align: left;
  background-color: #333;
  color: #fff;
  margin-top: 0;
  font-size: 25px;
  font-weight: bold;
}

.orders-view h2 {
  background-color: #4ca0ff;
  font-size: 20px;
}

.orders-view h2:last-child {
  background-color: #fff;
  font-size: 18px;
  color: #000;
}

/*Cart butons*/

.cart-view .btn-danger,
.cart-view .btn-success {
  border: none;
  color: #fff;
  padding: 10px 30px;
  font-size: 15px;
  transition: background 0.25s ease, color 0.25s ease;
  outline: none;
  cursor: pointer;
}
.cart-view .btn-success {
  background: #71a624;
  float: right;
  font-size: 18px;
  font-weight: bold;
}
.cart-view .btn-danger {
  background: #f76f58;
}

.cart-view .btn-danger:hover {
  background: #bd5f21;
}
.cart-view .btn-success:hover {
  background: #7ec617;
}

.cart-view h1 {
  text-align: center;
  background-color: #4ca0ff;
  color: #fff;
  padding: 5px;
  font-size: 30px;
}

.cart-view h2 {
  text-align: center;
  background-color: #ededed;
  color: #000;
  padding: 15px;
  width: 50%;
  margin: auto;
}

.cart-view .alert-success {
  text-align: center;
  font-size: 25px;
}
.commit-form {
  border: 1px #ededed solid;
  width: 50%;
  margin: auto;
  text-align: center;
}

.commit-form .form-group .btn-primary {
  width: 260px;
  font-size: 18px;
  font-weight: bold;
}

.commit-form .form-group .btn-primary:hover {
  background-color: #60cb44;
}

textarea.form-control {
  width: 400px;
  height: 90px;
}

.field-comments-text .control-label {
  margin-top: 15px;
}

.field-comments-text .control-label {
  margin-top: 15px;
}
/**serch__information**/
.serch__information {
}

.work__time {
  background: #333;
  padding: 2px 0;
  text-align: center;
  color: #fff;
  font-size: 16px;
}

/**Стока поиска**/
#search {
  width: 100%;
}

#searchField,
#searchFieldMobie {
  border: none;
}

#searchField:focus,
#searchField:hover,
#searchFieldMobie:focus,
#searchFieldMobile:hover {
  background-color: #fff;
}

#search {
  padding: 10px 16px;
  border: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: #efefef;
  font-size: 16px;
  font-color: #fff;
  -webkit-transition: background-color 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: background-color 0.25s ease, -webkit-box-shadow 0.25s ease;
  -o-transition: background-color 0.25s ease, box-shadow 0.25s ease;
  transition: background-color 0.25s ease, box-shadow 0.25s ease;
  transition: background-color 0.25s ease, box-shadow 0.25s ease, -webkit-box-shadow 0.25s ease;
  -webkit-box-shadow: transparent 0 0 0 1px;
  box-shadow: transparent 0 0 0 1px;
  z-index: 1;
}
#search .form-control:focus,
#search .form-control:hover {
  background-color: #fff;
}

#search .input-group-btn {
  position: absolute;
  right: 10px;
  top: -5px;
  outline: none;
}

#search .input-group-btn .btn:focus {
  box-shadow: none;
}

#search .input-group-btn .btn {
  z-index: 2;
  padding: 12px;
  border: none;
  background-color: transparent;
  color: #999;
  font-size: 20px;
  outline: none;
}
/**SlideShow**/
.slideshow__container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  transition: 0.06s ease;
  border-radius: 0 3px 3px 0;
}

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.text {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.dot {
  cursor: pointer;
  height: 13px;
  width: 13px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  -webkit-transition: background-color 0.6s ease;
  -o-transition: background-color 0.6s ease;
  transition: background-color 0.6s ease;
}

.fades {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/*Гарантия качества*/
.quality__box {
  border: 4px #f7f7f7 solid;
  background-color: transparent;
  transition: border-color 0.2s ease, background-color 0.4s ease, color 0.25s ease, transform 0.5s ease;
}

.quality__title {
  margin-top: 5px;
  color: #921ad3;
  font-size: 18px;
}

.quality__icon {
  margin-top: 5px;
  color: #921ad3;
  font-size: 20px;
  position: absolute;
  left: 15px;
}

.quality__box:hover {
  background-color: #921ad3;
  border-color: #921ad3;
  transform: translateY(-5px);
}

.quality__box:hover,
.quality__box:hover .quality__icon,
.quality__box:hover .quality__block,
.quality__box:hover .quality__title {
  color: #fff;
}

/**Отличный сервис**/
.service__box {
  border: 4px #f7f7f7 solid;
  background-color: transparent;
  transition: border-color 0.2s ease, background-color 0.4s ease, color 0.25s ease, transform 0.5s ease;
}

.service__title {
  margin-top: 5px;
  color: #f53737;
  font-size: 18px;
}

.service__icon {
  margin-top: 5px;
  color: #f53737;
  font-size: 20px;
  position: absolute;
  left: 15px;
}

.service__box:hover {
  background-color: #f53737;
  border-color: #f53737;
  transform: translateY(-5px);
}

.service__box:hover,
.service__box:hover .service__icon,
.service__box:hover .service__block,
.service__box:hover .service__title {
  color: #fff;
}

/**Привлекательные цены**/
.price__box {
  border: 4px #f7f7f7 solid;
  background-color: transparent;
  transition: border-color 0.2s ease, background-color 0.4s ease, color 0.25s ease, transform 0.5s ease;
}

.price__title {
  margin-top: 5px;
  color: #ff9320;
  font-size: 18px;
}

.price__icon {
  margin-top: 5px;
  color: #ff9320;
  font-size: 20px;
  position: absolute;
  left: 15px;
}

.price__box:hover {
  background-color: #ff9320;
  border-color: #ff9320;
  transform: translateY(-5px);
}

.price__box:hover,
.price__box:hover .price__icon,
.price__box:hover .price__block,
.price__box:hover .price__title {
  color: #fff;
}

/**Гарантия доставки**/
.delivery__box {
  border: 4px #f7f7f7 solid;
  background-color: transparent;
  transition: border-color 0.2s ease, background-color 0.4s ease, color 0.25s ease, transform 0.5s ease;
}

.delivery__title {
  margin-top: 5px;
  color: #0079ff;
  font-size: 18px;
}

.delivery__icon {
  margin-top: 5px;
  color: #0079ff;
  font-size: 20px;
  position: absolute;
  left: 15px;
}

.delivery__box:hover {
  background-color: #0079ff;
  border-color: #0079ff;
  transform: translateY(-5px);
}

.delivery__box:hover,
.delivery__box:hover .delivery__icon,
.delivery__box:hover .delivery__block,
.delivery__box:hover .delivery__title {
  color: #fff;
}

/**Новости**/

.news__title {
  padding: 10px;
  margin-top: 35px;
  background: #ededed;
  text-align: center;
  font-family: 'RobotoBold', sans-serif;
}
.news__title h4 {
  margin: 5px;
  font-size: 24px;
}

/**Новостная колонка**/

.news__block {
  display: block;
  text-align: center;
  border: #f7f7f7 4px solid;
  padding: 20px 10px;
  margin-top: 20px;
  transition: transform 0.2s ease;
}

.news__block:hover {
  transform: translateY(-5px);
}

.data__news {
  text-align: right;
  color: #ff3f3f;
  font-family: 'RobotoBold', sans-serif;
}
.news__image img {
  display: block;
  width: 100%;
  padding: 15px;
}

.news__heading {
  padding: 0 10px;
  font-family: 'RobotoBold', sans-serif;
  font-size: 18px;
}
.button__news a {
  border: none;
  background-color: #444;
  color: #fff;
  width: 75%;
  padding: 10px 0;
  font-size: 15px;
  transition: background 0.25s ease, color 0.25s ease;
  outline: none;
  cursor: pointer;
  margin-top: 15px;
}

.button__news a:hover {
  background: #ededed;
  color: #000;
}

/**Информационная реклама**/
.info__title h3 {
  text-align: center;
  font-size: 28px;
  font-family: 'RobotoLight', sans-serif;
  margin-top: 45px;
  margin-bottom: 10px;
  background-color: #333;
  padding: 5px;
  color: #fff;
}

/**Товары дня**/
#goods {
  float: left;
}

.goods {
  margin-right: -15px;
  margin-left: -15px;
}

.best__products h3 {
  text-align: center;
  font-size: 28px;
  font-family: 'RobotoLight', sans-serif;
  margin-top: 45px;
  margin-bottom: 35px;
  background-color: #333;
  padding: 5px;
  color: #fff;
}

.product-layout {
  margin-bottom: 20px;
  height: 100%;
}

.product-thumb {
  transition: box-shadow 0.25s ease, transform 0.2s ease;
  padding: 10px 0 0;
  margin-bottom: 15px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.product-thumb:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  transform: translateY(-5px);
}

.product-thumb:hover .image img {
  transform: scale(1.2);
}

.image {
  display: block;
  padding: 0 10px;
  width: auto;
  height: 156px;
  margin: 0 auto;
  overflow: hidden;
}

.image img {
  display: block;
  padding: 5px;
  max-width: 100%;
  height: 123px;
  margin: auto;
  transition: 0.25s;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.prod-model {
  margin: 15px;
}

/**Кнопка**/
.daily-btn {
  border: none;
  background-color: #4aa2fc;
  color: #fff;
  width: 100%;
  padding: 10px 0;
  font-size: 15px;
  transition: background 0.25s ease;
  outline: none;
  cursor: pointer;
}
.button-group button {
  border: none;
  background-color: #4aa2fc;
  color: #fff;
  width: 100%;
  padding: 10px 0;
  font-size: 15px;
  transition: background 0.25s ease;
  outline: none;
  cursor: pointer;
}

.button-group:hover button {
  background-color: #3d85cf;
}

/**Footer**/

footer h3 {
  color: #444;
}

/**Информация**/
.footer__information {
  margin-top: 100px;
}

.footer__information a {
  position: relative;
}

.footer__information a:before {
  content: '';
  position: absolute;
  width: 0;
  bottom: -5px;
  height: 2px;
  background: #333;
  transition: 0.25s;
}

.footer__information a:hover:before,
.footer__information a:active:before,
.footer__information a:focus:before {
  width: 100%;
}

.footer__information a:hover,
.footer__information a:focus,
.footer__information a:active {
  text-decoration: none;
  outline: none;
  color: #000;
}

.information ul {
  padding-left: 5px;
}
.informat__list li {
  display: block;
  margin-top: 5px;
}

.additionally ul {
  padding-left: 5px;
}
.additional__list li {
  display: block;
  margin-top: 5px;
}

.contacts ul {
  padding-left: 5px;
}
.contacts__list li {
  display: block;
  margin-top: 5px;
}
.sociall {
  text-align: center;
}

.sociall ul {
  padding-left: 5px;
}
.sociall__list li {
  display: inline-block;
  font-size: 35px;
  margin: 0 15px;
  transition: transform 0.2s ease;
}

.sociall__list li:hover {
  transform: translateY(-5px);
}

.footer__information {
  background: linear-gradient(to bottom, #d0d0d0, #ffffff);
  padding: 15px 0;
  border: #e5e5e5 1px solid;
}

/*в долгах*/

span.btn.btn-link.glyphicon.glyphicon-question-sign.question-item {
  color: red;
  font-size: 20px;
  padding: 0;
}

/**Copyright**/
.copyright {
  font-size: 14px;
  padding: 10px 0;
  background: #262626;
  color: #848181;
}
.copyright__text i {
  margin-right: 5px;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
  margin-top: 3px;
  border: transparent;
}

.btn-default:hover {
  background-color: transparent;
}

.btn.focus,
.btn:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.search__form .form-control:focus {
  border: transparent;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn {
  border-radius: 0;
}

.btn-default:focus,
.btn-default.focus {
  border-radius: 0;
}

.alert-danger {
  color: #a94442;
  background-color: #f7f4f4;
  border-color: #ebccd1;
  font-size: 18px;
  text-align: center;
  margin-top: 25px;
}

.request__neg {
  text-align: center;
}

/**Логин на сайт**/

.site-login {
  padding: 5px;
  margin: auto;
  width: 425px;
  color: #000;
  background-color: #f0f0f0;
  border: #e5e5e5 1px solid;
  margin-top: 40px;
}

h1 {
  text-align: center;
  font-size: 35px;
}

.form-horizontal .control-label {
  width: 100%;
  text-align: center;
  color: #000;
}

.has-success .form-control {
  border-color: #000;
}

.has-success .form-control:focus {
  border-color: #000;
}

.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), 0 0 2px #444;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), 0 0 2px #444;
}

.site-login div {
  min-width: 100%;
}

.form-control {
  width: 70%;
  margin: auto;
}

.field-loginform-rememberme {
  text-align: center;
  padding: 0;
  margin: 0;
}

.form-group label {
  max-width: 100%;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: none;
}

.form-group .btn {
  border: none;
  background-color: #444;
  color: #fff;
  width: 75%;
  padding: 10px 0;
  font-size: 15px;
  transition: background 0.25s ease, color 0.25s ease;
  outline: none;
  cursor: pointer;
  border-radius: 0;
  margin: 12px auto;
  display: block;
  justify-content: center;
}

.btn-primary {
  margin: auto;
}

.form-group button:hover {
  background: #4ca0ff;
}

.col-lg-offset-1 {
  margin-left: 0;
}

/**Регистрация на сайте**/

.user-create {
  padding: 5px;
  margin: auto;
  width: 425px;
  color: #000;
  background-color: #f0f0f0;
  border: #e5e5e5 1px solid;
  margin-top: 40px;
}

.user-form span {
  font-size: 12px;
}

.user-form {
  text-align: center;
}
.user-create .verif_code {
  width: 57%;
  margin: auto;
}

.user-create .verif_code .g-recaptcha {
  transform: scale(0.78);
  -webkit-transform: scale(0.78);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}

.help-block {
  font-size: 12px;
}

/*Таблица поиска*/
.panel-primary {
  border-color: #337ab7;
  border-radius: 0;
}
.panel {
  margin-top: 10px;
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid #ededed;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #444;
  border-color: #444;
  border-radius: 0;
  padding: 5px;
}

.tovar-index .panel-footer {
  padding: 0;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
  vertical-align: middle;
  text-align: center;
}
.table > thead:first-child > tr:first-child > th {
  text-align: center;
}

tbody .kv-grid-group-row .kv-grid-group {
  text-align: left;
  font-weight: bold;
}

tbody a {
  color: #4ca0ff;
}
.kv-panel-pager .pagination {
  float: right;
}

.prev,
.next {
  visibility: hidden;
}

.glyphicon-shopping-cart:before {
  font-size: 20px;
}
.add-to-cart {
  color: #444;
}

.add-to-cart:hover {
  color: #4ca0ff;
}

/*Изображение детали*/
.text-center img {
  max-width: 100%;
}
.modal-header {
  padding: 0px 0;
  background-color: #4ca0ff;
  color: #fff;
  border-radius: 0;
}

.modal-header h2 {
  margin-top: 10px;
  font-size: 25px;
}

.modal-header h3 {
  font-size: 20px;
  padding-left: 15px;
  margin-top: 10px;
}

.modal-header .close {
  margin-top: 4px;
  margin-right: 10px;
}

.close {
  color: #fff;
  opacity: inherit;
}

.close:hover,
.close:focus {
  color: #444;
  opacity: inherit;
}

/*Информация о фирмах*/
.modal-content {
  border-radius: 0;
}

.modal-footer {
  border-top: none;
}

.modal-body {
  padding: 15px 25px;
}

.modal-footer button {
  border: none;
  background-color: #444;
  color: #fff;
  width: 30%;
  padding: 10px 0;
  font-size: 15px;
  transition: background 0.25s ease, color 0.25s ease;
  outline: none;
  cursor: pointer;
  margin-top: 15px;
}

.modal-footer button:hover {
  background: #4ca0ff;
  color: #fff;
}

#brand .modal-header {
  background-color: #fff;
  border-bottom: none;
}
#brand .modal-header button {
  color: #444;
}

#brand .modal-header button:hover {
  color: #4ca0ff;
}
/**Баланс в кабинете**/
.panel-body {
  margin: 0;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}

.panel-body .alert {
  border-radius: 0;
  margin-bottom: 0;
  padding: 10px;
  font-size: 16px;
  margin-top: 0;
}
#vzdocsearch-dateto,
#vzdocsearch-datefrom {
  width: 90px;
}

#orderssearch-datefrom,
#orderssearch-dateto {
  width: 90px;
}
.field-orderssearch-datefrom {
  margin-right: 5px;
}

/*Фильтр Возвраты*/

.vz-doc-search {
  width: 50%;
  padding: 15px;
  border: 1px solid #ededed;
}

.vz-doc-search input {
  font-size: 12px;
}
.vz-doc-search > form div .form-control {
  width: 100%;
}

.vz-doc-search .input-group {
  border: transparent;
  font-size: 12px;
}
.vz-doc-index h1,
.user-view h1,
.delivery-points-index h1,
.vz-doc-bill h1,
.orders-index h1 {
  padding: 11px;
  text-align: left;
  background-color: #333;
  color: #fff;
  margin-top: 0;
  font-size: 25px;
  font-weight: bold;
  margin-top: 10px;
}

.vz-doc-search .form-group .btn-default:hover {
  background: #4ca0ff;
}

.registration__menu ul li:last-child:before {
  display: none;
}

/*фильтр накладные*/
.vz-doc-search {
  width: 100%;
  padding: 10px;
  font-size: 12px;
}

.vz-doc-search form#w0 {
  display: inline-flex;
}

.form-group.field-vzdocsearch-doc {
  width: 354%;
  margin-right: 5px;
}

.form-group.field-vzdocsearch-nomenclature {
  width: 300%;
  margin-right: 5px;
}

.form-group.field-vzdocsearch-datefrom {
  margin-right: 5px;
}

.vz-doc-search .form-group a.btn.btn-default {
  font-size: 11px;
  padding-right: 50px;
  padding-left: 10px;
  border: none;
}

/*Фильтр взаиморасчеты*/

.form-group.field-vzdocsearch-status {
  width: 354%;
  margin-right: 5px;
}

/*Фильтр активные заказы*/
.form-group.field-vzdocsearch-doc {
  width: 354%;
  margin-right: 5px;
}

.form-group.field-orderssearch-nomenclature {
  width: 344%;
  margin-right: 5px;
}

.form-group.field-orderssearch-code {
  width: 300%;
  margin-right: 5px;
}

.form-group.field-orderssearch-status_id {
  width: 300%;
  margin-right: 5px;
}

/*Меню личный кабинет*/

.panel-default .panel-heading {
  background-color: #ededed;
  color: #000;
  border-radius: 0;
}

.nav-stacked > li + li {
  margin-top: 0;
  margin-left: 0;
}

.panel-default .table .nav li a {
  transition: background-color 0.25s ease, color 0.25s ease;
}

.panel-default .table .nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #444;
  color: #fff;
}

.panel-default .glyphicon {
  display: none;
}

.vz-doc-index .kv-grid-container .table thead {
  font-size: 14px;
}

.vz-doc-index .kv-grid-container .table tbody {
  font-size: 13px;
}

.vz-doc-index .kv-grid-container .table thead tr .table-header-wrap {
  width: 11% !important;
}

.grid-view .table {
  font-size: 14px;
}

/*Меню Личный данные*/

.user-view tbody th {
  width: 50%;
}

/*Наши Группы товаров*/
.info__baner {
  display: block;
  width: 100%;
  margin-top: 45px;
}

.info__baner.suspension {
  background-image: url(../images/groups/Suspansion_bg.png);
  background-repeat: no-repeat;
  width: 395px;
  height: 120px;
  background-position-x: -15px;
}
.info__baner.filters {
  background-image: url(../images/groups/filters.png);
  width: 395px;
  height: 120px;
}

.info__baner.engine {
  background-image: url(../images/groups/engin.png);
  width: 395px;
  height: 120px;
}

.info__baner.barakepads {
  background-image: url(../images/groups/brake_shoes.png);
  width: 395px;
  height: 120px;
}

.info__baner.shokabsorb {
  background-image: url(../images/groups/shokabsorbers.png);
  width: 395px;
  height: 120px;
  background-position-x: -15px;
}

.info__baner.shokabsorb h2 {
  font-size: 22px;
}

.info__baner.cvjoin {
  background-image: url(../images/groups/cvjoin.png);
  width: 395px;
  height: 120px;
  background-position-x: -15px;
}

.inf__main__text {
  padding-top: 5px;
  padding-left: 15px;
  max-width: 55%;
}

.inf__hdr h2,
.inf__hdr h3 {
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  background: linear-gradient(135deg, #000 20%, #d93333 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.inf__text {
  border-top: #050505 1px solid;
  width: 85%;
}

.inf__hdr h3 {
  font-size: 19px;
}

.inf__hdr h2 {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.35em;
}

.inf__text p {
  margin-top: 4px;
  line-height: 1.1em;
  font-size: 14px;
}
/*Наши Группы товаров END*/

/*Кнопка "Заказать звонок" футер*/
.sociall .btn-default {
  text-decoration: none;
  text-align: center;
  border: none;
  background-color: #4aa2fc;
  color: #fff;
  padding: 10px 30px;
  margin-top: 10px;
  font-size: 16px;
  outline: none;
  transition: background-color 0.4s ease, color 0.25s ease, transform 0.2s ease;
}
.sociall .btn-default:hover,
.sociall .btn-default:focus {
  background-color: #17ac1a;
  text-decoration: none;
  color: #fff;
  transform: translateY(-1px);
  outline: none;
}
/*Кнопка "Заказать звонок" футер END*/

/*Всплывающее окно "Заказать звонок"*/
.product-popup {
  background: #fff;
  max-width: 320px;
  position: relative;
  margin: auto;
  padding: 15px;
}

.product-popup h2 {
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 28px;
  text-align: center;
}

.product-popup p {
  text-align: center;
  font-size: 18px;
}

.product-popup form {
  position: relative;
  margin-top: 15px;
}

input#company_phone {
  width: 100%;
  border-radius: 0;
  padding: 5px;
  font-family: arial, sans serif;
}

.modal-body .form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.modal-body .input-group-btn button.btn-submit-callback {
  background-color: #4ca1ff;
  border: none;
  outline: none;
  border-radius: 0;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  color: #fff;
  padding: 8px 11px;
  margin-right: -1px;
  margin-top: 0;
  transition: background-color 0.4s ease, color 0.25s ease, transform 0.5s ease;
}
.modal-body .btn-submit-callback:hover,
.modal-body .btn-submit-callback:focus {
  background-color: green;
  text-decoration: none;
  color: #fff;
}

.modal-body #phone-form .input-group {
  border: none;
}

.modal-body .succes {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #fff;
  text-align: center;
  text-transform: uppercase;
  padding: 30% 10% 36%;
  font-size: 18px;
  font-weight: bold;
}

.callback-form .succes {
  padding-top: 33%;
}

/*Ваш менеджер*/
.manadger__information tbody tr td:first-child {
  font-weight: bold;
  padding-right: 15px;
}
.manadger__information tbody tr {
  padding-bottom: 5px;
}

.manadger__information td,
.manadger__information th {
  padding: 8px;
  border: 1px #ededed solid;
}

.manadger__information tbody tr:nth-child(2n + 1) {
  background-color: #f9f9f9;
}

/*Кнопка "заказ. звонок" Ваш менеджер*/

.site-phone_wrap button.btn-info {
  text-decoration: none;
  text-align: center;
  border: none;
  background-color: #4aa2fc;
  color: #fff;
  padding: 10px 30px;
  margin-top: 10px;
  font-size: 16px;
  outline: none;
  transition: background-color 0.4s ease, color 0.25s ease, transform 0.2s ease;
}
.site-phone_wrap button.btn-info:hover,
.site-phone_wrap button.btn-info:focus {
  background-color: #17ac1a;
  text-decoration: none;
  color: #fff;
  transform: translateY(-1px);
  outline: none;
}

.body-content .row {
  margin-right: 0;
  margin-left: 0;
}

.site-contact .contact__title h1 {
  margin-top: 35px;
  background-color: #333;
  padding: 5px 0;
  color: #fff;
  font-size: 30px;
}

.site-contact .contact__title h3 {
  text-align: center;
}

.site-contact .panel-body .col-sm-3:nth-child(1) {
  padding-left: 28px;
}

.site-contact .panel-body .col-sm-3:nth-child(2) {
  text-align: center;
  width: 50%;
}

.site-contact .panel-body .col-sm-3:last-child {
  text-align: center;
  width: 20%;
}

/*НОВОСТИ*/
.news-index h1 {
  margin-top: 35px;
  background-color: #333;
  padding: 5px 0;
  color: #fff;
  font-size: 30px;
}

.news-index .list-view .news-brief,
.news-view {
  border: #f7f7f7 4px solid;
  padding: 10px;
  margin-top: 35px;
}
.news-brief h4.news__heading,
.news-view h4.news__heading {
  font-weight: bold;
  font-size: 24px;
  padding-left: 0;
}

.news-brief .data__mainews p,
.news-view .data__mainews p {
  color: red;
  text-align: center;
  padding-right: 20px;
}
.news-index .button__news {
  text-align: right;
}

.news-index .button__news .btn-default {
  width: 30%;
}

.news-view img {
  margin-right: 10px;
  max-width: 180px;
  padding-bottom: 110px;
}

.news-index img {
  margin-right: 10px;
  max-width: 180px;
  padding-bottom: 0;
}

.news-view .news-img {
  float: left;
}

/*Форма обратной связи*/
.site-contact .col-lg-5 {
  width: 100%;
}

form#contact-form {
  border: #ededed 1px solid;
  padding: 10px;
  width: 100%;
  margin-top: 25px;
  text-align: center;
}

form#contact-form p.help-block {
  text-align: center;
}

form#contact-form .btn-primary {
  width: 35%;
  margin: 20px auto 50px;
}

form#contact-form .verif_code {
  display: inline-block;
}

.user-create .alert-danger {
  background-color: #f7f7f7;
  color: #67bc5c;
  border-color: #67bc5c;
}

.user-update h1 {
  font-size: 23px;
}

.site-error h1,
.site-error p {
  display: none;
}
.site-error {
  margin-top: 35px;
}

/** Неверные запросы пользователя**/

.container > h2 {
  text-align: center;
  font-size: 20px;
  color: #a41c1c;
}

.tovar-index > h2 {
  font-size: 25px;
  text-align: center;
}

.input-group .twitter-typeahead .tt-hint {
  color: #fff;
}

/*.tovar-index h2 {
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 5px;
}*/

/*Текс О НАС*/

.site-about h1 {
  background-color: #333;
  color: #fff;
  padding: 5px 0;
  margin-top: 35px;
}

.about {
  background: url(http://jplus.kiev.ua/images/source/background_jpn.png) top left repeat;
  padding: 5px 15px;
}

.site-about .about img {
  display: block;
  margin: 0 auto;
  width: 50%;
}

.about table {
  border: transparent;
}

/*Aдминка   "Запросы пользователей" */

.queries-search {
  text-align: center;
  border: #ededed 1px solid;
  padding: 10px;
}

.queries-search .input-group {
  border: none;
}

.queries-search .btn-primary {
  width: 30%;
}
.form-group.field-queriessearch-datefrom {
  width: 35%;
  display: inline-block;
}

.form-group.field-queriessearch-dateto {
  width: 35%;
  display: inline-block;
}

.queries-index h1 {
  background-color: #333;
  color: #fff;
  padding: 5px 0;
}

/**Медиа запросы**/

@media screen and (max-width: 768px) {
  section.footer__information div {
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
  }

  .footer__main .footer__information ul {
    padding: 0;
    margin: 0;
  }

  .footer__main .footer__information {
    padding: 30px 30px;
  }

  .footer__main .footer__information .sociall {
    text-align: center;
    margin: 0;
  }

  .footer__main .copyright .container .copyright__text {
    text-align: center;
  }
}

/*Запрос на замену пароля*/

.site-request-password-reset {
  text-align: center;
}
.site-request-password-reset h1 {
  font-size: 28px;
  background-color: #333;
  color: #fff;
  margin-top: 35px;
  padding: 10px;
}

.site-request-password-reset .col-lg-5 {
  padding: 30px 10px;
  margin: 0 auto;
  float: none;
  margin-top: 20px;
  background: #f0f0f0;
}

.site-request-password-reset .col-lg-5 .verif_code {
  transform: scale(0.78);
  -webkit-transform: scale(0.78);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  margin: 0 auto;
  width: 69%;
}

@media screen and (max-width: 768px) {
  .search__form {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .col-sm-5 {
    width: 58%;
  }
}

/*@media (min-width: 1200px) {*/
/*.col-lg-3 {*/
/*width: 25%;*/
/*}*/

@media (min-width: 1200px) {
  .container {
    width: 1170px;
    padding-top: 120px;
  }
}

@media (max-width: 1200px) {
  .phone__list {
    margin-left: 0;
    margin-bottom: -20px;
    display: inline-block;
  }

  .phone__list li {
    font-size: 15px;
    margin-right: 0;
  }

  .phones i {
    left: 10px;
  }

  .phone__list img {
    margin-right: 5px;
    vertical-align: baseline;
  }

  .fa-mobile-phone {
    margin-top: 19px;
  }

  .image img {
    width: auto;
    height: 100%;
  }

  .menu__list li {
    margin-right: 10px;
    font-size: 17px;
  }
  /*.col-sm-3 {*/
  /*width: 100%;*/
  /*}*/
}

@media (max-width: 1199px) {
  .info__baner {
    transform: scale(0.82);
    -webkit-transform: scale(0.82);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    margin-top: 10px;
  }
}

@media (max-width: 1105px) {
  /*    .product-layout {
        width: 50%;
    }*/

  .cart a {
    font-size: 15px;
    padding: 22px 5px;
  }

  .menu__list li {
    margin-right: 10px;
    font-size: 17px;
  }
  .vz-doc-search form#w0 {
    display: block;
  }
  .vz-doc-search .form-group {
    max-width: 100%;
  }
  .vz-doc-search .form-group a.btn.btn-default {
    padding-right: 0;
  }
  .info__baner {
    transform: scale(0.82);
    -webkit-transform: scale(0.82);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    margin-top: 10px;
  }

  .site-contact .panel-body .col-sm-3:nth-child(1) {
    padding-left: 26px;
    width: 100%;
    text-align: center;
  }
  .site-contact .panel-body .col-sm-3:nth-child(2) {
    text-align: center;
    width: 100%;
  }
  .site-contact .panel-body .col-sm-3:last-child {
    text-align: center;
    width: 100%;
  }
}

@media (max-width: 992px) {
  .phone__list {
    margin-left: -20px;
    margin-bottom: 0;
    margin-top: 0;
    display: inline-block;
  }

  .phone__list li {
    font-size: 0.8em;
    margin-right: 0;
    font-weight: bold;
  }

  .phones i {
    left: 50px;
  }

  .phone__list img {
    margin-right: 5px;
    vertical-align: baseline;
  }

  .fa-mobile-phone {
    margin-top: 15px;
    margin-left: -5px;
  }

  .cart a {
    padding: 22px 5px;
    font-size: 15px;
  }
  .work__time {
    font-size: 15px;
    padding: 5px 0;
    margin: 5px 0;
  }

  .main__menu ul {
    margin-top: 10px;
    text-align: center;
    padding: 0;
  }

  .menu__list li {
    margin-top: 5px;
  }

  .registration__menu ul li:last-child:before {
    display: none;
  }

  .news__block {
    padding: 10px 5px;
  }
  .news__title {
    padding: 5px;
    margin-top: 15px;
  }
  .news__title h4 {
    font-size: 20px;
  }
  .news__heading {
    font-size: 13px;
  }

  .button__news button {
    font-size: 10px;
  }

  .features {
    color: #777;
    margin-left: 0px;
    padding: 5px 0;
    margin-top: 45px;
    font-size: 11px;
    padding-left: 20px;
    position: relative;
    line-height: 1.2;
    margin-bottom: 0;
  }
  .features .fa {
    left: 3px;
    font-size: 13px;
  }
  .features h3 {
    font-size: 15px;
  }

  .image img {
    width: auto;
    height: 100%;
  }
  .vz-doc-search .form-group label {
    font-size: 10px;
  }
  /*Кнопки заказа в корзине*/
  .modal-footer {
    text-align: center;
  }
  #cart .btn {
    width: 27%;
  }
  #cart .btn-primary {
    width: 27%;
  }
  table {
    white-space: nowrap;
  }
  .info__baner {
    transform: scale(0.62);
    -webkit-transform: scale(0.62);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    margin-top: 10px;
  }

  .news-brief table {
    white-space: unset;
  }
  .news-brief tr.newsm__tittle {
    white-space: nowrap;
  }

  .news-brief table img {
    width: 100%;
  }

  .news-brief table tr:nth-child(2) td:first-child {
    padding-right: 10px;
  }
  .news-brief table p {
    font-size: 14px;
  }
}

@media screen and (max-width: 990px) {
  .row.login__xsmenu.d-flex {
    display: flex;
  }

  .registration__menu {
    text-align: right;
    width: 100%;
    float: right;
  }
  .phones i {
    left: 10px;
  }
  .cart a {
    padding: 22px 0;
    font-size: 12px;
  }
  .work__time {
    margin: 0;
  }

  .main-carousel {
    height: 100%;
  }
}

@media screen and (max-width: 768px) {
  .phones i {
    left: 0;
  }
  .registration__menu {
    text-align: right;
    float: right;
    width: 50%;
  }
  .vz-doc-search .form-group label {
    font-size: 10px;
  }
  .panel.panel-default {
    width: 100%;
  }

  .vz-doc-search form#w0 {
    display: block;
  }
  .vz-doc-search .form-group {
    max-width: 100%;
  }

  /*Кнопки заказа в корзине*/
  .modal-footer {
    text-align: center;
  }
  #cart .btn {
    width: 27%;
  }
  #cart .btn-primary {
    width: 27%;
  }
  table {
    white-space: nowrap;
  }
  .info__baner {
    transform: scale(0.62);
    -webkit-transform: scale(0.62);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    margin-top: 10px;
  }
  /*О НАС*/
  .site-about .about table tbody tr {
    display: block;
  }
  .site-about .about table tbody tr td {
    float: left;
  }

  .site-about .about img {
    width: 100%;
  }
  .site-about .about ul {
    white-space: initial;
  }
}

@media screen and (max-width: 768px) {
  .login__menu.col-sm-3.col-md-3.col-lg-3 {
    width: 50%;
  }
  .registration__menu {
    width: 80%;
  }
  .logo {
    text-align: center;
  }
  .phone__list {
    width: 198px;
    margin-top: 0px;
    margin-left: -43px;
    display: inline-block;
    text-align: center;
  }
  .phone__list li {
    font-size: 14px;
  }
  .phones i {
    left: -10px;
    top: 0px;

    .work__time {
      margin-bottom: 5px;
    }
    .work__time p {
      margin-bottom: 0;
      font-size: 19px;
    }

    .cart {
      width: 100%;
      margin-top: 5px;
    }
    .cart a {
      padding: 21px 5px;
      font-size: 20px;
    }

    .infobaner_block .col-sm-6 {
      float: left;
      width: 50%;
    }
    .info__baner {
      transform: scale(0.82);
      -webkit-transform: scale(0.82);
      transform-origin: 0 0;
      -webkit-transform-origin: 0 0;
      margin-top: 10px;
    }
    .footer__information {
      text-align: center;
    }

    .copyright__text {
      text-align: center;
    }
    .site-contact .panel-body .col-sm-3:nth-child(1) {
      padding-left: 28px;
      width: 100%;
      text-align: center;
    }

    .site-contact .panel-body .col-sm-3:nth-child(2) {
      text-align: center;
      width: 100%;
    }

    .site-contact .panel-body .col-sm-3:last-child {
      text-align: center;
      width: 100%;
    }
  }
}

@media screen and (max-width: 650px) {
  .logo {
    text-align: center;
  }
  .logo img {
    width: 50%;
  }
  .phones ul:last-child img {
  }

  .phones {
    text-align: center;
    font-size: 23px;
  }

  .phones i {
    left: 30px;
    top: -20px;
  }
  .phone__list img {
    width: 25px;
  }
  .commit-form {
    width: 100%;
  }

  textarea.form-control {
    width: 90%;
    height: 90px;
  }

  .info__baner {
    transform: scale(0.72);
    -webkit-transform: scale(0.72);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    margin-top: 10px;
  }
}

@media (max-width: 550px) {
  .phone__list {
    float: right;
    margin-left: -65px;
  }
  .infobaner_block .col-sm-6 {
    float: left;
    width: 50%;
    height: 90px;
  }
  .info__baner {
    transform: scale(0.58);
    -webkit-transform: scale(0.58);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    margin-top: 10px;
  }
  .news-index .button__news .btn-default {
    width: 100%;
  }
  .site-contact .panel-body .col-sm-3:nth-child(1) {
    padding-left: 26px;
    width: 100%;
    padding-bottom: 10px;
    text-align: center;
  }
  .site-contact .panel-body .col-sm-3:nth-child(2) {
    text-align: center;
    width: 100%;
    padding-bottom: 10px;
  }
  .site-contact .panel-body .col-sm-3:last-child {
    text-align: center;
    width: 100%;
    padding-bottom: 10px;
  }

  form#contact-form .btn-primary {
    width: 75%;
  }
}

@media (max-width: 500px) {
  .search__form {
    width: 100%;
  }
  .phone__list li {
    font-size: 1.5em;
    margin-right: 5px;
  }
  .phones i {
    font-size: 89px;
    right: 200px;
  }
  .logo {
    margin-bottom: 25px;
  }
  .cart a {
    font-size: 20px;
    margin: 5px 0;
  }
  .work__time {
    font-size: 22px;
  }
  .vz-doc-search .form-group label {
    font-size: 10px;
  }

  .panel.panel-default {
    width: 100%;
  }
  /*Кнопки заказа в корзине*/
  .modal-footer {
    text-align: center;
  }
  #cart .btn {
    width: 27%;
  }
  #cart .btn-primary {
    width: 27%;
  }
  table {
    white-space: nowrap;
  }
  .commit-form {
    width: 100%;
  }
  textarea.form-control {
    width: 90%;
  }
  .cart-view h1 {
    font-size: 25px;
  }
  .info__baner {
    transform: scale(0.62);
    -webkit-transform: scale(0.62);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    margin-top: 10px;
  }
  .news-view table {
    white-space: normal;
  }
  .news-index td,
  .news-view td {
    display: block;
    white-space: normal;
    text-align: center;
  }

  table.table.table-striped.table-bordered {
    overflow: scroll;
    display: block;
  }
}

@media screen and (max-width: 499px) {
  .phones i {
    left: -189px;
    top: 29px;
  }

  .phone__list {
    width: 100%;
  }
  .infobaner_block .col-sm-6 {
    width: 100%;
    height: 100%;
  }
  .info__baner {
    transform: scale(1);
    -webkit-transform: scale(1);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    margin-top: 10px;
  }

  .site-contact .panel-body .col-sm-3:nth-child(1) {
    padding-left: 26px;
    width: 100%;
    padding-bottom: 10px;
    text-align: center;
  }
  .site-contact .panel-body .col-sm-3:nth-child(2) {
    text-align: center;
    width: 100%;
    padding-bottom: 10px;
  }
  .site-contact .panel-body .col-sm-3:last-child {
    text-align: center;
    width: 100%;
    padding-bottom: 10px;
  }

  form#contact-form .btn-primary {
    width: 75%;
  }
}

@media screen and (max-width: 480px) {
  .phones i {
    left: -189px;
    top: 29px;
  }

  .phone__list {
    width: 100%;
  }

  .kv-table-wrap th,
  .kv-table-wrap td {
    display: table-cell;
  }
  table tbody .kv-grid-group-row {
    font-size: 10px;
  }
  .news-brief tbody tr:nth-child(2) p {
    max-width: 230px;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }
  .queries-search .form-group.field-queriessearch-datefrom {
    width: 70%;
  }

  .queries-search .form-group.field-queriessearch-dateto {
    width: 70%;
  }

  .queries-search .btn-primary {
    width: 70%;
  }
}

@media screen and (max-width: 420px) {
  .kv-table-wrap tr > td:first-child {
    border-top: 3px double #ccc;
    margin-top: 10px;
    font-size: 1em;
    text-align: left;
  }

  .pull-right {
    float: left !important;
  }

  .panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    display: inline-block;
    width: 100%;
    text-align: center;
  }

  .site-login {
    width: 100%;
  }
  .user-create {
    width: 100%;
  }

  .vz-doc-search {
    width: 100%;
  }

  .vz-doc-index h1 {
    text-align: center;
  }
  .footer__information {
    text-align: center;
  }
  .row.login__xsmenu.d-flex {
    display: block;
  }

  .login__menu.col-sm-3.col-md-3.col-lg-3 {
    text-align: center;
    width: 100%;
  }

  .registration__menu {
    width: 100%;
    text-align: center;
  }
  .registration__menu ul {
    margin-top: 15px;
    padding-left: 0;
  }

  .cart-view .btn-danger,
  .cart-view .btn-success {
    width: 100%;
    margin: 5px 0;
  }
  .copyright__text {
    text-align: center;
  }

  .vz-doc-search form#w0 {
    display: block;
  }
  .vz-doc-search .form-group {
    max-width: 100%;
  }
  .vz-doc-search .form-group label {
    font-size: 10px;
  }
  .kv-table-wrap th,
  .kv-table-wrap td {
    display: table-cell;
    width: 100% !important;
    text-align: center;
    font-size: 12px;
  }
  table tbody .kv-grid-group-row {
    font-size: 12px;
  }

  /*Кнопки заказа в корзине*/
  .modal-footer {
    text-align: center;
  }
  #cart .btn {
    width: 50%;
  }
  #cart .btn-primary {
    width: 45%;
  }

  .commit-form {
    width: 100%;
  }
  textarea.form-control {
    width: 90%;
  }
  .cart-view h1 {
    font-size: 25px;
  }
  .phone__list li {
    font-size: 18px;
    margin-right: 7px;
  }
  .phones i {
    font-size: 70px;
    left: 31px;
    right: 280px;
    top: -4px;
  }
  .logo img {
    width: 80%;
  }
  .manadger__information h3 {
    text-align: center;
  }

  .manadger__information table {
    white-space: normal;
  }

  .site-phone_wrap .btn-info {
    width: 100%;
  }
  .info__baner {
    transform: scale(0.82);
    -webkit-transform: scale(0.82);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    margin-top: 10px;
  }
}

@media (max-width: 400px) {
  .phone__list {
    width: 100%;
  }

  .infobaner_block .col-sm-6 {
    width: 100%;
    height: 100%;
  }

  .info__baner {
    transform: scale(0.84);
    -webkit-transform: scale(0.84);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    margin-top: 10px;
  }

  .info__title h3 {
    margin-top: 0;
  }

  .products__main .image img {
    height: 75%;
  }
  .news-brief tbody tr:nth-child(2) p {
    max-width: 130px;
  }
}

@media (max-width: 375px) {
  .phone__list {
    width: 100%;
  }
  .infobaner_block .col-sm-6 {
    width: 100%;
    height: 100%;
  }

  .info__baner {
    transform: scale(0.78);
    -webkit-transform: scale(0.78);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    margin-top: 10px;
  }
  .news-brief tbody tr:nth-child(2) p {
    max-width: 130px;
  }
}

@media (max-width: 320px) {
  .phone__list {
    width: 100%;
  }
  .phone__list li {
    font-size: 18px;
    margin-right: 7px;
  }
  .phones i {
    font-size: 70px;
    left: 31px;
    right: 280px;
    top: -4px;
  }
  .image img {
    width: auto;
    height: 85px;
  }
  .product-thumb .img {
    height: 100px;
  }

  .vz-doc-search form#w0 {
    display: block;
  }
  .vz-doc-search .form-group {
    max-width: 100%;
  }
  .panel {
    width: 100%;
  }
  .commit-form {
    width: 100%;
  }
  textarea.form-control {
    width: 90%;
  }
  .cart-view h1 {
    font-size: 25px;
  }
  .manadger__information h3 {
    text-align: center;
  }

  .manadger__information table {
    white-space: normal;
  }

  .site-phone_wrap .btn-info {
    width: 100%;
  }

  .info__title h3 {
    font-size: 25px;
    margin-top: 0;
    margin-bottom: 0px;
  }
  .infobaner_block .col-sm-6 {
    width: 100%;
  }

  .info__baner {
    transform: scale(0.68);
    -webkit-transform: scale(0.68);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    margin-top: 10px;
  }
  .site-contact .panel-body .col-sm-3:nth-child(1) {
    padding-left: 28px;
    width: 100%;
  }

  .site-contact .panel-body .col-sm-3:nth-child(2) {
    text-align: center;
    width: 100%;
  }

  .site-contact .panel-body .col-sm-3:last-child {
    text-align: center;
    width: 100%;
  }

  .news-brief tbody tr:nth-child(2) p {
    max-width: 130px;
  }
}

/*@media screen and (max-width: 420px) {*/

/* Owerwritte start */

.navbar__main-search-items .twitter-typeahead .tt-input[disabled],
.twitter-typeahead .tt-input[readonly],
fieldset[disabled] .twitter-typeahead .tt-input {
  background-color: transparent !important;
}

.navbar__main-search-items .twitter-typeahead .tt-hint {
  color: #fff;
}

/*}*/
/*}*/
