@charset "UTF-8";

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,
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;
  font-size: 100%;
  vertical-align: baseline;
}

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

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

a {
  color: #000000;
  text-decoration: none;
}

textarea {
  resize: none;
}

a,
input,
select,
button,
*:focus {
  outline: none;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

@font-face {
  font-family: "icons";
  src: url("../fonts/icons/icons.eot");
  src: url("../fonts/icons/icons.eot?#iefix") format("eot"), url("../fonts/icons/icons.woff2") format("woff2"), url("../fonts/icons/icons.woff") format("woff"), url("../fonts/icons/icons.ttf") format("truetype"), url("../fonts/icons/icons.svg#icons") format("svg");
}

.icon:before {
  font-family: "icons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  /* speak: none; only necessary if not using the private unicode range (firstGlyph option) */
  text-decoration: none;
  text-transform: none;
}

.icon-address:before {
  content: "\E001";
}

.icon-arrow-long-down:before {
  content: "\E002";
}

.icon-arrow-long-up:before {
  content: "\E003";
}

.icon-badge:before {
  content: "\E004";
}

.icon-cards--big:before {
  content: "\E005";
}

.icon-cards--list:before {
  content: "\E006";
}

.icon-cards--small:before {
  content: "\E007";
}

.icon-casts:before {
  content: "\E008";
}

.icon-del:before {
  content: "\E009";
}

.icon-dialogs:before {
  content: "\E00A";
}

.icon-dizlike-r:before {
  content: "\E00B";
}

.icon-edit:before {
  content: "\E00C";
}

.icon-email-invite:before {
  content: "\E00D";
}

.icon-email:before {
  content: "\E00E";
}

.icon-eye-close:before {
  content: "\E00F";
}

.icon-eye:before {
  content: "\E010";
}

.icon-facebook-dark:before {
  content: "\E011";
}

.icon-facebook:before {
  content: "\E012";
}

.icon-favorite-full:before {
  content: "\E013";
}

.icon-favorite:before {
  content: "\E014";
}

.icon-flag-alt:before {
  content: "\E015";
}

.icon-instagram:before {
  content: "\E016";
}

.icon-items:before {
  content: "\E017";
}

.icon-lamp:before {
  content: "\E018";
}

.icon-like-r:before {
  content: "\E019";
}

.icon-like:before {
  content: "\E01A";
}

.icon-list-alt:before {
  content: "\E01B";
}

.icon-list:before {
  content: "\E01C";
}

.icon-lists:before {
  content: "\E01D";
}

.icon-lock:before {
  content: "\E01E";
}

.icon-long-arrow-right:before {
  content: "\E01F";
}

.icon-messages:before {
  content: "\E020";
}

.icon-mouse:before {
  content: "\E021";
}

.icon-notifications:before {
  content: "\E022";
}

.icon-pass:before {
  content: "\E023";
}

.icon-phone:before {
  content: "\E024";
}

.icon-play:before {
  content: "\E025";
}

.icon-plus:before {
  content: "\E026";
}

.icon-pr-add:before {
  content: "\E027";
}

.icon-price-r:before {
  content: "\E028";
}

.icon-price:before {
  content: "\E029";
}

.icon-prof:before {
  content: "\E02A";
}

.icon-profs-m:before {
  content: "\E02B";
}

.icon-read:before {
  content: "\E02C";
}

.icon-rur-circle:before {
  content: "\E02D";
}

.icon-rur-dark:before {
  content: "\E02E";
}

.icon-sale-alt:before {
  content: "\E02F";
}

.icon-star-light:before {
  content: "\E030";
}

.icon-star-m:before {
  content: "\E031";
}

.icon-star:before {
  content: "\E032";
}

.icon-twitter:before {
  content: "\E033";
}

.icon-view:before {
  content: "\E034";
}

.icon-woman:before {
  content: "\E035";
}

.icon-youtube:before {
  content: "\E036";
}

html {
  font-size: 16px;
  line-height: 1.5;
}

body {
  font-family: "Rubik", Arial, sans-serif;
  font-weight: 300;
  background-color: #f7f8fa;
  color: #000000;
  min-width: 320px;
}

select,
textarea,
input {
  -webkit-appearance: none;
  font-family: "Rubik";
}

select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: #999;
}

select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
  color: #999;
}

select::-ms-input-placeholder,
textarea::-ms-input-placeholder,
input::-ms-input-placeholder {
  color: #999;
}

select::placeholder,
textarea::placeholder,
input::placeholder {
  color: #999;
}

.hidden {
  display: none;
}

.wrapper {
  width: 100%;
  overflow: hidden;
}

@supports (flex-direction: column) {
  .wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
  }
}

.content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

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

/* Plugins*/

.jq-checkbox,
.jq-radio {
  position: relative;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.jq-checkbox input,
.jq-radio input {
  position: absolute;
  z-index: -1;
  margin: 0;
  padding: 0;
  opacity: 0;
}

.jq-file {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.jq-file input {
  position: absolute;
  top: 0;
  right: 0;
  height: auto;
  margin: 0;
  padding: 0;
  opacity: 0;
  font-size: 100px;
  line-height: 1em;
}

.jq-file__name {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.jq-selectbox,
.jq-select-multiple {
  position: relative;
  display: inline-block;
}

.jq-selectbox select,
.jq-select-multiple select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
}

.jq-selectbox li,
.jq-select-multiple li {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.jq-selectbox {
  z-index: 10;
}

.jq-selectbox__select {
  position: relative;
}

.jq-selectbox__select-text {
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.jq-selectbox__dropdown {
  position: absolute;
}

.jq-selectbox__search input {
  -webkit-appearance: textfield;
}

.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
  -webkit-appearance: none;
}

.jq-selectbox__dropdown ul {
  position: relative;
  overflow: auto;
  overflow-x: hidden;
  list-style: none;
  -webkit-overflow-scrolling: touch;
}

.jq-select-multiple ul {
  position: relative;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

.jq-number {
  display: inline-block;
}

.jq-number__field input {
  -moz-appearance: textfield;
  text-align: left;
  /* для Opera Presto */
}

.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
  margin: 0;
  /* в каких-то браузерах присутствует отступ */
  -webkit-appearance: none;
}

.jq-checkbox,
.jq-radio {
  vertical-align: -4px;
  width: 16px;
  height: 16px;
  margin: 0 4px 0 0;
  border: 1px solid #C3C3C3;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#E6E6E6));
  background: -webkit-linear-gradient(#FFF, #E6E6E6);
  background: -o-linear-gradient(#FFF, #E6E6E6);
  background: linear-gradient(#FFF, #E6E6E6);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05), inset -1px -1px #FFF, inset 1px -1px #FFF;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05), inset -1px -1px #FFF, inset 1px -1px #FFF;
  cursor: pointer;
}

.jq-checkbox.focused,
.jq-radio.focused {
  border: 1px solid #08C;
}

.jq-checkbox.disabled,
.jq-radio.disabled {
  opacity: .55;
}

.jq-checkbox {
  border-radius: 3px;
}

.jq-checkbox.checked .jq-checkbox__div {
  width: 8px;
  height: 4px;
  margin: 3px 0 0 3px;
  border-bottom: 2px solid #666;
  border-left: 2px solid #666;
  -webkit-transform: rotate(-50deg);
  -ms-transform: rotate(-50deg);
  transform: rotate(-50deg);
}

.jq-radio {
  border-radius: 50%;
}

.jq-radio.checked .jq-radio__div {
  width: 10px;
  height: 10px;
  margin: 3px 0 0 3px;
  border-radius: 50%;
  background: #777;
  -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.7);
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.7);
}

.jq-file {
  width: 270px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.jq-file input {
  cursor: pointer;
}

.jq-file__name {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 34px;
  padding: 0 80px 0 10px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  background: #FFF;
  -webkit-box-shadow: inset 1px 1px #F1F1F1;
  box-shadow: inset 1px 1px #F1F1F1;
  font: 14px/32px Arial, sans-serif;
  color: #333;
}

.jq-file__browse {
  position: absolute;
  top: 1px;
  right: 1px;
  padding: 0 10px;
  border-left: 1px solid #CCC;
  border-radius: 0 4px 4px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#E6E6E6));
  background: -webkit-linear-gradient(#FFF, #E6E6E6);
  background: -o-linear-gradient(#FFF, #E6E6E6);
  background: linear-gradient(#FFF, #E6E6E6);
  -webkit-box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  font: 14px/32px Arial, sans-serif;
  color: #333;
  text-shadow: 1px 1px #FFF;
}

.jq-file:hover .jq-file__browse {
  background: -webkit-gradient(linear, left top, left bottom, from(#F6F6F6), to(#E6E6E6));
  background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
  background: -o-linear-gradient(#F6F6F6, #E6E6E6);
  background: linear-gradient(#F6F6F6, #E6E6E6);
}

.jq-file:active .jq-file__browse {
  background: #F5F5F5;
  -webkit-box-shadow: inset 1px 1px 3px #DDD;
  box-shadow: inset 1px 1px 3px #DDD;
}

.jq-file.focused .jq-file__name {
  border: 1px solid #5794BF;
}

.jq-file.disabled,
.jq-file.disabled .jq-file__name,
.jq-file.disabled .jq-file__browse {
  border-color: #CCC;
  background: #F5F5F5;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #888;
}

.jq-number {
  position: relative;
  vertical-align: middle;
  padding: 0 36px 0 0;
}

.jq-number__field {
  width: 100px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  -webkit-box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
}

.jq-number__field:hover {
  border-color: #B3B3B3;
}

.jq-number__field input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 8px 9px;
  border: none;
  outline: none;
  background: none;
  font: 14px Arial, sans-serif;
  color: #333;
}

.jq-number__spin {
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 14px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#E6E6E6));
  background: -webkit-linear-gradient(#FFF, #E6E6E6);
  background: -o-linear-gradient(#FFF, #E6E6E6);
  background: linear-gradient(#FFF, #E6E6E6);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-shadow: 1px 1px #FFF;
  cursor: pointer;
}

.jq-number__spin.minus {
  top: auto;
  bottom: 0;
}

.jq-number__spin:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#F6F6F6), to(#E6E6E6));
  background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
  background: -o-linear-gradient(#F6F6F6, #E6E6E6);
  background: linear-gradient(#F6F6F6, #E6E6E6);
}

.jq-number__spin:active {
  background: #F5F5F5;
  -webkit-box-shadow: inset 1px 1px 3px #DDD;
  box-shadow: inset 1px 1px 3px #DDD;
}

.jq-number__spin:after {
  content: '';
  position: absolute;
  top: 4px;
  left: 11px;
  width: 0;
  height: 0;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #999;
  border-left: 5px solid transparent;
}

.jq-number__spin.minus:after {
  top: 5px;
  border-top: 5px solid #999;
  border-right: 5px solid transparent;
  border-bottom: none;
  border-left: 5px solid transparent;
}

.jq-number__spin.minus:hover:after {
  border-top-color: #000;
}

.jq-number__spin.plus:hover:after {
  border-bottom-color: #000;
}

.jq-number.focused .jq-number__field {
  border: 1px solid #5794BF;
}

.jq-number.disabled .jq-number__field,
.jq-number.disabled .jq-number__spin {
  border-color: #CCC;
  background: #F5F5F5;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #888;
}

.jq-number.disabled .jq-number__spin:after {
  border-bottom-color: #AAA;
}

.jq-number.disabled .jq-number__spin.minus:after {
  border-top-color: #AAA;
}

.jq-selectbox {
  vertical-align: middle;
  cursor: pointer;
}

.jq-selectbox__select {
  height: 32px;
  padding: 0 45px 0 10px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#E6E6E6));
  background: -webkit-linear-gradient(#FFF, #E6E6E6);
  background: -o-linear-gradient(#FFF, #E6E6E6);
  background: linear-gradient(#FFF, #E6E6E6);
  -webkit-box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  font: 14px/32px Arial, sans-serif;
  color: #333;
  text-shadow: 1px 1px #FFF;
}

.jq-selectbox__select:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#F6F6F6), to(#E6E6E6));
  background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
  background: -o-linear-gradient(#F6F6F6, #E6E6E6);
  background: linear-gradient(#F6F6F6, #E6E6E6);
}

.jq-selectbox__select:active {
  background: #F5F5F5;
  -webkit-box-shadow: inset 1px 1px 3px #DDD;
  box-shadow: inset 1px 1px 3px #DDD;
}

.jq-selectbox.focused .jq-selectbox__select {
  border: 1px solid #5794BF;
}

.jq-selectbox.disabled .jq-selectbox__select {
  border-color: #CCC;
  background: #F5F5F5;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #888;
}

.jq-selectbox__select-text {
  display: block;
  width: 100%;
}

.jq-selectbox .placeholder {
  color: #888;
}

.jq-selectbox__trigger {
  position: absolute;
  top: 0;
  right: 0;
  width: 34px;
  height: 100%;
  border-left: 1px solid #CCC;
}

.jq-selectbox__trigger-arrow {
  position: absolute;
  top: 14px;
  right: 12px;
  width: 0;
  height: 0;
  border-top: 5px solid #999;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}

.jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #000;
}

.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
  border-top-color: #AAA;
}

.jq-selectbox__dropdown {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 2px 0 0;
  padding: 0;
  border: 1px solid #CCC;
  border-radius: 4px;
  background: #FFF;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  font: 14px/18px Arial, sans-serif;
}

.jq-selectbox__search {
  margin: 5px;
}

.jq-selectbox__search input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 5px 27px 6px 8px;
  border: 1px solid #CCC;
  border-radius: 3px;
  outline: none;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==") no-repeat 100% 50%;
  -webkit-box-shadow: inset 1px 1px #F1F1F1;
  box-shadow: inset 1px 1px #F1F1F1;
  color: #333;
}

.jq-selectbox__not-found {
  margin: 5px;
  padding: 5px 8px 6px;
  background: #F0F0F0;
  font-size: 13px;
}

.jq-selectbox ul {
  margin: 0;
  padding: 0;
}

.jq-selectbox li {
  min-height: 18px;
  padding: 5px 10px 6px;
  color: #231F20;
}

.jq-selectbox li.selected {
  background-color: #A3ABB1;
  color: #FFF;
}

.jq-selectbox li:hover {
  background-color: #08C;
  color: #FFF;
}

.jq-selectbox li.disabled {
  color: #AAA;
}

.jq-selectbox li.disabled:hover {
  background: none;
}

.jq-selectbox li.optgroup {
  font-weight: bold;
}

.jq-selectbox li.optgroup:hover {
  background: none;
  color: #231F20;
  cursor: default;
}

.jq-selectbox li.option {
  padding-left: 25px;
}

.jq-select-multiple {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  background: #FFF;
  -webkit-box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  font: 14px/18px Arial, sans-serif;
  color: #333;
  cursor: default;
}

.jq-select-multiple.focused {
  border: 1px solid #5794BF;
}

.jq-select-multiple.disabled {
  border-color: #CCC;
  background: #F5F5F5;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #888;
}

.jq-select-multiple ul {
  margin: 0;
  padding: 0;
}

.jq-select-multiple li {
  padding: 3px 9px 4px;
  list-style: none;
}

.jq-select-multiple li:first-child {
  border-radius: 3px 3px 0 0;
}

.jq-select-multiple li:last-child {
  border-radius: 0 0 3px 3px;
}

.jq-select-multiple li.selected {
  background: #08C;
  color: #FFF;
}

.jq-select-multiple li.disabled {
  color: #AAA;
}

.jq-select-multiple li.optgroup {
  font-weight: bold;
}

.jq-select-multiple li.option {
  padding-left: 25px;
}

.jq-select-multiple.disabled li.selected,
.jq-select-multiple li.selected.disabled {
  background: #CCC;
  color: #FFF;
}

input[type='email'].styler,
input[type='password'].styler,
input[type='search'].styler,
input[type='tel'].styler,
input[type='text'].styler,
input[type='url'].styler,
textarea.styler {
  padding: 8px 9px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  -webkit-box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  font: 14px Arial, sans-serif;
  color: #333;
}

input[type='search'].styler {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea.styler {
  overflow: auto;
}

input[type='email'].styler:hover,
input[type='password'].styler:hover,
input[type='search'].styler:hover,
input[type='tel'].styler:hover,
input[type='text'].styler:hover,
input[type='url'].styler:hover,
textarea.styler:hover {
  border-color: #B3B3B3;
}

input[type='email'].styler:hover:focus,
input[type='password'].styler:hover:focus,
input[type='search'].styler:hover:focus,
input[type='tel'].styler:hover:focus,
input[type='text'].styler:hover:focus,
input[type='url'].styler:hover:focus,
textarea.styler:hover:focus {
  border-color: #CCC;
  border-top-color: #B3B3B3;
  outline: none;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

button.styler,
input[type='button'].styler,
input[type='submit'].styler,
input[type='reset'].styler {
  overflow: visible;
  padding: 8px 11px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  outline: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#E6E6E6));
  background: -webkit-linear-gradient(#FFF, #E6E6E6);
  background: -o-linear-gradient(#FFF, #E6E6E6);
  background: linear-gradient(#FFF, #E6E6E6);
  -webkit-box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  font: 14px Arial, sans-serif;
  color: #333;
  text-shadow: 1px 1px #FFF;
  cursor: pointer;
}

button.styler.styler::-moz-focus-inner,
input[type='button'].styler.styler::-moz-focus-inner,
input[type='submit'].styler.styler::-moz-focus-inner,
input[type='reset'].styler.styler::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button.styler:not([disabled]):hover,
input[type='button'].styler:not([disabled]):hover,
input[type='submit'].styler:not([disabled]):hover,
input[type='reset'].styler:not([disabled]):hover,
input[type='reset'].styler:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#F6F6F6), to(#E6E6E6));
  background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
  background: -o-linear-gradient(#F6F6F6, #E6E6E6);
  background: linear-gradient(#F6F6F6, #E6E6E6);
}

button.styler:active,
input[type='button'].styler:active,
input[type='submit'].styler:active,
input[type='reset'].styler:active {
  background: #F5F5F5;
  -webkit-box-shadow: inset 1px 1px 3px #DDD;
  box-shadow: inset 1px 1px 3px #DDD;
}

button.styler[disabled],
input[type='button'].styler[disabled],
input[type='submit'].styler[disabled] {
  border-color: #CCC;
  background: #F5F5F5;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #888;
}

body.compensate-for-scrollbar {
  overflow: hidden;
  -ms-overflow-style: none;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
  -o-transition-duration: inherit;
  transition-duration: inherit;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  -o-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: .87;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .25s,visibility 0s linear .25s;
  -o-transition: opacity .25s,visibility 0s linear .25s;
  transition: opacity .25s,visibility 0s linear .25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  -webkit-transition: opacity .25s,visibility 0s;
  -o-transition: opacity .25s,visibility 0s;
  transition: opacity .25s,visibility 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px 44px 0;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity,-webkit-transform;
  -webkit-transition-property: opacity,-webkit-transform;
  -o-transition-property: transform,opacity;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block;
}

.fancybox-slide--next {
  z-index: 99995;
}

.fancybox-slide--image {
  padding: 44px 0 0;
  overflow: visible;
}

.fancybox-slide--image:before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px 6px 0;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 44px;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity,-webkit-transform;
  -webkit-transition-property: opacity,-webkit-transform;
  -o-transition-property: transform,opacity;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-slide--html .fancybox-content {
  margin: 0 0 6px;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--video .fancybox-content {
  height: calc(100% - 44px);
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-iframe,
.fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  vertical-align: top;
  width: 100%;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  -webkit-transition: color .2s;
  -o-transition: color .2s;
  transition: color .2s;
  vertical-align: top;
  width: 44px;
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:nth-child(1),
.fancybox-button--pause svg:nth-child(1),
.fancybox-button--play svg:nth-child(2) {
  display: none;
}

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--html .fancybox-close-small:hover {
  color: currentColor;
  opacity: 1;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

.fancybox-navigation .fancybox-button {
  height: 38px;
  margin: 0;
  opacity: 0;
  padding: 7px;
  position: absolute;
  top: calc(50% - 19px);
  width: 38px;
}

.fancybox-show-nav .fancybox-navigation .fancybox-button {
  -webkit-transition: opacity .25s,visibility 0s,color .25s;
  -o-transition: opacity .25s,visibility 0s,color .25s;
  transition: opacity .25s,visibility 0s,color .25s;
}

.fancybox-navigation .fancybox-button:after {
  content: "";
  height: 100px;
  left: -26px;
  position: absolute;
  top: -31px;
  width: 70px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px;
}

.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px;
  right: 0;
}

.fancybox-caption:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  -webkit-background-size: contain;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1;
}

.fancybox-caption:after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: "";
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

.fancybox-loading {
  -webkit-animation: a .8s infinite linear;
  animation: a .8s infinite linear;
  background: transparent;
  border: 6px solid rgba(99, 99, 99, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: .6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999;
}

@-webkit-keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  -o-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-1turn);
  -ms-transform: rotate(-1turn);
  transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(1turn);
  -ms-transform: rotate(1turn);
  transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1);
}

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a:before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus:before {
  opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}

.sticky {
  position: fixed;
  z-index: 90;
}

.stop {
  position: relative;
  z-index: 90;
}

.datepicker--cells {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.datepicker--cell {
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  position: relative;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  height: 32px;
  z-index: 1;
}

.datepicker--cell.-focus- {
  background: #f0f0f0;
}

.datepicker--cell.-current- {
  color: #4EB5E6;
}

.datepicker--cell.-current-.-focus- {
  color: #4a4a4a;
}

.datepicker--cell.-current-.-in-range- {
  color: #4EB5E6;
}

.datepicker--cell.-in-range- {
  background: rgba(92, 196, 239, 0.1);
  color: #4a4a4a;
  border-radius: 0;
}

.datepicker--cell.-in-range-.-focus- {
  background-color: rgba(92, 196, 239, 0.2);
}

.datepicker--cell.-disabled- {
  cursor: default;
  color: #aeaeae;
}

.datepicker--cell.-disabled-.-focus- {
  color: #aeaeae;
}

.datepicker--cell.-disabled-.-in-range- {
  color: #a1a1a1;
}

.datepicker--cell.-disabled-.-current-.-focus- {
  color: #aeaeae;
}

.datepicker--cell.-range-from- {
  border: 1px solid rgba(92, 196, 239, 0.5);
  background-color: rgba(92, 196, 239, 0.1);
  border-radius: 4px 0 0 4px;
}

.datepicker--cell.-range-to- {
  border: 1px solid rgba(92, 196, 239, 0.5);
  background-color: rgba(92, 196, 239, 0.1);
  border-radius: 0 4px 4px 0;
}

.datepicker--cell.-selected-,
.datepicker--cell.-selected-.-current- {
  color: #fff;
  background: #5cc4ef;
}

.datepicker--cell.-range-from-.-range-to- {
  border-radius: 4px;
}

.datepicker--cell.-selected- {
  border: none;
}

.datepicker--cell.-selected-.-focus- {
  background: #45bced;
}

.datepicker--cell:empty {
  cursor: default;
}

.datepicker--days-names {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 8px 0 3px;
}

.datepicker--day-name {
  color: #FF9A19;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-flex: 1;
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
  text-align: center;
  text-transform: uppercase;
  font-size: .8em;
}

.-only-timepicker- .datepicker--content,
.datepicker--body,
.datepicker-inline .datepicker--pointer {
  display: none;
}

.datepicker--cell-day {
  width: 14.28571%;
}

.datepicker--cells-months {
  height: 170px;
}

.datepicker--cell-month {
  width: 33.33%;
  height: 25%;
}

.datepicker--cells-years,
.datepicker--years {
  height: 170px;
}

.datepicker--cell-year {
  width: 25%;
  height: 33.33%;
}

.datepickers-container {
  position: absolute;
  left: 0;
  top: 0;
}

.datepicker {
  background: #fff;
  border: 1px solid #dbdbdb;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  font-family: Tahoma,sans-serif;
  font-size: 14px;
  color: #4a4a4a;
  width: 250px;
  position: absolute;
  left: -100000px;
  opacity: 0;
  transition: opacity .3s ease,left 0s .3s,-webkit-transform .3s ease;
  -webkit-transition: opacity .3s ease,left 0s .3s,-webkit-transform .3s ease;
  -o-transition: opacity .3s ease,transform .3s ease,left 0s .3s;
  transition: opacity .3s ease,transform .3s ease,left 0s .3s;
  transition: opacity .3s ease,transform .3s ease,left 0s .3s,-webkit-transform .3s ease;
  z-index: 100;
}

.datepicker.-from-top- {
  -webkit-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  transform: translateY(-8px);
}

.datepicker.-from-right- {
  -webkit-transform: translateX(8px);
  -ms-transform: translateX(8px);
  transform: translateX(8px);
}

.datepicker.-from-bottom- {
  -webkit-transform: translateY(8px);
  -ms-transform: translateY(8px);
  transform: translateY(8px);
}

.datepicker.-from-left- {
  -webkit-transform: translateX(-8px);
  -ms-transform: translateX(-8px);
  transform: translateX(-8px);
}

.datepicker.active {
  opacity: 1;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  transition: opacity .3s ease,left 0s 0s,-webkit-transform .3s ease;
  -webkit-transition: opacity .3s ease,left 0s 0s,-webkit-transform .3s ease;
  -o-transition: opacity .3s ease,transform .3s ease,left 0s 0s;
  transition: opacity .3s ease,transform .3s ease,left 0s 0s;
  transition: opacity .3s ease,transform .3s ease,left 0s 0s,-webkit-transform .3s ease;
}

.datepicker-inline .datepicker {
  border-color: #d7d7d7;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: static;
  left: auto;
  right: auto;
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.datepicker--content {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding: 4px;
}

.datepicker--pointer {
  position: absolute;
  background: #fff;
  border-top: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  width: 10px;
  height: 10px;
  z-index: -1;
}

.datepicker--nav-action:hover,
.datepicker--nav-title:hover {
  background: #f0f0f0;
}

.-top-center- .datepicker--pointer,
.-top-left- .datepicker--pointer,
.-top-right- .datepicker--pointer {
  top: calc(100% - 4px);
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.-right-bottom- .datepicker--pointer,
.-right-center- .datepicker--pointer,
.-right-top- .datepicker--pointer {
  right: calc(100% - 4px);
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}

.-bottom-center- .datepicker--pointer,
.-bottom-left- .datepicker--pointer,
.-bottom-right- .datepicker--pointer {
  bottom: calc(100% - 4px);
  -webkit-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  transform: rotate(315deg);
}

.-left-bottom- .datepicker--pointer,
.-left-center- .datepicker--pointer,
.-left-top- .datepicker--pointer {
  left: calc(100% - 4px);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.-bottom-left- .datepicker--pointer,
.-top-left- .datepicker--pointer {
  left: 10px;
}

.-bottom-right- .datepicker--pointer,
.-top-right- .datepicker--pointer {
  right: 10px;
}

.-bottom-center- .datepicker--pointer,
.-top-center- .datepicker--pointer {
  left: calc(50% - 10px / 2);
}

.-left-top- .datepicker--pointer,
.-right-top- .datepicker--pointer {
  top: 10px;
}

.-left-bottom- .datepicker--pointer,
.-right-bottom- .datepicker--pointer {
  bottom: 10px;
}

.-left-center- .datepicker--pointer,
.-right-center- .datepicker--pointer {
  top: calc(50% - 10px / 2);
}

.datepicker--body.active {
  display: block;
}

.datepicker--nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #efefef;
  min-height: 32px;
  padding: 4px;
}

.-only-timepicker- .datepicker--nav {
  display: none;
}

.datepicker--nav-action,
.datepicker--nav-title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  cursor: pointer;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.datepicker--nav-action {
  width: 32px;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.datepicker--nav-action.-disabled- {
  visibility: hidden;
}

.datepicker--nav-action svg {
  width: 32px;
  height: 32px;
}

.datepicker--nav-action path {
  fill: none;
  stroke: #9c9c9c;
  stroke-width: 2px;
}

.datepicker--nav-title {
  border-radius: 4px;
  padding: 0 8px;
}

.datepicker--buttons,
.datepicker--time {
  border-top: 1px solid #efefef;
  padding: 4px;
}

.datepicker--nav-title i {
  font-style: normal;
  color: #9c9c9c;
  margin-left: 5px;
}

.datepicker--nav-title.-disabled- {
  cursor: default;
  background: 0 0;
}

.datepicker--buttons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

.datepicker--button {
  color: #4EB5E6;
  cursor: pointer;
  border-radius: 4px;
  -webkit-flex: 1;
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  height: 32px;
}

.datepicker--button:hover {
  color: #4a4a4a;
  background: #f0f0f0;
}

.datepicker--time {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
}

.datepicker--time.-am-pm- .datepicker--time-sliders {
  -webkit-flex: 0 1 138px;
  -ms-flex: 0 1 138px;
  -webkit-box-flex: 0;
  flex: 0 1 138px;
  max-width: 138px;
}

.-only-timepicker- .datepicker--time {
  border-top: none;
}

.datepicker--time-sliders {
  -webkit-flex: 0 1 153px;
  -ms-flex: 0 1 153px;
  -webkit-box-flex: 0;
  flex: 0 1 153px;
  margin-right: 10px;
  max-width: 153px;
}

.datepicker--time-label {
  display: none;
  font-size: 12px;
}

.datepicker--time-current {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-flex: 1;
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
  font-size: 14px;
  text-align: center;
  margin: 0 0 0 10px;
}

.datepicker--time-current-colon {
  margin: 0 2px 3px;
  line-height: 1;
}

.datepicker--time-current-hours,
.datepicker--time-current-minutes {
  line-height: 1;
  font-size: 19px;
  font-family: "Century Gothic",CenturyGothic,AppleGothic,sans-serif;
  position: relative;
  z-index: 1;
}

.datepicker--time-current-hours:after,
.datepicker--time-current-minutes:after {
  content: '';
  background: #f0f0f0;
  border-radius: 4px;
  position: absolute;
  left: -2px;
  top: -3px;
  right: -2px;
  bottom: -2px;
  z-index: -1;
  opacity: 0;
}

.datepicker--time-current-hours.-focus-:after,
.datepicker--time-current-minutes.-focus-:after {
  opacity: 1;
}

.datepicker--time-current-ampm {
  text-transform: uppercase;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  color: #9c9c9c;
  margin-left: 6px;
  font-size: 11px;
  margin-bottom: 1px;
}

.datepicker--time-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  font-size: 11px;
  height: 17px;
  background: -webkit-gradient(linear, left top, right top, from(#dedede), to(#dedede)) left 50%/100% 1px no-repeat;
  background: -webkit-linear-gradient(left, #dedede, #dedede) left 50%/100% 1px no-repeat;
  background: -o-linear-gradient(left, #dedede, #dedede) left 50%/100% 1px no-repeat;
  background: linear-gradient(to right, #dedede, #dedede) left 50%/100% 1px no-repeat;
}

.datepicker--time-row:first-child {
  margin-bottom: 4px;
}

.datepicker--time-row input[type=range] {
  background: 0 0;
  cursor: pointer;
  -webkit-flex: 1;
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
  height: 100%;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
}

.datepicker--time-row input[type=range]::-ms-tooltip {
  display: none;
}

.datepicker--time-row input[type=range]:hover::-webkit-slider-thumb {
  border-color: #b8b8b8;
}

.datepicker--time-row input[type=range]:hover::-moz-range-thumb {
  border-color: #b8b8b8;
}

.datepicker--time-row input[type=range]:hover::-ms-thumb {
  border-color: #b8b8b8;
}

.datepicker--time-row input[type=range]:focus {
  outline: 0;
}

.datepicker--time-row input[type=range]:focus::-webkit-slider-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef;
}

.datepicker--time-row input[type=range]:focus::-moz-range-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef;
}

.datepicker--time-row input[type=range]:focus::-ms-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef;
}

.datepicker--time-row input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  -webkit-transition: background .2s;
  -o-transition: background .2s;
  transition: background .2s;
  margin-top: -6px;
}

.datepicker--time-row input[type=range]::-moz-range-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  -webkit-transition: background .2s;
  -o-transition: background .2s;
  transition: background .2s;
}

.datepicker--time-row input[type=range]::-ms-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  -webkit-transition: background .2s;
  -o-transition: background .2s;
  transition: background .2s;
}

.datepicker--time-row input[type=range]::-webkit-slider-runnable-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: 0 0;
}

.datepicker--time-row input[type=range]::-moz-range-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: 0 0;
}

.datepicker--time-row input[type=range]::-ms-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: 0 0;
}

.datepicker--time-row input[type=range]::-ms-fill-lower {
  background: 0 0;
}

.datepicker--time-row input[type=range]::-ms-fill-upper {
  background: 0 0;
}

.datepicker--time-row span {
  padding: 0 12px;
}

.datepicker--time-icon {
  color: #9c9c9c;
  border: 1px solid;
  border-radius: 50%;
  font-size: 16px;
  position: relative;
  margin: 0 5px -1px 0;
  width: 1em;
  height: 1em;
}

.datepicker--time-icon:after,
.datepicker--time-icon:before {
  content: '';
  background: currentColor;
  position: absolute;
}

.datepicker--time-icon:after {
  height: .4em;
  width: 1px;
  left: calc(50% - 1px);
  top: calc(50% + 1px);
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.datepicker--time-icon:before {
  width: .4em;
  height: 1px;
  top: calc(50% + 1px);
  left: calc(50% - 1px);
}

.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6;
}

.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4;
}

.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #ccc;
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2);
}

.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
  background: 0 0;
  border: none;
}

/*! nouislider - 12.1.0 - 10/25/2018 */

.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
  direction: ltr;
}

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.noUi-connects {
  overflow: hidden;
  z-index: 0;
}

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

html:not([dir=rtl]) .noUi-horizontal .noUi-origin {
  left: auto;
  right: 0;
}

.noUi-vertical .noUi-origin {
  width: 0;
}

.noUi-horizontal .noUi-origin {
  height: 0;
}

.noUi-handle {
  position: absolute;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform .3s;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  -o-transition: transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

.noUi-horizontal {
  height: 18px;
}

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  left: -17px;
  top: -6px;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px;
}

html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
  right: -17px;
  left: auto;
}

.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  -webkit-box-shadow: inset 0 1px 1px #F0F0F0,0 3px 6px -5px #BBB;
  box-shadow: inset 0 1px 1px #F0F0F0,0 3px 6px -5px #BBB;
}

.noUi-connects {
  border-radius: 3px;
}

.noUi-connect {
  background: #3FB8AF;
}

.noUi-draggable {
  cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  -webkit-box-shadow: inset 0 0 1px #FFF,inset 0 1px 7px #EBEBEB,0 3px 6px -3px #BBB;
  box-shadow: inset 0 0 1px #FFF,inset 0 1px 7px #EBEBEB,0 3px 6px -3px #BBB;
}

.noUi-active {
  -webkit-box-shadow: inset 0 0 1px #FFF,inset 0 1px 7px #DDD,0 3px 6px -3px #BBB;
  box-shadow: inset 0 0 1px #FFF,inset 0 1px 7px #DDD,0 3px 6px -3px #BBB;
}

.noUi-handle:after,
.noUi-handle:before {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}

.noUi-handle:after {
  left: 17px;
}

.noUi-vertical .noUi-handle:after,
.noUi-vertical .noUi-handle:before {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}

.noUi-vertical .noUi-handle:after {
  top: 17px;
}

[disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled] .noUi-handle,
[disabled].noUi-handle,
[disabled].noUi-target {
  cursor: not-allowed;
}

.noUi-pips,
.noUi-pips * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: #999;
}

.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}

.noUi-marker {
  position: absolute;
  background: #CCC;
}

.noUi-marker-sub {
  background: #AAA;
}

.noUi-marker-large {
  background: #AAA;
}

.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}

.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%, 0);
  transform: translate(0, -50%, 0);
  padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
  transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */

.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

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

  100% {
    opacity: 0;
  }
}

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

  100% {
    opacity: 0;
  }
}

.owl-height {
  -webkit-transition: height .5s ease-in-out;
  -o-transition: height .5s ease-in-out;
  transition: height .5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform .1s ease;
  transition: -webkit-transform .1s ease;
  -o-transition: transform .1s ease;
  transition: transform .1s ease;
  transition: transform .1s ease, -webkit-transform .1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  -webkit-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/*************** SCROLLBAR BASE CSS ***************/

.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative;
}

.scroll-wrapper > .scroll-content {
  border: none !important;
  -webkit-box-sizing: content-box !important;
  box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none !important;
  overflow: scroll !important;
  padding: 0;
  position: relative !important;
  top: 0;
  width: auto !important;
}

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0;
}

.scroll-element {
  display: none;
}

.scroll-element,
.scroll-element div {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.scroll-element div {
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
  display: block;
}

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
  cursor: default;
}

.scroll-textarea {
  border: 1px solid #cccccc;
  border-top-color: #999999;
}

.scroll-textarea > .scroll-content {
  overflow: hidden !important;
}

.scroll-textarea > .scroll-content > textarea {
  border: none !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100% !important;
  margin: 0;
  max-height: none !important;
  max-width: none !important;
  overflow: scroll !important;
  outline: none;
  padding: 2px;
  position: relative !important;
  top: 0;
  width: 100% !important;
}

.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
  height: 0;
  width: 0;
}

/*************** SIMPLE INNER SCROLLBAR ***************/

.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-inner > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-x {
  bottom: 2px;
  height: 8px;
  left: 0;
  width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-y {
  height: 100%;
  right: 2px;
  top: 0;
  width: 8px;
}

.scrollbar-inner > .scroll-element .scroll-element_outer {
  overflow: hidden;
}

.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  border-radius: 8px;
}

.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  opacity: 0.4;
}

.scrollbar-inner > .scroll-element .scroll-element_track {
  background-color: #e0e0e0;
}

.scrollbar-inner > .scroll-element .scroll-bar {
  background-color: #c2c2c2;
}

.scrollbar-inner > .scroll-element:hover .scroll-bar {
  background-color: #919191;
}

.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
}

/* update scrollbar offset if both scrolls are visible */

.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -12px;
}

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -12px;
}

.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -12px;
}

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -12px;
}

