html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video, input, textarea, button {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  outline: none;
  border-radius: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a:hover, a:active {
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: 'Cormorant Italic';
  src: url("../fonts/Cormorant-Italic.eot");
  src: url("../fonts/Cormorant-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/Cormorant-Italic.woff") format("woff"), url("../fonts/Cormorant-Italic.ttf") format("truetype");
}

@font-face {
  font-family: 'Cormorant Regular';
  src: url("../fonts/Cormorant-Regular.eot");
  src: url("../fonts/Cormorant-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Cormorant-Regular.woff") format("woff"), url("../fonts/Cormorant-Regular.ttf") format("truetype");
}

@font-face {
  font-family: 'Proxima Nova Regular';
  src: url("../fonts/ProximaNova-Regular.eot");
  src: url("../fonts/ProximaNova-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Regular.woff") format("woff"), url("../fonts/ProximaNova-Regular.ttf") format("truetype");
}

@font-face {
  font-family: 'Proxima Nova Semibold';
  src: url("../fonts/ProximaNova-Semibold.eot");
  src: url("../fonts/ProximaNova-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Semibold.woff") format("woff"), url("../fonts/ProximaNova-Semibold.ttf") format("truetype");
}

h1 {
  font-size: inherit;
}

html, body {
  width: 100%;
  overflow-x: hidden;
  font-family: "Cormorant Regular", Helvetica, Arial, sans-serif;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

html.no-scroll, body.no-scroll {
  height: 100%;
  overflow: hidden;
}

.wrapper {
  width: 930px;
  margin: auto;
  position: relative;
}

.wrapper__full {
  width: 95vw;
  padding: 0 !important;
}

@media only screen and (max-width: 1200px) {
  .wrapper {
    width: 100%;
    padding: 0 20px;
  }
}

.content, .contents {
  padding-top: 50px;
}

.news_item {
  position: relative;
  width: 640px;
  margin-bottom: 30px;
  margin-top: 30px;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

@media only screen and (max-width: 1200px) {
  .news_item {
    width: 100%;
  }
}

.news_item:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 31px;
  background: #F2F2F2;
}

@media only screen and (max-width: 1200px) {
  .news_item:after {
    margin-top: 21px;
  }
}

.news_item .headphones {
  display: none;
}

.news_item .headphones.show {
  display: block;
  position: absolute;
  left: 5px;
  top: 5px;
  z-index: 2;
}

.news_item__pop {
  position: relative;
  width: 640px;
  margin-bottom: 30px;
  text-align: center;
}

@media only screen and (max-width: 1200px) {
  .news_item__pop {
    width: 100%;
  }
}

.news_item__pop:after {
  content: '';
  display: block;
  margin: auto;
  margin-top: 60px;
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -1879px;
  width: 34px;
  height: 8px;
  background-repeat: no-repeat;
  opacity: 0.3;
}

@media only screen and (max-width: 1200px) {
  .news_item__pop:after {
    margin-top: 60px;
  }
}

.news_item__pop .headphones {
  display: none;
}

.news_item__pop .headphones.show {
  display: block;
  position: absolute;
  left: 5px;
  top: 5px;
  z-index: 2;
}

.news_item__day {
  text-align: center;
  margin-bottom: 150px;
}

@media only screen and (max-width: 1200px) {
  .news_item__day {
    margin-bottom: 120px;
  }
}

.news_item__day .headphones {
  display: none;
}

.news_item__day .headphones.show {
  display: block;
  position: absolute;
  left: 5px;
  top: 5px;
  z-index: 2;
}

.news_item__special {
  width: 930px;
  margin: auto;
  position: relative;
  padding: 90px 0;
  margin-bottom: 150px;
  margin-top: 85px;
}

@media only screen and (max-width: 1200px) {
  .news_item__special {
    margin-top: 0;
    margin-bottom: 120px;
    width: 100%;
    padding: 0;
    text-align: center;
  }
}

.news_item__special .headphones {
  display: none;
}

.news_item__special .headphones.show {
  display: block;
  position: absolute;
  left: 5px;
  top: 5px;
  z-index: 2;
}

.news_item__search {
  display: inline-block;
  text-align: center;
  width: 240px;
  vertical-align: top;
  margin-right: 105px;
}

.news_item__search:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 1200px) {
  .news_item__search {
    margin-right: 0;
    border-bottom: 1px solid #F2F2F2;
    width: 100%;
    margin-bottom: 27px;
  }
}

.news_item__search .headphones {
  display: none;
}

.news_item__search .headphones.show {
  display: block;
  position: absolute;
  left: 5px;
  top: 5px;
  z-index: 2;
}

.news_item__recommended {
  display: inline-block;
  text-align: center;
  width: 240px;
  vertical-align: top;
  margin-right: 105px;
}

.news_item__recommended:last-child {
  margin-right: 0;
}

.news_item__recommended .headphones {
  display: none;
}

.news_item__recommended .headphones.show {
  display: block;
  position: absolute;
  left: 5px;
  top: 5px;
  z-index: 2;
}

@media only screen and (max-width: 1200px) {
  .news_item__recommended {
    display: none;
  }
  .news_item__recommended:nth-child(2) {
    display: block;
    margin: auto;
  }
}

.news_item__editor {
  position: relative;
  width: 640px;
  margin-bottom: 60px;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  margin-top: 135px;
  margin-left: -80px;
}

.news_item__editor.black_wrap:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 20px;
  background: #F2F2F2;
  opacity: 1;
}

@media only screen and (max-width: 1200px) {
  .news_item__editor {
    width: calc(100% + 40px);
    margin: 60px -20px;
  }
}

.news_item__editor .headphones {
  display: none;
}

.news_item__editor .headphones.show {
  display: block;
  position: absolute;
  left: 5px;
  top: 5px;
  z-index: 2;
}

.news_item__large {
  position: relative;
  width: 640px;
  margin-bottom: 60px;
  margin-top: 60px;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.news_item__large:after {
  content: '';
  display: block;
  margin: auto;
  margin-top: 20px;
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -1879px;
  width: 34px;
  height: 8px;
  background-repeat: no-repeat;
  opacity: 0.3;
}

@media only screen and (max-width: 1200px) {
  .news_item__large:after {
    margin-top: 21px;
  }
}

.news_item__large.black_wrap:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 20px;
  background: #F2F2F2;
  opacity: 1;
}

@media only screen and (max-width: 1200px) {
  .news_item__large {
    width: calc(100% + 40px);
    margin: 60px -20px;
  }
}

.news_item__large .headphones {
  display: none;
}

.news_item__large .headphones.show {
  display: block;
  position: absolute;
  left: 5px;
  top: 5px;
  z-index: 2;
}

.news_wrap {
  position: absolute;
  right: 0;
  top: 53px;
  height: 185px;
  width: 320px;
  background: #fff;
  padding: 37px 0 0 30px;
  overflow: hidden;
}

@media only screen and (max-width: 1200px) {
  .news_wrap {
    width: 100%;
    overflow: visible;
    position: static;
    height: auto;
    padding: 27px 0 0 0;
    text-align: center;
  }
}

.news_wrap__special {
  position: relative;
  background: #fff;
  display: inline-block;
  height: 420px;
  z-index: 2;
  width: 560px;
  padding-top: 105px;
}

@media only screen and (max-width: 1200px) {
  .news_wrap__special {
    padding: 0 20px;
    height: auto;
    position: static;
    width: 100%;
  }
}

.news_wrap__large {
  width: 500px;
  margin: auto;
  background: #fff;
  margin-top: -38px;
  padding: 30px;
  text-align: center;
  position: relative;
}

@media only screen and (max-width: 1200px) {
  .news_wrap__large {
    margin-top: -30px;
    width: calc(100% - 20px);
    padding: 24px;
  }
}

.news_wrap__editor {
  width: 500px;
  margin: auto;
  background: #fff;
  margin-top: -38px;
  padding: 30px;
  text-align: center;
  position: relative;
}

@media only screen and (max-width: 1200px) {
  .news_wrap__editor {
    margin-top: -30px;
    width: calc(100% - 20px);
    padding: 24px;
  }
}

.news_image {
  display: block;
  width: 380px;
  height: 285px;
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 1200px) {
  .news_image {
    width: 100%;
    height: auto;
  }
}

.news_image__pop {
  display: block;
  width: 640px;
  height: 480px;
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 1200px) {
  .news_image__pop {
    width: 100%;
    height: auto;
  }
}

.news_image__day {
  position: relative;
  display: block;
  height: 438px;
  overflow: hidden;
}

@media only screen and (max-width: 1200px) {
  .news_image__day {
    height: auto;
  }
}

.news_image__special {
  position: absolute;
  left: 385px;
  top: 0;
  z-index: 1;
  height: 100%;
}

@media only screen and (max-width: 1200px) {
  .news_image__special {
    position: static;
    width: 100%;
    height: auto;
  }
}

.news_image__search {
  position: relative;
  width: 240px;
  height: 240px;
  overflow: hidden;
  display: block;
  margin-bottom: 30px;
}

@media only screen and (max-width: 1200px) {
  .news_image__search {
    display: none;
  }
}

.news_image__recommended {
  position: relative;
  width: 240px;
  height: 240px;
  overflow: hidden;
  display: block;
  margin-bottom: 30px;
  background-size: cover;
  background-position: center top;
}

.news_image__large {
  width: 100%;
  position: relative;
  display: block;
  overflow: hidden;
  height: 480px;
}

@media only screen and (max-width: 1200px) {
  .news_image__large {
    width: calc(100% - 40px);
    margin: auto;
    height: auto;
  }
}

.news_image__large.black:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background: #000;
  height: calc(100% - 30px);
  width: 100%;
  z-index: -1;
  border: 0px #fff solid;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (max-width: 1200px) {
  .news_image__large.black:before {
    height: calc(100% - 15px);
  }
}

@media only screen and (min-width: 1201px) {
  .news_image__large.black:hover:before {
    border: 38px #fff solid;
  }
}

@media only screen and (min-width: 1201px) and (max-width: 1200px) {
  .news_image__large.black:hover:before {
    border: 0px #fff solid;
  }
}

.news_image__editor {
  width: 640px;
  position: relative;
  display: block;
  overflow: hidden;
  height: 427px;
  margin: auto;
}

@media only screen and (max-width: 1200px) {
  .news_image__editor {
    width: calc(100% - 40px);
    margin: auto;
    height: auto;
  }
}

.news_image__editor.black:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background: #000;
  height: calc(100% - 30px);
  width: 100%;
  z-index: -1;
  border: 0px #fff solid;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (max-width: 1200px) {
  .news_image__editor.black:before {
    height: calc(100% - 15px);
  }
}

@media only screen and (min-width: 1201px) {
  .news_image__editor.black:hover:before {
    border: 38px #fff solid;
  }
}

@media only screen and (min-width: 1201px) and (max-width: 1200px) {
  .news_image__editor.black:hover:before {
    border: 0px #fff solid;
  }
}

.news_img {
  display: block;
  width: 100%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}

.news_img_img {
  display: block;
  width: 100%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}

.news_img.newsHorizontal {
  width: auto;
  height: 100%;
}

.news_img__special {
  display: block;
  height: 100%;
}

@media only screen and (max-width: 1200px) {
  .news_img__special {
    width: 100%;
    height: auto;
  }
}

.news_img__search {
  position: absolute;
  height: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
}

.news_img__recommended {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  display: block;
  margin: auto;
  width: 100%;
}

.news_img__recommended.newsHorizontal {
  width: auto;
  height: 100%;
}

.news_img__large {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  display: block;
  margin: auto;
  width: 100%;
}

.news_img__large.newsHorizontal {
  width: auto;
  height: 100%;
}

.news_img__editor {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  display: block;
  margin: auto;
  width: 100%;
}

.news_img__editor.newsHorizontal {
  width: auto;
  height: 100%;
}

.news_category {
  display: inline-block;
  font-size: 12px;
  font-family: "Proxima Nova Regular", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #000;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  letter-spacing: 0.1em;
  line-height: 15px;
}

.news_category:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 3px;
  height: 3px;
  background: #000;
  border-radius: 100%;
  margin: 0 13px;
  margin-top: -2px;
}

@media only screen and (min-width: 1201px) {
  .news_category:hover {
    color: #9933FF;
  }
}

.news_category__pop {
  display: block;
  width: 196px;
  margin: auto;
  background: #fff;
  margin-top: -38px;
  position: relative;
  line-height: 59px;
  font-size: 12px;
  font-family: "Proxima Nova Regular", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #000;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  letter-spacing: 0.1em;
}

@media only screen and (min-width: 1201px) {
  .news_category__pop:hover {
    color: #9933FF;
  }
}

@media only screen and (max-width: 1200px) {
  .news_category__pop {
    margin-top: 27px;
    margin-bottom: 17px;
    line-height: 15px;
  }
}

.news_category__day {
  display: block;
  width: 196px;
  margin: auto;
  background: #fff;
  margin-top: -38px;
  position: relative;
  line-height: 59px;
  font-size: 12px;
  font-family: "Proxima Nova Regular", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #000;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 1200px) {
  .news_category__day {
    margin-top: 27px;
    margin-bottom: 17px;
    line-height: 15px;
  }
}

.news_category__special {
  display: block;
  font-size: 12px;
  font-family: "Proxima Nova Regular", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #000;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  letter-spacing: 0.1em;
  line-height: 15px;
  margin-bottom: 15px;
}

@media only screen and (min-width: 1201px) {
  .news_category__special:hover {
    color: #9933FF;
  }
}

@media only screen and (max-width: 1200px) {
  .news_category__special {
    margin-top: 27px;
    margin-bottom: 17px;
    line-height: 15px;
  }
}

.news_category__search {
  display: inline-block;
  font-size: 12px;
  font-family: "Proxima Nova Regular", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #000;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  letter-spacing: 0.1em;
  line-height: 15px;
}

.news_category__search:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 3px;
  height: 3px;
  background: #000;
  border-radius: 100%;
  margin: 0 13px;
  margin-top: -2px;
}

@media only screen and (min-width: 1201px) {
  .news_category__search:hover {
    color: #9933FF;
  }
}

.news_category__recommended {
  display: inline-block;
  font-size: 12px;
  font-family: "Proxima Nova Regular", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #000;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  letter-spacing: 0.1em;
  line-height: 15px;
}

.news_category__recommended:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 3px;
  height: 3px;
  background: #000;
  border-radius: 100%;
  margin: 0 13px;
  margin-top: -2px;
}

@media only screen and (min-width: 1201px) {
  .news_category__recommended:hover {
    color: #9933FF;
  }
}

.news_time {
  display: inline-block;
  font-size: 12px;
  font-family: "Proxima Nova Regular", Helvetica, Arial, sans-serif;
  color: #000;
  opacity: 0.4;
  letter-spacing: 0.1em;
  line-height: 15px;
}

.news_time__pop {
  display: block;
  font-size: 12px;
  font-family: "Proxima Nova Regular", Helvetica, Arial, sans-serif;
  color: #000;
  opacity: 0.4;
  letter-spacing: 0.1em;
  line-height: 15px;
  margin-top: 16px;
  margin-bottom: 31px;
}

.news_time__day {
  display: block;
  font-size: 12px;
  font-family: "Proxima Nova Regular", Helvetica, Arial, sans-serif;
  color: #000;
  opacity: 0.4;
  letter-spacing: 0.1em;
  line-height: 15px;
  margin-top: 16px;
  margin-bottom: 31px;
}

.news_time__special {
  display: block;
  font-size: 12px;
  font-family: "Proxima Nova Regular", Helvetica, Arial, sans-serif;
  color: #000;
  opacity: 0.4;
  letter-spacing: 0.1em;
  line-height: 15px;
  margin-top: 16px;
  margin-bottom: 31px;
}

