:root {
	--ia-bg-white: #fff;
	--ia-bg-white-transp: #fffd;
	--ia-bg-grey: #8a9285;
	--ia-bg-grey-dark: #333333;
	--ia-bg-grey-light: #a5a5a5;
	--ia-bg-grey-transp: #3c3c3c30;
	--ia-bg-pink: #df5d8f;
	--ia-text-white: #fff;
	--ia-text-grey: #b5b5b5;
	--ia-text-grey-light: #c5c5c5;
	--ia-text-grey-dark: #333333;
	--ia-text-pink: #df5d8f;
	--ia-text-green: #00c030;
}

html, body {
	height: 100%;
	background-color: var(--ia-bg-grey);
}

body {
	background: url(/images/site/bg_main.png) no-repeat;
	background-position: center top;
	background-position-y: -168px;
    	margin: 0px;
}

body.menu-open {
	overflow: hidden;
}

.flex-row, .flex_row {
	align-items: flex-start;
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.flex-column, .flex_column {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

h1 {
	color: var(--ia-text-grey);
	font-family: 'Tahoma';
	font-size: 38px;
	font-weight: normal;
	margin: 20px 0;
}

h2 {
	color: var(--ia-text-grey);
	font-family: 'Tahoma';
	font-size: 30px;
	font-weight: normal;
	margin: 20px 0;
}

.main-wrapper {
	align-items: center;
	display: flex;
	flex-direction: column;
	font-family: 'Tahoma';
	min-height: 100%;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.col-main {
	box-sizing: border-box;
	max-width: 1400px;
	width: 100%;
}

main {
	align-items: center;
	display: flex;
	flex: 1 0 auto;
	flex-direction: column;
}


footer {
	align-items: center;
	display: flex;
	flex: 0 0 auto;
	flex-direction: column;
	position: relative;
}

#anchor-start {
	position: relative;
	top: -160px;
}

/* ----------------------------------------- header */
/* ------------------------------------------------ */

header {
	align-items: center;
	border: 1px #ffffff solid;
	display: block;
	min-width: 1400px;
}

.header-tel {
	display: flex;
	flex-direction: row;
	min-height: 152px;
}

.header-logo {
	display: flex;
	flex-direction: row;
	min-height: 333px;
}

.header-name {
	display: flex;
	flex-direction: row;
	min-height: 285px;
}

.header-button {
	display: flex;
	flex-direction: row;
	min-height: 173px;
}

.header-medal {
	display: flex;
	flex-direction: row;
	min-height: 313px;
}

/* ----------------------------------------- end header */
/* ---------------------------------------------------- */



/* footer */

footer .col-main {
	position: relative;
}
footer .col-main::after {

	/* content: url(/images/site/ia_bg_lamp.png);*/
	position: absolute;
	right: -255px;
	top: -145px;
}
.footer-content {
	align-items: center;
	background-color: var(--ia-bg-grey-dark);
	box-sizing: border-box;
	min-height: 100px;
	justify-content: space-between;
	padding: 0 50px;
	position: relative;
	width: 100%;
	z-index: 10;
}
.footer-content-bottom {
	background: var(--ia-bg-grey);
	margin-bottom: 35px;
	min-height: 120px;
}
.footer-share-section {
	align-items: center;
	bottom: 100%;
	display: flex;
	flex-direction: column;
	margin-bottom: 20px;
	position: absolute;
	width: 100%;
	z-index: 1;
}
.footer-share {
	justify-content: flex-end;
	padding: 0 50px;
}
.footer-share-section .share-title {
	color: var(--ia-text-grey);
	margin-bottom: 5px;
}
.footer-span {
	color: var(--ia-text-grey);
	width: 250px;
}
.footer-span:first-child {
	text-align: left;
}
.footer-span:last-child {
	text-align: right;
	text-transform: uppercase;
}
.footer-soc-networks {
	gap: 10px;
	position: relative;
	top: 13px;
}
.footer-soc-networks :first-child {
	gap: 0 10px;
}
.footer-soc-networks a {
	text-decoration: none;
}
.footer-soc-networks a img {
	max-width: 46px;
}
.footer-soc-networks span {
	color: var(--ia-text-grey);
}
.footer-metrika {
	position: absolute;
	right: 28%;
	top: 50%;
	transform: translateY(-50%);
}
.web-studio {
	bottom: 14%;
	color: var(--ia-text-grey-light);
	position: absolute;
	right: 27%;
	text-decoration: none;
}
.web-studio:hover {
	color: var(--ia-text-pink);
}

@media (max-width: 1200px) {
	footer .col-main::after { display: none; }
	.footer-content-bottom {
		gap: 20px;
		margin-bottom: 15px;
		padding: 20px 50px 65px;
	}
	.footer-metrika {
		bottom: 20px;
		right: 50%;
		top: unset;
		transform: translate(50%, 0);
	}
	.web-studio { right: 50px; }
}
@media (max-width: 768px) {
	.footer-content { padding-left: 35px; padding-right: 35px; }
	.footer-content-bottom { padding-left: 20px; padding-right: 20px; }
	.web-studio { right: 35px; }
}
@media (max-width: 700px) {
	.footer-share-section { bottom: 255px; }
	.footer-share { justify-content: center; }
	.footer-content-bottom {
		flex-direction: column;
		gap: 20px;
		padding-bottom: 100px;
		padding-top: 90px;
	}
	.footer-span:first-child,
	.footer-span:last-child { text-align: center; }
	.footer-soc-networks { top: unset; }
	.footer-metrika { bottom: 45px; }
	.web-studio {
		bottom: 15px;
		right: 50%;
		transform: translateX(50%);
	}
}
@media (max-width: 450px) {
	.footer-content { padding-left: 20px; padding-right: 20px; }
}

/* footer end */

/* grecaptcha-badge */

.grecaptcha-badge { visibility: collapse !important; }

/* grecaptcha-badge end */

a.link404 {
	color: var(--ia-text-white);
	font-family: 'Tahoma';
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	text-decoration: none;
	text-transform: uppercase;
}
a.link404:hover {
	color: var(--ia-text-pink);
}

.totop {
	bottom: 80px;
	opacity: 0;
	outline: none;
	visibility: hidden;
	position: fixed;
	left: 50%;
	transform: translateX(-850px);
	transition: 0.7s;
	width: 75px;
	z-index: -1;
}
.totop img {
	display: block;
	width: 100%;
}
.totop_visible {
	bottom: 40px;
	opacity: 1;
	transition: 0.7s;
	visibility: visible;
	z-index: 1000;
}

@media (max-width: 1740px) {
	.totop { bottom: 60px; left: 20px; transform: none; }
	.totop_visible { bottom: 20px; }
}
@media (max-width: 1200px) {
	.totop { width: 55px; }
}
@media (max-width: 767px) {
	.totop { display: none; }
}