body,
html {
  min-height: 100%;
}

body {
  font-family: Arial, Helvetica, sans-serif;
}

.container {
  max-width: 768px;
  height: 100%;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.girl-main {
  border: 1px solid #dfdfdf;
  box-shadow: 0px 2px 17.1px 0.9px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 2px 17.1px 0.9px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 17.1px 0.9px rgba(0, 0, 0, 0.2);
}

img {
  width: 100%;
  height: auto!important;
  vertical-align: top;
}
img {
  opacity: 1;
  transition: opacity 0.3s;
}

img[data-src] {
  opacity: 0;
}
.profile {
  border-top: 1px solid #dfdfdf;
  padding: 16px 26px 6px;
  position: relative;
}

.profile:before {
  content: "";
  background: #5ab72b;
  position: absolute;
  right: 17px;
  top: 16px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  width: 20px;
  height: 20px;
}

.profile h2 {
  font-weight: bold;
  font-size: 24px;
  margin: 0 0 8px;
  color: black;

}
.preloader{
   position: absolute;
   display: none;
   top: 0;
   bottom: 0;
   left: 0;right:0;
   background: rgba(255,255,255,.7);
   text-align: center;
   padding-top: 160px;
   z-index: 10;
}
.preloader img{
   width: 40%;
}
.profile p {
  font-size: 16px;
  color: #848484;
  text-decoration: none;
}
.girl-main a{
  text-decoration: none;
}
.grid {
  margin-left: 1%;
  max-width: 768px;
}

.grid-sizer,
.grid-item {
  width: 48.8%;
  margin-bottom: 9px;
}

.gutter-sizer {
  width: 1.8%;
}

.header {
  background: #26498a;
  color: #ffffff;
  min-height: 100px;
  padding: 17px 22px;
  margin-bottom: 8px;
  overflow: hidden;
}
.head-right{
width: 40%;
    float: right;
    text-align: right;
}
.p1 {
  font-size: 36px;
  display: inline-block;
  vertical-align: top;
  padding: 5px 0 0 13px;
}
.google-btn {
        background-color: #fff;
    border: none;
    color: #000;
    line-height: 45px;
    height: unset;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.117647), 0 1px 4px rgba(0, 0, 0, 0.117647);
    border-radius: 5px;
    width: 200px;
    text-align: center;
    margin: 15px 0 15px auto;
    cursor: pointer;
    font-family: Helvetica, sans-serif;
}
.google-btn svg {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    width: 20px;
    height: 20px;
}
.btn1 {
  background: #73c21e;
  font-size: 20px;
  text-transform: uppercase;
  padding: 0;
  border-radius: 7px;
  float: right;
  outline: none;
  max-width: 200px;
  height: 45px;
  line-height: 45px;
  width: 100%;
}

.btn-primary:hover,
.btn-primary:focus {
  background: #82d924;
  outline: none;
}

.footer {
  text-align: center;
  padding: 68px 20px;
}

.btn2 {
  float: none;
  font-size: 40px;
  max-width: 564px!important;
  height: 116px;
  line-height: 116px;
  padding: 0;
  width: 100%;
  border: none;
  display: inline-block;
}

.message.invalid-required,
.message.invalid-correctness,
.message.invalid-pattern,
.message.invalid-password-repeat,
.unknown-error,
.message.exists,
.invalid .exists {
  display: none;
}

.invalid-required .message.invalid-required,
.invalid-correctness .message.invalid-correctness,
.invalid-pattern .message.invalid-pattern,
.invalid-password-repeat .message.invalid-password-repeat,
form.invalid .unknown-error,
.invalid .exists {
  display: block;
}

.registration-form [class*=invalid-] .exists {
  display: none;
}

.message.invalid-required,
.message.exists,
.invalid .exists,
.invalid-pattern {
  color: black;
  font-size: 12px;
}

.fieldname {
  display: none;
}

.title {
  font-size: 26px;
  color: #ffffff;
  background: #26498a;
  padding: 20px 50px;
  line-height: 31px;
}

.form-content {
  padding: 24px 24px 14px;
}

select {
  margin-bottom: 5px;
  height: 49px!important;
}

.field {
  margin-bottom: 5px;
}

input {
  height: 49px!important;
}

select.field.day.form-control,
select.field.year.form-control {
  width: 25%;
  display: inline-block
}

select.field.month.form-control {
  width: 44%;
  display: inline-block;
  margin: 0 2%;
}

.btn3 {
  width: 100%;
  background: #73c21e;
  font-size: 24px;
  color: #ffffff;
  height: 56px;
  line-height: 56px;
  padding: 0;
  outline: none;
  margin: 12px 0 20px 0;
}

.btn3:focus,
.btn3:hover {
  background: #82d924;
  color: #ffffff;
}

.conditions p {
  font-size: 13px;
  color: #999999;
}

