html {
  height: 100%;
  margin: 0;
  padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary, address {
  display: block;
}

audio, canvas {
  display: inline-block;
}

video {
  display: block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

address {
  font-style: normal;
}

ul, ol, li, form, fieldset, a, img, div, figure, address {
  margin: 0;
  padding: 0;
  border: 0;
}

ul {
  list-style: inside;
}

ol {
  list-style: inside;
}

ul > li {
  list-style: none;
}

ol > li {
  list-style: decimal inside;
}

ol {
  padding: 10px 0;
}

ol li {
  margin: 0 0 20px 0;
}

body {
  height: 100%;
  position: relative;
  background: #fff;
  font-weight: 300;
}

body, td, input, textarea, button {
  margin: 0px;
  padding: 0px;
}

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

a {
  text-decoration: none;
  color: inherit;
  transition: 0.5s;
}

a:hover {
  text-decoration: none;
}

a, a:active, a:focus {
  outline: none;
}

b,
strong {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.main {
  position: relative;
}

.cbc {
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}

input::-moz-placeholder {
  opacity: 0.7;
  color: #252721;
}

input::placeholder {
  opacity: 0.7;
  color: #252721;
}

textarea::-moz-placeholder {
  opacity: 0.7;
  color: #252721;
}

textarea::placeholder {
  opacity: 0.7;
  color: #252721;
}

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

textarea,
button,
input[type=text],
input[type=number],
input[type=password] {
  -webkit-appearance: none !important;
  outline: none !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

body, td, input, textarea, button {
  color: #252721;
  font-family: "Mulish", Arial;
}

h1, h2, h3, h4 {
  font-weight: normal;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
}
@media (max-width: 1200px) {
  .row {
    margin: -10px;
  }
}
@media (max-width: 767px) {
  .row {
    margin: -7.5px;
  }
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding: 15px;
}
@media (max-width: 1200px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
  .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
  .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
  .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
  .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
  .col-xl-auto {
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
  .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
  .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
  .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
  .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
  .col-xl-auto {
    padding: 7.5px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
}
/* elements */
.title-h1,
.title-h2,
.title-h3,
.title-h4 {
  padding: 0;
  margin: 0;
  font-family: "Mulish";
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 30px;
}

.title-h1 {
  font-size: 32px;
  text-align: left;
}
@media (max-width: 568px) {
  .title-h1 {
    font-size: 24px;
  }
}

.title-h2 {
  font-size: 24px;
}
@media (max-width: 568px) {
  .title-h2 {
    font-size: 18px;
  }
}

.title-h3 {
  font-size: 20px;
}
@media (max-width: 568px) {
  .title-h3 {
    font-size: 16px;
  }
}

.title-h4 {
  font-size: 18px;
}

.title-h5 {
  font-size: 16px;
}

hr {
  border: none;
  display: block;
  margin: 30px 0;
  height: 1px;
  background: #D9D9D9;
  opacity: 1;
}

.button {
  display: inline-flex;
  padding: 0 30px;
  height: 48px;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  border: none;
  border-radius: 5px;
  background: #3281FF;
}
.button::before {
  width: 24px;
  height: 24px;
  margin-right: 10px;
  position: relative;
  transition: 0.3s;
  filter: brightness(0) invert(1);
}
.button::after {
  width: 24px;
  height: 24px;
  margin-left: 10px;
  position: relative;
  transition: 0.3s;
  filter: brightness(0) invert(1);
}
.button:not(div) {
  cursor: pointer;
}
.button:hover:not(div) {
  color: #fff;
  background-color: #196FF8;
}
.button--white {
  color: #222;
  background: #fff;
}
.button--white:hover {
  color: #3281FF;
  background: #EBF3FF;
}
.button--red {
  color: #fff;
  background: #FF4949;
}
.button--red:hover {
  color: #fff;
  background: #E64242;
}
.button--gray {
  color: #222;
  background: #F9F9F9;
}
.button--gray::before, .button--gray::after {
  filter: brightness(0%);
}
.button--gray:hover:not(div) {
  color: #3281FF;
  background: #EBF3FF;
}
.button--gray:hover:not(div)::before, .button--gray:hover:not(div)::after {
  filter: none;
}
.button--white-border {
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid #fff;
  color: #fff;
}
.button--white-border:hover {
  background: #fff;
  color: #3281FF;
}
.button--filter {
  white-space: nowrap;
  position: relative;
}
.button--filter::before {
  content: "";
  background: url(../images/icon-filter.svg) left center no-repeat;
}
@media (max-width: 767px) {
  .button--filter.active {
    padding-right: 10px;
  }
}
.button--filter.active::after {
  content: "";
  width: 10px;
  height: 10px;
  background: #3281FF;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  right: 10px;
  margin: 0;
  filter: none;
}
.button--plus {
  white-space: nowrap;
}
.button--plus::before {
  content: "";
  background: url(../images/icon-plus.svg) left center no-repeat;
}
.button--attachment {
  white-space: nowrap;
}
.button--attachment::before {
  content: "";
  background: url(../images/icon-attachment.svg) left center no-repeat;
}
.button--email {
  white-space: nowrap;
}
.button--email::before {
  content: "";
  background: url(../images/icon-email.svg) left center no-repeat;
}
.button--phone {
  white-space: nowrap;
}
.button--phone::before {
  content: "";
  background: url(../images/icon-phone.svg) left center no-repeat;
}
.button--back {
  white-space: nowrap;
  padding-left: 24px;
}
.button--back::before {
  content: "";
  background: url(../images/back-arrow.svg) left center no-repeat;
}
.button--go {
  white-space: nowrap;
  padding-right: 24px;
}
.button--go::after {
  content: "";
  background: url(../images/back-arrow.svg) left center no-repeat;
  transform: rotate(180deg);
}
.button--link {
  white-space: nowrap;
  padding-right: 24px;
}
.button--link::after {
  content: "";
  background: url(../images/icon-link.svg) left center no-repeat;
}
.button--download {
  white-space: nowrap;
  padding-left: 24px;
}
.button--download::before {
  content: "";
  background: url(../images/icon-download.svg) left center no-repeat;
}
.button--check {
  white-space: nowrap;
  padding: 0 20px;
}
.button--check::before {
  content: "";
  width: 32px;
  height: 32px;
  filter: none;
  background: url(../images/icon-check-blue.svg) left center no-repeat;
}
.button--check .hint {
  white-space: initial;
  text-align: left;
}
@media (max-width: 767px) {
  .button--mobicon {
    min-width: 48px;
    width: 48px;
    height: 48px;
    padding: 0;
    font-size: 0;
    text-indent: -1000px;
    overflow: hidden;
    position: relative;
  }
  .button--mobicon::before, .button--mobicon::after {
    margin: 0;
  }
}
.button--icon {
  width: 48px;
  max-width: 48px;
  padding: 0;
  justify-content: center;
}
.button--icon::after {
  margin: 0;
}
.button--bookmark::after {
  content: "";
  background: url(../images/icon-bookmark.svg) center no-repeat;
}
.button--bookmark.active::after {
  background-image: url(../images/icon-bookmark-fill.svg);
  filter: none;
}

.box-header {
  margin-bottom: 60px;
  position: relative;
  padding-right: 200px;
}
@media (max-width: 1200px) {
  .box-header {
    margin-bottom: 40px;
  }
}
@media (max-width: 992px) {
  .box-header {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .box-header {
    margin-bottom: 30px;
  }
}
.box-header--tabs {
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
@media (max-width: 992px) {
  .box-header--tabs {
    display: block;
  }
  .box-header--tabs .tabs__header {
    margin-top: 30px;
  }
}
.box-header__title {
  margin-bottom: 5px;
}
.box-header__subtitle {
  font-size: 18px;
  line-height: 24px;
}
.box-header__action {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 200px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-top: 5px;
}
@media (max-width: 992px) {
  .box-header__action {
    display: none;
  }
}
.box-header__action .button {
  min-width: 165px;
}

.hr {
  height: 1px;
  background: rgba(0, 0, 0, 0.08);
  margin: 50px -50px;
}

.space-bottom {
  padding-bottom: 60px;
}

figcaption {
  display: block;
  font-size: 12px;
  line-height: 1.7;
  color: #777;
  margin-top: 10px;
}

.typography {
  font-size: 18px;
  line-height: 1.5;
}
.typography h1,
.typography h2,
.typography h3,
.typography h4 {
  padding: 0;
  margin: 0;
  font-family: "Mulish";
  font-weight: 700;
  margin: 30px 0;
  line-height: 1.5;
}
.typography h1:first-child,
.typography h2:first-child,
.typography h3:first-child,
.typography h4:first-child {
  margin-top: 0;
}
.typography h1 {
  font-size: 32px;
  text-align: left;
}
@media (max-width: 568px) {
  .typography h1 {
    font-size: 24px;
  }
}
.typography h2 {
  font-size: 24px;
}
@media (max-width: 568px) {
  .typography h2 {
    font-size: 18px;
  }
}
.typography h3 {
  font-size: 20px;
}
@media (max-width: 568px) {
  .typography h3 {
    font-size: 16px;
  }
}
.typography h4 {
  font-size: 16px;
  margin-top: 15px;
  margin-bottom: 10px;
}
.typography h4:first-child {
  margin-top: 0;
}
.typography h4:last-child {
  margin-bottom: 0;
}
.typography p {
  font-size: 16px;
  line-height: 1.7;
  margin: 0 0 20px;
}
.typography p:last-child {
  margin-bottom: 0;
}
.typography img {
  display: block;
  width: 100%;
  margin: 30px 0;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
}
.typography figure {
  margin: 30px 0;
}
.typography figure img {
  margin: 0;
}
.typography figcaption {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.7;
  color: #777;
  margin-top: 10px;
}
.typography img {
  max-width: 100%;
}
.typography a:not(.button) {
  color: #3281FF;
}
.typography a:not(.button):hover {
  text-decoration: underline;
}
.typography ul {
  margin-bottom: 15px;
  padding-left: 15px;
}
.typography ul:last-child {
  margin-bottom: 0;
}
.typography ul li {
  font-size: 16px;
  line-height: 1.7;
  padding-left: 20px;
  margin-bottom: 5px;
  position: relative;
  list-style: none;
}
.typography ul li:last-child {
  margin-bottom: 0;
}
.typography ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 6px;
  height: 6px;
  background-color: #222;
  border-radius: 50%;
}
.typography ol {
  margin-bottom: 5px;
  padding: 0 0 0 15px;
  counter-reset: custom-counter;
  list-style: none;
}
.typography ol:last-child {
  margin-bottom: 0;
}
.typography ol > li {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 5px;
  position: relative;
  list-style: none;
  padding-left: 20px;
}
.typography ol > li:last-child {
  margin-bottom: 0;
}
.typography ol > li::before {
  content: counter(custom-counter) ".";
  counter-increment: custom-counter;
  position: absolute;
  right: 100%;
  margin-right: -12px;
  top: 0;
}
.typography table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 15px;
}
.typography table th {
  height: 60px;
  padding: 15px 30px;
  border-top: 1px solid #F9F9F9;
  border-bottom: 1px solid #F9F9F9;
  text-align: left;
  color: #3281FF;
  font-size: 16px;
  line-height: 1.7;
}
@media (max-width: 767px) {
  .typography table th {
    white-space: nowrap;
    padding: 15px;
  }
}
.typography table th:first-child {
  border-radius: 15px 0 0 15px;
  border-left: 1px solid #F9F9F9;
}
.typography table th:last-child {
  border-radius: 0 15px 15px 0;
  border-right: 1px solid #F9F9F9;
}
.typography table td {
  height: 60px;
  font-size: 16px;
  line-height: 1.7;
  padding: 15px 30px;
  background: #3281FF;
}
@media (max-width: 767px) {
  .typography table td {
    font-size: 16px;
    padding: 15px;
  }
}
.typography table td:first-child {
  border-radius: 15px 0 0 15px;
}
.typography table td:last-child {
  border-radius: 0 15px 15px 0;
}

.table-scroll {
  overflow: auto;
}
@media (max-width: 767px) {
  .table-scroll {
    margin: 0 -30px;
    padding: 0 0 0 30px;
  }
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  margin: -10px 0 30px;
  font-size: 12px;
  line-height: 1.7;
}
@media (max-width: 1200px) {
  .breadcrumb {
    padding: 20px 0 15px;
  }
}
@media (max-width: 568px) {
  .breadcrumb {
    font-size: 12px;
    padding: 20px 0 10px;
  }
}
.breadcrumb a {
  color: #3281FF;
}
.breadcrumb a:not(:last-child)::after {
  content: "";
  margin: 0 10px;
  width: 1px;
  height: 12px;
  background: #E3E3E3;
  display: inline-block;
  position: relative;
  top: 2px;
}
.breadcrumb a:hover {
  color: #222;
}
.breadcrumb span {
  color: #777;
}

.forms {
  font-size: 14px;
  line-height: 1.7;
}
.forms .row {
  margin-left: -10px;
  margin-right: -10px;
}
.forms .row > div {
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 568px) {
  .forms .row {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
  .forms .row > div {
    padding: 10px 7.5px;
  }
}
.forms > .row {
  margin-top: -20px;
  margin-bottom: -20px;
}
@media (max-width: 568px) {
  .forms > .row {
    margin: -20px -7.5px;
  }
  .forms > .row > div {
    padding: 20px 7.5px;
  }
}
.forms .title-h3 {
  margin-top: 30px;
  margin-bottom: 20px;
}
.forms .title-h3:first-child {
  margin-top: 0;
}
.forms-group {
  margin-bottom: 40px;
}
.forms-group__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.forms label:not([class]) {
  display: block;
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}
.forms label:not([class]) .hint {
  margin-left: 5px;
  top: -1px;
}
.forms__sepor {
  height: 1px;
  background: #F9F9F9;
  margin: 20px 0;
}
.forms__sepor:last-child {
  margin-top: 0;
}
.forms__sepor:first-child {
  margin-bottom: 0;
}
.forms__note {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 30px;
}
.forms__note:last-child {
  margin-bottom: 0;
}
@media (max-width: 568px) {
  .forms__action .button {
    width: 100%;
  }
}
.forms__label {
  margin-bottom: 15px;
}
.forms__label span {
  color: #3281FF;
}
.forms__field {
  margin-bottom: 20px;
}
.forms__field:last-child {
  margin-bottom: 0;
}
.forms__field:not(:first-child) .label-select {
  margin-top: 28px;
}
.forms__submit {
  margin-top: 20px;
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #F9F9F9;
}
.forms__submit .button {
  padding: 0 30px;
}
@media (max-width: 568px) {
  .forms__submit .button {
    padding: 0 5px;
    width: calc(50% - 7.5px);
  }
}
.forms__submit .info-text {
  padding-right: 30px;
}
.forms textarea,
.forms input[type=text],
.forms input[type=password],
.forms input[type=email],
.forms input[type=tel] {
  width: 100%;
  height: 48px;
  padding: 0 15px;
  font-size: 16px;
  text-align: left;
  color: #252721;
  background: #fff;
  border: 1px solid #E3E3E3;
  border-radius: 5px;
}
@media (max-width: 568px) {
  .forms textarea,
  .forms input[type=text],
  .forms input[type=password],
  .forms input[type=email],
  .forms input[type=tel] {
    padding: 0 12px;
  }
}
.forms textarea:focus,
.forms input[type=text]:focus,
.forms input[type=password]:focus,
.forms input[type=email]:focus,
.forms input[type=tel]:focus {
  border-color: #3281FF;
}
.forms textarea:disabled,
.forms input[type=text]:disabled,
.forms input[type=password]:disabled,
.forms input[type=email]:disabled,
.forms input[type=tel]:disabled {
  opacity: 1;
  color: #777;
  background: #F9F9F9;
}
.forms textarea.type-square,
.forms input[type=text].type-square,
.forms input[type=password].type-square,
.forms input[type=email].type-square,
.forms input[type=tel].type-square {
  padding-right: 40px;
  background: url(../images/icon-m2.svg) right 10px center no-repeat;
}
.forms textarea.type-price,
.forms input[type=text].type-price,
.forms input[type=password].type-price,
.forms input[type=email].type-price,
.forms input[type=tel].type-price {
  padding-right: 40px;
  background: url(../images/icon-rub.svg) right 10px center no-repeat;
}
.forms textarea.error,
.forms input[type=text].error,
.forms input[type=password].error,
.forms input[type=email].error,
.forms input[type=tel].error {
  border-color: #FF4949;
}
.forms input[type=checkbox].error {
  border-color: #FF4949;
}
.forms input.error:not(.password) {
  background-image: url(../images/iocn-warning-circle.svg);
  background-position: right 10px center;
  background-repeat: no-repeat;
  padding-right: 35px;
}
.forms textarea {
  padding: 15px;
  resize: none;
  height: 128px;
  line-height: 24px;
}
.forms textarea.textarea-height-md {
  height: 210px;
}
.forms .jq-selectbox {
  width: 100%;
}
.forms__check, .forms__radio {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 18px;
}
.forms__check .jq-checkbox {
  margin-right: 15px;
}
.forms__radio .jq-radio {
  margin-right: 15px;
}
.forms select {
  border: 1px solid #E3E3E3;
  border-radius: 5px;
  height: 48px;
  padding: 0 30px 0 15px;
  font-size: 16px;
  background: url(../images/chevron-down.svg) #fff right 10px center no-repeat;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
  width: 100%;
  color: #222;
}

.field-error {
  margin-top: 5px;
  font-size: 14px;
  line-height: 1.7;
  color: #FF4949;
}

.checked-list {
  position: relative;
}
.checked-list__item {
  margin-bottom: 8px;
}
.checked-list__item:last-child {
  margin-bottom: 0;
}
.checked-list .filter-checkbox {
  display: inline-block;
}
.checked-list .filter-checkbox span {
  padding-right: 0;
}

.label-select {
  position: relative;
}
.label-select label:not([class]) {
  display: block;
  position: absolute;
  top: -8px;
  left: 10px;
  font-size: 12px;
  line-height: 18px;
  padding: 0 5px;
  color: #777;
  background: #fff;
  white-space: nowrap;
  z-index: 1001;
}
.label-select .jqselect {
  width: 100%;
}
.label-select select {
  border: 1px solid #E3E3E3;
  border-radius: 5px;
  height: 48px;
  padding: 0 30px 0 15px;
  font-size: 16px;
  background: url(../images/chevron-down.svg) #fff right 10px center no-repeat;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
  width: 100%;
  color: #222;
}

.forms .label-field {
  position: relative;
}
.forms .label-field label {
  display: none;
  position: absolute;
  top: -8px;
  left: 10px;
  font-size: 12px;
  line-height: 18px;
  padding: 0 5px;
  color: #777;
  background: #fff;
  white-space: nowrap;
}
.forms .label-field label span {
  color: #FF4949;
}
.forms .label-field input:focus::-moz-placeholder, .forms .label-field textarea:focus::-moz-placeholder {
  color: transparent;
}
.forms .label-field input:focus::placeholder,
.forms .label-field textarea:focus::placeholder {
  color: transparent;
}
.forms .label-field .jq-selectbox.opened + label,
.forms .label-field .jq-selectbox.changed + label,
.forms .label-field input.active + label,
.forms .label-field input:focus + label,
.forms .label-field textarea.active + label,
.forms .label-field textarea:focus + label {
  display: block;
}
.forms .label-field .jq-selectbox.changed + label {
  z-index: 1000;
}
.forms .label-field .jq-selectbox.opened + label {
  z-index: 1001;
}
.forms .label-field--show label {
  display: block;
}

.label-field {
  position: relative;
}
.label-field label {
  display: none;
  position: absolute;
  top: -8px;
  left: 10px;
  font-size: 12px;
  line-height: 18px;
  color: #E3E3E3;
  padding: 0 5px;
  background: #fff;
  white-space: nowrap;
}
.label-field label span {
  color: #FF4949;
}
.label-field input:focus::-moz-placeholder, .label-field textarea:focus::-moz-placeholder {
  color: transparent;
}
.label-field input:focus::placeholder,
.label-field textarea:focus::placeholder {
  color: transparent;
}
.label-field input:focus + label,
.label-field textarea:focus + label {
  display: block;
}
.label-field--show label {
  display: block;
}
.label-field.error input {
  border-color: #FF4949;
}
.label-field + .checkbox {
  margin-top: 10px;
}
.label-field:hover .lock-edit {
  opacity: 1;
  visibility: visible;
}

.checkbox {
  display: inline-flex;
  cursor: pointer;
  font-size: 14px;
  line-height: 24px;
  transition: 0.3s;
  position: relative;
}
.checkbox input[type=checkbox] {
  width: 18px;
  height: 18px;
  background: #fff;
  border: 1px solid #E3E3E3;
}
.checkbox.stylization input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.checkbox sup {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  min-width: 20px;
  height: 20px;
  border-radius: 3px;
  background: #fff;
  border: 1px solid #E3E3E3;
  border-radius: 5px;
  margin-right: 13px;
  position: relative;
  top: 2px;
}
.checkbox input:focus ~ sup {
  border-color: #3281FF;
}
.checkbox input:checked ~ sup {
  border: none;
  background: #3281FF;
}
.checkbox input:checked ~ sup::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: inline-flex;
  background: url(../images/checked.svg) center no-repeat;
}
.checkbox a {
  color: #3281FF;
}
.checkbox a:hover {
  text-decoration: underline;
}

.radio {
  display: inline-flex;
  cursor: pointer;
  font-size: 14px;
  line-height: 24px;
  transition: 0.3s;
}
.radio input[type=checkbox] {
  width: 18px;
  height: 18px;
  background: #fff;
  border: 1px solid #E3E3E3;
}
.radio.stylization input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.radio input:focus ~ sup {
  border-color: #3281FF;
}
.radio sup {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  min-width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #E3E3E3;
  margin-right: 13px;
  position: relative;
  top: 2px;
}
.radio sup::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #3281FF;
  opacity: 0;
}
.radio input:checked ~ sup {
  border-color: #3281FF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.radio input:checked ~ sup::before {
  opacity: 1;
}
.radio a {
  color: #3281FF;
}
.radio a:hover {
  text-decoration: underline;
}

.next-toggle {
  position: relative;
  padding-right: 25px;
  cursor: pointer;
}
.next-toggle::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -6px;
  width: 17px;
  height: 13px;
  background: url(../images/toggle-arrow-down.svg) center no-repeat;
}
.next-toggle.open::after {
  background: url(../images/toggle-arrow-up.svg) center no-repeat;
}

.tabs__box {
  display: none;
}
.tabs__box.visible {
  display: block;
}
.tabs__box-title {
  display: none;
}
.tabs__header {
  display: flex;
  align-items: center;
}
.tabs__item {
  cursor: pointer;
}
.tabs__item:first-child {
  margin-left: 0;
}

.error {
  color: #FF4949 !important;
}

.more-link {
  font-size: 20px;
  padding-right: 24px;
  color: #777;
  background: url(../images/chevron-right.svg) right center no-repeat;
}
@media (max-width: 1200px) {
  .more-link {
    font-size: 18px;
  }
}
.more-link:hover {
  color: #3281FF;
}

.blue-link {
  color: #3281FF;
}
.blue-link:hover {
  text-decoration: underline;
}

/* plugins */
.jq-selectbox .placeholder {
  background: transparent !important;
}

.fancybox__content > .carousel__button.is-close {
  color: #3281FF;
  box-shadow: none;
  top: 20px;
  right: 20px;
  width: auto;
  height: auto;
  opacity: 1;
}
.fancybox__content > .carousel__button.is-close svg {
  width: 16px;
  height: 16px;
  filter: none;
  opacity: 1;
}

.fancybox__image {
  background: #fff;
}

.litepicker .container__months {
  margin-top: 5px;
  padding: 0 10px 10px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .litepicker .container__months {
    display: block !important;
    width: auto !important;
  }
}
.litepicker .container__months .button-next-month > svg,
.litepicker .container__months .button-next-month > img,
.litepicker .container__months .button-previous-month > svg,
.litepicker .container__months .button-previous-month > img {
  display: none;
}
.litepicker .container__months .button-previous-month,
.litepicker .container__months .button-next-month {
  width: 24px;
  height: 24px;
}
.litepicker .container__months .button-previous-month {
  background: url(../images/arrow-left.svg) center no-repeat;
}
.litepicker .container__months .button-next-month {
  background: url(../images/arrow-right.svg) center no-repeat;
}
.litepicker .container__months .month-item-header {
  font-size: 16px;
}
.litepicker .container__months .month-item-header div > .month-item-year {
  font-weight: 600;
}
.litepicker .container__months .month-item-header div > .month-item-name {
  font-weight: 600;
  text-transform: capitalize;
}
.litepicker .container__months .month-item-weekdays-row > div {
  font-size: 12px;
  color: #777;
  text-transform: uppercase;
}
.litepicker .container__days .day-item {
  font-size: 14px;
  font-weight: 600;
}

.slick-dots {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  display: flex !important;
  justify-content: center;
}
.slick-dots li {
  width: 100%;
  height: 3px;
  border-radius: 0;
  background: #E3E3E3;
  margin: 0 10px !important;
  padding: 0 !important;
  list-style: none;
  overflow: hidden;
  transition: 0.3s;
  cursor: pointer;
}
.slick-dots li::before {
  display: none;
}
@media (max-width: 767px) {
  .slick-dots li {
    margin: 0 5px !important;
  }
}
.slick-dots li.slick-active {
  background: #3281FF;
}
.slick-dots button {
  width: 16px;
  height: 16px;
  background: none;
  border: none;
  cursor: pointer;
  text-indent: 1000px;
  overflow: hidden;
}
.slick-arrow {
  position: absolute;
  top: auto;
  z-index: 100;
  width: 48px;
  height: 48px;
  border: none;
  cursor: pointer;
  text-indent: 1000px;
  overflow: hidden;
  transition: 0.3s;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
}
.slick-arrow:hover {
  box-shadow: none;
}
.slick-prev {
  bottom: 45px;
  background-image: url(../images/arrow-left.svg);
}
.slick-next {
  bottom: 45px;
  background-image: url(../images/arrow-right.svg);
  margin-left: 110px;
}
.slick-disabled {
  filter: grayscale(100%);
  opacity: 0.5;
  cursor: default;
}
.slick-disabled::before {
  color: #222 !important;
}

.drop-list {
  position: relative;
}
.drop-list__title {
  display: flex;
  align-items: center;
  cursor: pointer;
  border: 1px solid #E3E3E3;
  border-radius: 5px;
  height: 48px;
  font-weight: 600;
  font-size: 16px;
  padding: 0 60px 0 20px;
  background: url(../images/chevron-down.svg) right 10px center no-repeat;
  white-space: nowrap;
}
.drop-list__title-val {
  margin-left: 5px;
}
.drop-list__dropdown {
  display: none;
  position: absolute;
  z-index: 1000;
  top: 100%;
  right: 0;
  min-width: 100%;
  background: #fff;
  font-weight: 600;
  font-size: 16px;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  padding: 5px;
  border-radius: 5px;
}
.drop-list__dropdown li {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 37px;
  cursor: pointer;
  white-space: nowrap;
  border-radius: 5px;
}
.drop-list__dropdown li.active, .drop-list__dropdown li:hover {
  color: #3281FF;
  background-color: #F9F9F9;
}
.drop-list__dropdown a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 37px;
  transition: none;
}

/* loader */
.spinner {
  animation: spin 1s infinite ease-in-out;
  /* animation: dash 2s infinite ease-in-out; */
  border-radius: 50%;
  border-top: 2px solid #000;
  display: inline-block;
  height: 2em;
  margin: calc(1vh - 1em) calc(1vw - 1em);
  width: 2em;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes dash {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* support class style */
@media (max-width: 568px) {
  .mobile-hide {
    display: none;
  }
}

.full-bg {
  margin-left: -1000px;
  margin-right: -1000px;
  padding-left: 1000px;
  padding-right: 1000px;
}
@media (max-width: 1280px) {
  .full-bg {
    margin-left: -40px;
    margin-right: -40px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 1200px) {
  .full-bg {
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 568px) {
  .full-bg {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.full-width {
  width: 100vw;
  margin: 0 auto;
}

.full-page {
  margin-left: -1000px;
  margin-right: -1000px;
}
.full-page__wrap {
  width: 100vw;
  margin: 0 auto;
}

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

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

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

.black-bg {
  background-color: #222;
}

.orange-bg {
  background-color: #3281FF;
}

.gray-bg {
  background-color: #E3E3E3;
}

.gray-light-bg {
  background-color: #F9F9F9;
}

.clr-white {
  color: #fff;
}

.clr-gray {
  color: #E3E3E3;
}

.clr-red {
  color: #FF4949;
}

.clr-gray-dark {
  color: #777;
}

.nowrap {
  white-space: nowrap;
}

.bottom-space {
  padding-bottom: 30px;
}

.top-space {
  padding-top: 30px;
}

/* ELEMENT LIST */
.element-list__wrap {
  width: 100%;
  max-width: 1280px;
  min-width: 992px;
  padding: 40px 40px 0;
  margin: 0 auto;
  background: #fff;
}
.element-list__item {
  margin: 60px 0;
}
.element-list a:hover {
  color: #3281FF;
}

.element-item__title {
  font-size: 22px;
  font-weight: 900;
  margin-bottom: 30px;
}
.element-item__title:last-child {
  margin-bottom: 0;
}
.element-item__group {
  display: flex;
  align-items: baseline;
  margin-bottom: 15px;
}
.element-item__group:last-child {
  margin-bottom: 0;
}
.element-item__el {
  margin-right: 20px;
  position: relative;
}
.element-item__el:last-child {
  margin-right: 0;
}

.container {
  margin: 0 auto;
  position: relative;
  padding-left: 40px;
  padding-right: 40px;
  max-width: 1370px;
  width: 100%;
}
@media (max-width: 1200px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 568px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.container-inner {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}

.container-xs {
  width: 100%;
  max-width: 630px;
}

.text-container {
  width: 100%;
  max-width: 740px;
  margin: 0;
  padding: 0;
}

body.open-nav {
  padding-top: 72px;
  overflow: hidden;
}
body.open-nav.start {
  padding-top: 0;
}
body.open-nav.start .promo-box {
  margin-top: 0;
}
body.open-nav .header::after {
  opacity: 1;
  visibility: visible;
}
body.open-nav .cbc {
  overflow: hidden;
}
@media (max-width: 1200px) {
  body.open-nav .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
  }
  body.open-nav .header__top {
    z-index: 999;
  }
  body.open-nav .header__action {
    z-index: 999;
  }
}

.page-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .page-header {
    display: block;
  }
}
.page-header .title-h1 {
  margin-bottom: 0;
}
.page-header__action {
  margin-left: 30px;
}
@media (max-width: 767px) {
  .page-header__action {
    margin: 20px 0 0 0;
  }
  .page-header__action .button {
    width: 100%;
  }
}

.param-table {
  width: 100%;
}
.param-table td {
  height: 37px;
  padding: 5px 15px;
}
.param-table td:first-child {
  color: #777;
}
.param-table tr:nth-child(even) td {
  background: #F9F9F9;
}

.title-h4 + .param-table {
  margin-top: -10px;
}

/* page content */
.page-content {
  min-height: calc(100vh - 500px);
}

/* header */
.header {
  position: relative;
  background: #222;
  margin-bottom: 30px;
  z-index: 999;
}
@media (max-width: 1200px) {
  .header {
    margin-bottom: 10px;
  }
}
.header::after {
  content: "";
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  transition: 0.6s;
  opacity: 0;
  visibility: hidden;
}
.header--start {
  margin-bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.47) 0%, rgba(0, 0, 0, 0) 100%);
}
.header--start .header__wrap {
  height: 88px;
}
.header--start .sub-nav {
  background: #fff;
}
.header--start .sub-nav a {
  color: #222;
}
.header--start .main-nav__item:hover .main-nav-link {
  background: #fff;
  color: #222;
}
@media (max-width: 1200px) {
  .header--start .main-nav-link {
    height: auto;
  }
}
.header__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 62px;
  position: relative;
}
@media (max-width: 1200px) {
  .header__wrap {
    justify-content: space-between;
  }
}
.header__logo {
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .header__logo {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    justify-content: center;
  }
}
.header__burger {
  display: none;
}
@media (max-width: 767px) {
  .header__burger {
    display: block;
    position: absolute;
    right: 20px;
  }
}
.header__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.header__nav-close {
  display: none;
}
@media (max-width: 1200px) {
  .header__nav {
    position: fixed;
    top: 0;
    left: -435px;
    bottom: 0;
    width: 435px;
    overflow: auto;
    background: #fff;
    z-index: 9999;
    padding: 30px 30px 30px 30px;
    transition: 0.5s;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .header__nav::-webkit-scrollbar {
    display: none;
  }
  .header__nav.open {
    left: 0;
  }
  .header__nav .h-feedback {
    display: block;
  }
  .header__nav-close {
    display: block;
    position: absolute;
    top: 42px;
    right: 34px;
    z-index: 9999;
  }
}
@media (max-width: 568px) {
  .header__nav {
    width: 100%;
    padding: 20px 20px 40px 20px;
  }
  .header__nav-close {
    top: 30px;
    right: 20px;
  }
}
.header__auth {
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .header__auth {
    display: none;
  }
}
.header__auth .button {
  white-space: nowrap;
  margin-left: 10px;
}
.header__auth .button:first-child {
  margin-left: 0;
}
@media (max-width: 1200px) {
  .header__auth .button {
    font-size: 14px;
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .header__auth .button {
    padding: 0 35px;
    height: 60px;
    font-size: 22px;
  }
}
.header__user {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}
.header__user-avatar {
  background: #fff;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  overflow: hidden;
  display: grid;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.header__user-avatar img {
  display: block;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 48px;
  height: 48px;
}
.header__user-dropbox {
  position: absolute;
  top: 100%;
  right: 0;
  width: 270px;
  z-index: 999;
  display: none;
}
.header__user:hover .header__user-dropbox {
  display: block;
}

.h-user-name {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
}

.h-user-dropbox {
  padding: 15px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}
.h-user-dropbox__group {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #E3E3E3;
}
.h-user-dropbox__group:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.h-user-nav__item {
  margin-bottom: 5px;
}
.h-user-nav__item:last-child {
  margin-bottom: 0;
}

.h-user-nav-link {
  display: flex;
  align-items: center;
  height: 39px;
  padding: 5px;
  border-radius: 5px;
}
.h-user-nav-link:hover {
  color: #3281FF;
  background-color: #F9F9F9;
}
.h-user-nav-link::before {
  content: "";
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 10px;
}
.h-user-nav-link--bookmark::before {
  background-image: url(../images/icon-bookmark.svg);
}
.h-user-nav-link--office::before {
  background-image: url(../images/icon-office.svg);
}
.h-user-nav-link--setting::before {
  background-image: url(../images/icon-setting.svg);
}
.h-user-nav-link--business::before {
  background-image: url(../images/icon-office.svg);
}
.h-user-nav-link--office::before {
  background-image: url(../images/personal-account.svg);
}
.h-user-nav-link--filter::before {
  background-image: url(../images/icon-filter.svg);
}
.h-user-nav-link--logout:hover {
  color: #FF4949;
}
.h-user-nav-link--logout::before {
  background-image: url(../images/icon-logout.svg);
}

.h-logo {
  display: flex;
  align-items: center;
}
.h-logo img {
  display: block;
}

.h-mob-auth {
  display: none;
  width: 32px;
  height: 32px;
  background: url(../images/icon-signin.svg) center no-repeat;
  position: relative;
  z-index: 1;
}
@media (max-width: 1200px) {
  .h-mob-auth {
    display: block;
  }
}

.h-burger {
  display: none;
  width: 32px;
  height: 32px;
  background: url(../images/icon-burger.svg) center no-repeat;
  position: relative;
  z-index: 1;
}
@media (max-width: 1200px) {
  .h-burger {
    display: block;
  }
}

.h-nav-close {
  width: 32px;
  height: 32px;
  background: url(../images/icon-cross.svg) center no-repeat;
}

.h-search {
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .h-search {
    display: block;
    order: -1;
    width: 100%;
    margin-bottom: 25px;
    padding-right: 50px;
  }
}
@media (max-width: 568px) {
  .h-search {
    margin-bottom: 15px;
    padding-right: 44px;
  }
}
.h-search__wrap {
  display: none;
  position: absolute;
  left: 0;
  right: 40px;
  align-items: center;
  height: 62px;
}
@media (max-width: 1200px) {
  .h-search__wrap {
    order: -1;
    display: block;
    background: url(../images/icon-search-blue.svg) #fff right 10px center no-repeat;
    position: relative;
    height: auto;
    right: 0;
  }
}
.h-search-button {
  display: block;
  width: 24px;
  height: 24px;
  border: none;
  cursor: pointer;
  background: url(../images/icon-search.svg) center no-repeat;
}
@media (max-width: 1200px) {
  .h-search-button {
    display: none;
  }
}
.h-search-field {
  width: 100%;
  height: 48px;
  font-weight: 400;
  font-size: 14px;
  padding: 0 15px;
  border: 1px solid #E3E3E3;
  border-radius: 7px;
  background: #fff;
}
.h-search-field:focus {
  border-color: #3281FF;
}
@media (max-width: 1200px) {
  .h-search-field {
    height: 52px;
    background: none;
  }
}
.h-search.open .h-search-button {
  background-image: url(../images/icon-cross-sm-white.svg);
}
.h-search.open .h-search__wrap {
  display: flex;
}
.h-search .search-box__result {
  margin-top: 0;
}
@media (max-width: 1200px) {
  .h-search .search-box__result {
    margin-top: 5px;
  }
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-right: 35px;
}
@media (max-width: 1200px) {
  .main-nav {
    display: block;
    padding-right: 0;
  }
}
.main-nav__item:first-child {
  margin-left: 0;
}
.main-nav__item--drop {
  position: relative;
}
.main-nav__item--drop .main-nav-link {
  border-radius: 5px 5px 0px 0px;
}
@media (min-width: 1201px) {
  .main-nav__item--drop:hover > a {
    position: relative;
  }
  .main-nav__item--drop:hover .cat-nav {
    display: block;
  }
  .main-nav__item--drop:hover .sub-nav {
    display: block;
  }
  .main-nav__item:hover .main-nav-link {
    background: #2B2A2A;
    color: #fff;
  }
  .main-nav__item:hover .main-nav-link:hover {
    color: #3281FF;
  }
}
.main-nav-link {
  display: flex;
  align-items: center;
  height: 48px;
  font-weight: 600;
  font-size: 16px;
  white-space: nowrap;
  color: #fff;
  padding: 0 20px;
  border-radius: 5px;
  transition: none;
}
@media (max-width: 1300px) {
  .main-nav-link {
    padding: 0 10px;
  }
}
@media (max-width: 1200px) {
  .main-nav-link {
    display: block;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
    color: #252721;
    padding: 10px;
    height: auto;
  }
}
.main-nav-link.active, .main-nav-link:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.05);
}
@media (max-width: 1200px) {
  .main-nav-link.active, .main-nav-link:hover {
    background: #F9F9F9;
    color: #3281FF;
    border-radius: 5px;
  }
}
@media (max-width: 568px) {
  .main-nav {
    display: block;
    margin-bottom: 45px;
  }
}

.sub-nav {
  display: none;
}
@media (min-width: 1201px) {
  .sub-nav {
    position: absolute;
    top: 100%;
    z-index: 999;
    background: #2B2A2A;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 0 5px 5px 5px;
    min-width: 160px;
    white-space: nowrap;
    margin-top: 1px;
  }
  .sub-nav::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 100%;
    right: 0;
    height: 1px;
  }
}
.sub-nav a {
  display: flex;
  align-items: center;
  min-height: 26px;
  font-weight: 600;
  font-size: 16px;
  line-height: 170%;
  padding: 10px 20px;
  color: #fff;
}
.sub-nav a:hover {
  color: #3281FF;
}

.cat-nav {
  display: none;
  -moz-columns: 4;
       columns: 4;
  -moz-column-gap: 80px;
       column-gap: 80px;
}
@media (min-width: 993px) {
  .cat-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 999;
    background: #fff;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 50px 40px;
  }
}
@media (max-width: 992px) {
  .cat-nav {
    display: block;
    -moz-columns: 2;
         columns: 2;
    -moz-column-gap: 80px;
         column-gap: 80px;
    margin-top: 60px;
  }
}
@media (max-width: 568px) {
  .cat-nav {
    -moz-columns: initial;
         columns: initial;
    margin-top: 40px;
  }
}
.cat-nav__group {
  display: inline-block;
}
@media (max-width: 767px) {
  .cat-nav__group {
    display: block;
  }
}
.cat-nav__group-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 20px;
  color: #3281FF;
}
@media (max-width: 767px) {
  .cat-nav__group-title {
    color: #222;
    padding-right: 65px;
    position: relative;
  }
  .cat-nav__group-title::before {
    content: "";
    position: absolute;
    top: 5px;
    right: 0;
    width: 24px;
    height: 24px;
    background-image: url(../images/chevron-up.svg);
    filter: brightness(0%);
    transform: rotate(180deg);
  }
  .cat-nav__group-title.open::before {
    color: #3281FF;
    filter: none;
    transform: rotate(0);
  }
}
.cat-nav__group-list {
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .cat-nav__group-list {
    display: none;
  }
}
.cat-nav__group-item a {
  display: block;
  padding: 4px 10px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.7;
  border-radius: 5px;
}
.cat-nav__group-item a:hover, .cat-nav__group-item a.active {
  color: #3281FF;
  background: #F9F9F9;
}

.cat-nav-item a {
  display: block;
  padding: 4px 10px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.7;
  border-radius: 5px;
}
.cat-nav-item a:hover, .cat-nav-item a.active {
  color: #3281FF;
  background: #F9F9F9;
}

.h-catalog {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #E3E3E3;
  display: none;
}
@media (max-width: 1200px) {
  .h-catalog {
    display: block;
  }
}
@media (max-width: 568px) {
  .h-catalog {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
.h-catalog-part {
  display: flex;
  align-items: center;
  padding: 7.5px 5px;
  border-radius: 10px;
}
@media (max-width: 568px) {
  .h-catalog-part {
    padding: 5px;
  }
}
.h-catalog-part::after {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(../images/chevron-right.svg);
}
.h-catalog-part__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-right: 10px;
  border-radius: 50%;
  background: #F4F8FF;
}
.h-catalog-part__icon img {
  display: block;
  width: 36px;
  height: 36px;
}
.h-catalog-part__title {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.3;
  width: calc(100% - 82px);
  padding-right: 20px;
}
.h-catalog-part__title em {
  font-style: normal;
  font-size: 12px;
  color: #777;
  margin-left: 10px;
}
.h-catalog-part:hover {
  background: #F9F9F9;
}
.h-catalog-categ {
  display: none;
  position: fixed;
  top: 27px;
  bottom: 0;
  left: 0;
  width: 435px;
  background: #fff;
  z-index: 999;
  padding: 14px 30px 30px;
}
@media (max-width: 767px) {
  .h-catalog-categ {
    width: 100%;
    top: 0;
    padding: 34px 20px 20px;
  }
}
.h-catalog-categ__back {
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 16px;
  border-bottom: 1px solid #E3E3E3;
}
.h-catalog-categ__back::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(../images/chevron-left.svg);
  margin-right: 10px;
}
.h-catalog-categ__nav {
  overflow: auto;
  height: 100%;
  padding-bottom: 100px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.h-catalog-categ__nav::-webkit-scrollbar {
  display: none;
}
.h-catalog-categ__nav-item a {
  display: block;
  padding: 10px;
  border-radius: 5px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.7;
}
.h-catalog-categ__nav-item a:hover {
  color: #3281FF;
  background: #F9F9F9;
}
.h-catalog-categ__nav-item a span {
  font-size: 12px;
  color: #777;
  margin-left: 10px;
}

/* pages */
.section {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 992px) {
  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.section > .title-h1 {
  margin-top: -5px;
}

.section-md {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 992px) {
  .section-md {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.section-md > .title-h1 {
  margin-top: -5px;
}

.section-sm {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 992px) {
  .section-sm {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.section-sm > .title-h1 {
  margin-top: -5px;
}

.promo-box {
  margin-top: -88px;
  height: 625px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 168px;
}
@media (max-width: 992px) {
  .promo-box {
    padding-top: 135px;
  }
}
@media (max-width: 568px) {
  .promo-box {
    height: auto;
    padding-bottom: 40px;
  }
}
.promo-box__title {
  text-align: center;
  color: #fff;
  padding: 0;
  margin: 0 0 30px;
  font-weight: 800;
  font-size: 48px;
  line-height: 1.4;
}
@media (max-width: 992px) {
  .promo-box__title {
    font-size: 40px;
    margin: 0 auto 20px;
    max-width: 550px;
  }
}
@media (max-width: 568px) {
  .promo-box__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.5;
  }
  .promo-box__title span {
    display: block;
  }
}
.promo-box__subtitle {
  text-align: center;
  color: #fff;
  padding: 0;
  margin: 0;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.7;
}
@media (max-width: 568px) {
  .promo-box__subtitle {
    font-size: 18px;
  }
  .promo-box__subtitle br {
    display: none;
  }
  .promo-box__subtitle span {
    display: block;
  }
}
.promo-box__search {
  margin: 60px auto 0;
  max-width: 1070px;
}
.promo-box__button {
  text-align: center;
  margin-top: 40px;
}

.search-box {
  position: relative;
}
.search-box__form {
  position: relative;
}
.search-box__form-field {
  width: 100%;
  height: 52px;
  background: #fff;
  border-radius: 7px;
  font-size: 16px;
  padding: 0 200px 0 20px;
  border: none;
}
@media (max-width: 568px) {
  .search-box__form-field {
    padding: 0 60px 0 15px;
  }
}
.search-box__form-button {
  position: absolute;
  right: 2px;
  top: 2px;
}
@media (max-width: 568px) {
  .search-box__form-button {
    overflow: hidden;
    text-indent: -1000px;
    font-size: 0;
    color: transparent;
    width: 48px;
    height: 48px;
    background-image: url(../images/icon-search.svg);
    background-position: center;
    background-repeat: no-repeat;
  }
}
.search-box__result {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  padding: 15px;
  background: #fff;
  margin-top: 10px;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  z-index: 1000;
}
.search-box__result-item {
  margin-bottom: 10px;
}
.search-box__result-item:last-child {
  margin-bottom: 0;
}
.search-box__result-more {
  padding: 5px;
}

.search-result-card {
  display: flex;
  align-items: center;
  padding: 5px;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .search-result-card {
    align-items: flex-start;
  }
}
.search-result-card:hover {
  background: #F9F9F9;
}
.search-result-card__thumb {
  margin-right: 20px;
}
.search-result-card__thumb img {
  display: block;
  width: 64px;
  height: 64px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 5px;
}
.search-result-card__thumb + div {
  width: calc(100% - 85px);
}
.search-result-card__title {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
}
.search-result-card__descr {
  font-size: 16px;
  line-height: 1.7;
  overflow: hidden;
  white-space: inherit;
  text-overflow: ellipsis;
}

.search-note {
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 30px;
  margin-top: 20px;
}
.search-note span {
  color: #3281FF;
}
.search-note + .search-error-info {
  margin-top: -20px;
}

.search-error-info {
  font-size: 16px;
  line-height: 1.7;
}
.search-error-info span {
  color: #3281FF;
}

.search-result {
  border-top: 1px solid #E3E3E3;
}
.search-result-item {
  padding: 20px 0;
  border-bottom: 1px solid #E3E3E3;
  display: flex;
}
@media (max-width: 568px) {
  .search-result-item {
    display: block;
  }
}
.search-result-item__thumb {
  margin-right: 20px;
}
.search-result-item__thumb img {
  width: 75px;
  height: 75px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 568px) {
  .search-result-item__thumb {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.search-result-item__title {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 10px;
}
.search-result-item__title a:hover {
  color: #3281FF;
}
.search-result-item__part {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  color: #777;
  font-size: 12px;
}
.search-result-item__part a,
.search-result-item__part span {
  display: inline-flex;
  align-items: center;
}
.search-result-item__part a::after,
.search-result-item__part span::after {
  content: "";
  display: block;
  width: 1px;
  height: 12px;
  margin: 0 10px;
  background: #E3E3E3;
  position: relative;
  top: 1px;
}
.search-result-item__part a:last-child::after,
.search-result-item__part span:last-child::after {
  display: none;
}
.search-result-item__part a {
  position: relative;
  z-index: 1;
}
.search-result-item__part a:hover {
  color: #222;
}
.search-result-item__descr {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
}
@media (max-width: 568px) {
  .search-result-item__descr {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}

.title-h1 + .part-nav {
  margin-top: 0;
}

.part-nav {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
  position: relative;
  z-index: 999;
}
@media (max-width: 568px) {
  .part-nav {
    margin: -40px 0;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .part-nav::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: #fff;
  }
}
.part-nav__item {
  padding: 15px;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 120px;
  position: relative;
}
@media (min-width: 993px) {
  .part-nav__item {
    width: 33.33%;
    border-left: 1px solid #E3E3E3;
  }
  .part-nav__item:nth-child(n+4) {
    border-top: 1px solid #E3E3E3;
  }
  .part-nav__item:nth-child(-n+3) {
    padding-top: 0;
  }
  .part-nav__item:nth-last-child(-n+3) {
    padding-bottom: 0;
  }
  .part-nav__item:nth-child(3n+1) {
    border-left: none;
    padding-left: 0;
  }
  .part-nav__item:nth-child(3n+1) .part-nav-dropdown {
    left: 0;
  }
  .part-nav__item:nth-child(3n+3) .part-nav-dropdown {
    right: 0;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .part-nav__item {
    width: 50%;
    border-bottom: 1px solid #E3E3E3;
  }
  .part-nav__item:nth-child(2n+1) {
    padding-top: 25px;
    padding-bottom: 25px;
    border-right: 1px solid #E3E3E3;
  }
  .part-nav__item:nth-last-child(-n+2) {
    padding-bottom: 0;
  }
  .part-nav__item:nth-child(2n+1) {
    border-left: none;
    padding-left: 0;
  }
  .part-nav__item:nth-child(2n+1) .part-nav-dropdown {
    left: 0;
  }
}
@media (max-width: 568px) {
  .part-nav__item {
    padding: 0;
    margin-bottom: 10px;
    min-height: 0;
  }
}
@media (min-width: 768px) {
  .part-nav__item:hover {
    z-index: 99;
  }
  .part-nav__item:hover .part-nav-dropdown {
    opacity: 1;
    visibility: visible;
  }
  .part-nav__item:hover .part-nav-link__icon {
    background-color: #3281FF;
  }
  .part-nav__item:hover .part-nav-link__icon img {
    filter: brightness(0) invert(1);
  }
}
.part-nav-dropdown {
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
}

.drop-categ-nav {
  background: #fff;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 130px 15px 20px 15px;
}
.drop-categ-nav a {
  display: block;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.7;
}
.drop-categ-nav a:hover {
  color: #3281FF;
  background: #F9F9F9;
}
.drop-categ-nav a span {
  font-weight: 400;
  font-size: 12px;
  color: #777;
  margin-left: 8px;
}

.part-nav-link {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 20px 15px;
  transition: none;
  position: relative;
  z-index: 2;
}
@media (max-width: 1200px) {
  .part-nav-link {
    padding: 20px 0;
  }
}
@media (max-width: 992px) {
  .part-nav-link {
    padding: 0;
  }
}
@media (max-width: 568px) {
  .part-nav-link {
    padding: 10px;
  }
}
.part-nav-link__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  min-width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #EBF3FF;
  margin-right: 20px;
  padding: 10px;
  transition: 0.2s;
}
@media (max-width: 568px) {
  .part-nav-link__icon {
    margin-right: 10px;
  }
}
.part-nav-link__icon img {
  display: block;
  max-width: 100%;
  transition: 0.2s;
}
.part-nav-link__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  padding-right: 20px;
}
@media (max-width: 1200px) {
  .part-nav-link__title {
    padding-right: 0;
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  .part-nav-link__title {
    padding-right: 40px;
  }
}
@media (max-width: 568px) {
  .part-nav-link__title {
    padding: 0;
  }
}
.part-nav-link__title em {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #777;
  margin-left: 10px;
}

.news-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
@media (max-width: 992px) {
  .news-list {
    display: block;
  }
}
.news-list__col {
  width: 50%;
  padding: 0 30px;
}
@media (max-width: 992px) {
  .news-list__col {
    width: 100%;
    margin-bottom: 60px;
  }
}
@media (max-width: 568px) {
  .news-list__col {
    margin-bottom: 30px;
  }
}
.news-list__col:first-child {
  padding-left: 15px;
}
.news-list__col:last-child {
  padding-right: 15px;
}
.news-list__col .news-list-item {
  width: 100%;
  padding: 0;
}
.news-list-item {
  width: 33.33%;
  padding: 0 15px;
  margin-bottom: 60px;
}
@media (max-width: 1200px) {
  .news-list-item {
    margin-bottom: 25px;
  }
}
@media (max-width: 992px) {
  .news-list-item {
    width: 50%;
  }
}
@media (max-width: 568px) {
  .news-list-item {
    width: 100%;
    margin-bottom: 30px;
  }
}
.news-list-item:last-child {
  margin-bottom: 0;
}
.news-list__more {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
.news-list-item + .news-list__more {
  margin-top: 0;
}

.news-card {
  display: block;
}
.news-card:hover .news-card__info-title {
  color: #3281FF;
}
.news-card:hover .news-card__thumb::before {
  opacity: 1;
}
.news-card__thumb {
  width: 100%;
  height: 260px;
  margin-bottom: 20px;
  position: relative;
}
@media (max-width: 767px) {
  .news-card__thumb {
    height: 220px;
    margin-bottom: 15px;
  }
}
@media (max-width: 568px) {
  .news-card__thumb {
    height: 215px;
  }
}
.news-card__thumb::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("");
  transition: 0.5s;
  border-radius: 5px;
  opacity: 0;
}
.news-card__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
.news-card__info-author {
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 5px;
}
.news-card__info-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  transition: 0.5s;
}
@media (max-width: 1200px) {
  .news-card__info-title {
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  .news-card__info-title {
    font-size: 18px;
  }
}
.news-card__info-date {
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  height: 30px;
  margin-top: 15px;
  background: #F9F9F9;
  font-size: 14px;
  border-radius: 5px;
}
.news-card__info-date span {
  margin: 0 10px;
  color: #777;
  position: relative;
  top: -1px;
}
.news-card--horiz {
  display: flex;
}
@media (max-width: 568px) {
  .news-card--horiz {
    display: block;
  }
}
.news-card--horiz .news-card__thumb {
  width: 190px;
  min-width: 190px;
  height: 180px;
  margin-right: 30px;
  position: relative;
}
@media (max-width: 568px) {
  .news-card--horiz .news-card__thumb {
    width: 100%;
    margin: 0 0 15px;
    height: 265px;
  }
}
.news-card--lg {
  display: block;
}
.news-card--lg .news-card__thumb {
  width: 100%;
  height: auto;
  margin-right: 0;
  margin-bottom: 15px;
}
@media (max-width: 1200px) {
  .news-card--lg .news-card__thumb {
    margin-right: 25px;
  }
}
@media (max-width: 568px) {
  .news-card--lg .news-card__thumb {
    height: 265px;
  }
}
.news-card--lg .news-card__info-title {
  font-size: 24px;
}
@media (max-width: 1200px) {
  .news-card--lg .news-card__info-title {
    font-size: 20px;
  }
}
@media (max-width: 992px) {
  .news-card--lg .news-card__info-title {
    font-size: 24px;
  }
}
@media (max-width: 568px) {
  .news-card--lg .news-card__info-title {
    font-size: 18px;
  }
}

.hr {
  height: 1px;
  margin: 60px 0;
  background: #E3E3E3;
}

.news-page {
  max-width: 850px;
  margin: 0 auto;
}
.news-page__info {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  font-size: 14px;
}
@media (max-width: 767px) {
  .news-page__info {
    display: block;
  }
}
.news-page__info-date {
  display: inline-flex;
  height: 34px;
  align-items: center;
  color: #777;
  padding-left: 34px;
  background: url(../images/icon-clock.svg) left center no-repeat;
}
.news-page__info-date span {
  margin: 0 5px;
}
.news-page__info-author {
  display: inline-flex;
  align-items: center;
  margin-right: 30px;
  padding-left: 34px;
  height: 34px;
  color: #777;
  background: url(../images/icon-author.svg) left center no-repeat;
}
@media (max-width: 767px) {
  .news-page__info-author {
    margin: 10px 0 0 0;
  }
}
.news-page__title {
  margin-bottom: 20px;
}
.news-page__cover {
  margin: 0 0 30px;
}
@media (max-width: 1200px) {
  .news-page__cover {
    margin: 0 -30px 30px;
  }
}
@media (max-width: 767px) {
  .news-page__cover {
    margin: 0 -20px 30px;
  }
}
.news-page__cover img {
  display: block;
  width: 100%;
}
.news-page__text.typography img {
  width: 100%;
}
.news-page__nav {
  margin-top: 80px;
}

@media (max-width: 568px) {
  .page-prevew .title-h2 {
    font-size: 24px;
  }
}

.news-nav {
  border-top: 1px solid #E3E3E3;
  border-bottom: 1px solid #E3E3E3;
  display: flex;
}
@media (max-width: 767px) {
  .news-nav {
    display: block;
  }
}
.news-nav__link {
  display: block;
  width: 50%;
  padding: 50px 0;
}
@media (max-width: 767px) {
  .news-nav__link {
    width: 100%;
    padding: 20px 0;
  }
}
.news-nav__link:first-child {
  text-align: right;
}
@media (max-width: 767px) {
  .news-nav__link:first-child {
    text-align: left;
  }
}
.news-nav__link:last-child {
  text-align: left;
}
.news-nav__link-arrow {
  color: #777;
  margin-bottom: 20px;
  transition: 0.5s;
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  font-size: 16px;
}
.news-nav__link-arrow::before, .news-nav__link-arrow::after {
  display: block;
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  filter: brightness(0%);
  opacity: 0.5;
  transition: 0.5s;
}
.news-nav__link-arrow--prev::before {
  content: "";
  background-image: url(../images/chevron-left.svg);
  margin-right: 3px;
}
.news-nav__link-arrow--next::after {
  content: "";
  background-image: url(../images/chevron-right.svg);
  margin-left: 3px;
}
.news-nav__link-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
}
.news-nav__link:hover .news-nav__link-arrow {
  color: #3281FF;
}
.news-nav__link:hover .news-nav__link-arrow::before, .news-nav__link:hover .news-nav__link-arrow::after {
  filter: none;
  opacity: 1;
}
.news-nav__sepor {
  width: 1px;
  background: #E3E3E3;
  margin: 0 40px;
}
@media (max-width: 767px) {
  .news-nav__sepor {
    display: block;
    margin: 0;
    width: 100%;
    height: 1px;
  }
}

.brand-slider {
  display: flex;
  margin: 0 -9px;
  overflow: hidden;
}
.brand-slider.slick-initialized {
  overflow: visible;
}
@media (max-width: 992px) {
  .brand-slider {
    overflow: auto;
    margin: 0 -39px;
    padding: 0 30px;
  }
  .brand-slider::-webkit-scrollbar {
    width: 0;
    height: 0;
    opacity: 0;
  }
}
@media (max-width: 568px) {
  .brand-slider {
    overflow: auto;
    margin: 0 -29px;
    padding: 0 20px;
  }
  .brand-slider::-webkit-scrollbar {
    width: 0;
    height: 0;
    opacity: 0;
  }
}
.brand-slider__item {
  width: 16.66%;
  min-width: 16.66%;
  padding: 0 9px;
}
@media (max-width: 992px) {
  .brand-slider__item {
    width: 200px;
    min-width: 200px;
  }
}
.brand-slider .slick-list {
  min-width: 100%;
}
.brand-slider .slick-track {
  margin: 0;
}
.brand-slider .slick-arrow {
  top: -80px;
  margin: 0;
}
.brand-slider .slick-prev {
  left: auto;
  right: 68px;
}
.brand-slider .slick-next {
  left: auto;
  right: 10px;
}

.brand-slider-card {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: #fff;
  border: 1px solid #E3E3E3;
  padding: 10px;
  border-radius: 5px;
  overflow: hidden;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.brand-slider-card img {
  display: block;
  width: 100%;
}

.tab-nav {
  display: flex;
  position: relative;
  margin: 0 0 30px;
  padding: 2px;
  background: #F9F9F9;
  border-radius: 6px;
}
.tab-nav__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 48px;
  font-weight: 600;
  font-size: 16px;
  border-radius: 5px;
  position: relative;
}
.tab-nav__item:not(.active):hover {
  color: #3281FF;
}
.tab-nav__item.active {
  color: #fff;
  background: #3281FF;
}

.tab-content {
  display: flex;
  border-bottom: 1px solid #E3E3E3;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .tab-content {
    position: relative;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    margin-left: -20px;
    margin-right: -20px;
    height: 42px;
    z-index: 10;
  }
  .tab-content::after, .tab-content::before {
    content: "";
    display: block;
    width: 20px;
    min-width: 20px;
    height: 40px;
  }
  .tab-content::-webkit-scrollbar {
    display: none;
  }
  .tab-content ~ .tabs__box {
    position: relative;
  }
  .tab-content ~ .tabs__box::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -31px;
    height: 1px;
    background: #E3E3E3;
  }
}
.tab-content__item {
  display: inline-flex;
  align-items: center;
  line-height: 27px;
  padding-bottom: 12px;
  margin-right: 50px;
  position: relative;
  font-weight: 600;
  font-size: 16px;
  transition: 0.5s;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .tab-content__item {
    margin-right: 40px;
  }
}
.tab-content__item:last-child {
  margin-right: 0;
}
.tab-content__item:hover {
  color: #3281FF;
}
.tab-content__item.active {
  color: #3281FF;
}
.tab-content__item.active::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 1px;
  background: #3281FF;
}
@media (max-width: 767px) {
  .tab-content__item.active::before {
    bottom: 0;
  }
}

.show-password {
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  right: 15px;
  top: 12px;
  background: url(../images/icon-eye.svg) center no-repeat;
  cursor: pointer;
}
.show-password.active {
  background-image: url(../images/icon-eye-hidden.svg);
}

.side-page {
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .side-page {
    flex-wrap: wrap;
  }
}
.side-page__sidebar {
  width: 270px;
}
@media (max-width: 992px) {
  .side-page__sidebar {
    width: 100%;
    order: 2;
  }
}
@media (max-width: 992px) {
  .side-page__sidebar--top {
    order: 1;
    margin-bottom: 60px;
  }
}
.side-page__sidebar--filter {
  width: 280px;
}
@media (max-width: 992px) {
  .side-page__sidebar--filter {
    width: auto;
  }
}
.side-page__sidebar-msepor {
  margin-top: 60px;
  margin-bottom: 60px;
  height: 1px;
  background: #E3E3E3;
  display: none;
}
@media (max-width: 992px) {
  .side-page__sidebar-msepor {
    display: block;
  }
}
.side-page__content {
  width: calc(100% - 330px);
}
@media (max-width: 992px) {
  .side-page__content {
    width: 100%;
    order: 1;
  }
}

.catalog-list__item {
  margin-bottom: 10px;
}
.catalog-list__item:last-child {
  margin-bottom: 10px;
}

.product-card {
  display: flex;
  padding: 15px;
  border: 1px solid #E3E3E3;
  border-radius: 5px;
  position: relative;
  transition: 0.5s;
}
@media (max-width: 568px) {
  .product-card {
    display: block;
  }
}
.product-card:hover:not(.loading) {
  background: #F9F9F9;
}
.product-card:hover .product-card__bookmark {
  opacity: 0.9;
  visibility: visible;
}
.product-card:hover .product-card__info-toggle {
  opacity: 1;
  visibility: visible;
}
.product-card:hover .open .product-card__info-toggle {
  opacity: 0.7;
}
.product-card__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.product-card__bookmark {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 2;
  width: 40px;
  height: 40px;
  background: url(../images/icon-bookmark.svg) center no-repeat;
  filter: brightness(0%);
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 992px) {
  .product-card__bookmark {
    opacity: 1;
    visibility: visible;
  }
}
.product-card__bookmark:hover {
  filter: none;
  opacity: 1;
}
.product-card__bookmark.active {
  filter: none;
  opacity: 1;
  visibility: visible;
  background-image: url(../images/icon-bookmark-fill.svg);
  filter: none;
}
.product-card__thumb {
  width: 130px;
  min-width: 130px;
  height: 130px;
  margin-right: 20px;
  border-radius: 5px;
  background: #fff;
}
@media (max-width: 568px) {
  .product-card__thumb {
    width: 75px;
    min-width: 75px;
    height: 75px;
    margin: 0 0 10px;
  }
}
.product-card__thumb img {
  border-radius: 5px;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-card__thumb + div {
  width: calc(100% - 150px);
}
@media (max-width: 568px) {
  .product-card__thumb + div {
    width: auto;
  }
}
.product-card__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 10px;
  padding-right: 40px;
}
@media (max-width: 568px) {
  .product-card__title {
    font-size: 16px;
  }
}
.product-card__descr {
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 10px;
  padding-right: 40px;
}
@media (max-width: 568px) {
  .product-card__descr {
    font-size: 14px;
  }
}
.product-card__info {
  position: relative;
  z-index: 2;
  padding-top: 7px;
  margin-bottom: -3px;
  height: 34px;
  overflow: hidden;
}
@media (max-width: 568px) {
  .product-card__info {
    height: 64px;
    padding-right: 40px;
  }
}
.product-card__info::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 40px;
  height: 1px;
  background: #E3E3E3;
}
@media (max-width: 568px) {
  .product-card__info::before {
    right: 0;
  }
}
.product-card__info-toggle {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 24px;
  height: 24px;
  background: url(../images/chevron-up.svg) center no-repeat;
  transform: rotate(180deg);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
@media (max-width: 992px) {
  .product-card__info-toggle {
    opacity: 1;
    visibility: visible;
  }
}
.product-card__info-list {
  max-width: 460px;
  display: flex;
  flex-wrap: wrap;
}
.product-card__info.open {
  height: auto;
}
.product-card__info.open .product-card__info-toggle {
  transform: rotate(0);
  filter: brightness(0%);
}
.product-card.loading {
  border: none;
}
.product-card.loading .product-card__thumb,
.product-card.loading .product-card__title,
.product-card.loading .product-card__descr::before,
.product-card.loading .product-card__descr::after,
.product-card.loading .product-card__info {
  background: #F9F9F9;
  background: linear-gradient(110deg, #F9F9F9 8%, #f5f5f5 18%, #F9F9F9 33%);
  border-radius: 5px;
  background-size: 200% 100%;
  animation: 1.5s shine linear infinite;
}
@media (max-width: 568px) {
  .product-card.loading .product-card__thumb {
    margin-bottom: 40px;
  }
}
.product-card.loading .product-card__title {
  height: 18px;
  margin-bottom: 20px;
  margin-top: 8px;
}
@media (max-width: 568px) {
  .product-card.loading .product-card__title {
    margin-top: 0;
    margin-bottom: 10px;
  }
}
.product-card.loading .product-card__descr {
  padding: 0;
}
.product-card.loading .product-card__descr::before, .product-card.loading .product-card__descr::after {
  content: "";
  display: block;
  height: 18px;
}
.product-card.loading .product-card__descr::before {
  width: 100%;
  margin-top: 10px;
}
.product-card.loading .product-card__descr::after {
  width: 70%;
  margin-top: 10px;
}
.product-card.loading .product-card__info {
  height: 18px;
  width: 50%;
}
.product-card.loading .product-card__info::before {
  display: none;
}
@keyframes shine {
  to {
    background-position-x: -200%;
  }
}

.product-card-info-item {
  margin: 3px 20px 3px 0;
  font-size: 14px;
  line-height: 1.7;
}
.product-card-info-item span {
  color: #777;
}

.product-card-note {
  display: block;
  border: 2px solid #3281FF;
  border-radius: 5px;
  font-size: 16px;
  line-height: 1.7;
  text-align: center;
  padding: 30px;
}
.product-card-note a {
  color: #3281FF;
}
.product-card-note a:hover {
  text-decoration: underline;
}

.paginator {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 80px;
}
.paginator__nav {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 16px;
  color: #3281FF;
  height: 40px;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .paginator__nav {
    overflow: hidden;
    text-indent: -1000px;
  }
}
.paginator__nav:hover:not(.disable) {
  background: #F9F9F9;
}
.paginator__nav::before, .paginator__nav::after {
  display: block;
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
}
.paginator__nav--prev {
  padding: 0 10px;
  margin: 0 -10px;
  padding: 0 10px 0 3px;
  margin: 0 0 0 -3px;
}
.paginator__nav--prev::before {
  content: "";
  background-image: url(../images/chevron-left.svg);
  margin-right: 3px;
}
.paginator__nav--next {
  padding: 0 3px 0 10px;
  margin: 0 -3px 0 0;
}
.paginator__nav--next::after {
  content: "";
  background-image: url(../images/chevron-right.svg);
  margin-left: 3px;
}
.paginator__nav.disable {
  cursor: default;
  color: #222;
}
.paginator__nav.disable::before, .paginator__nav.disable::after {
  filter: brightness(0%);
}
.paginator__pages {
  display: flex;
  align-items: center;
  margin: 0 20px;
}
.paginator__pages-item {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 16px;
  width: 40px;
  height: 40px;
  margin: 0 5px;
  border-radius: 5px;
}
@media (max-width: 568px) {
  .paginator__pages-item:not(.paginator__pages-item--more) {
    display: none;
  }
  .paginator__pages-item:nth-child(-n+2), .paginator__pages-item:nth-last-of-type(-n+2) {
    display: flex;
  }
  .paginator__pages-item--more:last-child {
    display: none;
  }
}
.paginator__pages-item:hover {
  color: #3281FF;
}
.paginator__pages-item.active {
  background-color: #F9F9F9;
  color: #3281FF;
}

.catalog-header {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .catalog-header {
    flex-wrap: wrap;
  }
}
.catalog-header__search {
  width: 100%;
}
@media (max-width: 767px) {
  .catalog-header__search {
    margin-bottom: 10px;
  }
}
.catalog-header__filter {
  display: none;
}
@media (max-width: 992px) {
  .catalog-header__filter {
    display: block;
    margin-left: 10px;
  }
}
@media (max-width: 767px) {
  .catalog-header__filter {
    margin-left: 0;
    width: 130px;
  }
  .catalog-header__filter .button {
    width: 100%;
    padding: 0;
  }
  .catalog-header__filter .button.active {
    padding-right: 10px;
  }
}
.catalog-header__view {
  width: 200px;
  margin-left: 10px;
}
@media (max-width: 767px) {
  .catalog-header__view {
    width: calc(100% - 140px);
  }
}
.catalog-header__view:first {
  margin-left: 0;
}
.catalog-header__view .drop-list__title {
  border: none;
  background-color: #F9F9F9;
}
.catalog-header__view .drop-list__dropdown {
  right: 0;
  left: auto;
  width: 110px;
  min-width: 0;
}

.search-box {
  position: relative;
}
.search-box__field {
  height: 48px;
  border: 1px solid #E3E3E3;
  border-radius: 5px;
  padding: 0 40px 0 15px;
  font-size: 14px;
  width: 100%;
}
.search-box__button {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -12px;
  width: 24px;
  height: 24px;
  border: none;
  background: url(../images/icon-search-blue.svg) center no-repeat;
}

.side-nav {
  margin-bottom: 30px;
}
.side-nav__item a {
  display: flex;
  justify-content: space-between;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 5px;
}
@media (max-width: 992px) {
  .side-nav__item a {
    padding: 8px 0;
  }
}
.side-nav__item a span {
  color: #777;
  margin-left: 10px;
}
.side-nav__item a.active, .side-nav__item a:hover {
  color: #3281FF;
  background: #F9F9F9;
}

.fast-search-field {
  position: relative;
}
.fast-search-field__input {
  width: 100%;
  height: 40px;
  border-radius: 5px;
  border: 1px solid #E3E3E3;
  padding: 0 40px 0 10px;
  outline: none;
}
.fast-search-field__input:focus {
  outline: none;
}
.fast-search-field__button {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -12px;
  border: none;
  background: url(../images/icon-fast-search.svg) center no-repeat;
}

.filter-scroll-box {
  padding-right: 5px;
}
.filter-scroll-box__search {
  margin-top: 15px;
  display: none;
  margin-right: -5px;
}
.filter-scroll-box__list {
  max-height: 160px;
  overflow: hidden;
  margin-top: 20px;
  scrollbar-color: #E3E3E3;
  scrollbar-width: thin;
}
.filter-scroll-box__list::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.filter-scroll-box__list::-webkit-scrollbar-track {
  background-color: transparent;
  margin: 0 15px;
}
.filter-scroll-box__list::-webkit-scrollbar-thumb {
  background-color: #E3E3E3;
  border-radius: 4px;
}
.filter-scroll-box__more {
  margin-top: 20px;
  display: none;
}
.filter-scroll-box.open .filter-scroll-box__search {
  display: block;
}
.filter-scroll-box.open .filter-scroll-box__list {
  overflow: auto;
  max-height: 325px;
}

.filter__group .filter-scroll-box .checked-list {
  padding-top: 0;
}

.filter-more {
  border: none;
  background: none;
  height: auto;
  width: auto;
  display: inline-block;
  color: #3281FF;
  font-size: 16px;
  line-height: 1.7;
  cursor: pointer;
  transition: 0.3s;
}
.filter-more:hover {
  color: #222;
}

.fast-search-empty {
  display: none;
  font-size: 14px;
  color: #777;
}

.filter {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .filter {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    max-width: 435px;
    width: 100%;
    z-index: 9999;
    margin: 0;
    overflow: auto;
    background: #fff;
    padding: 77px 30px 30px 30px;
    left: -435px;
    transition: 0.5s;
  }
  .filter.open {
    left: 0;
  }
}
@media (max-width: 568px) {
  .filter {
    padding: 70px 20px 20px 20px;
    max-width: 100%;
    left: -100vw;
  }
}
.filter:last-child {
  margin-bottom: 0;
}
.filter-nav {
  width: 100%;
}
@media (max-width: 767px) {
  .filter-nav {
    display: none;
  }
}
.filter-nav > .filter-categ {
  padding-top: 0;
}
.filter-wrap {
  width: 100%;
}
.filter-wrap .filter-nav {
  padding-top: 0;
}
.filter-close {
  position: absolute;
  top: 20px;
  right: 30px;
  display: block;
  width: 32px;
  height: 32px;
  border: none;
  background: url(../images/icon-cross.svg) center no-repeat;
  background-size: contain;
  display: none;
}
@media (max-width: 992px) {
  .filter-close {
    display: block;
  }
}
@media (max-width: 568px) {
  .filter-close {
    right: 20px;
    top: 15px;
  }
}
.filter-clear {
  display: none;
  height: 32px;
  align-items: center;
  color: #3281FF;
  position: absolute;
  right: 30px;
  top: 20px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.7;
}
@media (max-width: 568px) {
  .filter-clear {
    right: 20px;
  }
}
.filter__group {
  margin-bottom: 20px;
}
.filter__group:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.filter__group-title {
  display: flex;
  align-items: flex-start;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  font-family: "Mulish";
  cursor: pointer;
  transition: 0.3s;
  position: relative;
}
@media (min-width: 992px) {
  .filter__group-title:hover {
    color: #3281FF;
  }
  .filter__group-title.open:hover::after {
    filter: none;
    opacity: 1;
  }
}
.filter__group-title::after {
  content: "";
  min-width: 20px;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  position: absolute;
  right: -10px;
  top: 3px;
  background: url(../images/chevron-up.svg) center no-repeat;
  transform: rotate(180deg);
  transition: 0.5s;
}
.filter__group-title.open::after {
  transform: rotate(0);
  filter: brightness(0%);
  opacity: 0.5;
}
.filter__group-title + * {
  display: none;
  padding-bottom: 10px;
}
.filter__group-title.open + * {
  display: block;
}
.filter-action {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.filter-action button {
  width: 100%;
}
.filter-sepor {
  height: 1px;
  background: #E3E3E3;
  margin: 40px -15px;
}
.filter__catalog {
  padding-top: 12px;
}
.filter__catalog-item {
  margin-bottom: 16px;
}
.filter__catalog-item:last-child {
  margin-bottom: 0;
}
.filter__catalog-item > a {
  display: flex;
  justify-content: space-between;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
}
.filter__catalog-item > a span {
  font-size: 14px;
  font-weight: normal;
  color: #777;
}
@media (min-width: 993px) {
  .filter__catalog-item .filter__group-title::after {
    opacity: 0;
    visibility: hidden;
  }
}
.filter__catalog-item .filter__group-title.open::after {
  opacity: 0.5;
  visibility: visible;
}
.filter__catalog-item .filter__group-title a span {
  color: #777;
  margin-left: 10px;
  font-size: 12px;
  font-weight: 400;
}
.filter__catalog-item:hover .filter__group-title:not(.open)::after {
  opacity: 1;
  visibility: visible;
}
.filter__catalog-item .filter__group-title:hover::after {
  opacity: 1;
}
@media (min-width: 768px) {
  .filter {
    /*
    &.whith-nav &-action {
    	position: absolute;
    	right: 50px;
    	bottom: 50px;
    }
    */
  }
  .filter.whith-nav.open {
    padding-bottom: 100px;
  }
}

.filter-categ {
  /*display: none;*/
  padding-top: 10px;
  padding-bottom: 0;
}
.filter-categ a {
  display: block;
  font-size: 14px;
  line-height: 1.7;
  padding: 5px 10px;
  border-radius: 5px;
}
.filter-categ a span {
  color: #777;
  margin-left: 10px;
  font-size: 12px;
}
.filter-categ a:hover {
  background: #F9F9F9;
  color: #3281FF;
}

.filter-checkbox {
  display: block;
  font-size: 14px;
  line-height: 24px;
  transition: 0.3s;
  cursor: pointer;
}
.filter-checkbox:hover {
  color: #3281FF;
}
.filter-checkbox > span {
  display: inline-block;
  padding-right: 20px;
  position: relative;
  padding-left: 30px;
  line-height: 1.7;
}
.filter-checkbox > span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  margin-right: 10px;
  width: 20px;
  min-width: 20px;
  height: 20px;
  border: 1px solid #E3E3E3;
  box-sizing: border-box;
  border-radius: 3px;
}
.filter-checkbox > span span {
  color: #777;
}
.filter-checkbox input[type=checkbox] {
  display: none;
}
.filter-checkbox input[type=checkbox]:checked + span::before {
  border-color: #3281FF;
  background: url(../images/checked.svg) #3281FF center no-repeat;
}
.filter-checkbox input[type=checkbox]:disabled + span {
  cursor: default;
  color: #c5c5c5;
}
.filter-checkbox input[type=checkbox]:disabled + span::before {
  border-color: #f0f0f0;
  background: #f0f0f0;
}

.side-note {
  padding: 30px;
  text-align: center;
  border: 2px solid #3281FF;
  border-radius: 5px;
  margin-top: 30px;
}
.side-note a {
  color: #3281FF;
}
.side-note a:hover {
  color: #222;
}

.fly-search-count {
  position: absolute;
  color: #fff;
  font-size: 14px;
  padding: 10px;
  line-height: 1.7;
  background: #777;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  align-items: center;
  white-space: nowrap;
  z-index: 999;
  margin-top: -22px;
  margin-left: 14px;
  transition: none;
  z-index: 9999;
}
.fly-search-count:hover {
  color: #fff;
}
@media (max-width: 992px) {
  .fly-search-count {
    left: 0;
    bottom: 20px;
    width: 410px;
    position: fixed;
    background: #3281FF;
    text-align: center;
  }
}
@media (max-width: 568px) {
  .fly-search-count {
    left: 10px;
    right: 10px;
    bottom: 20px;
    width: auto;
    position: fixed;
    margin: 0;
  }
}
.fly-search-count:after {
  content: "";
  right: 100%;
  top: 50%;
  border: solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(119, 119, 119, 0);
  border-right-color: #777777;
  border-width: 8px;
  margin-top: -8px;
}
@media (max-width: 992px) {
  .fly-search-count:after {
    display: none;
  }
}

.runner-range {
  height: 5px;
  border: none;
  background: transparent;
  border-radius: 0;
  position: relative;
  margin: 0 5px 0 10px;
}
.runner-range::before {
  content: "";
  position: absolute;
  left: -10px;
  right: -5px;
  height: 5px;
  background: #E3E3E3;
  border-radius: 3px;
}
.runner-range .ui-slider-range {
  height: 5px;
  border: none;
  background: #3281FF;
  border-radius: 0;
}
.runner-range .ui-slider-handle {
  cursor: pointer;
  top: -6px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: none;
  background: #3281FF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.runner-range * {
  outline: none !important;
  color: transparent !important;
}

.range-box {
  padding-top: 17px;
  padding-bottom: 27px;
}
.range-box__info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.range-box__info-item {
  display: flex;
  align-items: center;
}
.range-box__info label {
  font-size: 14px;
  margin-right: 10px;
}
.range-box__info input {
  width: 120px;
  height: 40px;
  text-align: center;
  font-family: "Mulish";
  font-size: 14px;
  padding: 0 10px;
  background: #fff;
  border: 1px solid #E3E3E3;
  border-radius: 5px;
}
.range-box__info input.disable {
  color: #979797;
}

.product-page__title {
  max-width: 740px;
}
.product-page__section {
  margin-bottom: 30px;
}
.product-page__section:last-child {
  margin-bottom: 0;
}
.product-page__section .title-h4 {
  margin-bottom: 20px;
}
.product-page__section-info {
  margin-bottom: 30px;
}
@media (max-width: 568px) {
  .product-page__section-info .button {
    width: 100%;
  }
}
.product-page__section-action {
  display: flex;
  padding: 30px 0;
}
@media (max-width: 767px) {
  .product-page__section-action {
    display: block;
  }
}
.product-page__section-action .button {
  min-width: 220px;
  margin-left: 10px;
}
@media (max-width: 1200px) {
  .product-page__section-action .button::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .product-page__section-action .button {
    width: 100%;
    margin: 10px 0 0;
  }
}
.product-page__section-action .button:first-child {
  margin-left: 0;
}
@media (max-width: 767px) {
  .product-page__section-action .button:first-child {
    margin: 0;
  }
}
.product-page__section-action .button--icon {
  min-width: 0;
}
.product-page .params {
  max-width: 740px;
}

.params__item {
  display: flex;
  align-items: baseline;
  margin-bottom: 7px;
}
@media (max-width: 767px) {
  .params__item {
    display: block;
    margin-bottom: 10px;
  }
}
.params__item:last-child {
  margin-bottom: 0;
}
.params__item-title {
  display: flex;
  align-items: baseline;
  font-size: 16px;
  line-height: 1.7;
  color: #777;
  white-space: nowrap;
  width: 50%;
}
@media (max-width: 767px) {
  .params__item-title {
    width: 100%;
  }
}
.params__item-title::after {
  content: "";
  margin-left: 5px;
  height: 1px;
  width: 100%;
  border-bottom: 1px dashed #E3E3E3;
}
.params__item-value {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.7;
  width: 50%;
  padding-left: 10px;
}
@media (max-width: 767px) {
  .params__item-value {
    width: 100%;
    padding-left: 0;
    margin-top: 3px;
  }
}
.params a {
  color: #3281FF;
}
.params a:hover {
  text-decoration: underline;
}

@media (max-width: 992px) {
  .auth-info {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 568px) {
  .auth-info {
    display: block;
  }
}
.auth-info__descr {
  font-size: 14px;
  line-height: 1.7;
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .auth-info__descr {
    width: 50%;
  }
}
@media (max-width: 568px) {
  .auth-info__descr {
    width: 100%;
  }
}
.auth-info__descr-cover {
  display: flex;
  justify-content: center;
  width: 100%;
}
.auth-info__descr-cover img {
  display: block;
  max-width: 100%;
}
@media (max-width: 992px) {
  .auth-info__descr-text {
    width: 270px;
    margin: 0 auto;
  }
}
@media (max-width: 568px) {
  .auth-info__descr-text {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .auth-info__action {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}
@media (max-width: 568px) {
  .auth-info__action {
    width: 100%;
    display: block;
  }
}
.auth-info__action-item {
  margin-bottom: 10px;
}
.auth-info__action-item:last-child {
  margin-bottom: 0;
}
.auth-info__action .button {
  width: 100%;
}
@media (max-width: 992px) {
  .auth-info__action .button {
    width: 270px;
  }
}
@media (max-width: 568px) {
  .auth-info__action .button {
    width: 100%;
  }
}
.auth-info__action .button--gray {
  color: #3281FF;
}

.page-404__title {
  font-weight: 700;
  font-size: 40px;
  line-height: 1.5;
  padding: 0;
  margin: 0 0 30px;
}
@media (max-width: 568px) {
  .page-404__title {
    font-size: 24px;
  }
}
.page-404__title span {
  color: #FF4949;
}
.page-404__back {
  margin-top: 60px;
}
@media (max-width: 568px) {
  .page-404__back {
    margin-top: 30px;
  }
}
.page-404__back .button {
  width: 280px;
}
@media (max-width: 568px) {
  .page-404__back .button {
    width: 100%;
  }
}

.setting-form {
  max-width: 430px;
}
.setting-form .button {
  width: 100%;
}

.user-info__avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 270px;
  height: 270px;
  border: 1px solid #E3E3E3;
  border-radius: 5px;
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 568px) {
  .user-info__avatar {
    width: 100%;
  }
}
.user-info__avatar img {
  display: block;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
.user-info__group {
  margin-bottom: 20px;
}
.user-info__group:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.user-info__group-title {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  font-family: "Mulish";
  transition: 0.3s;
  margin-bottom: 20px;
}
.user-info__group-title--toggle {
  cursor: pointer;
}
.user-info__group-title--toggle:hover {
  color: #3281FF;
}
.user-info__group-title--toggle::after {
  content: "";
  width: 20px;
  height: 20px;
  position: relative;
  top: 3px;
  background: url(../images/chevron-up.svg) center no-repeat;
}
.user-info__group-title--toggle.open::after {
  transform: rotate(180deg);
}
.user-info__group-title--toggle + * {
  display: none;
}
.user-info__group-title--toggle.open + * {
  display: block;
}

.photo-uplods {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #F9F9F9;
  transition: 0.5s;
  cursor: pointer;
}
.photo-uplods:hover {
  background: #EBF3FF;
}
.photo-uplods__label {
  display: inline-flex;
  align-items: center;
  color: #3281FF;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.7;
}
.photo-uplods__label::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../images/icon-plus.svg) center no-repeat;
}

.short-gallery {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -5px 20px;
}
.short-gallery__item {
  padding: 5px;
  width: 140px;
  height: 102px;
}
.short-gallery__item a {
  display: block;
  height: 100%;
}
.short-gallery__item img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 5px;
  border: 1px solid #E3E3E3;
}

.user-logo__label {
  cursor: pointer;
}

.user-contacts {
  font-size: 14px;
  line-height: 24px;
}
.user-contacts__item {
  margin-bottom: 10px;
  padding-left: 34px;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.user-contacts__item:last-child {
  margin-bottom: 0;
}
.user-contacts__item a:hover {
  color: #3281FF;
}

.uicon-office {
  background-image: url(../images/uicon-office.svg);
}

.uicon-phone {
  background-image: url(../images/uicon-phone.svg);
}

.uicon-url {
  background-image: url(../images/uicon-url.svg);
}

.uicon-email {
  background-image: url(../images/uicon-email.svg);
}

.uicon-location {
  background-image: url(../images/uicon-location.svg);
}

.uicon-user {
  background-image: url(../images/uicon-user.svg);
}

.file-list__item {
  margin-bottom: 10px;
}
.file-list__item:last-child {
  margin-bottom: 0;
}

.file-link {
  display: inline-flex;
  font-size: 14px;
  line-height: 1.7;
  color: #3281FF;
}
.file-link:hover {
  text-decoration: underline;
}
.file-link::before {
  content: "";
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 5px;
}
.file-link.pdf:before {
  background-image: url(../images/icon-file-pdf.svg);
}

.status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 23px;
  padding: 0 10px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 10px;
  border-radius: 5px;
}
.status--close {
  color: #222;
  background: #E3E3E3;
}
.status--new {
  color: #fff;
  background: #0CBF9F;
}

.date-filters {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .date-filters {
    display: block;
  }
}

.office-page-header + .date-filters {
  margin-top: -5px;
}

.radio-group {
  display: flex;
  height: 36px;
}
@media (max-width: 992px) {
  .radio-group {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .radio-group {
    overflow: auto;
    margin: 0 -20px 15px;
    padding-left: 20px;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .radio-group::-webkit-scrollbar {
    display: none;
  }
  .radio-group::after {
    content: "";
    display: block;
    min-width: 20px;
    width: 20px;
    height: 20px;
  }
}
.radio-group__button {
  cursor: pointer;
}
.radio-group__button input {
  display: none;
}
.radio-group__button input:checked ~ span {
  background: #3281FF;
  color: #fff;
}
.radio-group__button:first-child span {
  border-radius: 5px 0 0 5px;
}
.radio-group__button:last-child span {
  border-radius: 0 5px 5px 0;
}
.radio-group__button span {
  display: inline-flex;
  align-items: center;
  height: 36px;
  border-right: 1px solid #E3E3E3;
  font-weight: 600;
  font-size: 14px;
  padding: 0 20px;
  white-space: nowrap;
  background: #F9F9F9;
  transition: 0.1s;
}
.radio-group__button span:hover {
  background: #EBF3FF;
  color: #3281FF;
}
@media (max-width: 1200px) {
  .radio-group__button span {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .radio-group__button span {
    padding: 0 20px;
  }
}
.radio-group__button:last-child span {
  border-right: none;
}

.button-datepicker {
  display: inline-flex;
  padding: 0 10px;
  height: 36px;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
  cursor: pointer;
  font-weight: 600;
  font-size: 14px;
  color: #222;
  border: none;
  border-radius: 5px;
  background: #F9F9F9;
}
@media (max-width: 568px) {
  .button-datepicker {
    width: 100%;
  }
}
.button-datepicker:hover {
  background: #EBF3FF;
  color: #3281FF;
}
.button-datepicker::after {
  content: "";
  width: 24px;
  height: 24px;
  margin-left: 10px;
  position: relative;
  transition: 0.3s;
  background: url(../images/icon-calendar.svg) center no-repeat;
}

.newind {
  display: flex;
}
.newind::before {
  content: "";
  display: block;
  margin-right: 7px;
  min-width: 6px;
  width: 6px;
  height: 6px;
  background: #3281FF;
  border-radius: 50%;
  position: relative;
  top: 8px;
}

@media (max-width: 767px) {
  .office-tabel {
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    margin: 0 -20px;
    padding: 0 20px;
  }
}
.office-tabel::-webkit-scrollbar {
  display: none;
}
.office-tabel .newind {
  position: relative;
  left: -13px;
}
.office-tabel table {
  width: 100%;
}
@media (max-width: 767px) {
  .office-tabel table {
    width: 740px;
  }
}
.office-tabel table tr.js-open-link {
  cursor: pointer;
}
.office-tabel table tr.js-open-link:hover td {
  background: #F9F9F9;
}
.office-tabel table th {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.7;
  text-align: left;
  padding: 0 20px 20px;
  border-bottom: 1px solid #E3E3E3;
}
.office-tabel table th:last-child {
  text-align: right;
}
.office-tabel table td {
  padding: 12px 20px 11px 20px;
  font-size: 14px;
  line-height: 1.7;
  transition: 0.5s;
  border-bottom: 1px solid #E3E3E3;
}
.office-tabel table td:last-child {
  text-align: right;
}
.office-tabel table a:not([class]) {
  color: #3281FF;
}
.office-tabel table a:not([class]):hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .office-tabel--mob-free-width table {
    width: auto;
  }
}

.analytics-detail-tabel {
  position: relative;
  padding-bottom: 70px;
}
.analytics-detail-tabel .office-tabel {
  display: flex;
  width: 100%;
}
@media (max-width: 767px) {
  .analytics-detail-tabel .office-tabel {
    width: auto;
  }
}
.analytics-detail-tabel__count {
  display: flex;
  flex-direction: column;
  margin-right: 30px;
  width: 130px;
}
@media (max-width: 568px) {
  .analytics-detail-tabel__count {
    margin-right: 20px;
    width: auto;
  }
}
.analytics-detail-tabel__count-header {
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.7;
  padding: 0 0 20px;
}
.analytics-detail-tabel__count-body {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F9F9F9;
  height: 100%;
}
.analytics-detail-tabel table.analytics-detail-tabel__info {
  width: calc(100% - 160px);
}
.analytics-detail-tabel table.analytics-detail-tabel__info td:first-child {
  width: 100%;
}
.analytics-detail-tabel table.analytics-detail-tabel__info th:last-child {
  text-align: left;
}
.analytics-detail-tabel table.analytics-detail-tabel__info td:last-child {
  white-space: nowrap;
}
@media (max-width: 568px) {
  .analytics-detail-tabel table.analytics-detail-tabel__info {
    width: 100%;
  }
  .analytics-detail-tabel table.analytics-detail-tabel__info tbody,
  .analytics-detail-tabel table.analytics-detail-tabel__info th,
  .analytics-detail-tabel table.analytics-detail-tabel__info tr,
  .analytics-detail-tabel table.analytics-detail-tabel__info td {
    display: block;
  }
  .analytics-detail-tabel table.analytics-detail-tabel__info th {
    padding: 0;
    border-bottom: none;
  }
  .analytics-detail-tabel table.analytics-detail-tabel__info th:last-child {
    display: none;
  }
  .analytics-detail-tabel table.analytics-detail-tabel__info tr {
    padding: 12px 20px;
    border-bottom: 1px solid #E3E3E3;
  }
  .analytics-detail-tabel table.analytics-detail-tabel__info tr:first-child {
    padding: 0 20px 20px;
  }
  .analytics-detail-tabel table.analytics-detail-tabel__info td {
    border-bottom: none;
    text-align: left;
    padding: 0;
  }
}

.order-table table td.col-date {
  min-width: 130px;
}
.order-table table td.col-title {
  width: 100%;
  font-size: 16px;
  line-height: 1.7;
  color: #3281FF;
}

.tbl-title {
  color: #3281FF;
}

.tbl-status {
  font-size: 14px;
  white-space: nowrap;
}
.tbl-status--moder {
  color: #FF4949;
}

.tbl-count {
  color: #3281FF;
}

.tbl-date {
  color: #777;
}

.office-empty {
  color: #777;
  font-size: 14px;
  line-height: 1.7;
}

.tabel-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}
.tabel-footer-info {
  font-size: 14px;
  color: #777;
}

.button-bookmark {
  display: inline-block;
  width: 24px;
  height: 24px;
  border: none;
  background: url(../images/icon-bookmark.svg) center no-repeat;
}

.button-actions {
  display: block;
  width: 24px;
  height: 24px;
  border: none;
  cursor: pointer;
  opacity: 0.5;
  filter: brightness(0%);
  background: url(../images/icon-actions.svg) center no-repeat;
}
.button-actions:hover {
  opacity: 1;
  filter: none;
}

.actions-box {
  position: relative;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .actions-box .button-actions {
    display: none;
  }
}
.actions-box .action-list {
  display: none;
  position: absolute;
  right: 0;
  top: 100%;
  margin-top: 10px;
  z-index: 999;
}
@media (max-width: 767px) {
  .actions-box .action-list {
    display: flex;
    position: static;
  }
}

.action-list {
  padding: 5px;
  background: #fff;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
@media (max-width: 767px) {
  .action-list {
    align-items: center;
    padding: 0;
    background: none;
    box-shadow: none;
    border-radius: 0;
  }
}
@media (max-width: 767px) {
  .action-list__item {
    margin: 0 10px 0 0;
  }
  .action-list__item:last-child {
    margin-right: 0;
  }
}

.action-link {
  display: flex;
  align-items: center;
  height: 39px;
  padding: 5px 20px 5px 10px;
  white-space: nowrap;
  border-radius: 5px;
}
.action-link:hover {
  color: #3281FF;
  background-color: #F9F9F9;
  text-decoration: none;
}
.action-link::before {
  content: "";
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .action-link {
    width: 24px;
    height: 24px;
    overflow: hidden;
    text-indent: -1000px;
    font-size: 0;
    padding: 0;
    position: relative;
  }
  .action-link::before {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
  }
}
.action-link--edit::before {
  background-image: url(../images/icon-edit.svg);
}
.action-link--close::before {
  background-image: url(../images/icon-close.svg);
}
.action-link--eye::before {
  background-image: url(../images/icon-eye.svg);
}
.action-link--open::before {
  background-image: url(../images/open.svg);
}
.action-link--unpublish::before {
  background-image: url(../images/unpublish.svg);
}
.action-link--publish::before {
  background-image: url(../images/publish.svg);
}
.action-link--remove:hover {
  color: #FF4949;
}
.action-link--remove::before {
  background-image: url(../images/icon-trash.svg);
}

@media (max-width: 767px) {
  .office-page-header {
    display: flex;
  }
  .office-page-header .page-header__action {
    margin-top: 0;
  }
}

.msgr-warning {
  color: #777;
  font-size: 14px;
  line-height: 1.7;
  padding-left: 30px;
  margin-bottom: 30px;
  max-width: 740px;
  background: url(../images/icon-warning.svg) 0 0 no-repeat;
}
@media (max-width: 767px) {
  .msgr-warning {
    padding-left: 0;
    background: none;
  }
}

.setting-page {
  max-width: 630px;
  margin: 0 auto;
}
.setting-page .title-h1 {
  text-align: center;
}
.setting-page__action {
  margin-top: 20px;
  text-align: right;
}
.setting-page__action .button {
  min-width: 190px;
}
@media (max-width: 568px) {
  .setting-page__action .button {
    width: 100%;
  }
}
.setting-page__actions {
  display: flex;
  margin: 60px -15px 0 -15px;
}
@media (max-width: 568px) {
  .setting-page__actions {
    margin: 60px -7.5px 0 -7.5px;
  }
}
.setting-page__actions .button {
  width: calc(100% - 30px);
  margin: 0 15px;
}
@media (max-width: 568px) {
  .setting-page__actions .button {
    width: calc(100% - 15px);
    margin: 0 7.5px;
  }
}

.forms textarea.field-addr {
  height: 74px;
}

.upload-field {
  width: 270px;
  position: relative;
  overflow: hidden;
  border: 1px solid #E3E3E3;
  border-radius: 5px;
  margin-bottom: 30px;
}
@media (max-width: 568px) {
  .upload-field {
    width: 100%;
  }
}
.upload-field__photo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 270px;
}
.upload-field img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
  max-height: 100%;
}
.upload-field-remove {
  position: absolute;
  top: 10px;
  right: 10px;
  border: none;
  width: 32px;
  height: 32px;
  cursor: pointer;
  background: url(../images/close.svg) center no-repeat;
}
.upload-field-add {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: #F9F9F9;
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
  line-height: 170%;
}
.upload-field-add::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  background: url(../images/icon-plus.svg) center no-repeat;
  filter: brightness(0%);
  position: relative;
  top: 1px;
}
.upload-field-add:hover {
  color: #3281FF;
}
.upload-field-add:hover::before {
  filter: none;
}

.upload-cover {
  width: 270px;
  height: 170px;
  position: relative;
  overflow: hidden;
  border: 1px solid #E3E3E3;
  border-radius: 5px;
  margin-bottom: 30px;
}
@media (max-width: 568px) {
  .upload-cover {
    width: 100%;
    height: 210px;
  }
}
.upload-cover__photo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.upload-cover img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.upload-cover-remove {
  position: absolute;
  top: 10px;
  right: 10px;
  border: none;
  width: 32px;
  height: 32px;
  cursor: pointer;
  background: url(../images/close.svg) center no-repeat;
}
.upload-cover-add {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: #F9F9F9;
  cursor: pointer;
}
.upload-cover-add__title {
  font-weight: 600;
  font-size: 16px;
  line-height: 170%;
}
.upload-cover-add__hint {
  font-weight: 400;
  font-size: 12px;
  line-height: 170%;
  color: #777;
}
.upload-cover-add::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  margin-bottom: 6px;
  background: url(../images/icon-upload-image.svg) center no-repeat;
  filter: brightness(0%);
  position: relative;
  top: 1px;
}
.upload-cover-add:hover {
  color: #3281FF;
}
.upload-cover-add:hover::before {
  filter: none;
}

.developer-card {
  display: block;
}
.developer-card__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #E3E3E3;
  border-radius: 5px;
  margin-bottom: 15px;
  transition: 0.5s;
  overflow: hidden;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.developer-card__logo img {
  display: block;
  width: 100%;
}
.developer-card__title {
  font-weight: 700;
  font-size: 20px;
}
@media (max-width: 767px) {
  .developer-card__title {
    font-size: 14px;
  }
}
.developer-card:hover .developer-card__logo {
  background: #F9F9F9;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

@media (max-width: 767px) {
  .row .developer-card {
    margin-bottom: 20px;
  }
}

.text-forms {
  padding-top: 30px;
}
.text-forms__wrapper {
  margin-bottom: 30px;
}
.text-forms__title {
  width: 100%;
  height: 40px;
  background: none;
  border: none;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 0;
  overflow: hidden;
  resize: none;
}
.text-forms__text {
  width: 100%;
  height: 380px;
  background: none;
  border: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  resize: none;
}

.file-uploads {
  padding-bottom: 20px;
}
.file-uploads__note {
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 20px;
}
.file-uploads__note span {
  color: #777;
}
.file-uploads__button {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .file-uploads__button {
    width: 100%;
  }
}
.file-uploads__list {
  display: flex;
  flex-wrap: wrap;
  margin: -5px;
}
.file-uploads__list-item {
  width: 33.33%;
  padding: 5px;
}
@media (max-width: 767px) {
  .file-uploads__list-item {
    width: 50%;
  }
}

.file-card {
  display: inline-flex;
  align-items: center;
  width: 100%;
  height: 36px;
  padding: 0 10px 0 15px;
  background: #F9F9F9;
  border: 1px solid #E3E3E3;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .file-card {
    padding: 0 10px;
  }
}
.file-card__title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  margin: 0 10px;
}
@media (max-width: 767px) {
  .file-card__title {
    margin: 0 5px 0 10px;
  }
}
.file-card__remove {
  display: block;
  cursor: pointer;
  width: 24px;
  min-width: 24px;
  height: 24px;
  border: none;
  background: url(../images/icon-cross-sm.svg) center no-repeat;
  background-size: contain;
  filter: brightness(0%);
  transition: 0.5s;
}
.file-card__remove:hover {
  filter: none;
}
.file-card::before {
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
}
.file-card.pdf::before, .file-card.jpg::before, .file-card.doc::before, .file-card.png::before {
  content: "";
}
.file-card.pdf::before {
  background-image: url(../images/file-pdf.svg);
}
.file-card.jpg::before {
  background-image: url(../images/file-jpg.svg);
}
.file-card.doc::before {
  background-image: url(../images/file-doc.svg);
}
.file-card.png::before {
  background-image: url(../images/file-png.svg);
}

.cookie-informer {
  position: fixed;
  bottom: 20px;
  left: 0;
  right: 0;
  z-index: 999;
  display: none;
}
.cookie-informer-wrap {
  padding: 20px 30px;
  background: #fff;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cookie-informer-wrap {
    display: block;
    padding: 15px;
  }
}
.cookie-informer__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.7;
}
.cookie-informer__text a {
  color: #3281FF;
}
.cookie-informer__text a:hover {
  text-decoration: underline;
}
.cookie-informer__action {
  margin-left: 50px;
}
@media (max-width: 992px) {
  .cookie-informer__action {
    margin: 20px 0 0 0;
  }
}
.cookie-informer .button {
  min-width: 205px;
  width: 205px;
}
@media (max-width: 568px) {
  .cookie-informer .button {
    width: 100%;
  }
}

.hr + .feedback-form {
  margin-top: -30px;
}

.feedback-form__title {
  margin-bottom: 24px;
}
.feedback-form__note {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 30px;
}
.feedback-form label {
  color: #777;
}
.feedback-form .forms__action {
  text-align: right;
  margin: -5px 0;
}
.feedback-form .forms__field {
  margin: -5px 0;
}

.contacts__note {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 30px;
}
.contacts__item {
  margin-bottom: 20px;
}
.contacts__item:last-child {
  margin-bottom: 0;
}

.contact-item__label {
  font-size: 14px;
  line-height: 1.7;
  color: #777;
}
.contact-item__val {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5;
}
@media (max-width: 568px) {
  .contact-item__val {
    font-size: 20px;
  }
}
.contact-item a:hover {
  color: #3281FF;
}

.page-intro {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.7;
}
.page-intro + .hr {
  margin-bottom: 30px;
}

.password-hint {
  display: none;
  padding: 10px 15px;
  font-size: 14px;
  line-height: 1.7;
  background: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin-top: 10px;
  z-index: 99;
}
.password-hint:after {
  bottom: 100%;
  left: 25px;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 8px;
}

.lock-edit {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  right: 15px;
  top: 11.5px;
  width: 24px;
  height: 24px;
  background: url(../images/icon-edit-square-red.svg) center no-repeat;
  transition: 0.1s;
}
@media (max-width: 767px) {
  .lock-edit {
    opacity: 1;
    visibility: visible;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: none;
    width: auto;
    height: auto;
  }
}

.partners {
  display: flex;
  justify-content: center;
  margin: 0 -16px;
  padding: 13px 0;
}
@media (max-width: 992px) {
  .partners {
    display: block;
  }
}
.partners__title {
  width: 33.33%;
  padding: 0 16px;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .partners__title {
    width: auto;
  }
}
@media (min-width: 993px) {
  .partners__title .title-h1 {
    margin: 0;
  }
}
.partners__list {
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: -5px;
  width: 100%;
  max-width: 850px;
}
@media (max-width: 992px) {
  .partners__list {
    width: auto;
  }
}
.partners__list-item {
  width: 33.33%;
  padding: 15px;
}
@media (max-width: 767px) {
  .partners__list-item {
    padding: 7.5px;
  }
}

.partner-card {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 110px;
  background: #fff;
  border-radius: 5px;
  padding: 0 10px;
}
@media (max-width: 767px) {
  .partner-card {
    height: 70px;
  }
}
.partner-card img {
  display: block;
  max-width: 100%;
}
@media (max-width: 992px) {
  .partner-card img {
    max-width: 85%;
  }
}

/* popup */
.popup {
  display: none;
  padding: 60px 110px;
  border-radius: 10px;
  max-width: 630px;
  width: 100%;
  color: #252721;
}
@media (max-width: 767px) {
  .popup {
    width: 100%;
    padding: 60px 15px 30px 15px;
  }
}
.popup__title {
  font-family: "Mulish";
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 30px;
  text-align: center;
  margin: 0 0 25px;
}
.popup__note {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 568px) {
  .popup__note br {
    display: none;
  }
}
.popup__note a {
  color: #3281FF;
}
.popup__note a:hover {
  text-decoration: underline;
}
.popup__info {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.7;
  text-align: center;
}
@media (max-width: 767px) {
  .popup__wrap {
    width: 100%;
  }
}
.popup__wrap input[type=text],
.popup__wrap .button {
  width: 100%;
}
.popup__action-item {
  text-align: center;
  margin-bottom: 20px;
}
.popup__action-item:last-child {
  margin-bottom: 0;
}
.popup__action-item .button {
  width: auto;
  min-width: 250px;
}
.popup__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
  margin: 30px -10px 0;
}
@media (max-width: 568px) {
  .popup__actions {
    margin: 30px -5px 0;
  }
}
.popup__actions .button {
  width: auto;
  padding: 0 30px;
  margin: 0 10px;
  width: 50%;
  max-width: 195px;
}
@media (max-width: 568px) {
  .popup__actions .button {
    margin: 0 5px;
  }
}
.popup__cover {
  margin: 30px 0;
}
.popup__cover:first-child {
  margin-top: 0;
}
.popup__cover:last-child {
  margin-bottom: 0;
}
.popup__cover img {
  display: block;
  margin: 0 auto;
}
.popup__code {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0 40px;
}
.popup__code-item {
  padding: 0 5px;
}
.popup__code input[type=number],
.popup__code input[type=text] {
  width: 76px;
  height: 90px;
  border: 2px solid #E9EBF4;
  border-radius: 10px;
  text-align: center;
  font-size: 50px;
  padding: 0;
}
.popup__feedback {
  min-width: 300px;
  margin: 0 auto;
}
.popup__feedback-item {
  margin-bottom: 10px;
}
.popup .side-calculation {
  margin-bottom: 40px;
}
.popup .jq-selectbox ul {
  max-height: 220px;
}
.popup .tabs:first-child {
  margin-top: 20px;
}

.popup-feedback-button {
  background: #F9F9F9;
  font-weight: 600;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 48px;
  border-radius: 5px;
  transition: 0.1s;
}
.popup-feedback-button:hover {
  color: #fff;
  background-color: #3281FF;
}
.popup-feedback-button:hover::before {
  filter: brightness(0) invert(1);
}
.popup-feedback-button::before {
  content: "";
  width: 24px;
  height: 24px;
  margin-right: 10px;
  display: block;
  transition: 0.1s;
}
.popup-feedback-button--phone::before {
  background-image: url(../images/uicon-phone.svg);
}
.popup-feedback-button--email::before {
  background-image: url(../images/uicon-email.svg);
}

.auth-page {
  display: flex;
  min-height: 100vh;
}
@media (max-width: 992px) {
  .auth-page {
    display: block;
    padding-bottom: 100px;
  }
}
.auth-page-header {
  width: 45%;
  padding-left: calc((100vw - 1370px) / 2);
  padding-top: 150px;
  padding-bottom: 150px;
  padding-right: 80px;
  background: url(../images/auth-bg.jpg) center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
}
@media (max-width: 1400px) {
  .auth-page-header {
    width: 50%;
    padding-left: 40px;
  }
}
@media (max-width: 1200px) {
  .auth-page-header {
    padding-left: 30px;
  }
}
@media (max-width: 992px) {
  .auth-page-header {
    width: auto;
    padding: 40px 30px;
  }
}
@media (max-width: 568px) {
  .auth-page-header {
    display: none;
    padding: 30px 20px;
  }
}
.auth-page-header__logo {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .auth-page-header__logo {
    margin-bottom: 50px;
  }
}
.auth-page-header__logo img {
  display: block;
}
.auth-page-header__title {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.auth-page-header__note {
  font-size: 20px;
  line-height: 1.7;
}
@media (max-width: 1400px) {
  .auth-page-header__note br {
    display: none;
  }
}
@media (min-width: 993px) {
  .auth-page-header-fix {
    position: fixed;
  }
}
.auth-page-content {
  width: 55%;
  padding-left: 140px;
  padding-top: 150px;
  padding-bottom: 150px;
  padding-right: calc((100vw - 1370px) / 2);
}
@media (max-width: 1400px) {
  .auth-page-content {
    width: 50%;
    padding-right: 40px;
    padding-left: 80px;
  }
}
@media (max-width: 1200px) {
  .auth-page-content {
    padding-right: 30px;
  }
}
@media (max-width: 992px) {
  .auth-page-content {
    width: auto;
    padding: 40px 30px;
  }
}
@media (max-width: 568px) {
  .auth-page-content {
    padding: 40px 20px;
  }
}
.auth-page-content__wrap {
  max-width: 410px;
}
@media (max-width: 992px) {
  .auth-page-content__wrap {
    max-width: 100%;
  }
  .auth-page-content__wrap br {
    display: none;
  }
}
.auth-page-icon {
  margin-bottom: 35px;
}
.auth-page-icon img {
  display: block;
  width: 90px;
}
.auth-page-back {
  margin-bottom: 85px;
}
@media (max-width: 992px) {
  .auth-page-back {
    margin-bottom: 50px;
  }
}
.auth-page-action {
  margin-top: 30px;
}
.auth-page-nav {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #D9D9D9;
  display: flex;
  flex-wrap: wrap;
}
.auth-page-nav__item {
  margin: 5px 30px 5px 0;
}
.auth-page-nav__item:last-child {
  margin-right: 0;
}
.auth-page-nav a {
  color: #3281FF;
}
.auth-page-nav a:hover {
  text-decoration: underline;
}
.auth-page .tab-nav {
  margin-bottom: 40px;
}
.auth-page .forms .button {
  width: 100%;
}
.auth-page .file-uploads__list-item {
  width: 50%;
}

.toggle-reg-dc-form {
  display: flex;
  margin-bottom: -7px;
}

.reg-dc-form {
  display: none;
  padding-top: 10px;
  padding-bottom: 40px;
}

.attachment-link {
  display: inline-block;
  color: #3281FF;
  padding-left: 34px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.7;
  border: none;
  background: url(../images/icon-attachment.svg) left center no-repeat;
  width: auto;
}

/* popup messages */
.popup-messages {
  position: fixed;
  top: 76px;
  right: 10px;
  z-index: 999;
}
@media (max-width: 568px) {
  .popup-messages {
    left: 10px;
  }
}
.popup-messages .info-message {
  margin-bottom: 10px;
}
.popup-messages .info-message:last-child {
  margin-bottom: 0;
}

.info-message {
  width: 510px;
  background: #F9F9F9;
  border-radius: 10px;
  padding: 15px 20px 15px 55px;
  position: relative;
}
@media (max-width: 568px) {
  .info-message {
    width: 100%;
  }
}
.info-message::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  width: 24px;
  height: 24px;
  background: url(../images/icon-info.svg) center no-repeat;
}
.info-message--successful {
  background: #E7F9F6;
}
.info-message--successful::before {
  background: url(../images/icon-successful.svg) center no-repeat;
}
.info-message--alert {
  background: #FFF6ED;
}
.info-message--alert::before {
  background: url(../images/icon-alert.svg) center no-repeat;
}
.info-message--error {
  background: #FFEDED;
}
.info-message--error::before {
  background: url(../images/icon-error.svg) center no-repeat;
}
.info-message__title {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.7;
}
.info-message__descr {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
}

.forms input.select-custom-field {
  display: none;
  border-top: none;
  border-radius: 0 0 5px 5px;
  border: 1px solid #E3E3E3 !important;
  margin-top: -3px;
  background: rgba(244, 248, 255, 0.5);
}

/* DEMO INFO */
.demo-info {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 55px;
  background: #1A1A1A;
  z-index: 9999;
}
.demo-info__text {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 26px;
  color: #fff;
  padding: 0 27px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.7;
}
.demo-info__text::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(../images/icon-alert.svg) left center no-repeat;
  margin-right: 10px;
}

.support-message {
  max-width: 520px;
}
.support-message__cover {
  margin-bottom: 30px;
}
.support-message__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 30px;
}
.support-message__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 30px;
}
.support-message__action {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #D9D9D9;
  display: flex;
}
.support-message__action-item {
  margin-right: 60px;
}
.support-message__action-item:last-child {
  margin-right: 0;
}
.support-message a {
  color: #3281FF;
}
.support-message a:hover {
  color: #196FF8;
}

