.sppb-carousel-inner>.sppb-item {
  padding: 0;
}

.art-ref-to-doc {
  padding: 15px;
  border-radius: 5px;
  background: rgb(255, 255, 255);
  background: linear-gradient(283deg, rgba(255, 255, 255, 1) 0%, rgb(128 128 128 / 19%) 100%);
}

.table-responsive {
  margin-bottom: 30px;
}

div.table-responsive {
  width: 100%;
  overflow-x: visible;
}

div.table-responsive > table {
  width: 100%;
}

@media (max-width: 767px) {
.table-responsive {
font-size: 12px;
}
  
div.table-responsive > table td {
    word-wrap: break-word;
    overflow-wrap: break-word;
    font-size: 13px;
    vertical-align: top;
  }

  div.table-responsive > table td p {
    margin: 0;
  }

  .block6 {
    display: none !important;
  }
}

.imp-text {
  background: #ebebeb;
  border-radius: 10px;
  padding: 20px;
}

.child-serv-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
}

.child-serv-block {
  width: 45%;
  margin-bottom: 30px;
}

.child-serv-block p a {
  font-size: 22px;
  font-weight: bold;
}

li.inst {
  width: 35px;
  height: 35px;
  margin-top: -10px !important;
  margin-right: 0px !important;
  position: relative;
  top: 5px;
  left: -10px;
}

p.indent {
  text-indent: 30px;
  text-align: justify;
}

.sp-scroll-up {
  left: 30px;
}

.cross-link a {
  color: #000;
  display: block;
  margin-bottom: 10px;

}

.cross-link {
  margin-bottom: 60px;
}

.su-button span {
  display: block !important;
  text-decoration: none !important;
  box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  -webkit-box-sizing: content-box !important;
  transition: all .2s;
  -o-transition: all .2s;
  -ie-transition: all .2s;
  -moz-transition: all .2s;
  -webkit-transition: all .2s;
  background-color: #9acd32;
  padding: 12px 18px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  line-height: 26px;
  color: #fff;
}

@media (max-width: 768px) {

  .hide-mob {
    display: none;
  }
}


@media (max-width: 426px) {
  .article-details .article-header:before {
    width: 90% !important;
  }

  .article-details .article-header .tp-caption a {
    font-size: 10px;
  }

  .size {
    font-size: 10px !important;
  }

  span.bord {
    border-bottom: none !important;
  }
}

@media (max-width: 376px) {
  .col {
    -ms-flex-preferred-size: auto !important;
    flex-basis: auto !important;
  }

}


@media (min-width: 1200px) {
  body.helix-ultimate .sppb-row-container {
    max-width: 1300px;
  }
}

@media (min-width: 1200px) {
  .sppb-row-container {
    width: 1300px;
  }
}

@media (min-width: 1440px) {
  .sp-contact-info {
    width: 1600px;
  }
}

@media only screen and (max-width: 768px) {
  .knopka {
    float: right;
    margin-right: -1px;
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  a#subtn_5dfcc3f8b951e {
    font-size: 10px;
    padding: 12px 5px;
  }
}

/*@media (max-width: 1024px) and (min-width: 769px) {
.sp-contact-info {
    width: 900px;
    
}
}*/

@media (max-width: 768px) {
  .sp-contact-info {
    border-radius: 0px 0px 0px 0px !important;
  }

  .breadcrumb {
    margin-top: 20px !important;
  }
}

@media (max-width: 1024px) {
  .vakans {
    display: none !important;
  }
}

/*h1, h2, h3, h4, h5, h6 {
    text-transform: uppercase;
}*/

.logo-image {
  margin-top: 44px;
}

.sp-contact-info {
  list-style: none;
  /* padding: 0; */
  margin: 0 -10px;
  padding: 7px 10px 7px 10px;
  background: #2d80bd;
  border-radius: 0px 0px 5px 5px;
}

.container-s {
  /*position: absolute;*/
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /*width: 300px;
  height: 100px;*/
}

.container-s .search-s {
  /*position: absolute;*/
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 80px;
  background: crimson;
  border-radius: 50%;
  transition: all 1s;
  z-index: 4;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.4);
}

.container-s .search-s:hover {
  cursor: pointer;
}

.container-s .search-s::before {
  content: "";
  position: absolute;
  margin: auto;
  top: 22px;
  right: 0;
  bottom: 0;
  left: 22px;
  width: 12px;
  height: 2px;
  background: white;
  transform: rotate(45deg);
  transition: all .5s;
}

.container-s .search-s::after {
  content: "";
  position: absolute;
  margin: auto;
  top: -5px;
  right: 0;
  bottom: 0;
  left: -5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 2px solid white;
  transition: all .5s;
}

