@font-face {
	font-family: "Stolzl";
	font-weight: 400;
	font-style: normal;
	font-display: swap;
	src: local("Stolzl Regular"),url(../fonts/stolzl-regular.otf) format("opentype");
}

@font-face {
	font-family:"Stolzl";font-weight:700;font-style:normal;font-display:swap;src:local("Stolzl Bold"),url(../fonts/stolzl-bold.otf) format("opentype");
}

@font-face {
	font-family:"Stolzl";font-weight:300;font-style:normal;font-display:swap;src:local("Stolzl Light"),url(../fonts/stolzl-light.otf) format("opentype");
}

@font-face {
	font-family:"Stolzl";font-weight:500;font-style:normal;font-display:swap;src:local("Stolzl Medium"),url(../fonts/stolzl-medium.otf) format("opentype");
}

@font-face {
	font-family:"Hiragino Sans";font-weight:400;font-style:normal;font-display:swap;src:local("Hiragino Sans"),url(../fonts/hiragino-sans.otf) format("opentype");
}

body {
	width: 100%;
	margin: 0 auto;
	font-family: "Stolzl","Arial",sans-serif;
}

body.modal-open {
	overflow: hidden;
}

a,a:visited {
	text-decoration: none;
}

ul {
	padding: 0;
}

.visually-hidden:not(:focus):not(:active),input[type=checkbox].visually-hidden,input[type=radio].visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	border: 0;
	padding: 0;
	white-space: nowrap;
	-webkit-clip-path: inset(100%);
	clip-path: inset(100%);
	clip: rect(0 0 0 0);
	overflow: hidden;
}
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
html {
	font-family: sans-serif;
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,aside,details,figcaption,figure,footer,header,main,menu,nav,section {
	display: block;
}

h1 {
	font-size: 2em;
	margin: .67em 0;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

code,kbd,pre,samp {
	font-family: monospace,monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

a:active,a:hover {
	outline-width: 0;
}

abbr[title] {
	border-bottom: none;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}

b,strong {
	font-weight: bolder;
}

dfn {
	font-style: italic;
}

mark {
	background-color: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

audio,canvas,video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

img {
	border-style: none;
}

svg:not(:root) {
	overflow: hidden;
}

button,input,optgroup,select,textarea {
	font-family: sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,input {
	overflow: visible;
}

button,select {
	text-transform: none;
}

[type=reset],[type=submit],button,html [type=button] {
	-webkit-appearance: button;
}

[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

legend {
	color: inherit;
	display: table;
	max-width: 100%;
	white-space: normal;
}

progress {
	display: inline-block;
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type=checkbox],[type=radio],legend {
	box-sizing: border-box;
	padding: 0;
}

[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
	height: auto;
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

summary {
	display: list-item;
}

[hidden],template {
	display: none;
}
 

.button {
	display: block;
	box-sizing: border-box;
	text-align: center;
	font-family: inherit;
	font-size: 14px;
	line-height: 17px;
	-webkit-transition: .3s;
	transition: .3s;
	border: 2px solid currentColor;
	cursor: pointer;
	outline: 0;
	color: #6496dc;
	background-color: #fff;
}

.button:focus,.button:hover {
	color: #fff;
	background-color: #6496dc;
	border-color: #6496dc;
}

#select .popup-down__select-option:active,.button--main {
	background-color: transparent;
}

.button--goods {
	width: 134px;
	height: 46px;
	margin-top: 5px;
	padding: 11px 0;
	font-family: "Stolzl","Arial",sans-serif;
	font-weight: 500;
	border-radius: 30px;
}

.button--basket {
	color: #fff;
	background-color: #6496dc;
	border-color: #6496dc;
}

.button-popup {
	width: 230px;
	padding: 19px 33px 18px;
	border: 1px solid currentColor;
	border-radius: 10px;
}

.button-popup:focus,.button-popup:hover {
	border-color: #6496dc;
}

.button-popup--link {
	color: #fff;
	background-color: #6496dc;
	border-color: #6496dc;
}

.button-popup--link:focus,.button-popup--link:hover {
	color: #6496dc;
	background-color: #fff;
}

.button--order {
	width: 230px;
	min-height: 56px;
	padding: 9px 50px;
	border-radius: 10px;
}

.button--order:nth-child(2)+.button--order:nth-child(3) {
	margin-left: 20px;
}

.button--order:disabled {
	background: #ebebeb;
	border-color: transparent;
	pointer-events: none;
	cursor: default;
}

.button--order-card {
	width: 480px;
	margin-bottom: 15px;
	color: #fff;
	background-color: #6496dc;
	border-color: #6496dc;
}

.button--order-card:focus,.button--order-card:hover {
	color: #6496dc;
	background-color: #fff;
}

.button--order-apple,.button--order-google {
	-webkit-box-flex: 1;
	flex-grow: 1;
	position: relative;
	font-size: 20.5px;
	padding-right: 26px;
	padding-top: 14px;
	letter-spacing: -.286222px;
}

.button--order-apple>.button__text:after,.button--order-google>.button__text:after {
	content: "";
	position: absolute;
	display: block;
	width: 21px;
	height: 26px;
	top: 40%;
	right: 42px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background-size: 18px;
}

.button--order-apple:hover {
	background: #fff;
}

.button--order-apple:hover>.button__text::after,.button--order-google:hover>.button__text::after {
	background-size: 18px;
}

.button--order-apple,.button--order-google:hover {
	color: #000;
	background: #fff;
	border-color: #000;
}

.button--order-apple>.button__text::after {
	background: url(../img/svg/apple.svg) no-repeat;
}

.button--order-apple:hover {
	color: #fff;
	border-color: #fff;
	background: #000;
}

.button--order-apple:hover>.button__text::after {
	background: url(../img/svg/apple-white.svg) no-repeat;
}

.button--order-apple:disabled {
	color: #ebebeb;
	background: 0 0;
	border-color: #ebebeb;
}

.button--order-apple:disabled>.button__text::after {
	background: url(../img/svg/apple-disabled.svg) no-repeat;
}

.button--order-google {
	color: #fff;
	background: #000;
	border-color: #000;
}

.button--order-google>.button__text::after {
	right: 42px;
	top: 50%;
	width: 23px;
	height: 24px;
}

.button--order-google:hover>.button__text::after,.button--order-google>.button__text::after {
	background: url(../img/svg/google-pay.svg) no-repeat;
}

.button--order-google:disabled>.button__text::after {
	background: url(../img/svg/google-disabled.svg) no-repeat;
}

.button--order-hidden {
	display: none;
}

.button--order-hidden+.button--order {
	margin-left: 0!important;
}

@media (min-width:1200px) {
	.button--goods {
		margin-top: 6px;
		padding: 12px 0;
	}
}

@media (max-width:768px) {
	.button-popup {
		min-width: 270px;
		width: 100%;
		padding: 14px 30px 13px;
	}

	.button--order {
		width: 100%;
		min-height: 46px;
		font-size: 14px;
		line-height: 18px;
		padding: 12px 15px;
	}

	.button--order:nth-child(2)+.button--order:nth-child(3) {
		margin-left: 0;
	}

	.button--order-card {
		margin-bottom: 10px;
	}
}

@media (max-width:768px) and (max-width:520px) {
	.button--order-card {
		margin-right: 0;
	}
}

@media (max-width:768px) {
	.button--order-apple {
		margin-bottom: 10px;
	}

	.button--order-apple,.button--order-google {
		font-size: 14.5px;
		line-height: 16px;
		padding-left: 32px;
		padding-top: 14px;
	}

	.button--order-apple>.button__text::after {
		height: 23px;
		right: 27px;
		background-size: 16px;
		top: 50%;
	}

	.button--order-google>.button__text::after {
		right: 27px;
		background-size: 16px;
		top: 50%;
	}

	.button--order-apple:hover>.button__text::after,.button--order-google:hover>.button__text::after {
		background-size: 16px;
	}

	.button--order-apple:disabled>.button__text::after,.button--order-google:disabled>.button__text::after {
		background-size: 16px;
	}

	.button--order-google>.button__text::after {
		width: 19px;
		height: 16px;
	}
}

.button__text {
	position: relative;
}

.basket {
	position: absolute;
	width: 83px;
	height: 85px;
	right: 47px;
	top: 50px;
	background: url(../img/svg/checkout-basket.svg) no-repeat;
}

.basket:hover {
	opacity: .8;
}

.basket-count {
	position: absolute;
	width: 30px;
	padding: 6px;
	box-sizing: border-box;
	right: 0;
	bottom: 0;
	color: #fff;
	background-color: #ff2f49;
	border-radius: 50%;
	text-align: center;
}

.basket-count--none {
	display: none;
}

@media (max-width:768px) {
	.basket {
		width: 60px;
		height: 60px;
		right: 15px;
		top: 24px;
		background-size: 60px auto;
	}

	.basket-count {
		width: 21px;
		height: 21px;
		padding: 4px;
		font-size: 12px;
		line-height: 14px;
	}
}

.input-field {
	box-sizing: border-box;
	width: 480px;
	padding: 17.5px 18px;
	border-radius: 10px;
	border: 1px solid #979797;
	font: inherit;
	font-weight: 300;
	font-size: 16px;
	line-height: 19px;
	outline: 0;
	box-shadow: none;
	-webkit-appearance: none;
}

.input-field:invalid {
	box-shadow: none;
	-webkit-appearance: none;
}

.input-field::-webkit-input-placeholder {
	color: #bfbfbf;
}

.input-field::-moz-placeholder {
	color: #bfbfbf;
}

.input-field:-ms-input-placeholder,.input-field::-ms-input-placeholder {
	color: #bfbfbf;
}

.input-field::placeholder {
	color: #bfbfbf;
}

@media (max-width:768px) {
	.input-field {
		width: 100%;
		font-size: 11px;
		line-height: 13px;
		padding: 10.5px 9px;
		border-radius: 5px;
	}
}

.radio-popup {
	position: relative;
	padding-left: 27px;
	cursor: pointer;
}

.radio-popup:after,.radio-popup:before {
	content: "";
	position: absolute;
	border-radius: 50%;
}

.radio-popup:after {
	border: 1px solid #979797;
	display: block;
	width: 16px;
	height: 16px;
	top: 0;
	left: 0;
}

.radio-popup:before {
	display: none;
	width: 8px;
	height: 8px;
	top: 5px;
	left: 5px;
	background-color: #6496dc;
}

.radio-popup--mail {
	margin-right: 65px;
}

.button-cv:hover,.popup-one__close-btn:hover:after,.popup-one__close-btn:hover:before,.radio-popup:hover {
	opacity: .7;
}

@media (max-width:768px) {
	.radio-popup {
		padding-left: 16px;
	}

	.radio-popup--mail {
		margin-right: 16px;
	}

	.radio-popup:after {
		width: 9px;
		height: 9px;
	}

	.radio-popup:before {
		width: 5px;
		height: 5px;
		top: 3px;
		left: 3px;
	}
}

.button-cv {
	position: relative;
	flex-shrink: 0;
	-webkit-box-flex: 0;
	flex-grow: 0;
	flex-basis: 16px;
	width: 16px;
	height: 16px;
	padding: 0;
	border: 1px solid #979797;
	border-radius: 50%;
	background-color: transparent;
	cursor: pointer;
	outline: 0;
}

.button-cv--decrease {
	background: url(../img/svg/minus.svg) 50% 50% no-repeat;
}

.button-cv--increase {
	background: url(../img//svg/plus.svg) 50% 50% no-repeat;
}

.button-cv--decrease,.button-cv--increase {
	background-size: 8px;
}

@media (max-width:768px) {
	.button-cv {
		flex-basis: 10px;
		width: 10px;
		height: 10px;
		padding: 0;
	}

	.button-cv--decrease,.button-cv--increase {
		background-size: 4px;
	}
}

.popup {
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-70%);
	transform: translate(-50%,-70%);
	display: none;
	-webkit-transition: .4s;
	transition: .4s;
	font-family: 'Stolzl','Arial',sans-serif;
	z-index: 101;
	opacity: 0;
}

.popup--vis {
	display: block;
	opacity: 1;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.popup--display-none {
	display: none;
}

@media (max-width:768px) {
	.popup {
		top: 0;
		-webkit-transform: translate(-50%,3%);
		transform: translate(-50%,3%);
	}
}

@media (max-width:480px) {
	.popup {
		-webkit-transform: translate(-50%,0);
		transform: translate(-50%,0);
	}
}

.popup-one__wrapper {
	width: 586px;
	box-sizing: border-box;
	padding: 32px 53px 36px;
	border-radius: 6px;
	background-color: #fff;
}

.popup-one__title {
	margin: 0 0 46px;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: -.408889px;
}

.popup-one__close-btn {
	position: absolute;
	right: 39px;
	top: 32px;
	width: 30px;
	height: 24px;
	padding: 0;
	border: 0;
	background: 0 0;
	cursor: pointer;
}

.popup-one__close-btn:after,.popup-one__close-btn:before {
	content: "";
	position: absolute;
	display: block;
	top: 50%;
	left: 0;
	width: 30px;
	height: 1px;
	border-radius: 1px;
	background: #979797;
}

.popup-one__close-btn:after {
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
}

.popup-one__close-btn:before {
	-webkit-transform: translateY(-50%) rotate(-45deg);
	transform: translateY(-50%) rotate(-45deg);
}

.popup-one__close-btn:active,.popup-one__close-btn:focus {
	outline: 0;
}

.popup-one__list {
	padding: 0;
	list-style: none;
	margin: 0 0 32.5px;
}

.popup-one__item {
	display: -webkit-box;
	display: flex;
	padding: 14.5px 0;
	-webkit-box-align: center;
	align-items: center;
	font-size: 14px;
	line-height: 17px;
	font-weight: 300;
	letter-spacing: -.286222px;
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
}

.popup-one__image {
	width: 70px;
	height: 70px;
	margin-right: 20px;
}

.popup-one__cost {
	margin-left: auto;
}

.popup-one__btn-wrapper {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
}

@media (max-width:768px) {
	.popup-one__wrapper {
		width: 95vw;
		min-width: 320px;
		padding: 57px 25px 30px;
	}
}

@media (max-width:768px) and (max-width:480px) {
	.popup-one__wrapper {
		width: 100vw;
		height: 100vh;
		border-radius: 0;
	}
}

@media (max-width:768px) {
	.popup-one__title {
		font-size: 12px;
		line-height: 14px;
		letter-spacing: -.245333px;
	}

	.popup-one__close-btn {
		width: 18px;
		height: 18px;
		top: 15px;
		right: 15px;
	}

	.popup-one__close-btn:after,.popup-one__close-btn:before {
		width: 18px;
	}

	.popup-one__list {
		margin: 0 0 24px;
	}

	.popup-one__item {
		font-size: 10px;
		line-height: 12px;
	}

	.popup-one__image {
		width: 45px;
		height: 45px;
		margin-right: 12px;
	}

	.popup-one__btn-wrapper {
		display: block;
	}

	.popup-one__button {
		margin-bottom: 11px;
	}

	.popup-one__button:last-child {
		margin: 0;
	}
}

.order {
	margin: -301px 0 0;
}

.card__wrapper,.order__wrapper {
	position: relative;
	max-width: 586px;
	margin: 0 auto;
	box-sizing: border-box;
	letter-spacing: -.286222px;
}

.order__title {
	margin: 0 0 31px;
	text-align: center;
	font-size: 24px;
	line-height: 29px;
}

.order__btn-back {
	position: relative;
	font-size: 12px;
	line-height: 14px;
	padding: 4px 0 4px 35px;
	text-decoration: none;
	color: #6496dc;
}

.order__btn-back:after {
	content: "";
	position: absolute;
	display: block;
	padding: 7px;
	top: 50%;
	left: 3px;
	border-top: 1px solid currentColor;
	border-left: 1px solid currentColor;
	-webkit-transform: translateY(-50%) rotate(-45deg);
	transform: translateY(-50%) rotate(-45deg);
}

.order__btn-back:hover {
	opacity: .7;
}

.order__main {
	padding: 37px 53px 55px;
	margin: 23px 0 45px;
	background-color: #fff;
	box-shadow: 0 -5px 20px rgba(60,70,78,.1);
	font-size: 14px;
	line-height: 17px;
}

.order__main--dropdown {
	padding: 37px 0 55px;
	box-shadow: none;
}

.order__list {
	padding: 0;
	list-style: none;
	margin: 0 0 33px;
}

.order__item {
	display: -webkit-box;
	display: flex;
	flex-wrap: nowrap;
	-webkit-box-align: center;
	align-items: center;
	padding: 14px 0 16px;
	border-bottom: 1px solid #979797;
	font-size: 14px;
	line-height: 17px;
}

.order__image {
	margin-right: 20px;
}

.order__m-group {
	display: -webkit-box;
	display: flex;
}

.order__name {
	width: 130px;
	margin-right: 87px;
	font-weight: 400;
}

.order__field {
	box-sizing: border-box;
	width: 24px;
	font-size: 14px;
	line-height: 17px;
	text-align: center;
	border: 0;
	letter-spacing: -.286222px;
	pointer-events: none;
}

.order__count {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	width: 65px;
	-webkit-box-pack: justify;
	justify-content: space-between;
}

.order__counter {
	margin-left: auto;
}

.order__sum {
	display: block;
	text-align: right;
}

.order__group {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	margin: 38px 0 8px;
}

.order__text {
	margin-right: 36px;
}

.order__radio:checked+.radio-popup:before,.popup-down__input-radio:checked+.radio-popup:before {
	display: block;
}

.order__invis {
	display: none;
}

.order__warning {
	display: block;
	text-align: center;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	letter-spacing: -.327111px;
	color: #6d7278;
	margin-bottom: 44px;
}

.order__btns {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	width: 480px;
	margin: 0 auto;
	flex-wrap: wrap;
}

@media (max-width:768px) {
	.order {
		margin: 0;
		min-width: 320px;
	}

	.order__wrapper {
		max-width: none;
		padding: 0 25px;
	}

	.order__title {
		margin: 57px 0 23px;
		font-size: 12px;
		line-height: 14px;
		letter-spacing: -.245333px;
		text-align: left;
	}

	.order__btn-back {
		position: absolute;
		top: -43px;
		left: -14px;
		margin-left: 25px;
		padding-left: 20px;
		font-size: 10px;
		line-height: 12px;
	}

	.order__btn-back:after {
		padding: 4px;
		top: 40%;
		left: 5px;
	}

	.order__main {
		margin: 0;
		padding: 0;
		box-shadow: none;
	}

	.order__list {
		margin-bottom: 18px;
	}

	.order__item {
		font-size: 10px;
		line-height: 12px;
		padding: 22px 0;
		border-top: 1px solid #ebebeb;
	}

	.order__image {
		width: 45px;
		height: 45px;
		margin-right: 12px;
	}

	.order__count {
		width: 40px;
	}

	.order__field {
		width: 20px;
		font-size: 10px;
		line-height: 12px;
	}

	.order__m-group {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
	}

	.order__name {
		margin-right: 0;
		margin-bottom: 9px;
		width: 190px;
	}

	.order__sum {
		font-size: 11px;
		line-height: 13px;
	}

	.order__group {
		margin: 29px 0 6px;
		font-size: 10px;
		line-height: 12px;
	}

	.order__text {
		margin-right: 39px;
	}

	.order__warning {
		margin: 25px 0 15px;
		font-size: 8px;
		line-height: 12px;
		letter-spacing: -.163556px;
	}

	.order__btns {
		width: 100%;
		-webkit-box-align: center;
		align-items: center;
	}
}

@media (max-width:768px) and (max-width:520px) {
	.order__btns {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		min-height: 102px;
	}
}

.card {
	margin: 5px 0 0;
}
 

.card__form {
	position: relative;
	width: 480px;
	margin: 0 auto;
}

.card__field {
	position: relative;
	width: 100%;
	box-sizing: border-box;
	min-height: 56px;
	padding: 17px 17px 18px;
	border: 1px solid #979797;
	border-radius: 10px;
	margin-bottom: 14px;
	font: inherit;
	font-weight: 300;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: -.327111px;
	outline: 0;
}

.card__field--month,.card__field--year {
	width: 20%;
	margin-bottom: 0;
}

.card__field--year {
	margin-left: 20px;
}

.card__field--cvv {
	width: calc(60% - 40px);
	margin: 0 0 0 auto;
	background: url(../img/svg/new-card-cvv.svg) 92% 65% no-repeat;
}

.card__field--cvv::-webkit-input-placeholder {
	color: red;
}

.card__field--cvv::-moz-placeholder {
	color: red;
}

.card__field--cvv:-ms-input-placeholder,.card__field--cvv::-ms-input-placeholder {
	color: red;
}

.card__field--cvv::placeholder {
	color: red;
}

.card__field--nameOwner {
	text-transform: uppercase;
}

.card__field--nameOwner::-webkit-input-placeholder {
	text-transform: none;
}

.card__field--nameOwner::-moz-placeholder {
	text-transform: none;
}

.card__field--nameOwner:-ms-input-placeholder,.card__field--nameOwner::-ms-input-placeholder {
	text-transform: none;
}

.card__field--nameOwner::placeholder {
	text-transform: none;
}

.card__field::-webkit-input-placeholder {
	font-size: 16px;
	line-height: 19px;
	letter-spacing: -.327111px;
	color: #bfbfbf;
}

.card__field::-moz-placeholder {
	font-size: 16px;
	line-height: 19px;
	letter-spacing: -.327111px;
	color: #bfbfbf;
}

.card__field:-ms-input-placeholder,.card__field::-ms-input-placeholder {
	font-size: 16px;
	line-height: 19px;
	letter-spacing: -.327111px;
	color: #bfbfbf;
}

.card__field::placeholder {
	font-size: 16px;
	line-height: 19px;
	letter-spacing: -.327111px;
	color: #bfbfbf;
}

.card__field--error {
	border-color: #ff2f49;
}

.card__field--error::-webkit-input-placeholder {
	color: #ff2f49;
}

.card__field--error::-moz-placeholder {
	color: #ff2f49;
}

.card__field--error:-ms-input-placeholder,.card__field--error::-ms-input-placeholder {
	color: #ff2f49;
}

.card__field--error::placeholder {
	color: #ff2f49;
}

.card__field--success {
	background: url(../img/svg/check.svg) no-repeat;
	background-position: calc(100% - 20px) 50%;
}

.card__cvv-section {
	display: -webkit-box;
	display: flex;
}

.card__view {
	position: relative;
	font-weight: 300;
	box-sizing: border-box;
	width: 322px;
	margin: 14px auto 20px;
	padding: 21px 22px 13px 28px;
	background-color: #000;
	border-radius: 10px;
	color: #fff;
}

.card__stars {
	margin: 9px 0 0;
	font-size: 24px;
	line-height: 29px;
	letter-spacing: -.490667px;
}

.card__number-input {
	font-size: 22px;
	line-height: 26px;
	letter-spacing: 1px;
	position: relative;
	top: -5px;
	left: 2px;
}

.card__name-input {
	font-size: 16px;
	line-height: 19px;
	letter-spacing: .727273px;
}

.card__life-date {
	margin: 39px 0 0;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: .671329px;
}

.card__date-input {
	margin: 8px 0 0;
	letter-spacing: .727273px;
}

.card__btn-pay {
	width: 480px;
	border: 1px solid currentColor;
	border-radius: 10px;
	padding: 16px 50px;
	cursor: pointer;
	font-size: 18px;
	line-height: 22px;
	text-transform: uppercase;
	-webkit-transition: .3s;
	transition: .3s;
	font-family: inherit;
	vertical-align: middle;
	color: #fff;
	background-color: #6496dc;
	border-color: #6496dc;
	outline: 0;
}

.card__btn-pay:focus,.card__btn-pay:hover {
	color: #6496dc;
	background-color: #fff;
}

.card__btn-pay:disabled {
	pointer-events: none;
	border-color: #ebebeb;
	background-color: #ebebeb;
	cursor: default;
}

.card__pay-systems {
	margin: 35px auto 0;
	max-width: 486px;
	display: block;
}

.card__pay-systems img {
	max-width: 100%;
}

.card__check--month {
	position: relative;
}

.card__check--month:before {
	content: "";
	position: absolute;
	display: block;
	width: 20px;
	height: 2px;
	top: 50%;
	right: -20px;
	-webkit-transform: translateY(-50%) rotate(110deg);
	transform: translateY(-50%) rotate(110deg);
	background-color: #ebebeb;
}

.card__image {
	position: absolute;
	bottom: 29px;
	right: 22px;
	width: 47px;
	height: 47px;
}

.card__image--none {
	display: none;
}

@media (max-width:768px) {
	.card {
		min-width: 320px;
		margin: 24px 0 0;
	}

	.card__wrapper {
		max-width: 100%;
		padding: 0 25px;
	}

	.card__form {
		width: 100%;
	}

	.card__cvv-section {
	/*	margin-bottom: 34px; */
	}

	.card__cvv-section .card__field {
		margin-bottom: 0;
	}

	.card__field {
		min-height: 44px;
		padding: 11px 17px 12px;
		margin-bottom: 12px;
		font-size: 13px;
		line-height: 16px;
	}

	.card__field--cvv,.card__field--month,.card__field--year {
		width: 25%;
	}

	.card__field--cvv {
		width: calc(50% - 20px);
		background: 0 0;
	}

	.card__field--cvv.card__field--success {
		background: url(../img/svg/check.svg) no-repeat;
		background-position: calc(100% - 10px) 50%;
	}

	.card__field--year {
		margin-left: 10px;
	}

	.card__field::-webkit-input-placeholder {
		font-size: 13px;
		line-height: 16px;
	}

	.card__field::-moz-placeholder {
		font-size: 13px;
		line-height: 16px;
	}

	.card__field:-ms-input-placeholder,.card__field::-ms-input-placeholder {
		font-size: 13px;
		line-height: 16px;
	}

	.card__field::placeholder {
		font-size: 13px;
		line-height: 16px;
	}

	.card__field--success {
		background-position: calc(100% - 10px) 50%;
	}

	.card__view {
		display: none;
	}

	.card__btn-pay {
		width: 100%;
		min-height: 46px;
		padding: 11px 50px;
		font-size: 14px;
		line-height: 17px;
		border-radius: 5px;
	}

	.card__pay-systems {
		max-width: 278px;
	}

	.card__check--month:before {
		width: 10px;
		right: -10px;
	}
}

.popup-failure,.popup-success {
	margin-bottom: 100px;
}

.popup-failure__wrapper,.popup-success__wrapper {
	box-sizing: border-box;
	margin: 194px auto 0;
	text-align: center;
	background-color: #fff;
}

.popup-failure__wrapper {
	margin-top: 201px;
}

.popup-failure__text {
	font-size: 18px;
	line-height: 24px;
	font-weight: 300;
	letter-spacing: -.368px;
	margin: 30px 0 32px;
}

.popup-failure__btn,.popup-success__btn {
	width: 236px;
	margin: 0 auto;
	padding: 13px 26px 12px;
	border-radius: 30px;
	color: #6496dc;
	background-color: #fff;
}

.popup-failure__btn:focus,.popup-failure__btn:hover,.popup-success__btn:focus,.popup-success__btn:hover {
	color: #fff;
	background-color: #6496dc;
	border-color: #6496dc;
}

@media (max-width:768px) {
	.popup-failure__wrapper,.popup-success__wrapper {
		min-width: 320px;
		padding-top: 53px;
		margin-top: 9px;
	}

	.popup-failure__image {
		width: 236px;
		height: 84px;
	}

	.popup-failure__text {
		margin: 25px 0;
		font-size: 14px;
	}
}

.popup-success__wrapper {
	padding-top: 0;
}

.popup-success__text {
	margin: 31px 0 32px;
	font-size: 18px;
	line-height: 24px;
	font-weight: 300;
}

@media (max-width:768px) {
	.popup-success__image {
		width: 85px;
		height: 83px;
	}

	.popup-success__text {
		font-size: 14px;
		line-height: 24px;
		margin: 25px 0;
	}
}

.popup-pay__iframe {
	position: relative;
	width: 586px;
	height: 704px;
	background-color: #fff;
}

.popup-pay__image {
	position: absolute;
	line-height: 0;
	bottom: -53px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

@media (max-width:768px) {
	.popup-pay__iframe {
		width: 100vw;
		min-width: 320px;
		min-height: 568px;
	}
}

@media (max-width:768px) and (max-width:480px) {
	.popup-pay__iframe {
		height: 100vh;
	}
}

@media (max-width:768px) {
	.popup-pay__image {
		bottom: 17px;
	}

	.popup-pay__image img {
		max-width: 100%;
	}
}

.popup-down {
	position: fixed;
	display: block;
	top: 192px;
	z-index: 101;
	left: calc(50% - 293px);
	-webkit-transform: translate(0,0);
	transform: translate(0,0);
}

.popup-down--vis {
	display: block;
	opacity: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow-y: auto;
}

.popup-down--hidden {
	display: none;
}

.popup-down__group {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	margin: 38px 0 8px;
}

.popup-down__wrapper {
	position: relative;
	max-width: 586px;
	margin: 50px auto;
	box-sizing: border-box;
	padding: 33px 53px 96px;
	border-radius: 6px;
	background-color: #fff;
}

.popup-down__image {
	width: 70px;
	height: 70px;
	margin-right: 20px;
}

.popup-down__title {
	margin: 0;
	font-size: 20px;
	font-weight: 500;
	line-height: 24px;
	letter-spacing: -.408889px;
}

.popup-down__name {
	width: 130px;
	margin-right: 87px;
	font-family: "Stolzl","Arial",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	letter-spacing: -.286222px;
	color: #000;
}

.popup-down__number {
	margin-left: 10px;
	margin-right: 10px;
	font-weight: 400;
	text-align: center;
}

.popup-down__cost,.popup-down__number,.popup-down__text,.popup-down__text-bold {
	font-family: "Stolzl","Arial",sans-serif;
	font-style: normal;
	font-size: 14px;
	line-height: 17px;
	letter-spacing: -.286222px;
	color: #000;
}

.popup-down__text {
	margin-top: 0;
	margin-right: 35px;
	margin-bottom: 0;
	font-weight: 400;
}

.popup-down__cost,.popup-down__text-bold {
	text-align: right;
}

.popup-down__text-bold {
	margin: 14px 0;
	font-weight: 500;
}

.popup-down__cost {
	font-weight: 400;
	margin-left: auto;
}

.popup-down__main {
	padding: 37px 0 0;
	margin: 9px 0 0;
	background-color: #fff;
	font-size: 14px;
	line-height: 17px;
	box-shadow: none;
}

.popup-down__item {
	display: -webkit-box;
	display: flex;
	flex-wrap: nowrap;
	padding: 14px 0 16px;
	-webkit-box-align: center;
	align-items: center;
	font-size: 14px;
	line-height: 17px;
	font-weight: 300;
	letter-spacing: -.286222px;
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
}

.popup-down__list {
	padding: 0;
	list-style: none;
	margin: 0 0 33px;
}

.popup-down__m-group {
	display: -webkit-box;
	display: flex;
}

.popup-down__field {
	width: 24px;
	font-size: 14px;
	line-height: 17px;
	text-align: center;
	border: 0;
	letter-spacing: -.286222px;
	pointer-events: none;
}

.popup-down__radio-sms {
	letter-spacing: -.25px;
}

.popup-down__radio-sms:before {
	top: 5px;
	left: 4px;
}

.popup-down__radio-sms:after {
	top: 0;
	left: -1px;
}

.popup-down__radio-mail {
	margin-right: 65px;
	letter-spacing: -.25px;
}

.popup-down__radio-mail:before {
	top: 5px;
	left: 4px;
}

.popup-down__radio-mail:after {
	top: 0;
	left: -1px;
}

.popup-down__count {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	width: 65px;
	-webkit-box-pack: justify;
	justify-content: space-between;
}

.popup-down__counter {
	margin-left: auto;
}

.popup-down__sum {
	display: block;
	text-align: right;
	letter-spacing: -.25px;
}

.popup-down__label {
	font-family: "Stolzl","Arial",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	letter-spacing: -.286222px;
	color: #000;
}

.popup-down__label:active {
	background-color: transparent;
	opacity: .7;
}

.popup-down__label--radio {
	position: relative;
	cursor: pointer;
}

.popup-down__close-btn:hover:after,.popup-down__close-btn:hover:before,.popup-down__label--radio:hover {
	opacity: .7;
}

.popup-down__label--radio:first-of-type {
	margin-left: 64px;
	margin-right: auto;
}

.popup-down__label--radio:last-of-type {
	margin-left: auto;
	margin-right: 68px;
}

.popup-down__label--radio::before {
	content: "";
	position: absolute;
	display: block;
	width: 16px;
	height: 16px;
	top: -1px;
	left: -28px;
	background-color: transparent;
	border-radius: 50%;
	border: 1px solid #979797;
}

.popup-down__label--radio::after {
	content: "";
	position: absolute;
	display: none;
	width: 8px;
	height: 8px;
	top: 4px;
	left: -23px;
	background: #6496dc;
	border-radius: 50%;
}

.popup-down__input-radio {
	display: none;
}

.popup-down__input {
	width: 480px;
	height: 56px;
	padding-left: 16px;
	border: 1px solid #ebebeb;
	box-sizing: border-box;
	border-radius: 10px;
	outline: 0;
}

.popup-down__input:active,.popup-down__input:hover {
	opacity: .7;
	outline: 0;
}

.popup-down__input,.popup-down__select,.popup-down__select-option {
	font-family: "Stolzl","Arial",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: -.327111px;
	color: #000;
}

.popup-down__select {
	width: 480px;
	height: 56px;
	margin-top: 10px;
	padding-left: 16px;
	background-color: #edf7fe;
	border-radius: 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: 0;
}

.popup-down__select:active {
	background-color: transparent;
	outline: 0;
}

.popup-down__select:hover {
	outline: 0;
}

.popup-down__footer-button:focus,.popup-down__select:focus {
	outline: 0;
}

.popup-down__footer-button {
	width: 479px;
	padding-top: 17px;
	padding-bottom: 17px;
	font-family: "Stolzl","Arial",sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	text-align: center;
	letter-spacing: -.286222px;
	color: #fff;
	background-color: #6496dc;
	border: 1px solid #6496dc;
	border-radius: 10px;
}

.popup-down__footer-button:active,.popup-down__footer-button:hover {
	color: #6496dc;
	background-color: #fff;
	border: 1px solid #6496dc;
	outline: 0;
}

.popup-down__footer-button:hover {
	box-sizing: border-box;
}

.popup-down__footer-button:active {
	opacity: .7;
}

.popup-down__footer-button:disabled {
	background: #ebebeb;
	border-color: transparent;
	pointer-events: none;
	cursor: default;
}

.popup-down__footer-text {
	margin-top: 20px;
	font-family: "Stolzl","Arial",sans-serif;
	text-align: center;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: -.25px;
	color: #6d7278;
}

.popup-down__close-btn {
	position: absolute;
	right: 30px;
	top: 32px;
	width: 30px;
	height: 24px;
	padding: 0;
	border: 0;
	background: 0 0;
	cursor: pointer;
}

.popup-down__close-btn:after,.popup-down__close-btn:before {
	content: "";
	position: absolute;
	display: block;
	top: 50%;
	left: 0;
	width: 30px;
	height: 1px;
	border-radius: 1px;
	background: #979797;
}

.popup-down__close-btn:after {
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
}

.popup-down__close-btn:before {
	-webkit-transform: translateY(-50%) rotate(-45deg);
	transform: translateY(-50%) rotate(-45deg);
}

.popup-down__close-btn:active,.popup-down__close-btn:focus {
	outline: 0;
}

.popup-down__input-wrapper,.popup-down__number-goods {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
}

.popup-down__number-goods {
	width: 390px;
	margin-bottom: 9px;
	-webkit-box-pack: center;
	justify-content: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

.popup-down__input-wrapper {
	-webkit-box-pack: start;
	justify-content: flex-start;
	padding-top: 26px;
	padding-bottom: 6px;
}

.popup-down__select-wrapper {
	margin-bottom: 0;
	padding-top: 21px;
	padding-bottom: 62px;
}

.popup-down__select-wrapper--open {
	margin-bottom: 200px;
}

.popup-down__warning {
	display: block;
	text-align: center;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	letter-spacing: -.327111px;
	color: #6d7278;
	margin-bottom: 44px;
}

.popup-down__footer {
	margin-top: 0;
}

@media (max-width:1250px) {
	.popup-down {
		top: 0;
		left: auto;
		width: 100%;
	}
}

@media (max-width:768px) {
	.popup-down {
		top: 0;
		left: 0;
		width: 100%;
	}

	.popup-down__wrapper {
		width: 100vw;
		height: 100vh;
		margin-top: 0;
		margin-bottom: 0;
		padding: 57px 26px 110px;
		border-radius: 0;
	}

	.popup-down__name {
		font-size: 10px;
		line-height: 12px;
	}

	.popup-down__number {
		font-size: 12px;
		line-height: 14px;
	}

	.popup-down__main {
		margin-top: 9px;
		padding-top: 15px;
		box-shadow: none;
	}

	.popup-down__title {
		font-size: 12px;
		line-height: 14px;
		letter-spacing: -.245333px;
	}

	.popup-down__count {
		width: 40px;
	}

	.popup-down__counter {
		margin-left: auto;
	}

	.popup-down__group {
		margin: 29px 0 6px;
		font-size: 10px;
		line-height: 12px;
	}

	.popup-down__field {
		width: 20px;
		font-size: 10px;
		line-height: 12px;
	}

	.popup-down__m-group {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
	}

	.popup-down__name {
		margin-right: 0;
		margin-bottom: 9px;
		width: 100px;
	}

	.popup-down__sum {
		font-size: 11px;
		line-height: 13px;
	}

	.popup-down__cost {
		font-size: 12px;
		line-height: 14px;
	}

	.popup-down__footer-text {
		margin-top: 11px;
		text-align: center;
		font-size: 8px;
		line-height: 12px;
		letter-spacing: -.2px;
		color: #6d7278;
	}

	.popup-down__text {
		margin-right: 39px;
		font-size: 10px;
		line-height: 12px;
	}

	.popup-down__text-bold {
		font-size: 12px;
		line-height: 14px;
	}

	.popup-down__close-btn {
		width: 14px;
		height: 14px;
		top: 14px;
		right: 13px;
	}

	.popup-down__close-btn:after,.popup-down__close-btn:before {
		width: 14px;
	}

	.popup-down__list {
		margin: 0 0 16px;
	}

	.popup-down__item {
		padding: 22px 0;
		font-size: 10px;
		line-height: 12px;
	}

	.popup-down__image {
		width: 45px;
		height: 45px;
		margin-right: 12px;
	}

	.popup-down__btn-wrapper {
		display: block;
	}

	.popup-down__button {
		width: 270px;
		margin-bottom: 11px;
	}

	.popup-down__button:last-child {
		margin: 0;
	}

	.popup-down__label {
		font-family: "Stolzl","Arial",sans-serif;
		font-style: normal;
		font-weight: 400;
		font-size: 10px;
		line-height: 12px;
		letter-spacing: -.286222px;
		color: #000;
	}

	.popup-down__label--radio:first-of-type {
		margin-left: 35px;
		margin-right: auto;
	}

	.popup-down__label--radio:last-of-type {
		margin-left: auto;
		margin-right: 10px;
	}

	.popup-down__input {
		width: 300px;
		font-size: 12px;
		line-height: 14px;
	}

	.popup-down__select {
		width: 300px;
		font-size: 14px;
		line-height: 16px;
	}

	.popup-down__select-wrapper {
		margin-bottom: 0;
		padding-top: 8px;
		padding-bottom: 25px;
	}

	.popup-down__select-wrapper--open {
		margin-bottom: 200px;
	}

	.popup-down__footer-button {
		width: 99%;
		padding-top: 14px;
		padding-bottom: 14px;
		font-size: 14px;
		line-height: 16px;
	}

	.popup-down__radio-sms:before {
		top: 3px;
		left: 3px;
	}

	.popup-down__radio-sms:after {
		top: 0;
		left: 0;
	}

	.popup-down__radio-mail {
		margin-right: 16px;
		letter-spacing: -.25px;
	}

	.popup-down__radio-mail:before {
		top: 3px;
		left: 3px;
	}

	.popup-down__radio-mail:after {
		top: 0;
		left: 0;
	}
}

.page-header {
	background-color: #fff;
}

.page-header__basket-text {
	position: absolute;
	top: 54px;
	right: 25px;
	font-family: "Stolzl","Arial",sans-serif;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	letter-spacing: -.306667px;
	color: #fff;
}

.page-header__wrapper {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-pack: start;
	justify-content: flex-start;
	width: 100%;
	margin: 0 auto;
	padding-top: 30px;
	padding-bottom: 44px;
}

.page-header__link {
	position: relative;
	width: 60px;
	height: 50px;
	margin: 0 auto;
}

.page-header__link::before {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 60px;
	height: 50px;
	background-image: url(../img/svg/icon-cloud.svg);
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: 100%;
	border: 0;
}

.page-header__title {
	margin-top: 45px;
	margin-bottom: 0;
	font-family: "Stolzl","Arial",sans-serif;
	font-size: 18px;
	font-weight: 500px;
	line-height: 22px;
	text-align: center;
	color: #000;
}

@media (min-width:768px) {
	.page-header__basket-text {
		top: 95px;
		right: 59px;
		font-size: 15px;
		line-height: 18px;
		letter-spacing: -.306667px;
	}

	.page-header__wrapper {
		padding-top: 57px;
		padding-bottom: 65px;
	}

	.page-header__link,.page-header__link::before {
		width: 83.5px;
		height: 70px;
	}

	.page-header__title {
		margin-top: 59px;
		font-size: 24px;
		line-height: 29px;
	}
}

@media (min-width:1200px) {
	.page-header__wrapper {
		padding-top: 57px;
		padding-bottom: 65px;
	}

	.page-header__wrapper--widget {
		padding-bottom: 45px;
	}
}

.header {
	position: relative;
	background-color: #edf7fe;
}

.header__wrapper {
	max-width: 1440px;
	min-height: 480px;
	padding: 50px 0 90px;
	box-sizing: border-box;
}

.header__text {
	max-width: 870px;
	margin: 45px auto 0;
	padding: 0 30px;
	font-size: 15px;
	line-height: 24px;
	text-align: center;
	letter-spacing: -.306667px;
	font-weight: 300;
}

@media (max-width:768px) {
	.header--order {
		display: none;
	}

	.header__wrapper {
		padding: 30px 0 239px;
	}

	.header__text {
		margin: 44px 0 0;
		padding: 0 10px;
		font-size: 14px;
		line-height: 24px;
		letter-spacing: -.286222px;
	}
}

.page-main {
	position: relative;
	width: 100%;
	margin: 0 auto;
}

.page-main__article {
	width: 100%;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-pack: start;
	justify-content: flex-start;
	box-sizing: border-box;
	padding-right: 15px;
	padding-left: 15px;
}

.page-main__article--widget {
	padding-top: 35px;
	padding-bottom: 61px;
	background-color: #edf7fe;
}

.page-main__article--script {
	padding-top: 39px;
	padding-bottom: 31px;
	background-color: #fff;
}

.page-main__list-wrapper {
	padding-top: 27px;
}

.page-main__link {
	width: 220px;
	margin: 0 auto;
	padding: 14px 52px;
	font-family: "Stolzl","Arial",sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 17px;
	text-align: center;
	color: #6496dc;
	border: 2px solid #6496dc;
	box-sizing: border-box;
	border-radius: 30px;
	-webkit-transition: .3s;
	transition: .3s;
	cursor: pointer;
	outline: 0;
}

.page-main__link:hover {
	color: #fff;
	background-color: #6496dc;
	border: 2px solid #6496dc;
}

.page-main__list {
	width: 100%;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-pack: start;
	justify-content: flex-start;
	margin: 0 auto;
	text-indent: 18px;
	list-style-type: none;
}

.page-main__item,.page-main__text-footer {
	font-family: "Stolzl","Arial",sans-serif;
	font-weight: 300;
	color: #000;
}

.page-main__item {
	position: relative;
	margin-bottom: 14px;
	font-size: 14px;
	line-height: 21px;
	letter-spacing: -.286222px;
}

.page-main__item::before {
	content: "";
	position: absolute;
	display: block;
	top: 10px;
	left: 5px;
	width: 4px;
	height: 4px;
	background-color: #000;
	border-radius: 50%;
}

.page-main__text-footer {
	margin: 31px auto 10px;
	font-size: 15px;
	line-height: 24px;
	letter-spacing: -.306667px;
	text-align: left;
}

@media (min-width:768px) {
	.page-main {
		width: 100%;
		margin: 0 auto;
		display: -webkit-box;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-direction: row;
		-webkit-box-pack: justify;
		justify-content: space-between;
	}

	.page-main__article {
		padding: 40px 30px;
	}

	.page-main__item {
		font-size: 15px;
		line-height: 24px;
		letter-spacing: -.306667px;
	}
}

@media (min-width:1200px) {
	.page-main {
		padding-bottom: 60px;
	}

	.page-main__article {
		width: 38.75%;
		padding-bottom: 16px;
	}

	.page-main__article--widget {
		margin-right: 1.46%;
		margin-left: auto;
	}

	.page-main__article--script {
		margin-right: auto;
		margin-left: 1.46%;
		background-color: #edf7fe;
	}

	.page-main__list-wrapper {
		padding-top: 29px;
	}

	.page-main__link {
		padding: 20px 52px;
	}

	.page-main__item {
		font-size: 15px;
		line-height: 24px;
		letter-spacing: -.306667px;
		margin-bottom: 24px;
	}

	.page-main__text-footer {
		margin-top: 0;
	}
}

.page-footer {
	background-color: #fff;
}

.page-footer__wrapper {
	position: relative;
	padding: 39px 15px;
}

.page-footer__wrapper::before {
	z-index: 99;
	content: "";
	position: absolute;
	display: block;
	top: -1px;
	left: 20px;
	width: calc(100% - 40px);
	height: 1px;
	background-color: #dedede;
}

@media (min-width:993px) {
	.page-footer {
		width: 100%;
		margin: 0 auto;
	}

	.page-footer__wrapper {
		padding: 28px 20px 40px;
	}

	.page-footer__wrapper::before {
		left: 0;
		width: 100%;
		background-color: #dedede;
	}
}

@media (min-width:1200px) {
	.page-footer {
		width: 1000px;
		margin: 0 auto;
	}

	.page-footer__wrapper {
		padding: 28px 0 40px;
	}

	.page-footer__wrapper::before {
		left: 0;
		width: 100%;
		background-color: #dedede;
	}
}

.footer {
	/*margin-top: 90px;*/
}

.footer--pay {
	margin-top: auto;
}

.footer--order {
	margin-top: 85px;
}

@media (max-width:768px) {
	.footer {
		margin-top: 16px;
	}

	.footer--pay {
		margin-top: 46px;
	}

	.footer--order {
		margin-top: 31px;
	}
}

.footer-navigation,.footer-navigation__list {
	display: -webkit-box;
	display: flex;
	-webkit-box-direction: normal;
}

.footer-navigation {
	flex-wrap: wrap;
	width: 100%;
	-webkit-box-orient: horizontal;
	flex-direction: row;
	justify-content: space-around;
}

.footer-navigation__list {
	width: 145px;
	-webkit-box-orient: vertical;
	flex-direction: column;
	-webkit-box-pack: start;
	justify-content: flex-start;
	margin: 0 auto 10px;
}

.footer-navigation__list:nth-of-type(2n) {
	box-sizing: border-box;
	padding-left: 14px;
}

.footer-navigation__item {
	width: 100%;
	margin-bottom: 10px;
	font-family: "Stolzl","Arial",sans-serif;
	font-size: 8px;
	font-weight: 300;
	line-height: 9px;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	color: #6d7278;
}

.footer-navigation__item--appstore,.footer-navigation__item--googleplay {
	width: 92px;
}

.footer-navigation__link {
	font-family: "Stolzl","Arial",sans-serif;
	font-size: 8px;
	font-weight: 300;
	line-height: 9px;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	color: #6d7278;
}

.footer-navigation__link:link,.footer-navigation__link:visited {
	color: #6d7278;
}

.footer-navigation__link:hover {
	opacity: .7;
}

.footer-navigation__link--appstore,.footer-navigation__link--googleplay {
	position: relative;
	margin: 0 auto;
	width: 92px;
	height: 27.5px;
}

.footer-navigation__link--appstore::before,.footer-navigation__link--googleplay::before {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 92px;
	height: 27.3px;
	background-image: url(../img/svg/icon-gplay.svg);
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: 100%;
	border: 0;
}

.footer-navigation__link--appstore::before {
	background-image: url(../img/svg/icon-appstore.svg);
}

@media (min-width:768px) {
	.footer-navigation__list {
		width: 25%;
	}

	.footer-navigation__list--last {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-direction: row;
		flex-wrap: wrap;
	}

	.footer-navigation__list:nth-of-type(2n) {
		padding-left: 0;
	}

	.footer-navigation__item {
		font-size: 12px;
		line-height: 14px;
		-webkit-box-align: center;
		align-items: center;
		text-align: center;
	}

	.footer-navigation__item--googleplay {
		margin-left: auto;
	}

	.footer-navigation__link {
		font-size: 12px;
		line-height: 14px;
		-webkit-box-align: center;
		align-items: center;
		text-align: center;
	}

	.footer-navigation__link--appstore::before,.footer-navigation__link--googleplay::before {
		left: 0;
	}
}

@media (min-width:846px) {
	.footer-navigation__item--googleplay {
		margin-left: 20px;
	}
}

@media (min-width:993px) {
	.footer-navigation {
		-webkit-box-pack: justify;
		justify-content: space-between;
	}

	.footer-navigation__list {
		width: 23%;
		margin-right: 0;
		margin-left: 0;
	}

	.footer-navigation__list--last {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-direction: row;
		flex-wrap: wrap;
	}

	.footer-navigation__list:nth-of-type(3) {
		box-sizing: border-box;
		padding-left: 39px;
	}

	.footer-navigation__list:nth-of-type(4) {
		padding-left: 20px;
	}

	.footer-navigation__item {
		margin-bottom: 19px;
	}

	.footer-navigation__item--appstore {
		width: 92px;
	}

	.footer-navigation__item--googleplay {
		width: 92px;
		margin-left: 15px;
	}

	.footer-navigation__link {
		font-size: 12px;
		line-height: 14px;
		-webkit-box-align: center;
		align-items: center;
		text-align: center;
	}
}

@media (min-width:1200px) {
	.footer-navigation__list:nth-of-type(4) {
		padding-left: 31px;
	}
}

.goods {
	margin-bottom: 28px;
}

.goods__text,.goods__text-price {
	margin: 0;
	font-family: "Stolzl","Arial",sans-serif;
	font-size: 13px;
	line-height: 24px;
	letter-spacing: -.265778px;
	color: #000;
}

.goods__text {
	margin: 0 0 4px;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: -.286222px;
}

.goods__content,.goods__text-wrapper {
	display: -webkit-box;
	display: flex;
	-webkit-box-direction: normal;
}

.goods__content {
	box-sizing: border-box;
	margin: 0 auto;
	padding: 24px 3px 0 5px;
	width: 294px;
	-webkit-box-orient: horizontal;
	flex-direction: row;
	-webkit-box-pack: justify;
	justify-content: space-between;
}

.goods__text-wrapper {
	-webkit-box-orient: vertical;
	flex-direction: column;
	-webkit-box-pack: start;
	justify-content: flex-start;
	width: 50%;
}

.goods__image-wrapper {
	width: 286px;
	height: 319.5px;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
	background-color: #edf7fe;
}

.goods__image-wrapper--checkout {
	border: 3px solid #fff;
	box-shadow: 0 -5px 20px rgba(60,70,78,.103065);
	border-radius: 6px;
}

.goods__image {
	width: 100%;
	height: auto;
}

@media (min-width:600px) {
	.goods {
		margin-right: auto;
		margin-left: auto;
	}
}

@media (min-width:992px) {
	.goods {
		margin-right: 1.45vw;
		margin-left: 1.45vw;
	}

	.goods:nth-child(2n) {
		margin-right: 1.45vw;
		margin-left: 1.45vw;
	}

	.goods:nth-child(3n+1) {
		margin-left: auto;
		margin-right: 0;
	}

	.goods:nth-child(3n) {
		margin-left: 0;
		margin-right: auto;
	}

	.goods:last-child {
		margin-right: auto;
	}
}

@media (min-width:1200px) and (min-width:1440px) {
	.goods:nth-child(n) {
		margin-left: 1.45vw;
		margin-right: 1.45vw;
	}
}

@media (min-width:1200px) {
	.goods__image-wrapper {
		width: 358px;
		height: 400px;
		margin: 0 auto;
		padding: 0;
		box-sizing: border-box;
		background-color: #edf7fe;
	}

	.goods__content {
		width: 358px;
		padding-left: 0;
	}

	.goods__text-price {
		font-size: 16px;
		letter-spacing: -.327111px;
	}

	.goods__text {
		margin-bottom: 11px;
		font-size: 18px;
		letter-spacing: -.5px;
	}
}

.page-goods--widget {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-pack: start;
	justify-content: flex-start;
	width: 100%;
	box-sizing: border-box;
	padding-right: 13px;
	padding-left: 13px;
}

.page-goods__list--checkout,.page-goods__list--widget {
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	margin: -90px 0 0;
	position: relative;
}

.page-goods__list--widget {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	-webkit-box-pack: center;
	justify-content: center;
	width: 100%;
	margin: -90 auto 0;
	padding: 0 0 13px;
}

@media (min-width:1440px) {
	.page-goods__list {
		-webkit-box-pack: center;
		justify-content: center;
	}

	.page-goods__list--widget {
		padding-top: 0;
	}
}

@media (max-width:1200px) {
	.page-goods__list--checkout {
		-webkit-box-pack: center;
		justify-content: center;
	}

	.page-goods__list--widget {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-direction: row;
		-webkit-box-pack: justify;
		justify-content: space-between;
		width: 100%;
		margin: -90px auto 0;
	}
}

@media (max-width:992px) {
	.page-goods__list--widget {
		justify-content: space-around;
	}
}

@media (max-width:883px) {
	.page-goods__list--widget {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-direction: row;
		-webkit-box-pack: justify;
		justify-content: space-between;
		flex-wrap: wrap;
	}
}

@media (max-width:768px) {
	.page-goods__list--checkout {
		margin: -200px 0 0;
	}

	.page-goods__list--widget {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-direction: row;
		-webkit-box-pack: justify;
		justify-content: space-between;
		flex-wrap: wrap;
		margin: -200px auto 0;
	}
}

@media (max-width:600px) {
	.page-goods__list--widget {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		-webkit-box-pack: start;
		justify-content: flex-start;
		width: 100%;
		margin: -200 auto 0;
	}
}

.overlay {
	display: block;
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 100;
	background-color: rgba(8,30,47,.8);
}

.overlay--invis {
	display: none;
}

.popup-down__label .select-results__option {
	font-family: "Stolzl","Arial",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: -.327111px;
	color: #000;
}

.popup-down__label .select-results__option--highlighted {
	color: #6496dc;
	background-color: transparent;
}

.popup-down .select2-container {
	margin-top: 10px;
}

.select2-dropdown.select2-dropdown--below .select2-search--dropdown {
	display: none;
	padding: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	display: none;
}

.popup-down__label .select2-container--default .select2-selection--single .select2-selection__arrow b,.popup-down__label .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	content: "";
	position: absolute;
	display: block;
	width: 16px;
	height: 16px;
	top: 25px;
	left: -14px;
	background-image: url(../img/svg/icon-arrow-down.svg);
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: 100%;
	border: 0;
}

.popup-down__label .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	top: 19px;
}

#select .select2-selection.select2-selection--single:active,#select .select2-selection.select2-selection--single:hover,#select .select2-selection.select2-selection--single[aria-expanded=false]:active,#select .select2-selection.select2-selection--single[aria-expanded=true]:active,#select .select2.select2-container.select2-container--default.select2-container--below.select2-container--focus:active,#select .select2.select2-container.select2-container--default.select2-container--below.select2-container--open:active,.select2-container--default.select2-container--open.select2-container--below .select2-selection--single:active {
	outline: 0;
	border: 0;
	background-color: transparent;
}

.select2-container--default .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-dropdown--below,.select2-results__option,.select2-results__options,.select2-selection.select2-selection--single[aria-expanded=false] {
	border: 0;
}

#select2-widget-skin-container:hover,.select2-selection.select2-selection--single[aria-expanded=true] {
	outline: 0;
}

#select .select2-selection.select2-selection--single:focus {
	outline: 0;
	border: 0;
	background-color: transparent;
}

#select2-widget-skin-container {
	display: block;
	width: 480px;
	margin-top: 12px;
	padding-top: 19px;
	padding-bottom: 18px;
	padding-left: 18px;
	box-sizing: border-box;
	font-family: "Stolzl","Arial",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: -.327111px;
	color: #000;
	background-color: #edf7fe;
	border-radius: 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: 0;
}

#select2-widget-skin-container:focus {
	outline: 0;
}

#select2-widget-skin-container:active {
	outline: 0;
}

#select2-select-results .select2-results__options {
	overflow: hidden;
}

