﻿@charset "UTF-8";
.color_alt {
	color: #c6168d
}

.color_alt_2 {
	color: #ffcf00
}

.color_light {
	color: #797979
}

.c_h {
	color: #2b3542
}

::-webkit-input-placeholder {
	color: #3b3c3d
}

::-moz-placeholder {
	color: #3b3c3d
}

:-moz-placeholder {
	color: #3b3c3d
}

:-ms-input-placeholder {
	color: #3b3c3d
}

@font-face {
	font-family: Gilroy;
	src: url(fonts/Gilroy-ExtraBold.eot);
	src: url(fonts/Gilroy-ExtraBold.eot) format("embedded-opentype"), url(fonts/Gilroy-ExtraBold.woff2) format("woff2"), url(fonts/Gilroy-ExtraBold.woff) format("woff"), url(fonts/Gilroy-ExtraBold.ttf) format("truetype"), url(fonts/Gilroy-ExtraBold.svg) format("svg");
	font-weight: 800;
	font-style: normal
}

@font-face {
	font-family: Gilroy;
	src: url(fonts/Gilroy-Regular.eot);
	src: url(fonts/Gilroy-Regular.eot) format("embedded-opentype"), url(fonts/Gilroy-Regular.woff2) format("woff2"), url(fonts/Gilroy-Regular.woff) format("woff"), url(fonts/Gilroy-Regular.ttf) format("truetype"), url(fonts/Gilroy-Regular.svg) format("svg");
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: Gilroy;
	src: url(fonts/Gilroy-Light.eot);
	src: url(fonts/Gilroy-Light.eot) format("embedded-opentype"), url(fonts/Gilroy-Light.woff2) format("woff2"), url(fonts/Gilroy-Light.woff) format("woff"), url(fonts/Gilroy-Light.ttf) format("truetype"), url(fonts/Gilroy-Light.svg) format("svg");
	font-weight: 300;
	font-style: normal
}

@font-face {
	font-family: Gilroy;
	src: url(fonts/Gilroy-Medium.eot);
	src: url(fonts/Gilroy-Medium.eot) format("embedded-opentype"), url(fonts/Gilroy-Medium.woff2) format("woff2"), url(fonts/Gilroy-Medium.woff) format("woff"), url(fonts/Gilroy-Medium.ttf) format("truetype"), url(fonts/Gilroy-Medium.svg) format("svg");
	font-weight: 500;
	font-style: normal
}

.is-grid {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	list-style: none
}

.mw.alignleft {
	margin-right: 2em
}

.mw.alignright {
	margin-left: 2em
}

.mw.is-grid {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding: 0;
	list-style: none
}

@media (min-width:960px) {
	.mw.cols-2 .col {
		width: calc((100% / 2) - 32px)
	}
	.mw.cols-3 .col {
		width: calc((100% / 3) - 32px)
	}
	.mw.cols-4 .col {
		width: calc((100% / 4) - 32px)
	}
	.mw.cols-5 .col {
		width: calc((100% / 5) - 32px)
	}
	.mw.cols-6 .col {
		width: calc((100% / 6) - 32px)
	}
}


/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0;
}

h1 {
	font-size: 2em;
	margin: .67em 0
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

pre {
	font-family: monospace, monospace;
	font-size: 1em
}

a {
	background-color: transparent
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted
}

b,
strong {
	font-weight: bolder
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

img {
	border-style: none
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0
}

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

[type=button],
[type=reset],
[type=submit],
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 {
	padding: .35em .75em .625em
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal
}

progress {
	vertical-align: baseline
}

textarea {
	overflow: auto
}

[type=checkbox],
[type=radio] {
	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-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

details {
	display: block
}

summary {
	display: list-item
}

template {
	display: none
}

[hidden] {
	display: none
}

:focus {
	outline: 0
}

html {
	font-size: 16px
}

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #3b3c3d;
	font-family: Gilroy, sans-serif;
	font-weight: 400;
	font-size: 1em;
	line-height: 1.5;
	margin: 0;
	text-rendering: optimizeLegibility
}

button,
input,
optgroup,
select,
textarea {
	color: #3b3c3d;
	font-family: Gilroy, sans-serif;
	font-weight: 400;
	line-height: 1.5;
	text-rendering: optimizeLegibility
}

p {
	margin: 0;
	font-weight: 400
}

h1,
h2,
h3,
h4,
h5,
h6 {
	letter-spacing: -.02em;
	line-height: 1.2;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-wrap: break-word;
	hyphens: auto;
	font-family: Gilroy, sans-serif
}

strong {
	font-weight: 700
}

h1 {
	font-size: 2.85em
}

h2 {
	font-size: 2em
}

h3 {
	font-size: 1.25em
}

h4 {
	font-size: 1em
}

h5 {
	font-size: 1em
}

h6 {
	font-size: .8928571429em
}

.before_title,
.content .before_title {
	margin: 1.5em auto
}

@media only screen and (min-width:768px) {
	.before_title,
	.content .before_title {
		margin-bottom: 0
	}
}

blockquote {
	hyphens: auto;
	word-break: break-word
}

.w_400 {
	font-weight: 400
}

.w_600 {
	font-weight: 600
}

.w_700 {
	font-weight: 700
}

.w_900 {
	font-weight: 900
}

.up {
	text-transform: uppercase
}

html {
	box-sizing: border-box
}

*,
:after,
:before {
	box-sizing: inherit
}

body {
	background-color: #fff
}

a {
	transition: color 110ms ease-in-out;
	color: #c6168d
}

a:active,
a:hover {
	color: #98116c;
	outline: 0;
	text-decoration: none
}

a:focus {
	outline: thin;
	outline-style: dotted;
	text-decoration: underline
}

@media only screen and (min-width:1024px) {
	.content h1,
	.content h3,
	.content h4,
	.content h5,
	.content h6 {
		margin: calc(3 * 1rem) 0 1em
	}
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin: 1.5rem 0
}

@media only screen and (min-width:768px) {
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		display: inline-block
	}
}

@media only screen and (min-width:1024px) {
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		display: inherit
	}
}