.container-s input {
  font-family: 'Inconsolata', monospace;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 50px;
  outline: none;
  border: none;
  background: crimson;
  color: white;
  text-shadow: 0 0 10px crimson;
  padding: 0 80px 0 20px;
  border-radius: 30px;
  box-shadow: 0 0 25px 0 crimson, 0 20px 25px 0 rgba(0, 0, 0, 0.2);
  transition: all 1s;
  opacity: 0;
  z-index: 5;
  font-weight: bolder;
  letter-spacing: 0.1em;
}

.container-s input:hover {
  cursor: pointer;
}

.container-s input:focus {
  width: 300px;
  opacity: 1;
  cursor: text;
}

.container-s input:focus~.search-s {
  right: -250px;
  background: #151515;
  z-index: 6;
}

.container-s input:focus~.search-s::before {
  top: 0;
  left: 0;
  width: 25px;
}

.container-s input:focus~.search-s::after {
  top: 0;
  left: 0;
  width: 25px;
  height: 2px;
  border: none;
  background: white;
  border-radius: 0%;
  transform: rotate(-45deg);
}

.container-s input::placeholder {
  color: white;
  opacity: 0.5;
  font-weight: bolder;
}

ul.social-icons {
  padding: 0px 10px 0px 10px;
  color: #fff;
  margin: -1px;
}

.container-2 {
  width: 300px;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
}

.container-2 input#search {
  width: 20px;
  height: 30px;
  background: #449AD9;
  border: none;
  font-size: 10pt;
  /*float: left;*/
  color: #262626;
  padding-left: 35px;
  padding-right: 0px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  -webkit-transition: width .55s ease;
  -moz-transition: width .55s ease;
  -ms-transition: width .55s ease;
  -o-transition: width .55s ease;
  transition: width .55s ease;
}

.container-2 input#search::-webkit-input-placeholder {
  color: #65737e;
}

.container-2 input#search:-moz-placeholder {
  /* Firefox 18- */
  color: #65737e;
}

.container-2 input#search::-moz-placeholder {
  /* Firefox 19+ */
  color: #65737e;
}

.container-2 input#search:-ms-input-placeholder {
  color: #65737e;
}

.container-2 .icon {
  position: absolute;
  top: 0;
  margin-left: 5px;
  margin-top: 5px;
  z-index: 1;
  color: #fff;
}

.container-2 input#search:focus,
.container-2 input#search:active {
  outline: none;
  width: 300px;
}

.container-2:hover input#search {
  width: 300px;
}

.container-2:hover .icon {
  color: #93a2ad;
}

.sp-contact-info li i {
  margin: 0 6px;
}

.sp-page-title {
  padding: 30px 0;
  margin-top: 60px;
}

.sp-page-title .sp-page-title-heading,
.sp-page-title .sp-page-title-sub-heading {
  color: #000;
}

.sp-page-title .breadcrumb>span,
.sp-page-title .breadcrumb>li,
.sp-page-title .breadcrumb>li+li:before,
.sp-page-title .breadcrumb>li>a {
  color: #000;
}

.sp-page-title .breadcrumb>.active {
  color: #2d80bd;
}

.sp-page-title {
  background: #ffffff;
}

/*#sp-main-body {
    padding: 30px 0;
}*/

.sp-page-title .breadcrumb {
  font-size: 13px;
}

.btn-primary:hover,
.sppb-btn-primary:hover {
  border-color: #2d80bd;
  background-color: #2d80bd;
}

a:hover,
a:focus,
a:active {
  color: #2d80bd;
}

.btn-bor {
  border: none;
  background: #2d80bd;
  color: #f2f2f2 !important;
  padding: 10px;
  font-size: 12px;
  border-radius: 5px;
  /*position: relative;*/
  box-sizing: border-box;
  transition: all 500ms ease;
}

.btn-bor:hover {
  background: #fff;
  color: #9acd32 !important;
  box-shadow: inset 0 0 0 3px #2d80bd;
}


.article-list .article .article-header h1,
.article-list .article .article-header h2 {
  font-size: 18px;
  margin: 0 0 1.25rem 0;
}

.article-list .article .article-header h1 a,
.article-list .article .article-header h2 a {
  color: #2d80bd;
}

.article-list .article .readmore {
  font-size: 12px;
}

.article-list .article {
  margin-bottom: 30px;
  padding: 20px;
  border: 1px solid #dee0e3;
  border-radius: 0px;
}

.article-list .article .article-intro-image img {
  border-radius: 0 !important;
}

.article-details .article-full-image img {
  border-radius: 0;
}

