html,
body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: var(--bg);
	font-family: 'Raleway', sans-serif;
	color: var(--fcolor);
	overflow-x: hidden;
}
html {
	overflow-x: hidden;
}
body.lock {
	overflow: hidden;
}

:root {
	--bg: #efefef;
	--white: #ffffff;
	--fcolor: #343434;
}

* {
	box-sizing: border-box;
}

a {
	text-decoration: none;
	color: var(--fcolor);
}

a:hover {
	
	-webkit-text-fill-color: transparent;
		font-weight: 900;
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	background-image: radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #d18964 25%, #a16000 62.5%, #954b00 100%);
	transition-duration: .5s;
	will-change: transform;

}
.color {
	color: #a16000
}
.white-bg {
	background-color: white;
	border-radius: 20px;
}
.gradient {
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	background-image: radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #d18964 25%, #a16000 62.5%, #954b00 100%);
	will-change: transform;
	
}

p {
	font-size: 16px;
}
em {
	font-weight: 500;
}

p::first-letter {
	text-transform: uppercase;
}

h1 {
	color: var(--fcolor);
	font-family: 'Lora', serif;
}

h2 {
	font-size: 60px;
	font-weight: 900;
	font-family: 'Lora', serif;
}

.h1 {
	font-size: 60px;
	
	font-family: 'Lora', serif;
	margin: 0;
}
.h2 {
	font-size: 30px;
	color: var(--fcolor);
	font-family: 'Lora', serif;
	margin: 0;
	
}
h3 {
	font-family: 'Lora', serif;
	margin: 0;
	font-size: 40px;
}
.hero-offer {
	max-width: 520px;
	font-size: 21px;
	font-weight: 400;
	line-height: 1.5;
	color: #4a4038;
	font-style: normal;
}
.section-lead {
	margin-top: 18px;
	font-size: 18px;
	line-height: 1.55;
	color: #5a514b;
}

.margin-50 {
	margin-top: 50px;
	margin-bottom: 50px;
}

.margin-100 {
	margin-top: 100px;
	margin-bottom: 100px;
}
.margin-bottom-100 {
	margin-bottom: 100px;
}
.margin-100-first {
	margin-top: 150px;
	margin-bottom: 100px;
}
#all_f.closeForm {
	display: none;
}
#thank {
  display: none;
    box-shadow: 0 15px 15px rgb(0 0 0 / 30%);
    border-bottom: 1px solid rgb(255 255 255 / 22%);
    border-top: 1px solid rgb(255 255 255 / 22%);
    box-shadow: 0 0 20px rgb(0 0 0 / 14%);
    border-radius: 8px;
    padding: 50px 50px;
	font-weight: 800;
	z-index: 999999999999999;
}
 
/* start animation */
/*
.fixed {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	
}
*/
/*

.no_animation {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.3s ease-in-out, transform 0.3s easy-in-out;

    transition-duration: 0.8s;
    
}

.scroll-item.animation-class:nth-child(1){
opacity: 1;
    transform: translateY(00px);
    transition: opacity 0.3s ease-in-out, transform 0.3s easy-in-out;
	transition-delay: .10s;
    transition-duration: 0.5s;
}

.scroll-item.animation-class:nth-child(2){
opacity: 1;
    transform: translateY(00px);
    transition: opacity 0.3s ease-in-out, transform 0.3s easy;
	transition-delay: .20s;
    transition-duration: 0.5s;
}

.scroll-item.animation-class:nth-child(3){
	opacity: 1;
    transform: translateY(00px);
    transition: opacity 0.3s ease-in-out, transform 0.3s easy;
      transition-delay: .30s;
      transition-duration: 0.5s;
}
.scroll-item.animation-class:nth-child(4){
	opacity: 1;
    transform: translateY(00px);
    transition: opacity 0.3s ease-in-out, transform 0.3s easy;
      transition-delay: .40s;
      transition-duration: 0.5s;
}
*/

/* the end animation*/
/* the start button */
.stylistics_knopkam {
	width: auto;
	font-size: 16px;
	color: #fff;
	cursor: pointer;
	margin: 20px 0;
	padding: 0 24px;
	min-height: 45px;
	text-align: center;
	border: none;
	border-radius: 8px;
	background: #bd7a2d;
	box-shadow: 0 6px 14px rgba(161, 96, 0, 0.14);
	border: 1px solid rgba(143, 86, 0, 0.18);
	font-weight: 500;
	line-height: 1.2;
	position: relative;
	overflow: hidden;
	transition: background-color .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.stylistics_knopkam::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0));
	opacity: 0;
	transition: opacity .25s ease;
	pointer-events: none;
}

.stylistics_knopkam:hover {
	background: #c8863a;
	box-shadow: 0 8px 20px rgba(161, 96, 0, 0.2);
	border-color: rgba(143, 86, 0, 0.26);
}
.stylistics_knopkam:hover::after {
	opacity: 1;
}

.stylistics_knopkam:focus {
	outline: 3px solid rgba(161, 96, 0, 0.24);
	outline-offset: 3px;
}

.stylistics_knopkam.maiden-1 {
	background: #bd7a2d;
}
.stylistics_knopkam:hover {
	transform: none;
}
#first_block {
	min-height: 650px;
	display: flex;
	flex-direction: column;
	align-items: center;
	align-content: center;
	background-image:radial-gradient(ellipse farthest-corner at right top, #FFFFFF 0%, #ffc6afbd 8%, #ffffff 25%, #efefef 62.5%, #efefef 100%)
}
.box_img {
	position: relative;
}
.box_under_img{
	position: absolute;
	left: 0;
	font-weight: 900;
	bottom: 300px;
	font-weight: 900;
	padding: 20px 30px;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.92);
	border: 1px solid rgba(161, 96, 0, 0.18);
	box-shadow: 0 16px 34px rgba(52, 52, 52, 0.16);
	color: var(--fcolor);
}
.box_under_img em,
.box_under_img2 em {
	display: block;
	color: var(--fcolor);
	font-weight: 700;
	line-height: 1.35;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
}
hr {
height: 5px;
width: 100px;
background-color: black
	
}
/* menu start*/
header {
	position: relative;
	margin: 10px auto 0;
	min-height: 76px;
	padding: 10px 14px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 14px;
	color: var(--fcolor);
	font-weight: 600;
	z-index: 2;
}
header::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(255, 255, 255, 0.82);
	border: 1px solid rgba(161, 96, 0, 0.12);
	border-radius: 12px;
	box-shadow: 0 14px 34px rgba(52, 52, 52, 0.08);
	backdrop-filter: blur(12px);
	z-index: -1;
	pointer-events: none;
}

/*
.fixed {
	position: fixed;
	width: 100%;
	padding: 0 10%;
	left: 0;
	top: 0;
	background: rgba(255, 255, 255, 0.05);
	box-shadow: 0 15px 15px rgb(0 0 0 / 30%);
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	animation: fadeIn 4s;

}
*/

/*
@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}
*/