#select2-select-results .select2-results__option {
	width: 480px;
	box-sizing: border-box;
	font-family: "Stolzl","Arial",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: -.327111px;
	color: #000;
	background-color: #fff;
}

#select2-select-results .select2-results__option--highlighted {
	padding-top: 20px;
	padding-bottom: 20px;
}

.popup-down .select2-container--focus {
	background-color: transparent;
	margin-top: 10px;
}

.popup-down .select2-container--open {
	background-color: transparent;
}

.select2-container--open .select2-dropdown--below {
	border-radius: 0 0 4px 4px;
	margin-top: 27px;
	border: 2px solid #ebebeb;
}

@media (max-width:768px) {
	.select2-container--open .select2-dropdown--below {
		border-radius: 0 0 4px 4px;
		margin-top: 8px;
	}
}

.select2-selection.select2-selection--single[aria-expanded=true] #select2-widget-skin-container {
	margin-top: 0;
	padding-bottom: 25px;
}

@media (max-width:768px) {
	.select2-selection.select2-selection--single[aria-expanded=true] #select2-widget-skin-container {
		padding-bottom: 14px;
	}
}

.select2-selection.select2-selection--single[aria-expanded=false] #select2-widget-skin-container {
	margin-top: 0;
}

#select2-select-results .select2-results__option {
	padding: 18px 16px 20px;
}

