@font-face {
  font-family: "Verdana";
  src: url("../fonts/verdana.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/verdana.eot?#iefix") format("embedded-opentype"), url("../fonts/verdana.otf") format("opentype"), url("../fonts/verdana.svg") format("svg"), url("../fonts/verdana.ttf") format("truetype"), url("../fonts/verdana.woff") format("woff"), url("../fonts/verdana.woff2") format("woff2");
  /* Modern Browsers */
  font-weight: normal;
  font-style: normal; }
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

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

li,
ul {
  list-style: none; }

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

*,
p {
  margin: 0;
  padding: 0; }

.container {
  max-width: 1300px;
  margin: 0 auto; }

.container:after,
.container:before {
  display: none; }

.top_header {
  margin-top: 16px;
  border-top: 1px solid #acacac;
  border-bottom: 1px solid #acacac; }

.top_header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start; }

.language__item {
  border: 0;
  background: 0 0;
  font-family: 'Verdana', sans-serif;
  font-size: 13px;
  color: #000;
  /*#ff0000*/
  padding: 13px 8px;
  -webkit-transition: all .3s;
  transition: all .3s;
  font-weight: bold; }

.language__item--active,
.language__item:hover {
  /*background-color: #ff0000;*/
  color: #ff0000;
  color: #E3010F; }

.language__item:hover {
  cursor: pointer; }

.language__item:focus {
  outline: 0; }

.top_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.top_menu__item {
  font-family: 'Verdana', sans-serif;
  font-size: 13px;
  color: #ff0000;
  margin-right: 58px;
  margin-bottom: 10px;
  margin-top: 10px; }

.top_menu__item:hover {
  color: #ff0000; }

.description_product {
  margin-left: 15px; }

.top_menu__item i {
  padding-left: 5px;
  vertical-align: middle; }

.top_menu__item:last-child {
  margin-right: 0; }

.top_menu .dropdown {
  margin-bottom: 10px;
  margin-top: 10px; }

.top_header__login {
  display: none; }

.header__container,
.top_header__login .login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.top_header__login .login {
  font-family: 'Verdana', sans-serif;
  font-size: 13px;
  color: #848484; }

.top_header__login .login img {
  padding-right: 10px; }

.header__container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 20px;
  padding-bottom: 10px; }

.header__callback,
.header__logo,
.header__search,
.language {
  margin-top: 5px;
  margin-bottom: 5px; }

.header__logo {
  max-width: 145px; }

.header__search {
  padding-left: 10px; }

.callback,
.callback__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.callback__icon {
  background-color: #ff0000;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  color: #fff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 15px;
  font-size: 24px; }

.search {
  display: inline-block;
  position: relative; }

#search i {
  color: #000; }

.search__input {
  border: 0;
  border-radius: 0; }

.search__btn,
.search__input {
  background-color: transparent;
  font-family: 'Verdana', sans-serif;
  font-size: 13px; }

.search__input {
  height: 36px;
  padding-left: 20px;
  width: 690px;
  padding-right: 50px; }

.search__btn {
  position: absolute;
  right: 0;
  top: 50%;
  border: 0;
  background: 0 0;
  margin-top: -9px;
  padding-right: 26px;
  color: #344150; }

.search__btn:focus,
.search__input {
  outline: 0;
  z-index: 1 !important; }

.search__btn:hover {
  cursor: pointer; }

.search__input::-webkit-input-placeholder {
  color: #848484;
  opacity: 1;
  font-family: 'Verdana', sans-serif;
  font-size: 13px; }

.search__input:-ms-input-placeholder,
.search__input::-ms-input-placeholder {
  opacity: 1; }

.search__input::-webkit-input-placeholder {
  color: #848484;
  opacity: 1;
  font-family: 'Verdana', sans-serif;
  font-size: 13px; }

.search__input:-ms-input-placeholder {
  color: #848484;
  opacity: 1;
  font-family: 'Verdana', sans-serif;
  font-size: 13px; }

.search__input::-ms-input-placeholder {
  color: #848484;
  opacity: 1;
  font-family: 'Verdana', sans-serif;
  font-size: 13px; }

.search__input::placeholder {
  color: #848484;
  opacity: 1;
  font-family: 'Verdana', sans-serif;
  font-size: 13px; }

.search__input:-ms-input-placeholder,
.search__input::-ms-input-placeholder {
  color: #848484;
  font-family: 'Verdana', sans-serif;
  font-size: 13px; }

.phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.phone__number,
.phone__text {
  font-family: "Verdana", sans-serif; }

.phone__number {
  font-weight: 700;
  font-size: 24px;
  color: #2f2f2f; }

.phone__number i {
  font-size: 13px;
  padding-left: 5px;
  vertical-align: middle; }

.phone__text {
  font-size: 13px;
  color: red; }

  /*.navigation {
	  border-top: 1px solid #000;
	  border-bottom: 1px solid #000
	  }*/
.navigation__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.header__search .navigation__container {
  width: 100%; }

.main_menu__item {
  font-family: 'Verdana', sans-serif;
  font-size: 18px;
  color: #000;
  text-transform: uppercase;
  padding: 15px;
  border-top: 1px solid transparent;
  border-right: 1px solid transparent;
  border-left: 1px solid transparent;
  font-weight: 500; }
  .main_menu__item:hover {
    color: #E3010F; }

.dropdown:hover .dropdown-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.dropdown .main_menu__item i {
  visibility: visible;
  padding-left: 5px;
  vertical-align: middle; }

.main_menu, .flex_wrapper {
  width: 100%; }

.main_menu__item:first-child {
  /*padding: 15px 60px;*/
  padding: 15px 10px; }

  /*.dropdown:hover .main_menu__item,
  .main_menu__item:hover,.flex_wrapper:hover  {
	  color:#ff0000;
  }*/
.navigation .dropdown {
  position: relative;
  display: inline-block; }

.navigation .dropdown-content {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  background-color: #fff;
  width: 100%;
  z-index: 2;
  padding: 15px 15px 0;
  /*border-bottom: 2px solid #ff0000;
  border-right: 2px solid #ff0000;
  border-left: 2px solid #ff0000*/ }

.navigation .dropdown-content a {
  color: #000; }

.navigation .category_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: left; }

.navigation .category_block img {
  padding-right: 15px; }

.navigation .subcategory {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.navigation .subcategory .caption {
  color: #000;
  /*#ff0000*/
  /*text-transform: uppercase;*/
  font-family: 'Verdana', sans-serif;
  font-size: 13px; }

.navigation .subcategory .caption:hover, .navigation .subcategory .caption:focus {
  color: #ff0000; }

.navigation .subcategory a {
  margin-bottom: 20px;
  font-family: 'Verdana', sans-serif;
  font-size: 13px;
  /*text-align:center;*/
  text-align: left; }

.main_menu,
.navigation .subcategory,
.photos,
.flex_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.main_menu, .flex_wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.main_menu .dropdown, .flex_wrapper .dropdown {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }

.main_menu > .main_menu__item, .flex_wrapper > .main_menu__item {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10; }

.main_menu > .main_menu__item:first-child, .flex_wrapper > .main_menu__item:first-child {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

.main_menu .dropdown:nth-child(2), .flex_wrapper .dropdown:nth-child(2) {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

.photos {
  padding-bottom: 35px; }

#slideshow-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 10px;
  /*margin-bottom:45px;*/
  height: 100%;
  position: relative;
  height: 62vh; }

#slideshow-news .swiper-slide img {
  width: 100%;
  height: auto; }

.swiper-pager {
  width: 100%;
  position: absolute;
  top: 50%;
  line-height: 45px; }

.swiper-viewport .swiper-slide img {
  height: 418px; }

  /*.swiper-pager {
	  display: none;
	  }*/
.swiper-viewport {
  position: relative; }

.swiper-viewport .swiper-pagination {
  bottom: 5px;
  /*left:50%;*/
  left: 0;
  right: 0; }

.swiper-viewport .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  margin-right: 10px; }

.swiper-viewport .swiper-pagination-bullet:last-child {
  margin-right: 0; }

.swiper-viewport .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #000; }

.photos {
  height: 245px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.slider_description {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 25px;
  width: 545px;
  bottom: 30px;
  /*right: 35%;*/
  left: 5%;
  margin-right: -272px; }

.slider_description__caption {
  font-size: 30px;
  font-family: 'Verdana', sans-serif;
  font-style: italic;
  line-height: 1.2;
  color: #000; }

.slider_description__details {
  font-size: 16px;
  font-family: 'Verdana', sans-serif;
  font-style: italic;
  margin-top: 25px;
  text-align: right;
  display: block;
  color: #000; }
  .slider_description__details:hover {
    color: #E3010F; }

.link_more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.photos__item {
  width: 36.7%;
  height: 100%; }

.photos__item img {
  height: 100%;
  width: 100%; }

.photos__item:first-child {
  width: 22%; }

.about_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.about_main h2 {
  font-size: 18px;
  font-family: 'Verdana', sans-serif;
  padding-bottom: 30px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center; }

.about_main p {
  font-size: 18px;
  font-family: 'Verdana', sans-serif;
  padding-bottom: 30px;
  text-align: center; }

  /*.about__img {
	  background-image: url(../image/about.png);
	  background-repeat: no-repeat;
	  background-size: cover;
	  background-position: center;
	  margin-right: 36px
  }
  
  .about__text {
	  width: 100%
  }
  
  .about__text .about__text-caption {
	  color: #ff0000;
	  font-family: 'Verdana', sans-serif;
	  font-size: 18px;
	  padding-bottom: 30px;
	  text-transform: uppercase
  }
  
  .about__text .about__text-paragraph {
	  color: #ff0000;
	  font-family: 'Verdana', sans-serif;
	  font-size: 18px;
	  padding-bottom: 25px
  }
  
  .about__text .about__text-paragraph:last-child {
	  padding-bottom: 0
	  }*/
.about__text .about__text-paragraph {
  color: #344151;
  font-family: 'Verdana', sans-serif;
  font-size: 18px;
  padding-bottom: 13px;
  line-height: 1.2; }

.advantages {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.advantages,
.advantages__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.advantages__caption {
  color: red;
  font-family: 'Verdana', sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  padding: 65px 20px 45px 14px;
  font-weight: 500; }

.advantages__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 65px;
  padding-bottom: 45px; }

.advantages__item p {
  color: #404c5b;
  /*#ff0000 */
  text-transform: uppercase;
  font-family: 'Verdana', sans-serif;
  font-size: 15px;
  margin-left: 6px;
  padding-right: 30px;
  font-weight: 600; }

.contact {
  background-color: #f0f0f0; }

.contact__container {
  padding-top: 40px;
  padding-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.info:first-child {
  padding-left: 15px; }

.info {
  width: 250px;
  margin: 0 auto;
  width: 48%; }

.conact__product.info, .conact__lastNews.info {
  display: none; }

.info__item p {
  /*word-break: break-all;*/ }

.info__caption,
.info__item,
.info__item a {
  color: #344151;
  font-family: 'Verdana', sans-serif;
  font-size: 15px;
  padding-bottom: 30px;
  font-weight: 500; }

.info__item a {
  text-decoration: none; }

.info__caption a {
  color: #344151; }

.info__caption a:hover {
  text-decoration: underline; }

.info__item a:hover {
  text-decoration: underline; }

.info__item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 25px; }

.info__item,
.info__item span,
.top_menu .dropdown-content a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.footer__container,
.info__item span {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.info__item span i {
  color: #fff; }

.info__item span {
  border-radius: 50%;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 35px;
  flex-basis: 35px;
  height: 35px;
  margin-right: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.info__item span {
  background-color: #000; }

.footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 35px;
  padding-bottom: 55px; }

.footer__container a,
.footer__container p {
  color: #000;
  text-transform: uppercase;
  font-family: 'Verdana', sans-serif;
  font-size: 14px;
  text-align: center; }

.footer__container a:hover {
  text-decoration: underline; }

.hidden_topMenu,
.mobile_menu {
  display: none; }

.top_menu .dropdown {
  position: relative;
  display: inline-block; }

.top_menu .dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 1px;
  -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  z-index: 1;
  padding: 15px; }

.top_menu .dropdown-content a {
  width: 100%;
  margin-bottom: 10px;
  font-family: 'Verdana', sans-serif;
  font-size: 13px;
  color: #848484; }

.top_menu .dropdown-content a:last-child {
  margin-bottom: 0; }

.main_menu .dropdown .main_menu__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

#content .swiper-viewport {
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-top: 30px;
  margin-bottom: 30px; }

.header__search.search {
  padding-left: 0;
  padding-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

#search {
  background-color: #f1f1f1;
  width: 35%;
  position: relative;
  /*width: 20%;*/
  margin-top: 10px; }

.search__btn {
  z-index: 3; }

.about__img,
.about__img img {
  width: 29%;
  height: auto; }

.search_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 65%; }

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "\003e"; }

.breadcrumb {
  background-color: transparent;
  margin-bottom: 0; }

.breadcrumb a {
  color: #000; }

.products {
  padding-bottom: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.product-layout, .news-layout {
  margin: 0 auto; }

.product-thumb .image img, .news-thumb .image img {
  margin: 0 auto; }

.news-layout {
  margin-bottom: 15px; }

.product-thumb .image a img, .news-thumb .image a img {
  width: 100%;
  height: auto; }

.product-thumb .caption h4, .news-thumb .caption h4 {
  text-align: center;
  min-height: 57px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.product-thumb .caption h4 a, .news-thumb .caption h4 a {
  font-family: 'Verdana', sans-serif;
  font-size: 18px;
  color: #000;
  text-align: center; }

.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default; }

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.hovereffect:hover .overlay {
  background-color: rgba(0, 0, 0, 0.4); }

.hovereffect h2, .hovereffect img {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }

.hovereffect img {
  display: block;
  position: relative;
  -webkit-transform: scale(1.1);
  transform: scale(1.1); }

.hovereffect:hover img {
  -webkit-transform: scale(1);
  transform: scale(1); }

.hovereffect h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.6); }

.hovereffect a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #a6a7ac;
  /* margin: 50px 0 0 0; */
  background-color: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-weight: normal;
  height: 90%;
  width: 90%;
  position: absolute;
  /* top: -22%; */
  /* left: 8%; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* padding: 50px; */
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto; }

.hovereffect:hover a.info {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  transform: scale(1);
  /*background-color: rgba(112,109,113,0.4);*/ }

.hovereffect .details {
  border: 1px solid #a6a7ac;
  /*padding: 10px 15px;*/
  padding: 10px 0;
  color: #fff;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  /*width: 30%;
  height: 15%;*/
  width: 100px;
  height: 40px; }

.product-thumb .image, .news-thumb .image {
  margin-bottom: 25px;
  float: none; }

.product-thumb .caption, .news-thumb .caption {
  text-transform: uppercase; }

#product-category h2 {
  text-align: center; }

.product-pills .nav-item {
  background-color: #ebebeb;
  color: #ff0000;
  text-transform: uppercase;
  margin-right: 10px;
  -webkit-transition: all .3s;
  transition: all .3s; }

.product-pills .nav-item:hover {
  color: #fff;
  background-color: #ff0000; }

.product-pills .nav-item:hover .nav-link {
  color: #fff;
  background-color: #ff0000; }

.product-pills .nav-item .nav-link {
  color: #ff0000;
  -webkit-transition: all .3s;
  transition: all .3s; }

.product-pills .nav-item.active {
  border-radius: 0;
  background-color: #ff0000; }

.product-pills .nav-item.active .nav-link {
  color: #fff;
  background-color: #ff0000; }

.tab-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.tab-section h4 {
  color: #ff0000;
  font-family: 'Verdana', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  margin: 7px 0 10px 0; }

.pills-tab {
  margin-bottom: 15px; }

.separator {
  clear: both;
  margin: 15px 0 20px 0;
  border-top: 1px dashed #dcdcdc; }

.with-single-img, .with-group-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.with-single-img p {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }

.with-single-img .single-img {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-bottom: 10px; }

.with-group-img {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.group-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.group-img a {
  margin-bottom: 10px;
  margin: 0 auto;
  margin-bottom: 15px; }

.section-description {
  word-wrap: break-word;
  font-size: 18px;
  line-height: 20px;
  font-family: 'Verdana', sans-serif;
  text-align: justify;
  color: #344151; }

.single-img a {
  position: relative;
  float: left;
  margin: 0 15px 0 0;
  padding: 0;
  width: 200px;
  height: auto;
  text-align: center; }

.group-img a img, .single-img a img {
  display: block;
  padding: 4px;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  -webkit-transition: all .20s linear;
  transition: all .20s linear;
  width: 100%;
  height: auto; }

.group-img a img:hover, .single-img a img:hover {
  border: 1px solid #fff !important;
  background: #ccc; }

.active.in#pills-color {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 15px; }

.active.in#pills-color .img-block {
  margin-bottom: 10px; }

.active.in#pills-color .img-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  margin-bottom: 25px;
  max-width: 220px; }

.active.in#pills-color .img-block a {
  border: 1px solid #ff0000; }

.active.in#pills-color .img-block .img-title {
  font-family: 'Verdana', sans-serif;
  margin-bottom: 10px;
  margin-top: 10px;
  font-size: 14px;
  text-align: center; }

#pills-description .description_img, .single-img {
  position: relative;
  float: left;
  margin: 0 15px 0 0;
  padding: 0;
  width: 200px;
  /* height: 170px; */
  height: auto;
  text-align: justify;
  margin-bottom: 10px; }

#pills-description p, #pills-description {
  font-size: 18px;
  line-height: 20px;
  font-family: 'Verdana', sans-serif;
  text-align: justify;
  color: #344151;
  padding-bottom: 13px; }

#pills-tab {
  margin-bottom: 15px; }

.news_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.news_item_info {
  border: 1px solid gray;
  padding: 15px;
  margin-left: 15px;
  margin-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  margin-bottom: 15px; }

.news_link {
  margin-top: 10px;
  font-size: 21px;
  text-decoration: none;
  color: #ff0000; }

.news_desctiption {
  margin-top: 10px;
  font-size: 18px; }

.news_more {
  border: 1px solid transparent;
  font-size: 16px;
  color: white;
  background-color: #ff0000;
  padding: 5px 20px;
  margin-top: 10px;
  -webkit-transition: all .3s;
  transition: all .3s; }

.news_more:hover {
  background-color: #fff;
  color: #ff0000;
  border-color: #ff0000; }

.single_news h1 {
  font-size: 24px;
  color: #000;
  text-align: center; }

.single_news_info img {
  position: relative;
  float: left;
  margin: 10px 10px 10px 10px;
  padding: 0;
  width: 200px;
  /* height: 170px; */
  height: auto;
  text-align: justify; }

#error-not-found #content, #common-success #content {
  padding-bottom: 25px; }

.buttons .btn {
  border-radius: 0;
  border: 1px solid transparent;
  background-color: #ff0000;
  color: #fff;
  font-family: 'Verdana', sans-serif;
  -webkit-transition: all .3s;
  transition: all .3s; }

.buttons .btn:hover {
  background-color: #fff;
  border-color: #ff0000;
  color: #ff0000; }

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.pagination li a {
  border: none;
  border-color: transparent;
  color: #ff0000; }

.pagination .active > span {
  background-color: #ff0000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
  border-color: transparent; }

.pagination {
  padding: 0; }

.pagination > li:first-child > a, .pagination > li:first-child > span {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.pagination li a:hover, .pagination .active > span:hover, .pagination li a:focus {
  background-color: #ff0000;
  color: #fff;
  border-color: transparent; }

.pagination li {
  margin-right: 5px; }

.pagination li:last-child {
  margin-right: 0; }

  /*.dropdown {
	  display: none !important;
	  }*/
.form_title {
  font-family: 'Verdana', sans-serif;
  color: #ff0000;
  font-size: 18px;
  margin-bottom: 10px; }

.form_controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /*justify-content: space-between;*/ }

.form_left_side, .form_right_side, .form_left_side input, .form_right_side input, .form_left_side textarea, .form_right_side textarea, .form_right_side .col-sm-12, .form_left_side .col-sm-12 {
  padding: 0; }

.form_left_side {
  margin-right: 30px; }

.form_left_side .control {
  margin-bottom: 15px; }

.form_right_side textarea, .form_left_side textarea {
  resize: none; }

.form_left_side input::-webkit-input-placeholder, .form_left_side textarea::-webkit-input-placeholder, .form_right_side select, .form_left_side select, .form_right_side input, .form_left_side textarea, .form_right_side textarea, .form_left_side input {
  padding-left: 5px;
  color: #989898;
  font-family: 'Verdana', sans-serif; }

.form_left_side input::-moz-placeholder, .form_left_side textarea::-moz-placeholder {
  padding-left: 5px;
  color: #989898;
  font-family: 'Verdana', sans-serif; }

.form_left_side input:-ms-input-placeholder, .form_left_side textarea:-ms-input-placeholder {
  padding-left: 5px;
  color: #989898;
  font-family: 'Verdana', sans-serif; }

.form_left_side input:-moz-placeholder, .form_left_side textarea :-moz-placeholder {
  padding-left: 5px;
  color: #989898;
  font-family: 'Verdana', sans-serif; }

.form_right_side input, .form_left_side textarea, .form_right_side textarea, .form_left_side input, .form_right_side select, .form_left_side select {
  background-color: #f7f7f7;
  border: 1px solid #cbcbcb; }

.form_left_side textarea, .form_right_side textarea {
  padding-top: 5px; }

.form_right_side input:focus, .form_left_side textarea:focus, .form_right_side textarea:focus, .form_left_side input:focus, .form_right_side select:focus, .form_left_side select:focus {
  outline: none;
  border-color: #cbcbcb;
  -webkit-box-shadow: none;
  box-shadow: none; }

.captcha_wrap legend {
  display: none !important; }

.captcha_wrap label.control-label {
  display: none !important; }

.captcha_wrap {
  margin-bottom: 10px; }

.g-recaptcha > div {
  max-width: 100%; }

.g-recaptcha iframe {
  width: 100%; }

.captcha_wrap .col-sm-10 {
  padding: 0; }

#button-contact-from {
  background-color: #ff0000;
  color: #fff;
  font-family: 'Verdana', sans-serif;
  font-size: 14px;
  border: 1px solid transparent;
  -webkit-transform: all .3s;
  transform: all .3s; }

#button-contact-from:hover, #button-contact-from:focus {
  background-color: #fff;
  border-color: #ff0000;
  color: #ff0000;
  outline: none; }

#form-contact-product .help-block a {
  color: #ff0000; }

#form-contact-product .help-block a:hover {
  text-decoration: underline; }

#form-contact-product .help-block label {
  font-family: 'Verdana', sans-serif;
  font-size: 12px;
  color: #aeaeae; }

.modal .modal-dialog .modal-content {
  border-radius: 0; }

.modal-header .close:hover {
  color: #ff0000; }

#contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.contact_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.contact__caption {
  font-size: 20px;
  color: #000;
  font-family: 'Verdana', sans-serif;
  font-weight: bold; }

.address span:last-child, .comment p {
  font-size: 20px;
  font-family: 'Verdana', sans-serif;
  color: #000; }

.phones a, .email a {
  font-size: 20px;
  font-family: 'Verdana', sans-serif;
  color: #000; }

.phones a:hover, .email a:hover {
  color: #ff0000; }

.contact_info_info > div {
  margin-bottom: 10px; }

.contact_page_form input, .contact_page_form textarea {
  background-color: #f7f7f7;
  border: 1px solid #cbcbcb; }

.product_images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  float: left;
  margin: 0 15px 0 0;
  padding: 0;
  width: 200px;
  /* height: 170px; */
  height: auto;
  text-align: justify; }

.product_images a {
  margin-bottom: 10px; }

.contact_page_form input::-webkit-input-placeholder, .contact_page_form textarea::-webkit-input-placeholder, .contact_page_form input, .contact_page_form textarea {
  padding-left: 5px;
  color: #989898;
  font-family: 'Verdana', sans-serif; }

.contact_page_form input::-moz-placeholder, .contact_page_form textarea::-moz-placeholder {
  padding-left: 5px;
  color: #989898;
  font-family: 'Verdana', sans-serif; }

.contact_page_form input:-ms-input-placeholder, .contact_page_form textarea:-ms-input-placeholder {
  padding-left: 5px;
  color: #989898;
  font-family: 'Verdana', sans-serif; }

.contact_page_form input:-moz-placeholder, .contact_page_form textarea :-moz-placeholder {
  padding-left: 5px;
  color: #989898;
  font-family: 'Verdana', sans-serif; }

.contact_page_form textarea {
  padding-top: 5px; }

.contact_page_form input:focus, .contact_page_form textarea:focus {
  outline: none;
  border-color: #cbcbcb;
  -webkit-box-shadow: none;
  box-shadow: none; }

.contact_page_form textarea {
  resize: none; }

.contact_page_form .btn_send {
  background-color: #ff0000;
  color: #fff;
  font-family: 'Verdana', sans-serif;
  font-size: 14px;
  border: 1px solid transparent;
  -webkit-transition: all .3s;
  transition: all .3s; }

.contact_page_form .btn_send:focus,
.contact_page_form .btn_send:hover {
  background-color: #fff;
  border-color: #ff0000;
  color: #ff0000;
  outline: none; }

.map {
  height: 550px;
  margin-bottom: 20px;
  margin-top: 20px; }

.featured_products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto; }

.featured_products .product-layout.col-lg-4 .product-thumb .image img {
  width: 100%;
  height: 248px; }

.featured_products .product-layout.col-lg-6 .product-thumb .image img {
  /*width:100%;*/
  width: auto;
  height: 293px; }

.product-thumb .caption a {
  display: inline-block;
  color: #000;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  -webkit-transition: all .3s;
  transition: all .3s; }

#information-information {
  font-size: 16px;
  text-align: justify; }

.product-thumb .caption a:hover {
  color: #ff0000; }

  /*a:hover:after,
  a:focus:after {
	  width: 100%;
	  }*/
  /*.product-thumb .caption a:after {
  /*content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: 0;
	left: 0;
	background-color: #000;
	visibility: hidden;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;*/
   /* background-color: #ffeb3b;
	  display: block;
	  content: "";
	  height: 2px;
	  width: 0%;
	  left:50%;
	  position:absolute;
	   -webkit-transform: scaleX(0);
		transform: scaleX(0);
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	}*/
.product-thumb .caption a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1); }

.featured_products .product-thumb .caption {
  margin-bottom: 10px;
  margin-top: 25px; }

  /*.advantages__item {
		  margin:0 auto;
	  }
	  */
#content {
  padding-bottom: 25px; }

.empty_cateory {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 300px; }

.container h1 {
  text-align: center;
  margin-bottom: 30px; }

.empty_cateory p {
  text-align: center;
  margin-top: 15px; }

#content > .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px; }

#product-category #content {
  min-height: 300px; }

.product-item-container {
  display: inline-block;
  width: 21.5em;
  min-width: 220px;
  margin: 2em auto;
  padding: 10px 20px;
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(155, 155, 155, 0.77);
  box-shadow: 0px 2px 10px 0px rgba(155, 155, 155, 0.77);
  border: 2px solid rgba(255, 255, 255, 0);
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 95%; }

#pills-description ul, #pills-description ul li {
  list-style-type: disc;
  list-style: disc; }

.product-item-container img {
  max-width: 100%;
  margin: 0;
  padding: 0;
  margin: 0 auto;
  margin-top: 1.5em;
  margin-bottom: 1.5em; }

.product-item-container .product-desc {
  color: rgba(63, 63, 63, 0.7);
  font-size: 1.2em; }

.product-item-container .product-name {
  color: #ff0000;
  font-weight: 700; }

.product-item-container .button-more {
  display: inline-block;
  position: relative;
  min-width: 100px;
  margin: 5px 10px;
  padding: 5px 40px;
  text-align: center;
  text-decoration: none;
  color: #ff0000;
  -webkit-transition: background-color 0.5s, color 0.5s;
  transition: background-color 0.5s, color 0.5s;
  background: none;
  border: 1px solid #ff0000;
  font-size: 1.1em;
  border-radius: 3px; }

.product-item-container:hover {
  box-shadow: 0px 0px 0px 2px #ff0000;
  -webkit-box-shadow: 0px 0px 0px 2px #ff0000; }

.product-item-container:focus, .product-item-container .button-more:focus {
  outline: none; }

.product-item-container .button-more:hover {
  background-color: #ff0000;
  text-decoration: none;
  color: #fff; }

.modal.types {
  text-align: center;
  padding: 0 !important; }

.modal.types:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px; }

.modal.types .modal-dialog {
  width: 90%;
  height: 90%;
  margin: 0 auto;
  border-radius: 5px;
  display: inline-block;
  text-align: left;
  vertical-align: middle; }

.modal.types .modal-content {
  height: 100%;
  width: 100%; }

.modal.types .modal-body {
  height: 100%;
  width: 100%;
  overflow-y: auto; }

.modal.types h3 {
  font-size: 2em;
  max-width: 95%; }

.modal.types hr {
  border: none;
  border-top: 2px solid rgba(0, 0, 0, 0.2);
  margin: 3em 0; }

.modal.types .close {
  position: absolute;
  top: 20px;
  right: 15px;
  opacity: 1;
  z-index: 999; }

.modal.types .close span {
  font-size: 46px;
  color: #ff0000;
  padding: 0 13px;
  border: 2px solid #ff0000;
  border-radius: 50%;
  opacity: 1; }

.modal.types .close:hover, .modal.types .close:focus {
  outline: none; }

#slideshow-types {
  height: 500px; }

.type_of_product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.subtitle {
  font-size: 20px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 25px;
  margin-bottom: 25px; }

.subsubtitle {
  font-size: 18px; }

.subsubtitle2 {
  font-size: 17px; }

.partner {
  margin-top: 25px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.partner_logo {
  width: 30%;
  text-align: center; }

.partner_logo img {
  margin: 0 auto; }

.partner_adres {
  width: 30%;
  text-align: left; }

.partner_contact {
  width: 30%;
  padding-left: 10%; }

.partner_map {
  width: 10%; }

.partner_map img {
  max-width: 50%;
  cursor: pointer;
  margin: 0 auto; }

.map_iframe {
  width: 100%;
  margin-top: 25px;
  display: none; }

.map_iframe iframe {
  width: 100% !important; }

#common-home .row {
  margin: 0; }

@media screen and (max-width: 1400px) {
  .container {
    padding-left: 15px;
    padding-right: 15px; } }
@media screen and (max-width: 1000px) {
  .about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }

  .about__text-caption {
    text-align: center; } }
@media screen and (max-width: 992px) {
  #search {
    width: 100%; }

  .form_left_side {
    margin-right: 0;
    margin-bottom: 15px; }

  .partner_logo {
    width: 50%; }

  .partner_adres {
    width: 50%; }

  .partner_contact {
    width: 50%;
    margin-top: 20px; }

  .partner_map {
    margin-top: 20px;
    width: 50%; } }
@media screen and (max-width: 767px) {
  .modal.types h3 {
    font-size: 2.1em; }

  #slideshow-news {
    height: auto; }

  #slideshow-news .swiper-slide img {
    width: 100%;
    height: auto; }

  .navigation .subcategory .caption:hover, .navigation .subcategory .caption:focus {
    color: #fff; }

  .featured_products .product-layout.col-lg-4 .product-thumb .image a img, .featured_products .product-layout.col-lg-6 .product-thumb .image a img {
    width: 100%;
    height: auto; }

  .dropdown:hover .dropdown-content {
    display: none; }

  .slider_description {
    display: none; }

  .main_menu .dropdown .dropdown-content .subcategory a:focus,
  .main_menu .dropdown .dropdown-content .subcategory a:hover,
  .main_menu .main_menu__item:first-child:focus,
  .main_menu .main_menu__item:first-child:hover,
  .main_menu .main_menu__item:focus,
  .main_menu .main_menu__item:hover {
    background-color: transparent;
    color: #fff; }

  .main_menu .dropdown .dropdown-content .subcategory a {
    color: #fff; }

  .main_menu .dropdown .dropdown-content {
    border: 0; }

  .header__search {
    padding-left: 0; }

  .header__callback,
  .header__logo,
  .header__search,
  .language {
    margin: 5px auto; }

  .hidden_topMenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border: 1px solid #acacac;
    color: #acacac;
    border-radius: 5px; }

  .top_header__menu {
    position: relative;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }

  .top_menu {
    display: none;
    position: absolute;
    padding: 15px 15px 0;
    background-color: #f1f1f1;
    z-index: 10;
    -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2); }

  .mobile_menu,
  .top_menu__item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

  .top_menu__item {
    margin: 0 0 15px;
    color: #848484; }

  .top_menu .dropdown {
    margin: 0; }

  .top_menu .dropdown-content {
    position: static;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    padding: 0 0 15px; }

  .top_menu .dropdown-content a {
    color: #848484; }

  .mobile_menu {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #fff; }

  .mobile_menu p,
  .mobile_menu__btn {
    margin-top: 15px;
    margin-bottom: 15px; }

  .mobile_menu__btn {
    margin-right: 15px;
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer; }

  .mobile_menu__btn i {
    font-size: 25px; }

  .mobile_menu p {
    font-family: 'Verdana', sans-serif;
    margin-left: 15px;
    font-size: 20px; }

  .main_menu,
  .navigation__container,
  .flex_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }

  .main_menu {
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

  .navigation__container {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }

  .main_menu__item {
    width: 100%;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

  .navigation .main_menu .dropdown,
  .navigation .main_menu .dropdown a,
  .search__input {
    width: 100%; }

  .advantages__caption,
  .navigation .main_menu .dropdown .subcategory a {
    width: 100%;
    text-align: center; }

  .advantages__item {
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
    padding-left: calc(50% - 110px); }

  .info {
    margin: 0 auto;
    width: 100%; }

  .photos {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: auto; }

  .photos__item:first-child {
    width: 100%; }

  .photos__item {
    width: 100%;
    height: auto;
    padding-bottom: 30px; }

  .about__text-paragraph,
  .info__item li,
  .info__item p {
    text-align: justify; }

  .navigation {
    background-color: #E2000E;
    width: 100%; }

  .main_menu__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff; }

  .navigation .dropdown {
    position: relative;
    display: inline-block; }

  .navigation .dropdown-content {
    position: static;
    background-color: #E2000E; }

  .navigation .dropdown:hover .main_menu__item,
  .navigation .navigation .dropdown:hover .dropdown-content {
    background: #E2000E; }

  .navigation .category_block img {
    display: none; }

  .navigation .main_menu .dropdown .subcategory {
    width: 100%; } }
@media screen and (max-width: 716px) {
  #pills-tab .nav-item {
    width: 100%;
    text-align: center; }

  .partner_logo {
    width: 100%; }

  .partner_adres {
    margin-top: 20px;
    width: 100%; }

  .partner_contact {
    width: 100%;
    margin-top: 20px;
    text-align: center;
    padding: 0; }

  .partner_map {
    margin-top: 20px;
    width: 100%; } }
/*@media screen and (max-width: 550px) {

.advantages__item p {
padding-right:0;
}
}*/
@media screen and (max-width: 450px) {
  .slider img {
    max-width: 100%;
    height: 250px; }

  .product_images {
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

  .with-single-img {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

  .single-img {
    margin: 0;
    margin-bottom: 15px; } }
/*# sourceMappingURL=index.css.map */