.news_time__search {
  display: inline-block;
  font-size: 12px;
  font-family: "Proxima Nova Regular", Helvetica, Arial, sans-serif;
  color: #000;
  opacity: 0.4;
  letter-spacing: 0.1em;
  line-height: 15px;
}

.news_time__recommended {
  display: inline-block;
  font-size: 12px;
  font-family: "Proxima Nova Regular", Helvetica, Arial, sans-serif;
  color: #000;
  opacity: 0.4;
  letter-spacing: 0.1em;
  line-height: 15px;
}

.news_title {
  display: block;
  margin-top: 10px;
  font-size: 24px;
  color: #000;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  line-height: 30px;
}

.news_title i {
  font-family: "Cormorant Italic", Helvetica, Arial, sans-serif;
}

@media only screen and (min-width: 1201px) {
  .news_title:hover {
    color: #9933FF;
  }
}

.news_title__pop {
  display: block;
  font-size: 30px;
  color: #000;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  line-height: 30px;
  width: 510px;
  margin: auto;
}

.news_title__pop i {
  font-family: "Cormorant Italic", Helvetica, Arial, sans-serif;
}

@media only screen and (min-width: 1201px) {
  .news_title__pop:hover {
    color: #9933FF;
  }
}

@media only screen and (max-width: 1200px) {
  .news_title__pop {
    width: 100%;
    font-size: 24px;
  }
}

.news_title__day {
  display: block;
  font-size: 40px;
  color: #000;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  line-height: 40px;
  width: 510px;
  margin: auto;
}

.news_title__day i {
  font-family: "Cormorant Italic", Helvetica, Arial, sans-serif;
}

@media only screen and (min-width: 1201px) {
  .news_title__day:hover {
    color: #9933FF;
  }
}

@media only screen and (max-width: 1200px) {
  .news_title__day {
    width: 100%;
    padding: 0 20px;
    font-size: 24px;
    line-height: 30px;
  }
}

.news_title__special {
  display: block;
  font-size: 40px;
  color: #000;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  line-height: 40px;
  width: 500px;
}

.news_title__special i {
  font-family: "Cormorant Italic", Helvetica, Arial, sans-serif;
}

@media only screen and (min-width: 1201px) {
  .news_title__special:hover {
    color: #9933FF;
  }
}

@media only screen and (max-width: 1200px) {
  .news_title__special {
    width: 100%;
    font-size: 24px;
    line-height: 30px;
  }
}

.news_title__search {
  display: block;
  margin-top: 10px;
  font-size: 24px;
  color: #000;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  line-height: 30px;
}

.news_title__search i {
  font-family: "Cormorant Italic", Helvetica, Arial, sans-serif;
}

@media only screen and (min-width: 1201px) {
  .news_title__search:hover {
    color: #9933FF;
  }
}

@media only screen and (max-width: 1200px) {
  .news_title__search {
    margin-bottom: 16px;
  }
}

.news_title__recommended {
  display: block;
  margin-top: 10px;
  font-size: 24px;
  color: #000;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  line-height: 30px;
}

.news_title__recommended i {
  font-family: "Cormorant Italic", Helvetica, Arial, sans-serif;
}

@media only screen and (min-width: 1201px) {
  .news_title__recommended:hover {
    color: #9933FF;
  }
}

.news_title__large {
  display: block;
  font-size: 30px;
  color: #000;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  line-height: 30px;
}

@media only screen and (min-width: 1201px) {
  .news_title__large:hover {
    color: #9933FF;
  }
}

@media only screen and (max-width: 1200px) {
  .news_title__large {
    font-size: 24px;
  }
}

.news_title__large i {
  font-family: "Cormorant Italic", Helvetica, Arial, sans-serif;
}

.news_title__editor {
  display: block;
  font-size: 30px;
  color: #000;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  line-height: 30px;
}

@media only screen and (max-width: 1200px) {
  .news_title__editor {
    font-size: 24px;
  }
}

.news_text__large {
  font-size: 14px;
  line-height: 22px;
  font-family: "Proxima Nova Regular", Helvetica, Arial, sans-serif;
  margin-top: 18px;
}

@media only screen and (max-width: 1200px) {
  .news_text__large {
    margin-top: 9px;
  }
}

.news_text__editor {
  font-size: 14px;
  line-height: 22px;
  font-family: "Proxima Nova Regular", Helvetica, Arial, sans-serif;
  margin-top: 18px;
}

@media only screen and (max-width: 1200px) {
  .news_text__editor {
    margin-top: 9px;
  }
}

.news_person__large {
  font-size: 14px;
  line-height: 22px;
  font-family: "Proxima Nova Regular", Helvetica, Arial, sans-serif;
  margin-bottom: 10px;
}

.news_person__editor {
  font-size: 14px;
  line-height: 22px;
  font-family: "Proxima Nova Regular", Helvetica, Arial, sans-serif;
  margin-bottom: 10px;
}

.news_autor, .news_tags {
  float: right;
  display: inline-block;
  font-size: 12px;
  font-family: "Proxima Nova Regular", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  letter-spacing: 0.1em;
  line-height: 15px;
  color: #999999;
  width: 240px;
}

.news_autor > a, .news_tags > a {
  color: #000;
}

@media only screen and (min-width: 1201px) {
  .news_autor > a:hover, .news_tags > a:hover {
    color: #9933FF;
  }
}

.news_autor > span, .news_tags > span {
  color: #000;
}

.news_tags {
  clear: both;
  width: 100%;
  margin-bottom: 14px;
  text-align: center !important;
}

.thing .news_item__search {
  display: inline-block;
  text-align: center;
  width: 240px;
  vertical-align: top;
  margin-right: 105px;
  margin-bottom: 40px;
}

.thing .news_item__search:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 1200px) {
  .thing .news_item__search {
    margin-right: 0;
    border-bottom: 1px solid #F2F2F2;
    width: 100%;
    margin-bottom: 27px;
  }
}

.thing .news_item__search .headphones {
  display: none;
}

.thing .news_item__search .headphones.show {
  display: block;
  position: absolute;
  left: 5px;
  top: 5px;
  z-index: 2;
}

.thing .news_item__search:nth-child(3n + 1) {
  margin-right: 0;
}

.title__news {
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 22px;
  margin-top: 85px;
  margin-bottom: 48px;
  font-family: "Proxima Nova Regular", Helvetica, Arial, sans-serif;
  position: relative;
}

.title__news:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 30px;
  background: #000;
  top: 50%;
  left: -60px;
}

@media only screen and (max-width: 1200px) {
  .title__news:before {
    display: none;
  }
}

@media only screen and (max-width: 1200px) {
  .title__news {
    text-align: center;
  }
}

.title__noline {
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 18px;
  margin-top: 58px;
  margin-bottom: 36px;
  font-family: "Proxima Nova Regular", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  position: relative;
}

@media only screen and (max-width: 1200px) {
  .title__noline {
    text-align: left;
  }
}

.title__pop {
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 22px;
  margin-top: 85px;
  margin-bottom: 48px;
  font-family: "Proxima Nova Regular", Helvetica, Arial, sans-serif;
  position: relative;
}

.title__pop:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 30px;
  background: #000;
  top: 50%;
  left: -60px;
}

@media only screen and (max-width: 1200px) {
  .title__pop:before {
    display: none;
  }
}

@media only screen and (max-width: 1200px) {
  .title__pop {
    text-align: center;
  }
}

.title__day {
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 22px;
  margin-top: 85px;
  margin-bottom: 30px;
  text-align: center;
  font-family: "Proxima Nova Regular", Helvetica, Arial, sans-serif;
}

.title__day:after {
  content: '';
  display: block;
  height: 30px;
  width: 1px;
  background: #000;
  margin: auto;
  margin-top: 30px;
}

@media only screen and (max-width: 1200px) {
  .title__day {
    text-align: center;
  }
}

.title__special {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 22px;
  font-family: "Proxima Nova Regular", Helvetica, Arial, sans-serif;
}

.title__special:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 30px;
  background: #000;
  top: 50%;
  left: -60px;
}

.title__special:after {
  content: '';
  height: 30px;
  width: 1px;
  background: #000;
  margin: auto;
  margin-top: 30px;
  display: none;
}

@media only screen and (max-width: 1200px) {
  .title__special:after {
    display: block;
  }
}

@media only screen and (max-width: 1200px) {
  .title__special {
    text-align: center;
    position: static;
    margin-bottom: 30px;
  }
}

.title__thing {
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 22px;
  margin-bottom: 55px;
  font-family: "Proxima Nova Regular", Helvetica, Arial, sans-serif;
  position: relative;
  text-align: center;
}

.title__subscribe {
  font-size: 40px;
  line-height: 48px;
}

@media only screen and (max-width: 1200px) {
  .title__subscribe {
    font-size: 24px;
    line-height: 30px;
  }
}

.title__subscribe_after {
  margin: 11px auto 41px;
  font-size: 14px;
  font-family: "Proxima Nova Regular", Helvetica, Arial, sans-serif;
  line-height: 21px;
}

@media only screen and (max-width: 1200px) {
  .title__subscribe_after {
    margin: 19px auto 38px;
  }
}

.pink {
  background: #f6dede;
}

.pink .top_bg_large_title {
  background: #f6dede;
}

.black {
  background: #000;
  overflow: hidden;
}

.black .title__pop, .black .news_title__pop, .black .title__news, .black .title__special {
  color: #fff;
}

.black .title__pop:before, .black .news_title__pop:before, .black .title__news:before, .black .title__special:before {
  background: #fff;
}

.black .news_item:after {
  background: #262626;
}

.black .news_title, .black .news_title__large, .black .news_title__day, .black .news_title__special, .black .news_title__recommended, .black .news_category__special, .black .news_category__recommended, .black .socials {
  color: #fff;
}

.black .news_category, .black .title__day {
  color: #fff;
}

.black .news_category:after, .black .title__day:after {
  background: #fff;
}

.black .news_category__pop, .black .news_wrap, .black .news_category__day, .black .news_wrap__special, .black .news_wrap__large {
  background: #000;
  color: #fff;
}

.black .news_time__pop, .black .news_time, .black .news_time__recommended, .black .news_time__day, .black .news_time__special {
  color: #999999;
}

.black .btn_link {
  color: #fff;
  border-color: #fff;
}

.black .btn_link:before {
  border-color: #fff;
}

.black .btn_link:after {
  background: #fff;
}

.black .socials_fb {
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -2208px;
  width: 6px;
  height: 13px;
  background-repeat: no-repeat;
}

.black .socials_tw {
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -2177px;
  width: 14px;
  height: 11px;
  background-repeat: no-repeat;
}

.black .socials_vk {
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -1966px;
  width: 17px;
  height: 10px;
  background-repeat: no-repeat;
}

.black .socials_in {
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -2259px;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
}

.black .socials_yt {
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -2110px;
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
}

.black .socials_tg {
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -2128px;
  width: 14px;
  height: 13px;
  background-repeat: no-repeat;
}

.black .subscribe, .black .done {
  background: #262626;
}

.black .subscribe .help-block, .black .done .help-block {
  color: #fff;
}

.black .title__subscribe {
  color: #fff;
}

.black .title__subscribe_after {
  color: #fff;
}

.black .title__thing {
  color: #fff;
  margin-top: 65px;
}

.black .thing_item__day {
  border-bottom: #262626 1px solid;
  margin-bottom: 30px;
  padding-bottom: 20px;
}

.black .thing_title__day {
  color: #fff;
  margin: 19px 0 15px;
  display: block;
}

.black .thing_text__day {
  color: #999999;
  line-height: 18px;
  margin-bottom: 20px;
  display: block;
  opacity: 1;
}

.black .thing_white__day {
  font-size: 12px;
  line-height: 15px;
  color: #fff;
  display: block;
  margin-bottom: 8px;
  font-family: "Proxima Nova Regular", Helvetica, Arial, sans-serif;
}

.black .more {
  text-align: left;
}

.black .more:last-child {
  margin-bottom: 0;
}

.black .more .thing_img__day {
  float: left;
  margin-right: 20px;
  margin-bottom: 40px;
  width: 70px;
  height: 70px;
}

.black .more .thing_img__day img {
  width: 70px;
  max-width: none;
  max-height: none;
}

.black .more .thing_img__day img.newsHorizontal {
  height: 100%;
  width: auto !important;
}

.black .more .thing_title__day {
  line-height: 24px;
  font-size: 16px;
}

.black .top_bg_large_title {
  background: #000;
}

.black .top_bg_large_title > span {
  color: #fff;
}

.black .top_bg_large_title > span:after {
  display: none;
}

.black .news_time {
  color: #fff;
  opacity: 1;
}

.black .news_autor,
.black .news_tags {
  color: #fff;
}

.black .news_autor a,
.black .news_tags a {
  color: #fff;
}

.black .news_autor span,
.black .news_tags span {
  color: #fff;
}

.black article, .black .prev_text {
  color: #fff;
}

.black article a:not(.news_category):not(.back):not(.left_bar_ico), .black .prev_text a:not(.news_category):not(.back):not(.left_bar_ico) {
  color: #fff;
}

.black article a:not(.news_category):not(.back):not(.left_bar_ico):after, .black .prev_text a:not(.news_category):not(.back):not(.left_bar_ico):after {
  background: #fff;
}

.black article blockquote, .black .prev_text blockquote {
  border-top: #262626 1px solid;
}

.black article blockquote:before, .black .prev_text blockquote:before {
  content: '';
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -1891px;
  width: 31px;
  height: 20px;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  right: 100%;
  top: -10px;
  margin-right: 20px;
}

.black article blockquote.strong:before, .black .prev_text blockquote.strong:before {
  content: '';
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -1891px;
  width: 31px;
  height: 20px;
  background-repeat: no-repeat;
}

.black .audio {
  background: #fff;
  color: #000;
}

.black .audio_play {
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -1747px;
  width: 31px;
  height: 40px;
  background-repeat: no-repeat;
}

.black .audio_play.pause {
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -1791px;
  width: 31px;
  height: 40px;
  background-repeat: no-repeat;
}

.black .audio_time {
  color: #000;
}

.black .audio_timeline {
  background: rgba(0, 0, 0, 0.2);
}

.black .audio_timeline_cube {
  background: #000;
}

.black .audio_timeall {
  color: #000;
}

.black .audio_volume i:after {
  background: #000;
}

.black .slider .slick-track {
  -webkit-box-shadow: 0 0 50px 70px #000;
          box-shadow: 0 0 50px 70px #000;
  background: #000;
}

.black .slider_control {
  background: #000;
}

.black .slider_prev {
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -2079px;
  width: 16px;
  height: 9px;
  background-repeat: no-repeat;
}

.black .slider_next {
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -2027px;
  width: 16px;
  height: 9px;
  background-repeat: no-repeat;
}

.black .slider_status_in {
  background: #fff;
}

.black .left_bar {
  border-top: 1px #fff solid;
}

.black .left_bar_ico {
  border-color: #262626;
}

@media only screen and (min-width: 1201px) {
  .black .left_bar_ico:hover {
    border-color: #fff;
  }
}

.black .left_bar_fb {
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -1439px;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 1200px) {
  .black .left_bar_fb {
    background-image: url("../img/svg-sprite/sprite.svg");
    background-position: -4px -816px;
    width: 90px;
    height: 50px;
    background-repeat: no-repeat;
  }
}

.black .left_bar_vk {
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -1659px;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 1200px) {
  .black .left_bar_vk {
    background-image: url("../img/svg-sprite/sprite.svg");
    background-position: -4px -870px;
    width: 90px;
    height: 50px;
    background-repeat: no-repeat;
  }
}