@media only screen and (min-width:1024px) {
	h2 {
		margin: calc(3 * 1rem) 0
	}
	h2.sub_title {
		margin-top: -1rem
	}
}

hr {
	background-image: url(img/divided.svg);
	background-repeat: no-repeat;
	background-position: center center;
	border: 0;
	height: 32px;
	margin-bottom: 2em;
	margin-top: 1em
}

ol,
ul {
	padding-left: 1rem
}

ul {
	list-style: disc
}

ul ul {
	list-style-type: circle
}

ol {
	list-style: decimal
}

li {
	line-height: 1.5
}

li>ol,
li>ul {
	padding-left: 2rem
}

dt {
	font-weight: 700
}

dd {
	margin: 0 1rem 1rem
}

ul.marked {
	text-align: left
}

ul.marked li {
	list-style: none;
	position: relative;
	margin-bottom: 32px;
	padding-left: 40px;
	font-weight: 500
}

ul.marked li:before {
	content: '';
	position: absolute;
	left: 0;
	top: calc(50% - 16px);
	height: 32px;
	width: 21px;
	background-image: url(img/check.svg);
	-webkit-background-size: contain;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center
}

ol li {
	margin-bottom: 1em
}

img {
	height: auto;
	max-width: 100%;
	position: relative
}

figure {
	margin: 0
}

blockquote {
	border-left: 2px solid #c6168d;
	margin-left: 0;
	padding: 0 0 0 1rem
}

blockquote>p {
	margin: 0 0 1rem
}

blockquote cite {
	color: #797979
}

strong.author {
	display: block;
	margin-top: calc(2 * 1rem)
}

.price {
	font-size: 24px;
	display: block;
	font-weight: 800;
	line-height: .83
}

.price span.old {
	text-decoration: line-through;
	color: #c6168d
}

.timer_container .timer {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-weight: 700;
	color: #3b3c3d
}

.timer_container .timer * {
	margin-bottom: 0
}

.timer_container .timer .item-timer {
	display: flex;
	align-items: center
}

.timer_container .timer .item-timer * {
	margin-bottom: 0
}

.timer_container .timer .item-timer .dots {
	margin: 0 .5em
}

.timer_container .timer .hr:after {
	content: 'Ч'
}

.timer_container .timer .min:after {
	content: 'М'
}

.timer_container .timer .sec:after {
	content: 'С'
}

.popup {
	z-index: 3333;
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(51, 51, 51, .9);
	-webkit-animation: BackgroundGradient 4s ease infinite;
	animation: BackgroundGradient 4s ease infinite;
	background-size: 400% 400%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s
}

.popup .form-box {
	-webkit-box-shadow: none;
	box-shadow: none
}

.popup .form-box .button {
	margin: 0 auto
}

.popup.is-visible {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s
}

.popup-container {
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
	width: 90%;
	max-width: 300px;
	margin: 4em auto;
	background: #fff;
	text-align: center;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .2);
	box-shadow: 0 0 20px rgba(0, 0, 0, .2);
	-webkit-transform: translateY(-40px);
	transform: translateY(-40px);
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	-webkit-transition-duration: .3s;
	transition-duration: .3s
}

.popup-container .fw:after {
	display: none
}

.popup-container .fw form {
	background-color: transparent;
	box-shadow: none;
	border: none
}

.popup-container form {
	min-width: inherit;
	max-width: 256px;
	min-height: inherit
}

.popup-container form:before {
	display: none
}

.popup-container form h5 {
	font-size: 15px;
	font-weight: 700;
	text-align: center;
	color: #3b3c3d;
	margin-bottom: 16px
}

.popup-container form h5 br {
	display: block
}

.no-touch .cd-popup-container li:first-child a:hover {
	background-color: #fc8982
}

.popup-container li:last-child a {
	background: #b6bece;
	border-radius: 0 0 .25em 0
}

.no-touch .popup-container .cd-buttons li:last-child a:hover {
	background-color: #c5ccd8
}

