@font-face {
  font-family: 'Meta Caps';
  src: url('../fonts/MetaBold-Caps.eot');
  src: url('../fonts/MetaBold-Caps.eot?#iefix') format('embedded-opentype'), url('../fonts/MetaBold-Caps.woff') format('woff'), url('../fonts/MetaBold-Caps.ttf') format('truetype'), url('../fonts/MetaBold-Caps.svg#MetaBold-Caps') format('svg');
  font-weight: normal;
  font-style: normal;
}
* {
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  text-decoration: none;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
}
html,
body {
  height: 100%;
}
body {
  color: white;
  background: #010203;
  font-family: 'Meta Caps', Helvetica, Arial, sans-serif;
  position: relative;
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 768px) {
  body {
    font-size: 18px;
    line-height: 23px;
  }
}
body.ru {
  font-weight: 600;
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
}
img.fullwidth {
  display: block;
  width: 100%;
}
img.maxwidth {
  display: block;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.container {
  position: relative;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
nobr {
  white-space: nowrap;
}
.red {
  color: #b01d23;
}
.site-wrapper {
  position: relative;
  height: 100%;
  min-height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  background: url('../img/background.jpg') no-repeat center bottom;
  background-size: cover;
}
@media (min-width: 768px) {
  .site-wrapper {
    min-height: 570px;
  }
}
@media (min-width: 992px) {
  .site-wrapper {
    min-height: 590px;
  }
}
.site-wrapper .content-block {
  position: relative;
  z-index: 5;
  text-align: center;
  display: flex;
  flex: 1;
  align-items: center;
  overflow: hidden;
}
.site-wrapper .share-block {
  position: relative;
  text-align: center;
  text-transform: uppercase;
  padding: 20px 0;
}
@media (min-width: 768px) {
  .site-wrapper .share-block {
    text-align: right;
  }
}
@media (min-width: 992px) {
  .site-wrapper .share-block {
    padding-right: 9%;
  }
}
.site-wrapper .share-block::before,
.site-wrapper .share-block::after {
  display: none;
  content: "";
  position: absolute;
  z-index: 3;
  background-size: cover;
}
@media (min-width: 992px) {
  .site-wrapper .share-block::before,
  .site-wrapper .share-block::after {
    display: block;
  }
}
.site-wrapper .share-block::before {
  width: 129px;
  height: 161px;
  bottom: 0px;
  left: 0;
  background: url('../img/gnome1.png') no-repeat center top;
}
.site-wrapper .share-block::after {
  width: 83px;
  height: 161px;
  bottom: 0px;
  right: 0;
  background: url('../img/gnome2.png') no-repeat center top;
}
.site-wrapper .share-block .arrow {
  display: inline-block;
  width: 30px;
  height: 15px;
  background: url('../img/arrow.png') no-repeat left center;
}
.site-wrapper .share-block a.alecoq-link {
  position: relative;
  display: block;
  margin: 0 auto;
  z-index: 3;
  width: 127px;
  height: 50px;
  bottom: auto;
  left: auto;
}
@media (min-width: 768px) {
  .site-wrapper .share-block a.alecoq-link {
    position: absolute;
    bottom: 10px;
    left: 0;
  }
}
@media (min-width: 992px) {
  .site-wrapper .share-block a.alecoq-link {
    left: 8%;
  }
}
.site-wrapper .share-block a.round-link {
  display: inline-block;
  width: 40px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  color: #b01d23;
  font-size: 22px;
}
.site-wrapper .share-block a.round-link:hover {
  background: url('../img/mark.png') no-repeat center center;
}
#video-block {
  background: #efe6e1;
  padding: 10px;
  position: relative;
}
#video-block .hat {
  background: url('../img/hat.png') no-repeat center top;
  background-size: cover;
  position: absolute;
  z-index: 3;
  width: 73px;
  height: 59px;
  top: -20px;
  right: -33px;
}
.header {
  font-size: 24px;
  line-height: 1.3em;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .header {
    font-size: 38px;
    margin-bottom: 10px;
  }
}
.modal {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.modal .modal-content {
  background: #f1eae6;
  padding: 20px 0;
  border: none;
}
.modal .modal-content::before,
.modal .modal-content::after {
  display: none;
  content: "";
  width: 90px;
  height: 92px;
  position: absolute;
  z-index: 2;
  background: url('../img/patch.png') no-repeat center center;
  background-size: cover;
}
@media (min-width: 992px) {
  .modal .modal-content::before,
  .modal .modal-content::after {
    display: block;
  }
}
.modal .modal-content::before {
  bottom: -25px;
  left: -25px;
}
.modal .modal-content::after {
  top: -25px;
  right: -25px;
}
.modal .modal-content .subheader {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
}
.modal .close {
  display: block;
  width: 40px;
  height: 37px;
  line-height: 37px;
  font-size: 37px;
  text-align: center;
  color: #b01d23;
  opacity: 1 !important;
  position: absolute;
  top: -15px;
  right: 5px;
  z-index: 5;
}
@media (min-width: 992px) {
  .modal .close {
    top: 10px;
    right: 20px;
  }
}
.modal .close:hover {
  background: url('../img/mark.png') no-repeat center center;
}
.modal .button_submit {
  display: block;
  color: white;
  background-color: #b01d23;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 18px;
  font-size: 22px;
  margin: 30px 0 0;
  width: 100%;
  padding: 10px 5px;
  cursor: pointer;
  border: none;
  text-decoration: none !important;
}
@media (min-width: 768px) {
  .modal .button_submit {
    padding: 15px 20px 13px;
    margin-top: 50px;
  }
}
#form-modal .modal-content {
  background: #f1eae6 url('../img/gnome4.png') no-repeat center bottom;
  background-size: 100% auto;
  padding-bottom: 12%;
}
#form-modal input.regular_input {
  display: block;
  background-color: white;
  color: #4b2d2b;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 18px;
  line-height: 22px;
  padding: 10px;
  margin: 30px 0 0;
  width: 100%;
  border: 1px solid #d1c5c1;
}
@media (min-width: 768px) {
  #form-modal input.regular_input {
    padding: 13px 18px;
  }
}
#form-modal input.regular_input.error {
  background-color: #f8d4d6;
}
#mailform > .row {
  margin-left: 0;
  margin-right: 0;
}
#thanks-modal {
  text-align: center;
}
#thanks-modal .button_submit {
  display: inline-block;
  width: auto;
}
#thanks-modal img.maxwidth {
  margin-top: 50px;
}
::-webkit-input-placeholder {
  color: #a86b67;
}
::-moz-placeholder {
  color: #a86b67;
}
/* Firefox 19+ */

:-moz-placeholder {
  color: #a86b67;
}
/* Firefox 18- */

:-ms-input-placeholder {
  color: #a86b67;
}