.mybutton {
  display: none;
  width: 187px;
}


div#column-id-1577077671685:hover .mybutton {
  display: block !important;
  margin: 0 auto;
}

div#column-id-1577077671685:hover .sppb-animated-number {
  display: none !important;
}

div#column-id-1577077671686:hover .mybutton {
  display: block !important;
  margin: 0 auto;
}

div#column-id-1577077671686:hover .sppb-animated-number {
  display: none !important;
}

div#column-id-1577077671687:hover .mybutton {
  display: block !important;
  margin: 0 auto;
}

div#column-id-1577077671687:hover .sppb-animated-number {
  display: none !important;
}

div#column-id-1577077671688:hover .mybutton {
  display: block !important;
  margin: 0 auto;
}

div#column-id-1577077671688:hover .sppb-animated-number {
  display: none !important;
}

div#column-id-1577077671690:hover .mybutton {
  display: block !important;
  margin: 0 auto;
}

div#column-id-1577077671690:hover .sppb-animated-number {
  display: none !important;
}

/**h1:after, .sec-title h2:after, h2.styled-title:after, h3.styled-title:after {
    content: '';
    position: absolute;
    left: 10px;
    top: 0px;
    width: 5px;
    height: 20px;
    background: #2d80bd;
    /*transform: skewX(-25deg);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    -o-transform: skewX(-25deg);
    -moz-transform: skewX(-25deg);
}**/

h1,
.sec-title h2,
h2.styled-title,
h3.styled-title {
  position: relative;
  margin-bottom: 20px;
}

.pole h2 {
  color: #053F61;
}

h2,
h3,
h4,
h5,
h6 {
  margin-top: 5rem;
  margin-bottom: 3rem;
}

p {
  line-height: 1.6;
}



li {
  margin-bottom: 2px;
}

#sp-footer {
  padding: 50px 0px 20px;
  background: #fff;
  color: #362f2d;
}

#sp-footer .container-inner {
  border-top: 0;
}

.sppb-panel-default {
  border: 0;
}

.sppb-panel-default>.sppb-panel-heading {
  background: #EAEFF3;
  margin-bottom: 10px;
  text-transform: uppercase;
  padding: 12px 30px 12px 15px;
  transition: .4s;
}

.sppb-panel-default .sppb-panel-body {
  padding: 10px;
  border-top: 0;
}

.sppb-panel-default .sppb-panel-title {
  font-size: 14px;
  font-weight: 400;
}

.sppb-panel-default>.sppb-panel-heading.active {
  background: #276da0;
  color: #ffffff;
}

.sppb-panel-default>.sppb-panel-heading .sppb-toggle-direction {
  color: #fff;
}

.sppb-panel-default .sppb-accordion-icon-wrap {
  margin: 0px 5px 0px 0px;
}

.sppb-panel-default .sppb-panel-title:before {
  content: '';
  position: absolute;
  right: 5px;
  top: 0px;
  display: block;
  width: 30px;
  height: 100%;
  background: #2d80bd;
  /*transform: skewX(-22deg);
    -webkit-transform: skewX(-22deg);
    -ms-transform: skewX(-22deg);
    -o-transform: skewX(-22deg);
    -moz-transform: skewX(-22deg);*/
}

.article-list .article .article-header h2 a:hover {
  color: #2d80bd;
}

.dop h2 a {
  font-size: 12px;
  margin: 0 0 0.25rem 0;
  text-transform: capitalize;
}

.dop h2 {
  font-size: 12px;
  margin: 0 !important;
  text-transform: capitalize;
}

.dop .article-introtext {
  display: none;
}

.dop .readmore {
  display: none;
}

.su-trailer-box h2 {
  font-size: 15px;
  line-height: 1.35em;
  font-weight: 600;
  text-shadow: 1px 1px 3px #157eab;
}

.sppb-carousel-extended-nav-control .nav-control {
  width: 30px !important;
}

.sppb-carousel-extended-nav-control .nav-control {
  color: #2d80bd !important;
  border: 1px solid #2d80bd !important;
}

.vakans {
  margin-left: -10px !important;
  background-color: #449AD9;
  padding: 7px 5px 9px 5px;
  -webkit-border-radius: 0 0 0 5px;
  -moz-border-radius: 0 0 0 5px;
  border-radius: 0 0 0 5px;
}

li.vakans {
  padding-top: 10px;
  margin-top: -5px !important;
  margin-bottom: -2px !important;
  padding-bottom: 10px;
}