.text-row {
  margin: 60px -35px;
}
.text-row > div {
  padding: 0 35px;
}
@media (max-width: 992px) {
  .text-row {
    margin: 40px 0;
  }
  .text-row > div {
    padding: 0;
    margin-bottom: 30px;
  }
  .text-row > div:last-child {
    margin-bottom: 0;
  }
}

/* HINT */
.checkbox-with-hint {
  display: flex;
  align-items: center;
}
.checkbox-with-hint .hint {
  position: relative;
  top: -1px;
}

.hint {
  cursor: pointer;
  position: relative;
  margin-left: 8px;
  top: 1px;
}
.hint::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../images/icon-question-circle.svg) center no-repeat;
  filter: grayscale(100%);
  transition: 0.5s;
  display: block;
}
@media (min-width: 993px) {
  .hint:hover::before {
    filter: none;
  }
}
.hint.open::before {
  filter: none;
}
.hint__text {
  display: none;
  position: absolute;
  width: 460px;
  max-width: 460px;
  border: 1px solid #EBF3FF;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  padding: 30px;
  margin: -30px 0 0 15px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.7;
  z-index: 9999;
  color: #222;
  background: #fff;
}
@media (min-width: 993px) {
  .hint__text-arrow {
    display: none;
  }
  .hint__text:after, .hint__text:before {
    right: 100%;
    top: 41px;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  .hint__text:after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #fff;
    border-width: 8px;
    margin-top: -8px;
  }
  .hint__text:before {
    border-color: rgba(235, 243, 255, 0);
    border-right-color: #EBF3FF;
    border-width: 9px;
    margin-top: -9px;
  }
}
@media (max-width: 992px) {
  .hint__text {
    left: 30px;
    right: 30px;
    max-width: 100%;
    margin: 40px 0;
    width: auto;
  }
  .hint__text-close {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 32px;
    height: 32px;
    background: url(../images/close.svg) center no-repeat;
  }
  .hint__text-arrow {
    display: block;
    position: absolute;
    bottom: 100%;
    left: 100px;
    width: 18px;
    height: 8px;
    margin-left: 12px;
    background: url(../images/tail.svg) center no-repeat;
  }
  .hint__text-arrow.down {
    bottom: auto;
    top: 100%;
    transform: rotate(180deg);
  }
}
@media (max-width: 568px) {
  .hint__text {
    left: 20px;
    right: 20px;
    padding: 30px 20px 20px;
  }
}
.hint__text p {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.7;
  margin: 0 0 15px;
}
@media (max-width: 568px) {
  .hint__text p {
    font-size: 13px;
    line-height: 1.5;
    margin: 0 0 10px;
  }
}
.hint__text p:last-child {
  margin: 0;
}
.hint__text ul li {
  display: flex;
  font-size: 14px;
  line-height: 1.7;
}
.hint__text ul li::before {
  content: "";
  width: 4px;
  height: 4px;
  background: #252721;
  border-radius: 50%;
  position: relative;
  margin-right: 8px;
  top: 10px;
}
@media (min-width: 992px) {
  .hint:hover .hint__text {
    display: block;
  }
}

