.freeCall { 
    height: 34px;
    width: 37px;
    color: grey;
    margin-left: 170px;
    position: absolute;
    float:right;
}
.clickCallText{
    cursor: pointer;
    text-decoration: none;
    color:#C51A3C;
    font-size: 11px;
    background: -moz-linear-gradient(left, #C51A3C, #C51A3C 60%, transparent 60%);
    background: -ms-linear-gradient(left, #C51A3C, #C51A3C 60%, transparent 60%);
    background: -o-linear-gradient(left, #C51A3C, #C51A3C 60%, transparent 60%);
    background: -webkit-gradient(linear, 0 0, 100% 0, from(#C51A3C), color-stop(0.6, #C51A3C), color-stop(0.6, transparent));
    background: -webkit-linear-gradient(left, #C51A3C, #C51A3C 60%, transparent 60%);
    background: linear-gradient(left, #C51A3C, #C51A3C 60%, transparent 60%);
    background-size: 3px 1px;
    background-repeat: repeat-x;
    background-position: 0 100%;
    width:137px;
    height:14px;
}
.clickCallLink{
    cursor: pointer;
}

.user_phone:before {
  content: "+7";
  display: inline-block;
  height: 40px;
  color: #8D8D8D;
  position: absolute;
  top: 19px;
  left: 138px;
  font-size: 15px;
  z-index: 5;
}
.user_phone { display: inline-block; }

#user_phone {
    padding: 6px 10px 6px 24px;
    width: 166px;
    letter-spacing: 2px;
}

#requestCall {
    width: 650px;
    border: 3px solid #ebecee;
    border-radius: 10px;
    text-align: center;
    padding: 10px 0 30px;
    position: fixed;
    top: 30%;
    left: 50%;
    margin-left: -325px;
    display: none;
    z-index: 999;
    background: #fff;
    font-size: 14px;
    font-family: Helvetica, Arial, sans-serif;
}

#closeFormCall {
    position: absolute;
    background: #FCFCFC;
    width: 30px;
    height: 30px;
    right: -2px;
    top: -2px;
    border-radius: 0 8px;
    border: 2px solid #ededeb;
    text-align: center;
    font-size: 29px;
    cursor: pointer;
    font-family: Helvetica, Arial, sans-serif;
}

.ttWForm{ width: 500px; }
 .form-title p {
    font-weight: bold;
    line-height: 20px;
 }

#field10 {
    top: -15px;
    width: 200px;
    box-shadow: 0px 1px 3px rgba(110, 110, 110, 0.3);
    -moz-box-shadow: 0px 1px 3px rgba(110, 110, 110, 0.3);
    -webkit-box-shadow: 0px 1px 3px rgba(110, 110, 110, 0.3);
}
 
.ttWForm-container {
    font-size: 12px;
    color: #484B4E;
    font-family: Helvetica, Arial, sans-serif;
    background: #fff;
    position: absolute;
    left: 50%;
    margin-left: -170px;
    border: 3px solid #ebecee;
    border-radius: 10px;
    padding: 10px 30px 0 30px;
    width: 340px;
    display: none;
    z-index: 999;
}
 
.ttWForm-wrapper.wrapped{
    padding: 30px 30px 30px 30px;
    border: 1px solid #ced4d7;
    box-shadow: inset 0 0 0 5px #eef5f7, 0 0 3px rgba(0, 0, 0, .1);
    -moz-box-shadow: inset 0 0 0 5px #eef5f7, 0 0 3px rgba(0, 0, 0, .1);
    -webkit-box-shadow: inset 0 0 0 5px #eef5f7, 0 0 3px rgba(0, 0, 0, .1);
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
 
.ttWForm-container h2 {
    font-size: 2em;
    margin-bottom: 0.75em;
    color: #484B4E;
    font-weight: normal;
    font-weight: bold;
}
 
/** Field Styles **/
.ttWForm .field, #form-title.field {
    padding: 12px 0 12px;
    position: relative;
    clear: both;
}
 
.ttWForm .field:first-child { padding-top:0; }
 
.ttWForm .field:last-child{
    padding-bottom:0;
    background: #faf9f7;
    width: 80%;
    margin-left: -30px;
    border-radius: 0 0 9px 9px;
    border-top: 1px solid #ededeb;
    margin-top: 20px;
}

/** Field Widths */

.f_100 {
    width: 70%;
    display: inline;
    float: left;
}
 
.ttWForm input, .ttWForm textarea, .ttWForm select, div.selector, div.uploader  {
    width:180px;
    font: 14px Helvetica Neue, "Arial", Helvetica, Verdana, sans-serif;
    padding: 6px 10px 6px 10px;
    color: #484B4E;
    border: 1px solid #c2d3d7;
    outline: none;
    display: inline-block;
    position: relative;
    z-index: 2;
    box-shadow: 0px 1px 2px rgba(110, 110, 110, 0.3) inset;
    -moz-box-shadow: 0px 1px 2px rgba(110, 110, 110, 0.3) inset;
    -webkit-box-shadow: 0px 1px 2px rgba(110, 110, 110, 0.3) inset;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
}
 
 
.ttWForm input[type=radio], .ttWForm input[type=checkbox] {
    width: 12px;
    margin: 8px 12px;
    top: 3px;
    position: relative;
}
 
.ttWForm .option{ margin:6px 0; }
 
.ttWForm .option-title{
    position:relative;
    top:2px;
    color: #798e94;
}
 
.ttWForm textarea { overflow: hidden; }
 
.ttWForm label {
    width: 130px;
    color: #484B4E;
    text-align: left;
    font: 14px/24px Helvetica, Verdana, sans-serif;
    margin-bottom:5px;
    display:inline-block;
}

.ttWForm .submit input.active {
    background: #3891d9;
    background: -moz-linear-gradient(top,  #3891d9 0%, #8ac5f6 50%, #a9cce8 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3891d9), color-stop(50%,#8ac5f6), color-stop(100%,#a9cce8));
    background: -webkit-linear-gradient(top,  #3891d9 0%,#8ac5f6 50%,#a9cce8 100%);
    background: -o-linear-gradient(top,  #3891d9 0%,#8ac5f6 50%,#a9cce8 100%);
    background: -ms-linear-gradient(top,  #3891d9 0%,#8ac5f6 50%,#a9cce8 100%);
    background: linear-gradient(to bottom,  #3891d9 0%,#8ac5f6 50%,#a9cce8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3891d9', endColorstr='#a9cce8',GradientType=0 );
}
 
.ttWForm .submit input {
    text-align: center;
    font-size: 16px;
    text-decoration: none;
    border-radius: 3px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    text-shadow:  0px 0px 1px #353535;
    display: block;
    text-align: center;
    padding: 6px 12px;
    cursor: pointer;
    min-width: 96px;
    width:auto;
    box-shadow: 0 0 0 0 #eef5f7;
    -moz-box-shadow: 0 0 0 0 #eef5f7;
    -webkit-box-shadow: 0 0 0 0 #eef5f7;
    border: 1px solid #a4c5d0;
    font-weight: bold;
    color: #fff;
    margin: 15px auto 26px;
    background: #d2e7fa;
    background: -moz-linear-gradient(top,  #F3F6F9 0%, #bedcf4 50%, #a9cce8 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F3F6F9), color-stop(50%,#bedcf4), color-stop(100%,#a9cce8));
    background: -webkit-linear-gradient(top,  #F3F6F9 0%,#bedcf4 50%,#a9cce8 100%);
    background: -o-linear-gradient(top,  #F3F6F9 0%,#bedcf4 50%,#a9cce8 100%);
    background: -ms-linear-gradient(top,  #F3F6F9 0%,#bedcf4 50%,#a9cce8 100%);
    background: linear-gradient(to bottom,  #F3F6F9 0%,#bedcf4 50%,#a9cce8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F3F6F9', endColorstr='#a9cce8',GradientType=0 );
}
 
#form-title { padding: 12px; }
 
#form-title h2{
    margin-top: 0;
    margin-bottom:0;
    color: #484B4E;
}

.rules-action {
    padding: 0px 30px 10px;
    display: inline-block;
    font-size: 10px;
    color: #7f868e;
}

.rules-action ins { 
    cursor: pointer;
}
.text-condition {
    text-align: left;
    background: #ffffff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(63,69,75,0.5);
    -moz-box-shadow: 0px 2px 10px 0px rgba(63,69,75,0.5);
    box-shadow: 0px 2px 10px 0px rgba(63,69,75,0.5);
    color: #4c5157;
    cursor: default;
    display: none;
    font-size: 11px;
    right: -35px;
    line-height: 14px;
    padding: 11px 17px 12px 13px;
    position: absolute;
    border-collapse: separate;
    left: 50%;
    top: -300px;
    width: 640px;
    margin-left: -320px;
    z-index: 201;
    line-height: 14px;
}

.text-condition p { margin: 0; }

.regLink {
    color: #7f868e;
    border-color: #7f868e;
}
  .regLink:hover {color: darkred;}

.text-condition .close-popup {
    background: url("../images/close_popup_resp.gif") 0 0 no-repeat;
    cursor: pointer;
    height: 12px;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 12px;
    z-index: 1001;
    border: none;
    border-radius: 0;
}

.text-condition .close-popup:hover{
    background-position: 0 -12px;
    border-bottom: none;
}