.logo {
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: space-around;
	flex: 0 0 auto;
}

.logo a {
	display: inline-flex;
	align-items: center;
	position: relative;
	max-width: 188px;
	padding-bottom: 9px;
	padding-right: 0;
	padding-top: 0px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: .01em;
}
.logo a {
	color: #a16000;
	font-family: 'Lora', serif;
}
.logo a::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 74px;
	height: 2px;
	border-radius: 999px;
	background: linear-gradient(90deg, #a16000, rgba(161, 96, 0, 0.12));
}
.logo a:hover {
	color: #8f5200;
	-webkit-text-fill-color: #8f5200;
	background-image: none;
	background-clip: border-box;
	font-weight: 700;
}
.logo a:hover::before {
	width: 100%;
	background: linear-gradient(90deg, #8f5200, rgba(143, 82, 0, 0.18));
}
.logo b {
	font-size: 14px;
	font-weight: 600;
}

header .logo p:last-child {
	display: none;
}
.menu_list {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 10px;
	flex: 1 1 auto;
	min-width: 0;
}
.menu_list div {
	margin-left: 0;
}
.menu_list ul {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 4px;
	flex: 1 1 auto;
	margin: 0;
	padding: 0;
}



.menu_list ul li {

	display: inline-block;
	padding-left: 0;
	font-family: 'Lora', serif;
	
}
.menu_list ul li a{
	display: inline-flex;
	align-items: center;
	min-height: 40px;
	padding: 8px 8px;
	border-radius: 999px;
	color: var(--fcolor);
	font-size: 14px;
	font-weight: 600;
	line-height: 1.15;
	white-space: nowrap;
	transition: background-color .25s ease, color .25s ease, box-shadow .25s ease;
}
.menu_list ul li a:hover {
	background: #fff7ed;
	box-shadow: inset 0 0 0 1px rgba(161, 96, 0, 0.15);
	color: #8f5200;
	-webkit-text-fill-color: #8f5200;
	background-image: none;
	font-weight: 600;
}
.menu_list ul li a[href^="tel:"] {
	padding: 8px 10px;
	background: #fff7ed;
	border: 1px solid rgba(161, 96, 0, 0.16);
	color: #8f5200;
	font-weight: 700;
}
.menu_list ul li a[href^="tel:"]:hover {
	font-weight: 700;
}
.menu-social {
	display: flex;
	align-items: center;
	gap: 6px;
	flex: 0 0 auto;
}
.menu-social a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: rgba(255, 250, 243, 0.84);
	border: 1px solid rgba(161, 96, 0, 0.14);
	transition: background-color .25s ease, box-shadow .25s ease, transform .25s ease;
}
.menu-social a:hover {
	background: #fff7ed;
	box-shadow: 0 8px 20px rgba(161, 96, 0, 0.12);
	transform: translateY(-1px);
	-webkit-text-fill-color: currentColor;
	background-image: none;
}
.menu-social svg {
	width: 20px;
	height: 20px;
	margin-right: 0;
	fill: #343434;
}
/* the start burger */


/* the end burger */




/* the end menu*/


.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 48
}

.box {
	padding: 10px 20px;
	margin-top: 10px;
	background-color: var(--white);
	height: 180px;
	border-radius: 20px;
}

.box p {
	font-size: 16px;
	line-height: normal;
}

ul {
	margin-left: 0;
	padding-left: 0;
}

.menu_list li {
/*	list-style-type: none;*/
	padding: 10px 0;
	display: flex;
	align-items: center;
	align-content: center;
}

li p {
	margin-left: 10px;
	margin-bottom: 0;
	font-style: italic;
	font-weight: 600
}



/* the end */
/*


.disppear {
	animation: meprod 2s forwards;

}

@keyframes meprod {

	100% {
		opacity: 0;
		visibility: hidden;
	}
}
*/


/* the start about_section */
.about_img {
	position: relative;
	display: flex;
	align-content: center;
	align-items: center;
}

.box_under_img2{
	position: absolute;
	left: 0;
	font-weight: 900;
	bottom:100px;
	font-weight: 900;
	padding: 20px 30px;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.92);
	border: 1px solid rgba(161, 96, 0, 0.18);
	box-shadow: 0 16px 34px rgba(52, 52, 52, 0.16);
	color: var(--fcolor);
}
.box_about{
	display: flex;
	align-items: center;
	padding: 20px;
	margin-top: 10px;
	background-color: var(--white);
/*	height: auto;*/
	height: 160px;
	border-radius: 20px;
}
/* the start my_services */
.requests-lead {
	max-width: 800px;
	margin-top: 18px;
	margin-bottom: 34px;
}
.requests-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}
.request-card {
	position: relative;
	min-height: 255px;
	padding: 28px;
	overflow: hidden;
	background: #ffffff;
	border: 1px solid rgba(161, 96, 0, 0.12);
	border-radius: 10px;
	box-shadow: 0 14px 32px rgba(52, 52, 52, 0.06);
}
.request-card::after {
	content: "";
	position: absolute;
	right: -42px;
	top: -42px;
	width: 120px;
	height: 120px;
	background: radial-gradient(circle, rgba(209, 137, 100, 0.15), rgba(209, 137, 100, 0));
	pointer-events: none;
}
.request-card img {
	display: block;
	width: 64px;
	height: auto;
	margin-bottom: 18px;
	position: relative;
	z-index: 1;
}
.request-card h3 {
	margin-bottom: 14px;
	color: #a16000;
	-webkit-text-fill-color: #a16000;
	background-image: none;
	font-size: 23px;
	line-height: 1.25;
}
.request-card p {
	margin-bottom: 0;
	color: #5a514b;
	line-height: 1.55;
}
.formats-header {
	max-width: 860px;
	margin-bottom: 34px;
}
.price-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}
.price-card {
	display: flex;
	flex-direction: column;
	min-height: 100%;
	padding: 28px;
	background: #ffffff;
	border: 1px solid rgba(161, 96, 0, 0.12);
	border-radius: 10px;
	box-shadow: 0 14px 34px rgba(52, 52, 52, 0.07);
}
.price-card h3 {
	font-size: 22px;
	line-height: 1.25;
	margin-bottom: 14px;
	color: var(--fcolor);
}
.price-card p {
	margin-bottom: 22px;
	color: #5a514b;
	line-height: 1.45;
}
.price-options {
	display: grid;
	gap: 10px;
	margin-top: auto;
	margin-bottom: 24px;
}
.price-option {
	padding: 15px 16px;
	background: #fffaf3;
	border: 1px solid rgba(161, 96, 0, 0.18);
	border-radius: 8px;
}
.price-option span {
	display: block;
	margin-bottom: 5px;
	color: #6d625c;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: .03em;
	text-transform: uppercase;
}
.price-option strong {
	display: block;
	color: #8f5200;
	font-family: 'Lora', serif;
	font-size: 24px;
	line-height: 1.15;
}
#formats .stylistics_knopkam {
	width: 100%;
	margin-top: 0;
	padding-left: 18px;
	padding-right: 18px;
}
footer {
	background-color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
text-align: center;
	font-family: 'Lora', serif;
}
footer a {

}
.accordion-button button{
font-size: 16px;
}
.accordion-header{
	outline: none
}
.accordion-body{
	border: none;
}
.accordion-button:not(.collapsed) {
    color: #9d5900;
	
}
.accordion-header button {
	background-color: white;
}
.accordion-button:hover {
outline: none;
}
.accordion-button:focus {
	border:none;
}
.collapsed{
	background-color: #9d5900
}
.plus_text {
	font-size: 20px;
	color: #8f5b1d;
	font-weight: 500;
	 
}
	#plus_block {
		margin-bottom: 100px;
	}
