@charset "UTF-8";
@font-face {
  font-family: "OpenSans-ExtraBold";
  src: url("../fonts/OpenSans-ExtraBold.ttf");
}
@font-face {
  font-family: "OpenSans-Bold";
  src: url("../fonts/OpenSans-Bold.ttf");
}
@font-face {
  font-family: "OpenSans-Regular";
  src: url("../fonts/OpenSans-Regular.ttf");
}
@font-face {
  font-family: "OpenSans-LightItalic";
  src: url("../fonts/OpenSans-LightItalic.ttf");
}
@font-face {
  font-family: "FiraSans-Bold";
  src: url("../fonts/FiraSans-Bold.otf");
}
@font-face {
  font-family: "FiraSans-Book";
  src: url("../fonts/FiraSans-Book.otf");
  /* Colors */
}
@font-face {
  font-family: "fontello";
  src: url("../fonts/fontello.eot?15937021");
  src: url("../fonts/fontello.eot?15937021#iefix") format("embedded-opentype"), url("../fonts/fontello.woff2?15937021") format("woff2"), url("../fonts/fontello.woff?15937021") format("woff"), url("../fonts/fontello.ttf?15937021") format("truetype"), url("../fonts/fontello.svg?15937021#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?18580778#fontello') format('svg');
  }
}
*/
[class^=icon-]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-down-open-big:before {
  content: "";
}

/* '' */
.icon-search:before {
  content: "";
}

/* '' */
.icon-left-small:before {
  content: "";
}

/* '' */
.icon-right-small:before {
  content: "";
}

/* '' */
.icon-globe:before {
  content: "";
}

/* '' */
.icon-group:before {
  content: "";
}

/* '' */
.icon-user-love:before {
  content: "";
}

/* '' */
.icon-twitter:before {
  content: "";
}

/* '' */
.icon-facebook:before {
  content: "";
}

/* '' */
.icon-double-right:before {
  content: "";
}

/* '' */
.icon-angle-right:before {
  content: "";
}

/* '' */
.icon-direction:before {
  content: "";
}

/* '' */
.icon-instagram:before {
  content: "";
}

/* '' */
.icon-vkontakte:before {
  content: "";
}

/* '' */
html,
body {
  min-width: 320px;
  font-family: "OpenSans-Regular", sans-serif;
  font-size: 18px;
  margin: 0;
  padding: 0;
}

ul {
  padding-left: 0;
  list-style-type: none;
}

h1, h2, h3 {
  font-family: "FiraSans-Bold";
}

h4, h5, h6 {
  font-family: "FiraSans-Bold";
  color: #5650ce;
  font-size: 1.1rem;
  font-weight: 400;
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
}

button {
  border: none;
  cursor: pointer;
  background: none;
}
button:active, button:focus {
  outline: none !important;
}

