:root {
	--breakpoint-xs: 0;
	--breakpoint-sm: 576px;
	--breakpoint-md: 768px;
	--breakpoint-lg: 992px;
	--breakpoint-xl: 1200px;
	--font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*,
::after,
::before {
	box-sizing: border-box
}

html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: transparent
}

@-ms-viewport {
	width: device-width
}

body {
	margin: 0 auto;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	background-color: #fff
}

h1,
h2,
h3,
h4 {
	margin-top: 0;
	margin-bottom: .5rem
}

a {
	color: #007bff;
	text-decoration: none;
	background-color: transparent;
	-webkit-text-decoration-skip: objects
}

a:hover {
	color: #0056b3;
	text-decoration: underline
}

img {
	vertical-align: middle;
	border-style: none
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button
}

.h2,
.h3,
.h4,
h1,
h2,
h3,
h4 {
	margin-bottom: .5rem;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.2;
	color: inherit
}

h1 {
	font-size: 2.5rem
}

.h2,
h2 {
	font-size: 2rem
}

.h3,
h3 {
	font-size: 1.75rem
}

.h4,
h4 {
	font-size: 1.5rem
}

.small {
	font-size: 80%;
	font-weight: 400
}

.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

@media (min-width:576px) {
	.container {
		max-width: 540px
	}
}

@media (min-width:768px) {
	.container {
		max-width: 720px
	}
}

@media (min-width:992px) {
	.container {
		max-width: 960px
	}
}

@media (min-width:1200px) {
	.container {
		max-width: 1140px
	}
}

.container-fluid {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px
}

.col,
.col-12,
.col-3,
.col-4,
.col-8,
.col-lg,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-6,
.col-lg-8,
.col-md-4,
.col-md-6,
.col-md-8,
.col-sm-3,
.col-sm-6 {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}

.col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%
}

.col-3 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%
}

.col-4 {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%
}

.col-8 {
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%
}

.col-12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
}

@media (min-width:576px) {
	.col-sm-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-sm-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
}

@media (min-width:768px) {
	.col-md-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}
	.col-md-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-md-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%
	}
}

@media (min-width:992px) {
	.col-lg {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}
	.col-lg-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}
	.col-lg-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-lg-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}
	.col-lg-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-lg-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%
	}
}


.side {
	justify-content: center;
	align-items: center;
	display: none;
}

.side:last-child {
	display: flex;
}

.side img {
	filter: gray;
	-webkit-filter: grayscale(0.5);
	filter: grayscale(0.5);
	transition: all 0.3s ease-in-out;
	transform: scale(1);
}

.side:not(:last-child) img {
	border-radius: 8px;
	-webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.3);
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.3);
}

.side img:hover {
	-webkit-filter: grayscale(0);
	filter: none;
	transform: scale(1.05);
}

.btn {
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: .25rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
	.btn {
		transition: none
	}
}

.btn:focus,
.btn:hover {
	text-decoration: none
}

.btn:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.btn:disabled {
	opacity: .65
}

.btn:not(:disabled):not(.disabled) {
	cursor: pointer
}

