* {
	box-sizing: border-box
}

h2,
p,
ul,
ul li {
	margin: 0;
	padding: 0
}

img {
	width: 100%
}

ul li {
	list-style: none
}

body {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
    min-width: 320px;
}

@keyframes pulse {
	to {
		box-shadow: 0 0 0 45px rgba(232, 76, 61, 0)
	}
}



.wrapper {
	display: block;
	width: 100%;
	max-width: 960px;
	margin: 0 auto
}

p {
	font-family: "Lato", sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 29px;
	margin-bottom: 10px;
	color: #000
}

p.img-caption {
	max-width: 640px;
	width: 100%;
	margin: 0 auto;
	margin-top: -30px;
	margin-bottom: 40px;
	text-align: center;
}

.menu {
	display: flex;
	flex-direction: row;
	align-items: center;
	background: #8903ab
}

.content {
	padding: 30px 50px
}

.title {
	font-family: "Roboto Condensed", sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 38px;
	line-height: 46px;
	color: #000;
	text-align: center
}

.post-date {
	font-family: "Lato", sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 31px;
	position: relative;
	display: inline-block;
	text-transform: uppercase;
	color: #000;
	margin-top: 30px
}

.content .image {
	display: block;
	margin: 40px auto;
	border: 4px solid #8903ab
}

.content .image.horizontal {
	width: 100%;
}

.content .image.vertical {
	width: 100%;
	max-width: 410px
}

a {
	cursor: pointer;
	color: #8903ab;
	text-decoration: underline
}

@media screen and (max-width: 1150px) {
	.menu {
		display: none
	}
}

@media screen and (max-width: 600px) {
	.content {
		padding: 30px 15px
	}

	.post-date {
		font-weight: 300;
		font-size: 14px;
		line-height: 25px
	}

	.content .image.horizontal,
	.content .image.vertical {
		max-width: 100%
	}

	.content .image {
		margin: 35px auto;
		border-top: 4px solid #8903ab
	}

	p {
		font-size: 18px;
		line-height: 32px;
		letter-spacing: -.02em
	}
}

* {
	margin: 0;
	padding: 0
}

body {
	font-size: 18px;
	font-family: Helvetica, Arial, sans-serif;
	color: #000;
	background: #f7f7f7
}

a {
	color: #1697ce
}

a:hover {
	color: #b0493b
}

a img {
	border: medium none
}

a:focus {
	outline: medium none
}

h2 {
	font-size: 22px;
	font-weight: 400
}

img {
	max-width: 100%
}

@media screen and (max-width: 1020px) {

	body img {
		max-width: 100%
	}
}

@media screen and (max-width: 420px) {

	body img {
		max-width: 100%
	}
}

p i {
	margin-top: 5px
}

:root {
	--color_base: #fff;
	--color_primary: #3a4752;
	--color_secondary: #333;
	--color_red: red;
	--color_border: #ddd;
	--color_input: #f2f2f2;
	--color_btn: #388e3c;
	--color_btn_hover: #2bac31;
	--color_green: #d9ead3;
	--color_yellow: #fff2cc;
	--color_dark: #f3f3f3;
	--color_comments_priamry: #9faeb5;
	--color_comments_secondary: #eeee;
	--color_comments_text: #414141;
	--color_comments_hover: #5f95ad
}

.order__input:focus-visible {
	outline: none !important;
	outline-offset: 0 !important
}

.comments {
	position: relative !important;
	margin: 0 !important;
	margin-bottom: 30px !important;
	box-sizing: border-box !important
}

.comments>* {
	box-sizing: border-box !important
}

.comments__header {
	position: relative !important;
	display: flex !important;
	justify-content: space-between !important;
	align-items: center !important;
	gap: 5px !important;
	margin: 0 0 30px 0 !important;
	padding: 0 0 !important;
	box-sizing: border-box !important;
	-webkit-box-align: center !important;
	-webkit-box-pack: justify !important;
	-ms-flex-align: center !important;
	-ms-flex-pack: justify !important
}

.comments__header::before {
	content: "" !important;
	position: absolute !important;
	bottom: 0 !important;
	left: 0 !important;
	z-index: 0 !important;
	width: 100% !important;
	height: 2px !important;
	background-color: var(--color_comments_secondary) !important
}

.comments__left-box {
	position: relative !important;
	z-index: 1 !important;
	display: flex !important;
	justify-content: space-between !important;
	align-items: center !important;
	gap: 5px !important;
	padding: 10px 0 !important;
	border-bottom: 2px solid var(--color_comments_priamry) !important;
	-webkit-box-align: center !important;
	-webkit-box-pack: justify !important;
	-ms-flex-align: center !important;
	-ms-flex-pack: justify !important
}

.comments__header-count {
	margin: 0 !important;
	padding: 0 !important;
	font-size: 20px !important;
	font-weight: 700 !important;
	color: var(--color_comments_text) !important;
	box-sizing: border-box !important
}