.black .left_bar_tw {
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -1527px;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 1200px) {
  .black .left_bar_tw {
    background-image: url("../img/svg-sprite/sprite.svg");
    background-position: -4px -708px;
    width: 90px;
    height: 50px;
    background-repeat: no-repeat;
  }
}

.btn_link {
  letter-spacing: 0.1em;
  font-size: 12px;
  font-family: "Proxima Nova Regular", Helvetica, Arial, sans-serif;
  display: inline-block;
  position: relative;
  margin: 0px 20px 10px 20px;
  color: #000;
  -webkit-transition: all 0.2s 0.2s;
  transition: all 0.2s 0.2s;
  padding: 10px 0px 0px 0px;
  line-height: 27px;
  border-bottom: 1px solid #000;
  cursor: pointer;
}

.btn_link:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 1px;
  background: #000;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

.btn_link:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  border-left: 1px #000 solid;
  border-right: 1px #000 solid;
  -webkit-transition: all 0.1s 0.1s;
  transition: all 0.1s 0.1s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (min-width: 1201px) {
  .btn_link:hover {
    color: #9933FF;
    padding: 10px 20px;
    margin: 0;
    border-bottom: 1px solid #9933FF;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .btn_link:hover:after {
    background: #9933FF;
    -webkit-transition: all 0.1s 0.22s;
    transition: all 0.1s 0.22s;
    width: 100%;
    left: 0;
  }
  .btn_link:hover:before {
    border-left: 1px #9933FF solid;
    border-right: 1px #9933FF solid;
    -webkit-transition: all 0.1s 0.11s;
    transition: all 0.1s 0.11s;
    height: 100%;
  }
}

.btn_link_wrapper {
  height: 50px;
}

.load-more, .thing-more {
  position: relative;
  width: 640px;
  margin-bottom: 85px;
  margin-top: 30px;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  text-align: center;
}

@media only screen and (max-width: 1200px) {
  .load-more, .thing-more {
    width: 100%;
  }
}

.load-more:before, .thing-more:before {
  content: '';
  display: block;
  height: 30px;
  width: 1px;
  background: #000;
  margin: auto;
  margin-bottom: 22px;
  position: relative;
}

.bar {
  position: absolute;
  top: 0;
  width: 240px;
  -webkit-transition: opacity 0.5s 0.5s;
  transition: opacity 0.5s 0.5s;
}

@media only screen and (max-width: 1200px) {
  .bar {
    position: static;
  }
}

.bar.fixed {
  position: fixed;
  top: auto;
  bottom: 85px;
}

.bar.fixed.bottom {
  bottom: 0;
  position: absolute;
}

.bar_wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 240px;
  height: 100%;
}

@media only screen and (max-width: 1200px) {
  .bar_wrap {
    position: static;
    height: auto;
    margin: auto;
  }
}

.bar.hidden {
  opacity: 0;
}

.thing {
  font-size: 0;
}

@media only screen and (max-width: 1200px) {
  .thing {
    text-align: center;
  }
}

.thing_item__day {
  text-align: center;
  margin-bottom: 85px;
}

@media only screen and (min-width: 1201px) {
  .thing_item__day a:hover {
    color: #9933FF;
  }
}

.thing_time__day {
  display: block;
  font-size: 12px;
  font-family: "Proxima Nova Regular", Helvetica, Arial, sans-serif;
  color: #000;
  letter-spacing: 0.1em;
  line-height: 15px;
  margin-bottom: 4px;
}

.thing_time__day:before {
  content: '';
  display: block;
  height: 30px;
  width: 1px;
  background: #000;
  margin: auto;
  margin-top: -15px;
  margin-bottom: 22px;
  position: relative;
}

.thing_title__day {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 8px;
  color: #000;
  -webkit-transition: color .3s;
  transition: color .3s;
}

.thing_text__day {
  font-size: 12px;
  line-height: 15px;
  opacity: 0.4;
  font-family: "Proxima Nova Regular", Helvetica, Arial, sans-serif;
}

.thing_text_after {
  font-size: 14px;
  line-height: 24px;
  font-family: "Proxima Nova Regular", Helvetica, Arial, sans-serif;
  margin: 23px auto 38px;
  width: 400px;
}

@media only screen and (max-width: 1200px) {
  .thing_text_after {
    width: 100%;
  }
}

.thing_page {
  text-align: center;
  width: 640px;
  margin-top: 90px;
}

.thing_page .thing_img__day {
  width: 400px;
  height: 400px;
  margin: auto;
}

@media only screen and (max-width: 1200px) {
  .thing_page .thing_img__day {
    width: 240px;
    height: 240px;
    overflow: hidden;
  }
}

@media only screen and (max-width: 1200px) {
  .thing_page img {
    width: 100%;
    height: auto;
  }
}

@media only screen and (max-width: 1200px) {
  .thing_page {
    width: 100%;
    margin-bottom: 60px;
  }
}

.thing_list {
  display: inline-block;
  text-align: center;
  margin-right: 105px;
  width: 240px;
  margin-bottom: 60px;
}

.thing_list:nth-child(3n + 1) {
  margin-right: 0;
}

.thing_list .thing_time__day:before {
  display: none;
}

@media only screen and (max-width: 1200px) {
  .thing_list {
    margin-right: 0;
  }
}

.thing_img__day {
  display: block;
  width: 240px;
  height: 240px;
  position: relative;
  overflow: hidden;
}

.thing_img__day img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  display: block;
  margin: auto;
}

.a_b {
  display: block;
}

@media only screen and (max-width: 1200px) {
  .a_b {
    margin-bottom: 85px;
  }
}

#ajaxNews {
  display: none;
}

.top_bg {
  height: 220px;
  width: 100%;
  position: relative;
  background-position: center top;
  background-size: cover;
}

.top_bg:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
}

.top_bg_title {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  color: #fff;
  font-size: 40px;
  line-height: 48px;
}

@media only screen and (max-width: 1200px) {
  .top_bg_title {
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
  }
}

.top_bg_large {
  height: calc(100vh - 125px);
  width: 100%;
  position: relative;
  background-position: center top;
  background-size: cover;
}

.top_bg_large__v:before {
  content: '';
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -4px;
  width: 292px;
  height: 292px;
  background-repeat: no-repeat;
  -webkit-animation: spin 2s infinite;
          animation: spin 2s infinite;
}

.top_bg_large__v:after {
  content: '';
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -300px;
  width: 292px;
  height: 292px;
  background-repeat: no-repeat;
  cursor: pointer;
}

.top_bg_large_title {
  color: #000;
  background: #fff;
  font-size: 40px;
  line-height: 48px;
  margin: 0 174px;
  width: calc(100% - 348px);
  text-align: center;
  padding: 80px 0 0 0;
  margin-top: -80px;
  margin-bottom: 50px;
  position: relative;
}

@media only screen and (max-width: 1200px) {
  .top_bg_large_title {
    width: calc(100% - 40px);
    padding: 50px 0 0 0;
    margin: 0 20px;
    font-size: 30px;
    line-height: 30px;
    margin-top: -30px;
    margin-bottom: 30px;
  }
}

.top_bg_large_title > span {
  padding: 0 80px;
  display: block;
}

.top_bg_large_title > span:after {
  content: '';
  display: block;
  margin: auto;
  margin-top: 40px;
  margin-bottom: 40px;
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -1879px;
  width: 34px;
  height: 8px;
  background-repeat: no-repeat;
  opacity: 0.3;
}

@media only screen and (max-width: 1200px) {
  .top_bg_large_title > span:after {
    margin-top: 21px;
  }
}

@media only screen and (max-width: 1200px) {
  .top_bg_large_title > span {
    padding: 0;
  }
}

.top_bg_large_title .news_person__large {
  margin: 20px 0;
}

.top_bg_large_title .news_person__editor {
  margin: 20px 0;
}

.top_bg_img {
  position: absolute;
  bottom: 0;
  left: 174px;
  height: calc(100% - 100px);
}

@media only screen and (max-width: 1200px) {
  .top_bg_img {
    position: absolute;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    left: 50%;
    width: 100%;
    height: auto;
  }
}

.top_bg_text {
  color: #fff;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  right: 174px;
  font-size: 32px;
  line-height: 40px;
  margin-top: -100px;
  width: calc(50% - 174px);
}

@media only screen and (max-width: 1200px) {
  .top_bg_text {
    display: none;
  }
}

.top_bg_video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: block;
}

.top_bg_video.active {
  visibility: visible;
  opacity: 1;
}

.home-slider {
  margin-bottom: -50px;
  position: relative;
  height: 100%;
  background: #000;
}

.home-slider .bx-viewport {
  width: 100%;
  height: calc(100vh - 50px) !important;
  position: relative;
  overflow: hidden;
}

.home-slider-js {
  width: 100%;
  height: calc(100vh - 50px);
  position: relative;
  overflow: hidden;
}

