@import url("../bootstrap/css/bootstrap.min.css") all;
.fb-like {
  display: block;
  clear: both;
  margin: 100px auto 0;
  text-align: center; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

BODY {
  text-rendering: optimizeLegibility;
  text-rendering: geometricPrecision;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-smoothing: antialiased;
  font-family: Arial, sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.6;
  color: #000000;
  background: #FFFFFF;
  position: relative; }

p {
  margin: 0 0 10px 0;
  padding: 0 0 0 0; }

a:link, a:visited {
  text-decoration: none;
  color: #0050A0; }

a:hover {
  text-decoration: underline;
  color: #0050A0; }

.wrapper {
  max-width: 1000px;
  margin: 0px auto;
  /*    background-color: #000;*/
  height: auto;
  overflow: hidden; }

.site-block {
  display: block;
  overflow: hidden;
  width: auto;
  height: auto;
  margin: 0px;
  padding: 20px;
  /*border: $block-border;*/ }

.site-header {
  border: none;
  border-bottom: none;
  padding: 20px 0 0 0; }

@media screen and (max-width: 768px) {
  .site-header {
    padding: 0 10px; } }
.logo-viega {
  display: block;
  width: 103px;
  height: 89px;
  line-height: 0;
  float: right;
  clear: left; }

.logo-viega img {
  width: 100%;
  height: auto; }

.heading-h1 {
  font-size: 54px;
  line-height: 1;
  display: block;
  background: url(../../static/images/arrow-yellow.png) no-repeat;
  background-position: left top;
  background-size: 50px auto;
  min-height: 62px;
  padding-left: 70px; }

@media screen and (max-width: 768px) {
  .heading-h1 {
    font-size: 28px;
    line-height: 1.1;
    display: block;
    background: none;
    background-position: left top;
    background-size: 50px auto;
    padding-left: 10px; } }
.heading-2 {
  font-size: 20px;
  line-height: 1.2;
  display: block;
  margin: 0 0 8px 0;
  padding: 0 0 0 0; }

#main {
  background: #E8E8E8;
  display: block;
  overflow: hidden;
  margin: 0px; }

.col-left, .col-right {
  display: block;
  float: left;
  clear: none; }

.col-left {
  width: 59%;
  /* border-right: 1px solid #ccc; */ }

.col-right {
  width: 40%;
  background: #F5F5F5;
  float: right; }

@media screen and (max-width: 768px) {
  .col-left, .col-right {
    display: block;
    float: none;
    clear: both;
    width: 100%; } }
.block-programm, .block-form {
  display: block;
  height: auto;
  overflow: hidden; }

.block-programm {
  display: block;
  width: auto;
  padding: 20px; }

.block-programm:last-child {
  border-bottom: none; }

.block-form {
  padding: 20px; }

.screen {
  display: inline-block;
  width: auto;
  height: auto;
  overflow: hidden;
  padding: 10px;
  background: #F5F5F5;
  line-height: 0; }

.screen img {
  width: 100%;
  height: auto;
  border: none; }

.block-form label {
  display: block;
  clear: both;
  margin: 5px 0 0px; }

.block-form input {
  width: 100%;
  background-color: #FFFFFF;
  border: none;
  border: 1px solid #cccccc;
  border-radius: 3px; }

.block-form input[type="radio"],
input[type="checkbox"] {
  display: inline-block;
  width: 28px; }

label.warning {
  color: #E41B02;
  font-size: 14px;
  line-height: 1.2; }

.btn, a.btn {
  outline: none;
  cursor: pointer;
  background-color: #FFF101;
  border: none;
  font-weight: bold;
  text-decoration: none;
  color: #000000; }

.block-form input.form-send {
  background: #FFF101 !important;
  width: auto !important;
  display: inline-block;
  padding: 10px 20px;
  font-size: 20px;
  text-transform: uppercase;
  border: none; }

.btn-more {
  display: inline-block;
  background-color: #FFF101;
  background: #FFF101 url(../../static/images/arrow-btn.png) no-repeat;
  background-position: -1px 50%;
  padding-left: 47px;
  padding-right: 10px;
  background-size: 42px;
  height: 35px;
  line-height: 35px;
  font-weight: bold;
  font-size: 16px; }

a.btn-more:hover {
  text-decoration: none; }

#program-1, #program-2, #program-3 {
  display: none; }

.sample {
  display: none; }

/*.popup-window {
position: absolute;
top: 0px;
left: 0px;
width: 100%;

height: auto;
z-index: 999;
background: #ffffff;
overflow: hidden;

}*/
#content-overflow {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999; }

.popup-window {
  position: fixed;
  top: 0;
  left: 50%;
  margin: 20px -500px;
  max-width: 1000px;
  max-height: 650px;
  z-index: 999;
  background: #ffffff;
  overflow: scroll;
  box-shadow: 0px 2px 10px 3px rgba(0, 0, 0, 0.37); }

.popup-window .top-bar {
  display: block;
  width: 100%;
  max-width: 1000px;
  height: auto;
  background-color: #FFF101;
  overflow: hidden;
  padding: 0px 20px;
  position: fixed;
  z-index: 999;
  top: 20px; }

@media screen and (max-width: 1000px) {
  .popup-window {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: auto;
    z-index: 999;
    background: #ffffff;
    overflow: hidden;
    margin: inherit;
    max-height: inherit; }

  .popup-window .top-bar {
    top: 0px; } }
.close {
  display: block;
  width: 53px;
  height: 53px;
  background: url(../../static/images/icon-close.png) no-repeat;
  background-size: 30px auto;
  background-position: 50% 50%;
  position: absolute;
  right: 20px;
  top: 12px;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.39); }

.popup-window section {
  display: block;
  margin: 110px auto;
  max-width: 1000px;
  padding: 0 40px; }

.screenshots {
  display: block;
  clear: both;
  margin: 50px auto;
  width: 100%; }

.screenshots .screen-img {
  width: 100%;
  height: auto;
  display: block;
  clear: both;
  border: none;
  /* float: left; */
  /* clear: none; */
  /* margin-right: 10px; */
  margin-bottom: 10px;
  border: 5px solid #f5f5f5; }

.variable.slider .screen-img {
  width: auto;
  height: 250px;
  display: block;
  clear: both;
  border: none;
  /* float: left; */
  /* clear: none; */
  /* margin-right: 10px; */
  margin-bottom: 0px;
  border: 1px solid #f5f5f5; }

label.form-small {
  font-size: 13px; }

ul {
  margin: 0 0 25px 0; }

.close-btn {
  padding: 8px 16px;
  margin-top: 30px;
  margin-bottom: 30px;
  display: inline-block; }

.close-btn:hover {
  text-decoration: none; }

h1.heading-h1.h1-mail {
  font-size: 37px; }

.container {
  width: 100%; }

/*# sourceMappingURL=style.css.map */
