

/* Start:/local/templates/tourism/assets/styles/corparation.css?17109340568834*/
.corporation {
  position: relative;
  height: 100vh;
  background-image: var(--bg-image);
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.corporation-info {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(100%, -50%);
  padding: 40px 80px 40px 40px;
  background: rgba(28, 62, 107, 0.9);
  backdrop-filter: blur(2px);
}

.corporation-info.active {
  transition: 2s ease-out;
  transform: translate(0%, -50%);
}

.corporation-info__descr {
  width: 241px;
  color: #fff;
  font-family: "CeraPro-Regular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.corporation__wrapper {
  position: absolute;
  width: 100%;
  bottom: 152px;
}

.corporation__title {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0px 40px;
  color: #fff;
  font-family: "CeraPro-Medium", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.corporation-text-wr {
  max-width: 1113px;
  margin: 0 auto;
}

.corporation-text{
  color: #1C2023;
  font-family: "CeraPro-Medium", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  padding: 44px 120px;
  background: rgba(255, 255, 255, 0.90);
  backdrop-filter: blur(2px);
}

.mission__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 84px;
  padding: 140px 120px 120px;
  background-image: var(--bg-image);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.mission__wrapper:hover .svg-path {
  fill: #ff0000;
}

.mission__descr {
  max-width: 1113px;
  margin: 0 auto;
  color: #fff;
  font-family: "CeraPro-Medium", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
}

.section-top {
  margin-bottom: 28px;
}

.section-top__title {
  color: #fff;
  font-family: "CeraPro-Bold", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
}

.strategy__wrapper {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0px 40px;
  position: relative;
}

.strategy-content {
  display: flex;
  justify-content: end;
  background-image: var(--bg-image);
  background-size: cover;
  padding-right: 0px;
}

.strategy-content--start{
  justify-content: flex-start;
}

.strategy-content__mobile-img {
  display: none;
}

.strategy-content__descr {
  background: rgba(28, 32, 35, 0.9);
  backdrop-filter: blur(2px);
  width: 46%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  gap: 22px;
  padding: 44px 40px;
  color: #fff;
  font-family: "CeraPro-Regular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.career__wrapper {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0px 40px;
  position: relative;
}

.career-content__mobile-img {
  display: none;
}

.career-content {
  background-size: cover;
  background-image: var(--bg-image);
  background-position: center;
}

.career-content__descr {
  width: 46%;
  display: flex;
  flex-direction: column;
  gap: 28px;
  padding: 44px 40px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(2px);
}

.career-content__text {
  color: #090b0d;
  font-family: "CeraPro-Medium", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.career-content__text a {
  color: var(--fg-link-regular);
  transition: all 0.3s ease;
}

@media (any-hover: hover) {
  .career-content__text a:hover {
    color: var(--fg-link-hover);
  }
}
.career-content__text a:active {
  color: var(--fg-link-active);
}

.career-content__vacancies-title {
  color: #090b0d;
  font-family: "CeraPro-Medium", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.career-content__vacancies-text {
  color: #090b0d;
  font-family: "CeraPro-Regular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.career-content__vacancies-link {
  color: #1c3e6b;
  font-family: "CeraPro-Regular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.corporation-contacts__title {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0px 40px 28px;
}

.corporation-contacts--bg {
  padding: 57px 0px;
  background: #f1f3f5;
}

.corporation-contacts__wrapper {
  display: flex;
  justify-content: center;
}

.contacts-block {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  max-width: 663px;
  width: 100%;
}

.contacts-block__column {
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  gap: 57px;
}

.contacts-block__item {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.contacts-block__title {
  color: #000;
  font-family: "CeraPro-Medium", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.contacts-block__contacts-elem {
  color: var(--fg-text-button-regular);
  font-family: "CeraPro-Regular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  transition: all 0.3s ease;
}

a.contacts-block__contacts-elem {
  color: var(--fg-link-regular);
}
@media (any-hover: hover) {
  a.contacts-block__contacts-elem:hover {
    color: var(--fg-link-hover);
  }
}
a.contacts-block__contacts-elem:active {
  color: var(--fg-link-active);
}

.contacts-block__contacts-elem--bold {
  font-family: "CeraPro-Medium", sans-serif;
  font-weight: 500;
}

.contacts-block__contacts-elem--width {
  width: 159px;
}

.contacts-block__contacts {
  display: flex;
  flex-direction: column;
}

.contacts-block__contacts--margin-top {
  margin-top: 36px;
}

@media screen and (max-width: 1440px){
  .corporation-text-wr{
    max-width: 1200px;
  }
}

@media screen and (max-width: 1200px){
  .corporation-text{
    padding: 30px 100px;
    font-size: 22px;
  }
}

@media screen and (max-width: 768px) {
  .corporation__title {
    text-align: center;
    font-size: 40px;
  }

  .corporation-text{
    display: none;
  }

  .corporation-contacts__wrapper {
    flex-direction: column;
  }

  .form-block {
    max-width: inherit;
  }
}
@media screen and (max-width: 1024px) {
  .scrollbar-container {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .main-content__wrapper--margin-bottom {
    margin-bottom: 0px;
  }

  .section-top__title {
    font-size: 28px;
  }

  .mission__wrapper {
    padding: 140px 64px 120px;
  }

  .mission__descr {
    font-size: 18px;
  }

  .mission-img__wrapper .svg-path {
    fill: #ff0000;
  }

  .strategy__wrapper {
    padding: 0px;
  }

  .section-top__title--padding-left {
    padding-left: 40px;
  }

  .strategy-content {
    background-image: none;
    flex-direction: column;
  }

  .strategy-content__mobile-img {
    display: block;
  }

  .strategy-content__img {
    height: 468px;
    object-fit: cover;
    object-position: center;
  }

  .strategy-content__descr {
    padding: 44px 30px 0px;
    width: 100%;
  }

  .career__wrapper {
    padding: 0px;
  }

  .career-content {
    background-image: none;
  }

  .career-content__mobile-img {
    display: block;
  }

  .career-content__img {
    height: 316px;
    object-fit: cover;
    object-position: center;
  }

  .career-content__descr {
    padding: 44px 30px;
    width: 100%;
  }
}

@media screen and (max-width: 576px) {
  .corporation-info {
    width: 100%;
  }

  .corporation-info__descr {
    width: 100%;
  }

  .scrollbar-container {
    width: 100%;
  }

  .partners-top {
    flex-wrap: wrap;
    padding-right: 0px;
  }

  .partners-list {
    flex-direction: row;
  }

  .btn-more__wrapper {
    display: none;
  }

  .section-top__title {
    font-size: 24px;
  }

  .mission__wrapper {
    padding: 140px 15px 120px;
  }

  .contacts-block {
    grid-template-columns: 1fr;
    gap: 32px;
    margin-bottom: 63px;
  }

  .contacts-block__contacts--margin-top {
    margin-top: 0px;
  }

  .contacts-block__item--mobile-order {
    order: -1;
  }

  .form-block__btn {
    display: block;
    margin: auto;
  }
}

.captcha__container{
  display: flex;
}

.captcha__container .captcha_hidden{
  width: auto;margin-right: 10px;
}

.captcha__container .captcha_text{
  width:100%;font-size: 20px;
}

.captcha__container .captcha_img{
  width:auto;
  margin-right: 10px;
}

/* End */


/* Start:/local/templates/tourism/components/bitrix/main.file.input/webdoka/style.min.css?17109340568780*/
.file-placeholder{margin-left:56px}.file-placeholder .loading-wrap{display:inline-block;margin-left:15px;vertical-align:middle;position:relative;width:50%}.file-placeholder .loading{background:#e3ebed;display:block;border:1px solid;border-top:1px solid #bcc2c4;border-left-color:#cfd7d9;border-right-color:#cfd7d9;border-bottom:1px solid #dde5e6;border-radius:2px;height:17px;-webkit-box-shadow:inset 0 1px 2px rgba(188,194,196,0.7);-moz-box-shadow:inset 0 1px 2px rgba(188,194,196,0.7);box-shadow:inset 0 1px 2px rgba(188,194,196,0.7);}
.file-placeholder .loading .del-but {
    background: url("/local/templates/tourism/components/bitrix/main.file.input/webdoka/images/live_feed_sprite.png") no-repeat 7px -20px; cursor:pointer;height:20px;position:absolute;right:0;top:0;width:20px}.file-placeholder .load-indicator{background:#40c0e9;background:linear-gradient(top,#40c0e9,#2698db);background:-moz-linear-gradient(top,#40c0e9,#2698db);background:-o-linear-gradient(top,#40c0e9,#2698db);background:-ms-linear-gradient(top,#40c0e9,#2698db);background:-webkit-gradient(linear,left top,left bottom,from(#40c0e9),to(#2698db));border-radius:2px;color:#fff;font-size:12px;height:19px;text-align:center;text-shadow:0 1px 0 rgba(56,124,162,1);left:0;top:0;position:absolute}.file-placeholder .load-number{display:inline-block;box-sizing:border-box;padding-top:2px;}
.file-placeholder .files-title {
	background:url("/local/templates/tourism/components/bitrix/main.file.input/webdoka/images/live_feed_sprite.png") no-repeat; color:#5c6470;font-size:12px;text-shadow:0 1px 0 rgba(255,255,255,0.8);left:13px;top:12px;width:54px;padding-left:20px;position:absolute}.file-placeholder .files-list-wrap{margin-left:56px}html* .file-placeholder .files-list{width:auto !important}.file-placeholder .files-list{margin-top:-10px;table-layout:fixed;width:100%;position:relative}.file-placeholder .files-list td{box-shadow:0 -2px 0 -1px #fff inset;border-bottom:1px solid #dde5e8;color:#5c6470;font-size:12px;line-height:16px;padding:10px 0 10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;position:relative;zoom:1}.file-placeholder .file-edit,.file-placeholder .file-section{display:none}.file-placeholder .files-name{width:30%}.file-placeholder .files-size{width:12%}.file-placeholder .files-storage{width:20%}.file-placeholder .files-storage .files-storage-text{display:inline-block;width:80px;color:#5c6470}.file-placeholder .files-storage-block{position:relative}.file-placeholder .files-text{-moz-box-sizing:border-box;color:#2067b0;display:inline-block;font-weight:bold;max-width:100%;padding-right:20px;position:relative;zoom:1}.file-placeholder .error-load .files-text{color:#b00}.file-placeholder .f-wrap{display:inline-block;overflow:hidden;width:100%;word-wrap:break-word;zoom:1;}
.file-placeholder .del-but {
	background: url("/local/templates/tourism/components/bitrix/main.file.input/webdoka/images/live_feed_sprite.png") no-repeat 0 0; cursor:pointer;height:20px;position:absolute;right:0;top:0;width:20px}.file-placeholder .files-text .del-but{background-position:6px -19px;display:inline-block;margin-top:-2px;position:static;vertical-align:top}.file-placeholder .loading .del-but{background-position:7px -20px;top:0}.file-placeholder .files-storage-block .del-but{background-position:7px -20px;top:0;}
.file-placeholder .info-icon {
	background:url("/local/templates/tourism/components/bitrix/main.file.input/webdoka/images/live_feed_sprite.png") no-repeat -112px -60px; display:inline-block;height:16px;margin-right:10px;vertical-align:middle;width:17px}.file-placeholder .stor-place{display:inline-block;margin-left:10px;vertical-align:top}.file-placeholder .stor-text{display:inline-block;border-bottom:1px solid #5c6470;}
.file-placeholder .stor-pl-arrow {
	background:url("/local/templates/tourism/components/bitrix/main.file.input/webdoka/images/live_feed_sprite.png") no-repeat -130px -23px; display:inline-block;margin-left:10px;height:5px;vertical-align:middle;width:3px;}
.file-placeholder .edit-stor {
	background:url("/local/templates/tourism/components/bitrix/main.file.input/webdoka/images/live_feed_sprite.png") no-repeat 4px -64px; display:none;height:15px;margin-left:0;vertical-align:middle;width:15px}.file-placeholder .files-path,.file-placeholder .files-path:visited,.file-placeholder .files-path:active,.file-placeholder .files-path:link,.file-placeholder .files-path:hover{border-bottom:1px dashed #5c6470;display:inline-block;color:#5c6470;text-decoration:none}.file-placeholder .files-placement,.file-placeholder .files-placement:visited,.file-placeholder .files-placement:active,.file-placeholder .files-placement:link,.file-placeholder .files-placement:hover{display:inline-block;color:#5c6470;text-decoration:none}.file-selectdialog{-moz-border-bottom-colors:none;-moz-border-image:none;-moz-border-left-colors:none;-moz-border-right-colors:none;-moz-border-top-colors:none;background:none repeat scroll 0 0 #f4f8f9;border-color:#ced0d1 #ced1d1 #d3d7d8;border-radius:2px 2px 2px 2px;border-style:solid;border-width:1px;box-shadow:0 1px 2px -1px rgba(164,164,164,0.698) inset;margin-bottom:11px;overflow:hidden;padding:13px 30px 0 0;position:relative;display:none}.file-selectdialog .file-placeholder{margin-left:56px}.file-selectdialog .file-simple .file-placeholder{margin-top:0;margin-left:90px;}
.file-selectdialog .file-label {
    background: url("/local/templates/tourism/components/bitrix/main.file.input/webdoka/images/live_feed_sprite.png") no-repeat -146px -186px; color:#5c6470;font-size:12px;left:13px;padding-left:20px;position:absolute;text-shadow:0 1px 0 rgba(255,255,255,0.8);top:12px;width:54px;line-height:20px}.file-selectdialog .file-extended .file-selector{border-radius:5px 5px 5px 5px;color:#a0aeb5;font-size:17px;font-weight:bold;line-height:26px;margin:30px 0 10px;padding:24px 3px 43px 191px;position:relative;text-shadow:0 1px 0 rgba(255,255,255,0.8)}.file-selectdialog .file-extended .file-selector-active{background-position:57px -88px;border:3px dashed #d4dde1;padding:21px 0 40px 190px}.file-selectdialog .file-extended .file-selector:hover{border:3px dashed #d4dde1;padding:21px 0 40px 188px;}
.file-selectdialog .file-extended .file-load-img {background:url("/local/templates/tourism/components/bitrix/main.file.input/webdoka/images/loading-place-img.gif") no-repeat 0 0; height:79px;left:58px;top:20px;position:absolute;width:90px}.file-selectdialog .file-extended .file-selector:hover .file-load-img{background-position:0 -104px;left:55px;top:17px}.file-selectdialog .file-extended .file-uploader{color:#2067b0;display:inline-block;overflow:hidden;position:relative;vertical-align:top}.file-selectdialog .file-extended .file-uploader .file-but-text{cursor:pointer;display:block;width:100%;height:100%}.file-selectdialog .file-uploader .file-fileUploader{font-size:120px;height:85px;opacity:0;filter:alpha(opacity=0);position:absolute;right:0;top:-20px;cursor:pointer}.file-selectdialog .file-uploader .file-filemacos{left:0 !important}.file-selectdialog .file-label2{color:#5c6470;font-size:12px;margin-left:58px;padding-bottom:11px}.file-selectdialog .file-simple,.file-selectdialog .file-extended{display:none;margin-left:30px}.file-selectdialog .file-simple .file-label2{margin-top:20px}.file-selectdialog .file-simple .file-selector{color:#5c6470;overflow:hidden;height:30px;font-weight:bold;margin:6px 0 6px 90px;text-shadow:0 1px 0 rgba(255,255,255,0.8)}.file-selectdialog .file-simple .file-uploader{overflow:hidden;position:relative;display:inline-block;margin:0 15px 0 0;vertical-align:middle;cursor:pointer;}
.file-selectdialog .file-simple .file-uploader-left{
    background: url("/local/templates/tourism/components/bitrix/main.file.input/webdoka/images/live_feed_sprite.png") no-repeat 0px -240px; display:inline-block;height:25px;vertical-align:top;width:4px;}
.file-selectdialog .file-simple .file-uploader-right{
    background: url("/local/templates/tourism/components/bitrix/main.file.input/webdoka/images/live_feed_sprite.png") no-repeat -7px -240px; display:inline-block;height:25px;vertical-align:top;width:4px;}
.file-selectdialog .file-simple .file-but-text{
    background: url("/local/templates/tourism/components/bitrix/main.file.input/webdoka/images/live_feed_sprite.png") repeat-x 0 -267px; color:#7a808c;display:inline-block;font-size:12px;font-weight:bold;height:25px;padding:2px 10px 0;text-shadow:0 1px 0 rgba(255,255,255,0.8);vertical-align:top}.feed-add-photo-block-wrap{margin-top:-17px}.feed-add-photo-block{display:inline-block;margin:17px 17px 0 0;min-height:92px;width:102px;padding-right:21px;position:relative;vertical-align:top}.feed-add-photo-block .feed-add-post-del-but{background-position:6px -19px;background-color:#fff;height:22px;top:1px;z-index:0}.feed-add-img-wrap{background:#fff;border:1px solid #e2e6e6;-moz-box-shadow:0 0 2px rgba(0,0,0,0.3);-webkit-box-shadow:0 0 2px rgba(0,0,0,0.3);box-shadow:0 0 2px rgba(137,137,137,0.3);display:block;text-align:center;padding:4px;position:relative;z-index:2}.feed-add-img-title{color:#2067b0;display:block;font-weight:bold;font-size:12px;margin-top:3px;overflow:hidden}.feed-add-photo-block .feed-add-close-icon{background-color:#fff;background-position:8px -19px;height:22px;top:1px;right:1px;width:22px}.feed-add-photo-block .feed-add-close-icon:hover{background-position:-57px -60px;}

.feed-add-post-del-but {
	background: url("/local/templates/tourism/components/bitrix/main.file.input/webdoka/images/live_feed_sprite.png") no-repeat; cursor:pointer;right:0;top:0;height:20px;position:absolute;width:20px}
/* End */
/* /local/templates/tourism/assets/styles/corparation.css?17109340568834 */
/* /local/templates/tourism/components/bitrix/main.file.input/webdoka/style.min.css?17109340568780 */
