@media (min-width: 979px) {
	ul.nav li.dropdown.show-on-hover:hover > ul.dropdown-menu {
		display: block;
	}
	.comment-list .children {
		padding: 0;
		margin-left: 74px;
		padding-bottom: 15px;
	}
	.comment-list .media {
		margin-top: 0;
	}
}
.alignnone {
	margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
a img.alignnone {
	margin: 5px 20px 20px 0;
}
a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgb(0 0 0 / 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* ------------------------------ FONTS ----------------------------------- */

@font-face {
	font-family: "PTSans-Bold";
	src: url("fonts/PTSans-Bold/PTSansBold.eot?") format("eot"),
		url("fonts/PTSans-Bold/PTSansBold.woff") format("woff"),
		url("fonts/PTSans-Bold/PTSansBold.ttf") format("truetype");
	font-weight: bold;
}
@font-face {
	font-family: "PTSans-Regular";
	src: url("fonts/PTSans-Regular/PTSansRegular.eot?") format("eot"),
		url("fonts/PTSans-Regular/PTSansRegular.woff") format("woff"),
		url("fonts/PTSans-Regular/PTSansRegular.ttf") format("truetype");
	font-weight: normal;
}

/* ---------------- RESET ---------------- */

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	box-sizing: border-box;
}
a,
article,
aside,
button,
details,
div,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}
a,
button,
input[type="submit"] {
	cursor: pointer;
}
a:active,
a:focus,
a:hover,
button:active,
button:focus,
button:hover,
input:active,
input:focus,
input:hover,
textarea:active,
textarea:focus,
textarea:hover {
	outline: 0;
	outline-offset: 0;
}
body {
	line-height: 1;
}
li,
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote::after,
blockquote::before,
q::after,
q::before {
	content: "";
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* -------------- STANDART -------------- */
.block__wrapper {
	width: 85%;
	margin: 50px auto;
}
.small-title {
	//font-family: "PTSans-Regular";
	color: #707070;
	font-size: 40px;
	line-height: 52px;
	max-width: 500px;
	margin: 0 auto 20px;
	text-align: center;
}
.block__description {
	//font-family: "PTSans-Regular";
	color: #707070;
	font-size: 20px;
	line-height: 26px;
	max-width: 450px;
	margin: 0 auto 20px;
}

@media (max-width: 1100px) {
	.block__wrapper {
		width: 90%;
	}
	.small-title {
		font-size: 30px;
		line-height: 40px;
	}
	.block__description {
		font-size: 18px;
		line-height: 25px;
	}
}
@media (max-width: 600px) {
	.small-title {
		font-size: 25px;
		line-height: 33px;
	}
}

/* --------------- HEADER --------------- */

header {
	background: #ffffff;
}
header .block__wrapper {
	margin: 25px auto;
}
header h1 {
	//font-family: "PTSans-Regular";
	color: #707070;
	font-size: 40px;
	line-height: 52px;
}

/* --------------- BANNER --------------- */

.title__banner {
	position: relative;
}
.title__banner img {
	width: 100%;
	height: auto;
	margin: 0;
}
.title__banner h2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: "PTSans-Bold";
	color: #ffffff;
	text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	font-size: 60px;
	line-height: 78px;
	text-align: center;
	z-index: 10;
}

/* ------------- FORM BLOCK ------------- */

.form__block-wrap {
	margin: 50px auto;
	width: 60%;
}
.wpcf7-form {
	display: flex;
	flex-wrap: wrap;
	margin-top: 60px;
}
.form__input {
	width: 48%;
	margin-right: 4%;
}
.form__input:nth-of-type(2n-1) {
	margin-right: 0;
}
.form__textarea {
	width: 100%;
}
.form__input label,
.form__textarea label {
	font-family: "PTSans-Regular";
	color: #707070;
	font-size: 20px;
	line-height: 26px;
}
.form__input input,
.form__textarea textarea,
.form__input .selection.dropdown {
	//font-family: "PTSans-Regular";
	color: #707070;
	font-size: 20px;
	line-height: 26px;
	width: 100%;
	box-shadow: none;
	border: 1px solid #707070;
	border-radius: 4px;
	padding: 20px 25px;
	box-sizing: border-box;
	margin: 10px 0 30px;
}
.form__input .visible,
.form__input .visible .text,
.form__input .selection.dropdown:focus,
.form__input .selection.dropdown:active,
.form__input .selection.dropdown:hover {
	border-color: #707070 !important;
	box-shadow: none !important;
	color: #707070 !important;
}
.form__input .selection.dropdown .menu div.item {
	font-family: "PTSans-Regular";
	color: #707070;
	padding: 15px 20px;
	font-size: 20px;
	line-height: 26px;
}
.form__input .ui.dropdown .dropdown.icon::before {
	content: "\f107";
	display: inline-block;
	font-family: "FontAwesome";
	font-size: 20px;
	line-height: 36px;
	color: #000000;
	transition: 0.3s;
}
.form__input .ui.dropdown.active .dropdown.icon::before {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	transition: 0.3s;
}
.wpcf7-submit {
	font-family: "PTSans-Bold";
	font-size: 24px;
	line-height: 31px;
	background: #294167;
	color: #ffffff;
	padding: 20px 40px;
	border: 1px solid #294167;
	box-shadow: none;
	border-radius: 4px;
	transition: 0.3s;
}
.wpcf7-submit:hover {
	background: rgba(41, 65, 103, 0.3);
	color: #294167;
	transition: 0.3s;
}
.form-input .wpcf7-not-valid-tip {
	margin-top: -20px;
}
.wpcf7-response-output {
	font-family: "PTSans-Regular";
	font-size: 20px;
	line-height: 26px;
}

.square-blocks__wrapper {
	display: flex;
	flex-wrap: wrap;
}
.square-block {
	width: 50%;
	height: 36vw;
	position: relative;
	overflow: hidden;
}
.square-block:nth-of-type(3) {
	background: #294167;
}
.square-block img {
	width: 100%;
	height: auto;
	margin: 0;
}
.square-block span {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px 4vw;
	width: 100%;
	height: 100%;
	font-family: "PTSans-Regular";
	font-size: 2.1vw;
	line-height: 1.5;
	text-align: center;
	color: #ffffff;
}
.block__description ol {
	margin-left: 20px;
}
.block__description ol li {
	padding-left: 10px;
	list-style-type: decimal;
}
.block__description.info {
	text-align: center;
}
.block__description.info ol {
	display: inline-block;
	text-align: left;
}
.images__block {
	display: flex;
}
.image-s__block {
	width: 33.3333%;
}
.image-s__block img {
	width: 100%;
	height: auto;
	margin: 0;
}
.block__description.how-work strong {
	font-family: "PTSans-Bold";
}
.block__description.how-work li {
	margin-bottom: 20px;
}
.banner-wrapper img {
	width: 100%;
	height: auto;
	margin: 0;
}

/* ----------- CONTACT BLOCK ----------- */

.contact-block__wrap {
	display: flex;
}
.contact-block {
	width: 35%;
}
.contact__form-wrap {
	width: 65%;
}
.contact.small-title {
	margin: 50px 0 -20px 35%;
	text-align: left;
}
.contact__form-wrap form {
	margin-top: 0;
}
.contact-block__item a {
	display: inline-block;
	font-family: "PTSans-Regular";
	font-size: 20px;
	line-height: 26px;
	color: #707070;
	margin-bottom: 20px;
	text-decoration: underline;
}
.contact-block__item a:hover {
	text-decoration: none;
}
.contact-block__wrap h3 {
	font-family: "PTSans-Bold";
	font-size: 30px;
	line-height: 39px;
	color: #707070;
	margin-bottom: 30px;
}
.contact-block__item span {
	font-family: "PTSans-Regular";
	font-size: 20px;
	line-height: 26px;
	color: #707070;
}
.contact-block__item::before {
	content: "";
	font-family: "FontAwesome";
	display: inline-block;
	vertical-align: top;
	width: 40px;
	margin-top: 3px;
	font-size: 22px;
	color: #2d9ad4;
}
.contact-block__item.address::before {
	content: "\f041";
}
.contact-block__item.email::before {
	content: "\f0e0";
	font-size: 20px;
}
.contact-block__item.phone::before {
	content: "\f095";
}
.contact-block__item.facebook::before {
	content: "\f09a";
}

/* -------------- FOOTER -------------- */

footer {
	padding: 30px 20px;
	background: #eaeaea;
	text-align: center;
}
footer span {
	font-family: "PTSans-Regular";
	font-size: 20px;
	line-height: 26px;
	color: #707070;
}

@media (max-width: 1100px) {
	.header__logo {
		font-size: 30px;
		line-height: 40px;
	}
	.title__banner h2 {
		font-size: 48px;
		line-height: 58px;
	}
	.form__block-wrap {
		width: 80%;
	}
	.form__textarea textarea {
		height: 200px;
	}
	.wpcf7-submit {
		font-size: 20px;
		line-height: 26px;
	}
	.square-block span {
		padding: 20px;
		font-size: 17px;
	}
	.contact-block {
		width: 55%;
		padding-right: 20px;
	}
	.contact-block h3 {
		font-size: 25px;
		line-height: 34px;
	}
	.small-title.contact {
		margin-left: auto;
		text-align: center;
	}
	.contact__form-wrap {
		width: 45%;
	}
	.contact__form-wrap .form__input {
		width: 100%;
		margin-right: 0;
	}
}

@media (max-width: 600px) {
	.header__logo {
		font-size: 25px;
		line-height: 33px;
	}
	.title__banner {
		height: 80vw;
		overflow: hidden;
	}
	.title__banner img {
		height: 100%;
		width: auto;
		max-width: none;
		margin-left: -115%;
	}
	.form__input {
		width: 100%;
		margin-right: 0;
	}
	.title__banner h2 {
		font-size: 30px;
		line-height: 40px;
		padding: 0 20px;
	}
	.form__block-wrap .block__description {
		margin-bottom: -20px;
	}
	.wpcf7-submit {
		font-size: 18px;
	}
	.square-block {
		width: 100%;
		height: 65vw;
	}
	.square-block span {
		font-size: 20px;
	}
	.images__block {
		flex-wrap: wrap;
	}
	.image-s__block {
		width: 100%;
		height: 60vw;
		overflow: hidden;
	}
	.image-s__block img {
		margin-top: -10%;
	}
	.banner-wrapper {
		height: 60vw;
		overflow: hidden;
	}
	.banner-wrapper img {
		height: 100%;
		width: auto;
	}
	.contact-block__wrap {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		width: 80%;
	}
	.contact-block {
		width: 100%;
		margin-bottom: 40px;
	}
	.contact-block h3 {
		font-size: 23px;
	}
	.contact__form-wrap {
		width: 100%;
	}
}

/********************************************* NEW SITE *********************************************/

@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

@font-face {
	font-family: Montserrat-black;
	src: url(fonts/Montserrat-black/montserratblack.woff) format("woff"),
		url(fonts/Montserrat-black/montserratblack.ttf) format("truetype");
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: Montserrat-light;
	src: url(fonts/Montserrat-light/montserratlight.woff) format("woff"),
		url(fonts/Montserrat-light/montserratlight.ttf) format("truetype");
	font-style: normal;
	font-display: swap;
}

:root {
	--main-color: #2d4a63;
	--font-color: #707070;
	--title-color: #172633;
	--shadow-color: #ececec;

	--font: Montserrat, sans-serif;
}
body {
	font-family: Montserrat, sans-serif;
}
body h1,
body h2,
body h3 {
	font-weight: 700;
	color: var(--title-color);
	font-size: 40px;
	line-height: 1.1;
	text-transform: uppercase;
}
@media (max-width: 1550px) {
	body .home_selling-block h2,
	body .home-banner_text h1,
	body .home_form-block h2,
	body h1,
	body h2,
	body h3 {
		font-size: 35px;
	}
}
@media (max-width: 1100px) {
	body .home_selling-block h2,
	body .home-banner_text h1,
	body .home_form-block h2,
	body h1,
	body h2,
	body h3 {
		font-size: 30px;
	}
}
@media (max-width: 500px) {
	body .home_selling-block h2,
	body .home-banner_text h1,
	body .home_form-block h2,
	body h1,
	body h2,
	body h3 {
		font-size: 27px;
	}
}

