.none {
	display: none;
}

.cart {
	padding: 3.5em 0;
	padding-top: 6em;
	font-family: 'Calibri',Arial,sans-serif;
	color: #2B2B2A;
}

.cart .inner {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-start;
	padding: 0 .4em;
}

.cart .left {
	width: 24.5em;
	flex: 0 0 24.5em;
	max-width: 100%;
}

.cart .title {
	font-size: 1.2em;
	text-align: center;
}

.cart .red {
	color: #EA8A31;
}

.cart .note {
	position: relative;
	margin-top: 1em;
	line-height: 1.3em;
	font-size: .97em;
	padding-right: 17%;	
}

.cart .note:after {
	display: none;
	content: "";
	position: absolute;
	top: 0;left: 0;
	width: 30em;
	height: 1px;
	background-color: #000;
}

.cart .hints {
	margin-top: 0.5em;
	display: none;
}

.cart .set {
	padding-bottom: .4em;
}

.cart .cross {
	width: .9em;
	cursor: pointer;
}

.cart .item {
	position: relative;
	padding-top: .8em;	
	padding-bottom: 2.3em;
}

.cart .item:not(:first-child) {
	padding-top: 2em;
}

.cart .item:after {
	content: "";
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	height: 1px;
	background-color: rgba(0,0,0,.1);
}

.cart .item-raw {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: .5em;
}

.cart .item-img {
	width: 	90%;
	display: block;	
	margin: auto;
}

.item-raw:not(:first-child){
}

.cart .item-titles {
	text-align: center;
	display: block;	
	font-weight: 600;
	padding-left: 0;
	margin-top: .4em;	
}

.cart .item-titles .position {
	font-size: 1.2em;	
}

.cart .item-titles .name {
	font-size: 1.25em;	
}

.cart .item-titles .price {
	font-size: 1.45em;
	margin-top: .4em;
}

.cart .item-chars-raw {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: .2em 0;
	border-bottom: 1px solid rgba(0,0,0,.1);
}

.cart .item-chars-text {
	font-size: 0.8em;
}

.cart .item-buttons {
	padding-left: 0;
	margin-top: 1em;	
}

.cart .item-buttons > * {
	flex: 0 0 33.3333%;
}

.cart .item-buttons-mid select {
	margin: auto;
}

.cart .item-change {
	border: 1.5px solid #317CEA;
  font-size: 13.7px;
  height: 23px;
  width: 90px;
  cursor: pointer;
  text-align: center;
  border-radius: 5px;
  text-decoration: none;
  color: #000;
}

.cart .item-change span {
	line-height: 20px;
}

.cart .item-buttons-right {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-end;
}

.cart .select {
	position: relative;
	font-size: 14px;
	width: 6em;
	padding: .1em .4em;
	border: 1px solid #317CEA;
	border-radius: .4em;
	cursor: pointer;
	overflow: hidden;
}

