

/* Start:/local/templates/artsurgery/public/css/style.min.css?174794221319551*/
@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap");
@font-face {
  font-family: SixHandsBrush;
  font-display: swap;
  src: url("/local/templates/artsurgery/public/css/../fonts/SixHandsBrush.woff2") format("woff2"), url("/local/templates/artsurgery/public/css/../fonts/SixHandsBrush.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: SixHandsBlack;
  font-display: swap;
  src: url("/local/templates/artsurgery/public/css/../fonts/SixHandsBlack.woff2") format("woff2"), url("/local/templates/artsurgery/public/css/../fonts/SixHandsBlack.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: SixHandRough;
  font-display: swap;
  src: url("/local/templates/artsurgery/public/css/../fonts/SixHandRough.woff2") format("woff2"), url("/local/templates/artsurgery/public/css/../fonts/SixHandRough.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: SixHandsCondensed;
  font-display: swap;
  src: url("/local/templates/artsurgery/public/css/../fonts/SixHandsCondensed.woff2") format("woff2"), url("/local/templates/artsurgery/public/css/../fonts/SixHandsCondensed.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: SixHandsChalk;
  font-display: swap;
  src: url("/local/templates/artsurgery/public/css/../fonts/SixHandsChalk.woff2") format("woff2"), url("/local/templates/artsurgery/public/css/../fonts/SixHandsChalk.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: SixHandsMarker;
  font-display: swap;
  src: url("/local/templates/artsurgery/public/css/../fonts/SixHandsMarker.woff2") format("woff2"), url("/local/templates/artsurgery/public/css/../fonts/SixHandsMarker.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

html,
body {
  height: 100%;
  min-width: 360px;
}

.loaded {
  opacity: 1;
  overflow: visible;
}

body {
  color: #222222;
  line-height: 1;
  font-family: "Montserrat";
  font-size: 22px;
  text-rendering: optimizeLegibility;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input,
button,
textarea {
  font-family: "Montserrat";
  font-size: inherit;
}

button {
  cursor: pointer;
  color: inherit;
  background-color: inherit;
}

a {
  color: inherit;
}

a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

body {
  font-weight: 400;
  background: #F4F0E6;
}

img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease 0s;
}

.wrapper {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.wrapper > main {
  flex: 1 1 auto;
}

/*
(i) Стили будут применяться ко 
всем классам содержащим *__container
Например header__container, main__container и т.д.
Снипет (HTML): cnt
*/
[class*=__container] {
  max-width: 1185px;
  box-sizing: content-box;
  margin: 0 auto;
  padding: 0 15px;
}

.footer {
  background: #0c5432;
  color: rgba(255, 255, 255, 0.4509803922);
  padding: 43px 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 776px) {
  .footer {
    margin-top: -800px;
    padding-top: 440px;
  }
}
.footer_info p {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 12px;
  line-height: 114%;
  letter-spacing: 0px;
}
@media (max-width: 600px) {
  .footer_info p {
    font-size: 10px;
  }
}
.footer_info span {
  font-weight: 700;
  font-size: 12px;
  line-height: 114%;
  letter-spacing: 0px;
}
@media (max-width: 600px) {
  .footer_info span {
    font-size: 10px;
  }
}
.footer_info ul {
  margin-left: 5px;
  margin-top: 5px;
}
.footer_info ul li {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 12px;
  line-height: 114%;
  letter-spacing: 0px;
}
@media (max-width: 600px) {
  .footer_info ul li {
    font-size: 10px;
    margin-bottom: 1px;
  }
}
.footer_text {
  font-size: 29px;
  line-height: 100%;
  letter-spacing: -0.5px;
  text-align: center;
  text-transform: uppercase;
  margin: 26px 0 33px;
  color: rgba(255, 255, 255, 0.4509803922);
  display: block;
}
@media (max-width: 600px) {
  .footer_text {
    font-size: 16px;
  }
}
.footer_block {
  display: flex;
}
@media (max-width: 992px) {
  .footer_block {
    flex-direction: column;
    gap: 10px;
  }
}
.footer_block .logo {
  display: flex;
  gap: 15px;
  max-width: 469px;
  width: 100%;
  margin-right: 70px;
}
@media (max-width: 600px) {
  .footer_block .logo {
    flex-direction: column;
  }
}
.footer_block .logo img {
  width: 126px;
  height: 28px;
}
@media (max-width: 600px) {
  .footer_block .logo img {
    width: 143px;
  }
}
.footer_block .logo span {
  display: block;
  font-family: Montserrat;
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #ffffff;
  max-width: 330px;
  width: 100%;
}
@media (max-width: 600px) {
  .footer_block .logo span {
    font-size: 14px;
  }
}
.footer_block .text {
  font-weight: 400;
  font-size: 14px;
  line-height: 115%;
  letter-spacing: 0;
}
.footer_block .text:not(:last-of-type) {
  margin-right: 20px;
  max-width: 260px;
  width: 100%;
}
.footer_block .text:last-child {
  max-width: 150px;
  width: 100%;
}
.footer_block .text a:hover {
  transition: all 0.3s ease 0s;
  color: #ffffff;
}

.popup {
  display: none;
  position: relative;
  overflow: visible;
  max-width: 780px !important;
  padding: 0 !important;
  width: 100%;
  background: none !important;
}
.popup__content {
  padding: 60px;
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: auto;
  background: #fff;
  border-radius: 40px;
}
@media (max-width: 992px) {
  .popup__content {
    padding: 25px 20px;
  }
}
.popup__block {
  margin-bottom: 40px;
}
@media (max-width: 600px) {
  .popup__block {
    margin-bottom: 30px;
  }
}
.popup__block h2 {
  font-weight: 700;
  font-size: 22px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #000000;
  margin-bottom: 10px;
}
@media (max-width: 600px) {
  .popup__block h2 {
    font-size: 18px;
  }
}
.popup__block p {
  font-weight: 400;
  font-size: 22px;
  line-height: 120%;
  letter-spacing: 0%;
}
@media (max-width: 600px) {
  .popup__block p {
    font-size: 18px;
  }
}
@media (max-width: 600px) {
  .popup__button {
    display: flex;
    justify-content: center;
  }
}
.popup__button-success {
  max-width: 245px;
  width: 100%;
  height: 60px;
  border-radius: 100px;
  padding: 15.96px;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #fff;
  background: #0c5432;
  transition: all 0.3s ease 0s;
}
.popup__button-success:hover {
  opacity: 0.5;
}
@media (max-width: 400px) {
  .popup__button-success {
    max-width: 100%;
  }
}

.fancybox-bg {
  background: rgba(0, 0, 0, 0.4);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.5;
}

.fancybox-content {
  padding: 0;
  background: transparent;
}

.fancybox-slide--html .fancybox-close-small {
  display: none;
}

.firstblock {
  position: relative;
  padding-top: 135px;
  height: 763px;
}
@media (max-width: 1200px) {
  .firstblock {
    padding-top: 60px;
  }
}
@media (max-width: 600px) {
  .firstblock {
    padding-top: 20px;
    height: 737px;
  }
}
.firstblock_img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  max-width: 100%;
  width: 100%;
  height: 100%;
}
.firstblock_block {
  position: relative;
}
.firstblock_block span {
  display: block;
  font-size: 22px;
  line-height: 120%;
  letter-spacing: 0%;
  margin-bottom: 6px;
}
@media (max-width: 992px) {
  .firstblock_block span {
    font-size: 18px;
  }
}
@media (max-width: 600px) {
  .firstblock_block span {
    font-size: 16px;
    max-width: 180px;
    margin-bottom: 16px;
  }
}
.firstblock_block .title {
  font-style: italic;
  font-size: 51.56px;
  line-height: 106%;
  letter-spacing: 0%;
  text-transform: uppercase;
  display: block;
  margin-bottom: 20px;
  margin-left: -2px;
}
@media (max-width: 1200px) {
  .firstblock_block .title {
    font-size: 45px;
  }
}
@media (max-width: 992px) {
  .firstblock_block .title {
    font-size: 40px;
  }
}
@media (max-width: 600px) {
  .firstblock_block .title {
    font-size: 34.43px;
    margin-bottom: -23px;
  }
}
.firstblock_block .title span {
  display: block;
  font-family: "SixHandsBrush";
  font-weight: 600;
  font-size: 126.5px;
  line-height: 118px;
  letter-spacing: 2px;
  margin-left: -20px;
  color: #063822;
}
@media (max-width: 1200px) {
  .firstblock_block .title span {
    margin-left: 0;
    font-size: 100px;
  }
}
@media (max-width: 600px) {
  .firstblock_block .title span {
    margin-left: -10px;
    font-size: 82px;
    margin-top: -16px;
  }
}
.firstblock_block .title_img {
  position: absolute;
}
.firstblock_block p {
  font-size: 22px;
  line-height: 120%;
  letter-spacing: 0%;
  max-width: 467px;
  width: 100%;
}
@media (max-width: 1200px) {
  .firstblock_block p {
    font-size: 18px;
    max-width: 350px;
  }
}
@media (max-width: 992px) {
  .firstblock_block p {
    font-size: 16px;
    max-width: 250px;
  }
}
@media (max-width: 600px) {
  .firstblock_block p {
    max-width: 300px;
  }
}
.firstblock_block::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: url(/local/templates/artsurgery/public/css/../img/knick.png);
  background-position: center center;
  background-repeat: no-repeat;
  width: 600px;
  height: 300px;
}

.path {
  margin-top: 55px;
  position: relative;
  z-index: 2;
}
.path_fone {
  background-image: url("/local/templates/artsurgery/public/css/../img/fon.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 600px) {
  .path {
    margin-top: 3px;
  }
}
.path .title {
  font-family: "SixHandsBrush";
  font-weight: 600;
  font-size: 73px;
  line-height: 66.77px;
  letter-spacing: -3%;
  color: #063822;
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .path .title {
    margin-bottom: 0px;
    font-size: 37px;
  }
}
.path_block {
  max-width: 668px;
  width: 100%;
  margin-bottom: 90px;
}
.path_block p {
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0%;
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .path_block p {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
@media (max-width: 776px) {
  .path_block {
    margin-bottom: 32px;
  }
}
.path_banner {
  background-image: url("/local/templates/artsurgery/public/css/../img/banner_fon.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 297px;
  padding: 76px 54px;
  border-radius: 30px;
  position: relative;
}
@media (max-width: 776px) {
  .path_banner {
    padding: 20px 20px 0;
    display: flex;
    flex-direction: column;
  }
}
.path_banner::before {
  content: "";
  background-image: url("/local/templates/artsurgery/public/css/../img/banner_beffore.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  width: 746px;
  height: 621px;
  position: absolute;
  top: -243px;
  right: -230px;
  z-index: -1;
}
@media (max-width: 776px) {
  .path_banner::before {
    top: 0;
  }
}
.path_banner-title {
  font-family: "SixHandsBrush";
  font-weight: 600;
  font-size: 60px;
  line-height: 66.77px;
  letter-spacing: -3%;
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 776px) {
  .path_banner-title {
    font-size: 40px;
    line-height: 100%;
  }
}
.path_banner p {
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #ffffff;
  max-width: 555px;
  width: 100%;
  position: relative;
}
.path_banner p sup {
  position: relative;
  font-size: 12px;
  top: -6px;
  line-height: 0;
  vertical-align: baseline;
}
@media (max-width: 776px) {
  .path_banner p {
    font-size: 16px;
    line-height: 120%;
  }
}
.path_banner-pic {
  position: absolute;
  right: 110px;
  top: -223px;
  width: 540px;
  height: 520px;
}
@media (max-width: 776px) {
  .path_banner-pic {
    display: none;
  }
}
.path_banner-pic-mob {
  position: relative;
  display: none;
}
@media (max-width: 776px) {
  .path_banner-pic-mob {
    display: block;
    left: 50%;
    transform: translateX(-50%);
    width: 328px;
    height: 360px;
  }
}
@media (max-width: 1200px) {
  .path_banner-pic {
    right: -100px;
  }
}
@media (max-width: 992px) {
  .path_banner-pic {
    top: -123px;
    width: 440px;
    height: 420px;
    right: -190px;
  }
}
@media (max-width: 776px) {
  .path_banner-pic {
    position: relative;
  }
}

.key {
  display: flex;
  gap: 10px;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}
.key::before {
  position: absolute;
  left: -127px;
  top: -106px;
  content: "";
  background-image: url(/local/templates/artsurgery/public/css/../img/key_fone.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 833px;
  height: 490px;
  z-index: -2;
}
@media (max-width: 776px) {
  .key::before {
    left: -427px;
    top: -306px;
    width: 833px;
    height: 690px;
  }
}
@media (max-width: 776px) {
  .key {
    margin-top: 100px;
    margin-bottom: 50px;
  }
}
.key img {
  max-width: 367px;
  width: 100%;
}
@media (max-width: 776px) {
  .key img {
    display: none;
  }
}
.key_block {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-left: -320px;
  position: relative;
}
@media (max-width: 1200px) {
  .key_block {
    margin-left: 0;
  }
}
.key_info {
  max-width: 560px;
  width: 100%;
}
@media (max-width: 776px) {
  .key_info {
    max-width: 100%;
  }
}
.key_info-title {
  font-family: "SixHandsBrush";
  font-weight: 600;
  font-size: 80px;
  line-height: 66.77px;
  letter-spacing: -3%;
  color: #063822;
  margin-bottom: 10px;
}
@media (max-width: 776px) {
  .key_info-title {
    font-size: 40px;
    line-height: 100%;
    margin-bottom: 5px;
  }
}
.key_info p {
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0%;
}
@media (max-width: 776px) {
  .key_info p {
    font-size: 16px;
  }
}

.element {
  position: relative;
  z-index: 2;
}
.element_description {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 22px;
  line-height: 120%;
  letter-spacing: 0%;
  margin-bottom: 20px;
  max-width: 779px;
  width: 100%;
  color: #063822;
}
@media (max-width: 776px) {
  .element_description {
    font-size: 18px;
  }
}
.element_items {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.element_item {
  background: #0c5432;
  width: 580px;
  height: auto;
  border-radius: 40px;
  gap: 24px;
  display: flex;
  align-items: center;
  padding: 28px 25px;
}
@media (max-width: 1200px) {
  .element_item {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .element_item {
    flex-direction: column;
    gap: 15px;
  }
}
.element_item img {
  width: 125px;
  height: 125px;
}
@media (max-width: 776px) {
  .element_item img {
    width: 100px;
    height: 100px;
  }
}
.element_item-block {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.element_item-block h3 {
  font-size: 22px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #ffffff;
  font-weight: 700;
}
@media (max-width: 776px) {
  .element_item-block h3 {
    font-size: 20px;
  }
}
.element_item-block p {
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #ffffff;
}
@media (max-width: 776px) {
  .element_item-block p {
    font-size: 16px;
  }
}
.element_item-block p sup {
  top: -6px;
  font-size: 12px;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

.info {
  margin-top: 100px;
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
}
.info::before {
  content: "";
  background-image: url("/local/templates/artsurgery/public/css/../img/fone.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 966px;
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 768px) {
  .info::before {
    display: none;
  }
}
@media (max-width: 776px) {
  .info {
    margin-top: 76px;
    z-index: 10;
  }
}
.info__container {
  display: flex;
  gap: 60px;
}
@media (max-width: 1200px) {
  .info__container {
    flex-direction: column;
    justify-content: center;
    gap: 0;
  }
}
@media (max-width: 776px) {
  .info__container {
    padding: 0;
    align-items: center;
  }
}
.info_img {
  display: block;
  position: absolute;
  width: 742px;
  height: auto;
  top: 151px;
  left: -125px;
}
@media (max-width: 1200px) {
  .info_img {
    z-index: -1;
    position: relative;
    left: -30px;
    top: 50px;
  }
}
@media (max-width: 776px) {
  .info_img {
    width: 100%;
    left: 0;
    top: -170px;
  }
}
.info_title {
  position: relative;
}
.info_title h2 {
  font-weight: 600;
  font-size: 60px;
  line-height: 66.77px;
  letter-spacing: -3px;
  text-transform: uppercase;
  color: #063822;
  margin-bottom: 10px;
}
.info_title h2 sup {
  top: 10px;
  font-size: 28px;
  line-height: 0;
  position: relative;
  vertical-align: top;
}
@media (max-width: 776px) {
  .info_title h2 {
    padding: 0 15px;
    font-size: 40px;
    line-height: 110%;
    letter-spacing: -3%;
  }
}
.info_title p {
  font-family: "SixHandsBrush";
  font-weight: 600;
  font-size: 66px;
  line-height: 66.77px;
  letter-spacing: -2px;
  color: #063822;
}
.info_title p sup {
  top: 21px;
  font-size: 45px;
  line-height: 0;
  position: relative;
  vertical-align: top;
}
@media (max-width: 776px) {
  .info_title p sup {
    font-size: 18px;
    top: 10px;
  }
}
@media (max-width: 776px) {
  .info_title p {
    padding: 0 15px;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: -1px;
  }
}
.info_block {
  max-width: 573px;
  width: 100%;
  height: auto;
  border-radius: 40px;
  background-color: #ffffff;
  padding: 32px 40px 0;
}
@media (max-width: 1200px) {
  .info_block {
    max-width: 100%;
  }
}
@media (max-width: 776px) {
  .info_block {
    top: -336px;
    position: relative;
    max-width: 328px;
    padding: 25px 24px;
  }
}
.info_block p {
  font-weight: 700;
  font-size: 22px;
  line-height: 110%;
  color: #063822;
  margin-bottom: 30px;
}
@media (max-width: 776px) {
  .info_block p {
    font-size: 18px;
    line-height: 110%;
    letter-spacing: 0%;
  }
}
.info_block ul li {
  font-weight: 400;
  font-size: 22px;
  line-height: 110%;
  color: #222222;
  position: relative;
  margin-bottom: 35px;
  padding-left: 57px;
}
.info_block ul li::before {
  content: "";
  background-image: url("/local/templates/artsurgery/public/css/../img/check.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 19px 13px;
  background-color: #0c5432;
  width: 45px;
  height: 45px;
  display: block;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 776px) {
  .info_block ul li::before {
    width: 40px;
    height: 40px;
  }
}
.info_block ul li sup {
  top: -5px;
  font-size: 10px;
  position: relative;
  vertical-align: top;
}
@media (max-width: 776px) {
  .info_block ul li sup {
    font-size: 8px;
  }
}
@media (max-width: 776px) {
  .info_block ul li {
    font-size: 16px;
    line-height: 110%;
    letter-spacing: 0%;
    padding-left: 50px;
  }
}
.info_block img {
  position: relative;
  width: 100%;
  height: auto;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 776px) {
  .info_block img {
    width: 100%;
    height: auto;
  }
}

.fancybox-active {
  height: inherit;
  overflow: hidden;
}

section {
  margin: 60px 0;
}

.fancybox__container {
  max-width: 100%;
  box-sizing: content-box;
  margin: 0 auto;
  padding: 0;
}
/* End */


/* Start:/local/templates/artsurgery/public/css/jquery.fancybox.min.css?174733573718022*/
.carousel {
  position: relative;
  box-sizing: border-box;
}

.carousel *, .carousel *:before, .carousel *:after {
  box-sizing: inherit;
}

.carousel.is-draggable {
  cursor: move;
  cursor: grab;
}

.carousel.is-dragging {
  cursor: move;
  cursor: grabbing;
}

.carousel__viewport {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}

.carousel__track {
  display: flex;
}

.carousel__slide {
  flex: 0 0 auto;
  width: var(--carousel-slide-width, 60%);
  max-width: 100%;
  padding: 1rem;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
}

.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}

.carousel__dots {
  margin: 0 auto;
  padding: 0;
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  list-style: none;
  user-select: none;
}

.carousel__dots .carousel__dot {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  width: 22px;
  height: 22px;
  cursor: pointer;
}

.carousel__dots .carousel__dot:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: currentColor;
  opacity: 0.25;
  transition: opacity 0.15s ease-in-out;
}

.carousel__dots .carousel__dot.is-selected:after {
  opacity: 1;
}

.carousel__button {
  width: var(--carousel-button-width, 48px);
  height: var(--carousel-button-height, 48px);
  padding: 0;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: all;
  cursor: pointer;
  color: var(--carousel-button-color, currentColor);
  background: var(--carousel-button-bg, transparent);
  border-radius: var(--carousel-button-border-radius, 50%);
  box-shadow: var(--carousel-button-shadow, none);
  transition: opacity 0.15s ease;
}

.carousel__button.is-prev, .carousel__button.is-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.carousel__button.is-prev {
  left: 10px;
}

.carousel__button.is-next {
  right: 10px;
}

.carousel__button[disabled] {
  cursor: default;
  opacity: 0.3;
}

.carousel__button svg {
  width: var(--carousel-button-svg-width, 50%);
  height: var(--carousel-button-svg-height, 50%);
  fill: none;
  stroke: currentColor;
  stroke-width: var(--carousel-button-svg-stroke-width, 1.5);
  stroke-linejoin: bevel;
  stroke-linecap: round;
  filter: var(--carousel-button-svg-filter, none);
  pointer-events: none;
}

html.with-fancybox {
  scroll-behavior: auto;
}

body.compensate-for-scrollbar {
  overflow: hidden !important;
  touch-action: none;
}

.fancybox__container {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  margin: 0;
  padding: env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  color: var(--fancybox-color, #fff);
  -webkit-tap-highlight-color: transparent;
  overflow: hidden;
  z-index: 1050;
  outline: none;
  transform-origin: top left;
  --carousel-button-width: 48px;
  --carousel-button-height: 48px;
  --carousel-button-svg-width: 24px;
  --carousel-button-svg-height: 24px;
  --carousel-button-svg-stroke-width: 2.5;
  --carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4));
}

.fancybox__container *, .fancybox__container *::before, .fancybox__container *::after {
  box-sizing: inherit;
}

.fancybox__container :focus {
  outline: none;
}

body:not(.is-using-mouse) .fancybox__container :focus {
  box-shadow: 0 0 0 1px #fff, 0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
}

@media all and (min-width: 1024px) {
  .fancybox__container {
    --carousel-button-width:48px;
    --carousel-button-height:48px;
    --carousel-button-svg-width:27px;
    --carousel-button-svg-height:27px;
  }
}
.fancybox__backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: var(--fancybox-bg, rgba(24, 24, 27, 0.92));
}

.fancybox__carousel {
  position: relative;
  flex: 1 1 auto;
  min-height: 0;
  height: 100%;
  z-index: 10;
}

.fancybox__carousel.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}

.fancybox__viewport {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: visible;
  cursor: default;
}

.fancybox__track {
  display: flex;
  height: 100%;
}

.fancybox__slide {
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 48px 8px 8px 8px;
  position: relative;
  overscroll-behavior: contain;
  display: flex;
  flex-direction: column;
  outline: 0;
  overflow: auto;
  --carousel-button-width: 36px;
  --carousel-button-height: 36px;
  --carousel-button-svg-width: 22px;
  --carousel-button-svg-height: 22px;
}

.fancybox__slide::before, .fancybox__slide::after {
  content: "";
  flex: 0 0 0;
  margin: auto;
}

@media all and (min-width: 1024px) {
  .fancybox__slide {
    padding: 64px 100px;
  }
}
.fancybox__content {
  margin: 0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);
  padding: 36px;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  position: relative;
  align-self: center;
  display: flex;
  flex-direction: column;
  z-index: 20;
}

.fancybox__content :focus:not(.carousel__button.is-close) {
  outline: thin dotted;
  box-shadow: none;
}

.fancybox__caption {
  align-self: center;
  max-width: 100%;
  margin: 0;
  padding: 1rem 0 0 0;
  line-height: 1.375;
  color: var(--fancybox-color, currentColor);
  visibility: visible;
  cursor: auto;
  flex-shrink: 0;
  overflow-wrap: anywhere;
}

.is-loading .fancybox__caption {
  visibility: hidden;
}

.fancybox__container > .carousel__dots {
  top: 100%;
  color: var(--fancybox-color, #fff);
}

.fancybox__nav .carousel__button {
  z-index: 40;
}

.fancybox__nav .carousel__button.is-next {
  right: 8px;
}

@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-next {
    right: 40px;
  }
}
.fancybox__nav .carousel__button.is-prev {
  left: 8px;
}

@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-prev {
    left: 40px;
  }
}
.carousel__button.is-close {
  position: absolute;
  top: 8px;
  right: 8px;
  top: calc(env(safe-area-inset-top, 0px) + 8px);
  right: calc(env(safe-area-inset-right, 0px) + 8px);
  z-index: 40;
}

@media all and (min-width: 1024px) {
  .carousel__button.is-close {
    right: 40px;
  }
}
.fancybox__content > .carousel__button.is-close {
  position: absolute;
  top: -40px;
  right: 0;
  color: var(--fancybox-color, #fff);
}

.fancybox__no-click, .fancybox__no-click button {
  pointer-events: none;
}

.fancybox__spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  color: var(--fancybox-color, currentColor);
}

.fancybox__slide .fancybox__spinner {
  cursor: pointer;
  z-index: 1053;
}

.fancybox__spinner svg {
  animation: fancybox-rotate 2s linear infinite;
  transform-origin: center center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

.fancybox__spinner svg circle {
  fill: none;
  stroke-width: 2.75;
  stroke-miterlimit: 10;
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  animation: fancybox-dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
  stroke: currentColor;
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
.fancybox__backdrop, .fancybox__caption, .fancybox__nav, .carousel__dots, .carousel__button.is-close {
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop, .fancybox__container.is-animated[aria-hidden=false] .fancybox__caption, .fancybox__container.is-animated[aria-hidden=false] .fancybox__nav, .fancybox__container.is-animated[aria-hidden=false] .carousel__dots, .fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close {
  animation: 0.15s ease backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__backdrop, .fancybox__container.is-animated.is-closing .fancybox__caption, .fancybox__container.is-animated.is-closing .fancybox__nav, .fancybox__container.is-animated.is-closing .carousel__dots, .fancybox__container.is-animated.is-closing .carousel__button.is-close {
  animation: 0.15s ease both fancybox-fadeOut;
}

.fancybox-fadeIn {
  animation: 0.15s ease both fancybox-fadeIn;
}

.fancybox-fadeOut {
  animation: 0.1s ease both fancybox-fadeOut;
}

.fancybox-zoomInUp {
  animation: 0.2s ease both fancybox-zoomInUp;
}

.fancybox-zoomOutDown {
  animation: 0.15s ease both fancybox-zoomOutDown;
}

.fancybox-throwOutUp {
  animation: 0.15s ease both fancybox-throwOutUp;
}

.fancybox-throwOutDown {
  animation: 0.15s ease both fancybox-throwOutDown;
}

@keyframes fancybox-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fancybox-fadeOut {
  to {
    opacity: 0;
  }
}
@keyframes fancybox-zoomInUp {
  from {
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fancybox-zoomOutDown {
  to {
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
}
@keyframes fancybox-throwOutUp {
  to {
    transform: translate3d(0, -30%, 0);
    opacity: 0;
  }
}
@keyframes fancybox-throwOutDown {
  to {
    transform: translate3d(0, 30%, 0);
    opacity: 0;
  }
}
.fancybox__carousel .carousel__slide {
  scrollbar-width: thin;
  scrollbar-color: #ccc rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 2px;
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
}

.fancybox__carousel.is-draggable .fancybox__slide, .fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: grab;
}

.fancybox__carousel.is-dragging .fancybox__slide, .fancybox__carousel.is-dragging .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: grabbing;
}

.fancybox__carousel .fancybox__slide .fancybox__content {
  cursor: auto;
}

.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content {
  cursor: zoom-in;
}

.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content {
  cursor: zoom-out;
}

.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content {
  cursor: move;
  cursor: grab;
}

.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content {
  cursor: move;
  cursor: grabbing;
}

.fancybox__image {
  transform-origin: 0 0;
  user-select: none;
  transition: none;
}

.has-image .fancybox__content {
  padding: 0;
  background: transparent;
  min-height: 1px;
}

.is-closing .has-image .fancybox__content {
  overflow: visible;
}

.has-image[data-image-fit=contain] {
  overflow: visible;
  touch-action: none;
}

.has-image[data-image-fit=contain] .fancybox__content {
  flex-direction: row;
  flex-wrap: wrap;
}

.has-image[data-image-fit=contain] .fancybox__image {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.has-image[data-image-fit=contain-w] {
  overflow-x: hidden;
  overflow-y: auto;
}

.has-image[data-image-fit=contain-w] .fancybox__content {
  min-height: auto;
}

.has-image[data-image-fit=contain-w] .fancybox__image {
  max-width: 100%;
  height: auto;
}

.has-image[data-image-fit=cover] {
  overflow: visible;
  touch-action: none;
}

.has-image[data-image-fit=cover] .fancybox__content {
  width: 100%;
  height: 100%;
}

.has-image[data-image-fit=cover] .fancybox__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content, .fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content, .fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  max-width: 100%;
  flex-shrink: 1;
  min-height: 1px;
  overflow: visible;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content, .fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
  width: 100%;
  height: 80%;
}

.fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%;
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content, .fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  padding: 0;
  background: rgba(24, 24, 27, 0.9);
  color: #fff;
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content {
  background: #e5e3df;
}

.fancybox__html5video, .fancybox__iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: transparent;
}

.fancybox-placeholder {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.fancybox__thumbs {
  flex: 0 0 auto;
  position: relative;
  padding: 0px 3px;
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs {
  animation: 0.15s ease-in backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__thumbs {
  opacity: 0;
}

.fancybox__thumbs .carousel__slide {
  flex: 0 0 auto;
  width: var(--fancybox-thumbs-width, 96px);
  margin: 0;
  padding: 8px 3px;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  cursor: pointer;
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-width: 5px;
  border-style: solid;
  border-color: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
  opacity: 0;
  transition: opacity 0.15s ease;
  border-radius: var(--fancybox-thumbs-border-radius, 4px);
}

.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after {
  opacity: 0.92;
}

.fancybox__thumbs .carousel__slide > * {
  pointer-events: none;
  user-select: none;
}

.fancybox__thumb {
  position: relative;
  width: 100%;
  padding-top: calc(100% / (var(--fancybox-thumbs-ratio, 1.5)));
  background-size: cover;
  background-position: center center;
  background-color: rgba(255, 255, 255, 0.1);
  background-repeat: no-repeat;
  border-radius: var(--fancybox-thumbs-border-radius, 4px);
}

.fancybox__toolbar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.006) 8.1%, rgba(0, 0, 0, 0.021) 15.5%, rgba(0, 0, 0, 0.046) 22.5%, rgba(0, 0, 0, 0.077) 29%, rgba(0, 0, 0, 0.114) 35.3%, rgba(0, 0, 0, 0.155) 41.2%, rgba(0, 0, 0, 0.198) 47.1%, rgba(0, 0, 0, 0.242) 52.9%, rgba(0, 0, 0, 0.285) 58.8%, rgba(0, 0, 0, 0.326) 64.7%, rgba(0, 0, 0, 0.363) 71%, rgba(0, 0, 0, 0.394) 77.5%, rgba(0, 0, 0, 0.419) 84.5%, rgba(0, 0, 0, 0.434) 91.9%, rgba(0, 0, 0, 0.44) 100%);
  padding: 0;
  touch-action: none;
  display: flex;
  justify-content: space-between;
  --carousel-button-svg-width: 20px;
  --carousel-button-svg-height: 20px;
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4));
}

@media all and (min-width: 1024px) {
  .fancybox__toolbar {
    padding: 8px;
  }
}
.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar {
  animation: 0.15s ease-in backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__toolbar {
  opacity: 0;
}

.fancybox__toolbar__items {
  display: flex;
}

.fancybox__toolbar__items--left {
  margin-right: auto;
}

.fancybox__toolbar__items--center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.fancybox__toolbar__items--right {
  margin-left: auto;
}

@media (max-width: 640px) {
  .fancybox__toolbar__items--center:not(:last-child) {
    display: none;
  }
}
.fancybox__counter {
  min-width: 72px;
  padding: 0 10px;
  line-height: var(--carousel-button-height, 48px);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
}

.fancybox__progress {
  background: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 30;
  user-select: none;
}

.fancybox__container:fullscreen::backdrop {
  opacity: 0;
}

.fancybox__button--fullscreen g:nth-child(2) {
  display: none;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__button--slideshow g:nth-child(2) {
  display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1) {
  display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2) {
  display: block;
}
/* End */
/* /local/templates/artsurgery/public/css/style.min.css?174794221319551 */
/* /local/templates/artsurgery/public/css/jquery.fancybox.min.css?174733573718022 */