#sp-left .sp-module .sp-module-title,
#sp-right .sp-module .sp-module-title {
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
  border-bottom: 3px solid #EAEFF3;
  margin-bottom: 20px;
  border-image: linear-gradient(to right, #2d80bd 0%, #2d80bd 15%, #EAEFF3 15%, #EAEFF3 50%, #EAEFF3 50%, #EAEFF3 75%, #EAEFF3 75%, #EAEFF3 100%) 1 1;
  /*border-image: linear-gradient(to right, #2d80bd 0%, #2d80bd 25%, #EAEFF3 25%, #EAEFF3 50%, #EAEFF3 50%, #EAEFF3 75%, #EAEFF3 75%, #EAEFF3 100%) 1 1;*/
}

#sp-left .sp-module,
#sp-right .sp-module {
  margin-top: 30px;
  border: 0;
  padding: 10px;
}

#sp-left .sp-module ul>li>a,
#sp-right .sp-module ul>li>a {
  display: block;
  /*padding: 5px 0;*/
  line-height: 13px;
  padding: 2px 0;
  /*text-transform: uppercase;*/
  background-color: #EAEFF3;
  margin-bottom: 5px;
  padding: 15px 20px;
}

.blog1latestnews3 img {
  width: 80px !important;
  margin: 5px !important;
}

.blog1latestnews4 a {
  color: #131313 !important;
  font-weight: 500 !important;
}

.blog1latestnews6 {
  color: #2d80bd !important;
  font-style: italic;
}

.icon-menu {
  float: right;
}

.article-details .article-full-image img {
  border-radius: 0;
  display: block;
  width: 100%;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
}

.pole {
  padding: 0 10px 10px;
  margin-bottom: 30px;
}

.breadcrumb {
  margin-top: 50px;
  background-color: transparent;
}

#sp-main-body {
  padding-bottom: 30px;
  padding-top: 0px;
}

.article-details .article-header {
  position: relative;
  /** margin: -80px 15px 20px 65px; **/
  padding: 20px 50px 20px 30px;
  border-right: 1px solid #e0e0e0;
  opacity: 0.8;
  background: -moz-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, 1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, 1) 100%);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
  border-bottom: 1px solid #e0e0e0;
}

.article-details .article-header:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 98%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #e0e0e0;
  border-left: 4px solid #2d80bd;
  border-right: none;
  z-index: 0;
  /*transform: skewX(-22deg);
    -webkit-transform: skewX(-22deg);
    -ms-transform: skewX(-22deg);
    -o-transform: skewX(-22deg);
    -moz-transform: skewX(-22deg);*/
}

@media (max-width: 767px) {
  .block6 {
    display: block;
  }
}

@media (min-width: 767px) {
  .block6 {
    display: none;
  }
}


.article-list .article .readmore a {
  color: #252525;
  font-weight: 500;
  border: none;
  background: #2d80bd;
  color: #fff !important;
  padding: 10px;
  font-size: 12px;
  border-radius: 5px;
  box-sizing: border-box;
  transition: all 500ms ease;
  width: 187px;
  text-align: center;
  text-transform: uppercase;
  display: block;
}

/**/

.sp-preloader>div {
  background: #2d80bd;
}

.sp-preloader>div:after {
  background: #fff;
}

a {
  color: #1871a6;
}

a:hover,
a:focus,
a:active {
  text-decoration: underline;
}

.tags>li {
  display: inline-block;
}

.tags>li a {
  background: rgba(15, 168, 157, 0.1);
  color: #2d80bd;
}

.tags>li a:hover {
  background: #2d80bd;
}

.article-social-share .social-share-icon ul li a {
  color: #252525;
}

.article-social-share .social-share-icon ul li a:hover,
.article-social-share .social-share-icon ul li a:focus {
  background: #2d80bd;
}

.pager>li a {
  border: 1px solid #ededed;
  color: #252525;
}

.sp-reading-progress-bar {
  background-color: #2d80bd;
}

.btn-primary,
.sppb-btn-primary {
  border-color: #2d80bd;
  background-color: #2d80bd;
}

.btn-primary:hover,
.sppb-btn-primary:hover {
  border-color: #2d80bd;
  background-color: #2d80bd;
}

ul.social-icons>li a:hover {
  color: #2d80bd;
}

.sp-page-title {
  background: #2d80bd;
}

.layout-boxed .body-innerwrapper {
  background: #fff;
}

.sp-module ul>li>a {
  color: #252525;
}

.sp-module ul>li>a:hover {
  color: #2d80bd;
}

.sp-module .latestnews>div>a {
  color: #252525;
}

.sp-module .latestnews>div>a:hover {
  color: #2d80bd;
}

.sp-module .tagscloud .tag-name:hover {
  background: #2d80bd;
}

.search .btn-toolbar button {
  background: #2d80bd;
}