.comments__header-title {
	margin: 0 !important;
	padding: 0 !important;
	font-size: 20px !important;
	font-weight: 700 !important;
	text-transform: capitalize !important;
	color: var(--color_comments_text) !important;
	box-sizing: border-box !important
}

.comments__right-box {
	position: relative !important;
	z-index: 1 !important;
	display: flex !important;
	justify-content: space-between !important;
	align-items: center !important;
	gap: 25px !important;
	padding: 10px 0 !important;
	-webkit-box-align: center !important;
	-webkit-box-pack: justify !important;
	-ms-flex-align: center !important;
	-ms-flex-pack: justify !important
}

.comments__right-box>a {
	box-shadow: none !important
}

.comments__item-list {
	display: flex !important;
	flex-flow: column !important;
	gap: 30px !important;
	-webkit-box-direction: normal !important;
	-webkit-box-orient: vertical !important
}

.comments__item {
	display: flex !important;
	flex-flow: column !important;
	gap: 10px !important;
	-webkit-box-direction: normal !important;
	-webkit-box-orient: vertical !important
}

.comments__item.ans {
	padding-left: 40px;
}

.comments__item-header {
	display: flex !important;
	gap: 15px !important
}

.comments__item-avatar {
	width: 60px !important;
	height: 60px !important;
	min-width: 60px !important;
	min-height: 60px !important;
	margin: 0 !important;
	border-radius: 100% !important;
	object-fit: cover !important
}

.comments__item-info {
	display: flex !important;
	flex-flow: column !important;
	gap: 7px !important;
	-webkit-box-direction: normal !important;
	-webkit-box-orient: vertical !important
}

.comments__item-name {
	margin: 0 !important;
	padding: 0 !important;
	font-size: 20px !important;
	font-weight: 600 !important;
	text-align: left !important;
	text-transform: capitalize !important;
	line-height: 1 !important;
	color: var(--color_comments_text) !important
}

.comments__item-data {
	margin: 0 !important;
	padding: 0 !important;
	font-size: 15px !important;
	font-weight: 500 !important;
	text-align: left !important;
	text-transform: initial !important;
	line-height: 1 !important;
	color: var(--color_comments_priamry) !important
}

.comments__item-data-now {
	color: #29bb0c !important
}

.comments__item-body {
	display: flex !important;
	flex-flow: column !important;
	gap: 15px !important;
	-webkit-box-direction: normal !important;
	-webkit-box-orient: vertical !important
}

.comments__item-body img.comm-img {
	max-width: 400px;
}

.comments__item-content {
	margin: 0 !important;
	padding: 0 !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	text-align: left !important;
	text-transform: initial !important;
	color: var(--color_comments_text) !important
}

.comments__item-footer {
	display: flex !important;
	justify-content: space-between !important;
	align-items: center !important;
	-webkit-box-align: center !important;
	-webkit-box-pack: justify !important;
	-ms-flex-align: center !important;
	-ms-flex-pack: justify !important
}

.comments__item-replay {
	margin: 0 !important;
	font-size: 18px !important;
	font-weight: 400 !important;
	text-decoration: none !important;
	text-transform: initial !important;
	color: var(--color_comments_priamry) !important;
	transition: all .2s ease-in-out !important;
	box-shadow: none !important
}

.comments__item-replay:hover {
	color: var(--color_comments_hover) !important
}

.comments__item-grade {
	display: flex !important;
	align-items: center !important;
	gap: 15px !important;
	-webkit-box-align: center !important;
	-ms-flex-align: center !important
}

@media all and (min-width: 576px) {
	.comments__item-name {
		margin: 0 !important;
		padding: 0 !important;
		font-size: 22px !important;
		font-weight: 600 !important;
		color: var(--color_comments_text) !important
	}

	.comments__item-data {
		margin: 0 !important;
		padding: 0 !important;
		font-size: 16px !important;
		font-weight: 500 !important;
		text-align: left !important;
		color: var(--color_comments_priamry) !important
	}

	.comments__item-content {
		margin: 0 !important;
		padding: 0 !important;
		font-size: 18px !important;
		font-weight: 400 !important;
		color: var(--color_comments_text) !important
	}

	.comments__item-footer {
		display: flex !important;
		justify-content: space-between !important;
		align-items: center !important;
		max-width: 350px !important;
		-webkit-box-align: center !important;
		-webkit-box-pack: justify !important;
		-ms-flex-align: center !important;
		-ms-flex-pack: justify !important
	}
}

