@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap");
@media (min-width: 769px) {
  .header_middle {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .header_middle__left_wrap .logo-top {
    max-width: 350px;
  }
  .header_middle__left_wrap .logo-top img {
    max-width: 100%;
  }
  .header_middle__left_wrap .activity {
    font-size: 14px;
  }
  .contacts_wrap_in .address {
    line-height: 1.52;
  }
}
.prod-link {
  display: block;
  text-decoration: none;
  padding: 8px 25px 8px 12px;
  box-sizing: border-box;
  font-size: 16px;
  border: 1px solid transparent;
  line-height: 1.2;
  position: relative;
}
.prod-link:before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 14px;
  position: absolute;
  right: 9px;
  top: calc(50% - 8.5px);
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:ev='http://www.w3.org/2001/xml-events' version='1.1' baseProfile='full' xml:space='preserve' x='0px' y='0px' width='17px' height='14px' viewBox='0 0 17 14' preserveAspectRatio='none' shape-rendering='geometricPrecision'%3E%3Cpath fill='%231c1c1c' d='M1.000,8.000 L13.586,8.000 L9.282,12.303 C8.892,12.693 8.892,13.326 9.282,13.717 C9.673,14.108 10.306,14.108 10.697,13.717 L16.655,7.758 C16.675,7.741 16.699,7.735 16.717,7.717 C16.915,7.519 17.011,7.259 17.008,7.000 C17.011,6.740 16.915,6.480 16.717,6.282 C16.699,6.263 16.675,6.257 16.655,6.241 L10.697,0.282 C10.306,-0.109 9.673,-0.109 9.282,0.282 C8.892,0.672 8.892,1.306 9.282,1.696 L13.586,6.000 L1.000,6.000 C0.448,6.000 -0.000,6.447 -0.000,7.000 C-0.000,7.551 0.448,8.000 1.000,8.000 Z'/%3E%3C/svg%3E") 50% no-repeat;
}
.prod-link:hover {
  color: #f65454;
}
.prod-link:hover:before {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:ev='http://www.w3.org/2001/xml-events' version='1.1' baseProfile='full' xml:space='preserve' x='0px' y='0px' width='17px' height='14px' viewBox='0 0 17 14' preserveAspectRatio='none' shape-rendering='geometricPrecision'%3E%3Cpath fill='%23f65454' d='M1.000,8.000 L13.586,8.000 L9.282,12.303 C8.892,12.693 8.892,13.326 9.282,13.717 C9.673,14.108 10.306,14.108 10.697,13.717 L16.655,7.758 C16.675,7.741 16.699,7.735 16.717,7.717 C16.915,7.519 17.011,7.259 17.008,7.000 C17.011,6.740 16.915,6.480 16.717,6.282 C16.699,6.263 16.675,6.257 16.655,6.241 L10.697,0.282 C10.306,-0.109 9.673,-0.109 9.282,0.282 C8.892,0.672 8.892,1.306 9.282,1.696 L13.586,6.000 L1.000,6.000 C0.448,6.000 -0.000,6.447 -0.000,7.000 C-0.000,7.551 0.448,8.000 1.000,8.000 Z'/%3E%3C/svg%3E") 50% no-repeat;
}
.product-list.product-list-thumbs.thumbs .shop2-product-item .product-bot {
  flex-direction: column;
  align-items: flex-start;
}
.product-list.product-list-thumbs.thumbs .shop2-product-item .product-bot .prod-link {
  width: 100%;
  margin-top: 8px;
}
.product-list.product-list-thumbs.simple .shop2-product-item .product-bot {
  flex-direction: column;
  align-items: flex-start;
}
.product-list.product-list-thumbs.simple .shop2-product-item .product-bot .prod-link {
  width: 100%;
  margin-top: 8px;
}
body .product-list.product-list-thumbs.pricelist .product-bot .prod-link {
  min-width: 140px;
}
.default-advantages-ver3 {
  -webkit-box-flex: none;
  -webkit-flex: none;
  -moz-box-flex: none;
  -moz-flex: none;
  -ms-flex: none;
  flex: none;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
.default-advantages-ver3--title {
  text-align: center;
  font-family: "fsm";
  font-size: 28px;
  color: #323232;
  text-transform: uppercase;
  padding: 8px 5px 31px;
  padding-bottom: 4px;
  border-bottom: 4px solid #f65454;
  align-self: flex-start;
}
@media screen and (max-width: 979px) {
  .default-advantages-ver3--title {
    padding: 22px 24px 22px;
  }
}
@media screen and (max-width: 767px) {
  .default-advantages-ver3--title {
    padding: 22px 16px 22px;
  }
}
@media screen and (max-width: 479px) {
  .default-advantages-ver3--title {
    font-size: 22px;
  }
}
.default-advantages-ver3--inner {
  padding: 20px 0 0 0;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 979px) {
  .default-advantages-ver3--inner {
    padding: 23px 24px 20px;
  }
}
@media screen and (max-width: 639px) {
  .default-advantages-ver3--inner {
    padding: 23px 16px 20px;
  }
}
.default-advantages-ver3--item {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 31%;
  -moz-box-flex: 1;
  -moz-flex: 1 0 31%;
  -ms-flex: 1 0 31%;
  flex: 1 0 31%;
  padding: 0 10px 5px;
  max-width: 31%;
}
@media screen and (max-width: 979px) {
  .default-advantages-ver3--item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 48%;
    -moz-box-flex: 1;
    -moz-flex: 1 0 48%;
    -ms-flex: 1 0 48%;
    flex: 1 0 48%;
    padding: 0 0 20px;
    max-width: 48%;
  }
}
@media screen and (max-width: 479px) {
  .default-advantages-ver3--item {
    max-width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 100%;
    -moz-box-flex: 1;
    -moz-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    padding: 0 0 15px;
  }
}
.default-advantages-ver3--item-pic {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 73px;
  -moz-box-flex: 0;
  -moz-flex: 0 0 73px;
  -ms-flex: 0 0 73px;
  flex: 0 0 73px;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin: 0 10px 0 0;
  height: 85px;
  font-size: 0;
}
@media screen and (max-width: 979px) {
  .default-advantages-ver3--item-pic {
    margin: 0 15px 0 0;
    height: 83px;
  }
}
@media screen and (max-width: 767px) {
  .default-advantages-ver3--item-pic {
    width: 53px;
    height: 55px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 53px;
    -moz-box-flex: 0;
    -moz-flex: 0 0 53px;
    -ms-flex: 0 0 53px;
    flex: 0 0 53px;
  }
  .default-advantages-ver3--item-pic img {
    width: 53px;
    height: 55px;
  }
}
.default-advantages-ver3--item-pic svg {
  margin: auto auto;
  max-width: 73px;
  max-height: 85px;
  height: auto;
}
.default-advantages-ver3--item-pic svg path {
  fill: #f63636;
}
.default-advantages-ver3--item-pic svg use {
  fill: #f63636;
}
.default-advantages-ver3--item-pic svg g {
  fill: #f63636;
}
.default-advantages-ver3--item-text-wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.default-advantages-ver3--item-title {
  color: #2e2d40;
  font: 24px "Roboto", Arial, sans-serif;
  line-height: 1;
  padding: 12px 0 3px;
}
@media screen and (max-width: 767px) {
  .default-advantages-ver3--item-title {
    font-size: 18px;
    padding: 6px 0 5px;
  }
}
.default-advantages-ver3--item-text {
  color: #949aab;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 15px;
  line-height: 16px;
}
.default-advantages-ver3 {
  max-width: 1700px;
  width: 100%;
  margin: 0 auto 30px;
  padding: 0 50px;
}
@media (max-width: 1024px) {
  .default-advantages-ver3 {
    padding: 0 20px;
  }
}
.phone_in .free_call {
  margin-top: 3px;
}
body .default-advantages-ver3--item-text {
  color: #5a5b5e;
}
.about_news_wrap .title_wrap {
  border-color: #f65454 !important;
}
