/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@font-face {
  font-family: 'helveticaneuebold';
  src: url('../fonts/helveticaneuebold.eot?#iefix') format('embedded-opentype'), url('../fonts/helveticaneuebold.woff') format('woff'), url('../fonts/helveticaneuebold.ttf') format('truetype'), url('../fonts/helveticaneuebold.svg#helveticaneuebold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'playfair_display_scregular';
  src: url('../fonts/PlayfairDisplaySC-Regular-webfont.eot');
  src: url('../fonts/PlayfairDisplaySC-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/PlayfairDisplaySC-Regular-webfont.woff2') format('woff2'), url('../fonts/PlayfairDisplaySC-Regular-webfont.woff') format('woff'), url('../fonts/PlayfairDisplaySC-Regular-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'playfair_display_scbold';
  src: url('PlayfairDisplaySC-Bold-webfont.eot');
  src: url('../fonts/PlayfairDisplaySC-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/PlayfairDisplaySC-Bold-webfont.woff2') format('woff2'), url('../fonts/PlayfairDisplaySC-Bold-webfont.woff') format('woff'), url('../fonts/PlayfairDisplaySC-Bold-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'pt_sansregular';
  src: url('../fonts/PTSans-Regular-webfont.eot');
  src: url('../fonts/PTSans-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/PTSans-Regular-webfont.woff2') format('woff2'), url('../fonts/PTSans-Regular-webfont.woff') format('woff'), url('../fonts/PTSans-Regular-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'pt_sansregular_bold';
  src: url('../fonts/PTSans-Bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
html,
body {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}
body {
  overflow-x: hidden;
}
a {
  text-decoration: none;
}
a:hover,
a:focus {
  outline: none;
}
ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.inlineblock {
  display: inline-block;
  vertical-align: top;
}
.shadow {
  background: #000;
  opacity: 0.6;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10;
  display: none;
}
/* class */
.pos_t_l {
  left: 0;
  position: absolute;
  top: 0;
}
.v-alignment {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.hide {
  display: none !important;
}
.link_active {
  border-bottom: 2px solid;
}
.separator {
  background: #a3a3a3;
  margin: 12px -20px 50px;
  padding: 0 20px;
  width: 100%;
  height: 2px;
}
/* header  */
.header__logo {
  display: block;
  padding: 23px 0 5px 20px;
}
.header__wrap {
  position: absolute;
  top: 0;
  left: 0;
  height: 38px;
  line-height: 38px;
  width: 100%;
  z-index: 90;
}
.header {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  height: auto;
  width: 1000px;
  background: #FFF;
  height: 37px;
  line-height: 37px;
}
.header .adr {
  color: #b8b8b8;
  float: right;
  font: 10px/36px Verdana, Arial, Helvetica, sans-serif;
  letter-spacing: 2px;
}
.header .header__logo {
  float: left;
  margin: 5px 0 0;
}
.header:before,
.header:after {
  content: "";
  display: table;
}
.header:after {
  clear: both;
}
.btn {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 56px;
  line-height: 56px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  text-decoration: none;
}
.btn:after {
  content: "";
  display: inline-block;
  height: 41px;
  width: 14px;
  background: url('../img/sprite.png') no-repeat;
  position: relative;
}
.share {
  position: absolute;
  right: 23px;
  top: 10px;
  text-align: center;
}
.share__link {
  border-radius: 50%;
  line-height: 32px;
  width: 32px;
  height: 32px;
}
.share__link:after {
  background: url('../img/share.png') no-repeat;
  height: 32px;
}
.vk:after {
  background-position: 1px 6px;
  width: 15px;
}
.facebook:after {
  background-position: -40px 6px;
}
.twitter:after {
  background-position: -81px 6px;
  width: 16px;
}
.share__item {
  margin: 0 4px 0 0;
  display: inline-block;
  vertical-align: top;
}
.header__menu {
  text-align: center;
  padding: 0 0 25px;
}
.header__menu .header__menu-item:last-child {
  margin: 0;
}
.header__menu-item {
  display: block;
  margin: 0 -10px;
  padding: 0 0 38px;
}
.header__menu-item.active,
.header__menu-item:hover {
  background: url('../img/dec_line.png') 50% 70% no-repeat;
}
.logo_cartier {
  width: 180px;
  position: absolute;
  top: 0;
  margin: 0 0 0 -90px;
  left: 50%;
  z-index: 100;
}
.line {
  height: 48px;
  background: #FFF;
  margin: 0 442px 0 0;
}
.header__menu-disable {
  opacity: .5;
}
.header__menu-disable .header__menu-link {
  cursor: not-allowed;
}
.header__menu-disable .header__menu-link:hover {
  color: #a7a8b9;
}
.header__menu-link {
  color: #333b48;
  font: 11px Georgia, "Times New Roman", Times, serif;
  text-transform: uppercase;
}
.header__menu-link:hover,
.header__menu-link.active {
  color: #171d5e;
}
.header__photo {
  color: #919191;
  font-size: 24px;
  position: absolute;
  left: 285px;
  top: 70px;
}
.wrap__content {
  position: relative;
  width: 100%;
}
.btn_click {
  display: inline-block;
  vertical-align: top;
  background: #fc0000;
  color: #FFF;
  height: 39px;
  line-height: 39px;
  padding: 0 15px;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.btn_click:hover {
  opacity: .75;
}
.wrapper.main__page {
  background: url('../img/bg_main.jpg') 50% -40px no-repeat;
}
.container {
  color: #FFF;
  height: 100%;
  position: relative;
  display: table;
  width: 100%;
}
.h1 {
  color: #dfaf49;
  font: 40px helveticaneuebold, Arial, Helvetica, sans-serif;
  margin: 0 0 30px;
  text-align: center;
  text-transform: uppercase;
  line-height: 60px;
  letter-spacing: -2px;
}
footer {
  color: #8b8ca5;
  font: 13px/54px Arial, Helvetica, sans-serif;
  text-align: center;
  height: 34px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.wrapper {
  height: 100%;
}
.sidebar {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #f9f9f9;
  border-right: 1px solid #d6d8da;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  padding: 0 10px;
  width: 148px;
  z-index: 110;
}
.sidebar,
.wrap__content {
  display: table-cell;
}
.wrap__content {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.main__page {
  background: url('../img/bg_big.jpg') 49.5% 0 no-repeat;
}
.main__page .content {
  color: #000;
  margin: 0 auto;
  position: relative;
  width: 1000px;
}
.main__page img {
  border-radius: 50%;
}
.main__page h1 {
  color: #000;
  font: bold 20px/40px playfair_display_scregular, Georgia, "Times New Roman", Times, serif;
  margin: 134px 0 0;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 4px;
}
.main__page h1 span {
  display: block;
  font-weight: normal;
}
.main__page .star {
  color: #000;
  font: bold 12px playfair_display_scregular, Georgia, "Times New Roman", Times, serif;
  text-align: center;
  position: absolute;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.main__page .star img {
  display: block;
  margin: 0 0 22px;
}
.main__page .star1 {
  margin: -10px 0 0 0;
  left: 119px;
}
.main__page .star2 {
  margin: 108px 0 0;
  left: 400px;
}
.main__page .star3 {
  margin: -14px 0 0;
  left: 671px;
}
.main__page .txt {
  font: 12px/24px Arial, Helvetica, sans-serif;
  margin: 390px 100px 15px;
  text-align: center;
}
.main__page .roller {
  height: 90px;
  margin: 0 0 0 -15px;
  position: relative;
  text-align: center;
}
.main__page .roller img {
  border-radius: 0;
}
.main__page .roller__btn {
  color: #000;
  font: bold 12px playfair_display_scregular, Georgia, "Times New Roman", Times, serif;
  height: 90px;
  left: 50%;
  line-height: 150px;
  margin: 0 0 0 -34px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  top: 0;
  width: 90px;
}


.main__page .star2 {
  margin: 110px 0 0;
}

@media screen and (max-width: 1279px) {
  .main__page {
    background: url('../img/bg_small2.jpg') 52.8% 0 no-repeat;
  }
}
@media screen and (min-width: 1280px) {
  .main__page .star1 {
    margin: 100px 0 0 0;
    left: 131px;
  }
  .main__page .star2 {
    margin: 99px 0 0;
    left: 407px;
  }
  .main__page .star3 {
    margin: 99px 0 0;
    left: 681px;
  }
}
.banner__up {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #232932;
  background: #98a9bb;
  border-left: 1px solid #8493a4;
  width: 100%;
  height: 312px;
  padding: 72px 0 0 46px;
  position: relative;
}
.cataloque {
  color: #232932;
  padding: 48px 0 0 147px;
}
.cataloque h1 {
  border-bottom: 1px solid #657281;
  display: inline-block;
  font: 48px playfair_display_scbold, Georgia, "Times New Roman", Times, serif;
  margin: 0 0 30px;
  letter-spacing: 15px;
  text-transform: uppercase;
  position: relative;
  z-index: 100;
}
.cataloque p {
  color: #232932;
  font: 12px/20px Arial, Helvetica, sans-serif;
  position: relative;
  z-index: 100;
}
.cataloque .bunner-img {
  position: absolute;
  top: 0;
  left: 20%;
}
.cataloque .content {
  margin: 0 auto;
  width: 780px;
}
.cataloque h2 {
  color: #333b48;
  font: 26px playfair_display_scbold, Georgia, "Times New Roman", Times, serif;
  margin: 0 0 30px;
  text-transform: uppercase;
  letter-spacing: 8px;
}
.cataloque h2:after {
  background: url('../img/line.gif') no-repeat;
  content: '';
  display: block;
  height: 9px;
  margin: -2px 0 0 -10px;
  width: 314px;
}
.cataloque h2 span {
  display: inline-block;
  margin: 0 0 0 -5px;
}
.cataloque section {
  margin: 0 0 80px;
}
.cataloque li {
  text-align: center;
}
.cataloque .bx-wrapper {
  position: relative;
}
.cataloque .bx-controls-direction {
  position: absolute;
  top: 50%;
  font-size: 0;
}
.cataloque .bx-prev,
.cataloque .bx-next {
  background: url('../img/arrow.png') no-repeat;
  display: block;
  margin-top: -15px;
  position: absolute;
  width: 30px;
  height: 30px;
}
.cataloque .bx-prev {
  left: -25px;
}
.cataloque .bx-next {
  background-position: right 0;
  right: -25px;
}
.cataloque .bx-controls-direction {
  width: 100%;
}
.cataloque .description {
  position: absolute;
  right: -228px;
  bottom: 20px;
}
.cataloque .btn__link {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #858991;
  color: #b28c26;
  font: 12px/31px pt_sansregular, Arial, Helvetica, sans-serif;
  padding: 0 8px;
  display: inline-block;
  height: 31px;
  text-transform: uppercase;
}
.cataloque .string1,
.cataloque .string2 {
  color: #696f78;
  font: 12px/14px pt_sansregular, Arial, Helvetica, sans-serif;
  display: block;
}
.cataloque .string1 {
  color: #333b48;
}
.introduce {
  background: url('../img/circle.gif') center bottom no-repeat;
  font: 12px/20px pt_sansregular, Arial, Helvetica, sans-serif;
  margin: 72px 0 42px;
  padding: 0 0 35px;
  position: relative;
  text-align: center;
}
.introduce:before {
  background: url('../img/circle.gif') center bottom no-repeat;
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  margin: -30px 0 0 -5px;
  width: 9px;
  height: 9px;
}
.slider__type1 .wrap__slider,
.slider__type2 .wrap__slider,
.slider__type3 .wrap__slider,
.slider__type4 .wrap__slider {
  margin: 0 auto;
  position: relative;
  width: 300px;
}
.slider__type1 #bx-pager,
.slider__type2 #bx-pager,
.slider__type3 #bx-pager,
.slider__type4 #bx-pager {
  position: absolute;
  right: -270px;
}
.slider__type2 .bx-controls-direction {
  top: 40%;
}
.slider__type2 .wrap__slider {
  width: 305px;
}
.slider__type2 #bx-pager {
  bottom: 0;
  width: 308px;
}
.slider__type2 a {
  display: inline-block;
}
.slider__type2 .description {
  bottom: 163px;
}
section.slider__type3 {
  margin: 0 0 210px;
}
section.slider__type3 .bx-wrapper {
  margin: 140px 0 0;
}
section.slider__type3 .wrap__slider {
  margin: 0 0 0 75px;
  width: 615px;
}
section.slider__type3 #bx-pager {
  bottom: -160px;
  right: -120px;
  width: 350px;
}
section.slider__type3 #bx-pager a {
  display: block;
  margin: 0 0 20px;
}
section.slider__type3 .description {
  right: -80px;
  bottom: 65px;
}
section.slider__type3 .txt {
  width: 100px;
}
section.slider__type3 .btn__link {
  position: relative;
}
section.slider__type4 .wrap__slider {
  margin: 0 auto 150px;
  width: 310px;
}
section.slider__type4 #bx-pager {
  right: -213px;
}
.indicator {
  background: url('../img/indecator_med.jpg') 50% repeat-x;
  height: 61px;
  line-height: 61px;
  position: fixed;
  width: 100%;
  z-index: 100;
}
.indicator:before,
.indicator:after {
  content: '';
  display: block;
  position: absolute;
}
.indicator:before {
  background: url('../img/indecator_left2.jpg') 50% no-repeat;
  top: 21px;
  left: 147px;
  width: 102px;
  height: 18px;
}
.indicator:after {
  background: url('../img/indecator_right2.jpg') 50% no-repeat;
  width: 90px;
  height: 32px;
  top: 17px;
  right: 0;
}
.indicator .indicator-btn {
  background: url('../img/indecator_btn.jpg') no-repeat;
  display: block;
  cursor: pointer;
  position: absolute;
  left: 50%;
  width: 61px;
  height: 61px;
}
.interview {
  color: #000;
  display: block;
  width: 100%;
}
.interview .photo {
  display: inline-block;
}
.interview .photo .photo-txt {
  display: block;
  font: 12px/20px pt_sansregular, Arial, Helvetica, sans-serif;
  margin: 10px 0 0;
  text-align: center;
  position: relative;
}
.interview .photo .photo-txt:after {
  background: #e0d1a8;
  content: '';
  display: block;
  height: 1px;
  left: 50%;
  margin: 15px 0 0 -62px;
  position: absolute;
  width: 125px;
}
.interview .part {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  padding: 100px 0 0 147px;
  position: relative;
  width: 10000px;
}
.interview .wrap {
  display: inline-block;
  vertical-align: top;
}
.part .wrap {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.part .wrap1 {
  padding: 0 25px 0 45px;
  width: 387px;
}
.star1 .wrap1 .title,
.star2 .wrap1 .title,
.star3 .wrap1 .title {
  color: #232932;
  font: 36px playfair_display_scbold, Georgia, "Times New Roman", Times, serif;
  margin: 25px 0 50px;
  text-align: center;
  position: relative;
  letter-spacing: 5px;
}
.star1 .wrap1 .title:after,
.star2 .wrap1 .title:after,
.star3 .wrap1 .title:after {
  background: #e0d1a8;
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  left: 50%;
  margin-left: -62px;
  margin-top: 26px;
  width: 125px;
}
.star1 .wrap1 .h2,
.star2 .wrap1 .h2,
.star3 .wrap1 .h2 {
  font: 17px/30px playfair_display_scbold, Georgia, "Times New Roman", Times, serif;
  letter-spacing: 3px;
  margin: 0 0 8px;
  text-align: center;
}
.star1 .wrap1 .intro,
.star2 .wrap1 .intro,
.star3 .wrap1 .intro {
  color: #4f545b;
  font: 16px/26px pt_sansregular, Arial, Helvetica, sans-serif;
  position: relative;
}
.star1 .wrap1 .intro:after,
.star2 .wrap1 .intro:after,
.star3 .wrap1 .intro:after {
  background: #e0d1a8;
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  left: 50%;
  margin-left: -62px;
  margin-top: 30px;
  width: 125px;
}
.star1 .wrap3,
.star2 .wrap3,
.star3 .wrap3 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 50px 0 53px;
  width: 453px;
}
.star1 .wrap4,
.star2 .wrap4,
.star3 .wrap4 {
  padding: 0 0 0 64px;
}
.star1 .part__txt,
.star2 .part__txt,
.star3 .part__txt {
  color: #232932;
  font: 14px/20px pt_sansregular, Arial, Helvetica, sans-serif;
  margin: 0 0 23px;
}
.star1 .part__txt strong,
.star2 .part__txt strong,
.star3 .part__txt strong {
  font-weight: normal;
  font-family: pt_sansregular_bold, pt_sansregular, Arial, Helvetica, sans-serif;
  display: block;
}
.star1 .part__txt strong span,
.star2 .part__txt strong span,
.star3 .part__txt strong span {
  font-weight: normal;
  font-family: pt_sansregular, Arial, Helvetica, sans-serif;
}
.star1 .wrap5,
.star2 .wrap5,
.star3 .wrap5 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px 0 56px;
  width: 417px;
}
.star1 .wrap6,
.star2 .wrap6,
.star3 .wrap6 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 62px 0 23px;
  width: 422px;
}
.inner__page {
  display: block;
}
.star2 .wrap3 {
  padding: 0 50px 0 32px;
  width: auto;
}
.star2 .wrap4 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 35px 0 43px;
  width: 416px;
}
.star2 .wrap5 {
  padding: 0 15px 0 39px;
}
.star2 .wrap5 .photo {
  position: relative;
  height: 470px;
}
.star2 .wrap5 .photo img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.star2 .wrap6 {
  padding: 0 32px 0 23px;
}
.star3 .wrap3 {
  padding: 0 30px 0 85px;
}
.star3 .wrap5 {
  padding: 0 85px;
  width: 520px;
}
.star3 .wrap6 {
  padding: 0;
  width: auto;
}
.banner__up p {
  color: #232932;
  font: 11px/18px Arial, Helvetica, sans-serif;
  position: relative;
  width: 44%;
  z-index: 100;
}
.slider__type2 .wrap__slider {
  width: 450px;
}
.mCS-my-theme.mCSB_scrollTools .mCSB_dragger {
  z-index: 1000;
}
.mCS-my-theme.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: url('../img/indecator_btn.jpg') no-repeat;
  width: 61px;
  height: 61px;
}
.mCS-my-theme.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  height: 61px;
  bottom: 30px;
}
.mCS-my-theme.mCSB_scrollTools .mCSB_draggerRail {
  background: url('../img/indecator_med.jpg') 50% repeat-x;
  height: 61px;
  line-height: 61px;
  width: 100%;
  z-index: 100;
}
.mCS-my-theme.mCSB_scrollTools .mCSB_draggerRail:before {
  background: url('../img/indecator_left2.jpg') 50% no-repeat;
  top: 29px;
  left: 147px;
  width: 102px;
  height: 18px;
}
.mCS-my-theme.mCSB_scrollTools .mCSB_draggerRail:after {
  background: url('../img/indecator_right2.jpg') 50% no-repeat;
  width: 90px;
  height: 32px;
  top: 24px;
  right: 0;
}
.mCS-my-theme.mCSB_scrollTools .mCSB_draggerRail:after,
.mCS-my-theme.mCSB_scrollTools .mCSB_draggerRail:before {
  content: '';
  display: block;
  position: absolute;
}
.inner__page {
  height: 100%;
  min-height: 800px;
}
.interview {
  height: 100%;
  min-height: 800px;
}
.interview .content {
  height: 100%;
  min-height: 800px;
}
.interview .parts {
  height: 100%;
  min-height: 800px;
}
#bx-pager .active {
  display: none !important;
}
.cataloque .description {
  width: 150px;
}
.interview .star1 {
  width: 3244px;
}
.interview .star2 {
  width: 3540px;
}
.interview .star3 {
  width: 2956px;
}
.star1 .wrap6 {
  width: 462px;
}
.star3 .wrap5 {
  width: 560px;
}
.star3 .wrap6 {
  padding: 0 30px 0 0;
}
.star3 .wrap3 {
  width: 470px;
}