.cart .select-top {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.cart .options {
	position: absolute;
	z-index: 10;
	top: 100%;left: 0;
	width: 100%;
	text-align: right;
}

.cart .option {
	padding-right: .88em;
	width: 100%;
	display: block;
	border-top: 1px solid rgba(0,0,0,.1);
	background-color: #fff;
}

.cart .select-name {
	font-size: 13px;
}

.cart .select-right {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: flex-start;
}

.cart .select .select-arrow {
	margin-left: .1em;
	width: .8em;
	margin-top: .15em;
}

.cart .select-val {
	font-size: 13px;
}

.cart .item-caption {
	margin-top: .2em;
}


/*bracelets*/


.cart .item-bracelets {
	flex-direction: column;
	margin-top: 2.1em;
	margin-bottom: 2.1em;
}

/*make dimensions in pixels*/

.indi__tight span, .indi__tight.indi__back span {
	font-size: 8px;
	line-height: 27px;
	text-transform: uppercase;
}

.indi__wide span, .indi__wide.indi__back span {
	font-size: 8px;
	line-height: 30px;
	text-transform: uppercase;
}

.cart .indi__bracelet {
	font-family: 'BNGL', 'Calibri', sans-serif;
	font-weight: 600;
}

.cart .indi__bracelet.indi__wide {
	font-size: .7em;
	width: 29.3em;
	height: 2.8em;
	line-height: 2.8em;
	margin-top: 0;
	display: block;
}

.cart .indi__bracelet.indi__tight {
	width: 358px;
	height: 30px;
	padding-top: 2px;
	margin-top: 0;
	display: block;
}

/*end bracelets*/

/*gift*/

.gift {
	margin-top: 1.3em;
}

/*.gift .for_active {
	display: none;
}*/

.gift .enter {
	cursor: pointer;
}

.gift.active .field {
	line-height: 1.3em;
	margin-right: 1em;
}

.gift.active .for_active {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 12px;
	margin-top: 0.5em;
}

/*.gift.active .default {
	display: none;
}*/

.gift-caption {
	display: none;
	margin-top: .5em;
}

.gift-caption span {
	display: none;
}

.gift.eligible .gift-caption, .gift.refused .gift-caption {
	display: block;
}

.gift.eligible .gift-caption .blue {
	display: block;
}

.gift.refused .gift-caption .red {
	display: block;
}



/*end gift*/

/*end of left column*/

.proceed {
	max-width: 100%;
	width: 24.5em;
	flex: 0 0 24.5em;
}

.proceed.mobile {
	margin-top: .5em;
}

.proceed .block-button {
	width: 100%;
	margin: auto;
}

.sum-raw {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	margin-top: .1em;
}

.sum-all {
	margin-top: .1em;
	font-weight: 600;
	font-size: 1.5em;
}

/* right */

.cart .right {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	padding-left: 3.2em;
}

.cart .right-top {
	flex-grow: 1;
}

.cart .field-mail {
	width: 100%;
}

.cart .field {
	width: 100%;
	margin-top: .2em;
	/*font-size: .9em;*/
	font-size: 1em;
	line-height: 2em;
	background-color: #fff;
	padding-left: 1.5em;
	border-radius: 5px;
	border: 1.5px solid #CACACA;
	outline: none;
}


.cart .field.active {
	border: 1.5px solid #3B7DC2;
}

.cart .field.error {
	border-color: #E31E24;
}

.cart .field.error ~ .hints {
	display: block;
}

.cart .buttons {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-start;
}

.cart .buttons > *:not(:first-child) {
	margin-left: .5em;
}

.block-part {
	display: none;
}

.block-part.active {
	display: block;
}

/*.block-part:not(:first-child) {
	display: none;
}*/

/*.block-city {
	display: block!important;
}*/


/*block-preview*/

.block-preview {
	display: block;
}

.block-preview-mobile {
	display: none;
}

.block-preview .block-list {
	margin-top: 1em;
	color: #CACACA;
}

.block-preview .block-item {
	margin-top: .7em;
	font-size: 1.04em;
}


/*end block-preview*/

/*block-mail*/


.block-mail .note {
	margin-top: 1em;
	font-size: .99em;
}

.block-mail .field {
	margin-top: .3em;
	/*line-height: 2.1em;
	font-size: .8em;
	padding-left: .4em;*/
}

.block-mail .block-button {
	width: 16.3em;
	line-height: 2.6em;
}

.block-mail .block-raw {
	padding-right: 2em;
	margin-top: 1.7em;
}

.block-tls {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding-top: .6em;
}

.block-tls span {
	line-height: 1em;
}

.block-tls img {
	width: 2em;
}

.block-mail .block-accepted {
	margin-top: 1em;
}

.block-names {
	margin-top: 1em;
}

.block-names .block-button {
	margin-top: 1em;
}

/* delivery */

.block-city {
	margin-top: 1.7em;
}

.block-city.accepted {
	margin-top: 1.1em;
}

.block-city .block-button {
	margin-top: .8em;
	width: 46%;
	background-color: #CACACA;
}

.cities {
	margin-top: 1em;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}

.cities-left, .cities-right {
	flex: 0 0 46%;
	position: relative;
}

.cities .field {
	width: 100%;
	margin-top: .1em;
	line-height: 1.5em;
	font-size: 1em;
	padding-left: 1em;
}

.block-raw {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	margin-top: .6em;
	align-items: center;
}

.block-button, .block-button-proceed {
	width: 12.4em;
	/*font-size: 1.25em;*/
	font-size: 1.2em;
	color: #fff;
	border-radius: 5px;
	background-color: #cacaca;
	line-height: 2.6em;
	font-weight: 600;
	text-align: center;
	cursor: pointer;
}

.block-button.active {
	background-color: #3B7DC2;
}

.block-button.loading, .block-button-proceed.loading {
	position: relative;
	overflow: hidden;
	color: transparent !important;
	pointer-events: none;
}

.block-button.loading::after, .block-button-proceed.loading::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
	background-size: 200% 100%;
	animation: loading-shimmer 1.5s infinite linear;
}

