

/* Start:/local/templates/etalonmix/components/GM/main.profile/.default/style.css?178005843530315*/
.lk-wrap {
  white-space: nowrap;
  padding-bottom: 100px;
  width: 1440px;
  margin: 0 auto;
}
@media screen and (max-width: 1520px) and (min-width: 1280px) {
  .lk-wrap {
    width: 1160px;
  }
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  .lk-wrap {
    width: 620px;
  }
}
@media screen and (max-width: 767px) and (min-width: 480px) {
  .lk-wrap {
    width: 460px;
  }
}
@media screen and (max-width: 479px) {
  .lk-wrap {
    width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .lk-wrap h1 {
    text-align: center;
  }
}
.lk-wrap .lk-inner {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .lk-wrap .lk-inner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.lk-wrap .lk-inner .left {
  min-width: 360px;
  max-width: 360px;
  margin-right: 80px;
}
@media screen and (min-width: 768px) {
  .lk-wrap .lk-inner .left .contact-person {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
  }
}
.lk-wrap .lk-inner .left .contact-person .user-photo {
  min-width: 100px;
  max-width: 100px;
  height: 100px;
  margin-right: 20px;
  background: url("/local/templates/etalonmix/components/GM/main.profile/.default/img/user-photo.svg") center no-repeat;
}
@media screen and (max-width: 767px) {
  .lk-wrap .lk-inner .left .contact-person .user-photo {
    margin: 0 auto;
  }
}
.lk-wrap .lk-inner .left .contact-person .user-info {
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .lk-wrap .lk-inner .left .contact-person .user-info {
    width: 230px;
    margin: 10px auto 0;
  }
}
.lk-wrap .lk-inner .left .contact-person .user-info .fio {
  color: #010101;
  font-size: 18px;
  font-family: "Geometria Bold", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
  white-space: normal;
}
@media screen and (max-width: 767px) {
  .lk-wrap .lk-inner .left .contact-person .user-info .fio {
    text-align: center;
    font-size: 16px;
  }
}
.lk-wrap .lk-inner .left .contact-person .user-info .email {
  color: #010101;
  font-size: 14px;
  font-family: "Geometria", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
  margin-top: 9px;
}
@media screen and (max-width: 767px) {
  .lk-wrap .lk-inner .left .contact-person .user-info .email {
    text-align: center;
    font-size: 12px;
  }
}
.lk-wrap .lk-inner .left .tabs {
  margin-top: 30px;
  width: 100%;
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  .lk-wrap .lk-inner .left .tabs {
    margin-top: 45px;
  }
}
.lk-wrap .lk-inner .left .tabs .tab {
  width: 100%;
  height: 70px;
  cursor: pointer;
  padding: 0 28px;
  margin-bottom: 10px;
  white-space: normal;
  background: white;
  position: relative;
  color: #010101;
  font-size: 20px;
  font-family: "Geometria Medium", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 1279px) {
  .lk-wrap .lk-inner .left .tabs .tab {
    font-size: 16px;
    height: 60px;
  }
}
.lk-wrap .lk-inner .left .tabs .tab.active {
  background: #980916;
  color: white;
  cursor: default;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
@media screen and (max-width: 1520px) and (min-width: 1280px) {
  .lk-wrap .lk-inner .left {
    margin-right: 40px;
  }
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  .lk-wrap .lk-inner .left {
    margin-right: 20px;
    min-width: 300px;
    max-width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .lk-wrap .lk-inner .left {
    margin-right: 0;
    min-width: 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .lk-wrap .lk-inner .right {
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
.lk-wrap .tab-content {
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.lk-wrap .tab-content.fadeOut {
  -webkit-animation-name: animateContentBlockFadeOut;
  animation-name: animateContentBlockFadeOut;
}
@-webkit-keyframes animateContentBlockFadeOut {
  0% {
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
  }
  100% {
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
}
@-moz-keyframes animateContentBlockFadeOut {
  0% {
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
  }
  100% {
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
}
@-ms-keyframes animateContentBlockFadeOut {
  0% {
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
  }
  100% {
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
}
@-o-keyframes animateContentBlockFadeOut {
  0% {
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
  }
  100% {
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
}
@keyframes animateContentBlockFadeOut {
  0% {
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
  }
  100% {
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
}
.lk-wrap .tab-content.fadeIn {
  -webkit-animation-name: animateContentBlockFadeIn;
  animation-name: animateContentBlockFadeIn;
}
@-webkit-keyframes animateContentBlockFadeIn {
  0% {
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
  }
}
@-moz-keyframes animateContentBlockFadeIn {
  0% {
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
  }
}
@-ms-keyframes animateContentBlockFadeIn {
  0% {
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
  }
}
@-o-keyframes animateContentBlockFadeIn {
  0% {
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes animateContentBlockFadeIn {
  0% {
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .lk-wrap .tab-content {
    padding: 10px 0 20px;
  }
}
.lk-wrap .tab-content .personal-info .errors-wrap .error {
  color: #980916;
  font-size: 15px;
  font-family: "Geometria", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
  text-align: left;
  margin-top: 10px;
  white-space: normal;
  line-height: 16px;
}
.lk-wrap .tab-content .personal-info .errors-wrap .error.agreement {
  display: none;
  margin-bottom: 5px;
}
.lk-wrap .tab-content .personal-info .title {
  color: #010101;
  font-size: 26px;
  font-family: "Geometria Bold", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
  line-height: 130%;
}
@media screen and (max-width: 1279px) {
  .lk-wrap .tab-content .personal-info .title {
    display: none;
  }
}
.lk-wrap .tab-content .personal-info .user-info {
  width: 100%;
  padding: 35px 30px;
  margin-top: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1279px) {
  .lk-wrap .tab-content .personal-info .user-info {
    padding: 15px;
    margin-top: -15px;
  }
}
@media screen and (max-width: 767px) {
  .lk-wrap .tab-content .personal-info .user-info {
    margin-top: 0;
    padding-top: 0;
  }
}
.lk-wrap .tab-content .personal-info .user-info[data-action=change] .input-wrap, .lk-wrap .tab-content .personal-info .user-info[data-action=change] input, .lk-wrap .tab-content .personal-info .user-info[data-action=change] textarea, .lk-wrap .tab-content .personal-info .user-info[data-action=change] .options .item {
  cursor: default;
}
.lk-wrap .tab-content .personal-info .user-info .input-wrap {
  position: relative;
  min-height: 50px;
  border-bottom: 1px solid #D1D1D1;
}
@media screen and (min-width: 1280px) {
  .lk-wrap .tab-content .personal-info .user-info .input-wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
  }
}
@media screen and (max-width: 1279px) {
  .lk-wrap .tab-content .personal-info .user-info .input-wrap {
    padding: 10px 0;
  }
}
@media screen and (max-width: 767px) and (min-width: 480px) {
  .lk-wrap .tab-content .personal-info .user-info .input-wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .lk-wrap .tab-content .personal-info .user-info .input-wrap {
    min-height: 30px;
  }
}
.lk-wrap .tab-content .personal-info .user-info .input-wrap:last-child {
  border-bottom: 0;
}
.lk-wrap .tab-content .personal-info .user-info .input-wrap.change {
  z-index: 2;
  border-bottom: 1px solid #EDEDED;
}
.lk-wrap .tab-content .personal-info .user-info .input-wrap.change:after {
  content: "";
  position: absolute;
  top: -1;
  left: -30px;
  width: calc(100% + 60px);
  height: calc(100% + 2px);
  background: #EDEDED;
  z-index: 0;
}
@media screen and (max-width: 1279px) {
  .lk-wrap .tab-content .personal-info .user-info .input-wrap.change:after {
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    -ms-border-radius: 11px;
    border-radius: 11px;
    left: -15px;
    width: calc(100% + 30px);
  }
}
.lk-wrap .tab-content .personal-info .user-info .input-wrap.change .socials input {
  padding-left: 10px;
}
.lk-wrap .tab-content .personal-info .user-info .input-wrap.change input, .lk-wrap .tab-content .personal-info .user-info .input-wrap.change textarea {
  display: block;
}
@media screen and (max-width: 1279px) {
  .lk-wrap .tab-content .personal-info .user-info .input-wrap.change input, .lk-wrap .tab-content .personal-info .user-info .input-wrap.change textarea {
    padding-left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .lk-wrap .tab-content .personal-info .user-info .input-wrap.change input, .lk-wrap .tab-content .personal-info .user-info .input-wrap.change textarea {
    min-height: 30px;
  }
}
.lk-wrap .tab-content .personal-info .user-info .input-wrap.change .value {
  display: none;
}
.lk-wrap .tab-content .personal-info .user-info .input-wrap.error input, .lk-wrap .tab-content .personal-info .user-info .input-wrap.error textarea {
  border: 1px solid #980916;
  color: #980916;
}
.lk-wrap .tab-content .personal-info .user-info .input-wrap[data-code=PASSWORD], .lk-wrap .tab-content .personal-info .user-info .input-wrap[data-code=CONFIRM_PASSWORD] {
  display: none;
}
@media screen and (max-width: 767px) {
  .lk-wrap .tab-content .personal-info .user-info .input-wrap[data-code=UF_SOCIALS_INST] {
    align-items: flex-start;
  }
}
.lk-wrap .tab-content .personal-info .user-info .input-wrap .socials {
  margin-top: 18px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .lk-wrap .tab-content .personal-info .user-info .input-wrap .socials {
    margin-top: 0;
  }
}
.lk-wrap .tab-content .personal-info .user-info .input-wrap .socials .social {
  height: 24px;
  margin-bottom: 5px;
  margin-left: 20px;
  padding-left: 33px;
  background-size: 24px !important;
}
@media screen and (max-width: 1279px) {
  .lk-wrap .tab-content .personal-info .user-info .input-wrap .socials .social {
    margin-left: 0;
  }
}
.lk-wrap .tab-content .personal-info .user-info .input-wrap .socials .social.UF_SOCIALS_INST {
  background: url("/local/templates/etalonmix/components/GM/main.profile/.default/../../../../img/inst-red.svg") left center no-repeat;
}
.lk-wrap .tab-content .personal-info .user-info .input-wrap .socials .social.UF_SOCIALS_VK {
  background: url("/local/templates/etalonmix/components/GM/main.profile/.default/../../../../img/vk-red.svg") left center no-repeat;
}
.lk-wrap .tab-content .personal-info .user-info .input-wrap .socials input {
  min-height: 21px;
  height: 21px !important;
  display: table;
  padding-left: 0;
}
.lk-wrap .tab-content .personal-info .user-info .input-wrap .field-name {
  color: #010101;
  font-size: 16px;
  font-family: "Geometria Bold", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
  line-height: 130%;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1280px) {
  .lk-wrap .tab-content .personal-info .user-info .input-wrap .field-name {
    min-width: 200px;
    max-width: 200px;
  }
}
@media screen and (max-width: 767px) and (min-width: 480px) {
  .lk-wrap .tab-content .personal-info .user-info .input-wrap .field-name {
    -webkit-flex: 0 1 auto;
    -moz-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin-right: 15px;
  }
}
.lk-wrap .tab-content .personal-info .user-info .input-wrap input, .lk-wrap .tab-content .personal-info .user-info .input-wrap textarea, .lk-wrap .tab-content .personal-info .user-info .input-wrap .value {
  padding-left: 20px;
  margin-right: 30px;
  border: 1px solid transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #010101;
  font-size: 16px;
  font-family: "Geometria", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
  background: white;
  position: relative;
  z-index: 1;
  min-height: 36px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  display: none;
}
.lk-wrap .tab-content .personal-info .user-info .input-wrap input:-webkit-autofill, .lk-wrap .tab-content .personal-info .user-info .input-wrap input:-webkit-autofill:hover, .lk-wrap .tab-content .personal-info .user-info .input-wrap input:-webkit-autofill:focus, .lk-wrap .tab-content .personal-info .user-info .input-wrap input:-webkit-autofill:active, .lk-wrap .tab-content .personal-info .user-info .input-wrap textarea:-webkit-autofill, .lk-wrap .tab-content .personal-info .user-info .input-wrap textarea:-webkit-autofill:hover, .lk-wrap .tab-content .personal-info .user-info .input-wrap textarea:-webkit-autofill:focus, .lk-wrap .tab-content .personal-info .user-info .input-wrap textarea:-webkit-autofill:active, .lk-wrap .tab-content .personal-info .user-info .input-wrap .value:-webkit-autofill, .lk-wrap .tab-content .personal-info .user-info .input-wrap .value:-webkit-autofill:hover, .lk-wrap .tab-content .personal-info .user-info .input-wrap .value:-webkit-autofill:focus, .lk-wrap .tab-content .personal-info .user-info .input-wrap .value:-webkit-autofill:active {
  -webkit-text-fill-color: white !important;
  -webkit-box-shadow: 0 2px 2px 1000px white inset;
  transition: background-color 5000s ease-in-out 0s;
  border: 1px solid white;
  background-color: white !important;
}
.lk-wrap .tab-content .personal-info .user-info .input-wrap input::-webkit-input-placeholder, .lk-wrap .tab-content .personal-info .user-info .input-wrap textarea::-webkit-input-placeholder, .lk-wrap .tab-content .personal-info .user-info .input-wrap .value::-webkit-input-placeholder {
  color: #9aaba8;
}
.lk-wrap .tab-content .personal-info .user-info .input-wrap input::-moz-placeholder, .lk-wrap .tab-content .personal-info .user-info .input-wrap textarea::-moz-placeholder, .lk-wrap .tab-content .personal-info .user-info .input-wrap .value::-moz-placeholder {
  color: #9aaba8;
}
.lk-wrap .tab-content .personal-info .user-info .input-wrap input:-moz-placeholder, .lk-wrap .tab-content .personal-info .user-info .input-wrap textarea:-moz-placeholder, .lk-wrap .tab-content .personal-info .user-info .input-wrap .value:-moz-placeholder {
  color: #9aaba8;
}
.lk-wrap .tab-content .personal-info .user-info .input-wrap input:-ms-input-placeholder, .lk-wrap .tab-content .personal-info .user-info .input-wrap textarea:-ms-input-placeholder, .lk-wrap .tab-content .personal-info .user-info .input-wrap .value:-ms-input-placeholder {
  color: #9aaba8;
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  .lk-wrap .tab-content .personal-info .user-info .input-wrap input, .lk-wrap .tab-content .personal-info .user-info .input-wrap textarea, .lk-wrap .tab-content .personal-info .user-info .input-wrap .value {
    min-height: 21px;
    padding-left: 0;
    margin-right: 0;
    margin-top: 5px;
    width: 100%;
    white-space: normal;
  }
}
@media screen and (max-width: 767px) and (min-width: 480px) {
  .lk-wrap .tab-content .personal-info .user-info .input-wrap input, .lk-wrap .tab-content .personal-info .user-info .input-wrap textarea, .lk-wrap .tab-content .personal-info .user-info .input-wrap .value {
    padding-left: 0;
    margin-right: 17px;
    min-height: 22px;
  }
}
@media screen and (max-width: 479px) {
  .lk-wrap .tab-content .personal-info .user-info .input-wrap input, .lk-wrap .tab-content .personal-info .user-info .input-wrap textarea, .lk-wrap .tab-content .personal-info .user-info .input-wrap .value {
    min-height: 21px;
    padding-left: 0;
    margin-right: 0;
    margin-top: 5px;
    width: 100%;
    white-space: normal;
  }
}
.lk-wrap .tab-content .personal-info .user-info .input-wrap input, .lk-wrap .tab-content .personal-info .user-info .input-wrap textarea, .lk-wrap .tab-content .personal-info .user-info .input-wrap .options, .lk-wrap .tab-content .personal-info .user-info .input-wrap .value {
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.lk-wrap .tab-content .personal-info .user-info .input-wrap .value {
  display: block;
  white-space: normal;
}
.lk-wrap .tab-content .personal-info .user-info .input-wrap .edit-field {
  color: #980916;
  font-size: 12px;
  font-family: "Geometria Medium", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: lowercase;
  margin-left: auto;
  text-decoration: underline;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  .lk-wrap .tab-content .personal-info .user-info .input-wrap .edit-field {
    margin-top: 5px;
  }
}
@media screen and (max-width: 479px) {
  .lk-wrap .tab-content .personal-info .user-info .input-wrap .edit-field {
    margin-top: 5px;
  }
}
.lk-wrap .tab-content .personal-info .button-wrap .change-info {
  position: relative;
  align-items: center;
  min-width: 372px;
  max-width: 372px;
  height: 60px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  text-align: center;
  color: white;
  font-size: 18px;
  font-family: "Geometria Bold", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
  transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  background: #980916;
  text-decoration: none;
  cursor: pointer;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 0;
  outline: none;
  margin: 30px auto 0 auto;
}
.lk-wrap .tab-content .personal-info .button-wrap .change-info:hover:not(.noHover) {
  background: #b2b2b2;
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  .lk-wrap .tab-content .personal-info .button-wrap .change-info {
    min-width: 300px;
    max-width: 300px;
    margin-top: 20px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .lk-wrap .tab-content .personal-info .button-wrap .change-info {
    min-width: 100%;
    max-width: 100%;
    margin-top: 8px;
    font-size: 16px;
  }
}
.lk-wrap .tab-content .personal-info .button-wrap .change-success {
  display: none;
  margin: 30px auto 0;
  width: 265px;
  color: #9D9D9D;
  font-size: 18px;
  font-family: "Geometria Bold", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
  padding-left: 31px;
  background: url("/local/templates/etalonmix/components/GM/main.profile/.default/img/success-icon.svg") left center no-repeat;
  background-size: contain;
  height: 21px;
  line-height: 21px;
}
@media screen and (max-width: 1279px) {
  .lk-wrap .tab-content .personal-info .button-wrap .change-success {
    font-size: 12px;
    width: 190px;
    margin-top: 20px;
  }
}
.lk-wrap .tab-content #change-password {
  width: 460px;
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  .lk-wrap .tab-content #change-password {
    width: 300px;
  }
}
@media screen and (max-width: 479px) {
  .lk-wrap .tab-content #change-password {
    width: 300px;
  }
}
.lk-wrap .tab-content #change-password .title {
  color: #010101;
  font-size: 26px;
  font-family: "Geometria Bold", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
  line-height: 130%;
  margin-bottom: 30px;
}
@media screen and (max-width: 1279px) {
  .lk-wrap .tab-content #change-password .title {
    font-size: 18px;
  }
}
.lk-wrap .tab-content #change-password .error {
  color: #CB1517;
  font-size: 16px;
  font-family: "Geometria", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
  margin-bottom: 15px;
}
.lk-wrap .tab-content #change-password input {
  width: 100%;
  height: 50px;
  padding-left: 20px;
  margin-bottom: 10px;
  border: 1px solid #F3F3F3;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #171717;
  font-size: 16px;
  font-family: "Geometria", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
  background: #F3F3F3;
  position: relative;
  z-index: 1;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  display: table;
}
.lk-wrap .tab-content #change-password input:-webkit-autofill, .lk-wrap .tab-content #change-password input:-webkit-autofill:hover, .lk-wrap .tab-content #change-password input:-webkit-autofill:focus, .lk-wrap .tab-content #change-password input:-webkit-autofill:active {
  -webkit-text-fill-color: white !important;
  -webkit-box-shadow: 0 2px 2px 1000px white inset;
  transition: background-color 5000s ease-in-out 0s;
  border: 1px solid white;
  background-color: white !important;
}
.lk-wrap .tab-content #change-password input::-webkit-input-placeholder {
  color: rgba(23, 23, 23, 0.5);
}
.lk-wrap .tab-content #change-password input::-moz-placeholder {
  color: rgba(23, 23, 23, 0.5);
}
.lk-wrap .tab-content #change-password input:-moz-placeholder {
  color: rgba(23, 23, 23, 0.5);
}
.lk-wrap .tab-content #change-password input:-ms-input-placeholder {
  color: rgba(23, 23, 23, 0.5);
}
@media screen and (max-width: 1279px) {
  .lk-wrap .tab-content #change-password input {
    font-size: 14px;
  }
}
.lk-wrap .tab-content #change-password button {
  position: relative;
  align-items: center;
  min-width: 100%;
  max-width: 100%;
  height: 60px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  text-align: center;
  color: white;
  font-size: 18px;
  font-family: "Geometria Bold", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
  transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  background: #980916;
  text-decoration: none;
  cursor: pointer;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 0;
  outline: none;
  margin-top: 30px;
}
.lk-wrap .tab-content #change-password button:hover:not(.noHover) {
  background: #b2b2b2;
}
@media screen and (max-width: 1279px) {
  .lk-wrap .tab-content #change-password button {
    font-size: 16px;
    margin-top: 20px;
  }
}
.lk-wrap .tab-content #change-password .password-save-success {
  display: none;
  margin: 30px auto 0;
  width: 265px;
  color: #9D9D9D;
  font-size: 18px;
  font-family: "Geometria Bold", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
  padding-left: 31px;
  background: url("/local/templates/etalonmix/components/GM/main.profile/.default/img/success-icon.svg") left center no-repeat;
  background-size: contain;
  height: 21px;
  line-height: 21px;
}
@media screen and (max-width: 1279px) {
  .lk-wrap .tab-content #change-password .password-save-success {
    font-size: 12px;
    width: 190px;
    margin-top: 20px;
  }
}
.lk-wrap .access-message, .lk-wrap .email-changed {
  display: none;
  z-index: 1003;
  width: 600px;
  padding: 40px 0;
  position: fixed;
  left: 50%;
  top: 50%;
  margin: -250px 0 0 -300px;
  background: white;
  -webkit-box-shadow: 4px 0 13px 0 rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 4px 0 13px 0 rgba(0, 0, 0, 0.23);
  box-shadow: 4px 0 13px 0 rgba(0, 0, 0, 0.23);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.lk-wrap .access-message .info, .lk-wrap .email-changed .info {
  background: white;
  padding: 10px;
}
.lk-wrap .access-message .exit, .lk-wrap .email-changed .exit {
  position: absolute;
  top: -30px;
  right: -30px;
  cursor: pointer;
  background: url("/local/templates/etalonmix/components/GM/main.profile/.default/../../../../img/form-exit.svg") center no-repeat;
  width: 20px;
  height: 20px;
  z-index: 1;
}
.lk-wrap .access-message .text1, .lk-wrap .email-changed .text1 {
  color: #171717;
  font-size: 18px;
  font-family: "Geometria Bold", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
  text-align: center;
}
.lk-wrap .access-message .text1 a, .lk-wrap .email-changed .text1 a {
  color: #980916;
}

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

/* End */


/* Start:/local/templates/etalonmix//components/GM/sale.personal.order.list/lk-order-list/style.css?17800584366444*/
@media screen and (max-width: 767px) {
  .orders-history {
    padding: 10px 0 20px;
  }
}
.orders-history .title {
  color: #010101;
  font-size: 26px;
  font-family: "Geometria Bold", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
  line-height: 130%;
}
@media screen and (max-width: 1279px) {
  .orders-history .title {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .orders-history .title.hide-mobile {
    display: none;
  }
}
.orders-history .orders-history-wrap .empty-orders {
  color: #171717;
  font-size: 18px;
  font-family: "Geometria", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
  padding-top: 20px;
}
@media screen and (max-width: 1279px) {
  .orders-history .orders-history-wrap .empty-orders {
    font-size: 14px;
    padding-top: 10px;
  }
}

.table-orders {
  margin-top: 30px;
  padding: 30px;
}
@media screen and (max-width: 1279px) {
  .table-orders {
    padding: 15px;
  }
}
@media screen and (max-width: 1279px) {
  .table-orders {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .table-orders {
    margin-top: -10px;
  }
}
.table-orders .thead {
  height: 35px;
  border-bottom: 1px solid black;
  padding-bottom: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1279px) {
  .table-orders .thead {
    display: none;
  }
}
.table-orders .thead .inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
}
.table-orders .thead .inner .th {
  color: #010101;
  font-size: 16px;
  font-family: "Geometria Bold", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
}
.table-orders .th, .table-orders .td {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 1521px) {
  .table-orders .th.order-number, .table-orders .td.order-number {
    -webkit-flex: 0 0 220px;
    -moz-flex: 0 0 220px;
    -ms-flex: 0 0 220px;
    flex: 0 0 220px;
  }
}
@media screen and (max-width: 1520px) and (min-width: 1280px) {
  .table-orders .th.order-number, .table-orders .td.order-number {
    -webkit-flex: 0 0 170px;
    -moz-flex: 0 0 170px;
    -ms-flex: 0 0 170px;
    flex: 0 0 170px;
  }
}
@media screen and (min-width: 1521px) {
  .table-orders .th.date, .table-orders .td.date {
    -webkit-flex: 0 0 250px;
    -moz-flex: 0 0 250px;
    -ms-flex: 0 0 250px;
    flex: 0 0 250px;
  }
}
@media screen and (max-width: 1520px) and (min-width: 1280px) {
  .table-orders .th.date, .table-orders .td.date {
    -webkit-flex: 0 0 170px;
    -moz-flex: 0 0 170px;
    -ms-flex: 0 0 170px;
    flex: 0 0 170px;
  }
}
@media screen and (min-width: 1521px) {
  .table-orders .th.status, .table-orders .td.status {
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
@media screen and (max-width: 1520px) and (min-width: 1280px) {
  .table-orders .th.status, .table-orders .td.status {
    -webkit-flex: 1 1 200px;
    -moz-flex: 1 1 200px;
    -ms-flex: 1 1 200px;
    flex: 1 1 200px;
  }
}
@media screen and (min-width: 1521px) {
  .table-orders .th.sum, .table-orders .td.sum {
    -webkit-flex: 0 0 160px;
    -moz-flex: 0 0 160px;
    -ms-flex: 0 0 160px;
    flex: 0 0 160px;
  }
}
@media screen and (max-width: 1520px) and (min-width: 1280px) {
  .table-orders .th.sum, .table-orders .td.sum {
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
.table-orders .tr {
  height: 60px;
  background: white;
  position: relative;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  border-bottom: 1px solid #D1D1D1;
}
@media screen and (min-width: 1280px) {
  .table-orders .tr {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
  }
}
@media screen and (max-width: 1279px) {
  .table-orders .tr {
    height: auto;
    padding: 15px 0;
  }
  .table-orders .tr:last-child {
    border-bottom: 0;
  }
}
.table-orders .tr .td {
  color: #010101;
  font-size: 16px;
  font-family: "Geometria", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
  height: 100%;
  white-space: normal;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 1279px) {
  .table-orders .tr .td {
    justify-content: space-between;
    margin-bottom: 15px;
    height: auto;
  }
  .table-orders .tr .td:last-child {
    margin-bottom: 0;
  }
}
.table-orders .tr .td.order-number {
  cursor: pointer;
}
@media screen and (max-width: 1279px) {
  .table-orders .tr .td.status {
    font-family: "Geometria Bold";
    color: #4B4B4B;
  }
}
.table-orders .tr .td.status .status-name.red {
  font-family: "Geometria Bold";
  color: #980916;
}
.table-orders .tr .td.sum {
  padding-right: 23px;
  white-space: nowrap;
}
@media screen and (max-width: 1279px) {
  .table-orders .tr .td.sum {
    padding-right: 0;
  }
}
.table-orders .tr .td.sum .price {
  color: #4B4B4B;
  font-size: 20px;
  font-family: "Geometria Bold", Arial, Sans-Serif;
  text-transform: uppercase;
}
.table-orders .tr .td span:not(.ord) {
  color: #171717;
  font-size: 14px;
  font-family: "Geometria Bold", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
}
@media screen and (min-width: 1280px) {
  .table-orders .tr .td span:not(.ord) {
    display: none;
  }
}

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

/* End */


/* Start:/local/templates/etalonmix//components/bitrix/sale.personal.order.detail/.default/style.css?178005843425368*/
@media screen and (max-width: 767px) {
  .detail-order-wrap {
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
.detail-order-wrap .title {
  color: #010101;
  font-size: 26px;
  font-family: "Geometria Bold", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
  line-height: 130%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1279px) {
  .detail-order-wrap .title {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .detail-order-wrap .title.hide-mobile {
    display: none;
  }
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  .detail-order-wrap .title div:first-child {
    max-width: 150px;
    white-space: normal;
  }
}
@media screen and (max-width: 479px) {
  .detail-order-wrap .title div:first-child {
    max-width: 150px;
    white-space: normal;
  }
}
.detail-order-wrap .title .back {
  background: url("/local/templates/etalonmix//components/bitrix/sale.personal.order.detail/.default/img/back-arrow.svg") 0 center no-repeat;
  color: #010101;
  font-size: 18px;
  font-family: "Geometria Bold", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
  cursor: pointer;
  padding-left: 27px;
}
.detail-order-wrap .track-number {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  color: #4B4B4B;
  font-size: 16px;
  font-family: "Geometria Bold", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .detail-order-wrap .track-number {
    margin: 12px auto 0;
    justify-content: center;
  }
}
.detail-order-wrap .track-number .copy {
  margin-left: 11px;
  min-width: 18px;
  height: 18px;
  cursor: pointer;
  background: url("/local/templates/etalonmix//components/bitrix/sale.personal.order.detail/.default/img/ion_copy-outline.svg") center no-repeat;
}
.detail-order-wrap .track-number .copy:active {
  -webkit-animation-name: hvr-icon-push;
  animation-name: hvr-icon-push;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
@keyframes hvr-icon-push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
.detail-order-wrap .table-products {
  margin-top: 30px;
}
@media screen and (max-width: 767px) and (min-width: 480px) {
  .detail-order-wrap .table-products {
    margin-top: 15px;
  }
}
.detail-order-wrap .table-products .title {
  padding-bottom: 20px;
  margin-bottom: 10px;
  border-bottom: 1px solid #B6B6B6;
}
.detail-order-wrap .table-products .product {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid #B6B6B6;
  height: 96px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1279px) {
  .detail-order-wrap .table-products .product {
    height: 70px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
.detail-order-wrap .table-products .product:first-child {
  margin-top: 40px;
}
.detail-order-wrap .table-products .product:last-child {
  margin-bottom: 0;
}
.detail-order-wrap .table-products .product .image {
  min-width: 86px;
  max-width: 86px;
  height: 86px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1279px) {
  .detail-order-wrap .table-products .product .image {
    min-width: 60px;
    max-width: 60px;
    height: 60px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
  }
}
.detail-order-wrap .table-products .product .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.detail-order-wrap .table-products .product .name-and-offer-wrap {
  margin-left: 30px;
  margin-right: 30px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 1520px) {
  .detail-order-wrap .table-products .product .name-and-offer-wrap {
    margin-right: 10px;
  }
}
@media screen and (max-width: 1279px) {
  .detail-order-wrap .table-products .product .name-and-offer-wrap {
    margin-left: 10px;
  }
}
.detail-order-wrap .table-products .product .name-and-offer-wrap .name {
  color: #171717;
  font-size: 22px;
  font-family: "Geometria Bold", Arial, Sans-Serif;
  text-transform: uppercase;
  text-decoration: none;
  text-transform: none;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  display: box;
  display: -webkit-box;
  white-space: normal;
}
@media screen and (max-width: 1279px) {
  .detail-order-wrap .table-products .product .name-and-offer-wrap .name {
    font-size: 14px;
  }
}
.detail-order-wrap .table-products .product .name-and-offer-wrap span {
  color: #171717;
  font-size: 18px;
  font-family: "Geometria Bold", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
}
@media screen and (max-width: 1279px) {
  .detail-order-wrap .table-products .product .name-and-offer-wrap span {
    font-size: 14px;
  }
}
@media screen and (min-width: 1280px) {
  .detail-order-wrap .table-products .product .name-and-offer-wrap .mob {
    display: none;
  }
}
@media screen and (max-width: 1279px) {
  .detail-order-wrap .table-products .product .name-and-offer-wrap .mob {
    color: #171717;
    font-size: 10px;
    font-family: "Geometria", Arial, Sans-Serif;
    text-transform: uppercase;
    text-transform: none;
    margin-top: 5px;
  }
}
.detail-order-wrap .table-products .product .quantity {
  color: #171717;
  font-size: 18px;
  font-family: "Geometria Bold", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
  text-align: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  white-space: nowrap;
}
@media screen and (max-width: 1279px) {
  .detail-order-wrap .table-products .product .quantity {
    display: none;
  }
}
.detail-order-wrap .table-products .product .sum {
  white-space: nowrap;
  color: #171717;
  font-size: 26px;
  font-family: "Geometria Bold", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
  text-align: right;
  margin-left: 15px;
  min-width: 185px;
}
@media screen and (max-width: 1279px) {
  .detail-order-wrap .table-products .product .sum {
    font-size: 18px;
    min-width: auto;
    margin-left: auto;
  }
}
.detail-order-wrap .buttons {
  margin-top: 30px;
}
@media screen and (min-width: 1280px) {
  .detail-order-wrap .buttons {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (max-width: 767px) and (min-width: 480px) {
  .detail-order-wrap .buttons {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
  }
}
@media screen and (max-width: 479px) {
  .detail-order-wrap .buttons {
    margin-top: 20px;
  }
}
.detail-order-wrap .buttons.center {
  justify-content: center;
}
@media screen and (max-width: 1279px) {
  .detail-order-wrap .buttons.center .repeat-order {
    min-width: 100%;
    max-width: 100%;
  }
}
.detail-order-wrap .buttons .order-cancelled {
  color: #171717;
  font-size: 26px;
  font-family: "Geometria Bold", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
  margin-bottom: 30px;
  min-width: 100%;
}
@media screen and (max-width: 1279px) {
  .detail-order-wrap .buttons .order-cancelled {
    font-size: 18px;
  }
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  .detail-order-wrap .buttons .order-cancelled {
    margin-top: -20px;
  }
}
.detail-order-wrap .buttons .cancel-order, .detail-order-wrap .buttons .repeat-order, .detail-order-wrap .buttons .write-review {
  min-width: 49%;
  max-width: 49%;
  height: 60px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  .detail-order-wrap .buttons .cancel-order, .detail-order-wrap .buttons .repeat-order, .detail-order-wrap .buttons .write-review {
    min-width: 300px;
    max-width: 300px;
    height: 50px;
  }
}
@media screen and (max-width: 767px) and (min-width: 480px) {
  .detail-order-wrap .buttons .cancel-order, .detail-order-wrap .buttons .repeat-order, .detail-order-wrap .buttons .write-review {
    min-width: 220px;
    max-width: 220px;
  }
}
@media screen and (max-width: 479px) {
  .detail-order-wrap .buttons .cancel-order, .detail-order-wrap .buttons .repeat-order, .detail-order-wrap .buttons .write-review {
    min-width: 100%;
    max-width: 100%;
  }
}
.detail-order-wrap .buttons .cancel-order, .detail-order-wrap .buttons .write-review {
  color: #171717;
  font-size: 18px;
  font-family: "Geometria Bold", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
  background: #D9D9D9;
}
@media screen and (max-width: 1279px) {
  .detail-order-wrap .buttons .cancel-order, .detail-order-wrap .buttons .write-review {
    font-size: 14px;
  }
}
@media screen and (max-width: 479px) {
  .detail-order-wrap .buttons .cancel-order, .detail-order-wrap .buttons .write-review {
    margin: 0 auto;
  }
}
.detail-order-wrap .buttons .repeat-order {
  color: white;
  font-size: 18px;
  font-family: "Geometria Bold", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
  background: #980916;
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  .detail-order-wrap .buttons .repeat-order {
    margin-top: 10px;
  }
}
@media screen and (max-width: 1279px) {
  .detail-order-wrap .buttons .repeat-order {
    font-size: 14px;
  }
}
@media screen and (max-width: 479px) {
  .detail-order-wrap .buttons .repeat-order {
    margin: 10px auto 0;
  }
}
.detail-order-wrap .reviews-wrap .review-success {
  margin-top: 60px;
}
.detail-order-wrap .reviews-wrap .review-success .text1 {
  color: #010101;
  font-size: 26px;
  font-family: "Geometria Bold", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
  white-space: normal;
}
@media screen and (max-width: 767px) {
  .detail-order-wrap .reviews-wrap .review-success .text1 {
    font-size: 18px;
  }
}
.detail-order-wrap .reviews-wrap .review-success .text2 {
  margin-top: 10px;
  color: #010101;
  font-size: 18px;
  font-family: "Geometria Medium", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
  white-space: normal;
}
@media screen and (max-width: 767px) {
  .detail-order-wrap .reviews-wrap .review-success .text2 {
    font-size: 14px;
  }
}
.detail-order-wrap .reviews-wrap .reviews .review {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .detail-order-wrap .reviews-wrap .reviews .review {
    margin-bottom: 20px;
  }
}
.detail-order-wrap .reviews-wrap .reviews .review:last-child {
  margin-bottom: 0 !important;
}
.detail-order-wrap .reviews-wrap .reviews .review .text {
  margin-top: 15px;
  color: #010101;
  font-size: 14px;
  font-family: "Geometria", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
  white-space: normal;
}
@media screen and (max-width: 767px) {
  .detail-order-wrap .reviews-wrap .reviews .review .text {
    font-size: 12px;
  }
}
.detail-order-wrap .reviews-wrap .reviews .review .date {
  margin-top: 15px;
  color: #010101;
  font-size: 12px;
  font-family: "Geometria Medium", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
  letter-spacing: 1.26px;
}
.detail-order-wrap .reviews-wrap button {
  position: relative;
  align-items: center;
  min-width: 370px;
  max-width: 370px;
  height: 60px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  text-align: center;
  color: white;
  font-size: 18px;
  font-family: "Geometria Bold", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
  transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  background: #980916;
  text-decoration: none;
  cursor: pointer;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 0;
  outline: none;
  margin-top: 30px;
}
.detail-order-wrap .reviews-wrap button:hover:not(.noHover) {
  background: #b2b2b2;
}
@media screen and (max-width: 767px) {
  .detail-order-wrap .reviews-wrap button {
    min-width: 100%;
    max-width: 100%;
    font-size: 16px;
    margin-top: 20px;
  }
}
.detail-order-wrap .stars {
  margin-top: 20px;
  width: 140px;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
}
.detail-order-wrap .star {
  min-width: 20px;
  height: 20px;
  cursor: pointer;
}
.detail-order-wrap .star:not(.full):not(.hover) {
  background: url("/local/templates/etalonmix//components/bitrix/sale.personal.order.detail/.default/img/star.svg") right center no-repeat;
}
.detail-order-wrap .star.full, .detail-order-wrap .star.hover {
  background: url("/local/templates/etalonmix//components/bitrix/sale.personal.order.detail/.default/img/star-gold.svg") left center no-repeat;
}
.detail-order-wrap #write-review-form {
  display: none;
  position: relative;
  z-index: 1;
  margin-top: 30px;
}
.detail-order-wrap #write-review-form .form-title {
  color: #010101;
  font-size: 26px;
  font-family: "Geometria Bold", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
  line-height: 130%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1279px) {
  .detail-order-wrap #write-review-form .form-title {
    font-size: 18px;
  }
}
.detail-order-wrap #write-review-form #review {
  height: 212px;
  margin-top: 20px;
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  padding: 15px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #010101;
  font-size: 16px;
  font-family: "Geometria", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
  border: 0;
  outline: none;
}
.detail-order-wrap #write-review-form #review::-webkit-input-placeholder {
  color: rgba(1, 1, 1, 0.5);
}
.detail-order-wrap #write-review-form #review::-moz-placeholder {
  color: rgba(1, 1, 1, 0.5);
}
.detail-order-wrap #write-review-form #review:-moz-placeholder {
  color: rgba(1, 1, 1, 0.5);
}
.detail-order-wrap #write-review-form #review:-ms-input-placeholder {
  color: rgba(1, 1, 1, 0.5);
}
@media screen and (max-width: 767px) {
  .detail-order-wrap #write-review-form #review {
    font-size: 14px;
  }
}
.detail-order-wrap #write-review-form button {
  position: relative;
  align-items: center;
  min-width: 370px;
  max-width: 370px;
  height: 60px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  text-align: center;
  color: white;
  font-size: 18px;
  font-family: "Geometria Bold", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
  transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  background: #980916;
  text-decoration: none;
  cursor: pointer;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 0;
  outline: none;
  margin-top: 30px;
}
.detail-order-wrap #write-review-form button:hover:not(.noHover) {
  background: #b2b2b2;
}
@media screen and (max-width: 767px) {
  .detail-order-wrap #write-review-form button {
    min-width: 100%;
    max-width: 100%;
    font-size: 16px;
    margin-top: 20px;
  }
}
.detail-order-wrap .cancel-order-notice {
  display: none;
  position: fixed;
  width: 560px;
  height: 330px;
  left: 50%;
  top: 30%;
  background: white;
  z-index: 1003;
  overflow: hidden;
  padding: 60px 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 1279px) {
  .detail-order-wrap .cancel-order-notice {
    padding: 40px 15px 40px;
    width: 300px;
    height: 260px;
  }
}
.detail-order-wrap .cancel-order-notice.fade-animate {
  display: block !important;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation: fadeAnimate 0.3s linear;
  animation: fadeAnimate 0.3s linear;
}
@-webkit-keyframes fadeAnimate {
  0% {
    -moz-transform: translateY(10%) translateX(-50%);
    -ms-transform: translateY(10%) translateX(-50%);
    -webkit-transform: translateY(10%) translateX(-50%);
    -o-transform: translateY(10%) translateX(-50%);
    transform: translateY(10%) translateX(-50%);
    opacity: 0;
  }
  100% {
    -moz-transform: translateY(0%) translateX(-50%);
    -ms-transform: translateY(0%) translateX(-50%);
    -webkit-transform: translateY(0%) translateX(-50%);
    -o-transform: translateY(0%) translateX(-50%);
    transform: translateY(0%) translateX(-50%);
    opacity: 1;
  }
}
@-moz-keyframes fadeAnimate {
  0% {
    -moz-transform: translateY(10%) translateX(-50%);
    -ms-transform: translateY(10%) translateX(-50%);
    -webkit-transform: translateY(10%) translateX(-50%);
    -o-transform: translateY(10%) translateX(-50%);
    transform: translateY(10%) translateX(-50%);
    opacity: 0;
  }
  100% {
    -moz-transform: translateY(0%) translateX(-50%);
    -ms-transform: translateY(0%) translateX(-50%);
    -webkit-transform: translateY(0%) translateX(-50%);
    -o-transform: translateY(0%) translateX(-50%);
    transform: translateY(0%) translateX(-50%);
    opacity: 1;
  }
}
@-ms-keyframes fadeAnimate {
  0% {
    -moz-transform: translateY(10%) translateX(-50%);
    -ms-transform: translateY(10%) translateX(-50%);
    -webkit-transform: translateY(10%) translateX(-50%);
    -o-transform: translateY(10%) translateX(-50%);
    transform: translateY(10%) translateX(-50%);
    opacity: 0;
  }
  100% {
    -moz-transform: translateY(0%) translateX(-50%);
    -ms-transform: translateY(0%) translateX(-50%);
    -webkit-transform: translateY(0%) translateX(-50%);
    -o-transform: translateY(0%) translateX(-50%);
    transform: translateY(0%) translateX(-50%);
    opacity: 1;
  }
}
@-o-keyframes fadeAnimate {
  0% {
    -moz-transform: translateY(10%) translateX(-50%);
    -ms-transform: translateY(10%) translateX(-50%);
    -webkit-transform: translateY(10%) translateX(-50%);
    -o-transform: translateY(10%) translateX(-50%);
    transform: translateY(10%) translateX(-50%);
    opacity: 0;
  }
  100% {
    -moz-transform: translateY(0%) translateX(-50%);
    -ms-transform: translateY(0%) translateX(-50%);
    -webkit-transform: translateY(0%) translateX(-50%);
    -o-transform: translateY(0%) translateX(-50%);
    transform: translateY(0%) translateX(-50%);
    opacity: 1;
  }
}
@keyframes fadeAnimate {
  0% {
    -moz-transform: translateY(10%) translateX(-50%);
    -ms-transform: translateY(10%) translateX(-50%);
    -webkit-transform: translateY(10%) translateX(-50%);
    -o-transform: translateY(10%) translateX(-50%);
    transform: translateY(10%) translateX(-50%);
    opacity: 0;
  }
  100% {
    -moz-transform: translateY(0%) translateX(-50%);
    -ms-transform: translateY(0%) translateX(-50%);
    -webkit-transform: translateY(0%) translateX(-50%);
    -o-transform: translateY(0%) translateX(-50%);
    transform: translateY(0%) translateX(-50%);
    opacity: 1;
  }
}
.detail-order-wrap .cancel-order-notice .exit {
  position: absolute;
  background: url("/local/templates/etalonmix//components/bitrix/sale.personal.order.detail/.default/../../../../img/form-exit-black.svg") center no-repeat;
  background-size: contain;
  width: 25px;
  height: 25px;
  right: 20px;
  top: 20px;
  cursor: pointer;
  z-index: 3;
}
@media screen and (max-width: 1279px) {
  .detail-order-wrap .cancel-order-notice .exit {
    background-size: 17px;
    right: 10px;
    top: 13px;
  }
}
.detail-order-wrap .cancel-order-notice .notice-title {
  color: #171717;
  font-size: 26px;
  font-family: "Geometria Bold", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
  line-height: initial;
  white-space: normal;
  text-align: center;
}
@media screen and (max-width: 1279px) {
  .detail-order-wrap .cancel-order-notice .notice-title {
    font-size: 18px;
  }
}
.detail-order-wrap .cancel-order-notice .close-back {
  margin-top: 30px;
  color: white;
  font-size: 18px;
  font-family: "Geometria Bold", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
  background: #980916;
  width: 100%;
  height: 60px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.detail-order-wrap .cancel-order-notice .cancel-order-confirm {
  color: #171717;
  font-size: 18px;
  font-family: "Geometria Bold", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
  display: table;
  margin: 30px auto 0;
  border-bottom: 1px solid #171717;
  text-decoration: none;
  cursor: pointer;
}
@media screen and (max-width: 1279px) {
  .detail-order-wrap .cancel-order-notice .cancel-order-confirm {
    font-size: 16px;
  }
}
.detail-order-wrap .cancel-order-notice .cancel-order-confirm:hover {
  border-bottom: 1px solid transparent;
}

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

/* End */


/* Start:/local/templates/etalonmix//components/bitrix/system.pagenavigation/main/style.css?17800584342136*/
.bx-pagination {
  height: auto;
  position: relative;
  text-align: center;
  margin-top: 30px;
}
.bx-pagination ul {
  padding: 0;
  margin: 0;
  list-style: none;
  white-space: nowrap;
}
.bx-pagination ul li {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
  padding: 0;
  width: 25px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  position: relative;
  z-index: 1;
  margin-right: 0;
  background: white;
}
.bx-pagination ul li:last-child {
  margin-right: 0;
}
.bx-pagination ul li:nth-last-child(2).bx-active {
  margin-right: 0;
}
.bx-pagination ul li span, .bx-pagination ul li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #171717;
  font-size: 18px;
  font-family: "Geometria Bold", Arial, Sans-Serif;
  text-transform: uppercase;
  text-decoration: none;
}
.bx-pagination ul li:hover:not(.noHover):not(.noActive):not(.dots) span, .bx-pagination ul li:hover:not(.noHover):not(.noActive):not(.dots) a, .bx-pagination ul li.bx-active span, .bx-pagination ul li.bx-active a {
  color: #980916;
}
.bx-pagination ul li.bx-pag-prev, .bx-pagination ul li.bx-pag-next {
  display: none;
}
.bx-pagination ul li.bx-pag-prev.noActive, .bx-pagination ul li.bx-pag-next.noActive {
  cursor: default;
}
.bx-pagination ul li.bx-pag-prev {
  background: url("/local/templates/etalonmix//components/bitrix/system.pagenavigation/main/img/navigate-arrow-prev.svg") center no-repeat;
  background-size: 11px 18px;
}
.bx-pagination ul li.bx-pag-next {
  background: url("/local/templates/etalonmix//components/bitrix/system.pagenavigation/main/img/navigate-arrow-next.svg") center no-repeat;
  background-size: 11px 18px;
}
.bx-pagination ul li.bx-pag-all {
  margin-right: 30px;
}
.bx-pagination ul .dots {
  width: 20px;
  height: 44px;
  font-size: 0;
  vertical-align: top;
  white-space: normal;
  text-align: center;
  color: black;
  font-size: 21px;
  font-family: "NeoSansPro", Arial, Sans-Serif;
  text-transform: uppercase;
  text-decoration: none;
  border: 0;
}

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

/* End */
/* /local/templates/etalonmix/components/GM/main.profile/.default/style.css?178005843530315 */
/* /local/templates/etalonmix//components/GM/sale.personal.order.list/lk-order-list/style.css?17800584366444 */
/* /local/templates/etalonmix//components/bitrix/sale.personal.order.detail/.default/style.css?178005843425368 */
/* /local/templates/etalonmix//components/bitrix/system.pagenavigation/main/style.css?17800584342136 */
