:focus::-webkit-input-placeholder { color:transparent; }
:focus::-moz-placeholder { color:transparent; }
:focus::placeholder { color:transparent; }

/** ----1 forma---- **/


#popupform
{
    display: none;
}

#popupform .error {
    color: #c00000;
}

#popupform img {
	display: inline-block;
    margin: 0 auto;
    max-width: 250px;
    width: 100%;
}

.order_text {
    color: #375a64;
    display: block;
    font-size: 20px;
    line-height: 100%;
    margin: 10px auto 5px;
}

i.material-icons {
    color: #00b147;
    font-size: 24px;
}

#popupform h2 {
    color: #353535;
    font-family: "RobotoBold";
    font-size:26px;
    margin-bottom: 20px;
}

#popupform .comment {
    color: #717171;
    font-family: "RobotoRegular";
    margin-bottom: 20px;
    font-size:14px;
}

#popupform label {
    display: block;
    padding: 16px 0 4px;
}

#popupform .input_text, .input_text2 {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-radius: 0;
    border-style: none none solid;
    border-width: medium medium 2px;
    box-shadow: none;
    display: block;
    font-family: LatoWeb,sans-serif;
    font-size: 18px;
    height: 34px;
    line-height: 1.42857;
    margin-right: 0;
    outline: 0 none transparent;
    padding: 0 0 0 20px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
	border-bottom-color: #00b147;
	color: #5f5f5f;
    font-weight: 600;
	margin-bottom: 10px;
}

#popupform i {
	font-size: 23px;
    left: -3px;
    padding-top: 3px;
    position: absolute;
}

a.callback_land.rigger_callback_1 {
	background: #00b147 none repeat scroll 0 0;
    border-radius: 10px;
    box-shadow: 1px 5.2px 20px 0 #626262;
    font-size: 100%;
    font-weight: 200;
    padding: 10px 40px;
    word-spacing: 10px;
	color: #fff;
}
a.callback_land.rigger_callback {
    background: #00b147 none repeat scroll 0 0;
    border-radius: 10px;
    box-shadow: 1px 5.2px 20px 0 #626262;
    font-size: 100%;
    font-weight: 200;
    padding: 10px 40px;
    word-spacing: 10px;
	color: #fff;
}
/*#popupform .input_text:focus {
    border-color:#449b2f;
}

#popupform .input_text2:focus {
    border-color:#449b2f;
}*/

#popupform .button {
    background: #00b147 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 10px;
    box-shadow: 0 4px 13px -6px #070707;
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: 200;
    line-height: 120%;
    margin: 15px auto 0;
    outline: 0 none;
    padding: 8px 30px 5px;
    text-transform: uppercase;
    transition: all 0.3s ease-in 0s;
    width: auto;
	font-family: LatoWeb,sans-serif;
	cursor: pointer;
}

#popupform .button_green:hover {
    background-color: #117e26;

}

/** ----2 forma----- **/

#popupform2
{
    display: none;
}

#popupform2 .error {
    color: #c00000;
}
#popupform2 h2 {
    color: #353535;
    font-family: "RobotoBold";
    font-size:26px;
    margin-bottom: 20px;
}
#popupform2 .comment {
    color: #717171;
    font-family: "RobotoRegular";
    margin-bottom: 20px;
    font-size:14px;
}
#popupform2 label {
    display: block;
    padding: 16px 0 4px;
}

#popupform2 .input_text {
    background-color: #fff;
    border: 1px solid #c0c0c0;
    border-radius: 3px;
    color: #555;
    display: block;
    font-size: 16px;
    height: 28px;
    margin: 35px 6px 0 0;
    padding: 1% 1% 1% 9%;
    letter-spacing: 1px;
    width: 88%;
    background-image:url(../images/user.png);
    background-repeat: no-repeat;
    background-position: left center;
}

#popupform2 .input_text2 {
    background-color: #fff;
    border: 1px solid #c0c0c0;
    border-radius: 3px;
    color: #555;
    display: block;
    font-size: 16px;
    height: 28px;
    margin: 17px 6px 0 0;
    padding: 1% 1% 1% 9%;
    letter-spacing: 1px;
    width: 88%;
    background-image:url(../images/tel.png);
    background-repeat: no-repeat;
    background-position: left center;
}