.conditions .btn-primary,
.conditions .btn-primary:hover,
.conditions .btn-primary:focus,
.conditions .btn-primary:active {
  color: #0066ff;
  background-color: transparent!important;
  border-color: transparent!important;
  outline: none!important;
  box-shadow: none!important;
  padding: 0;
  font-size: 13px;
  max-width: initial;
  width: initial;
  height: 19px;
  line-height: initial;
  text-transform: capitalize;
  float: none;
  text-decoration: underline;
}

.conditions .btn-primary:hover,
.conditions .btn-primary:focus {
  text-decoration: none;
}

select.form-control option {
  color: #b9b9b9;
}
button.close{
  top: -38px;
    position: absolute;
    right: 2px;
    color:#95a6c6;
    font-size: 40px;
    font-weight: normal;
    opacity: 1;
    outline: none;
}
button.close:hover, button.close:focus{
  color:#95a6c6;
}
.modal-dialog{
  margin-top: 34px;
}
.back{
  background: #26498a;
  font-size: 36px;
  color: #ffffff;
position: relative;
padding: 17px 0 22px 101px;
}
.back:before{
  content: "";
  background: url(//11sat.itocd.net/web.anastasiadate.com/mobile/images/pic-4.png?v3f187ab3) no-repeat center center;
  position:absolute;
  width: 49px;
  height: 29px;
  top:27px;
  left:27px;
  display: block;
}
.big-girl{
  padding: 97px 0 36px;
  background: #000000;
  position: relative;
}
.big-girl:before{
  content: "";
  background: url(//23sat.itocd.net/web.anastasiadate.com/mobile/images/pic-3.png?v5710b722) no-repeat center center;
  position:absolute;
  width: 38px;
  height: 33px;
  top:27px;
  right:30px;
  display: block;
}
.big-girl:after{
  content: "11";
  position:absolute;
  color: #ffffff;
  font-size: 24px;
  top:27px;
  right:80px;
  display: block;
}
.button-block{
  text-align: center;
  margin-top: -32px;
}
.btn4,.btn5{
  max-width: 348px!important;
  height: 102px;
  line-height: 102px;
  font-size: 36px;
  text-transform: capitalize;
  position: relative;
}
.btn5{
  margin-left: 14px;
  background: #ffc015;
}
.btn4:focus, .btn4:hover{
  background: #6bbc13;
}

.btn5:focus, .btn5:hover{
  background: #fdba05;
}
.btn5:before{
   content: "";
  background: url(//18sat.itocd.net/web.anastasiadate.com/mobile/images/pic-2.jpg?v29e34641) no-repeat center center;
  position:absolute;
  width: 52px;
  height: 46px;
  top:27px;
  left:30px;
  display: block;
}
.btn4:before{
   content: "";
  background: url(//60sat.itocd.net/web.anastasiadate.com/mobile/images/pic-1.jpg?v82efbcc0) no-repeat center center;
  position:absolute;
  width: 58px;
  height: 55px;
  top:27px;
  left:30px;
  display: block;
}
.name{
  padding: 0 19px;
}
.name h3{
  font-size: 36px;
  font-weight: bold;
  position: relative;

}
.name p{
  font-size: 18px;
  color:#848484;

}

.name h3:after {
  content: "";
  background: #5ab72b;
  display: inline-block;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  width: 22px;
  height: 22px;
  margin-left: 20px;
  vertical-align: top;
  position: relative;
  top: 7px;
}
hr{
  border: 1px solid #b2b2b2;
}
.mini-girl{
 padding: 0 20px;
  margin-right: 0;
  margin-left: 0;
}
.mini-girl > li {
 width: 23.5%;
  margin-right: 2%;
  padding: 0;
}
.mini-girl > li:last-child {
  margin-right: 0;
}
.mini-girl button{
  padding: 0;
  border: none;
}
.otstup{
  padding: 0 20px;
}
h4{
  background: #f5f5f5;
  font-size: 30px;
  padding-top: 18px!important;
  padding-bottom: 18px!important;

}
.text-1{
  overflow: hidden;
  padding-top: 9px;
  padding-bottom: 25px;
}
ul.left{
  font-size: 16px;
  color:#848484;
}
ul.right{
  font-size: 16px;
  text-align: right;
}
.text-1 li{
  line-height: 30px;
}
.text-2{
  color: #848484;
  padding-top: 9px;
  padding-bottom: 25px;
}
.text-2 p{
  margin-bottom: 20px;
}
.btn7, .btn7:hover, .btn7:focus{
  padding: 0;
  font-size: 16px;
  color: #205ed0;
  background-color: transparent;
  border: none;
  outline: none;
}
.btn7:hover, .btn7:focus{
  text-decoration: underline;
}
.button-block-2{
  margin-top: 18px;
  margin-bottom: 54px;
}
.profile-girl{
  display: none;
}
.g1 .name h3:before{
  left: 240px;
}
.back{
  cursor: pointer;
}
.g1 .big-girl:after, .g5 .big-girl:after, .g8 .big-girl:after{
  content:"14";
}
.g3 .big-girl:after, .g6 .big-girl:after, .g9 .big-girl:after{
  content:"18";
}
.g12 .big-girl:after, .g11 .big-girl:after{
  content:"20";
}
@media (min-width: 768px) {
  .container {
    width: 768px;
  }
  .modal-dialog {
    max-width: 478px;
  }
}
@media(max-width: 735px){
  .btn4, .btn5{
    max-width: 287px!important;
    font-size: 23px;
    padding-left: 22px;
  }
}
@media(max-width:625px) {
  .header {
    padding: 17px 10px 17px 0;
  }
  .p1 {
    font-size: 27px;
    padding: 10px 0 0 13px;
  }
  .btn1 {
    font-size: 21px;
    height: 57px;
    line-height: 57px;
    max-width: 153px;
  }
  .footer {
    padding: 44px 20px;
  }
  .btn4, .btn5{
    max-width: 266px!important;
  }
  .button-block .btn4:before{
    top: 1px;
    left: 41px;
    background-size: 74%;
  }
  .button-block .btn5:before{
    top: 4px;
    left: 41px;
    background-size: 74%;
  }
}
@media(max-width: 573px){
  .btn4, .btn5{
    max-width: 216px!important;
  }
  .button-block .btn4:before, .button-block .btn5:before{
    left: 16px;
  }
}
@media(max-width:487px) {
  .g1 .name h3:before {
    left: 160px;
  }
  select.field.month.form-control {
    width: 42%;
  }
  .back {
       font-size: 18px;
        padding: 10px 0 9px 60px;
  }
  .back:before{
    left: 7px;
    top:8px;
    background-size: 53%;
  }
  .big-girl {
    padding: 48px 0 21px;
    background: #000000;
  }
  .big-girl:before{
    top: 6px;
    right: 10px;
    background-size: 73%;
  }
  .big-girl:after {

    font-size: 18px;
    top: 12px;
    right: 52px;

  }
  .btn4, .btn5 {
    max-width: 137px!important;
    height: 41px!important;
    line-height: 41px!important;
    font-size: 15px!important;

  }
  .button-block .btn4:before, .button-block .btn5:before{
    left: 11px;
  }
  .button-block .btn4:before{
    width: 36px;
    top:-5px;
  }
  .button-block .btn5:before{
    width: 36px;
    top:-3px;
  }
  .button-block{
    margin-top: -12px;
  }
  .name h3{
    font-size: 23px;
    margin-bottom: 3px;
  }
  .name p{
    font-style: 15px;
  }
  .name h3:before{
    left: 124px;
    top: 7px;
    width: 10px;
    height: 10px;
  }
  hr {
    margin-top: 14px;
    margin-bottom: 15px;

  }
  .mini-girl {
    padding: 0 14px 17px;
  }

  h4{
    font-size: 18px;
    padding-top: 12px!important;
    padding-bottom: 12px!important;
  }
  .text-1 ul{
    font-size: 13px;
  }
  .text-1 li {
   line-height: 23px;
  }
  .text-1 {

    padding-top: 0px;
    padding-bottom: 8px;
  }
  .text-2 p {
    margin-bottom: 11px;
    font-size: 13px;
  }
  .text-2 {

    padding-top: 0;
    padding-bottom: 11px;
  }
  .btn7, .btn7:hover, .btn7:focus{
    font-size: 13px;
  }
  .button-block-2 {
    margin-top: 15px;
    margin-bottom: 42px;
  }
  }

@media(max-width:440px) {
  .btn1 {
    font-size: 12px;
    height: 27px;
    line-height: 27px;
    max-width: 96px;
  }
  .google-btn {
    font-size: 12px;
    line-height: 30px;
    max-width: 96px;
  }
  .p1 {
    font-size: 18px;
    margin-bottom: 0;
    padding: 4px 0 0 13px;
  }
  .header {
    min-height: 100%;
  }
  .btn2 {
    font-size: 21px;
    height: 57px;
  }
  .footer {
    padding: 25px 20px;
  }
  .profile h2 {
    font-size: 13px;
    margin: 0 0 4px;
  }
  .profile p {
    font-size: 11px;
  }
  .profile:before {
    width: 9px;
    height: 9px;
    right: 6px;
    top: 10px;
  }
  .profile {
    padding: 10px 10px 2px;
  }
  .grid-sizer,
  .grid-item {
    width: 48%;
  }
  .gutter-sizer {
    width: 3%;
  }
  select.field.day.form-control,
  select.field.year.form-control {
    padding-right: 3px;
  }
  .title {
    font-size: 18px;
    line-height: 22px;
    padding: 15px 18px;
  }
  .form-content {
    padding: 9px 9px 14px;
  }
  select {
    height: 36px!important;
  }
  input {
    height: 36px!important;
  }
}
