@charset "UTF-8";
@-ms-viewport {
  width: device-width;
}

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*
@font-face {
    font-family: Inter;
    src: url(fonts/inter.ttf);
    font-weight: 100 800;
}
*/
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

.promo_box input {
  border: 1px solid #ebebeb;
  height: 35px;
  border-radius: 5px;
  width: 145px;
  padding: 5px 10px;
  color: #263b55;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

#bax-tv-banner {
  margin-top: 40px;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

a {
  -webkit-text-decoration-skip: objects;
}

table {
  border-collapse: collapse;
}

th {
  text-align: inherit;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.wedding-block {
  display: flex !important;
  flex-direction: column !important;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "— ";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

.agent-block li {
  width: 100% !important;
}

.agent-block #be_agent {
  height: 230px !important;
  padding-top: 0 !important;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.row:nth-child(2) {
  overflow-x: scroll;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding: 5px 0;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: middle;
  border-top: 1px solid #dee2e6;
  text-align: center;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table .table {
  background-color: #fff;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #212529;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #32383e;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm,
.input-group-sm > .form-control-plaintext.form-control,
.input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
.input-group-sm > .input-group-append > .form-control-plaintext.btn,
.form-control-plaintext.form-control-lg,
.input-group-lg > .form-control-plaintext.form-control,
.input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
.input-group-lg > .input-group-append > .form-control-plaintext.btn {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm,
.input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

select.form-control-sm:not([size]):not([multiple]),
.input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px);
}

.form-control-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control-lg:not([size]):not([multiple]),
.input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px);
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.8);
  border-radius: 0.2rem;
}

.was-validated .form-control:valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip,
.form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip,
.form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip,
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label,
.custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #71dd8a;
}

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip,
.custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before,
.custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #34ce57;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,
.custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-file-input:valid ~ .custom-file-label,
.custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label::before,
.custom-file-input.is-valid ~ .custom-file-label::before {
  border-color: inherit;
}

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip,
.custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: 0.2rem;
}

.was-validated .form-control:invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip,
.form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip,
.form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip,
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label,
.custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #efa2a9;
}

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip,
.custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before,
.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #e4606d;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label::before,
.custom-file-input.is-invalid ~ .custom-file-label::before {
  border-color: inherit;
}

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip,
.custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover,
.btn:focus {
  text-decoration: none;
}

.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.btn:not(:disabled):not(.disabled):active,
.btn:not(:disabled):not(.disabled).active {
  background-image: none;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-primary:focus,
.btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary:focus,
.btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success:focus,
.btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus,
.btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus,
.btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-warning.disabled,
.btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger:focus,
.btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus,
.btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-light.disabled,
.btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus,
.btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:focus,
.btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:focus,
.btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent;
}

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}

.btn-link:focus,
.btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}

.btn-link:disabled,
.btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg,
.btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm,
.btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  transition: opacity 0.15s linear;
}

@media screen and (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=bottom],
.dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 0 1 auto;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split,
.btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file:focus {
  z-index: 3;
}

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-file {
  display: flex;
  align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #007bff;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
}

.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #dee2e6;
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA4IDgnPjxwYXRoIGZpbGw9JyNmZmYnIGQ9J002LjU2NC43NWwtMy41OSAzLjYxMi0xLjUzOC0xLjU1TDAgNC4yNiAyLjk3NCA3LjI1IDggMi4xOTN6Jy8+PC9zdmc+);
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #007bff;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA0IDQnPjxwYXRoIHN0cm9rZT0nI2ZmZicgZD0nTTAgMmg0Jy8+PC9zdmc+);
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9Jy00IC00IDggOCc+PGNpcmNsZSByPSczJyBmaWxsPScjZmZmJy8+PC9zdmc+);
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA0IDUnPjxwYXRoIGZpbGw9JyMzNDNhNDAnIGQ9J00yIDBMMCAyaDR6bTAgNUwwIDNoNHonLz48L3N2Zz4=) no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(128, 189, 255, 0.5);
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  opacity: 0;
}

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-file-input:focus ~ .custom-file-label::after {
  border-color: #80bdff;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 2.25rem;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-range:focus {
  outline: none;
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -webkit-appearance: none;
  appearance: none;
}

.custom-range::-webkit-slider-thumb:focus {
  outline: none;
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -moz-appearance: none;
  appearance: none;
}

.custom-range::-moz-range-thumb:focus {
  outline: none;
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  appearance: none;
}

.custom-range::-ms-thumb:focus {
  outline: none;
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover,
.nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:hover,
.navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB2aWV3Qm94PScwIDAgMzAgMzAnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHBhdGggc3Ryb2tlPSdyZ2JhKDAsIDAsIDAsIDAuNSknIHN0cm9rZS13aWR0aD0nMicgc3Ryb2tlLWxpbmVjYXA9J3JvdW5kJyBzdHJva2UtbWl0ZXJsaW1pdD0nMTAnIGQ9J000IDdoMjJNNCAxNWgyMk00IDIzaDIyJy8+PC9zdmc+);
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB2aWV3Qm94PScwIDAgMzAgMzAnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHBhdGggc3Ryb2tlPSdyZ2JhKDI1NSwgMjU1LCAyNTUsIDAuNSknIHN0cm9rZS13aWR0aD0nMicgc3Ryb2tlLWxpbmVjYXA9J3JvdW5kJyBzdHJva2UtbWl0ZXJsaW1pdD0nMTAnIGQ9J000IDdoMjJNNCAxNWgyMk00IDIzaDIyJy8+PC9zdmc+);
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
  display: flex;
  flex-direction: column;
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
.card-group {
  display: flex;
  flex-direction: column;
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-top,
  .card-group > .card:first-child .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-bottom,
  .card-group > .card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-top,
  .card-group > .card:last-child .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-bottom,
  .card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }
  .card-group > .card:only-child {
    border-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-img-top,
  .card-group > .card:only-child .card-header {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-img-bottom,
  .card-group > .card:only-child .card-footer {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0;
  }
}
.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    -moz-column-count: 3;
    column-count: 3;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}

.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
}

.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-radius: 50px;
  font-weight: 600;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #007bff;
}

.badge-primary[href]:hover,
.badge-primary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #0062cc;
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

.badge-secondary[href]:hover,
.badge-secondary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #545b62;
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

.badge-success[href]:hover,
.badge-success[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34;
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

.badge-info[href]:hover,
.badge-info[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b;
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

.badge-warning[href]:hover,
.badge-warning[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #d39e00;
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

.badge-danger[href]:hover,
.badge-danger[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #bd2130;
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

.badge-light[href]:hover,
.badge-light[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #dae0e5;
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}

.badge-dark[href]:hover,
.badge-dark[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124;
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.alert-primary hr {
  border-top-color: #9fcdff;
}

.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-secondary hr {
  border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-danger hr {
  border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover,
.list-group-item-action:focus {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.list-group-item:hover,
.list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}

.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}

.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -25%);
}

@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: translate(0, 0);
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}

.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, segoe ui, Roboto, helvetica neue, Arial, sans-serif, apple color emoji, segoe ui emoji, segoe ui symbol;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top,
.bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right,
.bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}

.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left,
.bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, segoe ui, Roboto, helvetica neue, Arial, sans-serif, apple color emoji, segoe ui emoji, segoe ui symbol;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .arrow::before,
.popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top,
.bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}

.bs-popover-top .arrow,
.bs-popover-auto[x-placement^=top] .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}

.bs-popover-top .arrow::before,
.bs-popover-auto[x-placement^=top] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^=top] .arrow::after {
  border-width: 0.5rem 0.5rem 0;
}

.bs-popover-top .arrow::before,
.bs-popover-auto[x-placement^=top] .arrow::before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^=top] .arrow::after {
  bottom: 1px;
  border-top-color: #fff;
}

.bs-popover-right,
.bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}

.bs-popover-right .arrow,
.bs-popover-auto[x-placement^=right] .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-right .arrow::before,
.bs-popover-auto[x-placement^=right] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^=right] .arrow::after {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}

.bs-popover-right .arrow::before,
.bs-popover-auto[x-placement^=right] .arrow::before {
  left: 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^=right] .arrow::after {
  left: 1px;
  border-right-color: #fff;
}

.bs-popover-bottom,
.bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}

.bs-popover-bottom .arrow,
.bs-popover-auto[x-placement^=bottom] .arrow {
  top: calc((0.5rem + 1px) * -1);
}

.bs-popover-bottom .arrow::before,
.bs-popover-auto[x-placement^=bottom] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^=bottom] .arrow::after {
  border-width: 0 0.5rem 0.5rem;
}

.bs-popover-bottom .arrow::before,
.bs-popover-auto[x-placement^=bottom] .arrow::before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^=bottom] .arrow::after {
  top: 1px;
  border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left,
.bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}

.bs-popover-left .arrow,
.bs-popover-auto[x-placement^=left] .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-left .arrow::before,
.bs-popover-auto[x-placement^=left] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^=left] .arrow::after {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}

.bs-popover-left .arrow::before,
.bs-popover-auto[x-placement^=left] .arrow::before {
  right: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^=left] .arrow::after {
  right: 1px;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  position: relative;
  display: none;
  align-items: center;
  width: 100%;
  transition: transform 0.6s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  perspective: 1000px;
}

@media screen and (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  transform: translateX(0);
}

@supports (transform-style: preserve-3d) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    transform: translate3d(0, 0, 0);
  }
}
.carousel-item-next,
.active.carousel-item-right {
  transform: translateX(100%);
}

@supports (transform-style: preserve-3d) {
  .carousel-item-next,
  .active.carousel-item-right {
    transform: translate3d(100%, 0, 0);
  }
}
.carousel-item-prev,
.active.carousel-item-left {
  transform: translateX(-100%);
}

@supports (transform-style: preserve-3d) {
  .carousel-item-prev,
  .active.carousel-item-left {
    transform: translate3d(-100%, 0, 0);
  }
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: 0.6s;
  transition-property: opacity;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  transform: translateX(0);
}

@supports (transform-style: preserve-3d) {
  .carousel-fade .carousel-item-next,
  .carousel-fade .carousel-item-prev,
  .carousel-fade .carousel-item.active,
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-prev {
    transform: translate3d(0, 0, 0);
  }
}
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIGZpbGw9JyNmZmYnIHZpZXdCb3g9JzAgMCA4IDgnPjxwYXRoIGQ9J001LjI1IDBsLTQgNCA0IDQgMS41LTEuNS0yLjUtMi41IDIuNS0yLjUtMS41LTEuNXonLz48L3N2Zz4=);
}

.carousel-control-next-icon {
  background-image: url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIGZpbGw9JyNmZmYnIHZpZXdCb3g9JzAgMCA4IDgnPjxwYXRoIGQ9J00yLjc1IDBsLTEuNSAxLjUgMi41IDIuNS0yLjUgMi41IDEuNSAxLjUgNC00LTQtNHonLz48L3N2Zz4=);
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  position: relative;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
}

.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators .active {
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.857143%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, liberation mono, courier new, monospace;
}

.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #0062cc !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
  color: #545b62 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover,
a.text-success:focus {
  color: #1e7e34 !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover,
a.text-info:focus {
  color: #117a8b !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #d39e00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #bd2130 !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover,
a.text-light:focus {
  color: #dae0e5 !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover,
a.text-dark:focus {
  color: #1d2124 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  * ::before,
  * ::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
*,
button {
  border: 0;
}

.full-width,
body,
html {
  width: 100%;
}

.full-height,
body,
html {
  height: 100%;
}

* {
  margin: 0;
  padding: 0;
  outline: 0;
  text-decoration: none;
  list-style-type: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-weight: 400;
}

.float-left,
.pull-left {
  float: left;
}

.float-right,
.pull-right {
  float: right;
}

.full,
ul li {
  float: left;
}

.pos_rel {
  position: relative;
}

.pos_abs {
  position: absolute;
}

.pos_fix {
  position: fixed;
}

a,
ul li {
  position: relative;
}

.clear,
.clearfix {
  clear: both;
}

button {
  background-color: transparent;
  cursor: pointer;
}

textarea {
  resize: vertical;
  max-height: 205px;
}

input,
textarea {
  border-radius: 0;
  -webkit-appearance: none;
}

a {
  display: inline-block;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

.h1,
h1 {
  font-size: 36px;
}

.h2,
h2 {
  font-size: 30px;
}

.h3,
h3 {
  font-size: 22px;
  float: left;
  width: 100%;
}

.h4,
h4 {
  font-size: 18px;
}

.h5,
h5 {
  font-size: 14px;
}

.h6,
h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

html {
  -webkit-text-size-adjust: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

select {
  background-color: #fff;
}

.body_fixed {
  position: fixed;
  overflow: hidden;
}

.center,
.center2,
.center_mobile {
  position: relative;
  margin: 0 auto;
}

.center,
.center_mobile {
  width: 950px;
}

@media screen and (min-width: 992px) {
  .center2 {
    width: 930px;
  }
}
.center_mobile,
.mobile_body .center {
  width: 97%;
}

.main {
  min-height: calc(100% - 345px);
}

.hide {
  display: none;
}

.show {
  display: block;
}

.full {
  position: relative;
  width: 100%;
}

.translate {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.translateX {
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.translateY {
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.aube_ol_btn:before,
.c_form_gonder:before,
.contact_c_list li a:before,
.e_axtar_toggle_btn:before,
.e_y_types li a:before,
.elan_date_info li:before,
.elan_top_left_tab li:last-child:before,
.elan_y_btn:before,
.login_btn_list li a:before,
.login_btn_submenu:before,
.mob_xidmet_btn_title:before,
.mobile_lang_menu:before,
.move_back_btn:before,
.p_service_ico:before,
.page_title:before,
.po_bottom_btn_submit:before,
.r_bottom_sides:before,
.r_ic_has_ico_link:before,
.s_by_cat_toggle:before,
.s_tab_axtar_btn:before,
.s_tab_top_menus li a:before,
.site_tabs_list li a:before,
.user_elan_edit_btns li a:before,
.user_soc_login_btns li a:before,
.y_komp_add:before {
  min-width: 20px;
  min-height: 20px;
  max-width: 20px;
  max-height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-size: contain;
  margin-right: 9px;
}

ul li:last-child {
  border: 0;
}

.add_and_edit_elan_page .chosen-container.must_fill,
.add_and_edit_elan_page .select_label .chosen-container.must_fill,
.chosen-container.must_fill,
.must_fill,
.select_label .chosen-container.must_fill {
  border: 1px solid red !important;
}

.fancybox-nav span,
.fancybox-nav:hover span,
.mobile_body .fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-image,
.fancybox-inner,
.fancybox-nav,
.fancybox-nav span,
.fancybox-outer,
.fancybox-skin,
.fancybox-tmp,
.fancybox-wrap,
.fancybox-wrap iframe,
.fancybox-wrap object {
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #fff;
  color: #444;
  text-shadow: none;
  border-radius: 8px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-inner,
.fancybox-outer {
  position: relative;
  display: table;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-iframe,
.fancybox-image {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading,
.fancybox-close,
.fancybox-next span,
.fancybox-prev span {
  background-image: url(img/fancybox_sprite.png);
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

.fancybox-close,
.fancybox-nav,
.fancybox-nav span {
  cursor: pointer;
  z-index: 8040;
  position: absolute;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url(img/fancybox_loading.gif) center center no-repeat;
}

.fancybox-close {
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
}

.fancybox-nav {
  top: 0;
  width: 40%;
  height: 100%;
  text-decoration: none;
  background: url(img/blank.gif);
  -webkit-tap-highlight-color: transparent;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

.fancybox-lock,
.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock {
  width: auto;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 12000;
  background: url(img/fancybox_overlay.png);
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: hidden !important;
}

.fancybox-title {
  visibility: hidden;
  font: 400 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: 0 0;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #fff;
  font-weight: 700;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-next span,
  .fancybox-prev span {
    background-image: url(img/fancybox_sprite@2x.png);
    background-size: 44px 152px;
  }
  #fancybox-loading div {
    background-image: url(img/fancybox_loading@2x.gif);
    background-size: 24px 24px;
  }
}
/* .soc_list li a {
  background: url(img/new_soc_icons.png?v=3.2) left top no-repeat;
} */
.soc_list li .fb {
  background-position: left top;
}

.soc_list li .fb:hover {
  background-position: left top -20px;
}

.soc_list li .ins {
  background-position: left -20px top;
}

.soc_list li .ins:hover {
  background-position: left -20px top -20px;
}

.soc_list li .yt {
  background-position: left -40px top;
}

.soc_list li .yt:hover {
  background-position: left -40px top -20px;
}

.soc_list li .telegram {
  background-position: left -60px top;
}

.soc_list li .telegram:hover {
  background-position: left -60px top -20px;
}

.wp_tel {
  /* background: url(img/new_icons/whatsapp.svg) left center no-repeat; */
}

.search_by_code_btn {
  background: url(img/search_ico.png) center no-repeat;
}

.lang_arrow {
  background: url(img/lang_arrow.png) center no-repeat;
}

.lang_list:hover .lang_arrow {
  background-image: url(img/lang_arrow_up.png);
}

.login_btn:before {
  background-image: url(img/login_btn.png);
}

.reg_btn:before {
  background-image: url(img/new_icons/person.svg);
}

.login_btn:hover:before {
  background-image: url(img/login_btn_hover.png);
}

.reg_btn:hover:before {
  background-image: url(img/register_btn_hover.png);
}

.header_favorite_btn:before {
  background-image: url(img/star_white.png);
  background-size: contain;
}

.header_favorite_btn:not(.header_favorite_btn_mobile):hover:before {
  background-image: url(img/star_red.png?v=345);
}

.logout:before {
  background-image: url(img/new_icons/logout.svg);
}

.logout:hover:before {
  background-image: url(img/logout_hover.png);
}

.elan_y_btn:before {
  background-image: url(img/plus-button-white.svg);
  background-size: contain;
}

.elan_y_btn:hover:before {
  background-image: url(img/plus-button-blue.svg);
}

.mobile_body .elan_y_btn:before {
  background-image: url(../images/add.svg);
  background-size: contain;
}

.mobile_body .elan_y_btn:hover:before {
  background-image: url(img/plus-blue.svg);
}

.site_tabs_list li a:before {
  background-size: contain;
}

.site_tabs_list li .site_1:before {
  background-image: url(img/site_1.png);
}

.site_tabs_list li .site_2:before {
  background-image: url(img/site_2.png);
}

.site_tabs_list li .site_3:before {
  background-image: url(img/site_3.png);
}

.s_tab_top_menus li .r_ico:before {
  background-image: url(img/r_ico.png);
}

.s_tab_top_menus li .y_komp:before {
  background-image: url(../images/yeni.svg);
}

.s_tab_top_menus li .biznes_m:before {
  background-image: url(img/biznes_m.png);
}

.s_tab_axtar_btn:before {
  background-image: url(img/search_ico_btn.png);
}

.home_tab_title:before {
  background-repeat: no-repeat;
  background-position: center;
}

.home_tab_premium:before {
  background-image: url(img/tab_p_mobile_ico.png);
  background-size: contain;
}

.wedding_tab:before {
  background-image: none;
  display: none;
  background-size: contain;
}

.wedding_tab {
  margin-bottom: 10px;
}

.mobile_body .wedding_tab {
  height: 50px;
  padding-left: 15px;
}

.mobile_body .wedding_tab a {
  color: #ff2c39;
  font-weight: 600;
}

.agentlikler_tab:before,
.riletor_title:before {
  background-image: url(img/agents.svg);
  width: 55px !important;
}

.elan_property_title {
  background-repeat: no-repeat;
  background-position: left 8px center;
}

.elan_elan_nov {
  background-image: url(img/elan_nov_yeni.png);
}

.elan_emlak_nov {
  background-image: url(img/emlak_nov_yeni.png);
}

.elan_sahe {
  background-image: url(img/elan_sahe_yeni.png);
}

.elan_unvan {
  background-image: url(img/elan_unvan_yeni.png);
}

.elan_metro {
  background-image: url(img/elan_metro_yeni.png);
}

.home_tab_tecili:before {
  background-image: url(img/is_service_ico_4.png);
}

.about_title:before {
  background-image: url(img/about_ico.png);
}

.contact_title:before {
  background-image: url(img/contact_ico.png);
}

.contact_c_list li .tel_ico:before {
  background-image: url(../images/phone-red.svg?v=1);
}

.contact_c_list_popup li .tel_ico:before {
  background-image: url(../images/phone-red.svg?v=1);
}

.contact_c_list li .email_ico:before {
  background-image: url(img/new_icons/mail_red.svg);
}

.contact_c_list li .adr_ico:before {
  background-image: url(img/c_adr.png);
}

.c_form_gonder:before {
  background-image: url(img/c_send_btn.png);
}

.e_yerlesdir_title:before {
  background-image: url(img/elan_y_btn.png);
}

.e_yerles_info_ico {
  background: url(img/ques_mark.png) center no-repeat;
}

.e_y_types li .e_y_d_emlak:before {
  background-image: url(img/d_emlak2.png);
}

.e_y_types li .e_y_d_r_car:before {
  background-image: url(img/neqliyyat_2.png);
}

.e_y_types li .e_y_d_geyim:before {
  background-image: url(img/geyim2.png);
}

.select_label .chosen-container-single .chosen-single div b {
  background: url(img/select_arrow.png) right center no-repeat !important;
}

.chosen-container-active .chosen-choices li.search-field input[type=text],
.multi_label .select_label .chosen-container {
  background: url(img/select_arrow.png) right 7px center no-repeat !important;
}

.wp_ico {
  background: url(img/wp_ico.png) center no-repeat;
}

.ulduzum_ico {
  background: url(img/ulduzum_ico.png) center no-repeat;
}

.picture_delete,
.popup_img,
.rotate_picture {
  background-position: center;
  background-repeat: no-repeat;
}

.picture_delete {
  background-image: url(img/delete_photo.png);
}

.rotate_left {
  background-image: url(img/rotate_left.png);
}

.rotate_right {
  background-image: url(img/rotate_right.png);
}

.popup_img {
  background-image: url(img/zoom_img.png);
}

._e_top_elan {
  background: url(img/c_send_btn.png) left top no-repeat;
}

.fancybox-close {
  background: url(img/x-circle-fill.svg) center no-repeat !important;
  background-size: contain;
  box-shadow: 0 3px 8px 0 rgba(255, 44, 57, 0.5411764706);
  border-radius: 50px;
}

.portmanat_info_box {
  background: url(img/p_info_ico.png) center no-repeat;
}

.p_service_ico.selected_service:before,
.p_service_ico1:before {
  background-size: contain;
}

.pay_popup_list_bottom li .sigorta:before {
  background-image: url(img/new_icons/elan_blue.svg?v=3);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.p_service_ico1:before {
  background-image: url(../images/prem.svg);
}

.p_service_ico1.selected_service:before {
  background-image: url(img/p_et_p.png);
}

.p_service_ico2:before {
  background-image: url(img/new_icons/blue/star_wind.svg);
}

.p_service_ico2.selected_service:before {
  background-image: url(img/mob_xidmet2.png);
}

.p_service_ico3:before {
  background-image: url(img/new_icons/blue/youtube.svg);
}

.p_service_ico3.selected_service:before {
  background-image: url(img/mob_xidmet3.png);
}

.p_service_ico4:before {
  background-image: url(img/new_icons/xususi.svg);
}

.p_service_ico4.selected_service:before {
  background-image: url(img/mob_xidmet4.png);
}

.p_service_ico5:before {
  background-image: url(img/new_icons/blue/socials.svg);
}

.p_service_ico5.selected_service:before {
  background-image: url(img/mob_xidmet5.png);
}

.p_service_ico6:before {
  background-image: url(img/pulsuz_p.png);
}

.p_service_ico6.selected_service:before {
  background-image: url(img/pulsuz_p_white.png);
}

.po_bottom_btn_submit:not(.d_et):before {
  background-image: url(img/odenis_et_btn.png);
}

.elan_top_left_tab li:last-child:before {
  background-image: url(../images/zeng.svg?v=1);
}

.elan_top_left_tab li.muddet_bitib:before {
  background-image: url(img/warning.png);
}

.mobile_body .elan_in_service_btn_top li {
  width: 50%;
}

.mobile_body .elan_in_service_btn li a::before {
  content: "";
  width: 28px;
  height: 22px;
  background-repeat: no-repeat;
  background-size: contain;
}

.mobile_body .elan_in_service_btn_top li:nth-child(1) a:before {
  background-image: url(../images/elan-ireli.svg);
}

.mobile_body .elan_in_service_btn_top li:nth-child(2) a:before {
  background-image: url(../images/prem.svg);
}

.mobile_body .elan_in_service_btn_bottom li:nth-child(1) a:before {
  background-image: url(../images/fb-insta-20.svg?v=1);
}

.mobile_body .elan_in_service_btn_bottom li:nth-child(2) a:before {
  background-image: url(../images/tube.svg);
}

.mobile_body .elan_in_service_btn_bottom li:nth-child(3) a:before {
  background-image: url(../images/star-white-fill-20.svg);
}

.new_elan_alert {
  background: url(img/warning.png) left 15px center no-repeat;
}

.elan_date_info li:not(.news_date):first-child:before,
.news_date_list li.news_view_c:before {
  background-image: url(../images/baxis.svg);
}

.elan_date_info li:not(.news_view_c):last-child:before,
.news_date_list li.news_date:before {
  background-image: url(../images/tarix1.svg);
}

.user_elan_edit_btns li .redakte_btn:before {
  background-image: url(img/elan_redakte_btn.png);
}

.user_elan_edit_btns li .sil_btn:before {
  background-image: url(img/elan_sil_btn.png);
}

.user_elan_edit_btns li .berpa_btn:before {
  background-image: url(img/elan_berpa_btn.png);
}

.user_elan_edit_btns li .sekil_yukle_btn:before {
  background-image: url(img/sekil_yukle_btn.png);
}

.user_elan_edit_btns li a.up_btn:before {
  background-image: url(img/xidmet2_red.png);
  background-size: contain;
}

.elan_list .berpa_btn_box li.up_btn {
  width: 100%;
}

.user_elan_edit_btns li a.up_btn {
  color: #263b55;
  font-size: 14px;
  font-weight: 500;
  flex-flow: row !important;
  padding: 7px 5px !important;
  border-radius: 0 0 8px 8px !important;
}

.service_info_box:before {
  background: url(img/new_icons/info.svg) center no-repeat;
}

.pay_list li label:before {
  background: url(img/new_icons/radio.svg) center no-repeat;
}

.pay_list li .home_e_nov:checked ~ label:before {
  background-image: url(img/new_icons/radio_checked.svg);
}

.service_back_btn:before {
  background-image: url(img/back.png) !important;
}

.xidmetler_title:before {
  background-image: url(img/xidmet_title.png);
}

.xidet1:before {
  background-image: url(img/xidmet1.png);
}

.xidet2:before {
  background-image: url(img/xidmet2.png);
}

.xidet3:before {
  background-image: url(img/single_yt_ico.png?v=3.0);
}

.xidet4:before {
  background-image: url(img/xidmet4.png);
}

.xidet5:before {
  background-image: url(img/xidmet5.png);
}

.xidet6:before {
  background-image: url(img/xidmet6.png);
}

.xidet7:before {
  background-image: url(img/xidmet7.png);
  background-size: contain;
}

.xidet8:before {
  background-image: url(img/home_insurance.png?v=2.0);
  background-size: contain;
}

.xidemet_tab:before {
  background: url(img/xidmet_t_arrow.png);
}

.reklam_txt:before {
  background: url(img/reklam_alert2.png) center/cover no-repeat;
}

.reklam_alert {
  background: url(img/reklam_alert.png) center no-repeat;
}

.results_title:before {
  background-image: url(img/results_ico.png);
}

.abune_ol_left:before {
  background: url(img/envelope_r.png) center/100% 100% no-repeat;
}

.aube_ol_btn:before {
  background-image: url(img/ring_ico.png);
}

.pagination li .page_next,
.pagination li .page_prev {
  background-position: 0 center;
  background-repeat: no-repeat;
  background-image: url(img/top_slide_btn.png);
}

.pagination li .page_next:hover,
.pagination li .page_prev:hover {
  background-image: url(img/top_slide_btn_pag_hover.png);
}

.rent_car_title_:before {
  background-image: url(img/rent_a_car_ico.png);
}

.atelye_:before {
  background-image: url(img/g_salon_ico.png);
}

.rieltor_tel {
  background-image: url(img/c_tel.png);
}

.rieltor_wp {
  background-image: url(img/whatsapp.png);
  background-position: left center;
}

.rieltor_date {
  background-image: url(img/rieltor_date.png);
}

.kopleks_view {
  background-image: url(img/elan_baxis_ico_m.png);
}

.r_bottom_sides1:before {
  background-image: url(img/r_elan_sayi.png);
}

.r_bottom_sides2:before {
  background-image: url(img/elan_baxis_ico.png);
}

.all_rieltor_btn:before {
  background-image: url(img/r_ico.png);
}

.all_rieltor_btn.rent_car_title_:before {
  background-image: url(img/rent_a_car_ico.png);
}

.all_rieltor_btn.atelye_:before {
  background-image: url(img/g_salon_ico.png);
}

.r_ic_has_ico_link1:before {
  background-image: url(img/r_ic_has_ico_link1.png);
}

.r_ic_has_ico_link2:before {
  background-image: url(img/c_adr.png);
}

.all_y_komp_btn:before,
.y_kompleks_title:before {
  background-image: url(img/yasayis_k.png);
}

.a_salon:before {
  background-image: url(img/avto_s_icon.png);
}

.b_merkez:before {
  background-image: url(img/biznes_m.png);
}

.g_salon:before {
  background-image: url(img/g_salon_ico_home.png);
}

.y_komp_add:before {
  background-image: url(img/plus-button-white.svg);
  background-size: contain;
}

.geyim_name {
  background-image: url(img/geyim_ico_yeni.png);
}

.geyim_date {
  background-image: url(img/geyim_date.png);
  color: #7d85a9;
}

.elan_is_service_top_ico_service_4:after {
  background-image: url(img/is_service_ico_4_small.png);
  background-position: center;
  background-repeat: no-repeat;
}

.elan_is_service {
  background: url(img/elan_is_premium.png) center no-repeat;
}

.elan_is_premium:after {
  background-image: url(img/is_premium_after_n2.png?v=3.0);
}

.home_tab_vip:before {
  background-image: url(img/vip_tab_title.png);
}

.elan_is_vip {
  background-image: url(img/is_xususi_ico.png);
}

.elan_is_vip:after {
  background-image: url(img/is_vip_after.png);
}

.geyim_salon_ico:before {
  background-image: url(img/g_salon_ico.png);
}

.gelinlik_s_ico:before {
  background-image: url(img/g_salon_ico_home.png);
}

.avto_salon_ico:before {
  background-image: url(img/avto_s_icon.png);
}

.rent_a_car_s:before {
  background-image: url(img/rent_a_car_ico.png);
}

.elan_is_xususi {
  background-image: url(img/is_xususi_ico.png);
}

.s_box_inputs_box .ms-options-wrap > button:after,
.search_tab_box .s_box_inputs_box .ms-options-wrap > button:after,
.search_tab_box .select_label .ms-options-wrap > button:after,
.select_label .ms-options-wrap > button:after,
select {
  background: url(img/new_icons/chevron-down.svg?v=2) right center no-repeat;
}

select {
  background-position: right 15px center;
  background-size: 22px;
}

.cesidle,
.s_box_inputs_box .ms-options-wrap > button:after,
.select_label .ms-options-wrap > button:after {
  background-image: url(img/new_icons/chevron-down-dark.svg);
  background-position: right 5px center;
  background-size: 20px;
}

.elan_tesdiq_hover:after,
.emlak_loading:after,
.home_has_loading:after {
  background: url(img/loading-f.png) center center no-repeat;
}

.emlak_loading:after,
.home_has_loading:after {
  background-image: url(img/loading-f_.png);
}

.usr_tab_ico {
  background: center/contain no-repeat;
}

.usr_tab_ico_1 {
  background-image: url(img/new_icons/done.svg);
}

.usr_tab_ico_2 {
  background-image: url(img/usr_tab_ico_2.png);
}

.usr_tab_ico_3 {
  background-image: url(img/new_icons/clock.svg);
}

.usr_tab_ico_31 {
  background-image: url(img/usr_tab_ico_31.png);
}

.usr_tab_ico_4 {
  background-image: url(img/new_icons/sandtimer.svg);
}

.usr_tab_ico_5 {
  background-image: url(img/new_icons/none.svg);
}

.usr_tab_ico_6 {
  background-image: url(img/new_icons/settings.svg);
}

.usr_tab_ico_7 {
  background-image: url(img/usr_tab_ico_5.png);
}

.usr_tab_ico_8 {
  background-image: url(img/my_users.png);
}

.elan_y_btn_cats:hover:before {
  background-image: url(img/elan_y_btn.png);
}

.photo_block button:before,
.sekli_deyis:before {
  background: url(img/new_icons/camera.svg) no-repeat;
  background-size: contain;
}

.edit_info:before {
  background: url(img/new_icons/prof_edit.svg);
}

.subscribe_7:before {
  background-image: url(img/contact_ico.png);
  background-size: contain;
}

.add_field:before {
  background: url(img/add.png) center top no-repeat;
}

.styled_line .wp_status_label_user_edit span,
.wp_status_ico {
  background: url(img/new_icons/whatsapp.svg) no-repeat;
}

.logIcon {
  background: url(img/sprite_20160304.png) 0 -87px no-repeat;
}

.regIcon {
  background: url(img/sprite_20160304.png) 0 -38px no-repeat;
}

.login_btn1 {
  background-image: url(img/new_icons/person.svg);
  background-size: contain;
}

.header_favorite_btn_mobile {
  background-image: url(img/new_icons/star_active.svg);
}

.side_bar_toggle.float-right {
  background-image: url(../images/kateqoriya.svg);
  transform: rotate(180deg);
}

.m_h_m_left_txt {
  background: url(img/mobile_down_ico.png) left center no-repeat;
}

.m_top_middle_right_side,
.s_b_code_m_btn {
  /* background-image: url(img/search_ico.svg?v=3); */
  background-size: 20px;
}

.close_s_by_code_mobile {
  background-image: url(img/mobile_s_close.png);
}

.e_axtar_toggle_btn {
  background: url(img/e_axtar_mob_down.png) right 15px center no-repeat #3d4153;
}

.e_axtar_toggle_btn_open {
  background-image: url(img/e_axtar_mob_up.png);
}

.e_axtar_toggle_btn:before {
  background-image: url(img/mobile_search_ico.png);
}

.mobile_service_ico,
.satis_novu_ico {
  background-repeat: no-repeat;
  background-position: center center;
}

.mobile_service_tab_title1 h1:before,
.mobile_service_tab_title1 h2:before {
  background-image: url(img/buildings/king.svg);
  content: "";
}

.mobile_service_tab_title2 h1:before,
.mobile_service_tab_title2 h2:before {
  background-image: url(img/tab_tecili_mobile_ico.png);
}

.mobile_service_tab_title_xususi h1:before,
.mobile_service_tab_title_xususi h2:before {
  background-image: url(img/new_icons/xususi_outline.svg);
}

.mobile_service_tab_title_riel h1:before,
.mobile_service_tab_title_riel h2:before {
  background-image: url(img/new_icons/agency.svg);
}

.rent_car_title_.mobile_service_tab_title_riel h1:before,
.rent_car_title_.mobile_service_tab_title_riel h2:before {
  background-image: url(img/rent_a_car_ico_m.png);
}

.atelye_.mobile_service_tab_title_riel h1:before,
.atelye_.mobile_service_tab_title_riel h2:before {
  background-image: url(img/g_salon_ico_m.png);
}

.y_komp_title_mobile h1:before,
.y_komp_title_mobile h2:before {
  background-image: url(img/buildings/new_b.svg);
}

.b_merkez h1:before,
.b_merkez h2:before {
  background-image: url(img/biznes_m2.png);
}

.a_salon h1:before,
.a_salon h2:before {
  background-image: url(img/avto_s_icon_m.png);
}

.g_salon h1:before,
.g_salon h2:before {
  background-image: url(img/g_salon_ico_home-m.png);
}

.mob_vip_title h1:before,
.mob_vip_title h2:before {
  background-image: url(img/mob_vip_title.png);
}

.mobile_service_ico_premium {
  background-image: url(../images/prem.svg);
}

.satis_novu_ico1 {
  background-image: url(../images/doc-white-25.svg);
}

.kreditle_ico {
  background-image: url(../images/percent2-white-15.svg);
}

.barter_ico {
  background-image: url(../images/barter.svg);
}

.mobile_service_ico_tecili {
  background-image: url(img/tecili_mob_ico.png);
}

.mobile_lang_menu_ru:before {
  background-image: url(img/ru.png);
}

.mobile_lang_menu_aze:before {
  background-image: url(img/aze.png);
}

.login_btn_submenu:before {
  background: url(../images/login.svg);
}

.site_tabs_list_side_menu li a {
  background: url(img/side_site_cat_link_arrow.png) right 30px center no-repeat #3d4153;
}

.mobile_menu_list .has_sub_menu > a {
  background-repeat: no-repeat;
  background-position: right 5px center;
  background-image: url(img/new_icons/chevron-down.svg?v=2);
  background-size: 25px;
}

.mobile_menu_list li.has_sub_menu > a:hover {
  background-image: url(img/new_icons/chevron-up.svg?v=2);
}

.side_menu_soc_list li a {
  background: center/contain no-repeat;
}

.side_menu_soc_list li .s_menu_fb {
  background-image: url(../images/face.svg?v=1);
}

.side_menu_soc_list li .s_menu_ins {
  background-image: url(../images/insta.svg);
}

.side_menu_soc_list li .s_menu_yt {
  background-image: url(../images/tiktok.svg);
}

.side_menu_soc_list li .s_menu_telegram {
  background-image: url(../images/wp.svg);
}

.move_back_btn:before {
  background-image: url(img/new_icons/chevron-left.svg?v=2);
  background-size: contain;
}

.e_y_types_site_cats li .e_y_d_emlak:not(:hover):before {
  background-image: url(img/d_emlak2_side.png);
}

.e_y_types_site_cats li .e_y_d_r_car:not(:hover):before {
  background-image: url(img/neqliyyat_2_side.png);
}

.e_y_types_site_cats li .e_y_d_geyim:not(:hover):before {
  background-image: url(img/geyim2_side.png);
}

.s_by_cat_toggle {
  background: url(img/e_axtar_mob_down.png) right 15px center no-repeat #3d4153;
}

.s_by_cat_toggle_open {
  background-image: url(img/new_icons/chevron-up.svg?v=2);
}

.s_by_cat_toggle:before {
  background-image: url(img/s_b_cat_h_ico.png);
}

.mobile_menu_list_s_by_cat li a {
  background: url(img/s_b_code_arrow.png) right 15px center no-repeat #fff;
}

.mobile_menu_list_s_by_cat li a:hover {
  background-image: url(img/side_site_cat_link_arrow.png);
}

.e_axtar_select {
  background-size: 20px !important;
  background: url(img/new_icons/chevron-down-dark.svg) right center no-repeat #f2f2f2;
}

.e_axtar_body .e_axtar_select {
  background: url(img/new_icons/chevron-down.svg?v=2) right 15px center no-repeat #f2f2f2;
}

.e_axtar_s_box_btn {
  background: url(img/e_axtar_mob_down.png) right 35px center no-repeat #3d4153;
}

.e_axtar_s_box_btn_active {
  background-image: url(img/e_axtar_mob_up.png);
}

.user_soc_login_btns li .login_fb:before {
  background-image: url(img/fb_login.png);
}

.user_soc_login_btns li .login_gl:before {
  background-image: url(img/google.svg);
}

.wp_ico_single {
  background: url(img/new_icons/whatsapp.svg) center no-repeat;
}

.flex-direction-nav .flex-nav-prev a {
  background-image: url(img/m_slide_arrow_left.png);
}

.flex-direction-nav .flex-nav-next a {
  background-image: url(img/m_slide_arrow_right.png);
}

.elan_date_info_mobile li:first-child:before {
  background-image: url(img/elan_baxis_ico_m.png);
}

.elan_date_info_mobile li:last-child:before {
  background-image: url(img/elan_date_m.png);
}

.mobile_elan_adr {
  background: url(img/mobile_marker.png) left 15px center no-repeat #3683f7;
}

.mob_xidmet_btn_title {
  background: url(img/new_icons/chevron-down-dark.svg) right 20px center no-repeat #fff;
}

.mob_xidmet_btn_title_open {
  background-image: url(img/new_icons/chevron-up-dark.svg);
}

.xidmet1:before {
  background-image: url(../images/premium-blue-30.svg);
}

.xidmet2:before {
  background-image: url(../images/elan-ireli-blue.svg);
}

.xidmet3:before {
  background-image: url(../images/tube-blue.svg);
}

.xidmet4:before {
  background-image: url(../images/fb-insta-blue.svg);
}

.xidmet5:before {
  background-image: url(../images/star-blue.svg);
}

.xidmet6:before {
  background-image: url(img/new_icons/blue/camera.svg);
}

.xidmet7:before {
  background-image: url(img/new_icons/blue/insurance.svg);
  background-size: contain;
}

.xidmet8:before {
  background-image: url(img/home_insurance.png);
  background-size: contain;
}

.mobile_service_ico_vip:after {
  background: url(img/mobile_service_ico_vip.png) center no-repeat #a5aa0f;
}

.e_in_kreditle {
  background: url(../images/percent2-white-15.svg) left 5px center no-repeat #2bcc3a;
}

.e_in_barter {
  background-image: url(img/barter.svg);
}

.share_on_fb {
  background-image: url(../images/fb-red-fill-40.svg?v=1);
  background-size: 40px 40px !important;
}

.share_on_messenger {
  background-image: url(../images/messenger-red-40.svg);
  background-size: 40px !important;
}

.share_on_wp {
  background-image: url(../images/wp-red-fill-40.svg);
  background-size: contain !important;
}

.share_on_viber {
  background-image: url(img/new_viber_ico.png?v=3.0);
  background-size: 80% !important;
}

.abune_ol span:before {
  background-image: url(img/ring_ico.png);
}

.sigorta span:before {
  background-image: url(img/home_insurance.png);
}

.rieltor_banner {
  background: url(img/rieltor_banner.png) left top no-repeat;
  background-size: cover;
}

.bann {
  background-repeat: no-repeat;
  background-position: left top;
}

.mobile_body .sigorta_ban,
.mobile_body .wp_abune {
  background-position: center;
  background-size: 100% 100%;
}

.mobile_body .wp_abune {
  background-image: url(img/banner_for_rieltor.gif);
}

.mobile_body .sigorta_ban_1 {
  background-image: url(img/dasnimazemlak.gif?v=2.0);
}

.mobile_body .sigorta_ban_2 {
  background-image: url(img/avtomobil.gif?v=2.0);
}

.r_bann {
  background-image: url(img/x_teklif_rb.png?v=1.0);
}

.home_page_banner {
  background: url(img/home_h_banner.jpg) center/cover no-repeat;
}

.mobile_add_e_close {
  background: url(img/mobile_add_e_close_btn.png) center no-repeat;
  background-size: 12px 12px;
}

.mobile_botom_btn_span {
  background: center/contain no-repeat;
}

.mobile_add_e_span {
  background-image: url(img/mobile_add_e_plus_ic.png);
}

.zeng_et_ico {
  background-image: url(../images/phone-white-16.svg);
}

.sikayet_et_link:before {
  /*background-image: url(img/new_icons/flag-fill.svg);*/
}

.agentlikler_tab_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.agentlikler_tab_title h2:before {
  background-image: url(img/new_icons/agency.svg);
}

.news_tab_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news_tab_title h2:before {
  background-image: url(img/new_icons/newspaper.svg);
}

.favorite_btn,
.elan_in_fav_btn {
  background-repeat: no-repeat;
  background-size: 20px 20px;
}

.favorite_btn {
  background-size: contain;
  background-image: url(../images/favourite.svg);
}

.favorite_btn_active {
  background-image: url(../images/fav.svg);
}

.elan_in_fav_secilmisdir,
.elan_in_fav_sil {
  background-position: left -2px center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
}

.elan_in_fav_secilmisdir {
  /*background-image: url(img/star_red.png);*/
  background-size: 15px;
  background-position: left center;
}

.b_say_r_in:before {
  background-image: url(../images/watch-18-red.svg);
  background-size: contain;
}

.kabinet_ireli_cek:before {
  background-image: url(img/mob_xidmet2.png);
  background-size: contain;
}

.teklif_page .portmanat_info_box {
  background: url("img/p_info_ico.png") no-repeat center;
}

.menu li a,
.soc_list li a,
.soc_list li img {
  position: relative;
  float: left;
}

.elan_y_btn,
.footer_menu li a,
.home_tab_title h2,
.home_tabs_btn,
.s_form_box_title,
.s_tab_top_menus li a,
.service_name,
.site_tabs_list li a {
  text-transform: uppercase;
}

.checksquared label:after,
.checksquared span:before,
.home_tab_title:before,
.pay_popup_list_bottom li .sigorta:before {
  content: "";
}

* {
  font-family: "Inter", sans-serif;
  border-radius: 0;
}

@font-face {
  font-display: swap;
  font-family: jisazn-bold;
  src: url(fonts/jis/JISAZNBold.eot);
  src: url(fonts/jis/JISAZNBold.eot?#iefix) format("embedded-opentype"), url(fonts/jis/JISAZNBold.woff2) format("woff2"), url(fonts/jis/JISAZNBold.woff) format("woff"), url(fonts/jis/JISAZNBold.ttf) format("truetype"), url(fonts/jis/JISAZNBold.svg#JISAZNBold) format("svg");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: jisazn-regular;
  src: url(fonts/jis/JISAZNRegular.eot);
  src: url(fonts/jis/JISAZNRegular.eot?#iefix) format("embedded-opentype"), url(fonts/jis/JISAZNRegular.woff2) format("woff2"), url(fonts/jis/JISAZNRegular.woff) format("woff"), url(fonts/jis/JISAZNRegular.ttf) format("truetype"), url(fonts/jis/JISAZNRegular.svg#JISAZNRegular) format("svg");
  font-weight: 400;
  font-style: normal;
}
body {
  background-color: #fff;
}

.top_section {
  height: 40px;
  background-color: #3d4153;
  padding: 0 15px;
  z-index: 1000;
}

.soc_list li {
  margin-right: 10px;
}

.soc_list li:last-child {
  margin: 0;
}

.soc_list li a {
  width: 20px;
  height: 20px;
}

.web_menu_nav {
  z-index: 100;
}

.web_menu_list li {
  margin-right: 1px;
}

.web_menu_list li:last-child {
  margin: 0;
}

.menu li a {
  font-size: 15px;
  color: #fff;
  padding: 7px 12px;
  transition: all 0.5s;
}

.menu li a:hover {
  background-color: #fff;
  color: #292c37;
  border-radius: 3px;
}

.web_menu_list li:hover .web_sub_menu {
  display: block;
}

.sub_menu {
  display: none;
  background-color: #273b55;
}

.web_sub_menu {
  position: absolute;
  left: 0;
  top: 100%;
  width: 150px;
}

.sub_menu li {
  width: 100%;
  margin: 0;
}

.sub_menu li:last-child {
  border: 0;
}

.sub_menu li a {
  width: 100%;
  border-radius: 0 !important;
  padding: 7px 10px;
}

.wp_tel {
  display: flex;
  position: relative;
  width: auto;
  height: 17px;
  overflow: auto;
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
  color: #fff;
  padding-left: 23px;
  left: 90px;
}

.search_box {
  margin-left: 25px;
}

.search_by_code_input {
  position: relative;
  float: left;
  padding-left: 10px;
  padding-right: 25px;
  width: 170px;
  height: 29px;
  color: #fff;
  font-size: 16px;
  background-color: #343847;
  border-radius: 20px;
  border: 1px solid #707380;
}

.search_by_code_btn {
  position: absolute;
  width: 14px;
  height: 14px;
  right: 8px;
}

.search_by_code_input::-webkit-input-placeholder {
  color: #fff;
}

.search_by_code_input:-moz-placeholder {
  color: #fff;
}

.search_by_code_input::-moz-placeholder {
  color: #fff;
}

.search_by_code_input:-ms-input-placeholder {
  color: #fff;
}

.second_top {
  padding: 0 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  height: 60px;
  background-color: #d33631;
  z-index: 100;
}

.second_top_right {
  height: 43px;
}

.lang_list {
  width: 60px;
  height: 32px;
  z-index: 100;
  margin-left: 10px;
}

.lang_list:hover {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.lang_list li {
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 3px 0;
  cursor: pointer;
}

.lang_list li:hover .sub_lang {
  display: block;
}

.lang_arrow,
.lang_list li img {
  position: relative;
  display: inline;
}

.lang_arrow {
  margin-left: 5px;
  width: 10px;
  height: 6px;
  top: -8px;
}

.elan_y_btn,
.login_btn_list li {
  margin-left: 18px;
}

.home_tab_content,
.sub_lang {
  display: none;
}

.sub_lang {
  position: absolute;
  left: -1px;
  top: 100%;
  width: calc(100% + 2px);
  border: 1px solid #fff;
  border-top: 0;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: #fff;
}

.login_btn_list li a,
.s_form_box,
.s_form_box_title {
  position: relative;
  float: left;
}

.sub_lang li {
  text-align: left;
  padding: 3px 8px 0;
}

.elan_y_btn,
.login_btn_list li a {
  text-align: center;
  display: inline-block;
  transition: all 0.5s;
  vertical-align: middle;
}

.login_btn_list li a {
  background: #ff2c39;
  border-radius: 8px;
  color: #fff;
  font-size: 13px;
  padding: 8px;
  display: flex;
  align-items: center;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.1294117647);
  height: 42px;
}

.login_btn_list li a span {
  font-weight: 500;
  max-width: 100px;
}

.search_tab_btn li,
.site_tabs_list li {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.login_btn_list li a:hover {
  background-color: #fff;
  color: #d33631;
}

.elan_y_btn {
  border-radius: 20px;
  font-size: 17px;
  color: #fff;
  background-color: #3585f7;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.4784313725);
  padding: 10px 20px;
}

.home_page .search_tab_btn.full, .new_f_links_tab_btn.full {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-block: 8px;
  height: auto;
  overflow-x: scroll;
}

.elan_y_btn:hover {
  background-color: #fff;
  color: #1c5fa7;
}

.s_tab_top_menus li a,
.search_tab_btn li a,
.site_tabs_list li a {
  text-align: center;
  color: #fff;
  display: inline-block;
  transition: all 0.5s;
}

.elan_y_btn:before {
  width: 23px;
  height: 23px;
}

.mobile_body .elan_y_btn:before {
  width: 12px;
  margin-right: 5px;
  height: 12px;
}

.site_ref_tab {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.site_ref_tab,
.site_tabs_list,
.site_tabs_list li,
.site_tabs_list li a {
  height: 66px;
}

.site_tabs_list li {
  width: 33.3333333333%;
}

.site_tabs_list li a {
  width: 100%;
  vertical-align: middle;
  font-size: 14px;
  padding: 15px 0;
  background-color: #3d4153;
}

.site_tabs_list li .active_site,
.site_tabs_list li a:hover {
  background-color: #1c5fa7;
}

.site_tabs_list li a:before {
  margin-right: 20px;
  height: 34px;
  background-size: contain;
}

.site_tabs_list li .site_1:before {
  width: 37px;
}

.site_tabs_list li .site_2:before {
  width: 40px;
}

.site_tabs_list li .site_3:before {
  width: 32px;
}

.search_tab {
  padding-top: 6px;
}

.toggle_search_tab {
  padding-top: 0;
}

.search_tab_btn {
  height: 32px;
  margin-top: 10px;
}

.search_tab_btn li {
  height: 100%;
}

.search_tab_btn li a {
  color: #4a4a4a;
  font-size: 12px;
  padding: 8px 17px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  float: left;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.new_f_links_tab_btn.full li button  {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.search_tab_btn li .active_s_tab,
.search_tab_btn li a:hover {
  background-color: #d33631;
  color: #fff;
}

.s_tab_body {
  max-height: 335px;
  background-color: #fff;
  box-shadow: 0 6px 15px #ede8e8;
}

.search_tab_site1 {
  max-height: none;
  height: 276px;
}

.home_page .search_tab_site1, .home_page .search_tab_btn {
  height: auto;
}

.s_tab_top_menus {
  height: 46px;
  margin-right: -1px;
}

.s_tab_top_menus li {
  height: 100%;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.s_tab_top_menus li a {
  font-size: 13px;
  background-color: transparent;
  color: #3d4153;
  padding: 10px 20px;
  vertical-align: middle;
}

.s_tab_top_menus li a span {
  font-family: RobotoCondensed-Bold;
  top: 4px;
  position: relative;
}

.s_tab_top_menus li:first-child a {
  border-bottom-left-radius: 10px;
}

.s_tab_top_menus li a:before {
  width: 24px;
  height: 25px;
}

.st_tab_body {
  padding: 13px 15px;
  margin-top: -23px;
  padding-top: 0;
}

.s_form_box1 {
  width: 110px;
}

.s_form_box_title {
  clear: both;
  width: 100%;
  font-size: 12px;
  color: #3d4153;
}

.y_say_h2 h2 {
  margin-top: 10px;
}

.s_box_inputs_box {
  margin-top: 15px;
  border-right: 1px dashed #c2c2c2;
  height: 185px;
  padding: 0 5px;
}

.s_box_inputs_box1 {
  width: 100%;
  padding-left: 0;
}

.s_f_input_list li {
  width: 100%;
  margin-bottom: 5px;
}

.s_f_input_list li:last-child {
  margin-bottom: 0;
}

.checksquared,
.checksquared span {
  position: relative;
  width: 100%;
  float: left;
}

.checksquared {
  text-align: left;
}

.checksquared span {
  padding-left: 21px;
}

.checksquared span,
.checksquared span a {
  color: #3d4153;
  font-size: 13px;
  width: initial;
}

.checksquared span a {
  text-decoration: underline;
  z-index: 100;
}

.checksquared span a:hover {
  text-decoration: none;
}

.checksquared span:before {
  position: absolute;
  left: 25px;
  bottom: 0;
  border-bottom: 1px dashed #fff;
  width: calc(100% - 25px);
}

.checksquared input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  margin: 0;
  filter: alpha(opacity=0);
  cursor: pointer;
  display: block;
  z-index: 3;
}

.checksquared label,
.property_lists li:before {
  position: absolute;
  cursor: pointer;
  width: 15px;
  height: 15px;
  left: 0;
  top: 0;
  border: 1px solid #3d4153;
  background-color: #fff;
  border-radius: 2px;
  content: "";
}

.checksquared label:after,
.property_lists li:after {
  -ms-filter: "alpha(opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  position: absolute;
  width: 8px;
  height: 3px;
  background: 0 0;
  top: 3px;
  left: 2px;
  border: 2px solid #3d4153;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
  content: "";
}

.property_lists li:after {
  left: 3px;
  border-color: #3683f7;
}

.e_yerlesdir_in .s_label_title,
.s_label_title {
  background-color: #3d4153;
}

.checksquared input[type=checkbox]:checked + label:after,
.property_lists li:after {
  -ms-filter: "alpha(opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}

.s_form_box2 {
  width: 234px;
}

.s_f_input_list2,
.s_f_input_list3 {
  width: 50%;
}

.s_box_inputs_box3 {
  width: 155px;
}

.s_box_inputs_box4 {
  width: 210px;
}

.s_box_inputs_box5 {
  width: 180px;
  padding-right: 0;
  border-right: 0;
}

.s_form_box3 {
  width: 550px;
}

.s_f_input_list4 li {
  margin-bottom: 8px;
}

.select_label {
  position: relative;
  float: left;
  width: 100%;
  height: 30px;
}

.add_and_edit_elan_page .select_label:not(.select_label_area) {
  height: 36px;
}

.komp_show_map {
  width: 280px;
}

.komp_show_map a {
  width: 100%;
}

.mobile_body .komp_show_map {
  width: 100%;
  margin-top: 10px;
}

.s_label_select,
.s_label_title {
  position: relative;
  float: left;
  height: 100%;
}

.s_label_title {
  width: 85px;
  color: #fff;
  text-align: center;
  padding: 7px 3px;
  font-size: 14px;
  padding-left: 25px;
}

.add_and_edit_elan_page .e_yerlesdir_in .s_label_title {
  background-color: transparent;
  color: #3d4153;
}

.s_label_title:not(.c_message) {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.select_label_area .s_label_title {
  border-bottom-left-radius: 0;
}

.c_message {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  width: 150px;
}

.s_label_select {
  background-color: #ced4ed;
  width: calc(100% - 85px);
  padding-left: 15px;
  color: #3d4153;
}

.s_label_select::-webkit-input-placeholder {
  color: #3d4153;
}

.s_label_select:-moz-placeholder {
  color: #3d4153;
}

.s_label_select::-moz-placeholder {
  color: #3d4153;
}

.s_label_select:-ms-input-placeholder {
  color: #3d4153;
}

.add_and_edit_elan_page .s_label_select:not(.show_map) {
  background-color: #fff;
  border: 1px solid #d3d3d3;
}

.s_label_select,
.s_label_select_max {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.s_f_input_list_label_2 .s_label_title {
  width: 90px;
}

.s_label_select_min {
  border-radius: 0;
}

.s_label_select_max,
.s_label_select_min {
  width: calc((100% - 90px) / 2);
  padding-left: 7px;
}

.s_label_select_max {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}

.s_f_input_list_label_2_f_select .s_label_select {
  width: calc(100% - 90px);
}

.site_slogon {
  font-size: 13px;
  color: #3d4153;
  margin-top: 21px;
  text-align: center;
}

.btn_loading_box {
  position: relative;
  width: 130px;
  height: 32px;
  float: left;
  margin-top: 15px;
}

.mobile_body .btn_loading_box {
  margin-top: 0;
  height: 40px;
}

.s_tab_axtar_btn {
  background-color: #3584f7 !important;
  width: 130px !important;
  height: 32px;
  margin-right: 2px !important;
  margin-top: 12px !important;
  padding: 20px 0 !important;
  text-align: center;
  transition: all 0.5s;
  position: relative;
  background-color: #3584f7;
  box-shadow: 0 3px 10px 0 rgba(54, 131, 247, 0.4392156863);
  border-radius: 8px;
  color: #fff;
  font-family: inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
}

.s_tab_axtar_btn_ss {
  width: 100%;
  margin-right: 0;
  margin-top: 8px;
  height: 30px;
}

.btn_loading_box .e_yerles_btn {
  margin-top: 0;
}

.s_tab_axtar_btn:before {
  width: 15px;
  height: 15px;
}

.m_tab {
  margin-top: 8px;
}

.home_tab_title {
  border-radius: 0;
  height: 40px;
  padding-left: 77px;
}

.home_tab_title h2 {
  color: #263b55;
  position: relative;
  float: left;
  font-size: 16px;
  padding: 12px 0;
}

.home_tab_title:before {
  position: absolute;
  width: 45px;
  height: 45px;
  left: 15px;
  top: -6px;
  background-color: transparent;
  border-radius: 5px;
}

.home_tab_in {
  margin-top: 8px;
}

.home_tab_content_active,
.only_2.home_tab_content {
  display: block;
}

.elan_list > li,
.service_li {
  width: 20%;
  padding: 5px 3px !important;
  height: 245px;
}

@media (min-width: 768px) {
  .elan_list li,
  .service_li {
    width: 25%;
    height: 240px;
  }
}
@media (min-width: 1024px) {
  .elan_list li,
  .service_li {
    width: 20%;
  }
}
.elan_list li a {
  border-radius: 8px;
  overflow-y: hidden;
  // border: 1px solid #efefef;borderborderborderborderborderborderborderborderborderborderborderborderborderborderborderborderborderborderborderborderborderborderborderborderborderborderborderborderborderborderborderborderborderborderborderborderborder
}

/*.elan_list li a:hover {
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.1098039216);
}

.elan_list > li a:hover {
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.23);
}*/

.wedding_list li {
  background-color: #a44279;
  height: 190px;
  border-radius: 5px;
}

.wedding_list .elan_property_title {
  color: #fff;
}

.wedding_list .elan_img_box {
  margin-top: 15px;
}

.owl-item {
  margin-right: 16px;
}

.a_netice.elan_list_type2 li,
.a_netice.elan_list_type2 li:nth-child(5n+5) {
  margin-right: 14px;
}

.a_netice.elan_list_type2:not(.avto_elan_list) li:nth-child(4n+4) {
  margin-right: 0;
}

.elan_list li a,
.service_li a {
  width: 100%;
  height: 100%;
}

.elan_box_has_btn li a {
  height: 240px;
  float: left;
}

.elan_list .service_li a,
.service_li a {
  border-radius: 8px;
  overflow: hidden;
  background-color: #3d4153;
  color: #fff;
  text-align: center;
  font-size: 14px;
  transition: all 0.5s;
}

.elan_list .service_li a:hover,
.service_li a:hover {
  background-color: #d33631;
}

.elan_list .service_li a img,
.service_li a img {
  margin-top: 20px;
}

.elan_list .service_li a strong,
.service_li a strong {
  /*margin-top: 110px;*/
  padding: 0 21px;
}

.elan_list .service_price,
.service_li .service_price {
  position: absolute;
  left: 0;
  bottom: 50px;
  background-color: #d33631;
  padding: 10px 3px;
  transition: all 0.5s;
}

.mobile_body .service_price_home {
  bottom: 20px;
}

.elan_list .service_li a:hover .service_price,
.service_li a:hover .service_price {
  background-color: #3d4153;
}

.elan_img_box {
  height: 130px;
  overflow: hidden;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.elan_img_box img {
  float: left;
  position: relative;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}

.elan_price {
  position: absolute;
  background-color: rgba(199, 27, 37, 0.7);
  color: #fff;
  padding: 3px 6px;
  font-size: 13px;
  font-weight: 500;
}

.mobile_body .elan_price {
  background-color: #ff2c39;
  border-radius: 50px;
  bottom: 6px;
  left: 6px;
}

.elan_box_bottom {
  height: calc(100% - 130px);
  border: 0;
  border-top: 0;
  /*border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;*/
  border-radius: 10px;
  padding: 5px 10px;
  overflow: hidden;
}

.xususi_elan_box a {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.xususi_elan_box .elan_box_bottom {
  background-color: #253b55;
  color: #fff;
}

.service_name {
  text-align: center;
  background-color: #3d4153;
  color: #fff;
  font-size: 13px;
  padding: 5px 0;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  width: calc(100% + 2px);
  left: -1px;
}

.elan_property_title {
  position: relative;
  float: left;
  display: inline-block;
  clear: both;
  width: 100%;
  font-size: 13px;
  font-weight: 400;
  line-height: 19px;
  color: #263b55;
  margin: 0;
  background-image: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.elan_property_title1 {
  color: #253b55;
  font-weight: 600;
}

.xususi_elan_box p,
.xususi_elan_box td,
.xususi_elan_box span {
  color: #fff !important;
}

.n_elan_box_botom_params {
  margin-top: 3px;
  border-collapse: collapse;
}

.n_elan_box_botom_params tr {
  display: table-row;
  vertical-align: inherit;
  border-color: inherit;
}

._e_top,
.avto_prices,
.e_y_p_top,
.info_panel p,
.page_title,
.user_elan_edit_btns li a,
.user_info_box.middle {
  vertical-align: middle;
}

.n_elan_box_botom_params td {
  font-size: 11px;
  font-weight: 500;
  color: #263b55;
  text-align: center;
  position: relative;
  padding: 5px 4px;
  border-right: 1px solid #eaeaea;
  border-radius: 5px;
}

.n_elan_box_botom_params td:last-child {
  border: none;
}

.n_elan_box_botom_params td:not(:last-child)::after {
  display: inline-block;
  position: absolute;
  right: -1px;
  border-radius: 2px;
  background-color: #3d4153;
  top: 10px;
  width: 3px;
  height: 3px;
}

.h_bax_link,
.home_tab_title2:before {
  display: none;
}

.elan_box_date {
  position: absolute;
  left: 1px;
  bottom: 1px;
  width: calc(100% - 2px);
  color: #263b55;
  padding: 3px 10px;
  font-size: 10px;
}

.h_bax_link,
.home_tabs_btn {
  color: #fff;
  font-size: 13px;
  position: relative;
}

.elan_box_has_btn .elan_box_date {
  border-radius: 0;
  bottom: 0;
}

.home_tab_title2 {
  padding: 0;
  margin-top: 10px;
}

.home_tabs_btn {
  float: left;
  min-width: 190px;
  height: 100%;
  text-align: center;
  padding: 0 22px;
  border-radius: 0;
}

.home_tabs_btn1,
.only_2.home_tabs_btn {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.home_tabs_btn_active,
.only_2.home_tabs_btn {
  border-bottom: 3px solid #d33631;
}

.h_bax_link {
  float: right;
  margin-right: 37px;
  padding: 8px 0;
  text-decoration: underline;
}

.home_h_bax_active,
.only_2.h_bax_link {
  display: block;
  padding: 6px 29px;
  background-color: rgba(53, 132, 247, 0.231372549);
  border-radius: 50px;
  color: #3584f7;
  font-weight: 500;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.footer_menu li a,
.last_result_list li a,
.page_title {
  display: inline-block;
  color: #fff;
}

.h_bax_link:hover {
  text-decoration: none;
}

._e_top a,
.agree_btn a:hover {
  text-decoration: underline;
}

.service_name_no {
  border-radius: 0;
  padding: 0;
  height: 2px;
}

.footer {
  margin-top: 30px;
}

.footer_in {
  background-color: #3d4153;
  padding: 0 40px;
}

.footer_top {
  padding-top: 17px;
  padding-bottom: 25px;
  border-bottom: 1px dashed #767676;
}

.footer_logo {
  width: 120px;
}

.footer_menu li {
  margin-left: 30px;
  width: 100px;
}

.footer_menu li a {
  font-size: 12px;
  float: left;
}

.footer_sub_menu {
  position: relative;
  float: left;
  margin-top: 10px;
  width: 100%;
}

.footer_sub_menu li {
  margin-left: 0;
  width: 100%;
  margin-bottom: 8px;
}

.footer_sub_menu li a {
  border-bottom: 1px dashed #767676;
  padding-bottom: 3px;
  font-size: 14px;
  text-transform: none;
}

.e_y_p_top_service,
.e_y_qayda_btn,
.e_yer_divided,
.e_yerles_info_alert_info,
.f_links_box h4,
.last_result_list li a,
.right_info_box_title {
  text-transform: uppercase;
}

.footer_sub_menu li a:hover {
  border-bottom-color: transparent;
}

.last_result_list {
  position: relative;
  float: left;
  width: 140px;
}

.last_result_list li {
  width: 100%;
  margin-bottom: 5px;
}

.last_result_list li:last-child {
  margin-bottom: 0;
  margin-top: 10px;
}

.last_result_list li a {
  text-align: left;
  font-size: 12px;
  border-bottom: 1px dashed transparent;
}

.last_result_list li a:hover {
  border-bottom-color: #767676;
}

.statistika_link {
  margin-left: 20px;
}

.mobile_body .statistika_link {
  margin-left: 0;
}

.footer_bottom {
  padding: 18px 5px;
  text-align: center;
  font-size: 15px;
  color: #fff;
}

.footer_bottom p {
  margin: 0;
}

.page_section {
  margin-top: 10px;
}

.page_title {
  position: relative;
  padding: 8px 26px;
  background-color: #1c5fa7;
  font-size: 16px;
  float: left;
}

.riletor_title_web {
  text-transform: uppercase;
  font-size: 18px;
  border-radius: 0;
  padding: 13px 10px;
}

.meta_results_title {
  padding: 0;
}

.meta_results_title:before,
.meta_results_title_main:before {
  display: none;
}

.contact_c_list li a,
.contact_c_list_popup .is_saati p,
.riletor_title_web {
  display: inline-block;
}

.meta_results_title_span {
  border-radius: 0;
  margin-left: 3px;
  margin-top: -1px;
}

.about_title:before {
  width: 26px;
  height: 26px;
}

.page_content {
  border: 1px solid #c3c3c3;
  padding: 10px 10px 20px;
  color: #3d4153;
  font-size: 16px;
}

.rieltor_in_web {
  border: 0;
  border-bottom: 1px solid #c3c3c3;
  padding: 20px 0;
}

.contact_title:before {
  width: 31px;
  height: 22px;
}

.contact_left {
  width: 180px;
}

.contact_side h2 {
  color: #3d4153;
  font-size: 16px;
  font-family: RobotoCondensed-Bold;
}

.contact_c_list {
  border-right: 1px dashed #383838;
  margin-top: 12px;
  padding-top: 12px;
}

.contact_c_list_popup {
  border: 0;
}

.contact_c_list li {
  width: 100%;
  margin-bottom: 4px;
}

.contact_c_list_popup .is_saati {
  margin-top: 15px;
}

.contact_c_list li a {
  font-size: 14px;
  font-weight: 500;
  color: #253b55;
  border-bottom: 1px dashed #ff2c39;
  padding-bottom: 4px;
  float: left;
}

.contact_c_list_popup .is_saati p,
.contact_c_list_popup li a {
  font-size: 16px;
  border-bottom: 0;
}

.contact_c_list_popup .is_saati p {
  color: #3683f7;
  padding: 15px 20px;
  box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.1294117647);
  border-radius: 8px;
  font-weight: 500;
}

.contact_c_list li .tel_ico:before {
  width: 11px;
  height: 17px;
}

.contact_c_list_popup li .tel_ico:before {
  width: 13px;
  height: 22px;
}

.contact_c_list li .email_ico:before {
  width: 15px;
  height: 11px;
}

.contact_c_list li .adr_ico:before {
  width: 11px;
  height: 15px;
}

.contact_c_list li:last-child a {
  border: 0;
}

.contact_right_side {
  width: calc(100% - 180px);
  padding-left: 30px;
}

.form_side {
  margin-top: 12px;
  padding-top: 12px;
  position: relative;
  float: left;
}

.form_side li {
  width: 100%;
  margin-bottom: 18px;
}

.contact_form_list {
  width: 250px;
}

.contact_form_list .s_label_title {
  width: 120px;
}

.contact_form_list .s_label_select {
  width: calc(100% - 120px);
}

.s_label_input {
  padding-right: 10px;
}

.form_right_side {
  width: calc(100% - 250px);
  padding-left: 35px;
}

.select_label_area {
  height: auto;
}

.mutiple_txt_btns {
  position: relative;
  float: left;
  width: calc(100% - 160px);
  height: 30px;
}

.mutiple_txt_btn {
  position: relative;
  float: left;
  height: 100%;
  padding: 7px 20px;
  color: #fff;
  font-size: 14px;
  background-color: #3d4153;
  border-left: 1px solid #fff;
}

.mutiple_txt_btn_active {
  background-color: #1c5fa7;
}

.mutiple_txt_btn2 {
  border-top-right-radius: 6px;
}

.mutiple_txt_btn_1 {
  border-top-left-radius: 6px;
}

.mutliple_txt_are {
  position: relative;
  float: left;
  width: 300px;
  margin-left: 161px;
}

.multiple_txt {
  display: none;
}

.multiple_txt_active {
  display: block;
}

.multiple_txt .s_label_area {
  width: 100% !important;
}

.s_label_area {
  height: 110px;
  max-height: none;
  resize: none;
  width: 100%;
  padding: 10px;
  border-bottom-left-radius: 4px;
}

.check_about {
  resize: vertical !important;
}

.mobile_body .check_about {
  min-height: 90px;
}

.check_ad,
.check_unvan {
  height: 37px;
}

.contact_area {
  height: 96px;
  max-height: 96px;
  resize: none;
}

.mobile_body .check_ad,
.mobile_body .check_unvan {
  height: 40px;
  padding-top: 10px;
}

.c_form_gonder {
  margin: 0;
  padding: 0;
  float: right;
  background-color: #3d4153;
}

.c_form_gonder:hover {
  background-color: #1c5fa7;
}

.c_form_gonder:before {
  width: 19px;
  height: 19px;
}

.e_yerlesdir_title:before {
  width: 23px;
  height: 23px;
}

.e_yerles_info_ico {
  width: 17px;
  height: 17px;
  margin-left: 15px;
  margin-top: 15px;
}

.e_yerles_info_alert_info {
  font-size: 13px;
  color: #d33631;
  margin-top: 15px;
}

.e_y_qayda_btn {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 8px;
  background-color: #253b55;
  border-radius: 0;
  transition: all 0.5s;
  display: inline-flex;
  align-items: center;
  margin-top: 5px;
}

.e_y_qayda_btn:hover {
  background-color: #d33631;
}

.sides {
  position: relative;
  float: left;
}

.left_side {
  width: 645px;
  border-radius: 10px;
}

.right_side {
  float: right;
  width: 267px;
  padding: 0;
  border-radius: 8px;
}

.right_side .page_content_web {
  border-radius: 8px;
}

.add_and_edit_elan_page .page_content.sides.left_side,
.add_and_edit_elan_page .sides .page_content {
  background-color: #f0f0f0;
}

.choose_e_type,
.e_y_types li a {
  background-color: #3d4153;
  color: #fff;
}

.page_content.right_side {
  padding-bottom: 20px;
}

.choose_e_type {
  border-radius: 5px;
  padding: 10px 10px 10px 20px;
  font-size: 15px;
  border-left: 15px solid #1c5fa7;
}

.e_y_types {
  margin-top: 25px;
  margin-bottom: 30px;
}

.e_y_types li {
  width: 33.3333333333%;
  padding-right: 13px;
  height: 145px;
}

.e_y_types li:last-child {
  padding-right: 0;
}

.e_y_types li a {
  position: relative;
  float: left;
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: center;
  border-radius: 7px;
  font-size: 14px;
  transition: all 0.5s;
  padding: 5px;
}

.right_info_box_title:before,
.wp_tel_line {
  display: none;
}

.e_y_types li .active,
.e_y_types li a:hover {
  background-color: #1c5fa7;
}

.e_y_types li a:before {
  text-align: center;
  width: 100%;
  height: 48px;
  margin: 15px 0;
}

.elan_cats_total {
  position: absolute;
  color: #fff;
  padding: 1px 6px;
  background-color: #d33631;
  top: 8px;
  right: 6px;
  border-radius: 10px;
  text-align: center;
  transition: all 0.5s;
}

.agree_btn a,
.right_info_list li h3 {
  color: #ff2c39;
}

.right_info_list li h3 {
  color: #3d4153;
}

.e_y_types li a:hover span {
  background-color: #3d4153;
}

.right_info_box_title {
  left: -1px;
  float: left;
  top: -1px;
  text-align: left;
  padding: 10px 20px;
  width: calc(100% + 2px);
  font-family: RobotoCondensed-Bold;
  background-color: transparent;
  color: #3d4153;
}

.right_info_list {
  margin-top: 10px;
  padding: 0 20px;
}

.right_info_list li {
  width: 100%;
  border-bottom: 1px dashed #aeaeae;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.right_info_list li h3 {
  font-size: 15px;
  margin-bottom: 12px;
}

.right_info_list li p {
  margin: 0;
  color: #3d4153;
  font-size: 13px;
  line-height: 18px;
}

.e_yerlesdir_in li {
  width: 100%;
  margin-bottom: 10px;
}

.e_yerlesdir_in .s_label_title {
  width: 160px;
}

.e_yerlesdir_in .s_label_select {
  width: 200px;
}

.chosen-container-multi .chosen-choices li.search-field input[type=text],
.select_label .chosen-container {
  text-align: left !important;
  padding-left: 15px !important;
  color: #3d4153 !important;
  border: 0 !important;
  background-color: #ced4ed !important;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  text-overflow: ellipsis;
}

.add_and_edit_elan_page .chosen-container-multi .chosen-choices,
.add_and_edit_elan_page .chosen-container-multi .chosen-choices li.search-field input[type=text],
.add_and_edit_elan_page .select_label .chosen-container {
  background-color: #fff !important;
}

.add_and_edit_elan_page .select_label .chosen-container {
  border: 1px solid #d3d3d3 !important;
}

.select_label .chosen-container {
  width: 200px !important;
  float: left;
}

.select_label .chosen-container-single .chosen-single div b {
  margin-right: 7px;
  float: right;
}

.chosen-container .chosen-results li,
.chosen-container-multi .chosen-choices li.search-field input[type=text] {
  color: #3d4153;
  text-align: left !important;
  padding-left: 15px !important;
}

.chosen-container .chosen-results li.highlighted,
.chosen-container .chosen-results li:hover {
  background-color: #3d4153;
  color: #fff;
}

.chosen-container-multi .chosen-choices {
  padding: 0 !important;
  background-color: #ced4ed;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.s_label_button {
  text-align: center;
  background-color: #1c5fa7;
  color: #fff;
}

.e_yer_divided {
  background-color: #3d4153;
  color: #fff;
  padding: 10px 0 10px 25px;
  width: calc(100% + 20px);
  left: -10px;
  margin: 15px 0;
}

.tell_add_remove_btn,
.wp_ico,
.ulduzum_ico {
  position: relative;
  margin-left: 5px;
}

.e_y_u_info_txt {
  color: #3d4153;
  font-family: RobotoCondensed-Bold;
  position: relative;
  padding-left: 10px;
  float: left;
  width: 150px;
  font-size: 12px;
  margin-top: 10px;
}

.e_y_u_info_txt_full {
  width: 100%;
  padding-left: 24px;
  margin-top: 5px;
  right: inherit;
}

.elan_y_checbox_list {
  width: 460px;
  margin-top: 15px;
}

.elan_y_checbox_list li {
  width: 150px;
  margin-bottom: 5px;
}

.e_yerl_tels {
  width: 100%;
}

.e_yerl_tels .e_y_tel_min {
  width: 400px;
}

.wp_label {
  width: 150px;
}

.wp_tel_box {
  position: relative;
  float: right;
  width: calc(100% - 160px);
}

.e_yerlesdir_in .wp_tel_line_input {
  height: 36px;
  width: 154px;
}

.wp_tel_line {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 5px;
}

.wp_tel_line:not(:last-child) {
  margin-bottom: 10px;
}

.wp_tel_line.show {
  display: block;
}

.mobile_tel_line:not(.show) {
  display: none;
}

.tell_add_remove_btn {
  float: left;
  width: 40px;
  height: 36px;
  border-radius: 3px;
  color: #fff;
  background-color: #3d4153;
  font-size: 30px;
  line-height: 27px;
  text-align: center;
}

.add_and_edit_elan_page .tell_add_remove_btn {
  background-color: #3683f7;
}

.mobile_body .tell_add_remove_btn {
  width: 50px;
  height: 47px;
  border-radius: 8px;
}

.wp_tel_line .checksquared {
  margin-top: 2.5px;
}

.wp_ico,
.ulduzum_ico {
  float: left;
  display: inline-block;
  width: 14px;
  height: 15px;
  margin-right: 5px;
}

.imagesDDArea,
.imagesDDArea_in,
.photo_block div {
  width: 100%;
  position: relative;
}

.imagesDDArea {
  float: left;
}

.photo_block_e_y {
  position: relative;
  float: left;
}

.photo_block button,
.sekli_deyis {
  display: inline-flex;
  align-items: center;
  box-sizing: border-box;
  background-color: #3585f7;
  margin: 0 auto;
  color: #fff;
  cursor: pointer;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  padding-left: 52px;
  height: 40px;
  border-radius: 8px;
  position: relative;
  text-transform: uppercase;
}

.photo_block button:hover,
.sekli_deyis:hover {
  background-color: #3585f7;
}

.photo_block div {
  float: left;
}

.up_img_error {
  font-size: 14px;
  color: #3d4153;
  font-family: RobotoCondensed-Bold;
  line-height: 18px;
  max-width: calc(100% - 185px);
  padding-left: 20px;
  display: none;
}

.imagesDDArea_in {
  float: left;
  margin: 12px 0;
}

.photo_block span,
.sekli_deyis span {
  position: relative;
  float: left;
  font-size: 12px;
  line-height: 1.2;
  display: block;
  text-align: center;
}

.photo_block span {
  margin-top: 5px;
}

.clone_item {
  display: block;
  position: relative;
  float: left;
  width: 139px;
  height: 141px;
  margin-right: 5px;
  margin-bottom: 7px;
}

.dddd,
.multibox {
  width: 100%;
  position: relative;
  float: left;
}

.multibox {
  background-color: #f9f9f9;
  border: 1px solid #ccc;
  padding: 3px;
  height: 105px;
  text-align: center;
  z-index: 100;
  margin: 6px 0;
}

.clone_item .dddd .multibox {
  cursor: move;
}

.picture_uploaded {
  position: relative;
  float: left;
  max-width: 100%;
  max-height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.user_btn_box {
  position: relative;
  display: table;
  margin: 0 auto;
}

.picture_delete,
.popup_img,
.rotate_picture {
  position: relative;
  cursor: pointer;
  height: 24px;
  width: 30px;
  float: left;
  border-radius: 3px;
  margin-right: 5px;
}

.picture_delete {
  background-color: #ff2c39;
}

.popup_img,
.rotate_left,
.rotate_right {
  background-color: #263b55;
}

.popup_img {
  margin-right: 0;
}

.agree_btn a {
  display: inline-block;
}

.agree_btn_bottom {
  color: #3d4153;
  margin-top: 10px;
}

.agree_btn .checksquared span,
.agree_btn_bottom {
  font-size: 14px;
}

.e_yerles_btn {
  float: left;
  margin-top: 30px;
}

.e_yerlest_son {
  background-color: transparent;
  display: none;
}

#e_yerlest_son.e_yerlest_son {
  display: block;
}

._e_top,
._e_top a,
._e_top span,
.e_y_p_top,
.pay_popup_list_bottom li a,
.portmanat_info_box {
  display: inline-block;
}

.e_y_p_top {
  min-height: 67px;
  padding: 5px 14px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

._e_top {
  font-size: 15px;
  color: #263b55;
}

._e_top_elan {
  padding-left: 30px;
}

._e_top a {
  color: #fff;
}

._e_top a:hover {
  text-decoration: none;
}

._e_top span {
  margin-top: 3px;
  font-weight: 600;
}

.e_y_p_in {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #fff;
  padding: 20px 20px 30px;
}

.e_y_p_in_yk {
  padding: 30px 50px;
}

.yp_info_line {
  color: #243b55;
  font-size: 18px;
}

.yp_info_line strong {
  font-family: RobotoCondensed-Bold;
}

.p_od_method {
  margin-top: 10px;
  color: #263b55;
  text-align: center;
  font-size: 22px;
  font-weight: 500;
}

.pop_list_box {
  width: 355px;
}

.pay_popup_list:not(.subscribe_i_list) {
  border-radius: 8px;
  overflow: hidden;
}

.pay_popup_list li {
  width: 100%;
  margin-bottom: 12px;
}

.pay_popup_list li.full {
  width: 100%;
  margin-bottom: 0;
  height: initial;
  text-align: center;
  padding: 0;
}

.payed_info {
  color: #3d4153;
  font-size: 17px;
}

.pay_popup_list li:nth-child(even) {
  padding-left: 1px;
}

.pay_popup_list li:nth-child(odd) {
  padding-right: 1px;
}

.payment_box,
.payment_info_box {
  position: relative;
  float: left;
  width: 100%;
}

.payment_box input[type=radio],
.payment_box input[type=checkbox] {
  opacity: 0;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  cursor: pointer;
}

.portmanat_info_box {
  position: absolute;
  width: 15px;
  height: 15px;
  margin-left: 8px;
  top: 12px;
  right: 30px;
  z-index: 10000;
}

.pay_popup_list_bottom {
  margin-top: 8px;
}

.pay_popup_list_bottom li {
  height: 40px;
}

.pay_popup_list_bottom li a {
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #273b55;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.0392156863);
  padding: 7px 0;
  vertical-align: middle;
}

.pay_popup_list_bottom .p_service_ico1 {
  background-color: #ff2c39;
  color: #fff;
}

.pay_popup_list_bottom li .sigorta {
  color: #3683f7;
  background-color: rgba(54, 131, 247, 0.2);
  background-image: none;
  padding: 6px 0 10px;
}

.pay_popup_list_bottom li .sigorta span {
  font-weight: 500;
}

.pay_popup_list_bottom li .sigorta:before {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 6px;
  top: 3px;
}

.pay_popup_list_bottom li .teklif_sigorta span:before {
  display: none;
}

.pay_popup_list_bottom li .p_service_ico.selected_service {
  background-color: #1c5fa7;
  color: #fff;
  border-color: #1c5fa7;
}

.teklif_list .teklif_sigorta {
  width: 100%;
}

.p_service_ico:before {
  width: 24px;
  height: 24px;
}

.p_service_ico5:before {
  width: 27px;
}

.pop_last_bottom {
  margin-top: 15px;
}

.pop_last_bottom li {
  width: 33.3333333333%;
  padding: 0 1px;
  text-align: center;
}

.pop_last_bottom li:first-child {
  font-size: 18px;
  color: #243b55;
  padding: 5px 1px;
  font-weight: 300;
  margin-bottom: 15px;
}

.pop_last_bottom li:first-child span {
  color: #ff2c39;
  font-weight: 600;
}

.po_bottom_btn,
.update_service {
  width: 100%;
  height: 40px;
  border-radius: 0;
  background-color: #f4f4f4;
  font-weight: 600;
  text-align: center;
  transition: all 0.5s;
  color: #243b55;
  font-size: 15px;
}

.service_popup .po_bottom_btn,
.teklif_pay_now,
.update_service {
  background-color: #3584f7;
  border-radius: 0;
  font-weight: 500;
  color: white;
}

.po_bottom_btn_submit:not(.d_et):before {
  width: 24px;
  height: 16px;
}

.teklif_close {
  position: relative;
  float: left;
  width: 200px;
  margin-top: 25px;
  padding: 10px 0;
}

.elan_box,
.elan_box_mobile {
  margin-top: 5px;
}

.elan_top_left_tab {
  float: left;
  width: 560px;
  height: 110px;
  flex-flow: column;
}

.avto_top_info {
  height: 165px;
}

.elan_top_left_tab li {
  height: 100%;
}

.elan_top_left_tab li:first-child {
  width: 155px;
  border-right: 1px solid #fff;
  background-color: #ff2c39;
  text-align: center;
  padding: 5px;
  margin-bottom: 10px;
  border-radius: 8px;
}

.elan_top_left_tab li.has_kv_price {
  padding: 0;
}

.mobile_body .elan_top_left_tab li.has_kv_price {
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 15px;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.1490196078);
}

.elan_top_left_tab li:last-child {
  background-color: #f5f5f5;
  max-width: calc(100% - 160px);
  border-top-right-radius: 10px;
  padding: 15px;
}

.elan_top_left_tab li:last-child:before {
  min-width: 50px;
  min-height: 40px;
}

.elan_top_left_tab li:last-child {
  display: flex;
  align-items: center;
}

.elan_top_left_tab li.middle {
  display: table;
}

.user_info_box {
  position: relative;
  display: inline-block;
}

.user_info_box.middle {
  display: table-cell;
}

.elan_top_left_tab li a,
.elan_top_left_tab li p,
.elan_top_left_tab li strong {
  color: #263b55;
  position: relative;
  font-weight: 400;
}

.elan_top_left_tab li strong {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}

.elan_top_left_tab li p {
  clear: both;
  margin: 0 0 5px;
}

.elan_top_left_tab li p:last-child {
  margin: 0;
}

.price_slide {
  height: 50%;
  padding: 16px 0;
  text-align: center;
}

.price_slide_bottom {
  background-color: #fff;
  color: #ff2c39 !important;
  font-weight: 500;
  font-size: 16px !important;
}

.price_slide_bottom sup {
  position: absolute;
  font-family: RobotoCondensed-Bold;
}

.elan_top_left_tab li a {
  display: inline-block;
}

.elan_top_left_tab li:last-child a,
.elan_top_left_tab li:last-child p {
  font-size: 16px;
}

.elan_top_left_tab_top_mobile {
  display: none;
}

.usr_all_elan {
  text-decoration: underline;
  margin: 0;
}

.usr_all_elan:hover {
  text-decoration: none;
}

.elan_in_service_btn {
  position: relative;
  float: right;
  height: 86px;
  width: 100%;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.1411764706);
  background-color: #253b55;
  border-radius: 8px;
  padding: 0 2px;
}

.elan_in_service_btn_top {
  margin-top: 60px;
}

.elan_in_service_btn li {
  height: 100%;
  text-align: center;
  color: #fff;
  padding: 9px;
  font-size: 15px;
  border-radius: 10px;
  width: 33.3333333333%;
}

.elan_in_service_btn li a {
  padding: 6px;
  background-color: #3584f7;
  box-shadow: 0 3px 10px 0 rgba(54, 131, 247, 0.4392156863);
  border-radius: 8px;
  color: #fff;
  font-family: inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mobile_body .elan_in_service_btn li a {
  padding: 10px 5px;
}

.elan_in_service_btn li a span {
  position: absolute;
  left: 50%;
  bottom: -30px;
  transform: translateX(-50%);
  border-radius: 5px;
  padding: 4px 10px;
  width: 90px;
  font-size: 17px;
  font-weight: 600;
  transition: all 0.5s;
  color: #fff;
}

.elan_title_bg {
  background-color: #3d4153;
}

.elan_title_bg {
  color: #fff;
  padding: 15px 20px;
  font-size: 16px;
}

.new_elan_alert {
  background-color: #3683f7;
  box-shadow: 0 4px 10px 0 rgba(54, 130, 247, 0.4117647059);
  border-radius: 8px;
  padding-left: 50px;
  margin-bottom: 10px;
  color: #fff;
}

.new_elan_alert h4 {
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
}

.new_elan_alert.discount {
  background-image: none;
  text-align: center;
  margin-bottom: 0;
  padding: 10px;
}

.new_elan_alert.discount_mobile {
  margin-bottom: 10px;
  display: none;
}

.mobile_dis_ico {
  font-size: 19px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
  padding: 8px 15px;
  background-color: #3584f7;
  border-radius: 8px;
  gap: 4px;
}

.mobile_elan_agent_adr {
  margin-bottom: 0;
}

.mobile_elan_agent_adr p {
  margin: 0;
  font-family: RobotoCondensed-Bold;
  color: #fff;
  font-size: 15px;
}

.elan_title_bg h1 {
  font-size: 22px;
  float: left;
  max-width: calc(100% - 150px);
}

.elan_e_kodu {
  position: relative;
  float: right;
  font-size: 16px;
}

.elan_title_bg strong {
  font-family: RobotoCondensed-Bold;
}

.elan_gallery {
  padding: 25px 20px;
  height: 480px;
}

.elan_g_sides {
  position: relative;
  float: left;
  height: 100%;
  overflow: hidden;
}

.elan_g_main_img {
  width: 420px;
}

.elan_g_main_img,
.elan_g_main_img .flex-viewport,
.elan_g_main_img .slides,
.elan_g_main_img .slides li,
.elan_g_main_img .slides li a,
.elan_g_main_img .slides li a img {
  height: 429px;
}

.elan_g_main_img .slides li a,
.elan_g_main_img .slides li a img {
  position: relative;
  float: left;
}

.elan_g_main_img .slides li,
.elan_g_main_img .slides li a {
  overflow: hidden;
}

.elan_g_main_img .slides li a {
  background-color: #000;
  width: 100%;
}

.elan_g_main_img .slides li a img {
  max-width: 100%;
  max-height: 429px;
  height: initial;
}

.elan_g_images {
  width: calc(100% - 420px);
}

.elan_g_images_list li {
  display: inline-block;
  position: relative;
}

.elan_g_images_list li a {
  display: inline-block;
  margin: 0 0 5px 5px;
  border: 2.5px solid transparent;
}

.mobile_body .elan_g_images_list li a {
  margin: 0;
  width: 100%;
  float: left;
}

.elan_g_images_list li a img {
  position: relative;
  float: left;
  max-width: 100%;
}

.elan_g_images_list li a:hover {
  border-color: #d33631;
  cursor: zoom-in;
}

.elan_info_txt,
.property_list_box {
  border-bottom: 1px dashed #3d4153;
  margin-top: 10px;
}

.mCSB_scrollTools .mCSB_draggerContainer {
  border-radius: 5px;
}

.mCSB_scrollTools .mCSB_dragger {
  border-radius: 5px;
  background-color: #3d4153;
}

.mCSB_inside > .mCSB_container {
  margin-right: 5px;
  background: #192738;
  min-height: 100vh;
  width: 100%;
}

.elan_date_info {
  position: relative;
  float: left;
  border-bottom-right-radius: 7px;
  padding: 18px 0;
  width: 100%;
}

.elan_date_info li {
  width: 100%;
  color: #253b55;
  font-size: 16px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
}

.elan_date_info li:last-child {
  margin-bottom: 0;
}

.elan_date_info li:before {
  width: 20px;
  height: 20px;
}

.user_elan_edit_btns_mobile {
  margin-left: 0;
  float: left;
}

.user_elan_edit_btns li a,
.sekil_yukle_btn {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.62);
  font-size: 13px;
  padding: 7px 15px;
  display: inline-block;
  height: 32px;
  transition: all 0.5s;
}

.user_elan_edit_btns li .berpa_btn {
  border-bottom-right-radius: 5px;
  border-right: 0;
}

.user_elan_edit_btns li a:before {
  min-width: 15px;
  min-height: 15px;
}

.user_elan_edit_btns li .sekil_yukle_btn:before {
  width: 19px;
  height: 22px;
}

.user_elan_edit_btns li .sekil_yukle_btn {
  color: #d33631;
}

.elan_in_service_btn_bottom li:first-child a {
  border-bottom-left-radius: 7px;
}

.elan_in_service_btn_bottom_mobile {
  float: right;
}

.elan_desc_sides {
  position: relative;
  float: left;
  margin-top: 30px;
}

.elan_property_list li:before,
.property_lists li:before {
  position: absolute;
  left: 0;
  content: "";
  box-sizing: border-box;
  top: unset;
  border-color: #3683f7;
  border-radius: 4px;
}

.elan_desc_left_side {
  width: 450px;
  padding: 0 25px;
}

.elan_in_title_link,
.elan_in_title_link a {
  color: #253b55;
  font-size: 18px;
}

.elan_in_title_link2 {
  margin-top: 5px;
}

.elan_in_title_link a {
  text-decoration: underline;
}

.elan_in_title_link a:hover {
  text-decoration: none;
}

.elan_property_list {
  margin-top: 8px;
}

.elan_property_list li {
  display: inline-block;
  margin-right: 5px;
  padding: 2px 5px;
  border-radius: 5px;
  color: #273b55;
  background-color: #efefef;
}

._e_top_service:before,
.home_tab_title_elan_in:before,
.xidemet_tab {
  display: none;
}

.elan_property_list li:last-child {
  margin-right: 0;
}

.elan_property_list li a {
  font-size: 14px;
  color: #253b55;
}

.elan_property_list li a:hover {
  text-decoration: none;
}

.elan_info_txt {
  font-size: 16px;
  line-height: 20px;
  color: #253b55;
  padding-bottom: 10px;
}

.elan_info_txt p {
  font-weight: 300;
}

.property_list_box h3 {
  font-size: 16px;
  color: #253b55;
}

.property_lists {
  margin-top: 10px;
  padding-bottom: 5px;
}

.property_lists li {
  width: 33.3333333333%;
  margin-bottom: 10px;
  color: #3d4153;
  font-size: 14px;
  /* padding-left: 18px; */
  padding-right: 5px;
}

.elan_adr_box {
  border-bottom: 0;
}

.elan_adr_list {
  margin: 10px 0;
}

.elan_adr_list li {
  margin-right: 5px;
  margin-bottom: 5px;
}

.elan_adr_list li a {
  color: #fff;
  background-color: #d33631;
  text-decoration: underline;
  border-radius: 5px;
  padding: 4px 15px;
  font-size: 13px;
  font-weight: 500;
}

.elan_adr_list li a:hover {
  background-color: #3d4153;
  text-decoration: none;
}

.elan_adr_txt {
  font-size: 15px;
  color: #3d4153;
  font-family: RobotoCondensed-Bold;
  margin-top: 5px;
}

.elan_in_map {
  border: 2px solid #3683f7;
  border-radius: 8px;
  height: 200px;
  margin-top: 20px;
  overflow: hidden;
}

.fb_and_wp_share {
  padding: 0 10px;
}

.mobile_body .elan_in_map {
  margin-top: 10px;
}

.elan_desc_right_side {
  width: calc(100% - 450px);
  float: right;
}

.elan_in_faydali_links {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px dashed #3d4153;
}

.elan_in_faydali_links_mobile {
  border-top: 0;
  padding-top: 0;
}

.home_tab_title_elan_in {
  padding-left: 15px;
}

.home_tab_title_elan_in_y_links {
  margin-top: 20px;
  margin-bottom: 10px;
}

.f_links_box {
  margin-top: 10px;
  box-shadow: 0 6px 15px #ede8e8;
  overflow: hidden;
  border-radius: 8px;
}

.f_links_box h4 {
  background-color: #3683f7;
  font-size: 12px;
  color: #fff;
  padding: 7px 20px;
  border-bottom-right-radius: 8px;
  position: relative;
  float: left;
}

.f_links_list {
  margin-top: 10px;
  padding: 0 15px;
}

.f_links_list li {
  margin-bottom: 8px;
  margin-right: 8px;
}

.f_links_list li a {
  color: #4a4a4a;
  font-size: 13px;
  padding: 8px 18px;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12);
  transition: all 0.5s;
}

.f_links_list li a:hover {
  color: #fff;
  border-color: #d33631;
  background-color: #d33631;
}

.f_links_box1 {
  margin-top: 25px;
}

.service_popup {
  width: 420px;
}

.y_komp_contact_popup {
  width: 600px;
}

.e_y_p_top_service {
  min-height: inherit;
  padding: 15px;
}

._e_top_service {
  text-transform: none;
  font-size: 20px;
}

.b_qiymet,
.elan_qiy_cedveli_single h2,
.elanlar_title,
.i-tab div,
.reklam_txt,
.x_elan_s_btn,
.y_komp_title {
  text-transform: uppercase;
}

.service_info_box {
  color: #263b55;
  font-size: 13px;
  padding-left: 30px;
  margin-bottom: 10px;
}

.service_info_box:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  content: "";
}

.pay_bottom_list {
  margin-top: 15px;
}

.pay_bottom_list li {
  width: 100%;
}

/*.pay_bottom_list li:not(:last-child) {
    margin-bottom: 12px
}*/
.pay_list .home_e_nov {
  opacity: 0;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  cursor: pointer;
}

.pay_list li label {
  position: relative;
  float: left;
  cursor: pointer;
  color: #263b55;
  z-index: 999;
  width: 100%;
  padding: 0 0 0 30px;
  font-size: 14px;
  font-weight: 500;
}

.pay_list li label:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 19px;
  height: 19px;
}

.pop_last_bottom_service li {
  width: 100%;
}

.service_popup_box {
  position: relative;
  float: left;
  height: 40px;
}

.service_pay_btn,
.update_service {
  width: 130px;
  height: 40px;
}

.e_y_p_in_service {
  padding-bottom: 30px;
}

.pop_last_bottom_service {
  margin-top: 10px;
}

.xidmetler_title:before {
  width: 30px;
  height: 25px;
}

.xidmet_list {
  margin-bottom: 20px;
}

.xidmet_list li {
  width: 12.5%;
  height: 100px;
  padding-right: 8px;
}

.xidmet_list li a:before {
  height: 39px;
  margin-top: 8px;
  margin-bottom: 5px;
}

.xidemet_tab {
  background-color: #3d4153;
  color: #fff;
  padding: 40px 25px 25px;
  border-radius: 12px;
  font-size: 15px;
}

.xidmet_tab_8 {
  padding: 20px;
}

.xidmet_tab_1 {
  display: block;
}

.xidemet_tab:before {
  position: absolute;
  left: 40px;
  top: -11px;
  content: "";
  width: 22px;
  height: 12px;
}

.xidmet_tab_2:before {
  left: 150px;
}

.xidmet_tab_3:before {
  left: 265px;
}

.xidmet_tab_4:before {
  left: 385px;
}

.xidmet_tab_5:before {
  left: 497px;
}

.xidmet_tab_6:before {
  left: 610px;
}

.xidmet_tab_7:before {
  left: 725px;
}

.xidmet_tab_8:before {
  left: 840px;
}

.xidemet_tab img {
  position: relative;
  float: left;
  max-width: 100%;
  margin-top: 5px;
}

.xidemet_tab a {
  color: #fff;
}

.reklam_pop_up {
  position: relative;
  float: left;
  width: 660px;
  display: none;
  background-color: #fff;
  border-radius: 5px;
}

.reklam_txt {
  height: 100%;
  color: #3d4153;
  font-size: 15px;
  line-height: 25px;
  padding: 33px 30px 33px 170px;
  font-family: RobotoCondensed-Bold;
}

.reklam_txt:before {
  position: absolute;
  width: 148px;
  height: 116px;
  content: "";
  left: 10px;
  top: 0;
}

.reklam_txt a {
  color: #d33631;
  display: inline-block;
  font-family: RobotoCondensed-Bold;
}

.cbh-widget-callopen {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1000;
}

.cbh-ph-circle {
  width: 145px;
  height: 110px;
  top: -25.5px;
  left: -25.5px;
  position: absolute !important;
  background-color: transparent;
  border-radius: 100%;
  border: 4px solid #c3c4ca;
  opacity: 0.5;
  -webkit-animation: cbh-circle-anim 2.2s infinite ease-in-out;
  animation: cbh-circle-anim 2.2s infinite ease-in-out;
  transition: all 0.5s;
  transform-origin: 50% 50%;
  border-color: #c3c4ca !important;
}

.cbh-ph-circle-fill {
  width: 120px;
  height: 120px;
  top: -13px;
  left: -13px;
  position: absolute !important;
  border-radius: 100%;
  border: 2px solid transparent;
  opacity: 0.75;
  -webkit-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
  animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
  box-shadow: 0 0 2px 0 #757885 !important;
  transition: all 0.5s;
  background-color: #c3c4ca;
}

@-webkit-keyframes cbh-circle-anim {
  0% {
    transform: rotate(0) scale(0.5) skew(1deg);
    opacity: 0.01;
  }
  30% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.5;
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.01;
  }
}
@keyframes cbh-circle-anim {
  0% {
    transform: rotate(0) scale(0.5) skew(1deg);
    opacity: 0.01;
  }
  30% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.5;
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.01;
  }
}
@-webkit-keyframes cbh-circle-fill-anim {
  0%, 100% {
    transform: rotate(0) scale(0.6) skew(1deg);
    opacity: 0.2;
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.2;
  }
}
@keyframes cbh-circle-fill-anim {
  0%, 100% {
    transform: rotate(0) scale(0.6) skew(1deg);
    opacity: 0.2;
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.2;
  }
}
.reklam_alert {
  width: 85px;
  height: 89px;
}

.results_content {
  padding: 0;
}

.results_title:before {
  width: 16px;
  height: 20px;
}

.result_sides {
  position: relative;
  float: left;
  margin-top: 5px;
}

.result_left_side {
  width: calc(100% - 242px);
}

.result_right_side {
  width: 232px;
  float: right;
}

.result_side_title_left:not(.rieltor_result_line) {
  padding-left: 30px;
}

.result_side_title:before {
  position: absolute;
  left: 0;
  top: 9px;
  width: 100%;
  height: 9px;
  background-color: #3d4153;
  content: "";
}

.rieltor_result_line:before {
  display: none;
}

.result_side_title h1,
.result_side_title h2 {
  position: relative;
  float: left;
  font-size: 15px;
  color: #3d4153;
  background-color: #fff;
  padding: 0 15px;
  text-transform: uppercase;
  margin-top: 6px;
}

.abune_ol_box,
.cesidle {
  background-color: #eee;
}

.result_side_title h1,
.result_side_title h2,
.result_side_title h2 q {
  font-family: RobotoCondensed-Bold;
}

.cesidle_box {
  position: relative;
  display: flex;
  justify-content: center;
}

.abune_ol_left,
.cesidle {
  position: relative;
  float: left;
  color: #253b55;
}

.cesidle {
  border-radius: 5px;
  height: 25px;
  padding-left: 10px;
  font-weight: 500;
}

.limit_select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 1px solid #fff;
  width: 104px;
}

.cesidle_select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  width: 110px;
}

.abune_ol_box {
  height: 64px;
  margin-top: 10px;
  border-radius: 8px;
  display: flex;
  align-items: stretch;
}

.abune_ol_left {
  width: 600px;
  padding: 12px 0 12px 105px;
  font-weight: 500;
  float: none;
}

.abune_ol_left_m {
  width: 620px;
}

.abune_ol_left strong {
  font-size: 15px;
}

.abune_ol_left p {
  font-size: 14px;
  margin: 5px 0 0;
}

.abune_ol_left:before {
  position: absolute;
  width: 80px;
  height: 100%;
  left: 15px;
  top: 0;
  content: "";
}

.aube_ol_btn {
  position: relative;
  float: none;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  color: #fff;
  display: inline-block;
  text-align: center;
  width: calc(100% - 600px);
  background-color: #3585f7;
  font-size: 14px;
  font-weight: 500;
  padding-top: 55px;
}

.pagination li .page_active,
.pagination li a:hover {
  background-color: #f2f2f2;
  border-radius: 50px;
  color: #273b55;
}

.aube_ol_btn_m {
  width: calc(100% - 620px);
}

.aube_ol_btn:before {
  position: absolute;
  left: 50%;
  top: 24px;
  width: 30px;
  height: 30px;
  margin: 0 0 0 -11px;
  background-size: contain;
  -webkit-animation: ring 2s ease infinite;
  animation: ring 2s ease infinite;
  transform-origin-x: 50%;
  transform-origin-y: 0;
  transform-origin-z: initial;
}

.results_list_box {
  margin-top: 10px;
}

.premium_list .results_list_ li:nth-of-type(3n + 3) {
  margin-right: 14px;
}

.premium_list .results_list_ li:nth-of-type(4n + 4) {
  margin-right: 0;
}

.pagination_box {
  position: relative;
  margin: 20px auto;
  display: table;
}

.pagination {
  position: relative;
  float: left;
}
.pagination li:first-child,
.pagination li:last-child {
  display: flex;
}

.pagination li {
  margin: 0 1px;
}

.pagination li a {
  /* float: left; */
  padding: 5px 7px;
  font-size: 16px;
  color: #3d4153;
  border-radius: 3px;
}

.pagination li .page_next,
.pagination li .page_prev {
  width: auto;
}

.pagination li .page_next {
  background-position: center;
  background-size: 100%;
  background-image: url(img/new_icons/chevron-right-dark.svg);
}

.pagination li .page_prev {
  background-position: center;
  background-size: 100%;
  background-image: url(img/new_icons/chevron-right-dark.svg);
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.pagination li.next a,
.pagination li.previous a {
  background-color: #efefef;
  border-radius: 50px;
  display: inline-flex;
}

.pagination li.next a:after,
.pagination li.previous a:before {
  content: "";
  display: inline-block;
  position: relative;
  height: 20px;
  width: 20px;
}

.pagination li.next a:after {
  background: url(img/new_icons/chevron-right-dark.svg?v=2) left center no-repeat;
}

.pagination li.previous a:before {
  background: url(img/new_icons/chevron-left-dark.svg?v=2) left center no-repeat;
}

/* .pagination li .page_next {
    background-position: -32px center;
} */
.result_right_side {
  padding-left: 10px;
}

.result_side_title_right h2 {
  float: none;
  display: table;
  margin: 5px auto 0;
  text-align: center;
}

.rieltor_date:after,
.rieltor_in_title:before,
.tabs-main {
  display: none;
}

.x_teklif_list_box {
  margin-top: 10px;
}

.x_teklif_list li {
  width: 100%;
  margin-right: 0;
}

.riletor_title:before {
  width: 22px;
  height: 23px;
}

.rieltor_coontent {
  padding: 25px 0;
  border: 0;
  border-top: 4px solid #3d4153;
}

.all_rieltor {
  border-top: 0;
  padding-top: 15px;
}

.rieltor_list .service_li a,
.rieltor_list li,
.rieltor_list li a {
  border-radius: 10px;
}

.rieltor_list li {
  height: 340px;
  width: 212px;
  margin-right: 20px;
  margin-bottom: 30px;
}

.rieltor_list li:nth-child(4n+4) {
  margin-right: 0;
}

.rieltor_list li:nth-child(5n+5) {
  margin-right: 20px;
}

.rieltor_list .elan_img_box {
  height: 130px;
  background-color: #e7eced;
}

.rieltor_list .rieltor_avatar {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.rieltor_list .elan_box_bottom {
  height: calc(100% - 130px);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.rieltor_list .service_name {
  padding: 0;
  height: 2px;
  border-radius: 0;
  bottom: 41px;
  position: absolute;
}

.r_bottom_sides1,
.rieltor_bottom {
  border-bottom-left-radius: 10px;
}

.rieltor_list .elan_property_title {
  font-size: 14px;
}

.rieltor_list .elan_property_title1 {
  background-image: none;
  padding-left: 19px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 15px;
}

.rieltor_tel:before {
  width: 20px;
  height: 20px;
  content: "";
  display: inline-block;
  background-image: url(../images/phone-red.svg?v=1);
  background-size: contain;
  margin-right: 5px;
}

.rieltor_wp {
  background-image: url(img/whatsapp.png) !important;
  left: -23px;
  padding-left: 28px;
}

.rieltor_wp:after {
  left: 41px !important;
}

.rieltor_date:before {
  background-image: url(img/new_icons/calendar.svg) !important;
}

.rieltor_bottom {
  background-color: #3d4153;
  border-bottom-right-radius: 10px;
  height: 41px;
  width: calc(100% + 2px);
  left: -1px;
  bottom: 0;
  position: absolute;
}

.r_bottom_sides {
  width: 50%;
  height: 100%;
  border-right: 1px solid #fff;
  position: relative;
  float: left;
  text-align: center;
  font-size: 13px;
  color: #fff;
  font-family: RobotoCondensed-Bold;
  padding: 10px 0;
}

.rieltor_bottom:before {
  width: 16px;
  height: 15px;
}

.r_bottom_sides2 {
  border-bottom-right-radius: 10px;
  border-right: 0;
}

.rieltor_in_title {
  width: 690px;
  border-right: 1px solid #fff;
}

.all_rieltor_btn,
.rieltor_in_title {
  height: 47px;
  font-size: 17px;
  padding: 14px 26px;
}

.all_rieltor_btn {
  float: right;
  width: calc(100% - 690px);
  background-color: #3d4153;
  border-radius: 0;
  text-align: center;
}

.all_rieltor_btn:before {
  width: 22px;
  height: 23px;
}

.rieltor_ic_avatar {
  width: 200px;
  height: 200px;
}

.riel_ic_img {
  max-width: 100%;
  height: 100%;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.mobile_body .riletor_ic_tels {
  height: auto;
  overflow: auto;
  float: right;
  width: 100%;
}

.riletor_ic_tels_mobile {
  height: 100%;
}

.mobile_body .rieltor_ic_txt {
  margin-top: 20px;
  width: calc(100% - 125px);
  padding-left: 10px;
  margin-top: 0;
}

.riletor_ic_tels .elan_property_title {
  padding-bottom: 3px;
  margin-bottom: 7px;
  font-size: 16px;
  display: inline-flex;
}

.elan_property_title a {
  color: #253b55;
}

.rieltor_reg_date {
  margin-top: 5px;
}

.rieltor_ic_txt p {
  color: #253b55;
  font-size: 16px;
  line-height: 21px;
}

.rieltor_ic_has_ico_link_box_mobile p {
  position: relative;
  float: left;
  width: auto;
  display: block;
  clear: none;
  margin-top: 0;
  margin-right: 20px;
}

.rieltor_ic_has_ico_link_box_mobile .rieltor_adr,
.rieltor_ic_has_ico_link_box_mobile p {
  margin-right: 0;
  margin-bottom: 8px;
  width: 100%;
}

.rieltor_ic_txt p.rieltor_reg_date {
  background-repeat: no-repeat;
  background-position: left 4px center;
}

.rieltor_ic_has_ico_link_box {
  margin-top: 10px;
}

.r_ic_has_ico_link {
  margin-bottom: 10px;
  font-size: 16px;
  color: #253b55;
}

.r_ic_has_ico_link:hover {
  text-decoration: none;
}

.elan_property_list_other li a:hover,
.payment_info_box_toggle_btn:hover,
.tab-content a:hover,
.user_email a {
  text-decoration: underline;
}

.r_ic_has_ico_link1:before {
  width: 20px;
  height: 20px;
}

.tabs {
  margin-top: 35px;
}

.i-tab div {
  position: relative;
  float: left;
  background: #3d4153;
  color: #fff;
  font-size: 15px;
  padding: 11px 5px;
  cursor: pointer;
  height: 38px;
  width: 120px;
  text-align: center;
}

.tab-content a,
.tab-content strong {
  color: #3d4153;
  font-family: RobotoCondensed-Bold;
}

.i-tab div:first-child {
  border-top-left-radius: 5px;
  border-right: 1px solid #fff;
}

.i-tab div.active {
  background-color: #d33631;
}

.tab-content {
  background-color: #d7dedf;
  padding: 15px 21px;
  width: 100%;
  /* Yuxarıdakı qırmızı xətt silindi. */
  /* border-top: 5px solid #d33631; */
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.tabs-main-1 {
  display: block;
}

.tab-content strong {
  width: 100px;
  position: relative;
  float: left;
  font-size: 16px;
}

.tab-content a {
  display: inline-block;
  margin-right: 10px;
  font-size: 14px;
}

.y_komp_etrafli,
.y_komp_hover p {
  color: #fff;
  font-size: 16px;
}

.rieltor_elanlar {
  margin-top: 20px;
}

.all_y_komp_btn:before,
.y_kompleks_title:before {
  width: 21px;
  height: 25px;
}

.y_kompleks_title {
	float: none;
	margin: 16px;
	border-radius: 10px;
}

.g_salon:before {
  width: 24px;
}

.y_komp_add {
  border-radius: 50px;
}

.y_komp_add span {
  font-weight: 600;
}

.y_komp_add_mobile {
  margin-top: -42px;
}

.y_komp_add:before {
  min-width: 30px;
  min-height: 30px;
  max-width: 30px;
  max-height: 30px;
}

.y_komp_list li {
  width: 265px;
  height: auto;
  margin-right: 35px;
  margin-bottom: 31px;
}

.y_komp_list li:nth-child(3n+3) {
  margin-right: 0;
}

.y_komp_img_box {
  border-top-right-radius: 20px;
  height: 80%;
  overflow: hidden;
}

.y_komp_list li:hover .y_komp_img {
  transform: scale(1.09);
}

.y_komp_list li a {
  position: relative;
  float: left;
  width: 100%;
  height: 230px;
  border-radius: 8px;
  overflow: hidden;
}

.b_qiymet {
  top: 8px;
  right: 5% !important;
  left: 5% !important;
  border-radius: 5px !important;
  width: 90%;
  height: auto;
  bottom: unset !important;
  text-align: center;
  font-size: 13px;
  padding: 9px 5px;
  z-index: 10;
  transition: all 0.5s;
}

.banner_right_side,
.bg-bnr_left .bg-bnr-inner {
  right: 0;
}

.y_komp_list li:hover .b_qiymet {
  background-color: transparent;
}

.b_qiymet strong {
  margin-top: 2px;
  position: relative;
  display: inline-block;
}

.y_komp_hover_box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: all 0.5s;
}

.map_user_btn,
.x_elan_s_btn {
  transition: background-color 250ms;
}

.y_komp_hover {
  text-align: center;
  padding: 5px;
}

.y_komp_list li:hover .y_komp_hover_box {
  opacity: 1;
}

.y_komp_etrafli {
  background-color: #3585f7;
  font-weight: 500;
  padding: 8px 15px;
  border-radius: 50px;
}

.y_komp_bottom {
  height: 20%;
  border-top: 5px solid #d33631;
  background-color: #3d4153;
  border-bottom-left-radius: 20px;
  color: #fff;
  padding: 10px 15px;
}

.y_komp_bottom p,
.y_komp_bottom strong {
  display: inline-block;
  position: relative;
}

.y_komp_bottom strong {
  font-size: 16px;
  font-weight: 500;
}

.y_komp_bottom p {
  font-size: 14px;
  text-overflow: ellipsis;
  margin-top: 5px;
  display: none;
}

.all_y_komp_title {
  width: 650px;
}

.all_y_komp_btn {
  width: calc(100% - 650px);
}

.y_komp_title {
  color: #d33631;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}

.y_komp_info_boxes {
  width: 100%;
  padding: 0;
}

.y_komp_info_boxes1 {
  margin-top: 35px;
}

.y_komp_gallery {
  width: 100%;
  padding: 0 0 15px;
  border: 0;
  border-bottom: 1px dashed #c3c3c3;
  margin-top: 15px;
  margin-bottom: 15px;
}

.y_komp_in_map {
  height: 200px;
  margin-top: 10px;
}

.y_komp_e_melumat {
  border-top: 1px dashed #c3c3c3;
  padding-top: 15px;
  margin-top: 20px;
}

.y_komp_contact_list {
  width: 100%;
  margin: 10px 0 0;
  padding: 0;
}

.y_komp_contact_list li {
  margin-right: 30px;
  width: initial;
  display: inline-block;
}

.y_komp_contact_list li:last-child {
  margin-right: 0;
}

.y_komp_contact_list .c_form_gonder {
  float: left;
}

.y_komp_contact_list .select_label {
  height: 32px;
}

.y_komp_contact_list .s_label_title {
  padding: 8px 3px;
}

.banner_side {
  position: fixed;
  width: calc((100% - 950px) / 2);
  top: 0;
  height: 100%;
}

.banner_left_side {
  left: 0;
}

.bg-bnr-inner {
  position: absolute;
  z-index: 1;
  top: 0;
  overflow: hidden;
  width: 460px;
  height: 100%;
}

.bg-bnr_right .bg-bnr-inner {
  left: 0;
}

.bg-bnr-inner iframe,
.iframe_ {
  position: absolute;
  z-index: 1;
  left: 0;
  width: 920px;
  height: 100%;
}

.mobile_body .iframe_ {
  width: 100%;
}

.bg-bnr_right .bg-bnr-inner .iframe_,
.bg-bnr_right .bg-bnr-inner iframe {
  margin-left: -460px;
}

.iframe {
  height: 1000px;
}

.iframe_ center {
  width: 100%;
  height: 100%;
}

.mobile_body .iframe {
  width: 100%;
  height: 150px;
}

a.background_image_template {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 1000px;
}

.mobile_body a.background_image_template {
  background-size: auto 150px;
}

.elan_property_list_other li,
.elan_property_list_other li a {
  font-size: 18px;
  font-family: RobotoCondensed-Bold;
  color: #d33631;
}

.elan_property_list_other li {
  width: 100%;
  color: #3a3a3a;
  margin-bottom: 5px;
}

.elan_property_list_other li a {
  display: inline-block;
}

.avto_prop_e_box_title_last:after,
.geyim_date:after {
  display: none;
}

.elan_info_txt_no_border {
  border-bottom: 0;
}

.reklam_box {
  margin-top: 15px;
}

.elan_list_type2 li {
  height: 235px;
}

.elan_list.elan_list_type2 li {
  width: 173px;
}

.elan_list.elan_list_type2.avto_right_side li {
  width: 100%;
}

.elan_list_type2 .elan_img_box {
  height: 130px;
}

.elan_list_type2 .service_name_no,
.service_name_no_is_new {
  height: 2px;
}

.elan_list_type2 .elan_box_bottom {
  height: calc(100% - 130px);
}

.elan_typ2_box_title {
  background-image: none;
  font-size: 16px;
  padding-left: 21px;
  margin-bottom: 10px;
}

.elan_list_type2 .elan_property_title {
  margin-bottom: 5px;
  padding-bottom: 5px;
}

.elan_list_type2 .service_li a img {
  margin-top: 40px;
}

.elan_list_type2 .service_price {
  margin-top: 15px;
}

.elan_is_service,
.elan_is_service_top_ico {
  position: absolute;
  left: 0;
}

.elan_is_service_top_ico {
  top: 0;
  left: 0;
  width: 27px;
  height: 22px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #4bb6d9;
  border-bottom-right-radius: 8px;
}

.elan_is_service_top_ico_service_4:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-animation: ring 2s ease infinite;
  animation: ring 2s ease infinite;
  transform-origin-x: 50%;
  transform-origin-y: 0;
  transform-origin-z: initial;
}

@-webkit-keyframes ring {
  0% {
    transform: rotate(-15deg);
  }
  2% {
    transform: rotate(15deg);
  }
  12%, 4% {
    transform: rotate(-18deg);
  }
  14%, 6% {
    transform: rotate(18deg);
  }
  8% {
    transform: rotate(-22deg);
  }
  10% {
    transform: rotate(22deg);
  }
  16% {
    transform: rotate(-12deg);
  }
  18% {
    transform: rotate(12deg);
  }
  100%, 20% {
    transform: rotate(0);
  }
}
@keyframes ring {
  0% {
    transform: rotate(-15deg);
  }
  2% {
    transform: rotate(15deg);
  }
  12%, 4% {
    transform: rotate(-18deg);
  }
  14%, 6% {
    transform: rotate(18deg);
  }
  8% {
    transform: rotate(-22deg);
  }
  10% {
    transform: rotate(22deg);
  }
  16% {
    transform: rotate(-12deg);
  }
  18% {
    transform: rotate(12deg);
  }
  100%, 20% {
    transform: rotate(0);
  }
}
.elan_is_service {
  background-color: #d33631;
  height: 23px;
  width: 30px;
  left: 0;
  bottom: 0;
}

.elan_is_service:after {
  position: absolute;
  width: 10px;
  height: 23px;
  top: 0;
  right: -10px;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
}

.elan_is_vip,
.service_li_vip .service_price,
.service_name_vip {
  background-color: #a5aa0f;
}

.elan_is_vip {
  padding: 4px 15px;
}

.elan_is_vip:after {
  right: -9px;
}

.site_tab_top_2 li:first-child a {
  border-top-right-radius: 0;
  border-right: 1px solid #fff;
}

.home_tabs_btn_elan_nov2 {
  padding-left: 15px;
  text-align: left;
}

.s_form_box_full {
  width: 100%;
  border: 0;
}

.avto_e_box_bottom,
.avto_elan_list .elan_box_bottom,
.avto_elan_list li {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.s_form_box_full_list {
  position: relative;
  float: left;
  margin-top: 15px;
}

.s_form_box_full_list li {
  padding-right: 15px;
}

.s_form_box_full_list li:last-child {
  padding-right: 0;
}

.geyim_axtar_list li .s_label_select {
  padding-left: 10px;
}

.geyim_axtar_list li:nth-child(1) {
  width: 170px;
}

.geyim_axtar_list li:nth-child(2) {
  width: 225px;
}

.geyim_axtar_list li:nth-child(2) .s_label_title {
  width: 110px;
}

.geyim_axtar_list li:nth-child(2) .s_label_select {
  width: calc(100% - 110px);
}

.geyim_axtar_list li:nth-child(3) {
  width: 235px;
}

.geyim_axtar_list li:nth-child(3) .s_label_title {
  width: 150px;
}

.geyim_axtar_list li:nth-child(3) .s_label_select {
  width: calc(100% - 150px);
}

.geyim_axtar_list li:nth-child(4) {
  width: 270px;
}

.geyim_axtar_list li:nth-child(4) .s_label_title {
  width: 130px;
}

.geyim_axtar_list li:nth-child(4) .s_label_select {
  width: calc(100% - 130px);
}

.s_tab_axtar_btn2 {
  margin-top: 0;
}

.s_tab_body3 {
  height: 154px;
}

.geyim_st_body {
  height: 157px;
}

.s_tab_body3 .st_tab_body {
  padding-bottom: 0;
  margin-top: 15px;
}

.avto_ic_title h2 {
  margin-top: -25px;
}

.toggle_search_tab .avto_ic_title h2 {
  margin-top: 0;
  margin-bottom: 10px;
}

.avto_axtar_list {
  width: 100%;
  margin-top: 0;
}

.avto_axtar_list li {
  margin-bottom: 15px;
  padding: 0 30px 0 0;
  width: 25%;
}

.avto_axtar_list > li:last-child,
.avto_axtar_list > li:nth-child(4) {
  padding-right: 0;
  padding-left: 30px;
}

.avto_axtar_list > li:nth-child(3),
.avto_axtar_list > li:nth-child(7) {
  padding-right: 0;
}

.s_tab_axtar_btn3 {
  margin: 0;
  width: 100%;
  height: 30px;
  padding: 3px 0;
}

.avto_elan_list li {
  width: 225px;
  height: 290px;
  margin-right: 9px;
}

.avto_elan_list li:nth-child(5n+5) {
  margin-right: 9px;
}

.avto_elan_list .service_li a {
  border-radius: 10px;
}

.avto_elan_list .elan_property_title1 {
  margin-bottom: 0;
}

.avto_prop_e_box_title {
  width: 100%;
  padding-left: 10px;
}

.avto_prop_e_box_title:after {
  width: calc(100% - 20px) !important;
  left: 10px !important;
}

.avto_prop_e_box_title_last {
  margin-bottom: 0 !important;
}

.avto_prop_e_box_title span {
  position: relative;
  float: right;
  font-size: 13px;
  color: #3d4153;
  max-width: 50%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.avto_e_box_bottom {
  position: absolute;
  bottom: -1px;
  height: 43px;
  border-top: 3px solid #d33631;
  background-color: #3d4153;
}

.avto_b_sides {
  position: relative;
  float: left;
  width: 33.3333333333%;
  height: 100%;
  border-right: 1px solid #fff;
  padding: 5px 0;
  display: table;
}

.avto_b_sides3 {
  border-right: 0;
}

.avto_b_sides span,
.avto_b_sides strong {
  float: left;
  width: 100%;
  font-size: 12px;
  color: #fff;
  text-align: center;
}

.avto_b_sides strong {
  margin-top: 3px;
}

.avto_prices {
  float: none;
  display: table-cell;
}

.login_boxes,
.pop_up_box {
  display: none;
}

.elan_gost_box {
  margin-bottom: 10px;
}

.avto_top_info {
  width: 590px;
}

.avto_top_info li:first-child {
  width: 290px;
  padding: 0;
}

.avto_top_info li:last-child {
  max-width: calc(100% - 290px);
}

.elan_in_sited {
  background-color: transparent;
  border-radius: 0;
  height: 100%;
  border: 0;
}

.elan_in_sited .avto_b_sides {
  padding: 15px 0;
}

.elan_in_sited .avto_b_sides span,
.elan_in_sited .avto_b_sides strong {
  font-size: 16px;
}

.avto_property {
  margin-top: 15px;
}

.avto_property li {
  width: 50%;
}

.property_list_2 {
  border: 0;
  margin-top: 20px;
}

.result_left_side_avto {
  width: calc(100% - 245px);
}

.result_right_side_avto {
  width: 235px;
}

.avto_elan_list_result li {
  width: 222px;
}

.avto_elan_list_result li:nth-child(3n+3) {
  margin-right: 0 !important;
}

.avto_elan_list_result li,
.avto_elan_list_result li:nth-child(4n+4) {
  margin-right: 9px;
}

.fb-page.fb_iframe_widget iframe,
.fb-page.fb_iframe_widget span {
  width: 100% !important;
}

.registers {
  position: relative;
  float: left;
  width: 325px;
  background-color: #3d4153;
  padding: 10px 15px;
  border-radius: 5px;
}

.pop_up_box {
  width: 450px;
  padding: 25px 50px;
  border: 2px solid #d33631;
  background-color: #fff;
  border-radius: 10px;
  float: left;
}

.o_sif_et_q_box {
  z-index: 12;
  top: 7px;
  right: 10px;
}

.o_sif_et_q_ico {
  font-size: 15px;
  color: #d33631;
  border-radius: 100%;
  border: 2px solid #d33631;
  padding: 0 5px;
}

.o_sif_et_tooltip {
  border: 2px solid #d33631;
  background-color: #e6e4df;
  font-size: 13px;
  color: #1d1d1d;
  width: 235px;
  padding: 5px;
  border-radius: 5px;
  z-index: 1000;
  right: -245px;
  top: -10px;
  min-height: 40px;
  display: none;
}

.o_sif_et_q_ico:hover ~ .o_sif_et_tooltip {
  display: block;
}

.elanlar_title {
  color: #d33631;
  font-size: 18px;
  position: relative;
  margin: 0 auto;
  display: table;
  float: none;
  padding: 0 10px;
  background-color: #fff;
  text-align: center;
  font-family: RobotoCondensed-Bold;
}

.emlak_axtaris,
.s_tab_body,
.sub_box:not(.show) {
  display: none;
}

.fancybox-inner h2 {
  background-color: transparent;
}

.x_elan_form_box {
  margin-top: 15px;
  margin-left: 15px;
  width: 225px;
}

.fis_sifaris_et_x_elan_form_box {
  width: 100%;
  margin-left: 0;
}

.x_elan_form_box ul,
.x_elan_form_box ul li {
  position: relative;
  float: left;
  width: 100%;
}

.chosen-container,
.x_elan_input {
  position: relative;
  float: left;
  width: 100%;
  height: 36px;
  text-align: center;
  color: #263b55;
  font-size: 16px;
  border-radius: 8px;
  background-color: #f5f5f5;
}

.add_and_edit_elan_page .chosen-container {
  font-size: 14px;
}

.popup_other_input {
  height: 40px;
}

.x_elan_input::-webkit-input-placeholder {
  color: #3d4153;
}

.x_elan_input:-moz-placeholder {
  color: #3d4153;
}

.x_elan_input::-moz-placeholder {
  color: #3d4153;
}

.x_elan_input:-ms-input-placeholder {
  color: #3d4153;
}

.fis_sifaris_et_x_elan_form_box .chosen-container,
.fis_sifaris_et_x_elan_form_box .x_elan_input {
  height: 40px;
  margin-bottom: 15px;
}

.x_elan_s_btn {
  margin-top: 20px;
  margin-bottom: 0;
  border-color: transparent;
  height: 30px;
  background-color: #3d4153;
  color: #fff;
}

.premium_et_btn {
  margin-top: 5px;
}

.x_elan_s_btn:hover {
  background-color: #d33631;
}

.sub_box .s_box_inputs_box {
  height: inherit;
  border: 0;
  width: 100%;
  padding: 0;
}

.select_label .ms-options-wrap {
  position: relative;
  float: left;
  margin-top: -31px;
  width: 100%;
  height: 30px;
}

.s_box_inputs_box .ms-options-wrap > button,
.select_label .ms-options-wrap > button {
  height: 100%;
  width: 100% !important;
  float: right;
  text-align: center !important;
  color: #fff !important;
  border: 0 !important;
  background-color: #3d4153 !important;
  border-radius: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.search_tab_box .s_box_inputs_box .ms-options-wrap > button,
.search_tab_box .select_label .ms-options-wrap > button {
  background-color: #ced4ed !important;
  color: #000 !important;
}

.s_box_inputs_box .ms-options-wrap > button:after,
.select_label .ms-options-wrap > button:after {
  border: 0;
  width: 9px;
  height: 6px;
}

.s_box_inputs_box .ms-options-wrap > button:after,
.search_tab_box .s_box_inputs_box .ms-options-wrap > button:after,
.search_tab_box .select_label .ms-options-wrap > button:after,
.select_label .ms-options-wrap > button:after,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.s_box_inputs_box .ms-options-wrap > .ms-options,
.select_label .ms-options-wrap > .ms-options {
  position: relative;
  float: left;
  margin-top: 1px;
}

.ms-options ul li {
  margin-bottom: 0 !important;
}

.s_tab_body_1 {
  display: block;
}

.scroll_tab {
  overflow: hidden;
  padding: 10px;
}

.scroll_tab .f_links_list {
  margin: 0;
  padding: 0;
}

.mCSB_scrollTools {
  width: 3px !important;
  opacity: 1 !important;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 0;
  border-radius: 0 !important;
}

.mCSB_scrollTools .mCSB_draggerRail {
  border-radius: 0 !important;
}

.elan_tesdiq_hover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #d33631;
  color: #fff;
  font-size: 14px;
  text-align: center;
  border-radius: 3px;
  padding: 8px 4px;
  z-index: 100;
  cursor: pointer;
  display: none;
}

.mobile_body .elan_tesdiq_hover {
  padding: 12px 4px;
}

.tesdiq_hover_for_pay {
  padding: 11px 4px;
  font-size: 16px;
}

.elan_tesdiq_hover:after,
.emlak_loading:after,
.home_has_loading:after {
  position: absolute;
  width: 26px;
  height: 26px;
  right: 5px;
  top: 50%;
  margin-top: -13px;
  content: "";
  -webkit-animation: rotate 1s linear infinite;
  animation: rotate 1s linear infinite;
}

.emlak_loading:after,
.home_has_loading:after {
  left: 50%;
  top: 50%;
  margin-left: -13px;
  margin-top: -13px;
}

.home_has_loading {
  height: 280px;
}

@-webkit-keyframes rotate {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.payment_info_box {
  display: none;
  z-index: 1000;
}

.payment_info_txt {
  font-size: 15px;
  color: #3d4153;
}

.m_on {
  color: #b71606;
  font-family: RobotoCondensed-Bold;
}

.e_manat {
  color: #0b66b5;
  font-family: RobotoCondensed-Bold;
}

.payment_info_box_toggle_btn2 {
  font-size: 13px;
  color: #095ca2;
  display: inline-block;
}

#f_novu,
.e_satilir,
.elan_params,
.fancybox-opened .fancybox-title,
.g_kireaye2,
.hidd_select + .chosen-container,
.hidden_label,
.hidden_label_elan_n,
.i_kodu,
.i_kodu_info,
.upload_bg {
  display: none;
}

.elan_params_show {
  display: block;
}

.multi_label .chosen-container,
.multi_label .select_label {
  height: inherit;
  min-height: 30px;
}

.multi_label .chosen-container {
  padding-left: 0 !important;
}

.multi_label .chosen-container ul li {
  width: initial;
}

.show_map {
  padding: 8px 0;
  border-radius: 4px;
}

.show_map_box {
  cursor: pointer;
}

.map_cover {
  display: none;
  height: 550px;
  width: 800px;
}

.map2 {
  height: 450px;
  margin: 0 0 10px 1%;
  border: 0;
  width: 98%;
}

.komp_map {
  margin-top: 10px;
  height: 480px;
}

.choose_map_title {
  position: relative;
  float: left;
  width: 100%;
  font-size: 17px;
  padding: 10px 15px;
  font-family: RobotoCondensed-Bold;
}

.map_user_btns {
  position: relative;
  display: table;
  margin: 0 auto;
}

.map_user_btn {
  position: relative;
  float: left;
  height: 40px;
  color: #fff;
  width: 200px;
  border-radius: 3px;
  font-size: 18px;
  border-color: transparent;
  margin: 0 5px;
}

.map_clear_btn {
  background-color: #d33631;
}

.map_confirm_btn {
  background-color: #1c5fa7;
}

.map_user_btn:hover {
  background-color: #3d4153;
}

.elan_in_map_popup .map {
  width: 100%;
  height: 100%;
}

.loading {
  padding-top: 36px;
}

.edit_show_label {
  display: block;
}

.profile .badge,
.profile-tabs li {
  display: inline-block;
}

.profile-tabs li {
  width: 16.6666666667%;
}

.user_login_cats {
  margin-bottom: 10px;
}

.profile {
  margin-bottom: 25px;
}

.berpa_btn_box a,
.profile-tabs li a {
  display: inline-block;
  color: #273b55;
  font-size: 15px;
  /*border-bottom: 3px solid #ebebeb;*/
  transition: all ease 0.2s;
}

.elan_box_has_btn .elan_box_bottom,
.elan_list .berpa_btn_box li a {
  border-radius: 0;
}

.profile-tabs li a {
  height: 61px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 300;
  font-size: 14px;
}

.berpa_btn_box {
  width: 100%;
  margin-left: 0;
}

.elan_list .berpa_btn_box li {
  width: 50%;
  max-width: none;
  height: initial;
  margin-bottom: 0;
  padding: 0;
  margin-right: 0;
}

.elan_list .berpa_btn_box li a {
  float: left;
  height: initial !important;
  padding: 4px 5px;
  text-align: center;
  /*border: 1px solid #eaeaea;*/
  border-top: 0;
  display: flex;
  flex-flow: column;
}
.elan_list .berpa_btn_box li a.redakte_btn {
  text-wrap-mode: nowrap;
  overflow-x: hidden;
}

.elan_list .berpa_btn_box .only_li,
.elan_list .berpa_btn_box li .only_btn {
  width: 100%;
}

.usr_tab_ico {
  position: relative;
  width: 16px;
  height: 16px;
  margin-right: 5px;
}

.profile .badge {
  background-color: #d6d6d6;
  color: #263b55;
  font-size: 12px;
  font-weight: 600;
  padding: 4px 12px;
  text-align: center;
  border-radius: 100px;
  line-height: 1;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}

.user_info_panel {
  margin-top: 30px;
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
}

.user_info_panel li:nth-child(even),
.user_tabs_select {
  padding-left: 20px;
}

.profile-tabs li.active a {
  color: #263b55;
  font-family: inter, sans-serif;
  border-color: #ff2c39;
  font-weight: 500;
  box-shadow: 0 16px 15px -15px rgba(255, 82, 82, 0.4);
  border-bottom-width: 4px;
  background: #fff;
}

.profile-tabs li.active .badge {
  background-color: #ff2c39;
  color: #fff;
}

.profile-tabs li a:hover {
  background-color: #fff;
  border-color: #ccc;
}

.user_tabs_select {
  position: relative;
  background-color: #3584f7;
  box-shadow: 0 4px 11px 0 rgba(54, 131, 247, 0.3607843137);
  font-weight: 500;
  color: #fff;
  width: 97%;
  border-radius: 8px;
  display: none;
  margin-top: 15px;
  font-size: 16px;
  left: 50%;
  padding: 8px 15px;
  transform: translateX(-50%);
}

.tab_in_prefs {
  background: #efefef;
  padding: 7px;
  overflow: auto;
  width: 345px;
  border-radius: 50px;
  margin: 0 auto;
  display: flex;
}

.profile-no-ads {
  width: 100%;
  height: 300px;
  margin-bottom: 20px;
  padding-top: 95px;
  border-radius: 5px;
  text-align: center;
  color: #3d4153;
  font-size: 16px;
}

.green_button,
.info_panel {
  font-size: 14px;
  position: relative;
  border-radius: 8px;
}

.profile-no-ads p {
  color: #3d4153;
}

.elan_y_btn_cats {
  margin-left: 0;
}

.elan_y_btn_cats:hover {
  background-color: #d33631;
  color: #fff;
}

.user_info_panel li {
  width: 50%;
  margin-bottom: 10px;
}

.user_info_panel li:nth-child(odd) {
  padding-right: 10px;
}

.info_panel {
  width: 100%;
  height: 62px;
  border: 1px solid #ebebeb;
  color: #263b55;
  background-repeat: no-repeat;
  padding: 6px;
  display: flex;
  align-items: center;
}

.info_panel:before {
  min-width: 30px;
  min-height: 30px;
  content: "";
  background-image: url(img/new_icons/info.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  margin: 0 10px 0 5px;
}

.info_panel p {
  margin: 0;
  margin-right: 5px;
}

.balans_artir_panel {
  background: #efefef;
}

.balans_artir_panel:before {
  background-image: url(img/new_icons/wallet.svg);
}

.green_button {
  background-color: #263b55;
  color: #fff;
  min-width: 120px;
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  font-size: 12px;
  border-radius: 6px;
  margin-left: auto;
}

.xususi_button {
  background-color: #3584f7;
}

.premium_button {
  background-color: #ff2c39;
}

.green_button:hover {
  background-color: #192738;
}

.premium_button:hover {
  background-color: #a53939;
}

.green_button p {
  font-weight: 500;
}

.balansi_artir_btn {
  background-color: #2cce3f;
}

.top_info_block .right_panel {
  width: 50%;
  padding-left: 30px;
}

.regulations_wrap {
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1490196078);
  padding: 20px;
  position: relative;
  border-radius: 8px;
}

.photo_block {
  position: relative;
  float: left;
  width: 160px;
}

.userInfo {
  position: relative;
  float: left;
  width: calc(100% - 160px);
  padding-left: 25px;
}

.photo_block_e_y {
  width: 185px;
  margin-right: 0;
  margin-top: 0;
}

.html_ru .photo_block_e_y {
  width: 215px;
}

.usr_pic_box {
  height: 160px;
  overflow: hidden;
}

.photo_block div img {
  position: relative;
  float: left;
  max-width: 100%;
  max-height: 100%;
  display: block;
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  border-radius: 5px;
}

.edit_info:before,
.photo_block button:before,
.sekli_deyis:before {
  left: 13px;
  content: "";
  display: inline-block;
}

.photo_block button:before,
.sekli_deyis:before {
  width: 22px;
  height: 20px;
  position: relative;
  left: 0;
  margin-right: 3px;
}

.sekli_deyis {
  padding: 9px;
}

.usr_avatar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  opacity: 0;
}

.edit_info,
.user_email {
  position: relative;
  float: left;
  display: flex;
  align-items: center;
}

.user_name {
  color: #263b55;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
  margin-top: 8px;
}

.user_decr {
  font-size: 16px;
  line-height: 1.313;
  padding-bottom: 22px;
}

.user_email a {
  font-size: 14px;
  color: #3d4153;
}

.user_email:before {
  background: url(img/new_icons/globe.svg) no-repeat;
  content: "";
  min-width: 17px;
  min-height: 17px;
  background-size: contain;
  display: inline-block;
  margin: 0 5px 10px 0;
}

.see_elans:before {
  background: url(img/new_icons/elan.svg) no-repeat;
}

.edit_info {
  border: 1px solid #3584f7;
  color: #3584f7;
  border-radius: 7px;
  font-size: 14px;
  font-weight: 500;
  padding: 6px 8px;
  transition: all 500ms;
  margin-top: 5px;
}

.subscribe_7 {
  width: initial;
  padding-right: 15px;
  background-color: #1c5fa7;
}

.edit_info:hover {
  background-color: #3683f7;
  color: #fff;
}

.edit_info:before {
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  display: inline;
  margin-right: 5px;
}

.edit_info:hover:before {
  background: url(img/new_icons/prof_edit_white.svg);
}

.add_field,
.styled_line,
.user_d_sides {
  position: relative;
  float: left;
}

.subscribe_7:before {
  width: 20px;
}

.user_d_sides_left {
  width: 160px;
}

.user_d_sides_right {
  width: calc(100% - 160px);
  margin-top: 15px;
  padding-left: 90px;
}

.styled_line {
  display: block;
  margin-bottom: 5px;
}

.regulations_block .styled_line,
.user_d_sides .styled_line {
  width: 100%;
}

.styled_line span {
  display: block;
  float: left;
  width: 209px;
  font-size: 16px;
  color: #3d4153;
  line-height: 1;
  min-height: 15px;
}

.agent_number li {
  width: 100%;
}

.agent_number label {
  width: 100%;
}

.agent_number span {
  width: 100%;
}

.regulations_block .styled_line span {
  width: 110px;
  font-size: 15px;
  padding-top: 17px;
}

.add_field {
  display: block;
  box-sizing: border-box;
  width: 300px;
  height: 45px;
  border-radius: 3px;
  background-color: #efefef;
  cursor: pointer;
  color: #3d4153;
  font-size: 14px;
  text-decoration: none;
  line-height: 43px;
  border: 1px solid #cecece;
  padding-left: 109px;
  margin-bottom: 19px;
}

.add_field:before {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  position: absolute;
  left: 15px;
  top: 14px;
}

.styled input,
.styled textarea {
  width: 300px;
  height: 45px;
  float: left;
  margin-bottom: 0;
  border: 1px solid #d3d3d3;
  border-radius: 8px;
  padding: 5px 10px;
  color: #3d4153;
  font-size: 16px;
}

.regulations_block .styled_line input {
  font-size: 15px;
  width: 320px;
}

.styled textarea {
  font-size: 16px;
  border-color: #b9b9b9;
  resize: none;
  box-sizing: border-box;
  width: 370px;
  height: 124px !important;
  padding: 10px;
  margin-bottom: 25px;
}

.regulations_block textarea {
  width: 565px;
  float: left;
  margin: 0;
  height: 104px;
  font-size: 14px;
  color: #3d4153;
}

.styled input:focus,
.styled textarea:focus {
  border-color: #d33631 !important;
}

.regulations_block .butt_wrap {
  padding-top: 15px;
}

.reg_info_text {
  font-size: 13px;
  color: #d33631;
  position: absolute;
  left: 450px;
  width: 200px;
  line-height: 1.2;
  font-style: italic;
  top: 7px;
  font-weight: 400;
}

.sites_links {
  padding-left: 142px;
  font-weight: 700;
  font-style: italic;
  font-size: 14px;
  color: #3d4153;
  padding-bottom: 24px;
  padding-top: 12px;
}

.green,
.red {
  width: 570px;
}

.sites_links > span {
  position: relative;
  margin-left: 75px;
}

.sites_links > span:first-child {
  margin-left: 0;
}

.regulations_block .butt_wrap input {
  background-color: #3585f7;
  color: #fff;
  width: 146px;
  font-size: 16px;
  margin: 0 0 0 110px;
  cursor: pointer;
  transition: all 0.5s;
}

.regulations_block .butt_wrap input:hover {
  background-color: #3585f7;
}

.wp_status_label {
  position: relative;
  float: left;
  color: #243b55;
  cursor: pointer;
  margin-bottom: 5px;
  font-size: 14px;
  padding-left: 146px;
  margin-top: -7px;
}

.wp_status_label_user_edit {
  padding-left: 110px;
  margin-top: 0;
}

.styled_line .wp_status_label_user_edit span,
.wp_status_ico {
  position: relative;
  width: 25px;
  height: 20px;
  display: inline-block;
  top: 3px;
  background-size: contain;
}

.styled_line .wp_status_label_user_edit span {
  top: -3px;
}

.styled_line .wp_status_label_user_edit input {
  width: inherit;
  height: inherit;
  margin: 0 5px 0 0;
  border: 0;
}

.toggle_search_btn {
  cursor: pointer;
  background-color: #1c5fa7;
  border-radius: 20px;
}

.search_tab_in_box {
  border: 0;
  border-radius: 0;
  background-color: transparent;
}

.toggle_search_tab,
.toggle_search_tab .s_tab_top_menus {
  display: none;
}

.mobile_body .toggle_search_tab,
.mobile_body .toggle_search_tab .s_tab_top_menus,
.s_tab_top_menus_open {
  display: block;
}

.toggle_search_tab .st_tab_body {
  margin-top: 20px;
}

.toggle_search_tab .search_tab_site1 {
  height: 275px;
  margin-bottom: 50px;
}

.registers .title {
  color: #fff;
  font-size: 23px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin: 10px 0 0;
  font-family: RobotoCondensed-Bold;
  padding: 0 0 10px 30px;
}

.x_reklam_desc,
.x_reklam_title {
  text-align: center;
  overflow: visible;
  width: 100%;
  white-space: normal;
  padding: 0 5px;
  background-image: none;
}

.mobile_body .x_reklam_title {
  margin: 15px 0 0;
}

.x_reklam_desc:after {
  display: none;
}

.elan_qiy_cedveli_box {
  width: 635px;
  padding: 10px 0;
  display: table;
  margin: 15px auto;
}

.elan_qiy_cedveli_single {
  position: relative;
  float: left;
  text-align: center;
  color: #fff;
  font-size: 20px;
  width: 100%;
}

.elan_qiy_cedveli_single h2 {
  color: #d33631;
}

.elan_qiy_cedveli_single span {
  padding: 4px;
  background-color: #d33631;
  margin-top: 3px;
}

.x_elan_content {
  margin-top: 10px;
  font-size: 15px;
  line-height: 20px;
  color: #3d4153;
}

.order_tel {
  margin: 10px 0;
  color: #d33631;
  font-size: 25px;
  text-align: center;
}

.x_elan_map {
  height: 250px;
  margin: 0;
}

.fb_box {
  margin-top: 20px;
}

.elan_no_image_box {
  background-color: #000;
}

.elan_no_image_box a {
  display: table;
  margin: 0 auto;
}

.elan_no_image_box a img {
  position: relative;
  float: left;
  max-width: 100%;
}

.ms-options ul li {
  width: 100% !important;
  padding-right: 0;
}

.ms-options-wrap > .ms-options > ul label {
  padding: 2px;
  padding-left: 22px !important;
}

.checkbox_price {
  margin-top: 5px;
  padding-left: 150px;
}

.checkbox_price_active {
  margin-top: -22px;
  padding-left: 160px;
}

.subscribe {
  width: 750px;
  display: none;
}

.subscribe_title {
  text-transform: none;
}

.subscribe_i_list li {
  width: 100%;
  height: initial;
  margin-bottom: 0;
}

.emlak_info_btn:before {
  position: relative;
  background-color: #d33631;
  color: #fff;
  padding: 2px;
  border-radius: 3px;
  content: attr(data-info);
  font-size: 13px;
  top: 0;
  left: -66px;
  text-align: center;
  width: 55px;
  z-index: 1;
  display: none;
}

.barter_ico:before {
  left: -116px;
  width: 105px;
}

.html_ru .barter_ico:before {
  left: -66px;
  width: 55px;
}

.html_ru .kupca_ico:before {
  width: 70px;
  left: -81px;
}

.emlak_info_btn:after {
  position: absolute;
  top: 50%;
  left: -7px;
  margin-top: -4px;
  width: 0;
  height: 0;
  content: "";
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #d33631;
  z-index: 1000;
  display: none;
}

.kreditle_ico.has_2_:before {
  left: -38px;
  top: -27px;
}

.kreditle_ico.has_2_:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #d33631;
  left: 7px;
  margin-top: -17px;
}

.emlak_info_btn:hover:after,
.emlak_info_btn:hover:before {
  display: block;
}

.kreditle_ico:before,
.kreditle_ico:after {
  display: block;
  z-index: 1 !important;
}

.news-list {
  position: relative;
  float: left;
}

.news-list li {
  display: inline-block;
  width: 100%;
  margin-bottom: 35px;
  padding-right: 15px;
}

.news-list li:nth-child(3n+3) {
  padding-right: 0;
}

.news-i-inner {
  color: #3d4153;
  display: block;
  text-decoration: none;
  color: #3d4153;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.1215686275);
}

.news-i-img-container {
  position: relative;
  z-index: 1;
  display: block;
}

.news-i-img-container:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

.news-i-img {
  width: 100%;
  height: 250px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #ddd;
}

.news-i-content {
  height: 120px;
  padding: 7px 12px;
  overflow: hidden;
  line-height: 1.5;
}

.when {
  line-height: 1;
}

.news-i .when {
  position: absolute;
  z-index: 1;
  left: 10px;
  top: 10px;
  max-width: 80px;
  text-align: center;
  border-radius: 5px;
  overflow: hidden;
}

.when-date,
.when-time,
.when-view {
  color: #fff;
  text-align: center;
}

.when-date {
  padding: 8px 10px;
  background-color: #3584f7;
}

.news-list .when .date-day {
  font-size: 20px;
}

.news-list .when .date-year {
  display: none;
}

.when-time {
  padding: 5px;
  background-color: #3683f7;
  font-size: 14px;
}

.when-view {
  background-image: url(img/elan_baxis_ico.png);
  background-color: #263b55;
  background-repeat: no-repeat;
  background-position: 10px center;
  padding: 4px;
  padding-left: 21px;
  font-size: 14px;
}

.news-i .title {
  color: #3d4153;
  font-weight: 400;
  font-size: 18px;
  font-family: inter, sans-serif;
  line-height: 24px;
}

.news_excerpt {
  color: #adadad;
  font-size: 13px;
  line-height: 19px;
}

.news-i:hover a {
  box-shadow: 0 3px 9px 1px #b9b9b9;
}

.news_content {
  padding: 15px;
}

.new_content img {
  position: relative;
  float: left;
  max-width: 100%;
  margin-bottom: 10px;
  clear: both;
}

.news_date_list {
  margin-bottom: 10px;
  border-radius: 0;
  width: initial;
}

.news_date_list li {
  width: initial;
  margin-right: 10px;
  margin-bottom: 0;
}

.news_date_list li:last-child {
  margin-right: 0;
}

.news_date_list li:before {
  margin-top: -2px;
}

.news_fb_box .elan_desc_right_side {
  float: left;
  width: 100%;
}

.similar_news,
.similar_news_list {
  margin-top: 15px;
}

.must_fill:before {
  position: absolute;
  left: 0;
  top: calc(100% + 8px);
  color: #fff;
  font-size: 13px;
  background-color: #1c5fa7;
  padding: 2px 8px;
  border-radius: 3px;
  z-index: 1000;
  display: block;
}

.html_az .must_fill:before {
  content: "* Bu sahə doldurulmalıdır!";
}

.html_ru .must_fill:before {
  content: "* Необходимо заполнить раздел!";
}

.e_axtar_s_box_btn:after,
.mobile_header_top:before,
.must_fill:after {
  content: "";
}

.must_fill:after {
  position: absolute;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #1c5fa7;
  left: 10px;
  margin-top: 3px;
  display: block;
}

.mobile_header_top {
  height: auto;
  background-color: #e30011;
  background-image: url(img/header_bg.jpg);
  background-repeat: repeat-x;
  z-index: 200 !important;
  background-size: cover;
}

.mobile_header_top:before {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 1px;
  background-color: #fff;
}

.mobile_top_header_in {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 7px;
}

.mobile_top_header_in > div {
  display: flex;
  flex-flow: row-reverse;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.m_h_btns_box {
  display: flex;
  flex-flow: row;
  align-items: center;
  padding: 8px 0;
}

.login_btn_list_mobile {
  display: flex;
  align-items: center;
  padding: 5px 0;
}

.login_btn1,
.side_bar_toggle {
  background-position: left center;
  background-repeat: no-repeat;
  height: 25px;
}

.login_btn1 {
  width: 25px;
  margin-left: 10px;
}

.header_favorite_btn_mobile {
  margin-left: 10px;
}

.header_favorite_btn_mobile_2 {
  display: none;
}

.elan_y_btn_mobile {
  margin-left: 10px;
  padding: 8px;
  font-size: 13px;
  border-radius: 8px;
  display: flex;
  align-items: center;
}

.mobile_body .elan_y_btn_mobile {
  text-transform: none;
  font-size: 15px;
  line-height: 15px;
  font-weight: 600;
  height: 42px;
}

.side_bar_toggle {
  width: 28px;
  margin-left: 15px;
}

.mobile_header_middle {
  min-height: 56px;
  background-color: #263b55;
}

.mobile_header_middle_open {
  height: inherit;
}

.m_top_middle_sides {
  position: relative;
  float: left;
  height: 100%;
}

.m_top_middle_left_side {
  width: calc(100% - 65px);
}

.m_h_m_left_txt {
  font-size: 18px;
  color: #fff;
  padding: 17px 5px 17px 25px;
  text-transform: uppercase;
}

.close_s_by_code_mobile,
.m_top_middle_right_side,
.s_b_code_m_btn {
  position: relative;
  width: 54px;
  background-position: center center;
  background-repeat: no-repeat;
}

.search_by_code_mobile_box {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: 100;
  height: 54px;
  background-color: #253b55;
}

.close_s_by_code_mobile {
  background-position: center;
}

.s_tab_body,
.s_tab_body_column,
.s_tab_btns {
  float: left;
  position: relative;
}

.s_b_code_m_input {
  font-size: 16px;
  font-weight: 200;
  color: #fff;
  text-align: left;
  background-color: #253b55;
  padding: 0 10px;
  width: calc(100% - 90px);
}

.s_tab_body_column_title,
.s_tab_btns {
  font-size: 17px;
  color: #253b55;
}

.s_b_code_m_input::-webkit-input-placeholder {
  color: #fff;
}

.s_b_code_m_input:-moz-placeholder {
  color: #fff;
}

.s_b_code_m_input::-moz-placeholder {
  color: #fff;
}

.s_b_code_m_input:-ms-input-placeholder {
  color: #fff;
}

.s_b_code_m_btn {
  position: absolute;
  right: 0;
  height: 100%;
  z-index: 1;
}

.s_b_code_m_btn_search {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  border-right: 0;
}

.s_b_code_m_btn_drop {
  left: 0;
  right: unset;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  border-left: 0;
}

.s_b_code_m_btn_drop:not(.s_by_cat_toggle_open) {
  /* background-image: url(img/new_icons/chevron-down.svg?v=2); */
}

.mobile_header_bottom {
  background-color: #3d4153;
  height: 46px;
}

.s_tab_top_menus_mobile {
  border-top: 0;
}

.s_tab_top_menus_mobile li {
  width: 100%;
}

.s_tab_top_menus_mobile li a {
  width: 100%;
  text-align: center;
  border-radius: 0;
}

.s_tab_top_menus_mobile li:first-child a {
  border-radius: 0;
}

.statis_icare_tab {
  margin-top: 20px;
}

.search_tabs {
  height: 394px;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.0784313725);
  border-radius: 8px;
  overflow: hidden;
}

.s_tab_btns_box {
  height: 45px;
  overflow: hidden;
}

.s_tab_btns {
  height: 100%;
  width: 50%;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  background-color: #243b55;
  color: #fff;
}

.s_tab_active {
  background-color: #3683f7;
  box-shadow: 0 0 10px 0 #192738;
  z-index: 1;
  font-weight: 600;
}

.has_b_top {
  border-top: 2px solid #d33631;
}

.toggle_search_tab .has_b_top {
  border-top: 0;
}

.m_s_tab_body,
.mobile_menu_list_s_by_cat li:last-child a {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 5px;
}

.m_s_tab_body {
  width: 100%;
  padding: 20px;
  display: none;
  background-color: #fff;
}

.m_s_tab_body_active {
  display: block;
}

.s_tab_body_column {
  width: 33.3333333333%;
}

.s_tab_body_column_links {
  margin-top: 10px;
}

.s_tab_body_column_links li {
  width: 100%;
  margin-bottom: 10px;
}

.s_tab_body_column_links li:last-child {
  margin-bottom: 0;
}

.s_tab_body_column_links li a {
  color: #6f6f6f;
  font-size: 15px;
  text-decoration: none;
}

.s_tab_body_column_links li a:hover {
  text-decoration: none;
}

.e_axar_m_section_active {
  margin-top: 54px;
  margin-bottom: 15px;
}

.e_axtar_toggle_btn {
  border-radius: 5px;
  color: #fff;
  font-size: 19px;
  padding: 15px;
  text-align: left;
}

.e_axtar_toggle_btn:before {
  width: 24px;
  height: 24px;
}

.service_section {
  margin-top: 20px;
}

.mobile_service_tab_title {
  margin-bottom: 20px;
  margin-top: 20px;
}

.mobile_service_tab_title h1,
.mobile_service_tab_title h2 {
  position: relative;
  display: flex;
  align-items: center;
  flex-flow: column;
  text-align: center;
  font-size: 19px;
  font-weight: 700;
  color: #22364e;
  text-transform: uppercase;
  padding: 0 12px;
}

.mobile_service_tab_title h1:before,
.mobile_service_tab_title h2:before {
  width: 35px;
  height: 35px;
  margin-bottom: 5px;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: none;
}

.mob_vip_title h1:before,
.mob_vip_title h2:before {
  width: 45px;
}

.elan_list_mobile {
  margin-top: 20px;
}

.mobile_body.home_page .elan_list_mobile {
  margin-top: 0;
  padding-bottom: 10px;
}

.elan_box_has_btn {
  text-align: left;
  margin-top: 20px;
}

.elan_box_has_btn li {
  height: 245px;
  float: left;
}

.mobile_body .elan_box_has_btn > li {
  height: 312px !important;
}

.elan_img_box_mobile {
  height: 170px;
}

.elan_price_mobile {
  font-size: 16px;
  font-family: RobotoCondensed-Bold;
  padding: 5px;
}

.mobile_service_icons button:nth-child(2) {
  right: 41px;
}

.mobile_service_ico {
  position: absolute;
  display: table;
  margin: 0 auto;
  width: 20px;
  height: 20px;
  background-color: transparent;
  background-size: contain;
}

.elan_property_title_mobile:after,
.home_tabs_body {
  display: none;
}

.mobile_service_ico {
  right: 6px;
  top: 5px;
}

.mobile_service_ico_special {
  background-image: url(img/new_icons/xususi.svg);
}

.satis_novu_ico {
  position: relative;
  width: 22px;
  height: 22px;
  border-radius: 40px;
  right: 1px;
  background-color: #3585f7;
  float: right;
  bottom: 29px;
  margin-right: 5px;
  background-size: 60%;
}

.elan_box_bottom_mobile {
  height: calc(100% - 170px);
}

.elan_property_title_mobile {
  width: 100%;
  border-bottom: 1px solid #d9d9d9;
  margin: 0;
  padding: 8px 4px 8px 40px;
}

.elan_property_title_mobile_last {
  border-bottom: 0;
}

.flex-control-paging li a {
  box-shadow: none;
  background-color: #f6b0b5;
}

.flex-control-paging li a.flex-active {
  background-color: #d33631;
}

.home_tabs_btns_mobile {
  border-radius: 8px;
  max-width: 100%;
  width: 100%;
  display: flex;
  margin-bottom: 10px;
}

.rieltor_m_reults .home_tabs_btns_mobile {
  justify-content: center;
}

.rieltor_m_reults .home_tabs_btns_mobile button {
  padding: 8px 15px;
  font-size: 16px;
}

.mobile_home_service_slide .flex-viewport {
  height: 245px;
}

.flex-control-nav {
  bottom: 0;
}

.service_section_no_ico {
  margin-top: 25px;
}

.home_tabs_section {
  margin-top: 20px;
}

.home_tabs_btn_mobile {
  position: relative;
  float: left;
  text-align: left;
  font-size: 14px;
  padding: 4px 10px;
  background-color: #f5f5f5;
  border-radius: 8px;
  font-weight: 400;
  color: #253b55;
}

.home_tabs_btn_mobile_active,
.only_2.home_tabs_btn_mobile {
  background-color: #3584f7;
  font-weight: 500;
  color: #fff;
  border-radius: 8px;
}

.home_tabs_bodies {
  margin-top: 15px;
}

.home_tabs_body_active,
.only_2.home_tabs_body {
  display: block;
}

.home_tabs_body .elan_list_mobile {
  display: table;
  text-align: left;
}

.h_tab_show_all_box {
  margin-top: 15px;
}

.home_tabs_body_has_slide .h_tab_show_all_box {
  margin-bottom: 10px;
}

.h_tab_show_all_btn {
  position: relative;
  font-size: 14px;
  display: table;
  margin: 0 auto;
  font-weight: 600;
  padding: 6px 19px;
  border-radius: 50px;
  color: #3584f7;
  background: rgba(0, 102, 255, 0.1490196078);
}

.h_tab_show_all_btn:hover {
  text-decoration: none;
}

.mobile_footer {
  margin-top: 25px;
  background-color: #263b55;
  padding: 15px 0 60px;
}

.mobile_footer_in {
  color: #fff;
  font-size: 15px;
}

.sec2 {
  max-width: 100%;
  padding: 10px;
  flex-flow: column;
}

.m_f_bottom strong {
  font-size: 16px;
}

.side_bar_main_box {
  position: fixed;
  display: none;
  top: 0;
  right: 0;
  height: 100%;
  width: 80%;
  z-index: 1000;
}

.side_bar_menu,
.site_side_cats {
  position: absolute;
  top: 0;
  right: 0;
  transition: all cubic-bezier(0, 0.15, 0.1, 1) 0.7s;
  -webkit-transition: all cubic-bezier(0, 0.15, 0.1, 1) 0.7s;
  background-color: #fff;
  width: 100% !important;
  height: 100%;
  z-index: 1001;
}

.side_bar_menu_close,
.site_side_cats_close {
  visibility: hidden;
  transform: translate3d(100%, 0, 0);
}

.hide_,
.side_bar_menu_hide,
.site_side_cats_hide {
  display: none;
}

.side_bar_menu_open,
.site_side_cats_open {
  visibility: visible;
  transform: translate3d(0, 0, 0);
}

.show_,
.side_bar_menu_show,
.site_side_cats_show {
  display: block !important;
}

.side_top_line {
  background-color: #273b55;
  height: 46px;
  padding: 0 30px;
}

.mobile_lang_menu {
  font-size: 17px;
  color: #fff;
  border-bottom: 1px dashed #fff;
  position: relative;
  float: left;
}

.mobile_lang_menu:before {
  width: 24px;
  height: 24px;
}

.login_btn_submenu {
  color: #fff;
  font-size: 13px;
}

.login_btn_submenu:before {
  width: 26px;
  height: 26px;
}

.site_tabs_list_side_menu {
  height: auto;
}

.site_tabs_list_side_menu li {
  width: 100%;
  height: 60px;
  border: 0;
  border-bottom: 1px solid #fff;
}

.site_tabs_list_side_menu li a {
  text-align: left;
  padding: 12px 30px;
  height: 100%;
}

.mobile_menu_list li {
  width: 100%;
}

.mobile_menu_list li a {
  width: 100%;
  font-size: 18px;
  color: #fff;
  padding: 15px 30px;
}

.mobile_menu_list li a:hover {
  color: #fff;
  background-color: #192838;
  border-radius: 0;
}

.mobile_sub_menu {
  position: relative;
  float: left;
  width: 100%;
}

.mobile_sub_menu li a {
  color: #fff !important;
}

.side_menu_soc_list {
  text-align: center;
  margin-top: 20px;
}

.side_menu_soc_list li {
  float: none;
  display: inline-block;
  text-align: center;
  margin-right: 15px;
}

.e_axtar_check_box,
.e_axtar_input,
.side_menu_soc_list li a,
.site_side_cats_in {
  position: relative;
  float: left;
}

.side_menu_soc_list li a {
  width: 39px;
  height: 39px;
}

.site_side_cats {
  background-color: #192738;
  padding: 25px;
}

.site_side_cats_in {
  width: 100%;
  height: 100%;
}

.site_side_cats_top {
  height: 35px;
}

.site_side_cats_top22 {
  height: initial;
}

.side_bar_menu_top_back_box {
  background-color: #253b55;
}

.move_back_btn {
  background-color: #273b55;
  color: #fff;
  padding: 8px 20px 8px 15px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
}

.move_back_btn_s_menu {
  padding: 11px 15px;
  border-radius: 0;
  background-color: #263b55;
  width: 100%;
  text-align: left;
}

.move_back_btn:before {
  width: 10px;
  height: 16px;
}

.site_cats_title {
  color: #fff;
  font-size: 18px;
  font-weight: 200;
  padding-left: 20px;
  max-width: calc(100% - 90px);
}

.site_side_cats_body {
  margin-top: 25px;
  height: calc(100% - 25px);
  overflow: hidden;
  padding-bottom: 20px;
}

.e_y_types_site_cats {
  margin: 0;
}

.e_y_types_site_cats li {
  width: 100%;
  padding: 0;
}

.e_y_types_site_cats li a {
  background-color: #fff;
  color: #3d4153;
  font-size: 18px;
  font-family: RobotoCondensed-Bold;
  border-radius: 0;
  border-bottom: 1px solid #acacac;
}

.e_y_types_site_cats li a:hover {
  color: #fff;
  background-color: #3d4153;
}

.e_y_types_site_cats li:first-child a {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.e_y_types_site_cats li:last-child a {
  border-bottom: 0;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.site_side_cats_body_by_cats {
  margin-top: 10px;
  height: calc(100% - 10px);
}

.s_by_cat_toggle {
  color: #fff;
  font-size: 18px;
  padding: 15px;
  border-radius: 5px;
  text-align: left;
}

.s_by_cat_toggle:before {
  width: 23px;
  height: 22px;
}

.s_by_cat_toggle_body {
  display: none;
}

.mobile_menu_list_s_by_cat li a {
  padding: 15px;
}

.mobile_menu_list_s_by_cat li:last-child a {
  border: 0;
}

.e_axar_m_section_box_s_b_cat {
  margin-top: 10px;
}

.e_axtar_body {
  display: none;
  padding: 15px;
}

.e_axtar_input_box {
  margin-bottom: 10px;
}

.e_axtar_input {
  width: 100%;
  height: 48px;
  border-radius: 8px;
  font-size: 16px;
  padding: 0 15px;
  background-color: #f2f2f2;
}

.e_axtar_body .e_axtar_input {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1019607843) !important;
  border: none !important;
}

.e_axtar_input::-webkit-input-placeholder {
  color: #929090;
}

.e_axtar_input:-moz-placeholder {
  color: #929090;
}

.e_axtar_input::-moz-placeholder {
  color: #929090;
}

.e_axtar_input:-ms-input-placeholder {
  color: #929090;
}

.e_axtar_select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 40px;
}

.add_and_edit_elan_page .e_axtar_input:not(.e_axtar_btn) {
  background-color: #fff;
  border: 1px solid #d3d3d3;
}

.e_axtar_input_title {
  font-size: 16px;
  margin-bottom: 8px;
}

.e_axtar_body .e_axtar_input_title {
  color: #fff;
}

.e_axtar_input_min_max {
  width: 50% !important;
}

.e_axtar_input_min {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.e_axtar_input_max {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 0;
}

.e_axtar_check_box {
  width: 100%;
}

.e_axtar_check_box_has3 {
  width: 33.3333333333%;
  margin-bottom: 7px;
}

.e_axtar_check_box_has3_2 .checksquared,
.e_axtar_check_box_has3_2 .checksquared span {
  float: none;
  margin: 0 auto;
  display: table;
}

.e_axtar_check_box_has3_3 .checksquared,
.e_axtar_check_box_has3_3 .checksquared span {
  float: right;
}

.e_axtar_check_box_has3_3 .checksquared span {
  text-align: right;
}

.e_axtar_s_boxes {
  margin-top: 10px;
}

.e_axtar_s_box_btn {
  height: 45px;
  border-bottom: 1px solid #c3c5cf;
  color: #fff;
  text-align: left;
  padding: 0 15px;
  font-size: 16px;
}

.site_side_cats .e_axtar_s_box_btn {
  background-position: right 25px center;
}

.e_axtar_s_box_first {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.e_axtar_s_box_last {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.e_axtar_s_box_btn_active {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.e_axtar_s_box_btn:after {
  position: absolute;
  top: 0;
  right: 85px;
  border-left: 1px solid #fff;
  width: 1px;
  height: 100%;
}

.site_side_cats .e_axtar_s_box_btn:after {
  right: 65px;
}

.e_axtar_s_box_body {
  background-color: #f2f2f2;
  border-left: 1px solid #c3c5cf;
  border-right: 1px solid #c3c5cf;
  max-height: 220px;
  overflow: hidden;
  padding: 20px 15px;
  display: none;
}

.e_axtar_s_input_list li {
  width: 25%;
  margin-bottom: 10px;
}

.site_side_cats .e_axtar_s_input_list li {
  width: 50%;
}

.e_axtar_buttons {
  margin-top: 20px;
}

.e_axtar_btns {
  position: relative;
  float: left;
  width: 48%;
  height: 45px;
  text-align: center;
  border-radius: 50px;
  font-size: 17px;
  color: #fff;
  background-color: #3683f7;
  transition: all 0.5s;
}

.e_axtar_reset {
  background-color: #192738;
  color: #fff;
}

.e_axtar_submit {
  float: right;
}

.e_axtar_btns:hover {
  color: #fff;
  background-color: #3d4153;
}

.user_fom_list_body {
  border-radius: 5px;
  margin-top: 20px;
}

.user_fom_list li {
  width: 100%;
  margin-bottom: 15px;
  border-radius: 8px;
}

.user_fom_list li:last-child {
  margin-bottom: 0;
}

.user_fom_list .col2 {
  width: initial;
  display: inline-block;
  padding-right: 10px;
  max-width: 50%;
}

.user_act_link {
  position: relative;
  float: left;
  display: inline-block;
  font-size: 14px;
  color: #f2f2f2;
  border-bottom: 1px solid #8a8a8a;
  padding-bottom: 3px;
}

.user_act_link:hover {
  border-bottom: 1px dashed transparent;
}

.register {
  float: none;
  margin: 0 auto;
  display: table;
}

.user_fom_list .col2 a {
  float: left;
  display: inline-block;
  margin-top: 0;
}

.mobile_content_section,
.user_soc_login_btns {
  margin-top: 15px;
}

.e_axtar_btn,
.user_soc_login_btns li a {
  color: #fff;
  background-color: #273b55;
  font-weight: 400;
  transition: all 0.5s;
  text-align: center;
}

.user_fom_list .e_axtar_input {
  background-color: #ececec;
  color: #253b55;
}

.login_form .e_axtar_input {
  background-color: rgba(0, 0, 0, 0.368627451);
  color: #fff;
}

.user_fom_list .e_axtar_btn {
  background: #3683f7;
  box-shadow: 0 4px 15px 0 rgba(54, 130, 247, 0.4117647059);
  color: #fff;
}

.e_axtar_btn:hover {
  background-color: #1c5fa7;
}

.user_soc_login_btns li {
  width: 100%;
  margin-bottom: 10px;
}

.user_soc_login_btns li a {
  font-size: 18px;
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  background-color: #4867aa;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.368627451);
  display: flex;
  align-items: center;
  justify-content: center;
}

.user_soc_login_btns .login_gl {
  background-color: #fff;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1294117647);
  color: #414141;
}

.user_soc_login_btns li a:hover {
  background-color: #d33631;
}

.user_soc_login_btns li a:before {
  width: 36px;
  height: 35px;
}

.mobile_contact_title:before,
.mobile_content_title_box:before {
  width: 100%;
  height: 1px;
  content: "";
}

.mobile_main {
  min-height: calc(100% - 230px);
}

.mobile_content_section_mm {
  margin-top: 0;
}

.mobile_content_section_yk {
  margin-top: 15px;
}

.mobile_contact_title h2,
.mobile_content_title {
  position: relative;
  background-color: #fff;
  text-transform: uppercase;
}

.mobile_content_title {
  color: #263b55;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 20px;
}

/* .mobile_content_title:before {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 1px;
  width: 100px;
  height: 3px;
  background: #3584f7;
} */
.mobile_content_txt {
  color: #263b55;
  font-size: 16px;
}

.mobile_content_txt_mob {
  padding-left: 0;
  padding-right: 0;
}

.mobile_contact_title h2 {
  color: #263b55;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

.contact_c_list_mobile {
  border-right: 0;
}

.contact_c_list_mobile li {
  width: 50%;
  margin-bottom: 10px;
}

.e_axtar_input_area {
  height: 90px;
  resize: none;
  padding-top: 15px;
}

.user_fom_list_e_yerlesdir {
  margin-top: 0;
}

.mobile_multiple_txt_title {
  margin-top: 5px;
}

.mobile_multiple_txt_btns {
  position: relative;
  float: right;
  display: inline-block;
  background-color: #f2f2f2;
  border-radius: 5px;
  overflow: hidden;
}

.mobile_multiple_txt_btn {
  border-radius: 3px;
  color: #3d4153;
  font-size: 12px;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 600;
}

.mobile_multiple_txt_btn_active {
  color: #fff;
  background-color: #3584f7;
}

.mobile_multiple_txt {
  display: none;
}

.mobile_multiple_txt_active {
  display: block;
}

.reg_ico,
.wp_ico_single {
  position: relative;
  display: inline-block;
}

.e_axtar_map_btn {
  background-color: #3683f7;
  padding: 9px 0;
}

.e_axtar_map_btn:hover {
  background-color: #3d4153;
}

.mobile_contact_title_e_y {
  margin-top: 10px;
  margin-bottom: 20px;
}

.e_axtar_input_has_info {
  width: 75%;
}

.mobile_tel_input {
  width: calc(100% - 55px);
}

.mobile_input_alert {
  width: 25%;
  color: #3d4153;
  font-size: 16px;
  padding-left: 15px;
  margin-top: 9px;
}

.mobile_input_alert_full {
  width: 100%;
  padding-left: 0;
  margin: 5px 0;
}

.reg_ico {
  color: #d33631;
}

.mobile_tel_num_wp_status {
  position: relative;
  float: left;
}

.wp_ico_single {
  width: 18px;
  height: 18px;
  margin: 0 1px;
  top: 4px;
}

.elan_g_images_mobile,
.elan_top_left_tab_top {
  width: 100%;
}

.mobile_tel_num_wp_status .checksquared label {
  top: 5px;
}

.sekli_deyis_mobile {
  text-align: center;
  background-color: #3683f7;
  padding: 10px 15px;
  font-weight: 500;
  border-radius: 8px;
}

.sekli_deyis_mobile:before {
  display: none;
}

.upload_area_mobile {
  padding-bottom: 15px;
}

.agree_btn_mobile {
  margin-top: 5px;
}

.elan_top_left_tab_top li {
  max-width: 49%;
}

.elan_top_left_tab_top li:last-child {
  float: right;
  border-radius: 8px;
}

.elan_title_bg {
  background-color: transparent;
  color: #3d4153;
  padding: 10px;
  padding-bottom: 0;
}

.elan_title_bg_mobile {
  padding: 20px 0 10px;
}

.elan_title_bg_mobile h1 {
  color: #3d4153;
  max-width: none;
  width: 100%;
}

.elan_e_kodu_mobile {
  float: left;
  color: #3d4153;
}

.elan_in_service_btn_top_mobile {
  margin-top: 25px;
  margin-bottom: 15px;
}

.elan_gallery_mobile {
  height: inherit;
  padding: 0;
  border-radius: 8px;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.1411764706);
  background-color: #121c29;
  overflow: hidden;
}

.elan_g_images_list_mobile li {
  display: inline-block;
  overflow: hidden;
}

.elan_bottom_usr_btn {
  width: calc(100% - 210px);
}

.flex-direction-nav {
  position: absolute;
  top: 50%;
  width: 100%;
}

.flex-direction-nav .flex-nav-next {
  float: right;
}

.flex-direction-nav a {
  background-position: center;
  background-color: rgba(255, 255, 255, 0.5);
  background-repeat: no-repeat;
  opacity: 1;
  width: 35px;
  height: 60px;
  top: 50%;
  margin-top: -30px;
  float: left;
}

.flex-direction-nav a:before {
  display: none;
}

.flex-direction-nav .flex-prev {
  left: 0;
}

.flex-direction-nav .flex-nav-prev a {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.flex-direction-nav .flex-next {
  right: 0;
}

.flex-direction-nav .flex-nav-next a {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.mobile_elan_adr {
  padding: 7px 10px 7px 40px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  margin-top: 15px;
}

.mobile_elan_adr p {
  margin: 0;
  color: #fff;
}

.elan_in_map_mobile {
  border: 0;
  border-bottom: 1px solid #d33631;
  margin-top: 0;
}

.elan_list_mobile_in,
.faydali_links_mobile {
  margin-top: 10px;
}

.mobile_xidmetler li {
  width: 100%;
  margin-bottom: 10px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.0705882353);
}

.mob_xidmet_btn_title {
  color: #263b55;
  font-size: 19px;
  padding: 15px;
  text-align: left;
  background-size: 25px;
}

.mobile_xidmetler li:last-child .mob_xidmet_btn_title {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.mob_xidmet_btn_title:before {
  width: 35px;
  height: 30px;
}

.mob_xidmet_btn_content {
  border-top: 0;
  padding: 15px;
  font-size: 15px;
  color: #253b55;
  display: none;
}

.mob_xidmet_btn_content a {
  color: #3d4153;
  text-decoration: underline;
}

.mob_xidmet_btn_content img {
  position: relative;
  float: left;
  max-width: 100%;
}

.mobile_content_title_results {
  float: left;
  padding-left: 0;
  color: #3d4153;
}

.results_count {
  clear: both;
  color: #3d4153;
  font-size: 16px;
  margin: 0;
}

.service_section_results {
  margin-top: 0;
}

.filter_list_mobile {
  display: flex;
  justify-content: center;
}

.elan_list_mobile_res,
.rieltor_in_c {
  margin-top: 20px;
}

.filter_list_mobile li {
  border: 1px solid #253b55;
  color: #253b55;
  font-size: 15px;
  height: 40px;
  padding: 5px 10px;
}

.filter_list_mobile li:first-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  width: 70%;
}

.filter_list_mobile li:last-child {
  width: 30%;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border: 1px solid #253b55;
  border-left: 0;
  display: inline-flex;
  align-items: center;
}

.filter_list_mobile li:last-child:after {
  background: url(img/new_icons/chevron-down-dark.svg) center center no-repeat;
  background-size: contain;
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
}

.mobile_filter_select {
  position: relative;
  float: right;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 100%;
  color: #253b55;
  font-size: 14px;
  font-weight: 400;
}

.mobile_rel_in {
  color: #253b55;
  font-size: 20px;
}

.rieltor_in_c {
  margin-top: 0;
}

.search_tabs_rieltor {
  margin-top: 15px;
  margin-bottom: 20px;
}

.y_komp_list_mobile {
  text-align: left;
  margin-top: 15px;
}

.y_komp_list_mobile li {
  float: none;
  display: inline-block;
  text-align: left;
}

.y_komp_list_mobile li:nth-child(3n+3) {
  margin-right: 35px;
}

.y_komp_list_mobile .y_komp_img_box {
  border-radius: 0;
}

.y_komp_list_mobile .y_komp_bottom {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #253b55;
  border-top: 0;
  padding: 0;
}

.y_komp_list_mobile .y_komp_bottom strong {
  color: #fff;
  padding: 8px 13px 3px;
  width: calc(100% + 2px);
  left: -1px;
}

.y_komp_list_mobile .y_komp_bottom p {
  margin: 0;
  padding: 0 12px;
}

.y_komp_in_t_mobile {
  width: initial;
  display: inline-block;
  color: #253b55;
  padding-bottom: 5px;
}

.mobile_elan_adr_yk,
.user_fom_list_contact_yk {
  margin-top: 0;
}

.s_tab_top_has2_column li {
  width: 50%;
}

.elan_list_mobile_h_last {
  margin-top: 10px;
}

.mobile_service_ico_vip {
  background-color: transparent;
  width: 100%;
  border-bottom: 2px solid #a5aa0f;
  background-image: none;
}

.mobile_service_ico_vip:after {
  position: absolute;
  width: 40px;
  height: 30px;
  display: table;
  left: 0;
  right: 0;
  margin: 0 auto;
  content: "";
  bottom: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.service_li_mobile {
  float: left;
  margin-top: 30px;
}

.elan_list_mobile .service_li a img,
.service_li_mobile a img {
  margin-top: 50px;
  width: 70px;
}

.service_slide_has_add_btn {
  width: calc(100% - 240px);
}

.elan_list_mobile_avto li,
.service_li_mobile_avto {
  width: 225px;
  height: 290px;
  margin-right: 9px;
}

.elan_list_mobile_avto.elan_box_has_btn li {
  height: 300px;
}

.elan_list_mobile_avto.elan_box_has_btn li a {
  height: 100%;
}

.avto_elan_list.elan_box_has_btn li {
  height: 330px;
}

.avto_elan_list.elan_box_has_btn li a {
  height: 280px;
}

.elan_list_mobile_avto.elan_box_has_btn li .avto_e_box_bottom {
  border-radius: 0;
}

.elan_list_mobile_avto .elan_property_title_mobile {
  background-image: none;
  padding: 5px 18px;
  margin-bottom: 1px;
}

.elan_list_mobile_avto .service_li a img,
.service_li_mobile_avto a img {
  margin-top: 40px;
  width: 87px;
}

.elan_list_mobile_avto .service_price,
.service_li_mobile_avto .service_price {
  margin-top: 45px;
}

.login_form_main_body,
.main_menu_body {
  padding-bottom: 10px;
  height: calc(100% - 50px);
}

.fancybox-skin {
  float: left;
}

.mobile_body .elan_params {
  margin-top: 15px;
}

.mobile_body .elan_y_checbox_list {
  width: 100%;
}

.mobile_body .elan_y_checbox_list li {
  width: 16.6666666667%;
  margin-bottom: 10px;
  padding-right: 5px;
  display: inline-block;
}

.mobile_new_content img {
  position: relative;
  float: left;
  max-width: 100%;
  padding-right: 10px;
  margin-bottom: 10px;
}

.m_version_changer {
  float: left;
  color: #fff;
  margin-bottom: 10px;
  margin-right: 15px;
}

.elan_property_list_avto li {
  margin-right: 0;
  padding-right: 10px;
  width: 50%;
}

.elan_top_left_tab.avto_top_info li:first-child {
  width: 300px;
}

.elan_top_left_tab.avto_top_info li:last-child {
  max-width: calc(100% - 310px);
}

.mobile_body .vagzal_box .elan_title_bg_mobile {
  margin-bottom: 10px;
}

.mobile_body .vagzal_box .elan_title {
  width: calc(100% - 150px);
}

.mobile_body .vagzal_box .elan_e_kodu_mobile {
  width: 150px;
  margin-top: 0;
}

.vagzal .elan_desc_right_side {
  width: 100%;
  float: left;
}

.mobile_body .order_tel {
  margin-top: 30px;
  font-size: 20px;
}

.mobile_header_logo_box {
  min-width: 110px;
  height: 70px;
  background: url(img/arenda_logo_full.svg) left center no-repeat;
  margin: 5px 0;
}

.login_btn_list_mobile li {
  margin-left: 0;
  margin-right: 10px;
}

.login_btn_list_mobile li:last-child {
  margin-right: 0;
}

.mobile_login_btn_mmm {
  margin-top: initial !important;
}

.mobile_body .elan_desc {
  margin-top: 15px;
}

.g_bottom2 {
  display: none;
}

.mobile_body .abune_ol_left {
  width: 85%;
}

.mobile_body .aube_ol_btn {
  width: 15%;
}

.e_in_kreditle {
  position: relative;
  display: inline-block;
  margin-left: 5px;
  padding: 3px 6px 3px 20px;
  border-radius: 3px;
  color: #fff;
  text-decoration: underline;
}

.share_btn,
.share_btn span:before {
  background-repeat: no-repeat;
  background-size: 20px 20px;
}

.e_in_kreditle:hover {
  text-decoration: none;
}

.fag_list li a,
.mobile_add_e_link:hover,
.zeng_et_btn:hover {
  text-decoration: underline;
}

.e_in_barter {
  padding-left: 28px;
}

.service_info_box_home {
  margin-top: 20px;
  margin-bottom: 0;
}

.service_info_box_home p {
  line-height: 21px;
  font-family: inter, sans-serif;
}

#fb-root {
  display: none;
}

.result_counter,
.share_btn span,
.share_btn span:before {
  display: inline-block;
  position: relative;
}

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget span iframe[style] {
  width: 100% !important;
  overflow: hidden;
}

.mobile_body .fancybox-overlay {
  background-color: rgba(0, 0, 0, 0.6);
}

.fb_and_wp_share li {
  margin-bottom: 1px;
  width: 100%;
}

.share_btns_title {
  color: #3a3a3a;
  font-size: 16px;
  margin: 0 0 3px;
}

.wp:not(:last-child) {
  margin-right: 7px;
}

.fb_and_wp_share .like_on_fb {
  margin-top: 5px;
}

.fb_and_wp_share .wp {
  width: initial;
}

.fb_and_wp_share .size_faydali_btns {
  width: calc(50% - 7px);
  margin-right: 7px;
}

.fb_and_wp_share .size_faydali_btns_title {
  clear: both;
  width: 100%;
  margin-top: 8px;
}

.fb_and_wp_share .size_faydali_btns_sigorta {
  margin-right: 0;
}

.share_btn {
  padding: 8px 15px 8px 33px;
  color: #fff;
  font-size: 14px;
  background-position: left 7px center;
  /* background-color: #5cbe4a; */
}

.share_btn.share_btn_no_padding {
  width: 40px;
  height: 40px;
  /* border-radius: 100%; */
  padding: 0;
  background-position: center;
}

.share_btn span:before {
  background-position: left center;
  content: "";
  width: 20px;
  height: 20px;
  float: left;
  margin-right: 5px;
  margin-top: -4px;
  border-right: 1px solid #fff;
  padding-right: 5px;
}

.share_on_fb {
  background-color: #4267b2;
}

.share_on_messenger {
  background-color: #0088f7;
}

.share_on_viber {
  background-color: #7b519d;
}

.abune_ol,
.sigorta {
  background-image: none;
  padding: 12px 0;
  text-align: center;
  border-radius: 20px;
  width: 100%;
}

.sigorta {
  background-color: #d33631;
  background-image: none;
}

.meta_p_elan_list {
  margin-top: 0;
}

.meta_p_elan_list .home_tab_in {
  padding-bottom: 0;
  border-bottom: 0;
}

.elan_seo_before,
.p_elan_list_title {
  margin-bottom: 15px;
}

.s_tab_txt h1,
.s_tab_txt p {
  margin: 9px 0 0;
  color: #3d4153;
  /* font-size: 15px; */
  font: 400 15px/24px Inter, sans-serif;
  padding-inline: 16px;
}

.page_content_web {
  padding: 0;
}

.rieltor_banner {
  float: left;
  width: 100%;
  height: 342px;
  margin-top: 15px;
}

.elan_seo_yt_video {
  margin: 15px 0;
}

.elan_seo_yt_video iframe:not(:last-child) {
  margin-bottom: 8px;
}

.mobile_body .bann {
  display: none;
}

.elan_title_ban {
  margin-bottom: 15px;
}

.mobile_body .sigorta_ban,
.mobile_body .wp_abune {
  height: 130px;
}

.mobile_body .cat_list {
  margin-top: 15px;
}

.elan_title_ban {
  margin-top: 0;
}

.e_add_rules li,
.sigorta_ban {
  margin-bottom: 5px;
}

.e_add_rules ol,
.e_add_rules ul {
  width: 100%;
  padding-left: 35px;
}

.e_add_rules li {
  width: 100%;
  line-height: 21px;
}

.e_add_rules ol li {
  list-style-type: decimal;
}

.e_add_rules ul li {
  list-style-type: disc;
}

.r_bann {
  height: 249px;
  margin-bottom: 15px;
}

.e_yerlesdir_in li.hide,
.user_fom_list li.hide {
  display: none !important;
}

.e_yerlesdir_in li.show,
.user_fom_list li.show {
  display: block !important;
}

.banners-top {
  position: relative;
  width: 480px;
  max-width: 100%;
  height: 150px;
  left: 50%;
  transform: translate(-50%, 0);
  float: left;
}

.mobile_banner_1 {
  width: 580px;
}

.page_173 img {
  width: 100%;
  height: auto;
  max-width: 930px;
}

.page_seo_desc {
  margin-top: 20px;
}

.banner_2.banner_side {
  position: absolute;
  top: 250px;
}

.banner_2.banner_side2 {
  position: fixed;
  top: 0;
}

.home_page_banner {
  height: 250px;
}

.mobile_add_elan_box,
.elan_zeng_et_btn {
  background-color: #3584f7;
  padding: 10px 17px;
  text-align: center;
}

.mobile_add_elan_box {
  position: fixed;
  left: 22px;
  bottom: 75px;
  z-index: 999;
  border-radius: 30px;
  box-shadow: 0 5px 15px 0 rgba(0, 123, 255, 0.3607843137);
}

.elan_zeng_et_btn {
  width: 100%;
  margin: 6px 0;
  border-radius: 8px;
}

.mobile_add_e_close {
  position: absolute;
  right: -7px;
  top: -7px;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  z-index: 11;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}

.mobile_add_e_link,
.zeng_et_btn,
.elan_zeng_et_btn {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.mobile_add_e_link {
  width: 100%;
}

.mobile_botom_btn_span {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 4px;
  top: 2px;
}

.zeng_et_box,
.zeng_et_box p {
  position: relative;
  float: left;
}

.zeng_et_box {
  width: 200px;
  display: none;
  text-align: center;
  padding: 10px 0;
}

.zeng_et_box p {
  margin: 0;
  width: 100%;
}

.zeng_et_box a,
.zeng_et_box p:first-child {
  border-bottom: 1px solid #ebe9e9;
  margin-bottom: 10px;
  padding: 0 7px 5px;
  color: #3d4153;
  font-size: 17px;
  width: 100%;
  clear: both;
}

.mobile_agent_tels_close {
  color: #3683f7;
  font-size: 17px;
}

.zeng_et_box a {
  border-bottom: 1px dashed #ebe9e9;
  padding-bottom: 5px;
  text-align: left;
}

.zeng_et_box a:not(:last-child) {
  margin-bottom: 5px;
}

.user_fom_list .small_li {
  width: 50%;
}

.user_fom_list .small_li1 {
  padding-right: 20px;
}

.user_fom_list .small_li2 {
  padding-left: 20px;
}

.add_fag_btn {
  width: 150px;
  float: right;
}

.fag_list {
  counter-reset: section;
  border: 1px solid #253b55;
  border-radius: 16px;
  padding-top: 16px;
}

.fag_list li {
  width: 100%;
  margin-block: 8px;
  padding-inline: 16px;
  border-bottom: 1px solid #253b55;
}
.fag_list li i {
  transition-duration: 0.3s;
}

/* .fag_list li:before {
    position: relative;
    display: inline-block;
    color: #fff;
    background-color: #3584f7;
    content: attr(data-counter);
    padding: 3px 7px;
    margin-right: 5px;
    border-radius: 50px;
    font-size: 14px;
    float: left;
} */
.fag_list li a {
  font-size: 18px;
  color: #253b55;
  float: left;
  max-width: calc(100% - 25px);
}

.fag_list li a:hover {
  text-decoration: none;
}

.like_fag_list {
  margin-top: 20px;
}

.fotorama__wrap {
  float: none;
  margin: 0 auto;
}

.elan_in_added_favorite_box,
.elan_is_service_top_ico,
.favorite_btn {
  float: left;
  position: relative;
}

.elan_main_title {
  margin-top: 10px;
  font-weight: 600;
}

.user_elan_p_link {
  color: #253b55;
  font-size: 15px;
  font-weight: 400;
  padding-left: 5px;
}

.user_elan_p_link:hover {
  text-decoration: none;
}

.user_elan_p_link:before {
  position: relative;
  display: none;
  width: 20px;
  height: 20px;
  background-position: center center;
  background-repeat: no-repeat;
  content: "";
  margin-right: 6px;
  top: 3px;
}

.sikayet_et_box {
  background-color: #fff;
}

.sikayet_et_box,
.sikayet_other_subject_li,
.snow-wrap {
  display: none;
}

.sikayet_form_list {
  padding-top: 0;
}

.sikayet_form_list li {
  margin-bottom: 5px;
  width: 50%;
}

.sikayet_form_list li:nth-child(1n+1) {
  padding-right: 5px;
}

.sikayet_form_list li:nth-child(2n+2) {
  padding-left: 5px;
}

.sikayet_form_list li.full_li {
  width: 100%;
  padding-left: 0;
}

.sikayet_form_list .s_label_select {
  border-radius: 0;
  height: 28px;
  width: 100%;
}

.sikayet_form_list .contact_area {
  height: 60px;
}

.new_box_p {
  font-size: 14px;
  color: #3d4153;
  padding: 10px 5px;
  margin: 0;
  overflow: hidden;
  line-height: 17px;
}

.rieltor_list #be_rieltor a img {
  margin-top: 50px;
}

.agent_img_box {
  height: 152px;
}

.agent_box_bottom {
  height: calc(100% - 160px);
  border-top: 0;
  padding: 5px 10px;
}

.agent_property {
  padding: 4px 0;
  padding-top: 0;
  margin: 0;
  line-height: normal;
  font-size: 15px;
}

.agent_name {
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 5px;
  padding-top: 0;
  text-align: center;
}

.agent_teklif {
  text-align: center;
  background: #f1f1f1;
  border-radius: 5px;
  color: #253b55;
  font-weight: 500;
  padding: 3px 0;
}

.elan_box_top_left_side {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.favorite_btn {
  width: 18px;
  height: 18px;
  margin-left: 10px;
  margin-top: 10px;
  cursor: default;
}

.favorite_btn_active {
  opacity: 1;
}

.elan_in_favorite_box {
  margin-bottom: 5px;
}

.elan_in_fav_btn_1,
.elan_in_fav_secilmisdir,
.elan_in_fav_sil {
  /*padding-left: 26px;*/
  color: #253b55;
  font-size: 16px;
  font-weight: 500;
}

.elan_in_fav_btn_1:hover,
.elan_in_fav_secilmisdir:hover,
.elan_in_fav_sil:hover {
  text-decoration: none;
}

.elan_in_added_favorite_box {
  padding: 10px;
  border: 1px solid #d33631;
  border-radius: 5px;
  max-width: 200px;
  width: 100%;
}

.elan_in_fav_secilmisdir {
  float: left;
}

.elan_in_fav_sil {
  float: right;
}

.fav_list_no_elan {
  position: relative;
  float: left;
  width: 100%;
  margin: 40px 0;
  font-size: 15px;
  color: #3d4153;
  display: none;
  text-align: center;
  text-transform: uppercase;
}

.fav_list_no_elan_active {
  display: block;
}

.fav_box,
.fav_box .results_body_mobile {
  margin-top: 0;
}

.service_page_pay_by_code_btn {
  background-color: #3585f7;
  box-shadow: 0 4px 10px 0 rgba(53, 133, 247, 0.4588235294);
  padding: 10px 30px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none !important;
  color: #fff !important;
  margin-top: 10px;
  transition: all 0.5s;
  text-align: center;
}

.service_page_pay_by_code_btn:hover {
  background-color: #d33631;
}

.e_axtar_input_title_checkbox_header {
  text-decoration: underline;
}

.mobile_new_in_section .mobile_premium .center_mobile {
  width: 100%;
}

.mobile_new_in_section .elan_list_mobile {
  margin: 0;
  padding: 0;
}

.mobile_new_in_section .mobile_content_txt,
.mobile_new_in_section .results_body_mobile,
.mobile_new_in_section .service_section {
  margin-top: 0;
}

.mobile_new_in_section .results_body_mobile_sb_code {
  margin-top: 20px;
}

.search_by_map_box {
  height: 450px;
  margin-bottom: 15px;
}

.draw_polygon {
  position: absolute;
  right: 5px;
  top: 5px;
  color: #fff;
  background-color: #1c5fa7;
  padding: 8px 15px;
  font-size: 16px;
  border-radius: 3px;
}

.search_by_map {
  height: 100%;
}

.search_by_map_box {
  background-color: #fff;
  margin: 0 !important;
}

.new_be_agent_btn a {
  text-align: center;
  width: 173px;
  height: 215px;
  background: #243b55;
  background: linear-gradient(to bottom, rgb(36, 59, 85) 0, rgb(20, 30, 48) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#243b55', endColorstr='#141e30', GradientType=0);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#243b55', endColorstr='#141e30', GradientType=0);
}

.new_be_agent_btn a:hover,
.new_plus_btn a {
  background: #243b55;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#243b55', endColorstr='#141e30', GradientType=0);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#243b55', endColorstr='#141e30', GradientType=0);
}

.new_be_agent_btn a:hover {
  background: linear-gradient(to top, rgb(36, 59, 85) 0, rgb(20, 30, 48) 100%);
}

.new_be_agent_btn img {
  margin-top: 10px;
}

.new_be_agent_btn img:hover {
  cursor: pointer;
}

.new_be_agent_btn span {
  margin-top: 15px;
  display: block;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  background-color: #f44248 !important;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  color: #fff;
  text-align: center;
  font-size: 18px;
  bottom: 0 !important;
}

.new_be_agent_btn strong {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-family: roboto condensed, sans-serif;
  padding-left: 5px;
  padding-right: 5px;
}

.riletor_title {
  width: initial;
  padding: 0;
  background-color: transparent;
}

.riletor_title {
  position: relative;
  float: left;
  padding: 13px 0 13px 10px;
  font-size: 20px;
  color: #000;
  font-family: RobotoCondensed-Bold;
}

.x_teklif_web_side {
  background-color: #d33631;
  border-radius: 20px;
}

.x_teklif_web_side h2 {
  background-color: transparent;
  color: #fff;
  margin: 0;
  width: 100%;
  float: left;
  padding: 15px 0;
}

.x_teklif_web_side:before {
  display: none;
}

.new_plus_btn a {
  text-align: center;
  width: 173px;
  height: 215px;
  background: linear-gradient(to bottom, rgb(36, 59, 85) 0, rgb(20, 30, 48) 100%);
}

.new_plus_btn a:hover {
  background: #243b55;
  background: linear-gradient(to top, rgb(36, 59, 85) 0, rgb(20, 30, 48) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#243b55', endColorstr='#141e30', GradientType=0);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#243b55', endColorstr='#141e30', GradientType=0);
}

.new_plus_btn a img {
  margin-top: 10px;
}

.new_plus_btn a span {
  margin-top: 15px;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  background-color: #ff2c39 !important;
  color: #fff;
  text-align: center;
  font-size: 18px;
  bottom: 0 !important;
}

.new_plus_btn a strong {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  padding-left: 5px;
  padding-right: 5px;
  font-weight: 300;
}

.adsbygoogle_box {
  position: relative;
  display: table;
  margin: 0 auto;
}

.comedoza_box {
  width: 500px;
}

.kabinet_ireli_cek {
  float: left;
  font-size: 16px;
  width: auto;
  height: auto;
  padding: 8px 20px;
  background-color: #1c5fa7;
}

.kabinet_ireli_cek:hover {
  background-color: #d33631;
}

.teklif_page .payment_info_box,
.teklif_page .payment_box {
  position: relative;
  float: left;
  width: 100%;
}

.teklif_page .pay_list li label:before {
  background-image: none !important;
}

.teklif_page .pay_popup_list li {
  width: 50%;
  border-radius: 0;
}

.teklif_page .pay_popup_list li.teklif_sigorta {
  width: 100%;
}

.teklif_page .pay_popup_list:not(.subscribe_i_list) li label {
  color: #fff;
  height: 42px;
  background-color: #263b55;
  text-align: center;
  padding: 10px 5px;
  font-size: 16px;
}

.teklif_page .payment_box input[type=radio]:checked ~ label {
  background-color: #3584f7;
}

.teklif_page .portmanat_info_box {
  position: absolute;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 8px;
  top: 12px;
  right: 30px;
  z-index: 10000;
}

.teklif_popup .service_popup_box {
  margin-top: 20px;
}

.copyright {
  float: left;
  width: 100%;
  text-align: left;
}

.netty_link {
  position: relative;
  float: right;
  width: 120px;
}

.netty_link_mobile {
  position: relative;
  float: left;
  margin-bottom: 5px;
  clear: both;
  margin-top: 5px;
}

.mobile_footer {
  padding: 15px 0 75px;
}

.url_notif {
  position: fixed;
  right: 13px;
  bottom: 50px;
  background-color: #1c5fa7;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  width: 255px;
  cursor: pointer;
}

.url_notif p,
.url_notif_mobile p {
  margin-bottom: 0;
  font-size: 18px;
}

.url_notif a,
.url_notif_mobile a {
  color: #fff;
  text-decoration: underline;
}

.url_notif a:hover,
.url_notif_mobile a:hover {
  text-decoration: none;
}

.url_notif_mobile {
  position: fixed;
  width: 97%;
  border-radius: 10px;
  left: 50%;
  bottom: 90px;
  padding: 10px;
  background-color: #1c5fa7;
  color: white;
  z-index: 1000000000;
  transition: all 500ms;
  transform: translateX(-50%) scale(0);
  opacity: 0;
}

.url_notif_mobile_active {
  opacity: 1;
  transform: translateX(-50%) scale(1);
}

.url_notif_mobile_btn_close {
  position: absolute;
  right: 0;
  top: -10px;
  width: 25px;
  height: 25px;
  background-color: white;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(img/mobile_notif_close.png);
  border-radius: 100%;
  background-size: cover;
  display: none;
}

.url_notif_mobile_active .url_notif_mobile_btn_close {
  display: block;
}

.url_notif_mobile_btn {
  position: fixed;
  width: 48px;
  height: 48px;
  right: 96px;
  bottom: 20px;
  background-color: #1c5fa7;
  border-radius: 100%;
  z-index: 100;
}

.url_notif_mobile_btn:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 100%;
  background-image: url(img/url_notif_ico.png?v=2.0);
  background-position: center;
  background-repeat: no-repeat;
  -webkit-animation: ring 2s ease infinite;
  animation: ring 2s ease infinite;
  transform-origin-x: 50%;
  transform-origin-y: 0;
  transform-origin-z: initial;
}

.service_form.hidden,
.show_end_date_box.hidden {
  display: none;
}

.rieltor_in_title_new {
  font-weight: bold;
  font-family: RobotoCondensed-Bold;
  font-size: 20px;
  margin-bottom: 10px;
  color: #3d4153;
}

.rieltor_elan_sayi_box {
  border: 1px solid #3d4153;
  padding: 7px;
  text-align: center;
  border-radius: 3px;
  color: #3d4153;
  font-size: 18px;
  font-family: RobotoCondensed-Bold;
  position: absolute;
  bottom: 0;
}

.rieltor_result_line {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.rieltor_btns {
  position: relative;
  float: left;
}

.rieltor_tab_btns {
  position: relative;
  float: left;
  font-size: 16px;
  background-color: #3d4153;
  text-align: center;
  padding: 10px 22px;
  color: #fff;
  width: 150px;
  border-radius: 30px;
  font-family: RobotoCondensed-Bold;
  text-transform: uppercase;
}

.rieltor_tab_btns_active {
  background-color: #d33631;
}

.data_table_box {
  overflow-x: hidden;
}

div.dataTables_wrapper div.dataTables_paginate {
  width: 100%;
  display: flex;
  justify-content: center;
}

.login_btn_list li:hover .my_user_sub_menus {
  display: block;
}

.my_user_sub_menus {
  position: absolute;
  left: 0;
  top: 100%;
  background-color: #fff;
  width: 160px;
  display: none;
}

.my_user_sub_menus li {
  margin-left: 0;
  width: 100%;
}

.my_user_sub_menus li a {
  color: #3d4153;
  text-align: left;
  border-radius: 0;
  font-size: 15px;
}

.my_user_sub_menus li a:before {
  display: none;
}

.fancybox-overlay {
  z-index: 12000;
}

.fancybox-opened {
  z-index: 12001;
}

.add_and_edit_elan_page .fancybox-overlay {
  z-index: 1000;
}

.add_and_edit_elan_page .fancybox-opened {
  z-index: 1001;
}

.mobile_agent_elan_total {
  background-image: none;
}

.elan_agent_title_top,
.elan_agent_k_ireli_bottom,
.premium_list .riletor_title_web:before {
  display: none;
}

.mobile_agent_elan_total {
  display: flex !important;
  width: 110px !important;
  margin-bottom: 0 !important;
  padding: 4px 0;
}

.mobile_agent_elan_total:before {
  background-image: url(img/total_elan_say.png);
  background-size: cover;
}

.no_price img {
  margin-top: 40px;
}

.no_price strong {
  font-size: 17px;
  margin-top: 15px;
  line-height: 27px;
}

.premium_list .result_left_side {
  width: 100%;
}

.premium_list {
  margin-top: 0;
}

.premium_list .result_sides {
  margin-top: 15px;
}

.mobile_header_bottom1 .center_mobile {
  width: 100%;
}

.gunluk_kiraye_banner_yeni {
  width: calc(100% + 19px);
  margin-left: -10px;
}

.gunluk_kiraye_banner_mobile_yeni {
  min-height: 215px;
  max-height: 400px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-top: 20px;
  margin-bottom: -10px;
}

.page_165 .page_content ul,
.page_165 .page_content ol,
.page_165 .mobile_content_txt ul,
.page_165 .mobile_content_txt ol {
  position: relative;
  float: left;
  width: 100%;
}

.page_165 .page_content ul li,
.page_165 .page_content ol li,
.page_165 .mobile_content_txt ul li,
.page_165 .mobile_content_txt ol li {
  width: 100%;
  list-style-type: initial;
  list-style-position: inside;
}

.mobile_s_drop_down {
  width: calc(100% - 65px);
  background-position: left 12px center;
  text-align: left;
  padding-left: 12px;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
}

.mobile_open_search_box {
  right: 0;
}

.mobile_s_btns {
  position: relative;
  float: left;
  left: unset;
  top: unset;
  right: unset;
  background-color: #253b55;
  width: 45px;
}

.mobile_s_drop_down {
  border-right: 0;
}

.mobile_s_form_box {
  opacity: 0;
  visibility: hidden;
  transition: all 500ms;
}

.mobile_s_form_box_active {
  opacity: 1;
  visibility: visible;
  z-index: 10;
}

.y_kom_list_new li a:after {
  position: absolute;
  top: 9px;
  content: attr(data-title);
  color: #d33631;
  background-color: transparent;
  font-size: 9px;
  padding: 0 5px;
  text-transform: lowercase;
}

.y_komplek_section {
  margin-bottom: 15px;
}

.y_kompleks_tab:before {
  background-image: url(img/skyline.svg?v=2) !important;
  background-size: contain;
  width: 40px !important;
  height: 35px !important;
  margin-top: 3.5px;
}

.y_komplek_section .bitem > * {
  font-family: montserrat-regular, sans-serif;
}

.bitem {
  float: left;
  position: relative;
}

.mobile_body .bitem {
  padding: 8px;
}

.bitem a {
  float: left;
  position: relative;
  width: 100%;
  color: #3b4249;
}

.card {
  border: none;
}

.bitem a:hover .card-img-top {
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.25), 0 0 17px rgba(0, 0, 0, 0.22);
}

.card-img-top {
  height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.c-body {
  text-align: left;
  padding: 0;
  padding-top: 6px;
}

.c-main {
  position: relative;
}

.price-panel {
  background: #1dadaf;
  position: absolute;
  right: 0;
  bottom: 24px;
  color: #fff;
  min-width: 140px;
  border-radius: 3px 0 0 3px;
  white-space: nowrap;
  padding: 0 8px;
  text-align: center;
}

.price-panel .header,
.price-panel .ot {
  font-size: 13px;
}

.price-panel .price {
  font-weight: 700;
}

.sub-header {
  font-size: 13px;
  color: #484848;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.title {
  text-align: left;
  font-size: 18px;
  font-weight: 500;
}

.c-footer {
  display: flex;
  align-items: center;
  padding-top: 2px;
}

.c-footer .date_ic {
  width: 18px;
  height: 18px;
}

.c-footer .date {
  font-size: 12px;
  margin-left: 4px;
}

.c-footer .area {
  font-weight: 500;
  color: #555852;
}

.manat {
  width: 14px;
  height: 14px;
}

.fill {
  flex: 1 1 auto;
}

.mobile_yk_title h2:before {
  background-image: url(img/apartment_mobile.png?v=2) !important;
  background-size: contain;
}

.mobile_y_kompleks_list {
  margin-top: 50px;
}

.remart_item_list_mobile {
  margin-bottom: 15px;
}

.slick-dotted.slick-slider {
  margin-bottom: 10px;
  overflow: hidden;
}

.slick-dots {
  position: relative;
  display: table;
  bottom: unset;
  margin: 0 auto;
  width: auto;
}

.slick-dots li {
  width: auto;
  height: auto;
}

.slick-dots li button:before,
.slick-prev:before,
.slick-next:before {
  display: none;
}

.slick-dots li button {
  width: 11px;
  height: 11px;
  border-radius: 100%;
  background-color: #f6b0b5;
  font-size: 0;
  margin: 0 6px;
}

.slick-dots .slick-active button {
  background-color: #d33631;
}

.slick-arrow {
  position: absolute;
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 100%;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 10;
  top: 110px;
  background-size: 50%;
}

.slick-prev {
  left: 0;
  background-image: url(img/slick-left-arrow.png?v=2);
}

.slick-next {
  right: 0;
  background-image: url(img/slick-right-arrow.png?v=2);
}

.riletor_title:before {
  height: 45px !important;
  background-size: contain;
}

.mobile_service_ico_premium {
  background-color: #ff2c39;
  width: 25px;
  height: 25px;
  background-size: 62%;
  border-radius: 40px;
}

.mobile_service_ico_special {
  width: 25px;
  height: 25px;
  background-size: 70%;
  background-color: #fff;
  border-radius: 50px;
}

.elan_params h2 {
  font-size: 18px;
}

.chosen-container.chosen-container-multi {
  min-height: 36px;
}

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
  min-height: 33px;
}

.upload_area {
  padding: 12px;
  margin-top: 20px;
  border-radius: 8px;
  border: 1px solid lightgrey;
}

.remart_secilmis {
  margin-bottom: 10px;
}

.remart_secilmis .bitem,
.mobile_x_elan_li .bitem,
.premium_remart_box .bitem {
  width: 100%;
  margin: 0;
}

.mobile_x_elan_li .bitem {
  padding: 0;
}

.mobile_x_elan_li .card-img-top {
  height: 130px;
}

.mobile_x_elan_li .c-body,
.premium_remart_box .c-body {
  padding: 6px;
  padding-bottom: 3px;
}

.mobile_x_elan_li .price-panel {
  bottom: 10px;
}

.mobile_x_elan_li .c-body div:first-child,
.mobile_x_elan_li .title,
.premium_remart_box .c-body div:first-child,
.premium_remart_box .title {
  width: 100%;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.new_search_page {
  padding-left: 0 !important;
}

.new_search_page:before {
  display: none;
}

.new_search_page h1,
.new_search_page h2,
.meta_heading {
  padding-left: 0;
  max-width: calc(100% - 190px);
}

.meta_heading {
  display: flex;
  align-items: center;
  font-family: RobotoCondensed-Bold;
  font-size: 15px;
  color: #3d4153;
  float: left;
  position: relative;
}

.new_search_page .meta_heading h1 {
  max-width: unset;
  margin: 0;
  margin-left: 5px;
}

.setting_tab_title {
  position: relative;
  float: left;
  background-color: transparent;
  color: #253b55;
  padding: 5px 15px;
  border-radius: 50px;
  font-weight: 400;
  font-size: 14px;
}

.setting_tab_title.active {
  background-color: #3584f7;
  color: #fff;
  font-weight: 500;
}

.active_setting_tab {
  background-color: #d33631;
  color: #fff;
}

.balansÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬ ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬ ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬ ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬ ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±_artÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬ ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬ ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬ ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬ ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±r_btn {
  background-color: #1a9f29;
}

.balance_amount_li {
  display: block;
}

.balans_artir_box p:before,
.show_balans_span:after {
  color: #fff;
  content: attr(data-txt);
  font-size: 10px;
  font-weight: 600;
  background-color: #ff2c39;
  padding: 3px 4px;
  border-radius: 5px;
}

.balans_artir_box p:before {
  content: "*";
  font-size: 16px;
  display: inline-block;
  top: unset;
  float: left;
  position: relative;
  margin-right: 11px;
  margin-left: 5px;
}

:disabled {
  cursor: not-allowed;
}

.elan_e_kodu {
  text-align: right;
}

.elan_title_left {
  max-width: calc(100% - 150px);
}

.elan_title_bg h1 {
  max-width: 100%;
  font-weight: 400;
}

.elan_adr_list li a {
  color: #273b55;
  background-color: #efefef;
}

.elan_adr_list li a:hover {
  color: #fff;
  background-color: #1c5fa7;
}

.mobile_body .elan_in_service_btn li .active,
.mobile_body .elan_in_service_btn li a:hover {
  background-color: #ff2c39;
  box-shadow: 0 3px 10px 0 rgba(255, 44, 57, 0.4117647059);
}

.elan_info_txt,
.property_list_box {
  border: 0;
}

.elan_in_right {
  margin-top: 50px;
}

.elan_new_price_box {
  background-color: #d33631;
  color: #fff;
  padding: 15px 0;
  font-size: 32px;
}

.elan_new_prop_list {
  display: flex;
  flex-direction: row;
  flex-flow: row;
  background-color: #f3f3f3;
  padding: 5px;
  padding-top: 0;
}

.elan_new_prop_list li {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  padding: 8px 0;
}

.elan_new_prop_top_span {
  color: #d33631;
  font-size: 28px;
}

.elan_new_prop_bottom_span {
  color: #495057;
  font-size: 16px;
}

.jis_azn {
  font-family: jisazn-regular;
}

sup {
  top: -0.5em;
}

.new_elan_user_info {
  background-color: #f3f3f3;
  margin-bottom: 10px;
  margin-top: 5px;
  padding: 10px;
  background-image: url(img/phone-call.svg);
  background-repeat: no-repeat;
  background-position: right 50px center;
  background-size: 10%;
  padding-right: 70px;
}

.new_elan_user_info p,
.new_elan_user_info p a {
  color: #495057;
  font-size: 19px;
}

.new_elan_user_info p:first-child {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  text-align: left;
}

.new_elan_user_info p {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.new_elan_user_info p a {
  display: flex;
  align-items: center;
}

.new_elan_user_info p a.usr_all_elan {
  background-repeat: no-repeat;
  background-image: url(img/user-shape.svg);
  padding-left: 26px;
  background-size: 19px;
  background-position: left center;
}

.new_elan_user_info p a span {
  top: unset;
  background-position: center;
  margin-left: 5px;
}

.new_elan_user_info p:last-child {
  margin-bottom: 0;
}

.new_elan_user_info p.elan_in_tel_box a {
  font-family: RobotoCondensed-Bold;
  font-size: 20px;
}

.elan_in_fav_added_1:not(.elan_in_fav_sil),
.not_add_elan_in_favorite {
  display: none;
}

.elan_in_fav_btn_1 {
  /*background-image: url(img/new_icons/star_active.svg);*/
}

.user_elan_p_link {
  padding-left: 0;
}

.elan_date_box a,
.elan_date_box {
  font-size: 15px;
  color: #848484;
}

.elan_date_box_rside {
  margin: 0;
  position: absolute;
  right: 0;
  text-align: right;
}

.elan_date_box_rside p {
  margin-bottom: 0;
}

.elan_fb_share_box {
  margin-top: 0;
}

.mobile_body .elan_fb_share_box {
  margin-top: 10px;
}

.elan_user_edit_btn_box {
  margin-bottom: 5px;
}

.user_elan_edit_btns li a,
.sekil_yukle_btn {
  background-color: #fff;
  color: #263b55;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border-radius: 5px;
  box-shadow: none;
}

.user_elan_edit_btns li a.redakte_btn:before {
  background-image: url(img/edit-icon.svg);
  background-size: contain;
}

.user_elan_edit_btns li a.sil_btn:before {
  background-image: url(img/remove-icon.svg);
}

.user_elan_edit_btns li a.sekil_yukle_btn:before {
  background-image: url(img/dowload-icon.svg);
  background-size: contain;
}

.elan_desc_left_side {
  width: 100%;
}

.elan_desc_right_side {
  width: calc(100% - 520px);
  float: right;
}

.elan_desc_right_side:not(.elan_fb_share_box) {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.elan_fb_share_box {
  width: 100%;
}

.new_elan_user_info p.elan_in_tel_box {
  flex-flow: wrap;
  flex-direction: column;
  justify-content: flex-start;
}

.elan_in_phone_icon {
  background-image: none;
}

.elan_in_faydali_links {
  background-color: #fff;
}

.elan_in_calc_table {
  background-color: #f8f9fa;
}

.switcher {
  background-color: #ced4da;
}

.switcher.active,
.calc_hesabla_btn,
.elan_in_calc_table thead,
.ipoteka_order {
  color: #fff;
  background-color: #4267b2;
}

.elan_in_calc_table .checksquared {
  margin: 15px 0;
}

.elan_in_calc_table .checksquared span {
  font-size: 19px;
  font-family: inter, sans-serif;
  display: flex;
  align-items: center;
}

.elan_in_calc_table .checksquared label {
  top: unset;
}

.calc_hesabla_btn {
  width: 50%;
  left: 50%;
  transform: translateX(-50%);
}

.elan_in_calc_table small {
  color: #d33631;
}

.elan_in_calc_table tr td:first-child {
  text-align: left;
}

.elan_in_calc_table tr td {
  font-size: 19px;
  padding: 5px 0.75rem;
  color: #495057;
}

.calcamount,
.elan_property_list li a,
.elan_adr_box,
.elan_main_title,
.elan_in_title_link,
.elan_in_title_link a,
.property_lists li {
  font-size: 16px;
}

.elan_main_title,
.elan_in_title_link,
.elan_in_title_link a {
  font-size: 21px;
}

.property_lists li {
  font-size: 14px;
  display: flex;
  align-items: flex-start;
}

.ayliq_odenis,
.ayliq_odenis .calcamount {
  font-size: 24px;
}

.elan_in_calc_table td .form-control {
  box-shadow: none !important;
  border: 0;
  text-align: center;
  z-index: 3;
}

.elan_in_calc_table td .form-control:first-child {
  border-radius: 0.25rem;
}

.elan_in_calc_table td .form-control:last-child,
.bg_color_tr {
  background-color: transparent;
}

.elan_in_calc_table td input,
.elan_in_calc_table td select {
  border: 1px solid #e9e9e9 !important;
}

.ayliq_odenis,
.ipoteka_order,
.ipoteka_order_popup,
.order_apartment_popup,
.order_apartment:before {
  display: none;
}

.ipoteka_order {
  margin-left: 10px;
}

.home_tab_title_elan_in,
.faydali_links,
.elan_in_faydali_links {
  background-color: #fff;
}

.elan_in_faydali_links {
  border: 0;
}

.home_tab_title_elan_in h2 {
  color: #3d4153;
}

.new_f_links_tab_btn {
  display: flex;
}

.new_f_links_tab_btn li:not(:last-child) {
  margin-right: 1px;
}

.f_links_tab_btn {
  color: #4a4a4a;
  font-size: 13px;
  padding: 8px 18px;
  background: #fff;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  transition: all 0.5s;
  border-radius: 5px;
}

.new_f_links_tab_btn li:first-child .f_links_tab_btn:not(.not_active),
.f_links_tab_btn.active {
  background-color: #d33631;
  color: #fff;
}

.f_links_box:first-child {
  display: block;
}

.order_price_int,
.order_apartment_select {
  width: calc(50% - 5px);
}

.order_apartment_select_1,
.order_price_int_1 {
  margin-right: 5px;
}

.order_apartment_select_2,
.order_price_int_2 {
  margin-left: 5px;
}

.order_apartment_popup .payment_box {
  width: 33.3333333333%;
}

.order_apartment_popup .popup_other_input {
  text-align: left;
  padding-left: 10px;
}

.order_apartment_area {
  min-height: 40px;
  max-height: 70px;
  padding-top: 5px;
}

.elan_in_calc_table .calc_bottom_line .td_in {
  background-color: #4267b2;
}

.elan_in_calc_table .calc_bottom_line_2 {
  border-top: 3px solid #fff;
}

.elan_in_calc_table .calc_bottom_line td {
  padding: 0 !important;
}

.elan_in_calc_table .calc_bottom_line .td_in {
  padding: 0.75rem;
  height: 100%;
}

.elan_in_calc_table .calc_bottom_line_1 .td_in {
  min-height: 72px;
}

.elan_in_calc_table .calc_bottom_line_2 .td_in {
  min-height: 50px;
}

.elan_in_calc_table .calc_bottom_line_1 .td_in_1 {
  border-top-left-radius: 8px;
}

.elan_in_calc_table .calc_bottom_line_1 .td_in_2 {
  border-top-right-radius: 8px;
}

.elan_in_calc_table .calc_bottom_line_2 .td_in_1 {
  border-bottom-left-radius: 8px;
}

.elan_in_calc_table .calc_bottom_line_2 .td_in_2 {
  border-bottom-right-radius: 8px;
}

.elan_in_calc_table .calc_bottom_line td,
.elan_in_calc_table .calc_bottom_line td * {
  color: #fff;
}

.elan_in_calc_table .calc_bottom_line td {
  padding: 0.75rem;
}

.calc_bottom_line span {
  color: #fff;
}

.a_u_say_group .btn-default {
  color: #495057;
  background-color: #fff;
  border-color: #e9e9e9;
}

.elan_in_calc_table td .a_u_say_group input {
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 0 !important;
}

.a_u_say_group .btn-default.active {
  color: #fff;
  background-color: #4267b2;
}

.a_u_say_group .btn {
  display: flex;
  padding: 3px 7.5px;
}

.table th,
.table td {
  border-top: 1px solid #fff;
}

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

.intl-tel-input * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.intl-tel-input .hide {
  display: none;
}

.intl-tel-input .v-hide {
  visibility: hidden;
}

.intl-tel-input input,
.intl-tel-input input[type=text],
.intl-tel-input input[type=tel] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}

.intl-tel-input .flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}

.intl-tel-input .selected-flag {
  z-index: 1;
  position: relative;
  width: 36px;
  height: 100%;
  padding: 0 0 0 8px;
}

.intl-tel-input .selected-flag .iti-flag {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.intl-tel-input .selected-flag .iti-arrow {
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}

.intl-tel-input .selected-flag .iti-arrow.up {
  border-top: none;
  border-bottom: 4px solid #555;
}

.intl-tel-input .country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  border: 1px solid #ccc;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
}

.intl-tel-input .country-list.dropup {
  bottom: 100%;
  margin-bottom: -1px;
}

.intl-tel-input .country-list .flag-box {
  display: inline-block;
  width: 20px;
}

@media (max-width: 500px) {
  .intl-tel-input .country-list {
    white-space: normal;
  }
}
.intl-tel-input .country-list .divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc;
}

.intl-tel-input .country-list .country {
  padding: 5px 10px;
}

.intl-tel-input .country-list .country .dial-code {
  color: #999;
}

.intl-tel-input .country-list .country.highlight {
  background-color: rgba(0, 0, 0, 0.05);
}

.intl-tel-input .country-list .flag-box,
.intl-tel-input .country-list .country-name,
.intl-tel-input .country-list .dial-code {
  vertical-align: middle;
}

.intl-tel-input .country-list .flag-box,
.intl-tel-input .country-list .country-name {
  margin-right: 6px;
}

.intl-tel-input.allow-dropdown input,
.intl-tel-input.allow-dropdown input[type=text],
.intl-tel-input.allow-dropdown input[type=tel] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}

.intl-tel-input.allow-dropdown .flag-container {
  right: auto;
  left: 0;
}

.intl-tel-input.allow-dropdown .selected-flag {
  width: 46px;
}

.intl-tel-input.allow-dropdown .flag-container:hover {
  cursor: pointer;
}

.intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}

.intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover,
.intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover {
  cursor: default;
}

.intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover .selected-flag,
.intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover .selected-flag {
  background-color: transparent;
}

.intl-tel-input.allow-dropdown.separate-dial-code .selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
  display: table;
}

.intl-tel-input.allow-dropdown.separate-dial-code .selected-dial-code {
  display: table-cell;
  vertical-align: middle;
  padding-left: 28px;
}

.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-2 input,
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-2 input[type=text],
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-2 input[type=tel] {
  padding-left: 76px;
}

.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-2 .selected-flag {
  width: 70px;
}

.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-3 input,
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-3 input[type=text],
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-3 input[type=tel] {
  padding-left: 84px;
}

.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-3 .selected-flag {
  width: 78px;
}

.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-4 input,
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-4 input[type=text],
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-4 input[type=tel] {
  padding-left: 92px;
}

.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-4 .selected-flag {
  width: 86px;
}

.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-5 input,
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-5 input[type=text],
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-5 input[type=tel] {
  padding-left: 100px;
}

.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-5 .selected-flag {
  width: 94px;
}

.intl-tel-input.iti-container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}

.intl-tel-input.iti-container:hover {
  cursor: pointer;
}

.iti-mobile .intl-tel-input.iti-container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed;
}

.iti-mobile .intl-tel-input .country-list {
  max-height: 100%;
  width: 100%;
}

.iti-mobile .intl-tel-input .country-list .country {
  padding: 10px;
  line-height: 1.5em;
}

.iti-flag {
  width: 20px;
}

.iti-flag.be {
  width: 18px;
}

.iti-flag.ch {
  width: 15px;
}

.iti-flag.mc {
  width: 19px;
}

.iti-flag.ne {
  width: 18px;
}

.iti-flag.np {
  width: 13px;
}

.iti-flag.va {
  width: 15px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .iti-flag {
    background-size: 5630px 15px;
  }
}
.iti-flag.ac {
  height: 10px;
  background-position: 0 0;
}

.iti-flag.ad {
  height: 14px;
  background-position: -22px 0;
}

.iti-flag.ae {
  height: 10px;
  background-position: -44px 0;
}

.iti-flag.af {
  height: 14px;
  background-position: -66px 0;
}

.iti-flag.ag {
  height: 14px;
  background-position: -88px 0;
}

.iti-flag.ai {
  height: 10px;
  background-position: -110px 0;
}

.iti-flag.al {
  height: 15px;
  background-position: -132px 0;
}

.iti-flag.am {
  height: 10px;
  background-position: -154px 0;
}

.iti-flag.ao {
  height: 14px;
  background-position: -176px 0;
}

.iti-flag.aq {
  height: 14px;
  background-position: -198px 0;
}

.iti-flag.ar {
  height: 13px;
  background-position: -220px 0;
}

.iti-flag.as {
  height: 10px;
  background-position: -242px 0;
}

.iti-flag.at {
  height: 14px;
  background-position: -264px 0;
}

.iti-flag.au {
  height: 10px;
  background-position: -286px 0;
}

.iti-flag.aw {
  height: 14px;
  background-position: -308px 0;
}

.iti-flag.ax {
  height: 13px;
  background-position: -330px 0;
}

.iti-flag.az {
  height: 10px;
  background-position: -352px 0;
}

.iti-flag.ba {
  height: 10px;
  background-position: -374px 0;
}

.iti-flag.bb {
  height: 14px;
  background-position: -396px 0;
}

.iti-flag.bd {
  height: 12px;
  background-position: -418px 0;
}

.iti-flag.be {
  height: 15px;
  background-position: -440px 0;
}

.iti-flag.bf {
  height: 14px;
  background-position: -460px 0;
}

.iti-flag.bg {
  height: 12px;
  background-position: -482px 0;
}

.iti-flag.bh {
  height: 12px;
  background-position: -504px 0;
}

.iti-flag.bi {
  height: 12px;
  background-position: -526px 0;
}

.iti-flag.bj {
  height: 14px;
  background-position: -548px 0;
}

.iti-flag.bl {
  height: 14px;
  background-position: -570px 0;
}

.iti-flag.bm {
  height: 10px;
  background-position: -592px 0;
}

.iti-flag.bn {
  height: 10px;
  background-position: -614px 0;
}

.iti-flag.bo {
  height: 14px;
  background-position: -636px 0;
}

.iti-flag.bq {
  height: 14px;
  background-position: -658px 0;
}

.iti-flag.br {
  height: 14px;
  background-position: -680px 0;
}

.iti-flag.bs {
  height: 10px;
  background-position: -702px 0;
}

.iti-flag.bt {
  height: 14px;
  background-position: -724px 0;
}

.iti-flag.bv {
  height: 15px;
  background-position: -746px 0;
}

.iti-flag.bw {
  height: 14px;
  background-position: -768px 0;
}

.iti-flag.by {
  height: 10px;
  background-position: -790px 0;
}

.iti-flag.bz {
  height: 14px;
  background-position: -812px 0;
}

.iti-flag.ca {
  height: 10px;
  background-position: -834px 0;
}

.iti-flag.cc {
  height: 10px;
  background-position: -856px 0;
}

.iti-flag.cd {
  height: 15px;
  background-position: -878px 0;
}

.iti-flag.cf {
  height: 14px;
  background-position: -900px 0;
}

.iti-flag.cg {
  height: 14px;
  background-position: -922px 0;
}

.iti-flag.ch {
  height: 15px;
  background-position: -944px 0;
}

.iti-flag.ci {
  height: 14px;
  background-position: -961px 0;
}

.iti-flag.ck {
  height: 10px;
  background-position: -983px 0;
}

.iti-flag.cl {
  height: 14px;
  background-position: -1005px 0;
}

.iti-flag.cm {
  height: 14px;
  background-position: -1027px 0;
}

.iti-flag.cn {
  height: 14px;
  background-position: -1049px 0;
}

.iti-flag.co {
  height: 14px;
  background-position: -1071px 0;
}

.iti-flag.cp {
  height: 14px;
  background-position: -1093px 0;
}

.iti-flag.cr {
  height: 12px;
  background-position: -1115px 0;
}

.iti-flag.cu {
  height: 10px;
  background-position: -1137px 0;
}

.iti-flag.cv {
  height: 12px;
  background-position: -1159px 0;
}

.iti-flag.cw {
  height: 14px;
  background-position: -1181px 0;
}

.iti-flag.cx {
  height: 10px;
  background-position: -1203px 0;
}

.iti-flag.cy {
  height: 13px;
  background-position: -1225px 0;
}

.iti-flag.cz {
  height: 14px;
  background-position: -1247px 0;
}

.iti-flag.de {
  height: 12px;
  background-position: -1269px 0;
}

.iti-flag.dg {
  height: 10px;
  background-position: -1291px 0;
}

.iti-flag.dj {
  height: 14px;
  background-position: -1313px 0;
}

.iti-flag.dk {
  height: 15px;
  background-position: -1335px 0;
}

.iti-flag.dm {
  height: 10px;
  background-position: -1357px 0;
}

.iti-flag.do {
  height: 13px;
  background-position: -1379px 0;
}

.iti-flag.dz {
  height: 14px;
  background-position: -1401px 0;
}

.iti-flag.ea {
  height: 14px;
  background-position: -1423px 0;
}

.iti-flag.ec {
  height: 14px;
  background-position: -1445px 0;
}

.iti-flag.ee {
  height: 13px;
  background-position: -1467px 0;
}

.iti-flag.eg {
  height: 14px;
  background-position: -1489px 0;
}

.iti-flag.eh {
  height: 10px;
  background-position: -1511px 0;
}

.iti-flag.er {
  height: 10px;
  background-position: -1533px 0;
}

.iti-flag.es {
  height: 14px;
  background-position: -1555px 0;
}

.iti-flag.et {
  height: 10px;
  background-position: -1577px 0;
}

.iti-flag.eu {
  height: 14px;
  background-position: -1599px 0;
}

.iti-flag.fi {
  height: 12px;
  background-position: -1621px 0;
}

.iti-flag.fj {
  height: 10px;
  background-position: -1643px 0;
}

.iti-flag.fk {
  height: 10px;
  background-position: -1665px 0;
}

.iti-flag.fm {
  height: 11px;
  background-position: -1687px 0;
}

.iti-flag.fo {
  height: 15px;
  background-position: -1709px 0;
}

.iti-flag.fr {
  height: 14px;
  background-position: -1731px 0;
}

.iti-flag.ga {
  height: 15px;
  background-position: -1753px 0;
}

.iti-flag.gb {
  height: 10px;
  background-position: -1775px 0;
}

.iti-flag.gd {
  height: 12px;
  background-position: -1797px 0;
}

.iti-flag.ge {
  height: 14px;
  background-position: -1819px 0;
}

.iti-flag.gf {
  height: 14px;
  background-position: -1841px 0;
}

.iti-flag.gg {
  height: 14px;
  background-position: -1863px 0;
}

.iti-flag.gh {
  height: 14px;
  background-position: -1885px 0;
}

.iti-flag.gi {
  height: 10px;
  background-position: -1907px 0;
}

.iti-flag.gl {
  height: 14px;
  background-position: -1929px 0;
}

.iti-flag.gm {
  height: 14px;
  background-position: -1951px 0;
}

.iti-flag.gn {
  height: 14px;
  background-position: -1973px 0;
}

.iti-flag.gp {
  height: 14px;
  background-position: -1995px 0;
}

.iti-flag.gq {
  height: 14px;
  background-position: -2017px 0;
}

.iti-flag.gr {
  height: 14px;
  background-position: -2039px 0;
}

.iti-flag.gs {
  height: 10px;
  background-position: -2061px 0;
}

.iti-flag.gt {
  height: 13px;
  background-position: -2083px 0;
}

.iti-flag.gu {
  height: 11px;
  background-position: -2105px 0;
}

.iti-flag.gw {
  height: 10px;
  background-position: -2127px 0;
}

.iti-flag.gy {
  height: 12px;
  background-position: -2149px 0;
}

.iti-flag.hk {
  height: 14px;
  background-position: -2171px 0;
}

.iti-flag.hm {
  height: 10px;
  background-position: -2193px 0;
}

.iti-flag.hn {
  height: 10px;
  background-position: -2215px 0;
}

.iti-flag.hr {
  height: 10px;
  background-position: -2237px 0;
}

.iti-flag.ht {
  height: 12px;
  background-position: -2259px 0;
}

.iti-flag.hu {
  height: 10px;
  background-position: -2281px 0;
}

.iti-flag.ic {
  height: 14px;
  background-position: -2303px 0;
}

.iti-flag.id {
  height: 14px;
  background-position: -2325px 0;
}

.iti-flag.ie {
  height: 10px;
  background-position: -2347px 0;
}

.iti-flag.il {
  height: 15px;
  background-position: -2369px 0;
}

.iti-flag.im {
  height: 10px;
  background-position: -2391px 0;
}

.iti-flag.in {
  height: 14px;
  background-position: -2413px 0;
}

.iti-flag.io {
  height: 10px;
  background-position: -2435px 0;
}

.iti-flag.iq {
  height: 14px;
  background-position: -2457px 0;
}

.iti-flag.ir {
  height: 12px;
  background-position: -2479px 0;
}

.iti-flag.is {
  height: 15px;
  background-position: -2501px 0;
}

.iti-flag.it {
  height: 14px;
  background-position: -2523px 0;
}

.iti-flag.je {
  height: 12px;
  background-position: -2545px 0;
}

.iti-flag.jm {
  height: 10px;
  background-position: -2567px 0;
}

.iti-flag.jo {
  height: 10px;
  background-position: -2589px 0;
}

.iti-flag.jp {
  height: 14px;
  background-position: -2611px 0;
}

.iti-flag.ke {
  height: 14px;
  background-position: -2633px 0;
}

.iti-flag.kg {
  height: 12px;
  background-position: -2655px 0;
}

.iti-flag.kh {
  height: 13px;
  background-position: -2677px 0;
}

.iti-flag.ki {
  height: 10px;
  background-position: -2699px 0;
}

.iti-flag.km {
  height: 12px;
  background-position: -2721px 0;
}

.iti-flag.kn {
  height: 14px;
  background-position: -2743px 0;
}

.iti-flag.kp {
  height: 10px;
  background-position: -2765px 0;
}

.iti-flag.kr {
  height: 14px;
  background-position: -2787px 0;
}

.iti-flag.kw {
  height: 10px;
  background-position: -2809px 0;
}

.iti-flag.ky {
  height: 10px;
  background-position: -2831px 0;
}

.iti-flag.kz {
  height: 10px;
  background-position: -2853px 0;
}

.iti-flag.la {
  height: 14px;
  background-position: -2875px 0;
}

.iti-flag.lb {
  height: 14px;
  background-position: -2897px 0;
}

.iti-flag.lc {
  height: 10px;
  background-position: -2919px 0;
}

.iti-flag.li {
  height: 12px;
  background-position: -2941px 0;
}

.iti-flag.lk {
  height: 10px;
  background-position: -2963px 0;
}

.iti-flag.lr {
  height: 11px;
  background-position: -2985px 0;
}

.iti-flag.ls {
  height: 14px;
  background-position: -3007px 0;
}

.iti-flag.lt {
  height: 12px;
  background-position: -3029px 0;
}

.iti-flag.lu {
  height: 12px;
  background-position: -3051px 0;
}

.iti-flag.lv {
  height: 10px;
  background-position: -3073px 0;
}

.iti-flag.ly {
  height: 10px;
  background-position: -3095px 0;
}

.iti-flag.ma {
  height: 14px;
  background-position: -3117px 0;
}

.iti-flag.mc {
  height: 15px;
  background-position: -3139px 0;
}

.iti-flag.md {
  height: 10px;
  background-position: -3160px 0;
}

.iti-flag.me {
  height: 10px;
  background-position: -3182px 0;
}

.iti-flag.mf {
  height: 14px;
  background-position: -3204px 0;
}

.iti-flag.mg {
  height: 14px;
  background-position: -3226px 0;
}

.iti-flag.mh {
  height: 11px;
  background-position: -3248px 0;
}

.iti-flag.mk {
  height: 10px;
  background-position: -3270px 0;
}

.iti-flag.ml {
  height: 14px;
  background-position: -3292px 0;
}

.iti-flag.mm {
  height: 14px;
  background-position: -3314px 0;
}

.iti-flag.mn {
  height: 10px;
  background-position: -3336px 0;
}

.iti-flag.mo {
  height: 14px;
  background-position: -3358px 0;
}

.iti-flag.mp {
  height: 10px;
  background-position: -3380px 0;
}

.iti-flag.mq {
  height: 14px;
  background-position: -3402px 0;
}

.iti-flag.mr {
  height: 14px;
  background-position: -3424px 0;
}

.iti-flag.ms {
  height: 10px;
  background-position: -3446px 0;
}

.iti-flag.mt {
  height: 14px;
  background-position: -3468px 0;
}

.iti-flag.mu {
  height: 14px;
  background-position: -3490px 0;
}

.iti-flag.mv {
  height: 14px;
  background-position: -3512px 0;
}

.iti-flag.mw {
  height: 14px;
  background-position: -3534px 0;
}

.iti-flag.mx {
  height: 12px;
  background-position: -3556px 0;
}

.iti-flag.my {
  height: 10px;
  background-position: -3578px 0;
}

.iti-flag.mz {
  height: 14px;
  background-position: -3600px 0;
}

.iti-flag.na {
  height: 14px;
  background-position: -3622px 0;
}

.iti-flag.nc {
  height: 10px;
  background-position: -3644px 0;
}

.iti-flag.ne {
  height: 15px;
  background-position: -3666px 0;
}

.iti-flag.nf {
  height: 10px;
  background-position: -3686px 0;
}

.iti-flag.ng {
  height: 10px;
  background-position: -3708px 0;
}

.iti-flag.ni {
  height: 12px;
  background-position: -3730px 0;
}

.iti-flag.nl {
  height: 14px;
  background-position: -3752px 0;
}

.iti-flag.no {
  height: 15px;
  background-position: -3774px 0;
}

.iti-flag.np {
  height: 15px;
  background-position: -3796px 0;
}

.iti-flag.nr {
  height: 10px;
  background-position: -3811px 0;
}

.iti-flag.nu {
  height: 10px;
  background-position: -3833px 0;
}

.iti-flag.nz {
  height: 10px;
  background-position: -3855px 0;
}

.iti-flag.om {
  height: 10px;
  background-position: -3877px 0;
}

.iti-flag.pa {
  height: 14px;
  background-position: -3899px 0;
}

.iti-flag.pe {
  height: 14px;
  background-position: -3921px 0;
}

.iti-flag.pf {
  height: 14px;
  background-position: -3943px 0;
}

.iti-flag.pg {
  height: 15px;
  background-position: -3965px 0;
}

.iti-flag.ph {
  height: 10px;
  background-position: -3987px 0;
}

.iti-flag.pk {
  height: 14px;
  background-position: -4009px 0;
}

.iti-flag.pl {
  height: 13px;
  background-position: -4031px 0;
}

.iti-flag.pm {
  height: 14px;
  background-position: -4053px 0;
}

.iti-flag.pn {
  height: 10px;
  background-position: -4075px 0;
}

.iti-flag.pr {
  height: 14px;
  background-position: -4097px 0;
}

.iti-flag.ps {
  height: 10px;
  background-position: -4119px 0;
}

.iti-flag.pt {
  height: 14px;
  background-position: -4141px 0;
}

.iti-flag.pw {
  height: 13px;
  background-position: -4163px 0;
}

.iti-flag.py {
  height: 11px;
  background-position: -4185px 0;
}

.iti-flag.qa {
  height: 8px;
  background-position: -4207px 0;
}

.iti-flag.re {
  height: 14px;
  background-position: -4229px 0;
}

.iti-flag.ro {
  height: 14px;
  background-position: -4251px 0;
}

.iti-flag.rs {
  height: 14px;
  background-position: -4273px 0;
}

.iti-flag.ru {
  height: 14px;
  background-position: -4295px 0;
}

.iti-flag.rw {
  height: 14px;
  background-position: -4317px 0;
}

.iti-flag.sa {
  height: 14px;
  background-position: -4339px 0;
}

.iti-flag.sb {
  height: 10px;
  background-position: -4361px 0;
}

.iti-flag.sc {
  height: 10px;
  background-position: -4383px 0;
}

.iti-flag.sd {
  height: 10px;
  background-position: -4405px 0;
}

.iti-flag.se {
  height: 13px;
  background-position: -4427px 0;
}

.iti-flag.sg {
  height: 14px;
  background-position: -4449px 0;
}

.iti-flag.sh {
  height: 10px;
  background-position: -4471px 0;
}

.iti-flag.si {
  height: 10px;
  background-position: -4493px 0;
}

.iti-flag.sj {
  height: 15px;
  background-position: -4515px 0;
}

.iti-flag.sk {
  height: 14px;
  background-position: -4537px 0;
}

.iti-flag.sl {
  height: 14px;
  background-position: -4559px 0;
}

.iti-flag.sm {
  height: 15px;
  background-position: -4581px 0;
}

.iti-flag.sn {
  height: 14px;
  background-position: -4603px 0;
}

.iti-flag.so {
  height: 14px;
  background-position: -4625px 0;
}

.iti-flag.sr {
  height: 14px;
  background-position: -4647px 0;
}

.iti-flag.ss {
  height: 10px;
  background-position: -4669px 0;
}

.iti-flag.st {
  height: 10px;
  background-position: -4691px 0;
}

.iti-flag.sv {
  height: 12px;
  background-position: -4713px 0;
}

.iti-flag.sx {
  height: 14px;
  background-position: -4735px 0;
}

.iti-flag.sy {
  height: 14px;
  background-position: -4757px 0;
}

.iti-flag.sz {
  height: 14px;
  background-position: -4779px 0;
}

.iti-flag.ta {
  height: 10px;
  background-position: -4801px 0;
}

.iti-flag.tc {
  height: 10px;
  background-position: -4823px 0;
}

.iti-flag.td {
  height: 14px;
  background-position: -4845px 0;
}

.iti-flag.tf {
  height: 14px;
  background-position: -4867px 0;
}

.iti-flag.tg {
  height: 13px;
  background-position: -4889px 0;
}

.iti-flag.th {
  height: 14px;
  background-position: -4911px 0;
}

.iti-flag.tj {
  height: 10px;
  background-position: -4933px 0;
}

.iti-flag.tk {
  height: 10px;
  background-position: -4955px 0;
}

.iti-flag.tl {
  height: 10px;
  background-position: -4977px 0;
}

.iti-flag.tm {
  height: 14px;
  background-position: -4999px 0;
}

.iti-flag.tn {
  height: 14px;
  background-position: -5021px 0;
}

.iti-flag.to {
  height: 10px;
  background-position: -5043px 0;
}

.iti-flag.tr {
  height: 14px;
  background-position: -5065px 0;
}

.iti-flag.tt {
  height: 12px;
  background-position: -5087px 0;
}

.iti-flag.tv {
  height: 10px;
  background-position: -5109px 0;
}

.iti-flag.tw {
  height: 14px;
  background-position: -5131px 0;
}

.iti-flag.tz {
  height: 14px;
  background-position: -5153px 0;
}

.iti-flag.ua {
  height: 14px;
  background-position: -5175px 0;
}

.iti-flag.ug {
  height: 14px;
  background-position: -5197px 0;
}

.iti-flag.um {
  height: 11px;
  background-position: -5219px 0;
}

.iti-flag.us {
  height: 11px;
  background-position: -5241px 0;
}

.iti-flag.uy {
  height: 14px;
  background-position: -5263px 0;
}

.iti-flag.uz {
  height: 10px;
  background-position: -5285px 0;
}

.iti-flag.va {
  height: 15px;
  background-position: -5307px 0;
}

.iti-flag.vc {
  height: 14px;
  background-position: -5324px 0;
}

.iti-flag.ve {
  height: 14px;
  background-position: -5346px 0;
}

.iti-flag.vg {
  height: 10px;
  background-position: -5368px 0;
}

.iti-flag.vi {
  height: 14px;
  background-position: -5390px 0;
}

.iti-flag.vn {
  height: 14px;
  background-position: -5412px 0;
}

.iti-flag.vu {
  height: 12px;
  background-position: -5434px 0;
}

.iti-flag.wf {
  height: 14px;
  background-position: -5456px 0;
}

.iti-flag.ws {
  height: 10px;
  background-position: -5478px 0;
}

.iti-flag.xk {
  height: 15px;
  background-position: -5500px 0;
}

.iti-flag.ye {
  height: 14px;
  background-position: -5522px 0;
}

.iti-flag.yt {
  height: 14px;
  background-position: -5544px 0;
}

.iti-flag.za {
  height: 14px;
  background-position: -5566px 0;
}

.iti-flag.zm {
  height: 14px;
  background-position: -5588px 0;
}

.iti-flag.zw {
  height: 10px;
  background-position: -5610px 0;
}

.iti-flag {
  width: 20px;
  height: 15px;
  box-shadow: 0 0 1px 0 #888;
  background-image: url(img/flags.png);
  background-repeat: no-repeat;
  background-color: #dbdbdb;
  background-position: 20px 0;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .iti-flag {
    background-image: url(img/flags@2x.png);
  }
}
.iti-flag.np {
  background-color: transparent;
}

.sweet-alert,
.sweet-overlay {
  position: fixed;
  display: none;
}

body.stop-scrolling {
  height: 100%;
  overflow: hidden;
}

.sweet-overlay {
  background-color: #000;
  -ms-filter: "alpha(opacity=40)";
  background-color: rgba(0, 0, 0, 0.4);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10000;
}

.sweet-alert {
  background-color: #fff;
  font-family: open sans, helvetica neue, Helvetica, Arial, sans-serif;
  width: 478px;
  padding: 17px;
  border-radius: 5px;
  text-align: center;
  left: 50%;
  top: 50%;
  margin-left: -256px;
  margin-top: -200px;
  overflow: hidden;
  z-index: 99999;
}

@media all and (max-width: 540px) {
  .sweet-alert {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    left: 15px;
    right: 15px;
  }
}
.sweet-alert h2 {
  color: #575757;
  font-size: 30px;
  text-align: center;
  font-weight: 600;
  text-transform: none;
  position: relative;
  margin: 25px 0;
  padding: 0;
  line-height: 40px;
  display: block;
}

.sweet-alert p {
  color: #797979;
  font-size: 16px;
  font-weight: 300;
  position: relative;
  text-align: inherit;
  float: none;
  margin: 0;
  padding: 0;
  line-height: normal;
}

.sweet-alert fieldset {
  border: none;
  position: relative;
}

.sweet-alert .sa-error-container {
  background-color: #f1f1f1;
  margin-left: -17px;
  margin-right: -17px;
  overflow: hidden;
  padding: 0 10px;
  max-height: 0;
  webkit-transition: padding 0.15s, max-height 0.15s;
  transition: padding 0.15s, max-height 0.15s;
}

.sweet-alert .sa-error-container.show {
  padding: 10px 0;
  max-height: 100px;
  webkit-transition: padding 0.2s, max-height 0.2s;
  transition: padding 0.25s, max-height 0.25s;
}

.sweet-alert .sa-error-container .icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #ea7d7d;
  color: #fff;
  line-height: 24px;
  text-align: center;
  margin-right: 3px;
}

.sweet-alert .sa-error-container p {
  display: inline-block;
}

.sweet-alert .sa-input-error {
  position: absolute;
  top: 29px;
  right: 26px;
  width: 20px;
  height: 20px;
  opacity: 0;
  transform: scale(0.5);
  transform-origin: 50% 50%;
  transition: all 0.1s;
}

.sweet-alert .sa-input-error::after,
.sweet-alert .sa-input-error::before {
  content: "";
  width: 20px;
  height: 6px;
  background-color: #f06e57;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  left: 50%;
  margin-left: -9px;
}

.sweet-alert .sa-input-error::before {
  transform: rotate(-45deg);
}

.sweet-alert .sa-input-error::after {
  transform: rotate(45deg);
}

.sweet-alert .sa-input-error.show {
  opacity: 1;
  transform: scale(1);
}

.sweet-alert input {
  width: 100%;
  box-sizing: border-box;
  border-radius: 3px;
  border: 1px solid #d7d7d7;
  height: 43px;
  margin-top: 10px;
  margin-bottom: 17px;
  font-size: 18px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
  padding: 0 12px;
  display: none;
  transition: all 0.3s;
}

.sweet-alert input:focus {
  outline: 0;
  box-shadow: 0 0 3px #c4e6f5;
  border: 1px solid #b4dbed;
}

.sweet-alert input:focus::-moz-placeholder {
  -moz-transition: opacity 0.3s 30ms ease;
  transition: opacity 0.3s 30ms ease;
  opacity: 0.5;
}

.sweet-alert input:focus:-ms-input-placeholder {
  -ms-transition: opacity 0.3s 30ms ease;
  transition: opacity 0.3s 30ms ease;
  opacity: 0.5;
}

.sweet-alert input:focus::-webkit-input-placeholder {
  -webkit-transition: opacity 0.3s 30ms ease;
  transition: opacity 0.3s 30ms ease;
  opacity: 0.5;
}

.sweet-alert input::-moz-placeholder {
  color: #bdbdbd;
}

.sweet-alert input:-ms-input-placeholder {
  color: #bdbdbd;
}

.sweet-alert input::-webkit-input-placeholder {
  color: #bdbdbd;
}

.sweet-alert.show-input input {
  display: block;
}

.sweet-alert .sa-confirm-button-container {
  display: inline-block;
  position: relative;
}

.sweet-alert .la-ball-fall {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -27px;
  margin-top: 4px;
  opacity: 0;
  visibility: hidden;
}

.sweet-alert button {
  background-color: #8cd4f5;
  color: #fff;
  border: none;
  box-shadow: none;
  font-size: 17px;
  font-weight: 500;
  border-radius: 5px;
  padding: 10px 32px;
  margin: 26px 5px 0;
  cursor: pointer;
}

.sweet-alert button:focus {
  outline: 0;
  box-shadow: 0 0 2px rgba(128, 179, 235, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.05);
}

.sweet-alert button:hover {
  background-color: #7ecff4;
}

.sweet-alert button:active {
  background-color: #5dc2f1;
}

.sweet-alert button.cancel {
  background-color: #c1c1c1;
}

.sweet-alert button.cancel:hover {
  background-color: #b9b9b9;
}

.sweet-alert button.cancel:active {
  background-color: #a8a8a8;
}

.sweet-alert button.cancel:focus {
  box-shadow: rgba(197, 205, 211, 0.8) 0 0 2px, rgba(0, 0, 0, 0.0470588) 0 0 0 1px inset !important;
}

.sweet-alert button[disabled] {
  opacity: 0.6;
  cursor: default;
}

.sweet-alert button.confirm[disabled] {
  color: transparent;
}

.sweet-alert button.confirm[disabled] ~ .la-ball-fall {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.sweet-alert button::-moz-focus-inner {
  border: 0;
}

.sweet-alert[data-has-cancel-button=false] button {
  box-shadow: none !important;
}

.sweet-alert[data-has-confirm-button=false][data-has-cancel-button=false] {
  padding-bottom: 40px;
}

.sweet-alert .sa-icon {
  width: 80px;
  height: 80px;
  border: 4px solid gray;
  border-radius: 50%;
  margin: 20px auto;
  padding: 0;
  position: relative;
  box-sizing: content-box;
}

.sweet-alert .sa-icon.sa-error {
  border-color: #f27474;
}

.sweet-alert .sa-icon.sa-error .sa-x-mark {
  position: relative;
  display: block;
}

.sweet-alert .sa-icon.sa-error .sa-line {
  position: absolute;
  height: 5px;
  width: 47px;
  background-color: #f27474;
  display: block;
  top: 37px;
  border-radius: 2px;
}

.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
  transform: rotate(45deg);
  left: 17px;
}

.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
  transform: rotate(-45deg);
  right: 16px;
}

.sweet-alert .sa-icon.sa-warning {
  border-color: #f8bb86;
}

.sweet-alert .sa-icon.sa-warning .sa-body {
  position: absolute;
  width: 5px;
  height: 47px;
  left: 50%;
  top: 10px;
  border-radius: 2px;
  margin-left: -2px;
  background-color: #f8bb86;
}

.sweet-alert .sa-icon.sa-warning .sa-dot {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-left: -3px;
  left: 50%;
  bottom: 10px;
  background-color: #f8bb86;
}

.sweet-alert .sa-icon.sa-info::after,
.sweet-alert .sa-icon.sa-info::before {
  content: "";
  background-color: #c9dae1;
  position: absolute;
}

.sweet-alert .sa-icon.sa-info {
  border-color: #c9dae1;
}

.sweet-alert .sa-icon.sa-info::before {
  width: 5px;
  height: 29px;
  left: 50%;
  bottom: 17px;
  border-radius: 2px;
  margin-left: -2px;
}

.sweet-alert .sa-icon.sa-info::after {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-left: -3px;
  top: 19px;
}

.sweet-alert .sa-icon.sa-success {
  border-color: #a5dc86;
}

.sweet-alert .sa-icon.sa-success::after,
.sweet-alert .sa-icon.sa-success::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 120px;
  background: #fff;
}

.sweet-alert .sa-icon.sa-success::before {
  border-radius: 120px 0 0 120px;
  top: -7px;
  left: -33px;
  transform: rotate(-45deg);
  transform-origin: 60px 60px;
}

.sweet-alert .sa-icon.sa-success::after {
  border-radius: 0 120px 120px 0;
  top: -11px;
  left: 30px;
  transform: rotate(-45deg);
  transform-origin: 0 60px;
}

.sweet-alert .sa-icon.sa-success .sa-placeholder {
  width: 80px;
  height: 80px;
  border: 4px solid rgba(165, 220, 134, 0.2);
  border-radius: 50%;
  box-sizing: content-box;
  position: absolute;
  left: -4px;
  top: -4px;
  z-index: 2;
}

.sweet-alert .sa-icon.sa-success .sa-fix {
  width: 5px;
  height: 90px;
  background-color: #fff;
  position: absolute;
  left: 28px;
  top: 8px;
  z-index: 1;
  transform: rotate(-45deg);
}

.sweet-alert .sa-icon.sa-success .sa-line {
  height: 5px;
  background-color: #a5dc86;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 2;
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
  width: 25px;
  left: 14px;
  top: 46px;
  transform: rotate(45deg);
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
  width: 47px;
  right: 8px;
  top: 38px;
  transform: rotate(-45deg);
}

.sweet-alert .sa-icon.sa-custom {
  background-size: contain;
  border-radius: 0;
  border: none;
  background-position: center center;
  background-repeat: no-repeat;
}

@-webkit-keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
  }
}
@keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
  }
}
@-webkit-keyframes slideFromTop {
  0% {
    top: 0;
  }
  100% {
    top: 50%;
  }
}
@keyframes slideFromTop {
  0% {
    top: 0;
  }
  100% {
    top: 50%;
  }
}
@-webkit-keyframes slideToTop {
  0% {
    top: 50%;
  }
  100% {
    top: 0;
  }
}
@keyframes slideToTop {
  0% {
    top: 50%;
  }
  100% {
    top: 0;
  }
}
@-webkit-keyframes slideFromBottom {
  0% {
    top: 70%;
  }
  100% {
    top: 50%;
  }
}
@keyframes slideFromBottom {
  0% {
    top: 70%;
  }
  100% {
    top: 50%;
  }
}
@-webkit-keyframes slideToBottom {
  0% {
    top: 50%;
  }
  100% {
    top: 70%;
  }
}
@keyframes slideToBottom {
  0% {
    top: 50%;
  }
  100% {
    top: 70%;
  }
}
.showSweetAlert[data-animation=pop] {
  -webkit-animation: showSweetAlert 0.3s;
  animation: showSweetAlert 0.3s;
}

.showSweetAlert[data-animation=none] {
  -webkit-animation: none;
  animation: none;
}

.showSweetAlert[data-animation=slide-from-top] {
  -webkit-animation: slideFromTop 0.3s;
  animation: slideFromTop 0.3s;
}

.showSweetAlert[data-animation=slide-from-bottom] {
  -webkit-animation: slideFromBottom 0.3s;
  animation: slideFromBottom 0.3s;
}

.hideSweetAlert[data-animation=pop] {
  -webkit-animation: hideSweetAlert 0.2s;
  animation: hideSweetAlert 0.2s;
}

.hideSweetAlert[data-animation=none] {
  -webkit-animation: none;
  animation: none;
}

.hideSweetAlert[data-animation=slide-from-top] {
  -webkit-animation: slideToTop 0.4s;
  animation: slideToTop 0.4s;
}

.hideSweetAlert[data-animation=slide-from-bottom] {
  -webkit-animation: slideToBottom 0.3s;
  animation: slideToBottom 0.3s;
}

@-webkit-keyframes animateSuccessTip {
  0%, 54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@keyframes animateSuccessTip {
  0%, 54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@-webkit-keyframes animateSuccessLong {
  0%, 65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}
@keyframes animateSuccessLong {
  0%, 65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}
@-webkit-keyframes rotatePlaceholder {
  0%, 5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  100%, 12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
}
@keyframes rotatePlaceholder {
  0%, 5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  100%, 12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
}
.animateSuccessTip {
  -webkit-animation: animateSuccessTip 0.75s;
  animation: animateSuccessTip 0.75s;
}

.animateSuccessLong {
  -webkit-animation: animateSuccessLong 0.75s;
  animation: animateSuccessLong 0.75s;
}

.sa-icon.sa-success.animate::after {
  -webkit-animation: rotatePlaceholder 4.25s ease-in;
  animation: rotatePlaceholder 4.25s ease-in;
}

@-webkit-keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0);
    -webkit-transform: rotateX(0);
    opacity: 1;
  }
}
@keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0);
    -webkit-transform: rotateX(0);
    opacity: 1;
  }
}
.animateErrorIcon {
  -webkit-animation: animateErrorIcon 0.5s;
  animation: animateErrorIcon 0.5s;
}

@-webkit-keyframes animateXMark {
  0%, 50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px;
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1;
  }
}
@keyframes animateXMark {
  0%, 50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px;
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1;
  }
}
.animateXMark {
  -webkit-animation: animateXMark 0.5s;
  animation: animateXMark 0.5s;
}

@-webkit-keyframes pulseWarning {
  0% {
    border-color: #f8d486;
  }
  100% {
    border-color: #f8bb86;
  }
}
@keyframes pulseWarning {
  0% {
    border-color: #f8d486;
  }
  100% {
    border-color: #f8bb86;
  }
}
.pulseWarning {
  -webkit-animation: pulseWarning 0.75s infinite alternate;
  animation: pulseWarning 0.75s infinite alternate;
}

@-webkit-keyframes pulseWarningIns {
  0% {
    background-color: #f8d486;
  }
  100% {
    background-color: #f8bb86;
  }
}
@keyframes pulseWarningIns {
  0% {
    background-color: #f8d486;
  }
  100% {
    background-color: #f8bb86;
  }
}
.pulseWarningIns {
  -webkit-animation: pulseWarningIns 0.75s infinite alternate;
  animation: pulseWarningIns 0.75s infinite alternate;
}

@-webkit-keyframes rotate-loading {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate-loading {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
  -ms-transform: rotate(45deg) \9 ;
}

.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
  -ms-transform: rotate(-45deg) \9 ;
}

.sweet-alert .sa-icon.sa-success {
  border-color: transparent\9 ;
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
  -ms-transform: rotate(45deg) \9 ;
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
  -ms-transform: rotate(-45deg) \9 ;
}

/*!* Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
* Copyright 2015 Daniel Cardoso <@DanielCardoso>
* Licensed under MIT*/
.la-ball-fall,
.la-ball-fall > div {
  position: relative;
  box-sizing: border-box;
}

.la-ball-fall {
  display: block;
  font-size: 0;
  color: #fff;
  width: 54px;
  height: 18px;
}

.la-ball-fall.la-dark {
  color: #333;
}

.la-ball-fall > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
  width: 10px;
  height: 10px;
  margin: 4px;
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: ball-fall 1s ease-in-out infinite;
  animation: ball-fall 1s ease-in-out infinite;
}

.la-ball-fall > div:nth-child(1) {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.la-ball-fall > div:nth-child(2) {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

.la-ball-fall > div:nth-child(3) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.la-ball-fall.la-sm {
  width: 26px;
  height: 8px;
}

.la-ball-fall.la-sm > div {
  width: 4px;
  height: 4px;
  margin: 2px;
}

.la-ball-fall.la-2x {
  width: 108px;
  height: 36px;
}

.la-ball-fall.la-2x > div {
  width: 20px;
  height: 20px;
  margin: 8px;
}

.la-ball-fall.la-3x {
  width: 162px;
  height: 54px;
}

.la-ball-fall.la-3x > div {
  width: 30px;
  height: 30px;
  margin: 12px;
}

@-webkit-keyframes ball-fall {
  0% {
    opacity: 0;
    transform: translateY(-145%);
  }
  10%, 90% {
    opacity: 0.5;
  }
  20%, 80% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(145%);
  }
}
@keyframes ball-fall {
  0% {
    opacity: 0;
    transform: translateY(-145%);
  }
  10%, 90% {
    opacity: 0.5;
  }
  20%, 80% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(145%);
  }
}
@media (max-width: 1000px) {
  .mobile_body .center2 {
    width: 98%;
  }
  .mobile_body .sides,
  .regulations_block .butt_wrap,
  .regulations_block .styled_line input,
  .regulations_block .styled_line span,
  .regulations_block textarea {
    width: 100%;
  }
  .mobile_body .right_side {
    margin-top: 20px;
  }
  .mobile_body .g_bottom1 {
    display: none;
  }
  .mobile_body .g_bottom2 {
    display: block;
  }
  .mobile_body .g_bottom2 .user_elan_edit_btns {
    margin-top: 10px;
    margin-left: 0;
    width: 100%;
  }
  .user_d_sides_right {
    padding-right: 30px;
  }
  .regulations_block .styled_line span {
    padding: 0;
    margin-bottom: 5px;
    margin-top: 15px;
  }
  .reg_info_text {
    display: none;
  }
  .wp_status_label_user_edit {
    padding-left: 0;
  }
  .styled_line .wp_status_label_user_edit span {
    width: 20px;
    margin: 0;
  }
  .styled_line .wp_status_label_user_edit input {
    width: inherit;
  }
  .regulations_block .butt_wrap input {
    margin-left: 0;
  }
}
@media (max-width: 950px) {
  .fb_and_wp_share .size_faydali_btns {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5px;
  }
}
@media (max-width: 930px) {
  .side_top_line {
    padding: 0 15px;
  }
  .site_tabs_list_side_menu li {
    height: inherit;
  }
  .mobile_menu_list li a,
  .site_tabs_list_side_menu li a {
    padding: 12px 15px;
  }
  .mobile_menu_list .has_sub_menu > a {
    background-position: right 15px center;
  }
  .site_tabs_list_side_menu li a {
    background-position: right 15px center;
  }
  .site_tabs_list li a:before {
    width: 30px !important;
    margin-right: 15px;
    height: 30px;
  }
  .mobile_menu_list li a {
    font-size: 18px;
  }
  .side_menu_soc_list {
    margin-top: 15px;
  }
  .side_menu_soc_list li a {
    width: 30px;
    height: 30px;
  }
  .s_by_cat_toggle,
  .site_side_cats_for_search_sub_cats .e_axtar_toggle_btn {
    font-size: 16px;
    padding: 10px 16px;
  }
  .site_side_cats_for_search_sub_cats .e_axtar_s_box_btn {
    height: 40px;
    background-position: right 15px center;
  }
  .site_side_cats .e_axtar_s_box_btn:after {
    right: 45px;
  }
  .e_axtar_input_box {
    margin: 7px 0;
  }
  .e_axtar_input option {
    background: #3c4f66;
  }
  .e_axtar_btns {
    height: 40px;
  }
  .elan_in_service_btn_bottom_mobile {
    height: initial;
  }
  .mobile_body.elan_in_service_btn_bottom li a {
    padding: 10px 10px 10px 40px;
    background-position: left 10px top 13px;
  }
  .mobile_body .elan_in_service_btn_bottom li a span {
    padding: 3px;
  }
  .y_komp_list_mobile li {
    width: 33.3333333333%;
    margin-right: 0;
    padding: 0 10px;
    float: left;
  }
  .y_komp_list_mobile li:nth-child(3n+3) {
    margin-right: 0;
  }
  .mobile_body .elan_y_checbox_list li {
    width: 25%;
  }
}
@media (max-width: 900px) {
  .e_yerlest_son:not(#e_yerlest_son) {
    width: 600px;
  }
}
@media (max-width: 860px) {
  .elan_bottom_usr_btn {
    width: 100%;
  }
  .elan_box_has_btn li {
    width: 33.3333333333%;
    max-width: none;
  }
  .subscribe {
    width: 600px;
  }
  .map_cover {
    width: 700px;
  }
}
@media (max-width: 450px) {
  .elan_box_has_btn li {
    width: 50%;
  }
}
@media (max-width: 800px) {
  .y_komp_title_mobile {
    padding: 0 9px;
  }
  .y_komp_add_mobile {
    margin-top: 20px;
    width: 100%;
    justify-content: center;
  }
  .elan_top_left_tab {
    height: initial;
  }
  .elan_top_left_tab li:first-child,
  .elan_top_left_tab li:last-child {
    width: 100%;
    max-width: none;
    border: 0;
    float: left;
  }
  .elan_top_left_tab .elan_price_info_top {
    height: 40px;
  }
  .elan_top_left_tab .has_kv_price {
    height: 88px;
    border: 0 !important;
  }
  .price_slide {
    padding: 10px 0;
  }
  .elan_top_left_tab .elan_usr_info_top {
    height: initial;
    z-index: 10;
  }
  .mobile_body .fancybox-desktop.fancybox-type-image .fancybox-inner,
  .mobile_body .fancybox-desktop.fancybox-type-image .fancybox-opened {
    width: 100% !important;
    float: left;
    left: 0 !important;
  }
  .mobile_body .fancybox-desktop.fancybox-type-image .fancybox-prev span {
    left: 0;
  }
  .mobile_body .fancybox-desktop.fancybox-type-image .fancybox-next span {
    right: 0;
  }
  .mobile_body .fancybox-desktop.fancybox-type-image .fancybox-close {
    top: -2px;
    right: -2px;
  }
}
@media (max-width: 750px) {
  .elan_desc_left_side {
    padding: 0 8px;
    margin-top: 15px;
  }
  .elan_desc_sides {
    width: 100%;
  }
  .elan_desc_right_side {
    float: left;
  }
  .y_komp_list_mobile li {
    height: auto;
  }
  .y_komp_img_box {
    height: 180px;
  }
  .y_komp_bottom {
    height: calc(100% - 185px);
  }
  .y_komp_hover {
    top: 50%;
    transform: translateY(0);
    left: 0;
    position: absolute;
  }
  .news-list li {
    width: 100%;
    padding-right: 0;
  }
  .mobile_body .abune_ol_box {
    height: auto;
  }
  .mobile_body .abune_ol_left {
    width: 80%;
  }
  .mobile_body .aube_ol_btn {
    width: 20%;
  }
  .reklam_pop_up {
    width: 500px;
  }
  .reklam_txt:before {
    width: 88px;
    height: 100%;
    background-size: contain;
  }
  .reklam_txt {
    padding: 15px 15px 15px 110px;
  }
  .user_info_panel li {
    width: 100%;
    padding: 0;
  }
  .user_info_panel li:nth-child(even),
  .user_info_panel li:nth-child(odd) {
    padding: 0;
  }
  .map_cover {
    width: 550px;
    height: 450px;
  }
  .map2 {
    height: 350px;
  }
  .fb_and_wp_share .size_faydali_btns {
    width: calc(50% - 7px);
    margin-right: 7px;
    margin-bottom: 0;
  }

  .elan_list_mobile li,
  .home_tabs_body .elan_list_mobile li,
  .service_li_mobile {
    width: calc(100% / 3);
  }

}
@media (max-width: 700px) {
  .site_side_cats_top22 .site_cats_title {
    max-width: none;
    width: 100%;
    padding-left: 0;
    margin-top: 10px;
  }
  .site_side_cats_body22 {
    margin-top: 15px;
  }
  .user_soc_login_btns {
    margin-top: 20px;
  }
  .user_fom_list .col2 {
    max-width: none;
    width: 100%;
    margin-bottom: 10px;
  }
  .user_soc_login_btns li a {
    font-size: 17px;
  }
  .user_soc_login_btns li a:before {
    width: 30px;
    height: 30px;
    background-size: contain;
  }
  .e_yerlest_son:not(#e_yerlest_son) {
    width: 400px;
  }
  .property_lists li {
    font-family: inter, sans-serif;
  }
  .rieltor_ic_avatar img {
    width: 100%;
  }
  .rieltor_ic_txt {
    width: 100%;
    padding-left: 0;
  }
  .y_komp_info_boxes {
    width: 100%;
    margin-top: 25px;
  }
  .e_tel:not(.mobile_tel_input) {
    width: 60%;
  }
  .rieltor_info_box_mobile_top {
    height: auto;
    display: block;
    padding: 8px 0;
  }
  .rieltor_in_web {
    padding-top: 0;
  }
  .riletor_ic_tels {
    margin-top: 10px;
  }
  .rieltor_elan_sayi_box {
    position: relative;
    bottom: unset;
    float: left;
    display: inline-block;
  }
  .rieltor_ic_has_ico_link_box_mobile {
    margin-top: 0;
  }
  .rieltor_title_and_txt {
    height: auto;
  }
}
@media (max-width: 650px) {
  .elan_list.elan_box_has_btn .berpa_btn_box li a:before,
  .header_favorite_btn_mobile_1,
  .mobile_lang_menu span {
    display: none;
  }
  .elan_in_service_btn_bottom_mobile {
    width: 100%;
    float: left;
    margin-bottom: 30px;
  }
  .elan_in_service_btn_bottom_mobile li:first-child a {
    border-radius: 0;
  }
  .user_elan_edit_btns {
    width: 100%;
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    top: 5px;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.0705882353);
  }
  .elan_in_service_btn_bottom_mobile li:last-child a {
    border-bottom-right-radius: 7px;
  }
  .user_elan_edit_btns li .redakte_btn {
    border-top-left-radius: 5px;
  }
  .user_elan_edit_btns li .berpa_btn {
    border-top-right-radius: 5px;
  }
  .elan_date_info_mobile {
    width: 100%;
  }
  .mobile_body .g_bottom2 .user_elan_edit_btns {
    margin-top: 20px;
  }
  .mobile_header_top {
    height: auto;
  }
  .no_login {
    display: flex;
    align-items: center;
  }
  .login_btn_list_mobile {
    clear: both;
  }
  .mobile_lang_menu {
    border-bottom: 0;
  }
  .subscribe {
    width: 450px;
  }
  .user_d_sides {
    width: 100%;
    padding: 0;
  }
  .header_favorite_btn_mobile_2 {
    display: block;
  }
  .close_s_by_code_mobile,
  .m_top_middle_right_side,
  .s_b_code_m_btn:not(.mobile_s_drop_down) {
    width: 45px;
  }
  .s_b_code_m_input {
    padding: 0 10px;
  }
}
@media (max-width: 620px) {
  .site_tabs_list_side_menu li a {
    text-transform: none;
  }
  .s_tab_top_menus li a {
    padding: 10px 5px;
  }
}
@media (max-width: 600px) {
  .rieltor_ic_txt {
    margin-top: 5px;
  }
  .y_komp_list_mobile li {
    width: 50%;
  }
  .y_komp_info_boxes {
    margin-top: 25px;
  }
  .mobile_body .elan_y_checbox_list li {
    width: 33.3333333333%;
  }
  .elan_top_left_tab.avto_top_info li:first-child {
    width: 230px;
  }
  .elan_top_left_tab.avto_top_info li:last-child {
    max-width: calc(100% - 240px);
  }
  .regulations_wrap {
    padding: 15px;
    margin-bottom: 24px;
  }
  .photo_block_mm {
    width: 100px;
  }
  .userInfo {
    width: calc(100% - 100px);
  }
  .map_cover {
    width: 450px;
  }
}
@media (max-width: 550px) {
  .site_tabs_list li a:before {
    width: 25px !important;
    margin-right: 10px;
    height: 25px;
  }
  .e_y_types li {
    height: 120px;
  }
  .e_y_types_site_cats li a {
    font-size: 16px;
  }
  .e_y_types li a:before {
    margin-bottom: 15px;
    margin-top: 5px;
  }
  .mobile_header_bottom,
  .s_tab_top_menus_mobile {
    height: initial;
  }
  .s_tab_top_menus_site1 li {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  .e_axtar_toggle_btn {
    font-size: 17px;
    padding: 10px 15px;
    border-radius: 4px;
  }
  .mob_xidmet_btn_title {
    font-size: 16px;
    padding: 11px 15px;
  }
  .wedding_list li {
    width: 100%;
  }
  .owl-item {
    margin-right: 5px;
  }
  .avto_elan_list li:nth-child(5n+5),
  .elan_list_mobile_avto li,
  .service_li_mobile_avto {
    margin-right: 0;
  }
  .service_slide_has_add_btn {
    width: 50%;
  }
  .mobile_home_service_slide .flex-control-nav {
    bottom: 0;
    float: left;
    position: relative;
  }
  .cabinet_cats_content {
    padding: 25px 15px;
  }
  .cabinet_cats li a {
    text-transform: none;
  }
  .pop_up_box {
    width: 380px;
    padding: 15px 30px;
  }
  .reklam_pop_up {
    width: 350px;
  }
  .reklam_txt {
    line-height: 20px;
  }
  .info_span {
    display: none;
  }
  .comedoza_box {
    width: 450px;
  }
  .elan_box_has_btn li ul li {
    margin-left: 0;
  }
  .mobile_home_service_slide .flex-viewport,
  .elan_list > li,
  .service_li {
    height: 265px;
  }

  .elan_list_mobile li,
  .home_tabs_body .elan_list_mobile li,
  .rieltor_list_main_mobile li,
  .service_li_mobile {
      width: calc(100% / 2);
  }

}
@media (min-width: 450px) and (max-width: 768px) {
  .mobile_home_service_slide .flex-viewport,
  .elan_list > li,
  .service_li {
    height: 260px;
  }
  .elan_list > li,
  .service_li {
    height: 255px;
  }
}
@media (max-width: 500px) {
  .subscribe {
    width: 300px;
  }
  .subscribe .pop_list_box {
    width: 100%;
  }
  .profile-tabs {
    display: none;
  }
  .user_tabs_select {
    display: flex;
  }
  .comedoza_box {
    width: 350px;
  }
  .fb_and_wp_share .size_faydali_btns {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5px;
  }
  .abune_ol,
  .sigorta {
    padding: 12px 5px;
  }
  .elan_agent_title_top,
  .elan_agent_k_ireli_bottom {
    display: block;
  }
  .elan_agent_title_top h1 {
    font-size: 18px;
  }
  .elan_agent_k_ireli_bottom {
    width: 100%;
    margin-top: 5px;
  }
  .mobile_body .riletor_ic_tels {
    margin-top: 0;
  }
  .mobile_body .rieltor_ic_avatar {
    width: 110px;
    height: 110px;
  }
}
@media (max-width: 480px) {
  ._e_top_service,
  .elan_top_left_tab li strong {
    font-size: 18px;
  }
  .e_axtar_s_input_list li {
    width: 33.3333333333%;
  }
  .search_tabs {
    height: initial;
  }
  .e_axtar_input_has_info:not(.mobile_tel_input),
  .mobile_input_alert {
    width: 100%;
  }
  .checkbox_price,
  .mobile_input_alert {
    padding-left: 0;
  }
  .mobile_body .checkbox_price_active {
    margin-top: 0;
  }
  .user_fom_list_e_yerlesdir {
    margin-bottom: 10px;
  }
  .e_tel:not(.mobile_tel_input) {
    width: 50%;
  }
  .e_yerlest_son:not(#e_yerlest_son) {
    width: 300px;
  }
  .pop_last_bottom_service li .service_popup_box,
  .pop_list_box,
  .teklif_close {
    width: 100%;
  }
  .e_y_p_in {
    padding: 15px;
  }
  .pay_popup_list li,
  .pop_last_bottom li {
    width: 100%;
    padding: 7px !important;
    margin-bottom: 0;
    border-radius: 8px;
    overflow: hidden;
  }
  .pop_last_bottom li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-radius: 8px;
    overflow: hidden;
  }
  .teklif_close {
    margin-top: 10px;
    background-color: transparent;
    color: #243b55;
    font-size: 20px;
    font-weight: 400;
    height: auto;
    display: inline-flex;
    align-items: center;
    flex-flow: column;
  }
  .teklif_close:hover {
    background-color: #f2f2f2;
    border-radius: 50px;
  }
  .teklif_close:before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    background-size: contain;
    background-image: url(img/plus-button-blue.svg);
    transform: rotateZ(45deg);
    margin-bottom: 7px;
  }
  ._e_top_elan {
    padding-left: 0;
    background-image: none;
    background-color: #3585f7;
    color: #fff;
    border-radius: 8px;
    padding: 9px;
    font-weight: 400;
  }
  ._e_top_elan:before {
    position: relative;
    display: inline-block;
    width: 19px;
    height: 19px;
    margin-right: 5px;
    background: url(img/c_send_btn.png) left top no-repeat;
    content: "";
  }
  .e_y_p_top_service {
    height: initial;
    min-height: auto;
    padding: 11px 15px 5px;
  }
  .service_info_box {
    padding-left: 0;
  }
  .service_info_box:before {
    position: relative;
    display: inline-block;
    margin-right: 2px;
    top: 4px;
  }
  .service_info_box p {
    display: initial;
    position: relative;
    width: initial;
    font-weight: 300;
  }
  .elan_top_left_tab .has_kv_price {
    height: 82px;
  }
  .filter_list_mobile li {
    width: auto !important;
  }
  .cabinet_cats {
    margin-top: 15px;
  }
  .cabinet_cats li {
    width: 100%;
    padding: 0;
  }
  .cabinet_cats li a {
    border-radius: 0;
    border-bottom: 1px solid #fff;
    font-size: 16px;
  }
  .cabinet_cats li:first-child a {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }
  .cabinet_cats li:last-child a {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border: 0;
  }
  .elan_top_left_tab.avto_top_info {
    height: initial;
  }
  .elan_top_left_tab.avto_top_info li:first-child,
  .elan_top_left_tab.avto_top_info li:last-child {
    width: 100%;
    height: initial;
    max-width: none;
    border-radius: 0;
    margin: 0;
  }
  .elan_top_left_tab.avto_top_info li:first-child {
    height: 70px;
  }
  .subscribe .service_pay_btn {
    margin-top: 0;
  }
  .m_s_tab_body {
    padding: 15px;
  }
  .s_tab_body_column {
    width: 50%;
    margin-bottom: 15px;
  }
  .s_tab_body_column_3 {
    width: 100%;
  }
  .s_tab_body_column_3 .s_tab_body_column_links li {
    width: 50%;
  }
  .s_tab_body_column_links {
    margin-top: 5px;
  }
  .map_cover {
    width: 380px;
    height: 380px;
  }
  .choose_map_title {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }
  .map2 {
    height: 297px;
    margin-bottom: 2px;
  }
  .map_user_btns {
    width: 100%;
    display: block;
    float: left;
  }
  .map_user_btn {
    width: calc(50% - 4px);
    margin: 0 2px;
  }
}
@media (max-width: 450px) {
  .e_y_types li a:before {
    height: 35px;
    background-size: contain;
  }
  .e_y_types li .e_y_d_r_car:before {
    background-size: auto;
  }
  .site_side_cats {
    padding: 20px 25px;
  }
  .e_axtar_input {
    font-size: 15px;
  }
  .e_axtar_map_btn {
    padding: 9px 0;
    height: auto;
    font-weight: 400;
  }
  .e_axtar_input_area {
    padding-top: 8px;
  }
  .e_axtar_select {
    background-position: right 10px center;
    padding-right: 30px;
  }
  .m_h_m_left_txt {
    font-size: 16px;
    background-position: left 5px center;
  }
  .elan_title_bg h1 {
    font-size: 18px;
  }
  .elan_e_kodu_mobile {
    width: 100%;
    text-align: left;
  }
  .mobile_body .elan_in_service_btn li a span {
    padding: 3px;
  }
  .elan_g_images_list li {
    width: 200px;
  }
  .elan_g_images_list li img {
    width: 100%;
  }
  .rieltor_list li {
    height: 330px;
  }
  .rieltor_list .elan_property_title {
    padding: 0 10px 0 34px;
    background-position: left 10px center;
  }
  .rieltor_list .rieltor_date {
    background-position: left 16px center;
  }
  .rieltor_list .elan_property_title1 {
    margin-top: 10px;
    padding-left: 10px;
  }
  .news-i-img {
    height: 250px;
  }
  .news-i .title {
    font-size: 18px;
  }
  .pop_up_box {
    width: 320px;
    padding: 15px;
  }
  .mobile_body .abune_ol_box {
    border-radius: 8px;
  }
  .mobile_body .abune_ol_left:before {
    display: none;
  }
  .mobile_body .abune_ol_left {
    padding: 10px;
  }
  .mobile_body .aube_ol_btn {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  .photo_block_mm,
  .userInfo {
    width: 100%;
  }
  .userInfo {
    padding-left: 0;
  }
  .elan_list_mobile_res {
    padding: 0;
  }
  .elan_list_mobile {
    display: block !important;
  }
  .elan_list_mobile li,
  .home_tabs_body .elan_list_mobile li,
  .rieltor_list_main_mobile li,
  .service_li_mobile {
    width: 50%;
  }
  .wedding_list li {
    width: 100%;
  }
  .owl-item {
    margin-right: 10px;
  }
  .elan_list_mobile_in {
    padding: 0 5px;
  }
}
@media (max-width: 420px) {
  .e_y_qayda_btn,
  .e_yerlesdir_title {
    width: 100%;
  }
  .e_y_qayda_btn:not(.y_komp_add) {
    margin-top: 0;
    border-top: 1px solid #fff;
  }
  .mobile_body .mobile_banner_2 a.background_image_template {
    background-size: 115% 150px;
  }
}
@media (max-width: 400px) {
  .mobile_body .logout:before,
  .mobile_body .reg_btn:before,
  .mobile_lang_menu span,
  .reklam_txt:before {
    display: none;
  }
  .mobile_lang_menu {
    border-bottom: 0;
  }
  .mobile_header_logo {
    width: 90px;
  }
  .elan_y_btn_mobile,
  .side_bar_toggle {
    margin-left: 10px;
  }
  .e_axtar_s_box_btn {
    background-position: right 25px center;
  }
  .e_axtar_s_box_btn:after {
    right: 65px;
  }
  .mobile_contact_title_e_y {
    margin-bottom: 10px;
  }
  .photo_block_e_y {
    width: 100%;
  }
  .up_img_error {
    max-width: 100%;
    margin-top: 10px;
    padding-left: 0;
  }
  .imagesDDArea_in {
    margin-top: 15px;
  }
  .y_komp_list_mobile li {
    float: none;
    width: 100%;
  }
  .b_qiymet {
    right: unset;
    width: 50%;
    left: 10px !important;
    text-align: left;
    padding: 7px 10px;
  }
  .login_btn_list_mobile {
    float: right;
  }
  .mobile_body .elan_y_checbox_list li {
    width: 50%;
  }
  .reklam_pop_up {
    width: 280px;
  }
  .reklam_txt {
    padding: 12px;
    height: initial;
  }
  .fancybox-inner,
  .fancybox-opened {
    width: initial !important;
  }
  .comedoza_box {
    width: 280px;
  }
  .map_cover {
    width: 300px;
  }
  .no_price strong {
    font-size: 15px;
  }
}
@media (max-width: 380px) {
  .e_y_types li {
    height: 100px;
  }
  .e_y_types_site_cats li a {
    font-size: 14px;
    padding: 5px 10px;
  }
  .e_y_types li a:before {
    margin-top: 10px;
  }
  .e_y_types li .e_y_d_r_car:before {
    margin-bottom: 10px;
  }
  .e_axtar_s_input_list li {
    width: 50%;
  }
  .mobile_service_tab_title h1,
  .mobile_service_tab_title h2 {
    font-size: 16px;
  }
  .pop_up_box {
    width: 280px;
    padding: 10px;
  }
  .html_ru .elan_y_btn_mobile:before,
  .html_ru .login_btn1 {
    display: none;
  }
  .html_ru .elan_y_btn_mobile {
    margin-left: 0;
    margin-top: 19px;
  }
  .mobile_banner_1,
  .mobile_body .mobile_banner_1 .iframe {
    height: 98px;
  }
  .mobile_body .mobile_banner_1 a.background_image_template {
    background-size: auto 98px;
  }
}
@media (max-width: 360px) {
  .mobile_banner_2,
  .mobile_body .mobile_banner_2 .iframe {
    height: 135px;
  }
  .mobile_body .mobile_banner_2 a.background_image_template {
    background-size: 115% 135px;
  }
  .mobile_banner_1,
  .mobile_body .mobile_banner_1 .iframe {
    height: 93px;
  }
  .mobile_body .mobile_banner_1 a.background_image_template {
    background-size: auto 93px;
  }
}
@media (max-width: 350px) {
  .user_soc_login_btns li a {
    padding: 8px 10px;
    border-radius: 4px;
  }
  .user_soc_login_btns li a:before {
    width: 25px;
    height: 25px;
  }
  .elan_y_btn_mobile,
  .side_bar_toggle {
    margin-left: 10px;
  }
  .mobile_header_logo {
    width: 80px;
  }
  .elan_y_btn_mobile {
    padding: 5px 7px;
  }
  .close_s_by_code_mobile,
  .m_top_middle_right_side,
  .s_b_code_m_btn:not(.mobile_s_drop_down) {
    width: 50px;
  }
  .elan_list_mobile_avto li {
    height: 265px !important;
  }
  .elan_list_mobile:not(.elan_box_has_btn) .service_price,
  .service_li_mobile .service_price {
    margin-top: 20px;
    font-size: 14px;
  }
  .elan_list_mobile_avto .service_price,
  .service_li_mobile_avto .service_price {
    margin-top: 45px;
  }
  .elan_img_box_mobile {
    height: 150px;
  }
  .elan_box_bottom_mobile {
    height: calc(100% - 150px);
  }
  .mobile_service_tab_title h1,
  .mobile_service_tab_title h2 {
    font-size: 17px;
  }
  .mobile_service_ico {
    width: 25px;
    height: 25px;
  }
  .service_li_mobile_single,
  .service_slide_has_add_btn {
    width: 100%;
  }
  .s_tab_top_has2_column li {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #fff;
  }
  .elan_list_mobile_avto li,
  .service_li_mobile_avto {
    height: 290px;
  }
  .avto_elan_list .service_li a {
    border-radius: 6px;
  }
  .avto_e_box_bottom,
  .avto_elan_list .elan_box_bottom {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
  }
  .elan_list_type2 .elan_img_box {
    height: 100px;
  }
  .elan_list_type2 .elan_box_bottom {
    height: calc(100% - 100px);
  }
  .elan_list_mobile_avto .elan_property_title_mobile {
    padding: 5px 10px;
  }
  .mobile_content_title {
    font-size: 17px;
    padding: 0 12px;
  }
  .mobile_contact_title h2 {
    font-size: 16px;
    padding-right: 12px;
  }
  .mobile_contact_title:before {
    top: 8px;
  }
  .e_yerlest_son {
    width: 250px;
  }
  .pay_list li label {
    padding-left: 20px;
  }
  .pay_list li label:before {
    width: 14px;
    height: 14px;
    background-size: cover;
  }
  .user_elan_edit_btns li {
    width: 50%;
    margin-bottom: 2px;
  }
  .user_elan_edit_btns_in_elan li a {
    width: 99%;
    border-radius: 3px !important;
    text-align: center;
  }
  .property_lists li {
    width: 50%;
  }
  .f_links_list {
    padding: 0 10px;
  }
  .rieltor_list li {
    width: 90%;
    float: none;
    display: inline-block;
    height: 314px;
  }
  .news-list li {
    width: 100%;
    padding-right: 0;
    margin: 0 0 15px;
  }
  .news-i-img {
    height: 250px;
  }
  .mobile_body .abune_ol_box,
  .news-i-content {
    height: initial;
  }
  .profile-tabs li {
    width: 100%;
  }
  .mobile_body .abune_ol_left,
  .mobile_body .aube_ol_btn {
    width: 100%;
    float: left;
    text-align: center;
  }
  .mobile_body .aube_ol_btn {
    padding-bottom: 10px;
    border-radius: 0 0 4px 4px;
  }
  .mobile_body .aube_ol_btn:before {
    width: 25px;
    margin-right: 7px;
    margin-top: 0;
  }
  .service_pay_btn {
    margin-top: 0;
    width: 100%;
  }
  .subscribe {
    width: 250px;
  }
  .subscribe .service_popup_box {
    width: 100%;
  }
  .info_panel {
    background-image: none;
    padding: 0;
    min-height: unset;
    height: unset;
  }
  .info_panel > p,
  .info_panel .green_button {
    position: relative;
    float: left;
    width: 100%;
  }
  .info_panel > p {
    text-align: center;
    padding: 2.5px 5px;
  }
  .info_panel .green_button {
    top: unset;
    right: unset;
    margin-top: 5px;
  }
  .green_button p {
    font-family: inter, sans-serif;
  }
  .green_button {
    min-width: auto;
    width: 80px;
    padding: 5px;
  }
  .sikayet_form_list li {
    width: 100%;
    padding: 0 !important;
  }
  .home_tabs_btn_mobile {
    font-size: 14px;
  }
  .no_login .elan_y_btn_mobile {
    padding: 7px;
  }
  .header_favorite_btn_mobile {
    margin-right: 0;
  }
  .mobile_banner_1,
  .mobile_body .mobile_banner_1 .iframe {
    height: 80px;
  }
  .mobile_body .mobile_banner_1 a.background_image_template {
    background-size: auto 80px;
  }
}
@media (max-width: 330px) {
  .mobile_c_bottom_side,
  .mobile_f_b_right_side {
    margin-top: 10px;
  }
  .site_tabs_list_side_menu li a {
    padding: 8px 30px 8px 40px;
    background-position: right 10px center;
  }
  .site_tabs_list li a:before {
    width: 40px;
    background-image: url(img/site_2.png);
    margin-left: -30px;
    margin-right: 5px;
  }
  .e_axtar_s_box_btn {
    background-position: right 18px center;
  }
  .e_axtar_s_box_btn:after {
    right: 50px;
  }
  .mobile_f_b_sides {
    width: 100%;
  }
  .mobile_f_b_right_side li {
    float: none;
    display: inline-block;
  }
  .elan_list_mobile_avto .elan_typ2_box_title {
    font-size: 13px;
  }
  .elan_list_mobile_avto .elan_property_title {
    margin-bottom: 0;
  }
  .elan_list_mobile_avto li,
  .service_li_mobile_avto {
    height: 253px;
  }
  .elan_list_mobile_avto .service_price,
  .service_li_mobile_avto .service_price {
    margin-top: 25px;
  }
  .elan_box_has_btn li {
    width: 50%;
  }
  .pop_up_box {
    width: 250px;
    padding: 10px;
  }
  .mobile_body .service_price_home {
    bottom: 7px;
  }
  .elan_list_mobile li,
  .home_tabs_body .elan_list_mobile li,
  .rieltor_list_main_mobile li,
  .service_li_mobile {
    width: 50%;
    padding: 0;
  }
  .wedding_list li {
    width: 100%;
  }
  .owl-item {
    margin-right: 4px;
  }
  .n_elan_box_botom_params td {
    font-size: 10.5px;
    padding: 5px 2px;
  }
  .service_page_pay_by_code_btn {
    width: 100%;
    padding: 10px 5px;
  }
  .fancybox-close {
    background-size: cover !important;
    top: 0;
    right: 0;
    width: 25px;
    height: 25px;
  }
  .map_cover {
    height: 320px;
  }
  .map2 {
    height: 243px;
  }
  .map_user_btn {
    height: 35px;
    font-size: 16px;
  }
  .elan_in_service_btn li a {
    padding: 14px 14px 14px 40px;
  }
  .elan_in_service_btn_bottom {
    width: 100%;
  }
  .elan_in_service_btn_bottom li {
    width: 33.3333333333%;
  }
  .elan_in_service_btn_bottom li a {
    width: 100%;
    padding-bottom: 20px;
    font-size: 13px;
  }
  /*.elan_in_service_btn_bottom li:first-child a {*/
  /*    border-radius: 0*/
  /*}*/
}
@media (max-width: 319px) {
  .e_axtar_check_box_has3,
  .site_side_cats .e_axtar_s_input_list li {
    width: 100%;
    margin-bottom: 7px;
  }
  .e_axtar_check_box_has3_2 .checksquared,
  .e_axtar_check_box_has3_2 .checksquared span,
  .e_axtar_check_box_has3_3 .checksquared,
  .e_axtar_check_box_has3_3 .checksquared span {
    float: left;
  }
  .elan_y_btn:before,
  .login_btn1:not(.header_favorite_btn_mobile) {
    display: none;
  }
  .html_az .elan_y_btn_mobile {
    margin-top: 19px;
  }
  .elan_y_btn_mobile {
    margin-left: 0;
  }
  .contact_c_list_mobile li,
  .s_tab_body_column {
    width: 100%;
  }
  .elan_list_mobile_avto li,
  .service_li_mobile_avto {
    width: 85%;
  }
  .contact_c_list {
    margin-top: 0;
  }
  .clone_item {
    float: none;
    margin: 0 auto;
    display: table;
  }
  .e_yerlest_son {
    width: 200px;
  }
  .property_lists li {
    width: 100%;
  }
  .filter_list_mobile li:first-child {
    width: 30%;
  }
  .filter_list_mobile li:last-child {
    width: 70%;
  }
  .elan_box_has_btn {
    text-align: center;
  }
  .elan_box_has_btn li {
    width: 70%;
    float: none;
  }
  .mobile_body .elan_in_service_btn li a {
    background-image: none !important;
    padding: 15px 15px 10px;
  }
  .mobile_body .elan_in_service_btn_bottom li a {
    padding-bottom: 20px;
  }
  .reklam_pop_up {
    width: 220px;
  }
  .map_cover {
    width: 280px;
  }
}
.elan_list li.ads a {
  width: 100%;
  height: 100%;
  box-shadow: 0;
}

#premium_et_tab a i {
  width: 65px;
  height: 65px;
  background: url(img/plus-circle.svg);
  background-size: contain;
  position: absolute;
  display: block;
  left: 50%;
  top: 23px;
  transform: translateX(-50%);
}

#be_agent a i {
  width: 65px;
  height: 65px;
  background: url(img/plus-circle.svg);
  background-size: contain;
  position: absolute;
  display: block;
  left: 50%;
  top: 23px;
  transform: translateX(-50%);
}

.ms-options-wrap,
.ms-options-wrap * {
  box-sizing: border-box;
}

.ms-options-wrap > button,
.ms-options-wrap > button:focus {
  position: relative;
  width: 100%;
  text-align: left;
  margin-top: 1px;
  font-size: 15px;
  color: #b9b9b9;
  outline: 0;
  white-space: nowrap;
}

.ms-options-wrap > button:after {
  height: 0;
  position: absolute;
  top: 50%;
  right: 5px;
  width: 0;
  border: 6px solid transparent;
  border-top-color: #5d5759;
  margin-top: -3px;
}

.ms-options-wrap > .ms-options {
  position: absolute;
  left: 0;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  background: #fff;
  z-index: 2000;
  border: 1px solid #5d5759;
}

.ms-options-wrap > .ms-options > .ms-search input {
  width: 100%;
  padding: 10px 16px;
  border: none;
  border-bottom: 1px groove;
  outline: 0;
}

.ms-options-wrap > .ms-options .ms-selectall {
  display: inline-block;
  font-size: 0.9em;
  text-transform: lowercase;
  text-decoration: none;
}

.ms-options-wrap > .ms-options .ms-selectall:hover {
  text-decoration: underline;
}

.ms-options-wrap > .ms-options > .ms-selectall.global {
  margin: 4px 5px;
}

.ms-options-wrap > .ms-options > ul,
.ms-options-wrap > .ms-options > ul > li.optgroup ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.ms-options-wrap > .ms-options > ul > li.optgroup {
  padding: 5px;
}

.ms-options-wrap > .ms-options > ul > li.optgroup + li.optgroup {
  border-top: 1px solid #aaa;
}

.ms-options-wrap > .ms-options > ul > li.optgroup .label {
  display: block;
  padding: 5px 0 0;
  font-weight: 700;
}

.ms-options-wrap > .ms-options > ul label {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 4px;
  margin: 1px 0;
  border: 1px dotted transparent;
}

.ms-options-wrap > .ms-options > ul label.focused,
.ms-options-wrap > .ms-options > ul label:hover {
  background-color: #efefef;
  border-color: #999;
}

.ms-options-wrap > .ms-options > ul li.selected label {
  background-color: #efefef;
  border-color: transparent;
}

.ms-options-wrap > .ms-options > ul input[type=checkbox] {
  margin: 0 5px 0 0;
  position: absolute;
  left: 4px;
  top: 7px;
  -webkit-appearance: auto !important;
}

.ms-options-wrap > .ms-options.hide-checkbox > ul input[type=checkbox] {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}

.flex-direction-nav a,
.flex-direction-nav a:before {
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}

@font-face {
  font-family: flexslider-icon;
  src: url(fonts/flexslider/flexslider-icon.eot);
  src: url(fonts/flexslider/flexslider-icon.eot?#iefix) format("embedded-opentype"), url(fonts/flexslider/flexslider-icon.woff) format("woff"), url(fonts/flexslider/flexslider-icon.ttf) format("truetype"), url(fonts/flexslider/flexslider-icon.svg#flexslider-icon) format("svg");
  font-weight: 400;
  font-style: normal;
}
.flex-container a:hover,
.flex-slider a:hover {
  outline: 0;
}

.flex-control-nav,
.flex-direction-nav,
.slides,
.slides > li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

.flexslider {
  padding: 0;
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  zoom: 1;
  border-radius: 4px;
  -o-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

.flexslider .slides:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .flexslider .slides {
  display: block;
}

* html .flexslider .slides {
  height: 1%;
}

.no-js .flexslider .slides > li:first-child {
  display: block;
}

.flexslider .slides {
  zoom: 1;
}

.flexslider .slides img {
  width: 100%;
  display: block;
  height: auto;
  -moz-user-select: none;
}

.flex-viewport {
  max-height: 2000px;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.carousel li {
  margin-right: 5px;
}

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.flex-direction-nav a:before {
  font-family: flexslider-icon;
  font-size: 40px;
  display: inline-block;
  content: "\f001";
}

.flex-direction-nav a.flex-next:before {
  content: "\f002";
}

.flex-direction-nav .flex-prev {
  left: -50px;
}

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

.flex-pauseplay a:before {
  font-family: flexslider-icon;
  font-size: 20px;
  display: inline-block;
  content: "\f004";
}

.flex-pauseplay a:hover {
  opacity: 1;
}

.flex-pauseplay a.flex-play:before {
  content: "\f003";
}

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
}

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgb(238, 238, 238);
  cursor: pointer;
  text-indent: -9999px;
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
}

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
  background: #000;
  background: #3584f7;
  width: 20px;
  cursor: default;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.7;
  cursor: pointer;
  -moz-user-select: none;
  transition: all 1s ease;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
div.dataTables_wrapper div.dataTables_info {
  text-align: left;
  font-size: 14px;
  width: 100%;
  height: auto;
  white-space: unset;
}

.dataTables_filter,
.dataTables_length {
  text-align: left !important;
}

.dataTables_filter {
  text-align: right !important;
}

.dataTables_wrapper {
  padding: 15px 0;
}

.form-control-sm {
  border-radius: 50px;
  border: 0;
  background-color: #efefef;
}

.rieltor_info {
  width: 100%;
}

.y_expand_toggle {
  background-color: rgba(255, 44, 57, 0.1215686275);
  font-size: 14px;
  padding: 5px 30px;
  font-weight: 600;
  color: #ff2c39;
  border-radius: 50px;
  float: left;
}

.y_company_info {
  height: 0;
  transition: 1s ease;
  overflow: hidden;
}

.y_company_info.expanded {
  height: auto;
}

.agentlik_list {
  overflow-x: scroll;
  padding: 13px 5px !important;
  display: flex !important;
  width: 100%;
}

.agentlik_list .new_agentlik_box {
  min-width: 170px;
  padding-right: 10px !important;
  float: left;
}

.rieltor_title_and_txt {
  float: right;
}

.btn_see_all {
  position: relative;
  font-size: 14px;
  font-weight: 600;
  padding: 5px 9px;
  border-radius: 8px;
  color: #3584f7;
  background: rgba(0, 102, 255, 0.1490196078);
  width: auto;
}

.home_h_bax_btn {
  font-size: 14px;
  color: #3584f7;
  padding: 5px;
  margin-right: 0;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1490196078);
  border-radius: 50px;
  text-decoration: none;
  font-weight: 500;
  text-align: center;
}
.home_h_bax_btn div {
  width: 24px;
  height: 24px;
  background-color: #3584f7;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.filtered_title {
  height: 120px;
  width: 100%;
  display: flex;
  position: relative;
  flex-flow: column;
  justify-content: center;
  background-color: #f3f3f3;
  /* border-radius: 8px; */
  padding: 20px 30px;
  overflow: hidden;
}

.filtered_title .filtered_city {
  font-weight: 600;
  font-size: 32px;
  color: #243b55;
  z-index: 2;
}

.filtered_title .filtered_type {
  color: #ff2c39;
  font-weight: 400;
  font-size: 18px;
  z-index: 2;
}

.filtered_title_img {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 2px solid white;
}

.filtered_title_img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.sidebar-footer {
  clear: both;
  margin-top: 15px;
}

.sidebar-footer p {
  padding: 8px 15px;
  margin: 0;
  color: #fff;
  font-size: 14px;
}

.sidebar-footer p a {
  color: #3683f7;
  font-weight: bold;
}

.filtered_title:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(to right, rgb(255, 255, 255) 30%, rgba(255, 255, 255, 0));
  z-index: 1;
}

.select-button-group {
  display: flex;
  align-content: center;
  justify-content: space-between;
}

.select-button-group .ms-selectall {
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding-left: 7px;
}

.select-button-group a.close-select {
  text-align: right;
  background: #d1040d;
  color: white;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom-left-radius: 50%;
  font-weight: bold;
  font-size: 14px;
}

.mortage_button {
  padding: 25px 10px;
  -webkit-animation: pulse-primary 1s infinite;
  animation: pulse-primary 1s infinite;
  font-family: inter, sans-serif;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}

@-webkit-keyframes pulse-primary {
  0% {
    box-shadow: 0 0 0 0 rgba(18, 85, 183, 0.75);
  }
  80% {
    box-shadow: 0 0 0 10px rgba(255, 134, 134, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 134, 134, 0);
  }
}
@keyframes pulse-primary {
  0% {
    box-shadow: 0 0 0 0 rgba(18, 85, 183, 0.75);
  }
  80% {
    box-shadow: 0 0 0 10px rgba(255, 134, 134, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 134, 134, 0);
  }
}
@media (max-width: 320px) {
  .elan_in_service_btn {
    height: 100px;
  }
}
.terminal-modal {
  width: 98vw;
  max-height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  outline: none;
  background-color: #fff;
}

.terminal-modal__header {
  padding: 25px 30px;
}

.terminal-modal__header_title {
  font-size: 18px;
  line-height: 1.23;
}

.terminal-modal__header .close-modal {
  background-image: url(//tap.azstatic.com/assets/profiles/close-modal-551dc9973141e039099c764c76c1dbd3d5ea09b2da9730190cdb6667a41025fa.svg);
  display: inline-block;
  top: 30px;
  right: 30px;
  width: 15px;
  height: 15px;
  cursor: pointer;
}

.no-svg .terminal-modal__header .close-modal {
  background-image: url(//tap.azstatic.com/images/profiles/close-modal.png);
}

.terminal-modal__details {
  padding: 20px 30px;
  display: flex;
}

.terminal-modal__details--grid {
  display: grid;
  grid-template-rows: 76px;
  grid-template-columns: repeat(2, 202px);
  -moz-column-gap: 10px;
  column-gap: 10px;
}

.terminal-modal__details--grid .terminal-modal__details_blk:first-child {
  margin-right: 0;
}

.terminal-modal__details_blk:first-child {
  margin-right: 50px;
}

.terminal-modal__details_blk-title {
  margin-bottom: 10px;
}

.terminal-modal__details_blk-value {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.terminal-modal__details_blk-value .terminal-modal__text + .terminal-modal__text {
  margin-left: 25px;
}

.terminal-modal__details_blk--inline .terminal-modal__details_blk-title,
.terminal-modal__details_blk--inline .terminal-modal__details_blk-value {
  display: inline-block;
  vertical-align: middle;
}

.terminal-modal__details_blk--inline .terminal-modal__details_blk-title {
  margin-bottom: 0;
}

.terminal-modal__details_blk--inline .terminal-modal__details_blk-value {
  padding-left: 10px;
}

.terminal-modal__content {
  padding: 20px 30px 0;
}

.terminal-modal__content-title {
  font-size: 16px;
  margin-bottom: 25px;
}

.terminal-modal__content-details {
  margin-top: 25px;
}

.terminal-modal__list-i {
  font-size: 15px;
}

.terminal-modal__list-i ul li:not(:last-child) {
  margin-bottom: 10px;
}

.terminal-modal__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 20px 15px;
}

.terminal-modal__footer_info {
  margin-top: 20px;
}

.terminal-modal__footer_text {
  font-size: 15px;
  margin-left: 15px;
}

.terminal-modal__footer_text--short {
  max-width: 250px;
}

.terminal-modal__footer_btn {
  width: 190px;
  font-weight: 500;
  margin-right: 15px;
}

.terminal-modal__footer_btn:hover {
  background-color: #256ded;
}

.terminal-modal .border-bottom {
  border-bottom: 1px solid #f1f3f7;
}

.terminal-modal__header {
  position: relative;
}

.terminal-modal__header_title {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #212c3a;
}

.terminal-modal__header .close-modal {
  position: absolute;
}

.terminal-modal__text {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #212c3a;
  vertical-align: middle;
}

.terminal-modal__text--grey {
  color: #848d9c;
}

.terminal-modal__text--bold {
  font-weight: bold;
}

.terminal-modal__text--medium {
  font-weight: 500;
}

.terminal-modal__details {
  padding: 15px;
}

.terminal-modal__details_blk-title {
  font-size: 15px;
  line-height: 19px;
}

.terminal-modal__details_blk-value {
  font-size: 16px;
}

.terminal-modal__details_blk-value--phone {
  color: #ff4f08;
}

.terminal-modal__details_blk-value--flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.terminal-modal__content-details {
  font-size: 15px;
  padding: 15px 0;
  border-top: 1px solid #f1f3f7;
  display: flex;
  align-items: center;
}

.terminal-modal__content-details span {
  font-weight: 500;
}

.terminal-modal__content-details::before {
  background-image: url(//tap.azstatic.com/assets/shared/wallet-1832b5445eae5923b30396a0d2002f497b8e07f28da284a9487aa6f047a7b676.svg);
  content: "";
  display: flex;
  min-width: 23px;
  height: 21px;
  background-size: cover;
  margin-right: 15px;
}

.no-svg .terminal-modal__content-details::before {
  background-image: url(//tap.azstatic.com/images/shared/wallet.png);
}

.terminal-modal__list {
  counter-reset: step;
}

.terminal-modal__list-i {
  position: relative;
  padding: 0 0 15px 40px;
  line-height: 20px;
}

.terminal-modal__list-i:last-of-type {
  padding-bottom: 0;
}

.terminal-modal__list-i::before {
  counter-increment: step;
  content: counter(step);
  position: absolute;
  display: inline-block;
  left: 0;
  top: -5px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #848d9c;
  font-size: 14px;
  border-radius: 50%;
  border: 1px solid #f1f3f7;
  background-color: #fff;
  z-index: 1;
  box-sizing: border-box;
}

.terminal-modal__list-i::after {
  content: "";
  position: absolute;
  left: 15px;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #f1f3f7;
}

.terminal-modal__list-i ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 15px;
}

.terminal-modal__list-i ul li {
  display: flex;
  align-items: center;
}

.terminal-modal__list-i ul li .logo--emanat {
  background-image: url(img/payment_systems/emanat.svg);
}

.no-svg .terminal-modal__list-i ul li .logo--emanat {
  background-image: url(img/payment_systems/emanat.png);
}

.terminal-modal__list-i ul li .logo--express {
  background-image: url(img/payment_systems/express.svg);
}

.no-svg .terminal-modal__list-i ul li .logo--express {
  background-image: url(img/payment_systems/express.png);
}

.terminal-modal__list-i ul li .logo--kapital {
  background-image: url(img/payment_systems/kapital.svg);
}

.no-svg .terminal-modal__list-i ul li .logo--kapital {
  background-image: url(img/payment_systems/kapital.png);
}

.terminal-modal__list-i ul li .logo--million {
  background-image: url(img/payment_systems/million.svg);
}

.no-svg .terminal-modal__list-i ul li .logo--million {
  background-image: url(img/payment_systems/million.png);
}

.terminal-modal__list-i ul li .logo--kassam {
  background-image: url(img/payment_systems/kassam.svg);
}

.no-svg .terminal-modal__list-i ul li .logo--kassam {
  background-image: url(img/payment_systems/kassam.png);
}

.terminal-modal__list-i ul li .logo--kespay {
  background-image: url(img/payment_systems/kespay.svg);
}

.no-svg .terminal-modal__list-i ul li .logo--kespay {
  background-image: url(img/payment_systems/kespay.png);
}

.terminal-modal__list-i ul li .logo {
  border: 1px solid #f1f3f7;
  border-radius: 50%;
  min-width: 30px;
  width: 30px;
  height: 30px;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 17px;
  box-sizing: border-box;
}

.terminal-modal__list-i ul li .logo::before {
  content: "";
  position: absolute;
  width: 25px;
  height: 1px;
  left: 15px;
  margin: 15px 0 14px;
  border-bottom: 1px solid #f1f3f7;
  box-sizing: border-box;
}

.terminal-modal__list-i ul li:not(:last-child) {
  margin-bottom: 5px;
}

.terminal-modal__footer {
  background-color: #fbfcff;
}

.terminal-modal__footer_info {
  color: #848d9c;
  font-size: 14px;
  line-height: 1.29;
  background-color: #fff;
  border: solid 1px #dfe3e9;
  padding: 15px;
  border-radius: 5px;
  position: relative;
  display: flex;
  flex-direction: column;
}

.terminal-modal__footer_info::before {
  background-image: url(/icon-info.svg);
  content: "";
  width: 18px;
  height: 18px;
  background-size: cover;
  position: absolute;
  top: -9px;
  left: 15px;
}

.no-svg .terminal-modal__footer_info::before {
  background-image: url(/images/shared/icon-info.png);
}

.terminal-modal__footer_info span:last-child {
  border-top: solid 1px #dfe3e9;
  padding-top: 10px;
  margin-top: 10px;
}

.terminal-modal__footer_btn {
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  border-radius: 7px;
  background-color: #4c88f9;
}

.tabs-bar {
  min-height: 53px;
  gap: 11px;
}
.tabs-bar div {
  width: 20%;
}
.tabs-bar div a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.4rem;
}
.tabs-bar h5 {
  font-size: 0.75rem;
  text-wrap-mode: nowrap;
}
.tabs-bar .bar-plus a {
  box-shadow: none;
  width: 42px;
}
.tabs-bar .bar-plus a::before {
  margin: 0;
}
.tabs-bar .bar-plus h5 {
  min-height: 42.8px;
}
.tabs-bar i {
  font-size: 1.5rem;
}

.home-rating .rating-nav-link {
  padding: 3px 15px;
  line-height: 2.25rem;
  font-size: 1.125rem;
  background-color: #e2e2e2;
  color: #222;
}
.home-rating .rating-nav-link span {
  font-size: 0.75rem;
}
.home-rating .rating-nav-link.active {
  background-color: #c82333;
  color: white;
}
.home-rating .pages {
  background-color: #e2e2e2;
  color: #767676;
  border-radius: 1.5rem;
}
.home-rating .load-more {
  padding: 6px 12px !important;
  transition-duration: 0.3s;
}
.home-rating .load-more:hover {
  text-decoration: none !important;
}
.home-rating ul {
  gap: 1rem;
}
.home-rating ul li button {
  border-radius: 10px;
}
.home-rating .buttons a:hover {
  text-decoration: none !important;
}

.sidebar-rating .load-more:hover {
  text-decoration: none;
}

.sidebar-rating .tab-pane h5 a,
.sidebar-rating .tab-pane span,
.home-rating .tab-pane h5 a,
.home-rating .tab-pane span {
  font-family: Inter, sans-serif;
}

.home-rating .tab-pane span {
  font-size: 14px;
}

.sidebar-rating .tab-pane .row,
.home-rating .tab-pane .row {
  row-gap: 15px;
}
.sidebar-rating .tab-pane .image-box,
.home-rating .tab-pane .image-box {
  width: 48px;
  height: 48px;
}
.sidebar-rating .tab-pane .center_mobile h2::before,
.home-rating .tab-pane .center_mobile h2::before {
  display: none;
}

@media only screen and (min-width: 768px) {
  .sidebar-rating .tab-pane .mx-auto .container,
  .home-rating .tab-pane .mx-auto .container {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
}
.news-card {
  margin-bottom: 30px;
  border-radius: 10px;
  /*background-color: #fafaf9;
  border: 1px solid #e8e8e8;
  height: calc(100% - 35px); 
  transition-duration: 0.3s; 
  /*box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);*/
}
/*.news-card:hover {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  transition-duration: 0.3s;
}*/

.news-img {
  display: flex;
  justify-content: center;
}
.news-img img {
  border-radius: 10px;
  height: 250px;
  width: 100%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.news-head a {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.72px;
  color: #263b55;
  font-weight: 400;
  transition-duration: 0.3s;
}
.news-head a:hover {
  color: black;
  transition-duration: 0.3s;
}

.news-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 17px 11px 17px;
  height: 137px;
  border-radius: 10px;
  /* background-color: #fafaf9; */
}

.news-date {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #343a40;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.96px;
  text-transform: uppercase;
  /* margin-bottom: 12px; */
}

.news-date div {
  display: flex;
  align-items: center;
  gap: 4px;
}

.bigheader {
  font-size: 28px;
  margin-bottom: 24px;
}

.txt.sales p,
.news_content p {
  margin-bottom: 1rem;
}

.home-rating h2::before {
  display: none;
}

.elan_price_new {
  color: #263b55;
  padding-top: 6px;
  padding-bottom: 5px;
  font-weight: 500;
  font-size: 14px;
}

.s_b_code_m_btn i {
  font-size: 20px;
}

.section-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fafafa;
  padding: 0.1rem 1rem;
  margin-block: 1rem;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;
}

#news_section a {
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
#news_section a:hover {
  box-shadow: none;
}
#news_section .home_h_bax {
  border-radius: 100%;
}
#news_section .news-img {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
#news_section .news-img img {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  height: 160px;
}
#news_section .news-card {
  padding-inline: 0;
  margin-bottom: 0;
  height: auto;
}
#news_section .news-card .news-content {
  padding: 10px 8px;
  height: 80px;
}
#news_section .news-card .news-content .news-date {
  margin-bottom: 0;
  height: auto;
}
#news_section .news-card .news-content .news-head a {
  font-size: 14px;
  line-height: normal;
  font-weight: 600;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.wp_status_label_user_edit input {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
}

#faq {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
#faq .accordion {
  border: 1px solid #cfcfcf;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  padding: 25px 30px;
  font: 400 15px/24px Inter, sans-serif;
  letter-spacing: 0.8px;
}
#faq .accordion.active {
  box-shadow: 3px 3px 8px 0 rgba(0, 0, 0, 0.15);
}
#faq .accordion .summary {
  font: 600 16px/20px Inter, sans-serif;
  letter-spacing: 0.8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
#faq .accordion .details {
  -webkit-padding-end: 75px;
  padding-inline-end: 75px;
}
#faq .accordion hr {
  height: 2px;
  background-color: #d9d9d9;
  border: 0;
  margin-top: 12px;
  margin-bottom: 20px;
}
#faq .accordion a {
  color: #d51a20;
}
#faq .accordion a:hover {
  text-decoration: none;
}

#faqForm {
  margin-top: 55px;
  font-family: Inter, sans-serif;
}
#faqForm h1 {
  font: 700 24px/100% Inter, sans-serif;
  letter-spacing: 0.8px;
}
#faqForm hr {
  width: 120px;
  height: 4px;
  background-color: #3585f7;
  border: 0;
  margin-top: 15px;
  margin-bottom: 27px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}
#faqForm section {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
#faqForm section .inputs-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
#faqForm section .inputs-container .input-container {
  width: calc(50% - 15px);
}
#faqForm section .input-container,
#faqForm section .textarea-container {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
#faqForm section label {
  font: 400 16px/100% Inter, sans-serif;
  letter-spacing: 0.8px;
}
#faqForm section input,
#faqForm section textarea {
  border: 1px solid #cfcfcf;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  padding: 19px 12px;
  font: 400 14px/100% Inter, sans-serif;
  letter-spacing: 0.8px;
}
#faqForm section input::-webkit-input-placeholder,
#faqForm section textarea::-webkit-input-placeholder {
  color: #6f6f6f;
}
#faqForm section input::-moz-placeholder,
#faqForm section textarea::-moz-placeholder {
  color: #6f6f6f;
}
#faqForm section input:-ms-input-placeholder,
#faqForm section textarea:-ms-input-placeholder {
  color: #6f6f6f;
}
#faqForm section input::-ms-input-placeholder,
#faqForm section textarea::-ms-input-placeholder {
  color: #6f6f6f;
}

#faqForm section input::-webkit-input-placeholder, #faqForm section textarea::-webkit-input-placeholder {
  color: #6f6f6f;
}

#faqForm section input::-moz-placeholder, #faqForm section textarea::-moz-placeholder {
  color: #6f6f6f;
}

#faqForm section input:-ms-input-placeholder, #faqForm section textarea:-ms-input-placeholder {
  color: #6f6f6f;
}

#faqForm section input::-ms-input-placeholder, #faqForm section textarea::-ms-input-placeholder {
  color: #6f6f6f;
}

#faqForm section input::placeholder,
#faqForm section textarea::placeholder {
  color: #6f6f6f;
}
#faqForm section textarea {
  min-height: 120px;
}
#faqForm section .btn-container {
  display: flex;
  justify-content: flex-end;
}
#faqForm section .btn-container button {
  background-color: #3585f7;
  color: #fff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  font: 600 18px/100% Inter, sans-serif;
  letter-spacing: 0.8px;
  border: none;
  padding: 17px 191px;
}
#apartments {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-inline: 16px;
}
#apartments a {
  text-decoration: none;
}

#apartments p {
	margin-bottom: 0;
}

#apartments .apartment {
  border: 1px solid #cfcfcf;
  border-top-width: 0;
  height: 400px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
#apartments .apartment .image {
  width: 100%;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  height: 250px;
  -o-object-fit: cover;
  object-fit: cover;
}
#apartments .apartment div {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 150px;
}
#apartments .apartment div .title {
  color: #d51a20;
  font: 800 18px/100% Inter, sans-serif;
  letter-spacing: 0.8px;
}
#apartments .apartment div .price {
  color: #cfcfcf;
  display: flex;
  align-items: center;
  gap: 9px;
}
#apartments .apartment div .price strong {
  color: #303030;
  font: 700 18px/100% Poppins, sans-serif;
  letter-spacing: 0.8px;
}
#apartments .apartment div .location {
  font: 400 14px/100% Inter, sans-serif;
  letter-spacing: 0.8px;
  color: #303030;
  display: flex;
  align-items: center;
  gap: 9px;
}

@media (max-width: 992px) {
  #apartments {
    grid-template-columns: repeat(2, 1fr);
  }
  #faqForm section .inputs-container {
    display: flex;
    flex-direction: column;
  }
  #faqForm section .inputs-container .input-container {
    width: 100%;
  }
  #faqForm section .btn-container button {
    width: 100%;
  }
}
@media (max-width: 768px) {
  #apartments {
    grid-template-columns: repeat(1, 1fr);
  }
}

#apartment .apartment-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#apartment .apartment-header .title-container {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
#apartment .apartment-header .title-container h1 {
  font: 800 24px/100% Inter, sans-serif;
  letter-spacing: 0.8px;
  color: #303030;
}
#apartment .apartment-header .title-container hr {
  width: 96px;
  height: 5px;
  background-color: #3585f7;
  border: 0;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}
#apartment .apartment-header .view-container {
  display: flex;
  align-items: center;
  gap: 10px;
}
#apartment .apartment-header .view-container span {
  font: 400 16px/100% Inter, sans-serif;
  letter-spacing: 0.8px;
}
#apartment .apartment-images {
  display: flex;
  justify-content: space-between;
  row-gap: 25px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  margin-bottom: 30px;
  margin-top: 20px;
}
#apartment .apartment-images .main-image {
  width: calc(50% - 10px);
  height: 500px;
}
#apartment .apartment-images .images-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 25px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  width: calc(50% - 10px);
  height: 500px;
}
#apartment .apartment-images .images-container a {
  width: calc(50% - 10px);
  height: 30%;
}
#apartment .apartment-images .images-container a:nth-child(n+7) {
  display: none;
}
#apartment .apartment-images img {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}
#apartment .info-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
#apartment .info-container .content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#apartment .info-container .content .content-head {
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  display: flex;
  align-items: center;
}
#apartment .info-container .content .content-head > div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 18px 25px;
  width: 50%;
}
#apartment .info-container .content .content-head > div:first-child {
  border-right: 1px solid #d9d9d9;
}
#apartment .info-container .content .content-head > div:first-child span {
  font: 700 24px/18px Poppins, sans-serif;
  letter-spacing: 0;
  color: #d51a20;
}
#apartment .info-container .content .content-head > div span {
  font: 500 18px/100% Inter, sans-serif;
  letter-spacing: 0.8px;
  color: #303030;
}
#apartment .info-container .content .content-head > div strong {
  font: 700 18px/100% Poppins, sans-serif;
  letter-spacing: 0;
}
#apartment .info-container .content .text {
  font: 400 16px/30px Inter, sans-serif;
  letter-spacing: 0.8px;
}
#apartment .info-container .info-contact {
  border: 1px solid #cfcfcf;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
#apartment .info-container .info-contact .apartment-infos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
#apartment .info-container .info-contact .apartment-infos .apartment-info {
  padding: 25px 15px;
}
#apartment .info-container .info-contact .apartment-infos .apartment-info:first-child, #apartment .info-container .info-contact .apartment-infos .apartment-info:nth-child(2), #apartment .info-container .info-contact .apartment-infos .apartment-info:nth-child(4), #apartment .info-container .info-contact .apartment-infos .apartment-info:nth-child(5) {
  border-right: 1px solid #cfcfcf;
}
#apartment .info-container .info-contact .apartment-infos .apartment-info:first-child, #apartment .info-container .info-contact .apartment-infos .apartment-info:nth-child(2), #apartment .info-container .info-contact .apartment-infos .apartment-info:nth-child(3) {
  border-bottom: 1px solid #cfcfcf;
}
#apartment .info-container .info-contact .apartment-infos .apartment-info h6 {
  margin-top: 8px;
  margin-bottom: 12px;
  font: 300 14px/100% Inter, sans-serif;
  letter-spacing: 0.8px;
}
#apartment .info-container .info-contact .apartment-infos .apartment-info strong {
  font: 500 16px/100% Inter, sans-serif;
  letter-spacing: 0.8px;
}
#apartment .info-container .info-contact .phones-container {
  background-color: #d51a20;
  padding-block: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
#apartment .info-container .info-contact .phones-container h6 {
  font: 400 16px/22px Inter, sans-serif;
  letter-spacing: 0.8px;
  color: #fff;
}
#apartment .info-container .info-contact .phones-container .phones {
  display: flex;
  align-items: center;
  gap: 10px;
}
#apartment .info-container .info-contact .phones-container .phones div {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
#apartment .info-container .info-contact .phones-container .phones div a {
  text-decoration: none;
  color: #fff;
  font: 600 18px/20px Inter, sans-serif;
  letter-spacing: 0.8px;
}
#apartment .credit-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 50px;
  margin-top: 30px;
}
#apartment .credit-container .credit-header {
  display: flex;
  align-items: center;
  gap: 13px;
}
#apartment .credit-container .credit-header div h3 {
  font: 800 16px/30px Inter, sans-serif;
  letter-spacing: 0.8px;
}
#apartment .credit-container .credit-header div div {
  font: 400 12px/20px Inter, sans-serif;
  letter-spacing: 0.8px;
  color: #6f6f6f;
}
#apartment .credit-container table thead tr th {
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  padding-block: 15px;
  font: 500 16px/30px Inter, sans-serif;
  letter-spacing: 0.8px;
}
#apartment .credit-container table thead tr th:first-child {
  border-left: 1px solid #d9d9d9;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
#apartment .credit-container table thead tr th:last-child {
  border-right: 1px solid #d9d9d9;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
#apartment .credit-container table tbody tr td {
  padding-block: 20px;
  border-bottom: 1px solid #d9d9d9;
  text-align: center;
  font: 700 16px/30px Inter, sans-serif;
  letter-spacing: 0.8px;
}
#apartment .construction-plan {
  display: flex;
  flex-direction: column;
}
#apartment .construction-plan .construction-header {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 30px;
}
#apartment .construction-plan .construction-header h1 {
  font: 800 24px/100% Inter, sans-serif;
  letter-spacing: 0.8px;
  color: #303030;
}
#apartment .construction-plan .construction-header hr {
  width: 96px;
  height: 5px;
  background-color: #3585f7;
  border: 0;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}
#apartment .construction-plan .content {
  font: 400 16px/30px Inter, sans-serif;
  letter-spacing: 0.8px;
  margin-block: 50px;
}
#apartment .construction-plan .location {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
#apartment .construction-plan .location h1 {
  font: 700 20px/24px Inter, sans-serif;
  letter-spacing: 0.8px;
}
#apartment .construction-plan .location iframe {
  height: 500px;
  width: 100%;
  border: 0;
}
#apartment #plans-carousel {
  --f-arrow-pos: 10px;
  --f-arrow-bg: rgba(255, 255, 255, 0.75);
  --f-arrow-hover-bg: rgba(255, 255, 255, 1);
  --f-arrow-color: #333;
  --f-arrow-width: 40px;
  --f-arrow-height: 40px;
  --f-arrow-svg-width: 20px;
  --f-arrow-svg-height: 20px;
  --f-arrow-svg-stroke-width: 2px;
  --f-arrow-border-radius: 50%;
  height: 500px;
}
#apartment #plans-carousel .f-carousel__slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
#apartment #plans-carousel img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
}
#apartment .contact-container {
  margin-top: 70px;
}
#apartment .contact-container h1 {
  font: 700 24px/100% Inter, sans-serif;
  letter-spacing: 0.8px;
}
#apartment .contact-container em {
  font: 300 14px/100% Inter, sans-serif;
  letter-spacing: 0.8px;
  margin-top: 10px;
  margin-bottom: 20px;
  display: inline-block;
  font-style: italic;
}
#apartment .contact-container hr {
  width: 120px;
  height: 4px;
  background-color: #3585f7;
  border: 0;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}
#apartment .contact-container form {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: flex-end;
  gap: 30px;
  margin-top: 27px;
}
#apartment .contact-container form div {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
#apartment .contact-container form div label {
  font: 400 16px/100% Inter, sans-serif;
  letter-spacing: 0.8px;
}
#apartment .contact-container form div input {
  font: 400 14px/100% Inter, sans-serif;
  letter-spacing: 0.8px;
  border: 1px solid #cfcfcf;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  padding: 19px 12px;
}
#apartment .contact-container form button {
  background-color: #d51a20;
  border: 0;
  color: #fff;
  font: 600 16px/100% Inter, sans-serif;
  letter-spacing: 0.8px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  padding-block: 18px;
  height: 57px;
}

@media (max-width: 992px) {
  #apartment .apartment-images {
    flex-direction: column;
  }
  #apartment .apartment-images .main-image,
  #apartment .apartment-images .images-container {
    width: 100%;
  }
  #apartment .info-container {
    grid-template-columns: repeat(1, 1fr);
  }
  #apartment .contact-container form {
    grid-template-columns: repeat(1, 1fr);
  }
}

#apartments #add-apartment {
  background-color: #243b55;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  gap: 16px;
  padding-inline: 15px;
  height: 300px;
}

#apartments #add-apartment:hover {
  background-color: #131f2d;
}

#apartments #add-apartment img {
  width: 150px;
  height: 150px;
}

#apartments #add-apartment p {
  font: 400 20px/30px Inter, sans-serif;
  color: #fff;
  text-align: center;
}

@media (max-width: 1799px) {
	.home_tabs_body_slide ul li:nth-child(n + 5) {
		display: none;
	}
}

.faq-content {
  font: 400 15px/24px Inter, sans-serif;
  letter-spacing: 0.8px;
}

.faq-content a {
  color: #d51a20;
}

.faq-title {
  font: 600 16px/20px Inter, sans-serif;
  letter-spacing: 0.8px;
  text-transform: none;
}

.faq-title::first-letter, .summary div::first-letter {
  text-transform: capitalize;
}

.show_hidden_text {
  background-color: #3585F7;
  color: white;
  padding: 8px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
}

.show_hidden_text:hover {
  background-color: white;
  border: 1px solid #3585F7;
  color: #3585F7;
}