

/* Start:/bitrix/templates/pupsik/assets/css/styles.css?174627060518870*/
@font-face {
  font-family: "DMSerifText-Regular";
  src: url("/bitrix/templates/pupsik/assets/css/../fonts/DMSerifText-Regular.ttf"); }
@font-face {
  font-family: "JosefinSans";
  src: url("/bitrix/templates/pupsik/assets/css/../fonts/JosefinSans.ttf"); }
body {
  padding: 0;
  margin: 0;
  font-family: "Open Sans", sans-serif; }

*, ::after, ::before {
  box-sizing: border-box; }

ul {
  padding: 0;
  margin: 0; }

a {
  text-decoration: none;
  color: #242424;
  transition: all 0.7s; }
  a.selected, a:hover {
    color: #009376; }

p {
  font-size: 16px;
  line-height: 22px; }

h1 {
  font-size: 80px;
  margin: 0;
  color: #333333; }

h2 {
  font-size: 32px; }

h3 {
  font-size: 24px;
  color: #333333; }

img {
  max-width: 100%;
  height: auto; }

input, textarea {
  outline: none; }

i {
  color: #009376;
  line-height: 13px;
  font-size: 12px;
  vertical-align: middle;
  margin-right: 5px; }

header {
  padding: 20px 0;
  background-image: url("/bitrix/templates/pupsik/assets/css/../images/bg_body_test.jpg");
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto; }

.container {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto; }

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -.5);
  margin-left: calc(var(--bs-gutter-x) * -.5); }
  .row > * {
    box-sizing: border-box;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y); }

@media (min-width: 576px) {
  .container {
    max-width: 540px; } }
@media (min-width: 768px) {
  .container {
    max-width: 720px; } }
@media (min-width: 992px) {
  .container {
    max-width: 960px; } }
@media (min-width: 1200px) {
  .container {
    max-width: 1140px; } }
@media (min-width: 1400px) {
  .container {
    max-width: 1320px; } }
.col {
  flex: 1 0 0; }

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0; } }
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0; } }
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0; } }
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0; } }
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0; } }
.col-auto {
  flex: 0 0 auto;
  width: auto; }

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%; }

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%; }

.col-3 {
  flex: 0 0 auto;
  width: 25%; }

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%; }

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%; }

.col-6 {
  flex: 0 0 auto;
  width: 50%; }

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%; }

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%; }

.col-9 {
  flex: 0 0 auto;
  width: 75%; }

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%; }

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%; }

.col-12 {
  flex: 0 0 auto;
  width: 100%; }

@media (min-width: 576px) {
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto; }

  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%; }

  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%; }

  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%; }

  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%; }

  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%; }

  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%; }

  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%; }

  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%; }

  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%; }

  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%; }

  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%; }

  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%; } }
@media (min-width: 768px) {
  .col-md-auto {
    flex: 0 0 auto;
    width: auto; }

  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%; }

  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%; }

  .col-md-3 {
    flex: 0 0 auto;
    width: 25%; }

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%; }

  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%; }

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%; }

  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%; }

  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%; }

  .col-md-9 {
    flex: 0 0 auto;
    width: 75%; }

  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%; }

  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%; }

  .col-md-12 {
    flex: 0 0 auto;
    width: 100%; } }
@media (min-width: 992px) {
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto; }

  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%; }

  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%; }

  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%; }

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%; }

  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%; }

  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%; }

  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%; }

  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%; }

  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%; }

  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%; }

  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%; }

  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%; } }
@media (min-width: 1200px) {
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto; }

  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%; }

  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%; }

  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%; }

  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%; }

  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%; }

  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%; }

  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%; }

  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%; }

  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%; }

  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%; }

  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%; }

  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%; } }
@media (min-width: 1400px) {
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto; }

  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%; }

  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%; }

  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%; }

  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%; }

  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%; }

  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%; }

  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%; }

  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%; }

  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%; }

  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%; }

  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%; }

  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%; } }
.align-items-start {
  align-items: start; }

.align-items-center {
  align-items: center; }

.align-items-end {
  align-items: end; }

.align-items-stretch {
  align-items: stretch; }

@media (min-width: 576px) {
  .align-items-start-sm {
    align-items: start; }

  .align-items-center-sm {
    align-items: center; }

  .align-items-end-sm {
    align-items: end; }

  .align-items-stretch-sm {
    align-items: stretch; } }
