html,
body {
  overflow-x: hidden;
}
body {
  position: relative;
}
.btn_reserve,
.reserve-input,
body {
  font-family: Helvetica;
}
.disabled,
.info-point span,
.js-tab-link.active {
  pointer-events: none;
}
.reserve {
  box-shadow: 0 0 199px rgba(78, 135, 187, 0.25);
}
.about-nav button,
.about-nav a,
.advantage-item,
.btn_st,
.cc-text__title,
.hotel-item__bot a,
.price-item__content > ul li strong,
.price-item__title,
.tubing-price__title {
  text-transform: uppercase;
}

.advantage,
.cc-info__item-content ul,
.text-group ol {
  counter-reset: counter;
}
.about-img__item,
.advantage,
.as__item-media,
.cc-item,
.gallery-item,
.hotel-item,
.section-gallery,
.section-reviews,
.selectric-items {
  overflow: hidden;
}
.text-group b {
  font-weight: 600;
}
html {
  font-size: 10px;
}
body {
  font-size: 1.6rem;
  font-weight: 400;
}
.pad-top-off {
  padding-top: 0;
}
.container {
  width: 1392px;
  max-width: 100%;
}

/*//////////////
// section-head
//////////////*/
.section-head {
  position: relative;
  padding: 21rem 0 30rem;
  background-position: top center !important;
}
.section-head .widget.mar_top_tl {
  margin-bottom: 0;
}
@media (max-width: 1361px) {
  .section-head {
    padding-top: 18rem;
  }
}

@media (max-width: 1200px) {
  .section-head {
    padding-top: 13rem;
  }
}

@media (max-width: 1167px) {
  .section-head {
    padding-bottom: 10rem;
  }

  .section-head::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(12, 12, 12, 0.55);
  }

  .section-head__inner {
    position: relative;
  }
}
@media (max-width: 860px) {
  .section-head {
    padding: 13rem 0 5rem;
  }
}

@media (max-width: 530px) {
  .section-head {
    padding-top: 16rem;
  }
}
/*//////////////
// section-head end
//////////////*/

/*//////////////
// widget
//////////////*/
.widget__title .title-section__main {
  margin-bottom: 12px;
}
.widget__title {
  margin-bottom: 40px;
}
.widget-transperent {
  background: transparent !important;
}
.widget-transperent .title-section__main {
  color: #fff;
}
.widget-transperent .title-section__subtitle {
  color: #fff;
}
.widget {
  display: flex;
  flex-direction: column;
  row-gap: 4rem;
  background: transparent !important;
}
.widget:not(.not-margin-bottom) {
  margin-bottom: 7rem;
}
.widget #block-search,
.widget .block-search {
  top: 50%;
  transform: translateY(-50%);
  bottom: initial;
}
.widget .tl-block {
  height: 93px;
}

.widget__info-bar {
  text-align: center;
  width: fit-content;
  margin: 0 auto;
  padding: 1.4rem 2rem 1rem;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  font-weight: 500;
  font-size: 2rem;
}
.widget__info-bar_light {
  background-color: #fff;
  color: inherit;
}
.widget__info-bar-link {
  text-decoration: underline;
}
.widget__info-bar-link:hover {
  text-decoration: none;
}

@media (max-width: 1123px) {
  .widget .tl-block {
    height: 153px;
  }
}
@media (max-width: 1000px) {
  .widget__title {
    margin-bottom: 30px;
  }
}
@media (max-width: 875px) {
  .widget .tl-block {
    height: 219px;
  }
}
@media (max-width: 660px) {
  .widget:not(.not-margin-bottom) {
    margin-bottom: 5rem;
  }
}
@media (max-width: 452px) {
  .widget .tl-block {
    height: 354px;
  }
}
/*//////////////
// widget end
//////////////*/

/*@media(max-width: 890px) {
	.section-head .widget.mar_top_tl {
		margin-top: 16rem;
    	margin-bottom: 10rem;
	}
}
@media(max-width: 860px) {
	.section-head .widget.mar_top_tl {
		margin-top: 16rem;
		margin-bottom: 0;
	}
}
@media(max-width: 767px) {
	.section-head .widget.mar_top_tl {
    	margin-top: 12rem;
	}
}
@media(max-width: 435px) {
	.section-head .widget.mar_top_tl {
    	margin-top: 10rem;
	}
}*/

.group-content,
section {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: top center !important;
}
.header {
  /* position:fixed; */
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1000;
  transition: 0.4s;
}
.header.fix_nav {
  position: fixed !important;
}
.header-content {
  padding: 2rem 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /* -webkit-flex-flow: row wrap; */
  /* -ms-flex-flow: row wrap; */
  /* flex-flow: row wrap; */
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  transition: 0.4s;
}

/*//////////////
// header-left
//////////////*/
.header-left {
  padding-right: 1.8rem;
  column-gap: 3rem;
  row-gap: 1.4rem;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 1700px) {
  .header-left {
    align-items: flex-start;
    flex-direction: column;
  }
}
@media (max-width: 1250px) {
  .header-left {
    border: 0;
    padding-right: 0;
  }
}
@media (max-width: 1200px) {
  .header-left {
    align-items: center;
    flex-direction: row;
  }
}
@media (max-width: 530px) {
  .header-left {
    flex-direction: column;
    width: auto;
    align-items: flex-start;
  }
}
/*//////////////
// header-left end
//////////////*/

.header-right,
.tel_header {
  -webkit-justify-content: center;
}
.header-logo {
  flex-shrink: 0;
  width: 11.4rem;
  height: 4.6rem;
  display: block;
}
.header-right {
  padding-left: 1.4rem;
  /* width:43.5rem; */
  border-left: 1px solid rgba(255, 255, 255, 0.08);
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  display: flex;
  height: 6.5rem;
  gap: 1rem;
}
.navigation > ul,
.tel_header {
  display: -webkit-flex;
  display: -ms-flexbox;
}
.header.fix_nav .header-content,
.header.fix_nav .header-search {
  background: #c53711;
}
.header.fix_nav .header-content {
  padding: 1rem 1.5rem;
}
.header.header-in {
  position: relative;
  background: #c33711;
}
.header.header-in .header-content {
  padding: 2rem 1.5rem;
}

.header_open-search {
  background-color: #c53711;
}
.header {
  transition: background 0.4s;
  will-change: background;
}
.header-search {
  padding: 1.5rem 1.5rem;
  display: none;
}
.search {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1.8rem;
}
.search__buttons {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.search__input {
  height: 4.2rem;
  border: 0;
  max-width: 50rem;
  width: 100%;
  padding: 0 1.2rem;
  border-radius: 0.5rem;
}
.search__btn {
  width: 3.9rem;
  height: 3.9rem;
  flex-shrink: 0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background-color: transparent;
  font-size: 2rem;
  color: #fff;
  transition: background 0.2s ease-out;
  will-change: background;
}
.search__btn:hover {
  background-color: rgba(0 0 0/ 0.15);
}
.search__btn-ic {
  width: 1.8rem;
  /* margin-top: 0.1rem; */
}
.search__btn-ic_large {
  width: 2.7rem;
}
.search__btn_prev {
  transform: rotate(180deg);
}

mark {
  background: yellow;
}

mark.current {
  background: orange;
}

.navigation {
  font-size: 16px;
}
.navigation > ul {
  display: flex;
  align-items: center;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: center;
  /* -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; */
  color: #dcdfe6;
  font-weight: 500;
  letter-spacing: 0.4px;
  margin: -0.2rem 0;
}
.navigation > ul > li {
  padding: 1.4rem 1rem;
  position: relative;
  text-align: center;
}
.navigation > ul > a:hover {
  color: #5c8fdb;
}
.sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 26rem;
  background: white;
  padding: 2rem;
  border-radius: 1rem;
  color: #000;
  margin-top: 1rem;
  box-shadow: 0px 0px 20px -6px rgba(34, 60, 80, 0.2);
  display: none;
  /*    opacity: 0;
    transition: 0.3s;*/
}
.navigation-parent {
  cursor: pointer;
  position: relative;
  padding-right: 2rem;
  display: inline-block;
}
.navigation-parent:before {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 0;
  width: 1.1rem;
  height: 0.6rem;
  background: url(../img/downarrow.svg) no-repeat;
  background-position: center;
  background-size: 100% auto;
  transition: 0.2s;
}
.top-fix .sub-menu {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: 2rem;
}
.sub-menu li:not(li:first-child) {
  margin-top: 1.3rem;
}
.sub-menu a {
  display: inline-block;
  padding: 0.2rem 0;
}
.navigation a {
  transition: 0.4s;
}
.navigation a:hover {
  color: #5c8fdb;
}

.tel_header {
  color: #fff;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.45px;
  column-gap: 2rem;
}
.advantage,
.tel_header span {
  -webkit-justify-content: center;
}
.tel_header span {
  width: 5rem;
  height: 5rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  display: none;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 2rem;
}
.reserve-group,
.reviews-bot {
  -webkit-justify-content: space-between;
}
.tel_header:hover {
  opacity: 0.7;
}

.switch {
  display: flex;
  background-color: #f8f9fc;
  border-radius: 0.8rem;
  overflow: hidden;
  height: 3.8rem;
  width: 9rem;
  flex-shrink: 0;
}
.switch__item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 50%;
}
div.switch__item {
  background-color: #5c8fdb;
}
a.switch__item {
  opacity: 0.5;
  transition: 0.2s;
}
a.switch__item:hover {
  opacity: 1;
}

.switch__icon {
  height: 54%;
}
.switch__icon_small {
  height: 56%;
}

