@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: #c02304;
}
.animation {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.site-wrapper {
  position: relative;
  height: 100%;
  min-height: 410px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  background: repeat-x center bottom;
  background-image: url('../img/background.png'), url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIyMCUiIHN0b3AtY29sb3I9IiM5NTFjMDciIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI4MCUiIHN0b3AtY29sb3I9IiNkZjY3MzgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background-image: url('../img/background.png'), -moz-linear-gradient(top, #951c07 20%, #df6738 80%);
  background-image: url('../img/background.png'), -webkit-linear-gradient(top, #951c07 20%, #df6738 80%);
  background-image: url('../img/background.png'), linear-gradient(to bottom, #951c07 20%, #df6738 80%);
}
@media (min-width: 768px) {
  .site-wrapper {
    min-height: 600px;
  }
}
@media (min-width: 992px) {
  .site-wrapper {
    min-height: 650px;
  }
}
.site-wrapper .content-block {
  position: relative;
  z-index: 5;
  text-align: center;
  display: flex;
  flex: 1;
  align-items: center;
  overflow: hidden;
  padding-bottom: 160px;
}
@media (min-width: 768px) {
  .site-wrapper .content-block {
    padding-bottom: 140px;
  }
}
@media (min-width: 992px) {
  .site-wrapper .content-block {
    padding-bottom: 140px;
  }
}
.site-wrapper .footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 6;
}
.site-wrapper .share-block {
  position: relative;
  text-align: center;
  text-transform: uppercase;
  padding: 0 0 7px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .site-wrapper .share-block {
    text-align: right;
  }
}
@media (min-width: 992px) {
  .site-wrapper .share-block {
    margin-bottom: 40px;
    padding-right: 8%;
  }
}
@media (min-width: 1200px) {
  .site-wrapper .share-block {
    padding-right: 17%;
  }
}
.site-wrapper .share-block::before,
.site-wrapper .share-block::after {
  display: none;
  content: "";
  position: absolute;
  z-index: 3;
  background-size: cover;
}
@media (min-width: 1200px) {
  .site-wrapper .share-block::before,
  .site-wrapper .share-block::after {
    display: block;
  }
}
.site-wrapper .share-block::before {
  width: 82px;
  height: 75px;
  bottom: 0px;
  left: 0;
  background: url('../img/ball1.png') no-repeat center top;
}
@media (min-width: 1200px) {
  .site-wrapper .share-block::before {
    left: 8%;
  }
}
.site-wrapper .share-block::after {
  width: 80px;
  height: 79px;
  bottom: 0px;
  right: 0;
  background: url('../img/ball2.png') no-repeat center top;
}
@media (min-width: 1200px) {
  .site-wrapper .share-block::after {
    right: 8%;
  }
}
.site-wrapper .share-block a.alecoq-link {
  position: relative;
  display: block;
  margin: 0 auto 20px;
  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;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .site-wrapper .share-block a.alecoq-link {
    left: 8%;
  }
}
@media (min-width: 1200px) {
  .site-wrapper .share-block a.alecoq-link {
    left: 17%;
  }
}
.site-wrapper .share-block a.round-link {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #c02304;
  color: #ffcc42;
  font-size: 22px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 0 3px;
}
.site-wrapper .share-block a.round-link:hover {
  background: #951c07;
  color: white;
}
#video-block {
  background: white;
  padding: 10px;
  position: relative;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.header {
  font-size: 18px;
  line-height: 1.3em;
  text-transform: uppercase;
  color: #ffcc42;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
@media (min-width: 768px) {
  .header {
    font-size: 32px;
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) {
  .header {
    font-size: 38px;
  }
}
.en .header {
  font-size: 16px;
}
@media (min-width: 992px) {
  .en .header {
    font-size: 30px;
  }
}
.modal {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.modal .modal-content {
  background: #f6edee;
  padding: 20px 0;
  border: none;
}
.modal .modal-content .subheader {
  text-align: center;
  text-transform: uppercase;
  font-size: 26px;
  line-height: 38px;
  font-family: 'Meta Caps', Helvetica, Arial, sans-serif;
}
.ru .modal .modal-content .subheader {
  font-weight: 600;
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
}
.modal .close {
  display: block;
  width: 40px;
  height: 37px;
  line-height: 37px;
  font-size: 37px;
  text-align: center;
  color: #c02304;
  opacity: 1 !important;
  position: absolute;
  top: -20px;
  right: 0px;
  z-index: 5;
}
@media (min-width: 992px) {
  .modal .close {
    top: -15px;
    right: 5px;
  }
}
.modal .button_submit {
  display: block;
  color: white;
  background-color: #c02304;
  -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: 22px;
  margin: 30px 0 0;
  width: 100%;
  padding: 10px 5px;
  cursor: pointer;
  border: none;
  text-decoration: none !important;
  font-family: 'Meta Caps', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
.ru .modal .button_submit {
  font-weight: 600;
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
}
@media (min-width: 768px) {
  .modal .button_submit {
    padding: 12px 20px;
    margin-top: 50px;
  }
}
#form-modal input.regular_input {
  display: block;
  background-color: white;
  color: #c02304;
  -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: #fecfc5;
}
#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: #fc7b61;
}
::-moz-placeholder {
  color: #fc7b61;
}
/* Firefox 19+ */

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

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