/************* ANIMATION **************/
.link-hover::after,
.header-nav a::after,
.footer-new a::after,
.underline-link::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 4px;
	background-color: var(--main-color);
	bottom: 0;
	left: 0;
	transform-origin: right;
	transform: scaleX(0);
	transition: transform 0.3s ease-in-out;
}
.underline-link::after {
	height: 2px;
}
@media (min-width: 1050px) {
	.link-hover:hover::after,
	.header-nav a:hover::after,
	.menu-footer-links-container a:hover::after,
	.underline-link:hover::after {
		transform-origin: left;
		transform: scaleX(1);
	}
}
.link-button,
.sending-animation .link-button:hover {
	display: block;
	text-transform: uppercase;
	color: #fff;
	padding: 20px 40px;
	border-radius: 10px;
	background-color: var(--main-color);
	box-shadow: 8px 8px var(--shadow-color);
	text-decoration: none;
	transform: translate(0, 0);
	font-weight: 700;
	font-size: 20px;
	transition: 0.3s;
}
.home-banner_text .link-button {
	box-shadow: 8px 8px #fff;
}
.link-button:hover {
	transform: translate(0, 5px);
	box-shadow: 0 0 var(--shadow-color);
	transition: 0.3s;
}
.home-banner_text .link-button:hover {
	transform: translate(0, 5px);
	box-shadow: 0 0 #fff;
	transition: 0.3s;
}
.link-button:active,
.link-button:target,
.link-button.is-tapped {
	animation: clickButton 0.7s;
}
.home-banner_text .link-button:active {
	animation: clickButtonWhite 0.7s;
}
@keyframes clickButton {
	0% {
		transform: translate(0, 5px);
		box-shadow: 8px 8px var(--shadow-color);
	}
	30% {
		transform: translate(0, 0);
		box-shadow: 0 0 var(--shadow-color);
	}
	65% {
		transform: translate(0, 5px);
		box-shadow: 8px 8px var(--shadow-color);
	}
	100% {
		transform: translate(0, 0);
		box-shadow: 0 0 var(--shadow-color);
	}
}
@keyframes clickButtonWhite {
	0% {
		transform: translate(0, 5px);
		box-shadow: 8px 8px #fff;
	}
	30% {
		transform: translate(0, 0);
		box-shadow: 0 0 #fff;
	}
	65% {
		transform: translate(0, 5px);
		box-shadow: 8px 8px #fff;
	}
	100% {
		transform: translate(0, 0);
		box-shadow: 0 0 #fff;
	}
}

.fadein-right {
	opacity: 0;
	transform: translate(40vw, 0);
}
.fadein-right.animate {
	opacity: 1;
	transform: translate(0, 0);
	transition: 1s;
}
.fadein-left {
	opacity: 0;
	transform: translate(-40vw, 0);
}
.fadein-left.animate {
	opacity: 1;
	transform: translate(0, 0);
	transition: 1s;
}

/*********** COMMON STYLES ***********/
img {
	width: 100%;
}
.image-background {
	width: 100%;
	height: 100%;
}
body * {
	font-family: var(--font);
	color: var(--font-color);
	line-height: 1.3;
	font-size: 20px;
}
body h1,
body h2 {
	line-height: 1.1;
}
.main-new {
	width: 100vw;
	overflow-x: hidden;
}
.main-new.not-overflow {
	overflow: unset;
}
.nice-select .list::-webkit-scrollbar {
	-webkit-appearance: none;
	width: 4px;
}
.nice-select .list::-webkit-scrollbar-thumb {
	border-radius: 4px;
	background-color: rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
input:active,
input:focus,
textarea:active,
textarea:focus {
	border-color: var(--main-color) !important;
}
input,
textarea,
.nice-select .current {
	color: var(--title-color) !important;
}

/*************** HEADER ***************/
.header-new {
	background: #ffffff;
	padding: 0 7.5vw;
	width: 100vw;
	box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.16);
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
	transition: 0.4s;
}
.header-new.scroll .header-nav .menu-item {
	margin-top: 10px;
	margin-bottom: 10px;
	transition: 0.4s;
}
.header-new.scroll .header-logo {
	width: 7vw;
	transition: 0.4s;
}
.mobile-button {
	display: none;
}
.header-wrapper {
	display: inline-flex;
	position: relative;
	width: 100%;
}
.header-logo {
	position: absolute;
	left: 0;
	top: 0;
	width: 10vw;
	z-index: 2;
	transition: width 0.4s;
}
.header-nav {
	margin-left: auto;
}
.header-nav .menu {
	display: inline-flex;
	align-items: center;
}
.header-nav .menu-item {
	margin: 25px 20px;
	transition: 0.5s;
}
.header-nav .menu-item:last-of-type {
	margin-right: 0;
}
.header-nav .menu-item a {
	display: inline-block;
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	text-transform: uppercase;
	position: relative;
	padding: 8px 5px;
	text-decoration: none;
}
.header-nav .current_page_item a::after,
.menu-footer-links-container .current_page_item a::after,
.header-nav .current_page_item a:hover::after,
.menu-footer-links-container .current_page_item a:hover::after {
	transform: scaleX(100%);
	height: 5px;
	background-color: #ececec;
}

@media (max-width: 1100px) {
	.header-new {
		padding: 0 5vw;
	}
}
@media (max-width: 1050px) {
	.header-logo {
		width: 100px;
	}
	.menu-headers-links-container {
		position: absolute;
		top: 100%;
		left: -5vw;
		background: #fff;
		width: 100vw;
		height: 0;
		padding: 0;
		overflow: hidden;
		transition: 0.5s;
	}
	.menu-headers-links-container.active {
		height: 100vh;
		padding: 70px 0 30px;
		z-index: 1;
		transition: 0.5s;
	}
	.header-nav {
		padding: 20px 0;
	}
	.header-nav .menu {
		display: flex;
		flex-direction: column;
	}
	.header-nav .menu-item {
		margin: 20px;
	}
	.header-new.scroll .header-logo {
		width: 70px;
	}
	.header-nav .menu-item {
		margin: 15px 0;
	}

	/* MOBILE BUTTON */
	.mobile-button {
		display: inline-block;
		position: relative;
		width: 33px;
		height: 25px;
		background: linear-gradient(
			transparent 42.5%,
			var(--main-color) 42.5%,
			var(--main-color) 58.5%,
			transparent 58.5%
		);
		border-radius: 2px;
		border: none;
		box-shadow: none;
		transition: 0.3s;
	}
	.mobile-button::after,
	.mobile-button::before {
		content: "";
		display: inline-block;
		width: 100%;
		height: 4px;
		border-radius: 3px;
		background: var(--main-color);
		position: absolute;
		transition: 0.3s;
	}
	.mobile-button:before {
		top: 0;
		left: 0;
	}
	.mobile-button::after {
		bottom: 0;
		left: 0;
	}
	.mobile-button.active {
		background: 0 0;
		transition: 0.3s;
	}
	.mobile-button.active:before {
		top: 11px;
		transform: rotate(45deg);
		transition: 0.3s;
	}
	.mobile-button.active::after {
		bottom: 10px;
		transform: rotate(-45deg);
		transition: 0.3s;
	}
}
@media (max-width: 500px) {
	.menu-headers-links-container.active {
		padding-top: 50px;
	}
}

/*********** HOMEPAGE ***********/
.main-new {
	margin-top: 90px;
}
.main-banner-block {
	position: relative;
}
.main-banner-block img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.home-banner_text {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	position: absolute;
	padding: 0 110px;
	right: 7.5%;
	top: 0;
	height: 100%;
	width: 730px;
	background: url("images/banner-cover.png") no-repeat center center;
}
.home-banner_text h1 {
	font-weight: 700;
	font-size: 40px;
	color: var(--title-color);
	text-transform: uppercase;
	margin-bottom: 30px;
	line-height: 1.1;
}
.home-banner_text p {
	font-size: 20px;
	margin-bottom: 40px;
}
.home-banner_text p strong {
	font-weight: 800;
}
.home-banner_text p i {
	font-weight: 300;
	font-style: italic;
}
.quote-block {
	display: block;
	margin: 3.1vw 0;
	padding: 3.1vw 0;
	background-color: #f8f8f8;
	font-family: Montserrat-black;
	font-size: 2.65vw;
	text-transform: uppercase;
	text-align: center;
	color: #d6d5d5;
}
.quote-block strong {
	color: var(--main-color);
	font-family: Montserrat-black;
	font-size: 2.65vw;
}
.wp-block-columns.home_selling-block {
	display: grid;
	align-items: start;
	gap: 1vw;
	grid-template-columns: 58% 42%;
	width: 70%;
	margin: 0 auto 40px;
}
.shadow {
	border-radius: 10px;
	box-shadow: -1.2vw 1.2vw #ececec;
	position: relative;
	overflow: hidden;
}
.shadow img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.home_selling-block .image-wrapper picture {
	display: block;
	border-radius: 10px;
	overflow: hidden;
}
.home_sell-text {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding-right: 10%;
	position: relative;
}
.home_sell-text:before {
	content: "";
	width: 50%;
	height: 13%;
	background: url("data:image/svg+xml,%20%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22344.5%22%20height%3D%2253%22%20viewBox%3D%220%200%20344.5%2053%22%3E%3Cpath%20transform%3D%22rotate(-90%2035.197%203.803)%22%20style%3D%22fill%3A%23ececec%22%20d%3D%22M0%200h24v313.106H0z%22%2F%3E%3Cpath%20data-name%3D%22arrow%22%20d%3D%22M22.168%207.521a5%205%200%200%201%208.665%200L48.682%2038.5a5%205%200%200%201-4.333%207.5H8.651a5%205%200%200%201-4.332-7.5z%22%20transform%3D%22rotate(-90%2026.5%2026.5)%22%20style%3D%22fill%3A%23ececec%22%2F%3E%3C%2Fsvg%3E")
		no-repeat;
	background-size: 100% auto;
	position: absolute;
	right: 0;
	bottom: 0;
}
.home_selling-block h2 {
	display: inline-block;
	font-size: 40px;
	color: #172633;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.home_selling-block p {
	display: inline-block;
	font-size: 20px;
	line-height: 1.3;
	margin: 30px 0;
	width: 79%;
}
.home_selling-block .italic {
	margin: 15px 0;
	font-weight: 700;
	font-style: italic;
}
.home_selling-block p strong {
	text-decoration: underline;
	font-weight: 600;
}