/*************** SIMPLE OUTER SCROLLBAR ***************/

.scrollbar-outer > .scroll-element,
.scrollbar-outer > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-outer > .scroll-element {
  background-color: #ffffff;
}

.scrollbar-outer > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-outer > .scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  width: 100%;
}

.scrollbar-outer > .scroll-element.scroll-y {
  height: 100%;
  right: 0;
  top: 0;
  width: 12px;
}

.scrollbar-outer > .scroll-element.scroll-x .scroll-element_outer {
  height: 8px;
  top: 2px;
}

.scrollbar-outer > .scroll-element.scroll-y .scroll-element_outer {
  left: 2px;
  width: 8px;
}

.scrollbar-outer > .scroll-element .scroll-element_outer {
  overflow: hidden;
}

.scrollbar-outer > .scroll-element .scroll-element_track {
  background-color: #eeeeee;
}

.scrollbar-outer > .scroll-element .scroll-element_outer,
.scrollbar-outer > .scroll-element .scroll-element_track,
.scrollbar-outer > .scroll-element .scroll-bar {
  border-radius: 8px;
}

.scrollbar-outer > .scroll-element .scroll-bar {
  background-color: #d9d9d9;
}

.scrollbar-outer > .scroll-element .scroll-bar:hover {
  background-color: #c2c2c2;
}

.scrollbar-outer > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
}

/* scrollbar height/width & offset from container borders */

.scrollbar-outer > .scroll-content.scroll-scrolly_visible {
  left: -12px;
  margin-left: 12px;
}

.scrollbar-outer > .scroll-content.scroll-scrollx_visible {
  top: -12px;
  margin-top: 12px;
}

.scrollbar-outer > .scroll-element.scroll-x .scroll-bar {
  min-width: 10px;
}

.scrollbar-outer > .scroll-element.scroll-y .scroll-bar {
  min-height: 10px;
}

/* update scrollbar offset if both scrolls are visible */

.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -14px;
}

.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -14px;
}

.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -14px;
}

.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -14px;
}

/*************** SCROLLBAR MAC OS X ***************/

.scrollbar-macosx > .scroll-element,
.scrollbar-macosx > .scroll-element div {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-macosx > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-macosx > .scroll-element .scroll-element_track {
  display: none;
}

.scrollbar-macosx > .scroll-element .scroll-bar {
  background-color: #6C6E71;
  display: block;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  border-radius: 7px;
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.scrollbar-macosx:hover > .scroll-element .scroll-bar,
.scrollbar-macosx > .scroll-element.scroll-draggable .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.scrollbar-macosx > .scroll-element.scroll-x {
  bottom: 0px;
  height: 0px;
  left: 0;
  min-width: 100%;
  overflow: visible;
  width: 100%;
}

.scrollbar-macosx > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0px;
  top: 0;
  width: 0px;
}

/* scrollbar height/width & offset from container borders */

.scrollbar-macosx > .scroll-element.scroll-x .scroll-bar {
  height: 7px;
  min-width: 10px;
  top: -9px;
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-bar {
  left: -9px;
  min-height: 10px;
  width: 7px;
}

.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_outer {
  left: 2px;
}

.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_outer {
  top: 2px;
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}

/* update scrollbar offset if both scrolls are visible */

.scrollbar-macosx > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -11px;
}

.scrollbar-macosx > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -11px;
}

/*************** SCROLLBAR LIGHT ***************/

.scrollbar-light > .scroll-element,
.scrollbar-light > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-light > .scroll-element {
  background-color: #ffffff;
}

.scrollbar-light > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-light > .scroll-element .scroll-element_outer {
  border-radius: 10px;
}

.scrollbar-light > .scroll-element .scroll-element_size {
  background: #dbdbdb;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #dbdbdb), color-stop(100%, #e8e8e8));
  background: -webkit-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
  background: -o-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
  background: -webkit-gradient(linear, left top, right top, from(#dbdbdb), to(#e8e8e8));
  background: linear-gradient(to right, #dbdbdb 0%, #e8e8e8 100%);
  border-radius: 10px;
}

.scrollbar-light > .scroll-element.scroll-x {
  bottom: 0;
  height: 17px;
  left: 0;
  min-width: 100%;
  width: 100%;
}

.scrollbar-light > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  width: 17px;
}

.scrollbar-light > .scroll-element .scroll-bar {
  background: #fefefe;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #fefefe), color-stop(100%, #f5f5f5));
  background: -webkit-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
  background: -o-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
  background: -webkit-gradient(linear, left top, right top, from(#fefefe), to(#f5f5f5));
  background: linear-gradient(to right, #fefefe 0%, #f5f5f5 100%);
  border: 1px solid #dbdbdb;
  border-radius: 10px;
}

/* scrollbar height/width & offset from container borders */

.scrollbar-light > .scroll-content.scroll-scrolly_visible {
  left: -17px;
  margin-left: 17px;
}

.scrollbar-light > .scroll-content.scroll-scrollx_visible {
  top: -17px;
  margin-top: 17px;
}

.scrollbar-light > .scroll-element.scroll-x .scroll-bar {
  height: 10px;
  min-width: 10px;
  top: 0px;
}

.scrollbar-light > .scroll-element.scroll-y .scroll-bar {
  left: 0px;
  min-height: 10px;
  width: 10px;
}

.scrollbar-light > .scroll-element.scroll-x .scroll-element_outer {
  height: 12px;
  left: 2px;
  top: 2px;
}

.scrollbar-light > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}

.scrollbar-light > .scroll-element.scroll-y .scroll-element_outer {
  left: 2px;
  top: 2px;
  width: 12px;
}

.scrollbar-light > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}

/* update scrollbar offset if both scrolls are visible */

.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -19px;
}

.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -19px;
}

.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -19px;
}

.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -19px;
}

/*************** SCROLLBAR RAIL ***************/

.scrollbar-rail > .scroll-element,
.scrollbar-rail > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-rail > .scroll-element {
  background-color: #ffffff;
}

.scrollbar-rail > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-rail > .scroll-element .scroll-element_size {
  background-color: #999;
  background-color: rgba(0, 0, 0, 0.3);
}

.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-element_size {
  background-color: #666;
  background-color: rgba(0, 0, 0, 0.5);
}

.scrollbar-rail > .scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  min-width: 100%;
  padding: 3px 0 2px;
  width: 100%;
}

.scrollbar-rail > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  padding: 0 2px 0 3px;
  right: 0;
  top: 0;
  width: 12px;
}

.scrollbar-rail > .scroll-element .scroll-bar {
  background-color: #d0b9a0;
  border-radius: 2px;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-bar {
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

/* scrollbar height/width & offset from container borders */

.scrollbar-rail > .scroll-content.scroll-scrolly_visible {
  left: -17px;
  margin-left: 17px;
}

.scrollbar-rail > .scroll-content.scroll-scrollx_visible {
  margin-top: 17px;
  top: -17px;
}

.scrollbar-rail > .scroll-element.scroll-x .scroll-bar {
  height: 10px;
  min-width: 10px;
  top: 1px;
}

.scrollbar-rail > .scroll-element.scroll-y .scroll-bar {
  left: 1px;
  min-height: 10px;
  width: 10px;
}

.scrollbar-rail > .scroll-element.scroll-x .scroll-element_outer {
  height: 15px;
  left: 5px;
}

.scrollbar-rail > .scroll-element.scroll-x .scroll-element_size {
  height: 2px;
  left: -10px;
  top: 5px;
}

.scrollbar-rail > .scroll-element.scroll-y .scroll-element_outer {
  top: 5px;
  width: 15px;
}

.scrollbar-rail > .scroll-element.scroll-y .scroll-element_size {
  left: 5px;
  top: -10px;
  width: 2px;
}

/* update scrollbar offset if both scrolls are visible */

.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -25px;
}

.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -25px;
}

.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -25px;
}

.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -25px;
}

/*************** SCROLLBAR DYNAMIC ***************/

.scrollbar-dynamic > .scroll-element,
.scrollbar-dynamic > .scroll-element div {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-dynamic > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-dynamic > .scroll-element.scroll-x {
  bottom: 2px;
  height: 7px;
  left: 0;
  min-width: 100%;
  width: 100%;
}

.scrollbar-dynamic > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 2px;
  top: 0;
  width: 7px;
}

.scrollbar-dynamic > .scroll-element .scroll-element_outer {
  opacity: 0.3;
  border-radius: 12px;
}

.scrollbar-dynamic > .scroll-element .scroll-element_size {
  background-color: #cccccc;
  opacity: 0;
  border-radius: 12px;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.scrollbar-dynamic > .scroll-element .scroll-bar {
  background-color: #6c6e71;
  border-radius: 7px;
}

/* scrollbar height/width & offset from container borders */

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-bar {
  bottom: 0;
  height: 7px;
  min-width: 24px;
  top: auto;
}

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-bar {
  left: auto;
  min-height: 24px;
  right: 0;
  width: 7px;
}

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_outer {
  bottom: 0;
  top: auto;
  left: 2px;
  -webkit-transition: height 0.2s;
  -o-transition: height 0.2s;
  transition: height 0.2s;
}

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_outer {
  left: auto;
  right: 0;
  top: 2px;
  -webkit-transition: width 0.2s;
  -o-transition: width 0.2s;
  transition: width 0.2s;
}

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}