@media only screen and (min-width: 568px) and (max-width: 992px) {
  .filter__group .hint__text {
    right: auto;
    width: 375px;
  }
  .setting-page .hint__text {
    right: calc((100vw - 630px) / 2);
    left: calc((100vw - 630px) / 2);
  }
  .forms__field .hint__text-arrow {
    margin-left: -36px;
  }
}
@media (max-width: 992px) {
  .forms__field .hint__text {
    margin: 30px 0;
  }
}
/* PDF CARD */
.pdf-content {
  width: 910px;
  margin: 0 auto;
}
.pdf-content table {
  width: 100%;
}

.pdf-card-header {
  background: #F4F8FF;
  border-radius: 10px;
  padding: 30px;
  margin: 0 0 30px;
}
.pdf-card-header__info-logo {
  margin-bottom: 23px;
}
.pdf-card-header__info-logo img {
  display: block;
}
.pdf-card-header__info-slogan {
  font-size: 14px;
  line-height: 1.7;
}
.pdf-card-header__contacts {
  text-align: right;
  font-size: 14px;
  line-height: 1.7;
  vertical-align: bottom;
}
.pdf-card-header__contacts-item {
  margin-bottom: 3px;
}
.pdf-card-header__contacts-item:last-child {
  margin-bottom: 0;
}
.pdf-card-content {
  padding: 0 30px;
}
.pdf-card-content h1 {
  font-family: "Mulish";
  font-weight: 700;
  font-size: 32px;
  line-height: 150%;
  margin: 0 0 30px;
}
.pdf-card-content h3 {
  font-style: "Mulish";
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.pdf-card-params {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 30px;
}
.pdf-card-params td {
  padding: 10px 0;
  border-bottom: 1px solid #e3e3e3;
  vertical-align: top;
}
.pdf-card-params td:first-child {
  color: #777777;
  width: 330px;
  padding-right: 30px;
}
.pdf-card-contacts {
  background: #F4F8FF;
  border-radius: 10px;
  padding: 22px 30px;
}
.pdf-card-contacts td {
  width: 50%;
  padding: 8px 0;
  font-size: 16px;
  line-height: 1.7;
}
.pdf-card-contacts-el {
  padding-left: 34px;
}

.contacts-icon-phone {
  background: url(../images/icon-phone-black.svg) left center no-repeat;
}
.contacts-icon-url {
  background: url(../images/icon-url-black.svg) left center no-repeat;
}
.contacts-icon-user {
  background: url(../images/icon-user-black.svg) left center no-repeat;
}
.contacts-icon-email {
  background: url(../images/icon-email-black.svg) left center no-repeat;
}

/* footer */
.footer {
  font-size: 16px;
  line-height: 1.7;
  background: #222;
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.05), 0px -1px 0px rgba(0, 0, 0, 0.05);
  margin-top: 110px;
  color: #DDDDDD;
}
@media (max-width: 992px) {
  .footer {
    padding: 20px 0;
  }
}
@media (max-width: 767px) {
  .footer {
    padding: 0;
  }
}
.footer__top {
  display: flex;
  justify-content: space-between;
  padding: 60px 0;
}
@media (max-width: 568px) {
  .footer__top {
    display: block;
    padding: 30px 0 40px 0;
  }
}
.footer__top-left {
  padding-right: 30px;
}
@media (max-width: 568px) {
  .footer__top-left {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.footer__top-right {
  width: 57%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .footer__top-right {
    display: block;
    width: auto;
    padding-right: 40px;
  }
}
@media (max-width: 568px) {
  .footer__top-right {
    padding-right: 0;
  }
}
.footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  height: 64px;
}
@media (max-width: 767px) {
  .footer__bottom {
    height: auto;
    padding: 30px 0;
    display: block;
    text-align: center;
  }
}
.footer__bottom::before {
  content: "";
  position: absolute;
  top: 0;
  left: -1000px;
  right: -1000px;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .footer__bottom-col {
    margin-bottom: 30px;
  }
  .footer__bottom-col:last-child {
    margin-bottom: 0;
  }
}

.f-logo {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .f-logo {
    margin-bottom: 20px;
  }
}
.f-logo img {
  display: block;
}

.f-nav__item {
  margin-bottom: 20px;
}
.f-nav__item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .f-nav__item:last-child {
    margin-bottom: 20px;
  }
}
.f-nav a.active,
.f-nav a:hover {
  color: #3281FF;
}

