

/* Start:/local/templates/proxysale/css/main.css?1739273260570244*/
:root {
  --main-color: #ffc42a;
  --font-medium: "Conv_Rubik-Medium", -apple-system, system-ui,
    BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --font-regular: "Conv_Rubik-Regular", -apple-system, system-ui,
    BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  scrollbar-color: var(--main-color) #f5f5f5;
  scrollbar-width: thin;
}

html .loader {
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

html .loader .loader_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

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

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

@font-face {
  font-family: "Conv_Rubik-Regular";
  src: url("/local/templates/proxysale/css/../fonts/RubikRegular/Rubik-Regular.eot");
  src: local("☺"),
    url("/local/templates/proxysale/css/../fonts/RubikRegular/Rubik-Regular.woff") format("woff"),
    url("/local/templates/proxysale/css/../fonts/RubikRegular/Rubik-Regular.ttf") format("truetype"),
    url("/local/templates/proxysale/css/../fonts/RubikRegular/Rubik-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Conv_Rubik-Medium";
  src: url("/local/templates/proxysale/css/../fonts/RubikMedium/Rubik-Medium.eot");
  src: local("☺"), url("/local/templates/proxysale/css/../fonts/RubikMedium/Rubik-Medium.woff") format("woff"),
    url("/local/templates/proxysale/css/../fonts/RubikMedium/Rubik-Medium.ttf") format("truetype"),
    url("/local/templates/proxysale/css/../fonts/RubikMedium/Rubik-Medium.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

/*!
 * Bootstrap Grid v4.1.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

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

@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: calc(100% - 60px);
  }
}

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

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

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

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-auto {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.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-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.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-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.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-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.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-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  max-width: 100%;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
}

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

.col-1,
.col-2,
.col-3 {
  max-width: 8.333333%;
  -ms-flex: 0 0 8.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 8.333333%;
}

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

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

.col-4,
.col-5,
.col-6 {
  max-width: 33.333333%;
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 33.333333%;
}

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

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

.col-7,
.col-8,
.col-9 {
  max-width: 58.333333%;
  -ms-flex: 0 0 58.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 58.333333%;
}

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

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

.col-10,
.col-11,
.col-12 {
  max-width: 83.333333%;
  -ms-flex: 0 0 83.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 83.333333%;
}

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

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

.order-first {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  -webkit-box-ordinal-group: 14;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  -webkit-box-ordinal-group: 1;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  -webkit-box-ordinal-group: 3;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  -webkit-box-ordinal-group: 4;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  -webkit-box-ordinal-group: 5;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  -webkit-box-ordinal-group: 6;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  -webkit-box-ordinal-group: 7;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  -webkit-box-ordinal-group: 8;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  -webkit-box-ordinal-group: 9;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  -webkit-box-ordinal-group: 10;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  -webkit-box-ordinal-group: 11;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  -webkit-box-ordinal-group: 12;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  -webkit-box-ordinal-group: 13;
  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 {
    max-width: 100%;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
  }

  .col-sm-auto {
    width: auto;
    max-width: none;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
  }

  .col-sm-1,
  .col-sm-2 {
    max-width: 8.333333%;
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
  }

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

  .col-sm-3,
  .col-sm-4 {
    max-width: 25%;
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
  }

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

  .col-sm-5,
  .col-sm-6 {
    max-width: 41.666667%;
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
  }

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

  .col-sm-7,
  .col-sm-8 {
    max-width: 58.333333%;
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
  }

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

  .col-sm-10,
  .col-sm-9 {
    max-width: 75%;
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
  }

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

  .col-sm-11,
  .col-sm-12 {
    max-width: 91.666667%;
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
  }

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

  .order-sm-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }

  .order-sm-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    order: 13;
  }

  .order-sm-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0;
  }

  .order-sm-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }

  .order-sm-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }

  .order-sm-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3;
  }

  .order-sm-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4;
  }

  .order-sm-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5;
  }

  .order-sm-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6;
  }

  .order-sm-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7;
  }

  .order-sm-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8;
  }

  .order-sm-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9;
  }

  .order-sm-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10;
  }

  .order-sm-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11;
  }

  .order-sm-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    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 {
    max-width: 100%;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
  }

  .col-md-auto {
    width: auto;
    max-width: none;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
  }

  .col-md-1,
  .col-md-2 {
    max-width: 8.333333%;
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
  }

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

  .col-md-3,
  .col-md-4 {
    max-width: 25%;
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
  }

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

  .col-md-5,
  .col-md-6 {
    max-width: 41.666667%;
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
  }

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

  .col-md-7,
  .col-md-8 {
    max-width: 58.333333%;
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
  }

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

  .col-md-10,
  .col-md-9 {
    max-width: 75%;
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
  }

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

  .col-md-11,
  .col-md-12 {
    max-width: 91.666667%;
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
  }

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

  .order-md-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }

  .order-md-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    order: 13;
  }

  .order-md-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0;
  }

  .order-md-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }

  .order-md-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }

  .order-md-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3;
  }

  .order-md-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4;
  }

  .order-md-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5;
  }

  .order-md-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6;
  }

  .order-md-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7;
  }

  .order-md-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8;
  }

  .order-md-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9;
  }

  .order-md-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10;
  }

  .order-md-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11;
  }

  .order-md-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    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 {
    max-width: 100%;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
  }

  .col-lg-auto {
    width: auto;
    max-width: none;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
  }

  .col-lg-1,
  .col-lg-2 {
    max-width: 8.333333%;
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
  }

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

  .col-lg-3,
  .col-lg-4 {
    max-width: 25%;
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
  }

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

  .col-lg-5,
  .col-lg-6 {
    max-width: 41.666667%;
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
  }

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

  .col-lg-7,
  .col-lg-8 {
    max-width: 58.333333%;
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
  }

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

  .col-lg-10,
  .col-lg-9 {
    max-width: 75%;
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
  }

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

  .col-lg-11,
  .col-lg-12 {
    max-width: 91.666667%;
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
  }

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

  .order-lg-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }

  .order-lg-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    order: 13;
  }

  .order-lg-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0;
  }

  .order-lg-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }

  .order-lg-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }

  .order-lg-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3;
  }

  .order-lg-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4;
  }

  .order-lg-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5;
  }

  .order-lg-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6;
  }

  .order-lg-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7;
  }

  .order-lg-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8;
  }

  .order-lg-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9;
  }

  .order-lg-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10;
  }

  .order-lg-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11;
  }

  .order-lg-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    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 {
    max-width: 100%;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
  }

  .col-xl-auto {
    width: auto;
    max-width: none;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
  }

  .col-xl-1,
  .col-xl-2 {
    max-width: 8.333333%;
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
  }

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

  .col-xl-3,
  .col-xl-4 {
    max-width: 25%;
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
  }

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

  .col-xl-5,
  .col-xl-6 {
    max-width: 41.666667%;
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
  }

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

  .col-xl-7,
  .col-xl-8 {
    max-width: 58.333333%;
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
  }

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

  .col-xl-10,
  .col-xl-9 {
    max-width: 75%;
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
  }

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

  .col-xl-11,
  .col-xl-12 {
    max-width: 91.666667%;
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
  }

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

  .order-xl-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }

  .order-xl-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    order: 13;
  }

  .order-xl-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0;
  }

  .order-xl-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }

  .order-xl-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }

  .order-xl-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3;
  }

  .order-xl-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4;
  }

  .order-xl-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5;
  }

  .order-xl-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6;
  }

  .order-xl-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7;
  }

  .order-xl-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8;
  }

  .order-xl-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9;
  }

  .order-xl-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10;
  }

  .order-xl-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11;
  }

  .order-xl-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    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%;
  }
}

.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: -ms-flexbox !important;
  display: -webkit-box !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: -webkit-inline-box !important;
  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: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    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: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }

  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    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: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    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: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    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: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }

  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}

.flex-column,
.flex-row {
  flex-direction: row !important;
  -ms-flex-direction: row !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
}

.flex-column {
  flex-direction: column !important;
  -ms-flex-direction: column !important;
  -webkit-box-orient: vertical !important;
}

.flex-column-reverse,
.flex-row-reverse {
  flex-direction: row-reverse !important;
  -ms-flex-direction: row-reverse !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
  -ms-flex-direction: column-reverse !important;
  -webkit-box-orient: vertical !important;
}

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

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

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

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

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  -webkit-box-flex: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  -webkit-box-flex: 1 !important;
  flex-grow: 1 !important;
}

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

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

.justify-content-start {
  -ms-flex-pack: start !important;
  -webkit-box-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  -webkit-box-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  -webkit-box-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  -webkit-box-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

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

.align-items-end {
  -ms-flex-align: end !important;
  -webkit-box-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  -webkit-box-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  -webkit-box-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-column,
  .flex-sm-row {
    flex-direction: row !important;
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
  }

  .flex-sm-column-reverse,
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
  }

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

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

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

  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important;
  }

  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-column,
  .flex-md-row {
    flex-direction: row !important;
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
  }

  .flex-md-column {
    flex-direction: column !important;
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
  }

  .flex-md-column-reverse,
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
  }

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

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

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

  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-md-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-md-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-md-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important;
  }

  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-column,
  .flex-lg-row {
    flex-direction: row !important;
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
  }

  .flex-lg-column-reverse,
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
  }

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

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

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

  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important;
  }

  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-column,
  .flex-xl-row {
    flex-direction: row !important;
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
  }

  .flex-xl-column-reverse,
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
  }

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

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

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

  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important;
  }

  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

/*!
 * Bootstrap Grid v4.1.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

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

@media (min-width: 1530px) {
  .container {
    max-width: 1500px;
  }
}

@media (min-width: 1630px) {
  .container {
    max-width: 1600px;
  }
}

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

.row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

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

@media (min-width: 1630px) {
  .col,
  .col-1,
  .col-10,
  .col-11,
  .col-12,
  .col-13,
  .col-14,
  .col-15,
  .col-16,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .col-auto {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .col-lg,
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-13,
  .col-lg-14,
  .col-lg-15,
  .col-lg-16,
  .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-auto,
  .col-md,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-13,
  .col-md-14,
  .col-md-15,
  .col-md-16,
  .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-auto,
  .col-sm,
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-13,
  .col-sm-14,
  .col-sm-15,
  .col-sm-16,
  .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-auto,
  .col-xl,
  .col-xl-1,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl-13,
  .col-xl-14,
  .col-xl-15,
  .col-xl-16,
  .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-auto,
  .col-xxl,
  .col-xxl-1,
  .col-xxl-10,
  .col-xxl-11,
  .col-xxl-12,
  .col-xxl-13,
  .col-xxl-14,
  .col-xxl-15,
  .col-xxl-16,
  .col-xxl-2,
  .col-xxl-3,
  .col-xxl-4,
  .col-xxl-5,
  .col-xxl-6,
  .col-xxl-7,
  .col-xxl-8,
  .col-xxl-9 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .col-xxl-auto {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .col {
    max-width: 100%;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
  }

  .col-1,
  .col-auto {
    -webkit-box-flex: 0;
  }

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

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

  .col-2,
  .col-3,
  .col-4 {
    max-width: 12.5%;
    -ms-flex: 0 0 12.5%;
    -webkit-box-flex: 0;
    flex: 0 0 12.5%;
  }

  .col-3,
  .col-4 {
    max-width: 18.75%;
    -ms-flex: 0 0 18.75%;
    flex: 0 0 18.75%;
  }

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

  .col-5,
  .col-6,
  .col-7 {
    max-width: 31.25%;
    -ms-flex: 0 0 31.25%;
    -webkit-box-flex: 0;
    flex: 0 0 31.25%;
  }

  .col-6,
  .col-7 {
    max-width: 37.5%;
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
  }

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

  .col-10,
  .col-8,
  .col-9 {
    max-width: 50%;
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
  }

  .col-10,
  .col-9 {
    max-width: 56.25%;
    -ms-flex: 0 0 56.25%;
    flex: 0 0 56.25%;
  }

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

  .col-11,
  .col-12,
  .col-13 {
    max-width: 68.75%;
    -ms-flex: 0 0 68.75%;
    -webkit-box-flex: 0;
    flex: 0 0 68.75%;
  }

  .col-12,
  .col-13 {
    max-width: 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
  }

  .col-13 {
    max-width: 81.25%;
    -ms-flex: 0 0 81.25%;
    flex: 0 0 81.25%;
  }

  .col-14,
  .col-15,
  .col-16 {
    max-width: 87.5%;
    -ms-flex: 0 0 87.5%;
    -webkit-box-flex: 0;
    flex: 0 0 87.5%;
  }

  .col-15,
  .col-16 {
    max-width: 93.75%;
    -ms-flex: 0 0 93.75%;
    flex: 0 0 93.75%;
  }

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

  .order-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }

  .order-last {
    -ms-flex-order: 17;
    -webkit-box-ordinal-group: 18;
    order: 17;
  }

  .order-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0;
  }

  .order-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }

  .order-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }

  .order-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3;
  }

  .order-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4;
  }

  .order-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5;
  }

  .order-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6;
  }

  .order-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7;
  }

  .order-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8;
  }

  .order-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9;
  }

  .order-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10;
  }

  .order-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11;
  }

  .order-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12;
  }

  .order-13 {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    order: 13;
  }

  .order-14 {
    -ms-flex-order: 14;
    -webkit-box-ordinal-group: 15;
    order: 14;
  }

  .order-15 {
    -ms-flex-order: 15;
    -webkit-box-ordinal-group: 16;
    order: 15;
  }

  .order-16 {
    -ms-flex-order: 16;
    -webkit-box-ordinal-group: 17;
    order: 16;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-13 {
    margin-left: 81.25%;
  }

  .offset-14 {
    margin-left: 87.5%;
  }

  .offset-15 {
    margin-left: 93.75%;
  }

  .col-xxl {
    max-width: 100%;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
  }

  .col-xxl-auto {
    width: auto;
    max-width: none;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
  }

  .col-xxl-1,
  .col-xxl-2 {
    max-width: 6.25%;
    -ms-flex: 0 0 6.25%;
    -webkit-box-flex: 0;
    flex: 0 0 6.25%;
  }

  .col-xxl-2 {
    max-width: 12.5%;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
  }

  .col-xxl-3,
  .col-xxl-4 {
    max-width: 18.75%;
    -ms-flex: 0 0 18.75%;
    -webkit-box-flex: 0;
    flex: 0 0 18.75%;
  }

  .col-xxl-4 {
    max-width: 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }

  .col-xxl-5,
  .col-xxl-6 {
    max-width: 31.25%;
    -ms-flex: 0 0 31.25%;
    -webkit-box-flex: 0;
    flex: 0 0 31.25%;
  }

  .col-xxl-6 {
    max-width: 37.5%;
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
  }

  .col-xxl-7,
  .col-xxl-8 {
    max-width: 43.75%;
    -ms-flex: 0 0 43.75%;
    -webkit-box-flex: 0;
    flex: 0 0 43.75%;
  }

  .col-xxl-8 {
    max-width: 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }

  .col-xxl-10,
  .col-xxl-9 {
    max-width: 56.25%;
    -ms-flex: 0 0 56.25%;
    -webkit-box-flex: 0;
    flex: 0 0 56.25%;
  }

  .col-xxl-10 {
    max-width: 62.5%;
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
  }

  .col-xxl-11,
  .col-xxl-12 {
    max-width: 68.75%;
    -ms-flex: 0 0 68.75%;
    -webkit-box-flex: 0;
    flex: 0 0 68.75%;
  }

  .col-xxl-12 {
    max-width: 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
  }

  .col-xxl-13,
  .col-xxl-14 {
    max-width: 81.25%;
    -ms-flex: 0 0 81.25%;
    -webkit-box-flex: 0;
    flex: 0 0 81.25%;
  }

  .col-xxl-14 {
    max-width: 87.5%;
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
  }

  .col-xxl-15,
  .col-xxl-16 {
    max-width: 93.75%;
    -ms-flex: 0 0 93.75%;
    -webkit-box-flex: 0;
    flex: 0 0 93.75%;
  }

  .col-xxl-16 {
    max-width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .order-xxl-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }

  .order-xxl-last {
    -ms-flex-order: 17;
    -webkit-box-ordinal-group: 18;
    order: 17;
  }

  .order-xxl-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0;
  }

  .order-xxl-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }

  .order-xxl-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }

  .order-xxl-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3;
  }

  .order-xxl-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4;
  }

  .order-xxl-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5;
  }

  .order-xxl-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6;
  }

  .order-xxl-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7;
  }

  .order-xxl-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8;
  }

  .order-xxl-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9;
  }

  .order-xxl-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10;
  }

  .order-xxl-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11;
  }

  .order-xxl-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12;
  }

  .order-xxl-13 {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    order: 13;
  }

  .order-xxl-14 {
    -ms-flex-order: 14;
    -webkit-box-ordinal-group: 15;
    order: 14;
  }

  .order-xxl-15 {
    -ms-flex-order: 15;
    -webkit-box-ordinal-group: 16;
    order: 15;
  }

  .order-xxl-16 {
    -ms-flex-order: 16;
    -webkit-box-ordinal-group: 17;
    order: 16;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 6.25%;
  }

  .offset-xxl-2 {
    margin-left: 12.5%;
  }

  .offset-xxl-3 {
    margin-left: 18.75%;
  }

  .offset-xxl-4 {
    margin-left: 25%;
  }

  .offset-xxl-5 {
    margin-left: 31.25%;
  }

  .offset-xxl-6 {
    margin-left: 37.5%;
  }

  .offset-xxl-7 {
    margin-left: 43.75%;
  }

  .offset-xxl-8 {
    margin-left: 50%;
  }

  .offset-xxl-9 {
    margin-left: 56.25%;
  }

  .offset-xxl-10 {
    margin-left: 62.5%;
  }

  .offset-xxl-11 {
    margin-left: 68.75%;
  }

  .offset-xxl-12 {
    margin-left: 75%;
  }

  .offset-xxl-13 {
    margin-left: 81.25%;
  }

  .offset-xxl-14 {
    margin-left: 87.5%;
  }

  .offset-xxl-15 {
    margin-left: 93.75%;
  }

  .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: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }

  .d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }

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

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

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

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

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

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

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

  .d-xxl-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }

  .d-xxl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    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: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }

  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}

.flex-column,
.flex-row {
  flex-direction: row !important;
  -ms-flex-direction: row !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
}

.flex-column {
  flex-direction: column !important;
  -ms-flex-direction: column !important;
  -webkit-box-orient: vertical !important;
}

.flex-column-reverse,
.flex-row-reverse {
  flex-direction: row-reverse !important;
  -ms-flex-direction: row-reverse !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
  -ms-flex-direction: column-reverse !important;
  -webkit-box-orient: vertical !important;
}

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

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

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

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

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  -webkit-box-flex: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  -webkit-box-flex: 1 !important;
  flex-grow: 1 !important;
}

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

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

.justify-content-start {
  -ms-flex-pack: start !important;
  -webkit-box-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  -webkit-box-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  -webkit-box-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  -webkit-box-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

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

.align-items-end {
  -ms-flex-align: end !important;
  -webkit-box-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  -webkit-box-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  -webkit-box-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 1630px) {
  .flex-xxl-column,
  .flex-xxl-row {
    flex-direction: row !important;
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
  }

  .flex-xxl-column {
    flex-direction: column !important;
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
  }

  .flex-xxl-column-reverse,
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
  }

  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
  }

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

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

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

  .flex-xxl-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
    flex: 1 1 auto !important;
  }

  .flex-xxl-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .justify-content-xxl-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-xxl-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-xxl-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-xxl-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-xxl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-xxl-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-xxl-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-xxl-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important;
  }

  .align-items-xxl-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-xxl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-xxl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-xxl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-xxl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-xxl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-xxl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-xxl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-xxl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-xxl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-xxl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

/*! jQuery UI - v1.12.1 - 2017-08-23
* http://jqueryui.com
* Includes: core.css, datepicker.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */
@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}

@-webkit-keyframes tooltipster-fading {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes tooltipster-rotating {
  25% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }

  75% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
  }

  to {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@-webkit-keyframes tooltipster-scaling {
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes tooltipster-fading {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes tooltipster-rotating {
  25% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }

  75% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
  }

  to {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@keyframes tooltipster-scaling {
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes cd-sequence {
  0% {
    -webkit-transform: translateY(-50%) translateX(-2%);
  }

  to {
    -webkit-transform: translateY(-50%) translateX(-98%);
  }
}

@keyframes cd-sequence {
  0% {
    -webkit-transform: translateY(-50%) translateX(-2%);
    -ms-transform: translateY(-50%) translateX(-2%);
    transform: translateY(-50%) translateX(-2%);
  }

  to {
    -webkit-transform: translateY(-50%) translateX(-98%);
    -ms-transform: translateY(-50%) translateX(-98%);
    transform: translateY(-50%) translateX(-98%);
  }
}

@-webkit-keyframes cd-sequence-reverse {
  0% {
    -webkit-transform: translateY(-50%) translateX(-98%);
  }

  to {
    -webkit-transform: translateY(-50%) translateX(-2%);
  }
}

@keyframes cd-sequence-reverse {
  0% {
    -webkit-transform: translateY(-50%) translateX(-98%);
    -ms-transform: translateY(-50%) translateX(-98%);
    transform: translateY(-50%) translateX(-98%);
  }

  to {
    -webkit-transform: translateY(-50%) translateX(-2%);
    -ms-transform: translateY(-50%) translateX(-2%);
    transform: translateY(-50%) translateX(-2%);
  }
}

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

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@-webkit-keyframes swiper-preloader-spin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes arrow-right {
  0% {
    margin-left: 10px;
  }

  to {
    margin-left: 20px;
  }
}

@keyframes arrow-right {
  0% {
    margin-left: 10px;
  }

  to {
    margin-left: 20px;
  }
}

@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fade {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes fade-bot {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-bot {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes checkColor {
  0% {
    color: #727272;
  }

  to {
    color: var(--main-color);
  }
}

@keyframes checkColor {
  0% {
    color: #727272;
  }

  to {
    color: var(--main-color);
  }
}

@-webkit-keyframes checkColorBack {
  0% {
    color: var(--main-color);
  }

  to {
    color: #727272;
  }
}

@keyframes checkColorBack {
  0% {
    color: var(--main-color);
  }

  to {
    color: #727272;
  }
}

.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.ui-helper-reset {
  font-size: 100%;
  line-height: 1.3;
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  border: 0;
  outline: 0;
}

.ui-helper-clearfix:after,
.ui-helper-clearfix:before {
  display: table;
  border-collapse: collapse;
  content: "";
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

.ui-front {
  z-index: 100;
}

.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

.ui-icon {
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin-top: -0.25em;
  vertical-align: middle;
  text-indent: -99999px;
  background-repeat: no-repeat;
}

.ui-widget-icon-block {
  left: 50%;
  display: block;
  margin-left: -8px;
}

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-datepicker {
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}

.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
  position: absolute;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-next-hover,
.ui-datepicker .ui-datepicker-prev-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  margin-top: -8px;
  margin-left: -8px;
}

.ui-datepicker .ui-datepicker-title {
  line-height: 1.8em;
  margin: 0 2.3em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  margin: 0 0 0.4em;
  border-collapse: collapse;
}

.ui-datepicker th {
  font-weight: 700;
  text-align: center;
  border: 0;
  padding: 0.4em 0.3em;
}

.ui-datepicker td {
  padding: 1px;
  border: 0;
}

.ui-datepicker td a,
.ui-datepicker td span {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  margin: 0.7em 0 0;
  padding: 0 0.2em;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
  background-image: none;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  overflow: visible;
  width: auto;
  margin: 0.5em 0.2em 0.4em;
  padding: 0.2em 0.6em 0.3em;
  cursor: pointer;
}

.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-multi .ui-datepicker-group,
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  font-size: 0;
  clear: both;
  width: 100%;
}

.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  right: auto;
  left: 2px;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  right: auto;
  left: 1px;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

.ui-datepicker .ui-icon {
  top: 0.3em;
  left: 0.5em;
  display: block;
  overflow: hidden;
  text-indent: -99999px;
  background-repeat: no-repeat;
}

.ui-tooltip {
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  padding: 8px;
}

body .ui-tooltip {
  border-width: 2px;
}

.ui-widget,
.ui-widget button,
.ui-widget input,
.ui-widget select,
.ui-widget textarea {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}

.ui-widget-content {
  color: #333;
  border: 1px solid #ddd;
  background: #fff;
}

.ui-widget-content a,
.ui-widget-header a {
  color: #333;
}

.ui-widget-header {
  font-weight: 700;
  color: #333;
  border: 1px solid #ddd;
  background: #e9e9e9;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  font-weight: 400;
  color: #454545;
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
}

.ui-button {
  font-weight: 400;
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
}

html .ui-button.ui-state-disabled:active,
html .ui-button.ui-state-disabled:hover {
  font-weight: 400;
  color: #454545;
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
}

.ui-button,
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button {
  text-decoration: none;
  color: #454545;
}

.ui-button:focus,
.ui-button:hover,
.ui-state-focus,
.ui-state-hover,
.ui-widget-content .ui-state-focus,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-focus,
.ui-widget-header .ui-state-hover {
  font-weight: 400;
  color: #2b2b2b;
  border: 1px solid #ccc;
  background: #ededed;
}

.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
a.ui-button:focus,
a.ui-button:hover {
  text-decoration: none;
  color: #2b2b2b;
}

.ui-visual-focus {
  -webkit-box-shadow: 0 0 3px 1px #5e9ed6;
  box-shadow: 0 0 3px 1px #5e9ed6;
}

.ui-button.ui-state-active:hover,
.ui-button:active,
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active {
  font-weight: 400;
  color: #fff;
  border: 1px solid #003eff;
  background: #007fff;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #fff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  text-decoration: none;
  color: #fff;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  color: #777620;
  border: 1px solid #dad55e;
  background: #fffa90;
}

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  color: #5f3f3f;
  border: 1px solid #f1a899;
  background: #fddfdf;
}

.ui-state-error a,
.ui-state-error-text,
.ui-widget-content .ui-state-error a,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error a,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: 700;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  font-weight: 400;
  opacity: 0.7;
  filter: Alpha(Opacity=70);
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  background-image: none;
  filter: Alpha(Opacity=35);
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
}

.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon,
.ui-widget-header .ui-icon {
  background-image: url(/local/templates/proxysale/css/images/ui-icons_444444_256x240.png);
}

.ui-button:focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-state-hover .ui-icon {
  background-image: url(/local/templates/proxysale/css/images/ui-icons_555555_256x240.png);
}

.ui-button:active .ui-icon,
.ui-state-active .ui-icon {
  background-image: url(/local/templates/proxysale/css/images/ui-icons_ffffff_256x240.png);
}

.ui-button .ui-state-highlight.ui-icon,
.ui-state-highlight .ui-icon {
  background-image: url(/local/templates/proxysale/css/images/ui-icons_777620_256x240.png);
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url(/local/templates/proxysale/css/images/ui-icons_cc0000_256x240.png);
}

.ui-button .ui-icon {
  background-image: url(/local/templates/proxysale/css/images/ui-icons_777777_256x240.png);
}

.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-caret-1-n {
  background-position: 0 0;
}

.ui-icon-caret-1-ne {
  background-position: -16px 0;
}

.ui-icon-caret-1-e {
  background-position: -32px 0;
}

.ui-icon-caret-1-se {
  background-position: -48px 0;
}

.ui-icon-caret-1-s {
  background-position: -65px 0;
}

.ui-icon-caret-1-sw {
  background-position: -80px 0;
}

.ui-icon-caret-1-w {
  background-position: -96px 0;
}

.ui-icon-caret-1-nw {
  background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-first,
.ui-icon-seek-start {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

.ui-corner-all,
.ui-corner-left,
.ui-corner-tl,
.ui-corner-top {
  border-top-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-right,
.ui-corner-top,
.ui-corner-tr {
  border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bl,
.ui-corner-bottom,
.ui-corner-left {
  border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-br,
.ui-corner-right {
  border-bottom-right-radius: 3px;
}

.ui-widget-overlay {
  opacity: 0.3;
  background: #aaa;
  filter: Alpha(Opacity=30);
}

.ui-widget-shadow {
  -webkit-box-shadow: 0 0 5px #666;
  box-shadow: 0 0 5px #666;
}

@font-face {
  font-family: RobotoRegular;
  font-weight: 400;
  font-style: normal;
  src: url(/local/templates/proxysale/css/../fonts/RobotoRegular/RobotoRegular.eot);
  src: url(/local/templates/proxysale/css/../fonts/RobotoRegular/RobotoRegular.eot?#iefix)
      format("embedded-opentype"),
    url(/local/templates/proxysale/css/../fonts/RobotoRegular/RobotoRegular.woff) format("woff"),
    url(/local/templates/proxysale/css/../fonts/RobotoRegular/RobotoRegular.ttf) format("truetype");
}

@font-face {
  font-family: NeoSansPro-Bold;
  font-weight: 400;
  font-style: normal;
  src: url(/local/templates/proxysale/css/../fonts/NeoSansPro-Bold/NeoSansPro-Bold.eot);
  src: url(/local/templates/proxysale/css/../fonts/NeoSansPro-Bold/NeoSansPro-Bold.eot?#iefix)
      format("embedded-opentype"),
    url(/local/templates/proxysale/css/../fonts/NeoSansPro-Bold/NeoSansPro-Bold.woff) format("woff"),
    url(/local/templates/proxysale/css/../fonts/NeoSansPro-Bold/NeoSansPro-Bold.ttf) format("truetype");
}

@font-face {
  font-family: NeoSansPro-Light;
  font-weight: 400;
  font-style: normal;
  src: url(/local/templates/proxysale/css/../fonts/NeoSansPro-Light/NeoSansPro-Light.eot);
  src: url(/local/templates/proxysale/css/../fonts/NeoSansPro-Light/NeoSansPro-Light.eot?#iefix)
      format("embedded-opentype"),
    url(/local/templates/proxysale/css/../fonts/NeoSansPro-Light/NeoSansPro-Light.woff) format("woff"),
    url(/local/templates/proxysale/css/../fonts/NeoSansPro-Light/NeoSansPro-Light.ttf) format("truetype");
}

@font-face {
  font-family: NeoSansPro-Medium;
  font-weight: 400;
  font-style: normal;
  src: url(/local/templates/proxysale/css/../fonts/NeoSansPro-Medium/NeoSansPro-Medium.eot);
  src: url(/local/templates/proxysale/css/../fonts/NeoSansPro-Medium/NeoSansPro-Medium.eot?#iefix)
      format("embedded-opentype"),
    url(/local/templates/proxysale/css/../fonts/NeoSansPro-Medium/NeoSansPro-Medium.woff) format("woff"),
    url(/local/templates/proxysale/css/../fonts/NeoSansPro-Medium/NeoSansPro-Medium.ttf) format("truetype");
}

@font-face {
  font-family: NeoSansPro-Regular;
  font-weight: 400;
  font-style: normal;
  src: url(/local/templates/proxysale/css/../fonts/NeoSansPro-Regular/NeoSansPro-Regular.eot);
  src: url(/local/templates/proxysale/css/../fonts/NeoSansPro-Regular/NeoSansPro-Regular.eot?#iefix)
      format("embedded-opentype"),
    url(/local/templates/proxysale/css/../fonts/NeoSansPro-Regular/NeoSansPro-Regular.woff) format("woff"),
    url(/local/templates/proxysale/css/../fonts/NeoSansPro-Regular/NeoSansPro-Regular.ttf) format("truetype");
}

@font-face {
  font-family: NeoSansCyr-Regular;
  font-weight: 400;
  font-style: normal;
  src: url(/local/templates/proxysale/css/../fonts/NeoSansCyr-Regular/NeoSansCyr-Regular.eot);
  src: url(/local/templates/proxysale/css/../fonts/NeoSansCyr-Regular/NeoSansCyr-Regular.eot?#iefix)
      format("embedded-opentype"),
    url(/local/templates/proxysale/css/../fonts/NeoSansCyr-Regular/NeoSansCyr-Regular.woff) format("woff"),
    url(/local/templates/proxysale/css/../fonts/NeoSansCyr-Regular/NeoSansCyr-Regular.ttf) format("truetype");
}

@font-face {
  font-family: RobotoRegular;
  font-weight: 400;
  font-style: normal;
  src: url(/local/templates/proxysale/css/../fonts/RobotoRegular/RobotoRegular.eot);
  src: url(/local/templates/proxysale/css/../fonts/RobotoRegular/RobotoRegular.eot?#iefix)
      format("embedded-opentype"),
    url(/local/templates/proxysale/css/../fonts/RobotoRegular/RobotoRegular.woff) format("woff"),
    url(/local/templates/proxysale/css/../fonts/RobotoRegular/RobotoRegular.ttf) format("truetype");
}

@font-face {
  font-family: NeoSansPro-Bold;
  font-weight: 400;
  font-style: normal;
  src: url(/local/templates/proxysale/css/../fonts/NeoSansPro-Bold/NeoSansPro-Bold.eot);
  src: url(/local/templates/proxysale/css/../fonts/NeoSansPro-Bold/NeoSansPro-Bold.eot?#iefix)
      format("embedded-opentype"),
    url(/local/templates/proxysale/css/../fonts/NeoSansPro-Bold/NeoSansPro-Bold.woff) format("woff"),
    url(/local/templates/proxysale/css/../fonts/NeoSansPro-Bold/NeoSansPro-Bold.ttf) format("truetype");
}

@font-face {
  font-family: NeoSansPro-Light;
  font-weight: 400;
  font-style: normal;
  src: url(/local/templates/proxysale/css/../fonts/NeoSansPro-Light/NeoSansPro-Light.eot);
  src: url(/local/templates/proxysale/css/../fonts/NeoSansPro-Light/NeoSansPro-Light.eot?#iefix)
      format("embedded-opentype"),
    url(/local/templates/proxysale/css/../fonts/NeoSansPro-Light/NeoSansPro-Light.woff) format("woff"),
    url(/local/templates/proxysale/css/../fonts/NeoSansPro-Light/NeoSansPro-Light.ttf) format("truetype");
}

@font-face {
  font-family: NeoSansPro-Medium;
  font-weight: 400;
  font-style: normal;
  src: url(/local/templates/proxysale/css/../fonts/NeoSansPro-Medium/NeoSansPro-Medium.eot);
  src: url(/local/templates/proxysale/css/../fonts/NeoSansPro-Medium/NeoSansPro-Medium.eot?#iefix)
      format("embedded-opentype"),
    url(/local/templates/proxysale/css/../fonts/NeoSansPro-Medium/NeoSansPro-Medium.woff) format("woff"),
    url(/local/templates/proxysale/css/../fonts/NeoSansPro-Medium/NeoSansPro-Medium.ttf) format("truetype");
}

@font-face {
  font-family: NeoSansPro-Regular;
  font-weight: 400;
  font-style: normal;
  src: url(/local/templates/proxysale/css/../fonts/NeoSansPro-Regular/NeoSansPro-Regular.eot);
  src: url(/local/templates/proxysale/css/../fonts/NeoSansPro-Regular/NeoSansPro-Regular.eot?#iefix)
      format("embedded-opentype"),
    url(/local/templates/proxysale/css/../fonts/NeoSansPro-Regular/NeoSansPro-Regular.woff) format("woff"),
    url(/local/templates/proxysale/css/../fonts/NeoSansPro-Regular/NeoSansPro-Regular.ttf) format("truetype");
}

@font-face {
  font-family: NeoSansCyr-Regular;
  font-weight: 400;
  font-style: normal;
  src: url(/local/templates/proxysale/css/../fonts/NeoSansCyr-Regular/NeoSansCyr-Regular.eot);
  src: url(/local/templates/proxysale/css/../fonts/NeoSansCyr-Regular/NeoSansCyr-Regular.eot?#iefix)
      format("embedded-opentype"),
    url(/local/templates/proxysale/css/../fonts/NeoSansCyr-Regular/NeoSansCyr-Regular.woff) format("woff"),
    url(/local/templates/proxysale/css/../fonts/NeoSansCyr-Regular/NeoSansCyr-Regular.ttf) format("truetype");
}

.main-btn {
  margin: 0;
}

.main-btn,
.white-popup input[type="submit"] {
  font-family: var(--font-regular);
  font-size: 16px;
  line-height: 1.6;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 270px;
  height: 56px;
  padding: 0 5px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  color: #212121;
  border: 1px solid var(--main-color);
  border-radius: 12px;
  background-color: var(--main-color);
  /*-webkit-box-shadow:0 1px 15.2px 3.8px rgba(33,33,33,.17);box-shadow:0 1px 15.2px 3.8px rgba(33,33,33,.17);*/
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-btn.personal-area-btn,
.white-popup input[type="submit"].personal-area-btn {
  height: 44px;
  border-radius: 5px;
}

.main-btn.personal-area-order-btn,
.white-popup input[type="submit"].personal-area-order-btn {
  height: 30px;
  border-radius: 20px;
}

.main-btn.main-btn_gray,
.white-popup input[type="submit"].main-btn_gray {
  border: 1px solid #d9d9d9;
  background-color: #d9d9d9;
}

.main-btn.main-btn_less-height,
.white-popup input[type="submit"].main-btn_less-height {
  height: 46px;
}

.main-btn.main-btn_white,
.white-popup input[type="submit"].main-btn_white {
  border: 1px solid #212121;
  background-color: #fff;
}

.main-btn.main-btn_black,
.white-popup input[type="submit"].main-btn_black {
  color: #fff;
  border: 1px solid #212121;
  background-color: #212121;
}

.main-btn.main-btn_black:active,
.main-btn.main-btn_black:hover,
.white-popup input[type="submit"].main-btn_black:active,
.white-popup input[type="submit"].main-btn_black:hover {
  color: #fff;
  border: 1px solid var(--main-color);
  background-color: var(--main-color);
}

.main-btn.main-btn_black:focus,
.white-popup input[type="submit"].main-btn_black:focus {
  color: #fff;
  border: 1px solid var(--main-color);
  background-color: var(--main-color);
}

.main-btn.main-btn_white-main,
.white-popup input[type="submit"].main-btn_white-main {
  border: 1px solid #212121;
  background-color: #fff;
}

.main-btn.main-btn_white-main:active,
.main-btn.main-btn_white-main:hover,
.white-popup input[type="submit"].main-btn_white-main:active,
.white-popup input[type="submit"].main-btn_white-main:hover {
  color: #212121;
  border: 1px solid var(--main-color);
  background-color: var(--main-color);
}

.main-btn.main-btn_white-main:focus,
.white-popup input[type="submit"].main-btn_white-main:focus {
  color: #212121;
  border: 1px solid var(--main-color);
  background-color: var(--main-color);
}

.main-btn:active,
.main-btn:hover,
.white-popup input[type="submit"]:active,
.white-popup input[type="submit"]:hover {
  text-decoration: none;
  outline: 0;
  background-color: #ffd35f;
}

.main-btn:focus {
  outline: 0;
}

.main-btn:focus,
.white-popup input[type="submit"]:focus {
  text-decoration: none;
  color: #fff;
  border: 1px solid #212121;
  background-color: #212121;
}

button.main-btn {
  display: inline-block;
}

.main-input {
  font-size: 16px;
  width: 100%;
  height: 44px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-indent: 0;
  color: #212121;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  background-color: transparent;
}

.main-input.main-input_lower {
  height: 40px;
}

/*.main-input.main-input_higher{height:56px}*/
.main-input.main-input_textarea {
  overflow: hidden;
  min-height: 160px;
  padding-top: 15px;
  resize: none;
  white-space: nowrap;
}

.main-input:hover {
  outline: 0;
}

.main-input:active,
.main-input:focus {
  border: 1px solid var(--main-color);
  outline: 0;
}

.main-input::-webkit-input-placeholder {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  color: #212121;
}

.main-input:-moz-placeholder,
.main-input::-moz-placeholder {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  color: #212121;
}

.main-input:-ms-input-placeholder {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  color: #212121;
}

.main-input:focus::-webkit-input-placeholder {
  text-indent: 102%;
  color: #212121;
  opacity: 0;
}

.main-input:focus:-moz-placeholder,
.main-input:focus::-moz-placeholder {
  text-indent: 102%;
  color: #212121;
  opacity: 0;
}

.main-input:focus:-ms-input-placeholder {
  text-indent: 102%;
  color: #212121;
  opacity: 0;
}
.tabs-item-btn {
  font-size: 20px;
  padding: 5px 20px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  border: 0;
  border-bottom: 1px solid #e8e8e8;
  background-color: transparent;
}

.tabs-item-btn.category {
  width: 170px;
  height: 61px;
  margin-right: 15px;
  margin-bottom: 20px;
  margin-left: 15px;
  padding: 0;
  border: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 8px rgba(33, 33, 33, 0.14);
  box-shadow: 0 5px 8px rgba(33, 33, 33, 0.14);
}

.tabs-item-btn.category.long {
  width: 270px;
}

.tabs-item-btn.category.active {
  border-bottom: none;
  -webkit-box-shadow: 0 5px 8px rgba(33, 33, 33, 0.14),
    inset 0 4px 0 var(--main-color);
  box-shadow: 0 5px 8px rgba(33, 33, 33, 0.14), inset 0 4px 0 var(--main-color);
}

.tabs-item-btn.category:hover {
  -webkit-box-shadow: 0 8px 8px rgba(33, 33, 33, 0.14),
    inset 0 4px 0 var(--main-color);
  box-shadow: 0 8px 8px rgba(33, 33, 33, 0.14), inset 0 4px 0 var(--main-color);
}

.tabs-item-btn.active {
  border: 0;
  border-bottom: 2px solid var(--main-color);
}

.tabs-item-btn:active,
.tabs-item-btn:hover {
  text-decoration: none;
  outline: 0;
}

.tabs-item-btn:focus {
  text-decoration: none;
  outline: 0;
}

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

.mfp-bg {
  position: fixed;
  z-index: 1042;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  background: #0b0b0b;
}

.white-popup {
  background: #fff;
}

.mfp-container,
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  /* overflow: auto; */
  height: 100%;
}

.mfp-wrap {
  z-index: 1043;
  outline: 0 !important;
  -webkit-backface-visibility: hidden;
  position: fixed;
}

.mfp-container {
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 8px;
  text-align: center;
}

.mfp-container:before,
.mfp-content {
  display: inline-block;
  vertical-align: middle;
}

.mfp-container:before {
  height: 100%;
  content: "";
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  z-index: 1045;
  margin: 0 auto;
  text-align: left;
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
  padding: 30px 0;
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure,
.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  position: absolute;
  z-index: 1044;
  top: 50%;
  right: 8px;
  left: 8px;
  width: auto;
  margin-top: -0.8em;
  text-align: center;
  color: #ccc;
}

.mfp-preloader a {
  color: #ccc;
}

.mfp-preloader a:hover {
  color: #fff;
}

button.mfp-arrow,
button.mfp-close {
  z-index: 1046;
  display: block;
  overflow: visible;
  padding: 0;
  cursor: pointer;
  border: 0;
  outline: 0;
  background: 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close:focus,
.mfp-close:hover {
  opacity: 1;
}

.mfp-close:active {
  opacity: 1;
}

.mfp-image-holder .mfp-close {
  top: 25px;
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
  position: absolute;
  right: 25px;
  display: block;
  width: 35px;
  height: 36px;
}

.mfp-counter {
  font-size: 12px;
  line-height: 18px;
  position: absolute;
  top: 0;
  right: 0;
  white-space: nowrap;
  color: #ccc;
}

.mfp-arrow {
  position: absolute;
  top: 50%;
  width: 90px;
  height: 110px;
  margin: -55px 0 0;
  padding: 0;
  opacity: 0.65;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:focus,
.mfp-arrow:hover {
  opacity: 1;
}

.mfp-arrow:after,
.mfp-arrow:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  margin-top: 35px;
  margin-left: 35px;
  content: "";
  border: medium inset transparent;
}

.mfp-arrow:after {
  top: 8px;
  border-top-width: 13px;
  border-bottom-width: 13px;
}

.mfp-arrow:before {
  opacity: 0.7;
  border-top-width: 21px;
  border-bottom-width: 21px;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  margin-left: 31px;
  border-right: 17px solid #fff;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  margin-left: 39px;
  border-left: 17px solid #fff;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.mfp-figure:after,
img.mfp-img {
  display: block;
  width: auto;
  height: auto;
}

img.mfp-img {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 40px 0;
}

.mfp-figure,
img.mfp-img {
  line-height: 0;
}

.mfp-figure:after {
  position: absolute;
  z-index: -1;
  top: 40px;
  right: 0;
  bottom: 40px;
  left: 0;
  content: "";
  background: #444;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.mfp-figure small {
  font-size: 12px;
  line-height: 14px;
  display: block;
  color: #bdbdbd;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  margin-top: -36px;
  cursor: auto;
}

.mfp-title {
  line-height: 18px;
  padding-right: 36px;
  text-align: left;
  word-wrap: break-word;
  color: #f3f3f3;
}

.mfp-image-holder .mfp-content,
img.mfp-img {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
  screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-right: 0;
    padding-left: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    position: fixed;
    top: auto;
    bottom: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 3px 5px;
    background: rgba(0, 0, 0, 0.6);
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    top: 3px;
    right: 5px;
  }

  .mfp-img-mobile .mfp-close {
    line-height: 35px;
    position: fixed;
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    padding: 0;
    text-align: center;
    background: rgba(0, 0, 0, 0.6);
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-right: 6px;
    padding-left: 6px;
  }
}

.mfp-zoom-in .mfp-with-anim {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}

.mfp-zoom-in.mfp-bg {
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 0;
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-newspaper .mfp-with-anim {
  -webkit-transform: scale(0) rotate(500deg);
  -ms-transform: scale(0) rotate(500deg);
  transform: scale(0) rotate(500deg);
}

.mfp-newspaper .mfp-with-anim,
.mfp-newspaper.mfp-bg {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
}

.mfp-newspaper.mfp-ready .mfp-with-anim {
  -webkit-transform: scale(1) rotate(0);
  -ms-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0);
  opacity: 1;
}

.mfp-newspaper.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-newspaper.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(0) rotate(500deg);
  -ms-transform: scale(0) rotate(500deg);
  transform: scale(0) rotate(500deg);
  opacity: 0;
}

.mfp-newspaper.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-move-horizontal .mfp-with-anim {
  -webkit-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  transform: translateX(-50px);
}

.mfp-move-horizontal .mfp-with-anim,
.mfp-move-horizontal.mfp-bg {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}

.mfp-move-horizontal.mfp-ready .mfp-with-anim {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

.mfp-move-horizontal.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-move-horizontal.mfp-removing .mfp-with-anim {
  -webkit-transform: translateX(50px);
  -ms-transform: translateX(50px);
  transform: translateX(50px);
  opacity: 0;
}

.mfp-move-horizontal.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-move-from-top .mfp-content {
  vertical-align: top;
}

.mfp-move-from-top .mfp-with-anim {
  -webkit-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  transform: translateY(-100px);
}

.mfp-move-from-top .mfp-with-anim,
.mfp-move-from-top.mfp-bg {
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 0;
}

.mfp-move-from-top.mfp-ready .mfp-with-anim {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.mfp-move-from-top.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-move-from-top.mfp-removing .mfp-with-anim {
  -webkit-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
  opacity: 0;
}

.mfp-move-from-top.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-3d-unfold .mfp-content {
  -webkit-perspective: 2000px;
  perspective: 2000px;
}

.mfp-3d-unfold .mfp-with-anim {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: rotateY(-60deg);
  transform: rotateY(-60deg);
  opacity: 0;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.mfp-3d-unfold.mfp-bg {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
}

.mfp-3d-unfold.mfp-ready .mfp-with-anim {
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
  opacity: 1;
}

.mfp-3d-unfold.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-3d-unfold.mfp-removing .mfp-with-anim {
  -webkit-transform: rotateY(60deg);
  transform: rotateY(60deg);
  opacity: 0;
}

.mfp-3d-unfold.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-zoom-out .mfp-with-anim {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  opacity: 0;
}

.mfp-zoom-out.mfp-bg {
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 0;
}

.mfp-zoom-out.mfp-ready .mfp-with-anim {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.mfp-zoom-out.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-zoom-out.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  opacity: 0;
}

.mfp-zoom-out.mfp-removing.mfp-bg {
  opacity: 0;
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.mfp-with-fade .mfp-content,
.mfp-with-fade.mfp-bg {
  -webkit-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
  opacity: 0;
}

.mfp-with-fade.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-with-fade.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-fade.mfp-removing.mfp-bg {
  opacity: 0;
}

.tooltipster-follower .tooltipster-box {
  border: 2px solid #000;
  border-radius: 4px;
  background: #565656;
}

.tooltipster-follower .tooltipster-content {
  line-height: 18px;
  padding: 6px 14px;
  color: #fff;
}

.tooltipster-follower.tooltipster-borderless .tooltipster-box {
  border: 0;
  background: #1b1b1b;
  background: rgba(10, 10, 10, 0.9);
}

.tooltipster-follower.tooltipster-light .tooltipster-box {
  border: 1px solid #ccc;
  border-radius: 3px;
  background: #ededed;
}

.tooltipster-follower.tooltipster-light .tooltipster-content {
  color: #666;
}

.tooltipster-follower.tooltipster-noir .tooltipster-box {
  border: 3px solid #000;
  border-radius: 0;
  background: #fff;
}

.tooltipster-follower.tooltipster-noir .tooltipster-content {
  color: #000;
}

.tooltipster-follower.tooltipster-punk .tooltipster-box {
  border: 0;
  border-bottom: 3px solid #f71169;
  border-radius: 5px;
  background: #2a2a2a;
}

.tooltipster-follower.tooltipster-shadow .tooltipster-box {
  border: 0;
  border-radius: 5px;
  background: #fff;
  -webkit-box-shadow: 0 0 10px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 6px rgba(0, 0, 0, 0.1);
}

.tooltipster-follower.tooltipster-shadow .tooltipster-content {
  color: #8d8d8d;
}

.tooltipster-sidetip .tooltipster-box {
  border: 2px solid #000;
  border-radius: 4px;
  background: #565656;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
  margin-top: 8px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-box {
  margin-right: 8px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-box {
  margin-left: 8px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-box {
  margin-bottom: 8px;
}

.tooltipster-sidetip .tooltipster-content {
  line-height: 18px;
  padding: 6px 14px;
  color: #fff;
}

.tooltipster-sidetip .tooltipster-arrow {
  position: absolute;
  overflow: hidden;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
  top: 0;
  width: 20px;
  height: 10px;
  margin-left: -10px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
  top: 0;
  right: 0;
  width: 10px;
  height: 20px;
  margin-top: -10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
  top: 0;
  left: 0;
  width: 10px;
  height: 20px;
  margin-top: -10px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
  bottom: 0;
  width: 20px;
  height: 10px;
  margin-left: -10px;
}

.tooltipster-sidetip .tooltipster-arrow-background,
.tooltipster-sidetip .tooltipster-arrow-border {
  position: absolute;
  width: 0;
  height: 0;
}

.tooltipster-sidetip .tooltipster-arrow-background {
  border: 10px solid transparent;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
  top: 3px;
  left: 0;
  border-bottom-color: #565656;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
  top: 0;
  left: -3px;
  border-left-color: #565656;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
  top: 0;
  left: 3px;
  border-right-color: #565656;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
  top: -3px;
  left: 0;
  border-top-color: #565656;
}

.tooltipster-sidetip .tooltipster-arrow-border {
  top: 0;
  left: 0;
  border: 10px solid transparent;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: #000;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
  border-left-color: #000;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
  border-right-color: #000;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
  border-top-color: #000;
}

.tooltipster-sidetip .tooltipster-arrow-uncropped {
  position: relative;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
  top: -10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
  left: -10px;
}

.tooltipster-fall,
.tooltipster-grow.tooltipster-show {
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-base {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  pointer-events: none;
}

.tooltipster-box {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.tooltipster-content {
  overflow: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  max-height: 100%;
}

.tooltipster-ruler {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  visibility: hidden;
  overflow: hidden;
}

.tooltipster-fade {
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  opacity: 0;
}

.tooltipster-fade.tooltipster-show {
  opacity: 1;
}

.tooltipster-grow,
.tooltipster-swing {
  -webkit-transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.tooltipster-grow {
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-backface-visibility: hidden;
}

.tooltipster-grow.tooltipster-show {
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

.tooltipster-swing {
  -webkit-transform: rotateZ(4deg);
  -ms-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  opacity: 0;
}

.tooltipster-swing.tooltipster-show {
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -o-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -webkit-transform: rotateZ(0);
  -ms-transform: rotateZ(0);
  transform: rotateZ(0);
  opacity: 1;
}

.tooltipster-fall,
.tooltipster-slide {
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -webkit-transition-property: top;
  -o-transition-property: top;
  transition-property: top;
}

.tooltipster-fall.tooltipster-initial {
  top: 0 !important;
}

.tooltipster-fall.tooltipster-dying {
  top: 0 !important;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  opacity: 0;
}

.tooltipster-slide {
  -webkit-transition-property: left;
  -o-transition-property: left;
  transition-property: left;
}

.tooltipster-slide.tooltipster-initial {
  left: -40px !important;
}

.tooltipster-slide.tooltipster-dying {
  left: 0 !important;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  opacity: 0;
}

.tooltipster-update-fade {
  -webkit-animation: tooltipster-fading 0.4s;
  animation: tooltipster-fading 0.4s;
}

.tooltipster-update-rotate {
  -webkit-animation: tooltipster-rotating 0.6s;
  animation: tooltipster-rotating 0.6s;
}

.tooltipster-update-scale {
  -webkit-animation: tooltipster-scaling 0.6s;
  animation: tooltipster-scaling 0.6s;
}

.tooltipster-sidetip.tooltipster-shadow .tooltipster-box {
  border: 0;
  border-radius: 5px;
  background: #fff;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-box {
  margin-top: 6px;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-left .tooltipster-box {
  margin-right: 6px;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-box {
  margin-left: 6px;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-top .tooltipster-box {
  margin-bottom: 6px;
}

.tooltipster-sidetip.tooltipster-shadow .tooltipster-content {
  color: #8d8d8d;
}

.tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow {
  width: 12px;
  height: 6px;
  margin-left: -6px;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-left .tooltipster-arrow,
.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-arrow {
  width: 6px;
  height: 12px;
  margin-top: -6px;
  margin-left: 0;
}

.tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow-background {
  display: none;
}

.tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow-border {
  border: 6px solid transparent;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom
  .tooltipster-arrow-border {
  border-bottom-color: #fff;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-left
  .tooltipster-arrow-border {
  border-left-color: #fff;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-right
  .tooltipster-arrow-border {
  border-right-color: #fff;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-top
  .tooltipster-arrow-border {
  border-top-color: #fff;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom
  .tooltipster-arrow-uncropped {
  top: -6px;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-right
  .tooltipster-arrow-uncropped {
  left: -6px;
}

.tooltipster-sidetip.tooltipster-light .tooltipster-box {
  border: 1px solid #ccc;
  border-radius: 3px;
  background: #ededed;
}

.tooltipster-sidetip.tooltipster-light .tooltipster-content {
  color: #666;
}

.tooltipster-sidetip.tooltipster-light .tooltipster-arrow {
  width: 18px;
  height: 9px;
  margin-left: -9px;
}

.tooltipster-sidetip.tooltipster-light.tooltipster-left .tooltipster-arrow,
.tooltipster-sidetip.tooltipster-light.tooltipster-right .tooltipster-arrow {
  width: 9px;
  height: 18px;
  margin-top: -9px;
  margin-left: 0;
}

.tooltipster-sidetip.tooltipster-light .tooltipster-arrow-background,
.tooltipster-sidetip.tooltipster-light .tooltipster-arrow-border {
  border: 9px solid transparent;
}

.tooltipster-sidetip.tooltipster-light.tooltipster-bottom
  .tooltipster-arrow-background {
  top: 1px;
  border-bottom-color: #ededed;
}

.tooltipster-sidetip.tooltipster-light.tooltipster-left
  .tooltipster-arrow-background {
  left: -1px;
  border-left-color: #ededed;
}

.tooltipster-sidetip.tooltipster-light.tooltipster-right
  .tooltipster-arrow-background {
  left: 1px;
  border-right-color: #ededed;
}

.tooltipster-sidetip.tooltipster-light.tooltipster-top
  .tooltipster-arrow-background {
  top: -1px;
  border-top-color: #ededed;
}

.tooltipster-sidetip.tooltipster-light.tooltipster-bottom
  .tooltipster-arrow-border {
  border-bottom-color: #ccc;
}

.tooltipster-sidetip.tooltipster-light.tooltipster-left
  .tooltipster-arrow-border {
  border-left-color: #ccc;
}

.tooltipster-sidetip.tooltipster-light.tooltipster-right
  .tooltipster-arrow-border {
  border-right-color: #ccc;
}

.tooltipster-sidetip.tooltipster-light.tooltipster-top
  .tooltipster-arrow-border {
  border-top-color: #ccc;
}

.tooltipster-sidetip.tooltipster-light.tooltipster-bottom
  .tooltipster-arrow-uncropped {
  top: -9px;
}

.tooltipster-sidetip.tooltipster-light.tooltipster-right
  .tooltipster-arrow-uncropped {
  left: -9px;
}

.tooltipster-sidetip.tooltipster-borderless .tooltipster-box {
  border: 0;
  background: #1b1b1b;
  background: rgba(10, 10, 10, 0.9);
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-bottom
  .tooltipster-box {
  margin-top: 8px;
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-left .tooltipster-box {
  margin-right: 8px;
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-right .tooltipster-box {
  margin-left: 8px;
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-top .tooltipster-box {
  margin-bottom: 8px;
}

.tooltipster-sidetip.tooltipster-borderless .tooltipster-arrow {
  width: 16px;
  height: 8px;
  margin-left: -8px;
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-left .tooltipster-arrow,
.tooltipster-sidetip.tooltipster-borderless.tooltipster-right
  .tooltipster-arrow {
  width: 8px;
  height: 16px;
  margin-top: -8px;
  margin-left: 0;
}

.tooltipster-sidetip.tooltipster-borderless .tooltipster-arrow-background {
  display: none;
}

.tooltipster-sidetip.tooltipster-borderless .tooltipster-arrow-border {
  border: 8px solid transparent;
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-bottom
  .tooltipster-arrow-border {
  border-bottom-color: #1b1b1b;
  border-bottom-color: rgba(10, 10, 10, 0.9);
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-left
  .tooltipster-arrow-border {
  border-left-color: #1b1b1b;
  border-left-color: rgba(10, 10, 10, 0.9);
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-right
  .tooltipster-arrow-border {
  border-right-color: #1b1b1b;
  border-right-color: rgba(10, 10, 10, 0.9);
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-top
  .tooltipster-arrow-border {
  border-top-color: #1b1b1b;
  border-top-color: rgba(10, 10, 10, 0.9);
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-bottom
  .tooltipster-arrow-uncropped {
  top: -8px;
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-right
  .tooltipster-arrow-uncropped {
  left: -8px;
}

.tooltipster-sidetip.tooltipster-noir .tooltipster-box {
  border: 3px solid #000;
  border-radius: 0;
  background: #fff;
}

.tooltipster-sidetip.tooltipster-noir .tooltipster-content {
  color: #000;
}

.tooltipster-sidetip.tooltipster-noir .tooltipster-arrow {
  width: 22px;
  height: 11px;
  margin-left: -11px;
}

.tooltipster-sidetip.tooltipster-noir.tooltipster-left .tooltipster-arrow,
.tooltipster-sidetip.tooltipster-noir.tooltipster-right .tooltipster-arrow {
  width: 11px;
  height: 22px;
  margin-top: -11px;
  margin-left: 0;
}

.tooltipster-sidetip.tooltipster-noir .tooltipster-arrow-background {
  border: 11px solid transparent;
}

.tooltipster-sidetip.tooltipster-noir.tooltipster-bottom
  .tooltipster-arrow-background {
  top: 4px;
  border-bottom-color: #fff;
}

.tooltipster-sidetip.tooltipster-noir.tooltipster-left
  .tooltipster-arrow-background {
  left: -4px;
  border-left-color: #fff;
}

.tooltipster-sidetip.tooltipster-noir.tooltipster-right
  .tooltipster-arrow-background {
  left: 4px;
  border-right-color: #fff;
}

.tooltipster-sidetip.tooltipster-noir.tooltipster-top
  .tooltipster-arrow-background {
  top: -4px;
  border-top-color: #fff;
}

.tooltipster-sidetip.tooltipster-noir .tooltipster-arrow-border {
  border-width: 11px;
}

.tooltipster-sidetip.tooltipster-noir.tooltipster-bottom
  .tooltipster-arrow-uncropped {
  top: -11px;
}

.tooltipster-sidetip.tooltipster-noir.tooltipster-right
  .tooltipster-arrow-uncropped {
  left: -11px;
}

.tooltipster-sidetip.tooltipster-punk .tooltipster-box {
  border: 0;
  border-bottom: 3px solid #f71169;
  border-radius: 5px;
  background: #2a2a2a;
}

.tooltipster-sidetip.tooltipster-punk.tooltipster-top .tooltipster-box {
  margin-bottom: 7px;
}

.tooltipster-sidetip.tooltipster-punk .tooltipster-content {
  padding: 8px 16px;
  color: #fff;
}

.tooltipster-sidetip.tooltipster-punk .tooltipster-arrow-background {
  display: none;
}

.tooltipster-sidetip.tooltipster-punk.tooltipster-bottom
  .tooltipster-arrow-border {
  border-bottom-color: #2a2a2a;
}

.tooltipster-sidetip.tooltipster-punk.tooltipster-left
  .tooltipster-arrow-border {
  border-left-color: #2a2a2a;
}

.tooltipster-sidetip.tooltipster-punk.tooltipster-right
  .tooltipster-arrow-border {
  border-right-color: #2a2a2a;
}

.tooltipster-sidetip.tooltipster-punk.tooltipster-top
  .tooltipster-arrow-border {
  border-top-color: #f71169;
}

.cd-transition-layer {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  visibility: hidden;
  overflow: hidden;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.cd-transition-layer .bg-layer {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  -webkit-transform: translateY(-50%) translateX(-2%);
  -ms-transform: translateY(-50%) translateX(-2%);
  transform: translateY(-50%) translateX(-2%);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
}

.cd-transition-layer.visible {
  visibility: visible;
  opacity: 1;
}

.cd-transition-layer.visible .bg-layer {
  -webkit-transform: translateY(-50%) translateX(-98%);
  -ms-transform: translateY(-50%) translateX(-98%);
  transform: translateY(-50%) translateX(-98%);
}

.cd-transition-layer.closing .bg-layer,
.cd-transition-layer.opening .bg-layer {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.no-cssanimations .cd-transition-layer {
  display: none;
}

.ink-transition .cd-transition-layer .bg-layer {
  width: 2500%;
  background: url(/local/templates/proxysale/css/../img/anim-modal-ink.png) no-repeat 0 0;
  background-size: 100% 100%;
}

.ink-transition .cd-transition-layer.closing .bg-layer,
.ink-transition .cd-transition-layer.opening .bg-layer {
  -webkit-animation: cd-sequence 0.7s steps(24);
  animation: cd-sequence 0.7s steps(24);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.ink-transition .cd-transition-layer.closing .bg-layer {
  -webkit-animation: cd-sequence-reverse 0.5s steps(24);
  animation: cd-sequence-reverse 0.5s steps(24);
}

.scrub-transition .cd-transition-layer .bg-layer {
  width: 2500%;
  background-image: url(/local/templates/proxysale/css/../img/anim-modal-scrub.png);
}

.scrub-transition .cd-transition-layer.opening .bg-layer {
  -webkit-animation: cd-sequence 0.8s steps(24) forwards;
  animation: cd-sequence 0.8s steps(24) forwards;
}

.scrub-transition .cd-transition-layer.closing .bg-layer {
  -webkit-animation: cd-sequence 0.8s steps(24) forwards reverse;
  animation: cd-sequence 0.8s steps(24) forwards reverse;
}

.extinguisher-transition .cd-transition-layer .bg-layer {
  width: 2500%;
  background-image: url(/local/templates/proxysale/css/../img/anim-modal-extinguisher.png);
}

.extinguisher-transition .cd-transition-layer.opening .bg-layer {
  -webkit-animation: cd-sequence 0.8s steps(24) forwards;
  animation: cd-sequence 0.8s steps(24) forwards;
}

.extinguisher-transition .cd-transition-layer.closing .bg-layer {
  -webkit-animation: cd-sequence 0.8s steps(24) forwards reverse;
  animation: cd-sequence 0.8s steps(24) forwards reverse;
}

.glitch-transition .cd-transition-layer .bg-layer {
  width: 2500%;
  background-image: url(/local/templates/proxysale/css/../img/anim-modal-glitch.png);
}

.glitch-transition .cd-transition-layer.opening .bg-layer {
  -webkit-animation: cd-sequence 0.8s steps(24) forwards;
  animation: cd-sequence 0.8s steps(24) forwards;
}

.glitch-transition .cd-transition-layer.closing .bg-layer {
  -webkit-animation: cd-sequence 0.8s steps(24) forwards reverse;
  animation: cd-sequence 0.8s steps(24) forwards reverse;
}

.scribble-transition .cd-transition-layer .bg-layer {
  width: 3800%;
  -webkit-transform: translateY(-50%) translateX(-1.3158%);
  -ms-transform: translateY(-50%) translateX(-1.3158%);
  transform: translateY(-50%) translateX(-1.3158%);
  background-image: url(/local/templates/proxysale/css/../img/anim-modal-scribble.png);
}

.scribble-transition .cd-transition-layer.opening .bg-layer {
  -webkit-animation: cd-sequence-2 0.8s steps(37) forwards;
  animation: cd-sequence-2 0.8s steps(37) forwards;
}

.scribble-transition .cd-transition-layer.closing .bg-layer {
  -webkit-animation: cd-sequence-2 0.8s steps(37) forwards reverse;
  animation: cd-sequence-2 0.8s steps(37) forwards reverse;
}

.scribble-transition .cd-transition-layer.visible .bg-layer {
  -webkit-transform: translateY(-50%) translateX(-98.6842%);
  -ms-transform: translateY(-50%) translateX(-98.6842%);
  transform: translateY(-50%) translateX(-98.6842%);
}

.gummy-transition .cd-transition-layer .bg-layer {
  width: 2500%;
  background-image: url(/local/templates/proxysale/css/../img/anim-modal-gummy.png);
}

.gummy-transition .cd-transition-layer.opening .bg-layer {
  -webkit-animation: cd-sequence 0.8s steps(24) forwards;
  animation: cd-sequence 0.8s steps(24) forwards;
}

.gummy-transition .cd-transition-layer.closing .bg-layer {
  -webkit-animation: cd-sequence 0.8s steps(24) forwards reverse;
  animation: cd-sequence 0.8s steps(24) forwards reverse;
}

.gooey-transition .cd-transition-layer .bg-layer {
  width: 2500%;
  background-image: url(/local/templates/proxysale/css/../img/anim-modal-gooey.png);
}

.gooey-transition .cd-transition-layer.opening .bg-layer {
  -webkit-animation: cd-sequence 0.8s steps(24) forwards;
  animation: cd-sequence 0.8s steps(24) forwards;
}

.gooey-transition .cd-transition-layer.closing .bg-layer {
  -webkit-animation: cd-sequence 0.8s steps(24) forwards reverse;
  animation: cd-sequence 0.8s steps(24) forwards reverse;
}

.mirror-transition {
  color: #fff;
}

.mirror-transition .cd-transition-layer .bg-layer {
  width: 2500%;
  background-image: url(/local/templates/proxysale/css/../img/anim-modal-mirror.png);
}

.mirror-transition .cd-transition-layer.opening .bg-layer {
  -webkit-animation: cd-sequence 0.8s steps(24) forwards;
  animation: cd-sequence 0.8s steps(24) forwards;
}

.mirror-transition .cd-transition-layer.closing .bg-layer {
  -webkit-animation: cd-sequence 0.8s steps(24) forwards reverse;
  animation: cd-sequence 0.8s steps(24) forwards reverse;
}

.diamond-transition .cd-transition-layer .bg-layer {
  width: 2000%;
  -webkit-transform: translateY(-50%) translateX(-2.5%);
  -ms-transform: translateY(-50%) translateX(-2.5%);
  transform: translateY(-50%) translateX(-2.5%);
  background-image: url(/local/templates/proxysale/css/../img/anim-modal-diamond.png);
}

.diamond-transition .cd-transition-layer.opening .bg-layer {
  -webkit-animation: cd-sequence-3 0.8s steps(19) forwards;
  animation: cd-sequence-3 0.8s steps(19) forwards;
}

.diamond-transition .cd-transition-layer.closing .bg-layer {
  -webkit-animation: cd-sequence-3 0.8s steps(19) forwards reverse;
  animation: cd-sequence-3 0.8s steps(19) forwards reverse;
}

.diamond-transition .cd-transition-layer.visible .bg-layer {
  -webkit-transform: translateY(-50%) translateX(-97.5%);
  -ms-transform: translateY(-50%) translateX(-97.5%);
  transform: translateY(-50%) translateX(-97.5%);
}

.cartoon-transition .cd-transition-layer .bg-layer {
  width: 2500%;
  background-image: url(/local/templates/proxysale/css/../img/anim-modal-cartoon.png);
}

.cartoon-transition .cd-transition-layer.opening .bg-layer {
  -webkit-animation: cd-sequence 0.8s steps(24) forwards;
  animation: cd-sequence 0.8s steps(24) forwards;
}

.cartoon-transition .cd-transition-layer.closing .bg-layer {
  -webkit-animation: cd-sequence 0.8s steps(24) forwards reverse;
  animation: cd-sequence 0.8s steps(24) forwards reverse;
}

.clones-transition .cd-transition-layer .bg-layer {
  width: 2500%;
  background-image: url(/local/templates/proxysale/css/../img/anim-modal-clones.png);
}

.clones-transition .cd-transition-layer.opening .bg-layer {
  -webkit-animation: cd-sequence 0.8s steps(24) forwards;
  animation: cd-sequence 0.8s steps(24) forwards;
}

.clones-transition .cd-transition-layer.closing .bg-layer {
  -webkit-animation: cd-sequence 0.8s steps(24) forwards reverse;
  animation: cd-sequence 0.8s steps(24) forwards reverse;
}

.kaleidoscope-transition .cd-transition-layer .bg-layer {
  width: 2500%;
  background-image: url(/local/templates/proxysale/css/../img/anim-modal-kaleidoscope.png);
}

.kaleidoscope-transition .cd-transition-layer.opening .bg-layer {
  -webkit-animation: cd-sequence 0.8s steps(24) forwards;
  animation: cd-sequence 0.8s steps(24) forwards;
}

.kaleidoscope-transition .cd-transition-layer.closing .bg-layer {
  -webkit-animation: cd-sequence 0.8s steps(24) forwards reverse;
  animation: cd-sequence 0.8s steps(24) forwards reverse;
}

[canvas],
[off-canvas*="push"] {
  z-index: 1;
}

[off-canvas*="reveal"],
[off-canvas*="shift"] {
  z-index: 0;
}

[canvas="container"] {
  margin: 0;
  padding: 0;
}

[canvas="container"],
[off-canvas],
body,
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

[off-canvas] {
  margin: 0;
}

body,
html {
  padding: 0;
}

html {
  margin: 0;
}

[canvas="container"] {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-overflow-scrolling: touch;
}

[canvas="container"]:after,
[canvas="container"]:before {
  display: table;
  clear: both;
  content: "";
}

[off-canvas] {
  position: fixed;
  display: none;
  overflow-y: auto;
  color: #fff;
}

[off-canvas*="top"] {
  top: 0;
  width: 100%;
  height: 255px;
}

[off-canvas*="right"] {
  top: 0;
  right: 0;
  width: 255px;
  height: 100%;
}

[off-canvas*="bottom"] {
  bottom: 0;
  width: 100%;
  height: 255px;
}

[off-canvas*="left"] {
  top: 0;
  left: 0;
  height: 100%;
}

[off-canvas*="overlay"] {
  z-index: 9999;
}

[canvas] {
  -webkit-transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

[canvas],
[off-canvas] {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-backface-visibility: hidden;
}

[off-canvas*="shift"][off-canvas*="top"] {
  -webkit-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
  transform: translate(0, 50%);
}

[off-canvas*="shift"][off-canvas*="right"] {
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

[off-canvas*="shift"][off-canvas*="bottom"] {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

[off-canvas*="shift"][off-canvas*="left"] {
  -webkit-transform: translate(50%, 0);
  -ms-transform: translate(50%, 0);
  transform: translate(50%, 0);
}

@media print {
  [canvas] {
    -webkit-transform: translate(0, 0) !important;
    -ms-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
  }

  [off-canvas] {
    display: none !important;
  }
}

.owl-carousel,
.owl-carousel .owl-item {
  position: relative;
  -webkit-tap-highlight-color: transparent;
}

.owl-carousel {
  z-index: 1;
  display: none;
  width: 100%;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ".";
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}

.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
}

.owl-carousel .owl-item {
  float: left;
  min-height: 1px;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loading {
  display: block;
  opacity: 0;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

.owl-height {
  -webkit-transition: height 0.5s ease-in-out;
  -o-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  opacity: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin-top: -40px;
  margin-left: -40px;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.1s ease;
  -o-transition: transform 0.1s ease;
  transition: transform 0.1s ease;
  transition: transform 0.1s ease, -webkit-transform 0.1s ease;
  background: url(/local/templates/proxysale/css/../img/owl.video.play.png) no-repeat;
  -webkit-backface-visibility: hidden;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn,
.slick-slide.slick-loading img {
  display: none;
}

.owl-carousel .owl-video-tn {
  height: 100%;
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  opacity: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav {
  margin-top: 10px;
}

.owl-theme .owl-nav [class*="owl-"] {
  font-size: 14px;
  display: inline-block;
  margin: 5px;
  padding: 4px 7px;
  cursor: pointer;
  color: #fff;
  border-radius: 3px;
  background: #d6d6d6;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  text-decoration: none;
  color: #fff;
  background: #869791;
}

.owl-theme .owl-nav .disabled {
  cursor: default;
  opacity: 0.5;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
  display: block;
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  border-radius: 30px;
  background: #d6d6d6;
  -webkit-backface-visibility: visible;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

.swiper-container {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
}

.swiper-slide,
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-wrapper {
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  margin: 0 auto;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.swiper-invisible-blank-slide {
  visibility: hidden;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(transparent)
  );
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.5)),
    to(transparent)
  );
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(transparent)
  );
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.5)),
    to(transparent)
  );
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-next,
.swiper-button-prev {
  z-index: 10;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 27px 44px;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  cursor: auto;
  pointer-events: none;
  opacity: 0.35;
}

.swiper-container-rtl .swiper-button-next {
  right: auto;
  left: 10px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-pagination {
  position: absolute;
  z-index: 10;
  -webkit-transition: 0.3s opacity;
  -o-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  text-align: center;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  font-size: 0;
  overflow: hidden;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  position: relative;
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  display: inline-block;
  width: 8px;
  height: 8px;
  opacity: 0.2;
  border-radius: 100%;
  background: #000;
}

button.swiper-pagination-bullet {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  top: 50%;
  right: 10px;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  display: block;
  margin: 6px 0;
}

.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  width: 8px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s transform, 0.2s top;
  -webkit-transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s top;
  -o-transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  -webkit-transition: 0.2s transform, 0.2s left;
  -webkit-transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s left;
  -o-transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-pagination-progressbar {
  position: absolute;
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  background: #007aff;
}

.swiper-container-rtl
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar {
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
}

.swiper-container-vertical > .swiper-pagination-progressbar {
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
}

.no-touch #nav-button-label:hover .nav-line,
.swiper-pagination-progressbar.swiper-pagination-white
  .swiper-pagination-progressbar-fill,
.swiper-pagination-white .swiper-pagination-bullet-active,
.touch #nav-button-label:active .nav-line {
  background: #fff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-black .swiper-pagination-bullet-active,
.swiper-pagination-progressbar.swiper-pagination-black
  .swiper-pagination-progressbar-fill {
  background: #000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-scrollbar {
  position: relative;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.1);
  -ms-touch-action: none;
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  z-index: 50;
  bottom: 3px;
  left: 1%;
  width: 98%;
  height: 5px;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  z-index: 50;
  top: 1%;
  right: 3px;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.5);
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-zoom-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  width: 42px;
  height: 42px;
  margin-top: -21px;
  margin-left: -21px;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100%;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

.swiper-container .swiper-notification {
  position: absolute;
  z-index: -1000;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  pointer-events: none;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  z-index: 1;
  visibility: hidden;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  visibility: visible;
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  background: #000;
  -webkit-filter: blur(50px);
  filter: blur(50px);
}

.swiper-container-flip .swiper-slide {
  z-index: 1;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slick-slide.dragging img,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}

.mCustomScrollbar {
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom;
}

.mCustomScrollbar.mCS_no_scrollbar,
.mCustomScrollbar.mCS_touch_action {
  -ms-touch-action: auto;
  touch-action: auto;
}

.mCustomScrollBox {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  height: 100%;
  outline: 0;
  direction: ltr;
}

.mCSB_container {
  overflow: hidden;
  width: auto;
  height: auto;
}

.mCSB_inside > .mCSB_container {
  margin-right: 30px;
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden,
.top-filter-table table tr td label.check i {
  margin-right: 0;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-left: 30px;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0;
}

.mCSB_scrollTools {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  width: 16px;
  height: auto;
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}

.mCSB_outside + .mCSB_scrollTools {
  right: -26px;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools {
  right: auto;
  left: 0;
}

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  right: auto;
  left: -26px;
}

.mCSB_scrollTools .mCSB_draggerContainer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: auto;
}

.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0;
}

.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  border-radius: 16px;
}

.mCSB_scrollTools .mCSB_dragger {
  z-index: 1;
  width: 100%;
  height: 30px;
  cursor: pointer;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  position: relative;
  width: 4px;
  height: 100%;
  margin: 0 auto;
  text-align: center;
  border-radius: 16px;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_dragger
  .mCSB_dragger_bar {
  width: 12px;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_draggerRail {
  width: 8px;
}

.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonUp {
  position: absolute;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 20px;
  margin: 0 auto;
  cursor: pointer;
}

.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0;
}

.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-bottom: 30px;
}

.mCSB_horizontal.mCSB_outside > .mCSB_container {
  min-height: 100%;
}

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}

.mCSB_container_wrapper,
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: 16px;
}

.mCustomScrollBox
  + .mCSB_scrollTools
  + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 20px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  left: 0;
  width: 30px;
  height: 100%;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_dragger
  .mCSB_dragger_bar {
  height: 12px;
  margin: 2px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  + .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_draggerRail {
  height: 8px;
  margin: 4px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  position: absolute;
  display: block;
  overflow: hidden;
  width: 20px;
  height: 100%;
  margin: 0 auto;
  cursor: pointer;
}

.mCS-dir-rtl
  > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside
  > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden
  + .mCSB_scrollTools
  ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0;
}

.mCS-dir-rtl
  > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside
  > .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden
  + .mCSB_scrollTools
  ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0;
}

.mCSB_container_wrapper {
  position: absolute;
  top: 0;
  overflow: hidden;
  height: auto;
  margin-right: 30px;
  margin-bottom: 30px;
}

.mCSB_container_wrapper > .mCSB_container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 30px;
  padding-bottom: 30px;
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px;
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px;
}

.batch-proxies-table__table tr td:hover .table-button-modal-open,
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden
  + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0;
}

.mCS-dir-rtl
  > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside
  > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
  margin-right: 0;
  margin-left: 30px;
}

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
  padding-right: 0;
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
  padding-bottom: 0;
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside
  > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  margin-left: 0;
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside
  > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}

.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-transition: opacity 0.2s ease-in-out,
    background-color 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar {
  -webkit-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s,
    margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s,
    margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s,
    opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -o-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s,
    margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s,
    margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s,
    opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s,
    margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s,
    margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s,
    opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 0;
  filter: "alpha(opacity=0)";
  -ms-filter: "alpha(opacity=0)";
}

.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools,
.mCustomScrollBox:hover > .mCSB_scrollTools,
.mCustomScrollBox:hover ~ .mCSB_scrollTools,
.mCustomScrollbar
  > .mCustomScrollBox
  > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar
  > .mCustomScrollBox
  ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
  filter: "alpha(opacity=85)";
  -ms-filter: "alpha(opacity=85)";
}

.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}

.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight,
.mCSB_scrollTools .mCSB_buttonUp {
  opacity: 0.4;
  background-image: url(/local/templates/proxysale/css/~img/mCSB_buttons.png);
  background-repeat: no-repeat;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}

.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0;
}

.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px;
}

.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px;
}

.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px;
}

.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover,
.mCSB_scrollTools .mCSB_buttonUp:hover {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}

.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active,
.mCSB_scrollTools .mCSB_buttonUp:active {
  opacity: 0.9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}

.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  border-radius: 1px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  border-radius: 1px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
}

.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}

.mCS-light-2.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px 0;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -20px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -40px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -56px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  border-radius: 1px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  border-radius: 1px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-2.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px 0;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -20px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -40px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -56px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  border-radius: 2px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  border-radius: 2px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
}

.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0;
}

.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}

.mCS-light-thick.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px 0;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -20px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -40px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -56px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  border-radius: 2px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  border-radius: 2px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-thick.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px 0;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -20px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -40px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -56px;
}

.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px;
}

.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
}

.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-thin.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded.mCSB_scrollTools .mCSB_dragger {
  height: 14px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 14px;
  margin: 0 1px;
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 14px;
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal
  .mCSB_dragger
  .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 14px;
  margin: 1px 0;
}

.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_dragger
  .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_dragger
  .mCSB_dragger_bar {
  width: 16px;
  height: 16px;
  margin: -1px 0;
}

.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_draggerRail {
  width: 4px;
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_dragger
  .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_dragger
  .mCSB_dragger_bar {
  width: 16px;
  height: 16px;
  margin: 0 -1px;
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 -72px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -92px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -112px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -128px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-rounded-dark.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px -72px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -92px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -112px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -128px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail {
  width: 4px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  background-color: transparent;
  background-position: center;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail {
  opacity: 0.3;
  background-repeat: repeat-y;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==);
}

.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
  background-repeat: repeat-x;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px -72px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -92px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -112px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -128px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=);
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px -72px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -92px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -112px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -128px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-image: -o-linear-gradient(
    left,
    rgba(255, 255, 255, 0.5) 0,
    rgba(255, 255, 255, 0) 100%
  );
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, rgba(255, 255, 255, 0.5)),
    to(rgba(255, 255, 255, 0))
  );
  background-image: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.5) 0,
    rgba(255, 255, 255, 0) 100%
  );
  background-repeat: repeat-y;
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  background-image: -o-linear-gradient(
    top,
    rgba(255, 255, 255, 0.5) 0,
    rgba(255, 255, 255, 0) 100%
  );
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, rgba(255, 255, 255, 0.5)),
    to(rgba(255, 255, 255, 0))
  );
  background-image: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.5) 0,
    rgba(255, 255, 255, 0) 100%
  );
  background-repeat: repeat-x;
}

.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 70px;
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 70px;
}

.mCS-3d-dark.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
  border-radius: 16px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 8px;
}

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
  width: 8px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5),
    inset -1px 0 1px rgba(255, 255, 255, 0.2);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5),
    inset -1px 0 1px rgba(255, 255, 255, 0.2);
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #555;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px;
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 8px;
  margin: 4px 0;
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 8px;
  margin: 4px 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5),
    inset 0 -1px 1px rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5),
    inset 0 -1px 1px rgba(255, 255, 255, 0.2);
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 8px;
  margin: 4px auto;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer,
.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  border-radius: 7px;
}

.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical,
.mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical {
  right: 1px;
}

.mCS-3d-thick-dark.mCSB_scrollTools_vertical,
.mCS-3d-thick.mCSB_scrollTools_vertical {
  -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1),
    inset 0 0 14px rgba(0, 0, 0, 0.5);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1),
    inset 0 0 14px rgba(0, 0, 0, 0.5);
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  bottom: 1px;
}

.mCS-3d-thick.mCSB_scrollTools_horizontal {
  bottom: 1px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1),
    inset 0 0 14px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1),
    inset 0 0 14px rgba(0, 0, 0, 0.5);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 12px;
  height: auto;
  margin: 2px;
  border-radius: 5px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: auto;
  height: 12px;
}

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: auto;
  height: 12px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #555;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

.mCS-3d-thick-dark.mCSB_scrollTools {
  -webkit-box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1),
    inset 0 0 14px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1),
    inset 0 0 14px rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4),
    inset -1px 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4),
    inset -1px 0 0 rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4),
    inset 0 -1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4),
    inset 0 -1px 0 rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #777;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #fff;
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical,
.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
  right: 0;
  margin: 12px 0;
}

.mCustomScrollBox.mCS-minimal
  + .mCSB_scrollTools
  + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark
  + .mCSB_scrollTools
  + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark
  + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0;
  margin: 0 12px;
}

.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical,
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
  right: auto;
  left: 0;
}

.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 50px;
}

.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 50px;
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}

.mCS-minimal.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}

.mCS-minimal-dark.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
}

.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 6px;
  margin: 5px 0;
}

.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_draggerRail {
  width: 12px;
}

.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_draggerRail {
  height: 12px;
  margin: 2px 0;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-3.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 12px;
}

.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail {
  width: 12px;
  background-color: rgba(0, 0, 0, 0.2);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 12px;
}

.mCS-inset.mCSB_scrollTools .mCSB_draggerRail {
  width: 12px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 6px;
  height: auto;
  margin: 3px 5px;
}

.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: 6px;
  margin: 5px 3px;
}

.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 12px;
  margin: 2px 0;
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-inset-2-dark.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: rgba(0, 0, 0, 0.1);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  background-color: transparent;
}

.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail {
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  border-color: #000;
  border-color: rgba(0, 0, 0, 0.2);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.6);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-inset-3.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}

.mCS-inset-3-dark.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}

.slick-list,
.slick-slider {
  position: relative;
  display: block;
}

.slick-slider {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus,
.white-popup textarea:focus {
  outline: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.slick-track:after,
.slick-track:before {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-initialized .slick-slide,
.slick-slide img,
.white-popup#popup-success p.success_mail {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

html.modal {
  margin-right: 12px !important;
}

.views-read-time__item time,
body,
html {
  font-size: 16px;
}

body.sticky-footer,
html.sticky-footer {
  height: 100%;
}

body.slidebars,
html.slidebars {
  overflow: hidden !important;
  width: 100%;
}

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

body input:focus:required:invalid,
body textarea:focus:required:invalid {
  color: #212121;
}

body input:required:valid,
body textarea:required:valid {
  color: #212121;
}

::-webkit-input-placeholder {
  opacity: 1;
  color: #212121;
}

:-moz-placeholder,
::-moz-placeholder {
  opacity: 1;
  color: #212121;
}

:-ms-input-placeholder {
  opacity: 1;
  color: #212121;
}

body {
  font-family: "Conv_Rubik-Regular", -apple-system, system-ui,
    BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.2;
  position: relative;
  overflow-x: hidden;
  min-width: 320px;
  margin: 0;
  overscroll-behavior: none;
  color: #212121;
  -webkit-tap-highlight-color: transparent;
  scrollbar-base-color: var(--main-color);
  scrollbar-arrow-color: var(--main-color);
}

body::-webkit-scrollbar {
  width: 12px;
}

body::-webkit-scrollbar-thumb {
  background-color: var(--main-color);
}

.white-popup .select .drop::-webkit-scrollbar-thumb:hover,
body::-webkit-scrollbar-thumb:hover {
  background-color: #ffbc0c;
}

body::-webkit-scrollbar-track-piece {
  background-color: transparent;
}

h1,
h2,
p.title-inner-page-h2 {
  font-family: var(--font-medium);
  font-size: 44px;
  font-size: 2.75rem;
  font-weight: 400;
  line-height: 1.2;
  margin-top: 0.83em;
  margin-bottom: 0.83em;
  color: #212121;
}

h2,
p.title-inner-page-h2 {
  font-family: var(--font-medium);
  font-size: 28px;
  font-size: 1.75rem;
  text-align: center;
}

p.title-inner-page-h2 {
  font-size: 24px;
  font-size: 1.5rem;
}

p,
ul {
  margin: 0;
  padding: 0;
}

.white-popup#popup3 li,
li {
  list-style: none;
}

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

.text-right {
  text-align: right;
}

.tooltipster-sidetip.tooltipster-shadow .tooltipster-box {
  -webkit-box-shadow: 0 1px 15.2px 3.8px rgba(33, 33, 33, 0.17);
  box-shadow: 0 1px 15.2px 3.8px rgba(33, 33, 33, 0.17);
}

.noselect {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}

.swiper-wrapper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.hidden {
  display: none;
}

.tooltipster-sidetip.pointer-events-all {
  pointer-events: all;
}

.tooltipster-sidetip.tooltipster-shadow .tooltipster-content a {
  cursor: pointer;
  text-decoration: underline;
  color: #212121;
}

.tooltipster-sidetip.tooltipster-shadow .tooltipster-content a:active,
.tooltipster-sidetip.tooltipster-shadow .tooltipster-content a:hover,
.white-popup.popup-automatic-payment
  .popup-automatic-payment__top-block-select.popup-automatic-payment__top-block-promo
  a:active,
.white-popup.popup-automatic-payment
  .popup-automatic-payment__top-block-select.popup-automatic-payment__top-block-promo
  a:hover,
.white-popup.popup-automatic-payment label.check span a:active,
.white-popup.popup-automatic-payment label.check span a:hover,
.white-popup.popup-automatic-payment label.radio span a:active,
.white-popup.popup-automatic-payment label.radio span a:hover,
.white-popup.popup-reg p a:active,
.white-popup.popup-reg p a:hover {
  text-decoration: none;
}

.tooltipster-sidetip.tooltipster-shadow .tooltipster-content a:focus,
.white-popup.popup-automatic-payment
  .popup-automatic-payment__top-block-select.popup-automatic-payment__top-block-promo
  a:focus,
.white-popup.popup-automatic-payment label.check span a:focus,
.white-popup.popup-automatic-payment label.radio span a:focus,
.white-popup.popup-reg p a:focus {
  text-decoration: none;
}

.white-popup {
  position: relative;
  width: 470px;
  max-width: 50em;
  margin: auto;
  padding: 50px 46px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-align: center;
  border-radius: 5px;
  background-color: #fff;
}

.white-popup p.modal-paragraph,
.white-popup p.modal-title {
  /* font-family: NeoSansPro-Regular, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; */
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.4;
  color: #212121;
}

.white-popup p.modal-paragraph {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 10px;
}

.white-popup.popup-automatic-payment,
.white-popup.popup-reg {
  width: 630px;
  padding: 55px 15px;
  border: 1px solid #b6b6b6;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 3.5px 3.5px 8px rgba(33, 33, 33, 0.1);
  box-shadow: 3.5px 3.5px 8px rgba(33, 33, 33, 0.1);
}

.white-popup.popup-payment table tbody tr.last p,
.white-popup.popup-reg .popup-reg-title,
.white-popup.popup-reg p {
  font-family: NeoSansPro-Medium, -apple-system, system-ui, BlinkMacSystemFont,
    "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.white-popup.popup-reg .popup-reg-title {
  margin-bottom: 20px;
  font-size: 28px;
}

.white-popup.popup-payment table tbody tr.last p,
.white-popup.popup-reg p {
  font-size: 16px;
}

.white-popup.popup-reg p a {
  font-size: 16px;
  text-decoration: underline;
  color: #212121;
}

.white-popup.popup-automatic-payment {
  position: relative;
  padding: 0;
  padding-top: 55px;
}

.white-popup.popup-automatic-payment .authorization-method-hidden-block,
.white-popup.popup-automatic-payment .tooltip_templates {
  display: none;
}

.white-popup.popup-automatic-payment .popup-automatic-payment-inner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
  background-color: #fff;
}

.white-popup.popup-automatic-payment.black-overlay
  .popup-automatic-payment-inner-overlay {
  z-index: 12;
  visibility: visible;
  opacity: 0.78;
  background-color: #212121;
}

.white-popup.popup-automatic-payment .popup-reg-title,
.white-popup.popup-automatic-payment p {
  font-size: 28px;
  margin-bottom: 20px;
}

.white-popup.popup-automatic-payment p {
  font-size: 16px;
  margin-bottom: 25px;
}

.white-popup.popup-automatic-payment .popup-automatic-payment__top-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.white-popup.popup-automatic-payment
  .popup-automatic-payment__top-block
  .popup-automatic-payment__inner-overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border-radius: 0;
  background: 0 0;
  -webkit-box-shadow: 0 0 0 0 var(--main-color), 0 0 0 0 var(--main-color);
  box-shadow: 0 0 0 0 var(--main-color), 0 0 0 0 var(--main-color);
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.white-popup.popup-automatic-payment
  .popup-automatic-payment__top-block.black-overlay
  .popup-automatic-payment__inner-overlay {
  position: relative;
  z-index: 13;
  border-radius: 5px;
  background: #fff;
  -webkit-box-shadow: -1px 1px 0 0 var(--main-color),
    1px -1px 0 0 var(--main-color);
  box-shadow: -1px 1px 0 0 var(--main-color), 1px -1px 0 0 var(--main-color);
}

.white-popup.popup-automatic-payment
  .popup-automatic-payment__top-block.black-overlay
  .popup-automatic-payment__add-another-inner.last.del {
  position: relative;
  z-index: 13;
}

.white-popup.popup-automatic-payment
  .popup-automatic-payment__top-block.hidden-tmp
  .popup-automatic-payment__add-another {
  width: 100%;
}

.white-popup#popup-success .mfp-close,
.white-popup#popup3 .mfp-close,
.white-popup.popup-automatic-payment
  .popup-automatic-payment__block-insert-template
  .popup-automatic-payment__add-another-inner.add,
.white-popup.popup-automatic-payment
  .popup-automatic-payment__top-block.hidden-tmp {
  display: none;
}

.white-popup.popup-automatic-payment
  .popup-automatic-payment__block-insert-template
  .popup-automatic-payment__top-block:nth-last-of-type(1)
  .popup-automatic-payment__add-another-inner.add {
  display: block;
}

.white-popup.popup-automatic-payment
  .popup-automatic-payment__top-block-select {
  width: 270px;
  margin-bottom: 20px;
  text-align: left;
}

.white-popup.popup-automatic-payment
  .popup-automatic-payment__top-block-select
  > .popup-automatic-payment__top-block-select.hidden-block {
  margin-bottom: 0;
}

.white-popup.popup-automatic-payment
  .popup-automatic-payment__top-block-select.hidden-block
  .authorization-method-hidden-block
  input {
  padding-right: 30px;
}

.white-popup.popup-automatic-payment
  .popup-automatic-payment__top-block-select.hidden-block
  .authorization-method-hidden-block
  i {
  font-size: 18px;
  display: block !important;
  cursor: pointer;
  color: #727272;
}

/*.white-popup.popup-automatic-payment .popup-automatic-payment__top-block-select.popup-automatic-payment__top-block-promo{display:-webkit-box;display:-ms-flexbox;display:flex;text-align:left;-webkit-box-align:center;-ms-flex-align:center;align-items:center;flex-wrap: wrap;}*/
.white-popup.popup-automatic-payment
  .popup-automatic-payment__top-block-select.popup-automatic-payment__top-block-promo
  .input-wrap {
  display: none !important;
}

.white-popup.popup-automatic-payment
  .popup-automatic-payment__top-block-select.popup-automatic-payment__top-block-promo
  .input-wrap
  .top-block-promo-hide-error {
  font-size: 14px;
  position: absolute;
  bottom: -24px;
  left: 0;
  display: none;
  color: #c10000;
}

.white-popup.popup-automatic-payment
  .popup-automatic-payment__top-block-select.popup-automatic-payment__top-block-promo
  .input-wrap
  .top-block-promo-hide-error.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.white-popup.popup-automatic-payment
  .popup-automatic-payment__top-block-select.popup-automatic-payment__top-block-promo
  .input-wrap.active,
.white-popup.popup-automatic-payment
  .popup-automatic-payment__top-block-select.popup-automatic-payment__top-block-promo
  .input-wrap.active
  i {
  display: block !important;
}

.white-popup.popup-automatic-payment
  .popup-automatic-payment__top-block-select.popup-automatic-payment__top-block-promo
  .input-wrap.active
  .top-block-promo-hide-error
  i {
  font-size: 16px;
  display: inline-block !important;
  margin-right: 1px;
  color: #c10000;
}

.white-popup.popup-automatic-payment
  .popup-automatic-payment__top-block-select.popup-automatic-payment__top-block-promo
  .input-wrap
  i {
  font-size: 18px;
  display: block;
  cursor: pointer;
  color: #727272;
}

.white-popup .popup-automatic-payment__top-block-promo input {
  background-color: #fff;
}

.white-popup.popup-automatic-payment
  .popup-automatic-payment__top-block-select.popup-automatic-payment__top-block-promo
  a {
  font-family: NeoSansPro-Medium, -apple-system, system-ui, BlinkMacSystemFont,
    "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  display: inline-block;
  width: inherit;
  text-decoration: underline;
  color: #212121;
  margin-top: 25px;
  margin-bottom: 10px;
}

#ipv4-popup-automatic-payment
  .popup-automatic-payment__top-block-select.popup-automatic-payment__top-block-promo
  a,
#resident-popup-automatic-payment
  .popup-automatic-payment__top-block-select.popup-automatic-payment__top-block-promo
  a {
  margin-top: 45px;
}

.ajax-search-content3 {
  row-gap: 30px;
}

.ajax-search-content3 .hero,
.ajax-search-content3 .hero .custom-tabs {
  margin-bottom: 0;
}

[data-main-articles] .default-link {
  margin-bottom: 25px;
}

.white-popup.popup-automatic-payment
  .popup-automatic-payment__top-block-select:nth-of-type(odd) {
  margin-right: 30px;
}

.white-popup.popup-automatic-payment
  .popup-automatic-payment__top-block-inner-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.select .drop li img,
.select .slct img,
.top-section__proxylist .proxylist-odd .top-section__proxylist-table-td img,
.white-popup.popup-automatic-payment
  .popup-automatic-payment__top-block-inner-img
  img {
  margin-right: 10px;
  max-width: 22px;
  width: 32px;
}

.white-popup.popup-automatic-payment .popup-automatic-payment__to-pay,
.white-popup.popup-automatic-payment
  .popup-automatic-payment__top-block-inner-img {
  font-family: NeoSansPro-Medium, -apple-system, system-ui, BlinkMacSystemFont,
    "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 18px;
}

.white-popup.popup-automatic-payment label.check span a,
.white-popup.popup-automatic-payment label.radio span a {
  text-decoration: underline;
  color: var(--main-color);
}

.white-popup.popup-automatic-payment .popup-automatic-payment__add-another {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 37px;
}

.white-popup label.active,
.white-popup.popup-automatic-payment
  .popup-automatic-payment__add-another
  .popup-automatic-payment__add-another-inner.del
  a
  i:hover,
.white-popup.popup-automatic-payment
  .popup-automatic-payment__add-another
  i:hover,
.white-popup.popup-automatic-payment .popup-automatic-payment__to-pay span,
.white-popup.popup-payment table tbody tr.last span {
  color: var(--main-color);
}

.white-popup.popup-automatic-payment .popup-automatic-payment__add-another a {
  font-size: 16px;
  display: inline-block;
  color: #ffad00;
  text-decoration: none;
}

.white-popup.popup-automatic-payment
  .popup-automatic-payment__add-another
  a
  + i {
  margin-left: 20px;
}

.white-popup.popup-automatic-payment
  .popup-automatic-payment__add-another
  a:hover {
  text-decoration: underline;
}

.white-popup.popup-automatic-payment .popup-automatic-payment__add-another a i {
  cursor: pointer;
  margin-left: 7px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  color: var(--main-color);
}

.white-popup.popup-automatic-payment .popup-automatic-payment__add-another i {
  cursor: pointer;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  color: #727272;
}

.white-popup.popup-automatic-payment .popup-automatic-payment__check {
  margin-bottom: 15px;
  text-align: left;
}

.white-popup.popup-automatic-payment button[type="submit"] {
  font-size: 18px;
  min-width: 370px;
  margin-top: 10px;
}

.white-popup.popup-automatic-payment button[type="submit"] span {
  margin-right: 5px;
}

.white-popup.popup-automatic-payment .popup-automatic-payment__to-pay span,
.white-popup.popup-automatic-payment button[type="submit"] b {
  font-family: NeoSansPro-Medium, -apple-system, system-ui, BlinkMacSystemFont,
    "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 20px;
}

.white-popup.popup-automatic-payment
  .popup-automatic-payment__add-another-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.white-popup.popup-automatic-payment
  .popup-automatic-payment__add-another-inner.last {
  margin-left: auto;
}

.white-popup.popup-account-replenishment .popup-reg-title {
  margin-bottom: 45px;
}

.white-popup.popup-account-replenishment .popup-account-replenishment__input {
  width: 370px;
  margin: 0 auto 25px;
}

.white-popup.popup-account-replenishment .popup-account-replenishment__select {
  width: 370px;
  margin: 0 auto 30px;
}

.white-popup.popup-extend-proxy {
  padding: 55px 29px 45px;
  text-align: left;
}

.white-popup.popup-extend-proxy .popup-reg-title {
  font-size: 24px;
  margin-bottom: 25px;
}

.white-popup.popup-extend-proxy .popup-extend-proxy__check {
  margin-bottom: 30px;
}

.white-popup.popup-extend-proxy label.check,
.white-popup.popup-payment .mfp-close i:hover {
  color: #212121;
}

.white-popup.popup-extend-proxy button[type="submit"] {
  display: block;
  margin: auto;
}

.white-popup#popup3 {
  width: inherit;
  padding: 0;
  border: 0;
  background-color: transparent;
}

.white-popup#popup3 ul {
  padding: 0;
}

.white-popup#popup3 li a {
  font-size: 30px;
  color: #fff;
}

.white-popup.popup-payment {
  width: 625px;
  max-width: 50em;
  margin: auto;
  padding: 0;
  border-radius: 15px;
  background: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

.white-popup.popup-payment .popup-payment__inner {
  padding: 25px 30px 30px;
}

.white-popup.popup-payment .modal-title {
  font-family: NeoSansPro-Medium, -apple-system, system-ui, BlinkMacSystemFont,
    "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 22px;
  margin-bottom: 0;
  padding: 25px 30px 23px;
  text-align: left;
  border-bottom: 2px solid #f0f0f8;
}

.white-popup.popup-payment table {
  width: 100%;
  margin-bottom: 25px;
  border-spacing: 0;
  text-align: left;
}

.white-popup.popup-payment table tbody tr:first-of-type td:first-of-type {
  border-radius: 4px 0 0 0;
}

.white-popup.popup-payment table tbody tr:first-of-type td:last-of-type {
  border-radius: 0 4px 0 0;
}

.white-popup.popup-payment table tbody tr.first td {
  padding-top: 25px;
  padding-bottom: 20px;
}

.white-popup.popup-payment table tbody tr.first td:first-of-type {
  border-radius: 4px 4px 0 0;
}

.white-popup.popup-payment table tbody tr.first td:last-of-type {
  border-radius: 4px 4px 0 0;
}

.white-popup.popup-payment table tbody tr:last-of-type td {
  border-bottom: 2px solid #f0f0f8;
  border-radius: 0 0 4px 4px;
}

.white-popup.popup-payment table tbody tr.last {
  padding-bottom: 30px;
}

.white-popup.popup-payment table tbody tr td {
  padding: 20px 25px;
  border: 2px solid #f0f0f8;
  border-bottom: none;
}

.white-popup.popup-payment table tbody tr td:nth-of-type(2) {
  font-family: NeoSansPro-Medium, -apple-system, system-ui, BlinkMacSystemFont,
    "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  overflow: hidden;
  max-width: 189px;
  white-space: nowrap;
  text-overflow: ellipsis;
  border-left: none;
  -o-text-overflow: ellipsis;
}

.white-popup.popup-payment table tbody tr td .popup-payment__inner-table-title {
  margin-bottom: 13px;
  color: var(--main-color);
}

.white-popup.popup-payment table tbody tr td .popup-payment__timer-item {
  font-size: 36px;
  font-weight: 700;
  position: relative;
  margin-right: 40px;
}

.white-popup.popup-payment table tbody tr td .popup-payment__timer-item:after {
  position: absolute;
  top: 50%;
  right: -24px;
  display: block;
  content: ":";
  -webkit-transform: translateY(-60%);
  -ms-transform: translateY(-60%);
  transform: translateY(-60%);
}

.white-popup.popup-payment
  table
  tbody
  tr
  td
  .popup-payment__timer-item:last-of-type {
  margin-right: 0;
}

.white-popup.popup-payment
  table
  tbody
  tr
  td
  .popup-payment__timer-item:last-of-type:after {
  display: none;
}

.white-popup.popup-payment .popup-payment__inner-btns {
  flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
}

.white-popup.popup-payment .mfp-close {
  top: 30px;
  right: 30px;
}

.white-popup.popup-payment .mfp-close i {
  font-size: 20px;
  color: var(--main-color);
}

.white-popup.popup-payment input[type="submit"] {
  width: 170px;
  min-width: 170px;
  height: 40px;
  margin: 0;
}

.white-popup.popup-payment button.check-payment {
  width: 212px;
  min-width: 212px;
  height: 40px;
  margin-right: 30px;
}

.white-popup .input-wrap {
  position: relative;
  display: block;
  width: 100%;
}

.white-popup .input-wrap > i {
  font-size: 14px;
  font-size: 0.875rem;
  position: absolute;
  top: 50%;
  right: 16px;
  display: none;
  -webkit-transform: translateY(-45%);
  -ms-transform: translateY(-45%);
  transform: translateY(-45%);
  color: #727272;
}

.white-popup.popup-automatic-payment
  .popup-automatic-payment__top-block-select.popup-automatic-payment__top-block-promo
  .input-wrap.active
  i {
  top: 73%;
}

#mobile-popup-automatic-payment
  .popup-automatic-payment__top-block-select.popup-automatic-payment__top-block-promo
  a {
  margin-top: 45px;
}

.white-popup label {
  margin-bottom: 7px;
  margin-left: 5px;
  text-align: left;
  font-size: 14px;
  font-size: 0.875rem;
  display: block;
  color: #212121;
}

.white-popup textarea {
  font-size: 14px;
  font-size: 0.875rem;
  width: 100%;
  min-height: 100px;
  margin-bottom: 10px;
  padding-right: 37px;
  padding-left: 20px;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  color: #3a4763;
  border: 1px solid #cdcdcd;
  border-radius: 5px;
  background-color: #fff;
}

.white-popup .success_mail {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.1;
  display: none;
  color: var(--main-color);
}

.white-popup .success_mail.active {
  display: block;
}

.white-popup input[type="submit"] {
  margin: 20px 0 0;
  padding-right: 0;
  padding-left: 0;
  cursor: pointer;
}

.white-popup input[type="submit"]:focus {
  outline: 0;
}

.white-popup .select {
  position: relative;
  text-align: left;
}

.white-popup .select .drop li,
.white-popup .select.not-active .slct {
  /* font-family: NeoSansPro-Regular, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; */
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.2;
}

.white-popup .select.not-active .slct {
  background-color: #212121;
  color: #fff;
}

.white-popup .select.not-active .slct_arrow i,
[off-canvas] .contact__connect-with-us-item a {
  color: #fff;
}

.white-popup .select .drop {
  position: absolute;
  z-index: 12;
  right: 0;
  left: 0;
  display: none;
  overflow: auto;
  width: 100%;
  max-height: 200px;
  margin: 4px auto 0;
  padding: 0;
  border: 1px solid #e3e3e3;
  background-color: #fff;
  scrollbar-base-color: var(--main-color);
  scrollbar-arrow-color: var(--main-color);
}

.white-popup .select .drop li {
  /*padding:7px 15px;*/
  list-style: none;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  color: #443133;
  border-top: none;
  border-bottom: none;
}

.select .drop li:hover,
.white-popup .select .drop li:not(.drop-search):hover {
  outline: 0;
  background-color: #e7e7e7;
}

.header__logo a:hover,
.select .drop li a,
.white-popup .select .drop li a,
[off-canvas] ul.lk li a:active,
[off-canvas] ul.lk li a:hover {
  text-decoration: none;
}

.select .drop::-webkit-scrollbar,
.white-popup .select .drop::-webkit-scrollbar,
.ua-scroll::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 5px;
}

.select .drop::-webkit-scrollbar-thumb,
.white-popup .select .drop::-webkit-scrollbar-thumb,
.ua-scroll::-webkit-scrollbar-thumb {
  background-color: var(--main-color);
}

.select .drop::-webkit-scrollbar-track-piece,
.white-popup .select .drop::-webkit-scrollbar-track-piece,
.ua-scroll::-webkit-scrollbar-track-piece {
  background-color: #ffe7aa;
}

.white-popup .select .slct {
  font-family: var(--font-regular);
  font-size: 16px;
  line-height: 1.2;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 43px;
  padding-right: 31px;
  padding-left: 15px;
  -webkit-transition: color, background-color, 0.5s;
  -o-transition: color, background-color, 0.5s;
  transition: color, background-color, 0.5s;
  text-decoration: none;
  color: #212121;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  background-color: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.white-popup .select .slct span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}

.white-popup .select .slct_arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 15px;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.white-popup .select .slct_arrow i {
  font-size: 18px;
  font-size: 1.125rem;
  position: relative;
  z-index: 1;
  display: inline-block;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #727272;
}

.white-popup .select .slct_arrow.active i {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.7;
}

.mfp-bg {
  background: rgba(11, 11, 11, 0.46);
}

.mfp-close-btn-in .mfp-close {
  position: absolute;
  top: -24px;
  right: -24px;
  display: block;
  -webkit-transition: top 0.5s;
  -o-transition: top 0.5s;
  transition: top 0.5s;
  color: transparent;
  width: 48px;
  height: 48px;
  background-color: #fff;
  box-shadow: 1px 1px 15px 0px rgba(0, 0, 0, 0.12);
  border-radius: 50%;
}

.mfp-close-btn-in .mfp-close:hover i {
  color: var(--main-color);
}

.mfp-close-btn-in .mfp-close i {
  font-size: 22px;
  font-size: 1.375rem;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
  color: #727272;
}

.mfp-close-btn-in .mfp-close:active,
.mfp-close-btn-in .mfp-close:hover {
  outline: 0;
}

.mfp-close-btn-in .mfp-close:focus {
  outline: 0;
}

.input-wrap {
  position: relative;
  display: block;
}

.input-wrap > i {
  font-size: 14px;
  position: absolute;
  top: 50%;
  right: 16px;
  display: none;
  -webkit-transform: translateY(-45%);
  -ms-transform: translateY(-45%);
  transform: translateY(-45%);
  color: #35be70;
}

#form-file .file_wrap {
  margin-bottom: 20px;
}

nav[canvas] #nav-button-label {
  -webkit-transition: background-color 330ms ease-out;
  -o-transition: background-color 330ms ease-out;
  transition: background-color 330ms ease-out;
  background-color: transparent;
}

nav[canvas] .mnu_btn span {
  font-size: 18px;
  display: block;
  height: 20px;
  -webkit-transition: height 330ms ease-out;
  -o-transition: height 330ms ease-out;
  transition: height 330ms ease-out;
  text-align: center;
  background: #fff;
}

nav[canvas] .nav-on span {
  font-size: 0;
  height: 0;
}

.wrapper-menu {
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  width: 28px;
  height: 18px;
  padding: 0 3px;
  cursor: pointer;
  position: relative;
  -webkit-transition: -webkit-transform 330ms ease-out;
  -o-transition: transform 330ms ease-out;
  transition: transform 330ms ease-out;
  transition: transform 330ms ease-out, -webkit-transform 330ms ease-out;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.line-menu {
  width: 100%;
  height: 3px;
  -webkit-transition: background-color 330ms ease-out;
  -o-transition: background-color 330ms ease-out;
  transition: background-color 330ms ease-out;
  border-radius: 5px;
  background-color: #212121;
}

.line-menu.start {
  -webkit-transition: -webkit-transform 330ms
    cubic-bezier(0.54, -0.81, 0.57, 0.57);
  -o-transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
  transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
  transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57),
    -webkit-transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
}

.line-menu.end {
  -webkit-transition: -webkit-transform 330ms
    cubic-bezier(0.54, -0.81, 0.57, 0.57);
  -o-transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
  transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
  transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57),
    -webkit-transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.select {
  position: relative;
  text-align: left;
}

.select .static-txt {
  position: absolute;
  z-index: 1;
  top: 48%;
  left: 15px;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
}

.select .drop {
  position: absolute;
  z-index: 12;
  top: calc(100% + 1px);
  right: 0;
  left: 0;
  display: none;
  overflow: auto;
  width: 100%;
  max-height: 200px;
  margin: 0 auto;
  padding: 0;
  border: 1px solid #b6b6b6;
  border-radius: 5px;
  background-color: #fff;
  scrollbar-base-color: var(--main-color);
  scrollbar-arrow-color: var(--main-color);
}

.select .drop li {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 15px;
  list-style: none;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  color: #443133;
  border-top: none;
  border-bottom: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.select .drop::-webkit-scrollbar-thumb:hover,
[canvas="container"].sticky-footer::-webkit-scrollbar-thumb:hover {
  background-color: var(--main-color);
}

.select .slct {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.2;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 43px;
  padding-right: 31px;
  padding-left: 15px;
  -webkit-transition: color 0.5s, background-color 0.5s;
  -o-transition: color 0.5s, background-color 0.5s;
  transition: color 0.5s, background-color 0.5s;
  text-decoration: none;
  color: #212121;
  border: 1px solid #e3e3e3;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/*.select .slct.active{color:#000;background-color:#e7e7e7}*/
.select .slct span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}

.select .slct_arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 16px;
  cursor: pointer;
  -webkit-transform: translateY(-45%);
  -ms-transform: translateY(-45%);
  transform: translateY(-45%);
}

.select .slct_arrow i {
  font-size: 18px;
  font-size: 1.125rem;
  position: relative;
  z-index: 1;
  display: inline-block;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #727272;
}

.select .slct_arrow.active i {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

[canvas] {
  -webkit-transform: inherit;
  -ms-transform: inherit;
  transform: inherit;
}

[off-canvas] {
  overflow: auto;
  -webkit-transition: -webkit-transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  background-color: #212121;
  -webkit-overflow-scrolling: touch;
}

[off-canvas*="left"] {
  width: 255px;
}

[canvas="container"] {
  overflow-y: initial;
  background-color: transparent;
  -webkit-tap-highlight-color: transparent;
}

[canvas="container"].sticky-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  scrollbar-base-color: var(--main-color);
  scrollbar-arrow-color: var(--main-color);
}

[canvas="container"].sticky-footer::-webkit-scrollbar {
  width: 12px;
}

[canvas="container"].sticky-footer::-webkit-scrollbar-thumb {
  background-color: var(--main-color);
}

[canvas="container"].sticky-footer::-webkit-scrollbar-track-piece {
  background-color: transparent;
}

[class*="js-close-"],
[class*="js-open-"],
[class*="js-toggle-"] {
  cursor: pointer;
}

[off-canvas] {
  padding: 30px 20px 50px;
}

[off-canvas] .slidebar-title {
  font-size: 18px;
}

[off-canvas] .slidebar-contact {
  margin-top: 12px;
}

[off-canvas] .slidebar-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
  padding-left: 10px;
}

[off-canvas] .slidebar-social .contact__connect-with-us-item {
  padding-left: 0;
}

[off-canvas] .slidebar-social .contact__connect-with-us-item i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 18px;
}

[off-canvas] .contact__connect-with-us-item {
  padding-left: 10px;
}

[off-canvas] .contact__connect-with-us-item span {
  color: #fff;
}

[off-canvas] ul.lk {
  display: block;
  margin: 0;
  padding: 12px 0 13px 10px;
  list-style: none;
}

[off-canvas] ul.lk li {
  margin-bottom: 10px;
}

[off-canvas] ul.lk li:last-of-type {
  margin-bottom: 0;
}

[off-canvas] ul.lk li i {
  margin-right: 10px;
  color: var(--main-color);
}

[off-canvas] ul.lk li a {
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  position: relative;
  margin-right: 15px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
  color: #fff;
}

[off-canvas] ul.lk li a:focus {
  text-decoration: none;
}

[off-canvas] ul:not(.lk) {
  display: block;
  margin: 0;
  padding: 12px 0 13px 10px;
  list-style: none;
}

[off-canvas] ul:not(.lk) li {
  margin-bottom: 10px;
}

[off-canvas] ul:not(.lk) li:last-of-type {
  margin-bottom: 0;
}

[off-canvas] ul:not(.lk) li.m-open i {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

[off-canvas] ul:not(.lk) li a {
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  position: relative;
  margin-right: 15px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
  color: #fff;
}

[off-canvas] ul:not(.lk) li a.m-open:after,
[off-canvas] ul:not(.lk) li a:hover:after {
  width: 100%;
  opacity: 1;
}

[off-canvas] ul:not(.lk) li a:active,
[off-canvas] ul:not(.lk) li a:hover {
  text-decoration: none;
}

[off-canvas] ul:not(.lk) li a:focus {
  text-decoration: none;
}

[off-canvas] ul:not(.lk) li a:after {
  position: absolute;
  bottom: -6px;
  left: 0;
  display: block;
  width: 0;
  height: 4px;
  content: "";
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  background-color: var(--main-color);
}

[off-canvas] ul:not(.lk) li i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

[off-canvas] ul:not(.lk) .slidebar__submenu-drop {
  display: none;
  padding-top: 10px;
  padding-left: 10px;
}

.swiper-button-next,
.swiper-button-prev {
  position: relative;
  top: inherit;
  right: inherit;
  left: inherit;
  display: inline-block;
  width: inherit;
  height: inherit;
  margin: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
}

.swiper-button-next:active,
.swiper-button-next:hover,
.swiper-button-prev:active,
.swiper-button-prev:hover {
  outline: 0;
}

.swiper-button-next:focus,
.swiper-button-prev:focus {
  outline: 0;
}

.header__lng-dropdown li,
.header__nav .header__nav-ul li .header__dropdown li,
.header__nav .header__nav-ul li .header__dropdown_more li,
.tabs-items-wrap {
  margin-bottom: 10px;
}

.tabs-wrap {
  display: none;
  background-color: rgba(255, 255, 255, 0.5);
}

.tabs-wrap.active {
  display: block;
  -webkit-animation: fade-bot;
  animation: fade-bot;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
}

.tabs-wrap-inner.active {
  display: block;
  -webkit-animation: fade;
  animation: fade;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
}

.header {
  position: relative;
  padding: 9px 0;
  z-index: 13;
  background-color: #fff;
  -webkit-box-shadow: 3.536px 3.536px 8px 0 rgba(33, 33, 33, 0.1);
  box-shadow: 3.536px 3.536px 8px 0 rgba(33, 33, 33, 0.1);
}

.header .container {
  height: 100%;
}

.header__logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__logo a {
  display: block;
  text-decoration: none;
  color: #fff;
}

.header__nav-wrap {
  position: relative;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
}

.header__nav,
.header__nav .header__nav-ul > li,
.header__nav-wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__nav {
  position: relative;
}

.header__nav.header-level1 {
  width: inherit;
  height: 56px;
  margin-right: 0;
  padding-left: 130px;
  border-bottom: 2px solid #c3c3c3;
}

.header__nav.header-level2 {
  height: 56px;
  margin-right: 0;
}

/*.header__nav .header__nav-ul>li{margin-right:30px}*/
.header__nav .header__nav-ul li .header__dropdown_more li a.m-open:after,
.header__nav .header__nav-ul li .header__dropdown_more li a:hover:after,
.header__nav .header__nav-ul li a.hover:after {
  width: 100%;
  opacity: 1;
}

.header__lng .header__lng-img.hover .header__lng-dropdown,
.header__nav .header__nav-ul li.hover > .header__dropdown_more,
.header__nav .header__nav-ul > li.hover > .header__dropdown-wrap {
  visibility: visible;
  pointer-events: all;
  opacity: 1;
}

.header__nav .header__nav-ul > li > i:not(.angle) {
  margin-right: 10px;
  color: var(--main-color);
}

.header__nav .header__nav-ul > li i.angle {
  font-size: 18px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer;
}

.header__lng .header__lng-img svg,
.header__nav .header__nav-ul li a,
.header__nav .header__nav-ul > li i.angle,
.header__nav .header__nav-ul > li svg {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.header__lng .header__lng-img.hover .header__lng-arrow svg,
.header__nav .header__nav-ul li.m-open i svg,
.header__nav .header__nav-ul > li.hover > i.angle svg,
.news-of-the-partner-accordion a.active i {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  color: var(--main-color);
}

.header__nav .header__nav-ul li {
  position: relative;
  list-style: none;
}

.header__nav .header__nav-ul li.more,
label.check input[type="checkbox"],
label.check input[type="radio"],
label.radio input[type="checkbox"],
label.radio input[type="radio"] {
  display: none;
}

.header__nav .header__nav-ul li a {
  font-size: 16px;
  line-height: 19px;
  position: relative;
  margin-right: 15px;
  padding-top: 6px;
  padding-bottom: 6px;
  text-decoration: none;
  color: #212121;
}

.header__nav .header__nav-ul li .header__dropdown_more li a:active,
.header__nav .header__nav-ul li .header__dropdown_more li a:hover,
.header__nav .header__nav-ul li a:active,
.header__nav .header__nav-ul li a:hover {
  text-decoration: none;
}

.header__nav .header__nav-ul li .header__dropdown_more li a:focus,
.header__nav .header__nav-ul li a:focus {
  text-decoration: none;
}

.header__nav .header__nav-ul li a:after {
  position: absolute;
  bottom: -3px;
  left: 0;
  display: block;
  width: 0;
  height: 4px;
  content: "";
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  background-color: var(--main-color);
}

.header__nav .header__nav-ul li .header__dropdown-wrap {
  position: absolute;
  z-index: 100;
  top: 27px;
  left: 0;
  visibility: hidden;
  width: 200px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  pointer-events: none;
  opacity: 0;
  background-color: #fff;
}

.header__nav .header__nav-ul li .header__dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  padding: 20px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 8px rgba(33, 33, 33, 0.14);
  box-shadow: 0 5px 8px rgba(33, 33, 33, 0.14);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
}

.header__nav .header__nav-ul li .header__dropdown li:last-of-type {
  margin-right: 0;
  margin-bottom: 0;
}

.header__nav .header__nav-ul li .header__dropdown_more {
  position: absolute;
  z-index: 100;
  top: 26px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  flex-direction: column;
  min-width: 170px;
  padding: 20px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  pointer-events: none;
  opacity: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 8px rgba(33, 33, 33, 0.14);
  box-shadow: 0 5px 8px rgba(33, 33, 33, 0.14);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
}

.aside .aside__proxi-on-countries ul li:last-of-type,
.header__lng-dropdown li:last-of-type,
.header__nav .header__nav-ul li .header__dropdown_more li:last-of-type {
  margin-bottom: 0;
}

.header__nav .header__nav-ul li .header__dropdown_more li a {
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  position: relative;
  margin-right: 15px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
  color: #212121;
}

.aside .aside__proxi-on-countries ul li a:after,
.sub-section-list li a:after,
.header__nav .header__nav-ul li .header__dropdown_more li a:after,
.tab-head a::after,
.default-link::after {
  position: absolute;
  bottom: -6px;
  left: 0;
  display: block;
  width: 0;
  height: 4px;
  content: "";
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  background-color: var(--main-color);
}

.header__nav
  .header__nav-ul
  li
  .header__dropdown_more
  .header__dropdown_more-sub {
  display: none;
  padding-top: 10px;
  padding-left: 10px;
  background-color: #fff;
}

.header__lng {
  font-size: 16px;
  position: relative;
  margin-right: 0;
  margin-left: 30px;
}

.header__lng .header__lng-img {
  cursor: pointer;
}

.header__lng .header__lng-img img {
  align-self: center;
  max-width: 20px;
  border-radius: 50%;
  margin-right: 5px;
  cursor: pointer;
}

.header__lng .header__lng-img i,
.header__lng-dropdown li a {
  font-size: 18px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.header__lng .header__lng-img,
.header__lng-arrow,
.header__lng-dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__lng-arrow {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__lng-dropdown {
  position: absolute;
  z-index: 100;
  top: 26px;
  right: 0;
  visibility: hidden;
  flex-direction: column;
  padding: 20px;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  pointer-events: none;
  opacity: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 8px rgba(33, 33, 33, 0.14);
  box-shadow: 0 5px 8px rgba(33, 33, 33, 0.14);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
}

.header__lng-dropdown:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 4px;
  content: "";
  background-color: var(--main-color);
}

.header__lng-dropdown li a {
  font-size: 16px;
  text-decoration: none;
  color: #212121;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__lng-dropdown li a:active,
.header__lng-dropdown li a:hover {
  text-decoration: none;
  color: var(--main-color);
}

.header__lng-dropdown li a:focus {
  text-decoration: none;
  color: var(--main-color);
}

label.check,
label.check i,
label.radio,
label.radio i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

label.check,
label.radio {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #727272;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
}

label.check i,
label.radio i {
  font-size: 16px;
  width: 15px;
  margin-right: 10px;
  -webkit-animation: checkColorBack;
  animation: checkColorBack;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

label.check span,
label.radio span {
  font-size: 16px;
  display: inline-block;
}

label.check input[type="checkbox"]:not(:checked) ~ .fa-2,
label.check input[type="radio"]:not(:checked) ~ .fa-2,
label.radio input[type="checkbox"]:not(:checked) ~ .fa-2,
label.radio input[type="radio"]:not(:checked) ~ .fa-2 {
  display: none;
}

label.check input[type="checkbox"]:checked ~ i.fa-1,
label.check input[type="radio"]:checked ~ i.fa-1,
label.radio input[type="checkbox"]:checked ~ i.fa-1,
label.radio input[type="radio"]:checked ~ i.fa-1 {
  display: none;
}

label.check input[type="checkbox"]:checked ~ i.fa-2,
label.check input[type="radio"]:checked ~ i.fa-2,
label.radio input[type="checkbox"]:checked ~ i.fa-2,
label.radio input[type="radio"]:checked ~ i.fa-2 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-animation: checkColor;
  animation: checkColor;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.top-section {
  background-color: #fff;
}

.top-section.flex {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.top-section__title {
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 40px;
  color: #212121;
}

.top-section--hero > .container {
  z-index: 1;
  position: relative;
}

.aside .aside__title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 20px;
}

.aside .aside__proxi-on-countries ul li {
  margin-bottom: 15px;
}

.aside .aside__proxi-on-countries ul li img {
  margin-right: 5px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.aside .aside__proxi-on-countries ul li a {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
  color: #212121;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.aside .aside__proxi-on-countries ul li a:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

/*.aside .aside__proxi-on-countries ul li a:hover:after{width:100%;opacity:1}*/
.aside .aside__proxi-on-countries ul li a:active,
.aside .aside__proxi-on-countries ul li a:hover,
.our-clients-latest-from-blog__item-title-slider-username a:active,
.our-clients-latest-from-blog__item-title-slider-username a:hover {
  text-decoration: none;
}

.aside .aside__proxi-on-countries ul li a:focus,
.our-clients-latest-from-blog__item-title-slider-username a:focus {
  text-decoration: none;
}

.aside .aside__submenu {
  display: none;
}

.aside .aside__link-toggle {
  line-height: 20px;
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.aside .aside__link-toggle.m-open i {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  color: var(--main-color);
}

.aside .aside__link-toggle i {
  font-size: 17px;
  margin-left: 5px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  color: #212121;
}

.aside .aside__link-toggle i,
.aside .aside__link-toggle svg {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.top-section__button {
  margin-bottom: 50px;
}

.top-section__advantages {
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  width: 700px;
  padding-top: 40px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
}

.top-section__advantages-block {
  position: relative;
  width: 270px;
  margin-bottom: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 3.5px 3.5px 8px rgba(33, 33, 33, 0.1);
  box-shadow: 3.5px 3.5px 8px rgba(33, 33, 33, 0.1);
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.top-section__advantages-block:last-of-type {
  margin-right: 100px;
}

.top-section__advantages-block:after {
  position: absolute;
  z-index: -1;
  display: block;
  width: 160px;
  height: 53px;
  content: "";
  border-radius: 5px;
  background-color: #212121;
  -webkit-box-shadow: 3.5px 3.5px 8px rgba(33, 33, 33, 0.1);
  box-shadow: 3.5px 3.5px 8px rgba(33, 33, 33, 0.1);
}

.top-section__advantages-block:nth-of-type(1),
.top-section__advantages-block:nth-of-type(3) {
  margin-left: auto;
}

.top-section__advantages-block:nth-of-type(1):after {
  bottom: -30px;
  left: -30px;
}

.top-section__advantages-block:nth-of-type(2):after {
  top: -30px;
  left: -25px;
}

.top-section__advantages-block:nth-of-type(3):after {
  right: -30px;
  bottom: -30px;
}

.top-section__advantages-block-title {
  font-size: 20px;
  font-size: 1.25rem;
  color: var(--main-color);
}

.top-section__advantages-block-text {
  font-size: 18px;
  font-size: 1.125rem;
}

.top-section__proxylist-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 110px;
  padding-bottom: 60px;
  background: #fff url(/local/templates/proxysale/css/../img/top-map.jpg) center top no-repeat;
  background-size: contain;
}

.top-section__proxylist {
  width: 370px;
}

.top-section__proxylist:first-of-type {
  margin-right: 130px;
  margin-left: 100px;
}

.footer form button[type="submit"],
.top-section__proxylist .top-section__proxylist-table {
  width: 100%;
}

.top-section__proxylist .proxylist-odd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 34px;
  margin-bottom: 16px;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  border-radius: 5px;
  background: #e7e7e7;
  -webkit-box-shadow: 3.5px 3.5px 8px rgba(33, 33, 33, 0.1);
  box-shadow: 3.5px 3.5px 8px rgba(33, 33, 33, 0.1);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-section__proxylist .proxylist-odd:hover {
  background: #212121;
}

.top-section__proxylist .proxylist-odd:hover .top-section__proxylist-table-td {
  color: #fff;
}

.top-section__proxylist
  .proxylist-odd:hover
  .top-section__proxylist-table-td:first-of-type {
  border-right: 1px solid #fff;
}

.section-faq {
  padding-top: 70px;
  padding-bottom: 70px; /*140px*/
}

.section-faq .title-inner-page-h2 {
  margin-bottom: 48px;
}

.top-section__proxylist .proxylist-odd .top-section__proxylist-table-td {
  /* font-family: NeoSansCyr-Regular, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; */
  font-size: 15px;
  font-size: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-left: 10px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-section__proxylist
  .proxylist-odd
  .top-section__proxylist-table-td:first-of-type {
  width: 45%;
  border-right: 1px solid #212121;
}

.footer {
  padding-top: 75px;
  padding-bottom: 40px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.footer .header__lng {
  margin-top: 14px;
}

.footer__h3-title {
  text-transform: uppercase;
  color: #595959;
  padding-bottom: 20px;
  margin-bottom: 24px;
  border-bottom: 1px solid #e3e3e3;
}

.footer__h3-title.margin-top {
  margin-top: 35px;
}

.footer form {
  margin-bottom: 35px;
}

.footer form .input-wrap {
  margin-bottom: 20px;
}

.footer ul:not(.header__lng-dropdown) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer ul:not(.header__lng-dropdown).info li {
  width: 100%;
}

.footer ul:not(.header__lng-dropdown).proxy li a {
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
  color: #212121;
}

.footer ul:not(.header__lng-dropdown) li a:hover img,
.footer ul:not(.header__lng-dropdown).proxy li a:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.footer ul:not(.header__lng-dropdown).proxy li a:after,
.footer ul:not(.header__lng-dropdown).social li a:after {
  bottom: -6px;
}

.footer ul:not(.header__lng-dropdown).social i {
  font-size: 18px;
  margin-right: 10px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.footer ul:not(.header__lng-dropdown).proxy li a,
.footer ul:not(.header__lng-dropdown).social li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer ul:not(.header__lng-dropdown).social li a:hover i {
  color: var(--main-color);
}

.footer ul:not(.header__lng-dropdown) li {
  width: 184px;
  font-size: 14px;
  color: #212121;
  opacity: 0.8;
  line-height: 35px;
}

.footer ul:not(.header__lng-dropdown) li:last-of-type {
  margin-bottom: 0;
}

.footer ul:not(.header__lng-dropdown) li img {
  margin-right: 5px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.footer ul:not(.header__lng-dropdown) li a {
  position: relative;
  display: inline;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
  color: #212121;
}

.footer ul:not(.header__lng-dropdown) li a.active:after,
.footer ul:not(.header__lng-dropdown) li a:hover:after,
.header__nav .header__nav-ul li .custon-link:hover:after,
#hero-menu .custon-link:hover:after,
#hero-menu .sub-section-list .custon-link:hover:after,
.tab-head a:hover::after,
.default-link:hover::after {
  width: 100%;
  opacity: 1;
}

.footer ul:not(.header__lng-dropdown) li a:active,
.footer ul:not(.header__lng-dropdown) li a:hover {
  text-decoration: none;
}

.footer ul:not(.header__lng-dropdown) li a:focus {
  text-decoration: none;
}

.footer ul:not(.header__lng-dropdown) li a:after {
  position: absolute;
  left: 0;
  display: block;
  width: 0;
  height: 4px;
  margin-top: 3px;
  content: "";
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  bottom: -3px;
  background-color: var(--main-color);
}

.footer ul:not(.header__lng-dropdown) li a.no-img {
  margin-left: 32px;
}

.footer__logo img {
  max-width: 130px;
  height: auto;
}

.footer__rights-reserved {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: right;
  color: #989898;
  margin-top: 28px;
  font-size: 12px;
  color: #595959;
  opacity: 0.8;
  line-height: 35px;
}

.icon-vk {
  width: 30px;
  height: 30px;
  fill: red;
}

@supports (-webkit-line-clamp: 6) {
  .line-clamp {
    display: -webkit-box;
    overflow: hidden;
    height: auto;
    max-height: 7.6em;
    -webkit-box-orient: vertical;
  }

  .line-clamp.six {
    -webkit-line-clamp: 6;
  }

  .line-clamp.three {
    -webkit-line-clamp: 3;
  }

  .line-clamp.four {
    -webkit-line-clamp: 4;
  }

  .line-clamp.two {
    -webkit-line-clamp: 2;
  }

  .line-clamp:after {
    display: none;
  }
}

footer {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.slider-site-program {
  padding-bottom: 50px;
  text-align: center;
  background-color: #fff;
}

.slider-site-program .title-inner-page-h2 {
  margin-bottom: 35px;
}

.slider-site-program .swiper-container-wrap {
  position: relative;
}

.slider-site-program .swiper-container {
  width: 1040px;
  height: 80px;
}

.slider-site-program .swiper-container .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 170px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.partners__partners-block-item > a:hover .partners__partners-block-item-img img,
.slider-site-program .swiper-container .swiper-slide.active-center img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.slider-site-program .swiper-container .swiper-slide img {
  max-width: 100%;
  height: auto;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.slider-site-program .swiper-button-prev {
  right: auto;
  left: 15px;
}

.slider-site-program .swiper-button-prev:hover {
  left: 0;
}

.recommended-programs .swiper-button-prev img,
.slider-site-program .swiper-button-prev img {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.slider-site-program .swiper-button-next {
  right: 15px;
  left: auto;
}

.slider-site-program .swiper-button-next:hover {
  right: 0;
}

.slider-site-program .swiper-button-next,
.slider-site-program .swiper-button-prev {
  position: absolute;
  z-index: 10;
  top: 50%;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.slider-site-program .swiper-button-next:active,
.slider-site-program .swiper-button-next:hover,
.slider-site-program .swiper-button-prev:active,
.slider-site-program .swiper-button-prev:hover {
  outline: 0;
}

.slider-site-program .swiper-button-next:focus,
.slider-site-program .swiper-button-prev:focus {
  outline: 0;
}

.proxy-sale-in-numbers {
  padding-bottom: 50px;
  background-color: #fff;
}

.proxy-sale-in-numbers-line {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  margin-bottom: 100px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.proxy-sale-in-numbers-line__line-itself {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #c3c3c3;
}

.proxy-sale-in-numbers-line__line-itself:after,
.proxy-sale-in-numbers-line__line-itself:before {
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  content: "";
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: #edf3f6;
}

.proxy-sale-in-numbers-line__line-itself:after {
  left: 0;
}

.proxy-sale-in-numbers-line__line-itself:before {
  right: 0;
}

.proxy-sale-in-numbers-line__line-item,
.proxy-sale-in-numbers-line__line-item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.proxy-sale-in-numbers-line__line-item-wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 1170px;
}

.proxy-sale-in-numbers-line__line-item {
  position: relative;
  width: 190px;
}

.proxy-sale-in-numbers-line__line-item:last-of-type {
  margin-right: 0;
}

.proxy-sale-in-numbers-line__line-item-circle
  .proxy-sale-in-numbers-line__line-item-circle {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.proxy-sale-in-numbers-line__line-item-circle
  .proxy-sale-in-numbers-line__line-item-circle.in1 {
  width: 50px;
  height: 50px;
  background-color: #ffe7aa;
}

.proxy-sale-in-numbers-line__line-item-circle
  .proxy-sale-in-numbers-line__line-item-circle.in2 {
  width: 40px;
  height: 40px;
  background-color: #fed97a;
}

.proxy-sale-in-numbers-line__line-item-circle
  .proxy-sale-in-numbers-line__line-item-circle.in3 {
  width: 30px;
  height: 30px;
  background-color: var(--main-color);
}

.proxy-sale-in-numbers-line__line-item-text {
  position: absolute;
  left: 50%;
  width: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
}

.proxy-sale-in-numbers-line__line-item-text.top {
  top: -60px;
}

.proxy-sale-in-numbers-line__line-item-text.bottom {
  bottom: -60px;
}

.proxy-sale-in-numbers-line__line-item-text-title {
  font-family: NeoSansPro-Bold, -apple-system, system-ui, BlinkMacSystemFont,
    "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
}

.our-clients-latest-from-blog {
  background-color: #fff;
}

.our-clients-latest-from-blog .title-inner-page-h2 {
  margin-bottom: 35px;
}

.our-clients-latest-from-blog.internal-page {
  padding-bottom: 30px;
}

.our-clients-latest-from-blog.index .internal-page-slider {
  flex-direction: row;
  width: initial;
  margin-right: 0;
  margin-left: 0;
  -ms-flex-negative: initial;
  flex-shrink: initial;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
}

.our-clients-latest-from-blog .internal-page-slider .swiper-container-wrap,
.our-clients-latest-from-blog.index
  .our-clients-latest-from-blog__link.link-client {
  position: relative;
  top: -60px;
}

.our-clients-latest-from-blog .internal-page-slider .swiper-container {
  height: 700px;
}

.our-clients-latest-from-blog .internal-page-slider .swiper-container:after {
  position: absolute;
  z-index: 10;
  bottom: -1px;
  left: -1px;
  display: block;
  width: 102%;
  height: 135px;
  content: "";
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(22%, rgba(251, 251, 251, 0)),
    color-stop(54%, #fff)
  );
  background: -o-linear-gradient(top, rgba(251, 251, 251, 0) 22%, #fff 54%);
  background: linear-gradient(to bottom, rgba(251, 251, 251, 0) 22%, #fff 54%);
}

.our-clients-latest-from-blog .internal-page-slider .swiper-container:before {
  position: absolute;
  z-index: 10;
  top: -2px;
  left: -1px;
  display: block;
  width: 102%;
  height: 260px;
  content: "";
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(32%, rgba(251, 251, 251, 0)),
    color-stop(54%, #fff)
  );
  background: -o-linear-gradient(bottom, rgba(251, 251, 251, 0) 32%, #fff 54%);
  background: linear-gradient(to top, rgba(251, 251, 251, 0) 32%, #fff 54%);
}

.our-clients-latest-from-blog .internal-page-slider .swiper-button-next,
.our-clients-latest-from-blog .internal-page-slider .swiper-button-prev {
  position: absolute;
  top: 53%;
  left: -88px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.our-clients-latest-from-blog .internal-page-slider .swiper-button-prev:hover {
  top: 51%;
}

.our-clients-latest-from-blog .internal-page-slider .swiper-button-prev img {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.our-clients-latest-from-blog .internal-page-slider .swiper-button-next {
  top: 50%;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

.our-clients-latest-from-blog .internal-page-slider .swiper-button-next:hover {
  top: 52%;
}

.our-clients-latest-from-blog .internal-page-slider .swiper-button-next img {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.our-clients-latest-from-blog .faq .slick-slider .slick-list,
.our-clients-latest-from-blog .faq .slick-slider .slick-track,
.select-multilevel-drop ul li i svg,
.select-multilevel > i > svg {
  -webkit-transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.our-clients-latest-from-blog .faq .accordion-wrap {
  position: relative;
}

.our-clients-latest-from-blog .faq .accordion {
  min-height: 100px;
  margin-bottom: 15px;
}

.our-clients-latest-from-blog .faq .slick-vertical .slick-slide:focus {
  border: 1px solid transparent !important;
  outline: 0;
}

.our-clients-latest-from-blog .faq .next,
.our-clients-latest-from-blog .faq .prev {
  position: absolute;
  z-index: 10;
  top: 45%;
  left: -88px;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.our-clients-latest-from-blog .faq .next:hover,
.our-clients-latest-from-blog .faq .prev:hover {
  top: 43%;
}

.our-clients-latest-from-blog .faq .prev img,
.select-multilevel-drop ul li.active > i svg {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.our-clients-latest-from-blog .faq .next {
  top: 41%;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

.our-clients-latest-from-blog .faq .next img {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.our-clients-latest-from-blog__item-title-slider-img {
  position: relative;
  overflow: hidden;
  width: 40px;
  height: 40px;
  margin-right: 20px;
  border-radius: 50%;
}

.our-clients-latest-from-blog__item-title-slider-img img {
  position: absolute;
  z-index: 0;
  top: 0;
  width: auto;
  min-width: 100%;
  height: 100%;
}

.our-clients-latest-from-blog__item-title-slider-username {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
}

.our-clients-latest-from-blog__item-title-slider-username .title {
  font-family: NeoSansPro-Medium, -apple-system, system-ui, BlinkMacSystemFont,
    "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
}

.our-clients-latest-from-blog__item-title-slider-username a {
  font-size: 16px;
  font-size: 1rem;
  text-decoration: underline;
  color: #a2a2a2;
}

.our-clients-latest-from-blog__item-text-slider {
  overflow: hidden;
  width: 99%;
  height: 153px;
  padding: 30px;
  background-color: #212121;
  -webkit-box-shadow: 3.5px 3.5px 8px rgba(33, 33, 33, 0.1);
  box-shadow: 3.5px 3.5px 8px rgba(33, 33, 33, 0.1);
}

.our-clients-latest-from-blog__item-text-slider p {
  overflow: hidden;
  height: 38px;
  color: #fff;
}

.our-clients-latest-from-blog__item-text-slider p:first-of-type {
  margin-bottom: 10px;
}

.our-clients-latest-from-blog__item-title-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
}

.our-clients-latest-from-blog__our-clients .title-inner-page-h2 {
  position: relative;
  z-index: 20;
  margin-bottom: 0;
}

.our-clients-latest-from-blog__lates-from-blog-item {
  height: 270px;
  margin-bottom: 30px;
  text-align: center;
  background-color: #fff;
  -webkit-box-shadow: 1px 8px 61.1px 3.9px rgba(33, 33, 33, 0.1);
  box-shadow: 1px 8px 61.1px 3.9px rgba(33, 33, 33, 0.1);
}

.our-clients-latest-from-blog__lates-from-blog-item > a {
  position: relative;
  display: block;
  height: 100%;
  padding: 40px 20px;
  text-decoration: none;
  color: inherit;
}

.our-clients-latest-from-blog__lates-from-blog-item > a:active,
.our-clients-latest-from-blog__lates-from-blog-item > a:hover {
  text-decoration: none;
}

.our-clients-latest-from-blog__lates-from-blog-item > a:focus {
  text-decoration: none;
}

.our-clients-latest-from-blog__lates-from-blog-item
  > a:hover
  .our-clients-latest-from-blog__lates-from-blog-item-title {
  color: var(--main-color);
}

.our-clients-latest-from-blog__lates-from-blog-item
  > a:hover
  .our-clients-latest-from-blog__lates-from-blog-item-pop-up {
  visibility: visible;
  opacity: 1;
}

.our-clients-latest-from-blog__lates-from-blog-item-title {
  font-size: 20px;
  font-size: 1.25rem;
  overflow: hidden;
  height: 70px;
  margin-bottom: 25px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}

.our-clients-latest-from-blog__lates-from-blog-item-txt {
  overflow: hidden;
  height: 80px;
}

.our-clients-latest-from-blog__lates-from-blog-item-pop-up {
  position: absolute;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  width: 100%;
  height: 90px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(251, 251, 251, 0)),
    color-stop(12%, #fff)
  );
  background: -o-linear-gradient(top, rgba(251, 251, 251, 0) 0, #fff 12%);
  background: linear-gradient(to bottom, rgba(251, 251, 251, 0) 0, #fff 12%);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.our-clients-latest-from-blog__link {
  margin-top: auto;
  text-align: center;
}

.our-clients-latest-from-blog__link.link-blog {
  margin-top: 5px;
}

.our-clients-latest-from-blog__link a {
  font-size: 18px;
  font-size: 1.125rem;
  color: #212121;
}

.our-clients-latest-from-blog__link a:active,
.our-clients-latest-from-blog__link a:hover {
  text-decoration: none;
}

.our-clients-latest-from-blog__link a:focus {
  text-decoration: none;
}

.partners .title-inner-page-h2 {
  margin-bottom: 35px;
}

.partners__wrap {
  margin-bottom: 20px;
}

.partners__partners-block-item {
  width: 100%;
  height: 270px;
  margin-bottom: 30px;
  text-align: center;
  background-color: #fff;
  -webkit-box-shadow: 1px 8px 61.1px 3.9px rgba(33, 33, 33, 0.1);
  box-shadow: 1px 8px 61.1px 3.9px rgba(33, 33, 33, 0.1);
}

.partners__partners-block-item > a {
  position: relative;
  display: block;
  height: 100%;
  padding: 65px 40px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
  color: inherit;
}

.partners__partners-block-item > a:hover {
  text-decoration: none;
  -webkit-box-shadow: 0 0 7.8px 3.2px rgba(255, 196, 42, 0.31);
  box-shadow: 0 0 7.8px 3.2px rgba(255, 196, 42, 0.31);
}

.partners__partners-block-item > a:active {
  text-decoration: none;
}

.partners__partners-block-item > a:focus {
  text-decoration: none;
}

.partners__partners-block-item-img {
  margin-bottom: 50px;
}

.partners__partners-block-item-img img {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.partners__partners-block-item-txt {
  overflow: hidden;
  height: 73px;
}

.partners__partners-block-item-txt p {
  font-size: 20px;
  font-size: 1.25rem;
}

.partners__news-of-partners-item {
  width: 100%;
  height: 270px;
  margin-bottom: 30px;
  text-align: center;
  background-color: #fff;
  -webkit-box-shadow: 1px 8px 61.1px 3.9px rgba(33, 33, 33, 0.1);
  box-shadow: 1px 8px 61.1px 3.9px rgba(33, 33, 33, 0.1);
}

.partners__news-of-partners-item > a {
  position: relative;
  display: block;
  height: 100%;
  padding: 40px 20px;
  text-decoration: none;
  color: inherit;
}

.partners__news-of-partners-item > a:active,
.partners__news-of-partners-item > a:hover {
  text-decoration: none;
}

.partners__news-of-partners-item > a:focus {
  text-decoration: none;
}

.partners__news-of-partners-item
  > a:hover
  .partners__news-of-partners-item-title,
.seo-text__text p a {
  color: var(--main-color);
}

.partners__news-of-partners-item
  > a:hover
  .partners__news-of-partners-item-pop-up {
  visibility: visible;
  opacity: 1;
}

.partners__news-of-partners-item-title {
  font-size: 20px;
  font-size: 1.25rem;
  overflow: hidden;
  height: 70px;
  margin-bottom: 25px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}

.partners__news-of-partners-item-txt {
  overflow: hidden;
  height: 80px;
}

.partners__news-of-partners-item-pop-up {
  position: absolute;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  width: 100%;
  height: 90px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(251, 251, 251, 0)),
    color-stop(12%, #fff)
  );
  background: -o-linear-gradient(top, rgba(251, 251, 251, 0) 0, #fff 12%);
  background: linear-gradient(to bottom, rgba(251, 251, 251, 0) 0, #fff 12%);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.partners__link {
  text-align: center;
}

.partners__link a {
  font-size: 18px;
  font-size: 1.125rem;
  color: #212121;
}

.partners__link a:active,
.partners__link a:hover,
.seo-text__text p a:active,
.seo-text__text p a:hover {
  text-decoration: none;
}

.partners__link a:focus,
.seo-text__text p a:focus {
  text-decoration: none;
}

.seo-text {
  background-color: #fff;
}

.seo-text .title-inner-page-h2,
.seo-text h2,
.seo-text__text p {
  font-size: 32px;
  margin-bottom: 30px;
}

.seo-text__text p {
  margin-bottom: 25px;
}

.seo-text__text ol,
.seo-text__text ul {
  padding-left: 20px;
  margin: 16px 0;
}

.seo-text__text ol li,
.seo-text__text ul li {
  list-style: inherit;
  line-height: 1.5;
  margin: 8px 0;
}

.contact-title {
  margin-top: 30px;
}

.contact-title:first-of-type {
  margin-top: 100px;
}

.contact-title.contact-title_long-width {
  width: 440px;
}

.contact-title p.title-inner-page-h3 {
  font-size: 20px;
  font-weight: 400;
  margin-top: 1em;
  margin-bottom: 1em;
}

.contact__send-a-message {
  width: 600px;
  padding-right: 15px;
  padding-left: 15px;
}

.contact-online {
  margin-top: 100px;
}

.contact-form .contact-select,
.contact-form .input-wrap {
  margin-bottom: 20px;
}

.contact__connect-with-us-wrap {
  width: 400px;
  padding-right: 15px;
  padding-left: 15px;
}

.contact__connect-with-us {
  margin-top: -6px;
}

.contact__connect-with-us-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-align: self-start;
  -ms-flex-align: self-start;
  align-items: self-start;
}

.contact__connect-with-us-item i {
  font-size: 18px;
  width: 20px;
  margin-right: 10px;
  color: var(--main-color);
}

.contact__connect-with-us-item img {
  width: 20px;
  margin-right: 10px;
}

.contact__connect-with-us-item a {
  font-size: 16px;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  text-decoration: none;
  color: #212121;
}

.contact__connect-with-us-item a:hover {
  text-decoration: underline;
  color: var(--main-color);
}

.contact__connect-with-us-item a:active,
.read-also p a:active,
.read-also p a:hover {
  text-decoration: underline;
}

.contact__connect-with-us-item a:focus,
.read-also p a:focus {
  text-decoration: underline;
}

.contact__connect-with-us-item span {
  font-size: 16px;
  color: #212121;
}

.contact__online-wrap {
  width: 300px;
  padding-right: 15px;
  padding-left: 15px;
}

.proxy-by-the-piece {
  width: 1070px;
  margin-bottom: 40px;
}

.proxy-by-the-piece__select-wrap {
  margin-bottom: 5px;
}

.proxy-by-the-piece__select-item {
  width: 300px;
  margin-bottom: 20px;
  padding-right: 15px;
  padding-left: 15px;
}

.proxy-by-the-piece__btn-wrap {
  width: 200px;
  padding-right: 15px;
  padding-left: 15px;
}

.proxy-by-the-piece__btn-wrap button {
  min-width: 100%;
}

.proxy-by-the-piece__select-bot-txt {
  font-size: 18px;
}

.proxy-by-the-piece__select-bot-txt.error p {
  width: 170px;
  margin-right: 15px;
  text-align: center;
  color: red;
}

.proxy-by-the-piece__select-bot-txt p {
  margin-left: auto;
}

.batch-proxies-table__target i:hover,
.proxy-by-the-piece__select-bot-txt span,
.title-inner-page i:hover {
  color: var(--main-color);
}

.title-inner-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.title-inner-page .title-inner-page-h2 {
  margin-right: 10px;
  text-align: left;
}

.batch-proxies-table__target i,
.title-inner-page i {
  cursor: pointer;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  color: #727272;
}

.batch-proxies-table {
  margin-bottom: 30px;
}

.batch-proxies-table__tab-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.batch-proxies-table__table-wrap {
  width: 1030px;
  padding-right: 15px;
  padding-left: 15px;
}

.batch-proxies-table__head-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 76px;
  padding-left: 15px;
  background-color: #212121;
  -webkit-box-shadow: 3.5px 3.5px 8px rgba(33, 33, 33, 0.1);
  box-shadow: 3.5px 3.5px 8px rgba(33, 33, 33, 0.1);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.batch-proxies-table__target-mobile {
  display: none;
}

.batch-proxies-table__target {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 285px;
  color: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.batch-proxies-table__target p {
  font-size: 22px;
  margin-right: 20px;
}

.batch-proxies-table__target i {
  color: #fff;
}

.batch-proxies-table__quantity {
  width: 270px;
  color: #fff;
}

.batch-proxies-table__quantity p {
  font-size: 22px;
}

.batch-proxies-table__select-wrap {
  width: 170px;
  margin-right: 30px;
}

.batch-proxies-table__select-wrap:last-of-type {
  margin-right: 0;
}

.batch-proxies-table__select-wrap.long-width {
  width: 200px;
}

.batch-proxies-table__table {
  font-size: 16px;
  width: 100%;
  border-collapse: collapse;
}

.batch-proxies-table__table .main-btn {
  min-width: 170px;
}

.batch-proxies-table__table tr {
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background-color: transparent;
}

.batch-proxies-table__table tr td {
  position: relative;
  overflow: hidden;
  padding: 20px 15px;
  text-align: center;
  border-bottom: 1px solid #e8e8e8;
}

.batch-proxies-table__table tr td:first-of-type {
  width: 285px;
  text-align: left;
}

.batch-proxies-table__table .table-button-modal-open {
  font-size: 13px;
  font-weight: 500;
  line-height: 25px;
  position: absolute;
  bottom: -25px;
  left: 50%;
  width: 84px;
  height: 25px;
  -webkit-transition: bottom 0.2s;
  -o-transition: bottom 0.2s;
  transition: bottom 0.2s;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  color: #fff;
  border-radius: 20px 20px 0 0;
  background: var(--main-color);
}

.batch-proxies-table__table .table-numb-divider {
  position: relative;
  top: 0;
  display: inline-block;
  -webkit-transition: top 0.2s;
  -o-transition: top 0.2s;
  transition: top 0.2s;
}

.batch-proxies-table__table .table-numb-divider .table-numb-divider__line {
  height: 1px;
  background-color: #ffad00;
}

.batch-proxies-table__info-block {
  width: 240px;
  margin-top: 100px;
  margin-left: auto;
}

.batch-proxies-table__info-block-item,
.batch-proxies-table__info-block-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.batch-proxies-table__info-block-item {
  /* font-family: NeoSansCyr-Regular, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; */
  margin-bottom: 30px;
}

.batch-proxies-table__info-block-item a {
  text-decoration: none;
  color: #212121;
}

.batch-proxies-table__info-block-item a:hover p:before,
.big-info-block__info-block-item a:hover p:before {
  left: -8px;
  width: 10px;
}

.batch-proxies-table__info-block-item a:active,
.batch-proxies-table__info-block-item a:hover {
  text-decoration: none;
}

.batch-proxies-table__info-block-item a:focus {
  text-decoration: none;
}

.batch-proxies-table__info-block-item img {
  width: 50px;
  margin-right: 20px;
}

.batch-proxies-table__info-block-item p {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 170px;
  height: 48px;
  padding-left: 10px;
  word-break: break-word;
  border-radius: 0 10px 10px 0;
  background-color: #e7e7e7;
  -webkit-box-shadow: 0 0 21px rgba(240, 240, 240, 0.66);
  box-shadow: 0 0 21px rgba(240, 240, 240, 0.66);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.batch-proxies-table__info-block-item p:before,
.big-info-block__info-block-item p:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 2px;
  height: 100%;
  content: "";
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background-color: var(--main-color);
}

.faq,
.internal-page-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
}

.internal-page-slider {
  margin-right: 15px;
  margin-left: 115px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 570px;
}

.faq {
  width: 600px;
  padding-right: 15px;
  padding-left: 15px;
}

.our-clients-latest-from-blog.internal-page
  .our-clients-latest-from-blog__item-text-slider {
  width: 100%;
}

.recommended-programs {
  background-color: #fff;
}

.recommended-programs .swiper-container-wrap {
  position: relative;
  width: 1180px;
  margin: auto;
}

.recommended-programs .swiper-container {
  padding: 25px 5px;
}

.recommended-programs .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.recommended-programs .swiper-button-next,
.recommended-programs .swiper-button-prev {
  position: absolute;
  top: 50%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.recommended-programs .swiper-button-next {
  right: -75px;
  left: auto;
}

.recommended-programs .swiper-button-next:hover {
  right: -90px;
}

.recommended-programs .swiper-button-prev {
  right: auto;
  left: -75px;
}

.recommended-programs .swiper-button-prev:hover {
  left: -90px;
}

.recommended-programs__slider-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  width: 270px;
  min-height: 392px;
  padding-top: 35px;
  padding-bottom: 30px;
  cursor: pointer;
  background-color: #fff;
  -webkit-box-shadow: 0 0 8px rgba(33, 33, 33, 0.22);
  box-shadow: 0 0 8px rgba(33, 33, 33, 0.22);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
}

.recommended-programs__slider-item:hover .main-btn_white {
  text-decoration: none;
  color: #212121;
  border: 1px solid var(--main-color);
  outline: 0;
  background-color: var(--main-color);
}

/* .accordion_title.active p,
.accordion_title:hover p, */
.big-info-block__info > p span,
.recommended-programs__slider-item:hover
  .recommended-programs__item-title-slider {
  color: var(--main-color);
}

.recommended-programs__slider-item-top {
  /* font-family: NeoSansCyr-Regular, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; */
  position: absolute;
  top: -18.5px;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 37px;
  height: 37px;
  padding-top: 2px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  color: var(--main-color);
  border-radius: 50%;
  background-color: #212121;
  -webkit-box-shadow: 0 5px 8px rgba(33, 33, 33, 0.1);
  box-shadow: 0 5px 8px rgba(33, 33, 33, 0.1);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.recommended-programs__item-img-slider {
  height: 70px;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.recommended-programs__item-btn-slider,
.recommended-programs__item-img-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page-recommended-programs__item-btn button,
.recommended-programs__item-btn-slider button {
  min-width: 240px;
}

.recommended-programs__item-title-slider,
.recommended-programs__item-txt-slider {
  font-size: 18px;
  overflow: hidden;
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
}

.recommended-programs__item-title-slider {
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
  height: 40px;
  margin-bottom: 10px;
}

.recommended-programs__item-txt-slider {
  height: 105px;
  margin-bottom: auto;
}

.accordion-wrap {
  min-height: 605px;
}

.accordion-wrap.FAQ {
  min-height: 0;
  margin-bottom: 68px;
}

.accordion {
  z-index: 10;
  margin-bottom: 30px;
}

.accordion:last-of-type,
.conditions__list li:last-of-type {
  margin-bottom: 0;
}

.accordion_title {
  position: relative;
  /* z-index: 10; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 30px;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  color: #212121;
  border-bottom: none;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.accordion_circle.active,
.accordion_title:hover .accordion_circle {
  background-color: var(--main-color);
}

.accordion_circle,
.accordion_title p {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.accordion_title p {
  font-family: "Conv_Rubik-Medium";
  font-size: 22px;
}

.accordion_circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #212121;
}

.accordion_circle.active img {
  opacity: 1;
}

.accordion_circle img {
  position: absolute;
  z-index: -1;
  bottom: -15px;
  left: 50%;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  opacity: 0;
}

.accordion_circle span {
  /* font-family: NeoSansCyr-Regular, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; */
  font-size: 24px;
  font-weight: 800;
  position: absolute;
  top: 50%;
  left: 52%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
}

.accordion_content {
  position: relative;
  /* z-index: 9; */
  display: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  border-top: none;
  background-color: #fff;
}

/*.accordion_content:after{position:absolute;top:25px;left:28.5px;display:block;width:5px;height:calc(100% - 45px);content:"";background:#fff url(/local/templates/proxysale/css/../img/accordion_dot.png) center top repeat-y}*/
.accordion_content p {
  font-size: 16px;
  margin: 0;
  padding-top: 20px;
}

.page404 {
  padding-top: 50px;
  padding-bottom: 100px;
  background-color: #fff;
}

.page404__img {
  text-align: center;
}

.page404__title {
  font-family: NeoSansPro-Bold, -apple-system, system-ui, BlinkMacSystemFont,
    "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 40px;
  margin-bottom: 50px;
  color: var(--main-color);
}

.page404__title p {
  /* font-family: NeoSansCyr-Regular, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; */
  font-size: 30px;
  color: #212121;
}

.page404__link,
.page404__title {
  text-align: center;
}

.page404__link a {
  min-width: 370px;
}

.batch-proxies-table__table.ipv6 tr td:first-of-type {
  width: 200px;
}

.batch-proxies-table__table.ipv6 .td-country-lng,
.conditions__list li,
.title-with-decor,
.td-country-lng {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.batch-proxies-table__table.ipv6 .td-country-lng img,
.td-country-lng img {
  margin-right: 6px;
}

.batch-proxies-table__target.ipv6 {
  width: 200px;
}

.conditions h1 {
  font-size: 28px;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 45px;
  text-align: center;
}

.title-with-decor {
  color: #595959;
  font-size: 20px;
  position: relative;
  margin-bottom: 35px;
  padding-right: 15px;
  text-transform: uppercase;
  background-color: #fff;
}

.title-with-decor__decor {
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 70px;
  background-color: #212121;
}

.title-with-decor__decor:after {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 60px;
  height: 6px;
  content: "";
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}

.title-with-decor__decor.title-with-decor__decor_green:after {
  background-color: #1ea30c;
}

.title-with-decor__decor.title-with-decor__decor_red:after {
  background-color: #c22226;
}

.title-with-decor__decor.title-with-decor__decor_yellow:after {
  background-color: var(--main-color);
}

.conditions__list,
.thank-you-for-your-purchase__txt p {
  margin-bottom: 25px;
}

.conditions__list i {
  font-size: 18px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.conditions__list.conditions__list_red i {
  margin-right: 10px;
  color: #fa2828;
}

.conditions__list.conditions__list_green i {
  margin-right: 5px;
  color: #1ea30c;
}

.conditions__list li {
  margin-bottom: 20px;
}

.conditions__title-bottom {
  font-family: NeoSansPro-Medium, -apple-system, system-ui, BlinkMacSystemFont,
    "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 18px;
  margin-bottom: 35px;
}

.conditions__title-bottom.m-b {
  margin-bottom: 20px;
}

.thank-you-for-your-purchase__title {
  font-size: 28px;
  margin-top: 54px;
  margin-bottom: 50px;
  font-family: "Conv_Rubik-Medium", -apple-system, system-ui, BlinkMacSystemFont,
    "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  text-align: center;
}

.thank-you-for-your-purchase__btn {
  text-align: center;
}

.thank-you-for-your-purchase__btn .margin-bottom {
  margin-bottom: 60px;
}

.thank-you-for-your-purchase__txt {
  font-size: 18px;
}

.thank-you-for-your-purchase__txt p:last-of-type {
  margin-bottom: 40px;
}

.form-comments h3 b,
.thank-you-for-your-purchase__txt b {
  font-family: NeoSansPro-Bold, -apple-system, system-ui, BlinkMacSystemFont,
    "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.thank-you-for-your-purchase__main-title {
  font-family: NeoSansPro-Medium, -apple-system, system-ui, BlinkMacSystemFont,
    "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 23px;
  line-height: 1;
  margin-bottom: 40px;
  text-align: center;
}

.thank-you-for-your-purchase__txt-review {
  margin-bottom: 35px;
  font-family: "Conv_Rubik-Regular", -apple-system, system-ui,
    BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  text-align: center;
}

.form-comments h3,
.thank-you-for-your-purchase__txt-review p {
  font-size: 20px;
}

.thank-you-for-your-purchase__link-item {
  font-size: 18px;
  line-height: 44px;
  width: 170px;
  height: 44px;
  margin-right: 15px;
  margin-bottom: 10px;
  margin-left: 15px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-align: center;
  text-decoration: none;
  color: #212121;
  border-radius: 5px;
  background-color: #d9d9d9;
}

.thank-you-for-your-purchase__link-item:active,
.thank-you-for-your-purchase__link-item:hover {
  text-decoration: none;
  color: #fff;
  background-color: #212121;
}

.thank-you-for-your-purchase__link-item:focus {
  text-decoration: none;
  color: #fff;
  background-color: #212121;
}

.thank-you-for-your-purchase__link-items {
  margin-bottom: 70px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.thank-you-for-your-purchase__social-connect-wrap {
  margin-right: 15px;
  margin-left: 15px;
}

.thank-you-for-your-purchase__social {
  width: 470px;
}

.thank-you-for-your-purchase__social-title {
  font-size: 20px;
  margin-bottom: 25px;
}

.news-of-the-partner-accordion__content-inner span,
.thank-you-for-your-purchase__connect-with-us {
  width: 270px;
}

.page-recommended-programs-inner {
  background-color: #fff;
}

.page-recommended-programs-inner__program {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 32px;
  padding-bottom: 40px;
}

.page-recommended-programs-inner__program-txt-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page-recommended-programs-inner__program-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 370px;
  height: 283px;
  margin-right: 30px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 8px rgba(33, 33, 33, 0.22);
  box-shadow: 0 0 8px rgba(33, 33, 33, 0.22);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.page-recommended-programs-inner__program-title {
  font-size: 28px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.page-recommended-programs-inner__program-title.page-recommended-programs-inner__program-title_top
  p {
  position: relative;
}

.page-recommended-programs-inner__program-title.page-recommended-programs-inner__program-title_top
  p:after {
  /* font-family: NeoSansCyr-Regular, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; */
  font-size: 16px;
  position: absolute;
  top: 50%;
  right: -150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 22px;
  content: "В ТОПЕ";
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  color: var(--main-color);
  border-radius: 5px;
  background-color: #212121;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page-recommended-programs-inner__program-txt {
  margin-bottom: auto;
}

.page-recommended-programs-inner__program-txt p {
  font-size: 18px;
  overflow: hidden;
  width: 100%;
  height: 127px;
}

.tariffs-proposed-by-the-company {
  background-color: #fff;
}

.tariffs-proposed-by-the-company__title {
  font-size: 28px;
  margin-bottom: 35px;
  padding-top: 40px;
  text-align: center;
  text-transform: uppercase;
}

.tariffs-proposed-by-the-company__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tariffs-proposed-by-the-company__item {
  padding-right: 15px;
  padding-left: 15px;
}

.tariffs-proposed-by-the-company__item-inner {
  width: 370px;
  margin-bottom: 30px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 8px rgba(33, 33, 33, 0.22);
  box-shadow: 0 0 8px rgba(33, 33, 33, 0.22);
}

.tariffs-proposed-by-the-company__item-inner:last-of-type {
  margin-right: 0;
}

.tariffs-proposed-by-the-company__item-row,
.tariffs-proposed-by-the-company__item-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tariffs-proposed-by-the-company__item-top {
  /* font-family: NeoSansCyr-Regular, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; */
  height: 76px;
  color: #fff;
  background-color: #212121;
  -webkit-box-shadow: 3.5px 3.5px 8px rgba(33, 33, 33, 0.1);
  box-shadow: 3.5px 3.5px 8px rgba(33, 33, 33, 0.1);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 22px;
}

.tariffs-proposed-by-the-company__item-row {
  font-size: 18px;
  flex-direction: column;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
}

.tariffs-proposed-by-the-company__item-row p {
  text-align: center;
}

.tariffs-proposed-by-the-company__item-row:first-of-type {
  padding-top: 40px;
  padding-bottom: 40px;
}

.tariffs-proposed-by-the-company__item-title {
  font-family: NeoSansPro-Medium, -apple-system, system-ui, BlinkMacSystemFont,
    "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 28px;
}

.tariffs-proposed-by-the-company__item-divider {
  width: 342px;
  height: 1px;
  margin: auto;
  background-color: #e8e8e8;
}

.tariffs-proposed-by-the-company__item-btn .main-btn {
  min-width: 170px;
}

.big-info-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 45px;
  background-color: #fff;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.big-info-block__payment-methods-wrap {
  width: 470px;
  min-height: 252px;
  margin-right: 130px;
  margin-bottom: 30px;
  padding: 20px;
  border-radius: 10px;
  background-color: #e7e7e7;
  -webkit-box-shadow: 0 0 21px rgba(240, 240, 240, 0.66);
  box-shadow: 0 0 21px rgba(240, 240, 240, 0.66);
}

.big-info-block__link {
  margin-bottom: 35px;
}

.big-info-block__link a {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
  color: var(--main-color);
}

.big-info-block__link a:active,
.big-info-block__link a:hover {
  text-decoration: none;
  color: #212121;
}

.big-info-block__link a:focus {
  text-decoration: none;
  color: #212121;
}

.big-info-block__payment-methods-title {
  font-size: 22px;
  margin-bottom: 5px;
}

.big-info-block__payment-method-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.big-info-block__payment-method-items img {
  margin-right: 10px;
  margin-bottom: 15px;
}

.big-info-block__info {
  width: 470px;
}

.big-info-block__info > p {
  font-family: NeoSansPro-Medium, -apple-system, system-ui, BlinkMacSystemFont,
    "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 18px;
  margin-bottom: 25px;
}

.big-info-block__info-block-item,
.big-info-block__info-block-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.big-info-block__info-block-item {
  /* font-family: NeoSansCyr-Regular, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; */
  margin-bottom: 30px;
}

.big-info-block__info-block-item a {
  text-decoration: none;
  color: #212121;
}

.big-info-block__info-block-item a:active,
.big-info-block__info-block-item a:hover {
  text-decoration: none;
}

.big-info-block__info-block-item a:focus {
  text-decoration: none;
}

.big-info-block__info-block-item img {
  width: 50px;
  margin-right: 20px;
}

.big-info-block__info-block-item p {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 170px;
  height: 48px;
  padding-left: 10px;
  word-break: break-word;
  border-radius: 0 10px 10px 0;
  background-color: #e7e7e7;
  -webkit-box-shadow: 0 0 21px rgba(240, 240, 240, 0.66);
  box-shadow: 0 0 21px rgba(240, 240, 240, 0.66);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.leave-a-comment-guest-user {
  margin-bottom: 70px;
  background-color: #fff;
}

.leave-a-comment-guest-user.news-of-the-partner
  .leave-a-comment-guest-user__item-input-wrap:nth-of-type(2) {
  width: 600px;
}

.leave-a-comment-guest-user__title {
  font-size: 26px;
  margin-bottom: 25px;
}

.leave-a-comment-guest-user__tabs-all-items-wrap {
  background-color: #fff;
}

.leave-a-comment-guest-user__tabs-all-items-wrap .tabs-wrap {
  padding: 0;
}

.leave-a-comment-guest-user__tabs-all-items-wrap .tabs-items-wrap {
  font-size: 0;
  margin-bottom: 30px;
}

.leave-a-comment-guest-user__tabs-all-items-wrap form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.leave-a-comment-guest-user__item-input-wrap {
  width: 600px;
  margin-bottom: 20px;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.leave-a-comment-guest-user__item-input-wrap:nth-of-type(2) {
  width: 700px;
}

.leave-a-comment-guest-user__item-textarea-wrap {
  font-size: 0;
  width: 100%;
  margin-bottom: 30px;
  padding-right: 15px;
  padding-left: 15px;
}

.leave-a-comment-guest-user__item-textarea-wrap textarea {
  resize: none;
}

.leave-a-comment-guest-user__btn {
  padding-left: 15px;
}

.form-comments__item {
  margin-bottom: 35px;
  padding-left: 23px;
  border-left: 1px solid #b6b6b6;
}

.form-comments__username {
  font-family: NeoSansPro-Bold, -apple-system, system-ui, BlinkMacSystemFont,
    "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 18px;
  margin-bottom: 10px;
}

.form-comments__date {
  font-size: 14px;
  margin-bottom: 25px;
}

.form-comments__text p {
  font-size: 14px;
  overflow: hidden;
  height: 49px;
}

.page-recommended-programs {
  background-color: #fff;
}

.page-recommended-programs__title {
  font-size: 28px;
  margin-bottom: 35px;
  padding-top: 30px;
  text-align: center;
}

.page-recommended-programs__tabs-all-items-wrap {
  margin-bottom: 30px;
}

.page-recommended-programs__tabs-all-items-wrap .tabs-items-wrap {
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page-recommended-programs__tabs-all-items-wrap .tabs-wrap {
  padding: 0;
}

.page-recommended-programs__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page-recommended-programs__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  width: 270px;
  min-height: 392px;
  margin-right: 15px;
  margin-bottom: 48px;
  margin-left: 15px;
  padding-top: 35px;
  padding-bottom: 30px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 8px rgba(33, 33, 33, 0.22);
  box-shadow: 0 0 8px rgba(33, 33, 33, 0.22);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.page-recommended-programs__item-top {
  /* font-family: NeoSansCyr-Regular, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; */
  position: absolute;
  top: -18.5px;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 37px;
  height: 37px;
  padding-top: 2px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  color: var(--main-color);
  border-radius: 50%;
  background-color: #212121;
  -webkit-box-shadow: 0 5px 8px rgba(33, 33, 33, 0.1);
  box-shadow: 0 5px 8px rgba(33, 33, 33, 0.1);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page-recommended-programs__item-img {
  height: 70px;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-recommended-programs__item-btn,
.page-recommended-programs__item-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page-recommended-programs__item-title,
.page-recommended-programs__item-txt {
  font-size: 18px;
  overflow: hidden;
  height: 42px;
  margin-bottom: 10px;
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
}

.page-recommended-programs__item-txt {
  height: 105px;
  margin-bottom: auto;
}

.partners-main,
.section-seo-text {
  background-color: #fff;
}

.partners-main h1,
.feedback-from-our-customers h1 {
  margin-top: 0;
}

.partners-main,
.feedback-from-our-customers,
.page-blog-selected-program {
  padding-top: 54px;
}

.page-blog-selected-program .hero__description {
  width: 100%;
  max-width: 100% !important;
}

.section-seo-text h2 {
  margin-bottom: 30px;
}

.section-seo-text p {
  font-size: 18px;
  margin-bottom: 20px;
}

.partners-main__title,
.section-seo-text h2 {
  font-size: 28px;
  text-align: center;
}

.partners-main__title h1 {
  /* font-family: NeoSansPro-Regular, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; */
  font-size: 28px;
  margin-bottom: 50px;
}

.partners-main__tabs-all-items-wrap .tabs-items-wrap {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.partners-main__tabs-all-items-wrap
  .tabs-items-wrap
  .tabs-item-btn:first-of-type {
  margin-right: 70px;
}

.partners-main__tabs-all-items-wrap .tabs-wrap {
  padding: 0;
}

.partners-main__tabs-all-items-wrap .tabs-items-wrap {
  margin-bottom: 40px;
  border-bottom: 1px solid #e8e8e8;
}

.partners-main .title-with-decor {
  margin-bottom: 32px;
}

.partners-main__items {
  margin-bottom: 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.partners-main__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  width: 400px;
  height: 395px;
  margin-right: 15px;
  margin-bottom: 30px;
  margin-left: 15px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 8px rgba(33, 33, 33, 0.22);
  box-shadow: 0 0 8px rgba(33, 33, 33, 0.22);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
}

.partners-main__item-title {
  font-family: NeoSansPro-Medium, -apple-system, system-ui, BlinkMacSystemFont,
    "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 22px;
  overflow: hidden;
  height: 26px;
  margin-bottom: 10px;
  padding-right: 20px;
  padding-left: 20px;
}

.partners-main__item-txt {
  font-size: 16px;
  margin-bottom: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.partners-main__item-btn {
  margin-bottom: 30px;
  text-align: center;
}

.partners-main__item-btn .main-btn {
  width: 170px;
  height: 46px;
}

.partners-main__item-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 180px;
  margin-bottom: 15px;
  background-color: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.aside-partners {
  /* padding-top: 10px; */
  background-color: #fff;
}

.top-section--hero.country {
  padding-bottom: 170px;
}

.aside-partners__title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
  -webkit-margin-before: 1em;
  margin-block-start: 1em;
  -webkit-margin-after: 1em;
  margin-block-end: 1em;
}

.aside-partners-about-the-partner {
  background-color: #fff;
}

.aside-partners-about-the-partner__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 86px;
  margin-bottom: 15px;
  -webkit-box-shadow: 0 0 8px rgba(33, 33, 33, 0.22);
  box-shadow: 0 0 8px rgba(33, 33, 33, 0.22);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.aside-partners-about-the-partner__title {
  font-size: 18px;
  margin-bottom: 15px;
}

.aside-partners-about-the-partner__link,
.personal-area-profile-form__block-input-item.two-input input {
  margin-bottom: 15px;
}

.aside-partners-about-the-partner__link a {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
  color: var(--main-color);
}

.aside-partners-about-the-partner__link a:hover,
.read-also p a {
  text-decoration: none;
  color: #212121;
}

.aside-partners-about-the-partner__link a:active {
  text-decoration: none;
}

.aside-partners-about-the-partner__link a:focus {
  text-decoration: none;
}

.aside-partners-about-the-partner__txt {
  margin-bottom: 35px;
}

.last-in-blog {
  margin-bottom: 40px;
  background-color: #fff;
}

.last-in-blog__title {
  font-size: 20px;
  margin-bottom: 15px;
}

.last-in-blog__item {
  height: 120px;
  margin-bottom: 20px;
  -webkit-transition: border 0.5s;
  -o-transition: border 0.5s;
  transition: border 0.5s;
  border: 1px solid transparent;
  background-color: #fff;
  -webkit-box-shadow: 0 0 8px rgba(33, 33, 33, 0.22);
  box-shadow: 0 0 8px rgba(33, 33, 33, 0.22);
}

.last-in-blog__item:last-of-type,
.personal-area-nav ul li.personal-area-nav__li-submenu-drop li:last-of-type,
.personal-area-profile-form__block-input-item.two-input input:last-of-type,
.read-also p:last-of-type {
  margin-bottom: 0;
}

.last-in-blog__item:hover {
  border: 1px solid #ffad00;
}

.last-in-blog__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 20px;
  text-decoration: none;
  color: #212121;
}

.last-in-blog__item a:active,
.last-in-blog__item a:hover {
  text-decoration: none;
}

.last-in-blog__item a:focus {
  text-decoration: none;
}

.last-in-blog__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  margin-right: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.last-in-blog__txt {
  overflow: hidden;
  height: 78px;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}

.subscribe-to-newsletter {
  padding-top: 25px;
  padding-bottom: 30px;
  border-top: 2px solid var(--main-color);
  border-bottom: 2px solid var(--main-color);
  background-color: #fff;
}

.subscribe-to-newsletter p {
  text-align: center;
}

.subscribe-to-newsletter__info {
  font-size: 18px;
  margin-bottom: 17px;
  text-align: center;
}

.subscribe-to-newsletter__input {
  margin-bottom: 20px;
}

.subscribe-to-newsletter__btn {
  margin-bottom: 25px;
  text-align: center;
}

.subscribe-to-newsletter__btn button {
  min-width: 100%;
}

.views-read-time {
  margin-bottom: 5px;
  padding-top: 20px;
  background-color: #fff;
  justify-content: space-between;
}

.views-read-time__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  margin-bottom: 20px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.views-read-time__item:last-of-type {
  width: 400px;
  justify-content: end;
}

.views-read-time__item i {
  font-size: 18px;
  margin-right: 10px;
}

.news-of-the-partner-accordion {
  margin-bottom: 20px;
}

.news-of-the-partner-accordion a {
  font-family: NeoSansPro-Medium, -apple-system, system-ui, BlinkMacSystemFont,
    "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 15px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
  color: #212121;
}

.news-of-the-partner-accordion a.active,
.news-of-the-partner-accordion a:hover {
  text-decoration: none;
  color: var(--main-color);
}

.news-of-the-partner-accordion a:active {
  text-decoration: none;
}

.news-of-the-partner-accordion a:focus {
  text-decoration: none;
}

.news-of-the-partner-accordion a i,
.social-icons a {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.news-of-the-partner-accordion a i {
  font-size: 18px;
  margin-left: 10px;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  color: #727272;
}

.news-of-the-partner-accordion__content {
  display: none;
}

.news-of-the-partner-accordion__content-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.news-of-the-partner-accordion__content-input {
  width: 400px;
  margin-right: 30px;
}

.news-of-the-partner-article {
  background-color: #fff;
}

.news-of-the-partner-article__title {
  margin-bottom: 40px;
}

.news-of-the-partner-article__title h1 {
  font-size: 28px;
}

.news-of-the-partner-article__social {
  margin-bottom: 35px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.news-of-the-partner-article__social span {
  /* font-family: NeoSansCyr-Regular, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; */
  font-size: 20px;
  margin-right: 40px;
}

.news-of-the-partner-article__social,
.social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.social-icons a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 40px;
  height: 40px;
  margin-right: 20px;
  color: #212121;
  border-radius: 20px;
  background-color: #212121;
  -webkit-box-shadow: 0 1px 15.2px 3.8px rgba(33, 33, 33, 0.17);
  box-shadow: 0 1px 15.2px 3.8px rgba(33, 33, 33, 0.17);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.social-icons a:last-of-type {
  margin-right: 0;
}

.social-icons a:active,
.social-icons a:hover {
  text-decoration: none;
  background-color: var(--main-color);
}

.social-icons a:focus {
  text-decoration: none;
  background-color: var(--main-color);
}

.social-icons a i {
  font-size: 18px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #fff;
}

.news-of-the-partner-article__block-txt {
  margin-bottom: 40px;
}

.news-of-the-partner-article__block-txt.seo-text__interview
  p:nth-of-type(even):not(:first-child):not(:last-child) {
  padding: 5px;
  background-color: rgba(255, 225, 146, 0.549);
}

.news-of-the-partner-article__block-txt.seo-text__interview
  p:nth-last-of-type(2) {
  padding: 5px;
  background-color: rgba(255, 225, 146, 0.549);
}

.news-of-the-partner-article__block-txt.seo-text__interview
  p:not(:first-child)
  b {
  font-weight: 400;
}

.news-of-the-partner-article__block-txt.seo-text__interview
  p:not(:first-child)
  b:before {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 13px;
  height: 13px;
  margin-right: 10px;
  content: "";
  background: url(data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgZm9jdXNhYmxlPSJmYWxzZSIgZGF0YS1wcmVmaXg9ImZhcyIgZGF0YS1pY29uPSJxdWVzdGlvbi1jaXJjbGUiIHJvbGU9ImltZyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgY2xhc3M9InN2Zy1pbmxpbmUtLWZhIGZhLXF1ZXN0aW9uLWNpcmNsZSBmYS13LTE2IGZhLTN4Ij48cGF0aCBmaWxsPSIjZmZjNDJhIiBkPSJNNTA0IDI1NmMwIDEzNi45OTctMTExLjA0MyAyNDgtMjQ4IDI0OFM4IDM5Mi45OTcgOCAyNTZDOCAxMTkuMDgzIDExOS4wNDMgOCAyNTYgOHMyNDggMTExLjA4MyAyNDggMjQ4ek0yNjIuNjU1IDkwYy01NC40OTcgMC04OS4yNTUgMjIuOTU3LTExNi41NDkgNjMuNzU4LTMuNTM2IDUuMjg2LTIuMzUzIDEyLjQxNSAyLjcxNSAxNi4yNThsMzQuNjk5IDI2LjMxYzUuMjA1IDMuOTQ3IDEyLjYyMSAzLjAwOCAxNi42NjUtMi4xMjIgMTcuODY0LTIyLjY1OCAzMC4xMTMtMzUuNzk3IDU3LjMwMy0zNS43OTcgMjAuNDI5IDAgNDUuNjk4IDEzLjE0OCA0NS42OTggMzIuOTU4IDAgMTQuOTc2LTEyLjM2MyAyMi42NjctMzIuNTM0IDMzLjk3NkMyNDcuMTI4IDIzOC41MjggMjE2IDI1NC45NDEgMjE2IDI5NnY0YzAgNi42MjcgNS4zNzMgMTIgMTIgMTJoNTZjNi42MjcgMCAxMi01LjM3MyAxMi0xMnYtMS4zMzNjMC0yOC40NjIgODMuMTg2LTI5LjY0NyA4My4xODYtMTA2LjY2NyAwLTU4LjAwMi02MC4xNjUtMTAyLTExNi41MzEtMTAyek0yNTYgMzM4Yy0yNS4zNjUgMC00NiAyMC42MzUtNDYgNDYgMCAyNS4zNjQgMjAuNjM1IDQ2IDQ2IDQ2czQ2LTIwLjYzNiA0Ni00NmMwLTI1LjM2NS0yMC42MzUtNDYtNDYtNDZ6IiBjbGFzcz0iIj48L3BhdGg+PC9zdmc+)
    center top no-repeat;
}

.news-of-the-partner-article__block-txt p {
  font-size: 18px;
  margin-bottom: 25px;
}

.news-of-the-partner-article__block-txt h2 {
  font-size: 24px;
  margin-top: 35px;
  margin-bottom: 35px;
  text-align: left;
}

.news-of-the-partner-article__block-txt ul {
  font-size: 18px;
  margin-bottom: 25px;
  padding-left: 100px;
}

.news-of-the-partner-article__block-txt ul i {
  font-size: 18px;
  margin-right: 25px;
  color: #727272;
}

.read-also {
  width: 100%;
  margin-bottom: 30px;
  padding: 20px 20px 40px;
  background-color: #e7e7e7;
  -webkit-box-shadow: 0 0 21px rgba(240, 240, 240, 0.66);
  box-shadow: 0 0 21px rgba(240, 240, 240, 0.66);
}

.read-also p,
.read-also__title {
  font-size: 16px;
  margin-bottom: 25px;
}

.read-also__title {
  font-size: 20px;
}

.promt-news {
  margin-bottom: 75px;
  background-color: #fff;
}

.promt-news__title {
  font-family: NeoSansPro-Medium, -apple-system, system-ui, BlinkMacSystemFont,
    "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 20px;
  margin-bottom: 15px;
}

.promt-news__email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.promt-news__email i {
  font-size: 18px;
  margin-right: 10px;
  color: var(--main-color);
}

.news-of-the-partner-article__block-txt h2,
.promt-news__email span {
  font-family: NeoSansPro-Medium, -apple-system, system-ui, BlinkMacSystemFont,
    "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.promt-news__email a {
  /* font-family: NeoSansPro-Regular, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; */
  cursor: pointer;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  color: var(--main-color);
}

.online-courses-from-our-partners__breadcrumbs li a:active,
.online-courses-from-our-partners__breadcrumbs li a:hover,
.promt-news__email a:hover {
  text-decoration: none;
  color: #212121;
}

.promt-news__email a:active {
  text-decoration: none;
}

.promt-news__email a:focus {
  text-decoration: none;
}

.feedback-from-our-customers {
  background-color: #fff;
}

.feedback-from-our-customers__items-wrap {
  position: relative;
  z-index: 1;
  overflow: hidden;
  max-height: 550px;
  margin-bottom: 40px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.feedback-from-our-customers__items-wrap.active {
  max-height: 100%;
}

.feedback-from-our-customers__items-wrap.active:after {
  height: 0;
}

.feedback-from-our-customers__items-wrap:after {
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 200px;
  content: "";
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#fff),
    to(rgba(251, 251, 251, 0))
  );
  background: -o-linear-gradient(bottom, #fff, rgba(251, 251, 251, 0));
  background: linear-gradient(to top, #fff, rgba(251, 251, 251, 0));
}

.feedback-from-our-customers__link a {
  font-size: 16px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  color: rgba(33, 33, 33, 0.9);
}

.chosen-proxy-list ul li i:hover,
.feedback-from-our-customers__link a:active,
.feedback-from-our-customers__link a:hover,
.personal-area-profile-info__item i:hover,
.personal-area-your-affiliate-link__item-link i:hover {
  color: var(--main-color);
}

.feedback-from-our-customers__link a:focus {
  color: var(--main-color);
}

.header-load {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  height: 3px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  background-color: var(--main-color);
}

.aside-partners__article-categories,
.subscribe-to-newsletter.subscribe-to-newsletter_margin-bottom {
  margin-bottom: 30px;
}

.aside-partners__article-categories-link {
  margin-bottom: 10px;
}

.aside-partners__article-categories-link:nth-last-of-type(2) {
  margin-bottom: 30px;
}

.aside-partners__article-categories-link a {
  line-height: 44px;
  display: block;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  height: 46px;
  padding-right: 10px;
  padding-left: 20px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  white-space: nowrap;
  text-decoration: none;
  text-overflow: ellipsis;
  color: #212121;
  border: 1px solid #e3e3e3;
  background-color: transparent;
  -o-text-overflow: ellipsis;
  border-radius: 10px;
}

.aside-partners__article-categories-link a:active,
.aside-partners__article-categories-link a:hover {
  text-decoration: none;
  border: 1px solid var(--main-color);
  background-color: var(--main-color);
}

.aside-partners__article-categories-link a:focus {
  text-decoration: none;
  border: 1px solid var(--main-color);
  background-color: var(--main-color);
}

.aside-partners__select-wrap,
.blog-categories__tabs-item.active:after,
.blog-categories__tabs-item:hover:after {
  width: 100%;
}

.aside-partners__block-of-social-networks-item {
  margin-bottom: 20px;
}

.online-courses-from-our-partners {
  margin-bottom: 15px;
  background-color: #fff;
}

.online-courses-from-our-partners__title {
  font-size: 22px;
  margin-bottom: 35px;
  padding-top: 24px;
  padding-bottom: 24px;
  text-align: center;
  background: #fff url(/local/templates/proxysale/css/../img/online-courses-from-our-partners__title-bg.jpg)
    center top no-repeat;
  background-size: cover;
}

.online-courses-from-our-partners__breadcrumbs {
  padding: 0;
}

/* .online-courses-from-our-partners__breadcrumbs.breadcrumbs-margin {
    padding-top: 30px
} */

.online-courses-from-our-partners__breadcrumbs li {
  display: inline;
  color: #595959;
  margin-right: 10px;
}

.online-courses-from-our-partners__breadcrumbs li i {
  font-size: 18px;
  padding-right: 5px;
  padding-left: 10px;
  color: #e3e3e3;
  vertical-align: middle;
}

.online-courses-from-our-partners__breadcrumbs li a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #1f1f1f;
}

.online-courses-from-our-partners__breadcrumbs li a:focus {
  text-decoration: none;
  color: #212121;
}

.blog-inner-slider {
  margin-right: -15px;
  margin-bottom: 50px;
  margin-left: -15px;
}

.blog-inner-slider .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}

.blog-inner-slider .swiper-container-wrap {
  position: relative;
  margin-bottom: 30px;
}

.blog-inner-slider .swiper-container-wrap .swiper-wrapper {
  padding: 4px 4px 4px 15px;
}

.blog-inner-slider__swiper-button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.blog-inner-slider__swiper-button-wrap .swiper-button-prev {
  position: relative;
  left: 0;
  margin-right: 30px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.blog-inner-slider__swiper-button-wrap .swiper-button-prev:hover {
  left: -10px;
}

.blog-inner-slider__swiper-button-wrap .swiper-button-prev img {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.blog-inner-slider__swiper-button-wrap .swiper-button-next {
  position: relative;
  right: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.blog-inner-slider__swiper-button-wrap .swiper-button-next:hover {
  right: -10px;
}

.blog-inner-slider__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  width: 370px;
  min-height: 380px;
  -webkit-box-shadow: 0 0 8px rgba(33, 33, 33, 0.22);
  box-shadow: 0 0 8px rgba(33, 33, 33, 0.22);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
}

.blog-inner-slider__item-title-slider-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 180px;
  -webkit-box-shadow: 0 0 2px rgba(33, 33, 33, 0.22);
  box-shadow: 0 0 2px rgba(33, 33, 33, 0.22);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.blog-inner-slider__item-title-slider-img img,
.blog-selected-program-item__item-title-slider-img img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.blog-inner-slider__item-txt-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 300px;
  padding: 10px 16px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
}

.blog-inner-slider__date-views-read-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.blog-inner-slider__date-views-read-time-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-inner-slider__date-views-read-time-item i {
  font-size: 16px;
  margin-right: 10px;
}

.blog-inner-slider__date-views-read-time-item span,
.blog-inner-slider__date-views-read-time-item time,
.blog-selected-program-item__date-views-read-time-item span,
.blog-selected-program-item__date-views-read-time-item time,
.top-filter-table table tr td.chosen-all-tab .check span,
.top-filter-table__top-filter-select .select .slct span {
  font-size: 12px;
}

.blog-inner-slider__item-category-link,
.blog-inner-slider__item-title-slider {
  font-family: NeoSansPro-Medium, -apple-system, system-ui, BlinkMacSystemFont,
    "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 22px;
  margin-bottom: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.blog-inner-slider__item-category-link {
  font-size: 16px;
  display: inline-block;
  margin-bottom: 25px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-decoration: underline;
  color: var(--main-color);
}

.blog-inner-slider__item-category-link:active,
.blog-inner-slider__item-category-link:hover {
  text-decoration: none;
  color: #212121;
}

.blog-inner-slider__item-category-link:focus {
  text-decoration: none;
  color: #212121;
}

.blog-inner-slider__item-description,
.blog-inner-slider__item-tag {
  margin-bottom: 15px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.blog-inner-slider__item-tag {
  margin-bottom: auto;
}

.blog-inner-slider__item-tag-termin {
  font-size: 18px;
  margin-right: 5px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.blog-inner-slider__item-tag-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.blog-inner-slider__item-tag-link a {
  /* font-family: NeoSansPro-Regular, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; */
  font-size: 18px;
  margin-right: 5px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
  color: #212121;
}

.blog-inner-slider__item-tag-link a:active,
.blog-inner-slider__item-tag-link a:hover {
  text-decoration: none;
  color: var(--main-color);
}

.blog-inner-slider__item-tag-link a:focus {
  text-decoration: none;
  color: var(--main-color);
}

.blog-inner-slider__item-btn {
  text-align: center;
}

.blog-inner-slider__item-btn .main-btn {
  min-width: 170px;
}

.select-multilevel {
  font-size: 14px;
  line-height: 40px;
  position: relative;
  width: 100%;
  height: 40px;
  margin-right: 20px;
  padding-right: 20px;
  padding-left: 10px;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  border: 1px solid #b6b6b6;
  border-radius: 5px;
  background-color: #fff;
}

.select-multilevel.active > i svg {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.select-multilevel-drop ul li.active > .select-multilevel-drop,
.select-multilevel.active > .select-multilevel-drop {
  visibility: visible;
  padding-top: 6px;
  pointer-events: inherit;
  opacity: 1;
}

.select-multilevel > i {
  font-size: 14px;
  line-height: 44px;
  position: absolute;
  top: 50%;
  right: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.select-multilevel-drop {
  position: absolute;
  z-index: 20;
  top: 33px;
  left: -1px;
  visibility: hidden;
  width: 100%;
  padding-top: 10px;
  -webkit-transition: padding 0.3s, opacity 0.3s;
  -o-transition: padding 0.3s, opacity 0.3s;
  transition: padding 0.3s, opacity 0.3s;
  pointer-events: none;
  opacity: 0;
}

.select-multilevel-drop.drop-sub {
  top: -17px;
  right: 0;
  left: 100%;
  width: 81%;
}

.select-multilevel-drop.drop-sub ul li a {
  line-height: 1.2;
  padding-top: 5.5px;
  padding-bottom: 5.5px;
}

.select-multilevel-drop ul {
  width: calc(100% + 2px);
  margin: 0;
  padding: 10px 0;
  cursor: default;
  text-align: left;
  border: 1px solid #b6b6b6;
  border-radius: 5px;
  background-color: #fff;
}

.select-multilevel-drop ul li {
  font-size: 16px;
  line-height: 30px;
  position: relative;
  list-style: none;
}

.select-multilevel-drop ul li a,
.select-multilevel-drop ul li i,
.select-multilevel > i {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  color: #212121;
}

.select-multilevel-drop ul li a {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 10px;
  text-decoration: none;
}

.select-multilevel-drop ul li a.active,
.select-multilevel-drop ul li a:hover {
  outline: 0;
  background-color: #e7e7e7;
}

.select-multilevel-drop ul li i {
  line-height: 30px;
  position: absolute;
  top: 50%;
  right: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.page-blog-selected-program.general .subscribe-to-newsletter {
  border: 0;
  border-top: 2px solid var(--main-color);
}

.page-blog-selected-program .subscribe-to-newsletter-wrap {
  margin: 0 auto;
}

.page-blog-selected-program .subscribe-to-newsletter {
  padding: 10px 0 0;
  border: 0;
}

.blog-selected-program-links-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-selected-program-links-social .social-icons {
  margin-left: auto;
}

.blog-selected-program-links-social__links a {
  margin-right: 60px;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
  text-decoration: none;
  color: var(--main-color);
}

.blog-selected-program-links-social__links a:last-of-type {
  margin-right: 0;
}

.blog-selected-program-links-social__links a:hover {
  text-decoration: none;
  color: #212121;
}

.blog-selected-program-links-social__links a:active {
  text-decoration: none;
}

.blog-selected-program-links-social__links a:focus {
  text-decoration: none;
}

.page-blog-selected-program__separator {
  margin-bottom: 50px;
}

.blog-selected-program-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog-selected-program-item.blog-selected-program-item-long,
.personal-area-partners-table tr.empty td,
.top-filter-table table tr.empty td {
  padding: 0;
}

.blog-selected-program-item.blog-selected-program-item-long
  .blog-selected-program-item__item {
  flex-direction: row;
  width: 100%;
  min-height: 250px;
  padding: 20px;
  -webkit-box-shadow: 0 0 8px rgba(33, 33, 33, 0.22);
  box-shadow: 0 0 8px rgba(33, 33, 33, 0.22);
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
}

.blog-selected-program-item.blog-selected-program-item-long
  .blog-selected-program-item__item-title-slider-img {
  width: 250px;
  min-height: 250px;
  margin-right: 30px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.blog-selected-program-item.blog-selected-program-item-long
  .blog-selected-program-item__item-txt-wrap {
  min-height: 100%;
  padding: 0;
}

.blog-selected-program-item.blog-selected-program-item-long
  .blog-selected-program-item__date-views-read-time {
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
}

.blog-selected-program-item.blog-selected-program-item-long
  .blog-selected-program-item__date-views-read-time-item {
  margin-right: 40px;
}

.blog-selected-program-item.blog-selected-program-item-long
  .blog-selected-program-item__date-views-read-time-item
  .long-span {
  margin-right: 3px;
}

.blog-selected-program-item.blog-selected-program-item-long
  .blog-selected-program-item__date-views-read-time-item:last-of-type {
  margin-right: 0;
}

.blog-selected-program-item.blog-selected-program-item-long
  .blog-selected-program-item__item-tag-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog-selected-program-item.blog-selected-program-item-long
  .blog-selected-program-item__item-tag {
  width: 75%;
}

.blog-selected-program-item.blog-selected-program-item-long
  .blog-selected-program-item__item-tag-link {
  margin: 0;
}

.blog-selected-program-item.blog-selected-program-item-long
  .blog-selected-program-item__item-btn {
  margin-left: auto;
}

.subscribe-to-newsletter-wrap {
  margin: auto;
}

.blog-selected-program-item__item-title-slider-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 180px;
  -webkit-box-shadow: 0 0 2px rgba(33, 33, 33, 0.22);
  box-shadow: 0 0 2px rgba(33, 33, 33, 0.22);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.blog-selected-program-item__item-txt-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.blog-selected-program-item__date-views-read-time {
  color: #595959;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.blog-selected-program-item__date-views-read-time-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-selected-program-item__date-views-read-time-item i {
  font-size: 16px;
  margin-right: 10px;
}

.blog-selected-program-item__item-title-slider {
  font-family: NeoSansPro-Medium, -apple-system, system-ui, BlinkMacSystemFont,
    "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 22px;
  margin-bottom: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.blog-selected-program-item__item-title-slider a {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
  color: #212121;
  font-size: 18px;
  line-height: 23px;
  font-weight: 500;
}

.blog-selected-program-item__item-title-slider a:active,
.blog-selected-program-item__item-title-slider a:hover {
  text-decoration: none;
  color: var(--main-color);
}

.blog-selected-program-item__item-title-slider a:focus {
  text-decoration: none;
  color: var(--main-color);
}

.blog-selected-program-item__item-description {
  margin-bottom: 15px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.blog-selected-program-item__item-tag {
  margin-bottom: auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.blog-selected-program-item__item-tag-termin {
  font-size: 18px;
  margin-right: 5px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.blog-selected-program-item__item-tag-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.blog-selected-program-item__item-tag-link a {
  /* font-family: NeoSansPro-Regular, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; */
  font-size: 18px;
  margin-right: 5px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
  color: #212121;
}

.blog-selected-program-item__item-tag-link a:active,
.blog-selected-program-item__item-tag-link a:hover,
.personal-area-nav ul li.personal-area-nav__li-submenu-drop li a:hover {
  text-decoration: none;
  color: var(--main-color);
}

.blog-selected-program-item__item-tag-link a:focus {
  text-decoration: none;
  color: var(--main-color);
}

.blog-selected-program-item__item-btn,
.pagination-wrap {
  text-align: left;
}

.blog-selected-program-item__item-btn .main-btn {
  min-width: 170px;
}

.pagination-wrap {
  width: 100%;
}

.pagination-wrap .pagination li {
  margin: 0 4px;
}

.pagination-wrap .pagination li a:focus {
  text-decoration: underline;
  color: var(--main-color);
}

.pagination-wrap .pagination li.not-active,
.pagination li.next-page {
  width: 41px;
  height: 41px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  color: #d9d9d9;
  /* border: 1px solid #e3e3e3 !important;  */
  border-radius: 2px;
}

.pagination-wrap .pagination li .active {
  font-size: 18px;
  text-decoration: underline;
  color: var(--main-color);
}

.general-blog-search-top-block {
  margin-bottom: 40px;
}

.blog-categories {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 55px;
  border-bottom: 1px solid #e8e8e8;
}

.blog-categories__tabs-item {
  font-size: 20px;
  position: relative;
  margin-right: 50px;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
  color: #212121;
}

.blog-categories__tabs-item:last-of-type {
  margin-right: 0;
}

.blog-categories__tabs-item:after {
  position: absolute;
  bottom: -1px;
  left: 0;
  display: block;
  width: 0;
  height: 2px;
  content: "";
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background-color: var(--main-color);
}

.blog-categories__tabs-item:active,
.blog-categories__tabs-item:hover {
  text-decoration: none;
}

.blog-categories__tabs-item:focus {
  text-decoration: none;
}

.general-blog-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
}

.general-blog-search__top-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.general-blog-search__top-block .social-icons {
  margin-left: auto;
}

.general-blog-search__select-item {
  width: 370px;
}

.general-blog-search__input-wrap {
  position: relative;
  width: 100%;
}

.general-blog-search__input-wrap label {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.general-blog-search__input-wrap label i {
  font-size: 18px;
}

.general-blog-gray-info {
  margin-bottom: 40px;
  background-color: #e7e7e7;
}

.general-blog-gray-info__item {
  padding-top: 20px;
  padding-left: 20px;
}

.general-blog-gray-info__item p {
  overflow: hidden;
  max-width: 100%;
  margin-bottom: 25px;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}

.general-blog-gray-info__item p:last-of-type {
  margin-bottom: 20px;
}

.general-blog-gray-info__item p a {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  text-decoration: none;
  color: #212121;
}

.general-blog-gray-info__item p a:active,
.general-blog-gray-info__item p a:hover,
.personal-area-partners-balance__table-wrap.balance-table
  table
  tr
  td.copy
  a:hover {
  text-decoration: underline;
}

.general-blog-gray-info__item p a:focus {
  text-decoration: underline;
}

.general-blog-gray-info__inner:last-of-type .general-blog-gray-info__item {
  padding-right: 20px;
}

.general-blog-gray-info__inner:last-of-type
  .general-blog-gray-info__item
  p:not(.general-blog-gray-info__title) {
  word-break: break-all;
}

.general-blog-gray-info__title {
  font-size: 20px;
  margin-bottom: 25px;
}

.general-blog-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.general-blog-title h2 {
  margin-right: 70px;
}

.general-blog-title__link a {
  font-size: 18px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
  color: var(--main-color);
}

.general-blog-title__link a:hover {
  text-decoration: none;
  color: #212121;
}

.general-blog-title__link a:active {
  text-decoration: none;
}

.general-blog-title__link a:focus {
  text-decoration: none;
}

.subscribe-to-newsletter.subscribe-to-newsletter_general-blog-width {
  width: 350px;
}

.partner-company-page-title {
  text-align: center;
}

.partner-company-page-title h1 {
  /* font-family: NeoSansPro-Regular, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; */
  font-size: 28px;
  margin-top: 0;
}

.partner-company-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

.partner-company-info__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
}

.partner-company-info__description-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.partner-company-info__description-item i {
  font-size: 20px;
  width: 20px;
  margin-right: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.partner-company-info__description-item a {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration: underline;
  color: var(--main-color);
}

.partner-company-info__description-item a:hover {
  text-decoration: none;
  color: #212121;
}

.partner-company-info__description-item a:active,
.personal-area-nav ul li a:active,
.personal-area-nav ul li a:hover,
.personal-area-nav ul li.personal-area-nav__li-submenu-drop li a:active {
  text-decoration: none;
}

.partner-company-info__description-item a:focus,
.personal-area-nav ul li a:focus,
.personal-area-nav ul li.personal-area-nav__li-submenu-drop li a:focus {
  text-decoration: none;
}

.partner-company-info__img,
.personal-area .select.country .drop li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.partner-company-video-description {
  margin-bottom: 50px;
}

.partner-company-video-description__video {
  float: left;
  overflow: hidden;
  width: 670px;
  margin-right: 30px;
  margin-bottom: 20px;
}

.partner-company-video-description__video iframe {
  height: 377px;
}

.partner-company-video-description__text {
  font-size: 19px;
}

.partner-company-video-description__text p {
  margin-bottom: 20px;
}

.personal-area {
  padding-top: 50px;
  background-color: #fff;
}

.personal-area .select .slct,
.personal-area-table-block__top-filter-input-data input {
  height: 40px;
}

.personal-area .select .slct img,
.personal-area .select.country .drop li img {
  margin-right: 5px;
}

.personal-area .select .drop li {
  padding: 10px 15px;
}

.personal-area .select.country .drop li {
  padding: 7px 15px;
}

.personal-area-title {
  width: 100%;
  text-align: center;
}

.personal-area-title h1 {
  /* font-family: NeoSansPro-Regular, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; */
  font-size: 28px;
  font-size: 1.75rem;
  margin-top: 15px;
}

.personal-area-nav {
  z-index: 10;
  width: 270px !important;
  margin-bottom: 20px;
  background-color: #fff;
  -webkit-box-shadow: 5px 0 8px rgba(33, 33, 33, 0.14);
  box-shadow: 5px 0 8px rgba(33, 33, 33, 0.14);
}

.personal-area-nav ul li {
  height: 60px;
  border-bottom: 1px solid #e8e8e8;
}

.personal-area-nav ul li.personal-area-nav__li-submenu-drop {
  position: relative;
  overflow: hidden;
}

.personal-area-nav
  ul
  li.personal-area-nav__li-submenu-drop
  .personal-area-nav__icon-submenu-drop {
  position: absolute;
  top: 50%;
  right: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.personal-area-nav
  ul
  li.personal-area-nav__li-submenu-drop
  .personal-area-nav__icon-submenu-drop
  i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transition: -webkit-transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.personal-area-nav ul li.personal-area-nav__li-submenu-drop.hover {
  overflow: initial;
}

.personal-area-nav
  ul
  li.personal-area-nav__li-submenu-drop.hover
  .personal-area-nav__submenu-drop {
  visibility: visible;
  pointer-events: all;
  opacity: 1;
}

.personal-area-nav
  ul
  li.personal-area-nav__li-submenu-drop.hover
  .personal-area-nav__icon-submenu-drop
  i {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.personal-area-nav ul li.personal-area-nav__li-submenu-drop li {
  height: initial;
  margin-bottom: 15px;
  border-bottom: none;
}

.personal-area-nav ul li.personal-area-nav__li-submenu-drop li a {
  font-size: 16px;
  padding-left: 0;
}

.personal-area-nav ul li.personal-area-nav__li-submenu-drop li a:after {
  display: none;
  content: "";
}

.personal-area-nav ul li a,
.personal-area-nav ul li a:after {
  height: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.personal-area-nav ul li a {
  /* font-family: NeoSansCyr-Regular, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; */
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
  text-decoration: none;
  color: #212121;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 100%;
}

.personal-area-nav ul li a:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0;
  content: "";
  background-color: var(--main-color);
}

.personal-area-nav ul li a.active:after,
.personal-area-nav ul li a.m-open:after,
.personal-area-nav ul li a:hover:after {
  width: 4px;
}

.personal-area-nav__submenu-drop {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  visibility: hidden;
  width: 240px;
  padding: 20px 0 15px 30px;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  pointer-events: none;
  opacity: 0;
  border-left: 1px solid #e0e0e0;
  background-color: #fff;
  -webkit-box-shadow: 5px 0 8px 0 rgba(33, 33, 33, 0.14);
  box-shadow: 5px 0 8px 0 rgba(33, 33, 33, 0.14);
}

.personal-area-profile-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
}

.personal-area-profile-form__block-input {
  width: 370px;
  margin-right: 30px;
}

.personal-area-profile-form__block-input-item,
.personal-area-profile-form__block-input-item.two-input {
  margin-bottom: 25px;
}

.personal-area-profile-form__block-input-item label {
  font-size: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 10px;
}

.personal-area-profile-form__block-input-item input[disabled] {
  color: #b6b6b6;
  border: 1px solid #b6b6b6;
  background-color: #fff;
}

.login-restore-register-form input::-webkit-input-placeholder,
.personal-area-profile-form__block-input-item
  input[disabled]::-webkit-input-placeholder {
  color: #b6b6b6;
}

.login-restore-register-form input:-moz-placeholder,
.login-restore-register-form input::-moz-placeholder,
.personal-area-profile-form__block-input-item input[disabled]:-moz-placeholder,
.personal-area-profile-form__block-input-item
  input[disabled]::-moz-placeholder {
  color: #b6b6b6;
}

.login-restore-register-form input:-ms-input-placeholder,
.personal-area-profile-form__block-input-item
  input[disabled]:-ms-input-placeholder {
  color: #b6b6b6;
}

.personal-area-profile-form__block-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  width: 270px;
  margin-bottom: 20px;
  padding-top: 34px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
}

.personal-area-profile-form__block-btn button {
  margin-bottom: 16px;
}

.personal-area-profile-info {
  margin-bottom: 25px;
  background-color: #fff;
}

.personal-area-profile-info__item {
  font-size: 18px;
  margin-bottom: 15px;
}

.personal-area-profile-info__item:last-of-type {
  margin-bottom: 0;
}

.personal-area-profile-info__item span,
.personal-area-your-affiliate-link__info p {
  font-family: NeoSansPro-Medium, -apple-system, system-ui, BlinkMacSystemFont,
    "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.personal-area-profile-info__item span {
  color: var(--main-color);
  font-size: 18px;
}

.personal-area-profile-info__item i {
  font-size: 16px;
  margin-left: 10px;
  cursor: pointer;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
  color: #212121;
}

.personal-area-profile-info-gray {
  font-size: 18px;
  width: 370px;
  padding: 20px;
  border-radius: 5px;
  background-color: #ededed;
}

.personal-area-profile-info-gray .divider {
  margin-bottom: 20px;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-shadow-customized-black
  .tooltipster-box,
.top-filter-table table .black-list {
  background: #212121;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-shadow-customized-black
  .tooltipster-content {
  color: #fff;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-shadow-customized-black.tooltipster-top
  .tooltipster-arrow-border {
  border-top-color: #212121;
}

.personal-area-your-affiliate-link {
  padding-bottom: 30px;
}

.personal-area-your-affiliate-link__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.personal-area-your-affiliate-link__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 300px;
}

.personal-area-your-affiliate-link__info p {
  font-size: 17px;
}

.personal-area-your-affiliate-link__info a {
  font-size: 17px;
  margin-left: 8px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-decoration: underline;
  color: var(--main-color);
}

.personal-area-your-affiliate-link__info a:active,
.personal-area-your-affiliate-link__info a:hover {
  text-decoration: none;
  color: #212121;
}

.personal-area-your-affiliate-link__info a:focus {
  text-decoration: none;
  color: #212121;
}

.personal-area-profile-form.order {
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
}

.personal-area-profile-form.order
  .personal-area-profile-form__block-input-item:last-of-type,
.top-filter-table table tr td .main-btn:last-of-type,
.top-filter-table-info.top-filter-table-hide-info p:last-of-type {
  margin-bottom: 0;
}

.personal-area-your-affiliate-link__item-link {
  width: 270px;
  margin-right: 30px;
}

.personal-area-your-affiliate-link__item-link i {
  font-size: 16px;
  margin-left: 5px;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  color: #727272;
}

.wrapper.row {
  margin-bottom: 16px;
}

.personal-area-your-affiliate-link__item-input {
  /* width: 670px; */
  flex: 1;
  margin-right: 30px;
}

.personal-area-profile-form-title {
  font-size: 22px;
  margin-bottom: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.personal-area-authorization-and-configuration {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  padding-top: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.personal-area-settings-options {
  width: 100%;
}

.personal-area-settings-options__title {
  font-size: 22px;
  margin-bottom: 15px;
}

.personal-area-settings-options__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

.personal-area-settings-options__item {
  /* font-family: NeoSansCyr-Regular, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; */
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 170px;
  height: 44px;
  margin: 0 15px 10px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
  color: #212121;
  border-radius: 5px;
  background-color: #d9d9d9;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.personal-area-settings-options__item:active,
.personal-area-settings-options__item:hover {
  text-decoration: none;
  color: #fff;
  background-color: #212121;
}

.personal-area-settings-options__item:focus {
  text-decoration: none;
  color: #fff;
  background-color: #212121;
}

.personal-area-settings-options__link {
  text-align: left;
}

.personal-area-settings-options__link a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-decoration: underline;
  color: #212121;
}

.personal-area-settings-options__link a:active,
.personal-area-settings-options__link a:hover {
  text-decoration: none;
  color: var(--main-color);
}

.personal-area-settings-options__link a:focus {
  text-decoration: none;
  color: var(--main-color);
}

.personal-area-table-block {
  background-color: #fff;
}

.personal-area-table-block__top-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.personal-area-table-block__top-filter button {
  margin-right: 15px;
  margin-left: 15px;
}

.personal-area-table-block__top-filter-input-data,
.personal-area-table-block__top-filter-select {
  width: 170px;
  margin-right: 15px;
  margin-left: 15px;
}

.personal-area-table-block__top-filter-select.big-select {
  width: 270px;
}

.top-filter-table-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top-filter-table-hint {
  font-size: 16px;
  display: none;
  margin-bottom: 10px;
}

.top-filter-table-hint i {
  margin-left: 10px;
  -webkit-animation: arrow-right 0.5s infinite alternate;
  animation: arrow-right 0.5s infinite alternate;
}

.top-filter-static-bottom-extension {
  position: static;
  bottom: 0;
  width: 970px;
  padding-top: 10px;
  background-color: #fff;
}

.top-filter-static-bottom-extension.top-filter-static-bottom-extension_sticky {
  position: -webkit-sticky;
  position: sticky;
}

.top-filter-static-bottom-extension .personal-area-order-title {
  margin-bottom: 5px;
}

.top-filter-table-info {
  width: 270px;
  height: 100%;
  margin-bottom: 20px;
  padding: 15px 0 15px 15px;
  background-color: #ededed;
}

.top-filter-table-info.top-filter-table-hide-info {
  display: none;
  width: 100%;
  margin-bottom: 30px;
  padding: 10px;
}

.top-filter-table-info.top-filter-table-hide-info
  .top-filter-table-info__wrap-item.last {
  margin-left: auto;
}

.top-filter-table-info.top-filter-table-hide-info
  .top-filter-table-info__wrap-item
  .top-filter-table-info__item {
  margin: 0 0 5px;
}

.top-filter-table-info p {
  font-size: 18px;
  margin-bottom: 15px;
}

.top-filter-table-info p:last-of-type {
  margin-bottom: 30px;
}

.top-filter-table-info__title {
  font-family: NeoSansPro-Medium, -apple-system, system-ui, BlinkMacSystemFont,
    "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 22px;
  margin-bottom: 10px;
}

.top-filter-table-info__item {
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top-filter-table-info__item dd {
  font-family: NeoSansPro-Medium, -apple-system, system-ui, BlinkMacSystemFont,
    "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  margin: 0 5px 0 0;
}

.top-filter-table-info__item dt {
  font-size: 17px;
}

.top-filter-table {
  width: 970px;
  margin-right: 30px;
}

.top-filter-table__top-filter-select {
  width: 120px;
  margin-right: 5px;
  margin-left: 5px;
}

.top-filter-table__top-filter-select:first-of-type {
  margin-bottom: 5px;
}

.top-filter-table__top-filter-select .select .slct {
  height: 26px;
  padding-right: 28px;
  padding-left: 4px;
}

.top-filter-table__top-filter-select .select .slct_arrow i {
  font-size: 14px;
  font-size: 0.875rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.top-filter-table__top-filter-select .select .drop {
  top: calc(100% + 2px);
}

.top-filter-table__top-filter-select .select .drop li {
  font-size: 14px;
  padding: 5px 15px 5px 4px;
}

.top-filter-table table {
  width: 100%;
  margin-bottom: 20px;
  border-collapse: collapse;
  border-bottom: 1px solid #e8e8e8;
  font-family: "NeoSansPro-Regular", -apple-system, system-ui,
    BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  background-color: transparent;
}

.top-filter-table table .black-list th {
  /* font-family: NeoSansCyr-Regular, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; */
  font-size: 22px;
  font-weight: 400;
  padding: 25px 0;
  text-align: left;
  color: #fff;
}

.top-filter-table table .black-list th:first-of-type {
  width: 170px;
}

.top-filter-table table .black-list th:nth-of-type(3) {
  width: 200px;
}

.top-filter-table table .black-list th:nth-of-type(4) {
  width: 240px;
}

.top-filter-table table .black-list th:last-of-type {
  width: 100px;
  text-align: right;
  padding: 0;
}

.personal-area-partners-table tr.empty,
.top-filter-table table tr.empty {
  height: 20px;
}

.top-filter-table table tr td {
  font-size: 16px;
  padding-top: 17px;
  padding-bottom: 17px;
}

.personal-area-partners-balance__table-wrap table tr th:first-of-type,
.top-filter-table table tr td:first-of-type {
  padding-left: 15px;
}

.top-filter-table table tr td:nth-of-type(3) {
  padding-right: 30px;
}

.top-filter-table table tr td:nth-of-type(4) {
  width: 240px;
}

.top-filter-table table tr td label.check {
  margin-right: 20px;
}

.top-filter-table table tr td i.table-i {
  font-size: 16px;
  margin-left: 17px;
  cursor: pointer;
}

.top-filter-table table tr td i.table-i.blue,
.top-filter-table table tr td i.table-i:hover {
  color: #2047aa;
}

.top-filter-table table tr td i.table-i.green {
  color: #5fa961;
}

.top-filter-table table tr td i.table-i.red {
  color: #aa2020;
}

.top-filter-table .top-filter-table__country img,
.top-filter-table table tr td.chosen-all-tab .check i {
  margin-right: 10px;
}

.top-filter-table table tr td .all-list-items {
  margin-right: 4px;
  margin-left: 4px;
}

.top-filter-table table tr td .main-btn {
  font-size: 12px;
  min-width: 85px;
  height: 21px;
  margin-bottom: 7px;
  border-radius: 11px;
}

.personal-area-partners-table.statistics th .date br,
.top-filter-table table tr td .main-btn.not-active,
.top-filter-table table tr td.comment textarea {
  display: none;
}

.top-filter-table table tr td .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  min-height: 53px;
  max-height: 53px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.top-filter-table table tr td.comment p {
  display: inline-block;
  min-width: 1px;
  font-size: 14px;
  width: 240px;
  padding-right: 10px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  word-break: break-word;
}

.top-filter-table table tr td.comment p[contenteditable="true"] {
  padding-left: 3px;
  border: 1px solid #ccc;
  -webkit-line-clamp: initial !important;
}

.top-filter-table table tr td.comment p[contenteditable="true"]:focus {
  border: 1px solid #ccc;
  outline: 0;
}

.top-filter-table .top-filter-table__check-country {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-filter-table .top-filter-table__country {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex: none;
  align-items: center;
}

.choosen-all-proxy {
  width: 170px;
  margin-right: 30px;
  padding-left: 15px;
}

.chosen-proxy-list ul {
  padding-left: 15px;
  -webkit-column-count: 4;
  column-count: 4;
}

.chosen-proxy-list ul li {
  margin-bottom: 10px;
  -moz-page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
  -o-column-break-inside: avoid;
  -ms-column-break-inside: avoid;
  column-break-inside: avoid;
  page-break-inside: avoid;
}

.chosen-proxy-list ul li i {
  font-size: 16px;
  margin-right: 10px;
  cursor: pointer;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
  color: #727272;
}

.filter-table-bot-logic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.filter-table-bot-logic__btn {
  margin-right: 30px;
}

.filter-table-bot-logic__btn.last {
  margin-right: 0;
}

.filter-table-bot-logic__btn button,
.renewing-dedicated-IP-addresses__btn-wrap button {
  min-width: 170px;
}

.renewing-dedicated-IP-addresses__btn-wrap button {
  height: 40px;
}

.filter-table-bot-logic__input-wrap {
  width: 370px;
  margin-right: 30px;
}

.pagination-conclusions-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.personal-area-pagination-wrap {
  width: 200px;
  padding-left: 5px;
}

.personal-area-pagination-wrap .pagination li a {
  font-size: 16px;
}

.pagination-conclusions-table__item {
  font-family: NeoSansPro-Medium, -apple-system, system-ui, BlinkMacSystemFont,
    "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 18px;
  width: 170px;
  margin-right: 30px;
}

.pagination-conclusions-table__item span,
.personal-area-order-title.balance i:hover,
.personal-area-partners-table-pagination a:hover i {
  color: var(--main-color);
}

.personal-area-order-title {
  font-size: 24px;
  margin-bottom: 25px;
}

.personal-area-order-title.new-order {
  margin-top: 25px;
}

.personal-area-order-title.balance i {
  font-size: 16px;
  margin-left: 10px;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  color: #727272;
}

.renewing-dedicated-IP-addresses {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.renewing-dedicated-IP-addresses form {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.renewing-dedicated-IP-addresses__select-wrap {
  width: 270px;
  margin: 0 15px 20px;
}

.renewing-dedicated-IP-addresses__btn-wrap {
  margin: 0 15px 20px;
}

.personal-area-proxy-ordering {
  margin-bottom: 50px;
}

.personal-area-proxy-ordering.new-order
  .personal-area-proxy-ordering__select-all-wrap {
  width: 900px;
}

.personal-area-proxy-ordering.new-order
  .personal-area-proxy-ordering__select-wrap {
  width: 270px;
  margin-bottom: 20px;
}

.personal-area-nav
  ul
  li.personal-area-nav-dropdown
  .personal-area-nav__submenu
  li,
.personal-area-proxy-ordering.new-order
  .personal-area-proxy-ordering__input
  input {
  height: 40px;
}

.personal-area-proxy-ordering__select-all-wrap {
  margin-bottom: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.personal-area-proxy-ordering__select-wrap {
  width: 270px;
  margin-right: 15px;
  margin-left: 15px;
}

.personal-area-proxy-ordering__select-wrap.min-width {
  width: 170px;
}

.personal-area-proxy-ordering__sum-submit,
.personal-area-proxy-ordering__sum-submit-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.personal-area-proxy-ordering__sum-submit {
  margin-left: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.personal-area-proxy-ordering__sum {
  font-size: 18px;
  margin-right: 15px;
  margin-left: 15px;
}

.personal-area-proxy-ordering__sum span {
  margin-left: 10px;
  color: var(--main-color);
}

.personal-area-partners-my-profile__item-label-input .item,
.personal-area-proxy-ordering__btn-wrap {
  margin-right: 15px;
  margin-left: 15px;
}

.personal-area-extend-debt__btn button,
.personal-area-proxy-ordering__btn-wrap button {
  min-width: 270px;
}

.personal-area-extend-debt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.personal-area-extend-debt__title {
  font-size: 24px;
  width: 570px;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-shadow-customized-blue
  .tooltipster-box {
  background: #2047aa;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-shadow-customized-blue
  .tooltipster-content {
  color: #fff;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-shadow-customized-blue.tooltipster-top
  .tooltipster-arrow-border {
  border-top-color: #2047aa;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-shadow-customized-green
  .tooltipster-box {
  background: #5fa961;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-shadow-customized-green
  .tooltipster-content {
  color: #fff;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-shadow-customized-green.tooltipster-top
  .tooltipster-arrow-border {
  border-top-color: #5fa961;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-shadow-customized-red
  .tooltipster-box {
  background: #aa2020;
}

.FAQ-tab-wrap-all .FAQ-tab-item.active p,
.FAQ-tab-wrap-all .FAQ-tab-item:hover i,
.FAQ-tab-wrap-all .FAQ-tab-item:hover p,
.tooltipster-sidetip.tooltipster-shadow.tooltipster-shadow-customized-red
  .tooltipster-content {
  color: #fff;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-shadow-customized-red.tooltipster-top
  .tooltipster-arrow-border {
  border-top-color: #aa2020;
}

.personal-area-partners-my-profile {
  padding-top: 25px;
}

.personal-area-nav ul li.personal-area-nav-dropdown {
  position: relative;
  overflow: hidden;
  height: 100%;
  padding-left: 0;
}

.personal-area-nav ul li.personal-area-nav-dropdown > a {
  z-index: 0;
  width: 100%;
  height: 60px;
  -webkit-box-shadow: 0 5px 8px rgba(33, 33, 33, 0.14);
  box-shadow: 0 5px 8px rgba(33, 33, 33, 0.14);
}

.personal-area-nav ul li.personal-area-nav-dropdown > img {
  position: absolute;
  z-index: 1;
  top: 60px;
  left: 20px;
}

.personal-area-nav
  ul
  li.personal-area-nav-dropdown
  .personal-area-nav__submenu {
  display: none;
  padding-top: 30px;
  background-color: #ededed;
}

.personal-area-partners-my-profile__item-label-input {
  position: relative;
  margin-bottom: 30px;
}

.personal-area-partners-my-profile__item-label-input
  .item.btn-minus
  .personal-area-partners-my-profile__item-input {
  width: 270px;
  margin-right: 30px;
}

.personal-area-partners-my-profile__item-label-input
  .item.btn-minus:nth-of-type(even) {
  margin-left: auto;
}

.personal-area-partners-my-profile__item-label-input
  .item.btn-minus:last-of-type,
.personal-area-partners-my-profile__item-label-input-wrap:last-of-type {
  margin-left: auto;
}

.partners-wallets {
  justify-content: space-between;
}

.personal-area-partners-my-profile__item-label-input.partners-wallets
  .wallet_users {
  margin-left: 0 !important;
}

.personal-area-partners-my-profile__item-label-input-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 570px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.personal-area-partners-my-profile__item-label-input-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.personal-area-partners-my-profile__item-label {
  width: 170px;
  margin-right: 30px;
  margin-bottom: 20px;
}

.personal-area-partners-my-profile__item-input {
  width: 370px;
  margin-bottom: 20px;
}

.personal-area-partners-my-profile__item-btn-plus {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.personal-area-partners-my-profile__item-btn-minus button i,
.personal-area-partners-my-profile__item-btn-plus i {
  font-size: 18px;
  position: relative;
  top: 2px;
}

.personal-area-partners-my-profile__item-btn-plus button {
  min-width: 50px;
}

.personal-area-partners-my-profile__item-btn-minus button {
  min-width: 50px;
  margin-bottom: 20px;
}

.personal-area-partners-my-profile__item-btn-minus svg,
.personal-area-partners-my-profile__item-btn-plus svg {
  width: 0.775em !important;
}

.personal-area-partners-my-profile__btn-wrap {
  text-align: center;
}

.ui-datepicker {
  width: 330px;
  padding: 8px;
}

.ui-datepicker .ui-widget-header .ui-icon {
  background-image: url(/local/templates/proxysale/css/../img/ui-icons_444444_256x240.png);
}

.ui-datepicker .ui-datepicker-title select {
  height: 30px;
  border: #ebf9f1;
  border-radius: 10px;
}

.ui-datepicker .ui-datepicker-title select:active,
.ui-datepicker .ui-datepicker-title select:hover {
  outline: 1px solid #c5c5c5;
}

.ui-datepicker .ui-datepicker-title select:focus {
  outline: 1px solid #c5c5c5;
}

.ui-datepicker .ui-datepicker-title select:first-of-type {
  margin-right: 5px;
}

.ui-datepicker .select.ui-datepicker-month {
  border: #ebf9f1;
  border-radius: 10px;
}

.ui-datepicker .ui-widget-header {
  color: var(--main-color);
  background: #fff;
}

.ui-datepicker .ui-state-default,
.ui-datepicker .ui-widget-content .ui-state-default {
  text-align: center;
  border: 1px solid transparent;
  background: 0 0;
}

.ui-datepicker .ui-state-active,
.ui-datepicker .ui-widget-content .ui-state-active {
  text-align: center;
  color: var(--main-color);
  border: 1px solid transparent;
  background: #212121;
}

.ui-datepicker .ui-state-highlight,
.ui-datepicker .ui-widget-content .ui-state-highlight {
  font-weight: 700;
  text-align: center;
  color: var(--main-color);
}

.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
  top: 5px;
  -webkit-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
  border: 1px solid #cdcdcd;
  border-radius: 5px;
  background-color: #fff;
}

.ui-datepicker .ui-datepicker-next:hover,
.ui-datepicker .ui-datepicker-prev:hover {
  top: 5px;
  background-color: #ccc;
}

.ui-datepicker table {
  font-size: 16px;
  border: 1px solid #cdcdcd;
}

.ui-datepicker table thead tr {
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 9px #e1e1e1;
  box-shadow: 0 3px 9px #e1e1e1;
}

.personal-area-partners-statistics {
  padding-top: 25px;
}

.personal-area-partners-statistics.balance-page {
  margin-bottom: 50px;
}

.personal-area-partners-statistics__filter-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.personal-area-partners-statistics__filter-table-title {
  width: 140px;
  margin-right: 15px;
  margin-bottom: 15px;
  margin-left: 15px;
}

.personal-area-partners-statistics__filter-table-calendar {
  width: 200px;
  margin-right: 15px;
  margin-bottom: 15px;
  margin-left: 15px;
}

.personal-area-partners-statistics__filter-table-btn-wrap {
  margin-right: 15px;
  margin-bottom: 15px;
  margin-left: 15px;
}

.personal-area-partners-statistics__filter-table-btn-wrap button {
  min-width: 170px;
}

.personal-area-partners-table {
  width: 970px;
  margin-bottom: 35px;
  border-collapse: collapse;
  border-bottom: 1px solid #e8e8e8;
  background-color: transparent;
}

.personal-area-partners-table.statistics th {
  width: 61%;
}

.personal-area-partners-table.statistics th:nth-of-type(2) {
  padding-left: 60px;
}

.personal-area-partners-table.statistics th .date {
  font-size: 16px;
  line-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 210px;
  height: 40px;
  text-align: center;
  color: #212121;
  border: 1px solid #b6b6b6;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.personal-area-partners-table.statistics tr td:first-of-type {
  border-right: 1px solid #e8e8e8;
}

.personal-area-partners-table.statistics tr td:nth-of-type(2) {
  padding-left: 60px;
}

.personal-area-partners-table.statistics tr.empty td:first-of-type {
  border-right: none;
}

.personal-area-partners-table .black-list {
  background: #212121;
}

.personal-area-partners-table .black-list th {
  /* font-family: NeoSansCyr-Regular, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; */
  font-size: 22px;
  font-weight: 400;
  padding: 25px 0 25px 15px;
  text-align: left;
  color: #fff;
}

.personal-area-partners-table tr td {
  font-size: 18px;
  padding: 15px 10px 15px 15px;
}

.personal-area-partners-balance-contains {
  margin-bottom: 30px;
}

.personal-area-partners-balance,
.personal-area-partners-balance-contains__item {
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.personal-area-partners-balance-contains__item dt {
  width: 380px;
}

.personal-area-partners-balance-contains__item dd {
  margin: 0;
  padding-left: 30px;
  color: var(--main-color);
}

.personal-area-partners-balance {
  margin-bottom: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.personal-area-partners-balance a {
  font-size: 18px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-decoration: underline;
  color: var(--main-color);
}

.personal-area-partners-balance a:active,
.personal-area-partners-balance a:hover {
  text-decoration: none;
  color: #212121;
}

.personal-area-partners-balance a:focus {
  text-decoration: none;
  color: #212121;
}

.personal-area-partners-balance__amount {
  font-weight: 700;
  width: 170px;
  margin-right: 30px;
  color: var(--main-color);
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.personal-area-partners-balance__description {
  font-weight: 700;
  width: 270px;
  margin-right: 30px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.personal-area-partners-balance__btn button {
  min-width: 169px;
}

.personal-area-partners-cashback {
  font-size: 14px;
  width: 370px;
}

.personal-area-partners-balance__divider {
  height: 35px;
}

.personal-area-partners-balance__table-wrap {
  margin-bottom: 50px;
}

.personal-area-partners-balance__table-wrap.balance-table table tr td.copy a {
  font-size: 14px;
  font-size: 0.875rem;
  text-decoration: none;
  color: var(--main-color);
}

.personal-area-partners-balance__table-wrap.balance-table
  table
  tr
  td.date
  p
  + p,
.personal-area-partners-balance__table-wrap.balance-table
  table
  tr
  td.status
  span {
  font-size: 14px;
  font-size: 0.875rem;
}

.personal-area-partners-balance__table-wrap.balance-table
  table
  tr
  td.status
  div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 113px;
  height: 34px;
  border-radius: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.personal-area-partners-balance__table-wrap.balance-table
  table
  tr
  td.status.unsuccessful
  div {
  color: #848484;
  background: #e8e8e8;
}

.personal-area-partners-balance__table-wrap.balance-table
  table
  tr
  td.status.successful
  div {
  color: #18251c;
  background: var(--main-color);
}

.personal-area-partners-balance__table-wrap table {
  width: 100%;
  border-collapse: collapse;
}

.personal-area-partners-balance__table-wrap table tr th {
  font-size: 22px;
  font-weight: 400;
  padding: 17px 10px 17px 30px;
  text-align: left;
  color: #fff;
  background-color: #212121;
}

.personal-area-partners-balance__table-wrap table tr td {
  font-size: 18px;
  font-weight: 400;
  padding: 17px 10px 17px 30px;
  border: 1px solid #ccc;
}

.personal-area-partners-balance__table-wrap table tr td:first-of-type {
  padding-left: 15px;
}

.personal-area-partners-balance-table-hint {
  font-size: 16px;
  display: none;
  margin-bottom: 10px;
}

.personal-area-partners-balance-table-hint i {
  margin-left: 10px;
  -webkit-animation: arrow-right 0.5s infinite alternate;
  animation: arrow-right 0.5s infinite alternate;
}

.balance-table-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.balance-table-tabs button:first-of-type {
  margin-right: 40px;
}

.balance-table-tabs-wrap .pagination-conclusions-table {
  margin-bottom: 30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.balance-table-tabs-wrap table {
  margin-bottom: 30px;
}

.personal-area-partners-table.payments,
.tabs-wrap-inner img.img-fluid {
  margin-bottom: 20px;
}

.personal-area-partners-table.payments .paid-for {
  color: #5fa961;
}

.personal-area-partners-table.payments .unpaid {
  color: #aa2020;
}

.personal-area-partners-table.payments tr th:first-of-type {
  width: 170px;
}

.personal-area-partners-table.payments tr th:nth-of-type(2) {
  width: 170px;
}

.personal-area-partners-table.payments tr th:nth-of-type(3),
.personal-area-partners-table.payments tr th:nth-of-type(4) {
  width: 270px;
}

.personal-area-partners-table-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.personal-area-partners-table-pagination a {
  text-decoration: none;
  color: #727272;
}

.personal-area-partners-table-pagination a:active,
.personal-area-partners-table-pagination a:hover {
  text-decoration: none;
}

.personal-area-partners-table-pagination a:focus {
  text-decoration: none;
}

.FAQ-input i,
.personal-area-partners-table-pagination i {
  font-size: 18px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  color: #727272;
}

.personal-area-partners-table-pagination i:first-of-type {
  margin-right: 18px;
}

.personal-area-partners-table-payments {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 970px;
}

.personal-area-partners-table-payments button {
  margin-left: auto;
}

.show-code {
  font-size: 18px;
  display: inline-block;
  margin-bottom: 20px;
  text-decoration: underline;
  color: #212121;
}

.show-code:active,
.show-code:hover {
  text-decoration: none;
  color: var(--main-color);
}

.show-code:focus {
  text-decoration: none;
  color: var(--main-color);
}

.affiliate-links {
  display: none;
  margin-bottom: 60px;
}

.affiliate-links .affiliate-links__link {
  line-height: 1.2;
  min-height: 80px;
  padding: 20px 50px 20px 20px;
  border: 1px solid #b6b6b6;
  border-radius: 5px;
}

.affiliate-links .affiliate-links__link span {
  font-size: 16px;
  color: #3a4763;
}

.partners-main__tabs-all-items-wrap.personal-area-partners-promo-materials
  .tabs-items-wrap
  .tabs-item-btn {
  margin-right: 50px;
  padding: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.partners-main__tabs-all-items-wrap.personal-area-partners-promo-materials
  .tabs-items-wrap
  .tabs-item-btn:hover {
  border: 0;
  border-bottom: 2px solid var(--main-color);
}

.partners-main__tabs-all-items-wrap.personal-area-partners-promo-materials
  .tabs-items-wrap
  .tabs-item-btn:first-of-type {
  margin-right: 50px;
}

.partners-main__tabs-all-items-wrap.personal-area-partners-promo-materials
  .tabs-items-wrap
  .tabs-item-btn:last-of-type {
  margin-right: 0;
}

.tabs-wrap-inner {
  display: none;
  margin-bottom: 20px;
}

.tabs-wrap-inner.active {
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
}

.tabs-wrap-inner .personal-area-order-btn {
  margin-bottom: 35px;
}

.tabs-items-wrap-inner {
  margin-bottom: 40px;
}

.tabs-items-wrap-inner .tabs-item {
  font-family: NeoSansPro-Medium, -apple-system, system-ui, BlinkMacSystemFont,
    "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 18px;
  display: inline-block;
  margin-right: 20px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration: underline;
  color: #212121;
}

.FAQ-input button:hover i,
.affiliate-program-top-section-form__links a:hover i,
.tabs-items-wrap-inner .tabs-item:hover {
  color: var(--main-color);
}

.affiliate-program-top-section-form__links a:hover,
.tabs-items-wrap-inner .tabs-item.active {
  text-decoration: none;
  color: var(--main-color);
}

.tabs-items-wrap-inner .tabs-item:last-of-type {
  margin-right: 0;
}

.FAQ-tab-wrap-all .FAQ-tab-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.FAQ-tab-wrap-all .FAQ-tab-items {
  width: 570px;
  margin-right: 30px;
}

.FAQ-tab-wrap-all .FAQ-tab-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 80px;
  margin-bottom: 10px;
  padding-right: 35px;
  padding-left: 20px;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background-color: #fff;
  -webkit-box-shadow: 5px 0 8px rgba(33, 33, 33, 0.14);
  box-shadow: 5px 0 8px rgba(33, 33, 33, 0.14);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.FAQ-tab-wrap-all .FAQ-tab-item.active,
.FAQ-tab-wrap-all .FAQ-tab-item:hover {
  background-color: #212121;
}

.FAQ-tab-wrap-all .FAQ-tab-item.active i {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  color: #fff;
}

.FAQ-tab-wrap-all .FAQ-tab-item p {
  line-height: 1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  color: #212121;
}

.FAQ-input button,
.FAQ-tab-wrap-all .FAQ-tab-item .FAQ-tab-item-arrow {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.FAQ-tab-wrap-all .FAQ-tab-item i {
  font-size: 18px;
  display: inline-block;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.FAQ-tab-wrap-all .FAQ-tabs-wrap {
  display: none;
}

.FAQ-tab-wrap-all .FAQ-tabs-wrap p {
  font-size: 16px;
  margin-bottom: 10px;
  padding: 20px;
  border: 1px solid #b6b6b6;
}

.FAQ-tab-wrap-all .FAQ-tabs-wrap.active {
  display: block;
  -webkit-animation: fade;
  animation: fade;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
}

.personal-area-partners-tabs-wrap {
  width: 670px;
}

.personal-area-accordion.accordion-wrap {
  display: none;
  min-height: initial;
}

.FAQ-input {
  position: relative;
  align-self: center;
}

.FAQ-input input,
.login-restore-register-form.reg input.password {
  padding-right: 30px;
}

.FAQ-input button {
  color: #000000;
  right: 15px;
  height: 17px;
  padding: 0;
  border: 0;
  background: 0 0;
}

.FAQ-input button:active,
.FAQ-input button:hover {
  text-decoration: none;
  outline: 0;
}

.FAQ-input button:focus {
  text-decoration: none;
  outline: 0;
}

.affiliate-program-top-section {
  background-color: #f9f9fa;
  padding-top: 40px;
  padding-bottom: 70px;
}

.inf-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 1;
}

.inf-wrap .info-it:first-child {
  margin-left: auto;
}

.inf-wrap .info-it {
  text-align: center;
}

.info-it div:first-child {
  font-weight: 700;
  font-size: 54px;
  line-height: 110%;
  color: #dba30f;
}

.info-it div:last-child {
  font-size: 18px;
  line-height: 110%;
  color: rgba(33, 33, 33, 0.7);
}

.affiliate-program-top-section-title {
  margin-bottom: 48px;
}

.affiliate-program-top-section-title .desc {
  font-weight: 500;
  font-size: 28px;
  line-height: 110%;
  color: #000000;
  text-transform: uppercase;
  font-family: "NeoSansPro-Medium";
  background-color: #ffeeb0;
  padding: 8px 16px;
  border-radius: 12px;
  display: inline-flex;
}

.info-it {
  padding: 40px;
  background: #ffffff;
  border: 1px solid #dbdbdb;
  box-shadow: 0px 40px 25px -20px rgba(64, 67, 73, 0.04);
  border-radius: 25px;
}

.affiliate-program-top-section-title h1 {
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 54px;
  font-weight: 700;
  color: #050505;
  font-family: "NeoSansPro-Bold", -apple-system, system-ui, BlinkMacSystemFont,
    "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.aff-benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  position: relative;
}

.aff-benefits .partners-item__icon {
  background-color: #ffeeb0;
  margin-bottom: 16px;
}

.aff-benefits li {
  padding-bottom: 43px;
  padding-top: 43px;
  padding-left: 13%;
}

.aff-benefits li .sub {
  font-weight: 400;
  font-size: 18px;
  line-height: 135%;
  color: #787c88;
  margin-bottom: 4px;
  font-family: "NeoSansPro-Regular", -apple-system, system-ui,
    BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.aff-benefits li .title {
  font-weight: 600;
  font-size: 30px;
  line-height: 110%;
  color: #292a30;
}

.aff-benefits::after {
  content: "";
  position: absolute;
  height: 1.5px;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: linear-gradient(
    90deg,
    rgba(228, 228, 228, 0) 0%,
    rgba(228, 228, 228, 0.4) 11.93%,
    rgba(228, 228, 228, 0.6) 24.67%,
    #e4e4e4 49.12%,
    rgba(228, 228, 228, 0.6) 75%,
    rgba(228, 228, 228, 0.289323) 87.95%,
    rgba(228, 228, 228, 0) 100%
  );
}

.aff-benefits > li:nth-child(2),
.aff-benefits > li:nth-child(3),
.aff-benefits > li:nth-child(5),
.aff-benefits > li:nth-child(6) {
  border-left: 1.5px solid #ebebeb;
}

.affiliate-program-top-section .main-btn {
  background: #ffc429;
  border-radius: 40px;
  font-weight: 500;
  font-size: 21px;
  font-family: "NeoSansPro-Medium";
  display: inline-flex;
  align-items: center;
  padding: 10px 41px 10px 10px;
  height: auto;
}

.affiliate-program-top-section .main-btn .circle {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #ffeeb0;
  margin-right: 12px;
}

.affiliate-program-top-section-title p {
  font-family: NeoSansPro-Light, -apple-system, system-ui, BlinkMacSystemFont,
    "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 24px;
}

.affiliate-program-top-section-info {
  margin-bottom: 70px;
}

.affiliate-program-top-section-info__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 370px;
}

.affiliate-program-top-section-info__item-img {
  margin-right: 30px;
}

.affiliate-program-top-section-info__item-txt {
  padding-top: 5px;
}

.affiliate-program-top-section-info__item-title {
  font-family: NeoSansPro-Bold, -apple-system, system-ui, BlinkMacSystemFont,
    "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 24px;
}

.affiliate-program-top-section-form p {
  font-size: 18px;
}

.affiliate-program-top-section-form p:last-of-type {
  margin-bottom: 35px;
}

.affiliate-program-top-section-form__title {
  font-size: 20px;
  color: var(--main-color);
}

.affiliate-program-top-section-form__btn-wrap {
  margin-bottom: 20px;
}

.affiliate-program-top-section-form__links a {
  font-size: 16px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
  color: #212121;
}

.affiliate-program-top-section-form__links a:active {
  text-decoration: none;
}

.affiliate-program-top-section-form__links a:focus {
  text-decoration: none;
}

.affiliate-program-top-section-form__links a i {
  font-size: 18px;
  margin-right: 10px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  color: #727272;
}

.affiliate-program-top-section-form__links-item:first-of-type {
  margin-bottom: 10px;
}

.affiliate-program-advantages {
  padding-top: 35px;
  padding-bottom: 60px;
  background-color: #fff;
}

.affiliate-program-advantages__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.affiliate-program-advantages__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  width: 450px;
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}

.affiliate-program-advantages__item.backward
  .affiliate-program-advantages__item-img {
  margin: 25px auto 0;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.affiliate-program-advantages__item-txt,
.for-your-customers-this__txt-block p {
  font-size: 18px;
}

.affiliate-program-advantages__item-txt .title,
.new-ipv6-protocol-swiper-link a {
  font-size: 20px;
  color: var(--main-color);
}

.affiliate-program-advantages__item-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 170px;
  height: 170px;
  margin: 0 auto 25px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-shadow: 0.4px 8px 61.1px 3.9px rgba(33, 33, 33, 0.1);
  box-shadow: 0.4px 8px 61.1px 3.9px rgba(33, 33, 33, 0.1);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.for-your-customers-this {
  padding-top: 60px;
  padding-bottom: 120px;
  background-color: #fff;
}

.affiliate-program-top-section-big-img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  text-align: center;
}

.affiliate-program-top-section-big-img img {
  height: 100%;
}

.for-your-customers-this p.title-inner-page-h2,
.new-ipv6-protocol p.title-inner-page-h2 {
  margin-top: 0;
  margin-bottom: 35px;
}

.for-your-customers-this__big-img {
  padding-left: 70px;
}

.for-your-customers-this__txt-block-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  padding-top: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
}

.for-your-customers-this__txt-block-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
}

.for-your-customers-this__txt-block-item-img {
  margin-right: 30px;
}

.for-your-customers-this__txt-block-item-img i {
  font-size: 30px;
}

.for-your-customers-this__txt-block-item-title {
  font-family: NeoSansPro-Medium, -apple-system, system-ui, BlinkMacSystemFont,
    "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 20px;
  color: var(--main-color);
}

.new-ipv6-protocol {
  padding-bottom: 90px;
  background-color: #fff;
}

.new-ipv6-protocol .mb {
  margin-bottom: 30px;
}

.new-ipv6-protocol__item {
  font-size: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 120px;
  margin-bottom: 30px;
  text-transform: uppercase;
  background-color: #fff;
  -webkit-box-shadow: 0.4px 8px 61.1px 3.9px rgba(33, 33, 33, 0.1);
  box-shadow: 0.4px 8px 61.1px 3.9px rgba(33, 33, 33, 0.1);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.new-ipv6-protocol__item.bot {
  font-size: 19px;
  height: 100%;
  margin-bottom: 0;
  padding: 25px;
  text-align: center;
  text-transform: none;
}

.slider-site-program.new-ipv6-protocol .swiper-container {
  width: 1450px;
}

.new-ipv6-protocol-swiper-link {
  padding-top: 20px;
  text-align: center;
}

.make-money-on-an-affiliate-program {
  padding-bottom: 45px;
  background-color: #fff;
}

.make-money-on-an-affiliate-program p.title-inner-page-h2 {
  margin-bottom: 65px;
}

.make-money-on-an-affiliate-program__items {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.make-money-on-an-affiliate-program__item {
  width: 370px;
  margin-bottom: 30px;
  text-align: center;
}

.make-money-on-an-affiliate-program__item-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: 70px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-shadow: 0.4px 8px 61.1px 3.9px rgba(33, 33, 33, 0.1);
  box-shadow: 0.4px 8px 61.1px 3.9px rgba(33, 33, 33, 0.1);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.make-money-on-an-affiliate-program__item-img i {
  font-size: 20px;
}

.who-may-be-interested {
  padding-top: 5px;
  padding-bottom: 45px;
  background-color: #fff;
}

.who-may-be-interested .proxy-sale-in-numbers-line__line-item-wrap {
  width: 1480px;
}

.who-may-be-interested .proxy-sale-in-numbers-line {
  margin-top: 10px;
}

.who-may-be-interested .proxy-sale-in-numbers-line__line-item {
  width: 220px;
  margin-right: 30px;
}

.who-may-be-interested .proxy-sale-in-numbers-line__line-item:last-of-type {
  margin-right: 0;
}

.who-may-be-interested .proxy-sale-in-numbers-line__line-item-text {
  top: 60px;
}

.landing-affiliate-program-conditions {
  position: relative;
  padding-bottom: 135px;
  background-color: #fff;
}

.landing-affiliate-program-conditions .conditions__list li {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.landing-affiliate-program-conditions .title-inner-page-h2 {
  margin-bottom: 48px;
  text-align: left;
  margin-top: 0;
  font-size: 32px;
  font-family: "NeoSansPro-Bold", -apple-system, system-ui, BlinkMacSystemFont,
    "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.landing-affiliate-program-conditions__text-wrap {
  position: relative;
  z-index: 1;
  min-height: 100%;
  padding: 80px;
  border: 1px solid #c6c8d2;
  border-radius: 45px;
}

.landing-affiliate-program-conditions__text-wrap .conditions__list.no-mb {
  margin-bottom: 0;
}

.landing-affiliate-program-conditions__text-wrap p {
  margin-top: 48px;
  color: #38393d;
  font-size: 22px;
  font-weight: 500;
}

.landing-affiliate-program-conditions__text-wrap p a {
  color: #c1970b;
  text-decoration: underline;
}

.landing-affiliate-program-conditions__decor-img-X {
  position: absolute;
  z-index: 0;
  top: 0;
  left: -37.5%;
}

.landing-affiliate-program-conditions__decor-img-X img {
  height: 100%;
}

.landing-affiliate-program-conditions__title {
  font-size: 26px;
  font-size: 1.625rem;
  margin-bottom: 24px;
}

.conditions__list_red {
  margin-bottom: 48px;
}

.conditions__list_red li {
  color: #38393d;
}

.landing-affiliate-program-FAQ {
  background-color: #fff;
}

.login-restore-register-title {
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
}

.login-restore-register-title h1 {
  font-family: NeoSansPro-Medium, -apple-system, system-ui, BlinkMacSystemFont,
    "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 32px;
  margin-top: 80px;
}

.login-restore-register-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.login-restore-register-form form {
  width: 370px;
}

.login-restore-register-form input.password {
  padding-right: 130px;
}

.login-restore-register-form .input-wrap,
.login-restore-register-form__link {
  margin-bottom: 20px;
}

.login-restore-register-form .input-wrap.last {
  margin-bottom: 30px;
}

.login-restore-register-form .pid-link,
.login-restore-register-form .remind-password {
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.login-restore-register-form .pid-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  top: 54%;
  right: 105px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.login-restore-register-form .pid-link i {
  font-size: 16px;
  display: none;
}

.login-restore-register-form .pid-link i.active {
  display: block;
}

.login-restore-register-form .pid-link i.fa-eye {
  color: #484848;
}

.login-restore-register-form .pid-link i.fa-eye-slash {
  color: #ccc;
}

.login-restore-register-form .remind-password {
  /* font-family: NeoSansCyr-Regular, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; */
  font-size: 16px;
  top: 50%;
  right: 20px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
  color: #b6b6b6;
}

.login-restore-register-form .remind-password:active,
.login-restore-register-form .remind-password:hover {
  text-decoration: underline;
}

.login-restore-register-form .remind-password:focus {
  text-decoration: underline;
}

.login-restore-register-form__link a,
.login-restore-register-form__link button {
  min-width: 100%;
}

.login-restore-register-form__agree {
  text-align: center;
  color: #b6b6b6;
}

.login-restore-register-form__agree a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-decoration: inderline;
  color: #b6b6b6;
  -webkit-text-decoration: inderline;
}

.login-restore-register-form__agree a:hover {
  text-decoration: none;
  color: var(--main-color);
}

.login-restore-register-form__agree a:active {
  text-decoration: none;
}

.login-restore-register-form__agree a:focus {
  text-decoration: none;
}

.login-restore-register-form.reg .pid-link {
  right: 20px;
}

.login-restore-register-form__already-acc {
  font-size: 18px;
  margin-bottom: 15px;
}

.login-restore-register-form__already-acc a {
  font-size: 18px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-decoration: underline;
  color: #212121;
}

.login-restore-register-form__already-acc a:hover {
  text-decoration: none;
  color: var(--main-color);
}

.login-restore-register-form__already-acc a:active {
  text-decoration: none;
}

.login-restore-register-form__already-acc a:focus {
  text-decoration: none;
}

.private-mobile-proxies {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  background: #fff url(/local/templates/proxysale/css/../img/private-mobile-proxies-bg.png) center top
    no-repeat;
}

.private-mobile-proxies__inner {
  width: 100%;
  text-align: center;
}

.private-mobile-proxies__title h1 {
  margin-top: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.private-mobile-proxies__title p {
  font-family: NeoSansPro-Light, -apple-system, system-ui, BlinkMacSystemFont,
    "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 24px;
  margin-bottom: 40px;
}

.private-mobile-proxies__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1170px;
  margin: auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.private-mobile-proxies__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  width: 270px;
  margin-bottom: 30px;
  text-align: center;
  -webkit-box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.private-mobile-proxies__item-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 20px 30px 15px;
  background-color: #fff;
}

.private-mobile-proxies__item-decor {
  position: absolute;
  z-index: 0;
  top: -10px;
  left: 50%;
  display: block;
  width: 98px;
  height: 20px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 4px;
  background-color: #1c1c1c;
}

.private-mobile-proxies__item-img {
  margin-bottom: 10px;
}

.private-mobile-proxies__bottom-btn {
  margin-bottom: 75px;
}

.private-mobile-proxies__bottom-btn button {
  min-width: 216px;
}

.mobile-proxies-tabs {
  padding-bottom: 70px;
  background-color: #fff;
}

.mobile-proxies-tabs .tabs-all-items-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
}

.mobile-proxies-tabs .tabs-items-wrap {
  margin-right: 15px;
  margin-bottom: 30px;
  margin-left: 215px;
  padding: 7px;
  border: 1px solid #e2e2e2;
  border-radius: 3px;
}

.mobile-proxies-tabs .tabs-wrap-inner {
  width: 100%;
}

.mobile-proxies-tabs__btn {
  font-size: 14px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 258px;
  margin-right: 15px;
  margin-bottom: 10px;
  padding: 4px;
  -webkit-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
  text-decoration: none;
  color: #212121;
  background-color: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobile-proxies-tabs__btn:nth-of-type(5n) {
  margin-right: 0;
}

.mobile-proxies-tabs__btn:nth-of-type(n + 6) {
  margin-bottom: 0;
}

.mobile-proxies-tabs__btn.active {
  background-color: #f6f6f6;
}

.mobile-proxies-tabs__btn img,
.mobile-proxies-tabs__inner-block .tabs-items-operator img {
  margin-right: 10px;
}

.mobile-proxies-tabs__btn:hover {
  text-decoration: none;
  background-color: #f6f6f6;
}

.mobile-proxies-tabs__btn:active {
  text-decoration: none;
}

.mobile-proxies-tabs__btn:focus {
  text-decoration: none;
}

.mobile-proxies-tabs__inner-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.mobile-proxies-tabs__inner-block .tabs-items-wrap-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  width: 170px;
  margin-right: 30px;
  margin-left: 15px;
  padding: 7px 10px;
  border: 1px solid #e2e2e2;
  border-radius: 2px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobile-proxies-tabs__inner-block .tabs-items-operator {
  font-size: 14px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  margin-bottom: 10px;
  padding: 20px 10px;
  -webkit-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
  text-decoration: none;
  color: #212121;
  border: 1px solid #e2e2e2;
  border-radius: 2px;
  background-color: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.mobile-proxies-tabs__inner-block .tabs-items-operator:last-of-type {
  margin-bottom: 0;
}

.mobile-proxies-tabs__inner-block .tabs-items-operator.active {
  background-color: #f6f6f6;
}

.mobile-proxies-tabs__inner-block .tabs-items-operator:hover {
  text-decoration: none;
  background-color: #f6f6f6;
}

.mobile-proxies-tabs__inner-block .tabs-items-operator:active {
  text-decoration: none;
}

.mobile-proxies-tabs__inner-block .tabs-items-operator:focus {
  text-decoration: none;
}

.mobile-proxies-tabs__inner-block .tabs-items-operator-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  text-align: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mobile-proxies-tabs__inner-block .tabs-items-operator-items.ani {
  -webkit-animation: fade-bot;
  animation: fade-bot;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
}

.mobile-proxies-tabs__inner-block
  .tabs-items-operator-items
  .tabs-items-operator-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 262px;
  margin-right: 15px;
  margin-bottom: 30px;
}

.mobile-proxies-tabs__inner-block .tabs-items-operator-items ul:not(.drop) {
  margin: 10px 0 20px;
  padding: 0 0 0 10px;
}

.mobile-proxies-tabs__inner-block .tabs-items-operator-items ul:not(.drop) li {
  font-size: 14px;
  line-height: 1.45;
  list-style: none;
  text-align: left;
}

.mobile-proxies-tabs__inner-block
  .tabs-items-operator-items
  ul:not(.drop)
  li
  img {
  margin-right: 2px;
  margin-left: 5px;
}

.mobile-proxies-tabs__inner-block .tabs-items-operator-items p.proxy_pieces {
  font-size: 18px;
  line-height: 1.1;
  padding-top: 18px;
}

.mobile-proxies-tabs__inner-block .tabs-items-operator-items p.proxy_price {
  font-size: 14px;
  line-height: 1.2;
  padding-bottom: 10px;
  color: #212121;
}

.mobile-proxies-tabs__inner-block
  .tabs-items-operator-items
  p.proxy_price:first-of-type {
  margin-top: 18px;
  padding-bottom: 0;
}

.mobile-proxies-tabs__inner-block
  .tabs-items-operator-items
  .proxy_price_txt_block {
  margin-bottom: 20px;
}

.mobile-proxies-tabs__inner-block .tabs-items-operator-btn button {
  font-size: 14px;
  line-height: 36px;
  min-width: 120px;
  height: 36px;
  margin-bottom: 16px;
}

.mobile-proxies-tabs__inner-block .margin_b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.mobile-proxies-tabs__inner-block .proxy_ipv6_item {
  width: 100%;
  min-height: 355px;
  padding-top: 10px;
  padding-bottom: 20px;
  border-radius: 10px;
  background-color: #f6f6f6;
}

.mobile-proxies-tabs__inner-block .proxy_ipv6_item_decor {
  margin-bottom: 10px;
  margin-left: 15px;
}

@include sprite($proxy_ipv6_item_decor);

.mobile-proxies-tabs__inner-block .proxy_ipv6_item_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  width: 90%;
  height: 100%;
  min-height: 330px;
  margin: auto;
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
}

.mobile-proxies-tabs__inner-block .proxy_ipv6_item_inner ul li {
  list-style: none;
}

.mobile-proxies-tabs__inner-block .proxy_ipv6_item_inner .select {
  margin: 0 12px 10px;
}

.mobile-proxies-tabs__inner-block
  .proxy_ipv6_item_inner
  .select:nth-of-type(2) {
  margin-bottom: auto;
}

.mobile-proxies-tabs__inner-block .proxy_ipv6_item_inner .select .static-txt {
  font-size: 14px;
  top: 51%;
}

.mobile-proxies-tabs__inner-block .proxy_ipv6_item_inner .select ul {
  margin: 0;
  padding: 0;
}

.mobile-proxies-tabs__inner-block .proxy_ipv6_item_inner .select .slct_arrow {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.mobile-proxies-tabs__inner-block .proxy_ipv6_item_inner .select .slct {
  font-size: 14px;
  line-height: 1.1;
  width: 100%;
  height: 30px;
}

.mobile-proxies-tabs__inner-block .proxy_ipv6_item_inner .select .drop {
  top: 33px;
}

.mobile-proxies-tabs__inner-block .proxy_ipv6_item_inner .select .drop li {
  font-size: 14px;
  padding: 7px 15px 7px 20px;
}

.proxy-for-any-purpose {
  padding-top: 30px;
  padding-bottom: 40px;
  background: #f6f6f6 url(/local/templates/proxysale/css/../img/proxy-for-any-purpose-bg.png) center top
    no-repeat;
}

.proxy-for-any-purpose__title {
  margin-bottom: 45px;
  text-align: center;
}

.proxy-for-any-purpose__title p.title-inner-page-h2 {
  /* font-family: NeoSansPro-Regular, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; */
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.2;
  margin-top: 10px;
  color: #212121;
}

.proxy-for-any-purpose__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 100px;
  padding-left: 100px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.proxy-for-any-purpose__item {
  position: relative;
  width: 370px;
  margin-bottom: 30px;
  border-radius: 4px;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.14);
}

.proxy-for-any-purpose__item-decor {
  position: absolute;
  z-index: 0;
  top: 8px;
  left: -6px;
  width: 40px;
  height: 42px;
  border-radius: 4px;
  background-color: #1c1c1c;
}

.proxy-for-any-purpose__item-inner {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 44px;
  padding-left: 20px;
  background-color: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.proxy-for-any-purpose__item-img {
  margin-right: 8px;
}

.proxy-for-any-purpose__item-txt {
  font-family: $font_Lato_Bold;
}

.proxy-for-any-purpose__item-txt p {
  line-height: 1.2;
}

.our-clients-latest-from-blog.mobile-proxies {
  padding-top: 45px;
}

.our-clients-latest-from-blog.mobile-proxies .internal-page-slider {
  margin-right: 215px;
}

.latest-from-blog {
  padding-bottom: 60px;
  background-color: #fff;
}

.latest-from-blog__item {
  height: 270px;
  margin-bottom: 30px;
  text-align: center;
  background-color: #fff;
  -webkit-box-shadow: 1px 8px 61.1px 3.9px rgba(33, 33, 33, 0.1);
  box-shadow: 1px 8px 61.1px 3.9px rgba(33, 33, 33, 0.1);
}

.latest-from-blog__item > a {
  position: relative;
  display: block;
  height: 100%;
  padding: 40px 20px;
  text-decoration: none;
  color: inherit;
}

.latest-from-blog__item > a:active,
.latest-from-blog__item > a:hover {
  text-decoration: none;
}

.latest-from-blog__item > a:focus {
  text-decoration: none;
}

.latest-from-blog__item > a:hover .latest-from-blog__item-title {
  color: var(--main-color);
}

.latest-from-blog__item > a:hover .latest-from-blog__item-pop-up {
  visibility: visible;
  opacity: 1;
}

.latest-from-blog__item-title {
  font-size: 20px;
  font-size: 1.25rem;
  overflow: hidden;
  height: 70px;
  margin-bottom: 25px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}

.latest-from-blog__item-txt {
  overflow: hidden;
  height: 80px;
}

.latest-from-blog__item-pop-up {
  position: absolute;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  width: 100%;
  height: 90px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(251, 251, 251, 0)),
    color-stop(12%, #fff)
  );
  background: -o-linear-gradient(top, rgba(251, 251, 251, 0) 0, #fff 12%);
  background: linear-gradient(to bottom, rgba(251, 251, 251, 0) 0, #fff 12%);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.latest-from-blog__link {
  text-align: center;
}

.latest-from-blog__link.link-client {
  position: relative;
  top: -60px;
}

.latest-from-blog__link.link-blog {
  margin-top: 5px;
}

.latest-from-blog__link a {
  font-size: 18px;
  font-size: 1.125rem;
  color: #212121;
}

.latest-from-blog__link a:active,
.latest-from-blog__link a:hover {
  text-decoration: none;
}

.latest-from-blog__link a:focus {
  text-decoration: none;
}

.personal-area-order-title-cat {
  font-family: NeoSansPro-Medium, -apple-system, system-ui, BlinkMacSystemFont,
    "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 20px;
}

.personal-area-order-notifications-list {
  margin-bottom: 30px;
  padding-left: 40px;
}

.personal-area-order-notifications-list li {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 20px;
}

.personal-area-order-notifications-list li i {
  font-size: 22px;
  font-size: 1.375rem;
  margin-right: 15px;
}

.push-notification .button-wrap button {
  font-size: 17px;
  height: 37px;
  padding-right: 18px;
  padding-left: 18px;
  -webkit-transition: color 0.4s, background 0.4s, border 0.4s;
  -o-transition: color 0.4s, background 0.4s, border 0.4s;
  transition: color 0.4s, background 0.4s, border 0.4s;
  color: #fff;
  border: 1px solid var(--main-color);
  border-radius: 5px;
  background: var(--main-color);
}

.push-notification .button-wrap button:active,
.push-notification .button-wrap button:hover {
  color: #212121;
  border: 1px solid #959595;
  outline: 0;
  background: #fff;
}

.push-notification .button-wrap button:focus {
  color: #212121;
  border: 1px solid #959595;
  outline: 0;
  background: #fff;
}

.big-push-notification {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 700px;
  margin-right: 15px;
  margin-left: 15px;
  padding: 35px;
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

.big-push-notification__close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.big-push-notification__image-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 170px;
  height: 170px;
  border: 5px solid var(--main-color);
  border-radius: 50%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.big-push-notification__text-wrap {
  margin-right: 50px;
}

.big-push-notification__title {
  font-family: NeoSansPro-Medium, -apple-system, system-ui, BlinkMacSystemFont,
    "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 26px;
  line-height: 1.3;
  margin-bottom: 12px;
}

.big-push-notification__description {
  font-size: 19px;
  line-height: 1.3;
  margin-bottom: 25px;
}

.subscribe-push-notification {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 400px;
  margin-right: 15px;
  margin-left: 15px;
  padding: 15px;
  border: 4px solid var(--main-color);
  border-radius: 20px;
  background: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.subscribe-push-notification__title {
  font-family: NeoSansPro-Medium, -apple-system, system-ui, BlinkMacSystemFont,
    "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 22px;
  line-height: 1;
  margin-bottom: 3px;
  color: var(--main-color);
}

.subscribe-push-notification__description {
  font-size: 15px;
  line-height: 1.2;
  color: var(--main-color);
}

.subscribe-push-notification__image-wrap {
  width: 25px;
  height: 25px;
  margin-right: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.subscribe-push-notification__image-wrap img {
  max-width: 100%;
  height: auto;
}

.subscribe-push-notification .button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}

.subscribe-push-notification .button-wrap button {
  margin-right: 8px;
  margin-left: 8px;
}

.subscribe-push-notification .button-wrap .gray {
  margin-right: 8px;
  margin-left: 8px;
  color: #606060;
  border: 1px solid #959595;
  background: 0 0;
}

.subscribe-push-notification .button-wrap .gray:active,
.subscribe-push-notification .button-wrap .gray:hover {
  color: #fff;
  border: 1px solid var(--main-color);
  outline: 0;
  background: var(--main-color);
}

.subscribe-push-notification .button-wrap .gray:focus {
  color: #fff;
  border: 1px solid var(--main-color);
  outline: 0;
  background: var(--main-color);
}

@media only screen and (max-width: 991px) {
  .big-push-notification__text-wrap {
    margin-right: 0;
  }

  .landing-affiliate-program-conditions__text-wrap {
    padding: 60px;
  }

  .big-push-notification {
    padding: 25px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .big-push-notification__image-wrap {
    width: 120px;
    height: 120px;
    margin: auto;
    padding: 13px;
  }

  .big-push-notification__image-wrap img {
    max-width: 100%;
    height: auto;
  }

  .big-push-notification__title {
    font-size: 23px;
  }

  .big-push-notification__description {
    font-size: 16px;
  }

  .big-push-notification__close {
    top: 15px;
    right: 15px;
  }

  .push-notification .button-wrap {
    margin-bottom: 15px;
    margin-left: 0;
    text-align: center;
  }

  .subscribe-push-notification .button-wrap {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .subscribe-push-notification {
    min-width: initial;
    max-width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  h1,
  h2,
  p.title-inner-page-h2,
  .prices-block p.prices-block__title {
    font-size: 2rem;
  }

  .prices-block .prices-block__sub div p {
    font-size: 16px;
  }

  .top-section--hero.country {
    padding-bottom: 70px;
  }

  .subscribe-push-notification__text-wrap {
    margin-right: 0;
  }

  /* .feedback-from-our-customers, */

  /* .page-blog-selected-program {
        margin-top: 40px;
    } */

  .subscribe-push-notification__image-wrap {
    width: 35px;
    height: 35px;
    margin-right: 10px;
  }

  .push-notification .button-wrap {
    width: 100%;
    margin-top: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media only screen and (max-width: 575px) {
  .push-notification .button-wrap {
    margin-top: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .news-of-the-partner-article__title {
    margin-bottom: 16px;
  }

  .news-of-the-partner-article__block-txt h2 {
    font-size: 18px;
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .pagination-post {
    flex-direction: column;
  }

  .pagination-post a {
    display: flex;
    align-items: center;
  }

  .pagination-post a:last-child {
    margin-top: 24px;
  }

  .views-read-time__item,
  .views-read-time__item:last-of-type {
    width: auto !important;
  }

  .views-read-time__item,
  .views-read-time__item time {
    font-size: 14px;
  }

  .benefits-column__item {
    padding-left: 18px !important;
  }

  .benefits-column__item img {
    width: 28px;
    height: 28px;
    margin-right: 13px;
  }

  .push-notification .button-wrap button {
    margin-bottom: 10px;
  }

  .subscribe-push-notification__text-wrap {
    margin-right: 0;
  }

  .subscribe-push-notification__description {
    font-size: 16px;
  }

  .white-popup.popup-automatic-payment .popup-automatic-payment__add-another a {
    font-size: 14px;
  }

  .white-popup.popup-automatic-payment
    .popup-automatic-payment__add-another
    a
    span {
    display: none;
  }
}

@media only screen and (max-width: 1630px) {
  .batch-proxies-table__table .table-button-modal-open {
    line-height: 21px;
    height: 21px;
  }

  .top-filter-static-bottom-extension {
    width: 100%;
  }

  .personal-area__content-flex-order {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
  }

  .personal-area__content-flex-order > div:nth-of-type(1) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .personal-area__content-flex-order > div:nth-of-type(2) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .personal-area__content-flex-order > div:nth-of-type(3) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .personal-area__content-flex-order > div:nth-of-type(4) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .personal-area__content-flex-order > div:nth-of-type(5) {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .personal-area__content-flex-order > div:nth-of-type(6) {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .personal-area__content-flex-order > div:nth-of-type(7) {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  .personal-area__content-flex-order > div:nth-of-type(8) {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }

  .personal-area__content-flex-order > div:nth-of-type(9) {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }

  .personal-area__content-flex-order > div:nth-of-type(10) {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }

  .personal-area__content-flex-order > div:nth-of-type(11) {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }

  .personal-area__content-flex-order > div:nth-of-type(12) {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }

  .personal-area-table-block__top-filter {
    margin-bottom: 5px;
  }

  .our-clients-latest-from-blog.mobile-proxies .faq {
    width: 48%;
    min-height: 605px;
  }

  .our-clients-latest-from-blog.mobile-proxies .internal-page-slider {
    width: 48%;
    margin-right: 0;
    margin-left: 0;
    padding-left: 30px;
  }

  .our-clients-latest-from-blog.mobile-proxies .accordion-wrap {
    min-height: 565px;
  }

  .our-clients-latest-from-blog.mobile-proxies .swiper-button-next,
  .our-clients-latest-from-blog.mobile-proxies .swiper-button-prev {
    left: -55px;
  }

  .proxy-for-any-purpose {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .proxy-for-any-purpose__title {
    margin-bottom: 25px;
  }

  .mobile-proxies-tabs__btn:nth-of-type(5n) {
    margin-right: 15px;
  }

  .personal-area-proxy-ordering.new-order
    .personal-area-proxy-ordering__select-all-wrap {
    width: 100%;
  }

  .personal-area-nav {
    width: 255px !important;
  }

  .general-blog-search
    .select-multilevel-drop
    ul
    li.active
    > .select-multilevel-drop {
    left: -100%;
    width: calc(100% - 2px);
  }

  .select-multilevel-drop.drop-sub {
    left: -100%;
  }

  .header__lng {
    margin-left: 30px;
  }

  .header__nav.header-level1 {
    padding-left: 15px;
  }

  .slider-site-program .swiper-container {
    width: 90%;
  }

  .slider-site-program .swiper-button-prev {
    left: 0;
  }

  .slider-site-program .swiper-button-next {
    right: 0;
  }

  .our-clients-latest-from-blog .faq .next,
  .our-clients-latest-from-blog .faq .prev {
    right: 25px;
    left: initial;
  }

  .our-clients-latest-from-blog__link.link-blog {
    margin-top: 37px;
  }

  .contact__connect-with-us-wrap,
  .contact__send-a-message,
  .footer ul li {
    width: 50%;
  }

  .contact-online {
    margin-top: 30px;
  }

  .contact-title:first-of-type {
    margin-top: 45px;
  }

  .proxy-by-the-piece {
    width: 100%;
  }

  .proxy-by-the-piece__select-bot-txt {
    margin-top: -58px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .proxy-by-the-piece__select-bot-txt p {
    margin-left: 0;
  }

  .batch-proxies-table__head-table {
    height: 50px;
    padding-left: 7px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .batch-proxies-table__head-table .select .slct {
    height: 30px;
  }

  .batch-proxies-table__info-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-left: inherit;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .batch-proxies-table__info-block-item {
    margin-right: 20px;
    margin-bottom: 20px;
  }

  .batch-proxies-table__info-block-item p {
    font-size: 13px;
    width: 190px;
  }

  .batch-proxies-table__info-block-item:last-of-type {
    margin-right: 0;
  }

  .batch-proxies-table__info-block-item:nth-last-of-type(2) {
    margin-bottom: 20px;
  }

  .batch-proxies-table__info-block {
    margin-top: 50px;
  }

  .batch-proxies-table__table-wrap {
    width: 100%;
  }

  .batch-proxies-table__target {
    width: 110px;
    margin-right: 8px;
  }

  .batch-proxies-table__target.ipv6 {
    width: 110px;
  }

  .batch-proxies-table__target p {
    font-size: 12px;
    margin-right: 5px;
  }

  .batch-proxies-table__quantity {
    width: 85px;
  }

  .batch-proxies-table__quantity p {
    font-size: 12px;
    width: 100%;
  }

  .batch-proxies-table__select-wrap {
    width: 145px;
    margin-right: 20px;
  }

  .batch-proxies-table__select-wrap.long-width {
    width: 160px;
    margin-right: 15px;
  }

  .batch-proxies-table__table,
  .top-filter-table table tr td {
    font-size: 16px;
  }

  .batch-proxies-table__table tr td:first-of-type {
    width: 120px;
  }

  .batch-proxies-table__table-wrap {
    height: 100%;
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
  }

  .batch-proxies-table__table tr td {
    padding: 15px 5px;
  }

  .batch-proxies-table__table .main-btn {
    min-width: 90px;
    height: 40px;
  }

  .batch-proxies-table__table.ipv6
    .batch-proxies-table__info-block-item:nth-last-of-type(2) {
    margin-bottom: 70px;
  }

  .batch-proxies-table__table.ipv6 tr td:first-of-type {
    width: 115px;
  }

  .faq {
    width: 100%;
  }

  .top-section__proxylist-wrap {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .top-section__title {
    font-size: 20px;
    margin-bottom: 40px;
  }

  .top-section__title h1 {
    font-size: 58px;
    line-height: 66px;
  }

  .top-section__advantages {
    width: 474px;
  }

  .top-section__advantages-block {
    width: 240px;
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .top-section__advantages-block:nth-of-type(1):after,
  .top-section__advantages-block:nth-of-type(2):after {
    left: -5px;
  }

  .top-section__advantages-block:nth-of-type(3):after {
    right: -5px;
  }

  .top-section__advantages-block:after {
    width: 130px;
  }

  .top-section__advantages-block:last-of-type {
    margin-right: 60px;
  }

  .recommended-programs .swiper-container-wrap {
    width: 90%;
  }

  .top-section__proxylist {
    width: 50%;
  }

  .top-section__proxylist:first-of-type {
    margin-right: 30px;
    margin-left: 60px;
  }

  .thank-you-for-your-purchase__social {
    width: 60%;
  }

  .footer form button[type="submit"],
  .thank-you-for-your-purchase__connect-with-us {
    width: 40%;
  }

  .big-info-block__info {
    width: 100%;
  }

  .big-info-block__info-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .leave-a-comment-guest-user.news-of-the-partner
    .leave-a-comment-guest-user__item-input-wrap,
  .leave-a-comment-guest-user__item-input-wrap {
    width: 50%;
  }

  .leave-a-comment-guest-user.news-of-the-partner
    .leave-a-comment-guest-user__item-input-wrap:nth-of-type(2),
  .leave-a-comment-guest-user__item-input-wrap:nth-of-type(2) {
    width: 50%;
  }

  .partners-main__item {
    width: 397px;
  }

  .views-read-time__item:last-of-type {
    width: 350px;
  }

  .news-of-the-partner-accordion__content-inner span,
  .news-of-the-partner-accordion__content-input input {
    margin-bottom: 15px;
  }

  .blog-selected-program-item.blog-selected-program-item-long
    .blog-selected-program-item__item {
    margin-bottom: 30px;
  }

  .blog-selected-program-items {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .general-blog-search__select-item {
    margin-bottom: 20px;
  }

  .general-blog-search__top-block .social-icons {
    margin-left: 0;
  }

  .general-blog-search__top-block .social-icons a {
    margin-right: 15px;
  }

  .blog-categories__tabs-item {
    font-size: 18px;
    margin-right: 25px;
  }

  .general-blog-gray-info__item {
    padding-top: 20px;
    padding-left: 15px;
  }

  .general-blog-gray-info__item p {
    margin-bottom: 10px;
    padding-right: 15px;
  }

  .general-blog-gray-info__item p:not(.general-blog-gray-info__title) {
    word-break: normal;
  }

  .general-blog-gray-info__inner:last-of-type
    .general-blog-gray-info__item
    p:not(.general-blog-gray-info__title) {
    word-break: normal;
  }

  .personal-area-your-affiliate-link__item-link {
    width: 250px;
  }

  .personal-area-your-affiliate-link__inner {
    margin-bottom: 10px;
  }

  .personal-area-your-affiliate-link__inner button {
    min-width: 170px;
    margin-left: auto;
  }

  .personal-area-table-block__top-filter {
    width: 100%;
  }

  .personal-area-table-block__top-filter button {
    margin-bottom: 20px;
  }

  .personal-area-table-block__top-filter-select {
    display: inline-block;
    margin-bottom: 20px;
    width: 160px;
  }

  .personal-area-table-block__top-filter-input-data {
    width: 160px;
  }

  .partners-main__tabs-all-items-wrap.personal-area-partners-promo-materials
    .tabs-items-wrap
    .tabs-item-btn,
  .personal-area-proxy-ordering__select-wrap {
    margin-bottom: 15px;
  }

  .personal-area-partners-my-profile__item-label-input-wrap {
    width: 370px;
  }

  .personal-area-partners-my-profile__item-btn-plus {
    left: 15px;
    top: calc(100% - 10px);
    transform: translate(0, 0);
  }

  .personal-area-partners-my-profile__item-label-input:nth-child(2) {
    margin-bottom: 40px;
  }

  .personal-area-partners-table,
  .personal-area-partners-table-payments {
    width: 100%;
  }

  .partners-main__tabs-all-items-wrap .tabs-items-wrap {
    border-bottom: none;
  }

  .affiliate-program-top-section-info__item:first-of-type {
    margin-bottom: 20px;
  }

  .affiliate-program-advantages__item {
    width: 370px;
  }

  .for-your-customers-this__big-img {
    padding-left: 0;
  }

  .slider-site-program.new-ipv6-protocol .swiper-container {
    width: 90%;
  }

  .who-may-be-interested .proxy-sale-in-numbers-line__line-item-wrap {
    width: 100%;
  }

  .who-may-be-interested .proxy-sale-in-numbers-line__line-item {
    width: 160px;
  }

  .personal-area-table-block__top-filter-input-data {
    margin-bottom: 20px;
  }

  .top-filter-table-info {
    display: none;
  }

  .top-filter-table {
    width: 100%;
    margin-right: 0;
  }

  .top-filter-table table .black-list th {
    font-size: 18px;
  }

  .top-filter-table table .black-list th:first-of-type {
    width: 130px;
  }

  .top-filter-table table .black-list th:nth-of-type(2) {
    width: 140px;
  }

  .filter-table-bot-logic__input-wrap input {
    font-size: 14px;
  }

  .footer form,
  .top-filter-table-info.top-filter-table-hide-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .chosen-proxy-list ul {
    -webkit-column-count: 3;
    column-count: 3;
  }

  .proxy-by-the-piece__select-item {
    width: 285px;
  }

  .proxy-by-the-piece__btn-wrap {
    margin-bottom: 15px;
    margin-left: 0;
  }

  .our-clients-latest-from-blog__link {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .our-clients-latest-from-blog__link.link-client {
    position: relative;
    top: -60px;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 50px;
  }

  .accordion-wrap {
    min-height: initial;
  }

  .footer__logo-rights-reserved {
    margin-top: 0;
  }

  .footer form {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer form .input-wrap {
    width: 60%;
    margin-right: 30px;
    margin-bottom: 0;
  }

  .private-mobile-proxies__items {
    width: 100%;
  }

  .header__nav.header-level1 .header__nav-ul > li:nth-of-type(1),
  .header__nav.header-level1 .header__nav-ul > li:nth-of-type(2),
  .header__nav.header-level1 .header__nav-ul > li:nth-of-type(3) {
    display: none;
  }

  .header__nav.header-level1 .header__nav-ul > li.more {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .header__nav.header-level1
    .header__nav-ul
    li
    .header__dropdown_more
    li:nth-of-type(1),
  .header__nav.header-level1
    .header__nav-ul
    li
    .header__dropdown_more
    li:nth-of-type(2) {
    display: list-item;
  }
}

@media only screen and (max-width: 1199px) {
  .footer__logo {
    text-align: center;
  }

  .aff-benefits {
    grid-template-columns: repeat(auto-fill, minmax(450px, 1fr));
  }

  .aff-benefits::after {
    display: none;
  }

  .aff-benefits {
    border: 1.5px solid #ebebeb;
  }

  .aff-benefits > li:nth-child(1),
  .aff-benefits > li:nth-child(2),
  .aff-benefits > li:nth-child(3),
  .aff-benefits > li:nth-child(4) {
    border-bottom: 1.5px solid #ebebeb;
  }

  .aff-benefits > li:nth-child(4) {
    border-left: 1.5px solid #ebebeb;
  }

  .footer .header__lng {
    margin-right: 0;
    margin-left: 0;
  }

  .footer .header__lng-dropdown {
    left: 0;
  }

  .batch-proxies-table__table .main-btn {
    font-size: 16px;
    min-width: 80px;
    height: 35px;
  }

  .batch-proxies-table__table.ipv6 .td-country-lng {
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
  }

  .batch-proxies-table__table.ipv6 .td-country-lng img {
    margin-right: 0;
    margin-bottom: 5px;
  }

  .top-filter-static-bottom-extension .personal-area-order-title {
    font-size: 20px;
  }

  .renewing-dedicated-IP-addresses__select-wrap {
    width: 225px;
  }

  .proxy-for-any-purpose__items {
    padding-right: 50px;
    padding-left: 50px;
  }

  .mobile-proxies-tabs__inner-block
    .tabs-items-operator-items
    .tabs-items-operator-item {
    width: 233px;
  }

  .personal-area-nav {
    width: 210px !important;
  }

  .batch-proxies-table__info-block-item p {
    width: 140px;
  }

  .header__modal {
    margin-top: 20px;
  }

  .top-section__title {
    margin-bottom: 50px;
  }

  .top-section__proxylist-wrap {
    padding: 50px 0 30px;
  }

  .top-section__proxylist {
    width: 50%;
  }

  .top-section__proxylist:first-of-type {
    margin-right: 7.5px;
    margin-left: 15px;
  }

  .top-section__proxylist:last-of-type {
    margin-right: 15px;
    margin-left: 7.5px;
  }

  .footer__rights-reserved {
    text-align: right;
  }

  .intermediate .intermediate_wrap,
  .news-of-the-partner-accordion__content-input input {
    margin-bottom: 20px;
  }

  .intermediate .intermediate_wrap .modal_form_input_wrap {
    display: inline-block;
  }

  .proxy-sale-in-numbers-line__line-item-wrap,
  .FAQ-input input {
    width: 100%;
  }

  .proxy-sale-in-numbers-line__line-item-text.top {
    top: -70px;
  }

  .proxy-sale-in-numbers-line__line-item-text.bottom {
    bottom: -70px;
  }

  .our-clients-latest-from-blog .swiper-container-wrap {
    margin-left: 40px;
  }

  .our-clients-latest-from-blog .swiper-button-next,
  .our-clients-latest-from-blog .swiper-button-prev {
    left: -55px;
  }

  .our-clients-latest-from-blog.mobile-proxies .accordion-wrap {
    min-height: initial;
  }

  .our-clients-latest-from-blog .faq .accordion {
    min-height: 85px;
  }

  .our-clients-latest-from-blog__link {
    margin-bottom: 40px;
  }

  .our-clients-latest-from-blog__link.link-blog {
    margin-bottom: 50px;
  }

  .slider-site-program .swiper-button-next img,
  .slider-site-program .swiper-button-prev img {
    width: 80%;
  }

  .slider-site-program .swiper-button-prev {
    left: -15px;
    text-align: left;
  }

  .slider-site-program .swiper-button-next {
    right: -15px;
    text-align: right;
  }

  .slider-site-program .swiper-container {
    width: 90%;
  }

  .proxy-by-the-piece__select-item {
    width: 240px;
  }

  .footer h3.margin-top {
    margin-top: 1em;
  }

  .footer ul li {
    width: 25%;
  }

  .footer__logo-rights-reserved {
    margin-top: 20px;
  }

  .internal-page-slider {
    margin-left: 0;
    padding-left: 26px;
  }

  .top-section__advantages {
    width: 369px;
    margin-bottom: 30px;
    padding-top: 20px;
  }

  .top-section__advantages-block-title {
    font-size: 17px;
  }

  .blog-inner-slider__item-tag-link a,
  .top-section__advantages-block-text {
    font-size: 16px;
  }

  .top-section__advantages-block {
    width: 190px;
    margin-bottom: 47px;
  }

  .top-section__advantages-block:after {
    width: 100px;
  }

  .top-section__advantages-block:nth-of-type(1):after {
    bottom: -20px;
  }

  .top-section__advantages-block:nth-of-type(2):after {
    top: -20px;
  }

  .top-section__advantages-block:nth-of-type(3):after {
    bottom: -20px;
  }

  .affiliate-program-top-section-title p,
  .page-recommended-programs-inner__program-title p {
    font-size: 20px;
  }

  .page-recommended-programs-inner__program-title.page-recommended-programs-inner__program-title_top
    p:after {
    left: -150px;
  }

  .thank-you-for-your-purchase__connect-with-us,
  .thank-you-for-your-purchase__social {
    width: 100%;
  }

  .big-info-block__info-block {
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
  }

  .partners-main__items {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .news-of-the-partner-accordion__content-input {
    width: 100%;
    margin-right: 0;
  }

  .blog-inner-slider__item {
    width: 290px;
    min-height: 530px;
    margin: 0 auto;
  }

  .blog-inner-slider__item-title-slider {
    font-size: 18px;
  }

  .blog-inner-slider__item-btn .main-btn {
    height: 40px;
  }

  .blog-inner-slider__item-title-slider-img {
    height: 130px;
  }

  .blog-inner-slider .swiper-container-wrap .swiper-wrapper {
    padding: 4px 0;
  }

  .blog-selected-program-item.blog-selected-program-item-long
    .blog-selected-program-item__item-tag {
    width: 70%;
  }

  .personal-area-your-affiliate-link__info {
    width: 100%;
    margin-left: 0;
  }

  .personal-area-your-affiliate-link__inner {
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .personal-area-your-affiliate-link__inner button {
    margin-left: 0;
  }

  .personal-area-your-affiliate-link__item-link {
    margin-bottom: 20px;
  }

  .personal-area-your-affiliate-link__item-input {
    width: 100%;
    margin-bottom: 20px;
  }

  .personal-area-settings-options {
    margin-left: 0;
  }

  .personal-area-proxy-ordering__sum-submit {
    flex-direction: column;
    margin-left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .personal-area-proxy-ordering__sum {
    margin-bottom: 15px;
    margin-left: 0;
  }

  .personal-area-proxy-ordering__btn-wrap {
    margin-left: 0;
  }

  .personal-area-partners-my-profile__item-label-input-wrap:last-of-type {
    margin-left: 15px;
  }

  .personal-area-partners-my-profile__item-btn-plus {
    position: static;
    width: 370px;
    margin-bottom: 20px;
    margin-left: 15px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .personal-area-partners-my-profile__item-label-input
    .item.btn-minus:nth-of-type(even) {
    margin-left: 15px;
  }

  .personal-area-partners-my-profile__item-label-input
    .item.btn-minus:last-of-type {
    margin-left: 15px;
  }

  .personal-area-partners-table.statistics th .date {
    font-size: 14px;
    max-width: 180px;
  }

  .partners-main__tabs-all-items-wrap.personal-area-partners-promo-materials
    .tabs-items-wrap
    .tabs-item-btn:nth-of-type(3) {
    margin-right: 0;
  }

  .blog-inner-slider__date-views-read-time-item span,
  .blog-inner-slider__date-views-read-time-item time {
    font-size: 12px;
  }

  .FAQ-input,
  .header__nav.header-level2 .header__nav-ul li .header__dropdown-wrap {
    width: 100%;
  }

  .affiliate-program-top-section-title {
    margin-bottom: 30px;
  }

  .affiliate-program-top-section-title h1 {
    font-size: 35px;
    margin-top: 35px;
  }

  .affiliate-program-top-section-info {
    margin-bottom: 40px;
  }

  .affiliate-program-advantages__item {
    margin-bottom: 30px;
  }

  .affiliate-program-advantages__item.backward
    .affiliate-program-advantages__item-img {
    margin: 0 auto 25px;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .who-may-be-interested .proxy-sale-in-numbers-line__line-item {
    width: 130px;
    margin-right: 15px;
  }

  .who-may-be-interested .proxy-sale-in-numbers-line__line-item-text {
    font-size: 14px;
  }

  .landing-affiliate-program-conditions__decor-img-X {
    display: none;
  }

  .top-filter-table-wrap {
    display: block;
    overflow: auto;
  }

  .top-filter-table {
    width: 850px;
  }

  .top-filter-table table .black-list th:first-of-type {
    width: 115px;
  }

  .top-filter-table table .black-list th:nth-of-type(2),
  .top-filter-table table .black-list th:nth-of-type(3),
  .top-filter-table table .black-list th:nth-of-type(4) {
    width: 150px;
  }

  .top-filter-table table tr td:nth-of-type(3) {
    padding-right: 15px;
  }

  .top-filter-table table tr td i.table-i {
    font-size: 14px;
    margin-right: 10px;
  }

  .top-filter-table-hint {
    display: block;
  }

  .our-clients-latest-from-blog__link.link-client {
    padding-left: 115px;
  }

  .our-clients-latest-from-blog__link.link-client.page-index {
    padding-left: 0;
  }

  .personal-area-partners-balance__table-wrap table tr td,
  .personal-area-partners-balance__table-wrap table tr th {
    padding: 14px 10px 14px 20px;
  }

  .personal-area-extend-debt {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .personal-area-extend-debt__title {
    width: 100%;
    margin-bottom: 15px;
  }

  .mobile-proxies-tabs__btn {
    width: 213px;
  }

  .mobile-proxies-tabs .tabs-items-wrap {
    margin-left: 15px;
  }

  .header__nav .header__nav-ul li .header__dropdown_more {
    min-width: 100%;
  }
}

@media only screen and (max-width: 991px) {
  .proxy-for-any-purpose__item {
    width: calc(50% - 30px);
  }

  .proxy-for-any-purpose__item-txt p {
    font-size: 14px;
  }

  .mobile-proxies-tabs {
    padding-bottom: 10px;
  }

  .mobile-proxies-tabs__btn {
    width: 209px;
  }

  .mobile-proxies-tabs__inner-block
    .tabs-items-operator-items
    .tabs-items-operator-item {
    width: 237px;
  }

  .private-mobile-proxies__item {
    width: 230px;
  }

  .personal-area-nav {
    width: 100% !important;
  }

  .proxy-by-the-piece__btn-wrap {
    margin-right: auto;
    margin-left: auto;
  }

  .proxy-by-the-piece__select-bot-txt {
    margin-top: 0;
  }

  body.sticky-footer .header,
  html.sticky-footer .header {
    min-height: 100px;
  }

  /* .header {
        -webkit-box-shadow: none;
        box-shadow: none
    } */

  .header .d-flex {
    height: 100%;
    min-height: 100%;
  }

  .header__logo {
    margin-top: 0;
  }

  .header__lng {
    margin-right: 70px;
  }

  .top-section__proxylist-wrap {
    flex-direction: column;
    padding: 0 0 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
  }

  .top-section__proxylist {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }

  .top-section__proxylist:first-of-type {
    margin: 0;
  }

  .top-section__proxylist:last-of-type {
    margin: 0;
  }

  .top-section__advantages {
    display: none;
  }

  .top-section__proxylist-wrap {
    background: #fff url(/local/templates/proxysale/css/../img/top-map.jpg) center center no-repeat;
    background-size: contain;
  }

  .proxy-sale-in-numbers-line__line-item-text-title {
    font-size: 21px;
    font-size: 1.3125rem;
  }

  .footer ul li {
    width: 50%;
  }

  .proxy-by-the-piece__select-wrap {
    flex-direction: column;
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .proxy-by-the-piece__select-item {
    width: 300px;
  }

  .proxy-by-the-piece__select-bot-txt {
    padding-left: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .internal-page-slider {
    width: 95%;
  }

  .thank-you-for-your-purchase__connect-with-us,
  .thank-you-for-your-purchase__social {
    width: 50%;
  }

  .blog-selected-program-item.blog-selected-program-item-long
    .blog-selected-program-item__item {
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
  }

  .blog-selected-program-item.blog-selected-program-item-long
    .blog-selected-program-item__item-title-slider-img {
    margin: 0 auto 20px;
  }

  .blog-selected-program-item.blog-selected-program-item-long
    .blog-selected-program-item__date-views-read-time-item {
    margin-right: 0;
  }

  .blog-selected-program-item.blog-selected-program-item-long
    .blog-selected-program-item__date-views-read-time {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .blog-selected-program-item.blog-selected-program-item-long
    .blog-selected-program-item__item-tag-btn,
  .blog-selected-program-links-social {
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
  }

  .blog-selected-program-item.blog-selected-program-item-long
    .blog-selected-program-item__item-tag {
    width: 100%;
    margin-bottom: 20px;
  }

  .blog-selected-program-item.blog-selected-program-item-long
    .blog-selected-program-item__item-btn,
  .blog-selected-program-links-social .social-icons {
    margin-left: 0;
  }

  .blog-selected-program-links-social__links {
    margin-bottom: 20px;
  }

  .blog-categories {
    display: block;
  }

  .blog-categories__tabs-item {
    display: table;
    margin: auto;
  }

  .blog-categories__tabs-item:last-of-type {
    margin-right: auto;
  }

  .general-blog-search__select-item {
    margin-bottom: 0;
  }

  .general-blog-search__top-block .social-icons {
    margin-left: auto;
  }

  .partner-company-video-description__video {
    width: 100%;
  }

  .personal-area-nav,
  .personal-area-your-affiliate-link__inner {
    margin-bottom: 40px;
  }

  .personal-area-nav ul li {
    height: 40px;
  }

  .personal-area-profile-form.order,
  .personal-area-profile-form__block-input,
  .personal-area-settings-options {
    width: 100%;
  }

  .personal-area-settings-options__items {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .personal-area-table-block__top-filter {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .personal-area-table-block__top-filter-select {
    width: 270px;
  }

  .affiliate-program-top-section-big-img,
  .header__nav.header-level1 .header__nav-ul {
    display: none;
  }

  .affiliate-program-advantages__item {
    width: 345px;
  }

  .for-your-customers-this__big-img {
    width: 70%;
    margin: 0 auto 10px;
    text-align: center;
  }

  .who-may-be-interested .proxy-sale-in-numbers-line__line-item {
    width: 90px;
  }

  .our-clients-latest-from-blog__link.link-client {
    padding-left: 0;
  }

  .header__nav.header-level1 {
    height: 70px;
    padding-left: 0;
    border-bottom: none;
  }

  .general-blog-search
    .select-multilevel-drop
    ul
    li.active
    > .select-multilevel-drop {
    top: 30px;
    left: 0;
    width: calc(100% - 2px);
  }

  .select-multilevel-drop.drop-sub {
    top: 30px;
    left: 0;
  }

  .personal-area-nav__submenu-drop {
    width: 80%;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  .our-clients-latest-from-blog.mobile-proxies .internal-page-slider {
    width: 100%;
    padding-right: 15px;
  }

  .our-clients-latest-from-blog.mobile-proxies .faq {
    width: 100%;
    padding-left: 70px;
  }

  .our-clients-latest-from-blog .faq .next,
  .our-clients-latest-from-blog .faq .prev {
    right: initial;
    left: -55px;
  }
}

@media only screen and (max-width: 767px) {
  .animated {
    -webkit-transition-property: none !important;
    -o-transition-property: none !important;
    transition-property: none !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    -webkit-animation: none !important;
    animation: none !important;
  }

  .landing-affiliate-program-conditions,
  .for-your-customers-this {
    padding-bottom: 60px;
  }

  .balance-table-tabs button:first-of-type {
    margin-bottom: 10px;
  }

  .our-clients-latest-from-blog.mobile-proxies .accordion-wrap {
    min-height: 400px;
  }

  .mobile-proxies-tabs__inner-block {
    flex-direction: column;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
  }

  .mobile-proxies-tabs__inner-block .tabs-items-wrap-inner {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }

  .mobile-proxies-tabs__inner-block .tabs-items-operator {
    padding: 7px;
  }

  .mobile-proxies-tabs__inner-block .tabs-items-operator-items,
  .private-mobile-proxies__items {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .private-mobile-proxies__item {
    width: 260px;
    margin-right: 10px;
  }

  .private-mobile-proxies__item:last-of-type {
    margin-right: 0;
  }

  .personal-area-proxy-ordering__select-all-wrap {
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
  }

  .personal-area-partners-balance-table-hint,
  .personal-area-partners-table.statistics th .date br {
    display: block;
  }

  .personal-area-partners-balance__table-wrap {
    overflow: auto;
  }

  .personal-area-partners-balance__table-wrap table {
    width: 700px;
  }

  .personal-area-partners-balance__table-wrap table tr th {
    font-size: 18px;
  }

  .personal-area-partners-balance__table-wrap table tr td {
    font-size: 15px;
  }

  .personal-area-partners-balance {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .personal-area-partners-balance a,
  .personal-area-partners-balance__btn {
    margin-top: 15px;
  }

  .page-blog-selected-program.general .subscribe-to-newsletter-wrap {
    display: none;
  }

  .header__title h1 {
    font-size: 30px;
    margin-top: 40px;
  }

  .header__modal {
    margin-top: 40px;
  }

  [off-canvas*="left"] {
    width: 255px;
  }

  .react h2 {
    font-size: 20px;
  }

  .file_wrap input,
  .slider-site-program .swiper-container {
    width: 80%;
  }

  .white-popup textarea {
    min-height: 80px;
  }

  .proxy-sale-in-numbers {
    padding-bottom: 30px;
  }

  .proxy-sale-in-numbers-line {
    margin-top: 30px;
    margin-bottom: 0;
  }

  .proxy-sale-in-numbers-line__line-item-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .proxy-sale-in-numbers-line__line-item {
    flex-direction: column;
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
  }

  .proxy-sale-in-numbers-line__line-item-text {
    position: static;
    margin-bottom: 5px;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  .proxy-sale-in-numbers-line__line-item-circle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .proxy-sale-in-numbers-line__line-itself {
    display: none;
  }

  .recommended-programs .swiper-button-next {
    right: -25px;
  }

  .recommended-programs .swiper-button-prev {
    left: -25px;
  }

  .select .static-txt {
    -webkit-transform: translateY(-55%);
    -ms-transform: translateY(-55%);
    transform: translateY(-55%);
  }

  .batch-proxies-table__table-wrap {
    height: 100%;
  }

  .batch-proxies-table__target-mobile {
    display: block;
    width: 100%;
  }

  .batch-proxies-table__head-table {
    height: 100%;
    padding-top: 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .batch-proxies-table__head-table .select .slct {
    height: 30px;
  }

  .batch-proxies-table__head-table .select .drop li img,
  .batch-proxies-table__head-table .select .slct img {
    margin-right: 5px;
  }

  .batch-proxies-table__head-table .select .drop li {
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 4.5px 15px;
    -webkit-transition: color 0.5s;
    -o-transition: color 0.5s;
    transition: color 0.5s;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .batch-proxies-table__head-table .select .drop li.active {
    color: var(--main-color);
  }

  .batch-proxies-table__head-table .batch-proxies-table__select-target {
    margin-bottom: 10px;
    padding-right: 15px;
  }

  .batch-proxies-table__head-table .batch-proxies-table__select-target .select {
    width: 100%;
  }

  .batch-proxies-table__quantity {
    width: 100%;
    margin-bottom: 10px;
  }

  .batch-proxies-table__quantity p,
  .batch-proxies-table__target p {
    font-size: 16px;
  }

  .batch-proxies-table__select-wrap {
    width: 45%;
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .batch-proxies-table__select-wrap.long-width {
    width: 45%;
    margin-right: 15px;
    margin-left: auto;
  }

  .batch-proxies-table__target,
  .news-of-the-partner-article__social span {
    margin-bottom: 10px;
  }

  .batch-proxies-table__table tr {
    font-size: 0;
    display: none;
  }

  .batch-proxies-table__table tr.active {
    display: block;
    -webkit-animation: fade;
    animation: fade;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
  }

  .batch-proxies-table__table tr td {
    display: inline-block;
    width: 25%;
    padding: 10px;
    text-align: center;
  }

  .batch-proxies-table__table tr td:first-of-type {
    display: none;
  }

  .batch-proxies-table__table tr td:last-of-type {
    display: block;
    width: 100%;
  }

  .batch-proxies-table__table .main-btn {
    width: 100%;
    height: 40px;
  }

  .batch-proxies-table__table .table-numb-divider {
    font-size: 13px;
  }

  .thank-you-for-your-purchase__connect-with-us,
  .thank-you-for-your-purchase__social {
    width: 100%;
  }

  .page-recommended-programs-inner__program {
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
  }

  .page-recommended-programs-inner__program-title p {
    font-size: 20px;
  }

  .page-recommended-programs-inner__program-title.page-recommended-programs-inner__program-title_top
    p:after {
    right: -150px;
    left: inherit;
  }

  .page-recommended-programs-inner__program-img {
    width: 100%;
    margin-bottom: 30px;
  }

  .page-recommended-programs-inner__program-txt {
    margin-bottom: 20px;
  }

  .big-info-block__payment-methods-wrap {
    width: 100%;
    margin-right: 0;
  }

  .leave-a-comment-guest-user.news-of-the-partner
    .leave-a-comment-guest-user__item-input-wrap,
  .leave-a-comment-guest-user__item-input-wrap {
    width: 100%;
  }

  .leave-a-comment-guest-user.news-of-the-partner
    .leave-a-comment-guest-user__item-input-wrap:nth-of-type(2),
  .leave-a-comment-guest-user__item-input-wrap:nth-of-type(2) {
    width: 100%;
  }

  .news-of-the-partner-article__title h1 {
    font-size: 22px;
  }

  .news-of-the-partner-article__social {
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
  }

  .blog-selected-program-item.blog-selected-program-item-long
    .blog-selected-program-item__date-views-read-time-item:last-of-type
    span:first-of-type {
    display: none;
  }

  .blog-selected-program-item__date-views-read-time-item i,
  .blog-selected-program-item__date-views-read-time-item span,
  .blog-selected-program-item__date-views-read-time-item time,
  .personal-area-partners-table tr td,
  .personal-area-partners-table tr tr.black-list th,
  .personal-area-partners-table.statistics tr.black-list th {
    font-size: 14px;
  }

  .blog-selected-program-links-social__links a {
    display: block;
    margin-right: 0;
  }

  .general-blog-search__top-block {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .general-blog-search__top-block .social-icons,
  .personal-area-your-affiliate-link__info a {
    margin-left: 0;
  }

  .blog-categories,
  .general-blog-search__select-item {
    margin-bottom: 20px;
  }

  .blog-selected-program-links-social,
  .partner-company-info__img {
    margin-bottom: 30px;
  }

  .partner-company-video-description__video iframe {
    height: 300px;
  }

  .personal-area-profile-form {
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
  }

  .personal-area-profile-form__block-input {
    width: 100%;
    margin-right: 0;
  }

  .personal-area-profile-form__block-btn {
    width: 100%;
    padding-top: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .personal-area-your-affiliate-link__info,
  .renewing-dedicated-IP-addresses form {
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
  }

  .personal-area-your-affiliate-link__info {
    margin-left: 0;
  }

  .personal-area-your-affiliate-link__info p {
    margin-bottom: 15px;
  }

  .personal-area-table-block__top-filter button {
    min-width: 200px;
  }

  .personal-area-table-block__top-filter-input-data,
  .personal-area-table-block__top-filter-select,
  .personal-area-table-block__top-filter-select.big-select {
    width: 200px;
  }

  .renewing-dedicated-IP-addresses {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .personal-area-partners-table.statistics th {
    width: 60%;
  }

  .personal-area-partners-table.statistics th:nth-of-type(2),
  .personal-area-partners-table.statistics tr td:nth-of-type(2) {
    padding-left: 30px;
  }

  .personal-area-partners-table.statistics tr td {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
  }

  .partners-main__tabs-all-items-wrap.personal-area-partners-promo-materials
    .tabs-items-wrap,
  .personal-area-partners-statistics__filter-table {
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
  }

  .personal-area-partners-statistics__filter-table-calendar {
    width: 230px;
  }

  .personal-area-partners-balance-contains__item {
    font-size: 16px;
  }

  .personal-area-partners-balance-contains__item dt {
    width: 70%;
  }

  .personal-area-partners-table.statistics th .date {
    font-size: 13px;
    line-height: 0.9;
    width: 90%;
  }

  .partners-main__tabs-all-items-wrap.personal-area-partners-promo-materials
    .tabs-items-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .partners-main__tabs-all-items-wrap.personal-area-partners-promo-materials
    .tabs-items-wrap
    .tabs-item-btn {
    margin-right: 0;
  }

  .partners-main__tabs-all-items-wrap.personal-area-partners-promo-materials
    .tabs-items-wrap
    .tabs-item-btn:first-of-type {
    margin-right: 0;
  }

  .partners-main__tabs-all-items-wrap.personal-area-partners-promo-materials
    .tabs-items-wrap
    .tabs-item-btn:nth-of-type(3) {
    margin-right: 0;
  }

  .personal-area-accordion.accordion-wrap {
    display: block;
  }

  .FAQ-tab-wrap-all .FAQ-tab-wrapper {
    display: none;
  }

  .accordion {
    margin-bottom: 20px;
  }

  .accordion_content p {
    font-size: 15px;
    padding-right: 15px;
  }

  ..accordion_title p {
    font-size: 17px;
  }

  .blog-inner-slider__date-views-read-time-item i {
    font-size: 10px;
  }

  .blog-inner-slider__date-views-read-time-item span,
  .blog-inner-slider__date-views-read-time-item time {
    font-size: 11px;
  }

  .blog-inner-slider__item {
    width: 255px;
  }

  .blog-inner-slider__item-category-link,
  .who-may-be-interested
    .proxy-sale-in-numbers-line__line-item
    > .proxy-sale-in-numbers-line__line-item-circle {
    margin-bottom: 15px;
  }

  .new-ipv6-protocol {
    padding-bottom: 60px;
  }

  .make-money-on-an-affiliate-program p.title-inner-page-h2 {
    margin-bottom: 35px;
  }

  .make-money-on-an-affiliate-program {
    padding-bottom: 20px;
  }

  .who-may-be-interested .proxy-sale-in-numbers-line__line-item-wrap {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .who-may-be-interested .proxy-sale-in-numbers-line__line-item {
    flex-direction: column-reverse;
    width: 130px;
    margin-right: 15px;
    margin-left: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
  }

  .white-popup.popup-automatic-payment,
  .white-popup.popup-reg {
    width: 100%;
  }

  .white-popup.popup-automatic-payment .popup-automatic-payment__top-block {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .accordion-wrap {
    min-height: 400px;
  }

  .our-clients-latest-from-blog__link {
    margin-top: 20px;
  }

  .our-clients-latest-from-blog__link.link-client {
    margin-top: 0;
  }

  .personal-area-extend-debt__title {
    font-size: 20px;
  }

  .white-popup.popup-payment {
    width: 90%;
  }

  .top-filter-static-bottom-extension.top-filter-static-bottom-extension_sticky {
    position: static;
  }

  .contact__connect-with-us-wrap .main-btn,
  .contact__online-wrap .main-btn,
  .contact__send-a-message .main-btn {
    min-width: 230px;
    height: 47px;
  }

  .batch-proxies-table__table tr td:hover .table-numb-divider {
    top: -7px;
  }

  .batch-proxies-table__table .table-button-modal-open {
    line-height: 18px;
    height: 18px;
  }
}

@media only screen and (max-width: 650px) {
  .white-popup#popup-automatic-payment
    .popup-automatic-payment__top-block-select {
    width: 100%;
  }

  .white-popup#popup-automatic-payment
    .popup-automatic-payment__top-block-select:nth-of-type(odd) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 575px) {
  .white-popup.popup-payment {
    width: 100%;
  }

  .white-popup.popup-payment button.check-payment {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .white-popup.popup-payment table tbody tr td {
    font-size: 14px;
    padding: 5px 10px;
  }

  .white-popup.popup-payment table tbody tr td:nth-of-type(2) {
    max-width: 110px;
  }

  .white-popup.popup-payment .popup-payment__inner-btns {
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
  }

  .white-popup.popup-payment table tbody tr.first td {
    font-size: 14px;
    padding: 5px 10px;
  }

  .proxy-for-any-purpose__items {
    padding-right: 0;
    padding-left: 0;
  }

  .proxy-for-any-purpose__item {
    margin-bottom: 15px;
  }

  .private-mobile-proxies__items {
    flex-direction: column;
    padding-top: 20px;
    padding-right: 0;
    padding-left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .accordion-wrap {
    min-height: 380px;
  }

  .our-clients-latest-from-blog__link {
    margin-top: 20px;
  }

  .our-clients-latest-from-blog__link.link-client {
    margin-top: 0;
  }

  .header__lng {
    margin-right: 80px;
  }

  .footer ul li {
    width: 100%;
  }

  .footer__rights-reserved {
    text-align: left;
  }

  .recommended-programs .swiper-button-next {
    right: -15px;
  }

  .recommended-programs .swiper-button-next:hover {
    right: -20px;
  }

  .recommended-programs .swiper-button-prev {
    left: -15px;
  }

  .recommended-programs .swiper-button-prev:hover {
    left: -20px;
  }

  .page-recommended-programs__item-title,
  .recommended-programs__item-title-slider {
    font-size: 16px;
  }

  .page-recommended-programs__item-txt,
  .recommended-programs__item-txt-slider {
    font-size: 14px;
  }

  .page-recommended-programs__item,
  .recommended-programs__slider-item {
    width: 230px;
  }

  .page-recommended-programs__item-btn button,
  .recommended-programs__item-btn-slider button {
    min-width: 80%;
  }

  .footer__logo {
    text-align: left;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .contact-title.contact-title_long-width {
    width: 100%;
  }

  .proxy-by-the-piece__select-bot-txt span {
    display: block;
    width: 100%;
    margin-top: 7px;
  }

  .accordion-wrap {
    margin-bottom: 30px;
  }

  .general-blog-title {
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
  }

  .general-blog-title h2,
  .mobile-proxies-tabs__inner-block
    .tabs-items-operator-items
    .tabs-items-operator-item {
    margin-right: 0;
  }

  .general-blog-title__link {
    margin-bottom: 20px;
  }

  .partner-company-video-description__video iframe {
    height: 250px;
  }

  .personal-area-profile-info-gray {
    width: 100%;
  }

  .personal-area-table-block__top-filter {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .personal-area-proxy-ordering__select-all-wrap,
  .personal-area-table-block__top-filter {
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
  }

  .personal-area-proxy-ordering__select-wrap,
  .personal-area-proxy-ordering__select-wrap.min-width {
    width: 90%;
  }

  .personal-area-partners-my-profile__item-input,
  .personal-area-partners-my-profile__item-label-input-wrap {
    width: 100%;
  }

  .personal-area-partners-my-profile__item-label-input
    .item.btn-minus
    .personal-area-partners-my-profile__item-input,
  .personal-area-partners-my-profile__item-label-input-inner {
    width: 100%;
    margin-right: 0;
  }

  .ui-datepicker {
    width: 230px;
  }

  .personal-area-partners-balance-contains__item,
  .personal-area-partners-table .black-list th {
    font-size: 15px;
  }

  .personal-area-partners-balance-contains__item dt {
    width: 60%;
  }

  .personal-area-partners-table-payments {
    padding-top: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .personal-area-partners-table-payments button {
    height: 40px;
    margin-left: 0;
  }

  .personal-area-partners-balance__amount,
  .personal-area-partners-balance__description {
    font-size: 16px;
  }

  .tabs-items-wrap-inner .tabs-item {
    margin-bottom: 15px;
  }

  .tabs-items-wrap-inner {
    margin-bottom: 20px;
  }

  .partners-main__tabs-all-items-wrap .tabs-items-wrap {
    margin-bottom: 30px;
  }

  .blog-inner-slider__item {
    width: 290px;
  }

  .footer form .input-wrap {
    width: 50%;
    margin-right: 15px;
  }

  .footer form button[type="submit"] {
    width: 50%;
    min-width: 130px;
  }

  .personal-area-partners-balance__description {
    width: initial;
    margin-right: 0;
  }

  .mobile-proxies-tabs__inner-block .tabs-items-operator-items {
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media only screen and (max-width: 520px) {
  .white-popup {
    width: 100%;
    padding: 20px 10px;
  }

  .white-popup input[type="submit"] {
    width: 100%;
  }

  .partners-main__tabs-all-items-wrap
    .tabs-items-wrap
    .tabs-item-btn:first-of-type {
    margin-right: 0;
  }

  .partners-main__item-img {
    height: 150px;
  }

  .white-popup#popup-automatic-payment button[type="submit"] {
    font-size: 16px;
    min-width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  .contact__connect-with-us-wrap,
  .contact__send-a-message {
    width: 100%;
  }

  .proxy-for-any-purpose__items {
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
  }

  .proxy-for-any-purpose__item {
    width: 90%;
    margin-bottom: 10px;
  }

  .intermediate .intermediate_title h3,
  .white-popup.popup-extend-proxy .popup-reg-title {
    font-size: 20px;
  }

  .white-popup.popup-account-replenishment {
    padding: 55px 10px 30px;
  }

  .white-popup.popup-account-replenishment .popup-account-replenishment__input,
  .white-popup.popup-account-replenishment
    .popup-account-replenishment__select {
    width: 285px;
  }

  .white-popup.popup-account-replenishment button[type="submit"] {
    min-width: 285px;
  }

  .personal-area-partners-cashback {
    width: 100%;
  }

  .header__logo {
    width: 150px;
  }

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

  .our-advantages .our-advantages__item .our-advantages__img i {
    font-size: 37px;
  }

  .header__title h1 {
    font-size: 23px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .partners-main__item {
    width: 90%;
  }

  .page-recommended-programs-inner__program-title p {
    font-size: 19px;
    width: 100%;
  }

  .page-recommended-programs-inner__program-title.page-recommended-programs-inner__program-title_top
    p:after {
    top: -50%;
    right: inherit;
    left: 0;
  }

  .top-section__proxylist
    .proxylist-odd
    .top-section__proxylist-table-td:first-of-type {
    width: 50%;
  }

  .accordion_circle {
    width: 45px;
    height: 45px;
  }

  .batch-proxies-table__head-table {
    padding-left: 5px;
  }

  .batch-proxies-table__head-table .batch-proxies-table__select-target {
    padding-right: 5px;
  }

  .batch-proxies-table__head-table .select .slct {
    padding-right: 26px;
  }

  .batch-proxies-table__select-wrap {
    width: 48%;
    margin-right: 5px;
  }

  .batch-proxies-table__select-wrap.long-width {
    width: 48%;
    margin-right: 5px;
    margin-left: auto;
  }

  .page404__link a {
    min-width: 100%;
  }

  .page404__title p {
    font-size: 25px;
  }

  .title-with-decor {
    font-size: 18px;
  }

  .title-with-decor::after {
    display: none !important;
  }

  .tariffs-proposed-by-the-company__item,
  .tariffs-proposed-by-the-company__item-inner {
    width: 100%;
  }

  .tariffs-proposed-by-the-company__item-divider {
    width: 85%;
  }

  .tariffs-proposed-by-the-company__item-row {
    font-size: 16px;
  }

  .tariffs-proposed-by-the-company__item-title {
    font-size: 20px;
  }

  .blog-inner-slider__item-txt-wrap {
    height: auto;
  }

  .blog-inner-slider__date-views-read-time-item span,
  .blog-inner-slider__date-views-read-time-item time,
  .blog-selected-program-item__date-views-read-time-item span,
  .blog-selected-program-item__date-views-read-time-item time,
  .personal-area-partners-table.payments tr td {
    font-size: 12px;
  }

  .blog-inner-slider .swiper-container-wrap .swiper-wrapper {
    padding: 2px 0;
  }

  .blog-selected-program-item__item-title-slider {
    font-size: 18px;
  }

  .partner-company-video-description__video iframe {
    height: 230px;
  }

  .blog-inner-slider__date-views-read-time-item i,
  .blog-selected-program-item__date-views-read-time-item i,
  .personal-area-partners-balance-contains__item {
    font-size: 14px;
  }

  .personal-area-partners-balance-contains__item dt {
    width: 55%;
  }

  .personal-area-partners-table.statistics th:nth-of-type(2),
  .personal-area-partners-table.statistics tr td:nth-of-type(2) {
    padding-left: 20px;
  }

  .personal-area-partners-table .black-list th {
    padding: 10px 7px;
  }

  .personal-area-partners-table tr td {
    font-size: 13px;
    padding: 7px 3px 7px 7px;
  }

  .accordion_content p {
    font-size: 14px;
    padding-right: 10px;
  }

  .accordion_title p {
    font-size: 15px;
  }

  .affiliate-program-top-section-info__item,
  .login-restore-register-form form {
    width: 100%;
  }

  .affiliate-program-top-section-info__item-title {
    font-size: 20px;
  }

  .affiliate-program-top-section-info__item-txt {
    padding-top: 0;
  }

  .affiliate-program-advantages {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .affiliate-program-advantages__item {
    width: 100%;
    margin-bottom: 20px;
  }

  .affiliate-program-advantages__item-img {
    width: 140px;
    height: 140px;
    margin: 0 auto 15px;
  }

  .for-your-customers-this {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .for-your-customers-this__txt-block-item-title {
    font-size: 18px;
  }

  .for-your-customers-this__txt-block p,
  .for-your-customers-this__txt-block-item-img i {
    font-size: 16px;
  }

  .for-your-customers-this__txt-block-item-img {
    margin-right: 15px;
  }

  .login-restore-register-title h1,
  p.title-inner-page-h2 {
    font-size: 22px;
  }

  .proxy-sale-in-numbers-line__line-wrap {
    margin-top: 50px;
    margin-bottom: 0;
  }

  .new-ipv6-protocol__item {
    height: 70px;
  }

  .make-money-on-an-affiliate-program__item {
    width: 90%;
  }

  .who-may-be-interested .proxy-sale-in-numbers-line__line-item {
    width: 80%;
  }

  .who-may-be-interested .proxy-sale-in-numbers-line__line-item:last-of-type {
    margin-right: 15px;
  }

  .who-may-be-interested
    .proxy-sale-in-numbers-line__line-item
    > .proxy-sale-in-numbers-line__line-item-circle {
    display: none;
  }

  .accordion_circle {
    top: 4px;
  }

  /*.accordion_content:after{left:22px}*/
  .top-filter-table-info.top-filter-table-hide-info {
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
  }

  .top-filter-table-info.top-filter-table-hide-info
    .top-filter-table-info__wrap-item.last {
    margin-left: 0;
  }

  .top-filter-table-info.top-filter-table-hide-info p:last-of-type {
    margin-bottom: 10px;
  }

  .white-popup.popup-reg .popup-reg-title {
    font-size: 23px;
  }
}

/* new custom style TODO: inline */
address {
  font-size: 16px;
  line-height: 150%;
  color: rgba(33, 33, 33, 0.9);
  font-style: normal;
  margin-top: 33px;
}

/* fix layout */
/* html, body{
    height: 100%;
} */
[canvas*="header-container"] {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.top-section {
  flex: 1;
}

/* .blog-selected-program-item{margin-bottom:30px;}  */
.blog-selected-program-item__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  border: 1px solid #e1e1e1;
  border-radius: 12px;
  overflow: hidden;
  transition: 0.4s;
  position: relative;
}

.blog-selected-program-item__item .icon-box {
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 0;
  border-top: 70px solid grey;
  border-left: 70px solid transparent;
}

.blog-selected-program-item__item .icon-box::after {
  content: "";
  position: absolute;
  top: -62px;
  right: 8px;
  width: 24px;
  height: 24px;
  background: url("/local/templates/proxysale/img/blog.png");
}

.blog-selected-program-item__item.yt
  .blog-selected-program-item__item-category-link {
  background-color: #ffdede;
  color: #d62929;
}

.blog-selected-program-item__item.yt .icon-box {
  border-top-color: #ffdede;
}

.blog-selected-program-item__item.yt .icon-box::after {
  background-position: -98px -54px;
}

.blog-selected-program-item__item.media
  .blog-selected-program-item__item-category-link {
  background-color: #ffebca;
  color: #d38705;
}

.blog-selected-program-item__item.media .icon-box {
  border-top-color: #ffebca;
}

.blog-selected-program-item__item.media .icon-box::after {
  background-position: -54px -10px;
}

.blog-selected-program-item__item.interview
  .blog-selected-program-item__item-category-link {
  background-color: #cae6ff;
  color: #0671d4;
}

.blog-selected-program-item__item.interview .icon-box {
  border-top-color: #cae6ff;
}

.blog-selected-program-item__item.interview .icon-box::after {
  background-position: -10px -10px;
}

.blog-selected-program-item__item.setting-os
  .blog-selected-program-item__item-category-link {
  background-color: #fce4f0;
  color: #da237d;
}

.blog-selected-program-item__item.setting-os .icon-box {
  border-top-color: #ffc3e1;
}

.blog-selected-program-item__item.setting-os .icon-box:after {
  background-position: -54px -54px;
}

.blog-selected-program-item__item.setting-brow
  .blog-selected-program-item__item-category-link {
  background-color: #dcdcff;
  color: #3135d7;
}

.blog-selected-program-item__item.setting-brow .icon-box::after {
  background-position: -10px -54px;
}

.blog-selected-program-item__item.setting-brow .icon-box {
  border-top-color: #c6c6fa;
}

.blog-selected-program-item__item.setting-prog
  .blog-selected-program-item__item-category-link {
  background-color: #daf0e9;
  color: #01a06b;
}

.blog-selected-program-item__item.setting-prog .icon-box {
  border-top-color: #88dac0;
}

.blog-selected-program-item__item.setting-prog .icon-box:after {
  background-position: -98px -10px;
}

.blog-selected-program-item__item:hover {
  border-color: var(--main-color);
}

.blog-selected-program-item__img {
  overflow: hidden;
  position: relative;
  padding-top: 49%;
  background-image: linear-gradient(90deg, #ddd 0px, #e8e8e8 40px, #ddd 80px);
  background-size: 600px;
  animation: shine-avatar 1.6s infinite linear;
}

.blog-selected-program-item__img > img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.blog-selected-program-item__item-category-link {
  font-family: NeoSansPro-Medium, -apple-system, system-ui, BlinkMacSystemFont,
    "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  line-height: 130%;
  display: inline-block;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: #f8f8f8;
  border-radius: 4px;
  padding: 4px 10px;
  color: #212121;
  text-decoration: none;
  margin-right: 4px;
  margin-bottom: 4px;
}

.blog-link-wrap {
  margin-bottom: 14px;
}

.blog-selected-program-item__item-category-link:active,
.blog-selected-program-item__item-category-link:hover {
  text-decoration: none;
  color: #212121;
}

.blog-selected-program-item__item-category-link:focus {
  text-decoration: none;
  color: #212121;
}

.blog-selected-program-item__body {
  padding: 20px 16px 10px;
}

.blog-selected-program-item__footer {
  padding: 0 16px;
  border-top: 1px solid #e1e1e1;
}

.blog-selected-program-item__date-views-read-time-item {
  padding: 20px 0;
}

.blog-selected-program-item__date-views-read-time-item:last-child {
  border-left: 1px solid #e1e1e1;
  padding-left: 20px;
}

.pagination-wrap {
  margin-top: 23px;
  /*or 70px*/
  padding: 0 10px;
}

.accordion {
  border: 1px solid #e3e3e3;
  border-radius: 30px;
  overflow: hidden;
  padding: 28px 48px;
}

.accordion_circle-btn {
  width: 36px;
  height: 36px;
  background: #ffeeb0;
  border-radius: 7px;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.accordion_circle-btn::before,
.accordion_circle-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 18px;
  height: 2px;
  background: #000;
  transition: 0.3s all ease;
}

.accordion_circle-btn::before {
  transform: rotate(0deg);
}

.accordion_circle-btn::after {
  transform: rotate(90deg);
}

.accordion_circle-btn.active::after {
  transform: rotate(0deg);
}

.title-with-decor {
  position: relative;
}

.title-with-decor > span {
  display: inline-block;
  background: #fff;
  padding-right: 33px;
  position: relative;
  z-index: 1;
}

.title-with-decor::after {
  content: "";
  position: absolute;
  display: block;
  height: 1px;
  background-color: #e3e3e3;
  right: 0;
  left: 0;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}

.main-input,
.FAQ-input input::placeholder {
  color: #acacac;
  font-size: 16px;
  line-height: 17px;
  font-family: var(--font-regular);
}

.main-input {
  color: #212121;
}

.select {
  font-family: var(--font-regular);
  font-size: 16px;
  line-height: 17px;
  color: #212121;
}

.FAQ-input i {
  color: #000000;
}

.custom-tabs {
  font-size: 0;
}

.custom-tabs__item {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}

.custom-tabs__item button,
.custom-tabs__item a {
  text-decoration: none;
  display: inline-block;
  border: 1px solid #e3e3e3;
  border-radius: 10px;
  font-family: inherit;
  font-size: 14px;
  line-height: 110%;
  padding: 12px 24px;
  background: transparent;
  transition: 0.5s;
  color: inherit;
}

.custom-tabs__item.active button,
.custom-tabs__item.active a,
.custom-tabs__item:hover a,
.custom-tabs__item:hover button {
  background: var(--main-color);
  border-color: var(--main-color);
  color: inherit;
}

.feedback-from-our-customers__item {
  background: #ffffff;
  border: 1px solid #e3e3e3;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  /* height: 100%; */
  height: 376px !important;
}

.feedback-from-our-customers__txt {
  padding: 28px 38px;
  flex: 1;
  overflow: hidden;
  max-height: 100%;
}

.feedback-from-our-customers__txts {
  height: 100%;
  overflow: hidden;
}

.feedback-from-our-customers__img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.feedback-from-our-customers__img-user-link {
  padding: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  /* border-bottom: 1px solid #E3E3E3; */
  position: relative;
}

.feedback-from-our-customers__img-user-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 35px;
  height: 1px;
  background-color: #e3e3e3;
  right: 35px;
}

.feedback-from-our-customers__separator {
  position: absolute;
  background: #fff;
  padding: 0 15px;
  bottom: -15px;
  z-index: 1;
}

.feedback-from-our-customers__user {
  font-size: 18px;
  line-height: 19.6px;
  font-family: "Conv_Rubik-Medium";
  margin-bottom: 4px;
}

.feedback-from-our-customers__img {
  margin-bottom: 16px;
}

.feedback-from-our-customers__img > img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
}

.feedback-from-items > * {
  margin-bottom: 30px;
}

.hero {
  margin-bottom: 32px;
  position: relative;
}

.hero .default-link {
  position: absolute;
  right: 0;
  top: 10px;
}

.hero h1,
.hero .hero-title {
  font-family: var(--font-medium);
  font-size: 32px;
  line-height: 110%;
  margin-bottom: 0;
}

.hero .hero__description {
  font-size: 16px;
  line-height: 150%;
  margin-top: 12px;
  margin-bottom: 16px;
  color: #63637c;
  max-width: 600px;
  margin-right: auto;
}

.hero__bottom {
  display: flex;
  flex-wrap: wrap;
}

.hero-nav {
  flex: 1;
  padding-left: 60px;
}

nav[canvas] {
  margin-right: 20px;
}

.line-menu:not(.half) {
  width: 50%;
  align-self: center;
}

.main-btn--black {
  background: #212121;
  border: none;
  text-decoration: none;
  border-radius: 8px;
  font-size: 16px;
  line-height: 19px;
  color: #fff;
  font-size: inherit;
  padding: 12px 24px;
  border: 1px solid #212121;
  transition: 0.5s;
}

.main-btn--black:hover {
  color: #212121;
  background: #fff;
}

.main-btn--black i {
  margin-right: 13px;
}

.btn-buy {
  font-family: inherit;
  font-size: 16px;
  line-height: 19px;
  background: #ffffff;
  border: 1px solid #e1e1e1;
  border-radius: 11px;
  text-decoration: none;
  color: #212121;
  padding: 17px 60px 17px 20px;
  margin-right: 6.5%;
  position: relative;
}

.btn-buy:hover,
.btn-buy.active {
  background: #ffeeb0;
  border-color: #ffeeb0;
}

.top-section__button .main-btn {
  min-width: 200px;
  padding: 0 34px;
}

.top-section__title h1 {
  font-family: var(--font-medium);
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 0;
}
.top-section__title-wrap .trustpilot-widget {
  display: inline-block;
  margin-bottom: 25px;
  margin-left: -30px;
  iframe {
    margin-left: -7px;
  }
}

.top-section__title h1 span {
  background: #ffeeb0;
  border-radius: 10px;
  padding: 2px 10px;
  display: inline-block;
  text-transform: lowercase;
  font-size: 48px;
  font-weight: 500;
}

.top-section--hero {
  padding: 100px 0;
  background: linear-gradient(
    105.5deg,
    rgba(238, 246, 255, 0.2) 0%,
    rgba(245, 170, 81, 0.35) 98.49%
  );
  position: relative;
}

.top-section--hero::after {
  content: "";
  position: absolute;
  background: url("/local/templates/proxysale/img/cloud.png") no-repeat;
  left: 0;
  right: 0;
  bottom: -155px;
  height: 307px;
  background-size: cover;
}

.top-section--hero.top-section--mob::after {
  bottom: -2px;
}

.top-section--hero + * {
  position: relative;
  z-index: 1;
}

.description {
  font-size: 16px;
  line-height: 20px;
  font-family: var(--font-regular);
  max-width: 560px;
}

.partners {
  padding: 235px 0 191px;
  background: linear-gradient(
    108.57deg,
    rgba(238, 246, 255, 0.2) 3.11%,
    rgba(245, 170, 81, 0.35) 100.73%
  );
  position: relative;
}

.partners::before {
  content: "";
  position: absolute;
  background: url("/local/templates/proxysale/img/partners-before.png")
    no-repeat;
  left: 0;
  right: 0;
  top: -155px;
  height: 379px;
  background-size: cover;
}

.partners::after {
  content: "";
  position: absolute;
  background: url("/local/templates/proxysale/img/partners-after.png") no-repeat;
  left: 0;
  right: 0;
  bottom: -155px;
  height: 379px;
  background-size: cover;
}

.seo-text__text p {
  font-size: 18px;
  line-height: 27px;
  font-family: var(--font-regular);
}

.input-group {
  margin-bottom: 24px;
}

.input-group--small {
  margin-bottom: 12px;
}

.input-group--big {
  margin-bottom: 32px;
}

.custom-tabs {
  flex: none;
  align-self: flex-end;
}

.partners-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 25px;
}

.partners-item {
  padding: 24px;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid #dbdbdb;
  transition: 0.3s all;
}

.partners-item:hover,
.partners-item.active {
  background-color: var(--main-color);
}

.partners-item__icon {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fffaec;
  border-radius: 7px;
}

.partners-item__desc {
  font-size: 18px;
  line-height: 23px;
  font-family: var(--font-medium);
  margin-top: 20px;
}

.partners-item__sub {
  font-size: 16px;
  line-height: 1.3;
  color: rgba(33, 33, 33, 0.9);
}

/* calc  */
.main-btn--reverse {
  text-decoration: none;
  border: none;
  padding: 16px 35px;
  border: 1px solid var(--main-color);
  border-radius: 12px;
  font-size: 14px;
  line-height: 17px;
  color: var(--main-color);
  font-family: var(--font-regular);
  background-color: transparent;
  transition: 0.3s all;
}

.main-btn--reverse:hover {
  color: #212121;
  background-color: var(--main-color);
}

.calculation-right footer > div {
  font-size: 18px;
  line-height: 27px;
  margin-right: 15px;
  margin-bottom: 10px;
}

.calculation-right footer > div > p {
  margin-bottom: 0;
  font-family: var(--font-medium);
}

.calculation-right footer > div > p:first-child {
  color: rgba(255, 255, 255, 0.48);
  font-family: var(--font-regular);
}

.calculation-right footer .main-btn--reverse {
  align-self: center;
}

.calculation {
  display: flex;
  flex-wrap: wrap;
}

.calculation-right {
  background: #212121;
  padding: 70px;
  border-radius: 0px 80px 80px 0px;
  color: #fff;
  width: 640px;
  margin-left: auto;
  align-self: center;
}

.calculation-left {
  padding: 68px;
  border: 1px solid #e3e3e3;
  border-radius: 80px;
  flex: 1;
  min-width: 500px;
  /*edit*/
}

.calculation-left__head {
  display: flex;
  padding-bottom: 26px;
  border-bottom: 1px solid #e3e3e3;
  align-items: center;
}

.calculation-left__body {
  padding-top: 40px;
}

.calculation-left__body .main-btn[type="submit"] {
  min-width: 198px;
  width: 100%;
  max-width: 200px;
}

.calculation-left__head .icon-ben {
  width: 64px;
  height: 64px;
  border: 1px solid #e3e3e3;
  margin-right: 20px;
}

.total-amount-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
}

.total-amount__item {
  color: #999999;
  margin-bottom: 16px;
}

.total-amount__item span {
  font-family: var(--font-medium);
  color: #212121;
}

.total-amount__item .tooltip {
  color: rgba(33, 33, 33, 0.9);
  font-size: 12px;
}

.total-amount-wrap .total {
  font-size: 24px;
  line-height: 26px;
  font-family: var(--font-medium);
  width: 100%;
}

.text__title {
  font-family: var(--font-medium);
  font-size: 32px;
  line-height: 1.1;
  margin-bottom: 8px;
  text-align: left;
}
.benefits-column__item {
  box-shadow: 0px 15px 15px 0px rgba(200, 202, 210, 0.15);
}
.text__subtitle {
  color: rgba(33, 33, 33, 0.9);
}

.calculation-right p {
  margin-bottom: 16px;
  font-size: 18px;
  font-family: var(--font-medium);
}

.calculation-right footer {
  padding-top: 33px;
  margin-top: 33px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.proxy-info-item:not(:last-child) {
  margin-bottom: 49px;
}

.proxy-info-item__name,
.title-block,
.white-popup .title-block {
  display: block;
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 1.1;
  font-family: var(--font-medium);
  margin-left: 0;
}

.proxy-info-item__body {
  background: rgba(255, 196, 41, 0.1);
  border-radius: 15px;
  padding: 30px;
}

.proxy-info-item__body ul {
}

.proxy-info-item__body ul li {
  font-size: 16px;
  line-height: 1.5;
  color: rgba(33, 33, 33, 0.9);
  position: relative;
  padding-left: 27px;
}

.proxy-info-item__body ul li::after {
  content: "";
  position: absolute;
  width: 17px;
  height: 12px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url("/local/templates/proxysale/img/arror-yellow.png") no-repeat;
  background-size: contain;
}

.proxy-info-item__body ul li:not(:last-child) {
  margin-bottom: 8px;
}

label sub {
  font-size: 12px;
  line-height: 14px;
  color: #595959;
  display: block;
  margin-bottom: 29px;
}

.range {
  display: block;
  width: 100%;
}

/* custom range slider now  */
input[type="range"] {
  -webkit-appearance: none;
  /* Hides the slider so that custom slider can be made */
  width: 100%;
  /* Specific width is required for Firefox. */
  background: transparent;
  /* Otherwise white in Chrome */
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
}

input[type="range"]:focus {
  outline: none;
  /* Removes the blue border. You should probably do some kind of focus styling for accessibility reasons though. */
}

input[type="range"]::-ms-track {
  width: 100%;
  cursor: pointer;

  /* Hides the slider so custom styles can be added */
  background: transparent;
  border-color: transparent;
  color: transparent;
}

/* Special styling for WebKit/Blink */
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  background: #212121 url("/local/templates/proxysale/img/range-bg.svg")
    no-repeat center center;
  cursor: pointer;
  margin-top: -14px;
  /* You need to specify a margin in Chrome, but in Firefox and IE it is automatic */
}

input[type="range"]::-webkit-slider-thumb:hover {
  background: var(--main-color)
    url("/local/templates/proxysale/img/range-bg.svg") no-repeat center center;
}

/* All the same stuff for Firefox */
input[type="range"]::-moz-range-thumb {
  height: 32px;
  width: 32px;
  border-radius: 50%;
  background: #212121 url("/local/templates/proxysale/img/range-bg.svg")
    no-repeat center center;
  cursor: pointer;
}

input[type="range"]::-moz-range-thumb:hover {
  background: var(--main-color)
    url("/local/templates/proxysale/img/range-bg.svg") no-repeat center center;
}

/* All the same stuff for IE */
input[type="range"]::-ms-thumb {
  height: 32px;
  width: 32px;
  border-radius: 50%;
  background: #212121 url("/local/templates/proxysale/img/range-bg.svg")
    no-repeat center center;
  cursor: pointer;
}

input[type="range"]::-ms-thumb:hover {
  background: var(--main-color)
    url("/local/templates/proxysale/img/range-bg.svg") no-repeat center center;
}

input[type="range"]::-webkit-slider-runnable-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.12);
}

input[type="range"]:focus::-webkit-slider-runnable-track {
  background: rgba(0, 0, 0, 0.12);
}

input[type="range"]::-moz-range-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.12);
  /* border-radius: 1.3px;*/
}

input[type="range"]::-ms-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  border-width: 16px 0;
  color: transparent;
}

input[type="range"]::-ms-fill-lower {
  background: rgba(0, 0, 0, 0.12);
  /* border: 0.2px solid #010101;
    border-radius: 2.6px;
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d; */
}

input[type="range"]:focus::-ms-fill-lower {
  background: rgba(0, 0, 0, 0.12);
}

input[type="range"]::-ms-fill-upper {
  background: rgba(0, 0, 0, 0.12);
  border: 0.2px solid #010101;
  /* border-radius: 2.6px;
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d; */
}

input[type="range"]:focus::-ms-fill-upper {
  background: rgba(0, 0, 0, 0.12);
}

/* custom range slider end  */
/*edit name */
.output {
  border: 1px solid #e3e3e3;
  background: #f8f8f8;
  border-radius: 6px;
  position: absolute;
  font-size: 14px;
  line-height: 17px;
  padding: 8px 12px;
  min-width: 165px;
  text-align: center;
  left: -55px;
  color: #000000;
  top: 25px;
}

.offer-list {
  max-height: 280px;
  height: 280px;
  padding-right: 20px;
  overflow: auto;
  scrollbar-color: var(--main-color) #2c2c2c;
  scrollbar-width: thin;
}

.offer-list::-webkit-scrollbar,
.country-list::-webkit-scrollbar,
.country-list-header::-webkit-scrollbar,
.proxy-calc__rigth > .calc-table::-webkit-scrollbar,
.sub-menu::-webkit-scrollbar,
.sub-section-list::-webkit-scrollbar,
.country-list-header--column::-webkit-scrollbar,
.list-tab::-webkit-scrollbar {
  width: 10px;
}

.top-filter-folder-wrap::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.top-filter-folder-wrap {
  scrollbar-color: #cbcbcb #f5f5f5;
  scrollbar-width: thin;
}

.top-filter-folder-wrap::-webkit-scrollbar-track {
  background: #f5f5f5;
  border-radius: 20px;
}

.top-filter-folder-wrap::-webkit-scrollbar-thumb {
  background-color: #cbcbcb;
  border-radius: 20px;
  border: 2px solid transparent;
  background-clip: content-box;
}

.filter-drop {
  position: absolute;
  background: #fff;
  z-index: 1;
  filter: drop-shadow(0px 12px 32px rgba(0, 0, 0, 0.24));
  width: 165px;
  top: 115%;
  display: none;
}

.filter-drop button {
  background: transparent;
  border: none;
  width: 100%;
  padding: 12px 15px;
  font-family: inherit;
  text-align: left;
  font-size: 16px;
  line-height: 1;
  font-family: "NeoSansPro-Medium", -apple-system, system-ui, BlinkMacSystemFont,
    "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.filter-drop button:hover {
  background-color: var(--main-color);
}

.offer-list::-webkit-scrollbar-track,
.country-list::-webkit-scrollbar-track,
.country-list-header::-webkit-scrollbar-track,
.proxy-calc__rigth > .calc-table::-webkit-scrollbar-track,
.sub-menu::-webkit-scrollbar-track,
.sub-section-list::-webkit-scrollbar-track,
.country-list-header--column::-webkit-scrollbar-track,
.list-tab::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.12);
  border-radius: 20px;
}

.proxy-calc__rigth > .calc-table::-webkit-scrollbar-track {
  background: #e3e3e3;
}

.offer-list::-webkit-scrollbar-thumb,
.country-list::-webkit-scrollbar-thumb,
.country-list-header::-webkit-scrollbar-thumb,
.proxy-calc__rigth > .calc-table::-webkit-scrollbar-thumb,
.sub-menu::-webkit-scrollbar-thumb,
.sub-section-list::-webkit-scrollbar-thumb,
.country-list-header--column::-webkit-scrollbar-thumb,
.list-tab::-webkit-scrollbar-thumb {
  background-color: var(--main-color);
  border-radius: 20px;
  border: 2px solid transparent;
  background-clip: content-box;
}

.price-one {
  font-size: 16px;
  line-height: 1.3;
  text-align: center;
  color: #464648;
  margin-bottom: 0;
  margin-top: 16px;
}

.offer-list__item {
  background: #2c2c2c;
  border-radius: 6px;
  padding: 9px 12px 9px 24px;
  transition: 0.3s all;
}

.offer-list__item:hover {
  background-color: var(--main-color);
}

.offer-list-head {
  display: flex;
  justify-content: space-between;
}

.offer-list-head span {
  margin-bottom: 8px;
  padding: 0 24px;
  display: inline-block;
  color: rgba(255, 255, 255, 0.48);
}

.offer-list-head span:last-child {
  margin-right: 25px;
}

.offer-list__item button {
  background: transparent;
  border: none;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  font-family: var(--font-medium);
}

.offer-list__item button span {
  display: block;
  color: rgba(255, 255, 255, 0.48);
}

.offer-list__item button > div:last-child {
  font-size: 16px;
}

.offer-list__item button > div:first-child {
  font-size: 18px;
}

.offer-list__item:not(:last-child) {
  margin-bottom: 8px;
}

/* end calc  */

/* now calc inner  */
.proxy-calc {
  display: flex;
  flex-wrap: wrap;
}

.proxy-calc__left {
  padding: 46px;
  background: #212121;
  border-radius: 80px 0 0 80px;
  align-self: center;
}

.proxy-calc__left p {
  margin-bottom: 16px;
  font-size: 18px;
  font-family: var(--font-medium);
  color: #fff;
}

.country-list__item {
  position: relative;
}

.check-list,
.country-list {
  list-style-type: none;
  padding: 0;
}

.check-list li {
  width: 180px;
  position: relative;
  height: 63px;
  /* padding: 24px; */
  background-color: #2a2a2a;
  border-radius: 12px;
}

.check-list li:not(:last-child) {
  margin-bottom: 8px;
}

.check-list label,
.check-list input,
.country-list input {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.search-btn {
  position: absolute;
  background: transparent;
  border: none;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  color: var(--main-color);
}

.country-list label {
  border-radius: 6px;
  background: #2a2a2a;
  color: #fff;
  padding: 18px 24px;
  display: flex;
  align-items: center;
  font-size: 18px;
  cursor: pointer;
  overflow: hidden;
  min-width: 0;
  height: 100%;
}

.country-list__item label > span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

input[type="search"]::-webkit-search-cancel-button {
  display: none;
}

.country-list label img {
  border-radius: 50%;
  width: 32px;
  max-width: 32px;
  margin-right: 8px;
  flex: none;
}

.country-list label:hover,
.country-list input:checked + label {
  background: var(--main-color);
}

.country-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-height: 295px;
  overflow: auto;
  scrollbar-color: var(--main-color) #2c2c2c;
  scrollbar-width: thin;
}

.filter-btn {
  background: transparent;
  border: none;
  color: #fff;
  margin-left: 3px;
  font-size: 16px;
}

.filter-btn:hover,
.filter-btn.show {
  color: var(--main-color);
}

.header__nav .header__nav-ul > li {
  padding: 12px;
  border-radius: 6px;
  transition: 0.3s all;
}

.header__nav .header__nav-ul > li:hover {
  background: #ffeeb0;
}

img {
  max-width: 100%;
}

.country-list li {
  width: calc(100% / 3 - 6px);
  /*min-width: 250px; */
  /* flex: 1 1 250px; */
}

.check-list input[type="radio"],
.check-list-line__item input[type="radio"] {
  opacity: 0.01;
  z-index: 100;
  cursor: pointer;
  position: absolute;
}

.check-list-line__item label {
  padding: 12px 24px;
  border: 1px solid #e3e3e3;
  border-radius: 10px;
  font-size: 16px;
  line-height: 17px;
  color: #212121;
  cursor: pointer;
  display: inline-block;
  cursor: pointer;
  transition: 0.3s all;
}

.check-list-line__item input:checked + label {
  background: var(--main-color);
  border-color: var(--main-color);
  font-weight: 600;
}

.check-list-line__item label:hover {
  background: #ffeeb0;
  border-color: #ffeeb0;
}

.check-list-line__item {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 8px;
}

.check-list label {
  border-radius: 12px;
  font-size: 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 90;
  text-align: center;
  color: #fff;
}

.relative {
  position: relative;
}

.check-list input[type="radio"]:checked + label,
.check-list li:hover label {
  background: var(--main-color);
  color: #212121;
}

.mob-form__box {
  min-width: 630px;
  max-width: 630px;
}

.country-item {
  display: inline-flex;
  flex: none;
  align-items: center;
  font-size: 18px;
  font-family: var(--font-medium);
  color: #212121;
}

.country-item img {
  border-radius: 50%;
  flex: none;
  width: 48px;
  max-width: 48px;
  margin-right: 12px;
}

.proxy-calc__rigth {
  background: #ffffff;
  border: 1px solid #e3e3e3;
  border-radius: 80px;
  padding: 48px;
  flex: 1;
  min-width: 600px;
}

.proxy-calc__rigth > .calc-table {
  max-height: 700px;
  overflow: auto;
  scrollbar-width: thin;
  padding-right: 10px;
}

.box__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 32px;
  border-bottom: 1px solid #e3e3e3;
}

.pay-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 26px;
  font-family: var(--font-medium);
  font-size: 18px;
}

.pay-bottom__price {
  font-size: 22px;
}

.label-price {
  padding: 10px;
  font-size: 16px;
  line-height: 18px;
  background-color: #ffeeb0;
  border-radius: 20px;
}

.box__body {
  padding: 24px 32px 0;
}

.box__footer {
  padding: 23px 32px 48px;
  border-top: 1px solid #e3e3e3;
}

.calc-row {
  display: flex;
  align-items: center;
}

.calc-row:not(:last-child) {
  margin-bottom: 32px;
}

.calc-row__name {
  flex: 1;
  min-width: 100px;
}

.calc-row .main-btn {
  min-width: 112px;
  box-shadow: none;
  margin-left: 10%;
}

.calc-table__row img {
  margin-right: 8px;
}

.data-back {
  border: 1px solid #e3e3e3;
  border-radius: 24px;
  padding: 24px 15px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  width: 103px;
  display: flex;
  justify-content: center;
}

.data-back:not(:last-of-type) {
  margin-right: 32px;
}

.data-back .table-button-modal-open {
  font-size: 12px;
  line-height: 14px;
  color: #000000;
  position: absolute;
  bottom: -100%;
  left: 0;
  right: 0;
  padding: 6px;
  transition: bottom 0.2s;
  text-align: center;
  color: #fff;
  border-radius: 0 0 20px 20px;
  background: var(--main-color);
}

.data-back:hover {
  background: rgba(255, 196, 42, 0.15);
  border-color: var(--main-color);
}

.data-back:hover .table-button-modal-open {
  bottom: 0;
}

/* end calc inner  */
.mnu_btn {
  margin-right: 20px;
}

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

.benefits {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.benefits::after {
  content: "";
  position: absolute;
  top: 20px;
  bottom: 0;
  right: 19px;
  width: 83px;
  z-index: -1;
  background: url("/local/templates/proxysale/img/benef.png") no-repeat;
}

.benefit__item {
  display: flex;
  align-items: center;
  transition: 0.3s all;
}

.benefit__item:nth-child(2),
.benefit__item:nth-child(4) {
  padding-right: 40px;
}

.benefit__item:nth-child(3) {
  padding-right: 80px;
}

.benefit__item:not(:last-child) {
  margin-bottom: 42px;
}

[data-main-articles] {
  z-index: 1;
}

.benefit__item span {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  min-width: 0;
  background: #fff;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  box-shadow: 1px 12px 18px rgba(205, 112, 3, 0.09);
  border-radius: 24px 24px 0px 24px;
  margin-right: 12px;
  padding: 16px 24px;
}

.icon-ben {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #fff;
  flex: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.benefits-column {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.benefits-column__item {
  background: #ffffff;
  border: 1px solid #e3e3e3;
  border-radius: 33px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 24px 10px;
  width: 270px;
  flex: none;
  font-family: var(--font-medium);
  font-size: 18px;
}

/* .benefits-column__item:hover{
    background: var(--main-color);
} */
.benefits-column__item span {
  max-width: 180px;
}
.top-section--res {
  padding-top: 50px;
}
.benefits-section {
  background: url("/local/templates/proxysale/img/map.png") no-repeat center
      right,
    url("/local/templates/proxysale/img/benefits-aft.png") no-repeat center -80px /
      contain,
    url("/local/templates/proxysale/img/benefits-b.png") no-repeat center
      bottom/contain,
    linear-gradient(
      108.57deg,
      rgba(238, 246, 255, 0.2) 3.11%,
      rgba(245, 170, 81, 0.35) 100.73%
    );
  padding: 193px 0 352px;
  position: relative;
}

/* .benefits-section::before{
    content: '';
    background: url('/local/templates/proxysale/img/benefits-aft');
} */
.benefits-column__item svg {
  width: 48px;
  height: 48px;
  margin-bottom: 16px;
  flex: none;
}

.mob-form__box {
  border: 1px solid #e3e3e3;
  border-radius: 30px;
}

.default-link {
  background-color: transparent;
  border: none;
  text-decoration: underline;
  font-size: 17px;
  line-height: 1;
  font-family: var(--font-regular);
}

.section-form {
  padding: 48px;
  background-color: #fff;
  box-shadow: 1px 12px 18px rgba(205, 112, 3, 0.09);
  border-radius: 32px;
}

.main-btn i,
.main-btn--reverse i {
  vertical-align: middle;
  margin-left: 14px;
  color: currentColor;
}

.benefits-inline {
  display: flex;
  flex-wrap: wrap;
  row-gap: 40px;
  position: relative;
  z-index: 1;
  margin-top: 160px;
}

.benefits-inline__item {
  display: inline-flex;
  align-items: center;
  width: 240px;
  margin-right: 10px;
  flex: none;
  position: relative;
  font-size: 14px;
  color: rgba(33, 33, 33, 0.9);
  vertical-align: middle;
}

.benefits-inline__item > svg,
.benefits-inline__item > img {
  margin-right: 14px;
  vertical-align: middle;
  flex: none;
}

.header-right {
  display: flex;
  align-items: center;
  flex: none;
}

.main-input--dark {
  background: rgba(42, 42, 42, 1);
  color: #595959;
  font-size: 14px;
  font-family: inherit;
  border: 1px solid #2a2a2a;
}

.main-input--dark + .search-btn {
  color: #fff;
}

.main-input--dark::placeholder {
  color: #595959;
}

.country-block {
  background-color: #212121;
  padding: 42px 72px;
  color: #fff;
  border-top-right-radius: 52px;
  border-bottom-right-radius: 52px;
  flex: 1;
  min-width: 0;
  min-height: 400px;
}

.country-block p {
  font-size: 18px;
  font-family: var(--font-medium);
  margin-bottom: 16px;
}

.mob-form {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.mobile-country-select {
  display: none;
}

/* todo edit submenu  */
.header__nav-ul > li:hover > .sub-menu-box {
  padding-top: 40px;
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}

.sub-menu-box {
  top: 100%;
  position: absolute;
  /* display: none; */

  padding-top: 0;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
}

.sub-menu {
  background-color: #fff;
  padding: 32px 48px;
  border-radius: 12px;
  max-height: 530px;
  filter: drop-shadow(0px 12px 20px rgba(9, 12, 27, 0.02));
  /* overflow: auto; */
}

.sub-menu--small {
  width: 486px;
}

.sub-section-list {
  max-height: 363px;
  scrollbar-width: thin;
  overflow: auto;
}

.sub-menu--big {
  width: 1015px;
  left: -160%;
}

.sub-menu--big .sub-section-title {
  text-transform: inherit;
}

.sub-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.tab-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

.tab-head a {
  margin-bottom: 16px;
  transition: 0.3s all;
  text-decoration: none;
  position: relative;
  color: #212121;
}

.tab-head a:active,
.tab-head a:visited {
  color: #212121;
}

.tabs-head-wrap {
  padding-top: 8px;
  padding-left: 8px;
  padding-right: 8px;
  border: 1px solid #e3e3e3;
  border-radius: 8px;
  margin-bottom: 32px;
}

.tabs-head-wrap .check-list-line {
  display: flex;
  flex-wrap: wrap;
}

.tabs-head-wrap .check-list-line li {
  flex: 1;
}

.tabs-head-wrap .check-list-line__item label {
  display: block;
  text-align: center;
  border-color: transparent;
  padding-top: 9.5px;
  padding-bottom: 9.5px;
}

.table-numb-divider sup {
  font-size: 9px;
  line-height: 1.1;
  color: #595959;
  margin-left: 4px;
}

.table-numb-divider sub {
  font-size: 14px;
  color: rgba(33, 33, 33, 0.9);
  line-height: 1.1;
}

.table-numb-divider p:first-child {
  font-size: 18px;
  line-height: 1.1;
  color: #212121;
}

.tab-head__name {
  font-size: 18px;
  font-family: var(--font-medium);
}

a.default {
  font-size: 17px;
  color: #212121;
  text-decoration: underline;
}

.header__nav-ul .sub-list li {
  width: 170px;
  padding: 0;
  margin-bottom: 16px;
}

.sub-list li a {
  font-size: 14px;
  color: #212121;
}

.section-block {
  padding: 70px 0;
}

.tab-content {
  display: none;
}

.tab-content .country-list-header {
  display: flex;
  flex-wrap: wrap;
  max-height: 363px;
  overflow: auto;
  scrollbar-width: thin;
}

.tab-content.active {
  display: block;
  /* -webkit-animation:fade;animation:fade;-webkit-animation-delay:.3s;animation-delay:.3s;-webkit-animation-fill-mode:backwards;animation-fill-mode:backwards; */
}

.tabs-content {
  padding: 0 32px;
  flex: 1;
}

.list-tab {
  display: flex;
  flex-direction: column;
  padding: 8px;
  border: 1px solid #e3e3e3;
  border-radius: 8px;
  max-width: 270px;
  max-height: 400px;
  overflow: auto;
  scrollbar-width: thin;
}

.tab-btn {
  background: transparent;
  padding: 9px 12px;
  border: none;
  display: flex;
  border-radius: 8px;
  margin-bottom: 2px;
  font-family: inherit;
  width: 100%;
}

.tab-btn .title {
  font-size: 14px;
  margin-bottom: 4px;
  color: rgb(0, 0, 0);
}

.tab-btn .text {
  text-align: left;
}

.tab-btn .desc {
  font-size: 12px;
  line-height: 15px;
  color: rgba(33, 33, 33, 0.6);
}

.tab-btn .icon {
  flex: none;
  margin-right: 9px;
}

.tab-btn:hover {
  background: #ffeeb0;
}

.tab-btn.active {
  background: #ffeeb0;
}

.sub-section-title {
  text-transform: uppercase;
  margin-bottom: 20px;
  line-height: 1.5;
  color: #acacac;
}

#nav-button-label {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

#nav-button-label.nav-on {
  border-color: #e3e3e3;
}

#nav-button-label.nav-on svg {
  display: block;
}

#nav-button-label.nav-on .line-menu,
#nav-button-label svg,
#nav-button-label .triangle,
#nav-button-label.nav-on .line-menu:not(.half) {
  display: none;
}

#nav-button-label.nav-on .triangle {
  display: block;
  bottom: -64px;
  top: unset;
  visibility: visible;
  opacity: 1;
  pointer-events: all;
  border: none;
}

.sub-section-list li {
  margin-bottom: 16px;
}

.sub-section-list li a {
  font-size: 14px;
  line-height: 110%;
  color: #212121;
  text-decoration: none;
  position: relative;
}

.sub-section-list--mob li {
  margin-bottom: 8px;
  padding: 17px 13px;
}

.triangle {
  display: block;
  height: 32px;
  width: 32px;
  background: url("/local/templates/proxysale/img/triangle.png") no-repeat;
  border: inherit;
  position: absolute;
  top: -10px;
  left: calc(50% - 10px);
  filter: drop-shadow(0px 12px 20px rgba(9, 12, 27, 0.6));
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.drop-custom-absolute {
  min-width: 150px;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  padding: 4px 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.drop-custom-absolute.is-show {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}

/* submenu end  */
/* TODO: .footer ul:not(.header__lng-dropdown, .social) li edit opacity */
.white-popup.popup-automatic-payment {
  border-radius: 30px;
}

.white-popup.popup-automatic-payment .popup-reg-title,
.white-popup.popup-automatic-payment .modal-paragraph {
  text-align: left;
}

#hero-menu .country-list-header li {
  flex: 0 1 33%;
}

.country-list-header li {
  min-width: 118px;
  flex: 1 1 auto;
  margin-bottom: 12px;
}

.country-list-header--column.country-list-header li {
  margin-bottom: 0;
}

.country-list-header--column {
  flex-direction: column;
  max-height: 180px;
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: var(--main-color) #f5f5f5;
}

.country-list-header li a {
  text-decoration: none;
  font-size: 14px;
  color: #212121;
  padding: 6px 8px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  min-width: 0;
}

.country-list-header li a span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.country-list-header li a:hover {
  background: #ffeeb0;
}

.country-list-header li a img {
  border-radius: 50%;
  max-width: 24px;
  width: 24px;
  flex: none;
  margin-right: 8px;
}

#hero-menu,
#proxy-buy-header {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 108px;
  z-index: 2;
}

#proxy-buy-header {
  max-width: 1016px;
  margin: 0 auto;
  left: -40px;
}
@media screen and (min-width: 1200px) {
  #proxy-buy-header {
    max-width: calc(100% - 60px);
    left: 0;
  }
}
@media screen and (min-width: 1630px) {
  #proxy-buy-header {
    max-width: 1600px;
  }
}
#proxy-buy-header .country-list-header li {
  flex-grow: 0;
  margin-right: 20px;
}

#proxy-buy-header .country-list-header li a {
  width: 158px;
}

.btn-buy img {
  display: none;
}

.btn-buy img,
.btn-buy svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}

.btn-buy .triangle {
  top: 153%;
  border-color: transparent;
  opacity: 1;
  visibility: visible;
  display: none;
}

/* .btn-buy.active .triangle {
    display: block;
} */

/* .btn-buy.active .triangle {
    visibility: visible;
    opacity: 1;
    pointer-events: all;
    animation: fadeIn ease .7s;
    -webkit-animation: fadeIn ease .7s;
    -moz-animation: fadeIn ease .7s;
    -o-animation: fadeIn ease .7s;
    -ms-animation: fadeIn ease .7s;
} */

.btn-buy.active svg {
  display: none;
}

.btn-buy.active img {
  display: inline-block;
}

.country-search .country-list-header {
  max-height: 264px;
  overflow: auto;
  margin-top: 32px;
  scrollbar-width: thin;
}

.calc-table--target {
  margin-top: 32px;
}

.tabs-content--no-gutter {
  padding: 0;
}

.list-tab--row {
  flex-direction: row;
  max-width: initial;
  margin-bottom: 24px;
}

.list-tab--row .tab-btn:not(:last-child) {
  margin-right: 6px;
}

.default-link {
  align-self: center;
  color: #212121;
  margin-left: auto;
  text-decoration: none;
  transition: 0.3s ease all;
  position: relative;
}

/* .default-link:hover {
    text-decoration: underline;
    color: var(--main-color);
} */

.default-link i {
  margin-left: 13px;
}

.hero__bottom .custom-tabs {
  margin-left: 0;
  /* order:1; */
}

.hero__bottom .default-link {
}

.hero .custom-tabs {
  /* margin-left: auto; */
  margin-bottom: 16px;
}

.custom-tabs--full {
  width: 90%;
  margin-left: 0;
}

/* edit pagination style  */
.pagination-wrap .pagination li:not(.active) {
  cursor: pointer;
  border-bottom: 1px solid transparent;
}

.pagination-wrap .pagination li.active,
.pagination-wrap .pagination li:not(.active):hover {
  color: var(--main-color);
  border-bottom: 1px solid var(--main-color);
}

.news-of-the-partner-article__block-txt img {
  border-radius: 30px;
}

.pagination-post {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.pagination-post a:last-child {
  margin-left: auto;
}

.pagination-post a {
  line-height: 1.5;
  color: #212121;
}

.pagination-post a:first-child i {
  margin-right: 17px;
}

.pagination-post a:last-child i {
  margin-left: 17px;
}

.pagination-post a:hover {
  transition: 0.3s;
  color: var(--main-color);
}

.white-popup .popup-hero {
  margin-bottom: 30px;
}

.white-popup .popup-hero .modal-paragraph {
  margin-bottom: 0;
  color: rgba(33, 33, 33, 0.9);
  border-bottom: 1px solid #e3e3e3;
}

.white-popup .popup-hero .popup-reg-title {
  margin-bottom: 16px;
  font-weight: 500;
}

.white-popup .popup-automatic-payment__top-block,
.white-popup .popup-automatic-payment__add-another,
.white-popup .popup-hero {
  padding-left: 29px;
  padding-right: 29px;
}

.wrapper-gray {
  background-color: #fafafa;
  padding-left: 29px;
  padding-right: 29px;
  padding-bottom: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
}

.popup-automatic-payment__top-block--grey {
  position: relative;
  padding-top: 32px;
  background-color: #fafafa;
}

.white-popup.popup-automatic-payment {
  width: 836px;
  max-width: 100%;
}

.white-popup.popup-automatic-payment
  .popup-automatic-payment__top-block-select {
  width: calc(50% - 15px);
}

.order-detail {
  margin-top: 16px;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  color: #464648;
}

.header__nav .header__nav-ul > li:hover .triangle {
  top: 148%;
  /* 163 */
  left: 50%;
  transform: translateX(-50%);
  visibility: visible;
  opacity: 1;
  pointer-events: all;
  animation: fadeIn ease 0.4s;
  -webkit-animation: fadeIn ease 0.4s;
  -moz-animation: fadeIn ease 0.4s;
  -o-animation: fadeIn ease 0.4s;
  -ms-animation: fadeIn ease 0.4s;
}

button.more {
  background: transparent;
  border: none;
  font-family: inherit;
  margin-top: 30px;
  cursor: pointer;
  color: #000;
}

@keyframes shine-avatar {
  0% {
    background-position: -32px;
  }

  40%,
  100% {
    background-position: 208px;
  }
}

.dopMenu {
  position: fixed;
  /* display: none; */
  transform: translateX(120%);
  transition: 0.3s;
  top: 20px;
  left: 64px;
  right: 0;
  bottom: 0;
  background: #fff;
  border-radius: 12px 0px 0px 12px;
  z-index: 1;
}

.dopMenu.is-show {
  transform: translateX(0);
}

.dopMenu .close {
  position: absolute;
  padding: 0;
  left: -52px;
  border: none;
  background: #fff;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.dopMenu-content {
  display: none;
  padding: 20px 24px;
  height: 100%;
  overflow: auto;
}

.aside__submenu {
  margin-top: 10px;
}

.aside__submenu a:not(:has(img)) {
  padding-left: 15px;
}

.dopMenu-content.is-show {
  display: block;
}

.dopMenuOverlay {
  content: "";
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
}

.last-in-blog .blog-selected-program-item {
  margin-bottom: 18px;
}

.select .drop .drop-search,
.white-popup .select .drop .drop-search {
  padding: 0;
}

.select .drop .drop-search .search-btn {
  padding: 0;
  margin-right: -5px;
}

.select .drop .drop-search .search-btn i {
  font-size: 15px;
}

.select .drop .drop-search:hover {
  background: transparent;
}

.select .drop .drop-search input,
.select .drop .drop-search .relative {
  width: 100%;
}

.FAQ-input input {
  width: 376px;
}

.drop-search input,
.drop-search input:active,
.drop-search input:focus {
  border: none;
  border-bottom: 1px solid #e3e3e3;
  border-radius: 0;
}

.top-filter-folder-wrap {
  display: flex;
  align-items: center;
  overflow: auto;
  margin-bottom: 20px;
}

.hero-nav .btn-buy:hover #proxy-buy-header {
  display: block;
}
.seo-text__text table tr:first-child td {
  border-bottom: 1px solid black;
  border-top: 1px solid black;
  padding-bottom: 1rem;
  color: #fff;
  background: #131430 !important ;
}

.seo-text__text table tr:first-child td:first-child {
  border-left: 1px solid black;
}

.seo-text__text table tr:first-child td:last-child {
  border-right: 1px solid black;
}
.seo-text__text table td {
  padding: 0.75rem;
}

.seo-text__text table {
  border-collapse: collapse;
}

.seo-text__text table:not(tr:first-child) tr td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
@media only screen and (min-width: 768px) {
  body.index {
    zoom: 90%;
  }

  [name="helpcrunch-iframe"] {
    zoom: 110% !important;
  }

  .md-hidden {
    display: none;
  }

  .adaptive-s .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 30px;
    /*тодо если что заполифилить*/
  }
}

@media only screen and (max-width: 1930px) {
  .top-section--hero.top-section--mob::after {
    bottom: -100px;
  }
}
.calculation--resident .text__title {
  margin-top: 0;
}
@media only screen and (max-width: 1630px) {
  /* .calculation-right {
        width: auto !important;
    } */

  .calculation--resident .calculation-right {
    flex-basis: 520px;
  }

  .sub-menu--big {
    left: unset;
    right: -20vw;
  }

  .top-section--hero.top-section--mob::after {
    bottom: -155px;
  }
  .top-section--hero.top-section--res::after {
    bottom: -71px;
  }
}

@media only screen and (max-width: 1560px) {
  #hero-menu .country-list-header li {
    flex: 0 1 50%;
    min-width: 150px;
  }
}

@media only screen and (max-width: 1530px) {
  .btn-buy {
    margin-right: 20px;
  }

  .sub-menu--big {
    right: unset;
  }

  .data-back {
    padding: 15px;
    margin-right: 16px;
  }

  .calc-row .main-btn {
    margin-left: 6%;
  }

  .header__logo a {
    width: 170px;
  }

  .check-list li {
    height: 48px;
  }

  .proxy-calc__rigth {
    padding: 42px;
  }

  .hero-nav {
    padding-left: 30px;
  }

  .header__nav .header__nav-ul > li {
    padding-left: 6px;
    padding-right: 6px;
  }

  .header__nav .header__nav-ul li a {
    margin-right: 7px;
  }
}
@media screen and (max-width: 1440px) {
  .calculation-right footer .main-btn--reverse {
    margin-top: 10px;
  }
}
.mobproxy-table {
  margin-top: 100px;
}

@media only screen and (max-width: 1420px) {
  .header .header__nav,
  .header .btn-buy {
    display: none;
  }

  .header {
    padding: 16px 0;
  }

  .hero-nav {
    padding-left: 0;
  }

  .calc-row .main-btn {
    margin-left: 3%;
  }

  .header__logo a {
    max-width: 136px;
    width: 136px;
    font-size: 0;
  }
}

@media screen and (max-width: 1366px) {
  .country-list li {
    width: calc(100% / 2 - 4px);
  }

  .proxy-calc__rigth {
    padding: 30px;
  }

  /* #hero-menu .country-list-header li {
        width: 100%;
        flex: 1;
    } */
}

@media only screen and (max-width: 1270px) {
  .country-block {
    display: none;
  }

  .mob-form {
    flex-direction: column;
  }

  .calc-row .main-btn {
    margin-left: 5px;
  }

  .data-back:not(:last-of-type) {
    margin-right: 5px;
  }

  .data-back {
    padding: 10px;
    width: 80px;
  }

  .mobile-country-select {
    display: block;
    width: 100%;
    margin-bottom: 16px;
    z-index: 222;
  }

  .mob-form__box {
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }

  /* .header .header__nav-wrap .main-btn--black {
        display: none;
    } */

  .top-section__title h1,
  .top-section__title h1 span {
    font-size: 38px;
    line-height: 1.2;
  }

  .custom-tabs {
    flex: auto;
    width: 100%;
  }

  .custom-tabs,
  .hero__bottom {
    flex-wrap: wrap;
  }

  /* .partners {
        padding: 100px 0;
    } */

  .calculation-left {
    padding: 30px;
  }
}

@media only screen and (max-width: 1200px) {
  .calculation-right,
  .calculation-right.calculation-right--light {
    margin-left: 0;
    width: 100%;
    border-radius: 24px;
  }

  .hero__bottom .default-link {
    margin-left: 0;
  }

  .calculation-left {
    min-width: 0;
  }

  .calculation-left,
  .calculation-right,
  .calculation-right.calculation-right--light {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media only screen and (max-width: 1199px) {
  .FAQ-input input {
    width: 100%;
  }
}

@media only screen and (max-width: 1024px) {
  .sub-menu .main-btn--black,
  .sub-menu .btn-buy {
    display: block;
    width: 100%;
  }

  .sub-menu .main-btn--black {
    text-align: center;
  }

  .sub-menu {
    overflow: auto;
  }

  .calculation-left__body .col-xxxl-8.col-lg-6.col-md-12 {
    max-width: 100%;
    flex: 1;
  }

  .main-btn--black {
    margin-bottom: 24px;
  }

  .data-back:not(:last-of-type) {
    margin-right: 0;
  }

  /* .header__nav-wrap, */
  .header .header__nav-wrap .main-btn--black,
  .proxy-calc__left,
  .calc-row__name,
  .calc-row .main-btn,
  .calculation-left .icon-ben,
  .calc-info-block,
  .proxy-calc__rigth .relative {
    display: none;
  }

  .calc-table--target {
    margin-top: 8px;
  }

  .header-right {
    flex: 1;
    justify-content: end;
  }

  .header__lng {
    margin: 0 29px 0 15px;
    order: -1;
  }

  .proxy-calc,
  .calc-table__row {
    flex-direction: column;
  }

  .mnu_btn {
    margin-right: 0;
    font-size: 0;
  }

  .calculation {
    display: block;
  }

  .top-section--hero::after {
    bottom: -117px;
    height: 150px;
  }

  .top-section--hero.top-section--mob::after {
    bottom: -60px;
  }

  .calculation-left {
    border: none;
    padding-left: 5px;
    padding-right: 5px;
  }

  .calculation-right,
  .calculation-right.calculation-right--light {
    padding: 15px;
  }

  .hero {
    margin-bottom: 16px;
  }

  .proxy-calc__rigth {
    padding: 0;
    border: none;
    min-width: 0;
  }

  .data-back {
    margin-right: 0;
    margin-bottom: 16px;
    width: 100%;
    text-align: center;
  }
}

@media only screen and (max-width: 991px) {
  .lg-hidden,
  .inf-wrap {
    display: none;
  }

  .aff-benefits > li:nth-child(2),
  .aff-benefits > li:nth-child(3),
  .aff-benefits > li:nth-child(4),
  .aff-benefits > li:nth-child(5),
  .aff-benefits > li:nth-child(6) {
    border-left: none;
  }

  .aff-benefits > li:nth-child(5) {
    border-bottom: 1.5px solid #ebebeb;
  }

  .country-item img {
    width: 24px;
    height: 24px;
  }

  .output {
    min-width: 110px;
    font-size: 13px;
  }

  .footer .col-xl-4.col-xxl-4 {
    margin-top: 13px;
  }

  .footer__h3-title {
    padding-bottom: 16px;
  }

  .footer__logo {
    margin-bottom: 15px;
  }

  .sub-menu {
    overflow: auto;
  }

  .total-amount__item {
    margin-bottom: 0;
  }

  .box__body,
  .box__head,
  .box__footer {
    padding-left: 16px;
    padding-right: 16px;
  }

  .benefits-inline {
    row-gap: 25px;
  }

  .benefits-section {
    background-size: contain, auto, auto;
    background-position: center bottom, center -80px, center bottom;
  }

  .benefits-column__item {
    width: 100%;
    flex-direction: row;
    justify-content: flex-start;
    font-size: 14px;
    border-radius: 17px;
  }

  .benefits-column__item svg {
    width: 32px;
    height: 32px;
    margin-right: 13px;
    margin-bottom: 0;
  }

  .benefits-column__item span,
  .calculation-left__body .main-btn[type="submit"] {
    max-width: 100%;
  }

  .benefits {
    position: static;
    transform: translate(0);
  }

  .benefits::after {
    display: none;
  }

  .icon-ben {
    width: 32px;
    height: 32px;
    padding: 4px;
  }

  .benefit__item span {
    font-size: 14px;
  }

  .benefit__item:not(:last-child) {
    margin-bottom: 16px;
  }

  .top-section--hero .col-lg-6:nth-child(2) > svg {
    display: none;
  }

  .benefits-column__item img {
    margin-bottom: 0;
    margin-right: 8px;
  }

  .benefit__item:nth-child(2),
  .benefit__item:nth-child(3),
  .benefit__item:nth-child(4) {
    padding-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  /* .header > .container > .row{
        flex-wrap: nowrap;
    } */
  .aff-benefits li .title {
    font-size: 24px;
  }
  .top-section__title-wrap .trustpilot-widget {
    margin-bottom: 30px;
  }
  .news-of-the-partner-article__block-txt .seo-text__text {
    overflow: hidden;
  }
  .calculation--resident .calculation-left {
    padding-bottom: 0;
  }

  .top-section__button .defaul-btn {
    margin-left: auto;
    margin-right: auto;
  }

  .prices-block__sub {
    justify-content: center;
  }

  .check-list-line__item {
    margin-right: 0;
  }

  .prices-block__title,
  .prices-block__sub > div {
    text-align: center;
  }

  .tabs-head-wrap {
    overflow: hidden;
    max-width: 100%;
  }

  .affiliate-program-top-section-title .desc {
    font-size: 16px;
  }

  .tabs-head-wrap .check-list-line {
    flex-wrap: nowrap;
    overflow: auto;
    min-width: 0;
    max-width: 100%;
  }

  .tabs-head-wrap .check-list-line li {
    flex: none;
  }

  .aff-benefits li {
    padding-left: 20px;
  }

  .aff-benefits {
    grid-template-columns: 1fr;
  }

  .aff-benefits li .sub {
    font-size: 16px;
  }

  .landing-affiliate-program-conditions .title-inner-page-h2 {
    margin-bottom: 24px;
  }

  .landing-affiliate-program-conditions__text-wrap {
    padding: 30px;
  }

  .feedback-from-our-customers__item {
    width: 100%;
  }

  .inner-proxy-info {
    margin: 20px 0 !important;
  }

  .total-amount__item {
    margin-bottom: 16px;
  }

  .section-faq .title-inner-page-h2 {
    margin-bottom: 32px;
  }

  .white-popup.popup-automatic-payment button[type="submit"] {
    min-width: auto;
  }

  .accordion_circle-btn {
    width: 24px;
    height: 24px;
    padding: 0;
  }

  .accordion_circle-btn::before,
  .accordion_circle-btn::after {
    width: 12px;
  }

  .section-form {
    padding: 32px 16px;
  }

  .data-back {
    padding: 24px;
  }

  .sub-section-list {
    overflow: visible;
    max-height: inherit;
    margin-bottom: 30px;
  }

  .white-popup.popup-automatic-payment
    .popup-automatic-payment__top-block-select {
    width: 100%;
  }

  .mobproxy-table {
    margin-top: 60px;
  }

  .header__logo span,
  .header__logo a {
    width: 130px !important;
  }

  .white-popup.popup-automatic-payment
    .popup-automatic-payment__top-block-select:nth-of-type(odd) {
    margin-right: 0;
  }

  .white-popup.popup-automatic-payment
    .popup-automatic-payment__top-block-select.popup-automatic-payment__top-block-promo
    a,
  #mobile-popup-automatic-payment
    .popup-automatic-payment__top-block-select.popup-automatic-payment__top-block-promo
    a,
  #ipv4-popup-automatic-payment
    .popup-automatic-payment__top-block-select.popup-automatic-payment__top-block-promo
    a {
    margin-top: 0;
  }

  .hero .custom-tabs,
  .hero .default-link,
  .col-lg-5[data-hero-types-container],
  [data-hero-types-container] {
    display: none;
  }

  .sub-menu {
    padding-left: 15px;
    padding-right: 15px;
    max-height: inherit;
  }

  .section-block {
    padding: 35px 0;
  }

  /* .feedback-from-items>* {
        margin-bottom: 0;
    } */

  .section-faq .title-inner-page-h2 {
    text-align: left;
    margin-top: 0;
  }

  .section-faq {
    padding-bottom: 70px;
  }

  .calc-row:not(:last-child) {
    margin-bottom: 0;
  }

  .top-section--hero {
    padding: 60px 0;
  }

  .check-list-line__item label {
    padding-left: 16px;
    padding-right: 16px;
  }

  .mfp-auto-cursor .mfp-content {
    padding: 60px 0;
  }

  .mfp-close-btn-in .mfp-close {
    top: -64px;
    right: 16px;
  }

  .partners::after,
  .partners::before {
    height: 360px;
  }

  .top-section__button .main-btn {
    width: 100%;
  }

  .hidden-mob {
    display: none;
  }

  .footer {
    padding-bottom: 40px;
  }

  .hero .hero__description {
    color: rgba(33, 33, 33, 0.9);
  }

  .mob-form__box {
    border-radius: 17px;
  }

  .header__logo a img {
    max-width: 100%;
  }

  .benefits-inline__item {
    width: 100%;
    margin-right: 0;
  }

  .benefits-inline__item > svg,
  .benefits-inline__item > img {
    max-width: 28px;
  }

  .top-section__title h1,
  .hero h1,
  .hero .hero-title,
  .top-section__title h1 span,
  .seo-text h2 {
    font-size: 24px;
    line-height: 27px;
  }

  .top-section__title h1 {
    margin-bottom: 20px;
  }

  .top-section__title {
    margin-bottom: 32px;
  }

  .description {
    font-size: 14px;
    line-height: 21px;
  }

  .seo-text__text p,
  .seo-text__text ol,
  .seo-text__text ul {
    font-size: 14px;
    line-height: 21px;
  }

  .seo-text h2 {
    margin-bottom: 16px;
  }

  .dopMenu-content .country-list-header li {
    flex: 1 1 50% !important;
  }

  .dopMenu-content .country-search .country-list-header {
    max-height: initial;
  }

  #hero-menu {
    top: 83px;
    border-top: 1px solid #e3e3e3;
  }

  #hero-menu .sub-menu {
    border-radius: 0;
    padding-top: 24px;
  }

  .sub-menu .btn-buy {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 8px;
  }

  .dopMenu-content .select .slct > span > button {
    width: 100%;
  }

  .dopMenu-content .tab-btn:hover {
    background: transparent;
  }

  .dopMenu-content .select .slct > span {
    display: block;
    width: 100%;
    white-space: inherit;
  }

  .dopMenu-content .select .slct {
    padding: 0;
    height: auto;
    width: 100%;
  }

  .dopMenu-content .select .slct .desc {
    max-width: 160px;
  }

  .dopMenu-content .select .slct .slct_arrow {
    top: 20px;
    transform: translateY(0);
  }

  .dopMenu-content .select .drop {
    border: 1px solid #e3e3e3;
    box-shadow: 0px 12px 20px rgba(9, 12, 27, 0.02);
    border-radius: 4px;
    max-height: 316px;
  }

  .dopMenu-content .select .drop li {
    padding: 3px 0;
  }

  .dopMenu-content .select .drop li:not(:last-child) {
    border-bottom: 1px solid #e3e3e3;
  }

  .total-amount-wrap .total {
    font-size: 18px;
    line-height: 20px;
  }

  .calculation-right footer .main-btn--reverse {
    width: 100%;
    margin-top: 24px;
  }

  .dopMenu-content .select .drop li {
    padding: 0;
  }
}

@media only screen and (max-width: 567px) {
  .header {
    padding: 13px 0;
  }

  #nav-button-label.nav-on .triangle {
    display: none;
  }

  #hero-menu {
    top: 60px;
  }

  .top-section--hero.top-section--mob::after {
    bottom: -70px;
    height: 500px;
    background-image: url("/local/templates/proxysale/img/mobile-bg-hero.png");
  }
}

@media only screen and (max-width: 480px) {
  .calculation-right,
  .calculation-right.calculation-right--light {
    margin-left: -15px;
    margin-right: -15px;
    padding: 60px 25px;
    width: auto !important;
    border-radius: 34px;
  }

  .output {
    font-size: 12px;
    min-width: 90px;
    max-width: 90px;
    left: -20px;
  }

  .text .text__subtitle {
    display: none;
  }

  .calculation-left__head {
    padding-bottom: 0;
    border: none;
  }

  .text__title {
    font-size: 24px;
    margin-bottom: 32px;
  }

  .calculation-left__body {
    padding-top: 0;
  }

  .section-block {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .section-faq {
    padding-top: 35px;
    padding-bottom: 70px;
  }

  #nav-button-label {
    border: none;
    height: auto;
    width: auto;
  }

  #nav-button-label.nav-on .triangle {
    bottom: -70px;
  }

  .accordion {
    padding-left: 16px;
    padding-right: 16px;
    border-radius: 17px;
  }
}
@media only screen and (min-width: 992px) {
  .col-md-12.col-lg-auto.col-xxl-3[data-sticky-container] {
    /* width: 285px; */
    position: sticky;
    top: 0;
    z-index: 1;
  }
  .benefits-column-res span {
    font-size: 18px;
  }
  .benefits-column--float {
    margin-top: -40px;
  }
  .calculation--resident .tabs-head-wrap .check-list-line li {
    flex: 0 1 16.6666667%;
    margin-right: 0;
  }
}
/* @media (hover: hover) {
    .benefit__item:hover {
        transform: translateX(-42px);
    }
} */

/*LOADER*/
.ml-loader-wrap {
  background: rgba(255, 255, 255, 0.85);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ml-loader {
  position: relative;
  width: 70px;
  height: 70px;
}

.ml-loader div {
  -webkit-transform-origin: 32px 32px;
  -ms-transform-origin: 32px 32px;
  transform-origin: 32px 32px;
  -webkit-animation: 1.2s opaque ease-in-out infinite both;
  animation: 1.2s opaque ease-in-out infinite both;
}

.ml-loader div::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 30px;
  width: 5px;
  height: 18px;
  border-radius: 10px;
  background-color: #ffc42a;
}

.ml-loader div:nth-child(1) {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.ml-loader div:nth-child(2) {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.ml-loader div:nth-child(3) {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.ml-loader div:nth-child(4) {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.ml-loader div:nth-child(5) {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.ml-loader div:nth-child(6) {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.ml-loader div:nth-child(7) {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.ml-loader div:nth-child(8) {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.ml-loader div:nth-child(9) {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.ml-loader div:nth-child(10) {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.ml-loader div:nth-child(11) {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.ml-loader div:nth-child(12) {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}

.ml-loader div:nth-child(13) {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.bounce-cube--3s {
  animation: 3s infinite forwards bounce-cube;
}

.bounce-cube--4s {
  animation: 4s infinite forwards bounce-cube;
}

.bounce-cube--5s {
  animation: 5s infinite forwards bounce-cube;
}

.bounce-lock--5s {
  animation: 5s infinite forwards open-lock;
}

.bounce-phone {
  animation: 10s infinite forwards bounce-phone;
}

.bounce--5s {
  animation: 5s infinite forwards bounce;
}

.anim-honeycomb {
  animation: var(--i) infinite forwards honeycomb;
}

.anim-hero {
  animation: var(--i) infinite forwards hero-animate;
}

.animate360 {
  animation: rotate360 2s linear infinite;
}

@-webkit-keyframes opaque {
  0% {
    opacity: 0.1;
  }

  40% {
    opacity: 1;
  }

  80% {
    opacity: 0.1;
  }

  100% {
    opacity: 0.1;
  }
}

@keyframes opaque {
  0% {
    opacity: 0.1;
  }

  40% {
    opacity: 1;
  }

  80% {
    opacity: 0.1;
  }

  100% {
    opacity: 0.1;
  }
}

@keyframes bounce {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-1%);
  }
}

@keyframes bounce-cube {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(1%);
  }
}

@keyframes open-lock {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-2%);
  }
}

@keyframes hero-animate {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-1%);
  }
}

@keyframes honeycomb {
  0%,
  100% {
    opacity: 1;
    transform: translateY(0);
  }

  50% {
    opacity: 0;
    transform: translateY(-2%);
  }
}

@keyframes bounce-phone {
  0%,
  100% {
    transform: translateY(0) rotate(0);
  }

  50% {
    transform: translateX(-4%) rotate(0);
  }
}

@keyframes rotate360 {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

/* END LOADER*/
.inner-proxy-info {
  margin: 15px 0px;
}

.inner-proxy-info ul li {
  font-size: 16px;
  line-height: 1.9;
  color: rgba(33, 33, 33, 0.9);
  position: relative;
  padding-left: 27px;
}

.inner-proxy-info ul li::after {
  background-color: black;
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(/local/templates/proxysale/img/check.svg) no-repeat;
}

.country .top-section__title h1 span {
  text-transform: none;
}
.proxy__accept-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 62px;
}

.proxy__accept-title {
  color: #a0a4b0;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 115%; /* 25.3px */
  margin-right: 25px;
}
.proxy__accept {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.proxy__accept:not(:last-child) {
  margin-right: 39px;
}
.img-wrap {
  display: inline-block;
  padding: 15px;
}
.proxy-info {
  height: 100%;
}
.calculation--resident .proxy-info-item {
  height: 100%;
}
.proxy-info-item {
  /* height: 100%; */
  display: flex;
  flex-direction: column;
}
.proxy-info-item__body {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .img-wrap {
    max-width: 70px;
  }
  .proxy__accept-title {
    width: 100%;
  }
  .img-wrap {
    padding-left: 0;
  }
  .proxy__accept-wrap,
  .proxy__accept {
    justify-content: flex-start;
  }
}
@media screen and (min-width: 768px) {
  .h-captcha,
  .open-captcha {
    zoom: 1.115;
  }
}

/* End */


/* Start:/local/templates/proxysale/css/dev.css?168512867010706*/
.footer ul li span::after {
	margin-top: 0px;
	bottom: -3px;
}

.header-container {
	z-index: 2;
}

.select .drop li.disabled:hover,
.white-popup .select .drop li.disabled:hover {
	background-color: initial !important;
	cursor: default !important;
}

.mobile-proxies-tabs__btn:nth-of-type(n+6) {
	margin-bottom: 10px;
}

.interview-text {
	background-color: initial !important;
}

.interview-out {
	background-color: rgba(255, 225, 146, .549) !important;
	padding: 5px;
}

.popup-automatic-payment__top-block.comission .popup-automatic-payment__to-pay {
	font-size: 16px;
}

.popup-automatic-payment__top-block.comission .popup-automatic-payment__to-pay span {
	font-size: 16px;
}

.footer__logo-rights-reserved {
	margin-top: 30px;
}

/*.news-of-the-partner-article__title h1 {*/
/*	font-size: inherit;*/
/*	font-family: inherit;*/
/*	margin: 0;*/
/*}*/
#partners-payment .error,
.partners-payment .error-lbl {
	border-color: #e84b4b !important;
}

@media only screen and (max-width: 1630px) {
	.general-blog-search__select-item {
		margin-bottom: 0;
	}
}

.general-blog-search__select-item {
	width: 100%;
}

/* seo-text */
.seo-text__text a {
	color: #ffc42a;
}

/* оплата */
.pay-block .btn-success,
.pay-block input[type=submit] {
	/* font-family: 'NeoSansCyr-Regular',-apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif; */
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.6;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	min-width: 270px;
	height: 56px;
	padding: 0 5px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	text-align: center;
	text-decoration: none;
	text-transform: none;
	color: #212121;
	border: 1px solid #ffc42a;
	border-radius: 28px;
	background-color: #ffc42a;
	-webkit-box-shadow: 0 1px 15.2px 3.8px rgba(33, 33, 33, .17);
	box-shadow: 0 1px 15.2px 3.8px rgba(33, 33, 33, .17);
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.pay-block {
	margin-bottom: 20px;
}

/* фикс меню ЛК */
.personal-area-nav ul li span {
	/* font-family: 'NeoSansCyr-Regular',-apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif; */
	font-size: 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-left: 20px;
	text-decoration: none;
	color: #212121;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	width: 100%;
}

.personal-area-nav ul li span,
.personal-area-nav ul li span:after {
	height: 100%;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.personal-area-nav ul li span.active:after,
.personal-area-nav ul li span.m-open:after,
.personal-area-nav ul li span:hover:after {
	width: 4px;
}

.personal-area-nav ul li span:after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 0;
	content: '';
	background-color: #ffc42a;
}

/* форма заказа */
.order-form .error,
.order-form .error-lbl {
	border-color: #e84b4b !important;
}

.order-form .check.error,
.order-form .check.error-lbl {
	color: #e84b4b !important;
}

.order-form .check.error a,
.order-form .check.error-lbl a {
	color: #e84b4b !important;
}

/* фикс z-index попапов */
.mfp-bg {
	z-index: 842;
}

.mfp-wrap {
	z-index: 843;
}

.mfp-content {
	z-index: 845;
}

/* фикс отзывов на главной */
.our-clients-latest-from-blog__item-text-slider p {
	height: 96px;
	margin-bottom: 0px;
}

/* фикс быстрой навигации */
.aside-partners__article-categories-link a.active {
	text-decoration: none;
	border: 1px solid #ffc42a;
	background-color: #ffc42a;
}

/* фикс сортировки */
.blog-selected-program-links-social__links a.news-sort-item {
	margin-right: 60px;
}

.blog-selected-program-links-social__links span.news-sort-item {
	margin-right: 60px;
	-webkit-transition: color .5s;
	-o-transition: color .5s;
	transition: color .5s;
	text-decoration: none;
	color: #212121;
}

.blog-selected-program-links-social__links span.news-sort-item:last-child,
.blog-selected-program-links-social__links a.news-sort-item:last-child {
	margin-right: 0px;
}

/* фикс пагинашки */

.pagination-wrap .pagination li span,
.pagination-wrap .pagination li a {
	padding: 10px;
	font-size: 18px;
	text-decoration: none;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	display: inline-block;
	color: inherit;
}

.pagination {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.pagination li.next-page {
	color: #212121;
}

/* сообщение об отсутствии элементов */
.no-items {
	font-size: 20px;
	text-align: center;
	width: 100%;
	display: inline-block;
}

.no-items.hidden {
	display: none;
}

/* фикс правого меню */
[off-canvas] ul:not(.lk) li span:after {
	position: absolute;
	bottom: -6px;
	left: 0;
	display: block;
	width: 100%;
	opacity: 1;
	height: 4px;
	content: '';
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	background-color: #ffc42a;
}

[off-canvas] ul:not(.lk) li span {
	font-size: 16px;
	font-size: 1rem;
	line-height: 20px;
	position: relative;
	margin-right: 15px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	text-decoration: none;
	color: #fff;
}

/* фикс вурхнего меню */
.header__nav .header__nav-ul li>span:after {
	width: 100%;
	opacity: 1;
	position: absolute;
	bottom: -3px;
	left: 0;
	display: block;
	height: 4px;
	content: '';
	cursor: pointer;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	background-color: #ffc42a;
}

.header__nav .header__nav-ul li span {
	font-size: 16px;
	font-size: 1rem;
	line-height: 20px;
	position: relative;
	margin-right: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-decoration: none;
	color: #212121;
}

/* фикс левого меню */
.aside .aside__proxi-on-countries ul li span {
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	text-decoration: none;
	color: #212121;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.aside .aside__proxi-on-countries ul li span img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}

.aside .aside__proxi-on-countries ul li span:after {
	width: 100%;
	opacity: 1;
	position: absolute;
	bottom: -6px;
	left: 0;
	display: block;
	height: 4px;
	content: '';
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	background-color: #ffc42a;
}

/* фикс главного меню */
.header__dropdown_more .m-open .header__dropdown_more-sub li {
	display: list-item !important;
}

/* фикс пустой области */
.bx-context-toolbar-empty-area {
	min-width: 12px;
}

/* фикс лого */
.header__logo span,
.header__logo a {
	display: block;
	width: 180px;
}

/* фикс выбора языка */
.header__lng-dropdown li span {
	font-size: 15px;
	font-size: .9375rem;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	text-decoration: none;
	color: #ffc42a;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: default;
}

/*.mobile-proxies-tabs__btn{
	margin-right: 10px; !important;
}*/

/* фикс нижнего меню */
.footer ul.info li span img,
.footer ul.proxy li span img {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%)
}

.footer ul.info li span:after {
	width: 100%;
	opacity: 1;
	position: absolute;
	left: 0;
	display: block;
	height: 4px;
	margin-top: 3px;
	content: '';
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	background-color: #ffc42a;
}

.footer ul.info li span {
	position: relative;
	display: inline;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	color: #212121;
}

.page-recommended-programs__item-btn a {
	min-width: 240px;
}

.recommended-programs__item-btn-slider a {
	min-width: 240px;
}

.partners__partners-block-item-img {
	margin-bottom: 25px;
}

#renewal_pay .error {
	border-color: #e84b4b !important;
}

/*.aside-partners__article-categories-link:nth-last-of-type(2) {*/
/*margin-bottom: 10px !important;*/
/*}*/
/*.leave-a-comment-guest-user.news-of-the-partner .leave-a-comment-guest-user__item-input-wrap:nth-of-type(2) {*/
/*	width: 700px;*/
/*}*/

/*@media only screen and (max-width: 1630px) {*/
/*	.leave-a-comment-guest-user.news-of-the-partner .leave-a-comment-guest-user__item-input-wrap:nth-of-type(2) {*/
/*		width: 50%;*/
/*	}*/
/*}*/
/*@media only screen and (max-width: 767px) {*/
/*	.leave-a-comment-guest-user.news-of-the-partner .leave-a-comment-guest-user__item-input-wrap:nth-of-type(2) {*/
/*		width: 100%;*/
/*	}*/
/*}*/
.popup-automatic-payment__top-block-select.county-select {
	width: 100%;
	margin-right: 0;
}

.balance-table-tabs .active {
	text-decoration: none;
	color: #fff;
	border: 1px solid #212121;
	background-color: #212121;
}

#renewal_pay .popup-automatic-payment__top-block-select {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-align: left;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#renewal_pay .popup-automatic-payment__top-block-select a {
	font-family: 'NeoSansPro-Medium', -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
	display: inline-block;
	width: inherit;
	text-decoration: underline;
	color: #212121;
}

#renewal_pay .popup-automatic-payment__top-block-select .input-wrap {
	display: none;
}

#renewal_pay .popup-automatic-payment__top-block-select i {
	font-size: 18px;
	display: block;
	cursor: pointer;
	color: #727272;
}

#renewal_pay .popup-automatic-payment__top-block-select .input-wrap>i {
	font-size: 14px;
	font-size: .875rem;
	position: absolute;
	top: 50%;
	right: 16px;
	display: none;
	-webkit-transform: translateY(-45%);
	-ms-transform: translateY(-45%);
	transform: translateY(-45%);
	color: #35be70;
}

#renewal_pay .popup-automatic-payment__top-block-select .top-block-promo-hide-error {
	font-size: 14px;
	position: absolute;
	bottom: -20px;
	left: 0;
	display: none;
	color: #c10000;
}

#renewal_pay .popup-automatic-payment__top-block-select .top-block-promo-hide-error i {
	font-size: 16px;
	display: inline-block !important;
	margin-right: 5px;
	color: #c10000;
}

#renewal_pay .main-input.main-input_higher {
	height: 40px;
	margin-bottom: 21px;
}

#renewal_pay .main-btn {
	min-width: 150px;
}

.seo-text h2 {
	text-align: left;
}
/* End */


/* Start:/local/components/flamix/lang.select/templates/.default/style.css?166655324397*/
.header__lng-img span.lng-title{
    margin-right: 5px;
    cursor: pointer;
    padding: 5px;
}

/* End */


/* Start:/local/components/dvs/simple.content/templates/enterprise.popup/style.css?1721049828485*/
.popup-enterprise-form{
    border-radius:24px;
    .popup-reg-title{
        font-size:32px;
        line-height:38.4px;
        margin-bottom: 8px !important;
    }
}
.group-item {
    margin-bottom:12px;
}
.main-input::-webkit-input-placeholder,
.main-input:-moz-placeholder,
.main-input::-moz-placeholder,
.main-input:-ms-input-placeholder,
.main-input::placeholder{
    color:rgba(172, 172, 172, 1) !important;
}

.popup-enterprise-form .ml-loader-wrap{
    border-radius: 20px;
}
/* End */
/* /local/templates/proxysale/css/main.css?1739273260570244 */
/* /local/templates/proxysale/css/dev.css?168512867010706 */
/* /local/components/flamix/lang.select/templates/.default/style.css?166655324397 */
/* /local/components/dvs/simple.content/templates/enterprise.popup/style.css?1721049828485 */
