a:hover { cursor: pointer; }

/*404*/
#page-404 .content { padding: 0; }

#page-404 .content__container {
  text-align: center;
}

#title__404 {
  margin: 0;
  margin-bottom: 85px;
  color: #e11218;
  font-family: var(--heading-font);
  font-size: 280px;
  line-height: 165px;
  letter-spacing: -22.5px;
}

#page-not-found {
  margin-bottom: 25px;
  color: #0b0b0b;
  font-family: var(--heading-font);
  font-size: 50px;
}

#check__404 {
  margin-bottom: 30px;
  font-size: 18px;
}

#check__404 a {
  color: #0eb9cb;
  font-weight: 900;
}

#return__404 {
    margin-top: 30px;
  margin-bottom: 75px;
  color: #8d8d8d;
  font-size: 15px;
  font-weight: 800;
}

#return__404 a { color: #0eb9cb; }
/*404*/

select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}

.searchpicker--mob { display: none !important; }
.bootstrap-select {
  width: 220px \0;
  /*IE9 and below*/
}
.bootstrap-select > .dropdown-toggle {
  width: 100%;
  padding-right: 25px;
  z-index: 1;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #999;
}
.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
}
.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2;
}
.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px;
}
.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
.bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}
.bootstrap-select.form-control.input-group-btn {
  z-index: auto;
}
.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
.dropdown-menu { padding: 0; }
.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right;
}
.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
  margin-bottom: 0;
}
.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}
.form-group-lg .bootstrap-select.btn-group.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.btn-group.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}
.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}
.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}
.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.btn-group.bs-container {
  position: absolute;
  height: 0 !important;
  padding: 0 !important;
}
.bootstrap-select.btn-group.bs-container .dropdown-menu {
  z-index: 1060;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
  width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  box-sizing: border-box;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}
.bootstrap-select.btn-group .dropdown-menu li.active small {
  color: #fff;
}
.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}
.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}
.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  box-sizing: border-box;
}
.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
  z-index: 1061;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}
.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}
.bs-actionsbox {
  width: 100%;
  box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
  width: 50%;
}
.bs-donebutton {
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.bs-donebutton .btn-group button {
  width: 100%;
}
.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.rouble {
  font-family: 'rouble';
  display: inline-block;
}
.icon {
  display: inline-block;
  position: relative;
  background: transparent;
}
.icon:before {
  content: '';
  position: absolute;
}
.icon__search {
  background-image: url(../images/sprite.png);
  background-position: -103px -119px;
  width: 14px;
  height: 15px;
}
.icon__heart {
  background-image: url(../images/sprite.png);
  background-position: -107px -90px;
  width: 15px;
  height: 14px;
  transition: 0s;
}
.mobile_table-promo { display: none; }
.table-promo--basket .btn__attention--simple.btn-tab { display: none; }
.table-promo--basket .btn__attention--simple.btn-mob { display: none; }
.btn__favourite:hover .icon__heart {
  background-image: url(../images/sprite-hover.png);
  background-position: -107px -90px;
  width: 15px;
  height: 14px;
  transition: 0s;
}
.icon__card {
  background-image: url(../images/sprite.png);
  background-position: -122px -119px;
  width: 14px;
  height: 15px;
}
.icon__card--white {
  position: relative;
  bottom: 2px;
  margin-right: 10px;
  width: 14px;
  height: 15px;
}
.icon__fb {
  background-image: url(../images/sprite.png);
  background-position: -159px -62px;
  width: 17px;
  height: 31px;
  transition: 0s;
}
.footer__social .social__list .icon__fb:hover,
.contact__info__block .social__list .icon__fb:hover {
  background: url(../images/sprites/icon-fb-hover.png) no-repeat 50% 50%;
  /*background-size: cover;*/
  width: 17px;
  height: 31px;
  transition: 0s;
}
.social-mobile,
.social-tablet { display: none; }
.footer__full-version { display: none; }
.icon__fb--grey {
  background-image: url(../images/sprite.png);
  background-position: 0px 0px;
  width: 40px;
  height: 40px;
}
.icon__fb--grey:hover {
  background-image: url(../images/sprite-hover.png);
  background-position: 0px 0px;
  width: 40px;
  height: 40px;
}
.login-promo__tab .icon__fb--grey:hover {
  background-image: url(../images/sprite-hover.png);
  background-position: 0px 0px;
  width: 40px;
  height: 40px;
}
.icon__fb--red {
  background-image: url(../images/sprite.png);
  background-position: -141px -119px;
  width: 7px;
  height: 14px;
}
.login-promo__social__link:hover .icon__fb--red {
  background-image: url(../images/sprite-hover.png);
  background-position: -141px -119px;
  width: 7px;
  height: 14px;
}
.icon__vk {
  background-image: url(../images/sprite.png);
  background-position: 0px -90px;
  width: 39px;
  height: 24px;
  transition: 0s;
}
.footer__social .social__list .icon__vk:hover,
.contact__info__block .social__list .icon__vk:hover {
  background: url(../images/sprites/icon-vk-hover.png) no-repeat 50% 50%;
  /*background-size: cover;*/
  width: 39px;
  height: 24px;
  transition: 0s;
}
.icon__vk--grey {
  background-image: url(../images/sprite.png);
  background-position: -45px -45px;
  width: 40px;
  height: 40px;
}
.icon__vk--grey:hover {
  background-image: url(../images/sprite-hover.png);
  background-position: -45px -45px;
  width: 40px;
  height: 40px;
}
.login-promo__tab .icon__vk--grey:hover {
  background-image: url(../images/sprite-hover.png);
  background-position: -45px -45px;
  width: 40px;
  height: 40px;
}
.icon__vk--red {
  background-image: url(../images/sprite.png);
  background-position: 0px -171px;
  width: 15px;
  height: 9px;
}
.login-promo__social__link:hover .icon__vk--red {
  background-image: url(../images/sprite-hover.png);
  background-position: 0px -171px;
  width: 15px;
  height: 9px;
}
.icon__ok--grey {
  background-image: url(../images/sprite.png);
  background-position: 0px -45px;
  width: 40px;
  height: 40px;
}
.icon__ok--grey:hover {
  background-image: url(../images/sprite-hover.png);
  background-position: 0px -45px;
  width: 40px;
  height: 40px;
}
.login-promo__tab .icon__ok--grey:hover {
  background-image: url(../images/sprite-hover.png);
  background-position: 0px -45px;
  width: 40px;
  height: 40px;
}
.icon__plus {
  background-image: url(../images/sprite.png);
  background-position: -159px -98px;
  width: 20px;
  height: 20px;
}
.btn__subscribe--simple:hover .icon__plus {
  background-image: url(../images/sprite-hover.png);
  background-position: -159px -98px;
  width: 20px;
  height: 20px;
}
.icon__key {
	background-image: url(../images/sprites/key-icon.png);
  background-size: cover;
  width: 18px;
  height: 18px;
}
.btn__subscribe:hover .icon__key {
  background-image: url(../images/sprites/key-icon-hover.png);
  background-size: cover;
  width: 18px;
  height: 18px;
}
.icon__pen {
  background-image: url(../images/sprite.png);
  background-position: -159px -123px;
  width: 19px;
  height: 19px;
}
.btn__subscribe--simple:hover .icon__pen {
  background-image: url(../images/sprite-hover.png);
  background-position: -159px -123px;
  width: 19px;
  height: 19px;
}
.icon__instagram {
  background-image: url(../images/sprite.png);
  background-position: 0px -119px;
  width: 30px;
  height: 31px;
  transition: 0s;
}
.social__list .icon__instagram:hover {
  background: url(../images/sprites/icon-instagram-hover.png) no-repeat 50% 50%;
  background-size: cover;
  width: 30px;
  height: 31px;
  transition: 0s;
}
.icon__instagram--grey {
  background-image: url(../images/sprite.png);
  background-position: -45px 0px;
  width: 40px;
  height: 40px;
}
.icon__instagram--grey:hover {
  background-image: url(../images/sprite-hover.png);
  background-position: -45px 0px;
  width: 40px;
  height: 40px;
}
.login-promo__tab .icon__instagram--grey:hover {
  background-image: url(../images/sprite-hover.png);
  background-position: -45px 0px;
  width: 40px;
  height: 40px;
}
.icon__pointer-red {
  background-image: url(../images/sprite.png);
  background-position: 0px -155px;
  width: 16px;
  height: 11px;
}
.btn__subscribe:hover .icon__pointer-red {
  background-image: url(../images/sprite-hover.png);
  background-position: 0px -155px;
  width: 16px;
  height: 11px;
}
.icon__loader {
  background-image: url(../images/sprite.png);
  background-position: -90px 0px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.icon__heart {
  background-image: url(../images/sprite.png);
  background-position: -127px -90px;
  width: 15px;
  height: 12px;
}
.icon__good {
  background-color: rgba(0, 0, 0, 0.43);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: relative;
}
.icon__good:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../images/sprite.png);
  background-position: -127px -90px;
  width: 15px;
  height: 12px;
}
.icon__good:hover:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../images/sprite-hover.png);
  background-position: -127px -90px;
  width: 15px;
  height: 12px;
}
.icon__close {
  background-image: url(../images/sprite.png);
  background-position: -159px 0px;
  width: 26px;
  height: 26px;
}