.popup-container .popup-close {
	text-indent: -10000px;
	position: absolute;
	top: 8px;
	right: 8px;
	width: 30px;
	height: 30px;
	z-index: 100
}

.popup-container .popup-close::after,
.popup-container .popup-close::before {
	content: '';
	position: absolute;
	top: 12px;
	width: 14px;
	height: 3px;
	background-color: #000
}

.popup-container .popup-close::before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	right: 0;
	width: 20px;
	height: 1px
}

.popup-container .popup-close::after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	right: 0;
	width: 20px;
	height: 1px
}

.is-visible .popup-container {
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

@media only screen and (min-width:1170px) {
	.popup-container {
		margin: 8em auto
	}
}

.scw button {
	border: none;
	background: 0 0
}

.scw ul {
	padding: 0
}

.scw li {
	list-style: none
}

.scw li :last-child {
	margin-bottom: 0
}

.scc .next:before,
.scc .prev:before {
	content: '';
	display: block;
	width: 26px;
	height: 48px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center
}

@media only screen and (min-width:768px) {
	.scc .next:before,
	.scc .prev:before {
		width: 26px;
		height: 48px
	}
}

.scc {
	margin-top: 1em
}

.scc .prev:before {
	background-image: url(img/prev.svg)
}

.scc .next:before {
	background-image: url(img/next.svg)
}

#reviews {
	margin: 0 -1em
}

@media only screen and (min-width:768px) {
	#reviews {
		margin: 0 auto
	}
}

.scw li {
	max-width: 736px;
	padding: 1em;
	background: rgba(0, 0, 0, .47);
	margin: 1em 1.5em 2.5em;
	text-align: center
}

@media only screen and (min-width:1024px) {
	.scw li {
		margin: 2em auto 0;
		padding: 28.5px 54px 28.5px 48px;
		text-align: center;
		display: flex;
		flex-direction: row
	}
}

.scw figure {
	margin-bottom: 1em
}

@media only screen and (min-width:1024px) {
	.scw figure {
		min-width: 160px;
		margin-right: 1.5em
	}
}

.scw article p {
	font-size: 16px;
	line-height: 1.71
}

.scw article h5 {
	font-size: 16px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 0
}

.scw article h5 br {
	display: block
}

@media only screen and (min-width:768px) {
	.scw article h5 br {
		display: none
	}
}

@media only screen and (min-width:1024px) {
	.scw article h5 {
		text-align: left
	}
}

@media only screen and (min-width:1024px) {
	.scw article {
		text-align: left
	}
}

.scc {
	margin-bottom: 2em;
	text-align: center;
	z-index: 100
}

@media only screen and (min-width:1024px) {
	.scc {
		display: block;
		position: absolute;
		width: 100%;
		top: 31%;
		left: 0
	}
	.scc .next,
	.scc .prev {
		position: absolute
	}
	.scc .prev {
		left: 60px
	}
}

@media only screen and (min-width:1024px) and (min-width:1379px) {
	.scc .prev {
		left: 100px
	}
}

@media only screen and (min-width:1024px) {
	.scc .next {
		right: 60px
	}
}

@media only screen and (min-width:1024px) and (min-width:1379px) {
	.scc .next {
		right: 100px
	}
}

.table {
	display: grid;
	grid-template-columns: 1fr 2fr;
	font-size: 90%;
	background: #fff;
	margin-bottom: 4em;
	overflow: hidden;
	color: #3b3c3d;
	box-shadow: -10px 40px 100px 0 rgba(166, 177, 198, .23);
	border-radius: 16px
}

.table h5 {
	margin: 0;
	font-size: 11px;
	text-align: center;
	text-transform: uppercase
}

@media only screen and (min-width:768px) {
	.table h5 {
		font-size: 12px
	}
}

@media only screen and (min-width:768px) {
	.table {
		font-size: 90%
	}
}

@media only screen and (min-width:1024px) {
	.table {
		font-size: 100%;
		margin: 0
	}
}

.table .features {
	text-align: left;
	display: grid;
	font-weight: 700;
	z-index: 100
}

.table .features>div {
	padding: 0;
	height: 140px;
	display: flex;
	align-items: center;
	line-height: 1.5
}

.table .cols {
	text-align: left
}

.table .col {
	display: grid;
	max-width: 256px;
	text-align: center
}

.table .col div:first-child {
	font-weight: 700
}

@media only screen and (min-width:1024px) {
	.table .col {
		max-width: none
	}
}

