ul {
  padding: 0;
  margin: 0;
}
p {
  margin: 0;
}

.h1 {
    color: #F00;
}

li[itemprop='author'] {
    padding: 0 0 5px 0;
}

.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5 {
  margin: 0;
}

@font-face {
  font-family: 'fontello';
  src: url('../../fonts/fontello.eot');
  src: url('../../fonts/fontello.eot?#iefix') format('embedded-opentype'), url('../../fonts/fontello.woff') format('woff'), url('../../fonts/fontello.ttf') format('truetype'), url('../../fonts/fontello.svg#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
.h2 {
  font-size: 30px;
  font-family: 'Roboto';
  color: #ff0000;
  margin-bottom: 25px;
}
.v-paddings {
  padding-top: 25px;
  padding-bottom: 25px;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}
.row {
  margin-left: 0;
  margin-right: 0;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
@media (min-width: 0) {
  .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-xs-12 {
    width: 100%;
  }
  .col-xs-11 {
    width: 91.66666667%;
  }
  .col-xs-10 {
    width: 83.33333333%;
  }
  .col-xs-9 {
    width: 75%;
  }
  .col-xs-8 {
    width: 66.66666667%;
  }
  .col-xs-7 {
    width: 58.33333333%;
  }
  .col-xs-6 {
    width: 50%;
  }
  .col-xs-5 {
    width: 41.66666667%;
  }
  .col-xs-4 {
    width: 33.33333333%;
  }
  .col-xs-3 {
    width: 25%;
  }
  .col-xs-2 {
    width: 16.66666667%;
  }
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
}
@media (max-width: 768px) {
  .sort-actions {
    float: none;
  }
	h1,.h1,h2,.h2 {
	font-size:20px;
	}
}
.sort-actions__btn {
  border: none;
  color: #515151;
  padding: 8px 15px;
  padding-left: 35px;
  position: relative;
  cursor: pointer;
  background-color: transparent;
}
.sort-actions__btn.active,
.sort-actions__btn:hover {
  background-color: #f5f4f4;
}
.sort-actions__btn.active *,
.sort-actions__btn:hover *,
.sort-actions__btn.active,
.sort-actions__btn:hover {
  color: #515151;
}
.sort-actions__btn:after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 30px;
  height: 100%;
  font-family: 'fontello';
  font-size: 14px;
  line-height: 30px;
  text-align: center;
}
.sort-actions__btn--grid:after {
  content: '\E80C';
}
.sort-actions__btn--list:after {
  content: '\e80c';
  color: #000;
}
.btn {
  font-size: 17px;
  font-family: Roboto;
  text-decoration: none;
  color: #fff;
  background-color: #ff0000;
  display: inline-block;
  vertical-align: middle;
  float: none;
  border: none;
  vertical-align: top;
  font-weight: 300;
  cursor: pointer;
}
.btn + .btn {
}
.btn--to-cart:after {
  content: '';
  position: absolute;
  display: block;
  font-family: 'fontello';
  content: '\E80A';
  top: 5px;
  left: 15px;
  font-size: 24px;
  line-height: 35px;
}
@media (max-width: 992px) {
  .main-navigation {

  }
}
@media (max-width: 992px) {
  .burger-navigation {
    display: block;
  }
}
.main-navigation__list {
  list-style-type: none;
}
.main-navigation__item {
  display: inline-block;
}
.main-navigation__item + .main-navigation__item {
  margin-left: 20px;
}
.burger-navigation__link:after {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  font-size: 26px;
  line-height: 50px;
  width: 100%;
  height: 100%;
}
.burger-navigation__link:after {
  content: '';
  position: absolute;
  display: block;
  font-family: 'fontello';
  content: '\E80B';
  display: inline-block;
  text-align: center;
}
@media (max-width: 992px) {
  .burger-navigation__link {
    width: 50px;
    height: 50px;
    position: relative;
    display: block;
    font-size: 0;
  }
  .burger-navigation__link:after {
    line-height: 50px;
    font-size: 26px;
  }
}
.main-navigation__link {
  color: #fff;
  font-size: 14px;
  line-height: 28px;
  text-decoration: none;
}
.main-navigation__link:hover {
  text-decoration: underline;
}
.login {
  color: #fff;
  font-size: 14px;
  line-height: 28px;
  float: right;
  position: relative;
  text-decoration: none;
}
.login:hover {
  text-decoration: underline;
}
.login:hover {
  text-decoration: none;
}
.login:after {
  top: 0px;
  right: 13px;
  font-size: 16px;
}
.login:after {
  content: '';
  position: absolute;
  display: block;
  font-family: 'fontello';
  content: '\E800';
  display: inline-block;
  text-align: center;
}
@media (max-width: 992px) {
  .login {
    width: 50px;
    height: 50px;
    position: relative;
    display: block;
    font-size: 0;
  }
  .login:after {
    font-size: 26px;
  }
}
.header__main-logo {
  display: block;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .header__main-logo {
    margin-bottom: 20px;
  }
}
.header__text * {
  color: #515151;
}
.header__text + .header__text {
  margin-top: 8px;
}
@media (max-width: 1200px) {
  .header__text {
    text-align: center;
    margin-bottom: 20px;
  }
}
.header__contacts a {
  border-bottom: 1px dotted;
  text-decoration: none;
  color: #515151;
}
.header__contacts p + p {
  margin-top: 8px;
}
@media (max-width: 992px) {
  .header__contacts p {
    margin-top: 0px;
    margin-left: 0px;
  }
  .header__first p {
    text-align: center;
  }

}

@media (max-width: 768px) {
  #header_logo .img-responsive {
    margin: 0 auto;
  }
  .header__general-row {
    padding: 0;
  }
}
.phone__code {
  color: #00bbcc;
}
.header__general-row {
  padding-top: 30px;
  padding-bottom: 15px;
}
.sub__phone {
  position: relative;
}
.sub__phone:after {
  content: '';
  position: absolute;
  display: block;
  top: 2px;
  right: -20px;
  content: '?';
  font-size: 14px;
  width: 15px;
  height: 15px;
  background-color: #939393;
  color: #fff;
  border-radius: 14px;
  text-align: center;
  font-family: Roboto;
  line-height: 15px;
}
@media (max-width: 768px) {
  .sub-links__link {
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  .sidebar > * + * {
    margin-top: 15px;
  }
}
.sidebar:before,
.sidebar:after {
  content: " ";
  display: table;
}
.sidebar:after {
  clear: both;
}
@media (min-width: 1200px) {
  .accordion-wrapper {
    padding-right: 0;
  }
}
.accordion {
  line-height: 30px;
  padding: 25px;
  background-color: #f5f4f4;
  position: relative;
  font-size: 16px;
}
@media (max-width: 1200px) {
  .accordion {
    padding: 0;
    min-height: 50px;
    text-decoration: none;
    color: #515151;
    cursor: pointer;
  }
  .accordion:after {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    font-size: 26px;
    line-height: 50px;
    width: 100%;
    height: 100%;
  }
  .accordion:after {
    content: '';
    position: absolute;
    display: block;
    font-family: 'fontello';
    content: '\E80B';
    display: inline-block;
    text-align: center;
  }
}
@media (max-width: 1200px) and (max-width: 992px) {
  .accordion {
    width: 100%;
    height: 50px;
    position: relative;
    display: block;
    font-size: 0;
  }
  .accordion:after {
    line-height: 50px;
    font-size: 26px;
  }
}
.accordion__body {
  position: relative;
}
@media (max-width: 1200px) {
  .accordion__body {
    background-color: #f5f4f4;
    display: none;
    position: absolute;
    top: 100%;
    left: 0%;
    font-size: 16px;
    padding: 20px 40px;
  }
  .accordion__body *,
  .accordion__body {
    color: #515151;
  }
}
@media (max-width: 1200px) {
  .accordion__body {
    min-width: 100%;
    width: 100vw;
  }
}
.filters__title *,
.filters__title {
  color: #fff;
}
@media (max-width: 1200px) {
  .filters__title {
    padding: 25px;
    padding-left: 40%;
    text-align: left;
    font-size: 0;
    position: relative;
    text-decoration: none;
    cursor: pointer;
  }
  .filters__title:after {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    font-size: 26px;
    line-height: 50px;
    width: 100%;
    height: 100%;
  }
  .filters__title:after {
    content: '';
    position: absolute;
    display: block;
    font-family: 'fontello';
    content: '\E80B';
    display: inline-block;
    text-align: center;
  }
}
@media (max-width: 1200px) and (max-width: 992px) {
  .filters__title {
    width: 100%;
    height: 50px;
    position: relative;
    display: block;
    font-size: 0;
  }
  .filters__title:after {
    line-height: 50px;
    font-size: 26px;
  }
}
@media (max-width: 1200px) {
  .filters__body {
    background-color: #f5f4f4;
    text-align: center;
  }
  .filters__body *,
  .filters__body {
    color: #515151;
  }
}
.filters__cat {
  color: #00bbcc;
  margin-top: 25px;
  margin-bottom: 10px;
}
@media (max-width: 1200px) {
  .filters__cat {
    text-align: left;
  }
}
.filters__row:before,
.filters__row:after {
  content: " ";
  display: table;
}
.filters__row:after {
  clear: both;
}
@media (max-width: 1200px) {
  .filters__row {
    text-align: left;
    margin-top: 10px;
    margin-bottom: 20px;
  }
}
.filters__body {
  padding: 0 15px 15px;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
}
@media (max-width: 1200px) {
  .filters__body {
    display: none;
    padding: 25px;
  }
}
.breadcrumbs__link:after {
  content: '';
  position: absolute;
  display: block;
  content: '\3e';
  right: -15px;
  top: -2px;
  font-size: 16px;
}
@media (max-width: 992px) {
  .catalog-dropdown__text {
    text-align: center;
    line-height: 101px;
  }
}
.carret--big:after {
  content: '';
  position: absolute;
  display: block;
  right: 20px;
  top: 50%;
  margin-top: -5px;
  border-top: 10px solid #ececec;
  border-left: 7.5px solid transparent;
  border-right: 7.5px solid transparent;
  width: 0;
  height: 0;
  display: inline-block;
  vertical-align: middle;
  float: none;
}
.search {
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
}
.search .icon--search:after {
  font-family: 'fontello';
  content: '\E806';
  line-height: 37px;
  font-size: 18px;
}
.cart:hover {
  background-color: #ff0000;
  border: 1px solid #ff0000;
}
@media (max-width: 992px) {
  .cart__text {
    font-size: 0;
    text-decoration: none;
    margin: 0 auto;
    text-align: left;
  }
  .cart__text:after {
    content: '';
    position: absolute;
    display: block;
    font-family: 'fontello';
    content: '\E80A';
    display: inline-block;
    text-align: center;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .cart__text {
    width: 50px;
    height: 50px;
    position: relative;
    display: block;
    font-size: 0;
  }
  .cart__text:after {
    line-height: 50px;
    font-size: 56px;
  }
}
.advantages {
  font-size: 0;
  padding-bottom: 55px;
  text-align: center;
}
@media (max-width: 768px) {
  .advantages {
    display: none;
  }
}
.advantage {
  color: #000;
  font-size: 18px;
  font-family: Open sans;
  width: 215px;
  display: inline-block;
  vertical-align: middle;
  float: none;
  vertical-align: top;
  cursor: pointer;
  padding-top: 150px;
  text-align: center;
  position: relative;
  margin-top: 55px;
}
.advantage:after {
  content: '';
  position: absolute;
  display: block;
  font-family: 'fontello';
  background-color: #515151;
  top: 0;
  width: 129px;
  height: 129px;
  left: 50%;
  margin-left: -65px;
  border-radius: 129px;
  color: #fff;
  font-size: 50px;
  text-align: center;
  line-height: 129px;
}
@media (max-width: 1200px) {
  .advantage {
    font-size: 0;
    width: 150px;
  }
}
.advantage:hover {
  color: #ff0000;
}
.advantage:hover:after {
  background-color: #ff0000;
}
.advantages .icon--car:after {
  content: '\E801';
}
.advantages .icon--checklist:after {
  content: '\E802';
}
.advantages .icon--money:after {
  content: '\E803';
}
.advantages .icon--people:after {
  content: '\E804';
}
.advantages .icon--pig:after {
  content: '\E805';
}
.new-items__item {
  background-color: rgba(255, 255, 255, 0.9);
  padding-bottom: 35px;
}
@media (max-width: 992px) {
  .new-items__item {
    padding-bottom: 35px;
    border-bottom: 1px solid #939393;
  }
}
@media (max-width: 768px) {
  .new-items__item {
    padding-left: 0;
    padding-right: 0;
  }
}
.new-items__img-link {
  display: inline-block;
  vertical-align: middle;
  float: none;
  width: 100%;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.buy-link {
  font: 300 18px/1.35 Roboto;
  padding: 5px 20px;
  text-decoration: none;
  color: #fff;
  background-color: #ff0000;
  display: inline-block;
  vertical-align: middle;
  float: none;
  border: none;
  cursor: pointer;
}
.buy-link:hover {
  color: #fff;
}
.new-items__h2 {
  font-weight: 300;
  background-color: rgba(255, 255, 255, 0.9);
}
.new-items__price {
  font-size: 18px;
  margin-bottom: 10px;
  margin-top: 20px;
}
.new-items__new-price {
  color: #ff0000;
}
.text-content p {
  line-height: 20px;
}
.footer {
  margin-top: 40px;
}
.footer__text-line {
  line-height: 68px;
}
@media (max-width: 1200px) {
  .footer__text-line {
    text-align: center;
  }
}
.pay-methods {
  list-style-type: none;
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
  float: none;
  margin-left: 30px;
}
.footer__main-logo {
  background-repeat: no-repeat;
  background-image: url(../../img/sprite.png);
  background-position: -240px -100px;
  height: 75px;
  width: 100%;
  max-width: 280px;
  display: block;
  margin: 0 auto;
}
.socials {
  text-align: center;
}
@media (max-width: 1200px) {
  .socials__text {
    font-size: 0;
  }
}
.socials__list {
  list-style-type: none;
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
  float: none;
}
.socials__item {
  display: inline-block;
  vertical-align: middle;
  float: none;
}
.socials__item + .socials__item {
  margin-left: 4px;
}
.copyright {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 768px) {
  .labels {
    padding-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .labels__item {
    margin-top: 15px;
    margin-left: 15px;
  }
}
@media (max-width: 1200px) {
  .footer__main-navigation {
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: center;
  }
}
.footer__main-navigation .main-navigation__item {
  margin-left: 15px;
}
@media (max-width: 1200px) {
  .footer__contacts {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.product-page__img-wrapper {
  text-align: center;
  padding: 0px;
}
.thumbs {
  font-size: 0;
}
@media (max-width: 992px) {
  .thumbs {
    margin-bottom: 30px;
  }
}
.thumbs__list {
  list-style-type: none;
  font-size: 0;
}
.thumbs__list > * {
  display: inline-block;
}
.thumbs__item {
  display: inline-block;
  vertical-align: middle;
  float: none;
  vertical-align: top;
  width: 20%;
  text-align: center;
  border: 1px solid #f5f4f4;
  background-color: rgba(255, 255, 255, 0.9);
}
.product-page__price {
  font-size: 30px;
  line-height: 1.35;
  color: #ff0000;
  font-family: 'roboto';
  float: left;
  font-weight: 400;
}
.product-count {
  float: right;
  width: 70px;
  line-height: 40px;
  position: relative;
  font-size: 24px;
  font-family: 'roboto';
}
.product-count__btn {
  position: absolute;
  right: 0;
  width: 22px;
  height: 19px;
  border: none;
  background-color: #ff0000;
  cursor: pointer;
  background-repeat: no-repeat;
  background-image: url(../../img/sprite.png);
}
.btn--count-up {
  top: 0;
  background-position: -435px 0;
}
.btn--count-down {
  bottom: 0;
  background-position: -410px 0;
}
@media (max-width: 992px) {
  .product-page__btns {
    text-align: center;
  }
}
.product-count__text {
  background-color: #fff;
  padding-left: 15px;
  padding-right: 15px;
  display: inline-block;
}
@media (max-width: 992px) {
  .colors {
    text-align: center;
  }
}
.smal-description {
  margin-top: 35px;
}
.product__advantages {
  background-color: #f5f4f4;
  padding: 20px;
}
.product__advantages ul {
  padding-left: 20px;
}
.product__advantages li {
    margin-top: 15px;
    list-style: initial;
}
@media (max-width: 480px) {
  .product__advantages ul {
    padding-left: 25px;
  }
}
.product__advantages ul li {
  color: #00bbcc;
}
.product__advantages ul p {
  color: #515151;
}
@media (max-width: 768px) {
  .about-product__tabs li {
    display: block;
    text-align: left;
  }
}
.about-product__tabs li.active *,
.about-product__tabs li.active {
  color: #fff;
}
.banner {
  text-align: center;
}
@media (max-width: 1200px) {
  .banner {
    display: none;
  }
}
@media (max-width: 1200px) {
  .banner--wide {
    display: block;
    width: 100%;
    padding: 20px;
    text-align: center;
    background: #ff0000;
    color: #fff;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.tab-content {
  padding: 20px;
}
.product-complect {
  padding: 20px;
  border: 1px solid #f5f4f4;
}
.product-complect__addon {
  text-align: center;
}
.product-complect__addon + .product-complect__addon {
  /*margin-left: 10%;*/
  position: relative;
}
@media (max-width: 992px) {
  .product-complect__addon + .product-complect__addon {
    margin-left: 0;
  }
}
/*
.product-complect__addon + .product-complect__addon:after {
  content: '';
  position: absolute;
  display: block;
  content: '+';
  bottom: 50%;
  margin-right: 15px;
  right: 100%;
  color: #ff0000;
  font-weight: bold;
  font-size: 80px;
  margin-left: -20px;
}*/
@media (max-width: 992px) {
  .product-complect__addon + .product-complect__addon {
    margin-top: 70px;
    position: relative;
  }
  /*
  .product-complect__addon + .product-complect__addon:after {
    content: '';
    position: absolute;
    display: block;
    content: '+';
    bottom: 90%;
    left: 50%;
    color: #ff0000;
    font-weight: bold;
    font-size: 80px;
    margin-left: -20px;
  }
  */
}
.product-omplect__text {
  font-weight: bold;
  font-size: 16px;
  text-align: left;
  height: 80px;
}
.product-complect__addon .price {
    color: #ff0000;
    font-weight: bold;
}
@media (max-width: 992px) {
  .product-omplect__text {
    text-align: center;
  }
}
.overview {
  padding: 20px;
  border: 1px solid #f5f4f4;
  background-color: rgba(255, 255, 255, 0.9);
}
@media (max-width: 992px) {
  .overview {
    margin-top: 15px;
  }
}
.also-taken {
  padding-left: 50px;
}
@media (max-width: 768px) {
  .also-taken {
    padding-left: 0;
  }
}
.withIcon {
  margin-left: 25px;
  position: relative;
}
.withIcon:after {
  font-family: 'fontello';
  content: '';
  position: absolute;
  display: block;
  color: #00bbcc;
  font-size: 12px;
  top: 0;
  left: -28px;
  border-radius: 25px;
  width: 22px;
  height: 22px;
  line-height: 22px;
  border: 1px solid #00bbcc;
  text-align: center;
}
.icon:after {
  font-family: 'fontello';
}
.icon-skype:after {
  content: '\E807';
}
.icon-telegram:after {
  content: '\F2C6';
  font-family: 'FontAwesome';
}
.icon-mail:after {
font-family: "FontAwesome";
  content: '\f0e0';
}
.icon-phone:after {
  content: '\E809';
}
.icon-chat:after {
  content: '\E808';
}
.icon--burger:after {
  content: '\E80B';
}
* {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
*:focus {
  outline: none;
}
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  overflow-x: hidden;
  position: relative;
  font-size: 14px;
  font-family: roboto;
  color: #000;
  font-weight: 300;
}
strong {
  font-family: roboto;
  font-weight: normal;
}
a {
}
.text-content a:hover {
  color: #ff0000;
}
.sprite {
  background-image: url(../../img/sprite.png);
}
.wrapper {
  max-width: 1170px;
  margin: 0 auto;
}
.wrapper:before,
.wrapper:after {
  content: " ";
  display: table;
}
.wrapper:after {
  clear: both;
}
@media (max-width: 1200px) {
  .wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.fon2 {
  background-image: url(../../img/fon0.png);
}
.block--grey {
  background-color: #f5f4f4;
}
.vertical-fix {
  display: inline-block;
  vertical-align: middle;
  float: none;
  width: 0;
  height: 100%;
}
.link-all {
  font-size: 18px;
  font-family: Roboto;
  padding: 8px 10px;
  line-height: 1.34;
  text-decoration: none;
  color: #515151;
}
.link-all:hover {
  background-color: #ff0000;
  color: #fff;
  text-decoration: none;
}
.block--grey--left-gum {
  position: relative;
}
.block--grey--left-gum:after {
  content: '';
  position: absolute;
  display: block;
  right: 100%;
  top: 0;
  height: 100%;
  background-color: #f5f4f4;
  width: 100vw;
}
.block--dark-grey {
  background-color: #515151;
  color: #fff;
}
.block--hell-grey {
  background-color: #2b2b2b;
  color: #fff;
}
.columns-container {
  background-image: url("../../img/bg1.jpg"), url("../../img/bg2.jpg");
  background-position: top right, bottom left;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .columns-container {
    background-image: none;
  }
}
.input-checkbox:checked + .checkbox-label:after {
  content: '';
  position: absolute;
  display: block;
  font-family: fontello;
  content: '\E80E';
}
input[type="checkbox"]:checked + .checkbox-label:after {
  content: '';
  position: absolute;
  display: block;
  font-family: fontello;
  content: '\E80E';
  font-size: 12px;
  text-indent: 2px;
  line-height: 12px;
  color: #00bbcc;
}
.checkbox-label:after {
  content: '';
  position: absolute;
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 2px;
  border: 1px solid #d3d3d3;
  top: 2px;
  left: 0;
}
@media (max-width: 1200px) {
  .xs-no-text {
    font-size: 0;
  }
}
.mt15 {
  margin-top: 15px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb25 {
  margin-bottom: 25px;
}
.p15 {
  padding: 15px;
}
.pt25 {
  padding-top: 25px;
}
.pt40 {
  padding-top: 40px;
}
.pb30 {
  padding-bottom: 30px;
}
.pl0 {
  padding-left: 0px;
}
.pr0 {
  padding-right: 0px;
}
.pr35 {
  padding-right: 35px;
}
.fright {
  float: right;
}
.no-paddings {
  padding: 0;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}

.list-inline {
    padding-top: 0;
}

.ship__link {
    color: #fff;
}

.main-navigation {
    float: left;
}

.footer__contacts {
    padding-top: 5px;
}

.socials__text {
    line-height: 32px;
    display: inline-block;
    vertical-align: bottom;
}

.icon-phone:before, .icon-skype:before {
    content: '';
}

.plcomments a:hover,.plcomments a:visited,.plcomments a:active,.plcomments a:focus {
    color: #ff0000;
}

input[type=search]:focus~.input_helper {display:none;}
.vid iframe,
.vid object,
.vid embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.new-items__title {
    height: 40px;
    overflow: hidden;
}