.fw-container {
	/*background-color: #bbbbbb;*/
  margin-bottom: 20px;

}

.fw-page-builder-content {
  /*  margin-left: -15px;
    margin-right: -15px;*/
}

body {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  min-height: 100vh;
  font-family: "Roboto", "Arial", sans-serif;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  font-style: normal;
  background-color: #ffffff; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

.main {
  -webkit-box-flex: 1;
          flex: 1 0 auto; }

.separator {
  display: none; }

.wrapper {
  width: auto;
  margin: 0 1em;
  color: inherit; }

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  overflow: hidden; }

.hidden {
  display: none; }

.breadcrumbs {
  display: inline-block;
  color: black;
  box-shadow: 0 0 2px #bbbbbb; }

.breadcrumbs a, .last-item {
  position: relative;
  float: left;
  padding-right: 10px;
  padding-left: 45px;
  text-decoration: none;
  line-height: 30px;
  color: black;
  background-color: white; }

.breadcrumbs a::after, .last-item::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: -15px;
  width: 29px;
  height: 29px;
  background-color: white;
  box-shadow: 1px 1px 0 1px #dddddd;
  border-radius: 50px 0 0 0;
  -webkit-transform: rotate(-45deg) scale(0.73);
          transform: rotate(-45deg) scale(0.73); }

