* {
  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: #fbf6e4;
  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;
}
@media (max-width: 768px) {
  .container {
    width: 100%;
  }
}
nobr {
  white-space: nowrap;
}
.red {
  color: #de1f27;
}
.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: #de1f27 url('../img/background.jpg') no-repeat center bottom;
  background-size: contain;
}
@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;
}
.site-wrapper .share-block {
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  padding: 20px 0;
  text-shadow: 0 0 3px #470000;
}
@media (min-width: 768px) {
  .site-wrapper .share-block {
    text-align: right;
  }
}
.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: #fbf6e4;
  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;
  text-shadow: 0 0 3px #470000;
}
.site-wrapper .share-block a.round-link:hover {
  color: #fbf6e4;
  -webkit-box-shadow: 0 0 20px 3px #ffcb3c;
  -moz-box-shadow: 0 0 20px 3px #ffcb3c;
  box-shadow: 0 0 20px 3px #ffcb3c;
  text-shadow: 0 0 6px #470000;
}
.alecoq-link {
  display: block;
  margin: 20px auto 30px;
  width: 207px;
  max-width: 50%;
}
#video-block {
  position: relative;
  padding: 0;
  overflow: hidden;
  border: 4px solid #fbf6e4;
}
.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;
  text-shadow: none;
  color: #de1f27;
  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: #fbf6e4;
  background-color: #de1f27;
  -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;
}
@media (min-width: 768px) {
  .modal .button_submit {
    padding: 12px 20px;
    margin-top: 50px;
  }
}
.modal .button_submit:hover {
  -webkit-box-shadow: 0 0 20px 3px #ffcb3c;
  -moz-box-shadow: 0 0 20px 3px #ffcb3c;
  box-shadow: 0 0 20px 3px #ffcb3c;
}
#form-modal input.regular_input {
  display: block;
  background-color: #fbf6e4;
  color: #de1f27;
  -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 #de1f27;
}
@media (min-width: 768px) {
  #form-modal input.regular_input {
    padding: 13px 18px;
  }
}
#form-modal input.regular_input.error {
  background-color: #fffdfd;
}
#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: #4d4d4d;
}
::-moz-placeholder {
  color: #4d4d4d;
}
/* Firefox 19+ */
:-moz-placeholder {
  color: #4d4d4d;
}
/* Firefox 18- */
:-ms-input-placeholder {
  color: #4d4d4d;
}
