::-webkit-input-placeholder {
  /* WebKit browsers */
  color: transparent;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: transparent;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: transparent;
}
:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: transparent;
}
input::placeholder {
  color: transparent;
}
textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: transparent;
}
textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: transparent;
}
textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: transparent;
}
textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: transparent;
}
textarea::placeholder {
  color: transparent;
}

body {
  font-family: Montserrat,Arial,sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
}

/* -------------------HEADER READ START------------------------------ */
.topBarInLogoAreaCell
.menuPort nav ul ul li a {
  text-transform: uppercase;
}
.menubackground {
  display: block;
  height: 55px;
  background-color: #e3000f;
}
.btLightSkin .menubackground a {
  color: #fff;
}

.btLightSkin .menuPort nav ul li a:hover {
  color: #222 !important;
}
.menubackground .topBarInMenu .widget_search {
  background-color: #fff;
  height: 26px;
}
.menubackground .topBarInMenu .widget_search button {
  top: 70%;
}
.btLightSkin .menubackground .menuPort ul ul li {
  background-color: #f1f1f1;
}
body.btMenuHorizontal .menubackground .menuPort ul ul li:first-child > a {
  border-top: 3px solid #e3000f;
}
.btLightSkin .menubackground .menuPort ul ul li a {
  color: #444;
  text-transform: uppercase;
}
.menubackground .menuPort nav ul ul li a:hover {
  color: #e3000f !important;
}
.btMenuHorizontal .menuPort nav > ul > li.current-menu-ancestor > a,
.btMenuHorizontal .menuPort nav > ul > li.current-menu-item > a {
  -webkit-box-shadow: 0 -3px 0 0 #fff inset;
  box-shadow: 0 -3px 0 0 #fff inset;
}

/* -------------------HEADER READ END------------------------------ */
body.btMenuHorizontal.btStickyHeaderActive .mainHeader {
  position: relative;
}
.rowItem.btFooterCopy.btTextLeft {
  text-align: center;
}
.btDoubleRowPadding .boldRow {
  display: flex;
  margin: 0 -30px;
  flex-wrap: nowrap;
}