.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
	background-image: none
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active {
	color: #fff;
	background-color: #0062cc;
	border-color: #005cbf
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus {
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active {
	color: #fff;
	background-color: #545b62;
	border-color: #4e555b
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus {
	box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active {
	color: #fff;
	background-color: #1e7e34;
	border-color: #1c7430
}

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus {
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active {
	color: #fff;
	background-color: #117a8b;
	border-color: #10707f
}

.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus {
	box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active {
	color: #212529;
	background-color: #d39e00;
	border-color: #c69500
}

.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus {
	box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active {
	color: #fff;
	background-color: #bd2130;
	border-color: #b21f2d
}

.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus {
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active {
	color: #212529;
	background-color: #dae0e5;
	border-color: #d3d9df
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus {
	box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active {
	color: #fff;
	background-color: #1d2124;
	border-color: #171a1d
}

.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus {
	box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus {
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus {
	box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus {
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus {
	box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus {
	box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus {
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus {
	box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus {
	box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-block {
	display: block;
	width: 100%
}

.navbar-toggler:not(:disabled):not(.disabled) {
	cursor: pointer
}

.page-link:not(:disabled):not(.disabled) {
	cursor: pointer
}

.close:not(:disabled):not(.disabled) {
	cursor: pointer
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {}

.align-top {
	vertical-align: top!important
}

.border {
	border: 1px solid #dee2e6!important
}

.d-none {
	display: none!important
}

.d-block {
	display: block!important
}

@media (min-width:576px) {
	.d-sm-block {
		display: block!important
	}
}

@media (min-width:768px) {
	.d-md-none {
		display: none!important
	}
	.d-md-block {
		display: block!important
	}
}

@media (min-width:992px) {
	.d-lg-block {
		display: block!important
	}
}

.align-self-center {
	-ms-flex-item-align: center!important;
	align-self: center!important
}

@supports ((position:-webkit-sticky) or (position:sticky)) {}

.shadow {
	box-shadow: 0 .3rem 1rem rgba(0, 0, 0, .15)!important
}

.shadow-lg {
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175)!important
}

.w-100 {
	width: 100%!important
}

.mt-0 {
	margin-top: 0!important
}

.m-1 {
	margin: .25rem!important
}

.mt-1 {
	margin-top: .25rem!important
}

.mt-2 {
	margin-top: .5rem!important
}

.mb-2 {
	margin-bottom: .5rem!important
}

.mt-3,
.my-3 {
	margin-top: 1rem!important
}

.mb-3,
.my-3 {
	margin-bottom: 1rem!important
}

.my-4 {
	margin-top: 1.5rem!important
}

.mb-4,
.my-4 {
	margin-bottom: 1.5rem!important
}

.mt-5,
.my-5 {
	margin-top: 3rem!important
}

.mb-5,
.my-5 {
	margin-bottom: 3rem!important
}

.p-0 {
	padding: 0!important
}

.pr-1 {
	padding-right: .25rem!important
}

.pl-1 {
	padding-left: .25rem!important
}

.p-3 {
	padding: 1rem!important
}

.px-3 {
	padding-right: 1rem!important
}

.pl-3,
.px-3 {
	padding-left: 1rem!important
}

.p-4 {
	padding: 1.5rem!important
}

.py-4 {
	padding-top: 1.5rem!important
}

.py-4 {
	padding-bottom: 1.5rem!important
}

.py-5 {
	padding-top: 3rem!important
}

.py-5 {
	padding-bottom: 3rem!important
}

.mx-auto {
	margin-right: auto!important
}

.mx-auto {
	margin-left: auto!important
}

@media (min-width:576px) {
	.mt-sm-2 {
		margin-top: .5rem!important
	}
	.my-sm-5 {
		margin-top: 3rem!important
	}
	.my-sm-5 {
		margin-bottom: 3rem!important
	}
}

@media (min-width:768px) {
	.mt-md-4 {
		margin-top: 1.5rem!important
	}
	.mb-md-5 {
		margin-bottom: 3rem!important
	}
	.pl-md-0 {
		padding-left: 0!important
	}
	.p-md-4 {
		padding: 1.5rem!important
	}
}

@media (min-width:992px) {
	.mx-lg-4 {
		margin-right: 1.5rem!important
	}
	.mx-lg-4 {
		margin-left: 1.5rem!important
	}
	.my-lg-5 {
		margin-top: 3rem!important
	}
	.mb-lg-5,
	.my-lg-5 {
		margin-bottom: 3rem!important
	}
	.p-lg-4 {
		padding: 1.5rem!important
	}
	.py-lg-5 {
		padding-top: 3rem!important
	}
	.py-lg-5 {
		padding-bottom: 3rem!important
	}
}

.text-left {
	text-align: left!important
}

.text-right {
	text-align: right!important
}

.text-center {
	text-align: center!important
}

@media (min-width:576px) {
	.text-sm-left {
		text-align: left!important
	}
}

.text-uppercase {
	text-transform: uppercase!important
}

.font-weight-bold {
	font-weight: 700!important
}

.text-dark {
	color: #343a40!important
}

.text-muted {
	color: #6c757d!important
}

@media print {
	*,
	::after,
	::before {
		text-shadow: none!important;
		box-shadow: none!important
	}
	a:not(.btn) {
		text-decoration: underline
	}
	img {
		page-break-inside: avoid
	}
	h2,
	h3 {
		orphans: 3;
		widows: 3
	}
	h2,
	h3 {
		page-break-after: avoid
	}
	@page {
		size: a3
	}
	body {
		min-width: 992px!important
	}
	.container {
		min-width: 992px!important
	}
}

body {
	color: #000
}

.head_border {
	border-top: 4px solid #468189
}

.text-green {
	color: #468189
}

.text-orange {
	color: #468189
}

.bg-light-yellow {
	background: #efeee9
}

.size-21 {
	font-size: 21px
}

.top_image {
	background: url(../images/header-img-kammerjager.webp) no-repeat top;
	background-size: cover
}

.head_block {
	background-color: #fff;
	max-width: 1300px;
	margin: auto;
	padding: 20px;
	border-bottom: 4px solid #468189
}

.head_block a:hover {
	text-decoration: none
}

.head_phone {
	color: #90a955;
	font-size: 28px;
	vertical-align: middle;
	transform: translate3d(0, 0, 0);
	backface-visibility: hidden;
	perspective: 1000px;
}

.head_phone_text {
	font-size: 19px;
	color: #90a955;
	font-style: italic;
}

.head_phone_text a {
	color: #90a955;
	text-decoration: none;
}

.top_text {
	padding: 30px 5px 0 0;
	max-width: 1200px;
	margin: auto;
	text-shadow: 0.2px 0.2px 10px rgba(0, 0, 0, 0.3);
}

.top_text h1 {
	font-size: 27px;
	font-weight: bold
}

.top_text div {
	font-size: 19px;
	margin-top: 20px
}

.top_items {
	font-size: 19px !important
}

.top_items br {
	content: "A" !important;
	display: block !important;
	margin-bottom: 10px !important
}

h1 {
	color: #468189;
	text-transform: uppercase
}

.uslugi {
	margin-top: 30px;
	line-height: 1.3;
	font-size: 17px
}

.uslugi_title {
	font-weight: bold;
	font-size: 26px;
	color: #333;
	margin-bottom: 10px;
}

.uslugi_box {
	height: 100%;
	background-color: #89b0ae;
	font-size: 22px;
	color: #fff;
	padding: 30px;
	border-radius: 8px;
	-webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.3);
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.3);
}

.uslugi_box div {
	font-size: 18px
}

.phone_call {
	background: #89b0ae;
	margin-bottom: 10px;
	color: #468189
}

.phone_call div {
	max-width: 1200px;
	margin: auto
}

.phone_call span {
	color: #eee
}

.btn_phone {
	font-family: Arial, Helvetica, sans-serif;
	box-shadow: 0 14px 18px 0 rgba(60, 55, 55, 0.75);
	background: #90a955;
	color: #fff;
	text-shadow: .2px .2px 2px rgba(0, 0, 0, 0.5);
	line-height: .9;
	font-size: 27px;
	font-weight: 700;
	padding: 15px 0;
	transform: scale(1);
	transition: transform 0.3s;
}

/*@media(max-width:767px) {*/
/*	.btn_phone {*/
/*		font-size: 0;*/
/*		display: flex;*/
/*		align-content: center;*/
/*		justify-content: center;*/
/*		padding: 15px 10px;*/
/*	}*/

/*	.btn_phone br {*/
/*		display: none;*/
/*	}*/

/*	.btn_phone .phone_white {*/
/*		font-size: 27px;*/
/*		margin-right: 20px;*/
/*		line-height: 27px;*/
/*	}*/

/*	.btn_phone .phone_hint {*/
/*		font-size: 19px;*/
/*		line-height: 27px;*/
/*	}*/
/*}*/

/*@media(max-width:575px) {*/
/*	.btn_phone .phone_white {*/
/*		margin-right: auto;*/
/*	}*/
/*}*/

.btn_phone:hover {
	color: #fff;
	transform: scale(1);
}

.phone_hint {
	font-size: 18px;
	font-weight: normal
}

.pay {
	max-width: 1200px;
	margin: auto
}

.pay img {
	width: 70px;
	height: auto;
	margin-bottom: 15px
}

.pay_box {
	max-width: 330px;
	margin: auto;
	transform: scale(1);
	transition: transform 0.3s;
}

.comments {
	max-width: 1200px;
	margin: auto
}

.comment_box {
	height: 340px;
	background-color: #fff;
	border: 1px solid #d0cbbf;
	font-size: 22px;
	color: #468189;
	font-weight: bold;
	padding: 20px 30px;
	line-height: 1.8
}

.comment_text {
	font-size: 17px;
	font-weight: normal;
	color: #7c7870;
	margin-top: 13px
}

.comment_photo_box {
	height: 350px;
	min-width: 280px;
	max-width: 330px;
	margin: auto;
	background-color: #fff;
	font-size: 22px;
	color: #468189;
	font-weight: bold;
	line-height: 1.8
}

.comment_photo_box img {
	width: 100%
}

.logo {
	width: 250px
}

.logo_bottom {
	width: 200px
}

.foot {
	max-width: 1300px;
	margin: auto
}

.phone_white {
	display: inline-block;
	background: url(../images/phone-white.svg);
	width: 24px;
	height: 26px;
	margin-right: 4px
}

.phone_orange {
	display: inline-block;
	background: url(../images/phone.svg);
	vertical-align: middle;
	width: 24px;
	height: 24px;
	margin-right: 3px
}

@media(min-width:768px) {
	.comment_box {
		padding: 25px 35px
	}
	.phone_white {
		margin-right: 0
	}
	.uslugi {
		font-size: 19px;
		margin-top: 30px
	}
	.uslugi_title {
		font-size: 36px
	}
	.uslugi_box {
		min-width: 220px
	}
	.side {
		display: flex;
	}
	.top_text {
		padding: 70px 0 100px 40px
	}
	.top_text h1 {
		font-size: 38px
	}
	.top_items {
		font-size: 21px !important
	}

	.pay_box:hover {
		transform: scale(1.05);
	}

	.btn_phone:hover {
		transform: scale(1.05);
	}
}

@keyframes lexprofitBackAnim {
	0% {
		transform: scaleX(0.7) scaleY(0.7);
	}

	25% {
		transform: scaleX(1.2) scaleY(1.2);
	}

	50% {
		transform: scaleX(1.5) scaleY(1.5);
	}

	65% {
		transform: scaleX(1.2) scaleY(1.2);
		opacity: 0.7;
	}

	100% {
		transform: scaleX(0.7) scaleY(0.7);
		opacity: 0;
	}
}

@keyframes lexprofitBorderAnim {
	0% {
		transform: scaleX(1) scaleY(1);
	}

	50% {
		transform: scaleX(1.5) scaleY(1.5);
	}

	100% {
		transform: scaleX(2) scaleY(2);
		opacity: 0;
	}
}

@keyframes lexprofitBoundingAnim {
	0% {
		transform: rotate(0deg);
	}

	15% {
		transform: rotate(15deg);
	}

	30% {
		transform: rotate(0deg);
	}

	45% {
		transform: rotate(-15deg);
	}

	60% {
		transform: rotate(0deg);
	}
}

.form-call-wrapper {
	display: block;
	background: none;
	border: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	position: static;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	float: none;
	font-style: normal;
	text-transform: none;
	height: auto;
	width: auto;
	max-width: none;
	max-height: none;
	-moz-opacity: 1;
	-webkit-opacity: 1;
	opacity: 1;
	outline: 0;
	overflow: visible;
	text-decoration: none;
	vertical-align: top;
	word-spacing: normal;
	letter-spacing: normal;
}

.form-call-wrapper i {
	color: #fff;
	font-size: 30px;
	padding-top: 25px !important;
	display: block;
}

.form-call-wrapper a {
	text-decoration: none;
}

.form-call-wrapper * {
	transition: 0.5s;
}

.form-call-wrapper {
	color: #468189;
	position: fixed;
	bottom: 8%;
	right: 7%;
	margin-left: -40px;
	margin-top: -40px;
	width: 80px;
	height: 80px;
	text-align: center;
	font-size: 10px;
	line-height: 80px;
	-webkit-font-smoothing: antialiased;
	z-index: 1000;
	cursor: pointer;
}

.form-call-wrapper:after,
.form-call-wrapper:before {
	content: "";
	border-radius: 100%;
	position: absolute;
	width: 80px;
	height: 80px;
	transform-origin: center center;
	box-sizing: border-box;
	z-index: 9;
	transition: 0.5s;
}

.form-call-wrapper:after {
	background: #90a955;
	animation: lexprofitBackAnim 3s linear infinite;
}

.form-call-wrapper:before {
	border: 1px solid #90a955;
	animation: lexprofitBorderAnim 3s -0.5s linear infinite;
}

.form-call-wrapper .form-call-btn {
	z-index: 10;
	position: absolute;
	background-color: #90a955;
	border-radius: 100%;
	width: 100%;
	height: 100%;
}

.form-call-wrapper:hover .form-call-btn {
	background-color: #bbb;
}

.form-call-wrapper:hover:after {
	background-color: #aaa;
}

.form-call-wrapper:hover:before {
	border-color: #aaa;
}

.form-call-wrapper:hover .form-call-btn {
	animation: lexprofitBoundingAnim 1s linear infinite;
}

@media(max-width:768px) {
	.form-call-wrapper {
		right: 18%;
		bottom: 5%;
	}
}

@media(min-width:768px) and (max-width:992px) {
	.side:last-child {
		margin: 0 auto;
	}
}

.links {
	display: flex;
	justify-content: center;
	margin: 30px 0;
}

.links a {
	margin: 0 20px;
	color: #7c7870;
	text-decoration: none;
}

.links a:hover {
	color: #468189;
}

a {
	color: #90a955;
}

a:hover {
	color: #90a955;
}