@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic&subset=latin,cyrillic);
@font-face {
  font-family: 'icomoon';
  src: url('/fonts/icomoon.eot?-kvfzeb');
  src: url('/fonts/icomoon.eot?#iefix-kvfzeb') format('embedded-opentype'), url('/fonts/icomoon.woff?-kvfzeb') format('woff'), url('/fonts/icomoon.ttf?-kvfzeb') format('truetype'), url('/fonts/icomoon.svg?-kvfzeb#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
input {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}
::-moz-selection {
  background: #ffde00;
  color: black;
}
::selection {
  background: #ffde00;
  color: black;
}
body {
  line-height: 1;
}
textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
img {
  display: block;
}
li {
  list-style: none;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
button {
  border: 0;
  outline: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
  padding: 0;
  margin: 0;
  outline: 0;
}
textarea {
  resize: none;
  outline: none;
}
.ajax-progress {
  display: none;
}
.moon {
  font-family: 'icomoon';
  font-weight: normal;
  font-style: normal;
}
.frutiger {
  font-family: 'Frutiger';
  font-weight: normal;
  font-style: normal;
}
.sans {
  font-family: 'PT Sans', sans-serif;
  font-weight: normal;
  font-style: normal;
}
html,
body,
#wrap {
  height: 100%;
  width: 100%;
  background-color: black;
  font-family: 'Frutiger';
  font-weight: normal;
  font-style: normal;
}
button,
textarea,
input {
  font-family: 'Frutiger';
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
}
body > #wrap {
  height: auto;
  min-height: 100%;
}
#main {
  padding-bottom: 135px;
  min-height: 200px;
  padding-top: 56px;
}
@media screen and (max-width: 800px) {
  #main {
    padding-bottom: 250px;
  }
}
.page-indy-people #main {
  padding-top: 0;
}
#footer {
  position: relative;
  margin-top: -135px;
  height: 135px;
  clear: both;
}
@media screen and (max-width: 800px) {
  #footer {
    margin-top: -250px;
    height: 250px;
  }
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
#indy-loader {
  position: fixed;
  width: 0%;
  height: 100%;
  top: 0px;
  z-index: 1000;
  background: rgba(0, 0, 0, 0);
  left: -100%;
  transition: left 0s 1s, width 0s 1s, background 1s;
}
.indy-process.html.front {
  overflow: hidden;
}
.indy-more-ajax .more-photo {
  pointer-events: none;
}
.indy-more-ajax .more-photo .icon {
  animation: moreRotate 2.5s cubic-bezier(0.75, 0, 0.5, 1) infinite normal;
  -webkit-animation: moreRotate 2.5s cubic-bezier(0.75, 0, 0.5, 1) infinite normal;
}
.indy-ajax #indy-loader,
.indy-process #indy-loader {
  transition: left 0s 0s, width 0s 0s, background 0.5s 0s;
  left: 0px;
  width: 100%;
  background: #000000;
}
.indy-ajax .spinner,
.indy-process .spinner {
  opacity: 1;
  -webkit-transition: opacity 0.5s 0.5s;
  transition: opacity 0.5s 0.5s;
}
.indy-ajax .spinner:before,
.indy-process .spinner:before,
.indy-ajax .spinner:after,
.indy-process .spinner:after {
  content: "";
  position: relative;
  display: block;
}
.indy-ajax .spinner:before,
.indy-process .spinner:before {
  -webkit-animation: spinner 2.5s cubic-bezier(0.75, 0, 0.5, 1) infinite normal;
  animation: spinner 2.5s cubic-bezier(0.75, 0, 0.5, 1) infinite normal;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #ffde00;
  background-image: url(/img/micro-logo.png);
  background-repeat: no-repeat;
  background-position: center;
}
.indy-ajax .spinner:after,
.indy-process .spinner:after {
  -webkit-animation: shadow 2.5s cubic-bezier(0.75, 0, 0.5, 1) infinite normal;
  animation: shadow 2.5s cubic-bezier(0.75, 0, 0.5, 1) infinite normal;
  bottom: -0.5em;
  height: .25em;
  border-radius: 50%;
  background-color: #e9341a;
  display: none;
}
.indy-ajax #indy-loader {
  background: rgba(0, 0, 0, 0.3) !important;
}
.spinner {
  position: absolute;
  width: 80px;
  height: 80px;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  opacity: 0;
  -webkit-transition: opacity 0.5s 0s;
  transition: opacity 0.5s 0s;
}
@keyframes spinner {
  50% {
    border-radius: 50%;
    transform: scale(0.5) rotate(360deg);
  }
  100% {
    transform: scale(1) rotate(720deg);
  }
}
@keyframes shadow {
  50% {
    transform: scale(0.5);
    background-color: #ec4931;
  }
}
.psev {
  content: '';
  display: block;
}
.yllw-link {
  display: inline;
  background: #ffde00;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: black;
  text-decoration: none;
  padding: 3px 3px 2px 3px;
  word-break: break-word;
}
.yllw-button {
  color: black;
  background-color: #ffde00;
  display: inline-block;
  padding: 0;
  text-decoration: none;
  color: #303030;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 7px 13px 4px 13px;
}
.yllw-button span {
  color: black;
}
.front-style-link {
  width: 100%;
  display: block;
  text-align: center;
}
.front-style-link a {
  font-size: 15px;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  padding: 16px 42px;
  padding-bottom: 12px;
  background-color: rgba(0, 0, 0, 0.6);
  display: inline-block;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.2);
  border-radius: 3px;
  transition: background-color 0.2s;
}
.front-style-link a span {
  transition: color 0.1s;
}
.front-style-link a .flexbox-container:after {
  font-family: 'icomoon';
  font-weight: normal;
  font-style: normal;
  content: "\e600";
  font-size: 9px;
  margin-left: 15px;
  transition: transform 0.2s, color 0.1s;
}
.front-style-link a:hover {
  background-color: #ffde00;
  color: black;
}
.front-style-link a:hover .flexbox-container:after {
  transform: translateX(10px);
}
.front-style-link a:active {
  background-color: #e6c626;
}
.icon {
  margin-right: 10px;
  margin-bottom: 2px;
}
.icon svg {
  max-width: 100%;
  max-height: 100%;
}
.icon.eye {
  width: 17px;
  height: 10px;
  position: relative;
  display: block;
  margin-right: 6px;
}
.icon.eye svg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.icon-link {
  display: -ms-flexbox;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  align-items: initial;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
}
.icon-link .flexbox-container {
  width: 100%;
}
.icon-link .flexbox-container > * {
  vertical-align: middle;
  display: inline-block;
}
.flex {
  display: -ms-flexbox;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  align-items: initial;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.flexbox-container {
  display: -ms-flexbox;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  align-items: initial;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
}
.flexbox {
  display: -ms-flexbox;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  align-items: initial;
}
.flex-space {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flex-dir {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.flex-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.flex-start {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.flex-top {
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
.flex-align-center {
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
}
.flex-align-right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.container {
  max-width: 1100px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 0 50px;
}
@media screen and (max-width: 600px), screen and (min-device-width: 320px) and (max-device-width: 480px), screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1), screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
  .container {
    padding: 0 15px;
  }
}
.box {
  position: relative;
  z-index: 2;
  margin-left: 0px;
}
.box-wide {
  width: 100%;
}
.box-1-6 {
  width: 15%;
}
.box-2-6 {
  width: 32%;
}
.box-3-6 {
  width: 49%;
}
.box-4-6 {
  width: 66%;
}
.box-5-6 {
  width: 83%;
}
.box-6-6 {
  width: 100%;
}
.box-1-4 {
  width: 22%;
}
.box-2-4 {
  width: 48%;
}
.box-3-4 {
  width: 74%;
}
.box-1-3 {
  width: 30%;
}
.box-2-3 {
  width: 65%;
}
.box-1-2 {
  width: 46%;
}
.box-container-6 {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  align-items: initial;
}
.box-container-6 .box + .box {
  margin-left: 2%;
}
.box-container-4 {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  align-items: initial;
}
.box-container-4 .box + .box {
  margin-left: 4%;
}
.box-container-3 {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  align-items: initial;
}
.box-container-3 .box + .box {
  margin-left: 5%;
}
.box-line-3 {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  align-items: initial;
}
.box-container-2 {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  align-items: initial;
}
.box-container-2 .box {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.box-container-2 .box + .box {
  margin-left: 4%;
}
.box-container-wide {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  align-items: initial;
}
.box-container-wide .box {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.box-container-wide .box + .box {
  margin-left: 0;
}
.boxset-4-3-1 {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  align-items: initial;
}
.boxset-4-3-1 .box + .box {
  margin-left: 4%;
}
.boxset-4-3-1 .box:nth-child(1) {
  width: 74%;
}
.boxset-4-3-1 .box:nth-child(2) {
  width: 22%;
}
@media screen and (max-width: 960px), screen and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 1) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: landscape) {
  .boxset-4-3-1 {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    align-items: initial;
  }
  .boxset-4-3-1 .box + .box {
    margin-left: 5%;
  }
  .boxset-4-3-1 .box:nth-child(1) {
    width: 65%;
  }
  .boxset-4-3-1 .box:nth-child(2) {
    width: 30%;
  }
}
@media screen and (max-width: 600px), screen and (min-device-width: 320px) and (max-device-width: 480px), screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1), screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
  .boxset-4-3-1 {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    align-items: initial;
    display: block;
  }
  .boxset-4-3-1 .box {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .boxset-4-3-1 .box + .box {
    margin-left: 0;
  }
  .boxset-4-3-1 .box:nth-child(1) {
    width: 100%;
  }
  .boxset-4-3-1 .box:nth-child(2) {
    width: 100%;
  }
}
.group-2-fixone {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  align-items: initial;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.group-2-fixone .box {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.group-2-fixone .box + .box {
  margin-left: 4%;
}
.group-2-fixone .box {
  width: 48%;
}
.group-2-fixone .box:nth-child(1) {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.group-2-fixone .box:nth-child(2) {
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 960px), screen and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 1) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: landscape) {
  .group-2-fixone {
    display: block;
  }
  .group-2-fixone .box {
    width: 100%;
    margin: 0;
  }
  .group-2-fixone .box:nth-child(1) {
    width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .group-2-fixone .box:nth-child(2) {
    width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 700px) {
  .group-2-fixone {
    display: block;
  }
  .group-2-fixone .box {
    width: 100%;
    margin: 0;
  }
  .group-2-fixone .box:nth-child(1) {
    width: 480px;
    margin-left: auto;
    margin-right: auto;
  }
  .group-2-fixone .box:nth-child(2) {
    width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 600px), screen and (min-device-width: 320px) and (max-device-width: 480px), screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1), screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
  .group-2-fixone .box {
    width: 100%;
    margin: auto;
  }
  .group-2-fixone .box:nth-child(1) {
    width: 100% !important;
    margin-left: auto;
    margin-right: auto;
  }
  .group-2-fixone .box .photo-set {
    width: 100% !important;
    height: auto !important;
  }
  .group-2-fixone .box .photo-set .item {
    width: 100%  !important;
    position: relative !important;
    left: inherit !important;
    top: inherit !important;
  }
}
.group-2-1 {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  align-items: initial;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.group-2-1 .box + .box {
  margin-left: 4%;
}
.group-2-1 .box {
  width: 48%;
}
.group-2-1 .box:nth-of-type(2n + 1) {
  margin-left: 0;
}
@media screen and (max-width: 600px), screen and (min-device-width: 320px) and (max-device-width: 480px), screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1), screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
  .group-2-1 {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    align-items: initial;
    display: block;
  }
  .group-2-1 .box {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .group-2-1 .box + .box {
    margin-left: 0;
  }
  .group-2-1 .box {
    width: 100%;
  }
}
.group-4-3-1 {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  align-items: initial;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.group-4-3-1 .box + .box {
  margin-left: 4%;
}
.group-4-3-1 .box {
  width: 22%;
}
.group-4-3-1 .box:nth-of-type(4n + 1) {
  margin-left: 0;
}
@media screen and (max-width: 960px), screen and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 1) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: landscape) {
  .group-4-3-1 {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    align-items: initial;
  }
  .group-4-3-1 .box + .box {
    margin-left: 5%;
  }
  .group-4-3-1 .box {
    width: 30%;
  }
  .group-4-3-1 .box:nth-of-type(3n + 1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 600px), screen and (min-device-width: 320px) and (max-device-width: 480px), screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1), screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
  .group-4-3-1 {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    align-items: initial;
  }
  .group-4-3-1 .box {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .group-4-3-1 .box + .box {
    margin-left: 4%;
  }
  .group-4-3-1 .box {
    width: 46%;
  }
  .group-4-3-1 .box:nth-of-type(2n + 1) {
    margin-left: 0;
  }
}
.group-2-3-1 {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  align-items: initial;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.group-2-3-1 .box + .box {
  margin-left: 4%;
}
.group-2-3-1 .box {
  width: 46%;
}
.group-2-3-1 .box:nth-of-type(2n + 1) {
  margin-left: 0;
}
@media screen and (max-width: 960px), screen and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 1) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: landscape) {
  .group-2-3-1 {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    align-items: initial;
  }
  .group-2-3-1 .box + .box {
    margin-left: 5%;
  }
  .group-2-3-1 .box {
    width: 30%;
  }
  .group-2-3-1 .box:nth-of-type(3n + 1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 600px), screen and (min-device-width: 320px) and (max-device-width: 480px), screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1), screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
  .group-2-3-1 {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    align-items: initial;
    display: block;
  }
  .group-2-3-1 .box {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .group-2-3-1 .box + .box {
    margin-left: 0;
  }
  .group-2-3-1 .box {
    width: 100%;
  }
}
/*
.group-3 {
	.flex;
	.box {
		width: 32%;
	}
	.box + .box {
		margin-left: 2%;
	}
	.box:nth-of-type(3n) + .box {
		margin-left: 0px;
	}
}

.group-4 {
	.box {
		width: 25%;
	}
	.box:nth-of-type(3n) + .box {
		margin-left: 0px;
	}
}

.group-6 {
	& > .box {
		width: 15%;
	}
}
*/
.absolute-center {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  margin: auto;
}
.vp {
  display: table;
  height: 100%;
  width: 100%;
}
.vc {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.empty-container {
  display: none !important;
}
.border-container {
  position: absolute;
  width: calc(100% + 18px);
  height: calc(100% + 18px);
  left: -9px;
  top: -9px;
  opacity: 0;
  transform: scale(1.08);
  transform-origin: center;
  transition: opacity 0.3s, transform 0.3s;
}
.border-container span.border {
  position: absolute;
  width: 100%;
  left: 0;
}
.border-container span.border:after,
.border-container span.border:before {
  content: '';
  display: block;
  position: absolute;
  width: 25px;
  height: 25px;
}
.border-container span.border.top {
  top: 0;
}
.border-container span.border.top:before {
  top: 0;
  left: 0;
  border-top: 3px solid #ffde00;
  border-left: 3px solid #ffde00;
}
.border-container span.border.top:after {
  top: 0;
  right: 0;
  border-top: 3px solid #ffde00;
  border-right: 3px solid #ffde00;
}
.border-container span.border.bottom {
  bottom: 0;
}
.border-container span.border.bottom:before {
  bottom: 0;
  left: 0;
  border-bottom: 3px solid #ffde00;
  border-left: 3px solid #ffde00;
}
.border-container span.border.bottom:after {
  bottom: 0;
  right: 0;
  border-bottom: 3px solid #ffde00;
  border-right: 3px solid #ffde00;
}
.photo-set {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  align-items: initial;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.photo-set .photo {
  position: absolute;
}
.photo-set .photo .photo-img img {
  display: block;
  width: 100%;
}
.photo-set .photo:hover .photo-info .border-container {
  opacity: 1;
  transform: scale(1);
}
.photo-set .photo:hover .photo-info .social-link-bar,
.photo-set .photo:hover .photo-info .name,
.photo-set .photo:hover .photo-info .title {
  transform: translateY(0);
  opacity: 1;
}
.photo-set .photo-info {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 20px 17px;
  opacity: 1;
  z-index: 2;
}
.photo-set .photo-info .inner-container {
  position: relative;
  height: 100%;
}
.photo-set .photo-info .inner-container a.view {
  z-index: 0;
}
.photo-set .photo-info .inner-container .indybox-trigger {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media screen and (max-width: 600px), screen and (min-device-width: 320px) and (max-device-width: 480px), screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1), screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
  .photo-set .photo-info .inner-container .indybox-trigger {
    display: none;
  }
}
.photo-set .photo-info .social-link-bar {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  transform: translateY(-5px);
  opacity: 0;
  transition: opacity 0.3s, transform 0.3s;
}
.photo-set .photo-info .social-link-bar .social-link {
  width: 23px;
  height: 23px;
}
.photo-set .photo-info .social-link-bar .social-link:not(:last-of-type) {
  margin-right: 7px;
}
.photo-set .photo-info .social-link-bar .social-link:not(:hover):not(:active) {
  background-color: rgba(0, 0, 0, 0.5);
}
.photo-set .photo-info .social-link-bar .social-link.vk:before {
  font-size: 9px;
}
.photo-set .photo-info .social-link-bar .social-link.tw:before {
  font-size: 11px;
}
.photo-set .photo-info .social-link-bar .social-link.fb:before {
  font-size: 13px;
}
.photo-set .photo-info .name,
.photo-set .photo-info .title {
  transform: translateY(5px);
  opacity: 0;
  transition: opacity 0.3s, transform 0.3s;
}
@media screen and (max-width: 960px), screen and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 1) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: landscape) {
  .photo-set .photo-info {
    padding: 15px 12px;
  }
}
@media screen and (max-width: 600px), screen and (min-device-width: 320px) and (max-device-width: 480px), screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1), screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
  .photo-set .photo-info {
    padding: 20px 17px;
  }
}
.photo-set .item {
  width: 212px;
  background: grey;
  margin-bottom: 20px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.81);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.photo-set .item .name {
  position: relative;
  z-index: 3;
  display: inline-block;
  margin-bottom: 8px;
}
.photo-set .item .name a {
  display: inline;
  background: #ffde00;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: black;
  text-decoration: none;
  padding: 3px 3px 2px 3px;
  word-break: break-word;
}
.photo-set .item .title {
  position: relative;
  z-index: 2;
}
.photo-set .item .title a {
  display: inline;
  color: white;
  font-weight: normal;
}
.photo-set .item a.view {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  display: block;
}
.photo-set:after {
  content: '';
  display: block;
  display: none;
  width: 110%;
  position: absolute;
  bottom: -10px;
  left: -5%;
  height: 136px;
  z-index: 2;
  background: -moz-linear-gradient(top, rgba(48, 48, 48, 0) 0%, rgba(48, 48, 48, 0.79) 28%, #303030 57%, #303030 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(48, 48, 48, 0)), color-stop(28%, rgba(48, 48, 48, 0.79)), color-stop(57%, #303030), color-stop(100%, #303030));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(48, 48, 48, 0) 0%, rgba(48, 48, 48, 0.79) 28%, #303030 57%, #303030 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(48, 48, 48, 0) 0%, rgba(48, 48, 48, 0.79) 28%, #303030 57%, #303030 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(48, 48, 48, 0) 0%, rgba(48, 48, 48, 0.79) 28%, #303030 57%, #303030 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(48, 48, 48, 0) 0%, rgba(48, 48, 48, 0.79) 28%, #303030 57%, #303030 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00303030', endColorstr='#303030', GradientType=0);
  /* IE6-9 */
}
.off {
  display: none;
}
@media screen and (max-width: 960px), screen and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 1) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: landscape) {
  .off.only-ipad {
    display: block;
  }
}
@media screen and (max-width: 960px), screen and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 1) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: landscape) {
  .off-ipad {
    display: none;
  }
}
@media screen and (max-width: 600px), screen and (min-device-width: 320px) and (max-device-width: 480px), screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1), screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
  .off-iphone {
    display: none;
  }
}
.close-button {
  padding: 0;
  background-color: transparent;
}
.close-button span {
  width: 37px;
  height: 37px;
  position: relative;
  display: block;
  transform: rotate(45deg);
  transform-origin: center;
}
.close-button span:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 3px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: black;
}
.close-button span:after {
  content: '';
  display: block;
  position: absolute;
  width: 3px;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  background-color: black;
}
#header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
  height: 90px;
  -webkit-transition: height 0.5s ease-out;
  transition: height 0.5s ease-out;
  background-color: black;
  transform: translateZ(0);
  background-image: url(/img/header.jpg);
  background-repeat: repeat;
}
@media screen and (max-width: 1090px) {
  #header {
    z-index: 14;
  }
}
@media screen and (max-width: 960px), screen and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 1) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: landscape) {
  #header {
    z-index: 11;
  }
}
@media screen and (max-width: 800px) {
  #header {
    z-index: 15;
  }
}
@media screen and (max-width: 700px) {
  #header {
    z-index: 13;
  }
}
@media screen and (max-width: 600px), screen and (min-device-width: 320px) and (max-device-width: 480px), screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1), screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
  #header {
    z-index: 12;
  }
}
#header:after {
  content: '';
  display: block;
  clear: both;
}
#header .container {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  align-items: initial;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header .menu-container {
  display: -ms-flexbox;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  align-items: initial;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-right: 2%;
  width: 68%;
}
@media screen and (max-width: 960px), screen and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 1) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: landscape) {
  #header .menu-container {
    display: none;
  }
}
#header .logo {
  height: 100%;
  width: 80px;
  position: absolute;
  top: 0px;
  overflow: hidden;
  z-index: 20;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transform-origin: top left;
  transform-origin: top left;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  align-items: initial;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
#header .logo a {
  position: relative;
  -webkit-transition: width 0s 0.3s, height 0s 0.3s;
  transition: width 0s 0.3s, height 0s 0.3s;
  height: 80px;
  width: 80px;
}
#header .logo a:after {
  content: '';
  width: 251px;
  height: 100%;
  display: block;
  position: absolute;
  background: url(/img/mini-logo.png) no-repeat;
  top: 0px;
  left: 0px;
  opacity: 0;
  -webkit-transition: opacity 0.3s 0s;
  transition: opacity 0.3s 0s;
}
#header .logo img {
  display: block;
  width: 80px;
  opacity: 1;
  -webkit-transition: opacity 0.3s 0.5s;
  transition: opacity 0.3s 0.5s;
}
#header .site-logo img {
  max-width: 110px;
}
#header .nikon-logo {
  width: 54px;
  height: 54px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
#header .nikon-logo img {
  display: block;
  width: 100%;
  height: auto;
}
.burger {
  width: 30px;
  height: 30px;
  background-color: transparent;
  position: relative;
  display: block;
  z-index: 20;
  margin: auto;
}
.burger:hover:after,
.burger:hover:before,
.burger:hover div {
  background-color: #ffde00;
}
.burger:hover ~ .burger-text:after {
  color: #ffde00;
}
.burger:active:after,
.burger:active:before,
.burger:active div {
  background-color: #ffde00;
}
.burger:active ~ .burger-text:after {
  color: #ffde00;
}
.burger span {
  position: absolute;
  width: 100%;
  height: 0;
  left: 0;
  bottom: 0;
  background-color: #ffde00;
  z-index: -1;
  transition: height 0.3s;
}
.burger:hover:after,
.burger:hover:before,
.burger:hover div {
  transition: all 0.3s ease-in-out;
}
.burger:hover:after {
  transition: all 0.3s ease-in-out;
}
.burger:hover:before {
  transition: all 0.3s ease-in-out;
}
.burger:after,
.burger:before,
.burger div {
  background-color: white;
  -o-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  content: '';
  display: block;
  height: 3px;
  margin: 3px 0;
  width: 100%;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  box-shadow: 3px 3px 3px black;
}
.burger:after {
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.burger:before {
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.burger-container {
  width: 55px;
  height: 55px;
  position: absolute;
  top: 21px;
  left: 0;
  right: 0;
  margin: auto;
  bottom: auto;
  display: block;
  z-index: 999;
  text-align: center;
}
.burger-container .burger-text {
  display: inline-block;
  color: white;
  padding-bottom: 3px;
  opacity: 1;
  transition: opacity 0.3s;
}
.burger-container .burger-text:before {
  content: 'меню';
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: 2px 2px 5px black;
}
#mobile-menu-container {
  display: none;
  position: fixed;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  z-index: 998;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
  overflow-x: hidden;
  transition: width 0s 0.4s, height 0s 0.4s;
}
@media screen and (max-width: 960px), screen and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 1) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: landscape) {
  #mobile-menu-container {
    display: block;
    width: 55px;
    height: 76px;
    left: 0;
    right: 0;
    margin: auto;
  }
}
#mobile-menu-container::-webkit-scrollbar {
  width: 0;
  height: 0;
}
#mobile-menu-container .close-container {
  width: 100%;
  padding-top: 38px;
  padding-bottom: 50px;
  opacity: 0;
  transition: opacity 0.3s;
}
#mobile-menu-container .close-container .close {
  padding: 0;
  background-color: transparent;
  margin: auto;
  display: block;
}
#mobile-menu-container .close-container .close span {
  width: 37px;
  height: 37px;
  position: relative;
  display: block;
  transform: rotate(45deg);
  transform-origin: center;
}
#mobile-menu-container .close-container .close span:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 3px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: black;
}
#mobile-menu-container .close-container .close span:after {
  content: '';
  display: block;
  position: absolute;
  width: 3px;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  background-color: black;
}
@media screen and (max-width: 960px), screen and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 1) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: landscape) {
  #mobile-menu-container {
    display: block;
  }
}
#mobile-menu-container .mobile-menu {
  min-height: 100%;
  background-color: #ffde00;
  width: 0;
  overflow-x: hidden;
  opacity: 0;
  transform: scale(1.1);
  padding-top: 130px;
  padding-bottom: 130px;
  transition: opacity 0.2s 0.1s, transform 0.3s 0.1s, width 0s 0.4s;
}
#mobile-menu-container .mobile-menu li {
  width: 100%;
  padding-top: 14px;
  text-align: center;
  box-shadow: inset 0 -1px 0 0 #e5c700;
}
#mobile-menu-container .mobile-menu li a {
  font-family: 'Frutiger';
  font-weight: normal;
  font-style: normal;
  font-size: 30px;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  color: black;
  padding-bottom: 10px;
}
#mobile-menu-container .mobile-menu li a.active {
  border-bottom: 1px solid black;
}
.site-menu-open #wrap:after {
  width: 100%;
  opacity: 1;
  transition: opacity 0s 0.4s, width 0s 0.4s;
}
.site-menu-open #mobile-menu-container {
  width: 100%;
  height: 100%;
  transition: width 0s 0s, height 0s 0s;
}
.site-menu-open #mobile-menu-container .mobile-menu {
  width: 100%;
  height: auto;
  min-height: 100%;
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.3s 0.1s, transform 0.3s 0.1s, width 0s 0s;
}
.site-menu-open .burger:before {
  transform: translateY(7px) rotate(135deg);
  -moz-transform: translateY(7px) rotate(135deg);
  -webkit-transform: translateY(7px) rotate(135deg);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0);
  background-color: black;
}
.site-menu-open .burger:after {
  transform: translateY(-5px) rotate(-135deg);
  -moz-transform: translateY(-5px) rotate(-135deg);
  -webkit-transform: translateY(-5px) rotate(-135deg);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0);
  background-color: black;
}
.site-menu-open .burger div {
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0);
  background-color: black;
}
.site-menu-open .burger-text {
  opacity: 0;
}
#wrap {
  background: #303030;
  overflow: hidden;
  position: relative;
  width: 100%;
}
#wrap:before {
  content: '';
  display: block;
  position: relative;
  width: 100%;
  height: 90px;
  z-index: -1;
}
#wrap:after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 100%;
  opacity: 0;
  top: 0;
  left: 0;
  z-index: 99;
  pointer-events: none;
  background-color: black;
  transition: opacity 0s 0s, width 0s 0s;
}
#site-menu {
  position: relative;
  top: 0px;
  margin-right: 20px;
  height: 26px;
  margin-top: 16px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  box-shadow: inset 0px -2px 0px 0px rgba(255, 255, 255, 0.15);
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
#site-menu ul {
  position: relative;
  height: 100%;
}
#site-menu ul::-webkit-scrollbar {
  width: 12px;
  height: 4px;
}
#site-menu ul::-webkit-scrollbar-track {
  background-color: #eaeaea;
  border-left: 1px solid #ccc;
}
#site-menu ul::-webkit-scrollbar-thumb {
  background-color: #ccc;
}
#site-menu ul::-webkit-scrollbar-thumb:hover {
  background-color: #aaa;
}
#site-menu li {
  height: 90px;
  display: block;
  float: left;
  position: relative;
  height: 100%;
  vertical-align: top;
  margin-right: 17px;
}
#site-menu li:last-of-type {
  margin-right: 0;
}
#site-menu li.active-trail a {
  color: white;
}
#site-menu a {
  color: white;
  text-decoration: none;
  font-weight: 400;
  display: block;
  position: relative;
  text-transform: uppercase;
  transition: color 0.3s 0s;
  -webkit-transition: color 0.3s 0s;
  font-size: 14px;
  height: 100%;
  text-shadow: 5px 5px 2px black;
}
#site-menu a:hover {
  color: white;
}
#sub-menu {
  position: relative;
  top: 0px;
  height: 26px;
  margin-top: 16px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
#sub-menu ul {
  position: relative;
  height: 100%;
}
#sub-menu ul::-webkit-scrollbar {
  width: 12px;
  height: 4px;
}
#sub-menu ul::-webkit-scrollbar-track {
  background-color: #eaeaea;
  border-left: 1px solid #ccc;
}
#sub-menu ul::-webkit-scrollbar-thumb {
  background-color: #ccc;
}
#sub-menu ul::-webkit-scrollbar-thumb:hover {
  background-color: #aaa;
}
#sub-menu li {
  height: 90px;
  display: block;
  float: left;
  position: relative;
  height: 100%;
  vertical-align: top;
  margin-right: 17px;
}
#sub-menu li:last-of-type {
  margin-right: 0;
}
#sub-menu li.active-trail a {
  color: white;
}
#sub-menu a {
  color: white;
  text-decoration: none;
  font-weight: 400;
  display: block;
  position: relative;
  text-transform: uppercase;
  transition: color 0.3s 0s;
  -webkit-transition: color 0.3s 0s;
  font-size: 14px;
  height: 100%;
  text-shadow: 5px 5px 2px black;
}
#sub-menu a:hover {
  color: white;
}
#sub-menu:before {
  content: '';
  display: block;
  position: absolute;
  width: 117%;
  margin-left: -7%;
  height: 149%;
  border-radius: 3px;
  bottom: 0;
  box-shadow: inset 0px 0 0px 2px rgba(255, 255, 255, 0.15);
}
.magic-line {
  height: 2px;
  background-color: #feef35;
  position: absolute;
  bottom: 0;
  box-shadow: 0px 1px 6px 0px #feef35;
  -webkit-transition: left 0.3s, width 0.3s, background 0.3s, opacity 0.3s, height 0.2s;
  transition: left 0.3s, width 0.3s, background 0.3s, opacity 0.3s, height 0.2s;
}
.magic-line.no-active {
  opacity: 0;
}
#sub-menu:hover .magic-line.no-active,
#site-menu:hover .magic-line.no-active {
  opacity: 1;
}
#sub-menu li:active ~ .magic-line,
#site-menu li:active ~ .magic-line {
  height: 5px;
}
#main {
  width: 100%;
}
.indy-dropdown {
  display: inline-block;
  height: 25px;
  position: relative;
  width: 212px;
}
.indy-dropdown.open .dropdown-placeholder:after {
  transform: rotate(-135deg) translateY(-14px) translateX(-4px);
}
.indy-dropdown button {
  border: 0;
  padding: 0 7px;
  margin: 0;
  display: block;
  outline: 0 !important;
  height: 25px;
  width: 100%;
  text-align: left;
  background: transparent;
  color: #ffde00;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  overflow: hidden;
  transition: height 0s 0.3s, padding 0s 0.3s, color 0.2s, background-color 0.2s;
}
.indy-dropdown button.disable {
  height: 0;
  padding: 0;
}
.indy-dropdown button:hover {
  background-color: #ffde00;
  color: black;
}
.indy-dropdown .dropdown-placeholder {
  position: relative;
  height: 100%;
  width: 100%;
  z-index: 2;
  background: #ffde00;
  color: black;
  transition: 0.2s;
}
.indy-dropdown .dropdown-placeholder:hover {
  background: #e6c626;
}
.indy-dropdown .dropdown-placeholder:after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-right: 2px solid black;
  border-bottom: 2px solid black;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg) translateY(-2px);
  transform-origin: top;
}
.indy-dropdown .dropdown-popup {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: auto;
  max-height: 25px;
  overflow: hidden;
  -webkit-transition: max-height 0s 0.3s;
  -moz-transition: max-height 0s 0.3s;
  -ms-transition: max-height 0s 0.3s;
  -o-transition: max-height 0s 0.3s;
  transition: max-height 0s 0.3s;
}
.indy-dropdown .dropdown-popup .option-list {
  box-shadow: inset -3px 0px 0px 0px #ffde00, inset 3px 0px 0px 0px #ffde00, inset 0px -3px 0px 0px #ffde00;
  background: black;
  padding-bottom: 3px;
  margin-top: 25px;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}