.f-note {
  font-size: 16px;
  line-height: 1.7;
}

@media (min-width: 993px) {
  .f-copyright br {
    display: none;
  }
}

.f-develop {
  display: flex;
  align-items: center;
  color: #777;
}
@media (max-width: 767px) {
  .f-develop {
    justify-content: center;
  }
}
.f-develop img {
  display: block;
  margin-left: 6px;
}

.pageup {
  position: fixed;
  right: 70px;
  bottom: 110px;
  z-index: 999;
  width: 80px;
  height: 80px;
  background: #E3E3E3;
  opacity: 0.8;
  border-radius: 50%;
  transition: 0.3s;
  cursor: pointer;
  display: none;
  border: none;
}
.pageup::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition: 0.3s;
  background: url(../images/arrow-up.svg) center no-repeat;
}
.pageup:hover {
  opacity: 1;
  background-color: #3281FF;
}
.pageup:hover::after {
  filter: brightness(0) invert(1);
}

.page-content {
  position: relative;
}

.box-arrow-wrap {
  position: fixed;
  right: 70px;
  bottom: 0;
  height: 140px;
  z-index: 999;
  display: none;
}
@media (max-width: 767px) {
  .box-arrow-wrap {
    display: block;
    right: 20px;
    height: 40px;
    bottom: 15px;
  }
}
.box-arrow-wrap.up .box-arrow-button::after {
  transform: none;
}
.box-arrow-wrap.bottom {
  position: absolute;
  bottom: -60px;
}
@media (max-width: 767px) {
  .box-arrow-wrap.bottom {
    bottom: 15px;
    right: 0;
  }
}

