body {
  margin: 0;
  padding: 0;
  font-family: 'Geometria', sans-serif;
  line-height: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
* {
  -webkit-tap-highlight-color: rgba(255,255,255,0);
}
a {
  color: inherit;
  text-decoration: none;
  outline: none;
}
input {
  border: 0;
  border-radius: 0;
  outline: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-family: inherit;
}
button {
  border: 0;
  border-radius: 0;
  outline: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
  font-family: inherit;
}
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
p {
  font-family: 'Geometria-Light', sans-serif;
  font-size: 14px;
  line-height: 25px;
  margin: 0;
  padding: 0;
}
br {
  display: block;
  line-height: 12px;
}
.sample-text p {
  text-align: left;
}
@media all and (max-width: 500px) {
  .sample-text p {
    text-align: center;
  }
}
.sample-text__m-25 {
  margin-bottom: 25px;
}
.sample-text__m-45 {
  margin-bottom: 45px;
}
.sample-text__tit {
  margin-bottom: 32px;
  font-family: 'Geometria-Bold', sans-serif;
  font-size: 18px;
  text-decoration: underline;
  text-align: left;
  cursor: pointer;
}
@media all and (max-width: 500px) {
  .sample-text__tit {
    font-size: 15px;
  }
}
.sample-text__min-tit {
  margin-bottom: 28px;
  font-family: 'Geometria-Medium', sans-serif;
  font-size: 18px;
  text-align: left;
  cursor: pointer;
}
.sample-text__point {
  display: none;
  margin-bottom: 32px;
}
.sample-text__point p {
  text-align: left;
}
.sample-text__pre-tit {
  margin-bottom: 30px;
  font-family: 'Geometria-Bold', sans-serif;
  font-size: 14px;
  text-align: left;
  cursor: pointer;
}
@media all and (max-width: 500px) {
  .sample-text__pre-tit {
    text-align: center;
  }
}
.sample-text_polit p {
  margin-bottom: 25px;
  text-align: left;
}
@media all and (max-width: 500px) {
  .sample-text_polit p {
    text-align: center;
  }
  .sample-text_polit .page_butiks p {
    text-align: left;
  }
}
.main {
  overflow: hidden;
}
.main__cont {
  width: 100%;
  max-width: 1137px;
  margin: 68px auto;
}
@media all and (max-width: 1200px) {
  .main__cont {
    padding: 0 20px;
    box-sizing: border-box;
  }
}
@media all and (max-width: 980px) {
  .main__cont {
    margin: 15px auto;
  }
}
@media all and (max-width: 600px) {
  .main__cont {
    margin: 35px auto;
  }
}
.main__cont_txt {
  margin: 68px auto 0;
}
@media all and (max-width: 980px) {
  .main__cont_txt {
    margin: 36px auto 0;
  }
}
@media all and (max-width: 500px) {
  .main__cont_txt {
    margin: 25px auto 0;
  }
}
.body-hid {
  overflow: hidden;
}
.up {
  width: 46px;
  padding: 34px 0 10px;
  color: #3a3a3a;
  font-size: 10px;
  text-transform: uppercase;
  text-align: center;
  background: #e6e7e7;
  background-image: url("../img/up.svg");
  background-size: 15px 6px;
  background-position: center 17px;
  background-repeat: no-repeat;
  position: fixed;
  right: inherit;
  bottom: 47px;
}
.up-block {
  opacity: 0;
  width: 100%;
  max-width: 1097px;
  padding: 0 26px;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  z-index: 80;
  text-align: right;
  transition: opacity 0.3s linear;
}
.up-block.show {
  opacity: 1;
}
@media all and (max-width: 1200px) {
  .up-cont {
    position: relative;
    right: 26px;
  }
}
.img {
  display: block;
  width: 100%;
  height: auto;
}
.img_logo {
  width: 75%;
  margin: 0 auto;
}
.img_search {
  width: 184px;
  margin: 0 auto;
  position: absolute;
  top: -130px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media all and (max-width: 600px) {
  .img_search {
    width: 120px;
    top: -60px;
  }
}
.svg {
  width: 100%;
  height: 100%;
}
.header {
  width: 100%;
}
.header__line {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /*-webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;*/
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__line_dark {
  background-color: #737373;
  height: 60px;
  color: #efefef;
  transition: height 0.3s linear;
  position: fixed;
  top: 0;
  z-index: 61;
}
@media all and (max-width: 980px) {
  .header__line_dark {
    display: none;
  }
}
.header__line_mid {
	max-width: 1137px;
	height: 46px;
	/*margin: 95px auto 15px;*/
	margin: 125px auto 15px;
	color: #3a3a3a;
	transition: height 0.3s linear;
}
@media all and (max-width: 980px) {
  .header__line_mid {
    display: none;
  }
}
.header__line_bottom {
	transition: height 0.3s linear;
	padding-top: 20px !important;
	background: #fff;
}
.header__line_bottom.fixed {
	position: fixed;
	z-index: 60;
	/*top: 59px;*/
	top: 89px;
	border-bottom: 1px solid #e6e7e7;
}
@media all and (max-width: 980px) {
  .header__line_bottom.fixed {
    position: initial;
  }
}
@media all and (max-width: 980px) {
  .header__line_bottom {
    height: 0;
    position: initial;
    padding-top: 0 !important;
    border: 0;
  }
}
@media all and (max-width: 1200px) {
  .header__line {
    padding: 0 20px;
    box-sizing: border-box;
  }
}
.header__top-line {
  max-width: 1137px;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__item {
  display: inline-block;
}
@media all and (max-width: 980px) {
  .header__item {
    position: initial;
  }
}
.header__modal-search {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: -1;
  background: #fff;
  overflow: auto;
  transition: opacity 0.2s ease;
}

.header__modal-search.open {
  z-index: 100;
  opacity: 1;
}
.header.order {
  margin-bottom: 76px;
}
@media all and (max-width: 980px) {
  .header.order {
    margin-bottom: 0;
  }
}
.header.order .header__line_mid {
  height: 0;
  overflow: hidden;
  margin-top: 45px;
}
.header.order .header__line_bottom {
  position: fixed;
  z-index: 60;
  top: 59px;
}
.header.order .drop {
  display: none !important;
}
.header__item .tabs {
  display: none;
}
.tabs {
  font-size: 0;
  width: 260px;
  height: 64px;
  display: inline-block;
  vertical-align: top;
}
.tabs__img {
  box-sizing: border-box;
  padding: 17px 10px 0;
  width: 50%;
  height: 100%;
  display: inline-block;
  background-color: transparent;
  vertical-align: top;
  text-align: center;
}
@media all and (max-width: 980px) {
  .tabs__img {
    padding: 15px 10px 0;
  }
}
.tabs__img svg {
  fill: #fff;
  height: 30px;
  max-width: 110px;
}
.tabs__img:hover {
  background-color: #e6e7e7;
}
.tabs__img:hover svg {
  fill: #737373;
}
.tabs__img.active {
  background-color: #fff;
}
.tabs__img.active svg {
  fill: #737373;
}
@media all and (max-width: 980px) {
	.tabs {
		width: 100%;
		height: 100%;
	}
	.tabs__img svg {
		fill: #737373;
	}
	.tabs__img.active {
		background-color: #737373;
	}
	.tabs__img.active svg {
	fill: #fff;
	}
}
.mobile-menu {
  display: none;
  width: 100%;
  box-sizing: border-box;
  padding: 17px 20px;
  height: 60px;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
}
@media all and (max-width: 980px) {
  .mobile-menu {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 19;
  }
}
.mobile-menu__item {
  display: inline-block;
}
.mobile-menu__item_img {
  width: 95px;
  height: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
}
.mobile-menu .mobile-menu__item_img svg {
	fill: #003321;
}
.mobile-menu__item svg {
  fill: #fff;
}
@media all and (max-width: 980px) {
  .main {
	/*margin-top: 60px;*/
    margin-top: 90px;
  }
}
.mob-search {
	margin-left: 20px;
	display: inline-block;
}
.mob-search__icon {
	display: inline-block;
	height: 16px;
	width: 20px;
}
.burger {
	display: inline-block;
	height: 16px;
	width: 20px;
}
.burger svg path {
	fill: none;
	stroke: #737373;
	stroke-width: 3px;
}
.mob-search__icon svg ellipse {
	fill: #fff;
	stroke: #737373;
}
.mob-search__icon svg line {
	stroke: #737373;
}
.ad {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  padding: 0;
}
.ad__text {
  display: inline-block;
  padding: 0 5px 0 0;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.ad__link {
  display: inline-block;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  text-decoration: none;
  font-family: 'Geometria-Bold';
  letter-spacing: 1px;
}
.change_version {
	display: inline-block;
	width: 30px;
	height: 25px;
	padding: 5px 5px;
	border: 1px solid #fff;
	border-radius: 3px;
	text-align: center;
	vertical-align: middle;
	margin-right: 5px;
	box-sizing: border-box;
}
.change_version a {
	color: #fff;
	font-size: 12px;
}
.mobile-menu__item .change_version {
	display: inline-block;
    width: auto;
    padding: 3px 3px;
    border: 1px solid #737373;
    margin-right: 0px;
}
.mobile-menu__item .change_version a {
	vertical-align: middle;
	color: #737373;
}
.head-search__icon {
	display: inline-block;
	width: 40px;
	height: 25px;
	padding: 5px 10px;
	vertical-align: middle;
	box-sizing: border-box;
}
.word-block .entry__cab {
	display: none;
}
.word-block__cont {
	position: relative;
	display: none;
}
.word-block__text {
	display: inline-block;
	padding: 5px 16px;
	font-size: 12px;
	vertical-align: middle;
}
.word-block__text a {
	color: #fff;
}
.word-block__text .entry__cab a {
	color: #3a3a3a;
}
.word-block__text:last-child {
  border-left: 1px solid #828282;
}
.word-block__text:last-child.hovered {
  position: relative;
}
.word-block__text:last-child.hovered:after {
  content: '';
  position: absolute;
  top: 20px;
  right: 50%;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 13px 8px;
  border-color: transparent transparent #fff transparent;
}
.word-block__text:last-child.hovered .word-block__cont {
  display: block;
}
.word-block__text:last-child.hovered .entry {
  box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.35);
}
.word-block__text:last-child.hovered.logged .entry {
  right: -17px;
}
.word-block__text:last-child.hovered.logged .entry__cab {
  display: block;
  padding: 0 0 30px;
  text-align: left;
  margin-top: -20px;
}
.word-block__text:last-child.hovered.logged .entry__cab-lin {
  font-size: 12px;
  color: #3a3a3a;
  margin-bottom: 15px;
}
.word-block__text:last-child.hovered.logged .entry__cab-lin:last-child {
  margin-bottom: 0;
}
.word-block__text:last-child.hovered.logged .entry__cab-lin:hover a {
  text-decoration: underline;
}
.word-block__text:last-child.hovered.logged .entry__colomn {
  display: none;
}
.word-block.word-block_dark .word-block__text:last-child {
  border-left: 1px solid #efefef;
}
.word-block__icon {
  display: inline-block;
  position: relative;
  top: 3px;
  margin-right: -15px;
  width: 15px;
  height: 15px;
}
.word-block__icon svg path {
  stroke: #3a3a3a;
  stroke-width: 4px;
}
.word-block__icon svg ellipse {
  stroke: #3a3a3a;
  stroke-width: 4px;
}
.top-basket {
  display: none;
  position: absolute;
  top: 28px;
  z-index: 42;
  width: 415px;
  background-color: #fff;
  font-size: 0;
  right: -53px;
  color: #3a3a3a;
}
@media all and (max-width: 1260px) {
  .top-basket {
    right: 0;
  }
}
.top-basket__img {
  display: inline-block;
  margin-right: 23px;
  width: 97px;
  height: 138px;
  background-image: url("../img/coat.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.top-basket__block {
  display: inline-block;
  width: calc(100% - 120px);
  font-size: 12px;
  vertical-align: top;
}
.top-basket__top {
  padding: 57px 34px 24px 11px;
  position: relative;
  border-bottom: 1px dashed #cfcfcf;
}
.top-basket__tit-med {
  font-family: 'Geometria-Medium', sans-serif;
}
.top-basket__number {
  position: absolute;
  right: 52px;
  top: 57px;
}
.top-basket__cost {
  position: absolute;
  right: 52px;
  bottom: 24px;
}
.top-basket__txt {
  display: inline-block;
  font-family: 'Geometria-Light', sans-serif;
}
.top-basket__txt_desc {
  margin: 12px 0 51px;
}
.top-basket__tit {
  display: inline-block;
  font-family: 'Geometria-bold', sans-serif;
  margin-right: 14px;
}
.top-basket__last {
  margin: 14px 0 37px;
}
.top-basket__bottom {
  margin: 37px 53px 0;
  padding: 24px 0 37px;
  border-top: 1px solid #e6e7e7;
  font-size: 12px;
  color: #3a3a3a;
  font-family: 'Geometria-Light', sans-serif;
}
.top-basket__btn {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  box-sizing: border-box;
  border: 1px solid #3a3a3a;
  text-transform: uppercase;
  text-align: center;
  vertical-align: middle;
  margin-bottom: 14px;
  font-family: 'Geometria', sans-serif;
}
.top-basket__btn_black {
  color: #fff;
  background-color: #3a3a3a;
  margin-bottom: 0;
}
.top-basket__btn_black:hover {
  background-color: #484848;
}
.top-basket__line {
  margin-bottom: 21px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.user-info {
  color: #fff;
}
.user-info__item {
  display: inline-block;
  font-size: 0;
  vertical-align: middle;
  cursor: pointer;
}
.user-info__item:first-child {
  margin-right: 15px;
}
@media all and (max-width: 980px) {
  .user-info__item:first-child {
    margin-right: 0;
  }
}
.user-info__item:last-child {
  margin-left: 15px;
  position: relative;
}
@media all and (max-width: 980px) {
  .user-info__item:last-child {
    margin-left: 5px;
  }
}
.user-info__item.hovered {
  position: relative;
}
.user-info__item.hovered .top-basket {
  display: block;
}
.user-info__item.hovered:after {
  content: '';
  position: absolute;
  left: 0;
  top: 15px;
  width: 100%;
  height: 20px;
  background-color: transparent;
}
.user-info__count {
	display: inline-block;
	font-size: 10px;
	min-width: 10px;
	vertical-align: middle;
	margin-left: 5px;
	color: #fff;
}
.mobile-menu .user-info__count {
	color: #737373;
}
.user-info__icon1 {
	display: inline-block;
	width: 24px;
	height: 20px;
	vertical-align: middle;
}
.user-info__icon1 svg path {
  fill: none;
  stroke: #fff;
  stroke-width: 4;
  stroke-miterlimit: 10;
}
.mobile-menu .user-info__icon1 svg path {
  fill: none;
  stroke: #737373;
  stroke-width: 4;
  stroke-miterlimit: 10;
}
.user-info__icon1.active svg path {
  fill: #fff;
}
.mobile-menu .user-info__icon1.active svg path {
  fill: #737373;
}
.user-info__icon2 {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
}
.user-info__icon2 svg path {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: none;
  stroke: #fff;
  stroke-width: 1.5;
  stroke-miterlimit: 10;
}
.mobile-menu .user-info__icon2 svg path {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: none;
  stroke: #737373;
  stroke-width: 1.5;
  stroke-miterlimit: 10;
}
.user-info__icon2.active .svg__path {
  fill: #fff;
}
.mobile-menu .user-info__icon2.active .svg__path {
  fill: #737373;
}
.search {
  position: relative;
  width: 200px;
  height: 43px;
  box-sizing: border-box;
  padding: 15px 0 13px 0;
  color: #737373;
  text-transform: uppercase;
  border: 1px solid #737373;
  font-family: 'Geometria-Medium', sans-serif;
  font-size: 12px;
  outline: none;
  background: #fff url("../img/search.svg") no-repeat 55px 14px;
  cursor: pointer;
  text-align: center;
}
.search-inp {
  width: 100%;
  padding: 12px 26px;
  border: 0;
  border-bottom: 1px solid #3a3a3a;
  font-family: 'Geometria-Light', sans-serif;
  font-size: 72px;
  display: none;
}
.search-inp:focus::-webkit-input-placeholder {
  color: transparent;
}
.search-inp:focus::-moz-placeholder {
  color: transparent;
}
.search-inp:focus:-ms-input-placeholder {
  color: transparent;
}
.search-inp:focus::placeholder {
  color: transparent;
}
@media all and (max-width: 600px) {
  .search-inp {
    font-size: 30px;
    padding: 12px 26px 12px 10px;
  }
}
.header__modal-search.open .search-inp{
    display: block;
}
.search__icon {
  display: inline-block;
  width: 68px;
  height: 100%;
  position: absolute;
  background-color: #fff;
  right: 25px;
  bottom: 1px;
}
@media all and (max-width: 1200px) {
  .search__icon {
    right: 35px;
  }
}
@media all and (max-width: 600px) {
  .search__icon {
    width: 35px;
    height: 35px;
    bottom: 12px;
    right: 15px;
  }
}
.search-block {
  position: relative;
  max-width: 1137px;
  margin: 200px auto 0;
}
@media all and (max-width: 1200px) {
  .search-block {
    padding: 0 20px;
  }
}
@media all and (max-width: 600px) {
  .search-block {
    margin: 130px auto 0;
    padding: 0;
  }
}
.search__close {
  position: absolute;
  right: 25px;
  top: -130px;
  cursor: pointer;
  text-transform: uppercase;
}
.search__close-txt {
  display: inline-block;
  margin: 0 17px 0 0;
  vertical-align: middle;
  font-size: 12px;
}
.search__close-icn {
  display: inline-block;
  width: 17px;
  height: 17px;
  vertical-align: middle;
}
.search__close svg {
  fill: none;
}
@media all and (max-width: 600px) {
  .search__close {
    right: 15px;
    top: -110px;
  }
}
input::-webkit-input-placeholder {
  color: #d9d9d9;
  font-family: 'Geometria-Light', sans-serif;
}
input::-moz-placeholder {
  color: #d9d9d9;
  font-family: 'Geometria-Light', sans-serif;
}
input:-ms-input-placeholder {
  color: #d9d9d9;
  font-family: 'Geometria-Light', sans-serif;
}
input::placeholder {
  color: #d9d9d9;
  font-family: 'Geometria-Light', sans-serif;
}
.menu {
  width: 100%;
}
@media all and (max-width: 980px) {
  .menu {
    height: 100%;
  }
}
.menu__black {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 20;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgba(0,0,0,0);
  padding-right: 18%;
  box-sizing: border-box;
  transition: opacity 0.3s linear, background 0.3s linear;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}
.menu__cont {
  max-width: 1137px;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media all and (max-width: 980px) {
  .menu__cont {
    width: 82%;
    left: 0;
    top: 0;
    position: fixed;
    display: block;
    z-index: 25;
    background-color: #fff;
    -webkit-transform: translateX(-120%);
        -ms-transform: translateX(-120%);
            transform: translateX(-120%);
    transition: -webkit-transform 0.1s linear;
    transition: transform 0.1s linear;
    transition: transform 0.1s linear, -webkit-transform 0.1s linear;
    overflow: hidden;
    overflow-y: scroll;
  }
}
@media all and (max-width: 980px) {
  .menu_active .menu__black {
    opacity: 1;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    background-color: rgba(0,0,0,0.3);
  }
}
.menu_active .menu__cont {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.menu__category {
  display: inline-block;
  padding: 6px 0;
  margin-bottom: 14px;
  color: #3a3a3a;
  text-transform: uppercase;
  font-size: 12px;
  border-bottom: 1px solid transparent;
}
.menu__category:hover {
  border-bottom: 1px solid #3a3a3a;
}
@media all and (max-width: 980px) {
	.menu__category {
		position: relative;
		display: block;
		width: 100%;
		padding: 19px 20px;
		margin-bottom: 0;
		box-sizing: border-box;
		border-bottom: 1px solid #e6e7e7;
	}
	.menu__category:hover {
		border-bottom: 1px solid #e6e7e7;
	}
	.menu__category:after {
		content: "";
		position: absolute;
		right: 20px;
		top: 20px;
		width: 7px;
		height: 13px;
		background-image: url("../img/next2.svg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.menu__category .menu__category_tit_back {
		position: absolute;
		left: 20px;
		top: 17px;
		width: 20px;
		height: 20px;
		background-color: #fff;
		background-image: url(../img/next2.svg);
		background-position: center right;
		background-repeat: no-repeat;
		background-size: 7px;
		transform: rotate(180deg);
		z-index: 111;
	}
}
.menu__category.ctn {
  border-bottom: 1px solid #3a3a3a;
  color: #3a3a3a;
  opacity: 1;
}
@media all and (max-width: 980px) {
  .menu__category.ctn {
    border-bottom: 1px solid #e6e7e7;
  }
}
.menu__category_active {
  border-bottom: 1px solid #3a3a3a !important;
}
@media all and (max-width: 980px) {
  .menu__category_active {
    border-bottom: 1px solid #e6e7e7 !important;
  }
}
.menu__category_tit {
  text-align: center;
}
.menu__category_tit:after {
  left: 20px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.menu__cat-dec {
  display: inline;
  text-transform: uppercase;
  padding-bottom: 2px;
  border-bottom: 1px solid #3a3a3a;
}
.menu__bottom {
  display: none;
}
@media all and (max-width: 980px) {
  .menu__bottom {
    display: block;
    padding: 0 0 19px 0;
    font-size: 12px;
    color: #3a3a3a;
  }
}
.menu__self {
  display: none;
  padding: 0 20px;
  color: #3a3a3a;
}
@media all and (max-width: 980px) {
  .menu__self {
    display: block;
    border-right: 0;
    padding: 19px 20px;
    border-bottom: 1px solid #e6e7e7;
    text-transform: uppercase;
  }
}
.menu__back {
  width: 25px;
  height: 15px;
  display: none;
  margin-left: 17px;
}
.menu__dark {
  width: 100%;
  height: 60px;
  background-color: #737373;
  display: none;
  margin: 0;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media all and (max-width: 980px) {
  .menu__dark {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
  }
}
.menu__logo {
  display: inline-block;
  height: 100%;
  width: auto;
}
.menu .ad {
  color: #efefef;
  padding-right: 3%;
  padding-bottom: 5px;
}
.menu .ad__text {
  font-size: 7px;
  vertical-align: middle;
}
.menu .ad__link {
  font-size: 7px;
  vertical-align: middle;
}
@media all and (max-width: 720px) {
  .menu .ad {
    display: none;
  }
}
.menu__close {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 20px;
}
.menu__close svg path {
  stroke: #efefef;
  fill: none;
  stroke-width: 3px;
}
.menu__cat-open {
  display: none;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}
@media all and (max-width: 980px) {
	.menu__close svg path {
		stroke: #737373;
		fill: none;
		stroke-width: 3px;
	}
	.menu__cat-open {
		display: block;
		position: absolute;
		top: 60px;
		width: 100%;
		min-height: 910px;
		background: #fff;
		left: 0;
		transition: -webkit-transform 0.2s linear;
		transition: transform 0.2s linear;
		transition: transform 0.2s linear, -webkit-transform 0.2s linear;
	}
	.menu__cat-open .menu__category {
		text-transform: capitalize;
	}
	a.menu__category.menu__category_show_more {
		text-align: center;
	}
	a.menu__category.menu__category_show_more:after {
		content: '';
		display: none;
	}
}
.menu__phone {
  display: none;
  font-size: 12px;
  color: #fff;
  padding: 9px 0;
  background-color: #3a3a3a;
  width: calc(100% - 40px);
  margin: 48px 20px 0;
}
@media all and (max-width: 600px) {
  .menu__phone {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .menu__phone svg path {
    fill: #fff;
  }
}
.menu__phone-icon {
  display: inline-block;
  width: 22px;
  height: 30px;
  margin-right: 9px;
}
.cat-open .menu__cat-open {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.cat-open .menu__back {
  display: inline-block;
}
.drop {
  position: relative;
  width: 100%;
}
@media all and (max-width: 980px) {
  .drop {
    display: none;
  }
}
.drop__bg {
  width: 100%;
  height: 0;
  position: absolute;
  top: -2px;
  left: 0;
  overflow: hidden;
  transition: opacity 0.3s ease-out 0.1s, -webkit-transform 0.2s ease-out 0.1s;
  transition: transform 0.2s ease-out 0.1s, opacity 0.3s ease-out 0.1s;
  transition: transform 0.2s ease-out 0.1s, opacity 0.3s ease-out 0.1s, -webkit-transform 0.2s ease-out 0.1s;
  -webkit-transform: translateY(-50px);
      -ms-transform: translateY(-50px);
          transform: translateY(-50px);
  z-index: 0;
  opacity: 0;
}
.drop_active .drop__bg {
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
  opacity: 1;
  height: auto;
  pointer-events: auto;
  visibility: visible;
  z-index: 50;
}
.drop__bg.fixed {
	position: fixed;
	/*top: 121px;*/
	top: 151px;
	left: 0;
	z-index: 70;
}
.drop__cont {
  background-color: #fff;
  width: 100%;
  padding: 30px 0 23px;
  box-sizing: border-box;
  border-bottom: 1px solid #e6e7e7;
}
@media all and (max-width: 1200px) {
  .drop__cont {
    padding: 30px 20px 23px;
  }
}
.drop__size {
  max-width: 1137px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.drop__col {
  display: inline-block;
  width: 100%;
}
.drop__col:last-child {
  min-width: 43%;
}
.drop__col:nth-child(2n) {
  min-width: 300px;
}
.act {
  font-family: 'Geometria-Light', sans-serif;
  font-size: 12px;
  color: #3a3a3a;
}
.act__title {
  margin-bottom: 30px;
  display: block;
  text-transform: uppercase;
  font-family: 'Geometria-Medium', sans-serif;
}
.act__desc {
  text-transform: uppercase;
  margin-bottom: 5px;
  display: inline-block;
  padding-bottom: 3px;
  border-bottom: 1px solid transparent;
}
.act__desc:hover {
  border-bottom: 1px solid #3a3a3a;
}
.cat {
  display: inline-block;
  color: #3a3a3a;
  font-size: 12px;
  margin-top: 37px;
  margin-right: 60px;
  vertical-align: top;
}
.cat:first-child {
  margin-top: 0;
}
.cat:last-child {
  margin-right: 0;
}
.cat__title {
  display: block;
  margin-bottom: 21px;
  font-family: 'Geometria-Medium', sans-serif;
  text-transform: uppercase;
}
.cat__point {
  margin-bottom: 5px;
  display: inline-block;
  padding-bottom: 3px;
  border-bottom: 1px solid transparent;
}
.cat__point:hover {
  border-bottom: 1px solid #3a3a3a;
}
.exmpl {
  width: 100%;
  text-align: center;
  cursor: pointer;
  display: block;
}
.exmpl__img {
  width: 100%;
  height: 295px;
  background-image: url("../img/girl.png");
  background-repeat: no-repeat;
  background-position: center center;
}
.exmpl__title {
  margin-top: 13px;
  font-family: 'Geometria-Bold', sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}
.exmpl__price {
  margin-top: 10px;
  font-size: 12px;
  display: inline-block;
}
.footer a {
	color: #3a3a3a;
}
.footer__mid {
    border-top: 1px solid #e6e7e7;
	position: relative;
	width: 100%;
	max-width: 1137px;
	padding: 95px 0 0;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 0 auto;
	-webkit-justify-content: space-between;
	  -ms-flex-pack: justify;
		  justify-content: space-between;
	-webkit-align-items: flex-start;
	  -ms-flex-align: start;
		  align-items: flex-start;
}
@media all and (max-width: 1200px) {
  .footer__mid {
    padding: 95px 20px 0;
    box-sizing: border-box;
  }
}
@media all and (max-width: 800px) {
  .footer__mid {
    display: block;
    padding: 0;
  }
}
.footer__col {
  display: inline-block;
}
.footer__col:first-child {
  vertical-align: top;
  margin: 0 auto;
}
.footer__col:nth-child(2) {
  position: absolute;
  right: 0;
  top: 95px;
  width: 20%;
  margin-right: 5%;
}
.footer__col:last-child {
  position: absolute;
  left: 0;
  top: 95px;
  width: 35%;
}
@media all and (max-width: 800px) {
  .footer__col {
    width: 100% !important;
    position: relative !important;
    top: 0 !important;
    display: block !important;
  }
}
.footer__bottom {
  background-color: #e6e7e7;
  width: 100%;
  margin-top: 135px;
}
@media all and (max-width: 800px) {
  .footer__bottom {
    margin: 0;
  }
}
.contacts {
  width: 100%;
  max-width: 1137px;
  margin: 0 auto;
  padding: 50px 0;
  text-align: center;
  color: #3a3a3a;
  border-bottom: 1px solid #e6e7e7;
}
@media all and (max-width: 1200px) {
  .contacts {
    padding: 50px 20px;
    box-sizing: border-box;
  }
}
@media all and (max-width: 980px) {
  .contacts {
    padding: 0px 20px 22px;
  }
}
.contacts__title {
  margin-bottom: 33px;
  font-family: Times New Roman, serif;
  font-size: 30px;
  font-style: italic;
}
@media all and (max-width: 980px) {
  .contacts__title {
    font-size: 24px;
    margin-bottom: 18px;
  }
}
.contacts__group {
  width: 100%;
  text-align: center;
}
.contacts__item {
  display: inline-block;
  margin-right: 99px;
  font-size: 14px;
  font-family: 'Geometria-Italic', sans-serif;
}
.contacts__item:last-child {
  margin-right: 0;
}
@media all and (max-width: 980px) {
  .contacts__item {
    font-size: 10px;
    margin: 0 45px 43px 0;
  }
}
.contacts__loc {
  display: none;
  width: 22px;
  height: 25px;
  margin: 0 auto 15px;
}
.contacts__loc svg path {
  stroke: #3a3a3a;
  stroke-width: 4px;
}
.contacts__loc svg ellipse {
  stroke: #3a3a3a;
  stroke-width: 4px;
}
@media all and (max-width: 980px) {
  .contacts__loc {
    display: block;
  }
}
.contacts__point {
  display: none;
  margin-bottom: 16px;
  font-size: 10px;
}
@media all and (max-width: 980px) {
  .contacts__point {
    display: block;
  }
}
.about {
  display: inline-block;
  padding-left: 9%;
  font-size: 12px;
  color: #3a3a3a;
  text-align: left;
  vertical-align: top;
}
.about a {
  color: #3a3a3a;
}
@media all and (max-width: 800px) {
  .about {
    display: block;
    padding: 0;
  }
}
@media all and (max-width: 800px) {
  .about__block {
    display: none;
  }
}
.about__title {
  margin-bottom: 21px;
  font-family: 'Geometria-Bold', sans-serif;
  text-transform: uppercase;
}
@media all and (max-width: 800px) {
  .about__title {
    position: relative;
    padding: 19px 20px;
    border-top: 1px solid #dddede;
    margin: 0;
  }
  .about__title:after {
    content: "-";
    position: absolute;
    right: 20px;
    font-size: 24px;
    top: 10px;
  }
}
@media all and (max-width: 800px) {
  .about__title.dis:after {
    content: "+";
    top: 13px;
    font-size: 20px;
  }
}
.about__link {
  display: inline-block;
  margin-bottom: 21px;
  border-bottom: 1px solid transparent;
}
.about__link:hover {
  border-bottom: 1px solid #3a3a3a;
}
@media all and (max-width: 800px) {
  .about__link {
    display: block;
    padding: 19px 20px;
    border-top: 1px solid #dddede;
    margin: 0;
  }
  .about__link:hover {
    border-top: 1px solid #dddede;
    border-bottom: 1px solid transparent;
  }
}
.subs {
  width: 100%;
  max-width: 220px;
  text-align: center;
  color: #3a3a3a;
}
@media all and (max-width: 800px) {
  .subs {
    max-width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
}
.subs__title {
  margin-bottom: 20px;
  font-family: 'Geometria-Medium', sans-serif;
  font-size: 14px;
}
.subs__title:first-child {
  margin-bottom: 0;
}
@media all and (max-width: 800px) {
  .subs__title {
    display: inline-block;
    font-size: 17px;
    margin: 22px 0;
  }
  .subs__title:first-child {
    margin-bottom: 0;
  }
  .subs__title:nth-child(2) {
    margin-top: 0;
  }
}
.subs__input {
  margin-bottom: 21px;
  width: 180px;
  height: 43px;
  border-radius: 0;
  outline: none;
  border: 1px solid #d9d9d9;
  font-family: inherit;
  color: #3a3a3a;
  font-size: 12px;
  text-align: left;
  padding: 0;
  box-sizing: content-box;
  padding: 0 10px;
}
.subs__input:hover {
  border-color: #b9b9b9;
}
.subs__input::-webkit-input-placeholder {
  color: #b7b7b7;
  text-align: center;
}
.subs__input::-moz-placeholder {
  color: #b7b7b7;
  text-align: center;
}
.subs__input:-ms-input-placeholder {
  color: #b7b7b7;
  text-align: center;
}
.subs__input::placeholder {
  color: #b7b7b7;
  text-align: center;
}
.subs__input:active {
  border-color: #1c1e23;
}
.subs__input:focus {
  border-color: #1c1e23;
}
.subs__input:focus::-webkit-input-placeholder {
  color: transparent;
}
.subs__input:focus::-moz-placeholder {
  color: transparent;
}
.subs__input:focus:-ms-input-placeholder {
  color: transparent;
}
.subs__input:focus::placeholder {
  color: transparent;
}
@media all and (max-width: 800px) {
  .subs__input {
    display: inline-block;
    width: calc(49% - 20px);
    margin-right: 1px;
  }
}
@media all and (max-width: 600px) {
  .subs__input {
    width: calc(100% - 20px);
    margin: 0 0 15px 0;
  }
}
.subs__button {
  width: 200px;
  height: 43px;
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #2a4538;
  background-color: #2a4538;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  padding: 0;
  box-sizing: content-box;
  transition: background 0.1s linear;
  cursor: pointer;
}
.subs__button:hover {
  background: #2a4538;
  border: 1px solid #2a4538;
}
@media all and (max-width: 800px) {
  .subs__button {
    display: inline-block;
    width: 49%;
  }
}
@media all and (max-width: 600px) {
  .subs__button {
    width: 100%;
    margin: 0;
    margin-bottom: 35px;
  }
}
.soc {
  margin-bottom: 50px;
  font-size: 12px;
  text-align: left;
  color: #3a3a3a;
}
@media all and (max-width: 800px) {
  .soc {
    text-align: center;
  }
}
.soc__title {
  margin-bottom: 14px;
  font-family: 'Geometria', sans-serif;
  text-transform: uppercase;
}
@media all and (max-width: 800px) {
  .soc__title {
    display: none;
  }
}
.soc__icon {
  width: 25px;
  height: 25px;
  margin-right: 14px;
  vertical-align: middle;
  display: inline-block;
}
.soc__icon svg path {
  fill: #000;
}
.soc_min {
  display: block;
  text-align: center;
  margin-left: 110px;
  margin-top: 20px;
}
@media all and (max-width: 900px) {
  .soc_min {
    margin-left: 0;
    display: none;
  }
}
.soc_min .soc__icon {
  width: 20px;
  height: 20px;
  display: inline-block;
}
.soc_like {
  display: inline-block;
  margin-bottom: 0;
}
.soc_like .soc__icon {
  width: 20px;
  height: 18px;
  display: inline-block;
  margin-right: 10px;
}
.soc_like .soc__icon:last-child {
  margin-right: 0;
}
.pay {
  font-size: 12px;
  color: #3a3a3a;
}
@media all and (max-width: 800px) {
  .pay {
    display: none;
  }
}
.pay__title {
  margin-bottom: 14px;
  font-family: 'Geometria-Bold', sans-serif;
  text-transform: uppercase;
}
.pay__icons {
  margin-bottom: 10px;
}
.pay__link {
  text-decoration: underline;
}
.pay__img {
  width: 175px;
}
.foot-inf {
  width: 100%;
  max-width: 1137px;
  margin: 0 auto;
  height: 47px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #737373;
  font-size: 10px;
}
@media all and (max-width: 1200px) {
  .foot-inf {
    padding: 0 20px;
    box-sizing: border-box;
  }
}
@media all and (max-width: 620px) {
  .foot-inf {
    padding: 19px 20px;
    display: block;
    height: auto;
  }
}
.foot-inf__text {
  display: inline-block;
  margin: 0 0 0 9px;
  padding: 0 9px 0 6px;
  border-left: 1px solid #737373;
}
.foot-inf__link {
  display: inline-block;
  text-align: right;
}
@media all and (max-width: 620px) {
  .foot-inf__link {
    display: block;
    text-align: left;
  }
}
.foot-inf__link a:first-child {
  margin-right: 40px;
}
@media all and (max-width: 620px) {
  .foot-inf__link a {
    display: block;
    margin-right: 0;
    padding-top: 15px;
  }
}
.tabs__bottom {
  overflow: hidden;
  height: 0;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: opacity;
  transition-property: opacity;
  transition-duration: 0.6s;
  transition-timing-function: ease-out;
}
.tabs__bottom.active {
  overflow: visible;
  height: auto;
  opacity: 1;
}
.map-cont {
  width: 100%;
  height: 353px;
  overflow: hidden;
  background: #00f;
  position: relative;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  filter: #808080;
  -webkit-filter: grayscale(99%);
  -webkit-backface-visibility: hidden;
}
.map-cont iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
@media all and (max-width: 500px) {
  .map-cont {
    width: calc(100% + 40px);
    height: 395px;
    margin-left: -20px;
  }
}
.shop-loc {
  text-align: left;
}
@media all and (max-width: 500px) {
  .shop-loc {
    text-align: center;
  }
}
.shop-loc__top {
  margin: 42px 0 47px;
  font-size: 12px;
  line-height: 18px;
  color: #3a3a3a;
}
.shop-loc__tit {
  text-transform: uppercase;
  font-size: 24px;
  line-height: 28px;
  font-family: 'Geometria-Medium', sans-serif;
  color: #000;
}
.shop-loc__min-tit {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 18px;
  font-family: 'Geometria', sans-serif;
  color: #3a3a3a;
}
.shop-loc__min-tit_marg-b {
  margin-bottom: 23px;
}
.shop-loc__city {
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 24px;
  font-family: 'Geometria-Medium', sans-serif;
  color: #3a3a3a;
}
.shop-loc__group {
  margin-bottom: 47px;
  font-size: 14px;
  line-height: 18px;
  font-family: 'Geometria-Light', sans-serif;
}
.shop-loc__all {
  display: block;
  margin: 87px 0 81px;
  font-size: 18px;
  color: #3a3a3a;
  text-decoration: underline;
  text-transform: uppercase;
}
@media all and (max-width: 980px) {
  .shop-loc__all {
    margin-bottom: 21px;
  }
}
@media all and (max-width: 500px) {
  .shop-loc__all {
    margin: 71px 0 115px;
  }
}
.found-cat {
  text-align: center;
  max-width: 1137px;
  margin: 156px auto 0;
}
@media all and (max-width: 600px) {
  .found-cat {
    margin: 83px auto 0;
  }
}
.found-cat__cont {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: flex-start;
      -ms-flex-direction: flex-start;
          flex-direction: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.found-cat__block {
  display: inline-block;
  -webkit-flex-basis: 19%;
      -ms-flex-preferred-size: 19%;
          flex-basis: 19%;
  margin: 0 3% 60px;
}
@media all and (max-width: 860px) {
  .found-cat__block {
    -webkit-flex-basis: 27%;
        -ms-flex-preferred-size: 27%;
            flex-basis: 27%;
  }
}
@media all and (max-width: 600px) {
  .found-cat__block {
    -webkit-flex-basis: 45%;
        -ms-flex-preferred-size: 45%;
            flex-basis: 45%;
    margin: 0 2.5% 33px;
  }
}
.found-cat .product__img {
  background-size: contain;
}

.soc a{
    width: 25px;
    height: 25px;
}
.soc a i{
    font-size: 30px;
    margin-right: 10px;
}
.soc a:last-child i {
  margin-right: 0;
}
.order_additional_buttons {
	width: 100%;
	display: inline-block;
}
.order_additional_buttons.detail {
	width: 100%;
	display: inline-block;
	text-align: right;
}
.order_pay_info {
	font-size: 14px;
	font-family: 'Geometria-Bold', sans-serif;
	margin: 10px 0px;
	color: #3a3a3a;
}
.basket__line_det.detail .basket__point:nth-child(2) {
	text-align: left;
}
.order_additional_buttons .order_additional_buttons_box {
	display: inline-block;
	width: 235px;
	text-align: center;
	margin: 10px 0px;
}
.order_additional_buttons a {
	width: 170px;
	vertical-align: middle;
	display: inline-block;
	text-align: center;
	border-radius: 0;
	box-shadow: none;
	border: 1px solid #4d806e;
	background-color: #4d806e;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	padding: 10px;
	box-sizing: content-box;
	transition: background 0.1s linear;
	cursor: pointer;
}
.order_additional_buttons a:hover {
	background: #548c78;
	border: 1px solid #548c78;
}
.table_size_container {
	overflow: auto;
}
.table_size {
	widtH: 100%;
	border-collapse: collapse;
}
.table_size td {
	font-family: 'Geometria-Light', sans-serif;
	font-size: 14px;
	border: 1px solid #737373;
	padding: 5px 5px;
}
.table_size td.head_black {
	font-size: 16px;
	color: #fff;
	text-align: center;
	background-color: #000;
	font-weight: bold;
}
.modile_back {
	display: none;
	position: fixed;
	top: 70px;
	left: 20px;
	z-index: 19;
	background: #fff;
	font-size: 14px;
	font-family: 'Geometria-Medium', sans-serif;
	color: #737373;
	padding: 5px 10px 5px 15px;
	box-sizing: border-box;
	background-image: url(/local/templates/main/img/back.png);
	background-repeat: no-repeat;
	background-position: 2px center;
	background-size: 10px;
	vertical-align: middle;
	box-shadow: 0px 0px 2px 0px #737373;
}
.modile_back a {
	vertical-align: middle;
}
.header_info_text {
	width: 100%;
	color: #3e6055;
	font-size: 14px;
	font-weight: 700;
	background: #f0ebdf;
	text-align: center;
	position: fixed;
	top: 60px;
	z-index: 60;
	line-height: 30px;
}
@media (max-width: 980px) {
	.modile_back {
		display: none;
	}
}
@media (max-width: 600px) {
	.header_info_text {
		line-height: initial;
		padding: 5px 0px;
	}
}