.home-slider_item {
  position: absolute;
  opacity: 1 !important;
  width: 100% !important;
  display: block !important;
  height: calc(100vh - 50px);
  background-position: center top;
  background-repeat: no-repeat;
  text-align: center;
  color: #ffffff;
  z-index: 49 !important;
  -webkit-transition: -webkit-transform 2s .2s ease-in;
  transition: -webkit-transform 2s .2s ease-in;
  transition: transform 2s .2s ease-in;
  transition: transform 2s .2s ease-in, -webkit-transform 2s .2s ease-in;
  -webkit-transform: perspective(500px) translate3d(100vw, 0px, 0px);
          transform: perspective(500px) translate3d(100vw, 0px, 0px);
  overflow: hidden;
  background-size: cover;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.home-slider_item.start {
  -webkit-transition: -webkit-transform 0s 0s;
  transition: -webkit-transform 0s 0s;
  transition: transform 0s 0s;
  transition: transform 0s 0s, -webkit-transform 0s 0s;
  -webkit-transform: perspective(500px) translate3d(-100vw, 0px, 200px);
          transform: perspective(500px) translate3d(-100vw, 0px, 200px);
}

@media only screen and (min-width: 1920px) {
  .home-slider_item.start {
    -webkit-transform: perspective(500px) translate3d(-100vw, 0px, 0px);
            transform: perspective(500px) translate3d(-100vw, 0px, 0px);
  }
}

.home-slider_item.start .home-slider_center {
  opacity: 0;
  -webkit-transition: all 0s 0s;
  transition: all 0s 0s;
}

.home-slider_item.active {
  -webkit-transition: -webkit-transform 1.5s ease-out;
  transition: -webkit-transform 1.5s ease-out;
  transition: transform 1.5s ease-out;
  transition: transform 1.5s ease-out, -webkit-transform 1.5s ease-out;
  width: 100% !important;
  z-index: 50 !important;
  -webkit-transform: perspective(500px) translate3d(0px, 0px, 0px);
          transform: perspective(500px) translate3d(0px, 0px, 0px);
}

.home-slider_item.active .home-slider_center {
  opacity: 1;
  -webkit-transition: all 1s 1s;
  transition: all 1s 1s;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.home-slider_item:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}

.home-slider_item.video .home-slider_center:before {
  content: '';
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -4px;
  width: 292px;
  height: 292px;
  background-repeat: no-repeat;
  position: fixed;
  z-index: -1;
  -webkit-animation: spin 2s infinite;
          animation: spin 2s infinite;
}

.home-slider_item.video .home-slider_center:after {
  content: '';
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -300px;
  width: 292px;
  height: 292px;
  background-repeat: no-repeat;
  position: fixed;
  z-index: -1;
}

.home-slider_center {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  z-index: 2;
  opacity: 1;
}

@media only screen and (max-width: 1200px) {
  .home-slider_center {
    width: 100%;
    padding: 0 20px;
  }
}

.home-slider_title {
  display: block;
  font-size: 40px;
  line-height: 40px;
  color: #fff;
  max-width: 630px;
  margin: auto;
}

@media only screen and (max-width: 1200px) {
  .home-slider_title {
    font-size: 30px;
    line-height: 30px;
  }
}

.home-slider_time {
  font-size: 12px;
  font-family: "Proxima Nova Regular", Helvetica, Arial, sans-serif;
  color: #fff;
  opacity: 0.4;
  letter-spacing: 0.1em;
  line-height: 15px;
  margin-top: 15px;
  margin-bottom: 30px;
}

.home-slider_category {
  display: block;
  font-size: 12px;
  font-family: "Proxima Nova Regular", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  letter-spacing: 0.1em;
  line-height: 15px;
  margin-bottom: 6px;
}

@media only screen and (min-width: 1201px) {
  .home-slider_category:hover {
    color: #9933FF;
  }
}

.home-slider_count {
  font-size: 70px;
  font-family: "Cormorant Italic", Helvetica, Arial, sans-serif;
  line-height: 85px;
  display: block !important;
}

.home-slider_count:after {
  content: '';
  display: block;
  height: 30px;
  width: 1px;
  background: #fff;
  margin: auto;
  margin-bottom: 22px;
  margin-top: 2px;
}

@media only screen and (max-width: 1200px) {
  .home-slider_count {
    display: none !important;
  }
}

.home-slider .btn_link {
  border-color: #ffffff;
  color: #ffffff;
}

.home-slider .btn_link:before {
  border-color: #ffffff;
}

.home-slider .btn_link:after {
  background: #ffffff;
}

.home-slider .bx-prev, .home-slider .bx-next {
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  z-index: 51;
  font-size: 50px;
  font-family: "Cormorant Italic", Helvetica, Arial, sans-serif;
  line-height: 60px;
  color: #fff;
  display: block !important;
}

@media only screen and (max-width: 1200px) {
  .home-slider .bx-prev, .home-slider .bx-next {
    display: none !important;
  }
}

.home-slider .bx-prev span, .home-slider .bx-next span {
  -webkit-transition: margin 0.3s, color 0.3s;
  transition: margin 0.3s, color 0.3s;
  color: rgba(255, 255, 255, 0.4);
}

@media only screen and (min-width: 1201px) {
  .home-slider .bx-prev:hover span, .home-slider .bx-next:hover span {
    margin: 0;
    color: #fff;
  }
}

.home-slider .bx-prev {
  left: 60px;
  text-align: right;
  padding-right: 20px;
}

.home-slider .bx-next {
  right: 60px;
  padding-left: 20px;
}

.home-slider .bx-pager {
  display: none;
}

@media only screen and (max-width: 1200px) {
  .home-slider .bx-pager {
    display: block;
    position: absolute;
    bottom: 46px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 0;
    z-index: 51;
  }
}

.home-slider .bx-pager .bx-pager-item {
  margin: 0 10px;
  width: 40px;
  height: 1px;
  background: rgba(255, 255, 255, 0.4);
  display: inline-block;
}

.home-slider .bx-pager .bx-pager-item a {
  display: block;
  height: 1px;
  width: 0px;
  background: #fff;
  position: relative;
}

.home-slider .bx-pager .bx-pager-item a:after {
  content: '';
  display: block;
  position: absolute;
  height: 30px;
  width: 40px;
  left: 0;
  top: -15px;
  cursor: pointer;
}

.home-slider .bx-pager .bx-pager-item a.active {
  -webkit-transition: all 5s;
  transition: all 5s;
  width: 100%;
}

.home-slider_progress {
  width: 60px;
  height: 1px;
  display: block;
  background: rgba(255, 255, 255, 0.4);
  margin-top: 5px;
}

.home-slider_progress i {
  display: block;
  width: 20%;
  height: 1px;
  background: #fff;
}

.home-slider_count_next {
  margin-left: -20px;
}

.home-slider_count_prev {
  margin-right: -20px;
}

.header {
  font-size: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: #000;
  z-index: 100;
}

.header:before, .header:after {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 1px;
}

.header:before {
  margin-left: -1px;
}

.header:after {
  margin-right: -1px;
}

@media only screen and (max-width: 1200px) {
  .header {
    text-align: center;
  }
}

.header_menu-ico {
  display: inline-block;
  vertical-align: middle;
  padding: 19px 14px;
  margin-right: 10px;
  cursor: pointer;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

@media only screen and (max-width: 1200px) {
  .header_menu-ico {
    float: left;
    -webkit-transition: all 0s;
    transition: all 0s;
  }
}

.header_menu-ico i {
  display: block;
  background: #fff;
  width: 22px;
  height: 1px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.header_menu-ico i:nth-child(2) {
  margin: 4px 0;
}

@media only screen and (max-width: 1200px) {
  .header_menu-ico i {
    -webkit-transition: all 0s;
    transition: all 0s;
  }
}

.header_menu-ico.active {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media only screen and (max-width: 1200px) {
  .header_menu-ico.active {
    padding: 23px 14px;
  }
}

.header_menu-ico.active i:nth-child(1) {
  -webkit-transform: translate(3px, -8px) rotate(45deg);
          transform: translate(3px, -8px) rotate(45deg);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.header_menu-ico.active i:nth-child(2) {
  opacity: 0;
  margin: 0;
}

.header_menu-ico.active i:nth-child(3) {
  -webkit-transform: translate(-3px, -8px) rotate(-45deg);
          transform: translate(-3px, -8px) rotate(-45deg);
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
  margin-top: -2px;
}

.header_search-ico {
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -978px;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  float: right;
  cursor: pointer;
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 1200px) {
  .header .menu {
    display: none;
  }
}

.logo {
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -626px;
  width: 105px;
  height: 24px;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 2;
}

.menu {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  top: 0;
  height: 100%;
}

.menu_ul {
  height: 100%;
}

.menu_ul_in {
  position: absolute;
  top: 100%;
  left: 0;
  background: #000;
  padding-top: 19px;
  padding-bottom: 21px;
  padding-right: 60px;
  visibility: hidden;
  display: block !important;
}

.menu_li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

@media only screen and (min-width: 1201px) {
  .menu_li:hover > a, .menu_li.active > a {
    color: #fff;
  }
  .menu_li:hover > a:after, .menu_li.active > a:after {
    width: 30px;
  }
  .menu_li:hover .menu_ul_in {
    visibility: visible;
  }
  .menu_li:hover .menu_ul_in .menu_li_in:nth-child(1) a {
    -webkit-transition: opacity 0.3s 0.1s, color 0.3s;
    transition: opacity 0.3s 0.1s, color 0.3s;
    opacity: 1;
  }
  .menu_li:hover .menu_ul_in .menu_li_in:nth-child(2) a {
    -webkit-transition: opacity 0.6s 0.2s, color 0.3s;
    transition: opacity 0.6s 0.2s, color 0.3s;
    opacity: 1;
  }
  .menu_li:hover .menu_ul_in .menu_li_in:nth-child(3) a {
    -webkit-transition: opacity 0.9s 0.3s, color 0.3s;
    transition: opacity 0.9s 0.3s, color 0.3s;
    opacity: 1;
  }
  .menu_li:hover .menu_ul_in .menu_li_in:nth-child(4) a {
    -webkit-transition: opacity 1.2s 0.4s, color 0.3s;
    transition: opacity 1.2s 0.4s, color 0.3s;
    opacity: 1;
  }
  .menu_li:hover .menu_ul_in .menu_li_in:nth-child(5) a {
    -webkit-transition: opacity 1.5s 0.5s, color 0.3s;
    transition: opacity 1.5s 0.5s, color 0.3s;
    opacity: 1;
  }
  .menu_li:hover .menu_ul_in .menu_li_in:nth-child(6) a {
    -webkit-transition: opacity 1.8s 0.6s, color 0.3s;
    transition: opacity 1.8s 0.6s, color 0.3s;
    opacity: 1;
  }
  .menu_li:hover .menu_ul_in .menu_li_in:nth-child(7) a {
    -webkit-transition: opacity 2.1s 0.7s, color 0.3s;
    transition: opacity 2.1s 0.7s, color 0.3s;
    opacity: 1;
  }
  .menu_li:hover .menu_ul_in .menu_li_in:nth-child(8) a {
    -webkit-transition: opacity 2.4s 0.8s, color 0.3s;
    transition: opacity 2.4s 0.8s, color 0.3s;
    opacity: 1;
  }
  .menu_li:hover .menu_ul_in .menu_li_in:nth-child(9) a {
    -webkit-transition: opacity 2.7s 0.9s, color 0.3s;
    transition: opacity 2.7s 0.9s, color 0.3s;
    opacity: 1;
  }
  .menu_li:hover .menu_ul_in .menu_li_in:nth-child(10) a {
    -webkit-transition: opacity 3s 1s, color 0.3s;
    transition: opacity 3s 1s, color 0.3s;
    opacity: 1;
  }
}

.menu_li:last-child > a {
  color: #fff;
}

.menu_li_in {
  display: block;
}

.menu_a {
  display: block;
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
  font-family: "Proxima Nova Regular", Helvetica, Arial, sans-serif;
  line-height: 50px;
  text-transform: uppercase;
  padding: 0 20px;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
  position: relative;
  letter-spacing: 0.01em;
}

.menu_a_in {
  display: block;
  padding: 0 20px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  white-space: nowrap;
  letter-spacing: 0.01em;
  text-align: left;
  line-height: 28px;
  font-family: "Proxima Nova Regular", Helvetica, Arial, sans-serif;
  opacity: 0;
}

@media only screen and (min-width: 1201px) {
  .menu_a_in:hover {
    color: #fff;
  }
}

.menu_a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 20px;
  width: 0px;
  height: 1px;
  background: #ffffff;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}

.menu_left {
  display: block;
  width: 220px;
  margin: auto;
  margin-bottom: 70px;
  margin-top: 5px;
  text-align: left;
}

.menu_left_ul_in {
  display: none;
  margin-bottom: 10px;
}

.menu_left_li {
  display: block;
  position: relative;
}

.menu_left_li:hover > a {
  color: #fff;
}

.menu_left_li.active > a {
  color: #fff;
}

.menu_left_li.active .menu_left_ul_in {
  visibility: visible;
}

.menu_left_li.active .menu_left_ul_in .menu_left_li_in:nth-child(1) a {
  -webkit-transition: opacity 0.3s 0.1s, color 0.3s;
  transition: opacity 0.3s 0.1s, color 0.3s;
  opacity: 1;
}

.menu_left_li.active .menu_left_ul_in .menu_left_li_in:nth-child(2) a {
  -webkit-transition: opacity 0.6s 0.2s, color 0.3s;
  transition: opacity 0.6s 0.2s, color 0.3s;
  opacity: 1;
}

.menu_left_li.active .menu_left_ul_in .menu_left_li_in:nth-child(3) a {
  -webkit-transition: opacity 0.9s 0.3s, color 0.3s;
  transition: opacity 0.9s 0.3s, color 0.3s;
  opacity: 1;
}

.menu_left_li.active .menu_left_ul_in .menu_left_li_in:nth-child(4) a {
  -webkit-transition: opacity 1.2s 0.4s, color 0.3s;
  transition: opacity 1.2s 0.4s, color 0.3s;
  opacity: 1;
}

.menu_left_li.active .menu_left_ul_in .menu_left_li_in:nth-child(5) a {
  -webkit-transition: opacity 1.5s 0.5s, color 0.3s;
  transition: opacity 1.5s 0.5s, color 0.3s;
  opacity: 1;
}

.menu_left_li.active .menu_left_ul_in .menu_left_li_in:nth-child(6) a {
  -webkit-transition: opacity 1.8s 0.6s, color 0.3s;
  transition: opacity 1.8s 0.6s, color 0.3s;
  opacity: 1;
}

.menu_left_li.active .menu_left_ul_in .menu_left_li_in:nth-child(7) a {
  -webkit-transition: opacity 2.1s 0.7s, color 0.3s;
  transition: opacity 2.1s 0.7s, color 0.3s;
  opacity: 1;
}

.menu_left_li.active .menu_left_ul_in .menu_left_li_in:nth-child(8) a {
  -webkit-transition: opacity 2.4s 0.8s, color 0.3s;
  transition: opacity 2.4s 0.8s, color 0.3s;
  opacity: 1;
}

.menu_left_li.active .menu_left_ul_in .menu_left_li_in:nth-child(9) a {
  -webkit-transition: opacity 2.7s 0.9s, color 0.3s;
  transition: opacity 2.7s 0.9s, color 0.3s;
  opacity: 1;
}

.menu_left_li.active .menu_left_ul_in .menu_left_li_in:nth-child(10) a {
  -webkit-transition: opacity 3s 1s, color 0.3s;
  transition: opacity 3s 1s, color 0.3s;
  opacity: 1;
}

.menu_left_li.active .menu_left_ico i {
  background: #fff;
}

.menu_left_li.active .menu_left_ico i:last-child {
  display: none;
}

.menu_left_li:last-child > a {
  color: #fff;
}

.menu_left_li_in {
  display: block;
}

.menu_left_a {
  display: block;
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
  font-family: "Proxima Nova Regular", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
  position: relative;
  letter-spacing: 0.01em;
  line-height: 48px;
}

.menu_left_a_in {
  padding-left: 20px;
  display: block;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  white-space: nowrap;
  letter-spacing: 0.01em;
  text-align: left;
  line-height: 28px;
  font-family: "Proxima Nova Regular", Helvetica, Arial, sans-serif;
  opacity: 0;
}

@media only screen and (min-width: 1201px) {
  .menu_left_a_in:hover {
    color: #fff;
  }
}

.menu_left_a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 20px;
  width: 0px;
  height: 1px;
  background: #ffffff;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}

.menu_left_ico {
  cursor: pointer;
  position: absolute;
  top: 4px;
  right: -16px;
  padding: 20px;
}

.menu_left_ico i {
  width: 1px;
  height: 9px;
  background: rgba(255, 255, 255, 0.6);
  display: block;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}

.menu_left_ico i:nth-child(1) {
  height: 1px;
  width: 9px;
}

.menu_out {
  visibility: hidden;
  width: 340px;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  background: #000;
  z-index: 99;
  padding-top: 50px;
  overflow: hidden;
  -webkit-transition: visibility 0.5s, -webkit-transform 0.5s;
  transition: visibility 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, visibility 0.5s;
  transition: transform 0.5s, visibility 0.5s, -webkit-transform 0.5s;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

@media only screen and (max-width: 1200px) {
  .menu_out {
    width: 100%;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    text-align: center;
  }
}

.menu_out.active {
  visibility: visible;
  -webkit-transform: translate(0);
          transform: translate(0);
}

.menu_out_wrap {
  overflow: scroll;
  width: calc(100% + 20px);
  padding-right: 20px;
  height: 100%;
}

.menu_out_title {
  color: #fff;
  letter-spacing: .01em;
  line-height: 18px;
  font-family: "Proxima Nova Regular", Helvetica, Arial, sans-serif;
  font-size: 15px;
  margin-bottom: 26px;
}

.menu_out .social {
  display: block;
  width: 220px;
  margin: auto;
  margin-bottom: 86px;
  font-size: 0;
}

.menu_out .subs {
  display: block;
  width: 220px;
  margin: auto;
  margin-bottom: 86px;
  position: relative;
}

.menu_out .subs .done {
  background: #000;
  padding: 0;
  text-align: left;
  color: #fff;
  font-family: "Proxima Nova Regular", Helvetica, Arial, sans-serif;
  font-size: 10px;
  line-height: 12px;
}

.menu_out .subs_form {
  position: relative;
}

.menu_out .subs .form-control {
  height: 47px;
  line-height: 47px;
  width: 100%;
  background: none;
  color: #fff;
  padding-left: 22px;
  font-size: 12px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  -webkit-transition: border 0.5s;
  transition: border 0.5s;
}

.menu_out .subs .form-control:focus {
  border: 1px solid white;
}

.menu_out .subs .help-block {
  display: none;
  color: #fff;
  font-size: 10px;
  line-height: 12px;
  margin-top: 4px;
  font-family: "Proxima Nova Regular", Helvetica, Arial, sans-serif;
}

.menu_out .subs .has-error .help-block {
  display: block;
}

.menu_out .subs .submit {
  display: block;
  background: none;
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -1138px;
  width: 49px;
  height: 49px;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}

.menu_out .subs .submit:before {
  content: '';
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  left: -1px;
  width: 1px;
  height: 30px;
  background: rgba(255, 255, 255, 0.15);
}

.menu_out .journal {
  display: block;
  width: 220px;
  margin: auto;
  margin-bottom: 57px;
}

.menu_out .journal img {
  display: block;
  width: 100%;
}

.menu_out .copyright {
  width: 215px;
  margin: auto;
  font-size: 12px;
  font-family: "Proxima Nova Regular", Helvetica, Arial, sans-serif;
  line-height: 15px;
  color: #666;
}

@media only screen and (max-width: 1200px) {
  .menu_out .copyright {
    text-align: center;
  }
}

.menu_out_bottom {
  position: absolute;
  bottom: 0;
  line-height: 50px;
  background: #000;
  width: 100%;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.menu_out_bottom a {
  color: #fff;
  font-size: 12px;
  font-family: "Proxima Nova Regular", Helvetica, Arial, sans-serif;
  margin: 0 12px;
  display: inline-block;
}

.facility {
  font-size: 12px;
  font-family: "Proxima Nova Regular", Helvetica, Arial, sans-serif;
  line-height: 15px;
  color: #666666;
  margin: 32px auto;
  margin-bottom: 82px;
  width: 215px;
}

@media only screen and (max-width: 1200px) {
  .facility {
    text-align: center;
  }
}

.facility a {
  color: #fff;
  letter-spacing: 0.5em;
  font-size: 0;
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -611px;
  width: 128px;
  height: 11px;
  background-repeat: no-repeat;
  display: inline-block;
}

.ico {
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.15);
  margin-right: 8px;
  font-size: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media only screen and (min-width: 1201px) {
  .ico:hover {
    border: 1px solid white;
  }
}

.ico:last-child {
  margin-right: 0;
}

.ico_fb {
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -1297px;
  width: 49px;
  height: 49px;
  background-repeat: no-repeat;
}

.ico_vk {
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -1350px;
  width: 49px;
  height: 49px;
  background-repeat: no-repeat;
}

.ico_tw {
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -1244px;
  width: 49px;
  height: 49px;
  background-repeat: no-repeat;
}

.ico_in {
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -1032px;
  width: 49px;
  height: 49px;
  background-repeat: no-repeat;
}

.search {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 101;
  visibility: hidden;
  -webkit-transition: visibility 0.5s;
  transition: visibility 0.5s;
}

.search.active {
  visibility: visible;
}

.search.active .search_form, .search.active .search_res {
  -webkit-transform: translate(0);
          transform: translate(0);
}

.search_form {
  background: #000;
  padding-top: 30px;
  height: 150px;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.search_form:before {
  content: "";
  display: table;
  clear: both;
}

.search_form:after {
  content: "";
  display: table;
  clear: both;
}

.search_form form {
  border-bottom: 1px #fff solid;
}

.search_form p {
  float: right;
  color: #fff;
  font-size: 12px;
  line-height: 15px;
  font-family: "Proxima Nova Regular", Helvetica, Arial, sans-serif;
  margin: 11px 0;
}

@media only screen and (max-width: 1200px) {
  .search_form p {
    display: none;
  }
}

.search_input {
  width: 100%;
  background: none;
  font-size: 50px;
  font-family: "Proxima Nova Regular", Helvetica, Arial, sans-serif;
  color: #fff;
  margin: 10px 0;
  /* Firefox 19+ */
  /* Firefox 18- */
}

.search_input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.2);
}

.search_input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.2);
}

.search_input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.2);
}

.search_input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.2);
}

.search_close {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  cursor: pointer;
}