/********** HOMEPAGE FORM BLOCK **********/
.home_form-wrapper {
	display: flex;
	justify-content: center;
	position: relative;
	width: calc(50vw + 290px);
	margin: 0 auto 100px;
}
.wp-block-column.home_form-block {
	padding: 75px 80px;
	background-color: #fff;
	box-shadow: 0 3px 26px 0 rgba(0, 0, 0, 0.16);
	text-align: center;
	width: calc(100% - 290px);
	margin-top: 200px;
	position: relative;
}
.home_form-block:after {
	content: "";
	width: 42%;
	height: 5%;
	background: url("data:image/svg+xml,%20%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22471.759%22%20height%3D%2253%22%20viewBox%3D%220%200%20471.759%2053%22%3E%3Cpath%20transform%3D%22rotate(-90%2035.197%203.803)%22%20style%3D%22fill%3A%23ececec%22%20d%3D%22M0%200h24v440.365H0z%22%2F%3E%3Cpath%20data-name%3D%22arrow%22%20d%3D%22M22.168%207.521a5%205%200%200%201%208.665%200L48.682%2038.5a5%205%200%200%201-4.333%207.5H8.651a5%205%200%200%201-4.332-7.5z%22%20transform%3D%22rotate(-90%2026.5%2026.5)%22%20style%3D%22fill%3A%23ececec%22%2F%3E%3C%2Fsvg%3E")
		no-repeat;
	background-size: 100% auto;
	position: absolute;
	right: 140px;
	bottom: 70px;
}
.home_form-block h2 {
	font-family: Montserrat-black;
	font-size: 40px;
	text-transform: uppercase;
	color: var(--main-color);
	margin: 0 auto 30px;
	width: 600px;
}
.home_form-block h2 + p {
	font-size: 20px;
	font-style: italic;
	font-weight: 600;
	padding-bottom: 80px;
}
.home_form-block .wpcf7-form {
	margin-top: 0;
}
.home_form-block .wpcf7-form label {
	font-family: var(--font);
	font-weight: 500;
}
.home_form-block input:not([type="submit"]),
.home_form-block textarea,
.home_form-block .nice-select {
	margin: 16px 20px 28px 0;
	padding: 10px 20px;
	border-radius: 10px;
	border: solid 1px #d6d5d5;
	background-color: #f8f8f8;
	width: 100%;
}
.home_form-block .wpcf7-form textarea {
	height: 180px;
	width: calc(100% - 150px);
}
.home_form-block .wpcf7-form {
	text-align: left;
}
.home_form-block .nice-select {
	width: 100%;
	height: auto;
	line-height: 26px;
}
.home_form-block select {
	display: none;
}
.nice-select .nice-select-dropdown {
	width: 100%;
}
.nice-select .current {
	font-size: 20px;
}
.nice-select .option {
	font-size: 20px;
	padding: 5px 20px;
}
.nice-select .wpcf7-not-valid-tip {
	margin-top: -15px;
	margin-bottom: 15px;
}
.index-form-1,
.index-form-2 {
	position: absolute;
	width: 290px;
	height: 290px;
}
.index-form-1 figure,
.index-form-2 figure {
	border-radius: 10px;
	overflow: hidden;
}
.index-form-1 {
	top: 70px;
	left: 0;
	z-index: 1;
}
.index-form-2 {
	bottom: 85px;
	right: 0;
}
.anim-submit__wrapper {
	position: relative;
	height: 70px;
	margin-top: 30px;
}
.home_form-block .submit-button {
	width: 240px;
	text-align: center;
	cursor: pointer;
	transition: 0.5s;
}
.home_form-block .submit-button:hover {
	background-color: var(--main-color);
	color: #fff;
}
.home_form-block .wpcf7-response-output {
	position: absolute;
	bottom: 5px;
	background: #ffffff;
}
.home_form-block .wpcf7-not-valid-tip {
	margin-top: -15px;
	margin-bottom: 15px;
}
.submit-animation {
	position: absolute;
	opacity: 0;
	z-index: 0;
}
.home_form-block .hide-submit,
.home_form-block .wpcf7-spinner {
	display: none;
}
.home_form-block .submit-button .submit-text {
	color: #fff;
}
.home_form-block .sending-animation .link-button {
	color: var(--main-color);
	position: relative;
	animation: animButton 0.7s;
	animation-fill-mode: forwards;
}
.sending-animation .link-button:after {
	content: "";
	position: absolute;
	top: 0;
	height: 100%;
	border-radius: 10px;
	background-color: var(--title-color);
	animation: animButtonAfter 0.8s;
	animation-delay: 0.7s;
	animation-fill-mode: forwards;
}
.home_form-block .sending-animation .submit-text {
	opacity: 0;
}
.home_form-block .submit-button.invalid:after,
.home_form-block .submit-button.sent:after,
.home_form-block .submit-button.error:after {
	opacity: 0;
	transition: 0.4s;
}
.home_form-block .submit-button.invalid {
	animation: animButtonInvalid 0.4s;
	animation-fill-mode: forwards;
}
.home_form-block .submit-button.sent {
	animation: animButtonSent 0.4s;
	animation-fill-mode: forwards;
}
.home_form-block .submit-button.error {
	animation: animButtonError 0.4s;
	animation-fill-mode: forwards;
}
.home_form-block .submit-button.reset {
	animation: animButtonReset 0.4s;
	animation-fill-mode: forwards;
}
/* .home_form-block .submit-button.reset .submit-text {
	display: inline-block;
	height: 1em;
	opacity: 0;
	color: transparent;
	overflow: hidden;
} */

/* .submit-button .submit-text {
	opacity: 1;
	color: #fff;
	transition: 0.5s 0.5s;
} */
/* @keyframes animButtonReset {
	0% {
		height: 70px;
		border-top-left-radius: 50%;
		border-top-right-radius: 50%;
		width: 70px;
		padding-bottom: 0px;
		border-bottom-right-radius: 50%;
		padding-left: 0px;
		padding-right: 0px;
		padding-top: 0px;
		border-bottom-left-radius: 50%;
		margin-top: 0px;
		margin-left: 100.8px;
	}
	100% {
		width: 240px;
		padding: 20px 40px;
		border-radius: 10px;
		margin-left: 0;
		background-color: var(--main-color);
		box-shadow: 8px 8px var(--shadow-color);
	}
} */

.home_form-block svg {
	position: absolute;
	display: none;
	fill: none;
	left: calc(7vw + 15px);
}
.home_form-block .done-svg {
	top: 15px;
}
.home_form-block .fail-svg-1,
.home_form-block .fail-svg-2 {
	top: 19px;
}
.home_form-block .sending-animation svg {
	display: block;
}
.home_form-block .sent .done-svg path {
	stroke: white;
	stroke-width: 2;
	opacity: 0;
	stroke-dasharray: 497;
	stroke-dashoffset: 1000;
	animation: lineAnimation 2s 0.5s linear forwards;
}
.home_form-block .invalid .fail-svg-1 path,
.home_form-block .invalid .fail-svg-2 path,
.home_form-block .error .fail-svg-1 path,
.home_form-block .error .fail-svg-2 path {
	stroke: white;
	stroke-width: 3;
	opacity: 0;
	stroke-dasharray: 497;
	stroke-dashoffset: 1000;
}
.home_form-block .invalid .fail-svg-1 path,
.home_form-block .error .fail-svg-1 path {
	animation: lineAnimation 2s 0.5s linear forwards;
}
.home_form-block .invalid .fail-svg-2 path,
.home_form-block .error .fail-svg-2 path {
	animation: lineAnimation 2s 0.8s linear forwards;
}

@media (max-width: 1750px) {
	.home_sell-text:before {
		width: 45%;
		height: 12%;
	}
}
@media (max-width: 1800px) {
	.wp-block-column.home_form-block:after {
		right: 85px;
	}
}
@media (max-width: 1700px) {
	.wp-block-columns.home_selling-block {
		width: 79%;
	}
}
@media (max-width: 1600px) {
	.home_form-wrapper {
		width: calc(60vw + 290px);
	}
	.wp-block-column.home_form-block:after {
		right: 70px;
	}
	.wp-block-columns.home_selling-block {
		width: 85%;
	}
	.home_sell-text:before {
		width: 43%;
		height: 13%;
	}
	.home_form-block h2 {
		width: 400px;
	}
}
@media (max-width: 1300px) {
	.home-banner_text {
		top: 7%;
		height: 84%;
		width: 640px;
	}
	.home_sell-text:before {
		width: 40%;
		height: 11%;
	}
	.home_selling-block p {
		width: 90%;
	}
	.wp-block-column.home_form-block:after {
		right: 55px;
	}
}
@media (max-width: 1100px) {
	.home-banner_text {
		width: 550px;
	}
	.home-banner_text {
		padding: 0 60px;
		right: 5vw;
	}
	.quote-block {
		font-size: 30px;
		margin: 35px 0;
		padding: 35px 5vw;
	}
	.quote-block strong {
		font-size: 30px;
	}
	.wp-block-column.home_form-block:after {
		right: 10px;
		width: 45%;
	}
}
@media (max-width: 1050px) {
	.main-new {
		margin-top: 70px;
	}
	.wp-block-columns.home_selling-block {
		width: 90vw;
		align-items: end;
	}
	.home-banner_text {
		height: auto;
		padding: 30px 60px;
	}
	.home-banner_text p {
		margin-bottom: 30px;
	}
	.shadow {
		box-shadow: -10px 10px #ececec;
	}
	.home_sell-text:before {
		width: 50%;
		height: 11%;
		right: -22%;
	}
	.index-form-1,
	.index-form-2 {
		width: 200px;
		height: 200px;
	}
	.wp-block-column.home_form-block {
		margin-top: 150px;
		width: calc(100% - 170px);
	}
	.index-form-1 {
		top: 50px;
	}
	.home_form-block .wpcf7-form textarea {
		height: 150px;
		width: calc(100% - 110px);
	}
	.wp-block-column.home_form-block::after {
		width: 50%;
		height: 5.3%;
		right: 0;
	}
	.home_form-block h2 {
		width: 350px;
	}
}
@media (max-width: 950px) {
	.home_sell-text:before {
		right: -26%;
	}
}
@media (max-width: 850px) {
	.main-banner-block {
		height: 58vw;
	}
	.image-background {
		height: 100%;
	}
	.image-background img {
		height: 100%;
		object-fit: cover;
	}
	.home_selling-block h2 {
		width: 90vw;
	}
	.home_sell-text:before {
		right: -155px;
	}
	.index-form-1 {
		top: 15px;
		left: 20px;
	}
	.wp-block-column.home_form-block::after {
		right: -7%;
		bottom: 40px;
	}
	.index-form-2 {
		bottom: 65px;
		right: 15px;
	}
	.wp-block-column.home_form-block {
		padding: 80px 50px 50px;
	}
	.home_form-block .wpcf7-response-output {
		z-index: 2;
	}
}
@media (max-width: 600px) {
	.main-banner-block {
		height: 80vw;
	}
	.home-banner_text {
		padding: 40px;
		right: 5vw;
		top: 10%;
		width: 90vw;
	}
	.home_selling-block p {
		width: calc(100% - 165px);
	}
	div.wp-block-columns.home_selling-block {
		display: flex;
		position: relative;
	}
	.home_selling-block .is-layout-flow:not(.home_sell-text) {
		width: 150px;
		position: absolute;
		right: 0;
		bottom: 180px;
	}
	.home_selling-block .italic {
		width: 100%;
	}
	.home_sell-text:before {
		right: 0;
		bottom: 170px;
		transform: rotate(-90deg);
	}
	.home_selling-block .shadow picture {
		height: 250px;
	}
	.home_selling-block .home_sell-text {
		width: 100%;
	}
	.home_form-wrapper {
		width: 95vw;
		margin-bottom: 90px;
	}
	.wp-block-column.home_form-block {
		width: 85vw;
	}
	/* .home_form-block .submit-button {
		width: 200px;
	} */
	.index-form-2 {
		bottom: -40px;
	}
	.home_form-block .wpcf7-form textarea {
		width: 100%;
	}
	.wp-block-column.home_form-block {
		padding-bottom: 80px;
	}
	.home_form-block::after {
		display: none;
	}
	.home_form-block .wpcf7-response-output {
		bottom: -10px;
	}
	.home_sell-text {
		padding-right: 0;
	}
}
@media (max-width: 450px) {
	.main-banner-block {
		height: 150vw;
	}
	.home_selling-block p:not(.italic) {
		width: 100%;
		margin-bottom: 230px;
	}
	.home_selling-block .is-layout-flow:not(.home_sell-text) {
		width: 89vw;
		position: absolute;
		right: 0;
		bottom: 130px;
	}
	.home_form-block h2 + p {
		padding-bottom: 40px;
		width: 200px;
		margin: 0 auto;
	}
	.wp-block-column.home_form-block {
		padding: 80px 20px;
		margin-bottom: 100px;
	}
	.home_selling-block .shadow picture {
		height: 200px;
	}
	.home_sell-text:before {
		display: none;
	}
	.home_sell-text .link-button {
		padding: 20px 25px;
	}
	.quote-block {
		font-size: 27px;
	}
	.anim-submit__wrapper {
		margin-top: 10px;
	}
	.home_form-block .wpcf7-response-output {
		bottom: -40px;
	}
	.index-form-1 {
		top: 0px;
	}
	.home_form-block h2 {
		width: auto;
	}
	.home_form-block .wpcf7-form input:not([type="submit"]),
	.home_form-block .wpcf7-form textarea,
	.home_form-block .nice-select {
		margin: 8px 0 20px 0;
	}
}

