@font-face {
font-style: normal;
font-weight: normal;
font-family: "Roboto";
font-display: swap;
src: url(":f:roboto_regular_400.woff2") format("woff2"), url(":f:roboto_regular_400.woff") format("woff");
}
@font-face {
font-style: normal;
font-weight: 500;
font-family: "Roboto";
font-display: swap;
src: url(":f:roboto_medium_500.woff2") format("woff2"), url(":f:roboto_medium_500.woff") format("woff");
}
@font-face {
font-style: normal;
font-weight: normal;
font-family: "Material Icons";
font-display: swap;
src: url(":f:MaterialIcons.woff2") format("woff2"), url(":f:MaterialIcons.woff") format("woff");
}
:root {
--primary: #F26E65;
--accent: #F26E65;
--header: #242A33;
--success: #45B883;
--danger: #F34134;
--warning: #F68926;
--light: #fff;
--dark: #000;
--icon_color: rgba(0,0,0,0.5);
--icon-font: "Material Icons";
--icon-arrow-left: "\e910";
--icon-eye-outline: "\e945";
--icon-eye-outline-off: "\e946";
--icon-help-outline: "\e962";
--font_family: "Roboto", "Arial", "Helvetica", sans-serif;
--font_size: 14px;
--line_height: 1.78;
--text_muted_color: rgba(0,0,0,0.5);
--placeholder_color: rgba(0,0,0,0.3);
--input_border_color: rgba(0,0,0,0.15);
--seo_link_background: #b7c1cb;
--main_overay: linear-gradient(-180deg,rgba(0,0,0,0) 50%,rgba(0,0,0,0.5) 100%);
--radius: 3px;
--arrow_size: 10px;
--transition: all 0.2s cubic-bezier(0.39,0,0.17,0.99);
}
html {
height: 100%;
}
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
a {
color: var(--primary);
text-decoration: none;
}
ul,
li {
list-style: none;
}
:focus {
outline: none;
}
button {
font-family: inherit;
border-color: transparent;
}
input[type="text"],
input[type="password"],
input[type="email"],
select {
width: 100%;
padding: 10px 0;
font: inherit;
color: inherit;
background: inherit;
border-radius: 0;
border: 0;
outline: 0;
-webkit-appearance: none;
appearance: none;
user-select: none;
}
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
select::-webkit-input-placeholder {
color: transparent;
}
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
select::-moz-placeholder {
color: transparent;
}
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
select:-ms-input-placeholder {
color: transparent;
}
[data-form-item="password"] input,
[data-form-item="location"] input {
padding-right: 30px;
}
input::-ms-clear,
input::-ms-reveal {
display: none;
}
body {
min-width: 300px;
height: 100%;
font: var(--font_size)/var(--line_height) var(--font_family);
color: rgba(0,0,0,0.85);
background-color: #f5f5f5;
-webkit-font-smoothing: antialiased;
text-rendering: optimizeSpeed;
-webkit-text-size-adjust: none;
text-size-adjust: none;
}
.main-container {
display: flex;
flex-direction: column;
min-height: 100vh;
}
.center {
min-width: 300px;
max-width: 980px;
margin: 0 auto;
padding: 0 10px;
}
.header {
padding: 8px 0;
background-color: var(--header);
}
.header .center {
position: relative;
display: flex;
justify-content: space-between;
align-items: center;
}
.header-buttons {
display: flex;
flex-wrap: wrap;
justify-content: flex-end;
align-items: center;
}
.logo {
max-width: 90%;
max-height: 40px;
}
.form-switch-links .login-link,
.form-switch-links .reg-link {
position: relative;
display: inline-flex;
justify-content: center;
align-items: center;
padding: 10px 15px;
font-weight: 500;
font-size: var(--font_size);
color: rgba(255,255,255,0.9);
text-transform: uppercase;
word-wrap: break-word;
background-color: transparent;
border-radius: var(--radius);
cursor: pointer;
transition: var(--transition);
-webkit-user-select: none;
user-select: none;
box-shadow: 0 0 2px 0 rgba(0,0,0,0.1), 0 2px 2px 0 rgba(0,0,0,0.2);
display: none;
text-decoration: none;
box-shadow: none;
}
.form-switch-links .login-link:hover,
.form-switch-links .login-link:active,
.form-switch-links .reg-link:hover,
.form-switch-links .reg-link:active {
background-color: rgba(255,255,255,0.1);
}
.form-switch-links.is-active {
display: inline-flex;
}
.location {
margin-right: 10px;
z-index: 11;
}
.location .sub-box {
top: 90px;
right: 0;
background-color: var(--light);
border-radius: var(--radius);
display: none;
width: 300px;
position: absolute;
padding: 20px 10px;
z-index: 11;
box-shadow: 0 0 2px 0 rgba(0,0,0,0.1), 0 2px 2px 0 rgba(0,0,0,0.2);
}
.location .sub-box .location-item {
margin-top: 10px;
}
.location .sub-box .location-item:first-child {
margin-top: 0;
}
.location .sub-box .location-item a {
position: relative;
display: inline-block;
padding-left: 34px;
color: #000;
font-size: 14px;
line-height: 18px;
}
.location .sub-box .location-item a:hover {
color: #f26e65;
}
.location .sub-box .location-list {
width: auto;
float: left;
margin-right: 10px;
}
.location.is-active .sub-box {
display: block;
}
.location .location-link {
position: relative;
display: inline-flex;
justify-content: center;
align-items: center;
padding: 10px 15px;
font-weight: 500;
font-size: var(--font_size);
color: rgba(255,255,255,0.9);
text-transform: uppercase;
word-wrap: break-word;
background-color: transparent;
border-radius: var(--radius);
cursor: pointer;
transition: var(--transition);
-webkit-user-select: none;
user-select: none;
box-shadow: 0 0 2px 0 rgba(0,0,0,0.1), 0 2px 2px 0 rgba(0,0,0,0.2);
box-shadow: none;
}
.location .location-link:hover,
.location .location-link:active {
background-color: rgba(255,255,255,0.1);
}
.sub-box .location-item a:before {
content: '';
position: absolute;
top: 50%;
left: 0;
width: 24px;
height: 18px;
background: url(":r:flags") no-repeat 0 0;
transform: translateY(-50%);
}
.sub-box .location-item.uk a:before {
background-position: -24px -180px;
}
.sub-box .location-item.can a:before {
background-position: 0 -54px;
}
.sub-box .location-item.fr a:before {
background-position: 0 -162px;
}
.sub-box .location-item.de a:before {
background-position: 0 -55px;
}
.sub-box .location-item.it a:before {
background-position: 0 -216px;
}
.sub-box .location-item.bra a:before {
background-position: 0 -121px;
}
.location .sub-box .location-item.es a:before {
background-position: 0 -126px;
}
.location .sub-box .location-item.aus a:before {
background-position: 0 -18px;
}
.location .sub-box .location-item.sw a:before {
background-position: -24px -144px;
}
.location .sub-box .location-item.no a:before {
background-position: -24px -54px;
}
.location .sub-box .location-item.in a:before {
background-position: 0 -110px;
}
.location .sub-box .location-item.nz a:before {
background-position: 0 -18px;
}
.location .sub-box .location-item.mx a:before {
background-position: -24px -18px;
}
.location .sub-box .location-item.ie a:before {
background-position: 0 -198px;
}
.location .sub-box .location-item.nl a:before {
background-position: -24px -36px;
}
.location .sub-box .location-item.pt a:before {
background-position: -24px -108px;
}
.location .sub-box .location-item.za a:before {
background-position: -24px -216px;
}
.location .sub-box .location-item.cz a:before {
background-position: 0 -72px;
}
.location .sub-box .location-item.ar a:before {
background-position: 0 0;
}
.location .sub-box .location-item.dk a:before {
background-position: 0 -108px;
}
.location .sub-box .location-item.fi a:before {
background-position: 0 -144px;
}
.location .sub-box .location-item.ja a:before {
background-position: -24px 0px;
}
.location .sub-box .location-item.us a:before {
background-position: -24px -198px;
}
.location .sub-box .location-item.bl a:before {
background-position: 0px -36px;
}
.location .sub-box .location-item.gm a:before {
background-position: 0 -90px;
}
.location .sub-box .location-item.hk a:before {
background-position: 0 -180px;
}
.location .sub-box .location-item.pl a:before {
background-position: -24px -90px;
}
.location .sub-box .location-item.sp a:before {
background-position: -24px -126px;
}
.location .sub-box .location-item.tv a:before {
background-position: -24px -162px;
}
.footer-links-section a {
margin: 0 5px;
color: var(--textColorMuted);
}
.footer-links-section a:hover {
color: var(--primary);
}
.footer-links-section .social-item {
position: relative;
width: 34px;
height: 34px;
margin: 0 0 0 5px;
border-radius: 50%;
background-color: #6e747c;
background-image: url(":r:soc_icons");
transition: background-color 0.3s linear;
}
.footer-links-section .social-item:first-child {
margin-left: 0;
}
.footer-links-section .social-item.fb {
background-position: 0 0;
}
.footer-links-section .social-item.fb:hover {
background-color: #5570b4;
}
.footer-links-section .social-item.tw {
background-position: -40px 0;
}
.footer-links-section .social-item.tw:hover {
background-color: #5a9cce;
}
.footer-links-section .social-item.youtube {
background-position: -80px 0;
}
.footer-links-section .social-item.youtube:hover {
background-color: #ca0606;
}
.footer-links-block {
position: relative;
z-index: 1;
}
.footer-links-item.usa-seo {
display: none;
}
.footer-links-item:first-child a {
margin-left: 0;
}
.footer-links-item.dating-block {
position: relative;
padding-right: 10px;
cursor: pointer;
-webkit-transition: background-color 0.3s linear;
-moz-transition: background-color 0.3s linear;
transition: background-color 0.3s linear;
}
.footer-links-item.dating-block:after {
top: 11px;
right: 7px;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-color: transparent;
border-top-color: #6c6c6c;
border-width: 5px;
margin-left: -5px;
transition: 0.3s linear;
-webkit-transform-origin: 50% 20% 0;
transform-origin: 50% 20% 0;
}
.footer-links-item.dating-block:active:after,
.footer-links-item.dating-block:hover:after {
top: 10px;
-webkit-transform: rotate(-180deg);
transform: rotate(-180deg);
}
.footer-links-item.dating-block:active .dating-list,
.footer-links-item.dating-block:hover .dating-list {
display: block;
}
.footer-links-item.dating-block.active {
display: block;
}
.footer-links-item .dating-list {
display: none;
position: absolute;
right: 0;
top: 100%;
width: 190px;
padding: 24px 40px 32px;
background: #fff;
box-shadow: 0 0 7px rgba(110,116,124,0.5);
}
.footer-links-item .dating-list:before {
content: "";
position: absolute;
right: 15px;
bottom: 100%;
height: 10px;
width: 10px;
margin-bottom: -5px;
background-color: #fff;
transform: rotate(45deg);
}
.footer-links-item .dating-item a {
display: block;
margin: 0;
padding: 8px 0;
}
.seo-info {
margin: 30px 0 100px;
}
.seo-info h1,
.seo-info h2 {
position: relative;
padding: 30px 0 22px;
font-size: 18px;
}
.seo-info p {
font-size: 14px;
}
.seo-info .info-block1 {
margin-bottom: 10px;
}
.seo-info .info-block1 h1 {
background-position: -5px -3%;
}
.seo-info .info-block2 {
margin-bottom: 10px;
}
.seo-info .info-block2 h2 {
background-position: -5px 27%;
}
.seo-info .info-block3 {
margin-bottom: 10px;
}
.seo-info .info-block3 h2 {
background-position: -5px 60%;
}
.seo-info .info-block4 {
margin-bottom: 10px;
}
.seo-info .info-block4 h2 {
background-position: -5px 90%;
}
.main-section {
position: relative;
display: flex;
flex-grow: 1;
flex-direction: column;
min-height: 380px;
padding: 15px 0;
background-color: #f5f5f5;
background-repeat: no-repeat;
background-position: 20% 0;
background-size: cover;
background-image: url(:r:bg_new);
}
.main-section:before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: var(--main_overay);
}
.EGY .main-section {
background-image: url(':r:flirt-bg__EGY');
}
.IND .main-section {
background-image: url(':r:flirt-bg__IND');
}
.NGA .main-section {
background-image: url(':r:flirt-bg__NGA');
}
.PHL .main-section {
background-image: url(':r:flirt-bg__PHL');
}
.VNM .main-section {
background-image: url(':r:bg_web_vnm');
}
.KEN .main-section {
background-image: url(':r:bg_web_ken');
}
.main-section .center {
position: relative;
display: flex;
flex-grow: 1;
flex-direction: column;
width: 100%;
overflow: hidden;
}
.is-open::before {
background: #f5f5f5;
}
.is-open .open-regform-btn {
display: none;
}
.slogan-block {
height: 0;
transform: translate3d(-100%,0,0);
opacity: 0;
}
.slogan {
font-size: 48px;
line-height: 1.2;
color: rgba(255,255,255,0.9);
}
.slogan span {
display: block;
}
.signin-block {
display: none;
flex-direction: column;
flex-grow: 1;
}
.is-open .signin-block {
display: flex;
}
.form-block {
width: 100%;
padding: 5px;
background: #f5f5f5;
transition: var(--transition);
}
.form-block.is-active-form {
display: block;
animation: fadeIn 0.5s easing forwards;
}
.open-regform-btn {
width: 100%;
max-width: 320px;
margin: auto auto 15px;
animation: fadeInUp 0.5s linear forwards;
position: relative;
display: inline-flex;
justify-content: center;
align-items: center;
padding: 10px 15px;
font-weight: 500;
font-size: var(--font_size);
color: rgba(255,255,255,0.9);
text-transform: uppercase;
word-wrap: break-word;
background-color: var(--primary);
border-radius: var(--radius);
cursor: pointer;
transition: var(--transition);
-webkit-user-select: none;
user-select: none;
box-shadow: 0 0 2px 0 rgba(0,0,0,0.1), 0 2px 2px 0 rgba(0,0,0,0.2);
}
.open-regform-btn:hover,
.open-regform-btn:active {
background-color: rgba(255,255,255,0.1);
}
.open-regform-btn:hover {
background: #f05c52;
}
.pagination-block {
display: none;
}
.login-form-title,
.reg-form-title {
margin-bottom: 25px;
font-size: 24px;
}
[data-orientation-type="ladyboy"] .reg-form-title,
[data-form-is-open="login"] .reg-form-title {
display: none;
}
.login-form-wrapper > form.hidden {
display: none;
}
.recovery-password-btn,
.login-switch-btn {
margin-top: 15px;
}
.recovery-password-btn span,
.login-switch-btn span {
cursor: pointer;
text-decoration: underline;
}
.recovery-password-btn span:hover,
.login-switch-btn span:hover {
text-decoration: none;
}
[data-form-is-open="login"][data-sign-in-visible-form="recovery"] .form-switch-links .reg-link {
display: flex;
}
.login-form-item,
.form-item {
position: relative;
margin-bottom: 25px;
}
.orientation-pre-selected {
width: 100%;
padding: 10px 0;
font: inherit;
color: inherit;
background: inherit;
border-radius: 0;
border: 0;
outline: 0;
-webkit-appearance: none;
appearance: none;
user-select: none;
}
.orientation-pre-selected::-webkit-input-placeholder {
color: transparent;
}
.orientation-pre-selected::-moz-placeholder {
color: transparent;
}
.orientation-pre-selected:-ms-input-placeholder {
color: transparent;
}
.login-form-label,
.form-label-block {
position: absolute;
top: 0;
right: 0;
left: 0;
z-index: 1;
display: flex;
padding: 10px 0;
line-height: 20px;
color: var(--placeholder_color);
transition: var(--transition);
pointer-events: none;
}
.is-focused .login-form-label,
.is-focused .form-label-block {
font-size: 12px;
transform: translateY(-30px);
}
.login-form-input,
.form-input,
.form-select {
position: relative;
border-bottom: 1px solid var(--input_border_color);
outline: 0;
}
.login-form-input::before,
.form-input::before,
.form-select::before {
content: "";
position: absolute;
right: 50%;
bottom: -1px;
left: 50%;
display: block;
height: 1px;
background: var(--primary);
transition: var(--transition);
}
.login-form-input,
.form-input {
display: flex;
justify-content: center;
align-items: center;
}
.login-form-input [name="password"],
.login-form-input [name="location"],
.form-input [name="password"],
.form-input [name="location"] {
padding-right: 30px;
}
.form-select:after {
content: "";
position: absolute;
top: 48%;
right: 6px;
width: 0;
height: 0;
margin-left: -4px;
border: 4px solid transparent;
border-top-color: var(--icon_color);
pointer-events: none;
}
.form-error-block {
display: none;
font-size: 11px;
line-height: 1.2;
color: var(--danger);
margin-top: 5px;
}
.error-field .form-error-block {
display: block;
}
.error-field .form-error-block:empty {
display: none;
}
.error-field .form-input::before,
.error-field .form-select::before {
right: 0;
left: 0;
}
.prev-btn,
.next-btn {
display: none;
}
.login-form-submit,
.recovery-form-submit,
.submit-btn {
position: relative;
display: inline-flex;
justify-content: center;
align-items: center;
padding: 10px 15px;
font-weight: 500;
font-size: var(--font_size);
color: rgba(255,255,255,0.9);
text-transform: uppercase;
word-wrap: break-word;
background-color: var(--primary);
border-radius: var(--radius);
cursor: pointer;
transition: var(--transition);
-webkit-user-select: none;
user-select: none;
box-shadow: 0 0 2px 0 rgba(0,0,0,0.1), 0 2px 2px 0 rgba(0,0,0,0.2);
width: 100%;
}
.login-form-submit:hover,
.login-form-submit:active,
.recovery-form-submit:hover,
.recovery-form-submit:active,
.submit-btn:hover,
.submit-btn:active {
background-color: rgba(255,255,255,0.1);
}
.login-form-submit:hover,
.recovery-form-submit:hover,
.submit-btn:hover {
background: #f05c52;
}
.recovery-password-btn,
.login-switch-btn {
position: relative;
display: inline-flex;
align-items: center;
margin-top: 20px;
font-weight: 500;
text-transform: uppercase;
cursor: pointer;
}
.recovery-password-btn:hover,
.recovery-password-btn:focus,
.login-switch-btn:hover,
.login-switch-btn:focus {
color: var(--primary);
}
.recovery-password-btn:before,
.login-switch-btn:before {
content: var(--icon-arrow-left);
display: inline-block;
font-size: 25px;
font-family: var(--icon-font);
vertical-align: top;
color: currentColor;
}
.recovery-password-btn::before {
display: none;
}
.form-terms {
font-size: 11px;
text-align: center;
color: var(--text_muted_color);
margin-top: 15px;
}
.password-icon {
position: absolute;
right: 0;
top: 0;
cursor: pointer;
}
.password-icon::before {
content: var(--icon-eye-outline);
display: inline-block;
font-size: 25px;
font-family: var(--icon-font);
vertical-align: top;
color: var(--icon_color);
}
.password-icon.active::before {
content: var(--icon-eye-outline-off);
display: inline-block;
font-size: 25px;
font-family: var(--icon-font);
vertical-align: top;
color: var(--icon_color);
}
.location-notice-icon {
display: flex;
align-items: center;
position: absolute;
right: 0;
top: 2px;
cursor: pointer;
z-index: 1;
}
.location-notice-icon:before {
content: var(--icon-help-outline);
font-size: 25px;
font-family: "Material Icons";
color: var(--icon_color);
}
.location-notice-icon:hover+.location-example {
transform: translateY(0);
visibility: visible;
opacity: 1;
}
.location-example {
position: absolute;
right: -2.5px;
bottom: 100%;
width: 300px;
padding: 10px 20px;
font-size: 12px;
background: #fff;
border-radius: 3px;
box-shadow: 0 0 8px 0 rgba(0,0,0,0.1), 0 8px 8px 0 rgba(0,0,0,0.2);
opacity: 0;
visibility: hidden;
transform: translateY(10px);
transition: var(--transition);
z-index: 1;
}
.location-example:before {
content: "";
position: absolute;
top: 100%;
right: 10px;
width: 10px;
height: 10px;
margin-top: calc(-5px);
background: #fff;
transform: rotate(45deg);
}
.select-dropdown {
position: absolute;
top: 100%;
right: -20px;
left: -20px;
z-index: 2;
display: none;
max-height: 200px;
padding: 10px 0;
overflow-y: auto;
background: var(--light);
border-radius: var(--radius);
transform: translateY(-20px);
visibility: hidden;
opacity: 0;
box-shadow: 0 0 4px 0 rgba(0,0,0,0.1), 0 4px 4px 0 rgba(0,0,0,0.2);
transition: var(--transition);
}
.is-visible .select-dropdown {
transform: translateY(-1px);
visibility: visible;
opacity: 1;
}
.select-value {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
display: none;
padding-right: 8%;
cursor: pointer;
}
.select-item {
position: relative;
display: block;
padding: 10px 20px;
cursor: pointer;
transition: var(--transition);
}
.select-item:hover,
.select-item:focus {
background: rgba(0,0,0,0.06);
}
.select-item[value="default"],
.select-item[value=""] {
display: none;
}
.footer-links-section {
padding: 8px 0;
text-align: center;
}
.footer-links-block {
justify-content: center;
text-align: center;
}
.footer-links-item a {
padding: 4px;
color: var(--text_muted_color);
}
.footer-links-item a:hover,
.footer-links-item a:active {
color: var(--primary);
}
.seo-block {
padding: 8px 0;
}
.seo-block h1,
.seo-block h2,
.seo-block h3 {
margin: 35px 0 10px;
font-weight: normal;
font-size: 18px;
line-height: 1.4;
}
.seo-block h1:empty,
.seo-block h2:empty,
.seo-block h3:empty,
.seo-block p:empty {
margin: 0;
padding: 0;
}
.seo-links-inner {
width: 100%;
}
.seo-links-block {
width: 100%;
}
.seo-links-list {
display: flex;
flex-direction: row;
flex-wrap: wrap;
width: 100%;
transition: var(--transition);
}
.seo-link-item {
margin: 2.5px;
transition: var(--transition);
}
.seo-link-item::before {
content: "";
display: none;
width: 5px;
height: 5px;
margin-right: 10px;
background: #787878;
border-radius: 50%;
}
.seo-link-item a {
display: block;
padding: 4px 8px;
color: var(--dark);
background: var(--seo_link_background);
border-radius: var(--radius);
transition: var(--transition);
}
.footer {
padding: 8px 0;
}
.copyright-block {
font-size: 12px;
line-height: 1.1;
text-align: center;
color: var(--text_muted_color);
}
.overlay {
display: none;
position: fixed;
left: 0;
top: 0;
right: 0;
bottom: 0;
margin: auto;
background-color: rgba(0,0,0,0.1);
z-index: 10;
}
.overlay.is-active {
display: block;
}
.DEU [data-footer-link="imprint"],
.NOR [data-footer-link="imprint"],
.AUT [data-footer-link="imprint"],
.ITA [data-footer-link="imprint"],
.NLD [data-footer-link="imprint"],
.BEL [data-footer-link="imprint"],
.ESP [data-footer-link="imprint"] {
display: block;
padding-bottom: 10px;
}
[lang="vi"] .seo-section {
display: none;
}
[lang="de"] .reg-form-title {
font-size: 22px;
}
[lang="en"] .footer-links-item.usa-seo,
[lang="en_au"] .footer-links-item.usa-seo,
[lang="en_gb"] .footer-links-item.usa-seo {
display: block;
}
[lang="en"] .seo-links-list,
[lang="en_au"] .seo-links-list,
[lang="en_gb"] .seo-links-list {
display: flex;
}
[lang="th"] .seo-info,
[lang="hu"] .seo-info,
[lang="zh"] .seo-info,
[lang="zh_hk"] .seo-info,
[lang="ro"] .seo-info,
[lang="pt"] .seo-info {
display: none;
}
[lang="hr"] .seo-section,
[lang="sl"] .seo-section,
[lang="id"] .seo-section {
display: none;
}
[lang="th"] .seo-links-list,
[lang="hu"] .seo-links-list,
[lang="ro"] .seo-links-list {
display: none;
}
[lang="ar_eg"] .wrapper,
[lang="ar_dz"] .wrapper {
direction: rtl;
unicode-bidi: bidi-override;
}
[lang="ar_eg"] .reg-form .form-select:after,
[lang="ar_dz"] .reg-form .form-select:after {
right: auto;
left: 6px;
}
[lang="ar_eg"] .reg-form .form-select select option[value="male-male"],
[lang="ar_eg"] .reg-form .form-select select option[value="female-female"],
[lang="ar_dz"] .reg-form .form-select select option[value="male-male"],
[lang="ar_dz"] .reg-form .form-select select option[value="female-female"] {
display: none;
}
[lang="ar_eg"] .reg-form .form-select .select-item[value="homo"],
[lang="ar_dz"] .reg-form .form-select .select-item[value="homo"] {
display: none;
}
[lang="ar_eg"] .reg-form .form-select .select-value,
[lang="ar_dz"] .reg-form .form-select .select-value {
padding: 0 0 0 8%;
}
[lang="ar_eg"] .reg-form .location-notice-icon,
[lang="ar_eg"] .password-icon,
[lang="ar_dz"] .reg-form .location-notice-icon,
[lang="ar_dz"] .password-icon {
right: auto;
left: 0;
}
[lang="ar_eg"] .seo-section,
[lang="ar_dz"] .seo-section {
display: none;
}
@media only screen and (min-width: 961px) and (max-height: 800px) {
.slogan {
padding-bottom: 100px;
}
}
@media only screen and (min-width: 961px) {
[lang="ar_eg"] .main-section .center,
[lang="ar_dz"] .main-section .center {
flex-direction: row-reverse;
}
[lang="ar_eg"] .slogan,
[lang="ar_dz"] .slogan {
padding-right: 30px;
}
.open-regform-btn {
display: none;
}
.main-section {
min-height: 768px;
padding: 40px 0;
}
.main-section .center {
flex-direction: row;
justify-content: space-between;
}
.main-section.is-open:before {
background: linear-gradient(-180deg,rgba(0,0,0,0) 50%,rgba(0,0,0,0.5) 100%);
}
.form-open::before {
background: var(--main_overay);
}
.form-open .form-block {
display: none;
}
.signin-block {
display: block;
align-self: flex-start;
width: 100%;
max-width: 400px;
}
.form-block {
padding: 30px 40px;
background-color: var(--light);
border-radius: var(--radius);
box-shadow: 0 0 2px 0 rgba(0,0,0,0.1), 0 2px 2px 0 rgba(0,0,0,0.2);
}
.form-block.is-active-form {
display: block;
animation: fadeIn 0.5s ease forwards;
}
.slogan-block {
align-self: flex-end;
max-width: 56%;
height: auto;
padding-right: 20px;
animation: fadeInLeft 0.5s 0.2s ease forwards;
}
.form-select select {
opacity: 0;
}
.select-value {
display: flex;
align-items: center;
}
.select-dropdown {
display: block;
}
.seo-link-item {
display: inline-flex;
flex-grow: 1;
align-items: center;
min-width: 250px;
max-width: 300px;
text-align: left;
}
.seo-link-item::before {
display: inline-block;
}
.seo-link-item a {
padding: 0;
color: var(--primary);
background: transparent;
border-radius: 0;
}
.seo-link-item a:hover {
text-decoration: underline;
}
.footer,
.footer-links-section {
padding: 14px 0;
}
.footer-links-block {
justify-content: flex-start;
}
.copyright-block {
font-size: 14px;
line-height: inherit;
text-align: left;
}
.location .sub-box {
width: 400px;
padding: 32px 40px 40px;
}
.location .sub-box .location-list {
width: 160px;
margin: 0;
}
.seo-info h1,
.seo-info h2 {
background: url(":r:icons-sprite") no-repeat;
padding: 30px 0 22px 80px;
}
}
@media only screen and (min-width: 950px) and (max-width: 1200px) {
.VNM .main-section {
background-position: 40% 0;
}
}
@keyframes fadeInLeft {
from {
transform: translate3d(-100%,0,0);
opacity: 0;
}
to {
transform: translate3d(0,0,0);
opacity: 1;
}
}
@keyframes fadeInUp {
from {
transform: translate3d(0,100%,0);
opacity: 0;
}
to {
transform: translate3d(0,0,0);
opacity: 1;
}
}
@keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}