/* update scrollbar offset if both scrolls are visible */

.scrollbar-dynamic > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -11px;
}

.scrollbar-dynamic > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -11px;
}

/* hover & drag */

.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer {
  overflow: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-element_size,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-element_size {
  opacity: 1;
}

.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-bar,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-bar {
  height: 100%;
  width: 100%;
  border-radius: 12px;
}

.scrollbar-dynamic > .scroll-element.scroll-x:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-x.scroll-draggable .scroll-element_outer {
  height: 20px;
  min-height: 7px;
}

.scrollbar-dynamic > .scroll-element.scroll-y:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-y.scroll-draggable .scroll-element_outer {
  min-width: 7px;
  width: 20px;
}

/*************** SCROLLBAR GOOGLE CHROME ***************/

.scrollbar-chrome > .scroll-element,
.scrollbar-chrome > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-chrome > .scroll-element {
  background-color: #ffffff;
}

.scrollbar-chrome > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-chrome > .scroll-element .scroll-element_track {
  background: #f1f1f1;
  border: 1px solid #dbdbdb;
}

.scrollbar-chrome > .scroll-element.scroll-x {
  bottom: 0;
  height: 16px;
  left: 0;
  min-width: 100%;
  width: 100%;
}

.scrollbar-chrome > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  width: 16px;
}

.scrollbar-chrome > .scroll-element .scroll-bar {
  background-color: #d9d9d9;
  border: 1px solid #bdbdbd;
  cursor: default;
  border-radius: 2px;
}

.scrollbar-chrome > .scroll-element .scroll-bar:hover {
  background-color: #c2c2c2;
  border-color: #a9a9a9;
}

.scrollbar-chrome > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
  border-color: #7e7e7e;
}

/* scrollbar height/width & offset from container borders */

.scrollbar-chrome > .scroll-content.scroll-scrolly_visible {
  left: -16px;
  margin-left: 16px;
}

.scrollbar-chrome > .scroll-content.scroll-scrollx_visible {
  top: -16px;
  margin-top: 16px;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-bar {
  height: 8px;
  min-width: 10px;
  top: 3px;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-bar {
  left: 3px;
  min-height: 10px;
  width: 8px;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_outer {
  border-left: 1px solid #dbdbdb;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_track {
  height: 14px;
  left: -3px;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_size {
  height: 14px;
  left: -4px;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_outer {
  border-top: 1px solid #dbdbdb;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_track {
  top: -3px;
  width: 14px;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
  width: 14px;
}

/* update scrollbar offset if both scrolls are visible */

.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -19px;
}

.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -19px;
}

.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -19px;
}

.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -19px;
}

.ct-double-octave:after,
.ct-major-eleventh:after,
.ct-major-second:after,
.ct-major-seventh:after,
.ct-major-sixth:after,
.ct-major-tenth:after,
.ct-major-third:after,
.ct-major-twelfth:after,
.ct-minor-second:after,
.ct-minor-seventh:after,
.ct-minor-sixth:after,
.ct-minor-third:after,
.ct-octave:after,
.ct-perfect-fifth:after,
.ct-perfect-fourth:after,
.ct-square:after {
  content: "";
  clear: both;
}

.ct-label {
  fill: rgba(0, 0, 0, 0.4);
  color: rgba(0, 0, 0, 0.4);
  font-size: .75rem;
  line-height: 1;
}

.ct-grid-background,
.ct-line {
  fill: none;
}

.ct-chart-bar .ct-label,
.ct-chart-line .ct-label {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.ct-chart-donut .ct-label,
.ct-chart-pie .ct-label {
  dominant-baseline: central;
}

.ct-label.ct-horizontal.ct-start {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}

.ct-label.ct-horizontal.ct-end {
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}

.ct-label.ct-vertical.ct-start {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  text-align: right;
  text-anchor: end;
}

.ct-label.ct-vertical.ct-end {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}

.ct-chart-bar .ct-label.ct-horizontal.ct-start {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  text-anchor: start;
}

.ct-chart-bar .ct-label.ct-horizontal.ct-end {
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  text-anchor: start;
}

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-start {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-end {
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-start {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  text-align: right;
  text-anchor: end;
}

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-end {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: end;
}

.ct-grid {
  stroke: rgba(0, 0, 0, 0.2);
  stroke-width: 1px;
  stroke-dasharray: 2px;
}

.ct-point {
  stroke-width: 10px;
  stroke-linecap: round;
}

.ct-line {
  stroke-width: 4px;
}

.ct-area {
  stroke: none;
  fill-opacity: .1;
}

.ct-bar {
  fill: none;
  stroke-width: 10px;
}

.ct-slice-donut {
  fill: none;
  stroke-width: 60px;
}

.ct-series-a .ct-bar,
.ct-series-a .ct-line,
.ct-series-a .ct-point,
.ct-series-a .ct-slice-donut {
  stroke: #d70206;
}

.ct-series-a .ct-area,
.ct-series-a .ct-slice-donut-solid,
.ct-series-a .ct-slice-pie {
  fill: #d70206;
}

.ct-series-b .ct-bar,
.ct-series-b .ct-line,
.ct-series-b .ct-point,
.ct-series-b .ct-slice-donut {
  stroke: #f05b4f;
}

.ct-series-b .ct-area,
.ct-series-b .ct-slice-donut-solid,
.ct-series-b .ct-slice-pie {
  fill: #f05b4f;
}

.ct-series-c .ct-bar,
.ct-series-c .ct-line,
.ct-series-c .ct-point,
.ct-series-c .ct-slice-donut {
  stroke: #f4c63d;
}

.ct-series-c .ct-area,
.ct-series-c .ct-slice-donut-solid,
.ct-series-c .ct-slice-pie {
  fill: #f4c63d;
}

.ct-series-d .ct-bar,
.ct-series-d .ct-line,
.ct-series-d .ct-point,
.ct-series-d .ct-slice-donut {
  stroke: #d17905;
}

.ct-series-d .ct-area,
.ct-series-d .ct-slice-donut-solid,
.ct-series-d .ct-slice-pie {
  fill: #d17905;
}

.ct-series-e .ct-bar,
.ct-series-e .ct-line,
.ct-series-e .ct-point,
.ct-series-e .ct-slice-donut {
  stroke: #453d3f;
}

.ct-series-e .ct-area,
.ct-series-e .ct-slice-donut-solid,
.ct-series-e .ct-slice-pie {
  fill: #453d3f;
}

.ct-series-f .ct-bar,
.ct-series-f .ct-line,
.ct-series-f .ct-point,
.ct-series-f .ct-slice-donut {
  stroke: #59922b;
}

.ct-series-f .ct-area,
.ct-series-f .ct-slice-donut-solid,
.ct-series-f .ct-slice-pie {
  fill: #59922b;
}

.ct-series-g .ct-bar,
.ct-series-g .ct-line,
.ct-series-g .ct-point,
.ct-series-g .ct-slice-donut {
  stroke: #0544d3;
}

.ct-series-g .ct-area,
.ct-series-g .ct-slice-donut-solid,
.ct-series-g .ct-slice-pie {
  fill: #0544d3;
}

.ct-series-h .ct-bar,
.ct-series-h .ct-line,
.ct-series-h .ct-point,
.ct-series-h .ct-slice-donut {
  stroke: #6b0392;
}

.ct-series-h .ct-area,
.ct-series-h .ct-slice-donut-solid,
.ct-series-h .ct-slice-pie {
  fill: #6b0392;
}

.ct-series-i .ct-bar,
.ct-series-i .ct-line,
.ct-series-i .ct-point,
.ct-series-i .ct-slice-donut {
  stroke: #f05b4f;
}

.ct-series-i .ct-area,
.ct-series-i .ct-slice-donut-solid,
.ct-series-i .ct-slice-pie {
  fill: #f05b4f;
}

.ct-series-j .ct-bar,
.ct-series-j .ct-line,
.ct-series-j .ct-point,
.ct-series-j .ct-slice-donut {
  stroke: #dda458;
}

.ct-series-j .ct-area,
.ct-series-j .ct-slice-donut-solid,
.ct-series-j .ct-slice-pie {
  fill: #dda458;
}

.ct-series-k .ct-bar,
.ct-series-k .ct-line,
.ct-series-k .ct-point,
.ct-series-k .ct-slice-donut {
  stroke: #eacf7d;
}

.ct-series-k .ct-area,
.ct-series-k .ct-slice-donut-solid,
.ct-series-k .ct-slice-pie {
  fill: #eacf7d;
}

.ct-series-l .ct-bar,
.ct-series-l .ct-line,
.ct-series-l .ct-point,
.ct-series-l .ct-slice-donut {
  stroke: #86797d;
}

.ct-series-l .ct-area,
.ct-series-l .ct-slice-donut-solid,
.ct-series-l .ct-slice-pie {
  fill: #86797d;
}

.ct-series-m .ct-bar,
.ct-series-m .ct-line,
.ct-series-m .ct-point,
.ct-series-m .ct-slice-donut {
  stroke: #b2c326;
}

.ct-series-m .ct-area,
.ct-series-m .ct-slice-donut-solid,
.ct-series-m .ct-slice-pie {
  fill: #b2c326;
}

.ct-series-n .ct-bar,
.ct-series-n .ct-line,
.ct-series-n .ct-point,
.ct-series-n .ct-slice-donut {
  stroke: #6188e2;
}

.ct-series-n .ct-area,
.ct-series-n .ct-slice-donut-solid,
.ct-series-n .ct-slice-pie {
  fill: #6188e2;
}

.ct-series-o .ct-bar,
.ct-series-o .ct-line,
.ct-series-o .ct-point,
.ct-series-o .ct-slice-donut {
  stroke: #a748ca;
}

.ct-series-o .ct-area,
.ct-series-o .ct-slice-donut-solid,
.ct-series-o .ct-slice-pie {
  fill: #a748ca;
}

.ct-square {
  display: block;
  position: relative;
  width: 100%;
}

.ct-square:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 100%;
}

.ct-square:after {
  display: table;
}

.ct-square > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-minor-second {
  display: block;
  position: relative;
  width: 100%;
}

.ct-minor-second:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 93.75%;
}

.ct-minor-second:after {
  display: table;
}

.ct-minor-second > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-major-second {
  display: block;
  position: relative;
  width: 100%;
}

.ct-major-second:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 88.8888888889%;
}

.ct-major-second:after {
  display: table;
}

.ct-major-second > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-minor-third {
  display: block;
  position: relative;
  width: 100%;
}

.ct-minor-third:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 83.3333333333%;
}

.ct-minor-third:after {
  display: table;
}

.ct-minor-third > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-major-third {
  display: block;
  position: relative;
  width: 100%;
}

.ct-major-third:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 80%;
}

.ct-major-third:after {
  display: table;
}

.ct-major-third > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-perfect-fourth {
  display: block;
  position: relative;
  width: 100%;
}

.ct-perfect-fourth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 75%;
}

.ct-perfect-fourth:after {
  display: table;
}

.ct-perfect-fourth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-perfect-fifth {
  display: block;
  position: relative;
  width: 100%;
}

.ct-perfect-fifth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 66.6666666667%;
}

.ct-perfect-fifth:after {
  display: table;
}

.ct-perfect-fifth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-minor-sixth {
  display: block;
  position: relative;
  width: 100%;
}

.ct-minor-sixth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 62.5%;
}

.ct-minor-sixth:after {
  display: table;
}

.ct-minor-sixth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-golden-section {
  display: block;
  position: relative;
  width: 100%;
}

.ct-golden-section:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 61.804697157%;
}

.ct-golden-section:after {
  content: "";
  display: table;
  clear: both;
}

.ct-golden-section > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-major-sixth {
  display: block;
  position: relative;
  width: 100%;
}

.ct-major-sixth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 60%;
}

.ct-major-sixth:after {
  display: table;
}

.ct-major-sixth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-minor-seventh {
  display: block;
  position: relative;
  width: 100%;
}

.ct-minor-seventh:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 56.25%;
}

.ct-minor-seventh:after {
  display: table;
}

.ct-minor-seventh > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-major-seventh {
  display: block;
  position: relative;
  width: 100%;
}

.ct-major-seventh:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 53.3333333333%;
}

.ct-major-seventh:after {
  display: table;
}

.ct-major-seventh > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-octave {
  display: block;
  position: relative;
  width: 100%;
}

.ct-octave:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 50%;
}

.ct-octave:after {
  display: table;
}

.ct-octave > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-major-tenth {
  display: block;
  position: relative;
  width: 100%;
}

.ct-major-tenth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 40%;
}

.ct-major-tenth:after {
  display: table;
}

.ct-major-tenth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-major-eleventh {
  display: block;
  position: relative;
  width: 100%;
}

.ct-major-eleventh:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 37.5%;
}

.ct-major-eleventh:after {
  display: table;
}

.ct-major-eleventh > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-major-twelfth {
  display: block;
  position: relative;
  width: 100%;
}

.ct-major-twelfth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 33.3333333333%;
}

.ct-major-twelfth:after {
  display: table;
}

.ct-major-twelfth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-double-octave {
  display: block;
  position: relative;
  width: 100%;
}

.ct-double-octave:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 25%;
}

.ct-double-octave:after {
  display: table;
}

.ct-double-octave > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

/* Plugins rewrite*/

.jq-selectbox {
  background: #ffffff;
  width: 100%;
  font-family: "Rubik";
}

.jq-selectbox.focused .jq-selectbox__select,
.jq-selectbox:active .jq-selectbox__select {
  background: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #dbdbdb;
}

.jq-selectbox__select {
  background: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.jq-selectbox__select:hover {
  background: #ffffff;
}

.jq-selectbox__trigger {
  border: none;
  height: 100%;
  width: 30px;
}

.jq-selectbox__trigger-arrow {
  width: 6px;
  height: 6px;
  border: none;
  top: 50%;
  margin-top: -1px;
  border-bottom: 1px solid #635f60;
  border-right: 1px solid #635f60;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.jq-selectbox__select-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  font-weight: 300;
  font-size: 14px;
  color: #000000;
  font-family: "Rubik";
  line-height: 1;
}

.owl-carousel .owl-dots {
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.owl-carousel .owl-dots button.owl-dot {
  margin-right: 20px;
  font-size: 0;
  padding: 0;
  background: #ddd;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

.owl-carousel .owl-dots button.owl-dot:last-child {
  margin-right: 0;
}

.owl-carousel .owl-dots button.owl-dot.active {
  width: 39px;
  background: #ff6b61;
  pointer-events: none;
}

.owl-carousel .owl-dots button.owl-dot:hover {
  background: #ff6b61;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 122px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #ff6b61;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  z-index: 5;
  color: #fff;
  font-size: 32px;
}

.owl-carousel .owl-nav button.owl-prev.disabled,
.owl-carousel .owl-nav button.owl-next.disabled {
  opacity: 0;
  visibility: hidden;
}

.owl-carousel .owl-nav button.owl-prev {
  left: -25px;
}

.owl-carousel .owl-nav button.owl-prev span {
  margin-left: -2px;
}

.owl-carousel .owl-nav button.owl-next {
  right: -25px;
}

.owl-carousel .owl-nav button.owl-next span {
  margin-right: -2px;
}

/******************* SCROLLBAR *******************/

.scroll-element.scroll-y.scroll-scrolly_visible {
  background: #efefef;
  cursor: pointer;
  position: absolute;
  height: 100%;
  right: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
  border-radius: 4px;
}

.scroll-element.scroll-x.scroll-scrollx_visible {
  background: #efefef;
  cursor: pointer;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 8px;
  border-radius: 4px;
}

.card-line__stats .scroll-element.scroll-y.scroll-scrolly_visible {
  right: 0;
}

.scroll-element.scroll_y.scroll-scrolly_visible div {
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
}

.scroll-element.scroll_x.scroll-scrollx_visible div {
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
}

.scroll-element.scroll-y.scroll-scrolly_visible .scroll-bar {
  background: #dbdbdb;
  z-index: 12;
  height: 46px;
  border-radius: 4px !important;
  cursor: pointer;
}

.scroll-element.scroll-x.scroll-scrollx_visible .scroll-bar {
  background: #dbdbdb;
  z-index: 12;
  widht: 46px;
  border-radius: 4px !important;
  cursor: pointer;
}

.scroll-wrapper > .scroll-content {
  width: 100% !important;
}

.form__rating-range {
  height: 7px;
  background: #D8D8D8;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}

.noUi-connect {
  background: #ff6b61;
  border: none;
}

.noUi-horizontal .noUi-handle {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #FFFFFF;
  border: 1px solid #E1E1E1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.0979676);
  box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.0979676);
  cursor: pointer;
}

.noUi-horizontal .noUi-handle:after,
.noUi-horizontal .noUi-handle:before {
  display: none;
}

html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
  right: -9px;
}

/* Blocks */

.icon {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
}

.logo {
  display: block;
}

.logo img {
  display: block;
  max-width: 100%;
}

.burger {
  display: none;
}

.burger__link {
  display: block;
  position: relative;
  width: 28px;
  height: 20px;
}

.burger__line {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #000;
}

.burger__line:after,
.burger__line:before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
}

.burger__line:after {
  top: -7px;
}

.burger__line:before {
  bottom: -7px;
}

.header {
  padding: 20px 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 30;
}

.header .nav__drop {
  margin-top: 20px;
}

.header--full {
  background: #ffffff;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
  position: relative;
}

.header--full .nav__drop {
  margin-top: 60px;
}

.header--full .nav__drop.profile-box__drop {
  margin-top: 35px;
}

.header__sing-in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 50px;
}

.header__sing-in .btn {
  padding: 0 20px;
  margin-left: 10px;
}

.header__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__logo {
  margin-right: 18px;
  position: relative;
  top: -3px;
}

.header__nav {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: auto;
}

.header__nav-bg,
.header__nav-close {
  display: none;
}

.header__nav-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-item {
  margin-right: 20px;
  position: relative;
}

.header-item__drop {
  position: absolute;
  width: 300px;
  top: 100%;
  margin-top: 60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #fff;
  -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.04);
  border: 1px solid #FFFFFF;
  opacity: 0;
  visibility: hidden;
}

.header-item__drop.active {
  opacity: 1;
  visibility: visible;
  display: block;
}

.header-item__drop:before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-bottom: 15px solid #fff;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
}

.header-item__drop-list {
  max-height: 250px;
}

.header-item__drop-list .scroll-element.scroll-y.scroll-scrolly_visible {
  right: 5px;
  height: calc(100% - 28px);
}

.header-item__drop-item {
  border-bottom: 1px solid #F3F3F3;
  margin-right: 30px;
  padding-bottom: 19px;
  padding-top: 25px;
  position: relative;
  padding-left: 40px;
}

.header-item__drop-item:last-child {
  border-bottom: none;
}

.header-item__drop-item-avatar {
  position: absolute;
  top: 23px;
  left: 10px;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  overflow: hidden;
  display: block;
}

.header-item__drop-item-action {
  margin-top: 16px;
}

.header-item__drop-item-action .btn {
  padding-left: 20px;
  padding-right: 20px;
  max-width: 100%;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto;
}

.header-item__drop-item-cont {
  color: #383838;
  font-size: 14px;
  line-height: 1.4;
}

.header-item__drop-item-cont a {
  color: #000;
}

.header-item__drop-item-cont a.header-item__drop-item-name {
  color: inherit;
}

.header-item__drop-item-cont a.header-item__drop-item-name:hover {
  color: #ff6b61;
}

.header-item__drop-item-cont a:hover {
  color: #ff6b61;
}

.header-item__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 24px;
  min-height: 28px;
}

.header-item__num {
  font-size: 11px;
  font-weight: 400;
  color: #ffffff;
  background-color: #ff6b61;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  text-align: center;
  padding-top: 1px;
  position: absolute;
  top: -17px;
  right: -10px;
}

.header-item__text {
  font-size: 14px;
}

.header-item__icon {
  font-size: 20px;
  position: relative;
  bottom: -1px;
}

.header-item__icon--notifications {
  font-size: 24px;
}

.header-item__icon--rur {
  font-size: 18px;
  margin-right: 8px;
}

.nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
}

.nav__item {
  margin-right: 19px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.nav__item:last-child {
  margin-right: 0;
}

.nav__item:hover .nav__drop {
  opacity: 1;
  visibility: visible;
}

.nav__add {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #ff6b61;
  margin-left: 3px;
  position: relative;
  top: -2px;
}

.nav__add:after,
.nav__add:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
}

.nav__add:after {
  width: 8px;
  height: 1px;
}

.nav__add:before {
  height: 8px;
  width: 1px;
}

.nav__link {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 18px;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.nav__link:hover {
  color: #ff6b61;
}

.nav__link--drop {
  position: relative;
  padding-right: 11px;
}

.nav__link--drop:after {
  content: '';
  width: 5px;
  height: 5px;
  position: absolute;
  top: 4px;
  right: 0;
  border-bottom: 1px solid;
  border-right: 1px solid;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nav__drop {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.04);
  border: 1px solid #FFFFFF;
  padding: 20px;
  width: 300px;
  opacity: 0;
  visibility: hidden;
}

.nav__drop:after {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 30px;
  border-bottom: 15px solid #fff;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
}

.nav__drop:before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 65px;
}

.nav__drop-link a {
  color: #ff6b61;
  font-size: 14px;
}

.nav__drop-link a:hover {
  text-decoration: underline;
}

.nav__drop ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-bottom: 7px;
}

.nav__drop li {
  margin-right: 10px;
  margin-bottom: 10px;
  width: calc(50% - 10px);
}

.nav__drop li a {
  display: block;
  padding: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  color: #000;
  border-radius: 3px;
  height: 60px;
}

.title-alt,
.title,
.page__title,
.section__title,
.main-title,
.title-sm {
  line-height: 1.16;
  color: #222222;
}

.main-title {
  font-size: 56px;
  font-weight: 300;
}

.page__title,
.section__title {
  font-size: 48px;
  font-weight: 300;
}

.section__title {
  text-align: center;
  margin-bottom: 50px;
}

.title,
h2 {
  font-size: 36px;
  font-weight: 500;
}

.title {
  margin-bottom: 50px;
}

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

.title-alt,
h3 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 10px;
}

.title-sm,
h4 {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 15px;
}

.btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  max-width: 219px;
  width: 100%;
  height: 54px;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1.14;
  letter-spacing: 1px;
  font-weight: 400;
  border: 1px solid transparent;
  border-radius: 3px;
  padding-top: 2px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  white-space: nowrap;
}

.btn--accent {
  background: #ff6b61;
  color: #fff;
  border-color: #ff6b61;
}

.btn--light {
  border: 1px solid #000000;
  background: transparent;
}

.btn--light:hover {
  background: #000;
  color: #fff;
}

.btn--alt {
  background: #4138db;
  border-color: #4138db;
  color: #fff;
}

.btn--blueber {
  color: #fff;
  background: #5d38db;
  border-color: #5d38db;
}

.btn--gray {
  border: 1px solid rgba(215, 215, 215, 0.7);
  color: #999999;
}

.btn--gray:hover {
  color: #fff;
  background-color: #999;
}

.btn--small {
  height: 28px;
  font-size: 11px;
  max-width: 134px;
}

.btn--green {
  background-color: #50c473;
}

.btn--price {
  background-color: #fbe20b;
  color: #000000;
}