.a-general, a.a-general {
  background: transparent;
  border: 0;
  border-radius: 90px;
  background-image: -o-linear-gradient(284deg, #f22876 0%, #942dd9 100%);
  background-image: linear-gradient(166deg, #f22876 0%, #942dd9 100%);
  -webkit-box-shadow: 0.872px 9.962px 20px 0px rgba(12, 78, 165, 0.3);
          box-shadow: 0.872px 9.962px 20px 0px rgba(12, 78, 165, 0.3);
  padding: 11px 45px;
  font-family: "OpenSans-Regular";
  color: #fff;
  font-weight: 600;
  display: block;
  cursor: pointer;
  width: auto;
  height: auto;
}

.mobile-menu {
  display: none;
  position: fixed;
  width: 100%;
  background: rgba(86, 80, 206, 0.7);
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  padding-top: 50px;
  top: 0;
  left: 0;
}
.mobile-menu ul {
  width: 100%;
  list-style: none;
  line-height: 25px;
  font-family: "OpenSans-Bold";
  color: #fff;
  opacity: 0.9;
  font-size: 0.9rem;
  text-transform: uppercase;
}
.mobile-menu ul li {
  display: block;
  line-height: 30px;
}
.mobile-menu ul li.search-form-open-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mobile-menu ul li a {
  color: #fff;
  text-decoration: none;
}
.mobile-menu ul i.icon-down-open-big {
  position: absolute;
  right: 3%;
}
.mobile-menu ul div.user-profile {
  height: 35px;
  width: 35px;
  background-color: #e93373;
  border-radius: 50px;
  position: relative;
  float: left;
  margin-left: 10px;
}
.mobile-menu ul .icon-user-love {
  font-size: 1.4rem;
}
.mobile-menu ul ul.submenu li {
  margin-left: 30px;
  font-size: 0.7rem;
}
.mobile-menu ul li:last-child .icon-down-open-big {
  position: absolute;
  right: 3%;
}
.mobile-menu .mobile-menu-close {
  position: absolute;
  right: 25px;
  top: 20px;
  height: 50px;
  width: 50px;
  cursor: pointer;
}
.mobile-menu .mobile-menu-close .mobile-menu__close {
  position: absolute;
  top: 15px;
  right: 1%;
}
.mobile-menu .mobile-menu-close .mobile-menu__close::after {
  content: "";
  display: block;
  height: 3px;
  width: 30px;
  position: absolute;
  left: -1px;
  top: 0px;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.mobile-menu .mobile-menu-close .mobile-menu__close::before {
  content: "";
  display: block;
  height: 3px;
  width: 30px;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  background-color: #fff;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

header.header-wrapper {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  padding-top: 25px;
  height: 95px;
}

.logo__word {
  color: #fff;
  font-family: "OpenSans-ExtraBold";
  text-transform: uppercase;
  position: relative;
  top: -25px;
  left: 5px;
  font-size: 1.7rem;
}

img.logo {
  float: left;
}

.general-menu {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

nav.main-navigation .general-menu li {
  font-family: "OpenSans-Bold";
  color: #fff;
  margin-right: 20px;
  opacity: 0.9;
  font-size: 0.7rem;
  text-transform: uppercase;
  cursor: pointer;
}
nav.main-navigation .general-menu li a {
  color: #fff;
  text-decoration: none;
}
nav.main-navigation .general-menu li a:hover {
  color: #fff;
}
nav.main-navigation .general-menu li a:hover::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  -webkit-transform: translateY(12px) scale(1);
      -ms-transform: translateY(12px) scale(1);
          transform: translateY(12px) scale(1);
  background-color: #fff;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
nav.main-navigation .general-menu li .search-block-form {
  display: none;
  position: absolute;
  background: #fff;
  top: 50px;
  left: -55px;
  border-radius: 5px;
  padding: 10px;
}
nav.main-navigation .general-menu li .search-block-form::before {
  content: "";
  height: 30px;
  width: 30px;
  position: absolute;
  right: 12px;
  top: -6px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
nav.main-navigation .general-menu li .search-block-form form.search-form {
  position: relative;
}
nav.main-navigation .general-menu li .search-block-form form.search-form input[name=getsearch] {
  width: 500px;
  height: 30px;
  border-radius: 5px;
  padding-left: 10px;
  background-color: #fff;
  border-color: #80bdff;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  outline: none;
  font-family: "OpenSans-Regular";
}
nav.main-navigation .general-menu li .search-block-form form.search-form i.icon-search {
  font-size: 20px;
  color: #9C9C9C;
  position: relative;
  top: 2px;
}
nav.main-navigation .general-menu li:hover > ul {
  display: block;
}

nav.main-navigation .general-menu li .icon-down-open-big {
  margin-left: 3px;
  font-size: 0.7rem;
}

.general-menu .user-profile {
  height: 30px;
  width: 32px;
  background-color: #e93373;
  border-radius: 50px;
  position: relative;
  top: -6px;
  float: left;
}
.general-menu .user-profile .icon-user-love {
  font-size: 1.3rem;
}

nav.main-navigation .general-menu .submenu {
  display: none;
  list-style: none;
  padding-left: 0;
  border-radius: 5px;
  position: absolute;
  background: #ffffff;
  min-width: 90px;
  z-index: 1999;
  top: 45px;
  -webkit-box-shadow: 0px 0px 11.7px 1.3px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0px 11.7px 1.3px rgba(0, 0, 0, 0.08);
  -webkit-transform: translateY(15px);
      -ms-transform: translateY(15px);
          transform: translateY(15px);
}
nav.main-navigation .general-menu .submenu::before {
  content: "";
  height: 30px;
  width: 30px;
  position: absolute;
  left: 12px;
  top: -6px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
nav.main-navigation .general-menu .submenu li {
  padding-left: 15px;
  width: 100%;
  line-height: 25px;
  display: block;
}
nav.main-navigation .general-menu .submenu li:hover {
  background-color: #f6f6f6;
}
nav.main-navigation .general-menu .submenu li a {
  text-transform: uppercase;
  color: #292929;
  font-family: "OpenSans-Regular";
}

.header-bar {
  width: 30px;
  height: 25px;
  cursor: pointer;
  position: relative;
}
.header-bar span {
  display: inline-block;
  height: 3px;
  width: 100%;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  background-color: #fff;
  position: absolute;
  right: 20px;
  top: 0;
}
.header-bar span::after {
  content: "";
  display: inline-block;
  height: 3px;
  width: 100%;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 10px;
  cursor: pointer;
}
.header-bar span::before {
  content: "";
  display: inline-block;
  height: 3px;
  width: 100%;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 20px;
  cursor: pointer;
}

.scroll-header {
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  background: #5650ce;
  border: none;
}

.icon-angle-double-right {
  float: left;
}

.first-section {
  padding-bottom: 230px;
  background: url("../img/bg_header_section_1.jpg") no-repeat;
  padding-top: 150px;
}
.first-section .title__find-love {
  color: #fff;
  text-transform: uppercase;
  width: 350px;
  font-size: 2rem;
  text-align: center;
}
.first-section img.imgban {
  position: absolute;
  right: 10%;
}
.first-section .love-form-search__bg {
  height: 474px;
  width: 350px;
  background-color: #fff;
  border-radius: 35px;
  font-family: "OpenSans-Bold";
  padding-top: 20px;
  font-size: 0.9rem;
}
.first-section .love-form-search__bg .love-form-search__item {
  height: 60px;
  padding: 22px 30px 15px;
  vertical-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.first-section .love-form-search__bg .love-form-search__item p {
  display: inline-block;
  float: left;
  margin: -1px 10px 0 -10px;
  width: 69px;
}
.first-section .love-form-search__bg .love-form-search__item label {
  font-family: "OpenSans-Regular";
  text-transform: uppercase;
  font-size: 0.7rem;
  margin-left: 4px;
  cursor: pointer;
}
.first-section .love-form-search__bg .love-form-search__item label:hover {
  color: #6069ff;
}
.first-section .love-form-search__bg .love-form-search__item label::before {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #c6c6dd;
  display: inline-block;
  margin-right: 10px;
}
.first-section .love-form-search__bg .love-form-search__item input[type=radio] {
  margin-right: 3px;
  display: none;
}
.first-section .love-form-search__bg .love-form-search__item input[type=radio]:checked + label::before {
  content: "•";
  line-height: 10px;
  font-size: 25px;
  color: #6069ff;
  text-align: center;
}
.first-section .love-form-search__bg .love-form-search__item select {
  margin-left: 10px;
}
.first-section .love-form-search__bg .love-form-search__item span {
  margin: 0 10px;
  font-family: "OpenSans-Regular";
}
.first-section .love-form-search__bg .love-form-search__item .nice-select.nselect:last-child::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 1px;
  top: 19px;
  background-color: #c6c6dd;
  left: -15px;
  z-index: 10;
}
.first-section .love-form-search__bg .love-form-search__item .nice-select.nselectCountry {
  width: 193px;
}
.first-section .love-form-search__bg .love-form-search__item:last-child {
  border-bottom: none;
}
.first-section .love-form-search__bg button.a-general {
  margin: 35px auto;
}

.love-registration-form-bg {
  display: none;
  position: absolute;
  z-index: 20;
  top: 172px;
  height: 474px;
  width: 350px;
  background-color: #fff;
  border-radius: 35px;
  font-family: "OpenSans-Bold";
  padding: 20px 20px;
  font-size: 0.9rem;
}
.love-registration-form-bg .back-to-search-love {
  font-family: "OpenSans-Regular";
  color: #333;
  cursor: pointer;
  width: 80px;
  margin-left: 75%;
  text-decoration: none;
}
.love-registration-form-bg .back-to-search-love:hover {
  color: #ff3366;
  text-decoration: underline;
}
.love-registration-form-bg .tite-registration {
  text-align: center;
  text-transform: uppercase;
  color: #ff3366;
  position: relative;
}
.love-registration-form-bg .tite-registration::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 130px;
  border-bottom: 3px dotted #ff3366;
  top: 20px;
  left: 89px;
}
.love-registration-form-bg .love-form-registration__item {
  height: 60px;
  padding: 22px 30px 15px;
  vertical-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.love-registration-form-bg .love-form-registration__item p {
  display: inline-block;
  float: left;
  margin: -1px 25px 0 -10px;
  width: 40px;
}
.love-registration-form-bg .love-form-registration__item label {
  font-family: "OpenSans-Regular";
  text-transform: uppercase;
  font-size: 0.7rem;
  margin-left: 4px;
  cursor: pointer;
}
.love-registration-form-bg .love-form-registration__item label:hover {
  color: #6069ff;
}
.love-registration-form-bg .love-form-registration__item label::before {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #c6c6dd;
  display: inline-block;
  margin-right: 10px;
}
.love-registration-form-bg .love-form-registration__item input[type=radio] {
  margin-right: 3px;
  display: none;
}
.love-registration-form-bg .love-form-registration__item input[type=radio]:checked + label::before {
  content: "•";
  line-height: 10px;
  font-size: 25px;
  color: #6069ff;
  text-align: center;
}
.love-registration-form-bg .love-form-registration__item select {
  margin-left: 10px;
}
.love-registration-form-bg .love-form-registration__item span {
  margin: 0 4px;
  font-family: "OpenSans-Regular";
}
.love-registration-form-bg .love-form-registration__item .nice-select.nselect:last-child::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 1px;
  top: 19px;
  background-color: #c6c6dd;
  left: -15px;
  z-index: 2000;
}
.love-registration-form-bg button.a-general {
  margin: 35px auto;
}

.second-section .section-step {
  background: #fff;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(38, 14, 116, 0.4);
          box-shadow: 0px 10px 30px 0px rgba(38, 14, 116, 0.4);
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 40px 60px 40px;
  margin-top: -80px;
}
.second-section .section-step .title-steps {
  -webkit-box-flex: 27%;
      -ms-flex: 27%;
          flex: 27%;
  width: 27%;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  padding-right: 60px;
}
.second-section .section-step .title-steps p:first-child {
  font-family: "FiraSans-Bold";
  text-transform: uppercase;
  font-size: 1.2rem;
}
.second-section .section-step .title-steps p:last-child {
  font-family: "OpenSans-Regular";
}
.second-section .scale-steps {
  -webkit-box-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
  width: 50%;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  border-left: 1px solid #c6c6dd;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 10px 0px 10px;
}
.second-section .scale-steps ul {
  list-style: none;
  display: inline-block;
  text-align: center;
  position: relative;
  left: -60px;
}
.second-section .scale-steps ul::before {
  position: absolute;
  content: "";
  width: 60%;
  left: 60%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 30px;
  height: 2px;
  background-color: #f664bc;
}
.second-section .scale-steps ul li {
  display: inline-block;
  margin-left: 50px;
}
.second-section .scale-steps ul li .number-step {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  background: #f664bc;
  position: relative;
  color: #fff;
  display: inline-block;
  font-family: "FiraSans-Bold";
  z-index: 10;
}
.second-section .scale-steps ul li .number-step::before {
  position: absolute;
  content: "";
  width: 60px;
  height: 60px;
  top: -5px;
  left: -5px;
  background: rgba(246, 100, 188, 0.3);
  z-index: -1;
  border-radius: 50%;
}
.second-section .scale-steps ul li .number-step::after {
  position: absolute;
  content: "";
  width: 70px;
  height: 70px;
  top: -10px;
  left: -10px;
  background: rgba(246, 100, 188, 0.3);
  z-index: -2;
  border-radius: 50%;
}
.second-section .scale-steps ul p {
  display: block;
  margin-top: 23px;
  color: #333;
  font-weight: 700;
  margin-bottom: 0px;
  font-size: 0.9rem;
}
.second-section .regi-a__step {
  -webkit-box-flex: 15%;
      -ms-flex: 15%;
          flex: 15%;
  width: 15%;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  text-align: center;
}
.second-section .regi-a__step button.a-general {
  padding: 10px 15px;
}

.flirt-starting {
  margin-top: 80px;
}
.flirt-starting h2 {
  font-size: 2rem;
}
.flirt-starting p {
  font-family: "OpenSans-Regular";
  text-indent: 10px;
  font-size: 0.9rem;
}
.flirt-starting a.a-general {
  width: 250px;
  font-size: 0.7rem;
  text-decoration: none;
  margin: 50px 0 50px;
}

.lasted-registred {
  margin-top: 80px;
  background-color: #e1e6ff;
  padding: 80px 0;
}
.lasted-registred .members-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  border-radius: 30px;
  height: 350px;
}
.lasted-registred .item-owl {
  position: relative;
  width: 269px;
  height: 336px;
  border-radius: 30px;
  background-color: #fff;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(38, 14, 116, 0.1);
          box-shadow: 0px 10px 30px 0px rgba(38, 14, 116, 0.1);
  padding: 50px 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  z-index: 1;
}
.lasted-registred .item-owl .content-owl {
  width: 120px;
  height: 120px;
  position: relative;
  border-radius: 50%;
  background-image: -o-linear-gradient(90deg, #f22876 0%, #942dd9 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, from(#f22876), to(#942dd9));
  background-image: -o-linear-gradient(bottom, #f22876 0%, #942dd9 100%);
  background-image: linear-gradient(360deg, #f22876 0%, #942dd9 100%);
  margin: 0 auto;
}
.lasted-registred .item-owl .content-owl img {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 5px;
  top: 5px;
}
.lasted-registred .item-owl p {
  text-align: center;
}
.lasted-registred .item-owl p.regi-name {
  font-family: "FiraSans-Medium";
  text-transform: uppercase;
  font-size: 1rem;
}
.lasted-registred .item-owl p.regi-ages {
  font-family: "OpenSans-Regular";
  font-size: 0.9rem;
}
.lasted-registred .nav-carusel {
  text-align: right;
  margin-top: 20px;
}
.lasted-registred .nav-carusel button.a-general {
  display: inline-block;
  padding: 0;
  width: 50px;
  height: 50px;
  outline: none;
}
.lasted-registred .nav-carusel button.a-general:first-child {
  background: #f0f3ff;
  color: #7981a9;
}
.lasted-registred .nav-carusel button.a-general:first-child:hover {
  background-image: -o-linear-gradient(284deg, #f22876 0%, #942dd9 100%);
  background-image: linear-gradient(166deg, #f22876 0%, #942dd9 100%);
  color: #fff;
}
.lasted-registred h2 {
  font-size: 2rem;
}
.lasted-registred p {
  font-family: "OpenSans-Regular";
  text-indent: 10px;
  font-size: 0.9rem;
}
.lasted-registred a.a-general {
  width: 250px;
  font-size: 0.7rem;
  text-decoration: none;
  margin: 50px 0 50px;
}

.amazing-features {
  margin-top: 20px;
}
.amazing-features p, .amazing-features h2 {
  text-align: center;
}
.amazing-features p:first-child {
  font-family: "OpenSans-Bold";
  color: #5650ce;
  font-size: 1.2rem;
}
.amazing-features h2 {
  font-size: 2rem;
}
.amazing-features p:last-child {
  font-size: 0.7rem;
}
.amazing-features .amazing-content {
  position: relative;
  margin-top: 50px;
}
.amazing-features .amazing-content .left-image {
  width: 46%;
  height: 669px;
  position: absolute;
  left: 0;
  background-image: url("../img/amazing_features.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 0px 30px 30px 0px;
}
.amazing-features .amazing-content .left-image .join-accaunt {
  position: absolute;
  width: 270px;
  height: 270px;
  background-image: -o-linear-gradient(284deg, #f22876 0%, #942dd9 100%);
  background-image: linear-gradient(166deg, #f22876 0%, #942dd9 100%);
  border-radius: 50%;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -120px;
}
.amazing-features .amazing-content .left-image .join-accaunt:before {
  position: absolute;
  content: "";
  width: 290px;
  height: 290px;
  left: -10px;
  top: -10px;
  background: rgba(222, 41, 139, 0.2);
  border-radius: 50%;
  z-index: -1;
}
.amazing-features .amazing-content .left-image .join-accaunt .join-accaunt-content {
  padding-top: 55px;
  color: #fff;
}
.amazing-features .feture-list .feture-list-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-animation: fadeInUp 1s;
          animation: fadeInUp 1s;
}
.amazing-features .feture-list .feture-list-single:hover .icon-single {
  -webkit-box-shadow: 0px 5px 10px 0px rgba(64, 36, 155, 0.4);
          box-shadow: 0px 5px 10px 0px rgba(64, 36, 155, 0.4);
}
.amazing-features .feture-list .feture-list-single .icon-single {
  width: 65px;
  height: 65px;
  line-height: 65px;
  background: #faeffa;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  margin-right: 30px;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  padding-top: 10px;
}
.amazing-features .feture-list .feture-list-single .content-single {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-bottom: 1px solid #cecece;
  padding-bottom: 24px;
}
.amazing-features .feture-list .feture-list-single .content-single h4 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #000;
  font-family: "FiraSans-Medium";
}
.amazing-features .feture-list .feture-list-single .content-single p {
  text-align: left;
  font-family: "OpenSans-Regular";
  font-size: 0.8rem;
}
.amazing-features .feture-list .feture-list-single:last-child .content-single {
  border-bottom: none;
}

.best-ways {
  margin-top: 150px;
  position: relative;
  overflow: hidden;
  padding: 123px 0px 120px;
  background: #5736cb url("../img/bg_heart_pattern_section_4.png") no-repeat;
  height: 547px;
}
.best-ways img.best-ways__img {
  position: absolute;
  bottom: -68px;
  right: 10%;
}
.best-ways h2 {
  color: #fff;
  font-family: "FiraSans-Bold";
  font-size: 2rem;
}
.best-ways a.a-general {
  width: 160px;
  text-decoration: none;
  text-align: center;
}

.new-community {
  padding-top: 50px;
  padding-bottom: 100px;
  background-color: #f9faff;
}
.new-community p.new-community__first, .new-community p.new-community__last, .new-community h2 {
  text-align: center;
}
.new-community p.new-community__first {
  font-family: "OpenSans-Bold";
  color: #5650ce;
  font-size: 1.5rem;
}
.new-community h2 {
  font-size: 2.5rem;
}
.new-community p.new-community__last {
  font-size: 0.9rem;
}
.new-community__lost-card {
  margin-top: 25px;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  -o-transition: transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  background-color: #fff;
  border-radius: 35px;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(38, 14, 116, 0.1);
          box-shadow: 0px 10px 30px 0px rgba(38, 14, 116, 0.1);
  overflow: hidden;
}
.new-community__lost-card:hover {
  -webkit-box-shadow: 0px 10px 50px 0px #b0a4e2;
          box-shadow: 0px 10px 50px 0px #b0a4e2;
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.new-community .bg-img__container {
  width: 100%;
}
.new-community .bg-img__container img {
  width: 100%;
}
.new-community .new-community__lost-card__content {
  padding: 10px 30px 25px;
  color: #000;
  height: 280px;
  position: relative;
}
.new-community .new-community__lost-card__content .comunity-title .time-day__number {
  font-family: "OpenSans-LightItalic";
  font-size: 0.9rem;
}
.new-community .new-community__lost-card__content .comunity-title .title-comunity {
  font-family: "FiraSans-Book";
  font-size: 1rem;
}
.new-community .new-community__lost-card__content .comunity-title .comunity-description {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-family: "OpenSans-Regular";
  font-size: 0.8rem;
  padding-bottom: 50px;
}
.new-community .new-community__lost-card__content .check-comunity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 0;
  width: 85%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px 0 10px;
  font-family: "OpenSans-Regular";
}
.new-community .new-community__lost-card__content .check-comunity .count-people {
  background: #f6e9f9;
  padding: 5px 20px;
  border-radius: 50px;
}
.new-community .new-community__lost-card__content .check-comunity i {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -o-linear-gradient(284deg, #f22876 0%, #942dd9 100%);
  background-image: linear-gradient(166deg, #f22876 0%, #942dd9 100%);
  text-shadow: 0.927px 2.853px 10px rgba(18, 72, 142, 0.5);
}

.counter-people-story {
  padding: 50px 0 180px;
  background: url("../img/counter-people_bg.png") no-repeat #141f33;
  background-position: bottom;
  font-family: "FiraSans-Bold";
}
.counter-people-story h2 {
  margin-bottom: 0;
  color: #fff;
  font-size: 4rem;
  text-align: center;
}
.counter-people-story .counter-peuple-descriptions {
  color: #ff3366;
  text-align: center;
  margin-bottom: 100px;
}
.counter-people-story .counter-item > * {
  display: block;
  text-align: center;
}
.counter-people-story .icon-counter {
  display: block;
  margin: 0 auto;
}
.counter-people-story .counter-num {
  color: #fff;
  -webkit-text-decoration: uppercase;
          text-decoration: uppercase;
  font-size: 5rem;
}
.counter-people-story .counter-descriptions {
  color: #ebebff;
  font-family: "OpenSans-Regular";
  font-size: 0.9rem;
}

.people-stories {
  background: url("../img/bg_stories.png") no-repeat;
  background-position: top center;
  position: relative;
  top: -150px;
  padding-top: 50px;
}
.people-stories .story-top {
  font-family: "FiraSans-Book";
  color: #ff3366;
  font-size: 0.9rem;
  text-align: center;
}
.people-stories h2 {
  color: #fff;
  font-size: 2rem;
  text-align: center;
}
.people-stories .story-und {
  font-family: "OpenSans-Regular";
  color: #fff;
  font-size: 0.8rem;
  text-align: center;
}
.people-stories .card-stories {
  margin-top: 143px;
}
.people-stories .card-stories .card-stories-item {
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  -o-transition: transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  background-color: #fff;
  border-radius: 35px;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(38, 14, 116, 0.1);
          box-shadow: 0px 10px 30px 0px rgba(38, 14, 116, 0.1);
  overflow: hidden;
  margin-bottom: 25px;
}
.people-stories .card-stories .card-stories-item:hover {
  -webkit-box-shadow: 0px 10px 50px 0px #b0a4e2;
          box-shadow: 0px 10px 50px 0px #b0a4e2;
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.people-stories .card-stories .card-stories-item .card-stories-image .image__bg {
  width: 100%;
}
.people-stories .card-stories .card-stories-item .card-stories-image .sh-img {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  margin: -50px auto;
  text-align: center;
  padding-top: 5px;
  position: relative;
}
.people-stories .card-stories .card-stories-item .card-stories-image .sh-img:before {
  position: absolute;
  content: "";
  width: 70px;
  height: 70px;
  top: -5px;
  left: -5px;
  border-radius: 50%;
  background-image: -o-linear-gradient(284deg, #f22876 0%, #942dd9 100%);
  background-image: linear-gradient(166deg, #f22876 0%, #942dd9 100%);
  z-index: 0;
  opacity: 0.5;
}
.people-stories .card-stories .card-stories-item .card-stories-image .sh-img:after {
  position: absolute;
  content: "";
  width: 80px;
  height: 80px;
  top: -10px;
  left: -10px;
  border-radius: 50%;
  background-image: -o-linear-gradient(284deg, #f22876 0%, #942dd9 100%);
  background-image: linear-gradient(166deg, #f22876 0%, #942dd9 100%);
  z-index: 1;
  opacity: 0.5;
}
.people-stories .card-stories .card-stories-item .card-stories-image span:before {
  position: absolute;
  content: "";
  width: 90px;
  height: 90px;
  top: -15px;
  left: -15px;
  border-radius: 50%;
  background-image: -o-linear-gradient(284deg, #f22876 0%, #942dd9 100%);
  background-image: linear-gradient(166deg, #f22876 0%, #942dd9 100%);
  z-index: 0;
  opacity: 0.2;
}
.people-stories .card-stories .card-stories-item .card-stories-image span:after {
  position: absolute;
  content: "";
  width: 100px;
  height: 100px;
  top: -20px;
  left: -20px;
  border-radius: 50%;
  background-image: -o-linear-gradient(284deg, #f22876 0%, #942dd9 100%);
  background-image: linear-gradient(166deg, #f22876 0%, #942dd9 100%);
  z-index: 4;
  opacity: 0.2;
}
.people-stories .card-stories .card-stories-item .card-stories-image .story-author {
  border-radius: 50%;
  position: relative;
  z-index: 5;
}
.people-stories .card-stories .card-stories-item .card-stories__title__date {
  margin: 80px 20px 20px;
}
.people-stories .card-stories .card-stories-item .card-stories__title__date h3 {
  margin-bottom: 5px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-family: "FiraSans-Book";
  font-size: 1rem;
}
.people-stories .card-stories .card-stories-item .card-stories__title__date p.blog-date {
  font-family: "OpenSans-Regular";
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 40px;
}
.people-stories .card-stories .card-stories__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 30px 15px;
  font-family: "OpenSans-Regular";
  font-size: 0.9rem;
}
.people-stories .card-stories .card-stories__share i {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -o-linear-gradient(284deg, #f22876 0%, #942dd9 100%);
  background-image: linear-gradient(166deg, #f22876 0%, #942dd9 100%);
  text-shadow: 0.927px 2.853px 10px rgba(18, 72, 142, 0.5);
}
.people-stories .card-stories .card-stories__read-more a {
  color: #333;
  text-decoration: none;
}
.people-stories .card-stories .card-stories__read-more a:hover {
  color: #ff3366;
  text-decoration: underline;
}

.upgrade-profile {
  padding: 0 0 120px;
}
.upgrade-profile .description-upgrade {
  margin-top: 100px;
}
.upgrade-profile .description-upgrade h2 {
  font-size: 2rem;
}
.upgrade-profile .description-upgrade p {
  font-family: "OpenSans-Regular";
  text-indent: 10px;
  font-size: 0.9rem;
}
.upgrade-profile .description-upgrade a.a-general {
  width: 250px;
  font-size: 1rem;
  text-decoration: none;
  margin: 50px 10px 50px;
}

.small-article p {
  font-family: "OpenSans-Regular";
  text-indent: 10px;
  font-size: 0.9rem;
}

.title-page {
  background: #3b2196;
  padding-top: 250px;
  position: relative;
}
.title-page .title__pages {
  color: #fff;
  text-transform: uppercase;
  width: 350px;
  font-size: 2rem;
}
.title-page .bread-crumbs-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
}
.title-page .bread-crumbs-menu a {
  font-family: "OpenSans-Regular";
  color: #fff;
  text-decoration: none;
  font-size: 0.8rem;
}
.title-page .bread-crumbs-menu a:hover {
  text-decoration: underline;
  color: #e93373;
}
.title-page .bread-crumbs-menu i.icon-angle-right {
  font-size: 0.7rem;
  opacity: 0.8;
}
.title-page .bg-bottom-title-page {
  position: relative;
  bottom: -10px;
  width: 100%;
  z-index: 5;
}
.title-page .people-top-pages {
  position: absolute;
  bottom: 0;
  right: 15%;
}

.aboutut-info {
  padding-top: 50px;
}

.oue-supporting {
  margin: 80px 0 80px;
  padding: 30px 0 30px;
  background-color: #e1e6ff;
}
.oue-supporting p, .oue-supporting h2 {
  text-align: center;
}
.oue-supporting p:first-child {
  font-family: "OpenSans-Bold";
  color: #5650ce;
  font-size: 1.2rem;
}
.oue-supporting h2 {
  font-size: 2rem;
}
.oue-supporting p:last-child {
  font-size: 0.7rem;
}

.card-support {
  margin: 20px 0 20px;
}
.card-support .catd-bg {
  height: 355px;
  width: 235px;
  border-radius: 10px;
  background-color: #fff;
  padding: 20px 30px;
  text-align: center;
  margin-top: 20px;
}
.card-support .catd-bg:hover {
  -webkit-box-shadow: 0px 10px 50px 0px #b0a4e2;
          box-shadow: 0px 10px 50px 0px #b0a4e2;
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.card-support .catd-bg img.aboutut-img {
  display: block;
  margin: 0 auto;
}
.card-support .catd-bg h3 {
  font-family: "FiraSans-Book";
  margin: 20px 0;
  font-size: 0.9rem;
}
.card-support .catd-bg p.description-card-support {
  font-family: "OpenSans-Regular";
  font-size: 0.7rem;
}

.people-stories-page {
  padding: 50px 0;
}
.people-stories-page .story-top-pages {
  font-family: "OpenSans-Bold";
  color: #5650ce;
  font-size: 1.2rem;
  text-align: center;
}
.people-stories-page h2 {
  font-family: "OpenSans-Bold";
  color: #000;
  font-size: 2rem;
  text-align: center;
}
.people-stories-page .story-und-pages {
  font-family: "OpenSans-Regular";
  color: #000;
  font-size: 0.7rem;
  text-align: center;
}
.people-stories-page .card-stories {
  margin-top: 143px;
}
.people-stories-page .card-stories .card-stories-item {
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  -o-transition: transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  background-color: #fff;
  border-radius: 35px;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(38, 14, 116, 0.1);
          box-shadow: 0px 10px 30px 0px rgba(38, 14, 116, 0.1);
  overflow: hidden;
  margin-bottom: 25px;
}
.people-stories-page .card-stories .card-stories-item:hover {
  -webkit-box-shadow: 0px 10px 50px 0px #b0a4e2;
          box-shadow: 0px 10px 50px 0px #b0a4e2;
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.people-stories-page .card-stories .card-stories-item .card-stories-image .image__bg {
  width: 100%;
}
.people-stories-page .card-stories .card-stories-item .card-stories-image .sh-img {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  margin: -50px auto;
  text-align: center;
  padding-top: 5px;
  position: relative;
}
.people-stories-page .card-stories .card-stories-item .card-stories-image .sh-img:before {
  position: absolute;
  content: "";
  width: 70px;
  height: 70px;
  top: -5px;
  left: -5px;
  border-radius: 50%;
  background-image: -o-linear-gradient(284deg, #f22876 0%, #942dd9 100%);
  background-image: linear-gradient(166deg, #f22876 0%, #942dd9 100%);
  z-index: 0;
  opacity: 0.5;
}
.people-stories-page .card-stories .card-stories-item .card-stories-image .sh-img:after {
  position: absolute;
  content: "";
  width: 80px;
  height: 80px;
  top: -10px;
  left: -10px;
  border-radius: 50%;
  background-image: -o-linear-gradient(284deg, #f22876 0%, #942dd9 100%);
  background-image: linear-gradient(166deg, #f22876 0%, #942dd9 100%);
  z-index: 1;
  opacity: 0.5;
}
.people-stories-page .card-stories .card-stories-item .card-stories-image span:before {
  position: absolute;
  content: "";
  width: 90px;
  height: 90px;
  top: -15px;
  left: -15px;
  border-radius: 50%;
  background-image: -o-linear-gradient(284deg, #f22876 0%, #942dd9 100%);
  background-image: linear-gradient(166deg, #f22876 0%, #942dd9 100%);
  z-index: 0;
  opacity: 0.2;
}
.people-stories-page .card-stories .card-stories-item .card-stories-image span:after {
  position: absolute;
  content: "";
  width: 100px;
  height: 100px;
  top: -20px;
  left: -20px;
  border-radius: 50%;
  background-image: -o-linear-gradient(284deg, #f22876 0%, #942dd9 100%);
  background-image: linear-gradient(166deg, #f22876 0%, #942dd9 100%);
  z-index: 4;
  opacity: 0.2;
}
.people-stories-page .card-stories .card-stories-item .card-stories-image .story-author {
  border-radius: 50%;
  position: relative;
  z-index: 5;
}
.people-stories-page .card-stories .card-stories-item .card-stories__title__date {
  margin: 80px 20px 20px;
}
.people-stories-page .card-stories .card-stories-item .card-stories__title__date h3 {
  margin-bottom: 5px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-family: "FiraSans-Book";
  font-size: 1rem;
}
.people-stories-page .card-stories .card-stories-item .card-stories__title__date p.blog-date {
  font-family: "OpenSans-Regular";
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 40px;
}
.people-stories-page .card-stories .card-stories__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 30px 15px;
  font-family: "OpenSans-Regular";
  font-size: 0.9rem;
}
.people-stories-page .card-stories .card-stories__share i {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -o-linear-gradient(284deg, #f22876 0%, #942dd9 100%);
  background-image: linear-gradient(166deg, #f22876 0%, #942dd9 100%);
  text-shadow: 0.927px 2.853px 10px rgba(18, 72, 142, 0.5);
}
.people-stories-page .card-stories .card-stories__read-more a {
  color: #333;
  text-decoration: none;
}
.people-stories-page .card-stories .card-stories__read-more a:hover {
  color: #ff3366;
  text-decoration: underline;
}

.page-full {
  background: url("../img/bg_header_pages_cicle_section_1.png") no-repeat #3b2196;
  background-size: cover;
}
.page-full img.bg-bottom-title-page__full {
  position: absolute;
  right: 0;
  bottom: 0;
}

.info-pages {
  margin: 80px 0 80px;
  padding: 30px 0 30px;
}
.info-pages .info-pages-container {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.info-pages .info-pages-container .info-pages-info {
  margin: 50px 0;
  font-family: "OpenSans-Regular";
  font-size: 0.8rem;
  text-align: left;
}
.info-pages .info-pages-container .info-pages-info h2 {
  font-family: "OpenSans-Regular";
  margin-bottom: 30px;
}
.info-pages .info-pages-container h3 {
  font-family: "OpenSans-Regular";
  font-size: 0.8rem;
}
.info-pages .info-pages-container a {
  width: 250px;
  display: block;
  margin: 0 auto 50px;
}
.info-pages .info-pages-container a.a-general {
  width: 210px;
  display: block;
  margin: 0 auto;
  font-size: 0.9rem;
  text-decoration: none;
  margin-bottom: 50px;
}
.info-pages .info-pages-container a.a-general:hover {
  text-decoration: underline;
}

footer {
  position: relative;
  background-color: #3b2196;
}
footer .bg-footer-top {
  width: 100%;
}
footer .bg-footer_heard {
  position: absolute;
  left: 0;
  bottom: 10%;
  width: 320px;
  height: 466px;
  background: url("../img/footer_background_2.png") no-repeat;
}
footer .bg-footer_love {
  width: 790px;
  height: 564px;
  background: url("../img/footer_background_3.png") no-repeat;
  position: absolute;
  right: 0;
  bottom: 20px;
}
footer .mail-icon {
  border-radius: 50%;
  background-image: -o-linear-gradient(284deg, #f22876 0%, #942dd9 100%);
  background-image: linear-gradient(166deg, #f22876 0%, #942dd9 100%);
  -webkit-box-shadow: 0.872px 9.962px 20px 0px rgba(12, 78, 165, 0.3);
          box-shadow: 0.872px 9.962px 20px 0px rgba(12, 78, 165, 0.3);
  width: 120px;
  height: 120px;
  margin: -120px auto;
}
footer .mail-icon img {
  display: block;
  margin: 20px auto;
}
footer .mail-anuns {
  font-family: "OpenSans-Regular";
  color: #fff;
  margin: 50px 0;
}
footer .subscribe-news {
  margin-top: 20px;
  position: relative;
}
footer .subscribe-news input[type=text] {
  outline: none !important;
  background-color: #3b2196;
  border: 2px solid #fff;
  width: 500px;
  height: 50px;
  border-radius: 50px;
  color: #c4c8fb;
  padding-left: 20px;
  font-family: "OpenSans-Regular";
}
footer .subscribe-news span.feadwarnMail {
  font-family: "OpenSans-Regular";
  color: #fff;
  margin-top: 20px;
  background-color: #000;
  opacity: 0.6;
  max-width: 390px;
  padding: 30px;
  font-size: 0.7rem;
  border-radius: 5px;
}
footer .subscribe-news span.feadwarnMail::before {
  content: "";
  height: 30px;
  width: 30px;
  position: absolute;
  left: 12px;
  top: 60px;
  background-color: #000;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
footer .subscribe-news button.submit-news {
  position: absolute;
  border-radius: 50%;
  background-image: -o-linear-gradient(284deg, #f22876 0%, #942dd9 100%);
  background-image: linear-gradient(166deg, #f22876 0%, #942dd9 100%);
  -webkit-box-shadow: 0.872px 9.962px 20px 0px rgba(12, 78, 165, 0.3);
          box-shadow: 0.872px 9.962px 20px 0px rgba(12, 78, 165, 0.3);
  height: 60px;
  width: 60px;
  top: -5px;
  right: 0px;
}
footer .subscribe-news i.icon-direction {
  color: #fff;
  font-size: 30px;
}
footer .main-bottom-menu {
  margin-top: 200px;
  margin-bottom: 100px;
}
footer .main-bottom-menu .title-bottom-menu {
  font-family: "FiraSans-Bold";
  text-transform: uppercase;
  color: #fff;
  font-size: 1.1rem;
  margin-bottom: 10px;
}
footer .main-bottom-menu .main-bottom-menu-list .main-bottom-menu__item {
  text-decoration: none;
  font-family: "OpenSans-Regular";
  font-size: 0.8rem;
  color: #f1f1f1;
  opacity: 0.9;
}
footer .main-bottom-menu .main-bottom-menu-list .main-bottom-menu__item i {
  opacity: 0.5;
}
footer .main-bottom-menu .main-bottom-menu-list .main-bottom-menu__item:hover {
  padding-left: 10px;
  color: #ff3366;
}
footer .copyright {
  margin-top: 20px;
  padding-top: 20px;
}
footer .copyright .copyright-socnet {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 20px;
  font-family: "OpenSans-Regular";
  font-size: 0.7rem;
  color: #fff;
}
footer .copyright .copyright-socnet .copyrigt-block {
  font-size: 0.9rem;
}
footer .copyright .copyright-socnet .copyrigt-block .copyrigt__link {
  color: #ff3366;
  text-decoration: none;
}
footer .copyright .copyright-socnet .copyrigt-block .copyrigt__link:hover {
  text-decoration: underline;
}
footer .socnet {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
footer .socnet .soc-bg {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: transparent;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-left: 10px;
}
footer .socnet .soc-bg a.soc-icon {
  display: block;
  text-align: center;
  font-size: 1rem;
  color: #fff;
  margin-top: 7px;
}
footer .socnet .soc-bg:hover {
  background-image: -o-linear-gradient(284deg, #f22876 0%, #942dd9 100%);
  background-image: linear-gradient(166deg, #f22876 0%, #942dd9 100%);
  -webkit-box-shadow: 0.872px 9.962px 20px 0px rgba(12, 78, 165, 0.3);
          box-shadow: 0.872px 9.962px 20px 0px rgba(12, 78, 165, 0.3);
  border: none;
}
footer .scrollToTop {
  -webkit-transform: translateY(150px);
      -ms-transform: translateY(150px);
          transform: translateY(150px);
  width: 40px;
  height: 40px;
  border-radius: 5px;
  background-color: #5650ce;
  position: fixed;
  right: 20px;
  bottom: 20px;
  cursor: pointer;
}
footer .scrollToTop:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: transparent;
  border-left: 3px solid #fff;
  border-top: 3px solid #fff;
  margin: 15px auto;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
footer .scrollToTop.activeShowToTop {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-animation: bounceInDown 2s;
          animation: bounceInDown 2s;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .first-section img.imgban {
    max-width: 40%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .first-section {
    padding-bottom: 30px;
  }
  .first-section img.imgban {
    max-width: 45%;
    top: 70px;
    right: 25%;
  }
  .first-section .title__find-love {
    padding-top: 300px;
  }
  .first-section .love-form-search__bg {
    margin-bottom: 50px;
    height: 370px;
  }

  .second-section .section-step {
    border-radius: 10px;
    margin-top: -57px;
  }
  .second-section .section-step .title-steps {
    width: 100%;
    text-align: center;
    padding-right: 0;
  }
  .second-section .section-step .title-steps p:first-child {
    font-size: 1rem;
  }
  .second-section .section-step .title-steps p:last-child {
    font-size: 0.9rem;
  }
  .second-section .section-step .scale-steps {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    width: 100%;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    border-left: none;
  }
  .second-section .section-step .scale-steps p {
    font-size: 0.8rem;
    font-weight: 400;
  }
  .second-section .section-step .regi-a__step {
    text-align: center;
    width: 100%;
    margin-top: 10px;
  }
  .second-section .section-step .regi-a__step a.a-general {
    width: 40%;
    margin: 0 auto;
  }

  .new-community .new-community__lost-card__content .check-comunity {
    width: 75%;
    font-size: 0.7rem;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .first-section img.imgban {
    max-width: 40%;
    top: 65px;
    right: 30%;
  }
  .first-section .title__find-love {
    padding-top: 190px;
  }

  .best-ways img.best-ways__img {
    width: 50%;
    height: 50%;
  }

  .second-section .section-step {
    border-radius: 10px;
    margin-top: -180px;
  }
  .second-section .section-step .title-steps {
    width: 100%;
    text-align: center;
    padding-right: 0;
  }
  .second-section .section-step .title-steps p:first-child {
    font-size: 1rem;
  }
  .second-section .section-step .title-steps p:last-child {
    font-size: 0.9rem;
  }
  .second-section .section-step .scale-steps {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    width: 100%;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    border-left: none;
  }
  .second-section .section-step .scale-steps ul li {
    margin-left: 20px;
  }
  .second-section .section-step .scale-steps p {
    font-size: 0.8rem;
    font-weight: 400;
  }
  .second-section .section-step .regi-a__step {
    text-align: center;
    width: 100%;
    margin-top: 10px;
  }
  .second-section .section-step .regi-a__step button.a-general {
    width: 40%;
    margin: 0 auto;
    font-size: 0.9rem;
    padding: 10px 10px;
  }

  footer .copyright {
    text-align: center;
  }
  footer .socnet {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 25px;
  }

  .card-support .catd-bg {
    width: 100%;
  }
}
@media (min-width: 320px) and (max-width: 991px) {
  .submenu {
    display: none;
  }

  .amazing-features .amazing-content .left-image {
    width: 100%;
    height: 320px;
  }
  .amazing-features .amazing-content .left-image .join-accaunt {
    right: 50%;
    top: 50%;
    -webkit-transform: translate(50%, -50%);
        -ms-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
  }
  .amazing-features .feture-list {
    padding: 362px 0px 42px;
  }

  .best-ways {
    margin-top: 20px;
  }
  .best-ways h2 {
    font-size: 1.3rem;
  }
  .best-ways img {
    height: 50%;
    bottom: -50px;
  }

  .title-page .people-top-pages {
    width: 40%;
  }

  footer .mail-icon {
    margin-top: -80px;
  }

  .best-ways h2 {
    font-size: 1.7rem;
  }
  .best-ways img {
    height: 80%;
    bottom: -70px;
  }
}
.search-form-open-mobile {
  margin-right: 10px;
}

.search-block-form-mobile {
  display: none;
  background: #5650ce;
  opacity: 0.9;
  position: relative;
}
.search-block-form-mobile form[name=search-form-mobile] {
  border: 1px solid #fff;
}
.search-block-form-mobile form[name=search-form-mobile] input {
  width: 160px;
  height: 30px;
  padding-left: 10px;
  background-color: #5650ce;
  border: none;
  opacity: 0.9;
  color: #fff;
  outline: none;
}
.search-block-form-mobile form[name=search-form-mobile] span.mobile-menu__search {
  font-size: 0.8rem;
  color: #fff;
}

@media (min-width: 320px) and (max-width: 576px) {
  .logo__word {
    font-size: 1.4rem;
  }

  .title-page .title__pages {
    font-size: 1.2rem;
  }

  .menu__big {
    display: none;
  }

  .first-section img.imgban {
    display: none;
  }
  .first-section .title__find-love {
    padding-top: 0;
  }

  .second-section .section-step {
    display: block;
    border-radius: 10px;
    margin-top: -205px;
  }
  .second-section .section-step .title-steps {
    width: 100%;
    text-align: center;
    padding-right: 0;
  }
  .second-section .section-step .title-steps p:first-child {
    font-size: 1rem;
  }
  .second-section .section-step .title-steps p:last-child {
    font-size: 0.9rem;
  }
  .second-section .section-step .scale-steps {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    border-left: none;
    display: block;
    margin: 0 auto;
  }
  .second-section .section-step .scale-steps ul::before {
    display: none;
  }
  .second-section .section-step .scale-steps li {
    margin-bottom: 15px;
  }
  .second-section .section-step .scale-steps p {
    font-size: 0.8rem;
    font-weight: 400;
  }
  .second-section .section-step .regi-a__step {
    text-align: center;
    width: 100%;
    margin-top: 10px;
  }
  .second-section .section-step .regi-a__step a.a-general {
    width: 40%;
    margin: 0 auto;
    font-size: 0.9rem;
    padding: 10px 10px;
  }

  footer .mail-anuns {
    text-align: center;
  }
  footer .subscribe-news input[type=text] {
    width: 90%;
  }
  footer .socnet {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
/*# sourceMappingURL=style.css.map */