/****** SELL YOUR BUSINESS PAGE ******/
.main-new .sell-business__block,
.main-new .success-formula__inner-block {
	display: grid;
	width: 65%;
	padding: 80px 0 100px;
	margin: auto;
}
.main-new .sell-business__block {
	grid-template-columns: 46% 44%;
	gap: 10%;
	padding-bottom: 50px;
}
.sell-business__block p,
.success-formula__inner-block p {
	padding-bottom: 20px;
	font-size: 20px;
	line-height: 1.3;
}
.sell-business__block p em {
	font-style: italic;
}
.sell-business__block h1 {
	margin-bottom: 35px;
	width: 460px;
}
.sell-business__block .shadow {
	box-shadow: -1.2vw 1.2vw #ececec, 0 0 3px 0 #ececec;
}
.success-formula__block {
	background: #f8f8f8;
	padding: 70px 0 10px;
}
.main-new .success-formula__inner-block {
	grid-template-columns: 49% calc(44% + 15px);
	gap: calc(7% - 15px);
}
.success-formula__block .quote-block {
	padding: 0;
	margin: 0;
}
.success-formula__inner-block .success-formula__images,
.about__trust-block .success-formula__images {
	position: relative;
	height: calc(100% + 15px);
	margin-top: -10px;
}
.success-formua__back-text {
	background-color: var(--main-color);
	padding: 30px 45px 40px;
	width: 350px;
	border-radius: 10px;
}
.success-formua__back-text p {
	padding-bottom: 0;
	color: #fff;
	font-family: Montserrat-light;
}
.success-formua__back-text p strong {
	font-weight: 800;
	color: #fff;
}
.success-formula__images .success-formua__back-text + .shadow {
	position: absolute;
	right: 0;
	top: 85px;
	width: calc(100% - 335px);
}
.success-formula__images > .shadow {
	position: absolute;
	width: 150px;
	top: 300px;
	right: 50%;
}
.have-buyers__block {
	padding-bottom: 40px;
}
.have-buyers__block h2 {
	width: 450px;
	margin-bottom: 30px;
}
.post-11082 .business__more-info-image picture,
.post-11080 .business__more-info-image picture {
	display: flex;
	position: relative;
	height: 100%;
}
.post-11082 .business__more-info-image img {
	position: absolute;
	width: auto;
	top: 0;
	right: -68%;
}
.post-11080 .business__more-info-image img {
	position: absolute;
	width: auto;
	top: 0;
	right: -94%;
}

/******** STEPS BLOCK ********/
.wp-block-group.steps__block {
	display: grid;
	grid-template: auto auto / 32% 32% 32%;
	gap: 2%;
	width: 85vw;
	margin: 40px auto;
}
.steps-text {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	border-radius: 10px;
	box-shadow: 0 3px 26px 0 rgba(0, 0, 0, 0.16);
	font-size: 20px;
	height: 120px;
	width: 100%;
	text-align: center;
}
.steps__block .steps__items {
	display: grid;
	grid-template-columns: 47% 47%;
	gap: 6%;
	margin-bottom: 60px;
}
.steps__items > div {
	display: inline-block;
	width: 100%;
	position: relative;
}
.steps__items > div::before {
	content: "";
	background: url("data:image/svg+xml,%20%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22344.5%22%20height%3D%2253%22%20viewBox%3D%220%200%20344.5%2053%22%3E%3Cpath%20transform%3D%22rotate(-90%2035.197%203.803)%22%20style%3D%22fill%3A%23ececec%22%20d%3D%22M0%200h24v313.106H0z%22%2F%3E%3Cpath%20data-name%3D%22arrow%22%20d%3D%22M22.168%207.521a5%205%200%200%201%208.665%200L48.682%2038.5a5%205%200%200%201-4.333%207.5H8.651a5%205%200%200%201-4.332-7.5z%22%20transform%3D%22rotate(-90%2026.5%2026.5)%22%20style%3D%22fill%3A%23ececec%22%2F%3E%3C%2Fsvg%3E")
		no-repeat;
	background-size: auto 100%;
	transform: rotate(180deg);
	position: absolute;
	width: 55%;
	height: 18%;
	top: 15px;
	left: 80%;
	overflow: hidden;
}
.steps__items:nth-of-type(3n):not(:last-of-type) > div:nth-of-type(2)::before,
.steps__items:last-of-type > div:nth-of-type(2)::before {
	display: none;
}
.steps-number {
	font-family: Montserrat-black;
	color: var(--main-color);
	font-size: 50px;
	text-align: center;
	padding-bottom: 10px;
}
.sell-page__contact-us {
	margin-top: 50px;
	padding: 50px 0;
	background-color: #f8f8f8;
}
.sell-page__contact-us .sell-page__contact-inner {
	display: grid;
	grid-template-columns: 50% 42%;
	gap: 8%;
	width: 65%;
	margin: 50px auto;
}
.sell__contact-info h2 {
	margin-bottom: 30px;
}
.sell__contact-info > p {
	font-size: 20px;
	margin-bottom: 30px;
}
.sell__contact-info h2 + p {
	font-weight: 700;
	font-style: italic;
}
.sell-contact__price-block > div {
	display: grid;
	grid-template-columns: 190px 150px;
	gap: 0;
	font-size: 20px;
}
.sell-contact__price-title {
	font-weight: 700;
	text-align: right;
	padding-right: 10px;
}

@media (max-width: 1700px) {
	.main-new .sell-business__block,
	.main-new .success-formula__inner-block,
	.sell-page__contact-us .sell-page__contact-inner,
	.refer-page_block {
		width: 75%;
	}
	.wp-block-group.steps__block {
		width: 90vw;
	}
}
@media (max-width: 1500px) {
	.main-new .sell-business__block,
	.main-new .success-formula__inner-block,
	.sell-page__contact-us .sell-page__contact-inner,
	.refer-page_block {
		width: 80%;
	}
	.main-new .have-buyers__block {
		padding-bottom: 50px;
	}
	.sell-page__contact-us .sell-page__contact-inner {
		grid-template-columns: 49% 44%;
		gap: 7%;
	}
}
@media (max-width: 1480px) {
	.wp-block-group.steps__block {
		grid-template: auto auto auto / 48.5% 48.5%;
		gap: 3%;
	}
	.steps__items:nth-of-type(3n):not(:last-of-type)
		> div:nth-of-type(2)::before {
		display: block;
	}
	.steps__items:nth-of-type(2n):not(:last-of-type)
		> div:nth-of-type(2)::before {
		display: none;
	}
}
@media (max-width: 1400px) {
	.main-new .sell-business__block,
	.main-new .success-formula__inner-block,
	.sell-page__contact-us .sell-page__contact-inner,
	.refer-page_block {
		width: 85%;
	}
	main-new .success-formula__inner-block {
		grid-template-columns: 50% calc(45% + 15px);
		gap: calc(5% - 15px);
	}
	.main-new .sell-business__block {
		grid-template-columns: 48% 46%;
		gap: 6%;
	}
	.sell-page__contact-us {
		margin-top: 75px;
	}
}
@media (max-width: 1300px) {
	.main-new .sell-business__block:not(.have-buyers__block) {
		padding-bottom: 80px;
	}
}
@media (max-width: 1200px) {
	.main-new .sell-business__block,
	.main-new .success-formula__inner-block,
	.sell-page__contact-us .sell-page__contact-inner,
	.refer-page_block {
		width: 90%;
	}
	.main-new .sell-business__block:not(.have-buyers__block) {
		padding-bottom: 50px;
	}
	.main-new .success-formula__inner-block {
		padding-bottom: 65px;
	}
	.success-formula__images > .shadow {
		right: 43%;
	}
}
@media (max-width: 1100px) {
	.success-formula__images .success-formua__back-text + .shadow {
		width: calc(100% - 285px);
	}
	.success-formua__back-text {
		width: 300px;
	}
	.success-formula__images > .shadow {
		top: 360px;
	}
	.steps-text {
		padding: 15px;
		height: 130px;
	}
	.steps__block .steps__items {
		margin-bottom: 35px;
	}
}
@media (max-width: 900px) {
	.steps-text {
		height: 160px;
	}
	.steps__block .steps__items {
		margin-bottom: 15px;
	}
	.main-new div.sell-business__block {
		position: relative;
		display: flex;
	}
	.sell-business__block h1 {
		width: 100%;
	}
	.sell-business__block:not(.have-buyers__block) p:last-of-type {
		width: 375px;
	}
	.sell-business__block:not(.have-buyers__block) .shadow {
		height: 290px;
		position: absolute;
		width: calc(100% - 410px);
		right: 0;
		bottom: 70px;
	}
	.success-formula__block {
		padding-top: 50px;
	}
	.main-new div.success-formula__inner-block {
		display: flex;
		flex-wrap: wrap;
		padding: 50px 0 30px;
	}
	.success-formula__inner-block .success-formula__images {
		width: 100%;
		margin-bottom: 30%;
	}
	.success-formua__back-text {
		width: 55%;
	}
	.success-formula__images .success-formua__back-text + .shadow {
		width: calc(45% + 20px);
		top: 55px;
	}
	.success-formula__images > .shadow {
		top: auto;
		right: calc(50% + 20px);
		bottom: calc(-25vw + 45px);
		width: 25%;
	}
	.steps-text {
		font-size: 19px;
	}
	.main-new .have-buyers__block > div:first-of-type {
		width: calc(70% - 35px);
	}
	.main-new .have-buyers__block > div:last-of-type {
		width: 30%;
	}
	.have-buyers__block h2 {
		width: 90vw;
	}
	.have-buyers__block .shadow {
		height: 300px;
		width: 100%;
		margin: 40px auto 0;
	}
	.sell-page__contact-us .sell-page__contact-inner {
		grid-template-columns: 46% 50%;
		gap: 4%;
	}
}
@media (max-width: 650px) {
	.wp-block-group.steps__block {
		grid-template: auto / 100%;
		gap: 0;
	}
	.steps__block .steps__items > div:nth-of-type(2)::before {
		display: none !important;
	}
	.steps-text {
		height: 120px;
	}
	.steps__block .steps__items {
		margin-bottom: 35px;
	}
	.main-new div.sell-business__block {
		flex-wrap: wrap;
	}
	.sell-business__block > div {
		width: 100%;
	}
	.sell-business__block:not(.have-buyers__block) p:last-of-type {
		width: 100%;
	}
	.sell-business__block:not(.have-buyers__block) .shadow {
		position: static;
		width: 100%;
	}
	.success-formula__block {
		padding-top: 40px;
	}
	.success-formua__back-text {
		width: 100%;
		padding: 30px 25px 60px;
	}
	.success-formula__inner-block .success-formula__images {
		margin-bottom: calc(42% + 25px);
	}
	.success-formula__images .success-formua__back-text + .shadow {
		top: calc(100% - 50px);
		right: 6%;
	}
	.success-formula__images > .shadow {
		right: auto;
		left: 10%;
		bottom: calc(-25vw + 30px);
	}
	.main-new div.success-formula__inner-block {
		padding-bottom: 10px;
	}
	.main-new .have-buyers__block {
		padding: 40px 0;
	}
	.main-new .have-buyers__block > div,
	.sell-page__contact-inner > div {
		width: 100% !important;
	}
	.main-new div.sell-business__block {
		padding-bottom: 15px;
	}
	.have-buyers__block .shadow {
		margin: 20px 0 0;
	}
	.sell-business__block .shadow {
		box-shadow: -10px 10px #ececec, 0 0 3px 0 #ececec;
	}
	.sell-page__contact-us div.sell-page__contact-inner {
		display: flex;
		flex-wrap: wrap;
		margin: 10px auto;
		gap: 40px;
	}
	.sell-page__contact-us {
		margin-top: 40px;
	}
}
@media (max-width: 300px) {
	.sell-business__block p,
	.success-formula__inner-block p,
	.steps-text,
	.sell__contact-info > p {
		font-size: 15px;
	}
	.steps-number {
		font-size: 35px;
		padding: 10px;
	}
	.sell-business__block:not(.have-buyers__block) .shadow {
		height: 200px;
	}
	.sell-contact__price-block > div {
		grid-template-columns: 120px 100px;
		gap: 5px;
	}
}