.btn--aut {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.lang {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.lang__link {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  height: 40px;
  width: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  line-height: 1;
  padding-top: 2px;
}

.lang__link.active {
  background-color: #eeeeee;
  pointer-events: none;
}

.profile-box {
  position: relative;
  padding-left: 70px;
  margin-left: 40px;
  color: #000;
  width: 220px;
  bottom: -7px;
}

.profile-box__drop {
  left: 25px;
  margin-top: 35px;
}

.profile-box__drop:before {
  display: none;
}

.profile-box__drop.active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.profile-box__drop ul {
  display: block;
}

.profile-box__drop li {
  width: 100%;
  margin-right: 0;
  margin-bottom: 5px;
}

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

.profile-box__drop li a {
  padding: 0;
  font-size: 16px;
  display: inline;
  height: auto;
  text-transform: none;
  font-weight: 300;
}

.profile-box__drop li a:hover {
  color: #ff6b61;
}

.profile-box__drop-bottom {
  border-top: 1px solid #D8D8D8;
  padding-top: 14px;
  margin-left: -20px;
  margin-right: -20px;
  padding: 14px 20px 0;
}

.profile-box__drop-bottom .btn {
  height: 28px;
  max-width: 78px;
  font-size: 12px;
}

.profile-box__avatar {
  position: absolute;
  top: -7px;
  left: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
}

.profile-box__avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.profile-box__name {
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.profile-box__prof {
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 14px;
  text-transform: uppercase;
  margin-bottom: 3px;
  white-space: nowrap;
  overflow: hidden;
}

.profile-box__rating {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  font-size: 14px;
  font-weight: 400;
}

.profile-box__rating-icon {
  font-size: 12px;
  color: #ff6b61;
  margin-right: 5px;
}

.profile-box__trigger {
  position: absolute;
  left: 100%;
  margin-left: 6px;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  background: #e4e4e4;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
}

.profile-box__trigger:before {
  content: '';
  position: absolute;
  top: 8px;
  left: 9px;
  width: 5px;
  height: 5px;
  border-bottom: 1px solid #3b3b3b;
  border-right: 1px solid #3b3b3b;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.social__item {
  margin-right: 6px;
}

.social__item:last-child {
  margin-right: 0;
}

.social__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #d9d9d9;
  color: #dbdbdb;
  font-size: 18px;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.social__link:hover {
  color: #ff6b61;
  border-color: #ff6b61;
}

.social__icon {
  position: relative;
  bottom: -1px;
}

.social__icon--youtube {
  font-size: 21px;
  bottom: -2px;
}

.subscription {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 6px;
  border: 1px solid #d7d7d7;
  border-radius: 4px;
  height: 67px;
}

.subscription__ipnut {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  padding: 0 16px;
  height: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 16px;
  color: #000;
}

.subscription__submit {
  height: 100%;
  max-width: 155px;
}

.section {
  margin-bottom: 80px;
}

.section--bg {
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
  background-size: contain;
  background-image: url("../img/section__bg.png");
  padding-top: 20px;
}

.section--light {
  background: #fff;
}

.section-action {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section-action__btn {
  max-width: 198px;
}

.slider-reviews--alt {
  margin-bottom: 45px;
}

.slider-reviews.owl-carousel .owl-stage-outer {
  overflow: visible;
}

.slider-reviews .owl-stage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.slider-reviews.owl-carousel .owl-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.slider-reviews.owl-carousel .owl-item img {
  width: auto;
}

.slider-reviews__item {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  border-radius: 7px;
  background-color: #ffffff;
  padding: 30px 30px 35px;
  text-align: center;
  width: 500px;
  min-width: 500px;
  height: 100%;
}

.slider-reviews__item:last-child {
  margin-right: 0;
}

@supports (flex-direction: column) {
  .slider-reviews__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.slider-reviews__item-img {
  height: 55px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 50px;
}

.slider-reviews__item-img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.slider-reviews__item-text {
  font-size: 20px;
  line-height: 28px;
  color: #222222;
  margin-bottom: 30px;
}

.slider-reviews__item-avatar {
  height: 70px;
  width: 70px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 10px;
  margin-top: auto;
}

.slider-reviews__item-avatar img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.slider-reviews__item-name {
  color: #353535;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.slider-reviews__item-prof {
  color: #9fa3a7;
  font-weight: 400;
}

.top-box {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center top;
  position: relative;
}

.top-box .container {
  position: relative;
  height: inherit;
  height: 100vh;
  min-height: 420px;
}

.top-box__content {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 545px;
  padding-top: 20px;
}

.top-box__new {
  max-width: 175px;
}

.top-box__action {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
}

.top-box__action .btn {
  margin-right: 10px;
}

.top-box__action .btn:last-child {
  margin-right: 0;
}

.top-box__play {
  position: absolute;
  right: 165px;
  top: 51%;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #ff6b61;
}

.top-box__play-icon {
  color: #fff;
  font-size: 32px;
  position: absolute;
  margin: 3px 0 0 4px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.top-box__title {
  margin-bottom: 50px;
}

.top-box__text {
  font-size: 30px;
  color: #222222;
}

.top-box__info {
  position: absolute;
  left: 0;
  bottom: 50px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.top-box__info-link {
  border-bottom: 1px solid #d1d1d0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.top-box__info-link:hover {
  border-color: transparent;
  color: #ff6b61;
}

.top-box__scroll {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 30px;
  font-size: 42px;
}

.top-box__scroll .icon {
  position: relative;
  -webkit-animation: mouseScroll 1s infinite;
  animation: mouseScroll 1s infinite;
}

.top-box__scroll:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
}

@-webkit-keyframes mouseScroll {
  0% {
    top: -10px;
  }

  90% {
    top: 0;
  }

  100% {
    top: -10px;
  }
}

@keyframes mouseScroll {
  0% {
    top: -10px;
  }

  90% {
    top: 0;
  }

  100% {
    top: -10px;
  }
}

.popup {
  width: 100%;
  max-width: 700px;
  padding: 30px;
  -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.04);
  border: 1px solid #FFFFFF;
}

.popup__title {
  font-size: 42px;
  margin-bottom: 20px;
}

.popup__text {
  margin-bottom: 32px;
}

.popup__cont {
  max-width: 430px;
}

.popup__action {
  margin-top: 30px;
}

.popup__action .btn {
  min-width: 185px;
}

.popup__table {
  margin-bottom: 15px;
}

.popup__table-title {
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 30px;
  color: #222222;
}

.popup__table-cont {
  width: 100%;
}

.popup__table-line {
  background: #F7F8FA;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.popup__table-line:nth-child(even) {
  background: transparent;
}

.popup__table-name,
.popup__table-val {
  padding: 15px 10px;
}

.popup__table-name {
  width: 300px;
  min-width: 300px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  font-weight: 400;
  padding-bottom: 0;
  padding-top: 20px;
}

.popup__table-val {
  font-weight: 300;
  min-width: 300px;
}

.popup .form-box__action {
  margin-bottom: 0;
}

.popup .card {
  max-width: 16.66667%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.66667%;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
}

.popup .card__list {
  display: none;
}

.popup .filter {
  border-bottom: none;
}

.popup .filter__line {
  padding-bottom: 0;
}

.popup .line-nav__item {
  margin-bottom: 0 !important;
}

.popup .line-nav__item,
.popup .jq-selectbox li {
  max-width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.card {
  max-width: 20%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  padding: 0 10px;
  margin-bottom: 40px;
}

.cards-empty {
  padding-top: 60px;
  text-align: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
}

.cards-empty__icon {
  font-size: 71px;
  margin-bottom: 35px;
}

.cards-empty__text {
  font-size: 36px;
}

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

.cards__action {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
}

.cards__more {
  max-width: 245px;
}

.cards--small .card {
  max-width: 12.5%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 12.5%;
  -ms-flex: 0 0 12.5%;
  flex: 0 0 12.5%;
  margin-bottom: 20px;
}

.cards--small .cards__action {
  margin-top: 40px;
}

.cards--small .card__list {
  display: none;
}

.cards--line .cards__action {
  margin-top: 40px;
}

.card__content {
  position: relative;
}

.card__content:hover .card__rating {
  height: 13px;
}

.card__content:hover .card__rating-val {
  font-size: 10px;
}

.card__content:hover .price-status {
  opacity: 0;
}

.card__content:hover .card__actions,
.card__content:hover .card__favorite {
  opacity: 1;
}

.card__content--avatar {
  margin-bottom: 20px;
}

.card__content--avatar .card__favorite {
  opacity: 1;
}

.card__content--avatar .card__item {
  width: 42px;
  height: 56px;
}

.card__content--avatar .card__rating {
  height: 13px;
  top: 100%;
  margin-top: 1px;
}

.card__content--avatar .card__rating-val {
  font-size: 10px;
}

.card__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.card__box {
  position: relative;
  overflow: hidden;
}

.card__box:before {
  content: '';
  display: block;
  padding-top: 133%;
}

.card__video,
.card__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.card__status {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 15px;
  z-index: 2;
}

.card__pro {
  text-transform: uppercase;
  color: #fff;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  padding: 0 5px;
  font-size: 10px;
  font-weight: 500;
  background: #4138db;
}

.card__verif {
  height: 100%;
  width: 20px;
  position: relative;
  background: #ff6b61;
}

.card__verif:after {
  content: '';
  position: absolute;
  top: 2px;
  left: 7px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 5px;
  height: 9px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}

.card__favorite {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px;
  font-size: 24px;
  color: #fff;
  z-index: 6;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}

.card__favorite.active {
  color: #ff6b61;
  opacity: 1;
}

.card__list {
  position: absolute;
  bottom: 16px;
  left: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
}

.card__item {
  width: 36px;
  height: 48px;
  overflow: hidden;
  margin-right: 8px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-box-shadow: 0 0 0 3px transparent;
  box-shadow: 0 0 0 3px transparent;
}

.card__item--video {
  position: relative;
}

.card__item-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 10px;
  padding-left: 3px;
}

.card__item:last-child {
  margin-right: 0;
}

.card__item:hover,
.card__item.active {
  -webkit-box-shadow: 0 0 0 3px #fff;
  box-shadow: 0 0 0 3px #fff;
}

.card__item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.card__rating {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  overflow: hidden;
  z-index: 5;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: #fff;
}

.card__rating-val {
  background: #ff6b61;
  text-align: center;
  color: #fff;
  font-size: 0;
  height: inherit;
  line-height: 10px;
  padding-top: 2px;
  -webkit-transition: font-size 0.3s;
  -o-transition: font-size 0.3s;
  transition: font-size 0.3s;
}

.card__actions {
  position: absolute;
  right: 5px;
  bottom: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: 6;
}

.card__btn {
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 5px;
  font-size: 18px;
  color: #fff;
  padding-top: 2px;
  padding-left: 2px;
}

.card__btn .icon {
  height: 18px;
}

.card__name {
  margin-top: 10px;
  font-weight: 500;
  color: #1b2125;
}

.card__prof {
  color: #1b2125;
  margin-top: 3px;
}

.project-card {
  -webkit-box-shadow: 0 2px 9px rgba(0, 0, 0, 0.07);
  box-shadow: 0 2px 9px rgba(0, 0, 0, 0.07);
  border-radius: 3px;
  border: 1px solid #e6eaee;
  background-color: #ffffff;
  padding: 15px 15px 0;
  margin-bottom: 20px;
}

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

.project-cards {
  margin-bottom: 30px;
}

.project-card__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 19px;
}

.project-card__person {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 215px;
  margin-right: 15px;
}

.project-card__person--gray {
  background: #F7F7F7;
}

.project-card__person-avatar {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
}

.project-card__person-avatar img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.project-card__person-name {
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.project-card__person-name:hover {
  color: #ff6b61;
}

.project-card__rating {
  font-size: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 145px;
  margin-right: 15px;
}

.project-card__rating .icon {
  font-size: 12px;
  color: #ff6b61;
  margin-right: 5px;
}

.project-card__users {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 23px;
}

.project-card__users-num {
  font-size: 14px;
  text-transform: uppercase;
}

.project-card__user {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  overflow: hidden;
  margin-left: -8px;
}

.project-card__user:nth-of-type(1) {
  margin-left: 10px;
}

.project-card__user img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.project-card__date {
  font-size: 14px;
  min-width: 220px;
  margin-right: 15px;
}

.project-card__address {
  font-size: 14px;
}

.project-card__address .icon {
  margin-right: 7px;
  font-size: 12px;
  color: #bababa;
}

.project-card__info {
  padding-bottom: 20px;
  position: relative;
}

.project-card__info-text {
  max-width: 765px;
}

.project-card__title {
  font-weight: 400;
  margin-bottom: 10px;
}

.project-card__link {
  position: absolute;
  bottom: 20px;
  right: 0;
  background: #ff6b61;
  border-radius: 50%;
  width: 52px;
  height: 52px;
}

.project-card__link:before {
  content: '';
  position: absolute;
  margin-left: -1px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}

.project-card__item {
  padding: 15px;
  margin-left: -15px;
  margin-right: -15px;
  border-top: 1px solid #e6eaee;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 14px;
  text-transform: uppercase;
}

.project-card__item-name {
  width: 100%;
  max-width: 200px;
  margin-right: 15px;
}

.project-card__item-price {
  min-width: 175px;
  margin-right: 5px;
}

.project-card__item-price-val {
  display: inline-block;
  padding: 8px 10px;
  background: #FBE20B;
  border-radius: 3px;
}

.project-card__item-users .project-card__users-num {
  font-size: inherit;
}

.project-card__item-users .project-card__user {
  position: relative;
  top: -1px;
}

.project-card__item-btn {
  margin-left: auto;
  height: 28px;
  font-size: 11px;
  max-width: 140px;
  text-transform: uppercase;
  margin-right: 68px;
}

.project-card__item-btn--dis {
  color: #fff;
  background-color: #635f60;
  max-width: 150px;
  margin-right: 58px;
}

.project-card__tooltip {
  margin-right: 12px;
}

.cards-slider {
  margin-bottom: 65px;
  overflow: hidden;
}

.cards-slider .card {
  max-width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding: 0;
  margin-bottom: 0;
}

.cards-slider__list {
  margin: 0 auto;
  max-width: 700px;
  position: relative;
}

.cards-slider .owl-item {
  opacity: .3;
}

.cards-slider .owl-item .card__content {
  pointer-events: none;
}

.cards-slider .owl-item.active {
  opacity: 1;
}

.cards-slider .owl-item.active .card__content {
  pointer-events: auto;
}

.cards-slider .owl-carousel .owl-stage-outer {
  overflow: visible;
}

.banner {
  position: relative;
}

.banner__bg {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  z-index: -1;
  height: 413px;
  overflow: hidden;
}

.banner__bg:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(247, 248, 250, 0)), color-stop(65%, rgba(247, 248, 250, 0)), to(#f7f8fa));
  background-image: -webkit-linear-gradient(top, rgba(247, 248, 250, 0) 0%, rgba(247, 248, 250, 0) 65%, #f7f8fa 100%);
  background-image: -o-linear-gradient(top, rgba(247, 248, 250, 0) 0%, rgba(247, 248, 250, 0) 65%, #f7f8fa 100%);
  background-image: linear-gradient(180deg, rgba(247, 248, 250, 0) 0%, rgba(247, 248, 250, 0) 65%, #f7f8fa 100%);
}

.banner__bg-img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center top;
  object-position: center top;
}

.banner__bg--big {
  top: 0;
  height: auto;
}

.banner__bg--big:after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(247, 248, 250, 0)), to(#f7f8fa));
  background-image: -webkit-linear-gradient(top, rgba(247, 248, 250, 0) 0%, #f7f8fa 100%);
  background-image: -o-linear-gradient(top, rgba(247, 248, 250, 0) 0%, #f7f8fa 100%);
  background-image: linear-gradient(180deg, rgba(247, 248, 250, 0) 0%, #f7f8fa 100%);
}

.banner__bg--big .banner__bg-img {
  height: auto;
  min-width: 100%;
}

.banner__box {
  height: 413px;
  padding-top: 60px;
}

.banner__box--center {
  text-align: center;
  padding-top: 75px;
}

.banner__box--center .banner__title {
  max-width: 750px;
  margin: 0 auto;
}

.banner__logo {
  display: inline-block;
  margin-bottom: 60px;
  max-width: 262px;
}

.banner__title {
  color: #222222;
  font-size: 42px;
  line-height: 1.28;
  font-weight: 300;
  margin-bottom: 40px;
}

.banner__title-alt {
  color: #222222;
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 25px;
}

.banner__pic {
  display: inline-block;
  margin-bottom: 30px;
}

.banner__btn {
  height: 28px;
  font-size: 11px;
  max-width: 190px;
}

.inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 45px;
}

.inner__aside {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 220px;
  -ms-flex: 0 0 220px;
  flex: 0 0 220px;
  width: 100%;
  max-width: 220px;
  margin-right: 20px;
}

.inner__aside-mobile-close {
  display: none;
}

.inner__main {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.line-nav {
  position: relative;
  margin-bottom: 30px;
}

.line-nav--first {
  margin-top: 40px;
}

.line-nav:after {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 3px solid #dbdbdb;
}

.line-nav__item {
  padding-top: 5px;
  position: relative;
}

.line-nav__item:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 3px solid transparent;
  z-index: 2;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.line-nav__item:hover:after,
.line-nav__item.active:after {
  border-bottom-color: #4138db;
}

.line-nav__item:hover .line-nav__link,
.line-nav__item.active .line-nav__link {
  color: #4138db;
}

.line-nav__item-tooltip {
  margin-right: 25px;
}

.line-nav__item .tooltip {
  position: absolute;
  top: 0;
  right: -25px;
}

.line-nav__link {
  display: block;
  height: 27px;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 14px;
  text-transform: uppercase;
  white-space: nowrap;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.line-nav__link .tooltip {
  margin-left: 5px;
  position: relative;
  top: -5px;
}

.line-nav__link-num {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #ff6b61;
  color: #fff;
  font-size: 11px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2px 0 0 1px;
}

.form-sel {
  position: relative;
  width: 100%;
}

.form-sel.opened .form-sel__drop {
  display: block;
}

.form-sel-val {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  height: 42px;
  padding: 0 30px 0 7px;
  position: relative;
  font-size: 14px;
  background: #fff;
  border: 1px solid #dbdbdb;
  cursor: pointer;
}

.form-sel-val:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  right: 10px;
  width: 6px;
  height: 6px;
  border-bottom: 1px solid #635f60;
  border-right: 1px solid #635f60;
}

.form-sel__drop {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  border-radius: 5px;
  z-index: 110;
}

.form-sel__drop li {
  color: #231F20;
  font-size: 14px;
  position: relative;
}

.form-sel__drop li span {
  min-height: 18px;
  padding: 5px 10px 6px;
  cursor: pointer;
  display: block;
}

.form-sel__drop li.selected {
  background-color: #A3ABB1;
  color: #FFF;
}

.form-sel__drop li.selected.item-inner:after {
  border-color: #fff;
}

.form-sel__drop li:hover {
  background-color: #08C;
  color: #FFF;
}

.form-sel__drop li:hover > ul {
  display: block;
}

.form-sel__drop li:hover.item-inner:after {
  border-color: #fff;
}

.form-sel__drop li.item-inner:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  right: 10px;
  width: 6px;
  height: 6px;
  border-bottom: 1px solid #635f60;
  border-right: 1px solid #635f60;
}

.form-sel__drop li > ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  background: #fff;
  border-radius: 5px;
  z-index: 110;
  max-height: 250px;
  overflow-y: auto;
}

.form__value {
  font-size: 18px;
}

.form__price-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.form__price-box .form__rating-box {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto;
  max-width: 48%;
  margin-bottom: 10px;
}

.form__price-box .form__rating-range {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(100% - 20px);
  -ms-flex: 0 0 calc(100% - 20px);
  flex: 0 0 calc(100% - 20px);
  width: calc(100% - 20px);
}

.form__rating-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form__rating-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 42px;
  width: 57px;
  border: 1px solid #DBDBDB;
  background: #fff;
  -webkit-box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.03);
  border-radius: 3px;
  letter-spacing: 1px;
  font-size: 12px;
  padding: 0 10px;
}

.form__rating-box span {
  color: #635F60;
  margin-right: 5px;
}

.form__rating-box input {
  background-color: transparent;
  border: none;
  display: block;
  color: #000;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 100%;
  width: auto;
  min-width: 0;
}

.form__rating-range {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 10px;
}

.form__persons .form__file-label {
  margin-left: auto;
}

.form__persons .project-card__person {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 36px;
  margin-left: 3px;
  border-radius: 3px;
  padding: 0 10px 0 3px;
  margin-right: 0;
  min-width: 0;
}

.form__persons .project-card__person-avatar {
  height: 36px;
  width: 36px;
}

.form__add {
  margin-bottom: 30px;
}

.form__box {
  margin-bottom: 15px;
  border-bottom: 1px solid #dadada;
}

.form-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #d8d8d8;
  padding-top: 30px;
  padding-bottom: 10px;
}

.form-box .form__label:last-child {
  margin-bottom: 0;
}

.form-box__actions {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.form-box__actions .btn {
  width: auto;
  max-width: 100%;
  padding: 0 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.form-box__actions .btn:last-child {
  margin-right: 0;
}

.form-box--noline {
  border-top: none;
}

.form-box .title-alt {
  width: 100%;
  margin-bottom: 30px;
  margin-top: 30px;
}

.form-box .title-alt:first-child {
  margin-top: 0;
}

.form-box:first-child {
  border-top: none;
  padding-top: 0;
}

.form-box .form__label {
  width: 100%;
}

.form-box__action {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  margin-bottom: 20px;
}

.form-box__action .btn {
  max-width: 100%;
  width: auto;
  padding: 0 14px;
}

.form-box__btn--social {
  margin-left: 35px;
}

.form-box__select {
  position: relative;
  display: none;
}

.form-box__select.active {
  display: block;
}

.form-box__select.active .form-box__select-val {
  cursor: pointer;
}

.form-box__select.opened .form-box__select-drop {
  display: block;
}

.form-box__select.selected .form-box__select-val {
  cursor: initial;
  padding: 0;
  height: auto;
  border-radius: 0;
  border: none;
}

.form-box__select.selected .form-box__select-val:after {
  display: none;
}

.form-box__select-drop {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  border: 1px solid #dbdbdb;
  max-height: 200px;
  overflow: auto;
  z-index: 110;
}

.form-box__select-option {
  margin-bottom: 5px;
  background-color: #f7f7f7;
  cursor: pointer;
}

.form-box__select-option:last-child {
  margin-bottom: 0;
}

.form-box__select-val {
  white-space: nowrap;
  font-size: 14px;
  position: relative;
  padding-right: 30px;
  border: 1px solid #dbdbdb;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 7px;
  border-radius: 3px;
}

.form-box__select-val:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  width: 6px;
  height: 6px;
  border-bottom: 1px solid #635f60;
  border-right: 1px solid #635f60;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.form-box__file {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px;
  background: #fff;
  border: 1px solid #DBDBDB;
  border-radius: 3px;
  margin-bottom: 10px;
  width: 100%;
}

.form-box__files {
  width: 100%;
}

.form-box__file:first-child {
  margin-top: 0px;
}

.form-box__file:last-child {
  margin-bottom: 0;
}

.form-box__file-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 30px;
  overflow: hidden;
}

.form-box__file-img-pic {
  width: 59px;
  height: 44px;
  overflow: hidden;
  margin-right: 10px;
}

.form-box__file-img-pic img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.form-box__file-img-name {
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 158px;
  min-width: 158px;
}

.form-box__file .form-box__action {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
  width: auto;
  -webkit-box-flex: initial;
  -webkit-flex: initial;
  -ms-flex: initial;
  flex: initial;
  padding-right: 5px;
}

.form-box__file .form-box__action .btn {
  margin-left: 10px;
}

.form__filter {
  margin-bottom: 20px;
  height: 28px;
  max-width: 81px;
  font-size: 11px;
}

.form__label {
  display: block;
  margin-bottom: 20px;
}

.form__label-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(100% + 20px);
  -ms-flex: 0 0 calc(100% + 20px);
  flex: 0 0 calc(100% + 20px);
  width: calc(100% + 20px);
  margin-bottom: 20px;
}

.form__label--alone {
  display: inline-block;
  min-width: 245px;
}

.form__label--page {
  max-width: 360px;
}

.form__label--social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 380px;
}

.form__label--social .form__label-name {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  padding-left: 35px;
}

.form__label--social .form__input {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.form__label--icon {
  position: relative;
}

.form__label--icon .icon {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 16px;
  width: 36px;
  height: 42px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: #000;
}

.form__label--icon input {
  padding-left: 46px;
}

.form__label-icon {
  font-size: 25px;
  margin-right: 10px;
}

.form__label--1-3 {
  width: calc(33.3333% - 20px);
  max-width: 280px;
  margin-right: 20px;
}

.form__label--half {
  width: calc(50% - 20px);
  max-width: calc(50% - 20px);
  margin-right: 20px;
}

.form__label--half-alt {
  width: 100%;
}

.form__label--half-alt > * {
  width: calc(50% - 20px);
  max-width: calc(50% - 20px);
}

.form__label--sm {
  max-width: 220px;
}

.form__label--md {
  max-width: 680px;
}

.form__label--1-4 {
  width: calc(25% - 20px);
  max-width: calc(25% - 20px);
  margin-right: 20px;
}

.form__label--line .form__select,
.form__label--line .form__input {
  display: inline-block;
  width: auto;
  margin-right: 10px;
}

.form__label--line .form__select:last-child,
.form__label--line .form__input:last-child {
  margin-right: 0;
}

.form__label-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form__label-line .form__label-name {
  margin-bottom: 0;
  height: auto;
  min-width: 200px;
  margin-right: 10px;
}

.form__label-line .form__select {
  width: auto;
  min-width: 190px;
}

.form__label--date .form__input {
  width: 60px;
}

.form__label--date .form__select {
  width: 185px;
}

.form__label--date .form__date--full {
  width: 100%;
}

.form__label--datepicker {
  position: relative;
}

.form__label--datepicker:after {
  content: '';
  position: absolute;
  right: 12px;
  bottom: 15px;
  width: 6px;
  height: 6px;
  border: none;
  margin-top: -1px;
  border-bottom: 1px solid #635f60;
  border-right: 1px solid #635f60;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.form__label--notitle {
  padding-top: 24px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.form__label-del {
  padding: 0;
  border: none;
  background-color: transparent;
  position: relative;
  width: 20px;
  height: 20px;
  cursor: pointer;
  margin-left: 6px;
  display: inline-block;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.196296);
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.196296);
  border-radius: 50%;
  vertical-align: middle;
  top: -3px;
}

.form__label-del:hover {
  background: #ff6b61;
}

.form__label-del:hover:after,
.form__label-del:hover:before {
  background: #fff;
}

.form__label-del:after,
.form__label-del:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  width: 10px;
  height: 1px;
  background: #000;
}