#sp-bottom {
  background: #171717;
  color: #fff;
}

#sp-footer a,
#sp-bottom a {
  color: #a2a2a2;
}

#sp-bottom a:hover,
#sp-bottom a:active,
#sp-bottom a:focus {
  color: #fff;
}

#sp-footer a:hover,
#sp-footer a:active,
#sp-footer a:focus {
  color: #362f2d;
  text-decoration: underline;
}

#sp-bottom .sp-module-content .latestnews>li>a>span {
  color: #fff;
}

.sp-comingsoon body {
  background-color: #2d80bd;
}

.pagination>li>a,
.pagination362f2d>li>span {
  color: #252525;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
  color: #252525;
}

.pagination>.active>a,
.pagination>.active>span {
  border-color: #2d80bd;
  background-color: #2d80bd;
}

.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
  border-color: #2d80bd;
  background-color: #2d80bd;
}

.error-code,
.coming-soon-number {
  color: #2d80bd;
}

.article-list:not(.grid) {
  display: block;
}

.article-list .col-md-4,
.article-list .col-md-6,
.article-list .col-lg-6 {
  display: flex;
}

.article-list .col-md-4 > .article,
.article-list .col-md-6 > .article,
.article-list .col-lg-6 > .article {
  width: 100%;
}

.blog .article-introtext .schedule-wrapper {
  height: auto !important;
  min-height: 0;
  display: block !important;
}

.block-hover {
  /*display: none;*/
  visibility: hidden;
  opacity: 0;
  position: absolute;
  background: #2D80BD;
  color: #fff;
  width: 200px;
  height: auto;
  padding: 20px 10px;
  border-radius: 5px;
  transition: 1s;
  z-index: 999999999999999999;
}

.on-hover:hover+div {
  display: block;
  position: absolute;
  transition: 1s;
  z-index: 999999999999999999;
  visibility: visible;
  opacity: 1;
}

span.bord {
  border-bottom: 1px dashed #157eab;
}

table {
  width: 100%;
  border-collapse: collapse;
}

table thead tr {
  color: #ffffff;
  font-weight: bold;
  background: #2d80bd;
  text-align: center;
}

table thead tr td {
  border: 1px solid #fff;
  padding: 5px;
}

table tbody tr td {
  border: 1px solid #e8e9eb;
  padding: 5px;
}

table tbody tr:nth-child(2n) {
  background: #f4f4f4;
}

table tbody tr:hover {
  background: #e6e6e6;
  transition-duration: 0.6s;
}

.title-r .su-trailer-box h2 {
  text-transform: uppercase;
}

.fa-map-marker:before {
  content: "\f041" !important;
}

