@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700&display=swap&subset=cyrillic,cyrillic-ext');

html {scroll-behavior: smooth;font-family: "Roboto Condensed", sans-serif;}
*:focus {outline: none !important;outline: 0!important;}
@keyframes pulse {
  0% {
    transform: scale(1.15);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
  100% {
    transform: scale(1.15);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

@keyframes border-one {
  0%   {width:0;}
  10%  {width:100%;}
  100% {width:100%;}
}

@keyframes border-two {
  0%   {height:0;}
  10%  {height:0%;}
  20%  {height:100%;}
  100% {height:100%;}
}

@keyframes border-three {
  0%   {width:0;}
  20%  {width:0%;}
  30%  {width:100%;}
  100% {width:100%;}
}

@keyframes border-four {
  0%   {height:0;}
  30%  {height:0%;}
  40%  {height:100%;}
  100% {height:100%;}
}

@keyframes line-one {
  0%   {left:25%;width:0;}
  40%  {left:25%;width:0%;}
  43%  {left:25%;width:50%;}
  52%  {left:25%;width:50%;}
  54%  {left:25%;width:0% }
  55%  {right:25%;left:auto;}
  63%  {width:10%;right:25%;left:auto;}
  100% {width:10%;right:25%;left:auto;}
}

@keyframes line-two {
  0%   {width:0;}
  42%  {width:0%;}
  45%  {width:50%;}
  53%  {width:50%;}
  54%  {width:0% }
  60%  {width:50%}
  100% {width:50%;}
}

@keyframes line-three {
  0%   {width:0;}
  45%  {width:0%;}
  48%  {width:50%;}
  51%  {width:50%;}
  52%  {width:0% }
  100% {width:0%;}
}

@keyframes box {
  0%   {opacity:1;margin-left:0px;height:50px;width:40px;}
  55%  {margin-left:0px;height:50px;width:40px;}
  60%  {margin-left:0px;height:35px;width:50px;}
  74%  {msthin-left:0;}
  80%  {margin-left:-50px;opacity:1;}
  90% {height:35px;width:50px;margin-left:50px;opacity:0;}
  100% {opacity:0;}
}


@-webkit-keyframes shake-lr {
  0%,
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
  10% {
    -webkit-transform: rotate(8deg);
    transform: rotate(8deg);
  }
  20%,
  40%,
  60% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  30%,
  50%,
  70% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  80% {
    -webkit-transform: rotate(-8deg);
    transform: rotate(-8deg);
  }
  90% {
    -webkit-transform: rotate(8deg);
    transform: rotate(8deg);
  }
}
@keyframes shake-lr {
  0%,
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
  10% {
    -webkit-transform: rotate(8deg);
    transform: rotate(8deg);
  }
  20%,
  40%,
  60% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  30%,
  50%,
  70% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  80% {
    -webkit-transform: rotate(-8deg);
    transform: rotate(-8deg);
  }
  90% {
    -webkit-transform: rotate(8deg);
    transform: rotate(8deg);
  }
}
@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}
@keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}
input:focus, textarea:focus, select:focus{outline: none !important;outline: 0!important;}



.box-sizing {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
/* CSS Reset*/
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
*,
div,
ul,
li,
span,
input,
textarea,
header,
footer,
nav,
b,
h1,
h2,
h3,
h4,
h5 {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
input:focus,
textarea:focus,
div:focus,
button:focus,
select:focus {
  outline: none;
}
body {
  background: #141414;
  font-size: 14px;
  font-family: "Roboto Condensed", sans-serif;
  color: #f2f2f2;
  font-weight: 400;
}
a {
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  font-family: "Roboto Condensed", sans-serif;
  color: #f2f2f2;
  font-weight: 400;
}
a:hover {
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  color: #f2f2f2;
}
a:visited {
  text-decoration: none;
}
.container {
  margin: 0 auto;
  position: relative;
  display: block;
}
@media only screen and (min-width: 1366px) {
  .container {
    width: 1280px;
  }
}
@media only screen and (max-width: 1365px) {
  .container {
    padding: 0 20px;
  }
}
.cle::after {
  content: "";
  display: block;
  clear: both;
}
@media only screen and (min-width: 1366px) {
  .d-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
@media only screen and (min-width: 1366px) {
  .df-center {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media only screen and (min-width: 1366px) {
  .flex-wrap {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 1366px) {
  .flex-end {
    justify-content: flex-end;
  }
}
@media only screen and (max-width: 1365px) {
  .mod-d-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
@media only screen and (max-width: 1365px) {
  .mod-df-center {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media only screen and (max-width: 1365px) {
  .mod-flex-wrap {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 1365px) {
  .mod-flex-end {
    justify-content: flex-end;
  }
}
.d-table {
  display: table;
  margin: 0;
  padding: 0;
  width: 100%;
}
.d-cell {
  display: table-cell;
}
.va-middle {
  vertical-align: middle;
}
.va-bottom {
  vertical-align: bottom;
}
.va-top {
  vertical-align: top;
}
/* SLİDER */
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}
.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 35px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-prev:before,
.slick-next:before {
  color: black;
}
/* Slider Arrows */
.sliderx .slick-prev,
.sliderx .slick-next {
  font-size: 0;
  display: block;
  position: absolute;
}
.sliderx .slick-prev::before,
.sliderx .slick-next::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: block;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  font-size: 6px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  background: #eeeeee;
  cursor: pointer;
}
.sliderx .slick-prev {
  right: 30px;
  top: -35px;
}
.sliderx .slick-next {
  right: 0px;
  top: -35px;
}
.sliderx .slick-prev::before {
  content: '\f053';
}
.sliderx .slick-next::before {
  content: '\f054';
}
/* Slider Bullets */
.regular .slick-dots {
  position: absolute;
  bottom: -33px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.regular .slick-dots li {
  position: relative;
  display: inline-block;
  list-style: none;
  text-align: center;
  margin: 0 12px;
  padding: 0;
  cursor: pointer;
}
.regular .slick-dots li div {
  display: block;
  border: 0;
  width: 8px;
  text-indent: -99999999px;
  font-size: 0;
  transition: all 0.2s ease-in-out;
  height: 8px;
  background: #949aa9;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  opacity: 1;
}
.regular .slick-dots .slick-active div {
  background: #00c5b5 !important;
  transition: all 0.2s ease-in-out;
}
/* TAB */
.tab-content {
  display: none;
}
.tab-content.current {
  display: block;
}
/* MODAL */
html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}
.remodal,
[data-remodal-id] {
  display: none;
}
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}
.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}
.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}
.remodal-overlay {
  background: rgba(0, 0, 0, 0.8);
}
.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes;
}
.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes;
}
.remodal-wrapper {
  padding: 10px 10px 0;
}
.remodal {
  box-sizing: border-box;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.remodal iframe,
.remodal img {
  display: inline-block;
  max-width: 100%;
  border: none;
  height: auto;
}
.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes;
}
.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes;
}
.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}
@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 700px;
  }
}
.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}
.lt-ie9 .remodal {
  width: 700px;
}
.animation1 {
  animation-name: anime1;
  animation-duration: .5s;
  animation-fill-mode: forwards;
}
@keyframes anime1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.spe-input1::placeholder {
  color: #68c38f !important;
  opacity: 1 !important;
}
.spe-input1::-ms-input-placeholder {
  color: #68c38f !important;
  opacity: 1 !important;
}
.spe-input1:-ms-input-placeholder {
  color: #68c38f !important;
  opacity: 1 !important;
}
.spe-input1::-moz-placeholder {
  color: #68c38f !important;
  opacity: 1 !important;
}
.spe-input1:-moz-placeholder {
  color: #68c38f !important;
  opacity: 1 !important;
}
.spe-input1::-webkit-input-placeholder {
  color: #68c38f !important;
  opacity: 1 !important;
}
header {
  position: relative;
  background: #111111;
}
@media only screen and (min-width: 1366px) {
  header .logo {
    width: 50%;
    position: center;
  }
}
@media only screen and (max-width: 1365px) {
  header .logo {
    margin: 0 auto;
    text-align: center;
    padding: 20px 0;
  }
}
header .logo img {
  max-width: 100%;
}
@media only screen and (min-width: 1366px) {
  header .resp-menu {
    display: none;
  }
}
@media only screen and (max-width: 1365px) {
  header .resp-menu {
    position: absolute;
    width: 32px;
    height: 32px;
    background: #d7301e;
    text-align: center;
    line-height: 32px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    right: 10px;
    top: 10px;
    cursor: pointer;
  }
}
@media only screen and (min-width: 1366px) {
  header nav {
    width: 100%;
  }
}
@media only screen and (max-width: 1365px) {
  header nav {
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 100;
    background: #111111;
  }
}
header nav ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media only screen and (min-width: 1366px) {
  header nav ul li {
    display: inline-block;
  }
}
header nav ul li a {
  font-weight: 700;
  color: #f2f2f2;
  text-transform: uppercase;
  display: block;
  position: relative;
  padding: 0 20px;
}
@media only screen and (min-width: 1366px) {
  header nav ul li a {
    height: 105px;
    line-height: 105px;
  }
}
@media only screen and (max-width: 1365px) {
  header nav ul li a {
    height: 55px;
    line-height: 55px;
  }
}
header nav ul li a::before {
  content: "";
  -webkit-box-shadow: 0 5px 21px 0 rgba(255, 114, 102, 0.38);
  -moz-box-shadow: 0 5px 21px 0 rgba(255, 114, 102, 0.38);
  box-shadow: 0 5px 21px 0 rgba(255, 114, 102, 0.38);
  height: 4px;
  position: absolute;
  width: 100%;
  opacity: 0;
  left: 0;
  background: #d7301e;
  display: block;
}
header nav ul li a:hover,
header nav ul li a.current {
  background: #1b1b1b;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #1b1b1b 0%, #141414 99%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #1b1b1b 0%, #141414 99%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #1b1b1b 0%, #141414 99%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1b1b1b', endColorstr='#141414', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
header nav ul li a:hover::before,
header nav ul li a.current::before {
  opacity: 1;
}
header .search {
  position: relative;
}
@media only screen and (min-width: 1366px) {
  header .search {
    width: 20%;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 1365px) {
  header .search {
    padding: 0 0 20px 0;
  }
}
header .search input[type="text"] {
  display: block;
  float: left;
  width: 80%;
  border-top: 1px solid #d7301e;
  border-bottom: 1px solid #d7301e;
  border-left: 1px solid #d7301e;
  border-right: none;
  padding: 0 20px;
  background: transparent;
  height: 40px;
  line-height: 40px;
}
header .search input[type="submit"] {
  display: block;
  float: left;
  width: 20%;
  background: transparent;
  height: 40px;
  line-height: 40px;
  border-top: 1px solid #d7301e;
  border-bottom: 1px solid #d7301e;
  border-right: 1px solid #d7301e;
  border-left: none;
  background: url("../images/icon1.png") no-repeat center center;
}
@media only screen and (min-width: 1366px) {
  header .buttons {
    width: 90%;
    text-align: right;
  }
}
@media only screen and (max-width: 1365px) {
  header .buttons {
    text-align: center;
    position: absolute;
    padding: 0 0 20px;
    top: 110px;
    width: 90%;
    right: 0;
  }
  header .buttons.nologin{right: 5%;}
  .profile-logged-row .plr-col {
    gap: 8px;
    padding: 8px;
  }
  .profile-logged-row .plr-col .name {
    font-size: 16px;
  }
  .profile-logged-row .plr-col .myaccount,
  .profile-logged-row .plr-col .logged-out {
    padding: 6px 10px;
    font-size: 13px;
  }
}
@media only screen and (min-width: 1366px) {
  header .head-menu {
    height: 105px;
  }
}
.spe-button1 {
  border: 2px solid #d7301e;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  color: #d7301e;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px 20px;
}
.spe-button1:hover {
  background: #d7301e;
  color: #ffffff;
}
.spe-button2 {
  border: 2px solid #d7301e;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  color: #ffffff;
  background: #d7301e;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px 20px;
}
.spe-button2:hover {
  background: #ffffff;
  color: #d7301e;
  border-color: #ffffff;
}
.filtres {
  background: #0f0f0f;
  padding: 20px 0;
}
@media only screen and (min-width: 1366px) {
  .filtres .filt-col {
    width: 14.3%;
  }
}
@media only screen and (max-width: 1365px) {
  .filtres .filt-col {
    width: 50%;
    float: left;
  }
}
.filtres .filt-col .filt-text {
  display: block;
  font-weight: 700;
  color: #7e7e7e;
  height: 33px;
  padding: 0 15px 0 15px;
}
@media only screen and (max-width: 1365px) {
  .filtres .filt-col .filt-text {
    display: none;
  }
}
.listes ul.list-items {
  padding: 0;
  list-style: none;
}
@media only screen and (min-width: 1366px) {
  .listes ul.list-items li {
    float: left;
    width: 18.5%;
    margin-right: 1.875%;
    margin-top: 1.875%;
  }
  .listes ul.list-items li:nth-child(5n+0) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 479px) {
  .listes ul.list-items li {
    float: left;
    width: 100%;
    margin-top: 20px;
  }
  .listes ul.list-items li:nth-child(even) {
    float: right;
  }
}
@media only screen and (min-width: 480px) and (max-width: 1023px) {
  .listes ul.list-items li {
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-top: 20px;
  }
  .listes ul.list-items li:nth-child(3n+0) {
    float: right;
    margin-right: 0;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1365px) {
  .listes ul.list-items li {
    float: left;
    width: 24%;
    margin-right: 1.3333%;
    margin-top: 20px;
  }
  .listes ul.list-items li:nth-child(4n+0) {
    float: right;
    margin-right: 0;
  }
}
.li-rank {
  position: absolute;
  top: -4px;
  left: -8px;
  z-index: 3;
}
.li-rank .vip {
  display: block;
  background: url("../images/rank1.png") no-repeat;
  width: 76px;
  height: 56px;
}
.li-rank .gold {
  display: block;
  background: url("../images/rank2.png") no-repeat;
  width: 90px;
  height: 56px;
}
.li-rank .silver {
  display: block;
  background: url("../images/rank3.png") no-repeat;
  width: 97px;
  height: 56px;
}
.li-rank .standard {
  display: block;
  background: url("../images/rank4.png") no-repeat;
  width: 120px;
  height: 56px;
}
.li-bg {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  background: #1e1e1e;
  position: relative;
}
.li-bg .onayli {
  display: inline-block;
  background: #4e78ff;
  color: #ffffff;
  text-align: center;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  position: absolute;
  right: 5px;
  top: 5px;
}
@media only screen and (min-width: 1366px) {
  .li-bg .onayli {
    width: 25px;
    height: 25px;
    line-height: 20px;
    font-size: 10px;
  }
}
@media only screen and (max-width: 1365px) {
  .li-bg .onayli {
    width: 25px;
    height: 25px;
    line-height: 16px;
    font-size: 7px;
  }
}
.li-bg .li-top {
  display: block;
}
.li-bg .li-top .li-img {
  display: table;
  height: 313px;
  width: 100%;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
}
.li-bg .li-top .li-img .li-cell {
  display: table-cell;
  vertical-align: middle;
}
.li-bg .li-top .li-img .li-cell img {
  display: block;
  max-width: 100%;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  max-height: 313px;
}
.li-bg .li-top .li-names {
  position: absolute;
  top: 0;
  z-index: 2;
  width: 100%;
}
.li-bg .li-top .li-names .li-tab {
  display: table;
  width: 100%;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.56) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.56) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.56) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#8f000000', GradientType=0);
  /* IE6-9 */
}
@media only screen and (min-width: 1366px) {
  .li-bg .li-top .li-names .li-tab {
    height: 313px;
  }
}
@media only screen and (max-width: 1365px) {
  .li-bg .li-top .li-names .li-tab {
    height: 270px;
  }
}
.li-bg .li-top .li-names .li-tab .li-cell {
  display: table-cell;
  vertical-align: bottom;
  font-weight: 700;
  color: #ffffff;
}
@media only screen and (min-width: 1366px) {
  .li-bg .li-top .li-names .li-tab .li-cell {
    padding: 20px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 1365px) {
  .li-bg .li-top .li-names .li-tab .li-cell {
    padding: 10px;
    font-size: 14px;
  }
}
.li-bg .li-img-bg {
  display: block;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-position: center center;
  background-size: cover;
}
@media only screen and (min-width: 1366px) {
  .li-bg .li-img-bg {
    height: 313px;
  }
}
@media only screen and (max-width: 1365px) {
  .li-bg .li-img-bg {
    height: 270px;
  }
}
.li-bg .li-bottom .li-bar {
  background: #232323;
}
.li-bg .li-bottom .li-bar .lib-col {
  width: 33.3333%;
  font-size: 12px;
  border-left: 1px solid rgba(255, 255, 255, 0.05);
  font-weight: 700;
  padding: 10px 10px;
  color: #ffffff;
}
.li-bg .li-bottom .li-bar .lib-col:nth-child(1) {
  border-left: none;
}
.li-bg .li-bottom .li-bar .lib-col span {
  display: block;
  color: #7e7e7e;
}
.li-bg .li-bottom .li-link a {
  display: block;
  text-align: center;
  font-weight: 700;
  color: #ffffff;
}
@media only screen and (min-width: 1366px) {
  .li-bg .li-bottom .li-link a {
    font-size: 22px;
    padding: 10px 10px;
  }
}
@media only screen and (max-width: 1365px) {
  .li-bg .li-bottom .li-link a {
    font-size: 24px;
    padding: 5px;
  }
}
.li-bg .li-bottom .li-link a:hover {
  color: #d7301e;
}
@media only screen and (min-width: 1366px) {
  .li-bg .li-bottom .li-link a i {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1365px) {
  .li-bg .li-bottom .li-link a i {
    font-size: 12px;
  }
}
.pagenav {
  padding: 40px 0;
  text-align: center;
}
.pagenav a {
  display: inline-block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #1b1b1b;
  font-weight: 700;
  text-align: center;
  padding: 10px 15px;
}
@media only screen and (min-width: 1366px) {
  .pagenav a {
    margin: 0 10px;
  }
}
@media only screen and (max-width: 1365px) {
  .pagenav a {
    margin: 5px;
  }
}
.pagenav a:hover,
.pagenav a.current {
  background: #d7301e;
  color: #ffffff;
  border-color: #d7301e;
}
.slider1 {
  margin-bottom: 50px;
}
.slider1 .sli1-name {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
}
.slider1 .sli1-text {
  text-align: center;
  color: #7e7e7e;
  line-height: 24px;
  font-size: 16px;
  max-width: 700px;
  margin: 0 auto;
  padding: 10px 0 0 0;
}
/* Slider Bullets */
.slider1 .slick-dots {
  position: absolute;
  bottom: -33px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slider1 .slick-dots li {
  position: relative;
  display: inline-block;
  list-style: none;
  text-align: center;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slider1 .slick-dots li div {
  display: block;
  border: 0;
  width: 8px;
  text-indent: -99999999px;
  font-size: 0;
  transition: all 0.2s ease-in-out;
  height: 8px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  opacity: 1;
}
.slider1 .slick-dots .slick-active div {
  background: #d7301e !important;
  transition: all 0.2s ease-in-out;
}
footer {
  padding: 20px 0 0 0;
}
.foot-top {
  padding: 15px 0;
  line-height: 24px;
  color: #7e7e7e;
  background: #121212;
  position: relative;
  border-top: 1px solid #2d1818;
  border-bottom: 1px solid #2d1818;
}
.foot-top .foot-warn {
  position: absolute;
  width: 30px;
  background: #121212;
  height: 30px;
  line-height: 28px;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  left: 0;
  right: 0;
  top: -30px;
  margin: auto;
  border: 1px solid #2d1818;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}
.foot-bot {
  background: #101010;
  padding: 30px 0;
  color: #7e7e7e;
}
.foot-bot .fb-col a {
  color: #7e7e7e;
}
@media only screen and (min-width: 1366px) {
  .foot-bot .fb-col:nth-child(1) {
    width: 25%;
  }
}
@media only screen and (max-width: 1365px) {
  .foot-bot .fb-col:nth-child(1) {
    text-align: center;
  }
}
@media only screen and (min-width: 1366px) {
  .foot-bot .fb-col:nth-child(2) {
    width: 70%;
    text-align: right;
  }
}
@media only screen and (max-width: 1365px) {
  .foot-bot .fb-col:nth-child(2) {
    text-align: center;
    margin-top: 20px;
  }
}
.foot-bot .fb-col:nth-child(2) a {
  font-weight: 700;
  color: #7e7e7e;
}
@media only screen and (min-width: 1366px) {
  .foot-bot .fb-col:nth-child(2) a {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 1365px) {
  .foot-bot .fb-col:nth-child(2) a {
    margin: 5px;
  }
}
.foot-bot .fb-col:nth-child(2) a:hover {
  color: #d7301e;
}
.login-18 {
  display: none;
}
.login-18::before {
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(15, 15, 15, 0.97);
  position: fixed;
  z-index: 1000;
}
.login-18.current {
  display: block;
}
.login-18 .login-18-bar {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  position: absolute;
  margin: auto;
  left: 0;
  z-index: 10000;
  background: #111111;
  -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.55);
  -moz-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.55);
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.55);
  right: 0;
}
@media only screen and (min-width: 1366px) {
  .login-18 .login-18-bar {
    max-width: 600px;
    padding: 40px;
    top: 200px;
  }
}
@media only screen and (max-width: 1365px) {
  .login-18 .login-18-bar {
    max-width: 90%;
    top: 20px;
    padding: 30px;
  }
}
@media only screen and (min-width: 1366px) {
  .login-18 .l18-col:nth-child(1) {
    width: 35%;
  }
}
@media only screen and (max-width: 1365px) {
  .login-18 .l18-col:nth-child(1) {
    display: none;
  }
}
.login-18 .l18-col:nth-child(1) img {
  max-width: 100%;
}
.login-18 .l18-col:nth-child(2) {
  text-align: center;
}
@media only screen and (min-width: 1366px) {
  .login-18 .l18-col:nth-child(2) {
    width: 65%;
    padding: 0 0 0 30px;
  }
}
.login-18 .spe-text11 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
.login-18 .spe-text12 {
  font-size: 16px;
}
.login-18 .spe-log-button {
  margin: 30px 0;
}
.login-18 .spe-log-button div,
.login-18 .spe-log-button a {
  cursor: pointer;
}
.login-18 .spe-text13 {
  font-size: 12px;
  color: #7e7e7e;
  line-height: 20px;
}
.sub-row {
  padding: 20px 0;
}
@media only screen and (min-width: 1366px) {
  .sub-row .sub-col:nth-child(1) {
    width: 77%;
  }
  .sub-row .sub-col:nth-child(2) {
    width: 20%;
    margin-left: 3%;
  }
}
@media only screen and (max-width: 1365px) {
  .sub-row .sub-col:nth-child(1) {
    margin-bottom: 20px;
  }
}
.left-menu {
  background: #111111;
}
.left-menu a {
  display: block;
  color: #7e7e7e;
  border-bottom: 1px solid #1b1b1b;
  padding: 15px 20px;
  position: relative;
}
.left-menu a::before {
  content: "\f105";
  color: #d7301e;
  left: 15px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  opacity: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
}
.left-menu a:hover,
.left-menu a.current {
  color: #d7301e;
  padding-left: 30px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.left-menu a:hover::before,
.left-menu a.current::before {
  opacity: 1;
}
.left-menu a:last-child {
  border-bottom: 0;
}
.spe-hash1 {
  padding: 15px 0;
  color: #ffffff;
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 3px solid #292929;
}
.top-step {
  display: none;
}
.steps {
  margin-top: 20px;
}
.steps ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.steps ul::after {
  content: "";
  clear: both;
  display: block;
}
.steps ul li {
  float: left;
}
@media only screen and (max-width: 1365px) {
  .steps ul li {
    width: 50%;
  }
}
.steps ul li.done a {
  color: #ffffff;
}
.steps ul li.current a {
  color: #ffffff;
}
.steps ul li.current a .number {
  background: #d7301e !important;
  color: #ffffff !important;
}
.steps ul li.current a::after {
  background: #d7301e;
}
.steps ul li a {
  display: block;
  position: relative;
  padding: 20px 0;
  color: #7e7e7e;
  font-weight: 700;
  text-transform: uppercase;
  border: 1px solid #252525;
  text-align: center;
}
@media only screen and (min-width: 1366px) {
  .steps ul li a {
    width: 200px;
  }
}
.steps ul li a::after {
  content: "";
  height: 4px;
  position: absolute;
  bottom: 0;
  background: transparent;
  width: 100%;
  left: 0;
}
.steps ul li a .number {
  position: absolute;
  width: 20px;
  height: 20px;
  background: #252525;
  left: 0;
  right: 0;
  top: -13px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  text-align: center;
  line-height: 20px;
  margin: auto;
}
.step-content {
  background: #0f0f0f;
  color: #7e7e7e;
}
@media only screen and (min-width: 1366px) {
  .step-content {
    padding: 30px;
  }
}
@media only screen and (max-width: 1365px) {
  .step-content {
    padding: 20px;
  }
}
.actions ul {
  display: block;
  margin: 20px 0 0 0;
  padding: 0;
  list-style: none;
}
@media only screen and (min-width: 1366px) {
  .actions ul {
    text-align: right;
  }
}
@media only screen and (max-width: 1365px) {
  .actions ul {
    text-align: center;
  }
}
.actions ul li {
  display: inline-block;
}
@media only screen and (min-width: 1366px) {
  .actions ul li {
    margin-left: 5px;
  }
}
@media only screen and (max-width: 1365px) {
  .actions ul li {
    margin: 2px;
  }
}
.actions ul li a {
  display: block;
  background: #202020;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: 700;
}
@media only screen and (min-width: 1366px) {
  .actions ul li a {
    padding: 10px 40px;
  }
}
@media only screen and (max-width: 1365px) {
  .actions ul li a {
    padding: 10px 20px;
  }
}
.actions ul li a:hover {
  background: #d7301e;
}
.spe-radio1 {
  position: relative;
  color: #7e7e7e;
  font-weight: 300;
  cursor: pointer;
}
.spe-radio1 label {
  cursor: pointer;
}
.spe-radio1 input {
  visibility: hidden;
  position: absolute;
  opacity: 0;
}
.spe-radio1 input:checked + label span {
  border-color: #d7301e;
  background: #d7301e;
}
.spe-radio1 span {
  width: 14px;
  height: 14px;
  display: block;
  float: left;
  border: 1px solid #262626;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  margin-right: 10px;
}
@media only screen and (min-width: 1366px) {
  .st-row .st-col1 {
    width: 10%;
    padding-right: 5px;
  }
}
@media only screen and (max-width: 1365px) {
  .st-row .st-col1 {
    margin-bottom: 5px;
  }
}
.errorx {
  font-size: 12px;
  color: #d7301e;
  display: block;
}
.spe-input2 {
  border: 1px solid #252525;
  background: transparent;
  display: block;
  width: 100%;
  height: 45px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  padding: 0 20px;
  line-height: 45px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.spe-input2:focus {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  border-color: #d7301e;
}
.spe-input3 {
  border: 1px solid #252525;
  background: transparent;
  display: block;
  width: 100%;
  height: 90px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  padding: 10px 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  resize: none;
}
.spe-input3:focus {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  border-color: #d7301e;
}
.st-name {
  display: block;
  margin-bottom: 5px;
}
.st-row3 .st-col3 {
  margin-top: 20px;
}
@media only screen and (min-width: 1366px) {
  .st-row3 .st-col3 {
    width: 32%;
    margin-right: 2%;
  }
  .st-row3 .st-col3:nth-child(1),
  .st-row3 .st-col3:nth-child(2),
  .st-row3 .st-col3:nth-child(3) {
    margin-top: 0;
  }
  .st-row3 .st-col3:nth-child(3n+0) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 1365px) {
  .st-row3 .st-col3:nth-child(1) {
    margin-top: 0;
  }
}
.st-row3 .st-col9 {
  margin-top: 20px;
  width: 100%;
}
.kd-row {
  margin-top: 20px;
}
@media only screen and (min-width: 1366px) {
  .kd-row .kd-col:nth-child(1) {
    width: 52%;
    padding-right: 15px;
  }
  .kd-row .kd-col:nth-child(2) {
    width: 48%;
    padding-left: 15px;
  }
}
@media only screen and (max-width: 1365px) {
  .kd-row .kd-col:nth-child(1) {
    margin-bottom: 20px;
  }
}
.kd-image {
  border: 1px solid #1e1e1e;
  position: Relative;
}
.kd-image .sli2-table {
  display: table;
  width: 100%;
}
@media only screen and (min-width: 1366px) {
  .kd-image .sli2-table {
    height: 600px;
  }
}
@media only screen and (max-width: 1365px) {
  .kd-image .sli2-table {
    height: 300px;
  }
}
.kd-image .sli2-table .sli2-cell {
  display: table-cell;
  vertical-align: middle;
}
@media only screen and (min-width: 1366px) {
  .kd-image .sli2-table .sli2-cell {
    padding: 20px;
  }
}
@media only screen and (max-width: 1365px) {
  .kd-image .sli2-table .sli2-cell {
    padding: 10px;
  }
}
.kd-image .sli2-table .sli2-cell img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 1366px) {
  .kd-image .sli2-table .sli2-cell img {
    height: 560px;
    width: auto;
  }
}
@media only screen and (max-width: 1365px) {
  .kd-image .sli2-table .sli2-cell img {
    max-height: 280px;
    width: auto;
  }
  .kd-pro-top .kdp-col:nth-child(1) i{background: #4e78ff;color: #fff;border-radius: 100%;padding: 5px;font-size: 12px;line-height: 12px;}
  .kd-detailsx .kd-det-row .kdd-col span {font-weight: bold;width: 100%;display: block;}
  .kd-detailsx .kd-det-row .kdd-col.options span {font-weight: normal;font-size:13px;width: 100%;display: block;padding: 2px 0;}
}
  .kd-pro-top .kdp-col:nth-child(1) i{background: #4e78ff;color: #fff;border-radius: 100%;padding: 5px;font-size: 12px;line-height: 12px;}
  .kd-detailsx .kd-det-row .kdd-col span {font-weight: bold;width: 100%;display: block;}
  .kd-detailsx .kd-det-row .kdd-col.options span {font-weight: normal;font-size:13px;width: 100%;display: block;padding: 2px 0;}
/* Slider Arrows */
.slider2 .slick-prev,
.slider2 .slick-next {
  font-size: 0;
  display: block;
  top: 50%;
  opacity: 1;
  position: absolute;
}
.slider2 .slick-prev:hover::before,
.slider2 .slick-next:hover::before {
  color: #d7301e;
}
.slider2 .slick-prev::before,
.slider2 .slick-next::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: block;
  width: 25px;
  color: #444444;
  opacity: 1;
  height: 25px;
  text-align: center;
  line-height: 25px;
  font-size: 20px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.slider2 .slick-prev {
  left: 10px;
}
.slider2 .slick-next {
  right: 10px;
}
.slider2 .slick-prev::before {
  content: '\f30a';
}
.slider2 .slick-next::before {
  content: '\f30b';
}
.kd-smallimg {
  margin-top: 20px;
}
.sli3-col {
  padding-right: 10px;
}
.sli3-col.slick-current img {
  border-color: #d7301e;
}
.sli3-col img {
  display: block;
  cursor: pointer;
  width: auto;
  height: 100px;
  border: 1px solid #1e1e1e;
}
@media only screen and (min-width: 1366px) {
  .kd-pro-top .kdp-col:nth-child(1) {
    padding-right: 0;
    width: 100%;
  }
  .kd-pro-top .kdp-col:nth-child(1) i{background: #4e78ff;color: #fff;border-radius: 100%;padding: 5px;font-size: 12px;line-height: 12px;}
  .kd-pro-top .kdp-col:nth-child(2) {
    padding-left: 10px;
    width: 57%;
  }
}
@media only screen and (max-width: 1365px) {
  .kd-pro-top .kdp-col:nth-child(1) {
    margin-bottom: 5px;
    text-align: center;
    position: relative;
    float: left;
    width: 100%;
    padding-bottom: 60px;
  }
}
.kdp-onayli {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  color: #ffffff;
  background: #73c035;
  position: relative;
  padding: 15px;
}
.kdp-onayli .kdp-text1 {
  font-size: 18px;
  font-weight: 700;
}
.kdp-onayli .kdp-text1::after {
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #ffffff;
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 20px;
}
.kdp-onayli .kdp-text2 {
  font-weight: 400;
  display: block;
  margin-top: 5px;
}
.kdp-name {
  font-size: 18px;
  color: #b2b2b2;
  font-weight: 700;
  margin: 15px 0 0 0;
  padding: 0;
  width: 70%;
    position: relative;
    float: left;
}
.kdp-tel {
  display: block;
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
}
.kd-details {
  background: #0f0f0f;
  margin-top: 20px;
}
@media only screen and (min-width: 1366px) {
  .kd-details {
    padding: 30px;
  }
}
@media only screen and (max-width: 1365px) {
  .kd-details {
    padding: 10px;
    position: relative;
    width: 100%;
    float: left;
  }
}
.kd-parag {
  line-height: 24px;
  height: auto;
  color: #4a4a4a;
  overflow-y: auto;
}
.kd-prices {
  margin-top: 20px;
  border: 1px solid #8f6f29;
}
.kd-prices .kdp-row:nth-child(1) {
  background: #121212;
}
.kd-prices .kdp-row .kdp-col {
  color: #5e5e5e;
  padding: 10px;
  border-right: 1px solid #161616;
  border-bottom: 1px solid #161616;
}
.kd-prices .kdp-row .kdp-col:nth-child(1) {
  width: 45%;
}
.kd-prices .kdp-row .kdp-col:nth-child(2) {
  width: 27.5%;
}
.kd-prices .kdp-row .kdp-col:nth-child(3) {
  width: 27.5%;
}
.kd-prices1 {
  margin-top: 0px;
  border: 1px solid #1e1e1e;
}
.kd-prices1 .kdp-row1:nth-child(1) {
  background: #121212;
}
.kd-prices1 .kdp-row1 .kdp-col1 {
  color: #5e5e5e;
  padding: 10px;
  border-right: 1px solid #161616;
  border-bottom: 1px solid #161616;
}
.kd-prices1 .kdp-row1 .kdp-col1:nth-child(1) {
  width: 23%;
}
.kd-prices1 .kdp-row1 .kdp-col1:nth-child(2) {
  width: 37%;
}
.kd-prices1 .kdp-row1 .kdp-col1:nth-child(3) {
  width: 40%;
}
.kd-detailsx {
  margin-top: 20px;
}
.kd-detailsx .kdd-title, .kd-details .kdd-title  {
  font-weight: 700;
  color: #ffffff;
}
.kd-detailsx .kd-det-row {
  color: #7e7e7e;
}
.kd-detailsx .kd-det-row .kdd-col {
  width: 50%;
  padding: 10px;
  border-right: 1px solid #161616;
  border-top: 1px solid #161616;
}
.kd-detailsx .kd-det-row .kdd-col span {
  font-weight: bold;
}
.kd-detailsx .kd-det-row .kdd-col:nth-child(even) {
  border-right: none;
}
.kd-detailsx .kd-det-row .kdd-col:nth-child(1),
.kd-detailsx .kd-det-row .kdd-col:nth-child(2) {
  border-top: none;
}
.ys-row {
  margin-top: 30px;
}
@media only screen and (min-width: 1366px) {
  .ys-row .ys-col:nth-child(1) {
    width: 50%;
    padding-right: 20px;
  }
  .ys-row .ys-col:nth-child(2) {
    width: 50%;
    padding-left: 20px;
  }
}
@media only screen and (max-width: 1365px) {
  .ys-row .ys-col:nth-child(2) {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 1366px) {
  .ys-form .ysf-row .ysf-col1:nth-child(1) {
    width: 50%;
    margin-top: 20px;
    padding-right: 10px;
  }
  .ys-form .ysf-row .ysf-col1:nth-child(2) {
    width: 50%;
    padding-left: 10px;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 1365px) {
  .ys-form .ysf-row .ysf-col1 {
    width: 100%;
  }
  .ys-form .ysf-row .ysf-col1:nth-child(2) {
    margin-top: 20px;
  }
}
.ys-form .ysf-row .ysf-col2 {
  width: 100%;
  margin-top: 20px;
}
.ys-title {
  text-transform: uppercase;
  font-weight: 700;
}
.spe-textarea2 {
  border: 1px solid #252525;
  background: transparent;
  display: block;
  width: 100%;
  resize: none;
  height: 100px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  padding: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.spe-textarea2:focus {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  border-color: #d7301e;
}
.spe-button3 {
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  color: #ffffff;
  background: #d7301e;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px 20px;
}
.spe-button3:hover {
  background: #ffffff;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  color: #d7301e;
  border-color: #ffffff;
}
.ys-comment {
  margin-top: 30px;
}
.ys-com-col {
  margin-top: 20px;
}
.ys-com-col .yscom-col:nth-child(1) {
  padding-right: 15px;
}
@media only screen and (min-width: 1366px) {
  .ys-com-col .yscom-col:nth-child(1) {
    width: 20%;
  }
}
@media only screen and (max-width: 1365px) {
  .ys-com-col .yscom-col:nth-child(1) {
    width: 30%;
  }
}
.ys-com-col .yscom-col:nth-child(2) {
  color: #7e7e7e;
}
@media only screen and (min-width: 1366px) {
  .ys-com-col .yscom-col:nth-child(2) {
    width: 80%;
  }
}
@media only screen and (max-width: 1365px) {
  .ys-com-col .yscom-col:nth-child(2) {
    width: 70%;
  }
}
.ys-name {
  background: #1d1d1d;
  font-size: 12px;
  position: relative;
  font-weight: 700;
  color: #7e7e7e;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
@media only screen and (min-width: 1366px) {
  .ys-name {
    padding: 20px;
  }
}
@media only screen and (max-width: 1365px) {
  .ys-name {
    padding: 5px;
  }
}
@media only screen and (min-width: 1366px) {
  .ys-name::before {
    position: absolute;
    content: '\f0da';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #1d1d1d;
    font-size: 24px;
    right: -5px;
    top: 30%;
  }
}
@media only screen and (min-width: 1366px) {
  .sli4-col {
    padding: 20px;
  }
}
@media only screen and (max-width: 1365px) {
  .sli4-col {
    padding: 20px 5px;
  }
}
.slider4 .slick-prev,
.slider4 .slick-next {
  font-size: 0;
  display: block;
  top: 50%;
  opacity: 1;
  position: absolute;
}
.slider4 .slick-prev:hover::before,
.slider4 .slick-next:hover::before {
  color: #d7301e;
}
.slider4 .slick-prev::before,
.slider4 .slick-next::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: block;
  width: 25px;
  color: #444444;
  opacity: 1;
  height: 25px;
  text-align: center;
  line-height: 25px;
  font-size: 20px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.slider4 .slick-prev {
  left: 0px;
}
.slider4 .slick-next {
  right: 0px;
}
.slider4 .slick-prev::before {
  content: '\f30a';
}
.slider4 .slick-next::before {
  content: '\f30b';
}
.ilanlarim .ilan-content .ilan-row {
  background: #0f0f0f;
  margin-bottom: 1px;
}
.ilanlarim .ilan-content .ilan-row .ilan-col {
  padding: 10px;
}
@media only screen and (max-width: 1365px) {
  .ilanlarim .ilan-content .ilan-row .ilan-col {
    text-align: Center;
  }
}
@media only screen and (min-width: 1366px) {
  .ilanlarim .ilan-content .ilan-row .ilan-col:nth-child(1) {
    width: 10%;
  }
}
.ilanlarim .ilan-content .ilan-row .ilan-col:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}
@media only screen and (min-width: 1366px) {
  .ilanlarim .ilan-content .ilan-row .ilan-col:nth-child(2) {
    width: 30%;
  }
}
.ilanlarim .ilan-content .ilan-row .ilan-col:nth-child(3) {
  font-size: 18px;
  font-weight: 700;
}
@media only screen and (min-width: 1366px) {
  .ilanlarim .ilan-content .ilan-row .ilan-col:nth-child(3) {
    width: 15%;
  }
}
.ilanlarim .ilan-content .ilan-row .ilan-col:nth-child(3) span {
  display: block;
  font-size: 12px;
  color: #444;
}
.ilanlarim .ilan-content .ilan-row .ilan-col:nth-child(2) span {
  display: block;
  font-size: 14px;
  color: #444;
}
.ilanlarim .ilan-content .ilan-row .standard{color: #ddd!important;}
.ilanlarim .ilan-content .ilan-row .vip{color: #ff0000!important;;}
.ilanlarim .ilan-content .ilan-row .silver{color: #999999!important;;}
.ilanlarim .ilan-content .ilan-row .gold{color: #ffff00!important;;}
.ilanlarim .ilan-content .ilan-row .ilan-col:nth-child(3) a {
  font-weight: 700;
}
@media only screen and (min-width: 1366px) {
  .ilanlarim .ilan-content .ilan-row .ilan-col:nth-child(4) {
    width: 45%;
    text-align: right;
  }
}
.ilanlarim .ilan-content .ilan-row .ilan-col:nth-child(4) a {
  padding: 5px !important;
  font-size: 12px !important;
}
#telMask {
  display: none;
}
.ilan-col-foto {
  display: block;
  background-size: cover;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  height: 80px;
}
.log-reg-box {
  max-width: 350px;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 40px;
}
.forgot-pass {
  color: #878787;
  text-align: center;
  display: block;
  margin-top: 20px;
}
.spe-button4 {
  display: block;
  width: 100%;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  border: none;
  background: #202020;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: 700;
}
@media only screen and (min-width: 1366px) {
  .spe-button4 {
    padding: 10px 40px;
  }
}
@media only screen and (max-width: 1365px) {
  .spe-button4 {
    padding: 10px 20px;
  }
}
.spe-button4:hover {
  background: #d7301e;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.log-reg-top a {
  float: left;
  padding: 20px 0;
  width: 50%;
  font-weight: 700;
  color: #878787;
  text-transform: uppercase;
  text-align: center;
  border-bottom: 4px solid #464646;
}
.log-reg-top a:hover,
.log-reg-top a.current {
  color: #ffffff;
  border-color: #d7301e;
}
.log-reg-content {
  padding: 30px;
  background: #111111;
  float: left;
  width: 100%;
}
.log-reg-content .lrc-col {
  display: block;
  margin-top: 20px;
}
.log-reg-content .lrc-col:nth-child(1) {
  margin-top: 0;
}
.log-reg-content .lrc-col span {
  color: #878787;
  display: block;
  margin-bottom: 5px;
}
.iletisim-content {
  background: #0f0f0f;
}
@media only screen and (min-width: 1366px) {
  .iletisim-content {
    padding: 30px;
  }
}
@media only screen and (max-width: 1365px) {
  .iletisim-content {
    padding: 20px;
  }
}
.iletisim-col span {
  display: block;
  color: #878787;
  margin-bottom: 5px;
}
.iletisim-row .iletisim-col {
  margin-bottom: 20px;
}
@media only screen and (min-width: 1366px) {
  .iletisim-row .iletisim-col:nth-child(1) {
    width: 50%;
    padding-right: 10px;
  }
  .iletisim-row .iletisim-col:nth-child(2) {
    width: 50%;
    padding-left: 10px;
  }
}
@media only screen and (max-width: 1365px) {
  .iletisim-row .iletisim-col:nth-child(2) {
    margin-top: 20px;
  }
}
.iletisim-row2 {
  margin-top: 20px;
}
.spe-button5 {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  color: #ffffff;
  border: 2px solid #ff9c00;
  background: #ff9c00;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px 20px;
}
.spe-button5:hover {
  background: #ffffff;
  color: #d7301e;
  border-color: #ffffff;
}
.spe-button6 {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  color: #ffffff;
  border: 2px solid #555555;
  background: #555555;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px 20px;
}
.spe-button6:hover {
  background: #ffffff;
  color: #d7301e;
  border-color: #ffffff;
}
.spe-button7 {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  color: #73AF55;
  border: 2px solid #73AF55;
  background: transparent;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px 20px;
}
.spe-button7:hover {
  background: #ffffff;
  color: #73AF55;
  border-color: #ffffff;
}
.sorular-row {
  margin-bottom: 1px;
  background: #0f0f0f;
  color: #7e7e7e;
}
@media only screen and (min-width: 1366px) {
  .sorular-row {
    padding: 30px;
  }
}
@media only screen and (max-width: 1365px) {
  .sorular-row {
    padding: 10px;
  }
}
.sorular-row .soruyu-soran {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: #ffffff;
}
.sorular-row .soru-soru {
  padding: 5px 0 0 0;
  margin: 0;
  line-height: 24px;
}
.cevapla-button {
  display: inline-block;
  cursor: pointer;
  margin: 15px 0 0 0;
}
.cevapla-bar {
  padding-top: 20px;
  display: none;
}
.ys-cevap {
  background: #0f0f0f;
  margin-top: 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
@media only screen and (min-width: 1366px) {
  .ys-cevap {
    padding: 20px;
  }
}
@media only screen and (max-width: 1365px) {
  .ys-cevap {
    padding: 10px;
  }
}
.ys-cevap .ys-cevaplayan {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: #ffffff;
}
.ys-cevap .ys-cevaplayan-cevap {
  padding: 5px 0 0 0;
  margin: 0;
  font-size: 13px;
  line-height: 24px;
}
/*======================================
  Selectric v1.13.0
======================================*/
.selectric-wrapper {
  position: relative;
  cursor: pointer;
}
.selectric-responsive {
  width: 100%;
}
.selectric {
  border: 1px solid #1b1b1b;
  border-radius: 0px;
  width: 100%;
  font-weight: 700;
  position: relative;
  overflow: hidden;
}
.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 55px 0 20px;
  line-height: 50px;
  color: #7e7e7e;
  height: 50px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 50px;
  line-height: 50px;
  color: #7e7e7e;
  text-align: center;
}
.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #7e7e7e;
  border-bottom: none;
}
.selectric-focus .selectric {
  border-color: #d7301e;
}
.selectric-hover .selectric {
  border-color: #d7301e;
}
.selectric-hover .selectric .button {
  color: #a2a2a2;
}
.selectric-hover .selectric .button:after {
  border-top-color: #d7301e;
}
.selectric-open {
  z-index: 9999;
}
.selectric-open .selectric {
  border-color: #d7301e;
}
.selectric-open .selectric-items {
  display: block;
}
.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}
.selectric-hide-select select {
  position: absolute;
  left: -100%;
}
.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}
.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  background: none !important;
}
.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}
/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #0f0f0f;
  border: 1px solid #1b1b1b;
  z-index: -1;
}
.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}
.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}
.selectric-items ul,
.selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 20px;
  min-height: 20px;
}
.selectric-items li {
  display: block;
  padding: 10px;
  color: #666;
  cursor: pointer;
}
.selectric-items li.selected {
  background: #111111;
}
.selectric-items li.highlighted {
  background: #111111;
}
.selectric-items li:hover {
  background: #d7301e;
  color: #ffffff;
}
.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: none;
  color: #444;
}
.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}
.selectric-items .selectric-group li {
  padding-left: 25px;
}
.profile-logged-row {
  display: inline-flex;
}
.profile-logged-row .plr-col {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, rgba(20, 24, 50, 0.92), rgba(8, 10, 28, 0.92));
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
  padding: 8px 10px;
}
.profile-logged-row .plr-col .name {
  margin: 0 4px 0 2px;
  color: #ffffff;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
}
.profile-logged-row .plr-col .myaccount,
.profile-logged-row .plr-col .logged-out {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 12px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: all .2s ease;
}
.profile-logged-row .plr-col .myaccount {
  color: #111625;
  background: linear-gradient(180deg, #ffd27a, #f6a72f);
}
.profile-logged-row .plr-col .myaccount:hover {
  transform: translateY(-1px);
  filter: brightness(1.04);
}
.profile-logged-row .plr-col .logged-out {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.profile-logged-row .plr-col .logged-out:hover {
  background: rgba(255, 255, 255, 0.15);
}
.yardim-row {
  background: #111111;
  padding-bottom: 1px;
  margin-bottom: 1px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.yardim-row .yardim-question {
  cursor: pointer;
  padding: 20px;
  color: #7e7e7e;
  position: relative;
}
.yardim-row .yardim-question::after {
  content: "\f107";
  color: #d7301e;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 20px;
}
.yardim-row:hover {
  background: #222;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  color: #ffffff;
}
.yardim-row .yardim-answer {
  font-size: 14px;
  margin: 0 20px 20px 20px;
  line-height: 22px;
  display: none;
  padding: 20px;
  color: #444;
  background: #0f0f0f;
}
.tr {
  width: 20px;
  display: block;
  height: 16px;
  background: url("../images/tr.svg") no-repeat;
}
.ru {
  width: 20px;
  display: block;
  height: 16px;
  background: url("../images/ru.svg") no-repeat;
}
.de {
  width: 20px;
  display: block;
  height: 16px;
  background: url("../images/de.svg") no-repeat;
}
.sa {
  width: 20px;
  display: block;
  height: 16px;
  background: url("../images/sa.svg") no-repeat;
}
.um {
  width: 20px;
  display: block;
  height: 16px;
  background: url("../images/um.svg") no-repeat;
}
.current-lang {
  padding: 10px;
  background: rgba(255, 255, 255, 0.1);
}
@media only screen and (min-width: 1366px) {
  .current-lang {
    position: absolute;
    right: 0;
    top: 0;
  }
}
@media only screen and (max-width: 1365px) {
  .current-lang {
    display: none;
  }
}
.other-lang {
  top: 0;
}
@media only screen and (min-width: 1366px) {
  .other-lang {
    position: absolute;
    right: 0;
    top: 36px;
    display: none;
  }
  .other-lang.current {
    display: block;
  }
}
.other-lang div {
  padding: 10px;
  background: #444;
}
@media only screen and (max-width: 1365px) {
  .other-lang div {
    display: inline-block;
  }
  .other-lang div.current {
    background: rgba(0, 0, 0, 0.5);
  }
}
.other-lang div:hover {
  background: #555;
}
.lang-select {
  cursor: pointer;
}
@media only screen and (min-width: 1366px) {
  .lang-select {
    position: absolute;
    right: -30px;
    top: 0;
    z-index: 100;
  }
}
@media only screen and (max-width: 1365px) {
  .lang-select {
    position: relative;
    padding-top: 50px;
    text-align: center;
  }
  .lang-select::before {
    content: "";
    clear: both;
    display: block;
  }
}

/*all about form send*/


.sending{width: 100%;height: 100%;position: absolute;left: 0;right: 0;top: 0;padding: 20px 40%;border-radius: 5px;background-color: rgba(0,0,0,0.85);z-index: 20;color: #d7301e;text-align: center;font-weight: 300;font-size: 18px;display: none;}
.sended{width: 100%;height: 100%;position: absolute;left: 0;right: 0;top: 0;padding: 20px 0;background-color: rgba(0,0,0,0.85);z-index: 21;color: #d7301e;text-align: center;font-weight: 400;font-size: 18px;display: none;}
.sended .successForm{display:none;padding: 0 25px;}
.sended .failedForm{display:none;padding: 0 25px;}
.box {position:relative;height:50px;width:40px;left:0;right:0;margin:0 auto;animation: box 5s infinite linear;}
.border {background:#d7301e;position:absolute;}
.border.one {height:4px;top:0;left:0;animation: border-one 5s infinite linear;}
.border.two {top:0;right:0;height:100%;width:4px;animation: border-two 5s infinite linear;}
.border.three {bottom:0;right:0;height:4px;width:100%;animation: border-three 5s infinite linear;}
.border.four {bottom:0;left:0;height:100%;width:4px;animation: border-four 5s infinite linear;}
.line {height:4px;background:#d7301e;position:absolute;width:0%;left:25%;}
.line.one {top:25%;width:0%;animation: line-one 5s infinite linear;}
.line.two {top:45%;animation: line-two 5s infinite linear;}
.line.three {top:65%;animation: line-three 5s infinite linear;}
.shake-lr{-webkit-animation:shake-lr .7s cubic-bezier(.455,.03,.515,.955) both;animation:shake-lr .7s cubic-bezier(.455,.03,.515,.955) both}
.sended svg{width: 100px;display: block;margin: 40px auto 0;}
.sended .path{stroke-dasharray: 1000;stroke-dashoffset: 0;}
.sended .path.circle{-webkit-animation: dash 0.9s ease-in-out;animation: dash 0.9s ease-in-out;}
.sended .path.line{stroke-dashoffset: 1000;-webkit-animation: dash 0.9s 0.35s ease-in-out forwards;animation: dash 0.9s 0.35s ease-in-out forwards;}
.sended .path.check{stroke-dashoffset: -100;-webkit-animation: dash-check 0.9s 0.35s ease-in-out forwards;animation: dash-check 0.9s 0.35s ease-in-out forwards;}
.sended .success{color: #73AF55;}
.sended .error{color: #D06079;}


form[role="form"]{position: relative;height: 100%;min-height: 200px;}

@media only screen and (max-width: 900px) {
  .sending{padding: 10% 25% !important;}
  .col-m4{width: 100% !important;float: left;margin-left: 0!important;}
  .col-m6{width: 100% !important;float: left;margin-left: 0!important;}
}

.page-content{padding: 10px 0;}

.alert{position: relative;float: left;width: 100%;height: auto;display: block;margin: 5px 0;padding: 15px 55px;}
.alert i{position: absolute;font-size: 40px;left: 5px;top:10px;}
.alert.alert-success{background-color: #73AF55;}
.alert.alert-error{background-color: #D06079;}
.alert.alert-error i{position: absolute;font-size: 40px;left: 15px;top:12px;}
.col-m4{width: 32%;float: left;margin-left: 12px}
.col-m4 .pretty{width: 100%;float: left;margin-bottom: 10px;}
.col-m6{width: 49%;float: left;margin-left: 9px}
.prices {width: 100%;float: left;}
.prices span{padding: 5px 9px;display: block;float: left}

#profileform .spe-button4{margin-top: 10px;float: left;}


.options-max{min-height: 265px;}


.whatsapp a{background-color: #25d366;padding: 20px;float: left;width: 100%;margin-bottom: 10px;font-size: 20px;}

.dropzone {min-height: 250px!important;border: 2px solid rgba(0,0,0,0.3);background: #000!important;padding: 20px 20px;}
.dropzone .dz-preview.dz-image-preview {background: #000!important;}

.images-show{width:100%;position:relative;float: left;}
.img-fluid{width: 100% !important; height: auto!important;}


.images-show .row {display: inline-table;float: left;position: relative;}
.images-show .row .column {width: 25%;max-width: 25%;padding: 10px 5px 10px 0;height: 315px;overflow: hidden;float: left;position: relative;display: table-column;}
.images-show .row .column.cover img{border:2px solid #2c9f45;}
.images-show .row .column img{vertical-align: middle;width: 100%;}
.images-show .row .column .process{position: absolute;top: 10px;left: 0;width: 48%;height: 30px;padding: 5px;background-color: rgba(210, 9, 98, 0.5);}
.images-show .row .column .process2{position: absolute;top: 10px;right: 5px;width: 48%;height: 30px;padding: 5px;background-color: rgba(10,191,83, 0.5);}

.advantagesearch .spe-button4{border-radius:0 !important;padding: 17px;}
.itembg .badges-desktop-wrapper-right div:first-child {
    margin-top: 0;
    transition-delay: .36s;
}
.itembg .badges-desktop-wrapper-right div:first-child, .itembg .badges-desktop-wrapper-right div:nth-child(2), .itembg .badges-desktop-wrapper-right div:nth-child(3), .itembg .badges-desktop-wrapper-right div:nth-child(4), .itembg .badges-desktop-wrapper-right div:nth-child(5) {
    margin-top: -6px;
    transition: all .2s ease;
}
.itembg .badges-desktop-wrapper-right .badge-photos, .itembg .badges-desktop-wrapper-right .badge-porn, .itembg .badges-desktop-wrapper-right .badge-top, .itembg .badges-desktop-wrapper-right .badge-vip {
    position: relative;
    width: 30px;
    height: 30px;
}
.badge-top big, .itembg .badges-desktop-wrapper-right .badge-vip {
    font-size: 18px;
}
.badge-photos, .badge-vip {
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
}
.badge-vip {
    /*background-image: linear-gradient(180deg,#d7301e,#B5291A);*/
    font-size: 14px;
}
.badge-photos, .badge-porn, .badge-top, .badge-vip {
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    /*box-shadow: 0 1px 2px 0 rgba(0,0,0,.3), inset 0 2px 0 0 hsla(0,0%,100%,.4);*/
    text-transform: uppercase;
    margin: 0 5px;
    /*text-shadow: 0 0 1px rgba(0,0,0,.3);*/
    font-weight: 700;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    position: absolute;
    left: -4px;
    top: -12px;
}
.badge-photos, .badge-porn, .badge-vip {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-pack: center;
}
.badge-photos {
    background-image: linear-gradient(180deg,#35d8f4,#0d85b0);
    font-size: 11px;
}









.kdp-tel i{color: #d7301e}
.kdp-col h2{float: right;}
.kdp-col h2 i{float: left;background: transparent !important;font-size: 26px !important;}
.kdp-col h2 .kdp-tel {float: left !important;}
.kdp-col h2 {background: rgba(255,255,255,0.10);padding: 5px;margin: 5px 0;}
.kdp-col h2 img{float: left;margin-top: 2px;margin-right: 5px;}

.ring-container {
    position: absolute;
    right: 40px;
    top: -15px;
    z-index: 9999;
}

.circle {
    width: 15px;
    height: 15px;
    background-color: #62bd19;
    border-radius: 50%;
    position: absolute;
    top: 20px;
    left: 20px;
}

.ringring {
    border: 3px solid #62bd19;
    -webkit-border-radius: 30px;
    height: 25px;
    width: 25px;
    position: absolute;
    left: 15px;
    top: 15px;
    -webkit-animation: pulsate 1s ease-out;
    -webkit-animation-iteration-count: infinite; 
    opacity: 0.0
}
@-webkit-keyframes pulsate {
    0% {-webkit-transform: scale(0.1, 0.1); opacity: 0.0;}
    50% {opacity: 1.0;}
    100% {-webkit-transform: scale(1.2, 1.2); opacity: 0.0;}
}

.li-bg.vip{
}
.li-bg .li-rank{
  display: none !important;
}
.li-bg.vip .li-rank{
  display: block !important;
}

.li-bg .li-cell i.online {
    background: #4e78ff;
    color: #fff;
    border-radius: 100%;
    padding: 4px;
    font-size: 10px;
    line-height: 10px;
    position: absolute;
    top: 30px;
    right: 5px;
}

.li-bg .li-cell i.offline {
    background: #4e78ff;
    color: #fff;
    border-radius: 100%;
    padding: 4px;
    font-size: 10px;
    line-height: 10px;
    position: absolute;
    top: 5px;
    right: 5px;
}
@media only screen and (max-width: 900px) {
  .kdp-col h1.kdp-name{width: 100%;}
  .kdp-col h2{margin: 5px auto;position: absolute;left: 0;right: 0;width: 60%;bottom: 0;z-index:99999999;}
}
.kd-col.vip .badge-vip{display: block!important}
.kd-col .badge-vip{display: none!important}


.upgrade-content{background: #0f0f0f;padding: 10px;float: left;position: relative;}
.upgrade-content .half{width: 50%;float: left;position: relative;padding: 10px;}
@media only screen and (max-width: 900px) {
  .upgrade-content .half{width: 100%;float: left;position: relative;padding: 10px;}
}

.credit-modal {
  display: none;
  position: fixed;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(15, 15, 15, 0.97) url('../img/confetti.png') no-repeat center top;
  background-size: 50%;
  position: fixed;
  z-index: 1000;
}
.credit-modal::before {
  
}
.credit-modal.current {
  display: block !important;
}
.credit-modal .modal-body {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  position: absolute;
  margin: auto;
  left: 0;
  z-index: 10000;
  background: #111111;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.55);
  -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.55);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.55);
  right: 0;
}

.credit-modal .modal-body h2{
  width: 100%;
  height: auto;
  position: relative;
  float: left;
  color:#d7301e;
  margin: 0;
}
.credit-modal .modal-body .iline{
  width: 100%;
  height: auto;
  position: relative;
  float: left;
  padding: 5px 0;
}

.credit-modal .modal-body .iline .title{
  width: 40%;
  height: auto;
  position: relative;
  float: left;
  font-weight: 700;
}
.credit-modal .modal-body .iline .value{
  width: 60%;
  height: auto;
  position: relative;
  float: left;
}
.credit-modal .close{
  position: absolute;
  top: -5px;
  right: 0;
}
@media only screen and (min-width: 1366px) {
  .credit-modal .modal-body {
    max-width: 600px;
    padding: 40px;
    top: 200px;
  }
}
@media only screen and (max-width: 1365px) {
  .credit-modal .lmodal-body {
    max-width: 90%;
    top: 20px;
    padding: 30px;
  }
}

.hidden{display: none!important;}
.credit-modal .sending {padding: 20px 20% !important;}

.dropzone{background: #1f1f1f url('../img/upload.png') no-repeat center center !important;background-size: 10%!important}


.answerform .ysf-col2{width: 100%;}


.mobile-menu{display: none;}

@media only screen and (max-width: 900px) {
  .mobile-menu{display: block;position: relative;float: left;width: 100%;z-index: 99;}
  .mobile-menu ul{display: block;position: relative;float: left;list-style: none;width: 100%;padding: 0;}
  .mobile-menu ul li{display: block;position: relative;float: left;list-style: none;width: 33%;text-align:center;padding: 5px 0;}
  /*.mobile-menu ul li:last-child{padding: 5px 10px!important;font-size: 18px;width: 50%;background: #232323;}
  .mobile-menu ul li:last-child a{font-weight: 700} */
  .upgrade-content img{width: 100%;height: auto;}
  .credit-modal{background-size: 100%;}
  .credit-modal .modal-body {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    position: absolute;
    width: 90%;
    top: 10%;
    margin: auto;
    left: 0;
    z-index: 10000;
    background: #111;
    -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,.55);
    -moz-box-shadow: 0 0 15px 0 rgba(0,0,0,.55);
    box-shadow: 0 0 15px 0 rgba(0,0,0,.55);
    right: 0;
    padding: 10px;
}
}




.ilandiv{width: 100%;position: relative;float: left;background: #0f0f0f;margin-bottom: 2px;padding: 5px;}
.ilandiv .ilan-img{width: 10%;height: 80px;float: left;position: relative;display: block;background-size: cover;-webkit-border-radius: 5px;-moz-border-radius: 5px;-ms-border-radius: 5px;border-radius: 5px;height: 80px;margin-right: 10px;}
.ilandiv .ilan-left{width: 43%;position: relative;float: left;}
.ilandiv .ilan-tit{width: 100%;position: relative;float: left;font-weight: 700;border-bottom: 1px solid #222;margin-bottom: 5px;margin-top:5px;padding-bottom: 5px;}
.ilandiv .ilan-tit span{font-weight: 300;font-size: 13px;padding: 3px 6px;border-radius: 5px;}
.ilandiv .ilan-tit span.vip{background-color: #ff0000!important;color: #fff;}
.ilandiv .ilan-det{width: 100%;position: relative;float: left;font-weight: 400;font-size: 14px;}
.ilandiv .ilan-det .ftime{width: 65%;position: relative;float: left;font-weight: 400;font-size: 14px;}
.ilandiv .ilan-det .ftime span{font-weight: 700;font-size: 14px;float: left;}
.ilandiv .ilan-det .iid{width: 35%;position: relative;float: left;font-weight: 400;font-size: 14px;}
.ilandiv .ilan-det .iid span{font-weight: 700;font-size: 14px;}
.ilandiv .ilan-pro{width: 45%;position: relative;float: right;font-weight: 700;padding: 25px;}
.ilandiv .ilan-pro a{position: relative;float: left;border:1px solid #000;padding: 3px;margin:0 5px 0 0;border-radius: 3px;text-transform: capitalize;color:#fff;}
.ilandiv .ilan-pro a:first-child{border-color: #ff6c5f;background-color:#ff6c5f;}
.ilandiv .ilan-pro a:nth-child(2){border-color: #007cc0;background-color: #007cc0;}
.ilandiv .ilan-pro a:nth-child(3){border-color: #ce181e;background-color: #ce181e;}
.ilandiv .ilan-pro a.freeze{border-color: #8f8f8c;background-color: #8f8f8c;}
.ilandiv .ilan-pro a.makeactive{border-color: #2baf2b;background-color: #2baf2b;}
.ilandiv .ilan-pro a.makevip{border-color:#feba02;background-color: #ffcc2f;position: absolute;top: -5px;right: -10px;height: 90px;padding: 20px 15px;font-size: 16px;font-weight: 700;border-radius: 0;color: #000;}

@media only screen and (max-width: 900px) {
  .ilandiv{width: 100%;position: relative;float: left;background: #0f0f0f;margin-top:5px;margin-bottom: 5px;padding: 0;min-height: 200px;border-radius: 5px;overflow: hidden;}
  .ilandiv .ilan-img{width: 100%;height: 100%;min-height:200px;float: left;position: absolute;display: block;background-size: cover;-webkit-border-radius: 5px;-moz-border-radius: 5px;-ms-border-radius: 5px;border-radius: 5px;margin-right: 0;opacity: 0.5;}
  .ilandiv .ilan-left{width: 100%;position: relative;float: left;padding: 20px;}
  .ilandiv .ilan-tit{width: 100%;position: relative;float: left;font-weight: 700!important;border-bottom: none!important;margin-bottom: 5px;margin-top:5px;padding-bottom: 5px;}
  .ilandiv .ilan-tit span{font-weight: 700;font-size: 13px;padding: 3px 6px;border-radius: 5px;}
  .ilandiv .ilan-tit a{font-weight: 700;}
  .ilandiv .ilan-tit span.vip{background-color: #ff0000!important;color: #fff;}
  .ilandiv .ilan-det{width: 100%;position: relative;float: left;font-weight: 400;font-size: 14px;}
  .ilandiv .ilan-det .ftime{width: 65%;position: relative;float: left;font-weight: 400;font-size: 14px;}
  .ilandiv .ilan-det .ftime span{font-weight: 700;font-size: 14px;float: left;margin-right: 3px;}
  .ilandiv .ilan-det .iid{width: 35%;position: relative;float: left;font-weight: 400;font-size: 14px;}
  .ilandiv .ilan-det .iid span{font-weight: 700;font-size: 14px;}
  .ilandiv .ilan-pro{width: 100%;position: absolute;float: left;font-weight: 700;padding: 25px;bottom: 0;}
  .ilandiv .ilan-pro a{position: relative;float: left;border:1px solid #000;padding: 5px;margin:0 5px 0 0;border-radius: 3px;text-transform: capitalize;color:#fff;}
  
  .ilandiv .ilan-pro a.upgrade{top: 10px!important;border: none!important;right: 0;position: absolute;}
  
  .ilandiv .ilan-pro a:first-child{border-color: #ff6c5f;background-color:#ff6c5f;}
  .ilandiv .ilan-pro a:nth-child(2){border-color: #007cc0;background-color: #007cc0;}
  .ilandiv .ilan-pro a:nth-child(3){border-color: #ce181e;background-color: #ce181e;}
  .ilandiv .ilan-pro a.freeze{border-color: #8f8f8c;background-color: #8f8f8c;}
  .ilandiv .ilan-pro a.makeactive{border-color: #2baf2b;background-color: #2baf2b;}
  .ilandiv .ilan-pro a.makevip{border-color:#feba02;background-color: #ffcc2f;position: relative;top: -5px;left: 0px;height: auto!important;padding: 0 15px;font-size: 16px;font-weight: 700;border-radius: 5px;color: #000;margin-top: 10px;float: left;width: 89.9%;text-align: center;}
  .images-show .row .column {width: 50%;max-width: 50%;padding: 10px 5px 10px 0;height: auto;}
  }


  .foot-top a{color: #7e7e7e;}

.li-bg.hide{display:none; visibility:none;}

.ilandiv{-webkit-transition: all 700ms ease-in-out;
-moz-transition: all 700ms ease-in-out;
-ms-transition: all 700ms ease-in-out;
-o-transition: all 700ms ease-in-out;
transition: all 700ms ease-in-out;
}
.successHighlight{-webkit-transition: all 700ms ease-in-out;
-moz-transition: all 700ms ease-in-out;
-ms-transition: all 700ms ease-in-out;
-o-transition: all 700ms ease-in-out;
transition: all 700ms ease-in-out;
    background:rgba(10, 191, 83, 0.45);
}
