/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }
.owl-carousel .owl-animated-in {
  z-index: 0; }
.owl-carousel .owl-animated-out {
  z-index: 1; }
.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("http://ankportal.ru/bitrix/templates/main/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }
.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3); }
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: url("images/owl-nav.png") no-repeat;
    display: inline-block;
    width: 18px;
    height: 35px;
    cursor: pointer;
    border-radius: 3px;
    color: transparent; }
    .owl-theme .owl-nav [class*='owl-'].owl-next {
      background-position: 100% 50%; }
    .owl-theme .owl-nav [class*='owl-'].owl-prev {
      background-position: 0 50%; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #869791; }

.btn {
  min-height: 50px;
  text-decoration: none;
  padding: 16px 32px 15px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  font-family: Tahoma, Geneva, sans-serif;
  border: 1px solid #000;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.btn-primary {
  background-color: #000;
  color: #FFF; }

.btn-secondary {
  border-color: #f6f6f6;
  background: #f6f6f6;
  color: #333;
  font-weight: normal; }

.btn-white {
  border: 1px solid #e7e7e7;
  background: #fff;
  color: #7f7f7f; }

.form-control {
  display: block;
  width: 100%;
  min-height: 50px;
  padding: .9em 1rem;
  border: 1px solid #e7e7e7;
  background: #fff;
  font-size: 14px;
  color: #000;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: border-box; }
  .form-control::-webkit-input-placeholder {
    color: #7f7f7f; }
  .form-control:-ms-input-placeholder {
    color: #7f7f7f; }
  .form-control::-moz-placeholder {
    color: #7f7f7f; }

textarea.form-control {
  min-height: 100px; }

.form-group {
  margin: 1.8rem 0 0; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.form-check {
  margin: 0; }
  .form-check-input {
    display: none; }
    .form-check-input:checked + .form-check-content:before {
      background: #bfbfbf !important;
      border-color: #bfbfbf !important; }
    .form-check-input:checked + .form-check-content:after {
      opacity: 1; }
    .form-check-input:not(:disabled) + .form-check-content:hover:before {
      background: #e8e8e8;
      border-color: #e8e8e8; }
  .form-check-label {
    display: block;
    margin: 0;
    padding: 0;
    cursor: pointer; }
  .form-check-content {
    display: block;
    position: relative;
    padding: 3px 0 4px 42px;
    font-size: 16px; }
    .form-check-content:before, .form-check-content:after {
      content: '';
      display: block;
      position: absolute; }
    .form-check-content:before {
      top: 3px;
      left: 0;
      width: 20px;
      height: 20px;
      border: 1px solid #e8e8e8;
      background: #fff; }
    .form-check-content:after {
      opacity: 0; }

.radio .form-check-content:before {
  border-radius: 50%; }
.radio .form-check-content:after {
  top: 10px;
  left: 7px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff; }

.popup {
  display: none;
  width: 100%;
  max-width: 520px;
  margin: 1rem auto;
  position: relative;
  padding: 3em 50px;
  background: #fff;
  box-sizing: border-box; }
  .popup *,
  .popup *:before,
  .popup *:after {
    box-sizing: border-box; }
  .popup__title {
    margin-bottom: .8em;
    text-align: center;
    font-size: 32px;
    font-family: 'helveticaneuecyrthin', 'Lato', sans-serif; }
  .popup-title__icon {
    border-radius: 50%;
    width: 60px;
    height: 60px;
    background: #e87683;
    margin: 0 auto .6em;
    position: relative; }
    .popup-title__icon:before {
      content: '';
      position: absolute;
      display: block;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-repeat: no-repeat;
      background-position: center; }

.pagination {
  text-align: center; }
  .pagination *,
  .pagination *:before,
  .pagination *:after {
    box-sizing: border-box; }
  .pagination__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block; }
  .pagination__item {
    display: inline-block;
    vertical-align: top; }
    .pagination__item:not(:last-child) {
      margin-right: 10px; }
    .pagination__item:first-child {
      margin-right: 25px; }
    .pagination__item:last-child {
      margin-left: 25px; }
  .pagination__link, .pagination__dots {
    display: block;
    line-height: 38px;
    border: 1px solid #e7e7e7;
    background: #fff;
    width: 40px;
    height: 40px;
    font-size: 14px;
    text-decoration: none; }
  .pagination__link--current {
    background: #f6f6f6;
    border-color: #f6f6f6; }
  .pagination__link:not(.pagination-current):focus, .pagination__link:not(.pagination-current):hover {
    background: #000;
    border-color: #000;
    color: #fff; }
  .pagination__link--prev, .pagination__link--next {
    position: relative; }
    .pagination__link--prev:after, .pagination__link--next:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: url("images/arrow-small.svg") no-repeat 15px center; }
    .pagination__link--prev:focus:after, .pagination__link--prev:hover:after, .pagination__link--next:focus:after, .pagination__link--next:hover:after {
      background-image: url("images/arrow-small-white.svg"); }
  .pagination__link--next:after {
    transform: scaleX(-1); }

.mfp-wrap .popup {
  display: block; }

button.mfp-close {
  top: 10px !important;
  right: 10px;
  background: url("images/close.svg") no-repeat center; }

#popup-register .popup-title__icon:before {
  background-image: url("images/register.png"); }

#popup-auth .popup-title__icon:before {
  background-image: url("images/auth.png"); }

.form__message.error {
  color: #ef7c8a; }
.form__message.success {
  color: #72b259; }
.form__btn--submit {
  width: 100%; }
.form__bottom {
  margin-top: 1.5rem; }
.form-bottom__link {
  text-align: center; }
.form-bottom__comment {
  margin-top: 1.2rem;
  fonr-size: 14px;
  color: #7f7f7f; }
  .form-bottom__comment a {
    color: #7f7f7f; }
    .form-bottom__comment a:focus, .form-bottom__comment a:hover {
      text-decoration: none; }
.form__link {
  background: none;
  border: none;
  padding: 0;
  text-decoration: underline;
  text-transform: none; }
  .form__link:focus, .form__link:hover {
    text-decoration: none; }
  .form__link--center {
    font-size: 14px;
    color: #000; }
  .form__link--small {
    font-size: 12px;
    color: #7f7f7f;
    font-weight: normal;
    margin-top: 8px; }
.form__forgotpass {
  text-align: right; }

.badge {
  padding: 0 4px;
  line-height: 12px;
  font-weight: bold;
  font-size: 9px;
  color: #fff;
  background: #e6e6e6;
  border-radius: 5px; }

.cart-buttons {
  position: fixed;
  top: 230px;
  right: 0; }
  .cart-buttons__item:not(:last-child) {
    margin-bottom: 2px; }
  .cart-buttons__button {
    width: 60px;
    height: 60px;
    background: #f6f6f6 no-repeat center;
    display: block; }
    .cart-buttons__button:focus, .cart-buttons__button:hover {
      background-color: #e6e6e6; }
      .cart-buttons__button:focus .badge, .cart-buttons__button:hover .badge {
        border-color: #e6e6e6; }
    .cart-buttons__button--cart {
      background-image: url("images/cart.svg"); }
    .cart-buttons__button--personal {
      background-image: url("images/user.svg"); }
  .cart-buttons__badge-container {
    position: absolute;
    top: 7px;
    right: 0;
    width: 32px;
    text-align: center; }
  .cart-buttons__badge {
    border: 2px solid #f6f6f6;
    background: #e27784;
    display: inline-block; }

.catitem h1, .catitem div.h1, .catitem h2.pseudo {
  font-family: 'helveticaneuecyrultralight', 'Lato', sans-serif;
  font-size: 70px; }
.catitem table.cittop tr td:nth-child(2) .ciprice {
  font-size: 35px;
  font-family: 'OPen Sans', serif; }
  .catitem table.cittop tr td:nth-child(2) .ciprice-currency {
    font-family: 'PT Sans', serif; }
  .catitem table.cittop tr td:nth-child(2) .ciprice--old {
    margin-left: 15px;
    font-weight: 100;
    font-size: 22px;
    text-decoration: line-through; }
.catitem table.cittop tr td:nth-child(2) .cinote {
  margin: 20px 0; }

.buyblock {
  margin: 20px 0; }
  .buyblock .counter {
    display: inline-block;
    margin-right: 30px;
    vertical-align: middle; }

.counter * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
.counter-label, .counter-block {
  display: inline-block;
  vertical-align: middle; }
.counter-label {
  font-family: 'OPen Sans', serif;
  margin-right: 15px;
  font-weight: 300; }
.counter-block {
  display: inline-block;
  overflow: hidden;
  width: 77px;
  height: 31px;
  border: 1px solid #b0b0b0;
  background: linear-gradient(to bottom, #fff 0%, #ededed 100%);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }
.counter-button, .counter-input {
  float: left; }
  .counter-button button,
  .counter-button input, .counter-input button,
  .counter-input input {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 31px;
    color: #000;
    border: none; }
.counter-button {
  width: 20px;
  height: 100%; }
  .counter-button button {
    background-color: transparent;
    padding: 0; }
  .counter-button--minus {
    border-right: 1px solid #b0b0b0; }
  .counter-button--plus {
    border-left: 1px solid #b0b0b0; }
.counter-input {
  width: 34px;
  height: 31px;
  border: none; }
  .counter-input input {
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2); }

.complectation {
  margin: 70px 0 60px;
  border: 5px solid #ef7c8a;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300; }
  .complectation-title {
    font-family: 'helveticaneuecyrultralight', 'Lato', sans-serif;
    font-size: 35px;
    font-weight: 300;
    transform: translateY(-50%);
    text-align: center; }
    .complectation-title span {
      display: inline-block;
      padding: 0 30px;
      background-color: #fff; }
  .complectation-items {
    padding: 45px;
    font-size: 0;
    text-align: center;
    white-space: nowrap; }
  .complectation-item, .complectation-total {
    display: inline-block;
    width: 180px;
    padding: 0 20px;
    font-size: 14px;
    vertical-align: middle;
    white-space: normal;
    text-align: left; }
  .complectation-item-title {
    margin-bottom: 5px;
    font-size: 13px; }
  .complectation-item-price {
    font-size: 18px;
    font-weight: 700; }
  .complectation-total {
    width: 290px; }
    .complectation-total-title {
      margin-bottom: 5px; }
    .complectation-total-price {
      font-size: 27px;
      font-weight: 700;
      margin-bottom: 10px; }
    .complectation-total-discount {
      font-size: 20px;
      font-weight: 300; }
  .complectation-plus, .complectation-total-body, .complectation-equality {
    display: inline-block;
    vertical-align: middle; }
  .complectation-plus, .complectation-equality {
    margin-right: 90px;
    font-size: 60px;
    font-weight: 300; }

.relative_items {
  font-family: 'Open Sans', sans-serif; }
  .relative_items-title {
    font-family: 'helveticaneuecyrultralight', 'Lato', sans-serif;
    font-size: 35px;
    font-weight: 300;
    line-height: 1.2; }
  .relative_items-count {
    display: inline-block;
    height: 28px;
    padding: 0 10px;
    margin: 0 18px 0 8px;
    background-color: #e7e7e7;
    line-height: 28px;
    font-size: 16px;
    font-weight: 600;
    vertical-align: middle; }
  .relative_items-all {
    display: inline-block;
    font-size: 14px;
    font-weight: 300; }
    .relative_items-all a {
      text-decoration: none;
      border-bottom: 1px solid #656565; }
  .relative_items-slider {
    padding: 10px 0;
    margin: 0 -20px; }
    .relative_items-slider_list {
      padding: 0 20px;
      width: auto; }
  .relative_items .owl-carousel .owl-item img {
    display: inline-block;
    width: auto; }
  .relative_items .owl-nav {
    margin: 0; }
  .relative_items .owl-prev,
  .relative_items .owl-next {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: 0; }
  .relative_items .owl-next {
    left: auto;
    right: 0; }
  .relative_items .owl-stage-outer {
    padding-bottom: 50px;
    margin-bottom: -50px; }

.tile_item {
  padding: 3px;
  position: relative;
  height: 311px;
  text-align: center; }
  .tile_item * {
    line-height: 1.2; }
  .tile_item-inner {
    padding: 30px 0;
    transform: translate3d(0, 0, 0);
    transition: box-shadow .2s linear; }
    .tile_item:hover .tile_item-inner {
      position: absolute;
      top: 3px;
      left: 3px;
      right: 3px;
      box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.1);
      background-color: white;
      z-index: 2000; }
  .tile_item-name {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 14px; }
    .tile_item-name a {
      text-decoration: none;
      white-space: nowrap;
      overflow: hidden;
      -ms-text-overflow: ellipsis;
      text-overflow: ellipsis; }
  .tile_item-desc {
    height: 30px;
    line-height: 15px;
    margin-bottom: 8px;
    font-size: 12px;
    font-weight: 300;
    overflow: hidden; }
  .tile_item-price {
    font-size: 16px;
    font-weight: 700; }
  .tile_item-buy {
    display: none;
    margin-top: 10px; }
    .tile_item:hover .tile_item-buy {
      display: block; }

.cart *,
.cart *:before,
.cart *:after {
  box-sizing: border-box; }
.cart + .relative_items {
  margin-top: 70px; }
.cart-top__title {
  margin-top: 0;
  text-align: center;
  font-size: 60px;
  font-family: 'helveticaneuecyrthin', 'Lato', sans-serif; }
.cart__table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse; }
.cart-table__cell, .cart-table__header-cell {
  text-align: left;
  border-bottom: 1px solid #e7e7e7; }
.cart-table__header-cell {
  background: #f6f6f6;
  color: #7f7f7f;
  font-size: 14px;
  font-weight: normal;
  padding: .5em 20px; }
  .cart-table__header-cell--sum {
    text-align: right;
    padding-right: 60px; }
.cart-table__cell {
  padding: 20px; }
  .cart-table__cell:first-child {
    border-left: 1px solid #e7e7e7; }
  .cart-table__cell:last-child {
    border-right: 1px solid #e7e7e7; }
  .cart-table__cell--delete, .cart-table__cell--photo {
    padding-left: 0;
    padding-right: 0;
    text-align: center; }
  .cart-table__cell--delete {
    width: 60px; }
  .cart-table__cell--photo {
    width: 120px; }
    .cart-table__cell--photo img {
      max-width: 120px;
      max-height: 120px; }
  .cart-table__cell--price, .cart-table__cell--quantity {
    width: 150px; }
  .cart-table__cell--sum {
    width: 185px;
    padding-right: 60px;
    text-align: right; }
.cart-table__delete-button {
  width: 40px;
  height: 40px;
  background: url("images/close.svg") no-repeat center;
  border: none;
  display: inline-block; }
.cart-table__name {
  font-size: 22px;
  font-family: 'helveticaneuecyrthin', 'Lato', sans-serif;
  text-decoration: none;
  line-height: 1.3em; }
.cart-table__price--current {
  font-size: 20px; }
.cart-table__price--base {
  margin-top: 3px;
  font-size: 12px;
  color: #7f7f7f;
  text-decoration: line-through; }
.cart-table__price--sum {
  font-weight: bold;
  font-size: 24px; }
.cart__bottom {
  margin-top: 35px; }
  .cart__bottom:after {
    content: '';
    display: block;
    clear: both; }
.cart__coupon {
  width: 500px;
  float: left; }
.cart-coupon__title {
  padding-left: 20px;
  color: #7f7f7f;
  font-size: 14px; }
.cart-coupon__form {
  margin-top: 12px; }
.cart-coupon__input {
  width: calc(100% - 150px);
  float: left; }
.cart-coupon__submit {
  text-transform: none;
  margin-left: -1px;
  width: 150px;
  font-weight: normal; }
.cart__back {
  float: left;
  width: 500px;
  clear: left;
  margin-top: 32px; }
.cart-back__link {
  padding-left: 16px;
  position: relative; }
  .cart-back__link:before {
    content: '';
    display: block;
    position: absolute;
    top: 3px;
    left: 0;
    width: 7px;
    height: 13px;
    background: url("images/arrow.svg"); }
.cart__total {
  float: right;
  width: 500px;
  text-align: right; }
.cart-total__price {
  padding-right: 60px; }
  .cart-total__price--current {
    font-weight: bold;
    font-size: 24px; }
  .cart-total__price--base {
    color: #7f7f7f;
    font-size: 16px;
    margin-top: 6px; }
.cart-total__button {
  margin-top: 32px;
  width: 200px; }

.order *,
.order *:before,
.order *:after {
  box-sizing: border-box; }
.order-top__title {
  margin-top: 0;
  text-align: center;
  font-size: 60px;
  font-family: 'helveticaneuecyrthin', 'Lato', sans-serif; }
.order form {
  margin: 0 -30px; }
  .order form:after {
    content: '';
    display: block;
    clear: both; }
.order__fieldset {
  padding: 0 30px;
  margin: 0;
  border: none;
  float: left;
  width: 50%; }
  .order__fieldset--payment {
    margin-top: 45px; }
  .order__fieldset--submit {
    margin-top: 45px; }
.order__legend {
  padding: 0;
  font-size: 28px;
  font-family: 'helveticaneuecyrthin', 'Lato', sans-serif; }
.order__form-group {
  margin-top: 40px; }
.order__radiogroup {
  margin-top: 24px; }
.order__radio {
  margin-top: 14px; }
  .order__radio--single .form-check-label {
    cursor: default; }
  .order__radio--single .form-check-content {
    padding-left: 0; }
    .order__radio--single .form-check-content:before, .order__radio--single .form-check-content:after {
      display: none; }
.order-radio__image {
  display: inline-block;
  width: 26px;
  height: 22px;
  margin-right: 10px;
  background: no-repeat center;
  margin: -3px 0 -4px; }
.order__text {
  margin-top: 20px;
  font-size: 14px; }
.order__price--current {
  font-weight: bold;
  font-size: 24px; }
.order__price--delivery {
  color: #7f7f7f;
  font-size: 16px;
  margin-top: 9px; }
.order__submit {
  margin-top: 4px; }
  .order__submit:after {
    content: '';
    display: block;
    clear: both; }
.order-submit__button {
  width: 200px;
  margin-top: 28px;
  float: left; }
.order-submit__comment {
  color: #7f7f7f;
  font-size: 13px;
  float: left;
  padding-left: 35px;
  width: calc(100% - 200px); }

.order-confirm *,
.order-confirm *:before,
.order-confirm *:after {
  box-sizing: border-box; }
.order-confirm__top {
  padding-bottom: 50px;
  position: relative; }
  .order-confirm__top:after {
    content: '';
    display: block;
    position: absolute;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    background: #72b259 url("images/check.svg") no-repeat center;
    bottom: -24px;
    left: 50%;
    margin-left: -24px; }
.order-confirm__title {
  color: #72b259;
  text-align: center;
  font-family: 'helveticaneuecyrthin', 'Lato', sans-serif;
  font-size: 35px; }
.order-confirm__content {
  width: 780px;
  margin: 0 auto;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15);
  padding: 50px 50px 48px;
  text-align: center; }
.order-confirm__subtitle {
  text-transform: uppercase;
  font-size: 14px; }
.order-confirm__number {
  margin-top: 22px;
  font-size: 16px;
  background: #f6f6f6;
  padding: 12px 36px;
  display: inline-block; }
.order-confirm__text {
  font-size: 14px;
  max-width: 590px;
  margin: 25px auto 0; }
.order-confirm__sum {
  margin-top: 22px; }
.order-confirm-sum__title {
  color: #808080;
  font-size: 12px; }
.order-confirm-sum__price {
  color: #000;
  font-weight: bold;
  font-size: 24px;
  margin-top: 9px; }
.order-confirm__button-container {
  margin-top: 20px; }
.order-confirm__button {
  display: inline-block; }
.order-confirm__bottom {
  margin-top: 28px;
  font-size: 14px;
  text-align: center; }
.order-confirm-bottom__link {
  padding-left: 16px;
  position: relative; }
  .order-confirm-bottom__link:before {
    content: '';
    display: block;
    position: absolute;
    top: 3px;
    left: 0;
    width: 7px;
    height: 13px;
    background: url("images/arrow.svg"); }

.personal *,
.personal *:before,
.personal *:after {
  box-sizing: border-box; }
.personal-top__title {
  margin-top: 0;
  text-align: center;
  font-size: 60px;
  font-family: 'helveticaneuecyrthin', 'Lato', sans-serif; }
.personal__menu {
  text-align: center; }
.personal-menu__list {
  margin: 0;
  padding: 0;
  list-style: none; }
.personal-menu__item {
  display: inline-block; }
.personal-menu__link {
  padding: 8px 18px;
  color: #666;
  text-transform: uppercase;
  font-size: 17px;
  display: block;
  text-decoration: none; }
  .personal-menu__link:focus, .personal-menu__link:hover, .personal-menu__link.active {
    background: #f6f6f6; }
.personal-orders__tabs {
  margin-top: 32px;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center; }
.personal-orders-tabs__list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
  border-bottom: 1px solid #e6e6e6; }
.personal-orders-tabs__item {
  display: inline-block; }
  .personal-orders-tabs__item:not(:last-child) {
    margin-right: 32px; }
.personal-orders-tabs__link {
  display: block;
  padding: 4px 5px;
  position: relative;
  text-decoration: none;
  color: #808080; }
  .personal-orders-tabs__link.active {
    color: #000; }
    .personal-orders-tabs__link.active:after {
      content: '';
      display: block;
      position: absolute;
      bottom: -2px;
      left: 0;
      width: 100%;
      border-bottom: 2px solid #e27784; }
.personal-orders__table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
  text-align: left;
  margin-top: 22px; }
.personal-orders-table__header-cell, .personal-orders-table__cell {
  font-weight: normal;
  padding: 9px 46px;
  white-space: nowrap; }
  .personal-orders-table__header-cell--date, .personal-orders-table__header-cell--quantity, .personal-orders-table__header-cell--sum, .personal-orders-table__cell--date, .personal-orders-table__cell--quantity, .personal-orders-table__cell--sum {
    text-align: right; }
  .personal-orders-table__header-cell--status, .personal-orders-table__cell--status {
    white-space: normal;
    min-width: 72px; }
.personal-orders-table__header-cell {
  background: #e6e6e6;
  color: #333; }
.personal-orders-table__row {
  cursor: pointer; }
  .personal-orders-table__row:hover .personal-orders-table__cell {
    background: #f6f6f6; }
.personal-orders-table__cell {
  padding-top: 15px;
  padding-bottom: 15px; }
.personal__bottom {
  margin-top: 40px; }
.personal__order {
  margin-top: 50px; }
  .personal__order:after {
    content: '';
    display: block;
    clear: both; }
.personal-order__table-container {
  float: left;
  width: 782px; }
.personal-order__table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse; }
.personal-order-table__header-cell, .personal-order-table__cell {
  text-align: left;
  border-bottom: 1px solid #e7e7e7; }
  .personal-order-table__header-cell--price, .personal-order-table__header-cell--quantity, .personal-order-table__header-cell--sum, .personal-order-table__cell--price, .personal-order-table__cell--quantity, .personal-order-table__cell--sum {
    text-align: right;
    white-space: nowrap; }
.personal-order-table__header-cell {
  background: #f6f6f6;
  color: #7f7f7f;
  font-size: 14px;
  font-weight: normal;
  padding: .5em 20px; }
.personal-order-table__cell {
  padding: 12px 20px; }
  .personal-order-table__cell--photo {
    width: 120px;
    text-align: center; }
    .personal-order-table__cell--photo img {
      max-width: 120px;
      max-height: 120px; }
  .personal-order-table__cell:first-child {
    border-left: 1px solid #e7e7e7; }
  .personal-order-table__cell:last-child {
    border-right: 1px solid #e7e7e7; }
.personal-order-table__header-cell--sum, .personal-order-table__cell--sum {
  padding-right: 35px; }
.personal-order-table__name {
  font-size: 14px;
  text-decoration: none; }
.personal-order-table__price--current {
  font-size: 16px; }
.personal-order-table__price--base {
  font-size: 12px;
  text-decoration: line-through;
  color: #7f7f7f; }
.personal-order-table__price--sum {
  font-weight: bold;
  font-size: 18px; }
.personal-order__info {
  float: left;
  padding-left: 64px;
  width: calc(100% - 782px); }
.personal-order__title {
  font-size: 28px;
  margin-bottom: 16px; }
.personal-order__date {
  font-size: 14px;
  display: inline-block; }
.personal-order__more {
  display: inline-block;
  color: #000;
  padding-right: 30px;
  text-decoration: none;
  position: relative;
  margin-left: 22px; }
  .personal-order__more:after {
    content: '';
    display: block;
    position: absolute;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    top: 5px;
    right: 3px;
    width: 7px;
    height: 13px;
    background: url("images/arrow.svg"); }
  .personal-order__more span {
    border-bottom: 2px dotted currentColor; }
    .personal-order__more span.active {
      display: none; }
  .personal-order__more.active:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }
  .personal-order__more.active span.default {
    display: none; }
  .personal-order__more.active span.active {
    display: inline; }
.personal-order__text {
  display: none; }
.personal-order__parameters {
  padding-top: 10px; }
.personal-order-parameters__item {
  margin-top: 8px; }
.personal-order-parameters__name {
  color: #7f7f7f;
  font-size: 12px; }
.personal-order__status {
  margin: 18px 0 0 -18px;
  padding: 8px 18px;
  font-size: 17px;
  color: #666;
  background: #f6f6f6;
  display: inline-block; }
.personal-order__order-info {
  margin-top: 8px; }
.personal-order__order-info-item {
  margin-top: 22px; }
.personal-order__order-info-title {
  color: #7f7f7f;
  font-size: 14px; }
.personal-order__order-info-value {
  font-size: 16px;
  margin-top: 6px; }
.personal-order__order-info-image {
  display: inline-block;
  width: 26px;
  height: 22px;
  margin-right: 10px;
  background: no-repeat center;
  margin: -3px 0 -4px; }
.personal-order__total {
  margin-top: 36px; }
.personal-order__price {
  margin-top: 5px; }
  .personal-order__price--sum, .personal-order__price--delivery {
    color: #7f7f7f;
    font-size: 14px; }
  .personal-order__price--total {
    margin-top: 12px;
    font-weight: bold;
    font-size: 24px; }
.personal-order__bottom {
  float: left;
  width: 100%;
  margin-top: 30px;
  position: relative; }
.personal-order__back {
  position: absolute;
  top: 10px; }
.personal-order-back__link {
  padding-left: 16px;
  position: relative; }
  .personal-order-back__link:before {
    content: '';
    display: block;
    position: absolute;
    top: 3px;
    left: 0;
    width: 7px;
    height: 13px;
    background: url(images/arrow.svg); }
.personal-order__buttons {
  text-align: center; }
.personal-order__button {
  width: 170px;
  display: inline-block; }
  .personal-order__button:not(:last-child) {
    margin-right: 26px; }

/*# sourceMappingURL=shop.css.map */
