* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
header,
footer,
nav {
  display: block;
}
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
p {
  margin: 0;
  padding: 0;
}
ul,
ol {
  list-style: none;
}
img {
  width: auto;
  height: auto;
  border: none;
}
a {
  text-decoration: none;
  color: #2d2c2c;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}
a:hover {
  color: #2d2c2c;
}
a:hover {
  text-decoration: none;
}
.pseudo-elements-common,
.header::before,
.nav__link-item::before,
.slide-one::after,
.slide-one__item::before,
.slide-one__item::after,
.slides-background-wrapper::before,
.slides-background-wrapper::after,
.square-info-block__overlay::before,
.square-info-block__overlay::after,
.slide-three__decorative::before,
.slide-three__decorative::after,
.rhomb-info-block__overlay::before,
.no-bg-info-block::after,
.slide-five::before,
.wrapper--main-page::before,
.slide2-infoblock__triangle--upper::before,
.slide3-slider__back::before,
.slide3-slider__back::after,
.innerpage-slide-four__item h3::before {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-position: 0 top;
  background-size: auto;
}
.hidden {
  display: none;
}
.not-visible {
  visibility: hidden;
}
.text-uppercase {
  text-transform: uppercase;
}
.flex-parent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}
html,
body {
  background-color: #e7e7e7;
  color: #2d2c2c;
  line-height: 1;
  margin: 0 auto;
  height: 100%;
  min-height: 100%;
  width: 100%;
  font-family: 'pfdindisplaypro-reg', sans-serif;
}
.wrapper {
  margin: 0 auto;
  width: 100%;
  min-width: 1170px;
  position: relative;
  overflow: hidden;
  counter-reset: subtitle;
}
.slide-wrapper {
  width: 1170px;
  height: auto;
  margin: 0 auto;
  position: relative;
}
.right {
  float: right;
}
.left {
  float: left;
}
.button {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  padding: 10px;
  text-align: center;
}
.header {
  margin: 0 auto;
  background-color: #0a3d68;
  min-width: 1170px;
  width: 100%;
  height: 781px;
  color: #fff;
  position: relative;
}
.header::before {
  background-image: url("../img/bg-top.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  width: 100%;
  height: 110%;
}
.header--restaurant::before {
  height: 110%;
}
.header--spa::before {
  background-image: url("../img/bg-top-spa.jpg");
  height: 110%;
}
.header--taxi::before {
  background-image: url("../img/bg-top-taxi.jpg");
}
.header--travel::before {
  background-image: url("../img/bg-top-travel.jpg");
}
.header--antigua::before {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0,32,80,0.45)), color-stop(0, rgba(0,32,80,0.6))), url("../../for_clients/img/antigua.jpg");
  background-image: -webkit-linear-gradient(bottom, rgba(0,32,80,0.45) 0, rgba(0,32,80,0.6)), url("../../for_clients/img/antigua.jpg");
  background-image: linear-gradient(0deg, rgba(0,32,80,0.45) 0, rgba(0,32,80,0.6)), url("../../for_clients/img/antigua.jpg");
}
/*.header__bg-wrapper
    height 800px
    background-image url(../img/bg-top.jpg)
    background-repeat no-repeat
    background-position top center
    background-size 1800px 850px
    transform skewY(7deg)
    @media (min-width:1800px)
        background-size 100%
*/
.navigation {
  width: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.navigation>div {
  display: inline-block;
}
.logo,
.footer__logo {
  display: inline-block;
  margin-top: 47px;
}
.logo__img {
  width: 200px;
}
.nav__links {
  margin-top: 60px;
}
.nav__link-item {
  color: #f04b8c;
  position: relative;
  display: inline-block;
  padding-left: 35px;
  font-size: 16px;
  cursor: pointer;
}
.nav__link-item:hover {
  color: #f04b8c;
}
.nav__link-item:hover {
  text-decoration: underline;
}
.nav__link-item::before {
  background-repeat: no-repeat;
}
.nav__link-item:first-of-type {
  margin-right: 18px;
}
.nav__link-item--no-padding {
  padding: 0;
}
.nav__link-item--bag::before {
  width: 27px;
  height: 19px;
  background-image: url("../img/top-icons.png");
  left: 0;
  top: -4px;
}
.nav__link-item--sign-in::before {
  width: 27px;
  height: 19px;
  background-image: url("../img/top-icons.png");
  background-position: -28px top;
  top: -1px;
  left: 5px;
}
.nav__link-item--star::before {
  background-image: url("../img/main-page-top-icons.png");
  background-position: 0 top;
  width: 20px;
  height: 19px;
  top: 0;
  left: 10px;
}
.nav__link-item--contacts::before {
  background-image: url("../img/main-page-top-icons.png");
  background-position: -22px top;
  width: 30px;
  height: 30px;
  top: -6px;
  right: -45px;
}
.nav__dropdown {
  display: inline-block;
  position: relative;
  z-index: 100;
}
.nav__dropdown .nav__link-item::before {
  background: none;
}
.nav__dropdown-list {
  position: absolute;
  top: 20px;
  left: 35px;
}
.nav__dropdown-list li {
  padding: 7px 0;
}
.nav__contacts,
.footer__contacts {
  text-align: right;
  margin-left: 75px;
  margin-top: 58px;
}
.nav__contacts a,
.footer__contacts a {
  color: #fff;
  font-weight: 700;
  font-family: 'pfdindisplaypro-bold', sans-serif;
}
.nav__contacts a:hover,
.footer__contacts a:hover {
  color: #fff;
}
.contacts__link {
  font-size: 30px;
  font-weight: 900;
  font-family: 'pfdindisplaypro-black', sans-serif;
  position: relative;
  top: -8px;
}
.title {
  font-size: 50px;
  font-weight: 900;
  font-family: 'pfdindisplaypro-black', sans-serif;
  margin: 55px 0;
}
@media screen and (max-width: 1170px) {
  .title {
    font-size: 38px;
    margin: 20px 0 35px;
  }
}
.title--hotel {
  width: 780px;
}
.title--restaurant {
  width: 100%;
  text-align: center;
}
.header__text {
  font-size: 20px;
  font-weight: 400;
  width: 540px;
  line-height: 1.2;
}
.header__text--restaurant {
  text-align: center;
  width: 100%;
  padding-bottom: 20px;
}
.header__text--taxi-additional {
  text-align: center;
  padding-bottom: 15px;
  width: 100%;
}
.header__button {
  margin-top: 50px;
  position: relative;
  z-index: 1000;
}
.header--taxi .header__button,
.header--travel .header__button {
  margin-top: 25px;
}
.header__button-img {
  height: 110px;
  width: 190px;
  position: absolute;
  background-image: url("../img/white-triangle.png");
  background-repeat: no-repeat;
  background-position: center top;
  opacity: 0.25;
  left: 0;
  top: 0;
}
.header__button-img--restaurant {
  left: 50%;
  margin-left: -95px;
}
.header__button-item {
  width: 190px;
  height: 53px;
  position: absolute;
  top: 23px;
  left: 0;
  background-color: #c32656;
  color: #fff;
  font-weight: 700;
  font-family: 'pfdindisplaypro-bold', sans-serif;
  margin-bottom: 233px;
}
.header__button-item:hover {
  color: #fff;
}
.header__button-item--restaurant {
  left: 50%;
  margin-left: -95px;
}
.phone-wrapper {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -585px;
}
.restaurant-wrapper {
  position: absolute;
  top: 500px;
  left: 0;
}
.spa-wrapper,
.taxi-wrapper {
  position: absolute;
  top: 500px;
  left: -webkit-calc(50% - 585px);
  left: calc(50% - 585px);
}
.phone__picture {
  width: 574px;
  height: 750px;
  background-image: url("../img/phone-top.png");
  background-repeat: no-repeat;
  position: absolute;
  top: 150px;
  right: 0;
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
  z-index: 2;
}
.restaurant__picture,
.spa__picture,
.taxi__picture,
.taxi__picture2,
.travel__picture,
.travel__picture2 {
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 100;
}
.restaurant__picture {
  width: 623px;
  height: 362px;
  background-image: url("../img/restaurant-top.png");
  top: 0;
  left: 120px;
}
.spa__picture {
  width: 624px;
  height: 252px;
  top: -15px;
  right: -230px;
  background-image: url("../img/header-spa-pic.png");
}
.taxi__picture {
  width: 505px;
  height: 323px;
  top: 87px;
  left: 0;
  background-image: url("../img/taxi-top-img1.png");
}
.taxi__picture2 {
  width: 523px;
  height: 208px;
  top: 110px;
  right: -70px;
  background-image: url("../img/taxi-top-img2.png");
}
.travel__picture {
  width: 345px;
  height: 406px;
  top: -24px;
  left: -15px;
  background-image: url("../img/travel-top-img1.png");
}
.travel__picture2 {
  width: 449px;
  height: 323px;
  top: 15px;
  right: -95px;
  background-image: url("../img/travel-top-img2.png");
}
.subtitle {
  text-align: center;
  font-size: 36px;
  position: relative;
  margin-top: 40px;
  font-weight: 300;
  font-family: 'pfdindisplaypro-thin', sans-serif;
}
.subtitle::before {
  content: "";
  counter-increment: subtitle /* Увеличиваем значение счетчика */;
  content: '0' counter(subtitle);
  font-family: 'pfdindisplaypro-xthin', sans-serif;
  font-size: 72px;
  font-weight: 100;
  position: absolute;
  top: -80px;
  left: 50%;
  margin-left: -90px;
  color: #0a3d68;
}
.subtitle:after {
  content: url("../img/blue-triangle.png");
  position: absolute;
  top: -40px;
  left: 50%;
  margin-left: -57px;
}
.subtitle strong {
  font-family: 'pfdindisplaypro-black', sans-serif;
}
.slide1-first-color-wrapper {
  -webkit-transform: skewY(-6deg);
  transform: skewY(-6deg);
  background-color: #a6224a;
  padding-top: 7px;
  margin-top: -50px;
  overflow: hidden;
  min-width: 1170px;
  width: 100%;
}
.slide1-first-color-wrapper--restaurant {
  margin-top: -75px;
}
.slide1-second-color-wrapper {
  -webkit-transform: skewY(-1deg);
  transform: skewY(-1deg);
  background-color: #c32656;
  padding-top: 4px;
}
.slide-one {
  -webkit-transform: skewY(-1deg);
  transform: skewY(-1deg);
  background-color: #e7e7e7;
  background-image: url("../img/bg-texture.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  height: 750px;
  position: relative;
}
.slide-one::after {
  width: 100%;
  height: 50px;
  background-color: #e7e7e7;
  top: 740px;
}
.slide-one .subtitle {
  color: #cd255f;
}
.slide-one .slide-wrapper {
  -webkit-transform: skewY(8deg);
  transform: skewY(8deg);
  top: 150px;
}
.slide-one__item {
  color: #0a3d68;
  font-size: 18px;
  font-weight: 900;
  font-family: 'pfdindisplaypro-black', sans-serif;
  text-align: center;
  position: absolute;
  text-transform: uppercase;
  width: 240px;
  top: 80px;
  left: -47px;
}
.slide-one__item::before {
  top: -webkit-calc(-65px - 61px);
  top: calc(-65px - 61px);
  left: 50%;
  background-image: url("../img/slide1-icons-sprite.png");
  width: 90px;
  height: 92px;
  margin-left: -45px;
}
.slide-one__item::after {
  left: 50%;
  margin-left: -57px;
  width: 114px;
  height: 99px;
  background-size: cover;
  background-image: url("../img/blue-triangle.png");
  opacity: 0.25;
  top: -40px;
}
.slide-one__item:nth-of-type(odd)::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  top: -25px;
}
.slide-one__item:nth-of-type(1)::after {
  top: -25px;
}
.slide-one__item:nth-of-type(1)::before {
  top: -140px;
}
.slide-one__item:nth-of-type(2) {
  top: 290px;
  left: 90px;
}
.slide-one__item:nth-of-type(2)::before {
  width: 80px;
  height: 78px;
  top: -130px;
  background-position: -95px top;
}
.slide-one__item:nth-of-type(3) {
  top: 380px;
  left: 350px;
}
.slide-one__item:nth-of-type(3)::before {
  width: 90px;
  height: 90px;
  top: -130px;
  background-position: -182px top;
}
.slide-one__item:nth-of-type(4) {
  top: 370px;
  left: 620px;
}
.slide-one__item:nth-of-type(4)::before {
  width: 90px;
  height: 90px;
  top: -140px;
  background-position: -283px top;
}
.slide-one__item:nth-of-type(5) {
  top: 230px;
  left: 835px;
}
.slide-one__item:nth-of-type(5)::before {
  width: 100px;
  height: 90px;
  top: -120px;
  background-position: -379px top;
}
.slide-one__item:nth-of-type(6) {
  top: 0;
  left: 940px;
}
.slide-one__item:nth-of-type(6)::before {
  width: 90px;
  height: 90px;
  top: -130px;
  background-position: -477px top;
}
.slide-one__item--restaurant::before {
  height: 97px;
  background-image: url("../img/slide1-icons-sprite-restaurant.png");
}
.slide-one__item--restaurant:nth-of-type(1) {
  top: 130px;
}
.slide-one__item--restaurant:nth-of-type(2) {
  left: 160px;
}
.slide-one__item--restaurant:nth-of-type(2)::before {
  width: 96px;
  height: 97px;
  top: -150px;
}
.slide-one__item--restaurant:nth-of-type(3) {
  width: 260px;
  left: 410px;
}
.slide-one__item--restaurant:nth-of-type(3)::before {
  width: 104px;
  height: 97px;
  top: -140px;
  background-position: -200px top;
}
.slide-one__item--restaurant:nth-of-type(4) {
  left: 685px;
  top: 270px;
}
.slide-one__item--restaurant:nth-of-type(4)::before {
  width: 96px;
  height: 97px;
  background-position: -412px top;
}
.slide-one__item--restaurant:nth-of-type(5) {
  top: 80px;
  left: 870px;
}
.slide-one__item--restaurant:nth-of-type(5)::before {
  width: 96px;
  height: 97px;
  background-position: -520px top;
  top: -140px;
}
.slide-one__item--restaurant:nth-of-type(6)::before {
  width: 104px;
  height: 97px;
  background-position: -520px top;
  top: -140px;
}
.slide-one__item--spa::before,
.slide-one__item--taxi::before {
  height: 97px;
  background-image: url("../img/slide1-icons-sprite-spa.png");
}
.slide-one__item--spa:nth-of-type(2),
.slide-one__item--taxi:nth-of-type(2) {
  top: 240px;
  left: 70px;
}
.slide-one__item--spa:nth-of-type(2)::before,
.slide-one__item--taxi:nth-of-type(2)::before {
  width: 100px;
  height: 97px;
  top: -150px;
}
.slide-one__item--spa:nth-of-type(3),
.slide-one__item--taxi:nth-of-type(3) {
  top: 350px;
  left: 250px;
}
.slide-one__item--spa:nth-of-type(3)::before,
.slide-one__item--taxi:nth-of-type(3)::before {
  width: 104px;
  height: 97px;
  top: -140px;
  background-position: -208px top;
}
.slide-one__item--spa:nth-of-type(4),
.slide-one__item--taxi:nth-of-type(4) {
  top: 400px;
  left: 460px;
}
.slide-one__item--spa:nth-of-type(4)::before,
.slide-one__item--taxi:nth-of-type(4)::before {
  width: 96px;
  height: 97px;
  top: -150px;
  background-position: -316px top;
}
.slide-one__item--spa:nth-of-type(5),
.slide-one__item--taxi:nth-of-type(5) {
  top: 340px;
  left: 685px;
}
.slide-one__item--spa:nth-of-type(5)::before,
.slide-one__item--taxi:nth-of-type(5)::before {
  width: 96px;
  height: 97px;
  background-position: -424px top;
  top: -140px;
}
.slide-one__item--spa:nth-of-type(6),
.slide-one__item--taxi:nth-of-type(6) {
  top: 200px;
  left: 870px;
}
.slide-one__item--spa:nth-of-type(6)::before,
.slide-one__item--taxi:nth-of-type(6)::before {
  width: 104px;
  height: 97px;
  background-position: -520px top;
  top: -150px;
  margin-left: -67px;
}
.slide-one__item--spa:nth-of-type(7),
.slide-one__item--taxi:nth-of-type(7) {
  top: 20px;
  left: 1000px;
}
.slide-one__item--spa:nth-of-type(7)::before,
.slide-one__item--taxi:nth-of-type(7)::before {
  width: 104px;
  height: 97px;
  background-position: -627px top;
  top: -140px;
}
.slide-one__item--taxi::before {
  height: 97px;
  background-image: url("../img/slide1-icons-sprite-taxi.png");
}
.slide-one__item--taxi:nth-of-type(2) {
  top: 240px;
  left: 70px;
}
.slide-one__item--taxi:nth-of-type(2)::before {
  width: 100px;
  height: 97px;
  top: -150px;
}
.slide-one__item--taxi:nth-of-type(3) {
  top: 350px;
  left: 250px;
}
.slide-one__item--taxi:nth-of-type(3)::before {
  width: 104px;
  height: 97px;
  top: -140px;
  background-position: -208px top;
}
.slide-one__item--taxi:nth-of-type(4) {
  top: 400px;
  left: 460px;
}
.slide-one__item--taxi:nth-of-type(4)::before {
  width: 96px;
  height: 97px;
  top: -150px;
  background-position: -316px top;
}
.slide-one__item--taxi:nth-of-type(5) {
  top: 340px;
  left: 685px;
}
.slide-one__item--taxi:nth-of-type(5)::before {
  width: 100px;
  height: 97px;
  background-position: -421px top;
  top: -140px;
}
.slide-one__item--taxi:nth-of-type(6) {
  top: 200px;
  left: 870px;
}
.slide-one__item--taxi:nth-of-type(6)::before {
  width: 96px;
  height: 97px;
  background-position: -527px top;
  top: -150px;
  margin-left: -55px;
}
.slide-one__item--taxi:nth-of-type(7) {
  top: 20px;
  left: 1000px;
}
.slide-one__item--taxi:nth-of-type(7)::before {
  width: 104px;
  height: 97px;
  background-position: -627px top;
  top: -140px;
}
.slide-one__item--travel::before {
  height: 97px;
  background-image: url("../img/slide1-icons-sprite-travel.png");
}
.slide-one__item--travel:nth-of-type(1) {
  top: 120px;
  left: 0px;
}
.slide-one__item--travel:nth-of-type(2) {
  top: 285px;
  left: 170px;
}
.slide-one__item--travel:nth-of-type(2)::before {
  width: 100px;
  height: 97px;
  top: -150px;
}
.slide-one__item--travel:nth-of-type(3) {
  top: 385px;
  left: 435px;
}
.slide-one__item--travel:nth-of-type(3)::before {
  width: 104px;
  height: 97px;
  top: -140px;
  background-position: -202px top;
}
.slide-one__item--travel:nth-of-type(4) {
  top: 280px;
  left: 685px;
}
.slide-one__item--travel:nth-of-type(4)::before {
  width: 96px;
  height: 97px;
  top: -150px;
  background-position: -316px top;
}
.slide-one__item--travel:nth-of-type(5) {
  top: 87px;
  left: 915px;
}
.slide-one__item--travel:nth-of-type(5)::before {
  width: 100px;
  height: 97px;
  background-position: -421px top;
  top: -140px;
}
/*.slide23-skew-wrapper
    transform skewY(2deg)
    padding-top: 50px
    margin-top -160px
*/
.slides-background-wrapper {
  -webkit-transform: skewY(2deg);
  transform: skewY(2deg);
  height: 2001px;
  min-width: 1170px;
  width: 100%;
  color: #fff;
  position: relative;
  margin-top: -100px;
}
.slides-background-wrapper::before {
  -webkit-transform: skewY(-2deg);
  transform: skewY(-2deg);
  background-image: url("../img/bg-middle.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  width: 100%;
  height: 100%;
}
.slides-background-wrapper::after {
  -webkit-transform: skewY(-2deg);
  transform: skewY(-2deg);
  background-image: url("../img/stroke2.png");
  background-size: 1800px;
  height: 100px;
  width: 100%;
  top: -20px;
}
@media (min-width: 1800px) {
  .slides-background-wrapper::after {
    background-size: 100%;
  }
}
.slides-background-wrapper--restaurant {
  height: 1160px;
}
.slides-background-wrapper--spa {
  height: 1160px;
}
.slides-background-wrapper--spa::before {
  background-image: url("../img/bg-middle-spa.jpg");
}
.slides-background-wrapper--taxi {
  height: 1160px;
}
.slides-background-wrapper--taxi::before {
  background-image: url("../img/bg-middle-taxi.jpg");
}
.slides-background-wrapper--travel {
  height: 1160px;
}
.slides-background-wrapper--travel::before {
  background-image: url("../img/bg-middle-travel.jpg");
}
.slide-two {
  -webkit-transform: skewY(-2deg);
  transform: skewY(-2deg);
  padding-top: 100px;
  min-width: 1170px;
  width: 100%;
}
.slide-two .subtitle::before {
  color: #fff;
}
.slide-two .subtitle::after {
  content: url("../img/pink-triangle.png");
}
.square-blocks-wrapper {
  margin: 95px 0;
}
.square-info-block {
  width: 370px;
  height: 295px;
  padding: 15px;
  margin-bottom: 25px;
  cursor: pointer;
  background-size: cover;
}
.square-info-block:nth-of-type(1) {
  background-image: url("../img/square-info-block-1.jpg");
}
.square-info-block:nth-of-type(2) {
  background-image: url("../img/square-info-block-2.jpg");
}
.square-info-block:nth-of-type(3) {
  background-image: url("../img/square-info-block-3.jpg");
}
.square-info-block:nth-of-type(4) {
  background-image: url("../img/square-info-block-4.jpg");
}
.square-info-block.square-info-block--lg {
  width: 100%;
}
.square-info-block.square-info-block--lg .square-info-block__under {
  padding: 80px 130px;
}
.square-info-block__wrapper {
  border: 1px solid #fff;
  height: 100%;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.square-info-block__wrapper:hover {
  -webkit-box-shadow: 0 0 15px rgba(255,255,255,0.5);
  box-shadow: 0 0 15px rgba(255,255,255,0.5);
}
.square-info-block__overlay {
  color: #e72f77;
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  font-family: 'pfdindisplaypro-black', sans-serif;
  width: 250px;
  margin: 0 auto;
  position: relative;
  margin-top: 165px;
  line-height: 1.2;
}
.square-info-block__overlay::before {
  height: 61px;
  background-image: url("../img/slide2-icons-sprite.png");
  left: 50%;
  width: 63px;
  margin-left: -30px;
  top: -90px;
}
.square-info-block__overlay::after {
  background-image: url("../img/triangle-white-1.png");
  opacity: 0.15;
  width: 230px;
  height: 199px;
  background-size: contain;
  top: -110px;
  left: 10px;
}
.square-info-block:nth-of-type(2) .square-info-block__overlay {
  margin-top: 140px;
}
.square-info-block:nth-of-type(2) .square-info-block__overlay::before {
  background-position: -63px top;
  top: -70px;
}
.square-info-block:nth-of-type(2) .square-info-block__overlay::after {
  background-image: url("../img/triangle-white-2.png");
  top: -105px;
  left: 10px;
}
.square-info-block:nth-of-type(3) .square-info-block__overlay {
  margin-top: 140px;
}
.square-info-block:nth-of-type(3) .square-info-block__overlay::before {
  background-position: -124px top;
  top: -70px;
  margin-left: -37px;
}
.square-info-block:nth-of-type(3) .square-info-block__overlay::after {
  background-image: url("../img/triangle-white-3.png");
  top: -110px;
  left: 4px;
}
.square-info-block:nth-of-type(4) .square-info-block__overlay {
  margin-top: 135px;
}
.square-info-block:nth-of-type(4) .square-info-block__overlay::before {
  background-position: -188px top;
  top: -70px;
}
.square-info-block:nth-of-type(4) .square-info-block__overlay::after {
  background-image: url("../img/triangle-white-4.png");
  top: -100px;
  left: 10px;
}
.square-info-block__under {
  text-align: center;
  font-size: 18px;
  padding: 40px 30px;
  line-height: 1.3;
  opacity: 0;
}
.slide-three {
  -webkit-transform: skewY(-2deg);
  transform: skewY(-2deg);
  min-width: 1170px;
  width: 100%;
}
.slide-three .subtitle::before {
  color: #fff;
}
.slide-three .subtitle::after {
  content: url("../img/pink-triangle.png");
}
.slide-three__text {
  width: 830px;
  margin: 70px auto 55px;
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
}
.slide-three__decorative {
  width: 100%;
  margin: 0 auto;
  position: relative;
  margin-top: -80px;
  opacity: 0.5;
}
.slide-three__decorative::before,
.slide-three__decorative::after {
  width: 78px;
  height: 78px;
  opacity: 0.9;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
  background-color: #a1103c;
  left: -62px;
}
.slide-three__decorative::after {
  left: 1152px;
  background-color: #0a3d68;
}
.slide-three__decorative--restaurant {
  position: absolute;
  top: 450px;
  left: 0;
}
.slide-three__decorative--restaurant::before {
  left: 50px;
}
.slide-three__decorative--restaurant::after {
  left: 1050px;
}
.slide-three__rhombs {
  width: -webkit-calc(780px + 30px);
  width: calc(780px + 30px);
  margin: 0 auto;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: -120px;
}
.slide-three__rhombs--restaurant {
  width: -webkit-calc(585px + 20px);
  width: calc(585px + 20px);
  margin-top: 150px;
}
.rhomb-info-block {
  -webkit-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
  width: 195px;
  height: 195px;
  margin-bottom: 10px;
  background-color: #a1103c;
}
.rhomb-info-block--white {
  background-color: #fff;
  color: #272727;
}
.rhomb-info-block--blue {
  background-color: #0a3d68;
}
.rhomb-info-block--transparent {
  background-color: #0a3d68;
  opacity: 0.9;
}
.rhomb-info-block__overlay {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: 90px 0 0 -15px;
  font-size: 24px;
  text-align: center;
  position: relative;
  width: 190px;
  height: 50px;
}
.rhomb-info-block__overlay::before {
  background-image: url("../img/slide3-icons-sprite.png");
  height: 62px;
  left: 50%;
  top: -80px;
  width: 50px;
  margin-left: -25px;
}
.rhomb-info-block__overlay.rhomb-info-block__overlay--inactive {
  display: none;
}
.rhomb-info-block:nth-of-type(5) .rhomb-info-block__overlay::before {
  background-position: -55px top;
}
.rhomb-info-block:nth-of-type(6) .rhomb-info-block__overlay::before {
  background-position: -105px top;
}
.rhomb-info-block:nth-of-type(7) .rhomb-info-block__overlay::before {
  background-position: -160px top;
}
.rhomb-info-block:nth-of-type(10) .rhomb-info-block__overlay::before {
  background-position: -218px top;
  width: 65px;
  margin-left: -31px;
}
.rhomb-info-block:nth-of-type(11) .rhomb-info-block__overlay::before {
  background-position: -290px top;
  width: 62px;
  margin-left: -31px;
}
.rhomb-info-block:nth-of-type(12) .rhomb-info-block__overlay::before {
  background-position: -360px top;
  width: 62px;
  margin-left: -31px;
}
.rhomb-info-block:nth-of-type(15) .rhomb-info-block__overlay::before {
  background-position: -433px top;
  width: 62px;
  margin-left: -31px;
}
.rhomb-info-block__overlay--restaurant::before {
  background-image: url("../img/slide3-icons-sprite-restaurant.png");
}
.rhomb-info-block--restaurant:nth-of-type(2) .rhomb-info-block__overlay::before {
  background-position: -54px top;
}
.rhomb-info-block--restaurant:nth-of-type(4) .rhomb-info-block__overlay::before {
  background-position: -104px top;
}
.rhomb-info-block--restaurant:nth-of-type(5) .rhomb-info-block__overlay::before {
  background-position: -160px top;
}
.rhomb-info-block--restaurant:nth-of-type(6) .rhomb-info-block__overlay::before {
  background-position: -220px top;
}
.rhomb-info-block--restaurant:nth-of-type(8) .rhomb-info-block__overlay::before {
  background-position: -280px top;
}
.rhomb-info-block--restaurant:nth-of-type(9) .rhomb-info-block__overlay::before {
  background-position: -338px top;
}
.rhomb-info-block__overlay--spa::before {
  background-image: url("../img/slide3-icons-sprite-spa.png");
  top: -65px;
}
.rhomb-info-block--spa:nth-of-type(1) .rhomb-info-block__overlay::before {
  width: 46px;
}
.rhomb-info-block--spa:nth-of-type(2) .rhomb-info-block__overlay::before {
  background-position: -50px top;
}
.rhomb-info-block--spa:nth-of-type(4) .rhomb-info-block__overlay::before {
  background-position: -104px top;
}
.rhomb-info-block--spa:nth-of-type(5) .rhomb-info-block__overlay::before {
  background-position: -160px top;
}
.rhomb-info-block--spa:nth-of-type(6) .rhomb-info-block__overlay::before {
  background-position: -208px top;
}
.rhomb-info-block--spa:nth-of-type(8) .rhomb-info-block__overlay::before {
  background-position: -262px top;
}
.rhomb-info-block--spa:nth-of-type(9) .rhomb-info-block__overlay::before {
  background-position: -318px top;
}
.rhomb-info-block__overlay--taxi::before {
  background-image: url("../img/slide3-icons-sprite-taxi.png");
  top: -65px;
}
.rhomb-info-block--taxi:nth-of-type(1) .rhomb-info-block__overlay::before {
  width: 46px;
}
.rhomb-info-block--taxi:nth-of-type(2) .rhomb-info-block__overlay::before {
  background-position: -50px top;
}
.rhomb-info-block--taxi:nth-of-type(3) .rhomb-info-block__overlay::before {
  background-position: -102px top;
}
.rhomb-info-block--taxi:nth-of-type(4) .rhomb-info-block__overlay::before {
  background-position: -159px top;
}
.rhomb-info-block--taxi:nth-of-type(5) .rhomb-info-block__overlay::before {
  background-position: -212px top;
}
.rhomb-info-block--taxi:nth-of-type(6) .rhomb-info-block__overlay::before {
  background-position: -266px top;
}
.rhomb-info-block--taxi:nth-of-type(8) .rhomb-info-block__overlay::before {
  background-position: -320px top;
}
.rhomb-info-block--taxi:nth-of-type(9) .rhomb-info-block__overlay::before {
  background-position: -370px top;
}
.rhomb-info-block__overlay--travel::before {
  background-image: url("../img/slide3-icons-sprite-travel.png");
  top: -65px;
}
.rhomb-info-block--taxi:nth-of-type(1) .rhomb-info-block__overlay::before {
  width: 46px;
}
.rhomb-info-block--taxi:nth-of-type(2) .rhomb-info-block__overlay::before {
  background-position: -50px top;
}
.rhomb-info-block--taxi:nth-of-type(3) .rhomb-info-block__overlay::before {
  background-position: -102px top;
}
.rhomb-info-block--taxi:nth-of-type(4) .rhomb-info-block__overlay::before {
  background-position: -152px top;
}
.rhomb-info-block--taxi:nth-of-type(5) .rhomb-info-block__overlay::before {
  background-position: -209px top;
}
.rhomb-info-block--taxi:nth-of-type(6) .rhomb-info-block__overlay::before {
  background-position: -259px top;
}
.rhomb-info-block--taxi:nth-of-type(8) .rhomb-info-block__overlay::before {
  background-position: -309px top;
}
.rhomb-info-block--taxi:nth-of-type(9) .rhomb-info-block__overlay::before {
  background-position: -364px top;
}
.rhomb-info-block__under {
  padding: 15px;
  text-align: center;
  height: 100%;
  display: none;
  opacity: 0;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}
.rhomb-info-block__under p {
  width: 175px;
}
/*    &.rhomb-info-block__under--active
        display flex
        justify-content center
        align-items center
*/
.rhomb-info-block--text {
  cursor: pointer;
/*&:hover
        transform rotate(45deg)
        z-index 10
        &>.rhomb-info-block__overlay
            display none
        &>.rhomb-info-block__under
            display flex
            justify-content center
            align-items center
            opacity 1
*/
}
.rhomb-info-block--text.rhomb-info-block--text-rotated {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 10;
}
.slide4-skew-wrapper {
  min-width: 1170px;
  width: 100%;
  -webkit-transform: skewY(-7deg);
  transform: skewY(-7deg);
  background-color: #e7e7e7;
  margin-top: -120px;
  padding-top: 60px;
}
.slide-four {
  -webkit-transform: skewY(7deg);
  transform: skewY(7deg);
}
.slide-four .subtitle {
  color: #cd255f;
}
.slide4-logo {
  opacity: 0.5;
  position: absolute;
  top: -100px;
  left: 750px;
  width: 210px;
}
.slide-four__text {
  font-size: 18px;
  line-height: 1.2;
  color: #323232;
  width: 770px;
  margin: 75px auto;
  text-align: center;
  font-family: 'pfdindisplaypro-light', sans-serif;
}
.slide-four__info-blocks {
  width: 100%;
}
.no-bg-info-block {
  width: 360px;
  height: auto;
  padding-bottom: 15px;
  font-family: 'pfdindisplaypro-light', sans-serif;
  font-size: 16px;
  line-height: 1.2;
  position: relative;
  margin-bottom: 73px;
}
.no-bg-info-block::after {
  width: 117px;
  height: 3px;
  background-color: #cb1d61;
  left: 0;
  bottom: 0;
}
.no-bg-info-block h3 {
  font-size: 18px;
  text-transform: uppercase;
  font-family: 'pfdindisplaypro-bold', sans-serif;
  margin-bottom: 10px;
  text-align: left;
  width: 300px;
}
.no-bg-info-block--unvisible::after {
  display: none;
}
.bottom-text {
  height: 153px;
  background-image: url("../img/bottom-text.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 1800px 153px;
}
@media (min-width: 1800px) {
  .bottom-text {
    background-size: 100%;
  }
}
.bottom-text--travel {
  position: relative;
  top: 46px;
  left: -10px;
}
.slide-four__spa-picture,
.slide-four__taxi-picture,
.slide-four__travel-picture {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  position: absolute;
}
.slide-four__spa-picture {
  width: 237px;
  height: 257px;
  top: -100px;
  left: -webkit-calc(50% + 500px);
  left: calc(50% + 500px);
  background-image: url("../img/slide-four-spa-pic.png");
}
.slide-four__taxi-picture {
  width: 140px;
  height: 320px;
  top: -70px;
  right: 0;
  background-image: url("../img/slide-four-taxi-pic.png");
}
.slide-four__travel-picture {
  width: 308px;
  height: 315px;
  top: -60px;
  right: 0;
  background-image: url("../img/slide-four-travel-pic.png");
}
/*.slide5-skew-wrapper
    transform skewY(-1deg)*/
.slide-five {
  height: 1075px;
  min-width: 1170px;
  width: 100%;
  color: #fff;
}
.slide-five .slide-wrapper {
  padding-top: 70px;
}
.slide-five::before {
  background-position: center top;
  background-size: 1800px auto;
  width: 100%;
  height: 1075px;
}
@media (min-width: 1800px) {
  .slide-five::before {
    background-size: 100% 1075px;
  }
}
.slide-five--spa::before {
  background-image: url("../img/bg-bottom-spa.jpg");
  background-size: cover;
}
.slide-five--spa .subtitle::after,
.slide-five--taxi .subtitle::after {
  content: url("../img/pink-triangle.png");
}
.slide-five--spa .subtitle::before,
.slide-five--taxi .subtitle::before {
  color: #cd255f;
}
.slide-five--taxi::before {
  background-size: cover;
  background-image: url("../img/bg-bottom-taxi.jpg");
}
.slide-five--travel::before {
  background-image: url("../img/bg-bottom-travel.jpg");
}
.slide-five__wrapper {
  margin-left: 400px;
  margin-top: 40px;
  padding-right: 10px;
  font-size: 24px;
}
.logo-UH {
  position: absolute;
  left: 60px;
  top: 100px;
  z-index: 100;
}
.logo-UH a {
  display: block;
  width: 100%;
  height: 100%;
}
.slide-five__info {
  padding: 10px 0 25px;
  font-family: 'pfdindisplaypro-bold', sans-serif;
}
.slide-five__text {
  font-size: 18px;
  line-height: 1.4;
}
.slide-five__text p {
  text-indent: 26px;
  padding-bottom: 15px;
}
.slide-five__text li .fa {
  padding-right: 15px;
}
.slide-five__text-list li {
  height: 22px;
  display: block;
}
.reg-button {
  width: 320px;
  height: 60px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #0a3d68;
  font-size: 30px;
  font-family: 'pfdindisplaypro-bold', sans-serif;
  color: #fff;
}
.reg-button:hover {
  color: #fff;
}
.reg-button span {
  position: relative;
}
.reg-button span::after {
  content: url("../img/paper-plane.png");
  position: absolute;
  right: -40px;
}
footer {
  margin: 150px 0 55px;
}
.footer__common {
  margin-top: 10px;
}
.footer__logo {
  margin: 0;
}
.footer__contacts {
  margin: 0;
}
.footer__call-button,
.bottom-nav__button {
  color: #fff;
  width: 186px;
  height: 41px;
  margin-right: 60px;
  font-family: 'pfdindisplaypro-black', sans-serif;
  background-color: #c32656;
}
.footer__call-button:hover,
.bottom-nav__button:hover {
  color: #fff;
}
.footer__signup {
  display: block;
}
.footer__signup input {
  height: 41px;
  border: none;
  background-color: #0a284b;
  padding: 10px 0 10px 20px;
  font-size: 17px;
  color: #fff;
}
.footer__signup input::-webkit-input-placeholder {
  color: #fff;
}
.footer__signup input::-moz-placeholder {
  color: #fff;
}
.footer__signup input:-moz-placeholder {
  color: #fff;
}
.footer__signup input:-ms-input-placeholder {
  color: #fff;
}
.footer__submit-btn,
.social-icons__link {
  width: 47px;
  height: 41px;
  text-transform: uppercase;
  font-family: 'pfdindisplaypro-black', sans-serif;
  color: #fff;
  background-color: #284d80;
}
.footer__submit-btn:hover,
.social-icons__link:hover {
  color: #fff;
}
.bottom-wrapper {
  width: 100%;
  height: 41px;
  background-color: #0a284b;
  position: absolute;
}
.bottom-nav,
.site-design {
  width: 1170px;
  margin: 0 auto;
}
.bottom-nav__button {
  margin-right: 117px;
}
.bottom-nav__link {
  display: block;
  text-transform: uppercase;
  font-family: 'pfdindisplaypro-med', sans-serif;
  margin-right: 42px;
  height: 41px;
  line-height: 41px;
  color: #fff;
}
.bottom-nav__link:hover {
  color: #fff;
}
.bottom-nav__link:hover {
  text-decoration: underline;
}
.social-icons {
  margin-right: 70px;
}
.social-icons__link {
  display: inline-block;
}
.social-icons__link .fa {
  font-size: 18px;
  padding-top: 2px;
}
.powered-by {
  height: 41px;
  line-height: 41px;
}
.site-design {
  text-align: right;
  padding-top: 35px;
}
.site-design a {
  color: #fff;
}
.site-design a:hover {
  color: #fff;
}
.footer__call-button {
  display: none;
}
.button-offices {
  background-color: #b21847;
}
.myoffice {
  display: block;
  width: 900px;
  height: 150px;
  background-color: #fff;
  position: absolute;
  color: #000;
  top: -150px;
}
.myoffice ul {
  float: left;
  width: 150px;
  height: 150px;
  border-right: 1px solid #000;
  padding: 20px;
}
.myoffice ul:first-of-type {
  border: none;
  padding: 0;
}
/* MAIN PAGE STYLE */
.wrapper--main-page {
  height: 100%;
  width: 100%;
  overflow: auto;
  color: #fff;
}
.wrapper--main-page::before {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  width: 100%;
  height: 100%;
  background-image: url("../img/main-page-bg.jpg");
}
.slide-wrapper--main-page {
  height: 100%;
}
.content-main-page {
  position: relative;
}
.content-main-page__link {
  color: #fff;
}
.content-main-page__link:hover {
  color: #fff;
}
.content-main-page__link:hover,
.content-main-page__link:active {
  text-decoration: none;
}
.nav__link-item--bold {
  font-family: 'pfdindisplaypro-bold', sans-serif;
}
.title--main-page {
  text-align: center;
}
@media screen and (max-width: 1170px) {
  .title--main-page {
    margin: 55px 0 35px;
  }
}
.info-main-page {
  width: 634px;
  margin: 0 auto;
  text-align: center;
  font-family: 'pfdindisplaypro-bold', sans-serif;
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 90px;
}
.romb-link {
  margin: 0 auto;
  width: 200px;
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}
.romb-link__wrapper,
.romb-link-lg__wrapper,
.romb-link-md__wrapper {
  width: 70px;
  height: 70px;
  -webkit-transform: rotate(45deg) skew(11deg, 11deg);
  transform: rotate(45deg) skew(11deg, 11deg);
  background-color: #c32656;
}
.romb-link__wrapper--under {
  background-color: #9b1840;
  position: absolute;
  left: 5px;
}
.romb-link__inner,
.romb-link-md__inner {
  color: #fff;
  width: 200px;
  position: absolute;
  top: 22px;
  left: -65px;
  text-align: center;
  font-family: 'pfdindisplaypro-bold', sans-serif;
  font-size: 24px;
  -webkit-transform: rotateZ(-90deg);
  transform: rotateZ(-90deg);
}
.romb-link__inner:hover,
.romb-link-md__inner:hover {
  color: #fff;
}
.romb-links-wrapper {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  margin-top: -180px;
  margin-left: 200px;
  margin-bottom: 30px;
  width: -webkit-calc(690px + 18px);
  width: calc(690px + 18px);
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
  position: relative;
}
@media screen and (max-width: 1170px) {
  .romb-links-wrapper {
    margin-left: 114px;
    margin-top: -150px;
    width: -webkit-calc(480px + 18px);
    width: calc(480px + 18px);
  }
}
.romb-link-lg {
  display: block;
  width: 230px;
  height: 230px;
  position: relative;
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
  margin-bottom: 5px;
  margin-right: 5px;
}
@media screen and (max-width: 1170px) {
  .romb-link-lg {
    width: 160px;
    height: 160px;
  }
}
.romb-link-lg--first {
  left: -45px;
  top: -5px;
}
@media screen and (max-width: 1170px) {
  .romb-link-lg--first {
    left: -30px;
    top: 0px;
  }
}
.romb-link-lg--third {
  left: 5px;
  top: 45px;
}
@media screen and (max-width: 1170px) {
  .romb-link-lg--third {
    left: 0px;
    top: 30px;
  }
}
.romb-link-lg--fourth {
  left: 50px;
  top: 50px;
}
@media screen and (max-width: 1170px) {
  .romb-link-lg--fourth {
    left: 30px;
    top: 30px;
  }
}
.romb-link-lg--fifth {
  left: 55px;
  top: 95px;
}
@media screen and (max-width: 1170px) {
  .romb-link-lg--fifth {
    left: 30px;
    top: 60px;
  }
}
.romb-link-lg__wrapper {
  width: 230px;
  height: 230px;
  background-color: transparent;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
@media screen and (max-width: 1170px) {
  .romb-link-lg__wrapper {
    width: 160px;
    height: 160px;
  }
}
.romb-link-md__wrapper {
  width: 125px;
  height: 125px;
  position: absolute;
  top: 50px;
  left: 50px;
}
@media screen and (max-width: 1170px) {
  .romb-link-md__wrapper {
    width: 100px;
    height: 100px;
    top: 30px;
    left: 30px;
  }
}
.romb-link-lg__inner {
  width: 150%;
  height: 150%;
  margin-left: -25%;
  margin-top: -25%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transform: rotate(45deg) skew(0deg, 0deg);
  transform: rotate(45deg) skew(0deg, 0deg);
}
.romb-link-lg__inner--restaurants {
  background-image: url("../img/main-page-restaurant.jpg");
  background-position: 90% 50%;
}
.romb-link-lg__inner--hotels {
  background-image: url("../img/main-page-hotel.jpg");
  background-position: 20% 50%;
}
.romb-link-lg__inner--taxi {
  background-image: url("../img/main-page-taxi.jpg");
}
.romb-link-lg__inner--spa {
  background-image: url("../img/main-page-spa.jpg");
  background-position: 0%;
}
.romb-link-lg__inner--travel {
  background-image: url("../img/main-page-travel.jpg");
}
.romb-link-md__inner {
  width: 120px;
  left: 55px;
  top: 100px;
  font-size: 17px;
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}
@media screen and (max-width: 1170px) {
  .romb-link-md__inner {
    left: 20px;
    top: 70px;
  }
}
.romb-link-md__inner--long {
  top: 96px;
}
@media screen and (max-width: 1170px) {
  .romb-link-md__inner--long {
    top: 62px;
  }
}
.contacts-main-page {
  margin: 0 auto;
  margin-bottom: 100px;
  border-collapse: collapse;
}
.contacts-main-page__block {
  vertical-align: top;
  padding: 30px 0 10px;
  border-bottom: 1px solid #fff;
}
.contacts-main-page__block-title {
  padding: 30px 50px 10px 0;
  vertical-align: top;
}
.contacts-main-page__title {
  font-size: 20px;
  margin-bottom: 10px;
}
.contacts-main-page__text {
  margin-bottom: 10px;
}
.contacts-main-page__link {
  color: #fff;
}
.contacts-main-page__link:hover {
  color: #fff;
}
.contacts-main-page__link:hover {
  text-decoration: underline;
}
/* MAIN PAGE STYLE end */
@media screen and (max-width: 1170px) {
  .wrapper {
    min-width: 1000px;
    max-width: 1170px;
  }
  .slide-wrapper {
    width: 765px;
  }
  .header {
    min-width: 1000px;
    max-width: 1170px;
    height: 590px;
  }
  .navigation {
    padding: 0 20px;
  }
  .logo {
    margin-top: 28px;
  }
  .title--hotel {
    width: 660px;
  }
  .header__text {
    font-size: 16px;
    line-height: 1.4;
  }
  .header__text--taxi-additional {
    font-size: 15px;
  }
  .nav__contacts {
    margin-top: 40px;
  }
  .nav__contacts .contacts__link {
    font-size: 22px;
  }
  .nav__links {
    position: absolute;
    top: 20px;
    right: 20px;
  }
  .header__button {
    margin-top: 30px;
  }
  .header--taxi .header__button,
  .header--travel .header__button {
    margin-top: 5px;
  }
  .header__button-item {
    font-size: 13px;
    width: 172px;
    height: 48px;
  }
  .header__button-img {
    background-size: cover;
    width: 110px;
    height: 100px;
    margin: 0 0 0 30px;
  }
  .header__button-img--restaurant {
    margin: 0 0 0 -65px;
  }
  .nav__link-item {
    font-size: 14px;
  }
  .nav__dropdown .nav__link-item {
    margin-right: 0;
  }
  .phone__picture {
    width: 300px;
    height: 450px;
    background-size: cover;
    right: -190px;
    top: 200px;
    -webkit-transform: rotate(-40deg);
    transform: rotate(-40deg);
  }
  .restaurant-wrapper {
    top: 400px;
  }
  .taxi-wrapper,
  .spa-wrapper {
    top: 400px;
    left: -webkit-calc(50% - 382px);
    left: calc(50% - 382px);
  }
  .restaurant__picture {
    width: 420px;
    height: 240px;
    left: 50px;
  }
  .spa__picture {
    width: 400px;
    height: 200px;
    right: -178px;
    top: 8px;
  }
  .taxi__picture {
    width: 310px;
    height: 200px;
    left: 0;
    top: 86px;
  }
  .taxi__picture2 {
    width: 345px;
    height: 140px;
    right: -100px;
    top: 80px;
  }
  .travel__picture {
    width: 240px;
    height: 280px;
    top: 0;
    left: -68px;
  }
  .travel__picture2 {
    width: 306px;
  }
  .slide1-first-color-wrapper {
    min-width: 1000px;
    max-width: 1170px;
  }
  .slide1-first-color-wrapper--restaurant {
    margin-top: -55px;
  }
  .subtitle {
    font-size: 24px;
  }
  .subtitle::before {
    font-size: 48px;
    top: -55px;
    margin-left: -70px;
  }
  .subtitle::after {
    content: url("../img/blue-triangle-sm.png");
    position: absolute;
    top: -28px;
    margin-left: -38px;
  }
  .slide-one {
    min-width: 1000px;
    max-width: 1170px;
  }
  .slide-one .slide-wrapper {
    top: 100px;
  }
  .slide-one__item {
    font-size: 15px;
    width: 180px;
    top: 90px;
  }
  .slide-one__item::before {
    top: -90px;
    background-image: url("../img/slide1-icons-sprite-sm.png");
    width: 60px;
    margin-left: -30px;
  }
  .slide-one__item:nth-of-type(1)::before {
    top: -90px;
  }
  .slide-one__item:nth-of-type(2) {
    top: 220px;
    left: 50px;
    width: 180px;
  }
  .slide-one__item:nth-of-type(2)::before {
    width: 55px;
    top: -110px;
    background-position: -65px top;
  }
  .slide-one__item:nth-of-type(2)::after {
    top: -40px;
  }
  .slide-one__item:nth-of-type(3) {
    top: 290px;
    left: 220px;
  }
  .slide-one__item:nth-of-type(3)::before {
    width: 65px;
    top: -100px;
    background-position: -118px top;
  }
  .slide-one__item:nth-of-type(4) {
    top: 280px;
    left: 400px;
  }
  .slide-one__item:nth-of-type(4)::before {
    width: 65px;
    top: -110px;
    background-position: -185px top;
  }
  .slide-one__item:nth-of-type(5) {
    top: 180px;
    left: 545px;
  }
  .slide-one__item:nth-of-type(5)::before {
    width: 65px;
    top: -95px;
    background-position: -250px top;
  }
  .slide-one__item:nth-of-type(5)::after {
    top: -18px;
  }
  .slide-one__item:nth-of-type(6) {
    top: 10px;
    left: 610px;
  }
  .slide-one__item:nth-of-type(6)::before {
    top: -100px;
    background-position: -315px top;
  }
  .slide-one__item--restaurant::before {
    background-image: url("../img/slide1-icons-sprite-restaurant-sm.png");
    width: 52px;
  }
  .slide-one__item--restaurant:nth-of-type(1) {
    top: 65px;
  }
  .slide-one__item--restaurant:nth-of-type(2)::before {
    width: 60px;
    background-position: -52px top;
  }
  .slide-one__item--restaurant:nth-of-type(3) {
    width: 180px;
    left: 250px;
  }
  .slide-one__item--restaurant:nth-of-type(3)::before {
    width: 70px;
    background-position: -114px top;
  }
  .slide-one__item--restaurant:nth-of-type(4) {
    top: 215px;
    left: 420px;
  }
  .slide-one__item--restaurant:nth-of-type(4)::before {
    width: 50px;
    background-position: -250px top;
    margin-left: -17px;
  }
  .slide-one__item--restaurant:nth-of-type(5) {
    top: 90px;
    left: 560px;
  }
  .slide-one__item--restaurant:nth-of-type(5)::before {
    width: 70px;
    left: 102px;
    background-position: -300px top;
  }
  .slide-one__item--restaurant:nth-of-type(6)::before {
    background-position: -300px top;
  }
  .slide-one__item--spa::before,
  .slide-one__item--taxi::before {
    background-image: url("../img/slide1-icons-sprite-spa-sm.png");
    width: 53px;
  }
  .slide-one__item--spa:nth-of-type(1),
  .slide-one__item--taxi:nth-of-type(1) {
    top: 70px;
    left: -70px;
  }
  .slide-one__item--spa:nth-of-type(2),
  .slide-one__item--taxi:nth-of-type(2) {
    top: 192px;
    left: 23px;
  }
  .slide-one__item--spa:nth-of-type(2)::before,
  .slide-one__item--taxi:nth-of-type(2)::before {
    width: 74px;
    margin-left: -34px;
    background-position: -57px top;
  }
  .slide-one__item--spa:nth-of-type(3),
  .slide-one__item--taxi:nth-of-type(3) {
    top: 270px;
    left: 156px;
  }
  .slide-one__item--spa:nth-of-type(3)::before,
  .slide-one__item--taxi:nth-of-type(3)::before {
    width: 70px;
    background-position: -132px top;
  }
  .slide-one__item--spa:nth-of-type(4),
  .slide-one__item--taxi:nth-of-type(4) {
    top: 312px;
    left: 305px;
  }
  .slide-one__item--spa:nth-of-type(4)::before,
  .slide-one__item--taxi:nth-of-type(4)::before {
    background-position: -206px top;
  }
  .slide-one__item--spa:nth-of-type(5),
  .slide-one__item--taxi:nth-of-type(5) {
    top: 240px;
    left: 458px;
  }
  .slide-one__item--spa:nth-of-type(5)::before,
  .slide-one__item--taxi:nth-of-type(5)::before {
    width: 50px;
    left: 102px;
    background-position: -273px top;
  }
  .slide-one__item--spa:nth-of-type(6),
  .slide-one__item--taxi:nth-of-type(6) {
    top: 155px;
    left: 607px;
  }
  .slide-one__item--spa:nth-of-type(6)::before,
  .slide-one__item--taxi:nth-of-type(6)::before {
    width: 50px;
    left: 126px;
    top: -107px;
    background-position: -328px top;
  }
  .slide-one__item--spa:nth-of-type(7),
  .slide-one__item--taxi:nth-of-type(7) {
    top: 10px;
    left: 670px;
  }
  .slide-one__item--spa:nth-of-type(7)::before,
  .slide-one__item--taxi:nth-of-type(7)::before {
    width: 66px;
    left: 89px;
    top: -97px;
    background-position: -378px top;
  }
  .slide-one__item--taxi::before {
    background-image: url("../img/slide1-icons-sprite-taxi-sm.png");
  }
  .slide-one__item--taxi:nth-of-type(1)::before {
    width: 58px;
  }
  .slide-one__item--travel::before {
    background-image: url("../img/slide1-icons-sprite-travel-sm.png");
    width: 53px;
  }
  .slide-one__item--travel:nth-of-type(1) {
    top: 90px;
    left: -45px;
  }
  .slide-one__item--travel:nth-of-type(1)::before {
    top: -98px;
  }
  .slide-one__item--travel:nth-of-type(2) {
    top: 220px;
    left: 80px;
  }
  .slide-one__item--travel:nth-of-type(2)::before {
    width: 60px;
    margin-left: -34px;
    background-position: -53px top;
  }
  .slide-one__item--travel:nth-of-type(3) {
    top: 280px;
    left: 275px;
  }
  .slide-one__item--travel:nth-of-type(3)::before {
    width: 70px;
    background-position: -116px top;
  }
  .slide-one__item--travel:nth-of-type(4) {
    top: 195px;
    left: 455px;
  }
  .slide-one__item--travel:nth-of-type(4)::before {
    background-position: -186px top;
  }
  .slide-one__item--travel:nth-of-type(5) {
    top: 50px;
    left: 595px;
  }
  .slide-one__item--travel:nth-of-type(5)::before {
    width: 54px;
    left: 92px;
    background-position: -251px top;
  }
  .slides-background-wrapper {
    min-width: 1000px;
    max-width: 1170px;
    height: 1500px;
    margin-top: -240px;
  }
  .slides-background-wrapper--restaurant,
  .slides-background-wrapper--spa,
  .slides-background-wrapper--taxi,
  .slides-background-wrapper--travel {
    height: 900px;
  }
  .slide-two {
    min-width: 1000px;
    max-width: 1170px;
  }
  .slide-two .subtitle::after {
    content: url("../img/pink-triangle-sm.png");
  }
  .square-blocks-wrapper {
    margin-top: 90px;
  }
  .square-info-block {
    width: 245px;
    height: 196px;
    margin-bottom: 15px;
  }
  .square-info-block .square-info-block__overlay {
    font-size: 16px;
    margin-top: 90px;
    width: 180px;
  }
  .square-info-block .square-info-block__overlay::before {
    background-image: url("../img/slide2-icons-sprite-sm.png");
  }
  .square-info-block .square-info-block__overlay::after {
    width: 152px;
    height: 184px;
    left: 55px;
    top: -75px;
  }
  .square-info-block:nth-of-type(1) .square-info-block__overlay {
    margin-top: 100px;
    width: 250px;
  }
  .square-info-block:nth-of-type(1) .square-info-block__overlay::before {
    width: 43px;
    top: -60px;
    margin-left: -15px;
  }
  .square-info-block:nth-of-type(2) .square-info-block__overlay {
    margin-top: 80px;
  }
  .square-info-block:nth-of-type(2) .square-info-block__overlay::before {
    top: -45px;
    width: 38px;
    margin-left: -20px;
    background-position: -41px top;
  }
  .square-info-block:nth-of-type(2) .square-info-block__overlay::after {
    left: 15px;
    top: -65px;
  }
  .square-info-block:nth-of-type(3) .square-info-block__overlay {
    margin-top: 80px;
  }
  .square-info-block:nth-of-type(3) .square-info-block__overlay::before {
    top: -45px;
    width: 38px;
    margin-left: -20px;
    background-position: -78px top;
  }
  .square-info-block:nth-of-type(3) .square-info-block__overlay::after {
    left: 13px;
    top: -70px;
  }
  .square-info-block:nth-of-type(4) .square-info-block__overlay {
    margin-top: 80px;
  }
  .square-info-block:nth-of-type(4) .square-info-block__overlay::before {
    top: -45px;
    width: 38px;
    margin-left: -20px;
    background-position: -117px top;
  }
  .square-info-block:nth-of-type(4) .square-info-block__overlay::after {
    left: 10px;
    top: -65px;
  }
  .square-info-block__under {
    font-size: 12px;
    padding: 20px 10px 10px;
  }
  .square-info-block.square-info-block--lg .square-info-block__under {
    padding: 40px;
  }
  .slide-three {
    min-width: 1000px;
    max-width: 1170px;
  }
  .slide-three .subtitle::after {
    content: url("../img/pink-triangle-sm.png");
  }
  .slide-three__text {
    font-size: 16px;
    width: 700px;
    margin-top: 50px;
    line-height: 1.2;
  }
  .slide-three__rhombs {
    width: -webkit-calc(520px + 30px);
    width: calc(520px + 30px);
  }
  .slide-three__rhombs--restaurant {
    width: -webkit-calc(390px + 20px);
    width: calc(390px + 20px);
    margin-top: 120px;
  }
  .rhomb-info-block {
    width: 130px;
    height: 130px;
  }
  .rhomb-info-block--spa .rhomb-info-block__overlay::before {
    top: -58px;
    left: 62px;
  }
  .rhomb-info-block--taxi .rhomb-info-block__overlay::before {
    top: -60px;
  }
  .rhomb-info-block__overlay {
    font-size: 14px;
    margin: 68px 0 0 -25px;
    width: 120px;
  }
  .rhomb-info-block__overlay::before {
    top: -70px;
  }
  .rhomb-info-block__under {
    font-size: 11px;
  }
  .rhomb-info-block__under p {
    width: 100px;
  }
  .slide-three__decorative::before {
    left: -80px;
  }
  .slide-three__decorative::after {
    left: 760px;
  }
  .slide-three__decorative--restaurant {
    top: 300px;
  }
  .slide4-skew-wrapper {
    min-width: 1000px;
    max-width: 1170px;
  }
  .slide4-logo {
    width: 140px;
    top: -80px;
    left: 500px;
  }
  .slide-four__info-blocks {
    padding: 0 21px;
  }
  .slide-four__spa-picture {
    width: 120px;
    height: 200px;
    left: -webkit-calc(50% + 300px);
    left: calc(50% + 300px);
  }
  .slide-four__taxi-picture {
    width: 100px;
    height: 260px;
    top: 80px;
  }
  .slide-four__travel-picture {
    width: 195px;
    height: 200px;
  }
  .no-bg-info-block {
    width: 226px;
    font-size: 14px;
  }
  .no-bg-info-block h3 {
    font-size: 16px;
    width: 230px;
  }
  .bottom-text {
    background-size: 100% auto;
    height: 125px;
    background-image: url("../img/bg-text-sm.png");
  }
  .bottom-text--travel {
    background-size: 1000px auto;
    left: -2px;
    top: 42px;
  }
  .slide-five {
    min-width: 1000px;
    max-width: 1170px;
    height: 740px;
  }
  .slide-five::before {
    height: 740px;
    background-image: url("../img/bg-bottom-sm.jpg");
    background-size: 100% auto;
  }
  .slide-five .slide-wrapper {
    padding: 40px 0 0;
  }
  .slide-five--spa::before {
    background-image: url("../img/bg-bottom-spa-sm.jpg");
    background-size: cover;
  }
  .slide-five--taxi::before {
    background-image: url("../img/bg-bottom-taxi-sm.jpg");
    background-size: cover;
  }
  .slide-five--travel::before {
    background-image: url("../img/bg-bottom-travel-sm.jpg");
    background-size: cover;
  }
  .slide-five--spa .subtitle::after,
  .slide-five--taxi .subtitle::after {
    content: url("../img/pink-triangle-sm.png");
  }
  .slide-five__wrapper {
    margin: 40px 0 0 0;
    padding: 0 20px;
  }
  .slide-five__text {
    font-size: 16px;
  }
  .slide-five__text p {
    text-align: center;
  }
  .slide-five__info {
    text-align: center;
    padding: 40px 0 25px;
  }
  .reg-button {
    margin: 0 auto;
    width: 287px;
    height: 57px;
    font-size: 22px;
    background-color: #c32656;
  }
  .logo-UH {
    left: -50px;
    top: 65px;
  }
  .bottom-nav {
    width: 765px;
  }
  .site-design {
    width: 765px;
  }
  footer {
    margin: 5px 0 10px 0;
  }
  .footer__contacts {
    margin-right: 0px;
  }
  .footer__contacts .contacts__link {
    font-size: 24px;
  }
  .footer__logo img {
    width: 150px;
  }
  .bottom-nav__button {
    margin-right: 35px;
  }
  .bottom-nav__link {
    font-size: 14px;
  }
  .footer__call-button {
    margin: -10px 0 0 20px;
  }
  .powered-by {
    font-size: 14px;
  }
  .site-design {
    font-size: 14px;
    padding-top: 15px;
  }
}
@media screen and (max-width: 1170px) and (max-width: 1000px) {
  .bottom-text {
    background-size: 1000px auto;
    height: 117px;
  }
}
@media screen and (max-width: 1170px) and (max-width: 1000px) {
  .bottom-text--travel {
    top: 35px;
    left: -1px;
  }
}
@media screen and (max-width: 1170px) and (max-width: 1000px) {
  ::before {
    background-size: 1000px auto;
  }
}
.font-size-lg {
  font-size: 1.4em;
}
.innerpage-slide-five h2::before {
  content: "04";
}
.innerpage-header {
  height: 910px;
  z-index: 10;
}
.innerpage-header::before {
  background-image: url("../img/innerpage-header-bg.jpg");
}
.about-block {
  margin: 0 auto;
}
.about-block h1 {
  font-size: 50px;
  margin: 40px auto 30px;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  padding: 0 135px;
}
.about-block__text {
  font-size: 22px;
  text-align: center;
}
.about-block__video-init {
  width: 195px;
  margin: 30px auto;
  text-align: center;
}
.video-init__text {
  font-size: 18px;
}
.video-init__button {
  width: 197px;
  height: 197px;
  margin: 0 auto;
  margin-bottom: 20px;
  background-image: url("../img/video-button-sprite.png");
  background-position: 0px top;
  background-repeat: no-repeat;
  cursor: pointer;
}
.video {
  position: absolute;
  top: 0;
  opacity: 0;
  min-width: 1170px;
  width: 100%;
}
.video__block {
  position: relative;
  height: 0;
  padding: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
}
.video__item {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.video__close {
  position: absolute;
  right: 100px;
  top: 100px;
  cursor: pointer;
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}
.video__close .fa {
  color: #cd255f;
  font-size: 100px;
}
.video__close:hover {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.innerpage-slide-two {
  z-index: 10;
  margin: 0 auto;
  min-width: 1170px;
  width: 100%;
  height: 781px;
  color: #fff;
  position: relative;
  -webkit-transform: skewY(-7deg);
  transform: skewY(-7deg);
  overflow: hidden;
  background-image: url("../img/bg-texture.jpg");
  top: -150px;
}
.innerpage-slide-two .slide-wrapper {
  -webkit-transform: skewY(7deg);
  transform: skewY(7deg);
}
.innerpage-slide-two h2 {
  color: #cd255f;
  margin-top: 130px;
}
.innerpage-slide-two h2::before {
  content: "01";
}
.innerpage-slide-two__info {
  height: 515px;
  width: 1170px;
  margin: 0 auto;
  position: relative;
  margin-left: 30px;
}
.innerpage-slide-two__infoblock {
  position: relative;
  width: 390px;
  height: 300px;
  float: left;
}
.slide2-infoblock__triangle {
  width: 0;
  height: 0;
  border: 161px solid transparent;
  position: absolute;
}
.slide2-infoblock__triangle-text {
  font-size: 18px;
  text-transform: uppercase;
  font-family: 'pfdindisplaypro-bold', sans-serif;
  position: absolute;
  width: 200px;
  text-align: center;
  bottom: -280px;
  left: -100px;
}
.slide2-infoblock__triangle--under {
  border-bottom: 322px solid #c32656;
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
}
.slide2-infoblock__triangle--upper {
  border-bottom: 322px solid #113369;
  margin-left: -20px;
}
.slide2-infoblock__triangle--upper::before {
  width: 75px;
  height: 86px;
  background-image: url("../img/innerpage-slide1-icons.png");
  top: 120px;
  left: -35px;
}
.slide2-infoblock--one {
  margin-top: 50px;
}
.slide2-infoblock--two {
  margin-top: 150px;
  left: -80px;
}
.slide2-infoblock--two .slide2-infoblock__triangle-text {
  bottom: 235px;
}
.slide2-infoblock--two .slide2-infoblock__triangle--under {
  border-bottom: 322px solid transparent;
  border-top: 322px solid #c32656;
}
.slide2-infoblock--two .slide2-infoblock__triangle--upper {
  border-bottom: 322px solid transparent;
  border-top: 322px solid #113369;
  margin-left: 40px;
}
.slide2-infoblock--two .slide2-infoblock__triangle--upper::before {
  width: 90px;
  background-position: -78px top;
  top: -220px;
}
.slide2-infoblock--three {
  margin-top: -100px;
}
.slide2-infoblock--three .slide2-infoblock__triangle--upper::before {
  background-position: -170px top;
}
.innerpage-slide-three {
  background-image: url("../img/innerpage-slide2-bg.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  margin-top: -350px;
  padding-top: 300px;
  width: 100%;
  height: 1004px;
}
.innerpage-slide-three h2 {
  color: #0a3d68;
}
.innerpage-slide-three h2::before {
  content: "02";
}
.innerpage-slide-three h2::after {
  content: url("../img/pink-triangle.png");
}
.slide3-slider__wrapper {
  margin: 0 auto;
  width: inherit;
  position: relative;
}
.slide3-slider__inner {
  width: 640px;
  overflow: hidden;
  padding: 130px 70px 0px 70px;
  margin: 0 auto;
}
.slide3-slider__back {
  border: 270px solid transparent;
  border-top: 450px solid #113369;
  margin-right: 100px;
  position: absolute;
  top: 130px;
  left: 340px;
}
.slide3-slider__back::before {
  width: 0;
  height: 0;
  border: 100px solid transparent;
  border-top: 160px solid #c32656;
  top: -485px;
  left: -340px;
}
.slide3-slider__back::after {
  width: 70px;
  height: 80px;
  background-image: url("../img/innerpage-slide1-icons.png");
  background-repeat: no-repeat;
  background-position: -250px top;
  position: absolute;
  top: -470px;
  left: -275px;
}
.slide3-slider__list {
  display: block;
  width: 10000px;
  position: relative;
  left: 0;
  -webkit-transition: 100;
  transition: 100;
  z-index: 100;
}
.slide3-slider__item {
  display: block;
  float: left;
  position: relative;
  width: 0;
  height: 0;
  color: #fff;
/*border 270px solid transparent
    border-top 450px solid $innerpage-blue-bg
    margin-right 100px*/
  width: 640px;
  height: 500px;
  padding: 40px 85px 0 0;
}
/*border 270px solid transparent
    border-top 450px solid $innerpage-blue-bg
    margin-right 100px*/
.slide3-slider__item-number {
  content: "";
  font-size: 36px;
  color: #0a3d68;
  position: absolute;
  top: -80px;
}
.slide3-slider__item-info {
  width: 250px;
  margin: 0 auto;
}
.slide3-slider__item-info h3 {
  text-transform: uppercase;
  font-size: 26px;
  font-family: 'pfdindisplaypro-bold', sans-serif;
  text-align: center;
  margin-bottom: 30px;
}
.slide3-slider__item-text {
  font-size: 19px;
  font-family: 'pfdindisplaypro-light', sans-serif;
  text-align: center;
}
.slide3-slider__controls {
  position: absolute;
  top: 300px;
}
.slide3-slider__controls-item {
  position: absolute;
  width: 0;
  height: 0;
  border: 40px solid transparent;
  border-bottom: none;
  border-top: 70px solid #113369;
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
  cursor: pointer;
}
.slide3-slider__controls-item:hover {
  border-top-color: #f4f4f4;
}
.slide3-slider__prev {
  left: -200px;
}
.slide3-slider__next {
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  left: 660px;
}
.slide3-slider__nav {
  position: absolute;
  top: 100px;
  left: 520px;
}
.slide3-slider__nav-item {
  float: left;
  width: 8px;
  height: 8px;
  background-color: #113369;
  margin-right: 15px;
  cursor: pointer;
}
.slide3-slider__nav-item--active {
  width: 15px;
  height: 15px;
  background-color: transparent;
  border: 3px solid #113369;
  margin-top: -5px;
}
.innerpage-slide-four {
  background-image: url("../img/bg-texture.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  width: 100%;
  height: auto;
  padding: 70px 0 120px;
}
.innerpage-slide-four h2 {
  margin-bottom: 70px;
  color: #cd255f;
  font-size: 30px;
}
.innerpage-slide-four h2::before {
  content: "03";
}
.innerpage-slide-four__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: nowrap row;
  -ms-flex-flow: nowrap row;
  flex-flow: nowrap row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.innerpage-slide-four__item {
  width: 370px;
  height: auto;
  background-color: #f4f4f4;
  padding: 150px 50px 50px;
  -webkit-box-shadow: 0 0 11px 1px rgba(0,0,0,0.1);
  box-shadow: 0 0 11px 1px rgba(0,0,0,0.1);
}
.innerpage-slide-four__item h3 {
  font-size: 30px;
  color: #cd255f;
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}
.innerpage-slide-four__item h3::before {
  width: 100px;
  height: 100px;
  background-image: url("../img/innerpage-slide3-icons.png");
  top: -120px;
  left: 80px;
  background-position: 0 top;
}
.innerpage-slide-four__item:nth-of-type(2) h3::before {
  background-position: -100px top;
}
.innerpage-slide-four__item:nth-of-type(3) h3::before {
  background-position: -205px top;
}
.innerpage-slide-four__item p {
  margin-bottom: 10px;
}
.slide-4__item-text {
  font-size: 18px;
}
@media screen and (max-width: 1170px) {
  .innerpage-header {
    height: 720px;
  }
  .about-block h1 {
    font-size: 38px;
    margin: 30px 0;
    padding: 0;
  }
  .about-block__text {
    font-size: 18px;
  }
  .about-block__video-init {
    margin: 20px auto;
  }
  .video-init__text {
    font-size: 16px;
  }
  .video-init__button {
    width: 110px;
    height: 110px;
    background-position: -214px top;
  }
  .video {
    min-width: 1000px;
    max-width: 1170px;
  }
  .innerpage-slide-two {
    height: 600px;
  }
  .innerpage-slide-two__info {
    width: 765px;
  }
  .innerpage-slide-two__infoblock {
    width: 255px;
    height: 250px;
  }
  .slide2-infoblock__triangle {
    border: 115px solid transparent;
  }
  .slide2-infoblock__triangle--under {
    border-bottom: 200px solid #c32656;
  }
  .slide2-infoblock__triangle--upper {
    border-bottom: 200px solid #113369;
  }
  .slide2-infoblock__triangle--upper::before {
    background-image: url("../img/innerpage-slide1-icons-sm.png");
    width: 45px;
    top: 75px;
    left: -25px;
  }
  .slide2-infoblock__triangle-text {
    font-size: 11px;
    bottom: -170px;
  }
  .slide2-infoblock--two {
    margin-top: 120px;
  }
  .slide2-infoblock--two .slide2-infoblock__triangle--upper {
    border-bottom: 200px solid transparent;
    border-top: 200px solid #113369;
  }
  .slide2-infoblock--two .slide2-infoblock__triangle--upper::before {
    width: 58px;
    background-position: -50px top;
    top: -140px;
  }
  .slide2-infoblock--two .slide2-infoblock__triangle--under {
    border-bottom: 200px solid transparent;
    border-top: 200px solid #c32656;
  }
  .slide2-infoblock--two .slide2-infoblock__triangle-text {
    bottom: 160px;
  }
  .slide2-infoblock--three .slide2-infoblock__triangle--upper::before {
    background-position: -110px top;
    width: 52px;
  }
  .innerpage-slide-three {
    height: 700px;
    padding-top: 250px;
  }
  .innerpage-slide-three h2::after {
    content: url("../img/pink-triangle-sm.png");
  }
  .slide3-slider__inner {
    padding: 70px 50px 0 50px;
    width: 440px;
  }
  .slide3-slider__back {
    border: 170px solid transparent;
    border-top: 300px solid #113369;
    top: 70px;
    left: 225px;
  }
  .slide3-slider__back::before {
    border: 60px solid transparent;
    border-top: 100px solid #c32656;
    left: -205px;
    top: -320px;
  }
  .slide3-slider__back::after {
    width: 40px;
    background-image: url("../img/innerpage-slide1-icons-sm.png");
    background-position: -161px top;
    top: -310px;
    left: -165px;
  }
  .slide3-slider__item {
    width: 440px;
    padding: 20px 73px 0 0;
  }
  .slide3-slider__item-number {
    top: -350px;
    left: -170px;
    font-size: 24px;
  }
  .slide3-slider__item-info {
    width: 220px;
    top: -270px;
    left: -110px;
  }
  .slide3-slider__item-info h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .slide3-slider__item-text {
    font-size: 16px;
    width: 150px;
    margin: 0 auto;
  }
  .slide3-slider__controls {
    top: 180px;
  }
  .slide3-slider__controls-item {
    border: 25px solid transparent;
    border-top: 44px solid #113369;
  }
  .slide3-slider__prev {
    left: -100px;
  }
  .slide3-slider__next {
    left: 380px;
  }
  .slide3-slider__nav {
    top: 50px;
    left: 320px;
  }
  .slide3-slider__nav-item {
    width: 6px;
    height: 6px;
  }
  .slide3-slider__nav-item--active {
    width: 12px;
    height: 12px;
  }
  .innerpage-slide-four {
    padding: 50px 0 100px;
  }
  .innerpage-slide-four h2 {
    font-size: 23px;
  }
  .innerpage-slide-four__item {
    width: 228px;
    padding: 90px 20px 20px;
  }
  .innerpage-slide-four__item h3 {
    font-size: 22px;
  }
  .innerpage-slide-four__item h3::before {
    background-image: url("../img/innerpage-slide3-icons-sm.png");
    width: 60px;
    top: -75px;
    left: 70px;
  }
  .innerpage-slide-four__item:nth-of-type(2) h3::before {
    width: 62px;
    background-position: -63px top;
  }
  .innerpage-slide-four__item:nth-of-type(3) h3::before {
    width: 62px;
    background-position: -126px top;
  }
  .slide-4__item-text {
    font-size: 14px;
  }
  .video__block {
    height: 600px;
    padding: 0;
  }
}
fieldset {
  border: none;
  outline: none;
}
.registration-form__input,
.custom-select__field,
.custom-select__field option {
  padding: 10px 15px;
  background-color: inherit;
  background-color: rgba(255,255,255,0.11);
  border: none;
  border-bottom: 1px solid rgba(255,255,255,0.41);
  color: #fff;
  display: block;
  margin-top: 5px;
  width: 100%;
  -webkit-appearance: none;
}
.custom-select__field option {
  background-color: #0a284b;
  padding: 10px 15px;
}
.registration-form__captcha-image {
  margin-left: 20px;
  margin-bottom: -6px;
}
.registration-form__captcha-title-wrapper {
  display: inline-block;
  width: 260px;
}
.registration-form__captcha-input-wrapper {
  display: inline-block;
  width: -webkit-calc(100% - 270px);
  width: calc(100% - 270px);
}
.registration-form__error-text {
  display: none;
  color: #c32656;
  padding: 0 0 20px;
}
.custom-input__validation-text {
  color: #c32656;
  margin: 5px 0px 0px;
  display: block;
}
.registration-form__sign-button {
  width: 100%;
  height: 40px;
  background-color: #c32656;
  text-transform: uppercase;
  border: none;
  color: #fff;
  margin-top: 10px;
}
.registration-form__link {
  color: #7da2d6;
}
.registration-form__link:hover {
  color: #7da2d6;
}
.registration-form__link:hover {
  text-decoration: underline;
}
.registration-success-wrapper {
  color: #fff;
  padding: 30px 10px;
  text-align: center;
  font-size: 18px;
  line-height: 1.4;
}
.registration-success {
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
}

/*# sourceMappingURL=style.css.map */