.table.type_0 .col {
	background: linear-gradient(0deg, #202125 0, #3b3b43 100%)
}

.table.type_0 .col div {
	border-bottom: 1px solid #656464
}

.table.type_0 .col div:last-child {
	border-bottom: none
}

.table.type_1 {
	grid-template-columns: 50% 50%;
	padding: 10px
}

@media only screen and (min-width:768px) {
	.table.type_1 {
		grid-template-columns: 26% 74%;
		padding: 25px 0 0 38px
	}
}

.table.type_1 .features div {
	height: 78px
}

.table.type_1 .features div:first-child {
	border-bottom: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8
}

.table.type_1 .features div.param {
	border-right: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
	margin-left: 0
}

.table.type_1 .features div.param:last-child {
	border-bottom: none
}

.table.type_1 .col div:first-child {
	font-size: 14px;
	padding: 1em;
	height: 78px
}

.table.type_1 .col div {
	height: auto;
	min-height: 78px;
	color: #000;
	display: flex;
	align-items: center;
	justify-content: center;
	border-right: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8
}

.table.type_1 .col div:first-child {
	border-right: none;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: flex-start;
	padding: 24px 0 0
}

.table.type_1 .col div:last-child {
	border-bottom: none
}

.table.type_1 .col.other div {
	border-right: none
}

.table.type_1 img {
	max-width: 160px
}

.card {
	border-radius: 2em;
	box-shadow: 0 16px 24px 0 rgba(0, 0, 0, .07);
	background: #fff;
	padding: 1.5em;
	text-align: left;
	background: #c6168d
}

.cards {
	padding: 0
}

.cards h1,
.cards h2,
.cards h3,
.cards h5,
.cards h6 {
	margin: 0
}

.cards h5 {
	margin-bottom: .5em
}

.cards li {
	list-style: none;
	width: 100%
}

.cards li p {
	margin-bottom: 0
}

.cards figure img {
	display: block;
	margin: 0 auto
}

@media (min-width:320px) {
	.cards li:not(.in) {
		width: calc((100%) - calc(2* 1rem));
		margin: 0 auto calc(2* 1rem)
	}
}

@media (min-width:480px) {
	.cards li:not(.in) {
		width: calc((100% / 2) - calc(2* 1rem))
	}
}

@media only screen and (min-width:1024px) {
	.cards {
		text-align: center
	}
	.cards li:not(.in) {
		width: calc((100% / 4) - calc(2* 1rem))
	}
}

@media only screen and (min-width:1024px) {
	.cards.type_1 {
		margin: 4em -1em 0
	}
}

.cards.type_1 li {
	text-align: center
}

.cards.type_1 li figcaption {
	padding: 24px 8px 0
}

.cards.type_1 li figcaption p {
	font-size: 14px;
	line-height: 1.57
}

@media only screen and (min-width:768px) {
	.cards.type_1 li {
		width: calc((100% / 3) - calc(2 * 1rem))
	}
}

@media only screen and (min-width:1024px) {
	.cards.type_1 li {
		width: calc((100% / 5.5) - calc(2 * 1rem))
	}
}

@media only screen and (min-width:1024px) {
	.cards.type_2 {
		margin: 4em -1em 4.2em
	}
}

.cards.type_2 li {
	text-align: center
}

@media only screen and (min-width:768px) {
	.cards.type_2 li {
		width: calc((100% / 2) - calc(2 * 1rem))
	}
}

@media only screen and (min-width:1024px) {
	.cards.type_2 li {
		width: calc((100% / 5.5) - calc(2 * 1rem))
	}
}

@media only screen and (min-width:1024px) {
	.cards.type_3 {
		margin: 4em 0 2em
	}
}

.cards.type_3 li {
	text-align: center
}

@media only screen and (min-width:1024px) {
	.cards.type_3 li.other {
		margin-right: -10em
	}
}

@media only screen and (min-width:1379px) {
	.cards.type_3 li.other {
		margin-right: -15em
	}
}

@media only screen and (min-width:768px) {
	.cards.type_3 li {
		width: calc((100% / 2) - calc(2 * 1rem))
	}
}

@media only screen and (min-width:1024px) {
	.cards.type_3 li {
		width: calc((100% / 2) - calc(2 * 1rem))
	}
}

@media only screen and (min-width:1024px) {
	.cards.type_4 {
		margin: 4.2em -1em 0
	}
}

.cards.type_4 li {
	background-color: rgba(0, 0, 0, .47);
	padding: 32px;
	text-align: center
}

.cards.type_4 li figure.prime {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column
}

@media only screen and (min-width:1024px) {
	.cards.type_4 li figure.prime {
		flex-direction: row;
		align-items: flex-start;
		justify-content: center
	}
}

@media only screen and (min-width:1024px) {
	.cards.type_4 li figure.prime figure img {
		margin: 0
	}
}

.cards.type_4 li figure.prime figcaption {
	padding: 16px 0 0
}

@media only screen and (min-width:1024px) {
	.cards.type_4 li figure.prime figcaption {
		padding: 0 0 0 16px;
		text-align: left
	}
}

.cards.type_4 li figure.prime figcaption h5 {
	margin-top: 24px;
	margin-bottom: 24px;
	font-size: 24px
}

@media only screen and (min-width:1024px) {
	.cards.type_4 li figure.prime figcaption h5 {
		text-align: left
	}
}

@media only screen and (min-width:768px) {
	.cards.type_4 li {
		width: calc((100% / 1) - calc(2 * 1rem))
	}
}

@media only screen and (min-width:1024px) {
	.cards.type_4 li {
		width: calc((100% / 2) - calc(2 * 1rem))
	}
}

@media only screen and (min-width:1024px) {
	.cards.type_5 {
		margin: 4.3em -1em 0
	}
}

.cards.type_5 li {
	text-align: center
}

.cards.type_5 li figcaption {
	padding: 24px 0 0
}

.cards.type_5 li figcaption p {
	font-size: 14px
}

@media only screen and (min-width:768px) {
	.cards.type_5 li {
		width: calc((100% / 2) - calc(2 * 1rem))
	}
}

@media only screen and (min-width:1024px) {
	.cards.type_5 li {
		width: calc((100% / 3) - calc(2 * 1rem))
	}
}

@media only screen and (min-width:1024px) {
	.cards.type_6 {
		margin: 4.2em -1em 2em
	}
}

.cards.type_6 li {
	text-align: center
}

.cards.type_6 li figcaption {
	padding: 14px 0 0
}

@media only screen and (min-width:768px) {
	.cards.type_6 li {
		width: calc((100% / 2) - calc(2 * 1rem))
	}
}

@media only screen and (min-width:1024px) {
	.cards.type_6 li {
		width: calc((100% / 4) - calc(2 * 1rem))
	}
}

@media only screen and (min-width:1024px) {
	.cards.type_7 {
		margin: 4.2em -1em 4em
	}
}

.cards.type_7 li {
	text-align: center
}

@media only screen and (min-width:768px) {
	.cards.type_7 li {
		width: calc((100% / 2) - calc(2 * 1rem))
	}
}

@media only screen and (min-width:1024px) {
	.cards.type_7 li {
		width: calc((100% / 4) - calc(2 * 1rem))
	}
}

@media only screen and (min-width:1024px) {
	.c-2 {
		width: calc((100% / 12)*2 - calc(2* 1rem))
	}
}

@media only screen and (min-width:1024px) {
	.c-3 {
		width: calc((100% / 12)*3 - calc(2* 1rem))
	}
}

@media only screen and (min-width:1024px) {
	.c-4 {
		width: calc((100% / 12)*4 - calc(2* 1rem))
	}
}

@media only screen and (min-width:1024px) {
	.c-5 {
		width: calc((100% / 12)*5 - calc(2* 1rem))
	}
}

@media only screen and (min-width:1024px) {
	.c-6 {
		width: calc((100% / 12)*6 - calc(2* 1rem))
	}
}

@media only screen and (min-width:1024px) {
	.c-7 {
		width: calc((100% / 12)*7 - calc(2* 1rem))
	}
}

@media only screen and (min-width:1024px) {
	.c-8 {
		width: calc((100% / 12)*8 - calc(2* 1rem))
	}
}

@media only screen and (min-width:1024px) {
	.c-9 {
		width: calc((100% / 12)*9 - calc(2* 1rem))
	}
}

form {
	background: #fffefe;
	color: #3b3c3d;
	text-align: center;
	padding: 1.5rem;
	display: inline-block;
	width: 100%;
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .06)
}

