/* (c) Dorje (at) dorje.ru */

html,
body,
div,
header,
footer,
menu {
  margin: 0;
  padding: 0;
}

html,
body {
  height: 100%;
}

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

html {
  font-size: 62.5%;
  /* base unit 1rem=10px; */
}

body {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000;
  font-size: 1.4rem;
}
/*@font-face {
  font-family: 'PTSans';
  src: url("../fonts/PTSans-Regular.woff") format("woff");
}*/

.clear {
  clear: both;
  height: 0;
  line-height: 0;
  font-size: 0;
}

.clearfix:after {
  clear: both;
  content: "";
  display: block;
}

a,
a:visited {
  color: #2f7bbf;
}

a:hover {
  color: #ff7900;
}

header {
  background-color: #fff;
  border-bottom: 1px solid #dedede;
  padding: 10px 0 10px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

header .logo {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border-radius: 0 0 5px 5px;
  color: #2f7bbf;
  display: block;
  float: left;
  font-family: "Pacifico",serif;
  font-size: 23px;
  height: 41px;
  line-height: 41px;
  padding: 0 20px;
  text-align: center;
  text-decoration: none;
}

header .menu {}
.cntop {
  padding: 30px 0 30px 20px;
  text-align: justify;
}
.twbutt {
  width: 170px;
  float: right;
  margin-left: 20px;
}
.twbutt .sys{
  margin-top: 5px;
  text-align: center;
  font-size: 9px;
  color: #292929;
}
.twbutt a.but {
  background-color: #2F7BBF;
  border-radius: 5px;
  color: white;
  display: block;
  margin: 20px auto 0;
  padding: 8px;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

.langfot{
  float: right;
}
.langfot a{
    color: white;
  text-decoration: none;
  font-size: 11px;
  display: inline-block;
  margin-right: 7px;
  line-height: 15px;
}



.langfot a:last-child {
  margin-right: 0;
}

a.but.don{
  background-color: white;
  color: #2f7bbf;
  border: 1px solid #2F7BBF;
  width: 95%;
}
.twbutt a.but.don:hover{
  background-color: orange;
  color: white;
  border: none;
}

.mr190{
  margin-right: 190px;
}

.twbutt a.but:hover {
  background-color: orange;
}

.also{
  text-align: center;
  margin-bottom: 20px;
}

.imagt {
  text-align: center;
}
.imagt span {
  display: block;
}
.imagt img {
  display: block;
  border: 1px solid #C2DCFB;
  padding: 5px;
}

.imagt a:hover img {

}
.imagt a {
  display: inline-block;
}
.imagt a:first-child {
  margin-right: 40px;
}

.top-menu ul {
  float: right;
  margin: 0;
  padding: 0;
}

.site-width {
  margin: 0 auto;
  text-align: left;
  width: 900px;
}

.top-menu li {
  display: block;
  float: left;
  margin: 0 0 0 30px;
  position: relative;
}

.top-menu li > a {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: block;
  font-size: 14px;
  line-height: 40px;
  padding: 0;
  position: relative;
  text-decoration: none;
  color: #2f7bbf;
}

.top-menu li > a:hover {
  color: #ff7900;
}

.main-wrap {
  padding-top: 63px;
  min-height: 100%;
}

footer {
  background: #333333;
  height: 43px;
  padding: 10px 0;
  margin-top: -43px;
}

.footer-buffer {
  height: 43px;
}

.video {
  padding-top: 10px;
  text-align: center;
}

.slogan {
  font-size: 32px;
  text-align: center;
  color: #3d5566;
  padding: 15px 0;
}

.compare {
  text-align: center;
  padding: 35px 0;
}

.compare .b1 {
  display: inline-block;
  vertical-align: top;
  border-radius: 3px;
  padding: 8px 20px;
  text-decoration: none;
  margin-right: 10px;
}

.compare .b2 {
  display: inline-block;
  vertical-align: top;
  background-color: #9bca3e;
  border-color: #87b331;
  color: white;
  border-radius: 3px;
  padding: 8px 20px;
  text-decoration: none;
}

.compare .b2:hover {
  background-color: #87b331;
}

.icons {
  border-top: 1px solid #dedede;
  padding: 45px 0;
}

.icons a {
  float: left;
  width: 20%;
  display: block;
  padding: 20px;
  text-decoration: none;
  text-align: center;
}

.icons .ico {
  width: 100%;
  display: block;
  background-color: #5E8EC9;
  height: 75px;
  text-align: center;
  position: relative;
}

.icons .ico i {
  color: white;
  font-size: 45px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.icons .title {
  color: #2f7bbf;
  display: block;
  font-size: 16px;
  padding: 20px 0 0;
  text-align: center;
  width: 100%;
}

.icons .text {
  color: #333333;
  display: block;
  font-size: 12px;
  padding: 20px 0 0;
  text-align: center;
  width: 100%;
}

.signup {
  background-color: #2F7BBF;
  text-align: center;
  padding: 40px 0;
  margin-bottom: 80px;
}

.signup a {
  color: white;
}

.signup .text {
  color: white;
  font-size: 18px;
  text-align: center;
}

.signup .sign {
  width: 300px;
  background-color: #9bca3e;
  border-color: #87b331;
  color: white;
  border-radius: 3px;
  text-decoration: none;
  padding: 10px 0;
  margin: 0 auto;
  margin-top: 20px;
}

.signup .sign:hover {
  background-color: #87b331;
}

.lang {
  background: none repeat scroll 0 0 #5e8ec9;
  display: none;
  padding: 2px 0;
  text-align: right;
}
.lang a {
  color: white;
  display: inline-block;
  font-size: 11px;
  margin-right: 10px;
  text-decoration: none;
}

.copy {
  color: white;
  font-size: 12px;
  text-align: center;
}

.copy a{
  color: white;
}

.donat {}
#donat-wrap {
  width: 885px;
  height: 335px;
  margin: 0 auto;
  border: 1px solid #D8CCCC;
  position: relative;
  padding-top: 10px;
  background-color: #9CC4E4;
  background-position: left bottom;
  background-repeat: no-repeat;
}
#bgbl{
   background-color: #9CC4E4;
   position: absolute;
   left: 0;
   bottom: 0;
   width: 458px;
   height: 333px;
     background-position: left bottom;
  background-repeat: no-repeat;z-index: 1;
}
.donat-wrap-dbg1 {
  background-image: url(../images/dbg1.jpg);
}

.donat-wrap-dbg2 {
  background-image: url(../images/dbg2.jpg);
}

.donat-wrap-dbg3 {
  background-image: url(../images/dbg3.jpg);
}

.donat-wrap-dbg4 {
  background-image: url(../images/dbg4.jpg);
}

.donat-wrap-dbg5 {
  background-image: url(../images/dbg5.jpg);
}

.donat input[type="radio"] {
  display: none;
}

.donat label{
    min-height: 24px;
    display: block;
    float: left;
    padding-left: 20px;
}
.donat label{
  background: url('../images/radio-off.png') 20px 15px no-repeat;
  cursor: pointer;
}
.donat label:hover{
  /* background: url('../images/radio-on.png') 0 10px no-repeat;
  cursor: pointer; */
}

.donat label:hover span {
  color: white;
}

.donat input[type="radio"]:checked+label{
    background: url('../images/radio-on.png') 20px 15px no-repeat;
}

.donat input[type="radio"]:checked+label span{
      color: white;
}

.donat-wrap__donate-radio-box ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.donat-wrap__donate-radio-box {
  position: absolute;
  right: 15px;
  width: 400px;
}

.donat-wrap__donate-radio-box label {
  color: white;
  display: block;
  font-family: Tahoma;
  font-size: 18px;
  font-weight: bold;
  padding: 12px 0 0 52px;
}
.donat-wrap__donate-radio-box li {
  margin: 0 5px;
  overflow: auto;
}

.donat__makepayment{
  background-color: #9CC4E4;
  color: white;
   font-size: 18px;
 font-weight: bold;
 font-family: Tahoma;
 cursor: pointer;
 display: block;
 padding: 25px 0;
 margin: 25px auto;
 width: 350px;
 border: none;
 text-align: center;


}

.cashed-images {
  height: 1px;
  position: absolute;
  top: -100px;
  width: 1px;
}

.cashed-images img{
  width: 1px;
  height: 1px;
}

.h1 {
    color: #336666;
    font-family: "Nova Round",cursive;
    font-size: 18px;
    margin: 0;
}
.paym {
    background: url("../images/guarantee30day.gif") no-repeat scroll 5px 50px #fff;
    border: 1px solid #dedede;
    border-radius: 5px;
    float: right;
    height: 165px;
    margin-top: 25px;
    position: relative;
    width: 310px;
}
.paym p {
    font-size: 13px;
    padding-left: 77px;
    text-align: center;
}
.clear {
    clear: both;
}
.pl {
    float: left;
    padding-top: 25px;
    width: 340px;
}
.paym__head {
    background-color: #336666;
    color: white;
    font-family: "Nova Round",cursive;
    font-size: 14px;
    padding: 10px 0;
    text-align: center;
}
.cc {
    bottom: 3px;
    font-size: 9px;
    position: absolute;
    right: 5px;
    text-align: right;
}
.rega {
    border: 0 none;
    border-collapse: collapse;
    margin: 15px auto;
    width: 500px;
}
.rega tr:first-child td {
    background-color: #333333 !important;
    border: 0 none;
    color: white;
    font-family: "Nova Round",cursive;
    font-size: 14px;
    padding: 10px 0;
    text-align: center;
}
.rega tr:first-child td:first-child {
    background-color: white !important;
    width: 190px;
}
.rega tr:first-child td {
    width: 111px;
}
.rega tr td:first-child {
    background-color: #fff;
    text-align: right;
}
.rega tr:nth-child(2n+1) {
    background-color: #f3f3f3;
}
.rega tr td:nth-child(2) {
    border-left: 1px solid #c0c0c0;
}
.rega tr td:nth-child(4) {
    border-right: 1px solid #c0c0c0;
}
.rega tr:last-child td:nth-child(4) {
    border-right: 1px solid #c0c0c0;
}
.rega tr:last-child td {
    border-bottom: 1px solid #c0c0c0;
}
.rega tr:hover td {
    background-color: #e1e1e1;
}
.rega tr:last-child td:first-child {
    border-bottom: medium none;
}
.rega tr td {
    padding: 8px;
    text-align: center;
}
.rega .fa-times {
    color: #e66612;
}
.rega .fa-check {
    color: #9bca3e;
}
.rega i {
    font-size: 18px;
}
a.buttt {
    background-color: #9bca3e;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-family: "Nova Round",cursive;
    font-size: 12px;
    padding: 5px 15px;
    text-decoration: none;
}
a.buttt:hover {
    background-color: #359b26;
}
a.ppv {
    display: block;
    text-decoration: none;
}
.cff input[type="submit"] {
    background: none repeat scroll 0 0 #336666;
    border: medium none;
    border-radius: 2px;
    color: white;
    font-family: "Nova Round",cursive;
    padding: 8px 45px;
}
.donat {
    margin-left: -85px;
    width: 885px;
}
.gh1 {
    color: #3c3c3c;
    font-family: "Nova Round",cursive;
    font-size: 24px;
    margin-bottom: -5px;
}
.group {
    color: #3c3c3c;
    margin-bottom: 25px;
    overflow: auto;
}
.group:last-child {
    border-bottom: medium none;
}
.mgroup {
    border-radius: 5px;
    color: #3c3c3c;
    margin-bottom: 25px;
}
.mgroup span {
    cursor: pointer;
    font-style: italic;
}
.group table span {
    display: block;
    margin: 15px 0 0;
}
.undvideo-bottom {
    height: auto;
    margin: 0 auto 15px;
    position: relative;
    top: auto;
    width: 100%;
}