*::-webkit-input-placeholder {
  color: #666;
  opacity: 1;
}

*:-moz-placeholder {
  color: #666;
  opacity: 1;
}

*::-moz-placeholder {
  color: #666;
  opacity: 1;
}

*:-ms-input-placeholder {
  color: #666;
  opacity: 1;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-size: 16px;
  min-width: 320px;
  position: relative;
  line-height: 1.4;
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  margin: 0;
}

p {
  margin: 0;
}

a {
  text-decoration: none;
  outline: none;
  color: #d21c02;
}

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

ul,
ol {
  list-style: none;
  display: block;
  margin: 0;
  padding-left: 0;
}

button {
  outline: none;
  border: 0;
  padding: 0;
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: normal;
}

.btn1 {
  display: inline-block;
  cursor: pointer;
  color: white;
  font-family: 'PT Sans', sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 4px 15px;
  background-color: #d21c02;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.btn1:hover {
  background-color: #8c1605;
}

.btn2 {
  display: inline-block;
  border-radius: 5px;
  background-color: #d21c02;
  color: white;
  font-family: 'PT Sans', sans-serif;
  font-size: 17px;
  font-weight: 700;
  padding: 11.5px 40px;
  border-bottom: 3px solid #a71601;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.btn2:hover {
  background-color: #a71601;
}

