

/* Start:/local/templates/main/components/bitrix/catalog/courses/style.css?17828235938045*/
/*.grid {}*/

/*.grid .bx_content_section { margin-bottom: 15px; }*/

/*.grid .bx_sidebar { margin-bottom: 15px; }*/

/*!* grid2x1 *!*/
/*.grid2x1 {}*/

/*.grid2x1 .bx_content_section {*/
/*	float: left;*/
/*	width: 66%;*/
/*	margin-bottom: 15px;*/
/*}*/

/*.grid2x1 .bx_sidebar {*/
/*	float: right;*/
/*	width: 33%;*/
/*	margin-bottom: 15px;*/
/*	padding-left: 5%;*/
/*	box-sizing: border-box;*/
/*}*/
.product-item-list__params .hours-items {
  align-items: center;
}
.product-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 10px;
  margin-top: 20px;
}
.product-item-list .more-details-btn-wrap a.form-button {
  margin-left: 15px;
}
.product-item-list .more-details-btn-wrap {
  gap: 0;
}
.product-item-list .form-button.order-course-btn{
  background-color: #790f5c;
}
.catalog-block-header {
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  margin: 5px 0;
  padding: 5px 0;
  border-bottom: 2px solid #d9dee6;
  border-bottom-color: var(--primary);
  color: #000;
}

.section-wrapper {
  margin-bottom: 63px;
}
.courses-btn {
  display: none;
  color: white !important;
  text-align: center;
  width: 100%;
  background: #ea88b0;
  padding: 12px 22px;
  border-radius: 12px;
  margin-bottom: 24px;
  cursor: pointer;
}

.catalog-sort-field {
  margin-bottom: 14px;
  border: none !important;
  outline: none !important;
}

#mobile-filter-button {
  font-size: 14px;
  border: 3px solid #ece9e2;
  background: none;
}

.search-course-form {
  border-width: 4px 4px 4px 4px !important;
  border-color: #ece9e2 !important;
  margin-bottom: 10px;
}
.tags-markers {
  /*	padding-top: 20px;*/
  margin-top: 20px;
  margin-bottom: 20px;
  /*	border-top: 2px solid #ECE9E2;*/
}
.tags-markers-wrapper {
  display: flex;
  width: 100%;
  justify-content: space-around;
}
.tags-markers-wrapper a {
  color: #201f1c;
}
.tag-marker-wrapper {
  padding: 4px 9px;
  background: #ece9e2;
  border-radius: 9px;
}
.smart-filter .smart-filter-form .smart-filter-parameters-box:nth-child(5),
.smart-filter .smart-filter-form .smart-filter-parameters-box:nth-child(6) {
  display: none !important;
}

[type="search"] {
  width: 100%;
  flex-grow: 1;
  border: none !important;
  outline: none !important;
  font-size: 16px;
  line-height: 120%;
  font-weight: 600;
  background-color: transparent;
  color: #201f1c;
  padding-right: 10px;
}
[type="search"]::placeholder {
  color: #201f1c;
  font-size: 18px;
  line-height: 120%;
  font-weight: 600;
}

::-webkit-input-placeholder {
  /* WebKit browsers */
  /*color: rgba(0,0,0,0.4);*/
  color: #b9b9db;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  /*color: rgba(0,0,0,0.4);*/
  color: #b9b9db;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  /*color: rgba(0,0,0,0.4);*/
  color: #b9b9db;
}
:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  /*color: rgba(0,0,0,0.4);*/
  color: #b9b9db;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

.popup-card,
.popup-card1 {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  display: none;
  z-index: 1;
}
.popup-card .popup-bg,
.popup-card1 .popup-bg1 {
  background: #1e1e1e;
  opacity: 0.87;
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
  display: none;
}
.popup-card .adm-modal,
.popup-card1 .adm-modal1 {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  background: #fff;
  padding: 24px;
  width: 50vw;
}
.section-wrapper__title {
  margin-bottom: 0;
}
.wrapper .wrapper__breadcrumb {
  padding-top: 0;
}
.bx-breadcrumb ol {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 0;
}
.wrapper .breadcrumb-separator,
.wrapper .bx-breadcrumb .bx-breadcrumb-item .breadcrumb-item__title {
  font-size: 12px !important;
  color: #aaaaaa !important;
}
.wrapper .bx-breadcrumb .bx-breadcrumb-item {
  column-gap: 4px;
}
.wrapper .bx-breadcrumb-mobile {
  display: none;
}
.courses__filters--mobile {
  display: none;
}
.smart-filter__close {
  display: none;
}