.box-arrow-button {
  position: relative;
  display: block;
  width: 80px;
  height: 80px;
  background: #E3E3E3;
  opacity: 0.8;
  border-radius: 50%;
  transition: 0.3s;
  cursor: pointer;
  border: none;
}
@media (max-width: 767px) {
  .box-arrow-button {
    width: 40px;
    height: 40px;
  }
}
.box-arrow-button::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition: 0.3s;
  background: url(../images/arrow-up.svg) center no-repeat;
  transform: rotate(180deg);
}
@media (max-width: 767px) {
  .box-arrow-button::after {
    background-size: 14px;
  }
}
.box-arrow-button:hover {
  opacity: 1;
  background-color: #3281FF;
}
.box-arrow-button:hover::after {
  filter: brightness(0) invert(1);
}

.fly-table-count {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
}

.tabel-footer-fly {
  display: none;
  position: fixed;
  bottom: 62px;
  z-index: 999;
}
@media (max-width: 767px) {
  .tabel-footer-fly {
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
  }
}
.tabel-footer-fly::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 80px;
  margin-top: -10px;
  background: #fff;
  z-index: -1;
}
.tabel-footer-fly .tabel-footer {
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 15px;
  margin-top: 0;
  background: #fff;
}
@media (max-width: 767px) {
  .tabel-footer-fly .tabel-footer {
    padding: 15px 20px;
  }
  .tabel-footer-fly .tabel-footer__left {
    display: none;
  }
}
.tabel-footer-fly .button {
  font-size: 14px;
  height: 36px;
  padding: 0 20px;
}
.tabel-footer-fly.bottom {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.tabel-footer-fly.bottom .tabel-footer {
  box-shadow: none;
  border-radius: 0;
}
@media (max-width: 767px) {
  .tabel-footer-fly.bottom .tabel-footer {
    padding: 15px 0;
  }
}

/* new style */
.cropper-container img {
  display: block;
  max-width: 100%;
}
.cropper-container .preview {
  overflow: hidden;
  width: 300px;
  height: 180px;
  margin-left: 10px;
  border: 1px solid red;
}

.col-status {
  white-space: nowrap;
}

.ql-container.ql-snow,
.ql-toolbar.ql-snow {
  border: none;
}

.ql-video {
  width: 100%;
  aspect-ratio: 16/9;
}

.ql-toolbar.ql-snow {
  margin-bottom: 20px;
}

.ql-toolbar.ql-snow {
  padding: 20px 0;
  border-top: 1px solid grey;
  border-bottom: 1px solid grey;
}

#post-banner-label {
  cursor: pointer;
}