.search_close:before, .search_close:after {
  content: '';
  display: block;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  width: 22px;
  height: 1px;
  background: #fff;
}

.search_close:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.search_close:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.search_res {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: background 0.5s, -webkit-transform 0.3s;
  transition: background 0.5s, -webkit-transform 0.3s;
  transition: transform 0.3s, background 0.5s;
  transition: transform 0.3s, background 0.5s, -webkit-transform 0.3s;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100vh - 150px);
  background: rgba(255, 255, 255, 0.8);
}

@media only screen and (max-width: 1200px) {
  .search_res {
    overflow: scroll;
  }
}

.search_res .title__news {
  margin-top: 55px;
  margin-bottom: 40px;
  display: none;
}

.search_res.active {
  background: white;
}

.search_res.active .title__news {
  display: block;
}

.search_res_link {
  float: right;
  font-size: 12px;
  color: #000;
}

@media only screen and (min-width: 1201px) {
  .search_res_link:hover {
    color: #9933FF;
  }
}

.search_res .title__news {
  text-align: left;
}

.fade {
  opacity: 0;
  visibility: hidden;
}

.show {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 1;
  visibility: visible;
}

.subscribe {
  background: #F2F2F2;
  text-align: center;
  padding: 80px 0 80px;
  margin: 85px 0;
  position: relative;
}

.subscribe .subs_form {
  position: relative;
  max-width: 690px;
  margin: auto;
}

.subscribe .form-control {
  height: 47px;
  width: 100%;
  background: #fff;
  color: #000;
  padding-left: 22px;
  font-size: 12px;
  -webkit-transition: border 0.5s;
  transition: border 0.5s;
  border: 1px #fff solid;
  line-height: 14px;
}

.subscribe .submit {
  display: block;
  background: none;
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -1191px;
  width: 49px;
  height: 49px;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}

.subscribe .submit:before {
  content: '';
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  left: -1px;
  width: 1px;
  height: 30px;
  background: #F2F2F2;
}

.subscribe.nomarginb {
  margin-bottom: 0;
}

@media only screen and (max-width: 1200px) {
  .subscribe {
    padding: 53px 20px 60px;
  }
}