/************* ABOUT *************/
.about__banner-block {
	position: relative;
}
.what-we-do__block {
	position: absolute;
	top: 15%;
	width: 42%;
	right: 7.5%;
}
.what-we-do__block h1 {
	margin-bottom: 35px;
}
.what-we-do__block p {
	font-size: 20px;
	padding-bottom: 20px;
}
.what-we-do__block p strong,
.about__reasons li strong {
	font-weight: 700;
}
.what-we-do__block .about__what-we-do {
	background: url("images/about-text-back.jpeg") no-repeat;
	background-size: cover;
	padding: 80px 110px;
	width: 88%;
	margin-left: auto;
	border-radius: 10px;
	box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.16);
}
.about-experience__image {
	position: absolute;
	left: 0;
	top: 150px;
	width: 20%;
}
.about__reasons {
	width: 30%;
	margin-left: 12%;
	margin-top: 130px;
}
.about__reasons h2 {
	margin-bottom: 30px;
}
.about__reasons ul {
	margin-left: 20px;
}
.about__reasons li {
	list-style: disc;
	padding-left: 30px;
	font-size: 20px;
	margin-bottom: 25px;
}
.about__trust-block {
	width: 35%;
	margin: -200px 10% 0 auto;
}
.about__trust-block .success-formula__images {
	width: 100%;
}
.about__trust-block h2 {
	width: 560px;
	margin-bottom: 50px;
	margin-left: 50px;
}
.about .success-formua__back-text {
	width: 420px;
	font-size: 20px;
	padding: 40px 55px 70px;
}
.about .success-formua__back-text + .shadow {
	width: calc(100% - 425px);
}
.about.success-formula__images > .shadow {
	right: 45%;
}
.about-leadership__wrapper {
	margin-top: 200px;
	background-color: #f8f8f8;
	padding: 70px 0 60px;
	position: relative;
}
.about-leadership__wrapper .about-leadership__block {
	display: grid;
	grid-template-columns: 43% 50%;
	gap: 7%;
	width: 85%;
	margin: 0 auto;
}
.leadership__images .shadow {
	position: absolute;
}
.about-leadership__block h2 {
	margin-bottom: 30px;
}
.about-leadership__block p {
	font-size: 20px;
	padding-bottom: 20px;
}
.leadership-1 {
	top: -42%;
	left: 13%;
	width: 29%;
}
.leadership-2 {
	width: 15%;
	left: 14.5%;
	top: 32%;
}
.leadership-3 {
	width: 8.5%;
	left: 32%;
	top: 57%;
}
body div .wpcf7-form .fit-the-fullspace {
	margin-left: -999em !important;
}

@media (max-width: 1700px) {
	.what-we-do__block {
		width: 45%;
	}
	.about__reasons {
		width: 34%;
		margin-left: 10%;
		margin-top: 110px;
	}
	.about__trust-block {
		width: 40%;
	}
	.about .success-formua__back-text {
		width: 380px;
	}
	.about .success-formua__back-text + .shadow {
		width: calc(100% - 390px);
	}
	.about.success-formula__images > .shadow {
		right: 50%;
		top: 345px;
	}
	.about__trust-block {
		margin-top: -160px;
	}
	.leadership-1 {
		top: -39%;
		left: 11%;
		width: 30%;
	}
	.leadership-2 {
		left: 12%;
		top: 27%;
	}
	.leadership-3 {
		width: 9%;
		left: 30%;
		top: 48%;
	}
}
@media (max-width: 1600px) {
	.what-we-do__block {
		width: 52%;
		right: 5%;
	}
	.about__reasons {
		width: 34%;
		margin-left: 7%;
		margin-top: 110px;
	}
	.about__trust-block {
		width: 44%;
	}
	.about__trust-block h2 {
		width: 500px;
	}
	.about-leadership__wrapper .about-leadership__block {
		grid-template-columns: 40% 55%;
		gap: 5%;
	}
	.leadership-1 {
		top: -37%;
		left: 8%;
	}
	.leadership-2 {
		left: 9%;
		top: 24%;
	}
	.leadership-3 {
		left: 27%;
		top: 44%;
	}
}
@media (max-width: 1300px) {
	.about__banner-block .what-we-do__block {
		position: static;
		width: 90%;
		margin-left: 5%;
		margin-top: -290px;
	}
	.about__banner-block {
		margin-bottom: 80px;
	}
	.about-experience__image {
		width: 12%;
	}
	.what-we-do__block .about__what-we-do {
		width: 92.5%;
	}
	.wp-block-group.about__reasons {
		display: inline-flex;
		width: 35%;
		margin-top: 0;
		margin-left: 5%;
	}
	.wp-block-group.about__trust-block {
		display: inline-flex;
		width: 49%;
		margin: 0 5%;
	}
	.about__trust-block .wp-block-group__inner-container {
		width: 100%;
	}
	.about__trust-block h2 {
		margin-left: 0;
	}
	.about-leadership__wrapper {
		margin-top: 160px;
	}
	.leadership-1 {
		top: -10%;
		left: 6%;
		width: 33%;
	}
	.leadership-2 {
		left: 7.5%;
		top: 41%;
		width: 16%;
	}
	.leadership-3 {
		left: 27%;
		top: 58%;
		width: 10%;
	}
}
@media (max-width: 1050px) {
	.about__banner-block .what-we-do__block {
		margin-top: -430px;
	}
	.wp-block-group.about__reasons {
		display: block;
		width: 90%;
		margin: 0 auto 70px;
	}
	.about-leadership__wrapper {
		margin-top: 260px;
	}
	.wp-block-group.about__trust-block {
		display: block;
		width: 90%;
		margin: 0 auto;
	}
	.about__trust-block h2 {
		width: 100%;
	}
	.about .success-formua__back-text {
		width: 60%;
		padding: 50px 70px 90px;
	}
	.about .success-formua__back-text + .shadow {
		width: 42%;
	}
	.about.success-formula__images > .shadow {
		right: 52%;
		top: 280px;
		width: 25%;
	}
	.about-leadership__wrapper .about-leadership__block {
		width: 90%;
	}
	.leadership-1 {
		top: 8%;
	}
	.leadership-2 {
		top: 44%;
		width: 20%;
	}
	.leadership-3 {
		left: 24%;
		top: 69%;
		width: 12%;
	}
}
@media (max-width: 900px) {
	.what-we-do__block .about__what-we-do {
		width: 100%;
		padding: 60px 70px 50px 80px;
	}
	.about__banner-block .what-we-do__block {
		margin-top: -340px;
	}
	.about-experience__image {
		width: 130px;
		left: auto;
		right: 10%;
		top: -50px;
	}
	.about-leadership__wrapper {
		margin-top: 200px;
		margin-bottom: 50px;
	}
	.about.success-formula__images > .shadow {
		top: auto;
		bottom: -130px;
		width: 200px;
		height: 200px;
	}
	.about-leadership__wrapper .about-leadership__block {
		grid-template-columns: 0 100%;
		gap: 0;
	}
	.leadership__text p:first-of-type {
		width: 60%;
	}
	.leadership-1 {
		top: 9%;
		left: auto;
		right: 5%;
		height: 25%;
		width: 32%;
	}
	.leadership__text p:nth-of-type(2) {
		width: 70%;
		margin-left: auto;
	}
	.about-leadership__block p {
		padding-bottom: 30px;
	}
	.leadership-2 {
		display: flex;
		justify-content: center;
		top: 38%;
		width: 23%;
		left: 5%;
		height: 20%;
	}
	.leadership__text p:nth-of-type(3) {
		width: 80%;
	}
	.leadership-3 {
		left: auto;
		right: 5%;
		top: 61%;
		width: 15%;
		height: 11%;
	}
}
@media (max-width: 790px) {
	.about__banner-block .what-we-do__block {
		margin-top: -300px;
	}
	.leadership-1 {
		top: 10%;
	}
	.leadership-2 {
		top: 39.5%;
	}
	.leadership-3 {
		top: 62.5%;
	}
}
@media (max-width: 740px) {
	.about__banner-block .what-we-do__block {
		margin-top: -280px;
	}
	.leadership-1 {
		top: 10%;
	}
	.leadership-2 {
		top: 39%;
	}
	.leadership-3 {
		top: 62%;
	}
}
@media (max-width: 650px) {
	.about__banner-block .what-we-do__block {
		margin-top: -250px;
	}
	.about .success-formua__back-text {
		width: 100%;
		padding: 50px 50px 90px;
	}
	.about.success-formula__images > .shadow {
		top: calc(100% - 50px);
		width: 27%;
		height: auto;
		aspect-ratio: 1 / 1;
	}
	.about-leadership__wrapper {
		margin-top: 280px;
	}
	.about-leadership__block .leadership__text p {
		width: 100%;
	}
	.about-leadership__block h2 {
		margin-bottom: 420px;
	}
	.leadership__text p:last-of-type {
		margin-bottom: 280px;
	}
	.leadership-1 {
		top: 120px;
		height: 350px;
		width: 90%;
	}
	.leadership-2 {
		top: auto;
		bottom: 55px;
		width: 47%;
		height: 270px;
	}
	.leadership-3 {
		top: auto;
		bottom: 55px;
		width: 38%;
		height: 270px;
	}
}
@media (max-width: 520px) {
	.what-we-do__block .about__what-we-do {
		width: 100%;
		padding: 70px 30px 10px;
	}
	.about__banner-block,
	.wp-block-group.about__reasons {
		margin-bottom: 50px;
	}
	.about-experience__image {
		top: -50px;
		width: 100px;
	}
	.about__reasons li {
		padding-left: 20px;
	}
	.about-leadership__wrapper {
		margin-top: 210px;
	}
	.about-leadership__block h2 {
		margin-bottom: 400px;
	}
	.leadership-1 {
		height: 330px;
	}
	.leadership__text p:last-of-type {
		margin-bottom: 220px;
	}
	.leadership-2,
	.leadership-3 {
		height: 200px;
	}
	.what-we-do__block.fadein-right,
	.what-we-do__block.fadein-right.animate {
		opacity: 1;
		transform: translate(0, 0);
		transition: 0;
	}
	.about-leadership__wrapper {
		padding: 50px 0 40px;
	}
}
@media (max-width: 440px) {
	.about__banner-block .what-we-do__block {
		margin-top: -40vw;
	}
	.about-leadership__wrapper {
		margin-top: 190px;
	}
}
@media (max-width: 400px) {
	.about-leadership__wrapper {
		margin-top: 160px;
	}
}
@media (max-width: 300px) {
	.what-we-do__block p,
	.about__reasons li,
	.success-formua__back-text p,
	.about-leadership__block p {
		font-size: 15px;
	}
	.about-experience__image {
		width: 80px;
		top: -40px;
	}
	.about .success-formua__back-text {
		padding: 30px 30px 70px;
	}
	.about-leadership__wrapper {
		margin-top: 110px;
	}
	.leadership-1 {
		top: 110px;
	}
}