form>* {
	display: block;
	margin-bottom: .5em
}

@media only screen and (min-width:1024px) {
	form>* {
		margin-bottom: .5em
	}
}

form>:first-child {
	margin-top: 0
}

form>:last-child {
	margin-bottom: 0
}

form input[type=submit] {
	width: 100%
}

.btn,
.button,
button:not(.next):not(.prev),
input[type=button],
input[type=reset],
input[type=submit] {
	transition: background 150ms ease-in-out;
	box-shadow: 0 7px 14px 0 rgba(198, 22, 141, .21);
	background-color: #c6168d;
	border: none;
	box-sizing: border-box;
	text-transform: none;
	color: #fff;
	line-height: normal;
	font-weight: 800;
	outline: 0;
	padding: 14.5px 28.5px;
	text-decoration: none;
	vertical-align: bottom;
	width: 100%;
	text-align: center;
	display: inline-block;
	font-size: 16px
}

@media only screen and (min-width:768px) {
	.btn,
	.button,
	button:not(.next):not(.prev),
	input[type=button],
	input[type=reset],
	input[type=submit] {
		width: auto
	}
}

.btn:hover,
.button:hover,
button:not(.next):not(.prev):hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
	background-color: #f533b6;
	color: #fff;
	cursor: pointer
}

.btn:visited,
.button:visited,
button:not(.next):not(.prev):visited,
input[type=button]:visited,
input[type=reset]:visited,
input[type=submit]:visited {
	color: #fff;
	text-decoration: none
}

.btn:focus,
.button:focus,
button:not(.next):not(.prev):focus,
input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus {
	background-color: #f533b6;
	color: #fff;
	outline: thin dotted;
	outline-offset: -4px
}

.btn.type_0,
.button.type_0,
button:not(.next):not(.prev).type_0,
input[type=button].type_0,
input[type=reset].type_0,
input[type=submit].type_0 {
	padding: 18px 6px;
	font-size: 14px
}

@media only screen and (min-width:768px) {
	.btn.type_0,
	.button.type_0,
	button:not(.next):not(.prev).type_0,
	input[type=button].type_0,
	input[type=reset].type_0,
	input[type=submit].type_0 {
		font-size: 16px;
		padding: 18px 42px
	}
}