#telegram_block .white-bg {
	border: 1px solid rgba(161, 96, 0, 0.12);
	box-shadow: 0 16px 40px rgba(52, 52, 52, 0.08);
}
#telegram_block svg {
	fill: #b97824;
	width: 64px;
	height: 64px;
}
.telegram-call-title {
	margin: 0;
	color: var(--fcolor);
	font-size: 34px;
	font-weight: 500;
	line-height: 1.35;
}
.telegram-call-title a {
	color: #a16000;
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-underline-offset: 5px;
	font-weight: 600;
}
.telegram-call-title a:hover {
	color: #954b00;
	-webkit-text-fill-color: #954b00;
	background-image: none;
	text-decoration-color: #954b00;
}
.signup-section {
	padding: 55px 0 30px;
}
.signup-section > .container > .row {
	justify-content: center;
}
.signup-section > .container > .row > .col-lg-6:first-child {
	width: min(100%, 720px);
	max-width: 720px;
	flex: 0 0 auto;
}
.signup-section > .container > .row > .col-lg-6 + .col-lg-6 {
	display: none;
}
.signup-intro {
	order: 1;
	margin-bottom: 24px;
}
.telegram-inline {
	display: block;
	margin: 0 0 20px;
	padding: 18px 22px;
	background: #fffaf3;
	border: 1px solid rgba(161, 96, 0, 0.18);
	border-left: 4px solid #c57a22;
	border-radius: 10px;
	box-shadow: 0 12px 28px rgba(52, 52, 52, 0.06);
	color: #9d5900;
	font-family: 'Lora', serif;
	font-style: italic;
	font-weight: 600;
	font-size: 22px;
	line-height: 1.45;
}
.telegram-inline a {
	color: #8f5200;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 4px;
	font-weight: 700;
}
.signup-intro h1 {
	position: relative;
	display: inline-block;
	margin-bottom: 0;
	color: var(--fcolor);
	font-size: 40px;
	font-weight: 600;
	line-height: 1.22;
}
.signup-intro h1 span {
	color: #a16000;
	font-style: italic;
	font-weight: 700;
}
.signup-intro h1::after {
	content: "";
	display: block;
	width: 74px;
	height: 2px;
	margin-top: 12px;
	background: rgba(161, 96, 0, 0.72);
	border-radius: 999px;
}
.signup-section form {
	order: 2;
	margin-bottom: 12px;
}
.signup-section .privacy-note {
	margin: 2px 0 6px;
	text-align: left;
}
.signup-section .stylistics_knopkam {
	margin-top: 8px;
}
.signup-section .form-status {
	order: 3;
}
.contacts-info {
	order: 4;
	margin-top: 42px;
	padding-top: 34px;
	padding-bottom: 42px;
	border-top: 1px solid rgba(161, 96, 0, 0.14);
}
.contacts-info h1 {
	margin-bottom: 12px;
}
footer > div,
footer > div + br {
	display: none;
}
.plus_box {
	display: flex;
	align-items: center
}
.plus_box p {
margin-left: 10px;
	margin-bottom: 0
}
.education-section {
	margin: 110px 0 100px;
}
.education-header {
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.78fr);
	gap: 46px;
	align-items: start;
	max-width: none;
	margin-bottom: 30px;
}
.education-header h2 {
	margin: 0;
	color: var(--fcolor);
	font-family: 'Lora', serif;
	font-size: calc(1.375rem + 1.5vw);
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: 0;
}
.education-header p {
	max-width: 620px;
	margin: 0;
	padding: 22px 24px;
	background: #ffffff;
	border: 1px solid rgba(161, 96, 0, 0.14);
	border-radius: 10px;
	box-shadow: 0 12px 30px rgba(52, 52, 52, 0.055);
	color: #4c4743;
	font-size: 19px;
	font-weight: 400;
	line-height: 1.55;
}
.education-foundation {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 0.86fr);
	gap: 28px;
	align-items: stretch;
	margin: 34px 0 30px;
	padding: 34px;
	background: linear-gradient(135deg, #ffffff 0%, #fffaf3 100%);
	border: 1px solid rgba(161, 96, 0, 0.14);
	border-radius: 14px;
	box-shadow: 0 18px 42px rgba(52, 52, 52, 0.07);
}
.education-foundation-text h3 {
	margin: 0 0 14px;
	color: #343434;
	font-size: 28px;
	font-weight: 400;
	line-height: 1.2;
}
.education-foundation-text p {
	max-width: 690px;
	margin: 0;
	color: #4c4743;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.55;
}
.education-foundation-badges {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}
.education-metric {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 118px;
	padding: 18px;
	background: linear-gradient(145deg, rgba(255, 250, 243, 0.98), rgba(255, 255, 255, 0.9));
	border: 1px solid rgba(161, 96, 0, 0.24);
	border-radius: 12px;
	box-shadow: 0 14px 30px rgba(161, 96, 0, 0.09);
}
.education-metric strong {
	display: block;
	margin-bottom: 7px;
	color: #954b00;
	font-family: 'Lora', serif;
	font-size: 42px;
	font-weight: 700;
	line-height: 1;
}
.education-metric span {
	display: block;
	color: #4c4743;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.35;
}
.education-metric-wide {
	background: linear-gradient(145deg, #ffffff, #fff5e8);
	border-color: rgba(197, 122, 34, 0.34);
}
.education-metric-wide strong {
	margin-bottom: 10px;
	font-size: 24px;
	line-height: 1.18;
}
.education-cards {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
	margin: 26px 0 44px;
}
.education-card {
	display: flex;
	flex-direction: column;
	min-height: 250px;
	padding: 24px;
	background: #ffffff;
	border: 1px solid rgba(161, 96, 0, 0.14);
	border-radius: 10px;
	box-shadow: 0 12px 30px rgba(52, 52, 52, 0.055);
	transition: transform .2s ease, box-shadow .2s ease;
}
.education-card:hover {
	transform: translateY(-2px);
	box-shadow: 0 18px 36px rgba(52, 52, 52, 0.075);
}
.education-card h3 {
	margin: 0 0 14px;
	color: #343434;
	font-size: 22px;
	line-height: 1.2;
}
.education-card p {
	flex: 1;
	margin: 0;
	color: #4c4743;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.55;
}
.education-card span {
	display: block;
	margin-top: 18px;
	color: #8f5200;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.4;
}
.education-achievements {
	margin-top: 20px;
}
.education-highlights {
	padding: 30px;
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid rgba(161, 96, 0, 0.12);
	border-radius: 14px;
}
.education-highlights > h3 {
	margin: 0 0 22px;
	color: #343434;
	font-size: 34px;
	line-height: 1.2;
}
.education-timeline {
	position: relative;
	display: grid;
	gap: 12px;
}
.education-timeline::before {
	content: "";
	position: absolute;
	top: 12px;
	bottom: 12px;
	left: 145px;
	width: 1px;
	background: rgba(161, 96, 0, 0.18);
}
.education-timeline-item {
	position: relative;
	display: grid;
	grid-template-columns: 120px minmax(0, 1fr);
	gap: 48px;
	align-items: start;
	padding: 14px 0;
}
.education-timeline-item::before {
	content: "";
	position: absolute;
	top: 23px;
	left: 140px;
	width: 11px;
	height: 11px;
	background: #c57a22;
	border: 3px solid #fffaf3;
	border-radius: 50%;
	box-shadow: 0 0 0 1px rgba(161, 96, 0, 0.2);
}
.education-timeline-item time {
	color: #9d5900;
	font-family: 'Lora', serif;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.35;
}
.education-timeline-item h4 {
	margin: 0 0 5px;
	color: #343434;
	font-family: 'Lora', serif;
	font-size: 22px;
	line-height: 1.25;
}
.education-timeline-item p {
	margin: 0;
	color: #4c4743;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}
.education-details-toggle,
.documents-more {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	margin: 24px 0 0;
	padding: 13px 24px;
	background: #ffffff;
	border: 1px solid rgba(161, 96, 0, 0.34);
	border-radius: 999px;
	color: #954b00;
	font-size: 16px;
	font-weight: 800;
	line-height: 1.2;
	cursor: pointer;
	transition: background-color .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.education-details-toggle:hover,
.education-details-toggle:focus-visible,
.documents-more:hover,
.documents-more:focus-visible {
	background: #fffaf3;
	border-color: rgba(161, 96, 0, 0.62);
	box-shadow: 0 12px 28px rgba(52, 52, 52, 0.08);
	transform: translateY(-1px);
	outline: none;
}
.education-details {
	margin-top: 26px;
	padding: 24px;
	background: #ffffff;
	border: 1px solid rgba(161, 96, 0, 0.13);
	border-radius: 14px;
	box-shadow: 0 14px 34px rgba(52, 52, 52, 0.06);
}
.education-details[hidden] {
	display: none;
}
.education-details-head {
	max-width: 760px;
	margin-bottom: 18px;
}
.education-details-head h3 {
	margin: 0 0 8px;
	color: #343434;
	font-size: 28px;
	line-height: 1.2;
}
.education-details-head p {
	margin: 0;
	color: #5a514b;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
}
.education-accordion {
	display: grid;
	gap: 10px;
}
.education-accordion-item {
	overflow: hidden;
	background: #fffaf3;
	border: 1px solid rgba(161, 96, 0, 0.14);
	border-radius: 10px;
}
.education-accordion-button {
	position: relative;
	width: 100%;
	padding: 18px 54px 18px 20px;
	background: transparent;
	border: 0;
	color: #343434;
	font-family: 'Lora', serif;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.25;
	text-align: left;
	cursor: pointer;
}
.education-accordion-button::after {
	content: "+";
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	color: #9d5900;
	font-family: 'Raleway', sans-serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
}
.education-accordion-button[aria-expanded="true"]::after {
	content: "−";
}
.education-accordion-button:focus-visible {
	outline: 2px solid rgba(161, 96, 0, 0.45);
	outline-offset: -4px;
}
.education-accordion-panel {
	padding: 0 18px 18px;
}
.education-accordion-panel[hidden] {
	display: none;
}
.education-list {
	display: grid;
	gap: 10px;
}
.education-row {
	display: grid;
	grid-template-columns: 140px minmax(0, 1fr);
	gap: 18px;
	padding: 16px 18px;
	background: rgba(255, 255, 255, 0.92);
	border: 1px solid rgba(161, 96, 0, 0.13);
	border-radius: 8px;
}
.education-row time {
	color: #9d5900;
	font-family: 'Lora', serif;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.35;
}
.education-row span {
	display: inline-flex;
	margin-bottom: 8px;
	padding: 5px 10px;
	background: #fffaf3;
	border: 1px solid rgba(197, 122, 34, 0.18);
	border-radius: 999px;
	color: #8f5200;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.2;
}
.education-row h3 {
	margin: 0 0 8px;
	color: #343434;
	font-size: 20px;
	line-height: 1.25;
}
.education-row p {
	margin: 0;
	color: #4c4743;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}
.documents-block {
	margin-top: 56px;
	padding-top: 40px;
}
.documents-heading {
	max-width: 760px;
	margin-bottom: 24px;
}
.documents-heading h3 {
	margin: 0 0 12px;
	color: #343434;
	font-size: 34px;
	line-height: 1.2;
}
.documents-heading p {
	margin: 0;
	color: #5a514b;
	font-size: 17px;
	font-weight: 500;
	line-height: 1.55;
}
.documents-gallery {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 14px;
}
.documents-item {
	display: block;
	overflow: hidden;
	aspect-ratio: 4 / 3;
	background: #fffaf3;
	border: 1px solid rgba(161, 96, 0, 0.13);
	border-radius: 10px;
	box-shadow: 0 10px 22px rgba(52, 52, 52, 0.06);
}
.documents-item[hidden] {
	display: none;
}
.documents-item img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center center;
	padding: 8px;
	transition: transform .25s ease;
}
.documents-item:hover img,
.documents-item:focus-visible img {
	transform: scale(1.03);
}
@media screen and (max-width: 1200px) {
	#opinion .swiper-slide {
		flex-basis: calc((100% - 16px) / 2);
		width: calc((100% - 16px) / 2) !important;
	}
	.education-foundation {
		grid-template-columns: 1fr;
	}
	.education-cards {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.documents-gallery {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}
@media screen and (min-width: 1200px) {
	.education-header h2 {
		font-size: 2.5rem;
	}
}
@media screen and (max-width: 786px) {
	.education-section {
		margin: 70px 0;
	}
	.education-header {
		grid-template-columns: 1fr;
		gap: 18px;
	}
	.education-header h2 {
		font-size: 35px;
		font-weight: 500;
		line-height: 1.2;
		text-align: center;
	}
	.education-header p {
		font-size: 17px;
		line-height: 1.55;
	}
	.education-foundation {
		padding: 22px;
	}
	.education-foundation-text h3,
	.education-highlights > h3 {
		font-size: 28px;
	}
	.education-foundation-text h3 {
		font-size: 26px;
	}
	.education-foundation-badges {
		grid-template-columns: 1fr;
	}
	.education-metric {
		min-height: 0;
	}
	.education-metric strong {
		font-size: 36px;
	}
	.education-metric-wide strong {
		font-size: 22px;
	}
	.education-cards {
		grid-template-columns: 1fr;
		gap: 12px;
		margin: 28px 0 32px;
	}
	.education-card {
		min-height: 0;
		padding: 20px;
	}
	.education-highlights {
		padding: 20px;
	}
	.education-timeline::before {
		left: 7px;
	}
	.education-timeline-item {
		grid-template-columns: 1fr;
		gap: 6px;
		padding: 12px 0 12px 26px;
	}
	.education-timeline-item::before {
		top: 18px;
		left: 2px;
	}
	.education-timeline-item h4 {
		font-size: 20px;
	}
	.education-row {
		grid-template-columns: 1fr;
		gap: 10px;
		padding: 18px;
	}
	.education-row time {
		font-size: 17px;
	}
	.education-row h3 {
		font-size: 20px;
	}
	.education-details,
	.education-accordion-panel {
		padding: 16px;
	}
	.education-accordion-button {
		padding: 16px 46px 16px 16px;
		font-size: 20px;
	}
	.documents-block {
		margin-top: 42px;
		padding-top: 30px;
	}
	.documents-heading h3 {
		font-size: 28px;
	}
	.documents-gallery {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
	}
	.education-details-toggle,
	.documents-more {
		width: 100%;
	}
}
.privacy-note {
	margin: 6px 0 14px;
	color: #6d625c;
	font-size: 13px;
	line-height: 1.4;
	text-align: center;
}
.privacy-note a {
	color: #a16000;
	text-decoration: underline;
	text-underline-offset: 3px;
}
#modal .privacy-note {
	margin: 2px 0 6px;
	text-align: left;
}
#modal .stylistics_knopkam {
	margin-top: 8px;
}
.policy-page {
	width: min(920px, calc(100% - 32px));
	margin: 60px auto;
	padding: 40px;
	background: #ffffff;
	border-radius: 8px;
	box-shadow: 0 16px 40px rgba(52, 52, 52, 0.08);
}
.policy-page h1,
.policy-page h2 {
	margin-bottom: 18px;
}
.policy-page h2 {
	margin-top: 32px;
	font-size: 26px;
}
.policy-page p {
	font-size: 17px;
	line-height: 1.6;
}
/* the start invitation */
#invitation-block {
	display: flex;
	align-items: center;
  justify-content: center;
	height: auto;
	margin-top: 35px;
	margin-bottom: 70px;
	margin-left: auto;
	margin-right: auto;
	
	
}
#invitation-block [data-aos] {
	opacity: 1 !important;
	transform: none !important;
}
.invitation-block_text{
        margin-top: 20px;

		font-family: 'Lora', serif;
	
}
.invitation-block_text p {
	font-size: 29px;
	line-height: normal;
	font-style: italic;
}
/* the start form */
form {
	margin-bottom: 50px;
}
    form input,
	form select,
	form textarea{
	width: 100%;
    margin-bottom: 10px;
	outline: none;
	border-radius: 8px;
	border:none;
	padding: 10px;
    }	
	form .form-floating {
		margin-bottom: 10px;
	}
	form .form-hp {
		position: absolute;
		left: -9999px;
		width: 1px;
		height: 1px;
		margin: 0;
		padding: 0;
		opacity: 0;
		pointer-events: none;
	}
	.messenger-other-field.is-hidden {
		display: none;
	}
	.cf-turnstile {
		margin: 10px 0;
	}
	.form-status {
		min-height: 24px;
		margin: 14px 0;
		font-weight: 600;
		text-align: center;
	}
	.form-status:empty {
		min-height: 0;
		margin: 0;
		padding: 0;
	}
	.form-status.is-success {
		padding: 14px 18px;
		border-radius: 8px;
		background: #eff8f1;
		border: 1px solid rgba(47, 111, 62, 0.22);
		color: #245b31;
		font-size: 18px;
		line-height: 1.45;
		box-shadow: 0 10px 24px rgba(47, 111, 62, 0.08);
	}
	.form-status.is-error {
		color: #9d2f00;
	}
	.field-error {
		min-height: 20px;
		margin: -2px 0 10px;
		color: #9d2f00;
		font-size: 14px;
		font-weight: 600;
		line-height: 1.35;
	}
	.field-error:empty {
		min-height: 0;
		margin: 0;
	}
	form input.is-invalid-phone,
	form input.is-invalid-name {
		border: 1px solid #b23b18;
		box-shadow: 0 0 0 3px rgba(178, 59, 24, 0.12);
	}
	button:disabled {
		cursor: wait;
		opacity: 0.75;
	}