.block41 {
  background: #FF9800;
  background: -moz-linear-gradient(45deg, #FF9800 0%, #FFC531 38%, #FF3E00 100%);
  background: -webkit-linear-gradient(45deg, #FF9800 0%, #FFC531 38%, #FF3E00 100%);
  background: linear-gradient(45deg, #FF9800 0%, #FFC531 38%, #FF3E00 100%);
  padding: 10px;
  margin: 10px 5px;
}

.badge-info {
  background-color: #1b95c8;
}

.tp-caption a {
  color: rgb(0, 149, 219);
}

.moduletable1 {
  line-height: 1.2;
}

.order-btn {
  background: #9acd32;
  padding: 4px 18px;
  border: none;
  color: #fff;
}

.order-btn-body {
  background: #9acd32;
  padding: 14px 28px;
  border-radius: 15px;
  font-weight: 600;
  margin: 10px 0 10px 0;
  border: none;
  color: #fff;
}


.order-btn:hover,
.order-btn-body:hover {
  background: #1b95c8;
}


.back-call-btn {
  background: #9acd32;
  padding: 4px 18px;
  border: none;
}

.back-call-btn:hover {
  background: #6dda30c9;
}

@media only screen and (max-width: 600px) {
  div#sp-footer2 {
    margin-top: 20px;
    text-align: left !important;
  }
}


.stocks {
  display: flex;
  justify-content: space-around;
}

.stock-block {
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
  align-items: center;
}

.stock-img-120,
.stock-img-116,
.stock-img-118,
.stock-img-107,
.stock-img-108,
.stock-img-109,
.stock-img-128,
.stock-img-129,
.stock-img-149 {
  background-size: contain;
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  height: 200px;
  margin: 10px 15px 10px 10px;
  width: 300px;
}

.blue-btn-in-content {
  padding: 12px 25px;
  border-radius: 12px;
  margin: 0px 5px;
  background-color: #00aabb;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  border: none !important;
  outline: none !important;
  cursor: pointer;
}


.stock-img-128 {
  background-image: url(/images/o-12-2.jpg);
}

.stock-img-129 {
  background-image: url(/images/o-23.jpg);
}

.stock-img-149 {
  background-image: url(/images/stock49.jpg);
}


.stock-img-116 {
  background-image: url(/images/2023.12-uzi-reduct.jpg);
}


.stock-img-118 {
  background-image: url(/images/2023.12-mass-reduct.jpg.jpg);
}

.stock-img-120 {
  background-image: url(/images/2023.12-psih-reduct.jpg.jpg);
}


.stock-img-107 {
  background-image: url(/images/2023.09-7-reduct.webp);
}

.stock-img-108 {
  background-image: url(/images/2023.09-8-reduct.webp);
}


.stock-header {
  /* width: 80%; */
  text-align: center;
  padding: 0 10% 0 10%;
  font-size: 18px;
  color: #000;
}

a.stock-header:hover {
  color: #2d80bd;
}

.stock-detail {
  display: flex;

}

.stock-detail-desc {
  padding: 0 10px 0 30px;
  font-size: 18px;
}

.stock-detail-btn {
  margin-top: 20px;
}


@media (max-width: 768px) {
  .stocks {
    flex-direction: column;
    align-items: center;
  }

  .stock-detail {
    flex-direction: column;
  }

  .stock-detail-btn {
    margin-top: 40px;
  }

  .stock-detail-desc {
    padding: 0;
  }
}

.customcontact-box p,
.mod-custom p,
.customcontact-box a,
.mod-custom a {
  margin: 0;
  font-size: 16px;
  line-height: 22px;
  color: #26364b;
}

.tg-icon span a {
  padding-left: 29px;
  background: url(../images/tg-icon.png) left center no-repeat;
  background-size: contain;
}

.customcontact-box .tg-icon {
  margin-bottom: 6px;
}

.footer-buttons button {
  padding: 6px 16px;
  border-radius: 12px;
  margin: 0px 5px;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  border: none !important;
  outline: none !important;
  cursor: pointer;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition-property: box-shadow, background-color;
}

.red-button {
  background-color: #fe2c2b;
  padding: 6px 16px;
  border-radius: 12px;
  margin: 0px 5px;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  border: none !important;
  outline: none !important;
  cursor: pointer;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition-property: box-shadow, background-color;
}

.blue-button {
  background-color: #00aabb;
}

.red-button:hover {
  background-color: #f41d25;
}

.blue-button:hover {
  background-color: #039baa;
}

.footer-buttons button:hover {
  border: none !important;
  box-shadow: rgb(0, 0, 0, 0.5) 3px 3px 5px;
}

.tg-icon>a:hover {
  text-decoration: underline;
}

#search,
#mod-finder-searchword180 {
  width: 225px;
  padding: 5px 15px;
  font-size: 14px;
  font-weight: 300;
  margin-top: 12px;
  border-radius: 6px;
  display: inline-block;
}

#search form {
  position: relative;
}

.footer-social {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 25px;
}

.footer-social-row {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}

.footer-social-label {
  flex: 0 0 220px;
  max-width: 220px;
  text-align: right;
  font-size: 14px;
  line-height: 1.3;
}

.footer-social-icons {
  display: flex;
  gap: 8px;
  flex-shrink: 0;
}

.search-container .icon,
.mod-finder .icon {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 21px;
  top: 15px;
  background: url(../images/search-icon.png) center center no-repeat;
}

#sp-section-3+#sp-main-body {
  margin-top: 70px;
}

#section-id-1576861463504 {
  display: none;
}

#section-id-1614182697637 {
  padding-top: 0 !important;
}

#sp-footer-mobile {
  display: none;
  background: #F6F7F7;
}

#sp-footer222 {
  background: #F6F7F7 url(../images/footer-bg.png) top center repeat-x;
}

#sp-footer3 {
  background: #F6F7F7;
}

#sp-footer1 p {
  margin: 10px 0 0;
  font-size: 16px;
  line-height: 16px;
  color: #26364b;
}

.footer-social a {
  display: block;
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  text-decoration: none !important;
}

.footer-social .vk-icon {
  background: url(../images/vk-icon2.jpg) center center no-repeat;
  background-size: cover;
}

.footer-social .ok-icon {
  background: url(../images/ok-icon2.jpg) center center no-repeat;
  background-size: cover;
}

.footer-social .max-icon {
  background: url(../images/max-icon.png) center center no-repeat;
  background-size: cover;
}

.footer-social .tg-icon {
  background: url(../images/tg-icon.png) center center no-repeat;
  background-size: cover;
}