input[type=color],
input[type=date],
input[type=datetime-local],
input[type=datetime],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=range],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
textarea {
	-webkit-backface-visibility: hidden;
	background: #fff;
	border: solid 1px #bfc3c4;
	box-sizing: border-box;
	outline: 0;
	padding: .89rem .89rem;
	-webkit-appearance: none;
	outline-offset: 0;
	width: 100%;
	text-align: center;
	font-size: 14px;
	font-weight: 500
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute!important;
	width: 1px;
	word-wrap: normal!important
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
	clip: auto!important;
	clip-path: none;
	color: #fff;
	display: block;
	font-size: 14px;
	font-size: .875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000
}

#content[tabindex="-1"]:focus {
	outline: 0
}

.alignleft {
	float: left;
	margin-right: 1rem
}

@media only screen and (min-width:768px) {
	.alignleft {
		margin-right: calc(2 * 1rem)
	}
}

.alignright {
	float: right;
	margin-left: 1rem
}

@media only screen and (min-width:768px) {
	.alignright {
		margin-left: calc(2 * 1rem)
	}
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto
}

.clear:after,
.clear:before,
.comment-content:after,
.comment-content:before,
.entry-content:after,
.entry-content:before,
.mw:after,
.mw:before,
.site-content:after,
.site-content:before,
.site-footer:after,
.site-footer:before,
.site-header:after,
.site-header:before {
	content: "";
	display: table;
	table-layout: fixed
}

.clear:after,
.comment-content:after,
.entry-content:after,
.site-content:after,
.site-footer:after,
.site-header:after {
	clear: both
}

body .content,
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
	text-align: center
}

@media only screen and (min-width:1024px) {
	body .content,
	body h1,
	body h2,
	body h3,
	body h4,
	body h5,
	body h6 {
		text-align: left
	}
}

body h1,
body h2 {
	font-weight: 300
}

body h3,
body h4,
body h5,
body h6 {
	font-weight: 800
}

body p {
	font-weight: 500
}

@media only screen and (min-width:1024px) {
	body .dc .content,
	body .dc h1,
	body .dc h2,
	body .dc h3,
	body .dc h4,
	body .dc h6 {
		text-align: center
	}
}

section {
	padding: 1px
}

.section_padding {
	padding: 32px 0
}

@media only screen and (min-width:768px) {
	.section_padding {
		padding: 1px 0
	}
}

@media only screen and (min-width:1024px) {
	.section_padding {
		padding: 64px 0
	}
}

.section_title {
	margin-top: 24px;
	margin-bottom: 32px;
	font-size: 42px
}

.section_title span {
	font-weight: 500
}

@media only screen and (min-width:768px) {
	.section_title {
		margin-top: 0;
		margin-bottom: 0
	}
}

.before_title {
	font-size: 24px;
	margin-top: 0;
	margin-bottom: 24px
}

#art2 {
	overflow: hidden
}

#art2 .section_title {
	margin-bottom: 32px
}

#art2 .section_title br {
	display: none
}

@media only screen and (min-width:1024px) {
	#art2 .section_title br {
		display: block
	}
}

@media only screen and (min-width:768px) {
	#art2 .section_title {
		margin-bottom: 0
	}
}

@media only screen and (min-width:1024px) {
	#art2 .section_title {
		margin-bottom: 64px
	}
}

#art2 figure {
	margin-top: 32px;
	margin-bottom: 40px
}

@media only screen and (min-width:768px) {
	#art2 figure {
		margin-top: 32px;
		width: 680px
	}
}

@media only screen and (min-width:1024px) {
	#art2 figure {
		margin-top: 0;
		width: 1240px
	}
}

@media only screen and (min-width:1379px) {
	#art2 figure {
		width: 1280px
	}
}

#art3 .section_title {
	margin-bottom: 32px
}

@media only screen and (min-width:768px) {
	#art3 .section_title {
		margin-bottom: 0
	}
}

@media only screen and (min-width:1024px) {
	#art3 .section_title {
		margin-bottom: 80px
	}
}

@media only screen and (min-width:1024px) {
	#art3 figure img {
		margin: 0
	}
}

#art3 p {
	margin-bottom: 0;
	margin-top: 17px
}

#art3 p.other {
	margin-top: 24px;
	font-weight: 800
}

#art4 .section_title {
	margin-bottom: 32px
}

@media only screen and (min-width:768px) {
	#art4 .section_title {
		margin-bottom: 0
	}
}

@media only screen and (min-width:1024px) {
	#art4 .section_title {
		margin-bottom: 64px
	}
}

@media only screen and (min-width:1024px) {
	#art4 h2,
	#art4 h3 {
		text-align: left
	}
}

#art4 figure {
	margin-bottom: 32px
}

@media only screen and (min-width:1024px) {
	#art4 figure {
		margin-bottom: 0
	}
}

#art4 .content p {
	line-height: 1.5
}

#art5 .section_title {
	margin-bottom: 24px
}

#art5 p br {
	display: none
}

@media only screen and (min-width:1024px) {
	#art5 p br {
		display: block
	}
}