@media all and (min-width: 768px) {
	.comments__header {
		position: relative !important;
		display: flex !important;
		justify-content: space-between !important;
		align-items: center !important;
		gap: 5px !important;
		margin: 0 0 50px 0 !important;
		padding: 0 0 !important;
		box-sizing: border-box !important;
		-webkit-box-align: center !important;
		-webkit-box-pack: justify !important;
		-ms-flex-align: center !important;
		-ms-flex-pack: justify !important
	}

	.comments__item-name {
		margin: 0 !important;
		padding: 0 !important;
		font-size: 22px !important;
		font-weight: 600 !important;
		color: var(--color_comments_text) !important
	}

	.comments__item-data {
		margin: 0 !important;
		padding: 0 !important;
		font-size: 16px !important;
		font-weight: 500 !important;
		text-align: left !important;
		color: var(--color_comments_priamry) !important
	}

	.comments__item-content {
		margin: 0 !important;
		padding: 0 !important;
		font-size: 18px !important;
		font-weight: 400 !important;
		color: var(--color_comments_text) !important
	}

	.comments__item-footer {
		display: flex !important;
		justify-content: space-between !important;
		align-items: center !important;
		max-width: 350px !important;
		-webkit-box-align: center !important;
		-webkit-box-pack: justify !important;
		-ms-flex-align: center !important;
		-ms-flex-pack: justify !important
	}
}

@media all and (min-width: 992px) {
	.comments__header-count {
		margin: 0 !important;
		padding: 0 !important;
		font-size: 22px !important;
		font-weight: 700 !important;
		text-align: left !important;
		color: var(--color_comments_text) !important;
		box-sizing: border-box !important
	}

	.comments__header-title {
		margin: 0 !important;
		padding: 0 !important;
		font-size: 22px !important;
		font-weight: 700 !important;
		color: var(--color_comments_text) !important;
		box-sizing: border-box !important
	}

	.comments__item-name {
		margin: 0 !important;
		padding: 0 !important;
		font-size: 24px !important;
		font-weight: 600 !important;
		color: var(--color_comments_text) !important
	}

	.comments__item-data {
		margin: 0 !important;
		padding: 0 !important;
		font-size: 18px !important;
		font-weight: 500 !important;
		color: var(--color_comments_priamry) !important
	}

	.comments__item-content {
		margin: 0 !important;
		padding: 0 !important;
		font-size: 20px !important;
		font-weight: 400 !important;
		color: var(--color_comments_text) !important
	}

	.comments__item-footer {
		display: flex !important;
		justify-content: space-between !important;
		align-items: center !important;
		max-width: 350px !important;
		-webkit-box-align: center !important;
		-webkit-box-pack: justify !important;
		-ms-flex-align: center !important;
		-ms-flex-pack: justify !important
	}
}

.my-btn {
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
	width: fit-content !important;
	margin: 0 auto 15px !important;
	padding: 15px 30px !important;
	border-radius: 10px !important;
	font-size: 22px !important;
	font-weight: 500 !important;
	text-align: center !important;
	text-decoration: none !important;
	text-transform: uppercase !important;
	color: var(--color_base) !important;
	background-color: #fa3d3d !important;
	transition: all .2s ease-in 0s !important;
	-webkit-box-align: center !important;
	-webkit-box-pack: center !important;
	-ms-flex-align: center !important;
	-ms-flex-pack: center !important;
    width: 100% !important;
    max-width: 250px !important;
}

.my-btn:hover {
	color: var(--color_base) !important;
	background-color: #f52b2b !important;
	transform: scale(1.1) !important
}

.quiz_wrap * {
	font-family: 'Montserrat'
}

.quiz_wrap {
	position: relative;
	margin: 20px auto;
	max-width: 344px;
	width: 100%;
	border-radius: 10px;
	background: linear-gradient(180deg, #adfbb9 0%, #e4fbad 100%), #e4fbad;
	overflow: hidden
}

.quiz_header {
	background: linear-gradient(180deg, #8840c0 0%, #5a1784 71.67%);
	position: relative
}

.quiz_header:after {
	content: ' ';
	display: block;
	position: absolute;
	bottom: -27px;
	background: 0 0 / 100% 100% url("quiz_header-bg.png") no-repeat;
	height: 27px;
	width: 100%
}

.quiz_title {
	padding-top: 20px;
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 135%;
	text-align: center;
	color: #fff
}

.quiz_title span {
	color: #f64777;
	display: block;
	margin-top: 5px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .7);
	font-weight: 800;
	font-size: 22px;
	line-height: 135%
}

.order_title {
	display: none;
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 135%;
	text-align: center;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .7);
	padding-top: 17px
}

.order_title span {
	color: #e4fbad;
	font-size: 20px;
	display: block;
	margin-top: 4px
}

.quiz_question {
	display: flex;
	align-items: center;
	margin: 48px 18px 20px;
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 133%;
	color: #000
}

.quiz_question div {
	display: flex
}

.quiz_question div span {
	display: block;
	padding-right: 8px
}

.quiz_options {
	margin: 0 34px
}

.quiz_option {
	position: relative;
	padding-left: 40px;
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 21px;
	line-height: 135%;
	cursor: pointer;
	color: #7931b1
}

