/* 

rgb(253,181,21);  // Yellow
rgb(38,24,30); // Dark Blue
rgb(238,49,36); // Red
rgb(242,99,34); // Orange f26322
*/

body {
  margin: 0;
  font-weight: normal;
  font-size: 16px;
  color: rgb(38, 24, 30);
  font-family: 'Euclid Square Regular', sans-serif;
  background-color: #ffffff;
  position: relative;
  -webkit-transition: .2s ease-in;
  -o-transition: .2s ease-in;
  transition: .2s ease-in;
}

body * {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background-color: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  color: inherit;
}

ul {
  list-style: none;
}

img {
  max-width: 100%;
}

button {
  cursor: pointer;
  font-family: 'Euclid Square Regular', sans-serif;
}

b, strong {
  font-family: 'Euclid Square Bold', sans-serif;
}

textarea,
input {
  font-family: 'Euclid Square Regular', sans-serif;
}

label {
  cursor: pointer;
}

label:focus, label:hover, label:active {
  outline: 0;
  outline-offset: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

section {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

select, input, textarea {
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: transparent;
}

.content-wrapper {
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  left: 0;
}

.page-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1;
  -ms-flex: 1 1;
  flex: 1 1;
}

.footer-wrapper {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1;
  -ms-flex: 0 1;
  flex: 0 1;
}

.box {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1170px;
  padding: 0px 15px;
  margin: 0 auto;
  position: relative;
}

.col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.text-center {
  text-align: center;
}

.col-100 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.d-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.row {
  min-width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.col-50 {
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  -webkit-box-flex: 0;
}

.space-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.justify-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.justify-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.ai-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ai-end {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.flex-wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.padding-lr {
  padding: 0px 15px;
}

.btn {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid rgb(242, 99, 34);
  font-size: 12px;
  font-weight: 400;
  display: block;
  color: #FFF;
  cursor: pointer;
  padding: 4px 4px;
  text-align: center;
  min-width: 130px;
}

.btn.orange {
  background: rgb(242, 99, 34);
}

.h-100 {
  height: 100%;
}

.main__description {
  background-color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  margin-top: 85px;
  padding-bottom: 40px;
  border-radius: 4px;
  /* box-shadow: 0 0 30px 1px rgba(238, 49, 36, .5); */
}

.special .main__description {
  margin-top: 0px;
}

.additional--manager img {
  border-radius: 4px;
  object-fit: cover;
}

.main__description .main__description-head {
  font-family: 'Euclid Square Regular', sans-serif;
  padding: 20px 2px;
  font-size: 25px;
  font-weight: 400;
  color: #0093d0;
  line-height: 30px;
  margin: 15px;
  border-bottom: 2px solid #ff7300;
}

.main__description p {
  margin: 5px 15px;
  line-height: 25px;
  font-family: 'Euclid Square Regular', sans-serif;
  padding: 0px;
  font-size: 16px;
  font-weight: 200;
  color: rgb(38, 24, 30);
  text-align: left;
}

.main__description p span {
  font-family: 'Euclid Square Regular', sans-serif;
  padding: 0px;
  font-size: 16px;
  font-weight: 600;
  color: rgb(38, 24, 30);
  text-align: left;
}

.manager__img {
  width: 300px;
  height: 300px;
  -webkit-border-radius: 150px;
  border-radius: 150px;
  border: 5px solid white;
}

.manager__info {
  position: relative;
  margin-bottom: -50px;
  bottom: 60px;
}

.manager__info-left {
  height: 30px;
  line-height: 10px;
  color: white;
  width: 100px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  background-color: rgb(238, 49, 36);
  z-index: 1;
  -webkit-box-shadow: -2px 2px 2px rgba(38, 24, 30, .5);
  box-shadow: -2px 2px 2px rgba(38, 24, 30, .5);
  text-align: center;
  font-size: 12px;
  font-weight: 700;
}

.manager__info-right {
  height: 50px;
  width: 150px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  background-color: white;
  position: relative;
  line-height: 17px;
  font-size: 12px;
  margin-right: -20px;
  right: 20px;
  -webkit-box-shadow: 2px 2px 2px rgba(38, 24, 30, .5);
  box-shadow: 2px 2px 2px rgba(38, 24, 30, .5);
  color: black;
  text-align: center;
}

.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 1030;
  min-height: 50px;
  padding: 10px 0;
  -webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
  -o-transition: background .5s ease-in-out, padding .5s ease-in-out;
  transition: background .5s ease-in-out, padding .5s ease-in-out;
}

.header.scrolled {
  padding: 5px 0px;
  /* background-color: rgb(253, 181, 21); */
  background: #ffffff;
}

.header .header--navigation {
  width: 100%;
}

.header .header--navigation .header--navigation__logo {
  max-width: 180px;
}

.header .header--menu__link {
  font-size: 17px;
  color: #fff;
  padding: 0 10px;
}

.header .header--phones__phone {
  text-align: center;
  color: #ffffff;
  margin: 0;
  font-size: 18px;
  font-weight: bold;
}

.header.scrolled .header--menu__link,
.header.scrolled .header--phones__phone {
  color: rgb(38, 24, 30);
}

.header.scrolled .header--menu__link:hover,
.header.scrolled .header--phones__phone:hover {
  color: #ffffff;
}


.header .language--list {
  position: absolute;
  right: 0px;
  width: 62px;
}

.header .language--list .language--item {
  padding-left: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: .6;
}

.header .language--list .language--item.ukraine {
  margin-bottom: 10px;
}

.header .language--list .language--item span {
  margin-left: 5px;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
}

.header .language--list .language--item:hover, .header .language--list .language--item.active {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 1;
}

.main .video--block {
  position: absolute;
  width: 100%;
  height: 740px;
  z-index: -1;
  top: 0;
  left: 0;
  overflow: hidden;
}

.main .main--banner {
  height: 740px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center top;
  background-attachment: relative;
  background-repeat: no-repeat;
  color: #cfcfcf;
  padding-top: 50px;
}

.main .main--banner h1 {
  font-family: 'Euclid Square Regular', sans-serif;
  font-size: 40px;
  font-weight: 800;
  color: #FFF;
  padding-bottom: 5px;
  text-align: center;
  line-height: 1;
}

.main .main--banner h1 span {
  font-family: 'Euclid Square Regular', sans-serif;
  font-size: 100px;
  font-weight: 800;
  color: #ffca2b;
  padding-bottom: 5px;
  text-align: center;
}

.main .main--banner h1 b {
  font-family: 'Euclid Square Regular', sans-serif;
  font-size: 70px;
  font-weight: 800;
  color: #0093D0;
  padding-bottom: 5px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.main .main--banner h2 {
  font-family: 'Euclid Square Regular', sans-serif;
  font-size: 30px;
  font-weight: 400;
  color: #FFF;
  padding-bottom: 0;
  margin-top: 20px;
  text-align: center;
}

.main .main--banner .page--scroll {
  width: 50px;
  height: 50px;
  color: #fff;
  background: rgb(253, 181, 21);
  border: 2px solid rgb(253, 181, 21);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  font-size: 24px;
  margin-top: 40px;
  margin-bottom: 40px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 1;
}

.main .main--actions {
  background-color: #0093d0;
  background-image: url(../images/Austria.png);
  background-position: right bottom, left bottom;
  padding: 40px 0;
  background-repeat: no-repeat;
}

.main .main--actions .actions--head__text {
  font-family: 'Euclid Square Regular', sans-serif;
  line-height: 30px;
  font-weight: 600;
  font-size: 35px;
  padding-top: 0px;
  text-align: center;
  margin-top: 25px;
  color: #ffffff;
}

.main .main--actions .actions--head h2 {
  font-family: 'Euclid Square Regular', sans-serif;
  line-height: 30px;
  font-weight: 400;
  font-size: 22px;
  padding-top: 0px;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 50px;
  color: #ffffff;
}

@media screen and (min-width: 1700px) {
  .main .main--actions .actions--head h2 {
    font-size: 24px;
  }
}

.main .main--actions .actions--head h1 {
  font-family: 'Euclid Square Regular', sans-serif;
  line-height: 30px;
  font-weight: 600;
  font-size: 25px;
  padding-top: 0px;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 50px;
  color: #ffffff;
}

.main .main--actions .actions--head h1 span {
  font-family: 'Euclid Square Regular', sans-serif;
  line-height: 30px;
  font-weight: 600;
  font-size: 25px;
  padding-top: 0px;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 50px;
  color: #ffca2b;
}

.main .main--actions .actions--head__section {
  font-size: 28px;
  font-weight: 600;
  line-height: 35px;
  color: #ffffff;
}

.main .main--actions .actions--head__section span {
  font-size: 28px;
  font-weight: 800;
  line-height: 35px;
  color: #ffca2b;
}

.main .main--actions .action--footer__section p {
  padding-top: 13px;
  font-size: 12px;
  text-align: center;
  color: #ffffff;
}

.main .main--award {
  padding: 90px 0 40px 0;
}

.main .main--award .main--award__head {
  font-family: 'Euclid Square Regular', sans-serif;
  line-height: 30px;
  font-weight: 600;
  font-size: 30px;
  padding-top: 0px;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 50px;
  color: #0093d0;
}

.main .main--award .award__block--info {
  font-size: 16px;
  color: rgb(38, 24, 30);
  list-style: none;
  margin-bottom: 6px;
  text-align: left;
}

.main .main--award .awards--list__elem {
  width: 155px;
  height: 198px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 6px 6px 6px;
}

.main .main--include {
  padding: 40px 0 10px 0;
  text-align: center;
}

.main .main--include__head {
  font-family: 'Euclid Square Regular', sans-serif;
  line-height: 30px;
  font-weight: 600;
  font-size: 30px;
  padding-top: 0px;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 50px;
  width: 100%;
  color: rgb(38, 24, 30);
}

.main .main--include__list {
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.main .main--include__list-item {
  width: 100%;
}

.main .main--include__list-item img {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.main .main--include__list-item .text {
  font: 14px 'Euclid Square Regular', sans-serif;
  margin: 10px 0;
  font-weight: 600;
}

.main .main--about {
  background-image: url(../img/picture-1.jpg);
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center top;
  background-attachment: relative;
  background-repeat: no-repeat;
  color: #cfcfcf;
  padding: 0px 0px 70px 0px;
  position: relative;
}

.main .main--about .main--about__overlay.white {
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(3%, white), color-stop(6%, rgba(255, 255, 255, 0.9)), color-stop(15%, rgba(255, 255, 255, 0.6)), color-stop(32%, rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(top, white 3%, rgba(255, 255, 255, 0.9) 6%, rgba(255, 255, 255, 0.6) 15%, rgba(255, 255, 255, 0.1) 32%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(top, white 3%, rgba(255, 255, 255, 0.9) 6%, rgba(255, 255, 255, 0.6) 15%, rgba(255, 255, 255, 0.1) 32%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, white 3%, rgba(255, 255, 255, 0.9) 6%, rgba(255, 255, 255, 0.6) 15%, rgba(255, 255, 255, 0.1) 32%, rgba(255, 255, 255, 0) 100%);
  width: 100%;
  height: 100%;
}

.main .main--about2 {
  background-image: url(../img/map-01.jpg);
  -webkit-background-size: cover;
  background-size: cover;
  background-position: right center;
  background-attachment: relative;
  background-repeat: no-repeat;
  color: #cfcfcf;
  position: relative;
  height: 700px;
}

.main .main--about2 .main--about__overlay.dark {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
}

.main .main--about2 .main--about__description {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.main .main--about2 .main--about__description .main--about__description-head {
  font-family: 'Euclid Square Regular', sans-serif;
  padding-top: 150px;
  font-size: 95px;
  font-weight: 500;
  color: #fff;
  line-height: 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.main .main--about2 .main--about__description .main--about__description-head svg {
  margin: 0px 15px;
}

.main .main--about2 p {
  padding-bottom: 150px;
  font-family: 'Euclid Square Regular', sans-serif;
  font-size: 40px;
  font-weight: 200;
  color: #fff;
  margin: 25px 10px;
  text-align: center;
  line-height: 25px;
}

.main .main--resort {
  background-image: url(../img/picture-2.jpg);
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center top;
  background-attachment: relative;
  background-repeat: no-repeat;
  color: #cfcfcf;
  padding: 0px 0px 60px 0px;
}

.main .main--about3 {
  background-image: url(../img/picture-3.jpg);
  -webkit-background-size: cover;
  background-size: cover;
  background-position: left top;
  background-attachment: relative;
  background-repeat: no-repeat;
  color: #cfcfcf;
  height: 700px;
}

.main .main--technical {
  background-image: url(../img/picture-7.jpg);
  -webkit-background-size: cover;
  background-size: cover;
  background-position: right top;
  background-attachment: relative;
  background-repeat: no-repeat;
  padding: 0px 0px 70px 0px;
}

.main .main--hotels {
  padding: 60px 0;
}

.main .main--hotels__title {
  font-family: 'Euclid Square Regular', sans-serif;
  font-weight: 600;
  font-size: 30px;
  padding-top: 0px;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 30px;
  color: rgb(38, 24, 30);
}

.main .main--hotels__title.region {
  font-family: 'Euclid Square Regular', sans-serif;
  font-weight: 600;
  font-size: 30px;
  text-align: center;
  /* margin-top: 55px; */
  margin-bottom: 30px;
  color: rgb(38, 24, 30);
}

.main .main--hotels__subtitle {
  font-family: 'Euclid Square Regular', sans-serif;
  font-weight: 300;
  color: #2d2d2d;
  font-size: 14px;
  padding-top: 0px;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 30px;
}

.main .main--hotels__list .hotel--item {
  width: 32%;
  border: 1px solid rgb(242, 99, 34);
  margin: 0px 7.5px;
  margin-bottom: 15px;
  border-radius: 4px;
}

.main .main--hotels__list .hotel--item__image {
  width: 100%;
  height: 202px;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.main .main--hotels__list .hotel--item__image:hover {
  opacity: .45;
}

.main .main--hotels__list .hotel--item__image img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  border-radius: 4px;
}

.main .main--hotels__list .hotel--item__name {
  font-family: 'Euclid Square Regular', sans-serif;
  font-size: 16px;
  margin-top: 15px;
  line-height: 19px;
  margin-bottom: 0;
  text-align: center;
  color: rgb(38, 24, 30);
  padding: 0 10px;
  height: 38px;
  font-weight: 600;
}

.main .main--hotels__list .hotel--item__price {
  color: rgb(238, 49, 36);
  font-size: 16px;
  margin: 0 10px;
}

.main .main--hotels__list .hotel--item__btns {
  margin: 20px 0;
  text-align: center;
}

.main .main--hotels__list .hotel--item__btns .hotel--btn.about-hotel {
  display: inline-block;
  text-transform: none;
  width: 45%;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  padding: 4px;
  margin-top: 0;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  background: rgba(253, 181, 21, .3);
  border: 1px solid rgb(253, 181, 21);
  margin-right: 7px;
  color: rgb(38, 24, 30);
}

.main .main--hotels__list .hotel--item__btns .hotel--btn.flights-prices {
  margin: 0 auto;
  color: #FFF;
  font-weight: 600;
  background: rgb(242, 99, 34);
  display: inline-block;
  text-transform: none;
  width: 45%;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  padding: 4px;
  margin-top: 0;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  border: 1px solid rgb(242, 99, 34);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.main .main--hotels__list .hotel--item__btns .hotel--btn.flights-prices:hover, .main .main--hotels__list .hotel--item__btns .hotel--btn.flights-prices.active {
  color: rgb(242, 99, 34);
  background: #fff;
  border: 1px solid rgb(242, 99, 34);
}

.main .main--hotels__list .hotel--item .hotel--item__includes {
  padding: 0px 15px;
  margin-top: 15px;
}

.main .main--hotels__list .hotel--item .hotel--item__includes .includes--img {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid rgb(242, 99, 34);
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 5px;
}

.main .main--hotels__list .hotel--item .hotel--item__includes .includes--info {
  font-size: 12px;
}

.main .main--hotels__list .hotel--item .hotel--item__includes .includes-item {
  margin: 7.5px 0px;
}

.main .special {
  background-color: #0093d0;
  background-repeat: no-repeat;
  color: #fff;
  padding: 70px 0;
  margin: 0px;
  background-image: url(../images/Austria.png);
  background-position: right bottom, left bottom;
}

.main .special .main .special__info {
  width: 600px;
  margin: 0px;
  margin-left: 100px;
}

.main .special__info {
  width: 600px;
  margin: 0px;
  margin-left: 100px;
}

.main .special__info--title {
  font-size: 40px;
  margin-bottom: 24px;
  font-weight: 600;
}

.main .special__info--subtitle {
  font-size: 20px;
  font-weight: 400;
}

.main .special__info--btn {
  background: rgb(253, 181, 21);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid rgb(253, 181, 21);
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  display: block;
  margin: 0 auto;
  color: #FFF;
  width: 400px;
  cursor: pointer;
  padding: 12px 8px;
  margin-top: 45px;
  box-shadow: 0 0 10px 0px rgba(238, 49, 36, .5);
}

ul {
  margin: 15px 55px 0px 55px;
}

ul li {
  position: relative;
  font-family: 'Euclid Square Regular', sans-serif;
  font-size: 16px;
  font-weight: 200;
  color: rgb(38, 24, 30);
  text-align: left;
  margin-bottom: 10px;
}

ul li ion-icon {
  font-family: 'Ionicons';
  position: absolute;
  top: 2px;
  bottom: 5px;
  left: -30px;
  font-size: 1.4em;
  color: rgb(242, 99, 34);
}

.main .main--award .awards--list__elem img {
  height: 198px;
}

@media (max-width: 1500px) {

  .header .header--menu__link {
    font-size: 16px;
  }

  .header .header--phones__phone {
    font-size: 14px;
  }

  .header .header--navigation {
    justify-content: space-between;
    padding-right: 150px;
  }
}

@media (max-width: 1310px) {
  .main .main--banner {
    height: auto;
    padding-top: 100px;
    background-image: url("./images/picture-2.jpg");
    position: relative;
  }

  .main .main--banner .main--about__overlay.dark {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
  }
}

@media (max-width: 1200px) {
  .main .main--hotels__list .hotel--item {
    width: 47%;
  }

  .main--hotels__list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .header .header--phones__phone, .header .header--menu__link {
    font-size: 11px;
  }
}

@media (max-width: 992px) {
  .header--menu {
    display: none;
  }
}

@media (max-width: 768px) {
  .action--content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .actions--head__section {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
    margin-bottom: 30px;
  }

  .main .main--banner h1 {
    font-size: 30px;
  }

  .main .main--banner h1 span,
  .main .main--banner h1 b {
    font-size: 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .main .main--banner h2 {
    font-size: 20px;
  }

  .main .main--include__list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .main .main--include__list-item {
    width: 33%;
  }

  .main .video--block {
    display: none;
  }

  .main .main--actions .actions--head__text {
    font-size: 25px;
  }

  .main .main--actions .actions--head h2 {
    font-size: 16px;
  }

  .main .main--actions .actions--head h1,
  .main .main--actions .actions--head h1 span {
    font-size: 18px;
  }

  .main .main--actions .actions--head__section,
  .main .main--actions .actions--head__section span,
  .main .main--about2 p {
    font-size: 20px;
  }

  .main .main--award {
    padding-top: 40px;
  }

  .main__description {
    max-width: 100%;
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .main .main--about2 .main--about__description .main--about__description-head {
    font-size: 50px;
  }

  .special--container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .main .special__info {
    width: 100%;
    margin: 0px;
    text-align: center;
  }

  .main .main--hotels__list .hotel--item .hotel--item__includes .includes--info {
    font-size: 10px;
  }

  .main .main--hotels__list .hotel--item {
    width: 65%;
  }

  .main .special__info--btn {
    width: auto;
  }
}

@media (max-width: 450px) {
  .main .main--hotels__list .hotel--item {
    width: 100%;
  }

  .header .header--phones__phone, .header .header--menu__link {
    font-size: 10px;
  }

  .main .main--about2 .main--about__description .main--about__description-head {
    font-size: 24px;
  }

  .header .language--list {
    right: 10px;
    top: 80px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
  }

  .main .main--banner h1 {
    font-size: 24px;
  }

  .main .main--banner h1 span, .main .main--banner h1 b {
    font-size: 30px;
  }

  .header .language--list .language--item span {
    font-size: 14px;
  }

  .header .language--list {
    flex-direction: column;
    right: 10px;
  }
}

.hotel--item__rating svg.active path {
  fill: #ffd13c;
}

.hotel--item__includes {
  height: 110px;
}

.main .main--video {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center top;
  background-attachment: relative;
  background-repeat: no-repeat;
  color: #cfcfcf;
  padding: 60px 0px;
}

.main .main--video .video--title {
  color: rgb(253, 181, 21);
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 60px;
  padding-top: 0px;
  text-align: center;
  font-family: 'Euclid Square Regular', sans-serif;
  text-transform: uppercase;
}

.main .main--video .video--name {
  font-size: 14px;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  color: rgb(242, 99, 34);
  font-weight: 600;
  background: #fff;
  padding: 5px;
  border-radius: 4px;
  margin: 0 6px;
}

.main .main--video .video--item {
  margin: 0px 7.5px;
  max-width: 340px;
}

.main .main--video .video--item video {
  width: 100%;
  border-radius: 5px;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 5px;
  vertical-align: middle;
  max-height: 220px;
  margin-bottom: 5px;
}

.main .main--managers {
  padding: 40px 0;
}

.main .main--managers .managers--title {
  font-family: 'Euclid Square Regular', sans-serif;
  font-weight: 600;
  font-size: 30px;
  padding-top: 0px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 30px;
  color: rgb(38, 24, 30);
}

.main .main--managers .managers--container .manager {
  margin: 0px 10px 20px 10px;
}

.main .main--managers .managers--container .manager img {
  flex-shrink: 0;
  width: 250px;
  height: 250px;
  border-radius: 125px;
  border: 3px solid rgb(253, 181, 21);
}

.main .main--managers .managers--container .maanager__info--bottom {
  color: rgb(38, 24, 30);
  font: 20px 'Euclid Square Regular', sans-serif;
  margin: 10px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.main .main--adress {
  text-align: center;
}

.main .main--adress .main--adress__title {
  color: rgb(38, 24, 30);
  font-size: 30px;
  margin-bottom: 10px;
}

.main .main--adress .main--adress__subtitle {
  margin-bottom: 20px;
  line-height: 24px;
  font-size: 14px;
}

.footer .footer__body {
  height: 70px;
  width: 100%;
}

.footer .footer--logo {
  max-width: 140px;
}

.footer .footer--phones {
  text-align: center;
  color: #ffffff;
  margin: 0;
  font-size: 18px;
  font-weight: bold;
}

.footer .footer--social-icon svg path {
  fill: #fff;
}

.footer .footer--copyright {
  color: #fff;
}

.modalForm--container {
  max-width: 650px;
  width: 100%;
  background: #ffffff;
  color: #3c3c3c;
  padding: 30px;
  border-radius: 6px;
}

.modalForm--container .modalForm--title {
  font-size: 22px;
  font-weight: 600;
  color: rgb(38, 24, 30);
  margin-bottom: 20px;
  text-transform: uppercase;
  text-align: center;
}

.modalForm--container .modalForm--section {
  margin-bottom: 15px;
}

.modalForm--container .modalForm--section .modal-input {
  border: 1px solid rgb(253, 181, 21);
  border-radius: 4px;
  height: 39px;
  margin-bottom: 0px;
  width: 100%;
  background: #fff;
  padding: 10px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #555;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.modalForm--container .modalForm--section .modal-input.error,
.modalForm--container .modalForm--section textarea.modal-input {
  border-color: red;
}

.modalForm--container .modalForm--section textarea.modal-input {
  border: 1px solid rgb(253, 181, 21);
  border-radius: 4px;
  height: 49px;
  margin-bottom: 0px;
  max-width: 100%;
  background: #fff;
  padding: 10px;
  font-size: 16px;
}

.modalForm--container .modalForm--section span {
  color: rgb(38, 24, 30);
  font-size: 14px;
}

.modalForm--container .formBtn {
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  display: block;
  margin: 0 auto;
  color: #FFF;
  width: 100%;
  padding: 8px;
  background: #ff7300;
  border: 1px solid transparent;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  margin-bottom: 15px;
}

.modalForm--container .formBtn:hover {
  background: rgba(242, 99, 34, .3);
  border-color: rgb(242, 99, 34);
  color: rgb(38, 24, 30)
}

.modalForm--container .modalForm--agree {
  font-size: 12px;
  line-height: 14px;
  color: #555555;
  margin-bottom: 5px;
  font-weight: bold;
}

.modalForm--container .modalForm--agree.error {
  border: 1px solid red;
}

.modalForm--container .modalForm--agree input {
  margin-right: 5px;
}

.header .language--list {
  top: 50%;
  transform: translateY(-50%);
  margin: 0px;
}

.main .main--hotels__list .hotel--item .hotel--item__includes .includes--img {
  border: none;
}

.main .main--hotels__list .hotel--item .hotel--item__includes .includes--img img {
  max-width: 70%;
}

.main .main--hotels__list .hotel--item .hotel--item__includes .includes--img.bordered {
  border: 1px solid rgb(242, 99, 34);
}

.main .main--hotels__list .hotel--item__image {
  text-align: center;
}

#hotelInfo .modalForm--name {
  color: rgb(38, 24, 30);
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
}

#hotelInfo .modalForm--head {
  margin-bottom: 15px;
}

#hotelInfo .modalForm--rating {
  margin: 15px 0px;
}

#hotelInfo .modalForm--btn {
  margin: 0 auto;
  color: #FFF;
  font-weight: 600;
  background: #ff7300;
  display: inline-block;
  text-transform: none;
  width: 100%;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  padding: 4px;
  margin-top: 15px;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  border: 1px solid #ff7300;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#hotelInfo .modalForm--price {
  color: #ff7300;
  font-size: 16px;
  display: inline-block;
  margin: 5px 0px 15px 0px;
  text-align: center;
}

.personal-data--container {
  max-width: 670px;
  color: #3c3c3c;
  padding: 30px;
  border-radius: 6px;
  text-align: center;
}

.personal-data--container .personalData--head {
  font-size: 22px;
  font-weight: 600;
  color: rgb(242, 99, 34);
  margin-bottom: 20px;
  text-transform: uppercase;
  text-align: center;
}

.personal-data--container .personalData--text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  text-align: justify;
}

.personal-data--container .personalData--link {
  color: #00a8d6;
}

.thank--page {
  margin-top: 50px;
}

.thank--page .thank--page__title {
  color: rgb(253, 181, 21);
  font-size: 36px;
  text-transform: uppercase;
  margin-bottom: 10px;
  text-align: center;
  font-family: 'Euclid Square Regular', sans-serif;
}

.thank--page .thank--page__subtitle {
  font-size: 16px;
  margin-bottom: 0px;
  color: rgb(253, 181, 21);
  text-align: center;
}

.thank--page .thankBTn {
  margin-top: 40px;
  padding: 13px 52px;
  background: #ff7300;
  color: #fff;
  text-transform: uppercase;
  border-radius: 4px;
  font-size: 14px;
  font-weight: bolder;
}

.thank--page .thank--social span {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 20px;
}

.slick-slider {
  max-width: 100%;
}

.ai-end {
  align-items: flex-end;
}

.slick-next, .slick-prev {
  display: none;
}

.main--adress-map {
  width: 100%;
}

.w-100 {
  width: 100%;
}

.slick-slider {
  max-width: 50%;
  margin: 0 auto;
  margin-bottom: 20px;
}

#hidden-map {
  width: 50%;
  height: 50%;
}

.main .main--banner h1 b {
  color: rgb(253, 181, 21);
}

@media(max-width: 1199px) {
  .main .main--actions .actions--head__section {
    font-size: 18px;
  }

  .main .main--adress {
    flex-direction: column;
  }

  .main .main--adress .adress--left,
  .main .main--adress .adress--right {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    -webkit-box-flex: 0
  }

  .main .main--adress {
    overflow: hidden;
  }
}

@media(max-width: 991px) {
  .special .box {
    flex-direction: column;
  }

  .main--managers .managers--container {
    flex-wrap: wrap;
    justify-content: center;
  }

  .main--award .serf--info {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .main--award .main--award__block {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
    margin-bottom: 10px;
  }

  .main--award .awards--list {
    justify-content: center;
    align-items: center;
  }
}

@media (max-width: 768px) {
  .footer .footer--phones {
    display: none;
  }

  .slick-slider {
    max-width: 100%;
  }

  .additional--manager img {
    border-radius: 100%;
    margin-bottom: 20px;
  }
}

@media(max-width: 600px) {
  .header .language--list {
    right: 10px;
  }

  .header .header--navigation {
    padding-right: 60px;
  }

  .btn {
    min-width: 100px;
  }

  .footer--social-icon {
    flex-shrink: 0;
    padding: 0px 5px;
  }

  .footer .footer--logo {
    max-width: 120px;
  }

  .header .header--navigation .header--navigation__logo {
    max-width: 145px;
  }
}

@media(max-width: 450px) {
  .main .main--include__list-item {
    width: 50%;
  }

  .header .language--list .language--item {
    margin: 0px;
  }

  .header .header--navigation {
    padding-right: 0px;
    justify-content: flex-start;
  }
}

@media(max-width: 400px) {
  .main .main--actions .actions--head__section {
    font-size: 16px;
  }

  .footer .footer--logo,
  .footer .footer--phones {
    display: none;
  }

  .main .main--award .award__block--info {
    font-size: 12px;
  }
}

.video--block video {
  width: 100%;
}

.slick-dotted.slick-slider {
  margin-top: 30px;
}

.slick-dots {
  bottom: initial;
  top: -30px;
}

svg.active path {
  fill: #ffd13c;
}

.main .main--actions .actions--head__section {
  margin-bottom: 20px;
}

.main .main--actions .actions--head__section strong {
  color: #ffca2b;
}

.main .main--include__list-item img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}

.main .main--actions .actions--head__section:first-of-type {
  max-width: 100%;
  width: 100%;
  flex: 0 0 100%;
}

@media(max-width: 1550px) {
  .main--adress-map iframe {
    height: 390px;
  }
}


.footer--logo a span {
  font-size: 12px;
  color: #fff;
  display: flex;
  justify-content: flex-end;
}

.header--navigation__logo a span {
  font-size: 14px;
  color: #fff;
  display: flex;
  justify-content: center;
  font-weight: 600;
}

.header.scrolled .header--navigation__logo a span {
  color: rgb(38, 24, 30);
}

.modalForm--head-info {
  padding-left: 10px;
}


.showHideItems {
  margin: 20px auto 0px;
  color: #FFF;
  font-weight: 600;
  background: rgb(242, 99, 34);
  text-transform: none;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  padding: 5px 20px;
  margin-top: 0;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  border: 1px solid rgb(242, 99, 34);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.showHideItems:hover {
  color: rgb(242, 99, 34);
  background: #fff;
  border: 1px solid rgb(242, 99, 34);
}

@media screen and (max-width: 410px) {
  .header .header--navigation .header--navigation__logo {
    max-width: 100px;
  }

  .header--navigation__logo a span {
    font-size: 10px;
  }
}

@media screen and (max-width: 360px) {
  .header .header--navigation .header--navigation__logo {
    max-width: 70px;
    padding: 0px 5px;
  }
}

.cookie-banner {
  position: fixed;
  max-width: 1000px;
  width: 100%;
  bottom: 20px;
  padding: 20px;
  background: #ffffff;
  color: black;
  display: flex;
  align-items: center;
  transform: translateX(-50%);
  left: 50%;
  justify-content: space-between;
  border-radius: 5px;
  box-shadow: 0 0px 4px rgba(0, 0, 0, .8);
  z-index: 99999;
}