.form__label-del:after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.form__label-del:before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.form__label-name {
  display: block;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 14px;
  text-transform: uppercase;
  margin-bottom: 5px;
  height: 18px;
}

.form__label-name sup {
  font-size: 18px;
  color: #ff6b61;
  line-height: 0;
}

.form__label-name .tooltip {
  margin-left: 4px;
}

.form__date-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form__date-line .form__label--datepicker {
  width: 100%;
}

.form__date-line-name {
  margin: 0 10px;
  white-space: nowrap;
}

.form__date-line-name:first-child {
  margin-left: 0;
}

.form .jq-selectbox__select,
.form__input,
.form__textarea {
  display: block;
  width: 100%;
  height: 42px;
  border-radius: 3px;
  border: 1px solid #dbdbdb;
  background-color: #ffffff;
  padding: 0 10px;
  font-size: 14px;
}

.form__textarea {
  height: 146px;
  padding: 10px;
}

.form__textarea--big {
  height: 345px;
}

.form .jq-selectbox__select {
  padding-right: 30px;
}

.form__text {
  color: #808080;
  margin-top: 10px;
  display: block;
}

.form-checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-checkbox__box {
  width: 20px;
  height: 20px;
  display: block;
  margin-right: 10px;
  border-radius: 3px;
  border: 1px solid #dbdbdb;
  background-color: #ffffff;
  position: relative;
  margin-top: -1px;
}