.quiz_option:before {
	-webkit-transition: .2s all;
	transition: .2s all;
	content: ' ';
	display: block;
	background: #fff;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	border: 1px solid #959595;
	position: absolute;
	left: 0;
	top: -2px
}

.quiz_option:after {
	-webkit-transition: .2s all;
	transition: .2s all;
	content: ' ';
	display: block;
	background: #7931b1;
	height: 14px;
	width: 14px;
	border-radius: 50%;
	position: absolute;
	left: 5px;
	top: 3px;
	opacity: 0
}

.quiz_option:hover:before {
	border: 1px solid #7931b1
}

.quiz_option:hover:after {
	opacity: 1
}

.quiz_nums {
	padding: 0 32px;
	width: 100%;
	display: flex;
	justify-content: space-between;
    position: relative;
}

.quiz_num {
	-webkit-transition: 1s all;
	transition: 1s all;
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 100%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	width: 44px;
	height: 44px;
	background: #e5d2f2;
	border: 1px solid #fff;
	color: #9747ff
}

.quiz_num span {
	-webkit-transition: 1s all;
	transition: 1s all;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 34px;
	width: 34px;
	background: #fff;
	border-radius: 50%
}

.quiz_num.active {
	background: #e5d2f2;
	border: 1px solid #a260d4
}

.quiz_num.active span {
	background: linear-gradient(180deg, #962dd8 0%, #ad74da 100%), #f64777;
	color: #fff
}

.quiz_nums:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	width: calc(100% - 64px);
	height: 1px;
	background: #a260d4
}

.quiz_footer {
	width: 100%;
	padding: 20px;
	color: #000;
	text-align: center;
	font-weight: 400;
	font-size: 14px;
	line-height: 17px
}

.quiz_footer span {
	font-weight: bold;
	color: #5a1784
}

.quiz_step {
	transition: .5s all;
	display: none;
	opacity: 0;
	margin-top: -7px
}

.quiz_step.active {
	opacity: 1;
	margin-top: 0
}

.quiz_timer {
	margin-top: 39px;
	text-align: center;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	color: #000
}

.quiz_timer div {
	margin-top: 4px;
	font-style: normal;
	font-weight: 600;
	font-size: 22px;
	line-height: 27px;
	text-align: center;
	color: #f64777;
	text-align: center
}

.quiz_timer span {
	display: inline-block;
	width: 32px
}

.quiz_prices {
	margin-top: 16px;
	margin-bottom: 12px;
	text-align: center
}

.quiz_prices .quiz_oldprice {
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	text-align: center;
	text-decoration-line: line-through;
	color: #000
}

.quiz_prices .quiz_newprice {
	margin-top: 4px;
	font-style: normal;
	font-weight: 700;
	font-size: 22px;
	line-height: 27px;
	text-align: center;
	letter-spacing: .05em;
	text-transform: uppercase;
	color: #5a1784
}

.quiz_form form {
	width: 280px;
	margin: 0 auto
}

.quiz_form form input {
	line-height: 48px;
	padding-left: 24px;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	display: block;
	background: #fff;
	border: 1px solid #5a1784;
	border-radius: 24px;
	width: 100%;
	margin-bottom: 16px;
	position: relative
}

.quiz_form form button {
	text-transform: uppercase;
	margin-top: 24px;
	border-radius: 24px;
	height: 48px;
	display: block;
	text-align: center;
	width: 100%;
	background: #f64777;
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 48px;
	letter-spacing: .03em;
	border: none;
	color: #fff;
	cursor: pointer
}

@media (max-width: 360px) {

	.quiz_options {
		margin: 0 14px
	}
}

.quiz_option.active:before {
	animation: radial-pulse .5s
}

@keyframes radial-pulse {
	0% {
		box-shadow: 0 0 1px 2px #7931B1;
		;
	}

	100% {
		box-shadow: 0 0 4px 5px rgba(0, 0, 0, 0);
	}
}

html,
body {
	overflow-x: hidden
}

.content p {
	font-size: 20px;
	margin-bottom: 15px
}

.content li {
	font-size: 20px
}

.wrapper {
	max-width: 860px
}

input {
	outline: none
}

@media screen and (max-width: 600px) {
	.title {
		font-size: 24px;
		line-height: 30px
	}
}

.content .image {
	border: 0
}

@media screen and (max-width: 480px) {
	.content {
		padding-top: 10px
	}
}

.quiz_form form input {
    line-height: 0px !important;
}

a {
    color: #8903ab;
    background-color: transparent;
}
a:hover {
    color: #8903ab;
}

p {
    font-family: "Lato", sans-serif !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-size: 20px;
    line-height: 32px !important;
    margin-bottom: 10px !important;
    color: #000 !important;
}

.content p {
    font-size: 20px;
    margin-bottom: 15px;
}