.fa.fa-envelope-o {
	display: inline-block;
  position: relative;
  width: 25px;
	color: #e11218;
	font-size: 16px;
	font-weight: 900;
  background: transparent;
}
.artist-about__buttons .btn:hover .fa-envelope-o { color: #fff; }
ul {
  list-style: none;
  padding: 0;
}
body {
  min-height: 100%;
  position: relative;
  background-color: white;
  font-family: var(--body-font);
}
html {
  height: 100%;
}
a {
  transition: all 0.125s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.bootstrap-select {
  display: inline-block;
  vertical-align: top;
  z-index: 1;
}
.bootstrap-select .btn {
  height: 40px;
  border: 1px solid #e3e3e3;
  outline: none;
}
.bootstrap-select .btn:hover,
.bootstrap-select .btn:focus {
  outline: none !important;
  background: transparent;
}
.bootstrap-select .dropdown-toggle {
  background: white !important;
  color: black !important;
}
.bootstrap-select .dropdown-toggle .caret {
  border: none;
  background-image: url(../images/sprite.png) !important;
  background-position: -88px -155px !important;
  width: 12px !important;
  height: 7px !important;
  right: 6px !important;
}
.bootstrap-select .dropdown-menu {
  margin: 0;
  z-index: 9999;
  background: white;
  border-radius: 0px 0px 5px 5px;
  border-top: none;
}
.bootstrap-select .dropdown-menu a:focus {
  outline: none;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: initial;
}
.dropdown-menu > li > a { padding: 10px 20px; }
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #fff;
  background-image: none;
  background-color: #0eb9cb;
}
.bootstrap-select.__currency {
  float: right !important;
  width: 100px !important;
}
.bootstrap-select.__currency .dropdown-toggle {
  border-radius: 5px;
  transition: none;
}
.bootstrap-select.__currency.open .dropdown-toggle {
  border-radius: 5px 5px 0px 0px;
}
.bootstrap-select.__currency--modal .dropdown-toggle {
  border-color: #0eb9cb;
}
.bootstrap-select.__currency--modal.open .dropdown-toggle {
  border-color: #0eb9cb;
}
.bootstrap-select.__language {
  float: left !important;
  width: 142px !important;
}
.bootstrap-select.__language .dropdown-toggle {
  border-radius: 5px;
  transition: none;
}
.bootstrap-select.__language.open .dropdown-toggle {
  border-radius: 5px 5px 0px 0px;
}
.bootstrap-select.__simple {
  min-width: 233px;
  font-family: var(--body-font);
  font-size: 14px;
}
.bootstrap-select.__simple--setting {
  min-width: 163px;
}
.bootstrap-select.__simple--sort {
  min-width: 163px;
}
.bootstrap-select.__simple .dropdown-toggle {
  border-color: #0eb9cb;
  border-radius: 5px;
  transition: none;
}
.bootstrap-select.__simple .dropdown-menu {
  border-color: #0eb9cb;
}
.bootstrap-select.__simple.open .dropdown-toggle {
  border-color: #0eb9cb;
  border-radius: 5px 5px 0px 0px;
}
.bootstrap-select.__simple.open.dropup .dropdown-toggle {
  border-radius: 0px 0px 5px 5px;
}
.bootstrap-select.__simple.open.dropup .dropdown-menu.open {
  border-radius: 5px 5px 0px 0px;
  border-top: 1px solid #0eb9cb;
  margin-bottom: -1px;
}
.bootstrap-select.open {
  z-index: 2;
}
.bootstrap-select.open .btn {
  box-shadow: none;
}
.bootstrap-select.open .btn:hover {
  background: transparent;
}
.bootstrap-select.open .dropdown-toggle .caret {
  transform: rotate(180deg);
}
input {
  outline: none;
  border: none;
}
.input {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  height: 40px;
  border: 1px solid #e3e3e3;
  padding: 0px 14px;
  border-radius: 5px;
}

input::-webkit-input-placeholder {color:#b7b7b7; font-weight: 900;}
input::-moz-placeholder          {color:#b7b7b7; font-weight: 900;}/* Firefox 19+ */
input:-moz-placeholder           {color:#b7b7b7; font-weight: 900;}/* Firefox 18- */
input:-ms-input-placeholder      {color:#b7b7b7; font-weight: 900;}

textarea {
  padding: 5px 14px;
  font-weight: 400;
}

.input__search {
  margin-right: -1px;
}
.input__verified {
  display: inline-block;
  margin-right: 10px;
}
.input__setting {
  color: #000;
}
.input__modal {
  width: 100%;
}
.input__modal--quick-mail {
  margin-bottom: 25px;
}
.textarea {
  font-size: 14px;
  color: #b7b7b7;
  resize: none;
  border: 1px solid #e3e3e3;
  padding: 10px 14px;
  border-radius: 5px;
  outline: none;
}
.textarea--contact {
  width: 100%;
  height: 80px;
}
.textarea__remind {
  width: 100%;
  height: 90px;
}
.label--modal {
  margin-bottom: 22px;
}
.slider-range {
  border: none;
  height: 3px;
  width: 100%;
}
.slider-range__wrapper {
  padding: 5px 27px;
}
.slider-range__wrapper p {
  font-weight: bold;
  margin-bottom: 9px !important;
}
.slider-range__count {
  width: 100%;
  display: inline-block;
  padding-top: 5px;
}
.slider-range__count input {
  width: 60px;
  margin: 0 !important;
  font-size: 12px;
  font-weight: 100;
  border: none;
}
.slider-range__count__start {
  float: left;
}
.slider-range__count__end {
  float: right;
  text-align: right;
}
.slider-range .noUi-connect {
  background-color: #e11218;
}
.slider-range .noUi-marker-large {
  display: none;
}
.slider-range .noUi-value {
  font-weight: 100;
  font-size: 12px;
}
.slider-range .noUi-value-horizontal {
  transform: none;
}
.slider-range .noUi-value-large:last-of-type {
  left: initial !important;
  right: 0px;
}
.slider-range .noUi-handle {
  height: 11px;
  width: 11px;
  background-color: #e11218;
  border: none;
  border-radius: 50%;
  box-shadow: none;
  top: -4px;
}
.slider-range .noUi-handle:before,
.slider-range .noUi-handle:after {
  display: none;
}
.slider-range .noUi-handle-lower {
  left: 0;
}
.slider-range .noUi-handle-upper {
  left: initial;
  right: 0;
}
.table-promo {
  margin-bottom: 20px;
  width: 100%;
}
.table-promo td {
  vertical-align: top;
  padding-bottom: 36px;
}
.table-promo tr:last-child td {
  padding-bottom: 0;
}
.table-promo__img {
  width: 28%;
}
.table-promo__img__content {
  width: 100%;
  height: 100%;
  max-width: 220px;
  max-height: 140px;
}
.table-promo--basket .table-promo__img__content {
  max-height: inherit;
  max-width: 100%;
  height: inherit;
}
.table-promo__img__block {
  position: relative;
}
.table-promo--basket .table-promo__img {
  padding-right: 2%;
  width: 15%;
}
.table-promo__text--light {
  font-size: 16px;
  color: #8d8d8d;
}
.table-promo--basket .table-promo__text--light {
  font-size: 13px;
  font-weight: 800;
}
.modal-title-tab { display: none; }
.table-promo__text--title {
  font-size: 19px;
  color: #000;
  margin: 7px 0px;
  font-weight: 600;
}
.table-promo--basket .table-promo__text--title {
  font-size: 16px;
}
.table-promo__description {
  padding-top: 15px;
  padding-right: 45px;
  width: 45%;
}

.table-promo--basket .basket__1step .table-promo__description { width: 35%; }

.table-promo--basket .table-promo__description {
  width: 52%;
}
.table-promo__count {
  text-align: center;
  padding-top: 37px;
}
.table-promo--basket .table-promo__count {
  padding-top: 50px;
  width: 15%;
  text-align: left;
}
.table-promo__price {
  text-align: right;
  padding-top: 37px;
}
.table-promo--basket .table-promo__price {
  padding-top: 50px;
  font-size: 19px;
  font-weight: 600;
  text-align: left;
}
.table-promo--basket .basket__1step .table-promo__action {
  padding-top: 50px;
  text-align: right;
}
.table-promo--basket thead td {
  border-top: none;
  border-bottom: none;
  padding: 0px 0px 15px 0px !important;
  font-size: 14px;
  font-weight: 600;
  border-bottom: 1px solid #f4f4f3;
}
.table-promo--basket tbody td {
  padding-bottom: 30px;
  padding-top: 30px;
  border-bottom: none;
  vertical-align: middle;
}
.table-promo--basket tbody tr + tr:last-child td {
  border-top: 1px solid #f4f4f3;
}
.table-promo--basket tr:last-child td {
  padding-bottom: 30px;
}
.table-promo .btn__close {
  margin-left: 27px;
}
.table__info {
  width: 100%;
  margin: 0;
}
.table__info tbody tr td {
  font-size: 16px;
  color: #000;
  border: none;
  padding-top: 33px;
  padding-bottom: 30px;
  border-bottom: 2px solid #f4f4f3;
}
.table__info tbody tr:last-child td {
  border-bottom: none;
}
.table__info__mini {
  width: 27%;
}
.table__info__text--light {
  font-size: 13px !important;
  color: #8d8d8d;
  margin-top: 5px;
}
.table__info__block {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
.table__info__big {
  font-weight: bold;
}
.modal .table__info__big p {
  margin-top: 5px;
  color: #8d8d8d;
  font-size: 13px;
}
.label-circle__wrapper {
  display: inline-block;
}
.label-circle__wrapper input {
  display: none;
}
.label-circle__wrapper label {
  padding-left: 37px;
  padding-top: 5px;
  position: relative;
}
.label-circle__wrapper label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 2px solid #eeeeee;
  background-color: transparent;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.label-circle__wrapper p {
  color: #b7b7b7;
  margin-bottom: 0;
}
.label-circle__wrapper p.label-circle__small {
  font-size: 13px;
  display: block;
  color: #000;
}
.label-circle__wrapper input:checked + label p {
  color: #000;
}
.label-circle__wrapper input:checked + label:before {
  border-width: 11px;
  border-color: #0eb9cb;
}
.label-circle__wrapper a {
  display: inline-block;
  color: #0eb9cb;
  font-size: 13px;
  margin-top: 7px;
}
.btn {
  border-radius: 0px;
  border: none;
  background-color: transparent;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  position: relative;
  z-index: 1;
  outline: none !important;
}
.btn.active,
.btn:focus {
  box-shadow: none;
  outline: 0px;
}
.btn__attention {
  font-size: 15px;
  background: #e11218;
  color: white;
  padding: 15px 40px;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 5px;
}
.btn__attention:hover,
.btn__attention:focus {
  color: white;
  background: #cc0406;
}
.btn__attention--setting {
  font-size: 13px;
  padding: 11px 31px;
}
.btn__attention--modal-paid {
  float: right;
  font-size: 13px;
  padding: 11px 24px;
  margin: 0px 0px 40px 25px;
}
.btn__attention--modal-paid-mob { display: none; }
.btn__attention--simple {
  font-size: 13px;
  padding: 11px 24px;
  vertical-align: middle;
  display: inline-block;
}
.btn__close {
  background: url('../images/sprites/big-close.png') no-repeat 50%/contain;
  width: 26px;
  height: 26px;
}
.btn__close:focus {
  background: url('../images/sprites/big-close.png') no-repeat 50%/contain;
  width: 26px;
  height: 26px;
}
.btn__quick {
  font-size: 13px;
  text-transform: uppercase;
  background-color: #e11218;
  color: white;
  padding: 10px 22px 9px 22px;
  border-radius: 5px;
}
.btn__quick:hover,
.btn__quick:focus {
  color: white;
  background: #cc0406;
}
.btn__quick--card {
  width: 59px;
  height: 59px;
  border-radius: 50%;
}
.btn__quick--modal {
  width: 100%;
  font-size: 15px;
  padding: 14px 0px 15px 0px;
}
.btn__subscribe {
  background: #ededed;
  font-size: 12px;
  font-weight: bold;
  padding: 0px;
  border-radius: 5px;
  min-width: 186px;
  text-align: left;
}
.btn__subscribe--simple {
  padding: 0px 20px;
  line-height: 40px;
  min-width: inherit;
  font-size: 13px;
}
.btn__subscribe--simple .icon {
  vertical-align: text-bottom;
}
.btn__subscribe .icon {
  margin-right: 5px;
}
.btn__subscribe--simple .icon__pointer-red {
	margin-bottom: 3px;
}
.btn__subscribe__text {
  display: inline-block;
  vertical-align: top;
  padding: 9px 5px 9px 16px;
}
.btn__subscribe__count {
  width: 100%;
  max-width: 49px;
  float: right;
  padding: 10px 5px 9px 5px;
  font-size: 12px;
  text-align: center;
  font-weight: bold;
  color: #b7b7b7;
  border-left: 1px solid #e2e2e2;
}
.btn__subscribe:hover .btn__subscribe__count { color: #fff; }
.sum-subscribes {
    margin-left: 15px;
    padding-left: 15px;
    display: inline-block;
    text-align: right;
    border-left: 1px solid #e2e2e2;
}
.btn__favourite {
  background: #ededed;
  font-size: 12px;
  border-radius: 5px;
  font-weight: 600;
  padding: 15px 15px;
  text-transform: uppercase;
}
.btn__favourite .icon {
  vertical-align: top;
  margin-left: 9px;
  margin-top: 3px;
  margin-right: 3px;
}
.btn__favourite__count {
  color: #b7b7b7;
}
.btn__favourite:hover .btn__favourite__count { color: #fff; }
.breadcrumb {
  padding: 13px 0px 15px 0px;
  margin: 0;
  border-radius: 0px;
}
.breadcrumb__wrapper {
  background: #f4f4f4;
}
.breadcrumb__container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  padding-right: 0px;
  padding: 0px 20px;
}
.breadcrumb__container > .navbar-header,
.breadcrumb__container > .navbar-collapse {
  margin-right: 0px;
  margin-left: 0px;
}
.breadcrumb a {
  font-size: 11px;
  color: #8d8d8d;
  text-transform: uppercase;
  font-weight: bold;
}
.breadcrumb a:hover { color: #0eb9cb; }
.breadcrumb > li { display: inline; }
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0px 2px 0px 4px;
  color: #8d8d8d;
  font-size: 11px;
}
.breadcrumb li.active {
  font-size: 11px;
  color: black;
  text-transform: uppercase;
  font-weight: bold;
}
.breadcrumb__art {
  background-color: transparent;
  padding: 12px 0px 15px 0px;
  border-bottom: 2px solid #f4f4f3;
}
.breadcrumb__art--painting {
  margin-bottom: 19px;
}
.breadcrumb__art li.active {
  font-size: 14px;
  text-transform: none;
}
.breadcrumb__art a {
  font-size: 14px;
  text-transform: none;
}
.pagination {
  width: 100%;
  margin: 0;
  text-align: center;
  font-size: 0;
  padding: 4px 0px 4px 0px;
}
.pagination--news {
  margin-bottom: 20px;
}
.pagination > li {
  display: inline-block;
  margin: 0px 6px;
}
.pagination > li > a {
  font-size: 15px;
  font-weight: bold;
  color: #0eb9cb;
  border: transparent;
  background: transparent;
}
.pagination > li > a:hover,
.pagination > li > a:focus {
  color: #b7b7b7;
  background: transparent;
}
.pagination .glyphicon-chevron-right {
  color: #000;
}
.pagination .glyphicon-chevron-right:hover,
.pagination .glyphicon-chevron-right:focus {
  background-color: transparent;
  color: #b7b7b7;
}
.pagination > .active > a {
  color: #b7b7b7;
  background-color: transparent;
}
.pagination > .active > a:hover {
  background-color: transparent;
  color: #b7b7b7;
}
.pagination > .disabled > a {
  pointer-events: none;
}
.header {
  padding: 10px 0px 27px 0px;
}
.header__container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  padding-right: 0px;
  padding: 0px 20px;
}
.header__container > .navbar-header,
.header__container > .navbar-collapse {
  margin-right: 0px;
  margin-left: 0px;
}
.header__logo {
  display: flex;
  align-items: center;
  position: relative;
  height: 70px;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
  line-height: 0;
}
.header__logo--mob { display: none; }
.header__main {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
  padding: 15px 0px 0px 0px;
}
.header__search {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
.header__card {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
  padding: 10px 0px 0px 0px;
}
.header__card-mob { display: none; }
.header__login {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
  float: right !important;
  padding: 10px 0px 0px 0px;
}
.tablet__menu .header__login-mobile { display: none; }
.header__menu {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  font-family: var(--body-font);
  font-weight: 400;
  letter-spacing: .2px;
  padding-left: 0px;
  padding-right: 0px;
  padding: 25px 0px 0px 0px;
  margin: 10px 0px 0px 0px;
  border-top: 4px solid #f4f4f3;
}
.tablet__menu { display: none; }
.header .nav-tabs { border-bottom: 0; }
.header .nav-tabs > li {
  float: none;
}
.header .nav > li > a {
  margin: 0;
  padding: 0;
  border: 0;
}
.header .nav > li > a:hover, .nav > li > a:focus { background-color: transparent; }
.header__menu li {
  display: inline-block;
  position: relative;
  vertical-align: top;
  margin-right: 25px;
}
.header__menu li:last-child {
  margin-right: 0;
}
.header__menu a {
  color: black;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
}

.header__menu a:hover { color: #0eb9cb; }

.header__menu li .one__lvl-drop-menu { display: none; }

.header__menu li:hover .one__lvl-drop-menu {
  display: block;
  position: absolute;
  top: 30px;
  left: -55px;
  padding: 0px 10px 0px 20px;
  width: 620px;
  background: #fff;
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
  border-radius: 5px;
  z-index: 9999;
}
.header__menu li:hover .one__lvl-drop-menu.one__lvl-drop-menu-info {
    left: -205px;
}

.header__menu li:hover .one__lvl-drop-menu:before {
  content: '';
  display: block;
  position: absolute;
  top: -11px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 11px;
  background: url(../images/sprites/triangle.png) no-repeat 16% 50%;
  background-size: contain;
}
.header__menu li:hover .one__lvl-drop-menu.one__lvl-drop-menu-info:before {
    background: url(../images/sprites/triangle.png) no-repeat 32% 50%;
}
@media all and (max-width: 1160px) {
    .header__menu li:hover .one__lvl-drop-menu.one__lvl-drop-menu-info {
        left: -410px;
    }
    .header__menu li:hover .one__lvl-drop-menu.one__lvl-drop-menu-info:before {
        background: url(../images/sprites/triangle.png) no-repeat 58% 50%;
        background-size: contain;
    }
}

.header__menu li:hover .one__lvl-drop-menu > li {
  display: table-cell;
  margin: 0;
  padding: 35px 0 35px 20px;
  width: 32%;
  border-left: 1px solid #ccc;
}

.header__menu li:hover .one__lvl-drop-menu > li:nth-child(1) { border: 0; }

.header__menu li:hover .one__lvl-drop-menu > li ul li {
  width: 100%;
}

.head__drop-menu {
  margin-bottom: 10px;
}

.header__menu li:hover .one__lvl-drop-menu li a {
  font-size: 15px;
  line-height: 25px;
  text-transform: none;
}

.login {
  text-align: right;
}
.login li {
  display: inline-block;
  vertical-align: top;
}
.login li:last-child:before {
  content: "|";
  padding: 0px 4px 0px 1px;
  font-size: 14px;
  line-height: 19px;
  vertical-align: top;
}
.login a {
  font-size: 14px;
  color: black;
}
.login a:hover { color: #0eb9cb; }
.login__enter {
  position: relative;
  padding: 0px 0px 0px 22px;
}
.login__enter:before {
  content: '';
  background-image: url(../images/sprite.png);
  background-position: -88px -90px;
  width: 14px;
  height: 17px;
  position: absolute;
  left: 0;
  top: 2px;
}
.login__enter:hover:before {
  content: '';
  background-image: url(../images/sprite-hover.png);
  background-position: -88px -90px;
  width: 14px;
  height: 17px;
  position: absolute;
  left: 0;
  top: 2px;
}
.logo {
  display: inline-block;
  background: url(../images/logo-new-v3.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 138px;
  height: 72px;
}
.logo:hover,
.logo:focus {
  text-decoration: none;
}
.quick {
  margin: 0;
}
.quick li {
  display: inline-block;
  vertical-align: top;
  margin-right: 18px;
}
.quick li:last-child {
  margin-right: 0;
}
.quick a {
  color: black;
  font-size: 14px;
}
.quick a:hover { color: #0eb9cb; }
.quick__favourite--header {
  position: relative;
  padding: 0px 0px 0px 22px;
}
.quick__favourite--header:before {
  content: '';
  background: url(../images/sprites/icon-heart.png) no-repeat 50% 50%;
  background-size: contain;
  width: 15px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 3px;
}
.quick__favourite--header:hover:before {
  content: '';
  background: url(../images/sprites/icon-heart-hover.png) no-repeat 50% 50%;
  background-size: contain;
  width: 15px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 3px;
}
.quick__favourite {
  position: relative;
  padding: 0px 0px 0px 22px;
}
.quick__favourite:before {
  content: '';
  background-image: url(../images/sprite.png);
  background-position: -107px -90px;
  width: 15px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 3px;
}
.quick__favourite:hover:before {
  content: '';
  background-image: url(../images/sprite-hover.png);
  background-position: -107px -90px;
  width: 15px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 3px;
}
.quick__card--header {
  position: relative;
  padding: 0px 0px 0px 22px;
}
.quick__card--header:before {
  content: '';
  background-image: url(../images/sprites/icon-card.png);
  background-size: contain;
  width: 14px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 3px;
}
.quick__card--header:hover:before {
  content: '';
  background-image: url(../images/sprites/icon-card-hover.png);
  background-size: contain;
  width: 14px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 3px;
}
.colichestvo {
  display: inline-block;
  margin-left: 7px;
  padding: 0 5px 0 3.5px;
  height: 20px;
  color: #fff;
  font-weight: 900;
  text-align: center;
  letter-spacing: -1px;
  background: #0eb9cb;
  border-radius: 40%;
}
.quick__card {
  position: relative;
  padding: 0px 0px 0px 22px;
}
.quick__card:before {
  content: '';
  background-image: url(../images/sprite.png);
  background-position: -122px -119px;
  width: 14px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 3px;
}
.quick__card:hover:before {
  content: '';
  background-image: url(../images/sprite-hover.png);
  background-position: -122px -119px;
  width: 14px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 3px;
}
.search {
  font-size: 0;
  width: 450px;
  display: inline-block;
}
.search__wrapper {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
  margin-right: -1px;
}
.search .input {
  display: inline-block;
  width: 100%;
  border-radius: 5px 0px 0px 5px;
  padding: 0px 14px;
  padding-right: 30px;
}
.search .btn__search {
  position: absolute;
  right: 0px;
  height: 40px;
  line-height: 33px;
}
.search .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
.search .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) .btn {
  border-radius: 0px 5px 5px 0px;
}
.footer {
  width: 100%;
}
.footer__container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  padding-right: 0px;
  padding: 0px 20px;
}
.footer__container > .navbar-header,
.footer__container > .navbar-collapse {
  margin-right: 0px;
  margin-left: 0px;
}
.footer__main {
  background: #f4f4f3;
  padding: 45px 0px 55px 0px;
}
.footer__title {
  font-weight: bold;
  color: black;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.footer__nav {
  position: relative;
  float: left;
  width: 54.16666667%;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
.footer__nav__ul {
  position: relative;
  float: left;
  width: 33.33333333%;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
.footer__nav__ul--about {
  position: relative;
  float: left;
  width: 25%;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
.footer__nav__ul--delivery {
  position: relative;
  float: left;
  width: 37.08333333%;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
.footer__nav__ul--other {
  position: relative;
  float: left;
  width: 37.5%;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
.footer__nav__list {
  width: 100%;
  margin-bottom: 4px;
}
.footer__nav__list:last-child {
  margin-bottom: 0;
}
.footer__nav a {
  font-weight: 600;
  font-size: 14px;
  color: #b7b7b7;
}
.footer__nav a:hover { color: #0eb9cb;}
.footer__social {
  position: relative;
  float: left;
  width: 20.83333333%;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
.footer__region {
  position: relative;
  float: left;
  width: 20.83333333%;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
  float: right !important;
}
.footer__made {
  margin-top: 56px;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  color: #b7b7b7;
}
.footer__made a { color: #0eb9cb; }
.footer__made-mob { display: none; }
.footer__bottom {
  padding: 26px 0px 25px 0px;
}
.footer__copyright {
  float: left;
  font-size: 14px;
  color: #0b0b0b;
  font-weight: 600;
  text-transform: uppercase;
}
.footer__menu {
  float: right;
  margin: 0;
  font-family: var(--body-font);
  font-weight: 400;
  letter-spacing: .2px;
}
.footer__menu li {
  display: inline-block;
  vertical-align: top;
  margin-right: 25px;
}
.footer__menu li:last-child {
  margin-right: 0;
}
.footer__menu a {
  font-size: 14px;
  font-weight: 400;
  color: #b7b7b7;
  text-transform: uppercase;
}
.social__list {
  display: inline-block;
  vertical-align: middle;
  margin-right: 13px;
}
.social__list:last-child {
  margin-right: 0;
}
.social--card .social__list {
  margin-right: 3px;
}
.social--card {
  display: inline-block;
}
.content {
  display: inline-block;
  width: 100%;
  min-height: 300px;
  padding-top: 18px;
  padding-bottom: 20px;
}
.content__container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  padding-right: 0px;
  padding: 0px 20px;
}
.content__container > .navbar-header,
.content__container > .navbar-collapse {
  margin-right: 0px;
  margin-left: 0px;
}
.topic__content { margin-bottom: 35px; }
.topic__article {
  font-family: var(--heading-font);
  font-size: 50px;
  margin-bottom: 34px;
  border-bottom: 2px solid #f4f4f3;
  line-height: normal;
  padding-bottom: 10px;
}
.topic__text {
  font-size: 15px;
  color: black;
  margin-bottom: 22px;
}
.topic__text--title {
  font-size: 20px;
  margin-top: -6px;
  line-height: 25px;
}
.article__date {
  font-size: 14px;
  padding: 9px 0px 11px 0px;
  color: #b7b7b7;
  font-weight: bold;
}
.article__title {
  font-family: var(--heading-font);
  font-size: 50px;
  line-height: 59px;
  border-bottom: 2px solid #f4f4f3;
  margin-bottom: 22px;
  padding-top: 5px;
  padding-bottom: 12px;
margin-top: 0;
}
.article__title--other {
  border-bottom: none;
  margin-bottom: 6px;
}
.article__text {
  font-size: 18px;
}
.article__img {
  margin: 29px 0px 37px 0px;
  width: 100%;
}
.article__img-mob { display: none; }
.article__img--left {
  width: initial;
  float: left;
  padding: 0px 0px 0px 0px;
  margin: 0px 23px 20px 0px;
}
.article__h2 {
  font-family: var(--heading-font);
  font-size: 38px;
  margin-top: 0;
margin-bottom: 0;
line-height: 1.42857143;
}
.article__h2--about {
  margin-bottom: 10px;
}
.article__ul {
  display: inline-block;
  width: 100%;
  font-size: 15px;
}
.article__ul--about {
  margin-top: 10px;
  margin-bottom: 56px;
}
.article__ul--return {
  margin: 2px 0px;
}
.article__ul__list {
  display: inline-block;
  width: 100%;
  position: relative;
  padding-left: 47px;
  margin-bottom: 21px;
}
.article__ul__list:last-child {
  margin-bottom: 0;
}
.article__ul__list:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0px;
  width: 27px;
  height: 2px;
  background: #0eb9cb;
}
.article__ul__list--return {
  margin-bottom: 0px;
  font-weight: 600;
}
.buy-sell__block {
  padding-bottom: 4px;
  margin-bottom: 20px;
  border-bottom: 2px solid #f4f4f3;
}
.buy-sell__block:last-child {
  border-bottom: none;
}
.buy-sell__title {
  font-family: var(--heading-font);
  font-size: 38px;
  margin-bottom: 11px;
}
.buy-sell__text {
  font-size: 15px;
  margin-bottom: 23px;
}
.buy-sell__text--title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 3px;
}
.contact {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 30px;
}
.contact__info {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
  padding: 8px 0px 0px 0px;
}
.contact__info__block {
  margin-bottom: 30px;
}
.contact__info a {
  display: inline-block;
}
.contact__info__social {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  margin: 0px 0px 0px 10px;
}
.contact__info__social li {
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
}
.contact__info__social li:last-child {
  margin-right: 0;
}
.contact__form {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
  float: right !important;
}
.contact__form__title {
  font-family: var(--heading-font);
  font-size: 38px;
  margin-top: -9px;
  margin-bottom: 13px;
  line-height: 1.42857143;
}
.contact__form__name {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
.contact__form__mail {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
.contact__form__area {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.contact__form__verified {
  margin-bottom: 25px;
}
.contact__form__verified p {
  margin-bottom: 0px;
}
.contact__form__verified__img {
  display: inline-block;
  vertical-align: bottom;
  width: 200px;
}
.contact__form__verified__img img {
  width: 100%;
}
.contact__form__verified input {
  vertical-align: bottom;
}
.contact__form label p {
  font-size: 14px;
  font-weight: normal;
}
.contact__form label input {
  width: 100%;
}
.contact__form label input.input__verified {
  width: 161px;
}
.contact__text {
  font-size: 18px;
  margin-bottom: 5px;
  vertical-align: top;
}
.contact__text--title {
  font-weight: bold;
}
.contact__text--link {
  color: #0eb9cb;
  margin-bottom: 0;
}
.contact__text--social {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.contact__map {
  font-size: 0;
}
.contact__map__iframe {
  width: 100%;
  height: 594px;
}
.news {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
  padding: 3px 0px 0px 0px;
}
.news__wrapper {
  margin: 0px -30px 0px -30px;
  display: inline-block;
}
.news__block {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
  padding: 0px 30px 10px 30px;
  margin-bottom: 42px;
}
.news__img {
  display: inline-block;
  width: 100%;
  height: 360px;
  text-align: center;
  margin-bottom: 23px;
  position: relative;
}
.news__img img {
  height: initial;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.news__date {
  display: inline-block;
  width: 100%;
  font-size: 14px;
  color: #b7b7b7;
  font-weight: bold;
  margin-bottom: 13px;
}
.news__link {
  font-size: 18px;
  color: #000;
  font-weight: bold;
  height: 74px;
  overflow: hidden;
}
.promo-style {
  padding: 7px 0px 30px 0px;
  text-align: center;
  background-color: #fcfbf7;
  min-height: 253px;
}
.promo-style__container {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  padding-right: 0px;
  padding: 0px 20px;
}
.promo-style__container > .navbar-header,
.promo-style__container > .navbar-collapse {
  margin-right: 0px;
  margin-left: 0px;
}
.promo-style__title {
  font-family: var(--heading-font);
  font-size: 60px;
  color: #000;
  margin-bottom: 2px;
  margin-top: 0;
line-height: 1.42857143;
}
.promo-style__title--little {
  font-size: 50px;
  margin-top: 10px;
  margin-bottom: 6px;
    line-height: 1.42857143;
}
.promo-style__text {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
  float: none !important;
  margin: 0 auto;
  font-size: 15px;
  color: #000;
}

/*popup подсказка*/
.hint {
  position: relative;
  margin: 0 auto;
  width: 70.83333333%;
  color: #231f20;
  font-size: 15px;
  font-family: var(--body-font);
}

.open-hint {
  display: inline-block;
  margin-top: 23px;
  color: #0eb9cb;
  font: 14px var(--body-font);
}
/*popup подсказка*/

.promo-art {
  display: inline-block;
  width: 100%;
  margin-bottom: 29px;
}
.promo-art__title {
  display: inline-block;
  font-family: var(--heading-font);
  color: #000;
  font-size: 50px;
  line-height: normal;
  margin-bottom: 10px;
  margin-top: 0;
}
.promo-art__select {
  float: right;
  padding: 12px 0px 0px 0px;
}
.promo-art__wrapper {
  margin: 0px -6px;
  display: inline-block;
}
.promo-art__text {
  display: inline-block;
  margin: 18px 0px 0px 0px;
  font-size: 15px;
  font-weight: bold;
  color: #000;
}
.promo-art__block {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
  padding: 0px 6px;
  margin-bottom: 12px;
}
.promo-art--painting .promo-art__block {
  margin-bottom: 37px;
}
.promo-art--painting .promo-art__block:nth-child(1n+6) {
  margin-bottom: 0;
}
.promo-art__img {
  height: 229px;
  position: relative;
}
.promo-art__img img {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}
.promo-art__setting--full {
  background: #fcfbf7;
}
.promo-art__setting__title {
  display: block !important;
  font-weight: bold;
  margin-bottom: 11px !important;
}
.promo-art__setting__container-mob { display: none; }
.promo-art__setting__container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  padding-right: 0px;
  padding: 0px 20px;
}
.promo-art__setting__container > .navbar-header,
.promo-art__setting__container > .navbar-collapse {
  margin-right: 0px;
  margin-left: 0px;
}
.promo-art__setting__container--full {
  border-top: 2px solid #f4f4f3;
  padding-top: 21px;
}
.promo-art__setting__more {
  display: none;
}

.promo-art__setting__more.active.tab-more { display: none; }
.promo-art__setting__block.tab-block { display: none; }

.promo-art__setting__container--full .promo-art__setting__more {
  padding-bottom: 7px;
}
.promo-art__setting__more.active {
  display: block;
}
.promo-art__setting__block {
  display: inline-block;
  vertical-align: top;
  margin-right: 13px;
  margin-bottom: 21px;
}
.promo-art__setting__block-tab { display: none; }
.promo-art__setting__container--full .promo-art__setting__block {
  margin-right: 11px;
  margin-bottom: 17px;
}
.promo-art__setting__show.show-mobile { display: none; }
.promo-art__setting__show {
  float: right;
  position: relative;
  padding-top: 9px;
  color: #0eb9cb;
  font-size: 14px;
  font-weight: bold;
  text-align: right;
  cursor: pointer;
}
.promo-art__setting__show:before {
  content: '';
  background-image: url(../images/sprite.png);
  background-position: -88px -155px;
  width: 12px;
  height: 7px;
  display: inline-block;
  margin: 6px 5px 0px 0px;
  vertical-align: top;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.promo-art__setting__show.active:before {
  transform: rotate(180deg);
}
.promo-art__setting .rouble {
  font-size: 17px;
  vertical-align: middle;
}
.promo-art__setting p {
  font-size: 14px;
  margin: 0px 11px 0px 0px;
  display: inline-block;
  padding: 10px 0px 0px 0px;
}
.promo-art__setting input {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
.noUi-horizontal .noUi-handle {
    width: 11px;
    height: 11px;
    left: -17px;
    top: 3px;
}
.orientation {
  background: #e7e7e7;
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
  cursor: pointer;
  border: none;
  outline: none;
}
.orientation--active {
  background: #0eb9cb;
}
.orientation--square {
  width: 20px;
  height: 20px;
}
.orientation--vertical {
  width: 21px;
  height: 32px;
}
.orientation--horizontal {
  width: 32px;
  height: 20px;
}
.artist {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
  padding: 40px 0px 38px 0px;
  border-bottom: 2px solid #f4f4f3;
}
.artist:last-child {
  border-bottom: none;
}
.artist__wrapper {
  display: inline-block;
  margin-bottom: 15px;
  width: 100%;
}
.artist__img {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
.artist__img img {
  width: 88px;
  height: 88px;
  object-fit: cover;
  object-position: 50%;
}
.artist__description {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
  margin-left: 2.08333333%;
}
.artist__description__title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 2px;
}
.artist__description__title a { color: #000; }
.artist__description__adress {
  font-size: 13px;
  color: #8d8d8d;
  margin-bottom: 11px;
}
.artist__photo {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
.artist__photo:first-child {
  margin-left: 0;
}
.artist__photo img {
  max-width: 100%;
  max-height: 100%;
}
.artist__photo__wrapper {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
.artist__all {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
  padding: 39px 0px 0px 27px;
  font-size: 13px;
  font-weight: bold;
  color: #0eb9cb;
}
.artist__all__link {
  text-decoration: none;
  font-size: 13px;
  font-weight: bold;
  color: #0eb9cb;
}


/*LK-My-profile START */

/*Итория продаж/покупок START*/
#profileHistorySales table {
  margin-top: 5px;
  margin-bottom: 20px;
}

#profileHistorySales table thead tr { border-bottom: 1px solid #e8e8e8; }

#profileHistorySales table thead tr td {
  padding-bottom: 20px;
  font-size: 15px;
  font-weight: 900;
}

#profileHistorySales table thead tr td:nth-child(1) { width: 220px; }
#profileHistorySales table thead tr td:nth-child(2) { width: 145px; }
#profileHistorySales table thead tr td:nth-child(3) { width: 285px; }
#profileHistorySales table thead tr td:nth-child(4) { width: 210px; }
#profileHistorySales table thead tr td:nth-child(5) { width: 220px; }
#profileHistorySales table thead tr td:nth-child(6) { width: 120px; }

#profileHistorySales table tbody tr { border-bottom: 1px solid #e8e8e8; }

#profileHistorySales table tbody tr td {
  padding: 20px 0;
  font-size: 16px;
}

#profileHistorySales table tbody tr td.title__deal { padding-right: 30px; }

#profileHistorySales table tbody tr td p {
  color: #0eb9cb;
  font-size: 16px;
  font-weight: 900;
  margin-bottom: 0;
}

#profileHistorySales table tbody tr td span {
  color: #8d8d8d;
  font-size: 14px;
}

#profileHistorySales table tbody tr td.status__deal {
  position: relative;
  padding-left: 30px;
}

#profileHistorySales table tbody tr td.status__deal p {
  position: relative;
  color: #000;
  font-weight: 400;
}

#profileHistorySales table tbody tr td.status__deal p:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 2px;
  left: -30px;
  width: 18px;
  height: 18px;
}

.deal__paid p:before { background: url(../images/sprites/deal__paid.png) 50% 50%; background-size: contain; }
.deal__not-paid p:before { background: url(../images/sprites/deal__not-paid.png) 50% 50%; background-size: contain; }
.deal__self p:before { top: 12px !important; background: url(../images/sprites/deal__self.png) 50% 50%; background-size: contain; }

#profileHistorySales table tbody tr td:nth-child(6) { font-weight: 900; }
/*Итория продаж/покупок END*/

/*popup подсказка*/
.slow-radio label{
	display: inline-block;
	position: absolute;
	top: -5px;
	right: -13px;
	width: 11px;
	height: 11px;
	color: #0eb9cb;
	font-size: 9px;
	text-align: center;
	line-height: 13px;
	border: 1px solid #0eb9cb;
	border-radius: 50%;
}

.slow-radio input:checked + label:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 40px;
  left: 270px;
	background: url(../images/sprites/close.png) no-repeat 50% 50%;
	background-size: cover;
  width: 15px;
  height: 15px;
  pointer-events: all;
  z-index: 99999;
}

.slow-radio input { display: none; cursor: pointer; }

.slow-radio .hint {
    position: absolute;
    left: 65px;
    width: 0;
		height: 0;
    overflow: hidden;
    opacity: 0;
    z-index: 10;
}

.slow-radio input:checked ~ .hint {
	margin-top: -5px;
  padding: 25px 30px;
  width: 360px;
  height: 110px;
  color: #231f20;
  font-size: 14px;
  font-weight: 400;
  background: #fff url(../images/sprites/hint-2.png) no-repeat 50% -8px;
  background-size: contain;
  border-radius: 5px;
  box-shadow: 0 0 20px rgba(0,0,0,0.1);
  opacity: 1;
}
#ac-3 {
  position: absolute;
  top: 0;
  left: 0;
}
#ac-3.show__ac-3 {
  width: 100vw;
  min-width: 100%;
  height: 100vh;
  min-height: 100%;
  opacity: 0;
}
/*popup подсказка*/

/*profile-edit START*/
.profile-form {
	margin-top: 25px;
	margin-bottom: 80px;
}

.top-section-profile-edit,
.mid-section-profile-edit,
.bot-section-profile-edit { margin-bottom: 20px; }

.top-section-profile-edit label:nth-child(1) { width: 28.75%; }
.top-section-profile-edit label:nth-child(1) input { width: 100%; }
.top-section-profile-edit label:nth-child(2) { width: 18.25%; }
.top-section-profile-edit label:nth-child(2) input { width: 100%; }
.top-section-profile-edit label:nth-child(3) { width: 11%; }
.top-section-profile-edit label:nth-child(3) input { width: 100%; }

.mid-section-profile-edit label:nth-child(3) { width: 31.5%; }
.mid-section-profile-edit label:nth-child(3) input { width: 100%; }
.mid-section-profile-edit label:nth-child(4) { width: 11.5%; }
.mid-section-profile-edit label:nth-child(4) input { width: 100%; }

.profile-form .profile__select--block {
	display: inline-block;
	margin-right: 20px;
	vertical-align: top;
}

.mid-section-profile-edit .profile__select--block {
	width: 13.25%;
}

.mid-section-profile-edit .profile__select--block .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
	width: 100%;
}

.change__password-mob { display: none; }

#modalchangePassword .modal-body label {
  display: inline-block;
  margin-right: 4%;
  width: 60%;
}

#modalchangePassword .btn__quick {
  display: inline-block;
  position: relative;
  bottom: 2px;
  padding: 4px 0px 5px 0px;
  width: 35%;
  height: 40px;
}

.profile-form label {
	margin-right: 20px;
  font-weight: 400;
}

.profile-about {
	width: 100%;
	max-width: 100%;
	min-width: 100%;
}

.profile-about textarea {
	margin-bottom: 20px;
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	border-color: #e3e3e3;
	border-radius: 5px;
}
/*profile-edit END*/

/*Add-work START*/
.add-image-form {
  margin-top: 25px;
  margin-bottom: 80px;
}

.article__h2--add-work {
  display: inline-block;
  margin-bottom: 20px;
  width: 30%;
}

.instruction {
  display: inline-block;
  text-align: right;
  width: 69%;
  color: #000;
  font-family: var(--body-font);
  font-size: 13px;
  font-weight: 900;
}

.instruction a { color: #0eb9cb; }

.add__file {
  margin-bottom: 20px;
  padding: 15px;
  border: 2px dotted #0eb9cb;
  text-align: center;
}

.add__file img {
  display: inline-block;
  margin-right: 10px;
}

.add__file p {
  display: inline-block;
  margin: 0 15px;
  color: #b7b7b7;
  font-size: 14px;
  font-weight: 900;
}

.add__file button {
  display: inline-block;
  margin-left: 20px;
}

.addition__images ul li {
  display: inline-block;
  position: relative;
  margin-right: 10px;
  width: 140px;
}

.addition__images ul li p {
  color: #0eb9cb;
  font-size: 13px;
  font-weight: 800;
}

.addition__images ul .main__photo p { color: #000; }
.addition__images ul .main__photo div { border: 5px solid #0eb9cb; }

.addition__images ul li div {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 140px;
  overflow: hidden;
}

.addition__images ul li div img {
  height: 100%;
}

.del__addition {
  display: block;
  margin: 15px auto 0;
  background: url(../images/sprites/close.png) no-repeat 50% 50%;
  background-size: cover;
  width: 13px;
  height: 13px;
}

/*add_Sections-form START*/

.dop_info {
  display: inline-block;
  margin-left: -5px;
  color: #b7b7b7;
  font-size: 14px;
}

.add-image-form .profile__select--block {
  display: inline-block;
  margin-right: 20px;
  vertical-align: top;
}

.add-image-form label { margin-right: 20px; }

.one-section-image-edit label {
  display: inline-block;
}

.one-section-image-edit label:nth-child(1) { width: 45%; }
.one-section-image-edit label:nth-child(1) input { width: 100%; }
.one-section-image-edit label:nth-child(3) { margin-right: 5px; width: 20%; }
.one-section-image-edit label:nth-child(3) input {
  margin-right: 10px;
  width: 40%;
}

.one-section-image-edit .price__work-mob { display: none; }

.one-section-image-edit label:nth-child(4) { width: 25%; }
.one-section-image-edit label:nth-child(4) input { width: 41.5%; }
.one-section-image-edit label:nth-child(4) input:nth-child(2) { margin-right: 5%; }
.one-section-image-edit label:nth-child(4) .dop_info { margin-left: 5px; }

.tags-tab { display: none; }

.tags { margin-top: 7px; margin-bottom: 25px; }

.tags a { color: #0eb9cb; }

.tags .tag {
  margin-right: 10px;
  padding: 5px 10px;
  color: #fff;
  background: #0eb9cb;
  border-radius: 5px;
}

.tags .tag img { margin-left: 10px; }

.two-section-image-edit label:nth-child(4) { width: 13%; }
.two-section-image-edit label:nth-child(4) input { margin-right: 10px; width: 85%; }

#select-date-tab { display: none; }

#select-date { width: 166px; }

#select-date input {
  font-size: 14px;
  color: #b7b7b7;
  width: 100%;
  height: 40px;
  border: 1px solid #e3e3e3;
  padding: 0px 14px;
  border-radius: 5px;
}

.add-image-form .add__work-filter-mob { display: none; }

.three-section-image-edit {
  margin: 30px 0;
  width: 60%;
}

.radio {
  vertical-align: top;
  width: 17px;
  height: 17px;
  margin: 0 3px 0 0;
}
.radio + label {
  cursor: pointer;
}
.radio:not(checked) {
  position: absolute;
  opacity: 0;
}
.radio:not(checked) + label {
  position: relative;
  padding: 0 0 0 35px;
  color: #b7b7b7;
}
.radio:not(checked) + label:before {
  content: '';
  position: absolute;
  top: -2px;
  left: 0;
  width: 23px;
  height: 23px;
  background: #fff;
  border: 1px solid #b7b7b7;
  border-radius: 50%;
}
.radio:checked + label { color: #000; }
.radio:checked + label:after {
  opacity: 1;
}
.radio:checked + label:before {
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background: url(../images/sprites/radio-checked.png);
  background-size: cover;
  border: 0;
}

.three-section-image-edit label p { display: inline-block; }

.label-status {
  display: inline-block;
  margin: 20px 20px 5px 0;
  max-width: 100%;
  font-weight: bold;
}

.label-status:nth-child(1) { width: auto; }
.label-status:nth-child(2) { width: auto; }
.label-status:nth-child(3) { width: 100%; }

.label-status p {
  display: inline-block;
  margin-right: 10px;
}

.three-section-image-edit .three-section-filter-mob { display: none; }

/*popup подсказка*/
.status-work {
  display: inline-block;
  position: relative;
  width: 135px;
}

.status-work #pop-label {
  display: inline-block;
  position: absolute;
  top: -5px;
  right: -13px;
  width: 11px;
  height: 11px;
  color: #0eb9cb;
  font-size: 9px;
  text-align: center;
  line-height: 13px;
  border: 1px solid #0eb9cb;
  border-radius: 50%;
}

.status-work #pop-input:checked + #pop-label:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 35px;
  left: 295px;
  background: url(../images/sprites/close.png) no-repeat 50% 50%;
  background-size: cover;
  width: 15px;
  height: 15px;
  z-index: 99999;
}

.status-work #pop-input { display: none; cursor: pointer; }

.status-work .hint {
    position: absolute;
    left: 65px;
    width: 0;
    height: 0;
    overflow: hidden;
    opacity: 0;
    z-index: 10;
}

.status-work #pop-input:checked ~ .hint {
  margin-top: -5px;
  padding: 25px 30px;
  width: 380px;
  height: 260px;
  color: #231f20;
  font-size: 14px;
  font-weight: 400;
  background: #fff url(../images/sprites/hint-2.png) no-repeat 50% -8px;
  background-size: contain;
  border-radius: 5px;
  box-shadow: 0 0 20px rgba(0,0,0,0.1);
  opacity: 1;
}
/*popup подсказка*/

.add__info--about {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}

.add__info--about span { color: #e11218;  color: #000; }

.add__info--about textarea {
  margin-bottom: 20px;
  padding: 5px 15px;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  border: 1px solid #e3e3e3;
  border-radius: 5px;
}

.four-section-image-edit { margin-bottom: 40px; }

.four-section-image-edit .title-adrees-dostavki {
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 900;
}

.four-section-image-edit .profile__select--block p { font-weight: 900; }

.four-section-image-edit label:nth-child(4) { width: 28%; }
.four-section-image-edit label:nth-child(4) input { margin-right: 10px; width: 100%; }
.four-section-image-edit label:nth-child(5) { width: 10%; }
.four-section-image-edit label:nth-child(5) input { margin-right: 10px; width: 100%; }

/*add_Sections-form END*/
/*Add-work END*/

#clean__box {
  float: right;
  display: inline-block;
  position: relative;
  color: #0eb9cb;
  font-size: 14px;
  font-weight: 900;
}

#clean__box:before {
  content: '';
  display: block;
  position: absolute;
  top: 3px;
  left: -25px;
  width: 13px;
  height: 15px;
  background: url(../images/sprites/clean-basket.png);
  background-size: cover;
}

.delete__block {
	margin-top: 30px;
	padding: 10px 20px;
	background: #f4f4f4;
}

.delete__block .check__del {
	display: inline-block;
	margin: 0;
	margin-right: 32px;
	height: 20px;
	vertical-align: middle;
}

.check__del input {
  display: none;
}
.check__del input + label {
  position: relative;
  color: #0eb9cb;
  font-size: 13px;
  font-weight: 600;
}
.check__del input:not(checked) + label {
  position: relative;
}
.check__del input:not(checked) + label:before {
  content: '';
  display: inline-block;
  vertical-align: top;
  background-image: url(../images/sprites/base-label.png);
  background-size: cover;
  width: 17px;
  height: 17px;
  margin-right: 10px;
}
.check__del input:checked + label:before {
  background-image: url(../images/sprites/base-check.png);
  background-size: cover;
  width: 18px;
  height: 15px;
}

.delete__block a {
	display: inline-block;
	height: 20px;
	color: #0eb9cb;
	font-size: 14px;
	font-weight: 900;
	vertical-align: middle;
}

#profileMessages .artist-about { display: none; }

#profileMessages .artist {
  padding: 20px;
	border-top: 1px solid #e8e8e8;
	border-bottom: 0;
}

#profileMessages .artist:hover { background: #e5f7f9; }

#profileMessages a {
  color: #000;
}

#profileMessages .artist__wrapper .artist:nth-child(2) { margin-top: 0; }

#profileMessages .check__message {
  float: left;
  display: inline-block;
  margin-top: 30px;
  width: 5%;
}

#profileMessages .artist__description__name { font-weight: 900; }

#profileMessages .artist__img {
  width: 6.5%;
}

#profileMessages .artist__description {
  padding-top: 20px;
}

#profileMessages .artist__message__wrapper {
  display: inline-block;
  float: left;
  padding-top: 25px;
  width: 40%;
}

#profileActivity--self .artist {
  margin-top: 20px;
  padding: 20px 0px 0;
  border-top: 1px solid #e8e8e8;
  border-bottom: 0;
}

#profileActivity--self .artist__photo__wrapper {
  float: left;
  position: relative;
  min-height: 1px;
  width: 43%;
  padding-left: 0px;
  padding-right: 0px;
}

#profileActivity--self .artist__photo__wrapper .artist__photo {
  margin-right: 25px;
  width: 18.5%;
}

#profileActivity--self .artist__photo__wrapper .artist__description__title { font-size: 16px; }

#profileActivity--self .artist__activity__wrapper {
  display: inline-block;
  float: left;
  padding-top: 20px;
  width: 25%;
}