.breadcrumbs a:hover,
.breadcrumbs a:hover::after,
.last-item,
.last-item::after {
  background-color: #bbbbbb;
  color: #E10916; }

.breadcrumbs a:first-child {
  padding-left: 40px; }

.comment-notes {
  width: 100%;
  padding-bottom: 10px;
  font-size: 12px; }

.form-submit {
  margin-left: auto; }

.s-comments__list, .comment__item {
  margin: 0;
  padding: 0;
  list-style: none; }

.comment__item {
  background-color: #cccccc;
  margin-bottom: 15px; }

.comment__author {
  padding: 15px;
  padding-left: 25px; }

.comment__author-name {
  font-weight: bold;
  letter-spacing: 2px; }

.comment__text {
  padding-left: 60px;
  padding-right: 60px; }

.comment__text-date {
  padding-right: 25px;
  padding-bottom: 15px;
  text-align: right; }

.comment__text-date span {
  color: #E10916; }

.children li.comment__item {
  background-color: #bbbbbb; }

/* roboto-regular - cyrillic_latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"), url("../fonts/roboto-v18-cyrillic_latin-regular.woff2") format("woff2"), url("../fonts/roboto-v18-cyrillic_latin-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* roboto-700 - cyrillic_latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Bold"), local("Roboto-Bold"), url("../fonts/roboto-v18-cyrillic_latin-700.woff2") format("woff2"), url("../fonts/roboto-v18-cyrillic_latin-700.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* roboto-regular - cyrillic_latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"), url("../fonts/roboto-v18-cyrillic_latin-regular.woff2") format("woff2"), url("../fonts/roboto-v18-cyrillic_latin-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* roboto-700 - cyrillic_latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Bold"), local("Roboto-Bold"), url("../fonts/roboto-v18-cyrillic_latin-700.woff2") format("woff2"), url("../fonts/roboto-v18-cyrillic_latin-700.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }


@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
 /* src: url(../fonts/iconfont/MaterialIcons-Regular.eot);*/ /* For IE6-8 */
  src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url('../fonts/iconfont/MaterialIcons-Regular.woff2') format('woff2'),
    url('../fonts/iconfont/MaterialIcons-Regular.woff') format('woff'),
    url('../fonts/iconfont/MaterialIcons-Regular.ttf') format('truetype');
}

.form {
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  margin-top: 10px; }
  .form p {
    margin-left: auto; }

.form-group__wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  width: 100%; }

.form-group {
  width: 100%;
  margin-bottom: 20px; }
  .form-group span {
    width: 100%;
    display: flex; }

.form-group--area {
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 1;
          flex: 1; }

.form-group__field {
  box-sizing: border-box;
  padding: 10px 10px;
  width: 100%;
  outline: none;
  font-family: "Roboto", "Arial", sans-serif;
  font-size: 18px;
  color: #bbbbbb; }
  .form-group__field:focus::-webkit-input-placeholder {
    opacity: 0.5; }
  .form-group__field:focus:-ms-input-placeholder {
    opacity: 0.5; }
  .form-group__field:focus::-ms-input-placeholder {
    opacity: 0.5; }
  .form-group__field:focus::placeholder {
    opacity: 0.5; }



.page-header {
  background-color: #bbbbbb; }
  .page-header__contacts {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
            justify-content: center; }
 

.page-header__logo {
  width: 150px;
  height: auto; }
  .page-header__logo img {
    width: 100%;
    height: auto; }

.page-header__phones {
  display: none; }
  .page-header__phones p {
    margin: 0; }
    .page-header__phones p a {
      text-decoration: none;
      color: inherit; }

.main-nav {
  z-index: 50;
  position: relative; }

.main-nav__wrapper {
  width: auto;
  margin: 0 1em; }

.main-nav__items, .menu-item {
  margin: 0;
  padding: 0;
  list-style: none; }

.menu-item a {
  position: relative;
  display: block;
  color: #E10916;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  outline: none; }

.main-nav__social {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center; }

.social-links {
  margin: 0;
  padding: 0;
  list-style: none; }

.social-links--footer {
  display: -webkit-box;
  display: flex; }

.social-links--footer li {
  display: -webkit-box;
  display: flex;
  margin: auto; }

.social-links__link {
  display: block;
  width: 25px;
  height: 25px;
  margin: 3px;
  font-size: 0;
  text-decoration: none; }

.social-links__link--fb {
  background: url(../img/icons/facebook.svg) no-repeat center center;
  background-size: cover; }
  .social-links__link--fb:hover {
    background: url(../img/icons/facebook.svg) no-repeat center center;
    background-size: cover; }

.social-links__link--in {
  background: url(../img/icons/insta.svg) no-repeat center center;
  background-size: cover; }
  .social-links__link--in:hover {
    background: url(../img/icons/insta.svg) no-repeat center center;
    background-size: cover; }

.button {
  display: block;
  font-family: "Roboto", "Arial", sans-serif;
  letter-spacing: 1.3px;
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  background-color: #cccccc;
  color: #E10916;
  border: none;
  outline: none;
  cursor: pointer; }
  .button:hover {
    background-color: #bbbbbb; }
  .button:active {
    color: rgba(255, 255, 255, 0.3);
    background-color: #E10916; }

.button--submit {
  margin-left: auto;
  padding: 12px 22px; }

.button--link {
  display: inline-block;
  padding: 10px 15px; }

.line-break {
  display: none; }

.s-slider {
	text-align: justify;
 }

.s-main__header {
  padding: 10px 0; }

.s-main__title {
  position: relative;
  margin-bottom: 30px;
  text-align: center;
  letter-spacing: 2px; }

.s-products {
  min-height: 200px;
  padding-bottom: 50px; }

.s-products__choice {
  margin-top: 10px;
  margin-bottom: 15px; }

.s-products__checked {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: flex;
	flex-wrap: wrap;
  -webkit-box-pack: center;
          justify-content: center; }
  .s-products__checked li {
    padding: 2px 10px;
    background-color: #cccccc;
    margin: 5px; }
    .s-products__checked li:hover {
      background-color: #bbbbbb;
      color: #E10916;
      cursor: pointer; }
    .s-products__checked li.active {
      background-color: #bbbbbb;
      color: #E10916; }
    .s-products__checked li.all {
      margin-right: 20px;
      padding-right: 15px;
      padding-left: 15px; }

.s-products__brands {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between; }

.s-products__items {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: start;
          justify-content: flex-start;
  align-content: flex-start;
  width: 100%;
  color: inherit; }

.s-products__item {
  display: none;
  width: 100%;
  margin: 5px 0;
	background-color: #cccccc;
 }

.s-products__main-foto {
  position: relative; 
   box-shadow: 0 0 0 1px #cccccc; 
  }

.s-products__main-foto img {
  display: -webkit-box;
  display: flex;
  width: 100%;
  height: auto; }

.s-products__hovered-content {
  z-index: 2;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: #ffffff;
  border: 1px solid transparent;
  overflow: hidden;
  transition: all 0.5s; }
  .s-products__hovered-content h4 {
    margin-top: 35px; }
    .s-products__hovered-content h4::after {
      content: "";
      margin-top: 40px;
      right: 25px;
      left: 25px;
      height: 1px;
      position: absolute;
      background-color: #E10916; }
  .s-products__hovered-content p {
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px; }

.s-products__hovered-link {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.0;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  cursor: pointer; }
  .s-products__hovered-link:hover ~ .s-products__hovered-content {
    opacity: 1;
    border: 1px solid #E10916; }

.s-products__list {
  display: none; }

.s-brands {
  min-height: 200px;
  padding-bottom: 50px; }

.s-brands__items {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: start;
          justify-content: flex-start;
  width: 100%;
  color: inherit; }
  .s-brands__choiced-foto {
	  margin-top: auto;
	  margin-bottom: auto;
    box-shadow: 0 0 0 1px #cccccc;
  }
.s-brands__choiced-foto img {
  width: 100%;
  height: auto;
}
.s-brands__item {
  width: 100%;
  margin: 5px 0; }

.s-brands__main-foto {
  position: relative;
  box-shadow: 0 0 0 1px #cccccc;
   }

.s-brands__main-foto img {
  display: -webkit-box;
  display: flex;
  width: 100%;
  height: auto; }

.s-brands__hovered-content {
  z-index: 2;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  border: 1px solid transparent;
  background-color: #ffffff;
  transition: all 0.5s; }
  .s-brands__hovered-content p {
    margin: auto;
    padding: 10px;
    color: #E10916;
    background-color: #bbbbbb; }

.s-brands__main-foto a {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  border: 1px solid #E10916;
  cursor: pointer; }
  .s-brands__main-foto a:hover ~ .s-brands__hovered-content {
    opacity: 0.8;
    border: 1px solid #E10916; }

.s-brands__collection {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  padding: 10px 0;
  margin-top: 5px;
  margin-bottom: 10px; }



.s-contacts {
  min-height: 200px;
  padding-bottom: 50px; }

.s-contacts__form {
  margin-bottom: 50px; }

.s-contacts__info {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  margin-bottom: 40px; }

.s-contacts__data {
  margin-bottom: 40px; }

.s-contacts__map {
  position: relative;
  overflow: hidden; }
  .s-contacts__map iframe {
    width: 100%;
    height: 100%;
    min-height: 300px; }

.s-contacts__header {
  padding: 10px 0; }

.s-contacts__title {
  position: relative;
  margin-bottom: 30px;
  text-align: center;
  letter-spacing: 2px; }
.s-contacts__address {
  margin-bottom: 40px;
}
.s-contacts__address i {
  width: 30px;
  margin-right: 30px;
  font-size: 24px;
  color: #E10916;

}
.s-contacts__address p:nth-child(2) i {
  font-size: 32px;
}
.s-about {
  min-height: 200px;
  padding-bottom: 50px; }

.s-about__wrapper {
  width: auto;
  margin: 0 1em; }

.s-about__header {
  padding: 30px 0; }

.s-about__title {
  position: relative;
  margin-bottom: 30px;
  text-align: center;
  letter-spacing: 2px; }

.page-footer {
  background-color: #bbbbbb; }

.page-footer__wrapper {
  width: auto;
  margin: 0 1em;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between; }

.page-footer__logo {
  width: 150px;
  height: auto; 
	margin: 10px 0;}
  .page-footer__logo img {
    width: 100%;
    height: auto; }

.page-footer__social {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center; }

@media (min-width: 768px) {
    .wrapper {
      width: 86%;
      max-width: 1170px;
      margin: 0 auto; }
  .form {
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-pack: justify;
            justify-content: space-between; }
  .form-group__wrapper {
    width: 49%; }
  .page-header__logo {
    width: 250px; }
  .page-header__contacts {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: justify;
            justify-content: space-between; }
  .main-nav {
    width: auto;
    margin: 0;
    background-color: #bbbbbb; }
  .main-nav__wrapper {
     width: 86%;
      max-width: 1170px;
      margin: 0 auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between; }
  .main-nav__items {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    flex-wrap: nowrap;
    -webkit-box-flex: 1;
            flex-grow: 1;
    -webkit-box-pack: end;
            justify-content: flex-end;
    margin-right: 30px; }
  .menu-item {
    margin-right: 20px;
    line-height: 20px;
    vertical-align: top; }
    .menu-item:last-child {
      margin-right: 0; }
  .menu-item a {
    padding: 15px;
    font-size: 14px;
    position: relative; }
    .menu-item a:hover {
      -webkit-transform: scale(1.1);
              transform: scale(1.1); }
      .menu-item a:hover::after {
        content: "";
        position: absolute;
        right: 20px;
        bottom: 10px;
        left: 20px;
        height: 1px;
        background-color: #E10916; }
  .current-menu-item a::after {
    content: "";
    position: absolute;
    right: 20px;
    bottom: 10px;
    left: 20px;
    height: 1px;
    background-color: #E10916; }
  .main-nav__toggle {
    display: none; }
    .line-break {
      display: inline; }
  .social-links {
    display: -webkit-box;
    display: flex; }
  .social-links li {
    display: -webkit-box;
    display: flex;
    margin: auto; }
  .social-links__link--fb {
    background: url(../img/icons/facebook3.svg) no-repeat center center;
    background-size: cover;
  }
  .social-links__link--in {
    background: url(../img/icons/insta2.svg) no-repeat center center;
    background-size: cover;
  }
  .s-slider {
    display: block; }
    .s-slider .fw-col-xs-12 {
      padding-left: 0;
      padding-right: 0; }
  div.nivo-caption {
    background-color: transparent; }
	.s-main__title {
    font-size: 22px;
    margin-bottom: 20px; }
  .s-main__description {
    font-size: 16px; }
  .s-products__items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    flex-wrap: wrap;
    width: 85%; }
  .s-products__item {
    width: 31%;
    margin: 5px; }
  .s-products__hovered-content {
    opacity: 0; }
  .s-products__list {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    width: 13%; }
  .s-products__by-letter p {
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
    background-color: #bbbbbb; }
  .s-products__union {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .s-products__union a {
      display: block;
      width: 100%;
      color: #000000;
      text-decoration: none;
      text-align: center;
      letter-spacing: 1.3px;
      font-size: 14px;
      background-color: #cccccc; }
      .s-products__union a:visited {
        color: #000000;
        text-decoration: none; }
      .s-products__union a:link {
        color: #000000;
        text-decoration: none; }
      .s-products__union a:hover {
        background-color: #bbbbbb;
        color: #E10916; }
  .s-brands__items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    flex-wrap: wrap; }
  .s-brands__choiced {
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    margin-bottom: 30px;
    margin-top: 20px; }
  .s-brands__choiced-foto {
    width: 24%; }
  .s-brands__choiced-descript {
    width: 75%;
    padding-left: 30px;
    font-size: 12px;
	line-height: 18px;
	text-align: justify;}
  .s-brands__hovered-content {
    opacity: 0; }
  .s-brands__item {
    width: 31%;
    margin: 5px 10px 5px 0; }
  .s-contacts__form {
    margin-bottom: 50px; }
  .s-contacts__info {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-pack: justify;
            justify-content: space-between;
    margin-top: 10px; }
  .s-contacts__data {
    width: 47%; }
  .s-contacts__map {
    width: 47%; }
  .s-contacts__address {
    margin-top: 80px;
    margin-left: 80px;
  }
   .s-about__wrapper {
      width: 86%;
      max-width: 1170px;
      margin: 0 auto; }
    .page-footer__wrapper {
      width: 86%;
      max-width: 1170px;
      margin: 0 auto; }
  .page-footer__logo {
    width: 250px; }
}
    



@media (min-width: 992px) {
  .menu-item a {
    font-size: 16px; }
    .social-links__link {
    width: 30px;
    height: 30px; }
    .menu-item {
    margin-right: 24px;} 
	
	.s-brands__choiced-descript {
    padding-left: 30px;
    font-size: 14px;
	line-height: 20px;
	text-align: justify;}
  }

@media (min-width: 1200px) {
  
  .main-nav__toggle {
    display: none; }
  .s-products__item {
    width: 23%; }
  .s-brands__item {
    width: 24%; } 
	.s-main__title {
    font-size: 32px;
    margin-bottom: 30px; }
  .s-main__description {
    font-size: 18px; }
    .menu-item {
    margin-right: 30px;} 
	
	.s-brands__choiced-descript {
    font-size: 16px;
	line-height: 24px;
	text-align: justify;}
	
   }
    
 

@media (max-width: 767px) {
	.breadcrumbs a:first-child {
    padding-left: 25px; }
  .page-header__contacts {
    display: block; }
  .page-header__logo {
/*     margin-left: 5px; */
    margin: 10px 0; }
	.page-header__phones {
    display: block;
    text-align: right; }
  .main-nav__social {
    z-index: 100;
    position: fixed;
    left: 20px;
    top: 10px; }
    .main-nav__social a {
      margin-bottom: 5px; }
  .main-nav__wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85);
    right: 0;
    top: 0;
	 margin: 0;
    display: none; }
  .main-nav__items {
    margin-top: 180px;
    text-align: center;
    -webkit-animation-duration: .01s;
            animation-duration: .01s; }
  .menu-item:nth-child(1) a {
    -webkit-animation-delay: 0s;
            animation-delay: 0s; }
  .menu-item:nth-child(2) a {
    -webkit-animation-delay: .1s;
            animation-delay: .1s; }
  .menu-item:nth-child(3) a {
    -webkit-animation-delay: .2s;
            animation-delay: .2s; }
  .menu-item:nth-child(4) a {
    -webkit-animation-delay: .3s;
            animation-delay: .3s; }
.menu-item:nth-child(5) a {
    -webkit-animation-delay: .4s;
            animation-delay: .4s; }
  .menu-item a {
    opacity: 0;
    position: relative;
    height: 60px;
	  font-size: 16px;
    outline: none; }
    .menu-item a span {
      display: block;
      position: relative;
      top: -40px;
      left: 0;
      height: 100%;
      transition: all 0.5s ease; }
      .menu-item a span:hover {
        background-color: rgba(255, 255, 255, 0.08); }
  .main-nav__toggle {
    width: 40px;
    height: 36px;
    position: fixed;
    z-index: 100;
    border: none;
    right: 10px;
    top: 12px;
    font-size: 0;
    cursor: pointer;
    background-color: #E10916; }
    .main-nav__toggle:hover {
      background-color: #BD281A; }
    .main-nav__toggle span {
      display: block; }
  .main-nav__sandwich {
    width: 28px;
    height: 28px;
    position: absolute;
    top: 8px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 200; }
  .main-nav__line-top {
    position: relative;
    top: 0;
    width: 28px;
    height: 3px;
    background: #cccccc;
    border: none;
    border-radius: 4px 4px 4px 4px;
    transition: top 0.2s, -webkit-transform 0.5s;
    transition: transform 0.5s, top 0.2s;
    transition: transform 0.5s, top 0.2s, -webkit-transform 0.5s;
    display: block; }
  .main-nav__line-middle {
    position: relative;
    width: 28px;
    height: 3px;
    top: 6.6px;
    background: #cccccc;
    border: none;
    border-radius: 4px 4px 4px 4px;
    transition: top 0.2s, -webkit-transform 0.5s;
    transition: transform 0.5s, top 0.2s;
    transition: transform 0.5s, top 0.2s, -webkit-transform 0.5s;
    transition-delay: 0.2s, 0s; }
  .main-nav__line-bottom {
    position: relative;
    width: 28px;
    height: 3px;
    top: 13.5px;
    background: #cccccc;
    border: none;
    border-radius: 4px 4px 4px 4px;
    transition: all 0.5s;
    transition-delay: 0.1s; }
  .main-nav__sandwich.active .main-nav__line-top {
    top: 9px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .main-nav__sandwich.active .main-nav__line-middle {
    top: 6px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .main-nav__sandwich.active .main-nav__line-bottom {
    opacity: 0;
    top: 0;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
	
	.s-products__checked {

        justify-content: flex-start;
		align-items: flex-start;}



    .s-products__checked li.all {
      margin-right: 5px;
 }
	
	
	
  .s-products__hovered-content {
    -webkit-box-pack: center;
            justify-content: center;
    opacity: 1;
    border: 1px solid #E10916; }
    .s-products__hovered-content h4 {
      font-size: 18px; }
    .s-products__hovered-content p {
      font-size: 14px;
      line-height: 18px; }
  .s-brands__hovered-content {
    border: 1px solid #E10916;
    opacity: 0.7; }
    .s-brands__hovered-content p {
		margin-bottom: 0;
		width: 100%;
      font-size: 18px; }
  .s-brands__choiced-foto {
    display: none; }
  .s-brands__choiced-descript {
/*     padding-top: 20px; */
	font-size: 13px;
	line-height: 18px;
	text-align: justify;}
	.s-brands__collection {
	margin-top: 0;
	}
  .s-contacts__title {
    margin-bottom: 0;
    margin-top: 30px;
    }
	
	
	.breadcrumbs {
		margin-top: 20px;
  font-size: 60%; }

.breadcrumbs a, .last-item {
  padding-left: 30px;

 }


.breadcrumbs > .first-item > a {
  padding-left: 10px; }
	
	
	.wrap-nivoslider {
		display: none;
	}
	
	  .s-slider  h1 {
    font-size: 26px;
	margin-bottom: 0;}
	
	 .s-slider  p:first-of-type {
    display: none;}
}

@media (max-width: 767px) and (orientation: landscape) {
    .main-nav__items {
      margin-top: 50px; } }


.tel_contact {
	text-decoration: none;
	color: black;
}
