html {
  scroll-behavior: smooth;
}
.specialities-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .specialities-row {
    justify-content: center;
  }
}
@media (min-width: 1200px) {
  .specialities-item {
    width: 19%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .specialities-item {
    width: 32%;
  }
}
@media (max-width: 991px) {
  .specialities-item {
    width: 100%;
  }
}
.desc .preview {
  font-size: 16px;
  text-transform: uppercase;
}
.insta {
  padding-right: 8px;
}
.name {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 20px;
}
.title {
  font-size: 14px;
}
.position {
  font-style: italic;
}
.record {
  background-image: url(/upload/content/images/bg-record.jpg);
  background-repeat: no-repeat;
}
.record a {
  color: #999;
}
.list li {
  list-style: none;
  background: url(/upload/content/images/circle.png) no-repeat 0 8px;
  padding-left: 12px;
}
.cont {
  font-size: 24px;
}
.underline a {
  text-decoration: underline;
}
.underline a:hover {
  text-decoration: none;
}
.contacts .cont {
  font-size: 18px;
}
.contacts a {
  color: #000;
}
.color {
  text-align: justify;
  color: #ee7e24;
  font-weight: bold;
  text-decoration: underline;
}
.icon {
  padding-right: 7px;
  padding-bottom: 2px;
}
.social {
  padding-left: 26px;
  font-size: 17px;
}
.social img {
  padding-right: 20px;
}
.price {
  text-align: right;
}
.price a {
  color: #000;
  text-decoration: underline;
}
.price a:hover {
  text-decoration: none;
}
.price img {
  height: 22px;
  margin-right: 10px;
  margin-bottom: 2px;
}
.underline {
  padding-left: 26px;
}
.btn-primary:hover {
  background-color: #1f4a1a;
  border-color: #1f4a1a;
}
.btn-primary {
  background-color: #3f8f35;
  border-color: #3f8f35;
  text-decoration: none;
}
td,
th {
  padding: 9px;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #fff;
  text-align: left;
  background-color: #ee7e24;
  text-align: center;
}
/* скрываем чекбоксы и блоки с содержанием */
.hide,
.hide + label ~ div {
  display: none;
}
/* вид текста label */
.hide + label {
  margin: 0;
  padding: 0;
  color: #ef7f1b;
  cursor: pointer;
  display: inline-block;
}
/* вид текста label при активном переключателе */
.hide:checked + label {
  color: red;
  border-bottom: 0;
}
/* когда чекбокс активен показываем блоки с содержанием  */
.hide:checked + label + div {
  display: block;
  margin-left: 20px;
  padding: 10px;
  /* чуточку анимации при появлении */
  -webkit-animation: fade ease-in 0.5s;
  -moz-animation: fade ease-in 0.5s;
  animation: fade ease-in 0.5s;
}
/* анимация при появлении скрытых блоков */
@-moz-keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.hide + label:before {
  background-color: #1e90ff;
  color: #fff;
  content: "\002B";
  display: block;
  float: left;
  font-size: 14px;
  font-weight: bold;
  height: 16px;
  line-height: 16px;
  margin: 3px 5px;
  text-align: center;
  width: 16px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.hide:checked + label:before {
  content: "\2212";
}
img:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(1);
}
/*Прайс - НАЧАЛО */
.price-container {
  cursor: pointer;
  padding-top: 2rem;
}
.price-container svg {
  transition: all 0.3s ease;
}
.price-container p {
  color: #ee7e24;
  text-decoration: underline;
}
.price-container:hover p {
  color: #ee7e24;
  text-decoration: none;
}
.price-container:hover svg {
  scale: 1.1;
}
.table-container {
  overflow-x: auto;
}
table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}
th,
td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: left;
  vertical-align: middle;
}
th {
  background-color: #f2f2f2;
}
tr:nth-child(even) {
  background-color: #f9f9f9;
}
tr:hover {
  background-color: #eaeaea;
}
.category {
  background-color: #ccc;
  font-weight: bold;
}
#price-link {
  scroll-margin-block-start: 10rem;
}
.price-title a {
  color: #ee7e24;
  text-decoration: underline;
}
.price-title a:hover {
  color: #ee7e24;
  text-decoration: none;
}
/*Прайс - Конец */
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22anonymous-file-0.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%3BEACI%3B%3BAAGJ%3BEACI%3BEACA%3BEACA%3B%3BAAIJ%2CQAH8B%2CuBAAyB%3BEAGvD%3BIAFM%3B%3B%3BAAUN%2CQAN2B%3BEACvB%3BIACI%3B%3B%3BAAUR%2CQAN0B%2CuBAAyB%3BEAC%5C%2FC%3BIACI%3B%3B%3BAAWR%2CQAP0B%3BEACtB%3BIACI%3B%3B%3BAAKR%2CKAAM%3BEACF%3BEACA%3B%3BAAEJ%3BEACI%3B%3BAAEJ%3BEACI%3BEACA%3BEACA%3B%3BAAEJ%3BEACI%3B%3BAAEJ%3BEACI%3B%3BAAEJ%3BEACI%2C2DAAA%3BEACA%3B%3BAAEJ%2COAAQ%3BEACJ%3B%3BAAEJ%2CKAAM%3BEACF%3BEACA%2CkEAAA%3BEACA%3B%3BAAEJ%3BEACI%3B%3BAAEJ%2CUAAW%3BEACP%3B%3BAAEJ%2CUAAW%2CEAAC%3BEACR%3B%3BAAEJ%2CSAAU%3BEACN%3B%3BAAEJ%2CSAAU%3BEACN%3B%3BAAEJ%3BEACI%3BEACA%3BEACA%3BEACA%3B%3BAAEJ%3BEACI%3BEACA%3B%3BAAEJ%3BEACI%3BEACA%3B%3BAAEJ%2COAAQ%3BEACJ%3B%3BAAEJ%3BEACI%3B%3BAAEJ%2CMAAO%3BEACH%3BEACA%3B%3BAAEJ%2CMAAO%2CEAAC%3BEACJ%3B%3BAAEJ%2CMAAO%3BEACH%3BEACA%3BEACA%3B%3BAAEJ%3BEACI%3B%3BAAGJ%2CYAAY%3BEACJ%3BEACJ%3B%3BAAEJ%3BEACK%3BEAA0B%3BEAAsB%3B%3BAAErD%3BAAAI%3BEACA%3B%3BAAEJ%3BEACI%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3B%3BAAGJ%3BAACA%2CKAAQ%2CQAAQ%3BEACZ%3B%3B%3BAAGJ%2CKAAQ%3BEACJ%3BEACA%3BEACA%3BEACA%3BEACA%3B%3B%3BAAGJ%2CKAAK%2CQAAW%3BEACZ%3BEACA%3B%3B%3BAAGJ%2CKAAK%2CQAAW%2CQAAQ%3BEACpB%3BEAGA%3BEACA%3B%3BEAEC%2CoCAAA%3BEACA%2CiCAAA%3BEACA%2C4BAAA%3B%3B%3BAAGL%3BEACI%3BIAAO%3B%3BEACX%3BIAAK%3B%3B%3BAAEL%3BEACI%3BIAAO%3B%3BEACX%3BIAAK%3B%3B%3BAAEL%3BEACI%3BIAAO%3B%3BEACX%3BIAAK%3B%3B%3BAAEL%2CKAAQ%2CQAAK%3BEACT%3BEACA%3BEACA%2CSAAS%2COAAT%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CeAAA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAEJ%2CKAAK%2CQAAW%2CQAAK%3BEACjB%2CSAAS%2COAAT%3B%3BAAEJ%2CGAAG%3BEACC%2CgBAAgB%2CaAAhB%3BEACA%2CQAAQ%2CYAAR%3B%3B%3BAAGJ%3BEACA%3BEACA%3B%3BAAEA%2CgBAAiB%3BEAChB%2CyBAAA%3B%3BAAED%2CgBAAiB%3BEACb%3BEACF%3B%3BAAEF%2CgBAAgB%2CMAAO%3BEACnB%3BEACF%3B%3BAAGF%2CgBAAgB%2CMAAO%3BEACtB%3B%3BAAGA%3BEACW%3B%3BAAEZ%3BEACY%3BEACA%3BEACA%3B%3BAAEJ%3BAAAI%3BEACA%2CsBAAA%3BEACA%3BEACA%3BEACA%3B%3BAAEJ%3BEACI%3B%3BAAEJ%2CEAAE%2CUAAU%3BEACR%3B%3BAAEJ%2CEAAE%3BEACE%3B%3BAAEJ%3BEACI%3BEACA%3B%3BAAGJ%3BEACN%3B%3BAAGF%2CYAAa%3BEACT%3BEACF%3B%3BAAEF%2CYAAa%2CEAAC%3BEACV%3BEACF%22%7D */