html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5,
h6, p, blockquote, pre, a, abbr, acronym, address, big,
cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small,
strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt,
dd, ol, ul, li, fieldset, form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td, article, aside, canvas, details,
embed, figure, figcaption, footer, header, hgroup, menu, nav,
output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

img, fieldset, a img {
  border: none;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  -webkit-appearance: none;
}

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

input[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
}

input, button {
  margin: 0;
  padding: 0;
  border: 0;
}

div, input, textarea, select, button,
h1, h2, h3, h4, h5, h6, a, span, a:focus {
  outline: none;
}

ul, ol {
  list-style-type: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
}

html {
  box-sizing: border-box;
}

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

@media (prefers-reduced-motion: reduce) {
  * {
    transition: none !important;
  }
}

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Light.eot");
  src: url("../fonts/Roboto-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Light.woff2") format("woff2"), url("../fonts/Roboto-Light.woff") format("woff"), url("../fonts/Roboto-Light.ttf") format("truetype"), url("../fonts/Roboto-Light.svg#Roboto-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Regular.eot");
  src: url("../fonts/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto-Regular.ttf") format("truetype"), url("../fonts/Roboto-Regular.svg#Roboto-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Medium.eot");
  src: url("../fonts/Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Medium.woff2") format("woff2"), url("../fonts/Roboto-Medium.woff") format("woff"), url("../fonts/Roboto-Medium.ttf") format("truetype"), url("../fonts/Roboto-Medium.svg#Roboto-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/*@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Bold.eot");
  src: url("../fonts/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto-Bold.woff") format("woff"), url("../fonts/Roboto-Bold.ttf") format("truetype"), url("../fonts/Roboto-Bold.svg#Roboto-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}*/

@font-face {
  font-family: 'Segoe UI';
  src: url("../fonts/SegoeUI-Light.eot");
  src: url("../fonts/SegoeUI-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/SegoeUI-Light.woff2") format("woff2"), url("../fonts/SegoeUI-Light.woff") format("woff"), url("../fonts/SegoeUI-Light.ttf") format("truetype"), url("../fonts/SegoeUI-Light.svg#SegoeUI-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

html,
body {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-overflow-scrolling: touch;
  text-rendering: optimizelegibility;
  -webkit-font-feature-settings: "liga" 1;
  -moz-font-feature-settings: "liga" 1;
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga" 1;
}

body {
  margin: 0;
  font-family: 'Segoe UI';
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center top;
  min-width: 320px;
}
@media(min-width: 492px) {
    body {
        background-image: url("../images/bg-header.png");
    }
}

@media only screen and (max-width: 1200px) {
  body {
    background-size: 800px;
  }
}

@media only screen and (max-width: 900px) {
  body {
    background-size: 600px;
  }
}

@media only screen and (max-width: 500px) {
  body {
    background-size: 400px;
  }
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

a [x-apple-data-detectors] {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-decoration: none;
  color: inherit;
}

input[required]:-moz-ui-invalid,
textarea[required]:-moz-ui-invalid {
  box-shadow: none;
}

textarea {
  max-width: 100%;
}

button {
  margin: 0;
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.container {
  margin: 0 auto;
  max-width: 1210px;
  padding: 0 20px;
}

.container--sm {
  max-width: 1010px;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0;
}

.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
  max-width: 100%;
  resize: none;
  height: 18px;
  vertical-align: bottom;
  font-family: sans-serif;
  overflow: hidden;
  word-break: keep-all;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option--selectable {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  /*font-weight: bold;*/
    font-weight: 500;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative;
}

.select2-container--default .select2-selection--multiple.select2-selection--clearable {
  padding-right: 25px;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
    /*font-weight: bold;*/
    font-weight: 500;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  position: absolute;
  right: 0;
  padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
  padding-left: 20px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
    /*font-weight: bold;*/
    font-weight: 500;
  padding: 0 4px;
  position: absolute;
  left: 0;
  top: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: #f1f1f1;
  color: #333;
  outline: none;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--group {
  padding: 0;
}

.select2-container--default .select2-results__option--disabled {
  color: #999;
}

.select2-container--default .select2-results__option--selected {
  background-color: #ddd;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
    /*font-weight: bold;*/
    font-weight: 500;
  height: 26px;
  margin-right: 20px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #888;
  cursor: pointer;
  font-size: 1em;
    /*font-weight: bold;*/
    font-weight: 500;;
  padding: 0 4px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
  outline: none;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option--group {
  padding: 0;
}

.select2-container--classic .select2-results__option--disabled {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: #fff;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

/**
 * Swiper 5.0.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 17, 2019
 */

/*@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
    font-weight: 400;
    font-style: normal;
}*/

:root {
  --swiper-theme-color:#007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  /*display: flex;*/
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform,height;
}

.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
  content: 'prev';
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
}

.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
  --swiper-navigation-color:#ffffff;
}

.swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {
  --swiper-navigation-color:#000000;
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: .2s transform,.2s top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform,.2s left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform,.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color:#ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color:#000000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

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

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.checkbox {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}

.checkbox input {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
}

.checkbox input:checked ~ .checkbox__mark::after {
  opacity: 1;
}

.checkbox__mark {
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  border: 1px solid #50545B;
  border-radius: 2px;
  position: relative;
}

.checkbox__mark::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-3px, -3px);
  content: '';
  width: 6px;
  height: 6px;
  background-color: #446DB6;
  border-radius: 1px;
  opacity: 0;
  transition-property: opacity;
  transition-duration: .3s;
}

.checkbox__title {
  flex: 1 1 auto;
  padding-left: 10px;
  font-family: 'Segoe UI';
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.2;
  /*text-decoration-line: underline;*/
  color: #fff;
}
.filter-services-dropdown .checkbox__title {
    text-decoration-line: underline;
}

/*@media only screen and (max-width: 767px) {
  .checkbox__title {
    font-size: 12px;
  }
}*/

.checkbox:hover .checkbox__title {
  text-decoration: none;
}

.checkbox--lg .checkbox__mark {
  width: 20px;
  height: 20px;
  border-radius: 0;
}

.checkbox--lg .checkbox__mark::before {
  width: 8px;
  height: 8px;
}

.checkbox--lg .checkbox__title {
  padding-left: 12px;
  text-decoration: none;
}

.checkbox--normal .checkbox__title {
  text-decoration: none;
}

.radiobox-btn {
  cursor: pointer;
}

.radiobox-btn input {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
}

.radiobox-btn input:checked ~ .radiobox-btn__button {
  background-color: #446DB6;
  border-color: #fff;
}

.radiobox-btn__button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  background-color: #0A1320;
  border: 1px solid #50545B;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  transition-property: background-color, border-color;
  transition-duration: .3s;
}

.radiobox-btn:hover .radiobox-btn__button {
  background-color: #446DB6;
  border-color: #fff;
}

.custom-select .select2-container {
  width: 100% !important;
}

.custom-select .select2-container--default .select2-selection--single {
  height: 40px;
  border: 1px solid #50545B;
  background-color: #000;
  border-radius: 0;
}

.custom-select .select2-container .select2-selection--single .select2-selection__rendered {
  font-family: 'Segoe UI';
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 38px;
  color: #fff;
  padding: 0 50px 0 20px;
}

.custom-select .select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 50px;
  height: 40px;
  top: 0;
  right: 0;
}

.custom-select .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.custom-select .select2-container--default .select2-selection--single .select2-selection__arrow::before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -8px 0 0 -8px;
  content: '';
  width: 16px;
  height: 16px;
  background-image: url("../images/icon-arrow-down.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transition-property: transform;
  transition-duration: .3s;
}

.custom-select .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow::before {
  transform: rotate(180deg);
}

.custom-select .select2-container--default.select2-container--open .select2-selection--single {
  border-bottom-color: transparent;
}

.custom-select.custom-select--sm .select2-container--default .select2-selection--single {
  height: 25px;
  border: 1px solid #50545B;
  background: #0A1320;
  border-radius: 0;
}

.custom-select.custom-select--sm .select2-container .select2-selection--single .select2-selection__rendered {
  font-size: 14px;
  line-height: 23px;
  padding: 0 30px 0 10px;
}

.custom-select.custom-select--sm .select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 30px;
  height: 25px;
  top: 0;
  right: 0;
}

.select2-dropdown {
  border: 1px solid #50545B;
  background-color: #000;
  border-radius: 0;
  margin-top: -1px;
}

.select2-dropdown .select2-results__options {
  max-height: 196px !important;
}

.select2-dropdown .select2-results__option {
  font-family: 'Segoe UI';
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.2;
  color: #fff;
  padding: 6px 20px;
}

.select2-dropdown .select2-results__option--selected {
  background-color: #5897fb;
}

.select2-dropdown.dropsm .select2-results__option {
  padding: 4px 10px;
}

.swiper-button-prev {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border: 1px solid #50545B;
  border-radius: 50%;
  background-image: url("../images/icon-prev.svg");
  background-repeat: no-repeat;
  background-position: center;
  transition-property: border-color;
  transition-duration: .3s;
  z-index: 3;
  cursor: pointer;
}

.swiper-button-prev::after {
  display: none;
}

.swiper-button-prev:hover {
  border-color: #fff;
}

.swiper-button-prev--black {
  width: 50px;
  height: 50px;
  background-color: #000;
  background-size: 32px;
  border-radius: 0;
  border: 0;
  transition-property: opacity;
}

.swiper-button-prev--black:hover {
  opacity: .8;
}

@media only screen and (max-width: 1023px) {
  .swiper-button-prev--black {
    width: 32px;
    height: 32px;
    background-size: 22px;
  }
}

.swiper-button-next {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border: 1px solid #50545B;
  border-radius: 50%;
  background-image: url("../images/icon-next.svg");
  background-repeat: no-repeat;
  background-position: center;
  transition-property: border-color;
  transition-duration: .3s;
  z-index: 3;
  cursor: pointer;
}

.swiper-button-next::after {
  display: none;
}

.swiper-button-next:hover {
  border-color: #fff;
}

.swiper-button-next--black {
  width: 50px;
  height: 50px;
  background-color: #000;
  background-size: 32px;
  border-radius: 0;
  border: 0;
  transition-property: opacity;
}

.swiper-button-next--black:hover {
  opacity: .8;
}

@media only screen and (max-width: 1023px) {
  .swiper-button-next--black {
    width: 32px;
    height: 32px;
    background-size: 22px;
  }
}

.swiper-pagination {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  margin: 0 3px;
  width: 12px;
  height: 12px;
  border: 1px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  z-index: 2;
  position: relative;
}

.swiper-pagination .swiper-pagination-bullet::after {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  transform: translate(-3px, -3px);
  border-radius: 50%;
  background-color: #446DB6;
  opacity: 0;
  transition-property: opacity;
  transition-duration: .3s;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  opacity: 1;
}

.button-blue {
  display: inline-block;
  width: 100%;
  height: 40px;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  text-align: center;
  padding: 0 20px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 40px;
  color: #fff;
  background: linear-gradient(180deg, #446DB6 0%, #14284A 100%);
}

.button-blue:hover {
  background: linear-gradient(180deg, #5E8AD9 0%, #1D355F 100%);
}

.button-blue--login {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 300;
  font-family: 'Segoe UI';
}

.button-blue--login img {
  display: inline-block;
  margin-right: 8px;
}

.button-blue--filter {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 300;
  font-family: 'Segoe UI';
  text-transform: uppercase;
  font-size: 14px;
}

.button-blue--filter img {
  display: inline-block;
  margin-right: 8px;
}

.button-border {
  display: inline-block;
  text-align: center;
  width: 100%;
  height: 40px;
  text-decoration: none;
  background-color: #0A1320;
  border: 1px solid #50545B;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 38px;
  color: #fff;
  padding: 0 20px;
  transition-property: background-color, border-color;
  transition-duration: .3s;
}

.button-border:hover, .button-border.is-active {
  background-color: #446DB6;
  border-color: #fff;
}

.button-back {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  text-decoration: none;
  background-color: #000;
  border: 1px solid #50545B;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 38px;
  text-transform: uppercase;
  color: #fff;
  padding: 0 20px;
  transition-property: background-color, border-color;
  transition-duration: .3s;
}

.button-back img {
  display: inline-block;
  margin-right: 10px;
}

.button-back:hover, .button-back.is-active {
  background-color: #446DB6;
  border-color: #fff;
}

.field-input {
  display: block;
  width: 100%;
  height: 40px;
  border: 1px solid #50545B;
  outline: none;
  padding: 0 20px;
  font-family: 'Segoe UI';
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  background-color: #000;
}

.field-input::placeholder {
  color: #fff;
}

.field-input.sm {
  height: 25px;
  padding: 0 10px;
}

.field-input.message {
  padding: 0 10px;
}

.field-input.message::placeholder {
  color: #6C717A;
}

.field-input.transparent {
  padding: 0 10px;
  background-color: transparent;
}

.field-input.transparent::placeholder {
  color: #6C717A;
}

.field-textarea {
  display: block;
  width: 100%;
  height: 90px;
  background: #0A1320;
  border: 1px solid #50545B;
  outline: none;
  padding: 8px 10px;
  font-family: 'Segoe UI';
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  resize: none;
}

.field-textarea::placeholder {
  color: #fff;
}

.field-textarea.message {
  background-color: #000;
}

.field-textarea.message::placeholder {
  color: #6C717A;
}

.field-textarea.message-lg {
  background-color: #000;
  padding: 12px 28px;
  height: 134px;
}

.field-textarea.message-lg::placeholder {
  color: #6C717A;
}

@media only screen and (max-width: 767px) {
  .breadcrumbs--desk {
    display: none;
  }
}

.breadcrumbs--articles .breadcrumbs__content {
  padding-top: 20px;
}

.breadcrumbs ul {
  display: flex;
  align-items: center;
}

.breadcrumbs ul li {
  display: inline-block;
  margin-right: 14px;
}

.breadcrumbs ul li:last-child {
  margin-right: 0;
}

.breadcrumbs ul li a {
  display: inline-block;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 1;
  color: #6C717A;
  position: relative;
}

.breadcrumbs ul li a:hover {
  text-decoration: underline;
}

.breadcrumbs ul li a::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -10px;
  content: '/';
  font-family: 'Roboto';
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 1;
  color: #6C717A;
}

.breadcrumbs ul li span {
  display: inline-block;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 1;
  color: #446DB6;
}

.main {
  position: relative;
  overflow-x: hidden;
  padding-bottom: 117px;
  min-height: calc(100% - 86px);
}

@media only screen and (max-width: 1023px) {
  .main {
    min-height: calc(100% - 66px);
  }
}

@media only screen and (max-width: 767px) {
  .main {
    min-height: inherit;
    padding-bottom: 0;
  }
}

.main__title {
  display: block;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #fff;
}

@media only screen and (max-width: 1024px) {
  .main__title {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .main__title {
    font-size: 14px;
  }
}

/*@media only screen and (max-width: 500px) {
  .main__title {
    font-size: 12px;
  }
}*/

.main__title--with-decor {
  position: relative;
  padding-bottom: 8px;
}

.main__title--with-decor::after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 60px;
  height: 2px;
  background-color: #446DB6;
}

@media only screen and (max-width: 767px) {
  .main__title--with-decor::after {
    width: 50px;
  }
}

@media only screen and (max-width: 550px) {
  .main__title--with-decor::after {
    width: 40px;
  }
}

.main__text {
  display: block;
  font-family: 'Segoe UI';
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.4;
  color: #fff;
}

.main__link {
  display: inline-block;
  font-family: 'Segoe UI';
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.3;
  color: #fff;
}

.main__link:hover {
  text-decoration: underline;
}

.header {
  position: relative;
  z-index: 2;
}

.header__burger {
  display: none;
  position: relative;
  width: 28px;
  height: 24px;
  cursor: pointer;
  background-color: transparent;
  transition-property: background-color;
  transition-duration: .3s;
}

@media only screen and (max-width: 767px) {
  .header__burger {
    display: block;
  }
}

.header__burger::before {
    position: absolute;
    content: '';
    top: 4px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #fff;
    transition-property: transform;
    transition-duration: .3s;
}

.header__burger span {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    width: 100%;
    height: 3px;
    margin-top: -1px;
    background-color: #fff;
    transition-property: opacity;
    transition-duration: .3s;
}

.header__burger::after {
    position: absolute;
    content: '';
    bottom: 3px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #fff;
    transition-property: transform;
    transition-duration: .3s;
}

.header__burger.is-open {
  background-color: #446DB6;
}

.header__burger.is-open::before {
  width: 17px;
  transform: rotate(45deg) translate(6.5px, 1.5px);
}

.header__burger.is-open span {
  opacity: 0;
}

.header__burger.is-open::after {
  width: 17px;
  transform: rotate(-45deg) translate(7px, -2px);
}

.header__content {
  padding: 20px 0 40px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

@media only screen and (max-width: 1023px) {
  .header__content {
    padding: 20px 0;
  }
}

@media only screen and (max-width: 767px) {
  .header__content {
    padding: 14px 0;
  }
}

.header__logo {
  position: absolute;
  top: 45px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .header__logo {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    order: 2;
  }
}

.header__logo img {
  max-width: 332px;
  width: 100%;
  display: block;
}

@media only screen and (max-width: 1023px) {
  .header__logo img {
    max-width: 200px;
  }
}

@media only screen and (max-width: 500px) {
  .header__logo img {
    max-width: 220px;
  }
}

.header__languages {
  display: inline-block;
  position: relative;
  z-index: 3;
}

@media only screen and (max-width: 767px) {
  .header__languages {
    order: 3;
  }
}

.header__languages-button {
  width: 50px;
  height: 26px;
  background-color: transparent;
  border: 1px solid #50545B;
  padding: 5px 4px;
  font-family: 'Segoe UI';
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
  line-height: 26px;
  color: #FFF7F7;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.header__languages-button img {
  width: 27px;
  display: inline-block;
  margin-right: 5px;
}

.header__languages-button::after {
  position: absolute;
  content: '';
  top: 50%;
  margin-top: -2px;
  right: 2px;
  width: 6px;
  height: 5px;
  background-image: url("../images/icon-arrow-down-lang.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transition-property: transform;
  transition-duration: .3s;
}

.header__languages-drop {
  display: block;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.25);
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #50545B;
  top: calc(100% - 1px);
  left: 0;
  width: 100%;
  background-color: #000;
  transition-property: transform, opacity, visibility;
  transition-duration: .3s;
  padding: 4px;
}

.header__languages-drop li {
  display: block;
  margin-bottom: 4px;
}

.header__languages-drop li:last-child {
  margin-bottom: 0;
}

.header__languages-drop li a, .header__languages-drop li .a {
  display: flex;
  align-items: center;
  font-family: 'Segoe UI';
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
  line-height: 1.1;
  color: #FFF7F7;
  text-transform: uppercase;
  position: relative;
  transition-property: background-color, color;
  transition-duration: .3s;
}

.header__languages-drop li a img, .header__languages-drop li .a img {
  width: 27px;
  display: inline-block;
  margin-right: 5px;
}

.header__languages-drop li a:hover {
  text-decoration: underline;
}

.header__languages-drop li:last-child {
  margin-bottom: 0;
}

.header__languages.is-open .header__languages-drop {
  opacity: 1;
  visibility: visible;
}

.header__languages.is-open .header__languages-button {
  border-bottom-color: transparent;
}

.header__languages.is-open .header__languages-button::after {
  transform: rotate(180deg);
}

.header__sign-in {
  display: flex;
  align-items: center;
  font-family: 'Segoe UI';
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.2;
  color: #fff;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .header__sign-in {
    display: none;
  }
}

.header__sign-in:hover {
  text-decoration: underline;
}

.header__sign-in::before {
  display: inline-block;
  content: '';
  width: 10px;
  height: 15px;
  background-image: url("../images/icon-login.svg");
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 8px;
}

.header__rside {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .header__rside {
    display: none;
  }
}

.header__link {
  display: inline-block;
  font-family: 'Segoe UI';
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.2;
  color: #fff;
  margin-right: 30px;
}

.header__link:hover {
  text-decoration: underline;
}

.header__exit {
  display: flex;
  align-items: center;
  font-family: 'Segoe UI';
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.2;
  color: #fff;
  cursor: pointer;
}

.header__exit:hover {
  text-decoration: underline;
}

.header__exit::after {
  display: inline-block;
  content: '';
  width: 24px;
  height: 24px;
  background-image: url("../images/icon-exit.svg");
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 12px;
}

.mobile-menu {
  position: fixed;
  top: 66px;
  left: 0;
  width: 100%;
  height: calc(100% - 66px);
  max-height: calc(100% - 66px);
  background-color: #000;
  padding: 25px 20px;
  z-index: 10;
  overflow-y: auto;
  transform: translateX(-100%);
  transition-property: transform;
  transition-duration: .4s;
}

@media only screen and (max-width: 767px) {
  .mobile-menu {
    top: 54px;
    height: calc(100% - 54px);
    max-height: calc(100% - 54px);
  }
}

.mobile-menu__items {
  display: block;
}

.mobile-menu__items > li {
  display: block;
  margin-bottom: 20px;
}

.mobile-menu__items > li:last-child {
  margin-bottom: 0;
}

.mobile-menu__items > li > a {
  display: block;
  position: relative;
  align-items: center;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 1.4;
  text-transform: uppercase;
  color: #fff;
  padding: 10px 10px 10px 25px;
}

.mobile-menu__items > li > a:hover {
  text-decoration: underline;
}

.mobile-menu__items > li > a img {
  position: absolute;
  top: calc(50% - 2px);
  transform: translateY(-50%);
  left: 0;
}

.mobile-menu__items > li.menu-drop > a::after {
  position: absolute;
  content: '';
  top: 9px;
  right: 0;
  width: 16px;
  height: 16px;
  background-image: url("../images/icon-arrow-down.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(90deg);
  transition-property: transform;
  transition-duration: .3s;
}

.mobile-menu__items > li.menu-drop.is-open-menu a::after {
  transform: rotate(0);
}

.mobile-menu__actions {
  display: block;
  margin: 35px auto 0 auto;
  max-width: 300px;
  text-align: center;
}

.mobile-menu__actions .main__link {
  margin-top: 15px;
}

.mobile-menu__drop {
  display: none;
  margin: 0 -20px;
}

.mobile-menu__drop li {
  display: block;
}

.mobile-menu__drop li a, .mobile-menu__drop li .a {
  display: block;
  position: relative;
  padding: 12px 20px 12px 58px;
  font-family: 'Segoe UI';
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.1;
  color: #50545B;
  border-bottom: 1px solid #07080B;
  transition-property: color;
  transition-duration: .3s;
}

.mobile-menu__drop li a::before, .mobile-menu__drop li .a::before {
  position: absolute;
  content: '';
  top: 50%;
  margin-top: -1px;
  left: 46px;
  width: 2px;
  height: 2px;
  background-color: #50545B;
  border-radius: 50%;
}

.mobile-menu__drop li a::after, .mobile-menu__drop li .a::after {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -8px;
  content: '';
  width: 16px;
  height: 16px;
  background-image: url("../images/icon-done.svg");
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
  transition-property: opacity;
  transition-duration: .3s;
}

.mobile-menu__drop li a:first-child, .mobile-menu__drop li .a:first-child {
  border-top: 1px solid #07080B;
}

.mobile-menu__drop li a.is-active, .mobile-menu__drop li a:hover, .mobile-menu__drop li .a.is-active, .mobile-menu__drop li .a:hover {
  color: #fff;
}

.mobile-menu__drop li a.is-active::after, .mobile-menu__drop li a:hover::after, .mobile-menu__drop li .a.is-active::after, .mobile-menu__drop li .a:hover::after {
  opacity: 1;
}

.mobile-menu .account__tabs-info {
  margin-bottom: 20px;
}

.mobile-menu__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.mobile-menu__top .header__exit {
  font-size: 12px;
}

.mobile-menu__top .header__exit::after {
  margin-left: 8px;
}

.mobile-menu__lside {
  display: flex;
  align-items: center;
  font-family: 'Segoe UI';
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 1.2;
  color: #fff;
}

.mobile-menu__lside span {
  color: #446DB6;
  padding-left: 4px;
}

body.is-open-menu {
  overflow: hidden;
}

body.is-open-menu .mobile-menu {
  transform: translateX(0);
}

@media only screen and (max-width: 767px) {
  .main--profile .mobile-menu {
    top: 96px;
    height: calc(100% - 96px);
    max-height: calc(100% - 96px);
  }
}

.mobile-filter {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 15;
  transform: translateX(100%);
  transition-property: transform;
  transition-duration: .4s;
}

.mobile-filter__close {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 100%;
  cursor: pointer;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.7);
}

.mobile-filter__close-button {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  background-color: #446DB6;
  background-image: url("../images/icon-close.svg");
  background-repeat: no-repeat;
  background-position: center;
    z-index: 9999;
}

.mobile-filter__container {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - 60px);
  height: 100%;
  background-color: #000;
  z-index: 999;
  display: flex;
  flex-direction: column;
}

.mobile-filter__container.show-status .mobile-filter__options {
  display: none;
}

.mobile-filter__container.show-status .mobile-filter--main {
  display: none;
}

.mobile-filter__container.show-status .mobile-filter__back.title-status {
  display: flex;
}

.mobile-filter__container.show-status .mobile-filter--status {
  display: block;
}

.mobile-filter__container.show-age .mobile-filter__options {
  display: none;
}

.mobile-filter__container.show-age .mobile-filter--main {
  display: none;
}

.mobile-filter__container.show-age .mobile-filter__back.title-age {
  display: flex;
}

.mobile-filter__container.show-age .mobile-filter--age {
  display: block;
}

.mobile-filter__container.show-height .mobile-filter__options {
  display: none;
}

.mobile-filter__container.show-height .mobile-filter--main {
  display: none;
}

.mobile-filter__container.show-height .mobile-filter__back.title-height {
  display: flex;
}

.mobile-filter__container.show-height .mobile-filter--height {
  display: block;
}

.mobile-filter__container.show-weight .mobile-filter__options {
  display: none;
}

.mobile-filter__container.show-weight .mobile-filter--main {
  display: none;
}

.mobile-filter__container.show-weight .mobile-filter__back.title-weight {
  display: flex;
}

.mobile-filter__container.show-weight .mobile-filter--weight {
  display: block;
}

.mobile-filter__container.show-breast .mobile-filter__options {
  display: none;
}

.mobile-filter__container.show-breast .mobile-filter--main {
  display: none;
}

.mobile-filter__container.show-breast .mobile-filter__back.title-breast {
  display: flex;
}

.mobile-filter__container.show-breast .mobile-filter--breast {
  display: block;
}

.mobile-filter__container.show-hair .mobile-filter__options {
  display: none;
}

.mobile-filter__container.show-hair .mobile-filter--main {
  display: none;
}

.mobile-filter__container.show-hair .mobile-filter__back.title-hair {
  display: flex;
}

.mobile-filter__container.show-hair .mobile-filter--hair {
  display: block;
}

.mobile-filter__container.show-price .mobile-filter__options {
  display: none;
}

.mobile-filter__container.show-price .mobile-filter--main {
  display: none;
}

.mobile-filter__container.show-price .mobile-filter__back.title-price {
  display: flex;
}

.mobile-filter__container.show-price .mobile-filter--price {
  display: block;
}

.mobile-filter__container.show-city .mobile-filter__options {
  display: none;
}

.mobile-filter__container.show-city .mobile-filter--main {
  display: none;
}

.mobile-filter__container.show-city .mobile-filter__back.title-city {
  display: flex;
}

.mobile-filter__container.show-city .mobile-filter--city {
  display: block;
}

.mobile-filter__container.show-region .mobile-filter__options {
  display: none;
}

.mobile-filter__container.show-region .mobile-filter--main {
  display: none;
}

.mobile-filter__container.show-region .mobile-filter__back.title-region {
  display: flex;
}

.mobile-filter__container.show-region .mobile-filter--region {
  display: block;
}

.mobile-filter__container.show-metro .mobile-filter__options {
  display: none;
}

.mobile-filter__container.show-metro .mobile-filter--main {
  display: none;
}

.mobile-filter__container.show-metro .mobile-filter__back.title-metro {
  display: flex;
}

.mobile-filter__container.show-metro .mobile-filter--metro {
  display: block;
}

.mobile-filter__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 999;
  height: 60px;
  padding: 0 20px;
  flex: 0 0 auto;
  background-color: #0A1320;
}

.mobile-filter__options {
  display: flex;
  align-items: center;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
}

.mobile-filter__options img {
  max-width: 16px;
  width: 100%;
  display: inline-block;
  margin-right: 12px;
}

.mobile-filter__back {
  display: none;
  align-items: center;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
}

.mobile-filter__back img {
  max-width: 24px;
  width: 100%;
  display: inline-block;
  margin-right: 4px;
}

.mobile-filter__clear {
  display: inline-block;
  cursor: pointer;
  font-family: 'Segoe UI';
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 60px;
  color: #E44747;
}
.mobile-filter__clear button {
    font-size: 16px;
    color: #E44747;
}
.mobile-filter__body {
  /*flex: 1 1 auto;*/
  overflow-y: auto;
}

.mobile-filter__items {
  display: none;
}

.mobile-filter__items.mobile-filter--main {
  display: block;
}

.mobile-filter__item {
  display: block;
  border-bottom: 1px solid #0A1320;
}

.mobile-filter__option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding: 8px 20px;
}