.tet {
   padding: 10px;
    border-left: 7px solid #8903ab;
    border-top: none;
    border-right: none;
    border-bottom: none;
    font-style: italic;
}
@media (max-width: 768px){
    .content{
    padding-top: 30px !important;
}
     body img {
    max-width: 10000px !important;
}
}




@media (min-width: 768px){

    .content{background: #fff;
    margin: 0 auto;
    width: 100%;
        max-width: 960px;
    padding-top: 35px;
}
    
} 
    
    .post-date {

    margin-top: 0px !important;
}

@import url("css.css");

header,section {
    display: block
}

body {
    line-height: 1
}

ul {
    list-style: none
}

* {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

body,html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body {
    font-family: Open Sans,sans-serif;
    overflow-anchor: none
}

:root {
    --base-horisontal-gitter: 10px;
    --base-vertical-gitter: 10px;
    --max-middle-wrapper-width: 1160px;
    --max-big-wrapper-width: 1440px;
    --tablet-edge: 768px;
    --desktop-edge: 1024px;
    --turquoise-blue: #00a5cf;
    --black: #1b1b1b;
    --module-color: #fbed21;
    --brownish-grey: #5a5a5a;
    --very-light-pink: #f2f2f2;
    --salmon: #ff6b6b;
    --menu-hover-link-color: var(--turquoise-blue)
}

@media screen and (min-width: 768px) {
    :root {
        --base-horisontal-gitter:20px
    }
}

:root {
    --x-pad: 20px
}

:root {
    --mobile-menu-title-height: calc(10*var(--base-vertical-gitter));
    --mobile-menu-horisontal-padding: 20px
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

header,
section {
  display: block;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
b {
  font-weight: bold;
}
img {
  border: 0;
}
button,
input {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button {
  text-transform: none;
}
button {
  -webkit-appearance: button;
  cursor: pointer;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  height: 100%;
}
body {
  margin: 0;
  min-height: 100%;
  background-color: #fff;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}
img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}
h2 {
  font-weight: bold;
  margin-bottom: 10px;
}
h2 {
  font-size: 32px;
  line-height: 36px;
  margin-top: 20px;
}
p {
  margin-top: 0;
  margin-bottom: 10px;
}
ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}
button {
  border: 0;
  cursor: pointer;
  -webkit-appearance: button;
}

.image {
  width: 60px;
}

.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 5px;
  padding-left: 5px;
}

.content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.comments {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

@media (max-width: 991px) {

  .menu {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

@media (max-width: 479px) {

  .image {
    width: 45px;
  }

  .menu {
    padding-right: 0px;
    padding-left: 12px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
}

@charset "UTF-8";

/*!normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss*/
html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

header,section {
    display: block
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:active,a:hover {
    outline-width: 0
}

b {
    font-weight: inherit
}

b {
    font-weight: bolder
}

img {
    border-style: none
}

button {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button {
    overflow: visible
}

button {
    text-transform: none
}

[type=submit],button {
    -webkit-appearance: button
}

[type=submit]::-moz-focus-inner,button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=submit]:-moz-focusring,button:-moz-focusring {
    outline: 1px dotted ButtonText
}

{
    overflow: visible
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

html {
    box-sizing: border-box;
    font-size: 100%
}

*,::after,::before {
    box-sizing: inherit
}

body {
    margin: 0;
    padding: 0;
    background: #fefefe;
    font-family: helvetica neue,Helvetica,Arial,sans-serif;
    font-weight: 400;
    line-height: 1.5;
    color: #0a0a0a;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic
}

button {
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    border-radius: 0;
    background: 0 0;
    line-height: 1;
    cursor: pointer
}

button,input {
    font-family: inherit
}

@media print,screen and (min-width: 64em) {

    .large-12 {
        width: 100%
    }
}

.grid-container {
    padding-right: .625rem;
    padding-left: .625rem;
    max-width: 63.75rem;
    margin: 0 auto
}

@media print,screen and (min-width: 40em) {
    .grid-container {
        padding-right:.9375rem;
        padding-left: .9375rem
    }
}

@media print,screen and (min-width: 64em) {
    .grid-container {
        padding-right:.75rem;
        padding-left: .75rem
    }
}

.grid-x {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.grid-container:not(.full)>.grid-padding-x {
    margin-right: -.625rem;
    margin-left: -.625rem
}

@media print,screen and (min-width: 40em) {
    .grid-container:not(.full)>.grid-padding-x {
        margin-right:-.9375rem;
        margin-left: -.9375rem
    }
}

@media print,screen and (min-width: 64em) {
    .grid-container:not(.full)>.grid-padding-x {
        margin-right:-.75rem;
        margin-left: -.75rem
    }
}

div,form,h2,li,p,ul {
    margin: 0;
    padding: 0
}

p {
    margin-bottom: 1rem;
    font-size: inherit;
    line-height: 1.6;
    text-rendering: optimizeLegibility
}

i {
    font-style: italic;
    line-height: inherit
}

b {
    font-weight: 700;
    line-height: inherit
}

h2 {
    font-family: helvetica neue,Helvetica,Arial,sans-serif;
    font-style: normal;
    font-weight: 400;
    color: inherit;
    text-rendering: optimizeLegibility
}

h2 {
    font-size: 1.25rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: .5rem
}

@media print,screen and (min-width: 40em) {

    h2 {
        font-size: 2.5rem
    }
}

a {
    line-height: inherit;
    color: #1779ba;
    text-decoration: none;
    cursor: pointer
}

a:focus,a:hover {
    color: #1468a0
}

a img {
    border: 0
}

ul {
    margin-bottom: 1rem;
    list-style-position: outside;
    line-height: 1.6
}

li {
    font-size: inherit
}

ul {
    margin-left: 1.25rem;
    list-style-type: disc
}

@media print {
    * {
        background: 0 0!important;
        box-shadow: none!important;
        color: #000!important;
        text-shadow: none!important
    }

    a,a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    a[href^='#']:after {
        content: ''
    }

    img {
        page-break-inside: avoid
    }

    img {
        max-width: 100%!important
    }

    @page {
        margin: .5cm
    }

    h2,p {
        orphans: 3;
        widows: 3
    }

    h2 {
        page-break-after: avoid
    }
}

[type=tel],[type=text] {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 2.4375rem;
    margin: 0 0 1rem;
    padding: .5rem;
    border: 1px solid #cacaca;
    border-radius: 0;
    background-color: #fefefe;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #0a0a0a;
    transition: box-shadow .5s,border-color .25s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

[type=tel]:focus,[type=text]:focus {
    outline: 0;
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow .5s,border-color .25s ease-in-out
}

input::-webkit-input-placeholder {
    color: #cacaca
}

input:-ms-input-placeholder {
    color: #cacaca
}

input:disabled {
    background-color: #e6e6e6;
    cursor: not-allowed
}

[type=submit] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0
}

.is-invalid-input:not(:focus) {
    border-color: #cc4b37;
    background-color: #f9ecea
}

.is-invalid-input:not(:focus)::-webkit-input-placeholder {
    color: #cc4b37
}

.is-invalid-input:not(:focus):-ms-input-placeholder {
    color: #cc4b37
}

.is-invalid-input:not(:focus)::placeholder {
    color: #cc4b37
}

.menu {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.menu {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
}

.grid-container {
    padding-left: 36px;
    padding-right: 36px
}

@media screen and (max-width: 39.9375em) {
    .grid-container {
        padding-left:13px;
        padding-right: 13px
    }
}

@media screen and (min-width: 40em) and (max-width:63.9375em) {
    .grid-container {
        padding-left:24px;
        padding-right: 24px
    }
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

a {
    color: #e61645
}

.grid-container:not(.full)>.grid-padding-x {
    margin-right: -36px;
    margin-left: -36px
}

@media screen and (max-width: 39.9375em) {
    .grid-container:not(.full)>.grid-padding-x {
        margin-left:-13px;
        margin-right: -13px
    }
}

@media screen and (min-width: 40em) and (max-width:63.9375em) {
    .grid-container:not(.full)>.grid-padding-x {
        margin-left:-24px;
        margin-right: -24px
    }
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0!important
}

.slick-list:focus {
    outline: 0
}

.slick-slider .slick-list,.slick-slider .slick-track {
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,.slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

.slick-slide img {
    display: block
}

.slick-initialized .slick-slide {
    display: block
}

.close {
    position: absolute;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 72px;
    height: 72px;
    background: #fff;
    right: 0
}

body {
    background-color: #fff;
    color: #26292e;
    font-family: pt sans,sans-serif;
    overflow-x: hidden
}

.top-slider {
    position: relative
}

.top-slider>img {
    width: 100%
}

.top-slider .slider-description {
    position: absolute;
    top: 300px;
    padding: 20px 36px 50px;
    width: 442px;
    background: rgba(17,34,62,.75);
    color: #fff
}

.top-slider .slider-description .slider-title {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    height: 70px;
    /*overflow: hidden*/
}

@media screen and (max-width: 63.9375em) {

    .top-slider .slider-description {
        position: initial;
        width: 100%;
        padding: 0
    }

    .top-slider .slider-description .slider-title {
        line-height: 21px;
        font-size: 18px;
        padding: 10px 24px;
        height: auto !important;
    }

    .title-wrap_text {
        padding-bottom: 0
    }

    .top-slider .slider-description {
        background: #11223e
    }
}

@media screen and (max-width: 39.9375em) {

    .top-slider .slider-description .slider-title {
        padding: 10px 13px
    }
}


.content-carousel {
    visibility: hidden
}

header {
    z-index: 6;
    /* position: fixed; */
    left: 0;
    top: 0px;
    height: 48px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    width: 100%;
    zoom: 1;
    background: #254765;
    -webkit-transition: transform 300ms ease;
    -moz-transition: transform 300ms ease;
    -ms-transition: transform 300ms ease;
    -o-transition: transform 300ms ease;
    transition: transform 300ms ease;
}

header .settings {
    width: 44px;
    height: 48px;
    position: absolute;
    top: 0;
    right: 0;
}

header .info {
    height: 48px;
    margin: 0 53px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}header .close {
    background-image: url("icon-close.svg");
    background-position: 18px 13px;
    background-size: 24px 24px;
    -webkit-background-size: 24px 24px;
    -o-background-size: 24px 24px;
    -moz-background-size: 24px 24px;
}
header .back, header .close {
    width: 53px;
    height: 48px;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    visibility: hidden;
    background-image: url("icons-menu-back.svg");
    background-repeat: no-repeat;
    background-position: 20px 14px;
    background-size: 20px 20px;
    -webkit-background-size: 20px 20px;
    -o-background-size: 20px 20px;
    -moz-background-size: 20px 20px;
    -webkit-transition: -webkit-transform 300ms ease;
    -moz-transition: -moz-transform 300ms ease;
    -ms-transition: -ms-transform 300ms ease;
    -o-transition: -o-transform 300ms ease;
    transition: transform 300ms ease;
}header .menu {
    width: 60px;
    height: 48px;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    visibility: visible;
    background-image: url("icons-menu.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px 20px;
    -webkit-background-size: 20px 20px;
    -o-background-size: 20px 20px;
    -moz-background-size: 20px 20px;
    -webkit-transition: -webkit-transform 300ms ease;
    -moz-transition: -moz-transform 300ms ease;
    -ms-transition: -ms-transform 300ms ease;
    -o-transition: -o-transform 300ms ease;
    transition: transform 300ms ease;
}

.menu {
    display: flex;
    flex-direction: row;
    align-items: center;
    background: url("icons-menu.svg") center / 25px no-repeat, #254765 !important;
}

.footer {
	padding: 20px 10px;
	background: #254765;
}

.footer p {
	text-align: center;
	font-size: 14px !important;
	line-height: 18px !important;
	color: #fff !important;
}

.footer p:last-child {
	margin-bottom: 0px !important;
}

img.form-prod {
	max-width: 200px !important; 
	width: 100%; 
	margin: 15px auto;
	display: block;
}

.btn--wrapper{
   display: flex;
   align-items: center;
   justify-content: center;
}



/*===========*/


h2.matreshka__title {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    font-size: 20px !important;
    margin-bottom: 0;
    background-color: #3a4752;
    padding: 10px;
    border-radius: 8px;
}

h2.matreshka__title::after {
    content: none;
}


.matreshka__container {
    display: flex;
    justify-content: space-around;
}

.matreshka__item img {
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    cursor: pointer;
    box-sizing: border-box;
    color: #e4cbcc;
    margin: 0 auto;
    max-width: 250px;
    width: 100%;
}

.win {
    display: none;
}

.matreshka__item {
    position: relative;
}

.matreshka__item .win p {
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0;
    margin: 0 0 20px;
    line-height: 1;
    color: #8d8d8d !important;
    font-size: 60px;
    margin: 0 !important;
    font-weight: 600;
    text-shadow: 1px 1px 3px #000;
}


.grats span {
    color: #71c341 !important;
}


@media screen and (max-width: 600px) {
    .matreshka__item .win p {
        font-size: 40px;
    }
}


.order_block,
.spin-result-wrapper {
    display: none
}


.spin-result-wrapper {
    max-width: 100%;
    display: none;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    top: 0;
    z-index: 999;
    left: 0;
    height: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, .6);
    text-align: center
}

.pop-up-heading {
    font-size: 34px;
    line-height: 40px;
    display: block;
    text-align: center;
    margin-bottom: 5px;
    
    font-weight: 500;
}

.pop-up-text {
    margin: 0 0 10px;
    font-size: 22px;
    line-height: 26px;
    text-align: center !important;
    
    font-weight: normal;
}

.pop-up-button {
    text-transform: uppercase;
    text-decoration: none !important;
    padding: 10px;
    font-size: 20px;
    border-radius: 5px;
    background-color: #71c341;
    color: #fff !important;
    border: medium none;
    cursor: pointer;
    outline: medium none;
    
    display: block;
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
    font-weight: 500;
}

.pop-up-window {
    position: relative;
    max-width: 400px;
    right: 0;
    left: 0;
    top: 25%;
    margin: 0 auto;
    background: #fff none repeat scroll 0 0;
    text-align: center;
    padding: 10px;
    padding-top: 70px;
    padding-bottom: 20px;
    border-radius: 10px;
    animation: .7s ease 0s normal none 1 running pop-up-appear
}

.pop-up-window::before {
    content: "";
    position: absolute;
    width: 110px;
    height: 110px;
    top: -55px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #71c341;
    border-radius: 50%;
    animation: .5s ease .6s normal backwards 1 running pop-up-appear-before
}

.pop-up-window::after {
    content: "";
    position: absolute;
    width: 50px;
    height: 20px;
    top: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-width: medium medium 4px 4px;
    border-style: none none solid solid;
    border-color: currentcolor currentcolor #fff #fff;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    transform: rotate(-45deg);
    transition: opacity 1s ease 0s;
    animation: .5s ease .6s normal backwards 1 running pop-up-appear-after
}

@keyframes pop-up-appear {
    0% {
        transform: translateY(-2000px)
    }

    30% {
        transform: translateY(100px)
    }

    100% {
        transform: translateY(0)
    }
}

@keyframes pop-up-appear-before {
    0% {
        transform: scale(0)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes pop-up-appear-after {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.prod-img {
	display: block;
	width: 100%;
	max-width: 300px !important;
	margin: 20px auto;
}

.button {
  box-shadow: 0 0 0 0 rgb(232 76 61 / 70%);
  border-radius: 20px;
  animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  display: block;
  background: rgb(222, 116, 116);
  background: -moz-linear-gradient(180deg, rgba(222, 116, 116, 1) 0%, rgba(247, 34, 16, 1) 60%);
  background: -webkit-linear-gradient(180deg, rgba(222, 116, 116, 1) 0%, rgba(247, 34, 16, 1) 60%);
  background: linear-gradient(180deg, rgba(222, 116, 116, 1) 0%, rgba(247, 34, 16, 1) 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#de7474", endColorstr="#f72210", GradientType=1);
  text-align: center;
  width: 100%;
  max-width: 400px;
  text-align: center;
  margin: 15px auto;
  color: #fff !important;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 34px;
  text-decoration: none;
  border-radius: 10px;
  padding: 15px 10px;
  color: #fff;
  box-sizing: border-box;
  position: relative;
}

@keyframes pulse {
  to {
    box-shadow: 0 0 0 15px rgba(232, 76, 61, 0)
  }
}

a,
button {
  cursor: pointer;
}


.image-with-text-1 {
    position: relative;

}

/* IMAGE 2 */
.image-with-text-1 span {
    position: absolute;
    color: #fff;
    text-shadow: 1px 1px 5px #000;
    font-size: clamp(14px, 4vw, 42px);
    line-height: 1.2;
    font-weight: bold;
    text-align: center;
    display: block;
    width: 100%;
    max-width: 37%;
    padding: 0 5%;

    top: 67%;
}

.image-with-text-1 span:first-child {
    left: 0;
}

.image-with-text-1 span:last-child {
    right: 0;
    letter-spacing: -0.02em;
}
/* IMAGE 2 */



/* IMAGE 3 */
.image-with-text-2 {
    position: relative;
}

.image-with-text-2 .inner-top {
    padding: 0 3%;
    position: absolute;
    width: 100%;
    top: 0;
}

.image-with-text-2 .inner-top h1 {
    color: #fff;
    text-shadow: 1px 1px 5px #000;
    font-size: clamp(14px, 4vw, 42px);
    line-height: 1.2;
    font-weight: bold;
    text-align: center;
    padding: 2.5% 0;
    margin: 0;
}

.image-with-text-2 .inner-bot-flex {
    padding: 0 3%;
    position: absolute;
    width: 100%;
    top: 80%;

    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    column-gap: 1%;
}

.image-with-text-2 .inner-bot-flex span {
    width: 25%;
    padding: 0;
    margin: 0;
    text-align: center;
    color: #fff;
    font-size: clamp(8px, 3vw, 22px);
    line-height: 1;
}
/* IMAGE 3 */


.btn--wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
 }


a,button {
    cursor: pointer
}

.main-button {
    box-shadow: 0 0 0 0 rgb(232 76 61 / 70%);
    border-radius: 20px;
    animation: pulse 1.25s infinite cubic-bezier(0.66,0,0,1);
    display: block;
    background: #de7474;
    background: -moz-linear-gradient(180deg,rgba(222,116,116,1) 0,rgba(247,34,16,1) 60%);
    background: -webkit-linear-gradient(180deg,rgba(222,116,116,1) 0,rgba(247,34,16,1) 60%);
    background: linear-gradient(180deg,rgba(222,116,116,1) 0,rgba(247,34,16,1) 60%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#de7474",endColorstr="#f72210",GradientType=1);
    text-align: center;
    width: 100%;
    max-width: 250px;
    text-align: center;
    margin: 15px auto;
    color: #fff !important;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 26px;
    text-decoration: none;
    border-radius: 10px;
    padding: 20px 15px;
    color: #fff
}

@keyframes pulse {
    to {
        box-shadow: 0 0 0 15px rgba(232,76,61,0)
    }
}
