@font-face{

font-family:HelveticaThin;
 src:url('../fonts/HelveticaThin.otf');
 font-style:normal;
 font-weight:normal;
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
:focus{
    outline: none;
}
body {
    font-size: 1em;
    font-family: 'Helvetica', 'Arial', sans-serif;
    background: url('../img/pattern.png') repeat;
    width: 100%;
    -webkit-font-smooting: antialiased;
    text-rendering: auto;
}

h2 {
    font: 100 50px'Helvetica', 'Arial', sans-serif;
    color: #626262;
    text-transform: uppercase;
    text-align: center;
}
a {
    display: block;
    text-decoration: none;
    color: #000;
}
li {
    list-style: none;
}
.container {
    margin: 0 auto;
    margin: 0 auto;
}













.rightAction {
    height: 390px;
    width: 575px;
    border-radius: 50px;
    border: 1px solid #bfbfbf;
    float: right;
    text-align: center;
    box-shadow: 2px 2px 8px #828282;
    margin-top: 70px;
}
.rightAction h3 {
    text-transform: uppercase;
    padding-top: 20px;
    font-size: 30px;
    font-family: 'Roboto Condensed', sans-serif;
}
.rightAction p {
    font-size: 19px;
    padding: 0 10px;
    line-height: 1.3em;
}
.rightAction form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    clear: both;
    margin: 20px auto 30px;
}
.rightAction input[type="text"],
.rightAction input[type="tel"] {
    display: inline-block;
    width: 240px;
    height: 35px;
    border-radius: 20px;
    box-shadow: inset 0 2px 0 #9c9c9c;
    border: none;
    line-height: 35px;
}
.rightAction input[type="text"] {
    background: #ebebeb url('../img/person.png') 10px center no-repeat;
    text-indent: 46px;
}
.rightAction input[type="tel"] {
    background: #ebebeb url('../img/trubka.png') 10px center no-repeat;
    text-indent: 46px;
}
.rightAction input[type="submit"] {
    background: url('../img/send.png') no-repeat;
    width: 250px;
    height: 70px;
    border: none;
    outline: none;
    margin: 20px 0 0 300px;
}
::-webkit-input-placeholder {
    color: #c491a8;
    font-size: 15px;
}
::-moz-placeholder {
    color: #c491a8;
    font-size: 15px;
}
:focus::-webkit-input-placeholder {
    color: transparent;
}
:focus::-moz-placeholder {
    color: transparent;
}
:focus::-ms-input-placeholder {
    color: transparent;
}
.timer1 {
    float: left;
    margin-top: -100px;
    margin-left: 38px;
    background: url('../img/smaill_timer1.png') 0 0 no-repeat;
    width: 217px;
    height: 45px;
    position: relative;
}
.timer1::after {
    content: '';
    display: block;
    clear: both;
}
.timer1 div {
    float: left;
    margin: 8px 19px 0 9px;
    font-size: 26px;
    font-weight: bold;
}
.timer1 div:last-child {
    margin-right: 0;
}
.rightAction ul {
    position: relative;
    top: -48px;
    left: 40px;
}
.rightAction ul::after {
    content: '';
    display: block;
    clear: both;
}
.rightAction li {
    float: left;
    margin-right: 14px;
    font-size: 16px;
    color: #5a5a5a;
}
.rightAction ul+p {
    font: 18px'Roboto Condensed', 'Arial', sans-serif;
    color: #5d5d5d;
    display: block;
}

.calc{
    border-radius: 30px;
    border: 2px solid #aaa;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}
.left-side-calc,
.right-side-calc{
    width: 50%;
    outline: 1px solid #000;
}
.right-side-calc label{
    display: block;

}

.calc-main::after{
    content:'';
    display: block;
    clear: both;
}
.calc-main h2{
    font-size: 35px;
    padding: 30px 0 50px;
}
.calculator{
    position: relative;
    z-index:1;
    display: inline-block;
    border-radius: 50px;
    border: 1px solid #bfbfbf;
    box-shadow: 2px 2px 8px #828282;
    padding: 30px 30px 0;
    float: right;
    height: 500px;
}
.calculator input{
    width: 30px;
    height: 30px;
    border-radius: 3px;
    border: 1px solid #aaa;
    text-align: center;
    box-shadow: inset 1px 1px 1px #999;
}
.calculator em{
    text-align: center;
    display: block;
}
.big-cell{
    height: 198px;
    text-indent: 10px;
}
.txt_6{
    display: block;
    width: 100px;
    padding: 10px 0;
    border-radius: 5px;
    background: #fff;
    margin-top: 18px;
    font-size: 30px;
    text-align: center;
}
.cell1{
    padding:0 20px;
}
.cell2{
    background: #fff;
    padding: 30px;
    border-radius: 5px;
    box-shadow: inset 1px 1px 1px #aaa;
    border: 1px solid #aaa;
}
.txt_7{
    font-size: 17px;
}
.cell3{
    width:200px;
}
.rightActionFirst{
    border: 0;
    box-shadow: none;
    margin-top: 0;
    height: auto;
    position: relative;
    margin-top:-260px;
    z-index:2;
}
.winlanding{
    background: url(../img/footer.png) repeat;
    text-align: center;
    margin-top: 30px;
}
.winlanding a{
    padding: 10px 0;
}