

/* Start:/local/templates/html/components-template/content-page/style.css?17812617079130*/
.content-page {
  display: grid;
  grid-template-columns: 42.5% 32.5% 25%;
}
.content-page img {
  max-width: 100%;
}

.content .date {
  text-align: center;
}

.cp-main {
  padding-top: 62px;
  padding-right: 120px;
  color: #616166;
  font-size: 18px;
  grid-column: 1/2;
}
.cp-main--full {
  grid-column: 1/3;
}
.cp-main h2 {
  margin: 0 0 32px;
  color: #212126;
  font-size: 32px;
}
.cp-main h4 {
  margin: 0 0 26px;
  font-size: 24px;
  font-weight: bold;
}
.cp-main p {
  margin: 0 0 17px;
}
.cp-main p b {
  font-weight: 600;
}
.cp-main ul {
  margin: 0 0 25px;
  list-style: none;
}
.cp-main ul li {
  position: relative;
  margin: 0 0 10px;
  padding-left: 15px;
}
.cp-main ul li::before {
  position: absolute;
  top: 9px;
  left: 0;
  display: inline-block;
  width: 4px;
  height: 4px;
  content: "";
  border-radius: 50%;
  background: #19C251;
}

.cp-item {
  display: flex;
  align-items: center;
  margin: 30px 0 20px;
}
.cp-item span.lazy-img-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  min-width: 72px;
  height: 72px;
  padding: 0;
  border-radius: 50%;
  background: rgba(25, 194, 81, 0.15);
}
.cp-item span {
  padding-left: 32px;
  color: #212126;
  font-size: 24px;
  font-weight: bold;
}

.cp-imgs {
  padding-top: 62px;
  grid-column: 2/3;
}
.cp-imgs__inner {
  position: relative;
  margin: 0 0 66px;
}
.cp-imgs__inner .lazy-img-wrap {
  display: inline-block;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0 2px 6px rgba(97, 97, 102, 0.3);
}
.cp-imgs__inner--no-bs .lazy-img-wrap {
  box-shadow: none;
}
.cp-imgs__inner .lazy-img {
  display: block;
  max-width: 100%;
}
.cp-imgs__inner .title {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 35px;
  left: 0;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
}
.cp-imgs__inner .title b {
  display: block;
  margin-top: 5px;
  font-size: 24px;
  font-weight: bold;
}

.cp-nav {
  padding-top: 20px;
  padding-left: 23px;
  grid-column: 3/4;
}
.cp-nav__title {
  margin: 0 0 24px;
  color: #616166;
  font-size: 14px;
  font-weight: bold;
}
.cp-nav__active {
  display: none;
}
.cp-nav__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
  margin: 0 0 8px;
  padding: 0 15px 0 25px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 0 5px rgba(145, 145, 150, 0.6);
}
.cp-nav__item span {
  color: #212126;
  font-size: 14px;
  font-weight: bold;
}
.cp-nav__item .lazy-img-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  min-width: 54px;
  height: 54px;
  transition: background-color ease 0.4s;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0);
}
.cp-nav__item .lazy-img {
  transition: filter ease 0.4s;
}
.cp-nav__item:hover .lazy-img-wrap, .cp-nav__item.active .lazy-img-wrap {
  background: #19C251;
}
.cp-nav__item:hover .lazy-img, .cp-nav__item.active .lazy-img {
  filter: brightness(0) invert(1);
}

.cp-video {
  margin-top: 23px;
  grid-column: 1/3;
}
.cp-video__title {
  margin: 0 0 33px;
  color: #616166;
  font-size: 24px;
  font-weight: bold;
}
.cp-video__item {
  max-width: 1070px;
}

.cp-phones {
  display: flex;
  flex-direction: column;
}
.cp-phones a {
  display: inline-flex;
  align-items: center;
  margin: 0 0 10px;
  color: #616166;
  font-size: 18px;
  font-weight: 600;
}
.cp-phones .icon {
  width: 20px;
  height: 20px;
}
.cp-phones span {
  padding-left: 5px;
}

.contacts-page {
  padding-top: 40px;
}
.contacts-page .map {
  position: relative;
}
.contacts-page .map .icon {
  position: absolute;
  top: 50%;
  left: 50%;
}
.contacts-page .map img {
  max-width: 100%;
}

.cp-contacts {
  padding: 20px 40px;
  border: 1px solid #e1e1e9;
  border-radius: 8px;
  background: #fff;
}
.cp-contacts hr {
  background: #e1e1e9;
}
.cp-contacts img {
  max-width: 100%;
}

.cp-contact__title {
  margin: 0 0 25px;
  color: #212126;
  font-size: 18px;
  font-weight: bold;
  line-height: 25px;
}
.cp-contact__row {
  display: flex;
}
.cp-contact__info {
  display: flex;
  flex-direction: column;
  width: 35%;
  padding-right: 35px;
}
.cp-contact__imgs {
  display: flex;
  flex: 1;
  justify-content: space-between;
}

.c-items .item {
  display: inline-flex;
  align-items: flex-start;
  margin: 0 0 5px;
  color: #212126;
}
.c-items .icon {
  width: 20px;
  height: 20px;
}
.c-items span {
  padding-left: 10px;
}

.sections {
  padding: 40px 0;
}
.sections__title {
  margin: 0 0 40px;
  color: #212126;
  font-size: 36px;
  font-weight: bold;
}