.btn3 {
  display: inline-block;
  color: #dd3017;
  font-family: 'PT Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  border: 2px solid #dd3017;
  background-color: #373b4c;
  padding: 3px 25px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.btn3:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.btn4 {
  display: inline-block;
  color: white;
  font-family: 'PT Sans', sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 9px 54px;
  border: 1px solid #c9cacb;
  background-color: #32CD32;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.btn4:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.site-wrap {
  overflow: hidden;
}

.container {
  margin: 0 auto;
  position: relative;
  padding: 0 10px;
  width: 100%;
  max-width: 1220px;
}

.main-header {
  position: relative;
  z-index: 10;
}

.main-header .menuToggle {
  display: none;
  width: 22px;
  height: 22px;
  background: url("../images/menu.svg") center no-repeat;
  background-size: cover;
  cursor: pointer;
}

.main-header .menuToggle:hover {
  opacity: 0.8;
}

.main-header .menuToggle.active {
  background-image: url("../images/close.svg");
}

.main-header-container1 {
  background-color: #4c5156;
  padding-top: 9px;
  padding-bottom: 10px;
}

.main-header-wrap1 {
  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;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 835px;
  width: 100%;
  margin-left: auto;
}

.main-header1-nav {
  max-width: 416px;
  width: 100%;
}

.main-header1-list {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-header1-list a {
  color: white;
  font-size: 16px;
  font-weight: 700;
}

.main-header1-list a:hover {
  text-decoration: underline;
}

.main-header-btn-wrap {
  position: relative;
}

.main-header-form1 {
  display: none;
  position: absolute;
  z-index: 999;
  top: calc(100% + 14px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 301px;
  -webkit-box-shadow: 1px 2px 2px rgba(190, 188, 188, 0.75);
  box-shadow: 1px 2px 2px rgba(190, 188, 188, 0.75);
  background-color: #e4e9f8;
  padding: 12px 24px 24px 24px;
  text-align: center;
}

.main-header-form1 h2 {
  color: #57648a;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.main-header-form1 p {
  color: #363531;
  font-size: 16px;
  margin-bottom: 15px;
}

.main-header-form1 input {
  color: black;
  font-family: 'PT Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  display: block;
  width: 100%;
  -webkit-box-shadow: inset 1px 1px 1px rgba(168, 162, 162, 0.75);
  box-shadow: inset 1px 1px 1px rgba(168, 162, 162, 0.75);
  border: 1px solid #57648a;
  background-color: white;
  text-align: center;
  padding: 5px 10px;
  margin-bottom: 10px;
  outline: none;
}

.main-header-form1 input::-webkit-input-placeholder {
  color: #363531;
  font-family: 'PT Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.main-header-form1 input:-ms-input-placeholder {
  color: #363531;
  font-family: 'PT Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.main-header-form1 input::-ms-input-placeholder {
  color: #363531;
  font-family: 'PT Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.main-header-form1 input::placeholder {
  color: #363531;
  font-family: 'PT Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.main-header-form1 .btn2 {
  padding: 11.5px 5px;
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 24px;
}

.main-header-form1 .close-block {
  cursor: pointer;
  position: absolute;
  top: 13px;
  right: 10px;
  width: 15px;
  height: 15px;
  background: url("../images/close.png") center no-repeat;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.main-header-form1 .close-block:hover {
  opacity: 0.8;
}

.main-header-container2 {
  padding-top: 26px;
  padding-bottom: 29px;
}

.main-header-wrap2 {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-header-logo {
  position: relative;
}

/*
.main-header-logo:before {
  content: '';
  position: absolute;
  left: -2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 69px;
  height: 71px;
  background-color: #f6f6f8;
}
*/

.main-header-logo b {
  position: relative;
  display: block;
  color: #4c5156;
  color: #002060;
  font-family: 'Panton', sans-serif;
  font-size: 35px;
  font-weight: 800;
  line-height: 36px;
  letter-spacing: 0.88px;
}

.main-header-logo b span {
  color: #717579;
}

.main-header-logo i {
  position: relative;
  display: block;
  font-style: normal;
  color: #dd3017;
  font-family: 'CenturyGothic', sans-serif;
  font-size: 33px;
  line-height: 36px;
  font-weight: 600;
  text-transform: uppercase;
}

.main-header-descr1 {
  margin-top: 5px;
  margin-left: -47px;
}

.main-header-descr1 span {
  display: block;
  font-style: italic;
  color: #002060;
  font-family: 'Cambria', sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.main-header-descr1 i {
  display: block;
  font-style: italic;
  color: #444f72;
  font-family: 'Cambria', sans-serif;
  font-size: 18px;
  line-height: 24px;
  margin-left: 17px;
}

.main-header-contact a {
  display: block;
  color: #dd3017;
  font-size: 24px;
  font-weight: 700;
  position: relative;
}

.main-header-contact img {
  vertical-align: middle;
}

.main-header-contact img:last-child {
  margin-right: 8px;
}

.main-header-contact span {
  text-align: right;
  display: block;
  color: #050505;
  font-size: 12px;
}

.main-header-from2 {
  position: relative;
  max-width: 242px;
  width: 100%;
}

.main-header-from2 input {
  display: block;
  width: 100%;
  color: black;
  font-family: 'PT Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  border: 1px solid #c9cacb;
  padding: 9px 10px;
  padding-right: 40px;
  outline: none;
}

.main-header-from2 input::-webkit-input-placeholder {
  color: #4c5156;
  font-family: 'PT Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.main-header-from2 input:-ms-input-placeholder {
  color: #4c5156;
  font-family: 'PT Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.main-header-from2 input::-ms-input-placeholder {
  color: #4c5156;
  font-family: 'PT Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.main-header-from2 input::placeholder {
  color: #4c5156;
  font-family: 'PT Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.main-header-from2 button {
  position: absolute;
  top: 1px;
  right: 1px;
  width: 35px;
  height: 34px;
  background: #d21c02 url("../images/search-icon.png") center no-repeat;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.main-header-from2 button:hover {
  background-color: #8c1605;
}

.main-header-bascet {
  max-width: 230px;
  width: 100%;
  border: 1px solid #c9cacb;
  position: relative;
  padding: 6.5px 5px;
  padding-left: 61px;
}

.vmCartModule_product {
  display: block;
  color: #050505;
  font-size: 14px;
}

.vmCartModule_product a {
  color: #050505;
}

.vmCartModule_product b {
  color: #7783a7;
  font-weight: 700;
}

.vmCartModule_product i {
  color: #dd3017;
  font-weight: 700;
  font-style: normal;
}

.main-header-bascet:after {
  content: '';
  position: absolute;
  left: -10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 56px;
  height: 56px;
  border: 1px solid #ff725d;
  border-radius: 50%;
  background: #d21c02 url("../images/bascet-icon.png") center no-repeat;
}

/*
.main-header-bascet:before {
  content: '';
  position: absolute;
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 6px solid #4c5156;
}
*/

.main-header2-nav {
  background-color: #57648a;
}

.main-header2-list {
  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;
}

.main-header2-list li {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 270px;
}

.main-header2-list li.active a {
  background-color: #4c5156;
}

.main-header2-list li.item-101 {
  -webkit-box-flex: 0.6;
  -ms-flex-positive: 0.6;
  flex-grow: 0.6;
}

.main-header2-list li.item-101 a {
  padding-left: 61px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.main-header2-list li.item-101 a:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 22px;
  width: 25px;
  height: 24px;
  background: url("../images/home-icon.png") center no-repeat;
}

.main-header2-list a {
  text-align: center;
  position: relative;
  height: 100%;
  display: block;
  color: white;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding-top: 7.5px;
  padding-bottom: 3.5px;
  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;
  border-bottom: 2px solid #4c5156;
}

.main-header2-list li.item-119 a:before {
  content: '%';
  font-weight: 700;
  display: inline-block;
  margin-right: 5px;
  color: #dd3017;
}

.main-header2-list a:hover {
  text-decoration: underline;
}

.main {
  margin-top: -23px;
  padding-top: 42px;
  padding-bottom: 56px;
  background-color: #f6f6f8;
}

.main-wrap {
  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;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.sidebar {
  max-width: 269px;
  width: 100%;
}

.sidebar section {
  margin-bottom: 30px;
}

.sidebar .page-header {
  color: white;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #4c5156;
  padding: 10px 5px;
  position: relative;
  margin-bottom: 15px;
  text-align: center;
}

.sidebar .block > div {
  background: #e4e9f8;
  padding: 10px 15px;
}

.sidebar .block .vmgroup {
  background: transparent;
  padding: 0;
}

.catalog-block {
  -webkit-box-shadow: 0 0 2px rgba(201, 204, 207, 0.75);
  box-shadow: 0 0 2px rgba(201, 204, 207, 0.75);
}

.catalog-mob {
  padding: 20px 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: none;
}

.catalog-mob h2 {
  margin-bottom: 20px;
}

.catalog-mob .catalog-nav-mob {
  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;
  margin-top: -30px;
}

.catalog-mob .catalog-nav-mob ul {
  width: 32%;
  margin-top: 30px;
}

.catalog-mob .catalog-nav-mob li {
  margin-bottom: 15px;
  min-height: 48px;
}

.catalog-mob .catalog-nav-mob ul ul {
  border-top: 1px solid #7783a7;
  margin-top: 10px;
  padding-top: 10px;
}

.catalog-mob .catalog-nav-mob > ul > li {
  border: 2px solid #7783a7;
  padding: 10px;
  background: #f9faff;
}

.catalog-mob .catalog-nav-mob li a {
  color: black;
  font-size: 18px;
  font-weight: 400;
}

.catalog-mob .catalog-nav-mob li li {
  margin-bottom: 5px;
}

.catalog-mob .catalog-nav-mob li li a {
  color: black;
  font-size: 14px;
  font-weight: 400;
}

.catalog-mob .catalog-nav-mob li a:hover {
  text-decoration: underline;
}

.catalog-mob .catalog-nav-mob li:last-child {
  margin-bottom: 0;
}

.catalog-block .page-header {
  text-align: center;
  color: white;
  font-family: 'Arial', sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #d21c02;
  padding: 11px 5px;
}

.catalog-nav ul.hidden_list {
  position: absolute;
  z-index: 999;
  left: 100%;
  top: 0;
  width: 220px;
  background-color: #7783a7;
}

.catalog-nav ul.hidden_list a {
  padding-left: 23px;
  padding-right: 25px;
  background-color: transparent;
  border: none;
}

.catalog-nav ul.hidden_list a:hover {
  text-decoration: underline;
}

.catalog-nav ul.hidden_list a:after {
  display: none;
}

.catalog-nav ul.hidden_list:hover + a {
  background-color: #7783a7;
}

.catalog-nav ul.hidden_list:hover + a:after {
  border-left: 5px solid white;
}

.catalog-list li {
  position: relative;
}

.catalog-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #333849;
  min-height: 56px;
  color: white;
  font-size: 14px;
  border-bottom: 1px solid #7783a7;
  padding: 5px 11px;
  padding-right: 25px;
  position: relative;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.catalog-list li.parent > a:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 11px;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-left: 5px solid #ff725d;
  border-bottom: 4px solid transparent;
  -webkit-transition: border-left 0.3s;
  transition: border-left 0.3s;
}

.catalog-list li a:hover, .catalog-list li.active > a {
  background-color: #7783a7;
}

.catalog-list li.parent > a:hover:after, .catalog-list li.active > a:after {
  border-left: 5px solid white;
}

.banner1 {
  padding-top: 29px;
  padding-bottom: 31px;
}

.banner1-wrap a, .banner1-block a {
  display: block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.banner1-wrap a:hover, .banner1-block a:hover {
  opacity: 0.9;
}

.news-block .page-header {
  padding-left: 58px;
  text-align: left;
  font-size: 16px;
}

.news-block .page-header:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 43px;
  background: #dd3017 url("../images/news-icon.png") center no-repeat;
}

.news-list {
  margin-bottom: 6px;
}

.news-item {
  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;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 17px;
}

.news-item:last-child {
  margin-bottom: 0;
}

.news-text1 {
  max-width: 57px;
  width: 100%;
  text-align: center;
  background-color: #e4e9f8;
}

.news-text1 b {
  display: block;
  color: #080808;
  font-size: 18px;
  font-weight: 700;
}

.news-text1 i {
  font-style: normal;
  display: block;
  color: #080808;
  font-size: 12px;
}

.news-text1 span {
  display: block;
  color: #080808;
  font-size: 12px;
}

.news-text2 {
  max-width: 202px;
  width: 100%;
}

.news-text2 a {
  display: inline-block;
  color: #080808;
  font-size: 14px;
  line-height: 17px;
  text-decoration: underline;
}

.news-text2 a:hover {
  text-decoration: none;
}

.news-btn-wrap {
  text-align: right;
}

.news-btn-wrap a {
  display: inline-block;
  color: #dd3017;
  font-size: 12px;
  font-weight: 700;
  text-decoration: underline;
}

.news-btn-wrap a:hover {
  text-decoration: none;
}

.reviews-block .page-header {
  padding-left: 58px;
  text-align: left;
  font-size: 16px;
}

.reviews-block .page-header:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 43px;
  background: #57648a url("../images/reviews-icon.png") center no-repeat;
}

.reviews-list {
  margin-bottom: 11px;
}

.reviews-item {
  margin-bottom: 11px;
  padding-bottom: 15px;
  border-bottom: 1px solid #cfd5e5;
}

.reviews-item:last-child {
  margin-bottom: 0;
}

.reviews-item .author {
  color: #080808;
  font-size: 16px;
  margin-bottom: 8px;
  font-weight: 700;
  background: #dd3017;
  color: #fff;
  padding: 1px 5px;
}

.reviews-item .date {
  font-size: 14px;
}

.reviews-item p {
  color: #080808;
  font-size: 14px;
}

.reviews-block .star-list {
  margin-bottom: 8px;
}

.reviews-btn-wrap {
  text-align: right;
}

.reviews-btn-wrap a {
  display: inline-block;
  color: #dd3017;
  font-size: 12px;
  font-weight: 700;
  text-decoration: underline;
}

.reviews-btn-wrap a:hover {
  text-decoration: none;
}

.main-content {
  width: calc(100% - 284px);
  padding: 15px;
  -webkit-box-shadow: 0 0 3px 1px rgba(215, 216, 218, 0.75);
  box-shadow: 0 0 3px 1px rgba(215, 216, 218, 0.75);
  background-color: white;
}

.banner2-slider-wrap {
  position: relative;
  padding-bottom: 34px;
}

.banner2 .swiper-slide-wrap {
  height: 380px;
  background: url("../images/banner2-slide1.jpg") center no-repeat;
  position: relative;
  background-size: cover;
}

.banner2-text-wrap {
  position: absolute;
  right: 54px;
  bottom: 29px;
  /*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;*/
  max-width: 529px;
  width: 100%;
  background-color: rgba(24, 25, 27, 0.8);
  background-color: rgba(210, 28, 2, 0.8);
  color: #fff;
  padding: 14px 15px 20px 15px;
  text-align: center;
  font-size: 20px;
}

.banner2-text1 {
  width: 45.75%;
  background-color: rgba(24, 25, 27, 0.8);
  padding: 10px 10px 17px 5px;
  text-align: center;
  position: relative;
}

.banner2-text1:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -1.5px;
  height: 111px;
  width: 3px;
  background: url("../images/line.png") center no-repeat;
}

.banner2-text-wrap h1 {
  font-size: inherit;
}

.banner2-text1 h2 {
  color: #d21c02;
  font-family: 'Roboto', sans-serif;
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 7px;
}

.banner2-text1 b {
  display: block;
  color: white;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 48px;
  line-height: 48px;
  letter-spacing: 1.2px;
}

.banner2-text1 b span {
  letter-spacing: 1.5px;
  font-size: 60px;
}

.banner2-text2 {
  width: 54.25%;
  background-color: rgba(76, 81, 86, 0.8);
  padding: 18px 10px 24px 19px;
}

.banner2-text2 h2 {
  color: white;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 36px;
  line-height: 36px;
  text-transform: uppercase;
  margin-bottom: 0;
}

.banner2-text2 p {
  color: white;
  font-family: 'Roboto', sans-serif;
  font-size: 28px;
  line-height: 34px;
  font-weight: 300;
  font-style: italic;
}

.advantages {
  padding-top: 17px;
  padding-bottom: 20px;
}

.advantages-list {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #7783a7;
  padding: 32px 21px 29px 17px;
}

.advantages-item {
  padding-left: 59px;
  position: relative;
}

/*.advantages-item:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 44px;
  height: 45px;
  background: url("../images/advantages-item-1.png") center no-repeat;
}*/

.advantages-icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}

.advantages-item p {
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: #080808;
}

.advantages-item p strong {
  font-weight: 700;
  color: #d21c02;
}

.advantages-item-2 {
  padding-left: 52px;
}

/*
.advantages-item-2:after {
  width: 42px;
  height: 42px;
  background-image: url("../images/advantages-item-2.png");
}
*/

.advantages-item-3 {
  padding-left: 59px;
}

/*
.advantages-item-3:after {
  width: 47px;
  height: 36px;
  background-image: url("../images/advantages-item-3.png");
}
*/

.advantages-item-4 {
  padding-left: 63px;
}

/*
.advantages-item-4:after {
  width: 51px;
  height: 33px;
  background-image: url("../images/advantages-item-4.png");
}
*/

.services {
  padding-bottom: 30px;
}

.services-list {
  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;
  margin-top: -18px;
}

.services-item {
  width: 24.04%;
  position: relative;
  padding-top: 224px;
  text-align: center;
  margin-top: 18px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.services-item:hover {
  opacity: 0.9;
}

/*
.services-item:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 214px;
  background: #333849 url("../images/services-item-1.png") center no-repeat;
}
*/

.services-circle {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 214px;
  background: #333849;
}

.services-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.services-item span {
  display: block;
  color: #333849;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
}

/*
.services-item-2:after {
  background-image: url("../images/services-item-2.png");
}

.services-item-3:after {
  background-image: url("../images/services-item-3.png");
}

.services-item-4:after {
  background-image: url("../images/services-item-4.png");
}

.services-item-5:after {
  background-image: url("../images/services-item-5.png");
}

.services-item-6:after {
  background-image: url("../images/services-item-6.png");
}

.services-item-7:after {
  background-image: url("../images/services-item-7.png");
}

.services-item-8:after {
  background-image: url("../images/services-item-8.png");
}
*/

.aboutus {
  padding-bottom: 5px;
}

.aboutus-wrap {
  background: url("../images/aboutus-bg.jpg") center no-repeat;
  background-size: cover;
}

.aboutus-text {
  max-width: 432px;
  width: 100%;
  margin-left: auto;
  background-color: rgba(51, 56, 73, 0.9);
  padding: 19px 23px 19px 23px;
}

.aboutus-text h2 {
  color: white;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.aboutus-text p {
  color: white;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 11px;
}

.aboutus-btn-wrap {
  text-align: right;
}

.work {
  padding-top: 27px;
  padding-bottom: 15px;
}

.work h2 {
  text-align: center;
  color: #4c5156;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.work-list {
  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;
}

.work-item {
  width: 24%;
  text-align: center;
  padding-top: 142px;
  position: relative;
}

/*
.work-item:after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 130px;
  height: 130px;
  border-bottom: 2px solid #e8e8eb;
  border-radius: 50%;
  background: #f6f6f8 url("../images/work-item-1.png") center no-repeat;
}
*/

.work-circle {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 130px;
  height: 130px;
  border-bottom: 2px solid #e8e8eb;
  border-radius: 50%;
  background: #f6f6f8;
}
.work-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.work-item:before {
  content: '';
  position: absolute;
  top: 50px;
  left: calc(100% - 20px);
  width: 45px;
  height: 14px;
  background: url("../images/arrow1.png") center no-repeat;
}

.work-item:last-child:before {
  display: none;
}

.work-item p {
  color: #4c5156;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.work-item-2:after {
  background-image: url("../images/work-item-2.png");
}

.work-item-3:after {
  background-image: url("../images/work-item-3.png");
}

.work-item-4:after {
  background-image: url("../images/work-item-4.png");
}

.feedback1 {
  padding-top: 14px;
  padding-bottom: 10px;
}

.feedback1-wrap {
  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;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.feedback1-title {
  width: 50.5%;
  background-color: #dd3017;
  padding: 20px;
}

.feedback1-title-wrap {
  border: 2px solid white;
  text-align: center;
  padding: 21px 10px 30px 10px;
}

.feedback1-title-wrap h2 {
  color: white;
  font-weight: 700;
  font-size: 36px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.feedback1-title-wrap p {
  color: white;
  font-size: 18px;
  font-weight: 700;
}

.feedback1-form {
  background-color: #f6f6f8;
  width: 49.5%;
  padding: 19px 16px 20px 14px;
  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;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.feedback1-form input {
  display: block;
  width: 100%;
  color: black;
  font-family: 'PT Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  border: 1px solid #c9cacb;
  background-color: white;
  padding: 8px 13px;
  margin-bottom: 17px;
  outline: none;
}

.feedback1-form input:last-child {
  margin-bottom: 0;
}

.feedback1-form input::-webkit-input-placeholder {
  color: #4c5156;
  font-family: 'PT Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.feedback1-form input:-ms-input-placeholder {
  color: #4c5156;
  font-family: 'PT Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.feedback1-form input::-ms-input-placeholder {
  color: #4c5156;
  font-family: 'PT Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.feedback1-form input::placeholder {
  color: #4c5156;
  font-family: 'PT Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.feedback1-form textarea {
  display: block;
  width: 100%;
  height: 86px;
  color: black;
  font-family: 'PT Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  border: 1px solid #c9cacb;
  background-color: white;
  padding: 10px 12px;
  margin-bottom: 14px;
  outline: none;
  resize: none;
}

.feedback1-form textarea::-webkit-input-placeholder {
  color: #4c5156;
  font-family: 'PT Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.feedback1-form textarea:-ms-input-placeholder {
  color: #4c5156;
  font-family: 'PT Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.feedback1-form textarea::-ms-input-placeholder {
  color: #4c5156;
  font-family: 'PT Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.feedback1-form textarea::placeholder {
  color: #4c5156;
  font-family: 'PT Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.feedback1-form .btn4 {
  display: block;
  width: 100%;
  padding: 9px 5px;
}

.feedback1-form-wrap1 {
  width: 44%;
}

.feedback1-form-wrap2 {
  width: 51%;
}

.map {
  padding-top: 26px;
}

.map-wrap {
  height: 314px;
  width: 100%;
}

.map-wrap script {
  width: 100%;
  height: 100%;
}

.main-footer {
  padding-top: 22px;
  padding-bottom: 40px;
  background-color: #4c5156;
}

.main-footer-wrap {
  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;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.main-footer-info1 {
  max-width: 271px;
  width: 100%;
  text-align: center;
}

.main-footer-info1 .text1 {
  display: block;
  color: #a1a1a4;
  font-size: 12px;
  margin-bottom: 5px;
}

.main-footer-info1 p {
  color: #979ea5;
  font-size: 12px;
}

.main-footer-info1 p b {
  font-weight: 700;
}

.main-footer-logo {
  display: block;
  position: relative;
  max-width: 138px;
  width: 100%;
  text-align: left;
  margin-left: 76px;
  margin-bottom: 15px;
}

/*
.main-footer-logo:before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -2px;
  width: 69px;
  height: 71px;
  background-color: #f6f6f8;
}
*/

.main-footer-logo b {
  position: relative;
  display: inline-block;
  color: #f6f6f8;
  font-family: 'Panton', sans-serif;
  font-size: 35px;
  line-height: 35px;
  font-weight: 800;
  letter-spacing: 0.88px;
}

/*
.main-footer-logo b span {
  color: #f6f6f8;
}
*/

.main-footer-logo i {
  position: relative;
  display: inline-block;
  font-style: normal;
  color: #dd3017;
  font-family: 'CenturyGothic', sans-serif;
  font-size: 33px;
  line-height: 34px;
  font-weight: 600;
  text-transform: uppercase;
}

.main-footer-tel {
  display: inline-block;
  position: relative;
  margin-bottom: 16px;
}

.main-footer-tel, .main-footer-tel a {
  color: #dd3017;
  font-size: 24px;
  font-weight: 700;
}

.main-footer-tel img {
  vertical-align: middle;
}
.main-footer-tel img:last-child {
  margin-right: 8px;
}

.main-footer-info2 {
  max-width: 240px;
  width: 100%;
  margin-left: -32px;
  margin-top: 10px;
}

.main-footer-info2 p {
  color: white;
  font-family: 'Fira Sans', sans-serif;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 23px;
}

.main-footer-info2 p:last-child {
  margin-bottom: 0;
}

.main-footer-info2 p b {
  font-weight: 700;
}

.main-footer-nav {
  margin-top: 15px;
}

.main-footer-nav h2 {
  color: #e4e9f8;
  font-family: 'Fira Sans', sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.main-footer-nav li {
  margin-bottom: 8px;
}

.main-footer-nav li:last-child {
  margin-bottom: 0;
}

.main-footer-nav li a {
  display: inline-block;
  color: white;
  font-family: 'Fira Sans', sans-serif;
  font-size: 14px;
}

.main-footer-nav li a:hover {
  text-decoration: underline;
}

.main-footer-nav-1 {
  max-width: 375px;
  width: 100%;
  margin-top: 8px;
}

.main-footer-nav-wrap {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-footer-list11 {
  max-width: 150px;
  width: 100%;
}

.main-footer-list12 {
  max-width: 201px;
  width: 100%;
}

.swiper-pagination {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  border: 1px solid #7783a7;
  background-color: transparent;
  margin-right: 5px;
  outline: none;
  opacity: 1;
  border-radius: 0;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

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

.swiper-pagination .swiper-pagination-bullet:hover {
  background-color: #7783a7;
}

.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #7783a7;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 0;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  outline: none;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  -webkit-transform: translateY(-50%) scale(1.1);
  transform: translateY(-50%) scale(1.1);
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  width: 37px;
  height: 61px;
  right: 0;
  background: url("../images/slide-next.png") center no-repeat;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  width: 41px;
  height: 61px;
  background: url("../images/slide-prev.png") center no-repeat;
  left: 0;
}

.star-list {
  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;
  max-width: 84px;
  width: 100%;
}

.star-item {
  width: 16px;
  height: 15px;
  background: url("../images/star-item.png") center no-repeat;
}

.star-item-off {
  background-image: url("../images/star-item-off.png");
}

.browse-view .row .product .spacer span {
  font-size: 20px;
  color: #dd3017;
  font-weight: 600;
}
.product-price {
  float: none;
  text-align: center;
}
.main_component {
  margin-top: 15px;
}

@media only screen and (max-width: 1380px) {
  .main-header-form1 {
    -webkit-transform: none;
    transform: none;
    right: 0;
    left: auto;
  }
}

@media only screen and (max-width: 1180px) {
  .advantages-item {
    width: 24%;
  }

  .advantages-item p {
    word-wrap: break-word;
  }

  .main-header-descr1 {
    margin-left: 0;
  }

  .main-footer-info2 {
    margin-left: 0;
  }
}

@media only screen and (max-width: 1125px) {
  .main-footer-nav-1 {
    max-width: 200px;
  }

  .main-footer-list11 {
    max-width: none;
    margin-bottom: 8px;
  }

  .main-footer-list12 {
    max-width: none;
  }
}

@media only screen and (max-width: 1050px) {
  .main {
    margin-top: 0;
    padding-top: 20px;
  }

  .sidebar {
    max-width: none;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .main-content {
    width: 100%;
    margin-bottom: 25px;
    padding: 10px;
  }

  .main-header-from2 {
    width: 100%;
    max-width: none;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 15px;
  }

  .main-header-descr1 {
    display: none;
  }

  .main-header-wrap1 {
    margin-left: auto;
    margin-right: auto;
  }

  .main-header2-list a b {
    display: none;
  }

  .main-header2-list li.item-101 a:after {
    display: none;
  }

  .main-header2-list li.item-101 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .main-header2-list li.item-101 a {
    padding-left: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .catalog-block {
    display: none;
  }

  .catalog-mob {
    display: block;
  }

  .banner1-wrap a {
    display: inline-block;
  }

  .banner1-wrap {
    text-align: center;
  }

  .news-block {
    max-width: 700px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .reviews-block{
    max-width: 700px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .news-text2 {
    max-width: none;
    width: calc(100% - 100px);
  }

  .news-text1 {
    max-width: 70px;
  }

  .news-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .reviews-item {
    text-align: center;
  }

  .reviews-block .star-list {
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 950px) {
  .main-footer-info2 {
    max-width: none;
    text-align: center;
    margin-top: 25px;
  }

  .main-footer-info1 {
    margin-left: auto;
    margin-right: auto;
  }

  .main-footer-nav {
    max-width: none;
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }
}

@media only screen and (max-width: 900px) {
  .main-header {
    position: relative;
  }

  .main-header .menuToggle {
    display: block;
  }

  .main-header2-nav {
    display: none;
    position: absolute;
    top: 46px;
    left: 0;
    width: 100%;
    z-index: 999;
    padding: 10px;
  }

  .main-header-container3 .container {
    position: static;
  }

  .main-header2-list li.active a {
    background-color: transparent;
  }

  .main-header2-list li a {
    background-color: transparent;
    border: none;
    padding: 10px 0;
  }

  .main-header2-list li {
    width: 100%;
    text-align: center;
  }

  .main-header-wrap1 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .banner2 .swiper-button-prev,
  .swiper-button-next {
    /*display: none;*/
  }

  .banner2-text-wrap {
    bottom: 10px;
    left: 0;
    right: 0;
    max-width: none;
  }

  .banner2-text1 {
    padding: 10px;
    width: 50%;
  }

  .banner2-text2 {
    width: 50%;
    padding: 10px;
    text-align: center;
  }

  .banner2 .swiper-slide-wrap {
    height: 450px;
  }

  .catalog-mob .catalog-nav-mob {
    margin-top: -20px;
  }

  .catalog-mob .catalog-nav-mob ul {
    width: 48%;
    margin-top: 20px;
  }
}

@media only screen and (max-width: 850px) {
  .advantages-item {
    width: 48%;
  }

  .advantages-list {
    padding: 15px 10px;
  }

  .advantages-item-1 {
    margin-bottom: 25px;
  }

  .advantages-item-2 {
    margin-bottom: 25px;
  }

  .aboutus-text {
    max-width: none;
    padding: 15px 10px;
  }

  .feedback1-title {
    width: 100%;
  }

  .feedback1-form {
    width: 100%;
    padding: 15px 0;
  }
}

@media only screen and (max-width: 800px) {
  .services-item {
    width: 48%;
    padding-top: 210px;
  }

  .services-circle {
    width: 200px;
    height: 200px;
    margin: auto;
  }
}

@media only screen and (max-width: 750px) {
  .work-item {
    width: 48%;
    margin-top: 25px;
  }

  .work-list {
    margin-top: -25px;
  }

  .work-item:before {
    display: none;
  }
}

@media only screen and (max-width: 700px) {
  .main-header-contact {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    text-align: center;
    margin-top: 15px;
  }

  .main-header-contact a {
    display: inline-block;
  }

  .main-header-contact span {
    text-align: center;
  }
}

@media only screen and (max-width: 650px) {
  .main-header1-nav {
    max-width: none;
    margin-top: 15px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .main-header-form1 {
    right: auto;
    left: 0;
  }
}

@media only screen and (max-width: 600px) {
  .banner2-text1 h2 {
    font-size: 30px;
    line-height: 1.4;
  }

  .banner2-text1 b {
    font-size: 26px;
    line-height: 1.4;
  }

  .banner2-text1 b span {
    font-size: 30px;
    line-height: 1.4;
  }

  .banner2-text2 h2 {
    font-size: 26px;
    line-height: 1.4;
  }

  .banner2-text2 p {
    font-size: 20px;
    line-height: 1.4;
  }

  .banner2-text1:after {
    display: none;
  }

  .banner2-text1 {
    width: 100%;
  }

  .banner2-text2 {
    width: 100%;
  }

  .catalog-mob .catalog-nav-mob ul {
    width: 100%;
    text-align: center;
  }

  .catalog-mob .catalog-nav-mob li {
    min-height: auto;
  }

  .advantages-item {
    width: 100%;
    margin-bottom: 25px;
    padding-left: 0;
    padding-top: 60px;
    text-align: center;
  }

  .advantages-item:last-child {
    margin-bottom: 0;
  }

  /*
  .advantages-item:after {
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  */

  .advantages-icon {
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@media only screen and (max-width: 500px) {
  .services-item {
    width: 100%;
  }

  .feedback1-title-wrap h2 {
    font-size: 28px;
  }

  .feedback1-title {
    padding: 10px;
  }

  .feedback1-title-wrap {
    padding: 10px;
  }

  .feedback1-form-wrap1 {
    width: 100%;
    margin-bottom: 17px;
  }

  .feedback1-form-wrap2 {
    width: 100%;
  }
}

@media only screen and (max-width: 400px) {
  .main-header1-list li {
    width: 100%;
    text-align: center;
  }

  .main-header-bascet {
    max-width: none;
    margin-top: 25px;
  }

  .vmCartModule_product {
    text-align: center;
  }

  .main-header-logo {
    margin-left: auto;
    margin-right: auto;
  }
}

.product_description p {margin: 10px 0;}
.cat-id-41, .cat-id-42, .cat-id-43 {display: none;}

.tags a {background: #7783a7;color: #fff;display: inline-block;margin: 0 2px 6px 0;padding: 2px 7px;transition: .5s;}
.tags a:hover {background: #57648a;}

section.moduletable.map {
    display: none;
}