.text {
    width: 100%;
    line-height: 150%;
    text-align: justify;
    padding: 30px 0;
}
.text ol,.text p,.text ul {
    margin: 10px 0
}

.text ol,.text ul {
    padding: 0 0 0 15px
}

.text ol li {
    background: 0;
    list-style: decimal;
    padding: 0
}

.text li {
    /*background: url(../images/li.png) no-repeat 0 10px;*/
    padding: 0 0 0 10px;
    margin: 5px 0;
}
.text ul li:before {
    content:"\2756";
    padding: 0 15px 0 0;
    color: #e2193b;
}
.text strong{
    color: #788394;
}
/*.text img {
    margin: 0 45px 25px;
    border: #f2f3f3 solid 5px
}*/
.text a{
	color: #788394;
}
.text a:hover{
	color: #e2193b;
    }

.text h1,.text h2, .text h3, .text h4 {
    color: #e2193b;
    font-family: 'Barlow Condensed', sans-serif;
	font-weight:normal;
    padding: 0 0 35px;
	text-transform:uppercase;
    text-align: center;
    line-height: 120%
}
.text h1 {
    font-size: 380%;
    padding: 15px 0 30px;
    line-height: 120%
}
.text h2 {
    font-size: 280%;
    color: #788394;
    padding: 15px 0 30px;
    line-height: 120%
}
.text h3 {
	color:#788394;
    font-size: 180%;
    padding: 15px 0 20px;
    line-height: 120%;
	text-align:left;
}
.text h4 {
	color:#788394;
    font-size: 130%;
    padding: 15px 0 20px;
    line-height: 120%;
}
.formular{
    width: 50%;
    margin: auto;
    padding: 20px 0 50px 0;
	text-align:left !important;
}
.formular label {
    color: rgb(190, 190, 190);
    text-transform: uppercase;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 150%;
   }
  .formular input, .formular textarea {
    font-family: 'Open Sans', serif;
    font-size: 90%;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 15px;
    margin: 0 0 30px 0;
    width: 100%;
  }
  .formular input.odeslat{
    background: #e2193b;
    color: #fff;
    display: inline-block;
    padding: 15px 30px;
    font-family: 'Barlow Condensed', sans-serif;
    width: auto;
    margin: auto;
    text-transform: uppercase;
    font-size: 150%;
    cursor: pointer;
  }
  .formular input.odeslatsedy{
    background: #bbb;
    color: #666;
    display: inline-block;
    padding: 15px 30px;
    font-family: 'Barlow Condensed', sans-serif;
    width: auto;
    margin: auto;
    text-transform: uppercase;
    font-size: 150%;
    cursor: pointer;
  }

  .formular input.odeslat:hover{
    background: #000;
  }

  .placeholder{
    color: #b8b9bc;
  }
.formular .checkbox{
	width:40px;
	}

@media only screen and (max-width:768px) {
    .text h1 {
        text-align: center
    }

    .text,.text table {
        width: 100%
    }

    .text {
        float: none
    }
}

@media only screen and (max-width:480px) {
    .text h1 {
        font-size: 250%;
		padding: 10px 0
    }

    .text h2 {
        font-size: 150%;
        padding: 20px 0
    }
	.text h3 {
        font-size: 130%;
        padding: 20px 0;
		text-align:center;
    }

    .text,.text table {
        width: 100%
    }

    .text{
		text-align:left;
    }
}