@font-face {
    font-family: 'Roboto';
    src: url('/tmpl/fonts/Roboto-Regular.eot');
    src: url('/tmpl/fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
    url('/tmpl/fonts/Roboto-Regular.woff2') format('woff2'),
    url('/tmpl/fonts/Roboto-Regular.woff') format('woff'),
    url('/tmpl/fonts/Roboto-Regular.ttf') format('truetype'),
    url('/tmpl/fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('/tmpl/fonts/Roboto-Bold.eot');
    src: url('/tmpl/fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
    url('/tmpl/fonts/Roboto-Bold.woff2') format('woff2'),
    url('/tmpl/fonts/Roboto-Bold.woff') format('woff'),
    url('/tmpl/fonts/Roboto-Bold.ttf') format('truetype'),
    url('/tmpl/fonts/Roboto-Bold.svg#Roboto-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}
html {
	scroll-behavior: smooth;
}
* {
    margin: 0;
    padding: 0;
}
body {
    width: 100%;
    min-height: 100vh;
    font-size: 16px;
    color: #4f4f4f;
    background-color: #ffffff;
    font-family: 'Roboto', Calibri, serif;
	background-image: url(/tmpl/images/header.jpg);
	background-size: contain;
	background-position: top;
}
a, a:link, a:visited {
    color: #605d6e;
    text-decoration: none;
    transition: .3s;
}
a:hover {
    color: #ffab55!important;
    text-decoration: none;
}
h1, h2, h3 {
    font-size: 46px;
    color: #27233a;
    margin: 0px 2px;
    margin-bottom: 20px;
}
h2 {
    font-size: 36px;
}
h3 {
    font-size: 20px;
    margin-bottom: 15px;
    margin: 0px 3px;
}
.clear {
    clear: both;
}
.btn {
	color: #ffbe08!important;
	border: 2px solid #ffbe08;
	border-radius: 30px;
	padding: 15px 25px;
	font-size: 18px;
	font-weight: bold;
}
.btn.act {
	text-align: center;
	background: #ffbe08;
	color: #fff!important;
}
.btn:hover {
	box-shadow: 0 5px 20px 5px #ffdeba;
}
.row {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.col {
	display: flex;
	flex-direction: column;
	align-items: initial;
	justify-content: start;
}
.a-top {
	align-items: start;
}
.a-stretch {
	align-items: stretch;
}
.j-start {
	justify-content: start;
}
.j-end {
	justify-content: end;
}
.j-center {
	justify-content: center;
}
.w-100 {
	width: 100%;
}
.w-80 {
	width: 80%;
	margin: 30px auto;
}
.w-60 {
	width: 60%;
}
.w-50 {
	width: 50%;
}
.w-40 {
	width: 40%;
}
.p-30 {
	padding: 30px;
}
.pr-30 {
	padding-right: 30px;
}
.pr-50 {
	padding-right: 50px;
}
.mb-0 {
	margin-bottom: 0!important;
}
.ml-10 {
	margin-left: 10px;
}
.mr-15 {
	margin-right: 15px;
}
.mr-20 {
	margin-right: 20px;
}
.mr-30 {
	margin-right: 30px;
}
.mt-5 {
	margin-top: 10px;
}
.mt-10 {
	margin-top: 10px;
}
.mt-15 {
	margin-top: 20px;
}
.mt-20 {
	margin-top: 20px;
}
.mt-30 {
	margin-top: 30px;
}
.mt-50 {
	margin-top: 50px;
}
.mt-60 {
	margin-top: 60px;
}
.mt-80 {
	margin-top: 80px;
}
.mt-100 {
	margin-top: 100px;
}

.d-none {
	display: none;
}

.fw-bold {
	font-weight: bold;
}
.ta-center {
	text-align: center;
}


.material-symbols-outlined {
	font-size: 40px!important;
}

s {
	font-size: 24px;
	color: #999;
}

i {
	font-size: 20px;
	color: #ffbe08;
	margin-left: 10px;
	font-style: normal;
}

.page {
	width: 86%;
	margin: 0 auto;
}

.header {
	padding: 45px 0;
	font-size: 18px;
}
.header .logo {
	margin-right: 30px;
	font-size: 26px;
	font-weight: bold;
}
.header .topMenu {
	list-style-type: none;
}
.header .topMenu a {
	position: relative;
	padding: 10px 50px;
	padding-left: 0;
	font-size: 18px;
	border-bottom: 2px solid #fff;
}
.header .topMenu .act a {
	color: #ffbe08;
}
.header .topMenu a:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 1px;
	width: 30px;
	border-bottom: 2px solid #fff;
	transition: .3s;
}
.header .topMenu .act a:before {
	border-bottom: 2px solid #ffbe08;
}
.header .topMenu a:hover:before {
	width: 60px;
	border-bottom: 2px solid #ffbe08;
}
.header .banner {
	padding: 8dvh 0;
	min-height: calc(84dvh - 200px);
}
.header .banner .left {
	padding: 20px 0;
}
.header .banner .left h1 {
	margin-top: 15px;
	font-size: 54px;
}
.header .banner .left h3, h3 {
	color: #ffbe08;
	font-weight: normal;
	margin-bottom: 10px;
}
.header .banner .left img {
	width: max-content;
	margin-left: 70px;
}
.header .banner .right {
	background-image: url(/tmpl/images/banner.png);
	background-size: contain;
	background-position: center;
    background-repeat: no-repeat;
	position: relative;
	max-height: 550px;
}
.header .banner .right .inf {
	position: absolute;
	margin-top: 20%;
	right: 0;
	background: #fff;
	border-radius: 24px;
	padding: 10px 20px;
	padding-left: 14px;
	font-size: 14px;
	color: #999;
	box-shadow: 5px 15px 30px 0 #d5d5d5;
	transition: .5s;
	animation: upDown 3s infinite;
}
.header .banner .right .inf .fw-bold {
	font-size: 16px;
	margin-bottom: 4px;
	color: #444;
}
.header .banner .right .inf img {
	display: block;
	width: 45px;
}
.header .banner .right .inf:nth-child(2) {
	margin-top: 0;
	margin-left: 5%;
	right: initial;
	bottom: 5px;
	animation: upDown 4s infinite;
}
.header .banner .right .inf:nth-child(3) {
	margin-top: 0;
	right: 3%;
	bottom: 30px;
	animation: upDown 5s infinite;
}
@keyframes upDown {
	0% { transform: translateY(0px); }
	50% { transform: translateY(15px); }
	100% { transform: translateY(0px); }
}


.content {
	padding: 30px 0;
}
.content .blocks > div {
	width: calc(25% - 45px);
	min-width: calc(25% - 45px);
	max-width: calc(25% - 45px);
	padding-right: 60px;
	text-align: center;
	padding-top: 30px;
}
.content .blocks > div > div {
	max-width: 250px;
	margin: 0 auto;
}
.content .blocks > div:last-child {
	padding-right: 0;
}
.content .blocks > div h3 {
	margin-top: 25px;
	margin-bottom: 15px;
	color: initial;
	font-weight: bold;
}
.content .blocks > div img {
	display: block;
	width: 100px;
	margin: 0 auto;
}
.content .pictBlock .left img {
	display: block;
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
}
.content .pictBlock .right {
	font-size: 15px;
}
.content .pictBlock .right .icon {
	width: 60px;
	min-width: 60px;
	padding: 10px;
	border-radius: 10px;
	box-shadow: 0 0 10px 5px #eee;
}
.content .pictBlock .right .icon img {
	width: 100%;
}
.content .pictBlock h3 {
	margin-left: 0;
	margin-bottom: 10px;
}

.footer {
	position: relative;
	background: #fff8e3;
	border-radius: 20px;
	padding: 5%;
}
.footer .material-symbols-outlined {
	color: #ffbe08;
}

.chat {
	height: 100%;
	min-height: 400px;
	padding: 25px;
	background: #fff;
	border-radius: 14px;
}
.chat .ava div {
	text-align: end;
	color: #ffbe08;
}
.chat .ava div b {
	font-size: 20px;
	color: initial;
	margin-bottom: 5px;
}
.chat .ava img, .chatIco img {
	position: relative;
	display: block;
	width: 55px;
	border-radius: 10px;
}
.chat .ava .online, .chatIco .online {
	width: 12px;
	height: 12px;
	margin-top: -15px;
	margin-left: 47px;
	position: absolute;
	border-radius: 50%;
	border: 2px solid #fff;
	background: #17c653;
}
.chatIco {
	position: fixed;
	right: 10px;
	bottom: 10px;
}
.chatIco img {
	width: 45px;
	border-radius: 50%;
}
.chatIco .online {
	margin-left: 33px;
	margin-top: -45px;
}
.chat .messages {
	flex-grow: 1;
	margin: 20px 0;
	height: 100%;
	max-height: 245px;
	overflow-y: scroll;
}
.chat .messages .message {
	white-space: pre-wrap;
	width: fit-content;
	max-width: 80%;
	padding: 13px;
	margin: 15px 10px;
	margin-left: auto;
	border-radius: 7px;
	text-align: right;
	background: #e9f3ff;
}
.chat .messages .message.left {
	margin-left: 0;
	text-align: left;
	background: #f8f5ff;
}
.chat .sends {
	margin-top: auto;
}
.chat .sends .btn {
	border-radius: 10px;
}
.chat .sends textarea {
	font-family: 'Roboto', Calibri, serif;
	display: block;
	width: 100%;
	padding: 11px 15px;
	font-size: 15px;
	color: #444;
	background-color: #fff;
	outline: none;
	border: 1px solid #ddd;
	appearance: none;
	border-radius: 10px;
	box-shadow: none;
	transition: .3s;
}

@media screen and (max-width: 650px) {
	.topMenu {
		display: none;
	}
	.content h2 {
		text-align: center;
	}
	.banner, .pictBlock, .footer {
		flex-direction: column;
	}
	.banner > div, .pictBlock > div {
		width: 100%;
		min-height: 90vw;
		justify-content: space-around;
		text-align: center;
	}
	.pr-50 {
		padding: 0;
	}
	.banner .j-start {
		justify-content: space-around;
	}
	.content .blocks > div, .content .blocks > div:last-child {
		width: calc(50% - 45px);
		min-width: calc(50% - 45px);
		max-width: calc(50% - 45px);
		padding-right: 20px;
	}
	.blocks {
		flex-wrap: wrap;
	}
	.header .banner .right .inf {
		margin-top: 50%;
	}
	.header .banner .right .inf:nth-child(2) {
		margin-left: 0;
	}
	.header .banner .right .inf:nth-child(3) {
		bottom: 60px;
	}
	.pictBlock .right > div {
		text-align: left;
	}
	.pictBlock .right > div.j-start {
		justify-content: center;
	}
	.pictBlock.prices .right > div.j-start {
		justify-content: start;
	}
	.pictBlock.prices .right > .row.price {
		flex-direction: column;
	}
	.pictBlock.prices .right > .row.price .btn {
		margin-top: 20px;
	}
	.footer > div {
		margin-top: 50px;
		width: 100%;
		min-height: 300px;
		justify-content: space-around;
		text-align: center;
		margin-bottom: 30px;
	}
	.footer .row {
		justify-content: center;
	}
	.footer .chat {
		min-height: 60dvh;
	}
	.footer .chat .row{
		justify-content: space-between;
	}
	.footer .chat .messages {
		max-height: calc(60dvh - 150px);
		font-size: 13px;
	}
}

@media screen and (max-width: 500px) {
	.content .blocks > div, .content .blocks > div:last-child {
		width: 100%;
		max-width: 100%;
		padding-right: 0;
	}
	.footer .chat .sends a.btn {
		font-size: 13px;
		padding: 20px 10px;
	}
}