.btFooterWrap .boldRow:after {
  display: none;
}
.page-template-home-page-template form.wpcf7-form p span {
  display: block;
  margin: 0;
}
.page-template-home-page-template form.wpcf7-form .wpcf7-submit {
  margin-top: 30px;
}
.buy-more {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
}
a.button-more {
  border: 2px #e3000f solid;
  padding: 10px 40px;
  color: #e3000f;
  font-weight: 600;
}
a.button-more:hover {
  border: 2px #e3000f solid;
  background-color: #e3000f;
  color: #fff;
  transition: 0.75s;
}
.mass-media-slider {
  padding: 0;
  position: relative;
}
/* .topBarInMenu .widget_search input[type="text"] {
  display: none;
} */
.page-template-home-page-template .header.large .btSubTitle {
  font-weight: 700;
  font-family: Montserrat, Arial, sans-serif;
}
.slider-wrapper {
  background-size: cover;
  width: 100%;
  min-height: 520px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center;
}
.sppb-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  position: fixed;
  top: 35%;
}
.main-slider-title {
  color: #222;
  /* text-shadow: 1px 1px 2px #333; */
  background: rgb(231 219 219 / 80%);
  margin: 0 0 10px 0;
  padding: 10px 20px 10px 20px;
  width: 75%;
}
.main-slider-title,
.main-slider-description,
.main-slider-button {
  visibility: hidden;
  opacity: 0;
  transform: translateY(50%);
}
.slick-active .main-slider-title,
.slick-active .main-slider-description,
.slick-active .main-slider-button {
  visibility: visible;
  opacity: 1;
  transform: translateY(0%);
  transition-duration: 900ms;
  transition-timing-function: ease;
  transition-property: opacity, transform, height, width, color;
  transition-delay: 0.8s;
}
.main-slider-title h1 {
  font-size: 42px;
  text-align: left;
  line-height: 50px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.main-slider-description {
  color: #222;
  font-size: 28px;
  line-height: 28px;
  /* text-shadow: 1px 1px 0px #000; */
  border-radius: 0px;
  text-align: center;
  background: rgb(231 219 219 / 80%);
  padding: 10px 20px 10px 20px;
}
.main-slider-button {
  display: block;
  color: #fff;
  background: #f102f2;
  padding: 10px 20px;
  transition-duration: 0.4s;
  transition-property: color, background;
  border-radius: 2px;
  background: #1166b6;
  margin-top: 25px;
  text-align: center;
}
.main-slider-button a {
  font-size: 16px;
  color: #fff;
}
.main-slider-button:hover {
  background: #d34f49;
}
.main-slider-button a:hover {
  background: #d34f49;
  color: #fff;
}
.mass-media-slider .slick-list {
  margin: 0 -5px;
}
.mass-media-slider .slick-arrow {
  display: block;
  width: 40px;
  height: 40px;
  border: none;
  background-color: rgb(211 66 58);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(30%);
  transform: translateY(30%);
}
.mass-media-slider .slick-arrow::before {
  content: "";
  display: block;
  width: 8px;
  height: 12px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.mass-media-slider .slick-arrow::before {
  /* background: url("../img/icons/slider-arrow-small.svg") no-repeat; */

  opacity: 1;
}
.mass-media-slider .slick-arrow:hover {
  background-color: #d34f49;
}
.mass-media-slider .slick-prev {
  left: 70px;
  z-index: 4;
}
.mass-media-slider .slick-next {
  right: 70px;
  z-index: 4;
}
.mass-media-slide {
  height: 226px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin: 0 5px;
  position: relative;
}
.mass-media-slide:hover .mass-media-cover {
  opacity: 0;
}
.mass-media-play {
  display: block;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.mass-media-play::before {
  content: "";
  display: block;
  width: 15px;
  height: 18px;
  background: url("../img/icons/play.svg") no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.mass-media-cover {
  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;
  height: 100%;
  padding: 15px;
  background-color: #fff;
  position: relative;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.slick-active b.animate {
  transition-property: color;
  transition-duration: 3s;
  transition-timing-function: ease;
  color: #d02c24;
}
ul.post-categories {
  list-style: none;
  margin: 0 0 0 0;
  padding: 0;
}
.btSingleLatestPostFooter {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}
.btSingleLatestPostFooter:before {
  margin: 2px 3px 0 4px;
}
.page-template-home-page-template .bottomSpaced {
  padding-bottom: 15px;
}

.slick-next,
.slick-prev {
  position: relative;
  background: #d02c2496;
  cursor: pointer;
  display: inline-block;
  margin-left: 1px;
  height: 45px;
  width: 45px;
  border: none;
  font-size: 0;
}
.slick-next:hover,
.slick-prev:hover {
  background: #d02c24;
}
.single-portfolio .slick-arrow{
  font-size: 0;
}
.slick-next {
  /* border-radius: 12px; */
  position: absolute;
  right: 11px;
  top: 45%;
  z-index: 999;
}
.single-portfolio .slick-next,
.single .slick-next{
  right: 4px;
}
.slick-prev {
  /* border-radius: 12px; */
  position: absolute;
  top: 45%;
  z-index: 6666;
}
.single-portfolio .slick-prev,
.single .slick-prev {
  left: 4px;
}
.slick-next:after,
.slick-prev:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: url("../img/cbp-sprite.png") no-repeat;
  height: 10px;
  width: 7px;
}
.slick-next:after {
  background-position: -133px 0;
}
.slick-prev:after {
  background-position: -134px -12px;
}
.slick-dots {
  position: absolute;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  bottom: 5px;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:before {
  font-family: "slick";
  font-size: 40px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: #d02c24;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #d02c24;
}
#bt_section633408b5cf622 .slick-arrow {
  text-indent: -9999px;
}
.btLightSkin .boldPhotoSlide h4.nbs.nsPrev a:before,
.btLightSkin .boldPhotoSlide h4.nbs.nsNext a:after {
  background-color: rgb(252 249 249 / 35%);
  color: #222;
}
.page-template-home-page-template
  a.btBtn.btBtn.btnOutlineStyle.btnLightColor.btnSmall.btnNormalWidth.btnRightPosition.btnNoIcon {
  margin: auto;
  position: fixed;
  bottom: 30px;
}
.page-template-home-page-template .rowItem.btDoublePadding > .rowItemContent {
  padding: 0px 20px;
}
.page-template-home-page-template #bt_section6332c03acfef8 .header.medium h3 {
  font-size: 22px;
  margin: 0 0 11px;
}
.page-template-home-page-template
  #bt_section6332c03acfef8
  p.btLatestPostContent {
  min-height: 120px;
}

.tilePartners .btImage img {
  max-width: 250px;
  height: auto;
  display: block;
  width: auto;
}
.tilePartners .btTileBox {
  height: 170px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-top: 30px;
  padding-left: 20px;
}
.tilePartners .btTileBox .PhotoPartner img {
  width: 75%;
}
.tilePartners .gridItem,
.btDarkSkin .btLightSkin .gridItem {
  background-color: transparent;
}
.page-template-about-page-tamplate .boldRowInner {
  display: flex;
  flex-wrap: wrap;
}
.picto-block .boldRowInner.btTableRow,
.counterblock .boldRow.btTableRow {
  display: flex;
  flex-direction: row;
  width: 100%;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.picto-block .rowItem,
.counterblock .rowItem {
  width: 33%;
}
.counterblock {
  position: relative;
}
.color-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #0000002b;
}
.count {
  color: #d02d26;
  font-weight: 700;
}
.counterblock .header .headline {
  color: #222;
}
.page-template-about-page-tamplate .btTextIndent > .rowItemContent .btImage {
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
/* .page-template-about-page-tamplate ul {
  padding: 25px 0 25px 15px;
} */
.page-template-about-page-tamplate .item-team {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.item-portfolio-page {
  padding: 5px;
}
.btGridGap-10 .tilesWall .item-portfolio-page .btShowTitle {
  right: unset;
  width: 100%;
  margin-bottom: 0;
}
.btGridGap-10 .tilesWall .item-portfolio-page .captionPane {
  margin-bottom: 0;
  margin-right: 0;
}
.item-portfolio-page
  .header
  .btSubTitle
  .btArticleCategories
  a:not(:first-child):before,
.item-portfolio-page
  .header
  .btSuperTitle
  .btArticleCategories
  a:not(:first-child):before {
  display: none;
}
.tabsHorizontal .tabsHeader li {
  font-size: 13px;
  font-weight: bold;
}
.title-page-section {
  margin: auto;
  background-color: #fff;
}
.single .header .dash,
.title-page-section .header .dash {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  flex-direction: row;
  flex-wrap: nowrap;
  height: auto;
  padding: 20px 0;
}
.single .btFooterWrap .header .dash{
  padding: 0;
}
.title-page-section .header h2 {
  margin: 0;
}
.title-page-section .wBackground.contain {
  background-repeat: repeat-y;
}
/*  .single-analytics .dash {
  background-image: url("//www.medconstructor.org/wp-content/uploads/2022/10/bg.png");
  background-color: transparent;
    background-position: center;
    background-repeat: repeat-y;
    background-attachment: scroll;
    background-size: cover;
}*/

.title-page-section .header .headline {
  display: block;
  color: #222;
}
/* .service-sect .header.large .btSuperTitle {
  color: #222;
  margin: 0;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 16px;
} */
.btGoogleMapsContent {
  background-position: right;
  background-color: #fff;
  background-size: auto;
  background-image: url("../img/map-cont.png");
}
.contacts-section {
  margin-top: 25px;
}
.contacts-section .header .headline {
  color: #fff;
}
.contacts-section
  .btIco.btIcoMediumSize.btIcoDefaultType.btIcoDefaultColor
  .btIcoHolder:after {
  color: #fff;
}
.contact-social-items {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
}
ol.list-block {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 35px;
}
ol.list-block li {
  width: calc(100% / 2.1);
  border: 2px #e8453d solid;
  border-radius: 5px;
  padding: 15px 15px 15px 22px;
  counter-increment: my-awesome-counter;
  margin: 35px 0 0 0;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
}
.img-shadow {
  box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
  margin-bottom: 35px;
}
figure.img-shadow-link img {
  /* width: -webkit-calc(100% + 20px);
  width: calc(100% + 20px); */
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transform: scale(0.9);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
figure.img-shadow-link:hover img {
  opacity: 0.4;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

ol.list-block {
  list-style: none;
  counter-reset: my-awesome-counter;
}

ol.list-block li::before {
  resize: both;
  content: counter(my-awesome-counter);
  background: #d02c24;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  display: inline-block;
  line-height: 2.5rem;
  color: white;
  text-align: center;
  margin-right: 0.5rem;
  position: absolute;
  left: -20px;
  top: -20px;
}

.page-template-service-page-tamplate .wp-block-image figcaption {
  margin-top: 0.5em;
  /* margin-bottom: 2em; */
  color: #e3000f;
  text-align: center;
  font-size: 18px;
  padding: 10px 0 20px 0;
  font-weight: 600;
}
figure.wp-block-image.img-shadow:hover img {
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.btArticleShare {
  display: none;
}
textarea.wpcf7-form-control.wpcf7-textarea {
  min-height: 100px;
  padding-top: 15px;
}
.btGoogleMapsWrap {
  background-color: #e3000f!important;
  color: #fff;
}
/* ------------------NEW BLOKS START-------------------------- */
#comments{
  display: none;
}
.header.extralarge h1 {
    font-size: 34px;
    margin: 0;
    color: #e3000f;
}
.btWithSidebar .btContentHolder {
  min-height: 400px;
}
.home .headline{
  text-transform: uppercase;
}
.gutter .port.section-services-main {
  width: calc(100% - 175px);
  max-width: 100%;
}
.wp-block-image figcaption {
  margin-top: .5em;
  margin-bottom: 1em;
  color: #555d66;
  text-align: center;
  font-size: 19px;
  padding: 0 0 20px 0;
}
.services-main-page {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  transform: translateX(12px);
}
.page-template-equipments-page-template .services-main-page {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  transform: translateX(0);
}
.page-template-equipments-page-template .service-card-item {
  width: 366px;
  margin-right: 20px;
}
.service-card-item {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: calc(100% / 2.1);
  height: auto;
  position: relative;
  margin-bottom: 20px;
  /* min-height: 400px; */
  margin-right: 24px;
}
.service-card-item:hover {
  box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
  transition: 0.5s;

}
a.service-item-link {
  display: block;
  width: 100%;
  height: 100%;
}
.service-title {
  position: absolute;
  bottom: 0%;
  text-align: center;
  width: 100%;
  background-color: #ffffffc7;
  text-transform: uppercase;
  font-weight: 600;
  padding: 15px 0;
}
.service-title h3 {
  text-transform: uppercase;
  font-weight: 600;
  margin: auto;
}
.form-service {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 815px;
}
.home .form-service {
margin-bottom: 35px;
}
.form-block {
  padding: 0 10px 0 10px;
}
.form-block.left-side {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
span.wpcf7-spinner {
  position: absolute;
}
.form-block:last-of-type {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 35px;
}
.home .form-block:last-of-type {
  margin-top: 15px;
}
 form.wpcf7-form .form-block input[type="submit"], form.wpcf7-form .form-block button {
  max-width: 350px;
}
.form-block textarea.wpcf7-form-control.wpcf7-textarea {
  max-height: 135px;
  padding-top: 15px;
}
ul.contacts-list {
  list-style: none;
  display: flex;
  justify-content: center;
}
ul.contacts-list li {
  max-width: 80px;
  padding: 0 10px 0 10px;
}
.page-template-servicenew-page-template h1, h1 {
  font-size: 40px;
  line-height: 74px;
  margin: 0;
}
.page-template-servicenew-page-template header h1, .header h1 {
  font-size: 34px;
  /* line-height: 74px; */
  margin: 0;
  line-height: 1.05;
  text-transform: uppercase;
}
.page-template-servicenew-page-template h2 {
  line-height: 1.1;
  font-weight: 500;
}

 .page-template-servicenew-page-template .wp-block-image figcaption {
  font-size: 16px;
  height: 60px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.has-2-columns.img-shadow .wp-block-column,
.has-2-columns.img-shadow figure.wp-block-image {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}

.page-template-analytics-page-template .btContentHolder,
.blog .btContentHolder,
.category .btContentHolder,
.tax-analyticscat .btContentHolder{
  max-width: 1160px;
  margin: auto;
}
.page-template-analytics-page-template .btContentHolder:first-of-type > .btContent,
.blog .btContentHolder:first-of-type > .btContent,
.category .btContentHolder:first-of-type > .btContent,
.tax-analyticscat .btContentHolder:first-of-type > .btContent  {
  width: 100%;
}
.page-template-analytics-page-template .btContent,
.blog .btContent,
.category .btContent,
.tax-analyticscat .btContent {
  width: 66.6667%;
}
.list-items{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.page-template-analytics-page-template .btSidebar,
.blog .btSidebar,
.category .btSidebar,
.tax-analyticscat .btSidebar{
  float: right;
  padding-left: 40px;
  width: 33.3333%;
    padding-bottom: 20px;
    padding-top: 25px;
}
.btSidebarRight .btSidebar {
  padding-top: 25px;
}
.tax-analyticscat .btContentWrap > .btSidebar,
.tax-equipments .btContentWrap > .btSidebar{
  display: none;
}

.btLightSkin .btSLPCCwrap {
  min-height: 545px;
}
.btWithSidebar.btContentHolder {
  max-width: 1160px;
  margin: auto;
}
.btContentHolder.catalog-tovar {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.header .headline {
  display: block;
}
.catalog-tovar .header h2 {
  line-height: 0.7;
}
/* .catalog
-tovar {
  transform: translateX(12px);
} */
.col-md-4.tovar {
  width: 30.333333%;
}
.tovar {
  /* margin-right: 24px; */
  box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
  margin-bottom: 35px;
  padding: 0 0 0 0;
}
.tovar:hover {
   box-shadow: rgba(277, 0, 15, 0.45) 0px 15px 50px -12px;
 }
.tovar .headline a {
   font-size: 18px;
 }
.tovar .headline{
   text-align: center;
}
.tovar header.header.btClear.small.btAlternateDash {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 15px 20px 15px;
  height: 80px;
}
.tovar .header h2 {
  margin: 0;
}
.tovar-data .slick-prev,
.tovar-data .slick-next {
  top: 37%;
  font-size: 0;
}
.img-tovar a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}

.single-medequipments .btContentHolder .img-tovar a[data-fancybox="gallery"] img {
  max-width: 500px;
}
.slick-initialized.slider-for .slick-slide.img-tovar {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  padding: 0 25px 25px 25px;
}
.slider-nav .slick-track {
  display: inline-flex;
}
.slider-nav .slick-current{
  border: #d34f49 2px solid;
  transform: translateY(-2px);
}
.slider-nav .slick-slide{
 margin-right: 4px;
 margin-top: 2px;
}
.slider-nav .slick-list.draggable {
  width: 92%;
  margin-left: 4%;
}
section.grey {
  background-color: #dde3eb54;
}
.single-medequipments h2 {
  margin: 15px 0;
}
/* .single-medequipments .btContentHolder iframe {
  max-width: 50%;
  height: auto;
} */
.single-medequipments .video {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.single-medequipments .video > p {
  width: calc(100% - 50%);
  display: block;
  height: auto;
  padding: 0 15px;
  transform: translateX(-15px);
 }
 .single-medequipments hr {
  color: #fff;
  margin: 15px 0;
}
.documents ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.documents ul > li {
  border: 1px #444 solid;
  background-color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  padding: 4px 10px;
  margin-right: 15px;
  font-weight: 500;
  cursor: pointer;
}
.documents ul > li:hover {
  border: 1px #d02c24 solid;
  margin-bottom: 10px;
}
.page-template-analytics-page-template .btMediaBox img,
.blog .btMediaBox img {
  max-width: 760px;
}

figure.wp-block-image.img-shadow.img-shadow-link {
  width: 45%;
  margin-right: 24px;
}
.page-template-service-page-tamplate .services-main-page {
  transform: translateX(-8px);
}
.search-block {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.search-image {
  display: flex;
  flex-grow: 1;
  flex: 0 0 35%;
  align-items: flex-start;
}

.search-content {
  display: flex;
  flex-grow: 1;
  flex: 0 0 65%;
  align-items: flex-start;
}
.search-results .btArticleListItem:first-of-type{
  margin-top: 30px;
}
.search-results .btArticleListItem {
  margin-bottom: 50px;
}
.search-results a.btContinueReading {
  display: block;
  float: right;
  font-size: 13px;
  line-height: 30px;
  height: 36px;
  font-weight: 500;
  padding: 3px 30px;
  overflow: hidden;
  white-space: nowrap;
  border-radius: 22px;
  vertical-align: middle;
  text-align: center;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}
.search-results .rowItem {
  padding: 15px 15px;
}
/* -----------------X-MEDIA START-------------------------- */
@media (max-width: 1024px) {
  .main-slider-title h1 {
    font-size: 22px;
    line-height: 35px;
  }
  .main-slider-description {
    font-size: 18px;
    line-height: 19px;
    width: 85%;
    text-align: left;
  }
  .sppb-container {
    top: 20%;
    left: 6%;
    position: relative;
  }
  .main-slider-title {
    width: 85%;
  }
  .mass-media-slider .slick-next {
    right: 0;
  }
  .mass-media-slider .slick-prev {
    left: -1px;
  }
  .service-card-item {
    width: calc(100% / 2.5);
}
}


@media (max-width: 767px) {
  .list-items {  
    flex-wrap: wrap;
  }
  .page-template-analytics-page-template .btContent, .blog .btContent, .category .btContent, .tax-analyticscat .btContent {
    width: 100%;
}
.page-template-analytics-page-template .btSidebar, .blog .btSidebar, .category .btSidebar, .tax-analyticscat .btSidebar {
  padding-left: 15px;
  width: 100%;
}
.slider-wrapper {
   min-height: 405px;
}
.sppb-container {
  left: 8%;
}
  .btDoubleRowPadding .boldRow {
    flex-wrap: wrap;
  }
  .slider-wrapper {
    background-size: auto;
  }
  .picto-block .rowItem,
  .counterblock .rowItem {
    width: 50%;
  }
  ol.list-block li {
    width: 100%;
  }
  .single-medequipments .video > p {
    width: 100%;
}
.page-template-equipments-page-template .service-card-item,
.service-card-item {  
  width: 100%; 
}
.services-main-page {
  align-items: center;
  flex-direction: column;
  transform: none;
}
.page-template-servicenew-page-template header h1, .header h1,
.header.extralarge h1 {
  font-size: 22px;
}
figure.wp-block-image.img-shadow.img-shadow-link {
  width: 100%;
  margin-right: unset;
}
.page-template-service-page-tamplate .services-main-page {
  transform: translateX(0);
}
.col-md-4.tovar {
  width: 48%;
}
.tovar {
  padding: 0 0 8px 0;
}
.tovar .rowItem {
  padding: 0 0;
}
.page-template-analytics-page-template .btContent {
  width: 100%;
}
.page-template-analytics-page-template .btSidebar {
   width: 100%;
   padding-top: 0; 
}
.btGoogleMapsContent {
    background-position: 50%;
}
.tovar .headline a {
    font-size: 14px;
}
}
@media (max-width: 676px) {
  .f-block .wpcf7-form-control-wrap {
    margin-bottom: 25px;
    display: block;
}
.menuHolder .logo img {
  height: 70px;
}
body.btMenuVertical > .menuPort {
  text-align: center;
  top: 0;
  bottom: 0;
  position: fixed;
  width: 320px;
  clear: both;
  -webkit-transition: transform 1s cubic-bezier(.230,1,.320,1);
  -moz-transition: transform 1s cubic-bezier(.230,1,.320,1);
  transition: transform 1s cubic-bezier(.230,1,.320,1);
  z-index: 101;
  overflow: hidden;
  padding: 40px 60px;
}
.menuPort {
  font-family: Montserrat,Arial,sans-serif;
  visibility: hidden;
  text-transform: uppercase;
  font-size: 14px;
  margin: 0;
}
body.btMenuVertical > .menuPort nav ul li {
  padding: 0;
  position: relative;
  background-color: transparent;
}
.menuPort nav > ul > li {
  line-height: 55px;
}
.menuPort nav ul li {
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
}
body.btMenuVertical > .menuPort nav ul li a {
  line-height: 1.1;
  padding: 15px 20px;
  text-transform: uppercase;
}
.menuPort nav ul li a {
  display: block;
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
}
body.btMenuVertical>.menuPort .btCloseVertical:before {
  font-family: FontAwesome;
  content: '\f00d';
  color: #e3000f;
}
body.btMenuVertical .subToggler {
  display: block !important;
  line-height: 45px;
}
.subToggler {
  display: none;
  cursor: pointer;
  position: absolute;
  right: -18px;
  top: 0;
  width: 45px;
  line-height: inherit;
  z-index: 80;
  padding: 0;
  text-align: center;
}
.search-image {
   flex: 0 0 100%;
}

.search-content {
  flex: 0 0 100%;
  align-items: flex-start;
}
.search-results .btArticleListItem {
  margin-bottom: 30px;
}

}
.gallery,
.wp-block-gallery {
   position: relative;
}
.page-numbers,
.screen-reader-text{
  display: none;
}
.prev.page-numbers,
.next.page-numbers{
  display: block;
}
.port-navigation {
  display: flex;
  justify-content: flex-end;
}
nav.navigation.pagination {
  width: 100%;
}
nav.navigation.pagination {
  width: 100%;
}
.port-navigation .pagination .nav-links {
  display: flex;
  justify-content: space-between;
}

.port-navigation{
  margin-bottom: 30px;
}
.next.page-numbers, .prev.page-numbers {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
a.next.page-numbers:after {
  content: '';
  cursor: pointer;
  height: 45px;
  width: 45px;
  border: none;
  display: block;
  margin-left: 10px;
  background: url(../img/cbp-sprit.png) no-repeat;
  transform: rotate(180deg);
  opacity: 0.6;
  background-color: #f36438;
}
a.prev.page-numbers:before {
  content: '';
  cursor: pointer;
  height: 45px;
  width: 45px;
  border: none;
  display: block;
  margin-right: 10px;
  background: url(../img/cbp-sprit.png) no-repeat;
  opacity: 0.6;
  background-color: #f36438;
}
a:hover.next.page-numbers:after,
a:hover.prev.page-numbers:before{
  opacity: 1;
}
.btFooterWrap {
  margin-top: 30px;
}
.btNextPrevRow {
  padding: 20px 0 20px 0;
  border-top: 1px #dfdfdf solid;
  margin-top: 30px;
}