#profileActivity--self .artist__description { width: 33%; }

#profileActivity--self .artist__activity__wrapper .active__act {
  display: inline-block;
  position: relative;
  margin-bottom: 0;
  padding-top: 15px;
  vertical-align: top;
}

#profileActivity--self .artist__activity__wrapper .active--favorite:before {
  content: '';
  display: block;
  background-image: url(../images/sprite.png);
  background-position: -143px -145px;
  width: 18px;
  height: 18px;
  position: absolute;
  left: -35px;
  top: 14px;
}
#profileActivity--self .artist__activity__wrapper .active--subscribe:before {
  content: '';
  display: block;
  background-image: url(../images/sprite.png);
  background-position: -124px -145px;
  width: 18px;
  height: 18px;
  position: absolute;
  left: -35px;
  top: 14px;
}
#profileActivity--self .artist__activity__wrapper .active--comment:before {
  content: '';
  display: block;
  background-image: url(../images/sprite.png);
  background-position: -103px -145px;
  width: 18px;
  height: 18px;
  position: absolute;
  left: -35px;
  top: 15px;
}

#profileSubscribe .artist {
    margin-top: 20px;
    padding: 20px 0px 0;
    border-top: 1px solid #e8e8e8;
    border-bottom: 0;
}

#profileSubscribe .artist__description {
    padding-top: 25px;
}

