:root {
  --clr-base: #222;
  --clr-att: #201E93;
  --clr-border: #f5f5f5;
  --clr-light: #888;
  --sectionMargin: 30px;
  --fsize: 15px;
  --fsizeLarge: 16px;
  --lhsize: (24/15);
  --lhsizeLarge: (24/16);
}
.new-content {
  font-size: var(--fsize);
  line-height: var(--lhsize);
  color: var(--clr-base);
}
.new-content p,
.new-content ul,
.new-content ol {
  margin: 0 0 15px 0;
  padding: 0;
}
.new-content p:last-child,
.new-content ul:last-child,
.new-content ol:last-child {
  margin-bottom: 0;
}
.new-content ul,
.new-content ol {
  list-style-type: none;
  padding: 0;
}
.new-content li {
  font-size: inherit;
  line-height: inherit;
  padding: 0 0 0 20px;
  position: relative;
  margin: 0;
  list-style-type: none;
}
.new-content li:before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background: currentColor;
  position: absolute;
  top: 0.8em;
  left: 8px;
  margin-top: -2px;
}
.new-content .menu,
.new-content .list {
  margin: 0;
}
.new-content .menu li,
.new-content .list li {
  margin: 0;
  padding: 0;
}
.new-content .menu li:before,
.new-content .list li:before {
  display: none;
}
.new-content .h2-title {
  font-size: 24px;
  line-height: 1.35;
  font-weight: 500;
  margin: 0 0 15px 0;
}
.new-content .h3-title {
  font-size: 18px;
  line-height: 1.22222222;
  font-weight: 500;
  margin: 0 0 15px 0;
}
.new-content .h4-title {
  font-size: var(--fsizeLarge);
  line-height: var(--lhsizeLarge);
  margin: 0;
  font-weight: bold;
}
.btn-action-ico {
  min-width: 0;
  border-radius: 0;
  padding: 0;
  margin: 0;
  font-size: 0;
  display: block;
  position: relative;
  overflow: hidden;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  text-decoration: none;
  transition: all ease 0.2s;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.btn-action-ico:not(.btn) {
  background: none;
  border: none;
  box-shadow: none;
}
.btn-action-ico.btn {
  min-width: 0;
  min-height: 0;
  padding: 0;
  display: block;
}
.btn-action-ico:before,
.btn-action-ico:after,
.btn-action-ico [class*="icon-"],
.btn-action-ico img,
.btn-action-ico svg {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  transition: all ease 0.2s;
}
.btn-action-ico img,
.btn-action-ico svg {
  max-width: 24px;
  max-height: 24px;
}
.btn-action-ico:before,
.btn-action-ico:after {
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px  auto;
}
.btn-action-ico:hover {
  text-decoration: none;
}
.btn-action-ico:hover:not(.btn) {
  background: none;
  box-shadow: none;
}
.btn-action-ico.ico-copy:before {
  background-image: url(../img/icons/copy.svg);
}
.btn-action-ico.ico-arrow-toggle:before {
  background-image: url(../img/icons/arrow-toggle.svg);
}
.btn-action-ico.ico-arrow-toggle.active:before {
  transform: rotate(180deg);
}
.btn-action-ico.ico-arrow {
  z-index: 20;
  cursor: pointer;
  width: 32px;
  height: 32px;
  background: #f2f2f2;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 50%;
}
.btn-action-ico.ico-arrow:before {
  background-image: url(../img/icons/arrow-slider.svg);
}
.btn-action-ico.ico-arrow:hover {
  background: var(--clr-att);
}
.btn-action-ico.ico-arrow:hover:before,
.btn-action-ico.ico-arrow:hover:after {
  filter: brightness(0) invert(1);
}
.btn-action-ico.ico-arrow.swiper-button-disabled {
  opacity: 0.5;
}
.btn-action-ico.ico-arrow-prev:before {
  transform: rotate(180deg);
}
.btn-action-ico.button-active-close:after,
.btn-action-ico.button-active-toggle:after {
  opacity: 0;
}
.btn-action-ico.button-active-close.active:before,
.btn-action-ico.button-active-toggle.active:before {
  opacity: 0;
}
.btn-action-ico.button-active-close.active:after,
.btn-action-ico.button-active-toggle.active:after {
  opacity: 1;
}
.btn-action-ico.button-active-close:after {
  background-image: url(../img/icons/close.svg);
}
.slider-actions-wrap {
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0 0 0;
  width: 100%;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  gap: 15px;
}
.slider-actions-wrap:has(.swiper-button-disabled~.swiper-button-disabled) {
  display: none;
}
.slider-actions-wrap:has(.swiper-button-disabled~.swiper-button-disabled) .swiper-button-disabled {
  display: none;
}
.slider-actions-wrap .button-slider {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.slider-actions-wrap .slider-pagination {
  -ms-flex: 1;
      flex: 1;
  -ms-flex-pack: end;
      justify-content: flex-end;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px 15px;
}
.slider-actions-wrap .slider-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #f2f2f2;
  margin: 0 !important;
  opacity: 1;
}
.slider-actions-wrap .slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #2388FF;
}
.text-light {
  font-size: 13px;
  line-height: 1.46153846;
  color: var(--clr-light);
}
.link-main {
  border-bottom: 1px solid;
}
.elm-photo .zoom,
.tile-photo .zoom {
  opacity: 0;
}
.elm-photo:hover .zoom,
.tile-photo:hover .zoom {
  opacity: 1;
}
.item-tile-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  font-size: 14px;
  line-height: 20px;
  color: #62666C;
  gap: 20px;
}
.item-tile-info .elm-ico {
  width: 60px;
  height: 60px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.item-tile-info .tile-title {
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
  margin: 0;
  color: var(--clr-base);
}
.item-tile-action-toggle {
  display: block;
  position: relative;
}
.item-tile-action-toggle .tile-title-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  gap: 5px;
  position: relative;
  padding-right: 30px;
}
.item-tile-action-toggle .tile-title {
  display: block;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-weight: 500;
}
.item-tile-action-toggle .tile-button,
.item-tile-action-toggle .tile-info {
  font-size: 12px;
  line-height: 18px;
  color: #999;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.item-tile-action-toggle .tile-button {
  display: -ms-inline-flexbox;
  display: inline-flex;
  white-space: nowrap;
  gap: 10px;
}
.item-tile-action-toggle .tile-button .elm-ico {
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.item-tile-action-toggle .tile-button:hover {
  color: var(--clr-base);
}
.item-tile-action-toggle .tile-action {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 100%;
}
.item-tile-action-toggle .tile-info {
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.item-tile-action-toggle .tile-info span {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 100%;
}
.item-tile-action-toggle .tile-button-action {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 12px;
  right: 8px;
  margin: -16px -16px 0 0;
  cursor: pointer;
  z-index: 2;
}
.item-tile-action-toggle .tile-content-wrap {
  background: #f2f2f2;
  position: relative;
  height: 0;
  overflow: hidden;
  interpolate-size: allow-keywords;
  transition: all ease 0.2s;
  padding: 0 15px;
}
.item-tile-action-toggle .active ~ .tile-content-wrap {
  height: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: 10px;
}
.item-tile-action-toggle table {
  width: 100%;
  margin: 0;
}
.item-tile-action-toggle table th,
.item-tile-action-toggle table td {
  font-size: 1em;
  line-height: inherit;
  font-weight: 400;
  text-align: left;
  vertical-align: top;
  color: var(--clr-base);
  padding: 0 15px 10px 0;
}
.item-tile-action-toggle table th:last-child,
.item-tile-action-toggle table td:last-child {
  padding-right: 0;
}
.item-tile-action-toggle table th {
  color: #777;
}
.item-tile-action-toggle table tr:last-child th,
.item-tile-action-toggle table tr:last-child td {
  padding-bottom: 0;
}
.item-tile-srt {
  display: block;
  position: relative;
  text-align: center;
  font-size: 14px;
  line-height: 1.25;
  color: var(--clr-base);
  padding: 10px;
  border-radius: 12px;
  min-height: 100%;
  border: 1px solid var(--clr-border);
  transition: all ease 0.2s;
}
.item-tile-srt:hover {
  color: var(--clr-base);
  border-color: var(--clr-att);
}
.item-tile-srt .elm-photo {
  aspect-ratio: 145/203;
  border-radius: 12px;
  margin: 0 auto 15px auto;
}

section.page-top {
  font-size: 18px;
  line-height: 1.45;
  color: var(--clr-base);
}
section.page-top h1 {
  font-size: 26px;
  line-height: 1.15384615;
  margin-bottom: 15px;
}
section.page-top h1:last-child {
  margin-bottom: 0;
}
.actions-box .slider-inner-wrap .slider-wrap {
  background: var(--clr-att);
}
.detailcustom5 .article-box .h4-title,
.detailcustom5 .article-box .h3-title {
  font-weight: 400;
  margin: 0 !important;
}
.section-bg-box {
  position: relative;
  padding: 30px 0;
  color: #fff;
  margin-bottom: var(--sectionMargin);
}
.section-bg-box > *:last-child {
  margin-bottom: 0;
}
.section-bg-box:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100dvw;
  min-width: 320px;
  transform: translateX(-50%);
  background: #0039A6;
  border-radius: 8px;
  z-index: -1;
}
.section-bg-box .about-box .btn-action-ico:before,
.section-bg-box .about-box .btn-action-ico:after {
  filter: brightness(0) invert(1);
}
.actions-box {
  margin-bottom: var(--sectionMargin);
  margin-left: 0;
  margin-right: 0;
}
.actions-box .slider-inner-wrap {
  margin: 0 0 15px 0;
  padding: 0;
}
.actions-box .items-inner-wrap {
  margin: 0;
  padding: 0;
}
.about-box {
  margin-bottom: var(--sectionMargin);
  position: relative;
}
.about-box .title-inner-wrap {
  margin-bottom: var(--sectionMargin);
}
.about-box .title-inner-wrap > *:last-child {
  margin-bottom: 0;
}
.about-box .text-inner-wrap {
  margin-bottom: 14px;
}
.about-box .text-inner-wrap:first-child {
  font-size: 14px;
  line-height: 1.71428571;
  padding-bottom: 14px;
  border-bottom: 1px solid currentColor;
}
.about-box p {
  margin-bottom: 18px;
}
.about-box p:last-child {
  margin-bottom: 0;
}
.about-box .h2-title,
.about-box .h3-title,
.about-box .h4-title {
  color: inherit;
  font-weight: 400;
}
.about-box b {
  color: inherit;
}
.about-box .btn-action-ico {
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  margin: -2px 0 0 8px;
}
.about-box .items-wrap {
  margin: 0 -15px;
  gap: 10px 0;
}
.about-box .item-wrap {
  width: 100%;
  margin: 0;
  padding: 0 15px;
}
.about-box .item-tile-info {
  color: inherit;
  gap: 10px;
}
.about-box .item-tile-info .tile-title {
  color: inherit;
}
.about-box .item-tile-info .elm-ico {
  width: 48px;
  height: 48px;
  border-radius: 6px;
  border: 1px solid currentColor;
}
.about-box .item-tile-info .elm-ico img,
.about-box .item-tile-info .elm-ico svg {
  max-width: 100%;
  max-height: 100%;
}
.card-box {
  margin-bottom: var(--sectionMargin);
}
.card-box .photos-inner-wrap {
  padding: 0 16px;
  width: 100%;
  margin-bottom: 15px;
}
.card-box .info-inner-wrap {
  padding: 0 16px;
}
.article-box:last-child {
  margin-bottom: 0;
}
.article-box,
.list-box,
.list-info-box {
  margin-bottom: var(--sectionMargin);
  line-height: 1.45;
  font-size: var(--fsizeLarge);
}
.article-box .h2-title,
.list-box .h2-title,
.list-info-box .h2-title {
  font-weight: 400;
  line-height: inherit;
}
.article-box .h3-title,
.list-box .h3-title,
.list-info-box .h3-title {
  font-size: 20px;
  font-weight: 400;
  line-height: inherit;
}
.list-info-box .items-wrap {
  margin: 0 -8px;
  gap: 15px 0;
}
.list-info-box .item-wrap {
  padding: 0 8px;
  width: 100%;
}
.list-box .items-wrap {
  margin: 0;
  display: block;
}
.list-box .item-wrap {
  width: 100%;
  margin: 0 0 10px 0;
  padding: 0;
}
.list-box .item-wrap:last-child {
  margin-bottom: 0;
}
.list-box .h4-title {
  margin-top: 15px !important;
  margin-bottom: 10px;
}
.list-box .h4-title:first-child {
  margin-top: 0 !important;
}
.title-box {
  margin-bottom: var(--sectionMargin);
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
.title-box .title-wrap {
  -ms-flex: 1;
      flex: 1;
}
.title-box .action-wrap {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 15px;
  line-height: 24px;
}
.title-box .h2-title {
  margin: 0;
  font-weight: 400;
}
.gallery-slider-box {
  margin-bottom: var(--sectionMargin);
  position: relative;
}
.gallery-slider-box .slider-wrap {
  margin: 0 -8px;
}
.gallery-slider-box .sl-wrap {
  padding: 0 8px;
  width: 50%;
}
.gallery-slider-box .sl-wrap:has(.photo-gallery) {
  width: 100%;
}
.gallery-slider-box:has(.photo-gallery) .elm-photo {
  border-radius: 8px;
  border: 2px solid #fff;
  height: 172px;
  aspect-ratio: inherit;
}
.gallery-slider-box .elm-photo {
  border-radius: 12px;
  aspect-ratio: 165/232;
}
.tiles-slider-box {
  margin-bottom: var(--sectionMargin);
  position: relative;
}
.tiles-slider-box .slider-wrap {
  margin: 0 -16px;
}
.tiles-slider-box .sl-wrap {
  padding: 0 16px;
}
.sertificats-slider-box {
  margin-bottom: var(--sectionMargin);
  position: relative;
}
.sertificats-slider-box .title-inner-wrap {
  font-size: var(--fsizeLarge);
  line-height: var(--lhsizeLarge);
  margin-bottom: 15px;
}
.sertificats-slider-box .title-inner-wrap .h3-title {
  margin: 0;
  line-height: inherit;
}
.sertificats-slider-box .slider-wrap {
  margin: 0 -8px;
}
.sertificats-slider-box .sl-wrap {
  padding: 0 8px;
  width: 180px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.info-box {
  margin-bottom: var(--sectionMargin);
  position: relative;
}
.info-box .section-content-wrap {
  padding: 14px;
  border: 1px solid var(--clr-border);
}
.info-box .section-title-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 25px;
  margin: 0 0 15px 0;
}
.info-box .section-title-wrap .elm-ico {
  width: auto;
  height: 29px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.info-box .section-title-wrap .elm-ico img,
.info-box .section-title-wrap .elm-ico svg {
  position: relative;
  height: 100%;
  width: auto;
}
.info-box .section-title-wrap .section-title {
  -ms-flex: 1;
      flex: 1;
  margin: 0;
}
.info-box .elm-photo {
  aspect-ratio: 1;
}
.info-box b,
.info-box p:has(a[href*="tel"],a[href*="mailto"]) {
  font-size: var(--fsizeLarge);
  line-height: var(--lhsizeLarge);
}
.info-box b {
  font-weight: 500;
}
.info-box .section-title {
  font-weight: 400;
}
.info-box a[href*="tel"]:not(:hover),
.info-box a[href*="mailto"]:not(:hover) {
  color: inherit;
}
.header_custom {
  z-index: 100;
}
.dropdown-submnenu-wrap {
  z-index: 90;
}
.dropdown-submnenu-wrap li:before {
  display: none;
}
.dropdown-submnenu-wrap .btn-menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 10px;
}
.dropdown-submnenu-wrap .btn-menu .button-ico {
  width: 32px;
  height: 32px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 991px) {
  .sertificats-slider-box .slider-wrap {
    overflow: visible;
  }
}
@media (max-width: 767px) {
  .item-tile-action-toggle table {
    display: block;
    position: relative;
    overflow: hidden;
  }
  .item-tile-action-toggle table thead {
    display: none;
  }
  .item-tile-action-toggle table tbody,
  .item-tile-action-toggle table tr,
  .item-tile-action-toggle table td,
  .item-tile-action-toggle table th {
    display: block;
    min-width: 100%;
    max-width: 100%;
    width: 100%;
    position: relative;
    float: none;
    overflow: hidden;
  }
  .item-tile-action-toggle table th,
  .item-tile-action-toggle table td {
    padding: 0;
  }
  .item-tile-action-toggle table tr {
    padding: 0 0 10px 0;
  }
  .item-tile-action-toggle table tr:last-child {
    padding: 0;
  }
  .title-box {
    display: block;
  }
  .title-box .action-wrap {
    margin-top: 8px;
  }
}
@media (max-width: 639px) {
  .actions-box .slider-inner-wrap .sl-inner-wrap {
    padding: 30px 30px 55px 30px;
    text-align: left;
  }
  .actions-box .slider-inner-wrap .info-inner-wrap {
    text-align: left;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1;
    font-weight: 300;
  }
  .actions-box .slider-inner-wrap .photo-inner-wrap {
    margin: 0 -15px 0 -30px;
    width: auto;
  }
  .actions-box .slider-inner-wrap .sl-title {
    font-size: 24px;
    line-height: 1;
    font-weight: 500;
    margin: 0 0 15px 0;
  }
  .actions-box .slider-inner-wrap p {
    margin: 0 0 15px 0;
  }
  .actions-box .slider-inner-wrap .sl-button {
    margin-top: 15px;
    font-size: 15px;
    font-weight: 500;
  }
  .actions-box .slider-inner-wrap .elm-photo {
    aspect-ratio: 1;
    max-width: 280px;
  }
}
@media (max-width: 479px) {
  .item-tile-action {
    border-radius: 8px;
    padding: 14px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    gap: 10px;
    -ms-flex-direction: row;
        flex-direction: row;
    min-height: 0;
  }
  .item-tile-action .tile-photo-wrap {
    width: 70px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 0;
  }
  .item-tile-action .tile-info-wrap {
    -ms-flex: 1;
        flex: 1;
    margin: 0;
    text-align: left;
  }
  .item-tile-action .tile-title {
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    margin: 0 0 10px 0;
  }
  .item-tile-action .tile-photo {
    width: 100%;
  }
}
@media (min-width: 640px) {
  .actions-box .slider-inner-wrap .sl-inner-wrap {
    padding: 30px;
  }
  .actions-box .slider-inner-wrap .sl-inner-wrap .info-inner-wrap {
    padding: 50px 0;
    width: 350px;
    max-width: 80%;
    font-size: 24px;
    font-weight: 300;
    position: relative;
    z-index: 2;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
  }
  .actions-box .slider-inner-wrap .sl-inner-wrap .photo-inner-wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end;
    -ms-flex-align: center;
        align-items: center;
    margin: 0;
    width: auto;
  }
  .actions-box .slider-inner-wrap .sl-inner-wrap .photo-inner-wrap .elm-photo {
    width: 464px;
    max-width: 58.9%;
    aspect-ratio: 1;
    height: auto;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .actions-box .slider-inner-wrap .sl-inner-wrap .sl-title {
    font-size: 39px;
    margin-bottom: 15px;
    font-weight: 500;
  }
  .actions-box .slider-inner-wrap .sl-inner-wrap p {
    margin-bottom: 15px;
  }
  .actions-box .slider-inner-wrap .sl-inner-wrap .sl-button {
    margin-top: 15px;
  }
  .gallery-slider-box .sl-wrap {
    width: 33.33%;
  }
  .gallery-slider-box .sl-wrap:has(.photo-gallery) {
    width: 50%;
  }
  .about-box .item-wrap {
    width: 50%;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .actions-box .slider-inner-wrap .sl-inner-wrap .info-inner-wrap {
    width: 16px;
    width: 300px;
  }
  .actions-box .slider-inner-wrap .sl-inner-wrap .sl-title {
    font-size: 30px;
  }
}
@media (min-width: 768px) {
  .item-tile-action-toggle .tile-title {
    width: auto;
    -ms-flex: 1;
        flex: 1;
  }
  .item-tile-action-toggle table th:first-child,
  .item-tile-action-toggle table td:first-child {
    width: 33%;
  }
  .about-box .text-outer-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: var(--sectionMargin);
    margin-left: -30px;
    margin-right: -30px;
  }
  .about-box .text-outer-wrap:last-child {
    margin-bottom: 0;
  }
  .about-box .text-inner-wrap {
    width: 50%;
    margin: 0;
    padding: 0 30px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .about-box .text-inner-wrap:first-child {
    margin: 0;
    padding: 0 30px;
    border: none;
    border-right: 1px solid currentColor;
  }
  .card-box .row {
    display: -ms-flexbox;
    display: flex;
  }
  .card-box .photos-inner-wrap {
    width: 35%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .card-box .info-inner-wrap {
    width: 65%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .list-info-box .item-wrap {
    width: 33.33%;
  }
  .info-box .section-inner-wrap {
    display: -ms-flexbox;
    display: flex;
  }
  .info-box .section-inner-wrap:nth-child(2n) {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }
  .info-box .section-content-wrap {
    -ms-flex: 1;
        flex: 1;
    padding: 29px;
  }
  .info-box .section-photo-wrap {
    width: 35%;
    max-width: 436px;
    position: relative;
  }
  .info-box .section-photo-wrap .elm-photo {
    aspect-ratio: inherit;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .info-box .section-title {
    font-size: 32px;
  }
}
@media (min-width: 992px) {
  .item-tile-action-toggle .tile-content-wrap {
    padding: 0 30px;
  }
  .item-tile-action-toggle .active ~ .tile-content-wrap {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .item-tile-srt {
    font-size: 15px;
    line-height: 1.6;
  }
  .section-bg-box {
    padding: 60px 60px;
    margin-bottom: 80px;
  }
  .section-bg-box:before {
    width: 100%;
  }
  .gallery-slider-box .slider-wrap {
    margin: 0 -15px;
  }
  .gallery-slider-box .sl-wrap {
    padding: 0 15px;
    width: 25%;
  }
  .gallery-slider-box .sl-wrap:has(.photo-gallery) {
    width: 33.33%;
  }
  .gallery-slider-box:has(.photo-gallery) .elm-photo {
    height: 188px;
  }
  .gallery-slider-box .elm-photo {
    border-radius: 12px;
    aspect-ratio: 214/301;
  }
  .about-box .title-inner-wrap .h2-title {
    font-size: 32px;
  }
  .about-box .title-inner-wrap .h3-title {
    font-size: 24px;
  }
  .about-box .text-inner-wrap:first-child {
    font-size: var(--fsizeLarge);
    line-height: var(--lhsizeLarge);
  }
  .tiles-slider-box {
    margin-bottom: 70px;
  }
  .tiles-slider-box .slider-actions-wrap {
    display: block;
    position: static;
  }
  .tiles-slider-box .button-slider {
    position: absolute;
    top: 50%;
    left: -40px;
    margin-top: -20px;
    display: none;
  }
  .tiles-slider-box .button-slider-next {
    left: auto;
    right: -40px;
  }
  .tiles-slider-box .btn-action-ico.ico-arrow-small {
    border-radius: 0;
    background: none;
    width: 40px;
    height: 40px;
  }
  .tiles-slider-box .btn-action-ico.ico-arrow-small:before {
    background-image: url(../img/icons/arrow-toggle.svg);
    transform: rotate(-90deg);
  }
  .tiles-slider-box .btn-action-ico.ico-arrow-small.ico-arrow-prev:before {
    transform: rotate(90deg);
  }
  .tiles-slider-box .btn-action-ico.ico-arrow-small:hover {
    background: var(--clr-att);
  }
  .tiles-slider-box .slider-pagination {
    -ms-flex-pack: center;
        justify-content: center;
  }
  .info-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .info-box .section-inner-wrap {
    width: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .info-box .section-inner-wrap.wrap-half {
    width: 50%;
  }
  .info-box .col-2 {
    columns: 2;
    column-gap: 60px;
  }
  .list-box .item-wrap {
    margin-bottom: 15px;
  }
  .sertificats-slider-box .title-inner-wrap {
    margin-bottom: 30px;
  }
  .sertificats-slider-box .slider {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 16px 0;
  }
  .sertificats-slider-box .sl-wrap {
    width: 25%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .sertificats-slider-box .slider-actions-wrap {
    display: none;
  }
  .article-box .h3-title,
  .list-box .h3-title,
  .list-info-box .h3-title {
    margin-top: 30px !important;
  }
  .article-box .h3-title:first-child,
  .list-box .h3-title:first-child,
  .list-info-box .h3-title:first-child {
    margin-top: 0 !important;
  }
  .article-box .h2-title,
  .list-box .h2-title,
  .list-info-box .h2-title {
    margin-bottom: 30px;
  }
  .tiles-slider-box .button-slider {
    display: block;
  }
  .slider-actions-wrap {
    margin-top: var(--sectionMargin);
    gap: 15px;
  }
  .slider-actions-wrap .btn-action-ico.ico-arrow {
    width: 60px;
    height: 60px;
  }
}
@media (min-width: 1200px) {
  .actions-box {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 60px;
  }
  .actions-box .slider-inner-wrap,
  .actions-box .items-inner-wrap {
    padding: 0 15px;
  }
  .gallery-slider-box .sl-wrap {
    width: 20%;
  }
  .about-box .item-wrap {
    width: 25%;
  }
  .sertificats-slider-box .sl-wrap {
    width: 20%;
  }
}
@media (min-width: 1300px) {
  .sertificats-slider-box .sl-wrap {
    width: 16.66%;
  }
}
@media (min-width: 1600px) {
  .tiles-slider-box .button-slider-prev {
    left: -100px;
  }
  .tiles-slider-box .button-slider-next {
    right: -100px;
  }
}
/* header edit */
.yandex-widget-box {
  margin-bottom: 15px;
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  background: #006EFF;
  padding: 15px 30px;
  max-width: 300px;
  width: 100%;
  text-align: center;
  font-size: 15px;
  line-height: 1;
  font-weight: 400;
  color: #fff;
}
.yandex-widget-box .widget-panel-wrap {
  display: -ms-flexbox;
  display: flex;
  gap: 23px;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 5px;
}
.yandex-widget-box .wg-rate-wrap {
  display: block;
  position: relative;
  padding: 0 24px 0 50px;
  border-right: 1px solid #fff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-height: 33px;
  line-height: 33px;
  white-space: nowrap;
}
.yandex-widget-box .wg-rate-wrap:before {
  content: "";
  display: block;
  width: 42px;
  height: 33px;
  position: absolute;
  background: url(../img/icons/yd.svg) center no-repeat;
  background-size: 100% auto;
  top: 0;
  left: 0;
}
.yandex-widget-box .wg-you-rate-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-size: 15px;
  min-height: 30px;
  padding: 0 0 0 40px;
  text-align: left;
  position: relative;
}
.yandex-widget-box .wg-you-rate-wrap:before {
  content: "";
  display: block;
  width: 31px;
  height: 30px;
  position: absolute;
  background: url(../img/icons/yd-rate.svg) center no-repeat;
  background-size: 100% auto;
  top: 50%;
  left: 0;
  margin-top: -15px;
}
.yandex-widget-box .wg-rate-total,
.yandex-widget-box .wg-rate-all {
  display: inline;
  font-size: 28px;
  font-weight: bold;
  font-family: 'Yandex Sans Display', serif;
}
.yandex-widget-box .wg-rate-all {
  font-size: 15px;
}
.yandex-widget-box .wg-rate-all:before {
  content: "/";
}
.header_custom .button-email-block,
#headerfixed .button-email-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 10px 17px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 17px;
}
.header_custom .button-block,
#headerfixed .button-block {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.header_custom .button-block .btn,
#headerfixed .button-block .btn {
  height: 42px;
  padding: 0 29px;
  font-size: 15px;
  font-weight: 500;
  margin: 0;
  line-height: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  border-radius: 12px;
}
.header_custom .email-block,
#headerfixed .email-block {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: #222;
}
.header_custom .email-block .link-email,
#headerfixed .email-block .link-email {
  color: inherit;
  display: block;
  position: relative;
  max-width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 0 0 26px;
}
.header_custom .email-block .link-email:hover,
#headerfixed .email-block .link-email:hover {
  color: #2623ac;
}
.header_custom .email-block .link-email:before,
#headerfixed .email-block .link-email:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  background: url(../img/icons/email.svg) center no-repeat;
  background-size: 16px auto;
  top: 50%;
  left: 8px;
  margin: -12px 0 0 -12px;
}
#headerfixed .wa-header-link {
  font-size: 0px !important;
  float: left;
  margin-right: 10px;
  margin-left: 10px !important;
}
#headerfixed .logo-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
#headerfixed .logo-row > * {
  float: none !important;
}
#headerfixed .logo_and_menu-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 15px;
  -ms-flex: 1;
      flex: 1;
}
#headerfixed .button-block {
  display: none;
}
#headerfixed .inner-table-block.phones {
  height: auto;
}
#headerfixed .pull-left {
  -ms-flex-order: 1;
      order: 1;
}
#headerfixed .pull-right {
  -ms-flex-order: 4;
      order: 4;
}
#headerfixed .logo_and_menu-row {
  -ms-flex-order: 2;
      order: 2;
}
@media (max-width: 1399px) {
  .header_custom .button-email-block,
  #headerfixed .button-email-block {
    gap: 10px 20px;
    padding-left: 20px;
  }
  .header_custom .button-block .btn,
  #headerfixed .button-block .btn {
    height: 34px;
    padding: 0 14px;
    font-size: 14px;
  }
  #headerfixed .logo-row .logo-block {
    min-width: 60px;
  }
}
@media (max-width: 1199px) {
  .header_custom .button-email-block,
  #headerfixed .button-email-block {
    gap: 10px 10px;
    padding-left: 10px;
  }
  .header_custom .region_wrapper,
  #headerfixed .region_wrapper {
    padding-right: 20px;
  }
  .header_custom .email-block,
  #headerfixed .email-block {
    font-size: 16px;
  }
  .header_custom .logo_and_menu-row .phone a,
  #headerfixed .logo_and_menu-row .phone a {
    font-size: 15px;
  }
  .header_custom .right-icons,
  #headerfixed .right-icons {
    gap: 10px;
  }
}
/* end header edit */