.menu_list_block {
	display: none;
}
.footer_img {
	position: relative;
	width:70%;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	margin: 0 auto
}
.box_under_img {
	width: 50%;
	left: 0;
}
.box_img .box_under_img {
	width: 58%;
	background: rgba(255, 255, 255, 0.92);
	border: 1px solid rgba(161, 96, 0, 0.18);
	box-shadow: 0 16px 34px rgba(52, 52, 52, 0.16);
	color: var(--fcolor);
	bottom: 220px;
}
.box_img .box_under_img em {
	display: block;
	color: var(--fcolor);
	font-size: 20px;
	font-weight: 700;
	line-height: 1.35;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
}
#accordeon {
margin-top: 24px;
}
.accordion {

	  font-family: 'Lora', serif;;
    border-radius: 10px;
    background-color: #ffffff;
	border: 1px solid rgba(161, 96, 0, 0.12);
    cursor: pointer;
	font-style: normal;
    padding: 20px 24px;
    width: 100%;
    text-align: left;
    outline: none;
/*    font-size: 16px;*/
    font-weight: 600;
    display:flex;
    justify-content: space-between;  
    cursor: pointer;
}

#accordeon ul {
margin-left:auto;
margin-right:auto;
}
.accordion:hover {
	border-color: rgba(161, 96, 0, 0.28);
} 
.li_a {
	margin: 0 0 10px;
	padding: 0;
  display: flex;
flex-direction: column;
 text-decoration: none;
  position: relative;
list-style-type: none; 
}
.hidden{
  width:100%;
margin-top: 8px;
  padding: 0 24px;
  background: #ffffff;
  border: 1px solid rgba(161, 96, 0, 0.12);
  border-radius: 10px;
  color: #4c4743;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  text-align: left;
  visibility: hidden;
  height:0;
  overflow:hidden;
  opacity:0;
  transition:all 0.3s linear;
}
.active{
  padding: 22px 24px;
  margin-bottom: 10px;
  visibility: visible;
  height:auto;
  overflow:none;
  opacity:1;
}
.hidden .color {
	color: #8f5200;
	font-weight: 700;
}
#opinion {
	margin-top: 40px;
	margin-bottom: 20px;
}
#app.container {
	display: block;
}
#opinion .swiper-wrapper {
	display: flex;
	gap: 16px;
	width: 100%;
	overflow-x: auto;
	padding-bottom: 12px;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
	transform: none !important;
	-webkit-overflow-scrolling: touch;
}
#opinion .swiper-wrapper::-webkit-scrollbar {
	height: 6px;
}
#opinion .swiper-wrapper::-webkit-scrollbar-thumb {
	background: rgba(161, 96, 0, 0.24);
	border-radius: 999px;
}
#opinion .swiper-wrapper::-webkit-scrollbar-track {
	background: rgba(255, 255, 255, 0.5);
}
#opinion .swiper-slide {
	flex: 0 0 calc((100% - 32px) / 3);
	width: calc((100% - 32px) / 3) !important;
	height: auto !important;
	opacity: 1 !important;
	transform: none !important;
	min-height: 190px;
	margin: 0 !important;
	padding: 24px;
	background: #ffffff;
	border: 1px solid rgba(161, 96, 0, 0.14);
	border-top: 5px solid #d18964;
	border-radius: 10px;
	box-shadow: none;
	scroll-snap-align: start;
}
#opinion .swiper-slide p {
	color: #343434;
	font-size: 16px;
	line-height: 1.55;
	font-weight: 400;
	margin: 0;
}
#opinion .swiper-slide em {
	font-weight: 400;
}
.profi-card {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	width: min(640px, 100%);
	margin: 22px auto 0;
	padding: 18px 22px;
	background: #ffffff;
	border: 1px solid rgba(161, 96, 0, 0.14);
	border-radius: 8px;
	box-shadow: 0 14px 34px rgba(52, 52, 52, 0.08);
}
.profi-card-link {
	color: #f02d54;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: 800;
	letter-spacing: -0.7px;
	line-height: 1;
	text-decoration: none;
	transition: opacity 0.2s ease, transform 0.2s ease;
}
.profi-card-link:hover {
	color: #f02d54;
	opacity: 0.82;
	transform: translateY(-1px);
}
.profi-card-meta {
	display: flex;
	align-items: center;
	gap: 14px;
	color: #4c4743;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.2;
}
.profi-rating {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	color: #a16000;
	font-family: 'Lora', serif;
	font-size: 24px;
	font-weight: 700;
}
.profi-rating::before {
	content: "★";
	color: #c57a22;
	font-size: 20px;
	line-height: 1;
}
#opinion .swiper {
	padding: 0 46px;
}
.spring-slider2 .swiper2-button-prev,
.spring-slider2 .swiper2-button-next {
	display: flex;
	width: 32px;
	height: 32px;
	top: 50%;
	margin-top: -16px;
}
.spring-slider2 .swiper2-button-prev {
	left: 2px;
}
.spring-slider2 .swiper2-button-next {
	right: 2px;
}
.spring-slider2 .swiper2-button-prev:after,
.spring-slider2 .swiper2-button-next:after {
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	margin: 0;
	font-size: 13px;
	background: rgba(255, 255, 255, 0.96);
	border: 1px solid rgba(161, 96, 0, 0.2);
	box-shadow: 0 4px 10px rgba(52, 52, 52, 0.14);
	border-radius: 50%;
	color: #a16000;
}
.spring-slider2 .swiper2-button-prev:hover:after,
.spring-slider2 .swiper2-button-next:hover:after {
	background: #ffffff;
	color: #954b00;
	box-shadow: 0 4px 10px rgba(52, 52, 52, 0.2);
}
.about_me {
	
	
}
.about_me p,
.about_me em,
.about_me ul {
	font-size: 20px;
	font-weight: 600
}
.about_ul ul {
	font-size: 20px;
	font-weight: 600;
	list-style-type: square;
	
	
}
.about_ul li {
	color: #a16000;
    padding: 3px 0;
	list-style-type: square;
}
#contacts ul {
	list-style-type: none;
}
/* the end preloader */