.form-checkbox__box:after {
  content: '';
  position: absolute;
  top: 4px;
  left: 7px;
  width: 5px;
  height: 8px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.form-checkbox__name {
  font-size: 14px;
  line-height: 18px;
}

.form__check {
  display: none;
}

.form__check:checked ~ .form-checkbox__box {
  background: #ff6b61;
  border-color: #ff6b61;
}

.form__check:checked ~ .form-checkbox__box:after {
  opacity: 1;
}

.form-action {
  margin-top: 5px;
}

.form-action__btn {
  margin-bottom: 15px;
}

.form-actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

.form-actions .btn {
  margin-right: 12px;
  padding: 0 20px;
  max-width: 100%;
}

.form-actions .btn:last-child {
  margin-right: 0;
}

.form__file {
  border-radius: 3px;
  border: 1px solid #dbdbdb;
  background-color: #ffffff;
  min-height: 42px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 7px;
  margin-top: 15px;
  position: relative;
}

.form__file:first-child {
  margin-top: 0;
}

.form__file--selected .form__file-del {
  display: block;
}

.form__file-del {
  display: none;
  position: absolute;
  top: -10px;
  right: -10px;
  border-radius: 50%;
  border: 1px solid #666;
  background: #fff;
  width: 20px;
  height: 20px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.form__file-del:hover {
  background: #666;
}

.form__file-del:hover:after,
.form__file-del:hover:before {
  background: #fff;
}

.form__file-del:after,
.form__file-del:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 1px;
  background: #666;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.form__file-del:after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.form__file-del:before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.form__file-name {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.form__file-input {
  display: none;
}

.form__file-label {
  min-width: 140px;
}

.form__file-btn {
  max-width: 100%;
}

.form-drop-files {
  width: 100%;
  height: 180px;
  border: 1px dashed #979797;
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.form-drop-files input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
}

.form-rezult {
  background-color: #f3f3f3;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 14px;
  text-transform: uppercase;
  padding: 8px 10px;
  margin-top: 25px;
  margin-bottom: 25px;
}

.form__input--dark {
  background: #DBDBDB;
}

.footer {
  background-color: #ffffff;
}

.footer__main {
  padding: 70px 0 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.footer-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer-item--big {
  -webkit-box-flex: 2;
  -webkit-flex: 2;
  -ms-flex: 2;
  flex: 2;
}

.footer-item--big .footer-item__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-item--big .footer-list {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  width: 100%;
  max-width: 50%;
}

.footer-item--contact {
  margin-left: 100px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 480px;
  -ms-flex: 0 0 480px;
  flex: 0 0 480px;
  width: 100%;
  max-width: 480px;
}

.footer-item__title {
  margin-bottom: 29px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.footer-list {
  margin-bottom: 20px;
}

.footer-list__item {
  margin-bottom: 4px;
}

.footer-list__item:last-child {
  margin-bottom: 0;
}

.footer-list__link {
  color: #222222;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.footer-list__link:hover {
  color: #ff6b61;
}

.footer__subscription {
  margin-bottom: 35px;
}

.footer__bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #dfdfdf;
  padding: 43px 0 53px;
  color: #222222;
  position: relative;
}

.footer__logo {
  position: absolute;
  max-width: 132px;
  top: 43px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.page {
  padding-top: 50px;
  padding-bottom: 80px;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
}

.page__stats {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.0727751);
  box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.0727751);
  margin-top: 18px;
  border-radius: 3px;
  padding: 20px;
  width: 100%;
  margin-bottom: 15px;
}

.page__stats-accent {
  display: inline-block;
  padding: 3px 5px;
  border-radius: 3px;
  background: #ff6b61;
  color: #fff;
}

.page__stats-price {
  background: #FBD653;
  display: inline-block;
  padding: 3px 5px;
  border-radius: 3px;
}

.page .section {
  padding: 40px 0;
  margin-bottom: 0;
}

.page .section.portfolio {
  padding: 50px 0;
}

.page .section:last-child {
  padding-bottom: 0;
}

.page__header {
  margin-bottom: 30px;
  position: relative;
}

.page__header .project-part {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
}

.page__header .card__content:first-child {
  margin-right: 20px;
}

.page__header .card__box {
  width: 130px;
  min-width: 130px;
}

.page__header .card__box:before {
  padding-top: 173px;
}

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

.page__header-post-info {
  padding-top: 20px;
  margin-bottom: 20px;
}

.page__header-post-info .card-post__tags a {
  color: #ff6b61;
}

.page__header-select {
  width: 185px;
}

.page__header-date {
  color: #808080;
  font-size: 16px;
  margin-bottom: 7px;
  padding-top: 16px;
}

.page__header-item {
  position: absolute;
  bottom: 100%;
  left: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.page__header-item:hover {
  color: #ff6b61;
}

.page__header-prof {
  font-size: 24px;
  color: #2a2a2a;
}

.page__views {
  position: absolute;
  top: 26px;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #8b8b8b;
}

.page__views a {
  color: #ff6b61;
}

.page__views a:hover {
  text-decoration: underline;
}

.page__views-icon {
  font-size: 21px;
  margin-right: 13px;
  position: relative;
  bottom: 1px;
}

.page__views-val {
  font-size: 14px;
  font-weight: 400;
}

.page .inner {
  margin-bottom: 0;
}

.page__info {
  font-size: 22px;
  line-height: 1.36;
  margin-top: 20px;
}

.page__info--small {
  font-size: 16px;
  line-height: 24px;
}

.page__info--light {
  color: #808080;
}

.page__cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.page__cont + .page__cont {
  margin-top: 30px;
}

.page__cont-top .form__label {
  margin-bottom: 0;
}

.page__main {
  width: calc(100% - 400px);
}

.page__main .page__info {
  margin-bottom: 30px;
}

.page__aside {
  width: 380px;
  min-width: 380px;
  margin-left: 20px;
}

.page__aside .page-box {
  margin-bottom: 17px;
}

.page__aside-btn {
  max-width: 240px;
}

.page-box {
  padding: 20px 20px 30px;
}

.page-box__form .icon,
.page-box__form .form__input {
  height: 64px;
  font-size: 16px;
}

.page-box--alt {
  background: #4138db;
  color: #fff;
}

.page-box__title {
  font-weight: 500;
  font-size: 30px;
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-box__text {
  margin-bottom: 28px;
}

.page-cont {
  background: #fff;
  max-width: 780px;
  padding: 14px 130px 30px 30px;
}

.page-cont--alt {
  background-color: transparent;
  padding-left: 0;
  padding-bottom: 0;
  padding-top: 0;
}

.flex-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flex-line .page__info {
  margin-left: 125px;
}

.sort {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sort__item {
  font-size: 16px;
  margin-right: 10px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.sort__item:hover,
.sort__item.active {
  color: #4138db;
}

.sort__item:last-child {
  margin-right: 0;
}

.sort__icon {
  position: relative;
  bottom: -2px;
}

.filter {
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 30px;
}

.filter .form__input--search {
  width: 140px;
}

.filter--alt {
  border-bottom: 0;
  margin-bottom: 15px;
}

.filter--alt .filter__line {
  margin-bottom: 20px;
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 5px;
}

.filter--alt .filter__line:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.filter__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.filter__items-close {
  display: none;
}

.filter__line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-bottom: 15px;
}

.filter__line .form__label {
  margin-right: 20px;
  min-width: 140px;
}

.filter__line .form__label-sort {
  min-width: 0;
}

.filter__line .form__label--big {
  min-width: 185px;
}

.filter__line .form__label:last-child {
  margin-right: 0;
}

.filter__line .form__filter {
  margin-bottom: 0;
}

.filter__line .form__label--notitle {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.filter__sort {
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 258px;
  padding-left: 30px;
}

.filter-mobile {
  display: none;
}

.filter-mobile__controls {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.filter-mobile__filter {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 107px;
  max-width: 100%;
  margin-right: 8px;
}

.filter-mobile__reset {
  -webkit-box-flex: 3;
  -webkit-flex: 3;
  -ms-flex: 3;
  flex: 3;
  max-width: 100%;
}

.filter-mobile__result {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.filter-mobile__item {
  margin-right: 10px;
  margin-bottom: 5px;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.7);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 1px 25px 0 7px;
  height: 28px;
  align-items: center;
  position: relative;
}

.filter-mobile__item-close {
  cursor: pointer;
  position: absolute;
  height: 100%;
  width: 20px;
  top: 0;
  right: 0;
}

.filter-mobile__item-close:after,
.filter-mobile__item-close:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 1px;
  background: #000;
}

.filter-mobile__item-close:after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.filter-mobile__item-close:before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.filter-mobile__btn {
  display: none;
}

.card-line {
  width: 100%;
  margin: 0 10px 20px;
  background-color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.card-line--alt {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

.card-line__work-price {
  position: absolute;
  top: 0;
  right: 0;
  height: 58px;
  padding: 0 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
  font-size: 12px;
}

.card-line__work-price span {
  display: inline-block;
  background: #FBE20B;
  border-radius: 3px;
  padding: 8px 10px;
  margin: 0 6px;
}

.card-line__work-price .icon {
  margin-right: 6px;
}

.card-line__content {
  padding: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}

.card-line__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

.card-line__info {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 315px;
  -ms-flex: 0 0 315px;
  flex: 0 0 315px;
  width: 100%;
  max-width: 315px;
}

.card-line__actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-line__btn {
  margin-right: 20px;
  padding-left: 18px;
  padding-right: 18px;
}

.card-line__btn:last-child {
  margin-right: 0;
}

.card-line__name {
  font-weight: 500;
}

.card-line__avatar {
  width: 100%;
  max-width: 220px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 220px;
  -ms-flex: 0 0 220px;
  flex: 0 0 220px;
  padding: 0;
}

.card-line .card__favorite {
  opacity: 1;
}

.card-line__cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.card-line__stats {
  padding-top: 4px;
  height: 189px;
}

.card-line__stats--full {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.card-line__stats--full .person-stats__box {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 270px;
  -ms-flex: 0 0 270px;
  flex: 0 0 270px;
  width: 100%;
  min-width: 270px;
  max-width: 270px;
  margin-right: 50px;
}

.card-line__stats--full .person-stats__box:nth-child(3n) {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 220px;
  -ms-flex: 0 0 220px;
  flex: 0 0 220px;
  max-width: 220px;
  margin-right: 0;
}

.card-line__slider {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 940px;
  -ms-flex: 0 0 940px;
  flex: 0 0 940px;
  width: 940px;
  max-width: 940px;
}

.card-line__slider--small {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 620px;
  -ms-flex: 0 0 620px;
  flex: 0 0 620px;
  width: 620px;
  max-width: 620px;
  right: -14px;
}

.card-line__slider .owl-nav button.owl-prev,
.card-line__slider .owl-nav button.owl-next {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  background: #fff;
  color: #000;
}

.card-line__slider .owl-nav button.owl-prev.disabled,
.card-line__slider .owl-nav button.owl-next.disabled {
  opacity: 0;
}

.card-line__slider .owl-nav button.owl-prev {
  left: 10px;
}

.card-line__slider .owl-nav button.owl-next {
  right: 10px;
}

.card-line__slider .owl-item img {
  width: auto;
  display: inline-block;
}

.card-line__slide {
  height: 187px;
  text-align: center;
}

.card-line__slide-img {
  max-width: 100%;
  max-height: 100%;
}

.card-line__slide-img img {
  max-width: 100%;
  max-height: 100%;
}

.card-line__chat {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  display: none;
  text-align: center;
  padding: 20px 10px;
}

.card-line__chat.active {
  display: block;
}

.card-line__chat-trigger {
  margin-right: auto;
  background-color: transparent;
  border: none;
  font-size: 12px;
  text-transform: uppercase;
  cursor: pointer;
}

.card-line__bottom {
  padding: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-line__bottom .btn {
  margin-left: 10px;
  padding: 0 15px;
  max-width: 100%;
}

.price-status {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  border-radius: 50%;
  background: #fff;
  width: 28px;
  height: 28px;
  right: 6px;
  bottom: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.price-more {
  border-top: 10px solid #32B67A;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  display: inline-block;
  vertical-align: middle;
  margin: 0 6px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.price-less {
  border-bottom: 10px solid #E75153;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  display: inline-block;
  vertical-align: middle;
  margin: 0 6px;
}

.person-stats--third {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 266px;
  -ms-flex: 0 0 266px;
  flex: 0 0 266px;
  max-width: 266px;
  margin-right: 40px;
}

.person-stats__box {
  display: table;
  width: 100%;
  margin-bottom: 20px;
}

.person-stats__box:last-child {
  margin-bottom: 0;
}

.person-stat {
  display: table-row;
  font-size: 14px;
  line-height: 1;
}

.person-stat:last-child .person-stat__name {
  padding-bottom: 0;
}

.person-stat__name {
  display: table-cell;
  white-space: nowrap;
  font-weight: 500;
  width: 100%;
  padding-bottom: 9px;
}

.person-stat__name-val {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.person-stat__name-val:after {
  content: '';
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  display: block;
  margin: 0 2px;
  position: relative;
  top: -2px;
  border-bottom: 1px dotted #aaaaaa;
}

.person-stat__val {
  display: table-cell;
  white-space: nowrap;
  width: 1%;
  padding-right: 10px;
}

.profile {
  padding-bottom: 40px;
}

.profile__form {
  width: 100%;
  max-width: 620px;
  margin-left: 80px;
  padding-top: 15px;
}

.profile__form .form__label {
  margin-bottom: 20px;
}

.profile__stats {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.profile__stats .person-stats__box {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(33.3333% - 50px);
  -ms-flex: 0 0 calc(33.3333% - 50px);
  flex: 0 0 calc(33.3333% - 50px);
  width: 100%;
  max-width: calc(33.3333% - 50px);
}

.profile__stats .person-stat__val {
  padding-right: 0;
}

.profile .page__header {
  margin-bottom: 20px;
}

.profile__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.profile-avatar {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 300px;
  -ms-flex: 0 0 300px;
  flex: 0 0 300px;
  width: 100%;
  max-width: 300px;
  margin-right: 20px;
}

.profile-avatar--small {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 220px;
  -ms-flex: 0 0 220px;
  flex: 0 0 220px;
  max-width: 220px;
}

.profile-avatar__del {
  font-weight: 400;
  color: #ff6b61;
}

.profile-avatar--edit .card__content {
  margin-bottom: 0;
}

.profile-avatar--edit .card__box {
  display: none;
  position: relative;
}

.profile-avatar--edit .card__box.edit label,
.profile-avatar--edit .card__box.edit .card__video,
.profile-avatar--edit .card__box.edit .card__img {
  opacity: .5;
}

.profile-avatar--edit .card__box.edit:hover label {
  opacity: 1;
}

.profile-avatar--edit .card__box.active {
  display: block;
}

.profile-avatar--edit .card__box:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #D8D8D8;
  z-index: -1;
}

.profile-avatar--edit .card__box video,
.profile-avatar--edit .card__box img {
  opacity: .1;
}

.profile-avatar--edit .card__box > label {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  cursor: pointer;
}

.profile-avatar--edit .card__box > label > span {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  background: #fff;
  font-size: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.profile-avatar--edit .card__box > label input {
  display: none;
}

.profile-avatar--edit .card__list li {
  margin-right: 8px;
  -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.197209);
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.197209);
}

.profile-avatar--edit .card__list li:last-child {
  margin-right: 0;
}

.profile-avatar--edit .card__list li:last-child span {
  background-color: transparent;
  padding-left: 2px;
  padding-top: 0;
}

.profile-avatar--edit .card__list li:last-child span .icon {
  color: #fff;
  font-size: 10px;
}

.profile-avatar--edit .card__list li:hover a,
.profile-avatar--edit .card__list li.active a {
  border-color: transparent;
}

.profile-avatar--edit .card__list a {
  display: block;
  position: relative;
  overflow: hidden;
  width: 44px;
  height: 58px;
  border: 2px solid #fff;
  background: #D8D8D8;
}

.profile-avatar--edit .card__list video,
.profile-avatar--edit .card__list img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.profile-avatar--edit .card__list span {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  background: #fff;
  border: 1px solid #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #000;
  padding-top: 1px;
  padding-left: 1px;
}

.profile-avatar__nav {
  margin-bottom: 1px;
}

.profile-main {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(100% - 320px);
  -ms-flex: 0 0 calc(100% - 320px);
  flex: 0 0 calc(100% - 320px);
  width: 100%;
  max-width: calc(100% - 320px);
}

.profile-main--big {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(100% - 240px);
  -ms-flex: 0 0 calc(100% - 240px);
  flex: 0 0 calc(100% - 240px);
  max-width: calc(100% - 240px);
}

.profile__nav {
  margin-bottom: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
}

.profile-status {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 15px;
}

.profile-status__activity {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.profile-status__val {
  margin-right: 20px;
  padding-left: 20px;
  position: relative;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: relative;
}

.profile-status__val:before {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
}

.profile-status__val--free:before {
  background-color: #50c473;
}

.profile-status__prof {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
}

.profile-status__prof-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
  height: 40px;
  padding: 0 10px;
  background-color: #ffffff;
  color: #2a2a2a;
  font-size: 20px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.profile-status__prof-item:hover,
.profile-status__prof-item.active {
  color: #ffffff;
  -webkit-box-shadow: inset 0 -3px 0 #4138db;
  box-shadow: inset 0 -3px 0 #4138db;
  background-color: #4138db;
}

.profile-agents {
  color: #8d8d8d;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

.profile-agents__title {
  letter-spacing: 1px;
  margin-right: 10px;
  display: inline-block;
}

.profile-agents__item {
  color: inherit;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.profile-agents__item:hover {
  color: #ff6b61;
}

.profile-actions {
  margin-top: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.profile-actions__bottom {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  margin-top: 28px;
}

.profile-skills__list {
  margin-bottom: 30px;
}

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

.profile-skills__item {
  margin-bottom: 8px;
  font-weight: 400;
  position: relative;
  padding-left: 28px;
}

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

.profile-skills__item:before {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  background: #ff6b61;
  width: 21px;
  height: 15px;
}

.profile-skills__item:after {
  content: 'x';
  position: absolute;
  top: 1px;
  left: 7.5px;
  color: #fff;
  font-size: 14px;
}

.profile-skills__item.active:before {
  background: #50c473;
}

.profile-skills__item.active:after {
  content: '';
  top: 6px;
  left: 9px;
  width: 5px;
  height: 9px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.profile-lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #d8d8d8;
}

.profile-list {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 320px;
  -ms-flex: 0 0 320px;
  flex: 0 0 320px;
  width: 100%;
  max-width: 320px;
  margin-top: 30px;
}

.profile-list .profile-item__title {
  margin-bottom: 24px;
}

.profile-list__item {
  font-size: 14px;
  line-height: 1.71;
  margin-bottom: 1px;
}

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

.profile-item__title {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 14px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.profile-info__top {
  background-color: #fff;
  padding: 30px 10px 25px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.profile-info__box {
  position: relative;
  padding-left: 36px;
  margin-left: auto;
}

.profile-info__box:first-child {
  margin-left: 0;
}

.profile-info__box-link {
  margin-left: 10px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: 50px;
  height: 29px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.profile-info__box-link:hover {
  background: #ff6b61;
  border-color: #ff6b61;
  color: #fff;
}

.profile-info__box-icon {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 32px;
}

.profile-info__box-icon--sm {
  font-size: 24px;
}

.profile-info__box .profile-item__title {
  max-width: 140px;
}

.profile-info__box-val {
  margin-top: 12px;
  font-size: 24px;
}

.profile-info__box-val--italic {
  font-style: italic;
}

.profile-info__box--alt {
  min-width: 150px;
  padding-left: 0;
}

.profile-info__box--alt .profile-info__box-icon {
  position: static;
}

.profile-info__box--alt .profile-info__box-val {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 16px;
  text-transform: uppercase;
  max-width: 115px;
  margin-top: 4px;
}

.profile-info__box--alt .profile-info__box-val a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.profile-info__box--alt .profile-info__box-val a:hover {
  color: #ff6b61;
}

.profile-info__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-bottom: 15px;
}

.profile-info__stats {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 640px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.profile-info__stats--full {
  max-width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.profile-info__stat {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 160px;
  -ms-flex: 0 0 160px;
  flex: 0 0 160px;
  width: 160px;
  max-width: 160px;
  margin-bottom: 17px;
}

.profile-info__stat-val {
  font-size: 14px;
  line-height: 24px;
}

.profile-social {
  margin-left: auto;
  min-width: 140px;
}

.profile-social__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.profile-social__item {
  margin-right: 12px;
}

.profile-social__item:last-child {
  margin-right: 0;
}

.profile-social__link {
  display: block;
  font-size: 24px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  line-height: 1;
}

.profile-social__link:hover {
  color: #ff6b61;
}

.profile-comp {
  margin-bottom: 12px;
}

.profile-comp__title {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 14px;
  text-transform: uppercase;
  margin-bottom: 9px;
}

.profile-comp__val {
  font-size: 14px;
}

.profile-link {
  color: #ff6b61;
  border-bottom: 1px dashed;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.profile-link:hover {
  border-bottom-color: transparent;
}

.portfolio__content {
  margin: 0 -10px;
}

.portfolio .title {
  margin-bottom: 30px;
}

.portfolio__items {
  margin-bottom: 40px;
}

.portfolio__items:after {
  content: '';
  display: block;
  clear: both;
}

.portfolio-item {
  width: 300px;
  float: left;
  margin: 10px;
  height: 380px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
}

.portfolio-item--min {
  width: 140px;
  height: 180px;
}

.portfolio-item--sm {
  width: 540px;
  height: 360px;
}

.portfolio-item--big-h {
  width: 380px;
  height: 488px;
}

.portfolio-item__box {
  position: relative;
}

.portfolio-item__box:hover .portfolio-item__view {
  opacity: 1;
}

.portfolio-item__img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.portfolio-item__view {
  position: absolute;
  width: 60px;
  height: 60px;
  background-color: #ffffff;
  border-radius: 50%;
  bottom: 10px;
  right: 10px;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.portfolio-item__view:before,
.portfolio-item__view:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  background: #000;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.portfolio-item__view:before {
  width: 12px;
  height: 1px;
}

.portfolio-item__view:after {
  width: 1px;
  height: 12px;
}

.portfolio-item__video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
}

.portfolio-item__video-icon {
  width: 82px;
  height: 82px;
  border-radius: 50%;
  border: 5px solid;
  font-size: 30px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: .1em 0 0 .2em;
}

.portfolio-item__video-text {
  margin-top: 11px;
  display: block;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 24px;
  text-transform: uppercase;
}

.slider-brands .slider-brands__item img {
  width: auto;
  display: block;
  max-width: 100%;
}

.slider-alt .card {
  padding: 0;
  max-width: 100%;
  font-size: 14px;
  line-height: 1.28;
  margin-bottom: 0;
}

.slider-alt .owl-nav button.owl-prev,
.slider-alt .owl-nav button.owl-next {
  top: 61px;
}

.snaps__info {
  margin-bottom: 20px;
}

.snaps--main {
  width: 860px;
  padding-bottom: 25px !important;
}

.snaps.scroll-scrolly_visible {
  padding-right: 22px;
  width: auto !important;
}

.snaps .scroll-element.scroll-y.scroll-scrolly_visible {
  right: 0;
}

.snaps__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.snaps__line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.snaps-card {
  position: relative;
  width: 107px;
}

.snaps-card.active .snaps-card__img {
  opacity: 1;
}

.snaps-card.active .snaps-card__actions {
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.snaps-card.active:hover .snaps-card__actions {
  opacity: 1;
}

.snaps-card__box {
  position: relative;
  overflow: hidden;
}

.snaps-card__box:before {
  content: '';
  display: block;
  padding-top: 158px;
}

.snaps-card__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  opacity: .15;
}

.snaps-card__input {
  display: none;
}

.snaps-card__actions {
  position: absolute;
  right: 3px;
  bottom: 3px;
}

.snaps-card__add {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: relative;
}

.snaps-card__add:after,
.snaps-card__add:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.snaps-card__add:after {
  width: 17px;
  border-bottom: 1px solid #fff;
}

.snaps-card__add:before {
  height: 17px;
  border-right: 1px solid #fff;
}

.tooltip {
  display: inline-block;
  position: relative;
}

.tooltip__btn {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1px 0 0 1px;
  background-color: transparent;
}

.tooltip__btn:hover {
  background: #000;
  color: #fff;
}

.tooltip__btn:hover + .tooltip__drop {
  display: block;
}

.tooltip__drop {
  display: none;
  position: absolute;
  top: 100%;
  left: -25px;
  margin-top: 15px;
  background: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 9px rgba(0, 0, 0, 0.07);
  box-shadow: 0 2px 9px rgba(0, 0, 0, 0.07);
  text-transform: none;
  font-size: 16px;
  line-height: 26px;
  padding: 15px 20px;
  width: 310px;
  z-index: 50;
  letter-spacing: normal;
  font-weight: 300;
}

.tooltip__drop:before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 30px;
  border-bottom: 13px solid #fff;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}

.trigger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 15px;
}

.trigger__val {
  display: none;
}

.trigger__val:checked ~ .trigger__switch {
  background: #ff6b61;
}

.trigger__val:checked ~ .trigger__switch:after {
  left: 21px;
}

.trigger__name {
  cursor: pointer;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  font-size: 16px;
  padding: 0;
  font-weight: 300;
}

.trigger__switch {
  margin: 0 11px;
  width: 50px;
  height: 30px;
  border-radius: 30px;
  background: #999999;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.trigger__switch:after {
  content: '';
  position: absolute;
  top: 1px;
  left: 1px;
  border-radius: 50%;
  background: #fff;
  width: 28px;
  height: 28px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.slider-agent {
  max-width: 880px;
  margin-bottom: 40px;
}

.slider-agent .card {
  padding: 0;
  max-width: 100%;
  font-size: 14px;
  line-height: 1.28;
  margin-bottom: 0;
}

.slider-agent .owl-nav button.owl-prev,
.slider-agent .owl-nav button.owl-next {
  top: 63px;
}

.projects__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.projects__nav {
  margin-bottom: 50px;
}

.projects__btn {
  max-width: 243px;
}

.projects-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  padding: 20px;
  -webkit-box-shadow: 0 2px 9px rgba(0, 0, 0, 0.07);
  box-shadow: 0 2px 9px rgba(0, 0, 0, 0.07);
  background-color: #ffffff;
}

.projects-cont--alt {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
}

.projects-cont__main {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.projects-cont__aside {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 360px;
  -ms-flex: 0 0 360px;
  flex: 0 0 360px;
  width: 100%;
  max-width: 360px;
  margin-left: 20px;
  margin-top: 45px;
}

.projects-cont__aside--light {
  margin-top: 0;
}

.projects-cont .form-box {
  max-width: 680px;
}

.projects-cont .form-box--full {
  max-width: 100%;
  border-top: 0;
  position: relative;
}

.projects-cont .form-box--full:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 680px;
  border-top: 1px solid #d8d8d8;
}

.projects-cont .form-box--other {
  max-width: 1080px;
}

.projects-cont .form-box:last-child {
  padding-bottom: 0;
}

.projects-cont .form-box:last-child .form-box__action {
  margin-bottom: 0;
}

.projects-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  margin-bottom: 30px;
}

.projects__trigger {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 9px;
}

.projects__tooltip .tooltip__btn {
  background: #ff6b61;
  color: #fff;
  width: 18px;
  height: 18px;
  font-size: 12px;
  line-height: 14px;
}

.projects-team {
  width: 100%;
  max-width: 760px;
  margin-bottom: 15px;
}

.projects-team__tooltip {
  position: absolute;
  left: 0;
  top: 0;
}

.projects-team__line {
  position: relative;
  margin-bottom: 27px;
  padding-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.projects-team__line-item {
  height: 5px;
  position: relative;
}

.projects-team__line-item:after {
  content: attr(data-val);
  position: absolute;
  bottom: 100%;
  right: 13px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 14px;
  text-transform: uppercase;
}

.projects-team__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 30px;
}

.projects-team__card {
  min-width: 130px;
  width: 130px;
  position: relative;
  margin-right: 15px;
  border: 1px dashed #979797;
  background-color: #ffffff;
  height: 173px;
}

.projects-team__card__name {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 30px;
  left: 0;
  padding: 0 10px;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 14px;
  text-transform: uppercase;
}

.projects-team__card-box {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.projects-team__card-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.projects-team__card-add {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  background: #ff6b61;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
}

.projects-team__card-add:after,
.projects-team__card-add:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
}

.projects-team__card-add:after {
  width: 12px;
  height: 1px;
}

.projects-team__card-add:before {
  height: 12px;
  width: 1px;
}

.projects-team__card-close {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 20px;
  height: 20px;
  padding: 0;
  border-radius: 50%;
  border: none;
  background: #ff6b61;
  cursor: pointer;
}

.projects-team__card-close:after,
.projects-team__card-close:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
  width: 12px;
  height: 1px;
}

.projects-team__card-close:after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.projects-team__card-close:before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.projects__reviews {
  width: 100%;
}

.projects-review {
  margin-bottom: 20px;
}

.projects-review:last-child {
  margin-bottom: 0;
}

.projects-review.active .projects-review__cont {
  display: block;
}

.projects-review__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 10px;
  border-radius: 3px;
  border: 1px solid #dbdbdb;
  background-color: #ffffff;
}

.projects-review__name {
  position: relative;
  border-radius: 3px;
  background-color: #f7f7f7;
  padding-left: 45px;
  padding-right: 5px;
  height: 42px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 9px;
  width: 140px;
  min-width: 140px;
}

.projects-review__name-val {
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 14px;
}

.projects-review__avatar {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  overflow: hidden;
}

.projects-review__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.projects-review__prof {
  font-size: 14px;
  margin-right: 9px;
  width: 100px;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}

.projects-review__stars {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.projects-review__stars-title {
  font-size: 14px;
  margin-right: 18px;
  white-space: nowrap;
}

.projects-review__btn {
  margin-left: auto;
}

.projects-review__cont {
  display: none;
  border: 1px solid #dbdbdb;
  border-top: none;
}

.projects-review__text {
  height: 140px;
  padding: 20px 15px;
  width: 100%;
  border: none;
}

.aside-help {
  background-color: #f7f8fa;
  padding: 20px 20px 40px;
}

.aside-help--light {
  background: #fff;
}

.aside-help .title-alt {
  margin-bottom: 20px;
}

.aside-help__list {
  margin-bottom: 40px;
}

.aside-help__item {
  margin-bottom: 12px;
}

.aside-help__item:last-child {
  margin-bottom: 0;
}

.aside-help__link {
  position: relative;
  padding-left: 60px;
  min-height: 48px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 14px;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.aside-help__link:before {
  content: attr(data-num);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 48px;
  height: 48px;
  background: #ff6b61;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
}

.aside-help__link:hover {
  color: #ff6b61;
}

.stars {
  width: 90px;
  height: 18px;
  background-image: url("../img/stars.svg");
  background-repeat: no-repeat;
  -webkit-background-size: 90px 17px;
  background-size: 90px 17px;
  position: relative;
}

.stars__input {
  display: none;
}

.stars__input:checked ~ .stars__star {
  opacity: 1;
}

.stars__star {
  opacity: 0;
  display: block;
  height: 100%;
  width: 100%;
  background-color: #fff;
  background-image: url("../img/stars--full.svg");
  background-repeat: no-repeat;
}

.stars:hover .stars__star {
  opacity: 0;
}

.stars__item {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  cursor: pointer;
}

.stars__item:nth-child(1) {
  width: 20%;
  z-index: 5;
}

.stars__item:nth-child(2) {
  width: 40%;
  z-index: 4;
}

.stars__item:nth-child(3) {
  width: 60%;
  z-index: 3;
}

.stars__item:nth-child(4) {
  width: 80%;
  z-index: 2;
}

.stars__item:nth-child(5) {
  width: 100%;
  z-index: 1;
}

.stars__item:hover .stars__star {
  opacity: 1;
}

.project-box {
  -webkit-box-shadow: 0 2px 9px rgba(0, 0, 0, 0.07);
  box-shadow: 0 2px 9px rgba(0, 0, 0, 0.07);
  margin-bottom: 10px;
}

.project-box__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px;
  background-color: #ffffff;
  margin-bottom: 15px;
}

.project-box__avatar {
  width: 60px;
  height: 60px;
  min-width: 60px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 20px;
  margin-top: -4px;
}

.project-box__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.project-box__item {
  padding-right: 10px;
  min-width: 160px;
}

.project-box__item-title {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 14px;
  text-transform: uppercase;
  margin-bottom: 11px;
}

.project-box__item-val--price {
  border-radius: 3px;
  background-color: #fbd653;
  padding: 3px 5px;
}

.project-box__btn {
  width: 185px;
  max-width: 185px;
  margin-left: auto;
}

.project-box__text {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  margin-top: 20px;
}

.project-parts {
  padding: 0 20px;
  max-width: 1180px;
  padding-bottom: 15px;
}

.project-parts__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 14px;
  text-transform: uppercase;
}

.project-parts__title-num {
  margin-left: 5px;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  background: #000;
  width: 20px;
  height: 20px;
  font-size: 11px;
  letter-spacing: 0;
  line-height: 1;
}

.project-parts__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.project__nav .line-nav__item {
  padding-top: 20px;
}

.project-cont__label {
  width: 220px;
  margin-bottom: 0;
}

.project-cont__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}

.project-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 71px;
  padding: 10px;
}

.project-line--top {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 14px;
}

.project-line--top .project-line__checkbox-box {
  border-color: #000;
}

.project-line__specialist {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 140px;
  -ms-flex: 0 0 140px;
  flex: 0 0 140px;
  width: 100%;
  max-width: 140px;
}

.project-line__fio {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 220px;
  -ms-flex: 0 0 220px;
  flex: 0 0 220px;
  width: 100%;
  max-width: 220px;
}

.project-line__status-alt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.project-line__status-alt-text {
  max-width: 395px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  margin-right: 10px;
}

.project-line__more {
  color: #ff6b61;
  border-bottom: 1px dashed;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.project-line__more:hover {
  border-bottom-color: transparent;
}

.project-line__btn {
  max-width: 100%;
  width: auto;
  padding-left: 18px;
  padding-right: 18px;
  margin-left: auto;
}

.project-line__checkbox-input {
  display: none;
}

.project-line__checkbox-input:checked ~ .project-line__checkbox-box {
  border-color: #000;
}

.project-line__checkbox-input:checked ~ .project-line__checkbox-box:after {
  opacity: 1;
}

.project-line__checkbox-box {
  display: block;
  position: relative;
  width: 18px;
  height: 18px;
  border-radius: 3px;
  border: 1px solid #c3c3c3;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.project-line__checkbox-box:after {
  content: '';
  position: absolute;
  top: 1px;
  left: 6px;
  width: 5px;
  height: 10px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.project-line__menu {
  position: relative;
}

.project-line__menu.active .project-line__menu-drop {
  display: block;
}

.project-line__menu.active .project-line__menu-burger {
  background: #ff6b61;
}

.project-line__menu-btn {
  position: relative;
  width: 17px;
  height: 12px;
  display: block;
}

.project-line__menu-btn:hover .project-line__menu-burger {
  background: #ff6b61;
}

.project-line__menu-burger {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background: #a9a9a9;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.project-line__menu-burger:after,
.project-line__menu-burger:before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
}

.project-line__menu-burger:after {
  top: -5px;
}

.project-line__menu-burger:before {
  bottom: -5px;
}

.project-line__menu-drop {
  position: absolute;
  top: 100%;
  left: -25px;
  display: none;
  padding: 10px 15px;
  background: #fff;
  border-radius: 4px;
  z-index: 50;
  width: 310px;
  margin-top: 15px;
  -webkit-box-shadow: 0 2px 9px rgba(0, 0, 0, 0.07);
  box-shadow: 0 2px 9px rgba(0, 0, 0, 0.07);
}

.project-line__menu-drop:before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 30px;
  border-bottom: 13px solid #fff;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}

.project-line__menu-drop:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 100%;
  height: 15px;
  width: 100%;
}

.project-line__menu-drop li {
  margin-bottom: 5px;
}

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

.project-line__menu-drop a:hover {
  color: #ff6b61;
}

.project-line__href {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 130px;
  -ms-flex: 0 0 130px;
  flex: 0 0 130px;
  width: 100%;
  max-width: 130px;
}

.project-line__file {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.project-line__file-format {
  width: 58px;
  min-width: 58px;
  height: 30px;
  border-radius: 3px;
  margin-right: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  background: #50c473;
}

.project-line__file-name {
  max-width: 850px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.project-line__file-name-input {
  display: none;
  border: 1px solid #ccc;
  padding: 3px;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  font-family: inherit;
  width: 100%;
}

.project-line__file-name.edit .project-line__file-name-input {
  display: block;
}

.project-line__file-name.edit span {
  display: block;
  height: 0;
  padding-right: 10px;
}

.project-line__item {
  margin-right: 20px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.project-line__item:last-child {
  margin-right: 0;
}

.project-line__name {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 10px 0;
}

.project-line__name-link {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.project-line__name-link:hover {
  color: #ff6b61;
}

.project-line__action {
  -webkit-box-flex: .5;
  -webkit-flex: .5;
  -ms-flex: .5;
  flex: .5;
  margin-left: auto;
  margin-right: auto;
  padding-right: 20px;
}

.project-line__num {
  color: #fff;
  background: #50c473;
  border-radius: 50%;
  line-height: 20px;
  text-align: center;
  font-size: 11px;
  display: inline-block;
  width: 20px;
  height: 20px;
  padding-top: 1px;
  margin-left: 5px;
  position: relative;
  top: -10px;
}

.project-line__check {
  width: 51px;
  min-width: 51px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: visible;
}

.project-line__date {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 150px;
  -ms-flex: 0 0 150px;
  flex: 0 0 150px;
  width: 100%;
  max-width: 150px;
}

.project-line__status {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 140px;
  -ms-flex: 0 0 140px;
  flex: 0 0 140px;
  width: 100%;
  max-width: 140px;
}

.project-line__stars {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 130px;
  -ms-flex: 0 0 130px;
  flex: 0 0 130px;
  width: 100%;
  max-width: 130px;
}

.project-lines .project-line {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.12);
  background-color: #ffffff;
  margin-bottom: 4px;
}

.project-lines .project-line:last-child {
  margin-bottom: 0;
}

.project-lines .project-line__specialist {
  font-weight: 500;
}

.project-lines .project-line__action {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.project-lines .project-line__action a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 10px;
  background: #F7F8FA;
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
}

.project-lines .project-line__action a.active,
.project-lines .project-line__action a:hover {
  background: #FF6B61;
}

.project-lines .project-line__action a.active .icon,
.project-lines .project-line__action a:hover .icon {
  color: #fff;
}

.project-lines .project-line__action a .icon {
  color: #000;
  font-size: 21px;
}

.project-lines .project-line__action a:last-child {
  margin-right: 0;
}

.project-file__input {
  display: none;
}

.project-file__btn {
  width: 220px;
}

.project-part {
  padding: 0;
  margin-right: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
  margin-top: 20px;
  margin-bottom: 15px;
}

.project-part__add {
  position: absolute;
  top: 44px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.project-part__add:after {
  content: attr(data-text);
  position: absolute;
  top: 100%;
  margin-top: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 16px;
  text-transform: uppercase;
  color: #000;
}

.project-part__add:before {
  content: '+';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 18px;
  padding-top: 1px;
  padding-left: 1px;
}

.project-part:last-child {
  margin-right: 0;
}

.project-part__box {
  border: 1px dashed #dbdbdb;
}

.project-part__name {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  padding: 0 10px;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 14px;
  text-transform: uppercase;
}

.project-part__messages {
  position: absolute;
  right: 7px;
  bottom: 5px;
  width: 36px;
  height: 36px;
  z-index: 10;
  color: #fff;
}

.project-part__messages-all {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #4138db;
  font-size: 14px;
  font-weight: 400;
  color: inherit;
}

.project-part__messages-num {
  position: absolute;
  top: -11px;
  right: -4px;
  z-index: 11;
  font-size: 11px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #50c473;
  padding-top: 1px;
  text-align: center;
  color: inherit;
}

.project-part .card__link {
  height: 173px;
}

.project-part .card__content {
  width: 130px;
}

.project-part .card__content:hover .project-part__close {
  opacity: 1;
  visibility: visible;
}

.project-part .card__prof,
.project-part .card__name {
  font-size: 14px;
  line-height: 18px;
}

.project-part__actions {
  margin-top: 6px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 7px;
}

.project-part__list {
  max-width: 28px;
  margin-left: 5px;
  font-size: 16px;
}

.project-part__list:hover {
  background-color: #4138db;
  color: #fff;
}

.project-part__price {
  background-color: #fbd653;
}

.project-part__close {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #a7a7a7;
  z-index: 10;
  border: none;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.project-part__close:after,
.project-part__close:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 1px;
  background: #fff;
}

.project-part__close:after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.project-part__close:before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.form-trigger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.form-trigger__input {
  display: none;
}

.form-trigger__input:checked ~ .form-trigger__item-name {
  background: #4138db;
  color: #fff;
  border-color: #4138db;
}

.form-trigger__item:first-child {
  border-radius: 3px 0 0 3px;
}

.form-trigger__item:first-child .form-trigger__item-name {
  margin-left: 0;
}

.form-trigger__item:last-child {
  border-radius: 0 3px 3px 0;
}

.form-trigger__item-name {
  border-radius: inherit;
  border: 1px solid #DBDBDB;
  height: 29px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
  padding: 0 10px;
  margin-left: -1px;
  cursor: pointer;
  min-width: 120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
}

.trigger-alone + .trigger-alone {
  margin-top: 10px;
}

.trigger-alone__label {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.trigger-alone__input {
  display: none;
}

.trigger-alone__input:checked ~ .trigger-alone__box {
  background: #ff6b61;
}

.trigger-alone__input:checked ~ .trigger-alone__box:after {
  left: 21px;
}

.trigger-alone__box {
  margin: 0 11px 0 0;
  width: 50px;
  min-width: 50px;
  height: 30px;
  border-radius: 30px;
  background: #999999;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.trigger-alone__box:after {
  content: '';
  position: absolute;
  top: 1px;
  left: 1px;
  border-radius: 50%;
  background: #fff;
  width: 28px;
  height: 28px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.form-items {
  background: #FFFFFF;
  border: 1px solid #DBDBDB;
  border-radius: 3px;
  padding: 0 10px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.form-items__list {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.form-items__item {
  background: #F7F7F7;
  border-radius: 3px;
  margin-left: 10px;
  margin-bottom: 4px;
  margin-top: 4px;
  height: 42px;
  padding: 0 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
}

.form-items__item-name {
  white-space: nowrap;
}

.form-items__item-close {
  position: relative;
  width: 15px;
  height: 100%;
  margin-left: 6px;
}

.form-items__item-close:after,
.form-items__item-close:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 1px;
  background: #000;
}

.form-items__item-close:after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.form-items__item-close:before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.form-items__btn {
  margin-top: auto;
  margin-bottom: auto;
}

.rating__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px;
  margin-right: -20px;
}

.rating__item {
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
  -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.04);
  border-radius: 3px;
  margin-right: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}

.rating__item--small {
  width: 300px;
}

.rating__item--full {
  width: 100%;
  max-width: 100%;
}

.rating__item--big {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.rating__item--big .rating-box {
  max-width: 340px;
}

.rating__item--half {
  width: calc(50% - 20px);
}

.rating-box {
  padding: 20px;
  height: 100%;
}

@supports (flex-direction: column) {
  .rating-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.rating-box__list {
  float: right;
  width: calc(50% - 12px);
}

.rating-box__title {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 12px;
}

.rating-box__title-inscription {
  margin-right: 10px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 500;
  background: #4138DB;
  height: 15px;
  line-height: 1;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 5px;
  vertical-align: top;
}

.rating-box__text {
  color: #808080;
  margin-bottom: 13px;
  min-height: 48px;
}

@supports (flex-direction: column) {
  .rating-box__text {
    min-height: 0;
  }
}

.rating-box__num {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 36px;
  position: relative;
  font-weight: 400;
}

@supports (flex-direction: column) {
  .rating-box__num {
    margin-top: auto;
  }
}

.rating-box__num .icon {
  color: #ff6b61;
  font-size: 25px;
  margin-right: 10px;
  position: relative;
  top: -2px;
}

.rating-box__num:after {
  content: '';
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  margin-left: 10px;
  width: 0;
}

.rating-box__num--up:after {
  border-bottom: 8px solid #32B67A;
}

.rating-box__num--down:after {
  border-top: 8px solid #FF6161;
}

.rating-box__num--price .icon {
  color: #4138db;
  font-size: 30px;
}

.rating-box__num--sm {
  font-size: 26px;
}

.rating-box__btn {
  margin-top: 19px;
}

.alert {
  margin-bottom: 12px;
  position: relative;
  padding: 24px 80px 20px;
}

.alert--war {
  background: #FFF1A0;
}

.alert--ok {
  background: #C6EEC7;
}

.alert__icon {
  position: absolute;
  top: 15px;
  left: 20px;
  font-size: 40px;
}

.alert__close {
  position: absolute;
  top: 22px;
  right: 20px;
  width: 22px;
  height: 22px;
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.alert__close:after,
.alert__close:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 2px;
  background: #000;
}

.alert__close:after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.alert__close:before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.diagram {
  margin-top: 65px;
  margin-bottom: 49px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.diagram__main {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: #fff;
  padding: 30px 0;
}

.diagram__title {
  font-size: 30px;
  font-weight: 500;
  padding: 0 20px;
  margin-bottom: 15px;
}

.diagram__title-name {
  display: inline-block;
  margin-right: 35px;
}

.diagram__date {
  display: inline-block;
  font-size: 16px;
  font-weight: 300;
}

.diagram__info {
  margin-left: 24px;
  width: 300px;
}

.diagram__icon {
  color: #ff6b61;
  font-size: 40px;
  margin-bottom: 13px;
}

.diagram__text {
  display: block;
  font-size: 14px;
  line-height: 22px;
}

.diagram__pic {
  height: 300px;
  width: 100%;
}

.diagram .ct-point {
  display: none;
}

.diagram .ct-line {
  stroke-width: 1px;
}

.diagram .ct-grid {
  stroke-dasharray: 0px;
  stroke: #eee;
}

.diagram .ct-label {
  color: #687178;
}

.diagram .ct-grid.ct-horizontal:first-child {
  display: none;
}

.diagram__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 10px 50px 0;
}

.diagram__item {
  margin-right: 25px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.diagram__item:last-child {
  margin-right: 0;
}

.diagram__item:before {
  content: '';
  margin-right: 10px;
  display: block;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  position: relative;
  top: -1px;
}

.diagram__item--all:before {
  background: #54C290;
}

.diagram__item--active:before {
  background: #FF6D64;
}

.diagram__item--exp:before {
  background: #5048DD;
}

.diagram__item--project:before {
  background: #050505;
}

.diagram .ct-series-a .ct-line {
  stroke: #050505;
}

.diagram .ct-series-b .ct-line {
  stroke: #5048DD;
}

.diagram .ct-series-c .ct-line {
  stroke: #FF6D64;
}

.diagram .ct-series-d .ct-line {
  stroke: #54C290;
}

.promo {
  margin-top: 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.promo-code {
  margin-right: 65px;
}

.promo-box {
  padding-top: 23px;
}

.promo-box .rating__item {
  max-width: 620px;
}

.promo__line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

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

.promo__num {
  height: 54px;
  margin-right: 20px;
  min-width: 183px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #FFFFFF;
  border-radius: 3px;
  font-size: 14px;
}

.promo__btn {
  width: 132px;
}

.promo__btn.disabled {
  background: #000;
  color: #fff;
  pointer-events: none;
}

.score-history {
  margin-top: 20px;
}

.score-history__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.121773);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.121773);
  padding: 25px 30px;
}

.score-history__item:last-child {
  margin-bottom: 0;
}

.score-history__item-name {
  width: 50%;
  padding-right: 20px;
}

.score-history__item-date {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.score-history__item-val {
  font-weight: 400;
}

.score-history__item-val--more {
  color: #32B67A;
}

.score-history__item-val--less {
  color: #E75153;
}

.score-summa {
  margin-bottom: 30px;
}

.score-summa__line {
  background: #FFFFFF;
  border: 1px solid #DBDBDB;
  min-width: 300px;
  padding: 0 10px;
  height: 64px;
  font-size: 30px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.score-summa__icon {
  margin-right: 15px;
  color: #4138db;
  position: relative;
  top: -2px;
}

.score-summa__num {
  white-space: nowrap;
}

.score-summa__input {
  background-color: transparent;
  border: none;
  font-size: inherit;
  min-width: 0;
  width: 0;
  max-width: 0;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
}

.score-summa__input.focused {
  max-width: 230px;
  width: auto;
}

.score-summa__input.focused ~ .score-summa__num,
.score-summa__input.focused ~ .score-summa__text {
  display: none;
}

.score-summa__text {
  margin-left: 5px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

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

.score__items .btn {
  max-width: 120px;
}

.score__pro {
  background: #5C53FB;
  color: #fff;
}

.score__pro .rating-box {
  max-width: 100%;
  width: 100%;
  position: relative;
  display: block;
}

.score__pro .rating-box:after {
  content: '';
  display: table;
  clear: both;
}

.score__pro .rating-box__text {
  float: left;
}

.score__pro .rating-box__title,
.score__pro .rating-box__text,
.score__pro .form__select {
  max-width: calc(50% - 12px);
}

.score__pro .rating-box__text {
  color: inherit;
}

.score__pro .form__select {
  margin: 15px 0 20px;
}

.pay {
  margin-bottom: 30px;
  max-width: 780px;
  margin-top: 20px;
}

.pay-item {
  margin-bottom: 10px;
  background: #FFFFFF;
  border: 1px solid #DDE3E8;
  border-radius: 3px;
}

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

.pay-item.active .pay-item__content {
  display: block;
}

.pay-item__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
  position: relative;
  cursor: pointer;
}

.pay-item__radio {
  display: none;
}

.pay-item__radio:checked ~ .pay-item__check {
  border-color: #ff6b61;
}

.pay-item__radio:checked ~ .pay-item__check:after {
  opacity: 1;
}

.pay-item__check {
  width: 18px;
  height: 18px;
  display: block;
  border-radius: 50%;
  border: 2px solid #000;
  margin-right: 15px;
  position: relative;
}

.pay-item__check:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background: #ff6b61;
  opacity: 0;
}

.pay-item__name {
  font-weight: 500;
  line-height: 1.3;
}

.pay-item__logo {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.pay-item__logo img {
  display: block;
  max-width: 100%;
}

.pay-item__content {
  display: none;
  padding: 0 116px 38px 30px;
}

.pay-item__text {
  color: #808080;
  margin-bottom: 48px;
}

.sing-in {
  margin-bottom: 0;
}

.sing-in .container {
  height: auto;
  min-height: calc(100vh - 100px);
  padding-top: 150px;
  padding-bottom: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.sing-in__box {
  width: 100%;
  max-width: 620px;
}

.sing-in__box--sm {
  max-width: 460px;
}

.sing-in__form {
  background: #fff;
  padding: 30px;
}

.sing-in__form--sm {
  padding-right: 154px;
}

.sing-in__input {
  display: block;
  position: relative;
}

.sing-in__input .form__input {
  height: 64px;
}

.sing-in__input-icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 20px;
  font-size: 24px;
  z-index: 1;
}

.sing-in__input-icon + .form__input {
  padding-left: 50px;
}

.sing-in .jq-selectbox__select,
.sing-in .form__select {
  height: 64px;
}

.sing-in .jq-selectbox__select {
  padding-right: 40px;
}

.sing-in .jq-selectbox__trigger {
  width: 40px;
}

.sing-in .jq-selectbox__trigger-arrow {
  right: 20px;
}

.sing-in__title {
  margin-bottom: 50px;
}

.sing-in__action {
  margin-top: 22px;
}

.sing-in__link {
  color: #ff6b61;
}

.sing-in__link:hover {
  text-decoration: underline;
}

.sing-in__link--sm {
  text-transform: uppercase;
  font-size: 12px;
}

.sing-in__link--alt {
  font-size: 18px;
  display: inline-block;
  margin-bottom: 30px;
  border-bottom: 1px dashed;
  line-height: 1.2;
}

.sing-in__link--alt:hover {
  text-decoration: none;
  border-bottom-color: transparent;
}

.sing-in__info {
  margin-top: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sing-in__info-text {
  margin-right: 20px;
}

.sing-in__btn {
  max-width: 100%;
  min-width: 219px;
  width: auto;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0 20px;
  margin-top: 30px;
}

.sing-in__img {
  margin-bottom: 30px;
}

.sing-in__img img {
  display: block;
  max-width: 100%;
}

.sms-code {
  margin-bottom: 65px;
}

.sms-code__title {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.sms-code__input {
  position: absolute;
  width: 0;
  height: 0;
  left: -99999px;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}

.sms-code__input:focus ~ .sms-code__box .selected {
  -webkit-animation: codebox  1.5s infinite linear;
  animation: codebox  1.5s infinite linear;
}

.sms-code__input:focus ~ .sms-code__box .selected.active {
  -webkit-animation: none;
  animation: none;
}

.sms-code__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.sms-code__box:last-child {
  margin-right: 0;
}

.sms-code__item {
  font-size: 64px;
  margin-right: 40px;
  width: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  color: #D5DBE1;
  border-bottom: 4px solid;
}

.sms-code__item.active {
  color: #000;
  border-bottom-color: #ff6b61;
}

@-webkit-keyframes codebox {
  0% {
    border-bottom-color: #D5DBE1;
  }

  49% {
    border-bottom-color: #D5DBE1;
  }

  50% {
    border-bottom-color: #ff6b61;
  }

  99% {
    border-bottom-color: #ff6b61;
  }

  100% {
    border-bottom-color: #D5DBE1;
  }
}

@keyframes codebox {
  0% {
    border-bottom-color: #D5DBE1;
  }

  49% {
    border-bottom-color: #D5DBE1;
  }

  50% {
    border-bottom-color: #ff6b61;
  }

  99% {
    border-bottom-color: #ff6b61;
  }

  100% {
    border-bottom-color: #D5DBE1;
  }
}

.accordion {
  margin-bottom: 10px;
  -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.04);
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
}

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

.accordion__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 22px;
  padding: 20px;
  cursor: pointer;
  line-height: 1.27;
  font-weight: 400;
}

.accordion__title:after {
  content: '';
  display: inline-block;
  width: 12px;
  min-width: 12px;
  height: 12px;
  min-height: 12px;
  border-bottom: 2px solid;
  border-right: 2px solid;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: 15px;
  margin-top: 8px;
}

.accordion.active .accordion__title:after {
  margin-top: 12px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.accordion.active .accordion__content {
  display: block;
}

.accordion__content {
  padding: 0 20px 20px;
  display: none;
}

.contacts {
  height: inherit;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center top;
  padding: 53px 0;
}

.text h2 {
  margin-top: 50px;
  margin-bottom: 30px;
  font-size: 22px;
  line-height: 28px;
  font-weight: 500;
}

.text h2:first-child {
  margin-top: 0;
}

.text p {
  margin-bottom: 15px;
}

.text p a {
  color: #ff6b61;
}

.text p a:hover {
  text-decoration: underline;
}

.text--alt h2 {
  font-size: 30px;
}

.pro {
  text-align: center;
}

.pro__title {
  position: relative;
  max-width: 264px;
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
}

.pro__title img {
  display: block;
  max-width: 100%;
}

.pro__title-text {
  position: absolute;
  left: 100%;
  bottom: 100%;
  height: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 5px;
  text-transform: uppercase;
  color: #fff;
  background: #4138db;
  font-size: 10px;
  font-weight: 500;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  line-height: 1;
}

.pro__subtitle {
  color: #222222;
  font-size: 42px;
}

.pro__top {
  margin-bottom: 85px;
}

.pro__img {
  margin-bottom: 92px;
}

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

.pro__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pro__item {
  max-width: 20%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  padding: 0 10px;
  margin-bottom: 50px;
}

.pro__item .icon {
  font-size: 80px;
  height: 80px;
  margin-bottom: 37px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
}

.pro__item-name {
  font-size: 22px;
}

.pro__score {
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
}

.pro__score .rating__item {
  margin-right: 0;
  margin-bottom: 0;
}

.pro__score .btn,
.pro__score .rating-box__text,
.pro__score .rating-box__title {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.pro__score .btn {
  max-width: 120px;
}

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

.pro__score .rating-box__num {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pro__score .rating-box__num:after {
  display: none;
}

.pro__score .rating-box__list {
  display: none;
}

.news-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 28px;
}

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

.news-item--big {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #D8D8D8;
}

.news-item--big .news-item__img {
  width: 300px;
  min-width: 300px;
}

.news-item__img {
  width: 140px;
  min-width: 140px;
  margin-right: 20px;
  display: block;
}

.news-item__img img {
  display: block;
  width: 100%;
}

.news-item__info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.news-item__date {
  font-size: 16px;
  color: #808080;
  margin-bottom: 3px;
}

.news-item__title {
  font-weight: 500;
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 12px;
}

.news-item__title a:hover {
  text-decoration: underline;
}

.news-item__text {
  font-size: 16px;
}

.news-item__btn {
  margin-top: 20px;
  max-width: 150px;
}

.news__more {
  margin-top: 28px;
}

.news__more .btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto;
  max-width: 100%;
  padding-left: 12px;
  padding-right: 12px;
}

.post-excerpt {
  font-style: italic;
  font-size: 22px;
}

.post__img {
  margin-bottom: 30px;
}

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

.post__aside {
  width: 220px;
  margin-left: auto;
  margin-right: 0;
}

.post__aside-title {
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 15px;
}

.post__item {
  margin-bottom: 20px;
}

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

.post__item-img {
  margin-bottom: 12px;
}

.post__item-img img {
  display: block;
  width: 100%;
}

.post__item__title {
  font-weight: 500;
  margin-bottom: 8px;
}

.post__item__title a:hover {
  text-decoration: underline;
  color: #ff6b61;
}

.post__item .btn {
  min-width: 150px;
}

.card-post {
  max-width: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding: 0 10px;
  margin-bottom: 30px;
}

.card-post__content {
  height: 100%;
}

@supports (flex-direction: column) {
  .card-post__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.card-post__img {
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}

.card-post__img:before {
  content: '';
  display: block;
  padding-top: 75%;
}

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

.card-post__line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 12px;
}

.card-post__date {
  font-size: 14px;
  margin-right: 20px;
  font-weight: 400;
}

.card-post__tags {
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
}

.card-post__tags li {
  margin-right: 5px;
}

.card-post__user {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 10px;
  font-size: 14px;
}

.card-post__user:hover .card-post__user-text {
  text-decoration: underline;
  color: #ff6b61;
}

.card-post__user-avatar {
  display: block;
  width: 24px;
  height: 24px;
  overflow: hidden;
  border-radius: 50px;
  margin-right: 10px;
}

.card-post__user-avatar img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.card-post__rating {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
}

.card-post__rating .icon {
  font-size: 12px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  color: #ff6b61;
}

.card-post__title {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 10px;
}

.card-post__title a:hover {
  text-decoration: underline;
  color: #ff6b61;
}

.card-post__btn {
  max-width: 150px;
}

@supports (flex-direction: column) {
  .card-post__btn {
    margin-top: auto;
  }
}

.posts-filter {
  border-bottom: none;
}

.posts-filter .filter__line {
  padding-bottom: 0;
}

.posts-filter .form__label {
  max-width: 300px;
  width: 100%;
}

.posts-filter .form__label--line .form__label-name {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.posts-filter .form__label--line .form__input-search {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
}

.posts-sort {
  margin-left: auto;
}

.posts-sort .form__label {
  max-width: 100%;
}

.posts-sort .form__select {
  width: 192px;
}

.posts-sort .form__input {
  width: 246px;
}

.posts-excerpt {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 80px 0 160px;
  position: relative;
}

.posts-excerpt__rating {
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.posts-excerpt__rating.selected .posts-excerpt__rating-btn {
  pointer-events: none;
}

.posts-excerpt__rating-num {
  margin-top: 6px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  display: block;
}

.posts-excerpt__rating-btn {
  border: none;
  background-color: transparent;
  display: block;
  margin-right: 10px;
  cursor: pointer;
}

.posts-excerpt__rating-btn:last-child {
  margin-right: 0;
}

.posts-excerpt__rating-btn .icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 22px;
}

.posts-excerpt__rating-btn--like {
  color: #50C473;
}

.posts-excerpt__rating-btn--like.active .icon {
  background: #50C473;
  border-color: #50C473;
}

.posts-excerpt__rating-btn--dizlike {
  color: #FF6B61;
}

.posts-excerpt__rating-btn--dizlike.active .icon {
  background: #FF6B61;
  border-color: #FF6B61;
}

.posts-excerpt__rating-btn.active .icon {
  color: #fff;
}

.posts-excerpt__text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 22px;
}

.posts-img {
  margin-bottom: 50px;
}

.posts-img img {
  display: block;
  width: 100%;
}

.posts-img figcaption {
  margin-top: 16px;
  font-style: italic;
  color: #808080;
}

.posts-cont {
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}

.posts-blockquote {
  padding-top: 42px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-top: 2px solid #000;
  margin-top: 42px;
  margin-bottom: 110px;
}

.posts-blockquote__info {
  margin-right: 30px;
  min-width: 165px;
}

.posts-blockquote__avatar {
  width: 135px;
  height: 135px;
  overflow: hidden;
  border-radius: 50%;
  margin-bottom: 13px;
  display: block;
}

.posts-blockquote__avatar img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.posts-blockquote__name {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 5px;
}

.posts-blockquote__name a:hover {
  color: #ff6b61;
}

.posts-blockquote__prof {
  font-size: 15px;
  font-weight: 400;
  color: #A4A4A4;
}

.posts-blockquote__text {
  font-size: 21px;
  font-style: italic;
  letter-spacing: 0.42px;
  line-height: 1.52;
}

.posts-action {
  margin-top: 30px;
}

.comments {
  background: #fff;
  padding: 50px 0 55px;
}

.comments__title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 50px;
  text-transform: uppercase;
}

.comment__cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.comment__answer {
  margin-left: 80px;
  margin-top: 15px;
}

.comment__avatar {
  margin-right: 22px;
  width: 58px;
  min-width: 58px;
  height: 58px;
  border-radius: 50%;
  overflow: hidden;
  display: block;
}

.comment__avatar img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.comment__main {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.comment__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-bottom: 8px;
}

.comment__user {
  font-size: 17px;
  margin-right: 10px;
  font-weight: bold;
  line-height: 1.2;
}

.comment__user a:hover {
  color: #ff6b61;
  text-decoration: underline;
}

.comment__date {
  font-size: 12px;
  font-weight: 300;
  color: #666666;
}

.comment__action {
  margin-top: 5px;
}

.comment__action a {
  font-size: 14px;
  color: #7A7A7A;
}

.comment__action a:hover {
  color: #ff6b61;
  text-decoration: underline;
}

.comment__form {
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.comment__form .form-action {
  margin-top: 40px;
}

.about .pro__title {
  margin-bottom: 114px;
}

.about .pro__items {
  margin-bottom: 60px;
}

.about__video {
  max-width: 740px;
  height: 414px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 125px;
  position: relative;
  overflow: hidden;
}

.about__video img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.about__video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.about__video-btn .icon {
  width: 82px;
  height: 82px;
  color: #FF6B61;
  border-radius: 50%;
  border: 6px solid #FF6B61;
  font-size: 36px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 10px;
}

.about__video-btn span {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-weight: 400;
  font-size: 15px;
  text-transform: uppercase;
  text-align: center;
  color: #FF6B61;
  white-space: nowrap;
  margin-top: 15px;
}

.about__item {
  max-width: 33.33333%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  padding: 0 10px;
  text-align: left;
}

.about__item__title {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 3px;
}

.about__item__num {
  font-size: 82px;
  margin-bottom: 2px;
  line-height: 1.2;
}

.about__item__name {
  font-size: 42px;
  line-height: 1.28;
}

.popup-add-specialist {
  max-width: 940px;
}

@media (max-width: 1200px) {
  body.overflow {
    overflow: hidden;
  }

  body.menu-opened {
    overflow: hidden;
  }

  body.menu-opened .header__nav {
    opacity: 1;
    visibility: visible;
  }

  body.menu-opened .header__nav-content {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  .container {
    max-width: 660px;
    padding: 0 10px;
  }

  .burger {
    display: block;
  }

  .header {
    position: relative;
    z-index: 100;
    padding: 0;
    background: #ffffff;
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
  }

  .header--full .nav__drop.profile-box__drop {
    margin-top: 20px;
  }

  .header__sing-in {
    display: block;
    margin-right: 0;
    margin-bottom: 30px;
  }

  .header__sing-in .btn {
    margin-left: 0;
    margin-bottom: 10px;
  }

  .header__content {
    height: 60px;
  }

  .header__logo {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-top: 4px;
  }

  .header__nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }

  .header__nav-bg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 102;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
  }

  .header__nav-close {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    z-index: 105;
    border: none;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .header__nav-close:after,
  .header__nav-close:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 15px;
    height: 2px;
    background: #000;
  }

  .header__nav-close:after {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
  }

  .header__nav-close:before {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
  }

  .header__nav-content {
    position: fixed;
    z-index: 103;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 320px;
    height: 100vh;
    background: #f7f8fa;
    padding: 50px 10px;
    display: block;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  .header-item {
    display: inline-block;
    margin-bottom: 20px;
  }

  .header-item__drop {
    margin-top: 20px;
    left: 0;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    display: none;
  }

  .header-item__drop:before {
    display: none;
  }

  .nav {
    display: block;
    margin-bottom: 30px;
  }

  .nav__item {
    margin-bottom: 19px;
    display: block;
  }

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

  .nav__item:hover .nav__drop {
    display: block;
  }

  .nav__add {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
  }

  .nav__drop {
    position: static;
    display: none;
    opacity: 1;
    visibility: visible;
    margin-top: 20px;
    background-color: transparent;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 10px;
  }

  .nav__drop:after {
    display: none;
  }

  .nav__drop:before {
    display: none;
  }

  .main-title {
    font-size: 36px;
  }

  .page__title {
    font-size: 36px;
  }

  .section__title {
    text-align: left;
    margin-bottom: 19px;
    font-size: 24px;
    font-weight: 500;
  }

  .title {
    margin-bottom: 25px;
  }

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

  .profile-box {
    margin-left: 0;
    margin-bottom: 40px;
    display: block;
  }

  .profile-box__drop {
    margin-top: 20px;
    margin-left: -70px;
    width: 300px;
  }

  .profile-box__drop-bottom {
    padding-left: 100px;
    padding-right: 100px;
    margin-left: -100px;
    margin-right: -100px;
  }

  .profile-box__rating {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
  }

  .profile-box__rating-icon {
    margin-top: 3px;
  }

  .profile-box__trigger {
    position: relative;
    left: auto;
    top: -2px;
  }

  .section {
    margin-bottom: 30px;
  }

  .section--bg {
    -webkit-background-size: 320px 320px;
    background-size: 320px;
    background-position: center top;
  }

  .slider-reviews__item {
    width: 300px;
    padding: 25px 10px;
    min-width: 300px;
    max-width: 300px;
  }

  .slider-reviews__item-img {
    margin-bottom: 20px;
  }

  .top-box {
    background-position: 75% top;
  }

  .top-box:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(247, 248, 250, 0.5);
  }

  .top-box__content {
    left: 10px;
    right: 10px;
  }

  .top-box__action {
    display: block;
  }

  .top-box__action .btn {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .top-box__action .btn:last-child {
    margin-bottom: 0;
  }

  .top-box__play {
    display: none;
  }

  .top-box__text {
    display: none;
  }

  .top-box__info {
    bottom: 15px;
    left: 10px;
    right: 10px;
  }

  .top-box__scroll {
    display: none;
  }

  .popup {
    padding: 15px;
  }

  .popup__title {
    font-size: 32px;
  }

  .popup .card {
    max-width: 25%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }

  .card {
    max-width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    margin-bottom: 15px;
  }

  .cards--small .card {
    max-width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    margin-bottom: 15px;
  }

  .card__list {
    display: none;
  }

  .card__actions {
    display: none;
  }

  .card__prof {
    display: none;
  }

  .project-card {
    padding: 10px  10px 0;
  }

  .project-card__top {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 14px;
  }

  .project-card__person {
    min-width: 0;
    width: calc(50% - 5px);
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .project-card__rating {
    min-width: 0;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    margin-right: 18px;
  }

  .project-card__users {
    display: none;
  }

  .project-card__date {
    min-width: 0;
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }

  .project-card__address {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    width: calc(50% - 5px);
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }

  .project-card__info {
    padding-bottom: 8px;
  }

  .project-card__info-text {
    display: none;
  }

  .project-card__title {
    margin-bottom: 0;
  }

  .project-card__link {
    position: relative;
    top: 3px;
    right: 0;
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-left: 10px;
  }

  .project-card__link:before {
    width: 5px;
    height: 5px;
  }

  .project-card__item {
    margin-left: -10px;
    margin-right: -10px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 9px 10px;
    position: relative;
  }

  .project-card__item-name {
    margin-right: 0;
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-bottom: 10px;
  }

  .project-card__item-price {
    min-width: 0;
    margin-right: 5px;
  }

  .project-card__item-price-val {
    font-size: 0;
    height: 30px;
    padding: 0 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .project-card__item-price-num {
    font-size: 12px;
  }

  .project-card__item-btn {
    margin-right: 0;
    max-width: 137px;
  }

  .project-card__item-btn--dis {
    margin-right: 0;
    max-width: 137px;
  }

  .cards-slider {
    overflow: visible;
    margin-left: 20px;
    margin-bottom: 25px;
  }

  .cards-slider .card {
    width: 220px;
  }

  .cards-slider .owl-item {
    opacity: 1;
  }

  .cards-slider .owl-item .card__content {
    pointer-events: auto;
  }

  .banner__bg {
    height: 145px;
  }

  .banner__box {
    height: 145px;
  }

  .banner__logo {
    display: none;
  }

  .banner__title {
    display: none;
  }

  .banner__title-alt {
    display: none;
  }

  .banner__pic {
    display: none;
  }

  .banner__btn {
    display: none;
  }

  .inner {
    margin-bottom: 30px;
  }

  .inner__aside {
    display: none;
    max-width: 100%;
  }

  .inner__aside-mobile {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    background: #fff;
    z-index: 100;
    display: block;
    padding: 20px 60px 20px 10px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }

  .inner__aside-mobile.active {
    opacity: 1;
    visibility: visible;
  }

  .inner__aside-mobile-close {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 22px;
    height: 22px;
    background-color: transparent;
    border: none;
    z-index: 101;
  }

  .inner__aside-mobile-close:after,
  .inner__aside-mobile-close:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 1px;
    background: #000;
  }

  .inner__aside-mobile-close:after {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
  }

  .inner__aside-mobile-close:before {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
  }

  .inner__main {
    width: 100%;
  }

  .line-nav {
    margin-bottom: 20px;
  }

  .form-box__file {
    display: block;
  }

  .form-box__file .projects-review__name {
    margin-bottom: 0;
    margin-right: 0;
  }

  .form-box__file-img {
    margin-bottom: 10px;
  }

  .form-box__file-img-name {
    min-width: 0;
    max-width: 100%;
  }

  .form-box__file .form-box__action {
    display: block;
    padding-right: 0;
  }

  .form-box__file .form-box__action .btn {
    margin-top: 10px;
    margin-left: 0;
  }

  .form__label-list {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
  }

  .form__label--page {
    max-width: 100%;
  }

  .form__label--1-3 {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }

  .form__label--half {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }

  .form__label--half-alt > * {
    width: 100%;
    max-width: 100%;
  }

  .form__label--sm {
    max-width: 100%;
  }

  .form__label--md {
    max-width: 100%;
  }

  .form__label--1-4 {
    width: calc(50% - 20px);
    max-width: 142px;
  }

  .form__label-line {
    display: block;
  }

  .form__label-line .form__label-name {
    margin-right: 0;
    height: 18px;
    margin-bottom: 5px;
  }

  .form__date-line {
    display: block;
  }

  .form__date-line-name {
    margin: 15px 0 10px;
    display: block;
  }

  .form-actions {
    display: block;
  }

  .form-actions .btn {
    width: auto;
    padding-left: 18px;
    padding-right: 18px;
    margin-bottom: 20px;
  }

  .form-actions .btn:last-child {
    margin-bottom: 0;
  }

  .form-drop-files {
    display: none;
  }

  .footer__main {
    padding-top: 80px;
    padding-bottom: 0;
  }

  .footer-item {
    display: none;
  }

  .footer-item--contact {
    display: block;
    max-width: 100%;
    margin-left: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .footer-item__title {
    display: none;
  }

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

  .footer__subscription {
    display: none;
  }

  .footer__bottom {
    display: block;
    border-top: none;
    padding-top: 16px;
    padding-bottom: 30px;
  }

  .footer__logo {
    top: auto;
    bottom: 100%;
    margin-bottom: 65px;
  }

  .footer__privacy {
    display: none;
  }

  .footer__copy {
    text-align: center;
  }

  .page {
    padding-top: 17px;
    padding-bottom: 30px;
    background-image: none !important;
  }

  .page .section {
    padding: 20px 0;
  }

  .page .section.portfolio {
    padding: 20px 0;
  }

  .page__header {
    margin-bottom: 25px;
  }

  .page__header-item {
    position: static;
  }

  .page__views {
    position: static;
    margin: 5px 0 15px;
  }

  .page__cont + .page__cont {
    margin-top: 20px;
  }

  .page__main {
    width: 100%;
  }

  .page__main .page__info {
    margin-top: 0;
  }

  .page__main .form__label--line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .page__main .form__label--line .form__label-name {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .page__main .form__input-search {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
  }

  .page__aside {
    display: none;
  }

  .page-cont {
    padding: 20px 10px 27px;
  }

  .page-cont--alt {
    padding: 0;
  }

  .page-cont--alt .rating__items {
    margin-bottom: 0;
  }

  .flex-line {
    display: block;
  }

  .flex-line .page__info {
    margin-left: 0;
    margin-top: 20px;
  }

  .sort__item--big {
    display: none;
  }

  .filter--alt .filter__line {
    margin-bottom: 0;
  }

  .filter__items {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    background: #fff;
    z-index: 100;
    display: block;
    padding: 20px 60px 20px 10px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }

  .filter__items.active {
    opacity: 1;
    visibility: visible;
  }

  .filter__items .form__label--notitle {
    padding-top: 0;
  }

  .filter__items-close {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 22px;
    height: 22px;
    background-color: transparent;
    border: none;
    z-index: 101;
  }

  .filter__items-close:after,
  .filter__items-close:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 1px;
    background: #000;
  }

  .filter__items-close:after {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
  }

  .filter__items-close:before {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
  }

  .filter__line {
    display: block;
  }

  .filter__line--alt > * {
    display: none;
  }

  .filter__line--alt .filter__sort {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border: none;
    margin-top: 0;
  }

  .filter__line .form__label {
    margin-right: 0;
  }

  .filter__line .form__label--notitle {
    padding-top: 0;
  }

  .filter__sort {
    min-width: 0;
    padding-left: 0;
    border-top: 1px solid #e3e3e3;
    padding-top: 10px;
    margin-top: 10px;
  }

  .filter__sort .form__label {
    margin-bottom: 0;
    margin-right: 20px;
  }

  .filter__sort .form__label--notitle {
    padding-top: 24px;
  }

  .filter__sort-select {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .filter__sort-search {
    display: none;
  }

  .filter-mobile {
    display: block;
  }

  .filter-mobile__btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    margin-bottom: 15px;
  }

  .filter-mobile__btn:last-child {
    margin-bottom: 0;
  }

  .card-line {
    position: relative;
    display: block;
  }

  .card-line__work-price {
    position: static;
    width: calc(100% + 6px);
    margin-left: -3px;
  }

  .card-line__content {
    padding: 20px 3px;
    position: static;
  }

  .card-line__top {
    position: absolute;
    top: 0;
    left: 140px;
    display: block;
  }

  .card-line__actions {
    display: block;
  }

  .card-line__btn {
    height: 28px;
    font-size: 11px;
    padding-left: 0;
    padding-right: 0;
    width: 121px;
    border-radius: 0;
    margin: 0 0 8px;
  }

  .card-line__btn:after {
    content: attr(data-name);
  }

  .card-line__btn .icon {
    display: none;
  }

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

  .card-line__avatar {
    width: 130px;
    max-width: 130px;
  }

  .card-line__stats--full .person-stats__box {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-right: 0;
    min-width: 0;
  }

  .card-line__stats--full .person-stats__box:nth-child(3n) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-right: 0;
    min-width: 0;
  }

  .card-line__slider {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: auto;
    max-width: 100%;
    right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    display: none;
  }

  .card-line__slider--small {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: auto;
    max-width: 100%;
    right: 0;
  }

  .card-line__slide {
    width: 130px;
  }

  .card-line__chat-trigger {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 15px;
  }

  .card-line__bottom {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 3px;
  }

  .card-line__bottom .btn {
    margin-left: 0;
    padding: 0 4px;
    font-size: 11px;
    margin-bottom: 4px;
  }

  .card-line__bottom .card-line__actions {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .person-stats--third {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-right: 0;
  }

  .person-stat__val {
    width: 120px;
    min-width: 120px;
  }

  .profile__form {
    max-width: 100%;
    margin-left: 0;
  }

  .profile__stats .person-stats__box {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .profile__content {
    display: block;
  }

  .profile-avatar {
    max-width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .profile-avatar--edit .card__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .profile-main {
    max-width: 100%;
  }

  .profile-main--big {
    max-width: 100%;
  }

  .profile-status {
    display: block;
  }

  .profile-status__prof {
    margin-right: 0;
    margin-bottom: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .profile-agents {
    display: none;
  }

  .profile-lists {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .profile-list {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(50% - 5px);
    -ms-flex: 0 0 calc(50% - 5px);
    flex: 0 0 calc(50% - 5px);
    max-width: calc(50% - 5px);
  }

  .profile-item__title {
    margin-bottom: 0;
  }

  .profile-info__top {
    display: block;
    padding: 19px 10px;
  }

  .profile-info__box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 24px;
    margin-bottom: 0;
  }

  .profile-info__box:first-child {
    margin-top: 0;
  }

  .profile-info__box-link {
    display: none;
  }

  .profile-info__box-val {
    margin-top: 0;
    min-width: 80px;
    width: 80px;
    margin-left: auto;
  }

  .profile-info__box--alt {
    display: none;
  }

  .profile-info__items {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .profile-info__stats {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .profile-info__stat {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 140px;
    -ms-flex: 0 0 140px;
    flex: 0 0 140px;
    max-width: 140px;
  }

  .profile-social {
    margin-left: 0;
  }

  .portfolio__content {
    margin: 0;
  }

  .portfolio__items:after {
    display: none;
  }

  .portfolio-item {
    width: 140px;
    height: 180px;
    margin: 0;
  }

  .portfolio-item--min {
    width: auto;
  }

  .portfolio-item--sm {
    width: auto;
    height: 180px;
  }

  .portfolio-item--big-h {
    width: auto;
    height: 180px;
  }

  .portfolio-item__view {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
  }

  .portfolio-item__view:before,
  .portfolio-item__view:after {
    display: none;
  }

  .slider-alt .card {
    width: 130px;
  }

  .slider-alt .card__prof {
    display: block;
  }

  .slider-alt .owl-stage-outer {
    overflow: visible;
  }

  .snaps--main {
    width: 100%;
  }

  .tooltip {
    position: static;
  }

  .tooltip__drop {
    left: 0;
    max-width: 100%;
    top: auto;
    margin-top: 5px;
  }

  .tooltip__drop:before {
    display: none;
  }

  .slider-agent .card {
    width: 130px;
  }

  .slider-agent .card__prof {
    display: block;
  }

  .projects__header {
    display: block;
  }

  .projects header > .form,
  .projects__new {
    margin-top: 15px;
    height: 28px;
    font-size: 11px;
  }

  .projects-cont--alt {
    padding-top: 0;
    padding-bottom: 0;
  }

  .projects-cont__main {
    width: 100%;
  }

  .projects-cont__aside {
    display: none;
  }

  .projects-review__info {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .projects-review__name {
    width: 180px;
    min-width: 180px;
    margin-bottom: 10px;
  }

  .projects-review__prof {
    margin-bottom: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% - 190px);
    -ms-flex: 0 0 calc(100% - 190px);
    flex: 0 0 calc(100% - 190px);
    min-width: 150px;
    margin-right: 0;
  }

  .projects-review__stars {
    margin-right: auto;
    margin-top: 7px;
  }

  .projects-review__btn {
    margin-left: 0;
    margin-top: 7px;
  }

  .project-box__avatar {
    display: none;
  }

  .project-box__item {
    margin-bottom: 20px;
    min-width: 0;
    padding-right: 25px;
  }

  .project-box__btn {
    display: none;
  }

  .project-box__text {
    margin-top: 10px;
  }

  .project-cont__label {
    margin-bottom: 20px;
    width: 100%;
  }

@supports (flex-direction: column-reverse) {
    .project-cont__label {
      margin-top: 20px;
      margin-bottom: 0;
    }
}

  .project-cont__top {
    display: block;
    margin-bottom: 10px;
  }

@supports (flex-direction: column-reverse) {
    .project-cont__top {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start;
    }
}

  .project-line {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
  }

  .project-line__download {
    font-size: 11px;
    height: 28px;
    margin-top: 10px;
  }

  .project-line--top {
    display: none;
  }

  .project-line__fio {
    margin-bottom: 7px;
    max-width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .project-line__status-alt {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    margin-right: 0;
    padding-top: 10px;
  }

  .project-line__status-alt:after {
    content: '';
    position: absolute;
    top: 0;
    left: -10px;
    width: calc(100% + 20px);
    border-bottom: 1px solid #D8D8D8;
  }

  .project-line__more {
    margin-right: 20px;
  }

  .project-line__btn {
    height: 28px;
    font-size: 11px;
  }

  .project-line__checkbox {
    display: none;
  }

  .project-line__menu {
    position: static;
  }

  .project-line__menu-drop {
    left: 0;
    max-width: 100%;
    top: auto;
    margin-top: 5px;
  }

  .project-line__menu-drop:before {
    display: none;
  }

  .project-line__name {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% - 60px);
    -ms-flex: 0 0 calc(100% - 60px);
    flex: 0 0 calc(100% - 60px);
    max-width: calc(100% - 60px);
    padding: 0;
    position: relative;
    padding-bottom: 7px;
    overflow: visible;
  }

  .project-line__name:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: -49px;
    width: calc(100% + 81px);
    border-bottom: 1px solid #D8D8D8;
  }

  .project-line__action {
    margin-left: 0;
    margin-right: 0;
    -webkit-box-flex: initial;
    -webkit-flex: initial;
    -ms-flex: initial;
    flex: initial;
    position: relative;
    bottom: -5px;
  }

  .project-line__num {
    top: 0;
  }

  .project-line__check {
    width: 18px;
    min-width: 18px;
    margin-bottom: 7px;
  }

  .project-line__date {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(50% - 20px);
    -ms-flex: 0 0 calc(50% - 20px);
    flex: 0 0 calc(50% - 20px);
    max-width: calc(50% - 20px);
    margin-top: 7px;
  }

  .project-line__status {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(50% - 20px);
    -ms-flex: 0 0 calc(50% - 20px);
    flex: 0 0 calc(50% - 20px);
    max-width: calc(50% - 20px);
    margin-top: 7px;
  }

  .project-line__stars {
    display: none;
  }

  .project-lines .project-line__specialist {
    margin-bottom: 7px;
  }

  .project-lines .project-line__action a {
    width: 30px;
    height: 30px;
    min-width: 30px;
  }

  .project-lines .project-line__action a .icon {
    font-size: 18px;
  }

  .project-part {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 130px;
    -ms-flex: 0 0 130px;
    flex: 0 0 130px;
    max-width: 130px;
  }

  .rating__items {
    margin-right: 0;
  }

  .rating__item {
    display: block;
    margin-right: 0;
  }

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

  .rating__item--small {
    width: 100%;
  }

  .rating__item--big .rating-box {
    max-width: 100%;
  }

  .rating__item--half {
    width: 100%;
  }

  .rating-box {
    height: auto;
  }

  .rating-box__list {
    width: 100%;
    float: none;
  }

  .alert {
    padding: 60px 12px 12px;
  }

  .alert__icon {
    top: 12px;
    left: 12px;
  }

  .diagram {
    display: block;
    margin-bottom: 30px;
    margin-top: 40px;
    overflow-x: auto;
    overflow-y: hidden;
  }

  .diagram__main {
    min-width: 800px;
    margin-bottom: 30px;
  }

  .diagram__info {
    width: 100%;
    margin-left: 0;
  }

  .promo {
    display: block;
  }

  .promo-code {
    margin-right: 0;
    margin-bottom: 30px;
  }

  .promo-box {
    padding-top: 0;
  }

  .promo__line {
    display: block;
    margin-bottom: 20px;
  }

  .promo__num {
    margin-bottom: 10px;
    max-width: 280px;
    text-align: left;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0 16px;
  }

  .score-history__item {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 12px 10px;
  }

  .score-history__item-name {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    margin-bottom: 10px;
    padding-right: 0;
  }

  .score-history__item-date {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    margin-bottom: 4px;
    color: #808080;
  }

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

  .score__pro .rating-box__text {
    float: none;
  }

  .score__pro .rating-box__title,
  .score__pro .rating-box__text,
  .score__pro .form__select {
    max-width: 100%;
  }

  .pay-item__top {
    padding: 20px 20px 20px 12px;
  }

  .pay-item__check {
    margin-right: 10px;
  }

  .pay-item__content {
    padding: 0 10px 12px;
  }

  .sing-in__form {
    padding: 30px 12px;
  }

  .sing-in__form--sm {
    padding-right: 12px;
  }

  .sing-in__title {
    margin-bottom: 30px;
  }

  .sms-code__item {
    margin-right: 20px;
  }

  .accordion__title {
    font-size: 18px;
  }

  .accordion__title:after {
    width: 8px;
    min-width: 8px;
    height: 8px;
    min-height: 8px;
    margin-top: 6px;
  }

  .accordion.active .accordion__title:after {
    margin-top: 10px;
  }

  .accordion__content {
    font-size: 14px;
  }

  .contacts {
    background-image: none !important;
    padding: 20px 0 50px;
  }

  .text h2 {
    margin-bottom: 20px;
    margin-top: 40px;
  }

  .text--alt h2 {
    font-size: 24px;
  }

  .pro {
    padding-top: 15px;
  }

  .pro__title {
    max-width: 174px;
    margin-bottom: 20px;
  }

  .pro__subtitle {
    font-size: 24px;
  }

  .pro__top {
    margin-bottom: 28px;
  }

  .pro__img {
    margin-bottom: 50px;
  }

  .pro__items {
    margin-bottom: 30px;
  }

  .pro__item {
    max-width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    margin-bottom: 20px;
  }

  .pro__item .icon {
    height: 48px;
    font-size: 48px;
    margin-bottom: 15px;
  }

  .pro__item-name {
    font-size: 16px;
  }

  .pro__score {
    text-align: left;
  }

  .pro__score .btn,
  .pro__score .rating-box__text,
  .pro__score .rating-box__title {
    margin-left: 0;
  }

  .pro__score .rating-box__num {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .pro__score .rating-box__list {
    display: block;
  }

  .news-item {
    display: block;
  }

  .news-item--big .news-item__img {
    width: 100%;
    min-width: 0;
  }

  .news-item__img {
    width: 100%;
    min-width: 0;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .news-item__title {
    font-size: 24px;
  }

  .news__more {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .post-excerpt {
    font-size: 16px;
  }

  .post__img {
    margin-bottom: 22px;
  }

  .card-post {
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .card-post__title {
    font-size: 24px;
  }

  .posts-filter .form__label {
    max-width: 100%;
  }

  .posts-filter .form__label--line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .posts-excerpt {
    display: block;
    padding: 0;
    margin-bottom: 20px;
  }

  .posts-excerpt__rating {
    position: static;
    margin-bottom: 20px;
  }

  .posts-img {
    margin-bottom: 20px;
  }

  .posts-blockquote {
    margin-bottom: 30px;
    display: block;
  }

  .posts-blockquote__info {
    min-width: 0;
    margin-right: 0;
    margin-bottom: 10px;
    text-align: center;
  }

  .posts-blockquote__avatar {
    margin-left: auto;
    margin-right: auto;
  }

  .posts-blockquote__text {
    font-size: 16px;
  }

  .comments {
    padding: 25px 0 48px;
  }

  .comments__title {
    font-size: 18px;
    margin-bottom: 24px;
  }

  .comment__answer {
    margin-left: 0;
  }

  .comment__form .form-action {
    margin-top: 15px;
  }

  .comment__form .comment__avatar {
    display: none;
  }

  .about .pro__title {
    margin-bottom: 20px;
  }

  .about .pro__items {
    margin-bottom: 30px;
  }

  .about__video {
    height: 200px;
    margin-bottom: 30px;
  }

  .about__video-btn span {
    display: none;
  }

  .about__item {
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-bottom: 25px;
  }

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

  .about__item__num {
    font-size: 76px;
  }

  .about__item__name {
    font-size: 36px;
  }
}

@media (max-width: 768px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }

  .popup .card {
    max-width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}

@media (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0 0;
  }

  .fancybox-slide--image .fancybox-content {
    margin-bottom: 6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
}

@media print {
  .datepickers-container {
    display: none;
  }
}