@media only screen and (max-width: 360px) {
  .mobile-filter__option {
    padding: 8px 18px;
  }
}

.mobile-filter__option--checkboxes {
  justify-content: flex-start;
}

.mobile-filter__option--checkboxes .checkbox {
  margin-right: 20px;
}

@media only screen and (max-width: 360px) {
  .mobile-filter__option--checkboxes .checkbox {
    margin-right: 12px;
  }
}

.mobile-filter__option--checkboxes .checkbox:last-child {
  margin-right: 0;
}

.mobile-filter__option--checkboxes .checkbox__mark {
  width: 16px;
  height: 16px;
}

@media only screen and (max-width: 500px) {
  .mobile-filter__option--checkboxes .checkbox__title {
    font-size: 14px;
  }
}

.mobile-filter__option input {
  background-color: transparent;
  width: 100%;
  font-family: 'Segoe UI';
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  border: none;
  height: 20px;
}

.mobile-filter__option input::placeholder {
  color: #fff;
}

.mobile-filter__option-title {
    display: inline-block;
    font-family: 'Segoe UI';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.2;
    color: #fff;
    width: 50%;
}

.mobile-filter__option-value {
  display: inline-block;
  font-family: 'Segoe UI';
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 1;
  color: #446DB6;
  width: 50%;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: right;
}

.mobile-filter__label {
  display: block;
  cursor: pointer;
  padding: 8px 20px;
  position: relative;
}

.mobile-filter__label-mark {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-image: url("../images/icon-done.svg");
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
  transition-property: opacity;
  transition-duration: .3s;
}