.indy-dropdown.open .dropdown-popup {
  max-height: 99999px;
  -webkit-transition: max-height 0s 0s;
  -moz-transition: max-height 0s 0s;
  -ms-transition: max-height 0s 0s;
  -o-transition: max-height 0s 0s;
  transition: max-height 0s 0s;
}
.indy-dropdown.open .dropdown-popup .option-list {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}
.filter-submit {
  border: 0;
  padding: 0 7px;
  margin: 0;
  display: block;
  outline: 0 !important;
  height: 25px;
  width: 213px;
  text-align: left;
  color: black;
  background: #ffde00;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  box-shadow: 0px 0px 0px 0 #2f2f2f, 0px 0px 0px 0 #ffde00;
  transition: box-shadow 0.1s, background 0.2s;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  align-items: initial;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
}
.filter-submit:hover {
  background: #e6c626;
  box-shadow: 0px 0px 0px 2px #2f2f2f, 0px 0px 0px 3px #ffde00;
}
.filter-submit:active {
  background: black;
  box-shadow: 0px 0px 0px 0 #2f2f2f, 0px 0px 0px 0 #ffde00;
}
.filter-submit:active span {
  color: #ffde00;
}
.filter-submit:active .icon rect {
  fill: #ffde00;
}
.nikon-text {
  font-size: 14px;
  color: #e1e1e1;
}
.nikon-text img {

  max-width: 100%;
  height: auto !important;

}
.nikon-text h1 {
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 29px;
  line-height: 25px;
  color: black;
}
.nikon-text h1 span {
  display: inline;
  background-color: #ffde00;
  padding: 2px 5px 2px 7px;
}
.nikon-text h2 {
  font-size: 20px;
  font-weight: normal;
  color: #e1e1e1;
  padding-bottom: 8px;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 19px;
}
.nikon-text p {
  font-size: 14px;
  color: #e1e1e1;
  line-height: 22px;
  padding-bottom: 22px;
}
.nikon-text p a {
  color: #ffde00;
  transition: color 0.2s;
}
.nikon-text p a:hover {
  color: #e6c626;
}
.nikon-text p a:active {
  color: #e6c626;
}
.nikon-text p img {
  display: block;
  margin: auto;
  width: 100% !important;
  height: auto !important;
  box-shadow: 13px 13px 15px 0px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 960px), screen and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 1) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: landscape) {
  .nikon-text p img {
    box-shadow: 0px 0px 10px 6px rgba(0, 0, 0, 0.3);
  }
}
@media screen and (max-width: 600px), screen and (min-device-width: 320px) and (max-device-width: 480px), screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1), screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
  .nikon-text p img {
    box-shadow: 0px 0px 10px 6px rgba(0, 0, 0, 0.3);
  }
}
.nikon-text blockquote {
  text-align: center;
  width: 100%;
  max-width: 530px;
  margin: auto;
  color: #e1e1e1;
  font-size: 20px;
  margin-top: 12px;
  line-height: 26px;
  padding: 13px 0 18px 8px;
  margin-bottom: 21px;
  position: relative;
  font-style: normal;
  text-shadow: 0px 0px 13px black;
}
.nikon-text blockquote p {
  color: #e1e1e1;
  font-size: 20px;
  line-height: 26px;
  text-indent: 0;
  padding-bottom: 0;
  font-style: normal;
}
.nikon-text blockquote:before,
.nikon-text blockquote:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  width: 213px;
}
.nikon-text blockquote:before {
  top: 0;
}
.nikon-text blockquote:after {
  bottom: 0;
}
.nikon-text figure img {
  margin: auto;
}
.nikon-text ul {
  margin-bottom: 24px;
}
.nikon-text ul li {
  color: #e1e1e1;
  padding-bottom: 6px;
  line-height: 22px;
}
.nikon-text ul li:before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #ffde00;
  vertical-align: top;
  position: relative;
  top: 7px;
  margin-right: 12px;
}
.nikon-text ol {
  margin-bottom: 24px;
  counter-reset: nikonOl;
}
.nikon-text ol li {
  color: #e1e1e1;
  padding-bottom: 6px;
  line-height: 22px;
}
.nikon-text ol li:before {
  counter-increment: nikonOl;
  content: counter(nikonOl);
  display: inline-block;
  width: 17px;
  height: 17px;
  line-height: 18px;
  border-radius: 50%;
  font-size: 14px;
  color: #ffde00;
  text-align: center;
  border: 1px solid #ffde00;
  margin-right: 7px;
}
.people-list span.border {
  position: absolute;
  width: 100%;
  left: 0;
}
.people-list span.border:after,
.people-list span.border:before {
  content: '';
  display: block;
  position: absolute;
  width: 25px;
  height: 25px;
}
.people-list span.border.top {
  top: 0;
}
.people-list span.border.top:before {
  top: 0;
  left: 0;
  border-top: 3px solid #ffde00;
  border-left: 3px solid #ffde00;
}
.people-list span.border.top:after {
  top: 0;
  right: 0;
  border-top: 3px solid #ffde00;
  border-right: 3px solid #ffde00;
}
.people-list span.border.bottom {
  bottom: 0;
}
.people-list span.border.bottom:before {
  bottom: 0;
  left: 0;
  border-bottom: 3px solid #ffde00;
  border-left: 3px solid #ffde00;
}
.people-list span.border.bottom:after {
  bottom: 0;
  right: 0;
  border-bottom: 3px solid #ffde00;
  border-right: 3px solid #ffde00;
}
.people-list .people.item {
  display: block;
  width: 28%;
  height: 0;
  padding-bottom: 28%;
  background: grey;
  margin-bottom: 50px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.81);
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}
.people-list .people.item:hover .border-container {
  opacity: 1;
  transform: scale(1);
}
.people-list .people.item .info-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 20px 17px;
}
.people-list .people.item .info-wrapper .info-container {
  position: relative;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 960px), screen and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 1) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: landscape) {
  .people-list .people.item .info-wrapper {
    padding: 10px 7px;
  }
}
@media screen and (max-width: 600px), screen and (min-device-width: 320px) and (max-device-width: 480px), screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1), screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
  .people-list .people.item .info-wrapper {
    padding: 7px 4px;
  }
}
.people-list .people.item + .item {
  margin-left: 8%;
}
.people-list .people.item:nth-of-type(3n+1) {
  margin-left: 0;
}
@media screen and (max-width: 960px), screen and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 1) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: landscape) {
  .people-list .people.item {
    width: 46%;
    padding-bottom: 46%;
  }
  .people-list .people.item:nth-of-type(3n+1) {
    margin-left: 8%;
  }
  .people-list .people.item:nth-of-type(2n+1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 600px), screen and (min-device-width: 320px) and (max-device-width: 480px), screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1), screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
  .people-list .people.item {
    width: 100%;
    padding-bottom: 100%;
  }
  .people-list .people.item:nth-of-type(3n+1) {
    margin-left: 0;
  }
  .people-list .people.item:nth-of-type(2n+1) {
    margin-left: 0;
  }
  .people-list .people.item + .item {
    margin-left: 0;
  }
}
.people-list .people.item .name {
  position: relative;
  z-index: 1;
  display: inline-block;
}
.people-list .people.item .name a {
  display: inline;
  background: #ffde00;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: black;
  text-decoration: none;
  padding: 3px 3px 2px 3px;
  word-break: break-word;
}
.people-list .people.item .category {
  position: absolute;
  bottom: 0;
  z-index: 2;
  left: initial;
}
.people-list .people.item .category li {
  display: inline;
}
.people-list .people.item .category li a {
  color: #ffffff;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  text-decoration: none;
}
.people-list .people.item .category li a:after {
  content: ',';
}
.people-list .people.item .category li:last-of-type a:after {
  content: '';
}
@media screen and (max-width: 600px), screen and (min-device-width: 320px) and (max-device-width: 480px), screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1), screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
  .people-list .people.item .category {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 100%;
  }
  .people-list .people.item .category * {
    display: inline;
  }
}
.people-list .people.item .view {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  display: block;
}
@media screen and (max-width: 600px), screen and (min-device-width: 320px) and (max-device-width: 480px), screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1), screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
  .peoples-page .people-container.boxset-4-3-1 {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    align-items: initial;
  }
  .peoples-page .people-container.boxset-4-3-1 .box {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .peoples-page .people-container.boxset-4-3-1 .box + .box {
    margin-left: 4%;
  }
  .peoples-page .people-container.boxset-4-3-1 .box {
    width: 46%;
  }
  .peoples-page .people-container.boxset-4-3-1 .box:nth-child(1) {
    width: 46%;
  }
  .peoples-page .people-container.boxset-4-3-1 .box:nth-child(2) {
    width: 46%;
  }
}
.peoples-page .filter-container {
  position: relative;
  z-index: 2;
  padding-bottom: 29px;
  box-shadow: inset 0px -1px 0px 0px rgba(255, 255, 255, 0.2);
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.peoples-page .filter-container .title {
  font-size: 13px;
  text-transform: uppercase;
  color: white;
  padding-right: 18px;
  float: left;
  height: 25px;
  line-height: 25px;
  letter-spacing: 1.2px;
  height: auto;
  vertical-align: top;
}
@media screen and (max-width: 960px), screen and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 1) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: landscape) {
  .peoples-page .filter-container .title {
    padding-right: 0;
    padding-bottom: 10px;
    float: none;
  }
}
.peoples-page .filter-container .box.right {
  z-index: 1;
}
.peoples-page .filter-container .box.left {
  z-index: 2;
}
@media screen and (max-width: 600px), screen and (min-device-width: 320px) and (max-device-width: 480px), screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1), screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
  .peoples-page .filter-container .box.left {
    margin-bottom: 40px;
  }
  .peoples-page .filter-container .box.left .indy-dropdown {
    width: 100%;
  }
}
.peoples-page .hide-title {
  font-size: 13px;
  text-transform: uppercase;
  color: white;
  padding-right: 18px;
  float: left;
  height: 25px;
  line-height: 25px;
  letter-spacing: 1.2px;
  display: block;
  width: 100%;
}
.peoples-page .filter-submit {
  width: calc(100% - 5px);
  margin: auto;
  max-width: 228px;
}
.peoples-page .people-container {
  position: relative;
  z-index: 1;
  padding-top: 28px;
}
.peoples-page .people-list {
  width: 736px;
  float: left;
  overflow: hidden;
}
.peoples-page .people-list .people.item {
  float: left;
}
.peoples-page .people-name {
  width: 100%;
}
.peoples-page .people-name .title {
  text-transform: uppercase;
  color: white;
  font-size: 12px;
  margin-bottom: 20px;
}
.peoples-page .people-name li {
  margin-bottom: 10px;
}
.peoples-page .people-name a {
  display: inline;
  background: #ffde00;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: black;
  text-decoration: none;
  padding: 3px 3px 2px 3px;
  word-break: break-word;
  box-shadow: 11px 11px 10px 3px rgba(0, 0, 0, 0.4);
  transition: background 0.2s, color 0.2s;
  background-color: transparent;
  position: relative;
}
.peoples-page .people-name a:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 0;
  left: 0;
  bottom: 0;
  background-color: #ffde00;
  width: 100%;
  height: 100%;
  transition: height 0.2s, transform 0.2s;
  transform: translateY(0);
}
.peoples-page .people-name a span {
  position: relative;
  z-index: 1;
}
.peoples-page .people-name a:hover {
  color: #ffde00;
}
.peoples-page .people-name a:hover:before {
  height: 1px;
}
.peoples-page .people-name a:active {
  color: #ffde00;
}
.peoples-page .people-name a:active:before {
  height: 1px;
  transform: translateY(2px);
}
.project-info {
  color: white;
  padding-top: 24px;
  margin-top: 18px;
  padding-bottom: 65px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  width: 74%;
}
@media screen and (max-width: 960px), screen and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 1) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: landscape) {
  .project-info {
    width: 100%;
  }
}
@media screen and (max-width: 600px), screen and (min-device-width: 320px) and (max-device-width: 480px), screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1), screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
  .project-info {
    width: 100%;
  }
}
.project-info h2 {
  font-size: 13px;
  padding-bottom: 23px;
  text-transform: uppercase;
}
.project-info p {
  font-size: 14px;
  line-height: 22px;
}
.more-photo {
  display: -ms-flexbox;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  align-items: initial;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  background: #ffde00;
  transition: background 0.2s;
}
.more-photo .flexbox-container {
  width: 100%;
}
.more-photo .flexbox-container > * {
  vertical-align: middle;
  display: inline-block;
}
.more-photo span {
  transition: color 0.2s;
}
.more-photo:active {
  background-color: black;
}
.more-photo:active span {
  color: #ffde00;
}
.more-photo:active .icon svg path {
  fill: #ffde00;
}
.more-photo .icon {
  width: 22px;
  height: 18px;
  display: block;
}
.more-photo .icon svg path {
  transition: fill 0.2s;
}
.more-photo:hover .icon {
  animation: simpleMoreRotate 1.5s cubic-bezier(0.75, 0, 0.5, 1) 1 normal;
  -webkit-animation: simpleMoreRotate 1.5s cubic-bezier(0.75, 0, 0.5, 1) 1 normal;
}
.page-indy-people #wrap:before {
  height: 0px;
}
.page-indy-people .page-header {
  width: 100%;
  padding-bottom: 40%;
  background-color: black;
  position: fixed;
  top: 0px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 0;
}
.page-indy-people .more-photo {
  width: 100%;
  display: none;
  height: 40px;
  border: 0;
  outline: 0;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 15px;
  z-index: 3;
  position: absolute;
  left: 0;
  bottom: 0;
}
.page-indy-people .notfull .more-photo {
  display: -ms-flexbox;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  align-items: initial;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
}
.page-indy-people .notfull .more-photo .flexbox-container {
  width: 100%;
}
.page-indy-people .notfull .more-photo .flexbox-container > * {
  vertical-align: middle;
  display: inline-block;
}
.page-indy-people .notfull .photo-set:after {
  display: block;
}
.tech-list .tech {
  width: 100%;
  background: black;
  color: white;
  padding: 10px 10px 10px 0px;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  align-items: initial;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  position: relative;
  margin-bottom: 9px;
}
.tech-list .tech:before {
  content: '';
  display: block;
  height: 100%;
  width: 3px;
  background: #ffde00;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: width 0.4s, background 0.3s;
}
.tech-list .tech:after {
  content: '';
  display: block;
  height: 100%;
  width: 3px;
  background: #ffde00;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: width 0.4s, background 0.3s;
}
.tech-list .tech:hover:before {
  width: 100%;
}
.tech-list .tech:hover h2 {
  color: black;
}
.tech-list .tech:hover h2:after {
  color: black;
}
.tech-list .tech:active:before {
  background: #e6c626;
}
.tech-list .tech:active h2:after {
  transform: translateX(100%);
}
.tech-list .tech figure {
  width: 120px;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}