.section {
  height: calc(100% - 30px);
  margin: 0 0 30px;
  padding: 25px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 0 5px rgba(145, 145, 150, 0.6);
}
.section__title {
  min-height: 75px;
  margin: 0 0 15px;
  color: #212126;
  font-size: 18px;
  font-weight: bold;
  line-height: 25px;
}
.section__row {
  display: flex;
  justify-content: space-between;
}
.section .c-items {
  padding-right: 20px;
}
.section__imgs img {
  border-radius: 50%;
}
.section__imgs .name {
  display: block;
  margin: 5px 0 0;
  text-align: center;
  color: #919196;
  font-size: 13px;
  font-weight: 600;
}

@media (min-width: 1023px) {
  .section__imgs {
    width: 184px;
  }
}
@media (max-width: 767px) {
  .section__imgs {
    max-width: 310px;
  }
}
@media (max-width: 1023px) {
  .section__imgs {
    margin: 0 auto;
  }
}
.section__imgs .lazy-img-wrap {
  width: 184px;
  height: 184px;
  margin: auto;
}

.content-slider__container {
  overflow: hidden;
}
.content-slider > .swiper-button-prev {
  top: calc(50% - 25px);
  left: -15px;
}
.content-slider > .swiper-button-next {
  top: calc(50% - 25px);
  right: -15px;
}
@media (max-width: 767px) {
  .content-slider > .swiper-button-prev {
    left: -5px;
  }
  .content-slider > .swiper-button-next {
    right: -5px;
  }
}

@media (max-width: 1469px) {
  .cp-contacts {
    padding: 20px;
  }
  .cp-contacts img {
    width: 160px;
  }

  .cp-contact__info {
    padding-right: 10px;
  }
}
@media (max-width: 1199px) {
  .cp-contacts {
    display: flex;
    justify-content: space-between;
    margin: 0 0 30px;
  }

  .cp-contact {
    width: calc(50% - 15px);
  }
  .cp-contact__title {
    min-height: 50px;
  }
  .cp-contact__row {
    display: block;
  }
  .cp-contact__info {
    width: 100%;
    padding: 0 0 15px;
  }
  .cp-contact__imgs {
    justify-content: flex-start;
  }
  .cp-contact__imgs span {
    margin-right: 10px;
  }
  .cp-contact .item:first-child {
    min-height: 36px;
  }

  .cp-main {
    padding-right: 20px;
  }
}
@media (max-width: 1023px) {
  .section__row {
    display: block;
  }
  .section .c-items {
    padding: 0 0 20px;
  }

  .c-items .item {
    display: flex;
  }

  .content-page {
    grid-template-columns: 70% 30%;
  }

  .cp-nav {
    order: -1;
    padding-left: 0;
    grid-column: 1/3;
  }

  .cp-nav__item {
    flex-direction: row-reverse;
    justify-content: flex-end;
    height: 62px;
    padding: 0 1px;
    box-shadow: none;
  }
  .cp-nav__item span {
    padding-left: 10px;
  }
  .cp-nav__item .lazy-img-wrap {
    padding-left: 0;
  }

  .cp-nav__item.active.js-title {
    position: relative;
    box-shadow: 0 0 5px rgba(145, 145, 150, 0.6);
  }
  .cp-nav__item.active.js-title::after {
    position: absolute;
    top: 30px;
    right: 10px;
    width: 10px;
    height: 10px;
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='6' viewBox='0 0 12 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 6L0.803848 0L11.1962 0L6 6Z' fill='%2319C251'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: contain;
  }

  .cp-nav__list {
    display: none;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 0 5px rgba(145, 145, 150, 0.6);
  }
  .cp-nav__list .cp-nav__item.active {
    display: none;
  }
}
@media (min-width: 768px) {
  .sections-slider .swiper-wrapper {
    box-sizing: border-box;
    width: auto;
  }
}
@media (max-width: 767px) {
  .cp-nav__item.active.js-title {
    margin: 0;
  }

  .cp-contacts {
    display: block;
  }

  .cp-contact {
    width: 100%;
  }

  .sections-slider .row {
    flex-wrap: nowrap;
    margin: 0;
  }
  .sections-slider .swiper-container {
    overflow: hidden;
  }
  .sections-slider .swiper-slide {
    padding: 0;
  }
  .sections-slider > .swiper-button-prev {
    top: calc(40% - 16px);
    left: -5px;
  }
  .sections-slider > .swiper-button-next {
    top: calc(40% - 16px);
    right: -5px;
  }

  .cp-main, .cp-imgs {
    padding-top: 30px;
    padding-right: 0;
    grid-column: 1/3;
  }

  .cp-main {
    font-size: 12px;
  }

  .cp-main h2 {
    margin: 0 0 20px;
    font-size: 18px;
  }

  .cp-imgs__inner {
    margin: 0 0 20px;
  }

  .cp-video__title, .cp-main h4 {
    margin: 0 0 20px;
    font-size: 14px;
  }

  .cp-item span {
    padding-left: 10px;
    font-size: 14px;
  }

  .cp-item span.lazy-img-wrap {
    width: 36px;
    min-width: 36px;
    height: 36px;
  }
  .cp-item span.lazy-img-wrap img {
    max-width: 20px;
  }

  .cp-phones a {
    font-size: 14px;
  }
}

/* End */


/* Start:/local/templates/html/template_styles.css?1783605394153*/
@media (min-width: 767px){
    .item_br {
        display: block;
    }
}


#bx-soa-paysystem .checkout__title__main{
    margin-bottom: 20px;
}
/* End */
/* /local/templates/html/components-template/content-page/style.css?17812617079130 */
/* /local/templates/html/template_styles.css?1783605394153 */