#art6 .section_title {
	font-size: 40px
}

@media only screen and (min-width:768px) {
	#art6 .section_title {
		font-size: 42px
	}
}

#art7 h2.section_title {
	font-size: 35px
}

@media only screen and (min-width:768px) {
	#art7 h2.section_title {
		font-size: 42px
	}
}

@media only screen and (min-width:1024px) {
	#art7 h2.section_title {
		text-align: left;
		margin-bottom: 64px
	}
}

#art7 h4 {
	font-size: 24px;
	font-weight: 800;
	margin-top: 0;
	margin-bottom: 32px
}

#art7 a {
	margin-top: 32px;
	margin-bottom: 32px
}

@media only screen and (min-width:768px) {
	#art7 a {
		margin-top: 48px;
		margin-bottom: 0
	}
}

#art7 .first {
	margin-bottom: 32px
}

@media only screen and (min-width:1024px) {
	#art7 .first {
		margin-bottom: 0
	}
}

#art7 .scnd {
	margin-top: 32px
}

@media only screen and (min-width:1024px) {
	#art7 .scnd {
		margin-top: 0
	}
}

@media only screen and (min-width:1024px) {
	#art7 .mw:last-child {
		margin-top: 64px
	}
}

#art7 .other {
	margin-bottom: 0
}

@media only screen and (min-width:1024px) {
	#art8 .section_title {
		margin-bottom: 38px
	}
}

#art8 .section_title br {
	display: none
}

@media only screen and (min-width:1024px) {
	#art8 .section_title br {
		display: block
	}
}

#art8 .prime {
	margin-bottom: 32px
}

@media only screen and (min-width:1024px) {
	#art8 .prime {
		margin-bottom: 0
	}
}

#art8 .content figure {
	margin-bottom: 24px
}

#art9 .section_title {
	font-size: 34px;
}

@media only screen and (min-width:768px) {
	#art9 .section_title {
		font-size: 38px
	}
}

@media only screen and (min-width:1024px) {
	#art9 .section_title {
		text-align: left;
		margin-bottom: 64px
	}
}

#art9 figure {
	margin-bottom: 32px
}

@media only screen and (min-width:1024px) {
	#art9 figure {
		margin-bottom: 0
	}
}

@media only screen and (min-width:1024px) {
	#art11 .section_title {
		margin-bottom: 32px
	}
}

footer,
header {
	position: relative;
	overflow: hidden;
	display: block;
	padding: calc(3 * 1rem) 0
}

footer .mw:after,
footer .mw:before,
header .mw:after,
header .mw:before {
	display: none
}

footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
header h1,
header h2,
header h3,
header h4,
header h5 {
	margin: 0
}

footer .title,
header .title {
	grid-area: title;
	z-index: 100;
	text-align: center
}

@media only screen and (min-width:1024px) {
	footer .title,
	header .title {
		text-align: left;
		margin-bottom: 40px;
		margin-top: 20px
	}
}

footer .title h1,
header .title h1 {
	font-size: 32px;
	font-weight: 300
}

footer .title h1 br,
header .title h1 br {
	display: none
}

@media only screen and (min-width:1379px) {
	footer .title h1 br,
	header .title h1 br {
		display: block
	}
}

footer .logo,
header .logo {
	grid-area: logo;
	position: relative;
	margin: 0 auto
}

footer .logo .stick,
header .logo .stick {
	margin-top: 16px
}

footer .logo .stick p,
header .logo .stick p {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: center;
	font-weight: 300
}

@media only screen and (min-width:1024px) {
	footer .logo .stick p,
	header .logo .stick p {
		text-align: left
	}
}

@media only screen and (min-width:1024px) {
	footer .logo,
	header .logo {
		margin: 0
	}
	footer .logo img,
	header .logo img {
		margin: 0
	}
}

footer .logo2,
header .logo2 {
	grid-area: logo2;
	display: none
}

@media only screen and (min-width:1024px) {
	footer .logo2,
	header .logo2 {
		display: block;
		margin-bottom: 55px
	}
	footer .logo2 img,
	header .logo2 img {
		margin: 0
	}
}

footer .product,
header .product {
	grid-area: product;
	position: relative
}

@media only screen and (min-width:768px) {
	footer .product,
	header .product {
		margin: 0 0 2em
	}
}

@media only screen and (min-width:1024px) {
	footer .product,
	header .product {
		margin: 0 0 4em
	}
}

footer .product .sticker,
header .product .sticker {
	z-index: 100
}

@media only screen and (min-width:768px) {
	footer .product .sticker,
	header .product .sticker {
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%)
	}
}

footer .product img,
header .product img {
	z-index: 5
}

footer .form,
header .form {
	grid-area: form;
	z-index: 100
}

@media only screen and (min-width:1024px) {
	footer .form,
	header .form {
		min-width: 256px;
		margin-bottom: 3em
	}
}

footer .form h5,
header .form h5 {
	text-align: center;
	font-size: 14px;
	margin-bottom: 16px
}

footer .form .price,
header .form .price {
	margin-bottom: .5em
}

