/* reset */
/* main variables */
@import url("https://fonts.googleapis.com/css?family=Lato&display=swap");
body {
  margin: 0px;
  padding: 0px;
  font-family: "Lato", sans-serif;
  background-color: #ffffff;
  height: 100%;
  line-height: 1;
  position: relative;
  font-size: 1.2rem !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
/*MAIN*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer,
header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block; }

blockquote, q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-width: 0px;
  padding: 0px;
  margin: 0px; }

html {
  height: 100%;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none; }

input,
textarea {
  color: #333;
  font-family: "Lato", sans-serif;
  outline: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none; }

input[type="button"],
input[type="submit"],
button {
  cursor: pointer; }

td {
  margin: 0px;
  padding: 0px; }

form {
  padding: 0px;
  margin: 0px; }

a {
  color: #00618e;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

a,
span,
div,
button {
  outline: none !important; }

input[type=submit],
input[type=button],
button {
  -webkit-appearance: none;
  outline: none; }

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

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.clearfix:after,
.wrapper:after,
.row:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

/*@font-face {
	font-family: 'lifehackBasic';
	src: url('../fonts/lifehackBasic.otf');
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-FFFD;
}

@font-face {
	font-family: 'ProximaNova';
	src: url('../fonts/ProximaNova/ProximaNova-Regular.eot');
	src: url('../fonts/ProximaNova/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/ProximaNova/ProximaNova-Regular.woff') format('woff'), url('../fonts/ProximaNova/ProximaNova-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-FFFD;
}*/
/* BEGIN SELECTATOR PLUGIN */
.single .selectator_selected_items .selectator_selected_item .selectator_selected_item_title {
  color: #222222;
  font-size: 1.2rem;
  line-height: 40px;
  font-family: 'lato', sans-serif; }

.selectator_element.single {
  min-width: 80px;
  height: 40px;
  padding: 0 20px 0 10px !important;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 2px;
  background: transparent;
  cursor: pointer; }
.user_panel_select .single .selectator_selected_items .selectator_selected_item .selectator_selected_item_title {
  color: #ffffff;
  line-height: 30px; }

.user_panel_select .selectator_element.single {
  min-width: 105px;
  width: 105px;
  max-height: 30px;
  min-height: auto !important;
  height: 30px;
  border: none;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#7bb461), to(#8dd070));
  background-image: -webkit-linear-gradient(bottom, #7bb461 0%, #8dd070 100%);
  background-image: -o-linear-gradient(bottom, #7bb461 0%, #8dd070 100%);
  background-image: linear-gradient(to top, #7bb461 0%, #8dd070 100%); }

.user_panel_select .selectator_element:after {
  top: 10px !important;
  right: 5px !important;
  border-top: 9px solid #ffffff;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent; }

.selectator_element:after {
  content: ' ';
  position: absolute;
  top: 15px !important;
  right: 5px !important;
  width: 0;
  height: 0;
  overflow: hidden;
  border-top: 9px solid #222222;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  background: none;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none; }

.selectator_element:hover {
  -webkit-box-shadow: 3px 3px 7.4px 0.6px rgba(17, 17, 17, 0.24);
          box-shadow: 3px 3px 7.4px 0.6px rgba(17, 17, 17, 0.24); }

.selectator_options {
  background: #f4f1f1; }

.selectator_options .selectator_option {
  padding: 3px 5px;
  min-height: 18px;
  background: #f4f1f1;
  -webkit-box-shadow: 0 0 2px 0px rgba(0, 0, 0, 0);
  box-shadow: 0 0 2px 0px rgba(0, 0, 0, 0);
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.selectator_options .selectator_option .selectator_option_left img {
  height: 20px; }

.selectator_options .selectator_option .selectator_option_title {
  margin-left: 5px; }

.form__group-country .single .selectator_selected_items .selectator_selected_item .selectator_selected_item_title {
  margin-left: 45px; }

.selectator_options .selectator_option_title {
  font-size: 1.2rem; }

.selectator_options .selectator_option.active {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#03a5d3), to(#09c6f5));
  background-image: -webkit-linear-gradient(bottom, #03a5d3 0%, #09c6f5 100%);
  background-image: -o-linear-gradient(bottom, #03a5d3 0%, #09c6f5 100%);
  background-image: linear-gradient(to top, #03a5d3 0%, #09c6f5 100%); }

.single .selectator_selected_items .selectator_selected_item .selectator_selected_item_left {
  margin-top: 10px; }

/* END SELECTATOR PLUGIN */
/*
================================================================================
|                                     ALL                                |
================================================================================
*/
/* ---- MAIN STYLES ---- */
html {
  font-size: 15px; }

.main-wrapper {
  max-width: 1920px;
  min-width: 320px;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden; }
  .main-wrapper.home .footer__join {
    display: block !important; }

.main-section {
  max-width: 1750px;
  min-width: 1530px;
  width: 100%;
  margin: auto;
  padding: 0 250px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

/* ---- TITLES ---- */
*a:link, *a:hover, *a:active, *a:visited {
  text-decoration: none; }

p {
  font-size: 1.2rem;
  line-height: 1.4rem;
  color: #222222;
  padding: 1rem 0 1rem 0;
  text-align: justify;
  font-weight: 400; }

h1 {
  font-size: 1.3rem;
  line-height: 100%;
  color: #0b779a;
  font-family: "Lato", sans-serif;
  font-weight: 700; }

h2 {
  font-size: 1.3rem;
  line-height: 100%;
  color: #0b779a;
  font-family: "Lato", sans-serif;
  font-weight: 400; }

h3 {
  font-size: 1.3rem;
  line-height: 100%;
  color: #0b779a;
  font-family: "Lato", sans-serif;
  font-weight: 400; }

.title {
  width: 100%;
  padding: 1rem 3%;
  background: #0b779a;
  color: #ffffff;
  font-style: normal;
  font-weight: 700;
  font-family:  'Lato', sans-serif;
  font-size: 1.3rem;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase; }
  .title-sub {
    width: 100%;
    color: #0b779a;
    font-style: normal;
    font-weight: 400;
    font-family:  'Lato', sans-serif;
    font-size: 1.3rem;
    line-height: 100%;
    text-transform: uppercase; }

[class*="text_main"], [class*="text_main"] a {
  color: #222222 !important; }
  [class*="text_main"]:link, [class*="text_main"]:hover, [class*="text_main"]:active, [class*="text_main"]:visited, [class*="text_main"] a:link, [class*="text_main"] a:hover, [class*="text_main"] a:active, [class*="text_main"] a:visited {
    color: #222222 !important; }

[class*="text_title"], [class*="text_title"] a {
  color: #0b779a !important; }
  [class*="text_title"]:link, [class*="text_title"]:hover, [class*="text_title"]:active, [class*="text_title"]:visited, [class*="text_title"] a:link, [class*="text_title"] a:hover, [class*="text_title"] a:active, [class*="text_title"] a:visited {
    color: #0b779a !important; }

[class*="text_red"], [class*="text_red"] a {
  color: #ff0000 !important; }
  [class*="text_red"]:link, [class*="text_red"]:hover, [class*="text_red"]:active, [class*="text_red"]:visited, [class*="text_red"] a:link, [class*="text_red"] a:hover, [class*="text_red"] a:active, [class*="text_red"] a:visited {
    color: #ff0000 !important; }

[class*="text_green"], [class*="text_green"] a {
  color: #008000 !important; }
  [class*="text_green"]:link, [class*="text_green"]:hover, [class*="text_green"]:active, [class*="text_green"]:visited, [class*="text_green"] a:link, [class*="text_green"] a:hover, [class*="text_green"] a:active, [class*="text_green"] a:visited {
    color: #008000 !important; }

[class*="text_orange"], [class*="text_orange"] a {
  color: #f38126 !important; }
  [class*="text_orange"]:link, [class*="text_orange"]:hover, [class*="text_orange"]:active, [class*="text_orange"]:visited, [class*="text_orange"] a:link, [class*="text_orange"] a:hover, [class*="text_orange"] a:active, [class*="text_orange"] a:visited {
    color: #f38126 !important; }

[class*="text_link"], [class*="text_link"] a {
  color: #0099cc !important; }
  [class*="text_link"]:link, [class*="text_link"]:hover, [class*="text_link"]:active, [class*="text_link"]:visited, [class*="text_link"] a:link, [class*="text_link"] a:hover, [class*="text_link"] a:active, [class*="text_link"] a:visited {
    color: #0099cc !important; }

/* ---- LOGO ---- */
.logo {
  display: block;
  width: 210px;
  height: auto;
  position: relative; }
.logo.aside_logo {
  width: 210px;
  height: auto;}
/*.logo:before, .logo:after {*/
/*  content: '';*/
/*  position: absolute;*/
/*  background: #f38126;*/
/*  width: 0;*/
/*  height: 4px;*/
/*  -webkit-transition: 0.2s linear;*/
/*  -o-transition: 0.2s linear;*/
/*  transition: 0.2s linear; }*/
/*.logo:before {*/
/*  bottom: 7px;*/
/*  left: 0; }*/
/*.logo:after {*/
/*  bottom: -5px;*/
/*  right: 0; }*/
/*.logo:hover:before {*/
/*  width: 60px; }*/
/*.logo:hover:after {*/
/*  width: 90px; }*/
/*.logo:hover  img.logo_bg {*/
/*  display: block; }*/
/*.logo:link, .logo:hover, .logo:active, .logo:visited {*/
/*  text-decoration: none; }*/
.logo img {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: auto;
  position: relative;
  z-index: 1; }
.logo.aside_logo img{
  width: 100%;
  height: auto;}
.logo img.logo_bg {
  display: none;
  position: absolute;
  top: 0;
  left: -3px;
  z-index: 0; }

/* ---- NAVIGATION ---- */
[class*="btn"] {
  width: 100%;
  padding: 10px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  border-radius: 2px;
  color: #ffffff;
  font-style: normal;
  font-weight: 700;
  font-family:  'Lato', sans-serif;
  font-size: 1.6rem;
  line-height: 100%;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }
  [class*="btn"]:link, [class*="btn"]:hover, [class*="btn"]:active, [class*="btn"]:visited {
    color: #ffffff;
    text-decoration: none; }
  [class*="btn"]:active {
    position: relative;
    top: 1px;
    left: 1px; }
  [class*="btn"][class*="status"] {
    padding: 10px 5px 10px 40px;
    text-align: left;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    position: relative; }
    [class*="btn"][class*="status"]:before {
      content: ' ';
      width: 30px;
      height: 100%;
      position: absolute;
      bottom: 0;
      left: 3px;
      display: table-cell;
      vertical-align: middle; }

[class*="btn-invert-orange"], [class*="btn-invert-orange"] a {
  background: transparent;
  border: 2px solid #f38126;
  color: #f38126; }
  [class*="btn-invert-orange"]:link, [class*="btn-invert-orange"]:hover, [class*="btn-invert-orange"]:active, [class*="btn-invert-orange"]:visited, [class*="btn-invert-orange"] a:link, [class*="btn-invert-orange"] a:hover, [class*="btn-invert-orange"] a:active, [class*="btn-invert-orange"] a:visited {
    color: #f38126; }
  [class*="btn-invert-orange"]:hover, [class*="btn-invert-orange"]:focus, [class*="btn-invert-orange"]:active, [class*="btn-invert-orange"] a:hover, [class*="btn-invert-orange"] a:focus, [class*="btn-invert-orange"] a:active {
    -webkit-box-shadow: 1px 1px 0px #f38126, 1px 1px 0px #f38126, 2px 2px 0px #f38126, 2px 2px 0px #f38126, 3px 3px 0px #f38126, 3px 3px 0px #f38126, 4px 4px 0px #f38126, 5px 5px 0px #f38126;
            box-shadow: 1px 1px 0px #f38126, 1px 1px 0px #f38126, 2px 2px 0px #f38126, 2px 2px 0px #f38126, 3px 3px 0px #f38126, 3px 3px 0px #f38126, 4px 4px 0px #f38126, 5px 5px 0px #f38126; }

[class*="btn-invert-green"], [class*="btn-invert-green"] a {
  background: transparent;
  border: 2px solid #008000;
  color: #008000; }
  [class*="btn-invert-green"]:link, [class*="btn-invert-green"]:hover, [class*="btn-invert-green"]:active, [class*="btn-invert-green"]:visited, [class*="btn-invert-green"] a:link, [class*="btn-invert-green"] a:hover, [class*="btn-invert-green"] a:active, [class*="btn-invert-green"] a:visited {
    color: #008000; }
  [class*="btn-invert-green"]:hover, [class*="btn-invert-green"]:focus, [class*="btn-invert-green"]:active, [class*="btn-invert-green"] a:hover, [class*="btn-invert-green"] a:focus, [class*="btn-invert-green"] a:active {
    -webkit-box-shadow: 1px 1px 0px #008000, 1px 1px 0px #008000, 2px 2px 0px #008000, 2px 2px 0px #008000, 3px 3px 0px #008000, 3px 3px 0px #008000, 4px 4px 0px #008000, 5px 5px 0px #008000;
            box-shadow: 1px 1px 0px #008000, 1px 1px 0px #008000, 2px 2px 0px #008000, 2px 2px 0px #008000, 3px 3px 0px #008000, 3px 3px 0px #008000, 4px 4px 0px #008000, 5px 5px 0px #008000; }

[class*="btn-invert-greenLight"], [class*="btn-invert-greenLight"] a {
  background: transparent;
  border: 2px solid #79bf42;
  color: #79bf42; }
  [class*="btn-invert-greenLight"]:link, [class*="btn-invert-greenLight"]:hover, [class*="btn-invert-greenLight"]:active, [class*="btn-invert-greenLight"]:visited, [class*="btn-invert-greenLight"] a:link, [class*="btn-invert-greenLight"] a:hover, [class*="btn-invert-greenLight"] a:active, [class*="btn-invert-greenLight"] a:visited {
    color: #79bf42; }
  [class*="btn-invert-greenLight"]:hover, [class*="btn-invert-greenLight"]:focus, [class*="btn-invert-greenLight"]:active, [class*="btn-invert-greenLight"] a:hover, [class*="btn-invert-greenLight"] a:focus, [class*="btn-invert-greenLight"] a:active {
    -webkit-box-shadow: 1px 1px 0px #79bf42, 1px 1px 0px #79bf42, 2px 2px 0px #79bf42, 2px 2px 0px #79bf42, 3px 3px 0px #79bf42, 3px 3px 0px #79bf42, 4px 4px 0px #79bf42, 5px 5px 0px #79bf42;
            box-shadow: 1px 1px 0px #79bf42, 1px 1px 0px #79bf42, 2px 2px 0px #79bf42, 2px 2px 0px #79bf42, 3px 3px 0px #79bf42, 3px 3px 0px #79bf42, 4px 4px 0px #79bf42, 5px 5px 0px #79bf42; }

[class*="btn-invert-blueLight"], [class*="btn-invert-blueLight"] a {
  background: transparent;
  border: 2px solid #0099cc;
  color: #0099cc; }
  [class*="btn-invert-blueLight"]:link, [class*="btn-invert-blueLight"]:hover, [class*="btn-invert-blueLight"]:active, [class*="btn-invert-blueLight"]:visited, [class*="btn-invert-blueLight"] a:link, [class*="btn-invert-blueLight"] a:hover, [class*="btn-invert-blueLight"] a:active, [class*="btn-invert-blueLight"] a:visited {
    color: #0099cc; }
  [class*="btn-invert-blueLight"]:hover, [class*="btn-invert-blueLight"]:focus, [class*="btn-invert-blueLight"]:active, [class*="btn-invert-blueLight"] a:hover, [class*="btn-invert-blueLight"] a:focus, [class*="btn-invert-blueLight"] a:active {
    -webkit-box-shadow: 1px 1px 0px #0099cc, 1px 1px 0px #0099cc, 2px 2px 0px #0099cc, 2px 2px 0px #0099cc, 3px 3px 0px #0099cc, 3px 3px 0px #0099cc, 4px 4px 0px #0099cc, 5px 5px 0px #0099cc;
            box-shadow: 1px 1px 0px #0099cc, 1px 1px 0px #0099cc, 2px 2px 0px #0099cc, 2px 2px 0px #0099cc, 3px 3px 0px #0099cc, 3px 3px 0px #0099cc, 4px 4px 0px #0099cc, 5px 5px 0px #0099cc; }

[class*="btn-green"]:not(.btn), [class*="btn-green"]:not(.btn) a {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#7bb461), to(#8dd070));
  background-image: -webkit-linear-gradient(bottom, #7bb461 0%, #8dd070 100%);
  background-image: -o-linear-gradient(bottom, #7bb461 0%, #8dd070 100%);
  background-image: linear-gradient(to top, #7bb461 0%, #8dd070 100%); }
  [class*="btn-green"]:not(.btn):hover, [class*="btn-green"]:not(.btn).hover, [class*="btn-green"]:not(.btn):focus, [class*="btn-green"]:not(.btn):active, [class*="btn-green"]:not(.btn) a:hover, [class*="btn-green"]:not(.btn) a:focus, [class*="btn-green"]:not(.btn) a:active {
    -webkit-box-shadow: 1px 1px 0px #008000, 1px 1px 0px #008000, 2px 2px 0px #008000, 2px 2px 0px #008000, 3px 3px 0px #008000, 3px 3px 0px #008000, 4px 4px 0px #008000, 5px 5px 0px #008000;
            box-shadow: 1px 1px 0px #008000, 1px 1px 0px #008000, 2px 2px 0px #008000, 2px 2px 0px #008000, 3px 3px 0px #008000, 3px 3px 0px #008000, 4px 4px 0px #008000, 5px 5px 0px #008000; }

[class*="btn-blue"], [class*="btn-blue"] a {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#03a5d3), to(#09c6f5));
  background-image: -webkit-linear-gradient(bottom, #03a5d3 0%, #09c6f5 100%);
  background-image: -o-linear-gradient(bottom, #03a5d3 0%, #09c6f5 100%);
  background-image: linear-gradient(to top, #03a5d3 0%, #09c6f5 100%); }
  [class*="btn-blue"]:hover, [class*="btn-blue"]:focus, [class*="btn-blue"]:active, [class*="btn-blue"] a:hover, [class*="btn-blue"] a:focus, [class*="btn-blue"] a:active {
    -webkit-box-shadow: 1px 1px 0px #0b779a, 1px 1px 0px #0b779a, 2px 2px 0px #0b779a, 2px 2px 0px #0b779a, 3px 3px 0px #0b779a, 3px 3px 0px #0b779a, 4px 4px 0px #0b779a, 5px 5px 0px #0b779a;
            box-shadow: 1px 1px 0px #0b779a, 1px 1px 0px #0b779a, 2px 2px 0px #0b779a, 2px 2px 0px #0b779a, 3px 3px 0px #0b779a, 3px 3px 0px #0b779a, 4px 4px 0px #0b779a, 5px 5px 0px #0b779a; }

[class*="btn-orange"], [class*="btn-orange"] a {
  background: #f38126; }
  [class*="btn-orange"]:hover, [class*="btn-orange"]:focus, [class*="btn-orange"]:active, [class*="btn-orange"] a:hover, [class*="btn-orange"] a:focus, [class*="btn-orange"] a:active {
    -webkit-box-shadow: 1px 1px 0px #f64b00, 1px 1px 0px #f64b00, 2px 2px 0px #f64b00, 2px 2px 0px #f64b00, 3px 3px 0px #f64b00, 3px 3px 0px #f64b00, 4px 4px 0px #f64b00, 5px 5px 0px #f64b00;
            box-shadow: 1px 1px 0px #f64b00, 1px 1px 0px #f64b00, 2px 2px 0px #f64b00, 2px 2px 0px #f64b00, 3px 3px 0px #f64b00, 3px 3px 0px #f64b00, 4px 4px 0px #f64b00, 5px 5px 0px #f64b00; }

[class*="btn-red"], [class*="btn-red"] a {
  background: #f64b00; }
  [class*="btn-red"]:hover, [class*="btn-red"]:focus, [class*="btn-red"]:active, [class*="btn-red"] a:hover, [class*="btn-red"] a:focus, [class*="btn-red"] a:active {
    -webkit-box-shadow: 1px 1px 0px #f38126, 1px 1px 0px #f38126, 2px 2px 0px #f38126, 2px 2px 0px #f38126, 3px 3px 0px #f38126, 3px 3px 0px #f38126, 4px 4px 0px #f38126, 5px 5px 0px #f38126;
            box-shadow: 1px 1px 0px #f38126, 1px 1px 0px #f38126, 2px 2px 0px #f38126, 2px 2px 0px #f38126, 3px 3px 0px #f38126, 3px 3px 0px #f38126, 4px 4px 0px #f38126, 5px 5px 0px #f38126; }

[class*="btn-gray"], [class*="btn-gray"] a {
  background: #c5c5c5; }
  [class*="btn-gray"]:hover, [class*="btn-gray"]:focus, [class*="btn-gray"]:active, [class*="btn-gray"] a:hover, [class*="btn-gray"] a:focus, [class*="btn-gray"] a:active {
    -webkit-box-shadow: 1px 1px 0px #666666, 1px 1px 0px #666666, 2px 2px 0px #666666, 2px 2px 0px #666666, 3px 3px 0px #666666, 3px 3px 0px #666666, 4px 4px 0px #666666, 5px 5px 0px #666666;
            box-shadow: 1px 1px 0px #666666, 1px 1px 0px #666666, 2px 2px 0px #666666, 2px 2px 0px #666666, 3px 3px 0px #666666, 3px 3px 0px #666666, 4px 4px 0px #666666, 5px 5px 0px #666666; }

[class*="btn-link"], [class*="btn-link"] a {
  width: auto;
  background: transparent;
  color: #0099cc;
  text-decoration: underline; }
  [class*="btn-link"]:link, [class*="btn-link"]:hover, [class*="btn-link"]:active, [class*="btn-link"]:visited, [class*="btn-link"] a:link, [class*="btn-link"] a:hover, [class*="btn-link"] a:active, [class*="btn-link"] a:visited {
    color: #0099cc;
    text-decoration: underline; }
  [class*="btn-link"]:hover, [class*="btn-link"]:focus, [class*="btn-link"]:active, [class*="btn-link"] a:hover, [class*="btn-link"] a:focus, [class*="btn-link"] a:active {
    -webkit-box-shadow: none;
            box-shadow: none; }
  [class*="btn-link"]:active, [class*="btn-link"] a:active {
    position: relative;
    top: 0px;
    left: 0px; }

.pagination {
  height: 30px;
  margin: 0 5px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden; }
  .pagination_box {
    padding: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .pagination_page {
    max-width: 400px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .pagination a, .pagination span {
    display: block;
    color: #313131;
    font-style: normal;
    font-weight: 700;
    font-family:  'Lato', sans-serif;
    font-size: 1.25rem;}
  .pagination_buton {
    height: 30px;
    margin: 0 5px;
    background: #ffffff;
    color: #313131;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    position: relative; }
    .pagination_buton-prev, .pagination_buton-next {
      width: 30px; }
    .pagination_buton-first, .pagination_buton-last {
      width: 50px; }
    .pagination_buton:first-of-type {
      margin: 0 5px 0 0; }
    .pagination_buton:last-of-type {
      margin: 0 0 0 5px; }
    .pagination_buton:link, .pagination_buton:hover, .pagination_buton:visited, .pagination_buton:active {
      color: #313131;
      text-decoration: none; }
  .pagination_link {
    width: 30px;
    height: 30px;
    margin: 0 5px;
    background: #ffffff;
    line-height: 30px !important;
    text-align: center; }
    .pagination_link_selected {
      background: #f38126;
      color: #ffffff !important; }

[class*='nav-arrow'] {
  position: relative;
  cursor: pointer; }
  [class*='nav-arrow']:after {
    content: ' ';
    display: inline-block;
    position: relative;
    width: 0;
    height: 0;
    margin-left: 5px;
    overflow: hidden;
    border-top: 9px solid #222222;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent; }

.arrow-rotate:after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  top: -5px; }

/* ---- RESPONSIVE ELEMENTS ---- */
[class*='pict_responsive'] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden; }
  [class*='pict_responsive'] > a {
  display: block;
  width: 100%;
  height: 100%;}
  [class*='pict_responsive'] img {
    display: block;
    margin: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }

[class*="table_responsive"] {
  width: 100%;
  margin: 0 auto; }
  [class*="table_responsive"] thead tr th {
    padding: 3% 3% 0 3%; }
  [class*="table_responsive"] tbody tr td {
    padding: 0 3%; }
  [class*="table_responsive"] td, [class*="table_responsive"] th {
    color: #222222;
    font-style: normal;
    font-weight: 400;
    font-family:  'Lato', sans-serif;
    font-size: 1.2rem;
    line-height: 100%;}
  [class*="table_responsive"] thead tr th {
    color: #0b779a;
    font-weight: 700; }

/* ---- FORM ELEMENTS ---- */
.form {
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .form form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .form_bg {
    padding: 3%;
    background: #ffffff;
    border-radius: 5px; }
  .form__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .form__group {
    max-width: 100%;
    margin: 10px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;}
    .form__group-full {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
      .form__group-full .label {
        min-width: auto; }
    .form__group_box {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .form__group-file {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
      .form__group-file .text-input {
        display: none !important; }
      .form__group-file .label {
        min-width: 160px;
        height: 50px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
      .form__group-file label {
        display: block;
        width: 100%;
        padding: 0;
        line-height: 30px;
        position: relative; }
      .form__group-file .file-not {
        width: 100% !important;
        min-height: 40px;
        height: auto !important;
        padding: 0 0 0 165px; }
        .form__group-file .file-not[class*="status"]:not([class*="btn"]):before {
          position: absolute;
          left: 5px;
          top: 5px;
          width: 30px;
          height: 30px;
          z-index: 10; }
        .form__group-file .file-not:after {
          content: attr(data-btn);
          position: absolute;
          left: 0;
          top: 0;
          bottom: auto !important;
          display: block;
          width: 150px;
          min-height: 40px;
          padding: 5px;
          margin: auto;
          border: none;
          border-radius: 2px;
          background-image: -webkit-gradient(linear, left bottom, left top, from(#03a5d3), to(#09c6f5));
          background-image: -webkit-linear-gradient(bottom, #03a5d3 0%, #09c6f5 100%);
          background-image: -o-linear-gradient(bottom, #03a5d3 0%, #09c6f5 100%);
          background-image: linear-gradient(to top, #03a5d3 0%, #09c6f5 100%);
          color: #ffffff;
          font-style: normal;
          font-weight: 600;
          font-family:  'Lato', sans-serif;
          font-size: 1.25rem;
          text-align: center;
          line-height: 30px;
          cursor: pointer;
          -webkit-transition: all 0.2s linear;
          -o-transition: all 0.2s linear;
          transition: all 0.2s linear; }
        .form__group-file .file-not:after {
          width: 160px !important;
          padding-left: 40px;
          text-align: left;
          right: 100% !important; }
        .form__group-file .file-not span:not(.file-max) {
          height: 100%;
          line-height: 40px; }
        .form__group-file .file-not .file-max {
          height: 100%;
          line-height: 100%; }
          .form__group-file .file-not .file-max b {
            color: #ff0000; }
        .form__group-file .file-not:hover:after {
          -webkit-box-shadow: 1px 1px 0px #0b779a, 1px 1px 0px #0b779a, 2px 2px 0px #0b779a, 2px 2px 0px #0b779a, 3px 3px 0px #0b779a, 3px 3px 0px #0b779a, 4px 4px 0px #0b779a, 5px 5px 0px #0b779a;
                  box-shadow: 1px 1px 0px #0b779a, 1px 1px 0px #0b779a, 2px 2px 0px #0b779a, 2px 2px 0px #0b779a, 3px 3px 0px #0b779a, 3px 3px 0px #0b779a, 4px 4px 0px #0b779a, 5px 5px 0px #0b779a; }
      .form__group-file .file-not_box, .form__group-file .file_box {
        width: 100%;
        height: auto;
        padding: 5px 0;
        cursor: pointer; }
      .form__group-file .btnDelete {
        display: inline-block;
        max-width: 160px !important;
        height: 40px;
        margin: 5px 0;
        font-size: 1.25rem;
        line-height: 20px; }
  .form .file_preview {
    display: inline-block;
    width: 100px;
    height: 100px;
    margin: 5px;
    position: relative; }
    .form .file_preview_box {
      width: 100%;
      height: 100%;
      overflow: hidden; }
    .form .file_preview > span {
      width: 100px;
      padding: 5px;
      background: #f38126;
      color: #ffffff;
      font-size: 1rem;
      text-align: center;
      word-break: break-all;
      position: absolute;
      top: 102%;
      left: 0;
      z-index: 100;
      display: none; }
    .form .file_preview:after {
      content: attr(data-del);
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      background: rgba(0, 0, 0, 0.6);
      color: #ffffff;
      font-style: normal;
      font-weight: 600;
      font-family:  'Lato', sans-serif;
      font-size: 1rem;
      line-height: 100%;
      text-align: center;
      display: none; }
    .form .file_preview:hover > span, .form .file_preview:hover:after {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .form .file_preview-del {
      border: 2px solid #ff0000; }
      .form .file_preview-del:after {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      .form .file_preview-del > span {
        left: -2px; }
  .form .file_image {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    margin: auto; }
  .form .text-input, .form .textarea, .form .select, .form .label, .form .check-label {
    background: transparent;
    color: #222222;
    font-style: normal;
    font-weight: 400;
    font-family:  'Lato', sans-serif;
    font-size: 1.2rem;
    line-height: 100%;}
  .form .text-input, .form .textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    padding: 5px 0 0 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    outline: none;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 2px;
    background: transparent;
    color: #000000; }
  .form .text-input:not(.range-input_label):hover, .form .textarea:hover {
    -webkit-box-shadow: 3px 3px 7.4px 0.6px rgba(17, 17, 17, 0.24);
            box-shadow: 3px 3px 7.4px 0.6px rgba(17, 17, 17, 0.24); }
  .form .text-input {
    height: 40px; }
    input[type="password"]::-webkit-caps-lock-indicator,
    input[type="password"]::-webkit-credentials-auto-fill-button,
    input[type="password"]::-webkit-caps-lock-indicator:hover,
    input[type="password"]::-webkit-credentials-auto-fill-button:hover,
    input[type="password"]::-webkit-caps-lock-indicator:focus,
    input[type="password"]::-webkit-credentials-auto-fill-button:focus,
    input[type="password"]::-webkit-caps-lock-indicator:active,
    input[type="password"]::-webkit-credentials-auto-fill-button:active  {
      -webkit-mask-image: none;
      content: none;
      background-color: transparent;
      opacity: 0;}
    input[type="password"]::-ms-reveal {
      background: transparent;
      color: transparent; }
    input[type="password"]::-ms-clear{
      -webkit-transform: scale(0);
      -ms-transform: scale(0);
      transform: scale(0); }
  .form .select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    padding: 0;
    outline: none;
    border: none;
    border-radius: 0;
    background: transparent; }
  .form [class*='check-input_label'] {
    display: inline-block;
    vertical-align: middle;
    min-width: 20px;
    width: 20px;
    height: 20px;
    margin: 5px 5px 5px 0;
    border: 1px solid #888;
    position: relative;
    cursor: pointer; }
    .form [class*='check-input_label']:after {
      content: ' ';
      display: block;
      position: absolute;
      left: 3px;
      top: 4px;
      width: 14px;
      height: 7px;
      border-left: solid 3px #ffffff;
      border-bottom: solid 3px #ffffff;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
      opacity: 0; }
  .form .check-input {
    display: none; }
    .form .check-input:checked + [class*='check-input_label'] {
      background: #0b779a; }
      .form .check-input:checked + [class*='check-input_label']:after {
        opacity: 1; }
    .form .check-input:checked + .check-input_label-buton {
      background: #f38126; }
      .form .check-input:checked + .check-input_label-buton:after {
        opacity: 1; }
    .form .check-input_label-circle {
      min-width: 30px;
      width: 30px;
      height: 30px;
      margin: 5px;
      background: #ffffff;
      border: 1px solid #b3b3b3;
      border-radius: 50%;
      -webkit-box-shadow: inset -2px 2.2px 3px rgba(0, 0, 0, 0.66);
              box-shadow: inset -2px 2.2px 3px rgba(0, 0, 0, 0.66); }
      .form .check-input_label-circle:after {
        left: 5px;
        top: 8px;
        width: 16px;
        height: 9px; }
      .box-check__small .check-input_label-circle:after {
        left: 3px;
        top: 5px;
        width: 12px;
        height: 7px;
        border-width: 2px;
      }
    .form .check-input_label-buton {
      min-width: 40px;
      width: auto;
      height: 40px;
      margin: 0;
      padding: 0 5px;
      border: none;
      background: -webkit-gradient(linear, left bottom, left top, from(#7bb461), to(#8dd070));
      background: -webkit-linear-gradient(bottom, #7bb461 0%, #8dd070 100%);
      background: -o-linear-gradient(bottom, #7bb461 0%, #8dd070 100%);
      background: linear-gradient(to top, #7bb461 0%, #8dd070 100%);
      color: #ffffff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .form .check-input_label-buton:after {
        border: none; }
      .form .check-input_label-buton:hover {
        background: #f38126; }
  .form .check-label {
    color: #222222; }
    .form .check-label a {
      color: #0b779a !important; }
      .form .check-label a:hover {
        text-decoration: underline; }
    .form .check-label span {
      color: #f38126; }
  .form .label {
    padding: 0;
    color: #222222;
    font-size: 1.6rem; }
    .form .label span {
      color: #f38126; }
  .form__recaptcha {
    margin: auto; }
  .form [class*="form__btn"] {
    min-height: 40px;
    padding: 5px;
    text-transform: uppercase; }
  .form__note {
    color: #f38126;
    font-style: normal;
    font-weight: 400;
    font-family:  'Lato', sans-serif;
    font-size: 1rem;
    line-height: 100%;}
  .form__tooltip {
    width: 100%;
    display: none;
    padding: 3px 0 0 0;
    color: #ff0000;
    font-size: 10px;
    text-align: right;
    position: absolute;
    left: 0;
    bottom: -10px; }
  .form__invalid .text-input, .form__invalid .textarea, .form__invalid .selectator_element {
    border: solid 1px #ff0000 !important; }
  .form__invalid-label {
    color: #ff0000 !important; }
  .form__valid .text-input, .form__valid .textarea, .form__valid .selectator_element {
    border: solid 1px #008000 !important; }
  .form__valid-label {
    color: #008000 !important; }
  .form__popUp {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    cursor: pointer; }
    .form__popUp-wrapper {
      width: 100%;
      height: 100%;
      position: relative; }
    .form__popUp-bg {
      width: 100%;
      height: 100%;
      background-color: #000;
      opacity: 0.4;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1; }
    .form__popUp-content {
      width: 300px;
      height: 300px;
      border-radius: 5px;
      background: #ffffff;
      position: absolute;
      top: 45%;
      left: 50%;
      margin-top: -150px;
      margin-left: -150px;
      z-index: 100;
      padding: 20px 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .form__popUp-foto {
      max-width: 300px; }
      .form__popUp-foto img {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        width: 100%; }
    .form__popUp-text {
      padding: 1rem 0;
      color: #555;
      font-style: normal;
      font-weight: 400;
      font-family:  'Lato', sans-serif;
      font-size: 16px;
      line-height: 18px;
      text-align: center; }
    .form__popUp-close {
      position: absolute;
      top: 20px;
      right: 20px;
      z-index: 9000;
      cursor: pointer; }
      .form__popUp-close__section {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
      .form__popUp-close__cross {
        display: block;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        position: relative;
        border: solid 2px #f38126; }
        .form__popUp-close__cross span {
          width: 20px;
          height: 2px;
          position: absolute;
          top: 50%;
          margin-top: -1px;
          left: 50%;
          margin-left: -10px; }
          .form__popUp-close__cross span::before, .form__popUp-close__cross span::after {
            content: " ";
            display: block;
            width: 20px;
            height: 2px;
            background: #f38126;
            position: absolute;
            top: 50%;
            margin-top: -1px;
            left: 50%;
            margin-left: -10px; }
          .form__popUp-close__cross span::before {
            -webkit-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                    transform: rotate(45deg); }
          .form__popUp-close__cross span::after {
            -webkit-transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
                    transform: rotate(-45deg); }
  .form-search {
    max-width: 250px;
    width: 100%;
    height: 40px;
    position: relative; }
    .form-search .label {
      white-space: nowrap; }
    .form-search .search_buton {
      background: none;
      position: absolute;
      top: 0;
      right: 100%;
      height: 40px;
      width: 40px;
      padding: 0;
      border-radius: 100%;
      outline: 0;
      border: 0;
      color: inherit;
      cursor: pointer;
      -webkit-transition: 0.2s ease-in-out;
      -o-transition: 0.2s ease-in-out;
      transition: 0.2s ease-in-out;
      -webkit-transform: translate(100%, 0%);
          -ms-transform: translate(100%, 0%);
              transform: translate(100%, 0%); }
      .form-search .search_buton:before {
        content: "";
        position: absolute;
        top: 30px;
        right: 3px;
        width: 15px;
        height: 4px;
        background-color: #0b779a;
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg); }
      .form-search .search_buton.close {
        right: 0;
        -webkit-transform: translate(0%, 0%);
            -ms-transform: translate(0%, 0%);
                transform: translate(0%, 0%);
        -webkit-transition: 0.4s ease-in-out;
        -o-transition: 0.4s ease-in-out;
        transition: 0.4s ease-in-out; }
        .form-search .search_buton.close:before {
          width: 27px;
          top: 18px;
          right: 5px; }
        .form-search .search_buton.close:after {
          content: " ";
          position: absolute;
          top: 18px;
          right: 5px;
          width: 27px;
          height: 4px;
          background-color: #0b779a;
          cursor: pointer;
          -webkit-transform: rotate(-45deg);
              -ms-transform: rotate(-45deg);
                  transform: rotate(-45deg); }
    .form-search .search-input {
      width: 30px;
      height: 30px;
      border: 4px solid #0b779a;
      border-radius: 50%;
      background: none;
      color: #222222;
      font-style: normal;
      font-weight: 400;
      font-family:  'Lato', sans-serif;
      font-size: 1.2rem;
      line-height: 100%;
      outline: 0;
      -webkit-transition: width 0.4s ease-in-out, border-radius 0.4s ease-in-out, padding 0.2s;
      -o-transition: width 0.4s ease-in-out, border-radius 0.4s ease-in-out, padding 0.2s;
      transition: width 0.4s ease-in-out, border-radius 0.4s ease-in-out, padding 0.2s; }
      .form-search .search-input[type=number] {
        -moz-appearance: textfield; }
      .form-search .search-input[type=number]::-webkit-inner-spin-button,
      .form-search .search-input[type=number]::-webkit-outer-spin-button {
        margin: 0; }
      .form-search .search-input::-webkit-input-placeholder {
        color: transparent; }
      .form-search .search-input:-ms-input-placeholder {
        color: transparent; }
      .form-search .search-input::-ms-input-placeholder {
        color: transparent; }
      .form-search .search-input::placeholder {
        color: transparent; }
      .form-search .search-input.square {
        padding: 0 40px 0 10px;
        width: 100%;
        height: 40px;
        border: 2px solid #0b779a;
        border-radius: 0;
        -webkit-transition: width 0.2s ease-in-out, border-radius 0.4s ease-in-out, padding 0.2s;
        -o-transition: width 0.2s ease-in-out, border-radius 0.4s ease-in-out, padding 0.2s;
        transition: width 0.2s ease-in-out, border-radius 0.4s ease-in-out, padding 0.2s;
        -webkit-transition-delay: 0.4s, 0s, 0.4s;
             -o-transition-delay: 0.4s, 0s, 0.4s;
                transition-delay: 0.4s, 0s, 0.4s; }
        .form-search .search-input.square::-webkit-input-placeholder {
          color: #666666; }
        .form-search .search-input.square:-ms-input-placeholder {
          color: #666666; }
        .form-search .search-input.square::-ms-input-placeholder {
          color: #666666; }
        .form-search .search-input.square::placeholder {
          color: #666666; }
    .form-search-icon [class*="form__btn"] {
      display: none;
      max-width: none !important;
      margin: 0 auto;
      margin-top: 10px !important;
      line-height: 100%; }
  .form-home {
    width: 90%; }
    .form-home .form__group > div {
      margin: auto; }
    .form-home .form__group:after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 0%;
      border-bottom: 2px solid #f38126;
      -webkit-transition: width 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
      -o-transition: width 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
      transition: width 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955); }
    .form-home .form__group.focus:after {
      width: 100%; }
    .form-home .form__group.focus .label {
      color: #f38126; }
    .form-home .form__group.activate .label {
      font-size: 0.75em;
      line-height: 1;
      text-transform: uppercase;
      padding: 0; }
    .form-home .form__invalid {
      border-bottom: solid 1px #ff0000 !important; }
      .form-home .form__invalid .text-input, .form-home .form__invalid .textarea, .form-home .form__invalid .selectator_element {
        border: none !important; }
    .form-home .form__valid {
      border-bottom: solid 1px #008000 !important; }
      .form-home .form__valid .text-input, .form-home .form__valid .textarea, .form-home .form__valid .selectator_element {
        border: none !important; }
    .form-home .text-input, .form-home .textarea {
      padding: 1rem 0 0 10px;
      border: none;
      border-bottom: 1px solid rgba(0, 0, 0, 0.3); }
    .form-home .text-input:hover, .form-home .textarea:hover {
      -webkit-box-shadow: none !important;
              box-shadow: none !important; }
    .form-home .label {
      padding: 0;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 10;
      color: #686868;
      font-size: 1.6rem;
      -webkit-transition: color 0.3s;
      -o-transition: color 0.3s;
      transition: color 0.3s;
      pointer-events: none; }
      .form-home .label span {
        color: #f38126; }
    .form-home [class*="_btn"] {
      max-width: 240px; }
  .form-contactUs .form .label, .form-testimonials .form .label, .form-article .form .label {
    min-width: 180px; }
  .form-contactUs .form [class*="form__btn"], .form-testimonials .form [class*="form__btn"], .form-article .form [class*="form__btn"] {
    max-width: 250px;
    margin: 3% auto; }
  .form-testimonials {
    margin: 3% 0; }
    .form-testimonials .form__group p {
      padding: 0; }
    .form-testimonials .form__group div {
      width: 100%; }
  .form-contactRequest_bg {
    padding: 3% 5%; }
  .form-contactRequest .form__box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .form-contactRequest .form__box [class*="form__btn"] {
      margin: 5px 3%; }
  .form-contactRequest .form > [class*="form__btn"] {
    margin: 3% auto; }
  .form-credits, .form-myAttachments, .form-profile {
    height: 100%; }
    .form-credits .form__btn-green, .form-myAttachments .form__btn-green, .form-profile .form__btn-green {
      margin: 3% auto !important; }
  .form-profile .form__group-file .file-not {
    padding: 45px 0 0 0;
    margin: 0 0 30px 0; }
    .form-profile .form__group-file .file-not:after {
      width: 100% !important;
      background: #f38126; }
    .form-profile .form__group-file .file-not span:not(.file-max) {
      display: block;
      white-space: nowrap;
      position: absolute;
      left: 0;
      top: 100%; }
    .form-profile .form__group-file .file-not:hover:after {
      -webkit-box-shadow: 1px 1px 0px #f64b00, 1px 1px 0px #f64b00, 2px 2px 0px #f64b00, 2px 2px 0px #f64b00, 3px 3px 0px #f64b00, 3px 3px 0px #f64b00, 4px 4px 0px #f64b00, 5px 5px 0px #f64b00;
              box-shadow: 1px 1px 0px #f64b00, 1px 1px 0px #f64b00, 2px 2px 0px #f64b00, 2px 2px 0px #f64b00, 3px 3px 0px #f64b00, 3px 3px 0px #f64b00, 4px 4px 0px #f64b00, 5px 5px 0px #f64b00; }
  .form-profile .form__group-file .file_del span {
    white-space: nowrap; }
  .form-profile .form .file_preview {
    width: 90px;
    height: 90px; }
    .form-profile .form .file_preview > span {
      width: 90px; }
  .form-giftShop [class*="content__main_body"] {
    padding: 0 !important; }
  .form-sortGallery {
    padding: 0 0 0 50px; }
    .form-sortGallery.form__box {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
    .form-sortGallery .form {
      margin: 0 1%; }
      .form-sortGallery .form:first-of-type {
        margin: 0 1% 0 0; }
      .form-sortGallery .form:last-of-type {
        margin: 0 0 0 1%; }
      .form-sortGallery .form#gallery-all_form, .form-sortGallery .form#gallery-hot_form, .form-sortGallery .form#gallery-viewed_form {
        max-width: 150px; }
        .form-sortGallery .form#gallery-all_form [class*="form__btn"], .form-sortGallery .form#gallery-hot_form [class*="form__btn"], .form-sortGallery .form#gallery-viewed_form [class*="form__btn"]{
          margin: 0 auto; }
      .form-sortGallery .form#gallery-new_form .form__group, .form-sortGallery .form#gallery-id_form .form__group {
        margin: 0;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important; }
      .form-sortGallery .form#gallery-new_form {
        max-width: 150px; }
        .form-sortGallery .form#gallery-new_form .label {
          padding: 0 1rem 0 0;
          position: absolute;
          right: 100%; }
      .form-sortGallery .form#gallery-id_form {
        max-width: 310px; }
        .form-sortGallery .form#gallery-id_form [class*="form__btn"] {
          margin: 0 0 0 10px; }
      .form-sortGallery .form .text-input, .form-sortGallery .form .select, .form-sortGallery .form [class*="form__btn"] {
        min-width: 150px;
        max-width: 150px !important; }
      .form-sortGallery .form [class*="form__btn"] {
        font-size: 1.2rem;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden; }
  .form-notification .form__box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .form-notification .form__box [class*="form__btn"] {
      margin: 5px 3%; }

.form_pass .form__group.b-restore__buttons [class*="btn"]{
  max-width: 200px !important;
  min-width: 160px;
  margin: 5px auto !important;}

.password-input {
  display: inline-block;
  width: 100%;
  position: relative; }

.password__buton {
  width: 30px;
  height: 30px;
  background-color: transparent!important;
  background-image: url("../images/password-show.png");
  background-position: 50% 50%;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  top: calc(50% - 15px);
  right: 5px;
  cursor: pointer; }



.password-show {
  background-image: url("../images/password-hide.png"); }

.birthdate__box {
  width: 100%;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.birthdate__month {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto; }
  .birthdate__month .selectator_element {
    max-width: 120px;
    float: right; }

.birthdate__data {
  width: 40px; }
  .birthdate__data .text-input {
    padding: 5px 0 0 5px; }

.birthdate__year {
  width: 60px; }

.birthdate .label {
  min-width: auto !important; }

.birthdate .form__tooltip {
  width: 100%;
  position: absolute;
  bottom: -10px;
  left: 0; }

.pay-check {
  display: inline-block;
  width: 0px;
  height: 0px;
  position: relative; }
  .pay-check:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 20px;
    height: 10px;
    border-left: solid 3px #008000;
    border-bottom: solid 3px #008000;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg); }

.registration-page .form [class*='btn'],
.profile-edit .form [class*='btn'] {
  margin: 0 auto; }

[class*="-stretch"] {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%; }

/* ---- SVG ---- */
[class*='status-edit-photo']:not([class*='btn']),
[class*='status-message']:not([class*='btn']),
[class*='status-messageRead']:not([class*='btn']),
[class*='status-comment']:not([class*='btn']),
[class*='status-chat']:not([class*='btn']),
[class*='status-call']:not([class*='btn']),
[class*='status-ignoreList']:not([class*='btn']),
[class*='status-dateLady']:not([class*='btn']),
[class*='status-gift']:not([class*='btn']),
[class*='status-contactReques']:not([class*='btn']),
[class*='status-search']:not([class*='btn']),
[class*='status-start']:not([class*='btn']),
[class*='status-alarm']:not([class*='btn']),
[class*='status-basket']:not([class*='btn']),
[class*='status-photo']:not([class*='btn']),
[class*='status-video']:not([class*='btn']),
[class*='status-play']:not([class*='btn']),
[class*='status-like']:not([class*='btn']),
[class*='status-calendar']:not([class*='btn']),
[class*='status-admin']:not([class*='btn']),
[class*='status-folder']:not([class*='btn']),
[class*='status-directory']:not([class*='btn']),
[class*='status-birthday']:not([class*='btn']),
[class*='status-unread']:not([class*='btn']) {
  width: 80px;
  height: 80px;
  margin: auto;
  position: relative; }
[class*='status-edit-photo']:not([class*='btn']):before,
[class*='status-message']:not([class*='btn']):before,
[class*='status-messageRead']:not([class*='btn']):before,
[class*='status-comment']:not([class*='btn']):before,
[class*='status-chat']:not([class*='btn']):before,
[class*='status-call']:not([class*='btn']):before,
[class*='status-ignoreList']:not([class*='btn']):before,
[class*='status-dateLady']:not([class*='btn']):before,
[class*='status-gift']:not([class*='btn']):before,
[class*='status-contactReques']:not([class*='btn']):before,
[class*='status-search']:not([class*='btn']):before,
[class*='status-start']:not([class*='btn']):before,
[class*='status-alarm']:not([class*='btn']):before,
[class*='status-basket']:not([class*='btn']):before,
[class*='status-photo']:not([class*='btn']):before,
[class*='status-video']:not([class*='btn']):before,
[class*='status-play']:not([class*='btn']):before,
[class*='status-like']:not([class*='btn']):before,
[class*='status-calendar']:not([class*='btn']):before,
[class*='status-admin']:not([class*='btn']):before,
[class*='status-folder']:not([class*='btn']):before,
[class*='status-directory']:not([class*='btn']):before,
[class*='status-birthday']:not([class*='btn']):before,
[class*='status-unread']:not([class*='btn']):before {
  content: '';
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 100%;
  height: 100%; }
[class*='status-edit-photo']:not([class*='btn']):after,
[class*='status-message']:not([class*='btn']):after,
[class*='status-messageRead']:not([class*='btn']):after,
[class*='status-comment']:not([class*='btn']):after,
[class*='status-chat']:not([class*='btn']):after,
[class*='status-call']:not([class*='btn']):after,
[class*='status-ignoreList']:not([class*='btn']):after,
[class*='status-dateLady']:not([class*='btn']):after,
[class*='status-gift']:not([class*='btn']):after,
[class*='status-contactReques']:not([class*='btn']):after,
[class*='status-search']:not([class*='btn']):after,
[class*='status-start']:not([class*='btn']):after,
[class*='status-alarm']:not([class*='btn']):after,
[class*='status-basket']:not([class*='btn']):after,
[class*='status-photo']:not([class*='btn']):after,
[class*='status-video']:not([class*='btn']):after,
[class*='status-play']:not([class*='btn']):after,
[class*='status-like']:not([class*='btn']):after,
[class*='status-calendar']:not([class*='btn']):after,
[class*='status-admin']:not([class*='btn']):after,
[class*='status-folder']:not([class*='btn']):after,
[class*='status-directory']:not([class*='btn']):after,
[class*='status-birthday']:not([class*='btn']):after,
[class*='status-unread']:not([class*='btn']):after {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 25px;
  height: 25px; }

[class*='status-edit-photo']:before {
  background: url("../images/svg-admin-white.svg") center center/contain no-repeat; }

[class*='status-message-gray']:before {
  background: url("../images/svg-close-gray.svg") center bottom/contain no-repeat; }

[class*='status-message-orange']:before {
  background: url("../images/svg-close-orange.svg") center center/contain no-repeat; }

[class*='status-messageRead-gray']:before {
  background: url("../images/svg-open-gray.svg") center bottom/contain no-repeat; }

[class*='status-comment-greenLight']:before {
  background: url("../images/svg-comment-greenLight.svg") center center/contain no-repeat; }

[class*='status-comment-gray']:before {
  background: url("../images/svg-comment-gray.svg") center center/contain no-repeat; }

[class*='status-chat-greenLight']:before {
  background: url("../images/svg-chat-greenLight.svg") center center/contain no-repeat; }

[class*='status-chat-gray']:before {
  background: url("../images/svg-chat-gray.svg") center center/contain no-repeat; }

[class*='status-call-greenLight']:before {
  background: url("../images/svg-call-greenLight.svg") center center/contain no-repeat; }

[class*='status-ignoreList-green']:before {
  background: url("../images/svg-ignoreList-green.svg") center center/contain no-repeat; }

[class*='status-ignoreList-white']:before {
  background: url("../images/svg-ignoreList-white.svg") center center/contain no-repeat; }

[class*='status-dateLady-orange']:before {
  background: url("../images/svg-woman-orange.svg") center center/contain no-repeat; }

[class*='status-gift-blueLight']:before {
  background: url("../images/svg-gift-blueLight1.svg") center center/contain no-repeat; }

[class*='status-gift-blueLight']:before {
  background: url("../images/svg-gift-blueLight1.svg") center center/contain no-repeat; }

[class*='status-contactReques-blueLight']:before {
  background: url("../images/svg-document-blueLight.svg") center center/contain no-repeat; }

[class*='status-search']:before {
  background: url("../images/svg-search-white.svg") center center/contain no-repeat; }

[class*='status-start-on']:before {
  background: url("../images/svg-start-on.svg") center center/contain no-repeat; }

[class*='status-start-off']:before {
  background: url("../images/svg-start-off.svg") center center/contain no-repeat; }

[class*='status-alarm-on']:before {
  background: url("../images/svg-alarm-on.svg") center center/contain no-repeat; }

[class*='status-alarm-off']:before {
  background: url("../images/svg-alarm-off.svg") center center/contain no-repeat; }

[class*='status-basket']:before {
  background: url("../images/svg-basket.svg") center center/contain no-repeat; }

[class*='status-photo']:before {
  background: url("../images/svg-photo.svg") center bottom/contain no-repeat; }

[class*='status-video']:before {
  background: url("../images/svg-video.svg") center bottom/contain no-repeat; }

[class*='status-video-white']:before {
  background: url("../images/svg-video-white.svg") center center/contain no-repeat; }

[class*='status-play']:before {
  background: url("../images/svg-play.svg") center center/contain no-repeat;
  z-index: 1;}

[class*='status-like']:before {
  background: url("../images/svg-like.svg") center center/contain no-repeat; }

[class*='status-calendar']:before {
  background: url("../images/svg-calendar.svg") center center/contain no-repeat; }

[class*='status-admin']:before {
  background: url("../images/svg-admin.svg") center center/contain no-repeat; }

[class*='status-folder']:before {
  background: url("../images/svg-folder.svg") center center/contain no-repeat; }

[class*='status-folder-white']:before {
  background: url("../images/svg-folder-white.svg") center center/contain no-repeat; }

[class*='status-directory']:before {
  background: url("../images/svg-directory.svg") center center/contain no-repeat; }

[class*='status-directory-white']:before {
  background: url("../images/svg-directory-white.svg") center center/contain no-repeat; }

[class*='status-birthday']:before {
  content: url("../images/svg-birthday.svg") !important; }

[class*='-clip']:after {
  content: url("../images/svg-clip.svg"); }

[class*='-write']:after {
  content: url("../images/svg-write-1.svg"); }

[class*='status-unread']:before {
  content: 'unread';
  bottom: calc(50% - 0.6rem) !important;
  color: #ff0000;
  text-align: center; }

[class*='-free'] {
  position: relative; }
  [class*='-free']:before {
    content: url("../images/svg-free-1.svg");
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 100;
    width: 50px; }

.svg_white {
  stroke: #ffffff;
  fill: #ffffff; }

.svg_title {
  stroke: #0b779a;
  fill: #0b779a; }

.svg_link {
  stroke: #0099cc;
  fill: #0099cc; }

.svg_orange {
  stroke: #f38126;
  fill: #f38126; }

.svg_green {
  stroke: #008000;
  fill: #008000; }

.svg_red {
  stroke: #ff0000;
  fill: #ff0000; }

.star-active .star-gold {
  fill: #fffc00; }

.star-active .star-grey {
  fill: none; }

.star-inert .star-gold {
  fill: none; }

.star-inert .star-grey {
  fill: #a9a9a9; }

.start-on, .alarm-on {
  fill: #79bf42; }

.start-off, .alarm-off {
  fill: #666666; }

.alarm-on .off {
  fill: none;
  stroke: none; }

.alarm-off .on {
  fill: none;
  stroke: none; }

/* ---- USER CLASS ---- */
.user ul {
  list-style: none; }

.user tr td {
  vertical-align: top; }

.user_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.user_block {
  width: 100%;
  display: block !important; }

.user_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.user_block [class*='btn'], .user_info [class*='btn'] {
  text-transform: none; }

.user_name {
  color: #0099cc;
  font-style: normal;
  font-weight: 300;
  font-family:  'Lato', sans-serif;
  font-size: 1.6rem;
  line-height: 100%;}
  .user_name span {
    color: #5b5b5b;
    font-size: 1.25rem; }

.user_avatar {
  max-width: 100px;
  min-width: 70px;
  /*width: 70px;*/
  height: 100px;
  margin: 5px;
  padding: 2px;
  background: #f5f8fd;
  border: 1px solid #b3b3b3;
  overflow: hidden; }
  .user_avatar_set {
    background: rgba(255, 255, 255, 0.8);
    overflow: hidden;
    position: relative; }
    .user_avatar_set:before {
      content: "";
      display: none;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: 5px solid #4e515c;
      background: rgba(78, 81, 92, 0.5); }
    .user_avatar_set:after {
      content: attr(data-btn);
      display: none;
      position: absolute;
      top: calc(50% - 0.5rem);
      left: 0;
      width: 100%;
      padding: 0 10px;
      color: #ffffff;
      font-style: normal;
      font-weight: 600;
      font-family:  'Raleway', sans-serif;
      font-size: 1rem;
      line-height: 100%;
      text-align: center; }
    .user_avatar_set:hover:before, .user_avatar_set:hover:after {
      display: block; }

.user_panel {
  list-style: none;
  color: #666666;
  font-style: normal;
  font-weight: 700;
  font-family:  'Lato', sans-serif;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: -0.2px;
  white-space: nowrap;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .user_panel:first-of-type {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .user_panel:last-of-type {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .user_panel li:not(.user_panel_select) {
    padding: 5px 0; }
.user_panel_settings li:not(.user_panel_select) {
  padding: 5px; }
  .user_panel span {
    font-size: 16px;
    color: #79bf42; }
  .user_panel_board {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .user_panel_board span {
      margin: 0 5px; }
  .user_panel .form__group {
    margin: 0; }
  .user_panel_select {
    max-width: 250px;
    padding: 5px 0 0 0 !important;
    position: relative; }
    .user_panel_select [class*="btn"] {
      padding: 0.2rem 25px 0.2rem 5px;
      font-size: 1.2rem;
      line-height: 30px; }
      .user_panel_select [class*="btn"]:hover {
        -webkit-box-shadow: 3px 3px 7.4px 0.6px rgba(17, 17, 17, 0.24);
                box-shadow: 3px 3px 7.4px 0.6px rgba(17, 17, 17, 0.24); }
      .user_panel_select [class*="btn"]:active {
        position: relative;
        top: 0px;
        left: 0px; }
    .user_panel_select [class*='nav-arrow']:after {
      border-top: 9px solid #ffffff; }
    .user_panel_select ul {
      min-width: 105px;
      width: 100%;
      /*display: none;*/
      list-style: none;
      position: absolute;
      top: 105%;
      left: 0;
      z-index: 100;
      background: #f4f1f1;
      border: 1px solid #7f9db9;
      border-radius: 0 0 3px 3px;
      -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
              box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1); }
      .user_panel_select ul li a {
        display: block;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        width: 100%;
        min-height: 17px;
        color: #222222;
        font-size: 1.15rem;
        font-weight: 400;
        letter-spacing: -0.5px;
        white-space: nowrap;
        -o-text-overflow: ellipsis;
           text-overflow: ellipsis;
        overflow: hidden; }
      .user_panel_select ul li:hover,
      .user_panel_select ul li.hover  {
        background: -webkit-gradient(linear, left bottom, left top, from(#03a5d3), to(#09c6f5));
        background: -webkit-linear-gradient(bottom, #03a5d3 0%, #09c6f5 100%);
        background: -o-linear-gradient(bottom, #03a5d3 0%, #09c6f5 100%);
        background: linear-gradient(to top, #03a5d3 0%, #09c6f5 100%); }
        .user_panel_select ul li:hover a,
        .user_panel_select ul li.hover a {
          color: #ffffff; }

.user_gift_pict {
  width: 190px;
  height: 130px;
  border: 1px solid #b3b3b3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden; }

.user_gift_date {
  text-align: center; }

.user_gallery .content__main_block {
  padding: 1.25rem 1%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.user_gallery [class*='pict_responsive'] {
  width: 100px;
  height: 100px;
  display: inline-block; }
  .user_gallery [class*='pict_responsive'] img {
    padding: 2.5px;
    margin: auto; }

.user_gallery_buton {
  width: 100%;
  height: 30px;
  position: relative; }
  .user_gallery_buton .title-sub {
    height: 100%;
    line-height: 30px; }
  .user_gallery_buton .form__popUp-close {
    top: 0;
    right: 0;
    border: none;
    padding: 0; }
    .user_gallery_buton .form__popUp-close__cross {
      width: 30px;
      height: 30px;
      border-radius: 0; }
      .user_gallery_buton .form__popUp-close__cross span::before, .user_gallery_buton .form__popUp-close__cross span::after {
        height: 4px; }

.user_icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0;
  position: relative;
  cursor: pointer; }
  .user_icon img, .user_icon svg {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 100%;
    margin: auto; }

.user_preview.status-play img,
.pict_responsive.status-play img {
  min-width: 100%;
  min-height: 100%;
  width: 100% !important;
  height: auto !important;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  transform: translate(-50%,-50%);}

.user_preview.status-play:before,
.pict_responsive.status-play:before {
  width: 60px;
  height: 60px;
  left: calc(50% - 30px);
  bottom: calc(50% - 30px); }

.user_text {
  text-align: justify;
  padding-right: 10px; }

.user_online {
  color: #008000; }

.user_offline {
  color: #ff0000; }

.contacts .user_avatar:hover, .mail .user_avatar:hover, .likes .user_avatar:hover, .newsFeed .user_avatar:hover, .gift .user_avatar:hover, .dateLady .user_avatar:hover, .aside .user_avatar:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%; }

/* ---- SERVICE CLASS---- */
.nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important; }

.hidden {
  display: none; }

.hide {
  visibility: hidden;
  opacity: 0;
  height: 0; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  body {
    min-height: 100vh;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; } }

/*
================================================================================
|                                     HEADER                                   |
================================================================================
*/
header {
  width: 100%;
  position: relative; }
.home header{
  padding-top: 40.6%; }
.header {
  max-width: 930px;
  min-width: 930px;
  width: 100%;
  margin: auto; }
.header-home {
  max-width: none;
  min-width: auto;
  height: 100%;
  background: url("../images/header-bg.jpg") 0 0/100% auto no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: absolute;
  top: 0;
  left: 0; }
.header__bg {
  display: none;
  width: 100%;
  padding-top: 40.6%;
  background: url("../images/header-bg.jpg") 0 0/100% auto no-repeat; }
.header__top, .header__bottom {
  width: 100%;
  padding: 0 12% 0 12%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(230, 232, 236, 0.7);
  position: relative;
  z-index: 2; }
.header__top {
  height: 85px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000; }
.header__top_logo, .header__top_online, .header__top_login {
  margin: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer; }
.header__top_logo {
  display: inline-block; }
.header__top_online {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
.header__top_online div:first-child {
  padding: 0 10px 0 0;
  color: #282828;
  font-style: normal;
  font-weight: 300;
  font-family:  'Lato', sans-serif;
  font-size: 1.6rem; }
.header__top_online div:last-child {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: -webkit-gradient(linear, left bottom, left top, from(#7bb461), to(#8dd070));
  background: -webkit-linear-gradient(bottom, #7bb461 0%, #8dd070 100%);
  background: -o-linear-gradient(bottom, #7bb461 0%, #8dd070 100%);
  background: linear-gradient(to top, #7bb461 0%, #8dd070 100%);
  color: #ffffff;
  font-style: normal;
  font-weight: 700;
  font-family:  'Lato', sans-serif;
  font-size: 1.7rem;
  line-height: 50px;
  text-align: center; }
.header__top_login {
  font-style: normal;
  font-weight: 700;
  font-family:  'Lato', sans-serif;
  font-size: 1.7rem;
  line-height: 40px;
  text-align: center; }
.header__top_login a {
  display: block;
  height: 40px;
  padding: 0 10px; }
.header__top_login a:first-child {
  background: #0b779a;
  color: #ffffff; }
.header__top_login a:last-child {
  color: #0b779a;
  border: 2px solid #0b779a; }
.header__top_login span {
  padding: 0 12px;
  color: #282828; }
.header__bottom {
  min-height: 130px;
  height: 130px; }
.header__bottom_real {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 300px;
  flex: 1 1 300px;
  font-style: normal;
  font-weight: 900;
  font-family:  'Lato', sans-serif;
  font-size: 4rem;
  line-height: 100%;
  text-align: center; }
.header__bottom_real div:first-child {
  padding: 5px 0 0 0;
  color: #0b779a;
  line-height: 4rem; }
.header__bottom_real div:last-child {
  color: #282828;
  font-size: 2.3rem; }
.header__bottom_line {
  margin: 0 100px;
  width: 2px;
  height: 45px;
  background: #282828; }
.header__bottom_slogan {
  color: #282828;
  font-style: normal;
  font-weight: 700;
  font-family:  'Lato', sans-serif;
  font-size: 2rem;
  line-height: 100%;}
.header__main {
  padding: 1.6rem 0 3% 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
.header__main .header__top_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
.header__main .header__top_link div:first-child,.header-search__link .header-search__title {
  padding: 0 10px 0 0;
  color: #282828;
  font-style: normal;
  font-weight: 300;
  font-family:  'Lato', sans-serif;
  font-size: 1.6rem;
  line-height: 100%;}
.header__main .header__top_link div:last-child {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #ffffff;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#7bb461), to(#8dd070));
  background-image: -webkit-linear-gradient(bottom, #7bb461 0%, #8dd070 100%);
  background-image: -o-linear-gradient(bottom, #7bb461 0%, #8dd070 100%);
  background-image: linear-gradient(to top, #7bb461 0%, #8dd070 100%);
  font-style: normal;
  font-weight: 700;
  font-family:  'Lato', sans-serif;
  font-size: 1.7rem;
  line-height: 50px;
  text-align: center; }
.header__main .header__top_link:hover div:last-child {
  background: transparent;
  border: 2px solid #79bf42;
  color: #79bf42; }
.header__main .header__top_link:last-of-type div:last-child {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#03a5d3), to(#09c6f5));
  background-image: -webkit-linear-gradient(bottom, #03a5d3 0%, #09c6f5 100%);
  background-image: -o-linear-gradient(bottom, #03a5d3 0%, #09c6f5 100%);
  background-image: linear-gradient(to top, #03a5d3 0%, #09c6f5 100%);
  font-size: 1.2rem; }
.header__main .header__top_link:last-of-type:hover div:last-child {
  background: transparent;
  border: 2px solid #0099cc;
  color: #0099cc; }
.header__main_btn {
  max-width: 170px;
  height: 40px;
  padding: 0 20px 0 30px;
  margin: 0;
  background: #f38126;
  font-size: 20px;
  line-height: 30px !important;
  text-align: right !important;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }
.header__main_btn span {
  font-size: 27px; }
.header__main_btn span:first-child {
  margin: 0 -5px 0 0; }
.header__main_btn:hover, .header__main_btn:focus, .header__main_btn:active {
  -webkit-box-shadow: 1px 1px 0px #f64b00, 1px 1px 0px #f64b00, 2px 2px 0px #f64b00, 2px 2px 0px #f64b00, 3px 3px 0px #f64b00, 3px 3px 0px #f64b00, 4px 4px 0px #f64b00, 5px 5px 0px #f64b00;
  box-shadow: 1px 1px 0px #f64b00, 1px 1px 0px #f64b00, 2px 2px 0px #f64b00, 2px 2px 0px #f64b00, 3px 3px 0px #f64b00, 3px 3px 0px #f64b00, 4px 4px 0px #f64b00, 5px 5px 0px #f64b00; }
.header__main_btn:active {
  position: relative;
  top: 1px;
  left: 1px; }
.header__main .logo {
  display: none; }
.header__main .user_info {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 230px;
  margin: 0 !important; }
.header__main .user_icon {
  margin: 0 0 0 10px; }
.header__registration {
  width: 31%;
  padding: 2rem 5px 1rem 5px;
  background: rgba(230, 232, 236, 0.7);
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  position: absolute;
  left: 0;
  z-index: 100; }
.header__registration-show {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%); }
.header__registration-close {
  top: 5px !important;
  right: 5px !important; }
.header__registration .form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
.header__registration .form__group {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%; }
.header__registration .form__group-check {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%; }
.header__registration .form__note {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%; }

.header-search__link .header-search__icon {
  border: 2px solid #f38126; }
.header-search__link:hover .header-search__icon {
  background: #ffffff; }
.header-search__link:hover .header-search__icon svg {
  fill: #f38126; }

.hamburger-box {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 900;
  -webkit-animation: init 3s ease-in forwards;
  animation: init 3s ease-in forwards; }

@-webkit-keyframes init {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes init {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.hamburger-menu {
  position: relative;
  width: 60px;
  height: 60px;
  pointer-events: none;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s; }
.hamburger-menu > input.hamburger_input {
  display: none; }
.hamburger-menu > input.hamburger_input:checked + label.hamburger_label svg path:nth-of-type(1) {
  -webkit-animation: open-A 0.5s linear forwards;
  animation: open-A 0.5s linear forwards; }

@-webkit-keyframes open-A {
  0% {
    stroke-dasharray: 290.158, 298.158, 24; }
  100% {
    stroke-dasharray: 290.158, 525.815, 24; } }

@keyframes open-A {
  0% {
    stroke-dasharray: 290.158, 298.158, 24; }
  100% {
    stroke-dasharray: 290.158, 525.815, 24; } }
.hamburger-menu > input.hamburger_input:checked + label.hamburger_label svg path:nth-of-type(2) {
  -webkit-animation: open-B 0.5s linear forwards;
  animation: open-B 0.5s linear forwards; }

@-webkit-keyframes open-B {
  0% {
    stroke-dasharray: 40, 48, 24; }
  100% {
    stroke-dasharray: 40, 60, 0; } }

@keyframes open-B {
  0% {
    stroke-dasharray: 40, 48, 24; }
  100% {
    stroke-dasharray: 40, 60, 0; } }
.hamburger-menu > input.hamburger_input:checked + label.hamburger_label svg path:nth-of-type(3) {
  -webkit-animation: open-C 0.5s linear forwards;
  animation: open-C 0.5s linear forwards; }

@-webkit-keyframes open-C {
  0% {
    stroke-dasharray: 349.656, 357.656, 24; }
  100% {
    stroke-dasharray: 349.656, 644.812, 24; } }

@keyframes open-C {
  0% {
    stroke-dasharray: 349.656, 357.656, 24; }
  100% {
    stroke-dasharray: 349.656, 644.812, 24; } }
.hamburger-menu label.hamburger_label {
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
  pointer-events: auto;
  position: relative; }
.hamburger-menu svg {
  position: absolute;
  top: -25px;
  left: -25px; }
.hamburger-menu svg path {
  stroke-width: 5px;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: transparent;
  stroke: #f38126; }
.hamburger-menu svg path:nth-of-type(1) {
  stroke-dashoffset: 580.315px;
  stroke-dasharray: 290.158, 298.158, 24;
  -webkit-animation: close-A 0.5s linear forwards, shake-A 0.3s linear forwards 0.5s;
  animation: close-A 0.5s linear forwards, shake-A 0.3s linear forwards 0.5s; }

@-webkit-keyframes close-A {
  0% {
    stroke-dasharray: 290.158, 525.815, 24; }
  100% {
    stroke-dasharray: 290.158, 298.158, 24; } }

@keyframes close-A {
  0% {
    stroke-dasharray: 290.158, 525.815, 24; }
  100% {
    stroke-dasharray: 290.158, 298.158, 24; } }
.hamburger-menu svg path:nth-of-type(2) {
  stroke-dashoffset: 80px;
  stroke-dasharray: 40, 48, 24;
  -webkit-animation: close-B 0.5s linear forwards;
  animation: close-B 0.5s linear forwards; }

@-webkit-keyframes close-B {
  0% {
    stroke-dasharray: 40, 60, 0; }
  100% {
    stroke-dasharray: 40, 48, 24; } }

@keyframes close-B {
  0% {
    stroke-dasharray: 40, 60, 0; }
  100% {
    stroke-dasharray: 40, 48, 24; } }
.hamburger-menu svg path:nth-of-type(3) {
  stroke-dashoffset: 699.312px;
  stroke-dasharray: 349.656, 357.656, 24;
  -webkit-animation: close-C 0.5s linear forwards, shake-C 0.3s linear forwards 0.5s;
  animation: close-C 0.5s linear forwards, shake-C 0.3s linear forwards 0.5s; }

@-webkit-keyframes close-C {
  0% {
    stroke-dasharray: 349.656, 644.812, 24; }
  100% {
    stroke-dasharray: 349.656, 357.656, 24; } }

@keyframes close-C {
  0% {
    stroke-dasharray: 349.656, 644.812, 24; }
  100% {
    stroke-dasharray: 349.656, 357.656, 24; } }

@-webkit-keyframes shake-A {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%, 50%, 90% {
    -webkit-transform: translate3d(7%, 0, 0);
    transform: translate3d(7%, 0, 0); }
  30%, 70% {
    -webkit-transform: translate3d(-7%, 0, 0);
    transform: translate3d(-7%, 0, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes shake-A {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%, 50%, 90% {
    -webkit-transform: translate3d(7%, 0, 0);
    transform: translate3d(7%, 0, 0); }
  30%, 70% {
    -webkit-transform: translate3d(-7%, 0, 0);
    transform: translate3d(-7%, 0, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-webkit-keyframes shake-C {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%, 50%, 90% {
    -webkit-transform: translate3d(-7%, 0, 0);
    transform: translate3d(-7%, 0, 0); }
  30%, 70% {
    -webkit-transform: translate3d(7%, 0, 0);
    transform: translate3d(7%, 0, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes shake-C {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%, 50%, 90% {
    -webkit-transform: translate3d(-7%, 0, 0);
    transform: translate3d(-7%, 0, 0); }
  30%, 70% {
    -webkit-transform: translate3d(7%, 0, 0);
    transform: translate3d(7%, 0, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.hamburger-menu .hamburger {
  width: 35px;
  height: 5px;
  border-radius: 5px;
  background: #f38126;
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -17.5px;
  margin-top: -2.5px;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition: -webkit-transform 50ms;
  transition: -webkit-transform 50ms;
  -o-transition: transform 50ms;
  transition: transform 50ms;
  transition: transform 50ms, -webkit-transform 50ms; }
.hamburger-menu .hamburger-1 {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px); }
.hamburger-menu .hamburger-2 {
  -webkit-transform: translateY(0px);
  transform: translateY(0px); }
.hamburger-menu .hamburger-3 {
  -webkit-transform:  translateY(10px);
  transform: translateY(10px); }
.hamburger-menu > input.hamburger_input:checked + label.hamburger_label .hamburger-1 {
  -webkit-transform:  translateY(0px) rotate(45deg);
  transform:  translateY(0px) rotate(45deg); }
.hamburger-menu > input.hamburger_input:checked + label.hamburger_label .hamburger-2 {
  -webkit-transform:  translateY(0px) scale(0.1, 1);
  transform:  translateY(0px) scale(0.1, 1); }
.hamburger-menu > input.hamburger_input:checked + label.hamburger_label .hamburger-3 {
  -webkit-transform: translateY(0px) rotate(-45deg);
  transform:  translateY(0px) rotate(-45deg); }

/* IE only*/
[class*='on-ie'] .hamburger-menu svg{
  display: none; }
[class*='on-ie'] .hamburger-menu .hamburger{
  display: block; }

/*
================================================================================
|                                     FOOTER                                   |
================================================================================
*/
footer {
  width: 100%;
  min-width: 320px; }

.footer {
  height: 430px;
  padding: 1.3rem 0;
  background: url("../images/bg.jpg") repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .footer [class*="_title"] {
    width: 100%;
    margin: 1.0rem 0 2.3rem 0;
    color: #666;
    font-style: normal;
    font-weight: 300;
    font-family:  'Lato', sans-serif;
    font-size: 1.2rem;
    line-height: 100%;}
  .footer__nav {
    max-width: 600px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .footer__nav a {
      display: block;
      width: 225px;
      margin: 0.5rem 1rem;
      color: #666;
      font-style: normal;
      font-weight: 300;
      font-family:  'Lato', sans-serif;
      font-size: 1.6rem;
      line-height: 100%;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;}
      .footer__nav a:hover {
        text-decoration: underline; }
  .footer__social {
    max-width: 140px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: url("../images/footer_social_v2.png") 50% 100%/ auto 80px no-repeat;
    margin: 0 1.6rem; }
    .footer__social a {
      display: inline-block;
      width: 33px;
      height: 33px;
      margin: 4px; }
  .footer__join {
    display: none;
    margin: 0 1.6rem; }
    .footer__join_btn-orange {
      display: block;
      width: 130px;
      height: 90px;
      text-transform: uppercase;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch; }
      .footer__join_btn-orange div:last-child {
        position: relative; }
        .footer__join_btn-orange div:last-child:after {
          content: '';
          width: 0;
          height: 0;
          border-top: 7px solid transparent;
          border-left: 7px solid #ffffff;
          border-bottom: 7px solid transparent;
          position: absolute;
          top: calc(50% - 7px);
          right: 10px; }
  .footer__info {
    width: 100%; }
    .footer__info p {
      max-width: 815px;
      margin: auto;
      padding: 0;
      color: #666;
      font-style: normal;
      font-weight: 300;
      font-family:  'Lato', sans-serif;
      font-size: 1.2rem;
      line-height: 1.6rem;
      text-align: center; }

/*
================================================================================
|                                     ASIDE                                   |
================================================================================
*/
aside {
  max-width: 350px;
  width: 100%;
  overflow: hidden; }

.aside {
  width: 100%;
  height: 100%;
  padding: 1.6rem 1% 3rem 3%;
  background: url("../images/bg.jpg") repeat; }
  .aside_logo {
    margin: 0 auto;
    margin-bottom: 6.0rem;
    position: relative;
/*    -webkit-transform: translateY(6rem);
        -ms-transform: translateY(6rem);
            transform: translateY(6rem);
    -webkit-animation: up 0.5s linear forwards, rot 1s linear forwards alternate 0.5s;
            animation: up 0.5s linear forwards, rot 1s linear forwards alternate 0.5s; */}

@-webkit-keyframes up {
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes up {
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes rot {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg); }
  50% {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg); }
  100% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg); } }

@keyframes rot {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg); }
  50% {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg); }
  100% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg); } }
  .aside_nav {
    list-style: none;
    color: #222222;
    font-style: normal;
    font-weight: 700;
    font-family:  'Lato', sans-serif;
    font-size: 1.4rem;
    line-height: 100%;}
    .aside_nav li {
      padding: 5px 0;
      position: relative;
      -webkit-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear; }
      .aside_nav li > a, .aside_nav li > label {
        height: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        color: #222222;
        position: relative;
        z-index: 1; }
        .aside_nav li > a:link, .aside_nav li > a:hover, .aside_nav li > a:active, .aside_nav li > a:visited {
          color: #222222;
          text-decoration: none; }
      .aside_nav li:after {
        content: '';
        position: absolute;
        top: 1px;
        right: -200%;
        z-index: 0;
        width: 500% !important;
        height: 38px;
        background: rgba(243, 129, 38, 0.8);
        display: none; }
      .aside_nav li.aside_nav-current:after {
        background: #0b779a; }
    .aside_nav li:hover:after,
    .aside_nav li.hover:after,
    .aside_nav li.aside_nav-current:after {
      display: block; }
    .aside_nav li:hover:before, .aside_nav li.aside_nav-current:before {
      background: #ffffff; }
    .aside_nav li:hover > a,
    .aside_nav li.hover > a,
    .aside_nav li:hover > label,
    .aside_nav li.aside_nav-current > a,
    .aside_nav li.aside_nav-current > label {
      color: #ffffff; }
    .aside_nav li:hover > span,
    .aside_nav li.hover > span,
    .aside_nav li.hover > label > span,
    .aside_nav li.aside_nav-current > span {
      color: #ffffff;
      position: relative;
      z-index: 1; }
    .aside_nav li:hover > span:after, .aside_nav li.aside_nav-current > span:after {
      border-top: 9px solid #ffffff; }
    .aside_nav li:hover svg, .aside_nav li.aside_nav-current svg {
      stroke: #ffffff;
      fill: #ffffff; }
    .aside_nav > li > a > span:not(.aside_nav-arrow),
    .aside_nav > li > span:not(.aside_nav-arrow),
    .aside_nav > li > label > span:not(.aside_nav-arrow) {
      display: inline-block;
      vertical-align: middle;
      width: 40px;
      height: 30px;
      position: relative;
      z-index: 2; }
      .aside_nav > li > a > span:not(.aside_nav-arrow) svg,
      .aside_nav > li > span:not(.aside_nav-arrow) svg,
      .aside_nav > li > label > span:not(.aside_nav-arrow) svg {
        display: block;
        height: 100%; }
    .aside_nav-noLink .aside_nav-arrow {
      height: 30px;
      line-height: 30px;
      vertical-align: top; }
    .aside_nav-noLink:nth-of-type(7) .aside_nav-arrow:after {
      display: none; }
    .aside_nav-arrow:after {
      content: none; }
    .aside_nav-sub {
      margin: 4px 0 0 5px; }
      .aside_nav-sub li {
        padding-left: 20px;
        list-style: none; }
        .aside_nav-sub li:before {
          content: " ";
          width: 10px;
          height: 10px;
          border-radius: 50%;
          background: #03a5d3;
          position: absolute;
          left: 0;
          top: calc(50% - 5px);
          z-index: 2; }
    .aside_nav-sub:not(.aside_nav-guests){
      display: none; }
    .aside_nav-guests section {
      padding: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .aside_nav-guests section [class*='pict_responsive'] {
        max-width: 30%;
        -webkit-box-flex: 1;
            -ms-flex: 1 1 30%;
                flex: 1 1 30%;
        padding: 3px; }
      .aside_nav-guests section [class*='btn-link'] {
        width: 100%;
        font-size: 1rem;
        text-align: right;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; }
  .aside .user_avatar {
    margin: 5px; }
  .aside_nav-guests{
  margin: 5px 0 0 0;
    text-align: right;}

[class*="aside_btn"] {
  display: block;
  padding: 0.2rem 5px;
  font-size: 1.1rem !important;
  line-height: 30px !important;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;}

/*
================================================================================
|                                     CONTENT                                 |
================================================================================
*/
main {
  min-width: 320px;
  width: 100%;
  padding: 0 1% 0 4%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.content {
  max-width: 930px;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  margin: auto; }
  .content-home {
    max-width: none;}
    .content-home .content__bottom {
      max-width: 60%; }
  .content [class*="btn"]:not([class*="btn-link"]) {
    max-width: 250px; }
  .content__main {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .content__main.newsFeed{
    display: block; }
    .content__main [class*="content__main_body"] {
      margin: 3% 0 !important;
      padding: 3% !important;
      background: url("../images/bg.jpg") repeat !important; }
    .content__main_block {
      margin: 1rem 0 !important;
      padding: 1%;
      background: #ffffff;
      border: 1px solid #b3b3b3;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
  .content__form {
    color: #0099cc; }
  .content__tab {
    padding: 2.6rem 12%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .content__tab-more {
      padding: 2.5rem 12%; }
    .content__tab_link, .content__tab_link a {
      color: #353535;
      font-style: normal;
      font-weight: 300;
      font-family:  'Lato', sans-serif;
      font-size: 2.3rem;
      line-height: 100%;}
    .content__tab_link {
      min-height: 2rem;
      padding: 0 2.6rem;
      cursor: pointer;
      position: relative; }
      .content__tab_link:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0; }
      .content__tab_link:first-child:before, .content__tab_link:nth-child(2):before {
        width: 2px;
        height: 100%;
        background: #353535; }
      .content__tab_link:nth-child(3):before, .content__tab_link:last-child:before {
        top: calc(50% - 10px);
        width: 20px;
        height: 20px;
        border-right: 2px solid #f38126;
        border-bottom: 2px solid #f38126;
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg); }
      .content__tab_link:only-child {
        width: 100%;
        text-align: right; }
        .content__tab_link:only-child:before {
          background: transparent; }
      .content__tab_link-current {
        color: #0b779a; }
        .content__tab_link-current:after {
          content: '';
          width: 20px;
          height: 20px;
          margin-top: -10px;
          position: absolute;
          right: 50%;
          top: 100%;
          border-right: 2px solid #008000;
          border-bottom: 2px solid #008000;
          -webkit-transform: rotate(45deg);
              -ms-transform: rotate(45deg);
                  transform: rotate(45deg); }
  .content__slider {
    padding: 0 12%;
    opacity: 0; }
  .content__gallery .gallery_item {
    margin: 1rem; }
  .content__slogan {
    padding: 0;
    color: #282828;
    font-style: normal;
    font-weight: 300;
    font-family:  'Lato', sans-serif;
    font-size: 1.6rem;
    line-height: 100%;
    text-align: center; }
    .content__slogan p {
      max-width: 80%;
      margin: auto;
      padding: 0;
      text-align: center; }
    .content__slogan h2 {
      padding: 0 0 2.6rem 0;
      font-size: 2.3rem;
      font-weight: 400; }
  .content__search {
    max-width: 70%;
    margin: auto;
    margin-bottom: 2.6rem; }
  .content > [class*="btn"] {
    max-width: 240px;
    height: 60px;
    margin: 2.6rem auto; }
  .content__info {
    padding: 0 14% 1rem 14%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .content__pair {
    padding: 0 14%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .content__pair_gallery {
      max-width: 72%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
    .content__pair_aside {
      max-width: 21%;
      min-width: 265px;
      width: 100%;
      padding: 1%;
      margin: 0.5rem 0 0.5rem 0.5rem;
      background: #f2f2f2; }
      .content__pair_aside_title {
        padding: 0;
        color: #f38126;
        font-style: normal;
        font-weight: 700;
        font-family:  'Lato', sans-serif;
        font-size: 1.6rem;
        line-height: 100%;
        text-transform: uppercase; }
      .content__pair_aside_text {
        color: #282828;
        font-style: normal;
        font-weight: 300;
        font-family:  'Lato', sans-serif;
        font-size: 1.1rem;
        line-height: 100%;}
        .content__pair_aside_text p {
          font-size: 1.1rem;
          padding: 5px 0; }
  .content__bottom {
    margin: auto;
    margin-bottom: 3%;
    padding: 0.5rem;
    border: 1px solid #cfcfcf;
    border-radius: 10px; }
    .content__bottom p {
      padding: 0 !important;
      color: #222222;
      font-style: normal;
      font-weight: 300;
      font-family:  'Lato', sans-serif;
      font-size: 0.8rem !important;
      line-height: 100%;
      text-align: justify; }

 .aboutUs h3,
 .antiScam h2{
   font-size: 1.2rem;
   line-height: 1.4rem;
   color: #222222;
   padding: 1rem 0 1rem 0;
   text-align: justify;
   font-weight: 400;
 }

.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
    -ms-flex-align: stretch;
      align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .gallery_item {
    width: 290px;
    margin: 10px;
    background: #e6e8ec;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden;
    position: relative;
    -webkit-filter: drop-shadow(0px 3px 2px #686868);
            filter: drop-shadow(0px 3px 2px #686868); }
  .gallery_item:before{
    z-index: 1;}
    .gallery_item-live:before {
      content: url("../images/slider_item-live.png");
      position: absolute;
      top: 10px;
      left: 10px;}
    .gallery_item_top {
      position: absolute;
      top: 10px;
      right: 10px;
      z-index: 1;
      width: 30px;
      height: 30px; }
      .gallery_item_top svg, .gallery_item_top img {
        display: block;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        width: 100%;
        -webkit-filter: drop-shadow(1px 1px 1px #686868);
                filter: drop-shadow(1px 1px 1px #686868); }
    .gallery_item_name {
      width: 100%;
      padding: 1rem 0;
      z-index: 1;
      color: #0b779a;
      font-style: normal;
      font-weight: 300;
      font-family:  'Lato', sans-serif;
      font-size: 2rem;
      line-height: 100%;
      text-transform: uppercase;
      text-align: center; }
    .gallery_item_bottom {
      width: 100%;
      padding: 5px 1rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      background: url("../images/slider_item-link.png") 50% 0 / auto 40px no-repeat;}
    .gallery_item.gallery_item-offline .gallery_item_bottom {
      background-image: url("../images/slider_item-link-gray.png"); }
    .gallery_item_link {
      display: inline-block;
      max-width: 45px;
      width: 29%;
      height: 40px;
      margin: 0 1.7px; }
  .gallery_item a:not(.gallery_item_link) {
    display: block;
    padding-top: 142%;
    position: relative;
    overflow: hidden;}
  .gallery_item a:not(.gallery_item_link) img {
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;}
  .gallery_elem {
    margin: 5px;
    position: relative; }
    .gallery_elem > p b {
      color: #0b779a;
      text-transform: uppercase; }

.info_item {
  min-width: 220px;
  width: 33%;
  padding-top: 90px;
  margin: 1rem 0; }
.info_item:nth-child(1){
  background: url("../images/info_item_icon-1.png") 50% 0%/auto 90px no-repeat; }
.info_item:nth-child(2){
  background: url("../images/info_item_icon-2.png") 50% 0%/auto 90px no-repeat; }
.info_item:nth-child(3){
  background: url("../images/info_item_icon-3.png") 50% 0%/auto 90px no-repeat; }
.info_item:nth-child(4){
  background: url("../images/info_item_icon-4.png") 50% 0%/auto 90px no-repeat; }
.info_item:nth-child(5){
  background: url("../images/info_item_icon-5.png") 50% 0%/auto 90px no-repeat; }
  .info_item_icon {
    display: none;
    width: 90px;
    height: 90px;
    margin: auto; }
  .info_item_title {
    padding: 1.2rem 0;
    color: #222222;
    font-style: normal;
    font-weight: 700;
    font-family:  'Lato', sans-serif;
    font-size: 1.6rem;
    line-height: 100%;
    text-transform: uppercase;
    text-align: center; }
  .info_item_text {
    width: 85%;
    margin: auto;
    color: #222222;
    font-style: normal;
    font-weight: 300;
    font-family:  'Lato', sans-serif;
    font-size: 1.25rem;
    line-height: 100%;
    text-align: center; }

.pair_item {
  margin: 0.5rem;
  max-width: 290px;
  min-width: 220px;
  width: 30%;
  overflow: hidden;
  position: relative; }
.pair_item_icon-1{
  background: url("https://www.step2love.com//templates/step2love_v2/images/pair_item_icon-1.jpg") 50% 50%/100% 100% no-repeat; }
.pair_item_icon-2{
  background: url("https://www.step2love.com//templates/step2love_v2//images/pair_item_icon-2.jpg") 50% 50%/100% 100% no-repeat; }
.pair_item_icon-3{
  background: url("https://www.step2love.com//templates/step2love_v2//images/pair_item_icon-3.jpg") 50% 50%/100% 100% no-repeat; }
.pair_item_icon-4{
  background: url("https://www.step2love.com//templates/step2love_v2//images/pair_item_icon-4.jpg") 50% 50%/100% 100% no-repeat; }
.pair_item_icon-5{
  background: url("https://www.step2love.com//templates/step2love_v2//images/pair_item_icon-5.jpg") 50% 50%/100% 100% no-repeat; }
.pair_item_icon-6{
  background: url("https://www.step2love.com//templates/step2love_v2//images/pair_item_icon-6.jpg") 50% 50%/100% 100% no-repeat; }
  .pair_item_icon {
    padding-top: 113.8%;
    position: relative;
    z-index: -1; }
  .pair_item_title, .pair_item_text {
    min-width: 200px;
    height: 30px;
    padding: 0 0 0 0.7rem;
    color: #ffffff;
    font-style: normal;
    font-weight: 700;
    font-family:  'Lato', sans-serif;
    font-size: 1.4rem;
    line-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    left: 0; }
  .pair_item_title:after, .pair_item_text:after {
    content: '';
    width: 100%;
    height: 30px;
    background: #0b779a;
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1; }
  .pair_item_title {
    bottom: 40px; }
  .pair_item_text {
    bottom: 5px; }

.search {
  max-width: 80%;
  padding: 1rem 5px;
  background: #f2f2f2; }
  .search .text-input:not(.range-input_label) {
    width: 130px !important;
    min-height: 40px;
    height: 100% !important;
    border: 3px solid #c5c5c5;
    border-radius: 5px; }
  .search .check-input_label {
    width: 40px;
    height: 40px;
    border: 3px solid #c5c5c5;
    border-radius: 5px; }
    .search .check-input_label:after {
      left: 5px;
      top: 5px;
      width: 25px;
      height: 15px; }
  .search .check-label {
    font-style: normal;
    font-weight: 300;
    font-family:  'Lato', sans-serif;
    font-size: 1.6rem;
    line-height: 100%;}
    .search .check-label-new {
      color: #f38126; }
    .search .check-label-online {
      color: #008000; }
.search .range-input {
  -webkit-appearance: none;
  background: transparent;
  padding: 0; }
.search .range-input::-ms-tooltip {
  display: none; }
.search .range-input::-moz-focus-outer {
  border: 0; }
.search .range-input:focus {
  outline: 0; }
.search .range-input:focus::-webkit-slider-runnable-track {
  background: rgba(13, 13, 13, 0); }
.search .range-input:focus::-ms-fill-lower {
  background: transparent; }
.search .range-input:focus::-ms-fill-upper {
  background: rgba(13, 13, 13, 0); }
.search .range-input::-webkit-slider-runnable-track {
  height: 10px;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  width: 160px;
  cursor: default;
  pointer-events: none;
  background: transparent;
  border: 2px solid transparent; }
.search .range-input::-webkit-slider-thumb {
  -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2), 0 0 4px rgba(13, 13, 13, 0.2);
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2), 0 0 4px rgba(13, 13, 13, 0.2);
  background: #ffffff;
  border: 2px solid #f38126;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  cursor: pointer;
  pointer-events: all;
  -webkit-appearance: none;
  margin-top: -17px; }
.search .range-input::-moz-range-track {
  height: 10px;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  width: 160px;
  cursor: default;
  pointer-events: none;
  background: transparent;
  border: 2px solid transparent;
  height: 5px; }
.search .range-input::-moz-range-thumb {
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2), 0 0 4px rgba(13, 13, 13, 0.2);
  background: #ffffff;
  border: 2px solid #f38126;
  border-radius: 50%;
  height: 36px;
  width: 36px;
  cursor: pointer;
  pointer-events: all; }
.search .range-input::-ms-track {
  height: 10px;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  width: 160px;
  cursor: default;
  pointer-events: none;
  background: transparent;
  border-color: transparent;
  border-width: 20px 0;
  color: transparent; }
.search .range-input::-ms-fill-lower {
  background: rgba(0, 0, 0, 0);
  border: 2px solid transparent; }
.search .range-input::-ms-fill-upper {
  background: transparent;
  border: 2px solid transparent; }
.search .range-input::-ms-thumb {
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2), 0 0 4px rgba(13, 13, 13, 0.2);
  background: #ffffff;
  border: 2px solid #f38126;
  border-radius: 50%;
  height: 36px;
  width: 36px;
  cursor: pointer;
  pointer-events: all;
  margin-top: 2.5px; }
.search .range-input:first-child {
  width: 200px;
  padding: 0 40px 0 0; }
.search .range-input:last-child {
  width: 160px;
  margin: 0 0 0 -160px; }
.search .range-input:last-child::-moz-range-thumb {
  transform: translateY(1px); }
.search .range-input:disabled::-webkit-slider-thumb {
  cursor: not-allowed; }
.search .range-input:disabled::-moz-range-thumb {
  cursor: not-allowed; }
.search .range-input:disabled::-ms-thumb {
  cursor: not-allowed; }
.search .range-input:disabled::-webkit-slider-runnable-track {
  cursor: not-allowed; }
.search .range-input:disabled::-ms-fill-lower {
  cursor: not-allowed; }
.search .range-input:disabled::-ms-fill-upper {
  cursor: not-allowed; }
.search .range-input_box {
  background: -webkit-linear-gradient(top, transparent 0%, transparent calc(50% - 5px), #f38126 calc(50% - 5px), #f38126 calc(50% + 5px), transparent calc(50% + 5px), transparent 100%);
  background: -o-linear-gradient(top, transparent 0%, transparent calc(50% - 5px), #f38126 calc(50% - 5px), #f38126 calc(50% + 5px), transparent calc(50% + 5px), transparent 100%);
  background: linear-gradient(to bottom, transparent 0%, transparent calc(50% - 5px), #f38126 calc(50% - 5px), #f38126 calc(50% + 5px), transparent calc(50% + 5px), transparent 100%); }
.search .range-input_label {
  width: 50px;
  height: 50px;
  padding: 0;
  border: none;
  color: #222222;
  font-style: normal;
  font-weight: 300;
  font-family:  'Lato', sans-serif;
  font-size: 1.6rem;
  line-height: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .search .form__group {
    -ms-flex-item-align: stretch;
        align-self: stretch;
    margin: 0 1rem; }
    .search .form__group:after {
      display: none; }
    .search .form__group.focus .label {
      color: #222222; }
    .search .form__group.activate .label {
      font-size: 1.6rem;
      text-transform: none;
      padding: 0px 10px 0px 0px; }
  .search .form__buton-box {
    width: 100%; }
    .search .form__buton-box .form__btn-green {
      float: right;
      margin: 1rem 1.5rem 1rem 0 !important; }
    .search .form__buton-box .form__btn-gray {
      margin: 1rem 0 1rem 1.5rem !important; }
  .search .text-input:not(.range-input_label) {
    padding: 0 0 0 10px; }
  .search .label {
    padding: 0px 10px 0px 0px;
    color: #222222;
    font-style: normal;
    font-weight: 300;
    font-family:  'Lato', sans-serif;
    font-size: 1.6rem;
    line-height: 100%;
    position: static; }
  .search [class*="-box"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

.contactUs .title {
  margin: 0 0 3% 0; }

.contactUs [class*="table_responsive"] td, .contactUs [class*="table_responsive"] th {
  padding: 10px 3%; }

.testimonials .title-sub, .happyStories .title-sub {
  margin: 3% 0 0 0; }

.testimonials .user_avatar, .happyStories .user_avatar {
  background: none;
  border: none;
  float: right;
  margin: 0 0 5px 10px; }

.testimonials .user_text, .happyStories .user_text {
  padding-right: 0px; }

.testimonials [class*="table_responsive"] td, .testimonials [class*="table_responsive"] th, .happyStories [class*="table_responsive"] td, .happyStories [class*="table_responsive"] th {
  padding: 0; }

.testimonials [class*="pict_responsive"], .happyStories [class*="pict_responsive"] {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.contacts .content__main_body > p, .mail .content__main_body > p, .likes .content__main_body > p, .newsFeed .content__main_body > p, .gift .content__main_body > p, .dateLady .content__main_body > p {
  text-align: center; }

.contacts [class*="table_responsive"] tbody tr td, .mail [class*="table_responsive"] tbody tr td, .likes [class*="table_responsive"] tbody tr td, .newsFeed [class*="table_responsive"] tbody tr td, .gift [class*="table_responsive"] tbody tr td, .dateLady [class*="table_responsive"] tbody tr td {
  padding: 0; }

.contacts .user tbody tr td.check, .mail .user tbody tr td.check, .likes .user tbody tr td.check, .newsFeed .user tbody tr td.check, .gift .user tbody tr td.check, .dateLady .user tbody tr td.check {
  vertical-align: middle; }

.contacts .user_avatar, .mail .user_avatar, .likes .user_avatar, .newsFeed .user_avatar, .gift .user_avatar, .dateLady .user_avatar {
  width: 100px;
  height: 140px;
  margin: 0 10px 0 0;
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear; }
  .contacts .user_avatar_td, .mail .user_avatar_td, .likes .user_avatar_td, .newsFeed .user_avatar_td, .gift .user_avatar_td, .dateLady .user_avatar_td {
    width: 110px; }

.contacts .user_name_td, .mail .user_name_td, .likes .user_name_td, .newsFeed .user_name_td, .gift .user_name_td, .dateLady .user_name_td {
  height: 30px; }

.contacts .user_text_td, .mail .user_text_td, .likes .user_text_td, .newsFeed .user_text_td, .gift .user_text_td, .dateLady .user_text_td {
  word-break: break-all;
  width: 100%; }

.contacts .form__group, .mail .form__group, .likes .form__group, .newsFeed .form__group {
  width: auto;
  margin: 0; }

.contacts .user ul li, .mail .user ul li, .likes .user ul li, .newsFeed .user ul li {
  text-align: center; }

.contacts .user_state_td {
  min-width: 110px; }

.mail_date {
  color: #0b779a; }

.mail [class*='mail-unread'] {
  background: #dff0fa; }

.mail .pagination_page {
  margin: 1rem auto; }

.mail .filter {
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 40%;
          flex: 1 1 40%; }

.mail-outbox .mail_all_chose {
  display: none; }

.mail-outbox .check {
  display: none; }

.mail .content__tab {
  padding: 0 0 1.4rem 0; }
  .mail .content__tab_link, .mail .content__tab_link a {
    font-size: 1.6rem; }
  .mail .content__tab_link:last-child:before {
    display: none; }

.mail_new .form__group-file {
  margin: 3% 0; }
  .mail_new .form__group-file > [class*="btn"] {
    max-width: 165px !important;
    height: 40px;
    margin: 5px 3% 5px 0 !important;
    font-style: normal;
    font-weight: 700;
    font-family:  'Lato', sans-serif;
    font-size: 1.25rem;
    line-height: 100%;}

.mail_new .form__box {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.mail_new .form .label {
  min-width: 90px; }

.mail_chars {
  padding: 3% 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #666666; }

.mail_upload {
  margin: 1rem 0;
  padding: 1%;
  background: #ffffff;
  border: 1px solid #b3b3b3; }
  .mail_upload_buton {
    width: 100%;
    height: 30px;
    position: relative; }
    .mail_upload_buton .title-sub {
      height: 100%;
      padding: 0 !important;
      line-height: 30px; }
    .mail_upload_buton .form__popUp-close {
      top: 0;
      right: 0;
      border: none;
      padding: 0; }
      .mail_upload_buton .form__popUp-close__cross {
        width: 30px;
        height: 30px;
        border-radius: 0; }
        .mail_upload_buton .form__popUp-close__cross span::before, .mail_upload_buton .form__popUp-close__cross span::after {
          height: 4px; }

.mail .form#searchMail_form, .gift .form#searchMail_form {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.mail .form-search-icon, .gift .form-search-icon {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 40%;
          flex: 1 1 40%;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  .mail .form-search-icon [class*="form__btn"], .gift .form-search-icon [class*="form__btn"] {
    max-width: 250px !important;
    margin: 0 0 0 3% !important;
    margin-top: 0 !important; }
.mailbox-page #block-add-attach .file-not{
  max-width: 140px;
  padding: 0; }
.mailbox-page #block-add-attach .ui-button span,
.mailbox-page .mailbox-buttonset .ui-button span,
.mailbox-page #block-add-attach .file-not::after{
  width: 160px !important;
  min-height: 40px;
  line-height: 40px;
  padding: 0 !important;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;}

.mailbox-page #block-add-attach .file-not,
.mailbox-page .mailbox-buttonset .ui-button{
  margin-left: 5px; }

.likes .user p.date_status-like {
  width: 100%;
  height: 30px;
  padding: 0 0 0 40px;
  line-height: 30px;
  position: relative; }
  .likes .user p.date_status-like:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px; }

.likes ul {
  width: 150px; }

.newsFeed [class*="content__main_body"]:not(:first-of-type) {
  margin: 0 0 3% 0 !important; }

.newsFeed [class*="content__main_body"] > p {
  padding: 0;
  text-align: right; }

.newsFeed [class*="table_responsive-full"] > tbody > tr:first-of-type td:last-of-type > span {
  float: right; }

.newsFeed [class*="status"] {
  margin: 0; }
.newsFeed .user_box-folder .user_text {
  display: inline-block;
  max-width: 48%;
  width: 48%; }
.newsFeed .user_info {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important; }
  .newsFeed .user_info > .user_info {
    width: 100%;
    margin: 0 !important;
    margin: 0 !important; }
    .newsFeed .user_info > .user_info div {
      padding: 0 1%; }
      .newsFeed .user_info > .user_info div:first-of-type {
        white-space: nowrap;
        padding: 0 1% 0 0; }
      .newsFeed .user_info > .user_info div:last-of-type {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1; }

.newsFeed .user_preview {
  display: inline-block;
  width: 100px;
  height: 150px;
  margin: 2.5px;
  position: relative; }
  .user_preview.status-play {
    width: 250px; }
    .user_preview.status-play:before {
      width: 80px;
      height: 80px;
      left: calc(50% - 40px);
      bottom: calc(50% - 40px); }

.newsFeed .user_text {
  text-align: left;
  padding-right: 0px; }

.newsFeed_birthday_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .newsFeed_birthday_top h3 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    text-align: center; }
  .newsFeed_birthday_top p {
    padding: 0; }
  .newsFeed_birthday_top .status-birthday {
    width: auto; }
    .newsFeed_birthday_top .status-birthday:before {
      width: 50px;
      height: 50px;
      left: calc(50% - 25px); }

.newsFeed_birthday_text {
  text-transform: uppercase; }
  .newsFeed_birthday_text span {
    color: transparent;
    letter-spacing: 4px;
    -webkit-animation: loading 2s ease-in-out infinite alternate;
            animation: loading 2s ease-in-out infinite alternate; }

@-webkit-keyframes loading {
  to {
    text-shadow: 0 0 2px rgba(204, 208, 212, 0.2), 0 0 3px rgba(0, 0, 0, 0.02); } }

@keyframes loading {
  to {
    text-shadow: 0 0 2px rgba(204, 208, 212, 0.2), 0 0 3px rgba(0, 0, 0, 0.02); } }
  .newsFeed_birthday_text span:nth-child(1) {
    text-shadow: 0px 0px #ff4000, 1px 1px #ff4000, 2px 2px #ff4000;
    -webkit-animation-delay: 0s;
            animation-delay: 0s; }
  .newsFeed_birthday_text span:nth-child(2) {
    text-shadow: 0px 0px #ff8000, 1px 1px #ff8000, 2px 2px #ff8000;
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s; }
  .newsFeed_birthday_text span:nth-child(3) {
    text-shadow: 0px 0px #ffbf00, 1px 1px #ffbf00, 2px 2px #ffbf00;
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s; }
  .newsFeed_birthday_text span:nth-child(4) {
    text-shadow: 0px 0px yellow, 1px 1px yellow, 2px 2px yellow;
    -webkit-animation-delay: 0.9s;
            animation-delay: 0.9s; }
  .newsFeed_birthday_text span:nth-child(5) {
    text-shadow: 0px 0px #bfff00, 1px 1px #bfff00, 2px 2px #bfff00;
    -webkit-animation-delay: 1.2s;
            animation-delay: 1.2s; }
  .newsFeed_birthday_text span:nth-child(6) {
    text-shadow: 0px 0px #80ff00, 1px 1px #80ff00, 2px 2px #80ff00;
    -webkit-animation-delay: 1.5s;
            animation-delay: 1.5s; }
  .newsFeed_birthday_text span:nth-child(7) {
    text-shadow: 0px 0px #40ff00, 1px 1px #40ff00, 2px 2px #40ff00;
    -webkit-animation-delay: 1.8s;
            animation-delay: 1.8s; }
  .newsFeed_birthday_text span:nth-child(8) {
    text-shadow: 0px 0px lime, 1px 1px lime, 2px 2px lime;
    -webkit-animation-delay: 2.1s;
            animation-delay: 2.1s; }
  .newsFeed_birthday_text span:nth-child(9) {
    text-shadow: 0px 0px #00ff40, 1px 1px #00ff40, 2px 2px #00ff40;
    -webkit-animation-delay: 2.4s;
            animation-delay: 2.4s; }

.newsFeed_birthday .user {
  width: 235px;
  margin: 1rem; }
  .newsFeed_birthday .user_info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

.newsFeed .user_link, .favorites .user_link, .allGallery .user_link, .guests .user_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .newsFeed .user_link [class*="btn"][class*="status"], .favorites .user_link [class*="btn"][class*="status"], .allGallery .user_link [class*="btn"][class*="status"], .guests .user_link [class*="btn"][class*="status"] {
    max-width: 40px !important;
    height: 40px;
    padding: 0; }

.dateLady [class*='content__main_body'] > p {
  text-align: center; }

/*.dateLady .form .select {
  width: auto; }*/

.dateLady .form [class*="form__btn"] {
  font-size: 1.4rem;
  text-transform: none;
  margin: 0 auto; }

.dateLady .user ul li {
  padding: 2.5px 0; }

.dateLady .user_state_td {
  min-width: 200px; }
  .dateLady .user_state_td ul li:not(.user_text) {
    text-align: right; }

.credits .title-sub {
  font-weight: 700; }
  .credits .title-sub:first-of-type {
    margin: 3% 0 0 0; }

.credits .form__group {
  min-width: 40px;
  margin: auto; }
  .credits .form__group .label {
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

.credits_plan tbody tr td:nth-of-type(2) {
  font-size: 1.6rem; }

.credits_plan tbody tr td.check, .credits_plan tbody tr td:last-of-type {
  position: relative;
  z-index: 1; }

.credits_plan-active {
  outline: 1px solid #79bf42 !important; }

.credits_plan [class*='btn'] {
  max-width: 150px;
  margin: 0 auto !important;
  text-transform: none; }

.credits_payment tbody tr td {
  padding-bottom: 3%; }
  .credits_payment tbody tr td:last-of-type .form__group {
    margin: 10px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .credits_payment tbody tr td:last-of-type .form__group:last-of-type {
      margin: 10px 0 10px 20px; }
    .credits_payment tbody tr td:last-of-type .form__group .label {
      text-transform: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }

.credits_payment table {
  width: 100%; }
  .credits_payment table tbody tr td {
    width: 50%;
    padding: 0;
    padding-bottom: 0; }

.credits_payment .text-input {
  background: #ffffff; }

.credits_prices_buton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.credits_prices .title-sub:first-of-type {
  margin: 0; }

.credits_plan[class*="table_responsive"],
.credits_prices [class*="table_responsive"],
.faq [class*="table_responsive"],
.ignoreList [class*="table_responsive"]:not(.user) {
  -webkit-filter: drop-shadow(0px 3px 2px #686868);
          filter: drop-shadow(0px 3px 2px #686868); }
  .credits_plan[class*="table_responsive"] > thead > tr,
  .credits_prices [class*="table_responsive"] > thead > tr,
  .faq [class*="table_responsive"] > thead > tr,
  .ignoreList [class*="table_responsive"]:not(.user) > thead > tr {
    border: 10px solid #f2f2f2;
    background: #f2f2f2; }
    .credits_plan[class*="table_responsive"] > thead > tr > th,
    .credits_prices [class*="table_responsive"] > thead > tr > th,
    .faq [class*="table_responsive"] > thead > tr > th,
    .ignoreList [class*="table_responsive"]:not(.user) > thead > tr > th {
      padding: 1% 1% 0 1%;
      color: #222222;
      font-weight: 700; }
  .credits_plan[class*="table_responsive"] > tbody > tr,
  .credits_prices [class*="table_responsive"] > tbody > tr,
  .faq [class*="table_responsive"] > tbody > tr,
  .ignoreList [class*="table_responsive"]:not(.user) > tbody > tr {
    border: 10px solid #f2f2f2;
    background: #ffffff;
    outline: 1px solid #b3b3b3;
    outline-offset: -6px; }
    .credits_plan[class*="table_responsive"] > tbody > tr > td,
    .credits_prices [class*="table_responsive"] > tbody > tr > td,
    .faq [class*="table_responsive"] > tbody > tr > td,
    .ignoreList [class*="table_responsive"]:not(.user) > tbody > tr > td {
      min-height: 2rem;
      padding: 1%;
      text-align: center; }
  .credits_plan[class*="table_responsive"] > tfoot > tr,
  .credits_prices [class*="table_responsive"] > tfoot > tr,
  .faq [class*="table_responsive"] > tfoot > tr,
  .ignoreList [class*="table_responsive"]:not(.user) > tfoot > tr {
    border: 10px solid #f2f2f2;
    background: #f2f2f2; }
    .credits_plan[class*="table_responsive"] > tfoot > tr > td,
    .credits_prices [class*="table_responsive"] > tfoot > tr > td,
    .faq [class*="table_responsive"] > tfoot > tr > td,
    .ignoreList [class*="table_responsive"]:not(.user) > tfoot > tr > td {
      padding: 1%; }

.credits_prices [class*="table_responsive"] tbody > tr > td:not(:first-of-type), .faq [class*="table_responsive"] tbody > tr > td:not(:first-of-type) {
  text-align: center;
  white-space: nowrap; }

.credits_prices [class*="table_responsive"] tbody > tr > td:first-of-type, .faq [class*="table_responsive"] tbody > tr > td:first-of-type {
  text-align: left; }

.credits_prices [class*="table_responsive"] sup, .faq [class*="table_responsive"] sup {
  font-size: 1rem;
  font-weight: 700; }
.credits input#pay_now{
  width: auto;}

.faq ol {
  margin: 2% 0;
  list-style: none;
  counter-reset: li;
  font-size: 1.2rem;
  line-height: 1.4rem;
  color: #222222;
  font-weight: 400; }
  .faq ol .title-sub {
    text-indent: 2%; }
  .faq ol .title-sub > h2{
    display: inline-block;
    vertical-align: top;
    width: calc(98% - 20px);
    margin: 0;
    padding: 0;
    color: #0b779a;
    font-style: normal;
    font-weight: 400;
    font-family:  'Lato', sans-serif;
    font-size: 1.3rem;
    line-height: 100%;
    text-transform: uppercase;
    text-indent: 1%;
  }
  .faq ol li h3{
    margin-left: 5%;
    padding-left: 40px;
    color: #222222;
    font-style: normal;
    font-weight: 400;
    font-family:  'Lato', sans-serif;
    font-size: 1.3rem;
    line-height: 100%;
    text-indent: 0;
  }
  .faq ol > li:before {
    counter-increment: li;
    content: counters(li, ".") ". ";
  }
.faq ol ol > li:before {
  position: absolute;
}
.faq ol ol > li > details summary{
  display: block;
  padding-bottom: 1%;
}
.faq ol ol > li > details summary::-webkit-details-marker {
  display: none;
}
  .faq ol ol {
    text-transform: none; }
    .faq ol ol > li {
      padding: 1% 0 0 0;
      background: #cfd0d2;
      border: 1px solid #b3b3b3;
      color: #222222;
      text-indent: 5%;
      position: relative;
      cursor: pointer; }
      .faq ol ol > li  > details summary + div {
        margin: auto;
        padding: 1%;
        text-indent: 0;
        background: #ffffff; }
      .faq ol ol > li > details ul {
        background: #ffffff;
        padding-left: 20px;
        text-indent: 0;}
      .faq ol ol > li p {
        padding: 0.5rem 0; }
      .faq ol ol > li a {
        color: #0099cc;
        text-decoration: underline; }

.faq [class*='btn'] {
  margin: 1rem auto; }

.favorites .gallery_item, .allGallery .gallery_item, .guests .gallery_item {
  width: 200px; }
  .favorites .gallery_item_top, .allGallery .gallery_item_top, .guests .gallery_item_top {
    width: 25px;
    height: 25px; }
  .favorites .gallery_item_bottom, .allGallery .gallery_item_bottom, .guests .gallery_item_bottom {
    padding: 0 1rem 0.5rem 1rem; }
  .favorites .gallery_item_name, .allGallery .gallery_item_name, .guests .gallery_item_name {
    padding: 0.5rem 0;
    font-size: 1.2rem; }

.favorites [class*="content__main_body"] p, .guests [class*="content__main_body"] p, .allGallery [class*="content__main_body"] p {
  text-align: center !important; }

.favorites .pagination_page, .guests .pagination_page, .allGallery .pagination_page {
  margin: 1rem auto; }

.allGallery [class*='content__main_body'] > [class*='btn'] {
  margin: 1rem auto; }

.gift .form__group {
  margin: 0; }

.gift .form .textarea {
  display: block;
  resize: none;
  overflow: auto; }

.gift-full .form .textarea:hover {
  -webkit-box-shadow: none;
          box-shadow: none; }

.gift .user {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin: 0 10px 0 0; }
  .gift .user[class*="table_responsive"] tbody tr td {
    padding: 0; }
  .gift .user_avatar {
    width: 100px;
    height: 120px;
    margin: 0; }
    .gift .user_avatar_td {
      max-width: 110px;
      padding: 0 10px 0 0 !important; }
  .gift .user_state_td {
    width: 190px; }
  .gift .user_text_td {
    vertical-align: bottom !important; }
  .gift .user_city {
    display: block; }

.gift_pict {
  width: 190px;
  height: 130px;
  margin: auto;
  border: 1px solid #b3b3b3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden; }

.gift_date {
  text-align: center;
  padding: 0; }

.gift_text {
  width: 100%;
  padding: 0 10px 0 0 !important;
  vertical-align: bottom !important; }

.gift_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .gift_content .content__main_block {
    width: 100%; }

.gift_item {
  margin: 5px;
  background: #ffffff url("../images/gallery_elem_bg.png") 50% 100%/cover no-repeat;
  -webkit-box-shadow: 0px 3px 2px #686868;
  box-shadow: 0px 3px 2px #686868;
  position: relative;
  z-index: 0;
  overflow: hidden;
  cursor: pointer; }
  .gift_item [class*='btn'] {
    max-height: 34px;
    min-height: 34px;
    margin: 8px auto;
    padding: 2.5px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 30px;
            flex: 1 1 30px; }
  .gift_item_name {
    width: 100%;
    height: 60px;
    padding: 0.5rem 5px;
    z-index: 1;
    text-align: center; }
  .gift_item_pict {
    width: 90%;
    height: 180px;
    margin: auto;
    background: #ffffff;
    border: 1px solid #b3b3b3;
    overflow: hidden;
    position: relative; }
  .gift_item_price {
    display: block;
    text-align: center; }
  .gift_item_bottom {
    display: none;
    width: 100%;
    padding: 0 10px; }
  .gift_item_hover {
    max-height: 43%;
    width: 100%;
    padding: 0 10px;
    background: #ffffff url("../images/gallery_elem_bg.png") 50% 100%/cover no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    position: absolute;
    top: auto;
    bottom: 0;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.1s;
    -o-transition: opacity 0.1s;
    transition: opacity 0.1s;}
    .gift_item_hover p {
      max-height: 36px;
      height: auto;
      padding: 0;
      font-size: 12px;
      line-height: 100%;
      text-align: center;
      overflow: hidden;
      position: relative; }
  .gift_item:not(.gift_item-send):hover {
    z-index: 100;
    background: #ffffff;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
    .gift_item:not(.gift_item-send):hover .gift_item_main {
      -webkit-transition: -webkit-transform 0.4s;
      transition: -webkit-transform 0.4s;
      -o-transition: transform 0.4s;
      transition: transform 0.4s; }
    .gift_item:not(.gift_item-send):hover .gift_item_pict {
      width: 70%;
      height: 65px;
      margin: 0 auto;
      border: none; }
      .gift_item:not(.gift_item-send):hover .gift_item_pict img {
        -webkit-transform: scale(0.75);
            -ms-transform: scale(0.75);
                transform: scale(0.75);
        -webkit-transition: -webkit-transform 0.1s;
        transition: -webkit-transform 0.1s;
        -o-transition: transform 0.1s;
        transition: transform 0.1s;
        -webkit-transform-origin: center center;
            -ms-transform-origin: center center;
                transform-origin: center center; }
    .gift_item:not(.gift_item-send):hover .gift_item_price {
      font-size: 12px; }
    .gift_item:not(.gift_item-send):hover .gift_item_hover {
      visibility: visible;
      opacity: 1;
      -webkit-transition: opacity 0.1s;
      -o-transition: opacity 0.1s;
      transition: opacity 0.1s;}

.gift_search {
  margin: 3% 0; }
  .gift_search .form__group {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
    .gift_search .form__group section {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin: 3% 0; }
  .gift_search .text-input {
    max-width: 250px;
    background: #ffffff; }
  .gift_search .label {
    min-width: 110px; }
  .gift_search [class*='btn'] {
    margin: 3% 0 3% 3% !important; }
  .gift_search ol {
    margin: 1% 0;
    text-align: justify;
    counter-reset: li; }
    .gift_search ol li {
      margin: 0 0 1% 0;
      list-style: none; }
      .gift_search ol li:before {
        counter-increment: li;
        content: counters(li, ".") ". ";
        color: #f38126;
        font-weight: 700; }

.gift-virtual .title-sub {
  padding: 0 0 5px 0 !important; }

.gift-virtual .gift_content {
  margin: 3% auto; }

.gift-virtual .gift_item {
  width: 140px;
  height: 140px;
  padding: 1% 0; }
  .gift-virtual .gift_item_name {
    height: auto;
    margin: 0 0 10px 0; }
  .gift-virtual .gift_item_pict {
    height: 100px;
    border: none; }
  .gift-virtual .gift_item:hover .gift_item_main {
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px); }

.gift-shop .title-sub {
  padding: 1rem 0;
  text-align: center; }

.gift-shop .gift_item {
  width: 200px;
  height: 240px; }
  .gift-shop .gift_item_pict {
    height: 110px; }
  .gift-shop .gift_item-send .gift_item_main {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .gift-shop .gift_item-send .gift_item_pict {
    border: none;
    background: #ffffff url("../images/giftShop-send.png") 50% 50%/contain no-repeat;
    height: 103px; }
    .gift-shop .gift_item-send .gift_item_pict img {
      opacity: 0; }
  .gift-shop .gift_item-send .gift_item_bottom {
    display: block; }
  .gift-shop .gift_item-send .title-sub {
    padding: 0; }
  .gift-shop .gift_item:not(.gift_item-send):hover .gift_item_main {
    -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-transform-origin: center top;
        -ms-transform-origin: center top;
            transform-origin: center top; }
  .gift-shop .gift_item:not(.gift_item-send):hover .gift_item_name {
    height: auto; }
  .gift-shop .gift_item:not(.gift_item-send):hover .gift_item_price {
    padding: 2px 0; }
  .gift-shop .gift_item:not(.gift_item-send):hover .gift_item_pict {
  height: 100px;}

.matchmaking [class*='btn'] {
  margin: 0 auto;
  text-transform: uppercase; }

.matchmaking [class*="table_responsive-full"] tr td {
  vertical-align: top; }

.matchmaking [class*="table_responsive-full"] ol {
  margin: 1rem 0;
  text-align: justify;
  counter-reset: li; }
  .matchmaking [class*="table_responsive-full"] ol li {
    margin: 0 0 2% 0;
    list-style: none; }
    .matchmaking [class*="table_responsive-full"] ol li:before {
      counter-increment: li;
      content: "step " counters(li, ".") ". ";
      color: #f38126;
      font-weight: 700; }

.phoneCalls ul, .policyCookies ul {
  text-align: justify; }
  .phoneCalls ul li, .policyCookies ul li {
    margin: 0 0 2% 0;
    list-style: none;
    text-align: left; }
    .phoneCalls ul li:before, .policyCookies ul li:before {
      content: "- ";
      color: #f38126;
      font-weight: 700; }

.phoneCalls ul {
  margin: 1rem 0; }

.phoneCalls_number {
  display: block;
  margin: 10px auto;
  padding: 1rem;
  border: 1px solid #f38126;
  border-radius: 2px;
  color: #222222;
  font-weight: 700;
  text-align: center; }

.phoneCalls_info p {
  font-size: 1.6rem;
  padding: 0.25rem 0 0.25rem 0;
  text-align: center; }

.phoneCalls_info b {
  color: #0b779a; }

.phoneCalls_info-note {
  font-size: 1rem !important; }

.phoneCalls .form_bg {
  margin-bottom: 3%; }

.phoneCalls .form__section {
  max-width: 500px;
  margin: auto; }

.phoneCalls .form__box {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.phoneCalls .form__group.form__group-select {
  width: 49%;
  margin: 10px 0;}
.phoneCalls .form__group.form__group-select .single.selectator_element {
  width: 100% !important;}

.phoneCalls .form__group.form__group-select .select {
  display: inline-block;
  min-width: 240px; }

.phoneCalls .form__group .label {
  width: 100%;
  padding: 1rem 0;
  text-align: center; }

.phoneCalls .form [class*='btn'] {
  max-width: 300px;
  margin: 3% auto; }

.profile .gallery .user, .privateGallery .gallery .user, .videoGallery .gallery .user {
  display: block;
  background: #ffffff url("../images/gallery_elem_bg.png") 50% 100%/cover no-repeat;
  border: 1px solid #c5c5c5;
  -webkit-filter: drop-shadow(0px 3px 2px #686868);
          filter: drop-shadow(0px 3px 2px #686868); }
  .profile .gallery .user_avatar, .privateGallery .gallery .user_avatar, .videoGallery .gallery .user_avatar {
    margin: 0;
    border: none;
    position: relative; }
    .profile .gallery .user_avatar img, .privateGallery .gallery .user_avatar img, .videoGallery .gallery .user_avatar img {
      position: relative;
      z-index: 0; }
    .profile .gallery .user_avatar-directory, .privateGallery .gallery .user_avatar-directory, .videoGallery .gallery .user_avatar-directory {
      padding: 5px;
      background: #024d70;
      border-radius: 20px;
      position: absolute;
      right: 5px;
      z-index: 1; }
      .profile .gallery .user_avatar-directory p, .privateGallery .gallery .user_avatar-directory p, .videoGallery .gallery .user_avatar-directory p {
        padding: 7px 0 0 0;
        color: #ffffff;
        font-size: 1rem;
        text-align: center; }
      .profile .gallery .user_avatar-directory p, .profile .gallery .user_avatar-directory svg, .privateGallery .gallery .user_avatar-directory p, .privateGallery .gallery .user_avatar-directory svg, .videoGallery .gallery .user_avatar-directory p, .videoGallery .gallery .user_avatar-directory svg {
        display: block;
        margin: -5px 0 0 -3px; }
      .profile .gallery .user_avatar-directory:before, .privateGallery .gallery .user_avatar-directory:before, .videoGallery .gallery .user_avatar-directory:before {
        content: '';
        width: 100%;
        height: 100%;
        background: rgba(2, 144, 209, 0.8);
        border-radius: 20px;
        position: absolute;
        right: 10px;
        bottom: 10px;
        z-index: -1; }
  .profile .gallery .user_text, .privateGallery .gallery .user_text, .videoGallery .gallery .user_text {
    padding: 1rem 0;
    color: #0b779a;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    overflow: hidden; }

.privateGallery [class*='content__main_body'] > p {
  text-align: center; }

.privateGallery .gallery {
  padding: 3% 0; }
  .privateGallery .gallery .user {
    width: 245px;
    padding: 10px; }
    .privateGallery .gallery .user_avatar {
      max-width: none;
      width: 225px;
      height: 320px; }
      .privateGallery .gallery .user_avatar-directory {
        width: 100px;
        height: 100px;
        bottom: 50px; }
        .privateGallery .gallery .user_avatar-directory p, .privateGallery .gallery .user_avatar-directory svg {
          max-height: 65px;
          width: 80px; }
    .privateGallery .gallery .user_text {
      width: 225px; }

.videoGallery .gallery {
  padding: 3% 0; }
  .videoGallery .gallery .user {
    width: 280px;
    padding: 10px;}
    .videoGallery .gallery .user_avatar {
      border: 1px solid #b3b3b3;
      position: absolute;
      top: -90px;
      right: 10px; }
    .videoGallery .gallery .user_video [class*="status"] {
      width: 250px;
      height: 160px; }
      .videoGallery .gallery .user_video [class*="status"]:before {
        width: 60px;
        height: 60px;
        position: absolute;
        left: calc(50% - 30px);
        bottom: calc(50% - 30px); }
    .videoGallery .gallery .user_video tr:last-of-type td {
      position: relative; }
    .videoGallery .gallery .user_text {
      width: 255px;
      height: 41px;}

.accountSettings .form {
  margin: 3% 0 0 0; }
  .accountSettings .form_bg {
    padding: 3%; }
  .accountSettings .form__box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .accountSettings .form .label {
    min-width: 160px;
    font-size: 1.2rem; }
  .accountSettings .form__section {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 40%;
            flex: 1 1 40%;
    -ms-flex-item-align: stretch;
        align-self: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .accountSettings .form__section:first-of-type {
      margin: 0 1% 0 0; }
      .accountSettings .form__section:first-of-type .label {
        padding: 0 0 0 10px; }
      .accountSettings .form__section:first-of-type .form__tooltip {
        text-align: left; }
    .accountSettings .form__section:last-of-type {
      margin: 0 0 0 1%; }
    .accountSettings .form__section .title-sub {
      color: #222222;
      font-weight: 700;
      padding: 1rem 0 !important; }
    .accountSettings .form__section .form__group {
      margin: 10px 0; }
  .accountSettings .form__recaptcha {
    width: 100%;
    margin: 0; }
  /******************** For notice-page *********************************/
    .accountSettings .form .email_confirmation_block {
      padding-top: 1%; }
      .accountSettings .form .email_confirmation_block .status_message {
        position: relative;
        padding: 0; }
        .accountSettings .form .email_confirmation_block .status_message span {vertical-align: middle;}
        .accountSettings .form .email_confirmation_block .status_message span:before {
          max-width: 30px;
          width: 30px;
          height: 30px;
          display: inline-block;
          margin-right: 0.6rem;
          vertical-align: middle; }
        .accountSettings .form .email_confirmation_block .status_message span.email_confirmed_status:before {
          content: url("../images/icon-not-confirmed-email.png"); }
        .accountSettings .form .email_confirmation_block .status_message span.email_confirmed_status1:before {
          content: url("../images/icon-confirmed-email.png"); }
    .accountSettings.notice-page .form .content__main_body{
      margin-top: 1%!important; }
  /*********************************************************************/
.searchUser .search {
  max-width: none;
  height: 100%;
  margin: 3% 0;
  padding: 3%; }
  .searchUser .search .form > .form__group-box .nowrap .label {
    min-width: 130px; }
  .searchUser .search .form__group {
    margin: 0 1%; }
  .searchUser .search .form > .form__buton-box [class*="btn"] {
    margin: 1.5% !important; }
  .searchUser .search .form > .btn-link {
    margin: auto; }
  .searchUser .search_advanced .form__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .searchUser .search_advanced .form__body > .form__group-full:nth-of-type(2) {
      margin: 0 1%; }
  .searchUser .search_advanced .form__box {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .searchUser .search_advanced .form__group {
    margin: 10px 0; }
    .searchUser .search_advanced .form__group-full > .form__group {
      min-width: 220px; }
    .searchUser .search_advanced .form__group_box .form__group {
      width: 100%;
      margin: 0; }
      .searchUser .search_advanced .form__group_box .form__group .label {
        font-size: 1.2rem; }
      .searchUser .search_advanced .form__group_box .form__group:last-of-type .label {
        padding: 0 10px; }
      .searchUser .search_advanced .form__group_box .form__group .selectator_element {
        min-width: 140px; }
  .searchUser .search_advanced .form__section {
    max-width: 400px;
    width: 100%;
    margin: 10px 0; }
  .searchUser .search_advanced b {
    padding: 0 1rem;
    font-size: 1.6rem; }
  .searchUser .search_advanced .text-input {
    width: 100% !important;
    height: 40px !important;
    border: 1px solid rgba(0, 0, 0, 0.3) !important;
    border-radius: 2px !important; }
  .searchUser .search_advanced [class*='form__btn'] {
    margin: 3% auto; }

.profile .form .label {
  min-width: 100px;
  font-size: 1.0rem;
  font-weight: 700; }

.profile .form__box {
  width: auto; }
  .profile .form__box .form__group {
    width: 100%; }
    .profile .form__box .form__group .label {
      min-width: auto; }

.profile .form__group {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0; }

.profile .form .text-input, .profile .form .selectator_element {
  max-width: 200px !important;
  min-width: 40px;
  width: 100% !important; }

.profile .form .textarea {
  border: none;
  resize: none;
  overflow: auto; }
  .profile .form .textarea:hover {
    -webkit-box-shadow: inset 0px 2px 2px 2px rgba(0, 0, 0, 0.35);
            box-shadow: inset 0px 2px 2px 2px rgba(0, 0, 0, 0.35); }

.profile-full .form__group:not(.form__group-file), .profile-full .form .birthdate__box {
  width: auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.profile-full .form .text-input, .profile-full .form .select, .profile-full .form .textarea {
  max-width: none !important;
  height: auto;
  padding: 0 0 0 5px;
  border: none;
  white-space: normal;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0px;
  cursor: default; }
  .profile-full .form .text-input:hover, .profile-full .form .select:hover, .profile-full .form .textarea:hover {
    -webkit-box-shadow: none;
            box-shadow: none; }

.profile-full .form .birthdate__box {
  height: auto; }

.profile-full .form .birthdate .label {
  min-width: 102px !important; }

.profile-full .profile_edit [class*="btn"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.profile-full [class*="form__btn"] {
  display: none; }

.profile_edit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .profile_edit section {
    margin: 0 10px 0 0; }
  .profile_edit [class*="btn"] {
    display: none; }

.profile .user {
  width: 100%; }
  .profile .user tbody tr td {
    padding: 0 !important; }
  .profile .user_block {
    padding: 1% !important; }
  .profile .user_box-link {
    max-width: 450px;
    padding: 0 0 0 3%;
    margin: -5px 0 0 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .profile .user_box-preview {
    margin: 1rem 0 0 0;
    padding: 1% !important; }
    .profile .user_box-preview_td {
      max-width: 350px; }
    .profile .user_box-preview-new {
      display: none; }
      .profile .user_box-preview-new .file_box {
        padding: 1% !important; }
    .profile .user_box-preview [class*='pict_responsive'] {
      max-width: 90px;
      min-width: 70px;
      width: 14%;
      height: 90px;
      margin: 5px; }
.profile .user tbody tr td.user_avatar_td {
  max-width: 280px;
  min-width: 200px;
  padding: 0 10px 0 0 !important;}
  .profile .user_avatar {
    max-width: none;
    width: 350px;
    height: 460px;
    margin: 0 auto !important; }
  .profile .user_name {
    padding: 0 0 3% 0; }
    .profile .user_name b {
      font-size: 2rem; }
  .profile .user_icon {
    margin: 0 10px 0 0; }
    .profile .user_icon_td {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
      .profile .user_icon_td span, .profile .user_icon_td a {
        padding: 0 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
  .profile .user_info .user tbody tr:first-of-type td:first-of-type section {
    margin: 0 1.5% 0 0; }
  .profile .user_info .user tbody tr:first-of-type td:last-of-type section {
    margin: 0 0 0 1.5%; }
  .profile .user_info section {
    width: 100%;
    -ms-flex-item-align: stretch;
        align-self: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .profile .user_info .content__main_block {
/*    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;*/
    width: 100%;
    padding: 1.25rem 1%; }
  .profile .user_info .gallery {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .profile .user [class*='star'] svg {
    -webkit-filter: drop-shadow(1px 1px 1px #686868);
            filter: drop-shadow(1px 1px 1px #686868); }
  .profile .user_profile {
    width: 100%; }
    .profile .user_profile_td {
      margin: 5px 0 0 3%; }
    .profile .user_profile tbody tr {
      display: table-row !important; }
      .profile .user_profile tbody tr:nth-of-type(odd) td {
        background: #f2f2f2; }
      .profile .user_profile tbody tr td {
        display: table-cell !important;
        padding: 5px !important; }
      .profile .user_profile tbody tr b {
        display: inline-block;
        min-width: 110px; }
      .profile .user_profile tbody tr sup {
        font-size: 10px; }
  .profile .user [class*='btn'] {
    max-width: 200px !important;
    margin: 5px;
    font-size: 1.2rem; }
    .profile .user [class*='btn'].btn-link {
      max-width: none !important;
      padding: 0 !important;
      margin: 0;
      font-size: 1.2rem;
      text-decoration: none;
      text-align: left;
      -webkit-box-pack: end !important;
          -ms-flex-pack: end !important;
              justify-content: flex-end !important;
      position: relative;
      float: right; }
      .profile .user [class*='btn'].btn-link:before {
        content: '';
        width: calc(100% - 22px) !important;
        height: 2px !important;
        background: #0099cc;
        position: absolute;
        bottom: 0px !important;
        left: 0 !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
      .profile .user [class*='btn'].btn-link span {
        font-size: 2rem; }
    .profile .user [class*='btn'].btnDelete {
      max-width: none !important; }
    .profile .form-profile .form__group-file .file-not {
      width: 200px !important;
      padding: 40px 0 0 0 !important; }
    .profile .form-profile .form__group-file .file-not::after {
      max-width: 100% !important;
      width: 100% !important;
      font-size: 15px; }
    .profile .form-profile .form__group-file .file-button {
      max-width: 200px !important;}
    .profile [class*='btn'].status-edit-photo {
      margin: 10px auto;
      font-size: 15px; }

.profile .gallery_elem {
  margin: 2.5px; }

.profile .gallery .user {
  width: 130px;
  padding: 0.5rem 1% 1% 1%;
  border: none;
  background: none;
  -webkit-filter: none;
          filter: none;
  -webkit-box-shadow: 3px 3px 7.4px 0.6px rgba(17, 17, 17, 0.24);
          box-shadow: 3px 3px 7.4px 0.6px rgba(17, 17, 17, 0.24);
  position: relative;
  z-index: 2; }
  .profile .gallery .user_text {
    width: 125px;
    font-size: 1rem; }
  .profile .gallery .user_directory .user_avatar {
    width: 50px;
    height: 70px;
    background: none; }
    .profile .gallery .user_directory .user_avatar [class*='pict_responsive'] {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
  .profile .gallery .user_directory .user_text {
    padding: 30px 0 0.5rem 0; }
  .profile .gallery .user_avatar-directory {
    width: 70px;
    height: 70px;
    border-radius: 10px;
    bottom: 27px; }
    .profile .gallery .user_avatar-directory:before {
      border-radius: 10px; }
    .profile .gallery .user_avatar-directory p {
      width: 70px;
      font-size: 0.9rem;
      margin: -6px 0 0 -15px; }
    .profile .gallery .user_avatar-directory svg {
      width: 40px;
      height: 30px;
      margin: 2px 0 0 13px; }
  .profile .gallery .user_video [class*="status"] {
    width: 120px;
    height: 90px; }
/*    .profile .gallery .user_video [class*="status"]:before {
      width: 60px;
      height: 60px;
      position: absolute;
      left: calc(50% - 30px);
      bottom: calc(50% - 30px); }*/
  .profile .gallery .user_video .user_text {
    padding: 10px 0 0.5rem 0; }

.profileMan.profile-edit .form__box-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }
.profileMan.profile-edit .form__box-check > .form__group{
  width: 31% !important; }
.profileMan.profile-edit .form__box-check table > tbody > tr > td > table td:only-child {
  max-width: 450px;
  width: 100% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;}
.profileMan.profile-edit .form__box-check table > tbody > tr > td > table td:only-child  > .form__group{
  width: 31% !important;}
.profileMan.profile-edit .box-check__small .form__group {
  margin: 3px !important; }
.profileMan.profile-edit [class*="btn"]{
  margin: 5px !important; }
.profile.profileMan .user .content__main_body p {
  padding: 0; }
  .profile.profileMan .user .content__main_body p a {
    text-decoration: underline; }

.profile.profileMan .user tbody tr td.user_avatar_td {
  min-width: auto !important;
  width: 210px;
  padding: 0 !important;
  margin: 0 auto;
  position: relative; }

.profile.profileMan .user_profile_td {
  margin: 0 0 0 1%; }

.profile.profileMan .user_profile tbody tr td {
  width: 50%; }
  .profile.profileMan .user_profile tbody tr td:first-of-type {
    border-right: 10px solid #ffffff; }

.profile.profileMan .user_avatar {
  width: 200px;
  height: 290px; }

.profile.profileMan .user table:not(.user_profile) {
  max-width: 200px;
  width: 100%; }

.profile.profileMan .user [class*='btn'] {
  padding-left: 0;
  margin: 10px auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center; }
  .profile.profileMan .user [class*='btn']:before {
    display: none; }

.myAttachments .file-not {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0 0 0 165px; }
  .myAttachments .file-not:before {
    position: absolute;
    left: 5px;
    top: 7px;
    width: 30px;
    height: 30px;
    z-index: 10; }
  .myAttachments .file-not:after {
    width: 160px;
    padding-left: 40px;
    text-align: left;
    right: 100%; }

.myAttachments .btnDelete {
  max-width: 160px !important; }

.myStatistic table tr td {
  padding: 5px; }

.myStatistic_main tr td:first-of-type {
  padding-left: 25px;
  text-transform: uppercase;
  position: relative; }
  .myStatistic_main tr td:first-of-type img {
    display: block;
    height: 20px;
    position: absolute;
    top: calc(50% - 10px);
    left: 0px; }

.myStatistic_main_buton [class*='btn'] {
  min-width: 140px;
  padding: 5px; }

.blog {
  width: 100%; }
  .blog [class*="status"] {
    width: auto;
    height: auto; }
  .blog .form-search {
    max-width: none; }
  .blog tbody tr td {
    padding: 0;
    vertical-align: top; }
  .blog_buton {
    width: 100%;
    height: 30px; }
    .blog_buton button, .blog_buton a {
      float: right; }
    .blog_buton .form__popUp-close {
      top: 10px;
      right: 0;
      border: none;
      background: url("../images/bg.jpg"); }
      .blog_buton .form__popUp-close__cross {
        width: 30px;
        height: 30px;
        border-radius: 0; }
        .blog_buton .form__popUp-close__cross span::before, .blog_buton .form__popUp-close__cross span::after {
          height: 4px; }
  .blog_post > .blog_buton, .blog_sidebar > .blog_buton {
    display: none; }
  .blog_sidebar {
    width: 290px;
    padding: 0 0 0 10px !important; }
    .blog_sidebar ul {
      list-style: none; }
    .blog_sidebar > ul > li {
      padding: 5px;
      margin: 1rem 0;
      background: #ffffff;
      border: 1px solid #b3b3b3; }
    .blog_sidebar_item {
      padding: 5px 0 5px 15px;
      position: relative; }
      .blog_sidebar_item:after {
        content: '>';
        position: absolute;
        top: calc(50% - 0.6rem);
        left: 0;
        color: #f38126;
        font-size: 1.6rem; }
      .blog_sidebar_item:not(:last-of-type) {
        border-bottom: 1px solid #f2f2f2; }
      .blog_sidebar_item a {
        color: #f38126; }
      .blog_sidebar_item:hover {
        background: #f2f2f2; }
        .blog_sidebar_item:hover:after {
          color: #222222; }
        .blog_sidebar_item:hover a {
          color: #222222; }
    .blog_sidebar_archive-current h4[class*='nav-arrow']:after {
      display: none; }
    .blog_sidebar_archive > ul > li > ul:not(.blog_sidebar_archive-current) {
      display: none; }
    .blog_sidebar_archive h4[class*='nav-arrow'] {
      text-align: center;
      padding: 5px 0;
      background: #f38126;
      border-bottom: 1px solid #ffffff;
      color: #ffffff; }
      .blog_sidebar_archive h4[class*='nav-arrow']:after {
        border-top: 9px solid #ffffff; }
    .blog_sidebar_buton [class*='btn'] {
      max-width: 290px;
      min-width: 150px;
      margin: auto; }
    .blog_sidebar .title-sub {
      background: #f2f2f2;
      padding: 5px;
      border-bottom: 1px solid #ffffff; }

.post {
  display: block; }
  .post_meta, .post_comment {
    margin: 3% auto; }
    .post_meta [class*="status"], .post_comment [class*="status"] {
      display: inline-block;
      position: relative;
      padding: 0 0 0 25px;
      margin: 0 10px 5px 0; }
      .post_meta [class*="status"]:before, .post_comment [class*="status"]:before {
        width: 20px;
        height: 100%;
        position: absolute;
        bottom: 0px;
        left: 0px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
  .post_pict {
    width: 100%;
    margin: 3% auto; }
  .post_comment-off .status-comment-gray {
    display: inline-block; }
  .post_comment-off .status-comment-greenLight {
    display: none; }
  .post_comment-on .status-comment-gray {
    display: none; }
  .post_comment-on .status-comment-greenLight {
    display: inline-block; }

.filter {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  .filter_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 10px;
    overflow: hidden; }
  .filter .form__group:not(:last-of-type) .check-input_label-buton {
    border-right: 2px solid #ffffff; }

.privacyPolicy ol {
  margin: 2% 0;
  list-style: none;
  counter-reset: li;
  font-size: 1.2rem;
  line-height: 1.4rem;
  color: #f38126;
  font-weight: 400; }
  .privacyPolicy ol > li:before {
    counter-increment: li;
    content: counters(li, ".") ". "; }

.ignoreList .user tbody tr td {
  vertical-align: middle;
  text-align: left;
  padding: 1% 0px; }
  .ignoreList .user tbody tr td:nth-of-type(2) {
    padding: 1% 5px;
    color: #0099cc;
    font-size: 1.6rem;
    font-weight: 700; }

.ignoreList .user_avatar {
  max-width: none;
  min-width: 70px;
  width: 70px;
  height: 70px;
  margin: 0px;
  padding: 0px;
  border: none;
  border-radius: 50%; }

.ignoreList .user_name {
  text-align: left; }

.ignoreList-active {
  outline: 1px solid #79bf42 !important; }

.ignoreList [class*="btn"] {
  max-width: 150px;
  min-width: 110px;
  margin: auto;
  font-size: 1.2rem; }

.article [class*='content__main_block'] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.article_new {
  padding: 3%; }

.article_image {
  display: block; }

.action-banner img {
  max-width: 100%;
  width: 100%; }

.service {
  margin: 5% auto;
  padding: 10px;
  background-color: #ffffff;
  font-size: 0;
  line-height: 0;
  text-align: center; }
.service_block {
  display: inline-block;
  min-width: 220px;
  max-width: 320px;
  width: 33%; }
.service_block > a {
  display: block;
  padding: 5px; }
.service_block > a > table {
  display: inline-table;
  width: 100%; }
.service_block > a > table td h3 {
  color: #004d8e;
  font-family: "Arial", sans-serif;
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 110%;
  text-align: center;
  text-decoration: none; }
.service_icon {
  display: inline-block;
  width: 160px;
  height: 0;
  margin: 0 auto;
  padding: 150px 0 0 0;
  background-image: url("../images/icon-services.jpg");
  background-position-y: 50%;
  background-size: auto 100%;
  background-repeat: no-repeat; }
.service_icon[data-service='1'] {
  background-position-x: 0%; }
.service_icon[data-service='2'] {
  background-position-x: 10%; }
.service_icon[data-service='3'] {
  background-position-x: 20%; }
.service_icon[data-service='4'] {
  background-position-x: 30%; }
.service_icon[data-service='5'] {
  background-position-x: 40%; }
.service_icon[data-service='6'] {
  background-position-x: 50%; }
.service_icon[data-service='7'] {
  background-position-x: 60%; }

/*
================================================================================
|                                     MEDIA                                 |
================================================================================
*/
@media screen and (max-width: 1700px) {
  html {
    font-size: 14px; }
  .header__registration {
    width: 100%; }
    .header__registration .form__group {
      margin: 8px 1rem; }
      .header__registration .form__group:not(.form__group-check) {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 40%;
                flex: 1 1 40%; }
  .chatRequestPopup {
    max-width: 250px;
    max-height: 195px;}
  .chatRequestPopup .chatRequestPopup_content .chatRequestPopup_user .chatRequestPopup_user_cover{
    max-width: 100px;
    max-height: 150px;}
  .chatRequestPopup .chatRequestPopup_content .chatRequestPopup_user{
    padding-left: 100px !important;} }

@media screen and (max-width: 1530px) {
  html {
    font-size: 13px; }
  main {
    padding: 0 1%; }
  .main-section {
    max-width: none;
    min-width: auto;}
  .header, .content {
    min-width: 320px; }
  .aside {
    padding: 1.6rem 1% 1rem 3%; }
  .user_info:not(.user_info-gift) {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 0 3% 0; }
  .mail .user_info, .contacts .user_info, .likes .user_info {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .header__top, .header__bottom {
    padding: 1% 5%; }
  .header__top_online {
    padding: 10px 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .header__top_online div:first-child {
      padding: 0 10px 0 0; }
    .header__top_online div:last-child {
      width: 40px;
      height: 40px;
      line-height: 40px;
      font-size: 1.1rem; }
  .header__bottom {
    height: auto; }
    .header__bottom_real {
      font-style: normal;
      font-weight: 900;
      font-family:  'Lato', sans-serif;
      font-size: 5rem;
      line-height: 100%;
      text-align: center; }
      .header__bottom_real div:first-child {
        color: #0b779a;
        line-height: 4rem; }
      .header__bottom_real div:last-child {
        color: #282828;
        font-size: 2.3rem; }
  .header__content {
    margin: 0; }
    .header__content_slogan {
      padding: 0 0 0 1rem;
      font-size: 2.0rem; }
  .header__registration {
    background: #e6e8ec; }
  .content__tab {
    padding: 1.6rem 0; }
    .content__tab_link, .content__tab_link a {
      font-size: 1.6rem; }
    .content__tab_link {
      padding: 0 10px; }
      .content__tab_link-current:after {
        bottom: -10px; }
  .content__slider {
    padding: 0 50px; }
  .content__gallery .gallery_item {
    margin: 1rem; }
  .content__slogan p {
    max-width: 90%; }
  .content__buton {
    padding: 1.6rem 0; }
  .content__info {
    padding: 0 5%; }
  .content__pair {
    padding: 0; }
  .content-home .content__bottom {
    max-width: 90%; }
  .pair__slider {
    padding: 0; }
  .form-sortGallery.form__box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .search {
    max-width: 100%;
    padding: 1rem 5px;
    background: #f2f2f2; }
  .accountSettings .form .label {
    min-width: 160px;
    text-align: left; }
  .accountSettings .form__section {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 40%;
            flex: 1 1 40%; }
    .accountSettings .form__section:first-of-type {
      margin: 0 1% 0 0; }
      .accountSettings .form__section:first-of-type .text-input {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        text-align: left; }
      .accountSettings .form__section:first-of-type .label {
        padding: 0 0 0 10px;
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; }
      .accountSettings .form__section:first-of-type .form__tooltip {
        text-align: left; }
    .accountSettings .form__section:last-of-type {
      margin: 0 0 0 1%; }
    .accountSettings .form__section .form__group {
      max-width: none; }
  .accountSettings .form [class*="form__btn"] {
    margin: 0; }
  .accountSettings .title-sub {
    padding: 1rem 3%; }
  .accountSettings .form .email_confirmation_block {
    padding: 0 3%; }
  .profile .min-hide {
    display: none; }
  .profile .user [class*='btn'] {
    margin: 1% auto; }
  .profile .user_info {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin: 0; }
  .profile .user_box-preview_td {
    max-width: 300px;
    margin: 0 auto;}
  .profile .user_profile_td {
    margin: 0; }
  .profile .user_avatar {
    margin: auto; }
    .profile .user_avatar_tr {
      position: relative; }
  .profile .gallery .user_avatar-directory svg {
    margin: 6px 0 0 13px; }
  .profile.profileGirle .user tbody tr td.user_avatar_td {
    padding: 0 10px 60px 0 !important; }
  .profile.profileGirle .user_block {
    position: relative; }
  .profile.profileGirle .user_box-preview [class*='pict_responsive'] {
    height: 80px; }
  .profile.profileGirle .user_box-link {
    max-width: 310px;
    width: 100% !important;
    padding: 0;
    margin: 0;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;}
    .profile.profileGirle .user_box-link_td {
      width: 100%;
      position: absolute;
      top: 405px;
      left: 0; }
    .profile.profileGirle .user_box-link [class*='btn'] {
      max-width: 40px !important;
      min-width: 40px;
      height: 40px;
      margin: 2px !important;
      padding-left: 0; }
  .profile.profileGirle .user_avatar {
    width: 200px;
    height: 300px;
    margin: 0; }
  .searchUser .search .form > .form__group-box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .searchUser .search .form .btn-link {
    margin: 0 auto; }
  .searchUser .search_advanced .form_bg > .form__body, .searchUser .search_advanced .form_bg > .form__box, .searchUser .search_advanced .form_bg > .form__group {
    max-width: 450px;
    margin: auto; }
  .searchUser .search_advanced .form__body, .searchUser .search_advanced .form__box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .searchUser .search_advanced .form__box > .form__group .label {
    min-width: 80px; }
  .searchUser .search_advanced .form__box-check .form__group-full {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0; }
  .searchUser .search_advanced .form__box-check .form__check {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .searchUser .search_advanced .form__box-check .label {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .searchUser .search_advanced .form__group {
    width: 100%; }
  .searchUser .search_advanced .form__group-full {
    width: 100%; }
  .searchUser .search_advanced .form__group-full > .form__group {
    max-width: none;
    width: 100%; }
  .searchUser .search_advanced .form__group_box .form__group .selectator_element {
    min-width: auto; }
  .searchUser .search_advanced .form__section {
    max-width: 450px; }
  .accountSettings .form__section {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%; }
  .accountSettings .form__section .label {
    min-width: 240px;
    padding-right: 10px;
    text-align: right; }
  .accountSettings .form__section:first-of-type {
    margin: 0; }
  .accountSettings .form__section:first-of-type .label {
    padding: 0 10px 0 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .accountSettings .form__section:first-of-type .text-input, .accountSettings .form__section:first-of-type .form__recaptcha {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .accountSettings .form__section:first-of-type .form__tooltip {
    text-align: right;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .accountSettings .form__section:last-of-type {
    margin: 0; }
  .accountSettings .form__section .form__group {
    max-width: 600px; }
  .accountSettings .form [class*="form__btn"] {
    margin: 0 auto; }
  .slick-prev,
  .slick-next {
    z-index: 100;
    width: 50px;
    height: 50px; }
  .slick-prev:before,
  .slick-next:before {
    border-top: 20px solid transparent !important;
    border-bottom: 20px solid transparent !important; }
  .slick-prev {
    left: 0px; }
  [dir='rtl'] .slick-prev {
    right: 0px;
    left: auto; }
  .slick-prev:before {
    border-right: 20px solid #f38126 !important; }
  [dir='rtl'] .slick-prev:before {
    border-right: 20px solid #f38126 !important; }
  .slick-next {
    right: 0px; }
  [dir='rtl'] .slick-next {
    right: auto;
    left: 0px; }
  .slick-next:before {
    border-left: 20px solid #f38126 !important; }
  [dir='rtl'] .slick-next:before {
    border-left: 20px solid #f38126 !important; } }

@media screen and (max-width: 1300px) {
  .main-section {
    padding: 0; }
  .form-sortGallery .form {
    margin: 1% !important; }
  .profile .form .text-input, .profile .form .selectator_element {
    max-width: none !important; }
  .profile .birthdate .label {
    min-width: 100px !important; }
  .profile .user_avatar {
    width: 200px;
    height: 300px;
    margin: auto; }
  .profile .user_info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .profile .user_info .user tbody tr:first-of-type td:first-of-type section {
      margin: 0; }
    .profile .user_info .user tbody tr:first-of-type td:last-of-type section {
      margin: 0; }
  .profile .user_box-link_td {
    top: 305px; }
  .profile .user-unwrap tbody {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .profile .user-unwrap tbody tr {
      display: block; }
      .profile .user-unwrap tbody tr td {
        display: block;
        position: static; }
        .profile .user-unwrap tbody tr td:before {
          display: none; }
  .profile .user-unwrap-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .profile .user-unwrap-2 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .profile .user-unwrap-3 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .profile .user-unwrap-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; } }

@media screen and (max-width: 1200px) {
  aside {
    max-width: 340px; }
  .aside_nav-guests {
    display: none; }
  .aside_nav-noLink:nth-of-type(7) .aside_nav-arrow:after {
    display: inline-block; }
  .aside_nav-noLink:hover:after {
    display: block; }
  .aside_nav-noLink:hover:before {
    background: #ffffff; }
  .aside_nav-noLink:hover > span {
    color: #ffffff;
    position: relative;
    z-index: 1; }
    .aside_nav-noLink:hover > span:after {
      border-top: 9px solid #ffffff; }
  .aside_nav-noLink:hover svg {
    stroke: #ffffff;
    fill: #ffffff; }
  [class*="aside_btn"] {
    min-width: 115px; }
  .user_panel:last-of-type {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .profile_profile_td {
    margin: 3% 0; }
  .profile.profileMan .form__group-file {
    width: 100%; }
  .profile.profileMan .user_profile {
    display: block !important; }
    .profile.profileMan .user_profile tbody {
      display: block !important; }
      .profile.profileMan .user_profile tbody tr {
        display: block !important; }
        .profile.profileMan .user_profile tbody tr td {
          width: auto;
          display: block !important; }
        .profile.profileMan .user_profile tbody tr:nth-of-type(odd) td {
          background: none; }
        .profile.profileMan .user_profile tbody tr td:first-of-type {
          border-right: none;
          background: #f2f2f2; }
  .dateLady .user {
    max-width: 330px; }
  .blog .post_meta span {
    display: block; }
  .blog_sidebar {
    max-width: 250px; } }

@media screen and (max-width: 991px) {
  html {
    font-size: 12px; }
  .main-wrapper{
    position: relative;
  }
  .main-section {
    max-width: none;
    padding: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  main {
    padding: 0; }
  aside {
    display: none;
    max-width: 100vw;
    width: 100%;
    height: 100%;
    background: url("../images/bg.jpg") repeat;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 900; }
    aside.aside-show {
      display: block; }
  .aside {
    width: auto;
    display: inline-block;
    padding: 50px 5px; }
    .aside_logo {
      display: none; }
/*    .aside_nav {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }*/
      .aside_nav{
        max-width: 100% !important;
      }
      .aside_nav > li {
        /*width: 250px;*/
        padding: 5px;
        text-align: left;
        overflow: hidden; }
      .aside_nav li:not(.aside_nav-sub-link):after {
        right: 0;
        width: 100%; }
      .aside_nav-noLink {
        overflow: hidden; }
  .title {
    padding: 1rem 3%; }
    .title-sub {
      padding: 1rem 0; }
  .home header {
    padding-top: 0; }
  .header-home {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: none;
    position: static; }
  .header__bg {
    display: block; }
  .header__top, .header__bottom {
    position: static;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #e6e8ec; }
  .header__top {
    height: auto;
    z-index: 1;}
  .header__top_online {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .header__bottom {
    height: auto; }
  .header__bottom_real {
    font-style: normal;
    font-weight: 900;
    font-family:  'Lato', sans-serif;
    font-size: 5rem;
    line-height: 100%;
    text-align: center; }
  .header__bottom_real div:first-child {
    color: #0b779a;
    line-height: 4rem; }
  .header__bottom_real div:last-child {
    color: #282828;
    font-size: 2.3rem; }
  .header__bottom_line {
    display: none; }
  .header__bottom_slogan {
    font-size: 1.5rem;
    text-align: center; }
  .header__main {
    padding: 75px 1% 1% 1%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative; }
  .header__main .logo, .header__main .hamburger-box {
    display: block; }
  .header__main .logo {
    position: absolute;
    top: 5px;
    left: calc(50% - 105px); }
  .content__pair {
    padding: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .content__pair_gallery {
      max-width: 100%; }
    .content__pair_aside {
      max-width: none;
      padding: 1rem;
      margin: 0.5rem 0 0.5rem 0;
      background: #f2f2f2; }
      .content__pair_aside_title {
        padding: 3.3rem 0 1.6rem 0;
        color: #f38126;
        font-style: normal;
        font-weight: 700;
        font-family:  'Lato', sans-serif;
        font-size: 2rem;
        line-height: 100%;
        text-transform: uppercase; }
      .content__pair_aside_text {
        color: #282828;
        font-style: normal;
        font-weight: 300;
        font-family:  'Lato', sans-serif;
        font-size: 1.6rem;
        line-height: 100%;}
  .content__bottom {
    max-width: 90%; }
  .pair__slider {
    padding: 0 50px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .pair_item{
    max-width: none;
    min-width: auto;
    width: 290px; }
  .form-home .form__group:not(.form__group-check) {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .password__buton, .password-show {
    background-size: 80% auto; }
  .footer {
    height: auto; }
    .footer [class*="_title"] {
      margin: 0.3rem 0 0.3rem 0; }
    .footer__nav {
      max-width: 90%;
      margin: auto; }
      .footer__nav a {
        margin: 0.3rem 0; }
    .footer__social {
      margin: 0 0.5rem 0 0; }
    .footer__join {
      margin: 0 0 0 0.5rem; }
  .search .text-input:not(.range-input_label) {
    border: 2px solid #c5c5c5; }
  .search .check-input_label {
    width: 25px;
    height: 25px;
    border: 2px solid #c5c5c5; }
    .search .check-input_label:after {
      left: 3px;
      top: 5px;
      width: 15px;
      height: 8px; }
  .search .range-input::-webkit-slider-runnable-track {
    width: 130px; }
  .search .range-input::-webkit-slider-thumb {
    width: 20px;
    height: 20px;
    margin-top: -7px; }
  .search .range-input::-moz-range-track {
    width: 130px; }
  .search .range-input::-moz-range-thumb {
    width: 20px;
    height: 20px; }
  .search .range-input::-ms-track {
    width: 130px; }
  .search .range-input::-ms-thumb {
    width: 20px;
    height: 20px; }
  .search .range-input:first-child {
    width: 150px;
    padding: 0 20px 0 0; }
  .search .range-input:last-child {
    width: 130px;
    margin: 0 0 0 -130px; }
  .search .range-input_label {
    width: 30px;
    height: 30px; }
  .search .form__group {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
  .search .form__buton-box [class*="btn"] {
    float: none;
    margin: 1rem !important; }
  .search .text-input:not(.range-input_label) {
    padding: 0 0 0 10px; }
  .search .label {
    min-width: auto;
    position: static; }
  .search [class*="-box"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .slick-prev,
  .slick-next {
    top: auto;
    bottom: 5px; }
  .contactUs .title-sub, .testimonials .title-sub {
    padding: 0 0 0 3%; }
  .profile.profileMan .form__group-file {
    position: static; }
    .profile.profileMan .form__group-file .file-not {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 60%;
              flex: 1 1 60%;
      padding: 0 0 0 165px;
      margin: 0; }
      .profile.profileMan .form__group-file .file-not_box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: start !important;
            -ms-flex-pack: start !important;
                justify-content: flex-start !important; }
      .profile.profileMan .form__group-file .file-not:after {
        width: 160px !important; }
      .profile.profileMan .form__group-file .file-not span:not(.file-max) {
        position: static;
        min-width: 150px; }
    .profile.profileMan .form__group-file .file_del {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 30%;
              flex: 1 1 30%; }
      .profile.profileMan .form__group-file .file_del [class*='btn'] {
        max-width: 160px !important;
        margin: 0; }
  .profile.profileMan .user[class*="table_responsive-full"] > tbody {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .profile.profileMan .user[class*="table_responsive-full"] > tbody > tr {
      display: block; }
      .profile.profileMan .user[class*="table_responsive-full"] > tbody > tr:first-of-type {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; }
      .profile.profileMan .user[class*="table_responsive-full"] > tbody > tr:nth-of-type(2) {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; }
      .profile.profileMan .user[class*="table_responsive-full"] > tbody > tr:nth-of-type(3) {
        -webkit-box-ordinal-group: 5;
            -ms-flex-order: 4;
                order: 4; }
      .profile.profileMan .user[class*="table_responsive-full"] > tbody > tr:last-of-type {
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3; }
      .profile.profileMan .user[class*="table_responsive-full"] > tbody > tr > td {
        display: block;
        padding: 0 !important; }
        .profile.profileMan .user[class*="table_responsive-full"] > tbody > tr > td:before {
          display: none; }
        .profile.profileMan .user[class*="table_responsive-full"] > tbody > tr > td.user_avatar_td {
          width: 100%; }
  .profile.profileMan .user table:not(.user_profile) {
    max-width: none;
    margin: auto; }
  .profile.profileMan .user_profile {
    display: table !important; }
    .profile.profileMan .user_profile_td {
      margin: 1% 0; }
    .profile.profileMan .user_profile tbody {
      display: table-row-group !important; }
      .profile.profileMan .user_profile tbody tr {
        display: table-row !important; }
        .profile.profileMan .user_profile tbody tr td {
          display: table-cell !important; }
          .profile.profileMan .user_profile tbody tr td:first-of-type {
            border-right: 10px solid #ffffff;
            background: none; }
        .profile.profileMan .user_profile tbody tr:nth-of-type(odd) td {
          background: #f2f2f2; }
  .testimonials .user_name, .happyStories .user_name {
    text-align: center; }
  .testimonials [class*="table_responsive"] td, .testimonials [class*="table_responsive"] th, .happyStories [class*="table_responsive"] td, .happyStories [class*="table_responsive"] th {
    padding: 0 !important; }
  .dateLady .user {
    max-width: none; }
  .blog .post_meta span {
    display: inline-block; }
  .credits .title-sub {
    margin: 0 0 0 3%; }
    .credits .title-sub:first-of-type {
      margin: 3% 0 0 3%; }
  .credits_prices .title-sub {
    margin: 0 0 0 3% !important; } }

@media screen and (max-width: 700px) {
  .header__registration .form__group {
    margin: 8px auto; }
    .header__registration .form__group:not(.form__group-check) {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 100%;
              flex: 1 1 100%; }
  .header__registration .form__buton {
    margin-top: 1rem !important; }
  .header__top_online {
    padding: 0; }
    .header__top_online div:first-child {
      padding: 0 3px 0 0; }
  .header__main .min-hide {
    display: none !important; }
  .header__main .header__top_link div:last-child,
  .header-search__link .header-search__icon {
    width: 45px;
    height: 45px;
    line-height: 45px; }
  .header-search__link .header-search__icon svg {
    padding-top: 7.5px !important; }
  .header__main_btn[class*="status"] {
    max-width: 45px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    padding: 0;
    margin: 0 0 0 3px; }
    .header__main_btn[class*="status"]:before {
      bottom: 2px;
      left: 7px; }
    .header__main_btn[class*="status"]:hover {
      -webkit-box-shadow: none;
              box-shadow: none;
      background: transparent;
      border: 2px solid #f38126; }
      .header__main_btn[class*="status"]:hover:before {
        background: url("../images/svg-search-orange.svg") center center/contain no-repeat; }
  .header__main .user_info {
    min-width: auto; }
  .header__main .user_icon {
    margin: 0 0 0 5px; }
  .form__body {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .form__group:not(.form__group-check) {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .form .label {
    text-align: left !important; }
  .form [class*="form__btn"] {
    margin: 0 auto; }
  .form-contactRequest {
    margin: 3% 0; }
    .form-contactRequest_bg {
      padding: 3% 5%; }
    .form-contactRequest .form__box {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .form-profile .form__group-file .file-not {
    max-width: 305px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 40%;
            flex: 1 1 40%;
    padding: 0 0 0 165px !important;
    margin: 0; }
    .form-profile .form__group-file .file-not:after {
      max-width: 160px !important;
      width: 160px !important; }
    .form-profile .form__group-file .file-not span:not(.file-max) {
      position: static;
      display: inline; }
    .form-profile .form__group-file .file-not_box {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
  .form-profile .form__group-file .file_del {
    max-width: 305px;
    min-width: 250px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 40%;
            flex: 1 1 40%; }
  .form-profile .form__group-file .file_box {
    width: 100%; }
  .form-profile .form__group-file .btnDelete {
    max-width: 160px !important; }
  .form-profile .form .file_preview {
    width: 80px;
    height: 80px; }
    .form-profile .form .file_preview > span {
      width: 80px; }
  .content__main:not(.newsFeed) [class*="table_responsive"] > thead {
    display: none; }
  .content__main:not(.newsFeed) [class*="table_responsive"],
  .content__main:not(.newsFeed) [class*="table_responsive"] > tbody,
  .content__main:not(.newsFeed) [class*="table_responsive"] > tfoot > tr,
  .content__main:not(.newsFeed) [class*="table_responsive"] > tbody > tr {
    display: block; }
  .content__main:not(.newsFeed) [class*="table_responsive"] > tfoot > tr > td,
  .content__main:not(.newsFeed) [class*="table_responsive"] > tbody > tr > td {
      display: block;
      position: relative;
      padding: 1% 1% 1% 50% !important; }
  .content__main:not(.newsFeed) [class*="table_responsive"] > tfoot > tr > td:before,
  .content__main:not(.newsFeed) [class*="table_responsive"] > tbody > tr > td:before {
        content: attr(data-label);
        position: absolute;
        left: 0;
        top: 0;
        width: 50%;
        height: 100%;
        padding: 0 0 0 1%;
        color: #0b779a;
        font-style: normal;
        font-weight: 700;
        font-family:  'Lato', sans-serif;
        font-size: 1.2rem;
        line-height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
  .content__main:not(.newsFeed) [class*="table_responsive-full"] > tfoot > tr,
  .content__main:not(.newsFeed) [class*="table_responsive-full"] > tbody > tr {
    display: block; }
  .content__main:not(.newsFeed) [class*="table_responsive-full"] > tfoot > tr > td,
  .content__main:not(.newsFeed) [class*="table_responsive-full"] > tbody > tr > td {
      padding: 1% !important; }
      [class*="table_responsive-full"] > tfoot > tr > td:before,
      [class*="table_responsive-full"] > tbody > tr > td:before {
        display: none; }
  .credits_plan[class*="table_responsive"] > tbody > tr,
  .credits_prices [class*="table_responsive"] > tbody > tr,
  .faq [class*="table_responsive"] > tbody > tr,
  .ignoreList [class*="table_responsive"]:not(.user) > tbody > tr {
    outline-offset: -11px;
    padding: 0 5px;
    position: relative; }
    .credits_plan[class*="table_responsive"] > tbody > tr > td.check,
    .credits_prices [class*="table_responsive"] > tbody > tr > td.check,
    .faq [class*="table_responsive"] > tbody > tr > td.check,
    .ignoreList [class*="table_responsive"]:not(.user) > tbody > tr > td.check {
      height: 100% !important;
      padding: 0 !important;
      border-right: 1px solid #b3b3b3;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
  .credits .form__group {
    margin: 0; }
  .credits_plan[class*="table_responsive"] > tbody > tr{
    outline: none; }
  .credits_plan [class*='btn'] {
    max-width: 130px;
    margin: 5px 0; }
  .credits_plan[class*="table_responsive"] > tbody > tr > td[data-label="Discount"] {
    display: none; }
  .credits_plan tbody tr {
    height: 100px;
    overflow: hidden; }
  .credits_plan tbody tr td:not(:last-child) {
    height: 23px;
    line-height: 26px;
    text-align: right; }
    .content__main:not(.newsFeed) .credits_plan[class*="table_responsive"] > tbody > tr > td:before {
        color: #222222;
        padding: 10px 0 0 1%;
        left: 80px; }
  .credits_plan[class*="table_responsive"] > tbody > tr > td:first-child {
    width: 100% !important;
    height: 100% !important;
    padding: 0 !important;
    border-right: none !important;
    position: absolute;
    top: 0px !important;
    left: 0px !important;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .credits_plan tbody tr td:first-child .form__group {
    width: 100%;
    height: 100%; }
  .credits_plan tbody tr td:first-child .form__group label {
    width: 100%;
    height: 88%;
    background: transparent;
    border-radius: 0;
    border: 1px solid #c5c5c5;
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow: hidden;}
  .credits_plan tbody tr td:first-child .form__group label:after {
    content: 'add credits';
    width: 130px;
    height: 40px;
    padding: 2px 45px;
    background: #fff;
    border: 2px solid #008000;
    color: #008000;
    font-size: 16px;
    line-height: 14px;
    text-align: center !important;
    opacity: 1;
    position: absolute;
    top: 5px;
    left: -48px;
    z-index: -1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack:  center;
    justify-content:  center; }
  .credits_plan tbody tr td:last-of-type {
    width: 150px;
    padding: 0 !important;
    position: absolute !important;
    top: 4px !important;
    left: -52px !important;
    z-index: 0;
    -webkit-transform: rotate(-45deg) !important;
    transform: rotate(-45deg) !important; }
  .credits_plan tbody tr td:last-of-type:before {
    display: none; }
  .credits_plan tbody tr td:last-of-type [class*='btn'] {
    background: transparent;
    border-color: transparent;
    color: transparent; }
  .credits_plan tbody tr td:last-of-type [class*='btn']:hover {
    -webkit-box-shadow: none;
    box-shadow: none;}
  .credits_plan tbody tr td:first-child .check-input:checked + [class*='check-input_label'] {
    outline: none;
    border: 2px solid #008000;
    box-shadow: inset 0px -5px 50px rgba(141, 208, 112, 0.2), inset -5px 0px 50px rgba(141, 208, 112, 0.2);
    background: transparent; }
  .credits_plan tbody tr td:first-child .check-input:checked + [class*='check-input_label']:after {
    opacity: 1;
    border-color: transparent;
    background: -webkit-gradient(linear, left bottom, left top, from(#7bb461), to(#8dd070));
    background: -webkit-linear-gradient(bottom, #7bb461 0%, #8dd070 100%);
    background: -o-linear-gradient(bottom, #7bb461 0%, #8dd070 100%);
    background: linear-gradient(to top, #7bb461 0%, #8dd070 100%);
    color: #ffffff;
    font-weight: 700;}
  .credits_payment tbody tr td:last-of-type .form__box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .credits_payment tbody tr td:last-of-type .form__group {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .credits_payment tbody tr td:last-of-type .form__group:last-of-type {
      margin: 10px 0; }
    .credits_payment tbody tr td:last-of-type .form__group .label {
      min-width: 60px; }
  .credits_payment table tbody tr td {
    display: block;
    width: 100%;
    padding: 1% 0; }
  .credits_payment .form__box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .credits_prices [class*="table_responsive"] tbody tr td, .faq [class*="table_responsive"] tbody tr td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .credits_prices [class*="table_responsive"] tbody tr td:not(:last-of-type):before, .faq [class*="table_responsive"] tbody tr td:not(:last-of-type):before {
      color: #222222; }
    .credits_prices [class*="table_responsive"] tbody tr td:first-of-type, .faq [class*="table_responsive"] tbody tr td:first-of-type {
      max-width: none;
      padding: 1% !important;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-align: center;
      text-transform: uppercase; }
  .mail [class*="table_responsive"], .likes [class*="table_responsive"], .contacts [class*="table_responsive"], .gift [class*="table_responsive"], .dateLady [class*="table_responsive"] {
    width: 100%;
    margin: 0 auto; }
    .mail [class*="table_responsive"] > tbody > tr, .likes [class*="table_responsive"] > tbody > tr, .contacts [class*="table_responsive"] > tbody > tr, .gift [class*="table_responsive"] > tbody > tr, .dateLady [class*="table_responsive"] > tbody > tr {
      position: relative; }
      .mail [class*="table_responsive"] > tbody > tr:first-of-type > td, .likes [class*="table_responsive"] > tbody > tr:first-of-type > td, .contacts [class*="table_responsive"] > tbody > tr:first-of-type > td, .gift [class*="table_responsive"] > tbody > tr:first-of-type > td, .dateLady [class*="table_responsive"] > tbody > tr:first-of-type > td {
        padding-left: 50px !important; }
        .mail [class*="table_responsive"] > tbody > tr:first-of-type > td.check, .mail [class*="table_responsive"] > tbody > tr:first-of-type > td.user_state_td, .likes [class*="table_responsive"] > tbody > tr:first-of-type > td.check, .likes [class*="table_responsive"] > tbody > tr:first-of-type > td.user_state_td, .contacts [class*="table_responsive"] > tbody > tr:first-of-type > td.check, .contacts [class*="table_responsive"] > tbody > tr:first-of-type > td.user_state_td, .gift [class*="table_responsive"] > tbody > tr:first-of-type > td.check, .gift [class*="table_responsive"] > tbody > tr:first-of-type > td.user_state_td, .dateLady [class*="table_responsive"] > tbody > tr:first-of-type > td.check, .dateLady [class*="table_responsive"] > tbody > tr:first-of-type > td.user_state_td {
          padding: 0 !important;
          position: absolute;
          top: 0;
          z-index: 100; }
        .mail [class*="table_responsive"] > tbody > tr:first-of-type > td.check, .likes [class*="table_responsive"] > tbody > tr:first-of-type > td.check, .contacts [class*="table_responsive"] > tbody > tr:first-of-type > td.check, .gift [class*="table_responsive"] > tbody > tr:first-of-type > td.check, .dateLady [class*="table_responsive"] > tbody > tr:first-of-type > td.check {
          height: 100% !important;
          border-right: 1px solid #b3b3b3;
          left: 0;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
        .mail [class*="table_responsive"] > tbody > tr:first-of-type > td.user_state_td, .likes [class*="table_responsive"] > tbody > tr:first-of-type > td.user_state_td, .contacts [class*="table_responsive"] > tbody > tr:first-of-type > td.user_state_td, .gift [class*="table_responsive"] > tbody > tr:first-of-type > td.user_state_td, .dateLady [class*="table_responsive"] > tbody > tr:first-of-type > td.user_state_td {
          right: 15px; }
  .likes [class*="table_responsive"] > tbody > tr:first-of-type > td, .gift [class*="table_responsive"] > tbody > tr:first-of-type > td, .dateLady [class*="table_responsive"] > tbody > tr:first-of-type > td, .mail-outbox [class*="table_responsive"] > tbody > tr:first-of-type > td {
    padding-left: 1% !important; }
    .likes [class*="table_responsive"] > tbody > tr:first-of-type > td.check, .gift [class*="table_responsive"] > tbody > tr:first-of-type > td.check, .dateLady [class*="table_responsive"] > tbody > tr:first-of-type > td.check, .mail-outbox [class*="table_responsive"] > tbody > tr:first-of-type > td.check {
      display: none; }
  .mail [class*="table_responsive-full"] > tbody > tr:first-of-type, .contacts [class*="table_responsive-full"] > tbody > tr:first-of-type {
    border: 1px solid #b3b3b3; }
  .mail .form#searchMail_form, .gift .form#searchMail_form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .mail .form-search-icon, .gift .form-search-icon {
    width: 100%;
    margin: 0 0 1% 0;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .newsFeed .user_info {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin: 0; }
  .newsFeed .user_info > .user_info{
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
    .newsFeed .user_info [class*="status"] {
      min-width: 40px;
      width: 40px;
      height: 40px; }
  .newsFeed [class*="content__main_body"]:first-of-type .user_text {
    text-align: justify; }
/*    .newsFeed .user_text {
    padding: 1% 0;
    text-align: center; }
  .newsFeed [class*="table_responsive-full"] > tbody > tr:first-of-type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .newsFeed [class*="table_responsive-full"] > tbody > tr:first-of-type td:last-of-type {
      width: 100%; }*/

      .newsFeed [class*="table_responsive-full"] > tbody > tr:first-of-type td:last-of-type > span {
        float: none;
        display: block; }
  .newsFeed [class*="table_responsive-full"] > tbody > tr > td {
    padding: 0 1% !important; }
  .gift .user_city {
    display: inline; }
  .gift_search .form__group {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .gift_search [class*='btn'] {
    margin: 3% auto !important; }
  .matchmaking [class*="table_responsive-full"] > tbody > tr > td {
    position: relative;
    padding-top: 30px !important; }
    .matchmaking [class*="table_responsive-full"] > tbody > tr > td:before {
      content: attr(data-label);
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 40px;
      padding: 0 0 0 1%;
      color: #0b779a;
      font-style: normal;
      font-weight: 700;
      font-family:  'Lato', sans-serif;
      font-size: 1.2rem;
      line-height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
  .ignoreList .min-hide {
    display: none; }
  .ignoreList [class*="table_responsive"] > tbody > tr, .ignoreList [class*="table_responsive"] > tfoot > tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .ignoreList [class*="table_responsive"] > tbody > tr > td:not(.min-hide), .ignoreList [class*="table_responsive"] > tfoot > tr > td:not(.min-hide) {
      display: inline-block; }
  .ignoreList [class*="table_responsive"] > tbody > tr > td[data-label="User"] {
    padding: 1% 1% 1% 45px !important; }
  .ignoreList [class*="table_responsive"] > tbody > tr > td [class*="btn"] {
    max-width: 40px;
    min-width: 40px;
    height: 40px;
    padding-left: 0; }
  .phoneCalls .form__group.form__group-select .select {
    min-width: 100%; }
  .profile .min-hide {
    display: none !important; }
  .profile .form__group {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
  .profile .user > tbody {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .profile .user > tbody td {
    display: block; }
  .profile .user tbody tr td.user_avatar_td, .profile .user_avatar {
    max-width: none !important;
    padding: 0 !important;}
  .profile .user_box-link {
    margin: 0 auto !important; }
  .profile .user_box-preview {
    margin: 0 0 10px 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .profile .user_box-preview [class*='pict_responsive'] {
      height: 80px; }
  .profile .user_icon {
    margin: 5px 0 0 0; }
    .profile .user_icon_td {
      width: 190px;
      position: absolute;
      left: calc(50% - 100px);
      z-index: 100;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .profile .user_info section:first-of-type, .profile .user_info section:last-of-type {
    margin: 0 auto; }
  .profile .user_info .content__main_block {
    padding: 1%; }
  .profile .user_profile_td {
    margin: 0; }
  .profile .user [class*='btn'] {
    margin: 2% auto; }
  .profile_edit {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .profile_edit section {
      margin: 0; }
  .profile.profileMan .user_profile {
    display: block !important; }
    .profile.profileMan .user_profile tbody {
      display: block !important; }
      .profile.profileMan .user_profile tbody tr {
        display: block !important; }
        .profile.profileMan .user_profile tbody tr td {
          width: auto;
          display: block !important; }
        .profile.profileMan .user_profile tbody tr:nth-of-type(odd) td {
          background: none; }
        .profile.profileMan .user_profile tbody tr td:first-of-type {
          border-right: none;
          background: #f2f2f2; }
  .profileMan.profile-edit .form__box-check > .form__group{
    width: 46% !important; }
  .profileMan.profile-edit .form__box-check table,
  .profileMan.profile-edit .form__box-check table tbody,
  .profileMan.profile-edit .form__box-check table tbody td {
    display: block; }
  .profileMan.profile-edit .form__box-check tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;}
  .profileMan.profile-edit .form__box-check table > tbody > tr > td {
    width: 100% !important; }
  .profileMan.profile-edit .form__box-check table > tbody > tr > td > table td {
    width: 46% !important; }
  .profileMan.profile-edit .form__box-check table > tbody > tr > td > table td:only-child  > .form__group{
    width: 46% !important;}
  .profileMan.profile-edit [class*="btn"]{
    margin: 5px auto !important; }
  .profile.profileGirle .user tbody tr td.user_avatar_td {
    padding: 0 !important; }
  .profile.profileGirle .user_avatar {
    margin: 0 auto ; }
  .profile .user_box-preview_td{
    max-width: none;}
  .blog {
    position: relative; }
    .blog:first-of-type tr td {
      padding: 0 2%; }
    .blog_post > .blog_buton, .blog_sidebar > .blog_buton {
      display: block; }
    .blog_sidebar {
      max-width: none;
      width: 100%;
      -webkit-transform: translateX(105%);
          -ms-transform: translateX(105%);
              transform: translateX(105%);
      -webkit-transition: all 0.5s linear;
      -o-transition: all 0.5s linear;
      transition: all 0.5s linear;
      position: absolute !important;
      top: 0;
      right: 0;
      z-index: 1000;
      background: url("../images/bg.jpg"); }
      .blog_sidebar-show {
        -webkit-transform: translateX(0%);
            -ms-transform: translateX(0%);
                transform: translateX(0%); }
      .blog_sidebar_banner {
        display: none; }
      .blog_sidebar > ul > li > ul {
        display: none; }
      .blog_sidebar_buton {
        width: auto;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        position: static !important;
        padding: 0 !important; }
    .blog .form-search {
      max-width: 250px;
      margin-right: 10px; }
      .blog .form-search-icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        .blog .form-search-icon [class*="form__btn"] {
          max-width: 250px !important;
          margin: 0;
          margin-top: 0px !important; }
  .service_block {
    width: 50%; }}

@media screen and (max-width: 531px) {
  .aside_nav {
    display: block; }
    .aside_nav li {
      overflow: visible; }
      .aside_nav li:not(.aside_nav-sub-link):after {
        right: -200%;
        width: 500%; }
    .aside_nav-noLink {
      overflow: visible; }
  .profile.profileMan .form-profile .form__group-file .file_del [class*='btn'] {
    margin: 10px 0 0 0; }
  .credits_payment tbody tr td {
    display: block; }
  .credits_payment tbody tr:nth-of-type(2), .credits_payment tbody tr:nth-of-type(3), .credits_payment tbody tr:nth-of-type(4) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .credits_payment tbody tr:nth-of-type(2) td:last-of-type, .credits_payment tbody tr:nth-of-type(3) td:last-of-type, .credits_payment tbody tr:nth-of-type(4) td:last-of-type {
      margin: 0 0 0 3%; }
    .credits_payment tbody tr:nth-of-type(2) .form__group, .credits_payment tbody tr:nth-of-type(3) .form__group, .credits_payment tbody tr:nth-of-type(4) .form__group {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
  .mail_new .form__box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .mail_new .form__box [class*="btn"] {
      margin: 0 0 3% 0; }
  .blog .form-search {
    max-width: none;
    margin-right: 0px; }
    .blog .form-search-icon {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .blog .form-search-icon [class*="form__btn"] {
        margin: 0 auto;
        margin-top: 10px !important; }
  .accountSettings.notice-page .form .content__main_body{
    margin-top: 3%!important;
  } }

@media screen and (max-width: 480px) {
  .logo {
    width: 150px; }
  .logo:before, .logo:after {
    height: 3px; }
  .logo:before {
    bottom: 4px; }
  .logo:hover:before {
    width: 45px; }
  .logo:hover:after {
    width: 65px; }
  .logo img.logo_bg {
    left: -2px;}
  .header__registration {
    position: fixed; }
  .header__main {
    padding: 60px 3% 1% 3%; }
  .header__main .logo {
    left: calc(50% - 75px); }
    .header__main .user_icon {
      position: absolute;
      top: 15px; }
      .header__main .user_icon:first-of-type {
        right: 50px; }
      .header__main .user_icon:last-of-type {
        right: 10px; }
  .footer__nav {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .user_info-gift {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 0 3% 0; }
  .user_panel {
    height: auto; }
    .user_panel:last-of-type {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
  .blog .post_meta [class*="status"] {
    display: block;
    width: 100%; }
  .blog .form-search {
    max-width: none;
    margin: auto; }
  .form__tooltip {
    position: static; }
  .form-sortGallery {
    padding: 0; }
  .info_item {
    max-width: 100%; }
  .pagination {
    margin: 0 1.5px; }
    .pagination_box {
      padding: 1rem 0; }
    .pagination_buton {
      min-width: 30px;
      width: 30px;
      margin: 0 1.5px; }
      .pagination_buton:first-of-type {
        margin: 0 1.5px 0 0; }
      .pagination_buton:last-of-type {
        margin: 0 0 0 1.5px; }
    .pagination_link {
      margin: 0 1.5px; }
      .pagination_link:first-of-type {
        margin: 0 1.5px 0 0; }
      .pagination_link:last-of-type {
        margin: 0 0 0 1.5px; }
  .contacts .form > .content__main_block:first-of-type {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .contacts .form > .content__main_block:first-of-type .form__group:last-of-type .label {
      margin: 0 0 0 40px; }
  .credits .min-hide {
    display: none; }
  .credits_payment tbody tr:nth-of-type(2) {
    display: block; }
    .credits_payment tbody tr:nth-of-type(2) td:last-of-type {
      margin: 0; }
  .gift .user_state_td, .dateLady .user_state_td {
    min-width: auto;
    width: 150px; }
  .gift_pict, .dateLady_pict {
    width: 150px;
    height: 105px; }
  .dateLady .selectator_element {
    max-width: 300px;
    margin: auto; }
  .gift_item_hover p {
    line-height: 90%; }
  .gift-virtual .gift_item:hover .gift_item_main {
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px); }
  .gift-shop .gift_item {
    width: 140px;
    height: 200px; }
    .gift-shop .gift_item_name {
      height: 50px; }
    .gift-shop .gift_item-send .gift_item_pict {
      height: 83px; }
    .gift-shop .gift_item:not(.gift_item-send):hover .gift_item_pict {
      height: 50px; }
  .faq ol .title-sub, .faq ol ol > li {
    text-indent: 0; }
  .faq ol ol > li {
    text-indent: 5px; }
  .profile .user ul li b {
    min-width: auto; }
  .profileMan.profile-edit .form__box-check > .form__group{
    width: 100% !important; }
  .profileMan.profile-edit .form__box-check table > tbody > tr > td > table td {
    width: 100% !important; }
  .profileMan.profile-edit .form__box-check table > tbody > tr > td > table td:only-child  > .form__group{
    width: 100% !important;}
  .myStatistic table {
    width: 100%; }
  .myStatistic_main tr {
    height: 70px;
    vertical-align: top;
    position: relative; }
    .myStatistic_main tr td {
      display: inline-block; }
      .myStatistic_main tr td:nth-of-type(2) {
        float: right; }
  .myStatistic_main_buton {
    width: 100%;
    /*        position: absolute;
        bottom: 0;
        left: 0;*/ }
    .myStatistic_main_buton [class*='btn'] {
      margin: auto; }
  .newsFeed .user_box-folder .user_text {
    max-width: none;
    width: 100%;}
  .newsFeed .user_preview {
    width: 50px;
    height: 75px;  }
  .user_preview.status-play,.pict_responsive.status-play {
    width: 150px;
    height: 100px;}
  .user_preview.status-play:before,.pict_responsive.status-play:before {
    width: 50px;
    height: 50px;
    left: calc(50% - 25px);
    bottom: calc(50% - 25px);}
  .mail_all_chose {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .ignoreList .user_name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  #history-message-list {
    padding: 30px 3px 5px 3px !important; }
  .service_block {
    width: 100%; }}

@media screen and (max-width: 380px) {
  .header-search__title{
    display: none;
  }
  .aside .user_info [class*="aside_btn"] {
    max-width: 100px !important; }
  .profile:not(.profile-full) .form__group {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .profile.profileGirle .user_box-link [class*='btn']{
    max-width: 35px !important;
    min-width: 35px;
    height: 35px; }
  .profile.profileGirle .user_box-link [class*='btn'][class*="status"]::before{
    width: 25px !important;}
  .form-notification .form__box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .form-notification .form__box [class*="form__btn"] {
      margin: 5px auto; }
  .form-notification .label {
    font-size: 1.2rem; }
  .blog:first-of-type tr td {
    display: block;
    padding: 2.5px 2%; }
  .mail .form-search-icon, .gift .form-search-icon {
    margin: 3% auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .mail .form-search-icon [class*="form__btn"], .gift .form-search-icon [class*="form__btn"] {
      margin-top: 0 !important;
      margin: 1% auto !important; }
  .mailbox-page #block-add-attach .ui-button span,
  .mailbox-page .mailbox-buttonset .ui-button span,
  .mailbox-page #block-add-attach .file-not::after{
    width: 140px !important;}
  .mailbox-page #block-add-attach .b-mailbox-upload,
  .mailbox-page .mailbox-buttonset div:last-of-type{
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }}

@media screen and (max-width: 320px) {
  .header__top {
    padding: 5%; }
    .content-home .content__tab_link:first-child {
      padding: 0 10px 0 0; }
      .content-home .content__tab_link-current:after {
        display: none; }
      .content-home .content__tab_link-current-line {
        width: 0;
        height: 0;
        position: absolute;
        bottom: 0;
        border-bottom: 2px solid #008000;
        -webkit-transition: width 1s linear;
        -o-transition: width 1s linear;
        transition: width 1s linear; }
  .form-sortGallery .form#gallery-id_form {
    max-width: 150px !important; }
    .form-sortGallery .form#gallery-id_form .form__group {
      -ms-flex-wrap: wrap !important;
          flex-wrap: wrap !important; }
    .form-sortGallery .form#gallery-id_form [class*="form__btn"] {
      margin: 5px 0 0 0; }
  .blog .form-search-icon [class*="form__btn"] {
    max-width: none !important; } }

/* no flex-direction:column and IE*/
.no-flexboxlegacy body,
.no-flexboxlegacy .main-wrapper,
.no-flexboxlegacy main,
.no-flexboxlegacy .content__main,
.no-flexboxlegacy .form,
.no-flexboxlegacy .form__group-full,
.no-flexboxlegacy .gallery_item,
.no-flexboxlegacy .gallery_item > a,
.no-flexboxlegacy .form-myAttachments form .user_info,
.no-flexboxlegacy .bubble_content{
  display: block; }
.no-flexboxlegacy [class*="-stretch"]{
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;  }
/* no flex and IE*/
.no-flexbox[class*='on-ie'] main{
    max-width: 100%;
    width: calc(100% - 350px);
    margin: auto;}
.no-flexbox .gallery{
  display: block;
  text-align: center;}
.no-flexbox .gallery_item,.no-flexbox .gallery_elem{
  display: inline-block !important;}
.no-flexbox .form__group .label{
  display: inline-block;}
.no-flexbox .aside_nav li > a,
.no-flexbox .form__group-full .label{
  display: block;}
.no-flexbox .selectator_element{
  max-width: 220px;}
.no-flexbox .searchUser .search_advanced .form__group_box .form__group{
  width: 50%;}
.no-flexbox .searchUser .search_advanced .form__group_box .form__group .selectator_element{
  min-width: 140px;
  width: auto !important;}
.no-flexbox .form-contactUs .text-input,
.no-flexbox .form-contactUs .selectator_element{
  max-width: 78%; }
.no-flexbox .form-home .form-agree,
.no-flexbox .form-home .check-label {
  max-width: 100%;
  text-align: left;}
.no-flexbox .profile .user_profile_td > .form__box{
  max-width: 100%;
  width: 100%;
  display: block;}
.no-flexbox .profile_info_name,
.no-flexbox .profile_info_edit{
  display: inline-block; }
.no-flexbox .profile_info_name{
  width: auto;}
.no-flexbox .profile_info_edit{
  float: right;}
@media screen and (max-width: 1530px){
  .no-flexbox[class*='on-ie'] header,
  .no-flexbox[class*='on-ie'] footer{
    max-width: 100%;
    width: auto;}}
@media screen and (max-width: 1300px){
   .no-flexbox[class*='on-ie'] main{
    width: calc(100% - 330px);}
  .no-flexbox[class*='on-ie'] aside {
    max-width: 330px;
    min-width: 330px;}}
@media screen and (max-width: 991px){
   .no-flexbox[class*='on-ie'] main{
    width: auto;}
  .no-flexbox[class*='on-ie'] aside {
    max-width: none;
    min-width: auto;}}
@media screen and (max-width: 700px){
  .no-flexbox .form-contactUs .text-input,
  .no-flexbox .form-contactUs .selectator_element{
    max-width: 100%; }}

/* IE only*/
[class*='on-ie'] body,
[class*='on-ie'] .main-wrapper,
[class*='on-ie'] main,
[class*='on-ie'] .content__main,
[class*='on-ie'] .form,
[class*='on-ie'] .form__group-full,
[class*='on-ie'] .gallery_item,
[class*='on-ie'] .gallery_item > a,
[class*='on-ie'] .form-myAttachments form .user_info,
[class*='on-ie'] .bubble_content
[class*='on-ie'] .profile .user_box.user_box-preview,
[class*='on-ie'] .profile .user_box.user_box-link {
    display: block;}
[class*='on-ie'] .bubble_block_chat {
  max-width: 110px;
  margin: 10px 0; }
[class*='on-ie'] .bubble_content div:last-child a > img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 110px;
  width: 100%;}
[class*='on-ie'] .header-search__link .header-search__icon svg {
  padding-top: 0 !important; }
[class*='on-ie'] .profile .user_avatar_td [class*="pict_responsive"] img,
[class*='on-ie'] .gift_item [class*="pict_responsive"] img,
[class*='on-ie'] .gift_pict[class*="pict_responsive"] img,
[class*='on-ie'] .videoGallery .gallery .user [class*="pict_responsive"] img{
  margin: 0; }
[class*='on-ie'] .main-wrapper,
[class*='on-ie'] main,
[class*='on-ie'] footer{
  min-width: auto; }
[class*='on-ie'] .search .range-input_box {
  display: inline-block;
  background: -webkit-linear-gradient(top, transparent 0%, transparent 40%, #f38126 40%, #f38126 60%, transparent 60%, transparent 100%);
  background: -o-linear-gradient(top, transparent 0%, transparent 40%, #f38126 40%, #f38126 60%, transparent 60%, transparent 100%);
  background: linear-gradient(to bottom, transparent 0%, transparent 40%, #f38126 40%, #f38126 60%, transparent 60%, transparent 100%); }
[class*='on-ie'] .profile .user tbody tr td.user_avatar_td {
  width: 210px;
  min-width: auto;}
[class*='on-ie'] .gift .user[class*="table_responsive"] tbody tr td.user_text_td {
  position: relative; }
[class*='on-ie'] .gift .user[class*="table_responsive"] .user_text {
  display: block !important; }
[class*='on-ie'] .profile .user_box.user_box-preview .photo-item-preview,
[class*='on-ie'] .profile .user_box.user_box-link [class*="btn"],
[class*='on-ie'] .aside_nav-guests a:not(.btn-link){
  display: inline-block;}
[class*='on-ie'] .profile .user_box.user_box-preview .photo-item-preview,
[class*='on-ie'] .aside_nav-guests a:not(.btn-link){
  max-width: 32%;}
[class*='on-ie'] aside {
  min-width: 350px;}
@media screen and (max-width: 1530px) {
  [class*='on-ie'] .header, [class*='on-ie'] .content {
    min-width: auto; }}
@media screen and (max-width: 1200px) {
  [class*='on-ie'] aside {
    min-width: 340px;}}
@media screen and (max-width: 991px) {
  [class*='on-ie'] aside {
    min-width: auto;}}
@media screen and (max-width: 700px) {
  .file-button, .profile [class*="btn"].status-edit-photo {
    margin: 5px !important; }
  [class*='on-ie'] .newsFeed [class*="table_responsive-full"] > tbody > tr:first-of-type td:last-of-type {
    width: auto; }}

/* Safari only*/
[class*='on-safari'] body,
[class*='on-safari'] .main-wrapper,
[class*='on-safari'] main,
[class*='on-safari'] .content__main,
[class*='on-safari'] .gallery_item ,
[class*='on-safari'] .gallery_item > a,
[class*='on-safari'] .form,
[class*='on-safari'] .form__group-full,
[class*='on-safari'] .form [class*='btn'],
[class*='on-safari'] .search [class*='btn'],
[class*='on-safari'] .testimonials [class*='btn'],
[class*='on-safari'] .privateGallery .form [class*='btn'],
[class*='on-safari'] .gift_item_hover,
[class*='on-safari'] .gift_item_hover [class*='btn'],
[class*='on-safari'] .profile .user_box.user_box-preview,
[class*='on-safari'] .profile .user_box.user_box-link{
  display: block; }
[class*='on-safari'] .hidden{
  display: none;}
[class*='on-safari'] .profile .user_box.user_box-preview .photo-item-preview,
[class*='on-safari'] .profile .user_box.user_box-link [class*="btn"],
[class*='on-safari'] .aside_nav-guests a:not(.btn-link){
  display: inline-block;}
[class*='on-safari'] .form [class*='btn']:before,[class*='on-safari'] .form [class*='btn']:after,
[class*='on-safari'] .search [class*='btn']:before,[class*='on-safari'] .search [class*='btn']:after,
[class*='on-safari'] .testimonials [class*='btn']:before,[class*='on-safari'] .testimonials [class*='btn']:after,
[class*='on-safari'] .privateGallery .form [class*='btn']:before,[class*='on-safari'] .privateGallery .form [class*='btn']:after,
[class*='on-safari'] .gift_item_hover [class*='btn']:before, [class*='on-safari'] .gift_item_hover [class*='btn']:after {
  content: '';
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
  clear: both;
}
[class*='on-safari'] .form [class*='btn']:before,[class*='on-safari'] .form [class*='btn']:after,
[class*='on-safari'] .search [class*='btn']:before,[class*='on-safari'] .search [class*='btn']:after,
[class*='on-safari'] .testimonials [class*='btn']:before,[class*='on-safari'] .testimonials [class*='btn']:after,
[class*='on-safari'] .privateGallery .form [class*='btn']:before,[class*='on-safari'] .privateGallery .form [class*='btn']:after{
  min-height: 30px;
}
[class*='on-safari'] .profile .user_box.user_box-preview .photo-item-preview,
[class*='on-safari'] .aside_nav-guests a:not(.btn-link){
  max-width: 32%;}
[class*='on-safari'] .profile .user_box.user_box-preview{
  text-align: center;}
[class*='on-safari'] .main-section {
  min-width: 320px;}
[class*='on-safari'] .header-search__link .header-search__icon svg {
  padding-top: 0 !important;
  margin-top: 10px; }
.on-safari-9 .search .range-input_box,
.on-safari-8 .search .range-input_box,
.on-safari-7 .search .range-input_box,
.on-safari-6 .search .range-input_box,
.on-safari-5 .search .range-input_box{
  display: inline-block;
  width: 200px;
  position: relative;
}
.on-safari-9 .search .range-input:last-child,
.on-safari-8 .search .range-input:last-child,
.on-safari-7 .search .range-input:last-child,
.on-safari-6 .search .range-input:last-child,
.on-safari-5 .search .range-input:last-child{
  position: absolute;
  top: 0px;
  right: 0px;
}
@media screen and (max-width: 991px) {
  .on-safari-9 .search .range-input_box,
  .on-safari-8 .search .range-input_box,
  .on-safari-7 .search .range-input_box,
  .on-safari-6 .search .range-input_box,
  .on-safari-5 .search .range-input_box{
    width: 155px;
  }
}
@media screen and (max-width: 700px) {
  [class*='on-safari'] .header-search__link .header-search__icon svg {
    padding-top: 0 !important;
    margin-top: 7.5px;}}


/* no filters CSS */
.no-cssfilters .profile .gallery .user,
.no-cssfilters .privateGallery .gallery .user,
.no-cssfilters .videoGallery .gallery .user,
.no-cssfilters .gallery_item,
.no-cssfilters .gift_item{
  -webkit-box-shadow: -2px 5px 10px rgba(0, 0, 0, 0.3), 2px 3px 6px rgba(0, 0, 0, 0.22);
  box-shadow: -2px 5px 10px rgba(0, 0, 0, 0.3), 2px 3px 6px rgba(0, 0, 0, 0.22); }


.gallery_item:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  background: #db421c;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}
.gallery_item .gallery_item_top {
  cursor: pointer;
}
.gallery_item .gallery_item_top svg {
  -webkit-filter: drop-shadow(1px 1px 1px #686868);
  filter: drop-shadow(1px 1px 1px #686868);
}
.gallery_item .gallery_item_top .star-grey {
  fill: #a9a9a9;
}
.gallery_item .gallery_item_top .star-gold {
  fill: none;
}
.gallery_item[data-favorite="true"] .gallery_item_top .star-grey {
  fill: #fffc00;
}
.gallery_item[data-favorite="true"] .gallery_item_top .star-gold {
  fill: #fffc00;
}
.gallery_item[data-statusid="1"]:before {
  background: #79c775;
}
.gallery_item[data-statusid="1"][data-stream="1"]:before {
  content: url(../images/slider_item-live.png);
  position: absolute;
  background: none;
  top: 10px;
  left: 10px;
}
.user_block .user-stat:before {
  content: "Offline";
  color: red;
}
.user_block .user-stat svg {
  -webkit-filter: drop-shadow(1px 1px 1px #686868);
  filter: drop-shadow(1px 1px 1px #686868);
}
.user_block .streamIcon {
  display: none;
}
.user_block[data-stream="1"] .streamIcon {
  display: inline-block;
}
.user_block [data-trigger="favorite"] {
  cursor: pointer;
}
.user_block [data-trigger="favorite"] .star-grey {
  fill: #a9a9a9;
}
.user_block [data-trigger="favorite"] .star-gold {
  fill: none;
}
.user_block[data-favorite="true"] [data-trigger="favorite"] .star-grey {
  fill: #fffc00;
}
.user_block[data-favorite="true"] [data-trigger="favorite"] .star-gold {
  fill: #fffc00;
}
.user_block[data-statusid="1"] .user-stat:before {
  content: "Online";
  color: green;
}

/*@import (inline) url(block/newYear.css);*/
/*@import (inline) url(block/valentinesDay.css);*/
.gallery_item:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  background: #db421c;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}
.gallery_item .gallery_item_top {
  cursor: pointer;
}
.gallery_item .gallery_item_top svg {
  -webkit-filter: drop-shadow(1px 1px 1px #686868);
  filter: drop-shadow(1px 1px 1px #686868);
}
.gallery_item .gallery_item_top .star-grey {
  fill: #a9a9a9;
}
.gallery_item .gallery_item_top .star-gold {
  fill: none;
}
.gallery_item[data-favorite="true"] .gallery_item_top .star-grey {
  fill: #fffc00;
}
.gallery_item[data-favorite="true"] .gallery_item_top .star-gold {
  fill: #fffc00;
}
.gallery_item[data-statusid="1"]:before {
  background: #79c775;
}
.gallery_item[data-statusid="1"][data-stream="1"]:before {
  content: url(../images/slider_item-live.png);
  position: absolute;
  background: none;
  top: 10px;
  left: 10px;
}
.gallery_item[data-promo-chat="true"] .gallery_item_name:before {
  content: "FREE CHAT";
  font-size: 12px;
  position: absolute;
  bottom: 31px;
  left: 0;
  padding: 3px 15px;
  background: #724fc1;
  color: #fff;
  border: 0;
  border-radius: 0 0 10px 0;
}
.user_block .user-stat:before {
  content: "Offline";
  color: red;
}
.user_block .user-stat svg {
  -webkit-filter: drop-shadow(1px 1px 1px #686868);
  filter: drop-shadow(1px 1px 1px #686868);
}
.user_block .streamIcon {
  display: none;
}
.user_block[data-stream="1"] .streamIcon {
  display: inline-block;
}
.user_block [data-trigger="favorite"] {
  cursor: pointer;
}
.user_block [data-trigger="favorite"] .star-grey {
  fill: #a9a9a9;
}
.user_block [data-trigger="favorite"] .star-gold {
  fill: none;
}
.user_block[data-favorite="true"] [data-trigger="favorite"] .star-grey {
  fill: #fffc00;
}
.user_block[data-favorite="true"] [data-trigger="favorite"] .star-gold {
  fill: #fffc00;
}
.user_block[data-statusid="1"] .user-stat:before {
  content: "Online";
  color: green;
}
.user_block .user .user_name {
  position: relative;
}
.user_block .user .user_name .float_left_container {
  float: left;
}
.user_block .user .user_name .verified-icon {
  float: left;
  position: relative;
  height: 36px;
  width: 36px;
  margin-left: 10px;
  top: -4px;
}
.user_block .user .user_name .verified-icon:before {
  content: '';
  position: absolute;
  width: 36px;
  height: 36px;
  background: url(../images/verified-icon.png) center center / contain no-repeat;
}
.user_block .user .user_name .tooltip_verified {
  display: none;
  position: absolute;
  top: 42px;
  left: -120px;
  width: 280px;
  box-sizing: border-box;
  font-size: 0.9em;
  border: rgba(17, 17, 17, 0.24);
  border-radius: 5px;
  background-color: #ffffff;
  -webkit-filter: none;
  filter: none;
  -webkit-box-shadow: 3px 3px 7.4px 0.6px #8f8f8f;
  box-shadow: 3px 3px 7.4px 0.6px #8f8f8f;
  z-index: 10;
}
.user_block .user .user_name .tooltip_verified .tooltip_message {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 6px 10px;
  background-color: #ececec;
  color: #82473e;
  font-size: 1em;
}
.user_block .user .user_name .tooltip_verified .tooltip_message:before {
  content: '';
  top: -14px;
  left: auto;
  right: 56%;
  width: 0;
  height: 0;
  border-left: 11px solid transparent;
  border-right: 0px solid transparent;
  border-bottom: 16px solid #ececec;
  position: absolute;
}
.user_block .user .user_name .tooltip_verified .verified_item_container {
  padding-bottom: 0.6rem;
  font-size: 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #666;
  box-sizing: border-box;
}
.user_block .user .user_name .tooltip_verified .verified_item_container .verified_item {
  display: block;
  width: 40%;
  white-space: nowrap;
  margin: 0 0.4em 0 1em;
  line-height: 1.2;
  font-size: 0.8rem;
  box-sizing: border-box;
}
.user_block .user .user_name .tooltip_verified .verified_item_container .verified_item .tick_mark {
  color: #558a00;
}
.aboutUs .content__main_body-stretch ul,
.aboutLadies .content__main_body-stretch ul {
  font-size: 1.2rem;
  line-height: 1.4rem;
  color: #222222;
  padding: 1rem 0 1rem 40px;
  text-align: justify;
  font-weight: 400;
  list-style: disc outside;
}
.aboutUs .content__main_body-stretch ul.without-markers,
.aboutLadies .content__main_body-stretch ul.without-markers {
  list-style: none;
  padding: 0 0 1rem 0;
}
.aboutUs .content__main_body-stretch .padding-bottom-no,
.aboutLadies .content__main_body-stretch .padding-bottom-no {
  padding-bottom: 0;
}
.aboutUs .content__main_body-stretch .padding-no,
.aboutLadies .content__main_body-stretch .padding-no {
  padding: 0;
  list-style-position: inside;
}
.searchUser .search_advanced .selected_search_items {
  color: #969696;
  font-size: 1.1rem;
  line-height: 1.1;
  vertical-align: top;
}
/* **************** To register through the pop-up form ***************** */
.basic-modal-register_v2 {
  align-items: center;
}
.basic-modal-register_v2 .flexible_item {
  position: relative;
  width: 320px;
}
.basic-modal-register_v2 .flexible_item .register_big_label {
  line-height: 0.8;
}
.basic-modal-register_v2 .flexible_item .index_register_bg {
  margin-top: 0;
}
.basic-modal-register_v2 .flexible_item .index_input_reg {
  padding: 4px;
}
.basic-modal-register_v2 .flexible_item .popup__registration-show {
  display: block;
}
.basic-modal-register_v2 .flexible_item .popup__login-show {
  display: block;
}
.basic-modal-register_v2 .flexible_item .popup__login {
  display: none;
  float: left;
}
.basic-modal-register_v2 .flexible_item .restore_pass {
  font-size: 1.2rem;
}
/* ********************************************************************** */
.header__main .header__top_link div .online-count {
  display: block;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1rem;
  color: #39ae44;
  text-transform: uppercase;
}
.form__box.form-sortAllUsers {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
}
.form__box.form-sortAllUsers .form {
  margin: 1% !important;
}
.form__box.form-sortAllUsers .form#online-users_form,
.form__box.form-sortAllUsers .form#new-users_form,
.form__box.form-sortAllUsers .form#all-users_form {
  max-width: 150px;
}
.form__box.form-sortAllUsers .form#online-users_form a,
.form__box.form-sortAllUsers .form#new-users_form a,
.form__box.form-sortAllUsers .form#all-users_form a {
  font-size: 1.2rem;
}
.gallery_item_name > .gallery_item_new_user_icon::after {
  content: '';
  position: absolute;
  background: url(../vi/newUser.png) no-repeat;
  width: 60px;
  height: 26px;
  left: -3px;
  bottom: 56px;
}
.gallery_item_name .gallery_item_promo_chat_icon::after {
  content: '';
  position: absolute;
  background: url(../vi/promo_chat.png) no-repeat;
  width: 121px;
  height: 37px;
  left: -6px;
  bottom: 26px;
}
.contactUs .contact_table_textarea.textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  padding: 5px 0 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  outline: none;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 2px;
  background: transparent;
  color: #000000;
}
.aside_nav-mailbox .mailbox-new.mailbox-new-nav-count,
.aside_nav-contact .contact-nav-count {
  position: absolute;
  top: 40%;
  left: 30%;
}
header .header-home .header__bg_h1 h1 {
  display: none;
}
.footer__info .footer__info-address img {
  max-width: 600px;
}
@media screen and (max-width: 991px) {
  .footer__info p {
    padding: 0 10px;
  }
  .footer__info .footer__info-address img {
    width: 100%!important;
  }
}
.privateGallery .form-sortGallery.form__box {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 0 0 60px;
}
.privateGallery .form-sortGallery .form {
  margin: 1%;
}
.photo-item {
  margin-bottom: 15px;
  margin-right: 15px;
}
.photo-item-preview {
  margin-bottom: 10px;
}
.balloon {
  display: none;
  position: absolute;
  top: -22px;
  left: 5px;
  background-color: #fffffc;
  height: 20px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -khtml-border-radius: 4px;
  -webkit-border-radius: 6px;
  font-size: 10px;
  padding: 1px 4px;
  z-index: 2;
  width: 106px;
  text-align: center;
}
.like_wrap {
  position: relative;
}
.like_button {
  width: 14px;
}
.user-likes .like_button {
  cursor: pointer;
}
.count_likes {
  font-size: 14px;
  color: #ff986a;
}
.likes-item {
  background: #ffffff;
  padding: 5px;
  margin: 5px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.alternative_payments {
  padding: 10px 0;
}
.alternative_payments .alternative_payments-title {
  margin: 3% 0!important;
  font-size: 1.3rem;
}
.alternative_payments .alternative_payments-label {
  font-size: 1.6rem;
}
.alternative_payments .alternative_payments-description {
  padding: 10px;
  margin: 25px 10px;
}
.alternative_payments .alternative_payments-list {
  display: table;
  width: 100%;
  margin-left: 3%;
}
.alternative_payments .alternative_payments-list .alternative_payments-list-row {
  display: table-row;
  width: 100%;
}
.alternative_payments .alternative_payments-list .alternative_payments-list-row .alternative_payments-list-cell {
  display: table-cell;
  vertical-align: middle;
  padding: 10px 5px;
}
.alternative_payments .alternative_payments-list .alternative_payments-list-row .alternative_payments-list-cell img {
  max-height: 35px;
}
.alternative_payments .alternative_payments-bitcoin {
  padding: 10px;
}
.alternative_payments .alternative_payments-bitcoin > .alternative_payments-label {
  margin-left: 3%;
}
.alternative_payments .alternative_payments-bitcoin .alternative_payments-bitcoin-content {
  position: relative;
  padding-left: 170px;
  min-height: 160px;
  margin: 25px 0;
}
.alternative_payments .alternative_payments-bitcoin .alternative_payments-bitcoin-content .alternative_payments-qr {
  position: absolute;
  left: 0;
  top: 0;
}
.alternative_payments .alternative_payments-bitcoin .alternative_payments-bitcoin-content .alternative_payments-qr img {
  max-height: 160px;
}
.alternative_payments .alternative_payments-bitcoin .alternative_payments-bitcoin-content .alternative_payments-copy {
  position: relative;
  max-width: 460px;
  overflow: hidden;
  padding: 0;
  margin-top: 20px;
}
.alternative_payments .alternative_payments-bitcoin .alternative_payments-bitcoin-content .alternative_payments-copy:before {
  content: "COPIED";
  position: absolute;
  left: 0;
  top: -100%;
  background: #86c56a;
  width: 100%;
  height: 100%;
  color: #fff;
  padding: 7px 15px;
  font-weight: bold;
  font-size: 17px;
  border: 1px solid #b2b2b2;
  text-align: center;
  border-radius: 3px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s ease-in-out;
  opacity: 0.9;
}
.alternative_payments .alternative_payments-bitcoin .alternative_payments-bitcoin-content .alternative_payments-copy[data-success="true"]:before {
  top: 0;
}
.alternative_payments .alternative_payments-bitcoin .alternative_payments-bitcoin-content .alternative_payments-copy input {
  background: #fff;
  padding: 5px 10px;
  padding-right: 66px;
  border: 1px solid #b2b2b2;
  width: 100%;
  font-size: 17px;
}
.alternative_payments .alternative_payments-bitcoin .alternative_payments-bitcoin-content .alternative_payments-copy button {
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  height: 100%;
  background: #8dd070;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#7bb461), to(#8dd070));
  background-image: -webkit-linear-gradient(bottom, #7bb461 0%, #8dd070 100%);
  background-image: -o-linear-gradient(bottom, #7bb461 0%, #8dd070 100%);
  background-image: linear-gradient(to top, #7bb461 0%, #8dd070 100%);
  font-size: 14px;
  font-weight: bold;
  padding: 5px 15px;
  border: 1px solid transparent;
}
.alternative_payments .alternative_payments-bitcoin .alternative_payments-bitcoin-content .alternative_payments-description {
  margin: 0;
  padding: 0;
  font-size: 17px;
}
@media (max-width: 620px) {
  .alternative_payments .alternative_payments-bitcoin .alternative_payments-bitcoin-content {
    padding: 0;
  }
  .alternative_payments .alternative_payments-bitcoin .alternative_payments-bitcoin-content .alternative_payments-qr {
    position: relative;
    text-align: center;
    padding-bottom: 10px;
  }
  .alternative_payments .alternative_payments-bitcoin .alternative_payments-bitcoin-content .alternative_payments-description {
    padding: 10px;
    font-size: 14px;
  }
  .alternative_payments .alternative_payments-bitcoin .alternative_payments-bitcoin-content .alternative_payments-copy {
    margin: 10px auto;
  }
}
.payment-other td {
  padding-bottom: 0!important;
}
.payment-other .payment-other-data {
  display: none;
  padding: 15px 3%;
  margin-bottom: 3%;
  background: #fff;
  border: 1px dashed #cecece;
}
.payment-other .payment-other-data.payment-other-data-transparent {
  background: transparent;
  border: none;
}
.payment-other .payment-other-data.payment-other-data-not-padding {
  padding: 0;
}
.payment-other .payment-other-data label {
  font-size: 14px;
  padding: 5px 0;
  font-weight: bold;
  color: #646464;
}
.payment-other .payment-other-data .text-input {
  padding: 5px 10px;
}
.payment-other .payment-other-data small {
  font-size: 70%;
  color: #555555;
}
.payment-other .payment-other-data .payment_form_container {
  margin: 0;
}
.payment-other .payment-other-data .payment_form_container.payment_form_load {
  background: url(../../defaults/images/loading.gif) center center no-repeat;
  background-size: 40px;
}
.payment-other .payment-other-data .payment_form_container .wpwl-form-card {
  max-width: none;
  border-radius: 0;
  margin: 0;
}
.payment-other.active .payment-other-data {
  display: block;
}

/*# sourceMappingURL=style.css.map */