.tech-list .tech figure img {
  margin: auto;
  display: block;
  max-width: 85px;
  max-height: 85px;
  height: auto;
}
.tech-list .tech h2 {
  position: relative;
  z-index: 1;
  transition: color 0.3s;
}
.tech-list .tech h2:after {
  font-family: 'icomoon';
  font-weight: normal;
  font-style: normal;
  content: "\e601";
  vertical-align: middle;
  font-size: 18px;
  position: relative;
  top: -1px;
  margin-left: 25px;
  color: transparent;
  display: inline-block;
  transform: translateX(0);
  transition: color 0.3s, transform 0.3s;
}
.tech-list .tech .view {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.advice-list .slide-part {
  overflow: hidden;
  position: relative;
}
.advice-list .slide-arrow,
.advice-list .arrow {
  display: none;
}
.advice-list .tumb-wrapper {
  position: absolute;
  bottom: 17px;
  z-index: 1;
  width: 100%;
  font-size: 0;
  line-height: 0;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  align-items: initial;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
}
.advice-list .tumb-wrapper li {
  width: 6px;
  height: 6px;
  position: relative;
  background: white;
  display: block;
  margin-left: 3px;
  margin-right: 3px;
  cursor: pointer;
  overflow: hidden;
  border-radius: 6px;
}
.advice-list .tumb-wrapper li.active {
  background: #ffde00;
}
.advice-list .tumb-wrapper li span {
  position: absolute;
  width: 100%;
  height: 100%;
}
.advice-list .advice {
  box-shadow: inset 0 0 0 2px #ffde00;
  background: black;
  color: white;
  display: none;
  min-height: 150px;
  position: absolute;
  width: 0;
  padding: 30px;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  -o-user-select: none;
  user-select: none;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  align-items: initial;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.advice-list .advice p {
  display: block;
  margin: auto;
  font-size: 15px;
  text-align: center;
  line-height: 18px;
  letter-spacing: 1.1px;
}
.advice-list .advice.active {
  width: 100%;
  position: relative;
}
.advice-list:empty {
  display: none;
}
.ambassador-info {
  width: 100%;
  position: absolute;
  top: -163px;
  left: 0;
}
@media screen and (max-width: 600px), screen and (min-device-width: 320px) and (max-device-width: 480px), screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1), screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
  .ambassador-info {
    top: -260px;
  }
}
@media screen and (max-width: 600px), screen and (min-device-width: 320px) and (max-device-width: 480px), screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1), screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
  .ambassador-info .social-link-bar {
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
  }
}
.ambassador-info .container {
  display: -ms-flexbox;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  align-items: initial;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
@media screen and (max-width: 600px), screen and (min-device-width: 320px) and (max-device-width: 480px), screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1), screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
  .ambassador-info .container {
    display: block;
    text-align: center;
  }
  .ambassador-info .container .name-container {
    display: inline-block;
  }
}
.ambassador-info .avatar {
  width: 132px;
  height: 132px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #ffde00;
}
@media screen and (max-width: 600px), screen and (min-device-width: 320px) and (max-device-width: 480px), screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1), screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
  .ambassador-info .avatar {
    margin: auto;
    margin-bottom: 20px;
  }
}
.ambassador-info .name-container {
  margin-left: 27px;
}
@media screen and (max-width: 600px), screen and (min-device-width: 320px) and (max-device-width: 480px), screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1), screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
  .ambassador-info .name-container {
    margin-left: 0;
  }
}
.ambassador-info .name-container h2 {
  font-size: 21px;
  font-weight: normal;
  background: #ffde00;
  padding: 5px 8px 2px 8px;
}
.ambassador-info .name-container h2 + .social-link-bar {
  margin-top: 10px;
}
@media screen and (max-width: 600px), screen and (min-device-width: 320px) and (max-device-width: 480px), screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1), screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
  .ambassador-info .name-container h2 + .social-link-bar {
    margin-top: 20px;
  }
}
.ambassador-page {
  position: relative;
  width: 100%;
  min-height: 100px;
  padding-top: 96px;
  margin-top: 40%;
  background-color: #303030;
  z-index: 1;
  -webkit-transform: translateZ(0);
}
@media screen and (max-width: 960px), screen and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 1) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: landscape) {
  .ambassador-page {
    margin-top: 240px;
  }
}
@media screen and (max-width: 600px), screen and (min-device-width: 320px) and (max-device-width: 480px), screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1), screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
  .ambassador-page {
    margin-top: 240px;
  }
}
.ambassador-page:before {
  content: '';
  display: block;
  position: absolute;
  top: -53px;
  height: 53px;
  width: 100%;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 52%, rgba(0, 0, 0, 0.85) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(52%, rgba(0, 0, 0, 0.5)), color-stop(100%, rgba(0, 0, 0, 0.85)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 52%, rgba(0, 0, 0, 0.85) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 52%, rgba(0, 0, 0, 0.85) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 52%, rgba(0, 0, 0, 0.85) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 52%, rgba(0, 0, 0, 0.85) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#d9000000', GradientType=0);
  /* IE6-9 */
}
.showbio .ambassador-content .bio-container .bio.long {
  display: block;
}
.showbio .ambassador-content .bio-container .bio.short {
  display: none;
}
.showbio .ambassador-content .bio-container .more span:before {
  content: '–';
}
.showbio .ambassador-content .bio-container .more span:after {
  content: 'свернуть';
}
.ambassador-content {
  padding-bottom: 24px;
}
@media screen and (max-width: 600px), screen and (min-device-width: 320px) and (max-device-width: 480px), screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1), screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
  .ambassador-content {
    overflow: hidden;
  }
}
.ambassador-content .section {
  width: 478px;
  position: relative;
}
.ambassador-content .photo-set .item.photo {
  margin-bottom: 20px;
}
.ambassador-content .advice-list .tumb-wrapper {
  bottom: 50px;
}
@media screen and (max-width: 960px), screen and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 1) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: landscape) {
  .ambassador-content .photo-set-container {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 700px) {
  .ambassador-content .photo-set-container {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 600px), screen and (min-device-width: 320px) and (max-device-width: 480px), screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1), screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
  .ambassador-content .photo-set-container {
    margin-bottom: 50px;
  }
}
.ambassador-content .section.right > div {
  position: relative;
  padding-bottom: 35px;
  margin-top: 42px;
  box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.2);
}
.ambassador-content .section.right > div:empty {
  box-shadow: 0 0 0 0;
  display: none;
}
.ambassador-content .section.right > div:first-of-type {
  margin-top: 0;
}
.ambassador-content .section.right > div:not(.advice-list):last-of-type {
  padding-bottom: 0;
  box-shadow: 0 0 0 0;
}
.ambassador-content .section.right article {
  margin-top: 0;
}
.ambassador-content .bio-container {
  color: white;
}
@media screen and (max-width: 960px), screen and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 1) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: landscape) {
  .ambassador-content .bio-container {
    padding-top: 34px;
    box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.2), inset 0 1px 0 0 rgba(255, 255, 255, 0.2) !important;
  }
}
@media screen and (max-width: 700px) {
  .ambassador-content .bio-container {
    padding-top: 34px;
    box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.2), inset 0 1px 0 0 rgba(255, 255, 255, 0.2) !important;
  }
}
@media screen and (max-width: 600px), screen and (min-device-width: 320px) and (max-device-width: 480px), screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1), screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
  .ambassador-content .bio-container {
    padding-top: 34px;
    box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.2), inset 0 1px 0 0 rgba(255, 255, 255, 0.2) !important;
  }
}
.ambassador-content .bio-container .bio {
  font-size: 15px;
  font-family: 'PT Sans', sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 24px;
  padding-bottom: 22px;
}
.ambassador-content .bio-container .bio.long {
  display: none;
}
.ambassador-content .bio-container .more span {
  font-size: 0;
  padding: 5px 7px 2px 7px;
}
.ambassador-content .bio-container .more span:before {
  content: '+';
  font-size: 15px;
  margin-right: 6px;
  display: inline-block;
  vertical-align: middle;
}
.ambassador-content .bio-container .more span:after {
  content: 'читать далее';
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
}
.ambassador-content .tech-list .section-title {
  padding-bottom: 27px;
}
.ambassador-content .section-title {
  text-transform: uppercase;
  color: white;
  font-size: 12px;
  padding-bottom: 20px;
  letter-spacing: 1.1px;
}
.ambassador-content .article-list .section-title-wrapper {
  display: -ms-flexbox;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  align-items: initial;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  padding-bottom: 20px;
  width: 100%;
}
@media screen and (max-width: 960px), screen and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 1) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: landscape) {
  .ambassador-content .article-list {
    display: -ms-flexbox;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    align-items: initial;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .ambassador-content .article-list .article {
    width: 46%;
  }
  .ambassador-content .article-list .article + .article:not(:nth-of-type(2n + 1)) {
    margin-left: 8%;
  }
}
@media screen and (max-width: 700px) {
  .ambassador-content .article-list {
    display: -ms-flexbox;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    align-items: initial;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .ambassador-content .article-list .article {
    width: 46%;
  }
  .ambassador-content .article-list .article + .article:not(:nth-of-type(2n + 1)) {
    margin-left: 8%;
  }
}
@media screen and (max-width: 600px), screen and (min-device-width: 320px) and (max-device-width: 480px), screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1), screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
  .ambassador-content .article-list {
    display: -ms-flexbox;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    align-items: initial;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .ambassador-content .article-list .article {
    width: 46%;
  }
  .ambassador-content .article-list .article + .article:not(:nth-of-type(2n + 1)) {
    margin-left: 8%;
  }
}
.ambassador-content .article-list .section-title {
  padding-bottom: 5px;
}
.ambassador-content .article-list .more {
  position: relative;
  padding-bottom: 5px;
}
.ambassador-content .article-list .article {
  overflow: hidden;
  clear: both;
  display: inline-block;
  display: block;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  align-items: initial;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  margin-bottom: 28px;
}
.ambassador-content .article-list .article:last-of-type {
  margin-bottom: 0px;
}
.ambassador-content .article-list .article .figure {
  width: 150px;
  height: 80px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.ambassador-content .article-list .article .figure img {
  display: block;
  width: 100%;
}
.ambassador-content .article-list .article p {
  margin-left: 30px;
}
@media screen and (max-width: 960px), screen and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 1) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: landscape) {
  .ambassador-content .article-list .article p {
    margin-top: 16px;
  }
}
@media screen and (max-width: 700px) {
  .ambassador-content .article-list .article p {
    margin-left: 0;
    margin-top: 16px;
  }
}
@media screen and (max-width: 600px), screen and (min-device-width: 320px) and (max-device-width: 480px), screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1), screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
  .ambassador-content .article-list .article p {
    margin-left: 0;
    margin-top: 16px;
  }
}
.ambassador-content .article-list .article p a {
  color: #ffde00;
  font-size: 15px;
  line-height: 18px;
  border-bottom: 0 solid rgba(255, 255, 255, 0.3);
  text-decoration: none;
  transition: color 0.2s, border-bottom 0.2s;
}
.ambassador-content .article-list .article p a:hover {
  color: white;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.ambassador-content .article-list .article p a:active {
  color: white;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 700px) {
  .ambassador-content .article-list .article {
    display: block;
  }
  .ambassador-content .article-list .article .figure {
    width: 100%;
  }
  .ambassador-content .article-list .article:nth-last-of-type(2) {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 600px), screen and (min-device-width: 320px) and (max-device-width: 480px), screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1), screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
  .ambassador-content .article-list .article:nth-last-of-type(2) {
    margin-bottom: 0px;
  }
}
.button-black-style {
  display: inline-block;
  text-decoration: none;
  background: transparent;
}
.button-black-style span {
  display: inline-block;
  background: black;
  color: white;
  font-size: 12px;
  font-family: 'Frutiger';
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1.2px;
  padding: 5px 4px 4px 7px;
  transition: background 0.2s, color 0.2s;
}
.button-black-style:hover span {
  background: #ffde00;
  color: black;
}
.articles-page .filter-container {
  position: relative;
  z-index: 2;
  padding-bottom: 29px;
  box-shadow: inset 0px -1px 0px 0px rgba(255, 255, 255, 0.2);
}
.articles-page .filter-container .title {
  font-size: 13px;
  text-transform: uppercase;
  color: white;
  padding-right: 18px;
  float: left;
  height: 25px;
  line-height: 25px;
  letter-spacing: 1.2px;
  vertical-align: top;
}
@media screen and (max-width: 600px), screen and (min-device-width: 320px) and (max-device-width: 480px), screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1), screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
  .articles-page .filter-container .title {
    float: none;
    width: 100%;
    margin-bottom: 6px;
  }
  .articles-page .filter-container .indy-dropdown {
    float: none;
    width: 100%;
    margin-bottom: 27px;
  }
  .articles-page .filter-container .filter-submit {
    float: none;
    width: 100%;
    max-width: 220px;
    margin: auto;
  }
}
.articles-page .filter {
  float: left;
}
.articles-page .filter-submit {
  float: right;
}
.articles-page .indy-dropdown {
  width: 170px;
}
.notfull .more-content {
  display: -ms-flexbox;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  align-items: initial;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
}
.notfull .more-content .flexbox-container {
  width: 100%;
}
.notfull .more-content .flexbox-container > * {
  vertical-align: middle;
  display: inline-block;
}
.articles-container {
  position: relative;
  z-index: 1;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 600px), screen and (min-device-width: 320px) and (max-device-width: 480px), screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1), screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
  .articles-container {
    overflow: hidden;
  }
}
.articles-container .more-content {
  width: 100%;
  max-width: 475px;
  display: block;
  height: 40px;
  background: #ffde00;
  border: 0;
  outline: 0;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 15px;
  z-index: 3;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.articles-container .people-name {
  width: 100%;
  position: relative;
  z-index: 3;
  padding-top: 26px;
  background-color: #303030;
}
@media screen and (max-width: 600px), screen and (min-device-width: 320px) and (max-device-width: 480px), screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1), screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
  .articles-container .people-name {
    padding-top: 50px;
  }
}
.articles-container .people-name .title {
  text-transform: uppercase;
  color: white;
  font-size: 12px;
  margin-bottom: 20px;
}
.articles-container .people-name li {
  margin-bottom: 10px;
}
.articles-container .people-name a {
  display: inline;
  background: #ffde00;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: black;
  text-decoration: none;
  padding: 3px 3px 2px 3px;
  word-break: break-word;
  font-weight: bold;
  background-color: transparent;
  position: relative;
}
.articles-container .people-name a:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 0;
  left: 0;
  bottom: 0;
  background-color: #ffde00;
  width: 100%;
  height: 100%;
  transition: height 0.2s, transform 0.2s;
  transform: translateY(0);
}
.articles-container .people-name a span {
  position: relative;
  z-index: 1;
}
.articles-container .people-name a:hover {
  color: #ffde00;
}
.articles-container .people-name a:hover:before {
  height: 1px;
}
.articles-container .people-name a:active {
  color: #ffde00;
}
.articles-container .people-name a:active:before {
  height: 1px;
  transform: translateY(2px);
}
.articles-list-container {
  position: relative;
  width: 100%;
}
.articles-list {
  padding-top: 30px;
  position: relative;
  padding-bottom: 50px;
}
.notfull .articles-list:after {
  content: '';
  display: block;
  width: 110%;
  position: absolute;
  bottom: -10px;
  left: -5%;
  height: 136px;
  z-index: 2;
  background: -moz-linear-gradient(top, rgba(48, 48, 48, 0) 0%, rgba(48, 48, 48, 0.79) 28%, #303030 57%, #303030 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(48, 48, 48, 0)), color-stop(28%, rgba(48, 48, 48, 0.79)), color-stop(57%, #303030), color-stop(100%, #303030));
  background: -webkit-linear-gradient(top, rgba(48, 48, 48, 0) 0%, rgba(48, 48, 48, 0.79) 28%, #303030 57%, #303030 100%);
  background: -o-linear-gradient(top, rgba(48, 48, 48, 0) 0%, rgba(48, 48, 48, 0.79) 28%, #303030 57%, #303030 100%);
  background: -ms-linear-gradient(top, rgba(48, 48, 48, 0) 0%, rgba(48, 48, 48, 0.79) 28%, #303030 57%, #303030 100%);
  background: linear-gradient(to bottom, rgba(48, 48, 48, 0) 0%, rgba(48, 48, 48, 0.79) 28%, #303030 57%, #303030 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00303030', endColorstr='#303030', GradientType=0);
}
.notfull .articles-list .article:nth-last-of-type(1),
.notfull .articles-list .article:nth-last-of-type(2):not(:nth-of-type(2n)) {
  margin-bottom: 0;
  pointer-events: none;
}
.notfull .articles-list .article:nth-last-of-type(1) .figure-container,
.notfull .articles-list .article:nth-last-of-type(2):not(:nth-of-type(2n)) .figure-container {
  margin-bottom: 0;
}
.notfull .articles-list .article:nth-last-of-type(1) .title,
.notfull .articles-list .article:nth-last-of-type(2):not(:nth-of-type(2n)) .title,
.notfull .articles-list .article:nth-last-of-type(1) p,
.notfull .articles-list .article:nth-last-of-type(2):not(:nth-of-type(2n)) p {
  display: none;
}
@media screen and (max-width: 600px), screen and (min-device-width: 320px) and (max-device-width: 480px), screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1), screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
  .notfull .articles-list .article:nth-last-of-type(2) {
    margin-bottom: 0;
    pointer-events: auto;
    margin-bottom: 50px;
  }
  .notfull .articles-list .article:nth-last-of-type(2) .figure-container {
    margin-bottom: 17px;
  }
  .notfull .articles-list .article:nth-last-of-type(2) .title,
  .notfull .articles-list .article:nth-last-of-type(2) p {
    display: inherit;
  }
}
@media screen and (max-width: 600px), screen and (min-device-width: 320px) and (max-device-width: 480px), screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1), screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
  .articles-list {
    padding-top: 41px;
  }
}
.articles-list .article {
  position: relative;
  margin-bottom: 30px;
  opacity: 0;
}
.articles-list .article h2 a {
  transition: background-color 0.2s;
}
.articles-list .article:hover .box-content:before {
  transform: scaleY(1);
}
.articles-list .article:hover p a {
  color: black;
}
.articles-list .article:hover .figure-container {
  box-shadow: 13px 13px 15px 0px rgba(0, 0, 0, 0);
}
.articles-list .article:active .box-content:before {
  background-color: #e6c626;
}
.articles-list .article:active h2 a {
  background: #e6c626;
}
.articles-list .article .figure-container {
  width: 100%;
  height: 0;
  padding-bottom: 50%;
  position: relative;
  perspective: 1000px;
  background: #ffdc2d;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffdc2d 0%, #cfa022 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffdc2d), color-stop(100%, #cfa022));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffdc2d 0%, #cfa022 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffdc2d 0%, #cfa022 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffdc2d 0%, #cfa022 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffdc2d 0%, #cfa022 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdc2d', endColorstr='#cfa022', GradientType=0);
  /* IE6-9 */
  box-shadow: 13px 13px 15px 0px rgba(0, 0, 0, 0.3);
  transition: box-shadow 0.3s;
}
@media screen and (max-width: 960px), screen and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 1) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: landscape) {
  .articles-list .article .figure-container {
    box-shadow: 0px 0px 10px 6px rgba(0, 0, 0, 0.3);
  }
}
@media screen and (max-width: 600px), screen and (min-device-width: 320px) and (max-device-width: 480px), screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1), screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
  .articles-list .article .figure-container {
    box-shadow: 0px 0px 10px 6px rgba(0, 0, 0, 0.3);
  }
}
@media screen and (max-width: 600px), screen and (min-device-width: 320px) and (max-device-width: 480px), screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1), screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
  .articles-list .article .figure-container {
    padding-bottom: 41%;
  }
}
.articles-list .article .figure-container .figure {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transform-origin: 0% 50%;
  transition: transform 0.3s ease-in-out;
}
.articles-list .article .figure-container .figure span {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transform: translateZ(0px);
}
.articles-list .article .box-content {
  position: relative;
  padding-top: 17px;
  padding-bottom: 18px;
}
.articles-list .article .box-content:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffde00;
  height: 100%;
  width: 100%;
  z-index: -1;
  transform-origin: center top;
  transform: scaleY(0);
  transition: transform 0.5s, background-color 0.2s;
}
.articles-list .article a.view {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
  left: 0;
  top: 0;
}
.articles-list .article .title {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 8px;
  margin-left: 20px;
  margin-right: 20px;
}
.articles-list .article .title a {
  display: inline;
  background: #ffde00;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: black;
  text-decoration: none;
  padding: 3px 3px 2px 3px;
  word-break: break-word;
}
.articles-list .article p {
  margin-left: 20px;
  margin-right: 20px;
}
.articles-list .article p a {
  color: white;
  font-size: 15px;
  line-height: 18px;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  transition: color 0.3s;
}
.people-bar {
  background-color: black;
  color: white;
  width: 100%;
  text-align: center;
  padding: 35px 0 0;
  overflow: hidden;
  border-radius: 3px;
}
.people-bar .avatar {
  width: 115px;
  height: 115px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin: auto;
  border-radius: 50%;
  margin-bottom: 30px;
  position: relative;
  background-color: #ffde00;
}
.people-bar .avatar:before {
  content: '';
  display: block;
  position: absolute;
  width: 127px;
  height: 127px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  left: -7px;
  top: -7px;
}
.people-bar .name {
  font-size: 14px;
  margin-bottom: 19px;
  padding: 0px 20px;
}
.people-bar .name a {
  display: inline-block;
  text-transform: uppercase;
  color: black;
  text-decoration: none;
  padding-bottom: 1px;
  transition: color 0.2s;
  position: relative;
  padding: 5px 6px 4px 6px;
}
.people-bar .name a:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background-color: #ffde00;
  z-index: 0;
  transform: translateY(0);
  transition: transform 0.2s, height 0.2s;
}
.people-bar .name a:hover {
  color: #ffde00;
}
.people-bar .name a:hover:before {
  height: 1px;
}
.people-bar .name a:active:before {
  transform: translateY(3px);
  background-color: #e6c626;
}
.people-bar .name a span {
  position: relative;
  z-index: 1;
}
.people-bar .name a:hover {
  color: #ffde00;
}
.people-bar .name a:active {
  color: #e6c626;
}
.people-bar .info {
  font-size: 13px;
  line-height: 14px;
  padding: 0 10px 38px 10px;
}
.people-bar .view {
  width: 100%;
  display: block;
  background-color: #ffde00;
  text-transform: uppercase;
  color: black;
  font-weight: bold;
  text-decoration: none;
  padding-top: 8px;
  font-size: 12px;
  letter-spacing: 1.1px;
  padding-bottom: 7px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  align-items: initial;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
}
.people-bar .view span {
  position: relative;
  z-index: 1;
}
.people-bar .view:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #ffde00;
  z-index: 0;
  transition: height 0.1s;
}
.people-bar .view:hover:before {
  height: calc(100% + 7px);
}
.breadpath-container {
  margin-bottom: 23px;
  box-shadow: inset 0 1px 0 0 #393939, inset 0 -1px 0 0 #393939;
  overflow: hidden;
}
.breadpath-container * {
  color: white;
}
.breadpath-container a {
  color: white;
  text-transform: uppercase;
  font-size: 12px;
  text-decoration: none;
  transition: color 0.2s;
  position: relative;
}
.breadpath-container a:after {
  content: '';
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  left: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.3);
  transition: background-color 0.2s, transform 0.2s;
}
.breadpath-container a:hover {
  color: #ffde00;
}
.breadpath-container a:hover:after {
  background-color: rgba(255, 222, 0, 0.3);
  transform: translateY(5px);
}
.breadpath-container a:active {
  color: #e6c626;
}
.breadpath-container a:active:after {
  background-color: rgba(211, 180, 24, 0.3);
}
.breadpath-container .breadpath {
  float: left;
  padding: 23px 0px 20px 27px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 74%;
}
@media screen and (max-width: 960px), screen and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 1) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: landscape) {
  .breadpath-container .breadpath {
    width: 83%;
  }
}
@media screen and (max-width: 600px), screen and (min-device-width: 320px) and (max-device-width: 480px), screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1), screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
  .breadpath-container .breadpath {
    width: 100%;
  }
}
.breadpath-container .breadpath a {
  position: relative;
  margin-right: 18px;
}
.breadpath-container .breadpath a:before {
  content: '';
  display: block;
  position: absolute;
  width: 4px;
  height: 4px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  display: inline-block;
  vertical-align: top;
  transform: rotate(225deg);
  vertical-align: middle;
  top: 3px;
  right: -14px;
}
.breadpath-container .breadpath a:first-of-type {
  font-weight: bold;
}
.breadpath-container .breadpath a:last-of-type {
  margin-right: 0px;
  border-bottom: 0px solid rgba(255, 255, 255, 0.3);
  pointer-events: none;
}
.breadpath-container .breadpath a:last-of-type:after,
.breadpath-container .breadpath a:last-of-type:before {
  display: none;
}
.breadpath-container .go-back {
  float: right;
  width: 237px;
  text-align: right;
  padding: 23px 0px 20px 0px;
  font-weight: bold;
  width: 22%;
  position: relative;
}
@media screen and (max-width: 960px), screen and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 1) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: landscape) {
  .breadpath-container .go-back {
    width: 15%;
  }
}
@media screen and (max-width: 600px), screen and (min-device-width: 320px) and (max-device-width: 480px), screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1), screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
  .breadpath-container .go-back {
    display: none;
  }
}
.breadpath-container .go-back:before {
  position: absolute;
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  top: 0;
  left: -10%;
  background-color: #393939;
}
.breadpath-container .go-back a {
  position: relative;
  transition: color 0.2s, border-bottom 0.2s;
}
.breadpath-container .go-back a:before {
  content: '';
  display: block;
  position: absolute;
  width: 4px;
  height: 4px;
  border-left: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  display: inline-block;
  vertical-align: top;
  transform: rotate(45deg);
  vertical-align: middle;
  top: 3px;
  left: -10px;
  transition: border 0.2s;
}
.breadpath-container .go-back a:hover {
  color: #ffde00;
}
.breadpath-container .go-back a:hover:before {
  border-left: 1px solid #ffde00;
  border-bottom: 1px solid #ffde00;
}
.breadpath-container .go-back a:active {
  color: #e6c626;
}
.social-link-bar {
  display: -ms-flexbox;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  align-items: initial;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.social-link-bar .social-link {
  border-radius: 3px;
  width: 35px;
  height: 35px;
  background-color: #171717;
  display: block;
  margin-right: 11px;
  text-decoration: none;
  box-shadow: 0px 0px 0px 2px transparent;
  transition: background-color 0.2s, box-shadow 0.2s;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  align-items: initial;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
}
.social-link-bar .social-link:last-of-type {
  margin-right: 0;
}
.social-link-bar .social-link:before {
  font-family: 'icomoon';
  font-weight: normal;
  font-style: normal;
  color: white;
  transition: color 0.2s;
}
.social-link-bar .social-link:hover {
  box-shadow: 0px 0px 0px 2px #ffde00;
}
.social-link-bar .social-link:hover:before {
  color: #ffde00;
}
.social-link-bar .social-link:active {
  background-color: #ffde00;
}
.social-link-bar .social-link:active:before {
  color: black;
}
.social-link-bar .social-link.vk:before {
  content: "\e605";
  font-size: 14px;
}
.social-link-bar .social-link.tw:before {
  content: "\e606";
  font-size: 16px;
}
.social-link-bar .social-link.fb:before {
  content: "\e607";
  font-size: 19px;
}
.next-article-bar {
  background-color: black;
  width: 100%;
  position: relative;
  border-radius: 3px;
  overflow: hidden;
}
.next-article-bar:before {
  content: 'следующая статья';
  display: block;
  width: 100%;
  background-color: #ffde00;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 9px 13px 7px 13px;
  box-sizing: border-box;
  letter-spacing: 1.2px;
  z-index: 1;
  position: relative;
}
.next-article-bar:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  background-color: #ffde00;
  transition: background-color 0.3s, height 0.3s;
}
.next-article-bar:hover:after {
  height: 100%;
}
.next-article-bar:hover h2 a {
  color: black;
}
.next-article-bar:hover h2 a span {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.next-article-bar:active:after {
  background-color: #e6c626;
}
.next-article-bar:active h2 a span {
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}
.next-article-bar h2 {
  padding: 6px 13px 7px 13px;
  font-weight: normal;
  line-height: 17px;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.next-article-bar h2 a {
  color: white;
  font-size: 14px;
  text-decoration: none;
  transition: color 0.2s;
}
.next-article-bar h2 a span {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  transition: border-bottom 0.2s;
}
.next-article-bar h2 a:after {
  content: "\e600";
  font-size: 7px;
  margin-left: 5px;
  font-family: 'icomoon';
  font-weight: normal;
  font-style: normal;
}
.article-page .social-link-bar {
  margin-bottom: 27px;
}
.article-page .social-link-bar:before {
  display: inline-block;
  content: 'ПОДЕЛИТЬСЯ:';
  font-size: 12px;
  color: white;
  margin-right: 15px;
  font-weight: bold;
}
@media screen and (max-width: 700px) {
  .article-page .social-link-bar {
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
  }
  .article-page .social-link-bar:before {
    display: none;
  }
}
@media screen and (max-width: 960px), screen and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 1) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: landscape) {
  .article-page .social-link-bar {
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
  }
  .article-page .social-link-bar:before {
    display: none;
  }
}
@media screen and (max-width: 600px), screen and (min-device-width: 320px) and (max-device-width: 480px), screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1), screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
  .article-page .social-link-bar {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .article-page .social-link-bar:before {
    display: inline-block;
  }
}
.article-page .article-content {
  padding-bottom: 80px;
}
.article-page .people-bar {
  margin-bottom: 27px;
}
@media screen and (max-width: 600px), screen and (min-device-width: 320px) and (max-device-width: 480px), screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1), screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
  .article-page .people-bar {
    width: 100%;
    padding-top: 15px;
  }
}
@media screen and (max-width: 600px), screen and (min-device-width: 320px) and (max-device-width: 480px), screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1), screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
  .article-page .people-bar .people-info {
    display: -ms-flexbox;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    align-items: initial;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    padding: 0 20px;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 600px), screen and (min-device-width: 320px) and (max-device-width: 480px), screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1), screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
  .article-page .people-bar .people-info .people-info-text {
    max-width: 350px;
    text-align: left;
  }
  .article-page .people-bar .people-info .people-info-text p,
  .article-page .people-bar .people-info .people-info-text h2 {
    padding-left: 0;
  }
  .article-page .people-bar .people-info .people-info-text .info {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 600px), screen and (min-device-width: 320px) and (max-device-width: 480px), screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1), screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
  .article-page .people-bar .avatar {
    width: 70px;
    height: 70px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: initial;
    margin-right: 12px;
  }
  .article-page .people-bar .avatar:before {
    display: none;
  }
}
@media screen and (max-width: 600px), screen and (min-device-width: 320px) and (max-device-width: 480px), screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1), screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
  .article-page .people-bar .name {
    margin-bottom: 8px;
  }
}
.article-page .article-mainpic {
  width: 100%;
  margin-bottom: 26px;
}
.article-page .article-mainpic img {
  width: 100%;
}
@media screen and (max-width: 600px), screen and (min-device-width: 320px) and (max-device-width: 480px), screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1), screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
  .article-page .next-article-bar {
    display: none;
  }
}
@media screen and (max-width: 600px), screen and (min-device-width: 320px) and (max-device-width: 480px), screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1), screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
  .article-page .article-content .box.right {
    display: -ms-flexbox;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    align-items: initial;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
  }
}
.article-page .article-content .box.right .title {
  font-size: 12px;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  color: white;
  margin-bottom: 27px;
  margin-top: 10px;
}
@media screen and (max-width: 600px), screen and (min-device-width: 320px) and (max-device-width: 480px), screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1), screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
  .article-page .article-content .box.right .title {
    width: 100%;
  }
}
.article-page .article-content .box.right .people-title:before {
  content: '';
  display: block;
  display: inline-block;
  width: 19px;
  height: 16px;
  background: url(/img/i-people.svg) no-repeat;
  background-size: contain;
  vertical-align: top;
  position: relative;
  margin-right: 9px;
  top: -2px;
}
.page-node-11 #footer,
.page-node-13 #footer,
.page-node-14 #footer,
.page-indy-news #footer,
.page-indy-article #footer {
  background: black;
}
.page-node-11 #footer:before,
.page-node-13 #footer:before,
.page-node-14 #footer:before,
.page-indy-news #footer:before,
.page-indy-article #footer:before {
  display: none;
}
.page-indy-kit #main,
.page-indy-accs #main,
.page-indy-model #main {
  padding-top: 0;
}
.product-type-page .breadpath-container {
  margin-bottom: 0;
}
.product-type-page .page-info {
  position: absolute;
  width: 100%;
  z-index: 2;
  left: 0;
  top: 0;
  padding: 24px 23px 0 26px;
}
.product-type-page .page-info .page-title {
  float: left;
}
.product-type-page .page-info .page-title h2 {
  font-size: 20px;
  color: white;
  font-weight: normal;
}
.product-type-page .page-info .page-title a {
  font-size: 12px;
  color: black;
  background-color: #ffde00;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  padding: 3px 4px 1px 4px;
  display: inline-block;
  margin-bottom: 11px;
}
.product-type-page .model-slider {
  width: 100%;
  height: 650px;
  position: relative;
  margin-bottom: 7px;
}
@media screen and (max-width: 960px), screen and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 1) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: landscape) {
  .product-type-page .model-slider {
    height: 550px;
  }
}
@media screen and (max-width: 600px), screen and (min-device-width: 320px) and (max-device-width: 480px), screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1), screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
  .product-type-page .model-slider {
    height: 0;
    position: relative;
    margin-bottom: 7px;
    padding-bottom: 139%;
  }
}
.product-type-page .model-slide-line {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 5px;
  background-color: black;
  background-image: url(/img/b-mode-slide.png);
  background-repeat: no-repeat;
  overflow: hidden;
  z-index: 1;
  background-size: cover;
  background-position-x: center;
}
.product-type-page .model-slide-line .slide-arrow {
  position: absolute;
  top: 210px;
  margin: auto;
  width: 50px;
  height: 50px;
  left: 9%;
  font-size: 0;
  background-color: transparent;
  border-radius: 50%;
}
@media screen and (max-width: 600px), screen and (min-device-width: 320px) and (max-device-width: 480px), screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1), screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
  .product-type-page .model-slide-line .slide-arrow {
    display: none;
  }
}
.product-type-page .model-slide-line .slide-arrow:after {
  content: '';
  display: block;
  /*width: 14px;
				height: 14px;
				position: absolute;
				left: 16px;
				top: 0;
				bottom: 0;
				margin: auto;
				border-left: 3px solid white;
				border-bottom: 3px solid white;
				transform: rotate(45deg);*/
        font-family: 'icomoon';
        font-weight: normal;
        font-style: normal;
        content: "\e602";
        font-size: 10px;
        color: white;
        font-size: 25px;
        width: 25px;
        height: 25px;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        transform: translateX(-3px);
        transition: color 0.3s;
      }
      .product-type-page .model-slide-line .slide-arrow:before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background-color: #ffde00;
        transform: scale(0);
        transition: transform 0.3s;
      }
      .product-type-page .model-slide-line .slide-arrow:hover:before {
        transform: scale(1);
      }
      .product-type-page .model-slide-line .slide-arrow:hover:after {
        color: black;
      }
      .product-type-page .model-slide-line .slide-arrow.right {
        right: 9%;
        left: auto;
      }
      .product-type-page .model-slide-line .slide-arrow.right:after {
        content: "\e601";
        transform: translateX(3px);
      }
      .product-type-page .model-slide-line .tumb-wrapper {
        position: absolute;
        width: 62%;
        height: 0;
        bottom: 11%;
        padding-bottom: 10%;
        left: 0;
        right: 0;
        margin: auto;
        text-align: center;
        font-size: 0;
      }
      @media screen and (max-width: 600px), screen and (min-device-width: 320px) and (max-device-width: 480px), screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1), screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
        .product-type-page .model-slide-line .tumb-wrapper {
          display: none;
        }
      }
      .product-type-page .model-slide-line .tumb-wrapper.hide-control .slide-arrow {
        display: none;
      }
      .product-type-page .model-slide-line .tumb-wrapper .slide-arrow {
        top: 0;
        bottom: 0;
        margin: auto;
      }
      .product-type-page .model-slide-line .tumb-wrapper .slide-arrow.left {
        left: -16%;
      }
      .product-type-page .model-slide-line .tumb-wrapper .slide-arrow.right {
        right: -16%;
      }
      @media screen and (max-width: 960px), screen and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 1) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: landscape) {
        .product-type-page .model-slide-line .tumb-wrapper .slide-arrow.left {
          left: -21%;
        }
        .product-type-page .model-slide-line .tumb-wrapper .slide-arrow.right {
          right: -21%;
        }
      }
      .product-type-page .model-slide-line .tumb-wrapper .tumb-part {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
      }
      .product-type-page .model-slide-line .tumb-wrapper.next-dir .tumb-item.active {
        -webkit-animation-name: moveFromRight;
        animation-name: moveFromRight;
      }
      .product-type-page .model-slide-line .tumb-wrapper.next-dir .tumb-item.active.eq1 {
        -webkit-animation-delay: 0.5s;
        animation-delay: 0.5s;
      }
      .product-type-page .model-slide-line .tumb-wrapper.next-dir .tumb-item.active.eq2 {
        -webkit-animation-delay: 0.6s;
        animation-delay: 0.6s;
      }
      .product-type-page .model-slide-line .tumb-wrapper.next-dir .tumb-item.active.eq3 {
        -webkit-animation-delay: 0.7s;
        animation-delay: 0.7s;
      }
      .product-type-page .model-slide-line .tumb-wrapper.next-dir .tumb-item.active.eq4 {
        -webkit-animation-delay: 0.8s;
        animation-delay: 0.8s;
      }
      .product-type-page .model-slide-line .tumb-wrapper.next-dir .tumb-item.prev {
        -webkit-animation-name: moveToLeft;
        animation-name: moveToLeft;
      }
      .product-type-page .model-slide-line .tumb-wrapper.next-dir .tumb-item.prev.eq1 {
        -webkit-animation-delay: 0.1s;
        animation-delay: 0.1s;
      }
      .product-type-page .model-slide-line .tumb-wrapper.next-dir .tumb-item.prev.eq2 {
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s;
      }
      .product-type-page .model-slide-line .tumb-wrapper.next-dir .tumb-item.prev.eq3 {
        -webkit-animation-delay: 0.3s;
        animation-delay: 0.3s;
      }
      .product-type-page .model-slide-line .tumb-wrapper.next-dir .tumb-item.prev.eq4 {
        -webkit-animation-delay: 0.4s;
        animation-delay: 0.4s;
      }
      .product-type-page .model-slide-line .tumb-wrapper.prev-dir .tumb-item.active {
        -webkit-animation-name: moveFromLeft;
        animation-name: moveFromLeft;
      }
      .product-type-page .model-slide-line .tumb-wrapper.prev-dir .tumb-item.active.eq1 {
        -webkit-animation-delay: 0.8s;
        animation-delay: 0.8s;
      }
      .product-type-page .model-slide-line .tumb-wrapper.prev-dir .tumb-item.active.eq2 {
        -webkit-animation-delay: 0.7s;
        animation-delay: 0.7s;
      }
      .product-type-page .model-slide-line .tumb-wrapper.prev-dir .tumb-item.active.eq3 {
        -webkit-animation-delay: 0.6s;
        animation-delay: 0.6s;
      }
      .product-type-page .model-slide-line .tumb-wrapper.prev-dir .tumb-item.active.eq4 {
        -webkit-animation-delay: 0.5s;
        animation-delay: 0.5s;
      }
      .product-type-page .model-slide-line .tumb-wrapper.prev-dir .tumb-item.prev {
        -webkit-animation-name: moveToRight;
        animation-name: moveToRight;
      }
      .product-type-page .model-slide-line .tumb-wrapper.prev-dir .tumb-item.prev.eq1 {
        -webkit-animation-delay: 0.4s;
        animation-delay: 0.4s;
      }
      .product-type-page .model-slide-line .tumb-wrapper.prev-dir .tumb-item.prev.eq2 {
        -webkit-animation-delay: 0.3s;
        animation-delay: 0.3s;
      }
      .product-type-page .model-slide-line .tumb-wrapper.prev-dir .tumb-item.prev.eq3 {
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s;
      }
      .product-type-page .model-slide-line .tumb-wrapper.prev-dir .tumb-item.prev.eq4 {
        -webkit-animation-delay: 0.1s;
        animation-delay: 0.1s;
      }
      .product-type-page .model-slide-line .tumb-wrapper li {
        width: 22%;
        padding-bottom: 16%;
        height: 0;
        display: block;
        box-shadow: inset 0 0 0 1px #949494;
        background-color: #090909;
        cursor: pointer;
        vertical-align: top;
        position: absolute;
        opacity: 0;
        transition: box-shadow 0s;
        -webkit-animation-fill-mode: backwards;
        animation-fill-mode: backwards;
        -webkit-animation-duration: 0.25s;
        animation-duration: 0.25s;
        pointer-events: none;
      }
      .product-type-page .model-slide-line .tumb-wrapper li:hover {
        box-shadow: inset 0 0 0 1px #ffde00;
      }
      .product-type-page .model-slide-line .tumb-wrapper li:active {
        box-shadow: inset 0 0 0 2px #ffde00;
      }
      .product-type-page .model-slide-line .tumb-wrapper li.active {
        opacity: 1;
        -webkit-animation-delay: 3s;
        animation-delay: 3s;
        pointer-events: auto;
      }
      .product-type-page .model-slide-line .tumb-wrapper li.active-tumb {
        box-shadow: inset 0 0 0 1px #ffde00;
      }
      .product-type-page .model-slide-line .tumb-wrapper li.eq1 {
        left: 0;
      }
      .product-type-page .model-slide-line .tumb-wrapper li.eq2 {
        left: 26%;
      }
      .product-type-page .model-slide-line .tumb-wrapper li.eq3 {
        left: 52%;
      }
      .product-type-page .model-slide-line .tumb-wrapper li.eq4 {
        left: 78%;
      }
      .product-type-page .model-slide-line .tumb-wrapper li span {
        display: block;
        margin: auto;
        width: 100%;
        height: 100%;
        display: -ms-flexbox;
        display: flex;
        display: -webkit-box;
        display: -webkit-flex;
        align-items: initial;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        position: absolute;
        left: 0;
        top: 0;
      }
      .product-type-page .model-slide-line .tumb-wrapper li img {
        display: block;
        max-width: 70%;
        max-height: 70%;
        margin: auto;
      }
      .product-type-page .model-slide-line .slide-part {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 350px;
        margin-top: 75px;
        transition: transform 1s;
      }
      .product-type-page .model-slide-line .slide-part.animationOff {
        transition: none;
      }
      @media screen and (max-width: 600px), screen and (min-device-width: 320px) and (max-device-width: 480px), screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1), screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
        .product-type-page .model-slide-line .slide-part {
          height: 100%;
          margin-top: 0;
        }
      }
      .product-type-page .model-slide-line .slide {
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
      }
      @media screen and (max-width: 600px), screen and (min-device-width: 320px) and (max-device-width: 480px), screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1), screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
        .product-type-page .model-slide-line .slide {
          height: 100%;
        }
      }
      .product-type-page .model-slide-line .slide figure {
        width: 80%;
        max-width: 500px;
        max-height: 350px;
        height: 100%;
        display: -ms-flexbox;
        display: flex;
        display: -webkit-box;
        display: -webkit-flex;
        align-items: initial;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        margin: auto;
      }
      .product-type-page .model-slide-line .slide figure img {
        display: block;
        max-width: 100%;
        max-height: 100%;
      }
      @media screen and (max-width: 600px), screen and (min-device-width: 320px) and (max-device-width: 480px), screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1), screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
        .product-type-page .model-slide-line .slide figure img {
          max-height: 50%;
        }
      }
      @media screen and (max-width: 600px), screen and (min-device-width: 320px) and (max-device-width: 480px), screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1), screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
        .product-type-page .model-slide-line .slide figure {
          max-height: initial;
          height: 100%;
          width: 90%;
        }
      }
      .product-type-page .model-slide-line .hide-control.tumb-wrapper {
        text-align: center;
      }
      .product-type-page .model-slide-line .hide-control.tumb-wrapper li {
        position: relative;
        left: auto;
        display: inline-block;
        margin-left: 5px;
        margin-right: 5px;
      }
      .product-type-page .article-body-button .yllw-button {
        margin-right: 28px;
        margin-top: 11px;
        border: 1px solid #ffde00;
        vertical-align: middle;
        background-color: transparent;
      }
      .product-type-page .article-body-button .yllw-button span {
        color: #ffde00;
      }
      .product-type-page .article-body-button .yllw-button:not(.pdf) .flexbox-container:after {
        font-family: 'icomoon';
        font-weight: normal;
        font-style: normal;
        content: "\e601";
        vertical-align: middle;
        margin-left: 8px;
        margin-right: 0;
        transition: margin 0.2s, color 0.1s;
        position: relative;
        top: -1px;
      }
      .product-type-page .article-body-button .yllw-button:not(.pdf) .flexbox-container span {
        transition: color 0.1s;
      }
      .product-type-page .article-body-button .yllw-button:not(.pdf):hover {
        background-color: #ffde00;
      }
      .product-type-page .article-body-button .yllw-button:not(.pdf):hover span {
        color: black;
      }
      .product-type-page .article-body-button .yllw-button:not(.pdf):hover .flexbox-container:after {
        margin-left: 15px;
        margin-right: 3px;
      }
      .product-type-page .article-body-button .yllw-button:not(.pdf):active {
        background-color: #e6c626;
      }
      .product-type-page .article-body-button .yllw-button.pdf .flexbox-container:before {
        font-family: 'icomoon';
        font-weight: normal;
        font-style: normal;
        content: "\e604";
        vertical-align: middle;
        margin-right: 8px;
        margin-left: 0;
        transition: margin 0.2s, color 0.1s;
        position: relative;
        top: -1px;
      }
      .product-type-page .article-body-button .yllw-button.pdf .flexbox-container span {
        transition: color 0.1s;
      }
      .product-type-page .article-body-button .yllw-button.pdf:hover {
        background-color: #ffde00;
      }
      .product-type-page .article-body-button .yllw-button.pdf:hover span {
        color: black;
      }
      .product-type-page .article-body-button .yllw-button.pdf:hover .flexbox-container:before {
        margin-right: 13px;
        margin-left: 3px;
      }
      .product-type-page .article-body-button .yllw-button.pdf:active {
        background-color: #e6c626;
      }
      .product-type-page h2.section-title {
        font-size: 12px;
        text-transform: uppercase;
        border-bottom: 0;
        font-weight: bold;
        letter-spacing: 1.5px;
        color: white;
        padding-bottom: 8px;
        margin-bottom: 19px;
        line-height: 14px;
        -moz-column-span: all;
        column-span: all;
        -webkit-column-span: all;
      }
      .product-type-page .model-info {
        width: 100%;
        display: -ms-flexbox;
        display: flex;
        display: -webkit-box;
        display: -webkit-flex;
        align-items: initial;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
      }
      .product-type-page .model-info .box + .box {
        margin-left: 4%;
      }
      .product-type-page .model-info .box {
        width: 48%;
      }
      .product-type-page .model-info .box:nth-of-type(2n + 1) {
        margin-left: 0;
      }
      @media screen and (max-width: 960px), screen and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 1) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: landscape) {
        .product-type-page .model-info .box:nth-of-type(1) {
          width: 64%;
        }
        .product-type-page .model-info .box:nth-of-type(2) {
          width: 32%;
        }
      }
      @media screen and (max-width: 600px), screen and (min-device-width: 320px) and (max-device-width: 480px), screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1), screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
        .product-type-page .model-info .box {
          width: 100%;
          margin-left: 0 !important;
          padding-left: 0 !important;
        }
        .product-type-page .model-info .box:nth-of-type(1) {
          width: 100%;
        }
        .product-type-page .model-info .box:nth-of-type(2) {
          width: 100%;
        }
        .product-type-page .model-info .box + .box {
          margin-top: 22px;
        }
      }
      .product-type-page .tech-info {
        width: 100%;
        display: -ms-flexbox;
        display: flex;
        display: -webkit-box;
        display: -webkit-flex;
        align-items: initial;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
      }
      .product-type-page .tech-info .box + .box {
        margin-left: 4%;
      }
      .product-type-page .tech-info .box {
        width: 48%;
      }
      .product-type-page .tech-info .box:nth-of-type(2n + 1) {
        margin-left: 0;
      }
      @media screen and (max-width: 960px), screen and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 1) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: landscape) {
        .product-type-page .tech-info .box:nth-of-type(1) {
          width: 64%;
        }
        .product-type-page .tech-info .box:nth-of-type(2) {
          width: 32%;
        }
      }
      @media screen and (max-width: 600px), screen and (min-device-width: 320px) and (max-device-width: 480px), screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1), screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
        .product-type-page .tech-info .box {
          width: 100%;
          margin-left: 0 !important;
          padding: 0 !important;
        }
        .product-type-page .tech-info .box:nth-of-type(1) {
          display: none;
        }
        .product-type-page .tech-info .box:nth-of-type(2) {
          width: 100%;
        }
        .product-type-page .tech-info .box + .box {
          margin-top: 22px;
        }
      }
      .product-type-page .model-content-line:not(.opinion-slider):not(.attach-product-slider) {
        display: -ms-flexbox;
        display: flex;
        display: -webkit-box;
        display: -webkit-flex;
        align-items: initial;
      }
      .product-type-page .model-content-line.opinion-slider {
        display: block;
      }
      .product-type-page .model-content-line:not(.model-info) {
        border-top: 1px solid rgba(255, 255, 255, 0.2);
      }
      .product-type-page .model-content-line.last {
        border-bottom: 0 solid rgba(255, 255, 255, 0.2);
      }
      .product-type-page .model-content-line.last:not(.lastline) {
        box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.2);
      }
      .product-type-page .model-content-line.last .section {
        border-bottom: 0 solid rgba(255, 255, 255, 0.2);
      }
      .product-type-page .model-content-line.last .section:after {
        display: none;
      }
      .product-type-page .model-content-line .section {
        position: relative;
        padding-bottom: 60px;
        padding-top: 25px;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
      }
      @media screen and (max-width: 600px), screen and (min-device-width: 320px) and (max-device-width: 480px), screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1), screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
        .product-type-page .model-content-line .section {
          padding-bottom: 8px;
        }
      }
      .product-type-page .model-content-line .section.right {
        padding-right: 0;
      }
      .product-type-page .model-content-line .section.right:after {
        left: auto;
        right: 0;
      }
      .product-type-page .model-content-line .nikon-text h2 {
        text-indent: 0;
      }
      .product-type-page .model-content-line .nikon-text p {
        text-indent: 0;
      }
      .product-type-page .model-content-line .model-tech-wrapper {
        background-color: black;
        padding-top: 10px;
        padding-bottom: 30px;
        padding-right: 13px;
        padding-left: 12px;
        position: relative;
      }
      .product-type-page .model-content-line .model-tech-wrapper:after {
        content: '';
        display: block;
        position: absolute;
        width: calc(100% - 26px);
        height: 20px;
        bottom: 30px;
        left: 13px;
        z-index: 10;
        background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
        /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, #000000));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
        /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
        /* Opera 11.10+ */
        background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
        /* IE10+ */
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
        /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
        /* IE6-9 */
      }
      .product-type-page .model-content-line .model-tech {
        background-color: black;
        color: white;
        max-height: 950px;
        min-height: 250px;
        position: relative;
        box-sizing: content-box;
      }
      .product-type-page .model-content-line .model-tech.hideTiny .scrollbar {
        opacity: 0;
      }
      .product-type-page .model-content-line .model-tech .scrollbar {
        width: 15px;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 2;
        -webkit-user-select: none;
      }
      .product-type-page .model-content-line .model-tech .scrollbar .track {
        width: 5px;
        margin: auto;
        background-color: #3e3d3d;
        -webkit-user-select: none;
        border-radius: 7px;
      }
      .product-type-page .model-content-line .model-tech .scrollbar .thumb {
        position: relative;
        background-color: #ffde00;
        width: 10px;
        transform: translateX(-25%);
        -webkit-user-select: none;
        border-radius: 7px;
      }
      .product-type-page .model-content-line .model-tech .viewport {
        position: absolute;
        width: 421px;
        width: 93%;
        height: 100%;
        left: 0;
        top: 0;
        overflow: hidden;
      }
      .product-type-page .model-content-line .model-tech .viewport .overview {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        padding-top: 45px;
        padding-bottom: 10px;
      }
      @media screen and (max-width: 600px), screen and (min-device-width: 320px) and (max-device-width: 480px), screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1), screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
        .product-type-page .model-content-line .model-video-container {
          border-top: 1px solid rgba(255, 255, 255, 0.2);
          padding-bottom: 30px;
        }
      }
      @media screen and (max-width: 960px), screen and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 1) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: landscape) {
        .product-type-page .model-content-line .model-tech-container {
          padding-top: 25px !important;
        }
      }
      @media screen and (max-width: 1090px) {
        .product-type-page .model-content-line .photo-set {
          max-width: 400px;
        }
      }
      @media screen and (max-width: 960px), screen and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 1) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: landscape) {
        .product-type-page .model-content-line .photo-set {
          max-width: initial;
          width: 100% !important;
          height: auto !important;
        }
        .product-type-page .model-content-line .photo-set .item {
          width: 100%  !important;
          position: relative !important;
          left: inherit !important;
          top: inherit !important;
        }
      }
      @media screen and (max-width: 600px), screen and (min-device-width: 320px) and (max-device-width: 480px), screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1), screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
        .product-type-page .model-content-line .photo-set {
          margin-bottom: 10px;
        }
      }
      .product-type-page .model-content-line .model-video .video-frame-wrapper {
        width: 100%;
        height: 0;
        padding-bottom: 56%;
        position: relative;
      }
      .product-type-page .model-content-line .model-video .video-frame-wrapper iframe {
        position: absolute;
        display: block;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
      }
      .product-type-page .model-content-line .model-video .slide-arrow {
        display: none;
      }
      .product-type-page .model-content-line .model-video .tumb-wrapper {
        display: block;
        overflow: hidden;
      }
      .product-type-page .model-content-line .model-video .tumb-wrapper li + li {
        margin-left: 5%;
      }
      @media screen and (max-width: 960px), screen and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 1) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: landscape) {
        .product-type-page .model-content-line .model-video .tumb-wrapper li + li {
          margin-left: 8%;
        }
      }
      .product-type-page .model-content-line .model-video .tumb-wrapper li {
        width: 30%;
        height: 0;
        padding-bottom: 19%;
        display: block;
        background-color: black;
        margin-top: 8%;
        position: relative;
        cursor: pointer;
        float: left;
      }
      .product-type-page .model-content-line .model-video .tumb-wrapper li:after {
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        height: 3px;
        bottom: 0;
        background-color: #ffde00;
        box-shadow: 0px -1px 6px 0px #feef35;
        transition: height 0.2s;
      }
      .product-type-page .model-content-line .model-video .tumb-wrapper li:hover:after {
        height: 7px;
      }
      .product-type-page .model-content-line .model-video .tumb-wrapper li:nth-of-type(3 + 1) {
        margin-left: 0;
      }
      .product-type-page .model-content-line .model-video .tumb-wrapper li span {
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
      }
      @media screen and (max-width: 960px), screen and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 1) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: landscape) {
        .product-type-page .model-content-line .model-video .tumb-wrapper li {
          width: 46%;
          padding-bottom: 27%;
        }
        .product-type-page .model-content-line .model-video .tumb-wrapper li:nth-of-type(3 + 1) {
          margin-left: 8%;
        }
        .product-type-page .model-content-line .model-video .tumb-wrapper li:nth-of-type(2 + 1) {
          margin-left: 0;
        }
      }
      @media screen and (max-width: 600px), screen and (min-device-width: 320px) and (max-device-width: 480px), screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1), screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
        .product-type-page .model-content-line .model-video .tumb-wrapper {
          display: none;
        }
      }
      .product-type-page .model-content-line .flex-table strong {
        text-transform: uppercase;
      }
      .product-type-page .model-content-line .flex-table span {
        font-size: 12px;
        line-height: 14px;
        width: 100%;
      }
      .product-type-page .model-content-line .flex-table-line {
        display: -ms-flexbox;
        display: flex;
        display: -webkit-box;
        display: -webkit-flex;
        align-items: initial;
        width: 100%;
        box-shadow: inset 0 1px 0 0 #1a1a1a;
      }
      .product-type-page .model-content-line .flex-table-title {
        height: 45px;
        color: black;
        background-color: #ffde00;
        width: 421px;
        width: 93%;
        display: block;
        display: -ms-flexbox;
        display: flex;
        display: -webkit-box;
        display: -webkit-flex;
        align-items: initial;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        padding-left: 22px;
        position: relative;
        z-index: 2;
      }
      .product-type-page .model-content-line .flex-table-title h2 {
        font-size: 13px;
        font-weight: bold;
        letter-spacing: 1.5px;
      }
      .product-type-page .model-content-line .flex-table-title .tech-header {
        position: absolute;
        height: 70px;
        bottom: 8px;
        right: 15px;
      }
      .product-type-page .model-content-line .flex-table-title .tech-header img {
        height: 100%;
        width: auto;
        display: block;
        position: relative;
      }
      .product-type-page .model-content-line .flex-table-row {
        display: -ms-flexbox;
        display: flex;
        display: -webkit-box;
        display: -webkit-flex;
        align-items: initial;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        box-shadow: inset 1px 0 0 0 #1a1a1a;
        text-align: right;
      }
      .product-type-page .model-content-line .flex-table-row .flex-table-row-content {
        display: -ms-flexbox;
        display: flex;
        display: -webkit-box;
        display: -webkit-flex;
        align-items: initial;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        padding-top: 8px;
        padding-bottom: 5px;
        padding-left: 15px;
        padding-right: 15px;
        overflow: hidden;
        position: relative;
        width: 100%;
      }
      .product-type-page .model-content-line .flex-table-row:first-of-type {
        box-shadow: inset 0 0 0 0 #1a1a1a;
      }
      .product-type-page .model-content-line .flex-table-row:last-of-type {
        text-align: left;
      }
      .product-type-page .model-content-line .flex-table-row.w247 {
        width: 59%;
      }
      .product-type-page .model-content-line .flex-table-row.w105 {
        width: 24%;
      }
      .product-type-page .model-content-line .flex-table-row.w174 {
        width: 41%;
      }
      .product-type-page .model-content-line .flex-table-row.w142 {
        width: 35%;
      }
      .product-type-page .model-content-line .flex-table-row.subtable {
        box-shadow: inset 0 0 0 0 #1a1a1a;
        width: 65%;
      }
      .product-type-page .model-content-line .flex-table-row.subtable .flex-table-line .flex-table-row-content:nth-of-type(1) {
        width: 56%;
        box-shadow: inset -1px 0 0 0 #1a1a1a, inset 1px 0 0 0 #1a1a1a;
      }
      .product-type-page .attach-product-slider {
        padding-top: 25px;
        position: relative;
      }
      .product-type-page .attach-product-slider .section-title {
        display: block;
      }
      .product-type-page .attach-product-slider .attach-product-slide-line {
        display: block;
        width: 100%;
        position: relative;
      }
      .product-type-page .attach-product-slider .attach-product-slide-line .slide-arrow {
        display: none;
      }
      .product-type-page .attach-product-slider .attach-product-slide-line .slide-part {
        display: -ms-flexbox;
        display: flex;
        display: -webkit-box;
        display: -webkit-flex;
        align-items: initial;
      }
      .product-type-page .attach-product-slider .attach-product-slide-line .slide-part .product-item {
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 0;
        position: absolute;
        opacity: 0;
        overflow: hidden;
        transition: opacity 0s, width 0s 0s;
        -webkit-animation-fill-mode: backwards;
        animation-fill-mode: backwards;
        -webkit-animation-duration: 0.25s;
        animation-duration: 0.25s;
        pointer-events: none;
      }
      .product-type-page .attach-product-slider .attach-product-slide-line .slide-part .product-item:before {
        content: '';
        display: block;
        width: 60%;
        height: 0;
        background-color: #ffde00;
        position: absolute;
        z-index: 0;
        left: 0;
        right: 0;
        margin: auto;
        transform: scale(0);
        transition: transform 0.3s;
        padding-bottom: 60%;
        border-radius: 50%;
      }
      .product-type-page .attach-product-slider .attach-product-slide-line .slide-part .product-item:hover:before {
        transform: scale(1);
      }
      .product-type-page .attach-product-slider .attach-product-slide-line .slide-part .product-item:hover .figure {
        transform: scale(0.8);
      }
      .product-type-page .attach-product-slider .attach-product-slide-line .slide-part .product-item a.go {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
      }
      .product-type-page .attach-product-slider .attach-product-slide-line .slide-part .product-item.active {
        width: 22%;
        position: relative;
        opacity: 1;
        -webkit-animation-delay: 0.5s;
        animation-delay: 0.5s;
        pointer-events: auto;
      }
      @media screen and (max-width: 600px), screen and (min-device-width: 320px) and (max-device-width: 480px), screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1), screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
        .product-type-page .attach-product-slider .attach-product-slide-line .slide-part .product-item.active {
          width: 46%;
        }
      }
      .product-type-page .attach-product-slider .attach-product-slide-line .slide-part .product-item + .product-item {
        margin-left: 4%;
      }
      @media screen and (max-width: 600px), screen and (min-device-width: 320px) and (max-device-width: 480px), screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1), screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
        .product-type-page .attach-product-slider .attach-product-slide-line .slide-part .product-item + .product-item {
          margin-left: 8%;
        }
      }
      .product-type-page .attach-product-slider .attach-product-slide-line .slide-part .product-item:nth-of-type(4n + 1) {
        margin-left: 0;
      }
      @media screen and (max-width: 600px), screen and (min-device-width: 320px) and (max-device-width: 480px), screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1), screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
        .product-type-page .attach-product-slider .attach-product-slide-line .slide-part .product-item:nth-of-type(2n + 1) {
          margin-left: 0;
        }
      }
      .product-type-page .attach-product-slider .attach-product-slide-line .slide-part .product-item .figure {
        padding-bottom: 53%;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        margin-bottom: 24px;
        position: relative;
        z-index: 1;
        transform: scale(1);
        transition: transform 0.3s;
      }
      .product-type-page .attach-product-slider .attach-product-slide-line .slide-part .product-item h2 {
        width: 100%;
        display: block;
        text-align: center;
      }
      .product-type-page .attach-product-slider .attach-product-slide-line .slide-part .product-item h2 a {
        display: inline;
        text-align: center;
        background-color: #ffde00;
        color: black;
        text-decoration: none;
        font-size: 12px;
        padding: 4px 5px 4px 7px;
        text-transform: uppercase;
      }
      .product-type-page .attach-product-slider .attach-product-slide-line .slide-part.hide-control .slide-arrow {
        display: none;
      }
      .product-type-page .attach-product-slider .attach-product-slide-line .slide-part .slide-arrow {
        top: 26px;
      }
      .product-type-page .attach-product-slider .attach-product-slide-line .slide-part .slide-arrow.left {
        left: -95px;
      }
      .product-type-page .attach-product-slider .attach-product-slide-line .slide-part .slide-arrow.right {
        right: -95px;
      }
      .product-type-page .attach-product-slider .attach-product-slide-line .slide-part li.eq1 {
        left: 0;
      }
      .product-type-page .attach-product-slider .attach-product-slide-line .slide-part li.eq2 {
        left: 156px;
      }
      .product-type-page .attach-product-slider .attach-product-slide-line .slide-part li.eq3 {
        left: 312px;
      }
      .product-type-page .attach-product-slider .attach-product-slide-line .slide-part li.eq4 {
        left: 468px;
      }
      .product-type-page .attach-product-slider .attach-product-slide-line .slide-part li span {
        display: block;
        margin: auto;
        width: 100%;
        position: relative;
        height: 100%;
        display: -ms-flexbox;
        display: flex;
        display: -webkit-box;
        display: -webkit-flex;
        align-items: initial;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
      }
      .product-type-page .attach-product-slider .attach-product-slide-line .slide-part li img {
        display: block;
        max-width: 70%;
        max-height: 70%;
        margin: auto;
      }
      .product-type-page .attach-product-slider .attach-product-slide-line .tumb-wrapper {
        position: absolute;
        top: -44px;
        height: 20px;
        width: 100%;
        display: -ms-flexbox;
        display: flex;
        display: -webkit-box;
        display: -webkit-flex;
        align-items: initial;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
      }
      @media screen and (max-width: 960px), screen and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 1) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: landscape) {
        .product-type-page .attach-product-slider .attach-product-slide-line .tumb-wrapper {
          -webkit-box-pack: end;
          -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
          justify-content: flex-end;
        }
      }
      .product-type-page .attach-product-slider .attach-product-slide-line .tumb-wrapper li {
        display: block;
        margin: 0 5px;
      }
      .product-type-page .attach-product-slider .attach-product-slide-line .tumb-wrapper li:first-of-type {
        margin-left: 15px;
      }
      .product-type-page .attach-product-slider .attach-product-slide-line .tumb-wrapper li:last-of-type {
        margin-right: 15px;
      }
      .product-type-page .attach-product-slider .attach-product-slide-line .tumb-wrapper li.active span {
        background-color: #ffde00;
      }
      .product-type-page .attach-product-slider .attach-product-slide-line .tumb-wrapper li span {
        display: block;
        width: 9px;
        height: 9px;
        background-color: white;
        border-radius: 50%;
        cursor: pointer;
        transition: background-color 0.2s;
      }
      .product-type-page .attach-product-slider .attach-product-slide-line .tumb-wrapper li span:hover {
        background-color: #ffde00;
      }
      .product-type-page .attach-product-slider .attach-product-slide-line .tumb-wrapper .slide-arrow {
        display: block;
        width: 11px;
        height: 11px;
        font-size: 0;
        background-color: transparent;
        position: relative;
      }
      .product-type-page .attach-product-slider .attach-product-slide-line .tumb-wrapper .slide-arrow.right:before {
        content: "\e601";
      }
      .product-type-page .attach-product-slider .attach-product-slide-line .tumb-wrapper .slide-arrow.right:after {
        top: -35%;
        left: -37%;
      }
      .product-type-page .attach-product-slider .attach-product-slide-line .tumb-wrapper .slide-arrow.left:after {
        top: -35%;
        right: -37%;
      }
      .product-type-page .attach-product-slider .attach-product-slide-line .tumb-wrapper .slide-arrow:after {
        content: '';
        display: block;
        width: 173%;
        height: 173%;
        position: absolute;
        border-radius: 70%;
        background-color: #ffde00;
        z-index: 1;
        transform: scale(0);
        transition: transform 0.2s;
        -webkit-backface-visibility: hidden;
      }
      .product-type-page .attach-product-slider .attach-product-slide-line .tumb-wrapper .slide-arrow:hover:after {
        color: black;
        transform: scale(1);
      }
      .product-type-page .attach-product-slider .attach-product-slide-line .tumb-wrapper .slide-arrow:hover:before {
        color: black;
      }
      .product-type-page .attach-product-slider .attach-product-slide-line .tumb-wrapper .slide-arrow:before {
        font-family: 'icomoon';
        font-weight: normal;
        font-style: normal;
        content: "\e602";
        position: absolute;
        font-size: 11px;
        color: white;
        top: 0;
        width: 100%;
        left: 0;
        text-align: center;
        z-index: 2;
        transition: color 0.2s;
      }
      .product-type-page .attach-product-slider .attach-product-slide-line.next-dir .product-item.active {
        -webkit-animation-name: moveFromRight;
        animation-name: moveFromRight;
      }
      .product-type-page .attach-product-slider .attach-product-slide-line.next-dir .product-item.active.eq1 {
        -webkit-animation-delay: 0.1s;
        animation-delay: 0.1s;
      }
      .product-type-page .attach-product-slider .attach-product-slide-line.next-dir .product-item.active.eq2 {
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s;
      }
      .product-type-page .attach-product-slider .attach-product-slide-line.next-dir .product-item.active.eq3 {
        -webkit-animation-delay: 0.3s;
        animation-delay: 0.3s;
      }
      .product-type-page .attach-product-slider .attach-product-slide-line.next-dir .product-item.active.eq4 {
        -webkit-animation-delay: 0.4s;
        animation-delay: 0.4s;
      }
      .product-type-page .attach-product-slider .attach-product-slide-line.prev-dir .product-item.active {
        -webkit-animation-name: moveFromLeft;
        animation-name: moveFromLeft;
      }
      .product-type-page .attach-product-slider .attach-product-slide-line.prev-dir .product-item.active.eq1 {
        -webkit-animation-delay: 0.4s;
        animation-delay: 0.4s;
      }
      .product-type-page .attach-product-slider .attach-product-slide-line.prev-dir .product-item.active.eq2 {
        -webkit-animation-delay: 0.3s;
        animation-delay: 0.3s;
      }
      .product-type-page .attach-product-slider .attach-product-slide-line.prev-dir .product-item.active.eq3 {
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s;
      }
      .product-type-page .attach-product-slider .attach-product-slide-line.prev-dir .product-item.active.eq4 {
        -webkit-animation-delay: 0.1s;
        animation-delay: 0.1s;
      }
      .product-type-page .attach-product-slider + .attach-product-slider {
        margin-top: 30px;
      }
      .product-type-page .attach-product-slider {
        margin-top: 30px;
      }
      .product-type-page .flex-table-row-table {
        width: 100%;
        display: -ms-flexbox;
        display: flex;
        display: -webkit-box;
        display: -webkit-flex;
        align-items: initial;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
      }
      .product-type-page .photo-list {
        position: relative;
      }
      .product-type-page .photo-list .indy-masonry {
        position: absolute;
      }
      .product-type-page .photo-list .indy-masonry figure img {
        display: block;
        width: 100%;
      }
      .product-type-page .opinion-slider {
        padding-top: 25px;
        color: white;
      }
      .product-type-page .opinion-slider .opinion-slide-line {
        position: relative;
      }
      .product-type-page .opinion-slider .opinion-slide-line.next-dir .opinion-item.active {
        -webkit-animation-name: moveFromRight;
        animation-name: moveFromRight;
      }
      .product-type-page .opinion-slider .opinion-slide-line.next-dir .opinion-item.active.eq1 {
        -webkit-animation-delay: 0.1s;
        animation-delay: 0.1s;
      }
      .product-type-page .opinion-slider .opinion-slide-line.next-dir .opinion-item.active.eq2 {
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s;
      }
      .product-type-page .opinion-slider .opinion-slide-line.next-dir .opinion-item.active.eq3 {
        -webkit-animation-delay: 0.3s;
        animation-delay: 0.3s;
      }
      .product-type-page .opinion-slider .opinion-slide-line.next-dir .opinion-item.active.eq4 {
        -webkit-animation-delay: 0.4s;
        animation-delay: 0.4s;
      }
      .product-type-page .opinion-slider .opinion-slide-line.prev-dir .opinion-item.active {
        -webkit-animation-name: moveFromLeft;
        animation-name: moveFromLeft;
      }
      .product-type-page .opinion-slider .opinion-slide-line.prev-dir .opinion-item.active.eq1 {
        -webkit-animation-delay: 0.4s;
        animation-delay: 0.4s;
      }
      .product-type-page .opinion-slider .opinion-slide-line.prev-dir .opinion-item.active.eq2 {
        -webkit-animation-delay: 0.3s;
        animation-delay: 0.3s;
      }
      .product-type-page .opinion-slider .opinion-slide-line.prev-dir .opinion-item.active.eq3 {
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s;
      }
      .product-type-page .opinion-slider .opinion-slide-line.prev-dir .opinion-item.active.eq4 {
        -webkit-animation-delay: 0.1s;
        animation-delay: 0.1s;
      }
      .product-type-page .opinion-slider .hide-control .tumb-wrapper {
        display: none;
      }
      .product-type-page .opinion-slider .slide-part {
        position: relative;
        overflow: hidden;
        width: 100%;
        display: -ms-flexbox;
        display: flex;
        display: -webkit-box;
        #display: -webkit-flex;
        align-items: initial;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
      }
      .product-type-page .opinion-slider .slide-part .box + .box {
        margin-left: 4%;
      }
      .product-type-page .opinion-slider .slide-part .box {
        width: 48%;
      }
      .product-type-page .opinion-slider .slide-part .box:nth-of-type(2n + 1) {
        margin-left: 0;
      }
      @media screen and (max-width: 960px), screen and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 1) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: landscape) {
        .product-type-page .opinion-slider .slide-part .box {
          width: 100%;
          margin-left: 0 !important;
          padding: 0 !important;
        }
      }
      .product-type-page .opinion-slider .slide {
        position: absolute;
        width: 0;
        opacity: 0;
        overflow: hidden;
      }
      .product-type-page .opinion-slider .slide.active {
        position: relative;
        opacity: 1;
      }
      .product-type-page .opinion-slider .opinion-item {
        -webkit-animation-fill-mode: backwards;
        animation-fill-mode: backwards;
        -webkit-animation-duration: 0.25s;
        animation-duration: 0.25s;
      }
      .product-type-page .opinion-slider .opinion-item h2 {
        padding-bottom: 20px;
        font-size: 14px;
        font-weight: bold;
        display: inline-block;
        display: block;
      }
      .product-type-page .opinion-slider .opinion-item h2 span {
        display: inline;
        color: black;
        background-color: #ffdc2d;
        padding: 4px 5px 4px 7px;
      }
      .product-type-page .opinion-slider .opinion-item h2 span {
        display: inline-block;
        text-transform: uppercase;
      }
      .product-type-page .opinion-slider .opinion-item p {
        font-size: 14px;
        color: #e1e1e1;
        line-height: 20px;
        padding-bottom: 22px;
      }
      .product-type-page .opinion-slider .slide-arrow {
        display: none;
      }
      .product-type-page .opinion-slider .tumb-wrapper {
        position: absolute;
        top: -44px;
        height: 20px;
        width: 100%;
        display: -ms-flexbox;
        display: flex;
        display: -webkit-box;
        display: -webkit-flex;
        align-items: initial;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
      }
      @media screen and (max-width: 960px), screen and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 1) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: landscape) {
        .product-type-page .opinion-slider .tumb-wrapper {
          -webkit-box-pack: end;
          -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
          justify-content: flex-end;
        }
      }
      .product-type-page .opinion-slider .tumb-wrapper li {
        display: block;
        margin: 0 5px;
      }
      .product-type-page .opinion-slider .tumb-wrapper li.active span {
        background-color: #ffde00;
      }
      .product-type-page .opinion-slider .tumb-wrapper li span {
        display: block;
        width: 9px;
        height: 9px;
        background-color: white;
        border-radius: 50%;
        cursor: pointer;
      }
      .product-type-page .opinion-slider .tumb-wrapper li:first-of-type {
        margin-left: 15px;
      }
      .product-type-page .opinion-slider .tumb-wrapper li:last-of-type {
        margin-right: 15px;
      }
      .product-type-page .opinion-slider .tumb-wrapper .slide-arrow {
        display: block;
        width: 11px;
        height: 11px;
        font-size: 0;
        background-color: transparent;
        position: relative;
      }
      .product-type-page .opinion-slider .tumb-wrapper .slide-arrow:hover:after {
        color: black;
        transform: scale(1);
      }
      .product-type-page .opinion-slider .tumb-wrapper .slide-arrow:hover:before {
        color: black;
      }
      .product-type-page .opinion-slider .tumb-wrapper .slide-arrow:before {
        font-family: 'icomoon';
        font-weight: normal;
        font-style: normal;
        content: "\e602";
        position: absolute;
        font-size: 11px;
        color: white;
        top: 0;
        width: 100%;
        left: 0;
        text-align: center;
        z-index: 2;
        transition: color 0.2s;
      }
      .product-type-page .opinion-slider .tumb-wrapper .slide-arrow:after {
        content: '';
        display: block;
        width: 173%;
        height: 173%;
        position: absolute;
        border-radius: 70%;
        background-color: #ffde00;
        z-index: 1;
        transform: scale(0);
        transition: transform 0.2s;
        -webkit-backface-visibility: hidden;
      }
      .product-type-page .opinion-slider .tumb-wrapper .slide-arrow.left:after {
        top: -35%;
        right: -37%;
      }
      .product-type-page .opinion-slider .tumb-wrapper .slide-arrow.right:before {
        content: "\e601";
      }
      .product-type-page .opinion-slider .tumb-wrapper .slide-arrow.right:after {
        top: -35%;
        left: -37%;
      }
      .product-type-page.kit-page .model-content-line .model-tech {
        max-height: 555px;
      }
      .product-type-page.kit-page .model-info .box.wide {
        width: 100%;
      }
      .product-type-page.kit-page .model-info .column-text {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -moz-column-gap: 35px;
        -webkit-column-gap: 35px;
        min-height: 238px;
      }
      @media screen and (max-width: 600px), screen and (min-device-width: 320px) and (max-device-width: 480px), screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1), screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
        .product-type-page.kit-page .model-info .column-text {
          -webkit-column-count: 1;
          -moz-column-count: 1;
          column-count: 1;
        }
      }
      @media screen and (max-width: 960px), screen and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 1) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: landscape) {
        ._web-opinion .product-type-page .opinion-content-line {
          display: block !important;
        }
      }
      @media screen and (max-width: 600px), screen and (min-device-width: 320px) and (max-device-width: 480px), screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1), screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
        ._web-opinion .product-type-page .opinion-content-line {
          display: block !important;
        }
      }
      ._web-opinion .product-type-page .opinion-slider {
        width: 48%;
      }
      ._web-opinion .product-type-page .opinion-slider:first-of-type:last-of-type {
        width: 100%;
      }
      @media screen and (max-width: 960px), screen and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 1) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: landscape) {
        ._web-opinion .product-type-page .opinion-slider {
          width: 100%;
        }
        ._web-opinion .product-type-page .opinion-slider + .opinion-slider {
          border-top: 1px solid rgba(255, 255, 255, 0.2);
        }
      }
      @media screen and (max-width: 600px), screen and (min-device-width: 320px) and (max-device-width: 480px), screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1), screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
        ._web-opinion .product-type-page .opinion-slider {
          width: 100%;
        }
        ._web-opinion .product-type-page .opinion-slider + .opinion-slider {
          border-top: 1px solid rgba(255, 255, 255, 0.2);
        }
      }
      ._web-opinion .product-type-page .opinion-slider._main {
        margin-right: 4%;
      }
      ._web-opinion .product-type-page .opinion-slider .tumb-wrapper {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
      }
      ._web-opinion .product-type-page .opinion-slider .tumb-wrapper .slide-arrow.right {
        margin-right: 5px;
      }
      ._web-opinion .product-type-page .opinion-slider .slide-part .box {
        width: 100%;
      }
      ._web-opinion .product-type-page .opinion-slider .slide-part .box + .box {
        margin-left: 0;
      }
      ._web-opinion .product-type-page .opinion-slider .go-link {
        border: 1px solid #ffde00;
        vertical-align: middle;
        background-color: transparent;
      }
      ._web-opinion .product-type-page .opinion-slider .go-link:hover {
        background-color: #ffde00;
      }
      ._web-opinion .product-type-page .opinion-slider .go-link:hover span {
        color: black;
      }
      ._web-opinion .product-type-page .opinion-slider .go-link:hover .flexbox-container:after {
        margin-left: 15px;
        margin-right: 3px;
      }
      ._web-opinion .product-type-page .opinion-slider .go-link span {
        color: #ffde00;
      }
      ._web-opinion .product-type-page .opinion-slider .go-link .flexbox-container:after {
        font-family: 'icomoon';
        font-weight: normal;
        font-style: normal;
        content: "\e601";
        vertical-align: middle;
        margin-left: 8px;
        margin-right: 0;
        transition: margin 0.2s, color 0.1s;
        position: relative;
        top: -1px;
      }
      @media screen and (max-width: 600px), screen and (min-device-width: 320px) and (max-device-width: 480px), screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1), screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
        .gallery-page {
          overflow: hidden;
        }
      }
      @media screen and (max-width: 600px), screen and (min-device-width: 320px) and (max-device-width: 480px), screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1), screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
        .gallery-page .people-container.boxset-4-3-1 {
          width: 100%;
          display: -ms-flexbox;
          display: flex;
          display: -webkit-box;
          display: -webkit-flex;
          align-items: initial;
        }
        .gallery-page .people-container.boxset-4-3-1 .box {
          -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
          flex-shrink: 0;
        }
        .gallery-page .people-container.boxset-4-3-1 .box + .box {
          margin-left: 4%;
        }
        .gallery-page .people-container.boxset-4-3-1 .box {
          width: 46%;
        }
        .gallery-page .people-container.boxset-4-3-1 .box:nth-child(1) {
          width: 46%;
        }
        .gallery-page .people-container.boxset-4-3-1 .box:nth-child(2) {
          width: 46%;
        }
      }
      .gallery-page .filter-set {
        position: relative;
        box-shadow: inset 0px -1px 0px 0px rgba(255, 255, 255, 0.2);
      }
      .gallery-page .filter-container {
        position: relative;
        z-index: 3;
        padding-bottom: 5px;
      }
      .gallery-page .filter-container._last {
        z-index: 2;
      }
      .gallery-page .filter-container:after {
        content: '';
        display: block;
        clear: both;
      }
      .gallery-page .filter-container > .box {
        float: left;
        width: 32%;
      }
      .gallery-page .filter-container > .box._wide {
        width: 66%;
      }
      .gallery-page .filter-container > .box._wide .title {
        float: left;
        display: block;
      }
      .gallery-page .filter-container > .box._wide .kit-option {
        float: right;
        display: block;
        width: calc(100% - 87px);
      }
      .gallery-page .filter-container > .box:not(:first-of-type) {
        margin-left: 2%;
      }
      .gallery-page .filter-container .title {
        font-size: 13px;
        text-transform: uppercase;
        color: white;
        margin-right: 8px;
        height: 25px;
        line-height: 25px;
        letter-spacing: 1.2px;
        height: auto;
        display: inline-block;
        text-align: right;
        width: 75px;
        vertical-align: top;
      }
      @media screen and (max-width: 960px), screen and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 1) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: landscape) {
        .gallery-page .filter-container .title {
          padding-right: 0;
          padding-bottom: 10px;
        }
      }
      @media screen and (max-width: 960px), screen and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 1) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: landscape) {
        .gallery-page .filter-container .box {
          width: 100%;
        }
        .gallery-page .filter-container .box:not(:first-of-type) {
          margin-left: 0;
        }
        .gallery-page .filter-container .box.filter-set-wrapper {
          width: 100%;
        }
        .gallery-page .filter-container .box.filter-set-wrapper .title {
          display: none;
        }
        .gallery-page .filter-container .box .indy-dropdown {
          width: 100%;
          display: block;
        }
        .gallery-page .filter-container .box.filter-submit-wrapper {
          margin-left: 0;
        }
        .gallery-page .filter-container .box._wide {
          width: 100%;
        }
        .gallery-page .filter-container .box._wide .kit-option {
          width: 100%;
        }
      }
      @media screen and (max-width: 700px) {
        .gallery-page .filter-container .box {
          width: 100%;
        }
        .gallery-page .filter-container .box.filter-set-wrapper {
          width: 100%;
        }
        .gallery-page .filter-container .box.filter-set-wrapper .title {
          display: none;
        }
        .gallery-page .filter-container .box .indy-dropdown {
          width: 100%;
          display: block;
        }
        .gallery-page .filter-container .box.filter-submit-wrapper {
          margin-left: 0;
        }
      }
      @media screen and (max-width: 600px), screen and (min-device-width: 320px) and (max-device-width: 480px), screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1), screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
        .gallery-page .filter-container .box {
          width: 100%;
        }
        .gallery-page .filter-container .box.filter-set-wrapper {
          width: 100%;
        }
        .gallery-page .filter-container .box.filter-set-wrapper .title {
          display: none;
        }
        .gallery-page .filter-container .box .indy-dropdown {
          width: 100%;
          display: block;
        }
        .gallery-page .filter-container .box.filter-submit-wrapper {
          margin-left: 0;
        }
      }
      .gallery-page .filter-container .filter-set-wrapper:nth-of-type(1) {
        z-index: 3;
      }
      .gallery-page .filter-container .filter-set-wrapper:nth-of-type(2) {
        z-index: 2;
      }
      .gallery-page .filter-container .filter-wrapper {
        white-space: nowrap;
        margin-bottom: 17px;
        position: relative;
      }
      .gallery-page .filter-container .filter-wrapper:nth-of-type(1) {
        z-index: 2;
      }
      .gallery-page .filter-container .filter-wrapper:nth-of-type(2) {
        z-index: 1;
      }
      .gallery-page .filter-container .filter-wrapper .indy-dropdown:nth-of-type(1) {
        z-index: 2;
      }
      .gallery-page .filter-container .filter-wrapper .indy-dropdown:nth-of-type(2) {
        z-index: 1;
      }
      .gallery-page .filter-submit-wrapper {
        position: absolute;
        z-index: 1;
        top: 0;
        right: 0;
      }
      @media screen and (max-width: 960px), screen and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 1) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: landscape) {
        .gallery-page .filter-submit-wrapper {
          position: relative;
          padding-bottom: 17px;
        }
      }
      .gallery-page .filter-submit-wrapper:after {
        content: '';
        display: block;
        clear: both;
      }
      .gallery-page .filter-submit-wrapper .filter-submit {
        float: right;
      }
      @media screen and (max-width: 960px), screen and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 1) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: landscape) {
        .gallery-page .filter-submit-wrapper .filter-submit {
          width: 100%;
        }
      }
      .gallery-page .hide-title {
        font-size: 13px;
        text-transform: uppercase;
        color: white;
        padding-right: 18px;
        float: left;
        height: 25px;
        line-height: 25px;
        letter-spacing: 1.2px;
        display: block;
        width: 100%;
      }
      .gallery-page .filter-submit {
        width: calc(100% - 5px);
        margin: auto;
        width: 228px;
      }
      .gallery-page .filter-submit .icon {
        width: 14px;
        height: 10px;
        margin-bottom: 2px;
      }
      .gallery-page .filter-submit .icon svg {
        max-width: 100%;
        max-height: 100%;
      }
      .gallery-page .photo-set-container {
        padding-top: 39px;
        position: relative;
        z-index: 1;
      }
      .gallery-page .photo-set {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
      }
      @media screen and (max-width: 600px), screen and (min-device-width: 320px) and (max-device-width: 480px), screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1), screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
        .gallery-page .photo-set {
          width: 100% !important;
          height: auto !important;
        }
        .gallery-page .photo-set .item {
          width: 100%  !important;
          position: relative !important;
          left: inherit !important;
          top: inherit !important;
        }
      }
      @media screen and (max-width: 1090px) {
        .gallery-page .photo-set {
          width: 840px;
        }
      }
      @media screen and (max-width: 960px), screen and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 1) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: landscape) {
        .gallery-page .photo-set {
          width: 684px;
        }
      }
      @media screen and (max-width: 800px) {
        .gallery-page .photo-set {
          width: 585px;
        }
      }
      @media screen and (max-width: 700px) {
        .gallery-page .photo-set {
          width: 484px;
        }
      }
      .gallery-page .photo-set:after {
        content: '';
        display: block;
        display: none;
        width: 110%;
        position: absolute;
        bottom: -10px;
        left: -5%;
        height: 136px;
        z-index: 2;
        background: -moz-linear-gradient(top, rgba(48, 48, 48, 0) 0%, rgba(48, 48, 48, 0.79) 28%, #303030 57%, #303030 100%);
        /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(48, 48, 48, 0)), color-stop(28%, rgba(48, 48, 48, 0.79)), color-stop(57%, #303030), color-stop(100%, #303030));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(48, 48, 48, 0) 0%, rgba(48, 48, 48, 0.79) 28%, #303030 57%, #303030 100%);
        /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(48, 48, 48, 0) 0%, rgba(48, 48, 48, 0.79) 28%, #303030 57%, #303030 100%);
        /* Opera 11.10+ */
        background: -ms-linear-gradient(top, rgba(48, 48, 48, 0) 0%, rgba(48, 48, 48, 0.79) 28%, #303030 57%, #303030 100%);
        /* IE10+ */
        background: linear-gradient(to bottom, rgba(48, 48, 48, 0) 0%, rgba(48, 48, 48, 0.79) 28%, #303030 57%, #303030 100%);
        /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00303030', endColorstr='#303030', GradientType=0);
        /* IE6-9 */
      }
      .gallery-page .more-photo {
        width: 48%;
        display: none;
        height: 40px;
        border: 0;
        outline: 0;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 15px;
        z-index: 3;
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
      }
      @media screen and (max-width: 600px), screen and (min-device-width: 320px) and (max-device-width: 480px), screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1), screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
        .gallery-page .more-photo {
          width: 100%;
        }
      }
      .gallery-page .notfull .more-photo {
        display: -ms-flexbox;
        display: flex;
        display: -webkit-box;
        display: -webkit-flex;
        align-items: initial;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
      }
      .gallery-page .notfull .more-photo .flexbox-container {
        width: 100%;
      }
      .gallery-page .notfull .more-photo .flexbox-container > * {
        vertical-align: middle;
        display: inline-block;
      }
      .gallery-page .notfull .photo-set:after {
        display: block;
      }
      .filter-submit .icon {
        width: 14px;
        height: 10px;
        margin-bottom: 2px;
      }
      .filter-submit .icon svg {
        max-width: 100%;
        max-height: 100%;
      }
      .page-indy-photo #main {
        padding-top: 0;
      }
      .photo-page .page-title {
        display: inline;
        background-color: #ffdc2d;
        padding: 2px 5px 2px 7px;
        font-size: 20px;
      }
      .photo-page .pic-container {
        padding-top: 34px;
        background-color: black;
      }
      .photo-page .pic-container .photo-menu {
        display: -ms-flexbox;
        display: flex;
        display: -webkit-box;
        display: -webkit-flex;
        align-items: initial;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
      }
      .photo-page .pic-container .photo-menu .box {
        padding-bottom: 29px;
      }
      .photo-page .pic-container .photo-menu .box:nth-of-type(1) {
        width: 35%;
      }
      .photo-page .pic-container .photo-menu .box:nth-of-type(2) {
        width: 60%;
        display: -ms-flexbox;
        display: flex;
        display: -webkit-box;
        display: -webkit-flex;
        align-items: initial;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
      }
      @media screen and (max-width: 960px), screen and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 1) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: landscape) {
        .photo-page .pic-container .photo-menu .box:nth-of-type(1) {
          display: none;
        }
        .photo-page .pic-container .photo-menu .box:nth-of-type(2) {
          width: 100%;
        }
      }
      @media screen and (max-width: 600px), screen and (min-device-width: 320px) and (max-device-width: 480px), screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1), screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
        .photo-page .pic-container .photo-menu .box .go-back-container {
          width: 100%;
          margin-top: 15px;
          text-align: center;
        }
        .photo-page .pic-container .photo-menu .box .go-back-container a {
          display: inline-block;
        }
        .photo-page .pic-container .photo-menu .box:nth-of-type(2) {
          display: -ms-flexbox;
          display: flex;
          display: -webkit-box;
          display: -webkit-flex;
          align-items: initial;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -webkit-flex-direction: row;
          -ms-flex-direction: row;
          flex-direction: row;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-flex-wrap: wrap;
          -webkit-justify-content: space-around;
          -ms-flex-pack: distribute;
          justify-content: space-around;
    /*& > a {

							display: inline-block;
							margin-bottom: 20px;

							&.go-back {

								margin-bottom: 0;

							}

							svg {

								vertical-align: middle;

							}

						}

						.social-link-bar {

							margin: auto;
							display: block;
							text-align: center;
							margin-bottom: 20px;

							a {

								display: inline-block;

							}

							&:after {

								position: relative;
								bottom: 0;

							}

							}*/
            }
            .photo-page .pic-container .photo-menu .box:nth-of-type(2) .zoom,
            .photo-page .pic-container .photo-menu .box:nth-of-type(2) .social-link-bar {
              margin-bottom: 20px;
            }
          }
          .photo-page .pic-container .photo-menu .zoom {
            font-size: 15px;
            text-transform: uppercase;
            display: inline-block;
            text-decoration: none;
            padding: 10px 10px 8px 10px;
            background-color: #393939;
            color: white;
            border-radius: 3px;
            transition: background-color 0.2s;
            display: -ms-flexbox;
            display: flex;
            display: -webkit-box;
            display: -webkit-flex;
            align-items: initial;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-align-content: center;
            -ms-flex-line-pack: center;
            align-content: center;
          }
          .photo-page .pic-container .photo-menu .zoom span {
            transition: color 0.2s;
          }
          .photo-page .pic-container .photo-menu .zoom svg {
            margin-right: 10px;
            width: 20px;
            height: 13px;
          }
          .photo-page .pic-container .photo-menu .zoom svg path {
            fill: white;
            transition: fill 0.2s;
          }
          .photo-page .pic-container .photo-menu .zoom:hover {
            background-color: #ffde00;
          }
          .photo-page .pic-container .photo-menu .zoom:hover span {
            color: black;
          }
          .photo-page .pic-container .photo-menu .zoom:hover svg path {
            fill: black;
          }
          .photo-page .pic-container .photo-menu .zoom:active {
            background-color: #e6c626;
          }
          .photo-page .pic-container .photo-menu .go-back {
            font-size: 15px;
            text-transform: uppercase;
            display: inline-block;
            text-decoration: none;
            padding: 10px 10px 8px 10px;
            box-shadow: 0 0 0 1px #393939;
            color: white;
            border-radius: 3px;
            background-color: transparent;
            transition: background-color 0.2s;
            display: -ms-flexbox;
            display: flex;
            display: -webkit-box;
            display: -webkit-flex;
            align-items: initial;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-align-content: center;
            -ms-flex-line-pack: center;
            align-content: center;
          }
          .photo-page .pic-container .photo-menu .go-back span {
            transition: color 0.2s;
          }
          .photo-page .pic-container .photo-menu .go-back svg {
            margin-right: 10px;
            width: 13px;
            height: 13px;
          }
          .photo-page .pic-container .photo-menu .go-back svg rect {
            fill: white;
            transition: fill 0.2s;
          }
          .photo-page .pic-container .photo-menu .go-back:hover {
            background-color: #ffde00;
          }
          .photo-page .pic-container .photo-menu .go-back:hover span {
            color: black;
          }
          .photo-page .pic-container .photo-menu .go-back:hover svg rect {
            fill: black;
          }
          .photo-page .pic-container .photo-menu .go-back:active {
            background-color: #e6c626;
          }
          .photo-page .pic-container .photo-menu .social-link-bar {
            position: relative;
          }
          .photo-page .pic-container .photo-menu .social-link-bar:after {
            content: '';
            display: block;
            position: absolute;
            width: 100%;
            bottom: -19px;
            left: 0;
            content: 'поделиться с друзьями';
            color: #393939;
            text-align: center;
            font-size: 10px;
            text-transform: uppercase;
            white-space: nowrap;
          }
          .photo-page .photo-img {
            margin-top: 30px;
            padding-bottom: 40px;
          }
          .photo-page .photo-img img {
            display: block;
            max-width: 100%;
            max-height: 930px;
            width: auto !important;
            height: auto !important;
            margin: auto;
          }
          .photo-page .photo-info-container {
            padding-top: 25px;
            display: -ms-flexbox;
            display: flex;
            display: -webkit-box;
            display: -webkit-flex;
            align-items: initial;
            -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-box-align: start;
            -webkit-align-items: flex-start;
            -ms-flex-align: start;
            align-items: flex-start;
          }
          .photo-page .photo-info-container .people-bar {
            width: 35%;
            padding-top: 25px;
          }
          .photo-page .photo-info-container .box:nth-of-type(2) {
            width: 60%;
          }
          @media screen and (max-width: 960px), screen and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 1) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: landscape) {
            .photo-page .photo-info-container {
              display: block;
            }
            .photo-page .photo-info-container .people-bar {
              width: 100%;
              max-width: 450px;
              margin: auto;
              margin-bottom: 30px;
            }
            .photo-page .photo-info-container .box {
              width: 100%;
            }
            .photo-page .photo-info-container .box:nth-of-type(2) {
              width: 100%;
            }
          }
          .photo-page .people-bar {
            margin-bottom: 27px;
            width: 100%;
            padding-top: 20px;
          }
          @media screen and (max-width: 600px), screen and (min-device-width: 320px) and (max-device-width: 480px), screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1), screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
            .photo-page .people-bar {
              width: 100%;
              padding-top: 15px;
            }
          }
          .photo-page .people-bar .people-info {
            display: -ms-flexbox;
            display: flex;
            display: -webkit-box;
            display: -webkit-flex;
            align-items: initial;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-align-content: center;
            -ms-flex-line-pack: center;
            align-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            padding: 0 20px;
            padding-bottom: 25px;
          }
          @media screen and (max-width: 600px), screen and (min-device-width: 320px) and (max-device-width: 480px), screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1), screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
            .photo-page .people-bar .people-info {
              display: -ms-flexbox;
              display: flex;
              display: -webkit-box;
              display: -webkit-flex;
              align-items: initial;
              -webkit-box-align: center;
              -webkit-align-items: center;
              -ms-flex-align: center;
              align-items: center;
              -webkit-align-content: center;
              -ms-flex-line-pack: center;
              align-content: center;
              -ms-flex-pack: center;
              justify-content: center;
              -webkit-box-pack: center;
              -webkit-justify-content: center;
              padding: 0 20px;
              padding-bottom: 15px;
            }
          }
          .photo-page .people-bar .people-info .people-info-text {
            max-width: 350px;
            text-align: left;
          }
          .photo-page .people-bar .people-info .people-info-text p,
          .photo-page .people-bar .people-info .people-info-text h2 {
            padding-left: 0;
          }
          .photo-page .people-bar .people-info .people-info-text .info {
            margin-bottom: 0;
          }
          @media screen and (max-width: 600px), screen and (min-device-width: 320px) and (max-device-width: 480px), screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1), screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
            .photo-page .people-bar .people-info .people-info-text {
              max-width: 350px;
              text-align: left;
            }
            .photo-page .people-bar .people-info .people-info-text p,
            .photo-page .people-bar .people-info .people-info-text h2 {
              padding-left: 0;
            }
            .photo-page .people-bar .people-info .people-info-text .info {
              margin-bottom: 0;
            }
          }
          .photo-page .people-bar .avatar {
            width: 70px;
            height: 70px;
            -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
            flex-shrink: 0;
            margin: initial;
            margin-right: 25px;
          }
          .photo-page .people-bar .avatar:before {
            display: none;
          }
          @media screen and (max-width: 600px), screen and (min-device-width: 320px) and (max-device-width: 480px), screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1), screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
            .photo-page .people-bar .avatar {
              width: 70px;
              height: 70px;
              -webkit-flex-shrink: 0;
              -ms-flex-negative: 0;
              flex-shrink: 0;
              margin: initial;
              margin-right: 12px;
            }
            .photo-page .people-bar .avatar:before {
              display: none;
            }
          }
          .photo-page .people-bar .name {
            margin-bottom: 10px;
          }
          .photo-page .people-bar .info {
            padding-bottom: 0;
          }
          .photo-page .photo-info ul {
            border: 1px solid #393939;
            border-radius: 3px;
            color: white;
            padding-top: 29px;
            padding-bottom: 4px;
            font-size: 15px;
            display: -ms-flexbox;
            display: flex;
            display: -webkit-box;
            display: -webkit-flex;
            align-items: initial;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -webkit-flex-direction: row;
            -ms-flex-direction: row;
            flex-direction: row;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-flex-wrap: wrap;
          }
          .photo-page .photo-info ul li {
            width: 25%;
            padding-left: 21px;
            padding-right: 10px;
            margin-bottom: 29px;
            display: -ms-flexbox;
            display: flex;
            display: -webkit-box;
            display: -webkit-flex;
            align-items: initial;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-align-content: center;
            -ms-flex-line-pack: center;
            align-content: center;
          }
          .photo-page .photo-info ul li:before {
            content: '';
            display: block;
            width: 35px;
            height: 35px;
            margin-right: 13px;
            background-position: center;
            background-repeat: no-repeat;
            background-size: contain;
            -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
            flex-shrink: 0;
          }
          .photo-page .photo-info ul li.model,
          .photo-page .photo-info ul li.kit {
            width: 50%;
          }
          .photo-page .photo-info ul li.aperture:before {
            background-image: url(/img/i-aperture.svg);
          }
          .photo-page .photo-info ul li.exposure:before {
            background-image: url(/img/i-exposure.svg);
          }
          .photo-page .photo-info ul li.length:before {
            background-image: url(/img/i-length.svg);
          }
          .photo-page .photo-info ul li.iso:before {
            background-image: url(/img/i-iso.svg);
          }
          .photo-page .photo-info ul li.model:before {
            background-image: url(/img/i-model.svg);
          }
          .photo-page .photo-info ul li.kit:before {
            background-image: url(/img/i-kit.svg);
          }
          @media screen and (max-width: 960px), screen and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 1) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: landscape) {
            .photo-page .photo-info ul {
              -webkit-box-pack: justify;
              -webkit-justify-content: space-between;
              -ms-flex-pack: justify;
              justify-content: space-between;
            }
            .photo-page .photo-info ul li {
              width: 33%;
            }
            .photo-page .photo-info ul li.model,
            .photo-page .photo-info ul li.kit {
              width: 33%;
            }
          }
          @media screen and (max-width: 600px), screen and (min-device-width: 320px) and (max-device-width: 480px), screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1), screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
            .photo-page .photo-info ul {
              -webkit-box-pack: justify;
              -webkit-justify-content: space-between;
              -ms-flex-pack: justify;
              justify-content: space-between;
            }
            .photo-page .photo-info ul li {
              width: 50%;
            }
            .photo-page .photo-info ul li.model,
            .photo-page .photo-info ul li.kit {
              width: 50%;
            }
          }
          .people-slider {
            position: relative;
            width: 100%;
            height: 500px;
            min-height: 430px;
            margin-bottom: 12px;
            padding-top: 47px;
            box-sizing: content-box;
          }
          @media screen and (max-width: 960px), screen and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 1) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: landscape) {
            .people-slider {
              padding-top: 16px;
            }
          }
          .people-slider .slide-arrow {
            position: absolute;
            width: 100px;
            height: 100px;
            top: 278px;
            margin: auto;
            z-index: 5;
            background-color: transparent;
            border-radius: 50%;
            height: 48px;
            width: 48px;
          }
          .people-slider .slide-arrow span {
            width: 13px;
            height: 13px;
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            margin: auto;
            transform: translateX(1px) translateY(-2px);
          }
          .people-slider .slide-arrow span:before {
            content: '';
            display: block;
            position: absolute;
            width: 100%;
            height: 100%;
            border-bottom: 2px solid white;
            border-left: 2px solid white;
            transform: rotate(45deg);
            transform-origin: center;
            transition: border 0.2s;
          }
          .people-slider .slide-arrow.left:hover span:before {
            border-bottom: 2px solid black;
            border-left: 2px solid black;
          }
          .people-slider .slide-arrow.right span {
            transform: translateX(-2px) translateY(-2px);
          }
          .people-slider .slide-arrow.right span:before {
            border-left: 0 solid white;
            border-right: 2px solid white;
            transform: rotate(-45deg);
          }
          .people-slider .slide-arrow.right:hover span:before {
            border-bottom: 2px solid black;
            border-right: 2px solid black;
          }
          .people-slider .slide-arrow:before {
            content: '';
            display: block;
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background-color: #ffde00;
            border-radius: 50%;
            transform: scale(0);
            z-index: 0;
            transition: transform 0.3s;
            -webkit-backface-visibility: hidden;
          }
          .people-slider .slide-arrow:after {
            content: '';
            display: block;
            position: absolute;
            left: -3px;
            top: -3px;
            width: 100%;
            height: 100%;
            border-radius: 50%;
            border: 3px solid white;
            z-index: 1;
            transition: border 0.2s;
          }
          .people-slider .slide-arrow:hover:before {
            transform: scale(1.3);
          }
          .people-slider .slide-arrow:hover:after {
            border: 3px solid black;
          }
          .people-slider .slide-arrow:active:before {
            transform: scale(1.45);
          }
          .people-slider .slide-arrow.left {
            left: 25px;
          }
          .people-slider .slide-arrow.right {
            right: 25px;
          }
          @media screen and (max-width: 960px), screen and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 1) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: landscape) {
            .people-slider .slide-arrow.left {
              left: 66px;
            }
            .people-slider .slide-arrow.right {
              right: 66px;
            }
          }
          @media screen and (max-width: 600px), screen and (min-device-width: 320px) and (max-device-width: 480px), screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1), screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
            .people-slider .slide-arrow {
              display: none;
            }
          }
          .people-slider .slide-part {
            width: 204px;
            height: 234px;
            display: block;
            margin: auto;
            position: relative;
            -webkit-transform-style: preserve-3d;
            -moz-transform-style: preserve-3d;
            -o-transform-style: preserve-3d;
            -ms-transform-style: preserve-3d;
            transform-style: preserve-3d;
            -webkit-perspective: 1000px;
            -moz-perspective: 1000px;
            -o-perspective: 1000px;
            -ms-perspective: 1000px;
            perspective: 1000px;
          }
          .people-slider .slide {
            width: 204px;
            height: 234px;
            display: block;
            position: absolute;
            left: 0;
            top: 0;
            transition: all 0.5s ease-in-out;
          }
          .people-slider .slide:before {
            content: '';
            display: block;
            position: absolute;
            width: 100%;
            height: 100%;
            left: 0;
            bottom: -13px;
            background: url(/img/s-polygon.png) no-repeat;
            background-size: contain;
            background-position: center bottom;
          }
          .people-slider .slide .slide-figure {
            position: absolute;
            width: 100%;
            height: 100%;
            clip-path: url(/img/mask.svg#masking);
            -webkit-mask: url(/img/mask.svg#masking) top left / cover;
          }
          .people-slider .slide .slide-body {
            width: 380%;
            position: absolute;
            bottom: 0;
            left: -140%;
            text-align: center;
            transform: translateY(102%);
            opacity: 0;
            pointer-events: none;
            padding-top: 16px;
            transition: opacity 0.1s, transform 0s 0.5s;
          }
          @media screen and (max-width: 960px), screen and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 1) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: landscape) {
            .people-slider .slide .slide-body {
              padding-top: 24px;
            }
          }
          @media screen and (max-width: 600px), screen and (min-device-width: 320px) and (max-device-width: 480px), screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1), screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
            .people-slider .slide .slide-body {
              width: 200%;
              left: -50%;
            }
          }
          .people-slider .slide .slide-body .people-info {
            display: inline-block;
          }
          .people-slider .slide .slide-body .people-info .name {
            display: block;
            padding: 6px 10px 6px 10px;
            position: relative;
          }
          .people-slider .slide .slide-body .people-info .name:before {
            content: '';
            display: block;
            position: absolute;
            bottom: 0;
            left: 0;
            background-color: #ffde00;
            z-index: 0;
            width: 100%;
            height: 100%;
            transition: height 0.2s, transform 0.2s;
            transform: translateY(0);
          }
          .people-slider .slide .slide-body .people-info .name:hover a {
            color: #ffde00;
          }
          .people-slider .slide .slide-body .people-info .name:hover:before {
            height: 1px;
          }
          .people-slider .slide .slide-body .people-info .name:active:before {
            background-color: #e6c626;
            transform: translateY(3px);
          }
          .people-slider .slide .slide-body .people-info .name a {
            font-size: 21px;
            font-weight: normal;
            text-decoration: none;
            color: black;
            display: inline-block;
            font-weight: bold;
            z-index: 1;
            position: relative;
            transition: color 0.2s, border 0.2s;
          }
          .people-slider .slide .slide-body .people-info .name a:hover {
            color: #ffde00;
          }
          .people-slider .slide .slide-body .people-info .name a:active {
            color: #e6c626;
          }
          .people-slider .slide .slide-body .people-info .go {
            position: relative;
            text-align: center;
            background-color: #ffde00;
            color: black;
            font-size: 12px;
            text-transform: uppercase;
            text-decoration: none;
            padding: 2px 0;
            border-bottom-right-radius: 3px;
            border-bottom-left-radius: 3px;
            padding-top: 7px;
            padding-bottom: 6px;
            font-weight: bold;
          }
          .people-slider .slide .slide-body .people-info .go span {
            z-index: 1;
            position: relative;
          }
          .people-slider .slide .slide-body .people-info .go:before {
            content: '';
            display: block;
            border-bottom-right-radius: 3px;
            border-bottom-left-radius: 3px;
            position: absolute;
            bottom: 0;
            left: 0;
            height: 100%;
            width: 100%;
            background-color: #ffde00;
            z-index: 0;
            transition: height 0.1s;
          }
          .people-slider .slide .slide-body .people-info .go:hover:before {
            height: calc(100% + 7px);
          }
          .people-slider .slide .slide-body .people-advice {
            margin-top: 36px;
            padding: 0 85px;
            max-width: 800px;
            margin-left: auto;
            margin-right: auto;
          }
          @media screen and (max-width: 960px), screen and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 1) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: landscape) {
            .people-slider .slide .slide-body .people-advice {
              max-width: 600px;
              margin-left: auto;
              margin-right: auto;
              margin-top: 29px;
            }
          }
          .people-slider .slide .slide-body .people-advice p {
            font-size: 18px;
            font-weight: bold;
            text-transform: uppercase;
            line-height: 21px;
            color: white;
            position: relative;
          }
          @media screen and (max-width: 600px), screen and (min-device-width: 320px) and (max-device-width: 480px), screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1), screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
            .people-slider .slide .slide-body .people-advice p {
              font-size: 16px;
            }
          }
          .people-slider .slide .slide-body .people-advice p:not(:empty):before {
            content: '«';
            display: block;
            position: absolute;
            width: 60px;
            height: 60px;
            line-height: 50px;
            text-align: center;
            left: -85px;
            top: 0;
            bottom: 0;
            margin: auto;
            font-size: 137px;
          }
          .people-slider .slide .slide-body .people-advice p:not(:empty):after {
            content: '»';
            display: block;
            position: absolute;
            width: 60px;
            height: 60px;
            line-height: 50px;
            text-align: center;
            right: -85px;
            top: 0;
            bottom: 0;
            margin: auto;
            font-size: 137px;
          }
          @media screen and (max-width: 960px), screen and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 1) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: landscape) {
            .people-slider .slide .slide-body .people-advice p:not(:empty):before {
              left: -37px;
            }
            .people-slider .slide .slide-body .people-advice p:not(:empty):after {
              right: -37px;
            }
            .people-slider .slide .slide-body .people-advice p:not(:empty):before,
            .people-slider .slide .slide-body .people-advice p:not(:empty):after {
              width: 27px;
              height: 27px;
              font-size: 55px;
              line-height: 20px;
            }
          }
          @media screen and (max-width: 600px), screen and (min-device-width: 320px) and (max-device-width: 480px), screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1), screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
            .people-slider .slide .slide-body .people-advice p:not(:empty):before {
              left: -26px;
            }
            .people-slider .slide .slide-body .people-advice p:not(:empty):after {
              right: -26px;
            }
          }
          .people-slider .slide .figure {
            position: absolute;
            width: 100%;
            height: 100%;
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            transition: opacity 0.3s;
          }
          .people-slider .slide .figure:before {
            content: '';
            display: block;
            position: absolute;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            background-image: url(/img/polygon-hover.svg);
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center;
            opacity: 0;
            transition: opacity 0.3s;
          }
          .people-slider .slide.active .figure:before {
            opacity: 1;
          }
          .people-slider .slide.active .slide-body {
            opacity: 1;
            pointer-events: auto;
            transform: translateY(100%);
            transition: opacity 0.2s 0.5s, transform 0.2s 0.5s;
          }
          .touch-helper-box {
            position: absolute;
            height: 100%;
            left: 0;
            top: 0;
            background-color: transparent;
            z-index: 100;
            opacity: 0;
            width: 0;
            display: none;
          }
          @media screen and (max-width: 600px), screen and (min-device-width: 320px) and (max-device-width: 480px), screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1), screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
            .touch-helper-box {
              display: -ms-flexbox;
              display: flex;
              display: -webkit-box;
              display: -webkit-flex;
              align-items: initial;
              -webkit-box-align: center;
              -webkit-align-items: center;
              -ms-flex-align: center;
              align-items: center;
              -webkit-align-content: center;
              -ms-flex-line-pack: center;
              align-content: center;
              -ms-flex-pack: center;
              justify-content: center;
              -webkit-box-pack: center;
              -webkit-justify-content: center;
            }
          }
          .touch-helper-box span {
            display: block;
          }
          .touch-helper-box span:before {
            content: '';
            display: block;
            width: 68px;
            height: 82px;
            position: relative;
            margin: auto;
            background: url(/img/i-touch-helper.svg) no-repeat;
            background-size: contain;
            padding-right: 15px;
            animation: swipePulse 2.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) infinite normal;
            -webkit-animation: swipePulse 2.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) infinite normal;
          }
          .touch-helper-box span:after {
            content: 'Прокручивай фотографии свайпами влево и вправо';
            font-size: 15px;
            line-height: 20px;
            color: white;
            max-width: 180px;
            display: inline-block;
            text-align: center;
            margin-top: 23px;
          }
          .touch-helper .touch-helper-box {
            opacity: 1;
            width: 100%;
          }
          .touch-helper.front-slider .slide-part .slide .figure:before {
            content: '';
            display: block;
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.68);
            display: none;
          }
          @media screen and (max-width: 960px), screen and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 1) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: landscape) {
            .touch-helper.front-slider .slide-part .slide .figure:before {
              display: block;
            }
          }
          @media screen and (max-width: 600px), screen and (min-device-width: 320px) and (max-device-width: 480px), screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1), screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
            .touch-helper.front-slider .slide-part .slide .figure:before {
              display: block;
            }
          }
          .front-slider {
            width: 100%;
            position: relative;
            height: 500px;
          }
          @media screen and (max-width: 960px), screen and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 1) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: landscape) {
            .front-slider {
              height: 435px;
            }
          }
          .front-slider .slide-arrow {
            position: absolute;
            width: 100px;
            height: 100px;
            top: 0;
            bottom: 0;
            margin: auto;
            z-index: 5;
            background-color: transparent;
            border-radius: 50%;
            height: 48px;
            width: 48px;
          }
          .front-slider .slide-arrow span {
            width: 13px;
            height: 13px;
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            margin: auto;
            transform: translateX(1px) translateY(-2px);
          }
          .front-slider .slide-arrow span:before {
            content: '';
            display: block;
            position: absolute;
            width: 100%;
            height: 100%;
            border-bottom: 2px solid white;
            border-left: 2px solid white;
            transform: rotate(45deg);
            transform-origin: center;
            transition: border 0.2s;
          }
          .front-slider .slide-arrow.left:hover span:before {
            border-bottom: 2px solid black;
            border-left: 2px solid black;
          }
          .front-slider .slide-arrow.right span {
            transform: translateX(-2px) translateY(-2px);
          }
          .front-slider .slide-arrow.right span:before {
            border-left: 0 solid white;
            border-right: 2px solid white;
            transform: rotate(-45deg);
          }
          .front-slider .slide-arrow.right:hover span:before {
            border-bottom: 2px solid black;
            border-right: 2px solid black;
          }
          .front-slider .slide-arrow:before {
            content: '';
            display: block;
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background-color: #ffde00;
            border-radius: 50%;
            transform: scale(0);
            z-index: 0;
            transition: transform 0.3s;
            -webkit-backface-visibility: hidden;
          }
          .front-slider .slide-arrow:after {
            content: '';
            display: block;
            position: absolute;
            left: -3px;
            top: -3px;
            width: 100%;
            height: 100%;
            border-radius: 50%;
            border: 3px solid white;
            z-index: 1;
            transition: border 0.2s;
          }
          .front-slider .slide-arrow:hover:before {
            transform: scale(1.3);
          }
          .front-slider .slide-arrow:hover:after {
            border: 3px solid black;
          }
          .front-slider .slide-arrow:active:before {
            transform: scale(1.45);
          }
          .front-slider .slide-arrow.left {
            left: 10%;
          }
          .front-slider .slide-arrow.right {
            right: 10%;
          }
          @media screen and (max-width: 960px), screen and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 1) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: landscape) {
            .front-slider .slide-arrow.left {
              left: 12%;
            }
            .front-slider .slide-arrow.right {
              right: 12%;
            }
          }
          @media screen and (max-width: 600px), screen and (min-device-width: 320px) and (max-device-width: 480px), screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1), screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
            .front-slider .slide-arrow {
              display: none;
            }
          }
          .front-slider .overflow-part {
            overflow: hidden;
            z-index: 2;
          }
          .front-slider .overflow-part.left {
            position: absolute;
            width: 15%;
            height: 100%;
            top: 0;
            left: 0;
          }
          @media screen and (max-width: 960px), screen and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 1) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: landscape) {
            .front-slider .overflow-part.left {
              width: 50px;
            }
          }
          @media screen and (max-width: 600px), screen and (min-device-width: 320px) and (max-device-width: 480px), screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1), screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
            .front-slider .overflow-part.left {
              display: none;
            }
          }
          .front-slider .overflow-part.right {
            position: absolute;
            width: 15%;
            height: 100%;
            top: 0;
            right: 0;
          }
          @media screen and (max-width: 960px), screen and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 1) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: landscape) {
            .front-slider .overflow-part.right {
              width: 50px;
            }
          }
          @media screen and (max-width: 600px), screen and (min-device-width: 320px) and (max-device-width: 480px), screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1), screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
            .front-slider .overflow-part.right {
              display: none;
            }
          }
          .front-slider.animationOff .slide-part.prev,
          .front-slider.animationOff .slide-part.next {
            transition: none !important;
          }
          .front-slider.animationOff .slide-part.main .slide {
            transition: none !important;
          }
          .front-slider .slide-part .slide .figure {
            position: absolute;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center;
          }
          .front-slider .slide-part .slide .figure a.go {
            position: absolute;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
          }
          .front-slider .slide-part .slide .figure span.figure {
            transition: opacity 0.3s;
            opacity: 1;
          }
          .front-slider .slide-part .slide.preload span.figure {
            opacity: 0;
          }
          .front-slider .slide-part.main {
            width: 70%;
            position: absolute;
            height: 100%;
            left: 0;
            right: 0;
            margin: auto;
            z-index: 3;
          }
          @media screen and (max-width: 960px), screen and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 1) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: landscape) {
            .front-slider .slide-part.main {
              width: calc(100% - 100px);
            }
          }
          @media screen and (max-width: 600px), screen and (min-device-width: 320px) and (max-device-width: 480px), screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1), screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
            .front-slider .slide-part.main {
              width: 100%;
            }
          }
          .front-slider .slide-part.main .slide {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            opacity: 0;
            z-index: 0;
          }
          .front-slider .slide-part.main .slide.active {
            opacity: 1;
            z-index: 3;
            transition: opacity 0.3s;
          }
          .front-slider .slide-part.main .slide.next,
          .front-slider .slide-part.main .slide.prev {
            transition: opacity 0.3s;
          }
          .front-slider .slide-part.main .slide .photo-info {
            position: absolute;
            bottom: 0;
            width: 100%;
            -webkit-transform: translateY(100%);
            -ms-transform: translateY(100%);
            transform: translateY(100%);
            right: 0;
          }
          .front-slider .slide-part.main .slide .photo-info h2.title {
            font-size: 23px;
            color: white;
            display: inline-block;
            font-weight: normal;
            background-color: rgba(0, 0, 0, 0.2);
            padding: 6px 10px;
          }
          .front-slider .slide-part.main .slide .photo-info .info-head {
            position: absolute;
            top: -53px;
            left: 50px;
          }
          @media screen and (max-width: 960px), screen and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 1) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: landscape) {
            .front-slider .slide-part.main .slide .photo-info .info-head {
              left: 10px;
            }
          }
          .front-slider .slide-part.main .slide .photo-info .info-flex {
            display: -ms-flexbox;
            display: flex;
            display: -webkit-box;
            display: -webkit-flex;
            align-items: initial;
            margin-top: -51px;
          }
          @media screen and (max-width: 960px), screen and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 1) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: landscape) {
            .front-slider .slide-part.main .slide .photo-info .info-flex {
              display: -ms-flexbox;
              display: flex;
              display: -webkit-box;
              display: -webkit-flex;
              align-items: initial;
              -webkit-box-orient: horizontal;
              -webkit-box-direction: normal;
              -webkit-flex-direction: row;
              -ms-flex-direction: row;
              flex-direction: row;
              -ms-flex-wrap: wrap;
              flex-wrap: wrap;
              -webkit-flex-wrap: wrap;
              margin-top: -12px;
            }
            .front-slider .slide-part.main .slide .photo-info .info-flex .photo-tech {
              width: 100%;
            }
          }
          @media screen and (max-width: 600px), screen and (min-device-width: 320px) and (max-device-width: 480px), screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1), screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
            .front-slider .slide-part.main .slide .photo-info .info-flex {
              width: calc(100% - 30px);
              margin-left: auto;
              margin-right: auto;
            }
          }
          .front-slider .slide-part.main .slide .photo-info .photo-tech {
            margin-top: 65px;
            -webkit-box-flex: 1;
            -webkit-flex-grow: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
          }
          @media screen and (max-width: 960px), screen and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 1) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: landscape) {
            .front-slider .slide-part.main .slide .photo-info .photo-tech {
              margin-top: 23px;
            }
          }
          .front-slider .slide-part.main .slide .photo-info .photo-tech ul {
            border: 2px solid rgba(255, 255, 255, 0.3);
            border-radius: 3px;
            color: white;
            padding-top: 22px;
            padding-bottom: 4px;
            font-size: 15px;
            display: -ms-flexbox;
            display: flex;
            display: -webkit-box;
            display: -webkit-flex;
            align-items: initial;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -webkit-flex-direction: row;
            -ms-flex-direction: row;
            flex-direction: row;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-flex-wrap: wrap;
          }
          .front-slider .slide-part.main .slide .photo-info .photo-tech ul li {
            width: 25%;
            padding-left: 21px;
            padding-right: 10px;
            margin-bottom: 10px;
            display: -ms-flexbox;
            display: flex;
            display: -webkit-box;
            display: -webkit-flex;
            align-items: initial;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-align-content: center;
            -ms-flex-line-pack: center;
            align-content: center;
          }
          .front-slider .slide-part.main .slide .photo-info .photo-tech ul li:before {
            content: '';
            display: block;
            width: 35px;
            height: 35px;
            margin-right: 13px;
            background-position: center;
            background-repeat: no-repeat;
            background-size: contain;
            -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
            flex-shrink: 0;
          }
          .front-slider .slide-part.main .slide .photo-info .photo-tech ul li.model,
          .front-slider .slide-part.main .slide .photo-info .photo-tech ul li.kit {
            width: 50%;
          }
          .front-slider .slide-part.main .slide .photo-info .photo-tech ul li.aperture:before {
            background-image: url(/img/i-aperture.svg);
          }
          .front-slider .slide-part.main .slide .photo-info .photo-tech ul li.exposure:before {
            background-image: url(/img/i-exposure.svg);
          }
          .front-slider .slide-part.main .slide .photo-info .photo-tech ul li.length:before {
            background-image: url(/img/i-length.svg);
          }
          .front-slider .slide-part.main .slide .photo-info .photo-tech ul li.iso:before {
            background-image: url(/img/i-iso.svg);
          }
          .front-slider .slide-part.main .slide .photo-info .photo-tech ul li.model:before {
            background-image: url(/img/i-model.svg);
          }
          .front-slider .slide-part.main .slide .photo-info .photo-tech ul li.kit:before {
            background-image: url(/img/i-kit.svg);
          }
          @media screen and (max-width: 600px), screen and (min-device-width: 320px) and (max-device-width: 480px), screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1), screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
            .front-slider .slide-part.main .slide .photo-info .photo-tech ul {
              -webkit-box-pack: justify;
              -webkit-justify-content: space-between;
              -ms-flex-pack: justify;
              justify-content: space-between;
            }
            .front-slider .slide-part.main .slide .photo-info .photo-tech ul li {
              width: 50%;
            }
            .front-slider .slide-part.main .slide .photo-info .photo-tech ul li.model,
            .front-slider .slide-part.main .slide .photo-info .photo-tech ul li.kit {
              width: 50%;
            }
          }
          .front-slider .slide-part.main .slide .photo-people {
            text-align: center;
            width: 180px;
            margin-right: 55px;
            margin-left: -90px;
            -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
            flex-shrink: 0;
          }
          @media screen and (max-width: 960px), screen and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 1) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: landscape) {
            .front-slider .slide-part.main .slide .photo-people {
              margin-left: auto;
              margin-right: auto;
            }
          }
          .front-slider .slide-part.main .slide .photo-people .avatar {
            width: 120px;
            height: 120px;
            border-radius: 50%;
            margin: auto;
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover;
            background-color: #ffde00;
            margin-bottom: 15px;
            position: relative;
            z-index: 2;
          }
          @media screen and (max-width: 960px), screen and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 1) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: landscape) {
            .front-slider .slide-part.main .slide .photo-people .avatar {
              width: 70px;
              height: 70px;
              margin-bottom: 0;
            }
          }
          .front-slider .slide-part.main .slide .photo-people .name-container {
            text-align: center;
            display: inline-block;
            position: relative;
            z-index: 1;
          }
          .front-slider .slide-part.main .slide .photo-people .name-container:before {
            content: '';
            display: block;
            position: absolute;
            bottom: 0;
            left: 0;
            background-color: #ffde00;
            z-index: 0;
            width: 100%;
            height: 100%;
            transition: height 0.2s, transform 0.2s;
            transform: translateY(0);
          }
          @media screen and (max-width: 960px), screen and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 1) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: landscape) {
            .front-slider .slide-part.main .slide .photo-people .name-container {
              margin-top: -8px;
            }
          }
          .front-slider .slide-part.main .slide .photo-people .name-container:hover:before {
            height: 1px;
          }
          .front-slider .slide-part.main .slide .photo-people .name-container:hover h2 a {
            color: #ffde00;
          }
          .front-slider .slide-part.main .slide .photo-people .name-container:active:before {
            background-color: #e6c626;
            transform: translateY(3px);
          }
          .front-slider .slide-part.main .slide .photo-people .name-container h2 {
            font-weight: normal;
            position: relative;
            z-index: 1;
            padding: 3px 6px 2px 6px;
          }
          .front-slider .slide-part.main .slide .photo-people .name-container h2 a {
            font-size: 14px;
            text-transform: uppercase;
            text-decoration: none;
            color: black;
            font-weight: bold;
            transition: color 0.2s;
          }
          .front-slider .slide-part.main .slide .photo-people .view {
            text-decoration: none;
            font-size: 12px;
            text-transform: uppercase;
            background: #ffde00;
            color: black;
            border-bottom-left-radius: 3px;
            border-bottom-right-radius: 3px;
            padding-top: 7px;
            padding-bottom: 6px;
            font-weight: bold;
            position: relative;
          }
          .front-slider .slide-part.main .slide .photo-people .view span {
            position: relative;
            z-index: 1;
          }
          .front-slider .slide-part.main .slide .photo-people .view:before {
            content: '';
            display: block;
            border-bottom-left-radius: 3px;
            border-bottom-right-radius: 3px;
            position: absolute;
            bottom: 0;
            left: 0;
            height: 100%;
            width: 100%;
            background-color: #ffde00;
            z-index: 1;
            transition: height 0.1s;
          }
          .front-slider .slide-part.main .slide .photo-people .view:hover:before {
            height: calc(100% + 3px);
          }
          .front-slider .slide-part.prev,
          .front-slider .slide-part.next {
            z-index: 3;
            -webkit-transition: -webkit-transform 0.4s;
            transition: transform 0.4s;
          }
          .front-slider .slide-part.prev .slide,
          .front-slider .slide-part.next .slide {
            position: relative;
            width: 100%;
            height: 50%;
            display: block;
            z-index: 1;
          }
          .front-slider .slide-part.prev .slide:before,
          .front-slider .slide-part.next .slide:before {
            content: '';
            display: block;
            position: absolute;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.8);
            top: 0;
            left: 0;
            z-index: 2;
          }
          .front-slider .slide-part.prev {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
          }
          .front-slider .slide-part.next {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            right: 0;
          }
          .front #main {
            padding-top: 0;
          }
          .front #footer {
            background-color: black;
          }
          .page-front {
            width: 100%;
            overflow-x: hidden;
            padding-bottom: 45px;
            background-color: black;
          }
          .page-front .front-section {
            background-color: #2f2f2f;
            overflow: hidden;
          }
          .page-front .front-section .section-title {
            max-width: 100%;
          }
          .page-front .front-section.slider-section {
            overflow: visible;
          }
          .page-front .front-section.people-section {
            padding-top: 200px;
            position: relative;
            padding-bottom: 65px;
            background-image: url(/img/bg-section-2-light.png), url(/img/bg-section-2.png);
            background-size: contain, cover;
            background-position: center bottom, center;
            background-repeat: no-repeat;
          }
          @media screen and (max-width: 960px), screen and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 1) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: landscape) {
            .page-front .front-section.people-section {
              padding-top: 50px;
            }
          }
          @media screen and (max-width: 600px), screen and (min-device-width: 320px) and (max-device-width: 480px), screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1), screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
            .page-front .front-section.people-section {
              padding-top: 50px;
            }
          }
          .page-front .front-section.people-section .section-header {
            position: absolute;
            top: 0;
            width: 100%;
          }
          @media screen and (max-width: 960px), screen and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 1) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: landscape) {
            .page-front .front-section.people-section .section-header {
              position: relative;
              top: auto;
              padding-top: 0;
              padding-bottom: 24px;
            }
          }
          .page-front .front-section.people-section .section-header > div {
            margin: auto;
          }
          .page-front .front-section.people-section .section-header span {
            display: block;
            width: 100%;
            height: 100%;
          }
          .page-front .front-section.people-section .section-header span svg {
            display: block;
            width: 100%;
            height: 100%;
          }
          .page-front .front-section.people-section .section-header .section-title {
            width: 251px;
            height: 45px;
          }
          .page-front .front-section.people-section .section-header .section-icon {
            width: 25px;
            height: 83px;
            position: relative;
            margin-bottom: 12px;
          }
          @media screen and (max-width: 960px), screen and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 1) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: landscape) {
            .page-front .front-section.people-section .section-header .section-icon {
              margin-bottom: 0;
            }
          }
          @media screen and (max-width: 600px), screen and (min-device-width: 320px) and (max-device-width: 480px), screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1), screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
            .page-front .front-section.people-section .section-header .section-icon {
              opacity: 0;
            }
          }
          .page-front .front-section.people-section .section-header .section-icon span {
            width: 100%;
            height: 100;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            margin: auto;
            position: absolute;
          }
          .page-front .front-section.people-section .section-header .section-icon span img {
            width: 100%;
            height: 100%;
            display: block;
          }
          .page-front .front-section.people-section:before {
            content: '';
            display: block;
            position: absolute;
            width: 100%;
            height: 268px;
            top: 0;
            right: 0;
            background: -moz-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0.92) 50%, rgba(0, 0, 0, 0.8) 68%, rgba(0, 0, 0, 0) 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #000000), color-stop(50%, rgba(0, 0, 0, 0.92)), color-stop(68%, rgba(0, 0, 0, 0.8)), color-stop(100%, rgba(0, 0, 0, 0)));
            background: -webkit-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0.92) 50%, rgba(0, 0, 0, 0.8) 68%, rgba(0, 0, 0, 0) 100%);
            background: -o-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0.92) 50%, rgba(0, 0, 0, 0.8) 68%, rgba(0, 0, 0, 0) 100%);
            background: -ms-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0.92) 50%, rgba(0, 0, 0, 0.8) 68%, rgba(0, 0, 0, 0) 100%);
            background: linear-gradient(to bottom, #000000 0%, rgba(0, 0, 0, 0.92) 50%, rgba(0, 0, 0, 0.8) 68%, rgba(0, 0, 0, 0) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00000000', GradientType=0);
            display: none;
          }
          @media screen and (max-width: 960px), screen and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 1) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: landscape) {
            .page-front .front-section.people-section:before {
              background: -moz-linear-gradient(top, #2f2f2f 0%, rgba(47, 47, 47, 0.87) 50%, rgba(47, 47, 47, 0.58) 75%, rgba(47, 47, 47, 0) 100%);
              background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2f2f2f), color-stop(50%, rgba(47, 47, 47, 0.87)), color-stop(75%, rgba(47, 47, 47, 0.58)), color-stop(100%, rgba(47, 47, 47, 0)));
              background: -webkit-linear-gradient(top, #2f2f2f 0%, rgba(47, 47, 47, 0.87) 50%, rgba(47, 47, 47, 0.58) 75%, rgba(47, 47, 47, 0) 100%);
              background: -o-linear-gradient(top, #2f2f2f 0%, rgba(47, 47, 47, 0.87) 50%, rgba(47, 47, 47, 0.58) 75%, rgba(47, 47, 47, 0) 100%);
              background: -ms-linear-gradient(top, #2f2f2f 0%, rgba(47, 47, 47, 0.87) 50%, rgba(47, 47, 47, 0.58) 75%, rgba(47, 47, 47, 0) 100%);
              background: linear-gradient(to bottom, #2f2f2f 0%, rgba(47, 47, 47, 0.87) 50%, rgba(47, 47, 47, 0.58) 75%, rgba(47, 47, 47, 0) 100%);
              filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2f2f2f', endColorstr='#002f2f2f', GradientType=0);
            }
          }
          @media screen and (max-width: 600px), screen and (min-device-width: 320px) and (max-device-width: 480px), screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1), screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
            .page-front .front-section.people-section:before {
              height: 470px;
            }
          }
          .page-front .front-section.people-section .people-slider-container {
            max-width: 1100px;
            width: 100%;
            margin-left: auto;
            margin-right: auto;
            position: relative;
            padding: 0 50px;
          }
          @media screen and (max-width: 600px), screen and (min-device-width: 320px) and (max-device-width: 480px), screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1), screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
            .page-front .front-section.people-section .people-slider-container {
              padding: 0 15px;
            }
          }
          .page-front .front-section.people-section .people-slider-container span.border {
            position: absolute;
            width: 100%;
            left: 0;
          }
          .page-front .front-section.people-section .people-slider-container span.border:after,
          .page-front .front-section.people-section .people-slider-container span.border:before {
            content: '';
            display: block;
            position: absolute;
            width: 50px;
            height: 50px;
          }
          .page-front .front-section.people-section .people-slider-container span.border.top {
            top: 0;
          }
          .page-front .front-section.people-section .people-slider-container span.border.top:before {
            top: 0;
            left: 0;
            border-top: 4px solid white;
            border-left: 4px solid white;
          }
          .page-front .front-section.people-section .people-slider-container span.border.top:after {
            top: 0;
            right: 0;
            border-top: 4px solid white;
            border-right: 4px solid white;
          }
          .page-front .front-section.people-section .people-slider-container span.border.bottom {
            bottom: 0;
          }
          .page-front .front-section.people-section .people-slider-container span.border.bottom:before {
            bottom: 0;
            left: 0;
            border-bottom: 4px solid white;
            border-left: 4px solid white;
          }
          .page-front .front-section.people-section .people-slider-container span.border.bottom:after {
            bottom: 0;
            right: 0;
            border-bottom: 4px solid white;
            border-right: 4px solid white;
          }
          @media screen and (max-width: 600px), screen and (min-device-width: 320px) and (max-device-width: 480px), screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1), screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
            .page-front .front-section.people-section .people-slider-container span.border.top {
              top: -90px;
            }
          }
          .page-front .front-section.people-section .people-slider-container span.border.bottom:before,
          .page-front .front-section.people-section .people-slider-container span.border.top:before {
            left: 50px;
          }
          @media screen and (max-width: 600px), screen and (min-device-width: 320px) and (max-device-width: 480px), screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1), screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
            .page-front .front-section.people-section .people-slider-container span.border.bottom:before,
            .page-front .front-section.people-section .people-slider-container span.border.top:before {
              left: 15px;
            }
          }
          .page-front .front-section.people-section .people-slider-container span.border.bottom:after,
          .page-front .front-section.people-section .people-slider-container span.border.top:after {
            right: 50px;
          }
          @media screen and (max-width: 600px), screen and (min-device-width: 320px) and (max-device-width: 480px), screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1), screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
            .page-front .front-section.people-section .people-slider-container span.border.bottom:after,
            .page-front .front-section.people-section .people-slider-container span.border.top:after {
              right: 15px;
            }
          }
          .page-front .front-section.people-section .front-style-link {
            position: relative;
            top: 16px;
          }
          @media screen and (max-width: 960px), screen and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 1) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: landscape) {
            .page-front .front-section.people-section .front-style-link {
              top: auto;
              padding-bottom: 23px;
            }
          }
          .page-front .front-section.article-section {
            background-color: black;
            position: relative;
          }
          .page-front .front-section.article-section .section-header div {
            margin: auto;
          }
          .page-front .front-section.article-section .section-header span {
            display: block;
            width: 100%;
            height: 100%;
          }
          .page-front .front-section.article-section .section-header span svg {
            display: block;
            width: 100%;
            height: 100%;
          }
          .page-front .front-section.article-section .section-header .section-title {
            width: 276px;
            height: 45px;
          }
          .page-front .front-section.article-section .section-header .section-icon {
            width: 85px;
            height: 85px;
            position: relative;
            background-color: rgba(255, 255, 255, 0.2);
            border-radius: 50%;
            margin-bottom: 22px;
          }
          .page-front .front-section.article-section .section-header .section-icon span {
            width: 37px;
            height: 47px;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            margin: auto;
            position: absolute;
          }
          .page-front .front-section.article-section .section-header .section-icon span svg path {
            fill: white;
          }
          .page-front .front-section.article-section:after {
            content: '';
            display: block;
            position: absolute;
            width: 100%;
            height: 200px;
            left: 0;
            bottom: 0;
            z-index: 2;
            background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.73) 38%, rgba(0, 0, 0, 0.95) 70%, #000000 100%);
            /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(38%, rgba(0, 0, 0, 0.73)), color-stop(70%, rgba(0, 0, 0, 0.95)), color-stop(100%, #000000));
            /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.73) 38%, rgba(0, 0, 0, 0.95) 70%, #000000 100%);
            /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.73) 38%, rgba(0, 0, 0, 0.95) 70%, #000000 100%);
            /* Opera 11.10+ */
            background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.73) 38%, rgba(0, 0, 0, 0.95) 70%, #000000 100%);
            /* IE10+ */
            background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.73) 38%, rgba(0, 0, 0, 0.95) 70%, #000000 100%);
            /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
            /* IE6-9 */
          }
          .page-front .front-section.article-section .front-style-link {
            position: absolute;
            width: 100%;
            z-index: 3;
            bottom: 68px;
          }
          .page-front .front-section.article-section .articles-list {
            padding-top: 0;
          }
          .page-front .front-section.article-section .articles-list .article .figure-container {
            padding-bottom: 43%;
          }
          .page-front .front-section.article-section .articles-list .article:nth-last-of-type(1),
          .page-front .front-section.article-section .articles-list .article:nth-last-of-type(2):not(:nth-of-type(2n)) {
            margin-bottom: 0;
          }
          .page-front .front-section.article-section .articles-list .article:nth-last-of-type(1) .title,
          .page-front .front-section.article-section .articles-list .article:nth-last-of-type(2):not(:nth-of-type(2n)) .title,
          .page-front .front-section.article-section .articles-list .article:nth-last-of-type(1) p,
          .page-front .front-section.article-section .articles-list .article:nth-last-of-type(2):not(:nth-of-type(2n)) p {
            display: none;
          }
          .page-front .front-section.article-section .articles-list .article:nth-last-of-type(1) .figure-container,
          .page-front .front-section.article-section .articles-list .article:nth-last-of-type(2):not(:nth-of-type(2n)) .figure-container {
            margin-bottom: 0;
          }
          .page-front .front-section.tech-slider-section {
            background-image: url(/img/bg-tech-front.jpg);
            background-size: cover;
            background-repeat: no-repeat;
            position: relative;
          }
          .page-front .front-section.tech-slider-section .front-style-link {
            position: absolute;
            bottom: 35px;
          }
          @media screen and (max-width: 600px), screen and (min-device-width: 320px) and (max-device-width: 480px), screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1), screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
            .page-front .front-section.tech-slider-section {
              height: 0;
              overflow: hidden;
            }
          }
          .page-front .front-section.tech-slider-section .section-header div {
            margin: auto;
          }
          .page-front .front-section.tech-slider-section .section-header span {
            display: block;
            width: 100%;
            height: 100%;
          }
          .page-front .front-section.tech-slider-section .section-header span svg {
            display: block;
            width: 100%;
            height: 100%;
          }
          .page-front .front-section.tech-slider-section .section-header .section-title {
            width: 276px;
            height: 45px;
          }
          .page-front .front-section.tech-slider-section .section-header .section-icon {
            width: 85px;
            height: 85px;
            position: relative;
            background-color: rgba(255, 255, 255, 0.2);
            border-radius: 50%;
            margin-bottom: 22px;
          }
          .page-front .front-section.tech-slider-section .section-header .section-icon span {
            width: 37px;
            height: 47px;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            margin: auto;
            position: absolute;
          }
          .page-front .front-section.tech-slider-section .section-header .section-icon span svg path {
            fill: white;
          }
          .page-front .front-section.tech-slider-section .tech-slider-container {
            height: 697px;
            width: 100%;
            margin-top: -138px;
            padding-bottom: 67px;
          }
          @media screen and (max-width: 960px), screen and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 1) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: landscape) {
            .page-front .front-section.tech-slider-section .tech-slider-container {
              margin-top: -80px;
            }
          }
          .page-front .front-section.tech-slider-section .tech-slider-container .tech-slider {
            float: left;
            width: 50%;
            height: 100%;
            position: relative;
          }
          .page-front .front-section.tech-slider-section .tech-slider-container .tech-slider .slider-part {
            position: relative;
            width: 100%;
            height: 100%;
          }
          .page-front .front-section.tech-slider-section .tech-slider-container .tech-slider .head-content {
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            cursor: pointer;
            white-space: nowrap;
            background-color: black;
            color: white;
            z-index: 0;
            opacity: 1;
            transition: opacity 0.3s 1.3s, color 0.2s, background-color 0.2s;
          }
          .page-front .front-section.tech-slider-section .tech-slider-container .tech-slider .head-content h2 {
            font-weight: normal;
          }
          .page-front .front-section.tech-slider-section .tech-slider-container .tech-slider .body-content {
            position: absolute;
            top: inherit;
            right: 0;
            margin-top: 20px;
            overflow: hidden;
            opacity: 0;
            top: 0;
            transition: opacity 0.3s;
            pointer-events: none;
            transition: opacity 0.2s 0s, top 0s 1.3s;
          }
          .page-front .front-section.tech-slider-section .tech-slider-container .tech-slider .body-content h2 {
            font-weight: normal;
            display: block;
          }
          .page-front .front-section.tech-slider-section .tech-slider-container .tech-slider .body-content h2 a {
            font-weight: normal;
            background-color: #ffde00;
            font-size: 16px;
            padding: 10px 13px 6px 10px;
            text-decoration: none;
            display: block;
            color: black;
            box-shadow: inset 0 0 0 1px transparent;
            transition: background-color 0.2s, color 0.2s;
          }
          .page-front .front-section.tech-slider-section .tech-slider-container .tech-slider .body-content h2 a:hover {
            background-color: black;
            color: #ffde00;
          }
          .page-front .front-section.tech-slider-section .tech-slider-container .tech-slider .body-content h2 a:active {
            box-shadow: inset 0 0 0 2px #ffde00;
          }
          .page-front .front-section.tech-slider-section .tech-slider-container .tech-slider .body-content ul {
            color: white;
            padding-top: 5px;
          }
          .page-front .front-section.tech-slider-section .tech-slider-container .tech-slider .body-content ul li {
            white-space: nowrap;
            font-size: 14px;
            margin-top: 8px;
          }
          @media screen and (max-width: 960px), screen and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 1) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: landscape) {
            .page-front .front-section.tech-slider-section .tech-slider-container .tech-slider .body-content ul li {
              margin-top: 4px;
            }
          }
          .page-front .front-section.tech-slider-section .tech-slider-container .tech-slider .body-content ul li span {
            font-weight: bold;
          }
          .page-front .front-section.tech-slider-section .tech-slider-container .tech-slider .slide.hover .head-content {
            background-color: #ffde00;
            color: black;
          }
          .page-front .front-section.tech-slider-section .tech-slider-container .tech-slider .slide.hover .figure:before {
            box-shadow: 0 0 100px 30px #ffde00;
          }
          .page-front .front-section.tech-slider-section .tech-slider-container .tech-slider .slide.active .head-content,
          .page-front .front-section.tech-slider-section .tech-slider-container .tech-slider .slide.overscreen .head-content {
            opacity: 0;
            transition: opacity 0.3s 0s, color 0.2s, background-color 0.2s;
          }
          .page-front .front-section.tech-slider-section .tech-slider-container .tech-slider .slide.active .body-content {
            pointer-events: auto;
          }
          .page-front .front-section.tech-slider-section .tech-slider-container .tech-slider .slide {
            width: 100%;
            height: 1px;
            transform-origin: left top;
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            margin: auto;
            z-index: 1;
            text-align: right;
            -webkit-animation-fill-mode: backwards;
            animation-fill-mode: backwards;
            -webkit-animation-duration: 1s;
            animation-duration: 1s;
          }
          .page-front .front-section.tech-slider-section .tech-slider-container .tech-slider .slide .figure {
            -webkit-animation-fill-mode: backwards;
            animation-fill-mode: backwards;
            -webkit-animation-duration: 1s;
            animation-duration: 1s;
          }
          .page-front .front-section.tech-slider-section .tech-slider-container .tech-slider .slide .figure:before {
            content: '';
            display: block;
            width: 20px;
            height: 20px;
            position: absolute;
            top: 0;
            bottom: 0;
            margin: auto;
            right: 20px;
            pointer-events: none;
            box-shadow: 0 0 0 0 #ffde00;
            transition: box-shadow 0.2s;
          }
          .page-front .front-section.tech-slider-section .tech-slider-container .tech-slider .slide .figure .img-container {
            cursor: pointer;
            transition: transform 1s;
          }
          .page-front .front-section.tech-slider-section .tech-slider-container .tech-slider .slide.prev .figure img,
          .page-front .front-section.tech-slider-section .tech-slider-container .tech-slider .slide.next .figure img {
            -webkit-filter: blur(3px);
            filter: blur(3px);
            transition: filter 0s 1.3s;
            -webkit-transition: -webkit-filter 0s 1.3s;
          }
          .page-front .front-section.tech-slider-section .tech-slider-container .tech-slider .slide.active .body-content {
            opacity: 1;
            transition: opacity 0.2s 1.2s, top 0s 0s;
          }
          .page-front .front-section.tech-slider-section .tech-slider-container .tech-slider .figure-container {
            height: 250px;
            -webkit-transform: translateY(-55%);
            -ms-transform: translateY(-55%);
            transform: translateY(-55%);
          }
          .page-front .front-section.tech-slider-section .tech-slider-container .tech-slider .figure {
            position: absolute;
            right: 0;
            top: 0;
            margin: auto;
            height: 190px;
          }
          .page-front .front-section.tech-slider-section .tech-slider-container .tech-slider .figure .img-container {
            position: relative;
            right: 0;
            top: 0;
            height: 100%;
            z-index: 2;
          }
          .page-front .front-section.tech-slider-section .tech-slider-container .tech-slider .figure .img-container img {
            display: block;
            height: 100%;
          }
          .page-front .front-section.tech-slider-section .tech-slider-container .tech-slider.kit-slider {
            padding-right: 13px;
          }
          .page-front .front-section.tech-slider-section .tech-slider-container .tech-slider.kit-slider .slider-part {
            position: relative;
          }
          .page-front .front-section.tech-slider-section .tech-slider-container .tech-slider.kit-slider .slider-part:before {
            content: '';
            display: block;
            height: 0;
            width: 32%;
            padding-bottom: 27%;
            position: absolute;
            top: 29%;
            left: 18%;
            background-image: url(/img/bg-arrow-front-slider.svg);
            background-repeat: no-repeat;
            background-size: contain;
            background-position: left top;
            display: none;
          }
          .page-front .front-section.tech-slider-section .tech-slider-container .tech-slider.kit-slider .figure {
            height: 177px;
          }
          .page-front .front-section.tech-slider-section .tech-slider-container .tech-slider.kit-slider .figure-container {
            -webkit-transform: translateY(-60%);
            -ms-transform: translateY(-60%);
            transform: translateY(-60%);
          }
          .page-front .front-section.tech-slider-section .tech-slider-container .tech-slider.kit-slider .head-content {
            right: 20px;
            padding: 10px 13px 10px 50px;
            transform: translateY(-50%) translateX(100%);
          }
          .page-front .front-section.tech-slider-section .tech-slider-container .tech-slider.kit-slider .slide.next {
            transform: rotate(90deg) translateY(60px);
            width: 360px;
          }
          .page-front .front-section.tech-slider-section .tech-slider-container .tech-slider.kit-slider .slide.next .figure {
            transform: rotate(-90deg) translateY(-100%) translateX(-40px);
            transform-origin: right top;
          }
          .page-front .front-section.tech-slider-section .tech-slider-container .tech-slider.kit-slider .slide.next .img-container {
            transform: scale(0.6);
            transform-origin: right center;
          }
          .page-front .front-section.tech-slider-section .tech-slider-container .tech-slider.kit-slider .slide.prev {
            transform: rotate(-90deg) translateY(-10px);
            width: 280px;
          }
          .page-front .front-section.tech-slider-section .tech-slider-container .tech-slider.kit-slider .slide.prev .figure {
            transform: rotate(90deg) translateX(210px);
            transform-origin: right top;
          }
          .page-front .front-section.tech-slider-section .tech-slider-container .tech-slider.kit-slider .slide.prev .img-container {
            transform: scale(0.6);
            transform-origin: right center;
          }
          .page-front .front-section.tech-slider-section .tech-slider-container .tech-slider.kit-slider .slide.active {
            transform: rotate(0) translateY(72px);
          }
          .page-front .front-section.tech-slider-section .tech-slider-container .tech-slider.kit-slider .slide.active .figure {
            transform: rotate(0) translateX(0);
          }
          .page-front .front-section.tech-slider-section .tech-slider-container .tech-slider.kit-slider .slide.active .img-container {
            transform: scale(0.9);
          }
          .page-front .front-section.tech-slider-section .tech-slider-container .tech-slider.kit-slider .slide.active .body-content {
            top: 200px;
          }
          @media screen and (max-width: 960px), screen and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 1) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: landscape) {
            .page-front .front-section.tech-slider-section .tech-slider-container .tech-slider.kit-slider .slide.active .body-content {
              top: 175px;
            }
          }
          .page-front .front-section.tech-slider-section .tech-slider-container .tech-slider.kit-slider .slide.overscreen {
            transform: rotate(180deg) translateY(0);
          }
          .page-front .front-section.tech-slider-section .tech-slider-container .tech-slider.kit-slider .slide.overscreen .figure {
            transform: rotate(0) translateX(0);
          }
          .page-front .front-section.tech-slider-section .tech-slider-container .tech-slider.kit-slider .slide.overscreen .img-container {
            transform: scale(1);
          }
          .page-front .front-section.tech-slider-section .tech-slider-container .tech-slider.kit-slider.fw .slide.active {
            -webkit-animation-name: activeFromNextKit;
            animation-name: activeFromNextKit;
          }
          .page-front .front-section.tech-slider-section .tech-slider-container .tech-slider.kit-slider.fw .slide.active .figure {
            -webkit-animation-name: activeFromNextRotateKit;
            animation-name: activeFromNextRotateKit;
            transform-origin: right top;
          }
          .page-front .front-section.tech-slider-section .tech-slider-container .tech-slider.kit-slider.fw .slide.active .img-container {
            transform: scale(0.9);
            transform-origin: right bottom;
          }
          .page-front .front-section.tech-slider-section .tech-slider-container .tech-slider.kit-slider.fw .slide.prev {
            -webkit-animation-name: prevFromActiveKit;
            animation-name: prevFromActiveKit;
          }
          .page-front .front-section.tech-slider-section .tech-slider-container .tech-slider.kit-slider.fw .slide.prev .figure {
            -webkit-animation-name: prevFromActiveRotateKit;
            animation-name: prevFromActiveRotateKit;
            transform-origin: right top;
          }
          .page-front .front-section.tech-slider-section .tech-slider-container .tech-slider.kit-slider.fw .slide.prev .img-container {
            transform: scale(0.6);
            transform-origin: right center;
          }
          .page-front .front-section.tech-slider-section .tech-slider-container .tech-slider.kit-slider.fw .slide.overscreen {
            -webkit-animation-name: overFromPrevKit;
            animation-name: overFromPrevKit;
          }
          .page-front .front-section.tech-slider-section .tech-slider-container .tech-slider.kit-slider.fw .slide.overscreen .figure {
            -webkit-animation-name: overFromPrevRotateKit;
            animation-name: overFromPrevRotateKit;
            transform-origin: right top;
          }
          .page-front .front-section.tech-slider-section .tech-slider-container .tech-slider.kit-slider.fw .slide.overscreen .img-container {
            transform: scale(0.6);
            transform-origin: right center;
          }
          .page-front .front-section.tech-slider-section .tech-slider-container .tech-slider.kit-slider.fw .slide.next {
            -webkit-animation-name: nextFromOverKit;
            animation-name: nextFromOverKit;
          }
          .page-front .front-section.tech-slider-section .tech-slider-container .tech-slider.kit-slider.fw .slide.next .img-container {
            transform: scale(0.6);
            transform-origin: right center;
          }
          .page-front .front-section.tech-slider-section .tech-slider-container .tech-slider.kit-slider.bw .slide.next {
            -webkit-animation-name: nextFromActiveKit;
            animation-name: nextFromActiveKit;
          }
          .page-front .front-section.tech-slider-section .tech-slider-container .tech-slider.kit-slider.bw .slide.next .figure {
            -webkit-animation-name: nextFromActiveRotateKit;
            animation-name: nextFromActiveRotateKit;
            transform-origin: right top;
          }
          .page-front .front-section.tech-slider-section .tech-slider-container .tech-slider.kit-slider.bw .slide.next .img-container {
            transform: scale(0.6);
            transform-origin: right center;
          }
          .page-front .front-section.tech-slider-section .tech-slider-container .tech-slider.kit-slider.bw .slide.prev {
            -webkit-animation-name: prevFromOverKit;
            animation-name: prevFromOverKit;
          }
          .page-front .front-section.tech-slider-section .tech-slider-container .tech-slider.kit-slider.bw .slide.prev .figure {
            transform-origin: right top;
          }
          .page-front .front-section.tech-slider-section .tech-slider-container .tech-slider.kit-slider.bw .slide.prev .img-container {
            transform: scale(0.6);
            transform-origin: right center;
          }
          .page-front .front-section.tech-slider-section .tech-slider-container .tech-slider.kit-slider.bw .slide.active {
            -webkit-animation-name: activeFromPrevKit;
            animation-name: activeFromPrevKit;
          }
          .page-front .front-section.tech-slider-section .tech-slider-container .tech-slider.kit-slider.bw .slide.active .figure {
            -webkit-animation-name: activeFromPrevRotateKit;
            animation-name: activeFromPrevRotateKit;
            transform-origin: right top;
          }
          .page-front .front-section.tech-slider-section .tech-slider-container .tech-slider.kit-slider.bw .slide.active .img-container {
            transform: scale(0.9);
            transform-origin: right bottom;
          }
          .page-front .front-section.tech-slider-section .tech-slider-container .tech-slider.kit-slider.bw .slide.overscreen {
            -webkit-animation-name: overFromNextKit;
            animation-name: overFromNextKit;
          }
          .page-front .front-section.tech-slider-section .tech-slider-container .tech-slider.kit-slider.bw .slide.overscreen .figure {
            -webkit-animation-name: overFromNextRotateKit;
            animation-name: overFromNextRotateKit;
            transform-origin: right top;
          }
          .page-front .front-section.tech-slider-section .tech-slider-container .tech-slider.kit-slider.bw .slide.overscreen .img-container {
            transform: scale(0.6);
            transform-origin: right center;
          }
          .page-front .front-section.tech-slider-section .tech-slider-container .tech-slider.model-slider {
            padding-left: 13px;
          }
          .page-front .front-section.tech-slider-section .tech-slider-container .tech-slider.model-slider .figure {
            right: initial;
            left: 0;
            height: 250px;
          }
          .page-front .front-section.tech-slider-section .tech-slider-container .tech-slider.model-slider .head-content {
            left: 20px;
            padding: 10px 30px 10px 13px;
            transform: translateY(-50%) translateX(-100%);
          }
          .page-front .front-section.tech-slider-section .tech-slider-container .tech-slider.model-slider .body-content {
            right: initial;
            left: 0;
            top: 253px;
          }
          .page-front .front-section.tech-slider-section .tech-slider-container .tech-slider.model-slider .slide {
            text-align: left;
            left: initial;
            right: 0;
            transform-origin: right top;
          }
          .page-front .front-section.tech-slider-section .tech-slider-container .tech-slider.model-slider .slide .figure:before {
            right: initial;
            left: 20px;
          }
          .page-front .front-section.tech-slider-section .tech-slider-container .tech-slider.model-slider .slide.next {
            transform: rotate(-90deg) translateY(60px);
            width: 360px;
          }
          .page-front .front-section.tech-slider-section .tech-slider-container .tech-slider.model-slider .slide.next .figure {
            transform: rotate(90deg) translateY(-85%) translateX(10px);
            transform-origin: left top;
          }
          .page-front .front-section.tech-slider-section .tech-slider-container .tech-slider.model-slider .slide.next .img-container {
            transform: scale(0.6);
            transform-origin: left center;
          }
          .page-front .front-section.tech-slider-section .tech-slider-container .tech-slider.model-slider .slide.prev {
            transform: rotate(90deg) translateY(10px);
            width: 280px;
          }
          .page-front .front-section.tech-slider-section .tech-slider-container .tech-slider.model-slider .slide.prev .figure {
            transform: rotate(-90deg) translateX(-190px) translateY(-15%);
            transform-origin: left top;
          }
          .page-front .front-section.tech-slider-section .tech-slider-container .tech-slider.model-slider .slide.prev .img-container {
            transform: scale(0.6);
            transform-origin: left center;
          }
          .page-front .front-section.tech-slider-section .tech-slider-container .tech-slider.model-slider .slide.active {
            transform: rotate(0) translateY(0);
          }
          .page-front .front-section.tech-slider-section .tech-slider-container .tech-slider.model-slider .slide.active .figure {
            transform: rotate(0) translateX(0);
          }
          .page-front .front-section.tech-slider-section .tech-slider-container .tech-slider.model-slider .slide.active .img-container {
            transform: scale(1);
          }
          .page-front .front-section.tech-slider-section .tech-slider-container .tech-slider.model-slider .slide.active .body-content {
            top: 260px;
          }
          @media screen and (max-width: 960px), screen and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 1) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: landscape) {
            .page-front .front-section.tech-slider-section .tech-slider-container .tech-slider.model-slider .slide.active .body-content {
              top: 235px;
            }
          }
          .page-front .front-section.tech-slider-section .tech-slider-container .tech-slider.model-slider .slide.overscreen {
            transform: rotate(180deg) translateY(0);
          }
          .page-front .front-section.tech-slider-section .tech-slider-container .tech-slider.model-slider .slide.overscreen .figure {
            transform: rotate(0) translateX(0);
          }
          .page-front .front-section.tech-slider-section .tech-slider-container .tech-slider.model-slider .slide.overscreen .img-container {
            transform: scale(1);
          }
          .page-front .front-section.tech-slider-section .tech-slider-container .tech-slider.model-slider.fw .slide.active {
            -webkit-animation-name: activeFromNextModel;
            animation-name: activeFromNextModel;
          }
          .page-front .front-section.tech-slider-section .tech-slider-container .tech-slider.model-slider.fw .slide.active .figure {
            -webkit-animation-name: activeFromNextRotateModel;
            animation-name: activeFromNextRotateModel;
            transform-origin: left top;
          }
          .page-front .front-section.tech-slider-section .tech-slider-container .tech-slider.model-slider.fw .slide.active .img-container {
            transform: scale(1);
            transform-origin: left center;
          }
          .page-front .front-section.tech-slider-section .tech-slider-container .tech-slider.model-slider.fw .slide.prev {
            -webkit-animation-name: prevFromActiveModel;
            animation-name: prevFromActiveModel;
          }
          .page-front .front-section.tech-slider-section .tech-slider-container .tech-slider.model-slider.fw .slide.prev .figure {
            -webkit-animation-name: prevFromActiveRotateModel;
            animation-name: prevFromActiveRotateModel;
            transform-origin: left top;
          }
          .page-front .front-section.tech-slider-section .tech-slider-container .tech-slider.model-slider.fw .slide.prev .img-container {
            transform: scale(0.6);
            transform-origin: left center;
          }
          .page-front .front-section.tech-slider-section .tech-slider-container .tech-slider.model-slider.fw .slide.overscreen {
            -webkit-animation-name: overFromPrevModel;
            animation-name: overFromPrevModel;
          }
          .page-front .front-section.tech-slider-section .tech-slider-container .tech-slider.model-slider.fw .slide.overscreen .figure {
            -webkit-animation-name: overFromPrevRotateModel;
            animation-name: overFromPrevRotateModel;
            transform-origin: left top;
          }
          .page-front .front-section.tech-slider-section .tech-slider-container .tech-slider.model-slider.fw .slide.overscreen .img-container {
            transform: scale(0.6);
            transform-origin: left center;
          }
          .page-front .front-section.tech-slider-section .tech-slider-container .tech-slider.model-slider.fw .slide.next {
            -webkit-animation-name: nextFromOverModel;
            animation-name: nextFromOverModel;
          }
          .page-front .front-section.tech-slider-section .tech-slider-container .tech-slider.model-slider.fw .slide.next .figure {
            transform-origin: left top;
          }
          .page-front .front-section.tech-slider-section .tech-slider-container .tech-slider.model-slider.fw .slide.next .img-container {
            transform: scale(0.6);
            transform-origin: left center;
          }
          .page-front .front-section.tech-slider-section .tech-slider-container .tech-slider.model-slider.bw .slide.active {
            -webkit-animation-name: activeFromPrevModel;
            animation-name: activeFromPrevModel;
          }
          .page-front .front-section.tech-slider-section .tech-slider-container .tech-slider.model-slider.bw .slide.active .figure {
            -webkit-animation-name: activeFromPrevRotateModel;
            animation-name: activeFromPrevRotateModel;
            transform-origin: left top;
          }
          .page-front .front-section.tech-slider-section .tech-slider-container .tech-slider.model-slider.bw .slide.active .img-container {
            transform: scale(1);
            transform-origin: left center;
          }
          .page-front .front-section.tech-slider-section .tech-slider-container .tech-slider.model-slider.bw .slide.prev {
            -webkit-animation-name: prevFromOverModel;
            animation-name: prevFromOverModel;
          }
          .page-front .front-section.tech-slider-section .tech-slider-container .tech-slider.model-slider.bw .slide.prev .figure {
            transform-origin: left top;
          }
          .page-front .front-section.tech-slider-section .tech-slider-container .tech-slider.model-slider.bw .slide.prev .img-container {
            transform: scale(0.6);
            transform-origin: left center;
          }
          .page-front .front-section.tech-slider-section .tech-slider-container .tech-slider.model-slider.bw .slide.overscreen {
            -webkit-animation-name: overFromNextModel;
            animation-name: overFromNextModel;
          }
          .page-front .front-section.tech-slider-section .tech-slider-container .tech-slider.model-slider.bw .slide.overscreen .figure {
            -webkit-animation-name: overFromNextRotateModel;
            animation-name: overFromNextRotateModel;
            transform-origin: left top;
          }
          .page-front .front-section.tech-slider-section .tech-slider-container .tech-slider.model-slider.bw .slide.overscreen .img-container {
            transform: scale(0.6);
            transform-origin: left center;
          }
          .page-front .front-section.tech-slider-section .tech-slider-container .tech-slider.model-slider.bw .slide.next {
            -webkit-animation-name: nextFromActiveModel;
            animation-name: nextFromActiveModel;
          }
          .page-front .front-section.tech-slider-section .tech-slider-container .tech-slider.model-slider.bw .slide.next .figure {
            -webkit-animation-name: nextFromActiveRotateModel;
            animation-name: nextFromActiveRotateModel;
            transform-origin: left top;
          }
          .page-front .front-section.tech-slider-section .tech-slider-container .tech-slider.model-slider.bw .slide.next .img-container {
            transform: scale(0.6);
            transform-origin: left center;
          }
          .page-front .front-section.news-section {
            background-color: black;
            position: relative;
            padding-bottom: 3px;
          }
          .page-front .front-section.news-section .section-header div {
            margin: auto;
          }
          .page-front .front-section.news-section .section-header span {
            display: block;
            width: 100%;
            height: 100%;
          }
          .page-front .front-section.news-section .section-header span svg {
            display: block;
            width: 100%;
            height: 100%;
          }
          .page-front .front-section.news-section .section-header .section-title {
            width: 276px;
            height: 45px;
          }
          .page-front .front-section.news-section .section-header .section-icon {
            width: 85px;
            height: 85px;
            position: relative;
            background-color: rgba(255, 255, 255, 0.2);
            border-radius: 50%;
            margin-bottom: 22px;
          }
          .page-front .front-section.news-section .section-header .section-icon span {
            width: 37px;
            height: 47px;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            margin: auto;
            position: absolute;
          }
          .page-front .front-section.news-section .section-header .section-icon span svg path {
            fill: white;
          }
          .page-front .front-section.news-section:after {
            content: '';
            display: block;
            position: absolute;
            width: 100%;
            height: 110px;
            left: 0;
            bottom: 0;
            z-index: 2;
            background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.73) 38%, rgba(0, 0, 0, 0.95) 70%, #000000 100%);
            /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(38%, rgba(0, 0, 0, 0.73)), color-stop(70%, rgba(0, 0, 0, 0.95)), color-stop(100%, #000000));
            /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.73) 38%, rgba(0, 0, 0, 0.95) 70%, #000000 100%);
            /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.73) 38%, rgba(0, 0, 0, 0.95) 70%, #000000 100%);
            /* Opera 11.10+ */
            background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.73) 38%, rgba(0, 0, 0, 0.95) 70%, #000000 100%);
            /* IE10+ */
            background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.73) 38%, rgba(0, 0, 0, 0.95) 70%, #000000 100%);
            /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
            /* IE6-9 */
          }
          .page-front .front-section.news-section .front-style-link {
            position: absolute;
            width: 100%;
            z-index: 3;
            bottom: 3px;
          }
          .page-front .front-section.news-section .front-news-list {
            width: 100%;
            display: -ms-flexbox;
            display: flex;
            display: -webkit-box;
            display: -webkit-flex;
            align-items: initial;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -webkit-flex-direction: row;
            -ms-flex-direction: row;
            flex-direction: row;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-flex-wrap: wrap;
          }
          .page-front .front-section.news-section .front-news-list .box + .box {
            margin-left: 4%;
          }
          .page-front .front-section.news-section .front-news-list .box {
            width: 46%;
          }
          .page-front .front-section.news-section .front-news-list .box:nth-of-type(2n + 1) {
            margin-left: 0;
          }
          @media screen and (max-width: 960px), screen and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 1) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: landscape) {
            .page-front .front-section.news-section .front-news-list {
              width: 100%;
              display: -ms-flexbox;
              display: flex;
              display: -webkit-box;
              display: -webkit-flex;
              align-items: initial;
            }
            .page-front .front-section.news-section .front-news-list .box + .box {
              margin-left: 5%;
            }
            .page-front .front-section.news-section .front-news-list .box {
              width: 30%;
            }
            .page-front .front-section.news-section .front-news-list .box:nth-of-type(3n + 1) {
              margin-left: 0;
            }
          }
          @media screen and (max-width: 600px), screen and (min-device-width: 320px) and (max-device-width: 480px), screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1), screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
            .page-front .front-section.news-section .front-news-list {
              width: 100%;
              display: -ms-flexbox;
              display: flex;
              display: -webkit-box;
              display: -webkit-flex;
              align-items: initial;
              display: block;
            }
            .page-front .front-section.news-section .front-news-list .box {
              -webkit-flex-shrink: 0;
              -ms-flex-negative: 0;
              flex-shrink: 0;
            }
            .page-front .front-section.news-section .front-news-list .box + .box {
              margin-left: 0;
            }
            .page-front .front-section.news-section .front-news-list .box {
              width: 100%;
            }
          }
          .page-front .front-section.news-section .front-news-list .news {
            clear: both;
            display: inline-block;
            display: block;
            overflow: hidden;
            padding-bottom: 55px;
          }
          .page-front .front-section.news-section .front-news-list .news > div {
            float: left;
          }
          .page-front .front-section.news-section .front-news-list .news .time {
            position: relative;
            z-index: 1;
            display: inline-block;
            margin-bottom: 8px;
          }
          @media screen and (max-width: 960px), screen and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 1) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: landscape) {
            .page-front .front-section.news-section .front-news-list .news .time {
              position: absolute;
              top: 8px;
              left: 8px;
            }
          }
          @media screen and (max-width: 600px), screen and (min-device-width: 320px) and (max-device-width: 480px), screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1), screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
            .page-front .front-section.news-section .front-news-list .news .time {
              position: relative;
              top: 0;
              left: 0;
            }
          }
          .page-front .front-section.news-section .front-news-list .news .time time {
            display: inline;
            background: #ffdc2d;
            font-size: 12px;
            text-transform: uppercase;
            letter-spacing: 1.2px;
            color: black;
            text-decoration: none;
            padding: 3px 3px 2px 3px;
            word-break: break-word;
          }
          .page-front .front-section.news-section .front-news-list .news .item-body {
            margin-left: 6%;
            width: 61%;
          }
          @media screen and (max-width: 960px), screen and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 1) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: landscape) {
            .page-front .front-section.news-section .front-news-list .news .item-body {
              margin-left: 0;
              width: 100%;
            }
          }
          @media screen and (max-width: 600px), screen and (min-device-width: 320px) and (max-device-width: 480px), screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1), screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
            .page-front .front-section.news-section .front-news-list .news .item-body {
              margin-left: 6%;
              width: 61%;
            }
          }
          .page-front .front-section.news-section .front-news-list .news .figure {
            width: 33%;
            padding-bottom: 17%;
            border-radius: 5px;
            background-position: center;
            background-size: cover;
            background-repeat: no-repeat;
            overflow: hidden;
            -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
            flex-shrink: 0;
          }
          .page-front .front-section.news-section .front-news-list .news p {
            -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
            flex-shrink: 0;
          }
          .page-front .front-section.news-section .front-news-list .news p a {
            color: white;
            font-size: 15px;
            line-height: 18px;
            text-decoration: none;
            border-bottom: 1px solid rgba(255, 255, 255, 0.3);
            transition: color 0.2s, border-bottom 0.2s;
          }
          .page-front .front-section.news-section .front-news-list .news p a:hover {
            color: #ffde00;
            border-bottom: 1px solid rgba(255, 222, 0, 0.3);
          }
          .page-front .front-section.news-section .front-news-list .news p a:active {
            color: #e6c626;
            border-bottom: 1px solid rgba(211, 180, 24, 0.3);
          }
          @media screen and (max-width: 960px), screen and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 1) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: landscape) {
            .page-front .front-section.news-section .front-news-list .news {
              display: block;
            }
            .page-front .front-section.news-section .front-news-list .news:nth-of-type(4) {
              display: none;
            }
            .page-front .front-section.news-section .front-news-list .news .figure {
              width: 100%;
              padding-bottom: 40%;
              margin-bottom: 10px;
            }
          }
          @media screen and (max-width: 600px), screen and (min-device-width: 320px) and (max-device-width: 480px), screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1), screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
            .page-front .front-section.news-section .front-news-list .news {
              display: -ms-flexbox;
              display: flex;
              display: -webkit-box;
              display: -webkit-flex;
              align-items: initial;
              -webkit-box-align: center;
              -webkit-align-items: center;
              -ms-flex-align: center;
              align-items: center;
              -webkit-align-content: center;
              -ms-flex-line-pack: center;
              align-content: center;
            }
            .page-front .front-section.news-section .front-news-list .news:nth-of-type(4) {
              display: block;
            }
            .page-front .front-section.news-section .front-news-list .news .figure {
              width: 33%;
              padding-bottom: 17%;
            }
          }
          .page-front .section-header {
            padding-top: 45px;
            padding-bottom: 35px;
          }
          .page-node-7 #footer,
          .page-node-7 #wrap {
            background-color: black;
          }
          @media screen and (max-width: 600px), screen and (min-device-width: 320px) and (max-device-width: 480px), screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1), screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
            .page-node-7 #footer,
            .page-node-7 #wrap {
              background-color: #303030;
            }
          }
          .tech-page {
            display: -ms-flexbox;
            display: flex;
            display: -webkit-box;
            display: -webkit-flex;
            align-items: initial;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -webkit-flex-direction: row;
            -ms-flex-direction: row;
            flex-direction: row;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-flex-wrap: wrap;
          }
          .tech-page .box {
            background-color: grey;
            margin-bottom: 55px;
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center;
            border-radius: 4px;
            position: relative;
            background-image: url(/img/b-tech.jpg);
          }
          .tech-page .box:before {
            content: '';
            display: block;
            position: absolute;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            z-index: -1;
            border-radius: 4px;
            background-color: transparent;
            transition: background-color 0.3s;
          }
          .tech-page .box .content {
            position: relative;
          }
          .tech-page .box .content:after {
            font-family: 'icomoon';
            font-weight: normal;
            font-style: normal;
            content: "\e603";
            display: block;
            position: absolute;
            top: 0;
            bottom: 0;
            margin: auto;
            font-size: 40px;
            width: 40px;
            height: 40px;
            right: -30px;
            color: white;
            transform: translateX(100%);
            transition: color 0.2s;
          }
          @media screen and (max-width: 1090px) {
            .tech-page .box .content:after {
              right: 0;
            }
          }
          @media screen and (max-width: 960px), screen and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 1) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: landscape) {
            .tech-page .box .content:after {
              display: none;
            }
          }
          .tech-page .box h2:after {
            font-family: 'icomoon';
            font-weight: normal;
            font-style: normal;
            content: "\e603";
            vertical-align: middle;
            margin-left: 15px;
            display: none;
          }
          @media screen and (max-width: 960px), screen and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 1) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: landscape) {
            .tech-page .box h2:after {
              display: initial;
            }
          }
          @media screen and (max-width: 800px) {
            .tech-page .box h2:after {
              display: none;
            }
          }
          @media screen and (max-width: 600px), screen and (min-device-width: 320px) and (max-device-width: 480px), screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1), screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
            .tech-page .box h2:after {
              display: initial;
            }
          }
          @media screen and (max-width: 360px) {
            .tech-page .box h2:after {
              display: none;
            }
          }
          .tech-page .box p,
          .tech-page .box h2 {
            transition: color 0.2s;
          }
          .tech-page .box:hover:before {
            background-color: #ffde00;
          }
          .tech-page .box:hover p,
          .tech-page .box:hover h2 {
            color: black;
          }
          .tech-page .box:hover .content:after {
            color: black;
          }
          .tech-page .box.box-wide {
            background-position: top center;
            min-height: 199px;
          }
          .tech-page .box.kit {
            background-position: bottom left;
          }
          .tech-page .box.accs {
            background-position: bottom right;
          }
          .tech-page .box a.go {
            position: absolute;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
          }
          @media screen and (max-width: 960px), screen and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 1) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: landscape) {
            .tech-page .box {
              margin-bottom: 40px;
            }
          }
          @media screen and (max-width: 600px), screen and (min-device-width: 320px) and (max-device-width: 480px), screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1), screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
            .tech-page .box {
              margin-bottom: 30px;
            }
          }
          .tech-page .box:not(.box-wide) + .box {
            margin-left: 4%;
          }
          .tech-page .box h2 {
            font-size: 40px;
            font-weight: normal;
            padding-bottom: 13px;
            color: white;
          }
          @media screen and (max-width: 960px), screen and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 1) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: landscape) {
            .tech-page .box h2 {
              font-size: 30px;
            }
          }
          .tech-page .box p {
            font-size: 15px;
            line-height: 22px;
            color: white;
          }
          @media screen and (max-width: 960px), screen and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 1) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: landscape) {
            .tech-page .box p {
              line-height: 16px;
            }
          }
          .tech-page .box.box-wide {
            padding-top: 26px;
            padding-bottom: 32px;
          }
          @media screen and (max-width: 960px), screen and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 1) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: landscape) {
            .tech-page .box.box-wide {
              padding-top: 21px;
              padding-bottom: 22px;
            }
          }
          @media screen and (max-width: 600px), screen and (min-device-width: 320px) and (max-device-width: 480px), screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1), screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
            .tech-page .box.box-wide {
              padding-top: 25px;
              padding-bottom: 30px;
            }
          }
          .tech-page .box.box-wide .content {
            margin-left: 39%;
            width: 59%;
            max-width: 398px;
          }
          @media screen and (max-width: 600px), screen and (min-device-width: 320px) and (max-device-width: 480px), screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1), screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
            .tech-page .box.box-wide .content {
              margin-left: 34%;
            }
          }
          .tech-page .box.box-wide .figure {
            width: 39%;
            position: absolute;
            height: 0;
            left: 7%;
            top: -11%;
            padding-bottom: 25%;
            background-image: url(/img/l-model-new.png);
            background-repeat: no-repeat;
            background-size: contain;
            background-position: left center;
          }
          @media screen and (max-width: 960px), screen and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 1) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: landscape) {
            .tech-page .box.box-wide .figure {
              top: 0%;
            }
          }
          @media screen and (max-width: 600px), screen and (min-device-width: 320px) and (max-device-width: 480px), screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1), screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
            .tech-page .box.box-wide .figure {
              height: 100%;
              padding-bottom: 0;
              left: 3%;
              width: 25%;
            }
          }
          .tech-page .box.box-2-4 {
            overflow: hidden;
            display: -ms-flexbox;
            display: flex;
            display: -webkit-box;
            display: -webkit-flex;
            align-items: initial;
            padding-top: 56px;
            padding-bottom: 53px;
          }
          @media screen and (max-width: 960px), screen and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 1) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: landscape) {
            .tech-page .box.box-2-4 {
              padding-top: 41px;
              padding-bottom: 23px;
            }
          }
          @media screen and (max-width: 600px), screen and (min-device-width: 320px) and (max-device-width: 480px), screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1), screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
            .tech-page .box.box-2-4 {
              width: 100%;
              margin-left: 0 !important;
              padding-top: 25px;
              padding-bottom: 30px;
            }
          }
          .tech-page .box.box-2-4 h2 {
            padding-bottom: 6px;
          }
          .tech-page .box.box-2-4.kit .figure {
            background-image: url(/img/l-kit.png);
            background-repeat: no-repeat;
            background-size: 70% auto;
            background-position: center;
          }
          .tech-page .box.box-2-4.accs .figure {
            background-image: url(/img/l-accs.png);
            background-repeat: no-repeat;
            background-position: center;
            background-size: 53% auto;
          }
          .tech-page .box.box-2-4 .figure {
            width: 41%;
            height: 100%;
            position: absolute;
            left: 0;
            top: 0;
          }
          @media screen and (max-width: 600px), screen and (min-device-width: 320px) and (max-device-width: 480px), screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1), screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
            .tech-page .box.box-2-4 .figure {
              width: 34%;
            }
          }
          .tech-page .box.box-2-4 .content {
            width: 49%;
            max-width: 200px;
            margin-left: 39%;
          }
          @media screen and (max-width: 960px), screen and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 1) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: landscape) {
            .tech-page .box.box-2-4 .content {
              max-width: 160px;
            }
          }
          @media screen and (max-width: 600px), screen and (min-device-width: 320px) and (max-device-width: 480px), screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1), screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
            .tech-page .box.box-2-4 .content {
              margin-left: 34%;
            }
          }
          .product-list .box.item {
            background-color: black;
            overflow: hidden;
            border-radius: 4px;
            margin-bottom: 50px;
            padding-bottom: 38px;
          }
          .product-list .box.item > * {
            width: 100%;
          }
          .product-list .box.item .title,
          .product-list .box.item .item-content,
          .product-list .box.item .item-footer {
            padding: 0 22px;
          }
          .product-list .box.item .title {
            display: block;
            background-color: #ffde00;
            font-size: 20px;
            padding: 0;
            margin-bottom: 28px;
          }
          .product-list .box.item .title a {
            padding: 0 22px;
            padding-top: 4px;
            padding-bottom: 1px;
            text-decoration: none;
            color: black;
            display: block;
            transition: background-color 0.2s, color 0.2s;
          }
          .product-list .box.item .title a:hover {
            background-color: black;
            color: #ffde00;
          }
          .product-list .box.item .title a:active {
            color: #e6c626;
          }
          .product-list .box.item .logo {
            width: 38%;
            min-width: 180px;
            margin: auto;
            margin-bottom: 22px;
            width: 100%;
            padding-bottom: 32%;
            background-size: contain;
            background-position: center;
            background-repeat: no-repeat;
          }
          .product-list .box.item .logo img {
            display: block;
            max-width: 100%;
            height: auto;
          }
          .product-list .box.item .item-content {
            color: white;
            font-size: 13px;
            padding-bottom: 19px;
          }
          .product-list .box.item .item-content p {
            line-height: 17px;
          }
          .product-list .box.item .item-footer {
            padding-bottom: 14px;
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
          }
          .product-list .box.item a.more {
            font-size: 12px;
            color: #ffde00;
            text-decoration: none;
            text-transform: uppercase;
            border: 1px solid #ffde00;
            display: inline-block;
            padding: 5px;
            background-color: transparent;
            transition: color 0.2s, background-color 0.2s;
          }
          .product-list .box.item a.more:after {
            font-family: 'icomoon';
            font-weight: normal;
            font-style: normal;
            content: "\e601";
            vertical-align: middle;
            margin-left: 8px;
            margin-right: 2px;
            transition: margin 0.2s;
          }
          .product-list .box.item a.more:hover {
            color: black;
            background-color: #ffde00;
          }
          .product-list .box.item a.more:hover:after {
            margin-left: 15px;
            margin-right: 6px;
          }
          .product-list .box.item a.more:active {
            background-color: #e6c626;
          }
          .dealers-list .dealers.set {
            margin-bottom: 33px;
          }
          .dealers-list .dealers .city {
            font-size: 15px;
            color: white;
            padding-bottom: 18px;
          }
          .dealers-list .dealers-item {
            margin-bottom: 16px;
          }
          .dealers-list .dealers-item h2,
          .dealers-list .dealers-item p,
          .dealers-list .dealers-item a {
            font-size: 14px;
            color: white;
            font-weight: normal;
            line-height: 17px;
          }
          .dealers-list .dealers-item a {
            color: #ffde00;
          }
          .dealers-list {
            padding-bottom: 57px;
          }
          .dealers__info {
            position: relative;
            border-top: 1px solid rgba(255, 255, 255, 0.2);
          }
          .dealers__info__text {
            max-width: 600px;
            padding-left: 120px;
            padding-top: 25px;
            position: relative;
            color: white;
          }
          @media screen and (max-width: 600px), screen and (min-device-width: 320px) and (max-device-width: 480px), screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1), screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
            .dealers__info__text {
              padding-left: 0;
            }
          }
          .dealers__info__text p {
            padding-bottom: 15px;
            line-height: 1.5;
            font-size: 14px;
          }
          @media screen and (max-width: 600px), screen and (min-device-width: 320px) and (max-device-width: 480px), screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1), screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
            .dealers__info__text p {
              display: block;
            }
          }
          .dealers__info__text:before {
            content: '';
            display: block;
            position: absolute;
            width: 75px;
            height: 75px;
            background-image: url('/img/icon__dealers.png');
            background-repeat: no-repeat;
            left: 0;
            top: initial;
          }
          @media screen and (max-width: 600px), screen and (min-device-width: 320px) and (max-device-width: 480px), screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1), screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
            .dealers__info__text:before {
              position: relative;
              margin: auto;
              padding-bottom: 25px;
            }
          }
          .news-list .box.item {
            background-color: black;
            overflow: hidden;
            border-radius: 4px;
            margin-bottom: 50px;
            padding-bottom: 38px;
          }
          .news-list .box.item > * {
            width: 100%;
          }
          .news-list .box.item .title,
          .news-list .box.item .item-content,
          .news-list .box.item .item-footer {
            padding: 0 22px;
          }
          .news-list .box.item .title {
            display: block;
            color: #ffde00;
            text-transform: uppercase;
            font-size: 15px;
            padding-top: 4px;
            line-height: 18px;
            padding-bottom: 15px;
          }
          .news-list .box.item .item-logo {
            width: 38%;
            min-width: 180px;
            margin: auto;
            margin-bottom: 20px;
            width: 100%;
            padding-bottom: 40%;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            background-color: grey;
          }
          .news-list .box.item .item-logo img {
            display: block;
            max-width: 100%;
            height: auto;
          }
          .news-list .box.item .item-content {
            color: white;
            font-size: 13px;
            padding-bottom: 13px;
          }
          .news-list .box.item .item-content p {
            line-height: 17px;
          }
          .news-list .box.item .item-footer {
            padding-bottom: 14px;
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            color: #7c7c7c;
            display: -ms-flexbox;
            display: flex;
            display: -webkit-box;
            display: -webkit-flex;
            align-items: initial;
            -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-align-content: center;
            -ms-flex-line-pack: center;
            align-content: center;
          }
          @media screen and (max-width: 800px) {
            .news-list .box.item .item-footer time {
              display: none;
            }
          }
          @media screen and (max-width: 600px), screen and (min-device-width: 320px) and (max-device-width: 480px), screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1), screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
            .news-list .box.item .item-footer time {
              display: initial;
            }
          }
          @media screen and (max-width: 360px) {
            .news-list .box.item .item-footer time {
              display: none;
            }
          }
          .news-list .box.item .item-footer .footer-menu {
            border-top: 1px solid #333333;
            width: 74%;
            display: -ms-flexbox;
            display: flex;
            display: -webkit-box;
            display: -webkit-flex;
            align-items: initial;
            -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-align-content: center;
            -ms-flex-line-pack: center;
            align-content: center;
            font-size: 12px;
            padding-top: 10px;
          }
          .news-list .box.item .item-footer .footer-menu .view-count {
            display: -ms-flexbox;
            display: flex;
            display: -webkit-box;
            display: -webkit-flex;
            align-items: initial;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-align-content: center;
            -ms-flex-line-pack: center;
            align-content: center;
          }
          .news-list .box.item .item-footer .footer-menu .view-count svg path {
            fill: #333333;
          }
          .news-list .box.item a.go {
            font-size: 12px;
            color: #ffde00;
            text-decoration: none;
            text-transform: uppercase;
            border: 1px solid #ffde00;
            display: inline-block;
            padding: 5px;
            margin-left: 10px;
            -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
            flex-shrink: 0;
            background-color: transparent;
            transition: color 0.2s, background-color 0.2s;
          }
          .news-list .box.item a.go:after {
            font-family: 'icomoon';
            font-weight: normal;
            font-style: normal;
            content: "\e601";
            vertical-align: middle;
            margin-left: 8px;
            margin-right: 2px;
            transition: margin 0.2s;
          }
          .news-list .box.item a.go:hover {
            color: black;
            background-color: #ffde00;
          }
          .news-list .box.item a.go:hover:after {
            margin-left: 15px;
            margin-right: 6px;
          }
          .news-list .box.item a.go:active {
            background-color: #e6c626;
          }
          .article-black-list.article-list-container {
            background-color: black;
            margin-top: 5px;
            padding-top: 40px;
            overflow: hidden;
          }
          .article-black-list .article-list {
            width: 100%;
            display: -ms-flexbox;
            display: flex;
            display: -webkit-box;
            display: -webkit-flex;
            align-items: initial;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -webkit-flex-direction: row;
            -ms-flex-direction: row;
            flex-direction: row;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-flex-wrap: wrap;
          }
          .article-black-list .article-list .box + .box {
            margin-left: 4%;
          }
          .article-black-list .article-list .box {
            width: 46%;
          }
          .article-black-list .article-list .box:nth-of-type(2n + 1) {
            margin-left: 0;
          }
          @media screen and (max-width: 960px), screen and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 1) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: landscape) {
            .article-black-list .article-list {
              width: 100%;
              display: -ms-flexbox;
              display: flex;
              display: -webkit-box;
              display: -webkit-flex;
              align-items: initial;
            }
            .article-black-list .article-list .box + .box {
              margin-left: 5%;
            }
            .article-black-list .article-list .box {
              width: 30%;
            }
            .article-black-list .article-list .box:nth-of-type(3n + 1) {
              margin-left: 0;
            }
          }
          @media screen and (max-width: 600px), screen and (min-device-width: 320px) and (max-device-width: 480px), screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1), screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
            .article-black-list .article-list {
              width: 100%;
              display: -ms-flexbox;
              display: flex;
              display: -webkit-box;
              display: -webkit-flex;
              align-items: initial;
              display: block;
            }
            .article-black-list .article-list .box {
              -webkit-flex-shrink: 0;
              -ms-flex-negative: 0;
              flex-shrink: 0;
            }
            .article-black-list .article-list .box + .box {
              margin-left: 0;
            }
            .article-black-list .article-list .box {
              width: 100%;
            }
          }
          .article-black-list .article-list h2.title {
            width: 100%;
            text-transform: uppercase;
            color: white;
            font-size: 12px;
            margin-bottom: 32px;
            letter-spacing: 1.2px;
            position: relative;
            clear: both;
          }
          .article-black-list .article-list h2.title:before {
            content: '';
            display: block;
            position: absolute;
            height: 1px;
            width: 100%;
            background-color: #333333;
            left: 0;
            top: 0;
            bottom: 0;
            margin: auto;
          }
          .article-black-list .article-list h2.title span {
            background-color: black;
            padding-right: 9px;
            position: relative;
          }
          .article-black-list .article-list .section-title {
            float: left;
            padding-bottom: 31px;
          }
          .article-black-list .article-list .more {
            float: right;
            position: relative;
            top: -5px;
          }
          .article-black-list .article-list .article {
            clear: both;
            display: inline-block;
            display: block;
            padding-bottom: 28px;
          }
          .article-black-list .article-list .article .figure {
            width: 33%;
            padding-bottom: 17%;
            border-radius: 5px;
            background-position: center;
            background-size: cover;
            background-repeat: no-repeat;
            overflow: hidden;
            -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
            flex-shrink: 0;
            float: left;
          }
          .article-black-list .article-list .article p {
            margin-left: 6%;
            width: 61%;
            -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
            flex-shrink: 0;
            float: left;
          }
          .article-black-list .article-list .article p a {
            color: white;
            font-size: 15px;
            line-height: 18px;
            text-decoration: none;
            border-bottom: 1px solid rgba(255, 255, 255, 0.3);
            transition: color 0.2s, border 0.2s;
          }
          .article-black-list .article-list .article p a:hover {
            color: #ffde00;
            border-bottom: 1px solid rgba(255, 222, 0, 0.3);
          }
          .article-black-list .article-list .article p a:active {
            color: #e6c626;
            border-bottom: 1px solid rgba(211, 180, 24, 0.3);
          }
          @media screen and (max-width: 960px), screen and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 1) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: landscape) {
            .article-black-list .article-list .article p {
              margin-left: 0;
              width: 100%;
            }
          }
          @media screen and (max-width: 600px), screen and (min-device-width: 320px) and (max-device-width: 480px), screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1), screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
            .article-black-list .article-list .article p {
              margin-left: 6%;
              width: 61%;
            }
          }
          @media screen and (max-width: 960px), screen and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 1) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: landscape) {
            .article-black-list .article-list .article {
              display: block;
            }
            .article-black-list .article-list .article:nth-of-type(4) {
              display: none;
            }
            .article-black-list .article-list .article .figure {
              width: 100%;
              padding-bottom: 40%;
              margin-bottom: 10px;
            }
          }
          @media screen and (max-width: 600px), screen and (min-device-width: 320px) and (max-device-width: 480px), screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1), screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
            .article-black-list .article-list .article {
              display: -ms-flexbox;
              display: flex;
              display: -webkit-box;
              display: -webkit-flex;
              align-items: initial;
              -webkit-box-align: center;
              -webkit-align-items: center;
              -ms-flex-align: center;
              align-items: center;
              -webkit-align-content: center;
              -ms-flex-line-pack: center;
              align-content: center;
            }
            .article-black-list .article-list .article:nth-of-type(4) {
              display: block;
            }
            .article-black-list .article-list .article .figure {
              width: 33%;
              padding-bottom: 17%;
            }
          }
          .news-page .more-content {
            width: 100%;
            height: 40px;
            background: #ffde00;
            border: 0;
            outline: 0;
            font-weight: bold;
            text-transform: uppercase;
            font-size: 15px;
            z-index: 3;
            display: none;
          }
          .news-page .notfull .more-content {
            display: -ms-flexbox;
            display: flex;
            display: -webkit-box;
            display: -webkit-flex;
            align-items: initial;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-align-content: center;
            -ms-flex-line-pack: center;
            align-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
          }
          .news-page .notfull .more-content .flexbox-container {
            width: 100%;
          }
          .news-page .notfull .more-content .flexbox-container > * {
            vertical-align: middle;
            display: inline-block;
          }
          .page-indy-accs .tech-info .box {
            width: 100% !important;
          }
          @media screen and (max-width: 600px), screen and (min-device-width: 320px) and (max-device-width: 480px), screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1), screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
            .page-indy-accs .tech-info {
              display: none;
            }
          }
          .page-indy-accs .model-content-line .flex-table-row.w174 {
            width: 37%;
          }
          .page-indy-accs .model-content-line .model-tech {
            min-height: 0;
          }
          .study-page .study-content {
            width: 74%;
          }
          @media screen and (max-width: 960px), screen and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 1) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: landscape) {
            .study-page .study-content {
              width: 100%;
            }
          }
          @media screen and (max-width: 600px), screen and (min-device-width: 320px) and (max-device-width: 480px), screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1), screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
            .study-page .study-content {
              width: 100%;
            }
          }
          .study-page .nikon-school-logo {
            float: left;
            padding-right: 30px;
          }
          .study-page .study-level-head {
            padding-top: 35px;
            padding-bottom: 15px;
            margin-bottom: 14px;
            display: -ms-flexbox;
            display: flex;
            display: -webkit-box;
            display: -webkit-flex;
            align-items: initial;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-align-content: center;
            -ms-flex-line-pack: center;
            align-content: center;
            border-bottom: 1px solid rgba(255, 255, 255, 0.2);
          }
          .study-page .study-level-head h2 {
            font-size: 20px;
            font-weight: normal;
            width: 30%;
            margin-right: 5%;
            display: block;
            text-align: right;
          }
          @media screen and (max-width: 600px), screen and (min-device-width: 320px) and (max-device-width: 480px), screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1), screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
            .study-page .study-level-head h2 {
              width: 100% !important;
              text-align: left;
              padding-bottom: 10px;
            }
          }
          @media screen and (max-width: 600px), screen and (min-device-width: 320px) and (max-device-width: 480px), screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1), screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
            .study-page .study-level-head {
              display: block !important;
            }
          }
          .study-page .study-class {
            display: -ms-flexbox;
            display: flex;
            display: -webkit-box;
            display: -webkit-flex;
            align-items: initial;
            font-size: 14px;
          }
          @media screen and (max-width: 600px), screen and (min-device-width: 320px) and (max-device-width: 480px), screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1), screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
            .study-page .study-class {
              display: block !important;
            }
            .study-page .study-class:before {
              padding-bottom: 5px;
              display: inline-block;
            }
          }
          .study-page .study-class:before {
            content: 'курсы: ';
            text-transform: uppercase;
            font-weight: bold;
            padding-right: 10px;
          }
          .study-page .study-class a {
            color: #ffde00;
            text-transform: uppercase;
            text-decoration: none;
            border-bottom: 1px solid #ffde00;
            font-weight: bold;
          }
          .study-page .study-class li + li:before {
            content: ', ';
          }
          @media screen and (max-width: 600px), screen and (min-device-width: 320px) and (max-device-width: 480px), screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1), screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
            .study-page .study-class li + li {
              display: block !important;
              padding-top: 5px;
            }
            .study-page .study-class li + li:before {
              display: none;
            }
          }
          .study-page .study-level-line {
            display: -ms-flexbox;
            display: flex;
            display: -webkit-box;
            display: -webkit-flex;
            align-items: initial;
            margin-bottom: 23px;
          }
          @media screen and (max-width: 600px), screen and (min-device-width: 320px) and (max-device-width: 480px), screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1), screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
            .study-page .study-level-line {
              display: block !important;
            }
          }
          .study-page .study-level-line .study-level-line-head {
            width: 30%;
            margin-right: 5%;
            -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
            flex-shrink: 0;
          }
          .study-page .study-level-line .study-level-line-head h2 {
            text-transform: uppercase;
            font-size: 14px;
            font-weight: bold;
            text-align: right;
            line-height: 24px;
          }
          .study-page .study-level-line .study-level-line-head span {
            display: inline-block;
          }
          @media screen and (max-width: 600px), screen and (min-device-width: 320px) and (max-device-width: 480px), screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1), screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
            .study-page .study-level-line .study-level-line-head {
              width: 100%;
              margin-right: 0;
            }
            .study-page .study-level-line .study-level-line-head h2 {
              text-align: left;
            }
          }
          .study-page .study-level-line .study-level-line-content li {
            font-size: 14px;
            line-height: 22px;
          }
          .study-page .study-level-line .study-level-line-content li:before {
            content: '— ';
            color: #ffde00;
            padding-right: 3px;
          }
          .nps-page .section-title._simple {
            font-size: 14px;
            padding-bottom: 0;
            margin-bottom: 0;
            padding-left: 0;
            border-bottom: 0;
            font-weight: bold;
          }
          .nps-page .indy-table-title {
            padding-top: 16px;
            font-weight: normal;
            font-size: 17px;
          }
          .nps-page .nps-content {
            width: 74%;
          }
          @media screen and (max-width: 960px), screen and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 1) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: landscape) {
            .nps-page .nps-content {
              width: 100%;
            }
          }
          @media screen and (max-width: 600px), screen and (min-device-width: 320px) and (max-device-width: 480px), screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1), screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
            .nps-page .nps-content {
              width: 100%;
            }
          }
          .nps-page .nps-logo {
            margin-bottom: 39px;
            width: 100%;
          }
          .nps-page .nps-logo img {
            display: block;
            border: 1px solid rgba(255, 255, 255, 0.1);
            width: 100%;
          }
          .nps-page .about-city li {
            width: 50%;
            float: left;
            padding-top: 40px;
            padding-bottom: 7px;
          }
          .nps-page .about-city li:nth-child(1) {
            border-right: 1px solid #4d4d4d;
            border-bottom: 1px solid #4d4d4d;
          }
          @media screen and (max-width: 600px), screen and (min-device-width: 320px) and (max-device-width: 480px), screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1), screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
            .nps-page .about-city li:nth-child(1) {
              border-right: none;
              border-bottom: none;
            }
          }
          .nps-page .about-city li:nth-child(2) {
            border-bottom: 1px solid #4d4d4d;
          }
          @media screen and (max-width: 600px), screen and (min-device-width: 320px) and (max-device-width: 480px), screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1), screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
            .nps-page .about-city li:nth-child(2) {
              border-right: none;
              border-bottom: none;
            }
          }
          .nps-page .about-city li:nth-child(3) {
            border-right: 1px solid #4d4d4d;
          }
          @media screen and (max-width: 600px), screen and (min-device-width: 320px) and (max-device-width: 480px), screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1), screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
            .nps-page .about-city li:nth-child(3) {
              border-right: none;
              border-bottom: none;
            }
          }
          .nps-page .about-city,
          .nps-page .nps-special {
            overflow: hidden;
          }
          .nps-page .about-city li,
          .nps-page .nps-special li {
            text-align: center;
          }
          @media screen and (max-width: 600px), screen and (min-device-width: 320px) and (max-device-width: 480px), screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1), screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
            .nps-page .about-city li,
            .nps-page .nps-special li {
              width: 100%;
              margin: auto;
            }
          }
          .nps-page .about-city li img,
          .nps-page .nps-special li img {
            margin: auto;
          }
          .nps-page .about-city li h2,
          .nps-page .nps-special li h2 {
            font-size: 17px;
            line-height: 22px;
            padding-bottom: 5px;
            text-transform: uppercase;
          }
          .nps-page .about-city li p,
          .nps-page .nps-special li p {
            line-height: 17px;
            padding-bottom: 20px;
          }
          .nps-page .nps-special {
            display: -ms-flexbox;
            display: flex;
            display: -webkit-box;
            display: -webkit-flex;
            align-items: initial;
            -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
            justify-content: space-between;
            padding-top: 15px;
            margin-bottom: 10px;
          }
          .nps-page .nps-special li {
            width: 30%;
          }
          @media screen and (max-width: 600px), screen and (min-device-width: 320px) and (max-device-width: 480px), screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1), screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
            .nps-page .nps-special {
              display: block !important;
            }
          }
          .nps-page .nps-special figure {
            margin-bottom: 22px;
          }
          .nps-page .about-city li > span {
            font-size: 13px;
            padding-bottom: 10px;
            display: block;
            margin-bottom: 12px;
            position: relative;
            line-height: 22px;
          }
          .nps-page .about-city li > span:after {
            content: '';
            display: block;
            position: absolute;
            width: 80%;
            bottom: 0;
            left: 0;
            right: 0;
            max-width: 58px;
            height: 1px;
            background-color: #ffde00;
            margin: auto;
          }
          .nps-page .about-city li p {
            line-height: 22px;
          }
          .nps-page .about-city li h2 {
            padding-bottom: 1px;
          }
          .nps-page .indy-table {
            color: rgba(255, 255, 255, 0.5);
          }
          .nps-page .indy-table-line:not(:first-of-type) {
            border-top: 1px solid rgba(255, 255, 255, 0.5);
          }
          .nps-page .indy-table-head + .indy-table-line {
            border-top: 0 solid rgba(255, 255, 255, 0.5);
          }
          .nps-page .about-city-container {
            padding-top: 38px;
            padding-bottom: 48px;
          }
          .nps-page .about-city-container > h2 {
            width: 90%;
            margin: auto;
            text-align: center;
            font-weight: normal;
            max-width: 400px;
            font-size: 17px;
            line-height: 22px;
            padding-bottom: 23px;
          }
          .nps-page .indy-table {
            padding-top: 29px;
            padding-bottom: 38px;
          }
          .nps-page .indy-table-head {
            font-size: 17px;
            padding-bottom: 25px;
          }
          .nps-page .indy-table-line {
            font-size: 14px;
            padding-bottom: 3px;
            padding-top: 5px;
          }
          .nps-page .anket-info {
            display: -ms-flexbox;
            display: flex;
            display: -webkit-box;
            display: -webkit-flex;
            align-items: initial;
            -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
            justify-content: space-between;
            padding-top: 14px;
          }
          @media screen and (max-width: 600px), screen and (min-device-width: 320px) and (max-device-width: 480px), screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1), screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
            .nps-page .anket-info {
              display: block;
            }
          }
          .nps-page .anket-info .left {
            width: 30%;
            display: -ms-flexbox;
            display: flex;
            display: -webkit-box;
            display: -webkit-flex;
            align-items: initial;
          }
          @media screen and (max-width: 600px), screen and (min-device-width: 320px) and (max-device-width: 480px), screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1), screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
            .nps-page .anket-info .left {
              width: 100%;
            }
          }
          .nps-page .anket-info .left figure {
            margin-right: 20px;
          }
          .nps-page .anket-info .left span {
            padding-top: 5px;
          }
          .nps-page .anket-info .left a {
            font-weight: bold;
            color: #ffde00;
            text-transform: uppercase;
            text-decoration: none;
            border-bottom: 1px solid #ffde00;
            position: relative;
          }
          .nps-page .anket-info .left a:after {
            content: attr(data-size);
            display: block;
            pointer-events: none;
            font-weight: normal;
            color: rgba(255, 255, 255, 0.5);
            position: absolute;
            bottom: -23px;
            left: 0;
          }
          .nps-page .anket-info .right {
            width: 64%;
            padding-top: 5px;
          }
          @media screen and (max-width: 600px), screen and (min-device-width: 320px) and (max-device-width: 480px), screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1), screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
            .nps-page .anket-info .right {
              width: 100%;
              padding-top: 30px;
            }
          }
          .nps-table {
            width: 100%;
          }
          .nps-table-button {
            max-width: 100%;
            display: inline-block;
          }
          .nps-table-button-container {
            text-align: center;
            display: none;
          }
          @media screen and (max-width: 600px), screen and (min-device-width: 320px) and (max-device-width: 480px), screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1), screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
            .nps-table-button-container {
              display: block;
            }
          }
          .nps-table-button img {
            display: block;
            width: 100%;
          }
          @media screen and (max-width: 600px), screen and (min-device-width: 320px) and (max-device-width: 480px), screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1), screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
            .nps-table {
              display: none;
            }
          }
          .nps-table table {
            width: 100%;
          }
          .nps-table td {
            text-align: center;
            vertical-align: middle;
            border: 1px solid #4d4d4d;
            padding-top: 13px;
            padding-bottom: 13px;
          }
          .nps-table td._main {
            text-align: left;
            width: 52%;
            padding-right: 30px;
            padding-left: 5px;
          }
          .nps-table h3 {
            text-transform: uppercase;
            font-size: 17px;
            font-weight: bold;
          }
          .nps-table p {
            padding-bottom: 0 !important;
          }
          .nps-table img {
            display: inline-block;
          }
          .nps-table__icon-ok {
            width: 19px;
            height: 19px;
            display: inline-block;
            background-image: url('/img/nps-table__icon-ok.png');
            background-repeat: no-repeat;
            background-size: contain;
          }
          .nps-table__icon-no {
            display: inline-block;
            width: 35px;
            height: 1px;
            background-color: white;
          }
          .page-node-14 #main,
          .page-node-13 #main {
            padding-top: 0;
          }
          h1.page-title {
            font-size: 20px;
            font-weight: bold;
            display: inline-block;
            margin-bottom: 29px;
            padding-top: 4px;
          }
          h1.page-title span {
            display: inline;
            background-color: #ffdc2d;
            padding: 2px 5px 2px 7px;
            position: relative;
            z-index: 1;
            color: black;
            text-transform: uppercase;
          }
          .nps-text {
            color: white;
          }
          .nps-text p {
            font-size: 14px;
            line-height: 22px;
            padding-bottom: 20px;
            display: inline-block;
          }
          .nps-text p._pl {
            padding-left: 24px;
          }
          .nps-text p a {
            text-decoration: none;
            color: #ffde00;
            transition: color 0.3s;
          }
          .nps-text p a:hover {
            color: white;
          }
          .nps-text h2.section-title {
            display: block;
            font-weight: normal;
            font-size: 20px;
            line-height: 22px;
            border-bottom: 1px solid rgba(255, 255, 255, 0.2);
            padding-left: 19px;
            padding-bottom: 14px;
            margin-bottom: 17px;
          }
          .nps-text .nps-content-section {
            counter-reset: nps;
            padding-bottom: 33px;
          }
          .nps-text .nps-content-item > span:before {
            counter-increment: nps;
            content: counter(nps);
            display: inline-block;
            width: 17px;
            height: 17px;
            line-height: 18px;
            border-radius: 50%;
            font-size: 14px;
            color: #ffde00;
            text-align: center;
            border: 1px solid #ffde00;
            margin-right: 7px;
          }
          .nps-text .overcolor {
            display: block;
            padding: 4px 8% 0 0;
            background-color: rgba(255, 255, 255, 0.05);
            margin-bottom: 15px;
          }
          .nps-text .overcolor p.ps {
            padding-bottom: 6px;
          }
          .nps-text p.ps {
            position: relative;
            padding-bottom: 26px;
          }
          .nps-text p.ps:before {
            content: '*';
            display: inline;
            color: #ffde00;
            position: absolute;
            left: 0;
            top: 0;
            transform: translateX(-110%);
          }
          .indy-table .indy-table-head {
            display: block;
            width: 100%;
          }
          .indy-table .indy-table-line {
            width: 100%;
            display: -ms-flexbox;
            display: flex;
            display: -webkit-box;
            display: -webkit-flex;
            align-items: initial;
          }
          .indy-table .indy-table-row.w50 {
            width: 50%;
            -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
            flex-shrink: 0;
          }
          .page-indy-news .next-article-bar:before {
            content: 'следующая новость';
          }
          .indy-fade {
            opacity: 0;
          }
          .indy-fade.hide {
            opacity: 0;
          }
          .indy-fade.show {
            opacity: 1;
          }
          .effect-1 {
            -webkit-perspective: 1300px;
            perspective: 1300px;
          }
          .effect-1 .indy-fade.animate {
            -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
            -webkit-transform: translateZ(300px) translateY(200px) rotateX(-90deg);
            transform: translateZ(300px) translateY(200px) rotateX(-90deg);
            -webkit-animation: fallPerspective 0.5s ease-in-out forwards;
            animation: fallPerspective 0.5s ease-in-out forwards;
          }
          @-webkit-keyframes fallPerspective {
            100% {
              -webkit-transform: translateZ(0px) translateY(0px) rotateX(0deg);
              opacity: 1;
            }
          }
          @keyframes fallPerspective {
            100% {
              -webkit-transform: translateZ(0px) translateY(0px) rotateX(0deg);
              transform: translateZ(0px) translateY(0px) rotateX(0deg);
              opacity: 1;
            }
          }
          /* Effect 1: fall perspective */
          /* Effect 2: Move Up */
          .effect-2 .indy-fade.animate {
            -webkit-transform: translateY(150px);
            transform: translateY(150px);
            opacity: 0;
            -webkit-animation: moveUp 0.65s ease forwards;
            animation: moveUp 0.65s ease forwards;
          }
          @-webkit-keyframes moveUp {
            0% {
              opacity: 0;
            }
            30% {
              opacity: 0;
            }
            100% {
              -webkit-transform: translateY(0);
              opacity: 1;
            }
          }
          @keyframes moveUp {
            0% {
              opacity: 0;
            }
            30% {
              opacity: 0;
            }
            100% {
              -webkit-transform: translateY(0);
              transform: translateY(0);
              opacity: 1;
            }
          }
          /* Effect 2: Move Up */
          #footer {
            width: 100%;
            text-align: center;
            background-color: #303030;
            padding-top: 45px;
          }
          #footer:before {
            content: '';
            display: block;
            position: absolute;
            bottom: 0;
            width: 100%;
            height: 135px;
            /* IE9 SVG, needs conditional override of 'filter' to 'none' */
            background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4zIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
            background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
            /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.3)));
            /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
            /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
            /* Opera 11.10+ */
            background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
            /* IE10+ */
            background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
            /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#4d000000', GradientType=0);
            /* IE6-8 */
          }
          @media screen and (max-width: 800px) {
            #footer:before {
              height: 250px;
            }
          }
          #footer .footer-content {
            position: relative;
          }
          #footer .footer-content-footer {
            position: absolute;
            display: block;
            top: 0;
            right: 0;
            text-align: right;
          }
          #footer .footer-content-footer p {
            color: white;
            font-size: 14px;
            line-height: 21px;
          }
          #footer .footer-content-footer p a {
            color: white;
          }
          #footer .footer-content-footer p a:hover {
            text-decoration: none;
          }
          #footer .footer-content-head {
            position: absolute;
            display: block;
            top: 0;
            left: 0;
            text-align: left;
          }
          #footer .footer-content-head li {
            display: block;
          }
          #footer .footer-content-head li a {
            display: inline-block;
            color: white;
            font-size: 14px;
            line-height: 21px;
          }
          #footer .footer-content-head li a:hover {
            text-decoration: none;
          }
          @media screen and (max-width: 800px) {
            #footer .footer-content-footer,
            #footer .footer-content-head {
              position: relative;
              margin-top: 20px;
              text-align: center;
            }
          }
          #footer .social-link {
            font-size: 14px;
            text-transform: uppercase;
            display: inline-block;
            text-decoration: none;
            padding: 7px 0px 8px 0px;
            background-color: grey;
            color: white;
            border-radius: 10px;
            width: 100%;
            display: block;
            font-family: 'PT Sans', sans-serif;
            font-weight: normal;
            font-style: normal;
            letter-spacing: 1.2px;
            box-shadow: 11px 11px 10px 3px rgba(0, 0, 0, 0.3);
            display: -ms-flexbox;
            display: flex;
            display: -webkit-box;
            display: -webkit-flex;
            align-items: initial;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-align-content: center;
            -ms-flex-line-pack: center;
            align-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
          }
          #footer .social-link:before {
            content: '';
            display: block;
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            z-index: -1;
            border-radius: 10px;
            background-color: rgba(0, 0, 0, 0);
            transition: background-color 0.2s;
          }
          #footer .social-link:hover:before {
            background-color: rgba(0, 0, 0, 0.6);
          }
          #footer .social-link:active {
            background-color: black !important;
          }
          #footer .social-link span {
            display: inline-block;
            vertical-align: middle;
          }
          #footer .social-link .logo + span {
            margin-left: 10px;
          }
          @media screen and (max-width: 1090px) {
            #footer .social-link .logo + span {
              display: none;
            }
          }
          @media screen and (max-width: 600px), screen and (min-device-width: 320px) and (max-device-width: 480px), screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1), screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
            #footer .social-link .logo + span {
              display: none;
            }
          }
          #footer .social-link .logo {
            height: 16px;
            width: 30px;
            display: inline-block;
            position: relative;
          }
          #footer .social-link .logo svg {
            max-height: 100%;
            display: block;
            position: absolute;
            top: 0;
            right: 0;
          }
          #footer .social-link.fb .logo {
            width: 15px;
          }
          @media screen and (max-width: 600px), screen and (min-device-width: 320px) and (max-device-width: 480px), screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1), screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
            #footer .social-link {
              box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, 0.3);
            }
          }
          #footer .social-link:nth-of-type(2) {
            margin: 0 15px;
          }
          #footer .social-link.fb {
            background-color: #4c67a1;
          }
          #footer .social-link.vk {
            background-color: #4690dc;
          }
          #footer .social-link.tw {
            background-color: #00b6f1;
          }
          #footer .footer-menu {
            display: inline-block;
            width: 100%;
          }
          #footer .footer-menu .social-link-container {
            width: 100%;
            display: -ms-flexbox;
            display: flex;
            display: -webkit-box;
            display: -webkit-flex;
            align-items: initial;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-align-content: center;
            -ms-flex-line-pack: center;
            align-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            max-width: 642px;
            margin: auto;
          }
          #footer .footer-menu .social-link-container .box {
            width: 25%;
          }
          @media screen and (max-width: 1090px) {
            #footer .footer-menu .social-link-container {
              text-align: center;
              white-space: nowrap;
            }
            #footer .footer-menu .social-link-container .social-link {
              width: 46px;
              height: 29px;
              padding: 0;
              margin: 0 14px;
              font-size: 0;
            }
          }
          @media screen and (max-width: 600px), screen and (min-device-width: 320px) and (max-device-width: 480px), screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1), screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
            #footer .footer-menu .social-link-container {
              text-align: center;
              white-space: nowrap;
            }
            #footer .footer-menu .social-link-container .social-link {
              width: 46px;
              height: 29px;
              padding: 0;
              margin: 0 14px;
              font-size: 0;
            }
          }
          #footer .footer-menu .footer-title {
            display: block;
            margin-bottom: 20px;
            display: -ms-flexbox;
            display: flex;
            display: -webkit-box;
            display: -webkit-flex;
            align-items: initial;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-align-content: center;
            -ms-flex-line-pack: center;
            align-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
          }
          #footer .footer-menu .footer-title span {
            display: block;
            padding: 0 6px;
            -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
            flex-shrink: 0;
            font-size: 12px;
            text-transform: uppercase;
            color: white;
          }
          #footer .footer-menu .footer-title:before,
          #footer .footer-menu .footer-title:after {
            content: '';
            display: block;
            background-color: rgba(255, 255, 255, 0.2);
            height: 1px;
            width: 100%;
            -webkit-flex-shrink: 1;
            -ms-flex-negative: 1;
            flex-shrink: 1;
          }
          @media screen and (max-width: 600px), screen and (min-device-width: 320px) and (max-device-width: 480px), screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1), screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
            #footer .footer-menu .footer-title {
              margin-bottom: 25px;
            }
          }
          #admin-model-video .video-item .tumb {
            width: 100px;
            height: 200px;
            background-size: cover;
            background-position: center;
          }
          #login-wrapper {
            padding: 50px 0;
            position: relative;
          }
          #login-wrapper .login-wrapper-top {
            width: 110px;
            margin: auto;
          }
          #login-wrapper .login-wrapper-top img {
            display: block;
            width: 100%;
          }
          #login-wrapper .login-wrapper-bottom {
            width: 55px;
            margin: auto;
          }
          #login-wrapper .login-wrapper-bottom img {
            display: block;
            width: 100%;
          }
          #login-wrapper .form-actions,
          #login-wrapper .form-item {
            margin: 0;
          }
          #login-wrapper .form-item {
            margin-bottom: 35px;
          }
          #login-wrapper .login-wrapper-content {
            padding-top: 190px;
            padding-bottom: 260px;
          }
          #login-wrapper .login-wrapper-content form {
            width: 230px;
            margin: auto;
            position: relative;
          }
          #login-wrapper .login-wrapper-content form > div {
            position: relative;
            z-index: 3;
          }
          #login-wrapper .login-wrapper-content form:before {
            content: 'Панель администратора «Nikon Ambassadors»';
            margin: auto;
            text-align: center;
            color: white;
            width: 210px;
            display: block;
            margin-bottom: 35px;
            line-height: 19px;
          }
          #login-wrapper .login-wrapper-content form:after {
            content: '';
            display: block;
            position: absolute;
            width: 430px;
            height: 430px;
            border-radius: 50%;
            border: 1px solid rgba(255, 222, 0, 0.2);
            z-index: 0;
            left: -102px;
            top: -80px;
          }
          #login-wrapper .login-wrapper-content form .description,
          #login-wrapper .login-wrapper-content form label {
            display: none;
          }
          #login-wrapper .login-wrapper-content form input[type="text"],
          #login-wrapper .login-wrapper-content form input[type="submit"],
          #login-wrapper .login-wrapper-content form input[type="password"] {
            padding: 7px 10px;
            color: white;
            font-size: 18px;
            display: block;
            width: 100%;
            border: 1px solid #ffde00;
            border-radius: 3px;
          }
          #login-wrapper .login-wrapper-content form input[type="submit"] {
            background-color: #ffde00;
            color: black;
            cursor: pointer;
            border: 1px solid #ffde00;
            transition: background-color 0.2s, color 0.2s;
          }
          #login-wrapper .login-wrapper-content form input[type="submit"]:hover {
            background-color: transparent;
            color: #ffde00;
          }
          @-webkit-keyframes moveFromRight {
            0% {
              -webkit-transform: translateX(200px);
              transform: translateX(200px);
              opacity: 0;
            }
            100% {
              -webkit-transform: translateX(0);
              transform: translateX(0);
              opacity: 1;
            }
          }
          @keyframes moveFromRight {
            0% {
              -webkit-transform: translateX(200px);
              transform: translateX(200px);
              opacity: 0;
            }
            100% {
              -webkit-transform: translateX(0);
              transform: translateX(0);
              opacity: 1;
            }
          }
          @-webkit-keyframes moveFromLeft {
            0% {
              -webkit-transform: translateX(-200px);
              transform: translateX(-200px);
              opacity: 0;
            }
            100% {
              -webkit-transform: translateX(0);
              transform: translateX(0);
              opacity: 1;
            }
          }
          @keyframes moveFromLeft {
            0% {
              -webkit-transform: translateX(-200px);
              transform: translateX(-200px);
              opacity: 0;
            }
            100% {
              -webkit-transform: translateX(0);
              transform: translateX(0);
              opacity: 1;
            }
          }
          @-webkit-keyframes moveToRight {
            0% {
              -webkit-transform: translateX(0%);
              transform: translateX(0%);
              opacity: 1;
            }
            100% {
              -webkit-transform: translateX(200px);
              transform: translateX(200px);
              opacity: 0;
            }
          }
          @keyframes moveToRight {
            0% {
              -webkit-transform: translateX(0%);
              transform: translateX(0%);
              opacity: 1;
            }
            100% {
              -webkit-transform: translateX(200px);
              transform: translateX(200px);
              opacity: 0;
            }
          }
          @-webkit-keyframes moveToLeft {
            0% {
              opacity: 1;
              -webkit-transform: translateX(0%);
              transform: translateX(0%);
            }
            100% {
              opacity: 0;
              -webkit-transform: translateX(-200px);
              transform: translateX(-200px);
            }
          }
          @keyframes moveToLeft {
            0% {
              opacity: 1;
              -webkit-transform: translateX(0%);
              transform: translateX(0%);
            }
            100% {
              opacity: 0;
              -webkit-transform: translateX(-200px);
              transform: translateX(-200px);
            }
          }
          @-webkit-keyframes activeFromNextKit {
            0% {
              transform: rotate(90deg) translateY(60px);
              width: 360px;
            }
            100% {
              transform: rotate(0) translateY(72px);
              width: 100%;
            }
          }
          @keyframes activeFromNextKit {
            0% {
              transform: rotate(90deg) translateY(60px);
              width: 360px;
            }
            100% {
              transform: rotate(0) translateY(72px);
              width: 100%;
            }
          }
          @-webkit-keyframes activeFromNextRotateKit {
            0% {
              transform: rotate(-90deg) translateY(-100%) translateX(-40px);
            }
            100% {
              transform: rotate(0) translateX(0);
            }
          }
          @keyframes activeFromNextRotateKit {
            0% {
              transform: rotate(-90deg) translateY(-100%) translateX(-40px);
            }
            100% {
              transform: rotate(0) translateX(0);
            }
          }
          @-webkit-keyframes prevFromActiveKit {
            0% {
              transform: rotate(0) translateY(72px);
              width: 100%;
            }
            100% {
              transform: rotate(-90deg) translateY(-10px);
              width: 280px;
            }
          }
          @keyframes prevFromActiveKit {
            0% {
              transform: rotate(0) translateY(72px);
              width: 100%;
            }
            100% {
              transform: rotate(-90deg) translateY(-10px);
              width: 280px;
            }
          }
          @-webkit-keyframes prevFromActiveRotateKit {
            0% {
              transform: rotate(0) translateX(0);
            }
            100% {
              transform: rotate(90deg) translateX(210px);
            }
          }
          @keyframes prevFromActiveRotateKit {
            0% {
              transform: rotate(0) translateX(0);
            }
            100% {
              transform: rotate(90deg) translateX(210px);
            }
          }
          @-webkit-keyframes nextFromActiveKit {
            0% {
              transform: rotate(0) translateY(72px);
              width: 100%;
            }
            100% {
              transform: rotate(90deg) translateY(60px);
              width: 360px;
            }
          }
          @keyframes nextFromActiveKit {
            0% {
              transform: rotate(0) translateY(72px);
              width: 100%;
            }
            100% {
              transform: rotate(90deg) translateY(60px);
              width: 360px;
            }
          }
          @-webkit-keyframes nextFromActiveRotateKit {
            0% {
              transform: rotate(0) translateX(0);
            }
            100% {
              transform: rotate(-90deg) translateY(-100%) translateX(-40px);
            }
          }
          @keyframes nextFromActiveRotateKit {
            0% {
              transform: rotate(0) translateX(0);
            }
            100% {
              transform: rotate(-90deg) translateY(-100%) translateX(-40px);
            }
          }
          @-webkit-keyframes activeFromPrevKit {
            0% {
              transform: rotate(-90deg) translateY(-10px);
              width: 280px;
            }
            100% {
              transform: rotate(0) translateY(72px);
              width: 100%;
            }
          }
          @keyframes activeFromPrevKit {
            0% {
              transform: rotate(-90deg) translateY(-10px);
              width: 280px;
            }
            100% {
              transform: rotate(0) translateY(72px);
              width: 100%;
            }
          }
          @-webkit-keyframes activeFromPrevRotateKit {
            0% {
              transform: rotate(90deg) translateX(210px);
            }
            100% {
              transform: rotate(0) translateX(0);
            }
          }
          @keyframes activeFromPrevRotateKit {
            0% {
              transform: rotate(90deg) translateX(210px);
            }
            100% {
              transform: rotate(0) translateX(0);
            }
          }
          @-webkit-keyframes overFromPrevKit {
            0% {
              transform: rotate(-90deg) translateY(-10px);
              width: 280px;
            }
            100% {
              transform: rotate(-180deg) translateY(0);
              width: 100%;
            }
          }
          @keyframes overFromPrevKit {
            0% {
              transform: rotate(-90deg) translateY(-10px);
              width: 280px;
            }
            100% {
              transform: rotate(-180deg) translateY(0);
              width: 100%;
            }
          }
          @-webkit-keyframes overFromPrevRotateKit {
            0% {
              transform: rotate(90deg) translateX(210px);
            }
            100% {
              transform: rotate(180deg) translateX(0);
            }
          }
          @keyframes overFromPrevRotateKit {
            0% {
              transform: rotate(90deg) translateX(210px);
            }
            100% {
              transform: rotate(180deg) translateX(0);
            }
          }
          @-webkit-keyframes nextFromOverKit {
            0% {
              transform: rotate(180deg) translateY(0);
              width: 100%;
            }
            100% {
              transform: rotate(90deg) translateY(60px);
              width: 360px;
            }
          }
          @keyframes nextFromOverKit {
            0% {
              transform: rotate(180deg) translateY(0);
              width: 100%;
            }
            100% {
              transform: rotate(90deg) translateY(60px);
              width: 360px;
            }
          }
          @-webkit-keyframes nextFromOverRotateKit {
            0% {
              transform: rotate(-180deg) translateX(0);
            }
            100% {
              transform: rotate(-90deg) translateX(100%);
            }
          }
          @keyframes nextFromOverRotateKit {
            0% {
              transform: rotate(-180deg) translateX(0);
            }
            100% {
              transform: rotate(-90deg) translateX(100%);
            }
          }
          @-webkit-keyframes prevFromOverKit {
            0% {
              transform: rotate(-180deg) translateY(0);
              width: 100%;
            }
            100% {
              transform: rotate(-90deg) translateY(-10px);
              width: 280px;
            }
          }
          @keyframes prevFromOverKit {
            0% {
              transform: rotate(-180deg) translateY(0);
              width: 100%;
            }
            100% {
              transform: rotate(-90deg) translateY(-10px);
              width: 280px;
            }
          }
          @-webkit-keyframes overFromNextKit {
            0% {
              transform: rotate(90deg) translateY(60px);
              width: 360px;
            }
            100% {
              transform: rotate(180deg) translateY(0);
              width: 100%;
            }
          }
          @keyframes overFromNextKit {
            0% {
              transform: rotate(90deg) translateY(60px);
              width: 360px;
            }
            100% {
              transform: rotate(180deg) translateY(0);
              width: 100%;
            }
          }
          @-webkit-keyframes overFromNextRotateKit {
            0% {
              transform: rotate(-90deg) translateY(-100%) translateX(-40px);
            }
            100% {
              transform: rotate(-180deg) translateX(0);
            }
          }
          @keyframes overFromNextRotateKit {
            0% {
              transform: rotate(-90deg) translateY(-100%) translateX(-40px);
            }
            100% {
              transform: rotate(-180deg) translateX(0);
            }
          }
          @-webkit-keyframes activeFromNextModel {
            0% {
              transform: rotate(-90deg) translateY(60px);
              width: 330px;
            }
            100% {
              transform: rotate(0) translateY(0);
              width: 100%;
            }
          }
          @keyframes activeFromNextModel {
            0% {
              transform: rotate(-90deg) translateY(60px);
              width: 330px;
            }
            100% {
              transform: rotate(0) translateY(0);
              width: 100%;
            }
          }
          @-webkit-keyframes activeFromNextRotateModel {
            0% {
              transform: rotate(90deg) translateY(-85%) translateX(10px);
            }
            100% {
              transform: rotate(0) translateX(0);
            }
          }
          @keyframes activeFromNextRotateModel {
            0% {
              transform: rotate(90deg) translateY(-85%) translateX(10px);
            }
            100% {
              transform: rotate(0) translateX(0);
            }
          }
          @-webkit-keyframes prevFromActiveModel {
            0% {
              transform: rotate(0) translateY(0);
              width: 100%;
            }
            100% {
              transform: rotate(90deg) translateY(10px);
              width: 280px;
            }
          }
          @keyframes prevFromActiveModel {
            0% {
              transform: rotate(0) translateY(0);
              width: 100%;
            }
            100% {
              transform: rotate(90deg) translateY(10px);
              width: 280px;
            }
          }
          @-webkit-keyframes prevFromActiveRotateModel {
            0% {
              transform: rotate(0) translateX(0);
            }
            100% {
              transform: rotate(-90deg) translateX(-190px) translateY(-15%);
            }
          }
          @keyframes prevFromActiveRotateModel {
            0% {
              transform: rotate(0) translateX(0);
            }
            100% {
              transform: rotate(-90deg) translateX(-190px) translateY(-15%);
            }
          }
          @-webkit-keyframes activeFromPrevModel {
            0% {
              transform: rotate(90deg) translateY(10px);
              width: 280px;
            }
            100% {
              transform: rotate(0) translateY(0);
              width: 100%;
            }
          }
          @keyframes activeFromPrevModel {
            0% {
              transform: rotate(90deg) translateY(10px);
              width: 280px;
            }
            100% {
              transform: rotate(0) translateY(0);
              width: 100%;
            }
          }
          @-webkit-keyframes activeFromPrevRotateModel {
            0% {
              transform: rotate(-90deg) translateX(-190px) translateY(-15%);
            }
            100% {
              transform: rotate(0) translateX(0);
            }
          }
          @keyframes activeFromPrevRotateModel {
            0% {
              transform: rotate(-90deg) translateX(-190px) translateY(-15%);
            }
            100% {
              transform: rotate(0) translateX(0);
            }
          }
          @-webkit-keyframes overFromPrevModel {
            0% {
              transform: rotate(90deg) translateY(10px);
              width: 280px;
            }
            100% {
              transform: rotate(180deg) translateY(0);
              width: 100%;
            }
          }
          @keyframes overFromPrevModel {
            0% {
              transform: rotate(90deg) translateY(10px);
              width: 280px;
            }
            100% {
              transform: rotate(180deg) translateY(0);
              width: 100%;
            }
          }
          @-webkit-keyframes overFromPrevRotateModel {
            0% {
              transform: rotate(-90deg) translateX(-190px) translateY(-15%);
            }
            100% {
              transform: rotate(-180deg) translateX(0);
            }
          }
          @keyframes overFromPrevRotateModel {
            0% {
              transform: rotate(-90deg) translateX(-190px) translateY(-15%);
            }
            100% {
              transform: rotate(-180deg) translateX(0);
            }
          }
          @-webkit-keyframes nextFromOverModel {
            0% {
              transform: rotate(-180deg) translateY(0);
              width: 100%;
            }
            100% {
              transform: rotate(-90deg) translateY(60px);
              width: 360px;
            }
          }
          @keyframes nextFromOverModel {
            0% {
              transform: rotate(-180deg) translateY(0);
              width: 100%;
            }
            100% {
              transform: rotate(-90deg) translateY(60px);
              width: 360px;
            }
          }
          @-webkit-keyframes nextFromOverRotateModel {
            0% {
              transform: rotate(0) translateX(0);
            }
            100% {
              transform: rotate(90deg) translateY(-85%) translateX(10px);
            }
          }
          @keyframes nextFromOverRotateModel {
            0% {
              transform: rotate(0) translateX(0);
            }
            100% {
              transform: rotate(90deg) translateY(-85%) translateX(10px);
            }
          }
          @-webkit-keyframes prevFromOverModel {
            0% {
              transform: rotate(180deg) translateY(0);
              width: 100%;
            }
            100% {
              transform: rotate(90deg) translateY(10px);
              width: 280px;
            }
          }
          @keyframes prevFromOverModel {
            0% {
              transform: rotate(180deg) translateY(0);
              width: 100%;
            }
            100% {
              transform: rotate(90deg) translateY(10px);
              width: 280px;
            }
          }
          @-webkit-keyframes prevFromOverRotateModel {
            0% {
              transform: rotate(0) translateX(0);
            }
            100% {
              transform: rotate(-90deg) translateX(-190px) translateY(-15%);
            }
          }
          @keyframes prevFromOverRotateModel {
            0% {
              transform: rotate(0) translateX(0);
            }
            100% {
              transform: rotate(-90deg) translateX(-190px) translateY(-15%);
            }
          }
          @-webkit-keyframes nextFromActiveModel {
            0% {
              transform: rotate(0) translateY(0);
              width: 100%;
            }
            100% {
              transform: rotate(-90deg) translateY(60px);
              width: 360px;
            }
          }
          @keyframes nextFromActiveModel {
            0% {
              transform: rotate(0) translateY(0);
              width: 100%;
            }
            100% {
              transform: rotate(-90deg) translateY(60px);
              width: 360px;
            }
          }
          @-webkit-keyframes nextFromActiveRotateModel {
            0% {
              transform: rotate(0) translateX(0);
            }
            100% {
              transform: rotate(90deg) translateY(-85%) translateX(10px);
            }
          }
          @keyframes nextFromActiveRotateModel {
            0% {
              transform: rotate(0) translateX(0);
            }
            100% {
              transform: rotate(90deg) translateY(-85%) translateX(10px);
            }
          }
          @-webkit-keyframes overFromNextModel {
            0% {
              transform: rotate(-90deg) translateY(60px);
              width: 330px;
            }
            100% {
              transform: rotate(-180deg) translateY(0);
              width: 100%;
            }
          }
          @keyframes overFromNextModel {
            0% {
              transform: rotate(-90deg) translateY(60px);
              width: 330px;
            }
            100% {
              transform: rotate(-180deg) translateY(0);
              width: 100%;
            }
          }
          @-webkit-keyframes overFromNextRotateModel {
            0% {
              transform: rotate(90deg) translateY(-85%) translateX(10px);
            }
            100% {
              transform: rotate(180deg) translateX(0);
            }
          }
          @keyframes overFromNextRotateModel {
            0% {
              transform: rotate(90deg) translateY(-85%) translateX(10px);
            }
            100% {
              transform: rotate(180deg) translateX(0);
            }
          }
          @-webkit-keyframes moreRotate {
            50% {
              transform: rotate(360deg);
            }
            100% {
              transform: rotate(720deg);
            }
          }
          @keyframes moreRotate {
            50% {
              transform: rotate(360deg);
            }
            100% {
              transform: rotate(720deg);
            }
          }
          @-webkit-keyframes simpleMoreRotate {
            100% {
              transform: rotate(360deg);
            }
          }
          @keyframes simpleMoreRotate {
            100% {
              transform: rotate(360deg);
            }
          }
          @-webkit-keyframes swipePulse {
            0% {
              opacity: 0;
              transform: scale(0.9);
            }
            20% {
              opacity: 1;
              transform: scale(1);
            }
            100% {
              opacity: 0;
              transform: scale(1.2);
            }
          }
          @keyframes swipePulse {
            0% {
              opacity: 0;
              transform: scale(0.9);
            }
            20% {
              opacity: 1;
              transform: scale(1);
            }
            100% {
              opacity: 0;
              transform: scale(1.2);
            }
          }
          #indybox-wrapper {
            position: fixed;
            opacity: 0;
            width: 0;
            top: 0;
            left: 0;
            z-index: 999;
            overflow: hidden;
            background-color: black;
            height: 100%;
            font-size: 0;
            transform: scale(0.9);
            transition: transform 0.3s, opacity 0.3s, width 0s 0.3s;
          }
          #indybox-wrapper .indybox-container {
            position: absolute;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
          }
          #indybox-wrapper .indybox-container .box {
            position: absolute;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            z-index: 0;
            opacity: 0;
          }
          #indybox-wrapper .indybox-container .box img {
            max-height: 100%;
            max-width: 100%;
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            right: 0;
            margin: auto;
          }
          #indybox-wrapper .indybox-container .box.active {
            z-index: 1;
            opacity: 1;
            transition: opacity 0.3s;
          }
          #indybox-wrapper .indybox-container .box h2 {
            display: inline-block;
            position: absolute;
            top: 30px;
            left: 50px;
            font-size: 20px;
            font-weight: bold;
            line-height: 25px;
            background-color: #ffde00;
            padding: 0 7px;
            text-transform: uppercase;
            z-index: 2;
          }
          #indybox-wrapper .indybox-container .box a {
            position: absolute;
            display: inline-block;
            bottom: 30px;
            left: 50px;
            color: #ffde00;
            font-size: 12px;
            line-height: 17px;
            z-index: 2;
            text-transform: uppercase;
            text-decoration: none;
            box-shadow: 0 0 0 1px #ffde00;
            padding: 6px 8px 2px 8px;
            background-color: transparent;
            transition: background-color 0.2s, color 0.2s;
          }
          #indybox-wrapper .indybox-container .box a:before {
            content: 'подробнее о фотографии';
            display: inline-block;
            vertical-align: middle;
            font-weight: bold;
          }
          #indybox-wrapper .indybox-container .box a:after {
            content: "\e601";
            font-family: 'icomoon';
            font-weight: normal;
            font-style: normal;
            display: inline-block;
            vertical-align: middle;
            padding-left: 5px;
            margin-top: -1px;
          }
          #indybox-wrapper .indybox-container .box a:hover {
            color: black;
            background-color: #ffde00;
          }
          #indybox-wrapper button.close {
            position: absolute;
            width: 30px;
            height: 30px;
            z-index: 5;
            top: 30px;
            right: 50px;
            background-color: transparent;
          }
          #indybox-wrapper button.close:before {
            content: "\e608";
            line-height: 29px;
            font-size: 29px;
            color: #ffde00;
            z-index: 1;
            position: relative;
            font-family: 'icomoon';
            font-weight: normal;
            font-style: normal;
            transition: color 0.3s;
          }
          #indybox-wrapper button.close:after {
            content: '';
            display: block;
            position: absolute;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            z-index: 0;
            border-radius: 50%;
            background-color: #ffde00;
            transform: scale(0);
            transition: transform 0.3s;
          }
          #indybox-wrapper button.close:hover:after {
            transform: scale(1.3);
          }
          #indybox-wrapper button.close:hover:before {
            color: black;
          }
          #indybox-wrapper .slide-arrow {
            display: block;
            width: 100px;
            height: 100px;
            position: absolute;
            top: 0;
            bottom: 0;
            margin: auto;
            z-index: 100;
            background-color: transparent;
            border-radius: 50%;
            height: 48px;
            width: 48px;
          }
          #indybox-wrapper .slide-arrow span {
            width: 13px;
            height: 13px;
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            margin: auto;
            transform: translateX(1px) translateY(-2px);
          }
          #indybox-wrapper .slide-arrow span:before {
            content: '';
            display: block;
            position: absolute;
            width: 100%;
            height: 100%;
            border-bottom: 2px solid white;
            border-left: 2px solid white;
            transform: rotate(45deg);
            transform-origin: center;
            transition: border 0.2s;
          }
          #indybox-wrapper .slide-arrow.left:hover span:before {
            border-bottom: 2px solid black;
            border-left: 2px solid black;
          }
          #indybox-wrapper .slide-arrow.right span {
            transform: translateX(-2px) translateY(-2px);
          }
          #indybox-wrapper .slide-arrow.right span:before {
            border-left: 0 solid white;
            border-right: 2px solid white;
            transform: rotate(-45deg);
          }
          #indybox-wrapper .slide-arrow.right:hover span:before {
            border-bottom: 2px solid black;
            border-right: 2px solid black;
          }
          #indybox-wrapper .slide-arrow:before {
            content: '';
            display: block;
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background-color: #ffde00;
            border-radius: 50%;
            transform: scale(0);
            z-index: 0;
            transition: transform 0.3s;
            -webkit-backface-visibility: hidden;
          }
          #indybox-wrapper .slide-arrow:after {
            content: '';
            display: block;
            position: absolute;
            left: -3px;
            top: -3px;
            width: 100%;
            height: 100%;
            border-radius: 50%;
            border: 3px solid white;
            z-index: 1;
            transition: border 0.2s;
          }
          #indybox-wrapper .slide-arrow:hover:before {
            transform: scale(1.3);
          }
          #indybox-wrapper .slide-arrow:hover:after {
            border: 3px solid black;
          }
          #indybox-wrapper .slide-arrow:active:before {
            transform: scale(1.45);
          }
          #indybox-wrapper .slide-arrow.left {
            left: 50px;
          }
          #indybox-wrapper .slide-arrow.right {
            right: 50px;
          }
          #indybox-wrapper .slide-arrow:before {
            transform: scale(1.3);
            background-color: rgba(0, 0, 0, 0.2);
            transition: background-color 0.3s;
          }
          #indybox-wrapper .slide-arrow:hover:before {
            background-color: #ffde00;
          }
          .indybox-open #indybox-wrapper img {
            opacity: 1;
            transition: opacity 0.2s;
          }
          .indybox-open.indybox-ajax #indybox-wrapper img {
            opacity: 0;
          }
          .indybox-open #indybox-wrapper {
            opacity: 1;
            width: 100%;
            transform: scale(1);
            transition: transform 0.3s, opacity 0.3s, width 0s 0s;
          }
          .indybox-trigger {
            cursor: pointer;
          }
          #indybox-loader {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0px;
            z-index: 90;
            background: rgba(0, 0, 0, 0);
            left: -100%;
            transition: left 0s 1s, width 0s 1s, background 1s;
          }
          .indybox-ajax #indybox-loader {
            transition: left 0s 0s, width 0s 0s, background 0.5s 0s;
            left: 0px;
            width: 100%;
            background: #000000;
          }
          .indybox-ajax .spinner {
            opacity: 1;
            -webkit-transition: opacity 0.5s 0.5s;
            transition: opacity 0.5s 0.5s;
          }
          .indybox-ajax .spinner:before,
          .indybox-ajax .spinner:after {
            content: "";
            position: relative;
            display: block;
          }
          .indybox-ajax .spinner:before {
            animation: spinner 2.5s cubic-bezier(0.75, 0, 0.5, 1) infinite normal;
            width: 100%;
            height: 100%;
            position: absolute;
            background-color: #ffde00;
            background-image: url(/img/micro-logo.png);
            background-repeat: no-repeat;
            background-position: center;
          }
          .indybox-ajax .spinner:after {
            animation: shadow 2.5s cubic-bezier(0.75, 0, 0.5, 1) infinite normal;
            bottom: -0.5em;
            height: .25em;
            border-radius: 50%;
            background-color: #e9341a;
            display: none;
          }
          .indybox-ajax #indybox-loader {
            background: rgba(0, 0, 0, 0.3) !important;
          }
          #old-wrapper {
            position: fixed;
            z-index: 2000;
            background-color: black;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            overflow-y: auto;
          }
          #old-wrapper .container {
            position: relative;
            padding-top: 50px;
            padding-bottom: 50px;
          }
          #old-wrapper .ie-body {
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            width: 100%;
            text-align: center;
          }
          #old-wrapper .ie-body img {
            display: block;
            margin: auto;
          }
          #old-wrapper .old-wrapper-head {
            overflow: hidden;
          }
          #old-wrapper .old-wrapper-head img {
            display: block;
            height: 55px;
            width: auto;
          }
          #old-wrapper .old-wrapper-head .go-home {
            float: left;
          }
          #old-wrapper .old-wrapper-head .go-nikon {
            float: right;
          }
          #old-wrapper .old-wrapper-content {
            padding-top: 130px;
            text-align: center;
            max-width: 580px;
            margin: auto;
            color: white;
            padding-bottom: 300px;
          }
          #old-wrapper .old-wrapper-content .icon {
            display: block;
            margin: auto;
            padding-bottom: 30px;
          }
          #old-wrapper .old-wrapper-content p {
            font-size: 20px;
            line-height: 25px;
          }
          #old-wrapper .old-wrapper-content p a {
            color: #ffde00;
          }
          body.old-mode {
            overflow: hidden;
          }
          .front-slider {
            background-color: #262626;
          }
          .front-slider._new {
            height: 626px;
          }
          @media screen and (max-width: 800px) {
            .front-slider._new {
              height: 680px;
            }
          }
          @media screen and (max-width: 600px), screen and (min-device-width: 320px) and (max-device-width: 480px), screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1), screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
            .front-slider._new {
              height: 730px;
            }
          }
          .front-slider:before {
            content: '';
            display: block;
            position: absolute;
            width: 100%;
            height: 200px;
            left: 0;
            bottom: 0;
            z-index: 0;
            /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&amp;0+0,1+100 */
            background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
            /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, #000000));
            /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
            /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
            /* Opera 11.10+ */
            background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
            /* IE10+ */
            background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
            /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
            /* IE6-9 */
          }
          .owl-front:after {
            content: '';
            display: block;
            clear: both;
          }
          .owl-front__slide {
            height: 444px;
          }
          .owl-front .people-bar {
            width: 30%;
          }
          .owl-front .people-bar .avatar {
            width: 70px;
            height: 70px;
            margin: initial;
          }
          .owl-front .people-bar .avatar:before {
            display: none;
          }
          .owl-front .owl-stage:after {
            content: '';
            display: block;
            clear: both;
          }
          .owl-front .owl-item {
            width: 100%;
            float: left;
          }
          .owl-front__slide {
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
            position: relative;
          }
          .owl-front__slide .go {
            position: absolute;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            z-index: 1;
          }
          .owl-front__slide-info {
            position: absolute;
            bottom: -30px;
            display: inline-block;
            display: block;
            width: 100%;
            overflow: hidden;
            padding: 0 50px;
            left: 0;
            transform: translateY(100%);
          }
          @media screen and (max-width: 600px), screen and (min-device-width: 320px) and (max-device-width: 480px), screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1), screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
            .owl-front__slide-info {
              padding: 0 15px;
            }
          }
          .owl-front__slide__title {
            position: absolute;
            left: 27px;
            bottom: 27px;
            color: white;
            font-size: 20px;
          }
          @media screen and (max-width: 600px), screen and (min-device-width: 320px) and (max-device-width: 480px), screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1), screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
            .owl-front__slide-container .container {
              padding: 0 !important;
            }
          }
          @media screen and (max-width: 600px), screen and (min-device-width: 320px) and (max-device-width: 480px), screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1), screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
            .owl-front .owl-controls {
              display: none;
            }
          }
          .owl-front .owl-prev {
            position: absolute;
            width: 100px;
            height: 100px;
            top: 180px;
            left: 12%;
            margin: auto;
            z-index: 5;
            background-color: transparent;
            border-radius: 50%;
            height: 48px;
            width: 48px;
            cursor: pointer;
          }
          .owl-front .owl-prev span {
            width: 13px;
            height: 13px;
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            margin: auto;
            transform: translateX(1px) translateY(-2px);
          }
          .owl-front .owl-prev span:before {
            content: '';
            display: block;
            position: absolute;
            width: 100%;
            height: 100%;
            border-bottom: 2px solid white;
            border-left: 2px solid white;
            transform: rotate(45deg);
            transform-origin: center;
            transition: border 0.2s;
          }
          .owl-front .owl-prev.left:hover span:before {
            border-bottom: 2px solid black;
            border-left: 2px solid black;
          }
          .owl-front .owl-prev.right span {
            transform: translateX(-2px) translateY(-2px);
          }
          .owl-front .owl-prev.right span:before {
            border-left: 0 solid white;
            border-right: 2px solid white;
            transform: rotate(-45deg);
          }
          .owl-front .owl-prev.right:hover span:before {
            border-bottom: 2px solid black;
            border-right: 2px solid black;
          }
          .owl-front .owl-prev:before {
            content: '';
            display: block;
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background-color: #ffde00;
            border-radius: 50%;
            transform: scale(0);
            z-index: 0;
            transition: transform 0.3s;
            -webkit-backface-visibility: hidden;
          }
          .owl-front .owl-prev:after {
            content: '';
            display: block;
            position: absolute;
            left: -3px;
            top: -3px;
            width: 100%;
            height: 100%;
            border-radius: 50%;
            border: 3px solid white;
            z-index: 1;
            transition: border 0.2s;
          }
          .owl-front .owl-prev:hover:before {
            transform: scale(1.3);
          }
          .owl-front .owl-prev:hover:after {
            border: 3px solid black;
          }
          .owl-front .owl-prev:active:before {
            transform: scale(1.45);
          }
          .owl-front .owl-prev:hover span:before {
            border-bottom: 2px solid black;
            border-left: 2px solid black;
          }
          .owl-front .owl-next {
            position: absolute;
            width: 100px;
            height: 100px;
            top: 180px;
            right: 12%;
            margin: auto;
            z-index: 5;
            background-color: transparent;
            border-radius: 50%;
            height: 48px;
            width: 48px;
            cursor: pointer;
          }
          .owl-front .owl-next span {
            width: 13px;
            height: 13px;
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            margin: auto;
            transform: translateX(1px) translateY(-2px);
          }
          .owl-front .owl-next span:before {
            content: '';
            display: block;
            position: absolute;
            width: 100%;
            height: 100%;
            border-bottom: 2px solid white;
            border-left: 2px solid white;
            transform: rotate(45deg);
            transform-origin: center;
            transition: border 0.2s;
          }
          .owl-front .owl-next.left:hover span:before {
            border-bottom: 2px solid black;
            border-left: 2px solid black;
          }
          .owl-front .owl-next.right span {
            transform: translateX(-2px) translateY(-2px);
          }
          .owl-front .owl-next.right span:before {
            border-left: 0 solid white;
            border-right: 2px solid white;
            transform: rotate(-45deg);
          }
          .owl-front .owl-next.right:hover span:before {
            border-bottom: 2px solid black;
            border-right: 2px solid black;
          }
          .owl-front .owl-next:before {
            content: '';
            display: block;
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background-color: #ffde00;
            border-radius: 50%;
            transform: scale(0);
            z-index: 0;
            transition: transform 0.3s;
            -webkit-backface-visibility: hidden;
          }
          .owl-front .owl-next:after {
            content: '';
            display: block;
            position: absolute;
            left: -3px;
            top: -3px;
            width: 100%;
            height: 100%;
            border-radius: 50%;
            border: 3px solid white;
            z-index: 1;
            transition: border 0.2s;
          }
          .owl-front .owl-next:hover:before {
            transform: scale(1.3);
          }
          .owl-front .owl-next:hover:after {
            border: 3px solid black;
          }
          .owl-front .owl-next:active:before {
            transform: scale(1.45);
          }
          .owl-front .owl-next span {
            transform: translateX(-2px) translateY(-2px);
          }
          .owl-front .owl-next span:before {
            border-left: 0 solid white;
            border-right: 2px solid white;
            transform: rotate(-45deg);
          }
          .owl-front .owl-next:hover span:before {
            border-bottom: 2px solid black;
            border-right: 2px solid black;
          }
          .owl-front .people-bar {
            background-color: transparent;
            width: 35%;
            float: left;
            padding: 24px 0 0;
          }
          @media screen and (max-width: 960px), screen and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 1) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: landscape) {
            .owl-front .people-bar {
              padding-top: 0;
              width: 180px;
            }
          }
          @media screen and (max-width: 800px) {
            .owl-front .people-bar {
              width: 100%;
              float: none;
              margin-bottom: 25px;
            }
          }
          .owl-front .people-bar__people-info {
            padding-left: 25px;
            position: relative;
            text-align: left;
          }
          @media screen and (max-width: 960px), screen and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 1) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: landscape) {
            .owl-front .people-bar__people-info {
              text-align: center;
              padding-left: 0;
            }
          }
          .owl-front .people-bar__people-info .avatar {
            display: inline-block;
            vertical-align: middle;
            margin-right: 31px;
          }
          @media screen and (max-width: 960px), screen and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 1) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: landscape) {
            .owl-front .people-bar__people-info .avatar {
              display: block;
              margin: auto;
              margin-bottom: 15px;
            }
          }
          @media screen and (max-width: 800px) {
            .owl-front .people-bar__people-info .avatar {
              display: none;
            }
          }
          .owl-front .people-bar__people-info .people-info-text {
            display: block;
            text-align: left;
            display: inline-block;
            vertical-align: middle;
          }
          @media screen and (max-width: 960px), screen and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 1) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: landscape) {
            .owl-front .people-bar__people-info .people-info-text {
              padding-left: 0;
              text-align: center;
            }
          }
          .owl-front .people-bar__people-info .info {
            padding-left: 0;
            padding-bottom: 0;
          }
          .owl-front .people-bar__people-info .name {
            padding-left: 0;
            padding: 0;
            margin-bottom: 0;
          }
          .owl-front .owl-front__slide__tech-bar {
            width: 60%;
            float: right;
            padding: 20px 20px 0px;
            border: 1px solid #393939;
            border-radius: 3px;
          }
          @media screen and (max-width: 960px), screen and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 1) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: landscape) {
            .owl-front .owl-front__slide__tech-bar {
              width: calc(100% - 200px);
            }
          }
          @media screen and (max-width: 800px) {
            .owl-front .owl-front__slide__tech-bar {
              float: none;
              width: 100%;
            }
          }
          .owl-front .owl-front__slide__tech-bar__group {
            overflow: hidden;
            width: 100%;
            white-space: nowrap;
          }
          .owl-front .owl-front__slide__tech-bar__item {
            float: left;
            width: 25% !important;
            padding-bottom: 25px;
          }
          .owl-front .owl-front__slide__tech-bar__item._16 {
            width: 16% !important;
          }
          @media screen and (max-width: 600px), screen and (min-device-width: 320px) and (max-device-width: 480px), screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1), screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
            .owl-front .owl-front__slide__tech-bar__item._16 {
              width: 50% !important;
            }
          }
          .owl-front .owl-front__slide__tech-bar__item._26 {
            width: 26% !important;
          }
          @media screen and (max-width: 600px), screen and (min-device-width: 320px) and (max-device-width: 480px), screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1), screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
            .owl-front .owl-front__slide__tech-bar__item._26 {
              width: 50% !important;
            }
          }
          .owl-front .owl-front__slide__tech-bar__item._32 {
            width: 32% !important;
          }
          @media screen and (max-width: 600px), screen and (min-device-width: 320px) and (max-device-width: 480px), screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1), screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
            .owl-front .owl-front__slide__tech-bar__item._32 {
              width: 50% !important;
            }
          }
          .owl-front .owl-front__slide__tech-bar__item._68 {
            width: 68% !important;
          }
          @media screen and (max-width: 600px), screen and (min-device-width: 320px) and (max-device-width: 480px), screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1), screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
            .owl-front .owl-front__slide__tech-bar__item._68 {
              width: 50% !important;
            }
          }
          .owl-front .owl-front__slide__tech-bar__item span {
            display: inline-block;
            vertical-align: middle;
            color: white;
            font-size: 14px;
            white-space: normal;
            width: calc(100% - 35px);
          }
          .owl-front .owl-front__slide__tech-bar__item:before {
            content: '';
            display: block;
            width: 25px;
            height: 25px;
            margin-right: 13px;
            background-position: center;
            background-repeat: no-repeat;
            background-size: contain;
            display: inline-block;
            vertical-align: middle;
            opacity: 0.5;
          }
          .owl-front .owl-front__slide__tech-bar__item.model,
          .owl-front .owl-front__slide__tech-bar__item.kit {
            width: 50%;
          }
          .owl-front .owl-front__slide__tech-bar__item.aperture:before {
            background-image: url(/img/i-aperture.svg);
          }
          .owl-front .owl-front__slide__tech-bar__item.exposure:before {
            background-image: url(/img/i-exposure.svg);
          }
          .owl-front .owl-front__slide__tech-bar__item.length:before {
            background-image: url(/img/i-length.svg);
          }
          .owl-front .owl-front__slide__tech-bar__item.iso:before {
            background-image: url(/img/i-iso.svg);
          }
          .owl-front .owl-front__slide__tech-bar__item.model:before {
            background-image: url(/img/i-model.svg);
          }
          .owl-front .owl-front__slide__tech-bar__item.kit:before {
            background-image: url(/img/i-kit.svg);
          }
          .float-group:before {
            content: '';
            clear: both;
          }
          .float-group > .box {
            float: left;
          }
          .float-group > .box._right {
            float: right;
          }
          .justify-container {
            text-align: justify;
            font-size: 0;
          }
          .justify-container:after {
            content: "";
            display: inline-block;
            vertical-align: middle;
            width: 100%;
          }
          .justify-container._top > * {
            vertical-align: top;
          }
          .justify-container._vertical > * {
            vertical-align: middle;
          }
          .justify-container > * {
            display: inline-block;
            line-height: normal;
            text-align: left;
          }
          .infoBar {
            background-color: #ffdc2d;
            padding: 8px 0 10px;
          }
          .infoBar .box._left {
            font-size: 15px;
            width: 58%;
            line-height: 1.3;

          }
          @media screen and (max-width: 960px), screen and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 1) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: landscape) {
            .infoBar .box._left {
              margin-left: 0;
            }
          }
          @media screen and (max-width: 600px), screen and (min-device-width: 320px) and (max-device-width: 480px), screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1), screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
            .infoBar .box._left {
              width: 100%;
              display: block;
              text-align: center;
            }
          }
          .infoBar .box._right {

          }
          @media screen and (max-width: 960px), screen and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (-webkit-min-device-pixel-ratio: 1) and (max-device-width: 1024px) and (min-device-width: 768px), screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: landscape) {
            .infoBar .box._right {
              margin-right: 0;
            }
          }
          @media screen and (max-width: 600px), screen and (min-device-width: 320px) and (max-device-width: 480px), screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1), screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
            .infoBar .box._right {
              width: 100%;
              display: block;
              text-align: center;
              padding-top: 15px;
            }
          }
          .infoBar__text {
            font-size: 15px;
          }
          .infoBar__link {
            color: black;
            text-decoration: none;
            vertical-align: middle;
            font-size: 18px;
            padding: 4px 10px 3px;
            display: inline-block;
            border: 1px solid rgba(0, 0, 0, 0.2);
            border-radius: 4px;
          }
          .infoBar__link:after {
            content: '';
            width: 0;
            height: 0;
            border-top: 5px solid transparent;
            border-left: 5px solid black;
            border-bottom: 5px solid transparent;
            display: block;
            display: inline-block;
            vertical-align: baseline;
            margin-left: 5px;
          }