#profileSubscribe .artist__description__name {
    font-size: 16px;
    font-weight: 900;
}

#profileSubscribe .artist__activity__wrapper {
    display: inline-block;
    float: left;
    padding-top: 20px;
    width: 25%;
}

#profileSubscribe .artist__activity__wrapper .active__act {
    display: inline-block;
    position: relative;
    margin-bottom: 0;
    padding-top: 15px;
    vertical-align: top;
}
/*LK-my-work*/
#profileWorks .artist {
    margin-top: 20px;
    padding: 20px 0px 0;
    border-top: 1px solid #e8e8e8;
    border-bottom: 0;
}

#profileWorks .artist__photo__wrapper {
    float: left;
    position: relative;
    min-height: 1px;
    width: 43%;
    padding-left: 0px;
    padding-right: 0px;
}

#profileWorks .artist__photo__wrapper .artist__photo {
    margin-right: 25px;
    width: 18.5%;
}

#profileWorks .artist__photo__wrapper .artist__description__title {
    font-size: 16px;
}

#profileWorks .artist__edit--work {
    float: right;
    padding-top: 35px;
}

#profileWorks .artist__edit--work .artist__edit--img {
  margin-right: 40px;
  color: #0eb9cb;
  font-size: 13px;
  font-weight: 900;
}
/*LK-my-work*/

