body,
html {
  height: 100%;
  font-size: 16px;
}
body {
  background: #000;
  font-family: arial;
}
p {
  margin-top: -3px;
  margin-bottom: 16px;
  padding: 0;
  line-height: 130%;
  text-align: justify;
  font-size: 16px;
}
td,
tr,
table {
  padding: 0;
  margin: 0;
}
.light {
  background: #fff;
  color: #000000;
}
.dark {
  background: #172837;
  color: #FFFFFF;
}
.center {
  text-align: center;
}
.smoothText {
  text-shadow: -1px -1px 1px rgba(255,255,255,0.3), 1px 1px 2px rgba(255,255,255,0.3), 1px 1px 2px rgba(0,0,0,0.7), 2px 2px 2px rgba(0,0,0,0.7);
}
.3dText {
  text-shadow: 0px 0px 0 #c5c5c5, 1px 1px 0 #ababab, 2px 2px 0 #919191, 3px 3px 0 #777777, 4px 4px 3px #000000, 4px 4px 1px rgba(0,0,0,0.5), 0px 0px 3px rgba(0,0,0,0.2);
}
.light h1 {
  color: #333;
}
.light a,
.light h2,
.light h3,
.light h4 {
  color: #333;
}
.dark h1 {
  color: #fff;
}
.dark a,
.dark h2,
.dark h3,
.dark h4 {
  color: #fff;
}
h1 {
  font-family: pt-sans-caption, arial;
  font-size: 30px;
  margin: 0 0 16px 0;
  line-height: 130%;
}
h2 {
  font-family: pt-sans-narrow, arial;
  font-size: 20px;
  font-weight: normal;
  margin: 0 0 32px 0;
}
.text h2 {
  font-size: 14px;
  text-align: left;
}
h3 {
  font-family: uni-sans;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 16px;
  line-height: 140%;
  margin: -4px auto 0 auto;
}
.soft {
  opacity: 0.8;
}
#body {
  position: relative;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  overflow: hidden;
}
#warper {
  position: relative;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 100;
  -ms-touch-action: none;
}
.mypage h1 {
  font-size: 27px;
  line-height: 140%;
  text-shadow: -1px -1px 1px rgba(255,255,255,0.3), 1px 1px 2px rgba(255,255,255,0.3), 1px 1px 2px rgba(0,0,0,0.7), 2px 2px 2px rgba(0,0,0,0.7);
}
.mypage h2 {
  font-size: 30px;
  margin-bottom: 48px;
  text-shadow: -1px -1px 1px rgba(255,255,255,0.3), 1px 1px 2px rgba(255,255,255,0.3), 1px 1px 2px rgba(0,0,0,0.7), 2px 2px 2px rgba(0,0,0,0.7);
}
.firstpage h1 {
  font-size: 27px;
  line-height: 140%;
  text-shadow: -1px -1px 1px rgba(255,255,255,0.3), 1px 1px 2px rgba(255,255,255,0.3), 1px 1px 2px rgba(0,0,0,0.7), 2px 2px 2px rgba(0,0,0,0.7);
}
.firstpage h2 {
  font-size: 30px;
  margin-bottom: 48px;
  text-shadow: -1px -1px 1px rgba(255,255,255,0.3), 1px 1px 2px rgba(255,255,255,0.3), 1px 1px 2px rgba(0,0,0,0.7), 2px 2px 2px rgba(0,0,0,0.7);
}
section {
  overflow: hidden;
  position: relative;
  background-size: cover;
  margin: 0;
  box-sizing: border-box;
  padding: 32px;
  z-index: 100;
}
section h1,
section h2 {
  text-align: center;
}
.item h2 {
  text-align: center;
  font-size: 22px;
}
.parallax {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
}
.parallaxing {
  background-size: cover;
  background-position: center center;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 0;
}
.parallaxCrop {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.overlay {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
#pageScrollBar {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  width: 14px;
  z-index: 5000;
  display: none;
}
#pageScrollSlider {
  position: absolute;
  left: 0;
  top: 0;
  width: 14px;
  height: 40px;
}
#pageScrollBar {
  background: #000;
}
#pageScrollSlider {
  background: #ff4a4c;
  border-radius: 14px;
}
#pageScrollSlider:hover {
  background: #D50003;
}
section.valign {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
  z-index: 100;
}
#fixwidth section .fixwidth {
  max-width: 1010px;
  margin: 0 auto;
  position: relative;
}
.fixwidth {
  position: relative;
  z-index: 100;
}
.fullpagebg {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-position: center center;
  background-size: cover;
}
.fixbg {
  background-attachment: fixed;
}
section .inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  z-index: 100;
}
.item {
  position: relative;
  min-height: 120px;
  box-sizing: border-box;
  margin: 0 0 16px 0;
  padding: 0 16px 16px 16px;
}
.item p {
  margin-bottom: 0;
  text-align: left;
}
.col2 .item {
  width: 50%;
}
.col3 .item {
  width: 33.33%;
}
.col4 .item {
  width: 25%;
}
.clearfix {
  font-size: 0;
  width: 100%;
  line-height: 0;
  height: 0;
  display: none;
  clear: both;
  background: #E50003;
}
.col2 .clearfix {
  display: block;
}
.columns {
  padding: 0;
  margin-bottom: 32px;
  width: 100%;
  text-align: justify;
  column-gap: 64px;
  column-rule: 3px dotted #dddddd;
}
.col2 .columns {
  column-count: 2;
}
.col3 .columns {
  column-count: 3;
}
.col4 .columns {
  column-count: 4;
}
.infoBlocks h1 {
  text-align: center;
  width: 100%;
  margin-bottom: 32px;
  clear: both;
}
.infoBlocks .item {
  float: left;
  position: relative;
  padding-left: 136px;
}
.infoBlocks .item h1,
.infoBlocks .item h2 {
  margin-bottom: 32px;
  line-height: 110%;
}
.infoBlocks .item h2 {
  text-align: left;
}
.infoBlocks .predl .item h2 {
  padding-top: 10px;
}
.infoBlocks .img {
  position: absolute;
  left: 16px;
  top: 0;
  width: 120px;
  height: 120px;
  overflow: hidden;
}
@media screen and (min-width: 1010px) {
  #fixwidth .infoBlocks.col3 .img,
  #fixwidth .infoBlocks.col4 .fixwidth .img {
    position: relative;
    text-align: center;
    width: 100%;
    left: 0;
  }
  #fixwidth .infoBlocks.col3 .item,
  #fixwidth .infoBlocks.col4 .fixwidth .item {
    padding-left: 16px;
  }
  #fixwidth .infoBlocks.col3 h1,
  #fixwidth .infoBlocks.col3 h2,
  #fixwidth .infoBlocks.col4 .fixwidth h1,
  #fixwidth .infoBlocks.col4 .fixwidth h2 {
    text-align: center;
  }
  #fixwidth .infoBlocks.col3 p,
  #fixwidth .infoBlocks.col4 .fixwidth p {
    text-align: justify;
  }
}
@media screen and (min-width: 1010px) {
  #fixwidth .infoBlocks.col4 .fixwidth .item {
    width: 25%;
  }
  #fixwidth .infoBlocks.col4 .fixwidth .clearfix {
    display: none;
  }
}
@media screen and (max-width: 1584px) and (min-width: 420px) {
  .infoBlocks.col4 .item {
    width: 50%;
  }
  .clearfix {
    display: block;
  }
  .page h1 {
    font-size: 24.3px;
  }
  h1 {
    font-size: 27px;
  }
}
@media screen and (max-width: 1196px) {
  .infoBlocks.col3 .item {
    padding-left: 16px;
  }
  .infoBlocks.col3 .item h1,
  .infoBlocks.col3 .item h2,
  .infoBlocks.col3 .item p {
    text-align: center;
  }
  .infoBlocks.col3 .img {
    position: relative;
    text-align: center;
    width: 100%;
    height: 100%;
    left: 0;
  }
  .page h1 {
    font-size: 21.6px;
  }
  .page h2 {
    font-size: 27px;
  }
  h1 {
    font-size: 27px;
  }
  h2,
  h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 808px) {
  .infoBlocks.col2 .item,
  .infoBlocks.col4 .item {
    padding-left: 16px;
  }
  .infoBlocks.col2 .item h1,
  .infoBlocks.col2 .item h2,
  .infoBlocks.col2 .item p,
  .infoBlocks.col4 .item h1,
  .infoBlocks.col4 .item h2,
  .infoBlocks.col4 .item p {
    text-align: center;
  }
  .infoBlocks.col2 .img,
  .infoBlocks.col4 .img {
    position: relative;
    text-align: center;
    width: 100%;
    left: 0;
  }
  .page h1 {
    font-size: 18.9px;
  }
  .page h2 {
    font-size: 24px;
  }
  h1 {
    font-size: 24px;
  }
  h2,
  h3 {
    font-size: 16px;
  }
  .columns {
    column-gap: 32px;
    column-rule: 2px dotted #dddddd;
  }
}
@media screen and (max-width: 788px) and (min-width: 420px) {
  .infoBlocks.col3 .item {
    width: 100%;
    padding-left: 136px;
  }
  .infoBlocks.col3 .item h1,
  .infoBlocks.col3 .item h2,
  .infoBlocks.col3 .item p {
    text-align: left;
  }
  .infoBlocks.col3 .img {
    position: absolute;
    text-align: left;
    width: 120px;
    left: 16px;
  }
  .page h1 {
    font-size: 16.2px;
  }
  .page h2 {
    font-size: 21px;
  }
  h1 {
    font-size: 24px;
  }
  h2,
  h3 {
    font-size: 16px;
  }
  p,
  li {
    font-size: 14.4px;
  }
}
@media screen and (max-width: 536px) and (min-width: 420px) {
  .infoBlocks.col2 .item,
  .infoBlocks.col4 .item {
    width: 100%;
    padding-left: 136px;
  }
  .infoBlocks.col2 .item h1,
  .infoBlocks.col2 .item h2,
  .infoBlocks.col2 .item p,
  .infoBlocks.col4 .item h1,
  .infoBlocks.col4 .item h2,
  .infoBlocks.col4 .item p {
    text-align: left;
  }
  .infoBlocks.col2 .img,
  .infoBlocks.col4 .img {
    position: absolute;
    text-align: left;
    width: 120px;
    left: 16px;
  }
  .item h2 {
    font-size:  * 0.9;
  }
  .page h1 {
    font-size: 13.5px;
  }
  .page h2 {
    font-size: 18px;
  }
  h1 {
    font-size: 24px;
  }
  h2,
  h3 {
    font-size: 16px;
  }
  p,
  li {
    font-size: 14.4px;
  }
  .col2 .columns {
    column-count: 1;
  }
  .col3 .columns {
    column-count: 1;
  }
  .col4 .columns {
    column-count: 1;
  }
}
@media screen and (max-width: 420px) {
  .infoBlocks .item {
    width: 100%;
    padding-left: 16px;
  }
  .infoBlocks .item h1,
  .infoBlocks .item h2,
  .infoBlocks .item p {
    text-align: left;
  }
  .infoBlocks .img {
    position: relative;
    text-align: center;
    width: 100%;
    left: 0;
  }
  section {
    padding: 16px;
  }
  .item h2 {
    font-size:  * 0.8;
  }
  .page h1 {
    font-size: 10.8px;
  }
  .page h2 {
    font-size: 15px;
  }
  h1 {
    font-size: 21px;
  }
  h2,
  h3 {
    font-size: 14px;
  }
  p,
  li {
    font-size: 12.8px;
  }
  .col2 .columns {
    column-count: 1;
  }
  .col3 .columns {
    column-count: 1;
  }
  .col4 .columns {
    column-count: 1;
  }
}
.button-1 {
  box-shadow: 0px 1px 0px 0px #fff6af;
  background: linear-gradient(to bottom,#ffec64 5%,#ffab23 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64',endColorstr='#ffab23',GradientType=0);
  background-color: #ffec64;
  border-radius: 6px;
  border: 1px solid #ffaa22;
  display: inline-block;
  cursor: pointer;
  color: #333333;
  font-family: arial;
  font-size: 26px;
  font-weight: bold;
  padding: 14px 18px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #ffee66;
  margin-bottom: 16px;
  font-family: pt-sans-caption, arial;
}
a.button-1 {
  color: #333333;
  font-family: pt-sans-caption, arial;
}
.button-1:hover {
  background: linear-gradient(to bottom,#ffab23 5%,#ffec64 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23',endColorstr='#ffec64',GradientType=0);
  background-color: #ffab23;
}
.button-1:active {
  position: relative;
  top: 1px;
}
.button-2 {
  box-shadow: 1px 1px 3px 0px #000000;
  background: #EF4245;
  border-radius: 10px;
  padding: 20px;
  font-size: 22px;
  font-family: pt-sans-narrow, arial;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  text-align: center;
}
a.button-2 {
  color: #fff;
}
.button-2:hover {
  background: #ff4a4c;
}
.button-3 {
  box-shadow: 1px 1px 3px 0px #000000;
  background: #EF4245;
  border-radius: 10px;
  padding: 10px 20px;
  margin-bottom: 32px;
  font-size: 22px;
  font-family: pt-sans-narrow, arial;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
}
a.button-3 {
  color: #fff;
}
.button-3:hover {
  background: #ff4a4c;
}
.left {
  float: left;
  margin: 0 32px 16px 0;
  position: relative;
  text-align: center;
}
.right {
  float: right;
  margin: 0 0 16px 32px;
}
.frame-1 {
  border: solid 16px #222;
  border-radius: 10px;
  box-shadow: 0px 0px 0px 3px rgba(0,0,0,0.5), 0px 0px 0px 12px rgba(255,255,255,0.2), 0px 0px 8px 10px rgba(33,33,33,0.4);
}
@media screen and (max-width: 536px) {
  .frame-1 {
    border: none;
    border-radius: 0;
    box-shadow: none;
  }
}
.frame-2 {
  box-shadow: 0 1px 4px rgba(0,0,0,0.3), 0 0 40px rgba(0,0,0,0.1) inset;
}
.pad {
  margin-bottom: 16px;
}
.pad2 {
  margin-bottom: 32px;
}
.pad3 {
  margin-bottom: 48px;
}
.anim-enabled .anim-slide-hor .item.even {
  left: -50%;
  opacity: 0;
}
.anim-enabled .anim-slide-hor .item.odd {
  left: 150%;
  opacity: 0;
}
.anim-enabled .anim-slide-hor .item.animate {
  left: 0;
  opacity: 1;
  transition-property: left, opacity;
  transition-duration: 1.5s;
  transition-timing-function: easein;
}
.anim-enabled .anim-opacity .item {
  opacity: 0;
}
.anim-enabled .anim-opacity .item.animate {
  opacity: 1;
  transition-property: opacity;
  transition-duration: 3s;
}
.anim-enabled .anim-opacity .item img {
  transform: rotate(360deg) scale(0.2,0.2);
}
.anim-enabled .anim-opacity .item.animate img {
  transform: rotate(0deg) scale(1,1);
  transition-property: transform;
  transition-duration: 1s;
}
.circle-border {
  border-radius: 50%;
  border-width: 10px;
  border-style: solid;
}
.light .circle-border {
  border-color: #000;
}
.dark .circle-border {
  border-color: #fff;
}
.logos {
  text-align: center;
}
.logos img {
  margin: 16px 24px;
  vertical-align: middle;
  opacity: 0.8;
  transition: 0.3s;
  transform: scale(0.9,0.9);
}
.logos img:hover {
  opacity: 1;
  transform: scale(1,1) rotate(3deg);
}
.logos h2 {
  font-family: pt-sans-caption, arial;
  margin: 32px 0;
  text-transform: uppercase;
}
.clear {
  clear: both;
}
ul {
  margin: 16px 0 16px 0;
  padding: 0;
}
ul li {
  line-height: 130%;
  margin-bottom: 8px;
  list-style: none;
  padding-left: 26px;
  margin-left: 0;
}
ul li {
  background: url(../img/arrow_link.png) 0 4px no-repeat;
  overflow: visible;
}
.light ul li {
  background: url(../img/arrow_link_2.png) 0 4px no-repeat;
}
ul li ul li {
  background: url(../img/marker-orange.png) 0 6px no-repeat;
}
ol {
  counter-reset: li;
  padding: 0;
  list-style: none;
  margin-bottom: -20px;
}
ol li {
  position: relative;
  margin: 0 0 6px 2em;
  padding: 4px 8px 16px 8px;
}
ol li:before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  top: -4px;
  left: -2em;
  width: 36px;
  height: 36px;
  line-height: 36px;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  border-radius: 50%;
}
ol ul li:before {
  content: normal;
}
ol ul li {
  padding: 0 0 0 26px;
  line-height: 130%;
}
.light ol li:before {
  background: #FF8600;
}
.dark ol li:before {
  color: #000000;
  background: #FFC668;
}
.drop-shadow {
  position: relative;
  background: #fff;
  width: auto;
  height: auto;
  padding: 20px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.3), 0 0 40px rgba(0,0,0,0.1) inset;
}
.drop-shadow:before,
.drop-shadow:after {
  content: "";
  position: absolute;
  z-index: -2;
  bottom: 15px;
  left: 10px;
  width: 50%;
  height: 20%;
}
.drop-shadow:after {
  right: 10px;
  left: auto;
}
.round {
  border-radius: 4px;
}
.round:before,
.round:after {
  max-width: 300px;
  box-shadow: 0 15px 10px rgba(0,0,0,0.7);
  transform: rotate(-3deg);
}
.round:after {
  transform: rotate(3deg);
}
.curls {
  border: 1px solid #efefef;
  border-radius: 0 0 120px 120px/0 0 6px 6px;
}
.curls:before,
.curls:after {
  bottom: 12px;
  max-width: 200px;
  height: 55%;
  box-shadow: 0 8px 16px rgba(0,0,0,0.4);
  transform: skew(-8deg) rotate(-4deg);
}
.curls:after {
  transform: skew(8deg) rotate(4deg);
}
.perspective:before {
  left: 28px;
  bottom: 8px;
  max-width: 200px;
  height: 35%;
  box-shadow: -60px 5px 8px rgba(0,0,0,0.4);
  transform: skew(50deg);
}
.perspective:after {
  display: none;
}
.raised:before {
  width: auto;
  right: 10px;
  left: 10px;
  bottom: 0;
  box-shadow: 0 8px 10px rgba(0,0,0,0.5);
}
.rotated {
  transform: rotate(-3deg);
}
.rotated *:first-child:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  box-shadow: 0 1px 4px rgba(0,0,0,0.3), 0 0 40px rgba(0,0,0,0.1) inset;
}
#repost {
  height: 40px;
  width: 300px;
  position: fixed;
  z-index: 1000;
  right: 0;
  bottom: 0;
  box-sizing: border-box;
  padding-right: 20px;
}
.headframed h1,
.headframed h2,
.headframed h3 {
  display: inline-block;
  clear: both;
  padding: 16px 32px;
  border-radius: 10px;
}
.dark .headframed h1,
.dark .headframed h2,
.dark .headframed h3 {
  background: rgba(0,0,0,0.7);
}
.light .headframed h1,
.light .headframed h2,
.light .headframed h3 {
  background: rgba(255,255,255,0.7);
}
#galCover {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  min-width: 100px;
  min-height: 100px;
  overflow: auto;
  z-index: 3000;
  background: rgba(0,0,0,0.9);
  display: none;
}
#galInner {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  min-width: 100px;
  min-height: 100px;
  overflow: hidden;
  z-index: 100;
}
.buttonClose {
  width: 36px;
  height: 36px;
  position: fixed;
  right: 32px;
  top: 16px;
  cursor: pointer;
  z-index: 1000;
}
#gallery {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
#gallery ul {
  position: absolute;
  height: 100%;
  list-style: none;
  background: none;
  margin: 0;
  padding: 0;
}
#gallery ul li {
  float: left;
  text-align: center;
  background: none;
  margin: 0;
  padding: 0;
}
#gallery ul li img {
  height: 80%;
  position: relative;
  top: 10%;
  width: auto;
  border: solid 12px #fff;
}
#prev,
#next {
  position: absolute;
  top: 50%;
  height: 10%;
  margin-top: -5%;
  width: auto;
  cursor: pointer;
}
#prev {
  left: 5%;
  z-index: 100;
  display: none;
}
#next {
  right: 5%;
  z-index: 100;
}
@media screen and (max-width: 900px) {
  #gallery ul li img {
    border: solid 6px #fff;
  }
  .buttonClose {
    width: 36px;
    height: 36px;
  }
}
@media screen and (max-width: 600px) {
  #gallery ul li img {
    border: solid 3px #fff;
  }
  .buttonClose {
    width: 22px;
    height: 22px;
  }
}
@media screen and (max-width: 400px) {
  #gallery ul li img {
    border: none;
  }
  .buttonClose {
    width: 18px;
    height: 18px;
  }
}
#header {
  background: rgba(0,0,0,0.8);
  position: relative;
  padding-bottom: 17px;
  padding-left: 10px;
}
#fixedMenu {
  position: fixed;
  background: rgba(255,255,255,0.9);
  left: 0;
  top: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 0;
  height: 124px;
  box-shadow: 0 2px 15px rgba(0,0,0,0.8);
  z-index: 3000;
}
#fixedMenu img {
  margin-right: 16px;
}
#fixedMenu ul {
  margin: 0 auto;
  padding: 0;
}
#fixedMenu ul li {
  float: left;
  margin: 0;
  padding: 0;
  background: none;
  position: relative;
}
#fixedMenu ul li a {
  color: #000;
  text-decoration: none;
  display: block;
  height: 53px;
  line-height: 53px;
  font-family: pt-sans-narrow, arial;
  font-weight: bold;
  font-size: 18px;
  padding: 0 16px 0 16px;
  box-sizing: border-box;
}
#fixedMenu ul li a:hover {
  background: #ff4a4c;
}
#logotype {
  top: 9px;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 700px) {
  #fixedMenu {
    height: 80px;
  }
  #fixedMenu ul {
    height: auto;
    display: none;
  }
}
#t-phone {
  position: absolute;
  right: 16px;
  top: 0;
  color: #fff;
  font-family: pt-sans-narrow, arial;
  font-weight: bold;
  font-size: 28px;
  padding: 16px;
  text-align: center;
  overflow: hidden;
}
#t-phone div {
  margin-bottom: -5px;
}
#t-phone a {
  font-size: 14px;
  color: #fff;
  font-weight: normal;
  opacity: 0.85;
}
@media screen and (max-width: 700px) {
  #t-phone {
    position: relative;
    width: 100%;
  }
  #header {
    text-align: center;
  }
  #logotype {
    display: inline-block;
  }
}
#t-phone a:hover {
  opacity: 1;
}
#mescont,
#paymentcont,
#paramcont,
#usercont {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url(../img/bg-pix-dark.png);
  z-index: 3000;
  display: none;
  overflow: auto;
}
#mescont {
  z-index: 4000;
}
.messageWindow {
  background: #fff;
}
#mescont .messageWindow,
#paymentcont .messageWindow,
#usercont .messageWindow {
  width: 400px;
  height: auto;
  margin: 32px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -150px;
  margin-top: -250px;
  display: table;
  border-radius: 20px;
  overflow: hidden;
  box-sizing: border-box;
}
#paramcont .messageWindow {
  max-width: 900px;
  margin: 32px auto;
  border-radius: 20px;
  box-sizing: border-box;
  overflow: hidden;
}
.messageWindow .messageCaption {
  width: 100%;
  padding: 0;
  background: #394a59;
}
.messageWindow .messageCaption h2 {
  font-size: 30px;
  text-align: center;
  padding: 10px;
  color: #fff;
  margin-bottom: 0;
}
.messageOuter {
  width: 100%;
  height: 100px;
  display: table;
}
.message {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  box-sizing: border-box;
  padding: 16px;
}
.closeBtn {
  width: 100%;
  text-align: center;
}
#message h1 {
  font-size: 22px;
}
label {
  text-align: left;
  width: 100%;
  display: block;
}
label b {
  color: #DF0003;
  margin-left: 10px;
  font-size: 18px;
  font-weight: normal;
}
#paymentForm fieldset,
#userForm fieldset {
  border: none;
  box-sizing: border-box;
  margin-bottom: 16px;
}
#paymentForm fieldset input,
#userForm fieldset input {
  border: solid 3px #EBD99D;
  font-size: 24px;
  padding: 3px 5px;
  background: #fff;
  border-radius: 5px;
  width: 100%;
  box-sizing: border-box;
}
.yashare-auto-init {
  float: right;
}
.logo {
  width: 340px;
  height: 60px;
  background: url(../img/logo.png) no-repeat;
  position: absolute;
  left: 32px;
  top: 32px;
  z-index: 1000;
}
.fullwidth {
  width: 100%;
  height: auto;
}
.whitebox {
  width: 230px;
  height: 80px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
}
.whitecover {
  width: 181px;
  height: 17px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
}
.inputBox {
  max-width: 700px;
  margin: 0 auto 32px auto;
  position: relative;
  text-align: left;
}
.inputBox .leftBox {
  width: 60%;
  box-sizing: border-box;
  padding-right: 16px;
  float: left;
  text-align: right;
}
.inputBox .leftBox h2 {
  font-size: 30px;
  line-height: 140%;
  color: #fff;
  font-weight: normal;
  text-align: right;
  margin-bottom: 16px;
}
.inputBox .leftBox .timer {
  display: inline-block;
}
.inputBox .leftBox .timer h2 {
  font-size: 20px;
  text-align: center;
  color: #fff;
  margin-bottom: 16px;
  background: rgba(0,0,0,0.5);
  border-radius: 4px;
}
.inputBox label {
  color: #000;
  font-family: pt-sans-caption, arial;
  font-weight: bold;
  font-size: 18px;
  padding-bottom: 3px;
}
.inputBox form {
  margin-left: 60%;
  padding: 24px;
  box-sizing: border-box;
  background-color: rgba(255,255,255,0.7);
  border-radius: 10px;
}
.inputBox input[type='text'] {
  width: 100%;
  font-size: 18px;
  padding: 4px 10px;
  box-sizing: border-box;
  border: solid 2px rgba(0,0,0,0.5);
  border-radius: 3px;
  margin-bottom: 10px;
  background: rgba(248,253,195,0.5);
}
.inputBox input[type='button'] {
  border: none;
  cursor: pointer;
}
@media screen and (max-width: 900px) {
  .inputBox .leftBox {
    float: none;
    width: 100%;
    text-align: center;
  }
  .inputBox .leftBox h2 {
    text-align: center;
  }
  .inputBox form {
    margin-left: 0;
  }
  .inputBox .timer {
    display: inline-block;
  }
}
#projectForm {
  padding: 0 32px 32px 32px;
  text-align: left;
}
#projectForm h3 {
  font-size: 18px;
  font-family: pt-sans-caption, arial;
  margin: 0 0 5px 0;
}
#projectForm h3 b {
  color: #DF0003;
  margin-left: 10px;
  font-size: 18px;
  font-weight: normal;
}
#projectForm input[type='text'] {
  font-size: 16px;
  padding: 3px 2px;
  border: solid 3px #dadada;
  border-radius: 3px;
}
#projectForm label {
  line-height: 24px;
  cursor: pointer;
}
#projectForm label input {
  margin: 0 10px 0 0;
  position: relative;
  top: -1px;
}
#projectForm fieldset {
  background: #f0f0f0;
  margin: 5px 0;
  border-radius: 10px;
  padding: 16px;
}
@media screen and (max-width: 1200px) {
  #logoContainer {
    display: none;
  }
}
.footer {
  line-height: 150%;
  font-family: arial;
}
.footer img {
  margin-bottom: 16px;
}
.footer h2 {
  font-size: 16px;
  padding: 0;
  margin: 0;
}
.arrow-1 {
  width: 98px;
  height: 90px;
  background: url(../img/arr-pointer-left.png);
  position: absolute;
  right: -78px;
  bottom: 10px;
}
.escritor {
  width: 550px;
  float: left;
  margin-right: -20px;
}
.caption {
  z-index: 10;
  margin-left: 450px;
}
.escritor2 {
  width: 80%;
  display: none;
  margin-top: 40px;
}
@media screen and (max-width: 940px) {
  .caption {
    margin-left: 0;
  }
  .escritor2 {
    display: inline-block;
  }
  .escritor {
    display: none;
  }
}
.ripol {
  text-align: center;
}
.logotype {
  float: right;
  right: 0;
  z-index: 10;
}
.caption2 {
  float: left;
  width: 60%;
  right: 0;
  z-index: 10;
}
.expert {
  width: 40%;
  float: right;
  padding-right: 0;
}
.trigger {
  float: left;
  left: 0;
  z-index: 10;
}
#form1 {
  padding: 24px;
  box-sizing: border-box;
  background-color: rgba(255,255,255,0.7);
  border-radius: 10px;
  display: inline-block;
  max-width: 300px;
  height: 370px;
  margin-top: -20px;
}
#form1 label {
  color: #000;
  font-family: pt-sans-caption, arial;
  font-weight: bold;
  font-size: 14px;
  padding-bottom: 3px;
}
#form1 input[type='text'] {
  width: 100%;
  font-size: 16px;
  padding: 4px 8px;
  box-sizing: border-box;
  border: solid 2px rgba(0,0,0,0.5);
  border-radius: 3px;
  margin-bottom: 8px;
  background: rgba(255,255,255,0.5);
}
.smallfont p {
  font-size: 12px;
}
#form1 {
  opacity: 0;
}