@media screen and (max-width:1200px) {
	.requests-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.request-card {
		min-height: 0;
	}
	.box_about{
	display: flex;
	align-items: center;
	padding: 20px;
	margin-top: 10px;
	background-color: var(--white);
/*	height: auto;*/
	height: 180px;
	}
}
@media screen and (max-width:1021px) {
	
	header {
		width: 90%;
		min-height: 66px;
		padding: 10px 14px;
		position: relative;
		z-index: 30;
	
	}
	.first_text {
		text-align: center;
	}
	.first_text .hero-offer {
		max-width: 620px;
		margin: 0 auto 18px;
		text-align: center;
	}
	.first_text hr {
    margin: 0px auto;
	}
	.margin-100-first {
	margin-top: 20px;
	margin-bottom: 0px;
}
	.logo a {
font-size: 15px;
	}
	.stylistics_knopkam {
    width: auto;
    font-size: 15px;
    margin: 0px 0 20px 0;
	}
	.box_img {
		width: 350px;
		margin: 0 auto}
	.box_img img {
		width: 500px;
	}
	.box_under_img{
		
	position: absolute;
	left:0px; 
 width: 200px;
	height:auto;
	font-size: 13px;
	bottom: 50px;
	font-weight: 900;
	padding: 10px 10px;
	border-radius: 8px;
	background:rgb(255 255 255 / 79%);
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}
	.box_under_img em  {
		position: relative;
		font-weight: 900;
	}
	.box_img .box_under_img {
		width: 240px;
		background: rgba(255, 255, 255, 0.94);
		box-shadow: 0 12px 26px rgba(52, 52, 52, 0.14);
		bottom: 78px;
	}
	.box_img .box_under_img em {
		font-size: 16px;
		line-height: 1.35;
	}

	nav.menu_list {
		position: fixed;
		top: 0;
		right: 0;
		left: auto;
		height: 100vh;
		width: min(86vw, 360px);
		padding: 92px 24px 28px;
		background: rgba(255, 255, 255, 0.98);
		border-left: 1px solid rgba(161, 96, 0, 0.14);
		box-shadow: -22px 0 48px rgba(52, 52, 52, 0.16);
		z-index: 20;
		transform: translateX(105%);
		transition: transform .35s ease, box-shadow .35s ease;
		overflow-y: auto;
		overflow-x: hidden;
	}
	.menu_list{
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: stretch;
		gap: 22px;
	}
	.menu_list_block{
		display: flex;
		flex-direction: column;
		justify-content: center;
		text-align: left;
		padding-bottom: 18px;
		border-bottom: 1px solid rgba(161, 96, 0, 0.12);
	}
	.menu_list p,
	.menu_list em{
		color: var(--fcolor);
		margin-bottom: 0;
		font-family: 'Lora', serif;
		font-size: 20px;
	}
	.menu_list em {
		margin-top: 4px;
		color: #8f5200;
		font-size: 17px;
	}
	.menu_list.active {
		transform: translateX(0);

	}
	
	.menu_list ul {
		margin-top: 0%;
	
		line-height: 1.2;
		display: flex;
		flex-direction: column;
		align-items: stretch;
		justify-content: flex-start;
		flex: 0 0 auto;
		gap: 10px;
		padding-left: 0px;
		
	}
	.menu_list ul  li{
		width: 100%;
		font-size: 20px;
	
	}
	.menu_list div {
		display: flex;
		justify-content: center;
		margin-left: auto;
		margin-right: auto;
	}

	.menu_list div a {
		margin: 0px 10px;
	}
	.menu_list .menu-social {
		gap: 10px;
		margin-top: 14px;
	}
	.menu_list .menu-social a {
		width: 44px;
		height: 44px;
		margin: 0;
	}

	.menu_list.active ul {
		margin-top: 0;
		font-size: 17px;
		line-height: 1.2;
		display: flex;
		flex-direction: column;
		padding-left: 0px;

	}

	.menu_list ul li:first-child {
		display: block;
	}

	.menu_list ul li {
		display: flex;
		align-items: center;
		padding-left: 0
	}
	.menu_list ul li a {
		justify-content: flex-start;
		width: 100%;
		min-height: 46px;
		padding: 12px 16px;
		background: #fffaf3;
		border: 1px solid rgba(161, 96, 0, 0.12);
		border-radius: 12px;
		color: #343434;
		font-size: 18px;
	}
	.menu_list ul li a[href^="tel:"] {
		justify-content: center;
		margin-top: 4px;
		color: #8f5200;
	}

	.menu__icon {
		display: block;
		width: 46px;
		height: 38px;
		background: none;
		position: relative;
		z-index: 40;
		cursor: pointer;

	}

	.menu__icon span {
		position: absolute;
		top: calc(50% - 1px);
		right: 0;
		width: 100%;
		height: 3px;
		border-radius: 999px;
		background-color: #000000;
		transition: transform .25s ease, top .25s ease, bottom .25s ease, opacity .25s ease;

	}

	.menu__icon span:first-child {
		top: 0;
	}

	.menu__icon span:last-child {
		top: auto;
		bottom: 0;
	}

	.menu__icon.active span {
		transform: scale(0)
	}

	.menu__icon.active span:first-child {
		transform: rotate(-45deg);
		top: calc(50% - 1px);
	}

	.menu__icon.active span:last-child {
		transform: rotate(45deg);
		bottom: calc(50% - 1px);
	}

	.box {
		height: 180px;
	}

	svg {
		margin-right: 10px;
	}
	.about_img {
		width: 350px;
		margin: 0 auto
	}
	.about_img img {
		width: 100%;
		margin: 0 auto
	}
	.box_about {
	width: 100%;
	padding: 20px;
	margin: 20px;
	background-color: var(--white);
    height: auto;
	border-radius: 20px;
		
}
	.requests-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.price-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.price-card {
		min-height: 0;
	}
	
}