#sp-footer #sp-footer2 .footer-contacts a,
#sp-footer-mobile a {
  color: #362f2d;
  text-decoration: none;
  font-size: 16px;
  line-height: 16px;
}

.phone-icon {
  padding-left: 30px;
  background: url(../images/phone-icon.png) 0 center no-repeat;
  line-height: 22px !important;
}

.footer-contacts p {
  margin-bottom: 6px;
}

.footer-buttons {
  margin-top: 16px;
}

.footer-buttons>div {
  margin-top: 8px;
}

#sp-footer222 .sp-module-title {
  color: #000;
  text-decoration: none;
  font-size: 18px;
  line-height: 18px;
  font-weight: normal;
}


#sp-footer222 .sp-module-title:after {
  content: "";
  display: block;
  width: 30px;
  height: 4px;
  background-color: #00aabb;
  margin-top: 12px;

}

#sp-footer222 ul.menu {
  padding: 12px 0;
  list-style-type: none;
  max-width: 270px;
}

#sp-footer222 ul.menu li {
  margin-bottom: 10px;
}

#sp-footer222 ul.menu a {
  color: #3c3c3c;
  text-decoration: none;
  font-size: 16px;
  line-height: 16px;
  font-weight: normal;
}

#sp-footer222 ul.menu a:hover {
  text-decoration: underline;
}

#sp-footer3 p {
  padding: 20px 0;
  text-align: center;
  text-transform: uppercase;
  color: #d1d1d1;
  font-size: 28px;
  line-height: 28px;
  font-weight: normal;
  letter-spacing: -2px;
}

.footer-buttons button {
  margin: 0;
}

#sp-top3 form {
  text-align: right;
}

@media (max-width: 1215px) {
  .search-container .icon {
    right: 22px;
  }

  #search {
    width: 208px;
    padding: 5px 10px;
  }
}

@media (max-width: 992px) {
  #sp-section-3+#sp-main-body {
    margin-top: 0;
  }

  .logo-image-phone {
    height: 55px !important;
    max-width: 100%;
    max-height: 55px;
    width: auto;
    object-fit: contain;
  }

  .body-innerwrapper {
    position: relative;
  }

  #sp-top3 {
    display: none;
  }

  #sp-footer #sp-footer2 {
    display: none;
  }

  #sp-footer-mobile {
    display: block;
    margin: 30px 0 40px;
  }

  #sp-footer-mobile #mod-custom142 {
    text-align: left;
  }

  #sp-footer-mobile .footer-social {
    margin-bottom: 20px;
  }

  #sp-footer-mobile .footer-social-row {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
  }

  #sp-footer-mobile .footer-social-label {
    flex: none;
    width: 100%;
    max-width: 100%;
    text-align: left;
  }

  #sp-footer-mobile .footer-contacts p {
    margin-bottom: 8px;
  }

  #sp-footer-mobile .footer-buttons {
    margin-top: 20px;
  }

  #sp-footer-mobile .footer-buttons>div {
    margin-top: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }

  #sp-footer-mobile .footer-buttons>div+div {
    margin-top: 8px;
  }

  #sp-footer-mobile .footer-buttons button {
    flex: 1 1 auto;
    min-width: 140px;
    margin: 0;
  }

  .footer-buttons {
    margin-top: 25px;
  }

  #sp-footer3,
  #sp-footer-mobile,
  #sp-footer222 {
    background: none;
  }

  #sp-footer1 p,
  #sp-footer-mobile a,
  #sp-footer222 ul.menu a {
    font-size: 14px;
    line-height: 14px;
  }

  #sp-footer222 .sp-module-title {
    font-size: 16px;
    line-height: 16px;
  }

  #sp-footer3 p {
    font-size: 25px;
  }
}


@media (max-width: 420px) {}

@media (max-width: 350px) {}

.visit-check-up-leto tr td {
  vertical-align: top;
  width: 50%;
  padding: 25px;
}

.main-page-check-up-block {
  border: 1px solid #ff6666;
  width: 200px;
  height: 200px;
  color: #ff6666;
  padding-top: 80px;
  text-align: center;
  border-radius: 50%;
}


.serv-card-cont {
  display: flex;
  margin-top: 30px;
  margin-bottom: 30px;
}

.serv-card-desc p {
  margin: 0;
}


.serv-card-desc p.price {
  margin: 30px 0 30px 0;
}

.serv-card-desc span.non-style-p {
  font-size: 16px;
}

.serv-card-desc,
.serv-card-img {
  flex: 1;
}

.serv-card-desc {
  margin-left: 15px;
}


.serv-card-desc .price span.old-cost,
.serv-card-desc .price span.new-cost {
  font-size: 22px;
}

