* {
  margin: 0;
  box-sizing: border-box;}

body {
  background: #1a212c;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
  font-weight: 300;
}

a:hover,
a:focus {
  text-decoration: none;
  outline:none;
}

section {
  position: relative;
  z-index: 9; }

h1 {
  font-size: 54px;
  line-height: 54px;
  font-weight: 500;
  margin-bottom: 6px; }

h2 {
  font-size: 44px;
  line-height: 44px;
  font-weight: lighter;
  margin-bottom: 9px; }

.row {
  max-width: 1160px;
  padding: 0 15px;
  margin: 0 auto;
  position: relative;
  z-index: 9;
  min-height: 100%;
}

.clearfix {
  clear: both; }

.clearfix:after{
  display: block;
  content: '';
  clear: both;
}
.pink_btn {
  color: #fff;
  font-size: 24px;
  line-height: 24px;
  background: #f7495c;
  text-align: center;
  border-radius: 40px;
  text-decoration: none;
  font-weight: 300;
  padding: 19px 45px;
  display: inline-block;
  transition: all 0.3s; }
  .pink_btn:hover, .pink_btn:focus {
    background: #c83b4a; }

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

.menedger_wind {
  float: left;
  text-align: left;
  /*width: 16.6666%;*/ }
.float-left .menedger_wind+.menedger_wind{
  margin-left: 20px;
}
.float-right .menedger_wind+.menedger_wind{
  margin-left: 20px;
}
  .menedger_wind img {
    width: 100%;
    margin-bottom: 7px; }
  .menedger_wind p {
    font-size: 18px; }
  .menedger_wind:nth-child(3) {
    margin-right: 20px; }
  .menedger_wind:last-child {
    padding-right: 0; }
.status{
  font-weight: 400;
}
.online {
  color: #698e69;
  font-size: 12px; }

.offline {
  color: #ba686e;
  font-size: 12px; }

.chat_img {
  margin-bottom: 50px; }

.first_one {
  background: url(../img/bg1.png) no-repeat;
  background-size: cover;
  padding: 15px 0 98px 0; }
  .first_one .flex {
    text-align: center;}
  .first_one .title {
    display: inline-block;
    text-align: center;
    /*margin: 0 50px 0 38px;*/
    /*width: 33.3333%;*/ }
    .first_one .title h1 {
      color: #fff;
      font-weight: bold; }
    .first_one .title h2 {
      color: #3ac5ff;
      font-weight: lighter; }
    .first_one .title p {
      font-size: 20px;
      color: #fff;
      margin-bottom: 33px; }

/*---------------2---------------*/
.second_one {
  background: url(../img/bg2.png) no-repeat;
  background-size: cover;
  text-align: center;
  padding: 92px 0 101px 0; }
  .second_one h2 {
    color: #ff8f9b; }

.steps {
  text-align: center;
  float: left;
  width: 33.33%;
  margin-top: 65px;
  font-weight: 400;
  font-size: 24px; }
  .steps img {
    display: block;
    margin: 0 auto 18px auto; }
  .steps span {
    display: block;
    border-radius: 50%;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.2);
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    color: #962d0f;
    font-weight: bold;
    margin: 35px auto 0 auto; }

/*---------------3---------------*/
.girl_one {
  background: url("../img/girl1.png") no-repeat;
  width: 880px;
  height: 901px;
  position: absolute;
  bottom: 0;
  left: -335px;
  z-index: 1; }

.third_one {
  background: url("../img/bg3.png") no-repeat;
  background-size: cover;
  position: relative;
  height: 950px; }
  .third_one h2 {
    color: #f2979d; }
  .third_one .info {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 45px; }
    .third_one .info a {
      color: #ffacb5; }
  .third_one .flex {
    display: flex;
    justify-content: space-between;
    display: -webkit-flex; /* Safari */
    -webkit-justify-content: space-between;
  }

.reg_blk {
  float: right;
  max-width: 540px;
  margin-top: 92px;
  margin-right: 10%;
  position: relative;
  z-index: 2;
}
  .reg_blk p {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    display: inline-block;
    max-width: 355px;
    margin-top: 10px;
    margin-bottom: 47px; }

.small_reg {
  float: left;
  max-width: 160px;
  margin-bottom: 15px; }

.small_reg:last-child {
  margin-right: 0; }

/*---------------4---------------*/
.forth_one {
  background: url("../img/bg4.png") no-repeat;
  background-size: cover;
  padding: 93px 0 55px 0; }
  .forth_one h2 {
    color: #fff;
    text-align: center; }
  .forth_one p {
    text-align: center;
    margin-top: 36px; }
  .forth_one .title {
    text-align: center; }
    .forth_one .title h2 {
      color: #3ac5ff; }
    .forth_one .title p {
      margin-top: 25px;
      font-weight: 400; }
.pay-carousel img{
  opacity: 0.6;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
}
.pay-carousel .slick-slide:hover img{
  opacity: 1;
}

.pay-carousel {
  margin: 100px 0 75px 0 !important; }
  .carousel img {
    margin: 0 auto; }

.table_blk {
  max-width: 751px;
  margin: 45px auto;
  text-align: left; }
  .table_blk table {
    width: 100%;
    font-size: 20px;
    font-weight: 300;
    text-align: center;
    border-spacing: 0;
    margin-bottom: 25px; }
  .table_blk thead {
    background: #f7495c; }
    .table_blk thead th {
      font-weight: 300;
      width: 33.3333%;
      padding: 20px;
    }
  .table_blk tbody tr td {
    background: #1a222d;
    line-height: 93px; }
    .table_blk tbody tr td:nth-child(2) {
      color: #5fc4f1;
      font-size: 30px; }
  .table_blk tbody tr:nth-child(2n) td {
    background: #25303e; }
  .table_blk a {
    color: #f7495c;
    font-size: 16px;
    font-weight: 300; }
    .table_blk a span {
      color: #fff; }

/*---------------5---------------*/
.five_one {
  background: url("../img/bg5.png") no-repeat;
  background-size: cover;
  height: 935px;
  position: relative;
  overflow: hidden; }
.five_one .row{
  height: 100%;
}
.girl_second {
  background: url("../img/girl2.png") no-repeat;
  position: absolute;
  width: 700px;
  height: 936px;
  bottom: 0;
  left: -205px;
  z-index: 1; }

.step_3 {
  float: right;
  margin-top: 93px;
  position: relative;
  z-index: 2;
}
  .step_3 h2 {
    margin-bottom: 20px; }
  .step_3 p {
    font-weight: 300;
    margin-bottom: 16px; }
  .step_3 img {
    margin-top: 23px;
    margin-bottom: 28px;
    max-width: 100%;
  }

.blue_text {
  color: #90ccea; }

/*---------------6---------------*/
.six_one {
  background: url("../img/bg6.png") no-repeat;
  background-size: cover;
  text-align: center;
  padding: 103px 0; }
  .six_one h2 {
    color: #3ac5ff; }

.facts {
  text-align: center;
  width: 25%;
  float: left; }
  .facts img {
    display: block;
    margin: 59px auto 35px auto;
    height: 80px; }
  .facts div {
    font-size: 44px;
    line-height: 50px;
    font-weight: 400; }
  .facts p {
    font-size: 16px; }

/*---------------7---------------*/
.seventh {
  padding: 93px 0 30px;
  background: url("../img/bg7.png") no-repeat;
  background-size: cover;
  text-align: center; }
  .seventh h2 {
    color: #fa8979; }
  .seventh p {
    margin: 19px 0 62px 0; }

/*---------------8---------------*/
.eighth {
  background: url("../img/bg8.png") no-repeat;
  background-size: cover;
  padding: 93px 0 93px 0;
  height: 573px;
  box-sizing: border-box;
}

.girl_third {
  background: url("../img/girl3.png") 50% 20% no-repeat;
  width: 904px;
  height: 573px;
  position: absolute;
  top: -93px;
  left: -285px;
  z-index: 1; }

.advant {
  float: right;
  margin-right: 13%;
  position: relative;
  z-index: 2;
}
  .advant ul {
    margin-top: 58px; }
    .advant ul li {
      list-style-type: none;
      font-size: 20px;
      line-height: 40px;
      position: relative; }
      .advant ul li:before {
        content: "";
        position: absolute;
        background: url("../img/li.png") no-repeat;
        width: 30px;
        height: 30px;
        top: 5px;
        left: -44px; }
      .advant ul li:first-child {
        font-weight: 500; }
        .advant ul li:first-child:before {
          content: "";
          background: url("../img/li1.png") no-repeat; }

/*---------------9---------------*/
.ninth {
  text-align: center;
  padding: 100px 0;
  background: url("../img/bg9.png") no-repeat;
  background-size: cover; }
.ninth .pink_btn{
  font-size: 34px;
  padding: 29px 65px;
}
/*---------------footer---------------*/
footer {
  padding: 100px 0; }
.row-6{
  width: 16.6666%;
  float: left;
  font-weight: 300;
}
.row-6 ul{
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
.row-6 ul li a{
  color:#fff;
  text-decoration: none;
  font-size: 14px;
  line-height: 14px;
  display: inline-block;
  vertical-align: top;
}
.row-6 ul li a:hover{
  text-decoration: underline;
  color:#f7495c;
}
.row-6 ul li{
  margin-top: 8px;
}
.row-6 p{
  font-size: 16px;
  color:#5a6574;
  margin-bottom: 20px;
}
/*# sourceMappingURL=style.css.map */

.menu-toggle{
  display: none;
  height: 30px;
  width: 25px;
  cursor: pointer;
  margin-top: 25px;
}
.menu-toggle i{
  display: block;
  width: 100%;
  height: 2px;
  background: #2597c7;
  margin-top: 6px;
}
.menu-toggle:before{
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: #2597c7;
  margin-top: 3px;
}
.menu-toggle:after{
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: #2597c7;
  margin-top: 6px;
}
.top-nav{
  margin: 5px 0 20px;
  height: 75px;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 10;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
}
.top-nav.dark{
  background: #1f232e;
}
.top-nav.inner{
  position:relative;
}
.top-nav .item{
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
}
.top-nav .nav>.item+.item{
  margin-left: 15px;
}
.top-nav .not-item{
  display: inline-block;
  vertical-align: top;
  padding: 0 30px 0 25px;
}
.top-nav .lang .dropdown.icon{
  color:#fff;
}
.top-nav .head-row{
  max-width: 1160px;
  padding: 0 15px;
  margin: 0 auto;
  height: 100%;
}
.logo{
  padding-top: 20px;
}
.logo img{
  width: 213px;
  height: 35px;
}
.float-left{
  float: left;
}
.float-right{
  float: right;
}
.float-right.nav{
  height: 100%;
  padding-top: 20px;
}

.float-right.nav .item a{
  color:#fff;
  text-transform: uppercase;
  display: block;
  padding: 8px 10px;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
}
.float-right.nav .item a:hover{
  color:#2597c7;
}

.float-left.nav{
  height: 100%;
  padding-top: 21px;
  margin-left: 40px;
}

.float-left.nav .item a{
  color:#fff;
  text-transform: uppercase;
  display: block;
  padding: 8px 10px;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  font-size: 13px;
  text-decoration: none;
  font-weight: 300;
}
.float-left.nav .item+.item{
  margin-left: 10px;
}
.float-left.nav .item a:hover{
  color:#2597c7;
  text-decoration: none;
}

i.flag-icon{
  display: inline-block;
  width: 16px;
  height: 11px;
  line-height: 11px;
  vertical-align: baseline;
  margin: 0;
}
.menu i.flag-icon{
  margin-right: 5px;
}
i.flag-icon.eng{
  background: url('../img/flags.png') no-repeat -36px -26px;
}
i.flag-icon.rus{
  background: url('../img/flags.png') no-repeat -72px -884px;
}
i.flag-icon.ger{
  background: url('../img/flags.png') no-repeat 0 -1430px;
}
i.flag-icon.ita{
  background: url('../img/flags.png') no-repeat -36px -832px;
}
i.flag-icon.spa{
  background: url('../img/flags.png') no-repeat 0 -1742px;
}

.register.button{
  background: #f7495c;
  text-align: center;
  border-radius: 40px;
  text-decoration: none;
  font-weight: lighter;
  padding: 10px 20px !important;
  display: inline-block;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  font-weight: 300;
  outline: none;
}
.login.button{
  font-weight: 300;
  text-decoration: none;
}
.register.button:hover{
  background: #c83b4a!important;
  color:#fff!important;
}
.ui.sidebar .login.button{
  background: rgba(255, 255, 255, 0.1);
  min-width: 61px;
  text-align: center;
  border-radius: 40px;
  text-decoration: none;
  font-weight: lighter;
  padding: 10px 20px !important;
  display: inline-block;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  font-weight: 300;
  outline: none;
}
.ui.sidebar .login.button:hover{
  background: rgba(255, 255, 255, 0.2);
  color:#fff !important;
}
@media (max-width: 1160px){
  footer>.row{
    font-size: 0;
    text-align: center;
  }
  .row-6 {
    width: 33.333%;
    float: none;
    display: inline-block;
    vertical-align: top;
    font-weight: 300;
    margin-bottom: 30px;
  }
  .girl_third {
    left: -36%;
  }
  .facts div {
    font-size: 32px;
    line-height: 45px;
    font-weight: 400;
  }
  .step_3 {
    float: none;
    margin-top: 93px;
    position: relative;
    z-index: 2;
    text-align: center;
  }
  .girl_second{
    display: none;
  }
  .first_one .flex .float-left,
  .first_one .flex .float-right{
    width: 50%;
  }
  .menedger_wind{
    width: 50%;
    margin: 0 !important;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .menedger_wind:last-child{
    padding: 0 10px;
  }
  .first_one .flex{
    margin-left: -10px;
    margin-right: -10px;
  }

  .first_one .title{
    margin-top: 50px;
  }
  .first_one {
    padding: 15px 0 85px 0;
  }
  .girl_one {
    background-size: contain;
    width: 60%;
    height: 727px;
    left: -22%;
    background-position: center bottom;
  }
}

@media (max-width: 990px){

  .girl_third{
    display: none;
  }
  .advant {
    float: none;
    margin-right: auto;
    position: relative;
    z-index: 2;
    margin-left: auto;
    max-width: 550px;
  }
}


@media (max-width: 804px){
  .third_one{
    height: auto;
  }
  .girl_one {
    background-size: contain;
    width: 100%;
    height: 350px;
    background-position: right bottom;
    margin-top: -221px;
    position: static;
  }
  .reg_blk {
    float: none;
    max-width: 540px;
    margin-top: 0;
    padding-top: 92px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    z-index: 2;
  }
  .steps{
    font-size: 18px;
  }

  .menu-toggle{
    display: block;
    float: right;
    margin-left: 25px;
  }
  .float-right.nav .item:not(.lang),  .float-right.nav .not-item, .float-left.nav .item{
    display: none;
  }
  .float-left.nav {
    padding-top: 12px;
  }
  .float-right.nav {
    padding-top: 28px;
    height: auto;
  }
}
@media (max-width: 840px){

  .facts {
    text-align: center;
    width: 50%;
    float: left;
  }
  .girl_one{
    display: none;
  }
  .third_one {
    padding-bottom: 80px;
  }
  .seventh{
    padding-bottom: 32px;
  }
  .seventh img{
    max-width: 100%;
  }
}
@media (max-width: 640px){
  .steps {
    text-align: center;
    float:none;
    width: 100%;
    margin-top: 50px;
    font-weight: 400;
    font-size: 24px;
  }
  .first_one .flex .float-left, .first_one .flex .float-right{
    width: 100%;
  }
  .first_one .flex .float-left{
  margin-bottom: 30px;
  }
  h2 {
    font-size: 32px;
    line-height: 38px;
    font-weight: lighter;
    margin-bottom: 5px;
  }
  .eighth{
    height: auto;
    padding-bottom: 90px;
  }
  .row-6 {
    width: 50%;}
  .reg_blk >img{
    max-width: 100%;
  }
  .third_one .flex{
    display: block;
    margin-left: -10px;
    margin-right: -10px;
  }
  .small_reg{
    display: block;
    width: 33.333%;
    margin-bottom: 20px;
    max-width: 100%;
    padding: 10px;
    box-sizing: border-box;
  }
  .small_reg img{
    width: 100%;
  }
  .five_one {
   height: auto;
    padding-bottom: 90px;
  }
  .advant ul li {
    list-style-type: none;
    font-size: 20px;
    line-height: 22px;
    position: relative;
    margin-bottom: 20px;
  }
  .advant ul li:before {
    content: "";
    top: -5px;
  }
  .ninth .pink_btn {
    font-size: 25px;
    padding: 20px 45px;
  }
  .ninth {
    text-align: center;
    padding: 90px 0;
  }
  .facts img {
    margin: 59px auto 15px auto;
  }
  .steps span{
    margin-top:15px;
  }
  .second_one,.forth_one, section.five_one, .six_one,.eighth{
    padding: 80px 0 80px 0;
  }
  .seventh {
    padding: 80px 0 30px 0;
  }
  .table_blk{
    margin-bottom: 0;
  }
  .step_3,.advant{
    margin-top: 0;
  }
  .reg_blk{
    text-align: center;
  }
}
@media (max-width: 480px){
  .row-6 ul li a {
    font-size: 12px;
    line-height: 12px;
  }
  .small_reg{
    width: 48%;
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 5px;
  }
  .third_one .flex{
    text-align: center;
  }
  footer {
    padding: 75px 0 50px;
  }
  .row-6 {
    text-align: left;
  }
  .logo img {
    width: 140px;
  }
  h1 {
    font-size: 40px;
    line-height: 40px;
  }
  h2 {
    font-size: 25px;
    line-height: 28px;
  }
  .table_blk table {
    font-size: 16px;
  }
  .table_blk tbody tr td:nth-child(2) {
    font-size: 18px;
  }
  .facts {
    text-align: center;
    width: 100%;
    float: none;
  }
}