@media (max-width: 1024px) {
  .product-items {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .row.mb-4:has(.bx-pagination) {
    grid-column: 1 !important;
  }
  .seo-text {
    grid-column: 1 !important;
  }
}

@media (max-width: 960px) {
  .grid-col-2:has(.smart-filter) {
    display: none;
  }
  .grid-col-2.active:has(.smart-filter) {
    display: block;
    position: fixed;
    inset: 0;
    height: 100%;
    width: 100vw;
    z-index: 999;
    overflow-y: auto;
    background-color: white;
  }
  .grid-col-2.active:has(.smart-filter) aside {
    height: 100%;
  }
  .catalog-sort {
    display: none;
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #ece9e2;
    width: calc(100vw - 30px);
    left: 50%;
    padding: 70px 30px;
    border-radius: 10px;
  }
  .catalog-sort.active {
    display: block;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    z-index: 99; 
  }
  .catalog-sort-field {
    width: 100%;
    margin-bottom: 0;
  }
  .smart-filter__close {
    display: block;
    background-color: transparent;
    border: none;
    position: fixed;
    right: 10px;
    top: 10px;
    z-index: 999;
  }
  .smart-filter__close svg {
    width: 40px;
    height: 40px;
  }
  .courses__filters--mobile {
    display: flex;
    width: calc(100vw - 150px);
    background-color: #dc582a;
    position: fixed;
    bottom: 20px;
    left: 120px;
    z-index: 3;
    border-radius: 12px;
  }
  body {
    --jivoMobileOffsetBottom: 5px;
  }
  .courses__filters-btn {
    border: none;
    background-color: transparent;
    color: white;
    padding: 10px;
    height: 100%;
    outline: none !important;
  }
  .courses__filters-btn:not(.courses__filters-btn--sort) {
    width: 80%;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
  }
  .courses__filters-btn--sort {
    width: 20%;
    border-left: 1px solid white;
  }
  .courses__btn-svg svg {
    width: 20px;
    height: 20px;
  }
  .courses__btn-svg g,
  .courses__btn-svg path {
    fill: white;
  }
  .grid2x1 .bx_sidebar {
    padding-left: 4%;
  }
  .section-wrapper {
    padding-top: 19px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-desc {
    padding-left: 20px;
    padding-right: 20px;
  }
  .bx-breadcrumb ol {
    padding-left: 20px;
  }
}

@media (max-width: 810px) {
  .bx-breadcrumb ol {
    padding-left: 0;
  }
}

@media (max-width: 700px) {
  .tags-markers-wrapper {
    flex-direction: column;
    gap: 5px;
  }
  .tag-marker {
    text-align: center;
  }
  [type="search"] {
    font-size: 14px;
  }
  [type="search"]::placeholder {
    font-size: 12px;
  }
  .search-course__btn {
    font-size: 14px;
  }
}

@media (max-width: 640px) {
  .courses__filters--mobile {
    bottom: 20px;
    width: calc(100vw - 60px);
    left: 30px;
  }
  .grid2x1 .bx_content_section,
  .grid2x1 .bx_sidebar {
    width: 100%;
    float: none;
  }
  .courses-btn {
    display: block;
  }
  .grid2x1 .bx_sidebar {
    padding-left: 3%;
  }

  .product-item-list .more-details-btn-wrap {
    gap: 15px;
  }
  .experts-list .experts-list__tabs {
    flex-direction: column;
    min-width: auto;
    align-items: normal;
  }

  .product-item-list .more-details-btn-wrap a.form-button {
    margin: 0;
  }
  .section-wrapper .search-course-form {
    padding: 4px 8px;
    padding-right: 4px;
  }
  [type="search"] {
    padding-right: 5px;
  }
}

@media (max-width: 479px) {
  .grid2x1 .bx_sidebar {
    padding-left: 1%;
  }
  /*.order-form {
		width: 100% !important;
	}*/
  .popup-card .adm-modal {
    width: 100vw;
  }
  .popup-card html {
    overflow: scroll !important;
  }
  [type="search"] {
    font-size: 11px;
  }
  [type="search"]::placeholder {
    font-size: 11px;
  }
}
.section-wrapper__header {
  display: flex;
  justify-content: center;
}
/* End */


/* Start:/local/templates/main/components/bitrix/catalog.smart.filter/filter/style.css?178267155320405*/
.smart-filter {
  margin-bottom: 20px;
  min-width: 220px;
  width: 100%;
  background: white;
}
.smart-filter-section {
  position: relative;
}
.smart-filter-checkbox-text.smart-filter-checkbox-text--colored,
.smart-filter-param-text.smart-filter-param-text--colored {
  /* background: linear-gradient(271.54deg, #AF1685 0.53%, #C5003E 96.75%); */
  background: linear-gradient(271.54deg, #C5003E 0.53%, #AF1685 96.75%);
  background-clip: text;
  color: rgba(0, 0, 0, 0);
}
.smart-filter-title {
  margin-bottom: 10px;
  color: #000;
  font-size: 18px;
}
/*Sections*/
.smart-filter-parameters-box {
  position: relative;
}
.smart-filter-parameters-box-title {
  display: flex;
  justify-content: space-between;
  width: 100%;
  font-size: 13px;
}
.smart-filter-parameters-box-title-text {
  color: var(--primary);
  cursor: pointer;
  transition: 250ms linear all;
}
.bx-active .smart-filter-parameters-box-title-text {
  color: #333;
}
/*region Angles*/
.smart-filter-angle {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 19px;
  vertical-align: middle;
}
.smart-filter-angles {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  cursor: pointer;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url("/local/templates/main/components/bitrix/catalog.smart.filter/filter/./images/dropdown-arrow.svg");
}
/*endregion*/
/*region hint*/
.smart-filter-hint {
  position: relative;
  display: inline-block;
  margin-right: 6px;
}
.smart-filter-hint-icon {
  display: block;
  padding: 0 5px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: var(--primary);
  color: #fff;
  vertical-align: middle;
  text-align: center;
  font-size: 12px;
  line-height: 15px;
}
.smart-filter-hint-popup {
  position: absolute;
  top: calc(100% + 8px);
  left: -7px;
  z-index: 10;
  display: none;
  padding: 10px;
  min-width: 200px;
  max-width: 300px;
  border: 1px solid #dfdfdf;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.14);
}
.smart-filter-hint:hover .smart-filter-hint-popup {
  display: block;
}
.smart-filter-hint-popup-angle {
  position: absolute;
  top: -5px;
  left: 10px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #dfdfdf;
  border-left: 1px solid #dfdfdf;
  background-color: #fff;
  transform: rotate(45deg);
}
/*endregion*/
.smart-filter-block {
  display: none;
  box-sizing: content-box;
  transition: padding 0.3s ease;
}
.smart-filter-button-box .smart-filter-block,
.smart-filter-parameters-box.bx-active .smart-filter-block {
  display: block;
}
.smart-filter-parameters-box.bx-active .smart-filter-block i.bx-ft-sub {
  display: block;
  padding-bottom: 5px;
  font-style: normal;
  font-size: 14px;
}
/*region NUMBERS_WITH_SLIDER*/
/*endregion*/
/*region TRACK FOR TYPE NUMBER*/
.smart-filter-slider-track-container {
  overflow: hidden;
  padding: 25px 18px 25px;
}
.smart-filter-slider-track {
  position: relative;
  height: 24px;
}
.smart-filter-slider-ruler {
  position: absolute;
  top: -6px;
  width: 1px;
  height: 17px;
  background: #a2bfc7;
}
.smart-filter-slider-ruler.p1 {
  left: -1px;
}
.smart-filter-slider-ruler.p2 {
  left: 25%;
}
.smart-filter-slider-ruler.p3 {
  left: 50%;
}
.smart-filter-slider-ruler.p4 {
  left: 75%;
}
.smart-filter-slider-ruler.p5 {
  right: -1px;
}
.smart-filter-slider-ruler span {
  position: absolute;
  top: -16px;
  left: 50%;
  display: block;
  margin-left: -50px;
  width: 100px;
  color: #000;
  text-align: center;
  font-size: 11px;
}
.smart-filter-slider-ruler.p2 span,
.smart-filter-slider-ruler.p3 span,
.smart-filter-slider-ruler.p4 span {
  color: #6b8086;
}
.smart-filter-slider-range {
  z-index: 99;
}
.smart-filter-slider-range,
.smart-filter-slider-price-bar,
.smart-filter-slider-price-bar-vd,
.smart-filter-slider-price-bar-vn,
.smart-filter-slider-price-bar-v {
  position: absolute;
  top: 0;
  bottom: 0;
}
.smart-filter-slider-price-bar {
  z-index: 100;
}
.smart-filter-slider-price-bar-vd {
  z-index: 60;
}
.smart-filter-slider-price-bar-vn {
  z-index: 70;
}
.smart-filter-slider-price-bar-v {
  z-index: 80;
}
.smart-filter-slider-handle {
  position: absolute;
  width: 8px;
  height: 8px;
  background: #201f1c;
  box-sizing: border-box;
  border-radius: 100%;
  top: 9px;
  border: none !important;
}
.smart-filter-slider-handle:hover {
  cursor: grab;
  -webkit-cursor: grab;
  -ms-cursor: grab;
  -o-cursor: grab;
}
.smart-filter-slider-handle:active {
  cursor: grabbing;
  -webkit-cursor: grabbing;
  -ms-cursor: grabbing;
  -o-cursor: grabbing;
}
.smart-filter-slider-handle.left {
  margin-left: 4px;
}
.smart-filter-slider-handle.right {
  margin-right: 4px;
}
/*endregion*/
/* region Select */
.smart-filter-input-group-dropdown {
  display: block;
  height: 31px;
  border: 1px solid #ccd5db;
  border-radius: 3px;
}
.smart-filter-input-group-dropdown.bx-active,
.smart-filter-input-group-dropdown:focus {
  border-color: var(--primary);
}
.smart-filter-dropdown-block {
  position: relative;
  display: block;
  margin: 0;
  padding: 0 29px 0 10px;
  width: 100%;
  height: 29px;
  border: none;
  border-radius: 2px;
  background: #fff;
}
.smart-filter-dropdown-text {
  overflow: hidden;
  max-width: 100%;
  height: 29px;
  vertical-align: middle;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 29px;
  cursor: pointer;
}
.smart-filter-dropdown-text.fix {
  min-width: 120px;
}
.smart-filter-dropdown-text label {
  cursor: pointer;
}
.smart-filter-dropdown-arrow {
  position: absolute;
  top: 0;
  right: 0;
  width: 29px;
  height: 29px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAECAYAAABCxiV9AAAAG0lEQVQY02OYOXPmf1yYAQRwSsAATglkBch8ADy7LKHqFrgoAAAAAElFTkSuQmCC")
    no-repeat center;
  cursor: pointer;
}
.smart-filter-input-group-dropdown-flex {
  display: flex;
  align-items: center;
}
.smart-filter-input-group-dropdown-flex .smart-filter-checkbox-btn-image {
  margin-right: 5px;
}
/*
*	Select popup
*
*/
.smart-filter-dropdown-popup {
  padding: 0;
  min-width: 173px;
  background: #fff;
}
.smart-filter-dropdown-popup ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.smart-filter-dropdown-popup ul li {
  display: block;
  vertical-align: middle;
}
.smart-filter-dropdown-popup ul li:first-child {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #e5e5e5;
}
.smart-filter-dropdown-popup ul li label {
  display: flex;
  align-items: center;
  overflow: hidden;
  /*padding: 0 5px;*/
  width: 100%;
  color: #575757;
  white-space: nowrap;
  cursor: pointer;
}
.smart-filter-dropdown-popup ul li label.selected,
.smart-filter-dropdown-popup ul li label:hover {
  background: #f3f8fa;
  color: #000;
}
.smart-filter-dropdown-popup ul li label.disabled {
  background: transparent;
  color: #b8b8b8;
}
.smart-filter-dropdown-popup ul li .smart-filter-dropdown-text {
  padding-left: 5px;
}
/*endregion */
/* region TAGS */
.smart-filter-tag {
  padding: 18px;
  border-top: 1px solid var(--theme-color-light);
  border-bottom: 1px solid var(--theme-color-light);
}
.smart-filter .bx-tag-link {
  color: var(--theme-color-light);
  text-decoration: none;
  text-shadow: none;
  font-size: 12px;
}
.smart-filter .bx-tag-link.bx-active,
.smart-filter .bx-tag-link:hover {
  color: #1d3d46;
}
/*endregion*/
/*region CHECKBOXES_WITH_PICTURES*/
.smart-filter-input-group-checkbox-pictures .smart-filter-param-label {
  display: block;
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
}
/*endregion*/
/*region CHECKBOXES_WITH_PICTURES_AND_LABELS*/
.smart-filter-input-group-checkbox-pictures-text .smart-filter-checkbox-label {
  display: flex;
  align-items: center;
}
.smart-filter-input-group-checkbox-pictures-text .smart-filter-checkbox-text {
  padding-left: 5px;
}
/*endregion*/
/*region LABEL */
.smart-filter-checkbox-btn,
.smart-filter-checkbox-text-btn {
  position: relative;
  display: inline-block;
  padding: 3px;
  width: 31px;
  height: 31px;
  border: 1px solid #ccd5db;
  border-radius: 2px;
  background: #fff;
  color: #000;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  font-weight: normal;
  line-height: 23px;
  cursor: pointer;
  transition:
    border 0.3s ease,
    box-shadow 0.1s ease,
    color 0.3s ease;
}
.smart-filter-checkbox-btn:hover,
.smart-filter-checkbox-btn:active,
.smart-filter-checkbox-btn:focus,
.smart-filter-checkbox-label.bx-active .smart-filter-checkbox-btn,
.smart-filter-checkbox-label.bx-active .smart-filter-checkbox-btn,
.smart-filter-checkbox-text-label.bx-active .smart-filter-checkbox-btn {
  border-color: var(--primary);
}
.smart-filter-checkbox-text,
.smart-filter-dropdown-text {
  font-size: 14px;
}
.smart-filter-checkbox-label.disabled .smart-filter-checkbox-text,
.smart-filter-dropdown-label.disabled .smart-filter-dropdown-text,
.smart-filter-checkbox-text-label.disabled .smart-filter-checkbox-text,
.smart-filter-input-group-checkbox-list.disabled .smart-filter-checkbox-text {
  color: #6c6c6c;
}
.smart-filter-checkbox-label.disabled .smart-filter-checkbox-btn,
.smart-filter-checkbox-text-label.disabled .smart-filter-checkbox-btn {
  position: relative;
  opacity: 0.7;
}
.smart-filter-checkbox-label.disabled .smart-filter-checkbox-btn:before,
.smart-filter-checkbox-text-label.disabled .smart-filter-checkbox-btn:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  display: block;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAA/UlEQVQ4y5WSQQ6CQAxFOSBuwAtoAitc4R6MkKgYJULUi8Ax4DgKm9o/45BxBBNJmkB/33T6qUVEHkfDUXHY1sQD7V2DWg+JJox3lOZ3enYdf5IzAjnQkvxGa64Fg2S9PV3JXa4ozoovWEGbY0nOIqDkfIVeQ5hBAOQsAy5guO8FbEJxVqqDZ+rUuQ6rziJ3VLkBcs05BBxlF1nIADrJESYgE0YhAER0KH5DphEKFDNPuG1AhTAi4jnRWV17FNYhcT3NHLzLzuUnjI0YHP203EWY8ENqNsAq5Y3Qf4NuhIT7wTBsDxgIbRjvCfCUe6ozoFCuXIukj5c/lhy1/gvSDM3b8PrjegAAAABJRU5ErkJggg==")
    no-repeat center;
  content: " ";
  opacity: 0.7;
}
.smart-filter-number-label,
.smart-filter-dropdown-label,
.smart-filter-checkbox-label,
.smart-filter-checkbox-text-label {
  min-height: 20px;
  font-weight: normal;
  cursor: pointer;
}
/**/
.smart-filter-checkbox-btn-image {
  display: block;
  width: 23px;
  height: 23px;
  border-radius: 2px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05);
  vertical-align: middle;
  line-height: 24px;
  -webkit-background-size: cover;
}
.smart-filter-checkbox-btn-image.all {
  position: relative;
  border: none;
  box-shadow: none;
  display: inline-block;
}
.smart-filter-checkbox-btn-image.all:after,
.smart-filter-checkbox-btn-image.all:before {
  position: absolute;
  width: 60%;
  height: 60%;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
  content: " ";
}
.smart-filter-checkbox-btn-image.all:after {
  right: 0;
  bottom: 0;
}
.smart-filter-checkbox-btn-image.all:before {
  top: 0;
  left: 0;
}
/*endregion*/
/*region Checkbox / Radio */
.smart-filter-checklist {
  margin: 0;
  padding: 0;
  list-style: none;
}
/*endregion*/
/* COLOR */
/* --- colors */
.smart-filter-param-label.disabled .smart-filter-param-btn.bx-color-sl {
  position: relative;
  background: transparent;
  box-shadow: none;
}
.smart-filter-param-label.disabled .smart-filter-param-btn.bx-color-sl:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  display: block;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAA/UlEQVQ4y5WSQQ6CQAxFOSBuwAtoAitc4R6MkKgYJULUi8Ax4DgKm9o/45BxBBNJmkB/33T6qUVEHkfDUXHY1sQD7V2DWg+JJox3lOZ3enYdf5IzAjnQkvxGa64Fg2S9PV3JXa4ozoovWEGbY0nOIqDkfIVeQ5hBAOQsAy5guO8FbEJxVqqDZ+rUuQ6rziJ3VLkBcs05BBxlF1nIADrJESYgE0YhAER0KH5DphEKFDNPuG1AhTAi4jnRWV17FNYhcT3NHLzLzuUnjI0YHP203EWY8ENqNsAq5Y3Qf4NuhIT7wTBsDxgIbRjvCfCUe6ozoFCuXIukj5c/lhy1/gvSDM3b8PrjegAAAABJRU5ErkJggg==")
    no-repeat center;
  content: " ";
  opacity: 0.7;
}
.smart-filter-param-label .smart-filter-param-btn:hover,
.smart-filter-param-label.bx-active .smart-filter-param-btn {
  border-color: var(--primary);
}
/*
* BTN P/M
*
*/
.smart-filter-param-btn.bx-spm {
  padding: 0;
  min-width: 23px;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background-color: transparent;
  color: #767b7e;
  vertical-align: top;
  font-weight: normal;
  font-size: 17px;
  line-height: 23px;
}
.smart-filter-param-btn.bx-spm.bx-plus {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAMCAYAAAC0qUeeAAAANUlEQVQoz2NgwAQsQMzJQCSwAeKGQa7YFKoAhmOgim3QsAxIcSFUkhC2GaqhgQ4UgNgFmwQAij8OUFmBFssAAAAASUVORK5CIIA=")
    no-repeat center;
}
.smart-filter-param-btn.bx-spm.bx-minus {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAACCAYAAABhYU3QAAAAG0lEQVQYV2NgYGDgBuI4AlgGiBn4gLicAFYGAAFkBwE95V42AAAAAElFTkSuQmCC")
    no-repeat center;
}
.smart-filter-param-btn.bx-spm:active {
  outline: none !important;
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.12);
}
.smart-filter span.bx-spm {
  display: inline-block;
  margin: 0 10px;
  height: 23px;
  color: #000;
  vertical-align: middle;
  font-size: 18px;
  line-height: 23px;
}
/*
*	icon
*
*/
.smart-filter-select-popup .smart-filter-select-text-icon,
.smart-filter-select-text-icon {
  position: relative;
  display: inline-block;
  margin-top: -4px;
  margin-right: 2px;
  width: 23px;
  height: 23px;
  border-radius: 2px;
  vertical-align: middle;
  line-height: 33px;
}
.smart-filter-select-popup .smart-filter-btn-color-icon,
.smart-filter-btn-color-icon {
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 2px;
  background-size: cover;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05);
  vertical-align: middle;
  line-height: 24px;
  -webkit-background-size: cover;
}
.smart-filter-select-popup .smart-filter-btn-color-icon {
  top: 0 !important;
  margin: 2px 0;
  width: 20px;
  height: 20px;
}
.smart-filter-select-block .smart-filter-btn-color-icon {
  top: -1px !important;
}
.smart-filter-param-label.disabled .smart-filter-btn-color-icon {
  opacity: 0.2;
}
/*
* 	BIZ
*
*/
.smart-filter-parameter-biz {
  display: inline-block;
  margin-right: 10px;
  border-bottom: 1px dashed;
  color: #1485ce;
  text-decoration: none;
  font-size: 14px;
  line-height: 15px;
}
.smart-filter-parameter-biz:hover {
  border-bottom: 1px solid;
  text-decoration: none;
}
.smart-filter-parameter-biz.bx-active {
  position: relative;
  border-color: transparent;
  color: #000;
}
/*
*	BTN result and reset
*
*/
.btn-themes {
  color: #fff;
}
.btn-themes.bx-active,
.btn-themes.focus,
.btn-themes:active,
.btn-themes:focus,
.btn-themes:hover {
  color: #fff;
}
/*
* 	Result Popup
*
*/
.smart-filter-popup-result {
  position: absolute;
  z-index: 915;
  display: none;
  margin-top: -7px;
  margin-left: 10px;
  padding: 0 10px;
  min-height: 70px;
  width: 153px;
  color: #3f3f3f;
  white-space: nowrap;
  font-weight: normal;
  font-size: 13px;
  line-height: 18px;
}
.smart-filter-popup-result.left {
  border-width: 2px 10px 2px 2px;
  -webkit-border-image: url(/local/templates/main/components/bitrix/catalog.smart.filter/filter/images/result_popup_left.png) 4 20 4 4 repeat;
  -moz-border-image: url(/local/templates/main/components/bitrix/catalog.smart.filter/filter/images/result_popup_left.png) 4 20 4 4 repeat;
  -o-border-image: url(/local/templates/main/components/bitrix/catalog.smart.filter/filter/images/result_popup_left.png) 4 20 4 4 repeat;
  border-image: url(/local/templates/main/components/bitrix/catalog.smart.filter/filter/images/result_popup_left.png) 4 20 4 4 fill repeat;
}
.smart-filter-popup-result.right {
  background: url("/local/templates/main/components/bitrix/catalog.smart.filter/filter/./images/arrow.png") no-repeat center;
  padding-top: 16px;
  padding-left: 50px;
  font-weight: 500;
}
.smart-filter-popup-result.right {
  left: 90%;
}
.smart-filter-popup-result.left {
  right: 97%;
}
.smart-filter-horizontal .smart-filter-popup-result {
  position: relative;
  right: auto;
  bottom: -7px;
  left: auto;
  display: inline-block;
}
.smart-filter-popup-result a {
  color: #0073a3;
  line-height: 10px;
}
.smart-filter-popup-result a:hover {
  text-decoration: none;
}
.smart-filter-popup-result-close {
  display: none;
}
@media (max-width: 767px) {
  .smart-filter-parameters-box-container .smart-filter-input-group-checkbox-list{
    max-height: 165px;
  }
  .bx-touch .smart-filter-popup-result {
    position: fixed !important;
    top: auto !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    z-index: 1001;
    margin-top: 0;
    margin-left: 0;
    padding: 10px;
    width: auto;
    height: auto;
    border: 1px solid #c6dae7;
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.9);
    font-size: 12px;
    line-height: 14px;
  }
  .bx-touch .smart-filter-popup-result br {
    display: none;
  }
  .smart-filter-popup-result .arrow {
    display: none;
  }
}
.smart-filter #mobile-filter-button i {
  margin-right: 7px;
}
.smart-filter .smart-filter-form .smart-filter-parameters-box {
  padding: 17px 20px;
  background: #ece9e2;
  border-radius: 9px;
  margin-bottom: 4px;
}
.smart-filter
  .smart-filter-form
  .smart-filter-parameters-box
  .smart-filter-input-group-checkbox-list
  .form-check {
  padding-left: 30px;
  margin-bottom: 8px;
}
.smart-filter
  .smart-filter-form
  .smart-filter-parameters-box
  .smart-filter-input-group-checkbox-list
  .form-check
  input {
  width: 24px;
  height: 24px;
  margin-left: -30px;
  border: 2px solid #201f1c;
  border-radius: 6px;
  outline: none !important;
  background-color: #ece9e2;
  background-size: inherit;
}
.smart-filter
  .smart-filter-form
  .smart-filter-parameters-box
  .smart-filter-input-group-checkbox-list
  .form-check
  input:checked[type="checkbox"] {
  background-image: url("/local/templates/main/components/bitrix/catalog.smart.filter/filter/./images/checked.svg");
}
.smart-filter
  .smart-filter-form
  .smart-filter-parameters-box
  .smart-filter-input-group-checkbox-list
  .form-check
  .smart-filter-checkbox-text {
  font-size: 17px;
  font-weight: 500;
  margin-top: 2px;
}
.smart-filter .smart-filter-form .smart-filter-parameters-box-price {
  padding: 0;
  background: transparent;
}
.smart-filter
  .smart-filter-form
  .smart-filter-parameters-box-price
  .smart-filter-slider-track-container {
  background: #ece9e2;
  border-radius: 9px;
  padding: 0;
  margin-bottom: 7px;
}
.smart-filter .smart-filter-form .smart-filter-parameters-box-title-text {
  font-weight: 500;
  padding-bottom: 0;
  font-size: 16px;
}
.smart-filter .smart-filter-form .smart-filter-button-box {
  padding: 10px;
}
.smart-filter .smart-filter-form .radio-filter-input {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.smart-filter .smart-filter-form .radio-filter-input input {
  display: none;
}
.smart-filter .smart-filter-form .radio-filter-input input + label {
  display: inline-flex;
  align-items: center;
  user-select: none;
  cursor: pointer;
  font-size: 16px !important;
  font-weight: 500;
  color: inherit !important;
}
.smart-filter .smart-filter-form .radio-filter-input input + label::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  border: 2px solid #201f1c;
  border-radius: 100%;
  margin-right: 10px;
  background-position: center;
  background-repeat: no-repeat;
}
.smart-filter
  .smart-filter-form
  .radio-filter-input
  input:checked
  + label::before {
  background-image: url("/local/templates/main/components/bitrix/catalog.smart.filter/filter/./images/dot-radio.svg");
}
.smart-filter-input-container .form-control {
  padding: 12px 15px;
}
.smart-filter-button-box {
  padding: 0 !important;
}
#set_filter {
  display: none;
  width: 100%;
  background: #d5f3c8;
  box-shadow: none;
}
#del_filter {
  background: none !important;
  display: inline-block;
  border: none;
  text-align: left;
  padding: 0;
  color: #2b5add;
  font-size: 12px;
  margin-top: 5px;
  width: auto;
}
.filter-dropdown-block .smart-filter-block {
  margin-top: 7px;
}
.smart-filter-input-group-checkbox-list {
  max-height: 150px;
  overflow: hidden;
}
.sfpb-taller {
  max-height: fit-content;
}
.checkbox-list-all {
  margin-top: 5px;
  display: inline-block;
  font-size: 12px;
}