/************* FAQ *************/
div.wp-block-group.faq__main-title {
	background-color: #f8f8f8;
	padding: 70px 0;
	margin-bottom: 70px;
	align-items: center;
}
.faq__main-title h1 {
	font-family: Montserrat-black, sans-serif;
	color: #d6d5d5;
	font-size: 50px;
	margin: 0 auto;
}
.faq__main-title h1 strong {
	font-family: Montserrat-black, sans-serif;
	color: var(--main-color);
	font-size: 50px;
}
.faq__item {
	width: 50%;
	margin: 70px auto;
	padding-left: 150px;
	position: relative;
}
.faq__item:last-of-type {
	margin-bottom: 90px;
}
.faq__item .faq__title {
	margin-bottom: 20px;
}
.faq__number {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 88px;
	aspect-ratio: 1 / 1;
	border-radius: 10px;
	box-shadow: 0 3px 26px 0 rgba(0, 0, 0, 0.16);
	text-align: center;
	font-family: Montserrat-black, sans-serif;
	font-size: 50px;
	color: var(--main-color);
}
.faq__item .faq__text::before {
	content: "";
	position: absolute;
	height: calc(100% - 120px);
	width: 30px;
	top: 120px;
	left: 24px;
	background: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2229.979%22%20height%3D%22232.357%22%20viewBox%3D%220%200%2029.979%20232.357%22%3E%3Cpath%20transform%3D%22rotate(-180%2011.03%20107.3)%22%20style%3D%22fill%3A%23ececec%22%20d%3D%22M0%200h13.575v214.6H0z%22%2F%3E%3Cpath%20data-name%3D%22arrow%22%20d%3D%22M12.39%204.512a3%203%200%200%201%205.2%200l9.8%2017.009a3%203%200%200%201-2.6%204.5H5.19a3%203%200%200%201-2.6-4.5z%22%20transform%3D%22rotate(-180%2014.99%20116.179)%22%20style%3D%22fill%3A%23ececec%22%2F%3E%3C%2Fsvg%3E")
		no-repeat;
	background-size: 100% auto;
	background-position: bottom center;
}
@media (max-width: 1700px) {
	.faq__item {
		width: 60%;
	}
}
@media (max-width: 1300px) {
	.faq__item {
		width: 70%;
	}
}
@media (max-width: 1050px) {
	.faq__item {
		width: 90%;
	}
	.faq__main-title h1,
	.faq__main-title h1 strong {
		font-size: 40px;
	}
	.faq__number {
		font-size: 40px;
		width: 70px;
	}
	.faq__item {
		padding-left: 120px;
	}
	.faq__item .faq__text::before {
		height: calc(100% - 90px);
		top: 90px;
		left: 19px;
	}
	.faq__text::after {
		content: "";
		position: absolute;
		left: 27px;
		top: 90px;
		background: #ececec;
		height: calc(100% - 125px);
		width: 14px;
	}
}
@media (max-width: 520px) {
	div.wp-block-group.faq__main-title {
		padding: 35px 0;
		margin-bottom: 40px;
	}
	.faq__item {
		margin: 45px auto;
	}
	.faq__number {
		font-size: 30px;
		width: 50px;
	}
	.faq__item {
		padding-left: 70px;
	}
	.faq__item .faq__text::before {
		left: 8px;
	}
	.faq__text::after {
		left: 16px;
		top: 70px;
		height: calc(100% - 100px);
	}
	.faq__item:last-of-type {
		margin-bottom: 60px;
	}
}

/********* CONTACT PAGE *********/
.contact__form-block {
	display: flex;
	justify-content: center;
	position: relative;
	width: calc(50vw + 290px);
	margin: 0 auto 100px;
}
.home_form-block.contact {
	padding: 50px 80px 60px;
}
.home_form-block.contact h2 {
	margin-bottom: 15px;
}
.home_form-block.contact h2 + p {
	padding-bottom: 50px;
}
.contact__form-block .home_form-block {
	margin-top: 50px;
}
.contact__form-block .home_form-block:after {
	height: 6%;
}
.wp-block-columns.contact__info-block {
	display: grid;
	grid-template-columns: 46% 45%;
	gap: 9%;
	width: 70%;
	margin: auto;
}
.contact__info-block .about__reasons {
	width: 100%;
	margin-left: 0;
	margin-top: 0;
}
.wp-block-columns.contact__items {
	width: 85%;
	margin: 14% auto 80px;
	display: grid;
	grid-template-columns: repeat(4, 23.5%);
	gap: 2%;
	align-content: stretch;
	align-items: unset;
}
.contact__item-wrap {
	position: relative;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 3px 26px 0 rgba(0, 0, 0, 0.16);
	width: 100%;
	padding: 80px 50px 50px;
}
.contact__image {
	position: absolute;
	width: 44%;
	aspect-ratio: 1 / 1;
	top: -39%;
	left: calc(28% + 8px);
}
.contact__item-wrap h2,
.contact__item-wrap h2 + p {
	margin-bottom: 35px;
}
.contact__item-wrap .wp-block-group__inner-container {
	text-align: center;
}
.contact__item-wrap .link-button {
	display: inline-block;
	width: 90%;
	margin: 0 auto;
	padding: 20px;
}
.home_form-block.contact .wpcf7-response-output {
	bottom: -5px;
}
@media (max-width: 1700px) {
	.wp-block-columns.contact__info-block {
		width: 75%;
		grid-template-columns: 47% 45%;
		gap: 8%;
	}
	.contact__item-wrap {
		padding: 60px 40px 40px;
	}
	.contact__image {
		top: -38%;
	}
}
@media (max-width: 1600px) {
	.contact__form-block {
		width: calc(60vw + 290px);
	}
	.contact__form-block .home_form-block:after {
		height: 5.5%;
	}
	.wp-block-columns.contact__items {
		width: 90%;
	}
}
@media (max-width: 1450px) {
	.wp-block-columns.contact__info-block {
		width: 80%;
	}
	.contact__item-wrap {
		padding: 60px 30px 30px;
	}
	.contact__image {
		top: -35%;
	}
}
@media (max-width: 1380px) {
	.wp-block-columns.contact__items {
		width: 80%;
		margin: 70px auto 130px;
		display: grid;
		grid-template: auto / repeat(2, 47%);
		gap: 7% 6%;
	}
	.contact__item-wrap .wp-block-group__inner-container {
		display: grid;
		grid-template: "a a b b" "a a c c" "d d d d" auto / 20% 20% 1fr 1fr;
		gap: 30px 10px;
	}
	.contact__image {
		grid-area: a;
		position: static;
		width: auto;
		margin-left: 15px;
	}
	.contact__item-wrap h2 {
		grid-area: b;
		margin-bottom: 0;
	}
	.contact__item-wrap h2 + p {
		grid-area: c;
		margin-bottom: 0;
	}
	.contact__item-wrap .link-button {
		grid-area: d;
		margin-top: 20px;
	}
}
@media (max-width: 1200px) {
	.wp-block-columns.contact__info-block {
		width: 90%;
	}
	.wp-block-columns.contact__items {
		width: 90%;
	}
	.contact__items .index-form-2 {
		bottom: 75px;
	}
}
@media (max-width: 1050px) {
	.contact__form-block .home_form-block:after {
		height: 6%;
	}
	.wp-block-columns.contact__info-block {
		grid-template-columns: 49% 45%;
		gap: 6%;
	}
	.wp-block-columns.contact__items {
		margin-top: 20px;
		grid-template: auto / repeat(2, 48%);
		gap: 5% 4%;
	}
	.home_form-block.contact {
		padding: 50px;
	}
}
@media (max-width: 900px) {
	.contact__item-wrap .wp-block-group__inner-container {
		display: flex;
		flex-direction: column;
	}
	.contact__image {
		position: absolute;
	}
	.wp-block-column.contact__item-wrap {
		margin-top: 130px;
	}
	.contact__image {
		top: -130px;
		width: 150px;
		left: calc(50% - 85px);
	}
	.about__reasons h2 {
		width: 90vw;
	}
	.contact__form-block {
		margin-bottom: 70px;
	}
	.about__reasons li {
		padding-left: 20px;
		margin-bottom: 20px;
	}
	.wp-block-columns.contact__items {
		margin-bottom: 110px;
	}
	.wp-block-group.about__reasons {
		margin-bottom: 50px;
	}
	.contact__form-block .home_form-block:after {
		right: 9%;
		bottom: 33px;
		height: 9%;
		width: 200px;
		background-size: auto 50%;
	}
	.home_form-block.contact .wpcf7-response-output {
		bottom: -40px;
	}
}
@media (max-width: 600px) {
	.contact__form-block {
		width: 95vw;
	}
	.wp-block-columns.contact__info-block {
		grid-template-columns: 100%;
		gap: 0;
		margin-top: 95px;
		margin-bottom: 60px;
	}
	.contact__info-block .shadow {
		height: 70vw;
	}
	.wp-block-columns.contact__items {
		grid-template-columns: 100%;
		gap: 40px;
		margin-bottom: 70px;
	}
	.home_form-block.contact {
		padding: 50px 20px 80px;
	}
}

/******** BUY A BUSINESS ********/
.buy-business__banner {
	position: relative;
}
.buy-business__banner h1 {
	font-family: Montserrat-black;
	font-size: 50px;
	text-transform: uppercase;
	color: #d6d5d5;
	position: absolute;
	width: 650px;
	text-align: center;
	left: calc(50% - 325px);
	top: calc(50% - 40px);
}
.buy-business__banner h1 strong {
	font-family: Montserrat-black;
	font-size: 50px;
	text-transform: uppercase;
	color: var(--main-color);
}
.business__list {
	display: flex;
	flex-wrap: wrap;
	gap: max(3.5vw, 30px) 3.5%;
	width: 85%;
	margin: 70px auto 20px;
}
.empty-sale {
	grid-column: 1 / 4;
	text-align: center;
	font-size: 1.7rem;
	font-weight: 900;
}
.business__item-block {
	position: relative;
	width: 31%;
	border-radius: 10px;
	box-shadow: 0 3px 26px 0 rgba(0, 0, 0, 0.16);
	padding: 80px 50px 50px;
	margin-top: 160px;
}
.business__item-thumb {
	border-radius: 10px;
	overflow: hidden;
	position: absolute;
	width: 160px;
	height: 160px;
	aspect-ratio: 1 / 1;
	left: calc(50% - 80px);
	top: -145px;
}
.business-item__description {
	display: grid;
	grid-template: repeat(6, auto) 1fr auto / 1fr 115px;
	gap: 5px 2%;
	position: relative;
	height: 100%;
}
.business-item__title {
	grid-column: 1 / 3;
	grid-row: 1;
}
.business-item__price-title {
	grid-column: 1;
	grid-row: auto;
	font-weight: 800;
}