@media screen and (max-width: 786px){
	#first_block {
	min-height: 650px;
	
	background-image:radial-gradient(ellipse farthest-corner at right top, #FFFFFF 0%, #ffffffbd 8%, #ffffff 25%, #efefef 62.5%, #efefef 100%)
}
	#first_block + section + section .margin-100 {
		margin-top: 36px;
	}
	#first_block + section + section [data-aos] {
		opacity: 1 !important;
		transform: none !important;
	}
	.box_img img {
		width: 100% ;
	}
	h3 {
		font-size: 20px;
	}
	.h1 {
font-size:37px; 
	}
	.hero-offer {
		max-width: calc(100% - 32px);
		margin: 0 auto 18px;
		font-size: 18px;
		line-height: 1.55;
		text-align: center;
	}
	
	h1 {
		text-align: center;
		font-size: 35px;
	}
	.about_img img {
		width: 70%;
		margin: 0 auto
	}
	
	.opinion_block_text {
		text-align: center;
		margin-top: 30px;
		
	}
	#opinion .swiper-slide {
		min-height: 0;
		padding: 26px 24px;
	}
	#opinion .swiper-slide {
		flex-basis: 100%;
		width: 100% !important;
	}
	#opinion .swiper {
		padding: 0 28px;
	}
	.spring-slider2 .swiper2-button-prev,
	.spring-slider2 .swiper2-button-next {
		width: 26px;
		height: 26px;
		margin-top: -13px;
	}
	.spring-slider2 .swiper2-button-prev {
		left: 0;
	}
	.spring-slider2 .swiper2-button-next {
		right: 0;
	}
	.spring-slider2 .swiper2-button-prev:after,
	.spring-slider2 .swiper2-button-next:after {
		width: 26px;
		height: 26px;
		font-size: 11px;
	}
	#opinion .swiper-slide p {
		font-size: 16px;
		line-height: 1.5;
	}
	#opinion {
		margin-bottom: 16px;
	}
	#invitation-block {
		margin-top: 28px;
		margin-bottom: 55px;
	}
	.profi-card {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
	.profi-card-meta {
		justify-content: center;
		flex-wrap: wrap;
	}
	.plus_box p{
   margin-left: 20px;
		margin-top: 10px;
}

	.plus_text {
		text-align: center;
	}
	.telegram-call-title {
		font-size: 24px;
		text-align: center;
	}
	#telegram_block svg {
		margin-bottom: 18px;
	}
	.signup-section {
		padding-top: 34px;
	}
	.signup-intro h1 {
		font-size: 34px;
		text-align: center;
	}
	.signup-intro h1::after {
		margin-left: auto;
		margin-right: auto;
	}
	.telegram-inline {
		padding: 16px 18px;
		font-size: 18px;
		text-align: center;
	}
	.contacts-info {
		margin-top: 34px;
		padding-top: 28px;
		padding-bottom: 34px;
	}
	.plus_box {
		
	background-color: white;
		margin: 5px auto;
		border-radius: 8px;
		padding: 20px 20px;
	}
	.price-grid {
		grid-template-columns: 1fr;
	}
	.requests-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.requests-lead,
	.formats-header {
		text-align: center;
	}
	.request-card,
	.price-card {
		padding: 22px;
	}
	.price-option strong {
		font-size: 22px;
	}
	form {
		display: flex;
		flex-direction: column;
		margin-bottom: 50px;
	}
	form button {
		width: 100%;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}
	.footer_img img {
	width:100%;

}
	.accordion {
		width: 95%;
		margin-left: auto;
		margin-right: auto;
	}
	#contacts ul {
		display: flex;
		flex-direction: column;
		justify-content: center;
		margin: 0 auto 20px auto;
	}
	#contacts ul li {
 margin-left: auto;
		margin-right: auto
	}
	.opinion_block_text  {
/*		text-align: right;*/
		
	}
	.opinion_block_text button {
		margin-top: 30px;
	}
	.plus_t {
text-align: center;
		margin-left: auto;
		margin-right: auto
	}
	
		.about_ul  {
	margin-left: 10px;
			
	text-align:  left; 
	}
	.about_ul li {
	text-align: left;
	color: #a16000;
    padding: 3px 0;
	list-style-type: circle;
}
	#error {
		text-align: center;
	}
}