@media (max-width: 600px) {
  .smart-filter
    .smart-filter-form
    .smart-filter-parameters-box
    .smart-filter-input-group-checkbox-list
    .form-check
    .smart-filter-checkbox-text,
  .smart-filter .smart-filter-form .radio-filter-input input + label {
    font-size: 14px !important;
  }
}
/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/bitrix/components/bitrix/system.pagenavigation/templates/round/style.css?17368556092917*/
.bx-pagination {
	margin: 10px 0;
}
.bx-pagination .bx-pagination-container {
	text-align: center;
	position: relative;
}
.bx-pagination .bx-pagination-container ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
}
.bx-pagination .bx-pagination-container ul li {
	display: inline-block;
	margin: 0 2px 15px 2px;
}
.bx-pagination .bx-pagination-container ul li span{
    -webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
       -moz-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	-ms-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	 -o-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    		transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	background: #eff0f1;
	padding: 0 8px;
	display: block;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	font-size: 14px;
	border-radius: 16px;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-pagination .bx-pagination-container ul li a {
	text-decoration: none;
	display: block;
	border-radius: 16px;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	vertical-align: middle;
}
.bx-pagination .bx-pagination-container ul li a:hover span{
	background: #DADADA;
}
.bx-pagination .bx-pagination-container ul li.bx-active span{
	background: #0083d1;
	color: #fff;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
	color: #444;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next span{
	color: #aab1b4;
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span {
	background: #fff;
	border-color: #DADADA;
	color: #000;
}

/*color schemes*/
.bx-pagination.bx-green  .bx-pagination-container ul li.bx-active span{
	background: #3bc915;
	color: #fff;
}
.bx-pagination.bx-yellow  .bx-pagination-container ul li.bx-active span{
	background: #F9A91D;
	color: #fff;
}
.bx-pagination.bx-red  .bx-pagination-container ul li.bx-active span{
	background: #E22B2B;
	color: #fff;
}
.bx-pagination.bx-blue .bx-pagination-container ul li.bx-active span{
	background: #0083d1;
	color: #fff;
}

/* End */


/* Start:/local/templates/main/components/bitrix/catalog.section/product-list/style.css?1782912616388*/
.catalog-section__item {
  position: relative;
}
.show-more-container {
  text-align: center;
}
.show-more-container button {
  display: inline-block !important;
}
.row.mb-4:has(.bx-pagination){
  grid-column: span 2;
}
.seo-text{
  grid-column: span 2;
}
.form-button.other-courses-btn {
  text-align: center;
  background: #545a94;
  color: #fff;
}
/*# sourceMappingURL=style.css.map */
/* End */


/* Start:/local/templates/main/components/bitrix/catalog.item/product-item-list/style.css?17804945784613*/
.product-item-list {
  padding: 24px 33px 35px 24px;
  border-style: solid;
  border-color: #ECE9E2;
  border-top-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-bottom-width: 4px;
  margin-bottom: 35px;
  border-radius: 10px;
}
.product-item-list:last-child {
  border-bottom-width: 4px;
}
.product-item-list__container {
/*  display: flex;*/
/*  align-items: flex-end;*/
}
.product-item-list__price {
  flex: 1;
/*  text-align: right;*/
  font-size: 27px;
  font-weight: 600;
}
.product-item-list__inner {
/*  flex: 0 0 70%;*/
  /*max-width: 70%;
  min-width: 70%;*/
  width: 100%;
}
.product-item-list__marker {
  background: #FFEE99;
  font-size: 17px;
  padding: 4px 8px;
  display: inline-block;
  font-weight: 500;
  margin-bottom: 15px;
  margin-right: 10px;
  white-space: nowrap;
  border-radius: 5px;
}
.product-item-list__marker--discount {
  background: #FCD7E6;
}
.product-item-list__inner a {
    color: #201f1c !important;
} 
.product-item-list_search b {
    text-decoration: underline;
} 
.product-item-list_search .product-item-list__marker--discount {
    margin-left:3px;
} 
.product-item-list__options-expert{
    margin-top: 15px;
}
.product-item-list__title {
  font-size: 27px;
  margin-bottom: 8px;
  font-weight: 600;
  cursor: pointer;
}
.product-item-list__title a {
  color: inherit;
  text-decoration: none !important;
}
.product-item-list__options {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 17px;
}
.product-item-list__params {
  display: flex;
  column-gap: 4px;
  margin-bottom: 4px;
}
.product-item-list__preview{
  line-height: 22px;
}
.product-item-list__params .param {
  padding: 4px 9px;
/*  background: #ECE9E2;*/
  border-radius: 10px;
  font-size: 16px;
  font-weight: 500;
}
.product-item-list__params .param--selected {
  background: #fe9;
}
.product-item-price-old {
   font-family: 'Graphik Compact', sans-serif !important;
   color:#cdc8be;
  font-size: 22px;
  line-height: 28px;
  text-decoration: line-through;
}
/*# sourceMappingURL=style.css.map */
.product-item-list .more-details-btn{
  font-size: 15px;
}
.more-details-btn-wrap{
  margin-top: 30px;
  display: flex;
  gap: 15px;
}
.form-button.order-course-btn{
  background: #545a94;
  color: #fff;
}
.product-item-list__params-duration{
/*  align-items: center;*/
  flex-direction: column;
}
.all-markers{
  display: flex;
  flex-wrap: wrap;
}
.product-item-list__marker--fedreestr{
  position: relative;
}
.img_gerb{
  width: 28px;
}
.hours-items{
  display: flex;
}
.hours-item:last-child{
  margin-right: 4px;
}
.product-item-list__params-no-gap{
  column-gap: 0;
}
.card-char-row{
  margin-top: 15px;
  margin-bottom: 15px;
  display: flex;
}
.block-with-icons{
  width: 33.3%;
}
.icons-card{
  margin-bottom: 4px;
}
.colored-bg{
  background: #ece9e2;
  padding: 10px;
  border-radius: 10px;
}
.product-item-price-container{
  margin-top: 20px;
}
a.buy-button{
  color: #fff;
}
@media (max-width: 1599px) {
  .card-char-row{
    flex-direction: column;
    gap: 8px;
  }
  .card-char-row .block-with-icons{
    width: 100%;
    display: flex;
    align-items: center;
    gap: 5px;
  }
}
@media (max-width: 1022px) {
  .product-item-list__params-doc{
    width: 90%;
  }
}
@media (max-width: 725px) {
  .product-item-list__params-doc,
  .block-with-icons{
    width: 100%;
  }
  .block-with-icons{
/*    max-height: 20px;*/
  }
  .card-char-row {
    flex-direction: column;
    color: #686868;
  }
  .icons-card,
  .to-hide{
    display: none;
  }
  .product-item-list__params {
    gap: 3px;
  }
}
@media (max-width: 501px) {
  .product-item-list__marker {
    white-space: wrap;
  }
  .img_gerb{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0,-50%);
    width: 62px;
  }
  .product-item-list{
    padding-left: 15px;
    padding-right: 15px;
  }
  .product-item-list__marker--fedreestr{
    padding: 5px 15px 5px 5px;
  }
  .product-item-list__title {
    font-size: 22px;
  }
  .product-item-list__inner {
    flex: 0 0 100%;
    max-width: 100%;
    min-width: 100%;
    width: 100%;
  }
  .product-item-list__container {
    display: block;
  }
  .product-item-price-current{
    margin-top: 10px;
  }
  .text-right.more-details-btn-wrap {
      text-align: center !important;
  }
  .form-button.order-course-btn,
  .product-item-list .more-details-btn{
    height: 48px;
    line-height: 24px;
    display: block;
    width: 100%;
  }
  .more-details-btn-wrap{
    flex-direction: column;
  }
  .more-details-btn-wrap .to_cart{
    width: 100%;
  }
  .product-item-list .more-details-btn{
    text-align: center;
  }
}


/* End */


/* Start:/local/lib/slick/slick.css?17368576991619*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/*# sourceMappingURL=slick.css.map */
/* End */


/* Start:/local/lib/slick/slick-theme.css?17368576992989*/
@charset "UTF-8";
/* Slider */
.slick-loading .slick-list {
  background: #fff url('/local/lib/slick/./ajax-loader.gif') center center no-repeat;
}
/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('/local/lib/slick/./fonts/slick.eot');
  src: url('/local/lib/slick/./fonts/slick.eot?#iefix') format('embedded-opentype'), url('/local/lib/slick/./fonts/slick.woff') format('woff'), url('/local/lib/slick/./fonts/slick.ttf') format('truetype'), url('/local/lib/slick/./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
.slick-prev[dir="rtl"] {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
.slick-prev:before[dir="rtl"] {
  content: "→";
}
.slick-next {
  right: -25px;
}
.slick-next[dir="rtl"] {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
.slick-next:before[dir="rtl"] {
  content: "←";
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
/*# sourceMappingURL=slick-theme.css.map */
/* End */


/* Start:/local/templates/main/css/letter.css?17587880192142*/
.letter,
.letter.swiper-slide {
    width: 230px;
    height: auto;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.thank-letters__title {
    font-weight: 600;
    font-size: 4rem;
    line-height: 38px;
    margin-bottom: 32px;
}

.letter__image {
    width: 100%;
    height: 292px;
    position: relative;
    border: 1px solid rgb(186, 190, 226);
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
}

.letter__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.letter__zoom {
    position: absolute;
    top: 50%;
    left: 50%;
    width: fit-content;
    transform: translate(-50%, -50%);
    z-index: 3;
}

.letter__zoom svg {
    width: 44px;
    height: 44px;
    color: #fff;
}

.letter__zoom svg rect,
.letter__zoom svg path {
    stroke: #545A94;
}

.letter__image::after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(240, 242, 255, 0.7);
    z-index: 2;
}

.letter .letter__text {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    padding: 16px;
    background: rgb(240, 242, 255);
    border: 1px solid rgb(186, 190, 226);
    border-radius: 10px;
}

.thank-letters__buttons {
    width: fit-content;
    display: grid;
    grid-gap: 32px;
    grid-template-columns: repeat(2, 1fr);
}

.thank-letters__button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: #545A94;
    border-radius: 25px;
    margin-bottom: 12px;
}

.thank-letters__button:before {
    content: url('/local/templates/main/images/arrow.svg');
    line-height: 1px;
    margin-left: -3px;
}

.thank-letters__button--next {
    transform: rotate(180deg);
}

.thank-letters__scrollbar {
    --swiper-scrollbar-drag-bg-color: #545A94;
    --swiper-scrollbar-border-radius: 0;

    height: 2px;
    background: #CDC8BE;
    margin-bottom: 28px;
}

/* End */


/* Start:/local/templates/main/css/reviews.css?17830663991545*/
.reviews {
    padding-bottom: 70px;
}
.reviews__rating {
    font-size: 20px;
    line-height: 28px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 20px;
}
.reviews__rating-value {
    font-size: 36px;
    line-height: 44px;
    font-weight: 600;
}
.reviews__item-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.reviews__slider-item.swiper-slide {
    background-color: white;
    padding: 20px;
    border-radius: 30px;
    border: 1px solid #e2e9ee;
    min-height: 300px;
}
.reviews__slider-pagination.swiper-pagination {
    position: static;
}
.reviews__item-name {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
}
.reviews__item-description {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
}
.reviews__item-date {
    color: #686868;
    font-size: 18px;
    line-height: 24px;
}
.reviews__item-stars,
.reviews__rating-stars {
    position: relative;
    width: max-content;
}
.reviews__item-stars--empty,
.reviews__rating-stars--empty,
.reviews__item-stars--filled,
.reviews__rating-stars--filled {
    display: flex;
    align-items: center;
}
.reviews__item-stars--filled,
.reviews__rating-stars--filled {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
}
.reviews__item-stars {
    margin-bottom: 20px;
}
.reviews__item-stars svg,
.reviews__rating-stars svg {
    width: 20px;
    height: 20px;
}
/* End */


/* Start:/local/lib/swiper/swiper-bundle.min.css?175878801918464*/
/**
 * Swiper 11.2.8
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 23, 2025
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
/* End */


/* Start:/local/templates/main/components/bitrix/news.list/professions/style.css?1736857700860*/
.professions-list .professions-block {
  position: relative;
  margin-bottom: 30px;
  padding-left: 25px;
  padding-right: 15px;
}
.professions-list .professions-block__latter {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.7rem;
  color: #201F1C;
  font-weight: 800;
}
.professions-list .professions-block .profession {
  margin-bottom: 5px;
}
.professions-list .professions-block .profession__title {
  font-size: 1.7rem;
  color: #201F1C;
  font-weight: 500;
  text-decoration: none!important;
}
.professions-list .professions-block .profession__count {
  color: #CDC8BE;
}
.professions-list .professions-block-section {
  position: relative;
}
.professions-list .professions-block-section__latter {
  position: absolute;
  left: -25px;
  top: 0;
  font-size: 1.6rem;
  color: #CDC8BE;
  font-weight: 700;
}
/*# sourceMappingURL=style.css.map */
/* End */


/* Start:/local/templates/main/components/bitrix/catalog.section/additional-list/style.css?17804945781130*/
.additionals__top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
}
.additionals .additionals-arrows {
  position: relative;
  background: #ECE9E2;
  border-radius: 9px;
  padding: 14px 20px;
  display: flex;
  column-gap: 8px;
  align-items: center;
  align-self: center;
}
.additionals .additionals-arrows .slick-arrow {
  position: static;
  transform: initial;
  width: 24px;
  height: 24px;
}
@media(min-width: 800px){
  .additionals .slick-slide:not(.slick-active) .additional-slide-item,
  .additionals .slick-slide:not(.slick-active){
    max-height: 0px;
  }
}
.additionals .additionals-arrows .slick-arrow:before {
  opacity: 1;
}
.additionals .additionals-arrows .slick-prev:before {
  content: url("/local/templates/main/components/bitrix/catalog.section/additional-list/./images/left_arrow.png");
}
.additionals .additionals-arrows .slick-next:before {
  content: url("/local/templates/main/components/bitrix/catalog.section/additional-list/./images/right_arrow.png");
}
.like-title-but-not-h2{
  font-weight: 500;
  font-size: 48px;
  font-family: 'Graphik Compact', sans-serif !important;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .additionals {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */
/* End */


/* Start:/local/templates/main/components/bitrix/catalog.item/additional-slide-item/style.css?17368576991815*/
.additional-slide-item {
  padding: 24px 33px 35px 24px;
  border-style: solid;
  border-color: #ECE9E2;
  border-top-width: 4px;
  border-left-width: 4px;
  border-bottom-width: 0;
}
.additional-slide-item:last-child {
  border-bottom-width: 4px;
}
.additional-slide-item__container {
  display: flex;
  align-items: flex-end;
}
.additional-slide-item__price {
  flex: 1;
  text-align: right;
  font-size: 27px;
  font-weight: 500;
}
.additional-slide-item__inner {
  flex: 0 0 50%;
  max-width: 50%;
  min-width: 50%;
  width: 50%;
}
.additional-slide-item__marker {
  background: #FFEE99;
  font-size: 17px;
  padding: 2px 6px;
  display: inline-block;
  font-weight: 500;
  margin-bottom: 9px;
}
.additional-slide-item__title {
  font-size: 27px;
  margin-bottom: 8px;
  font-weight: 600;
  cursor: pointer;
}
.additional-slide-item__title a {
  color: inherit;
  text-decoration: none !important;
}
.additional-slide-item__options {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 17px;
}
.additional-slide-item__params {
  display: flex;
  column-gap: 4px;
  margin-bottom: 4px;
}
.additional-slide-item__params .param {
  padding: 4px 9px;
  background: #ECE9E2;
  border-radius: 9px;
  font-size: 16px;
  font-weight: 500;
}
.product-item-price-old {
  text-decoration: line-through;
}
.like-h3 {
    font-family: 'Graphik Compact', sans-serif !important;
    font-weight: 600;
    font-style: normal;
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}
@media (max-width: 480px) {
  .additional-slide-item__title {
    font-size: 24px;
  }
  .additional-slide-item__inner {
    flex: 0 0 100%;
    max-width: 100%;
    min-width: 100%;
    width: 100%;
  }
  .additional-slide-item__container {
    display: block;
  }
}

/*# sourceMappingURL=style.css.map */
/* End */


/* Start:/local/templates/main/components/bitrix/news.list/main_slider/style.css?17804945782114*/
.main-slider-blocks {
  background: #ECE9E2;
  position: relative;
}
.main-slider-blocks .main-slider-item {
  padding-top: 37px;
  padding-left: 24px;
  padding-bottom: 51px;
  display: flex;
  gap: 16px;
}

.main-slider-blocks .main-slider-item__title {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 8px;
}
.main-slider-blocks .main-slider-item__text a.main-slider-item__text--webinars.form-button{
  box-shadow: none;
  background-color: #545A94;
  color: white;
  display: block;
  width: fit-content;
}
.main-slider-item__text:has(.form-button){
  margin-top: 10px;
  display: block;
}
.main-slider-blocks .main-slider-item__icon {
  padding-top: 5px;
}
.main-slider-blocks .main-slider-item__text a {
  color: #2B5ADD;
  text-decoration: none;
}
.main-slider-blocks .slick-prev,
.main-slider-blocks .slick-next {
  width: 24px;
  height: 24px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  right: unset;
  top: unset;
}
.main-slider-blocks .slick-prev:before,
.main-slider-blocks .slick-next:before {
  content: "";
  display: none;
}
.main-slider-blocks .slick-next {
  background: url("/local/templates/main/components/bitrix/news.list/main_slider/./images/arr_right.png") !important;
  left: calc(50% + 20px);
}
.main-slider-blocks .slick-prev {
  z-index: 55;
  background: url("/local/templates/main/components/bitrix/news.list/main_slider/./images/arr_left.png") !important;
  left: calc(50% - 20px);
}
@media (max-width: 510px) {
  .main-slider-blocks .main-slider-item {
    max-width: 300px;
  }
  .main-slider-blocks .main-slider-item__text a.main-slider-item__text--webinars.form-button{
    width: 100%;
    text-align: center;
  }
}
@keyframes progress {
  0% {
    clip-path: polygon(50% 50%, 50% -21%, 50% -21%, 50% -21%, 50% -21%, 50% -21%);
  }
  25% {
    clip-path: polygon(50% 50%, 50% -21%, 121% 50%, 121% 50%, 121% 50%, 121% 50%);
  }
  50% {
    clip-path: polygon(50% 50%, 50% -21%, 121% 50%, 50% 121%, 50% 121%, 50% 121%);
  }
  75% {
    clip-path: polygon(50% 50%, 50% -21%, 121% 50%, 50% 121%, -21% 50%, -21% 50%);
  }
  100% {
    clip-path: polygon(50% 50%, 50% -21%, 121% 50%, 50% 121%, -21% 50%, 50% -21%);
  }
}
/*# sourceMappingURL=style.css.map */
/* End */


/* Start:/local/templates/main/components/bitrix/news.list/main_infornation/style.css?17587880191009*/
.information {
  display: flex;
  gap: 100px;
}
.information--content {
  max-width: 670px;
  width: 100%;
}
.main-information-list__title {
  font-weight: 600;
  font-size: 2.4rem;
  margin-bottom: 13px;
}
.main-information-list h2 {
  font-size: 40px;
  margin-bottom: 43px;
}
.main-information-list .main-information-item {
  margin-bottom: 32px;
}
.main-information-list .main-information-item:last-child {
  margin-bottom: 0;
}
.main-information-list .main-information-item__date {
  color: #CDC8BE;
}
.main-information-list .main-information-item__title {
  font-size: 17px;
  color: #000 !important;
  text-decoration: none !important;
}
.main-information-item__type {
  margin-top: 6px;
  font-size: 14px;
  color: #686868;
}
.main-information-item__type span {
  color: #545A94;
  margin-left: 8px;
}
.main-information-item__type span:first-child {
  margin-left: 0;
}
@media (max-width: 768px) {
  .information {
    flex-direction: column;
    gap: 80px;
  }
}
/*# sourceMappingURL=style.css.map */
/* End */
/* /local/templates/main/components/bitrix/catalog/courses/style.css?17828235938045 */
/* /local/templates/main/components/bitrix/catalog.smart.filter/filter/style.css?178267155320405 */
/* /bitrix/components/bitrix/system.pagenavigation/templates/round/style.css?17368556092917 */
/* /local/templates/main/components/bitrix/catalog.section/product-list/style.css?1782912616388 */
/* /local/templates/main/components/bitrix/catalog.item/product-item-list/style.css?17804945784613 */
/* /local/lib/slick/slick.css?17368576991619 */
/* /local/lib/slick/slick-theme.css?17368576992989 */
/* /local/templates/main/css/letter.css?17587880192142 */
/* /local/templates/main/css/reviews.css?17830663991545 */
/* /local/lib/swiper/swiper-bundle.min.css?175878801918464 */
/* /local/templates/main/components/bitrix/news.list/professions/style.css?1736857700860 */
/* /local/templates/main/components/bitrix/catalog.section/additional-list/style.css?17804945781130 */
/* /local/templates/main/components/bitrix/catalog.item/additional-slide-item/style.css?17368576991815 */
/* /local/templates/main/components/bitrix/news.list/main_slider/style.css?17804945782114 */
/* /local/templates/main/components/bitrix/news.list/main_infornation/style.css?17587880191009 */