.serv-card-desc p span.new-cost {
  font-weight: 700;
  color: #0fa89d;
}

.serv-card-btn {
  padding: 10px 10px;
  border-radius: 12px;
  margin: 0px 5px;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  border: none !important;
  outline: none !important;
  cursor: pointer;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition-property: box-shadow, background-color;
  background-color: #fe2c2b;
}

.serv-card-btn:hover {
  border: none !important;
  box-shadow: rgb(0 0 0 / 50%) 3px 3px 5px;
}


.serv-card-btn-mp {
  padding: 10px 10px;
  border-radius: 12px;
  margin: 0px 5px;
  color: #fe2c2b;
  font-size: 16px;
  border: 1px solid #fe2c2b;
  outline: none !important;
  cursor: pointer;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition-property: box-shadow, background-color;
  background-color: #fff;
}

.serv-card-btn-mp:hover {
  box-shadow: rgb(0 0 0 / 50%) 3px 3px 5px;
  background: #fe2c2b;
  color: #fff;
  font-weight: bold;
}


.bann-card-cont {
  display: flex;
}

.bann-img-1 {
  flex: 2;
}

.bann-img-2 {
  flex: 1;
  margin-left: 50px;
}



@media (max-width: 700px) {

  .serv-card-cont,
  .bann-card-cont {
    flex-direction: column;
  }

  .bann-img-2 {
    margin-top: 30px;
  }

  .bann-img-2 img {
    width: 80%;
    margin: 0 auto;
  }

  .serv-card-desc .price {
    font-size: 20px;
  }
}

span.doctor-experience {
  padding: 10px;
  border-radius: 5px;
  background: linear-gradient(23deg, rgba(255, 255, 255, 1) 23%, rgba(218, 218, 218, 0.3984944319524685) 66%, rgba(10, 176, 192, 1) 100%);
  display: inline-block;
}

div.doctor-cost-block {
  margin-top: 35px;
}

@media (min-width: 976px) {
  [id^="p1"]:before {
    padding-top: 150px;
    margin-top: -150px;
    content: " ";
    display: block;
  }

  [id^="p2"]:before {
    padding-top: 150px;
    margin-top: -150px;
    content: " ";
    display: block;
  }

  [id^="p3"]:before {
    padding-top: 150px;
    margin-top: -150px;
    content: " ";
    display: block;
  }

  [id^="p4"]:before {
    padding-top: 150px;
    margin-top: -150px;
    content: " ";
    display: block;
  }

  [id^="p5"]:before {
    padding-top: 150px;
    margin-top: -150px;
    content: " ";
    display: block;
  }

  [id^="p6"]:before {
    padding-top: 150px;
    margin-top: -150px;
    content: " ";
    display: block;
  }

  [id^="p7"]:before {
    padding-top: 150px;
    margin-top: -150px;
    content: " ";
    display: block;
  }

  [id^="p8"]:before {
    padding-top: 150px;
    margin-top: -150px;
    content: " ";
    display: block;
  }

  [id^="p9"]:before {
    padding-top: 150px;
    margin-top: -150px;
    content: " ";
    display: block;
  }

}

.row-spec {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.row-spec-mp {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

div.block-spec {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 18%;
  text-align: center;
  margin: 40px 0 40px 0;
}

div.block-spec-mp {
  display: flex;
  align-items: center;
  width: 30%;
  margin: 40px 0 40px 0;
}

div.block-spec-mp-doc {
  display: flex;
  align-items: center;
  width: 40%;
  margin: 40px 0 40px 0;
}

div.text-spec {
  padding-top: 10px;
}

div.text-spec-mp,
div.img-spec-mp {
  flex: 1;
}

ol.services {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
}

ol.services li {
  margin: 0 40px 20px 0;
}

.main-doc-text {
  margin-top: 100px;
}

.about-us-rate {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 676px) {
  div.block-spec {
    width: 50%;
  }

  div.block-spec-mp {
    width: 45%;
    flex-direction: column;
  }

  div.block-spec-mp-doc {
    width: 45%;
    flex-direction: column;
  }

  .main-doc-text {
    margin-top: 0px;
  }

  .about-us-rate {
    flex-direction: column;
  }
}

@media (max-width: 481px) {
  .article-details .article-header h1 {
    font-size: 2rem;
  }
}

/**Код для Компонента поиска Smart_finder**/
#sp-smart-finder {
  position: relative;
  top: 20px;
  z-index: 3;
}

#sp-breadcrumb {
  margin-top: 40px;
}

@media (max-width: 780px) {
  [data-wf-columns].row {
    display: flex;
    flex-direction: column;
  }
}
