/* HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
/* ==========================================================================
   Media Queries
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
@font-face {
  font-family: G-regular;
  font-style: normal;
  src: url("../fonts/Gilroy-Regular.otf");
}
@font-face {
  font-family: G-italic;
  font-style: normal;
  src: url("../fonts/Gilroy-RegularItalic.otf");
  font-family: G-medium;
  font-style: normal;
  src: url("../fonts/Gilroy-Medium.otf");
  @font-face;
}
@font-face {
  font-family: G-medium-italic;
  font-style: normal;
  src: url("../fonts/Gilroy-MediumItalic.otf");
}
@font-face {
  font-family: G-bold;
  font-style: normal;
  src: url("../fonts/Gilroy-Bold.otf");
}
body {
  font-family: G-regular;
  font-weight: 100;
  width: 100%;
  *zoom: 1;
}
body:before,
body:after {
  content: '';
  display: table;
}
body:after {
  clear: both;
}
a {
  text-decoration: none;
  color: #3b78e8;
}
.center-text {
  *zoom: 1;
  width: auto;
  max-width: 1170px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}
.center-text:before,
.center-text:after {
  content: '';
  display: table;
}
.center-text:after {
  clear: both;
}
@media only screen and (max-width: 1300px) {
  .center-text {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    *zoom: 1;
    width: auto;
    max-width: 90%;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .center-text:first-child {
    margin-left: auto;
  }
  .center-text:last-child {
    margin-right: auto;
  }
  .center-text:before,
  .center-text:after {
    content: '';
    display: table;
  }
  .center-text:after {
    clear: both;
  }
}
@media only screen and (max-width: 980px) {
  .center-text {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    *zoom: 1;
    width: auto;
    max-width: 90%;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .center-text:first-child {
    margin-left: auto;
  }
  .center-text:last-child {
    margin-right: auto;
  }
  .center-text:before,
  .center-text:after {
    content: '';
    display: table;
  }
  .center-text:after {
    clear: both;
  }
}
main {
  width: 100%;
  position: relative;
}
main .first-screen {
  width: 100%;
  min-height: 740px;
  height: 100vh;
  position: relative;
}
@media only screen and (max-width: 450px) {
  main .first-screen {
    min-height: 600px;
  }
}
.desk-no {
  display: none;
}
@media only screen and (max-width: 980px) {
  .desk-no {
    display: block;
  }
}
header {
  width: 90%;
  position: absolute;
  left: 5%;
  top: 35px;
  *zoom: 1;
}
header:before,
header:after {
  content: '';
  display: table;
}
header:after {
  clear: both;
}
header .logo {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 14.166666666666664%;
  margin-left: 0%;
  margin-right: 3%;
  *zoom: 1;
}
header .logo:before,
header .logo:after {
  content: '';
  display: table;
}
header .logo:after {
  clear: both;
}
header .logo:last-child {
  margin-right: 0%;
}
header .logo:before,
header .logo:after {
  content: '';
  display: table;
}
header .logo:after {
  clear: both;
}
header .logo span {
  font-size: 16px;
  font-family: G-bold;
}
header .logo a {
  color: #000;
}
header .saing {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 31.33333333333333%;
  margin-left: 0%;
  margin-right: 3%;
  *zoom: 1;
  font-size: 12px;
  font-family: G-regular;
  line-height: 22px;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
header .saing:before,
header .saing:after {
  content: '';
  display: table;
}
header .saing:after {
  clear: both;
}
header .saing:last-child {
  margin-right: 0%;
}
header .saing:before,
header .saing:after {
  content: '';
  display: table;
}
header .saing:after {
  clear: both;
}
header .square-menu {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 5.583333333333332%;
  margin-left: 34.33333333333333%;
  margin-right: 3%;
}
header .square-menu:before,
header .square-menu:after {
  content: '';
  display: table;
}
header .square-menu:after {
  clear: both;
}
header .square-menu:last-child {
  margin-right: 0%;
}
header .square-menu .for-icon {
  cursor: pointer;
  width: 20px;
  float: right;
  margin-top: -2px;
  margin-right: -30px;
}
@media only screen and (max-width: 450px) {
  header {
    top: 35px;
  }
  header .logo {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 31.33333333333333%;
    margin-left: 0%;
    margin-right: 3%;
  }
  header .logo:before,
  header .logo:after {
    content: '';
    display: table;
  }
  header .logo:after {
    clear: both;
  }
  header .logo:last-child {
    margin-right: 0%;
  }
  header .saing {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 39.91666666666667%;
    margin-left: 0%;
    margin-right: 3%;
  }
  header .saing:before,
  header .saing:after {
    content: '';
    display: table;
  }
  header .saing:after {
    clear: both;
  }
  header .saing:last-child {
    margin-right: 0%;
  }
}
.hi {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 74.25%;
  margin-left: 0%;
  margin-right: 3%;
  *zoom: 1;
}
.hi:before,
.hi:after {
  content: '';
  display: table;
}
.hi:after {
  clear: both;
}
.hi:last-child {
  margin-right: 0%;
}
.hi:before,
.hi:after {
  content: '';
  display: table;
}
.hi:after {
  clear: both;
}
.hi h1 {
  font-size: 48px;
  font-family: G-regular;
  font-weight: 100;
  line-height: 1.1;
  margin-top: 230px;
}
.hi h1 a {
  color: #000;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.hi h1 a:hover {
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  cursor: pointer;
}
@media only screen and (min-width: 1450px) {
  .hi h1 {
    margin-top: 390px;
  }
}
.hi p {
  font-size: 20px;
  color: #5c5c5c;
  max-width: 615px;
}
.hi .more-about {
  width: 200px;
  margin-top: 30px;
  *zoom: 1;
}
.hi .more-about:before,
.hi .more-about:after {
  content: '';
  display: table;
}
.hi .more-about:after {
  clear: both;
}
.hi .more-about .left-about {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 31.33333333333333%;
  margin-left: 0%;
  margin-right: 3%;
  *zoom: 1;
}
.hi .more-about .left-about:before,
.hi .more-about .left-about:after {
  content: '';
  display: table;
}
.hi .more-about .left-about:after {
  clear: both;
}
.hi .more-about .left-about:last-child {
  margin-right: 0%;
}
.hi .more-about .left-about:before,
.hi .more-about .left-about:after {
  content: '';
  display: table;
}
.hi .more-about .left-about:after {
  clear: both;
}
.hi .more-about .right-about {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 65.66666666666666%;
  margin-left: 0%;
  margin-right: 3%;
  *zoom: 1;
}
.hi .more-about .right-about:before,
.hi .more-about .right-about:after {
  content: '';
  display: table;
}
.hi .more-about .right-about:after {
  clear: both;
}
.hi .more-about .right-about:last-child {
  margin-right: 0%;
}
.hi .more-about .right-about:before,
.hi .more-about .right-about:after {
  content: '';
  display: table;
}
.hi .more-about .right-about:after {
  clear: both;
}
.hi .more-about .right-about a {
  color: #000;
  font-size: 16px;
  font-family: G-medium;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  line-height: 42px;
}
.hi .more-about .right-about a img {
  margin-left: 6px;
  margin-top: -3px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.hi .more-about .right-about a:hover img {
  margin-left: 12px;
}
@media only screen and (max-width: 450px) {
  .hi {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .hi:first-child {
    margin-left: auto;
  }
  .hi:last-child {
    margin-right: auto;
  }
  .hi h1 {
    font-size: 32px;
    margin-top: 160px;
    line-height: 1.3;
  }
  .hi p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 330px) {
  .hi h1 {
    font-size: 30px;
    margin-top: 80px;
  }
}
.bottom-hi {
  width: 90%;
  position: absolute;
  bottom: 40px;
  left: 5%;
  *zoom: 1;
}
.bottom-hi:before,
.bottom-hi:after {
  content: '';
  display: table;
}
.bottom-hi:after {
  clear: both;
}
.bottom-hi .contact-mail {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 14.166666666666664%;
  margin-left: 0%;
  margin-right: 3%;
  *zoom: 1;
}
.bottom-hi .contact-mail:before,
.bottom-hi .contact-mail:after {
  content: '';
  display: table;
}
.bottom-hi .contact-mail:after {
  clear: both;
}
.bottom-hi .contact-mail:last-child {
  margin-right: 0%;
}
.bottom-hi .contact-mail:before,
.bottom-hi .contact-mail:after {
  content: '';
  display: table;
}
.bottom-hi .contact-mail:after {
  clear: both;
}
.bottom-hi .contact-mail a {
  color: #8e8e8e;
  font-size: 12px;
}
.bottom-hi .arrow-bottom {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 14.166666666666664%;
  margin-left: 0%;
  margin-right: 3%;
  *zoom: 1;
}
.bottom-hi .arrow-bottom:before,
.bottom-hi .arrow-bottom:after {
  content: '';
  display: table;
}
.bottom-hi .arrow-bottom:after {
  clear: both;
}
.bottom-hi .arrow-bottom:last-child {
  margin-right: 0%;
}
.bottom-hi .arrow-bottom:before,
.bottom-hi .arrow-bottom:after {
  content: '';
  display: table;
}
.bottom-hi .arrow-bottom:after {
  clear: both;
}
.bottom-hi .arrow-bottom img {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.bottom-hi .selected-works-main {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 14.166666666666664%;
  margin-left: 68.66666666666666%;
  margin-right: 3%;
  *zoom: 1;
}
.bottom-hi .selected-works-main:before,
.bottom-hi .selected-works-main:after {
  content: '';
  display: table;
}
.bottom-hi .selected-works-main:after {
  clear: both;
}
.bottom-hi .selected-works-main:last-child {
  margin-right: 0%;
}
.bottom-hi .selected-works-main:before,
.bottom-hi .selected-works-main:after {
  content: '';
  display: table;
}
.bottom-hi .selected-works-main:after {
  clear: both;
}
.bottom-hi .selected-works-main a {
  font-size: 16px;
  color: #5c5c5c;
  display: block;
  text-align: right;
}
.bottom-hi .selected-works-main a img {
  margin-left: 6px;
  margin-top: -4px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media only screen and (max-width: 980px) {
  .bottom-hi {
    bottom: 30px;
  }
  .bottom-hi .contact-mail {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .bottom-hi .contact-mail:first-child {
    margin-left: auto;
  }
  .bottom-hi .contact-mail:last-child {
    margin-right: auto;
  }
  .bottom-hi .contact-mail:before,
  .bottom-hi .contact-mail:after {
    content: '';
    display: table;
  }
  .bottom-hi .contact-mail:after {
    clear: both;
  }
  .bottom-hi .contact-mail:last-child {
    margin-right: 0%;
  }
  .bottom-hi .selected-works {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .bottom-hi .selected-works:first-child {
    margin-left: auto;
  }
  .bottom-hi .selected-works:last-child {
    margin-right: auto;
  }
  .bottom-hi .selected-works:before,
  .bottom-hi .selected-works:after {
    content: '';
    display: table;
  }
  .bottom-hi .selected-works:after {
    clear: both;
  }
  .bottom-hi .selected-works:last-child {
    margin-right: 0%;
  }
  .bottom-hi .selected-works a {
    font-size: 12px;
  }
  .bottom-hi .selected-works-main {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .bottom-hi .selected-works-main:first-child {
    margin-left: auto;
  }
  .bottom-hi .selected-works-main:last-child {
    margin-right: auto;
  }
  .bottom-hi .selected-works-main:before,
  .bottom-hi .selected-works-main:after {
    content: '';
    display: table;
  }
  .bottom-hi .selected-works-main:after {
    clear: both;
  }
  .bottom-hi .selected-works-main:last-child {
    margin-right: 0%;
  }
  .bottom-hi .selected-works-main a {
    font-size: 12px;
  }
}
.works {
  width: 100%;
  *zoom: 1;
}
.works:before,
.works:after {
  content: '';
  display: table;
}
.works:after {
  clear: both;
}
.works .work-block {
  *zoom: 1;
  width: auto;
  max-width: 1140px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  margin-top: 200px;
  *zoom: 1;
}
.works .work-block:before,
.works .work-block:after {
  content: '';
  display: table;
}
.works .work-block:after {
  clear: both;
}
.works .work-block:before,
.works .work-block:after {
  content: '';
  display: table;
}
.works .work-block:after {
  clear: both;
}
.works .work-block .work-name {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #9e9e9e;
}
.works .work-block .work-title {
  font-size: 30px;
  font-family: G-regular;
  text-transform: none;
  letter-spacing: 0px;
  color: #000;
  font-weight: 100;
  margin-bottom: 25px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.works .work-block .work-title:hover {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  cursor: pointer;
}
.works .work-block .work-preview {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}
.works .work-block .work-preview:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  cursor: pointer;
}
.works .for-button-works {
  width: 100%;
  *zoom: 1;
}
.works .for-button-works:before,
.works .for-button-works:after {
  content: '';
  display: table;
}
.works .for-button-works:after {
  clear: both;
}
.works .for-button-works .button-works {
  width: 240px;
  height: 50px;
  margin: 110px auto 150px auto;
  border: 1px solid #000;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 50px;
  color: #000;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.works .for-button-works .button-works:hover {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  cursor: pointer;
}
.works .last-work {
  margin-bottom: 100px;
}
@media only screen and (max-width: 980px) {
  .works .work-block {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    *zoom: 1;
    width: auto;
    max-width: 90%;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
    margin-top: 100px;
  }
  .works .work-block:first-child {
    margin-left: auto;
  }
  .works .work-block:last-child {
    margin-right: auto;
  }
  .works .work-block:before,
  .works .work-block:after {
    content: '';
    display: table;
  }
  .works .work-block:after {
    clear: both;
  }
  .works .work-block .work-name {
    font-size: 11px;
    margin-bottom: 5px;
  }
  .works .work-block .work-title {
    font-size: 20px;
    margin-bottom: 18px;
  }
  .works .work-block .work-preview img {
    width: 100%;
  }
}
.subscribe {
  background: #f1f1f1;
  width: 100%;
  *zoom: 1;
}
.subscribe:before,
.subscribe:after {
  content: '';
  display: table;
}
.subscribe:after {
  clear: both;
}
.private-list {
  *zoom: 1;
  width: auto;
  max-width: 750px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  margin-top: 120px;
  margin-bottom: 120px;
  *zoom: 1;
}
.private-list:before,
.private-list:after {
  content: '';
  display: table;
}
.private-list:after {
  clear: both;
}
.private-list:before,
.private-list:after {
  content: '';
  display: table;
}
.private-list:after {
  clear: both;
}
.private-list .for-form {
  width: 100%;
  *zoom: 1;
}
.private-list .for-form:before,
.private-list .for-form:after {
  content: '';
  display: table;
}
.private-list .for-form:after {
  clear: both;
}
.private-list .for-form .left-input {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 75%;
  margin-left: 0%;
  margin-right: 0%;
  border-bottom: 1px solid #000;
}
.private-list .for-form .left-input:before,
.private-list .for-form .left-input:after {
  content: '';
  display: table;
}
.private-list .for-form .left-input:after {
  clear: both;
}
.private-list .for-form .left-input .field {
  margin: 0px;
  padding: 0px;
}
.private-list .for-form .left-input .field input {
  width: 90%;
  margin: 0px;
  padding-left: 0px;
  font-family: G-regular;
  height: 54px;
  background: none;
  border: none;
  outline: none;
}
.private-list .for-form .left-input .field input:-webkit-autofill {
  background: none;
}
.private-list .for-form .right-btn {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 25%;
  margin-left: 0%;
  margin-right: 0%;
}
.private-list .for-form .right-btn:before,
.private-list .for-form .right-btn:after {
  content: '';
  display: table;
}
.private-list .for-form .right-btn:after {
  clear: both;
}
.private-list .for-form .right-btn button {
  border: 1px solid #000;
  text-align: center;
  width: 100%;
  background: none;
  font-size: 14px;
  font-family: G-medium;
  text-transform: uppercase;
  line-height: 48px;
  outline: none;
}
.private-list .for-info {
  width: 100%;
  margin-top: 15px;
  *zoom: 1;
}
.private-list .for-info:before,
.private-list .for-info:after {
  content: '';
  display: table;
}
.private-list .for-info:after {
  clear: both;
}
.private-list .for-info .left-me {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 25%;
  margin-left: 0%;
  margin-right: 0%;
}
.private-list .for-info .left-me:before,
.private-list .for-info .left-me:after {
  content: '';
  display: table;
}
.private-list .for-info .left-me:after {
  clear: both;
}
.private-list .for-info .left-me .left-img {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 31.33333333333333%;
  margin-left: 0%;
  margin-right: 3%;
}
.private-list .for-info .left-me .left-img:before,
.private-list .for-info .left-me .left-img:after {
  content: '';
  display: table;
}
.private-list .for-info .left-me .left-img:after {
  clear: both;
}
.private-list .for-info .left-me .left-img:last-child {
  margin-right: 0%;
}
.private-list .for-info .left-me .right-so {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 65.66666666666666%;
  margin-left: 0%;
  margin-right: 3%;
}
.private-list .for-info .left-me .right-so:before,
.private-list .for-info .left-me .right-so:after {
  content: '';
  display: table;
}
.private-list .for-info .left-me .right-so:after {
  clear: both;
}
.private-list .for-info .left-me .right-so:last-child {
  margin-right: 0%;
}
.private-list .for-info .left-me .right-so .name {
  font-size: 14px;
  font-family: G-bold;
  margin-top: 3px;
}
.private-list .for-info .left-me .right-so ul {
  padding: 0px;
  margin: 0px;
}
.private-list .for-info .left-me .right-so ul li {
  list-style: none;
  display: inline-block;
  margin-right: 6px;
}
.private-list .for-info .right-me {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 66.66666666666666%;
  margin-left: 8.333333333333332%;
  margin-right: 0%;
}
.private-list .for-info .right-me:before,
.private-list .for-info .right-me:after {
  content: '';
  display: table;
}
.private-list .for-info .right-me:after {
  clear: both;
}
.private-list .for-info .right-me p {
  font-size: 16px;
  color: #5c5c5c;
  margin-top: 0px;
  line-height: 1.6;
}
.private-list .for-info .right-me p span {
  font-family: G-bold;
  color: #000;
}
@media only screen and (max-width: 980px) {
  .private-list {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    *zoom: 1;
    width: auto;
    max-width: 90%;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
    margin-top: 80px;
    margin-bottom: 50px;
  }
  .private-list:first-child {
    margin-left: auto;
  }
  .private-list:last-child {
    margin-right: auto;
  }
  .private-list:before,
  .private-list:after {
    content: '';
    display: table;
  }
  .private-list:after {
    clear: both;
  }
  .private-list .for-form .left-input {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 62.5%;
    margin-left: 0%;
    margin-right: 0%;
  }
  .private-list .for-form .left-input:before,
  .private-list .for-form .left-input:after {
    content: '';
    display: table;
  }
  .private-list .for-form .left-input:after {
    clear: both;
  }
  .private-list .for-form .left-input .field input {
    font-size: 12px;
  }
  .private-list .for-form .right-btn {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 37.5%;
    margin-left: 0%;
    margin-right: 0%;
  }
  .private-list .for-form .right-btn:before,
  .private-list .for-form .right-btn:after {
    content: '';
    display: table;
  }
  .private-list .for-form .right-btn:after {
    clear: both;
  }
  .private-list .for-form .right-btn button {
    font-size: 12px;
  }
}
@media only screen and (max-width: 450px) {
  .private-list .for-info {
    width: 100%;
  }
  .private-list .for-info .left-me {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .private-list .for-info .left-me:first-child {
    margin-left: auto;
  }
  .private-list .for-info .left-me:last-child {
    margin-right: auto;
  }
  .private-list .for-info .left-me .left-img {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 22.75%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .private-list .for-info .left-me .left-img:before,
  .private-list .for-info .left-me .left-img:after {
    content: '';
    display: table;
  }
  .private-list .for-info .left-me .left-img:after {
    clear: both;
  }
  .private-list .for-info .left-me .left-img:last-child {
    margin-right: 0%;
  }
  .private-list .for-info .left-me .right-so {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 74.25%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .private-list .for-info .left-me .right-so:before,
  .private-list .for-info .left-me .right-so:after {
    content: '';
    display: table;
  }
  .private-list .for-info .left-me .right-so:after {
    clear: both;
  }
  .private-list .for-info .left-me .right-so:last-child {
    margin-right: 0%;
  }
  .private-list .for-info .right-me {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
  }
  .private-list .for-info .right-me:first-child {
    margin-left: auto;
  }
  .private-list .for-info .right-me:last-child {
    margin-right: auto;
  }
}
.line-bottom {
  *zoom: 1;
  width: auto;
  max-width: 90%;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  *zoom: 1;
}
.line-bottom:before,
.line-bottom:after {
  content: '';
  display: table;
}
.line-bottom:after {
  clear: both;
}
.line-bottom:before,
.line-bottom:after {
  content: '';
  display: table;
}
.line-bottom:after {
  clear: both;
}
.line-bottom .logo {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 14.166666666666664%;
  margin-left: 0%;
  margin-right: 3%;
  *zoom: 1;
}
.line-bottom .logo:before,
.line-bottom .logo:after {
  content: '';
  display: table;
}
.line-bottom .logo:after {
  clear: both;
}
.line-bottom .logo:last-child {
  margin-right: 0%;
}
.line-bottom .logo:before,
.line-bottom .logo:after {
  content: '';
  display: table;
}
.line-bottom .logo:after {
  clear: both;
}
.line-bottom .logo span {
  font-size: 16px;
  font-family: G-bold;
}
.line-bottom .logo a {
  color: #000;
}
.line-bottom .oficial {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 22.75%;
  margin-left: 60.083333333333336%;
  margin-right: 3%;
  *zoom: 1;
  font-size: 12px;
  font-family: G-regular;
  line-height: 22px;
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
}
.line-bottom .oficial:before,
.line-bottom .oficial:after {
  content: '';
  display: table;
}
.line-bottom .oficial:after {
  clear: both;
}
.line-bottom .oficial:last-child {
  margin-right: 0%;
}
.line-bottom .oficial:before,
.line-bottom .oficial:after {
  content: '';
  display: table;
}
.line-bottom .oficial:after {
  clear: both;
}
@media only screen and (max-width: 980px) {
  .line-bottom .logo {
    display: none;
  }
  .line-bottom .oficial {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .line-bottom .oficial:first-child {
    margin-left: auto;
  }
  .line-bottom .oficial:last-child {
    margin-right: auto;
  }
}
.center-nav-wrap {
  width: 100%;
  position: relative;
  min-height: 100vh;
}
.center-nav-wrap .nav-head {
  *zoom: 1;
  width: auto;
  max-width: 60%;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  padding-top: 40px;
  *zoom: 1;
}
.center-nav-wrap .nav-head:before,
.center-nav-wrap .nav-head:after {
  content: '';
  display: table;
}
.center-nav-wrap .nav-head:after {
  clear: both;
}
.center-nav-wrap .nav-head:before,
.center-nav-wrap .nav-head:after {
  content: '';
  display: table;
}
.center-nav-wrap .nav-head:after {
  clear: both;
}
.center-nav-wrap .nav-head .logo {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 31.33333333333333%;
  margin-left: 0%;
  margin-right: 3%;
  *zoom: 1;
}
.center-nav-wrap .nav-head .logo:before,
.center-nav-wrap .nav-head .logo:after {
  content: '';
  display: table;
}
.center-nav-wrap .nav-head .logo:after {
  clear: both;
}
.center-nav-wrap .nav-head .logo:last-child {
  margin-right: 0%;
}
.center-nav-wrap .nav-head .logo:before,
.center-nav-wrap .nav-head .logo:after {
  content: '';
  display: table;
}
.center-nav-wrap .nav-head .logo:after {
  clear: both;
}
.center-nav-wrap .nav-head .logo span {
  font-size: 16px;
  font-family: G-bold;
}
.center-nav-wrap .nav-head .logo a {
  color: #000;
}
.center-nav-wrap .nav-head .saing {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 31.33333333333333%;
  margin-left: 0%;
  margin-right: 3%;
  *zoom: 1;
  font-size: 12px;
  font-family: G-regular;
  line-height: 22px;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.center-nav-wrap .nav-head .saing:before,
.center-nav-wrap .nav-head .saing:after {
  content: '';
  display: table;
}
.center-nav-wrap .nav-head .saing:after {
  clear: both;
}
.center-nav-wrap .nav-head .saing:last-child {
  margin-right: 0%;
}
.center-nav-wrap .nav-head .saing:before,
.center-nav-wrap .nav-head .saing:after {
  content: '';
  display: table;
}
.center-nav-wrap .nav-head .saing:after {
  clear: both;
}
@media only screen and (max-width: 450px) {
  .center-nav-wrap .nav-head {
    padding-top: 35px;
    *zoom: 1;
    width: auto;
    max-width: 90%;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .center-nav-wrap .nav-head:before,
  .center-nav-wrap .nav-head:after {
    content: '';
    display: table;
  }
  .center-nav-wrap .nav-head:after {
    clear: both;
  }
  .center-nav-wrap .nav-head .logo {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 31.33333333333333%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .center-nav-wrap .nav-head .logo:before,
  .center-nav-wrap .nav-head .logo:after {
    content: '';
    display: table;
  }
  .center-nav-wrap .nav-head .logo:after {
    clear: both;
  }
  .center-nav-wrap .nav-head .logo:last-child {
    margin-right: 0%;
  }
  .center-nav-wrap .nav-head .saing {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 39.91666666666667%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .center-nav-wrap .nav-head .saing:before,
  .center-nav-wrap .nav-head .saing:after {
    content: '';
    display: table;
  }
  .center-nav-wrap .nav-head .saing:after {
    clear: both;
  }
  .center-nav-wrap .nav-head .saing:last-child {
    margin-right: 0%;
  }
}
.center-nav-wrap .for-text-nav {
  *zoom: 1;
  width: auto;
  max-width: 60%;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}
.center-nav-wrap .for-text-nav:before,
.center-nav-wrap .for-text-nav:after {
  content: '';
  display: table;
}
.center-nav-wrap .for-text-nav:after {
  clear: both;
}
.center-nav-wrap .for-text-nav nav {
  margin-top: 90px;
}
@media only screen and (min-width: 1450px) {
  .center-nav-wrap .for-text-nav nav {
    margin-top: 250px;
  }
}
.center-nav-wrap .for-text-nav nav ul {
  padding: 0px;
  margin: 0px;
}
.center-nav-wrap .for-text-nav nav ul li {
  list-style: none;
  margin-bottom: 15px;
}
.center-nav-wrap .for-text-nav nav ul li .active {
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
}
.center-nav-wrap .for-text-nav nav ul li a {
  color: #000;
  font-size: 48px;
  line-height: 1;
}
.center-nav-wrap .for-text-nav .for-so {
  margin-top: 30px;
}
.center-nav-wrap .for-text-nav .for-so ul {
  padding: 0px;
  margin: 0px;
}
.center-nav-wrap .for-text-nav .for-so ul li {
  list-style: none;
  display: inline-block;
  margin-right: 10px;
}
.center-nav-wrap .for-text-nav .for-questions {
  max-width: 520px;
  margin-top: 60px;
}
.center-nav-wrap .for-text-nav .for-questions p {
  font-size: 16px;
  color: #5c5c5c;
}
.center-nav-wrap .for-text-nav .for-questions p span {
  color: #000;
  font-family: G-bold;
}
.center-nav-wrap .number-nav {
  width: 60%;
  position: absolute;
  bottom: 40px;
  left: 20%;
  *zoom: 1;
}
.center-nav-wrap .number-nav:before,
.center-nav-wrap .number-nav:after {
  content: '';
  display: table;
}
.center-nav-wrap .number-nav:after {
  clear: both;
}
.center-nav-wrap .number-nav .for-numb {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 31.33333333333333%;
  margin-left: 0%;
  margin-right: 3%;
  *zoom: 1;
  color: #8e8e8e;
  font-size: 12px;
}
.center-nav-wrap .number-nav .for-numb:before,
.center-nav-wrap .number-nav .for-numb:after {
  content: '';
  display: table;
}
.center-nav-wrap .number-nav .for-numb:after {
  clear: both;
}
.center-nav-wrap .number-nav .for-numb:last-child {
  margin-right: 0%;
}
.center-nav-wrap .number-nav .for-numb:before,
.center-nav-wrap .number-nav .for-numb:after {
  content: '';
  display: table;
}
.center-nav-wrap .number-nav .for-numb:after {
  clear: both;
}
@media only screen and (max-width: 450px) {
  .center-nav-wrap {
    min-height: auto;
  }
  .center-nav-wrap .for-text-nav {
    min-height: 90vh;
    *zoom: 1;
    width: auto;
    max-width: 90%;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .center-nav-wrap .for-text-nav:before,
  .center-nav-wrap .for-text-nav:after {
    content: '';
    display: table;
  }
  .center-nav-wrap .for-text-nav:after {
    clear: both;
  }
  .center-nav-wrap .for-text-nav nav {
    margin-top: 60px;
  }
  .center-nav-wrap .for-text-nav nav ul li a {
    font-size: 30px;
  }
  .center-nav-wrap .for-questions {
    margin-top: 30px;
  }
  .center-nav-wrap .number-nav {
    width: 90%;
    left: 5%;
  }
}
@media only screen and (max-width: 330px) {
  .center-nav-wrap {
    min-height: auto;
  }
  .center-nav-wrap .for-text-nav {
    min-height: 530px;
    *zoom: 1;
    width: auto;
    max-width: 90%;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .center-nav-wrap .for-text-nav:before,
  .center-nav-wrap .for-text-nav:after {
    content: '';
    display: table;
  }
  .center-nav-wrap .for-text-nav:after {
    clear: both;
  }
}
.blog-page {
  width: 100%;
}
.blog-page .first-screen {
  background: #d6dce1;
  min-height: 450px;
  height: 450px !important;
  position: relative;
  overflow: hidden;
}
.blog-page .first-screen .float {
  position: absolute;
  font-size: 560px;
  font-family: G-bold;
  color: #fff;
  text-transform: uppercase;
  z-index: 0;
  line-height: 1;
  bottom: -260px;
  left: calc(50% - 730px);
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
@media only screen and (max-width: 980px) {
  .blog-page .first-screen .float {
    font-size: 180px;
    bottom: -80px;
    left: calc(50% - 235px);
  }
}
.blog-page .first-screen .text-intro {
  position: relative;
  z-index: 90;
}
.blog-page .first-screen .text-intro h1 {
  font-size: 36px;
  text-align: center;
  margin: 0px;
  font-family: G-bold;
  margin-top: 190px;
}
@media only screen and (max-width: 980px) {
  .blog-page .first-screen .text-intro h1 {
    margin-top: 170px;
    line-height: 1.2;
  }
}
.blog-page .first-screen .text-intro .devider {
  width: 50px;
  height: 2px;
  background: #000;
  margin: 0px auto;
  margin-top: 30px;
}
.thanks-page {
  width: 100%;
}
.thanks-page .thanks-block {
  margin-top: 300px;
}
.thanks-page .thanks-block h1 {
  font-size: 48px;
  text-align: center;
  font-weight: 100;
  margin: 0px;
}
.thanks-page .thanks-block .emoji {
  width: 80px;
  height: 80px;
  margin: 0px auto;
  margin-top: 40px;
  margin-bottom: 25px;
}
.thanks-page .thanks-block .emoji img {
  width: 100%;
}
.thanks-page .thanks-block a {
  color: #000;
}
.thanks-page .thanks-block .mini-info {
  font-size: 14px;
  text-align: center;
  color: #5c5c5c;
}
.thanks-page .thanks-block .go-back {
  width: 100px;
  margin: 0px auto;
  font-size: 16px;
  text-transform: uppercase;
  cursor: pointer;
}
.thanks-page .thanks-block .go-back img {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-right: 9px;
  margin-top: -3px;
}
@media only screen and (max-width: 980px) {
  .thanks-page .thanks-block {
    margin-top: 150px;
  }
  .thanks-page .thanks-block h1 {
    font-size: 36px;
  }
}
.about-page {
  width: 100%;
}
.about-page .first-screen {
  background: url("../img/me-bg.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  height: auto;
}
@media only screen and (min-width: 1450px) {
  .about-page .first-screen {
    height: 100vh;
  }
}
.about-page .first-screen .text-about {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 57.083333333333336%;
  margin-left: 0%;
  margin-right: 3%;
}
.about-page .first-screen .text-about:before,
.about-page .first-screen .text-about:after {
  content: '';
  display: table;
}
.about-page .first-screen .text-about:after {
  clear: both;
}
.about-page .first-screen .text-about:last-child {
  margin-right: 0%;
}
.about-page .first-screen .text-about .latest-update {
  margin-top: 150px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #5c5c5c;
}
@media only screen and (min-width: 1450px) {
  .about-page .first-screen .text-about .latest-update {
    margin-top: 310px;
  }
}
.about-page .first-screen .text-about h1 {
  font-size: 48px;
  font-family: G-regular;
  font-weight: 100;
  line-height: 1.1;
  margin-top: 0px;
}
.about-page .first-screen .text-about h2 {
  font-size: 22px;
  color: #5c5c5c;
  font-weight: 100;
  line-height: 1.5;
}
.about-page .first-screen .text-about p {
  font-size: 20px;
  color: #5c5c5c;
  max-width: 615px;
}
.about-page .first-screen .text-about .for-cols {
  width: 100%;
  margin-top: 60px;
  margin-bottom: 80px;
  *zoom: 1;
}
.about-page .first-screen .text-about .for-cols:before,
.about-page .first-screen .text-about .for-cols:after {
  content: '';
  display: table;
}
.about-page .first-screen .text-about .for-cols:after {
  clear: both;
}
.about-page .first-screen .text-about .for-cols .col {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 48.5%;
  margin-left: 0%;
  margin-right: 3%;
  *zoom: 1;
}
.about-page .first-screen .text-about .for-cols .col:before,
.about-page .first-screen .text-about .for-cols .col:after {
  content: '';
  display: table;
}
.about-page .first-screen .text-about .for-cols .col:after {
  clear: both;
}
.about-page .first-screen .text-about .for-cols .col:last-child {
  margin-right: 0%;
}
.about-page .first-screen .text-about .for-cols .col:before,
.about-page .first-screen .text-about .for-cols .col:after {
  content: '';
  display: table;
}
.about-page .first-screen .text-about .for-cols .col:after {
  clear: both;
}
.about-page .first-screen .text-about .for-cols .col span {
  font-size: 24px;
  color: #000;
}
.about-page .first-screen .text-about .for-cols .col p {
  font-size: 14px;
  color: #5c5c5c;
  margin-top: 10px;
  line-height: 22px;
  max-width: 85%;
}
@media only screen and (max-width: 980px) {
  .about-page .first-screen {
    background: #d6dce1;
  }
  .about-page .first-screen .text-about {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .about-page .first-screen .text-about:first-child {
    margin-left: auto;
  }
  .about-page .first-screen .text-about:last-child {
    margin-right: auto;
  }
  .about-page .first-screen .text-about .latest-update {
    margin-top: 120px;
  }
  .about-page .first-screen .text-about h1 {
    font-size: 30px;
  }
  .about-page .first-screen .text-about h2 {
    font-size: 18px;
  }
}
.story-text {
  margin-top: 70px;
  margin-bottom: 70px;
  *zoom: 1;
  width: auto;
  max-width: 750px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}
.story-text:before,
.story-text:after {
  content: '';
  display: table;
}
.story-text:after {
  clear: both;
}
.story-text h3 {
  font-size: 30px;
  font-weight: 100;
}
.story-text p {
  font-size: 18px;
  line-height: 1.6;
}
.story-text a {
  color: #000;
  text-decoration: underline;
}
.story-text ol li {
  color: #5c5c5c;
}
.story-text .desk-no img {
  width: 100%;
}
@media only screen and (max-width: 980px) {
  .story-text {
    margin-top: 30px;
  }
}
.for-notes {
  *zoom: 1;
  width: auto;
  max-width: 750px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  margin-top: 200px;
}
.for-notes:before,
.for-notes:after {
  content: '';
  display: table;
}
.for-notes:after {
  clear: both;
}
.for-notes .notes-title {
  position: relative;
}
.for-notes .notes-title h1 {
  font-size: 48px;
  font-family: G-regular;
  font-weight: 100;
  margin-top: 30px;
  margin-bottom: 0px;
}
.for-notes .notes-title .explain-notes {
  font-size: 22px;
  color: #5c5c5c;
  line-height: 1.6;
  font-weight: 100;
}
.for-notes .notes-title .explain-notes span {
  font-family: G-bold;
  color: #000;
}
.for-notes .last-note {
  margin-bottom: 110px;
}
.for-notes .note {
  width: 100%;
  background: #fef9f1;
  padding: 40px;
  margin-top: 120px;
  *zoom: 1;
}
.for-notes .note:before,
.for-notes .note:after {
  content: '';
  display: table;
}
.for-notes .note:after {
  clear: both;
}
.for-notes .note .posted {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 100;
}
.for-notes .note .ctitat-article {
  border-left: 1px solid #000;
  margin-bottom: 30px;
}
.for-notes .note .ctitat-article p {
  font-size: 18px;
  font-family: Georgia;
  color: #5c5c5c;
  line-height: 1.4;
  padding-left: 20px;
  margin: 0px;
  font-weight: 100;
  font-style: italic;
}
.for-notes .note h3 {
  font-family: Georgia;
  font-size: 30px;
  color: #000;
  font-weight: 100;
  margin-top: 5px;
}
.for-notes .note p {
  font-size: 18px;
  font-family: G-regular;
  font-weight: 100;
  line-height: 1.6;
}
@media only screen and (max-width: 750px) {
  .for-notes {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    *zoom: 1;
    width: auto;
    max-width: 90%;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
    margin-top: 150px;
  }
  .for-notes:first-child {
    margin-left: auto;
  }
  .for-notes:last-child {
    margin-right: auto;
  }
  .for-notes:before,
  .for-notes:after {
    content: '';
    display: table;
  }
  .for-notes:after {
    clear: both;
  }
  .for-notes .notes-title h1 {
    font-size: 30px;
  }
  .for-notes .notes-title .explain-notes {
    font-size: 20px;
  }
  .for-notes .note {
    margin-top: 80px;
    padding: 30px;
  }
  .for-notes .note h3 {
    font-size: 24px;
  }
  .for-notes .note p {
    font-size: 16px;
  }
}
.first-screen-projects {
  width: 100%;
  height: 100vh;
  position: relative;
}
.first-screen-projects .bg-move {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 33.33333333333333%;
  margin-left: 66.66666666666666%;
  margin-right: 0%;
  position: absolute;
  z-index: 0;
  background: url("../project/restorfx/bg.jpg");
  height: 100vh;
  background-position: 0px 0px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: repeat-x;
  -webkit-animation: animatedBackground 20s linear infinite;
  -moz-animation: animatedBackground 20s linear infinite;
  -o-animation: animatedBackground 20s linear infinite;
  -ms-animation: animatedBackground 20s linear infinite;
  animation: animatedBackground 20s linear infinite;
}
.first-screen-projects .bg-move:before,
.first-screen-projects .bg-move:after {
  content: '';
  display: table;
}
.first-screen-projects .bg-move:after {
  clear: both;
}
.first-screen-projects .move-oleg {
  background: url("../project/oleg/bg.jpg") !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  background-size: cover !important;
}
.first-screen-projects .move-krovlja {
  background: url("../project/krovlja/bg.jpg") !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  background-size: cover !important;
}
.first-screen-projects .move-it {
  background: url("../project/itmylife/bg.jpg") !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  background-size: cover !important;
}
.first-screen-projects .move-art {
  background: url("../project/artandbrick/bg.jpg") !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  background-size: cover !important;
}
.first-screen-projects .move-heroes {
  background: url("../project/heroes/bg.jpg") !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  background-size: cover !important;
}
.first-screen-projects .move-am {
  background: url("../project/three-am/bg.jpg") !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  background-size: cover !important;
}
.first-screen-projects .move-cbr {
  background: url("../project/cbr/bg.jpg") !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  background-size: cover !important;
}
.first-screen-projects .move-mall {
  background: url("../project/malldova/bg.jpg") !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  background-size: cover !important;
}
.first-screen-projects .move-marquiz {
  background: url("../project/marquiz/bg.jpg") !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  background-size: cover !important;
}
.first-screen-projects .move-mmam {
  background: url("../project/mmam/bg.jpg") !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  background-size: cover !important;
}
.first-screen-projects .move-slova {
  background: url("../project/slova/bg.jpg") !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  background-size: cover !important;
}
.first-screen-projects .move-smart {
  background: url("../project/smart/bg.jpg") !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  background-size: cover !important;
}
.first-screen-projects .move-strih {
  background: url("../project/strih/bg.jpg") !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  background-size: cover !important;
}
.first-screen-projects .move-darito {
  background: url("../project/darito/bg.jpg") !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  background-size: cover !important;
}
.first-screen-projects .move-vfound {
  background: url("../project/vfound/bg.jpg") !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  background-size: cover !important;
}
.first-screen-projects .move-triumph {
  background: url("../project/triumph/bg.jpg") !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  background-size: cover !important;
}
.first-screen-projects .for-project-head {
  *zoom: 1;
  width: auto;
  max-width: 90%;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}
.first-screen-projects .for-project-head:before,
.first-screen-projects .for-project-head:after {
  content: '';
  display: table;
}
.first-screen-projects .for-project-head:after {
  clear: both;
}
.first-screen-projects .for-project-head .project-head {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 48.5%;
  margin-left: 17.166666666666664%;
  margin-right: 3%;
  background: #fff;
  height: 360px;
  position: relative;
  margin-top: 180px;
}
.first-screen-projects .for-project-head .project-head:before,
.first-screen-projects .for-project-head .project-head:after {
  content: '';
  display: table;
}
.first-screen-projects .for-project-head .project-head:after {
  clear: both;
}
.first-screen-projects .for-project-head .project-head:last-child {
  margin-right: 0%;
}
@media only screen and (min-width: 1450px) {
  .first-screen-projects .for-project-head .project-head {
    margin-top: 390px;
  }
}
.first-screen-projects .for-project-head .project-head .done {
  margin-top: 85px;
}
.first-screen-projects .for-project-head .project-head .done span {
  display: inline-block;
  width: 25px;
  height: 2px;
  background: #000;
  margin-right: 20px;
  vertical-align: middle;
  line-height: 20px;
}
.first-screen-projects .for-project-head .project-head .done p {
  display: inline-block;
  margin: 0px;
  font-size: 12px;
  text-transform: uppercase;
  margin-top: 2px;
}
.first-screen-projects .for-project-head .project-head .client-name {
  font-size: 60px;
  line-height: 1;
  margin-top: 25px;
  margin-left: -4px;
  font-family: G-bold;
}
.first-screen-projects .for-project-head .project-head h1 {
  font-size: 18px;
  font-weight: 100;
  color: #5c5c5c;
}
.first-screen-projects .for-project-head .left-tags {
  width: 20px;
}
.first-screen-projects .for-project-head .left-tags ul {
  position: absolute;
  margin: 0px;
  padding: 0px;
  width: auto;
  -webkit-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -o-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  left: 5%;
  bottom: calc(50% - 150px);
}
.first-screen-projects .for-project-head .left-tags ul li {
  list-style: none;
  display: inline-block;
  color: #d5d5d5;
  font-size: 14px;
  margin-right: 10px;
}
@media only screen and (max-width: 980px) {
  .first-screen-projects {
    height: 660px;
  }
  .first-screen-projects .bg-move {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 33.33333333333333%;
    margin-left: 66.66666666666666%;
    margin-right: 0%;
    height: 660px;
  }
  .first-screen-projects .bg-move:before,
  .first-screen-projects .bg-move:after {
    content: '';
    display: table;
  }
  .first-screen-projects .bg-move:after {
    clear: both;
  }
  .first-screen-projects .left-tags {
    display: none;
  }
  .first-screen-projects .for-project-head .project-head {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 220px;
    width: 90%;
    height: 250px;
    margin-left: 0px !important;
  }
  .first-screen-projects .for-project-head .project-head:first-child {
    margin-left: auto;
  }
  .first-screen-projects .for-project-head .project-head:last-child {
    margin-right: auto;
  }
  .first-screen-projects .for-project-head .project-head .done {
    margin-top: 35px;
  }
  .first-screen-projects .for-project-head .project-head .done p {
    font-size: 10px;
  }
  .first-screen-projects .for-project-head .project-head .client-name {
    font-size: 42px;
  }
  .first-screen-projects .for-project-head .project-head h1 {
    font-size: 16px;
    padding-right: 15px;
  }
}
.posters-case img {
  max-width: 700px;
  display: block !important;
  margin: 90px auto !important;
  -webkit-box-shadow: 0px 20px 80px 0px rgba(0,0,0,0.23);
  -moz-box-shadow: 0px 20px 80px 0px rgba(0,0,0,0.23);
  -webkit-box-shadow: 0px 20px 80px 0px rgba(0,0,0,0.23);
  box-shadow: 0px 20px 80px 0px rgba(0,0,0,0.23);
}
@media only screen and (max-width: 700px) {
  .posters-case img {
    max-width: 80% !important;
  }
}
.posters-case .poster1 {
  width: 100%;
  background: #deb1ab;
  margin-top: 90px;
  *zoom: 1;
}
.posters-case .poster1:before,
.posters-case .poster1:after {
  content: '';
  display: table;
}
.posters-case .poster1:after {
  clear: both;
}
.posters-case .poster2 {
  width: 100%;
  background: #ccc9c4;
  *zoom: 1;
}
.posters-case .poster2:before,
.posters-case .poster2:after {
  content: '';
  display: table;
}
.posters-case .poster2:after {
  clear: both;
}
.posters-case .poster3 {
  width: 100%;
  background: #3b3331;
  *zoom: 1;
}
.posters-case .poster3:before,
.posters-case .poster3:after {
  content: '';
  display: table;
}
.posters-case .poster3:after {
  clear: both;
}
.posters-case .poster4 {
  width: 100%;
  background: #353334;
  *zoom: 1;
}
.posters-case .poster4:before,
.posters-case .poster4:after {
  content: '';
  display: table;
}
.posters-case .poster4:after {
  clear: both;
}
.posters-case .poster5 {
  width: 100%;
  background: #4b636d;
  *zoom: 1;
}
.posters-case .poster5:before,
.posters-case .poster5:after {
  content: '';
  display: table;
}
.posters-case .poster5:after {
  clear: both;
}
.posters-case .poster6 {
  width: 100%;
  background: #0b0b17;
  *zoom: 1;
}
.posters-case .poster6:before,
.posters-case .poster6:after {
  content: '';
  display: table;
}
.posters-case .poster6:after {
  clear: both;
}
.posters-case .poster7 {
  width: 100%;
  background: #5c0b0a;
  *zoom: 1;
}
.posters-case .poster7:before,
.posters-case .poster7:after {
  content: '';
  display: table;
}
.posters-case .poster7:after {
  clear: both;
}
.posters-case .poster8 {
  width: 100%;
  background: #d8cccc;
  *zoom: 1;
}
.posters-case .poster8:before,
.posters-case .poster8:after {
  content: '';
  display: table;
}
.posters-case .poster8:after {
  clear: both;
}
.posters-case .poster9 {
  width: 100%;
  background: #b8d2d3;
  *zoom: 1;
}
.posters-case .poster9:before,
.posters-case .poster9:after {
  content: '';
  display: table;
}
.posters-case .poster9:after {
  clear: both;
}
.posters-case .poster10 {
  width: 100%;
  background: #0b2a25;
  *zoom: 1;
}
.posters-case .poster10:before,
.posters-case .poster10:after {
  content: '';
  display: table;
}
.posters-case .poster10:after {
  clear: both;
}
.posters-case .poster11 {
  width: 100%;
  background: #aca8a7;
  *zoom: 1;
}
.posters-case .poster11:before,
.posters-case .poster11:after {
  content: '';
  display: table;
}
.posters-case .poster11:after {
  clear: both;
}
.posters-case .poster12 {
  width: 100%;
  background: #e64555;
  *zoom: 1;
}
.posters-case .poster12:before,
.posters-case .poster12:after {
  content: '';
  display: table;
}
.posters-case .poster12:after {
  clear: both;
}
.posters-case .poster13 {
  width: 100%;
  background: #fff;
  *zoom: 1;
}
.posters-case .poster13:before,
.posters-case .poster13:after {
  content: '';
  display: table;
}
.posters-case .poster13:after {
  clear: both;
}
.posters-case .poster14 {
  width: 100%;
  background: #c0b7b0;
  *zoom: 1;
}
.posters-case .poster14:before,
.posters-case .poster14:after {
  content: '';
  display: table;
}
.posters-case .poster14:after {
  clear: both;
}
.posters-case .poster15 {
  width: 100%;
  background: #79596e;
  *zoom: 1;
}
.posters-case .poster15:before,
.posters-case .poster15:after {
  content: '';
  display: table;
}
.posters-case .poster15:after {
  clear: both;
}
.for-case {
  width: 100%;
  background: #f7f7f7;
  overflow: hidden;
  *zoom: 1;
}
.for-case:before,
.for-case:after {
  content: '';
  display: table;
}
.for-case:after {
  clear: both;
}
.for-case .for-text {
  margin-top: 120px;
  *zoom: 1;
  width: auto;
  max-width: 1170px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  *zoom: 1;
}
.for-case .for-text:before,
.for-case .for-text:after {
  content: '';
  display: table;
}
.for-case .for-text:after {
  clear: both;
}
.for-case .for-text:before,
.for-case .for-text:after {
  content: '';
  display: table;
}
.for-case .for-text:after {
  clear: both;
}
.for-case .for-text .left-explain {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 14.166666666666664%;
  margin-left: 0%;
  margin-right: 3%;
}
.for-case .for-text .left-explain:before,
.for-case .for-text .left-explain:after {
  content: '';
  display: table;
}
.for-case .for-text .left-explain:after {
  clear: both;
}
.for-case .for-text .left-explain:last-child {
  margin-right: 0%;
}
.for-case .for-text .left-explain span {
  width: 25px;
  height: 2px;
  background: #000;
  display: inline-block;
  margin-right: 20px;
  line-height: 20px;
  vertical-align: middle;
}
.for-case .for-text .left-explain p {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1;
  font-family: G-bold;
}
.for-case .for-text .right-text {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 65.66666666666666%;
  margin-left: 0%;
  margin-right: 3%;
}
.for-case .for-text .right-text:before,
.for-case .for-text .right-text:after {
  content: '';
  display: table;
}
.for-case .for-text .right-text:after {
  clear: both;
}
.for-case .for-text .right-text:last-child {
  margin-right: 0%;
}
.for-case .for-text .right-text h3 {
  font-size: 36px;
  font-weight: 100;
  margin-top: 0px;
  line-height: 1.2;
}
.for-case .for-text .right-text p {
  font-size: 18px;
  line-height: 1.5;
  color: #5c5c5c;
  letter-spacing: 0.3px;
}
.for-case .for-text .right-text p span {
  color: #000;
  font-family: G-bold;
}
.for-case .for-text .right-text ol {
  margin: 0px;
  padding: 0px;
  padding-left: 20px;
  margin-top: -10px;
}
@media only screen and (max-width: 600px) {
  .for-case .for-text .right-text img {
    width: 100%;
  }
}
.for-case .for-text .citat {
  width: 100%;
  margin-top: 60px;
  *zoom: 1;
}
.for-case .for-text .citat:before,
.for-case .for-text .citat:after {
  content: '';
  display: table;
}
.for-case .for-text .citat:after {
  clear: both;
}
.for-case .for-text .citat .left-citat {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 5.583333333333332%;
  margin-left: 0%;
  margin-right: 3%;
}
.for-case .for-text .citat .left-citat:before,
.for-case .for-text .citat .left-citat:after {
  content: '';
  display: table;
}
.for-case .for-text .citat .left-citat:after {
  clear: both;
}
.for-case .for-text .citat .left-citat:last-child {
  margin-right: 0%;
}
.for-case .for-text .citat .right-citat {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 91.41666666666666%;
  margin-left: 0%;
  margin-right: 3%;
}
.for-case .for-text .citat .right-citat:before,
.for-case .for-text .citat .right-citat:after {
  content: '';
  display: table;
}
.for-case .for-text .citat .right-citat:after {
  clear: both;
}
.for-case .for-text .citat .right-citat:last-child {
  margin-right: 0%;
}
.for-case .for-text .citat .right-citat .name {
  font-size: 14px;
  font-family: G-bold;
  line-height: 45px;
}
.for-case .for-text .citat .right-citat p {
  font-family: Georgia;
  font-size: 18px;
  color: #5c5c5c;
  font-style: italic;
}
.for-case .for-text .for-stat {
  width: 100%;
  margin-top: 60px;
  *zoom: 1;
}
.for-case .for-text .for-stat:before,
.for-case .for-text .for-stat:after {
  content: '';
  display: table;
}
.for-case .for-text .for-stat:after {
  clear: both;
}
.for-case .for-text .for-stat .stat {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 22.75%;
  margin-left: 0%;
  margin-right: 3%;
}
.for-case .for-text .for-stat .stat:before,
.for-case .for-text .for-stat .stat:after {
  content: '';
  display: table;
}
.for-case .for-text .for-stat .stat:after {
  clear: both;
}
.for-case .for-text .for-stat .stat:last-child {
  margin-right: 0%;
}
.for-case .for-text .for-stat .stat span {
  line-height: 1;
  font-size: 48px;
  font-family: G-bold;
}
.for-case .for-text .for-stat .stat p {
  font-size: 16px;
  color: #5c5c5c;
  line-height: 1.2;
  margin-top: 20px;
}
.for-case .for-img {
  margin-top: 100px;
}
.for-case .for-img img {
  display: block;
  margin: 0px auto;
}
.for-case .for-img .bgvideo {
  *zoom: 1;
  width: auto;
  max-width: 750px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}
.for-case .for-img .bgvideo:before,
.for-case .for-img .bgvideo:after {
  content: '';
  display: table;
}
.for-case .for-img .bgvideo:after {
  clear: both;
}
@media only screen and (max-width: 980px) {
  .for-case .for-img .bgvideo {
    display: none;
  }
}
.for-case .last-img {
  margin-bottom: 100px !important;
}
.for-case .inter-text {
  *zoom: 1;
  width: auto;
  max-width: 750px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  margin-top: 100px;
}
.for-case .inter-text:before,
.for-case .inter-text:after {
  content: '';
  display: table;
}
.for-case .inter-text:after {
  clear: both;
}
.for-case .inter-text h3 {
  font-size: 36px;
  font-weight: 100;
  margin-top: 0px;
  line-height: 1.2;
}
.for-case .inter-text p {
  font-size: 18px;
  line-height: 1.5;
  color: #5c5c5c;
  letter-spacing: 0.3px;
}
.for-case .long-img {
  width: 100%;
  margin-top: 100px;
}
.for-case .long-img img {
  width: 100%;
}
@media only screen and (max-width: 980px) {
  .for-case .for-text {
    margin-top: 50px;
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    *zoom: 1;
    width: auto;
    max-width: 90%;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .for-case .for-text:first-child {
    margin-left: auto;
  }
  .for-case .for-text:last-child {
    margin-right: auto;
  }
  .for-case .for-text:before,
  .for-case .for-text:after {
    content: '';
    display: table;
  }
  .for-case .for-text:after {
    clear: both;
  }
  .for-case .for-text .left-explain {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .for-case .for-text .left-explain:first-child {
    margin-left: auto;
  }
  .for-case .for-text .left-explain:last-child {
    margin-right: auto;
  }
  .for-case .for-text .right-text {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .for-case .for-text .right-text:first-child {
    margin-left: auto;
  }
  .for-case .for-text .right-text:last-child {
    margin-right: auto;
  }
  .for-case .for-text .right-text h3 {
    font-size: 24px;
    margin-top: 20px;
    line-height: 1.4;
  }
  .for-case .for-text .right-text p {
    font-size: 16px;
  }
  .for-case .for-text .citat {
    width: 100%;
  }
  .for-case .for-text .citat .left-citat {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 14.166666666666664%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .for-case .for-text .citat .left-citat:before,
  .for-case .for-text .citat .left-citat:after {
    content: '';
    display: table;
  }
  .for-case .for-text .citat .left-citat:after {
    clear: both;
  }
  .for-case .for-text .citat .left-citat:last-child {
    margin-right: 0%;
  }
  .for-case .for-text .citat .right-citat {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 82.83333333333334%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .for-case .for-text .citat .right-citat:before,
  .for-case .for-text .citat .right-citat:after {
    content: '';
    display: table;
  }
  .for-case .for-text .citat .right-citat:after {
    clear: both;
  }
  .for-case .for-text .citat .right-citat:last-child {
    margin-right: 0%;
  }
  .for-case .for-text .citat .right-citat p {
    font-size: 16px;
  }
  .for-case .for-text .for-stat {
    width: 100%;
  }
  .for-case .for-text .for-stat .stat {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .for-case .for-text .for-stat .stat:before,
  .for-case .for-text .for-stat .stat:after {
    content: '';
    display: table;
  }
  .for-case .for-text .for-stat .stat:after {
    clear: both;
  }
  .for-case .for-text .for-stat .stat:nth-child(2n) {
    margin-right: 0%;
    float: right;
  }
  .for-case .for-text .for-stat .stat:nth-child(2n+1) {
    clear: both;
  }
  .for-case .for-img {
    margin-top: 50px;
  }
  .for-case .for-img img {
    width: 100%;
  }
  .for-case .inter-text {
    *zoom: 1;
    width: auto;
    max-width: 90%;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
    margin-top: 50px;
  }
  .for-case .inter-text:before,
  .for-case .inter-text:after {
    content: '';
    display: table;
  }
  .for-case .inter-text:after {
    clear: both;
  }
  .for-case .inter-text h3 {
    font-size: 24px;
  }
  .for-case .inter-text p {
    font-size: 16px;
  }
  .for-case .long-img {
    margin-top: 50px;
  }
}
.selected-works {
  *zoom: 1;
  width: auto;
  max-width: 1170px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  margin-top: 50px;
  margin-bottom: 80px;
}
.selected-works:before,
.selected-works:after {
  content: '';
  display: table;
}
.selected-works:after {
  clear: both;
}
.selected-works .for-header-works h3 {
  font-size: 36px;
  font-weight: 100;
  margin-top: 70px;
}
.selected-works .col-work {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 17.6%;
  margin-left: 0%;
  margin-right: 3%;
  *zoom: 1;
  margin-bottom: 50px;
}
.selected-works .col-work:before,
.selected-works .col-work:after {
  content: '';
  display: table;
}
.selected-works .col-work:after {
  clear: both;
}
.selected-works .col-work:nth-child(5n) {
  margin-right: 0%;
  float: right;
}
.selected-works .col-work:nth-child(5n+1) {
  clear: both;
}
.selected-works .col-work:before,
.selected-works .col-work:after {
  content: '';
  display: table;
}
.selected-works .col-work:after {
  clear: both;
}
.selected-works .col-work a {
  color: #000;
}
.selected-works .col-work a img {
  width: 100%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.selected-works .col-work a .work-name {
  font-size: 18px;
  color: #000;
  font-family: G-bold;
  text-align: center;
  margin-top: 15px;
}
.selected-works .col-work a span {
  display: block;
  font-size: 14px;
  text-align: center;
  color: #959595;
}
.selected-works .col-work a:hover img {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
@media only screen and (max-width: 980px) {
  .selected-works {
    *zoom: 1;
    width: auto;
    max-width: 90%;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 50px;
  }
  .selected-works:before,
  .selected-works:after {
    content: '';
    display: table;
  }
  .selected-works:after {
    clear: both;
  }
  .selected-works .for-header-works h3 {
    font-size: 30px;
    margin-top: 40px;
  }
  .selected-works .col-work {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 31.33333333333333%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .selected-works .col-work:before,
  .selected-works .col-work:after {
    content: '';
    display: table;
  }
  .selected-works .col-work:after {
    clear: both;
  }
  .selected-works .col-work:nth-child(5n) {
    margin-right: 3%;
    float: left;
  }
  .selected-works .col-work:nth-child(5n+1) {
    clear: none;
  }
  .selected-works .col-work:nth-child(3n) {
    margin-right: 0%;
    float: right;
  }
  .selected-works .col-work:nth-child(3n+1) {
    clear: both;
  }
}
@media only screen and (max-width: 450px) {
  .selected-works {
    *zoom: 1;
    width: auto;
    max-width: 90%;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .selected-works:before,
  .selected-works:after {
    content: '';
    display: table;
  }
  .selected-works:after {
    clear: both;
  }
  .selected-works .for-header-works h3 {
    font-size: 30px;
  }
  .selected-works .col-work {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%;
    margin-bottom: 40px;
  }
  .selected-works .col-work:before,
  .selected-works .col-work:after {
    content: '';
    display: table;
  }
  .selected-works .col-work:after {
    clear: both;
  }
  .selected-works .col-work:nth-child(3n) {
    margin-right: 3%;
    float: left;
  }
  .selected-works .col-work:nth-child(3n+1) {
    clear: none;
  }
  .selected-works .col-work:nth-child(2n) {
    margin-right: 0%;
    float: right;
  }
  .selected-works .col-work:nth-child(2n+1) {
    clear: both;
  }
  .selected-works .col-work a .work-name {
    font-size: 16px;
    margin-top: 10px;
  }
  .selected-works .col-work a span {
    font-size: 12px;
  }
}
.cd-panel .cd-panel-container .cd-panel-content {
  padding-top: 20px;
  padding-bottom: 20px;
}
.cd-panel .cd-panel-container .cd-panel-content h3 {
  font-size: 24px;
  color: #000;
  font-weight: 100;
  margin: 0px;
  margin-bottom: 30px;
}
.cd-panel .cd-panel-container .cd-panel-content .for-works .for-cols .col-work {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 46.5%;
  margin-left: 0%;
  margin-right: 7.000000000000001%;
  *zoom: 1;
  margin-bottom: 30px;
}
.cd-panel .cd-panel-container .cd-panel-content .for-works .for-cols .col-work:before,
.cd-panel .cd-panel-container .cd-panel-content .for-works .for-cols .col-work:after {
  content: '';
  display: table;
}
.cd-panel .cd-panel-container .cd-panel-content .for-works .for-cols .col-work:after {
  clear: both;
}
.cd-panel .cd-panel-container .cd-panel-content .for-works .for-cols .col-work:nth-child(2n) {
  margin-right: 0%;
  float: right;
}
.cd-panel .cd-panel-container .cd-panel-content .for-works .for-cols .col-work:nth-child(2n+1) {
  clear: both;
}
.cd-panel .cd-panel-container .cd-panel-content .for-works .for-cols .col-work:before,
.cd-panel .cd-panel-container .cd-panel-content .for-works .for-cols .col-work:after {
  content: '';
  display: table;
}
.cd-panel .cd-panel-container .cd-panel-content .for-works .for-cols .col-work:after {
  clear: both;
}
.cd-panel .cd-panel-container .cd-panel-content .for-works .for-cols .col-work a {
  color: #000;
}
.cd-panel .cd-panel-container .cd-panel-content .for-works .for-cols .col-work a img {
  width: 100%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.cd-panel .cd-panel-container .cd-panel-content .for-works .for-cols .col-work a .work-name {
  font-size: 16px;
  color: #000;
  font-family: G-bold;
  text-align: center;
  margin-top: 10px;
}
.cd-panel .cd-panel-container .cd-panel-content .for-works .for-cols .col-work a span {
  display: block;
  font-size: 12px;
  text-align: center;
  color: #959595;
}
.cd-panel .cd-panel-container .cd-panel-content .for-works .for-cols .col-work a:hover img {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.square-menu {
  position: fixed;
  height: 50px;
  width: 50px;
  background: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  top: 20px;
  right: calc(5% + 60px);
  z-index: 100;
  cursor: pointer;
}
.square-menu .for-icon {
  margin-right: 0px;
}
.square-menu .for-icon img {
  display: block;
  margin: 16px auto;
}
.box-modal {
  background: #fff;
  position: relative;
  margin-top: 50px;
  z-index: 5;
  padding: 0px;
}
@media only screen and (max-width: 980px) {
  .box-modal {
    margin: 0px;
  }
}
.box-modal .for-img-cup {
  width: 100%;
}
.box-modal .for-img-cup img {
  width: 100%;
}
.box-modal .box-modal_close {
  position: absolute;
  top: 10px;
  right: 10px;
}
.box-modal .for-head {
  z-index: 10;
  background: #fff;
  padding: 30px 30px 5px 30px;
}
.box-modal .for-head h3 {
  font-size: 30px;
  font-weight: 100;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: G-bold;
  text-align: center;
}
@media only screen and (max-width: 980px) {
  .box-modal .for-head h3 {
    line-height: 1.1;
  }
}
.box-modal .for-head p {
  font-size: 18px;
  color: #000;
  text-align: center;
}
.box-modal .for-head a {
  text-decoration: underline;
}
.box-modal hr {
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
}
.box-modal .form-modal {
  padding: 0px 30px 30px 30px;
  *zoom: 1;
}
.box-modal .form-modal:before,
.box-modal .form-modal:after {
  content: '';
  display: table;
}
.box-modal .form-modal:after {
  clear: both;
}
.box-modal .form-modal form .field input {
  font-size: 14px;
  font-family: G-regular;
  font-weight: 100;
  height: 50px;
}
.box-modal .form-modal form button {
  width: 180px;
  line-height: 45px;
  border: none;
  display: block;
  margin: 10px auto;
  color: #000;
  cursor: pointer;
  text-align: center;
  font-weight: 100;
  background: #f4cb56;
  background: -moz--webkit-linear-gradient(top, #f4cb56 0%, #eca826 100%);
  background: -moz--moz-linear-gradient(top, #f4cb56 0%, #eca826 100%);
  background: -moz--o-linear-gradient(top, #f4cb56 0%, #eca826 100%);
  background: -moz--ms-linear-gradient(top, #f4cb56 0%, #eca826 100%);
  background: -moz-linear-gradient(to bottom, #f4cb56 0%, #eca826 100%);
  background: -webkit--webkit-linear-gradient(top, #f4cb56 0%, #eca826 100%);
  background: -webkit--moz-linear-gradient(top, #f4cb56 0%, #eca826 100%);
  background: -webkit--o-linear-gradient(top, #f4cb56 0%, #eca826 100%);
  background: -webkit--ms-linear-gradient(top, #f4cb56 0%, #eca826 100%);
  background: -webkit-linear-gradient(to bottom, #f4cb56 0%, #eca826 100%);
  background: -webkit-linear-gradient(top, #f4cb56 0%, #eca826 100%);
  background: -moz-linear-gradient(top, #f4cb56 0%, #eca826 100%);
  background: -o-linear-gradient(top, #f4cb56 0%, #eca826 100%);
  background: -ms-linear-gradient(top, #f4cb56 0%, #eca826 100%);
  background: linear-gradient(to bottom, #f4cb56 0%, #eca826 100%);
  -webkit-border-radius: 50px;
  border-radius: 50px;
  font-size: 18px;
  font-family: G-bold;
  -webkit-box-shadow: 2px 2px 10px 0px rgba(236,171,41,0.5);
  -moz-box-shadow: 2px 2px 10px 0px rgba(236,171,41,0.5);
  -webkit-box-shadow: 2px 2px 10px 0px rgba(236,171,41,0.5);
  box-shadow: 2px 2px 10px 0px rgba(236,171,41,0.5);
}
@media only screen and (max-width: 980px) {
  .box-modal .for-head img {
    width: 100%;
  }
  .box-modal .for-head h3 {
    font-size: 24px;
  }
  .box-modal .for-head p {
    font-size: 16px;
  }
}
.modal-small {
  *zoom: 1;
  width: auto;
  max-width: 600px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  padding: 0px;
}
.modal-small:before,
.modal-small:after {
  content: '';
  display: table;
}
.modal-small:after {
  clear: both;
}
.ui.form .field .prompt.label {
  font-size: 11px;
  padding: 2px;
  border: none !important;
  background: none !important;
  position: absolute;
}
#from-catalog1 .ui.form .field .prompt.label {
  font-size: 11px;
  padding: 2px;
  border: none !important;
  background: none !important;
  color: #fff !important;
}
.arcticmodal-container_i2 {
  width: auto;
}
@media only screen and (max-width: 980px) {
  .arcticmodal-container_i2 {
    padding: 0px;
    height: 100% !important;
  }
}
/* 
.col-duble
        span(1/2)
        cursor pointer
        +below(bp2)
            stack()
        a 
            color black 
            cursor pointer
        .big-work 
            width 100%
            position relative
            img 
                width 100%
            .hover-black
                position absolute
                width 100%
                height 100%
                background rgba(0,0,0, 0.8)
                opacity 0
                transition all .2s
                .for-project
                    width 270px
                    height 100px
                    position absolute
                    top calc(50% - 50px) 
                    left calc(50% - 135px)
                    span 
                        display block
                        width 25px
                        height 2px
                        background white
                    .project-name
                        font-size 24px
                        font-family G-bold
                        text-transform uppercase
                        line-height 1
                        margin-top 15px
                        color white
                    .for-description
                        width 100%
                        .left-descript
                            col(10/12)
                            margin-top 10px
                            p 
                                margin 0px 
                                padding 0px
                                font-size 14px
                                line-height 1.3
                                font-family G-medium
                                color white
                        .right-descript
                            col(2/12)
                            margin-top 6px
                            img 
                                width 16px
        .big-work:hover
            .hover-black
                opacity 1
                cursor pointer
        .long-work
            width 100%
            position relative
            img 
                width 100%
            .hover-white
                position absolute
                width 100%
                height 100%
                background rgba(255,255,255, 0.8)
                opacity 0
                transition all .2s
                .for-project
                    width 270px
                    height 100px
                    position absolute
                    top calc(50% - 50px) 
                    left calc(50% - 135px)
                    span 
                        display block
                        width 25px
                        height 2px
                        background black
                    .project-name
                        font-size 24px
                        font-family G-bold
                        text-transform uppercase
                        line-height 1
                        margin-top 15px
                    .for-description
                        width 100%
                        .left-descript
                            col(10/12)
                            margin-top 10px
                            p 
                                margin 0px 
                                padding 0px
                                font-size 14px
                                line-height 1.3
                                font-family G-medium
                        .right-descript
                            col(2/12)
                            margin-top 6px
                            img 
                                width 16px
            .hover-black
                position absolute
                width 100%
                height 100%
                background rgba(0,0,0, 0.8)
                opacity 0
                transition all .2s
                .for-project
                    width 270px
                    height 100px
                    position absolute
                    top calc(50% - 50px) 
                    left calc(50% - 135px)
                    span 
                        display block
                        width 25px
                        height 2px
                        background white
                    .project-name
                        font-size 24px
                        font-family G-bold
                        text-transform uppercase
                        line-height 1
                        margin-top 15px
                        color white
                    .for-description
                        width 100%
                        .left-descript
                            col(10/12)
                            margin-top 10px
                            p 
                                margin 0px 
                                padding 0px
                                font-size 14px
                                line-height 1.3
                                font-family G-medium
                                color white
                        .right-descript
                            col(2/12)
                            margin-top 6px
                            img 
                                width 16px
        .long-work:hover
            .hover-white 
                opacity 1
                cursor pointer
            .hover-black
                opacity 1
                cursor pointer
        .square-work 
            span(1/2)
            img 
                width 100%
*/
@-moz-keyframes animatedBackground {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 100% 0;
  }
}
@-webkit-keyframes animatedBackground {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 100% 0;
  }
}
@-o-keyframes animatedBackground {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 100% 0;
  }
}
@keyframes animatedBackground {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 100% 0;
  }
}
