

/* Start:/local/templates/html/components-template/banner-search/style.css?17022041421176*/
.banner-search-section {
  padding: 20px 0 20px; }

.banner-search {
  margin: 0 0 20px; }

.banner-search--schedule {
  margin: 0 0 40px; }

.banner-search-img-wrap {
  margin: 0 auto;
  max-width: 180px; }

.banner-search-name {
  font-weight: bold;
  font-size: calc((26 / 16) * 1rem);
  line-height: 34px;
  color: #282828;
  margin: 0 0 12px; }

.banner-search-desc {
  font-style: normal;
  font-weight: normal;
  font-size: calc((12 / 16) * 1rem);
  line-height: 18px;
  color: #282828;
  margin: 0 0 20px; }

@media (min-width: 1024px) {
  .banner-search-section {
    padding: 80px 0 40px; }
  .banner-search {
    margin: 0 0 40px;
    border: 1px solid #DFDFDF; }
  .banner-search--schedule {
    margin: 0 0 80px; }
  .banner-search-name {
    font-size: calc((30 / 16) * 1rem);
    line-height: 120%;
    margin: 0 0 12px; }
  .banner-search-container {
    display: flex;
    align-items: center;
    padding: 5px 57px 15px 80px; }
  .banner-search-img-wrap {
    min-width: 333px;
    order: 1; }
  .banner-search-body {
    padding: 35px 0 25px; }
  .banner-search-desc {
    font-size: calc((16 / 16) * 1rem);
    line-height: 24px;
    margin: 0 0 30px; } }

/* End */


/* Start:/local/templates/html/components-template/content/style.css?17022041428326*/
.content .ntable {
  overflow-x: auto; }
  .content .ntable::-webkit-scrollbar {
    height: 3px;
    width: 3px; }
  .content .ntable::-webkit-scrollbar-thumb {
    background-color: #ddddde;
    height: 3px;
    width: 3px; }

.content li:not(:last-child) table {
  margin-bottom: 30px; }

@media (max-width: 768px) {
  .content li .ntable {
    margin: 0 5px 0 -15px; } }

.content table {
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  text-transform: none; }
  .content table caption {
    font-family: IBM Plex Sans, Arial, Verdana, sans-serif;
    font-size: calc((18 / 16) * 1rem);
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
    text-align: left; }
  .content table th, .content table td {
    padding: 3px 15px 3px 0; }
    @media (min-width: 1024px) {
      .content table th, .content table td {
        padding: 3px 50px 3px 0; } }
  .content table th {
    min-width: 200px;
    text-align: left;
    opacity: 0.9;
    font-family: IBM Plex Sans, Arial, Verdana, sans-serif;
    font-size: calc((14 / 16) * 1rem);
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #000000; }
  .content table td {
    min-width: 200px;
    text-align: left;
    font-family: IBM Plex Sans, Arial, Verdana, sans-serif;
    font-size: calc((14 / 16) * 1rem);
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #000000; }
  @media (max-width: 768px) {
    .content table {
      margin: 30px 0 0;
      width: 100%; }
      .content table th {
        display: none; }
      .content table tr {
        display: flex;
        flex-direction: column;
        align-items: flex-start; }
        .content table tr:last-child:nth-child(2) td:last-child {
          border-bottom: none; }
      .content table td {
        display: flex;
        flex-direction: column;
        padding: 10px 0;
        width: 100%; }
        .content table td:before {
          content: attr(data-head);
          font-family: Arial, Verdana, sans-serif;
          opacity: 0.9;
          font-size: calc((14 / 16) * 1rem);
          font-weight: bold;
          font-stretch: normal;
          font-style: normal;
          line-height: 1.43;
          letter-spacing: normal;
          color: #000000;
          margin: 0 0 8px; }
        .content table td:last-child {
          border-bottom: 1px solid #d8d8d8; } }

.content .accordion--type1 .accordion__item {
  padding: 0 0 25px; }

.content .accordion--type1 .accordion__content {
  font-size: calc((14 / 16) * 1rem);
  font-family: IBM Plex Sans, Arial, Verdana, sans-serif; }
  .content .accordion--type1 .accordion__content-inner {
    padding-top: 30px;
    padding-bottom: 10px; }
    @media screen and (max-width: 1023px) {
      .content .accordion--type1 .accordion__content-inner {
        padding-top: 15px; } }

.content .accordion--type1 .accordion__title {
  position: relative;
  width: 100%;
  padding-right: 30px;
  font-size: calc((18 / 16) * 1rem);
  font-weight: 600;
  font-family: IBM Plex Sans, Arial, Verdana, sans-serif;
  color: #080808;
  cursor: pointer;
  transition: all 0.3s;
  z-index: 1; }
  .content .accordion--type1 .accordion__title:after {
    content: '';
    position: absolute;
    display: block;
    width: calc(100% - 40px);
    height: 1px;
    top: 16px;
    left: 0;
    background-color: #ccc;
    z-index: 5; }
  .content .accordion--type1 .accordion__title:before {
    content: '';
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    top: 14px;
    right: 3px;
    background-color: transparent;
    border-bottom: 2px solid #078A51;
    border-right: 2px solid #078A51;
    transform: rotate(-135deg);
    transition: all 0.3s;
    z-index: 10; }
    @media screen and (max-width: 767px) {
      .content .accordion--type1 .accordion__title:before {
        top: auto;
        bottom: 9px; } }
  .content .accordion--type1 .accordion__title:hover {
    color: #282828; }
    .content .accordion--type1 .accordion__title:hover:before {
      border-color: #282828 !important; }
  .content .accordion--type1 .accordion__title span {
    position: relative;
    display: inline-block;
    padding-right: 35px;
    background-color: #fff;
    z-index: 10; }
  .content .accordion--type1 .accordion__title.collapsed:before {
    top: 8px;
    transform: rotate(45deg); }
    @media screen and (max-width: 767px) {
      .content .accordion--type1 .accordion__title.collapsed:before {
        top: auto;
        bottom: 14px; } }

.content .accordion--type2 .accordion__item {
  margin-bottom: 20px;
  border: 1px solid #ccc; }

.content .accordion--type2 .accordion__content {
  font-size: calc((14 / 16) * 1rem);
  font-family: IBM Plex Sans, Arial, Verdana, sans-serif; }
  .content .accordion--type2 .accordion__content-inner {
    padding: 30px 40px 25px;
    border-top: 1px solid #ccc; }
    @media screen and (max-width: 1023px) {
      .content .accordion--type2 .accordion__content-inner {
        padding-top: 15px; } }

.content .accordion--type2 .accordion__title {
  position: relative;
  width: 100%;
  padding: 13px 30px 14px 25px;
  font-size: calc((18 / 16) * 1rem);
  font-weight: 600;
  font-family: IBM Plex Sans, Arial, Verdana, sans-serif;
  color: #078A51;
  cursor: pointer;
  transition: all 0.3s;
  z-index: 1; }
  .content .accordion--type2 .accordion__title:after {
    content: '';
    position: absolute;
    display: block;
    width: 35px;
    height: 35px;
    top: 13px;
    right: 15px;
    border-radius: 50%;
    transition: all 0.3s;
    background-color: #F9F9F9;
    z-index: 5; }
  .content .accordion--type2 .accordion__title:before {
    content: '';
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    top: 28px;
    right: 26px;
    background-color: transparent;
    border-bottom: 2px solid #078A51;
    border-right: 2px solid #078A51;
    transform: rotate(-135deg);
    transition: all 0.3s;
    z-index: 10; }
    @media screen and (max-width: 767px) {
      .content .accordion--type2 .accordion__title:before {
        top: auto;
        bottom: 16px; } }
  .content .accordion--type2 .accordion__title:hover {
    color: #282828; }
    .content .accordion--type2 .accordion__title:hover:after {
      background-color: #282828; }
    .content .accordion--type2 .accordion__title:hover:before {
      border-color: #fff !important; }
  .content .accordion--type2 .accordion__title span {
    position: relative;
    display: inline-block;
    padding-right: 35px;
    background-color: #fff;
    z-index: 10; }
  .content .accordion--type2 .accordion__title.collapsed:before {
    top: 22px;
    transform: rotate(45deg); }
    @media screen and (max-width: 767px) {
      .content .accordion--type2 .accordion__title.collapsed:before {
        top: auto;
        bottom: 21px; } }

.content .yout-wrap {
  position: relative;
  margin-bottom: 16px;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  z-index: 5; }
  .content .yout-wrap .video-youtube, .content .yout-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .content .yout-wrap .video-youtube {
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer; }
    .content .yout-wrap .video-youtube:after {
      content: '';
      position: absolute;
      display: block;
      width: 100%;
      height: 100%;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: #000;
      opacity: 0.5;
      z-index: 10; }
    .content .yout-wrap .video-youtube:hover .icon {
      fill: #282828;
      transform: translate(-50%, -50%) scale(1.1); }
    .content .yout-wrap .video-youtube .icon {
      position: absolute;
      width: 80px;
      height: 80px;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      fill: #fff;
      z-index: 20;
      transition: all 0.3s; }
      @media screen and (max-width: 767px) {
        .content .yout-wrap .video-youtube .icon {
          width: 48px;
          height: 48px; } }

/* End */


/* Start:/local/templates/html/components-template/content/img/style.css?17022041421874*/
@media screen and (max-width: 575px) {
  .content .content-img {
    max-width: 100%; } }

.content .content-img .img-descr {
  display: block;
  margin-top: 15px;
  color: #828282;
  font-size: calc((14 / 16) * 1rem);
  text-align: center;
  font-style: italic; }

.content .content-img--left {
  float: left;
  margin: 0 40px 40px 0; }
  @media screen and (max-width: 575px) {
    .content .content-img--left {
      float: none;
      margin: 0 auto 40px; } }
  .content .content-img--left img {
    display: block;
    margin: 0 auto; }

.content .content-img--right {
  float: right;
  margin: 0 0 20px 40px; }
  @media screen and (max-width: 575px) {
    .content .content-img--right {
      float: none;
      margin: 0 auto 40px; } }
  .content .content-img--right img {
    display: block;
    margin: 0 auto; }

.content .content-img--center {
  max-width: 100%;
  display: block;
  float: none;
  text-align: center;
  margin-bottom: 40px; }
  .content .content-img--center img {
    margin: 0 auto; }

@media screen and (max-width: 575px) {
  .content .content-img .img-inner {
    float: none;
    text-align: center;
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 10px 0 20px 0; }
    .content .content-img .img-inner img {
      float: none;
      margin: 0; } }

.content img[align='left'] {
  max-width: 40%;
  margin: 0 40px 40px 0; }

.content img[align='right'] {
  max-width: 40%;
  margin: 0 0 20px 40px; }

.content img[align='center'] {
  margin: 0 auto 40px; }

.content img {
  margin-bottom: 20px; }

@media (max-width: 1024px) {
  .content img[align='left'], .content img[align='center'], .content img[align='right'] {
    max-width: 100%;
    float: none !important;
    margin: 0 auto 20px; } }

@media (min-width: 1024px) {
  .content img {
    margin-bottom: 40px; } }

[data-img='0'] .content img {
  display: none; }

/* End */


/* Start:/local/templates/html/components-template/content/typography/style.css?17022041421377*/
.content a:not([class]) {
  color: #007261;
  text-decoration: none;
  transition: all ease 0.3s; }
  .content a:not([class]) .icon {
    transition: fill 0.3s, stroke 0.3s; }
  .content a:not([class])[href]:hover {
    color: #078A51; }
    .content a:not([class])[href]:hover .icon {
      fill: #078A51; }
  .content a:not([class])[href]:active {
    text-decoration: none;
    color: #078A51; }
    .content a:not([class])[href]:active .icon {
      fill: #078A51; }

.content hr {
  position: relative;
  height: 1px;
  border: 0;
  margin: 20px 0; }
  .content hr:after, .content hr:before {
    content: '';
    display: table;
    clear: both; }

.content p {
  font-style: normal;
  font-weight: normal;
  font-size: calc((12 / 16) * 1rem);
  line-height: 1.5;
  margin-bottom: 20px; }

.content mark {
  background: #282828;
  color: #fff;
  padding: 0 5px; }

.content s {
  text-decoration: line-through; }

.content blockquote {
  display: block;
  margin-bottom: 25px;
  padding: 28px 35px;
  font-size: calc((14 / 16) * 1rem);
  color: #080808;
  line-height: 1.7;
  font-style: italic;
  letter-spacing: 0.03em;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc; }

@media (min-width: 1024px) {
  .content p {
    font-style: normal;
    font-weight: normal;
    font-size: calc((15 / 16) * 1rem);
    line-height: 1.6;
    margin-bottom: 40px; } }

/* End */


/* Start:/local/templates/html/components-template/vacancy/style.css?1702204142315*/
.vacancy-section {
  padding: 40px 0 20px;
  background: #F8F8F8;
  background-position: center left;
  background-size: 100% auto; }
  .vacancy-section--no-bg {
    background-color: transparent; }

@media (min-width: 1024px) {
  .vacancy-section {
    padding: 80px 0 60px;
    background-position: 0 -500px; } }

/* End */


/* Start:/local/templates/html/components-template/accordion/style.css?17022041427212*/
.accordion {
  margin: 0 0 25px;
  box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.1);
  background-color: #fff; }

.accordion-auth {
  display: flex;
  align-items: flex-start; }

.accordion-auth-img-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  border-radius: 50%;
  overflow: hidden; }

.accordion-auth-img {
  margin: 0 !important; }

.accordion-auth-title {
  font-style: normal;
  font-weight: normal;
  font-size: calc((12 / 16) * 1rem);
  line-height: 18px;
  color: #282828; }

.accordion-grey:last-child,
.accordion-auth:last-child {
  margin: 0 0 -20px; }

.accordion-grey {
  background: #F8F8F8;
  box-shadow: 200px 0 0 0 #F8F8F8, -200px 0 0 0 #F8F8F8;
  position: relative;
  padding: 23px 0 1px; }
  .accordion-grey:before {
    content: '';
    position: absolute;
    top: 0;
    left: -50%;
    width: 200%;
    border-top: 1px solid #F1F2F1; }

.accordion-auth {
  background: #F8F8F8;
  box-shadow: 200px 0 0 0 #F8F8F8, -200px 0 0 0 #F8F8F8;
  position: relative;
  padding: 20px 0; }
  .accordion-auth:before {
    content: '';
    position: absolute;
    top: 0;
    left: -50%;
    width: 200%;
    border-top: 1px solid #FFFFFF; }

.accordion-auth-body {
  margin: 37px 0 0 -30px;
  position: relative;
  z-index: 1;
  padding: 6px 0 0 17px;
  background-color: #F8F8F8;
  border-top-left-radius: 30px; }

.accordion-auth-name {
  font-style: normal;
  font-weight: 500;
  font-size: calc((12 / 16) * 1rem);
  line-height: 18px;
  letter-spacing: 0.01em;
  color: #282828;
  display: block;
  transition: all ease 0.3s; }
  .accordion-auth-name .icon {
    transition: fill 0.3s, stroke 0.3s; }
  .accordion-auth-name[href]:hover {
    color: #078A51; }
    .accordion-auth-name[href]:hover .icon {
      fill: #078A51; }
  .accordion-auth-name[href]:active {
    text-decoration: none;
    color: #078A51; }
    .accordion-auth-name[href]:active .icon {
      fill: #078A51; }

.accordion-toggle {
  font-style: normal;
  font-weight: bold;
  font-size: calc((16 / 16) * 1rem);
  line-height: 22px;
  color: #282828;
  padding: 16px 16px 16px 67px;
  position: relative;
  cursor: pointer;
  user-select: none; }
  .accordion-toggle:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 32 32'%3E%3Cdefs/%3E%3Cpath fill='%23007261' fill-rule='evenodd' d='M16 20.816L23.084 14H8.916L16 20.816zm0 1.85l10.392-10H5.607l10.393 10z' clip-rule='evenodd'/%3E%3C/svg%3E");
    transition: transform .3s;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center; }
  .accordion-toggle:not(.collapsed):before {
    transform: translateY(-50%) rotate(180deg); }

.accordion-toggle-img-wrap {
  width: 16px;
  height: 16px;
  margin: 0 0 0 5px;
  display: inline-flex;
  align-items: center; }

.accordion-toggle-img {
  display: inline !important;
  max-width: 100%;
  max-height: 100%;
  width: 100%; }

.accordion-content {
  border-top: 1px solid #F1F2F1;
  padding: 20px;
  overflow: hidden; }

@media (min-width: 1024px) {
  .accordion-auth:last-child, .accordion-grey:last-child {
    margin: 0 0 -40px; }
  .accordion-toggle {
    font-style: normal;
    font-weight: bold;
    font-size: calc((22 / 16) * 1rem);
    line-height: 28px;
    color: #282828;
    padding: 23px 110px 23px 110px; }
    .accordion-toggle:before {
      left: 40px;
      width: 40px;
      height: 40px; }
  .accordion-toggle-img-wrap {
    width: 28px;
    height: 28px;
    margin: 0 0 0 10px; }
  .accordion-content {
    padding: 40px 110px; }
  .accordion-auth-title {
    font-weight: normal;
    font-size: calc((14 / 16) * 1rem);
    line-height: 22px; }
  .accordion-auth-name {
    font-weight: 500;
    font-size: calc((15 / 16) * 1rem);
    line-height: 146.28%; } }

.accordion.accordion--light {
  background-color: transparent;
  box-shadow: none; }
  .accordion.accordion--light:not(:last-child) {
    margin: 0 0 20px; }
  .accordion.accordion--light:last-child {
    margin: 0 0 0; }
  .accordion.accordion--light .accordion-toggle {
    font-style: normal;
    font-weight: bold;
    font-size: calc((18 / 16) * 1rem);
    line-height: 24px;
    display: inline;
    align-items: center;
    padding: 0;
    color: #282828;
    border-bottom: 1px solid #282828;
    transition: border .3s, color .3s; }
    .accordion.accordion--light .accordion-toggle:before {
      content: unset; }
    .accordion.accordion--light .accordion-toggle:not(.collapsed) {
      border-bottom: 1px solid #DFDFDF; }
    .accordion.accordion--light .accordion-toggle.collapsed:after {
      transform: rotate(180deg); }
    .accordion.accordion--light .accordion-toggle:after {
      transition: transform .3s;
      content: '';
      order: 1;
      width: 32px;
      height: 32px;
      margin: 0 0 -5px 10px;
      background-image: url("data:image/svg+xml,%3Csvg width='32' height='33' viewBox='0 0 32 33' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.1998 19.9803L15.9998 12.7803L8.7998 19.9803' stroke='%23282828'/%3E%3C/svg%3E%0A");
      box-shadow: 0 0 0 10px #fff;
      border-radius: 50%;
      display: none; }
  .accordion.accordion--light .accordion-content {
    transition: none !important;
    border-top: 1px solid transparent !important;
    padding: 15px 0 0; }
  @media (min-width: 1024px) {
    .accordion.accordion--light .accordion-content {
      padding: 25px 0 0; }
    .accordion.accordion--light:not(:last-child) {
      margin: 0 0 40px; }
    .accordion.accordion--light .accordion-toggle {
      font-size: calc((22 / 16) * 1rem);
      line-height: 28px; }
      .accordion.accordion--light .accordion-toggle:hover {
        transition: color 0.3s; }
        .accordion.accordion--light .accordion-toggle:hover .icon {
          transition: fill 0.3s, stroke 0.3s; }
        .accordion.accordion--light .accordion-toggle:hover:hover {
          text-decoration: none;
          color: #078A51; }
          .accordion.accordion--light .accordion-toggle:hover:hover .icon {
            fill: #078A51; }
        .accordion.accordion--light .accordion-toggle:hover:active {
          text-decoration: none;
          color: #078A51; }
          .accordion.accordion--light .accordion-toggle:hover:active .icon {
            fill: #078A51; }
      .accordion.accordion--light .accordion-toggle:after {
        display: inline-block; } }

.theme-dark .accordion.accordion--light .accordion-toggle {
  color: #fff;
  border-bottom: 1px solid #30393F; }
  .theme-dark .accordion.accordion--light .accordion-toggle:not(.collapsed) {
    border-bottom: 1px solid #6D6D6D; }
  .theme-dark .accordion.accordion--light .accordion-toggle:after {
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='33' viewBox='0 0 32 33' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.1998 19.9803L15.9998 12.7803L8.7998 19.9803' stroke='%23ffffff'/%3E%3C/svg%3E%0A");
    background-color: #282828;
    box-shadow: 0 0 0 10px #282828; }

/* End */


/* Start:/local/templates/html/components-template/modal/style.css?170220414211056*/
@charset "UTF-8";
.modal-open {
  overflow: hidden; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px); }
    @media (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        transition: none; } }
  .modal.show .modal-dialog {
    transform: none; }
  .modal.modal-static .modal-dialog {
    transform: scale(1.02); }

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem); }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden; }
  .modal-dialog-scrollable .modal-header,
  .modal-dialog-scrollable .modal-footer {
    flex-shrink: 0; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: min-content;
    content: ""; }
  .modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%; }
    .modal-dialog-centered.modal-dialog-scrollable .modal-content {
      max-height: none; }
    .modal-dialog-centered.modal-dialog-scrollable::before {
      content: none; }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px); }
  .modal-footer > * {
    margin: 0.25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem); }
    .modal-dialog-scrollable .modal-content {
      max-height: calc(100vh - 3.5rem); }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
    .modal-dialog-centered::before {
      height: calc(100vh - 3.5rem);
      height: min-content; }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px; } }

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px; } }

.modal {
  background-color: #fff; }
  .modal .modal-dialog {
    margin: 0 auto; }
  .modal .modal-content {
    border: none;
    border-radius: 0;
    background-clip: unset; }
  .modal .modal-footer > * {
    margin: unset; }
  .modal .modal-footer {
    display: flex;
    align-items: flex-start;
    flex-direction: column; }
  .modal .modal-close {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    width: 48px;
    height: 48px;
    padding: 0;
    cursor: pointer;
    border: none;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.0859 5.24988L13.2338 10.1085L13.7645 10.6385L18.6166 5.77985L18.0859 5.24988ZM18.0863 17.9998L12.2446 12.1581L6.66285 17.7338L6.13281 17.2032L11.7142 11.6278L6.13313 6.04669L6.66346 5.51636L18.6166 17.4695L18.0863 17.9998Z' fill='%23289628'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 25px; }
  .modal .modal-body {
    padding: 20px 20px 20px; }
  .modal .modal-header {
    display: flex;
    flex-direction: column;
    padding: 40px 20px 0;
    border-bottom: none;
    border-radius: 0; }
  .modal .modal-subtitle {
    margin: 16px 0 0 0;
    color: #282828;
    font-size: calc((12 / 16) * 1rem);
    font-weight: normal;
    font-style: normal;
    line-height: 18px; }
  .modal .modal-title {
    color: #282828;
    font-size: calc((26 / 16) * 1rem);
    font-weight: bold;
    font-style: normal;
    line-height: 34px; }
  @media (min-width: 576px) {
    .modal {
      background-color: transparent; } }
  @media (min-width: 768px) {
    .modal .modal-body {
      padding: 20px 60px 40px; }
    .modal .modal-header {
      display: flex;
      flex-direction: column;
      padding: 40px 60px 0;
      border-bottom: none;
      border-radius: 0; }
    .modal .modal-subtitle {
      margin: 30px 0 0 0;
      font-size: calc((15 / 16) * 1rem);
      line-height: 24px; }
    .modal .modal-title {
      font-size: calc((40 / 16) * 1rem);
      font-weight: bold;
      line-height: 103.18%; }
      .modal .modal-title:last-child {
        margin: 0 0 10px; }
    .modal .modal-close {
      top: 5px;
      right: 5px;
      background-size: 36px; }
    .modal .modal-dialog {
      max-width: 595px; }
    .modal .modal-dialog--lg {
      max-width: 768px; } }
  @media (min-width: 1366px) {
    .modal .modal-close:hover {
      opacity: 0.8; } }

@media (min-width: 1024px) {
  body.modal-open .header-fixed {
    width: calc(100% - 17px); } }

#smart_auth-confirm .modal-title {
  padding: 30px 60px 20px; }

#smart_auth-confirm .alert--confirm {
  padding: 10px 60px 20px; }

#smart_auth-confirm .alert-container {
  display: flex; }

#smart_auth-confirm .alert-icon {
  margin: 0 15px 0 0; }

#smart_auth-confirm .action-group {
  text-align: center; }

@media (min-width: 768px) {
  #smart_auth-confirm .modal-title {
    font-size: 36px; } }

#smart_auth-forget .modal-title {
  padding: 30px 60px 0; }

#smart_auth-forget .modal-subtitle {
  padding: 0 60px 20px; }

#smart_auth-success {
  padding: 0 60px 20px; }
  #smart_auth-success .modal-title {
    padding: 30px 0 20px; }

#modalformResume .drag_n_drop-field {
  padding: 0; }

#modalformResume .webform-field-upload {
  width: 160px;
  color: #007261;
  border: 1px solid #eaeaea;
  border-radius: 50px;
  background-color: transparent; }

#modalformResume .form-file-link {
  padding: 0 20px;
  letter-spacing: 0;
  text-transform: unset;
  color: #007261 !important;
  font-size: 16px; }

#modalformResume .webform-field-upload-list li div.webform-field-item-wrap {
  display: inline-flex; }

.webpay-content {
  display: block; }

.webpay-text {
  font-size: 13px;
  line-height: 1.8; }
  .webpay-text p {
    margin: 0 0 10px; }
  .webpay-text a {
    color: #007261; }

.webpay-text__imgs {
  margin: 20px 0 0; }
  .webpay-text__imgs .payment-system {
    max-height: 100%;
    margin: 0 0 20px; }

@media (min-width: 768px) {
  .modal-webpay .modal-dialog {
    max-width: 855px; }
  .webpay-content {
    display: flex; }
  .webpay-text__imgs {
    flex: 1 0 200px;
    max-width: 200px;
    margin: 0 0 0 20px; } }

.modal.modal-cookies .modal-cookie__info {
  font-size: 18px;
  font-weight: 400; }
  @media (max-width: 575px) {
    .modal.modal-cookies .modal-cookie__info {
      font-size: 16px; } }

.modal.modal-cookies .modal-cookie__control {
  margin: 15px 0px;
  display: flex;
  align-items: center;
  gap: 20px; }
  .modal.modal-cookies .modal-cookie__control > div {
    width: calc(50% - 10px); }
    .modal.modal-cookies .modal-cookie__control > div .btn {
      width: 100%; }

.modal.modal-cookies .modal-cookie__settings {
  border-bottom: 1px solid #282828;
  color: #282828;
  display: inline-block;
  font-weight: 500; }
  @media (min-width: 1024px) {
    .modal.modal-cookies .modal-cookie__settings:hover {
      cursor: pointer;
      border-color: #078A51;
      color: #078A51; } }

.modal.modal-cookies .modal-cookie__step-1, .modal.modal-cookies .modal-cookie__step-2 {
  display: none; }

.modal.modal-cookies .modal-cookie__step-1.active, .modal.modal-cookies .modal-cookie__step-2.active {
  display: block; }

.modal.modal-cookies .modal-cookie__title {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500; }
  @media (max-width: 575px) {
    .modal.modal-cookies .modal-cookie__title {
      font-size: 18px; } }

.modal.modal-cookies .modal-cookie__overflow {
  max-height: 65vh;
  overflow: auto;
  padding-right: 5px;
  margin-right: -10px; }
  .modal.modal-cookies .modal-cookie__overflow::-webkit-scrollbar {
    width: 5px;
    /* ширина для вертикального скролла */
    height: 5px;
    /* высота для горизонтального скролла */
    border-radius: 0px;
    background-color: #f5f5f5; }
  .modal.modal-cookies .modal-cookie__overflow::-webkit-scrollbar-thumb {
    background-color: #bdbdbd;
    border-radius: 0em; }
    .modal.modal-cookies .modal-cookie__overflow::-webkit-scrollbar-thumb:hover {
      background-color: #828282; }

.modal.modal-cookies .modal-cookie__footer {
  padding-top: 15px; }

.modal.modal-cookies .modal-cookie__checkbox {
  margin: 10px 0px; }

.modal.modal-cookies .modal-body {
  padding: 20px 25px;
  padding-bottom: 20px; }

.modal.modal-cookies .modal-dialog {
  max-width: 500px; }

.modal.modal-cookies .modal-close {
  display: none; }

.modal.modal-cookies .modal-cookie-alert {
  display: flex;
  align-items: flex-start;
  padding: 12px;
  margin: 12px 0;
  background-color: #fbeff1;
  border-radius: 4px;
  font-size: 14px;
  line-height: 20px; }
  .modal.modal-cookies .modal-cookie-alert__icon {
    width: 24px;
    height: 24px;
    margin-right: 10px;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    fill: #ff9536; }
    .modal.modal-cookies .modal-cookie-alert__icon svg {
      max-width: 100%;
      max-height: 100%; }
  .modal.modal-cookies .modal-cookie-alert.hide {
    display: none; }

.modal.modal-cookies .checkbox label {
  font-weight: 500; }

.modal.modal-cookies .form-group {
  margin-bottom: 0px; }

.modal.modal-cookies .checkbox-descr {
  font-size: 13px;
  line-height: 1.4;
  margin-top: 3px;
  opacity: 0.6;
  padding-left: 36px; }

/* End */


/* Start:/local/templates/html/components-template/buy-form/style.css?17022041426949*/
.buy-form-section {
  z-index: 2;
  display: flex;
  align-items: center;
  margin: 0 0 40px;
  padding: 40px 0;
  background: #f1f2f1; }

.buy-form-order {
  margin: -40px -15px 0;
  padding: 40px 15px;
  background: #fff;
  box-shadow: 0 14px 60px rgba(0, 0, 0, 0.12); }

.buy-form-title-thanks {
  position: relative;
  padding: 25px 0 0;
  text-align: center;
  color: #282828;
  font-size: calc((18 / 16) * 1rem);
  font-weight: bold;
  font-style: normal;
  line-height: 24px; }
  .buy-form-title-thanks:before {
    position: absolute;
    top: 0;
    left: 50%;
    width: 83px;
    content: '';
    transform: translateX(-50%);
    border-top: 1px solid #dfdfdf; }

.buy-form-title-social {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px; }

.buy-form-title-social__title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px; }
  @media (max-width: 1023px) {
    .buy-form-title-social__title {
      font-size: 16px; } }

.buy-form-title-social__list {
  display: flex; }
  .buy-form-title-social__list .social-item .icon {
    fill: #868686; }

.buy-form-title-second {
  margin: 0 0 20px;
  letter-spacing: .01em;
  text-transform: uppercase;
  color: #30393F;
  font-size: calc((18 / 16) * 1rem);
  font-weight: 500;
  font-style: normal;
  line-height: 28px; }

.buy-form-title {
  width: 100%;
  margin: 0 0 20px;
  color: #282828;
  font-size: calc((26 / 16) * 1rem);
  font-weight: bold;
  font-style: normal;
  line-height: 1.3; }

.buy-form-title--center {
  text-align: center; }

.buy-form-desc {
  margin: 0 0 40px;
  color: #30393F;
  font-size: calc((15 / 16) * 1rem);
  font-weight: normal;
  font-style: normal;
  line-height: 24px; }
  .buy-form-desc a {
    color: #007261;
    transition: all ease 0.3s; }
    .buy-form-desc a .icon {
      transition: fill 0.3s, stroke 0.3s; }
    .buy-form-desc a[href]:hover {
      color: #078A51; }
      .buy-form-desc a[href]:hover .icon {
        fill: #078A51; }
    .buy-form-desc a[href]:active {
      text-decoration: none;
      color: #078A51; }
      .buy-form-desc a[href]:active .icon {
        fill: #078A51; }

.buy-form-desc--center {
  text-align: center; }

.buy-form-control:not(:last-child) {
  margin: 0 0 8px; }

.buy-form-price-list {
  margin: 0 0 15px; }

.buy-form-price-item {
  display: flex;
  align-items: baseline;
  font-size: calc((52 / 16) * 1rem);
  font-weight: 500;
  font-style: normal;
  line-height: 36px; }
  .buy-form-price-item:before {
    order: 1;
    content: '\00A0'; }
  .buy-form-price-item:after {
    order: 2;
    content: attr(data-sufix);
    font-size: calc((30 / 16) * 1rem); }
  .buy-form-price-item:not(:last-child) {
    margin: 0 0 8px; }

.buy-form-price-item--sale {
  color: #898989;
  font-size: calc((30 / 16) * 1rem);
  font-weight: 500;
  line-height: 24px;
  text-decoration-line: line-through; }
  .buy-form-price-item--sale:after {
    font-size: calc((20 / 16) * 1rem); }

.buy-form-desc-num {
  margin: 0 0 15px;
  text-align: center;
  font-size: 24px;
  font-weight: 600; }
  .buy-form-desc-num p {
    text-align: left; }

.buy-form-desc-list {
  text-align: left; }
  .buy-form-desc-list ol {
    font-size: 18px;
    font-weight: 600; }
  .buy-form-desc-list li {
    margin: 0 0 10px;
    list-style-position: inside;
    list-style-type: unset; }

.buy-form-title-btn {
  text-align: center; }

.buy-form-sale-condition {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  width: auto;
  height: 40px;
  margin: 0 0 30px;
  padding: 0 20px;
  color: #fff;
  border-radius: 50px;
  background: #007261;
  font-size: calc((15 / 16) * 1rem);
  font-weight: normal;
  font-style: normal;
  line-height: 24px; }

.buy-form-sale-condition-value {
  margin: 0 0 0 10px;
  color: #fff;
  font-size: calc((22 / 16) * 1rem);
  font-weight: bold;
  font-style: normal;
  line-height: 28px; }

.buy-form-question-item {
  display: flex;
  align-items: flex-start; }
  .buy-form-question-item:not(:last-child) {
    margin: 0 0 13px; }
  .buy-form-question-item .icon {
    display: block;
    width: 32px;
    min-width: 32px;
    height: 32px;
    margin: 0 8px 0 0;
    fill: #007261; }

.buy-form-question-item-body {
  padding: 3px 0 0 0; }

.buy-form-question-item-desc {
  font-size: calc((12 / 16) * 1rem);
  font-weight: normal;
  font-style: normal;
  line-height: 18px; }
  .buy-form-question-item-desc a {
    color: #007261;
    transition: all ease 0.3s; }
    .buy-form-question-item-desc a .icon {
      transition: fill 0.3s, stroke 0.3s; }
    .buy-form-question-item-desc a[href]:hover {
      color: #078A51; }
      .buy-form-question-item-desc a[href]:hover .icon {
        fill: #078A51; }
    .buy-form-question-item-desc a[href]:active {
      text-decoration: none;
      color: #078A51; }
      .buy-form-question-item-desc a[href]:active .icon {
        fill: #078A51; }

.theme-dark .buy-form-question-item-desc a {
  color: #fff; }

.buy-form-question-item-name {
  margin: 0 0 7px;
  color: #282828;
  font-size: calc((15 / 16) * 1rem);
  font-weight: 600;
  font-style: italic;
  line-height: 24px; }

.buy-form-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 40px 0 0; }

.buy-form-small {
  margin-top: 10px;
  text-align: center;
  color: #6d6d6d;
  font-size: calc((12 / 16) * 1rem);
  font-weight: normal;
  font-style: normal;
  line-height: 22px; }
  .buy-form-small a {
    color: #007261;
    transition: all ease 0.3s; }
    .buy-form-small a .icon {
      transition: fill 0.3s, stroke 0.3s; }
    .buy-form-small a[href]:hover {
      color: #078A51; }
      .buy-form-small a[href]:hover .icon {
        fill: #078A51; }
    .buy-form-small a[href]:active {
      text-decoration: none;
      color: #078A51; }
      .buy-form-small a[href]:active .icon {
        fill: #078A51; }

.buy-form-webpay {
  text-align: center; }
  .buy-form-webpay a {
    color: #007261;
    font-size: calc((12 / 16) * 1rem); }

@media (min-width: 1024px) {
  .buy-form-question-item-desc {
    font-size: calc((15 / 16) * 1rem);
    font-weight: normal;
    line-height: 24px; }
  .buy-form-control-list {
    margin-top: 40px; }
  .buy-form-info {
    padding: 0; }
  .buy-form-section {
    height: 630px;
    margin: 100px 0; }
  .buy-form-order {
    margin: 0;
    padding: 40px; }
  .buy-form-title-thanks {
    font-size: calc((26 / 16) * 1rem); }
    .buy-form-title-thanks:before {
      width: 241px; }
  .buy-form-title {
    letter-spacing: .5px;
    font-size: calc((40 / 16) * 1rem); } }

.theme-dark .buy-form-section {
  background: #30393F; }

.theme-dark .buy-form-question-item-name {
  color: #fff; }

.theme-dark .buy-form-order .buy-form-title {
  color: #282828; }

.theme-dark .buy-form-title, .theme-dark .buy-form-desc, .theme-dark .buy-form-title-thanks {
  color: #fff; }

.theme-dark .buy-form .buy-form-small {
  color: #fff; }

/* End */
/* /local/templates/html/components-template/banner-search/style.css?17022041421176 */
/* /local/templates/html/components-template/content/style.css?17022041428326 */
/* /local/templates/html/components-template/content/img/style.css?17022041421874 */
/* /local/templates/html/components-template/content/typography/style.css?17022041421377 */
/* /local/templates/html/components-template/vacancy/style.css?1702204142315 */
/* /local/templates/html/components-template/accordion/style.css?17022041427212 */
/* /local/templates/html/components-template/modal/style.css?170220414211056 */
/* /local/templates/html/components-template/buy-form/style.css?17022041426949 */
