button {
  border: none;
  outline: none;
}
button:hover {
  cursor: pointer;
}
.clear {
  font-size: 0;
  line-height: 0;
  clear: both;
}
.mg-but {
  display: inline-block;
  text-decoration: none;
}
.mg-but1 {
  padding: 8px 15px;
  color: #fff;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  line-height: 1;
  margin: 10px 20px;
  min-width: 140px;
  background-color: #690d01;
  background-image: -o-linear-gradient(#891101, #690d01);
  background-image: -moz-linear-gradient(#891101, #690d01);
  background-image: -webkit-linear-gradient(#891101, #690d01);
  background-image: -ms-linear-gradient(#891101, #690d01);
  background-image: linear-gradient( #891101, #690d01);
  -pie-background: linear-gradient( #891101, #690d01);
}
.mg-but1:hover {
  background-color: #911201;
  background-image: -o-linear-gradient(#9e1402, #690d01);
  background-image: -moz-linear-gradient(#9e1402, #690d01);
  background-image: -webkit-linear-gradient(#9e1402, #690d01);
  background-image: -ms-linear-gradient(#9e1402, #690d01);
  background-image: linear-gradient( #9e1402, #690d01);
  -pie-background: linear-gradient( #9e1402, #690d01);
}
.mg-but1:active {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
  background-color: #690d01;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0%, #891101), color-stop(12.5%, #690d01));
  background-image: -o-linear-gradient(bottom, #891101, #690d01);
  background-image: -moz-linear-gradient(bottom, #891101, #690d01);
  background-image: -webkit-linear-gradient(bottom, #891101, #690d01);
  background-image: -ms-linear-gradient(bottom, #891101, #690d01);
  background-image: linear-gradient(to top, #891101, #690d01);
  -pie-background: linear-gradient(to top, #891101, #690d01);
}
.mg-but2 {
  min-width: 150px;
  padding: 8px 15px;
  color: #fff;
  border-radius: 14px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  line-height: 1;
  background-color: #690d01;
  background-image: -o-linear-gradient(#891101, #690d01);
  background-image: -moz-linear-gradient(#891101, #690d01);
  background-image: -webkit-linear-gradient(#891101, #690d01);
  background-image: -ms-linear-gradient(#891101, #690d01);
  background-image: linear-gradient( #891101, #690d01);
  -pie-background: linear-gradient( #891101, #690d01);
}
.mg-but2:hover {
  background-color: #911201;
  background-image: -o-linear-gradient(#9e1402, #690d01);
  background-image: -moz-linear-gradient(#9e1402, #690d01);
  background-image: -webkit-linear-gradient(#9e1402, #690d01);
  background-image: -ms-linear-gradient(#9e1402, #690d01);
  background-image: linear-gradient( #9e1402, #690d01);
  -pie-background: linear-gradient( #9e1402, #690d01);
}
.mg-but2:active {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
  background-color: #690d01;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0%, #891101), color-stop(12.5%, #690d01));
  background-image: -o-linear-gradient(bottom, #891101, #690d01);
  background-image: -moz-linear-gradient(bottom, #891101, #690d01);
  background-image: -webkit-linear-gradient(bottom, #891101, #690d01);
  background-image: -ms-linear-gradient(bottom, #891101, #690d01);
  background-image: linear-gradient(to top, #891101, #690d01);
  -pie-background: linear-gradient(to top, #891101, #690d01);
}
.mg-but3 {
  min-width: 160px;
  padding: 6px;
  color: #fff;
  border: 1px solid #500a01;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  line-height: 1;
  background-color: #690d01;
  background-image: -o-linear-gradient(#891101, #690d01);
  background-image: -moz-linear-gradient(#891101, #690d01);
  background-image: -webkit-linear-gradient(#891101, #690d01);
  background-image: -ms-linear-gradient(#891101, #690d01);
  background-image: linear-gradient( #891101, #690d01);
  -pie-background: linear-gradient( #891101, #690d01);
}
.mg-but3:hover {
  border: 1px solid #9c1301;
  background-color: #911201;
  background-image: -o-linear-gradient(#9e1402, #690d01);
  background-image: -moz-linear-gradient(#9e1402, #690d01);
  background-image: -webkit-linear-gradient(#9e1402, #690d01);
  background-image: -ms-linear-gradient(#9e1402, #690d01);
  background-image: linear-gradient( #9e1402, #690d01);
  -pie-background: linear-gradient( #9e1402, #690d01);
}
.mg-but3:active {
  border: 1px solid #680d01;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
  background-color: #690d01;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0%, #891101), color-stop(12.5%, #690d01));
  background-image: -o-linear-gradient(bottom, #891101, #690d01);
  background-image: -moz-linear-gradient(bottom, #891101, #690d01);
  background-image: -webkit-linear-gradient(bottom, #891101, #690d01);
  background-image: -ms-linear-gradient(bottom, #891101, #690d01);
  background-image: linear-gradient(to top, #891101, #690d01);
  -pie-background: linear-gradient(to top, #891101, #690d01);
}
.mg-but4 {
  padding: 8px 15px;
  color: black;
  border: 1px solid #690d01;
  border-radius: 3px;
  line-height: 1;
  background-color: white;
  background-image: -o-linear-gradient(white, white);
  background-image: -moz-linear-gradient(white, white);
  background-image: -webkit-linear-gradient(white, white);
  background-image: -ms-linear-gradient(white, white);
  background-image: linear-gradient( white, white);
  -pie-background: linear-gradient( white, white);
}
.mg-but4:hover {
  color: #fff;
  background-color: #821001;
  background-image: -o-linear-gradient(#891101, #690d01);
  background-image: -moz-linear-gradient(#891101, #690d01);
  background-image: -webkit-linear-gradient(#891101, #690d01);
  background-image: -ms-linear-gradient(#891101, #690d01);
  background-image: linear-gradient( #891101, #690d01);
  -pie-background: linear-gradient( #891101, #690d01);
}
.mg-but4:active {
  color: #fff;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
  background-color: #690d01;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0%, #891101), color-stop(12.5%, #690d01));
  background-image: -o-linear-gradient(bottom, #891101, #690d01);
  background-image: -moz-linear-gradient(bottom, #891101, #690d01);
  background-image: -webkit-linear-gradient(bottom, #891101, #690d01);
  background-image: -ms-linear-gradient(bottom, #891101, #690d01);
  background-image: linear-gradient(to top, #891101, #690d01);
  -pie-background: linear-gradient(to top, #891101, #690d01);
}
.mg-but5 {
  position: relative;
  padding: 8px 15px;
  color: #fff;
  border: #f00 transparent transparent transparent;
  border-radius: 2px 0 0 2px;
  background: #690d01;
  line-height: 1;
}
.mg-but5:before {
  position: absolute;
  top: 0;
  right: -28px;
  bottom: 0;
  width: 7px;
  content: "";
  border: 14px solid transparent;
  border-left: 7px solid #690d01;
}
.mg-but5:hover {
  background: #821001;
}
.mg-but5:hover:before {
  border-left-color: #821001;
}
.mg-but5:active {
  background: #500a01;
}
.mg-but5:active:before {
  border-left-color: #500a01;
}
table.mg-tabs1 {
  border-collapse: collapse;
}
table.mg-tabs1 td {
  padding: 5px;
  border: none;
}
table.mg-tabs2 {
  border: 1px solid #cecece;
  border-collapse: collapse;
}
table.mg-tabs2 td {
  padding: 5px;
  border: 1px solid #cecece;
}
table.mg-tabs3 {
  border: 1px solid #cecece;
  border-collapse: collapse;
}
table.mg-tabs3 th {
  padding: 5px 0;
  color: #333333;
  border: 1px solid #cecece;
  background: #e5e5e5;
}
table.mg-tabs3 td {
  padding: 5px;
  border: 1px solid #cecece;
}
table.mg-tabs4 {
  border-collapse: collapse;
}
table.mg-tabs4 th {
  padding: 5px 0;
  color: #333333;
  background: #e5e5e5;
}
table.mg-tabs4 td {
  padding: 5px;
  border-bottom: 1px solid #cecece;
}
.mg-tab {
  margin: 10px 0;
  padding: 12px;
  border-radius: 2px;
  font: normal 14px/17px arial;
}
.mg-tab p {
  margin: 0;
}
.mg-tb1 {
  color: #4d4d4d;
  border: 2px solid #9c1301;
}
.mg-tb2 {
  color: #fff;
  border: 2px solid #5f0c01;
  background: #7e1001;
}
.mg-tb3 {
  color: #fff;
  border: 2px solid #5f0c01;
  background: #7e1001;
}
.mg-tb4 {
  color: #fff;
  border: 2px solid #7e1001;
  background: #7e1001;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.mg-tb5 {
  color: #4d4d4d;
  border: none;
  background: white;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4), inset 4px 0px 0px #6a0d01;
}
.mg-tb6 {
  min-width: 264px;
  color: #4d4d4d;
  border: none;
  background: white;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}
.mg-tb7 {
  min-width: 264px;
  color: #4d4d4d;
  border: none;
  background: white;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4), inset 0px 0px 6px rgba(0, 0, 0, 0.2);
}
.mg-tb8 {
  min-width: 306px;
  padding: 0;
  border-radius: 2px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
}
.mg-tb8 .title {
  padding: 11px 20px 11px;
  color: #fff;
  border-radius: 2px 2px 0 0;
  font: normal 18px/18px arial;
  background-image: -o-linear-gradient(#b01602, #690d01);
  background-image: -moz-linear-gradient(#b01602, #690d01);
  background-image: -webkit-linear-gradient(#b01602, #690d01);
  background-image: -ms-linear-gradient(#b01602, #690d01);
  background-image: linear-gradient( #b01602, #690d01);
  -pie-background: linear-gradient( #b01602, #690d01);
}
.mg-tb8 .body {
  padding: 14px 20px;
  color: #4d4d4d;
  font: 14px arial;
}
.mg-tb9 {
  min-width: 200px;
  padding: 0;
  border: 2px solid #6a0d01;
  border-radius: 4px 4px 0 0;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
}
.mg-tb9 .title {
  padding: 5px 3px;
  color: #fff;
  border-radius: 2px 2px 0 0;
  font: normal 18px/18px arial;
  background-color: #690d01;
  background-image: -o-linear-gradient(#6a0d01, #6a0d01);
  background-image: -moz-linear-gradient(#6a0d01, #6a0d01);
  background-image: -webkit-linear-gradient(#6a0d01, #6a0d01);
  background-image: -ms-linear-gradient(#6a0d01, #6a0d01);
  background-image: linear-gradient( #6a0d01, #6a0d01);
  -pie-background: linear-gradient( #6a0d01, #6a0d01);
}
.mg-tb9 .body {
  padding: 5px;
  color: #4d4d4d;
  font: 14px arial;
}
.mg-tb10 {
  min-width: 306px;
  padding: 0;
  border-radius: 2px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
}
.mg-tb10 .title {
  padding: 11px 20px 11px;
  color: #fff;
  border-radius: 2px 2px 0 0;
  font: normal 18px/18px arial;
  background-color: #911201;
  background-image: -o-linear-gradient(#ce1a02, #730e01);
  background-image: -moz-linear-gradient(#ce1a02, #730e01);
  background-image: -webkit-linear-gradient(#ce1a02, #730e01);
  background-image: -ms-linear-gradient(#ce1a02, #730e01);
  background-image: linear-gradient( #ce1a02, #730e01);
  -pie-background: linear-gradient( #ce1a02, #730e01);
}
.mg-tb10 .body {
  padding: 14px 20px;
  color: #4d4d4d;
  font: 14px arial;
}
.mg-navig {
  display: inline-block;
  min-width: 38px;
  text-align: center;
  border: 2px solid transparent;
  border-radius: 50%;
  font: 19px/38px arial;
}
.mg-navig1 {
  color: #fff;
  background: #690d01;
}
.mg-navig2 {
  color: #4d4d4d;
  border-color: #ce1a02;
  background: #f61f02;
}
.mg-navig3 {
  color: #4d4d4d;
  border-color: #9c1301;
  background: white;
}
.mg-navig4 {
  color: #4d4d4d;
  background: #e71d02;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.tabs-wrap {
  margin: 1.57em 0;
}
.tabs-nav {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}
.tabs-nav li {
  display: inline-block;
  vertical-align: top;
}
.tabs-nav li:first-child a {
  border-left: 1px solid #cecece;
}
.tabs-nav li a {
  position: relative;
  display: block;
  height: 37px;
  padding: 0 15px;
  text-decoration: none;
  color: #666;
  border: solid #cecece;
  border-width: 1px 1px 1px 0;
  background-color: #ebebeb;
  font-size: 12px;
  line-height: 37px;
}
.tabs-nav li a:hover, .tabs-nav li a.active {
  z-index: 10;
  height: 36px;
  margin-top: -1px;
  border-top: 3px solid #690d01;
  background-color: #fff;
  line-height: 35px;
}
.tabs-nav li a:focus {
  outline: none;
}
.tabs-body {
  margin-top: -1px;
  padding: 25px;
  border: 1px solid #cecece;
}
.tabs-body > div {
  display: none;
}
.tabs-body > div.active {
  display: block;
}
.title-page .blocklist-6 .controls, .title-page .blocklist-6 .bx-pager-wrap {
  display: none !important;
}
@media screen and (max-width: 1024px) and (min-width: 961px) {
  .title-page .block-20 .layout_11, .block-20 .layout_11 {
    -webkit-flex: 1 0 100%;
    -moz-flex: 1 0 100%;
    flex: 1 0 100%;
  }
  .title-page .block-22, .block-22 {
    margin: 0 auto !important;
    text-align: center !important;
    margin-bottom: 20px !important;
  }
  .title-page .block-22 .widget-43, .block-22 .widget-43 {
    text-align: center;
  }
  .title-page .block-22 .widget-42, .block-22 .widget-42 {
    text-align: center;
  }
  .title-page .site-name-13 .sn-text, .site-name-13 .sn-text {
    text-align: center;
  }
  .title-page .block-20, .block-20 {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 960px) {
  .title-page .accordion-25 .accordion-item-title .title:hover, .title-page .accordion-25 .accordion-item-title .title.hover, .title-page .accordion-25 .accordion-item-title .title.active {
    color: #fff;
  }
  .title-page .block-20 .layout_11, .block-20 .layout_11 {
    -webkit-flex: 1 0 100%;
    -moz-flex: 1 0 100%;
    flex: 1 0 100%;
  }
}
@media screen and (max-width: 768px) {
  .title-page .widget-158, .widget-158 {
    margin-top: 0;
  }
}
@media screen and (max-width: 480px) {
  input, textarea {
    width: 100%;
  }
  .title-page .phones-10 .cell-text, .phones-10 .cell-text {
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
  }
  .title-page .widget-159, .widget-159 {
    width: 422px;
  }
}
@media screen and (max-width: 320px) {
  .title-page .widget-159, .widget-159 {
    width: 260px;
  }
}
.address-20 .cell-text {
  min-height: 60px;
}
.title-page .popover-wrap-40 .popover-body .s3_message, .popover-wrap-40 .popover-body .s3_message, .title-page .popover-wrap-6 .popover-body .s3_message, .popover-wrap-6 .popover-body .s3_message {
  margin: 0 auto;
}
.title-page .blocklist-6 .bx-auto_controls, .blocklist-6 .bx-auto_controls, .title-page .blocklist-6 .controls, .blocklist-6 .controls, .title-page .news-22 .controls, .news-22 .controls {
  display: none !important;
}
.title-page .widget-149, .widget-149 {
  padding-bottom: 30px;
}
.title-page .news-22 .bx-pager a, .news-22 .bx-pager a {
  margin: 2px 5px;
}
.title-page .news-22 .bx-pager a.active, .news-22 .bx-pager a.active {
  background: #fff;
}
.title-page .news-22 .bx-auto_controls, .news-22 .bx-auto_controls {
  position: absolute;
  bottom: 0;
}
.title-page .news-22 .item, .news-22 .item {
  min-width: 1px;
}
.title-page .widget-148, .widget-148 {
  width: 210px;
}
@media screen and (min-width: 481px) {
  .title-page .widget-160, .widget-160 {
    width: 200px;
  }
}
.title-page .s3solution-panel__btn--change {
  background: #fff url("data:image/svg+xml;charset=utf-8,%3Csvg baseProfile='full' xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22' preserveAspectRatio='none' shape-rendering='geometricPrecision'%3E%3Cpath fill='%2357c327' fill-rule='eve odd' d='M0 0h6v6H0V0zm0 0'/%3E%3Cpath fill='%23e7d274' fill-rule='eve odd' d='M8 0h6v6H8V0zm0 0'/%3E%3Cpath fill='%23e59430' fill-rule='eve odd' d='M16 0h6v6h-6V0zm0 0'/%3E%3Cpath fill='%23ef4440' fill-rule='eve odd' d='M0 8h6v6H0V8zm0 0'/%3E%3Cpath fill='%23854abe' fill-rule='eve odd' d='M8 8h6v6H8V8zm0 0'/%3E%3Cpath fill='%23314de5' fill-rule='eve odd' d='M16 8h6v6h-6V8zm0 0'/%3E%3Cpath fill='%23ffcf00' fill-rule='eve odd' d='M0 16h6v6H0v-6zm0 0'/%3E%3Cpath fill='%2353a7f5' fill-rule='eve odd' d='M8 16h6v6H8v-6zm0 0'/%3E%3Cpath fill='%23e74641' fill-rule='eve odd' d='M16 16h6v6h-6v-6zm0 0'/%3E%3C/svg%3E") 96% 50% no-repeat;
}
.title-page .address-42 .text_body, .address-42 .text_body {
  width: 165px;
}
.title-page .phones-10 .text_body, .phones-10 .text_body {
  margin-left: 8px;
}
@media screen and (max-width: 960px) {
  .title-page .side-panel .menu-15 .menu-scroll > ul ul, .side-panel .menu-15 .menu-scroll > ul ul {
    margin-left: 10px !important;
  }
}
@media screen and (max-width: 960px) and (min-width: 769px) {
  .title-page .widget-148, .widget-148 {
    margin-top: 0;
  }
}
@media screen and (max-width: 480px) {
  .title-page .widget-160, .widget-160 {
    width: 422px !important;
    padding-right: 0 !important;
  }
}
.title-page .block-3 .layout_center_5_id_6_0, .block-3 .layout_center_5_id_6_0 {
  width: 100%;
}
.title-page .widget-3, .widget-3 {
  width: 100%;
  min-width: 100%;
}
.ya-share-wrapper {
  margin-top: 20px;
}
.ya-share-wrapper .ya-share2__container {
  display: flex;
}
.block-23 {
  padding: 70px 100px;
  margin: 0;
  border: none;
  position: relative;
  color: #616161;
  text-indent: 0;
  text-decoration: none;
  top: 0;
  left: 0;
  width: auto;
  min-height: 0;
  z-index: 5;
  display: block;
  right: 0;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.widget-149 {
  margin: 0;
  position: relative;
  text-decoration: none;
  top: 0;
  left: 0;
  z-index: 2;
  box-sizing: border-box;
  width: auto;
  min-height: 0;
  right: 0;
  padding-top: 0.02px;
  padding-bottom: 0.02px;
}
.news-22 p:first-child {
  margin-top: 0;
}
.news-22 p:last-child {
  margin-bottom: 0;
}
.news-22 .news__header {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 40px;
  font-size: 14px;
  color: #000;
  text-decoration: none;
}
.news-22 .news__title {
  box-sizing: border-box;
  font-size: 28px;
  font-family: PT Sans, sans-serif;
  color: #ff8c00;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.news-22 .body-outer {
  box-sizing: border-box;
  position: relative;
  text-align: left;
}
.news-22 .body {
  margin: 0 -20px 0 0;
  box-sizing: border-box;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.news-22 .swipe-shadow-left {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  width: 50px;
  display: none;
  background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.258824) 100%);
}
.news-22 .swipe-shadow-right {
  box-sizing: border-box;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  width: 50px;
  display: none;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.258824) 0%, rgba(0, 0, 0, 0) 100%);
}
.news-22 .news__list {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
}
.news-22 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 33.33%;
}
.news-22 .item {
  padding: 30px;
  margin: 0 20px 0 0;
  border: none;
  box-sizing: border-box;
  width: auto;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-size: 14px;
  color: #000;
  text-decoration: none;
  -webkit-box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.3);
  background: #1a1a1a;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  text-align: left;
  min-width: 0;
  min-height: 0;
  align-self: auto;
}
.news-22 .item__image {
  box-sizing: border-box;
  font-size: 0;
  margin-bottom: 10px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.news-22 .img-convert {
  box-sizing: border-box;
  width: 0;
  height: 0;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-align: center;
  display: -webkit-inline-flex;
  display: inline-flex;
  overflow: hidden;
}
.news-22 .item__image img {
  box-sizing: border-box;
  max-width: 100%;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
}
.news-22 .item-label {
  padding: 2px 5px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  background: #e83131;
  color: #fff;
  font-size: 12px;
  display: -webkit-flex;
  display: flex;
}
.news-22 .item__title {
  box-sizing: border-box;
  font-weight: bold;
  margin-bottom: 10px;
  text-decoration: none;
  font-size: 20px;
  position: relative;
  z-index: 1;
  font-family: PT Sans, sans-serif;
  color: #fff;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.news-22 .item__title:hover, .news-22 .item__title.hover, .news-22 .item__title.active {
  color: #df0;
}
.news-22 .item__date {
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  z-index: 1;
}
.news-22 .item__date > span {
  padding: 0.02px 0 0.02px 15px;
  border: none;
  box-sizing: border-box;
  display: inline-block;
  color: #808080;
  text-transform: lowercase;
  font-family: PT Sans, sans-serif;
  text-decoration: none;
  margin-bottom: 10px;
  -webkit-box-shadow: inset 3px 0px 0px #d11f2e;
  -moz-box-shadow: inset 3px 0px 0px #d11f2e;
  box-shadow: inset 3px 0px 0px #d11f2e;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.news-22 .item__date > span ins {
  box-sizing: border-box;
  display: block;
  font-size: 30px;
  text-decoration: none;
  color: #d11f2e;
  text-transform: none;
  font-weight: bold;
}
.news-22 .item__text {
  box-sizing: border-box;
  margin-bottom: 5px;
  font-family: PT Sans, sans-serif;
  font-size: 13px;
  color: #a8a8a8;
  line-height: 1.6;
  text-decoration: none;
  position: relative;
  z-index: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.news-22 .item__more {
  box-sizing: border-box;
  position: relative;
  margin-bottom: 10px;
  text-decoration: none;
}
.news-22 .item__more_link {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  color: #000;
  text-decoration: none;
}
.news-22 .bx-wrapper {
  margin-left: auto;
  margin-right: auto;
}
.news-22 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.news-22 .item__image__title {
  box-sizing: border-box;
  font-weight: bold;
  text-decoration: underline;
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-flex;
  display: flex;
  text-align: left;
}
.news-22 .item__image__title > a {
  color: inherit;
  text-decoration: inherit;
}
.news-22 .item__title > a {
  color: inherit;
  text-decoration: inherit;
}
.news-22 .controls {
  visibility: hidden;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  display: none;
  box-sizing: border-box;
  margin-top: -10px;
  text-align: left;
}
.news-22 .prev {
  position: relative;
  z-index: 105;
  visibility: visible;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("../images/wm_news_slider-left.png") center center / auto auto no-repeat;
  box-sizing: border-box;
  text-align: left;
}
.news-22 .next {
  position: relative;
  z-index: 105;
  visibility: visible;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: url("../images/wm_news_slider-right.png") center center / auto auto no-repeat;
  box-sizing: border-box;
  text-align: left;
}
.news-22 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.news-22 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.news-22 .news__all {
  box-sizing: border-box;
}
.news-22 .all_link {
  padding: 10px 30px;
  border: none;
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  font-family: PT Sans, sans-serif;
  font-size: 13px;
  color: #fff;
  text-decoration: none;
  background: #f50;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 140px;
  min-height: 40px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.news-22 .all_link:hover, .news-22 .all_link.hover, .news-22 .all_link.active {
  background: #ff7b00;
}
.news-22 .all_link:active, .news-22 .all_link.active {
  background: #f50;
}
.news-22 .image a {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  max-width: 100%;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
}
.news-22 .item__image a {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  max-width: 100%;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
}
.news-22 .bx-pager-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 0;
  display: none;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  visibility: hidden;
  box-sizing: border-box;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.news-22 .bx-auto_controls {
  margin: auto auto 0;
  position: relative;
  z-index: 100;
  display: -webkit-flex;
  display: flex;
  visibility: visible;
  box-sizing: border-box;
}
.news-22 .pager-wrap {
  box-sizing: border-box;
}
.news-22 .bx-pager {
  margin: auto auto 0;
  position: relative;
  z-index: 100;
  display: inline-block;
  visibility: visible;
  box-sizing: border-box;
}
.news-22 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.news-22 .bx-pager a {
  margin: 2px;
  display: inline-block;
  width: 10px;
  min-height: 10px;
  background: #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-sizing: border-box;
}
.news-22 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.news-22 .bx-controls-auto-item {
  box-sizing: border-box;
}
.news-22 .bx-controls-auto-item .bx-stop {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../images/wm_news_pause.png") center center / auto no-repeat;
}
.news-22 .bx-controls-auto-item .bx-start {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("../images/wm_news_play.png") center center / auto no-repeat;
}
@media (max-width: 960px) {
  .title-page .block-23 {
    padding: 40px 30px;
  }
  .widget-149 {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }
  .news-22 .body-outer {
    width: auto;
    overflow: visible;
  }
  .news-22 .body {
    width: auto;
    margin-right: 0;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .news-22 .news__list {
    overflow-x: visible;
    overflow-y: visible;
  }
  .news-22 .item-outer {
    width: 100%;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    flex-shrink: 0;
  }
  .news-22 .item {
    margin-right: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .news-22 .item__image {
    max-width: 100%;
    margin-right: 15px;
    margin-bottom: 5px;
    float: none;
  }
  .news-22 .img-convert {
    min-height: 0;
  }
  .news-22 .item__date > span {
    -webkit-box-shadow: inset 3px 0px 0px 0px #d11f2e;
    -moz-box-shadow: inset 3px 0px 0px 0px #d11f2e;
    box-shadow: inset 3px 0px 0px 0px #d11f2e;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    background: none;
  }
  .news-22 .item__text {
    font-size: 16px;
  }
  .news-22 .bx-wrapper {
    max-width: 708px;
  }
  .news-22 .all_link {
    margin-top: 0;
  }
}
.title-page .reviews-32 .header_text {
  margin: 0 auto;
}
@media (max-width: 960px) {
  .title-page .widget-163, .widget-163 {
    display: block !important;
  }
  .title-page .block-30 .layout_45, .block-30 .layout_45 {
    display: block !important;
  }
}
.sand_new .block-24 {
  font-family: PT Sans, sans-serif;
  padding: 0 100px 60px 100px;
}
.sand_new .block-24 .header {
  justify-content: center;
}
.sand_new .block-24 .header .header_text {
  color: #FF8C00;
  font-size: 28px;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  padding: 30px 0;
}
.sand_new .block-24 .blocklist-19 .item {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 40px;
  border-left: 3px solid #FF8C00;
}
.sand_new .block-24 .deliv {
  font-family: PT Sans, sans-serif;
}
.sand_new .block-24 .deliv .header_text {
  color: #FF8C00;
  font-size: 28px;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  padding: 30px 0;
}
.sand_new .block-24 .deliv .items {
  display: flex;
  flex-wrap: wrap;
  color: #fff;
  box-shadow: -1px 0px 0px #FFFFFF1A;
}
.sand_new .block-24 .deliv .items .item {
  border-top: 1px solid #FFFFFF1A;
  box-shadow: inset -1px 0px 0px #FFFFFF1A;
  flex: 0 0 25%;
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 40px;
  box-sizing: border-box;
  border-bottom: 1px solid #FFFFFF1A;
}
@media (max-width: 1440px) {
  .sand_new .block-24 .deliv .items .item {
    padding: 24px;
  }
}
.sand_new .block-24 .deliv .items .item .top_part {
  display: flex;
  align-items: center;
  gap: 20px;
  border-left: 3px solid #FF8C00;
  padding-left: 20px;
  text-decoration: none;
}
.sand_new .block-24 .deliv .items .item .top_part .img {
  width: 100px;
  min-width: 100px;
  height: 100px;
}
.sand_new .block-24 .deliv .items .item .top_part .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.sand_new .block-24 .deliv .items .item .top_part .tit {
  font-size: 20px;
}
.sand_new .block-24 .deliv .items .item a.top_part:hover {
  color: #FF8C00;
}
.sand_new .block-24 .deliv .items .item .bot_part {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-left: 10px;
}
.sand_new .block-24 .deliv .items .item .bot_part .subtitle {
  text-decoration: none;
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
}
.sand_new .block-24 .deliv .items .item .bot_part .subtitle:before {
  content: "";
  width: 8px;
  height: 8px;
  background: #FF8C00;
  display: block;
  border-radius: 50%;
}
.sand_new .block-24 .deliv .items .item .bot_part a.subtitle:hover {
  color: #FF8C00;
}
.sand_new .block-24 .deliv2 {
  margin-top: 30px;
}
.sand_new .block-24 .deliv2 .items {
  gap: 20px;
}
.sand_new .block-24 .deliv2 .items .item {
  padding: 30px;
  align-items: flex-start;
  gap: 15px;
  flex: 0 0 calc(20% - 16px);
  border-left: 1px solid #FFFFFF1A;
}
@media (max-width: 1440px) {
  .sand_new .block-24 .deliv2 .items .item {
    flex: 0 0 calc(25% - 15px);
  }
}
@media (max-width: 960px) {
  .sand_new .block-24 .deliv2 .items .item {
    flex: 0 0 calc(50% - 10px) !important;
  }
}
@media (max-width: 640px) {
  .sand_new .block-24 .deliv2 .items .item {
    flex: 100% !important;
  }
}
.sand_new .block-24 .deliv2 .items .item .top_part {
  border: none;
  padding-left: 0;
  margin-bottom: 15px;
}
.sand_new .block-24 .deliv2 .items .item .bot_part {
  margin-left: 0;
}
.sand_new .block-24 .deliv2 .items .item .bot_part .subtitle:before {
  background: url("data:image/svg+xml,%3Csvg width='16' height='19' viewBox='0 0 16 19' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Crect y='0.989349' width='16' height='17.0213' fill='url(%23pattern0_2_339)'/%3E%3Cdefs%3E%3Cpattern id='pattern0_2_339' patternContentUnits='objectBoundingBox' width='1' height='1'%3E%3Cuse xlink:href='%23image0_2_339' transform='scale(0.0106383 0.01)'/%3E%3C/pattern%3E%3Cimage id='image0_2_339' width='94' height='100' xlink:href='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAF4AAABkCAYAAAAPM4elAAAACXBIWXMAAAsTAAALEwEAmpwYAAAHp2lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgOS4xLWMwMDEgNzkuMTQ2Mjg5OSwgMjAyMy8wNi8yNS0yMDowMTo1NSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3AvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0RXZ0PSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VFdmVudCMiIHhtbG5zOnRpZmY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vdGlmZi8xLjAvIiB4bWxuczpleGlmPSJodHRwOi8vbnMuYWRvYmUuY29tL2V4aWYvMS4wLyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNS41IChXaW5kb3dzKSIgeG1wOkNyZWF0ZURhdGU9IjIwMTctMDUtMzFUMTE6MTY6MDMrMDU6MDAiIHhtcDpNb2RpZnlEYXRlPSIyMDI0LTA4LTI2VDE3OjAzOjQzKzA3OjAwIiB4bXA6TWV0YWRhdGFEYXRlPSIyMDI0LTA4LTI2VDE3OjAzOjQzKzA3OjAwIiBkYzpmb3JtYXQ9ImltYWdlL3BuZyIgcGhvdG9zaG9wOkNvbG9yTW9kZT0iMyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpiNzJiOWU5My01NTkyLWI1NDItOGVlMS1lYjExZDJmNWRlMGIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6ZDQzMzQxNmYtNjgwYy03MjRmLThhNDgtYTliN2NiZGYxMzFiIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6ZDQzMzQxNmYtNjgwYy03MjRmLThhNDgtYTliN2NiZGYxMzFiIiB0aWZmOk9yaWVudGF0aW9uPSIxIiB0aWZmOlhSZXNvbHV0aW9uPSI3MjAwMDAvMTAwMDAiIHRpZmY6WVJlc29sdXRpb249IjcyMDAwMC8xMDAwMCIgdGlmZjpSZXNvbHV0aW9uVW5pdD0iMiIgZXhpZjpDb2xvclNwYWNlPSI2NTUzNSIgZXhpZjpQaXhlbFhEaW1lbnNpb249Ijk0IiBleGlmOlBpeGVsWURpbWVuc2lvbj0iMTAwIj4gPHhtcE1NOkhpc3Rvcnk+IDxyZGY6U2VxPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iY3JlYXRlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDpkNDMzNDE2Zi02ODBjLTcyNGYtOGE0OC1hOWI3Y2JkZjEzMWIiIHN0RXZ0OndoZW49IjIwMTctMDUtMzFUMTE6MTY6MDMrMDU6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE1LjUgKFdpbmRvd3MpIi8+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJzYXZlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDpkYzEwNzA4NC1mY2FjLWM1NDMtODgzYS04ZjZkZjVjMmM5M2MiIHN0RXZ0OndoZW49IjIwMTctMDctMjdUMTQ6MzA6MjIrMDU6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE1LjUgKFdpbmRvd3MpIiBzdEV2dDpjaGFuZ2VkPSIvIi8+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJzYXZlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDpiNzJiOWU5My01NTkyLWI1NDIt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'/%3E%3C/defs%3E%3C/svg%3E") 50% 50%/contain no-repeat;
  width: 16px;
  height: 17px;
  border-radius: 0px;
}
.sand_new .block-24 .deliv2 .items .item .bot_part2 .subtitle:first-child:before {
  background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Crect width='16' height='15.8351' fill='url(%23pattern0_2_340)'/%3E%3Cdefs%3E%3Cpattern id='pattern0_2_340' patternContentUnits='objectBoundingBox' width='1' height='1'%3E%3Cuse xlink:href='%23image0_2_340' transform='scale(0.0103093 0.0104167)'/%3E%3C/pattern%3E%3Cimage id='image0_2_340' width='97' height='96' xlink:href='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGEAAABgCAYAAAANWhwGAAAACXBIWXMAAAsTAAALEwEAmpwYAAAHpmlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgOS4xLWMwMDEgNzkuMTQ2Mjg5OSwgMjAyMy8wNi8yNS0yMDowMTo1NSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3AvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0RXZ0PSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VFdmVudCMiIHhtbG5zOnRpZmY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vdGlmZi8xLjAvIiB4bWxuczpleGlmPSJodHRwOi8vbnMuYWRvYmUuY29tL2V4aWYvMS4wLyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNS41IChXaW5kb3dzKSIgeG1wOkNyZWF0ZURhdGU9IjIwMTctMDUtMzFUMTE6MTY6MDMrMDU6MDAiIHhtcDpNb2RpZnlEYXRlPSIyMDI0LTA4LTI2VDE3OjAzOjQ4KzA3OjAwIiB4bXA6TWV0YWRhdGFEYXRlPSIyMDI0LTA4LTI2VDE3OjAzOjQ4KzA3OjAwIiBkYzpmb3JtYXQ9ImltYWdlL3BuZyIgcGhvdG9zaG9wOkNvbG9yTW9kZT0iMyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo5NGQ5ZjNlZC05N2E5LWY5NGItOWI5NC0wODQ3OWE5OGVjZTUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NjhmOWRiNmYtN2M0Ni0xODRlLTkzZDgtYmM2Yjc0NzE2ZDQ4IiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6NjhmOWRiNmYtN2M0Ni0xODRlLTkzZDgtYmM2Yjc0NzE2ZDQ4IiB0aWZmOk9yaWVudGF0aW9uPSIxIiB0aWZmOlhSZXNvbHV0aW9uPSI3MjAwMDAvMTAwMDAiIHRpZmY6WVJlc29sdXRpb249IjcyMDAwMC8xMDAwMCIgdGlmZjpSZXNvbHV0aW9uVW5pdD0iMiIgZXhpZjpDb2xvclNwYWNlPSI2NTUzNSIgZXhpZjpQaXhlbFhEaW1lbnNpb249Ijk3IiBleGlmOlBpeGVsWURpbWVuc2lvbj0iOTYiPiA8eG1wTU06SGlzdG9yeT4gPHJkZjpTZXE+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJjcmVhdGVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOjY4ZjlkYjZmLTdjNDYtMTg0ZS05M2Q4LWJjNmI3NDcxNmQ0OCIgc3RFdnQ6d2hlbj0iMjAxNy0wNS0zMVQxMToxNjowMyswNTowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cykiLz4gPHJkZjpsaSBzdEV2dDphY3Rpb249InNhdmVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOjMxOWFiYTEwLTZmZTgtZGE0Yi04YzBiLWU3ZDg1YjI4NDU3YyIgc3RFdnQ6d2hlbj0iMjAxNy0wNy0yN1QxNDozMDoxNyswNTowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cykiIHN0RXZ0OmNoYW5nZWQ9Ii8iLz4gPHJkZjpsaSBzdEV2dDphY3Rpb249InNhdmVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOjk0ZDlmM2VkLTk3YTktZjk0Yi05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'/%3E%3C/defs%3E%3C/svg%3E%0A") 50% 50%/contain no-repeat;
  width: 16px;
  height: 16px;
}
.sand_new .block-24 .deliv2 .items .item .bot_part2 .subtitle:before {
  background: none;
}
.sand_new .block-24 .deliv2 .items .item .bot_link {
  margin-top: 15px;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 20px;
  background: #FF8C00;
  color: #1A1A1A;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
}
.sand_new .block-24 .deliv2 .items .item .bot_link:hover {
  box-shadow: 0px 8px 16px 0px rgba(255, 140, 0, 0.25);
}
@media (max-width: 960px) {
  .sand_new .block-24 {
    padding: 40px 20px;
  }
  .sand_new .block-24 .deliv .items .item {
    flex: 0 0 50%;
  }
}
@media (max-width: 640px) {
  .sand_new .block-24 {
    padding: 40px 20px;
  }
  .sand_new .block-24 .deliv .header_text {
    font-size: 24px;
  }
  .sand_new .block-24 .deliv .items .item {
    flex: 100%;
  }
}
@media (min-width: 1024px) {
  .sand_new .block-325 {
    padding-bottom: 154px;
  }
}
.sand_new .block-20 {
  flex-wrap: wrap;
  padding-bottom: 0 !important;
}
.sand_new .block-20 .address-20 .cell-text, .sand_new .block-20 .phones-10 .cell-text, .sand_new .block-20 .schedule-16 .cell-text {
  -webkit-box-shadow: inset 2px 0px 0px 0px #FF8C00;
  -moz-box-shadow: inset 2px 0px 0px 0px #FF8C00;
  box-shadow: inset 2px 0px 0px 0px #FF8C00;
}
.sand_new .block-20 .menu_top {
  width: 100%;
}
.sand_new .block-20 .menu_top .widget-45 {
  margin-top: 10px;
  box-shadow: none;
}
.sand_new .block-20 .menu_top .widget-45 .menu-scroll > ul > li > a {
  box-shadow: inset 1px 0px 0px 0px #FF8C00;
  min-height: 30px;
}
.sand_new .block-20 .menu_top .widget-45 .menu-scroll > ul li:first-child a {
  box-shadow: none;
}
.title-page .block-3 {
  padding-top: 120px;
  padding-bottom: 120px;
}