.interview .photo .photo-txt {
  font: 11px/18px Arial, Helvetica, sans-serif;
}

.interview .photo .photo-txt span {
  font-weight: bold;
  /*font-family: Arial, Helvetica, sans-serif;*/
}

/*.interview .star2 {
  left: -200px;
}
*/

.star3 .wrap4 {
  padding: 0 0 0 64px;
  width: 424px;
}

.star1 .wrap4 {
  padding: 0 0 0 64px;
  width: 484px;
}

.star2 .wrap2 {
  width: 424px;
}

@media screen and (min-width: 1280px) {
  .main__page .star1 {
    left: 134px;  
  }

}

@media screen and (max-width: 1040px) {
  .main__page .star3 {
    left: 663px;
  }
}

@media screen and (max-width: 1100px) {
  .main__page .star3 {
    left: 665px;
  }
}

@media screen and (min-width: 1100px) and (max-width: 1180px) {
  .main__page .star3 {
    left: 667px;
  }
}



@media screen and (max-width: 1110px) {
  .main__page .star1 {
    left: 118px;
  }
}

@media screen and (min-width: 1140px) and (max-width: 1180px) {
  .main__page .star1 {
    left: 119px;
  }
}

@media screen and (min-width: 1180px) and (max-width: 1214px) {
  .main__page .star1 {
    left: 120px;
  }
}