#popupform2 .input_text:focus {
    border-color:#449b2f;
}

#popupform2 .input_text2:focus {
    border-color:#449b2f;
}

#popupform2 .button_green {
    border: 3px solid #b7b7b7;
   padding: 15px 40px;
   -webkit-border-radius: 30px;
   -moz-border-radius: 30px;
   border-radius: 30px;
    background-color:#18a333;
   color: #fff;
   font-size: 21px;
   font-family: helvetica, serif;
   text-decoration: none;
   vertical-align: middle;
   letter-spacing: 2px;
    cursor:pointer;
    margin:30px 0 0 10px;
   }

#popupform2 .button_green:hover {
    background-color: #117e26;

}

/** ---3 forma----  **/


#popupform3
{
    display: none;
}

#popupform3 .error {
    color: #c00000;
}
#popupform3 h2 {
    color: #353535;
    font-family: "RobotoBold";
    font-size:26px;
    margin-bottom: 20px;
}
#popupform3 .comment {
    color: #717171;
    font-family: "RobotoRegular";
    margin-bottom: 20px;
    font-size:14px;
}
#popupform3 label {
    display: block;
    padding: 16px 0 4px;
}

#popupform3 .input_text {
    background-color: #fff;
    border: 1px solid #c0c0c0;
    border-radius: 3px;
    color: #555;
    display: block;
    font-size: 16px;
    height: 28px;
    margin: 35px 6px 0 0;
    padding: 1% 1% 1% 9%;
    letter-spacing: 1px;
    width: 88%;
    background-image:url(../images/user.png);
    background-repeat: no-repeat;
    background-position: left center;
}

#popupform3 .input_text2 {
    background-color: #fff;
    border: 1px solid #c0c0c0;
    border-radius: 3px;
    color: #555;
    display: block;
    font-size: 16px;
    height: 28px;
    margin: 17px 6px 0 0;
    padding: 1% 1% 1% 9%;
    letter-spacing: 1px;
    width: 88%;
    background-image:url(../images/tel.png);
    background-repeat: no-repeat;
    background-position: left center;
}

#popupform3 .input_text:focus {
    border-color:#449b2f;
}

#popupform3 .input_text2:focus {
    border-color:#449b2f;
}

#popupform3 .button_green {
    border: 3px solid #b7b7b7;
   padding: 15px 40px;
   -webkit-border-radius: 30px;
   -moz-border-radius: 30px;
   border-radius: 30px;
    background-color:#18a333;
   color: #fff;
   font-size: 21px;
   font-family: helvetica, serif;
   text-decoration: none;
   vertical-align: middle;
   letter-spacing: 2px;
    cursor:pointer;
    margin:30px 0 0 10px;
   }

#popupform3 .button_green:hover {
    background-color: #117e26;
}



/** ---4 forma----  **/


#popupform4
{
    display: none;
}

#popupform4 .error {
    color: #c00000;
}
#popupform4 h2 {
    color: #353535;
    font-family: "RobotoBold";
    font-size:26px;
    margin-bottom: 20px;
}
#popupform4 .comment {
    color: #717171;
    font-family: "RobotoRegular";
    margin-bottom: 20px;
    font-size:14px;
}
#popupform4 label {
    display: block;
    padding: 16px 0 4px;
}
#popupform4 .input_text {
    background-color: #fff;
    border: 1px solid #c0c0c0;
    border-radius: 3px;
    color: #555;
    display: block;
    font-size: 16px;
    height: 28px;
    margin: 35px 6px 0 0;
    padding: 1% 1% 1% 9%;
    letter-spacing: 1px;
    width: 88%;
    background-image:url(../images/user.png);
    background-repeat: no-repeat;
    background-position: left center 
}

#popupform4 .input_text2 {
    background-color: #fff;
    border: 1px solid #c0c0c0;
    border-radius: 3px;
    color: #555;
    display: block;
    font-size: 16px;
    height: 28px;
    margin: 17px 6px 0 0;
    padding: 1% 1% 1% 9%;
    letter-spacing: 1px;
    width: 88%;
    background-image:url(../images/tel.png);
    background-repeat: no-repeat;
    background-position: left center 
}

#popupform4 .input_text:focus {
    border-color:#449b2f;
}