@keyframes loading-shimmer {
	0% {
		background-position: -200% 0;
	}
	100% {
		background-position: 200% 0;
	}
}

.eligible .block-button {
	background-color: #57d163;
}

/* delivery */

.block-delivery {
	margin-top: 1em;
}

.block-delivery .desc {
	font-weight: 500;
	font-size: 1em;
}

.way.active {
	display: block;
}

.way {
	border: 1.5px solid #898989;
	border-radius: 5px;
	cursor: pointer;
	margin-top: .1em;
	display: none;
}

.way:not(:first-child) {
	margin-top: .45em;
}

.way:hover {
	box-shadow: 0 0 2px 1px rgba(0,0,0,.1);
}


.way .error-el, .way .loading-el, .way.error .default-el, .way.error .loading-el.default-el, .way.loading .default-el {
	display: none;
}

.way .default-el, .way .loading-el.default-el {
	display: inline-block;
}

.way.loading .loading-el, .way.error .error-el {
	display: inline-block;
}

img.loading-way {
	width: 3em;
	margin-right: 1.5em;
}

.way .img {
	height: 3em;
	width: 3.4em;
	-webkit-background-size: contain;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.way-content {
	height: 4.7em;
	padding: .2em .7em;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
}

.way-body {
	margin-left: 1em;
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.way-text {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-grow:  1;
}


.way-title {
	font-weight: 600;
	display: block;
	font-size: .98em;
}

.way-desc {
	display: block;
	margin-left: 1em;
	margin-right: 1em;
	flex-grow: 1;
}

.way-more {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-weight: 600;
	color: #3B7DC2;
	font-size: .9em;
}

.way-more img {
	margin-left: .6em;
	transition: transform ease-in-out .2s;
}

.way.opened .way-more img {
	transform: rotate(180deg);
}

.way-popup {
	height: 0;
	overflow: hidden;
	transition: height ease-in-out .2s;
}

.way.opened .way-popup {
	height: 15em;
}

.way-popup-window {
	position: relative;
	border-radius: 5px;
	padding: 2.4em 2em;
	text-align: center;
	max-width: 100%;
	width: 100%;
	height: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}

.way-popup img {
	position: absolute;
	top: 1em;
	right: 1em;
	width: 2em;
	cursor: pointer;
}

.way-popup-title {
	font-size: 1.16875em;
	line-height: 1.22em;
	font-weight: 600;
	text-align: center;
}

.way-popup-desc {
	font-size: 1.04em;
	margin-top: .2em;
	text-align: left;
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flex;
	display: -o-inline-flex;
	display: inline-flex;
	align-items: center;
	flex-grow: 1;
}

.way-popup .block-button {
	margin: auto;
	margin-top: 1em;
	width: 16.3em;
	max-width: 90%;
}

/* address */

.address-title {
	font-weight: 600;
	font-size: .98em;
}

.block-address {
	margin-top: 2.6em;
	max-width: 100%;
}

.block-address.accepted {
	margin-top: 1em;
}

.block-address .field {
	width: 100%;
	margin-top: .2em;
	line-height: 1.5em;
	padding-left: 1em;
}

.name-raw .name-left, .name-raw .name-right {
	width: 100%;
	margin-top: 1.1em;
}

.address-raw {
	position: relative;
	margin-top: 1em;
}

.block-address .block-button {
	width: 17em;
	margin-top: 1.7em;
}

.loadingbutton:before {
	content: "";
	position: absolute;
	top: 0;left: 0;
	width: 0;
	height: 100%;
	background: rgba(0,0,0,.2);
	animation-name: loadingbutton;
	animation-duration: 2s;
	animation-iteration-count: infinite;
}

.loadingbutton {
	position: relative;
	overflow: hidden;
}

@keyframes loadingbutton {
	from {
		width: 0;
	}
	to {
		width: 100%;
	}
}

@-webkit-keyframes loadingbutton {
	from {
		width: 0;
	}
	to {
		width: 100%;
	}
}

/* block-payment */

.block-payment.block-part {
	position: sticky;
	background-color: #fff;
	bottom: 0;
	margin-top: 2.6em;
	padding: 0;
	padding-bottom: 1em;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: space-between;
	align-items: center;
	z-index: 10;
}

.block-payment .block-left, .block-show-goods .block-left {
	flex-grow: 1;
	margin-right: 3.5em;
	padding-left: 3.2em;
}

.block-payment .block-left-row, .block-show-goods .block-left-row {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	margin-top: .2em;
}

.block-left-summary {
	font-size: 1.35em;
	font-weight: 600;
}

.block-payment .block-button {
	width: 16.4em;
	/*font-size: 1.23em;*/
}

/*show goods mobile version*/

.block-show-goods {
	display: none;
	margin-top: 1em;
}

.block-show-goods .block-show-goods-text {
	margin-top: .3em;
	text-align: center;
	color: #3B7DC2;
	font-size: .98em;
	font-weight: 600;
}

.block-show-goods .block-show-goods-text img {
	margin-left: .1em;
	transition: transform ease-in-out .3s;
}

.block-show-goods.active .block-show-goods-text img {
	transform: rotate(180deg);
}

.block-show-goods .block-left {
	border-top: 1px solid #cacaca;
    margin-top: 1.5em;
    padding-top: 1em;
    padding-left: 0;
    margin-right: 0;
}

.block-show-goods .block-button-pay {
	margin-top: 1.5em;
}

/* block-foreign */

.block-foreign {
	margin-top: 1.6em;
}

.block-foreign-inputs {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
}

.block-foreign label {
	margin-top: .5em;
	font-weight: 600;
	flex: 0 0 49%;
}

.block-foreign label[for="english_address"] {
	flex: 0 0 100%;
}

.block-for-goods {
	transition: all ease-in-out .3s;
	height: 0px;
	overflow: hidden;
}

/*block cdek*/
.block-cdek-choose, .block-send-choose {
	flex-wrap: wrap;
}

.block-cdek-variation {
	display: none;
}

.block-cdek-variation.active {
	display: block;
}

.block-cdek {
	display: none;
}

.block-cdek-map {
	margin-top: 0.2em;
	width: 100%;
	height: 14em;
	display: flex;
	justify-content: center;
	text-align: center;
	align-items: center;
}

.block-cdek-choose .block-button, .block-send-choose .block-button {
	width: 100%;
}

.block-cdek-choose-part, .block-send-choose-part {
	/*flex-grow: 1;*/
	flex: 0 1 49%;
	margin-top: 0.5em;
}

.block-cdek-choose-desc, .block-send-choose-desc {
	margin-top: 0.5em;
}

/*.block-cdek-choose .block-cdek-choose-part:first-child {
	margin-right: 1em;
}*/

.block-cdek-map .map_infowindow {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.block-cdek-map-result {
	font-size: 1.2em;
	margin-top: .5em;
}

.map_infowindow-address, .map_infowindow-button {
	margin-top: 0.5em;
}

/*block-map*/

.block-map {
	margin-top: 1em;
}

.block-map-inner {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin-top: 1em;
}

.block-map-left {
	padding-right: 1em;
}

.block-map-right {
	flex-grow: 1;
}

.block-map-window {
	width: 100%;
	height: 20em;
}

.block-map .block-button {
	margin-top: 1em;
}

/* accepted */

.accepted > div, .accepted > p, .accepted > input, .accepted > h1, .accepted > h2, .accepted > h3, .accepted > .active {
	display: none;
}

.accepted .block-accepted {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.block-accepted {
	justify-content: flex-start;
	align-items: flex-start;
	display: none;
}

.block-accepted-right {
	margin-left: .6em;
}

.block-accepted img {
	height: 1.25em;
}

.block-accepted-title {
	font-weight: 600;
}

.block-accepted-name {
	display: block;
}

.block-accepted-change {
	color: #317CEA;
	cursor: pointer;
}

/* dropdown */


select, option {
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
}

.dropdown {
  position: relative;
  border-radius: 5px;
  background-color: #fff;
  border: 1.5px solid #317CEA;
  font-size: 13.7px;
  height: 23px;
  width: 90px;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  font-weight: normal;
  outline: none;
  padding-left: 4px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  font-family: 	"Calibri", sans-serif;

  background-image: url(/static/img/dropdown_arrow.svg);
  background-repeat: no-repeat;
  -webkit-background-size: 10px auto;
  background-size: 10px auto;
  background-position: calc(100% - 5px) center;
}

.dropdown:active, .dropdown.open {
  border-color: #e4e4e4;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05) inset;
}

.dropdown.open .list {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  pointer-events: auto;
  height: 30em;
  overflow-y: scroll;
}
.dropdown.open .option {
  cursor: pointer;
}
.dropdown.wide {
  width: 100%;
}
.dropdown.wide .list {
  left: 0 !important;
  right: 0 !important;
}
.dropdown .list {
  box-sizing: border-box;
  -webkit-transition: all 0.15s cubic-bezier(0.25, 0, 0.25, 1.75), opacity 0.1s linear;
  transition: all 0.15s cubic-bezier(0.25, 0, 0.25, 1.75), opacity 0.1s linear;
  -webkit-transform: scale(0.75);
          transform: scale(0.75);
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.09);
  background-color: #fff;
  border-radius: 6px;
  margin-top: 4px;
  padding: 3px 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 999;
}
.dropdown .list:hover .option:not(:hover) {
  background-color: transparent !important;
}
.dropdown .option {
  cursor: default;
  font-weight: 400;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.dropdown .option:hover, .dropdown .option:focus {
  background-color: #f6f6f6 !important;
}
.dropdown .option.selected {
  font-weight: 600;
}
.dropdown .option.selected:focus {
  background: #f6f6f6;
}

/* yandex payment popup */

#payment-form {
	position: fixed;
	top: 0;left: 0;
	padding: 1em 0;
	width: 100%;
	z-index: 999999;
	display: none;
	background-color: #fff;
	overflow: auto;
}

#payment-form .inner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

#payment-form .cross {
	position: absolute;
	width: 1em;
	top: 1em;
	right: .4em;
	cursor: pointer;	
}

.payment-form-title {
	font-weight: 600;
}


/*  responsive  */


@media(max-width: 1050px) {

	.cart .left {
		width: 18em;
		flex: 0 0 18em;
	}

	.cart .name {
		font-size: .9em;
	}

	.block-tls {
		font-size: 11px;
	}
}

@media(max-width: 768px) {

	.cart {
		padding-top: 3.7em;
	}

	.cart .block-button {
		width: 100%;
	}

	.cart .inner {
		flex-wrap: wrap;
		padding: 0 1.5em;
	}

	.cart .inner > div {
		flex: 0 0 100%;		
	}

	.cart .right {
		display: none;
		padding-left: 0;
		width: 100%;
	}

	.cart .block-payment {
		display: none;
	}

	.cart .note {
		padding-right: 0;
	}

	.cart .block-preview {
		display: none;
	}

	.cart .block-preview-mobile {
		margin-top: 1em;
		display: block;
	}

	.cart .block-item-title {
		padding-bottom: .4em;
		border-bottom: 1px solid #ECECEC;
	}

	.block-mail .block-raw {
		flex-direction: column-reverse;
		align-items: flex-start;
		padding-right: 0;
		margin-top: .1em;
	}

	.block-mail .block-button {
		width: 100%;
		margin-top: .9em;
	}

	.block-tls {
		font-size: 16px;
	}

	.block-tls img {
		width: 2.5em;
	}

	.gift {
		margin-top: 1em;
	}

	.gift .field {
		margin-top: 0;
	}

	.cities {
		margin-top: .4em;
		flex-wrap: wrap;
	}

	.cities-left, .cities-right {
		flex: 0 0 100%;
		margin-top: .7em;
	}

	.block-city .block-button {
		width: 100%;
	}

	.block-delivery .way-more span {
		display: none;
	}

.block-delivery .way-body {
	font-size: 14px
}

	.block-delivery .way-text {
		flex-direction: column;
		align-items: flex-start;
	}

	.block-delivery .way .img {
		width: 4.4em;
	}

	.block-delivery .way-desc {
		margin-right: 0;
		margin-left: 0;
	}

	.block-send-choose {
		align-items: flex-start;
	}

	.block-send-choose .block-button, .block-cdek-choose .block-button {
		padding: .5em;
		line-height: 1em;
		font-size: 1em;
	}

	.way-popup-window {
		padding: .4em 1em;
		padding-bottom: 1em;
	}

	.way-popup.active {
		height: 17em;
	}

	.block-map-inner {
		flex-wrap: wrap;
	}

	.block-map-right {
		flex:  1 1 100%;
		margin-top: 2em
	}

	/*bracelets*/

	.cart .indi__bracelet.indi__tight {
		width: 100%;
	}

}