@media (max-width:768px) {
	#select2-select-results .select2-results__option {
		padding: 9px 9px 10px;
	}
}

.select2-dropdown.select2-dropdown--below,.select2-dropdown.select2-dropdown--below:hover {
	outline: 0;
}

.select2-dropdown.select2-dropdown--below:focus {
	outline: 0;
}

.select2-dropdown.select2-dropdown--below:active,.selection,.selection:hover {
	outline: 0;
}

.selection:focus {
	outline: 0;
}

.select2-selection__rendered,.select2-selection__rendered:hover,.selection:active {
	outline: 0;
}

.select2-selection__rendered:focus {
	outline: 0;
}

.select2-selection.select2-selection--single,.select2-selection.select2-selection--single:hover,.select2-selection__rendered:active {
	outline: 0;
}

.select2-selection.select2-selection--single:focus {
	outline: 0;
}

.select2-selection.select2-selection--single:active {
	outline: 0;
}

.select2-container--default .select2-results>.select2-results__options {
	max-height: 200px;
	overflow: hidden;
}

@media (max-width:768px) {
	#select2-widget-skin-container {
		width: 100%;
		margin-top: 7px;
		padding: 9px 9px 10px;
		font-size: 12px;
		line-height: 16px;
		border-radius: 4px;
	}

	.popup-down__label .select2-container--default .select2-selection--single .select2-selection__rendered,.select2-container--default .select2-selection--single .select2-selection__rendered {
		width: 100%;
	}

	.select2-selection.select2-selection--single[aria-expanded=false] #select2-widget-skin-container {
		margin-top: 0;
		border-radius: 4px;
	}

	.popup-down__label .select2-container--default .select2-selection--single .select2-selection__arrow b {
		width: 13px;
		height: 13px;
		top: 14px;
		left: -1px;
	}

	.popup-down__label .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
		width: 13px;
		height: 13px;
		left: -1px;
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
		top: 10px;
	}

	#select2-select-results .select2-results__option {
		width: 100%;
		box-sizing: border-box;
		padding-top: b 9px;
		padding-right: 9px;
		padding-bottom: 10px;
		padding-left: 9px;
		font-family: "Stolzl","Arial",sans-serif;
		font-style: normal;
		font-weight: 400;
		font-size: 12px;
		line-height: 16px;
		letter-spacing: -.327111px;
		color: #000;
		background-color: #fff;
	}
}

.popup-down .select2-container--open {
	margin-top: 10px;
}

#select2-select-results .select2-results__option--highlighted {
	color: #6496dc;
	background-color: #fff;
}