/*//////////////
// head-content
//////////////*/
.head-content {
  color: #fff;
}
/* .head-anniversary {
	position: absolute;
	top: 21rem;
    right: 13rem;
    width: 16rem;
} */
.head-content__top {
  font-size: 2rem;
  position: relative;
  letter-spacing: 0.5px;
  margin-bottom: 4rem;
}
.head-content__top:before {
  content: "";
  position: absolute;
  right: 102%;
  height: 1px;
  width: 1000px;
  top: 50%;
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.2);
}
.head-content__title {
  letter-spacing: 2.25px;
  font-size: 8rem;
  font-weight: 700;
}
.head-content__subtitle,
.head-content__text {
  font-weight: 100;
  letter-spacing: 0.65px;
  line-height: 1.3;
}
.head-content__subtitle {
  font-size: 6rem;
}
.head-content__text {
  padding-left: 8.5rem;
  position: relative;
  margin-top: 4.5rem;
  font-size: 2.5rem;
}
.head-content__small-text {
  margin-top: 1rem;
  font-size: 1.4rem;
}
.head-content__text span {
  width: 6.6rem;
  height: 6.6rem;
  border: 1px solid #e6eaeb;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.head-content__text span i {
  position: absolute;
  font-size: 4.3rem;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.head-content__text span {
  box-shadow: 0 0 199px rgba(78, 135, 187, 0.25);
}
.head-content__text small {
  font-size: 70%;
}

@media (max-width: 1361px) {
  .head-content__title {
    font-size: 7rem;
  }
  .head-content__subtitle {
    font-size: 5rem;
  }
  .head-content__text {
    font-size: 2.2rem;
  }
}

@media (max-width: 767px) {
  .head-content__title {
    font-size: 4rem;
  }
  .head-content__subtitle {
    font-size: 2.2rem;
    margin-top: 1.5rem;
  }
  .head-content__text {
    font-size: 1.8rem;
  }
}

@media (max-width: 660px) {
  .head-content__text br {
    display: none;
  }
}

@media (max-width: 530px) {
  .head-content__small-text {
    margin-top: 2rem;
  }
}
/*//////////////
// head-content end
//////////////*/

/*//////////////
// head-point
//////////////*/
.head-point {
  height: 36rem;
  position: relative;
  margin-top: -7rem;
  margin-left: 0rem;
}
.head-point__item-text {
  text-transform: uppercase;
}
.head-point__item,
.head-point__item:before {
  background-color: #c53711;
  border-radius: 50%;
}
.head-point__item {
  position: absolute;
  width: 10px;
  height: 10px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
}
.head-point__item:before {
  content: "";
  position: absolute;
  width: 23px;
  height: 23px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 0.4s;
}
.head-point__item:first-child {
  left: 39%;
  top: 105%;
}
.head-point__item:first-child .head-point__item-text {
  top: auto;
  bottom: calc(100% + 30px);
}
.head-point__item:nth-child(2) {
  left: 49%;
  top: 93%;
}
.head-point__item:nth-child(2) .head-point__item-text {
  top: auto;
  bottom: calc(100% + 30px);
}
.head-point__item:nth-child(3) {
  left: 60%;
  top: 70%;
}
.head-point__item:nth-child(4) {
  left: 67%;
  top: 50%;
}
.head-point__item:nth-child(4) .head-point__item-text {
  top: auto;
  bottom: calc(100% + 30px);
}
.head-point__item:nth-child(5) {
  left: 72%;
  top: 25%;
}

.head-point__item:nth-child(6) {
  left: 81%;
  top: 18%;
}
.head-point__item:nth-child(6) .head-point__item-text {
  top: auto;
  bottom: calc(100% + 30px);
}
.head-point__item:nth-child(7) {
  left: 88%;
  top: 29%;
}
.head-point__item:nth-child(7) .head-point__item-text {
  top: auto;
  bottom: calc(100% + 30px);
}
.head-point__item:nth-child(8) {
  left: 97%;
  top: 42%;
}
.head-point__item-text {
  font-size: 14px;
  letter-spacing: 1.05px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  width: 200px;
  position: absolute;
  top: calc(100% + 30px);
  left: 50%;
  transform: translateX(-50%);
  line-height: 1.3;
  pointer-events: none;
  opacity: 0;
  transition: 0.4s;
}

@media (min-width: 991px) {
  .head-point__item span {
    position: absolute;
    width: 26px;
    height: 26px;
    border: 1px solid rgba(197, 55, 17, 0.5);
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
  }
  .head-point__item.active .head-point__item-text,
  .head-point__item.active:before,
  .head-point__item:hover .head-point__item-text,
  .head-point__item:hover:before {
    opacity: 1;
  }
  .head-point__item.active span,
  .head-point__item:hover span {
    width: 37px;
    height: 37px;
  }
  .head-point__item.active span:nth-child(2),
  .head-point__item:hover span:nth-child(2) {
    width: 53px;
    height: 53px;
  }
}

@media (max-width: 1500px) {
  .head-point__item:nth-child(8) {
    left: 89%;
    top: 46%;
  }
  .head-point__item:nth-child(7) {
    left: 82%;
    top: 32%;
  }
  .head-point__item:nth-child(6) {
    left: 75%;
    top: 20%;
  }
  .head-point__item:nth-child(5) {
    top: 29%;
    left: 67%;
  }
  .head-point__item:nth-child(4) {
    top: 61%;
    left: 62%;
  }
  .head-point__item:nth-child(3) {
    top: 82%;
    left: 54%;
  }
  .head-point__item:nth-child(2) {
    top: 100%;
    left: 47%;
  }
  .head-point__item:first-child {
    top: 109%;
  }
}

@media (max-width: 1390px) {
  .head-point {
    margin-left: 0.5vw;
    margin-right: -0.5vw;
  }
}

@media (max-width: 1361px) {
  .head-point__item-text {
    font-size: 12px;
  }

  .head-point {
    margin-left: 0;
    margin-right: 0;
  }
  .head-point__item:nth-child(2) {
    top: 101%;
    left: 47%;
  }
  .head-point__item:nth-child(2) {
    top: 101%;
    left: 47%;
  }
  .head-point__item:nth-child(8) {
    left: 89%;
    top: 48%;
  }
  .head-point__item:nth-child(4) {
    top: 61%;
    left: 63%;
  }
  .head-point__item:nth-child(5) {
    top: 29%;
    left: 68%;
  }
  .head-point__item:nth-child(6) {
    left: 75%;
    top: 20%;
  }
  .head-point__item:nth-child(7) {
    left: 82%;
    top: 35%;
  }
  .head-point__item:nth-child(8) {
    left: 89%;
    top: 48%;
  }
}

@media (max-width: 1280px) {
  .head-point {
    margin-left: 1vw;
    margin-right: -1vw;
  }
}

@media (max-width: 1199px) {
  .head-point {
    margin-left: -4vw;
    margin-right: -5vw;
  }
  .head-point__item:nth-child(8) {
    top: 45%;
  }
}

@media (max-width: 1167px) {
  .head-point {
    display: none;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .head-point {
    height: auto;
    padding: 4rem 0;
    padding-top: 6rem;
  }
  .head-point__item {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    margin-bottom: 2rem;
    width: 100%;
    height: auto;
    border-radius: 0;
    background: 0 0;
    padding-left: 40px;
  }
  .head-point__item:before {
    left: 13px;
    opacity: 1;
    width: 10px;
    height: 10px;
  }
  .head-point__item span {
    width: 26px !important;
    height: 26px !important;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 1px solid #c53711;
    border-radius: 50%;
  }
  .head-point__item-text {
    position: relative;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    visibility: visible;
    opacity: 1;
    width: 100%;
    text-align: left;
    font-size: 14px;
  }
  .head-point__item-text br {
    display: none;
  }
}

/*//////////////
// head-point end
//////////////*/

.btn_reserve,
.reserve-group .form-group i {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.reserve {
  border-radius: 45px;
  background-color: #fff;
  padding: 1.5rem 10rem 1.5rem 5px;
  position: relative;
}
.reserve-group {
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.btn_reserve span,
.selectric .button {
  display: none;
}
.reserve-group .form-group {
  width: 25%;
  padding: 0 4rem 0 7.5rem;
  position: relative;
  border-left: 1px solid #eeeff4;
}
.reserve-group .form-group:first-child {
  border-left: 0;
}
.reserve-group .form-group i {
  position: absolute;
  left: 4rem;
  top: 53%;
  transform: translateY(-50%);
  color: #c53711;
  font-size: 2rem;
}
.btn_reserve,
.selectric:before {
  top: 50%;
  position: absolute;
  transition: 0.4s;
}
.reserve-group .selectric .label {
  padding-top: 2px;
}
.reserve-group .selectric {
  border: 0;
  background: 0 0;
}
.btn_reserve {
  width: 8rem;
  height: 8rem;
  background: #c53711;
  border-radius: 50%;
  border: 0;
  right: 5px;
  transform: translateY(-50%);
  font-size: 3rem;
  letter-spacing: 0.75px;
  color: #fff;
}
.reserve-input,
.selectric .label {
  height: 6rem;
  letter-spacing: 0.4px;
  font-size: 1.6rem;
}
.btn_reserve:hover {
  background: #5c8fdb;
}
.reserve-input {
  width: 100%;
  border: 0;
  border-bottom: 1px solid transparent;
  color: #333;
  line-height: 4em;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  padding-top: 5px;
}
.checked_st + span:before,
.gallery-item:before,
.selectric:before,
.transport-car__info-item-title:before {
  font-family: Material-Design-Iconic-Font;
}
.reserve-input::-webkit-input-placeholder {
  color: #333;
}
.reserve-input:-ms-input-placeholder {
  color: #333;
}
.reserve-input::placeholder {
  color: #333;
}
.reserve-input.error {
  border-color: red !important;
}
.selectric:before {
  content: "\f2f9";
  right: 1.5rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #c53711;
}
.selectric-open .selectric:before {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.selectric .label {
  color: #333;
  font-family: Helvetica;
  line-height: 6rem;
}
.selectric-items {
  font-weight: 500;
  box-shadow: 0 14px 28px rgba(9, 42, 91, 0.2);
  border-radius: 30px;
  border: 1px solid #e6eaeb;
  background-color: #fff;
}
.selectric-items li {
  transition: 0.4s;
  font-size: 14px;
  padding: 1.2rem 2rem;
}
.selectric-items li:hover {
  background: #f8f9fc;
}
.selectric-items li.selected {
  color: #fff;
  background: #c53711;
}
.title-section {
  color: #293146;
  line-height: 1.3;
  padding-bottom: 3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 3rem;
  row-gap: 1.2rem;
  flex-wrap: wrap;
}
.title-section__main {
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 4rem;
}
.title-section__subtitle {
  font-size: 2.4rem;
  font-weight: 300;
  letter-spacing: 0.75px;
  color: #8e8787;
}
.title-section__text {
  color: #585f70;
  font-size: 1.7rem;
  padding-top: 2.5rem;
}
.title-section.title_left {
  text-align: left;
}
.about,
.about-nav button span,
.about-nav a span,
.advantage-item,
.btn_st,
.corporate,
.hotel-item__bot,
.price-item__top,
.tubing-text {
  text-align: center;
}
.group-content,
.group-content section {
  padding: 5rem 0;
}
.group-content.pad-top-off {
  padding-top: 0;
}
.advantage {
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.advantage-item,
.advantage-item__img {
  display: -ms-flexbox;
  -webkit-justify-content: center;
}
.advantage-item {
  height: 23rem;
  width: 25%;
  padding: 2rem;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  letter-spacing: 1.12px;
  font-size: 15px;
  color: #293146;
  line-height: 1.3;
  border-right: 1px solid #e6e6e6;
  position: relative;
  margin: 0 0 -1px;
  transition: 0.4s;
}
.advantage_images .advantage-item {
  width: 11.11%;
  height: auto;
  padding: 3rem 2rem;
  border: 0;
}
.advantage-item:nth-child(2n) .advantage-item__text:before {
  color: #5c8fdb;
}
/*.advantage-item:before{
	content:"";
	width:90%;
	left:50%;
	transform:translateX(-50%);
	height:1px;
	background:#e6e6e6;
	position:absolute;
	bottom:0
}*/
.advantage-item__text:before,
.info-point span {
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.advantage-item__text {
  padding-top: 7rem;
  position: relative;
  height: 100%;
  margin-top: 3rem;
}
.advantage-item__text:before {
  counter-increment: counter;
  content: counter(counter, decimal-leading-zero);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 700;
  letter-spacing: 1.25px;
  font-size: 5rem;
  color: #c53711;
}
.advantage-item:hover {
  /*	box-shadow:0 0 98px rgba(208,208,208,.35);*/
  /*	background-color:#fff*/
}
.advantage-item:hover .advantage-item__img img {
  opacity: 1;
  -webkit-filter: sepia(0);
  filter: sepia(0);
}
.advantage-item__img {
  width: 9rem;
  max-width: 95%;
  /*	height:10rem;*/
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.advantage-item__img img {
  -webkit-filter: sepia(1);
  filter: sepia(1);
  opacity: 0.5;
  transition: 0.4s;
  will-change: filter, opacity;
}
.mar_top_70 {
  margin-top: 7rem;
}
.btn_st {
  cursor: pointer;
  border: 0;
  width: 365px;
  max-width: 100%;
  height: 8rem;
  border-radius: 40px;
  background: #c53711;
  padding: 10px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  letter-spacing: 1.35px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  transition: 0.4s;
}
.btn_st_full {
  width: 100%;
}
.btn_st:not(.btn_st_text):hover {
  background: #5c8fdb;
}
.btn_st.btn_border {
  background: 0 0;
  border: 1px solid #c53711;
  color: #c12d10;
}
.btn_st.btn_border:not(.btn_st_text):hover {
  color: #fff;
  background: #c53711;
}
.btn_st_text {
  font-size: 1.4rem;
  line-height: 1.25;
  min-height: 8rem;
  height: auto;
  padding: 15px;
}
.hotel-item,
.reviews-item {
  border-radius: 3px;
  background-color: #fff;
}
.services {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0 -3.1rem;
}
.btn_center,
.slick-arrow {
  -webkit-justify-content: center;
}
.slick-arrow.slick-disabled {
  opacity: 0.5 !important;
  pointer-events: none;
}

.btn_center {
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.hotel {
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0 -1.3rem;
}
.reviews-bot,
.slider-nav {
  display: -webkit-flex;
  display: -ms-flexbox;
}
.hotel-item {
  box-shadow: 0 0 98px rgba(208, 208, 208, 0.35);
  width: calc(33.333% - 2.6rem);
  margin: 0 1.3rem 3rem;
  transition: box-shadow 0.4s ease-in-out;
  display: block;
}
.hotel-item_slide {
  width: 100% !important;
  box-shadow: 0px 0px 10px -4px rgba(34, 60, 80, 0.3);
  margin: 0;
  margin-bottom: 1rem;
}
.hotel-item_slide:hover {
  box-shadow: 0 0 15px -4px rgba(34, 60, 80, 0.3) !important;
}
.hidden_item {
  display: none;
}
.visible_item {
  display: block;
}
.hotel-item__img {
  height: 50rem;
  line-height: 0;
  overflow: hidden;
}
.hotel-item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s;
}
.hotel-item__bot {
  padding: 2.5rem 1rem;
}
.hotel-item__bot a {
  letter-spacing: 1.13px;
  color: #bb1a0d;
  font-weight: 700;
}
.hotel-item__bot a i {
  margin-right: 1.5rem;
}
.hotel-item__bot a:hover {
  text-decoration: underline;
}
.hotel-item__title {
  font-size: 2.2rem;
  letter-spacing: 1.65px;
  color: #293146;
  text-transform: uppercase;
  padding-bottom: 1.5rem;
}
.hotel-item:hover {
  box-shadow: 0 14px 28px rgba(9, 42, 91, 0.2);
}
.hotel-item:hover .hotel-item__img img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.reviews-item {
  box-shadow: 0 0 10px rgba(208, 208, 208, 0.35);
  border: 1px solid #e8e8e8;
  padding: 3rem;
  color: #585f70;
  font-size: 15px;
  letter-spacing: 1.12px;
  font-weight: 300;
  line-height: 1.3;
  position: relative;
  width: 95%;
  margin: 0 auto;
  white-space: normal;
  border-radius: 3rem;
  display: flex;
  flex-direction: column;
}
.reviews-item__bot {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4rem;
  padding: 0 4rem;
}
.reviews-item__bot strong {
  color: #293146;
}
.reviews {
  position: relative;
  white-space: nowrap;
  display: flex;
  align-items: flex-start;
  gap: 4rem;
}
.reviews-head {
  display: flex;
  align-items: flex-start;
  align-items: center;
  gap: 1.8rem;
  margin-bottom: 2rem;
}
.rating {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.rating-star {
  width: 1.6rem;
}
.profile-photo {
  flex-shrink: 0;
  width: 5rem;
  height: 5rem;
  border-radius: 20rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
}
.reviews-info {
  flex: 0 0 28rem;
}
.reviews-logo {
  display: flex;
  width: 6rem;
  margin-bottom: 3rem;
}
.reviews-name {
  margin-top: 0.7rem;
  font-weight: 700;
  color: #293146;
}
.reviews-date {
  margin-top: 0.3rem;
  font-size: 1.4rem;
}
.indicators {
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
}
.indicators-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.indicators-line {
  border-radius: 20rem;
  height: 0.7rem;
  background: #e6e6e6;
  overflow: hidden;
}
.indicators-line div {
  height: 100%;
  background: #3cb200;
}
.reviews-slider {
  /*	width:180rem*/
  flex-grow: 1;
  max-width: 100%;
}
.reviews-source {
  display: inline-flex;
  padding-top: 2rem;
  text-decoration: underline;
  margin-top: auto;
}
.reviews-source:hover {
  text-decoration: none;
}
.reviews-bot {
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-top: 5rem;
}
.about-img,
.slider-nav {
  -webkit-justify-content: space-between;
}
.slider-nav {
  width: 120px;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.about-nav button span,
.about-nav a span.slick-arrow {
  display: -webkit-flex;
  display: -ms-flexbox;
}
.slick-arrow {
  width: 5rem;
  height: 5rem;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #eeeff4;
  transition: 0.4s;
  color: #8d9cb9;
  font-size: 22px;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.slick-arrow:hover {
  color: #505666;
  background-color: #fff;
}
.about-nav {
  border-radius: 35px;
  border: 1px solid #bb1a0d;
  display: inline-block;
  margin: 0 auto 4rem;
}
.about-nav button,
.about-nav a {
  border-radius: 35px;
  display: inline-block;
  font-size: 1.8rem;
  letter-spacing: 1.35px;
  color: #b60c0c;
  font-weight: 700;
  border: 0;
  background: transparent;
  transition: 0.4s;
}
.about-nav button span,
.about-nav a span {
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  padding: 5px 3rem;
  height: 7rem;
}
.about-img,
.price {
  display: -ms-flexbox;
}
.about-nav button.active,
.about-nav button:hover,
.about-nav a.active,
.about-nav a:hover {
  background: #bb1a0d;
  color: #fff;
}
.about-img__item,
.gallery-item,
.price-item {
  background-color: #fff;
}
.about-img {
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: center;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.about-img__item {
  width: 49%;
  box-shadow: 0 14px 28px rgba(9, 42, 91, 0.2);
  border-radius: 3px;
  line-height: 0;
}
.about-img__item img {
  width: 100%;
}
.about-bot {
  padding-top: 5rem;
  font-size: 1.7rem;
  font-weight: 300;
  letter-spacing: 0.42px;
  color: #585f70;
  line-height: 1.3;
}
.about-bot .btn_st {
  margin: 3rem auto 0;
}
.js-tab-item {
  display: none;
}
.js-tab-item.active {
  display: block;
}
.section-training {
  padding: 9rem 0;
}
.dark_section .title-section,
.dark_section .title-section__main {
  color: #fff;
}
.price {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.price-item {
  box-shadow: 0 0 98px rgba(208, 208, 208, 0.35);
  border-radius: 3px;
  width: 32%;
  font-size: 15px;
  margin-top: 3rem;
  transition: 0.4s;
}
.price-item:nth-child(2) {
  margin-top: 0;
  padding: 3rem 0;
}
.price-item__top {
  height: 13.5rem;
  padding: 10px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.price-item__title {
  color: #293146;
  font-size: 2.2rem;
  letter-spacing: 1.65px;
  line-height: 1.3;
}
.price-item__title span {
  color: #5c8fdb;
  transition: 0.4s;
}
.price-item__content {
  border-top: 1px solid #e8e8e8;
  padding: 4.5rem 4rem 16rem;
  position: relative;
}
.price-item__content .btn_st {
  position: absolute;
  left: 4rem;
  right: 4rem;
  bottom: 5rem;
  width: auto;
}
.price-item__content > ul li {
  padding-left: 2.5rem;
  position: relative;
  margin-bottom: 2.5rem;
  color: #585f70;
  font-weight: 300;
  line-height: 1.3;
}
.price-item__content > ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  background: #b9140d;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.price-item__content > ul li strong {
  font-weight: 400;
  letter-spacing: 1.12px;
  color: #293146;
}
.price-item__description {
  background-color: #f8f9fc;
  padding: 1.5rem 2rem;
  letter-spacing: 1.13px;
  font-weight: 300;
  line-height: 1.3;
  color: #585f70;
  font-style: italic;
}
.price-item:hover {
  box-shadow: 0 14px 28px rgba(9, 42, 91, 0.2);
}
.price-item:hover .price-item__title span {
  color: #b9150d;
}
.gallery-group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.gallery-group__slider {
  width: 60%;
  white-space: nowrap;
}
.gallery-text {
  width: 35%;
}
.gallery-text .btn_st {
  margin-top: 6rem;
}
.gallery-slider {
  width: 120rem;
}
.gallery-slider .slick-slide {
  padding: 10px;
}
.gallery-slider-full {
  margin: 0 -10px;
}
.gallery-slider-full .slick-slide {
  padding: 10px;
  height: auto;
}
/*.gallery-slider-full .slick-list {
	overflow: visible;
}*/

.gallery-slider-full.slick-slider .slick-arrow.slick-next {
  right: -6.5rem;
}
.gallery-slider-full.slick-slider .slick-arrow.slick-prev {
  left: -6.5rem;
}

.gallery-item {
  box-shadow: 0 5px 10px rgba(9, 42, 91, 0.2);
  border-radius: 3px;
  height: 40rem;
  max-width: 95%;
  display: block;
  line-height: 0;
  position: relative;
  margin: 0 auto;
}
.gallery-item:before,
.tubing-group {
  display: -webkit-flex;
  display: -ms-flexbox;
}
.gallery-item:before {
  content: "\f278";
  width: 7rem;
  height: 7rem;
  background: #c53711;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  border-radius: 50%;
  z-index: 1;
  font-size: 30px;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  transition: 0.4s;
}
.slick-slider .slick-arrow,
.text-group ul:not(.list-icons) li:before {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.corporate-conditions,
.tubing-group {
  -webkit-justify-content: space-between;
}
.corporate-condition-row {
  margin-top: 5rem !important;
}
.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}
.gallery-item:hover img {
  opacity: 0.5;
}
.gallery-item:hover:before {
  opacity: 1;
}
.tubing-text {
  font-size: 1.7rem;
  letter-spacing: 0.42px;
  font-weight: 300;
  color: #585f70;
  line-height: 1.3;
  padding-bottom: 5.5rem;
}
.tubing-group {
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.footer-content,
.tubing-price {
  -webkit-justify-content: flex-start;
}
.tubing-group__item {
  width: 49%;
}
.tubing-title {
  color: #293146;
  font-size: 2.2rem;
  letter-spacing: 1.65px;
  padding-bottom: 3rem;
  line-height: 1.3;
}
.tubing-price {
  box-shadow: 0 0 98px rgba(208, 208, 208, 0.35);
  border: 1px solid #e8e8e8;
  background-color: #fff;
  padding: 1.5rem 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.tubing-price__item {
  padding: 1rem 2rem 1rem 5rem;
  width: 50%;
  position: relative;
}
.tubing-price__item:first-child {
  border-right: 1px solid #e8e8e8;
}
.tubing-price__item i {
  position: absolute;
  color: #5c8fdb;
  font-size: 22px;
  left: 2rem;
  top: 1rem;
}
.tubing-price__title {
  color: #293146;
  line-height: 1.3;
  letter-spacing: 1.12px;
  font-size: 14px;
}
.tubing-price span {
  font-weight: 300;
  letter-spacing: 1.13px;
  color: #585f70;
  display: inline-block;
  padding-top: 5px;
}
.corporate-title {
  font-size: 3rem;
  font-weight: 300;
  color: #293146;
  line-height: 1.3;
  padding-bottom: 3rem;
}
.corporate-conditions {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
  margin-top: 9rem;
}
.corporate-conditions-2 {
  margin-top: 4rem;
}
.footer-bot,
.work-schedule {
  text-align: center;
}
.cc-slider {
  width: 55%;
  margin: -10px;
}
.cc-slider .slick-slide {
  padding: 10px;
}
.cc-slider .slick-slide img {
  width: 100%;
  display: inline-block;
}

.cc-slider_full {
  width: 100% !important;
}
.cc-slider_full .slick-slide {
  min-width: 100% !important;
  flex-shrink: 0;
  box-shadow: none !important;
}
.cc-slider_full .slick-track {
  width: 100% !important;
}

.cc-slider .slick-slide picture {
  min-height: 20px;
  display: block;
}
@media (max-width: 767px) {
  .section-hidden__slider {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% + 20px);
    margin: 0 -10px;
  }
}

.cc-item {
  box-shadow: 0 5px 10px rgba(9, 42, 91, 0.2);
  border-radius: 3px;
  background-color: #fff;
  display: block;
  line-height: 0;
}
/*.cc-info__item-content,.stock-item{
	box-shadow:0 0 98px rgba(208,208,208,.35)
}*/
.cc-info__item-content {
  box-shadow: 0 0 98px rgba(208, 208, 208, 0.35);
  background: #fff;
}
.slick-slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  opacity: 0.7;
  color: #c53711;
}
.slick-slider .slick-arrow.slick-next {
  right: 3rem;
}
.slick-slider .slick-arrow.slick-prev {
  left: 3rem;
}
.cc-text {
  width: 40%;
}
.cc-text__title {
  font-size: 2.2rem;
  color: #293146;
  letter-spacing: 1.65px;
  line-height: 1.3;
  padding-bottom: 3rem;
}
.text-group {
  color: #585f70;
  line-height: 1.3;
}
.text-group small {
  font-size: 0.9em;
}
.text-group strong {
  font-weight: 700;
  color: #293146;
}
.text-group > * {
  margin-bottom: 1.5rem;
}
.text-group > :last-child {
  margin-bottom: 0;
}
.text-group a {
  text-decoration: underline;
}
.text-group a:hover {
  text-decoration: none !important;
  color: #5c8fdb;
}

.link-a {
  text-decoration: underline;
}
.link-a:hover {
  text-decoration: none !important;
  color: #5c8fdb;
}

.text-group ul:not(.list-icons) li {
  padding-left: 1.5rem;
  position: relative;
  margin-bottom: 1.5rem;
}
.text-group ul:not(.list-icons) li:last-child {
  margin-bottom: 0;
}
.text-group ul:not(.list-icons) li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #585f70;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}
.footer-contact__item i,
.text-group ol li:before {
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.text-group ol li {
  position: relative;
  padding-left: 5rem;
  margin-bottom: 1.5rem;
}
.text-group ol li:last-child {
  margin-bottom: 0;
}
.text-group ol li:before {
  counter-increment: counter;
  content: counter(counter, decimal-leading-zero) " —";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 700;
  color: #b60c0c;
}
.text-group h1,
.text-group h2 {
  color: #293146;
  font-weight: 700;
  letter-spacing: 1px;
}
.text-group h1 {
  font-size: 4rem;
}
.text-group h2 {
  font-size: 3.5rem;
}
.text-group h3 {
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 3rem;
  color: #293146;
}
.text-group h4,
.text-group h5,
.text-group h6 {
  letter-spacing: 1.65px;
  color: #293146;
  font-weight: 700;
  text-transform: uppercase;
}
.text-group h4 {
  font-size: 2.2rem;
}
.text-group h5 {
  font-size: 1.8rem;
}
.text-group h6 {
  font-size: 1.6rem;
}
.text-group blockquote {
  border-left: 1px solid #b60c0c;
  padding: 1rem 5rem;
  position: relative;
  font-weight: 600;
  font-style: italic;
  color: #001933;
  font-size: 2rem;
}
.text-group blockquote:before {
  content: "";
  position: absolute;
  width: 4.4rem;
  height: 4.4rem;
  right: 0;
  top: 0;
  background: url(../img/quote.png) top center no-repeat;
  background-size: 100%;
}
.text-group img {
  width: 22px;
  vertical-align: middle;
}

.cc-info {
  padding-top: 3rem;
}
.cc-info__item {
  margin-bottom: 2rem;
  line-height: 1.3;
}
.cc-info__item-title {
  position: relative;
  padding-left: 1.5rem;
  text-decoration: underline;
  color: #293146;
  font-weight: 300;
  letter-spacing: 0.42px;
  cursor: pointer;
  transition: 0.4s;
}
.cc-info__item-title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 5px;
  height: 5px;
  background-color: #5c8fdb;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cc-info__item-title.active,
.cc-info__item-title:hover {
  text-decoration: none;
  color: #5c8fdb;
}
.as__item-description a:hover,
.text-logo a {
  text-decoration: underline;
}
.cc-info__item-content {
  border: 1px solid #e8e8e8;
  background-color: #fff;
  padding: 2rem;
  margin-top: 1.5rem;
  display: none;
}
.cc-info__item-content ul li {
  color: #293146;
  letter-spacing: 1.12px;
  position: relative;
  padding-left: 4rem;
  margin-bottom: 2rem;
}
.cc-info__item-content ul li:last-child {
  margin-bottom: 0;
}
.cc-info__item-content ul li:before {
  counter-increment: counter;
  content: counter(counter, decimal-leading-zero) "-";
  position: absolute;
  left: 0;
  top: 0;
  letter-spacing: 1.13px;
  font-weight: 700;
  color: #b60c0c;
}
.as__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 6rem;
}
.as__item:last-child {
  margin-bottom: 0;
}
.as__item-media {
  width: 43%;
  box-shadow: 0 14px 28px rgba(9, 42, 91, 0.2);
  border-radius: 3px;
  line-height: 0;
}
.as__item-media img {
  width: 100%;
}
.as__item-description {
  width: 50%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
.as__item-description a {
  text-transform: uppercase;
  color: #bb1a0d;
  font-weight: 700;
  letter-spacing: 1.13px;
  display: inline-block;
  margin-top: 3rem;
}
.footer-content,
.social {
  display: -webkit-flex;
  display: -ms-flexbox;
}
.as__item-title {
  font-size: 2.2rem;
  color: #585f70;
  letter-spacing: 0.55px;
  text-transform: uppercase;
  line-height: 1.3;
  padding-bottom: 3rem;
}
.as__item-title strong {
  color: #293146;
}
.as__item:nth-child(2n) {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.footer {
  background-color: #072877;
  /*	margin-top:60px*/
}
.footer-content {
  padding: 4.5rem 0 3rem;
  color: #fff;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 -1.5rem;
}
.footer-content__item {
  width: calc(20% - 3rem);
  margin: 0 1.5rem 1.5rem;
}
.footer-content__item-title {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 15px;
  padding-bottom: 2rem;
}
.footer-content__item-name {
  font-size: 15px;
  padding-bottom: 2rem;
  padding-top: 2rem;
  font-weight: 300;
  color: #dcdfe6;
}
.footer-nav li {
  padding-bottom: 1.5rem;
  color: #dcdfe6;
  letter-spacing: 0.38px;
}
.footer-nav li:last-child {
  margin-bottom: 0;
}
.footer-nav li a:hover {
  color: #5c8fdb;
}
.footer-bot {
  padding: 2rem 0;
  font-size: 14px;
  color: #445a8f;
  font-weight: 300;
  border-top: 1px solid #1a3982;
}
.footer-logo {
  width: 20.6rem;
  height: 7.9rem;
  max-width: 100%;
  display: block;
}
.text-logo {
  padding-top: 3rem;
  color: #dcdfe6;
  line-height: 1.3;
  font-weight: 300;
}
.text-logo a {
  color: #5c8fdb;
}
.text-logo a:hover {
  text-decoration: none;
}
.footer-adr__item {
  margin-bottom: 2rem;
  line-height: 1.3;
  color: #dcdfe6;
  font-size: 14px;
}
.footer-adr__item:last-child {
  margin-bottom: 0;
}
.footer-adr__item-title {
  text-transform: uppercase;
  padding-bottom: 1rem;
}
.footer-adr__item a {
  font-weight: 300;
  text-decoration: underline;
}
.footer-adr__item a:hover {
  color: #fff;
  text-decoration: none;
}
.footer-contact__item a:hover {
  text-decoration: underline;
}
.footer-contact__item {
  position: relative;
  padding-left: 3.5rem;
  margin-bottom: 2rem;
  letter-spacing: 0.45px;
}
.footer-contact__item:last-child {
  margin-bottom: 0;
}
.footer-contact__item i {
  font-size: 1.8rem;
  letter-spacing: 0.45px;
  color: #5c8fdb;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.footer-contact + * {
  margin-top: 2.5rem;
}
.social {
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.social a {
  width: 4rem;
  height: 4rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  color: #fff;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  font-size: 16px;
}
.social a:hover {
  background: rgba(255, 255, 255, 0.5);
  border-color: transparent;
}

.btn_header {
  width: 5rem;
  height: 5rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  color: #fff;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  font-size: 16px;
  background: transparent;
  transition: 0.4s;
}
.btn_header:hover {
  background: rgba(255, 255, 255, 0.5);
  border-color: transparent;
}
.btn_header__ic {
  width: 2.2rem;
}

.social li {
  padding: 0 1rem 1rem 0;
}
.social_head li {
  padding: 0;
}
.social_head a {
  width: 5rem;
  height: 5rem;
}
.form-consent a,
.more-link:hover {
  text-decoration: underline;
}
.form-group-wrap .form-group {
  position: relative;
  margin-bottom: 1rem;
}
.form-group-wrap .form-group i {
  position: absolute;
  left: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #c53711;
  font-size: 2rem;
  z-index: 1;
}
.form-group-wrap .selectric {
  border: 1px solid #e6eaeb;
  background-color: #fff;
  border-radius: 30px;
}
.form-group-wrap .selectric .label {
  height: 6rem;
  line-height: 6rem;
  padding-left: 5rem;
}
.form-group-wrap + .btn_st {
  width: 100%;
  margin-top: 3rem;
}
.form-group-wrap .selectric-open + i {
  z-index: 11000;
}
.input_st {
  height: 6rem;
  border-radius: 30px;
  border: 1px solid #e6eaeb;
  background-color: #fff;
  width: 100%;
  padding: 0 5px 0 6rem;
  color: #333;
  font-size: 1.62rem;
  letter-spacing: 0.4px;
  font-family: Helvetica;
  line-height: 4em;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
}
.input_st::-webkit-input-placeholder {
  color: #c9cbd6;
}
.input_st:-ms-input-placeholder {
  color: #c9cbd6;
}
.input_st::placeholder {
  color: #c9cbd6;
}
.input_st.error {
  border-color: red !important;
}
.fancybox-content {
  overflow: visible;
}
.service-info,
.service-info__item {
  display: -webkit-flex;
  display: -ms-flexbox;
}
.mar_top_40 {
  margin-top: 4rem;
}
sup {
  font-size: 60%;
  vertical-align: super;
}
.service-info {
  padding: 1.5rem;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  border: 1px solid #e8e8e8;
  background-color: #f8f9fc;
}
.service-info__item {
  width: 33.333%;
  height: 6.6rem;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1rem;
  color: #585f70;
  letter-spacing: 1.2px;
  font-weight: 300;
  border-right: 1px solid #eeeff4;
}
.more-link,
.price-item__total {
  letter-spacing: 1.13px;
  text-transform: uppercase;
}
.service-info__item:nth-child(3n) {
  border-right: 0;
}
.service-info__item i {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: #5c8fdb;
  font-size: 2.6rem;
  margin-right: 1.5rem;
}
.daterangepicker.show-calendar .drp-buttons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.tog_nav {
  width: 5rem;
  height: 5rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  display: none;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 1rem;
  cursor: pointer;
}
.stock,
.work-schedule__form {
  -webkit-justify-content: space-between;
  align-items: center;
}
.tog_nav span {
  width: 18px;
  height: 14px;
  display: block;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: relative;
  transition: 0.4s;
}
.tog_nav span:after,
.tog_nav span:before {
  content: "";
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: 0.4s;
}
.tog_nav.active span {
  border-color: transparent;
}
.tog_nav.active span:after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.tog_nav.active span:before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.price-item__total {
  text-align: center;
  margin-top: 2.5rem;
  font-size: 15px;
  opacity: 0;
}
.mobile-app__link,
.more-link {
  margin-top: 3rem;
}
.price-item__total strong {
  font-size: 2.2rem;
  color: #c53711;
}
.price-item__total.active {
  opacity: 1;
}
.more-link {
  color: #bb1a0d;
  font-weight: 700;
  display: inline-block;
}
.news,
.stock {
  display: -webkit-flex;
  display: -ms-flexbox;
}
.stock {
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

/*//////////////
// stock-item
//////////////*/
.stock-item {
  border-radius: 3px;
  background-color: #fff;
  transition: 0.4s;
  text-align: left;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.stock-item .more-link {
  margin-top: auto;
  padding-top: 3rem;
}
.stock-item__img {
  height: 28.5rem;
}
.stock-item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.stock-item__content {
  padding: 2.5rem 3rem 2.5rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.stock-item__title {
  font-size: 2.2rem;
  text-transform: uppercase;
  letter-spacing: 1.08px;
  line-height: 1.3;
  color: #293146;
  font-weight: 500;
}
.stock-item__title:hover {
  text-decoration: underline;
}
.stock-item__text {
  letter-spacing: 1.03px;
  color: #585f70;
  font-size: 1.5rem;
  line-height: 1.3;
  margin-top: 1.5rem;
}
@media (max-width: 1199px) {
  .stock-item__content {
    padding: 2rem;
  }
  .stock-item__title {
    font-size: 1.8rem;
  }
  .stock-item__img {
    height: 25rem;
  }
}
@media (max-width: 1023px) {
  .stock-item__text {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .stock-item__img {
    height: 28.5rem;
  }
}
@media (max-width: 860px) {
  .stock-item__title {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .stock-item {
    max-width: 100%;
    margin: 0 auto;
  }
  .stock-item__img {
    height: 23rem;
  }
}
@media (max-width: 660px) {
  .stock-item__img {
    height: 28.5rem;
  }
}
@media (max-width: 530px) {
  .stock-item__img {
    height: 22rem;
  }
}
/*//////////////
// stock-item end
//////////////*/

/*.stock-item:hover{
	box-shadow:0 14px 28px rgba(9,42,91,.2)
}*/
.publish-date {
  color: #585f70;
  font-size: 12px;
  letter-spacing: 0.83px;
}
.publish-date i {
  font-size: 13px;
  margin-right: 1.5rem;
  color: #c53711;
}
.news {
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0 -1rem;
}
.news-item {
  width: calc(33.333% - 2rem);
  margin: 0 1rem 3rem;
  padding-bottom: 2.5rem;
}
.news-item__img {
  border-radius: 3px 3px 0 0;
  background-color: #dbdbdb;
  overflow: hidden;
  height: 28.5rem;
  margin-bottom: 2.5rem;
}
.news-item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-item__title {
  font-size: 2rem;
  margin-bottom: 1.5rem;
  color: #293146;
  letter-spacing: 1.65px;
  line-height: 1.3;
}
.section-work-schedule {
  padding: 9rem 0;
}
.work-schedule .about-nav {
  background: #fff;
}
.work-schedule__form {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.work-schedule__form .form-group-wrap {
  width: 30%;
}
.form-group-maps {
  margin-top: 40px;
}
.form-group-text {
  margin-top: 4rem;
}
.work-schedule__info {
  width: 62%;
  box-shadow: 0 0 98px rgba(208, 208, 208, 0.35);
  border-radius: 40px;
  border: 1px solid #e8e8e8;
  background-color: #fff;
  overflow: hidden;
}
.work-schedule__info-top {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  background: #f8f9fc;
}
.work-schedule__info-title {
  height: 7rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.5rem;
  text-transform: uppercase;
  width: 33.33%;
}
.work-schedule__info-title:first-child {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-left: 7rem;
}
.work-schedule__list {
  overflow: auto;
  max-height: 37.4rem;
}
.work-schedule__list-row {
  border-top: 1px solid #e8e8e8;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.work-schedule__list-row-item {
  width: 33.333%;
  padding: 10px;
  height: 9rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  line-height: 1.3;
  color: #293146;
}
.work-schedule__list-row-item:first-child {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  padding-left: 7rem;
  text-align: left;
}
.work-schedule__list-row-item.not-active {
  color: #c9cbd6;
}
.mCSB_scrollTools .mCSB_draggerRail {
  width: 12px;
  border-radius: 6px;
  background-color: #f8f9fc;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px;
  border-radius: 4px;
  background-color: #e8e8e8 !important;
}
.mCSB_inside > .mCSB_container {
  margin-right: 15px;
}
.transport-tab {
  text-align: center;
}
.transport-tab__table {
  max-width: 100rem;
  margin: 0 auto;
}
.transport-tab__table-descript {
  margin: 0 auto;
  margin-bottom: 3rem;
  font-size: 2rem;
  max-width: 74rem;
}

.table-light th {
  padding-bottom: 1.8rem;
  font-size: 2.2rem;
  font-weight: 500;
}
.table-light td {
  width: 50%;
}
.table-light tfoot td {
  padding-top: 1rem;
  text-align: left;
}

.transport-car {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.transport-car__media {
  box-shadow: 0 14px 28px rgba(9, 42, 91, 0.2);
  border-radius: 3px;
  overflow: hidden;
  line-height: 0;
  width: 40%;
}
.transport-car__media img {
  width: 100%;
}
.transport-car__info {
  width: 50%;
  text-align: left;
}
.transport-car__info-item {
  border-bottom: 1px solid #e8e8e8;
  margin-top: -1px;
}
.transport-car__info-item-title {
  border-top: 1px solid #e8e8e8;
  text-transform: uppercase;
  padding: 2.5rem 5rem 2.5rem 0;
  font-weight: 700;
  font-size: 1.8rem;
  color: #293146;
  position: relative;
  cursor: pointer;
}
.transport-car__info-item-title:before {
  content: "\f2f9";
  width: 4rem;
  height: 4rem;
  background-image: linear-gradient(39deg, #c53711 0, #b60c0c 100%);
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  color: #fff;
  font-size: 25px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  transition: 0.4s;
}
.transport-car__info-item-title.active:before {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.mobile-app__list-item span img,
.scroll_top i {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.transport-car__info-item-content {
  padding: 1rem 4rem 2.5rem 0;
  display: none;
}
.mobile-app,
.transport-train__group {
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
}
.work-schedule__info iframe {
  padding: 15px;
  height: 380px;
  width: 100%;
}
.transport-train__title {
  color: #585f70;
  font-size: 2.2rem;
  font-weight: 700;
  padding-bottom: 4rem;
}
.transport-train__group {
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.transport-train__schedule {
  width: 58%;
}
.transport-train__media {
  width: 34%;
  text-align: left;
}
.transport-schedule,
.transport-schedule .work-schedule__info,
.transport-train__media-img,
.transport-train__media-img img {
  width: 100%;
}
.article-img,
.calculate-tab,
.mobile-app__link,
.webcams {
  text-align: center;
}
.transport-train__media-title {
  color: #293146;
  margin-bottom: 3rem;
  line-height: 1.2;
}
.mobile-app__media,
.transport-train__media-img {
  box-shadow: 0 14px 28px rgba(9, 42, 91, 0.2);
  border-radius: 3px;
  overflow: hidden;
  line-height: 0;
}
.transport-schedule .work-schedule__info-title {
  width: 25%;
  padding: 1rem 2rem !important;
}
.transport-schedule .work-schedule__list-row-item {
  padding: 10px;
  width: 25%;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.transport-schedule .work-schedule__list-row-item strong {
  display: block;
  width: 100%;
}
.transport-schedule .work-schedule__list-row-item span {
  font-size: 11px;
  color: #c9cbd6;
}
.transport-schedule .work-schedule__list-row-item:first-child {
  padding-left: 2rem !important;
}
.mobile-app {
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.mobile-app__media {
  width: 43%;
}
.mobile-app__media img {
  width: 100%;
}
.mobile-app__info {
  width: 50%;
}
.mobile-app__list-item {
  margin-bottom: 1.5rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.7rem;
  letter-spacing: 0.42px;
  line-height: 1.3;
}
.calculate-item__text,
.checked-item,
.info-point span {
  font-weight: 300;
  letter-spacing: 1.13px;
}
.mobile-app__list-item p {
  width: calc(100% - 8.4rem);
  padding-left: 1.5rem;
}
.mobile-app__list-item span {
  width: 8.4rem;
  height: 8.4rem;
  border: 1px solid #e6eaeb;
  background-color: #f8f9fc;
  border-radius: 50%;
  position: relative;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.article-gallery,
.calculate-item {
  -webkit-justify-content: space-between;
}
.mobile-app__list-item span img {
  width: 4.2rem;
  height: 4.2rem;
  position: absolute;
  transform: translate(-50%, -50%);
}
.mobile-app__link a {
  width: 19.9rem;
  height: 6rem;
  margin-right: 2rem;
  display: inline-block;
}
.mobile-app__link a:last-child {
  margin-right: 0;
}
.webcams-content__wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}

/*//////////////
// webcams-content
//////////////*/

.webcams-content__video {
  flex: 1 0 calc((100% - 1rem) / 2);
}

.webcams-content__video iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 1.25;
}

@media (max-width: 820px) {
  .webcams-content__video {
    flex: 1 0 calc((100% - 1rem) / 2);
  }
}

@media (max-width: 530px) {
  .webcams-content__video {
    flex: 0 0 100%;
  }
}

/*//////////////
// webcams-content end
//////////////*/

.scroll_top {
  width: 5rem;
  height: 5rem;
  background-color: #5c8fdb;
  position: fixed;
  right: 5rem;
  bottom: 17rem;
  color: #fff;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.4s;
  display: none;
  z-index: 1;
}
.article-gallery,
.calculate-top {
  display: -webkit-flex;
  display: -ms-flexbox;
}
.scroll_top i {
  font-size: 20px;
  position: absolute;
  transform: translate(-50%, -50%);
}
.scroll_top:hover {
  background: #c53711;
}
.section-article {
  padding: 6rem 0;
}
.article-img {
  line-height: 0;
  margin-bottom: 5rem;
}
.article-text {
  width: 902px;
  max-width: 100%;
  margin: 0 auto 3rem;
}
.article-gallery {
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.article-gallery + * {
  margin-top: 3rem;
}
.article-gallery .gallery-group__slider {
  width: 86%;
}
.article-gallery .gallery-slider {
  width: 100%;
}
.article-gallery .gallery-text {
  width: 24%;
}
.article-gallery .gallery-text .slider-nav {
  float: right;
}
.section-news {
  padding: 5rem 0;
}
.section-calculate {
  padding: 9rem 0;
}
.calculate-tab {
  padding: 5rem;
  box-shadow: 0 0 98px rgba(208, 208, 208, 0.35);
  border-radius: 3px;
  background-color: #fff;
}
.calculate-content {
  width: 902px;
  max-width: 100%;
  margin: 0 auto;
}
.calculate-content .btn_st {
  margin: 0 auto;
}
.calculate-top {
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #e8e8e8;
}
.calculate-top__item {
  width: 25%;
  border-right: 1px solid #e8e8e8;
  padding-left: 3%;
}
.calculate-top__item:first-child {
  padding-left: 0;
}
.calculate-top__item:last-child {
  border-right: 0;
}
.summ-calc.is-loading {
  opacity: 0.7;
}
.checked-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  font-size: 1.5rem;
  margin-bottom: 1.2rem;
  cursor: pointer;
  text-align: left;
}
.checked-item:last-child {
  margin-bottom: 0;
}
.checked-item > span {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.checked-item i {
  font-style: normal;
}
.checked_st + span {
  width: 26px;
  height: 26px;
  border-radius: 4px;
  margin-right: 1.5rem;
  border: 1px solid #e9e9e9;
  position: relative;
  display: block;
}
.checked_st + span:before {
  content: "\f26b";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 2rem;
  color: #fff;
  opacity: 0;
}
.info-point span:before,
.irs-line:before {
  content: "";
}
.info-point span,
.irs-grid-text {
  font-size: 1.5rem;
}
.checked_st:checked + span {
  background: #5c8fdb;
  border-color: #5c8fdb !important;
}
.checked_st:checked + span:before {
  opacity: 1;
}
.checked_st:disabled + span {
  background: #d2d0d0;
  border-color: #d2d0d0 !important;
}
.checked_st[type="radio"] + span {
  border-radius: 50%;
}
.checked_st[type="radio"] + span:before {
  content: "";
  height: 14px;
  width: 14px;
  background: #5c8fdb;
  border-radius: 50%;
}
.checked_st[type="radio"]:checked + span {
  background: 0 0;
}
.info-point {
  position: relative;
  display: inline-block;
}
.info-point i {
  color: #5c8fdb;
}
.info-point span {
  position: absolute;
  bottom: calc(100% + 20px);
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 0 199px rgba(78, 135, 187, 0.25);
  border-radius: 30px;
  background-color: #fff;
  width: 27rem;
  padding: 2.5rem;
  text-transform: none;
  text-align: left;
  line-height: 1.3;
  transition: 0.4s;
  opacity: 0;
}
.info-point span:before {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 10px 0;
  border-color: #fff transparent transparent;
}
.calculate-item,
.calculate-total,
.checked-set__main,
.menu-item__content {
  border-bottom: 1px solid #e8e8e8;
}
.info-point:hover span {
  opacity: 1;
}
.calculate-item {
  padding: 2.5rem 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.calculate-item__text {
  text-align: left;
  text-transform: uppercase;
  font-size: 1.5rem;
  width: 40%;
  border-right: 1px solid #e8e8e8;
}
.calculate-item__choice {
  width: 55%;
  text-align: left;
}
.irs--flat .irs-line {
  height: 5px;
  border-radius: 3px;
}
.irs--flat .irs-bar {
  height: 5px;
  background: #5b8fd9;
}
.irs--flat .irs-handle {
  width: 26px;
  height: 26px;
  box-shadow: 0 14px 28px rgba(9, 42, 91, 0.2);
  border-radius: 13px;
  border: 1px solid #e8e8e8;
  background-color: #fff;
  top: 13px;
}
.irs-line {
  overflow: visible;
}
.irs-line:before {
  position: absolute;
  height: 30px;
  left: 0;
  top: 10px;
  width: 100%;
  opacity: 0;
  z-index: 2;
}
.irs--flat .irs-handle > i:first-child {
  width: 14px;
  height: 14px;
  border-radius: 7px;
  background-color: #5c8fdb !important;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
}
.irs--flat .irs-grid-text {
  color: #293146;
}
.irs--flat.irs-with-grid {
  margin-top: -1.5rem;
}
.checked-set__main {
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
}
.set_2 {
  display: none;
}
.calculate-total,
.form-consent {
  display: -webkit-flex;
  display: -ms-flexbox;
  padding: 2.5rem 0;
}
.calculate-total {
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.calculate-total__text {
  font-size: 1.8rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1.35px;
}
.calculate-total__price {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 1.5rem;
  color: #b01819;
}
.calculate-total__price strong {
  font-size: 2.5rem;
}
.form-consent {
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #585f70;
  font-size: 1.5rem;
  text-align: left;
}
.menu-item__content,
.menu-item__info {
  display: -webkit-flex;
  display: -ms-flexbox;
}
.form-consent label {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  margin-right: 1.5rem;
}
.form-consent label span {
  margin-right: 0;
}
.form-consent a {
  color: #5c8fdb;
}
.form-consent a:hover {
  text-decoration: none;
}
.menu-item__content {
  padding: 3rem 0;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.menu-item:first-child {
  border-top: 1px solid #e8e8e8;
}
.menu-item__img {
  height: 24.5rem;
  width: 41%;
  line-height: 0;
}
.menu-item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.menu-item__info {
  width: 55%;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.menu-item__info-top {
  position: relative;
  padding-right: 9rem;
}
.menu-item__info-bot {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  letter-spacing: 1.13px;
  font-weight: 300;
  color: #293146;
}
.menu-item__tile {
  text-transform: uppercase;
  font-size: 2.2rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
}
.menu-item__text {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.3;
}
.menu-item__weight {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 2.2rem;
  font-weight: 300;
}
.menu-item__price {
  color: #b01819;
  margin-right: 1.5rem;
  text-transform: uppercase;
}
.menu-item__price strong {
  font-size: 2.5rem;
}
@media (min-width: 992px) {
  .advantage-item:last-child,
  .advantage-item:nth-child(4n) {
    border: 0;
  }
}
@media (max-width: 991px) and (min-width: 767px) {
  .advantage-item:last-child,
  .advantage-item:nth-child(3n) {
    border: 0;
  }
}
.hidden-block_invisible {
  display: none;
  transition: 0s;
}
.work-schedule__not-found {
  line-height: 85px;
  font-size: 18px;
}

.cc-text__title_2 {
  padding-bottom: 0;
  max-width: 408px;
}
.cc-sub-text {
  text-transform: uppercase;
  font-size: 1.4rem;
  margin-top: 0.6rem;
}
.text-group-bold {
  margin-top: 3rem;
  line-height: 1.3;
}
.cc-info__bt-mar {
  margin-bottom: 0.6rem;
}
.hide-rules {
  display: none;
}
.title-rules {
  cursor: pointer;
}
.title-rules:before {
  content: "";
  width: 1.4em;
  height: 1.4em;
  margin-left: 10px;
  float: right;
  background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23454d61%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23454d61%22%20width%3D%221%22%20height%3D%2213%22%20x%3D%226%22%20y%3D%220%22%20%2F%3E%0A%3C%2Fsvg%3E);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin-top: -1px;
}
.title-rules.open:before {
  background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23454d61%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%3C%2Fsvg%3E);
}
.hide-rules p {
  padding-bottom: 0.8rem;
}
.cc-info__descript {
  margin-top: 5px;
  font-weight: normal;
}
.cc-info__descript p {
  margin-bottom: 10px;
}
.cc-info__descript p:nth-last-child(1) {
  margin-bottom: 0;
}
.cc-info__descript2 {
  margin-top: 2rem;
}
.cc-info__descript2 p {
  margin-bottom: 10px;
}
.cc-info__descript2 p:nth-last-child(1) {
  margin-bottom: 0;
}
.cc-info__tit {
  font-weight: 500;
}
.cc-info_2 .cc-info__item-content ul li:before {
  background: transparent;
}

.cc-info_dop-cat {
  margin-bottom: 1.5rem;
  font-style: italic;
  color: #8f9bb5;
}

@media (max-width: 1361px) {
  .cc-info__descript2 {
    margin-top: 1.5rem;
  }
}
@media (max-width: 1400px) {
  .cc-sub-text {
    font-size: 1.3rem;
  }
  .cc-text__title_2 {
    max-width: 335px;
  }
}

@media (max-width: 860px) {
  .corporate-conditions-2 {
    margin-top: 0 !important;
  }
  .text-group-bold {
    margin-top: 2rem;
  }
}

.cc-link-pdf {
  text-decoration: underline;
}
.cc-link-pdf:hover {
  text-decoration: none;
}
.btn_center_two_btn a:nth-child(1) {
  margin-right: 25px;
}

@media (max-width: 1019px) {
  .btn_center_two_btn {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .btn_center_two_btn a:nth-child(1) {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

.type-mail {
  font-size: 14px;
  margin-bottom: 10px;
}

@media (max-width: 1486px) {
  .type-mail {
    font-size: 12px;
    margin-bottom: 8px;
  }
}

.text-group-tubbing {
  margin-top: 1.2rem;
}
@media (max-width: 767px) {
  .text-group-tubbing {
    margin-top: 0.6rem;
  }
}

.main-main {
  position: relative;
}

.section-tubing {
  overflow: hidden;
}
.section-video__wrap {
  display: flex;
}
.section-video__item:nth-child(1) {
  margin-right: 20px;
}
.section-video__item {
  flex: 0 1 50%;
  position: relative;
}
.section-video__item:before {
  content: "";
  padding-top: 56%;
  display: block;
}
.section-video__item video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.section-video__preloader {
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  z-index: 2;
  background: #ccc;
  cursor: pointer;
}
.section-video__image {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 3;
}
.section-video__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
  background: #fff;
  border-radius: 100%;
  width: 7rem;
  height: 7rem;
  box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
  transition: 0.2s;
}
.section-video__play svg {
  width: 88%;
}
.section-video__play path {
  transition: 0.2s;
}

.section-video__preloader:hover .section-video__play {
  background: #bb1a0d;
}
.section-video__preloader:hover .section-video__play path {
  fill: #fff;
}

@media (max-width: 767px) {
  .section-video__item:nth-child(1) {
    margin-right: 14px;
  }
}
@media (max-width: 530px) {
  .section-video__wrap {
    flex-wrap: wrap;
  }
  .section-video__item {
    flex: 0 0 100%;
  }
  .section-video__item:nth-child(1) {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.section-corporate-holidays .corporate-conditions {
  margin-top: 0 !important;
  flex-direction: row-reverse;
}

.item-slideUpDown {
  display: none;
}

.more-slideUpDown {
  margin-top: 3rem;
}
.more-slideUpDown.min-margin {
  margin-top: 1.8rem;
}
.more-slideUpDown.active {
  margin-top: 1.5rem;
}

.tour-3d {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 4rem;
  gap: 2rem;
  row-gap: 1rem;
}
.tour-3d a {
  background: #fff;
  color: #000;
  text-align: center;
  font-weight: 500;
  font-size: 2.3rem;
  padding: 2.5rem 4rem;
  transition: 0.4s;
  box-shadow: 0 0 98px rgb(208 208 208 / 40%);
}
.tour-3d a:hover {
  background: #bb1a0d;
  color: #fff;
}
/*.tour-3d__button_indent {
	margin-left: 1rem;
}*/

@media (max-width: 1200px) {
  .tour-3d a {
    font-size: 2.4rem;
    padding: 2.5rem 4rem;
  }
}

@media (max-width: 767px) {
  .tour-3d {
    margin-top: 3.5rem;
  }
  .tour-3d a {
    padding: 2.3rem 4rem;
  }
}

.tour-3d__border {
  display: inline-flex;
  border-radius: 40px;
}

.tour-3d-corp a {
  border-radius: 40px;
  padding: 2.1rem 5rem;
}

.tour-3d-corp {
  margin-top: 2.3rem;
  margin-bottom: 2rem;
  flex-direction: column;
}
.tour-3d-corp div {
  margin-bottom: 0.9rem;
  font-weight: 500;
}

.tour-3d-corp-many {
  flex-direction: row;
}
.tour-3d-corp-many a:not(a:first-child) {
  margin-left: 2rem;
}

.tour-3d_flex {
  display: flex;
  flex-direction: row;
}

@media (max-width: 500px) {
  .tour-3d_flex {
    flex-direction: column;
  }
  /*	.tour-3d__button_indent {
		margin-left: 0;
		margin-top: 1rem;
	}*/
}

.corporate-pres {
  font-weight: 700;
  color: #bb1a0d;
  display: inline-block;
  text-transform: uppercase;
  margin-bottom: 3rem;
  margin-top: 1rem;
}
.corporate-pres:hover {
  text-decoration: underline;
}
@media (max-width: 1500px) {
  .corporate-pres {
    margin-top: 0.5rem;
  }
}

.itm2,
.itm3 {
  display: none;
  text-align: left;
}

.calculate-links {
  padding-top: 3rem;
}
.calculate-links li {
  margin-bottom: 2rem;
  line-height: 1.3;
}
.calculate-links li a {
  position: relative;
  padding-left: 1.5rem;
  text-decoration: underline;
  color: #293146;
  font-weight: 300;
  letter-spacing: 0.42px;
  cursor: pointer;
  transition: 0.4s;
}
.calculate-links li a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 5px;
  height: 5px;
  background-color: #5c8fdb;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.calculate-links li a:hover {
  text-decoration: none;
  color: #5c8fdb;
}

.descript-section {
  text-align: center;
  max-width: 1050px;
  margin: 0 auto;
  margin-bottom: 3.8rem;
  margin-top: -1.7rem;
  font-size: 1.8rem;
}

.btn_center-text {
  margin-top: 3rem;
  flex: 0 0 100%;
  font-size: 1.8rem;
}

.btn_center-text div {
  max-width: 763px;
  text-align: center;
  margin: 0 auto;
}

.section-restaurant__main {
  margin-top: -5rem;
}
.section-title__row-name {
  font-weight: 500;
  margin-bottom: 3rem;
  letter-spacing: 0.75px;
  font-size: 3rem;
  text-align: center;
}

.section-hidden__row {
  margin-top: 6rem;
}

.advantage-txt .advantage-item__text {
  padding-top: 0;
  margin-top: 1rem;
}

.advantage-txt .advantage-item__text:before {
  display: none;
}
.advantage-item__title-txt {
  font-size: 3rem;
  color: #c53711;
  font-weight: 600;
}
.advantage-txt .advantage-item:nth-child(2n) .advantage-item__title-txt {
  color: #5c8fdb;
}
@media (max-width: 530px) {
  .advantage-item__title-txt {
    font-size: 2rem;
  }
  .tour-3d-corp-many {
    flex-direction: column;
  }
  .tour-3d-corp-many a:not(a:first-child) {
    margin-left: 0;
    margin-top: 1rem;
  }
}

/*///////////
// service-slider
//////////////*/

.service-slider:not(.slick-initialized) {
  display: flex;
  visibility: hidden;
}
.service-slider:not(.slick-initialized) > div {
  flex-shrink: 0;
  max-width: 100%;
}
.service-slider .slick-slide picture {
  min-height: 20px;
  display: block;
}
.service-slider img {
  width: 100%;
  display: inline-block;
}
.service-slider .slick-slide,
.service-slider .slick-track {
  width: 100%;
}

/*.service-slider picture {
	height: 100%;
}*/

/* .cc-slider .slick-list, 
.service-slider .slick-list {
	height: auto!important;
	min-height: 1px;
} */

/* .service-slider .slick-slide  {
	max-height: 0;
	transition: 0.2s;
	transition: max-height 0.3s ease-out;
}

.service-slider .slick-active {
	max-height: 2000px;
	transition: max-height 0.3s ease-out;
} */

/*///////////
// service-slider end
//////////////*/

.calculate-descript {
  text-align: left;
  margin-top: 4rem;
}
@media (max-width: 530px) {
  .calculate-descript {
    margin-top: 3.2rem;
  }
}

.section-tg__bottom {
  display: flex;
  justify-content: center;
}
.section-tg__button {
  max-width: 38rem;
}
.section-tg__button img {
  width: 3.3rem;
  margin-right: 2.1rem;
}

.dc__more {
  margin-top: 1.2rem;
  margin-bottom: 1rem;
  letter-spacing: 1.13px;
  color: #bb1a0d;
  font-weight: 700;
  background: transparent;
  padding: 0;
  border: 0;
  font-size: 1.6rem;
}
.dc__more:hover {
  text-decoration: underline;
}
.dc__hidden {
  display: none;
}

@media (max-width: 1500px) {
  .dc__more {
    margin-top: 1.1rem;
    font-size: 1.7rem;
  }
}
@media (max-width: 1200px) {
  .dc__more {
    font-size: 1.6rem;
  }
}

.warning-txt {
  text-align: center;
  margin-top: 4.5rem;
}
.warning-txt__content {
  display: inline-block;
  text-align: center;
  padding: 1.3rem 4rem;
  background: #c12d10;
  line-height: 1.35;
  color: #fff;
  font-size: 2rem;
  border-radius: 0.8rem;
}

.section-hotel__nums {
  margin-bottom: 4rem;
  display: flex;
  justify-content: center;
}
.nums {
  display: flex;
  align-items: center;
  box-shadow: 0 0 98px rgb(208 208 208 / 35%);
  border: 1px solid #e8e8e8;
  background: #fff;
  padding: 1.5rem 0;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: center;
  border: 0;
  box-shadow: none;
  padding: 0;
}
.nums__item {
  flex: 1 0 25%;
  position: relative;
  border: 1px solid #e8e8e8;
}
.nums__button {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 1rem 3rem;
  justify-content: center;
  padding: 1rem 2rem;
  background: #fff;
  height: 7.8rem;
  border: 0;
  color: inherit;
}
.nums__tooltip {
  position: absolute;
  bottom: 100%;
  left: 0;
  z-index: 100;
  margin-bottom: 2rem;
  display: none;
}

.nums__item:not(.nums .nums__item:first-child) {
  border-left: 1px solid #e8e8e8;
}
.nums__ic {
  width: 2.8rem;
  flex-shrink: 0;
  margin-right: 1.4rem;
}
.nums__txt {
  font-size: 1.8rem;
  color: inherit;
}

.section-corporate__logo {
  display: flex;
  justify-content: center;
}
.section-corporate__logo-img {
  max-width: 20rem;
  width: 100%;
  margin-bottom: 1.5rem;
  margin-top: 1rem;
  box-shadow: 0 0 98px rgb(208 208 208 / 35%);
}
.form-policy {
  text-align: center;
  margin-top: 3rem;
}
.form-policy-link {
  color: #7c7c7c;
  text-decoration: underline;
  line-height: 1.2;
}
.form-policy-link:hover {
  text-decoration: none;
}

.slick-track {
  display: flex;
}

.weather {
  color: #fff;
  z-index: 30;
  font-size: 1.5rem;
  margin-bottom: 3rem;
  padding-left: 20rem;
}
.weather-name {
  text-transform: uppercase;
  /*margin-bottom: 1.2rem;*/
  font-size: 1.6rem;
}
.weather-temp {
  /*	display: flex;
	align-items: flex-end;*/
  font-size: 3rem;
  font-weight: bold;
}
.weather-temp img {
  height: 28px;
}
.weather-condition {
  font-size: 1.6rem;
  text-transform: lowercase;
}

@media (max-width: 768px) {
  .weather {
    padding-left: 10rem;
  }
}
@media (max-width: 576px) {
  .weather {
    padding-left: 3rem;
  }
}
/*@media(max-width: 860px) {
    .weather {
        font-size: 1.4rem;
        padding: 1rem 1.2rem;
    }
    .weather-temp {
        font-size: 1.6rem;
        margin-bottom: 1rem;
    }
}*/

.weather-src {
  padding-top: 5px;
  font-size: x-small;
  color: #012868;
  /*font-style: italic;*/
}

.footer-app .col-md-6 {
  margin-left: -1.6rem;
}
.footer-hide-btn {
  display: none;
}
.show-more {
  background: transparent;
  border: 0;
  color: #dcdfe6;
  letter-spacing: 0.38px;
  position: relative;
  text-decoration: underline;
  padding-right: 2rem;
}
.show-more:hover {
  text-decoration: none;
}
.show-more:before {
  content: "";
  position: absolute;
  top: 0.6rem;
  right: 0;
  width: 1rem;
  height: 1rem;
  background: url(../img/ar-down.svg) no-repeat;
  background-size: 100% auto;
  background-position: center;
  transition: 0.4s;
}
.show-more_active:before {
  transform: rotate(180deg);
}
.item-instructor.fancybox-content {
  max-width: 500px;
}

.table {
  text-align: left;
}
.table b {
  font-weight: 600;
}
.table__center {
  text-align: center;
}
.table__scroll {
  overflow: auto;
  margin: 0 -15px;
  padding: 0 15px;
  padding-bottom: 1rem;
}
.table__body {
  overflow: hidden;
  border-radius: 1rem;
  min-width: var(--minWidth, 900px);
}
.table__main {
  width: 100%;
  font-size: 1.8rem;
  line-height: 1.2;
  background-color: #29478c;
  background: linear-gradient(
    90deg,
    #3a4f93 15.69%,
    #3888ca 45.6%,
    #cf65a4 79.67%,
    #f39da6 103.84%
  );
}
.table__head {
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
}
.table__small {
  font-size: 1.4rem;
}
.table__clarification {
  display: block;
  font-weight: normal;
  text-transform: initial;
  margin-top: 0.4rem;
  font-size: 1.6rem;
}
.table__clarification-sml {
  display: block;
  font-weight: normal;
  text-transform: initial;
  margin-top: 0.2rem;
  font-size: 1.2rem;
}
.table__b-b {
  border-bottom: 0.1rem solid #fff;
}
.table__b-l {
  border-left: 0.1rem solid #fff;
}
.table__b-r {
  border-right: 0.1rem solid #fff;
}

.table__row td {
  height: 7rem;
}
.table__row {
  background: #fff;
  position: relative;
  transform: translateZ(0);
}

.table:not(.table_no-style-row) .table__row:not(.table__row:nth-child(2n)) {
  background-color: #d8e1ec;
}
.table__row_bg {
  background-color: #d8e1ec;
}
.table_no-style-row td {
  /* border-top: 1px solid #dcdcdc; */
  border-color: #dcdcdc;
}

.table__bottom {
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 1.6rem;
}
.table__main td,
.table__main th {
  vertical-align: middle;
  padding: 1.4rem;
  transform: translateZ(0);
}
.table__price {
  font-size: 1.4rem;
  font-weight: 300;
}
.table__accept {
  width: 2.6rem;
}
.table__cancel {
  width: 1.8rem;
}

.group-columns {
  margin-top: 4.5rem;
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  box-shadow: 0 0 98px rgba(208, 208, 208, 0.35);
  border: 1px solid #e8e8e8;
  background-color: #fff;
  padding: 2rem 0;
  row-gap: 3rem;
  border-radius: 1rem;
}
.group-columns__item {
  flex: 1 0 25%;
  padding: 0 2rem;
  line-height: 1.4;
}
.group-columns__item b {
  font-weight: 600;
}
.group-columns__item:not(.group-columns__item:last-child) {
  border-right: 0.1rem solid #e8e8e8;
}

.banner-section__wrap {
  position: relative;
}
.banner-section__slider {
  cursor: pointer;
}
.banner-section__item img,
.banner-section__item picture {
  width: 100%;
}

.banner-section_inner {
  margin-bottom: 9rem;
}

@media (max-width: 767px) {
  .banner-section_inner {
    margin-bottom: 3rem;
  }
}

.btn-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 4.4rem;
  height: 4.4rem;
  z-index: 30;
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  margin: 0;
}
.btn-close svg {
  width: 2.4rem;
}
.btn-close svg path {
  transition: fill 0.2s ease-out;
}
.btn-close:hover svg path {
  fill: #fff;
}

.arrow-up {
  position: fixed;
  right: 6rem;
  bottom: 15rem;
  z-index: 900;
  display: none;
}
.arrow-up__button {
  box-shadow: 0px 2px 9px 0px rgb(0 0 0 / 20%);
}
.footer {
  position: relative;
  z-index: 1000;
}

/*///////////
// phone-header 
//////////////*/
.tog_nav {
  margin-left: 0;
}
.header-right {
  height: initial;
  flex-wrap: nowrap;
}
.navigation__phone {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.phone-header {
  display: flex;
  align-items: center;
  column-gap: 2rem;
  color: #fff;
}
.phone-header__body {
  display: flex;
  flex-direction: column;
  row-gap: 0.8rem;
}
.phone-header__body_long {
  row-gap: 1.3rem;
}
.phone-header__item {
  transition: 0.4s;
  will-change: opacity;
}
.phone-header__item:hover {
  opacity: 0.7;
}
.phone-header__tel {
  font-weight: 700;
  font-size: 16px;
  text-wrap: nowrap;
}
.phone-header__name {
  font-size: 11px;
  margin-top: 0.2rem;
  text-wrap: nowrap;
}

@media (min-width: 1201px) {
  .navigation__phone {
    display: none;
  }
}
@media (max-width: 1200px) {
  .phone-header__body_mobile-hidden {
    display: none;
  }
}

/*//////////////
//	Title-section
//////////////*/
.title-section__subtitle_small {
  font-size: 2rem;
}

.title-section__buttons {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
  width: 100%;
  margin-top: 2rem;
}

@media (max-width: 1400px) {
  .title-section__subtitle_small {
    font-size: 1.8rem;
  }
}

@media (max-width: 767px) {
  .title-section__subtitle_small {
    font-size: 1.6rem;
  }
}

@media (max-width: 530px) {
  .title-section__buttons {
    row-gap: 1rem;
    margin-top: 1rem;
  }

  .title-section__subtitle_small br {
    display: none;
  }
}

/*//////////////
//	Title-section end
//////////////*/

/*//////////////
//	About nav
//////////////*/

.js-tab-link_blue.active {
  background-color: #072877 !important;
}
.js-tab-link_blue:hover {
  background-color: #072877 !important;
}
.js-tab-link_grey.active {
  background-color: #e1e1e1 !important;
  color: #bb1a0d !important;
}
.js-tab-link_grey:hover {
  background-color: #e1e1e1 !important;
  color: #bb1a0d !important;
}

/*//////////////
//	About nav end
//////////////*/

/*///////////
//	link-image
//////////////*/
.link-image {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 900;
  max-width: 49rem;
  width: 100%;
  display: none;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
  background-color: #fff;
}
.link-image__slider {
  position: relative;
  z-index: 0;
}
.link-image__slide {
  height: 22.6rem;
}
.link-image__img {
  height: auto;
  background-color: #ccc;
}
.link-image__close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
}
.link-image__title {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 1.8rem;
}
.link-image__link {
  margin-top: 2rem;
  font-size: 1.4rem;
}
.link-image__link_no-top {
  margin-top: 0;
}

.link-image .slick-dots {
  position: absolute;
  bottom: 6px;
  left: 50%;
  translate: -50% 0;
  display: flex;
  align-items: center;
  column-gap: 8px;
}
.link-image .slick-dots li {
  display: flex;
}
.link-image .slick-dots button {
  text-indent: -999px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  padding: 0;
  border: 0;
  background-color: #bb1a0d;
  transition: 0.4s ease background-color;
  will-change: background-color;
}
.link-image .slick-dots .slick-active button {
  background-color: #5c8fdb;
}
.link-image__dynamic-item:not(.is-active) {
  display: none;
}

@media (max-width: 568px) {
  .link-image {
    display: none !important;
  }
}

/*///////////
//	link-image end
//////////////*/

/*///////////
//	mobile-call
//////////////*/

.mobile-call {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.mobile-call__info {
  padding: 2rem 1.8rem;
}
.mobile-call__list {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.mobile-call__item {
  display: flex;
  align-items: center;
  column-gap: 1.2rem;
  font-size: 1.4rem;
}
.mobile-call__icon {
  width: 1.8rem;
}
.mobile-call__image-wrapper {
  height: 100%;
}
.mobile-call__image {
  width: auto;
  height: 100%;
  max-width: initial;
}
.mobile-app__link {
  margin-top: 2.2rem;
}

/*///////////
//	mobile-call end
//////////////*/

/*///////////
//	ski-call
//////////////*/

.ski-call {
  display: flex;
  align-items: center;
  height: 100%;
}

.ski-call__image-wrapper {
  height: 100%;
}
.ski-call__image {
  display: block;
  height: 100%;
  max-width: initial;
  width: auto;
}

.ski-call__info {
  padding: 2rem 3rem;
}

.ski-call__list {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.ski-call__item {
  position: relative;
  padding-left: 1.5rem;
}
.ski-call__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: currentColor;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}

/*///////////
//	ski-call end
//////////////*/

/*///////////
//	new-year-night
//////////////*/

.new-year-night {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.new-year-night__body {
  padding: 1.8rem;
}
.new-year-night__image-wrapper {
  height: 100%;
}
.new-year-night__image {
  width: auto;
  height: 100%;
}
.link-image__description {
  line-height: 1.3;
}

/*///////////
//	new-year-night end
//////////////*/

/*///////////
//	link
//////////////*/
.link {
  transition: 0.4s;
  text-decoration: underline;
}
.link:hover {
  text-decoration: none;
  color: #5c8fdb;
}
/*///////////
//	link end
//////////////*/

/*///////////
//	bobo-club
//////////////*/

.bobo-club {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.bobo-club__image-wrapper {
  height: 100%;
}
.bobo-club__image {
  width: auto;
  height: 100%;
}
.bobo-club__body {
  padding: 1.8rem;
}

/*///////////
//	bobo-club end
//////////////*/

/*///////////
//	image-call
//////////////*/

.image-call {
  display: block;
  width: 100%;
}
.image-call__img {
  display: block;
  width: 100%;
}

/*///////////
//	image-call end
//////////////*/

/* 226.14 */

/*//////////////
//	Work-schedule
//////////////*/

.work-schedule__switch {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 3rem;
  row-gap: 2rem;
  margin-bottom: 3rem;
}

.work-schedule__nav {
  margin: 0;
  flex-shrink: 0;
}

.work-schedule__date {
  position: relative;
  flex: 0 1 40.8rem;
}

.work-schedule__info {
  --heightCell: 7rem;
  --paddingCell: 10px;

  display: flex;
  align-items: flex-start;
  border-radius: 25px;
}

.work-schedule__info-top {
  flex-direction: column !important;
  flex-flow: initial;
}

.work-schedule__info-title {
  align-items: center;
  width: initial;
  padding: var(--paddingCell);
  min-height: var(--heightCell);
  height: auto;
}
.work-schedule__list {
  display: grid;
  grid-template-rows: repeat(3, auto);
  grid-auto-flow: column;
  width: 100%;
  max-height: initial;
}
.work-schedule__list-row-item {
  width: 100%;
  height: auto;
  min-height: var(--heightCell);
  padding: var(--paddingCell);
}
.work-schedule__list-row-item:first-child {
  padding-left: var(--paddingCell);
  justify-content: center;
}
.work-schedule__not-found {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 1.6rem;
}

.work-schedule__info-title:first-child {
  padding-left: var(--paddingCell);
  justify-content: center;
}

.work-schedule__date-icon {
  position: absolute;
  left: 2rem;
  top: 50%;
  transform: translateY(-50%);
  color: #c53711;
  font-size: 2rem !important;
  z-index: 1;
}

.work-schedule__info {
  width: 100% !important;
  align-items: stretch;
}

.form-group-text {
  margin-top: 0;
}

.work-schedule__text {
  display: inline-block;
  font-size: 1.8rem;
  line-height: 1.3;
  margin-bottom: 3rem;
  padding: 1.2rem 2.5rem;
  background-color: #f8f9fc;
  border-radius: 3rem;
}
.work-schedule__text_blue {
  color: #fff;
  background-color: #5c8fdb;
}
.work-schedule__text_red {
  color: #fff;
  background-color: #e55449;
}

.work-schedule__text-bottom {
  margin-top: 3rem;
  font-size: 2rem;
  color: #585f70;
  text-align: center;
  line-height: 1.2;
}

.work-schedule__text-bottom-bg {
  display: flex;
  justify-content: center;
}
.work-schedule__text-bottom-bg-body {
  margin-top: 3rem;
  font-size: 1.8rem;
  line-height: 1.3;
  padding: 1.2rem 2.5rem;
  background-color: #f8f9fc;
  border-radius: 3rem;
}

@media (max-width: 767px) {
  .work-schedule__switch {
    display: inline-flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 2rem;
  }
  .work-schedule__date {
    flex: initial;
    width: 100%;
  }
}

@media (max-width: 600px) {
  .work-schedule__info {
    --heightCell: 6rem;
    --paddingCell: 7px;
  }
  .work-schedule__not-found {
    font-size: 1.4rem !important;
  }
  .work-schedule__text-bottom {
    font-size: 1.8rem;
  }
}

/*//////////////
//	Work-schedule end
//////////////*/

/*//////////////
//	Services
//////////////*/

.services_center {
  justify-content: center;
}
.dots-tiny .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 0.5rem;
}
.dots-tiny li {
  display: flex;
}
.dots-tiny button {
  background-color: #ccc;
  border-radius: 50%;
  width: 0.6rem;
  height: 0.6rem;
  border: 0;
  text-indent: -999px;
  overflow: hidden;
  transition: 0.4s;
}
.dots-tiny .slick-active button {
  background-color: #c53711;
}

/*//////////////
//	Services end
//////////////*/

/*///////////
//	services-item_slider
//////////////*/
.gallery-slider-full-splide .splide__track {
  margin: 0 -10px;
}
.gallery-slider-full-splide .splide__slide {
  padding: 0 10px;
}
/*///////////
//	services-item_slider end
//////////////*/

/*///////////
//	hidden
//////////////*/
.hidden-all {
  display: none;
}
@media (max-width: 530px) {
  .hidden-mobile {
    display: none;
  }
}

/*///////////
//	hidden end
//////////////*/

/*//////////////
//	Tooltip
//////////////*/

.tooltip {
  background: #fff;
  border-radius: 1rem;
  padding: 2.2rem;
  box-shadow: 0px 0px 15px -4px rgba(34, 60, 80, 0.3);
  overflow: hidden;
}
.tooltip_small {
  padding: 1.3rem;
}

.tooltip__dots {
  margin-top: 1.4rem;
  margin-bottom: -0.4rem;
}
/*//////////////
//	Tooltip end
//////////////*/

/*///////////
//	sliders
//////////////*/
.reviews-slider:not(.slick-initialized),
.cc-slider:not(.slick-initialized),
.gallery-slider:not(.slick-initialized),
.advantage-slider:not(.slick-initialized),
.tooltip__slider:not(.slick-initialized),
.gallery-slider-full:not(.slick-initialized),
.gallery-slider-videos:not(.slick-initialized),
.banner-section__slider:not(.slick-initialized) {
  display: flex;
  visibility: hidden;
}

.reviews-slider:not(.slick-initialized) > div,
.cc-slider:not(.slick-initialized) > div,
.gallery-slider:not(.slick-initialized) > div,
.advantage-slider:not(.slick-initialized) > div,
.tooltip__slider:not(.slick-initialized) > div,
.gallery-slider-full:not(.slick-initialized) > div,
.gallery-slider-videos:not(.slick-initialized) > div,
.banner-section__slider:not(.slick-initialized) > div {
  flex-shrink: 0;
  max-width: 100%;
}
/*///////////
//	sliders end
//////////////*/

/*//////////////
//	gallery-slider-videos
//////////////*/

.gallery-slider-videos {
  margin: 0 -10px;
  max-width: calc(100% + 20px);
  flex-grow: 1;
}
.gallery-slider-videos .slick-slide {
  padding: 10px;
  height: auto;
}

.gallery-slider-videos.slick-slider .slick-arrow.slick-next,
.gallery-slider-full-splide .slider-arrow__button_next {
  right: -6.5rem;
}
.gallery-slider-videos.slick-slider .slick-arrow.slick-prev,
.gallery-slider-full-splide .slider-arrow__button_prev {
  left: -6.5rem;
}

@media (max-width: 1560px) {
  .gallery-slider-videos.slick-slider .slick-arrow.slick-next {
    right: -13px;
    width: 4rem;
    height: 4rem;
    font-size: 2.8rem;
  }
  .gallery-slider-videos.slick-slider .slick-arrow.slick-prev {
    left: -13px;
    width: 4rem;
    height: 4rem;
    font-size: 2.8rem;
  }
  .gallery-slider-videos {
    margin: 0;
    width: 100%;
  }
}

/*//////////////
//	gallery-slider-videos end
//////////////*/

/*//////////////
//	characteristics
//////////////*/
.characteristics {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}
.characteristics__item {
  white-space: nowrap;
  display: flex;
  align-items: center;
  column-gap: 0.8rem;
  padding: 0.2rem 1.3rem;
  min-height: 4rem;
  background-color: #f8f9fc;
  color: #585f70;
}
.characteristics__item-icon {
  font-size: 1.2em;
  display: inline-flex;
}
.characteristics__item-icon .material-symbols-outlined {
  font-size: inherit;
}
/*//////////////
//	characteristics end
//////////////*/

/*//////////////
//	Modal
//////////////*/
.modal-menu__title,
.modal-title {
  text-align: center;
}

.modal-title__subtitle a {
  text-decoration: underline;
}

.modal {
  background: #fff;
  padding: 0;
  box-shadow: 1px 3px 12px rgba(12, 12, 13, 0.2);
  border-radius: 5px;
  max-width: 98%;
  display: none;
}
.modal-sm {
  width: 445px;
}
.modal-big {
  width: 1366px;
}
.modal-content {
  padding: 4.5rem 4rem 5rem;
}
.modal-title {
  line-height: 1.2;
}
.modal-title__main {
  font-weight: 300;
  font-size: 3rem;
  color: #293146;
}
.modal-title__subtitle {
  color: #585f70;
  padding-top: 2rem;
}
.modal-title__subtitle a {
  color: #5c8fdb;
}
.modal-title__subtitle a:hover {
  text-decoration: none;
}
.modal-title + * {
  margin-top: 3rem;
}

.modal-service-top.flex .modal-service__title,
.modal-service-top.flex .service-info,
.modal-service__slider,
.modal-service__text {
  width: 48%;
}

.modal-service-top {
  padding: 4.5rem 9rem;
  border-bottom: 1px solid #e8e8e8;
}
.modal-service-top.flex {
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.modal-service__title {
  line-height: 1.3;
  color: #293146;
  font-size: 3rem;
  letter-spacing: 0.75px;
}
.modal-service__title-main {
  font-weight: 700;
}
.modal-service__subtitle {
  font-weight: 300;
  padding-top: 1rem;
}
.modal-service-content {
  padding: 5rem 9rem;
}
.modal-service-group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.modal-service-content
  .modal-service-group:not(.modal-service-group:first-child) {
  margin-top: 2rem;
}
.modal-service-group-gallery {
  display: flex;
  justify-content: center;
}
.modal-service-group-gallery .modal-service__slider {
  width: 65%;
}
.modal-service__slider video {
  display: block;
  width: 100%;
  height: auto;
}
.modal-map {
  line-height: 0;
}
.modal-map img {
  width: 100%;
  line-height: 0;
}
.modal-menu {
  padding: 8rem 9rem;
}
.modal-menu__title {
  font-size: 3rem;
  margin-bottom: 3.5rem;
}
.modal-price {
  font-size: 2rem;
  margin-top: 1rem;
  font-weight: 300;
}

.modal-big_full {
  padding: 0 !important;
}
.modal-big__wrap {
  padding: 44px;
}
.modal-service__characteristics {
  margin-top: 2.2rem;
}
.modal-big_full .modal-service-content {
  padding-bottom: 0;
}
.modal-service__description {
  padding: 0 9rem;
  background-color: #f8f9fc;
}
.modal-service__description-list {
  display: grid;
  grid-template-columns: repeat(3, auto);
  column-gap: 3rem;
  row-gap: 2.2rem;
}
.modal-service__description-item {
  color: #585f70;
}
.modal-service__description-body {
  display: flex;
  align-items: center;
  column-gap: 1rem;
  color: #585f70;
}
.modal-service__description-icon {
  font-size: 1.4em;
  display: inline-flex;
}
.modal-service__description-icon .material-symbols-outlined {
  font-size: inherit;
}
.modal-service__description-image {
  width: 1.2em;
}
.modal-service__description-small {
  display: inline-block;
  max-width: 19rem;
  font-size: 1.4rem;
  margin-top: 1rem;
  line-height: 1.25;
}
.modal-service-top__head {
  width: 48%;
}
.modal__nav {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  padding: 0 1.4rem;
  font-size: 8rem;
  color: #c53711;
  transition: color 0.4s;
  will-change: color;
  display: inline-flex;
}
.modal__nav:hover {
  color: #5c8fdb;
}
.modal__nav_next {
  right: 2rem;
}
.modal__nav_prev {
  left: 2rem;
}
.modal-service-top.flex .modal-service__title {
  width: auto !important;
}

@media (max-width: 991px) {
  .modal-menu,
  .modal-service-content,
  .modal-service-top,
  .modal-service__description {
    padding-right: 2rem;
    padding-left: 2rem;
  }

  .modal__nav {
    font-size: 7rem;
  }
  .modal__nav_next {
    right: 0.7rem;
  }
  .modal__nav_prev {
    left: 0.7rem;
  }
  .modal-menu,
  .modal-service-content,
  .modal-service-top {
    padding: 2rem;
  }
  .modal-service__title {
    font-size: 2rem;
  }
  .modal-service-top.flex .service-info {
    width: 100%;
  }
  .modal-service-top.flex .modal-service__title {
    width: 100%;
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 800px) {
  .modal.fancybox-content,
  .modal-big__wrap {
    padding: 10px;
  }

  .modal-menu,
  .modal-service-content,
  .modal-service-top,
  .modal-service__description {
    padding: 3rem;
  }

  .modal-service__description {
    margin-top: 4rem;
    padding: 2.4rem 2rem;
  }

  .modal__nav {
    position: static;
    translate: 0;
    padding: 0 1rem;
    font-size: 6rem;
  }
  .modal-service-top__head {
    display: flex;
    align-items: center;
    column-gap: 2rem;
    margin-bottom: 1.5rem;
    flex-grow: 0;
    width: 100%;
  }
  .modal-service-top.flex .modal-service__title {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 767px) {
  .modal-title__main {
    font-size: 2.5rem;
  }
}
@media (max-width: 660px) {
  .modal-service-content
    .modal-service-group:not(.modal-service-group:first-child) {
    margin-top: 5rem;
  }
  .modal-service-group-gallery .modal-service__slider {
    width: 100%;
  }
}
@media (max-width: 660px) {
  .modal-menu,
  .modal-service-content,
  .modal-service-top,
  .modal-service__description {
    padding: 2rem;
  }

  .modal-service__text {
    width: 100%;
  }
  .modal-service__slider {
    width: 400px;
    max-width: 100%;
    margin-top: 3rem;
  }
  .modal.fancybox-content {
    padding: 10px;
  }
  .modal-service__slider {
    width: 100%;
  }
}

@media (max-width: 530px) {
  .modal-service__description-list {
    grid-template-columns: repeat(2, auto);
  }
  .modal-content {
    padding: 4.5rem 2rem 3rem;
  }
}
/*//////////////
//	Modal end
//////////////*/

/*//////////////
// modal-nav
//////////////*/
.modal-nav {
  margin-bottom: 5rem;
}

@media (max-width: 990px) {
  .modal-nav {
    margin-bottom: 4rem;
  }
}
@media (max-width: 660px) {
  .modal-nav {
    margin-top: 1rem;
    margin-bottom: 0;
  }
}
/*//////////////
// modal-nav end
//////////////*/

/*//////////////
// modal-close-bg
//////////////*/
.modal-close-bg [data-fancybox-close] {
  opacity: 1;
  background-color: rgba(30, 30, 30, 0.6);
}
.modal-close-bg [data-fancybox-close] svg path {
  fill: rgb(204, 204, 204);
  transition: fill 0.2s ease-out;
}
.modal-close-bg [data-fancybox-close]:hover svg path {
  fill: #fff;
}
/*//////////////
// modal-close-bg end
//////////////*/

/*//////////////
// modal-small
//////////////*/
.modal-small {
  display: none;
  max-width: 390px !important;
  width: 100% !important;
  padding: 0 !important;
}
.modal-small__image {
  width: 100%;
  display: block;
  background-color: #efefef;
}
.modal-small__body {
  padding: 2.8rem 2.6rem;
}
.modal-small__title {
  font-size: 2.2rem;
  margin-bottom: 2rem;
  font-weight: 600;
  line-height: 1.3;
  color: #293146;
}
.modal-small__description {
  color: #585f70;
  line-height: 1.3;
}
.modal-small__description > *:not(:first-child) {
  padding-top: 1.5rem;
}
.modal-small__description strong {
  font-weight: 600;
}
.modal-small__description ul {
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
}
.modal-small__description li {
  padding-left: 1.5rem;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.modal-small__description li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #585f70;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}
.modal-small__description a {
  text-decoration: underline;
}
.modal-small__description a:hover {
  text-decoration: none !important;
  color: #5c8fdb;
}
ul.modal-small__list-columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 1rem;
  row-gap: 1.5rem;
}
.modal-small__button {
  display: flex;
  justify-content: flex-end;
  margin-top: 1rem;
}

@media (max-width: 660px) {
  .modal-small__title {
    font-size: 2rem;
  }
  .modal-small__body {
    padding: 2.2rem 2rem 2.6rem;
  }
}
/*//////////////
// modal-small end
//////////////*/

/*//////////////
// modal-medium
//////////////*/
.modal-medium {
  display: none;
  width: 100% !important;
  max-width: 98rem !important;
  padding: 2.8rem !important;
}
.modal-medium__inner {
  display: grid;
  grid-template-columns: 40% 1fr;
  align-items: start;
  column-gap: 4rem;
}
.modal-medium__image {
  width: 100%;
}
.modal-medium__title {
  font-size: 3rem;
  font-weight: 700;
}
.modal-medium__subtitle {
  font-size: 2.4rem;
  font-weight: 300;
  letter-spacing: 0.75px;
  color: #8e8787;
}
.modal-medium__head {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  margin-bottom: 2.8rem;
}

@media (max-width: 530px) {
  .modal-medium {
    padding: 2rem !important;
  }
  .modal-medium__inner {
    grid-template-columns: auto;
    row-gap: 2.4rem;
  }
  .modal-medium__head {
    margin-bottom: 2.3rem;
  }
  .modal-medium__title {
    font-size: 2.4rem;
  }
  .modal-medium__subtitle {
    font-size: 2rem;
  }
}
/*//////////////
// modal-medium end
//////////////*/

/*//////////////
//	Hint
//////////////*/

.hint {
  position: relative;
  display: inline-block;
}
.hint__button {
  border: 0;
  background-color: transparent;
}
.hint__tooltip {
  position: absolute;
  bottom: 100%;
  left: 0;
  z-index: 100;
  margin-bottom: 2rem;
  display: none;
}
.hint__tooltip_small {
  padding: 1.3rem;
}
.hint__tooltip_xsmall {
  padding: 0.3rem;
}
.hint__tooltip_center {
  left: 50%;
  translate: -50% 0;
}
.hint__tooltip_right {
  right: 0;
  left: initial;
}

.hint__tooltip_top {
  top: 100% !important;
  min-height: 50px;
}

@media (max-width: 530px) {
  .hint__tooltip {
    margin-bottom: 1.4rem;
  }
}

/*//////////////
//	Hint end
//////////////*/

/*//////////////
//	text-hint end
//////////////*/

.text-hint {
  display: inline-block;
}
.text-hint__button {
  font-size: 0.8em;
  color: inherit;
  background-color: transparent;
}
.text-hint__tooltip {
  width: 42rem;
  max-width: 100%;
  font-size: 1.6rem;
  line-height: 1.2;
}

@media (max-width: 530px) {
  .text-hint__tooltip {
    width: 100%;
  }
  .text-hint__button {
    font-size: 1.7rem;
  }
}

/*//////////////
//	text-hint end
//////////////*/

/*//////////////
//	vacancy
//////////////*/
.vacancy {
  position: relative;
  z-index: 5;
  margin-bottom: 1rem;
}
.vacancy__head {
  position: relative;
  z-index: 10;
}
.vacancy-slider__item {
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  row-gap: 1rem;
  height: 100%;
}

@media (max-width: 767px) {
  .vacancy {
    margin-bottom: 5rem;
  }
}
/*//////////////
// vacancy end
//////////////*/

/*//////////////
// vacancy-item
//////////////*/
.vacancy-item {
  height: 100%;
  width: 100%;
}
.vacancy-item__hint {
  font-size: 1.6rem;
  top: 100%;
  bottom: initial;
  margin-top: 1rem;
  padding: 1.6rem;
}
.vacancy-item__body {
  padding: 1.8rem 2.2rem;
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0px 0px 15px -4px rgba(34, 60, 80, 0.3);
  min-height: 5rem;
  height: 100%;
  display: flex;
  align-items: center;
  line-height: 1.28;
  color: #293146;
}
/*////////////// 
// vacancy-item end
//////////////*/

/*//////////////
// vacancy-slider 
//////////////*/
.vacancy-slider {
  padding: 0 6rem;
  position: relative;
  z-index: 0;
}
.vacancy-slider .slick-list {
  padding: 17rem 0;
  margin: -17rem 0;
}
.vacancy-slider .slick-slide {
  padding: 10px;
  height: auto;
}
.vacancy-slider.slick-slider .slick-arrow.slick-next {
  right: 0;
}
.vacancy-slider.slick-slider .slick-arrow.slick-prev {
  left: 0;
}
.vacancy-slider:not(.slick-initialized) {
  display: flex;
  visibility: hidden;
}
.vacancy-slider:not(.slick-initialized) > div {
  flex-shrink: 0;
  max-width: 100%;
}

@media (max-width: 530px) {
  .vacancy-slider {
    padding: 0 5.5rem;
  }
}
/*//////////////
// vacancy-slider end
//////////////*/

/*//////////////
//	text-group
//////////////*/

.text-group__columns {
  display: grid;
  align-items: flex-start;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 2rem;
  row-gap: 2.4rem;
}
.text-group__columns-name {
  margin-bottom: 1rem;
}
.text-group__icon {
  display: flex;
  align-items: center;
  column-gap: 0.8rem;
  margin-bottom: 0.6rem;
}
.text-group__icon-img {
  font-size: 1.6em !important;
}

@media (max-width: 530px) {
  .text-group__columns {
    grid-template-columns: 1fr;
  }
}

/*//////////////
//	text-group end
//////////////*/

/*//////////////
//	section-hidden
//////////////*/

.title-section.pad-bottom-off {
  padding-bottom: 0;
}
.cc-slider_shadow-off .cc-item {
  box-shadow: none;
}

.section-hidden__inner {
  padding: 3rem 3.5rem;
  border-radius: 2rem;
  background-color: #fff;
  box-shadow: 0 5px 10px rgba(9, 42, 91, 0.2);
}
.section-hidden__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  column-gap: 2rem;
  background-color: transparent;
  border: 0;
}
.section-hidden__body-wrapper {
  display: none;
}
.section-hidden__body {
  padding-top: 4rem;
  padding-bottom: 1rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section-hidden__head-plus {
  position: relative;
  width: 2.2rem;
  aspect-ratio: 1;
}
.section-hidden__head-plus::before,
.section-hidden__head-plus::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  background-color: #293146;
  transition: transform 0.3s ease;
  will-change: transform;
}

.section-hidden__head-plus::before {
  height: 100%;
  width: 2px;
}
.section-hidden__head-plus::after {
  width: 100%;
  height: 2px;
}
.section-hidden__head.is-active .section-hidden__head-plus::before {
  transform: rotate(90deg);
}
.section-hidden__slider {
  width: 55%;
}

@media (max-width: 767px) {
  .section-hidden__slider {
    width: 400px;
    margin: -10px;
    max-width: 100%;
  }
}

@media (max-width: 530px) {
  .section-hidden__inner {
    padding: 2rem 2.4rem;
    border-radius: 1.6rem;
  }
  .section-hidden__body {
    padding-top: 3rem;
  }
  .section-hidden__head-plus {
    width: 2rem;
  }
}

/*//////////////
//	section-hidden end
//////////////*/

/*//////////////
//	Advantage
//////////////*/

.advantage {
  overflow: visible;
  margin-top: 3rem;
  row-gap: 6rem;
}
.advantage_images .advantage-item {
  padding-top: 0;
  padding-bottom: 0;
}
.advantage-item__tooltip {
  width: 200%;
  left: 50%;
  translate: -50% 0;
  font-size: 1.4rem;
  text-align: left;
  text-transform: initial;
  padding: 1.8rem;
}

@media (max-width: 560px) {
  .advantage-item__tooltip {
    width: 250%;
  }
}

.advantage-slider {
  padding: 0 6rem;
}
.advantage-slider .slick-arrow.slick-prev {
  left: 0;
}
.advantage-slider .slick-arrow.slick-next {
  right: 0;
}
.advantage_images .advantage-item {
  display: flex;
  align-items: center;
}
.advantage-slider .slick-list {
  padding: 15rem 0;
  margin: -15rem 0;
}

.advantage-item__tooltip-img {
  width: 9rem;
}

@media (max-width: 530px) {
  .advantage_images .advantage-item {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

/*//////////////
//	Advantage end
//////////////*/

/*//////////////
//	Index end
//////////////*/

.fancybox-container {
  z-index: 99999999 !important;
}
.daterangepicker {
  z-index: 999999999;
}

/*//////////////
//	Index end
//////////////*/

/*//////////////
//	nav-sections
//////////////*/
.nav-sections {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 2rem;
  row-gap: 1.2rem;
}

.nav-sections__button {
  position: relative;
  font-size: 2rem;
  background-color: transparent;
  border: 0;
  padding-left: 1.6rem;
  color: #8e8787;
  transition: color 0.3s;
  will-change: color;
}
.nav-sections__button:hover {
  color: #c53711;
}
.nav-sections__button.is-active {
  color: #c53711;
}
.nav-sections__button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  width: 5px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: currentColor;
}
@media (max-width: 660px) {
  .nav-sections__button {
    font-size: 1.8rem;
  }
}
/*//////////////
//	nav-sections end
//////////////*/

/*//////////////
// map
//////////////*/

.about-content__map {
  margin-bottom: 3.5rem;
}

.map {
  --paddingX: 1.5rem;

  position: relative;
  padding: 0 var(--paddingX);
  overflow: auto;
}
.map__body {
  --minWidth: 0;

  position: relative;
  min-width: var(--minWidth);
}
.map__body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  box-shadow: 0px 0px 10px 7px rgb(255 255 255) inset;
  z-index: 500;
}
.map__image {
  position: relative;
  z-index: 0;
  width: 100%;
  background-color: #efefef;
  display: block;
}
.map__point {
  position: absolute;
  z-index: 100;
  width: 2%;
  aspect-ratio: 1;
  border: 0;
  border-radius: 50%;
  /* background-color: rgb(255 0 0 / 40%); */
}

.map__point_1 {
  top: 19.7%;
  left: 21.7%;
  width: 1.25%;
}
.map__point_2 {
  top: 31.7%;
  left: 22.2%;
  width: 1.25%;
}
.map__point_3 {
  top: 25.7%;
  left: 53.6%;
  width: 1.25%;
}
.map__point_4 {
  top: 46.7%;
  left: 57.2%;
  width: 1.25%;
}
.map__point_5 {
  top: 65%;
  left: 68.75%;
  width: 1.25%;
}
.map__point_6 {
  top: 73.9%;
  left: 69.4%;
  width: 1.25%;
}
.map__point_7 {
  top: 27.3%;
  left: 91.36%;
  width: 1.25%;
}
.map__point_8 {
  top: 57.2%;
  left: 85.75%;
  width: 1.25%;
}
.map__point_9 {
  top: 22.1%;
  left: 7.8%;
}
.map__point_10 {
  top: 25.7%;
  left: 3.9%;
}
.map__point_11 {
  top: 35%;
  left: 5.75%;
}
.map__point_12 {
  top: 36.2%;
  left: 20.3%;
  width: 1%;
}
.map__point_13 {
  top: 22.4%;
  left: 20.1%;
  width: 1%;
}
.map__point_14 {
  top: 24.2%;
  left: 31%;
  width: 1%;
}
.map__point_15 {
  top: 37.5%;
  left: 31.65%;
  width: 1%;
}
.map__point_16 {
  top: 28.5%;
  left: 38.95%;
}
.map__point_17 {
  top: 36.1%;
  left: 40%;
}
.map__point_18 {
  top: 43.3%;
  left: 35.2%;
}
.map__point_19 {
  top: 48%;
  left: 36.9%;
}
.map__point_20 {
  top: 52.6%;
  left: 36.97%;
}
.map__point_21 {
  top: 56.2%;
  left: 33.3%;
}
.map__point_22 {
  top: 44%;
  left: 42.65%;
}
.map__point_23 {
  top: 59.6%;
  left: 43%;
  width: 2.2%;
}
.map__point_24 {
  top: 65.7%;
  left: 43.7%;
  width: 1.3%;
}
.map__point_25 {
  top: 76%;
  left: 48.3%;
}
.map__point_26 {
  top: 35.3%;
  left: 46.1%;
  width: 2.2%;
}
.map__point_27 {
  top: 42.2%;
  left: 54.2%;
  width: 1%;
}
.map__point_28 {
  top: 39%;
  left: 55.45%;
  width: 1%;
}
.map__point_29 {
  top: 33.2%;
  left: 64.45%;
  width: 1%;
}
.map__point_30 {
  top: 30.1%;
  left: 65.65%;
  width: 1%;
}
.map__point_31 {
  top: 40.05%;
  left: 67.4%;
  width: 1%;
}
.map__point_32 {
  top: 43.15%;
  left: 66.15%;
  width: 1%;
}
.map__point_33 {
  top: 65.5%;
  left: 58.26%;
  width: 1%;
}
.map__point_34 {
  top: 59.5%;
  left: 67.9%;
  width: 1%;
}
.map__point_35 {
  top: 60.9%;
  left: 84.15%;
  width: 1.3%;
}
.map__point_36 {
  top: 48.05%;
  left: 85.5%;
}
.map__point_37 {
  top: 43.7%;
  left: 86.35%;
}
.map__point_38 {
  top: 39.3%;
  left: 85.5%;
}
.map__point_39 {
  top: 28.7%;
  left: 83.9%;
}
.map__point_40 {
  top: 24.3%;
  left: 86.3%;
}
.map__point_41 {
  top: 69%;
  left: 84.3%;
  width: 1.3%;
}
.map__point_42 {
  top: 73.2%;
  left: 89.4%;
}
.map__point_43 {
  top: 53.5%;
  left: 92.9%;
}
.map__point_44 {
  top: 48.9%;
  left: 91.9%;
}
.map__point_45 {
  top: 44.1%;
  left: 92.14%;
}
.map__point_46 {
  top: 38.95%;
  left: 91.9%;
}
.map__point_47 {
  top: 33.6%;
  left: 90.55%;
}
.map__point_48 {
  top: 15.4%;
  left: 86.25%;
  width: 2.2%;
}
.map__point_49 {
  top: 17.5%;
  left: 92%;
}
.map__point_50 {
  top: 28.45%;
  left: 94.56%;
  width: 1.3%;
}
.map__point_51 {
  top: 90.25%;
  left: 26.6%;
  width: 1.3%;
}
.map__point_52 {
  top: 89.7%;
  left: 31.5%;
  width: 1.7%;
}
.map__point_53 {
  top: 89.7%;
  left: 38.8%;
  width: 1.7%;
}
.map__point_54 {
  top: 89.7%;
  left: 42.7%;
  width: 1.7%;
}
.map__point_55 {
  top: 89.7%;
  left: 46.6%;
  width: 1.7%;
}

.map__point_volen {
  width: 2.2%;
}

.map__volen-point_1 {
  top: 42.2%;
  left: 13.5%;
  width: 1.5%;
}
.map__volen-point_2 {
  top: 35.4%;
  left: 16.3%;
  width: 1.5%;
}
.map__volen-point_3 {
  top: 36.9%;
  left: 25.75%;
  width: 1.5%;
}
.map__volen-point_4 {
  top: 33%;
  left: 29.7%;
  width: 1.5%;
}
.map__volen-point_5 {
  top: 38.9%;
  left: 33.8%;
  width: 1.5%;
}
.map__volen-point_6 {
  top: 39.2%;
  left: 43.75%;
  width: 1.5%;
}
.map__volen-point_7 {
  top: 43%;
  left: 47.5%;
  width: 1.5%;
}
.map__volen-point_8 {
  top: 38%;
  left: 50.85%;
  width: 1.5%;
}
.map__volen-point_9 {
  top: 44.6%;
  left: 63.4%;
  width: 1.5%;
}
.map__volen-point_10 {
  top: 48.2%;
  left: 65.25%;
  width: 1.5%;
}
.map__volen-point_11 {
  top: 35.75%;
  left: 62.25%;
  width: 1.5%;
}
.map__volen-point_12 {
  top: 32.2%;
  left: 65.6%;
  width: 1.5%;
}
.map__volen-point_13 {
  top: 21.1%;
  left: 65.75%;
  width: 1.5%;
}
.map__volen-point_14 {
  top: 20.4%;
  left: 71.1%;
  width: 1.5%;
}
.map__volen-point_15 {
  top: 26.35%;
  left: 73.5%;
  width: 1.5%;
}
.map__volen-point_16 {
  top: 12.2%;
  left: 79.8%;
  width: 1.5%;
}
.map__volen-point_17 {
  top: 12.6%;
  left: 84.1%;
  width: 1.3%;
}
.map__volen-point_18 {
  top: 81.1%;
  left: 3.8%;
  width: 1%;
}
.map__volen-point_19 {
  top: 80.7%;
  left: 9%;
  width: 1.4%;
}
.map__volen-point_20 {
  top: 80.7%;
  left: 14.6%;
  width: 1.4%;
}
.map__volen-point_21 {
  top: 80.7%;
  left: 20.2%;
  width: 1.4%;
}
.map__volen-point_22 {
  top: 88.35%;
  left: 6.6%;
  width: 1.4%;
}
.map__volen-point_23 {
  top: 88.35%;
  left: 12.05%;
  width: 1.4%;
}
.map__volen-point_24 {
  top: 88.35%;
  left: 17.7%;
  width: 1.4%;
}
.map__volen-point_25 {
  top: 48.15%;
  left: 33.2%;
  width: 2.2%;
}
.map__volen-point_25-2 {
  top: 65%;
  left: 42.9%;
  width: 2.2%;
}
.map__volen-point_26 {
  top: 63.8%;
  left: 29.35%;
  width: 2.2%;
}
.map__volen-point_27 {
  top: 49.1%;
  left: 38.5%;
  width: 2.2%;
}
.map__volen-point_28 {
  top: 64.7%;
  left: 38.2%;
  width: 2.2%;
}
.map__volen-point_29 {
  top: 73.2%;
  left: 45.3%;
  width: 2.2%;
}
.map__volen-point_30 {
  top: 82.9%;
  left: 42.8%;
  width: 2.2%;
}
.map__volen-point_31 {
  top: 76.5%;
  left: 47%;
  width: 2.2%;
}
.map__volen-point_32 {
  top: 82.9%;
  left: 47.25%;
  width: 2.2%;
}
.map__volen-point_33 {
  top: 73.7%;
  left: 49.1%;
  width: 2.2%;
}
.map__volen-point_34 {
  top: 73.7%;
  left: 51.6%;
  width: 2.2%;
}
.map__volen-point_35 {
  top: 73.7%;
  left: 54.2%;
  width: 2.2%;
}
.map__volen-point_36 {
  top: 77.2%;
  left: 55.9%;
  width: 2.2%;
}
.map__volen-point_37 {
  top: 62.8%;
  left: 54.8%;
  width: 2.2%;
}
.map__volen-point_38 {
  top: 43.7%;
  left: 55.7%;
  width: 2.2%;
}
.map__volen-point_39 {
  top: 62.1%;
  left: 63.35%;
  width: 2.2%;
}
.map__volen-point_40 {
  top: 66.6%;
  left: 63.7%;
  width: 2.2%;
}
.map__volen-point_41 {
  top: 48.25%;
  left: 67.3%;
  width: 2.2%;
}
.map__volen-point_42 {
  top: 77.7%;
  left: 60.3%;
  width: 2.2%;
}
.map__volen-point_43 {
  top: 78.9%;
  left: 66%;
  width: 2.2%;
}
.map__volen-point_44 {
  top: 87.2%;
  left: 57.9%;
  width: 1.4%;
}
.map__volen-point_45 {
  top: 91.8%;
  left: 58.85%;
  width: 2.2%;
}
.map__volen-point_46 {
  top: 50.3%;
  left: 71.6%;
  width: 2.2%;
}
.map__volen-point_47 {
  top: 57.1%;
  left: 70.3%;
  width: 2.2%;
}
.map__volen-point_48 {
  top: 61.5%;
  left: 60.6%;
  width: 2.2%;
}
.map__volen-point_49 {
  top: 59.2%;
  left: 66.2%;
  width: 2.2%;
}
.map__volen-point_50 {
  top: 18.5%;
  left: 78%;
  width: 2.2%;
}
.map__volen-point_51 {
  top: 20%;
  left: 91.9%;
  width: 2.2%;
}
.map__volen-point_52 {
  top: 8.4%;
  left: 77.9%;
  width: 1.5%;
}
.map__volen-point_53 {
  top: 5.7%;
  left: 83%;
  width: 1.5%;
}
.map__volen-point_54 {
  top: 13.1%;
  left: 75.2%;
  width: 1.5%;
}
.map__volen-point_55 {
  top: 48.1%;
  left: 63.1%;
  width: 1.5%;
}
.map__volen-point_56 {
  top: 50.3%;
  left: 46.3%;
  width: 1.5%;
}
.map__volen-point_57 {
  top: 44%;
  left: 30%;
  width: 1.5%;
}
.map__volen-point_58 {
  top: 46.1%;
  left: 22.7%;
  width: 1.5%;
}
.map__volen-point_59 {
  top: 52.2%;
  left: 30.1%;
  width: 1.5%;
}
.map__volen-point_60 {
  top: 41.5%;
  left: 66.75%;
  width: 1.5%;
}

.map__point-name {
  position: absolute;
  bottom: 100%;
  margin-bottom: 0.9rem;
  left: 50%;
  translate: -50% 0;
  padding: 0.8rem 2rem;
  border-radius: 0.8rem;
  background-color: #fff;
  white-space: nowrap;
  opacity: 0;
  transition: opacity 0.3s;
  will-change: opacity;
  pointer-events: none;
  color: #293146;
  font-size: 1.6rem;
}

.map__point.is-active .map__point-name {
  opacity: 1;
}

@media (hover: none) {
  .map__point:not(.map__point_mobile) .map__point-name {
    display: none;
  }
}

/*//////////////
// map end
//////////////*/

.fancybox-container {
  z-index: 9999999 !important;
}

/*//////////////
// list-icons
//////////////*/

.list-icons {
  display: flex;
  flex-direction: column;
  row-gap: 1.4rem;
}
.list-icons__icon {
  font-size: 2.8rem !important;
  color: #c53711;
}
.list-icons__img {
  width: 2rem;
}
.list-icons__item {
  display: flex;
  align-items: center;
  column-gap: 1rem;
}

/*//////////////
// list-icons end
//////////////*/

/*//////////////
// fixed-banner
//////////////*/
.fixed-banner {
  position: fixed;
  top: 1.6rem;
  left: 50%;
  translate: -50% 0;
  max-width: calc(100% - 3.2rem);
  width: 100%;
  z-index: 2000;
  box-shadow: 0 0 20px 0 rgb(0 0 0 / 40%);
  display: none;
}

.fixed-banner__body {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.fixed-banner__image {
  display: block;
  width: 100%;
  background-color: #c0c0c0;
}
/*//////////////
// fixed-banner end
//////////////*/

/*//////////////
// section-stock
//////////////*/
.section-stock__nav {
  text-align: center;
}
/*//////////////
// section-stock end
//////////////*/

/*//////////////
// slider-current
//////////////*/
.slider-current__track {
  margin: 0 -1rem;
}
.slider-current__slide {
  padding: 0 1rem;
}
/*//////////////
// slider-stocks end
//////////////*/

/*//////////////
// slider-stocks
//////////////*/
.slider-stocks__track {
  margin: 0 -1rem;
}
.slider-stocks__slide {
  padding: 0 1rem;
}

@media (max-width: 768px) {
  .slider-stocks__list {
    display: flex !important;
    flex-direction: column;
    row-gap: 3rem;
  }
  .slider-stocks__slide {
    width: 100%;
  }
}
@media (max-width: 530px) {
  .slider-stocks__list {
    row-gap: 1.5rem;
  }
}
/*//////////////
// slider-stocks end
//////////////*/

/*//////////////
// stock-card
//////////////*/
.stock-card {
  display: block;
  position: relative;
  height: 50rem;
  overflow: hidden;
}
.stock-card::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(
    180deg,
    rgb(0 0 0 / 0%) 0%,
    rgb(0 0 0 / 60%) 100%
  );
  pointer-events: none;
  z-index: 100;
}
.stock-card__img {
  --_object-position: var(--object-position, center);

  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--_object-position);
  background-color: #ccc;
  transition: transform 1s;
  z-index: 0;
}
.stock-card:hover .stock-card__img {
  transform: scale(1.2);
}
.stock-card__info {
  position: absolute;
  left: 1.6rem;
  right: 1.6rem;
  bottom: 1.6rem;
  color: #fff;
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
  z-index: 200;
}
.stock-card__name {
  font-size: 2rem;
  font-weight: 600;
}
.stock-card__description {
  font-size: 1.6rem;
  color: #e0e0e0;
}

@media (max-width: 768px) {
  .stock-card {
    height: 30rem;
  }
}
@media (max-width: 530px) {
  .stock-card {
    height: 23rem;
  }
}
/*//////////////
// stock-card end
//////////////*/

/*//////////////
// slider-arrow
//////////////*/
.slider-arrow__button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  opacity: 0.7;
  color: #c53711;
  width: 5rem;
  height: 5rem;
  background-color: #fff;
  border: 1px solid #eeeff4;
  border-radius: 50%;
  transition: 0.4s;
  font-size: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slider-arrow__button_next {
  right: 3rem;
}
.slider-arrow__button_prev {
  left: 3rem;
}
.slider-arrow_outside .slider-arrow__button_next {
  right: -6.5rem;
}
.slider-arrow_outside .slider-arrow__button_prev {
  left: -6.5rem;
}
.slider-arrow__button:not(:disabled):hover {
  color: #505666;
}
.slider-arrow__button:disabled {
  opacity: 0.5;
}

@media (max-width: 1560px) {
  .slider-arrow_outside .slider-arrow__button {
    width: 4rem;
    height: 4rem;
    font-size: 2.8rem;
  }

  .slider-arrow_outside .slider-arrow__button_next {
    right: -13px;
  }
  .slider-arrow_outside .slider-arrow__button_prev {
    left: -13px;
  }
}
/*//////////////
// slider-arrow end
//////////////*/

/*//////////////
// services-item
//////////////*/
.services-item {
  width: calc(33.333% - 6.2rem);
  margin: 0 3.1rem 6rem;
  position: relative;
  font-size: 15px;
  display: flex;
  flex-direction: column;
}
.services-item__content a {
  text-transform: uppercase;
}
.services-item__img {
  overflow: hidden;
}
.services-item__mark {
  position: absolute;
  width: 0;
  height: 0;
  right: -2rem;
  top: 40%;
  white-space: nowrap;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  color: #585f70;
}
.services-item__mark span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.services-item__mark strong {
  color: #293146;
}
.services-item__img {
  box-shadow: 0 0 98px rgba(208, 208, 208, 0.35);
  border-radius: 3px;
  height: 28.4rem;
  margin-bottom: 2.5rem;
  transition: 0.4s;
  line-height: 0;
}
.services-item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s;
}
.services-item__content {
  padding-left: 5rem;
  margin-top: auto;
  text-align: left;
}
.services-item__content a {
  font-weight: 700;
  color: #bb1a0d;
  display: inline-block;
  margin-top: 2rem;
}
.services-item__content a i {
  margin-left: 1.5rem;
  font-size: 17px;
}
.services-item__content a:hover {
  text-decoration: underline;
}
.services-item__text {
  color: #585f70;
  font-weight: 300;
  line-height: 1.3;
}
.services-item__text_strong {
  color: inherit;
  font-weight: normal;
}
.services-item:hover .services-item__img {
  box-shadow: 0 14px 28px rgba(9, 42, 91, 0.2);
}
.services-item:hover .services-item__img img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.services-item__img_slider img {
  transform: scale(1) !important;
}
.services-item__img_slider .service-slider {
  height: 100%;
}
.services-item__preview-slider {
  height: 28.4rem;
}
.services-item__preview-slider .slick-list,
.services-item__preview-slider .slick-track,
.services-item__preview-slider .slick-slide {
  height: 100%;
  width: 100%;
}
.services-item__preview-slider img {
  height: 100%;
  width: 100%;
  min-width: 2px;
  object-fit: cover;
}

.services-item_card {
  position: relative;
  background-color: #ccc;
}
.services-item_card .services-item__content {
  padding: 0;
}
.services-item_card .services-item__img {
  margin-bottom: 0;
}

.services-item:hover .services-item__img img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.services-item_slide {
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}
.services-item__card::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
  bottom: 0;
  z-index: 10;
  background: linear-gradient(
    180deg,
    rgb(0 0 0 / 0%) 0%,
    rgb(0 0 0 / 60%) 100%
  );
  pointer-events: none;
}
.services-item__name {
  position: absolute;
  left: 1.6rem;
  right: 1.6rem;
  bottom: 1.6rem;
  font-weight: 600;
  color: #fff;
  font-size: 2rem;
  z-index: 50;
  text-align: left;
}
.services-item__name_indent {
  left: 1.6rem;
  bottom: 2.6rem;
}
.services-item__small {
  font-size: 1.6rem;
  margin-top: 1.5rem;
  color: #e0e0e0;
  font-weight: normal;
}
.services-item_slide .services-item__img {
  box-shadow: none !important;
  margin-bottom: 0;
}

.services-item__mark {
  position: absolute;
  width: 0;
  height: 0;
  right: -2rem;
  top: 40%;
  white-space: nowrap;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  color: #585f70;
}
.services-item__mark span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.services-item__mark strong {
  color: #293146;
}
.services-item__img {
  box-shadow: 0 0 98px rgba(208, 208, 208, 0.35);
  border-radius: 3px;
  height: 28.4rem;
  margin-bottom: 2.5rem;
  transition: 0.4s;
  line-height: 0;
}

.services-item__preview-dots {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  translate: -50% 0;
  z-index: 100;
}

.services-item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s;
}

.services-item__content {
  padding-left: 5rem;
  margin-top: auto;
  text-align: left;
}

.services-item__content a {
  font-weight: 700;
  color: #bb1a0d;
  display: inline-block;
  margin-top: 2rem;
}
.services-item__img_long {
  height: 50rem;
}
.gallery-slider-full .services-item,
.gallery-slider-full-splide .services-item {
  width: 100%;
  margin: 0;
}

.gallery-slider-full .services-item__img,
.gallery-slider-full-splide .services-item__img {
  box-shadow: none !important;
}

.services-item__preview-slider:not(.slick-initialized) {
  display: flex;
  visibility: hidden;
}

.services-item__preview-slider:not(.slick-initialized) > div {
  flex-shrink: 0;
  max-width: 100%;
}
.services-item__preview-slider {
  height: 28.4rem;
}
.services-item__preview-slider .slick-list,
.services-item__preview-slider .slick-track,
.services-item__preview-slider .slick-slide {
  height: 100%;
  width: 100%;
}
.services-item__preview-slider img {
  height: 100%;
  width: 100%;
  min-width: 2px;
  object-fit: cover;
}

@media (max-width: 1400px) {
  .services-item__mark {
    position: relative;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    top: 0;
    right: auto;
    width: auto;
    height: auto;
  }
  .services-item__mark span {
    position: relative;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    top: 0;
    left: auto;
  }
  .services-item__content {
    padding: 1.5rem 0 0;
  }
  .services-item {
    width: calc(33.333% - 3rem);
    margin: 0 1.5rem 3rem;
  }
}
@media (max-width: 1361px) {
  .services-item {
    font-size: 12px;
  }
}
@media (max-width: 860px) {
  .services-item__img {
    height: 23rem;
  }
}
@media (max-width: 767px) {
  .services-item {
    width: calc(50% - 3rem);
  }
}
@media (max-width: 530px) {
  .services-item {
    width: 300px;
    max-width: 100%;
    margin: 0 auto 1.5rem;
  }
}
/*//////////////
// services-item end
//////////////*/