@media (min-width: 768px) {
  .align-items-start-md {
    align-items: start; }

  .align-items-center-md {
    align-items: center; }

  .align-items-end-md {
    align-items: end; }

  .align-items-stretch-md {
    align-items: stretch; } }
@media (min-width: 992px) {
  .align-items-start-lg {
    align-items: start; }

  .align-items-center-lg {
    align-items: center; }

  .align-items-end-lg {
    align-items: end; }

  .align-items-stretch-lg {
    align-items: stretch; } }
@media (min-width: 1200px) {
  .align-items-start-xl {
    align-items: start; }

  .align-items-center-xl {
    align-items: center; }

  .align-items-end-xl {
    align-items: end; }

  .align-items-stretch-xl {
    align-items: stretch; } }
@media (min-width: 1400px) {
  .align-items-start-xxl {
    align-items: start; }

  .align-items-center-xxl {
    align-items: center; }

  .align-items-end-xxl {
    align-items: end; }

  .align-items-stretch-xxl {
    align-items: stretch; } }
.justify-content-start {
  justify-content: start; }

.justify-content-center {
  justify-content: center; }

.justify-content-end {
  justify-content: end; }

.justify-content-stretch {
  justify-content: stretch; }

.justify-content-space-between {
  justify-content: space-between; }

.justify-content-space-around {
  justify-content: space-around; }

@media (min-width: 576px) {
  .justify-content-start-sm {
    justify-content: start; }

  .justify-content-center-sm {
    justify-content: center; }

  .justify-content-end-sm {
    justify-content: end; }

  .justify-content-stretch-sm {
    justify-content: stretch; }

  .justify-content-space-between-sm {
    justify-content: space-between; }

  .justify-content-space-around-sm {
    justify-content: space-around; } }
@media (min-width: 768px) {
  .justify-content-start-md {
    justify-content: start; }

  .justify-content-center-md {
    justify-content: center; }

  .justify-content-end-md {
    justify-content: end; }

  .justify-content-stretch-md {
    justify-content: stretch; }

  .justify-content-space-between-md {
    justify-content: space-between; }

  .justify-content-space-around-md {
    justify-content: space-around; } }
@media (min-width: 992px) {
  .justify-content-start-lg {
    justify-content: start; }

  .justify-content-center-lg {
    justify-content: center; }

  .justify-content-end-lg {
    justify-content: end; }

  .justify-content-stretch-lg {
    justify-content: stretch; }

  .justify-content-space-between-lg {
    justify-content: space-between; }

  .justify-content-space-around-lg {
    justify-content: space-around; } }
@media (min-width: 1200px) {
  .justify-content-start-xl {
    justify-content: start; }

  .justify-content-center-xl {
    justify-content: center; }

  .justify-content-end-xl {
    justify-content: end; }

  .justify-content-stretch-xl {
    justify-content: stretch; }

  .justify-content-space-between-xl {
    justify-content: space-between; }

  .justify-content-space-around-xl {
    justify-content: space-around; } }
@media (min-width: 1400px) {
  .justify-content-start-xxl {
    justify-content: start; }

  .justify-content-center-xxl {
    justify-content: center; }

  .justify-content-end-xxl {
    justify-content: end; }

  .justify-content-stretch-xxl {
    justify-content: stretch; }

  .justify-content-space-between-xxl {
    justify-content: space-between; }

  .justify-content-space-around-xxl {
    justify-content: space-around; } }
.text-align-left {
  text-align: left; }

.text-align-center {
  text-align: center; }

.text-align-right {
  text-align: right; }

@media (min-width: 576px) {
  .text-align-left-sm {
    text-align: left; }

  .text-align-center-sm {
    text-align: center; }

  .text-align-right-sm {
    text-align: right; } }
@media (min-width: 768px) {
  .text-align-left-md {
    text-align: left; }

  .text-align-center-md {
    text-align: center; }

  .text-align-right-md {
    text-align: right; } }
@media (min-width: 992px) {
  .text-align-left-lg {
    text-align: left; }

  .text-align-center-lg {
    text-align: center; }

  .text-align-right-lg {
    text-align: right; } }
@media (min-width: 1200px) {
  .text-align-left-xl {
    text-align: left; }

  .text-align-center-xl {
    text-align: center; }

  .text-align-right-xl {
    text-align: right; } }