.subscribe .help-block {
  padding-left: 22px;
  text-align: left;
  font-size: 11px;
  font-family: "Proxima Nova Regular", Helvetica, Arial, sans-serif;
  margin-top: 13px;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.subscribe .has-error .help-block {
  opacity: 1;
}

.subscribe .has-error .form-control {
  border: 1px #000 solid;
}

.recommended {
  font-size: 0;
  padding-bottom: 76px;
}

@media only screen and (max-width: 1200px) {
  .recommended {
    margin-top: 60px;
  }
}

.full-page-banner {
  position: relative;
  padding: 90px 0;
  margin: 90px auto;
  width: 100%;
}

@media only screen and (max-width: 1200px) {
  .full-page-banner {
    padding: 0;
  }
}

.full-page-banner .wrapper {
  position: relative;
  width: 1160px;
  height: auto;
}

@media only screen and (max-width: 1200px) {
  .full-page-banner .wrapper {
    width: 100%;
    padding: 0;
  }
}

.full-page-banner .banner_img {
  width: 100%;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.socials {
  font-size: 0;
  position: relative;
  padding: 90px 0;
  margin: 90px auto;
}

@media only screen and (max-width: 1200px) {
  .socials {
    padding: 0;
    max-width: 804px;
  }
}

.socials .wrapper {
  position: relative;
  width: 1160px;
  height: 460px;
}

@media only screen and (max-width: 1200px) {
  .socials .wrapper {
    width: 100%;
    height: 430px;
  }
}

.socials_img {
  display: inline-block;
  position: absolute;
  width: 224px;
  height: 224px;
}

.socials_img.small {
  width: 107px;
  height: 107px;
}

.socials_img:nth-child(1) {
  left: 0;
  bottom: 0;
}

@media only screen and (max-width: 1200px) {
  .socials_img:nth-child(1) {
    left: 0;
  }
}

.socials_img:nth-child(2) {
  right: 702px;
  bottom: 0;
}

@media only screen and (max-width: 1200px) {
  .socials_img:nth-child(2) {
    left: 0;
  }
}

.socials_img:nth-child(3) {
  left: 234px;
  bottom: 0;
}

@media only screen and (max-width: 1200px) {
  .socials_img:nth-child(3) {
    left: 81px;
  }
}

.socials_img:nth-child(4) {
  right: 234px;
  bottom: 0;
}

@media only screen and (max-width: 1200px) {
  .socials_img:nth-child(4) {
    left: 81px;
  }
}

.socials_img:nth-child(5) {
  right: 351px;
  bottom: 0;
}

@media only screen and (max-width: 1200px) {
  .socials_img:nth-child(5) {
    left: 162px;
  }
}

.socials_img:nth-child(6) {
  right: 468px;
  bottom: 0;
}

@media only screen and (max-width: 1200px) {
  .socials_img:nth-child(6) {
    left: 162px;
  }
}

.socials_img:nth-child(7) {
  bottom: 0;
  right: 585px;
}

@media only screen and (max-width: 1200px) {
  .socials_img:nth-child(7) {
    left: 243px;
  }
}

.socials_img:nth-child(8) {
  right: 0;
  bottom: 0;
}

@media only screen and (max-width: 1200px) {
  .socials_img:nth-child(8) {
    left: 243px;
  }
}

.socials_img:nth-child(9) {
  left: 117px;
  top: 0;
}

@media only screen and (max-width: 1200px) {
  .socials_img:nth-child(9) {
    left: 324px;
  }
}

.socials_img:nth-child(10) {
  right: 0;
  top: 117px;
}

@media only screen and (max-width: 1200px) {
  .socials_img:nth-child(10) {
    left: 324px;
  }
}

.socials_img:nth-child(11) {
  right: 0;
  top: 0;
}

@media only screen and (max-width: 1200px) {
  .socials_img:nth-child(11) {
    left: 405px;
  }
}

.socials_img:nth-child(12) {
  left: 0;
  top: 117px;
}

@media only screen and (max-width: 1200px) {
  .socials_img:nth-child(12) {
    left: 405px;
  }
}

.socials_img:nth-child(13) {
  left: 0;
  top: 0;
}

@media only screen and (max-width: 1200px) {
  .socials_img:nth-child(13) {
    left: 486px;
  }
}

.socials_img:nth-child(14) {
  left: 234px;
  bottom: 117px;
}

@media only screen and (max-width: 1200px) {
  .socials_img:nth-child(14) {
    left: 486px;
  }
}

.socials_img:nth-child(15) {
  right: 234px;
  bottom: 117px;
}

@media only screen and (max-width: 1200px) {
  .socials_img:nth-child(15) {
    left: 567px;
  }
}

.socials_img:nth-child(16) {
  top: 0;
  right: 702px;
}

@media only screen and (max-width: 1200px) {
  .socials_img:nth-child(16) {
    left: 567px;
  }
}

.socials_img:nth-child(17) {
  top: 0;
  right: 585px;
}

@media only screen and (max-width: 1200px) {
  .socials_img:nth-child(17) {
    left: 727px;
  }
}

.socials_img:nth-child(18) {
  top: 0;
  right: 468px;
}

@media only screen and (max-width: 1200px) {
  .socials_img:nth-child(18) {
    left: 727px;
  }
}

.socials_img:nth-child(19) {
  top: 0;
  right: 351px;
}

@media only screen and (max-width: 1200px) {
  .socials_img:nth-child(19) {
    left: 647px;
  }
}

.socials_img:nth-child(20) {
  top: 0;
  right: 117px;
}

@media only screen and (max-width: 1200px) {
  .socials_img:nth-child(20) {
    left: 647px;
  }
}

@media only screen and (max-width: 1200px) {
  .socials_img:nth-child(odd) {
    top: 0;
  }
  .socials_img:nth-child(even) {
    top: auto;
    bottom: 0;
  }
}

@media only screen and (max-width: 1200px) {
  .socials_img {
    width: 77px !important;
    height: 77px !important;
  }
}

.socials_center {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  text-align: center;
  width: 100%;
}

.socials_title {
  font-size: 40px;
  line-height: 48px;
}

.socials_title_after {
  font-family: "Proxima Nova Regular", Helvetica, Arial, sans-serif;
  font-size: 14px;
  margin: 11px 0 39px;
}

.socials_ico {
  margin: 0 20px;
  display: inline-block;
}

.socials_ico:first-child {
  margin-left: 0;
}

.socials_ico:last-child {
  margin-right: 0;
}

.socials_fb {
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -2225px;
  width: 6px;
  height: 13px;
  background-repeat: no-repeat;
}

.socials_tw {
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -2162px;
  width: 14px;
  height: 11px;
  background-repeat: no-repeat;
}

.socials_vk {
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -1980px;
  width: 17px;
  height: 10px;
  background-repeat: no-repeat;
}

.socials_in {
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -2242px;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
}

.socials_yt {
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -2092px;
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
}

.socials_tg {
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -2145px;
  width: 14px;
  height: 13px;
  background-repeat: no-repeat;
}

.btn_buy, .btn_test {
  display: block;
  background: #000;
  color: #fff;
  width: 400px;
  height: 50px;
  font-family: "Proxima Nova Regular", Helvetica, Arial, sans-serif;
  font-size: 12px;
  margin: auto;
  line-height: 50px;
  cursor: pointer;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 1200px) {
  .btn_buy, .btn_test {
    width: 100%;
  }
}

.btn_form {
  background: #000;
  color: #fff;
  width: 270px;
  height: 50px;
  font-family: "Proxima Nova Regular", Helvetica, Arial, sans-serif;
  font-size: 12px;
  margin: auto;
  line-height: 50px;
  cursor: pointer;
  letter-spacing: 0.1em;
}

.left_bar {
  border-top: 1px #000000 solid;
  position: absolute;
  top: 0;
  text-align: center;
}

@media only screen and (max-width: 1200px) {
  .left_bar {
    position: relative;
    border-top: none;
  }
  .left_bar:before {
    content: '';
    display: block;
    width: 30px;
    margin: auto;
    height: 1px;
    background: #000;
  }
}

.left_bar_wrap {
  position: absolute;
  top: 0;
  left: -70px;
  height: 100%;
  width: 40px;
}

@media only screen and (max-width: 1200px) {
  .left_bar_wrap {
    position: static;
    width: 100%;
    font-size: 0;
    margin-bottom: 30px;
  }
}

.left_bar_wrap.mob {
  display: none;
}

@media only screen and (max-width: 1200px) {
  .left_bar_wrap.mob {
    display: block;
  }
}

.left_bar_wrap.desk {
  display: block;
}

@media only screen and (max-width: 1200px) {
  .left_bar_wrap.desk {
    display: none;
  }
}

.left_bar_title {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  line-height: 40px;
  font-size: 12px;
  color: #999999;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 25px;
  letter-spacing: 0.1em;
  font-family: "Proxima Nova Regular", Helvetica, Arial, sans-serif;
}

@media only screen and (max-width: 1200px) {
  .left_bar_title {
    -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
            writing-mode: unset;
    width: 100%;
    margin: 24px 0 11px;
    line-height: 15px;
  }
}

.left_bar_ico {
  display: block;
  border: 1px solid #F5F5F5;
  -webkit-transition: border 0.5s;
  transition: border 0.5s;
  margin-top: 5px;
}

@media only screen and (min-width: 1201px) {
  .left_bar_ico:hover {
    border: 1px solid #000000;
  }
}

@media only screen and (max-width: 1200px) {
  .left_bar_ico {
    display: inline-block;
    margin: 0 3px;
    margin-left: 0;
  }
  .left_bar_ico:last-child {
    margin-right: 0;
  }
}

.left_bar_fb {
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -1571px;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 1200px) {
  .left_bar_fb {
    background-image: url("../img/svg-sprite/sprite.svg");
    background-position: -4px -924px;
    width: 90px;
    height: 50px;
    background-repeat: no-repeat;
  }
}

.left_bar_vk {
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -1615px;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 1200px) {
  .left_bar_vk {
    background-image: url("../img/svg-sprite/sprite.svg");
    background-position: -4px -654px;
    width: 90px;
    height: 50px;
    background-repeat: no-repeat;
  }
}

.left_bar_tw {
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -1483px;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 1200px) {
  .left_bar_tw {
    background-image: url("../img/svg-sprite/sprite.svg");
    background-position: -4px -762px;
    width: 90px;
    height: 50px;
    background-repeat: no-repeat;
  }
}

.left_bar_hrz {
  position: relative;
}

.left_bar_hrz .left_bar_ico {
  display: inline-block;
}

.left_bar_hrz_title {
  font-size: 12px;
  color: #999999;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-family: "Proxima Nova Regular", Helvetica, Arial, sans-serif;
  margin-bottom: 11px;
}

@media only screen and (max-width: 1200px) {
  .left_bar_hrz {
    text-align: center;
  }
}

.thing-more {
  width: 100%;
}

.prev-page {
  position: absolute;
  bottom: -75px;
  right: 87px;
  width: 87px;
  height: 75px;
  background: #000;
}

.prev-page:after {
  content: '';
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -1085px;
  width: 49px;
  height: 49px;
  background-repeat: no-repeat;
  -webkit-transition: all 0.5s 0.1s;
  transition: all 0.5s 0.1s;
}

@media only screen and (min-width: 1201px) {
  .prev-page:hover:after {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    margin-left: -10px;
  }
}

.prev-page.noactive {
  opacity: 0.5;
  pointer-events: none;
}

.prev-page.noactive:after {
  margin-left: 0px;
}

@media only screen and (max-width: 1200px) {
  .prev-page {
    display: none;
  }
}

.next-page {
  position: absolute;
  bottom: -75px;
  right: 0;
  width: 88px;
  height: 75px;
  background: #000;
  border-left: 1px solid #474747;
}

.next-page:after {
  content: '';
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -1138px;
  width: 49px;
  height: 49px;
  background-repeat: no-repeat;
  -webkit-transition: all 0.5s 0.1s;
  transition: all 0.5s 0.1s;
}

@media only screen and (min-width: 1201px) {
  .next-page:hover:after {
    margin-left: 10px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
}

.next-page.noactive {
  opacity: 0.5;
  pointer-events: none;
}

.next-page.noactive:after {
  margin-left: 0px;
}

@media only screen and (max-width: 1200px) {
  .next-page {
    display: none;
  }
}

.info_wrap {
  padding-left: 80px;
  text-align: left;
  font-size: 0;
  max-width: 930px;
  margin: auto;
  position: relative;
  margin-top: 34px;
}

.info_wrap:before {
  content: "";
  display: table;
  clear: both;
}

.info_wrap:after {
  content: "";
  display: table;
  clear: both;
}

.info_wrap .news_category {
  float: left;
}

.info_wrap .news_time {
  float: left;
}

.info_wrap_footer {
  text-align: center;
  font-size: 0;
  max-width: 640px;
  position: relative;
  margin-top: 92px;
  margin-bottom: 85px;
}

.info_wrap_footer:before {
  content: "";
  display: table;
  clear: both;
}

.info_wrap_footer:after {
  content: "";
  display: table;
  clear: both;
}

.info_wrap_footer:before {
  content: '';
  display: block;
  margin: auto;
  margin-bottom: 42px;
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -1879px;
  width: 34px;
  height: 8px;
  background-repeat: no-repeat;
  opacity: 0.3;
}

@media only screen and (max-width: 1200px) {
  .info_wrap_footer:before {
    margin-bottom: 21px;
  }
}

@media only screen and (max-width: 1200px) {
  .info_wrap_footer {
    padding-bottom: 0px;
    margin-bottom: 60px;
  }
}

.info_wrap_footer .news_autor,
.info_wrap_footer .news_tags {
  float: none;
  text-align: left;
}

@media only screen and (max-width: 1200px) {
  .info_wrap_footer .news_autor,
  .info_wrap_footer .news_tags {
    text-align: center;
  }
}

.info_wrap_footer .news_autor:last-child,
.info_wrap_footer .news_tags:last-child {
  text-align: right;
}

@media only screen and (max-width: 1200px) {
  .info_wrap_footer .news_autor:last-child,
  .info_wrap_footer .news_tags:last-child {
    text-align: center;
  }
}

.info_wrap_footer .news_autor:first-child,
.info_wrap_footer .news_tags:first-child {
  text-align: left;
}

@media only screen and (max-width: 1200px) {
  .info_wrap_footer .news_autor:first-child,
  .info_wrap_footer .news_tags:first-child {
    text-align: center;
  }
}

@media only screen and (max-width: 1200px) {
  .info_wrap_footer .news_autor,
  .info_wrap_footer .news_tags {
    margin-bottom: 23px;
  }
}

@media only screen and (max-width: 1200px) {
  .info_wrap {
    text-align: center;
    padding-left: 0;
    font-size: 0;
  }
  .info_wrap .news_category {
    float: none;
  }
  .info_wrap .news_time {
    float: none;
  }
  .info_wrap .news_autor,
  .info_wrap .news_tags {
    float: none;
    margin-top: 13px;
    display: block;
    width: 100%;
  }
}

.prev_text {
  line-height: 27px;
  font-size: 17px;
  color: #000;
  margin: 80px 0;
  font-family: "Proxima Nova Semibold", Helvetica, Arial, sans-serif;
}

@media only screen and (max-width: 1200px) {
  .prev_text {
    margin: 60px 0 35px;
  }
}

.text_wrap {
  width: 480px;
  margin-left: 80px;
}

@media only screen and (max-width: 1200px) {
  .text_wrap {
    width: 100%;
    margin-left: 0;
  }
}

.look-grid {
  font-size: 0;
  width: 642px;
}

@media only screen and (max-width: 1200px) {
  .look-grid {
    width: 100%;
    text-align: center;
  }
}

.look-grid_item {
  display: inline-block;
  -webkit-box-shadow: 0 0 0 1px #F2F2F2;
          box-shadow: 0 0 0 1px #F2F2F2;
  background: #fff;
  vertical-align: top;
  width: 214px;
  height: 214px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.look-grid_item img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}

@media only screen and (max-width: 1200px) {
  .look-grid_item {
    width: 140px;
    height: 140px;
  }
}

.look-grid_info {
  padding: 13px 10px 12px;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: calc(100% - 20px);
  text-align: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translateY(150%);
          transform: translateY(150%);
}

.look-grid_info:after {
  content: '';
  position: absolute;
  top: 5px;
  right: 5px;
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -2305px;
  width: 6px;
  height: 6px;
  background-repeat: no-repeat;
}

.look-grid_title {
  font-size: 18px;
  color: #FFF;
  line-height: 22px;
}

.look-grid_text {
  font-size: 12px;
  color: #fff;
  opacity: 0.4;
  font-family: "Proxima Nova Regular", Helvetica, Arial, sans-serif;
  line-height: 15px;
  margin-top: 8px;
}

.look-grid_thing {
  left: 0;
  top: 0;
  width: 214px;
  height: 214px;
}

@media only screen and (max-width: 1200px) {
  .look-grid_thing {
    width: 140px;
    height: 140px;
  }
}

@media only screen and (min-width: 1201px) {
  .look-grid_thing:hover .look-grid_info {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

.look-grid_thing.nolink {
  cursor: text;
}

.look-grid_thing.nolink .look-grid_info:after {
  display: none;
}

.look-grid .bx-prev {
  width: 26px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 51;
  opacity: 0.1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media only screen and (min-width: 1201px) {
  .look-grid .bx-prev:hover {
    opacity: 1;
  }
}

.look-grid .bx-prev:after {
  content: '';
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -2014px;
  width: 16px;
  height: 9px;
  background-repeat: no-repeat;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  right: 0;
}

.look-grid .bx-next {
  width: 26px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 51;
  opacity: 0.1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media only screen and (min-width: 1201px) {
  .look-grid .bx-next:hover {
    opacity: 1;
  }
}

.look-grid .bx-next:after {
  content: '';
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -2066px;
  width: 16px;
  height: 9px;
  background-repeat: no-repeat;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  left: 0;
}

.look-grid_lenght {
  position: absolute;
  z-index: 51;
  top: 7px;
  right: 11px;
  color: #B3B3B3;
  font-size: 16px;
  line-height: 20px;
}

.look-grid_lenght span {
  color: #000;
}

.p404 {
  width: 100vw;
  height: 100vh;
  background: url("../img/general/404.png") center no-repeat;
  background-size: cover;
}

.p404 .center {
  text-align: center;
  margin-top: 60px;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}

.p404 .center .btn_link {
  border-color: #ffffff;
  color: #ffffff;
}

.p404 .center .btn_link:before {
  border-color: #ffffff;
}

.p404 .center .btn_link:after {
  background: #ffffff;
}

.p404_text {
  font-size: 12px;
  color: #fff;
  font-family: "Proxima Nova Regular", Helvetica, Arial, sans-serif;
}

.p404_404 {
  font-size: 200px;
  color: #fff;
  margin-bottom: 40px;
  margin-top: -60px;
}

.done {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #F2F2F2;
  text-align: center;
  padding: 80px 0 80px;
}

.audio_info {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  background: #000;
  color: #fff;
  padding: 11px 0;
  z-index: 60;
}

.audio_info.hide {
  display: none;
}

.audio_info_text {
  display: inline-block;
  vertical-align: middle;
  max-width: 500px;
  font-size: 12px;
  font-family: "Proxima Nova Regular", Helvetica, Arial, sans-serif;
  line-height: 15px;
}

@media only screen and (max-width: 1200px) {
  .audio_info_text {
    display: block;
    padding-right: 20px;
    padding-left: 50px;
  }
}

.audio_info .headphones {
  display: inline-block;
  border: rgba(255, 255, 255, 0.3) solid 1px;
  vertical-align: middle;
  margin-right: 45px;
}

@media only screen and (max-width: 1200px) {
  .audio_info .headphones {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
  }
}

.audio_close {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -8px;
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -1994px;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  cursor: pointer;
}

@media only screen and (max-width: 1200px) {
  .audio_close {
    top: 15px;
    margin-top: 0;
  }
}

.pl80 {
  padding-left: 80px;
}

@media only screen and (max-width: 1200px) {
  .pl80 {
    padding: 0 20px;
  }
}

.pl80 .info_wrap_footer {
  margin-left: -80px;
}

@media only screen and (max-width: 1200px) {
  .pl80 .info_wrap_footer {
    margin-left: 0;
  }
}

.pl80 .pin-example {
  margin-left: 0;
}

.big-article {
  padding: 0 80px;
}

.big-article .pin-example {
  margin: 60px auto;
  width: 100% !important;
}

.big-article .pin-example:hover {
  z-index: 2;
}

.big-article .info_wrap_footer {
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 1200px) {
  .big-article {
    padding: 0 20px;
  }
}

@media only screen and (min-width: 1200px) {
  .big-article .bar_wrap {
    display: none;
  }
  .big-article article {
    width: 100%;
  }
  .big-article article .audio {
    margin-left: auto;
    margin-right: auto;
  }
  .big-article article img:not(.mCS_img_loaded).horizontal {
    max-width: 100% !important;
    margin-left: auto !important;
  }
  .big-article article iframe {
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

.headphones {
  width: 30px;
  height: 30px;
  position: relative;
  background: #000;
  cursor: pointer;
}

.headphones_ico {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -2192px;
  width: 13px;
  height: 12px;
  background-repeat: no-repeat;
}

article, .article {
  width: 480px;
  font-size: 17px;
  line-height: 27px;
  font-family: "Proxima Nova Regular", Helvetica, Arial, sans-serif;
}

@media only screen and (max-width: 1200px) {
  article, .article {
    width: 100%;
  }
}

article ol li, .article ol li {
  list-style: decimal;
}

article p, .article p {
  margin-bottom: 27px;
}

article h2, .article h2 {
  font-family: "Proxima Nova Semibold", Helvetica, Arial, sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 28px;
  letter-spacing: 0.1em;
  margin-top: 80px;
}

article img:not(.mCS_img_loaded), .article img:not(.mCS_img_loaded) {
  display: inline-block;
  max-width: 100% !important;
  height: auto;
  margin-bottom: 15px;
}

@media only screen and (max-width: 1200px) {
  article img:not(.mCS_img_loaded), .article img:not(.mCS_img_loaded) {
    margin-top: 50px;
  }
}

article img:not(.mCS_img_loaded).horizontal, .article img:not(.mCS_img_loaded).horizontal {
  max-width: calc(100% + 160px) !important;
  margin-left: -80px !important;
}

@media only screen and (max-width: 1200px) {
  article img:not(.mCS_img_loaded).horizontal, .article img:not(.mCS_img_loaded).horizontal {
    width: 100% !important;
    margin-left: 0 !important;
  }
}

article .alt, .article .alt {
  color: #999999;
  font-size: 12px;
  margin-bottom: 50px;
  margin-top: 15px;
  text-align: center;
  line-height: 15px;
}

article blockquote, .article blockquote {
  font-size: 20px;
  font-family: "Proxima Nova Semibold", Helvetica, Arial, sans-serif;
  line-height: 30px;
  border-top: #E0E0E0 1px solid;
  margin-top: 45px;
  padding-top: 25px;
  margin-bottom: 45px;
  display: block;
  position: relative;
  margin-left: 50px;
}

article blockquote:before, .article blockquote:before {
  content: '';
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -1915px;
  width: 31px;
  height: 20px;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  right: 100%;
  top: -10px;
  margin-right: 20px;
}

article blockquote strong, .article blockquote strong {
  font-size: 28px;
  line-height: 38px;
  text-align: center;
  display: block;
}

article blockquote.strong, .article blockquote.strong {
  border: none;
  margin-top: 65px;
  margin-left: 0px;
}

article blockquote.strong:before, .article blockquote.strong:before {
  content: '';
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -1915px;
  width: 31px;
  height: 20px;
  background-repeat: no-repeat;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
}

article blockquote.venzel, .article blockquote.venzel {
  border: none;
  margin-top: 65px;
  margin-bottom: 65px;
  margin-left: 0px;
  padding-bottom: 25px;
  text-align: center;
}

article blockquote.venzel:before, .article blockquote.venzel:before {
  content: '';
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -1879px;
  width: 34px;
  height: 8px;
  background-repeat: no-repeat;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
}

article blockquote.venzel:after, .article blockquote.venzel:after {
  content: '';
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -1879px;
  width: 34px;
  height: 8px;
  background-repeat: no-repeat;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  display: block;
  bottom: -10px;
}

article ul:not(.inside_gallery_slider) li, .article ul:not(.inside_gallery_slider) li {
  font-family: "Proxima Nova Regular", Helvetica, Arial, sans-serif;
  font-size: 17px;
  line-height: 27px;
  margin-bottom: 45px;
  margin-top: 45px;
  position: relative;
  margin-left: 50px;
}

article ul:not(.inside_gallery_slider) li:before, .article ul:not(.inside_gallery_slider) li:before {
  content: '';
  position: absolute;
  right: 100%;
  width: 30px;
  margin-right: 20px;
  height: 1px;
  background: #E0E0E0;
  top: 13px;
}

article hr, .article hr {
  display: none;
}

article .wp-video, .article .wp-video {
  width: calc(100% + 160px) !important;
  margin-left: -80px;
}

article .wp-video video, .article .wp-video video {
  width: 100% !important;
}

article iframe, .article iframe {
  width: 640px !important;
  display: block;
  margin: 60px 0;
  min-height: 360px;
  margin-left: -80px !important;
}

@media only screen and (max-width: 1200px) {
  article iframe, .article iframe {
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

article iframe.twitter-tweet, .article iframe.twitter-tweet {
  width: 100% !important;
  margin: 60px 0 !important;
}

article .instagram-media-registered, .article .instagram-media-registered {
  display: none;
  width: 100% !important;
  position: relative !important;
}

article a , .article a {
  display: inline-block;
  position: relative;
  color: #000;
  text-decoration: underline;
}

article a :after, .article a :after {
  content: '';
  display: block;
  position: absolute;
  background: #000;
  width: 100%;
  height: 1px;
  bottom: 3px;
  left: 0;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}

@media only screen and (min-width: 1201px) {
  article a :hover:after, .article a :hover:after {
    left: auto;
    right: 0;
    width: 0;
  }
}

article i, article em, .article i, .article em {
  font-style: italic;
}

article strong, .article strong {
  font-family: "Proxima Nova Semibold", Helvetica, Arial, sans-serif;
}

.audio {
  height: 70px;
  position: relative;
  font-size: 0;
  width: 640px;
  margin-left: -80px;
  margin-bottom: 15px;
  background: #000000;
  color: #fff;
}

.audio:before, .audio:after {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 1px;
}

.audio:before {
  margin-left: -1px;
}

.audio:after {
  margin-right: -1px;
}

.audio audio {
  position: absolute;
  bottom: 100%;
  right: 100%;
  display: none;
}

@media only screen and (max-width: 1200px) {
  .audio {
    margin-left: 0;
    width: 100%;
  }
}

.audio_play {
  display: inline-block;
  vertical-align: middle;
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -1703px;
  width: 31px;
  height: 40px;
  background-repeat: no-repeat;
  margin-left: 21px;
  margin-right: 20px;
  cursor: pointer;
}

.audio_play.pause {
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -1835px;
  width: 31px;
  height: 40px;
  background-repeat: no-repeat;
}

.audio_time {
  font-family: "Proxima Nova Regular", Helvetica, Arial, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 15px;
  margin: 0 9px;
  display: inline-block;
  vertical-align: middle;
  width: 27px;
}

.audio_timeline {
  position: relative;
  height: 1px;
  width: 414px;
  background: rgba(255, 255, 255, 0.2);
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}

.audio_timeline:before {
  content: '';
  width: 100%;
  height: 21px;
  top: -11px;
  position: absolute;
  left: 0;
  cursor: pointer;
}

.audio_timeline_cube {
  width: 5px;
  height: 5px;
  position: absolute;
  top: -2px;
  left: 0%;
  background: #fff;
}

@media only screen and (max-width: 1200px) {
  .audio_timeline {
    width: calc(100% - 223px);
  }
}

.audio_timeall {
  font-family: "Proxima Nova Regular", Helvetica, Arial, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 15px;
  margin: 0 9px;
  display: inline-block;
  vertical-align: middle;
  width: 27px;
}

.audio_volume {
  display: inline-block;
  vertical-align: middle;
  height: 15px;
  margin-bottom: 5px;
  margin-left: 25px;
}

.audio_volume i {
  display: inline-block;
  position: relative;
  width: 3px;
  height: 100%;
  cursor: pointer;
}

.audio_volume i.opacity {
  opacity: 0.25;
}

.audio_volume i:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
  background: #fff;
}

.audio_volume i:nth-child(1):after {
  height: 0px;
}

.audio_volume i:nth-child(2):after {
  height: 3px;
}

.audio_volume i:nth-child(3):after {
  height: 6px;
}

.audio_volume i:nth-child(4):after {
  height: 9px;
}

.audio_volume i:nth-child(5):after {
  height: 12px;
}

.audio_volume i:nth-child(6):after {
  height: 15px;
}

.audio_volume i:nth-child(7):after {
  height: 18px;
}

.audio_volume i:nth-child(8):after {
  height: 21px;
}

.audio_volume i:nth-child(9):after {
  height: 24px;
}

.audio_volume i:nth-child(10):after {
  height: 27px;
}

.audio_volume i:nth-child(11):after {
  height: 30px;
}

@media only screen and (max-width: 1200px) {
  .mobdn {
    display: none;
  }
}

.slider {
  height: 480px;
  font-size: 0;
  position: relative;
  width: 930px;
  margin: auto;
  margin-bottom: 80px;
  margin-top: 80px;
  z-index: 9;
}

@media only screen and (max-width: 1200px) {
  .slider {
    white-space: nowrap;
    width: calc(100% - 40px);
  }
}

.slider .slick-track {
  -webkit-box-shadow: 0 0 50px 70px #fff;
          box-shadow: 0 0 50px 70px #fff;
  background: #fff;
}

.slider_img {
  display: inline-block;
  position: relative;
}

.slider_img img {
  display: block;
  height: 480px;
  margin-right: 1px;
  cursor: pointer;
}

.slider_control {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 280px;
  height: 50px;
  z-index: 9;
  background: #fff;
}

.slider_prev {
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  left: 20px;
  cursor: pointer;
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -2040px;
  width: 16px;
  height: 9px;
  background-repeat: no-repeat;
}

.slider_next {
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  right: 20px;
  cursor: pointer;
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -2053px;
  width: 16px;
  height: 9px;
  background-repeat: no-repeat;
}

.slider_status {
  position: absolute;
  top: 50%;
  left: 60px;
  width: 160px;
  height: 1px;
}

.slider_status_in {
  width: 0%;
  height: 1px;
  left: 0;
  top: 0;
  position: absolute;
  background: #000;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}

.slider_alt {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  font-size: 12px;
  color: #fff;
  line-height: 15px;
  padding: 17px 19px;
  font-family: "Proxima Nova Regular", Helvetica, Arial, sans-serif;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  padding-bottom: 60px;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  white-space: normal;
}

.no_after:after {
  display: none !important;
}

.no_before:before {
  display: none !important;
}

.sliderFull {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 10;
  padding-top: 50px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media only screen and (max-width: 1200px) {
  .sliderFull {
    display: none !important;
  }
}

.sliderFull.active {
  visibility: visible;
  opacity: 1;
}

.sliderFull_wrap {
  width: calc(100% - 320px);
  padding: 60px;
  height: 100%;
  position: relative;
}

.sliderFull-js {
  width: 100%;
  height: 100%;
  text-align: center;
}

.sliderFull_img {
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 0;
}

.sliderFull_img:before, .sliderFull_img:after {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 1px;
}

.sliderFull_img:before {
  margin-left: -1px;
}

.sliderFull_img:after {
  margin-right: -1px;
}

.sliderFull_img img {
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.sliderFull_img img.horizontal {
  height: auto;
  width: 100%;
}

.sliderFull .bx-wrapper, .sliderFull .bx-viewport {
  height: 100%;
}

.sliderFull .bx-prev, .sliderFull .bx-next {
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  font-size: 0;
}

.sliderFull .bx-prev {
  left: 22px;
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -2079px;
  width: 16px;
  height: 9px;
  background-repeat: no-repeat;
}

.sliderFull .bx-next {
  right: 22px;
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -2027px;
  width: 16px;
  height: 9px;
  background-repeat: no-repeat;
}

.sliderFull_pager {
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  bottom: 60px;
  width: 196px;
  height: 42px;
  background: #000;
  z-index: 60;
  text-align: center;
  font-size: 0;
  padding-top: 26px;
}

.sliderFull_pager i {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 1px;
  background: #fff;
  opacity: 0.4;
  margin: 0 9px;
}

.sliderFull_pager span {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-size: 12px;
  font-family: "Proxima Nova Regular", Helvetica, Arial, sans-serif;
}

.sliderFull_slideCount {
  opacity: 0.4;
}

.sliderFull_right {
  width: 320px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  padding: 0 40px;
  padding-top: 109px;
  font-family: "Proxima Nova Regular", Helvetica, Arial, sans-serif;
  overflow: auto;
}

.sliderFull_right .alt {
  color: #999999;
  font-size: 12px;
  margin-bottom: 50px;
  line-height: 15px;
}

.sliderFull_right .left_bar_hrz_wrap {
  margin-bottom: 90px;
}

.sliderFull_close {
  position: absolute;
  top: 50px;
  right: 0;
  width: 50px;
  height: 50px;
  cursor: pointer;
}

.sliderFull_close:before, .sliderFull_close:after {
  content: '';
  width: 22px;
  height: 1px;
  background: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%) rotate(45deg);
          transform: translate(-50%) rotate(45deg);
}

.sliderFull_close:after {
  -webkit-transform: translate(-50%) rotate(-45deg);
          transform: translate(-50%) rotate(-45deg);
}

.sliderFull .left_bar_fb {
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -1571px;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 1200px) {
  .sliderFull .left_bar_fb {
    background-image: url("../img/svg-sprite/sprite.svg");
    background-position: -4px -924px;
    width: 90px;
    height: 50px;
    background-repeat: no-repeat;
  }
}

.sliderFull .left_bar_vk {
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -1615px;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 1200px) {
  .sliderFull .left_bar_vk {
    background-image: url("../img/svg-sprite/sprite.svg");
    background-position: -4px -654px;
    width: 90px;
    height: 50px;
    background-repeat: no-repeat;
  }
}

.sliderFull .left_bar_tw {
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -1483px;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 1200px) {
  .sliderFull .left_bar_tw {
    background-image: url("../img/svg-sprite/sprite.svg");
    background-position: -4px -762px;
    width: 90px;
    height: 50px;
    background-repeat: no-repeat;
  }
}

.scroll {
  width: 100%;
  white-space: nowrap;
  font-size: 0;
}

.scroll .mCSB_container {
  height: 100vh;
}

.scroll .content, .scroll .contentS {
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
}

.scroll article {
  display: inline-block;
  vertical-align: middle;
}

.scroll .wrapper {
  max-height: 100%;
}

.scroll blockquote {
  display: inline-block;
  white-space: normal;
  width: 430px;
  vertical-align: middle;
  margin-right: 60px;
}

.scroll img {
  display: inline-block;
  vertical-align: middle;
  max-height: calc(100vh - 230px);
  margin-right: 60px;
  width: auto !important;
  margin-bottom: 0px;
  visibility: hidden;
}

.scroll img.mCS_img_loaded {
  visibility: visible;
}

.scroll .left_bar {
  position: absolute !important;
  top: 0 !important;
}

.scroll .left_bar_wrap {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 110px;
  left: 0;
}

.scroll .recommended {
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  margin-left: 60px;
}

.scroll .horizontal {
  width: auto;
  margin-left: 0;
}

.scroll_status {
  position: absolute;
  bottom: 40px;
  left: 50%;
  width: 930px;
  margin-left: -465px;
}

@media only screen and (max-width: 1200px) {
  .scroll_status {
    display: none;
  }
}

.scroll_prev {
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  left: 0px;
  cursor: pointer;
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -2040px;
  width: 16px;
  height: 9px;
  background-repeat: no-repeat;
}

.scroll_next {
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  right: 0px;
  cursor: pointer;
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -2053px;
  width: 16px;
  height: 9px;
  background-repeat: no-repeat;
}

.scroll_line {
  height: 1px;
  width: calc(100% - 180px);
  margin: auto;
}

.scroll_line_in {
  background: #000;
  width: 0%;
  height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.scroll .left_bar_wrap.mob {
  display: none;
}

@media only screen and (max-width: 1200px) {
  .scroll .left_bar_wrap.mob {
    display: block;
  }
}

.page_wrap_scroll {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-right: 200px;
}

.page_wrap_scroll article {
  width: auto;
}

.article_wrap {
  max-width: 480px;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  margin-right: 60px;
  height: 100%;
  position: relative;
}

.article_wrap .prev_text {
  margin-bottom: 0;
}

.article_wrap .info_wrap {
  padding-left: 0;
}

@media only screen and (max-width: 1200px) {
  .article_wrap .info_wrap {
    margin-bottom: 30px;
  }
}

.article_wrap .back {
  margin-bottom: 60px;
  font-family: "Proxima Nova Regular", Helvetica, Arial, sans-serif;
  letter-spacing: 0.1em;
  line-height: 15px;
  color: #000;
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

@media only screen and (min-width: 1201px) {
  .article_wrap .back:hover {
    color: #9933FF;
  }
}

@media only screen and (max-width: 1200px) {
  .article_wrap .back {
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
  }
}

.article_wrap .title {
  font-size: 40px;
  line-height: 48px;
  font-family: "Cormorant Regular", Helvetica, Arial, sans-serif;
}

@media only screen and (max-width: 1200px) {
  .article_wrap .title {
    font-size: 30px;
    line-height: 30px;
    padding: 0 20px;
    text-align: center;
  }
}

.article_wrap .lite {
  font-size: 12px;
  font-family: "Proxima Nova Regular", Helvetica, Arial, sans-serif;
  line-height: 18px;
}

.article_wrap table {
  margin-bottom: 40px;
}

.article_wrap table td {
  font-size: 12px;
  line-height: 15px;
  padding: 5px 0;
  letter-spacing: 0.1em;
}

.article_wrap table td:first-child {
  padding-right: 40px;
  color: #999999;
  white-space: nowrap;
}

.article_wrap .left_bar_hrz_wrap {
  margin-top: 70px;
}

@media only screen and (max-width: 1200px) {
  .article_wrap {
    width: 100%;
    padding: 0 20px;
    margin-top: 30px;
    max-width: 100%;
  }
}

.pin-example:hover {
  z-index: 2;
}

.radisson_hover {
  -webkit-transition: all 2s;
  transition: all 2s;
  position: absolute;
  top: 0px;
  left: 0px;
  height: auto !important;
  max-height: none !important;
  z-index: 2;
  width: 100% !important;
  margin-left: 0 !important;
}

.radisson_hover:hover {
  opacity: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.news_title br {
  display: none;
}

.articleS {
  position: relative;
  margin: 80px 0;
}

.articleS .mCSB_container {
  height: 100vh;
  background: #fff;
  -webkit-box-shadow: 0 0 50px 70px #fff;
          box-shadow: 0 0 50px 70px #fff;
  z-index: 5;
}

.articleS .scroll_status {
  z-index: 6;
}

@media only screen and (max-width: 1200px) {
  .left_bar_none .left_bar_wrap {
    display: none;
  }
}

.look-load {
  background: #000;
  color: #fff;
  display: table;
  height: 50px;
  font-family: "Proxima Nova Regular", Helvetica, Arial, sans-serif;
  font-size: 12px;
  margin: auto;
  line-height: 50px;
  cursor: pointer;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
  padding: 0 45px;
}

.look-load:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -2291px;
  width: 10px;
  height: 10px;
  background-repeat: no-repeat;
  margin-left: 5px;
}

@media only screen and (max-width: 1200px) {
  .look-load {
    width: 100%;
  }
}

.close_video {
  position: absolute;
  top: 30px;
  right: 30px;
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -1994px;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 3;
  display: none;
}

.scroll_alt {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 12px;
  color: #fff;
  line-height: 15px;
  padding: 17px 19px;
  font-family: "Proxima Nova Regular", Helvetica, Arial, sans-serif;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  padding-bottom: 60px;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  white-space: normal;
}

.size-full {
  height: auto !important;
}

.editor_item {
  width: 480px;
  font-size: 17px;
  color: #000;
  line-height: 27px;
  position: relative;
  margin-bottom: 90px;
}

.editor_item:before {
  content: "";
  display: table;
  clear: both;
}

.editor_item:after {
  content: "";
  display: table;
  clear: both;
}

.editor_position {
  font-family: "Proxima Nova Semibold", Helvetica, Arial, sans-serif;
}

.editor_name {
  font-family: "Proxima Nova Semibold", Helvetica, Arial, sans-serif;
}

.editor_venzel {
  position: absolute;
  top: 100%;
  margin-top: 15px;
  bottom: 0;
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -1879px;
  width: 34px;
  height: 8px;
  background-repeat: no-repeat;
}

.editor_img {
  float: right;
  position: relative;
}

.editor_img:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.06);
}

.editor_img img {
  display: block;
}

.editor_contact {
  font-family: "Proxima Nova Regular", Helvetica, Arial, sans-serif;
  color: #000;
  -webkit-transform: all 0.5;
          transform: all 0.5;
  display: block;
}

@media only screen and (min-width: 1201px) {
  .editor_contact:hover {
    color: #9933FF;
  }
}

.line {
  margin: 54px 0 35px;
  height: 1px;
  width: 640px;
  background: #F2F2F2;
  margin-left: -80px;
}

.ads-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999;
}

.ads-popup img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.ads-popup_content {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  z-index: 3;
  max-height: 80%;
  max-width: 80%;
}

.ads-popup .mask {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
}

.ads-popup .close {
  position: absolute;
  right: -10px;
  top: -10px;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  background: #000;
  opacity: 0.71;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  -webkit-transform: translate(100%, -100%);
          transform: translate(100%, -100%);
}

.ads-popup .close:before {
  content: '';
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -2276px;
  width: 11px;
  height: 11px;
  background-repeat: no-repeat;
}

@media only screen and (min-width: 1201px) {
  .ads-popup .close:hover {
    opacity: 1;
  }
}

@media only screen and (max-width: 1200px) {
  .ads-popup {
    background: transparent;
  }
  .ads-popup .ads-popup_content {
    width: 100%;
    height: 100%;
    max-height: 100%;
    max-width: 100%;
    background-position: center top;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .ads-popup .ads-popup_content img {
    position: absolute;
    -webkit-transform: translate(0);
            transform: translate(0);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
  }
  .ads-popup .close {
    right: 10px;
    top: 10px;
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
}

.ads-popup.full .ads-popup_content {
  width: 100%;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  background-position: center top;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #fff;
}

.ads-popup.full .close {
  right: 10px;
  top: 10px;
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes spin {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}

.brendir {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: -20px;
  left: 0;
}

.brendir img {
  display: block;
  margin: auto;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  top: 0;
}

.brendir.fixed {
  position: absolute;
  top: 0;
  z-index: 0;
}

.brendir.fixed.no-top {
  position: fixed;
  top: 0 !important;
}

.click_to {
  display: inline-block;
  max-width: 25% !important;
  -webkit-transition: all .5s;
  transition: all .5s;
  font-size: 14px;
  text-align: center;
  margin-bottom: 50px;
  white-space: normal;
}

@media only screen and (max-width: 1200px) {
  .click_to {
    max-width: 200px !important;
  }
}

.click_to.active {
  background: #E5E5E5;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.click_to:hover {
  background: #E5E5E5;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.click_to:after {
  display: none !important;
}

.p-none {
  font-size: 0;
}

@media only screen and (max-width: 1200px) {
  .p-none {
    white-space: nowrap;
    width: 100%;
    overflow-x: scroll;
  }
}

.audio_info {
  display: none !important;
}

.certier .facility {
  color: #000;
  float: right;
}

@media only screen and (max-width: 720px) {
  .certier .facility {
    float: none;
  }
}

.certier .facility a {
  color: #000;
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -596px;
  width: 128px;
  height: 11px;
  background-repeat: no-repeat;
}

.certier_tabs {
  font-size: 0;
  text-align: center;
  margin-bottom: 50px;
}

@media only screen and (max-width: 720px) {
  .certier_tabs {
    margin: 0 -20px;
    margin-bottom: 30px;
  }
}

.certier_img {
  display: inline-block;
  width: 85px;
  height: 85px;
  position: relative;
  margin: 5px;
  border-radius: 100%;
}

@media only screen and (max-width: 1200px) {
  .certier_img {
    width: 70px;
    height: 70px;
    margin: 5px;
  }
}

@media only screen and (max-width: 720px) {
  .certier_img {
    width: 50px;
    height: 50px;
    margin: 15px;
    margin-top: 25px;
  }
}

.certier_img.active .certier_image {
  display: none;
}

.certier_img_text {
  position: absolute;
  top: 100%;
  width: 100%;
  text-align: center;
  font-size: 12px;
  padding: 5px 0;
  font-family: "Proxima Nova Regular", Helvetica, Arial, sans-serif;
}

@media only screen and (max-width: 1200px) {
  .certier_img_text {
    position: absolute;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    left: 50%;
    width: auto;
  }
}

.certier_image {
  background-color: #000;
  width: 85px;
  height: 85px;
  display: block;
  border-radius: 100%;
  position: absolute;
  z-index: 3;
  cursor: pointer;
}

@media only screen and (max-width: 1200px) {
  .certier_image {
    width: 70px;
    height: 70px;
  }
}

@media only screen and (max-width: 720px) {
  .certier_image {
    width: 50px;
    height: 50px;
  }
}

.certier_image.first {
  z-index: 5;
  pointer-events: none;
}

.certier_image.do-active {
  background: none;
}

.certier_image_back {
  width: 85px;
  height: 85px;
  display: block;
  border-radius: 100%;
  border: 1px #d1d1d1 solid;
  position: absolute;
  pointer-events: none;
}

@media only screen and (max-width: 1200px) {
  .certier_image_back {
    width: 70px;
    height: 70px;
  }
}

@media only screen and (max-width: 720px) {
  .certier_image_back {
    width: 50px;
    height: 50px;
  }
}

.certier_women {
  position: relative;
  height: 660px;
}

@media only screen and (max-width: 720px) {
  .certier_women {
    height: 340px;
  }
}

.certier_women_wrap {
  position: absolute;
  display: inline-block;
}

@media only screen and (max-width: 720px) {
  .certier_women_wrap {
    width: 20vw;
  }
}

.certier_women_wrap:nth-child(1) {
  left: 50%;
  top: 5%;
}

@media only screen and (max-width: 720px) {
  .certier_women_wrap:nth-child(1) {
    left: 35%;
    top: 5%;
  }
}

.certier_women_wrap:nth-child(2) {
  left: 0;
  top: 0;
}

@media only screen and (max-width: 720px) {
  .certier_women_wrap:nth-child(2) {
    top: 5%;
  }
}

.certier_women_wrap:nth-child(3) {
  right: 0;
  top: 10%;
}

@media only screen and (max-width: 720px) {
  .certier_women_wrap:nth-child(3) {
    right: 10%;
  }
}

.certier_women_wrap:nth-child(4) {
  left: 30%;
  bottom: 0;
}

@media only screen and (max-width: 720px) {
  .certier_women_wrap:nth-child(4) {
    left: 0;
    bottom: 0;
  }
}

.certier_women_wrap:nth-child(5) {
  left: 5%;
  top: 55%;
}

@media only screen and (max-width: 720px) {
  .certier_women_wrap:nth-child(5) {
    left: 0%;
    top: 35%;
  }
}

.certier_women_wrap:nth-child(6) {
  left: 20%;
  top: 20%;
}

@media only screen and (max-width: 720px) {
  .certier_women_wrap:nth-child(6) {
    left: auto;
    right: 10%;
    top: 50%;
  }
}

.certier_women_wrap:nth-child(7) {
  left: 50%;
  top: 35%;
}

@media only screen and (max-width: 720px) {
  .certier_women_wrap:nth-child(7) {
    left: 35%;
    top: 32%;
  }
}

.certier_women_wrap:nth-child(8) {
  right: 0;
  top: 60%;
}

@media only screen and (max-width: 720px) {
  .certier_women_wrap:nth-child(8) {
    left: 35%;
    top: auto;
    bottom: 0;
  }
}

.certier_women_wrap.no-active {
  opacity: 0.5;
}

.certier_women_wrap.do-active {
  opacity: 1;
}

@media only screen and (max-width: 720px) {
  .certier_women_wrap.do-active .certier_ok {
    visibility: visible;
  }
}

.certier_women_wrap.active {
  cursor: pointer;
}

.certier_women_wrap.active .certier_women_image, .certier_women_wrap.active .certier_ok {
  visibility: visible;
}

@media only screen and (max-width: 720px) {
  .certier_women_img {
    width: 70px;
    margin: auto;
  }
}

.certier_women_image {
  width: 60px;
  height: 60px;
  position: absolute;
  top: -30px;
  left: -30px;
  visibility: hidden;
}

.certier_text {
  text-align: center;
  font-family: "Proxima Nova Semibold", Helvetica, Arial, sans-serif;
  font-size: 14px;
  margin: 5px 0;
}

@media only screen and (max-width: 720px) {
  .certier_text {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    position: absolute;
    top: 0;
    left: 120%;
    white-space: nowrap;
    font-size: 11px;
  }
}

.certier_ok {
  margin: auto;
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: -4px -1939px;
  width: 23px;
  height: 23px;
  background-repeat: no-repeat;
  visibility: hidden;
}

@media only screen and (max-width: 720px) {
  .certier_ok {
    margin: 0;
    position: absolute;
    bottom: 0;
    left: -10px;
  }
}

.certier_popup_wrap {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.89);
  color: #fff;
  z-index: 9999;
  padding-top: 10px;
}

@media only screen and (max-width: 720px) {
  .certier_popup_wrap {
    width: 100%;
    height: 100%;
    overflow: scroll;
  }
}

.certier_popup_image {
  position: absolute;
  left: 0;
  top: 0;
  width: 190px;
}

@media only screen and (max-width: 720px) {
  .certier_popup_image {
    position: relative;
    width: 50%;
    margin: auto;
    display: block;
  }
}

.certier_popup_title {
  padding-left: 190px;
  font-size: 17px;
  font-family: "Proxima Nova Semibold", Helvetica, Arial, sans-serif;
  line-height: 21px;
  margin: 30px 0;
}

@media only screen and (max-width: 720px) {
  .certier_popup_title {
    padding: 0;
  }
}

.certier_popup_text {
  padding-left: 190px;
  font-size: 14px;
  line-height: 24px;
  font-family: "Proxima Nova Regular", Helvetica, Arial, sans-serif;
  margin-bottom: 40px;
}

@media only screen and (max-width: 720px) {
  .certier_popup_text {
    padding: 0;
  }
}

.certier_close {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 2;
}

@media only screen and (max-width: 720px) {
  .certier_close {
    position: fixed;
  }
}

.certier_close:before, .certier_close:after {
  content: '';
  display: block;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  width: 22px;
  height: 1px;
  background: #fff;
}

.certier_close:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.certier_close:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.test {
  position: relative;
}

.test_item {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  top: 0;
  left: 0;
  background: #fff;
}

@media only screen and (min-width: 1200px) {
  .test_item {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
}

.test_item.active {
  position: relative;
  opacity: 1;
  visibility: visible;
  z-index: 3;
}

@media only screen and (min-width: 1200px) {
  .test_item.active {
    -webkit-transition: all .5s .2s;
    transition: all .5s .2s;
  }
}

.test_item.active .test_next {
  pointer-events: auto;
}

@media only screen and (min-width: 1201px) {
  .test_item.noclick .test_answer_item-res:hover {
    border-bottom: 1px solid transparent;
  }
}

.test_image {
  position: relative;
}

@media only screen and (max-width: 1200px) {
  .test_image {
    margin: 0 -20px;
    margin-top: 70px;
  }
}

.test_question {
  position: absolute;
  bottom: 0;
  left: 120px;
  width: calc(100% - 240px);
  text-align: center;
  background: #fff;
  font-size: 24px;
  font-family: "Cormorant Regular", Helvetica, Arial, sans-serif;
  line-height: 34px;
  padding: 20px 60px;
}

@media only screen and (max-width: 1200px) {
  .test_question {
    width: calc(100% - 40px);
    margin: 0;
    top: -50px;
    bottom: auto;
    left: 20px;
    padding: 15px;
  }
}

.test_question span {
  font-family: "Cormorant Italic", Helvetica, Arial, sans-serif;
  font-size: 48px;
  display: block;
  margin: auto;
  margin-bottom: 10px;
}

.test_answer {
  margin-bottom: 100px;
}

.test_answer:before {
  display: block;
  content: '';
  width: 415px;
  margin: 50px auto;
  border-bottom: 1px #F2F2F2 solid;
}

@media only screen and (max-width: 1200px) {
  .test_answer:before {
    display: none;
  }
}

.test_answer_item {
  list-style: decimal outside;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  cursor: pointer;
}

@media only screen and (min-width: 1201px) {
  .test_answer_item:hover {
    border-bottom: 1px solid #000;
  }
}

.test_answer_item:before {
  display: none;
}

.test_answer_item-res {
  list-style: decimal outside;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  cursor: pointer;
}

.test_answer_item-res.green {
  color: green;
}

@media only screen and (min-width: 1201px) {
  .test_answer_item-res:hover {
    border-bottom: 1px solid #000;
  }
}

.test_answer_item-res:before {
  display: none;
}

.test_answer_item-res.active .test_answer_hide {
  display: block;
}

.test_answer_item-res.active .test_answer_hide.green {
  background: rgba(0, 128, 0, 0.1);
}

.test_answer_item-res.active .test_answer_hide.red {
  background: rgba(255, 0, 0, 0.1);
}

.test_answer_hide {
  display: none;
  padding: 20px;
  margin: 20px 0;
}

.test_title {
  font-size: 15px;
  text-align: center;
  font-family: "Proxima Nova Semibold", Helvetica, Arial, sans-serif;
}

.test_next {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .5s;
  transition: all .5s;
  pointer-events: none;
}

.test_next.active {
  visibility: visible;
  opacity: 1;
}

.test-fin {
  display: none;
}

@media only screen and (max-width: 1200px) {
  .test-fin .test_image {
    margin-top: 0;
  }
}

.test-fin.active {
  display: block;
}

.test-fin_title {
  text-align: center;
  font-size: 24px;
  font-family: "Cormorant Regular", Helvetica, Arial, sans-serif;
  margin: 20px 0;
  display: block !important;
}

.test-fin_title:after {
  display: none !important;
}

.test-fin_text {
  margin-bottom: 10px;
}

.btn_test {
  text-align: center;
  margin-top: 40px;
}

article img.test_anim {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  display: none;
}

.pin-example {
  position: relative;
  width: 480px;
  font-family: "Proxima Nova Regular", Helvetica, Arial, sans-serif;
}

@media only screen and (max-width: 1200px) {
  .pin-example {
    width: 100%;
  }
}

.pin-example img {
  display: block;
  width: 100%;
}

@-webkit-keyframes after-dot {
  0% {
    opacity: 0.5;
  }
  40% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
  41% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  90% {
    opacity: 0.5;
  }
}

@keyframes after-dot {
  0% {
    opacity: 0.5;
  }
  40% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
  41% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  90% {
    opacity: 0.5;
  }
}

@-webkit-keyframes before-dot {
  0% {
    opacity: 0.5;
  }
  40% {
    -webkit-transform: scale(3);
            transform: scale(3);
    opacity: 0;
  }
  41% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  90% {
    opacity: 0.5;
  }
}

@keyframes before-dot {
  0% {
    opacity: 0.5;
  }
  40% {
    -webkit-transform: scale(3);
            transform: scale(3);
    opacity: 0;
  }
  41% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  90% {
    opacity: 0.5;
  }
}

.image-dot {
  cursor: pointer;
  height: 10px;
  width: 10px;
}

.image-dot, .image-dot:after, .image-dot:before {
  position: absolute;
  border-radius: 100%;
  background-color: white;
}

.image-dot:after, .image-dot:before {
  content: '';
  left: 0;
  top: 0;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.image-dot:before {
  border: 1px solid #666;
}

.image-dot:not(:hover), .image-dot.active:hover {
  -webkit-transition: none;
  transition: none;
}

.image-dot:not(:hover):after, .image-dot:not(:hover):before, .image-dot.active:hover:after, .image-dot.active:hover:before {
  -webkit-transition: none;
  transition: none;
}

.image-dot:not(:hover):after, .image-dot.active:hover:after {
  -webkit-animation: after-dot 4s infinite;
          animation: after-dot 4s infinite;
}

.image-dot:not(:hover):before, .image-dot.active:hover:before {
  -webkit-animation: before-dot 4s infinite;
          animation: before-dot 4s infinite;
}

.image-dot:not(.active):hover {
  background-color: black;
}

.image-dot:not(.active):hover:before, .image-dot:not(.active):hover:after {
  background-color: black;
  opacity: 0.4;
}

.image-dot:not(.active):hover:after {
  -webkit-transform: scale(2);
          transform: scale(2);
}

.image-dot:not(.active):hover:before {
  -webkit-transform: scale(3);
          transform: scale(3);
}

.image-dot:not(.active) {
  border: 1px solid #666;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.image-dot:not(.active):after, .image-dot:not(.active):before {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.image-dot.animation-open .image-dot_text {
  -webkit-transition: width 0.6s 0.3s, opacity 0.5s 0.4s, visibility 0.1s;
  transition: width 0.6s 0.3s, opacity 0.5s 0.4s, visibility 0.1s;
}

.image-dot.animation-open .dot-input_title {
  -webkit-transition: opacity 0.1s 0.9s;
  transition: opacity 0.1s 0.9s;
}

.image-dot.animation-open .dot-input_src {
  -webkit-transition: opacity 0.1s 0.9s, border 0.2s;
  transition: opacity 0.1s 0.9s, border 0.2s;
}

.image-dot.animation-close .image-dot_text {
  -webkit-transition: width 0.6s 0.3s, opacity 0.5s 0.3s, visibility 0.1s 0.9s;
  transition: width 0.6s 0.3s, opacity 0.5s 0.3s, visibility 0.1s 0.9s;
}

.image-dot.animation-close .dot-input_title {
  -webkit-transition: opacity 0.1s;
  transition: opacity 0.1s;
}

.image-dot.animation-close .dot-input_src {
  -webkit-transition: opacity 0.1s, border 0.2s;
  transition: opacity 0.1s, border 0.2s;
}

.image-dot.active {
  z-index: 1000 !important;
}

.image-dot.active, .image-dot.active:after, .image-dot.active:before {
  background-color: black;
}

.image-dot.active .image-dot_text {
  visibility: visible;
  width: 138px;
  opacity: 1;
}

.image-dot.active .dot-input_title, .image-dot.active .dot-input_src {
  opacity: 1;
}

.image-dot.right .image-dot_text {
  left: auto;
  right: calc(100% + 50px);
}

.image-dot.right .image-dot_text:before {
  left: auto;
  right: -51px;
}

.image-dot_text {
  text-align: center;
  position: absolute;
  visibility: hidden;
  background-color: black;
  top: 50%;
  padding: 9px;
  left: calc(100% + 50px);
  margin-top: -31px;
  opacity: 0;
  width: 0;
  width: 138px;
  font-size: 10px;
}

.image-dot_text:before, .image-dot_text:after {
  position: absolute;
  content: '';
  width: 50px;
}

.image-dot_text:before {
  background-color: black;
  height: 1px;
  top: 50%;
  left: -50px;
}

.image-dot_text:after {
  background-color: transparent;
  top: 0;
  right: 100%;
  bottom: 0;
}

.image-dot_active-bg {
  position: absolute;
  left: -20px;
  top: -20px;
  bottom: -20px;
  right: -20px;
}

.dot-input_title {
  text-transform: uppercase;
  font-weight: 600;
  color: white;
}

.dot-input_src {
  color: white;
  border-bottom: 1px solid transparent;
}

.dot-input_src:hover {
  color: white;
  border-bottom-color: white;
}

.dot-input_title, .dot-input_src {
  opacity: 0;
  width: 120px;
}

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