.mobile-filter__label input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
}

.mobile-filter__label input:checked ~ .mobile-filter__label-mark {
  opacity: 1;
}

.mobile-filter__label input:checked ~ .mobile-filter__label-mark + .mobile-filter__label-title {
  color: #fff;
}

.mobile-filter__label-title {
  display: inline-block;
  font-family: 'Segoe UI';
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.2;
  color: #dcdcdc;
  transition-property: color;
  transition-duration: .3s;
}

.mobile-filter__footer {
  display: block;
  /*flex: 0 0 auto;*/
    margin: 32px 0 0 0;
}

body.is-open-filter {
  overflow: hidden;
}

body.is-open-filter .mobile-filter {
  transform: translateX(0);
}

.pagination {
  display: flex;
  align-items: center;
}

.pagination__prev {
  display: inline-block;
  padding-left: 30px;
  position: relative;
  font-family: 'Segoe UI';
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.1;
  color: #fff;
  margin-right: 20px;
}

@media only screen and (max-width: 600px) {
  .pagination__prev {
    text-indent: -9999px;
    width: 24px;
    height: 24px;
    margin-right: 10px;
  }
}

.pagination__prev::before {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: 0;
  content: '';
  width: 24px;
  height: 24px;
  background-image: url("../images/arrow-back.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transition-property: transform;
  transition-duration: .3s;
}

.pagination__prev:hover::before {
  transform: translateX(-5px);
}

.pagination__link {
  width: 30px;
  height: 30px;
  border: 1px solid #50545B;
  border-radius: 2px;
  display: inline-block;
  text-align: center;
  line-height: 28px;
  font-family: 'Segoe UI';
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  color: #6C717A;
  margin: 0 2px;
  transition-property: background-color, border-color;
  transition-duration: .3s;
}

.pagination__link:hover, .pagination__link.is-active {
  background-color: #446DB6;
  border-color: #446DB6;
  color: #fff;
}

.pagination__next {
  display: inline-block;
  padding-right: 30px;
  position: relative;
  font-family: 'Segoe UI';
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.1;
  color: #fff;
  margin-left: 20px;
}

@media only screen and (max-width: 600px) {
  .pagination__next {
    text-indent: -9999px;
    width: 24px;
    height: 24px;
    margin-left: 10px;
  }
}

.pagination__next::after {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
  content: '';
  width: 24px;
  height: 24px;
  background-image: url("../images/arrow-back.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(180deg);
  transition-property: transform;
  transition-duration: .3s;
}

.pagination__next:hover::after {
  transform: rotate(180deg) translateX(-5px);
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  background-color: rgba(0, 0, 0, 0.7);
}

.popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%!important;
  width: 500px!important;
  margin-left: -250px;
  transform: translateY(-50%);
  z-index: 30;
  padding: 40px 20px;
  max-height: 100%;
  overflow-y: auto;
  background-color: #000;
}

@media only screen and (max-width: 520px) {
  .popup {
    width: 100%!important;
    margin-left: 0!important;
    left: 0!important;
      padding: 24px 10px;

  }
}

.popup__close {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  width: 16px;
  height: 16px;
  background-image: url("../images/icon-close.svg");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 3;
}

.popup--login {
  background-image: url("../images/bg-modal.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.popup--login::after {
  position: absolute;
  top: 0;
  content: '';
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.9);
}

.popup--forgot {
  background-image: url("../images/bg-modal.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
    min-height: 150px;
}

.popup--forgot::after {
  position: absolute;
  top: 0;
  content: '';
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.9);
}

.popup--registration {
  background-image: url("../images/bg-modal.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.popup--registration::after {
  position: absolute;
  top: 0;
  content: '';
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.9);
}

.popup__title {
  display: block;
  text-align: center;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  padding-bottom: 8px;
  z-index: 2;
}

.popup__title::after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 2px;
  background-color: #446DB6;
}

.popup__form {
  display: block;
  max-width: 250px;
  margin: 30px auto 0 auto;
  position: relative;
  z-index: 2;
}

.popup__form-item {
  display: block;
  margin-bottom: 10px;
}

