.main__cab {
  width: 100%;
  max-width: 1137px;
  margin: 0 auto;
}
@media all and (max-width: 1200px) {
  .main__cab {
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.main__output {
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.3);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 250;
  display: none;
  overflow-y: scroll;
}
.main__output.active {
  display: block;
}
@media all and (max-width: 760px) {
  .main__output {
    background: #fff;
  }
}
.output {
  position: relative;
  width: 100%;
  max-width: 820px;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  top: 50%;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 0;
}
@media all and (max-width: 760px) {
  .output {
    top: 0;
    left: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@media all and (max-width: 760px) {
  .output__mob-n {
    display: none;
  }
}
.output__close {
  position: absolute;
  top: 20px;
  right: 20px;
  display: inline-block;
  width: 17px;
  height: 17px;
  background-image: url("../img/close.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0.6;
  cursor: pointer;
}
.output__title {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 47px;
  text-align: center;
}
@media all and (max-width: 760px) {
  .output__title {
    margin: 0 25px 47px;
  }
}
.output__name {
  font-size: 12px;
  font-family: 'Geometria-Medium', sans-serif;
}
.output__txt {
  margin: 12px 0;
  font-size: 12px;
  font-family: 'Geometria-Light', sans-serif;
}
@media all and (max-width: 760px) {
  .output__txt {
    font-size: 18px;
  }
}
.output__bold {
  margin-right: 10px;
  font-size: 12px;
  font-family: 'Geometria-Medium', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}
.output__like {
  font-family: Times New Roman, serif;
  font-style: italic;
  font-size: 30px;
  text-align: center;
}
.output__carousel {
  position: relative;
  padding: 47px 0 0;
  border-top: 1px solid #bababa;
}
@media all and (max-width: 760px) {
  .output__carousel {
    display: none;
  }
}
.output__img {
  display: inline-block;
  min-width: 151px;
  height: 225px;
  background-image: url("../img/coat.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
@media all and (max-width: 760px) {
  .output__img {
    display: block;
    margin: 0 auto;
  }
}
.output__block {
  display: inline-block;
  width: calc(100% - 155px);
  vertical-align: top;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 0 17px;
}
@media all and (max-width: 760px) {
  .output__block {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 28px;
    padding: 0;
  }
}
.output__line {
  margin-top: 12px;
  font-size: 0;
}
.output__button {
  width: 45%;
  display: inline-block;
  margin: 38px 5% 44px 0;
  height: 43px;
  background-color: #3a3a3a;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: background 0.1s linear;
  -o-transition: background 0.1s linear;
  transition: background 0.1s linear;
}
.output__button:last-child {
  margin-right: 0;
}
.output__button:hover {
  background-color: #484848;
}
.output__button_white {
  background-color: #fff;
  border: 1px solid #3a3a3a;
  color: #3a3a3a;
  background-color: #fff;
}
.output__button_white:hover {
  background-color: #fff;
}
@media all and (max-width: 760px) {
  .output__button {
    display: block;
    width: 100%;
    margin: 0 0 14px;
  }
}
.swip-cont-small {
  overflow: hidden;
  margin: 35px 10% 0;
}
.cabinet {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media all and (max-width: 760px) {
  .cabinet {
    display: block;
  }
}
.cabinet__no-orders,
.cabinet__aside {
  display: inline-block;
  min-width: 219px;
  margin: 30px 64px 0 0;
}
@media all and (max-width: 760px) {
  .cabinet__no-orders,
  .cabinet__aside {
    display: block;
    width: 100%;
    height: auto !important;
  }
}
.cabinet__main {
  display: inline-block;
  width: 100%;
}
@media all and (max-width: 760px) {
  .cabinet__main {
    display: block;
    width: 100%;
  }
}
.cabinet__title {
  margin: 19px 0 26px;
  font-family: Times New Roman, serif;
  font-style: italic;
  font-size: 30px;
  text-align: center;
}
@media all and (max-width: 760px) {
  .cabinet__title {
    font-size: 24px;
  }
}
.cabinet__add-all {
  display: block;
  width: 330px;
  height: 46px;
  margin: 40px auto;
  color: #fff;
  font-size: 12px;
  background-color: #3a3a3a;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: background 0.1s linear;
  -o-transition: background 0.1s linear;
  transition: background 0.1s linear;
}
@media all and (max-width: 760px) {
  .cabinet__add-all {
    width: 100%;
  }
}
.cabinet__add-all:hover {
  background-color: #484848;
}
.favorite {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media all and (max-width: 900px) {
  .favorite {
    display: block;
  }
}
.favorite__block {
  width: 26%;
  margin: 3%;
  display: inline-block;
}
@media all and (max-width: 900px) {
  .favorite__block {
    width: 100%;
    margin: 0;
  }
}
.favorite__block .product {
  position: relative;
  font-size: 0;
}
@media all and (max-width: 900px) {
  .favorite__block .product {
    padding-top: 24px;
    padding-bottom: 13px;
    border-bottom: 1px dashed #c9c9c9;
  }
}
.favorite__block .product__rebate {
  display: none;
  color: #ff5300;
  font-size: 14px;
  font-family: 'Geometria-Medium', sans-serif;
}
@media all and (max-width: 900px) {
  .favorite__block .product__rebate {
    font-family: 'Geometria-Light', sans-serif;
    font-size: 12px;
  }
}
@media all and (max-width: 900px) {
  .favorite__block .product__sum {
    font-family: 'Geometria-Light', sans-serif;
    font-size: 12px;
  }
}
.favorite__block .product__line.rebate .product__rebate {
  display: inline-block;
  margin-left: 10px;
}
.favorite__block .product__line.rebate .product__sum {
  display: inline-block;
  text-decoration: line-through;
}
@media all and (max-width: 900px) {
  .favorite__block .product__title {
    margin-right: 35px;
  }
}
.favorite__block .product__brand {
  display: none;
}
@media all and (max-width: 900px) {
  .favorite__block .product__brand {
    display: block;
    margin: 0 35px 9px 0;
    color: #3a3a3a;
    font-size: 12px;
    font-family: 'Geometria-Medium', sans-serif;
    text-transform: uppercase;
  }
}
@media all and (max-width: 900px) {
  .favorite__block .product__add {
    color: #b7b7b7;
    font-size: 10px;
    font-family: 'Geometria-Medium', sans-serif;
    text-transform: uppercase;
    border-bottom: 1px solid #b7b7b7;
  }
}
@media all and (max-width: 900px) {
  .favorite__block .product__del {
    font-size: 0;
    position: absolute;
    right: 0px;
    background-image: url("../img/close.svg");
    background-repeat: no-repeat;
    background-size: cover;
    top: 24px;
    display: inline-block;
    width: 17px;
    height: 16px;
    margin: 0;
    opacity: 0.6;
  }
}
@media all and (max-width: 900px) {
  .favorite__block .product__image {
    vertical-align: top;
    display: inline-block;
    width: 89px;
    height: 138px;
  }
}
@media all and (max-width: 900px) {
  .favorite__block .product__cont {
    vertical-align: top;
    padding-left: 25px;
    display: inline-block;
    width: calc(100% - 89px);
    text-align: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media all and (max-width: 900px) {
  .favorite__block .product__size {
    font-size: 12px;
  }
  .favorite__block .product__size:before {
    content: "Размер";
    margin-right: 10px;
    font-size: 11px;
    font-family: 'Geometria-Bold', sans-serif;
    text-transform: uppercase;
  }
}
.favorite__block .product__color {
  display: none;
  margin-top: 29px;
  font-size: 12px;
  font-family: 'Geometria-Light', sans-serif;
}
@media all and (max-width: 900px) {
  .favorite__block .product__color {
    display: block;
  }
  .favorite__block .product__color:before {
    content: "Цвет";
    margin-right: 10px;
    font-size: 11px;
    font-family: 'Geometria-Bold', sans-serif;
    text-transform: uppercase;
  }
}
.aside-cab__nav .nav {
  padding: 0;
}
.aside-cab__nav .nav__home:after {
  content: "/";
  margin-left: 10px;
}
.aside-cab__title {
  font-family: 'Geometria-Light', sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  color: #3a3a3a;
  margin-top: 37px;
}
@media all and (max-width: 760px) {
  .aside-cab__title {
    font-family: Times New Roman, serif;
    font-style: italic;
    font-size: 24px;
    text-align: center;
    text-transform: capitalize;
  }
}
.aside-cab__title_acc {
  display: none;
}
@media all and (max-width: 760px) {
  .aside-cab__title_acc {
    display: block;
  }
}
@media all and (max-width: 760px) {
  .aside-cab__title_mob {
    position: relative;
    font-size: 16px;
    font-family: 'Geometria', sans-serif;
    text-align: left;
    font-style: normal;
    margin: 15px 0;
  }
  .aside-cab__title_mob:after {
    content: "+";
    position: absolute;
    right: 0;
    top: -5px;
    font-size: 20px;
    font-family: 'Geometria-Bold', sans-serif;
  }
}
@media all and (max-width: 760px) {
  .aside-cab__cont {
    display: none;
  }
}
@media all and (max-width: 760px) {
  .aside-cab__block {
    border: 1px solid #e6e7e7;
    border-left: 0;
    border-right: 0;
    width: calc(100% + 40px);
    margin-left: -20px;
    position: relative;
    padding: 0 20px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .aside-cab__block:last-child {
    border-top: 0;
  }
  .aside-cab__block.active {
    padding: 0 20px 27px;
  }
  .aside-cab__block.active .aside-cab__title_mob:after {
    content: "–";
    font-size: 17px;
  }
  .aside-cab__block.active .aside-cab__cont {
    display: block;
  }
}
.aside-cab__name {
  padding: 8px 0 0;
  font-size: 14px;
}
@media all and (max-width: 760px) {
  .aside-cab__name {
    text-align: center;
    padding: 8px 0 29px;
  }
}
.aside-cab__name_bott {
  margin: 21px 0 24px;
  font-family: 'Geometria-Medium', sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}
@media all and (max-width: 760px) {
  .aside-cab__name_bott {
    text-align: left;
    margin: 18px 0 20px;
    padding: 0;
  }
}
.aside-cab__name_phone {
  display: inline-block;
  padding-bottom: 1px;
  border-bottom: 1px solid #3a3a3a;
  padding: 0;
  cursor: pointer;
}
.aside-cab__menu {
  padding: 37px 0;
  border-bottom: 1px solid #e6e7e7;
  color: #3a3a3a;
}
@media all and (max-width: 760px) {
  .aside-cab__menu {
    border: 0;
    padding: 0;
  }
}
.aside-cab__item {
  font-size: 12px;
  margin-bottom: 20px;
  cursor: pointer;
}
.aside-cab__item:last-child {
  margin-bottom: 0;
}
.aside-cab__item.active {
  font-family: 'Geometria-Bold', sans-serif;
  cursor: default;
}
.aside-cab__item.active a {
  cursor: default;
}
.aside-cab__item.active a:hover {
  text-decoration: none;
}
@media all and (max-width: 760px) {
  .aside-cab__item {
    margin: 17px 0 20px;
  }
}
.aside-cab__hov:hover {
  text-decoration: underline;
}
.form-cab {
  width: 309px;
}
@media all and (max-width: 760px) {
  .form-cab {
    width: 100%;
  }
}
.form-cab__title {
  margin-bottom: 12px;
  font-size: 12px;
}
.form-cab__input {
  width: 100%;
  height: 40px;
  margin-bottom: 14px;
  padding: 0 11px;
  border: 1px solid #d9d9d9;
  font-size: 12px;
  font-family: 'Geometria-Light', sans-serif;
  color: #1c1e23;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.form-cab__input:hover {
  border-color: #b9b9b9;
}
.form-cab__input:active {
  border-color: #1c1e23;
}
.form-cab__input::-webkit-input-placeholder {
  color: #d9d9d9;
  text-transform: uppercase;
}
.form-cab__input:-ms-input-placeholder {
  color: #d9d9d9;
  text-transform: uppercase;
}
.form-cab__input::placeholder {
  color: #d9d9d9;
  text-transform: uppercase;
}
.form-cab__input:focus {
  border-color: #1c1e23;
}
.form-cab__input:focus::-webkit-input-placeholder {
  color: transparent;
}
.form-cab__input:focus:-ms-input-placeholder {
  color: transparent;
}
.form-cab__input:focus::placeholder {
  color: transparent;
}
.form-cab__pass {
  position: relative;
}
.form-cab__pass .pass-icon {
  position: absolute;
  right: 10px;
  top: 13px;
  z-index: 3;
  width: 30px;
  height: 16px;
  display: inline-block;
  background-image: url("../img/eye3.svg");
  background-size: 200% auto;
  background-repeat: no-repeat;
  background-position: left bottom;
  cursor: pointer;
}
.form-cab__pass .pass-icon:hover {
  background-position: right bottom;
}
.form-cab__pass .pass-icon.active {
  background-position: left top;
}
.form-cab__pass .pass-icon.active:hover {
  background-position: right top;
}
.form-cab__pass .form-cab__input {
  padding-right: 50px;
}
.form-cab__button {
  width: 100%;
  height: 40px;
  margin: 20px 0 39px;
  color: #fff;
  font-size: 12px;
  background-color: #3a3a3a;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: background 0.1s linear;
  -o-transition: background 0.1s linear;
  transition: background 0.1s linear;
}
.form-cab__button:hover {
  background-color: #484848;
}
.entry {
  margin: 0 auto;
  text-align: center;
}
.entry__colomn {
  display: inline-block;
  width: 309px;
  vertical-align: top;
  text-align: left;
  font-size: 0;
  margin-bottom: 30px;
}
.entry__colomn:nth-child(2) {
  margin-left: 220px;
}
@media all and (max-width: 900px) {
  .entry__colomn:nth-child(2) {
    margin: 0 auto 30px;
  }
}
.entry__colomn_cent {
  text-align: center;
}
@media all and (max-width: 900px) {
  .entry__colomn {
    display: block;
    margin: 0 auto 30px;
  }
}
@media all and (max-width: 760px) {
  .entry__colomn {
    width: 100%;
    margin: 0 0 30px;
    text-align: center;
  }
}
.entry__lnk {
  border-bottom: 1px solid #3a3a3a;
}
.entry__title {
  font-family: Times New Roman, serif;
  font-style: italic;
  font-size: 30px;
}
.entry__small {
  margin: 16px 0 32px;
  font-size: 12px;
  color: #3a3a3a;
}
@media all and (max-width: 760px) {
  .entry__small {
    max-width: 280px;
    margin: 16px auto 32px;
  }
}
.entry__center {
  text-align: center;
}
.entry__border {
  text-align: center;
  display: inline-block;
  width: auto;
  margin: 14px auto 0;
  font-size: 12px;
  color: #3a3a3a;
  border-bottom: 1px solid #3a3a3a;
  text-transform: uppercase;
  cursor: pointer;
}
.entry__inp {
  width: 100%;
  height: 40px;
  margin-bottom: 14px;
  padding: 0 11px;
  border: 1px solid #d9d9d9;
  font-size: 12px;
  font-family: 'Geometria-Light', sans-serif;
  color: #1c1e23;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.entry__inp:hover {
  border-color: #b9b9b9;
}
.entry__inp:active {
  border-color: #1c1e23;
}
.entry__inp::-webkit-input-placeholder {
  color: #bfbfbf;
  text-transform: uppercase;
}
.entry__inp:-ms-input-placeholder {
  color: #bfbfbf;
  text-transform: uppercase;
}
.entry__inp::placeholder {
  color: #bfbfbf;
  text-transform: uppercase;
}
.entry__inp:focus {
  border-color: #1c1e23;
}
.entry__inp:focus::-webkit-input-placeholder {
  color: transparent;
}
.entry__inp:focus:-ms-input-placeholder {
  color: transparent;
}
.entry__inp:focus::placeholder {
  color: transparent;
}
.entry__pass {
  position: relative;
}
.entry__pass .pass-icon {
  position: absolute;
  right: 10px;
  top: 13px;
  z-index: 3;
  width: 30px;
  height: 16px;
  display: inline-block;
  background-image: url("../img/eye3.svg");
  background-size: 200% auto;
  background-repeat: no-repeat;
  background-position: left bottom;
  cursor: pointer;
}
.entry__pass .pass-icon:hover {
  background-position: right bottom;
}
.entry__pass .pass-icon.active {
  background-position: left top;
}
.entry__pass .pass-icon.active:hover {
  background-position: right top;
}
.entry__pass .entry__inp {
  padding-right: 50px;
}
.entry__button {
  width: 100%;
  height: 40px;
  margin: 46px 0 0px;
  color: #fff;
  font-size: 12px;
  background-color: #3a3a3a;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: background 0.1s linear;
  -o-transition: background 0.1s linear;
  transition: background 0.1s linear;
}
.entry__button:hover {
  background-color: #484848;
}
.entry__button_ok {
  display: inline-block;
  width: 45%;
  margin-top: 0;
  margin-right: 10%;
  background-color: #5a74a0;
}
.entry__button_ok:hover {
  background-color: #6982ab;
}
@media all and (max-width: 760px) {
  .entry__button_ok {
    width: 100%;
    margin: 0;
  }
}
.entry__button_fb {
  display: inline-block;
  width: 45%;
  margin-top: 0;
  background-color: #3b5998;
}
.entry__button_fb:hover {
  background-color: #4366ae;
}
@media all and (max-width: 760px) {
  .entry__button_fb {
    width: 100%;
    margin-top: 14px !important;
  }
}
.entry__button_no-margin {
  margin: 0;
}
@media all and (max-width: 760px) {
  .entry__button {
    margin-top: 0;
  }
}
.entry__or {
  position: relative;
  margin-top: 30px;
  font-family: Times New Roman, serif;
  font-style: italic;
  font-size: 18px;
  text-align: center;
}
.entry__or span {
  position: relative;
  display: inline;
  background-color: #fff;
  padding: 14px 20px;
  z-index: 2;
}
.entry__or:after {
  content: "";
  z-index: 1;
  position: absolute;
  left: 0;
  top: 10px;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #e6e7e7;
}
.entry_hover {
  position: absolute;
  top: 10px;
  right: -150px;
  z-index: 40;
  background: #fff;
  padding: 50px 32px 0;
  white-space: nowrap;
}
.entry_hover .entry__colomn {
  white-space: normal;
}
.entry_hover .entry__colomn:nth-child(2n) {
  margin: 0 0 0 134px;
}
.entry_hover .entry__title {
  color: #3a3a3a;
}
.no-scroll-act {
  overflow: hidden;
}
.thanks {
  max-width: 600px;
  margin: 30px auto;
}
@media all and (max-width: 600px) {
  .thanks {
    width: 100%;
  }
}
.thanks__top {
  font-family: Times New Roman, serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 24px;
  text-align: center;
  font-style: italic;
}
.thanks__desc {
  width: 100%;
  padding: 37px 15px;
  margin: 0 auto;
  color: #7f7f7f;
  font-size: 14px;
  font-family: 'Geometria-Light', sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px dashed #7f7f7f;
  text-align: center;
}
@media all and (max-width: 600px) {
  .thanks__desc {
    padding: 30px 0 30px;
  }
}
.thanks__block {
  padding: 80px 60px 38px;
}
@media all and (max-width: 600px) {
  .thanks__block {
    padding: 40px 0;
  }
}
.thanks__title {
  margin-bottom: 36px;
  color: #3a3a3a;
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'Geometria-Medium', sans-serif;
  text-align: center;
}
.thanks__line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.thanks__item {
  display: inline-block;
  font-size: 12px;
  line-height: 16px;
  font-family: 'Geometria-Light', sans-serif;
  color: #262424;
}
.thanks__item:first-child {
  min-width: 150px;
  text-align: left;
}
.thanks__item:last-child {
  text-align: right;
  width: 100%;
}
.thanks__back {
  margin: 0 auto;
  text-align: center;
  height: 40px;
  width: 200px;
  padding: 0 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #3a3a3a;
  color: #3a3a3a;
  font-family: 'Geometria-Light', sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 40px;
  cursor: pointer;
}
@media all and (max-width: 600px) {
  .thanks__back {
    width: 100%;
  }
}