@media (min-width: 1400px) {
  .text-align-left-xxl {
    text-align: left; }

  .text-align-center-xxl {
    text-align: center; }

  .text-align-right-xxl {
    text-align: right; } }
.main {
  padding: 20px 0;
  position: relative; }

.flex-column {
  display: flex; }

.italic {
  font-style: italic; }

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center; }

.info {
  background: #F7F8FA;
  color: #999999;
  font-size: 12px;
  display: inline-block;
  padding: 10px;
  margin: 5px 0; }

.line-blue {
  background-image: url("/bitrix/templates/pupsik/assets/css/../images/bg_body_blue.jpg");
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto; }

.field {
  width: 100%;
  background-color: #009376;
  font-size: 16px;
  line-height: 38px;
  color: #333333;
  padding: 9px 18px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  position: relative;
  -moz-appearance: none;
  -webkit-appearance: none;
  transition: all 0.7s;
  resize: none; }

.btn {
  display: inline-block;
  font-weight: 600;
  font-size: 12px;
  line-height: 38px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #333333;
  padding: 9px 34px;
  background: transparent;
  border: 2px solid #009376;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.7s; }
  .btn:hover {
    background-color: #009376;
    border-color: #009376;
    color: #FFF;
    transition: all 0.7s; }
  .btn-blue {
    background: #7ba9cc;
    border-radius: 30px;
    font-size: 18px;
    text-transform: uppercase;
    padding: 14px 24px;
    display: inline-block;
    margin: 25px 0; }
  .btn-link {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 16px;
    line-height: 48px;
    color: #009376; }
    .btn-link svg {
      margin-left: 20px;
      width: 20px;
      height: 16px;
      object-fit: contain;
      display: block;
      transition: all 0.7s; }
      .btn-link svg * {
        fill: #009376; }
    .btn-link_back svg {
      transform: rotate(180deg);
      margin-left: 0px;
      margin-right: 20px; }

.separator {
  padding: 1px 0; }

.section {
  background-size: contain; }
  .section_yellow {
    background-image: url("/bitrix/templates/pupsik/assets/css/../images/bg_im_right.png");
    background-position: right top;
    background-repeat: no-repeat;
    background-size: auto; }
    .section_yellow .inner {
      padding: 100px 0;
      background-image: url("/bitrix/templates/pupsik/assets/css/../images/bg_im_left.png");
      background-position: left bottom;
      background-repeat: no-repeat;
      background-size: auto; }

.privacy, #big_subscribe_form_result {
  font-size: 12px; }

.search {
  position: relative;
  width: 50px;
  padding: 12px 0px;
  height: 50px;
  border: 1px solid #EAEAEC;
  border-radius: 5px;
  margin-right: 45px;
  margin-top: 10px;
  z-index: 100; }
  .search-btn {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    overflow: hidden;
    padding: 0px;
    border: none;
    z-index: 50;
    transition: all 0.7s; }
    .search-btn svg {
      width: 17px;
      height: 17px;
      object-fit: contain;
      display: block;
      position: relative;
      top: -1px;
      right: -1px; }
      .search-btn svg * {
        transition: all 0.7s; }
    .search-btn:hover {
      background-color: #009376;
      border-color: #009376; }
      .search-btn:hover svg * {
        fill: #FFF;
        transition: all 0.7s; }
  .search-body {
    display: flex;
    position: absolute;
    height: 50px;
    top: 0px;
    left: 0px;
    background-color: #F7F8FA;
    border: 1px solid #009376;
    transform-origin: left;
    transform: scaleX(0);
    border-radius: 5px;
    transition: all 0.3s;
    width: 320px; }
  .search-button {
    width: 50px;
    height: 50px;
    top: 0px;
    right: 0px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    overflow: hidden;
    padding: 0px;
    z-index: 10;
    border: none;
    opacity: 0;
    position: relative; }
    .search-button img {
      width: 17px;
      height: 17px;
      object-fit: contain;
      display: block; }
    .search-button:after {
      content: "";
      position: absolute;
      width: 1px;
      height: calc(100% - 20px);
      top: 10px;
      right: 0px;
      background-color: #333333;
      opacity: 0.15; }
  .search-field {
    width: calc(100% - 50px);
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    background-color: transparent;
    border-bottom: 1px solid #FFF;
    padding: 0px 40px 0px 15px;
    transition: all 0.3s; }
  .search.active .search-body {
    transform: scaleX(1);
    transition: all 0.3s; }
  .search.active .search-button {
    opacity: 1; }
  .search.active .search-btn {
    display: none; }

.subscribe {
  margin-bottom: 20px;
  max-width: 270px; }
  .subscribe-field {
    background-color: transparent;
    border: 2px solid rgba(153, 153, 153, 0.15);
    border-radius: 5px; }
  .subscribe-btn {
    margin: 10px 0 5px 0;
    width: 100%; }

.comment-field {
  background-color: transparent;
  border: 2px solid rgba(153, 153, 153, 0.15);
  border-radius: 5px; }

.b-404__left {
  width: 395px;
  padding-top: 10px; }
.b-404__title {
  font-weight: 700;
  font-size: 200px;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #009376;
  margin-bottom: 36px; }
.b-404__caption {
  margin-bottom: 16px; }
.b-404__desc {
  line-height: 28px;
  color: #999999;
  margin-bottom: 52px; }

#scrollToTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-weight: bold;
  cursor: pointer;
  opacity: 0;
  transition: all 0.5s ease-in;
  z-index: 2;
  border: 1px solid #009376;
  padding: 10px;
  border-radius: 100%;
  height: 42px;
  width: 42px; }
  #scrollToTop svg {
    transform: rotate(-90deg);
    width: 20px;
    height: 16px;
    object-fit: contain;
    display: block;
    transition: all 0.7s; }
    #scrollToTop svg * {
      fill: #009376; }
  #scrollToTop:hover {
    background: #009376; }
    #scrollToTop:hover svg * {
      fill: #fff; }

/*# sourceMappingURL=styles.css.map */

/* End */


/* Start:/bitrix/templates/pupsik/assets/css/plugins/before-after.css?17462706051278*/
.ba-slider {
    position: relative;
    overflow: hidden;
}

.ba-slider img {
    width: 100%;
    display:block;
    max-width:none;
}
.ba-slider .resize {
    position: absolute;
    top:0;
    left: 0;
    height: 100%;
    width: 50%;
    overflow: hidden;
}
.ba-slider .handle { /* Thin line seperator */
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 2px;
    margin-left: -1px;
    background: rgba(0,0,0,.3);
    cursor: ew-resize;
}
.ba-slider .handle:after {  /* Big orange knob  */
    position: absolute;
    top: 50%;
    width: 44px;
    height: 44px;
    margin: -22px 0 0 -22px;
    content:'\21d4';
    color:white;
    font-weight:bold;
    font-size:20px;
    text-align:center;
    line-height:44px;
    background: #009376; /* @orange */
    border:1px solid #009376; /* darken(@orange, 5%) */
    border-radius: 50%;
    transition:all 0.3s ease;
    box-shadow:
            0 2px 6px rgba(0,0,0,.3),
            inset 0 2px 0 rgba(255,255,255,.5),
            inset 0 60px 50px -30px #009376; /* lighten(@orange, 20%)*/
}
.ba-slider .handle.ba-draggable:after {
    width: 42px;
    height: 42px;
    margin: -21px 0 0 -21px;
    line-height:42px;
    font-size:18px;
}
/* End */


/* Start:/bitrix/templates/pupsik/components/bitrix/menu/menu/style.css?1746270605377*/
.header-menu {
  list-style: none; }
  .header-menu-li {
    display: inline-block;
    font-size: 19px; }
    .header-menu-li + .header-menu-li {
      padding-left: 70px; }
  .header-menu-link {
    font-weight: 600;
    font-size: 13px;
    line-height: 48px;
    letter-spacing: 0.1em;
    text-transform: uppercase; }

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/bitrix/templates/pupsik/template_styles.css?174627060527*/
.date {
	font-size: 13px;
}
/* End */
/* /bitrix/templates/pupsik/assets/css/styles.css?174627060518870 */
/* /bitrix/templates/pupsik/assets/css/plugins/before-after.css?17462706051278 */
/* /bitrix/templates/pupsik/components/bitrix/menu/menu/style.css?1746270605377 */
/* /bitrix/templates/pupsik/template_styles.css?174627060527 */