.business-item__price {
	display: flex;
	align-items: center;
	grid-column: 2;
	grid-row: auto;
}
.business-item__text {
	grid-column: 1 / 3;
	grid-row: 7;
	margin: 30px 0;
}
.business-item__description .link-button {
	grid-column: 1 / 3;
	grid-row: 8;
	width: 60%;
	text-align: center;
	padding: 20px;
	min-width: 200px;
}
.business-item__price:nth-last-of-type(-n + 2) {
	color: var(--main-color);
	font-weight: 700;
}
.business__item-block h3 {
	margin-bottom: 30px;
}
.business-item__description::after {
	content: "";
	background: url("data:image/svg+xml,%20%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22344.5%22%20height%3D%2253%22%20viewBox%3D%220%200%20344.5%2053%22%3E%3Cpath%20transform%3D%22rotate(-90%2035.197%203.803)%22%20style%3D%22fill%3A%23ececec%22%20d%3D%22M0%200h24v313.106H0z%22%2F%3E%3Cpath%20data-name%3D%22arrow%22%20d%3D%22M22.168%207.521a5%205%200%200%201%208.665%200L48.682%2038.5a5%205%200%200%201-4.333%207.5H8.651a5%205%200%200%201-4.332-7.5z%22%20transform%3D%22rotate(-90%2026.5%2026.5)%22%20style%3D%22fill%3A%23ececec%22%2F%3E%3C%2Fsvg%3E")
		no-repeat;
	background-size: auto 100%;
	position: absolute;
	bottom: 17px;
	right: 0;
	width: calc(40% - 25px);
	height: 30px;
}
.post__wrapper {
	width: 80%;
	margin: 80px auto;
	display: grid;
	grid-template-columns: 65% 30%;
	gap: 5%;
	align-items: start;
}
.business__title {
	margin-bottom: 20px;
}
.business__title + span {
	display: inline-block;
	margin-bottom: 20px;
	font-weight: 700;
	font-style: italic;
}
.business__price-info {
	padding: 45px 0 0;
	border-radius: 10px;
	box-shadow: 0 3px 26px 0 rgba(0, 0, 0, 0.16);
	background-color: #f8f8f8;
	position: sticky;
	top: 70px;
	overflow: hidden;
}
.business__price-block {
	display: grid;
	grid-template: auto / 1fr 160px;
}
.business__price-title {
	font-weight: 700;
	color: var(--main-color);
	border-bottom: 1px solid #d6d5d5;
	padding: 20px 0 20px 5px;
	margin-left: 45px;
}
.business__price {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	border-bottom: 1px solid #d6d5d5;
	padding: 20px 0;
	margin-right: 45px;
}
.business__price-info h3 {
	text-align: center;
	margin-bottom: 10px;
}
.business__final-price {
	display: grid;
	grid-template: auto / 1fr 130px;
	background-color: #66c87b;
	box-shadow: 0 3px 26px 0 rgba(0, 0, 0, 0.16);
	padding: 10px 45px;
	margin-top: 15px;
}
.business__final-price .business__price-title,
.business__final-price .business__price {
	color: var(--title-color);
	font-weight: 700;
	border-bottom: none;
	margin: 0;
}
.business__price-block > div:nth-last-of-type(-n + 2) {
	border-bottom: none;
}
.type-business.business a {
	display: inline-block;
	color: var(--main-color);
	font-weight: 700;
}
.business__title.additional {
	margin-top: 50px;
}
.additional-info__item {
	display: grid;
	grid-template-columns: 1fr 200px;
	border-bottom: 1px solid #707070;
	padding: 20px 0;
}
.additional-info__title {
	color: var(--main-color);
	font-weight: 700;
}
.additional-info__title span {
	color: var(--main-color);
	font-weight: 100;
}
.additional-info {
	text-align: right;
}
.business__home-form {
	width: 100vw;
	overflow: hidden;
}
.business__additional-info {
	display: inline-block;
}
.business__more-info-wrap {
	background: url("images/more-info-back.jpeg") no-repeat;
	background-size: cover;
	padding: 70px 0;
}
.business__more-info {
	display: grid;
	grid-template: auto 1fr / 67% 22%;
	gap: 40px 11%;
	width: 57%;
	margin: 0 auto;
}
.business__more-info {
	position: relative;
}
.business__more-info h2 {
	font-family: Montserrat-black, sans-serif;
	color: #fff;
	width: 70%;
	grid-column: 1 / 3;
	grid-row: 1;
}
.business__more-info-form {
	position: relative;
}
.business__more-info-form:after {
	width: 51%;
	height: 7%;
	right: 0;
	bottom: 0;
}
.business__more-info .wpcf7 {
	grid-column: 1;
	grid-row: 2;
}
.business__more-info .business__more-info-image {
	grid-column: 2;
	grid-row: 2;
	margin-top: 41px;
	height: calc(100% - 1.5vw - 41px);
}
.business__more-info label {
	color: #fff;
}
.business__more-info .form__textarea textarea,
.form__textarea input {
	width: 100%;
	box-sizing: border-box;
}
.business__more-info .anim-submit__wrapper {
	margin-top: 0;
}
.business__more-info .wpcf7-response-output {
	bottom: -80px;
}
.business__more-info .submit-button {
	background: var(--title-color);
}
.business__more-info .shadow {
	box-shadow: -1.2vw 1.2vw var(--title-color);
}
.post__wrapper article p {
	padding-bottom: 30px;
}
.to-top {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 50px;
	height: 50px;
	background: var(--title-color)
		url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12.441" height="7.22" viewBox="0 0 12.441 7.22"><path id="arrow" d="M855.387,682.824l4.806,4.806-4.806,4.806" transform="translate(-681.41 861.193) rotate(-90)" fill="none" stroke="%23fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/></svg>')
		no-repeat center / contain;
	background-size: 40%;
	border-radius: 50%;
	border: none;
	box-shadow: 3px 0 10px 0 rgba(0, 0, 0, 0.3);
	cursor: pointer;
	transition: 0.3s;
}
.to-top:hover {
	background-color: var(--main-color);
	transition: 0.3s;
}
.to-top.show {
	display: block;
}

@media (max-width: 1650px) {
	.business__list {
		width: 90%;
	}
	.post__wrapper {
		width: 85%;
		grid-template-columns: 63% 33%;
		gap: 4%;
	}
	.business__price-title {
		margin-left: 30px;
	}
	.business__price {
		margin-right: 30px;
	}
	.business__final-price {
		padding: 10px 30px;
	}
}
@media (max-width: 1500px) {
	.business__item-block {
		padding: 70px 30px 40px;
	}
	.post__wrapper {
		width: 90%;
	}
	.business__more-info {
		width: 63%;
	}
}
@media (max-width: 1350px) {
	.business-item__description::after {
		width: calc(100% - 220px);
		height: 25px;
	}
	.business__more-info {
		width: 70%;
	}
}
@media (max-width: 1150px) {
	.business__list {
		gap: 30px 4%;
	}
	.business-item__description::after {
		width: calc(40% - 25px);
		height: 30px;
	}
	.business__item-thumb {
		top: -135px;
	}
	.business__item-block {
		width: 48%;
	}
	.business__price-block,
	.business__final-price {
		grid-template: auto / 100%;
	}
	.business__price-title {
		border-bottom: none;
		padding: 20px 0 0;
		margin: 0 30px;
	}
	.business__price {
		justify-content: flex-start;
		padding: 5px 0 20px;
		margin: 0 30px;
	}
	.business__more-info {
		width: 90%;
	}
	.business__more-info .shadow {
		box-shadow: -10px 10px var(--title-color);
	}
	.post__wrapper article p {
		padding-bottom: 20px;
	}
}
@media (max-width: 900px) {
	.buy-business__banner h1,
	.buy-business__banner h1 strong {
		font-size: 45px;
	}
	.buy-business__banner h1 {
		width: 90vw;
		left: 5vw;
	}
	.business__item-block {
		width: 100%;
	}
	.business-item__description::after {
		width: calc(50% - 120px);
		height: 37px;
		background-size: 130% auto;
	}
	.business__list {
		margin-block: 30px 50px;
	}
	.empty-sale {
		grid-column: 1 / 3;
	}
	.business-item__text,
	.business-item__description .link-button {
		grid-row: auto;
	}
	.business__more-info {
		grid-template: auto 1fr / 70% 22%;
		gap: 40px 8%;
	}
	.business__more-info-form:after {
		width: 40%;
		height: 6%;
		right: 0;
		bottom: 10px;
		background-size: auto 100%;
	}
	.business__more-info .wpcf7-response-output {
		bottom: -100px;
	}
	.post__wrapper {
		width: 90%;
	}
}
@media (max-width: 550px) {
	.buy-business__banner h1,
	.buy-business__banner h1 strong {
		font-size: 35px;
	}
	.buy-business__banner h1 {
		top: calc(50% - 30px);
	}
	.business-item__price {
		grid-column: 1;
	}
	.business__list {
		grid-template: auto / 100%;
		gap: 35px;
	}
	.business-item__description::after {
		width: calc(50% - 85px);
		height: 30px;
		background-size: 50vw auto;
	}
	.business__list {
		margin: 40px auto 60px;
	}
	.post__wrapper {
		grid-template-columns: 100%;
		gap: 40px;
		margin: 50px auto;
	}
	.business-item__description {
		grid-template: repeat(11, auto) 1fr auto / 100%;
	}
	.empty-sale {
		grid-column: 1;
	}
	.business__price-info {
		order: -1;
		position: static;
	}
	.additional-info__item {
		grid-template-columns: 1fr 120px;
	}
	.business__title.additional {
		margin-top: 40px;
	}
	.business__more-info {
		grid-template: auto / 100%;
	}
	.business__more-info .business__more-info-image {
		grid-column: 1;
		grid-row: auto;
		margin-top: 0;
		height: 120vw;
	}
	.business__more-info-wrap {
		margin-bottom: 50px;
		padding: 50px 0 60px;
	}
	.business__more-info h2 {
		width: 90%;
	}
}

/************ REFER A BUSINESS ************/
.main-banner-block.refer {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: max(6vw, 70px) 0;
}
.refer .image-background {
	position: absolute;
	top: 0;
	left: 0;
}
.refer-page_block .home_form-block h2 {
	width: auto;
	max-width: 500px;
}
.refer .home-banner_text {
	position: static;
	padding: 80px 100px;
	box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.16);
	border-radius: 10px;
	height: auto;
	background: url(images/banner-cover-refer.png) no-repeat center center;
	background-size: cover;
}
div.refer-page_block {
	display: grid;
	width: 85%;
	grid-template: auto / 30% 60%;
	gap: 10%;
	margin: 0 auto;
	align-items: flex-start;
	padding: 110px 0 100px 2%;
}
div.refer-page_block strong {
	font-weight: 800;
}
div.refer-page_block .home_form-block {
	width: 100%;
	margin-top: 0;
}
.refer-page_block .submit-button {
	padding: 20px;
	transition: 0.5s;
}
.refer-page_block .wpcf7-form textarea {
	width: 100%;
}
.refer-page_block .home_form-block:after {
	width: 48%;
	height: 7%;
	right: 80px;
}
.refer-form_text {
	display: flex;
	flex-direction: column;
	gap: 25px;
}
.refer-form_text .wp-block-image {
	width: 65%;
	margin-bottom: 35px;
	margin-left: 20px;
}
.refer_works.wp-block-columns {
	display: grid;
	grid-template: auto / 37% 50%;
	gap: 13%;
	padding: 70px 15% 70px 11%;
	background: url("images/refer-works-back.webp") no-repeat;
	background-size: cover;
	box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.16);
}
.refer_works-images {
	position: relative;
	width: 100%;
	height: 100%;
}
.refer_works-images .shadow {
	position: absolute;
}
.refer_works-images .refer-works-1 {
	width: 30%;
	bottom: 3%;
	left: 0;
}
.refer_works-images .refer-works-2 {
	width: 59%;
	top: 0;
	right: 0;
}
.refer_works-item .faq__number {
	position: static;
	background: #fff;
}
.refer_works-item {
	margin-top: 30px;
}
.refer_works-item strong {
	font-weight: 800;
}
.sell-business__block.refer {
	align-items: flex-start;
	width: 80%;
	grid-template-columns: 40% 40%;
	gap: 17%;
}
.refer_params .faq__number {
	box-shadow: unset;
	font-size: 50px;
	justify-content: flex-start;
}
.sell-business__block.refer .wp-block-heading {
	width: 100%;
}
.refer .refer_works-item {
	gap: 0;
	margin-top: 20px;
}
.refer_works.participate.wp-block-columns {
	background: url("images/refer-part-back.webp") no-repeat;
	background-size: cover;
}
.refer_works.participate li,
.sell-business__block.refer.trust li {
	list-style-type: disc;
	margin-left: 20px;
	padding-left: 20px;
	font-weight: 800;
}
.refer_works.participate li:not(:last-of-type),
.sell-business__block.refer.trust li {
	margin-bottom: max(2vw, 20px);
}
.refer_works.participate ul {
	margin-top: max(3vw, 40px);
}
.refer_works-images .leadership-2 {
	left: 0;
	top: 0;
	width: 58%;
}
.refer_works-images .leadership-3 {
	left: auto;
	right: 0;
	top: auto;
	bottom: 0;
	width: 33%;
}
.sell-business__block.refer.trust {
	align-items: center;
	grid-template-columns: 39% 40%;
	gap: 18%;
	padding-bottom: 0;
}
.sell-business__block.refer.trust li {
	font-weight: unset;
}
.sell-business__block.refer.trust li strong {
	font-weight: 800;
}
.sell-business__block .italic-s {
	font-style: italic;
	font-size: 0.8em;
	font-weight: 100;
}
.sell-business__block.refer.trust .shadow {
	margin-top: -20px;
}
div.refer-join.wp-block-group {
	display: flex;
	align-items: center;
	margin: 100px 5%;
	text-align: center;
}
.refer-join.wp-block-group h2 {
	color: #2d4a63;
	font-family: Montserrat-black;
	margin-bottom: 25px;
}
.refer .home-banner_text .link-button,
.refer-page_block .submit-button,
.refer-join .link-button {
	animation: pulseAnimation 1s ease-in-out infinite alternate;
}
@keyframes pulseAnimation {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(1.05);
	}
}