@media screen and (min-width: 1215px) and (max-width: 1279px) {
  .main__page .star1 {
    left: 121px;
  }
}

.section.slider__type3 .txt {
    width: 150px;
}

.photos__up {
  height: 280px;
  margin: 0 0 100px;
  position: relative;
  width: 800px;
}

.photos__up .item {
  color: #333b48;
  font: 9px/9px playfair_display_scbold, Georgia, "Times New Roman", Times, serif;
  position: absolute;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.photos__up img {
  display: block;
}

.photos__up .title {
  display: block;  
  font-size: 15px;
  line-height: 15px;
  margin: 0 0 5px;
  letter-spacing: 4px;
}

.photos__up .item img {
  margin: 0 0 15px;
}

.photos__up .item1 {
  left: 18px;
}

.photos__up .item2 {
  top: 125px;
}

.photos__up .item2 img {
  margin: 0 0 20px;
}

.photos__up .item3 {
  left: 121px;
  top: 15px;
}

.photos__up .item3 img {
  margin: 0 0 31px;
}

.photos__up .item3 div {
  margin: 0 0 0 35px;
}

.photos__up .item4 {
  left: 345px;
  top: 40px;
}

.photos__up .item4 div {
  margin: 0 0 0 15px;
}

.photos__up .item5,
.photos__up .item6 {
  left: 510px;
}

.photos__up .item5 div {
  margin: 0 0 10px 10px;
}

.photos__up .item6 {
  top: 146px
}

.photos__up .item6 div {
  margin: 0 0 0 5px;
}

.photos__up .item7 {
  left: 640px;
  top: 35px;
  line-height: 14px;
}

.photos__up .item7 div {
  margin: 0 0 0 20px;
}