footer .form input[type=submit],
header .form input[type=submit] {
	margin-bottom: 1em
}

footer .list,
header .list {
	grid-area: list;
	margin-bottom: 0;
	position: relative;
	z-index: 10
}

@media only screen and (min-width:768px) {
	footer .list,
	header .list {
		background: 0 0;
		padding: 0
	}
}

@media only screen and (min-width:1024px) {
	footer .list,
	header .list {
		margin-top: 0;
		margin-bottom: 5em;
		z-index: 10;
		margin-left: 16px
	}
}

footer .list li,
header .list li {
	margin-bottom: 24px;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.57
}

footer .list li:last-child,
header .list li:last-child {
	margin-bottom: 0
}

footer .mw,
header .mw {
	display: grid;
	align-items: center;
	grid-gap: 1rem;
	grid-template-columns: 1fr;
	grid-template-areas: "logo" "title" "product" "list" "form"
}

@media only screen and (min-width:768px) {
	footer .mw,
	header .mw {
		grid-template-columns: 1fr 1fr;
		grid-template-areas: "logo logo" "title title" "product product" "form list"
	}
}

@media only screen and (min-width:1024px) {
	footer .mw,
	header .mw {
		grid-template-columns: 1fr 1fr 1fr 1fr;
		grid-template-areas: "logo2 logo2 logo logo" "product product title title" "product product form list" "product product form list"
	}
}

section .logo {
	margin-top: 2em
}

.content>h3,
.content>h4 {
	margin-top: 0
}

.dc {
	text-align: center
}

br {
	line-height: 0;
	display: none
}

@media only screen and (min-width:768px) {
	br {
		display: block
	}
}

.mw {
	max-width: 1156px;
	margin: 0 1rem;
	position: relative
}

@media only screen and (min-width:768px) {
	.mw {
		margin: calc(3 * 1rem) calc(10% + 10px)
	}
}

@media only screen and (min-width:1024px) {
	.mw {
		margin: 0 auto;
		padding: 0 1rem
	}
}

.col {
	margin: 0 auto
}

.content p {
	margin-bottom: calc(1.5 * 1rem)
}

.content>:last-child {
	margin-bottom: 0
}

embed,
iframe,
object {
	max-width: 100%
}

.video {
	margin: 0 auto 1em;
}

.video .video_block,
.video iframe {
	display: block;
	width: 100%;
	height: calc(100vh/2);
	position: relative;
	overflow: hidden;
	background: #ccc;
}

.video_block .youtube{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media only screen and (min-width:768px) {
	.video .video_block,
	.video iframe {
		width: 551px;
		height: 262px
	}
}

@media only screen and (min-width:1024px) {
	.video {
		margin: 0
	}
}

@media only screen and (max-width:768px) {
	.video .video_block,
	.video iframe {
		width: 280px;
		height: 200px !important;
	}
}

.custom-logo-link {
	display: inline-block
}

svg {
	transition: fill 120ms ease-in-out;
	fill: currentColor
}

.mid {
	top: 50%;
	transform: translateY(-50%)
}

.center {
	left: 50%;
	transform: translateX(-50%)
}

.dude {
	bottom: 0;
	width: 408px;
	min-height: 332px;
	position: relative
}

@media only screen and (min-width:1024px) {
	.dude {
		position: absolute
	}
}

.video .video_block,
.video iframe {
	height: 260px
}

@media only screen and (min-width:1024px) {

	.video .video_block,
	.video iframe {
		margin: 0 auto;
		width: 100%;
		height: 276px
	}
}

.cover {
	-webkit-background-size: cover;
	background-size: cover
}

.invert {
	color: #fff
}

.text__color-inversion {
	color: #fff
}

.bg_1,
.bg_10,
.bg_11,
.bg_12,
.bg_13,
.bg_14,
.bg_15,
.bg_16,
.bg_2,
.bg_3,
.bg_4,
.bg_5,
.bg_6,
.bg_7,
.bg_8,
.bg_9,
.bg_header {
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center
}

.bg_header {
	background-image: url(img/h-bg.jpg)
}

.bg_1 {
	background-image: url(img/a1-bg.png)
}

.bg_3 {
	background-image: url(img/a3-bg.jpg)
}

.bg_4,
.bg_9 {
	background-color: #fafafa
}

.bg_6 {
	background-image: url(img/a6-bg.jpg)
}

.bg_8 {
	background-image: url(img/a8-bg.jpg)
}

.bg_11 {
	background-image: url(img/a11-bg.jpg)
}

.bg_12 {
	background-image: url(img/a12-bg.png)
}



.form-control {
	-webkit-backface-visibility: hidden;
	background: #fff;
	border: solid 1px #bfc3c4;
	box-sizing: border-box;
	outline: 0;
	padding: .89rem .89rem;
	-webkit-appearance: none;
	outline-offset: 0;
	width: 100%;
	text-align: center;
	font-size: 14px;
	font-weight: 500;
}


.copyr{
	text-align: center;
	padding: 20px 0;
	font-size: 15px;
}
.copyr a{
	display: inline-block;
	margin: 5px;
}