.show-hint {
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  right: 15px;
  top: 12px;
  background: url(../images/icon-info.svg) center no-repeat;
  cursor: pointer;
}

input[type=text].input-muted,
input[type=email].input-muted,
textarea.input-muted {
  background-color: #f9f9f9;
}

.card-is-loading {
  background: #eee;
  background: linear-gradient(110deg, #ececec 8%, #f5f5f5 18%, #ececec 33%);
  border-radius: 5px;
  background-size: 200% 100%;
  animation: 1.5s shine linear infinite;
  height: 200px;
}

@keyframes shine {
  to {
    background-position-x: -200%;
  }
}
.country-mask-list {
  width: 100%;
  height: 48px;
  font-size: 16px;
  text-align: left;
  color: #252721;
  background: #fff;
  border: 1px solid #E3E3E3;
  border-radius: 5px;
}
.country-mask-list.focus {
  border-color: #3281FF;
}
.country-mask-list__hinput {
  position: absolute;
  opacity: 0;
  top: 0;
  z-index: -1;
}
.country-mask-list__placeholder {
  display: flex;
  align-items: center;
  height: 100%;
  opacity: 0.7;
  padding: 0 15px;
}
.country-mask-list__field {
  display: none;
}
.country-mask-list__field.show {
  display: flex;
  align-items: center;
}
.country-mask-list__field.show label {
  display: block;
}
.country-mask-list__field input[type=text] {
  border: none;
  height: 46px;
  padding: 0;
}

.mask-code {
  font-size: 16px;
}
.mask-code__title {
  color: #777;
  padding: 0 0 0 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  width: 71px;
  margin-right: 2px;
  position: relative;
}
.mask-code__title:after {
  content: "";
  border: solid transparent;
  height: 0;
  width: 0;
  pointer-events: none;
  border-color: rgba(34, 34, 34, 0);
  border-top-color: #222;
  border-width: 4px;
  position: relative;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translate(0, calc(-50% + 2px));
}
.mask-code__list {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 100%;
  z-index: 999;
  background: #fff;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  padding: 5px;
  display: none;
}
.mask-code__list:hover .mask-code-card.active {
  background: transparent;
}
.mask-code__list:hover .mask-code-card:hover {
  background: #F9F9F9;
}

.mask-code-card {
  display: flex;
  align-items: center;
  padding: 4px 10px;
  font-size: 16px;
  cursor: pointer;
}
.mask-code-card.active {
  background: #F9F9F9;
  border-radius: 5px;
}
.mask-code-card__code {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 63px;
  color: #777;
}
.mask-code-card__code::after {
  content: "";
  width: 1px;
  height: 20px;
  background: #D9D9D9;
  margin: 0 12px 0 10px;
}
.mask-code-card__title {
  position: relative;
}/*# sourceMappingURL=style.css.map */