/*LK-My-profile END */

#profileActivity .artist {
	margin-top: 20px;
  padding: 20px 0px 0;
	border-top: 1px solid #e8e8e8;
	border-bottom: 0;
}
#profileActivity .artist__description { padding-top: 25px; }
#profileActivity .artist__description__name {
	font-size: 16px;
	font-weight: 900;
}
#profileActivity .artist__activity__wrapper {
	display: inline-block;
	float: left;
	padding-top: 20px;
	width: 25%;
}

#profileActivity .artist__activity__wrapper .active__act {
	display: inline-block;
	position: relative;
	margin-bottom: 0;
  padding-top: 15px;
	vertical-align: top;
}

#profileActivity .artist__activity__wrapper .active--favorite:before {
  content: '';
  display: block;
  background-image: url(../images/sprite.png);
  background-position: -143px -145px;
  width: 18px;
  height: 18px;
  position: absolute;
  left: -35px;
  top: 14px;
}
#profileActivity .artist__activity__wrapper .active--subscribe:before {
  content: '';
  display: block;
  background-image: url(../images/sprite.png);
  background-position: -124px -145px;
  width: 18px;
  height: 18px;
  position: absolute;
  left: -35px;
  top: 14px;
}
#profileActivity .artist__activity__wrapper .active--comment:before {
  content: '';
  display: block;
  background-image: url(../images/sprite.png);
  background-position: -103px -145px;
  width: 18px;
  height: 18px;
  position: absolute;
  left: -35px;
  top: 15px;
}

#profileActivity .artist__photo__wrapper {
  position: relative;
  min-height: 1px;
  width: 30%;
  padding-top: 20px;
  padding-left: 0px;
  padding-right: 0px;
}

#profileActivity .artist__photo { margin-right: 25px;}

#profileActivity .artist__description__title {
	font-size: 13px;
	font-weight: 900;
}
#profileActivity .artist__description__method {
  font-size: 13px;
  color: #8d8d8d;
  margin-bottom: 11px;
}
#profileActivity .artist__img__subscribed {
	float: left;
	position: relative;
  min-height: 1px;
  width: 5%;
  padding-top: 15px;
  padding-left: 0px;
  padding-right: 0px;
}
#profileActivity .artist__img__subscribed img {
	width: 100%;
	min-width: 100%;
}
.artist__date {
	float: right;
	padding-top: 35px;
}
.artist__date-mob { display: none; }
#profileActivity--author .artist {
	margin-top: 20px;
  padding: 20px 0px 0;
	border-top: 1px solid #e8e8e8;
	border-bottom: 0;
}

#profileActivity--author .artist__photo__wrapper {
	float: left;
  position: relative;
  min-height: 1px;
  width: 43%;
  padding-left: 0px;
  padding-right: 0px;
}

#profileActivity--author .artist__photo__wrapper .artist__photo {
	margin-right: 25px;
	width: 18.5%;
}

#profileActivity--author .artist__photo__wrapper .artist__description__title { font-size: 16px; }

#profileActivity--author .artist__activity__wrapper {
	display: inline-block;
	float: left;
	padding-top: 20px;
	width: 25%;
}

#profileActivity--author .artist__description { width: 33%; }

#profileActivity--author .artist__activity__wrapper .active__act {
	display: inline-block;
	position: relative;
	margin-bottom: 0;
	padding-top: 15px;
	vertical-align: top;
}

#profileActivity--author .artist__activity__wrapper .active--favorite:before {
  content: '';
  display: block;
  background-image: url(../images/sprite.png);
  background-position: -143px -145px;
  width: 18px;
  height: 18px;
  position: absolute;
  left: -35px;
  top: 14px;
}
#profileActivity--author .artist__activity__wrapper .active--subscribe:before {
  content: '';
  display: block;
  background-image: url(../images/sprite.png);
  background-position: -124px -145px;
  width: 18px;
  height: 18px;
  position: absolute;
  left: -35px;
  top: 14px;
}
#profileActivity--author .artist__activity__wrapper .active--comment:before {
  content: '';
  display: block;
  background-image: url(../images/sprite.png);
  background-position: -103px -145px;
  width: 18px;
  height: 18px;
  position: absolute;
  left: -35px;
  top: 15px;
}

.dropdown__main {
  min-width: 163px;
}

#profileReview .artist {
	margin-top: 0;
  padding: 0;
	border-bottom: 0;
}

#profileReview .artist:first-child {
	margin-top: 20px;
  padding: 20px 0px 0;
	border-top: 1px solid #e8e8e8;
}

#profileReview .artist:first-child .artist__img {
	margin-top: 0;
  padding: 0;
}

#profileReview .artist__img {
	margin-top: 20px;
  padding: 20px 0px 0;
	width: 3.5%;
}
#profileReview .artist:first-child .artist__description {
	margin-top: 0px;
  padding: 0;
  border: 0;
}
#profileReview .artist__description {
	float: none;
	display: inline-block;
	margin-top: 20px;
  padding: 20px 0px 0;
	margin-left: 1%;
	width: 95.5%;
	border-top: 1px solid #e8e8e8;
}

#profileReview .artist__description__name {
	display: inline-block;
	margin-right: 20px;
	font-size: 14px;
	font-weight: 900;
}

#profileReview .artist__description__date {
	display: inline-block;
  margin-bottom: 11px;
  color: #b7b7b7;
  font-size: 12px;
  font-weight: 900;
}

#profileReview .artist__review__wrapper {
	display: inline-block;
	margin-left: 1%;
	width: 95.5%;
}

#profileReview .artist__form__review__wrapper #review {
	margin-top: 10px;
	margin-left: 4.5%;
	padding: 10px 15px;
	width: 95.5%;
	max-width: 95.5%;
	border-color: #e3e3e3;
}

.btn__subscribe--add-review {
  float: right;
  margin-top: 20px;
  padding: 0px 20px;
  min-width: inherit;
  height: 0;
  font-size: 13px;
  line-height: 0px;
  opacity: 0;
  transition: 0.15s;
}

.btn__subscribe--add-review:hover { color: #fff; background: #e11218; }

.btn__favourite:hover { color: #fff; background: #e11218; }

.btn__subscribe--add-review.show__add-review {
  height: inherit;
  line-height: 40px;
  opacity: 1;
  transition: 0.15s;
}

#review::-webkit-input-placeholder {color:#000; font-size: 14px; font-weight: 900;}
#review::-moz-placeholder          {color:#000; font-size: 14px; font-weight: 900;}/* Firefox 19+ */
#review:-moz-placeholder           {color:#000; font-size: 14px; font-weight: 900;}/* Firefox 18- */
#review:-ms-input-placeholder      {color:#000; font-size: 14px; font-weight: 900;}

#profileWork .promo-art__setting__container--full {
	padding-top: 10px;
	background: #fff;
	border: 0;
}

#profileDiscount .promo-art__setting__container--full {
	padding-top: 10px;
	background: #fff;
	border: 0;
}

.pagination--reviews {
    margin-top: -5px;
    margin-bottom: 20px;
}