.popup__form-item.links {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.popup__form-item:last-child {
  margin-bottom: 0;
  margin-top: 30px;
}

.popup__form-link {
  display: inline-block;
  font-family: 'Segoe UI';
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 1.1;
  text-decoration-line: underline;
  color: #6C717A;
}

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

body.is-open-modal {
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .filter--service .filter__content {
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .filter--articles {
    display: none;
  }
}

.filter--profile .filter__content {
  padding-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .filter--profile, .filter--desktop-drop {
    display: none;
  }
}

.filter__title {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.filter__content {
  padding: 20px 0 20px 0;
}

@media only screen and (max-width: 767px) {
  .filter__content {
    padding-bottom: 0;
  }
}

.filter__connect {
  display: flex;
  align-items: center;
}

.filter__connect-city {
  display: inline-block;
  font-family: 'Segoe UI';
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 1;
  color: #446DB6;
}

@media only screen and (max-width: 767px) {
  .filter__connect-city {
    display: none;
  }
}

.filter__connect-quantity {
  display: inline-block;
  position: relative;
  margin-left: 12px;
  padding-left: 30px;
  font-family: 'Roboto';
  font-style: normal;
    /*font-weight: bold;*/
    font-weight: 500;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
}

.filter__connect-quantity::before {
  position: absolute;
  top: -1px;
  left: 0;
  content: '';
  width: 18px;
  height: 16px;
  background-image: url("../images/icon-connection.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.filter__connect-title {
  display: inline-block;
  font-family: 'Segoe UI';
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  margin-left: 12px;
}

@media only screen and (max-width: 767px) {
  .filter__connect-title {
    display: none;
  }
}

.filter__holder {
  margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
  .filter__holder {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 500px) {
  .filter__holder {
    margin-bottom: 10px;
  }
}

.filter__holder:last-child {
  margin-bottom: 0;
}

.filter__holder-inners {
  display: flex;
  align-items: flex-start;
  margin: 15px -15px 0 -15px;
}

@media only screen and (max-width: 767px) {
  .filter__holder-inners {
    display: block;
    margin: 10px 0 0 0;
  }
}

.filter__holder-inner {
  flex: 0 0 auto;
  width: 50%;
  padding: 0 15px;
}

@media only screen and (max-width: 767px) {
  .filter__holder-inner {
    padding: 0 0 10px 0;
    width: 100%;
  }
  .filter__holder-inner:last-child {
    padding-bottom: 0;
  }
}

.filter__holder-inner .filter__droplist-items {
  margin-top: 0;
  column-count: 2;
}

@media only screen and (max-width: 1023px) {
  .filter__holder-inner .filter__droplist-items {
    column-count: inherit;
  }
}

@media only screen and (max-width: 767px) {
  .filter--desktop {
    display: none;
  }
}

.filter--mobile {
  display: none;
}

@media only screen and (max-width: 767px) {
  .filter--mobile {
    display: block;
  }
}

.filter__cities {
  display: flex;
  margin-top: 20px;
  padding: 6px 0;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, rgba(24, 44, 73, 0.3) 0%, #1D3558 51.04%, rgba(24, 44, 73, 0.3) 100%);
}

.filter__cities-items {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #26436F;
  border-left: 1px solid #101D31;
}

@media only screen and (max-width: 1023px) {
  .filter__cities-items {
    border-right: 0;
    border-left: 0;
  }
}

.filter__cities-item {
  flex: 0 0 auto;
  border-right: 1px solid #101D31;
  border-left: 1px solid #26436F;
}

@media only screen and (max-width: 1023px) {
  .filter__cities-item:first-child {
    border-left: 0;
  }
}

@media only screen and (max-width: 1023px) {
  .filter__cities-item:last-child {
    border-right: 0;
  }
}

.filter__cities-item a, .filter__cities-item .a {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 32px;
  text-transform: uppercase;
  color: #fff;
  padding: 0 38px;
  transition-property: color;
  transition-duration: .3s;
}

@media only screen and (max-width: 767px) {
  .filter__cities-item a, .filter__cities-item .a {
    padding: 0 20px;
  }
}

@media only screen and (max-width: 600px) {
  .filter__cities-item a, .filter__cities-item .a {
    font-size: 13px;
  }
}

@media only screen and (max-width: 500px) {
  .filter__cities-item a, .filter__cities-item .a {
    padding: 0 12px;
  }
}

@media only screen and (max-width: 400px) {
  .filter__cities-item a, .filter__cities-item .a {
    padding: 0 8px;
  }
}

@media only screen and (max-width: 350px) {
  .filter__cities-item a, .filter__cities-item .a {
    padding: 0 6px;
  }
}

.filter__cities-item a.is-active, .filter__cities-item a:hover, .filter__cities-item .a.is-active {
  color: #446DB6;
}

.filter__inners {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -12px;
}

@media only screen and (max-width: 1023px) {
  .filter__inners {
    margin: 0 -4px;
  }
}

.filter__inners.mtop {
  margin-top: 20px;
}

.filter__inner {
  flex: 0 0 20%;
  max-width: 20%;
  padding: 4px 12px;
}

@media only screen and (max-width: 1023px) {
  .filter__inner {
    padding: 4px;
  }
}

.filter__droplist-button {
  display: block;
  position: relative;
  width: 100%;
  height: 50px;
  background-color: #000;
  border: 1px solid #50545B;
  padding: 0 50px 0 20px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 48px;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
  transition-property: border-bottom-color;
  transition-duration: .3s;
}

@media only screen and (max-width: 1023px) {
  .filter__droplist-button {
    font-size: 15px;
    height: 48px;
    line-height: 46px;
  }
}

@media only screen and (max-width: 767px) {
  .filter__droplist-button {
    font-size: 14px;
    height: 44px;
    line-height: 43px;
    padding: 0 40px 0 15px;
  }
}

@media only screen and (max-width: 500px) {
  .filter__droplist-button {
    height: 40px;
    line-height: 41px;
    padding: 0 35px 0 10px;
      font-size: 11px;
      text-align: center;
  }
}

.filter__droplist-button::after {
  position: absolute;
  top: 50%;
  right: 16px;
  margin-top: -8px;
  content: '';
  width: 16px;
  height: 16px;
  background-image: url("../images/icon-arrow-down.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transition-property: transform;
  transition-duration: .3s;
}

@media only screen and (max-width: 767px) {
  .filter__droplist-button::after {
    right: 10px;
  }
}

.filter__droplist-dropdown {
  position: relative;
  top: -1px;
  background-color: #000;
  padding: 5px 20px 20px 20px;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #50545B;
  display: none;
}

.filter__droplist-lists {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -12px;
}

@media only screen and (max-width: 767px) {
  .filter__droplist-lists {
    max-height: 400px;
    overflow-y: auto;
  }
}

.filter__droplist-list {
  flex: 0 0 20%;
  padding: 12px;
}

@media only screen and (max-width: 1023px) {
  .filter__droplist-list {
    flex: 0 0 33.3333333%;
  }
}

@media only screen and (max-width: 767px) {
  .filter__droplist-list {
    flex: 0 0 50%;
  }
}

@media only screen and (max-width: 500px) {
  .filter__droplist-list {
    flex: 0 0 100%;
  }
}

.filter__droplist-title {
  display: block;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.2;
  color: #fff;
  text-transform: uppercase;
}

@media only screen and (max-width: 1023px) {
  .filter__droplist-title {
    font-size: 13px;
  }
}

@media only screen and (max-width: 767px) {
  .filter__droplist-title {
    font-size: 12px;
  }
}

/*@media only screen and (max-width: 500px) {
  .filter__droplist-title {
    font-size: 10px;
  }
}*/

.filter__droplist-items {
  display: block;
  margin: 14px 0 20px 0;
}

.filter__droplist-items:last-child {
  margin-bottom: 0;
}

.filter__droplist-item {
  display: block;
  margin-bottom: 8px;
}

.filter__droplist-item:last-child {
  margin-bottom: 0;
}

.filter__droplist.is-open .filter__droplist-button {
  border-bottom-color: transparent;
}

.filter__droplist.is-open .filter__droplist-button::after {
  transform: rotate(180deg);
}

.gallery__content {
  padding: 10px 0 20px 0;
}

.gallery__items {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.gallery__item {
  flex: 0 0 20%;
}

@media only screen and (max-width: 1023px) {
  .gallery__item {
    flex: 0 0 33.3333333%;
  }
}

@media only screen and (max-width: 650px) {
  .gallery__item {
    flex: 0 0 50%;
  }
}

.gallery__item-name {
  display: block;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #fff;
}

@media only screen and (max-width: 1023px) {
  .gallery__item-name {
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .gallery__item-name {
    font-size: 13px;
  }
}

@media only screen and (max-width: 500px) {
  .gallery__item-name {
    font-size: 12px;
  }
}

.gallery__item-city {
  display: block;
  font-family: 'Segoe UI';
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.2;
  color: #fff;
}

@media only screen and (max-width: 1023px) {
  .gallery__item-city {
    font-size: 13px;
  }
}

@media only screen and (max-width: 767px) {
  .gallery__item-city {
    font-size: 12px;
  }
}

.gallery__item-phone {
  display: flex;
  align-items: center;
  font-family: 'Segoe UI';
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.2;
  color: #fff;
  margin-top: 15px;
}

@media only screen and (max-width: 1023px) {
  .gallery__item-phone {
    font-size: 13px;
  }
}

@media only screen and (max-width: 767px) {
  .gallery__item-phone {
    font-size: 12px;
  }
}

.gallery__item-phone::before {
  display: inline-block;
  margin-right: 8px;
  content: '';
  width: 16px;
  height: 16px;
  background-image: url("../images/icon-phone.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.gallery__item-time {
  display: flex;
  align-items: center;
  font-family: 'Segoe UI';
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.2;
  color: #fff;
  margin-top: 5px;
}

@media only screen and (max-width: 1023px) {
  .gallery__item-time {
    font-size: 13px;
  }
}

@media only screen and (max-width: 767px) {
  .gallery__item-time {
    font-size: 12px;
  }
}

.gallery__item-time::before {
  display: inline-block;
  margin-right: 8px;
  content: '';
  width: 16px;
  height: 16px;
  background-image: url("../images/icon-clock.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.gallery__item-title {
  display: block;
  margin-top: 15px;
  font-family: 'Roboto';
  font-style: normal;
    /*font-weight: bold;*/
    font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  color: #fff;
}

.gallery__item-text {
  display: flex;
  align-items: center;
  font-family: 'Segoe UI';
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.2;
  color: #fff;
  margin-top: 4px;
}

@media only screen and (max-width: 1023px) {
  .gallery__item-text {
    font-size: 13px;
  }
}

@media only screen and (max-width: 767px) {
  .gallery__item-text {
    font-size: 12px;
  }
}

.gallery__item-text span {
  min-width: 70px;
}

.gallery__image {
  display: block;
  height: 325px;
  position: relative;
  overflow: hidden;
}

.gallery__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.gallery__image::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 191%);
  content: '';
  z-index: 1;
  transform: translateY(270px);
  transition-property: transform;
  transition-duration: .5s;
}

@media only screen and (max-width: 1023px) {
  .gallery__image::before {
    transform: translateY(280px);
  }
}

@media only screen and (max-width: 500px) {
  .gallery__image::before {
    transform: translateY(155px);
  }
}

.gallery__image:hover::before {
  transform: none;
}

.gallery__image:hover .gallery__description {
  transform: none;
}

.gallery__description {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 12px;
  z-index: 2;
  transform: translateY(124px);
  transition-property: transform;
  transition-duration: .5s;
}

@media only screen and (max-width: 767px) {
  .gallery__description {
    transform: translateY(121px);
  }
}

.about__content {
  padding: 30px 0;
}

.about__description {
  display: block;
  margin-top: 25px;
  padding: 25px 0 0 0;
  border-top: 1px solid #50545B;
  column-count: 2;
    color: #fff;
}

@media only screen and (max-width: 767px) {
  .about__description {
    column-count: inherit;
    padding-top: 15px;
    margin-top: 15px;
  }
}

@media only screen and (max-width: 500px) {
  .about__description {
    font-size: 12px;
    padding-top: 10px;
    margin-top: 10px;
  }
}

.about__description p {
  display: block;
  margin: 15px 0;
  font-family: 'Segoe UI';
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 19px;
  color: #fff;
}

@media only screen and (max-width: 500px) {
  .about__description p {
    font-size: 12px;
    margin: 10px 0;
  }
}

.about__description h3, .about__description h2, .about__description h4 {
  display: block;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #fff;
}

@media only screen and (max-width: 1024px) {
  .about__description h3 {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .about__description h3 {
    font-size: 14px;
  }
}

@media only screen and (max-width: 500px) {
  .about__description h3 {
    font-size: 12px;
  }
}

.articles__content {
  padding: 30px 0 70px 0;
}

.articles__slider {
  margin: 30px 0 0 0;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .articles__slider {
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #50545B;
  }
}

@media only screen and (max-width: 600px) {
  .articles__slider {
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 500px) {
  .articles__slider {
    padding-top: 10px;
    margin-top: 10px;
  }
}

.articles__slider .swiper-button-next {
  right: -45px;
}

@media only screen and (max-width: 1300px) {
  .articles__slider .swiper-button-next {
    right: 10px;
    top: 82px;
    transform: none;
    border-color: #fff;
  }
}

@media only screen and (max-width: 767px) {
  .articles__slider .swiper-button-next {
    top: 94px;
  }
}

@media only screen and (max-width: 450px) {
  .articles__slider .swiper-button-next {
    top: 70px;
  }
}

.articles__slider .swiper-button-prev {
  left: -45px;
}

@media only screen and (max-width: 1300px) {
  .articles__slider .swiper-button-prev {
    left: 10px;
    top: 82px;
    transform: none;
    border-color: #fff;
  }
}

@media only screen and (max-width: 767px) {
  .articles__slider .swiper-button-prev {
    top: 94px;
  }
}

@media only screen and (max-width: 450px) {
  .articles__slider .swiper-button-prev {
    top: 70px;
  }
}

@media only screen and (max-width: 600px) {
  .articles__slider .swiper-pagination {
    display: flex;
  }
}

.articles__slide {
  display: block;
}

.articles__photo {
  display: block;
  position: relative;
  height: 180px;
}

.articles__photo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media only screen and (max-width: 450px) {
  .articles__photo {
    height: 140px;
  }
}

.articles__title {
  display: block;
  margin-top: 28px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.1;
  text-transform: uppercase;
  color: #fff;
}

.articles__description {
  margin-top: 10px;
}

.articles__items {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 15px -15px 0 -15px;
}

@media only screen and (max-width: 600px) {
  .articles__items {
    display: block;
    margin: 15px 0;
  }
}

.articles__item {
  flex: 0 0 auto;
  width: 33.3333333%;
  padding: 15px;
}

@media only screen and (max-width: 1023px) {
  .articles__item {
    width: 50%;
  }
}

@media only screen and (max-width: 600px) {
  .articles__item {
    padding: 10px 0;
    width: 100%;
  }
}

.profile__content {
  padding-bottom: 25px;
}

@media only screen and (max-width: 767px) {
  .profile__content {
    padding-bottom: 0;
  }
}

.profile__slider {
  padding: 0 200px;
}

@media only screen and (max-width: 1300px) {
  .profile__slider {
    padding: 0 180px;
  }
}

@media only screen and (max-width: 1150px) {
  .profile__slider {
    padding: 0 150px;
  }
}

@media only screen and (max-width: 1100px) {
  .profile__slider {
    padding: 0 120px;
  }
}

@media only screen and (max-width: 1023px) {
  .profile__slider {
    padding: 0;
  }
}

.profile__slider .swiper-container {
  overflow: inherit;
}

.profile__slider .swiper-slide {
  height: 100%;
  opacity: .5;
  transition-property: opacity;
  transition-duration: .3s;
}

.profile__slider .swiper-slide.swiper-slide-active, .profile__slider .swiper-slide.swiper-slide-next, .profile__slider .swiper-slide.swiper-slide-prev {
  opacity: 1;
}

.profile__slider .swiper-button-prev {
  left: -25px;
}

@media only screen and (max-width: 1023px) {
  .profile__slider .swiper-button-prev {
    left: 10px;
  }
}

.profile__slider .swiper-button-next {
  right: -25px;
}

@media only screen and (max-width: 1023px) {
  .profile__slider .swiper-button-next {
    right: 10px;
  }
}

.swiper-container-initialized .swiper-wrapper {
    display: flex;
}
.swiper-slide.next {
    position: absolute;
    top: 0;
}
.swiper-container-initialized .swiper-slide.next {
    position: relative;
}
.swiper-wrapper img {
    max-width: 290px;
    right: 0;
    margin: 0 auto;
}
.swiper-container-initialized .swiper-wrapper img {
    opacity: 1;
    max-width: 100%;
}
.profile__slide {
  display: block;
  width: 100%;
  height: 485px;
  position: relative;

}
.profile__slider {
    height: 485px;
}

@media only screen and (max-width: 1300px) {
  .profile__slide, .profile__slider {
    height: 460px;
  }
}

@media only screen and (max-width: 1150px) {
  .profile__slide, .profile__slider {
    height: 440px;
  }
}

@media only screen and (max-width: 767px) {
  .profile__slide, .profile__slider {
    height: 360px;
  }
}

@media only screen and (max-width: 600px) {
  .profile__slide, .profile__slider {
    height: 300px;
  }
}

@media only screen and (max-width: 500px) {
  .profile__slide, .profile__slider {
   height: auto;
      overflow: hidden;
      /*height: auto;*/
  }
}

.profile__photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
    height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 1;
}

.profile__real {
  position: absolute;
  bottom: 50px;
  right: 20px;
  max-width: 100px;
  width: 100%;
  z-index: 2;
}

.profile__info {
  position: relative;
  background-color: #0A1320;
  border: 1px solid #50545B;
  padding: 14px 30px;
  z-index: 2;
  margin-top: -38px;
}

@media only screen and (max-width: 550px) {
  .profile__info {
    margin: 10px 0 0 0;
    padding: 4px 12px 12px 12px;
  }
}

.profile__info-inners {
  display: flex;
  align-items: center;
  margin: 0 -35px;
}

@media only screen and (max-width: 1023px) {
  .profile__info-inners {
    margin: 0 -25px;
  }
}

@media only screen and (max-width: 900px) {
  .profile__info-inners {
    margin: 0 -18px;
  }
}

@media only screen and (max-width: 767px) {
  .profile__info-inners {
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media only screen and (max-width: 550px) {
  .profile__info-inners {
    flex-direction: column;
    margin: 0;
  }
}

.profile__info-inner {
  flex: 1 1 auto;
  position: relative;
  padding: 0 35px;
}

@media only screen and (max-width: 1023px) {
  .profile__info-inner {
    padding: 0 25px;
  }
}

@media only screen and (max-width: 900px) {
  .profile__info-inner {
    padding: 0 18px;
  }
}

@media only screen and (max-width: 550px) {
  .profile__info-inner {
    text-align: center;
  }
}

.profile__info-inner::after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-color: #50545B;
  width: 1px;
  height: 34px;
  content: '';
}

@media only screen and (max-width: 550px) {
  .profile__info-inner::after {
    display: none;
  }
}

.profile__info-inner:last-child::after {
  display: none;
}

@media only screen and (max-width: 1023px) {
  .profile__info-inner:last-child {
    padding-left: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .profile__info-inner:last-child {
    flex: 0 0 100%;
    padding: 10px 18px 0 18px;
  }
}

@media only screen and (max-width: 550px) {
  .profile__info-inner:last-child {
    order: 1;
    padding: 0 0 16px 0;
  }
}

.profile__info-inner--name {
  flex: 0 0 auto;
}

@media only screen and (max-width: 550px) {
  .profile__info-inner--name {
    order: 2;
  }
}

.profile__info-inner--age {
  flex: 0 0 auto;
}

@media only screen and (max-width: 550px) {
  .profile__info-inner--age {
    display: none;
  }
}

.profile__info-inner--hour {
  flex: 0 0 auto;
}

@media only screen and (max-width: 550px) {
  .profile__info-inner--hour {
    display: none;
  }
}

.profile__info-inner--phone {
  flex: 0 0 auto;
  padding-right: 20px;
}

@media only screen and (max-width: 550px) {
  .profile__info-inner--phone {
    order: 3;
    margin-top: 10px;
  }
}

.profile__info-inner--phone::after {
  display: none;
}

.profile__info-name {
    display: block;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-size: 21px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #fff;
    max-width: 175px;
}

.profile__info-city {
  display: block;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.2;
  color: #fff;
}
.profile__info-city a {
    color: #fff;
}

@media only screen and (max-width: 550px) {
  .profile__info-city {
    margin-top: 10px;
  }
}

.profile__info-title {
  display: block;
  text-align: center;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #6C717A;
}

.profile__info-title--phone {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 550px) {
  .profile__info-title--phone {
    display: none;
  }
}

.profile__info-title--phone img {
  display: inline-block;
  width: 14px;
  margin-right: 6px;
}

.profile__info-value {
  display: block;
  margin-top: 2px;
  text-align: center;
  font-family: 'Segoe UI';
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.2;
  color: #fff;
}
.profile__info-value a {
    color: #fff;
}

@media only screen and (max-width: 550px) {
  .profile__info-value--phone {
    padding-left: 20px;
    position: relative;
    margin-top: 0;
  }
  .profile__info-value--phone::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    width: 16px;
    height: 16px;
    background-image: url("../images/icon-phone.svg");
    background-repeat: no-repeat;
    background-size: contain;
  }
}

.profile__info-description {
  display: block;
  font-family: 'Segoe UI';
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 1.2;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .profile__info-description {
    text-align: center;
  }
}

@media only screen and (max-width: 550px) {
  .profile__info-description {
    font-size: 10px;
  }
}

.profile__info-description a {
  display: inline;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 1;
  color: #446DB6;
  text-decoration: underline;
}

@media only screen and (max-width: 550px) {
  .profile__info-description a {
    font-size: 10px;
  }
}

.profile__info-description a:hover {
  text-decoration: none;
}

.profile-info__content {
  padding: 30px 0 80px 0;
}

@media only screen and (max-width: 767px) {
  .profile-info__content {
    padding: 10px 0 50px 0!important;
  }
}

@media only screen and (max-width: 500px) {
  .profile-info__content {
    padding-bottom: 30px;
  }
}

.profile-info__about {
  background-color: rgba(9, 22, 43, 0.8);
  border: 1px solid #50545B;
  padding: 20px;
}

@media only screen and (max-width: 550px) {
  .profile-info__about {
    padding: 4px 12px 12px 12px;
  }
}

.profile-info__about p {
  display: block;
  margin-top: 18px;
  font-family: 'Segoe UI';
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.2;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .profile-info__about p {
    font-size: 14px;
    margin-top: 10px;
  }
}

.profile-info__inners {
  display: flex;
  flex-wrap: wrap;
  margin: 15px -15px 0 -15px;
}

@media only screen and (max-width: 900px) {
  .profile-info__inners {
    margin: 5px 0 0 0;
  }
}

.profile-info__inner {
  padding: 15px;
}

@media only screen and (max-width: 900px) {
  .profile-info__inner {
    padding: 5px 0;
  }
}

.profile-info__inner--sm {
  flex: 0 0 auto;
  width: 33.3333333%;
}

@media only screen and (max-width: 900px) {
  .profile-info__inner--sm {
    width: 100%;
  }
}

.profile-info__inner--md {
  flex: 0 0 auto;
  width: 66.6666667%;
}

@media only screen and (max-width: 900px) {
  .profile-info__inner--md {
    width: 100%;
  }
}

@media only screen and (max-width: 1023px) {
  .profile-info__inner:first-child {
    order: 2;
  }
}

@media only screen and (max-width: 1023px) {
  .profile-info__inner:nth-child(2) {
    order: 1;
  }
}

@media only screen and (max-width: 1023px) {
  .profile-info__inner:nth-child(3) {
    order: 3;
  }
}

@media only screen and (max-width: 1023px) {
  .profile-info__inner:nth-child(4) {
    order: 4;
  }
}

.profile-info__container {
  display: block;
  border: 1px solid rgba(80, 84, 91, 0.8);
  padding: 20px 24px;
  height: 100%;
}

@media only screen and (max-width: 1023px) {
  .profile-info__container {
    padding: 20px;
  }
}

@media only screen and (max-width: 550px) {
  .profile-info__container {
    padding: 14px 12px;
  }
}

.profile-info__items {
  display: block;
}

.profile-info__boxes {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -20px;
}

.profile-info__boxes--bottom {
  border-top: 1px solid rgba(80, 84, 91, 0.8);
  padding-top: 24px;
  margin: 26px 0 0 0;
}

@media only screen and (max-width: 767px) {
  .profile-info__boxes--bottom {
    padding-top: 10px;
  }
}

@media only screen and (max-width: 550px) {
  .profile-info__boxes--bottom {
    border-top: 0;
    margin-top: 0;
  }
}

.profile-info__boxes--bottom .profile-info__box:first-child {
  padding-left: 0;
}

.profile-info__boxes--bottom .profile-info__box:last-child {
  padding-right: 0;
}

@media only screen and (max-width: 767px) {
  .profile-info__boxes--bottom .profile-info__box:last-child {
    margin-bottom: -10px;
  }
}

@media only screen and (max-width: 767px) {
  .profile-info__boxes--prices {
    margin: -10px -18px;
  }
}

@media only screen and (max-width: 450px) {
  .profile-info__boxes--prices .main__title {
    max-width: 70px;
    min-height: 36px;
  }
}

.profile-info__box {
  flex: 0 0 auto;
  width: 100%;
  padding: 0 20px;
}

.profile-info__box .main__title {
  margin-bottom: 20px;
}

.profile-info__box--w50 {
  flex: 0 0 auto;
  width: 50%;
}

@media only screen and (max-width: 767px) {
  .profile-info__box--w50 {
    padding: 10px 18px;
  }
}

.profile-info__box-lists {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: -10px -15px 0 -15px;
}

.profile-info__box-items {
  display: block;
  padding: 10px 15px;
}

.profile-info__box-items--w33 {
  flex: 0 0 auto;
  width: 33.3333333%;
}

@media only screen and (max-width: 1023px) {
  .profile-info__box-items--w33 {
    width: 50%;
  }
}

@media only screen and (max-width: 500px) {
  .profile-info__box-items--w33 {
    width: 100%;
    padding-top: 2px;
  }
}

.profile-info__box-item {
  display: block;
  margin-bottom: 6px;
}

.profile-info__box-item:last-child {
  margin-bottom: 0;
}

.profile-info__box-title {
  display: block;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 1.1;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 10px;
}

@media only screen and (max-width: 500px) {
  .profile-info__box.js-open-body .main__title {
    margin-bottom: 0;
    cursor: pointer;
  }
  .profile-info__box.js-open-body .main__title::before {
    position: absolute;
    content: '';
    top: -1px;
    right: -5px;
    width: 24px;
    height: 24px;
    background-image: url("../images/icon-arrow-down.svg");
    background-repeat: no-repeat;
    background-size: contain;
    transform: rotate(90deg);
    transition-property: transform;
    transition-duration: .3s;
  }
  .profile-info__box.js-open-body .main__title.is-open::before {
    transform: rotate(0);
    background-image: url("../images/icon-arrow-down-blue.svg");
  }
  .profile-info__box.js-open-body .js-body {
    display: none;
    margin-top: 18px;
  }
}

.profile-info__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.profile-info__item:last-child {
  margin-bottom: 0;
}

.profile-info__item-title {
  display: block;
  font-family: 'Segoe UI';
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.2;
  color: #6C717A;
}

@media only screen and (max-width: 767px) {
  .profile-info__item-title {
    font-size: 15px;
  }
}

@media only screen and (max-width: 550px) {
  .profile-info__item-title {
    font-size: 14px;
  }
}

@media only screen and (max-width: 550px) {
  .profile-info__item-title.mob-hide {
    display: none;
  }
}

.profile-info__item-value {
  display: block;
  font-family: 'Segoe UI';
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.2;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .profile-info__item-value {
    font-size: 15px;
  }
}

@media only screen and (max-width: 550px) {
  .profile-info__item-value {
    font-size: 14px;
  }
}

.profile-navigation {
  background-color: #000;
  display: none;
}

@media only screen and (max-width: 767px) {
  .profile-navigation {
    display: block;
  }
}

.profile-navigation__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0;
}

.profile-navigation__prev {
  display: block;
  flex: 0 0 auto;
  position: relative;
  padding-left: 24px;
}

.profile-navigation__prev::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: '';
  width: 16px;
  height: 16px;
  background-image: url("../images/arrow-back.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.profile-navigation__next {
  display: block;
  flex: 0 0 auto;
  position: relative;
  padding-right: 24px;
  text-align: right;
}

.profile-navigation__next::before {
  position: absolute;
  top: 50%;
  right: 0;
  content: '';
  width: 16px;
  height: 16px;
  transform: translateY(-50%) rotate(180deg);
  background-image: url("../images/arrow-back.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.profile-navigation__name {
  display: block;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 1.1;
  text-transform: uppercase;
  color: #446DB6;
}

.profile-navigation__title {
  display: block;
  margin-top: 2px;
  font-family: Segoe UI;
  font-style: normal;
  font-weight: 300;
  font-size: 10px;
  line-height: 1.1;
  color: #fff;
}

.article__content {
  padding: 35px 0 70px 0;
}

@media only screen and (max-width: 767px) {
  .article__content {
    padding: 30px 0;
  }
}

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

.article__description {
  flex: 1 1 auto;
  padding-right: 130px;
}

@media only screen and (max-width: 1200px) {
  .article__description {
    padding-right: 70px;
  }
}

@media only screen and (max-width: 1023px) {
  .article__description {
    padding-right: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .article__description {
    padding: 0;
  }
}

.article__description img {
  width: 100%;
  display: block;
}

.article__description h2 {
  display: block;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #fff;
  margin: 20px 0;
}

@media only screen and (max-width: 1024px) {
  .article__description h2 {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .article__description h2 {
    font-size: 14px;
  }
}

@media only screen and (max-width: 500px) {
  .article__description h2 {
    font-size: 12px;
  }
}

.article__description {
    font-family: 'Segoe UI';
    font-style: normal;
    color: #fff;
}
.article__description p {
  display: block;
  font-family: 'Segoe UI';
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.4;
  color: #fff;
  margin: 15px 0;
}
.article__description ul {
    list-style-type: disc;
    padding: 0 0 0 27px;
    margin: 17px 0;
}
.article__description .box {
    margin: 35px 0
}
.article__description table td {
    text-align: center;
}
.article__description table td, .article__description table th {
    background-color: #1d1d1d;
    border: 1px solid #676767;
}
.article__description table th {
    padding: 7px 0;
}

.article__items {
  flex: 0 0 auto;
  width: 270px;
}

@media only screen and (max-width: 767px) {
  .article__items {
    display: none;
  }
}

.article__item {
  margin-bottom: 30px;
}

.article__item:last-child {
  margin-bottom: 0;
}

.article__item .gallery__image {
  height: 375px;
}

.section-404__content {
  padding: 35px 0 160px 0;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .section-404__content {
    padding: 0 0 80px 0;
  }
}

.section-404__image {
  display: block;
  margin: 0 auto;
  max-width: 526px;
  width: 100%;
}

@media only screen and (max-width: 500px) {
  .section-404__image {
    max-width: 280px;
  }
}

.section-404__title {
  display: block;
  text-align: center;
  font-family: 'Segoe UI';
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.2;
  color: #FFFDFD;
}

.section-404 .button-back {
  max-width: 200px;
  margin-top: 20px;
}

.account__content {
  padding: 50px 0;
}

.account__tabs-buttons {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 1200px) {
  .account__tabs-buttons {
    flex-wrap: wrap;
  }
}

.account__tabs-items {
  display: flex;
  align-items: stretch;
  flex: 1 1 auto;
  margin-right: 2px;
}

@media only screen and (max-width: 1200px) {
  .account__tabs-items {
    order: 2;
    flex: 0 0 100%;
    margin: 2px 0 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .account__tabs-items {
    display: block;
    margin-top: 10px;
  }
}

.account__tabs-item {
  flex: 1 1 auto;
  cursor: pointer;
  height: 45px;
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  background-color: #1D3558;
  border-right: 1px solid #26436F;
  border-left: 1px solid #101D31;
  transition-property: background-color;
  transition-duration: .3s;
}
.account__tabs-item a, .account__tabs-message a {
    color: #fff;
    display: block;
    height: 45px;
    line-height: 45px;
    width: 100%;
    text-align: center;
}

@media only screen and (max-width: 1023px) {
  .account__tabs-item {
    order: 2;
    height: 40px;
    padding: 0 5px;
  }
}

@media only screen and (max-width: 767px) {
  .account__tabs-item {
    display: flex;
    width: 100%;
    margin-bottom: 5px;
  }
  .account__tabs-item:last-child {
    margin-bottom: 0;
  }
}

.account__tabs-item:hover, .account__tabs-item.is-open {
  background-color: #284570;
}

.account__tabs-item:first-child {
  border-left: 0;
}

.account__tabs-item:last-child {
  border-right: 0;
}

.account__tabs-item.add {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.account__tabs-item.add::after {
  width: 16px;
  height: 16px;
  content: '';
  margin-left: 6px;
  position: relative;
  top: -1px;
  display: inline-block;
  background-image: url("../images/icon-plus.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.account__tabs-info {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  width: 400px;
  margin: 0 -1px;
}

@media only screen and (max-width: 1200px) {
  .account__tabs-info {
    order: 1;
    width: 100%;
    max-width: 460px;
    margin: 0 auto;
  }
}

.account__tabs-message {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  justify-content: center;
  width: 100%;
  flex: 0 0 calc(50% - 2px);
  height: 45px;
  text-decoration: none;
  background-color: #0A1320;
  border: 1px solid #50545B;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  color: #fff;
  padding: 0 6px 0 34px;
  margin: 0 1px;
  position: relative;
}

@media only screen and (max-width: 1023px) {
  .account__tabs-message {
    height: 40px;
  }
}

@media only screen and (max-width: 500px) {
  .account__tabs-message {
    font-size: 12px;
    margin: 0 2px 0 0;
  }
}

.account__tabs-message .message-number {
  position: absolute;
  top: 6px;
  left: 30px;
  width: 18px;
  height: 18px;
}

@media only screen and (max-width: 500px) {
  .account__tabs-message .message-number {
    width: 16px;
    height: 16px;
    left: 20px;
  }
}

.account__tabs-message .message-number span {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #446DB6;
  border-radius: 50%;
  line-height: 18px;
  text-align: center;
  font-family: 'Segoe UI';
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  color: #fff;
  z-index: 2;
}

@media only screen and (max-width: 500px) {
  .account__tabs-message .message-number span {
    font-size: 10px;
    line-height: 16px;
  }
}

.account__tabs-message .message-number::before {
  position: absolute;
  z-index: 1;
  content: '';
  left: -17px;
  top: 7px;
  width: 20px;
  height: 20px;
  background-image: url("../images/icon-email.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

@media only screen and (max-width: 500px) {
  .account__tabs-message .message-number::before {
    width: 16px;
    height: 16px;
    left: -14px;
  }
}

.account__tabs-balance {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 calc(50% - 2px);
  width: 100%;
  height: 45px;
  text-decoration: none;
  background-color: #0A1320;
  border: 1px solid #50545B;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  color: #6C717A;
  padding: 0 6px 0 20px;
  position: relative;
}

@media only screen and (max-width: 1023px) {
  .account__tabs-balance {
    height: 40px;
  }
}

@media only screen and (max-width: 500px) {
  .account__tabs-balance {
    font-size: 12px;
    padding-left: 28px;
    margin: 0 0 0 2px;
  }
}

.account__tabs-balance::before {
  position: absolute;
  top: 10px;
  left: 12px;
  width: 20px;
  height: 20px;
  content: '';
  background-image: url("../images/icon-wallet.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

@media only screen and (max-width: 500px) {
  .account__tabs-balance::before {
    width: 16px;
    height: 16px;
    left: 8px;
  }
}

.account__tabs-balance span {
  color: #fff;
  display: inline-block;
  margin-left: 4px;
}

.account__tabs-contents {
  margin-top: 20px;
}

@media only screen and (max-width: 1250px) {
  .account__tabs-contents {
    margin-top: 10px;
  }
}

.account__tabs-content {
  display: none;
}

.account__tabs-content.is-open {
  display: block;
}

.account__tabs-content.tab-add-profile .btn-add-profile {
  display: block;
  margin: 20px auto 0 auto;
  max-width: 215px;
}

@media only screen and (max-width: 400px) {
  .account__tabs-content.tab-add-profile .btn-add-profile {
    max-width: 100%;
  }
}

.account__total {
  display: flex;
  align-items: center;
  border: 1px solid #50545B;
  max-width: calc(100% - 400px);
  margin-top: 10px;
    margin-bottom: 10px;
}

@media only screen and (max-width: 1200px) {
  .account__total {
    max-width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .account__total {
    flex-wrap: wrap;
    border: 0;
  }
}

.account__total-item {
  flex: 1 1 auto;
  padding: 9px 18px 10px 18px;
  font-family: 'Segoe UI';
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.2;
  color: #6C717A;
  display: flex;
  align-items: center;
}
.account__total-item a {
    color: #fff;
}
.color-red {
    color: #ff0000;
}
.bold {
    font-weight: 700;
}
.underline {
    text-decoration: underline;
}

@media only screen and (max-width: 1250px) {
  .account__total-item {
    padding: 9px 15px 10px 15px;
  }
}

@media only screen and (max-width: 767px) {
  .account__total-item {
    flex: 0 0 auto;
    width: 50%;
    justify-content: center;
    border: 1px solid #50545B;
    font-size: 14px;
    padding: 11px 15px 12px 15px;
  }
  .account__total-item:nth-child(1) {
    border-right: 0;
  }
  .account__total-item:nth-child(3) {
    border-top: 0;
    border-right: 0;
  }
  .account__total-item:nth-child(4) {
    border-top: 0;
  }
}

@media only screen and (max-width: 500px) {
  .account__total-item {
    justify-content: space-between;
    padding: 11px 6px 12px 6px;
  }
}

@media only screen and (max-width: 370px) {
  .account__total-item {
    font-size: 12px;
  }
}

.account__total-item span {
  color: #fff;
  display: inline-block;
  margin-left: 4px;
}

.account__profiles {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: -10px -15px 0 -15px;
}

@media only screen and (max-width: 1250px) {
  .account__profiles {
    margin: 0 -10px;
  }
}

@media only screen and (max-width: 1100px) {
  .account__profiles {
    margin: 0 -7px;
  }
}

@media only screen and (max-width: 767px) {
  .account__profiles {
    margin: 0 -5px;
  }
}

@media only screen and (max-width: 720px) {
  .account__profiles {
    display: block;
  }
}

.account__profile {
  flex: 0 0 auto;
  width: 33.3333333%;
  padding: 15px;
}

@media only screen and (max-width: 1250px) {
  .account__profile {
    padding: 10px;
  }
}

@media only screen and (max-width: 1100px) {
  .account__profile {
    padding: 7px;
  }
}

@media only screen and (max-width: 1023px) {
  .account__profile {
    width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .account__profile {
    padding: 5px;
  }
}

@media only screen and (max-width: 720px) {
  .account__profile {
    width: 100%;
  }
}

@media only screen and (max-width: 500px) {
  .account__profile {
    padding: 3px;
  }
}

.account__profile:first-child {
  display: none;
}

@media only screen and (max-width: 720px) {
  .account__profile:first-child {
    display: block;
  }
}

@media only screen and (max-width: 720px) {
  .account__profile:last-child {
    display: none;
  }
}

.account__profile-inners {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  padding: 5px;
  border: 1px solid #50545B;
}

@media only screen and (max-width: 500px) {
  .account__profile-inners {
    padding: 3px;
  }
}

.account__profile-inner {
  flex: 0 0 auto;
  width: 50%;
  padding: 5px;
}

@media only screen and (max-width: 500px) {
  .account__profile-inner {
    padding: 3px;
  }
}

.account__profile-vip {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  background-image: url("../images/icon-vip.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

@media only screen and (max-width: 500px) {
  .account__profile-vip {
    width: 22px;
    height: 22px;
    top: 6px;
    right: 6px;
  }
}

.account__profile-verified {
  padding: 3px 4px 5px 10px;
  font-family: 'Segoe UI';
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  font-style: normal;
  font-weight: 300;
  font-size: 10px;
  line-height: 1;
  color: #fff;
  border-radius: 2px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
}

@media only screen and (max-width: 500px) {
  .account__profile-verified {
    bottom: 6px;
    left: 6px;
    right: 6px;
  }
}

.account__profile-verified::before {
  display: inline-block;
  margin-right: 6px;
  content: '';
  width: 12px;
  height: 12px;
  background-image: url("../images/icon-verified-protection.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.account__profile-photo {
  display: block;
  position: relative;
  height: 235px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

@media only screen and (max-width: 720px) {
  .account__profile-photo {
    height: 150px;
  }
}

.account__profile-name {
  display: block;
  font-family: 'Roboto';
  font-style: normal;
    /*font-weight: bold;*/
    font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #fff;
}

@media only screen and (max-width: 500px) {
  .account__profile-name {
    font-size: 14px;
    padding-top: 4px;
  }
}

.account__profile-id {
  display: block;
  margin-top: 6px;
  font-family: 'Segoe UI';
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.2;
  color: #fff;
}

@media only screen and (max-width: 500px) {
  .account__profile-id {
    font-size: 12px;
    margin-top: 2px;
  }
}

.account__profile-items {
  display: block;
  margin-top: 28px;
}

@media only screen and (max-width: 500px) {
  .account__profile-items {
    margin-top: 20px;
  }
}

.account__profile-items--views {
  margin-top: 20px;
}

@media only screen and (max-width: 500px) {
  .account__profile-items--views {
    margin-top: 10px;
  }
}

.account__profile-items--views .account__profile-item-title {
  width: 65%;
}

.account__profile-items--views .account__profile-item-value {
  text-align: right;
  padding-right: 20px;
}

@media only screen and (max-width: 1100px) {
  .account__profile-items--views .account__profile-item-value {
    font-size: 12px;
    padding-right: 0;
  }
}

.account__profile-item {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}

.account__profile-item:last-child {
  margin-bottom: 0;
}

.account__profile-item:nth-child(3) {
  margin-top: 35px;
}

@media only screen and (max-width: 500px) {
  .account__profile-item:nth-child(3) {
    margin-top: 20px;
  }
}

.account__profile-item-title {
  display: inline-block;
  font-family: 'Segoe UI';
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.1;
  color: #6C717A;
  width: 44%;
}

@media only screen and (max-width: 1250px) {
  .account__profile-item-title {
    font-size: 13px;
  }
}

@media only screen and (max-width: 1100px) {
  .account__profile-item-title {
    font-size: 12px;
  }
}

@media only screen and (max-width: 500px) {
  .account__profile-item-title {
    width: 42%;
  }
}

.account__profile-item-title.strong {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
}

.account__profile-item-value {
  display: inline-block;
  font-family: 'Segoe UI';
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.1;
  color: #fff;
  width: 56%;
}

@media only screen and (max-width: 1250px) {
  .account__profile-item-value {
    font-size: 13px;
  }
}

@media only screen and (max-width: 1100px) {
  .account__profile-item-value {
    font-size: 12px;
  }
}

@media only screen and (max-width: 500px) {
  .account__profile-item-value {
    width: 58%;
  }
}

.account__profile-holder {
  background-color: rgba(10, 19, 32, 0.8);
  padding: 14px 10px;
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .account__profile-holder {
    padding: 12px 8px;
  }
}

@media only screen and (max-width: 500px) {
  .account__profile-holder {
    padding: 10px 8px;
  }
}

.account__profile-title {
  display: block;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 1.1;
  text-transform: uppercase;
  color: #fff;
}

.account__profile-btn {
  display: flex;
  align-items: center;
  width: 100%;
  height: 35px;
  text-decoration: none;
  background-color: #0A1320;
  border: 1px solid #50545B;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  padding: 0 15px;
  color: #fff;
  transition-property: background-color, border-color;
  transition-duration: .3s;
  margin-bottom: 5px;
}

@media only screen and (max-width: 1250px) {
  .account__profile-btn {
    font-size: 13px;
    padding: 0 5px 0 14px;
  }
}

@media only screen and (max-width: 1100px) {
  .account__profile-btn {
    padding: 0 5px 0 10px;
  }
}

@media only screen and (max-width: 500px) {
  .account__profile-btn {
    height: 26px;
    font-size: 12px;
  }
}

.account__profile-btn img {
  display: inline-block;
  margin-right: 12px;
  width: 16px;
}

@media only screen and (max-width: 1250px) {
  .account__profile-btn img {
    width: 14px;
    margin-right: 10px;
  }
}

@media only screen and (max-width: 500px) {
  .account__profile-btn img {
    width: 12px;
  }
}

.account__profile-btn:last-child {
  margin-bottom: 0;
}

.account__profile-btn:hover, .account__profile-btn.is-active {
  border-color: #fff;
}

.account__profile-btn.btn-delete {
  background-color: #50545B;
}

.account__profile-add {
  border: 1px solid #50545B;
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 377px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition-property: border-color;
  transition-duration: .3s;
}

@media only screen and (max-width: 720px) {
  .account__profile-add {
    padding: 16px 26px;
    flex-direction: inherit;
    min-height: inherit;
  }
}

.account__profile-add:hover {
  border-color: #fff;
}

.account__profile-add img {
  display: block;
  margin: 0 auto;
  max-width: 60px;
  width: 100%;
}

@media only screen and (max-width: 720px) {
  .account__profile-add img {
    margin: 0;
  }
}

@media only screen and (max-width: 500px) {
  .account__profile-add img {
    width: 45px;
    height: 45px;
  }
}

.account__profile-add span {
  display: block;
  margin-top: 25px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.1;
  text-transform: uppercase;
  color: #fff;
}

@media only screen and (max-width: 720px) {
  .account__profile-add span {
    margin: 0 0 0 30px;
  }
}

.account__boxes {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin: 0 -15px;
}

@media only screen and (max-width: 1250px) {
  .account__boxes {
    margin: 0 -10px;
  }
}

.account__box {
  flex: 0 0 auto;
  width: 100%;
  padding: 15px;
}
.account__box.no-padding  {
    padding: 0;
}
@media only screen and (max-width: 1250px) {
  .account__box {
    padding: 10px;
  }
}

.account__box--w33 {
  flex: 0 0 auto;
  width: 33.3333333%;
}

@media only screen and (max-width: 1023px) {
  .account__box--w33 {
    width: 50%;
  }
}

@media only screen and (max-width: 900px) {
  .account__box--w33 {
    width: 100%;
  }
}

.account__box--w50 {
  flex: 0 0 auto;
  width: 50%;
}

@media only screen and (max-width: 1250px) {
  .account__box--w50 {
    width: 100%;
  }
}

.account__box--w66 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

@media only screen and (max-width: 1023px) {
  .account__box--w66 {
    width: 50%;
  }
}

@media only screen and (max-width: 900px) {
  .account__box--w66 {
    width: 100%;
  }
}

.account__box-container {
  border: 1px solid #50545B;
  padding: 30px;
  height: 100%;
}

@media only screen and (max-width: 1250px) {
  .account__box-container {
    padding: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .account__box-container {
    padding: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .account__box-container .filter__droplist-lists {
    max-height: inherit;
    overflow-y: inherit;
  }
}

.account__box-container .filter__droplist-list {
  flex: 0 0 auto;
  width: 33.3333333%;
}

@media only screen and (max-width: 1023px) {
  .account__box-container .filter__droplist-list {
    width: 50%;
  }
}

@media only screen and (max-width: 900px) {
  .account__box-container .filter__droplist-list {
    width: 33.3333333%;
  }
}

@media only screen and (max-width: 767px) {
  .account__box-container .filter__droplist-list {
    width: 50%;
  }
}

@media only screen and (max-width: 500px) {
  .account__box-container .filter__droplist-list {
    width: 100%;
  }
}

.account__box-container .filter__droplist-list .checkbox__title {
  text-decoration: none;
}

.account__box-container .filter__droplist-list .filter__droplist-item.more-open {
  display: inline-block;
  cursor: pointer;
  margin-left: 26px;
  font-family: 'Segoe UI';
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 1;
  text-decoration-line: underline;
  color: #446DB6;
}

@media only screen and (max-width: 500px) {
  .account__box-container .filter__droplist-list .filter__droplist-item.more-open {
    display: none;
  }
}

.account__box-container .filter__droplist-list .filter__droplist-item.more-open:hover {
  text-decoration: none;
}

.account__box-container .filter__droplist-list .filter__droplist-item.hide-item {
  display: none;
}

@media only screen and (max-width: 500px) {
  .account__box-container .filter__droplist-list .filter__droplist-item.hide-item {
    display: block;
  }
}

@media only screen and (max-width: 500px) {
  .account__box-container .filter__droplist-list.js-open-body {
    padding: 8px 12px;
  }
  .account__box-container .filter__droplist-list.js-open-body:first-child {
    padding-top: 0;
  }
  .account__box-container .filter__droplist-list.js-open-body:last-child {
    padding-bottom: 0;
  }
  .account__box-container .filter__droplist-list.js-open-body .filter__droplist-title {
    margin-bottom: 0;
    cursor: pointer;
    position: relative;
    font-size: 12px;
  }
  .account__box-container .filter__droplist-list.js-open-body .filter__droplist-title::after {
    position: absolute;
    content: '';
    top: -1px;
    right: -5px;
    width: 16px;
    height: 16px;
    background-image: url("../images/icon-arrow-down.svg");
    background-repeat: no-repeat;
    background-size: contain;
    transform: rotate(90deg);
    transition-property: transform;
    transition-duration: .3s;
  }
  .account__box-container .filter__droplist-list.js-open-body .filter__droplist-title.is-open::after {
    transform: rotate(0);
    background-image: url("../images/icon-arrow-down-blue.svg");
  }
  .account__box-container .filter__droplist-list.js-open-body .js-body {
    display: none;
    margin-top: 18px;
  }
}

.account__box-title {
  display: block;
  font-family: 'Segoe UI';
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.2;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .account__box-title {
    font-size: 14px;
  }
}

@media only screen and (max-width: 500px) {
  .account__box-title {
    font-size: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .account__box-thead {
    display: none;
  }
}

.account__box-tbody {
  display: block;
}

.account__box-th {
  font-family: 'Segoe UI';
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  padding: 8px 15px;
  flex: 1 1 25%;
}

@media only screen and (max-width: 767px) {
  .account__box-th {
    font-size: 14px;
  }
}

@media only screen and (max-width: 500px) {
  .account__box-th {
    font-size: 12px;
  }
}

.account__box-th--title {
  flex: 0 0 30%;
}

.account__box-th.strong {
  font-size: 18px;
  font-family: 'Roboto';
}

.account__box-tr {
  display: flex;
  align-items: center;
  margin: 0 -15px;
}

@media only screen and (max-width: 767px) {
  .account__box-tr {
    flex-wrap: wrap;
    margin: 0 -8px;
  }
}

.account__box-td {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  padding: 8px 15px;
  font-family: 'Segoe UI';
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  flex: 1 1 25%;
}

@media only screen and (max-width: 767px) {
  .account__box-td {
    font-size: 14px;
    flex-wrap: wrap;
    padding: 8px;
  }
}

.account__box-td--title {
  flex: 0 0 30%;
}

@media only screen and (max-width: 767px) {
  .account__box-td--title {
    flex: 0 0 100%;
  }
}

.account__box-td > p {
  display: none;
  font-family: 'Segoe UI';
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 1.1;
  color: #fff;
  flex: 0 0 100%;
  margin-bottom: 7px;
}

@media only screen and (max-width: 767px) {
  .account__box-td > p {
    display: block;
  }
}

.account__box-td input {
  display: inline-block;
  width: 60px;
  padding: 0 10px;
  height: 30px;
  border: 1px solid #50545B;
  font-family: 'Segoe UI';
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 1;
  background-color: transparent;
  color: #fff;
}

@media only screen and (max-width: 500px) {
  .account__box-td input {
    width: 52px;
  }
}

.account__box-td > span {
  display: inline-block;
  margin-left: 10px;
  font-family: 'Segoe UI';
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 1;
  color: #6C717A;
}

@media only screen and (max-width: 767px) {
  .account__box-td > span {
    margin-left: 6px;
  }
}

.account__box-td .checkbox__title {
  font-size: 14px;
}

.account__box-fieldset {
  display: block;
}

.account__box-fieldset-item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.account__box-fieldset-item:last-child {
  margin-bottom: 0;
}

.account__box-fieldset-label {
  flex: 0 0 50%;
  width: 50%;
  font-family: 'Segoe UI';
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  display: inline-block;
  cursor: pointer;
}
.fieldset-label, #jsCards label {
    font-family: 'Segoe UI';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 1;
    color: #fff;
}
#jsCards label {
    display: block;
    margin: 0 0 5px 0;
}
#jsCards .form-row {
    margin: 2px 0 12px 0;
}
#jsCards {
    margin: 15px 0;
}
#jsCards .control-area a {
    display: inline-block;
    background-color: #fff;
    padding: 4px 8px;
    color: #000;
    font-weight: 600;
    width: 30px;
    text-align: center;
    border-radius: 3px;
}
#jsCards .card {
    margin: 0 0 55px 0;
}
#jsCards .card:last-child {
    margin: 0;
}

@media only screen and (max-width: 767px) {
  .account__box-fieldset-label {
    font-size: 14px;
  }
}

.account__box-fieldset-field {
  flex: 0 0 50%;
  width: 50%;
    color: #fff;
}

.account__box-inners {
  display: flex;
  align-items: flex-start;
  margin: 0 -15px;
}

@media only screen and (max-width: 1023px) {
  .account__box-inners {
    margin: 0 -10px;
  }
}

@media only screen and (max-width: 767px) {
  .account__box-inners {
    flex-wrap: wrap;
  }
}

.account__box-inner-top {
  min-height: 42px;
}

@media only screen and (max-width: 767px) {
  .account__box-inner-top {
    min-height: inherit;
  }
}

.account__box-inner.w50 {
  flex: 0 0 auto;
  width: 50%;
  padding: 15px;
}

@media only screen and (max-width: 1023px) {
  .account__box-inner.w50 {
    padding: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .account__box-inner.w50 {
    width: 100%;
  }
  .account__box-inner.w50:first-child {
    padding-top: 0;
  }
  .account__box-inner.w50:last-child {
    padding-bottom: 0;
  }
}

.account__box-inner .field-textarea {
  margin-top: 25px;
}

@media only screen and (max-width: 767px) {
  .account__box-inner .field-textarea {
    margin-top: 15px;
  }
}

.account__box-inner p {
  display: block;
  margin-top: 5px;
  font-family: 'Segoe UI';
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.2;
  color: #fff;
}

.account__files {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 30px -5px 0 -5px;
}

@media only screen and (max-width: 767px) {
  .account__files {
    margin-top: 15px;
  }
}

@media only screen and (max-width: 650px) {
  .account__files {
    flex-wrap: wrap;
    margin-top: 10px;
  }
}

.account__file {
  flex: 0 0 auto;
  width: 25%;
  padding: 5px;
}

@media only screen and (max-width: 650px) {
  .account__file {
    width: 50%;
    padding: 10px 5px;
  }
}

.account__file-add {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 150px;
  position: relative;
  cursor: pointer;
  border: 1px dashed #50545B;
  transition-property: border-color;
  transition-duration: .3s;
}

@media only screen and (max-width: 1200px) {
  .account__file-add {
    height: 240px;
  }
}

@media only screen and (max-width: 767px) {
  .account__file-add {
    height: 200px;
  }
}

@media only screen and (max-width: 650px) {
  .account__file-add {
    height: 240px;
  }
}

@media only screen and (max-width: 450px) {
  .account__file-add {
    height: 200px;
  }
}

@media only screen and (max-width: 400px) {
  .account__file-add {
    height: 180px;
  }
}

@media only screen and (max-width: 360px) {
  .account__file-add {
    height: 150px;
  }
}

.account__file-add:hover {
  border-color: #fff;
}

.account__file-add input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}

.account__file-add span {
  display: block;
  text-align: center;
  margin-top: 20px;
  font-family: 'Segoe UI';
  font-style: normal;
  font-weight: 300;
  font-size: 11px;
  line-height: 1;
  color: #fff;
}

.account__file-uploaded {
  display: block;
  height: 150px;
  position: relative;
}

.account__file-uploaded img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media only screen and (max-width: 1200px) {
  .account__file-uploaded {
    height: 240px;
  }
}

@media only screen and (max-width: 767px) {
  .account__file-uploaded {
    height: 200px;
  }
}

@media only screen and (max-width: 650px) {
  .account__file-uploaded {
    height: 240px;
  }
}

@media only screen and (max-width: 450px) {
  .account__file-uploaded {
    height: 200px;
  }
}

@media only screen and (max-width: 400px) {
  .account__file-uploaded {
    height: 180px;
  }
}

@media only screen and (max-width: 360px) {
  .account__file-uploaded {
    height: 150px;
  }
}

.account__file-main {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  font-family: 'Segoe UI';
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 1;
  padding: 2px 6px 3px 6px;
  color: #fff;
  background-color: #1D3558;
  border-radius: 10px;
  z-index: 2;
}

.account__file-delete {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 25px;
  height: 25px;
  background-image: url("../images/icon-delete.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-color: #5f6369;
  cursor: pointer;
  z-index: 2;
  transition-property: background-color;
  transition-duration: .3s;
}

.account__file-delete:hover {
  background-color: #50545B;
}

.account__file-nav {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 2px;
  z-index: 2;
}

.account__file-nav-prev {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("../images/arrow-back.svg");
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: center;
  cursor: pointer;
  transition-property: opacity;
  transition-duration: .3s;
}

.account__file-nav-prev:hover {
  opacity: .7;
}

.account__file-nav-next {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("../images/arrow-back.svg");
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: center;
  cursor: pointer;
  transform: rotate(180deg);
  transition-property: opacity;
  transition-duration: .3s;
}

.account__file-nav-next:hover {
  opacity: .7;
}

.account__file-nav-title {
  display: inline-block;
  font-family: 'Segoe UI';
  font-style: normal;
  font-weight: 300;
  font-size: 10px;
  line-height: 1;
  color: #fff;
  margin: 0 4px;
}

.account__real {
  display: flex;
  align-items: flex-start;
  padding-right: 130px;
}

@media only screen and (max-width: 1023px) {
  .account__real {
    padding-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .account__real {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.account__real .account__file-add {
  margin-top: 15px;
}

.account__real span {
  display: block;
  text-align: center;
  font-family: 'Segoe UI';
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.2;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .account__real span {
    min-height: 32px;
  }
}

.account__real p {
  display: block;
  margin-top: 20px;
  font-family: 'Segoe UI';
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.2;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .account__real p {
    margin-top: 10px;
  }
}

.account__real strong {
  display: block;
  margin-top: 20px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  color: #fff;
}

.account__real-example {
  display: block;
  margin: 15px auto 0 auto;
  width: 120px;
  height: 150px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

@media only screen and (max-width: 767px) {
  .account__real-example {
    width: 100%;
    max-width: 120px;
  }
}

.account__real-lside {
  flex: 0 0 auto;
  min-width: 120px;
}

@media only screen and (max-width: 767px) {
  .account__real-lside {
    order: 2;
    flex: 0 0 50%;
    padding: 0 10px 0 0;
  }
}

@media only screen and (max-width: 360px) {
  .account__real-lside {
    padding: 0 5px 0 0;
  }
}

.account__real-lside .account__file-add {
  height: 150px;
}

@media only screen and (max-width: 767px) {
  .account__real-lside .account__file-add {
    max-width: 120px;
    margin: 15px auto 0 auto;
  }
}

.account__real-mside {
  flex: 1 1 auto;
  padding: 30px 50px 0 50px;
}

@media only screen and (max-width: 1023px) {
  .account__real-mside {
    padding: 30px 30px 0 30px;
  }
}

@media only screen and (max-width: 767px) {
  .account__real-mside {
    padding: 0 0 20px 0;
    order: 1;
    flex: 0 0 100%;
  }
}

.account__real-rside {
  flex: 0 0 auto;
  min-width: 120px;
}

@media only screen and (max-width: 767px) {
  .account__real-rside {
    order: 3;
    flex: 0 0 50%;
    padding: 0 0 0 10px;
  }
}

@media only screen and (max-width: 360px) {
  .account__real-rside {
    padding: 0 0 0 5px;
  }
}

.account__prices {
  display: flex;
  align-items: flex-start;
  border: 1px solid #50545B;
  max-width: 472px;
  width: 100%;
  margin: 0 auto;
  padding: 25px;
}

@media only screen and (max-width: 500px) {
  .account__prices {
    padding: 10px;
    display: block;
  }
}

.account__prices-table {
  position: relative;
  top: -3px;
}

.account__prices-lside {
  flex: 0 0 30%;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.1;
  text-transform: uppercase;
  color: #fff;
}

.account__prices-rside {
  flex: 1 1 auto;
}

.account__prices-header {
  display: flex;
  align-items: center;
  margin: 0 -10px;
}

@media only screen and (max-width: 500px) {
  .account__prices-header {
    margin: 10px -5px 0 -5px;
    justify-content: center;
  }
}

.account__prices-title {
  display: block;
  text-align: center;
  font-family: 'Segoe UI';
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.2;
  color: #fff;
  min-width: 80px;
  margin: 0 10px;
}

@media only screen and (max-width: 500px) {
  .account__prices-title {
    margin: 0 5px;
  }
}

.account__prices-value {
  display: inline-flex;
  margin: 0 10px;
  font-family: 'Segoe UI';
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 1;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #0A1320;
  border: 1px solid #50545B;
  min-width: 80px;
  height: 30px;
}

@media only screen and (max-width: 500px) {
  .account__prices-value {
    margin: 0 5px;
  }
}

.account__prices-value span {
  color: #6C717A;
  display: inline;
  padding-left: 4px;
}

.account__prices-value.period {
  background-color: #000;
}

.account__prices-body {
  margin-top: 20px;
}

.account__prices-string {
  display: flex;
  align-items: center;
  margin: 0 -10px 10px -10px;
}

@media only screen and (max-width: 500px) {
  .account__prices-string {
    margin: 0 -5 10px -5px;
    justify-content: center;
  }
}

.account__prices-string:last-child {
  margin-bottom: 0;
}

.account__payment-buttons {
  display: flex;
  align-items: center;
  max-width: 472px;
  margin: 0 auto;
}

.account__payment-button {
  display: inline-block;
  text-align: center;
  cursor: pointer;
  width: 100%;
  height: 40px;
  margin: 0 5px;
  text-decoration: none;
  background-color: #000;
  border: 1px solid #50545B;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 38px;
  color: #6C717A;
  padding: 0 5px;
  transition-property: background-color, border-color, color;
  transition-duration: .3s;
}

.account__payment-button:first-child {
  margin-left: 0;
}

.account__payment-button:nth-child(2) {
  margin-right: 0;
}

@media only screen and (max-width: 767px) {
  .account__payment-button {
    font-size: 14px;
  }
}

.account__payment-button:hover, .account__payment-button.is-open {
  background-color: #0A1320;
  color: #fff;
}

.account__payment-box {
  display: block;
  max-width: 472px;
  width: 100%;
  border: 1px solid #50545B;
  padding: 25px;
  margin: 0 auto;
}

.account__payment-box.lg {
  max-width: 868px;
}

@media only screen and (max-width: 500px) {
  .account__payment-box {
    padding: 10px 10px 20px 10px;
  }
}

.account__payment-box .button-blue {
  max-width: 215px;
  margin-top: 20px;
}

@media only screen and (max-width: 500px) {
  .account__payment-box .button-blue {
    display: block;
    margin: 25px auto 0 auto;
  }
}

@media only screen and (max-width: 500px) {
  .account__payment-box .main__title {
    font-size: 14px;
  }
}

.account__payment-box .main__text {
  margin-top: 20px;
}

@media only screen and (max-width: 500px) {
  .account__payment-box .main__text {
    margin-top: 15px;
  }
}

.account__payment-items {
  margin-top: 20px;
}

@media only screen and (max-width: 500px) {
  .account__payment-items {
    margin-top: 15px;
  }
}

.account__payment-item {
  display: block;
  margin-bottom: 10px;
}

.account__payment-item:last-child {
  margin-bottom: 0;
}

.account__payment-contents {
  margin-top: 10px;
}

.account__payment-content {
  display: none;
}

.account__payment-content.is-open {
  display: block;
}

.account__payment-table thead th {
  font-family: 'Segoe UI';
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.2;
  color: #fff;
  padding: 5px 10px 15px 10px;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .account__payment-table thead th {
    padding: 2px 5px 10px 5px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 500px) {
  .account__payment-table thead th {
    font-size: 12px;
  }
}

.account__payment-table thead th:first-child {
  font-family: 'Roboto';
  font-size: 18px;
}
.account__payment-table th:nth-child(1), .account__payment-table td:nth-child(1) {
    width: 35%;
}
.account__payment-table th:nth-child(2), .account__payment-table td:nth-child(2) {
    width: 35%;
}
.account__payment-table th:nth-child(3), .account__payment-table td:nth-child(3) {
    width: 15%;
}
.account__payment-table th:nth-child(4), .account__payment-table td:nth-child(4) {
    width: 15%;
}

@media only screen and (max-width: 767px) {
  .account__payment-table thead th:first-child {
    width: inherit;
    font-size: 16px;
  }
}

@media only screen and (max-width: 500px) {
  .account__payment-table thead th:first-child {
    font-size: 14px;
    width: 60px;
  }
}

@media only screen and (max-width: 500px) {
  .account__payment-table thead th:nth-last-child(1) {
    width: 45px;
  }
}

@media only screen and (max-width: 500px) {
  .account__payment-table thead th:nth-last-child(2) {
    width: 45px;
  }
}

.account__payment-table tbody td {
  font-family: 'Segoe UI';
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.2;
  color: #fff;
  padding: 5px 10px;
}

@media only screen and (max-width: 767px) {
  .account__payment-table tbody td {
    padding: 2px 5px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 500px) {
  .account__payment-table tbody td {
    font-size: 12px;
  }
}

.account__payment-table tbody td:first-child {
  width: 35%;
}

@media only screen and (max-width: 767px) {
  .account__payment-table tbody td:first-child {
    width: inherit;
  }
}

.account__payment-table tbody td .account__prices-value {
  margin: 0;
}

@media only screen and (max-width: 500px) {
  .account__payment-table tbody td .account__prices-value {
    min-width: 45px;
  }
  .account__payment-table tbody td .account__prices-value span {
    display: none;
  }
}

.account__payment-pagination {
  display: flex;
  justify-content: flex-end;
  margin-top: 30px;
  padding-right: 58px;
}

@media only screen and (max-width: 1023px) {
  .account__payment-pagination {
    padding-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .account__payment-pagination {
    justify-content: center;
  }
}

.account__message-buttons {
  display: flex;
  align-items: center;
  max-width: 710px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .account__message-buttons {
    flex-wrap: wrap;
  }
}

.account__message-button {
  display: inline-block;
  text-align: center;
  cursor: pointer;
  width: 100%;
  height: 40px;
  margin: 0 5px;
  text-decoration: none;
  background-color: #000;
  border: 1px solid #50545B;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 38px;
  color: #6C717A;
  padding: 0 5px;
  transition-property: background-color, border-color, color;
  transition-duration: .3s;
}

.account__message-button img {
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: -1px;
}

.account__message-button:first-child {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0;
}

@media only screen and (max-width: 767px) {
  .account__message-button:first-child {
    flex: 0 0 100%;
    margin: 0 0 10px 0;
  }
}

@media only screen and (max-width: 767px) {
  .account__message-button:nth-child(2), .account__message-button:nth-child(3) {
    flex: 0 0 calc(50% - 5px);
    margin: 0 5px;
  }
}

@media only screen and (max-width: 767px) {
  .account__message-button:nth-child(2) {
    margin-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .account__message-button:nth-child(3) {
    margin-right: 0;
  }
}

.account__message-button:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 767px) {
  .account__message-button {
    font-size: 14px;
  }
}

.account__message-button:hover, .account__message-button.is-open {
  background-color: #0A1320;
  color: #fff;
}

.account__message-box {
  display: block;
  max-width: 472px;
  width: 100%;
  border: 1px solid #50545B;
  padding: 25px;
  margin: 0 auto;
}

.account__message-box.lg {
  max-width: 868px;
}

@media only screen and (max-width: 500px) {
  .account__message-box {
    padding: 10px 10px 20px 10px;
  }
}

.account__message-box .button-blue {
  max-width: 215px;
  margin-top: 20px;
}

@media only screen and (max-width: 500px) {
  .account__message-box .button-blue {
    display: block;
    margin: 25px auto 0 auto;
  }
}

@media only screen and (max-width: 500px) {
  .account__message-box .main__title {
    font-size: 14px;
  }
}

.account__message-box .main__text {
  margin-top: 20px;
}

@media only screen and (max-width: 500px) {
  .account__message-box .main__text {
    margin-top: 15px;
  }
}

.account__message-items {
  margin-top: 20px;
}

@media only screen and (max-width: 500px) {
  .account__message-items {
    margin-top: 15px;
  }
}

.account__message-item {
  display: block;
  margin-bottom: 10px;
}

.account__message-item:last-child {
  margin-bottom: 0;
}

.account__message-contents {
  margin-top: 10px;
}

.account__message-content {
  display: none;
}

.account__message-content.is-open {
  display: block;
}

.account__message-table {
  margin: -10px;
  width: inherit;
}

@media only screen and (max-width: 500px) {
  .account__message-table {
    margin: 0;
  }
}

.account__message-table thead th {
  font-family: 'Segoe UI';
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.2;
  color: #fff;
  padding: 5px 10px 15px 10px;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .account__message-table thead th {
    padding: 2px 5px 10px 5px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 500px) {
  .account__message-table thead th {
    font-size: 12px;
  }
}

.account__message-table thead th:first-child {
  font-family: 'Roboto';
  font-size: 18px;
  width: 35%;
}

@media only screen and (max-width: 767px) {
  .account__message-table thead th:first-child {
    width: inherit;
    font-size: 16px;
  }
}

@media only screen and (max-width: 500px) {
  .account__message-table thead th:first-child {
    font-size: 14px;
    width: 60px;
  }
}

@media only screen and (max-width: 500px) {
  .account__message-table thead th:nth-last-child(1) {
    width: 60px;
  }
}

@media only screen and (max-width: 500px) {
  .account__message-table thead th:nth-last-child(2) {
    width: 60px;
  }
}

@media only screen and (max-width: 500px) {
  .account__message-table thead th:nth-last-child(3) {
    width: 90px;
  }
}

.account__message-table tbody tr {
  transition-property: background-color;
  transition-duration: .3s;
}

.account__message-table tbody tr.not-read {
  background-color: #0A1320;
}

.account__message-table tbody tr:hover {
  cursor: pointer;
  background-color: #0A1320;
}

.account__message-table tbody td {
  font-family: 'Segoe UI';
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.2;
  color: #fff;
  padding: 5px 10px 7px 10px;
}

@media only screen and (max-width: 767px) {
  .account__message-table tbody td {
    padding: 2px 5px 4px 5px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 500px) {
  .account__message-table tbody td {
    font-size: 12px;
  }
}

.account__message-table tbody td span {
  color: #6C717A;
}

.account__message-table tbody td:first-child {
  width: 35%;
}

@media only screen and (max-width: 767px) {
  .account__message-table tbody td:first-child {
    width: inherit;
  }
}

@media only screen and (max-width: 500px) {
  .account__message-table tbody td:first-child {
    max-width: 60px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}

.account__message-table tbody td .account__prices-value {
  margin: 0;
}

@media only screen and (max-width: 500px) {
  .account__message-table tbody td .account__prices-value {
    min-width: 45px;
  }
  .account__message-table tbody td .account__prices-value span {
    display: none;
  }
}

.account__message-pagination {
  display: flex;
  justify-content: flex-end;
  margin-top: 30px;
  padding-right: 30px;
}

@media only screen and (max-width: 1023px) {
  .account__message-pagination {
    padding-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .account__message-pagination {
    justify-content: center;
  }
}

.account__message-form {
  display: block;
}

.account__message-form-item {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

@media only screen and (max-width: 500px) {
  .account__message-form-item {
    display: block;
  }
}

.account__message-form-item:first-child {
  margin-top: 0;
}

.account__message-form-item:nth-last-child(2) {
  margin-top: 30px;
}

@media only screen and (max-width: 500px) {
  .account__message-form-item:nth-last-child(2) {
    margin-top: 20px;
  }
}

.account__message-form-item:last-child {
  margin-top: 20px;
}

@media only screen and (max-width: 500px) {
  .account__message-form-item:last-child {
    margin-top: 10px;
  }
}

.account__message-form-item.action {
  display: flex;
  justify-content: flex-end;
}

.account__message-form-item.action .button-blue {
  max-width: 215px;
  margin-top: 0;
}

.account__message-form-label {
  display: inline-block;
  flex: 0 0 auto;
  min-width: 70px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.2;
  color: #fff;
}

@media only screen and (max-width: 500px) {
  .account__message-form-label {
    margin: 0 0 10px 0;
    font-size: 14px;
  }
}

.account__message-form-field {
  flex: 1 1 auto;
}

.account__chat-header {
  display: block;
}

.account__chat-string {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

.account__chat-string strong {
  display: inline-block;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.1;
  color: #fff;
  min-width: 300px;
}

@media only screen and (max-width: 767px) {
  .account__chat-string strong {
    font-size: 15px;
    min-width: 45%;
  }
}

@media only screen and (max-width: 500px) {
  .account__chat-string strong {
    font-size: 14px;
    width: 120px;
    min-width: inherit;
    padding-right: 22px;
  }
}

.account__chat-string span {
  display: inline-block;
  font-family: 'Segoe UI';
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.1;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .account__chat-string span {
    font-size: 15px;
  }
}

@media only screen and (max-width: 500px) {
  .account__chat-string span {
    font-size: 14px;
  }
}

.account__chat-body {
  display: block;
  margin-top: 40px;
}

.account__chat-sms {
  margin-bottom: 20px;
}

.account__chat-sms:last-child {
  margin-bottom: 0;
}

.account__chat-sms:nth-child(2n) {
  text-align: right;
}

.account__chat-sms:nth-child(2n) .account__chat-bottom {
  background-color: transparent;
  max-width: 600px;
  width: 100%;
  margin: 0 0 0 auto;
  text-align: left;
}

.account__chat-top {
  display: inline-block;
  font-family: 'Segoe UI';
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  background-color: #284570;
  padding: 6px 12px;
}

.account__chat-bottom {
  display: block;
  padding: 14px;
  background-color: #0A1320;
  font-family: 'Segoe UI';
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.2;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .account__chat-bottom {
    font-size: 15px;
  }
}

@media only screen and (max-width: 500px) {
  .account__chat-bottom {
    font-size: 14px;
  }
}

.account__send {
  display: none;
}

.account__bottom {
  display: block;
  margin: 20px auto 0 auto;
  max-width: 868px;
}

.account__bottom-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

@media only screen and (max-width: 500px) {
  .account__bottom-actions {
    align-items: flex-start;
  }
}

.account__bottom-actions .button-blue {
  max-width: 215px;
  margin-top: 10px;
}

.account__bottom-actions .pagination {
  margin-top: 50px;
}

@media only screen and (max-width: 500px) {
  .account__bottom-actions .pagination {
    display: none;
  }
}

.footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100vw;
}

@media only screen and (max-width: 767px) {
  .footer {
    position: relative;
    width: inherit;
  }
}

.footer .container {
  width: 100%;
  max-width: 1210px;
  display: block;
  margin: 0 auto;
}

.footer__content {
  padding: 30px 0 65px 0;
  border-top: 1px solid #50545B;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .footer__content {
    align-items: flex-start;
    padding: 20px 0 40px 0;
  }
}

.footer__items {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .footer__items {
    display: block;
      width: 38%;
  }
}

.footer__items--cities {
  padding-left: 30px;
  position: relative;
}

.footer__items--cities::before {
  position: absolute;
  content: '';
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-image: url("../images/icon-location.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

@media only screen and (max-width: 767px) {
  .footer__items--cities::before {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  /*.footer__items--menu {
    padding-right: 30px;
  }*/
    .footer__items--cities {
        padding-left: 42px;
    }
    .breadcrumbs ul li a {
        font-size: 10px;
    }
    .breadcrumbs ul li span {
        font-size: 10px;
    }
}

.footer__items li {
  display: block;
  padding: 0 10px;
  position: relative;
}

.footer__items li::before {
  position: absolute;
  top: 50%;
  left: -1px;
  content: '';
  width: 2px;
  height: 2px;
  background-color: #fff;
  border-radius: 50%;
}

.footer__items li:first-child::before {
  display: none;
}

@media only screen and (max-width: 767px) {
  .footer__items li:first-child::before {
    display: block;
  }
}

.footer__items li a, .footer__items li .a {
  display: inline-block;
  font-family: 'Segoe UI';
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.2;
  color: #fff;
}

.footer__items li a:hover {
  text-decoration: underline;
}

/* custom */
.hidden {
    display: none;
}
.success, .flash-success, .warning {
    padding: 5px 12px;
    margin-bottom: 20px;
    border: 1px solid #d6e9c6!important;
    border-radius: 4px;
    color: #3c763d!important;
    background-color: #dff0d8!important;
    font-weight: 700;
    line-height: 1;
}
.warning {
    border: 1px solid #ffbf4a!important;
    color: #522e00!important;
    background-color: #ffead4!important;
    font-weight: 400;
}
.loading {
    position: relative;
}
.loading:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.2;
    z-index: 9;
}
.loading:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    width: 32px;
    height: 32px;
    background-image: url(/design/images/loading.gif);
    background-size: contain;
    margin: auto;
}
.errorSummary {
    background-color: #fff;
    padding: 4px;
    border-radius: 3px;
    margin: 0 0 17px 0;
    font-size: 12px;
    line-height: 1.1;
}
.errorSummary p {
    text-align: center;
    font-weight: 700;
    margin: 0 0 4px 0;
}
.errorSummary ul {
    list-style-type: disc;
    padding: 0 0 0 18px;
    color: #ff0000;
}
.errorMessage {
    font-size: 12px;
    color: #ff0000;
}
.capcha {
    margin: 12px 0 0 0;
}
.capcha a {
    color: #cecece;
    display: block;
    float: right;
    font-size: 13px;
    width: 125px;
    /*font-weight: bold;*/
    font-weight: 500;
    text-align: right;
    text-decoration: underline;
}
.vips .gallery__item {
    position: relative;
}
@media(min-width: 692px) {
    .vips .gallery__item {
        position: relative;
    }
}
.vip-icon {
    background-color: #40d0ad;
    padding: 3px 15px;
    border-radius: 3px;
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    line-height: 1;
    text-align: center;
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 9;
    font-family: Arial;
}
#jsContactForm {
    margin: 30px auto 0 auto;
    position: relative;
    width: 90%;
    max-width: 100%;
}
.popup--contact, .popup--sms {
    background-color: #171617;
}
.breadcrumbs {
    margin-bottom: 8px;
}
.flex-align-top {
    align-items: flex-start;
}
@media(min-width: 1024px) {
    .sitemaps .filter__inner-x2 {
        max-width: 60%;
        flex: 0 0 60%;
    }
    .sitemaps .filter__inner-x2 li {
        float: left;
        width: 30%;
        margin: 0 1% 0 0;
    }
}
.sitemaps a {
    color: #fff;
}
.text-center {
    text-align: center;
}
.account__box input[type="radio"] {
    margin-right: 4px;
}
.payment-request-create .account__box-fieldset-item {
    margin: 7px 0;
}
.popup .flash-success {
    margin: 20px 0 0 0;
    color: #fff!important;
    display: block;
    text-align: center;
    font-family: 'Roboto';
    font-size: 14px;
    line-height: 1.2;
    color: #fff;
    position: relative;
    z-index: 2;
    background-color: transparent!important;
    border: none!important;
}
.row > label {
    display: block;
    margin: 0 0 4px 0;
}
.row {
    margin: 0 0 20px 0;
}
.row:last-child {
    margin: 0;
}
.color-white {
    color: #fff;
}
.fileUploader .uploader {
    display: block;
    float: left;
    width: 180px;
    margin-right: 20px;
}
.uploadify-button {
    text-align: center;
    width: 100%;
    height: 39px;
    overflow: hidden;
}
.uploadify-button input {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
.fileUploader {
    position: relative;
}
#form-form .errorMessage {
    display: block;
    margin: -10px 0 10px 0;
}
#form-form .errorSummary {
    margin: 25px 0 8px 0;
    background-color: transparent;
}
#form-form .errorSummary p {
    color: #fff;
    text-transform: uppercase;
    text-align: left;
}
.container--sm .breadcrumbs .container {
    padding: 0;
}
.account__tabs {
    margin-bottom: 17px;
}
.account__payment-items {
    margin-top: 20px;
}
.color-white {
    color: #fff;
}
.static-block {
    display: none;
}
@media(max-width: 592px) {
    .static-block {
        display: block;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        height: 55px;
        overflow: hidden;
        z-index: 999;
        background: #4a4a4a;
        padding: 10px 0;
    }
    .static-block .scroll-top {
        position: absolute;
        width: 33px;
        height: 33px;
        border: 1px solid #fff;
        top: 11px;
        cursor: pointer;
    }
    .static-block .scroll-top svg {
        transform: rotate(90deg);
        position: absolute;
        margin: auto;
        width: 24px;
        height: 24px;
        display: block;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
    .static-block .call-girl {
        margin: 0 0 0 50px;
    }
    .static-block .call-girl .button-blue {
        width: 100%;
        font-size: 15px;
        height: 35px;
        line-height: 35px;
    }
    .static-block .call-girl .button-blue img {
        display: inline-block;
        vertical-align: top;
        margin: 9px 0 0 0;
    }
    .main {
        padding-bottom: 30px;
    }
}
body.is-open-filter .header {
    position: inherit;
    z-index: -1;
    opacity: 0;
}
body ul.yiiPager {
    margin: 32px 0 0 0;
    display: block;
}
body ul.yiiPager a:link, body ul.yiiPager a:visited {
    border: 1px solid #50545B;
    font-family: 'Segoe UI';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    color: #fff;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 3px;
}
body ul.yiiPager .previous a, body ul.yiiPager .next a  {
    width: auto;
    border: none;
}
ul.yiiPager a:hover {
    background: #2e6ab1;
}
.fileUploader {
    height: 35px;
}
.profile__slider .swiper-slide {
    display: block!important;
}
@media(max-width: 592px) {
    body ul.yiiPager .previous a, body ul.yiiPager .next a {
        display: none;
    }
    body ul.yiiPager a:link, body ul.yiiPager a:visited {
        width: 25px;
        height: 25px;
        line-height: 25px;
    }
    .profile__photo {
        max-width: 100%;
        height: auto;
        margin: 0 auto;
        left: 0;
        top: 0;
        right: 0;
    }
    .mobile-filter__footer .button-blue {
        font-size: 18px;
    }
}
@media(max-width: 480px) {
    /*.container.container--sm {
        max-width: 390px;
    }*/
    .gallery__image {
        height: 275px;
    }
    .gallery__image::before {
        transform: translateY(220px);
    }
    .gallery__image img {
        height: auto;
        min-height: 320px;
    }
    .profile__photo {
        position: relative;
    }
    .profile__slide {
        height: auto;
        min-height: 295px;
    }
    .profile__info-name {
        max-width: 220px;
    }
    .breadcrumbs {
        height: 21px;
    }
    #searchForm {
        margin-bottom: 15px;
    }
    .profile-info__item {
        justify-content: normal;
    }
    .profile-info__item-title {
        width: 50%;
    }
    .profile-info__box-title {
        font-size: 14px;
    }
}
@media(max-width: 420px) {
    /*.container.container--sm {
        max-width: 340px;
    }*/
    body .fileUploader {
        height: 50px;
    }
    body .fileUploader .uploader {
        float: none;
    }
    .header {
        min-height: 54px;
    }
    .gallery__content {
        padding: 0 0 20px 0;
    }
    /*#JSFormsList .container {
        padding: 0;
    }*/
    .profile {
        margin-top: 12px;
    }
}
@media(max-width: 360px) {
    /*.container.container--sm {
        max-width: 300px;
    }*/
}
.capcha__img label {
    display: none;
}
.account__message-box .items {
    display: none;
}
.js-hide-incoming .list-view {
    display: none
}
.container > #JSFormsList > .container {
    padding: 0;
}
.profile-info__inners .profile-info__inner--md .profile-info__box-lists .checkbox__title {
    padding-left: 0;
    text-decoration: underline;
}
.profile-info__inners .profile-info__inner--md .profile-info__box-lists .checkbox__title:hover {
    text-decoration: none;
}
.error .filter--profile {
    display: block;
}

@media(max-width: 360px) {
    .container {
        max-width: 320px;
    }
    .view .container {
        max-width: 392px;
    }
    #searchForm section.filter {
        min-height: 208px;
    }
    .filter__cities-item a, .filter__cities-item .a {
        font-size: 11px;
    }
    #searchForm {
        min-height: 208px;
    }
    .breadcrumbs__content {
        height: 21px;
        opacity: 0;
    }
    .filter__cities-item {
        opacity: 0;
    }
    .swiper-button-next, .swiper-button-prev {
        display: none;
    }
}
.filter--desktop-drop {
    margin: 0 0 12px 0;
}
.container.banner {
    text-align: center;
}
.container.banner img {
    max-width: 954px;
    width: 100%;
}
@media(min-width: 991px) {
    .news-baner {
        min-height: 150px;
    }
}
body .owl-carousel .owl-nav button.owl-next, body .owl-carousel .owl-nav button.owl-prev, body .owl-carousel button.owl-dot {
    width: 40px;
    height: 40px;
    background-color: #000;
    border-radius: 0;
    border: 0;
    position: absolute;
    top: 50%;
    cursor: pointer;
    color: #fff;
    font-size: 33px;
    line-height: 37px;
    font-family: Arial;
    font-weight: 700;
}
body .owl-carousel .owl-nav button.owl-next {
    right: 0;
}
body .owl-carousel .owl-nav button.owl-prev {
    left: 0;
}
body .owl-carousel .owl-item img {
    width: auto;
    max-width: 320px;
    margin: 0 auto;
}
@media(max-width: 592px) {
    body .owl-carousel .owl-item img {
        width: 100%;
        max-width: 592px;
        margin: 0 auto;
        height: auto;
    }
}
#Load_more {
    text-align: center;
}
#Load_more span {
    display: inline-block;
    width: 100%;
    height: 40px;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    text-align: center;
    padding: 0 20px;
    font-family: roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 40px;
    color: #fff;
    background: linear-gradient(180deg,#446DB6 0%,#14284A 100%);
    max-width: 280px;
}
.mobile-menu__items>li .heading {
    color: #fff;
    margin: 0;
    padding: 8px 30px;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    border-bottom: 1px solid #939393;
    position: relative;
}
.mobile-menu__items>li .heading:before {
    content: '';
    position: absolute;
    top: 0;
    left: 8px;
    bottom: 0;
    margin: auto;
    background-image: url(/design/images/icon-arrow-down.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    transform: rotate(270deg);
}
.mobile-menu__drop .active .heading:before {
    transform: rotate(0deg);
}
.mobile-menu__drop li .ul {
    margin: 7px 0 0 24px;
}
.mobile-menu__drop li .ul a, .mobile-menu__drop li .ul .a {
    color: #50545b;
    padding: 6px 12px;
    position: relative;
}
.mobile-menu__drop li .ul a:before, .mobile-menu__drop li .ul .a:before {
    position: absolute;
    content: '';
    top: 50%;
    margin-top: -1px;
    left: 0;
    width: 2px;
    height: 2px;
    background-color: #50545b;
    border-radius: 50%;
}
.mobile-menu__drop .ul {
    display: none;
}
.mobile-menu__drop .active .ul {
    display: block;
}
.mobile-menu__drop.drop1 {
    margin: 10px 0;
    display: block;
}