@font-face {
  font-family: 'Just tell me what';
  src: url('../fonts/Justtellmewhat.eot');
  src: url('../fonts/Justtellmewhat.eot?#iefix') format('embedded-opentype'), url('../fonts/Justtellmewhat.woff') format('woff'), url('../fonts/Justtellmewhat.ttf') format('truetype'), url('../fonts/Justtellmewhat.svg#Justtellmewhat') 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: 'Roboto', 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: #ae3338;
}
.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/snow.svg'), url('../img/background.png'), -moz-linear-gradient(top, #d1464c 20%, #a8151e 80%);
  background-image: url('../img/snow.svg'), url('../img/background.png'), -webkit-linear-gradient(top, #d1464c 20%, #a8151e 80%);
  background-image: url('../img/snow.svg'), url('../img/background.png'), linear-gradient(to bottom, #d1464c 20%, #a8151e 80%);
  background-size: 100% auto, 100% auto, 100% 100%;
}
@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;
}
@media (min-width: 768px) {
  
}
@media (min-width: 992px) {
  
}
.site-wrapper .share-block {
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  padding: 20px 0;
}
@media (min-width: 768px) {
  .site-wrapper .share-block {
    text-align: right;
  }
}
@media (min-width: 992px) {
  
}
@media (min-width: 1200px) {
  
}
.site-wrapper .share-block a.round-link {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: url('../img/pattern.png') repeat center bottom;
  color: white;
  text-shadow: 1px 0 1px #470000, -1px 0 1px #470000, 0 1px 1px #470000, 0 -1px 1px #470000;
  font-size: 20px;
  -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 {
  color: white;
  -webkit-box-shadow: 0 0 20px 0 #d1464c;
  -moz-box-shadow: 0 0 20px 0 #d1464c;
  box-shadow: 0 0 20px 0 #d1464c;
}
.header {
  font-size: 18px;
  line-height: 1.3em;
  color: white;
  font-family: 'Just tell me what';
}
@media (min-width: 768px) {
  .header {
    font-size: 32px;
    margin: 20px auto 30px;
  }
}
@media (min-width: 992px) {
  .header {
    font-size: 38px;
  }
}
.en .header {
  font-size: 16px;
}
@media (min-width: 992px) {
  .en .header {
    font-size: 30px;
  }
}
.ru .header {
  font-family: 'Neucha', cursive;
  letter-spacing: 4px;
}
a.alecoq-link {
  position: relative;
  display: block;
  margin: 20px auto 30px;
  width: 105px;
}
#video-block {
  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;
  padding: 0;
  overflow: hidden;
}
.modal {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.modal .modal-content {
  background: url('../img/pattern.png') repeat center bottom;
  padding: 20px 0;
  border: none;
}
.modal .modal-content .subheader {
  text-align: center;
  font-size: 24px;
  line-height: 28px;
  font-family: 'Roboto', 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: white;
  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: #ae3338;
  -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: 16px;
  margin: 30px 0 0;
  width: 100%;
  padding: 10px 5px;
  cursor: pointer;
  border: none;
  text-decoration: none !important;
  font-family: 'Roboto', 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: #ae3338;
  -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 rgba(71, 0, 0, 0.5);
}
@media (min-width: 768px) {
  #form-modal input.regular_input {
    padding: 13px 18px;
  }
}
#form-modal input.regular_input.error {
  background-color: #f8e8e8;
}
#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: #4c4c4c;
}
::-moz-placeholder {
  color: #4c4c4c;
}
/* Firefox 19+ */

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

:-ms-input-placeholder {
  color: #4c4c4c;
}