.dropdown__main .divider {
  margin: 0;
  height: 2px;
}
.dropdown__main .dropdown-toggle {
  width: 100%;
  text-align: left;
  border: 1px solid #0eb9cb;
  background: white;
  border-radius: 5px;
  transition: none;
  height: 40px;
}
.dropdown__main .dropdown-toggle .caret {
  float: right;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  right: 6px;
  vertical-align: middle;
}
.dropdown__main .dropdown-menu {
  margin: 9px 0px 0px -230px;
  padding: 5px 0px 15px 0px;
  border-radius: 5px;
  border: none;
  width: 460px;
  left: 50%;
}
.dropdown__main .dropdown-menu:before {
  content: '';
  position: absolute;
  top: -7px;
  border-bottom: 9px solid;
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
  color: white;
  left: 50%;
  margin-left: -8px;
}
.dropdown__main .dropdown-menu__btn {
  text-align: center;
}
.dropdown__main .caret {
  border: none;
  background-image: url(../images/sprite.png);
  background-position: -88px -155px;
  width: 12px;
  height: 7px;
}
.dropdown__main.open .dropdown-toggle {
  border-color: #eb9194;
}
.dropdown__main.open .caret {
  transform: rotate(180deg);
}
.return__block {
  display: inline-block;
  width: 100%;
  padding-bottom: 29px;
  border-bottom: 2px solid #f4f4f3;
  padding-top: 21px;
}
.return__block:first-child {
  padding-top: 0;
}
.return__block:last-child {
  border-bottom: none;
}
.return__title {
  font-family: var(--heading-font);
  font-size: 38px;
  color: #000;
}
.return__text {
  font-size: 15px;
  margin-bottom: 5px;
}
.delivery {
  padding-top: 1px;
  padding-bottom: 35px;
}
.bootstrap-select.__simple.delivery__nav-tab { display: none; }
.bootstrap-select.__simple.mySelect-backet { display: none; }
.delivery__nav {
  border-bottom: none;
  padding-bottom: 10px;
}
.delivery__nav > li {
  border: 4px solid transparent;
  position: relative;
  margin: 0px 9px 0px 0px;
}
.delivery__nav > li > a {
  margin: 0;
  border: none;
  padding: 15px 21px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 0px;
  text-transform: uppercase;
  color: #b7b7b7;
  transition: none;
}
.delivery__nav > li > a:hover,
.delivery__nav > li > a:focus {
	color: #0eb9cb;
  background: transparent;
  border: none;
}
.delivery__nav > li.active {
  border: 4px solid #0eb9cb;
}
.delivery__nav > li.active:before {
  content: '';
  background-image: url(../images/sprite.png);
  background-position: -131px -69px;
  width: 21px;
  height: 14px;
  position: absolute;
  bottom: -14px;
  left: 50%;
  margin-left: -10px;
  z-index: 1;
  background-color: white;
}
.delivery__nav > li.active a {
  color: black;
  border: none;
}
.delivery__nav > li.active a:hover,
.delivery__nav > li.active a:focus {
  border: none;
}
.delivery__nav--main {
  padding: 30px 0px 0px 0px;
  text-align: center;
}
.delivery__nav--main > li {
  float: none;
  display: inline-block;
  vertical-align: top;
  border-width: 6px;
}
.delivery__nav--main > li > a {
  padding: 17px 21px;
}
.delivery__nav--main > li.active {
  border-width: 6px;
}
.delivery__nav--main > li.active:before {
  background-image: url(../images/sprite.png);
  background-position: -131px -48px;
  width: 21px;
  height: 16px;
  bottom: -16px;
}
.delivery__nav--main > li.active a {
  background-color: transparent;
}
.delivery__nav--main > li.active a:hover,
.delivery__nav--main > li.active a:focus {
  background-color: transparent;
}
.delivery__nav--main > li.active:before {
  background-color: #fcfbf7;
}
#delivery__nav--main-mob { display: none; }
.delivery__content {
  padding: 16px 0px 0px 0px;
}
.delivery__content--main {
  padding-top: 30px;
}
.delivery__title {
  font-family: var(--heading-font);
  font-size: 38px;
  margin-bottom: 11px;
  margin-top: 0;
  line-height: 1.42857143;
}
.delivery p {
  font-size: 14px;
  margin-bottom: 25px;
}
.delivery--main {
  padding-bottom: 40px;
}
.catalog-art {
  font-size: 0;
}
.catalog-art__tablet { display: none; }
.catalog-art__hover {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  pointer-events: none;
}
.catalog-art__hover__wrapper {
  display: table;
  width: 100%;
  height: 100%;
}
.catalog-art__hover__content {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.catalog-art__hover__like {
  position: absolute;
  bottom: 37px;
  left: 0;
  width: 100%;
  font-size: 13px;
  color: white;
}
.catalog-art__hover__like .icon {
  vertical-align: middle;
  margin-right: 5px;
  margin-left: 23px;
}
.catalog-art:hover .catalog-art__hover {
  opacity: 1;
  pointer-events: auto;
  background: rgba(0, 0, 0, 0.4);
}
.catalog-art__sort {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 5px;
  padding-bottom: 19px;
}
.catalog-art__sort__title {
  display: inline-block;
  vertical-align: middle;
  font-weight: 600;
  font-size: 14px;
  margin-right: 5px;
}
.catalog-art__sort .bootstrap-select {
  vertical-align: middle;
  min-width: 161px;
}
.catalog-art__sort .filter-cancel {
  float: right;
  display: inline-block;
  padding-top: 10px;
  color: #0eb9cb;
  font-weight: 900;
}
.catalog-art__wrapper {
  margin: 0px -8px;
  display: inline-block;
}
.catalog-art__wrapper--full {
  width: inherit;
}
.catalog-art__wrapper--flow {
  width: 100%;
}
.catalog-art__block {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
  vertical-align: top;
  padding: 0px 8px;
  margin-bottom: 12px;
}
.catalog-art__block.mix {
  display: none;
}
.catalog-art__search {
  display: block;
  padding: 0 20px;
  margin: 0 auto;
  width: 1240px;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0px;
  padding-bottom: 5px;
    line-height: 1.42857143;
}
.catalog-art__search__result {
  font-size: 50px;
  font-family: var(--heading-font);
}
.catalog-art__img {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.catalog-art__img--simple {
  height: 250px;
}
.catalog-art__img img {
  width: 100%;
  /*min-height: 100%;*/
  min-width: 100%;
}
.catalog-art__description {
  border: 1px solid #e9e9e7;
  background-color: white;
  padding: 23px 26px;
  position: relative;
}
.catalog-art__title {
  display: inline-block;
  font-size: 17px;
  line-height: normal;
  color: #000000;
  font-weight: bold;
}
.catalog-art__type {
  display: inline-block;
  width: 100%;
  margin-top: 3px;
  color: #8d8d8d;
  font-size: 15px;
}
.catalog-art__artist {
  color: #000;
  font-size: 13px;
  margin-top: 18px;
}
.catalog-art__artist__name {
  display: inline-block;
  color: #000;
}
.catalog-art__artist__country {
  display: inline-block;
  color: #8d8d8d;
  margin-left: 10px;
}
.catalog-art__price {
  font-size: 17px;
  display: inline-block;
  font-weight: bold;
  margin-top: 28px;
}
.catalog-art__price .old__price {
	margin-left: 10px;
	font-weight: 100;
	text-decoration: line-through;
}
.catalog-art__price--sold {
  font-weight: normal;
}
.catalog-art__price__sold {
  display: inline-block;
  text-decoration: line-through;
}
.catalog-art__price__new {
  text-transform: uppercase;
  display: inline-block;
  padding: 1px 5px;
  font-size: 10px;
  font-weight: bold;
  color: white;
  background-color: #0eb9cb;
  vertical-align: top;
  margin-top: 3px;
}
.catalog-art__favourite {
  padding: 0;
  background: transparent;
  border-width: 0px 0px 80px 80px;
  border-style: solid;
  border-color: transparent transparent #ff0000;
  color: white;
  cursor: pointer;
  outline: none;
}
.catalog-art__favourite__wrapper {
  position: absolute;
  bottom: 0px;
  right: 0;
}
.catalog-art__favourite__icon {
  position: absolute;
  right: 6px;
  bottom: 6px;
  font-size: 10px;
}

.catalog-art__favourite__icon .glyphicon { font-size: 20px; }
.other-work {
  padding-bottom: 40px;
}
.work-same {
  padding: 24px 0px 39px 0px;
  background-color: #f6f6f6;
}
.tooltip {
  margin: 5px 0px 0px 0px !important;
  padding: 0px 0px 0px 0px !important;
  background: white;
  left: -11px !important;
  opacity: 1 !important;
}
.tooltip .tooltip-arrow {
  border-bottom-color: white !important;
  margin-top: -9px !important;
  border-width: 0 10px 9px !important;
  left: 33px !important;
}
.tooltip .tooltip-inner {
  background-color: transparent;
  padding: 22px 28px;
  box-shadow: 0px 0px 4px 0px grey;
  color: #000;
  width: 231px;
  text-align: left;
  max-width: inherit;
  font-size: 14px;
}
.tooltip .tooltip-inner:after {
  content: '×';
  position: absolute;
  top: 3px;
  right: 11px;
  font-size: 22px;
  line-height: normal;
  opacity: 0.5;
  cursor: pointer;
}
.carousel-main {
  height: 460px;
}
.carousel-main .content__container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.carousel-main .slick-arrow {
  display: none !important;
}
.carousel-main__slide {
  text-align: center;
}
.carousel-main__img {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  z-index: -1;
}

.carousel-main__slide-1 .carousel-main__img { background: url('../images/carousel-img1.jpg'); background-size: cover; }
.carousel-main__slide-2 .carousel-main__img { background: url('../images/carousel-img1.jpg'); background-size: cover; }
.carousel-main__slide-3 .carousel-main__img { background: url('../images/carousel-img1.jpg'); background-size: cover; }

.carousel-main__title {
  font-size: 65px;
  font-family: var(--heading-font);
  color: white;
}
.carousel-main__description {
  color: white;
  font-size: 17px;
  text-transform: uppercase;
}
.carousel-main .slick-list {
  height: 100%;
}
.carousel-main .slick-track {
  height: 100%;
}
.carousel-main .slick-slide {
  position: relative;
}
.carousel-main .slick-dots {
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translate(-50%, 0%);
  margin: 0px;
}
.carousel-main .slick-dots li {
  display: inline-block;
  vertical-align: top;
  margin: 0px 4px;
}
.carousel-main .slick-dots li.slick-active button {
  background-color: #0eb9cb;
  border-color: #0eb9cb;
}
.carousel-main .slick-dots button {
  padding: 0;
  font-size: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  box-shadow: none;
  border: 2px solid white;
  background-color: transparent;
  outline: none;
}
.carousel__painter__wrapper {
  margin: 0px -18px;
}
.carousel__painter__slide {
  padding: 0px 16px;
  padding-bottom: 15px;
}
.carousel__painter__slide__wrapper {
  position: relative;
  height: 212px;
}
.carousel__painter__img {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover !important;
}
.carousel__painter__slide__wrapper:hover .carousel__painter__img {
  z-index: -1;
}
.carousel__painter__description {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 10px;
  right: -10px;
  z-index: -1;
  background-color: rgba(14, 185, 203, 0.6);
}
.carousel__painter__slide__wrapper:hover .carousel__painter__description {
  z-index: 1;
}
.carousel__painter__text {
  position: absolute;
  bottom: 0px;
  padding: 24px 16px;
  left: 0;
  width: 100%;
  color: white;
}
.carousel__painter__text__title {
  font-size: 15px;
  font-weight: bold;
  text-decoration: underline;
}
.carousel__painter__text__simple {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  margin-top: 25px;
}
.carousel__painter .slick-dots {
  display: none !important;
}
.carousel__painter .slick-arrow {
  background-image: url(../images/sprite.png);
  background-position: -131px 0px;
  width: 23px;
  height: 43px;
  font-size: 0;
  border: none;
  background-color: transparent;
  position: absolute;
  top: 85px;
}
.carousel__painter .slick-arrow:hover {
  background-image: url(../images/sprite-hover.png);
  background-position: -131px 0px;
  width: 23px;
  height: 43px;
  font-size: 0;
  border: none;
  background-color: transparent;
  position: absolute;
  top: 85px;
}
.carousel__painter .slick-arrow.slick-prev {
  transform: rotate(180deg);
  left: -55px;
}
.carousel__painter .slick-arrow.slick-next {
  right: -55px;
}
.slider-card {
  display: inline-block;
  width: 100%;
}
.slider-card__nav-tab { display: none; }
.slider-card__nav {
  width: 64px;
  float: left;
}
.slider-card__nav__list {
  width: 100% !important;
  height: 64px !important;
  outline: none;
  border: none !important;
  margin-bottom: 12px;
  cursor: pointer;
}
.slider-card__nav .slick-dots {
  display: none !important;
}
.slider-card__nav .slick-track {
  height: 100%;
  width: 100% !important;
}
.slider-card__nav .slick-arrow {
  background-image: url(../images/sprite.png);
  background-position: -21px -155px;
  width: 17px;
  height: 10px;
  border: none;
  background-color: transparent;
  font-size: 0;
  display: block !important;
  margin: 0 auto;
  outline: none;
}
.slider-card__nav .slick-arrow.slick-prev {
  margin-bottom: 17px;
  transform: rotate(180deg);
}
.slider-card__nav .slick-arrow.slick-prev.slick-disabled {
  transform: rotate(0deg);
}
.slider-card__nav .slick-arrow.slick-next {
  margin-top: 17px;
}
.slider-card__nav .slick-arrow.slick-next.slick-disabled {
  transform: rotate(180deg);
}
.slider-card__nav .slick-arrow.slick-disabled {
  background-image: url(../images/sprite.png);
  background-position: -43px -155px;
  width: 17px;
  height: 10px;
}
.slider-card__nav__img {
  display: block;
  width: 100%;
  height: 100%;
}
.slick-current .slider-card__nav__img {
  box-shadow: inset 0px 0px 0px 5px #00C0D2;
}
.slider-card__carousel {
  float: right;
  width: 660px;
  height: 657px;
}
.slider-card__carousel__img {
  display: block;
  width: 100%;
  height: 100%;
}
.slider-card__carousel .slick-list {
  height: 100%;
  width: 100%;
}
.slider-card__carousel .slick-track {
  height: 100%;
}
.main-catalog {
  background: #fcfbf7;
}
.main-item {
  margin: -10px -10px 20px -10px;
}
.main-item__box {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
  padding: 10px 10px;
  height: 244px;
}

.main-item__box--big {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
  padding: 10px 10px;
  height: 488px;
}
.main-item__img {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center top !important;
}
.main-item__img__wrapper {
  display: block;
  width: 100%;
  height: 100%;
}
.main-item__box .catalog-art__favourite__wrapper {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.main-item__box .catalog-art__favourite__wrapper .catalog-art__favourite { border-width: 0px 0px 40px 40px; }
.main-item__box .catalog-art__favourite__wrapper .catalog-art__favourite .catalog-art__favourite__icon .glyphicon { font-size: 100%; }

.main-item__box--big .catalog-art__favourite__wrapper .catalog-art__favourite { border-width: 0px 0px 80px 80px; }
.main-item__box--big .catalog-art__favourite__wrapper .catalog-art__favourite .catalog-art__favourite__icon .glyphicon { font-size: 20px; }

.main-item__description {
  display: block;
  height: 100%;
  background: rgba(14, 185, 203, 0.6);
  position: relative;
}

.main-item__description__wrapper {
  opacity: 0;
  z-index: -1;
  position: absolute;
  padding: 10px 10px;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.main-item__img__wrapper:hover .main-item__img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
}

.main-item__img__wrapper:hover .main-item__description__wrapper {
  opacity: 1;
  z-index: 0;
}
.main-item__text {
  display: block;
  width: 100%;
  height: 100%;
  padding: 15px 17px;
}
.main-item__artist {
  font-size: 13px;
  color: white;
  display: block;
}
.main-item__title {
  font-size: 15px;
  text-transform: uppercase;
  text-decoration: underline;
  color: white;
  display: block;
  margin-top: 4px;
}
.loader__wrapper {
  text-align: center;
}
.loader__spiner {
  margin-bottom: 11px;
}
.loader__text {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #0eb9cb;
  text-decoration: underline;
  cursor: pointer;
}
.print {
  text-align: center;
  padding: 45px 0px 70px 0px;
}
.print__container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  padding-right: 0px;
  padding: 0px 20px;
}
.print__container > .navbar-header,
.print__container > .navbar-collapse {
  margin-right: 0px;
  margin-left: 0px;
}
.print__content {
  position: relative;
}
.print__background {
  position: absolute;
  left: 50%;
  top: 0px;
  transform: translate(-50%, 0%);
  background: url(../images/print-background.png);
  height: 263px;
  width: 100%;
  border: 4px solid black;
}
.print__background__wrapper {
  position: relative;
  margin: 0px -59px;
}
.print__title {
  font-size: 50px;
  font-family: var(--heading-font);
  margin-bottom: 51px;
}
.print__wrapper {
  margin: 0px -10px;
  margin-top: -23px;
}
.print__box {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
  padding: 0px 10px;
  height: 224px;
}
.print__img {
  display: block;
  height: 100%;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
.print__button {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding-top: 35px;
}
.how-work {
  overflow: hidden;
}
.how-work__container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  padding-right: 0px;
  padding: 0px 20px;
}
.how-work__container > .navbar-header,
.how-work__container > .navbar-collapse {
  margin-right: 0px;
  margin-left: 0px;
}
.how-work__title {
  font-size: 50px;
  font-family: var(--heading-font);
  margin-bottom: 12px;
}
.how-work__video {
  float: left;
  padding-top: 26px;
  z-index: 3;
  position: relative;
}
.how-work__video__iframe {
  display: inline-block;
  width: 713px;
  height: 401px;
}
.how-work__description {
  float: right;
  width: 433px;
  position: relative;
  color: white;
  padding: 27px 0px 0px 0px;
  z-index: 2;
}
@media (min-width: 1281px) {
    .how-work__description {
        position: static;
    }
}
.how-work__description .how-work__title {
  margin-bottom: 6px;
}
.how-work__description p {
  font-size: 15px;
  margin-bottom: 21px;
}
.how-work__description__img {
  background: url("../images/how-background.jpg");
  position: absolute;
  top: 0px;
  left: -169px;
  width: 800px;
  height: 460px;
  z-index: -1;
}
@media (min-width: 1281px) {
    .how-work__description__img {
        left: auto;
        right: -178px;
    }
}
.how-work a {
  display: inline-block;
  text-transform: uppercase;
  text-decoration: underline;
  font-size: 13px;
  font-weight: bold;
  color: #0eb9cb;
}
.painter {
  padding-top: 32px;
  padding-bottom: 93px;
  overflow: hidden;
}
.painter__container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  padding-right: 0px;
  padding: 0px 20px;
}
.painter__container > .navbar-header,
.painter__container > .navbar-collapse {
  margin-right: 0px;
  margin-left: 0px;
}
.painter__title {
  font-family: var(--heading-font);
  font-size: 50px;
  text-align: center;
  margin-bottom: 33px;
}
.card {
  display: inline-block;
  width: 100%;
  padding: 9px 0px 12px 0px;
  border-bottom: 2px solid #f4f4f3;
  margin-bottom: 18px;
}
.card__slider {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
  font-size: 0;
}
.card__info {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
.card__info__btn {
  text-align: center;
  margin-bottom: 18px;
}
.card__info__btn .btn {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
  float: none !important;
}
.card__description {
  position: relative;
  float: left;
  width: 93.125%;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
  float: right !important;
  padding: 19px 0px 0;
  margin-bottom: 20px;
}
.card__description-mob { display: none; }
.card__description p { margin: 0; }

/*popup подсказка*/
.card__description label {
  cursor: pointer;
  position: absolute;
  bottom: -25px;
  color: #0eb9cb;
  opacity: 1;
  transition: 0.5s ease-in-out;
  z-index: 9999;
}

.card__description input:checked + label {
  bottom: -20px;
  font-size: 0;
  transition: 0s ease-in-out;
}

.card__description input:checked + label:after {
  content: 'Скрыть';
  display: inline-block;
  cursor: pointer;
  color: #0eb9cb;
  font-size: 14px;
  opacity: 1;
  transition: 0s ease-in-out;
  z-index: 9999;
}

.card__description input { display: none; cursor: pointer; }

.card__description .hint {
    position: relative;
    margin: 0 auto;
    width: 100%;
    height: 0vw;
    font-size: 14px; 
    font-family: var(--body-font);
    overflow: hidden;
    opacity: 0;
    transition: 0.5s ease-in-out;
    z-index: 10;
}

.card__description input:checked ~ .hint {
  height: 7vw;
  color: #231f20;
  font-size: 14px; 
  font-family: var(--body-font);
  opacity: 1;
  transition: 0.5s ease-in-out;
}
/*popup подсказка*/

.card a {
  color: #0eb9cb;
  font-weight: 600;
}
.card__tab {
  border: 1px solid #e9e9e7;
  margin-bottom: 27px;
}
.card__tab__nav {
  border-bottom: none;
  display: -ms-flexbox;
  display: flex;
}
.card__tab__nav li {
  margin: 0;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}
.card__tab__nav li a {
  border: none;
  padding: 18px 10px;
  background: #f6f6f6;
  border-radius: 0px;
  color: black;
  margin: 0;
  font-size: 15px;
  font-weight: bold;
  transition: none;
}
.card__tab__nav li a:hover,
.card__tab__nav li a:focus {
  border: none;
  background: #f6f6f6;
}
.card__tab__nav li.active a {
  border: none;
  background: #fff;
}
.card__tab__nav li.active a:hover,
.card__tab__nav li.active a:focus {
  border: none;
  background: #fff;
}
.card__tab__content {
  padding: 28px 41px;
}
.card__tab__title {
  display: inline-block;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 4px;
    margin-top: 0;
    line-height: 1.42857143;
}
.card__tab__text {
  display: inline-block;
  color: #000;
  font-size: 15px;
  margin-bottom: 3px;
}
.card__tab__text--light {
  margin-bottom: 20px;
  font-size: 13px;
  color: #8d8d8d;
}
.card__tab__description {
  margin-bottom: 26px;
}
.card__tab__profile {
  margin-bottom: 17px;
}
.card__tab__profile a {
  color: #000;
  font-weight: normal;
}
#card-print .promo-art__setting__block {
  margin-bottom: 10px;
  width: 100%;
}
.promo-art__setting__block-mob { display: none; }
#card-print .btn-group {
  width: 100%;
}
.card__tab__profile__description {
  display: inline-block;
  vertical-align: top;
  max-width: 160px;
  padding-top: 4px;
}
.card__tab__profile__img {
  display: inline-block;
  vertical-align: top;
  width: 57px;
  height: 57px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
}
.card__tab__profile__img img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  transform: translate(-50%, -50%);
  border: 4px solid #fff;
  border-radius: 50%;
}
.card__tab__price {
  margin-top: 27px;
  font-size: 15px;
  font-weight: 600;
}
.card__tab__price--print {
  margin-top: 15px;
  font-size: 15px;
  font-weight: 600;
}
.card__tab__price--print .rouble {
    font-size: 22px;
    font-weight: normal;
}
.card__tab__price__text {
  margin-right: 2px;
}
.card__tab__price__count {
  font-size: 22px;
  font-weight: normal;
  text-decoration: line-through;
}
.card__tab__price__count_buy {
  font-size: 22px;
  font-weight: 900;
}
.card__tab__price .rouble {
  font-size: 22px;
  font-weight: normal;
}
.card__tab__content .btn__quick {
  padding: 13px 22px 12px 22px;
  margin-top: 15px;
  width: 100%;
}
.card__social {
  text-align: center;
}
.card__social .card__tab__text {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  margin-right: 3px;
}
.card__title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 20px;
    line-height: 1.42857143;
}
.comment {
  padding: 38px 0px;
}
.comment__title {
  padding-left: 40px;
  position: relative;
  font-size: 23px;
  font-weight: 600;
  padding-bottom: 25px;
}
.comment__title:before {
  content: '';
  position: absolute;
  background-image: url(../images/sprite.png);
  background-position: -159px -31px;
  width: 26px;
  height: 26px;
  left: 0;
  top: 1px;
}
.comment__profile {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
  padding: 17px 0px 0px 0px;
}
.comment__profile__wrapper {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
  padding: 0px 0px 0px 0px;
  border-top: 1px solid #f4f4f3;
}
.comment__profile__img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
.comment__profile__img__wrapper {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
.comment__profile__img img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
}
.comment__profile__description {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 5px;
  padding-bottom: 14px;
  border-bottom: 1px solid #f4f4f3;
}
.comment__profile__description .comment__profile__description {
  padding-bottom: 0;
  border-bottom: none;
}
.comment__profile__name {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 7px;
}
.comment__profile__date {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  color: #b7b7b7;
  margin-left: 16px;
}
.comment__profile__text {
  font-size: 15px;
}
.comment__profile__reply {
  display: inline-block;
  margin-top: 5px;
  font-size: 12px;
  color: #0eb9cb;
  font-weight: bold;
}
.comment__readall {
  display: inline-block;
  color: #0eb9cb;
  font-weight: bold;
  margin-top: 12px;
  font-size: 14px;
  margin-bottom: 33px;
}
.comment__message {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
  color: #000;
  border: 2px solid #f4f4f3;
  resize: none;
  height: 44px;
  outline: none;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  padding: 9px 20px;
  font-size: 14px;
}
.comment__message:focus {
  height: 70px;
}
.modal-backdrop {
  background: rgba(0, 0, 0, 0.75);
}

