@import "fonts.css";
@import "jquery.scrollbar.css";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  /*image-rendering: -moz-crisp-edges;*/
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.clearfix:before,
.clearfix:after {
  content: '';
  display: block;
}
.clearfix:after {
  clear: both;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  outline: none !important;
}
.slick-slider div {
  outline: none !important;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  outline: none !important;
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-arrow {
  display: block;
  width: 45px;
  height: 90px;
  padding: 0;
  border: 0;
  background: transparent;
  font: 0/0 a;
  position: absolute;
  top: 50%;
  margin: -45px 0 0;
  cursor: pointer;
  outline: none !important;
  z-index: 2;
}
.slick-arrow:before,
.slick-arrow:after {
  display: block;
  content: '';
  position: relative;
  width: 45px;
  height: 1px;
  background: #fff;
}
.slick-arrow:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: -15px;
}
.slick-arrow:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 15px;
}
.slick-arrow.slick-prev {
  left: 0;
}
.slick-arrow.slick-next {
  right: 0;
}
.slick-arrow.slick-next:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -15px;
}
.slick-arrow.slick-next:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 15px;
}
html,
body {
  height: 100%;
}
body {
  /*background-attachment: fixed;*/
  font: 400 20px 'TrendSansOne';
}
.iosbg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../images/bg.jpg) 50% 50% no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  body:before,
  body:after {
    display: block;
    content: '';
    position: fixed;
    width: 18px;
    top: 0;
    bottom: 0;
    background: #fff;
    z-index: 5000;
  }
}
@media (min-width: 992px) {
  body:before,
  body:after {
    width: 23px;
  }
  body:not(.folio):before,
  body:not(.folio):after {
    width: 45px;
  }
}
body:before {
  left: 0;
}
body:after {
  right: 0;
}
a {
  outline: none !important;
}
.btn {
  display: block;
  margin: 15px auto;
  text-decoration: none;
  color: #6a6a6a;
  font: 400 12px/25px 'TrendSansOne';
  width: 180px;
  text-align: center;
  background: url(../images/btn.png) 50% 50% no-repeat;
  background-size: 100%;
}
@media (min-width: 768px) {
  .btn {
    width: 289px;
    font: 400 20px/84px 'TrendSansOne';
  }
}
.wrapper {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .wrapper {
    padding: 18px;
  }
}
@media (min-width: 992px) {
  .wrapper {
    padding: 23px;
  }
}
@media (min-width: 768px) {
  .wrapper:before,
  .wrapper:after {
    display: block;
    content: '';
    position: fixed;
    height: 18px;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 5000;
  }
}
@media (min-width: 992px) {
  .wrapper:before,
  .wrapper:after {
    height: 23px;
  }
  body:not(.folio) .wrapper:before,
  body:not(.folio) .wrapper:after {
    height: 45px;
  }
}
.wrapper:before {
  top: 0;
}
.wrapper:after {
  bottom: 0;
}
.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
}
.container-fluid {
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
}
@media (min-width: 768px) {
  body.main .container,
  body.main .container-fluid,
  body.cv .container,
  body.cv .container-fluid,
  body.hello .container,
  body.hello .container-fluid,
  body.works .container-fluid {
    width: 540px;
  }
  body.works .worksList {
    width: 520px;
  }
  body.main .screenOne .container-fluid {
    width: 732px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 860px;
    padding: 0;
  }
  .container-fluid {
    width: 860px;
    padding: 0;
  }
  body.main .container,
  body.main .container-fluid,
  body.cv .container,
  body.cv .container-fluid,
  body.hello .container,
  body.hello .container-fluid,
  body.works .worksList,
  body.works .container-fluid {
    width: 780px;
  }
  body.main .screenOne .container-fluid {
    width: 900px;
  }
}
@media (min-width: 992px) {
}
h3 {
  /*font-family: 'CM Grunge Party', Arial, Helvetica, sans-serif;*/
  font-family: 'press_start_2pregular';
  font-size: 101px;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  color: #fff;
  margin-bottom: 32px;
}
h3:before,
h3:after {
  display: inline-block;
  content: '';
  position: relative;
}
h3:before {
  margin: 0 0 0 -260px;
  height: 31px;
  width: 246px;
  background: url(../images/border.png) no-repeat;
}
h3:after {
  margin: 0 -260px 0 0;
  height: 31px;
  width: 246px;
  background: url(../images/border.png) no-repeat;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  content: "";
}
.logo {
  padding: 22px 0 0;
  float: left;
  width: 252px;
}
.logo img {
  max-width: 100%;
}
@media (max-width: 767px) {
  .logo {
    text-align: center;
  }
  .logo img {
    width: 180px;
  }
}
.header nav ul {
  margin-left: 0;
  float: right;
  padding-top: 22px;
}
.header nav li {
  display: inline-block;
  vertical-align: top;
}
.header nav li {
  position: relative;
  margin: 0 15px;
}
.header nav li:last-of-type {
  margin-right: 0;
}
.header nav li span {
  position: absolute;
  top: 0;
  display: block;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.header nav li span:nth-child(1) {
  opacity: 1;
}
.header nav li span:nth-child(2) {
  opacity: 0;
}
.header nav li:hover span {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.header nav li:not(.active):hover span:nth-child(1) {
  opacity: 0;
}
.header nav li:not(.active):hover span:nth-child(2) {
  opacity: 1;
}
.header nav li.cv,
.header nav li.cv span {
  width: 66px;
  height: 50px;
}
.header nav li.cv span:nth-child(1) {
  background-image: url(../images/cv.png);
}
.header nav li.cv span:nth-child(2) {
  background-image: url(../images/cv_h.png);
}
.header nav li.active span:nth-child(2) {
  opacity: 1;
  background: none!important;
}
.header nav li.active span:nth-child(2):before,
.header nav li.active span:nth-child(2):after {
  content: '';
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgd2lkdGg9IjE1NHB4IiBoZWlnaHQ9IjI0cHgiPjxwYXRoIGQ9Ik0wIDEyLjUgTDE1NCAxMi41IiBzdHlsZT0iZmlsbDpub25lOyBzdHJva2U6cmdiKDI1NSwyNTUsMjU1KTtzdHJva2Utd2lkdGg6MSI+PC9wYXRoPjwvc3ZnPg==);
  background-repeat: repeat-x;
  position: absolute;
  left: -15px;
  right: -15px;
  top: 0;
  bottom: 0;
}
.header nav li.active span:nth-child(2):after {
  top: 4px;
}
.header nav li.hello,
.header nav li.hello span {
  width: 131px;
  height: 56px;
}
.header nav li.hello span:nth-child(1) {
  background-image: url(../images/hello.png);
}
.header nav li.hello span:nth-child(2) {
  background-image: url(../images/hello_h.png);
}
.header nav li.works,
.header nav li.works span {
  width: 113px;
  height: 53px;
}
.header nav li.works span:nth-child(1) {
  background-image: url(../images/works.png);
}
.header nav li.works span:nth-child(2) {
  background-image: url(../images/works_h.png);
  background-position: -10px 0;
}
@media (max-width: 991px) {
  .header nav {
    display: none;
  }
}
@media (min-width: 768px) {
  .screen:not(:last-of-type) {
    margin-bottom: 225px;
  }
  .screenOne {
    margin-bottom: 280px!important;
  }
}
@media (min-width: 992px) {
  .logo {
    width: auto;
    padding: 66px 12px 0;
  }
  .header nav ul {
    padding-top: 66px;
  }
  .screen:not(:last-of-type) {
    margin-bottom: 425px;
  }
}

.screenOne {
  /*font-family: 'CM Grunge Party', Arial, Helvetica, sans-serif;*/
  font-family: 'press_start_2pregular';
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
}
.screenOneText {
  position: relative;
  clear: both;
}
.web {
  font-size: 36px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  position: absolute;
  left: -3px;
  top: 31px;
  opacity: 0;
  -webkit-transition: all 600ms ease 400ms;
  -o-transition: all 600ms ease 400ms;
  transition: all 600ms ease 400ms;
}
.design {
  /*font-size: 185px;*/
  font-size: 115px;
  margin-bottom: -70px;
  position: relative;
  height: 224px;
  padding-left: 60px;
}
.design::after {
  display: block;
  content: '';
  position: relative;
  clear: both;
}
.design span {
  display: block;
  float: left;
  position: relative;
  margin-bottom: -70px;
  opacity: 1;
  top: 0;
  -webkit-transition: all 600ms ease 0ms;
  -o-transition: all 600ms ease 0ms;
  transition: all 600ms ease 0ms;
}
.design span + span {
  left: -140px;
}
.design span + span + span {
  left: -230px;
}
.design span + span + span + span {
  left: -340px;
}
.design span + span + span + span + span {
  left: -450px;
}
.design span + span + span + span + span + span {
  left: -600px;
}
.ideas {
  /*font-size: 247px;*/
  font-size: 160px;
  margin-bottom: -50px;
  margin-left: -15px;
  position: relative;
}
.ideas span {
  opacity: 0;
  -webkit-transition: all 700ms ease 0ms;
  -o-transition: all 700ms ease 0ms;
  transition: all 700ms ease 0ms;
}
.ampersand {
  /*font-size: 92px;*/
  font-size: 64px;
}
.realisation {
  /*font-size: 92px;*/
  font-size: 64px;
  /*margin-top: 15px;*/
  margin-top: 81px;
}
@media (max-width: 991px) {
  .screenOne {
    margin-top: 240px;
  }
  .web {
    top: 23px;
    left: -24px;
    font-size: 34px;
  }
  .design {
    font-size: 88px;
    padding-left: 70px;
  }
  .ideas {
    /*font-size: 210px;*/
    font-size: 142px;
  }
  .realisation {
    margin-left: -10px;
    font-size: 56px;
  }
}

@media (max-width: 767px) {
  .screenOne {
    margin-top: 150px;
    margin-bottom: 100px;
  }

  .screenOneText {
    width: 300px;
    margin: 0 auto;
  }

  .web {
    font-size: 10px;
    margin-left: 46px;
    top: 10px;
  }

  .design {
    font-size: 36px;
    padding-left: 45px;
    height: 120px;
  }

  .design span {
    margin-bottom: -10px;
  }

  .ideas {
    font-size: 48px;
    margin-bottom: -2px;
    margin-left: 5px;
  }

  .ampersand,
  .realisation {
    font-size: 19px;
    margin-top: 12px;
    margin-left: 5px;
  }
}

.page-title {
  margin: 30px auto;
  position: relative;
  width: 240px;
}
@media (max-width: 767px) {
  .page-title img:first-of-type {
    width: 100%;
  }
  body.works .page-title img:first-of-type,
  .screenTwo .page-title img:first-of-type {
    width: 220px;
  }
}
.s {
  position: absolute;
  -webkit-transform: rotate(-45deg) scale(0.35);
  -ms-transform: rotate(-45deg) scale(0.35);
  transform: rotate(-45deg) scale(0.35);
  right: -35px;
  top: -30px;
}
.screenFour img {
  display: block;
  margin: 0 auto;
}
.page-title.cv {
  width: 140px;
}
.wrapper>.page-title {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .page-title {
    margin-bottom: 85px;
  }
  body.cv .page-title,
  body.works .page-title {
    margin-bottom: 50px;
  }
  .page-title {
    width: 600px;
  }
  .page-title.cv {
    width: 273px;
  }
  .s {
    -webkit-transform: rotate(-45deg) scale(0.5);
    -ms-transform: rotate(-45deg) scale(0.5);
    transform: rotate(-45deg) scale(0.5);
    right: -20px;
    top: 2px;
  }
  .page-title {
    position: relative;
  }
  .page-title.hello {
    width: 700px;
  }
  body.main .page-title:before {
    position: absolute;
    display: block;
    left: 0;
    top: 50%;
    content: '';
    background-image: url(../images/border.png);
    width: 246px;
    height: 31px;
    -webkit-transform: translate(-246px, -50%);
    -ms-transform: translate(-246px, -50%);
    transform: translate(-246px, -50%);
  }
  body.main .page-title:after {
    position: absolute;
    right: 0;
    top: 50%;
    content: '';
    background-image: url(../images/border.png);
    -webkit-transform: scaleX(-1) translate(-246px, -50%);
    -ms-transform: scaleX(-1) translate(-246px, -50%);
    transform: scaleX(-1) translate(-246px, -50%);
    width: 246px;
    height: 31px;
  }
  body.cv .page-title {
    width: 658px;
  }
  body.works .page-title,
  .screenTwo .page-title {
    width: 520px;
  }
  body.cv .page-title>img:first-of-type {
    width: 100%;
  }
  body.works .page-title>img:first-of-type,
  .screenTwo .page-title>img:first-of-type {
    width: 490px;
  }
}
@media (min-width: 992px) {
  .screenOneText {
    margin-top: 46px;
  }
  .page-tite {
    width: 730px;
  }
  body.main.desktop .page-title {
    margin-bottom: -50px!important;
  }
  body.works .page-title,
  .screenTwo .page-title {
    width: 710px;
    margin: 0 auto 85px;
  }
  body.cv .page-title,
  body.works .page-title {
    width: 780px;
  }
  body.cv .page-title,
  body.works .page-title {
    margin-bottom: 50px!important;
    margin-top: 40px!important;
  }
  .screenTwo .page-title>img:first-of-type {
    width: 660px;
  }
  body.cv .page-title>img:first-of-type {
    width: 100%;
  }
  body.works .page-title>img:first-of-type {
    width: 725px;
  }
  .s {
    -webkit-transform: rotate(-45deg) scale(0.8);
    -ms-transform: rotate(-45deg) scale(0.8);
    transform: rotate(-45deg) scale(0.8);
    right: 0;
    top: 20px;
  }
  body.works .s {
    top: 21px;
    width: 14%;
  }
}
.item {
  position: relative;
}
.item .hover {
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.item .project {
  position: absolute;
  padding: 15px 20px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 233px;
  height: 57px;
  background: #fff;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  color: #000000;
  text-align: center;
  vertical-align: middle;
  line-height: 32px;
  font-weight: 400;
  font-size: 18px;
}
.item .title {
  color: rgba(63,63,63,.73);
  background-color: #efefef;
  font-size: 11px;
  height: 27px;
  line-height: 30px;
  text-align: center;
  position: absolute;
  vertical-align: middle;
}
.item-type-1 .hover {
  left: 75px;
  right: 1px;
}
.item-type-4 .hover {
  left: 121px;
  right: 17px;
}
.item-type-1 .title {
  -webkit-transform: rotateZ(-23deg);
  -ms-transform: rotate(-23deg);
  transform: rotateZ(-23deg);
  width: 230px;
  top: 65px;
}
.item-type-2 .title {
  -webkit-transform: rotateZ(-23deg);
  -ms-transform: rotate(-23deg);
  transform: rotateZ(-23deg);
  width: 281px;
  top: 50px;
  text-align: left;
  padding-left: 24px;
}
.item-type-3 .title {
  -webkit-transform: rotateZ(-23deg);
  -ms-transform: rotate(-23deg);
  transform: rotateZ(-23deg);
  width: 281px;
  top: 52px;
  text-align: left;
  padding-left: 22px;
}
.item-type-4 .title {
  -webkit-transform: rotateZ(-35deg);
  -ms-transform: rotate(-35deg);
  transform: rotateZ(-35deg);
  width: 300px;
  left: -15px;
  top: 85px;
}
.item-type-5 .title {
  -webkit-transform: rotateZ(-27deg);
  -ms-transform: rotate(-27deg);
  transform: rotateZ(-27deg);
  width: 255px;
  left: -10px;
  top: 65px;
}
.itemx1 {
  position: absolute;
  left: 0;
  width: 24px;
  background-color: #ffffff;
  height: 150px;
  opacity: 1;
}
.itemx2 {
  position: absolute;
  background-color: #ffffff;
  width: 330px;
  height: 25px;
  opacity: 1;
}
.itemx3 {
  position: absolute;
  left: 0;
  width: 24px;
  background-color: #ffffff;
  height: 150px;
  opacity: 1;
}
.itemx4 {
  position: absolute;
  width: 350px;
  height: 25px;
  background-color: #ffffff;
  opacity: 1;
}
.itemx5 {
  position: absolute;
  left: 0;
  width: 24px;
  background-color: #ffffff;
  height: 150px;
  opacity: 1;
}
.itemx6 {
  position: absolute;
  width: 240px;
  height: 25px;
  background-color: #ffffff;
  opacity: 1;
}
.itemx7 {
  position: absolute;
  left: 0;
  width: 24px;
  background-color: #ffffff;
  height: 250px;
  opacity: 1;
}
.itemx8 {
  position: absolute;
  background-color: #ffffff;
  width: 350px;
  height: 25px;
  opacity: 1;
}
.itemx9 {
  position: absolute;
  left: 0;
  width: 24px;
  background-color: #ffffff;
  height: 150px;
  opacity: 1;
}
.itemx10 {
  position: absolute;
  background-color: #ffffff;
  width: 240px;
  height: 25px;
  opacity: 1;
}
.itemx11 {
  position: absolute;
  right: 0;
  width: 24px;
  background-color: #ffffff;
  height: 150px;
  opacity: 1;
}
.itemx12 {
  position: absolute;
  right: 0;
  width: 24px;
  background-color: #ffffff;
  height: 150px;
  opacity: 1;
}
.item-type-1 .project,
.item-type-5 .project {
  -webkit-transform: rotateX(0deg) rotateY(0deg) rotateZ(270deg);
  transform: rotateX(0deg) rotateY(0deg) rotateZ(270deg);
  margin-left: -116px;
  margin-top: -30px;
}
.item img {
  display: block;
}
.item-type-1 {
  float: left;
  margin-left: -76px;
}
.item-type-2 {
  margin-left: 261px;
}
.item-type-3 {
  margin: 21px 0 0 261px;
}
.item-type-4 {
  float: left;
  height: 510px;
  margin: 0 0 -31px -120px;
}
.item-type-5 {
  margin: 0 0 21px 540px;
}
.worksSlider {
  position: relative;
}
.worksList{
  width: 300px;
  margin: 20px auto;
}
@media (max-width: 991px) {
  .worksList{
    position: relative;
    height: 1930px;
  }
  .item {
    position: absolute;
    width: 100%;
    overflow: hidden;
    margin: 0!important;
  }
  .item .hover {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
  .item-type-1 {
    top: 1068px;
    left: 0;
    width: 248px;
  }
  .item-type-2 {
    top: 534px;
  }
  .item-type-2 .title {
    top: 55px;
  }
  .item-type-3 {
    top: 801px;
  }
  .item-type-4 {
    top: 0;
    height: 510px;
  }
  .item-type-5 {
    top: 1068px;
    left: 272px;
    width: 248px;
  }
  .item-type-1 img {
    width: 329px;
    margin-left: -79px;
  }
  .item-type-4 img {
    margin-left: -120px;
  }
  .item-type-5 img {
    width: 300px;
  }
  .itemx1,.itemx3,.itemx5,.itemx7,.itemx9,.itemx11,.itemx12{
    width: 23px;
  }
  .itemx2,.itemx4,.itemx6,.itemx8,.itemx10 {
    height: 23px;
  }
}
@media (max-width: 767px) {
  .worksList{
    height: 918px;
    width: 288px;
  }
  .screenTwo .worksSlider {
    width: 288px;
    margin: 0 auto;
    height: 580px;
  }
  .item-type-1 {
    top: 450px;
    width: 138px;
  }
  .item-type-2 {
    top: 300px;
  }
  .item-type-3 {
    top: 760px;
    width: 300px;
  }
  .screenTwo .item-type-3 {
    top: 450px;
  }
  .item-type-5 {
    top: 450px;
    width: 138px;
    left: 150px;
    height: 295px;
  }
  .item-type-1 img {
    width: 185px;
    margin-left: -44px;
  }
  .item-type-2 img {
    width: 288px;
    margin-left: 0;
  }
  .item-type-3 img {
    width: 288px;
    margin-left: 0;
  }
  .item-type-4 img {
    width: 367px;
    margin-left: -69px;
  }
  .item-type-5 img {
    width: 171px;
    margin-left: 0;
  }
  .itemx1,.itemx3,.itemx5,.itemx7,.itemx9,.itemx11,.itemx12{
    width: 14px;
  }
  .itemx2,.itemx4,.itemx6,.itemx8,.itemx10 {
    height: 14px;
  }
  .screenTwo .item-type-1 {
    display: none;
  }
}
@media (min-width: 768px) {
  .worksList{
    width: 700px;
  }
  .item:hover .hover {
    opacity: 1;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .item.item-type-1:hover .hover {
    background-color: rgba(255,255,255,.73);
  }
  .item.item-type-2:hover .hover {
    background-color: rgba(255,255,255,.86);
  }
  .item.item-type-3:hover .hover {
    background-color: rgba(255,255,255,.77);
  }
  .item.item-type-4:hover .hover {
    background-color: rgba(255,255,255,.73);
  }
  .item.item-type-5:hover .hover {
    background-color: rgba(255,255,255,.81);
  }
}
@media (max-width: 767px) {
  body.cv .header,
  body.works .header {
    height: 140px;
  }
  .worksList {
    height: 1100px;
  }
  .worksList .text {
    position: absolute;
    top: 934px;
    font-size: 10px;
    line-height: 13px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body.cv .header,
  body.works .header {
    height: 200px;
  }
  .screenTwo .worksSlider {
    width: 520px;
    margin: 0 auto;
    height: 1050px;
  }
  .screenTwo .item-type-1 {
    display: none;
  }
  .screenTwo .item-type-2 {
    top: 0;
  }
  .screenTwo .item-type-3 {
    top: 266px;
  }
  .screenTwo .item-type-4 {
    top: 532px;
  }
}
@media (min-width: 992px) {
  .worksList{
    width: 920px;
  }
  .screenTwo .item-type-1 {
    margin-left: -76px;
  }
  body.desktop .screenTwo .item-type-1 {
    margin-top: 75px;
  }
  .screenTwo .item-type-2 {
    margin-left: 264px;
  }
  .screenTwo .item-type-3 {
    margin-top: 24px;
    margin-left: 264px;
  }
  .screenTwo .item-type-4 {
    display: none;
  }
  body.desktop .screenTwo .allWorks {
    margin-top: -75px;
  }
}
.worksPageTitle {
  clear: both;
  font-size: 229px;
  text-align: center;
}
.slide:before,
.slide:after {
  content: '';
  display: block;
}
.slide:after {
  clear: both;
}
.slide:before,
.slide:after {
  content: '';
  display: block;
}
.slide:after {
  clear: both;
}
.cvWrapper::after {
  display: table;
  content: '';
  clear: both;
}
.cvItem {
  border: 23px solid #fff;
  color: #737373;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 23px;
}
.cvItemLeft {
  width: 380px;
  float: left;
}
.cvItemRight {
  width: 380px;
  margin-top: 0;
  margin-left: 400px;
}
.cvItem-tl img {
  display: block;
  width: 100%;
  height: auto;
}
.cvItem-tr {
  padding: 20px 0 15px;
}
.cvItem-br {
  position: relative;
  height: 390px;
  background: #fff;
}
.cvItem-br::before {
  display: block;
  content: '';
  position: absolute;
  left: 25px;
  top: 50%;
  right: 25px;
  height: 1px;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #bfbfbf 33%, #bfbfbf 50%, #bfbfbf 66%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(33%, #bfbfbf), color-stop(50%, #bfbfbf), color-stop(66%, #bfbfbf), to(rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #bfbfbf 33%, #bfbfbf 50%, #bfbfbf 66%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #bfbfbf 33%, #bfbfbf 50%, #bfbfbf 66%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=0);
}
.cvItem-name {
  font-size: 14px;
  font-weight: 400;
}
.cvItem-name:before,
.cvItem-name:after {
  display: inline-block;
  content: '';
  position: relative;
  height: 1px;
  width: 25px;
  background: #bfbfbf;
  top: -4px;
}
.cvItem-name::before {
  margin-right: 10px;
}
.cvItem-name::after {
  margin-left: 10px;
}
.cvItem-role {
  font-size: 25px;
  margin-top: 5px;
  font-weight: 400;
}
.cvItem-list:before,
.cvItem-list:after {
  content: '';
  display: block;
}
.cvItem-list:after {
  clear: both;
}
.cvItem-list:before,
.cvItem-list:after {
  content: '';
  display: block;
}
.cvItem-list:after {
  clear: both;
}
.cvItem-list li {
  width: 33%;
  float: left;
  font-size: 9px;
  font-weight: 400;
  position: relative;
  padding: 27px 0 28px;
}
.cvItem-list li span {
  font-size: 18px;
  display: block;
}
.cvItem-list li::before {
  display: block;
  content: '';
  position: absolute;
  top: 7px;
  bottom: 7px;
  left: 0;
  width: 1px;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #bfbfbf 33%, #bfbfbf 50%, #bfbfbf 66%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(33%, #bfbfbf), color-stop(50%, #bfbfbf), color-stop(66%, #bfbfbf), to(rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #bfbfbf 33%, #bfbfbf 50%, #bfbfbf 66%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #bfbfbf 33%, #bfbfbf 50%, #bfbfbf 66%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=0);
}
.cvItem-list li:first-child::before {
  display: none;
}
.cvItemBlock {
  width: 50%;
  height: 50%;
  float: left;
  position: relative;
}
.cvItemBlock img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 80%;
  -ms-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.cvItemBlock-1::before {
  display: block;
  content: '';
  position: absolute;
  top: 25px;
  bottom: 25px;
  right: 0;
  width: 1px;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #bfbfbf 33%, #bfbfbf 50%, #bfbfbf 66%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(33%, #bfbfbf), color-stop(50%, #bfbfbf), color-stop(66%, #bfbfbf), to(rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #bfbfbf 33%, #bfbfbf 50%, #bfbfbf 66%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #bfbfbf 33%, #bfbfbf 50%, #bfbfbf 66%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=0);
}
.cvItemBlock-3::before {
  display: block;
  content: '';
  position: absolute;
  top: 25px;
  bottom: 25px;
  right: 0;
  width: 1px;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #bfbfbf 33%, #bfbfbf 50%, #bfbfbf 66%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(33%, #bfbfbf), color-stop(50%, #bfbfbf), color-stop(66%, #bfbfbf), to(rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #bfbfbf 33%, #bfbfbf 50%, #bfbfbf 66%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #bfbfbf 33%, #bfbfbf 50%, #bfbfbf 66%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=0);
}
@media (max-width: 991px) {
  .cvItem {
    border-width: 18px;
  }
  .cvItem-list li {
    padding: 20px 0;
    font-size: 8px;
  }
  .cvItem-list li span {
    font-size: 15px;
  }
  .cvItem-name {
    font-size: 12px;
  }
  .cvItem-role {
    font-size: 21px;
  }
  .cvItem-tl,
  .cvItem-tr {
    margin-bottom: 18px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .screenThree .container {
    width: 678px!important;
  }
  .cvItem-br {
    height: 325px;
  }
  .cvItem-tr {
    padding: 16px 0;
  }
  .cvItemLeft {
    width: 320px;
  }
  .cvItemRight {
    margin-top: 16px;
    margin-left: 338px;
    width: 320px;
  }
}
@media (max-width: 767px) {
  .cvWrapper {
    margin: 0 auto;
    width: 288px;
  }
  .cvWrapper:last-of-type {
    margin-bottom: 0!important;
  }
  .cvItemLeft {
    float: inherit;
    width: 288px;
  }
  .cvItemRight {
    margin-top: 16px;
    margin-left: 0;
    width: 288px;
  }
  .cvItem-br {
    height: 350px;
  }
  .cvItem-bl {
    margin-bottom: 18px;
  }
  .screenThree {
    margin-bottom: 100px;
  }
}
.contacts {
  text-align: center;
  color: #fff;
  font-size: 26px;
  line-height: 33px;
  font-weight: 700;
}
.contactsMail {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  line-height: 45px;
  margin: 12px auto 0;
  padding-bottom: 4px;
  background-size: 1px 4px!important;
  background-position: 0 100%!important;
  background-repeat: repeat-x!important;
  background: -webkit-gradient(linear, left top, right top, from(rgb(255,255,255)), to(rgb(255,255,255)));
  background: -webkit-linear-gradient(left, rgb(255,255,255) 0%, rgb(255,255,255) 100%);
  background: -o-linear-gradient(left, rgb(255,255,255) 0%, rgb(255,255,255) 100%);
  background: linear-gradient(to right, rgb(255,255,255) 0%, rgb(255,255,255) 100%);
  text-decoration: none;
  background-origin: padding-box;
  background-color: transparent;
  background-attachment: scroll;
  background-clip: border-box;
}
body.hello .contacts {
  font-size: 31px;
}
body.hello .contactsMail {
  font-size: 43px;
  line-height: 60px;
}
.contactsMail:hover {
  color: #b5b0b7;
  background: -webkit-gradient(linear, left top, right top, from(rgb(181,176,183)), to(rgb(181,176,183)));
  background: -webkit-linear-gradient(left, rgb(181,176,183) 0%, rgb(181,176,183) 100%);
  background: -o-linear-gradient(left, rgb(181,176,183) 0%, rgb(181,176,183) 100%);
  background: linear-gradient(to right, rgb(181,176,183) 0%, rgb(181,176,183) 100%);
}
@media (min-width: 768px) and (max-width: 991px) {
  .screenFour .container {
    width: 644px!important;
  }
  .screenFour .page-title {
    text-align: left;
    width: 100%;
  }
  .screenFour .page-title img {
    width: 612px;
    display: inline;
  }
  .contacts {
    font-size: 23px;
    line-height: 26px;
  }
  .contactsMail {
    font-size: 32px;
    line-height: 40px;
  }
  body.hello .contacts {
    font-size: 24px;
  }
  body.hello .contactsMail {
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  .contacts {
    font-size: 10px !important;
    line-height: 13px;
  }
  .contactsMail {
    display: block;
    font-size: 15.4px !important;
    line-height: 20px;
    width: 280px;
  }
}
.socialList {
  position: relative;
  margin: 60px 0 170px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .socialList {
    margin-bottom: 340px;
  }
}
@media (min-width: 768px) {
  .socialList {
    background: url(../images/points.png) center no-repeat;
  }
}
.socialList ul {
  width: 288px;
  margin: 0 auto;
}
.socialList ul::after {
  display: block;
  content: '';
  clear: both;
}
.socialList li {
  display: block;
  width: 36px;
  height: 35px;
  float: left;
  margin: 0 30px;
}
.socialList li a {
  display: block;
  width: 36px;
  height: 35px;
  background-image: url(../images/social.png);
  z-index: 100;
  position: relative;
}
.socialList li a.fb {
  background-position: 0 -40px;
}
.socialList li a.sk {
  background-position: 0 -80px;
}
.socialList li a span {
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-size: cover;
}
.socialList li a:hover span {
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: block;
  width: 40px;
  height: 38px;
  position: absolute;
  left: -2px;
  top: -2px;
  /*background-size: cover;*/
}
.socialList li a.in span {
  background-image: url(../images/in_t.png);
}
.socialList li a.fb span {
  background-image: url(../images/fb_t.png);
}
.socialList li a.sk span {
  background-image: url(../images/sk_t.png);
}
@media (max-width: 767px) {
  .socialList ul {
    position: relative;
    height: 100px;
  }
  .socialList:before,
  .socialList:after {
    display: none;
  }
  .socialList li {
    position: relative;
  }
  .socialList li::before,
  .socialList li::after {
    display: block;
    content: '';
    position: absolute;
    height: 31px;
    width: 200px;
    background: url(../images/border.png) no-repeat;
    background-size: contain;
    /*z-index: -1;*/
  }
  .socialList li:nth-child(1)::before {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    /*margin: -16px 0 0 -260px;*/
  }

  .socialList li:nth-child(2) {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    margin: 0;
  }
  .socialList li:nth-child(3) {
    position: absolute;
    right: 0;
  }
  .socialList li:nth-child(1)::after,
  .socialList li:nth-child(3)::before,
  .socialList li:nth-child(3)::after {
    display: none;
  }
  .socialList li:nth-child(2)::before {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
    width: 150px;
    right: 0;
    bottom: 25px;
  }
  .socialList li:nth-child(2)::after {
    -webkit-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    transform: rotate(-30deg);
    width: 150px;
    left: 0;
    bottom: 25px;
  }
}
.menuTrigger {
  display: block;
  width: 55px;
  height: 46px;
  background: url(../images/navTrigger.png) 50% 0;
  background-size: 100% auto !important;
  top: 27px;
  cursor: pointer;
  z-index: 10001;
  left: 50%;
  margin-left: -27px;
  position: absolute;
}
body:not(.desktop) .menuTrigger.active {
  position: fixed;
}
@media (min-width: 768px) {
  .menuTrigger {
    top: 52px;
  }
}
@media (min-width: 992px) {
  .menuTrigger {
    width: 69px;
    height: 58px;
    top: 84px;
  }
  body.desktop .menuTrigger,
  .menuTrigger:not(.active) {
    position: fixed;
    margin-left: 0;
    left:auto;
    right: 101px;
  }
}
.menuTrigger span {
  display: block;
  width: 14px;
  height: 10px;
  background: url(../images/navTrigger-span.png);
  background-size: 100% auto !important;
  margin: 15px auto 0;
  position: relative;
  -webkit-transition: all 300ms ease 0ms;
  -o-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
}
.menu .logo {
  position: absolute;
  top: 140px;
  left: 50%;
  margin-left: -126px;
  padding-top: 0;
}
@media (max-width: 991px) {
  .menu .logo,
  .header .logo {
    position: absolute;
    top: 140px;
    left: 50%;
    margin-left: -126px;
    padding-top: 0;
  }
  .menuTrigger.active,
  .menu.active .logo {
    position: fixed;
  }
  .header {
    padding-bottom: 1em;
    top: 108px;
  }
}
@media (max-width: 767px) {
  .menu .logo,
  .header .logo {
    top: 108px;
  }
}
@media (min-width: 992px) {
  body.desktop .menu .logo {
    display: none;
  }
  .menuTrigger span {
    margin: 20px auto 0;
    width: 20px;
    height: 14px;
  }
}
.menuTrigger.active {
  background: url(../images/navTrigger.png) 50% 100%;
}
.menuTrigger.active span {
  background: url(../images/navTrigger-span.png) 0 100%;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  left: -1px;
}
.menu {
  width: 272px;
  background: #fff;
  position: fixed;
  right: -100%;
  top: 0;
  bottom: 0;
  padding: 60px 0;
  z-index: 2;
  -webkit-transition: all 500ms ease 0ms;
  -o-transition: all 500ms ease 0ms;
  transition: all 500ms ease 0ms;
  z-index: 10000;
}
@media (min-width: 768px) {
  .menu {
    padding: 80px 0 60px;
  }
}
@media (min-width: 992px) {
  .menu {
    padding: 153px 0 60px;
  }
}
.menuInner {
  height: 100%;
  max-height: 100%;
}
.menu.active {
  right: 0;
  -webkit-transition: all 300ms ease 0ms;
  -o-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
}
.menu ul {
  width: 120px;
  margin: 0 auto;
}
.menu ul li {
  font-size: 25px;
  text-align: center;
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 45px;
  margin-top: 45px;
}
@media (min-width: 992px) {
  .menu ul li {
    padding-bottom: 80px;
    margin-top: 80px;
  }
}
.menu ul li:last-child {
  border-bottom: 0;
}
.menu ul li a {
  color: #808080;
  text-decoration: none;
  text-transform: uppercase;
}
.menu ul li.active > ul {
  height: auto;
  padding-top: 45px;
}
.menu ul li ul {
  width: 140px;
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: all 300ms ease 0ms;
  -o-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
}
.menu ul li ul li {
  font-size: 13px;
  text-align: left;
  padding-bottom: 0;
  border-bottom: 0;
  margin: 0 0 15px 15px;
}
.menu ul li ul li a {
  color: #999;
  position: relative;
  -webkit-transition: all 300ms ease 0ms;
  -o-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
}
.menu ul li ul li a:hover {
  padding-left: 28px;
  color: #b0d0d0;
}
.menu ul li ul li a:hover::before {
  display: block;
  content: '';
  width: 16px;
  height: 1px;
  background: #d8d8d8;
  position: absolute;
  left: 0;
  top: 7px;
}
body .menu.active {
  border: 15px #666666 solid;
}
@media (max-width: 991px) {
  .menu {
    -webkit-transition: right .3s ease;
    -o-transition: right .3s ease;
    transition: right .3s ease;
    width: 100%;
  }
  .menu.active {
    border: 15px #666666 solid;
    width: 100%;
  }
  .scroll-wrapper.menuInner {
    position: absolute!important;
    left: 50%;
    top: 50%;
    margin-top: -100px;
    -webkit-transform: translate(-50%, -0%);
    -ms-transform: translate(-50%, -0%);
    transform: translate(-50%, -0%);
  }
}
@media (max-width: 767px) {
  body.main .cvWrapper {
    position: relative;
  }
}
@media (min-width: 768px) {
  body.desktop .socialList .social,
  body.desktop:not(.cv) .cvItem-tr {
    opacity: 0;
  }
}
@media (min-width: 992px) {
  body.desktop .menu.active {
    border: none;
  }
  body:not(.desktop) .menu {
    width: 100%;
  }
  body:not(.desktop) .menu .scroll-wrapper.menuInner {
    margin-top: 50px;
  }
}
@media (max-height: 560px) {
  .scroll-wrapper.menuInner {
    position: absolute;
    left: 50%;
    top: 200px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .scroll-wrapper.menuInner nav li {
    margin-top: 25px;
    padding-bottom: 25px;
  }
  .menu.active nav {
    margin-bottom: 40px;
  }
}
.text {
  color: #666666;
  font-size: 14px;
  margin-bottom: 2em;
  margin: 0 auto;
  width: 288px;
}
@media (min-width: 768px) {
  .text {
    margin-bottom: 60px;
    width:600px;
  }
  .worksList .text {
    width: 100%;
    position: absolute;
    top: 1642px;
    font-size: 13px;
    line-height: 16px;
  }
}
@media (min-width: 992px) {
  .text {
    margin-bottom: 120px;
    width:700px;
  }
  .worksList .text {
    position: static;
    width: 100%;
    padding: 0 20px;
    margin-top: 50px;
    margin-bottom: 140px;
    font-size: 14px;
    line-height: 18px;
  }
}
.allWorks {
  display: block;
  width: 332px;
  height: 131px;
  background-image: url(../images/aw.png);
  background-position: -3px;
}
.allWorks span {
  display: block;
  width: 332px;
  height: 131px;
  background-image: url(../images/aw_h.png);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.allWorks:hover span {
  opacity: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 379px) {
  .allWorks,
  .allWorks span {
    width: 288px;
  }
  .allWorks:hover span {
    opacity: 0;
  }
}
.fullResume {
  display: block;
  width: 288px;
  height: 83px;
  background-image: url(../images/fr.png);
}
.fullResume span {
  display: block;
  width: 288px;
  height: 83px;
  background-image: url(../images/fr_h.png);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.fullResume:hover span {
  opacity: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
p.bold {
  font-weight: bold;
  font-size: 110%;
  margin-bottom: 1em;
}
@media (max-width: 767px) {
  p.bold {
    font-size: 16px;
    text-align: center;
    margin-top: 0.6em;
  }
}
p.italic {
  font-style: italic;
}
.cvItemLeft .quote {
  position: relative;
}
.cvItemLeft .quote:not(:first-of-type) {
  margin-top: 48px;
}
.cvItemLeft .quote-wrapper {
  margin: 0 64px;
}
.cvItemLeft .quote-wrapper:before,
.cvItemLeft .quote-wrapper:after {
  top: -20px;
  position: absolute;
  content: '';
  display: inline-block;
  width: 93px;
  height: 86px;
  background-image: url(../images/ql.png);
}
.cvItemLeft .quote-wrapper:before {
  top: -30px;
  left: -29px;
}
.cvItemLeft .quote-wrapper:after {
  top: -30px;
  right: -29px;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}
.cvItemLeft.about p {
  font-size: 12px;
  line-height: 15px;
  color: #4c4c4c;
}
.cvItemLeft.about p.bold {
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
  margin-bottom: 15px;
}
.cvItemLeft.about p.italic {
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  color: #000000;
}
.cvItemLeft.about p.italic:not(:first-of-type) {
  margin-top: 1em;
}
br.inv {
  display: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cvItemLeft.about p.italic:not(:first-of-type) {
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    line-height: 19px;
  }
  .cvItemLeft .quote-wrapper {
    margin: 0 81px;
  }
  .cvItemLeft.about h5,
  .cvItemRight h5 {
    margin-top: 75px!important;
    margin-bottom: 40px!important;
  }
  .cvItemLeft.about {
    margin-bottom: 160px;
  }
  br.inv {
    display: inline;
  }
}
.cvItemLeft.about h5,
.cvItemRight.education h5 {
  font-size: 70px;
  color: #ffffff;
  font-weight: bold;
  margin: 0;
  text-align: center;
}
.cvItemLeft.about,
.cvItemRight h5:not(:first-of-type) {
  margin-top: 34px;
}
.cvItemRight.education dt {
  color: #4c4c4c;
  font-size: 14px;
  line-height: 18px;
  margin-top: 18px;
}
.cvItemRight.education dl.education dt,
.cvItemRight.education dt span.company {
  font-size: 12px;
  line-height: 15px;
}
.cvItemRight.education dd {
  padding-top: 3px;
  color: #8e8e8e;
  font-size: 11px;
  line-height: 14px;
}
.cvWrapper:last-of-type {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .cvItemLeft.about p.italic:not(:first-of-type) {
    display: none;
  }
}
@media (max-width: 991px) {
  .cvItemLeft.about,
  .cvItemRight.education {
    width: 100%;
    float: none;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  body.main .cvWrapper,
  .cvWrapper:first-of-type {
    position: relative;
    height: 976px;
  }
  .cvItem {
    width: 100%;
  }
  body.main .cvItemLeft,
  .cvWrapper:first-of-type .cvItemLeft {
    position: absolute;
    top: 136px;
  }
  .cvItem-tr {
    position: absolute;
    top: 0;
  }
  .cvItem-br {
    position: absolute;
    top: 573px;
  }
  .cvItemLeft.about h5 {
    margin-bottom: 18px!important;
  }
  .cvItemRight.education dt {
    font-size: 15px;
    line-height: 19px;
  }
  .cvItemRight.education dt span.company {
    font-size: 13px;
    line-height: 16px;
  }
  .cvItemRight.education dd {
    font-size: 12px;
    line-height: 15px;
  }
  .cvItemLeft .quote-wrapper {
    margin: 0 14px 0 44px;
  }
  .cvItemLeft .quote-wrapper:before {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
    left: -34px;
  }
  .cvItemLeft .quote-wrapper:after {
    -webkit-transform: scale(-0.75, 0.75);
    -ms-transform: scale(-0.75, 0.75);
    transform: scale(-0.75, 0.75);
    right: -34px;
    top:auto;
    bottom: 20px;
  }
  .cvItemLeft .quote:last-of-type .quote-wrapper:after {
    top: -30px;
    bottom: auto;
  }
  .cvItemLeft.about p.italic {
    font-size: 13px;
    line-height: 16px;
  }
  .cvItemLeft.about p.italic:not(:first-of-type) {
    color: #4c4c4c;
    font-size: 12px;
    line-height: 15px;
    font-style: normal;
    font-weight: 300;
  }
  .cvItemLeft.about p.bold {
    text-align: left;
  }
  .cvItemLeft.about h5,
  .cvItemRight.education h5 {
    font-size: 35px;
    line-height: 44px;
  }
  .cvItemRight.education {
    padding: 0 12px;
    margin-top: 70px;
  }
  .cvItemRight.education dl {
    font-size: 15px;
  }
  .cvItemRight.education dl .company {
    font-size: 13px;
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cvItemRight.education dl {
    width: 450px;
    margin: 0 auto;
  }
  .cvItemRight.education dl.education dt,
  .cvItemRight.education dt,
  .cvItemRight.education dt span.company {
    font-size: 16px;
    line-height: 20px;
  }
  .cvItemRight.education dl {
    font-size: 12px;
    line-height: 15px;
  }
  .cvItemLeft .quote {
    width: 550px;
    margin: 0 auto;
  }
  .cvWrapper:last-of-type {
    margin-bottom: 100px;
  }
  .screenThree .cvWrapper {
    margin-bottom: 20px!important;
  }
}
@media (min-width: 992px) {
  .cvItemLeft.about {
    float: none;
    margin-left: -20px;
  }
  .cvItemRight.education {
    float: right;
    margin-left: 0;
    margin-right: -60px;
    width: 450px;
  }
  .cvItemLeft.about h5 {
    display: none;
  }
  .cvItemRight.education h5 {
    font-size: 50px;
    line-height: 63px;
    font-weight: 700;
    text-align: left;
  }
  .cvItemRight.education h5:first-of-type {
    margin-top: -10px;
  }
  .cvItemRight.education .company {
    display: block;
    font-size: 12px;
  }
  .cvWrapper:last-of-type {
    margin-top: 120px;
    margin-bottom: 200px;
  }
  body.cv .cvWrapper:first-of-type {
    margin-bottom: 10px!important;
  }
  body.cv a.resume {
    margin-bottom: 85px;
  }
  body.cv a.resume {
    margin-top: 0!important;
  }
  .cvItemRight.education {
    border-left: rgba(0,0,0,0.17) solid 1px;
    padding-left: 39px;
  }
}
a.resume {
  display: block;
  background-image: url(../images/resume.png);
  width: 288px;
  height: 83px;
  margin: 1em auto 0;
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
a.resume span {
  position: absolute;
  opacity: 0;
  background-image: url(../images/resume_h.png);
  width: 288px;
  height: 83px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
a.resume:hover span {
  opacity: 1;
}
@media (min-width: 992px) {
  .screenThree .cvWrapper {
    margin-top: 0;
    margin-bottom: 40px;
  }
  body.cv .cvWrapper:last-of-type {
    margin-bottom: 100px;
  }
  body.desktop:not(.cv) .screenThree .cvItemLeft {
    margin-top: 125px;
  }
  body.desktop:not(.cv) .fullResume {
    margin-top: -125px;
  }
}
body.desktop .scroll {
  background: url(../images/scroll.png);
  width: 11px;
  height: 217px;
  position: fixed;
  bottom: 45px;
  right: 130px;
}
.down-arrow {
  background: url(../images/down_a.png);
  width: 33px;
  height: 144px;
  margin: 0 auto -40px;
}
@media (max-width: 767px) {
  .down-arrow {
    margin-top: 40px;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }
  body:not(.main) .screen {
    margin-top: 180px;
  }
}
@media (min-width: 768px) {
  body:not(.main) .screen {
    margin-top: 50px;
  }
  body.hello .screen {
    margin-top: 80px;
  }
  body.hello .page-title {
    width: 100%;
  }
  body.hello .page-title img {
    width: 100%;
  }
  body.hello .contactsMail {
    margin-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body.hello .header {
    position: relative;
    height: 140px;
  }
  body.hello .header .logo {
    top: 40px;
  }
}
body.main.desktop .anim_1 {
  opacity: 1;
  -webkit-transition: all 0.5s linear 0.3s;
  -o-transition: all 0.5s linear 0.3s;
  transition: all 0.5s linear 0.3s;
}
body.main.desktop .anim_2 .social {
  opacity: 1;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
body.main.desktop .anim_2 .social.fb {
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
body.main.desktop .anim_2 .social.sk {
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}
.scrollToTop {
  display: block;
  position: relative;
  width: 54px;
  height: 40px;
  opacity: 1;
  z-index: 2;
  -webkit-transition: all 300ms ease 0ms;
  -o-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
  margin: 0 auto 10px;
}
@media (min-width: 992px) {
  .scrollToTop {
    margin-bottom: 40px;
  }
}
.scrollToTop span {
  display: block;
  content: '';
  width: 83px;
  height: 62px;
  margin: -20px 0 0 -42px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.scrollToTop:hover span {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.scrollToTop span:nth-child(1) {
  background-image: url(../images/up.png);
  opacity: 1;
}
.scrollToTop.white span:nth-child(1) {
  background-image: url(../images/up-hover.png);
  opacity: 1;
}
.scrollToTop span:nth-child(2) {
  background-image: url(../images/up-hover.png);
  opacity: 0;
}
.scrollToTop:hover span:nth-child(1) {
  opacity: 0;
}
.scrollToTop:hover span:nth-child(2) {
  opacity: 1;
}
@media (max-width: 767px) {
  .scrollToTop {
    width: 83px;
    height: 62px;
  }
  .scrollToTop span {
    width: 54px;
    height: 40px;
    background-size: cover;
    margin-left: -27px;
  }
}
@media (min-width: 768px) {
  .scrollToTop span {
    margin: -34px 0 0 -45px;
    width: 83px;
    height: 62px;
  }
}