/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/* Form Mail Colors */
/* Form Attributes */
/* AJAX */
/* Blocks Design */
.aristos_form * {
  box-sizing: content-box;
}
.aristos_form .c-input {
  font-size: 16px;
  position: relative;
  height: 30px;
  border-radius: 0;
  z-index: 10;
  margin: 0 15px 15px 0;
  background: #ffffff;
  width: 340px;
}
.aristos_form .c-input input {
  width: 285px;
}
.aristos_form .c-input .intl-tel-input input[type=tel] {
  width: 235px;
}
.aristos_form .c-input.prep input {
  width: 255px;
}
.aristos_form .c-input.prep .intl-tel-input input[type=tel] {
  width: 200px;
}
.aristos_form .c-input.small {
  width: 235px;
}
.aristos_form .c-input.small input {
  width: 180px;
}
.aristos_form .c-input.small .intl-tel-input input[type=tel] {
  width: 130px;
}
.aristos_form .c-input.small.prep input {
  width: 150px;
}
.aristos_form .c-input.small.prep .intl-tel-input input[type=tel] {
  width: 95px;
}
.aristos_form .c-input.mini {
  width: 205px;
}
.aristos_form .c-input.mini input {
  width: 150px;
}
.aristos_form .c-input.mini .intl-tel-input input[type=tel] {
  width: 100px;
}
.aristos_form .c-input.mini.prep input {
  width: 120px;
}
.aristos_form .c-input.mini.prep .intl-tel-input input[type=tel] {
  width: 65px;
}
.aristos_form .c-input.nano {
  width: 140px;
}
.aristos_form .c-input.nano input {
  width: 85px;
}
.aristos_form .c-input.nano .intl-tel-input input[type=tel] {
  width: 35px;
}
.aristos_form .c-input.nano.prep input {
  width: 55px;
}
.aristos_form .c-input.nano.prep .intl-tel-input input[type=tel] {
  width: 0px;
}
.aristos_form .c-input.static,
.aristos_form .c-input.static.active {
  margin: 0;
}
.aristos_form .c-input input,
.aristos_form .c-input select {
  font-size: 15px;
  color: #3b3b3b;
  outline: none;
  display: inline-block;
  border: none;
  background: transparent;
  padding: 4px 10px;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.aristos_form .c-input select {
  width: 75%;
}
.aristos_form .c-input.c-phone {
  z-index: 11;
}
.aristos_form .c-input.prep {
  white-space: nowrap;
}
.aristos_form .c-input .addon {
  display: block;
  float: left;
  width: auto;
  height: 100%;
  min-width: 16px;
  padding: 0 5px;
  font: 14px/32px FontAwesome normal;
  text-align: center;
  background-color: #eeeeee;
  margin-left: -1px;
  margin-top: -1px;
}
.aristos_form .c-input .addon.right {
  float: right;
  margin-left: 7px;
}
.aristos_form .c-input .c-status {
  float: right;
  display: block;
  position: relative;
}
.aristos_form .c-input .c-status:before {
  display: block;
  width: 30px;
  height: 30px;
  background: transparent;
  color: #ffffff;
  font: normal normal normal 18px/1 FontAwesome;
  text-rendering: auto;
  line-height: 29px;
  text-align: center;
}
.aristos_form .c-textarea {
  position: relative;
  border: 1px dashed #ededed;
  width: 340px;
  margin: 0 15px 15px 0;
}
@media (max-width: 992px) {
  .aristos_form .c-textarea {
    width: 290px;
  }
}
@media (max-width: 768px) {
  .aristos_form .c-textarea {
    margin-right: 0;
  }
}
.aristos_form .c-textarea textarea {
  font-size: 14px;
  width: 100%;
  height: 40px;
  border: none;
  box-sizing: border-box;
  outline: none;
  padding: 5px;
  margin: 0;
}
.aristos_form .c-textarea.small {
  width: 235px;
}
.aristos_form .c-textarea.mini {
  width: 205px;
}
.aristos_form .c-textarea.nano {
  width: 140px;
}
.aristos_form .c-textarea.static,
.aristos_form .c-textarea.static.active {
  margin: 0;
}
.aristos_form .c-textarea.req:after {
  content: "*";
  color: darkred;
  display: block;
  position: absolute;
  top: 6px;
  right: 10px;
  font: normal normal normal 18px/1 FontAwesome;
}
.aristos_form fieldset {
  width: 100%;
  margin-bottom: 10px;
  background: #F9F9F9;
  text-align: left;
}
.aristos_form fieldset.submit {
  background: none;
}
.aristos_form fieldset.no-bg {
  background: white;
}
.aristos_form fieldset .hr {
  border-bottom: 1px solid #e5e5e5;
  margin: -27px 0 10px;
}
.aristos_form fieldset .legend {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  line-height: 40px;
  color: #333333;
  border: 0;
  border-bottom: none;
  font-size: 17px;
  padding: 10px 0 0;
}
.aristos_form fieldset .legend:before {
  font-size: 16px;
  display: inline-block;
  font: normal normal normal 16px/1 FontAwesome;
  content: "\f07a";
  width: 25px;
  height: 25px;
  line-height: 25px;
  color: white;
  text-align: center;
  margin: -3px 10px 0;
  border-radius: 50%;
  vertical-align: middle;
  background: #feb76a;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #feb76a), color-stop(100%, #feb05b));
  background: -ms-linear-gradient(bottom, #feb76a, #feb05b);
  background: -moz-linear-gradient(top, #feb76a 0%, #feb05b 100%);
  background: -o-linear-gradient(top, #feb76a 0%, #feb05b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#feb76a', endColorstr='#feb05b', GradientType=0);
  border: 1px solid #fea94c;
}
.aristos_form fieldset .legend > span {
  margin-right: 10px;
  padding: 2px 10px 0;
  display: inline-block;
  cursor: default;
  position: relative;
  z-index: 1;
}
.aristos_form fieldset .legend > span:before {
  content: ' ';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 0;
  margin-left: -1px;
  margin-top: -8px;
  z-index: -10;
  border: 1px solid #CCC;
  border-bottom: 1px solid #F8F8F8;
  border-radius: 5px 5px 0 0;
}
.aristos_form fieldset .legend > span.single {
  color: #2082d6;
  font-weight: normal;
  font-size: 90%;
  cursor: default;
  margin-bottom: 8px;
}
.aristos_form fieldset .legend > span.single:before {
  margin-top: 0;
}
.aristos_form fieldset .legend > span.active {
  color: #2082d6;
  text-shadow: none;
  border: none;
  padding: 0 10px 7px;
}
.aristos_form fieldset .legend > span.ready {
  font-weight: normal;
  font-size: 90%;
  cursor: pointer;
  background: #F9F9F9;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F9F9F9), color-stop(100%, #ececec));
  background: -ms-linear-gradient(bottom, #F9F9F9, #ececec);
  background: -moz-linear-gradient(top, #F9F9F9 0%, #ececec 100%);
  background: -o-linear-gradient(top, #F9F9F9 0%, #ececec 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F9F9F9', endColorstr='#ececec', GradientType=0);
}
.aristos_form fieldset .legend > span.ready:before {
  margin-top: 0;
  border-bottom: none;
}
.aristos_form fieldset.user .legend:before {
  content: "\f007";
}
.aristos_form fieldset.payment .legend:before {
  content: "\f0d6";
}
.aristos_form fieldset.delivery .legend:before {
  content: "\f0d1";
}
.aristos_form fieldset.active {
  background-color: #EDEDED;
}
.aristos_form .intl-tel-input {
  font-size: 12px;
  position: initial;
  z-index: 40;
}
.aristos_form .intl-tel-input .country-list {
  z-index: 40;
}
.aristos_form .c-row .controls .c-input .intl-tel-input input[type=tel] {
  margin-left: 48px;
}
.aristos_form .center {
  text-align: center;
}
.aristos_form .right {
  margin-left: 5px;
  text-align: right;
}
.aristos_form .left {
  text-align: left;
}
.aristos_form input:focus:required:invalid:focus,
.aristos_form select:focus:required:invalid:focus,
.aristos_form textarea:focus:required:invalid:focus {
  background: transparent;
  border: none;
  box-shadow: none;
  outline: none;
}
.aristos_form .form-status,
.aristos_form .input-status {
  display: inline-block;
  font-size: 11px;
  line-height: 20px;
  margin: 0 5px;
  padding: 5px 10px;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  vertical-align: middle;
}
.aristos_form .form-status .error,
.aristos_form .input-status .error {
  color: #FF2000;
}
.aristos_form .form-status .error:before,
.aristos_form .input-status .error:before {
  content: "\f071";
  display: inline-block;
  font: normal normal normal 18px/1 FontAwesome;
  margin: 0 7px;
}
.aristos_form .form-status .info,
.aristos_form .input-status .info {
  color: #2082d6;
}
.aristos_form .form-status .info:before,
.aristos_form .input-status .info:before {
  content: "\f129";
  display: inline-block;
  font: normal normal normal 18px/1 FontAwesome;
  margin: 0 7px;
}
.aristos_form .form-status .warning,
.aristos_form .input-status .warning {
  color: #FFC202;
  text-shadow: none;
}
.aristos_form .form-status .warning:before,
.aristos_form .input-status .warning:before {
  content: "\f071";
  display: inline-block;
  font: normal normal normal 18px/1 FontAwesome;
  margin: 0 7px;
}
.aristos_form .form-status .success,
.aristos_form .input-status .success {
  color: #82D200;
}
.aristos_form .form-status .success:before,
.aristos_form .input-status .success:before {
  content: "\f087";
  display: inline-block;
  font: normal normal normal 18px/1 FontAwesome;
  margin: 0 7px;
}
.aristos_form .input-status {
  display: block;
  margin: 10px 0;
  padding: 0;
  text-shadow: none;
}
.aristos_form .input-status .error::before,
.aristos_form .input-status .info::before,
.aristos_form .input-status .warning::before,
.aristos_form .input-status .success::before {
  margin-left: 0;
}
.aristos_form .form-status.big {
  font-size: 16px;
}
.aristos_form span.ajax.red {
  background-image: url("/ru-ru/skin/img/ajax_grey_blizz.gif");
  background: transparent url("/ru-ru/skin/img/ajax_grey_blizz.gif") no-repeat 5px 0;
  display: inline-block;
  line-height: 20px;
  min-height: 20px;
  padding: 0 0 0 25px;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  vertical-align: middle;
}
.aristos_form.blue {
  background-image: url("/ru-ru/skin/img/ajax_blue_blizz.gif");
}
.aristos_form.grey {
  background-image: url("/ru-ru/skin/img/ajax_grey_blizz.gif");
}
.c-row {
  padding: 10px 20px 0 20px;
  clear: both;
  position: relative;
  margin-bottom: 10px;
}
.c-row.single {
  padding-bottom: 10px;
}
.c-row:after {
  display: block;
  clear: both;
  content: ' ';
  height: 1px;
}
.c-row .controls {
  float: left;
}
.c-row .controls a {
  text-decoration: underline;
}
.c-row .controls.inline .c-input {
  float: left;
}
.c-row .controls.inline:after {
  display: block;
  content: ' ';
  clear: both;
}
.c-row label.control-label {
  display: block;
  float: left;
  width: 25%;
  margin-right: 10px;
  font-size: 11px;
  font-weight: normal;
  cursor: pointer;
}
.c-row .extra {
  margin: 10px 0;
}
.c-row .extra .c-input {
  width: 325px;
}
.c-row .extra .c-input input {
  width: 270px;
}
.c-row .extra .c-input .intl-tel-input input[type=tel] {
  width: 220px;
}
.c-row .extra .c-input.prep input {
  width: 240px;
}
.c-row .extra .c-input.prep .intl-tel-input input[type=tel] {
  width: 185px;
}
.c-row .extra .c-input.small {
  width: 175px;
}
.c-row .extra .c-input.small input {
  width: 120px;
}
.c-row .extra .c-input.small .intl-tel-input input[type=tel] {
  width: 70px;
}
.c-row .extra .c-input.small.prep input {
  width: 90px;
}
.c-row .extra .c-input.small.prep .intl-tel-input input[type=tel] {
  width: 35px;
}
.c-row .extra .c-input.nano {
  width: 125px;
}
.c-row .extra .c-input.nano input {
  width: 70px;
}
.c-row .extra .c-input.nano .intl-tel-input input[type=tel] {
  width: 20px;
}
.c-row .extra .c-input.nano.prep input {
  width: 40px;
}
.c-row .extra .c-input.nano.prep .intl-tel-input input[type=tel] {
  width: -15px;
}
.c-input ::-webkit-input-placeholder,
.c-textarea ::-webkit-input-placeholder {
  color: #d1d1d1;
}
.c-input ::-moz-placeholder,
.c-textarea ::-moz-placeholder {
  color: #d1d1d1;
}
.c-input :-moz-placeholder,
.c-textarea :-moz-placeholder {
  color: #d1d1d1;
}
.c-input :-ms-input-placeholder,
.c-textarea :-ms-input-placeholder {
  color: #d1d1d1;
}
.c-input ::placeholder,
.c-textarea ::placeholder {
  color: #d1d1d1;
}
.c-input,
.c-textarea,
.c-input .addon {
  transition: 0.3s all;
}
.c-input input,
.c-input > span {
  height: 20px;
}
.c-input input.error {
  outline: none;
}
.c-row .controls .floatlabel-wrapper {
  display: inline-block;
}
b.fl {
  position: absolute;
  margin-top: 7px;
  font: 15px Arial;
  text-shadow: 1px 1px 3px rgba(102, 102, 102, 0.2);
  transition: margin 0.5s ease-in-out, opacity 0.4s, font-size 0.4s;
  cursor: default;
  opacity: 0;
  z-index: 0;
}
b.fl.up {
  opacity: 1;
  margin-top: -16px;
  font-size: 11px;
}
.c-input .tip,
.c-textarea .tip,
.c-input label {
  opacity: 0;
  cursor: default;
  transform: scale(0.9);
  font-size: 11px;
  line-height: 13px;
  padding: 8px 10px 8px 13px;
  position: absolute;
  top: 0;
  right: 0;
  width: 300px;
  border-radius: 5px;
  color: #000;
  background-color: #ededed;
  transition: 0.3s all;
  margin: 0 -340px 0 0;
  white-space: normal;
  box-shadow: 1px 1px 5px #eaeaea;
}
.c-input .tip:before,
.c-textarea .tip:before,
.c-input label:before {
  display: block;
  position: absolute;
  margin-left: -21px;
  content: ' ';
  width: 15px;
  height: 15px;
  background: #ededed;
  transform: rotate(45deg);
  top: 50%;
  margin-top: -8px;
}
.c-input .tip.left,
.c-textarea .tip.left,
.c-input label.left {
  left: -340px;
  text-align: left;
}
.c-input .tip.left:before,
.c-textarea .tip.left:before,
.c-input label.left:before {
  display: none;
}
.c-input .tip.left:before,
.c-textarea .tip.left:before,
.c-input label.left:before {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  margin-right: -8px;
  content: ' ';
  width: 15px;
  height: 15px;
  background: #ededed;
  transform: rotate(45deg);
  margin-top: -8px;
}
.c-input.active .tip,
.c-textarea.active .tip {
  opacity: 0.9;
  transform: scale(1);
  z-index: 20;
}
.c-input label.error {
  opacity: 0.9;
  color: #ffffff;
  transform: scale(1);
  z-index: 21;
  white-space: normal;
  background-color: #FF2000;
}
.c-input.error.active .tip {
  opacity: 0;
  transform: scale(0.9);
}
.c-input.error label.error:before {
  background: #FF2000;
}
/** Idle Input Color **/
.c-input,
.c-input .addon {
  border: 1px solid #ccc;
}
/** Required Input Default Status **/
.c-input.req .c-status:before {
  content: "*";
  color: darkred;
}
/** Active Input Color **/
.aristos_form .c-input.active,
.aristos_form .c-textarea.active {
  box-shadow: 2px 3px 5px #3695d6;
  margin: -3px 18px 18px -3px;
  border: 1px solid #3695d6;
}
.aristos_form .c-input.active .addon,
.aristos_form .c-textarea.active .addon {
  border: 1px solid #3695d6;
  background-color: #3695d6;
  color: #ffffff;
}
/** Success Input Color **/
.aristos_form .c-input.valid,
.aristos_form .c-input.valid .addon {
  border: 1px solid #82D200;
}
.aristos_form .c-input.valid .addon {
  background-color: #82D200;
  color: #ffffff;
}
.aristos_form .c-input.valid .c-status:before {
  content: "\f058";
  background: #82D200;
  color: #ffffff;
}
/** Wait Input Color **/
.aristos_form .c-input.wait {
  color: #cccccc;
}
.aristos_form .c-input.wait .c-status:before {
  content: "";
  background: url(/ru-ru/skin/img/ajax_grey_blizz.gif) no-repeat 3px 6px;
}
/** Error Input Color **/
.aristos_form .c-input.error {
  -webkit-animation: shake-lite 0.5s ease-in;
  animation: shake-lite 0.5s ease-in;
}
.aristos_form .c-input.error,
.aristos_form .c-input.error .addon {
  border: 1px solid #FF2000;
}
.aristos_form .c-input.error .addon {
  background-color: #FF2000;
  color: #ffffff;
}
.aristos_form .c-input.error .c-status:before {
  content: " ! ";
  background: #FF2000;
  color: #ffffff;
}
/** Warning Input Color **/
.aristos_form .c-input.warning,
.aristos_form .c-input.warning .addon {
  border: 1px solid #FFC202;
}
.aristos_form .c-input.warning .addon {
  background-color: #FFC202;
  color: #ffffff;
}
.aristos_form .c-input.warning .c-status:before {
  content: "\f071";
  background: #FFC202;
  color: #ffffff;
}
/** Ajax Input Color **/
.aristos_form .c-input.ajax .c-status:before {
  content: " ";
  background: transparent url("/ru-ru/skin/img/ajax_grey_blizz.gif") no-repeat center center;
}
/** Checkboxes **/
/* Custom Radio */
label.c-radio,
label.c-checkbox {
  display: block;
  cursor: pointer;
  line-height: 19px;
  padding: 2px 5px 2px 20px;
  font: inherit;
  color: black;
  text-shadow: 0 1px rgba(0, 0, 0, 0.1);
  text-align: left;
  width: auto;
  position: relative;
  margin-bottom: 5px;
  outline: none;
  outline-color: inherit;
  box-shadow: none;
  opacity: 0.9;
}
label.c-radio.inline,
label.c-checkbox.inline {
  display: inline;
}
label.c-radio.active,
label.c-checkbox.active {
  opacity: 1;
  color: black;
}
label.c-radio.active:before,
label.c-checkbox.active:before {
  color: darkgreen;
}
label.c-radio:before,
label.c-checkbox:before {
  display: block;
  position: absolute;
  left: 0;
  top: 1px;
  background: transparent;
  font: normal normal normal 18px FontAwesome;
  text-rendering: auto;
  text-align: center;
  color: black;
}
label.c-radio:before.middle,
label.c-checkbox:before.middle {
  top: 50%;
  margin-top: -9px;
}
label.c-radio.c-checkbox:before,
label.c-checkbox.c-checkbox:before {
  content: "\f096";
}
label.c-radio.c-checkbox.active:before,
label.c-checkbox.c-checkbox.active:before {
  content: "\f14a";
}
label.c-radio.c-radio:before,
label.c-checkbox.c-radio:before {
  content: "\f10c";
}
label.c-radio.c-radio.active:before,
label.c-checkbox.c-radio.active:before {
  content: "\f192";
}
label.c-radio.focus,
label.c-checkbox.focus,
label.c-radio:focus,
label.c-checkbox:focus {
  color: #2082d6;
}
label.c-radio.focus:before,
label.c-checkbox.focus:before,
label.c-radio:focus:before,
label.c-checkbox:focus:before {
  color: #2082d6;
}
label.c-radio input,
label.c-checkbox input {
  position: absolute;
  opacity: 0;
  text-indent: -50px;
}
.simple-button {
  color: #2082d6;
  background: #f9f9f9;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9f9f9), color-stop(100%, #e9e9e9));
  background: -ms-linear-gradient(bottom, #f9f9f9, #e9e9e9);
  background: -moz-linear-gradient(top, #f9f9f9 0%, #e9e9e9 100%);
  background: -o-linear-gradient(top, #f9f9f9 0%, #e9e9e9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 0 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 0 #ffffff;
  box-shadow: inset 0 1px 0 0 #ffffff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 8px 10px;
  border: 1px solid #dcdcdc;
  cursor: pointer;
  text-decoration: none;
  text-shadow: 0 1px 0 #ffffff;
  transition: 0.3s all;
}
.simple-button.selected {
  border: none;
  background: none;
  box-shadow: none;
  outline: none;
  color: black;
  cursor: default;
}
.simple-button.link,
.simple-button.link:hover {
  border: none;
  background: none;
  box-shadow: none;
  outline: none;
  color: #2082d6;
  text-decoration: underline;
}
.simple-button.link:hover,
.simple-button.link:hover:hover {
  text-decoration: none;
}
.simple-button:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9));
  background: -moz-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
  background: -webkit-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
  background: -o-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
  background: -ms-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
  background: linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9', GradientType=0);
  background-color: #e9e9e9;
  color: #030a8b;
}
/** Fail-safe Bootstrap 3 Button Styles **/
.a-btn {
  display: inline-block;
  padding: 17px 34px 15px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 16px;
  color: #ffffff;
  text-align: center;
  text-shadow: none;
  vertical-align: middle;
  cursor: pointer;
  background: #C10016;
  border: 1px solid transparent;
  border-color: transparent;
  border-radius: 0;
  box-shadow: none;
  transition: all 0.3s ease-in-out;
  width: auto;
  max-width: auto;
  text-transform: none;
}
.a-btn:hover,
.a-btn:active,
.a-btn.active,
.a-btn.disabled,
.a-btn[disabled] {
  color: #ffffff;
  background: #C10016;
}
.a-btn:hover,
.a-btn:active,
.a-btn:focus,
.a-btn.active {
  opacity: 1;
}
.a-btn:active,
.a-btn.active {
  background-color: #d9d9d9;
  background-image: none;
  outline: 0;
  box-shadow: none;
}
.a-btn:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #26a792;
}
.a-btn:focus {
  outline: 5px auto #469efd;
  outline-offset: -2px;
  transition: 0s;
}
.a-btn.disabled,
.a-btn[disabled] {
  color: #666;
  cursor: default;
  background-color: #e2e2e2;
  background-image: none;
  opacity: 0.65;
  box-shadow: none;
  border: 1px solid transparent;
  border-color: transparent;
}
.a-btn.a-btn-small {
  padding: 10px 20px;
  font-size: 14px;
  line-height: 14px;
}
.a-btn.a-btn-small [class^="icon-"] {
  margin-top: 0;
}
.a-btn.a-btn-mini,
.a-btn.a-btn-nano {
  padding: 2px 6px;
  font-size: 11px;
  line-height: 17px;
}
.a-btn.a-btn-mini [class^="icon-"],
.a-btn.a-btn-nano [class^="icon-"] {
  margin-top: 0;
}
.a-btn.a-btn-large,
.a-btn.a-btn-big {
  padding: 9px 14px;
  font-size: 16px;
  line-height: 16px;
}
.a-btn.a-btn-large [class^="icon-"],
.a-btn.a-btn-big [class^="icon-"] {
  margin-top: 2px;
}
.a-btn.a-btn-huge {
  padding: 14px 20px;
  font-size: 19px;
  line-height: 19px;
}
.a-btn.a-btn-rounded {
  border-radius: 5px;
}
.a-btn.a-btn-primary.disabled,
.a-btn.a-btn-submit.disabled,
.a-btn.a-btn-warning.disabled,
.a-btn.a-btn-danger.disabled,
.a-btn.a-btn-success.disabled,
.a-btn.a-btn-info.disabled,
.a-btn.a-btn-primary[disabled],
.a-btn.a-btn-submit[disabled],
.a-btn.a-btn-warning[disabled],
.a-btn.a-btn-danger[disabled],
.a-btn.a-btn-success[disabled],
.a-btn.a-btn-info[disabled] {
  color: #666;
  cursor: default;
  background-color: #e2e2e2;
  background-image: none;
  opacity: 0.65;
  box-shadow: none;
  border: 1px solid transparent;
  border-color: transparent;
}
.a-btn.a-btn-primary:hover.disabled,
.a-btn.a-btn-submit:hover.disabled,
.a-btn.a-btn-warning:hover.disabled,
.a-btn.a-btn-danger:hover.disabled,
.a-btn.a-btn-success:hover.disabled,
.a-btn.a-btn-info:hover.disabled,
.a-btn.a-btn-primary:active.disabled,
.a-btn.a-btn-submit:active.disabled,
.a-btn.a-btn-warning:active.disabled,
.a-btn.a-btn-danger:active.disabled,
.a-btn.a-btn-success:active.disabled,
.a-btn.a-btn-info:active.disabled,
.a-btn.a-btn-primary:focus.disabled,
.a-btn.a-btn-submit:focus.disabled,
.a-btn.a-btn-warning:focus.disabled,
.a-btn.a-btn-danger:focus.disabled,
.a-btn.a-btn-success:focus.disabled,
.a-btn.a-btn-info:focus.disabled,
.a-btn.a-btn-primary.active.disabled,
.a-btn.a-btn-submit.active.disabled,
.a-btn.a-btn-warning.active.disabled,
.a-btn.a-btn-danger.active.disabled,
.a-btn.a-btn-success.active.disabled,
.a-btn.a-btn-info.active.disabled,
.a-btn.a-btn-primary:hover[disabled],
.a-btn.a-btn-submit:hover[disabled],
.a-btn.a-btn-warning:hover[disabled],
.a-btn.a-btn-danger:hover[disabled],
.a-btn.a-btn-success:hover[disabled],
.a-btn.a-btn-info:hover[disabled],
.a-btn.a-btn-primary:active[disabled],
.a-btn.a-btn-submit:active[disabled],
.a-btn.a-btn-warning:active[disabled],
.a-btn.a-btn-danger:active[disabled],
.a-btn.a-btn-success:active[disabled],
.a-btn.a-btn-info:active[disabled],
.a-btn.a-btn-primary:focus[disabled],
.a-btn.a-btn-submit:focus[disabled],
.a-btn.a-btn-warning:focus[disabled],
.a-btn.a-btn-danger:focus[disabled],
.a-btn.a-btn-success:focus[disabled],
.a-btn.a-btn-info:focus[disabled],
.a-btn.a-btn-primary.active[disabled],
.a-btn.a-btn-submit.active[disabled],
.a-btn.a-btn-warning.active[disabled],
.a-btn.a-btn-danger.active[disabled],
.a-btn.a-btn-success.active[disabled],
.a-btn.a-btn-info.active[disabled] {
  color: #666;
  cursor: default;
  background-color: #e2e2e2;
  background-image: none;
  opacity: 0.65;
  box-shadow: none;
  border: 1px solid transparent;
  border-color: transparent;
}
.a-btn.a-btn-primary {
  text-shadow: none;
  box-shadow: none;
  background: #C10016;
  color: #ffffff;
  border-color: transparent;
  width: auto;
  max-width: auto;
}
.a-btn.a-btn-primary:hover,
.a-btn.a-btn-primary:active,
.a-btn.a-btn-primary:focus,
.a-btn.a-btn-primary.active {
  background: #26a792;
  color: #ffffff;
  border-color: transparent;
  outline: none;
  opacity: 1;
}
.a-btn.a-btn-primary:active,
.a-btn.a-btn-primary.active {
  box-shadow: none;
}
.a-btn.a-btn-submit {
  text-shadow: none;
  box-shadow: none;
  background: #C10016;
  color: #ffffff;
  border-color: transparent;
  width: auto;
  max-width: auto;
  border-radius: 0;
  font-weight: normal;
}
.a-btn.a-btn-submit:hover,
.a-btn.a-btn-submit:active,
.a-btn.a-btn-submit:focus,
.a-btn.a-btn-submit.active {
  background: #26a792;
  color: #ffffff;
  border-color: transparent;
  outline: none;
  opacity: 1;
}
.a-btn.a-btn-submit:active,
.a-btn.a-btn-submit.active {
  box-shadow: none;
}
.a-btn.a-btn-submit b.delim {
  padding: 0 20px;
}
.a-btn.a-btn-submit b.delim:after {
  content: ' ';
  display: inline-block;
  position: absolute;
  height: 40px;
  width: 0;
  border-left: 1px solid #F77D06;
  border-right: 1px solid #D4D1D1;
  margin: -8px 0 0 -4px;
}
.a-btn.a-btn-submit[disabled] b.delim:after {
  border-left: 1px solid #b1b2b5;
}
.a-btn.a-btn-warning {
  text-shadow: none;
  box-shadow: none;
  background: #C10016;
  color: #ffffff;
  border-color: transparent;
  width: auto;
  max-width: auto;
}
.a-btn.a-btn-warning:hover,
.a-btn.a-btn-warning:active,
.a-btn.a-btn-warning:focus,
.a-btn.a-btn-warning.active {
  background: #26a792;
  color: #ffffff;
  border-color: transparent;
  outline: none;
  opacity: 1;
}
.a-btn.a-btn-warning:active,
.a-btn.a-btn-warning.active {
  box-shadow: none;
}
.a-btn.a-btn-danger {
  text-shadow: none;
  box-shadow: none;
  background: #C10016;
  color: #ffffff;
  border-color: transparent;
  width: auto;
  max-width: auto;
}
.a-btn.a-btn-danger:hover,
.a-btn.a-btn-danger:active,
.a-btn.a-btn-danger:focus,
.a-btn.a-btn-danger.active {
  background: #26a792;
  color: #ffffff;
  border-color: transparent;
  outline: none;
  opacity: 1;
}
.a-btn.a-btn-danger:active,
.a-btn.a-btn-danger.active {
  box-shadow: none;
}
.a-btn.a-btn-success {
  text-shadow: none;
  box-shadow: none;
  background: #C10016;
  color: #ffffff;
  border-color: transparent;
  width: auto;
  max-width: auto;
  font-weight: normal;
}
.a-btn.a-btn-success:hover,
.a-btn.a-btn-success:active,
.a-btn.a-btn-success:focus,
.a-btn.a-btn-success.active {
  background: #26a792;
  color: #ffffff;
  border-color: transparent;
  outline: none;
  opacity: 1;
}
.a-btn.a-btn-success:active,
.a-btn.a-btn-success.active {
  box-shadow: none;
}
.a-btn.a-btn-info {
  text-shadow: none;
  box-shadow: none;
  background: #C10016;
  color: #ffffff;
  border-color: transparent;
  width: auto;
  max-width: auto;
}
.a-btn.a-btn-info:hover,
.a-btn.a-btn-info:active,
.a-btn.a-btn-info:focus,
.a-btn.a-btn-info.active {
  background: #26a792;
  color: #ffffff;
  border-color: transparent;
  outline: none;
  opacity: 1;
}
.a-btn.a-btn-info:active,
.a-btn.a-btn-info.active {
  box-shadow: none;
}
.a-btn .addon.right {
  margin-left: 5px;
}
.a-btn.waiting.btn-cart,
.a-btn.loading.btn-cart,
.a-btn.ajax.btn-cart {
  min-width: initial;
}
.a-btn.waiting.btn-cart > span,
.a-btn.loading.btn-cart > span,
.a-btn.ajax.btn-cart > span {
  display: none;
}
.a-btn.waiting:before,
.a-btn.loading:before,
.a-btn.ajax:before {
  display: inline-block;
  content: '';
  background: url("/ru-ru/skin/img/gear_21x21.png") no-repeat 0 0;
  -webkit-animation: rotation 2s infinite linear;
  animation: rotation 2s infinite linear;
  vertical-align: sub;
  width: 22px;
  height: 21px;
}
.a-btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.a-btn-block + .a-btn-block {
  margin-top: 5px;
}
input[type="submit"].a-btn-block,
input[type="reset"].a-btn-block,
input[type="button"].a-btn-block {
  width: 100%;
}
.a-btn-inverse {
  color: #ffffff;
  text-shadow: none;
  background-color: #363636;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.a-btn-inverse:hover,
.a-btn-inverse.disabled,
.a-btn-inverse[disabled] {
  color: #ffffff;
  background-color: #222222;
}
.a-btn-inverse:active,
.a-btn-inverse.active {
  background-color: #080808;
}
.a-btn-inverse:focus {
  outline: none;
}
button.a-btn::-moz-focus-inner,
input[type="submit"].a-btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.a-btn-link,
.a-btn-link:active,
.a-btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  box-shadow: none;
}
.a-btn-link {
  color: #0088cc;
  cursor: pointer;
  border-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.a-btn-link:hover,
.a-btn-link:focus {
  color: #005580;
  text-decoration: underline;
  background-color: transparent;
  outline: none;
}
.a-btn-link[disabled]:hover {
  color: #333333;
  text-decoration: none;
}
.a-btn-group {
  position: relative;
  font-size: 0;
  white-space: nowrap;
  vertical-align: middle;
}
.a-btn-group + .a-btn-group {
  margin-left: 5px;
}
.a-btn-toolbar {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 0;
}
.a-btn-toolbar .a-btn-group {
  display: inline-block;
}
.a-btn-toolbar .a-btn + .a-btn,
.a-btn-toolbar .a-btn-group + .a-btn,
.a-btn-toolbar .a-btn + .a-btn-group {
  margin-left: 5px;
}
.a-btn-group > .a-btn {
  position: relative;
  border-radius: 0;
}
.a-btn-group > .a-btn + .a-btn {
  margin-left: -1px;
}
.a-btn-group > .a-btn,
.a-btn-group > .dropdown-menu {
  font-size: 14px;
}
.a-btn-group > .a-btn-mini {
  font-size: 11px;
}
.a-btn-group > .a-btn-small {
  font-size: 12px;
}
.a-btn-group > .a-btn-large {
  font-size: 16px;
}
.a-btn-group > .a-btn:first-child {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.a-btn-group > .a-btn:last-child,
.a-btn-group > .dropdown-toggle {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.a-btn-group > .a-btn.large:first-child {
  margin-left: 0;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.a-btn-group > .a-btn.large:last-child,
.a-btn-group > .large.dropdown-toggle {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.a-btn-group > .a-btn:hover,
.a-btn-group > .a-btn:focus,
.a-btn-group > .a-btn:active,
.a-btn-group > .a-btn.active {
  z-index: 2;
}
.a-btn-group .dropdown-toggle:active,
.a-btn-group.open .dropdown-toggle {
  outline: 0;
}
.a-btn-group > .a-btn + .dropdown-toggle {
  padding: 0 8px;
  box-shadow: none;
}
.a-btn-group > .a-btn-mini + .dropdown-toggle {
  padding: 0 5px;
}
.a-btn-group > .a-btn-large + .dropdown-toggle {
  padding: 0 12px;
}
.a-btn-group.open .dropdown-toggle {
  background-image: none;
  box-shadow: none;
}
.a-btn-group.open .a-btn.dropdown-toggle {
  background-color: #C10016;
}
.a-btn-group.open .a-btn-primary.dropdown-toggle {
  background-color: #C10016;
}
.a-btn-group.open .a-btn-warning.dropdown-toggle {
  background-color: #C10016;
}
.a-btn-group.open .a-btn-danger.dropdown-toggle {
  background-color: #C10016;
}
.a-btn-group.open .a-btn-success.dropdown-toggle {
  background-color: #C10016;
}
.a-btn-group.open .a-btn-info.dropdown-toggle {
  background-color: #C10016;
}
.a-btn-group.open .a-btn-inverse.dropdown-toggle {
  background-color: #363636;
}
.a-btn .caret {
  margin-top: 8px;
  margin-left: 0;
}
.a-btn-mini .caret,
.a-btn-small .caret,
.a-btn-large .caret {
  margin-top: 6px;
}
.a-btn-large .caret {
  border-top-width: 5px;
  border-right-width: 5px;
  border-left-width: 5px;
}
.dropup .a-btn-large .caret {
  border-top: 0;
  border-bottom: 5px solid #000000;
}
.a-btn-primary .caret,
.a-btn-warning .caret,
.a-btn-danger .caret,
.a-btn-info .caret,
.a-btn-success .caret,
.a-btn-inverse .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.a-btn-group-vertical {
  display: inline-block;
}
.a-btn-group-vertical .a-btn {
  display: block;
  float: none;
  width: 100%;
  border-radius: 0;
}
.a-btn-group-vertical .a-btn + .a-btn {
  margin-top: -1px;
  margin-left: 0;
}
.a-btn-group-vertical .a-btn:first-child {
  border-radius: 4px 4px 0 0;
}
.a-btn-group-vertical .a-btn:last-child {
  border-radius: 0 0 4px 4px;
}
.a-btn-group-vertical .a-btn-large:first-child {
  border-radius: 6px 6px 0 0;
}
.a-btn-group-vertical .a-btn-large:last-child {
  border-radius: 0 0 6px 6px;
}
.aristos_form .c-input.with-submit {
  /*.tip, .label {
    margin-right: -370px;
  }*/
}
.aristos_form .c-input.with-submit .btn-input-submit {
  width: 30px;
  height: 28px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  padding: 1px;
  border: 0;
  margin: 0;
  font-size: 18px;
  line-height: 28px;
  /*
    color: white;
    .gradient(@color-link, darken(@color-link, 10%));
    &:hover {
      .gradient(lighten(@color-link, 10%), @color-link);
    }
    */
}
.aristos_form .c-input.with-submit.ajax .btn-input-submit {
  display: none;
}
ul.blocks {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.blocks > li {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
  font-size: 11px;
  display: block;
  cursor: pointer;
  position: relative;
  padding: 0;
  margin: 0 10px 10px 0;
  background: #ffffff;
  border: 1px dashed #cccccc;
  border-radius: 5px;
  transition: 0.3s ease-in-out;
  transition-property: margin, box-shadow, width, height;
}
ul.blocks > li.active {
  border: 1px solid #82D200;
}
ul.blocks > li.active > b {
  background: #82D200;
  color: white;
}
ul.blocks > li.active > b:before {
  content: "\f058";
}
ul.blocks > li.error {
  cursor: default;
  border: 1px solid #FF2000;
}
ul.blocks > li.error > b {
  background: #FF2000;
  color: white;
}
ul.blocks > li.error > b:before {
  content: "\f057";
}
ul.blocks > li.add {
  font-size: 11px;
  font-weight: bold;
  text-align: center;
}
ul.blocks > li.add:before {
  font-family: FontAwesome;
  font-size: 36px;
  content: "\f0f6";
  display: block;
  float: none;
  width: 100%;
  margin: 16px 0;
}
ul.blocks > li.add a {
  display: block;
  text-align: center;
  position: inherit;
  text-decoration: underline;
}
ul.blocks > li.add a:hover {
  text-decoration: none;
}
ul.blocks > li > b {
  margin: 0;
  padding: 0 0 0 10px;
  display: block;
  height: 30px;
  line-height: 32px;
  overflow: hidden;
  border-radius: 4px 4px 0 0;
  background: #ffffff;
}
ul.blocks > li > b .title {
  float: left;
  display: block;
  width: 25%;
  margin-right: 10px;
  font-weight: bold;
}
ul.blocks > li > b .info {
  font-weight: normal;
}
ul.blocks > li > b:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-size: 18px;
  content: "";
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: transparent;
  text-rendering: auto;
  line-height: 29px;
  text-align: center;
}
ul.blocks > li > b > i {
  font-size: 18px;
  margin-right: 3px;
}
ul.blocks > li > div {
  padding: 3px 10px;
  line-height: 13px;
}
ul.blocks.w220 > li {
  width: 220px;
  float: left;
}
ul.blocks.fix150 > li {
  height: 150px;
  overflow: hidden;
}
ul.blocks.fix150 > li > div {
  height: 120px;
  overflow: hidden;
}
ul.blocks.fix150 > li > div .info .more {
  height: 60px;
  display: block;
  overflow: hidden;
}
ul.blocks.fix120 > li {
  height: 120px;
  overflow: hidden;
}
ul.blocks.fix120 > li > div {
  height: 90px;
  overflow: hidden;
}
ul.blocks.fix95 > li {
  height: 95px;
  overflow: hidden;
}
ul.blocks.fix95 > li > div {
  height: 65px;
  overflow: hidden;
}
ul.blocks.fix75 > li {
  height: 75px;
  overflow: hidden;
}
ul.blocks.fix75 > li > div {
  height: 45px;
  overflow: hidden;
}
ul.blocks.fix75 > li.add:before {
  font-size: 28px;
  margin: 7px 0;
}
ul.blocks.fix75 > div {
  padding: 2px 10px 0;
}
ul.blocks.fix100 > li {
  height: 100px;
  overflow: hidden;
}
ul.blocks.fix100 > li > div {
  height: 70px;
  overflow: hidden;
}
ul.blocks.fix170 > li {
  height: 170px;
  overflow: hidden;
}
ul.blocks.fix170 > li > div {
  height: 140px;
  overflow: hidden;
}
.text-muted {
  color: lightgray;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #285f8f;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #285f8f;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #f0ad4e;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #ec971f;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #ec971f;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #285f8f;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #285f8f;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.a-hidden {
  display: none;
}
.status .success,
.status .green {
  color: green;
  font-weight: bold;
}
.status .error,
.status .red {
  color: #D40707;
  font-weight: bold;
}
.clear {
  clear: both;
}
.clear:after {
  clear: both;
  content: ' ';
  display: block;
  height: 1px;
}
.onoffswitch {
  position: relative;
  width: 60px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.onoffswitch-checkbox {
  display: none;
}
.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  height: 22px;
  padding: 0;
  line-height: 22px;
  border: 2px solid #E3E3E3;
  border-radius: 22px;
  background-color: #C7C7C7;
  transition: background-color 0.3s ease-in;
}
.onoffswitch-label:before {
  content: "";
  display: block;
  width: 22px;
  margin: 0px;
  background: #FFFFFF;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 36px;
  border: 2px solid #E3E3E3;
  border-radius: 22px;
  transition: all 0.3s ease-in 0s;
}
.onoffswitch-checkbox:checked + .onoffswitch-label {
  background-color: #3EBA3C;
}
.onoffswitch-checkbox:checked + .onoffswitch-label,
.onoffswitch-checkbox:checked + .onoffswitch-label:before {
  border-color: #3EBA3C;
}
.onoffswitch-checkbox:checked + .onoffswitch-label:before {
  right: 0px;
}
.flex-columns {
  display: flex;
}
@media (max-width: 540px) {
  .flex-columns {
    display: block;
  }
}
.flex-columns__column {
  flex-wrap: wrap;
  flex-grow: 1;
}
@media (min-width: 541px) {
  .flex-columns__column {
    padding: 10px;
  }
  .flex-columns__column:first-child {
    padding-left: 0;
  }
  .flex-columns__column:last-child {
    padding-right: 0;
  }
}
.a-btn.auth-form__button-back {
  display: none;
}
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
.rich[contenteditable="true"] {
  -webkit-user-modify: read-only;
  -moz-user-modify: read-only;
  user-modify: read-only;
}
/* Colors */
/* Fonts */
/* Colors */
/* Fonts */
.ulogin-buttons-container {
  margin-top: 5px !important;
}
.checkout-onepage-index .aristos_form fieldset.authorization-form {
  background-color: transparent;
}
#register-name-error {
  display: none !important;
}
#options-row-row > .control-label {
  display: none;
}
#login-phone-row,
#login-email-row {
  display: block;
}
#company_main-row {
  position: relative;
  z-index: 100;
}
.ulogin_form > label {
  display: none;
}
.aristos_form .authorization-form .c-input label.error {
  display: none;
  opacity: 0;
}
.aristos_form .authorization-form__right-side {
  border-left: 0;
}
.aristos_form .company-row__hint {
  position: relative;
  right: 0px;
  left: unset;
  margin: 0 0 30px;
  box-sizing: border-box;
  max-width: 560px;
  z-index: 1;
}
.aristos_form .company-row__hint::before {
  top: 0;
  left: 30px;
  transform: rotate(315deg);
}
@media (max-width: 768px) {
  .aristos_form suggestions-suggestions.suggestions-mobile {
    max-width: 100%;
  }
}
@media (max-width: 540px) {
  .aristos_form .authorization-form__header.legend.ulFormEnabledAxor {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
#company_ogrn-row + .company-row__hint-wrap {
  z-index: 20;
}