@media (max-width: 1700px) {
	.refer-page_block .home_form-block:after {
		width: 45%;
		height: 6%;
	}
}
@media (max-width: 1550px) {
	.refer-page_block .home_form-block:after {
		width: 38%;
		height: 6%;
	}
	.refer_works.wp-block-columns {
		grid-template: auto / 38% 51%;
		gap: 11%;
		padding: 70px 10% 70px 9%;
	}
	.sell-business__block.refer {
		width: 83%;
	}
	.sell-business__block.refer {
		width: 83%;
		grid-template-columns: 44% 40%;
		gap: 14%;
	}
	.refer .refer_works-item {
		margin-top: 10px;
	}
	.sell-business__block.refer.trust {
		grid-template-columns: 43% 40%;
		gap: 15%;
	}
}
@media (max-width: 1350px) {
	.refer-page_block .home_form-block:after {
		width: 29%;
		background-size: 175% auto;
	}
}
@media (max-width: 1050px) {
	.main-banner-block.refer {
		height: auto;
	}
	div.refer-page_block,
	.refer_works.wp-block-columns,
	.sell-business__block.refer,
	.sell-business__block.refer.trust {
		display: flex;
		flex-direction: column;
		gap: 60px;
	}
	.refer-page_block .home_form-block:after {
		width: 40%;
		height: 7.5%;
		background-size: 130% auto;
	}
	.refer_params .faq__number {
		font-size: 40px;
	}
	.refer-form_text .wp-block-image {
		margin-inline: auto;
		width: 60%;
		height: 350px;
	}
	.refer-page_block .home_form-block h2 {
		max-width: 450px;
	}
	.sell-business__block.refer.trust .shadow {
		height: 350px;
		width: auto;
		margin-top: 0;
	}
	.refer_works-images {
		height: 45vw;
	}
	.refer_works-images .refer-works-1 {
		width: 26%;
		left: 10%;
	}
	.refer_works-images .refer-works-2 {
		width: 45%;
		right: 10%;
	}
	.sell-business__block.refer > .shadow,
	.sell-business__block.refer .wp-block-column:has(.sell-image) {
		margin: auto;
		position: static;
		width: 60%;
		height: 350px;
		order: -1;
	}
	.refer_works-images .leadership-2 {
		left: 10%;
		width: 45%;
		height: auto;
	}
	.refer_works-images .leadership-3 {
		right: 10%;
		width: 27%;
		height: auto;
	}
}
@media (max-width: 900px) {
	.refer.sell-business__block:not(.have-buyers__block) p:last-of-type {
		width: auto;
	}
	.refer_params .faq__number {
		width: 65px !important;
	}
	div.refer-page_block {
		padding: 80px 0 80px 2%;
	}
	.refer .refer_works-item {
		margin-top: 0;
	}
	.sell-business__block.refer.trust .shadow {
		position: static;
	}
	.refer-page_block .home_form-block:after {
		right: 50px;
		width: 35%;
		height: 7%;
	}
	.refer-form_text .wp-block-image,
	.sell-business__block.refer.trust .shadow,
	.sell-business__block.refer > .shadow,
	.sell-business__block.refer .wp-block-column:has(.sell-image) {
		height: 300px;
	}
}
@media (max-width: 600px) {
	.refer .sell-business__block,
	div.refer-page_block {
		padding-top: 60px;
	}
	.refer .home-banner_text .link-button {
		padding-inline: 20px;
	}
	.refer-page_block .wp-block-column.home_form-block {
		margin-bottom: 0;
		padding-block: 40px;
	}
	.refer_works.wp-block-columns {
		background: url("images/refer-works-back-mobile.webp") no-repeat;
		background-size: cover;
	}
	.refer_works.participate.wp-block-columns {
		background: url("images/refer-part-back-mobile.webp") no-repeat;
		background-size: cover;
	}
	.refer_params .faq__number {
		font-size: 30px;
	}
	.refer_params .faq__number {
		width: 50px !important;
	}
	.refer_works-item {
		gap: 20px;
	}
	.refer .home-banner_text {
		padding: 50px;
	}
	.refer-form_text .wp-block-image,
	.sell-business__block.refer.trust .shadow,
	.sell-business__block.refer > .shadow,
	.sell-business__block.refer .wp-block-column:has(.sell-image) {
		width: 100%;
	}
	.refer-page_block .home_form-block .wpcf7-response-output {
		bottom: -80px;
	}
}

/************ FOOTER ************/
.footer-new {
	background: url("images/footer-back.jpg") no-repeat;
	background-size: cover;
}
.footer-new .footer-logo {
	width: 8.15vw;
}
.footer-wrapper {
	display: inline-flex;
	width: 85vw;
	margin: 40px auto;
}
.nav-copyright__wrapper {
	margin-left: auto;
}
.footer-wrapper .menu {
	display: flex;
	justify-content: flex-end;
}
.footer-wrapper .menu .menu-item {
	margin: 25px 20px;
}
.footer-wrapper .menu .menu-item:first-of-type {
	margin-left: 0;
}
.footer-wrapper .menu .menu-item:last-of-type {
	margin-right: 0;
}
.footer-wrapper .menu a {
	display: inline-block;
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	text-transform: uppercase;
	position: relative;
	padding: 8px 5px;
	color: #fff;
	text-decoration: none;
}
.footer-new a::after {
	background-color: #fff;
}
.nav-copyright__wrapper > span {
	display: flex;
	color: #fff;
}
.nav-copyright__wrapper > span a {
	position: relative;
	display: inline-block;
	text-decoration: none;
	color: #fff;
	padding: 1px;
	margin: 0 5px;
}
.footer-new span {
	color: #fff;
}

@media (max-width: 1050px) {
	.footer-wrapper {
		width: 90vw;
	}
	.footer-wrapper .menu .menu-item {
		margin: 25px 10px;
	}
	.footer-new .footer-logo {
		width: 100px;
	}
}
@media (max-width: 850px) {
	.footer-new {
		padding-bottom: 100px;
		background-position: 50% 50%;
	}
	.footer-wrapper .menu {
		text-align: center;
		display: grid;
		grid-template: auto auto / 33% 33% 33%;
	}
	.footer-wrapper {
		position: relative;
	}
	.footer-wrapper .menu .menu-item {
		margin: 5px 10px;
	}
	.nav-copyright__wrapper > span {
		position: absolute;
		bottom: -80px;
		left: 0;
		flex-wrap: wrap;
	}
	.menu-footer-links-container {
		width: calc(90vw - 110px);
	}
	.footer-wrapper .menu a {
		max-width: 130px;
	}
}
@media (max-width: 600px) {
	.footer-wrapper .menu {
		grid-template: auto auto / 50% 50%;
	}
}
@media (max-width: 500px) {
	.footer-wrapper {
		flex-wrap: wrap;
		justify-content: center;
	}
	.nav-copyright__wrapper {
		width: 100%;
		margin: 20px 0;
	}
	.menu-footer-links-container {
		width: 100%;
	}
	.nav-copyright__wrapper span,
	.nav-copyright__wrapper a {
		font-size: 18px;
		justify-content: center;
	}
	.footer-new span span {
		width: 260px;
	}
	.footer-new .slash {
		display: none;
	}
}
@media (max-width: 300px) {
	body *,
	.footer-wrapper .menu a,
	.home_form-block .wpcf7-form input:not([type="submit"]),
	.home_form-block .wpcf7-form textarea,
	.home_form-block .nice-select,
	.nice-select .current,
	.nice-select .option,
	.header-nav .menu-item a,
	.link-button,
	.home-banner_text p,
	.home_selling-block p,
	.home_form-block h2 + p,
	.form__input label,
	.form__textarea label,
	.nav-copyright__wrapper span,
	.nav-copyright__wrapper a {
		font-size: 15px;
	}
	body .home_selling-block h2,
	.quote-block strong,
	.quote-block,
	body .home-banner_text h1,
	body .home_form-block h2,
	body h1,
	body h2 {
		font-size: 20px;
	}
	.link-button {
		padding: 20px;
	}
	.main-banner-block {
		height: 170vw;
	}
	.home_selling-block .is-layout-flow:not(.home_sell-text) {
		bottom: 120px;
	}
	.home_selling-block p {
		margin-top: 15px;
	}
	.nav-copyright__wrapper > span {
		left: -5%;
	}
	.home_form-block .wpcf7-form input:not([type="submit"]),
	.home_form-block .wpcf7-form textarea,
	.home_form-block .nice-select {
		margin: 5px 0 10px 0;
	}
}

@keyframes animButton {
	0% {
		width: 240px;
		margin-top: 0;
	}
	50% {
		width: 18vw;
		min-width: 270px;
		height: 0;
		padding: 0;
		margin-top: 25px;
	}
	85% {
		width: 17vw;
		min-width: 260px;
		height: 20px;
		margin-top: 23px;
	}
	100% {
		height: 15px;
		padding: 0;
		width: 17vw;
		min-width: 260px;
		margin-top: 25px;
	}
}
@keyframes animButtonAfter {
	0% {
		right: 50%;
		width: 0;
	}
	100% {
		right: 0;
		width: 100%;
	}
}
@keyframes animButtonInvalid {
	0% {
		width: 17vw;
		height: 15px;
		padding: 0;
		border-radius: 10px;
		margin-top: 25px;
		margin-left: 0;
	}
	100% {
		width: 70px;
		height: 70px;
		border-radius: 50%;
		padding: 0;
		background-color: #ffb900;
		margin-left: 7vw;
	}
}
@keyframes animButtonSent {
	0% {
		width: 17vw;
		height: 15px;
		padding: 0;
		border-radius: 10px;
		margin-top: 25px;
		margin-left: 0;
	}
	100% {
		width: 70px;
		height: 70px;
		border-radius: 50%;
		padding: 0;
		background-color: #46b450;
		margin-left: 7vw;
	}
}
@keyframes animButtonError {
	0% {
		width: 17vw;
		height: 15px;
		padding: 0;
		border-radius: 10px;
		margin-top: 25px;
		margin-left: 0;
	}
	100% {
		width: 70px;
		height: 70px;
		border-radius: 50%;
		padding: 0;
		background-color: red;
		margin-left: 7vw;
	}
}
@keyframes lineAnimation {
	0% {
		opacity: 0;
		stroke-dashoffset: 1000;
	}
	10% {
		opacity: 0;
	}
	15% {
		opacity: 1;
	}
	100% {
		opacity: 1;
		stroke-dashoffset: 0;
	}
}