.modal.in .modal-dialog { transform: translate(0, -25%); }

.modal-dialog {
  margin: 25% auto 0;
  width: 570px;
}
.modal-dialog--big {
  width: 100%;
  max-width: 1015px;
}
.modal-content {
  border: 10px solid #00E2EA;
  border-radius: 0px;
  box-shadow: none;
  padding: 25px 25px;
}
.modal-content--big {
  padding: 25px 55px;
}
.modal-header {
  padding: 0px 0px 20px 0px;
  border-bottom: 2px solid #f4f4f3;
}
.modal-title {
  font-weight: bold;
  font-size: 18px;
}
.modal-body {
  padding: 15px 0px 0px 0px;
}
.modal-select__block {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
  padding: 0px 10px;
  margin-bottom: 10px;
}
.modal-select__block--lang {
  position: relative;
  float: left;
  width: 83.33333333%;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
  padding: 0px 10px;
}
.modal-select__block--cur {
  position: relative;
  float: left;
  width: 16.66666667%;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
  padding: 0px 10px;
}
.modal-select__block__wrapper {
  margin: 0px -10px;
}
.modal .bootstrap-select {
  width: 100% !important;
}
.modal-registration {
  margin-top: 20px;
}
.modal-registration .btn__quick {
  margin-top: 20px;
}
.modal-registration label {
  margin-bottom: 8px;
}
.modal-agree {
  padding-top: 15px;
}
.modal-agree input {
  display: none;
}
.modal-agree #file1 + label {
  position: relative;
  color: #0eb9cb;
  font-size: 13px;
  font-weight: 600;
}
.modal-agree #file1:not(checked) + label {
  position: relative;
}
.modal-agree #file1:not(checked) + label:before {
  content: '';
  display: inline-block;
  vertical-align: top;
  background-image: url(../images/sprite.png);
  background-position: -66px -90px;
  width: 17px;
  height: 17px;
  margin-right: 10px;
}
.modal-agree #file1:checked + label:before {
  background-image: url(../images/sprite.png);
  background-position: -44px -90px;
  width: 17px;
  height: 17px;
}
.modal-order__title {
  padding: 0px 28px 20px 0px;
}
.modal-order__item {
  margin: 0px -55px;
  padding: 36px 55px;
  background-color: #f6f6f6;
}
.modal-order thead { border-bottom: 1px solid #eee; }
.modal-order thead td {
  font-size: 18px;
  font-weight: 900;
}
.modal-order p {
  font-size: 16px;
  color: #8d8d8d;
}
.modal-order p.title {
  font-size: 19px;
  color: #000000;
}
.modal p {
  font-size: 15px;
  font-weight: normal;
}
.modal label {
  width: 100%;
}
.modal input,
.modal textarea {
  font-weight: normal;
  color: #000;
}
.modal input[type="password"],
.modal textarea[type="password"] {
  color: #0eb9cb;
}
.modal .close {
  background-image: url(../images/sprite.png);
  background-position: -158px 0px;
  width: 26px;
  height: 26px;
  position: absolute;
  top: -10px;
  right: -45px;
  opacity: 1;
}
.modal a {
  color: #0eb9cb;
}
.modal-text {
  font-size: 15px;
}
.modal-text--light {
  color: #8d8d8d;
}
.message-promo {
  margin-bottom: 20px;
}
.message-promo__title {
  font-size: 18px;
  font-weight: 600;
  color: #b7b7b7;
}
.message-promo__block {
  border-bottom: 1px solid #e8e8e8;
  padding: 30px 0px;
}
.message-promo__profile {
  margin-bottom: 16px;
}
.message-promo__profile__img {
  width: 40px;
  height: 40px;
  overflow: hidden;
  position: relative;
  margin-right: 15px;
  display: inline-block;
  vertical-align: top;
}
.message-promo__profile__img img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.message-promo__profile__description {
  display: inline-block;
  vertical-align: top;
}
.message-promo__profile__date {
  font-size: 12px;
  color: #b7b7b7;
  font-weight: 600;
  margin-bottom: 2px;
}
.message-promo__profile__name {
  font-size: 14px;
  font-weight: 600;
  color: #000000;
}
.message-promo__area {
  font-size: 14px;
}
.login-promo__about {
  background-color: #fcfbf7;
}
.login-promo__tab {
  border-bottom: 2px solid #f4f4f3;
  margin: 0px -25px;
  padding: 0px 25px;
}
.login-promo__tab li {
  margin: 0px 0px -2px 0px;
  margin-right: 45px;
}
.login-promo__tab li:last-child {
  margin-right: 0;
}
.login-promo__tab li a {
  margin: 0;
  font-size: 17px;
  font-weight: 600;
  color: #b7b7b7;
  transition: 0.125s;
  padding: 0px 0px 15px 0px;
  position: relative;
  border-color: transparent;
  border-bottom: 2px solid transparent;
}
.login-promo__tab li a:hover,
.login-promo__tab li a:focus {
  border-color: transparent;
  background: transparent;
}
.login-promo__tab li.active a {
  background: transparent;
  border-color: transparent;
  border-bottom: 2px solid #0eb9cb;
  color: #000;
  font-weight: 900;
}
.login-promo__tab li.active a:hover,
.login-promo__tab li.active a:focus {
  background: transparent;
  border-color: transparent;
  border-bottom: 2px solid #0eb9cb;
}
.login-promo__tab--basket {
  padding: 0;
  margin: 0;
}
.login-promo__tab--basket li a {
  font-size: 18px;
}
.login-promo__tab--about {
  margin: 0;
  padding: 0;
}
.login-promo__tab--about li {
  margin-right: 28px;
}
.login-promo__tab--about li a {
  font-size: 15px;
  padding-top: 1px;
  padding-bottom: 21px;
}
.login-promo__tab--about li a:hover { color: #0eb9cb; }
.login-promo__content {
  padding: 16px 0px;
}
.login-promo__content--basket {
  padding: 0;
}
.login-promo__content--about {
  padding: 16px 0px;
}
.login-promo__content--about p {
  font-size: 15px;
  margin-bottom: 21px;
}
.login-promo__social {
  display: inline-block;
  vertical-align: middle;
}
.login-promo__social__text {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.login-promo__social__list {
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
}
.login-promo__social__list:last-child {
  margin-right: 0;
}
.login-promo__social__link {
  display: table;
  text-align: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 2px solid #eeeeee;
}
.login-promo__social__link:hover { border: 2px solid #0eb9cb; }
.login-promo__social__link__text {
  display: table-cell;
  vertical-align: middle;
}
.basket {
  padding-top: 7px;
}
.basket a { font-weight: 900; }
.basket__row {
  padding: 22px 0px;
  width: 100%;
  display: inline-block;
  border-bottom: 2px solid #f4f4f3;
  margin: 0px -8px;
}
.basket__text {
  font-size: 16px;
}
.basket__text--title {
  padding-top: 6px;
}
.basket__block {
  padding: 0px 8px !important;
  display: inline-block;
  vertical-align: top;
}

.basket__block--title.basket__block--title-bot { width: 21%; }
.basket__description.basket__description-bot { width: 77%; }

.basket__block--title {
  width: 270px;
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
.basket__block--flex {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
.basket__block--select {
  width: 165px;
}
.basket__block--select .bootstrap-select {
  width: 100% !important;
  min-width: inherit;
}
.basket__block--street {
  width: 425px;
}
.basket__block--num {
  width: 149px;
}
.basket__block--radio {
  margin-right: 20px;
}
.basket__block--agree {
  padding-top: 8px !important;
}
.basket__block input {
  width: 100%;
}
.basket__description {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
  padding-right: 30px;
}
.basket__description__wrapper {
  margin: 0px -8px;
}
.basket__total {
  text-align: right;
  padding: 20px 0px;
}
.basket__total__text {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  margin-right: 30px;
}
.basket__total__text__price {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  margin-left: 13px;
}
.basket a {
  color: #0eb9cb;
}
.calculate-block {
  list-style: none;
  margin: 0;
  padding: 0;
}
.calculate-block li {
  float: left;
}
.calculate-block__value {
  font-size: 15px;
  font-weight: 900;
  width: 40px;
  text-align: center;
}
.basket .calculate-block__count {
  text-decoration: none;
  color: #000;
  font-size: 22px;
  line-height: 23px;
  padding: 0px 10px;
}
.basket .calculate-block__count--minus {
  line-height: 21px;
}
.artist-about {
  padding: 0;
  display: inline-block;
  width: 100%;
}
.artist-about__social {
  margin-top: -6px;
}
.artist-about__social .social {
  margin-left: 10px;
}
.artist-about__promo {
  background-color: #fcfbf7;
  padding: 35px 0px 41px 0px;
}
.artist-about__img {
  position: relative;
  width: 150px;
  height: 150px;
  border: 4px solid transparent;
  border-radius: 50%;
  overflow: hidden;
}

.artist-about__img.verified-user,
.card__tab__profile__img.verified-user/*,
.artist__img.verified-user*/ {
    border: 4px solid #e30516;
}
.artist__img.verified-user {
    position: relative;
}
.artist__img.verified-user a::before {
    content: '';
    position: absolute;
    top: -6%;
    left: -6%;
    width: 112%;
    height: 112%;
    border: 3px solid #e30516;
    border-radius: 50%;
}

.hidden__add-new-photo {
  position: absolute;
  bottom: 0;
  margin: 0;
  padding-top: 5px;
  width: 100%;
  height: 55px;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  text-align: center;
  background: rgba(0,0,0,0.6);
  opacity: 0;
  z-index: 99;
}
.artist-about__img:hover img ~ .hidden__add-new-photo {
  opacity: 1;
}
/*.artist-about__img:hover img {
  content: 'Загрузить новое фото';

}*/
.artist-about__img__wrapper {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
.artist-about__img img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 4px solid #fff;
  border-radius: 50%;
}
.artist-about__description {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
.artist-about__description__info {
  display: inline-block;
  width: 55%;
}
.artist-about__name-mob { display: none; }
.artist-about__name {
  font-size: 50px;
  font-family: var(--heading-font);
  line-height: 40px;
margin-top: 0;
margin-bottom: 0;
}
.artist-about__city-mob { display: none; }
.artist-about__city {
  color: #8d8d8d;
  font-size: 16px;
  margin-top: 10px;
}
.artist-about__buttons-tab { display: none; }
.artist-about__buttons {
  float: right;
  padding-top: 19px;
}
.artist-about__buttons .btn {
  margin-left: 10px;
}
.artist-about__img-user .social { display: none; }
.btn__subscribe:hover {
  color: #fff;
  background: #e11218;
}
.artist-about__info {
  padding-top: 10px;
  font-size: 13px;
}
.artist-about__social {
  float: right;
}
.artist-about__social p {
  display: inline-block;
}
.btn-group.bootstrap-select.slow-radio-mob.__simple  { display: none; }
.slow-radio__pointer {
	display: inline-block;
	position: relative;
  font-size: 14px;
  color: #b7b7b7;
  vertical-align: middle;
}
.slow-radio__pointer--active {
  color: #0eb9cb;
}
.slow-radio__button {
	display: inline-block;
	margin: 0 10px;
  width: 45px;
  height: 20px;
  border-radius: 15px;
  background-color: #0eb9cb;
  position: relative;
  vertical-align: middle;
}
.slow-radio__button:before {
	content: '';
  position: absolute;
  top: 6px;
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50%;
}
.slow-radio__button--left:before { left: 7px; }
.slow-radio__button--right:before { right: 7px; }

#profileFavourite .content__container { margin-left: -20px; }

@media (min-width: 961px) {

  .table__info__block {
    float: left;
    width: 33.33333333%;
  }

  .breadcrumb__container {
    width: 1050px;
  }

  .breadcrumb__container > .navbar-header,
  .breadcrumb__container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }

  .header__container {
    width: 1050px;
  }

  .header__container > .navbar-header,
  .header__container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }

  .header__logo {
    float: left;
    width: 18.75%;
  }

  .header__main {
    float: left;
    width: 81.25%;
  }

  .header__search {
    float: left;
    width: 51.25%;
  }

  .header__card {
    float: left;
    width: 22%;
  }

  .header__login {
    float: left;
    width: 26%;
  }

  .search__wrapper {
    float: left;
    width: 74.58333333%;
  }

  .search .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    float: left;
    width: 25.41666667%;
  }

  .footer__container {
    width: 1050px;
  }

  .footer__container > .navbar-header,
  .footer__container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }

  .content__container {
    width: 1050px;
  }

  .content__container > .navbar-header,
  .content__container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }

  .contact__info {
    float: left;
    width: 50%;
  }

  .contact__form {
    float: left;
    width: 36.83333333%;
  }

  .contact__form__name {
    float: left;
    width: 47.91666667%;
  }

  .contact__form__mail {
    float: left;
    width: 47.91666667%;
  }

  .contact__form__mail {
    margin-left: 4.16666667%;
  }

  .contact__form__area {
    float: left;
    width: 100%;
  }

  .promo-style__container {
    width: 1050px;
  }

  .promo-style__container > .navbar-header,
  .promo-style__container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }

  .promo-style__text {
    float: left;
    width: 70.83333333%;
  }

  .promo-art__block {
    float: left;
    width: 20%;
  }

  .promo-art__setting__container {
    width: 1050px;
  }

  .promo-art__setting__container > .navbar-header,
  .promo-art__setting__container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }

  .artist__img {
    float: left;
    width: 7.91666667%;
  }

  .artist__description {
    float: left;
    width: 19.58333333%;
  }

  .artist__photo {
    float: left;
    width: 16.66666667%;
  }

  .artist__photo {
    margin-left: 4.16666667%;
  }

  .artist__photo__wrapper {
    float: left;
    width: 50.41666667%;
  }

  .artist__all {
    float: left;
    width: 20%;
  }

  .catalog-art__block {
    float: left;
    width: 25%;
  }

  .print__container {
    width: 1050px;
  }

  .print__container > .navbar-header,
  .print__container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }

  .print__box {
    float: left;
    width: 20%;
  }

  .how-work__container {
    width: 1050px;
  }
  @media (min-width: 1281px) {
    .how-work__container {
        position: relative;
    }
}

  .how-work__container > .navbar-header,
  .how-work__container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }

  .painter__container {
    width: 1050px;
  }

  .painter__container > .navbar-header,
  .painter__container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }

  .comment__profile__img__wrapper {
    float: left;
    width: 8.33333333%;
  }

  .comment__profile__description {
    float: left;
    width: 95.41666667%;
  }

  .comment__readall {
    margin-left: 4.16666667%;
  }

  .comment__message {
    float: left;
    width: 95.83333333%;
  }

  .comment__message {
    margin-left: 4.16666667%;
  }

  .basket__block--title {
    float: left;
    width: 20.83333333%;
  }

  .basket__block--flex {
    float: left;
    width: 33.33333333%;
  }

  .basket__description {
    margin-left: 1.66666667%;
  }

  .basket__description {
    float: left;
    width: 77.5%;
  }

  .artist-about__img__wrapper {
    float: left;
    width: 15%;
  }

  .artist-about__description {
    float: left;
    width: 84.58333333%;
  }

}

