html,
body {
  background-color: #fff;
  color: #323232;
}
a,
a:visited {
  text-decoration: none !important;
  -webkit-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  transition: color 0.5s ease;
  color: #773dbd;
}
a:hover,
a:visited:hover {
  color: #5b5b5b;
}
a.white,
a:visited.white {
  color: #fff;
}
h1 {
  color: #323232;
}
.color-1 {
  color: #fff;
}
.color-2 {
  color: #5b5b5b;
}
.color-3 {
  color: #773dbd;
}
.color-5,
a.color-5 {
  color: #fcea0b;
}
body:not(.touch) a.color-5:hover {
  color: #fff;
}
.color-13 {
  color: #ffb226;
}
.color-14 {
  color: $color_14;
}
.color-15 {
  color: $color_15;
}
.color-16 {
  color: $color_16;
}
.color-17 {
  color: $color_17;
}
.color-18 {
  color: $color_18;
}
.color-19 {
  color: $color_19;
}
.color-20 {
  color: $color_20;
}
.bg-1 {
  background-color: #fcea0b;
}
.bg-2 {
  background-color: #f3f7f8;
}
.bg-3 {
  background-color: #e8f0f2;
}
.color-keez {
  color: $color_keez;
}
.btn-critical,
.btn-critical:visited {
  background-color: #d25853;
  color: #fff;
}
#container.dark {
  background-color: #000;
  color: #fff;
}
body:not(.touch) .btn-critical:hover,
body:not(.touch) .btn-critical:visited:hover {
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.3);
          box-shadow: 0 5px 10px rgba(0,0,0,0.3);
}
.btn-default,
.btn-default:visited {
  color: #323232;
  border-color: #323232;
  background-color: #fff;
}
a.btn-white {
  color: #4aacef;
  background-color: #fff;
}
a.btn-white:hover,
a.btn-white:visited,
a.btn-white:visited:hover {
  color: #4aacef;
}
body:not(.touch) .btn-default:hover,
body:not(.touch) .btn-default:visited:hover {
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.3);
          box-shadow: 0 5px 10px rgba(0,0,0,0.3);
}
.gradient {
  background-image: -o-linear-gradient(top,#f4f7f8 0%,#f4f7f8 15%,#fff 63%,#fff 100%);
  background-image: -webkit-gradient(linear,left top, left bottom,from(#f4f7f8),color-stop(15%, #f4f7f8),color-stop(63%, #fff),to(#fff));
  background-image: linear-gradient(to bottom,#f4f7f8 0%,#f4f7f8 15%,#fff 63%,#fff 100%);
}
.gradient-2 {
  background-image: -o-linear-gradient(top,#4471c3 0%,#824f96 100%);
  background-image: -webkit-gradient(linear,left top, left bottom,from(#4471c3),to(#824f96));
  background-image: linear-gradient(to bottom,#4471c3 0%,#824f96 100%);
}
.gradient-3 {
  background-image: -o-linear-gradient(top,#7f3f98 0%,#833f93 23%,#953f7d 82%,#983f7a 100%);
  background-image: -webkit-gradient(linear,left top, left bottom,from(#7f3f98),color-stop(23%, #833f93),color-stop(82%, #953f7d),to(#983f7a));
  background-image: linear-gradient(to bottom,#7f3f98 0%,#833f93 23%,#953f7d 82%,#983f7a 100%);
}
.gradient-4 {
  background-image: -o-linear-gradient(top,#5b2d91 0%,#4945ac 100%);
  background-image: -webkit-gradient(linear,left top, left bottom,from(#5b2d91),to(#4945ac));
  background-image: linear-gradient(to bottom,#5b2d91 0%,#4945ac 100%);
}
.text-link,
.text-link:visited {
  color: #323232;
}
body:not(.touch) .text-link:hover,
body:not(.touch) .text-link:visited:hover {
  color: #773dbd;
}
.sc-faq-items .item .description .color-2 {
  color: #5b5b5b;
}
.search-results {
  color: #5b5b5b;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.3);
          box-shadow: 0 5px 10px rgba(0,0,0,0.3);
}
.search-results .list-results {
  border-color: #dbe2e6;
}
.search-results .link-result.selected {
  background-color: #773dbd;
  color: #fcea0b;
}
.search-results .search-value {
  color: #773dbd;
}
.search-results .model-item .thumb {
  background-color: #f3f7f8;
}
body:not(.touch) .search-results .link-result:hover {
  background-color: #e8f0f2;
  color: #773dbd;
}
@media (min-width: 680px) {
  .search-results {
    border: 1px solid #b494db;
  }
}
@media (min-width: 601px) {
  .search-results:after {
    border-color: transparent transparent #fff;
  }
}
.disclaimer {
  color: rgba(201,177,229,1);
}
.sc-main-title {
  background-color: #f3f7f8;
}
.sc-main-title .main-title {
  color: #323232;
}
.sc-main-body .number {
  background-color: #f3f7f8;
}
.profile-faq .number {
  background-color: #fcea0b;
}
.slick-buttons.slick-dark .slick-dots {
  text-align: center;
}
.slick-buttons.slick-dark .slick-dots button {
  background-color: #fff;
  border-color: #dbe2e6;
}
.slick-buttons.slick-dark .slick-dots .slick-active button {
  background-color: #773dbd;
  border-color: #773dbd;
}
.slick-buttons .slick-dots button {
  border-color: #fff;
  background-color: transparent;
}
.slick-buttons .slick-dots .slick-active button {
  background-color: #fff;
  border-color: #fff;
}
.profile-info .main-unit {
  border-bottom: 1px solid #e9f1f3;
}
.profile-info .thumb-wrapper,
.profile-info .grid-thumb {
  background-color: #fff;
}
.profile-info .thumb {
  background-color: #f3f7f8;
}
.profile-info .slider-thumbs-container .slider-thumb {
  background-color: #fff;
}
.profile-info .slider-thumbs-container .arrow {
  color: #323232;
  background-color: #fff;
}
.profile-info .thumb-with-lupa .lupa-border {
  background-color: rgba(252,234,11,0.2);
}
.profile-info .thumb-with-lupa .lupa-center {
  background-color: #323232;
}
.profile-info .mobile-subscribe .subscribe-info {
  color: #fff;
}
.profile-info .mobile-subscribe .subscribe-info .subscribe-btn {
  border-color: #fff;
  color: #fff;
}
body:not(.touch) .profile-info .thumb-wrapper:hover,
body:not(.touch) .profile-info .grid-thumb:hover {
  color: #fff;
}
.profile-detailed .profile-links .item {
  border-color: #f3f7f8;
}
.profile-detailed .details-tag {
  background-color: #f3f7f8;
}
.profile-detailed .details-tag:hover {
  background-color: #e8f0f2;
}
.profile-detailed .details-tag a {
  color: #323232;
}
.profile-detailed #profile-aboutme .item:nth-child(odd) {
  background-color: #f3f7f8;
}
.subscription-popup .product-options .icon {
  color: #1679b6;
}
.subscription-popup .message-block {
  border-color: #dbe2e6;
}
.subscription-popup .message-block.error {
  color: #d25853;
}
.subscription-popup .message-block.info {
  color: #1679b6;
}
.subscription-popup .limitedOffer {
  background-color: #ffa400;
  color: #fff;
}
.sc-auth-wrap .auth-form-wrap {
  background-color: #fff;
}
.sc-auth-wrap .auth-form .message-block {
  border-color: #dbe2e6;
}
.sc-auth-wrap .auth-form .message-block.error {
  color: #d25853;
}
.sc-auth-wrap .auth-form .message-block.info {
  color: #1679b6;
}
.sc-auth-wrap .auth-form.error .message-block {
  color: #d25853;
}
.sc-auth-wrap .auth-form.info .message-block:not(.error) {
  color: #1679b6;
}
.sc-auth-wrap.disabled-group .input-control {
  background-color: rgba(219,226,230,0.5);
}
.sc-auth-wrap .faq .text {
  color: rgba(255,255,255,0.5);
}
.sc-auth-wrap .faq a,
.sc-auth-wrap .faq a:visited {
  color: #fff;
}
@media (min-width: 768px) {
  .sc-home-bg {
    background-image: -o-linear-gradient(top,#427dbf 0%,#417cc0 9%,#467bbf 13%,#457abc 14%,#4879bc 15%,#4979bb 19%,#4c77bb 19%,#5076b5 25%,#5275b7 25%,#5076b5 26%,#5473b3 28%,#5674b4 30%,#5d6fad 37%,#5f6fab 37%,#646caa 42%,#666ca6 42%,#666aa7 44%,#696ba8 44%,#696aa3 46%,#6a6aa6 46%,#6d68a2 50%,#7066a2 50%,#70659f 53%,#7365a0 54%,#73649d 55%,#76649e 55%,#74659c 56%,#79619b 59%,#7a639b 61%,#7e6096 64%,#7e5f98 66%,#805f94 67%,#815e96 70%,#845d94 70%,#845d92 100%);
    background-image: -webkit-gradient(linear,left top, left bottom,from(#427dbf),color-stop(9%, #417cc0),color-stop(13%, #467bbf),color-stop(14%, #457abc),color-stop(15%, #4879bc),color-stop(19%, #4979bb),color-stop(19%, #4c77bb),color-stop(25%, #5076b5),color-stop(25%, #5275b7),color-stop(26%, #5076b5),color-stop(28%, #5473b3),color-stop(30%, #5674b4),color-stop(37%, #5d6fad),color-stop(37%, #5f6fab),color-stop(42%, #646caa),color-stop(42%, #666ca6),color-stop(44%, #666aa7),color-stop(44%, #696ba8),color-stop(46%, #696aa3),color-stop(46%, #6a6aa6),color-stop(50%, #6d68a2),color-stop(50%, #7066a2),color-stop(53%, #70659f),color-stop(54%, #7365a0),color-stop(55%, #73649d),color-stop(55%, #76649e),color-stop(56%, #74659c),color-stop(59%, #79619b),color-stop(61%, #7a639b),color-stop(64%, #7e6096),color-stop(66%, #7e5f98),color-stop(67%, #805f94),color-stop(70%, #815e96),color-stop(70%, #845d94),to(#845d92));
    background-image: linear-gradient(to bottom,#427dbf 0%,#417cc0 9%,#467bbf 13%,#457abc 14%,#4879bc 15%,#4979bb 19%,#4c77bb 19%,#5076b5 25%,#5275b7 25%,#5076b5 26%,#5473b3 28%,#5674b4 30%,#5d6fad 37%,#5f6fab 37%,#646caa 42%,#666ca6 42%,#666aa7 44%,#696ba8 44%,#696aa3 46%,#6a6aa6 46%,#6d68a2 50%,#7066a2 50%,#70659f 53%,#7365a0 54%,#73649d 55%,#76649e 55%,#74659c 56%,#79619b 59%,#7a639b 61%,#7e6096 64%,#7e5f98 66%,#805f94 67%,#815e96 70%,#845d94 70%,#845d92 100%);
  }
  .sc-home-bg .main-footer.gradient-2 {
    background-image: none;
  }
}
.sell-page .info-unit,
.sell-page .centrou-unit {
  background-color: #f3f7f8;
}
.sell-page .faq-item {
  -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.1);
          box-shadow: 0 0 20px rgba(0,0,0,0.1);
}
.sell-page .faq-item:after {
  border-color: #fcea0b #fcea0b transparent transparent;
}
.sell-page .faq-item .title.toggle-link {
  color: #773dbd;
}
.sell-page .faq-item.opened .title.toggle-link {
  color: inherit;
}
@media (min-width: 768px) {
  .sell-page .faq-item.opened .title.toggle-link,
  .sell-page .faq-item .title.toggle-link {
    color: inherit;
  }
}
.mc-checkbox .checkbox-wrap.error-border {
  border-color: #d25853;
}
.wrap-404 .main-404 {
  color: #fcea0b;
  text-shadow: 0 12px 3px rgba(0,0,0,0.1);
}
.wrap-404 .button a {
  color: #1679b6;
}
.wrap-404 .button .white-btn {
  background-color: #fff;
}
.order-list.grey.circle li:before {
  background-color: #869dac;
}
.lang-switcher-wrapper .current:after {
  color: #773dbd;
}
.lang-switcher-wrapper .langs-list {
  background-color: #fff;
}
.sc-promo-header .lang-switcher-wrapper .current:after {
  color: #fff;
}
.filter-wrapper {
  color: #323232;
}
.filter-wrapper .filter-container {
  background-color: #f3f7f8;
}
.filter-wrapper .filter-container .search-value {
  color: #773dbd;
}
.filter-wrapper .filter-form .label {
  color: #323232;
}
.filter-wrapper .filter-sale .label {
  color: #773dbd;
  border: 1px solid rgba(255,255,255,0.1);
  background-color: rgba(119,61,189,0.05);
}
.filter-wrapper .filter-sale #sale:checked + .label {
  color: #fff;
  background-color: #773dbd;
}
.filter-form .dropdown.mc-form-field {
  background-color: rgba(119,61,189,0.05);
  color: #773dbd;
}
.filter-form .dropdown.mc-form-field.opened {
  border-color: #b494db;
  color: #323232;
}
.filter-form .dropdown.mc-form-field .drop-arrow {
  background-color: transparent;
  color: #b494db;
}
.filter-form .dropdown.mc-form-field .drop-arrow:after {
  border-color: #773dbd;
}
.filter-form .dropdown.mc-form-field.default .current-value {
  color: #773dbd;
}
.filter-form .dropdown.mc-form-field.default.opened .current-value {
  color: #323232;
}
.filter-form .dropdown.mc-form-field .dropdown-list {
  background-color: #fff;
  border: 1px solid #b494db;
  color: #773dbd;
  -webkit-box-shadow: 0;
          box-shadow: 0;
}
.filter-form .dropdown.mc-form-field .dropdown-list .option-item.selected {
  background-color: rgba(232,240,242,0.5);
}
body:not(.touch) .filter-form .dropdown.mc-form-field .dropdown-list .option-item:hover {
  background-color: rgba(232,240,242,0.5);
  color: #773dbd;
}
.checkbox {
  background-color: #773dbd;
  color: #fcea0b;
}
.error .animate-message {
  background-color: #db7975;
  color: #fff;
}
.error .animate-message:after {
  border-color: #db7975 transparent transparent;
}
.profiles-list .empty-list {
  color: #aabac5;
}
.profiles-list .item .name {
  color: #323232;
  background-color: #e8f0f2;
}
.profiles-list .item.item-featured .name {
  background-color: #fcea0b;
}
.profiles-list .item .icon-snap {
  color: #fcd10b;
}
.profiles-list .item .icon-snap:after {
  background-color: #fff;
}
body:not(.touch) .profiles-list .item:hover .name {
  color: #fff;
  background-color: #773dbd;
}
.wide-title {
  background-color: #f3f7f8;
  -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.07);
          box-shadow: 0 3px 6px rgba(0,0,0,0.07);
}
.ui-dialog.dlg-amc {
  -webkit-box-shadow: 0 0 30px rgba(0,0,0,0.2);
          box-shadow: 0 0 30px rgba(0,0,0,0.2);
  background-color: #fff;
  color: #323232;
}
.ui-dialog.dlg-amc .content-separator {
  border-top: 1px solid #f3f7f8;
}
.ui-dialog.dlg-amc ~.ui-widget-overlay {
  background-color: rgba(219,226,230,0.9);
}
.ui-dialog.dlg-amc .popup-content .charge-note {
  color: #869dac;
}
.sc-auth-wrap .change-username-form .current-username {
  color: #acacac;
}
.error-agree {
  color: #d25853;
}
.input-elem.error .input-text {
  border-color: #d25853;
}
.input-elem.error .input-text,
.input-elem.error .input-error {
  color: #d25853;
}
.input-text {
  border-color: #dbe2e6;
}
.sc-main-body .link {
  color: #773dbd;
}
.dropdown.mc-form-field.opened {
  background-color: #fff;
}
.group-control .checkbox-agreem .checkbox-text {
  color: #323232;
}
.main-header {
  color: #773dbd;
  background-color: #fff;
}
.main-header .link,
.main-header .link:visited {
  color: #773dbd;
}
.main-header .link.active,
.main-header .link:visited.active,
.main-header .link.orange,
.main-header .link:visited.orange {
  color: #ffa400;
}
body:not(.touch) .main-header .link:hover,
body:not(.touch) .main-header .link:visited:hover {
  color: #ffa400;
}
body:not(.touch) .header-avatar-wrapper .icon:hover {
  color: #ffa400;
}
.simple-header {
  border-bottom: #dbe2e6 solid 1px;
}
.simple-header .promo-user-menu.showed .link,
.simple-header .promo-user-menu.showed .link:visited {
  color: #773dbd;
}
.simple-header .showed .link,
.simple-header .showed .link:visited {
  color: #773dbd;
}
.user-header .icon,
.member-top-menu .icon {
  color: #fff;
}
.user-header .menu-item.active .icon,
.member-top-menu .menu-item.active .icon {
  color: #ffa400;
}
.count-label {
  color: #fff;
  background-color: rgba(126,192,109,1);
}
@media (min-width: 681px) {
  .search-header .link.active,
  .search-header .link:visited.active {
    color: #ffa400;
  }
}
@media (max-width: 1023px) {
  .simple-header .header-menu {
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.3);
            box-shadow: 0 0 20px rgba(0,0,0,0.3);
  }
  .simple-header .menu-item {
    border-color: #f3f7f8;
  }
  .simple-header .showed .close-mobile-menu-link {
    border-bottom: #dbe2e6 solid 1px;
    background-color: #fff;
    color: #773dbd;
  }
}
.search-wrapper .search-unit.opened {
  background-color: #fff;
}
.search-wrapper .search-label .icon {
  color: #773dbd;
}
.search-wrapper .clear-search {
  color: #773dbd;
}
.search-wrapper .search-input {
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3);
          box-shadow: 0 0 10px rgba(0,0,0,0.3);
  background-color: #fff;
  color: #773dbd;
}
.search-wrapper .search-input::-webkit-input-placeholder {
  color: #773dbd;
}
.search-wrapper .search-input:-moz-placeholder {
  color: #773dbd;
}
.search-wrapper .search-input::-moz-placeholder {
  color: #773dbd;
}
.search-wrapper .search-input:-ms-input-placeholder {
  color: #773dbd;
}
.dark-header {
  color: #fff;
  background-color: #773dbd;
  -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.2);
          box-shadow: 0 3px 6px rgba(0,0,0,0.2);
}
.dark-header .search-wrapper .search-unit.opened {
  background-color: #773dbd;
}
.dark-header .search-wrapper .search-input {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: rgba(255,255,255,0.15);
  color: #fff;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.dark-header .search-wrapper .search-input::-webkit-input-placeholder {
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
  opacity: 1;
  color: #fff;
}
.dark-header .search-wrapper .search-input:-moz-placeholder {
  -ms-filter: none;
  filter: none;
  opacity: 1;
  color: #fff;
}
.dark-header .search-wrapper .search-input::-moz-placeholder {
  -ms-filter: none;
  filter: none;
  opacity: 1;
  color: #fff;
}
.dark-header .search-wrapper .search-input:-ms-input-placeholder {
  -ms-filter: none;
  filter: none;
  opacity: 1;
  color: #fff;
}
.dark-header .search-wrapper .search-input:focus,
.dark-header .search-wrapper .search-input:hover {
  background-color: rgba(255,255,255,0.25);
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.dark-header .search-wrapper .clear-search,
.dark-header .search-wrapper .search-label .icon {
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
  opacity: 1;
  color: #fff;
}
body:not(.touch) .dark-header .link:hover {
  color: #ffa400;
}
body:not(.touch) .member-top-menu .icon:hover {
  color: #ffa400;
}
@media (min-width: 681px) {
  .dark-header .link,
  .dark-header .link:visited,
  .dark-header .link.active {
    color: #fff;
  }
}
.simple-langs-list-wrapper .simple-langs-list li:hover,
.simple-langs-list-wrapper .simple-langs-list li.item-current {
  background-color: rgba(119,61,189,0.1);
}
.promo-menu {
  background-color: #f3f7f8;
}
.promo-menu.showed .top-items .link,
.promo-menu.showed .top-items .link .icon {
  color: #773dbd;
}
.promo-menu.showed .top-items .link.active,
.promo-menu.showed .top-items .link .icon.active,
.promo-menu.showed .top-items .link.active .icon,
.promo-menu.showed .top-items .link .icon.active .icon {
  color: #ffa400;
}
.promo-menu.showed .close {
  color: #773dbd;
}
.promo-menu .link,
.promo-menu .link:visited,
.promo-menu .link.active {
  color: #fff;
}
.guest-menu .promo-menu {
  background-color: #f3f7f8;
}
@media (min-width: 1024px) {
  .promo-menu .items:after {
    border-bottom: 12px solid #f3f7f8;
  }
  .guest-menu .promo-menu {
    background-color: transparent;
  }
}
body:not(.touch) .promo-menu.showed .top-items .link:hover,
body:not(.touch) .promo-menu.showed .top-items .link .icon:hover,
body:not(.touch) .promo-menu.showed .top-items .link:hover .icon,
body:not(.touch) .promo-menu.showed .top-items .link .icon:hover .icon {
  color: #ffa400;
}
.menu-overlay {
  background: rgba(50,50,50,0.5);
}
.separator {
  background-color: #869dac;
}
.strip-list .strip-item {
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px rgba(91,91,91,0.1);
          box-shadow: 0 0 20px rgba(91,91,91,0.1);
}
.strip-list .strip-item:after {
  border-color: #fcea0b #fcea0b transparent transparent;
}
.strip-list .strip-item .arrow {
  color: #fff;
}
.strip-list .strip-item .title {
  color: #773dbd;
}
.strip-list .strip-item.opened .title {
  color: #323232;
}
.wrap-top-infl .slick-buttons .slick-dots button {
  border-color: #773dbd;
}
.wrap-top-infl .slick-buttons .slick-dots .slick-active button {
  background-color: #773dbd;
  border-color: #773dbd;
}
.wrap-top-infl.wide {
  background-color: #f3f7f8;
}
.top-influencers-wrap.dark .main-title {
  color: #fff;
}
.top-influencers-wrap.dark .button .white-btn {
  background-color: #fff;
  color: #1679b6;
}
.input-autocomplete {
  background-color: #fff;
  -webkit-box-shadow: 0 5px 10px rgba(50,50,50,0.3);
          box-shadow: 0 5px 10px rgba(50,50,50,0.3);
  border: 1px solid #dbe2e6;
}
.input-autocomplete:after {
  border-color: transparent transparent #fff;
}
.input-autocomplete:before {
  border-color: transparent transparent #dbe2e6;
}
body:not(.touch) .input-autocomplete .model-item .link-result:hover {
  background-color: #773dbd;
  color: #fcea0b;
}
.btn.btn-danger {
  background-color: #d25853;
  color: #fff;
}
.btn.btn-warning {
  background-color: #ffb226;
  color: #fff;
}
.btn.btn-simple {
  background-color: #773dbd;
  color: #fff;
}
.btn.btn-primary {
  background-image: -o-linear-gradient(180deg,#773dbd,#6b37aa);
  background-image: -webkit-gradient(linear,left bottom, left top,from(#773dbd),to(#6b37aa));
  background-image: -o-linear-gradient(bottom,#773dbd,#6b37aa);
  background-image: linear-gradient(0deg,#773dbd,#6b37aa);
  color: #fff;
}
.btn.btn-regular {
  background-color: #773dbd;
  background-image: -o-linear-gradient(180deg,#773dbd,#6b37aa);
  background-image: -webkit-gradient(linear,left bottom, left top,from(#773dbd),to(#6b37aa));
  background-image: -o-linear-gradient(bottom,#773dbd,#6b37aa);
  background-image: linear-gradient(0deg,#773dbd,#6b37aa);
  color: #fff;
  -webkit-box-shadow: 0 5px 10px rgba(50,50,50,0.2);
          box-shadow: 0 5px 10px rgba(50,50,50,0.2);
}
.btn.btn-border {
  background-color: #fff;
  color: #773dbd;
  border: 1px solid #773dbd;
  -webkit-box-shadow: 0 5px 10px rgba(50,50,50,0.2);
          box-shadow: 0 5px 10px rgba(50,50,50,0.2);
}
.btn.btn-border-simple {
  background-color: #fff;
  color: #323232;
  border: 1px solid #323232;
}
body:not(.touch) .btn:hover.btn-border {
  -webkit-box-shadow: 0 5px 10px rgba(50,50,50,0.3);
          box-shadow: 0 5px 10px rgba(50,50,50,0.3);
}
body:not(.touch) .btn:hover.btn-regular {
  -webkit-box-shadow: 0 5px 10px rgba(50,50,50,0.3);
          box-shadow: 0 5px 10px rgba(50,50,50,0.3);
  color: #fff;
}
.check-list.circle li:before,
.check-list.small-circle li:before {
  color: #773dbd;
}
.check-list.circle li.active:before,
.check-list.small-circle li.active:before {
  color: #fff;
  background-color: #773dbd;
}
.check-list.circle li.error-group:before,
.check-list.small-circle li.error-group:before {
  color: #d25853;
  border-color: #d25853;
}
.check-list.circle li:before {
  border: 2px solid #773dbd;
}
.check-list.small-circle li:before {
  border: 1px solid #773dbd;
}
.checkbox-group .checkbox:checked:disabled + .checkbox-control .check {
  color: rgba(219,226,230,0.5);
}
.checkbox-group .checkbox:disabled + .checkbox-control {
  background-color: rgba(219,226,230,0.5);
}
.checkbox-group .checkbox-control {
  background-color: #f3f7f8;
  border: 1px solid #e8f0f2;
}
.checkbox-group .checkbox-control .check {
  color: #323232;
}
.checkbox-group .checkbox-control .few {
  background-color: #323232;
}
.group-control .connection-group {
  color: #1da1f2;
  background-color: #fff;
  border: 1px solid #1da1f2;
}
.group-control .group-icons .locked-icon {
  color: #ffb226;
}
.group-control .help-control {
  color: rgba(134,157,172,0.7);
}
.group-control .clear-control {
  color: rgba(134,157,172,0.7);
}
.group-control .input-control {
  color: #323232;
  background-color: #f3f7f8;
  border: 1px solid #f3f7f8;
}
.group-control .input-control::-webkit-input-placeholder {
  color: #869dac;
}
.group-control .input-control::-moz-placeholder {
  color: #869dac;
}
.group-control .input-control:-ms-input-placeholder {
  color: #869dac;
}
.group-control .input-control::-ms-input-placeholder {
  color: #869dac;
}
.group-control .input-control::placeholder {
  color: #869dac;
}
.group-control .input-control:hover {
  border: 1px solid rgba(134,157,172,0.3);
}
.group-control .input-control:focus {
  background-color: #fff;
  border: 1px solid #869dac;
  -webkit-box-shadow: 0 0 8px rgba(134,157,172,0.3);
          box-shadow: 0 0 8px rgba(134,157,172,0.3);
}
.group-control .select-control {
  background-color: #fff;
}
.group-control .select-control .drop-arrow {
  color: rgba(50,50,50,0.2);
}
.group-control .textarea-control {
  color: #323232;
  background-color: #f3f7f8;
  border: 1px solid #f3f7f8;
}
.group-control .textarea-control::-webkit-input-placeholder {
  color: #869dac;
}
.group-control .textarea-control::-moz-placeholder {
  color: #869dac;
}
.group-control .textarea-control:-ms-input-placeholder {
  color: #869dac;
}
.group-control .textarea-control::-ms-input-placeholder {
  color: #869dac;
}
.group-control .textarea-control::placeholder {
  color: #869dac;
}
.group-control .textarea-control:hover {
  border: 1px solid rgba(134,157,172,0.3);
}
.group-control .textarea-control:focus {
  background-color: #fff;
  border: 1px solid #869dac;
  -webkit-box-shadow: 0 0 8px rgba(134,157,172,0.3);
          box-shadow: 0 0 8px rgba(134,157,172,0.3);
}
.group-control .valid-ico {
  color: #d25853;
}
.group-control .tooltip {
  background: #d25853;
  color: #fff;
}
.group-control .tooltip:after {
  border-color: #d25853 transparent transparent;
}
.group-control.error-group .connection-group {
  border-color: #d25853;
}
.group-control.error-group .editable-control {
  border-color: #d25853;
}
.group-control.error-group .input-control {
  color: #d25853;
  border-color: #d25853;
}
.group-control.error-group .textarea-control {
  border-color: #d25853;
}
.group-control.error-group .checkbox-control {
  border-color: #d25853;
}
.group-control.error-group .checkbox-control:before {
  color: #d25853;
}
.group-control.disabled-group .input-control {
  background-color: #e8f0f2;
}
.group-control.locked-group .input-control {
  color: #323232;
  border-color: #e8f0f2;
  background-color: #e8f0f2;
}
.group-control.locked-group .select-control {
  color: #dbe2e6;
  background-color: #ffb226;
}
.group-control.locked-group .textarea-control {
  color: #dbe2e6;
  border-color: #ffb226;
  background-color: #ffb226;
}
.group-control.required-group .checkbox-control:before {
  color: #dbe2e6;
}
.group-control.required-group .input-group:before {
  color: #dbe2e6;
}
.group-control.icons-prepend .input-group .prepend {
  color: #869dac;
}
.group-control.promotion-block .input-control {
  background-color: #f3f7f8;
  border-color: #f3f7f8;
}
.group-control.promotion-block .help-control {
  color: #869dac;
}
.touch .group-control .tooltip .tooltip-close {
  color: #fff;
}
.connection-buttons .connection {
  color: #fff;
}
.form-controls .form-legend {
  color: rgba(50,50,50,0.5);
}
.editable-group .editable-control {
  color: #323232;
  background-color: #fff;
  border: 1px solid #dbe2e6;
}
.wrapper :-webkit-autofill,
.ui-dialog .ui-dialog-content :-webkit-autofill,
.wrapper :-webkit-autofill:hover,
.ui-dialog .ui-dialog-content :-webkit-autofill:hover,
.wrapper :-webkit-autofill:active,
.ui-dialog .ui-dialog-content :-webkit-autofill:active,
.wrapper :-webkit-autofill:focus,
.ui-dialog .ui-dialog-content :-webkit-autofill:focus,
.wrapper input:-internal-autofill-previewed,
.ui-dialog .ui-dialog-content input:-internal-autofill-previewed,
.wrapper input:-internal-autofill-selected,
.ui-dialog .ui-dialog-content input:-internal-autofill-selected,
.wrapper textarea:-internal-autofill-previewed,
.ui-dialog .ui-dialog-content textarea:-internal-autofill-previewed,
.wrapper textarea:-internal-autofill-selected,
.ui-dialog .ui-dialog-content textarea:-internal-autofill-selected,
.wrapper select:-internal-autofill-previewed,
.ui-dialog .ui-dialog-content select:-internal-autofill-previewed {
  background: #fff !important;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  color: #323232 !important;
  -webkit-text-fill-color: #323232;
}
input:-internal-autofill-previewed,
input:-internal-autofill-selected {
  color: #323232 !important;
}
.form-message.success {
  color: #70b95d;
}
.message-block.error {
  color: #d25853;
}
.gui-notice-item .inner {
  color: #fff;
}
.radio-group .radio {
  background: #f3f7f8;
}
.radio-group .radio:after {
  background: #323232;
}
.small-spinner:after {
  border-top: 2px solid rgba(134,157,172,0.2);
  border-right: 2px solid rgba(134,157,172,0.2);
  border-bottom: 2px solid rgba(134,157,172,0.2);
  border-left: 2px solid #869dac;
}
.mc-table.ears thead tr:first-child td:first-child:before,
.mc-table.ears thead tr:first-child td:last-child:before {
  border: 1px solid #e8f0f2;
  background-color: #f3f7f8;
}
@media (max-width: 767px) {
  .table-adaptive tbody tr td .data-label,
  .table-adaptive thead tr:last-child td .data-label {
    background-color: #f3f7f8;
    border-right: 1px solid #e8f0f2;
    color: #869dac;
  }
}
.promo-tabs .tab-item {
  background-color: rgba(255,255,255,0.3);
}
.promo-tabs .tab-item.active {
  background-color: #fff;
}
.warning {
  color: #d25853;
}
a.warning:hover {
  color: #d25853;
}
.block-line-title:before {
  border-top: 1px solid rgba(219,226,230,0.5);
}
.block-line-title .block-line-text {
  background-color: #fff;
}
.gui-tooltip.gui-tooltip-warning .gui-tooltip-content {
  background-color: #1da1f2;
  color: #869dac;
}
.gui-tooltip.gui-tooltip-warning .gui-tooltip-content .gt-arrow {
  border-color: #1da1f2 transparent transparent;
}
.gui-tooltip.gui-tooltip-info .gui-tooltip-content {
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px rgba(50,50,50,0.5);
          box-shadow: 0 0 20px rgba(50,50,50,0.5);
  color: #323232;
}
.gui-tooltip.gui-tooltip-info .gui-tooltip-content .gt-arrow {
  border-color: #fff transparent transparent;
}
.gui-tooltip.gui-tooltip-info .gt-close {
  color: #dbe2e6;
}
.gui-tooltip.top.gui-tooltip-warning .gt-arrow {
  border-color: transparent transparent #1da1f2;
}
.gui-tooltip.top.gui-tooltip-info .gt-arrow {
  border-color: transparent transparent #fff;
}
.new-comment .text {
  color: #323232;
  border: 1px solid transparent;
}
.new-comment .text.active {
  border: 1px solid #869dac;
}
.new-comment .text-content:empty::before {
  color: #aabac5;
}
.new-comment .submit {
  border: 1px solid color_6;
  color: #869dac;
}
.new-comment.error .text {
  border: 1px solid #d25853;
}
.new-comment.error .submit {
  border: 1px solid #d25853;
  color: #d25853;
}
.new-comment.error ~.error-comment {
  color: #d25853;
}
.new-comment.load .submit {
  border: 1px solid #869dac;
}
.new-comment.edit +.cancel-edit {
  color: #773dbd;
}
body:not(.touch) .new-comment .text:hover {
  border: 1px solid #869dac;
}
body:not(.touch) .new-comment .submit:hover {
  border: 1px solid #869dac;
}
body:not(.touch) .new-comment.error .text:hover {
  border: 1px solid #d25853;
}
body:not(.touch) .new-comment.error .submit:hover {
  border: 1px solid #d25853;
}
body:not(.touch) .new-comment.edit +.cancel-edit .esc {
  display: inline-block;
  color: #869dac;
}
.error-comments .text {
  color: #d25853;
}
.com-white-btn {
  border: 1px solid #323232;
  color: #5b5b5b;
}
.com-prev.com-white-btn,
.com-next.com-white-btn {
  color: #773dbd;
  border: 1px solid #869dac;
}
.com-prev.fail,
.com-next.fail {
  border: 1px solid #d25853;
  color: #d25853;
}
.skeleton .empty {
  background-color: #f9fbfc !important;
}
.comment .user-avatar {
  background-color: #f3f7f8;
}
.comment .user-avatar .icon {
  color: #869dac;
}
.comment .comment-block .comment-info .username,
.comment .comment-block .comment-info .date-ago,
.comment .comment-block .comment-info .edited {
  color: #869dac;
}
.comment .comment-block .comment-info .username.separator,
.comment .comment-block .comment-info .date-ago.separator,
.comment .comment-block .comment-info .edited.separator {
  background-color: #fff;
}
.comment .comment-block .comment-info .username.separator:before,
.comment .comment-block .comment-info .date-ago.separator:before,
.comment .comment-block .comment-info .edited.separator:before {
  background-color: #aabac5;
}
.comment .remove-error-wrap .error {
  color: #d25853;
}
.view-all-com .all-text {
  color: #773dbd;
}
.comment-action {
  color: #773dbd;
}
.comment-action .counter {
  color: #aabac5;
}
.comment-action.active {
  color: #323232;
}
.comment-action.like.active,
.comment-action.like.active .counter {
  color: #773dbd;
}
.comment-action.report.active {
  color: #70b95d;
}
.comment-action.remove {
  color: #e34e4d;
}
.view_reply {
  color: #aabac5;
}
.view_reply:before {
  background-color: #dbe2e6;
}
body:not(.touch) .comment-action:hover,
body:not(.touch) .comment-action .counter:hover {
  color: #323232;
}
body:not(.touch) .comment-action.like:hover,
body:not(.touch) .comment-action.like:hover .counter {
  color: #773dbd;
}
body:not(.touch) .comment-action.report.active:hover {
  color: #70b95d;
}
body:not(.touch) .comment-action.simple:hover {
  color: #dbe2e6;
}
.grapfic-filters .gf-filter {
  color: #773dbd;
}
@media (max-width: 1023px) {
  .grapfic-filters .current-value {
    background-color: rgba(119,61,189,0.05);
    color: #773dbd;
  }
  .grapfic-filters .gf-list {
    background-color: #fff;
    border: 1px solid #b494db;
    color: #773dbd;
  }
  .grapfic-filters .gf-filter {
    color: #773dbd;
  }
  .grapfic-filters input[type="checkbox"][name="toggle"]:checked ~ .current-value {
    color: #323232;
    border: 1px solid #b494db;
  }
  .grapfic-filters.multiple .current-value:after {
    background-color: #70b95d;
  }
}
.posts-filter {
  border-bottom: 1px solid #e8f0f2;
}
.posts-filter .filter-menu .filter-group:first-child {
  border-bottom: 1px solid #e8f0f2;
}
.posts-filter .filter-menu .item .title {
  color: #773dbd;
}
.posts-filter .filter-menu .item .title .icon {
  color: #323232;
}
.posts-filter .filter-menu .item input[type=radio]:checked + .title {
  background-color: #e8f0f2;
  color: #323232;
}
.posts-filter .filter-menu .item input[type=radio]:checked + .title .icon {
  color: #323232;
}
body:not(.touch) .posts-filter .filter-menu .item input[type=radio]:hover + .title {
  background-color: #e8f0f2;
  color: #323232;
}
body:not(.touch) .posts-filter .filter-menu .item input[type=radio]:hover + .title .icon {
  color: #323232;
}
.blog-post {
  border: 1px solid #e8f0f2;
}
.blog-post .header .title-data {
  color: #aabac5;
}
.blog-post .header .title-text {
  color: #323232;
}
.blog-post .avatar {
  background-color: #f9fbfc;
}
.blog-post .avatar .icon {
  color: #dbe2e6;
}
.blog-post .state {
  color: #869dac;
}
.blog-post .content .photo-number {
  color: #aabac5;
}
.blog-post.post-skeleton .empty {
  background-color: #e8f0f2;
}
.blog-post.post-skeleton .content {
  background-color: #f9fbfc;
}
.blog-post .stub {
  background-color: #f3f7f8;
}
.blog-post .comments-wrap {
  border-top: 1px solid #e8f0f2;
}
.blog-post .changeable ul li:before {
  background-color: #aabac5;
}
.blog-post .changeable blockquote {
  background-color: #f3f7f8;
}
.blog-post .changeable blockquote:before {
  color: #323232;
}
.blog-post .post-reactions {
  border-top: 1px solid #e9f1f3;
}
.blog-post .post-reactions .likes,
.blog-post .post-reactions .comments,
.blog-post .post-reactions .report,
.blog-post .post-reactions .toggler-dropdown {
  color: #869dac;
}
.blog-post .post-reactions .likes.active .icon,
.blog-post .post-reactions .likes.active .icon + span {
  color: #70b95d;
}
.blog-post .post-reactions .toggler-dropdown.active {
  color: #323232;
}
.blog-post .comments.active .icon,
.blog-post .comments.active .icon + span {
  color: #869dac;
}
body:not(.touch) .post-reactions .likes:hover,
body:not(.touch) .post-reactions .comments:hover,
body:not(.touch) .post-reactions .report:hover {
  color: #323232;
}
body:not(.touch) .post-reactions .reactions-report.state-success .report:hover {
  color: #70b95d;
}
.slider-container .arrow {
  color: #323232;
  background-color: #fff;
}
@media (min-width: 768px) {
  .slider-container .arrow {
    background-color: rgba(50,50,50,0.5);
    color: #fff;
  }
}
.posts-subscription-wrap {
  border: 1px solid #e9f1f3;
}
.posts-mp .posts-subscription {
  border-bottom: 1px solid #e9f1f3;
}
.posts-mp .description {
  color: #aabac5;
}
.posts-mp .posts-min-price .price .discount {
  color: #d25853;
}
body:not(.touch) .posts-subscription:hover {
  background-color: #f9fbfc;
}
.subscribe-btn {
  -webkit-box-shadow: 0 4px 10px rgba(0,0,0,0.2);
          box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}
.subscribe-btn:hover {
  -webkit-box-shadow: 0 6px 10px rgba(0,0,0,0.3);
          box-shadow: 0 6px 10px rgba(0,0,0,0.3);
}
.subscribe-price {
  color: #323232;
}
.subscribe-price-small {
  color: #323232;
}
.subscribe-price-small.discount {
  color: #d25853;
}
.post-btn {
  color: #fff;
  background-image: -o-linear-gradient(360deg,#773dbd,#6b37aa);
  background-image: -webkit-gradient(linear,left top, left bottom,from(#773dbd),to(#6b37aa));
  background-image: -o-linear-gradient(top,#773dbd,#6b37aa);
  background-image: linear-gradient(180deg,#773dbd,#6b37aa);
}
.post-btn:hover {
  color: #fff;
}
.model-external-rank .rank-item {
  background-color: #000;
}
.model-external-rank .rank-item .rank-title {
  color: #000;
}
.model-external-rank .rank-item .rank-data {
  color: #fff;
}
.model-external-rank .arrow-up .point {
  border-bottom: 7px solid #70b95d;
}
.model-external-rank .arrow-up .body {
  background-color: #70b95d;
}
.subscription-popup .btn-big {
  background-image: -o-linear-gradient(top,#773dbd 0%,#6b37aa 100%);
  background-image: -webkit-gradient(linear,left top, left bottom,from(#773dbd),to(#6b37aa));
  background-image: linear-gradient(to bottom,#773dbd 0%,#6b37aa 100%);
}
.subscription-popup .product-options .icon {
  color: #323232;
}
.subscription-popup .product-options .icon:before {
  background-color: #dbe2e6;
}
.subscription-popup .option-with-discount .full-price:after {
  background-color: #869dac;
}
.subscription-popup .description .grad {
  background-image: -o-linear-gradient(top,rgba(255,255,255,0) 0%,#fff 100%);
  background-image: -webkit-gradient(linear,left top, left bottom,from(rgba(255,255,255,0)),to(#fff));
  background-image: linear-gradient(to bottom,rgba(255,255,255,0) 0%,#fff 100%);
}
.subscription-popup .subscr-icon .subscr-desc {
  color: #1679b6;
}
.subscription-popup .coupon .coupon-title {
  color: #773dbd;
}
.subscription-popup .coupon.open .input-control {
  border: 1px solid #dbe2e6;
}
.profile-tabs-wrapper {
  background-color: #f3f7f8;
  -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.07);
          box-shadow: 0 3px 6px rgba(0,0,0,0.07);
}
.profile-tabs-wrapper.added-shadow-rtl:after {
  background: rgba(219,226,230,0.75);
  -webkit-box-shadow: 0 0 15px 15px rgba(219,226,230,0.75);
          box-shadow: 0 0 15px 15px rgba(219,226,230,0.75);
}
.profile-tabs-wrapper.added-shadow-ltr:before {
  background: rgba(219,226,230,0.75);
  -webkit-box-shadow: 0 0 15px 15px rgba(219,226,230,0.75);
          box-shadow: 0 0 15px 15px rgba(219,226,230,0.75);
}
.profile-tabs {
  color: #773dbd;
}
.profile-tabs .tab-item .tab-name:after {
  background-color: #323232;
}
.profile-tabs .tab-item.active {
  color: #323232;
}
.profile-tabs .tab-item.active .tab-name {
  border-color: #323232;
}
.profile-tabs .tab-counter {
  color: #aabac5;
}
.profile-tabs.tips-count {
  border-top: 1px solid #dbe2e6;
}
.profile-tabs.tips-count .tab-item.popular::before {
  color: #fff;
  background-color: #70b95d;
}
.profile-tabs.tips-count .tab-item .popular {
  color: #fff;
  background-color: #70b95d;
}
.profile-tabs.tips-count input {
  display: none;
}
.profile-tabs.tips-count input:checked + label {
  color: #000;
}
.discount-price-wrap .old-price {
  color: rgba(50,50,50,0.5);
}
.main-footer {
  color: rgba(201,177,229,1);
}
.main-footer .footer-sep {
  border-top: 1px solid #fff;
}
.main-footer a,
.main-footer a:visited {
  color: #fff;
}
.main-footer a:hover,
.main-footer a:visited:hover {
  color: #fff;
}
body:not(.touch) .main-footer a:hover,
body:not(.touch) .menu-item a:hover,
body:not(.touch) .public-links .link-item a:hover,
body:not(.touch) .info-2257 a:hover {
  color: #ffa400;
}
#contact-form-wrapper .form-wrapper {
  background-color: #fff;
}
#contact-form-wrapper .opened {
  -webkit-box-shadow: 0 0 20px rgba(91,91,91,0.1);
          box-shadow: 0 0 20px rgba(91,91,91,0.1);
}
#contact-form-wrapper .btn-create {
  color: #323232;
}
#contact-form-wrapper .btn-create .inner {
  background-color: #fff;
}
.confirm-message {
  color: #fff;
  background-color: rgba(26,145,218,1);
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.1);
          box-shadow: 0 5px 10px rgba(0,0,0,0.1);
}
.confirm-message .link,
.confirm-message .icon {
  color: #fff;
}
.confirm-message .btn {
  color: #fff;
  border: 1px solid #fff;
}
.confirm-message .send-message {
  text-decoration: underline !important;
  color: #fcea0b;
}
.confirm-message.promo-sticky {
  background-color: #773dbd;
}
.confirm-message.promo-sticky .link,
.confirm-message.promo-sticky .tickets,
.confirm-message.promo-sticky .close-message .icon,
.confirm-message.promo-sticky .icon-first .icon {
  color: #fff;
}
.confirm-message.promo-sticky .hash-tag {
  color: #ffa400;
  text-decoration: underline;
}
.confirm-message.promo-sticky .orange-link {
  color: #ffa400;
}
.confirm-message.promo-sticky.light {
  color: #323232;
  background-color: #e8f0f2;
}
.confirm-message.promo-sticky.light .link {
  color: #773dbd;
}
.confirm-message.promo-sticky.light .icon-first .icon {
  color: #323232;
}
#member-account .title-m-icon .help-control {
  color: #dbe2e6;
}
.avatar-wrapper {
  color: #869dac;
}
.avatar-wrapper .avatar {
  background-color: #fff;
  -webkit-box-shadow: 0 0 30px rgba(91,91,91,0.3);
          box-shadow: 0 0 30px rgba(91,91,91,0.3);
}
.avatar-wrapper .avatar-bg {
  background-image: -webkit-repeating-linear-gradient(135deg,transparent,transparent 6.5px,rgba(91,91,91,0.15) 6.8px,rgba(91,91,91,0.15) 7.4px);
  background-image: -o-repeating-linear-gradient(135deg,transparent,transparent 6.5px,rgba(91,91,91,0.15) 6.8px,rgba(91,91,91,0.15) 7.4px);
  background-image: repeating-linear-gradient(-45deg,transparent,transparent 6.5px,rgba(91,91,91,0.15) 6.8px,rgba(91,91,91,0.15) 7.4px);
}
.avatar-wrapper.progress .avatar-bg {
  background: #f3f7f8;
  color: #869dac;
}
.avatar-wrapper.failed .avatar-bg {
  background-image: -webkit-repeating-linear-gradient(135deg,transparent,transparent 6.5px,rgba(210,88,83,0.15) 6.8px,rgba(210,88,83,0.15) 7.4px);
  background-image: -o-repeating-linear-gradient(135deg,transparent,transparent 6.5px,rgba(210,88,83,0.15) 6.8px,rgba(210,88,83,0.15) 7.4px);
  background-image: repeating-linear-gradient(-45deg,transparent,transparent 6.5px,rgba(210,88,83,0.15) 6.8px,rgba(210,88,83,0.15) 7.4px);
}
.avatar-wrapper.failed .avatar {
  color: #d25853;
}
.avatar-wrapper .upload-control {
  color: #773dbd;
}
.list-subscription .item {
  padding: 20px 0;
  border-bottom: 1px solid #dbe2e6;
}
.list-subscription .item:first-child {
  border-top: 1px solid #dbe2e6;
}
.list-subscription .item .avatar {
  background-image: -webkit-repeating-linear-gradient(135deg,transparent,transparent 6.5px,rgba(91,91,91,0.15) 6.8px,rgba(91,91,91,0.15) 7.4px);
  background-image: -o-repeating-linear-gradient(135deg,transparent,transparent 6.5px,rgba(91,91,91,0.15) 6.8px,rgba(91,91,91,0.15) 7.4px);
  background-image: repeating-linear-gradient(-45deg,transparent,transparent 6.5px,rgba(91,91,91,0.15) 6.8px,rgba(91,91,91,0.15) 7.4px);
}
.list-subscription .item .actions .success {
  color: #70b95d;
}
.list-subscription .item .actions .wrong-snap-username .help-control {
  color: #dbe2e6;
}
.list-subscription .item .hide-text,
.list-subscription .item .hide-text .icon-down_4 {
  color: #869dac;
}
.list-subscription .item .product-type {
  color: #aabac5;
}
.list-subscription .item .value-title {
  color: #869dac;
}
.list-subscription .item .sep {
  border-bottom: 1px solid #dbe2e6;
}
.list-subscription .item .active {
  color: #85c475;
}
.list-subscription .item .inactive {
  color: #d25853;
}
.list-subscription .item .small-separator {
  background-color: #fff;
  border: 1px solid #e8f0f2;
}
.ticket-popup.popup-content .error-text {
  background-color: #d25853;
}
.ticket-popup.popup-content .copy-icon {
  background-color: #fff;
}
.ticket-popup.popup-content .country-select.error-group .mc-form-field.dropdown,
.ticket-popup.popup-content .state-select.error-group .mc-form-field.dropdown {
  border-color: #d25853;
}
.ticket-popup.popup-content .country-select .mc-form-field.dropdown .current-value.default,
.ticket-popup.popup-content .state-select .mc-form-field.dropdown .current-value.default {
  color: #869dac;
}
.ticket-popup.popup-content .country-select .mc-form-field.dropdown .dropdown-list,
.ticket-popup.popup-content .state-select .mc-form-field.dropdown .dropdown-list {
  border: 1px solid #ccc olor_23;
}
.ticket-popup.popup-content .success-copied-wrap {
  background: #fff;
}
.ticket-popup.popup-content .success-copied-wrap span {
  color: #8fc615;
}
.ticket-popup.popup-content .success-copied-wrap .success-copy-icon {
  background-color: #fff;
}
.sticky-buttons {
  background-color: rgba(255,255,255,0.9);
}
.rating-system .avatar {
  border: 5px solid #fff;
  background-color: #fff;
}
.rating-system .rating-title {
  color: #323232;
}
.rating-system .message-wrap.error .error-message {
  background-color: #d25853;
  color: #fff;
}
.rating-system .rating-desc {
  color: #323232;
}
.rating-system .rating-wrap .item {
  border-top: 1px solid rgba(219,226,230,0.5);
}
.rating-system .rating-wrap .item:last-child {
  border-bottom: 1px solid rgba(219,226,230,0.5);
}
.rating-system .rating-wrap .item-title {
  color: #323232;
}
.rating-system .rating-wrap .item-desc {
  color: rgba(50,50,50,0.5);
}
.rating-system .form-controls .sp-hide {
  color: rgba(50,50,50,0.5);
}
.rating-system .form-controls .deny {
  color: #773dbd;
}
#splash-overlay {
  background-color: rgba(219,226,230,0.9);
}
#splash-overlay .splash-wrap {
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
          box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
#splash-overlay .splash-popup {
  color: #323232;
}
#splash-overlay .sb-btn-simple.btn-transparent {
  border: 2px solid #323232;
}
.flat-list .item {
  border-top: 1px solid #e8f0f2;
}
.flat-list .avatar {
  background-color: #dbe2e6;
  -webkit-box-shadow: 0 3px 15px rgba(50,50,50,0.1);
          box-shadow: 0 3px 15px rgba(50,50,50,0.1);
}
.flat-list .name .link {
  color: #323232;
}
.flat-list .alias .link {
  color: #869dac;
}
.flat-list .item-skeleton .name {
  background: #dbe2e6;
}
.flat-list .item-skeleton .alias {
  background: #dbe2e6;
}
.flat-list .item-skeleton .following {
  background: #dbe2e6;
}
@media (min-width: 768px) {
  .flat-list .item {
    border: 1px solid #e8f0f2;
  }
  .flat-list .item-skeleton .item {
    background-color: rgba(219,226,230,0.1);
  }
}
.subscription-success .avn-wrapper {
  background-color: #323232;
}
.subscription-success .faq {
  border-top: 2px solid #f3f7f8;
}
.subscription-success .bonus-access {
  background-color: #773dbd;
  color: #fff;
}
.subscription-success .bonus-access .orange {
  color: #ffa400;
}
.subscription-success.type-check-email .content .avatar img {
  border: 4px solid #e8f0f2;
}
.subscription-success.type-check-email .content .content-wrap {
  -webkit-box-shadow: 0 4px 16px rgba(0,0,0,0.05);
          box-shadow: 0 4px 16px rgba(0,0,0,0.05);
}
.subscription-success.type-check-email .content .action-wrap .action-header {
  color: #869dac;
}
.subscription-success.type-check-email .content .action-wrap .arrow {
  background-color: #f3f7f8;
}
.subscription-success.type-check-email .link {
  color: #773dbd;
  border-color: #773dbd;
}
.sticky-block.sticky {
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
          box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.story-archive__header {
  color: #fff;
}
.story-archive__thumb-wrapper {
  background-color: #f3f7f8;
}
.story-archive__thumb-wrapper:after {
  background-image: -o-linear-gradient(top,#323232 0%,rgba(50,50,50,0) 100%);
  background-image: -webkit-gradient(linear,left top, left bottom,from(#323232),to(rgba(50,50,50,0)));
  background-image: linear-gradient(to bottom,#323232 0%,rgba(50,50,50,0) 100%);
}
.story-archive__controller {
  color: #fff;
}
.story-archive__controller i {
  text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
.story-subscribe__container {
  background-color: rgba(255,255,255,0.7);
}
.story-subscribe__button {
  -webkit-box-shadow: 0 4px 10px rgba(0,0,0,0.2);
          box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  background-image: -o-linear-gradient(360deg,#773dbd,#6534a1);
  background-image: -webkit-gradient(linear,left top, left bottom,from(#773dbd),to(#6534a1));
  background-image: -o-linear-gradient(top,#773dbd,#6534a1);
  background-image: linear-gradient(180deg,#773dbd,#6534a1);
  color: #fff;
}
.views-timer__dash {
  background-color: rgba(255,255,255,0.3);
}
.views-timer__dash-fill {
  background-color: #fff;
}
.media-viewer {
  background-color: rgba(50,50,50,0.9);
}
.media-viewer__info::before {
  background-image: -o-linear-gradient(top,#323232 0%,rgba(50,50,50,0) 100%);
  background-image: -webkit-gradient(linear,left top, left bottom,from(#323232),to(rgba(50,50,50,0)));
  background-image: linear-gradient(to bottom,#323232 0%,rgba(50,50,50,0) 100%);
}
.media-viewer__info-close {
  color: #fff;
}
.media-viewer__info-close i {
  text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
.media-viewer__info-user .stagename {
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
.media-viewer__arrows .arrow {
  background: rgba(255,255,255,0.5);
}
.profile-header {
  border-color: #fff;
}
.profile-header .counters {
  color: #fff;
}
.profile-header .stage-name {
  color: #fff;
}
.profile-header .reactions-action {
  color: #fff;
}
.profile-header #profile-thumbs:before {
  background-color: rgba(36,18,57,0.4);
}
.profile-header #profile-avatar {
  border-color: #fff;
  background-color: #e8f0f2;
}
.profile-header .following .btn.btn-border,
.profile-header .btn.btn-border {
  border-color: #fff;
  color: #fff;
  background-color: rgba(0,0,0,0.3);
}
.profile-tabs-wrapper {
  background-color: #fff;
  -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.05);
          box-shadow: 0 1px 4px rgba(0,0,0,0.05);
}
.profile-tabs {
  color: #773dbd;
}
.profile-tabs .tab-item:after {
  background-color: #000;
}
.profile-tips .tips-count {
  color: #773dbd;
  border-top: 1px solid #dbe2e6;
}
.profile-tips .tips-count .tab-item .label {
  color: #fff;
  background-color: #70b95d;
}
.profile-tips .tips-count input {
  display: none;
}
.profile-tips .tips-count input:checked + label {
  color: #000;
}
.feeds-filter .current-value {
  color: #773dbd;
}
.feeds-filter .filter-button {
  color: #773dbd;
  background-color: #f3f7f8;
}
.feeds-filter .dropdown-list .filter-header {
  border-bottom-color: #f3f7f8;
}
.feeds-filter .hidden:checked + .filter-button {
  background-color: #773dbd;
  color: #fff;
}
body:not(.touch) .profile-header .following .btn.btn-border:hover,
body:not(.touch) .profile-header .btn.btn-border:hover {
  border-color: #fff;
  color: #fff;
  background-color: rgba(0,0,0,0.6);
  -webkit-box-shadow: none;
          box-shadow: none;
}
body:not(.touch) #profile-header-wrapper .profile-tabs .tab-item:not(.active):hover:after {
  background-color: #773dbd;
}
body:not(.touch) .feeds-filter .hidden:not(:checked) + .filter-button:hover {
  background-color: rgba(50,50,50,0.08);
}
body:not(.touch) .feeds-filter .hidden:checked + .filter-button:hover {
  background-color: rgba(119,61,189,0.9);
}
@media (min-width: 601px) {
  .feeds-filter.opened .filter-header.current-value .toggle-button {
    background-color: rgba(119,61,189,0.05);
    color: #323232;
  }
  body:not(.touch) .feeds-filter .filter-header.current-value .toggle-button:hover {
    background-color: rgba(119,61,189,0.05);
    color: #323232;
  }
}
.flex {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.flex-col {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex-wrap {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-grow {
  -webkit-box-flex: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.flex-middle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}
.flex-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
}
.flex-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.flex-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}
.flex-bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -moz-align-items: flex-end;
  align-items: flex-end;
}
.flex-wide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
.icon-liveJasmin_28,
.icon-sc-liveJasmin_28 {
  color: #cc594a;
}
.icon-myFreeCams_28,
.icon-sc-myFreeCams_28 {
  color: #73984b;
}
.icon-streamate_28,
.icon-sc-streamate_28 {
  color: #21629e;
}
.icon-cams_10,
.icon-sc-cams_10 {
  color: #5a9dcc;
}
.icon-chaturbate_21,
.icon-sc-chaturbate_21 {
  color: #e4b33f;
}
.icon-camSode_28,
.icon-sc-camSode_28 {
  color: #47b2e1;
}
.icon-imLive_16,
.icon-sc-imLive_16 {
  color: #5878a7;
}
.icon-flirt4free_22,
.icon-sc-flirt4free_22 {
  color: #54acd5;
}
.icon-stripChat_22,
.icon-sc-stripChat_22 {
  color: #d35853;
}
.icon-anySite_28,
.icon-custom-link_28,
.icon-sc-anySite_28,
.icon-sc-custom-link_28 {
  color: #ddd;
}
.icon-qCams_24,
.icon-sc-qCams_24 {
  color: #ca334f;
}
.icon-private_instagram_32,
.icon-private_snapchat_32,
.icon-sc-private_instagram_32,
.icon-sc-private_snapchat_32 {
  color: #7f3f98;
}
.icon-public_snapchat_28,
.icon-sc-public_snapchat_28 {
  color: #fcd10b;
}
.icon-instagram_28,
.icon-sc-instagram_28,
.icon-instagram,
.icon-instagram2,
.icon-sc-instagram {
  color: #d6456c;
}
.icon-twitter_28,
.icon-sc-twitter_28 {
  color: #2daae1;
}
.icon-facebook_28,
.icon-sc-facebook_28,
.icon-facebook,
.icon-facebook2,
.icon-sc-facebook {
  color: #0072bc;
}
.icon-amazon_wishlist_28,
.icon-sc-amazon_wishlist_28 {
  color: #f9b233;
}
.icon-my_fanclub_28,
.icon-sc-my_fanclub_28 {
  color: #6885d6;
}
.icon-ph_28,
.icon-sc-ph_28 {
  color: #f7971e;
}
.icon-keez_28,
.icon-sc-keez_28 {
  color: #434242;
}
.icon-manyvids,
.icon-sc-manyvids {
  color: #e7256c;
}
.icon-youtube {
  color: #f00;
}
.button-with-spinner {
  position: relative;
  -webkit-transition: padding 0.4s;
  -o-transition: padding 0.4s;
  transition: padding 0.4s;
}
.button-with-spinner:after,
.small-loader {
  content: '';
  display: block;
  width: 19px;
  height: 19px;
  position: absolute;
  left: -10px;
  top: 50%;
  margin-top: -10px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
  background-image: url(../_/_/common/images/1p6_R7g.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.button-with-spinner.white:after,
.button-with-spinner.white-spin:after,
.small-loader.white {
  background-image: url(../_/_/common/images/25v6ENY.png) !important;
}
.button-with-spinner.pink-spin:after,
.button-with-spinner.pink:after,
.small-loader.pink {
  background-image: url(../_/_/common/images/2dqbYDu.png) !important;
}
.button-with-spinner.spin {
  padding-left: 50px !important;
}
.button-with-spinner.spin:after,
.small-loader.spin {
  visibility: visible;
  left: 20px;
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
  opacity: 1;
  -webkit-animation: play 1s steps(28) infinite;
  animation: play 1s steps(28) infinite;
}
.button-with-spinner.simple-link:after {
  left: auto;
  right: -20px;
}
.button-with-spinner.simple-link.spin {
  padding-right: 25px;
  padding-left: 0 !important;
}
.button-with-spinner.simple-link.spin:after {
  right: 0;
}
@-webkit-keyframes play {
  from {
    background-position: 0 0px;
  }
  to {
    background-position: 0 -560px;
  }
}
@keyframes play {
  from {
    background-position: 0 0px;
  }
  to {
    background-position: 0 -560px;
  }
}
@font-face {
  font-family: 'icomoon';
  src: url(../_/_/common/fonts/promo/icons/1md28T2.ttf) format('truetype'), url(../_/_/common/fonts/promo/icons/1H4_cDd.woff) format('woff'), url(../_/_/common/fonts/promo/icons/O7rh7l2.svg#icomoon) format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'icomoon' !important;
  display: inline-block;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
/* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="icon-"][class$="_4"],
[class*=" icon-"][class$="_4"] {
  font-size: 4px;
}
[class^="icon-"][class$="_5"],
[class*=" icon-"][class$="_5"] {
  font-size: 5px;
}
[class^="icon-"][class$="_9"],
[class*=" icon-"][class$="_9"] {
  font-size: 9px;
}
[class^="icon-"][class$="_10"],
[class*=" icon-"][class$="_10"] {
  font-size: 10px;
}
[class^="icon-"][class$="_11"],
[class*=" icon-"][class$="_11"] {
  font-size: 11px;
}
[class^="icon-"][class$="_12"],
[class*=" icon-"][class$="_12"] {
  font-size: 12px;
}
[class^="icon-"][class$="_13"],
[class*=" icon-"][class$="_13"] {
  font-size: 13px;
}
[class^="icon-"][class$="_14"],
[class*=" icon-"][class$="_14"] {
  font-size: 14px;
}
[class^="icon-"][class$="_15"],
[class*=" icon-"][class$="_15"] {
  font-size: 15px;
}
[class^="icon-"][class$="_16"],
[class*=" icon-"][class$="_16"] {
  font-size: 16px;
}
[class^="icon-"][class$="_17"],
[class*=" icon-"][class$="_17"] {
  font-size: 17px;
}
[class^="icon-"][class$="_18"],
[class*=" icon-"][class$="_18"] {
  font-size: 18px;
}
[class^="icon-"][class$="_19"],
[class*=" icon-"][class$="_19"] {
  font-size: 19px;
}
[class^="icon-"][class$="_20"],
[class*=" icon-"][class$="_20"] {
  font-size: 20px;
}
[class^="icon-"][class$="_21"],
[class*=" icon-"][class$="_21"] {
  font-size: 21px;
}
[class^="icon-"][class$="_22"],
[class*=" icon-"][class$="_22"] {
  font-size: 22px;
}
[class^="icon-"][class$="_23"],
[class*=" icon-"][class$="_23"] {
  font-size: 23px;
}
[class^="icon-"][class$="_24"],
[class*=" icon-"][class$="_24"] {
  font-size: 24px;
}
[class^="icon-"][class$="_26"],
[class*=" icon-"][class$="_26"] {
  font-size: 26px;
}
[class^="icon-"][class$="_28"],
[class*=" icon-"][class$="_28"] {
  font-size: 28px;
}
[class^="icon-"][class$="_32"],
[class*=" icon-"][class$="_32"] {
  font-size: 32px;
}
[class^="icon-"][class$="_36"],
[class*=" icon-"][class$="_36"] {
  font-size: 36px;
}
[class^="icon-"][class$="_39"],
[class*=" icon-"][class$="_39"] {
  font-size: 39px;
}
[class^="icon-"][class$="_40"],
[class*=" icon-"][class$="_40"] {
  font-size: 40px;
}
[class^="icon-"][class$="_42"],
[class*=" icon-"][class$="_42"] {
  font-size: 42px;
}
.icon-attention_round:before {
  content: "\e900";
}
.icon-story:before {
  content: "\e901";
}
.icon-help_20:before {
  content: "\e902";
}
.icon-activity_32:before {
  content: "\e903";
}
.icon-menu_32:before {
  content: "\e904";
}
.icon-account_32:before {
  content: "\e905";
}
.icon-search_32:before {
  content: "\e906";
}
.icon-cart_32:before {
  content: "\e907";
}
.icon-message_32:before {
  content: "\e908";
}
.icon-pampkin:before {
  content: "\e909";
}
.icon-time_34:before {
  content: "\e90a";
}
.icon-time_24:before {
  content: "\e90b";
}
.icon-story_28:before {
  content: "\e90c";
}
.icon-check_24:before {
  content: "\e90d";
}
.icon-attention_24:before {
  content: "\e90e";
}
.icon-round-check_8:before {
  content: "\e90f";
}
.icon-menu_16:before {
  content: "\e910";
}
.icon-discover_26:before {
  content: "\e911";
}
.icon-following_26:before {
  content: "\e912";
}
.icon-menu_20:before {
  content: "\e913";
}
.icon-filter:before {
  content: "\e914";
}
.icon-reward_26:before {
  content: "\e915";
}
.icon-report_13:before {
  content: "\e916";
}
.icon-keez_28:before {
  content: "\e917";
}
.icon-unmute:before {
  content: "\e918";
}
.icon-mute:before {
  content: "\e919";
}
.icon-feed_21:before {
  content: "\e91a";
}
.icon-comment_11:before {
  content: "\e91b";
}
.icon-like_13:before {
  content: "\e91c";
}
.icon-lockClose_13:before {
  content: "\e91d";
}
.icon-lockOpen_13:before {
  content: "\e91e";
}
.icon-privacy_26:before {
  content: "\e91f";
}
.icon-dollar_26:before {
  content: "\e920";
}
.icon-manyvids:before {
  content: "\e921";
}
.icon-youtube:before {
  content: "\e922";
}
.icon-double-arrows_20:before {
  content: "\e923";
}
.icon-facebook_21:before {
  content: "\e924";
}
.icon-twitter_14:before {
  content: "\e925";
}
.icon-account_26:before {
  content: "\e926";
}
.icon-message_26:before {
  content: "\e927";
}
.icon-notification_26:before {
  content: "\e928";
}
.icon-google_plus_17:before {
  content: "\e929";
}
.icon-replace_18:before {
  content: "\e92a";
}
.icon-delete_14:before {
  content: "\e92b";
}
.icon-pause_9:before {
  content: "\e92c";
}
.icon-close_9:before {
  content: "\e92d";
}
.icon-down_4:before {
  content: "\e92e";
}
.icon-private_instagram_32:before {
  content: "\e92f";
}
.icon-upload_16:before {
  content: "\e930";
}
.icon-instagram_21:before {
  content: "\e931";
}
.icon-snapchat_21:before {
  content: "\e932";
}
.icon-close_menu_16:before {
  content: "\e933";
}
.icon-logout_26:before {
  content: "\e934";
}
.icon-sign_in_26:before {
  content: "\e935";
}
.icon-sign_up_26:before {
  content: "\e936";
}
.icon-cams_10:before {
  content: "\e937";
}
.icon-chaturbate_21:before {
  content: "\e938";
}
.icon-flirt4free_22:before {
  content: "\e939";
}
.icon-camSode_28:before {
  content: "\e93a";
}
.icon-imLive_16:before {
  content: "\e93b";
}
.icon-streamate_28:before {
  content: "\e93c";
}
.icon-anySite_28:before {
  content: "\e93d";
}
.icon-flirt4free_28:before {
  content: "\e93e";
}
.icon-check_13:before {
  content: "\e93f";
}
.icon-drop_10:before {
  content: "\e940";
}
.icon-faq_26:before {
  content: "\e941";
}
.icon-reset_12:before {
  content: "\e942";
}
.icon-search_18:before {
  content: "\e943";
}
.icon-amazon_wishlist_28:before {
  content: "\e944";
}
.icon-facebook_28:before {
  content: "\e945";
}
.icon-instagram_28:before {
  content: "\e946";
}
.icon-my_fanclub_28:before {
  content: "\e947";
}
.icon-private_snapchat_32:before {
  content: "\e948";
}
.icon-public_snapchat_28:before {
  content: "\e949";
}
.icon-twitter_28:before {
  content: "\e94a";
}
.icon-arrow_left_14:before {
  content: "\e94b";
}
.icon-arrow_right_14:before {
  content: "\e94c";
}
.icon-close_15:before {
  content: "\e94d";
}
.icon-menu_15:before {
  content: "\e94e";
}
.icon-arrow-up_5:before {
  content: "\e94f";
}
.icon-bell_42:before {
  content: "\e950";
}
.icon-loupe_36:before {
  content: "\e951";
}
.icon-mouthpiece_36:before {
  content: "\e952";
}
.icon-segment_40:before {
  content: "\e953";
}
.icon-settings_42:before {
  content: "\e954";
}
.icon-targe_42:before {
  content: "\e955";
}
.icon-liveJasmin_28:before {
  content: "\e956";
}
.icon-myFreeCams_28:before {
  content: "\e957";
}
.icon-thumb-up_39:before {
  content: "\e958";
}
.icon-lupa_18:before {
  content: "\e959";
}
.icon-custom-link_28:before {
  content: "\e95a";
}
.icon-ph_28:before {
  content: "\e95b";
}
.icon-reset-filled_20:before {
  content: "\e95c";
}
.icon-arrow-left_18:before {
  content: "\e95d";
}
.icon-error_20:before {
  content: "\e95e";
}
.icon-play_9:before {
  content: "\e95f";
}
.icon-all_13:before {
  content: "\e960";
}
.icon-sale:before {
  content: "\e961";
}
.icon-camera_56:before {
  content: "\e962";
}
.icon-pencil_64:before {
  content: "\e963";
}
.icon-photo_13:before {
  content: "\e964";
}
.icon-player_64:before {
  content: "\e965";
}
.icon-reply_12:before {
  content: "\e966";
}
.icon-settings_16:before {
  content: "\e967";
}
.icon-submit_15:before {
  content: "\e968";
}
.icon-text_11:before {
  content: "\e969";
}
.icon-video_13:before {
  content: "\e96a";
}
.icon-stripChat_22:before {
  content: "\e96b";
}
.icon-warn_26:before {
  content: "\e96c";
}
.icon-qCams_24:before {
  content: "\e96d";
}
.icon-reload_11:before {
  content: "\e96e";
}
.icon-post_21:before {
  content: "\e96f";
}
.icon-pencil_42:before {
  content: "\e970";
}
.icon-activity_24:before {
  content: "\e971";
}
.icon-dollar_24:before {
  content: "\e972";
}
.icon-double-arrows_24:before {
  content: "\e973";
}
.icon-faq_24:before {
  content: "\e974";
}
.icon-favorites_24:before {
  content: "\e975";
}
.icon-login_24:before {
  content: "\e976";
}
.icon-logout_24:before {
  content: "\e977";
}
.icon-message_24:before {
  content: "\e978";
}
.icon-privacy_24:before {
  content: "\e979";
}
.icon-profile_24:before {
  content: "\e97a";
}
.icon-rewards_24:before {
  content: "\e97b";
}
.icon-search_24:before {
  content: "\e97c";
}
.icon-sign-up_24:before {
  content: "\e97d";
}
.icon-fb:before {
  content: "\e97e";
}
.icon-facebook:before {
  content: "\e97f";
}
.icon-instagram:before {
  content: "\e980";
}
.icon-snapchat:before {
  content: "\e981";
}
.icon-twitter:before {
  content: "\e982";
}
.icon-facebook2:before {
  content: "\e983";
}
.icon-instagram2:before {
  content: "\e984";
}
.icon-amount_13:before {
  content: "\e985";
}
.icon-calendar_13:before {
  content: "\e986";
}
.icon-calendar_20:before {
  content: "\e987";
}
.icon-items_20:before {
  content: "\e988";
}
.icon-cart_24:before {
  content: "\e989";
}
.icon-library_24:before {
  content: "\e98a";
}
.icon-settings_24:before {
  content: "\e98b";
}
.icon-pencil_20:before {
  content: "\e98c";
}
.icon-close-new_24:before {
  content: "\e98d";
}
.icon-bell_24:before {
  content: "\e98e";
}
.icon-copy_link:before {
  content: "\e98f";
}
.icon-bookmark_empty:before {
  content: "\e990";
}
.icon-bookmark_fill:before {
  content: "\e991";
}
.icon-reactions:before {
  content: "\e992";
}
.icon-report:before {
  content: "\e993";
}
.icon-24_03211:before {
  content: "\ea3b";
}
[class^="icn_mc-"],
[class*=" icn_mc-"] {
  font-family: 'mc-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
/* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icn_mc-search:before {
  content: "\e707";
}
.sc-auth-container-wrap {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.sc-auth-container-wrap #container.sc-auth-wrap {
  background: url(../_/_/common/images/promo/auth/12jB6ST.png) 50% -200px no-repeat;
  position: relative;
}
.sc-auth-container-wrap #container.sc-auth-wrap#container {
  margin-top: 40px;
  padding-bottom: 0;
}
.sc-auth-container-wrap .main-footer.gradient-4 {
  background-image: none;
}
.ui-dialog .popup-wrap {
  padding: 12px 20px;
}
.ui-dialog .popup-actions {
  padding-top: 40px;
}
.ui-dialog .popup-actions .btn {
  margin: 0 1px;
  min-width: 120px;
}
.ui-dialog .popup-actions .btn.wide {
  min-width: 200px;
}
.ui-dialog .popup-actions.small-pad {
  padding-top: 20px;
}
.ui-dialog .popup-content .desc {
  padding-bottom: 25px;
  font-size: 12px;
  line-height: 20px;
}
.ui-dialog .popup-content .main-text {
  font-family: 'museo_sans_cyrl_900', Arial, sans-serif;
}
.ui-dialog .popup-content .text-block {
  margin-bottom: 20px;
}
.ui-dialog .popup-content .text-block + .popup-actions {
  padding-top: 10px;
}
.ui-dialog .popup-content .text {
  padding: 15px 0 25px;
  font-size: 12px;
  line-height: 20px;
}
.ui-dialog .popup-content .note {
  padding: 0 0 10px;
}
.ui-dialog .popup-content .charge-note {
  padding: 10px 0;
  font-size: 11px;
}
.ui-dialog .popup-content .profile-name {
  display: inline-block;
}
.ui-dialog .subscription-popup .checkbox-group.big {
  font-size: 13px;
  line-height: 20px;
}
.ui-dialog .subscription-popup .checkbox-group.small {
  font-size: 11px;
  line-height: 20px;
}
.ui-dialog .subscription-popup .btn {
  margin-left: 5px;
  margin-right: 5px;
}
@media (min-width: 360px) {
  .ui-dialog .popup-actions .btn {
    margin: 0 5px;
  }
}
.form-controls .required-mark {
  font-size: 17px;
}
.form-controls .group-control {
  margin-bottom: 10px;
}
.form-controls .group-control .required-mark {
  line-height: 45px;
}
.form-controls .actions-group {
  padding-top: 15px;
}
.form-controls .btn {
  font-size: 15px;
  letter-spacing: -0.01em;
  padding: 13px 30px;
  min-width: 140px;
}
.form-controls .form-legend {
  font-size: 13px;
  position: relative;
  margin: -5px 0 10px;
}
.group-control {
  position: relative;
}
.group-control.hide-control {
  display: none;
}
.group-control .group-icons {
  position: absolute;
  top: 0;
  height: 100%;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}
.group-control .group-icons [class^="fc-promo-"],
.group-control .group-icons [class*=" fc-promo-"] {
  padding: 5px;
  display: block;
  font-size: 24px;
}
.group-control .group-icons .locked-icon {
  display: none;
}
.group-control .group-icons:not(.prepend) {
  right: 10px;
}
.group-control .group-icons.prepend {
  left: 5px;
  width: 50px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
}
.group-control.locked-group .group-icons .locked-icon {
  display: block;
}
.group-control .small-spinner {
  display: none;
}
.group-control.processing-group .small-spinner {
  display: block;
}
.group-control.error-group .help-control {
  display: none;
}
.group-control.error-group .group-icons:not(.prepend) {
  right: 40px;
}
.form-actions {
  padding-top: 10px;
  text-align: center;
}
.radio-group {
  position: relative;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.radio-group .radio-control {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}
.radio-group .radio {
  position: relative;
  cursor: pointer;
  min-width: 24px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
}
.radio-group .radio:after {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.radio-group .radio-control:checked + .radio:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.radio-group .radio-label {
  margin-left: 10px;
  padding-top: 2px;
}
input::-ms-clear {
  display: none;
}
.group-control .input-group {
  width: 100%;
  height: 40px;
  display: block;
  position: relative;
}
.group-control .input-control {
  font-family: 'museo_sans_cyrl_500', Arial, sans-serif;
  width: 100%;
  height: 100%;
  border-radius: 23px;
  font-size: 14px;
  padding: 0px 45px 0px 20px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  transition: border-color 0.3s;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}
.group-control .input-control.one-num {
  max-width: 50px;
  width: 100%;
  height: 45px;
  border-radius: 15px;
  padding: 0;
}
.group-control .account-phone {
  cursor: pointer;
}
.group-control.icons-prepend .input-control {
  padding-left: 55px;
}
.group-control.error-group .input-control {
  padding-right: 40px;
  -webkit-transition: padding 0.3s;
  -o-transition: padding 0.3s;
  transition: padding 0.3s;
}
.group-control.error-group:not(.empty-group) .input-control {
  padding-right: 70px;
}
.group-control.required-group .input-group:before {
  content: "*";
  position: absolute;
  top: 13px;
  left: -12px;
  font-size: 17px;
}
.group-control .textarea-group {
  width: 100%;
  height: 150px;
  display: block;
  position: relative;
}
.group-control .textarea-group .group-icons {
  height: auto;
}
.group-control .textarea-control {
  font-family: 'museo_sans_cyrl_500', Arial, sans-serif;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  font-size: 14px;
  line-height: 24px;
  padding: 10px 30px 10px 20px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  transition: border-color 0.3s;
  resize: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}
.group-control.error-group .textarea-group .valid-ico {
  right: 5px;
}
.group-control.required-group .input-group:before {
  content: "*";
  position: absolute;
  top: 13px;
  left: -12px;
  font-size: 17px;
}
.editable-group {
  position: relative;
}
.editable-group .editable-control {
  font-family: 'museo_sans_cyrl_500', Arial, sans-serif;
  width: 100%;
  border-radius: 13px;
  font-size: 13px;
  padding: 0px 20px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  transition: border-color 0.3s;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  max-height: 242px;
  min-height: 70px;
  overflow-y: auto;
}
.editable-group .editable-control:empty:before {
  content: attr(placeholder);
  display: block;
}
.editable-group .hidden-control {
  display: none;
}
.group-control.error-group .editable-control {
  padding-right: 40px;
  -webkit-transition: padding 0.3s;
  -o-transition: padding 0.3s;
  transition: padding 0.3s;
}
.group-control .editable-group .group-icons {
  height: auto;
}
.ui-tooltip {
  position: absolute;
  z-index: 9999;
  max-width: 300px;
}
.gui-tooltip-wrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  max-width: 100%;
  vertical-align: sub;
}
.gui-tooltip-wrapper .gui-tooltip-content {
  display: none;
}
body .ui-tooltip.gui-tooltip {
  border: 0;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.ui-helper-hidden-accessible {
  display: none !important;
}
.gui-tooltip {
  padding: 0;
}
.gui-tooltip .gui-tooltip-content {
  position: relative;
  line-height: 1.35em;
  padding: 20px;
  border-radius: 3px;
}
.gui-tooltip .gt-title {
  font-size: 13px;
  font-weight: bold;
  padding-bottom: 5px;
}
.gui-tooltip .gt-body {
  font-size: 11px;
}
.gui-tooltip .gt-arrow {
  content: '';
  position: absolute;
  bottom: -14px;
  right: 10px;
  border-width: 7px;
  border-style: solid;
}
.gui-tooltip .gt-close {
  display: none;
}
.gui-tooltip.gui-tooltip-warning {
  max-width: 170px;
  width: 170px;
}
.gui-tooltip.gui-tooltip-info {
  max-width: 370px;
  min-width: 170px;
}
.gui-tooltip.top .gt-arrow {
  top: -14px;
  bottom: auto;
}
.gui-tooltip.gui-tooltip-touch .gt-close {
  font-size: 10px;
  cursor: pointer;
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 10px;
  display: block;
}
.gui-tooltip .gt-image {
  max-width: 240px;
  max-height: 240px;
}
.gui-tooltip .gt-left-img {
  float: left;
  margin: 0 10px 5px 0;
}
@media (max-width: 414px) {
  .gui-tooltip.gui-tooltip-info {
    max-width: 320px;
  }
}
.group-control .valid-ico {
  position: absolute;
  font-size: 21px;
  cursor: pointer;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  width: 0;
  overflow: hidden;
  right: 0;
  top: 0;
  text-align: right;
  line-height: 1.9;
}
.group-control .tooltip {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  padding: 20px;
  position: absolute;
  bottom: 100%;
  margin-bottom: 10px;
  right: 7px;
  min-width: 100px;
  width: auto;
  max-width: 230px;
  visibility: hidden;
  z-index: 10;
  border-radius: 3px;
  font-size: 13px;
  line-height: 1.4;
}
.group-control .tooltip:after {
  content: '';
  display: block;
  position: absolute;
  right: 11px;
  bottom: -6px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 7px 0;
}
.group-control .tooltip .message-title {
  padding-bottom: 5px;
  font-family: 'museo_sans_cyrl_900', Arial, sans-serif;
}
.group-control .tooltip .message {
  position: relative;
  z-index: 1;
}
.group-control .tooltip .tooltip-close {
  display: none;
}
.group-control.error-group .valid-ico {
  padding: 0 5px;
  -webkit-transition: all 0.3s, opacity 0.2s;
  -o-transition: all 0.3s, opacity 0.2s;
  transition: all 0.3s, opacity 0.2s;
  width: 33px;
  right: 10px;
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
  opacity: 1;
}
.group-control.show-error .tooltip {
  visibility: visible;
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.touch .group-control .tooltip .tooltip-close {
  z-index: 2;
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 10px;
}
.input-elem {
  margin-bottom: 10px;
}
.input-elem:last-child {
  margin-bottom: 0;
}
.input-elem .input-text {
  width: 100%;
}
.input-elem .input-error {
  display: none;
  font-size: 12px;
  line-height: normal;
  margin-top: 8px;
  padding-left: 25px;
}
.input-elem.error .input-error {
  display: block;
}
.input-text {
  font-size: 16px;
  padding: 13px 25px;
  border-width: 1px;
  border-style: solid;
  border-radius: 22px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.btn {
  text-align: center;
  cursor: pointer;
  position: relative;
  padding: 10px 20px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-family: 'museo_sans_cyrl_900', Arial, sans-serif;
  border-radius: 40px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn:not(button) {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.btn.btn-border {
  padding-top: 9px;
  padding-bottom: 9px;
}
.btn[disabled] {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
}
.btn i[class^="icon-"]:first-child,
.btn i[class*=" icon-"]:first-child {
  position: relative;
  margin: -10px 8px -10px 0;
}
@media (hover: hover) {
  .btn:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
    opacity: 0.9;
  }
  .btn:hover[disabled] {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: 0.7;
  }
}
.btn-big {
  font-size: 14px;
  min-width: 172px;
  height: 46px;
  padding-left: 30px;
  padding-right: 30px;
}
.btn-default {
  border-width: 1px;
  border-style: solid;
}
.btn-default.btn-collapse {
  padding-top: 5px;
  padding-bottom: 5px;
}
.btn-default.btn-collapse .icon-arr {
  margin-left: 8px;
}
.btn-small {
  font-size: 13px;
  font-family: 'museo_sans_cyrl_500', Arial, sans-serif;
}
.checkbox-group {
  position: relative;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.checkbox-group .checkbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}
.checkbox-group .checkbox:checked + .checkbox-control .check {
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
  opacity: 1;
}
.checkbox-group .checkbox:checked + .checkbox-control .few {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}
.checkbox-group .checkbox-control {
  position: relative;
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
  border-radius: 4px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.checkbox-group .checkbox-control .check {
  font-size: 8px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  top: 8px;
  right: 8px;
  position: absolute;
}
.checkbox-group .checkbox-control .few {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  top: calc(50% - 4px);
  left: calc(50% - 4px);
  border-radius: 1px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.checkbox-group .checkbox-label {
  margin-left: 8px;
  padding-top: 2px;
}
.checkbox-group.few-check .checkbox-control .few {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  opacity: 0.8;
}
.group-control.required-group .checkbox-control:before {
  content: "*";
  position: absolute;
  top: 4px;
  left: -12px;
}
.mixed-controls .checkbox-group {
  font-size: 12px;
  line-height: 20px;
}
.thumb-wrapper,
.thumb-wrapper .thumb,
.grid-thumb .thumb,
.slider-thumb .thumb {
  position: relative;
  display: block;
  overflow: hidden;
}
.thumb-wrapper img,
.thumb-wrapper .thumb img,
.grid-thumb .thumb img,
.slider-thumb .thumb img {
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
}
.thumb-wrapper.thumb-wide img,
.thumb-wrapper .thumb.thumb-wide img,
.grid-thumb .thumb.thumb-wide img,
.slider-thumb .thumb.thumb-wide img {
  height: auto;
  width: 100%;
}
.group-control .help-control {
  cursor: pointer;
}
.group-control .clear-control {
  cursor: pointer;
}
.group-control.empty-group .clear-control,
.group-control.locked-group .clear-control,
.group-control.empty-group .clear-control[class^="icon-"],
.group-control.locked-group .clear-control[class^="icon-"],
.group-control.empty-group .clear-control[class*=" icon-"],
.group-control.locked-group .clear-control[class*=" icon-"] {
  display: none;
}
.group-control.error-group .group-icons {
  right: 40px;
  -webkit-transition: right 0.3s;
  -o-transition: right 0.3s;
  transition: right 0.3s;
}
.mc-table {
  border-radius: 0 0 2px 2px;
}
.mc-table tr:last-child td:first-child {
  border-radius: 0 0 0 2px;
}
.mc-table tr:last-child td:last-child {
  border-radius: 0 0 2px 0;
}
.mc-table tbody td {
  vertical-align: baseline;
}
.mc-table.ears thead tr:first-child td:first-child,
.mc-table.ears thead tr:first-child td:last-child {
  position: relative;
}
.mc-table.ears thead tr:first-child td:first-child:before,
.mc-table.ears thead tr:first-child td:last-child:before {
  content: '';
  position: absolute;
  top: -1px;
  height: 100%;
  width: 4px;
}
.mc-table.ears thead tr:first-child td:first-child:before {
  left: -4px;
  border-width: 1px 0 1px 1px;
  border-radius: 2px 0 0 2px;
}
.mc-table.ears thead tr:first-child td:last-child:before {
  right: -4px;
  border-width: 1px 1px 1px 0px;
  border-radius: 0 2px 2px 0;
}
.table-adaptive .data-label {
  display: none;
}
@media (max-width: 767px) {
  .table-adaptive {
    display: block;
    border-radius: 3px;
  }
  .table-adaptive .td-wrap {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    min-width: 50%;
  }
  .table-adaptive thead {
    display: block;
  }
  .table-adaptive thead tr:first-child {
    display: none;
  }
  .table-adaptive thead tr:last-child:not(:first-child) {
    display: block;
    border-top: 0;
  }
  .table-adaptive thead tr:last-child:not(:first-child) td:first-child .td-wrap {
    display: none;
  }
  .table-adaptive tbody {
    display: block;
  }
  .table-adaptive tbody tr {
    display: block;
  }
  .table-adaptive tbody tr:first-child {
    border-top: 0;
  }
  .table-adaptive tbody tr td,
  .table-adaptive thead tr:last-child td {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    border-right: 0;
    padding: 0;
    max-width: none;
  }
  .table-adaptive tbody tr td .data-label,
  .table-adaptive thead tr:last-child td .data-label {
    padding: 8px 8px 8px 10px;
    width: 50%;
    min-width: 50%;
    display: block;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .table-adaptive tbody tr td:first-child .data-label,
  .table-adaptive thead tr:last-child td:first-child .data-label {
    padding-top: 20px;
  }
  .table-adaptive tbody tr td:first-child .td-wrap,
  .table-adaptive thead tr:last-child td:first-child .td-wrap {
    padding-top: 20px;
  }
  .table-adaptive tbody tr td:last-child .data-label,
  .table-adaptive thead tr:last-child td:last-child .data-label {
    padding-bottom: 20px;
  }
  .table-adaptive tbody tr td:last-child .td-wrap,
  .table-adaptive thead tr:last-child td:last-child .td-wrap {
    padding-bottom: 20px;
  }
  .table-adaptive tbody tr .td-wrap,
  .table-adaptive thead tr:last-child .td-wrap {
    padding: 8px 10px;
  }
}
.form-message {
  padding: 0 20px 10px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 12px;
  overflow: hidden;
  max-height: 300em;
  font-family: 'museo_sans_cyrl_700', Arial, sans-serif;
}
.form-message:empty {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  padding-bottom: 0;
  max-height: 0;
}
.message-block {
  padding-bottom: 20px;
  position: relative;
  display: none;
}
.message-block.error .icon-error {
  display: block;
}
.message-block.error,
.message-block.info {
  display: block;
  min-height: 20px;
}
.message-block .message {
  font-family: 'museo_sans_cyrl_700', Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5em;
  padding-left: 30px;
}
.message-block .icon {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}
.actions + .message-block {
  padding-bottom: 0;
  padding-top: 20px;
}
.item-labels {
  position: relative;
  height: 0;
}
.item-labels .label-wrapper {
  position: absolute;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  bottom: 0;
  height: 26px;
  background-color: rgba(50,50,50,0.902);
  margin: 0 -2px;
  width: calc(100% + 4px);
  border-radius: 3px;
  overflow: hidden;
}
.item-labels .label-wrapper.limit-empty.expired-empty {
  background-color: transparent;
}
.item-labels .label-wrapper.limit-empty.expired-empty div:not(.discount-label) {
  display: none;
}
.item-labels .label-wrapper .discount-label {
  background: url(../_/_/promo/images/discount/jlm_Bt6.svg) no-repeat right;
  -ms-background-size: cover;
  background-size: cover;
  width: 42px;
  padding-top: 0;
  text-align: center;
  color: #fff;
  font-family: 'museo_sans_cyrl_900', Arial, sans-serif;
  font-size: 10px;
  line-height: 26px;
  border-radius: 3px 0 0 3px;
}
.item-labels .label-wrapper .discount-label.limit {
  background: url(../_/_/promo/images/discount/2zV5KNk.svg) no-repeat right;
  line-height: 9px;
  font-size: 8px;
  padding: 4px;
  text-align: left;
}
.item-labels .label-wrapper.limit-empty .discount-label.limit {
  display: none;
}
.item-labels .label-wrapper.limit-empty .spots,
.item-labels .label-wrapper.limit-empty .dot {
  display: none;
}
.item-labels .label-wrapper.limit-empty .endsin {
  display: inline-block;
}
.item-labels .label-wrapper.expired-empty .ends,
.item-labels .label-wrapper.expired-empty .dot {
  display: none;
}
.item-labels .label-wrapper.expired-empty .text-spots {
  display: iunline-block;
}
.item-labels .label-wrapper.spots-empty .spots,
.item-labels .label-wrapper.spots-empty .dot {
  display: none;
}
.item-labels .label-wrapper.spots-empty .endsin {
  display: block;
  padding-right: 4px;
}
.item-labels .label-wrapper .endspots {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
}
.item-labels .label-wrapper .text-spots,
.item-labels .label-wrapper .endsin {
  display: none;
}
.item-labels .label-wrapper .percent {
  color: #fff;
  text-shadow: 0px 0px 0px #fff;
  font-size: 12px;
  margin-left: -2px;
}
.item-labels .label-wrapper .ends,
.item-labels .label-wrapper .spots {
  font-family: 'museo_sans_cyrl_500', Arial, sans-serif;
  color: #fff;
  font-size: 10px;
  line-height: 25px;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.item-labels .label-wrapper .ends .bold,
.item-labels .label-wrapper .spots .bold {
  font-family: 'museo_sans_cyrl_900', Arial, sans-serif;
}
.item-labels .label-wrapper .dot {
  position: relative;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #90c816;
  margin: 0px 5px;
  top: 10px;
}
.item-labels .label-wrapper .dot:after {
  content: '';
  position: absolute;
  display: block;
  width: 3px;
  height: 3px;
  top: 1px;
  left: 1px;
  border-radius: 50%;
  background-color: #323232;
}
.item-labels .label-wrapper .time {
  font-family: 'museo_sans_cyrl_900', Arial, sans-serif;
}
.item-labels .label-wrapper .blink {
  -webkit-animation: blink-animation 1s steps(3, start) infinite;
  animation: blink-animation 1s steps(3, start) infinite;
}
.item-labels .label-wrapper.expired-empty .ends,
.item-labels .label-wrapper.expired-empty .dot {
  display: none;
}
.item-labels .label-wrapper.expired-empty .text-spots {
  display: inline-block;
}
.profiles-list .event-label {
  position: relative;
  margin-top: -10px;
  width: 56px;
  height: 53px;
  padding-bottom: 17%;
  padding-right: 3%;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  background: url(../_/_/promo/images/promooffer/r18Dh3g.svg) no-repeat center;
  -ms-background-size: cover;
  background-size: cover;
  color: #fff;
  font-family: 'museo_sans_cyrl_900', Arial, sans-serif;
  font-size: 10px;
}
@media (min-width: 660px) {
  .profiles-list .label-wrapper .discount-label .percent {
    font-size: 12px;
  }
  .profiles-list .label-wrapper.trial .discount-label .percent {
    font-size: 9px;
  }
  .profiles-list .event-label {
    width: 68px;
    height: 64px;
    font-size: 12px;
    margin-top: -11px;
  }
  .item-labels .label-wrapper .label-title {
    width: 60px;
    height: 32px;
    font-size: 14px;
    line-height: 33px;
  }
}
@media (min-width: 769px) {
  .item-labels .label-wrapper {
    height: 32px;
  }
  .item-labels .label-wrapper .discount-label {
    width: 64px;
    -ms-background-size: auto;
    background-size: auto;
    line-height: 33px;
    background-repeat: no-repeat;
    background-position: top left;
    margin-left: -2px;
  }
  .item-labels .label-wrapper .discount-label.limit {
    line-height: 12px;
    font-size: 10px;
    padding: 5px 10px;
  }
  .item-labels .label-wrapper .discount-label .percent {
    font-size: 14px;
  }
  .item-labels .label-wrapper .ends,
  .item-labels .label-wrapper .spots {
    font-size: 14px;
    line-height: 33px;
  }
  .item-labels .label-wrapper .dot {
    top: 13px;
  }
  .item-labels .label-wrapper.trial .discount-label .percent {
    font-size: 14px;
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .profiles-list .discount-label.valentine {
    top: -15px;
    left: 0;
    padding-bottom: 5px;
    width: 67px;
    height: 55px;
    font-size: 15px;
  }
}
@media (min-width: 1025px) {
  .profiles-list .discount-label.valentine {
    top: -13px;
    left: 5px;
    padding-bottom: 5px;
    width: 77px;
    height: 63px;
    font-size: 18px;
  }
}
@-webkit-keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
@-webkit-keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
@keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
.models-list-wrapper .loading {
  padding-top: 20px;
  text-align: center;
  display: none;
}
.models-list-wrapper .loading.show {
  display: block;
}
.models-list-wrapper .show-more {
  padding-top: 20px;
  text-align: center;
  display: none;
}
.models-list-wrapper .show-more.show {
  display: block;
}
@media (min-width: 560px) {
  .directory-models-list .profiles-list .item:nth-child(3n + 1) {
    margin-left: 0;
  }
}
@media (min-width: 769px) {
  .directory-models-list .profiles-list .item:nth-child(3n + 1) {
    margin-left: 1.2%;
  }
  .directory-models-list .profiles-list .item:nth-child(4n + 1) {
    margin-left: 0;
  }
}
* {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-font-smoothing: antialiased;
}
html,
body {
  height: 100vh;
  font-family: 'museo_sans_cyrl_500', Trebuchet MS, Verdana, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.6em;
  min-width: 320px;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
  width: 100%;
}
li,
ul {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  line-height: 1.2em;
}
a.underline {
  text-decoration: underline !important;
}
html.scrollable {
  height: auto;
  overflow: auto;
}
html.fixed {
  height: 100%;
  overflow: hidden;
}
body > img[width="1"][height="1"] {
  display: none;
}
.disabled {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  opacity: 0.3;
  pointer-events: none;
}
.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  min-height: 100%;
}
#container {
  -webkit-box-flex: 1;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  width: 100%;
  min-height: 40vh;
  -webkit-transition: margin-top 0.3s;
  -o-transition: margin-top 0.3s;
  transition: margin-top 0.3s;
}
.main-unit {
  max-width: 1176px;
  padding: 54px 20px 40px;
  margin: 0 auto;
  width: 100%;
}
[data-widget-alias="userauth"] .main-footer.gradient-4 {
  background-image: none;
}
@media (max-width: 980px) {
  body {
    font-size: 14px;
  }
  .main-unit {
    padding: 34px 20px 20px;
  }
}
@media (min-width: 1920px) {
  .main-unit {
    position: relative;
    left: 0;
    -webkit-transition: 0.5s left;
    -o-transition: 0.5s left;
    transition: 0.5s left;
  }
  .shift .main-unit {
    left: 100px;
  }
}
.models-list-wrapper .main-unit {
  padding-top: 0px;
  padding-bottom: 30px;
}
.top-influencers-title {
  text-align: center;
  font-weight: 900;
  font-size: 16px;
  margin-bottom: 20px;
}
.profiles-list {
  position: relative;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  min-height: 200px;
}
.profiles-list .empty-list {
  text-align: center;
  font-size: 15px;
  width: 100%;
  padding: 20px 0;
  min-height: 250px;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  line-height: 1.4em;
}
.profiles-list .empty-list .empty-message {
  font-size: 25px;
  padding-bottom: 15px;
  line-height: 1.2em;
}
.profiles-list .item {
  position: relative;
  font-family: 'museo_sans_cyrl_700', Arial, sans-serif;
  display: block;
  width: 49%;
  margin-bottom: 10px;
  border-radius: 4px;
  -webkit-transition: box-shadow 0.2s;
  -webkit-transition: -webkit-box-shadow 0.2s;
  transition: -webkit-box-shadow 0.2s;
  -o-transition: box-shadow 0.2s;
  transition: box-shadow 0.2s;
  transition: box-shadow 0.2s, -webkit-box-shadow 0.2s;
  font-size: 12px;
}
.profiles-list .item .label {
  position: absolute;
  left: -12px;
  top: -12px;
  background-repeat: no-repeat;
  background-image: url(../_/_/promo/images/discount/covid19FreeClips/1A4Kxte.svg);
  width: 75px;
  height: 75px;
}
.profiles-list .item .thumb-wrapper {
  border-radius: 4px 4px 0 0;
  padding-bottom: 133%;
  height: 0;
}
.profiles-list .item .thumb-wrapper.sosaustralia:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-bottom: 25.3846%;
  background: url(../_/_/promo/images/events/sosaustralia/3mNZz5E.png) center no-repeat;
  -ms-background-size: cover;
  background-size: cover;
}
.profiles-list .item .thumb {
  width: 100%;
  vertical-align: top;
  border-radius: 4px 4px 0 0;
}
.profiles-list .item .name {
  padding: 2.2% 10px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  text-align: center;
  -webkit-transition: background 0.2s, color 0.2s;
  -o-transition: background 0.2s, color 0.2s;
  transition: background 0.2s, color 0.2s;
  border-radius: 0 0 4px 4px;
}
.profiles-list .item .icon-group {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 10px;
}
.profiles-list .item .icon-group .icon {
  display: block;
  margin-bottom: 10px;
}
.profiles-list .item .icon-group .icon:last-child {
  margin-bottom: 0;
}
.profiles-list .item .contest-label {
  position: absolute;
  bottom: 3%;
  width: 58.54%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.profiles-list .item .contest-label .img {
  padding-bottom: 38.75%;
  height: 0;
  -ms-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
}
.profiles-list .item .icon-snap {
  position: relative;
}
.profiles-list .item .icon-snap:before {
  position: relative;
  z-index: 2;
}
.profiles-list .item .icon-snap:after {
  content: '';
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -12px;
  margin-top: -12px;
  width: 24px;
  height: 24px;
  z-index: 1;
}
.profiles-list .mc-preloader-wrapper {
  height: 60vh;
}
.profiles-list .btns-wrapper {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.profiles-list .btns-wrapper .spin .text {
  display: none;
}
.profiles-list .btns-wrapper .btn {
  font-size: 11px;
  -webkit-box-flex: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 54px;
  max-width: 188px;
  width: 54px;
  height: 30px;
  padding: 0;
  background-color: #ff4340;
  color: #fff;
  margin: 0 5px;
}
.profiles-list .btns-wrapper .text {
  font-family: 'museo_sans_cyrl_500', Trebuchet MS, Verdana, Arial, sans-serif;
}
.profiles-list .btns-wrapper .btn-snapchat {
  background: url(../_/_/promo/images/svg/products/1qBMIL-.svg) center no-repeat;
}
.profiles-list .btns-wrapper .btn-fc {
  background: url(../_/_/promo/images/svg/products/uDy90q4.svg) center no-repeat;
}
.profiles-list .btns-wrapper .btn-icon {
  vertical-align: bottom;
  display: inline-block;
  width: 14px;
  height: 14px;
  -ms-background-size: contain;
  background-size: contain;
}
.profiles-list .btns-wrapper.products-2 {
  padding: 0 5px;
}
.profiles-list .btns-wrapper.products-2 .btn {
  max-width: 102px;
}
.profiles-list .btns-wrapper.products-2 .text {
  display: none;
}
.profiles-list .btns-wrapper.products-2 .spin .btn-icon,
.profiles-list .btns-wrapper.products-2 .spin .text,
.profiles-list .btns-wrapper.products-2 .spin .price {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}
.profiles-list .btns-wrapper.products-2 .button-with-spinner.spin {
  padding-left: 10px !important;
}
.profiles-list .btns-wrapper.products-2 .button-with-spinner.spin:after,
.profiles-list .btns-wrapper.products-2 .small-loader.spin {
  position: absolute;
  left: 50%;
  margin-left: -10px;
}
body:not(.touch) .profiles-list .item:hover {
  -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,0.2);
          box-shadow: 0 0 15px 0 rgba(0,0,0,0.2);
}
body:not(.touch) .profiles-list .item .icon:hover {
  -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,0.2);
          box-shadow: 0 0 15px 0 rgba(0,0,0,0.2);
  border-radius: 20px;
}
body:not(.touch) .profiles-list .btns-wrapper .btn:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  opacity: 0.9;
}
@media (min-width: 360px) {
  .profiles-list .btns-wrapper {
    padding: 0 5px;
  }
  .profiles-list .btns-wrapper .btn {
    padding: 5px;
  }
  .profiles-list .btns-wrapper .btn-icon {
    margin-right: 2px;
  }
}
@media (min-width: 560px) {
  .top-influencers-title {
    font-size: 21px;
    margin-bottom: 24px;
  }
  .profiles-list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .profiles-list .empty-list {
    font-size: 16px;
  }
  .profiles-list .empty-list .empty-message {
    font-size: 28px;
  }
  .profiles-list .item {
    margin-left: 1.55%;
    width: 32.3%;
    font-size: 14px;
  }
  .profiles-list .item .contest-label {
    width: 55.22%;
  }
  .profiles-list .item .name {
    padding-top: 4%;
    padding-bottom: 4%;
  }
}
@media (min-width: 769px) {
  .models-list-wrapper .main-unit {
    padding-bottom: 40px;
  }
  .models-list-wrapper .show-more {
    padding-top: 30px;
  }
  .profiles-list .empty-list {
    font-size: 20px;
    letter-spacing: -1px;
    padding: 30px 0;
  }
  .profiles-list .empty-list .empty-message {
    font-size: 34px;
  }
  .profiles-list .item {
    width: 24.1%;
    font-size: 16px;
    margin-left: 1.2%;
  }
  .profiles-list .item .name {
    padding-top: 5%;
    padding-bottom: 5%;
  }
}
@media (min-width: 1024px) {
  .profiles-list .btns-wrapper {
    bottom: 20px;
  }
  .profiles-list .btns-wrapper .btn {
    font-size: 14px;
    height: 46px;
    padding: 5px 10px;
  }
  .profiles-list .btns-wrapper .btn .btn-icon {
    vertical-align: -6px;
    margin-right: 8px;
    width: 21px;
    height: 21px;
  }
}
@media (min-width: 1200px) {
  .profiles-list .btns-wrapper {
    padding: 0 15px;
  }
  .profiles-list .btns-wrapper .btn {
    padding: 5px 15px;
  }
}
.wrap-top-infl {
  text-align: center;
}
.wrap-top-infl .main-title {
  font-size: 22px;
  padding-bottom: 20px;
}
.wrap-top-infl .models-list-wrapper .main-unit {
  padding: 0 15px;
}
.wrap-top-infl .top-influencers {
  padding: 30px 0;
}
.wrap-top-infl .slick-slider {
  overflow: hidden;
}
.wrap-top-infl .button {
  padding-top: 20px;
  font-size: 15px;
}
.wrap-top-infl .profiles-list {
  height: 0;
  overflow: hidden;
}
.wrap-top-infl .profiles-list.slick-initialized {
  height: auto;
}
.wrap-top-infl .profiles-list .item {
  -webkit-transition: width 0s;
  -o-transition: width 0s;
  transition: width 0s;
}
.wrap-top-infl.slick-all .profiles-list {
  display: block;
  margin-left: 0;
  margin-right: 0;
}
.wrap-top-infl.slick-all .profiles-list .item {
  margin: 0 5px;
  max-width: 268px;
}
.wrap-top-infl.slick-mobile-only .profiles-list .item {
  margin: 5px;
  max-width: 282px;
}
.wrap-top-infl.wide .top-influencers {
  padding-top: 0;
}
.top-influencers-wrap.dark {
  text-align: center;
}
.top-influencers-wrap.dark .top-influencers {
  padding: 16px 0;
}
.top-influencers-wrap.dark .top-influencers .slick-slider {
  overflow: hidden;
}
.top-influencers-wrap.dark .button {
  font-size: 15px;
}
.top-influencers-wrap.dark .button .white-btn {
  font-size: 17px;
  padding: 17px 46px;
}
.top-influencers-wrap.dark .profiles-list {
  height: 0;
  overflow: hidden;
}
.top-influencers-wrap.dark .profiles-list.slick-initialized {
  height: auto;
}
.top-influencers-wrap.dark .profiles-list .item {
  -webkit-transition: width 0s;
  -o-transition: width 0s;
  transition: width 0s;
  margin: 5px;
  max-width: 282px;
}
.top-influencers-wrap.dark .slick-buttons .slick-dots {
  width: 100%;
}
@media (min-width: 768px) {
  .wrap-top-infl .main-title {
    padding-bottom: 35px;
  }
  .wrap-top-infl .top-influencers {
    padding: 45px 0;
  }
  .wrap-top-infl .button {
    padding-top: 30px;
  }
  .wrap-top-infl .slick-buttons .slick-dots {
    padding-top: 25px;
  }
  .top-influencers-wrap.dark .top-influencers {
    padding: 20px 0;
  }
  .top-influencers-wrap.dark .slick-buttons .slick-dots {
    padding-top: 25px;
  }
}
@media (min-width: 1100px) {
  .wrap-top-infl .main-title {
    padding-bottom: 40px;
  }
  .wrap-top-infl .top-influencers {
    padding: 54px 0;
  }
  .wrap-top-infl .top-influencers .button {
    padding-top: 50px;
  }
  .top-influencers-wrap.dark .top-influencers {
    padding: 25px 0;
  }
  .top-influencers-wrap.dark .top-influencers .button .white-btn {
    font-size: 20px;
    padding: 22px 58px;
  }
}
@media (min-width: 1024px) {
  .slick-mobile-only .profiles-list,
  .top-influencers-wrap.dark .profiles-list {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
    height: auto;
  }
  .slick-mobile-only .profiles-list .item,
  .top-influencers-wrap.dark .profiles-list .item {
    width: 15%;
    min-width: 15%;
  }
}
@media (min-width: 1920px) {
  .wrap-top-infl.wide {
    max-width: 100%;
  }
}
.error-agree {
  display: none;
  font-size: 12px;
  padding-bottom: 15px;
  text-align: center;
}
.error-group.consent-control ~ .error-agree {
  display: block;
}
.cookie-consent-popup .btn {
  min-width: 125px;
}
@media (max-width: 560px) {
  .cookie-consent-popup .mc-slide-switcher.with-labels {
    padding: 0;
  }
  .cookie-consent-popup .mc-slide-switcher.with-labels .label {
    display: none;
  }
}
.sc-auth-wrap .form-info {
  font-size: 14px;
}
.sc-auth-wrap .auth-wrap {
  min-width: 300px;
  max-width: 380px;
  width: 100%;
  padding: 0 10px 0;
  margin: 0 auto;
}
.sc-auth-wrap .auth-form-wrap {
  padding: 30px 20px;
  border-radius: 10px;
  margin-bottom: 20px;
}
.sc-auth-wrap .auth-form .title {
  text-align: center;
  line-height: normal;
  margin-bottom: 25px;
}
.sc-auth-wrap .auth-form .title h1 {
  font-style: normal;
  line-height: normal;
}
.sc-auth-wrap .auth-form .title .text-1 {
  font-size: 16px;
}
.sc-auth-wrap .auth-form .title .text-2,
.sc-auth-wrap .auth-form .title .text-3 {
  font-size: 40px;
  font-family: 'museo_sans_cyrl_100', Arial, sans-serif;
}
.sc-auth-wrap .auth-form .title .text-2 {
  font-size: 40px;
}
.sc-auth-wrap .auth-form .title .text-3 {
  font-size: 26px;
}
.sc-auth-wrap .auth-form .input-elements {
  padding-bottom: 30px;
}
.sc-auth-wrap .auth-form .input-elements .input-elem.error .input-text {
  padding-right: 40px;
}
.sc-auth-wrap .auth-form .btn {
  min-width: 125px;
  font-size: 16px;
}
.sc-auth-wrap .auth-form .buttons-wrap {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.sc-auth-wrap .auth-form .buttons {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
.sc-auth-wrap .auth-form .forgot-pass {
  font-size: 14px;
  font-family: 'museo_sans_cyrl_700', Arial, sans-serif;
}
.sc-auth-wrap .auth-form .btn-face-book,
.sc-auth-wrap .auth-form .btn-google {
  margin: 0 5px;
  font-size: 12px;
  min-width: 123px;
}
.sc-auth-wrap .login-form .buttons-wrap {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -moz-align-items: flex-end;
  align-items: flex-end;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.sc-auth-wrap .login-form .buttons {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}
.sc-auth-wrap .login-form .btn {
  min-width: 100px;
}
.sc-auth-wrap .reg-form .buttons-wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.sc-auth-wrap .recover-form .buttons-wrap {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.sc-auth-wrap .recover-form .buttons {
  margin-bottom: 0;
}
.sc-auth-wrap .change-pass-form .buttons {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}
.sc-auth-wrap .change-username-form {
  min-height: 0px;
  -webkit-transition: min-height 0.5s;
  -o-transition: min-height 0.5s;
  transition: min-height 0.5s;
}
.sc-auth-wrap .change-username-form .title .text-2 {
  font-size: 30px;
}
.sc-auth-wrap .change-username-form .text-3 {
  text-align: center;
  font-size: 14px;
  line-height: 17px;
}
.sc-auth-wrap .change-username-form .current-username {
  padding: 0 22px;
  font-size: 11px;
}
.sc-auth-wrap .change-username-form .buttons {
  margin-bottom: 0;
}
.sc-auth-wrap .faq {
  text-align: right;
}
.sc-auth-wrap .faq .text {
  font-size: 13px;
}
.sc-auth-wrap .checkbox-agreem {
  padding-bottom: 20px;
}
.sc-auth-wrap .main-footer {
  background: none;
}
.sc-auth-wrap .code-form .buttons-wrap {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.sc-auth-wrap .code-form .buttons {
  margin-bottom: 0;
  width: 84%;
}
.sc-auth-wrap .code-form .buttons .btn-login {
  width: 100%;
}
.sc-auth-wrap .code-form .description {
  text-align: center;
}
.sc-auth-wrap .code-form .description .text {
  font-size: 12px;
  line-height: normal;
  margin-bottom: 15px;
}
.sc-auth-wrap .code-form .description .phone {
  font-family: 'museo_sans_cyrl_700', Arial, sans-serif;
  font-size: 17px;
  line-height: normal;
  margin-bottom: 30px;
}
.sc-auth-wrap .code-form .actions-group {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  padding: 0 22px;
  font-size: 11px;
  line-height: normal;
}
.sc-auth-wrap .code-form .checked-group {
  margin-top: 20px;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
}
.sc-auth-wrap .code-form .checked-group .checkbox-label {
  font-size: 12px;
  line-height: 18px;
}
.sc-auth-wrap .code-form .countdown {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.sc-auth-wrap .code-form .countdown .counter {
  font-size: 10px;
}
@media (min-width: 360px) {
  .sc-auth-wrap .login-form .btn {
    min-width: 125px;
  }
  .sc-auth-wrap .login-form .btn-face-book,
  .sc-auth-wrap .login-form .btn-google {
    min-width: 123px;
  }
  .sc-auth-wrap .recover-form .btn {
    min-width: 145px;
  }
}
@media (min-width: 768px) {
  .sc-auth-wrap .logo img {
    width: 290px;
  }
  .sc-auth-wrap .auth-form .title .text-2 {
    font-size: 43px;
  }
  .sc-auth-wrap .auth-form .title .text-3 {
    font-size: 35px;
  }
  .sc-auth-wrap .auth-form .input-elements {
    padding-bottom: 40px;
  }
  .sc-auth-wrap .change-username-form .title .text-2 {
    font-size: 33px;
  }
  .sc-auth-wrap .change-username-form .input-text {
    font-size: 14px;
  }
}
@media (min-width: 1300px) {
  .sc-auth-wrap .logo {
    margin-top: 80px;
  }
}
@media (min-width: 400px) {
  .sc-auth-wrap .auth-form-wrap {
    padding: 30px 40px;
  }
}
#sticky-header-wrapper {
  padding-top: 56px;
  -webkit-box-sizing: content-box;
  -ms-box-sizing: content-box;
  box-sizing: content-box;
}
#sticky-header-wrapper.tabs-header {
  padding-bottom: 46px;
}
#sticky-header {
  -webkit-transition: top 0.3s;
  -o-transition: top 0.3s;
  transition: top 0.3s;
  top: 0;
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 102;
}
.hide-header #sticky-header {
  top: -56px;
}
.main-header {
  z-index: 1401;
  position: relative;
  height: 56px;
  font-family: 'museo_sans_cyrl_700', Arial, sans-serif;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-transition: height 0.3s ease, font-size 0.3s ease;
  -o-transition: height 0.3s ease, font-size 0.3s ease;
  transition: height 0.3s ease, font-size 0.3s ease;
  font-size: 15px;
}
.main-header .main-unit {
  position: relative;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.main-header .logo {
  -webkit-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.main-header .logo img {
  width: 100%;
}
.main-header .logo-link {
  display: block;
  padding-top: 8px;
}
.main-header .logo-link.hidden {
  display: none;
}
.main-header .link,
.main-header .link:visited {
  padding: 10px;
  display: block;
}
.main-header .icon,
.main-header .link,
.main-header .link:visited {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main-header .link.emoji img {
  display: block;
  width: 32px;
  height: 32px;
}
.main-header .header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}
.main-header .mobile-menu-link-wrapper {
  width: 100%;
}
.main-header .close-mobile-menu-link {
  display: none;
}
.main-header .showed .close-mobile-menu-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 10px 20px;
  height: 56px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.main-header .lang-switcher-wrapper .langs-list-wrapper .current:after {
  display: none;
}
.main-header .open-mobile-menu-link {
  padding: 10px;
  margin-right: -10px;
  cursor: pointer;
}
body:not(.touch) .main-header .open-menu {
  cursor: pointer;
}
.simple-header .logo {
  line-height: 1em;
  width: 109px;
  min-width: 109px;
  max-width: 109px;
  -webkit-transition: padding 0.3s ease;
  -o-transition: padding 0.3s ease;
  transition: padding 0.3s ease;
}
.simple-header .logo img {
  vertical-align: top;
}
.simple-header .mobile-scroll {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.simple-header .promo-user-menu {
  left: inherit;
  right: -100%;
  -webkit-transition: right 0.5s ease;
  -o-transition: right 0.5s ease;
  transition: right 0.5s ease;
}
.simple-header .promo-user-menu.showed {
  left: inherit;
  right: 0;
}
.simple-header .header-menu {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}
.simple-header .nav-item {
  padding: 0 10px;
  -webkit-transition: padding 0.3s ease;
  -o-transition: padding 0.3s ease;
  transition: padding 0.3s ease;
}
.simple-header .lang-switcher-wrapper .langs-list-wrapper {
  right: 60px;
}
.search-header .logo {
  width: 145px;
  min-width: 145px;
  max-width: 145px;
}
.user-header .link,
.user-header .link:visited,
.user-header .search-wrapper .mobile-search-btn {
  padding: 8px;
  line-height: initial;
}
.user-header .lang-switcher-wrapper .lang-switcher {
  min-width: 30px;
}
.user-header .mobile-menu-link-wrapper {
  padding-left: 12px;
  margin-right: -2px;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}
.count-label {
  padding: 0 8px;
  height: 24px;
  min-width: 24px;
  font-family: 'museo_sans_cyrl_900', Arial, sans-serif;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  border-radius: 12px;
  letter-spacing: -0.75px;
}
.member-top-menu {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}
.member-top-menu .menu-item {
  position: relative;
}
.member-top-menu .menu-item .message-icon {
  padding-top: 1px;
  -webkit-transition: color 0.3s ease, font-size 0.3s ease;
  -o-transition: color 0.3s ease, font-size 0.3s ease;
  transition: color 0.3s ease, font-size 0.3s ease;
}
.member-top-menu .count-label {
  position: absolute;
  top: 6px;
  left: 29px;
  padding: 0 5px;
  height: 14px;
  min-width: 14px;
  font-size: 9px;
  line-height: 14px;
  border-radius: 7px;
}
.header-avatar-wrapper {
  line-height: 1em;
}
.header-avatar-wrapper .icon {
  font-size: 32px;
  -webkit-transition: color 0.3s ease, font-size 0.3s ease;
  -o-transition: color 0.3s ease, font-size 0.3s ease;
  transition: color 0.3s ease, font-size 0.3s ease;
}
.header-avatar-wrapper .avatar {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-repeat: no-repeat;
  -ms-background-size: cover;
  background-size: cover;
  background-position: center;
  -webkit-transition: height 0.3s ease, width 0.3s ease;
  -o-transition: height 0.3s ease, width 0.3s ease;
  transition: height 0.3s ease, width 0.3s ease;
}
.orange-border-link {
  border: 1px solid #ffa400;
  border-radius: 5px;
}
.orange-border-link.lambo-link {
  padding: 0;
  color: #ffa400;
  font-size: 15px;
  width: 138px;
  height: 48px;
  font-family: 'museo_sans_cyrl_700', Arial, sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
}
.orange-border-link.lambo-link .lambo-icon {
  background: url(../_/_/common/images/lamboIcons/1VIGBxC.svg) no-repeat;
  width: 17px;
  height: 19px;
  margin-left: 5px;
  margin-right: 5px !important;
  display: block !important;
}
.orange-border-link:hover {
  background: rgba(255,255,255,0.1);
}
.fast-lambo-link {
  padding: 10px 5px !important;
  display: none !important;
}
.fast-lambo-link i {
  background: url(../_/_/common/images/lamboIcons/1VIGBxC.svg) no-repeat;
  width: 17px;
  height: 19px;
  margin-top: -2px;
  display: block;
}
.fast-lambo-link-large {
  padding: 0 !important;
  margin-right: 5px;
}
.fast-lambo-link-large span {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 138px;
}
.guest-lambo-link {
  display: none !important;
}
.mobile-mainLogo {
  display: none;
}
.sub-menu-navbar {
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0;
          box-shadow: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  background-color: #f3f7f8;
  border-bottom: 1px solid rgba(134,157,172,0.16);
}
@media (min-width: 1042px) {
  .sub-menu-navbar {
    height: 58px;
  }
}
.sub-menu-navbar .main-unit {
  padding-top: 0;
  padding-bottom: 0;
}
.sub-menu-navbar .main-unit .main-submenu {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 680px) {
  .sub-menu-navbar .main-unit .main-submenu {
    overflow-y: auto;
    min-height: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
  }
}
.sub-menu-navbar .main-unit .main-submenu .item {
  position: relative;
  margin-right: 30px;
  text-transform: uppercase;
  line-height: 24px;
  border-bottom: 2px solid transparent;
  color: #773dbd;
  font-size: 14px;
}
.sub-menu-navbar .main-unit .main-submenu .item a {
  color: inherit;
  font-weight: 900;
  white-space: nowrap;
}
.sub-menu-navbar .main-unit .main-submenu .item.active {
  color: #323232;
  border-bottom-color: #323232;
}
.sub-menu-navbar .main-unit .main-submenu .new-item-label {
  position: absolute;
  left: 100%;
  line-height: 11px;
  background-color: #6cb758;
  color: #fff;
  border-radius: 2px;
  font-size: 8px;
  font-weight: 900;
  top: -2px;
  margin-left: 4px;
  padding-left: 2px;
  padding-right: 2px;
}
.sub-menu-navbar .small-res {
  display: inline-block;
}
.sub-menu-navbar .big-res {
  display: none;
}
.sub-menu-navbar + .main-unit {
  padding-top: 20px;
}
@media (min-width: 375px) {
  .sub-menu-navbar .small-res {
    display: none;
  }
  .sub-menu-navbar .big-res {
    display: inline-block;
  }
}
@media (max-width: 680px) {
  .search-header .main-unit .logo {
    display: none;
  }
  .search-header .main-unit .mobile-mainLogo {
    width: auto;
    min-width: unset;
    max-width: unset;
    display: block;
  }
  .guest-header .mobile-menu-link-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
  .search-wrapper {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
}
@media (min-width: 681px) {
  .search-wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .search-header .lang-switcher-wrapper .langs-list-wrapper {
    margin-top: -21px;
  }
  .search-header .lang-switcher-wrapper .langs-list-wrapper .lang-icon {
    width: 32px;
    height: 21px;
  }
}
@media (min-width: 768px) {
  .header-avatar-wrapper .icon {
    font-size: 30px;
  }
  .header-avatar-wrapper .avatar {
    width: 30px;
    height: 30px;
  }
  .user-header .link,
  .user-header .link:visited,
  .user-header .search-wrapper .mobile-search-btn {
    padding: 14px;
  }
  .user-header .mobile-menu-link-wrapper {
    padding-left: 0;
    margin-left: 15px;
  }
  .member-top-menu .count-label {
    top: 11px;
    left: 34px;
  }
  .fast-lambo-link-large {
    margin-right: 5px;
  }
}
@media (min-width: 769px) {
  .sub-menu-navbar + .main-unit {
    padding-top: 30px;
  }
}
@media (max-width: 1023px) {
  .guest-header .langs-list-wrapper {
    display: none;
  }
  .simple-header .mobile-menu-link-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
  .simple-header .header-menu {
    display: block;
    text-align: left;
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 14;
    max-width: 320px;
    min-width: 260px;
    width: 60%;
    height: 100%;
    -webkit-transition: right 0.5s ease;
    -o-transition: right 0.5s ease;
    transition: right 0.5s ease;
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.3);
            box-shadow: 0 0 20px rgba(0,0,0,0.3);
  }
  .simple-header .header-menu.showed {
    right: 0;
  }
  .simple-header .header-menu .nav-item {
    display: block;
    padding: 0;
  }
  .simple-header .menu-item {
    display: block;
    padding: 20px 30px;
    border-width: 0 0 1px;
    border-style: solid;
    min-height: 60px;
  }
  .simple-header .mobile-scroll {
    display: block;
    overflow: auto;
    padding-top: 60px;
    position: relative;
    max-height: 100%;
    z-index: 1;
  }
  .simple-header .actions {
    padding: 0;
  }
  .simple-header .lang-switcher-wrapper .langs-list-wrapper {
    right: 60px;
  }
  .orange-border-link.lambo-link {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
    border-radius: 5px;
    height: 36px;
    width: 209px;
    background: rgba(255,164,0,0.1) !important;
  }
  .fast-lambo-link-large {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  #sticky-header-wrapper {
    padding-top: 78px;
  }
  #sticky-header-wrapper.tabs-header {
    padding-bottom: 58px;
  }
  .hide-header #sticky-header {
    top: -78px;
  }
  .main-header {
    height: 78px;
  }
  .main-header .guest-header .header-menu {
    margin-right: 45px;
  }
  .main-header .guest-header .mobile-menu-link-wrapper {
    display: none;
  }
  .simple-header .mobile-menu-link-wrapper {
    display: none;
  }
  .simple-header .menu-items {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .simple-header nav {
    -webkit-box-flex: 1;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .simple-header .logo {
    width: 162px;
    min-width: 162px;
    max-width: 162px;
  }
  .simple-header .lang-switcher-wrapper .langs-list-wrapper {
    right: 10px;
  }
  .simple-header .header-menu {
    -webkit-box-flex: 1;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-right: 60px;
  }
  .simple-header .actions {
    text-align: right;
    width: 130px;
    min-width: 130px;
  }
  .search-header .main-unit {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .header-avatar-wrapper .icon {
    font-size: 34px;
  }
  .header-avatar-wrapper .avatar {
    width: 26px;
    height: 26px;
  }
}
@media (max-width: 1022px) {
  .guest-menu .fast-lambo-link {
    margin-right: 6px;
  }
  .fast-lambo-link {
    display: block !important;
  }
  .lang-switcher-wrapper .langs-list-wrapper {
    right: 0;
  }
}
@media (max-width: 1050px) {
  .lambo-link {
    padding: 13.5px 5px !important;
  }
}
@media (min-width: 1300px) {
  .search-header .logo {
    width: 254px;
    min-width: 254px;
    max-width: 254px;
  }
}
@media (max-width: 680px) {
  .fast-lambo-link-large {
    display: none !important;
  }
  .fast-lambo-link {
    display: block !important;
    margin-left: 2px;
  }
}
@media (max-width: 320px) {
  .user-header .link,
  .user-header .link:visited,
  .user-header .search-wrapper .mobile-search-btn {
    padding: 6px;
  }
}
@media (min-width: 1200px) {
  .simple-header .nav-item {
    padding: 0 15px;
  }
}
.center {
  text-align: center;
}
.bold,
b {
  font-weight: normal;
  font-family: 'museo_sans_cyrl_700', Arial, sans-serif;
}
.fat {
  font-family: 'museo_sans_cyrl_900', Arial, sans-serif;
}
.flex-items-between {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.upper {
  text-transform: uppercase;
}
.flex-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.i-block {
  display: inline-block;
}
.disabled,
body:not(.touch) .disabled:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  opacity: 0.3;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.hide-block {
  display: none;
}
._hidden {
  display: none !important;
}
.hidden-scroll {
  overflow: hidden;
}
.hidden-scroll #intercom-container {
  display: none;
}
.button-with-spinner.pink-spin:after,
.button-with-spinner.pink:after,
.small-loader.pink {
  background-image: url(../_/_/common/images/2dqbYDu.png) !important;
}
[data-fox-context] > p,
[data-fox-alias] > p {
  display: inline;
}
.lazyload,
.lazyloading {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}
.lazyloaded {
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  a:not([href]) {
    cursor: pointer;
  }
}
.wide {
  max-width: 100%;
}
.main-title-wrapper {
  padding-top: 20px;
  padding-bottom: 5px;
}
.main-title {
  font-style: inherit;
  margin: 34px 0 18px;
  font-family: 'museo_sans_cyrl_900', Arial, sans-serif;
  font-size: 32px;
  text-align: center;
}
.main-title:first-child {
  padding-top: 0;
}
.main-title h1 {
  font-size: inherit;
  font-style: inherit;
}
.main-title--primary {
  padding-bottom: 0;
  text-align: left;
  font-size: 22px;
}
.simple-title {
  font-style: inherit;
  line-height: inherit;
  margin: 0;
  font-size: 22px;
  padding: 18px 0 27px;
  text-align: center;
}
.page-unit {
  max-width: 1180px;
  padding-left: 40px;
  padding-right: 40px;
  margin: 0 auto;
}
.sc-main-title .main-unit {
  padding: 0px 20px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  min-height: 92px;
  max-width: 960px;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
}
.sc-main-title .main-title {
  padding: 0;
  line-height: 1.2;
}
.sc-main-title .main-title .paragraph {
  font-weight: bold;
}
.sc-main-body .main-unit {
  padding: 25px 20px 40px;
}
.sc-main-body .main-unit a {
  font-family: 'museo_sans_cyrl_700', Arial, sans-serif;
}
.sc-main-body .number {
  font-family: 'museo_sans_cyrl_900', Arial, sans-serif;
  font-size: 15px;
  width: 29px;
  height: 29px;
  border-radius: 15px;
  margin-right: 10px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-flex: 0;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}
.sc-main-body .text {
  font-family: 'museo_sans_cyrl_300', Arial, sans-serif;
  padding: 10px 0;
}
.sc-main-body .text.overflow-strong strong {
  margin-right: -20px;
  margin-left: -15px;
  letter-spacing: -0.2px;
}
.sc-main-body .link {
  font-family: 'museo_sans_cyrl_700', Arial, sans-serif;
  cursor: pointer;
}
.sc-main-body p.title {
  padding-top: 10px;
  font-weight: bold;
}
.sc-main-body p.big-title {
  padding-top: 20px;
  font-size: 16px;
}
.sc-main-body ul.marked {
  padding-left: 35px;
}
.sc-main-body ul.marked li {
  display: block;
  padding: 10px 0 0;
}
.sc-main-body ul.marked li:before {
  font-size: 17px;
  content: '\2022';
  margin-left: -17px;
  padding-right: 9px;
}
.sc-main-body ol {
  counter-reset: item1;
  padding-left: 50px;
  font-family: 'museo_sans_cyrl_300', Arial, sans-serif;
  word-break: break-word;
}
.sc-main-body ol li {
  list-style-type: decimal;
  padding-top: 10px;
}
.sc-main-body ol.numeral li:before {
  display: inline-block;
  width: 50px;
  padding-right: 0;
  counter-increment: item1;
  content: counter(item1) ".";
  margin-left: -50px;
}
.sc-main-body ol.numeral li {
  list-style-type: none;
}
.sc-main-body ol.numeral li ol {
  counter-reset: item2;
}
.sc-main-body ol.numeral li ol li:before {
  counter-increment: item2;
  content: counter(item1) "." counter(item2) ".";
}
.sc-main-body ol.numeral li ol li ol {
  counter-reset: item3;
  padding-left: 50px;
}
.sc-main-body ol.numeral li ol li ol li:before {
  counter-increment: item3;
  content: "(" counter(item3, lower-alpha) ")";
}
.sc-main-body ol.numeral li ol li ol li ol {
  counter-reset: item4;
}
.sc-main-body ol.numeral li ol li ol li ol li:before {
  counter-increment: item4;
  content: "(" counter(item4, lower-roman) ")";
}
.sc-main-body ol.numeral--half li:before {
  width: 25px;
  margin-left: -25px;
}
.sc-main-body .snap-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-flow: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row;
  padding: 10px 0;
}
.sc-main-body .snap-img a {
  margin: 0px 15px 10px 0px;
}
.sc-main-body .snap-img a img {
  max-width: 180px;
  max-height: 320px;
}
.sc-main-body--terms .text {
  padding: 0;
  margin-bottom: 24px;
  font-size: 12px;
  font-family: 'museo_sans_cyrl_500', Arial, sans-serif;
}
.sc-main-body--terms .text:last-of-type {
  margin-bottom: 0;
}
.text-group {
  padding: 10px 0;
}
.text-group .text {
  padding: 0;
}
.paragraph {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.red_text {
  color: #d06767;
  font-weight: bold;
}
.ol_normal {
  display: inline-block;
  font-weight: normal;
  padding-right: 10px;
}
@media (min-width: 400px) {
  .sc-main-body .text.overflow-strong strong {
    margin-left: 0;
    margin-right: 0;
    letter-spacing: 0;
  }
}
@media (min-width: 1300px) {
  .sc-main-title .bg {
    background: url(../_/_/common/images/promo/2ucHIOC.png) 50% 50% no-repeat;
  }
  .sc-main-title .main-unit {
    min-height: 106px;
    height: 106px;
  }
  .sc-main-body .main-unit {
    padding: 30px 20px 80px;
  }
  .sc-main-body .number {
    width: 46px;
    height: 46px;
    border-radius: 23px;
    font-size: 22px;
    margin-right: 15px;
  }
  .main-title-wrapper {
    padding-top: 25px;
    padding-bottom: 0;
  }
  .main-title-wrapper .main-title {
    font-size: 22px;
  }
}
.grid-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.grid-thumb {
  -webkit-box-flex: 1;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.input-elem {
  position: relative;
  margin-bottom: 10px;
}
.input-elem:last-child {
  margin-bottom: 0;
}
.input-elem .input-text {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}
.input-elem .input-error {
  display: none;
  margin-top: 8px;
  padding-left: 25px;
  font-size: 12px;
  line-height: normal;
}
.input-elem>.valid-ico {
  display: block;
  position: absolute;
  padding: 12px 15px;
  top: 0;
  right: -15px;
  font-size: 23px;
  color: #d35953;
  cursor: pointer;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: right 0.3s, opacity 0.2s;
  -o-transition: right 0.3s, opacity 0.2s;
  transition: right 0.3s, opacity 0.2s;
}
.input-elem .tooltip {
  position: absolute;
  bottom: 54px;
  right: 7px;
  min-width: 100px;
  width: auto;
  max-width: 200px;
  visibility: hidden;
  z-index: 10;
  border-radius: 3px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.3);
          box-shadow: 0 5px 10px rgba(0,0,0,0.3);
}
.input-elem .tooltip .css3-holder {
  position: relative;
  top: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}
.input-elem .tooltip .message {
  background: #d35853;
  padding: 10px 20px;
  font-size: 13px;
  line-height: 24px;
  border-radius: 3px;
  color: #fff;
}
.input-elem .tooltip .message.icon-close_15:before {
  display: none;
}
.input-elem .tooltip .message:after {
  content: '';
  display: block;
  position: absolute;
  right: 13px;
  bottom: -5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 5px 0;
  border-color: #d35853 transparent transparent;
}
.input-elem.error .input-error {
  display: block;
}
.input-elem.error>.valid-ico {
  right: 0;
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
  opacity: 1;
}
.input-elem.error.show-error .tooltip {
  visibility: visible;
}
.input-elem.error.show-error .tooltip .css3-holder {
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
  opacity: 1;
}
.touch .input-elem .tooltip .message {
  padding: 10px 30px 10px 20px;
}
.touch .input-elem .tooltip .message.icon-close_15:before {
  display: block;
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 10px;
}
.touch .input-elem #check-agreement {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}
.input-text {
  font-size: 16px;
  padding: 13px 25px;
  border-width: 1px;
  border-style: solid;
  border-radius: 22px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.dropdown.mc-form-field {
  border-width: 1px;
  padding: 0 30px 0 10px;
  border-radius: 4px;
  font-size: 11px;
  height: 34px;
  width: 100%;
  min-width: 115px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
  letter-spacing: -0.4px;
}
.dropdown.mc-form-field *,
.dropdown.mc-form-field:after,
.dropdown.mc-form-field:before {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.dropdown.mc-form-field .current-value {
  top: 4px;
  right: 30px;
  left: 10px;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.dropdown.mc-form-field .drop-arrow {
  border: none;
}
.dropdown.mc-form-field .drop-arrow:after {
  display: none;
}
.dropdown.mc-form-field .drop-arrow:before {
  font-size: 7px;
  line-height: 1em;
  content: "\e940";
  top: 50%;
  left: 50%;
  margin-top: -5px;
  margin-left: -5px;
  position: absolute;
  font-family: 'icomoon' !important;
}
.dropdown.mc-form-field.opened {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.dropdown.mc-form-field.opened .drop-arrow:before {
  margin-top: -4px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.dropdown.mc-form-field.dl-bottom .dropdown-list {
  border-width: 0;
  left: -1px;
  right: -1px;
  bottom: -4px;
  border-radius: 4px;
}
.dropdown.mc-form-field.dl-bottom .dropdown-list .option-item {
  padding: 5px 15px;
}
.dropdown.mc-form-field.dl-bottom .dropdown-list .option-item:first-child {
  border-radius: 4px 4px 0 0;
}
.dropdown.mc-form-field.dl-bottom .dropdown-list .option-item:last-child {
  border-radius: 0 0 4px 4px;
}
@media (min-width: 400px) {
  .dropdown.mc-form-field {
    min-width: 138px;
    padding-left: 15px;
    letter-spacing: 0;
    font-size: 13px;
  }
  .current-value {
    top: 2px;
    left: 15px;
  }
}
@media (min-width: 769px) {
  .native-select {
    height: 34px;
  }
  .native-select .current-value {
    top: 4px;
  }
}
.animate-message {
  position: absolute;
  bottom: 100%;
  left: 0;
  border-radius: 5px;
  padding: 10px 15px;
  font-size: 12px;
  max-width: 100%;
  display: none;
  margin-bottom: 10px;
}
.animate-message:after {
  content: '';
  position: absolute;
  bottom: -13px;
  left: 10px;
  border-style: solid;
  border-width: 7px;
}
.error .animate-message {
  display: block;
}
.group-control .checkbox-agreem {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.group-control .checkbox-agreem label {
  margin-right: 10px;
  height: 25px;
}
.group-control .checkbox-agreem .checkbox-text {
  padding-top: 3px;
  font-size: 13px;
}
.group-control .checkbox-agreem .checkbox-text .info {
  padding-top: 16px;
  font-size: 11px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  opacity: 0.6;
  line-height: 1.6em;
}
@media (max-width: 980px) {
  .simple-title {
    font-size: 18px;
    font-family: 'museo_sans_cyrl_700', Arial, sans-serif;
  }
  .page-unit {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 600px) {
  .main-title {
    font-size: 22px;
  }
  .main-title--primary {
    font-size: 16px;
  }
  .simple-title {
    font-size: 16px;
  }
}
@media (min-width: 1920px) {
  .wide {
    max-width: 1140px;
  }
}
.dot-decor {
  position: absolute;
  width: 157px;
  height: 77px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=46)";
  filter: alpha(opacity=46);
  opacity: 0.46;
  background-position: bottom left;
  background-repeat: no-repeat;
}
.dot-decor.dot-white {
  background-image: url(../_/_/common/images/promo/decoration/1CscoXw.png);
}
.dot-decor.dot-blue-dark {
  background-image: url(../_/_/common/images/promo/decoration/HzEPooP.png);
}
.dot-decor.dot-yellow {
  background-image: url(../_/_/common/images/promo/decoration/1wxtqKF.png);
}
.mc-slide-switcher.def {
  padding: 0;
}
.slick-list,
.slick-slider {
  display: block;
  width: 100%;
}
.slick-buttons .slick-dots {
  padding-top: 20px;
  margin: 0 auto;
}
.slick-buttons .slick-dots li {
  display: inline-block;
  padding: 0 4px;
}
.slick-buttons .slick-dots button {
  cursor: pointer;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  text-indent: -1000px;
  overflow: hidden;
  display: block;
}
.spinner {
  text-align: center;
}
.spinner:after {
  content: '';
  margin-left: -5px;
  margin-top: -5px;
  height: 30px;
  width: 30px;
  display: inline-block;
  -webkit-animation: playerSpinner 1.1s infinite linear;
  -webkit-animation: playerSpinner 1.1s infinite linear;
  animation: playerSpinner 1.1s infinite linear;
  border-radius: 50%;
  border-top: 5px solid rgba(204,204,204,0.2);
  border-right: 5px solid rgba(204,204,204,0.2);
  border-bottom: 5px solid rgba(204,204,204,0.2);
  border-left: 5px solid #ccc;
}
@-webkit-keyframes playerSpinner {
  0% {
    -webkit-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes playerSpinner {
  0% {
    -webkit-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes playerSpinner {
  0% {
    -webkit-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.ui-dialog.dlg-amc {
  border-radius: 15px;
}
.ui-dialog.dlg-amc:not(.dlg-inherit) {
  max-width: 96% !important;
}
.ui-dialog.dlg-amc .ui-dialog-content {
  border-radius: 0 0 15px 15px;
}
.ui-dialog.dlg-amc .ui-dialog-titlebar {
  border-radius: 15px 15px 0 0;
  padding: 30px 40px 10px 30px;
  text-align: center;
  position: relative;
  margin-bottom: -1px /* IE fix */;
}
.ui-dialog.dlg-amc .ui-dialog-titlebar .ui-dialog-title {
  font-size: 35px;
  font-family: 'museo_sans_cyrl_100', Arial, sans-serif;
}
.ui-dialog.dlg-amc .ui-dialog-titlebar-close {
  top: 0px !important;
  right: 0px !important;
  background: none;
  font-size: 15px;
  font-family: 'icomoon' !important;
}
.ui-dialog.dlg-amc .ui-dialog-titlebar-close:before {
  content: "\e94d";
}
.ui-dialog.dlg-amc .popup-content {
  padding: 30px;
  border-radius: 0 0 15px 15px;
}
.ui-dialog.dlg-amc .popup-content .actions {
  padding-top: 30px;
  text-align: center;
}
.ui-dialog.dlg-amc .popup-content.cookie-consent .flex-wide .main-text {
  -webkit-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.ui-dialog.dlg-amc .popup-content .popup-title {
  text-align: center;
  padding-bottom: 20px;
  font-size: 18px;
  font-family: 'museo_sans_cyrl_100', Arial, sans-serif;
}
.ui-dialog.dlg-amc .popup-content .popup-body {
  font-family: 'museo_sans_cyrl_500', Arial, sans-serif;
  font-size: 12px;
  line-height: 1.6em;
}
.ui-dialog.dlg-amc.dlg-amc-error .ui-dialog-titlebar {
  padding-bottom: 20px;
}
.ui-dialog.dlg-amc.dlg-empty-title .ui-dialog-title {
  display: none;
}
.ui-dialog.dlg-amc.dlg-empty-title .popup-content {
  padding-top: 0;
}
.ui-dialog.dlg-amc.dlg-empty-title .popup-content .tips-1click-text {
  padding-top: 15px;
}
.ui-dialog.dlg-amc.dlg-pos-abs {
  top: 0 !important;
}
@media (min-width: 414px) {
  .ui-dialog.dlg-amc .popup-content {
    padding: 30px 40px 40px;
  }
  .ui-dialog.dlg-amc .ui-dialog-titlebar {
    padding: 40px 40px 0;
  }
}
.wrap-404 {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 10px;
  font-size: 13px;
  text-align: center;
}
.wrap-404 .main-404 {
  font-family: 'museo_sans_cyrl_100', Arial, sans-serif;
  font-size: 142px;
  line-height: 142px;
}
.wrap-404 .info {
  line-height: 21px;
}
.wrap-404 .info .info-sorry {
  font-size: 16px;
  line-height: 30px;
  margin: 10px 0;
}
@media (min-width: 412px) {
  .wrap-404 {
    min-width: 412px;
  }
  .wrap-404 .main-404 {
    font-size: 200px;
    line-height: 200px;
  }
}
@media (min-width: 768px) {
  .wrap-404 {
    min-width: 740px;
    font-size: 14px;
  }
  .wrap-404 .main-404 {
    font-size: 300px;
    line-height: 300px;
  }
  .wrap-404 .info .info-sorry {
    font-size: 20px;
  }
}
@media (min-width: 1300px) {
  .wrap-404 .main-404 {
    font-size: 330px;
    line-height: 330px;
  }
}
.error-agree {
  padding-bottom: 0;
}
.sc-faq-items .item {
  margin-bottom: 25px;
}
.sc-faq-items .item:last-child {
  margin-bottom: 0px;
}
.sc-faq-items .item .title {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}
.sc-faq-items .item .title .text {
  font-size: 16px;
}
.sc-faq-items .item .description {
  font-family: 'museo_sans_cyrl_300', Arial, sans-serif;
  font-size: 13px;
  line-height: 21px;
}
.sc-faq-items .item .description p {
  display: inline;
}
@media (min-width: 1300px) {
  .sc-faq-items .item {
    margin-bottom: 45px;
  }
  .sc-faq-items .item .title {
    margin-bottom: 20px;
  }
  .sc-faq-items .item .title .text {
    font-size: 22px;
  }
  .sc-faq-items .item .description {
    font-size: 15px;
    line-height: 30px;
  }
}
.main-footer {
  font-size: 12px;
  line-height: 1.7em;
  font-family: 'museo_sans_cyrl_300', Arial, sans-serif;
}
.main-footer .main-unit {
  padding-top: 25px;
  padding-bottom: 25px;
}
.main-footer .footer-sep {
  margin-top: 30px;
  padding-bottom: 30px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.main-footer .grid-item:not(:first-child) {
  margin-top: 25px;
}
.main-footer .footer-top {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
}
.main-footer .footer-menu-container {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}
.main-footer .footer-menu {
  font-size: 15px;
  font-family: 'museo_sans_cyrl_700', Arial, sans-serif;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.main-footer .footer-menu .menu-item {
  padding: 5px 10px 5px 0;
  max-width: 50%;
  min-width: 50%;
  width: 50%;
}
.main-footer .disclaimer {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  margin-top: 25px;
}
.main-footer .footer-bottom {
  font-family: 'museo_sans_cyrl_700', Arial, sans-serif;
  text-align: center;
}
.main-footer .footer-bottom .copyright {
  padding-top: 8px;
}
.main-footer .footer-bottom .info-site {
  padding-top: 20px;
}
.main-footer .footer-bottom .info-site .design-by {
  line-height: 0;
}
.main-footer .fat {
  font-family: 'museo_sans_cyrl_700', Arial, sans-serif;
}
@media (min-width: 600px) {
  .main-footer {
    font-size: 13px;
  }
  .main-footer .footer-menu {
    display: block;
    -webkit-columns: auto;
    -moz-columns: auto;
    -ms-columns: auto;
    columns: auto;
    text-align: center;
  }
  .main-footer .footer-menu .menu-item {
    max-width: auto;
    min-width: auto;
    width: auto;
    display: inline-block;
    padding: 0 13px 7px;
  }
}
@media (min-width: 1024px) {
  .main-footer {
    font-size: 14px;
  }
  .main-footer .main-unit {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .main-footer .footer-top {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .main-footer .footer-menu {
    text-align: left;
    position: relative;
    margin-left: -13px;
    margin-right: -13px;
  }
  .main-footer .grid-item:nth-child(1),
  .main-footer .grid-item:nth-child(2) {
    margin-top: 0;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .main-footer .grid-item:nth-child(1),
  .main-footer .grid-item:nth-child(4) {
    width: 67%;
    max-width: 67%;
    min-width: 67%;
  }
  .main-footer .disclaimer {
    -webkit-box-ordinal-group: 4;
    -moz-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .main-footer .footer-bottom {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
  }
  .main-footer .footer-bottom .info-2257 {
    text-align: left;
    padding-right: 30px;
  }
  .main-footer .footer-bottom .info-site {
    padding-top: 0;
    text-align: right;
  }
  .main-footer .footer-bottom .copyright {
    padding-top: 4px;
  }
}
.main-header {
  position: relative;
  left: 0;
  width: 100%;
  z-index: 100;
  font-size: 16px;
}
.main-header .logo {
  padding: 18px 0 14px;
  width: 254px;
  min-width: 254px;
  max-width: 254px;
  -webkit-transition: width 0.5s ease;
  -o-transition: width 0.5s ease;
  transition: width 0.5s ease;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.main-header .logo img {
  width: 100%;
  vertical-align: top;
}
.main-header .link,
.main-header .link:visited {
  padding: 10px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
}
.main-header .main-unit {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  -ms-flex-line-pack: center;
  align-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-header .mobile-scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.main-header .header-menu {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}
.main-header nav {
  -webkit-box-flex: 1;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.main-header nav li {
  display: inline-block;
  padding: 10px 15px;
}
.main-header .actions {
  padding: 10px 0;
  width: 162px;
  min-width: 162px;
  text-align: right;
}
.main-header .mobile-menu-link-wrapper {
  display: none;
}
.main-header .close-mobile-menu-link {
  display: none;
}
#sticky-header-wrapper:not(.tabs-header) .main-header {
  min-height: 78px;
}
@media (max-width: 810px) {
  .main-header nav li {
    padding: 10px 10px;
  }
}
@media (max-width: 768px) {
  .main-header {
    min-height: 56px;
  }
  .main-header .logo {
    width: 162px;
    min-width: 162px;
    max-width: 162px;
  }
  .main-header .mobile-menu-link-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    width: 100%;
  }
  .main-header .header-menu {
    display: block;
    text-align: left;
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 10;
    max-width: 320px;
    min-width: 260px;
    width: 60%;
    height: 100%;
    font-size: 16px;
    -webkit-transition: right 0.5s ease;
    -o-transition: right 0.5s ease;
    transition: right 0.5s ease;
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.3);
            box-shadow: 0 0 20px rgba(0,0,0,0.3);
  }
  .main-header .header-menu.showed {
    right: 0;
  }
  .main-header .header-menu li {
    display: block;
    padding: 0;
  }
  .main-header .menu-item {
    display: block;
    padding: 20px 30px;
    min-height: 56px;
    border-bottom: 1px solid #f3f7f7;
  }
  .main-header .close-mobile-menu-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 10px 20px;
    height: 56px;
    border-width: 0 0 1px;
    border-style: solid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    border-color: #dae4e7;
  }
  .main-header .mobile-scroll {
    display: block;
    overflow: auto;
    padding-top: 56px;
    position: relative;
    max-height: 100%;
    z-index: 1;
  }
  .main-header .actions {
    padding: 0;
    width: 100%;
    margin-top: 56px;
    text-align: left;
  }
  .main-header .actions .menu-item {
    border-top-width: 1px;
  }
}
* {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}
html,
body {
  height: 100%;
  font-family: 'museo_sans_cyrl_500', Arial, sans-serif;
  font-size: 15px;
  line-height: 1.6em;
  min-width: 320px;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
}
a,
a:visited {
  text-decoration: none;
  -webkit-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  transition: color 0.5s ease;
  cursor: pointer;
}
li,
ul {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  line-height: 1.2em;
}
.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  min-height: 100%;
}
#container {
  -webkit-box-flex: 1;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
#container.sticky-header {
  padding-top: 78px;
}
.main-unit {
  max-width: 1140px;
  padding: 54px 20px 60px;
  margin: 0 auto;
}
@media (max-width: 980px) {
  .main-unit {
    padding: 34px 20px 40px;
  }
}
@media (max-width: 768px) {
  #container.sticky-header {
    padding-top: 56px;
  }
}
.mc-slide-switcher {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.mc-slide-switcher *,
.mc-slide-switcher:after,
.mc-slide-switcher:before {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.mc-slide-switcher input[type=checkbox] {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  cursor: pointer;
}
.mc-slide-switcher input[type=checkbox]:checked + .switcher-fill .switcher {
  margin-left: 21px;
}
.mc-slide-switcher.inverted .switcher-fill .switcher {
  margin-left: 21px;
}
.mc-slide-switcher.inverted input[type=checkbox]:checked + .switcher-fill .switcher {
  margin-left: 0;
}
.mc-slide-switcher.sl-green input[type=checkbox]:checked + .switcher-fill {
  background-color: #6cb758;
}
.mc-slide-switcher .switcher-fill {
  position: relative;
  width: 41px;
  height: 20px;
  background-color: #969696;
  border-radius: 10px;
  padding: 1px;
  -webkit-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.mc-slide-switcher .switcher-fill .switcher {
  height: 18px;
  width: 18px;
  display: block;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: margin 0.2s;
  -o-transition: margin 0.2s;
  transition: margin 0.2s;
  -webkit-box-shadow: 0 3px 0 0 rgba(0,0,0,0.2);
          box-shadow: 0 3px 0 0 rgba(0,0,0,0.2);
}
.mc-slide-switcher.with-labels {
  padding-right: 25px;
  padding-left: 25px;
}
.mc-slide-switcher.with-labels .label {
  position: absolute;
  line-height: 20px;
  top: 0;
  font-size: 12px;
  font-weight: bold;
  color: #969696;
}
.mc-slide-switcher.with-labels .label.on {
  right: 0;
  color: #6cb758;
}
.mc-slide-switcher.with-labels .label.off {
  left: 0;
}

