font-face {
	font-family: 'montserrat';
	src: url('assets/fonts/Montserrat-Regular.ttf') format('truetype');
	font-style: normal;
	font-weight: 400;
}
@font-face {
	font-family: 'montserrat';
	src: url('assets/fonts/Montserrat-Medium.ttf') format('truetype');
	font-style: normal;
	font-weight: 500;
}
@font-face {
	font-family: 'montserrat';
	src: url('assets/fonts/Montserrat-SemiBold.ttf') format('truetype');
	font-style: normal;
	font-weight: 600;
}
@font-face {
	font-family: 'montserrat';
	src: url('assets/fonts/Montserrat-Bold.ttf') format('truetype');
	font-style: normal;
	font-weight: 700;
}
@font-face {
	font-family: 'merriweather';
	src: url('assets/fonts/Merriweather-Black.ttf') format('truetype');
	font-style: normal;
	font-weight: 900;
}
*{
	box-sizing: border-box;
}
a{
	text-decoration: none;
	color: #6048A6;
	transition: 0.4s
}
img {
	max-width: 100%;
}
p{
	margin: 0
}
body{
	max-width: 100%;
	overflow-x: hidden;
	color: #333;
	font-family: 'montserrat';
	font-size: 14px;
	margin: 0;
	font-weight: 500;
	line-height: 165%;
}
.container{
	width: 1210px;
	padding: 0 15px;
	margin: auto;
		max-width: 100%;
}
.header--container{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header--socials_item {
	width: 21px;
	display: inline-block;
	margin-right: 10px;
}
.header--vk{
	width: 27px;
}
.header--telegram,
.header--whatsapp{
	width: 23px;
}
.header--socials{
	display: flex;
	align-items: center;
}
.menu{
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
}
.menu a {
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	margin-right: 20px;
	color: inherit;

}
.header a:hover {
	color: #ff6160;
}
.header--phone {
  font-size: 22px;
  font-weight: 600;
  color: inherit;
  display: block;
}
.header--mail{
	color: inherit;
  font-size: 18px;
  font-weight: 500;
  padding-left: 5px;
  margin-top: 5px;
  display: block;
}
.header--logo img{
	position: relative;
		top: 4px;
		margin-right: 20px;
}
.header{
	background: #FECBCA;
padding: 35px 0;
}
.header.fixed{
	position: fixed;
  left: 0;
  width: 100%;
  top: 0;
  background: #fff;
  z-index: 100;
  margin: 0;
  box-shadow: 0px 5px 20px rgb(69 69 69 / 10%);
  padding: 20px;
}
.admin-bar .header.fixed{
	top: 32px;
  z-index: 100;
}
.first{
	background: #FECBCA;
	padding: 30px 0 92px 0;
  text-align: center;
	position: relative;
}
.first--h1{
	color: #1D1240;
	font-size: 65px;
	font-weight: 900;
	font-family: 'merriweather';
	width: 850px;
	margin: auto;
	line-height: normal;
	max-width: 100%;
	z-index: 23;
	position: relative;
}
.error404 .first--h1{
	font-size: 220px;
}

.w600{
	font-weight: 600;
}
.first--subtitle {
	font-size: 24px;
	font-weight: 400;
	margin: 20px 0 30px 0;
	z-index: 20;
	position: relative;
}
.brush-text{
	background: url(assets/img/text-brush.svg) no-repeat;
		background-size: 100% auto;
		display: inline-block;
		padding: 2px 8px 6px 5px;
		margin-top: 20px;
		background-position: center;
}
.first--poem {
  opacity: .5;
	z-index: 5;
	position: relative;
}
.btn{
	background: linear-gradient(
	247.92deg
	, #6048A6 2.64%, #2D1D5F 81.62%);
	box-shadow: 0px 4px 16px rgb(29 18 64 / 40%);
	border-radius: 25px;
	display: inline-block;
	margin-top: 40px;
	padding: 12px 30px;
	color: #fff;
	border: none;
	font-weight: 700;
  cursor: pointer;
  transition: .5s;
}
.btn:hover{
	filter: brightness(1.3);
}
.error-top{
	background: linear-gradient(251.99deg, #FF6160 37.73%, #D94C4C 115.42%);
    box-shadow: 0px 4px 16px #3d327c;
}
.achievments, .calculator{
	margin-top: 80px;
}
.section_title {
	margin:0 0 50px 0;
	color: #1D1240;
	font-family: 'merriweather';
	font-weight: 900;
	font-size: 40px;
	text-align: center;
		line-height: normal;
}
.no-p{
	padding: 0;
}
.achievments--wrap {
	display: flex;
	flex-wrap: wrap;
}
.achievments--item {
	padding: 15px;
	width: 25%;
}
.achievments--title {
	font-weight: 700;
	margin: 25px 0 15px 0;
	font-size: 20px;
}
.achievments--text {
	opacity: 0.5;
}
.achievments--icon{
	width: 66px;
}
.calculator{
	position: relative;
}
.calculator--container{
	position: relative;
  z-index: 2;
}
.calculator--wrap {
	background: #FECBCA;
	padding: 72px 57px 35px 57px;
	border-radius: 25px;
	display: flex;
	flex-wrap: wrap;
	z-index: 5;
	position: relative;
}
.form--input_wrapper input,
.form--input_wrapper textarea {
	background: #F7F7F7;
	border-radius: 6px;
  border: 1px solid transparent;
	padding: 14px 16px;
	width: 100%;
	border-radius: 6px;
}
.form--input_wrapper input::placeholder,
.form--input_wrapper textarea::placeholder{
	color: #D0C9D6;
	font-size: 15px;
	font-family: 'montserrat';
}
.form--input_wrapper{
	padding: 0 15px;
	margin-bottom: 30px;
}
.width-30{
	width: 30%;
}
.width-40{
	width: 40%;
}
.width-20{
	width: 22%;
}
.width-25{
	width: 25%;
}
.width-50{
	width: 48%;
}
.width-25{
	width: 24%;
}
.width-70{
	width: 70%;
}
.width-60{
	width: 60%;
}
.width-100{
	width: 100%;
}
.form--input_title {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 11px;
			margin-bottom: 15px;
				opacity: 0.6;
}
.form--radio_wrapper-style {
	display: flex;
	justify-content: space-between;
	padding: 2px;
	background: #fff;
	border-radius: 38px;
}
.form--radio_wrapper-style input{
	display: none;
}
.form--radio_wrapper-style label {
	border-radius: 25px;
	width: 33.3333%;
	text-align: center;
	font-size: 13px;
	font-weight: 700;
	padding: 6px 0px;
	cursor: pointer;
	transition: .4s;
		background-color:#fff;
}
.form--radio_wrapper-style input:checked+label {
	background: linear-gradient(251.99deg
, #FF6160 37.73%, #D94C4C 115.42%);
	box-shadow: 0px 4px 16px -5px rgb(255 97 97 / 50%);
	color: #fff;
}
.form--number_wrapper{
	display: flex;
	align-items: center;
}
.form--number_wrapper a{
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: linear-gradient(
	251.99deg
	, #FF6160 37.73%, #D94C4C 115.42%);
	box-shadow: 0px 4px 16px rgb(255 97 97 / 50%);
	color: #fff;
	font-weight: 700;
}

.form--number_wrapper [name=count]{
	width: 48px;
margin: 0 8px;
text-align: center;
}
.form--hint{
	opacity: 1;
}
.form--hint span{
	opacity: .6
}
.form--hint a{
	text-decoration: underline;
}
.form--input_wrapper textarea{
	height: 170px;
}
.form--radio_wrapper input {
	display: none;
}
.form--radio_wrapper label {
	display: flex;
	margin-bottom: 15px;
	align-items: center;
		position: relative;
		cursor: pointer;
}
.form--radio_wrapper label::before {
	content: '';
	width: 20px;
	height: 20px;
	border: 2px solid #FF6160;
	background-color: #fff;
	border-radius: 6px;
	margin-right: 12px;
		box-sizing: content-box;
}
.form--radio_wrapper [type=radio]+label::before {
	border-radius: 50%
}
.form--radio_wrapper [type=radio]:checked+label::after {
	content: '';
	width: 14px;
	height: 14px;
	display: block;
	position: absolute;
	left: 5px;
	top: 5px;
	background: #FF6160;
	border-radius: 50%;
}
.form--radio_wrapper [type=checkbox]:checked+label::before {
	background-image: url(assets/img/checker.svg);
	background-repeat: no-repeat;
	background-position: center;
}
.form--srok label{
	width: 50%;
}
.form--total_price-wrapper{
	color: #3D327C;
	font-size: 55px;
	font-weight: 900;
	font-family: 'merriweather';
	background-image: url(assets/img/price-brush.png);
	padding: 12px 25px;
	position: relative;
	left: -30px;
	margin-top: 0;
	white-space: nowrap;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: fit-content;
}

.form--total_currecy{
	font-size: 36px;
}
.form--radio_wrapper [for="konf"] {
		align-items: flex-start;
}
[for="konf"] span{
  width: calc(100% - 35px);
}
.form--submit_wrapper{
	width: 100%;
	text-align: center;
}
.form--submit_wrapper input{
	padding: 12px 50px;
	cursor: pointer;
	position: relative;
	margin: 0;
	box-shadow: none;
}
@-webkit-keyframes glare-move{0%{left:0}20%,to{left:100%}}@-moz-keyframes glare-move{0%{left:0}20%,to{left:100%}}@-ms-keyframes glare-move{0%{left:0}20%,to{left:100%}}@keyframes glare-move{0%{left:0}20%,to{left:100%}}
.btn-submit{
	position: relative;
	width: fit-content;
	overflow: hidden;
	border-radius: 25px;
	margin: auto;
}
.btn-submit::before{
width: 30px;
height: 100%;
content: "";
position: absolute;
opacity: .3;
top: 0;
left: 0;
background: linear-gradient(
90deg,rgba(255,255,255,0) 0,rgba(255,255,255,.03) 1%,rgba(255,255,255,.6) 30%,rgba(255,255,255,.85) 50%,rgba(255,255,255,.85) 70%,rgba(255,255,255,.85) 71%,rgba(255,255,255,0));
-webkit-transform: skew(
-10deg,
0deg);
transform: skew(
-10deg,
0deg);
-webkit-animation: glare-move 5s infinite;
animation: glare-move 5s infinite;
	z-index: 2;
}
.form--srok-info{
	display: flex;
}
.form--srok-info>span {
	width: 50%;
	text-align: center;
	color: #4F4F4F;
	font-weight: 600;
	margin-top: 5px;
}

.dop-block{
	width: 100%;
}
.dop-block>a{
	display: flex;
	width: 196px;
	justify-content: center;
	margin: 24px auto 0 auto;
	text-decoration: underline;
	text-transform: uppercase;
	font-weight: 700;
	align-items: center;
	padding-left: 21px;
}
.dop-block>a::after{
	content: '';
	width: 15px;
	height: 8px;
	background: url(assets/img/arrow-purple.svg) no-repeat;
	background-size: contain;
	margin-left: 15px;
	transition: .4s
}
.dop-block>a.active::after {
  transform: rotate(180deg);
}
.form--hidden{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
/*	height: 0;*/
	overflow: hidden;
	transition: .4s;
}
.form--hidden.active{
	height: 233px;
}
.form--input_title{
		width: 100%;
}
.form--radio_wrapper{
	margin-right: 50px;
}
.form--hidden_img{
	width: 300px;
	height: 200px;
	text-align: center;
}
.poem_examples{
  margin-top: 200px;
	margin-bottom: 120px;
}
.poem_examples--item_wrap {
	display: flex;
	flex-wrap: wrap;
}
.poem_examples--item {
	align-items: center;
  width: calc(50% - 30px);
	padding: 40px;
	margin: 15px;
	background: #FFFFFF;
	box-shadow: 0px 7px 20px rgb(119 114 114 / 10%);
	border-radius: 25px;
	display: flex;
	justify-content: space-between;
}
.poem_examples--content {
	width: 60%;
}
.poem_examples--item .poem_examples--title {
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 20px;
	color: inherit;
}
.poem_examples--link{
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 16px;
}
.poem_examples--nav {
	text-align: center;
	margin-top: 15px;
}
.poem_examples--arrow{
	display: inline-block;
	width: 24px;
	height: 24px;
	background: linear-gradient(
251.99deg
, #FF6160 37.73%, #D94C4C 115.42%);
	box-shadow: 0px 4px 16px rgb(255 97 97 / 50%);
	border-radius: 50%;
	position: relative;
	top: 8px;
	margin: 0 8px;
}
.poem_examples--arrow::before,
.slick-arrow::before{
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: url(assets/img/arrow-fff.svg) no-repeat;
	background-position: center;
}
.poem_examples--btn{
	display: inline-block;
padding: 5px 17px;
background: linear-gradient(
251.99deg
, #FF6160 37.73%, #D94C4C 115.42%);
box-shadow: 0px 4px 16px rgb(255 97 97 / 50%);
border-radius: 25px;
color: #fff;
text-transform: lowercase;
}
.poem_examples--prev::before {
	transform: rotate(180deg);
}
.reviews {
	margin-top: 120px;
}
.reviews--wrap{
	display: flex;
	justify-content: space-between;
}
.reviews--image {
	width: 430px;
}
.reviews--rigth{
	width: calc(100% - 430px);
}
.reviews--title{
	font-size: 16px;
	font-weight: 700;
	margin-top: 25px;
}
.reviews--item_wrap{
	display: flex;
	padding: 0 40px;
	justify-content: space-between;
	flex-wrap: wrap;
}
.reviews--text{
	font-size: 24px;
	font-weight: 400;
	line-height: 32px;
}
.reviews--content{
	width: calc(100% - 120px);
}
.reviews--icon{
	width: 100px;
}
.reviews--no_icon .reviews--content{
	width: 100%
}
.slick-arrow {
	position: absolute;
	font-size: 0;
	border: none;
	width: 24px;
	padding: 0;
	height: 24px;
	background: linear-gradient(
251.99deg
, #FF6160 37.73%, #D94C4C 115.42%);
	box-shadow: 0px 4px 16px rgb(255 97 97 / 50%);
	border-radius: 50%;
	top: 60px;
	cursor: pointer;
}
.slick-next{
	right: -15px;
}
.slick-prev{
	left: -15px;
	transform: rotate(180deg);
}
.reviews--image img{
	top: -50px;
  position: relative;
}
.reviews--btn{
	padding: 12px 50px;
}
.scheme {
	margin-top: 120px;
}
.scheme--wrap{
	display: flex;
	flex-wrap: wrap;
}
.scheme--item {
	padding: 60px 15px;
	width: 33.3333%;
			padding-top: 0;
}
.scheme--number {
	font-family: 'merriweather';
	font-weight: 900;
	font-size: 64px;
	color: #FECBCA;
	display: inline-block;
	margin-right: 12px;
	transition: .4s;
}
.scheme--img img{
	width: 68px
}
.scheme--title {
	font-weight: 700;
	font-size: 20px;
	margin: 35px 0 20px 0;
}
.scheme--text {
	color: #828282;
}
.scheme--item:hover .scheme--number{
	font-size: 80px;
}
.scheme--img{
	height: 75px
}
.prices{
	margin-top: 80px;
}
.prices--wrap{
	display: flex;
	flex-wrap: wrap;
	background: #FFE2E1;
	border-radius: 25px;
	padding: 55px 45px;
}
.prices--item {
	width: 50%;
	padding: 15px;
			position: relative;
}
.prices--item_title {
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 15px;
}
.prices--item_subtitle {
	color: #FF6160;
	font-weight: 600;
	font-size: 16px;
}
.prices--item_text {
	margin-top: 5px;
	color: #828282;
	width: 330px;
}
.prices--item_price {
	font-size: 18px;
	color: #6048A6;
	margin-top: 15px;
}
.prices--item_price i, .prices--item_price small {
	font-style: normal;
	opacity: .7;
}
.prices--price{
	font-weight: 700
}
.prices--item {
	width: 50%;
	padding: 30px 15px 55px 15px;
	position: relative;
}
img.prices--item_img {
	position: absolute;
	right: 0;
	bottom: 0;
}
.prices--item:nth-child(1),
.prices--item:nth-child(2) {
	border-bottom: 1px solid #fed1ce;
}
.prices--item:nth-child(1),
.prices--item:nth-child(3){
	border-right: 1px solid #fed1ce;
}
.prices--item:nth-child(2),
.prices--item:nth-child(4){
	padding-left: 35px;
}
.prices--btn {
	margin-top: 20px;
}
.decoration--wrap {
	display: flex;
	flex-wrap: wrap;
}
.decoration {
	margin-top: 130px;
}
.decoration--item{
	box-shadow: 0px 7px 20px rgb(119 114 114 / 10%);
	border-radius: 25px;
	height: 100%;
	padding: 20px 40px 35px 35px;
	display: flex;
	justify-content: space-between;
		background: #fff;
}
.decoration--item_wrap{
	width: 50%;
	padding: 15px;

}
.decoration--title {
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 15px;
}
.decoration--subtitle {
	color: #FF6160;
	font-weight: 600;
	font-size: 16px;
}
.decoration--price {
	color: #6048A6;
	font-size: 18px;
	margin-top: 12px;
}
.decoration--price b{
	font-weight: 700
}
.decoration--text {
	margin-top: 8px;
}
.decoration--content {
	width: calc(100% - 180px);
	align-items: center;
}
.decoration--img {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	overflow: hidden;
}
.front_content{
	margin-top: 100px;
		position: relative;
		overflow: hidden;
			transition: .4s
}
.front_content>.container{
	padding-top: 40px;
  border-top: 1px solid #fed1ce;
}
.front_content p{
	margin-bottom: 20px;
	color: #828282;
}
.footer{
	background: linear-gradient(247.92deg, #6048A6 2.64%, #2D1D5F 81.62%);
	padding: 60px 0 25px 0;
	color: #fff;
	position: relative;
}
.footer .container{
	display: flex;
	flex-wrap: wrap;
}
.footer--column {
	width: 50%;
}
.footer--title {
	font-family: 'merriweather';
	font-weight: 900;
	font-size: 30px;
			line-height: normal;
}
.footer--phone {
	color: #fff;
	font-size: 36px;
	font-weight: 600;
	line-height: normal;
}
.footer--polit {
	opacity: .7;
	font-size: 12px;
	font-weight: 400;
}
.footer--column1{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding-right: 100px;
}
.footer--email_title,.footer--socials_title {
	font-size: 12px;
		opacity: .7;
		font-weight: 600;
		margin-bottom: 6px;
}
.footer--column2{
	display: flex;
	flex-wrap: wrap;
}
.footer--column2-1 {
	width: 230px;
	margin-right: 50px;
}
.footer--column2-2 {
	width: 150px;
}
.footer--email_link {
	color: #fff;
	font-size: 16px;
}
.footer--order {
	background: linear-gradient(
251.99deg
, #FF6160 37.73%, #D94C4C 115.42%);
	box-shadow: 0px 4px 16px #3d327c;
	width: 100%;
	text-align: center;
	margin: 30px 0 90px 0;
}
.footer--konf {
	font-size: 12px;
	color: #fff;
	font-weight: 600;
}
.footer .header--socials_item {
	margin-right: 14px;
}
.grad_opacity{
	position: absolute;
width: 100%;
height: 80px;
left: 0;
bottom: 0;
background: linear-gradient(transparent, #fff);
}
.show_all_text{
	width: 110px;
	height: 53px;
	position: absolute;
	bottom: 0;
	left: calc(50% - 55px);
	background: #e75453;
	border-top-left-radius: 500px;
	border-top-right-radius: 500px;
}
.show_all_text::before{
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: url(assets/img/arrow-fff.svg) no-repeat;
	background-position: 55% 50%;
	transform: rotate(90deg);
	background-size: 15px;
	transition: .4s
}
.show_all_text.active::before{
	transform: rotate(-90deg);
  background-position: 45% 50%;
}
.active .grad_opacity{
	background: transparent;
}
.left-big-cloud{
	position: absolute;
	top: 220px;
	left: 0;
}
.left-small-cloud{
	position: absolute;
  top: 400px;
  left: 130px;
}
.star2{
	position: absolute;
top: -60px;
left: -20px;
width: 26px;
}
.star3{
	position: absolute;
		top: -20px;
		left: -55px;
		width: 33px;
}
.star1{
	position: absolute;
  right: -14px;
  top: -14px;
  width: 45px;
}
.right-cloud{
	position: absolute;
  top: 250px;
  right: 0;
}
.first--left_img{
	position: absolute;
	left: 30px;
	bottom: -17px;
}
.first--right_img{
	position: absolute;
	right: 0;
	bottom: -17px;
}

.calculator--left_top-design{
	position: absolute;
  bottom: 100px;
  display:none;
}
/*
.calculator--right_top-design{
	position: absolute;
right: 0;
top: 120px;
}
.calculator--left_bot-design{
	position: absolute;
	bottom: -110px;
	left: -55px;
	z-index: 1;
}
.calculator--left_img{
	position: absolute;
	bottom: 70px;
	left: -110px;
}
.calculator--left_girl{
	position: absolute;
	bottom: 50px;
	left: -40px;
	z-index: 6;
}
.calculator--right_img{
	position: absolute;
  right: -90px;
  top: 330px;
}
.calculator--right_man{
	position: absolute;
	right: -40px;
	top: 341px;
	z-index: 6;
}
.calculator--right_bot-design{
	position: absolute;
  right: -55px;
  top: 600px;
}
*/


.calculator--left_girl {
	position: absolute;
	top: 230px;
	left: -54px;
	z-index: 6;
}

.calculator--left_bot-design {
	position: absolute;
	top: 110px;
	left: -152px;
	z-index: 1;
}
.calculator--left_img {
	position: absolute;
	top: 180px;
	left: -110px;
	z-index: 2;
}
.calculator--left_bot-design {
	position: absolute;
	top: 110px;
	left: -152px;
	z-index: 1;
}
.calculator--right_man {
	position: absolute;
	right: -69px;
	top: 48px;
	z-index: 6;
}
.calculator--right_img {
	position: absolute;
	right: -90px;
	top: 210px;
	z-index: 2;
}
.calculator--right_bot-design {
	position: absolute;
	right: -55px;
	top: 470px;
}
.calculator--right_top-design {
	position: absolute;
	right: -139px;
	top: -51px;
	z-index: 1;
}

[type=text]:focus,textarea:focus,[type=email]:focus,
[type=text]:focus-visible,textarea:focus-visible,[type=email]:focus-visible{
	box-shadow: 0px 2px 10px rgb(255 97 97 / 20%);
	outline: none;
	border: 1px solid #FF6160;
}
.cat--content .calculator2.small {margin-top:50px;}
.calc-header {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: center;
	align-items: center;
	gap: 20rem;
	border-bottom: 2px solid #FF6160;
}

.calculator2 .calc-header {gap: 14rem;}
.calculator2 .calc-header.regions {gap: 6rem;}	
.calculator2 .calc-header a {transition: 0.4s;}
.calculator2 .calc-header a:hover {transform: scale(1.1); }



@media (max-width: 1200px){
	
.calculator2 .calc-header {gap: 9rem;}	
.calculator2 .calc-header.regions {gap: 6rem;}		
}
@media (max-width: 1024px){
	
.calculator2 .calc-header {gap: 1rem;}	
	
}
.calculator2.small .calc-header {
    gap: 10rem;
}

.cat--content .calculator2.small .calc-header {
    gap: 3rem;
} 

.section_title2 {
	margin: 0 0 50px 0;
	color: #6048a6;
	font-family: 'merriweather';
	font-weight: 900;
	font-size: 40px;
	text-align: center;
	line-height: normal;
}

.calculator2 .section_title2 {
	margin: 0;
	color: #1D1240;
   font-family: Montserrat;
font-size: 12px;
font-weight: 500;
line-height: 18px;
letter-spacing: 0.5px;
text-align: left;
position:relative;
}
.calculator2.small .section_title2 {display:none;}
.calculator2 .section_title2:before {
	content:'';
	width:40px;
	height:40px;
	position:absolute;
	background: url(/wp-content/themes/bestrifma/assets/img/calc2_vk.svg);
	left: -50px;
}
.calculator2 .calc-header p{
font-family: Montserrat;
font-size: 20px;
font-weight: 700;
line-height: 30px;
letter-spacing: 0.5px;
text-align: left;
color: #6048A6;
margin-top: 10px;
margin-bottom: 20px;
}
@media (max-width: 1024px){
	
.calculator2 .calc-header p {width: 80%;}	
	
}
.calculator2 .decor_popup {
	display: block;
	color: #FF6160;
	text-decoration: none;
	background: #ff61601a;
	font-size: 11px;
	padding: 4px 16px 4px 37px;
	border-radius: 25px;
	position: relative;
}
.calculator2 .decor_popup:before {
	content: '';
	width: 18px;
	height: 18px;
	position: absolute;
	background: url(/wp-content/themes/bestrifma/assets/img/calc2_question.svg);
	left: 9px;
	top: 6px;
}
.calculator2 .form--number_wrapper [name=count] {
	padding: 10px;
	width: 40px;
}

.calculator2 .flex.width-60{padding-right: 20px;}
.calculator2 .flex.width-40{padding-left: 20px;}
.calculator2.small .width-50{width:100%;}

.cat--content .calculator2.small .flex.width-60{width: 50%;}
.cat--content .calculator2.small .flex.width-40{width: 50%;}
.calculator2 .flex{align-content: flex-start;}
@media (max-width: 1024px){
.calc-body {flex-direction: column;}
.calculator2 .flex.width-60{padding-right: 0px; width:100%;}
.calculator2 .flex.width-40{padding-left: 0px; width:100%;}
}

.calculator2 .form--radio_wrapper-style label {
		width: 50%;
}

.calculator2 .form--radio_wrapper-style label span{color: #CECECE;}
.calculator2 .form--radio_wrapper-style input:checked span{#FFBBBB;}
.calculator2 .form--hint{display: flex;
	flex-wrap: wrap;
	justify-content: space-between;}
	
.calculator2 .form--radio_wrapper {
    margin-right: 0px;
    display: flex;
    justify-content: space-between;
}
.calculator2 [for="konf"] span {
    width: calc(100% - 35px);
    font-size: 11px;
}	
.calculator2 .form--input_title {
    opacity: 1;
}	
.calculator2 .form--hint span {
    opacity: 1;
}
.calculator2 .minprice_txt {color: #6048A6;}
.calculator2 .btn{
	font-family: Montserrat;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0.6333333253860474px;
    text-align: center;
    padding: 15px 50px;
    border-radius: 30px;}
	
	
@media (max-width: 767px){
.section_title2 {
	font-size: 26px;
	margin: 0 0 20px 0;
	padding: 0 5px;
}
}
.step {width:100%;}
.calc-header .section_title {margin-bottom: 2rem;}
.calculator2 .calc-header .section_title {font-size: 30px; margin:0;text-align: left;}

@media (max-width: 767px){
.calc-header .section_title {
	margin-bottom: 0rem; text-align:left;
}
}
.calc-header .section_title2 span {color: #FF6160;font-size: 20px;}
.calc-body{
	margin-top: 2rem;
}
.calc-body .descr {padding-left:1rem;}
.calc-boddy .width-50{
	width: 50%;
}
.calc-body .descr strong, .calc-body .descr2 strong, #hint strong{
	color: #6048A6;
	font-size: 24px;
	margin-bottom: 1rem;
	display: block;
}
.calc-body .descr ol, .calc-body .descr2 ol, #hint ol {
	list-style-type: none; 
	counter-reset: num;
	margin: 0 0 0 20px;
	padding: 0px 0 5px 0;
	font-size: 14px;
}
.calc-body .descr ol li, .calc-body .descr2 ol li, #hint ol li {
	position: relative;	
	margin: 0 0 0 0;
	padding: 0 0 10px 0;
}
.calc-body .descr ol li:before, .calc-body .descr2 ol li:before, #hint ol li:before{
	content: counter(num) '.';
	counter-increment: num;
	display: inline-block;
	position: absolute;
	top: 0px;
	left: -26px;
	width: 20px;
	color: #6048A6;
	text-align: right;
	font-weight: 900;
}
.calculator1 {margin-top:5rem;}
.calculator1 .form--input_title, .calculator2 .form--input_title	{color:#6048A6;margin-bottom: 5px;}
.calculator1 .form--input_wrapper{padding:0;}
.step3 .form--input_wrapper {padding: 0 15px;}
.step3 .form--submit_wrapper {width:auto;margin-bottom: 2rem;}

.calculator1 .form--radio_wrapper {padding:0;}
.calc-body .btn.prev {
	background: rgba(254, 139, 132, 0.2);
	color: rgba(255, 97, 96, 1);
	box-shadow: none;
}
.calc-body .form--hidden_img {margin-top:2rem;}

.flex{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.buttons{justify-content: flex-end;}
.step:focus, .step1:focus,.step2:focus,.step3:focus{border: none!important;outline: none;}
.step2, .step3 {display:none;}

.select-css { 
display: block; 
font-size: 14px; 
font-family: 'montserrat'; 
font-weight: normal; 
color: #444; 
line-height: 1.3; 
padding: .6em 1.4em .5em .8em; width: 100%; 
max-width: 100%; 
box-sizing: border-box; 
margin: 0; 
border: 1px solid #aaa;
 box-shadow: 0 1px 0 1px rgba(0,0,0,.04); 
border-radius: .5em;
 -moz-appearance: none;
 -webkit-appearance: none;
 appearance: none;
 background-color: #fff; 
background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'); 
background-repeat: no-repeat;
background-position: right .7em top 50%;
background-size: .65em auto; 
} 
 .select-css::-ms-expand { display: none; } 
 .select-css:hover { border-color: #FF6160; } 
 .select-css:focus { border-color: #FF6160; 
 
color: #222;
 outline: none; 
} 
 .select-css option { font-weight:normal; } 
 *[dir="rtl"] .select-css, :root:lang(ar) .select-css, :root:lang(iw) .select-css { 
background-position: left .7em top 50%, 0 0; 
padding: .6em .8em .5em 1.4em; 
}
.descr2 {display:none;}
.show_help, .hide_help {display:none;position:relative; color:#6048A6;}
.show_help:after{
	content:'';
	position:absolute;
	background: url(assets/img/Arrow-Down.svg) no-repeat;
	background-size: 15px;
	width: 15px;
	right: 0;
	height: 15px;
}
.hide_help:after{
	content:'';
	position:absolute;
	background: url(assets/img/Arrow-Down.svg) no-repeat;
	transform: rotate(180deg);
	background-size: 15px;
	width: 15px;
	right: 0;
	height: 15px;
}

@media (max-width: 767px){
	
.help, .descr, .form--hidden_img {display:none;}
.descr2 {display:block;}
.show_help {display:block;}
.calc-body .width-30, .calc-body .width-20, .calc-body .width-50{
	width: 100%;
}
.step {padding: 0 15px;}
.calc-header {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: flex-start;
	gap: 0;
	align-content: flex-start;
}

}

.page_custom-page{
	min-height: 300px;
}
.header--mobile-menu_toggle{
	display: none;
}
.responsive_menu{
	position: fixed;
	width: 100%;
	height: 100vh;
	background: #ccc;
	top: 0;
	z-index: 200;
	transition: .3s;
	left: -100%;
	display: flex;
		overflow: scroll;
}
.responsive_menu.active{
	left: 0;
}
.responsive_menu .sidebar--btn{
	width: 80%;
margin: auto;
}
.responsive_menu .responsive_menu-menu{
	background: #FECBCA;
  min-height: 100%;
		width: 100%;
}
.responsive_menu .menu{
	flex-wrap: wrap;
	flex-direction: column;
	padding: 35px 0;
}
.responsive_menu .menu a{
	color: #3D327C;
	border-top: 1px solid #FFE2E1;
	padding: 15px 25px;
	display: block;
	margin: 0;
}
.responsive_menu .menu li:first-child a{
	border-top: 0;
	padding-top: 0
}
.responsive_menu .header--mobile-menu_toggle{
	width: 75px;
	height: 100%;
	background-size: auto;
	background-position: center 55px;
	background-color: #fef0ef;
}
.footer--img{
	position: absolute;
	right: 0;
	bottom: 0;
}
.cat-container{
	display: flex;
		align-items: flex-start;
}
.cat--sidebar-wrapper{
	width: 275px;
}
.cat--sidebar{
	background: #FECBCA;
	border-radius: 25px;
	padding: 20px 0 30px 0;
	z-index: 2;
	position: relative;
}
.cat--content{
	width: calc(100% - 275px);
  padding-left: 30px;
}
.sidebar--item_link{
	color: #3D327C;
font-weight: 600;
font-size: 18px;
display: block;
padding: 15px 25px;
border-bottom: 1px solid #FFE2E1;
}
h1{
	font-family: 'merriweather';
	font-weight: 900;
	font-size: 40px;
	color: #1D1240;
	padding: 0 10px;
	position: relative;
z-index: 2;
line-height: normal;
}
.sidebar--subs{
	display: none;
}
.sidebar--btn{
	margin-top: 20px;
	display: block;
	text-align: center;
}
body:not(.home),
body:not(.home) .header{
	background: #fef0ef;
}
.breadcrumbs {
	margin-bottom: 30px;
	position: relative;
	z-index: 2;
}
.breadcrumbs a{
	color: #FF6160;
}
.sidebar--item:first-child .sidebar--item_link {
	border-top: 1px solid #FFE2E1;
}
.cat--text{
  opacity: .5;
	padding: 0 10px;
	z-index: 2;
	position: relative;
}
.cat--tags{
	display: flex;
	flex-wrap: wrap;
	margin: 35px 0 25px 0;
}
.cat--tags_item{
	font-size: 12px;
	font-weight: 700;
	background: #fff;
	border-radius: 6px;
	padding: 8px 22px;
	color: #333;
	display: flex;
	align-items: center;
	margin: 0 10px 10px 10px;
}
.cat--tags_item:hover,
.cat--tags_item.active {
	background: linear-gradient(246.7deg, #FF6161 34.95%, #E84C4C 142.91%);
	color: #fff;
}
.cat--tags_item .emoji{
  font-size: 24px;
	margin-right: 15px!important;
}
.tax--posts{
	display: flex;
flex-wrap: wrap;
}
.cat--item {
	width: calc(50% - 20px);
	margin: 10px;
	background: #FFFFFF;
	box-shadow: 0px 7px 20px rgb(119 114 114 / 10%);
	border-radius: 25px;
	padding: 40px;
}
.cat--item_title {
	font-size: 20px;
	margin-bottom: 20px;
	font-weight: 700;
}
.cat--item_title a{
	color:inherit;
}
.cat--item_desc {
	opacity: .5;
}
.cat--item_a{
	text-decoration: underline;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 11px;
	margin-top: 5px;
	display: inline-block;
}
nav.pagination {
	z-index: 10;
	position: relative;
}
.nav-links,
.ajax_pagination {
	display: flex;
	justify-content: flex-end;
	margin: 15px 5px 0 0;
	z-index: 10;
	position: relative;
	list-style: none;
}
.nav-links>*,
.ajax_pagination>li>* {
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 5px;
	background: #FFE2E1;
	box-shadow: 0px 7px 64px rgb(0 0 0 / 7%);
	border-radius: 8px;
	color: #FF6160;
	font-size: 18px;
}
.tax--posts_wrapper {
	margin-bottom: 70px;
}
.youtube--item {
	height: 250px;
	margin: 0 10px;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 25px;
	background-position: center;
	position: relative;
}
.youtube--item::before{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #6048A6;
	opacity: 0;
	transition: .3s;
	border-radius: 25px;
	mix-blend-mode: multiply;
}
.youtube--item:hover::before{
	opacity: .7
}
.youtube--video_title{
	position: absolute;
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	top: 0;
	left: 0;
}
.youtube--video_title {
  position: absolute;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  padding: 15px;
  text-align: center;
  line-height: 33px;
  transition: .3s;
  opacity: 0;
}
.youtube--item:hover .youtube--video_title{
	opacity: 1
}
.youtube .slick-arrow,
.relations--slider .slick-arrow {
  top: calc(50% - 12px);
}
.youtube  .slick-prev,
.relations--slider  .slick-prev {
	left: -3px;
	z-index: 2;
}
.youtube  .slick-next,
.relations--slider  .slick-next {
	right: -3px;
	z-index: 2;
}
.page-content{
	margin-bottom: 120px;
}
.sidebar--item.active .sidebar--item_link{
	background: linear-gradient(251.99deg, #FF6160 37.73%, #D94C4C 115.42%);
	box-shadow: 0px 4px 16px rgb(255 97 97 / 50%);
	color: #fff;
	border: none;
}
.sidebar--item.active .sidebar--subs{
	display: block;
		padding: 15px 25px;
		border-bottom: 1px solid #FFE2E1;
}
.sidebar--subs>a {
	color: #1D1240;
	display: inline-block;
	margin-right: 5px;
}
.sidebar--subs>a:hover {
text-decoration: underline;
}
.sidebar--subs>a.active {
font-weight: 700
}
.poem--h1{
	padding: 0
}
.poem--container {
	display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: flex-start;
}
.poem--content {
	background: #FFFFFF;
	box-shadow: 0px 7px 20px rgb(119 114 114 / 10%);
	border-radius: 25px;
	width: calc(70% - 30px);
	padding: 30px 100px 60px 100px;
	position: relative;
	z-index: 2;
}
.poem--info {
	background: #FFE2E1;
	border-radius: 25px;
	width: 30%;
		padding: 30px 0;
	position: relative;
	z-index: 2;
}
.poem--text>p {
	margin-bottom: 20px;
	line-height: 26px;
	font-size: 16px;
}
.poem--info_title {
	font-weight: 700;
	font-size: 11px;
	opacity: .6;
	text-transform: uppercase;
		margin-bottom: 5px;
		padding: 0 30px;
}
.poem--info_text {
	color: #1D1240;
	border-bottom: 1px solid #FFFFFF;
	margin-bottom: 20px;
	padding: 0 30px 20px 30px;
}
.poem--info_field {
	padding: 0 30px;
	color: #3D327C;
	font-weight: 900;
	font-family: 'merriweather';
	font-size: 12px;
	display: flex;
	margin-bottom: 10px;
}
.poem--info_field>img {
	margin-right: 20px;
}
.poem--relations {
	margin-top: 75px;
		margin-bottom: 85px;
}
.poem--relations h2{
	text-align: left;
	padding: 0 15px;
	margin-bottom: 25px;
}
.popup--title {
	color: #3D327C;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 25px;
}
#review-form .form--radio_wrapper label{
	margin-bottom: 0;
}
.popup-window .form--radio_wrapper label span{
	width: calc(100% - 35px);
		margin-bottom: 0;
}
.popup-window .form--radio_wrapper {
  margin-right: 0;
	margin-bottom: 0;
	flex-direction: column;
}
#review-form .form--konf {
	margin-bottom: 0;
}
.popup-window{
	background: #FFE2E1;
  border-radius: 8px;
}
.popup-window .form--submit{
	text-align: center;
}
.popup-window .calculator--wrap {
	background: transparent;
		padding: 0;
}
#success{
	width: 615px;
	min-height: 225px;
	max-width: 100%;
}
#success .popup--title{
	width: 400px;
	margin: 0 auto 25px auto;
	max-width: 100%;
	z-index: 2;
}
#success .popup--content{
	width: 400px;
margin: 0 auto;
text-align: center;
max-width: 100%;
}
.pop-left{
	position: absolute;
left: -1px;
top: 30px;
}
.pop-bot{
	position: absolute;
right: 50px;
bottom: -1px;
}
.pop-right{
	position: absolute;
	right: 0;
	bottom: 40px;
}
.pop-img{
	position: absolute;
left: -19px;
top: 55px;
width: 150px;
}
.header--menu,.header--contacts{
	display: flex;
}
.form--hint a {
	display: block;
}
.reviews--rank{
	margin-top: -38px;
	margin-bottom: 50px;
	text-align: center;
}
.reviews--rank span{
	display:inline-block;
	margin: 0 15px;
}
.poem_examples--icon{
	width: 180px;
	border-radius: 50%;
	overflow: hidden;
}
.body_wrapper{
		display:none;
	}
.reviews--mobile_img,
.poem_examples_mobile--wrap,
.footer--mobile-polit,
.header--mobile_phone,
.mobile-fixed-menu,
.sub-menu{
	display: none;
}

/*resp*/
@media (max-width:1249px){
	.reviews{
		padding: 0 20px;
	}
	.footer--img{
		width: 220px;
	}
}
@media (max-width:1179px){
	.first--right_img{
		width: 300px;
		bottom: 0;
	}
	.first--left_img{
		left: 0;
		width: 310px;
		bottom: 0;
	}
	.footer--column1{
		padding-right: 20px;
	}
	.footer--phone,
	.footer--title{
		font-size: 26px;
	}
}
@media (max-width:1119px){
	.header--socials_item {
		width: 20px;
		height: 20px;
		margin: 5px;
	}
	.header--socials {
		flex-wrap: wrap;
		width: 60px;
	}
	.header--mail {
	font-size: 15px;
	}
	.header--phone {
	font-size: 18px;
	}
	.header--logo img {
	width: 200px;
	}
	.prices--item_text {
	width: 230px;
	}
}
@media (max-width:991px){
	.header--mobile-menu_toggle{
		display: block;
	background: url(assets/img/burger.svg) no-repeat;
	width: 24px;
	height: 16px;
	background-size: contain;
	}
	.header--socials {
	flex-wrap: nowrap;
	width: auto;
	}
	.header--menu{
		display: none;
	}
	.calculator--design{
		display: none;
	}
	.form--input_wrapper{
		width:50%
	}
	.reviews--rigth {
		width: 100%;
		position: relative;
		top: -35px;
		padding: 0 15px;
	}
	.reviews--icon {
	display: none;
	}
	.reviews--content {
	width: 100%;
	}
	.reviews--btn {
	margin-top: 10px;
	}
	.reviews--wrap {
	flex-wrap: wrap;
	}
	.reviews--image {
	width: auto;
		position: relative;
	}
	.reviews .section_title{
		margin-bottom: 15px;
	}
	.reviews--image img {
	top: unset;
	}
	.reviews--mobile_img{
		position: absolute;
	bottom: 70px;
	right: 0;
	width: 130px;
	height: 160px;
	background: #F7F7F7;
	border-radius: 6px;
	padding: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	}
	.reviews--mobile_img .reviews--icon{
		display: block;
	}
	.prices--item_text {
		width: auto;
	}
	.first--right_img {
	position: relative;
	margin-left: auto;
		bottom: -14px;
	}
	.first {
	padding-bottom: 0;
	}
	.sub-menu{
		display: block;
	list-style: none;
	padding-left: 15px;
	}
	.sub-menu a{
		text-transform: inherit;
	}
	.reviews--rank {
		margin-top: -5px;
	}

	.prices--item_img,
	.first--left_img{
		display: none;
	}
}
@media (max-width:767px){
	.achievments--item {
		width: 50%;
	}
	.scheme--item {
	width: 100%;
	}
	.form--input_wrapper {
	width: 100%;
	}
	.poem_examples_mobile--wrap{
		display: block;
	}
	.poem_examples--item {
	width: 100%;
	margin: 20px 0;
	}
	.no-p {
		padding: 15px;
	}
	.poem_examples--item_wrap {
	padding: 0 15px;
	}
	.prices--item {
	width: 100%;
	border: none!important;
	border-top: 1px solid #ccc!important;
		position: unset;
	}
	.prices--item:first-child {
		border: none!important;
	}
	.prices--wrap {
	border-radius: 0;
	padding: 80px 25px;
	position: relative;
		margin-top: 50px;
	}
	.prices .container{
		padding: 0;
	}
	.prices--btn {
	width: 280px;
	text-align: center;
	display: block;
	margin: 20px auto 0 auto;
	}
	.prices--item:nth-child(3) .prices--item_img{
		display: block;
	bottom: unset;
	right: unset;
	top: -35px;
	left: -55px;
	transform: rotateY(180deg);
	width: 250px;
	}
	.prices--item:nth-child(4) .prices--item_img{
		display: block;
	bottom: -67px;
	width: 230px;
	right: 0;
	}
	.decoration--item_wrap {
	width: 100%;
	}
	.first--h1 {
	font-size: 30px;
	}
	.calculator--wrap {
	padding: 40px 15px;
	}
	.form--total_price-wrapper {
	left: 0;
	}
	.calculator2 .form--total_price-wrapper{
	    color: #3D327C;
    font-size: 55px;
    font-weight: 900;
    font-family: 'merriweather';
    background-image: url(assets/img/calc2_cost.svg);
    padding: 20px 25px;
    margin-top: 0;
    white-space: nowrap;
    background-repeat: no-repeat;
    background-size: cover;
    width: calc(100% + 60px);
    left: -30px;
}
	.footer--title{
		font-size: 16px;
		text-align: center;
		margin-bottom: 25px;
	}
	.footer--phone{
		font-size: 24px;
		text-align: center;
	}
	.footer--column2-1{
		width: 100%;
	margin: 0;
	display: flex;
	flex-direction: column;
	}
	.footer--column {
	width: 100%;
	}
	.footer--order {
		order: 1;
	width: 280px;
	margin: 20px auto 20px auto;
		max-width: 100%;
	}
	.footer--email {
	order: 2;
	}
	.footer--column2-2 {
	margin-top: 20px;
	width: 100%;
	}
	.footer--mobile-polit,
	.footer--mobile-polit .footer--konf{
		display: block;
	}
	.footer--mobile-polit{
		margin-top: 70px;
		width: 50%;
	}
	.header--mobile_phone{
		background: url(assets/img/phone.svg) no-repeat;
		width: 34px;
		height: 34px;
		background-size: 56%;
		display: block;
		background-color: #FF6160;
		border-radius: 50%;
		background-position: center 6px;
		margin-right: 5px;
	}
	.section_title{
		font-size: 26px;
		margin-bottom: 15px;
	}
	.cat--content {
	width: 100%;
	padding: 0;
	}
	.poem--info {
	width: 100%;
	border-radius: 0;
	}
	.poem--content {
	width: 100%;
	background: transparent;
	box-shadow: none;
	padding: 10px;
		padding: 0 30px;
	}
	.poem--container {
	padding: 0;
	}
	.form--hidden_img{
		height:auto
	}
	.form--hidden {
		height: auto!important;
	}
	.reviews {
		margin-top: 20px;
	}
	.poem_examples {
		margin-bottom: 40px;
	}
	.reviews--btn {
		margin-top: 20px;
	}	

	.poem_examples--wrap,
	.prices--item_img,
	.footer--polit,
	.footer--konf,
	.header--contacts,
	.header--socials:not(.footer--socials),
	.cat--sidebar-wrapper{
		display: none;
	}
}
@media (max-width:480px){
	.achievments--item {
	width: 100%;
		text-align: center;
	}
	.achievments--icon{
		margin:auto;
	}
	.poem_examples--content {
	width: 100%;
	margin-bottom: 15px;
	}
	.poem_examples--icon{
		width: 100%;
	}
	.poem_examples--icon img{
		margin: auto;
	}
	.reviews--item_wrap {
	padding: 0 10px;
	}
	.reviews--btn {
	display: block;
	text-align: center;
	}
	.scheme--item {
	text-align: center;
	}
	.scheme--number {
	margin-right: -15px;
	position: relative;
	}
	.decoration--item {
	padding: 20px 15px;
	flex-wrap: wrap;
	text-align: center;
	}
	.decoration--content {
	width: 100%;
	}
	.decoration--img {
	width: 100%;
	}
	.prices--btn {
	width: 100%;
	}
	.reviews {
	padding: 0;
	}
	.reviews--text {
	font-size: 16px;
	}
	.poem_examples--item {
	flex-wrap: wrap;
	text-align: center;
	padding: 20px 0;
	}
	.no-p, .container {
	padding: 5px;
	}
	.header--logo img {
	margin: 0;
	width: 165px;
	}
	.poem_examples{
	margin-top: 50px;
	}
	.scheme{
	margin-top: 20px;
	}
	.mobile-fixed-menu{
		display: flex;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 200;
	justify-content: space-between;
	width: 100%;
	padding: 10px 15px;
	align-items: center;
	background: #FFE2E1;
	display: none;
	}
	.mobile-fixed-menu>* {
	margin: 0;
	height: 27px;
	width: 27px;
	}
	.mobile-fixed-menu--phone img{
			width: 90%;
	}
	.header.fixed {
	display: none;
	}
	body {
	padding-bottom: 40px;
	}
	.form--radio_wrapper {
	margin: 0;
	}
	.calculator--wrap {
	border-radius: 0;
	}
	.calculator--container{
		padding: 0
	}
	.calculator--container .section_title{
		padding: 0 5px;
	}

	.calculator2 .calc-header p {
    padding: 0 5px;
	font-size: 14px;
	line-height: 21px;
	}
	.calculator2 .section_title2 {
		margin-left: 68px;
		margin-bottom: 30px;
	}
	.calculator2 .section_title2:before{left: -60px;}
	.calculator2 .calc-header {
		gap: 0rem;
	}
	.calculator2 .flex {
    flex-direction: column;
	}
	.calculator2 .flex.width-60 {
    padding-right: 0;
    width: 100%;
	}
	.calculator2 .flex.width-40 {
    padding-left: 0;
    width: 100%;
	}
	.calculator2 .form--hint span {
    
    width: 50%;
    line-height: 128%;
	}
	.achievments, .calculator {
	margin-top: 20px;
	}
	.achievments--title {
	margin-top: 15px;
	}
	.prices {
	margin-top: 0;
	}
	.cat--item {
	width: 100%;
	}
	.nav-links {
	justify-content: center;
	}
}



#TelegramVal, #EmailVal {display:none;}
.wp-block-table td, .wp-block-table th {
    border: 0px;
    padding: 0.7em 2em;
}
.wp-block-table th{background: #fecbca;
    color: #3d327c;
	text-align:left;
}
.wp-block-table th:first-child {border-radius: 20px 0 0 0;}	
.wp-block-table th:last-child {border-radius:  0 20px 0 0;}	
.wp-block-table tr:nth-child(2n+1){background:#ffffff5c;}