@media screen and (max-width: 576px){
	.requests-grid {
		grid-template-columns: 1fr;
	}
}



@media (orientation: portrait) {
	#popup__toggle {
		bottom: 85px;
		right: 10px;
		position: fixed;
		z-index: 9;
		display: none;
	}


	#popup__toggle {
		display: block;
	}




	.circlephone {
		box-sizing: content-box;
		-webkit-box-sizing: content-box;
		border: 2px solid #da8053;
		width: 150px;
		height: 150px;
		bottom: -25px;
		right: 10px;
		position: absolute;
		-webkit-border-radius: 100%;
		-moz-border-radius: 100%;
		border-radius: 100%;
		opacity: .5;
		-webkit-animation: circle-anim 2.4s infinite ease-in-out !important;
		-moz-animation: circle-anim 2.4s infinite ease-in-out !important;
		-ms-animation: circle-anim 2.4s infinite ease-in-out !important;
		-o-animation: circle-anim 2.4s infinite ease-in-out !important;
		animation: circle-anim 2.4s infinite ease-in-out !important;
		-webkit-transition: all .5s;
		-moz-transition: all .5s;
		-o-transition: all .5s;
		transition: all 0.s;
	}

	.circle-fill {
		background: #da8053;
		will-change: transform;
		height: 100px;
		bottom: 0px;
		right: 35px;
		position: absolute;
		-webkit-border-radius: 100%;
		-moz-border-radius: 100%;
		border-radius: 100%;
		border: 2px solid transparent;
		-webkit-animation: circle-fill-anim 2.3s infinite ease-in-out;
		-moz-animation: circle-fill-anim 2.3s infinite ease-in-out;
		-ms-animation: circle-fill-anim 2.3s infinite ease-in-out;
		-o-animation: circle-fill-anim 2.3s infinite ease-in-out;
		animation: circle-fill-anim 2.3s infinite ease-in-out;
		-webkit-transition: all .5s;
		-moz-transition: all .5s;
		-o-transition: all .5s;
		transition: all 0.5s;
	}

	.img-circle {
		box-sizing: content-box;
		background: #da8053;
		will-change: transform;
		width: 52px;
		height: 52px;
		bottom: 24px;
		right: 59px;
		position: absolute;
		-webkit-border-radius: 100%;
		-moz-border-radius: 100%;
		border-radius: 100%;
		border: 2px solid transparent;
		opacity: 1
	}

	.img-circleblock {
		box-sizing: content-box;
		-webkit-box-sizing: content-box;
		width: 52px;
		height: 52px;

		background-image: url(../img/mini.png);
		background-position: center center;
		background-repeat: no-repeat;
		animation-name: tossing;
		-webkit-animation-name: tossing;
		animation-duration: 1.5s;
		-webkit-animation-duration: 1.5s;
		animation-iteration-count: infinite;
		-webkit-animation-iteration-count: infinite;
	}

	.img-circle:hover {
		opacity: 1;
	}

	@keyframes pulse {
		0% {
			transform: scale(0.9);
			opacity: 1;
		}

		50% {
			transform: scale(1);
			opacity: 1;
		}

		100% {
			transform: scale(0.9);
			opacity: 1;
		}
	}

	@-webkit-keyframes pulse {
		0% {
			-webkit-transform: scale(0.95);
			opacity: 1;
		}

		50% {
			-webkit-transform: scale(1);
			opacity: 1;
		}

		100% {
			-webkit-transform: scale(0.95);
			opacity: 1;
		}
	}

	@keyframes tossing {
		0% {
			transform: rotate(-8deg);
		}

		50% {
			transform: rotate(8deg);
		}

		100% {
			transform: rotate(-8deg);
		}
	}

	@-webkit-keyframes tossing {
		0% {
			-webkit-transform: rotate(-8deg);
		}

		50% {
			-webkit-transform: rotate(8deg);
		}

		100% {
			-webkit-transform: rotate(-8deg);
		}
	}

	@-moz-keyframes circle-anim {
		0% {
			-moz-transform: rotate(0deg) scale(0.5) skew(1deg);
			opacity: .1;
			-moz-opacity: .1;
			-webkit-opacity: .1;
			-o-opacity: .1;
		}

		30% {
			-moz-transform: rotate(0deg) scale(0.7) skew(1deg);
			opacity: .5;
			-moz-opacity: .5;
			-webkit-opacity: .5;
			-o-opacity: .5;
		}

		100% {
			-moz-transform: rotate(0deg) scale(1) skew(1deg);
			opacity: .6;
			-moz-opacity: .6;
			-webkit-opacity: .6;
			-o-opacity: .1;
		}
	}

	@-webkit-keyframes circle-anim {
		0% {
			-webkit-transform: rotate(0deg) scale(0.5) skew(1deg);
			-webkit-opacity: .1;
		}

		30% {
			-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
			-webkit-opacity: .5;
		}

		100% {
			-webkit-transform: rotate(0deg) scale(1) skew(1deg);
			-webkit-opacity: .1;
		}
	}

	@-o-keyframes circle-anim {
		0% {
			-o-transform: rotate(0deg) kscale(0.5) skew(1deg);
			-o-opacity: .1;
		}

		30% {
			-o-transform: rotate(0deg) scale(0.7) skew(1deg);
			-o-opacity: .5;
		}

		100% {
			-o-transform: rotate(0deg) scale(1) skew(1deg);
			-o-opacity: .1;
		}
	}

	@keyframes circle-anim {
		0% {
			transform: rotate(0deg) scale(0.5) skew(1deg);
			opacity: .1;
		}

		30% {
			transform: rotate(0deg) scale(0.7) skew(1deg);
			opacity: .5;
		}

		100% {
			transform: rotate(0deg) scale(1) skew(1deg);
			opacity: .1;
		}
	}

	@-moz-keyframes circle-fill-anim {
		0% {
			-moz-transform: rotate(0deg) scale(0.7) skew(1deg);
			opacity: .2;
		}

		50% {
			-moz-transform: rotate(0deg) -moz-scale(1) skew(1deg);
			opacity: .2;
		}

		100% {
			-moz-transform: rotate(0deg) scale(0.7) skew(1deg);
			opacity: .2;
		}
	}

	@-webkit-keyframes circle-fill-anim {
		0% {
			-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
			opacity: .2;
		}

		50% {
			-webkit-transform: rotate(0deg) scale(1) skew(1deg);
			opacity: .2;
		}

		100% {
			-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
			opacity: .2;
		}
	}

	@-o-keyframes circle-fill-anim {
		0% {
			-o-transform: rotate(0deg) scale(0.7) skew(1deg);
			opacity: .2;
		}

		50% {
			-o-transform: rotate(0deg) scale(1) skew(1deg);
			opacity: .2;
		}

		100% {
			-o-transform: rotate(0deg) scale(0.7) skew(1deg);
			opacity: .2;
		}
	}

	@keyframes circle-fill-anim {
		0% {
			transform: rotate(0deg) scale(0.7) skew(1deg);
			opacity: .2;
		}

		50% {
			transform: rotate(0deg) scale(1) skew(1deg);
			opacity: .2;
		}

		100% {
			transform: rotate(0deg) scale(0.7) skew(1deg);
			opacity: .2;
		}
	}
}