#popupform4 .input_text2:focus {
    border-color:#449b2f;
}

#popupform4 .button_green {
    border: 3px solid #b7b7b7;
   padding: 15px 40px;
   -webkit-border-radius: 30px;
   -moz-border-radius: 30px;
   border-radius: 30px;
    background-color:#18a333;
   color: #fff;
   font-size: 21px;
   font-family: helvetica, serif;
   text-decoration: none;
   vertical-align: middle;
   letter-spacing: 2px;
    cursor:pointer;
    margin:30px 0 0 10px;
   }

#popupform4 .button_green:hover {
    background-color: #117e26;
}



/** ---4 forma zvonok----  **/


#popupform5
{
    display: none;
}

#popupform5 .error {
    color: #c00000;
}
#popupform5 h2 {
    color: #353535;
    font-family: "RobotoBold";
    font-size:26px;
    margin-bottom: 20px;
}
#popupform5 .comment {
    color: #717171;
    font-family: "RobotoRegular";
    margin-bottom: 20px;
    font-size:14px;
}
#popupform5 label {
    display: block;
    padding: 16px 0 4px;
}
#popupform5 .input_text {
    background-color: #fff;
    border: 1px solid #c0c0c0;
    border-radius: 3px;
    color: #555;
    display: block;
    font-size: 16px;
    height: 28px;
    margin: 35px 6px 0 0;
    padding: 1% 1% 1% 9%;
    letter-spacing: 1px;
    width: 88%;
    background-image:url(../images/user.png);
    background-repeat: no-repeat;
    background-position: left center 
}

#popupform5 .input_text2 {
    background-color: #fff;
    border: 1px solid #c0c0c0;
    border-radius: 3px;
    color: #555;
    display: block;
    font-size: 16px;
    height: 28px;
    margin: 17px 6px 0 0;
    padding: 1% 1% 1% 9%;
    letter-spacing: 1px;
    width: 88%;
    background-image:url(../images/tel.png);
    background-repeat: no-repeat;
    background-position: left center 
}

#popupform5 .input_text:focus {
    border-color:#449b2f;
}

#popupform5 .input_text2:focus {
    border-color:#449b2f;
}

#popupform5 .button_green {
    border: 3px solid #b7b7b7;
   padding: 15px 40px;
   -webkit-border-radius: 30px;
   -moz-border-radius: 30px;
   border-radius: 30px;
    background-color:#18a333;
   color: #fff;
   font-size: 21px;
   font-family: helvetica, serif;
   text-decoration: none;
   vertical-align: middle;
   letter-spacing: 2px;
    cursor:pointer;
    margin:30px 0 0 2px;
   }

#popupform5 .button_green:hover {
    background-color: #117e26;
}


/** drugie formu **/

#s500_round
{
    display: none;
}

#s500_round p.zagolovok {
    font-size:18px;
    margin:15px 0;
}

#s500_round h3 {
    font-size:33px;
    color:#A9BF04;
}

#s300_round
{
    display: none;
}

#s300_round p.zagolovok {
    font-size:18px;
    margin:15px 0;
}

#s300_round p {
    margin-bottom:15px;
}

#s300_round h3 {
    font-size:33px;
    color:#A9BF04;
}

#r300_round
{
    display: none;
}

#r300_round h3 {
    font-size:33px;
    color:#A9BF04;
}

#s400_round
{
    display: none;
}

#s400_round h3 {
    font-size:33px;
    color:#A9BF04;
}

#s400_round h4 {
    font-size:24px;
    border-bottom:1px solid #E5E5E5;
    padding-bottom:5px;
    margin:20px 0;
}
#r500_round
{
    display: none;
}
#r600_round
{
    display: none;
}
#r700_round
{
    display: none;
}
#innov_round
{
    display: none;
}

.block_harakteristik {
    width:100%;
    overflow: hidden;
}

.block_harakteristik_left {
    width:70%;
    float:left;
}

.block_harakteristik_right {
    width:30%;
    float:right;
}

.block_harakteristik p {
    margin-bottom:8px;
}


/*    ----- 360px   --------- */

@media screen and (max-width:360px), only screen and (max-device-width:360px) {
    #popupform .button {
    padding: 20px 23px;
    }
    
    }
    






