.bshdw {
  box-shadow: 0 0 24px 1px rgba(33, 32, 31, 0.12);
}
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
html {
  background: #58c8b6;
}
body {
  color: #175372;
  font-family: Arial, "Open Sans", sans-serif;
  max-width: 100%;
  background: #58c8b6;
}
form fieldset {
  border: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #175372;
  font-family: "Open Sans", sans-serif;
}
a {
  color: #3bb29f;
}
.wrapper {
  max-width: 1376px;
  margin: 0 auto;
  position: relative;
}
h2 {
  margin: 2em 0;
  text-transform: uppercase;
  font-weight: bold;
  color: #1f4559;
  border-bottom: 2px dotted #58c8b6;
}
.relCreate {
  padding: 2em 0;
}
.relWr .box {
  padding: 1em;
}
.relWr .relName {
  display: block;
  font-weight: bold;
  color: #175372;
}
.relWr .relDate {
  margin-top: 0.2em;
  display: inline-block;
  background-color: #c7a880;
  color: white;
  padding: 0.1em 0.3em;
  line-height: 1em;
  border-radius: 2px;
}
.servicePrice .priceItem {
  margin-bottom: 0.2em;
  display: flex;
  justify-content: space-between;
}
.servicePrice .priceName {
  font-weight: bold;
  margin-right: 0.5em;
}
.servicePrice .priceLine {
  position: relative;
  flex-grow: 1;
}
.servicePrice .priceLine:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 6px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #e7e8e8;
}
.servicePrice .priceAmount {
  color: #c7a880;
  font-weight: bold;
  padding-left: 0.2em;
}
.servicePrice li {
  padding: 0 0 0 1em;
}
.servicePrice li:before {
  content: '';
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  background: #c7a880;
  border-radius: 100%;
  vertical-align: middle;
  margin-right: 0.5em;
}
.staticNav {
  position: fixed;
  padding: 2rem 3rem 0 2rem;
}
.layerD .pageBStatic {
  display: block;
  position: fixed;
  right: 0;
  top: 0;
  background: white;
  left: 0;
  height: 100%;
}
.layerD .pageBStatic img {
  display: block;
}
.shopEl a {
  display: block;
  padding-bottom: 2rem;
}
.shopEl a span {
  color: #21201f;
  text-transform: uppercase;
  font-size: 0.9em;
}
/*Слайдер________________________________________________*/
.mainPBanner {
  margin-top: 40px;
}
.mainPBanner img {
  display: block;
  min-width: 100%;
}
.mainPBanner .bx-viewport {
  box-shadow: 0 0 24px 1px rgba(33, 32, 31, 0.12);
}
.bx-wrapper {
  position: relative;
  *zoom: 1;
}
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(../js/bxslider/images/bx_loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
.parallaxWr {
  display: block;
  bottom: 0;
  right: 0;
  top: 0;
  left: 0;
}
.siteHeader {
  width: 100%;
  text-align: right;
}
.siteHeader .logo {
  display: inline-block;
}
.docsMenu {
  margin-top: 0;
}
.docsMenu .box {
  margin-bottom: 0.4em;
  padding: 0.2em 1.25em;
}
.docsMenu a {
  color: #175372;
}
.docsMenu a.current {
  color: #9a9c9b;
}
.docsMenu a:hover {
  color: #58c8b6;
}
.subMenuServ {
  padding-top: 2rem;
}
.subMenuServ span {
  margin-bottom: 1rem;
}
.subMenuServ svg.iconSvgL1 {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 2rem;
  height: 3rem;
  stroke-width: 3;
  stroke: #58c8b6;
  fill: none;
}
.subMenuServ svg.iconSvgL2 {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 2rem;
  height: 3rem;
  stroke-width: 3;
  stroke: #58c8b6;
  fill: white;
}
.subMenuServ a {
  color: #175372;
  height: 1.4em;
}
.subMenuServ a:hover {
  color: #175372;
}
.subMenuServ a:hover svg.iconSvgL1 {
  stroke: #175372;
}
.subMenuServ a:hover svg.iconSvgL2 {
  stroke: #c7a880;
}
.subMenuServ a.current .iconTextCont {
  color: #c7a880;
}
.subMenuServ a.current svg.iconSvgL2 {
  stroke: #175372;
}
.table {
  color: #1f4559;
}
.table td {
  padding: 0.2em 0.75em 0.1em 0.75em;
}
.table tr.titleSer {
  font-weight: bold;
  border-bottom: solid 2px #58c8b6;
  background-color: #f1f1f1;
}
.table .priceSer {
  text-align: right;
  font-weight: bold;
}
.textContent {
  padding: 1em 0;
}
.textContent a {
  font-weight: bold;
  display: inline-block;
  color: #175372;
  border-bottom: 1px dashed #1f4559;
}
.textContent a:hover {
  color: #58c8b6;
}
.textContent a:after {
  content: url('../images/imlimk1.png');
  display: inline-block;
  margin-left: 0.4em;
}
.iconTextCont {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  text-transform: uppercase;
  padding-left: 1em;
  font-weight: bold;
}
.iconSvgCont {
  display: inline-block;
  position: relative;
  width: 2rem;
  height: 3rem;
  vertical-align: middle;
}
.navProMain {
  padding: 2rem 0 1rem 0;
  border-top: 2px dotted #58c8b6;
  border-bottom: 2px dotted #58c8b6;
  margin: 1rem 0;
}
.navProMain ul {
  margin-top: 1em;
}
.navProMain ul li a {
  color: #175372;
  text-transform: uppercase;
  font-size: 1.1em;
}
.navProMain ul li a:hover {
  color: #c7a880;
}
.navProMain ul li.active a {
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
}
.navProMain ul li.active a:after {
  content: '';
  display: inline-block;
  height: 0.2rem;
  width: 1rem;
  vertical-align: middle;
  margin-left: 0.5rem;
  background: #c7a880;
}
.navProMain ul li.open {
  margin-bottom: 1em;
}
.navProMain ul li.open li a {
  font-size: 0.9em;
  text-transform: none;
  font-weight: normal;
  line-height: 1em;
  display: block;
  text-align: left;
  margin-bottom: 0.4em;
}
.navProMain ul li.open li a::after {
  display: none;
}
.navProMain ul li.open li.active a {
  color: #9a9c9b;
}
.navProMain ul li.open li.active a::after {
  display: inline-block;
}
.docsWr {
  margin: 1rem 0;
  background: #e7e8e8;
  padding: 0.5em;
  border-radius: 4px;
  border: dashed 1px #b4b5b5;
}
.docsItem article {
  height: 5rem;
}
.docsItem .media-content {
  line-height: 1em;
}
.docsItem a {
  padding: 0.8rem;
  background: white;
  display: block;
  border-radius: 4px;
}
.docsItem span {
  display: inline-block;
}
strong {
  color: #175372;
}
.mySheduler {
  display: inline-block;
  background: white;
  color: #175372;
  padding: 0.3em 0.5em 0 0.8em;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 1em;
  border-radius: 2em;
  line-height: 1.8em;
  border: 2px solid #58c8b6;
  font-size: 1em;
}
.mySheduler:hover {
  background: #58c8b6;
  color: white;
}
.mySheduler span {
  display: inline-block;
  line-height: 1em;
  text-align: left;
}
.mySheduler span img {
  max-width: 90%;
}
.copyR {
  margin: 1rem 0;
  color: #1f4559;
}
.siteContent {
  background: linear-gradient(90deg, #e2e2e2, white 5%);
  min-height: 100%;
  position: relative;
  padding-bottom: 2rem;
}
.siteContent::before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  width: 6000px;
}
.itemOferta {
  padding: 0 0 1.5rem 0;
  line-height: 1em;
  font-size: 0.8em;
}
.scPadding {
  position: relative;
  padding: 0 3rem 0 3rem;
}
.scPadding.widePage {
  padding: 0;
}
.searchIcon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 1rem;
}
.searchIcon svg {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  fill: #21201f;
}
.searchIcon:hover svg {
  fill: #3bb29f;
}
.breadcrumb {
  display: inline-block;
  vertical-align: middle;
}
.breadcrumb a {
  color: #1f4559;
  font-size: 0.9em;
}
.breadcrumb a:hover {
  color: #2e8c7d;
}
.proContainer .pTitle {
  padding: 2rem 0 1rem 0;
}
.proContainer .pTitle h1 {
  color: #175372;
  font-size: 1.4em;
  text-transform: uppercase;
  font-weight: bold;
  padding-bottom: 0.4em;
  border-bottom: 2px dotted #58c8b6;
  margin-bottom: 0.5rem;
}
.proContent {
  margin-bottom: 1.5rem;
}
.proContent dl dt:before {
  content: '';
  display: inline-block;
  width: 0.6em;
  height: 0.6em;
  border-radius: 100%;
  background: #58c8b6;
  margin-right: 0.6em;
}
.proIntro {
  font-weight: bold;
  padding: 2rem 0;
}
.searchWrapper {
  display: none;
  padding: 1rem;
  margin: 2rem 0 1.4rem 0;
  border-radius: 2px;
  background: #c7a880;
}
.searchWrapper .inputWr {
  margin-bottom: 1rem;
}
.searchWrapper .inputWr svg {
  width: 1.2rem;
  height: 1.2rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: 1rem;
}
.searchWrapper input {
  padding: 0.3rem 1rem;
  border-radius: 2px;
  border: 1px solid #1f4559;
  width: 20rem;
  display: inline-block;
}
.searchWrapper .search-inner a {
  display: block;
  padding: 0.2rem 0 0 1rem;
  color: #175372;
}
.searchWrapper .search-inner a:first-child {
  margin-top: 1rem;
}
.searchWrapper .search-inner a:last-child {
  margin-bottom: 1rem;
}
.searchWrapper .search-inner a:hover {
  background: #a5e1d8;
  color: #21201f;
}
.hContacts svg {
  fill: #c7a880;
  width: 1.25rem;
  height: 1.25rem;
}
.hContacts .phone {
  color: #175372;
  font-weight: bold;
  font-size: 1.1em;
}
.hContacts .phone svg {
  display: inline-block;
  vertical-align: middle;
}
.hContacts .phone span {
  display: inline-block;
  vertical-align: middle;
}
.hContacts .social {
  padding-top: 1rem;
}
.hContacts .social svg {
  fill: #175372;
  width: 1.75rem;
  height: 1.75rem;
}
.hContacts .social:hover svg {
  fill: #c7a880;
}
.addsContacts {
  padding-top: 1rem;
  font-size: 0.9em;
}
.addsContacts dd {
  margin-bottom: 1rem;
}
.addsContacts svg {
  height: 1rem;
}
.addsContacts span {
  color: #c7a880;
  vertical-align: top;
  text-transform: uppercase;
}
footer {
  position: absolute;
  bottom: 2rem;
}
.formProStyle {
  background: rgba(33, 32, 31, 0.5);
}
.vMiddle {
  vertical-align: middle;
  display: inline-block;
}
.vTop {
  vertical-align: top;
  display: inline-block;
}
.formWr {
  background: #c7a880;
  padding: 1.5rem 2rem;
}
.elContent {
  margin: 1rem 0 1.5rem 0;
}
.paginationC {
  border-top: 2px solid #c7a880;
  padding-top: 1rem;
}
.paginationC li {
  display: inline-block;
}
.paginationC li a {
  border: 1px solid #c7a880;
  border-radius: 100%;
  display: block;
  padding: 0 0.5rem;
}
.paginationC li a:hover {
  background: #58c8b6;
  color: #21201f;
}
.paginationC li.active a {
  background: #2e8c7d;
  color: white;
}
.contentMain {
  padding: 2rem 0;
}
.serviceMain {
  padding: 1.5rem 3rem 4.5rem 3rem;
  margin: 1.5rem 0;
  background: #e7e8e8;
}
.serviceMain .servItem a {
  display: block;
  width: 100%;
  position: relative;
}
.serviceMain .servItem a img {
  position: relative;
  display: block;
}
.serviceMain .servItem a:hover .servSplash {
  background: linear-gradient(to bottom, rgba(88, 200, 182, 0.8) 0, rgba(88, 200, 182, 0.9) 100%);
}
.serviceMain .servItem a:hover .servSplash span.servTextTitle {
  color: white;
}
.serviceMain .servItem a:hover .servSplash span.servTextCont {
  color: white;
}
.serviceMain .servItem .servSplash {
  position: absolute;
  bottom: -3rem;
  right: -3%;
  top: 70%;
  left: 3%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0.7) 100%);
  border-radius: 4px;
  border-bottom: 0.5rem/2 solid rgba(154, 156, 155, 0.4);
  border-right: 0.5rem/2 solid rgba(154, 156, 155, 0.4);
  padding: 0.5rem 1rem;
}
.serviceMain .servItem .servSplash span {
  display: block;
}
.serviceMain .servItem .servSplash span.servTextTitle {
  text-transform: uppercase;
  font-weight: bold;
  color: #175372;
  margin-bottom: 1em;
}
.serviceMain .servItem .servSplash span.servTextCont {
  color: #9a9c9b;
  line-height: 1em;
}
.docOneList img {
  display: block;
  width: 100%;
}
.docOneList a {
  display: block;
  position: relative;
}
.docOneList .docTitle {
  padding: 1rem 1rem 1rem 0;
}
.docOneList .docTitle .lev1 {
  text-transform: uppercase;
  color: #175372;
  font-weight: bold;
  display: block;
  font-size: 1.2em;
}
.docOneList .docTitle .lev2 {
  color: #9a9c9b;
  font-weight: bold;
  display: block;
}
.docOneList .docTitle .docText {
  padding: 0.5rem 1rem 1rem 0;
}
.bannerMain {
  margin: 0 0 3rem 0;
  padding: 1.5rem 0 0 0;
}
.bannerMain.widePage {
  padding: 0;
}
.mobileHeader {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  padding: 0 1.25rem 0.5rem 1.25rem;
  display: none;
  transition: all 0.5s;
  background: white;
  z-index: 201;
  border-bottom: 0.5rem/2 solid #58c8b6;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.mobContacts {
  text-align: center;
  border-top: dotted 1px #1f4559;
  margin-top: 0.3em;
}
.mobContacts span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1em;
  color: #175372;
}
.mobContacts svg {
  width: 1rem;
  height: 1rem;
  fill: #c7a880;
  display: inline-block;
  vertical-align: middle;
}
.mobContacts .phone {
  color: #c7a880;
  font-size: 1.25em;
  margin-right: 1rem;
}
.navbar {
  background: none;
}
.navbar-menu {
  background: none;
  transition: all 0.6s;
  padding: 1rem 0;
}
.navbar-menu li {
  padding: 0.3em 0;
}
.navbar-menu li a {
  text-transform: uppercase;
  color: #175372;
  font-weight: bold;
}
.navbar-menu li.active a {
  color: #9a9c9b;
}
.navbar-menu li.active a:before {
  content: '--';
  font-weight: bold;
  color: #58c8b6;
  display: inline-block;
  margin-right: 0.5rem/2;
  margin-left: -1rem;
}
.navbar-menu li.shop a {
  display: inline-block;
  border-top: 1px dotted #1f4559;
  border-bottom: 1px dotted #1f4559;
  margin: 0.5rem 0;
  padding: 0.5rem/2 0;
  color: #58c8b6;
}
.navbar-burger {
  border: none;
  background: none;
}
.navbar-burger span {
  background-color: #9a9c9b;
}
.navbar-item {
  padding: 0;
}
.label:not(:last-child) {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .navbar-menu {
    box-shadow: none;
  }
  .contentMain {
    padding: 1rem 0;
  }
  .contentMain span {
    font-size: 1.2rem !important;
  }
  .navbar-burger span {
    height: 0.14rem;
    width: 1.4rem;
  }
  .proElements .proEl a span {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1rem;
    line-height: 1rem;
  }
  .proLineNav .titleText {
    font-size: 0.8rem;
    line-height: 0.9rem;
  }
  .proLineNav .currPTitle {
    font-size: 0.9rem;
  }
  .proLineNav .columns {
    margin: 0;
  }
  .proContainer .pTitle {
    padding: 2rem 0 0.5rem;
  }
  .proContainer .pTitle h1 {
    font-size: 1.1em;
  }
  .scPadding {
    position: relative;
    padding: 5rem 1.25rem 0 1.25rem;
  }
  .siteContent {
    background: white;
  }
  .mobileHeader {
    display: block;
  }
  .mobileHeader a img {
    max-width: 70%;
  }
  .layerD {
    display: none;
    background: #21201f;
  }
  .layerD .pageBStatic {
    display: none;
  }
  .staticNav {
    display: none;
  }
  .siteContent:before {
    display: none;
  }
  .breadcrumb a {
    font-size: 0.9rem;
  }
}