@media (min-width: 1130px) {

  .breadcrumb__container {
    width: 100%;
  }

  .header__container {
    width: 100%;
  }

  .footer__container {
    width: 100%;
  }

  .content__container {
    width: 100%;
  }

  .news__block {
    float: left;
    width: 33.33333333%;
  }

  .promo-style__container {
    width: 100%;
  }

  .promo-style__text {
    float: left;
    width: 70.83333333%;
  }

  .promo-art__setting__container {
    width: 100%;
  }

  .main-item__box {
    float: left;
    width: 20%;
  }

  .main-item__box--big {
    float: left;
    width: 40%;
  }

  .print__container {
    width: 100%;
  }

  .how-work__container {
    width: 100%;
  }

  .painter__container {
    width: 100%;
  }

  .card__slider {
    float: left;
    width: 62.08333333%;
  }

  .card__info {
    float: left;
    width: 28.125%;
  }

  .card__info {
    margin-left: 1.875%;
  }

  .card__info__btn .btn {
    float: left;
    width: 79.16666667%;
  }

  .comment__profile__img__wrapper {
    float: left;
    width: 4.58333333%;
  }

}

@media (min-width: 1280px) {
  .breadcrumb__container {
    width: 1240px;
  }

  .header__container {
    width: 1240px;
  }

  .footer__container {
    width: 1240px;
  }

  .content__container {
    width: 1240px;
  }

  .promo-style__container {
    width: 1240px;
  }

  .promo-style__text {
    float: left;
    width: 70.83333333%;
  }

  .promo-art__setting__container {
    width: 1240px;
  }

  .print__container {
    width: 1240px;
  }

  .how-work__container {
    width: 1240px;
  }

  .painter__container {
    width: 1240px;
  }
}

.messageSend:hover .fa-envelope-o {
  color: #fff;
}

.footer__container .footer__full-version-return {
  float: none;
}
.scrollup {
  z-index: 500;
}
